@fluid-topics/ft-chart 1.0.58 → 1.0.60

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -14,12 +14,12 @@
14
14
  *
15
15
  * @see https://github.com/webcomponents/polyfills/tree/master/packages/scoped-custom-element-registry
16
16
  */
17
- if(!ShadowRoot.prototype.createElement){const t=window.HTMLElement,i=window.customElements.define,n=window.customElements.get,e=window.customElements,r=new WeakMap,s=new WeakMap,o=new WeakMap,u=new WeakMap;let a;window.CustomElementRegistry=class{constructor(){this._definitionsByTag=new Map,this._definitionsByClass=new Map,this._whenDefinedPromises=new Map,this._awaitingUpgrade=new Map}define(t,r){if(t=t.toLowerCase(),void 0!==this._getDefinition(t))throw new DOMException(`Failed to execute 'define' on 'CustomElementRegistry': the name "${t}" has already been used with this registry`);if(void 0!==this._definitionsByClass.get(r))throw new DOMException("Failed to execute 'define' on 'CustomElementRegistry': this constructor has already been used with this registry");const u=r.prototype.attributeChangedCallback,a=new Set(r.observedAttributes||[]);d(r,a,u);const h={elementClass:r,connectedCallback:r.prototype.connectedCallback,disconnectedCallback:r.prototype.disconnectedCallback,adoptedCallback:r.prototype.adoptedCallback,attributeChangedCallback:u,formAssociated:r.formAssociated,formAssociatedCallback:r.prototype.formAssociatedCallback,formDisabledCallback:r.prototype.formDisabledCallback,formResetCallback:r.prototype.formResetCallback,formStateRestoreCallback:r.prototype.formStateRestoreCallback,observedAttributes:a};this._definitionsByTag.set(t,h),this._definitionsByClass.set(r,h);let c=n.call(e,t);c||(c=l(t),i.call(e,t,c)),this===window.customElements&&(o.set(r,h),h.standInClass=c);const f=this._awaitingUpgrade.get(t);if(f){this._awaitingUpgrade.delete(t);for(const t of f)s.delete(t),v(t,h,!0)}const m=this._whenDefinedPromises.get(t);return void 0!==m&&(m.resolve(r),this._whenDefinedPromises.delete(t)),r}upgrade(){p.push(this),e.upgrade.apply(e,arguments),p.pop()}get(t){const i=this._definitionsByTag.get(t);return i?.elementClass}_getDefinition(t){return this._definitionsByTag.get(t)}whenDefined(t){const i=this._getDefinition(t);if(void 0!==i)return Promise.resolve(i.elementClass);let n=this._whenDefinedPromises.get(t);return void 0===n&&(n={},n.promise=new Promise((t=>n.resolve=t)),this._whenDefinedPromises.set(t,n)),n.promise}_upgradeWhenDefined(t,i,n){let e=this._awaitingUpgrade.get(i);e||this._awaitingUpgrade.set(i,e=new Set),n?e.add(t):e.delete(t)}},window.HTMLElement=function(){let i=a;if(i)return a=void 0,i;const n=o.get(this.constructor);if(!n)throw new TypeError("Illegal constructor (custom element class must be registered with global customElements registry to be newable)");return i=Reflect.construct(t,[],n.standInClass),Object.setPrototypeOf(i,this.constructor.prototype),r.set(i,n),i},window.HTMLElement.prototype=t.prototype;const h=t=>t===document||t instanceof ShadowRoot,c=t=>{let i=t.getRootNode();if(!h(i)){const t=p[p.length-1];if(t instanceof CustomElementRegistry)return t;i=t.getRootNode(),h(i)||(i=u.get(i)?.getRootNode()||document)}return i.customElements},l=i=>class{static get formAssociated(){return!0}constructor(){const n=Reflect.construct(t,[],this.constructor);Object.setPrototypeOf(n,HTMLElement.prototype);const e=c(n)||window.customElements,r=e._getDefinition(i);return r?v(n,r):s.set(n,e),n}connectedCallback(){const t=r.get(this);t?t.connectedCallback&&t.connectedCallback.apply(this,arguments):s.get(this)._upgradeWhenDefined(this,i,!0)}disconnectedCallback(){const t=r.get(this);t?t.disconnectedCallback&&t.disconnectedCallback.apply(this,arguments):s.get(this)._upgradeWhenDefined(this,i,!1)}adoptedCallback(){const t=r.get(this);t?.adoptedCallback?.apply(this,arguments)}formAssociatedCallback(){const t=r.get(this);t&&t.formAssociated&&t?.formAssociatedCallback?.apply(this,arguments)}formDisabledCallback(){const t=r.get(this);t?.formAssociated&&t?.formDisabledCallback?.apply(this,arguments)}formResetCallback(){const t=r.get(this);t?.formAssociated&&t?.formResetCallback?.apply(this,arguments)}formStateRestoreCallback(){const t=r.get(this);t?.formAssociated&&t?.formStateRestoreCallback?.apply(this,arguments)}},d=(t,i,n)=>{if(0===i.size||void 0===n)return;const e=t.prototype.setAttribute;e&&(t.prototype.setAttribute=function(t,r){const s=t.toLowerCase();if(i.has(s)){const t=this.getAttribute(s);e.call(this,s,r),n.call(this,s,t,r)}else e.call(this,s,r)});const r=t.prototype.removeAttribute;r&&(t.prototype.removeAttribute=function(t){const e=t.toLowerCase();if(i.has(e)){const t=this.getAttribute(e);r.call(this,e),n.call(this,e,t,null)}else r.call(this,e)})},f=i=>{const n=Object.getPrototypeOf(i);if(n!==window.HTMLElement)return n===t||"HTMLElement"===n?.prototype?.constructor?.name?Object.setPrototypeOf(i,window.HTMLElement):f(n)},v=(t,i,n=!1)=>{Object.setPrototypeOf(t,i.elementClass.prototype),r.set(t,i),a=t;try{new i.elementClass}catch(t){f(i.elementClass),new i.elementClass}i.observedAttributes.forEach((n=>{t.hasAttribute(n)&&i.attributeChangedCallback.call(t,n,null,t.getAttribute(n))})),n&&i.connectedCallback&&t.isConnected&&i.connectedCallback.call(t)},m=Element.prototype.attachShadow;Element.prototype.attachShadow=function(t){const i=m.apply(this,arguments);return t.customElements&&(i.customElements=t.customElements),i};let p=[document];const y=(t,i,n=void 0)=>{const e=(n?Object.getPrototypeOf(n):t.prototype)[i];t.prototype[i]=function(){p.push(this);const t=e.apply(n||this,arguments);return void 0!==t&&u.set(t,this),p.pop(),t}};y(ShadowRoot,"createElement",document),y(ShadowRoot,"importNode",document),y(Element,"insertAdjacentHTML");const g=(t,i)=>{const n=Object.getOwnPropertyDescriptor(t.prototype,i);Object.defineProperty(t.prototype,i,{...n,set(t){p.push(this),n.set.call(this,t),p.pop()}})};if(g(Element,"innerHTML"),g(ShadowRoot,"innerHTML"),Object.defineProperty(window,"customElements",{value:new CustomElementRegistry,configurable:!0,writable:!0}),window.ElementInternals&&window.ElementInternals.prototype.setFormValue){const t=new WeakMap,i=HTMLElement.prototype.attachInternals,n=["setFormValue","setValidity","checkValidity","reportValidity"];HTMLElement.prototype.attachInternals=function(...n){const e=i.call(this,...n);return t.set(e,this),e},n.forEach((i=>{const n=window.ElementInternals.prototype,e=n[i];n[i]=function(...i){const n=t.get(this);if(!0!==r.get(n).formAssociated)throw new DOMException(`Failed to execute ${e} on 'ElementInternals': The target element is not a form-associated custom element.`);e?.call(this,...i)}}));class e extends Array{constructor(t){super(...t),this._elements=t}get value(){return this._elements.find((t=>!0===t.checked))?.value||""}}class s{constructor(t){const i=new Map;t.forEach(((t,n)=>{const e=t.getAttribute("name"),r=i.get(e)||[];this[+n]=t,r.push(t),i.set(e,r)})),this.length=t.length,i.forEach(((t,i)=>{t&&(1===t.length?this[i]=t[0]:this[i]=new e(t))}))}namedItem(t){return this[t]}}const o=Object.getOwnPropertyDescriptor(HTMLFormElement.prototype,"elements");Object.defineProperty(HTMLFormElement.prototype,"elements",{get:function(){const t=o.get.call(this,[]),i=[];for(const n of t){const t=r.get(n);t&&!0!==t.formAssociated||i.push(n)}return new s(i)}})}}try{window.customElements.define("custom-element",null)}catch(E){const t=window.customElements.define;window.customElements.define=(i,n,e)=>{if(null!==n)try{t.bind(window.customElements)(i,n,e)}catch(t){console.info(i,n,e,t)}}}class i{constructor(t=0){this.timeout=t,this.callbacks=[]}run(t,i){return this.callbacks=[t],this.debounce(i)}queue(t,i){return this.callbacks.push(t),this.debounce(i)}cancel(){this.clearTimeout(),this.resolvePromise&&this.resolvePromise(!1),this.clearPromise()}debounce(t){return null==this.promise&&(this.promise=new Promise(((t,i)=>{this.resolvePromise=t,this.rejectPromise=i}))),this.clearTimeout(),this._debounce=window.setTimeout((()=>this.runCallbacks()),null!=t?t:this.timeout),this.promise}async runCallbacks(){var t,i;const n=[...this.callbacks];this.callbacks=[];const e=null!==(t=this.rejectPromise)&&void 0!==t?t:()=>null,r=null!==(i=this.resolvePromise)&&void 0!==i?i:()=>null;this.clearPromise();for(let t of n)try{await t()}catch(t){return void e(t)}r(!0)}clearTimeout(){null!=this._debounce&&window.clearTimeout(this._debounce)}clearPromise(){this.promise=void 0,this.resolvePromise=void 0,this.rejectPromise=void 0}}
17
+ if(!ShadowRoot.prototype.createElement){const t=window.HTMLElement,o=window.customElements.define,r=window.customElements.get,e=window.customElements,n=new WeakMap,i=new WeakMap,a=new WeakMap,s=new WeakMap;let c;window.CustomElementRegistry=class{constructor(){this._definitionsByTag=new Map,this._definitionsByClass=new Map,this._whenDefinedPromises=new Map,this._awaitingUpgrade=new Map}define(t,n){if(t=t.toLowerCase(),void 0!==this._getDefinition(t))throw new DOMException(`Failed to execute 'define' on 'CustomElementRegistry': the name "${t}" has already been used with this registry`);if(void 0!==this._definitionsByClass.get(n))throw new DOMException("Failed to execute 'define' on 'CustomElementRegistry': this constructor has already been used with this registry");const s=n.prototype.attributeChangedCallback,c=new Set(n.observedAttributes||[]);h(n,c,s);const l={elementClass:n,connectedCallback:n.prototype.connectedCallback,disconnectedCallback:n.prototype.disconnectedCallback,adoptedCallback:n.prototype.adoptedCallback,attributeChangedCallback:s,formAssociated:n.formAssociated,formAssociatedCallback:n.prototype.formAssociatedCallback,formDisabledCallback:n.prototype.formDisabledCallback,formResetCallback:n.prototype.formResetCallback,formStateRestoreCallback:n.prototype.formStateRestoreCallback,observedAttributes:c};this._definitionsByTag.set(t,l),this._definitionsByClass.set(n,l);let f=r.call(e,t);f||(f=u(t),o.call(e,t,f)),this===window.customElements&&(a.set(n,l),l.standInClass=f);const d=this._awaitingUpgrade.get(t);if(d){this._awaitingUpgrade.delete(t);for(const t of d)i.delete(t),p(t,l,!0)}const y=this._whenDefinedPromises.get(t);return void 0!==y&&(y.resolve(n),this._whenDefinedPromises.delete(t)),n}upgrade(){g.push(this),e.upgrade.apply(e,arguments),g.pop()}get(t){const o=this._definitionsByTag.get(t);return o?.elementClass}_getDefinition(t){return this._definitionsByTag.get(t)}whenDefined(t){const o=this._getDefinition(t);if(void 0!==o)return Promise.resolve(o.elementClass);let r=this._whenDefinedPromises.get(t);return void 0===r&&(r={},r.promise=new Promise((t=>r.resolve=t)),this._whenDefinedPromises.set(t,r)),r.promise}_upgradeWhenDefined(t,o,r){let e=this._awaitingUpgrade.get(o);e||this._awaitingUpgrade.set(o,e=new Set),r?e.add(t):e.delete(t)}},window.HTMLElement=function(){let o=c;if(o)return c=void 0,o;const r=a.get(this.constructor);if(!r)throw new TypeError("Illegal constructor (custom element class must be registered with global customElements registry to be newable)");return o=Reflect.construct(t,[],r.standInClass),Object.setPrototypeOf(o,this.constructor.prototype),n.set(o,r),o},window.HTMLElement.prototype=t.prototype;const l=t=>t===document||t instanceof ShadowRoot,f=t=>{let o=t.getRootNode();if(!l(o)){const t=g[g.length-1];if(t instanceof CustomElementRegistry)return t;o=t.getRootNode(),l(o)||(o=s.get(o)?.getRootNode()||document)}return o.customElements},u=o=>class{static get formAssociated(){return!0}constructor(){const r=Reflect.construct(t,[],this.constructor);Object.setPrototypeOf(r,HTMLElement.prototype);const e=f(r)||window.customElements,n=e._getDefinition(o);return n?p(r,n):i.set(r,e),r}connectedCallback(){const t=n.get(this);t?t.connectedCallback&&t.connectedCallback.apply(this,arguments):i.get(this)._upgradeWhenDefined(this,o,!0)}disconnectedCallback(){const t=n.get(this);t?t.disconnectedCallback&&t.disconnectedCallback.apply(this,arguments):i.get(this)._upgradeWhenDefined(this,o,!1)}adoptedCallback(){const t=n.get(this);t?.adoptedCallback?.apply(this,arguments)}formAssociatedCallback(){const t=n.get(this);t&&t.formAssociated&&t?.formAssociatedCallback?.apply(this,arguments)}formDisabledCallback(){const t=n.get(this);t?.formAssociated&&t?.formDisabledCallback?.apply(this,arguments)}formResetCallback(){const t=n.get(this);t?.formAssociated&&t?.formResetCallback?.apply(this,arguments)}formStateRestoreCallback(){const t=n.get(this);t?.formAssociated&&t?.formStateRestoreCallback?.apply(this,arguments)}},h=(t,o,r)=>{if(0===o.size||void 0===r)return;const e=t.prototype.setAttribute;e&&(t.prototype.setAttribute=function(t,n){const i=t.toLowerCase();if(o.has(i)){const t=this.getAttribute(i);e.call(this,i,n),r.call(this,i,t,n)}else e.call(this,i,n)});const n=t.prototype.removeAttribute;n&&(t.prototype.removeAttribute=function(t){const e=t.toLowerCase();if(o.has(e)){const t=this.getAttribute(e);n.call(this,e),r.call(this,e,t,null)}else n.call(this,e)})},d=o=>{const r=Object.getPrototypeOf(o);if(r!==window.HTMLElement)return r===t||"HTMLElement"===r?.prototype?.constructor?.name?Object.setPrototypeOf(o,window.HTMLElement):d(r)},p=(t,o,r=!1)=>{Object.setPrototypeOf(t,o.elementClass.prototype),n.set(t,o),c=t;try{new o.elementClass}catch(t){d(o.elementClass),new o.elementClass}o.observedAttributes.forEach((r=>{t.hasAttribute(r)&&o.attributeChangedCallback.call(t,r,null,t.getAttribute(r))})),r&&o.connectedCallback&&t.isConnected&&o.connectedCallback.call(t)},y=Element.prototype.attachShadow;Element.prototype.attachShadow=function(t){const o=y.apply(this,arguments);return t.customElements&&(o.customElements=t.customElements),o};let g=[document];const m=(t,o,r=void 0)=>{const e=(r?Object.getPrototypeOf(r):t.prototype)[o];t.prototype[o]=function(){g.push(this);const t=e.apply(r||this,arguments);return void 0!==t&&s.set(t,this),g.pop(),t}};m(ShadowRoot,"createElement",document),m(ShadowRoot,"importNode",document),m(Element,"insertAdjacentHTML");const b=(t,o)=>{const r=Object.getOwnPropertyDescriptor(t.prototype,o);Object.defineProperty(t.prototype,o,{...r,set(t){g.push(this),r.set.call(this,t),g.pop()}})};if(b(Element,"innerHTML"),b(ShadowRoot,"innerHTML"),Object.defineProperty(window,"customElements",{value:new CustomElementRegistry,configurable:!0,writable:!0}),window.ElementInternals&&window.ElementInternals.prototype.setFormValue){const t=new WeakMap,o=HTMLElement.prototype.attachInternals,r=["setFormValue","setValidity","checkValidity","reportValidity"];HTMLElement.prototype.attachInternals=function(...r){const e=o.call(this,...r);return t.set(e,this),e},r.forEach((o=>{const r=window.ElementInternals.prototype,e=r[o];r[o]=function(...o){const r=t.get(this);if(!0!==n.get(r).formAssociated)throw new DOMException(`Failed to execute ${e} on 'ElementInternals': The target element is not a form-associated custom element.`);e?.call(this,...o)}}));class e extends Array{constructor(t){super(...t),this._elements=t}get value(){return this._elements.find((t=>!0===t.checked))?.value||""}}class i{constructor(t){const o=new Map;t.forEach(((t,r)=>{const e=t.getAttribute("name"),n=o.get(e)||[];this[+r]=t,n.push(t),o.set(e,n)})),this.length=t.length,o.forEach(((t,o)=>{t&&(1===t.length?this[o]=t[0]:this[o]=new e(t))}))}namedItem(t){return this[t]}}const a=Object.getOwnPropertyDescriptor(HTMLFormElement.prototype,"elements");Object.defineProperty(HTMLFormElement.prototype,"elements",{get:function(){const t=a.get.call(this,[]),o=[];for(const r of t){const t=n.get(r);t&&!0!==t.formAssociated||o.push(r)}return new i(o)}})}}try{window.customElements.define("custom-element",null)}catch(Y){const t=window.customElements.define;window.customElements.define=(o,r,e)=>{if(null!==r)try{t.bind(window.customElements)(o,r,e)}catch(t){console.info(o,r,e,t)}}}class o{constructor(t=0){this.timeout=t,this.callbacks=[]}run(t,o){return this.callbacks=[t],this.debounce(o)}queue(t,o){return this.callbacks.push(t),this.debounce(o)}cancel(){this.clearTimeout(),this.resolvePromise&&this.resolvePromise(!1),this.clearPromise()}debounce(t){return null==this.promise&&(this.promise=new Promise(((t,o)=>{this.resolvePromise=t,this.rejectPromise=o}))),this.clearTimeout(),this._debounce=window.setTimeout((()=>this.runCallbacks()),null!=t?t:this.timeout),this.promise}async runCallbacks(){var t,o;const r=[...this.callbacks];this.callbacks=[];const e=null!==(t=this.rejectPromise)&&void 0!==t?t:()=>null,n=null!==(o=this.resolvePromise)&&void 0!==o?o:()=>null;this.clearPromise();for(let t of r)try{await t()}catch(t){return void e(t)}n(!0)}clearTimeout(){null!=this._debounce&&window.clearTimeout(this._debounce)}clearPromise(){this.promise=void 0,this.resolvePromise=void 0,this.rejectPromise=void 0}}
18
18
  /**
19
19
  * @license
20
20
  * Copyright 2017 Google LLC
21
21
  * SPDX-License-Identifier: BSD-3-Clause
22
- */const n=(t,i)=>"method"===i.kind&&i.descriptor&&!("value"in i.descriptor)?{...i,finisher(n){n.createProperty(i.key,t)}}:{kind:"field",key:Symbol(),placement:"own",descriptor:{},originalKey:i.key,initializer(){"function"==typeof i.initializer&&(this[i.key]=i.initializer.call(this))},finisher(n){n.createProperty(i.key,t)}};function e(t){return(i,e)=>void 0!==e?((t,i,n)=>{i.constructor.createProperty(n,t)})(t,i,e):n(t,i)
22
+ */const r=(t,o)=>"method"===o.kind&&o.descriptor&&!("value"in o.descriptor)?{...o,finisher(r){r.createProperty(o.key,t)}}:{kind:"field",key:Symbol(),placement:"own",descriptor:{},originalKey:o.key,initializer(){"function"==typeof o.initializer&&(this[o.key]=o.initializer.call(this))},finisher(r){r.createProperty(o.key,t)}};function e(t){return(o,e)=>void 0!==e?((t,o,r)=>{o.constructor.createProperty(r,t)})(t,o,e):r(t,o)
23
23
  /**
24
24
  * @license
25
25
  * Copyright 2017 Google LLC
@@ -30,29 +30,29 @@ if(!ShadowRoot.prototype.createElement){const t=window.HTMLElement,i=window.cust
30
30
  * Copyright 2021 Google LLC
31
31
  * SPDX-License-Identifier: BSD-3-Clause
32
32
  */
33
- var r;function s(t,i){try{return function(t,i){if(t===i)return!0;if(t&&i&&"object"==typeof t&&"object"==typeof i){if(t.constructor!==i.constructor)return!1;var n,e,r;if(Array.isArray(t)){if((n=t.length)!=i.length)return!1;for(e=n;0!=e--;)if(!s(t[e],i[e]))return!1;return!0}if(t instanceof Map&&i instanceof Map){if(t.size!==i.size)return!1;for(e of t.entries())if(!i.has(e[0]))return!1;for(e of t.entries())if(!s(e[1],i.get(e[0])))return!1;return!0}if(t instanceof Set&&i instanceof Set){if(t.size!==i.size)return!1;for(e of t.entries())if(!i.has(e[0]))return!1;return!0}if(t.constructor===RegExp)return t.source===i.source&&t.flags===i.flags;if(t.valueOf!==Object.prototype.valueOf)return t.valueOf()===i.valueOf();if((n=(r=Object.keys(t)).length)!==Object.keys(i).length)return!1;for(e=n;0!=e--;)if(!Object.prototype.hasOwnProperty.call(i,r[e]))return!1;for(e=n;0!=e--;){var o=r[e];if(!s(t[o],i[o]))return!1}return!0}return t!=t&&i!=i}(t,i)}catch(t){return!1}}null===(r=window.HTMLSlotElement)||void 0===r||r.prototype.assignedElements;const o=t=>i=>{window.customElements.get(t)||window.customElements.define(t,i)};function u(t,i){const n=()=>JSON.parse(JSON.stringify(t));return e({type:Object,converter:{fromAttribute:t=>{if(null==t)return n();try{return JSON.parse(t)}catch{return n()}},toAttribute:t=>JSON.stringify(t)},hasChanged:(t,i)=>!s(t,i),...null!=i?i:{}})}
33
+ var n;function i(t,o){try{return function(t,o){if(t===o)return!0;if(t&&o&&"object"==typeof t&&"object"==typeof o){if(t.constructor!==o.constructor)return!1;var r,e,n;if(Array.isArray(t)){if((r=t.length)!=o.length)return!1;for(e=r;0!=e--;)if(!i(t[e],o[e]))return!1;return!0}if(t instanceof Map&&o instanceof Map){if(t.size!==o.size)return!1;for(e of t.entries())if(!o.has(e[0]))return!1;for(e of t.entries())if(!i(e[1],o.get(e[0])))return!1;return!0}if(t instanceof Set&&o instanceof Set){if(t.size!==o.size)return!1;for(e of t.entries())if(!o.has(e[0]))return!1;return!0}if(t.constructor===RegExp)return t.source===o.source&&t.flags===o.flags;if(t.valueOf!==Object.prototype.valueOf)return t.valueOf()===o.valueOf();if((r=(n=Object.keys(t)).length)!==Object.keys(o).length)return!1;for(e=r;0!=e--;)if(!Object.prototype.hasOwnProperty.call(o,n[e]))return!1;for(e=r;0!=e--;){var a=n[e];if(!i(t[a],o[a]))return!1}return!0}return t!=t&&o!=o}(t,o)}catch(t){return!1}}null===(n=window.HTMLSlotElement)||void 0===n||n.prototype.assignedElements;const a=t=>o=>{window.customElements.get(t)||window.customElements.define(t,o)};function s(t,o){const r=()=>JSON.parse(JSON.stringify(t));return e({type:Object,converter:{fromAttribute:t=>{if(null==t)return r();try{return JSON.parse(t)}catch{return r()}},toAttribute:t=>JSON.stringify(t)},hasChanged:(t,o)=>!i(t,o),...null!=o?o:{}})}
34
34
  /**
35
35
  * @license
36
36
  * Copyright 2019 Google LLC
37
37
  * SPDX-License-Identifier: BSD-3-Clause
38
- */const a=window,h=a.ShadowRoot&&(void 0===a.ShadyCSS||a.ShadyCSS.nativeShadow)&&"adoptedStyleSheets"in Document.prototype&&"replace"in CSSStyleSheet.prototype,c=Symbol(),l=new WeakMap;let d=class{constructor(t,i,n){if(this._$cssResult$=!0,n!==c)throw Error("CSSResult is not constructable. Use `unsafeCSS` or `css` instead.");this.cssText=t,this.t=i}get styleSheet(){let t=this.o;const i=this.t;if(h&&void 0===t){const n=void 0!==i&&1===i.length;n&&(t=l.get(i)),void 0===t&&((this.o=t=new CSSStyleSheet).replaceSync(this.cssText),n&&l.set(i,t))}return t}toString(){return this.cssText}};const f=t=>new d("string"==typeof t?t:t+"",void 0,c),v=(t,...i)=>{const n=1===t.length?t[0]:i.reduce(((i,n,e)=>i+(t=>{if(!0===t._$cssResult$)return t.cssText;if("number"==typeof t)return t;throw Error("Value passed to 'css' function must be a 'css' function result: "+t+". Use 'unsafeCSS' to pass non-literal values, but take care to ensure page security.")})(n)+t[e+1]),t[0]);return new d(n,t,c)},m=(t,i)=>{h?t.adoptedStyleSheets=i.map((t=>t instanceof CSSStyleSheet?t:t.styleSheet)):i.forEach((i=>{const n=document.createElement("style"),e=a.litNonce;void 0!==e&&n.setAttribute("nonce",e),n.textContent=i.cssText,t.appendChild(n)}))},p=h?t=>t:t=>t instanceof CSSStyleSheet?(t=>{let i="";for(const n of t.cssRules)i+=n.cssText;return f(i)})(t):t
38
+ */const c=window,l=c.ShadowRoot&&(void 0===c.ShadyCSS||c.ShadyCSS.nativeShadow)&&"adoptedStyleSheets"in Document.prototype&&"replace"in CSSStyleSheet.prototype,f=Symbol(),u=new WeakMap;let h=class{constructor(t,o,r){if(this._$cssResult$=!0,r!==f)throw Error("CSSResult is not constructable. Use `unsafeCSS` or `css` instead.");this.cssText=t,this.t=o}get styleSheet(){let t=this.o;const o=this.t;if(l&&void 0===t){const r=void 0!==o&&1===o.length;r&&(t=u.get(o)),void 0===t&&((this.o=t=new CSSStyleSheet).replaceSync(this.cssText),r&&u.set(o,t))}return t}toString(){return this.cssText}};const d=t=>new h("string"==typeof t?t:t+"",void 0,f),p=(t,...o)=>{const r=1===t.length?t[0]:o.reduce(((o,r,e)=>o+(t=>{if(!0===t._$cssResult$)return t.cssText;if("number"==typeof t)return t;throw Error("Value passed to 'css' function must be a 'css' function result: "+t+". Use 'unsafeCSS' to pass non-literal values, but take care to ensure page security.")})(r)+t[e+1]),t[0]);return new h(r,t,f)},y=(t,o)=>{l?t.adoptedStyleSheets=o.map((t=>t instanceof CSSStyleSheet?t:t.styleSheet)):o.forEach((o=>{const r=document.createElement("style"),e=c.litNonce;void 0!==e&&r.setAttribute("nonce",e),r.textContent=o.cssText,t.appendChild(r)}))},g=l?t=>t:t=>t instanceof CSSStyleSheet?(t=>{let o="";for(const r of t.cssRules)o+=r.cssText;return d(o)})(t):t
39
39
  /**
40
40
  * @license
41
41
  * Copyright 2017 Google LLC
42
42
  * SPDX-License-Identifier: BSD-3-Clause
43
- */;var y;const g=window,w=g.trustedTypes,b=w?w.emptyScript:"",M=g.reactiveElementPolyfillSupport,Y={toAttribute(t,i){switch(i){case Boolean:t=t?b:null;break;case Object:case Array:t=null==t?t:JSON.stringify(t)}return t},fromAttribute(t,i){let n=t;switch(i){case Boolean:n=null!==t;break;case Number:n=null===t?null:Number(t);break;case Object:case Array:try{n=JSON.parse(t)}catch(t){n=null}}return n}},x=(t,i)=>i!==t&&(i==i||t==t),S={attribute:!0,type:String,converter:Y,reflect:!1,hasChanged:x};let N=class extends HTMLElement{constructor(){super(),this._$Ei=new Map,this.isUpdatePending=!1,this.hasUpdated=!1,this._$El=null,this.u()}static addInitializer(t){var i;this.finalize(),(null!==(i=this.h)&&void 0!==i?i:this.h=[]).push(t)}static get observedAttributes(){this.finalize();const t=[];return this.elementProperties.forEach(((i,n)=>{const e=this._$Ep(n,i);void 0!==e&&(this._$Ev.set(e,n),t.push(e))})),t}static createProperty(t,i=S){if(i.state&&(i.attribute=!1),this.finalize(),this.elementProperties.set(t,i),!i.noAccessor&&!this.prototype.hasOwnProperty(t)){const n="symbol"==typeof t?Symbol():"__"+t,e=this.getPropertyDescriptor(t,n,i);void 0!==e&&Object.defineProperty(this.prototype,t,e)}}static getPropertyDescriptor(t,i,n){return{get(){return this[i]},set(e){const r=this[t];this[i]=e,this.requestUpdate(t,r,n)},configurable:!0,enumerable:!0}}static getPropertyOptions(t){return this.elementProperties.get(t)||S}static finalize(){if(this.hasOwnProperty("finalized"))return!1;this.finalized=!0;const t=Object.getPrototypeOf(this);if(t.finalize(),void 0!==t.h&&(this.h=[...t.h]),this.elementProperties=new Map(t.elementProperties),this._$Ev=new Map,this.hasOwnProperty("properties")){const t=this.properties,i=[...Object.getOwnPropertyNames(t),...Object.getOwnPropertySymbols(t)];for(const n of i)this.createProperty(n,t[n])}return this.elementStyles=this.finalizeStyles(this.styles),!0}static finalizeStyles(t){const i=[];if(Array.isArray(t)){const n=new Set(t.flat(1/0).reverse());for(const t of n)i.unshift(p(t))}else void 0!==t&&i.push(p(t));return i}static _$Ep(t,i){const n=i.attribute;return!1===n?void 0:"string"==typeof n?n:"string"==typeof t?t.toLowerCase():void 0}u(){var t;this._$E_=new Promise((t=>this.enableUpdating=t)),this._$AL=new Map,this._$Eg(),this.requestUpdate(),null===(t=this.constructor.h)||void 0===t||t.forEach((t=>t(this)))}addController(t){var i,n;(null!==(i=this._$ES)&&void 0!==i?i:this._$ES=[]).push(t),void 0!==this.renderRoot&&this.isConnected&&(null===(n=t.hostConnected)||void 0===n||n.call(t))}removeController(t){var i;null===(i=this._$ES)||void 0===i||i.splice(this._$ES.indexOf(t)>>>0,1)}_$Eg(){this.constructor.elementProperties.forEach(((t,i)=>{this.hasOwnProperty(i)&&(this._$Ei.set(i,this[i]),delete this[i])}))}createRenderRoot(){var t;const i=null!==(t=this.shadowRoot)&&void 0!==t?t:this.attachShadow(this.constructor.shadowRootOptions);return m(i,this.constructor.elementStyles),i}connectedCallback(){var t;void 0===this.renderRoot&&(this.renderRoot=this.createRenderRoot()),this.enableUpdating(!0),null===(t=this._$ES)||void 0===t||t.forEach((t=>{var i;return null===(i=t.hostConnected)||void 0===i?void 0:i.call(t)}))}enableUpdating(t){}disconnectedCallback(){var t;null===(t=this._$ES)||void 0===t||t.forEach((t=>{var i;return null===(i=t.hostDisconnected)||void 0===i?void 0:i.call(t)}))}attributeChangedCallback(t,i,n){this._$AK(t,n)}_$EO(t,i,n=S){var e;const r=this.constructor._$Ep(t,n);if(void 0!==r&&!0===n.reflect){const s=(void 0!==(null===(e=n.converter)||void 0===e?void 0:e.toAttribute)?n.converter:Y).toAttribute(i,n.type);this._$El=t,null==s?this.removeAttribute(r):this.setAttribute(r,s),this._$El=null}}_$AK(t,i){var n;const e=this.constructor,r=e._$Ev.get(t);if(void 0!==r&&this._$El!==r){const t=e.getPropertyOptions(r),s="function"==typeof t.converter?{fromAttribute:t.converter}:void 0!==(null===(n=t.converter)||void 0===n?void 0:n.fromAttribute)?t.converter:Y;this._$El=r,this[r]=s.fromAttribute(i,t.type),this._$El=null}}requestUpdate(t,i,n){let e=!0;void 0!==t&&(((n=n||this.constructor.getPropertyOptions(t)).hasChanged||x)(this[t],i)?(this._$AL.has(t)||this._$AL.set(t,i),!0===n.reflect&&this._$El!==t&&(void 0===this._$EC&&(this._$EC=new Map),this._$EC.set(t,n))):e=!1),!this.isUpdatePending&&e&&(this._$E_=this._$Ej())}async _$Ej(){this.isUpdatePending=!0;try{await this._$E_}catch(t){Promise.reject(t)}const t=this.scheduleUpdate();return null!=t&&await t,!this.isUpdatePending}scheduleUpdate(){return this.performUpdate()}performUpdate(){var t;if(!this.isUpdatePending)return;this.hasUpdated,this._$Ei&&(this._$Ei.forEach(((t,i)=>this[i]=t)),this._$Ei=void 0);let i=!1;const n=this._$AL;try{i=this.shouldUpdate(n),i?(this.willUpdate(n),null===(t=this._$ES)||void 0===t||t.forEach((t=>{var i;return null===(i=t.hostUpdate)||void 0===i?void 0:i.call(t)})),this.update(n)):this._$Ek()}catch(t){throw i=!1,this._$Ek(),t}i&&this._$AE(n)}willUpdate(t){}_$AE(t){var i;null===(i=this._$ES)||void 0===i||i.forEach((t=>{var i;return null===(i=t.hostUpdated)||void 0===i?void 0:i.call(t)})),this.hasUpdated||(this.hasUpdated=!0,this.firstUpdated(t)),this.updated(t)}_$Ek(){this._$AL=new Map,this.isUpdatePending=!1}get updateComplete(){return this.getUpdateComplete()}getUpdateComplete(){return this._$E_}shouldUpdate(t){return!0}update(t){void 0!==this._$EC&&(this._$EC.forEach(((t,i)=>this._$EO(i,this[i],t))),this._$EC=void 0),this._$Ek()}updated(t){}firstUpdated(t){}};
43
+ */;var m;const b=window,N=b.trustedTypes,O=N?N.emptyScript:"",v=b.reactiveElementPolyfillSupport,S={toAttribute(t,o){switch(o){case Boolean:t=t?O:null;break;case Object:case Array:t=null==t?t:JSON.stringify(t)}return t},fromAttribute(t,o){let r=t;switch(o){case Boolean:r=null!==t;break;case Number:r=null===t?null:Number(t);break;case Object:case Array:try{r=JSON.parse(t)}catch(t){r=null}}return r}},w=(t,o)=>o!==t&&(o==o||t==t),x={attribute:!0,type:String,converter:S,reflect:!1,hasChanged:w};let C=class extends HTMLElement{constructor(){super(),this._$Ei=new Map,this.isUpdatePending=!1,this.hasUpdated=!1,this._$El=null,this.u()}static addInitializer(t){var o;this.finalize(),(null!==(o=this.h)&&void 0!==o?o:this.h=[]).push(t)}static get observedAttributes(){this.finalize();const t=[];return this.elementProperties.forEach(((o,r)=>{const e=this._$Ep(r,o);void 0!==e&&(this._$Ev.set(e,r),t.push(e))})),t}static createProperty(t,o=x){if(o.state&&(o.attribute=!1),this.finalize(),this.elementProperties.set(t,o),!o.noAccessor&&!this.prototype.hasOwnProperty(t)){const r="symbol"==typeof t?Symbol():"__"+t,e=this.getPropertyDescriptor(t,r,o);void 0!==e&&Object.defineProperty(this.prototype,t,e)}}static getPropertyDescriptor(t,o,r){return{get(){return this[o]},set(e){const n=this[t];this[o]=e,this.requestUpdate(t,n,r)},configurable:!0,enumerable:!0}}static getPropertyOptions(t){return this.elementProperties.get(t)||x}static finalize(){if(this.hasOwnProperty("finalized"))return!1;this.finalized=!0;const t=Object.getPrototypeOf(this);if(t.finalize(),void 0!==t.h&&(this.h=[...t.h]),this.elementProperties=new Map(t.elementProperties),this._$Ev=new Map,this.hasOwnProperty("properties")){const t=this.properties,o=[...Object.getOwnPropertyNames(t),...Object.getOwnPropertySymbols(t)];for(const r of o)this.createProperty(r,t[r])}return this.elementStyles=this.finalizeStyles(this.styles),!0}static finalizeStyles(t){const o=[];if(Array.isArray(t)){const r=new Set(t.flat(1/0).reverse());for(const t of r)o.unshift(g(t))}else void 0!==t&&o.push(g(t));return o}static _$Ep(t,o){const r=o.attribute;return!1===r?void 0:"string"==typeof r?r:"string"==typeof t?t.toLowerCase():void 0}u(){var t;this._$E_=new Promise((t=>this.enableUpdating=t)),this._$AL=new Map,this._$Eg(),this.requestUpdate(),null===(t=this.constructor.h)||void 0===t||t.forEach((t=>t(this)))}addController(t){var o,r;(null!==(o=this._$ES)&&void 0!==o?o:this._$ES=[]).push(t),void 0!==this.renderRoot&&this.isConnected&&(null===(r=t.hostConnected)||void 0===r||r.call(t))}removeController(t){var o;null===(o=this._$ES)||void 0===o||o.splice(this._$ES.indexOf(t)>>>0,1)}_$Eg(){this.constructor.elementProperties.forEach(((t,o)=>{this.hasOwnProperty(o)&&(this._$Ei.set(o,this[o]),delete this[o])}))}createRenderRoot(){var t;const o=null!==(t=this.shadowRoot)&&void 0!==t?t:this.attachShadow(this.constructor.shadowRootOptions);return y(o,this.constructor.elementStyles),o}connectedCallback(){var t;void 0===this.renderRoot&&(this.renderRoot=this.createRenderRoot()),this.enableUpdating(!0),null===(t=this._$ES)||void 0===t||t.forEach((t=>{var o;return null===(o=t.hostConnected)||void 0===o?void 0:o.call(t)}))}enableUpdating(t){}disconnectedCallback(){var t;null===(t=this._$ES)||void 0===t||t.forEach((t=>{var o;return null===(o=t.hostDisconnected)||void 0===o?void 0:o.call(t)}))}attributeChangedCallback(t,o,r){this._$AK(t,r)}_$EO(t,o,r=x){var e;const n=this.constructor._$Ep(t,r);if(void 0!==n&&!0===r.reflect){const i=(void 0!==(null===(e=r.converter)||void 0===e?void 0:e.toAttribute)?r.converter:S).toAttribute(o,r.type);this._$El=t,null==i?this.removeAttribute(n):this.setAttribute(n,i),this._$El=null}}_$AK(t,o){var r;const e=this.constructor,n=e._$Ev.get(t);if(void 0!==n&&this._$El!==n){const t=e.getPropertyOptions(n),i="function"==typeof t.converter?{fromAttribute:t.converter}:void 0!==(null===(r=t.converter)||void 0===r?void 0:r.fromAttribute)?t.converter:S;this._$El=n,this[n]=i.fromAttribute(o,t.type),this._$El=null}}requestUpdate(t,o,r){let e=!0;void 0!==t&&(((r=r||this.constructor.getPropertyOptions(t)).hasChanged||w)(this[t],o)?(this._$AL.has(t)||this._$AL.set(t,o),!0===r.reflect&&this._$El!==t&&(void 0===this._$EC&&(this._$EC=new Map),this._$EC.set(t,r))):e=!1),!this.isUpdatePending&&e&&(this._$E_=this._$Ej())}async _$Ej(){this.isUpdatePending=!0;try{await this._$E_}catch(t){Promise.reject(t)}const t=this.scheduleUpdate();return null!=t&&await t,!this.isUpdatePending}scheduleUpdate(){return this.performUpdate()}performUpdate(){var t;if(!this.isUpdatePending)return;this.hasUpdated,this._$Ei&&(this._$Ei.forEach(((t,o)=>this[o]=t)),this._$Ei=void 0);let o=!1;const r=this._$AL;try{o=this.shouldUpdate(r),o?(this.willUpdate(r),null===(t=this._$ES)||void 0===t||t.forEach((t=>{var o;return null===(o=t.hostUpdate)||void 0===o?void 0:o.call(t)})),this.update(r)):this._$Ek()}catch(t){throw o=!1,this._$Ek(),t}o&&this._$AE(r)}willUpdate(t){}_$AE(t){var o;null===(o=this._$ES)||void 0===o||o.forEach((t=>{var o;return null===(o=t.hostUpdated)||void 0===o?void 0:o.call(t)})),this.hasUpdated||(this.hasUpdated=!0,this.firstUpdated(t)),this.updated(t)}_$Ek(){this._$AL=new Map,this.isUpdatePending=!1}get updateComplete(){return this.getUpdateComplete()}getUpdateComplete(){return this._$E_}shouldUpdate(t){return!0}update(t){void 0!==this._$EC&&(this._$EC.forEach(((t,o)=>this._$EO(o,this[o],t))),this._$EC=void 0),this._$Ek()}updated(t){}firstUpdated(t){}};
44
44
  /**
45
45
  * @license
46
46
  * Copyright 2017 Google LLC
47
47
  * SPDX-License-Identifier: BSD-3-Clause
48
48
  */
49
- var D;N.finalized=!0,N.elementProperties=new Map,N.elementStyles=[],N.shadowRootOptions={mode:"open"},null==M||M({ReactiveElement:N}),(null!==(y=g.reactiveElementVersions)&&void 0!==y?y:g.reactiveElementVersions=[]).push("1.6.1");const k=window,O=k.trustedTypes,E=O?O.createPolicy("lit-html",{createHTML:t=>t}):void 0,R="$lit$",C=`lit$${(Math.random()+"").slice(9)}$`,T="?"+C,_=`<${T}>`,W=document,A=()=>W.createComment(""),F=t=>null===t||"object"!=typeof t&&"function"!=typeof t,H=Array.isArray,L="[ \t\n\f\r]",$=/<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g,j=/-->/g,U=/>/g,G=RegExp(`>|${L}(?:([^\\s"'>=/]+)(${L}*=${L}*(?:[^ \t\n\f\r"'\`<>=]|("|')|))|$)`,"g"),I=/'/g,Z=/"/g,B=/^(?:script|style|textarea|title)$/i,P=(t=>(i,...n)=>({_$litType$:t,strings:i,values:n}))(1),z=Symbol.for("lit-noChange"),K=Symbol.for("lit-nothing"),J=new WeakMap,q=W.createTreeWalker(W,129,null,!1),Q=(t,i)=>{const n=t.length-1,e=[];let r,s=2===i?"<svg>":"",o=$;for(let i=0;i<n;i++){const n=t[i];let u,a,h=-1,c=0;for(;c<n.length&&(o.lastIndex=c,a=o.exec(n),null!==a);)c=o.lastIndex,o===$?"!--"===a[1]?o=j:void 0!==a[1]?o=U:void 0!==a[2]?(B.test(a[2])&&(r=RegExp("</"+a[2],"g")),o=G):void 0!==a[3]&&(o=G):o===G?">"===a[0]?(o=null!=r?r:$,h=-1):void 0===a[1]?h=-2:(h=o.lastIndex-a[2].length,u=a[1],o=void 0===a[3]?G:'"'===a[3]?Z:I):o===Z||o===I?o=G:o===j||o===U?o=$:(o=G,r=void 0);const l=o===G&&t[i+1].startsWith("/>")?" ":"";s+=o===$?n+_:h>=0?(e.push(u),n.slice(0,h)+R+n.slice(h)+C+l):n+C+(-2===h?(e.push(void 0),i):l)}const u=s+(t[n]||"<?>")+(2===i?"</svg>":"");if(!Array.isArray(t)||!t.hasOwnProperty("raw"))throw Error("invalid template strings array");return[void 0!==E?E.createHTML(u):u,e]};class V{constructor({strings:t,_$litType$:i},n){let e;this.parts=[];let r=0,s=0;const o=t.length-1,u=this.parts,[a,h]=Q(t,i);if(this.el=V.createElement(a,n),q.currentNode=this.el.content,2===i){const t=this.el.content,i=t.firstChild;i.remove(),t.append(...i.childNodes)}for(;null!==(e=q.nextNode())&&u.length<o;){if(1===e.nodeType){if(e.hasAttributes()){const t=[];for(const i of e.getAttributeNames())if(i.endsWith(R)||i.startsWith(C)){const n=h[s++];if(t.push(i),void 0!==n){const t=e.getAttribute(n.toLowerCase()+R).split(C),i=/([.?@])?(.*)/.exec(n);u.push({type:1,index:r,name:i[2],strings:t,ctor:"."===i[1]?et:"?"===i[1]?st:"@"===i[1]?ot:nt})}else u.push({type:6,index:r})}for(const i of t)e.removeAttribute(i)}if(B.test(e.tagName)){const t=e.textContent.split(C),i=t.length-1;if(i>0){e.textContent=O?O.emptyScript:"";for(let n=0;n<i;n++)e.append(t[n],A()),q.nextNode(),u.push({type:2,index:++r});e.append(t[i],A())}}}else if(8===e.nodeType)if(e.data===T)u.push({type:2,index:r});else{let t=-1;for(;-1!==(t=e.data.indexOf(C,t+1));)u.push({type:7,index:r}),t+=C.length-1}r++}}static createElement(t,i){const n=W.createElement("template");return n.innerHTML=t,n}}function X(t,i,n=t,e){var r,s,o,u;if(i===z)return i;let a=void 0!==e?null===(r=n._$Co)||void 0===r?void 0:r[e]:n._$Cl;const h=F(i)?void 0:i._$litDirective$;return(null==a?void 0:a.constructor)!==h&&(null===(s=null==a?void 0:a._$AO)||void 0===s||s.call(a,!1),void 0===h?a=void 0:(a=new h(t),a._$AT(t,n,e)),void 0!==e?(null!==(o=(u=n)._$Co)&&void 0!==o?o:u._$Co=[])[e]=a:n._$Cl=a),void 0!==a&&(i=X(t,a._$AS(t,i.values),a,e)),i}class tt{constructor(t,i){this._$AV=[],this._$AN=void 0,this._$AD=t,this._$AM=i}get parentNode(){return this._$AM.parentNode}get _$AU(){return this._$AM._$AU}u(t){var i;const{el:{content:n},parts:e}=this._$AD,r=(null!==(i=null==t?void 0:t.creationScope)&&void 0!==i?i:W).importNode(n,!0);q.currentNode=r;let s=q.nextNode(),o=0,u=0,a=e[0];for(;void 0!==a;){if(o===a.index){let i;2===a.type?i=new it(s,s.nextSibling,this,t):1===a.type?i=new a.ctor(s,a.name,a.strings,this,t):6===a.type&&(i=new ut(s,this,t)),this._$AV.push(i),a=e[++u]}o!==(null==a?void 0:a.index)&&(s=q.nextNode(),o++)}return r}v(t){let i=0;for(const n of this._$AV)void 0!==n&&(void 0!==n.strings?(n._$AI(t,n,i),i+=n.strings.length-2):n._$AI(t[i])),i++}}class it{constructor(t,i,n,e){var r;this.type=2,this._$AH=K,this._$AN=void 0,this._$AA=t,this._$AB=i,this._$AM=n,this.options=e,this._$Cp=null===(r=null==e?void 0:e.isConnected)||void 0===r||r}get _$AU(){var t,i;return null!==(i=null===(t=this._$AM)||void 0===t?void 0:t._$AU)&&void 0!==i?i:this._$Cp}get parentNode(){let t=this._$AA.parentNode;const i=this._$AM;return void 0!==i&&11===(null==t?void 0:t.nodeType)&&(t=i.parentNode),t}get startNode(){return this._$AA}get endNode(){return this._$AB}_$AI(t,i=this){t=X(this,t,i),F(t)?t===K||null==t||""===t?(this._$AH!==K&&this._$AR(),this._$AH=K):t!==this._$AH&&t!==z&&this._(t):void 0!==t._$litType$?this.g(t):void 0!==t.nodeType?this.$(t):(t=>H(t)||"function"==typeof(null==t?void 0:t[Symbol.iterator]))(t)?this.T(t):this._(t)}k(t){return this._$AA.parentNode.insertBefore(t,this._$AB)}$(t){this._$AH!==t&&(this._$AR(),this._$AH=this.k(t))}_(t){this._$AH!==K&&F(this._$AH)?this._$AA.nextSibling.data=t:this.$(W.createTextNode(t)),this._$AH=t}g(t){var i;const{values:n,_$litType$:e}=t,r="number"==typeof e?this._$AC(t):(void 0===e.el&&(e.el=V.createElement(e.h,this.options)),e);if((null===(i=this._$AH)||void 0===i?void 0:i._$AD)===r)this._$AH.v(n);else{const t=new tt(r,this),i=t.u(this.options);t.v(n),this.$(i),this._$AH=t}}_$AC(t){let i=J.get(t.strings);return void 0===i&&J.set(t.strings,i=new V(t)),i}T(t){H(this._$AH)||(this._$AH=[],this._$AR());const i=this._$AH;let n,e=0;for(const r of t)e===i.length?i.push(n=new it(this.k(A()),this.k(A()),this,this.options)):n=i[e],n._$AI(r),e++;e<i.length&&(this._$AR(n&&n._$AB.nextSibling,e),i.length=e)}_$AR(t=this._$AA.nextSibling,i){var n;for(null===(n=this._$AP)||void 0===n||n.call(this,!1,!0,i);t&&t!==this._$AB;){const i=t.nextSibling;t.remove(),t=i}}setConnected(t){var i;void 0===this._$AM&&(this._$Cp=t,null===(i=this._$AP)||void 0===i||i.call(this,t))}}class nt{constructor(t,i,n,e,r){this.type=1,this._$AH=K,this._$AN=void 0,this.element=t,this.name=i,this._$AM=e,this.options=r,n.length>2||""!==n[0]||""!==n[1]?(this._$AH=Array(n.length-1).fill(new String),this.strings=n):this._$AH=K}get tagName(){return this.element.tagName}get _$AU(){return this._$AM._$AU}_$AI(t,i=this,n,e){const r=this.strings;let s=!1;if(void 0===r)t=X(this,t,i,0),s=!F(t)||t!==this._$AH&&t!==z,s&&(this._$AH=t);else{const e=t;let o,u;for(t=r[0],o=0;o<r.length-1;o++)u=X(this,e[n+o],i,o),u===z&&(u=this._$AH[o]),s||(s=!F(u)||u!==this._$AH[o]),u===K?t=K:t!==K&&(t+=(null!=u?u:"")+r[o+1]),this._$AH[o]=u}s&&!e&&this.j(t)}j(t){t===K?this.element.removeAttribute(this.name):this.element.setAttribute(this.name,null!=t?t:"")}}class et extends nt{constructor(){super(...arguments),this.type=3}j(t){this.element[this.name]=t===K?void 0:t}}const rt=O?O.emptyScript:"";class st extends nt{constructor(){super(...arguments),this.type=4}j(t){t&&t!==K?this.element.setAttribute(this.name,rt):this.element.removeAttribute(this.name)}}class ot extends nt{constructor(t,i,n,e,r){super(t,i,n,e,r),this.type=5}_$AI(t,i=this){var n;if((t=null!==(n=X(this,t,i,0))&&void 0!==n?n:K)===z)return;const e=this._$AH,r=t===K&&e!==K||t.capture!==e.capture||t.once!==e.once||t.passive!==e.passive,s=t!==K&&(e===K||r);r&&this.element.removeEventListener(this.name,this,e),s&&this.element.addEventListener(this.name,this,t),this._$AH=t}handleEvent(t){var i,n;"function"==typeof this._$AH?this._$AH.call(null!==(n=null===(i=this.options)||void 0===i?void 0:i.host)&&void 0!==n?n:this.element,t):this._$AH.handleEvent(t)}}class ut{constructor(t,i,n){this.element=t,this.type=6,this._$AN=void 0,this._$AM=i,this.options=n}get _$AU(){return this._$AM._$AU}_$AI(t){X(this,t)}}const at=k.litHtmlPolyfillSupport;null==at||at(V,it),(null!==(D=k.litHtmlVersions)&&void 0!==D?D:k.litHtmlVersions=[]).push("2.7.3");
49
+ var R;C.finalized=!0,C.elementProperties=new Map,C.elementStyles=[],C.shadowRootOptions={mode:"open"},null==v||v({ReactiveElement:C}),(null!==(m=b.reactiveElementVersions)&&void 0!==m?m:b.reactiveElementVersions=[]).push("1.6.1");const M=window,E=M.trustedTypes,Y=E?E.createPolicy("lit-html",{createHTML:t=>t}):void 0,U="$lit$",k=`lit$${(Math.random()+"").slice(9)}$`,W="?"+k,D=`<${W}>`,L=document,I=()=>L.createComment(""),Z=t=>null===t||"object"!=typeof t&&"function"!=typeof t,K=Array.isArray,F="[ \t\n\f\r]",A=/<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g,G=/-->/g,H=/>/g,T=RegExp(`>|${F}(?:([^\\s"'>=/]+)(${F}*=${F}*(?:[^ \t\n\f\r"'\`<>=]|("|')|))|$)`,"g"),_=/'/g,B=/"/g,$=/^(?:script|style|textarea|title)$/i,z=(t=>(o,...r)=>({_$litType$:t,strings:o,values:r}))(1),j=Symbol.for("lit-noChange"),P=Symbol.for("lit-nothing"),J=new WeakMap,q=L.createTreeWalker(L,129,null,!1),Q=(t,o)=>{const r=t.length-1,e=[];let n,i=2===o?"<svg>":"",a=A;for(let o=0;o<r;o++){const r=t[o];let s,c,l=-1,f=0;for(;f<r.length&&(a.lastIndex=f,c=a.exec(r),null!==c);)f=a.lastIndex,a===A?"!--"===c[1]?a=G:void 0!==c[1]?a=H:void 0!==c[2]?($.test(c[2])&&(n=RegExp("</"+c[2],"g")),a=T):void 0!==c[3]&&(a=T):a===T?">"===c[0]?(a=null!=n?n:A,l=-1):void 0===c[1]?l=-2:(l=a.lastIndex-c[2].length,s=c[1],a=void 0===c[3]?T:'"'===c[3]?B:_):a===B||a===_?a=T:a===G||a===H?a=A:(a=T,n=void 0);const u=a===T&&t[o+1].startsWith("/>")?" ":"";i+=a===A?r+D:l>=0?(e.push(s),r.slice(0,l)+U+r.slice(l)+k+u):r+k+(-2===l?(e.push(void 0),o):u)}const s=i+(t[r]||"<?>")+(2===o?"</svg>":"");if(!Array.isArray(t)||!t.hasOwnProperty("raw"))throw Error("invalid template strings array");return[void 0!==Y?Y.createHTML(s):s,e]};class V{constructor({strings:t,_$litType$:o},r){let e;this.parts=[];let n=0,i=0;const a=t.length-1,s=this.parts,[c,l]=Q(t,o);if(this.el=V.createElement(c,r),q.currentNode=this.el.content,2===o){const t=this.el.content,o=t.firstChild;o.remove(),t.append(...o.childNodes)}for(;null!==(e=q.nextNode())&&s.length<a;){if(1===e.nodeType){if(e.hasAttributes()){const t=[];for(const o of e.getAttributeNames())if(o.endsWith(U)||o.startsWith(k)){const r=l[i++];if(t.push(o),void 0!==r){const t=e.getAttribute(r.toLowerCase()+U).split(k),o=/([.?@])?(.*)/.exec(r);s.push({type:1,index:n,name:o[2],strings:t,ctor:"."===o[1]?et:"?"===o[1]?it:"@"===o[1]?at:rt})}else s.push({type:6,index:n})}for(const o of t)e.removeAttribute(o)}if($.test(e.tagName)){const t=e.textContent.split(k),o=t.length-1;if(o>0){e.textContent=E?E.emptyScript:"";for(let r=0;r<o;r++)e.append(t[r],I()),q.nextNode(),s.push({type:2,index:++n});e.append(t[o],I())}}}else if(8===e.nodeType)if(e.data===W)s.push({type:2,index:n});else{let t=-1;for(;-1!==(t=e.data.indexOf(k,t+1));)s.push({type:7,index:n}),t+=k.length-1}n++}}static createElement(t,o){const r=L.createElement("template");return r.innerHTML=t,r}}function X(t,o,r=t,e){var n,i,a,s;if(o===j)return o;let c=void 0!==e?null===(n=r._$Co)||void 0===n?void 0:n[e]:r._$Cl;const l=Z(o)?void 0:o._$litDirective$;return(null==c?void 0:c.constructor)!==l&&(null===(i=null==c?void 0:c._$AO)||void 0===i||i.call(c,!1),void 0===l?c=void 0:(c=new l(t),c._$AT(t,r,e)),void 0!==e?(null!==(a=(s=r)._$Co)&&void 0!==a?a:s._$Co=[])[e]=c:r._$Cl=c),void 0!==c&&(o=X(t,c._$AS(t,o.values),c,e)),o}class tt{constructor(t,o){this._$AV=[],this._$AN=void 0,this._$AD=t,this._$AM=o}get parentNode(){return this._$AM.parentNode}get _$AU(){return this._$AM._$AU}u(t){var o;const{el:{content:r},parts:e}=this._$AD,n=(null!==(o=null==t?void 0:t.creationScope)&&void 0!==o?o:L).importNode(r,!0);q.currentNode=n;let i=q.nextNode(),a=0,s=0,c=e[0];for(;void 0!==c;){if(a===c.index){let o;2===c.type?o=new ot(i,i.nextSibling,this,t):1===c.type?o=new c.ctor(i,c.name,c.strings,this,t):6===c.type&&(o=new st(i,this,t)),this._$AV.push(o),c=e[++s]}a!==(null==c?void 0:c.index)&&(i=q.nextNode(),a++)}return n}v(t){let o=0;for(const r of this._$AV)void 0!==r&&(void 0!==r.strings?(r._$AI(t,r,o),o+=r.strings.length-2):r._$AI(t[o])),o++}}class ot{constructor(t,o,r,e){var n;this.type=2,this._$AH=P,this._$AN=void 0,this._$AA=t,this._$AB=o,this._$AM=r,this.options=e,this._$Cp=null===(n=null==e?void 0:e.isConnected)||void 0===n||n}get _$AU(){var t,o;return null!==(o=null===(t=this._$AM)||void 0===t?void 0:t._$AU)&&void 0!==o?o:this._$Cp}get parentNode(){let t=this._$AA.parentNode;const o=this._$AM;return void 0!==o&&11===(null==t?void 0:t.nodeType)&&(t=o.parentNode),t}get startNode(){return this._$AA}get endNode(){return this._$AB}_$AI(t,o=this){t=X(this,t,o),Z(t)?t===P||null==t||""===t?(this._$AH!==P&&this._$AR(),this._$AH=P):t!==this._$AH&&t!==j&&this._(t):void 0!==t._$litType$?this.g(t):void 0!==t.nodeType?this.$(t):(t=>K(t)||"function"==typeof(null==t?void 0:t[Symbol.iterator]))(t)?this.T(t):this._(t)}k(t){return this._$AA.parentNode.insertBefore(t,this._$AB)}$(t){this._$AH!==t&&(this._$AR(),this._$AH=this.k(t))}_(t){this._$AH!==P&&Z(this._$AH)?this._$AA.nextSibling.data=t:this.$(L.createTextNode(t)),this._$AH=t}g(t){var o;const{values:r,_$litType$:e}=t,n="number"==typeof e?this._$AC(t):(void 0===e.el&&(e.el=V.createElement(e.h,this.options)),e);if((null===(o=this._$AH)||void 0===o?void 0:o._$AD)===n)this._$AH.v(r);else{const t=new tt(n,this),o=t.u(this.options);t.v(r),this.$(o),this._$AH=t}}_$AC(t){let o=J.get(t.strings);return void 0===o&&J.set(t.strings,o=new V(t)),o}T(t){K(this._$AH)||(this._$AH=[],this._$AR());const o=this._$AH;let r,e=0;for(const n of t)e===o.length?o.push(r=new ot(this.k(I()),this.k(I()),this,this.options)):r=o[e],r._$AI(n),e++;e<o.length&&(this._$AR(r&&r._$AB.nextSibling,e),o.length=e)}_$AR(t=this._$AA.nextSibling,o){var r;for(null===(r=this._$AP)||void 0===r||r.call(this,!1,!0,o);t&&t!==this._$AB;){const o=t.nextSibling;t.remove(),t=o}}setConnected(t){var o;void 0===this._$AM&&(this._$Cp=t,null===(o=this._$AP)||void 0===o||o.call(this,t))}}class rt{constructor(t,o,r,e,n){this.type=1,this._$AH=P,this._$AN=void 0,this.element=t,this.name=o,this._$AM=e,this.options=n,r.length>2||""!==r[0]||""!==r[1]?(this._$AH=Array(r.length-1).fill(new String),this.strings=r):this._$AH=P}get tagName(){return this.element.tagName}get _$AU(){return this._$AM._$AU}_$AI(t,o=this,r,e){const n=this.strings;let i=!1;if(void 0===n)t=X(this,t,o,0),i=!Z(t)||t!==this._$AH&&t!==j,i&&(this._$AH=t);else{const e=t;let a,s;for(t=n[0],a=0;a<n.length-1;a++)s=X(this,e[r+a],o,a),s===j&&(s=this._$AH[a]),i||(i=!Z(s)||s!==this._$AH[a]),s===P?t=P:t!==P&&(t+=(null!=s?s:"")+n[a+1]),this._$AH[a]=s}i&&!e&&this.j(t)}j(t){t===P?this.element.removeAttribute(this.name):this.element.setAttribute(this.name,null!=t?t:"")}}class et extends rt{constructor(){super(...arguments),this.type=3}j(t){this.element[this.name]=t===P?void 0:t}}const nt=E?E.emptyScript:"";class it extends rt{constructor(){super(...arguments),this.type=4}j(t){t&&t!==P?this.element.setAttribute(this.name,nt):this.element.removeAttribute(this.name)}}class at extends rt{constructor(t,o,r,e,n){super(t,o,r,e,n),this.type=5}_$AI(t,o=this){var r;if((t=null!==(r=X(this,t,o,0))&&void 0!==r?r:P)===j)return;const e=this._$AH,n=t===P&&e!==P||t.capture!==e.capture||t.once!==e.once||t.passive!==e.passive,i=t!==P&&(e===P||n);n&&this.element.removeEventListener(this.name,this,e),i&&this.element.addEventListener(this.name,this,t),this._$AH=t}handleEvent(t){var o,r;"function"==typeof this._$AH?this._$AH.call(null!==(r=null===(o=this.options)||void 0===o?void 0:o.host)&&void 0!==r?r:this.element,t):this._$AH.handleEvent(t)}}class st{constructor(t,o,r){this.element=t,this.type=6,this._$AN=void 0,this._$AM=o,this.options=r}get _$AU(){return this._$AM._$AU}_$AI(t){X(this,t)}}const ct=M.litHtmlPolyfillSupport;null==ct||ct(V,ot),(null!==(R=M.litHtmlVersions)&&void 0!==R?R:M.litHtmlVersions=[]).push("2.7.3");
50
50
  /**
51
51
  * @license
52
52
  * Copyright 2017 Google LLC
53
53
  * SPDX-License-Identifier: BSD-3-Clause
54
54
  */
55
- var ht,ct;class lt extends N{constructor(){super(...arguments),this.renderOptions={host:this},this._$Do=void 0}createRenderRoot(){var t,i;const n=super.createRenderRoot();return null!==(t=(i=this.renderOptions).renderBefore)&&void 0!==t||(i.renderBefore=n.firstChild),n}update(t){const i=this.render();this.hasUpdated||(this.renderOptions.isConnected=this.isConnected),super.update(t),this._$Do=((t,i,n)=>{var e,r;const s=null!==(e=null==n?void 0:n.renderBefore)&&void 0!==e?e:i;let o=s._$litPart$;if(void 0===o){const t=null!==(r=null==n?void 0:n.renderBefore)&&void 0!==r?r:null;s._$litPart$=o=new it(i.insertBefore(A(),t),t,void 0,null!=n?n:{})}return o._$AI(t),o})(i,this.renderRoot,this.renderOptions)}connectedCallback(){var t;super.connectedCallback(),null===(t=this._$Do)||void 0===t||t.setConnected(!0)}disconnectedCallback(){var t;super.disconnectedCallback(),null===(t=this._$Do)||void 0===t||t.setConnected(!1)}render(){return z}}lt.finalized=!0,lt._$litElement$=!0,null===(ht=globalThis.litElementHydrateSupport)||void 0===ht||ht.call(globalThis,{LitElement:lt});const dt=globalThis.litElementPolyfillSupport;null==dt||dt({LitElement:lt}),(null!==(ct=globalThis.litElementVersions)&&void 0!==ct?ct:globalThis.litElementVersions=[]).push("3.3.2");class ft{static create(t,i,n){let e=t=>f(null!=t?t:n),r=v`var(${f(t)}, ${e(n)})`;return r.name=t,r.category=i,r.defaultValue=n,r.defaultCssValue=e,r.get=i=>v`var(${f(t)}, ${e(i)})`,r.breadcrumb=()=>[],r.lastResortDefaultValue=()=>n,r}static extend(t,i,n){let e=t=>i.get(null!=t?t:n),r=v`var(${f(t)}, ${e(n)})`;return r.name=t,r.category=i.category,r.fallbackVariable=i,r.defaultValue=n,r.defaultCssValue=e,r.get=i=>v`var(${f(t)}, ${e(i)})`,r.breadcrumb=()=>[i.name,...i.breadcrumb()],r.lastResortDefaultValue=()=>n,r}static external(t,i){let n=i=>t.fallbackVariable?t.fallbackVariable.get(null!=i?i:t.defaultValue):f(null!=i?i:t.defaultValue),e=v`var(${f(t.name)}, ${n(t.defaultValue)})`;return e.name=t.name,e.category=t.category,e.fallbackVariable=t.fallbackVariable,e.defaultValue=t.defaultValue,e.context=i,e.defaultCssValue=n,e.get=i=>v`var(${f(t.name)}, ${n(i)})`,e.breadcrumb=()=>t.fallbackVariable?[t.fallbackVariable.name,...t.fallbackVariable.breadcrumb()]:[],e.lastResortDefaultValue=()=>{var i,n;return null!==(i=t.defaultValue)&&void 0!==i?i:null===(n=t.fallbackVariable)||void 0===n?void 0:n.lastResortDefaultValue()},e}}ft.create("--ft-color-primary","COLOR","#2196F3"),ft.create("--ft-color-primary-variant","COLOR","#1976D2"),ft.create("--ft-color-secondary","COLOR","#FFCC80"),ft.create("--ft-color-secondary-variant","COLOR","#F57C00"),ft.create("--ft-color-surface","COLOR","#FFFFFF"),ft.create("--ft-color-content","COLOR","rgba(0, 0, 0, 0.87)"),ft.create("--ft-color-error","COLOR","#B00020"),ft.create("--ft-color-outline","COLOR","rgba(0, 0, 0, 0.14)"),ft.create("--ft-color-opacity-high","NUMBER","1"),ft.create("--ft-color-opacity-medium","NUMBER","0.74"),ft.create("--ft-color-opacity-disabled","NUMBER","0.38"),ft.create("--ft-color-on-primary","COLOR","#FFFFFF"),ft.create("--ft-color-on-primary-high","COLOR","#FFFFFF"),ft.create("--ft-color-on-primary-medium","COLOR","rgba(255, 255, 255, 0.74)"),ft.create("--ft-color-on-primary-disabled","COLOR","rgba(255, 255, 255, 0.38)"),ft.create("--ft-color-on-secondary","COLOR","#FFFFFF"),ft.create("--ft-color-on-secondary-high","COLOR","#FFFFFF"),ft.create("--ft-color-on-secondary-medium","COLOR","rgba(255, 255, 255, 0.74)"),ft.create("--ft-color-on-secondary-disabled","COLOR","rgba(255, 255, 255, 0.38)"),ft.create("--ft-color-on-surface","COLOR","rgba(0, 0, 0, 0.87)"),ft.create("--ft-color-on-surface-high","COLOR","rgba(0, 0, 0, 0.87)"),ft.create("--ft-color-on-surface-medium","COLOR","rgba(0, 0, 0, 0.60)"),ft.create("--ft-color-on-surface-disabled","COLOR","rgba(0, 0, 0, 0.38)"),ft.create("--ft-opacity-content-on-surface-disabled","NUMBER","0"),ft.create("--ft-opacity-content-on-surface-enable","NUMBER","0"),ft.create("--ft-opacity-content-on-surface-hover","NUMBER","0.04"),ft.create("--ft-opacity-content-on-surface-focused","NUMBER","0.12"),ft.create("--ft-opacity-content-on-surface-pressed","NUMBER","0.10"),ft.create("--ft-opacity-content-on-surface-selected","NUMBER","0.08"),ft.create("--ft-opacity-content-on-surface-dragged","NUMBER","0.08"),ft.create("--ft-opacity-primary-on-surface-disabled","NUMBER","0"),ft.create("--ft-opacity-primary-on-surface-enable","NUMBER","0"),ft.create("--ft-opacity-primary-on-surface-hover","NUMBER","0.04"),ft.create("--ft-opacity-primary-on-surface-focused","NUMBER","0.12"),ft.create("--ft-opacity-primary-on-surface-pressed","NUMBER","0.10"),ft.create("--ft-opacity-primary-on-surface-selected","NUMBER","0.08"),ft.create("--ft-opacity-primary-on-surface-dragged","NUMBER","0.08"),ft.create("--ft-opacity-surface-on-primary-disabled","NUMBER","0"),ft.create("--ft-opacity-surface-on-primary-enable","NUMBER","0"),ft.create("--ft-opacity-surface-on-primary-hover","NUMBER","0.04"),ft.create("--ft-opacity-surface-on-primary-focused","NUMBER","0.12"),ft.create("--ft-opacity-surface-on-primary-pressed","NUMBER","0.10"),ft.create("--ft-opacity-surface-on-primary-selected","NUMBER","0.08"),ft.create("--ft-opacity-surface-on-primary-dragged","NUMBER","0.08"),ft.create("--ft-elevation-00","UNKNOWN","0px 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px 0px rgba(0, 0, 0, 0)"),ft.create("--ft-elevation-01","UNKNOWN","0px 1px 4px 0px rgba(0, 0, 0, 0.06), 0px 1px 2px 0px rgba(0, 0, 0, 0.14), 0px 0px 1px 0px rgba(0, 0, 0, 0.06)"),ft.create("--ft-elevation-02","UNKNOWN","0px 4px 10px 0px rgba(0, 0, 0, 0.06), 0px 2px 5px 0px rgba(0, 0, 0, 0.14), 0px 0px 1px 0px rgba(0, 0, 0, 0.06)"),ft.create("--ft-elevation-03","UNKNOWN","0px 6px 13px 0px rgba(0, 0, 0, 0.06), 0px 3px 7px 0px rgba(0, 0, 0, 0.14), 0px 1px 2px 0px rgba(0, 0, 0, 0.06)"),ft.create("--ft-elevation-04","UNKNOWN","0px 8px 16px 0px rgba(0, 0, 0, 0.06), 0px 4px 9px 0px rgba(0, 0, 0, 0.14), 0px 2px 3px 0px rgba(0, 0, 0, 0.06)"),ft.create("--ft-elevation-06","UNKNOWN","0px 12px 22px 0px rgba(0, 0, 0, 0.06), 0px 6px 13px 0px rgba(0, 0, 0, 0.14), 0px 4px 5px 0px rgba(0, 0, 0, 0.06)"),ft.create("--ft-elevation-08","UNKNOWN","0px 16px 28px 0px rgba(0, 0, 0, 0.06), 0px 8px 17px 0px rgba(0, 0, 0, 0.14), 0px 6px 7px 0px rgba(0, 0, 0, 0.06)"),ft.create("--ft-elevation-12","UNKNOWN","0px 22px 40px 0px rgba(0, 0, 0, 0.06), 0px 12px 23px 0px rgba(0, 0, 0, 0.14), 0px 10px 11px 0px rgba(0, 0, 0, 0.06)"),ft.create("--ft-elevation-16","UNKNOWN","0px 28px 52px 0px rgba(0, 0, 0, 0.06), 0px 16px 29px 0px rgba(0, 0, 0, 0.14), 0px 14px 15px 0px rgba(0, 0, 0, 0.06)"),ft.create("--ft-elevation-24","UNKNOWN","0px 40px 76px 0px rgba(0, 0, 0, 0.06), 0px 24px 41px 0px rgba(0, 0, 0, 0.14), 0px 22px 23px 0px rgba(0, 0, 0, 0.06)"),ft.create("--ft-border-radius-S","SIZE","4px"),ft.create("--ft-border-radius-M","SIZE","8px"),ft.create("--ft-border-radius-L","SIZE","12px"),ft.create("--ft-border-radius-XL","SIZE","16px"),ft.create("--ft-title-font","UNKNOWN","Ubuntu, system-ui, sans-serif"),ft.create("--ft-content-font","UNKNOWN","'Open Sans', system-ui, sans-serif"),ft.create("--ft-transition-duration","UNKNOWN","250ms"),ft.create("--ft-transition-timing-function","UNKNOWN","ease-in-out");class vt extends lt{createRenderRoot(){const t=this.constructor;t.elementDefinitions&&!t.registry&&(t.registry=new CustomElementRegistry,Object.entries(t.elementDefinitions).forEach((([i,n])=>t.registry.define(i,n))));const i={...t.shadowRootOptions,customElements:t.registry},n=this.renderOptions.creationScope=this.attachShadow(i);return m(n,t.elementStyles),n}}var mt,pt=function(t,i,n,e){for(var r,s=arguments.length,o=s<3?i:null===e?e=Object.getOwnPropertyDescriptor(i,n):e,u=t.length-1;u>=0;u--)(r=t[u])&&(o=(s<3?r(o):s>3?r(i,n,o):r(i,n))||o);return s>3&&o&&Object.defineProperty(i,n,o),o};const yt=Symbol("constructorPrototype"),gt=Symbol("constructorName"),wt=Symbol("exportpartsDebouncer");class bt extends vt{constructor(){super(),this[mt]=new i(5),this[gt]=this.constructor.name,this[yt]=this.constructor.prototype}adoptedCallback(){this.constructor.name!==this[gt]&&Object.setPrototypeOf(this,this[yt])}updated(t){super.updated(t),setTimeout((()=>{this.contentAvailableCallback(t),this.scheduleExportpartsUpdate()}),0)}contentAvailableCallback(t){var i,n;if((null!==(n=null===(i=this.shadowRoot)||void 0===i?void 0:i.querySelectorAll(".ft-lit-element--custom-stylesheet"))&&void 0!==n?n:[]).forEach((t=>t.remove())),this.customStylesheet){const t=document.createElement("style");t.classList.add("ft-lit-element--custom-stylesheet"),t.innerHTML=this.customStylesheet,this.shadowRoot.append(t)}}scheduleExportpartsUpdate(){this[wt].run((()=>{var t;(null===(t=this.exportpartsPrefix)||void 0===t?void 0:t.trim())?this.setExportpartsAttribute([this.exportpartsPrefix]):null!=this.exportpartsPrefixes&&this.exportpartsPrefixes.length>0&&this.setExportpartsAttribute(this.exportpartsPrefixes)}))}setExportpartsAttribute(t){var i,n,e,r,s,o;const u=t=>null!=t&&t.trim().length>0,a=t.filter(u).map((t=>t.trim()));if(0===a.length)return void this.removeAttribute("exportparts");const h=new Set;for(let t of null!==(n=null===(i=this.shadowRoot)||void 0===i?void 0:i.querySelectorAll("[part],[exportparts]"))&&void 0!==n?n:[]){const i=null!==(r=null===(e=t.getAttribute("part"))||void 0===e?void 0:e.split(" "))&&void 0!==r?r:[],n=null!==(o=null===(s=t.getAttribute("exportparts"))||void 0===s?void 0:s.split(",").map((t=>t.split(":")[1])))&&void 0!==o?o:[];new Array(...i,...n).filter(u).map((t=>t.trim())).forEach((t=>h.add(t)))}if(0===h.size)return void this.removeAttribute("exportparts");const c=[...h.values()].flatMap((t=>a.map((i=>`${t}:${i}--${t}`))));this.setAttribute("exportparts",[...this.part,...c].join(", "))}}var Mt,Yt,xt,St;function Nt(){return xt.apply(null,arguments)}function Dt(t){return t instanceof Array||"[object Array]"===Object.prototype.toString.call(t)}function kt(t){return null!=t&&"[object Object]"===Object.prototype.toString.call(t)}function Ot(t,i){return Object.prototype.hasOwnProperty.call(t,i)}function Et(t){if(Object.getOwnPropertyNames)return 0===Object.getOwnPropertyNames(t).length;var i;for(i in t)if(Ot(t,i))return!1;return!0}function Rt(t){return void 0===t}function Ct(t){return"number"==typeof t||"[object Number]"===Object.prototype.toString.call(t)}function Tt(t){return t instanceof Date||"[object Date]"===Object.prototype.toString.call(t)}function _t(t,i){var n,e=[],r=t.length;for(n=0;n<r;++n)e.push(i(t[n],n));return e}function Wt(t,i){for(var n in i)Ot(i,n)&&(t[n]=i[n]);return Ot(i,"toString")&&(t.toString=i.toString),Ot(i,"valueOf")&&(t.valueOf=i.valueOf),t}function At(t,i,n,e){return ne(t,i,n,e,!0).utc()}function Ft(t){return null==t._pf&&(t._pf={empty:!1,unusedTokens:[],unusedInput:[],overflow:-2,charsLeftOver:0,nullInput:!1,invalidEra:null,invalidMonth:null,invalidFormat:!1,userInvalidated:!1,iso:!1,parsedDateParts:[],era:null,meridiem:null,rfc2822:!1,weekdayMismatch:!1}),t._pf}function Ht(t){if(null==t._isValid){var i=Ft(t),n=St.call(i.parsedDateParts,(function(t){return null!=t})),e=!isNaN(t._d.getTime())&&i.overflow<0&&!i.empty&&!i.invalidEra&&!i.invalidMonth&&!i.invalidWeekday&&!i.weekdayMismatch&&!i.nullInput&&!i.invalidFormat&&!i.userInvalidated&&(!i.meridiem||i.meridiem&&n);if(t._strict&&(e=e&&0===i.charsLeftOver&&0===i.unusedTokens.length&&void 0===i.bigHour),null!=Object.isFrozen&&Object.isFrozen(t))return e;t._isValid=e}return t._isValid}function Lt(t){var i=At(NaN);return null!=t?Wt(Ft(i),t):Ft(i).userInvalidated=!0,i}mt=wt,pt([e()],bt.prototype,"exportpartsPrefix",void 0),pt([u([])],bt.prototype,"exportpartsPrefixes",void 0),pt([e()],bt.prototype,"customStylesheet",void 0),v`
55
+ var lt,ft;class ut extends C{constructor(){super(...arguments),this.renderOptions={host:this},this._$Do=void 0}createRenderRoot(){var t,o;const r=super.createRenderRoot();return null!==(t=(o=this.renderOptions).renderBefore)&&void 0!==t||(o.renderBefore=r.firstChild),r}update(t){const o=this.render();this.hasUpdated||(this.renderOptions.isConnected=this.isConnected),super.update(t),this._$Do=((t,o,r)=>{var e,n;const i=null!==(e=null==r?void 0:r.renderBefore)&&void 0!==e?e:o;let a=i._$litPart$;if(void 0===a){const t=null!==(n=null==r?void 0:r.renderBefore)&&void 0!==n?n:null;i._$litPart$=a=new ot(o.insertBefore(I(),t),t,void 0,null!=r?r:{})}return a._$AI(t),a})(o,this.renderRoot,this.renderOptions)}connectedCallback(){var t;super.connectedCallback(),null===(t=this._$Do)||void 0===t||t.setConnected(!0)}disconnectedCallback(){var t;super.disconnectedCallback(),null===(t=this._$Do)||void 0===t||t.setConnected(!1)}render(){return j}}ut.finalized=!0,ut._$litElement$=!0,null===(lt=globalThis.litElementHydrateSupport)||void 0===lt||lt.call(globalThis,{LitElement:ut});const ht=globalThis.litElementPolyfillSupport;null==ht||ht({LitElement:ut}),(null!==(ft=globalThis.litElementVersions)&&void 0!==ft?ft:globalThis.litElementVersions=[]).push("3.3.2");const dt=t=>"string"==typeof t?d(t):t;class pt{static create(t,o,r,e){const n=t=>dt(null!=t?t:e),i=p`var(${dt(t)}, ${n(e)})`;return i.name=t,i.description=t,i.category=r,i.defaultValue=e,i.defaultCssValue=n,i.get=o=>p`var(${dt(t)}, ${n(o)})`,i.breadcrumb=()=>[],i.lastResortDefaultValue=()=>e,i}static extend(t,o,r,e){const n=t=>r.get(null!=t?t:e),i=p`var(${dt(t)}, ${n(e)})`;return i.name=t,i.description=o,i.category=r.category,i.fallbackVariable=r,i.defaultValue=e,i.defaultCssValue=n,i.get=o=>p`var(${dt(t)}, ${n(o)})`,i.breadcrumb=()=>[r.name,...r.breadcrumb()],i.lastResortDefaultValue=()=>null!=e?e:r.lastResortDefaultValue(),i}static external(t,o){const r=o=>t.fallbackVariable?t.fallbackVariable.get(null!=o?o:t.defaultValue):dt(null!=o?o:t.lastResortDefaultValue()),e=p`var(${dt(t.name)}, ${r(t.defaultValue)})`;return e.name=t.name,e.category=t.category,e.fallbackVariable=t.fallbackVariable,e.defaultValue=t.defaultValue,e.context=o,e.defaultCssValue=r,e.get=o=>p`var(${dt(t.name)}, ${r(o)})`,e.breadcrumb=()=>t.fallbackVariable?[t.fallbackVariable.name,...t.fallbackVariable.breadcrumb()]:[],e.lastResortDefaultValue=()=>t.lastResortDefaultValue(),e}}const yt={colorWhite:pt.create("--ft-color-white","","COLOR","#ffffff"),colorGray0:pt.create("--ft-color-gray-0","","COLOR","#71718e"),colorGray10:pt.create("--ft-color-gray-10","","COLOR","#fbfbfc"),colorGray20:pt.create("--ft-color-gray-20","","COLOR","#f2f2f5"),colorGray30:pt.create("--ft-color-gray-30","","COLOR","#e9e9ed"),colorGray40:pt.create("--ft-color-gray-40","","COLOR","#e0e0e6"),colorGray50:pt.create("--ft-color-gray-50","","COLOR","#cdcdd7"),colorGray60:pt.create("--ft-color-gray-60","","COLOR","#bbbbc9"),colorGray70:pt.create("--ft-color-gray-70","","COLOR","#a8a8ba"),colorGray80:pt.create("--ft-color-gray-80","","COLOR","#9696ab"),colorGray90:pt.create("--ft-color-gray-90","","COLOR","#83839d"),colorGray100:pt.create("--ft-color-gray-100","","COLOR","#62627c"),colorGray200:pt.create("--ft-color-gray-200","","COLOR","#545469"),colorGray300:pt.create("--ft-color-gray-300","","COLOR","#454557"),colorGray400:pt.create("--ft-color-gray-400","","COLOR","#363644"),colorGray500:pt.create("--ft-color-gray-500","","COLOR","#282832"),colorGray600:pt.create("--ft-color-gray-600","","COLOR","#19191f"),colorGray700:pt.create("--ft-color-gray-700","","COLOR","#0a0a0d"),colorBrand0:pt.create("--ft-color-brand-0","","COLOR","#9d207b"),colorBrand10:pt.create("--ft-color-brand-10","","COLOR","#f7edf4"),colorBrand20:pt.create("--ft-color-brand-20","","COLOR","#ebcfe4"),colorBrand30:pt.create("--ft-color-brand-30","","COLOR","#dfb2d3"),colorBrand40:pt.create("--ft-color-brand-40","","COLOR","#d395c2"),colorBrand50:pt.create("--ft-color-brand-50","","COLOR","#c778b1"),colorBrand60:pt.create("--ft-color-brand-60","","COLOR","#ba5ba1"),colorBrand70:pt.create("--ft-color-brand-70","","COLOR","#ae3e90"),colorBrand100:pt.create("--ft-color-brand-100","","COLOR","#8d1d6e"),colorBrand200:pt.create("--ft-color-brand-200","","COLOR","#78185e"),colorBrand300:pt.create("--ft-color-brand-300","","COLOR","#62144d"),colorBrand400:pt.create("--ft-color-brand-400","","COLOR","#4d103c"),colorBrand500:pt.create("--ft-color-brand-500","","COLOR","#380b2c"),colorBrand600:pt.create("--ft-color-brand-600","","COLOR","#23071b"),colorBrand700:pt.create("--ft-color-brand-700","","COLOR","#0d030b"),colorCyan0:pt.create("--ft-color-cyan-0","","COLOR","#0e98b4"),colorCyan10:pt.create("--ft-color-cyan-10","","COLOR","#ebf6f9"),colorCyan20:pt.create("--ft-color-cyan-20","","COLOR","#cbe9ef"),colorCyan30:pt.create("--ft-color-cyan-30","","COLOR","#acdbe5"),colorCyan40:pt.create("--ft-color-cyan-40","","COLOR","#8ccedb"),colorCyan50:pt.create("--ft-color-cyan-50","","COLOR","#6dc0d1"),colorCyan60:pt.create("--ft-color-cyan-60","","COLOR","#4db3c8"),colorCyan70:pt.create("--ft-color-cyan-70","","COLOR","#2ea5be"),colorCyan100:pt.create("--ft-color-cyan-100","","COLOR","#0c849c"),colorCyan200:pt.create("--ft-color-cyan-200","","COLOR","#0a7085"),colorCyan300:pt.create("--ft-color-cyan-300","","COLOR","#085c6d"),colorCyan400:pt.create("--ft-color-cyan-400","","COLOR","#074856"),colorCyan500:pt.create("--ft-color-cyan-500","","COLOR","#05343e"),colorCyan600:pt.create("--ft-color-cyan-600","","COLOR","#032127"),colorCyan700:pt.create("--ft-color-cyan-700","","COLOR","#010d0f"),colorGreen0:pt.create("--ft-color-green-0","","COLOR","#21a274"),colorGreen10:pt.create("--ft-color-green-10","","COLOR","#edf7f3"),colorGreen20:pt.create("--ft-color-green-20","","COLOR","#cfebe1"),colorGreen30:pt.create("--ft-color-green-30","","COLOR","#b2dfcf"),colorGreen40:pt.create("--ft-color-green-40","","COLOR","#95d3bd"),colorGreen50:pt.create("--ft-color-green-50","","COLOR","#78c7ab"),colorGreen60:pt.create("--ft-color-green-60","","COLOR","#5bba98"),colorGreen70:pt.create("--ft-color-green-70","","COLOR","#3eae86"),colorGreen100:pt.create("--ft-color-green-100","","COLOR","#1d8d65"),colorGreen200:pt.create("--ft-color-green-200","","COLOR","#187856"),colorGreen300:pt.create("--ft-color-green-300","","COLOR","#146246"),colorGreen400:pt.create("--ft-color-green-400","","COLOR","#104d37"),colorGreen500:pt.create("--ft-color-green-500","","COLOR","#0b3828"),colorGreen600:pt.create("--ft-color-green-600","","COLOR","#072319"),colorGreen700:pt.create("--ft-color-green-700","","COLOR","#030d0a"),colorOrange0:pt.create("--ft-color-orange-0","","COLOR","#ee8d17"),colorOrange10:pt.create("--ft-color-orange-10","","COLOR","#fef6ec"),colorOrange20:pt.create("--ft-color-orange-20","","COLOR","#fbe7cd"),colorOrange30:pt.create("--ft-color-orange-30","","COLOR","#f9d8af"),colorOrange40:pt.create("--ft-color-orange-40","","COLOR","#f7c991"),colorOrange50:pt.create("--ft-color-orange-50","","COLOR","#f5ba72"),colorOrange60:pt.create("--ft-color-orange-60","","COLOR","#f2ab54"),colorOrange70:pt.create("--ft-color-orange-70","","COLOR","#f09c35"),colorOrange100:pt.create("--ft-color-orange-100","","COLOR","#cf7b14"),colorOrange200:pt.create("--ft-color-orange-200","","COLOR","#b06811"),colorOrange300:pt.create("--ft-color-orange-300","","COLOR","#90560e"),colorOrange400:pt.create("--ft-color-orange-400","","COLOR","#71430b"),colorOrange500:pt.create("--ft-color-orange-500","","COLOR","#523108"),colorOrange600:pt.create("--ft-color-orange-600","","COLOR","#331e05"),colorOrange700:pt.create("--ft-color-orange-700","","COLOR","#140c02"),colorRed0:pt.create("--ft-color-red-0","","COLOR","#b40e2c"),colorRed10:pt.create("--ft-color-red-10","","COLOR","#f9ebed"),colorRed20:pt.create("--ft-color-red-20","","COLOR","#efcbd2"),colorRed30:pt.create("--ft-color-red-30","","COLOR","#e5acb6"),colorRed40:pt.create("--ft-color-red-40","","COLOR","#db8c9b"),colorRed50:pt.create("--ft-color-red-50","","COLOR","#d16d7f"),colorRed60:pt.create("--ft-color-red-60","","COLOR","#c84d63"),colorRed70:pt.create("--ft-color-red-70","","COLOR","#be2e48"),colorRed100:pt.create("--ft-color-red-100","","COLOR","#9c0c26"),colorRed200:pt.create("--ft-color-red-200","","COLOR","#850a20"),colorRed300:pt.create("--ft-color-red-300","","COLOR","#6d081b"),colorRed400:pt.create("--ft-color-red-400","","COLOR","#560715"),colorRed500:pt.create("--ft-color-red-500","","COLOR","#3e050f"),colorRed600:pt.create("--ft-color-red-600","","COLOR","#270309"),colorRed700:pt.create("--ft-color-red-700","","COLOR","#0f0104"),colorYellow0:pt.create("--ft-color-yellow-0","","COLOR","#E4C00C"),colorYellow10:pt.create("--ft-color-yellow-10","","COLOR","#fefae9"),colorYellow20:pt.create("--ft-color-yellow-20","","COLOR","#fcf4ca"),colorYellow30:pt.create("--ft-color-yellow-30","","COLOR","#faedaa"),colorYellow40:pt.create("--ft-color-yellow-40","","COLOR","#f9e78b"),colorYellow50:pt.create("--ft-color-yellow-50","","COLOR","#f7e06b"),colorYellow60:pt.create("--ft-color-yellow-60","","COLOR","#F4D63E"),colorYellow70:pt.create("--ft-color-yellow-70","","COLOR","#F3CE16"),colorYellow100:pt.create("--ft-color-yellow-100","","COLOR","#d3b10b"),colorYellow200:pt.create("--ft-color-yellow-200","","COLOR","#b3970a"),colorYellow300:pt.create("--ft-color-yellow-300","","COLOR","#947c08"),colorYellow400:pt.create("--ft-color-yellow-400","","COLOR","#746206"),colorYellow500:pt.create("--ft-color-yellow-500","","COLOR","#554705"),colorYellow600:pt.create("--ft-color-yellow-600","","COLOR","#352d03"),colorYellow700:pt.create("--ft-color-yellow-700","","COLOR","#161201"),colorUltramarine0:pt.create("--ft-color-ultramarine-0","","COLOR","#3C19E5"),colorUltramarine10:pt.create("--ft-color-ultramarine-10","","COLOR","#EDEAFD"),colorUltramarine20:pt.create("--ft-color-ultramarine-20","","COLOR","#D4CCF9"),colorUltramarine30:pt.create("--ft-color-ultramarine-30","","COLOR","#BBAFF6"),colorUltramarine40:pt.create("--ft-color-ultramarine-40","","COLOR","#A191F3"),colorUltramarine50:pt.create("--ft-color-ultramarine-50","","COLOR","#8873EF"),colorUltramarine60:pt.create("--ft-color-ultramarine-60","","COLOR","#6F55EC"),colorUltramarine70:pt.create("--ft-color-ultramarine-70","","COLOR","#5537E8"),colorUltramarine100:pt.create("--ft-color-ultramarine-100","","COLOR","#3416C7"),colorUltramarine200:pt.create("--ft-color-ultramarine-200","","COLOR","#2C13A9"),colorUltramarine300:pt.create("--ft-color-ultramarine-300","","COLOR","#250F8C"),colorUltramarine400:pt.create("--ft-color-ultramarine-400","","COLOR","#1D0C6E"),colorUltramarine500:pt.create("--ft-color-ultramarine-500","","COLOR","#150950"),colorUltramarine600:pt.create("--ft-color-ultramarine-600","","COLOR","#0D0532"),colorUltramarine700:pt.create("--ft-color-ultramarine-700","","COLOR","#050215"),colorAvocado0:pt.create("--ft-color-avocado-0","","COLOR","#98BD28"),colorAvocado10:pt.create("--ft-color-avocado-10","","COLOR","#F6F9EC"),colorAvocado20:pt.create("--ft-color-avocado-20","","COLOR","#E8F0D0"),colorAvocado30:pt.create("--ft-color-avocado-30","","COLOR","#DBE8B4"),colorAvocado40:pt.create("--ft-color-avocado-40","","COLOR","#CEDF98"),colorAvocado50:pt.create("--ft-color-avocado-50","","COLOR","#C0D77C"),colorAvocado60:pt.create("--ft-color-avocado-60","","COLOR","#B3CE60"),colorAvocado70:pt.create("--ft-color-avocado-70","","COLOR","#A5C644"),colorAvocado100:pt.create("--ft-color-avocado-100","","COLOR","#84A423"),colorAvocado200:pt.create("--ft-color-avocado-200","","COLOR","#708C1E"),colorAvocado300:pt.create("--ft-color-avocado-300","","COLOR","#5D7318"),colorAvocado400:pt.create("--ft-color-avocado-400","","COLOR","#495B13"),colorAvocado500:pt.create("--ft-color-avocado-500","","COLOR","#35420E"),colorAvocado600:pt.create("--ft-color-avocado-600","","COLOR","#212A09"),colorAvocado700:pt.create("--ft-color-avocado-700","","COLOR","#0E1104"),colorBrown0:pt.create("--ft-color-brown-0","","COLOR","#B26F4D"),colorBrown10:pt.create("--ft-color-brown-10","","COLOR","#F8F2EF"),colorBrown20:pt.create("--ft-color-brown-20","","COLOR","#EEDFD8"),colorBrown30:pt.create("--ft-color-brown-30","","COLOR","#E4CDC1"),colorBrown40:pt.create("--ft-color-brown-40","","COLOR","#DABAAA"),colorBrown50:pt.create("--ft-color-brown-50","","COLOR","#D0A792"),colorBrown60:pt.create("--ft-color-brown-60","","COLOR","#C6947B"),colorBrown70:pt.create("--ft-color-brown-70","","COLOR","#BC8264"),colorBrown100:pt.create("--ft-color-brown-100","","COLOR","#9B6143"),colorBrown200:pt.create("--ft-color-brown-200","","COLOR","#845239"),colorBrown300:pt.create("--ft-color-brown-300","","COLOR","#6D442F"),colorBrown400:pt.create("--ft-color-brown-400","","COLOR","#553525"),colorBrown500:pt.create("--ft-color-brown-500","","COLOR","#3E271B"),colorBrown600:pt.create("--ft-color-brown-600","","COLOR","#271811"),colorBrown700:pt.create("--ft-color-brown-700","","COLOR","#100A07"),spacing1:pt.create("--ft-spacing-1","","SIZE","0.25rem"),spacing2:pt.create("--ft-spacing-2","","SIZE","calc(var(--ft-spacing-2, 0.25rem)*2)"),spacing3:pt.create("--ft-spacing-3","","SIZE","calc(var(--ft-spacing-3, 0.25rem)*3)"),spacing4:pt.create("--ft-spacing-4","","SIZE","calc(var(--ft-spacing-4, 0.25rem)*4)"),spacing5:pt.create("--ft-spacing-5","","SIZE","calc(var(--ft-spacing-5, 0.25rem)*5)"),spacing6:pt.create("--ft-spacing-6","","SIZE","calc(var(--ft-spacing-6, 0.25rem)*6)"),spacing8:pt.create("--ft-spacing-8","","SIZE","calc(var(--ft-spacing-8, 0.25rem)*8)"),spacing10:pt.create("--ft-spacing-10","","SIZE","calc(var(--ft-spacing-10, 0.25rem)*10)"),spacing12:pt.create("--ft-spacing-12","","SIZE","calc(var(--ft-spacing-12, 0.25rem)*12)"),spacing16:pt.create("--ft-spacing-16","","SIZE","calc(var(--ft-spacing-16, 0.25rem)*16)"),spacing20:pt.create("--ft-spacing-20","","SIZE","calc(var(--ft-spacing-20, 0.25rem)*20)"),spacing24:pt.create("--ft-spacing-24","","SIZE","calc(var(--ft-spacing-24, 0.25rem)*24)"),spacing28:pt.create("--ft-spacing-28","","SIZE","calc(var(--ft-spacing-28, 0.25rem)*28)"),spacing32:pt.create("--ft-spacing-32","","SIZE","calc(var(--ft-spacing-32, 0.25rem)*32)"),spacing05:pt.create("--ft-spacing-0-5","","SIZE","calc(var(--ft-spacing-0-5, 0.25rem)*0.5)"),borderRadiusS:pt.create("--ft-border-radius-s","","SIZE","4px"),borderRadiusM:pt.create("--ft-border-radius-m","","SIZE","8px"),borderRadiusL:pt.create("--ft-border-radius-l","","SIZE","12px"),borderRadiusXl:pt.create("--ft-border-radius-xl","","SIZE","16px"),borderRadiusPill:pt.create("--ft-border-radius-pill","","SIZE","999px"),borderRadiusRound:pt.create("--ft-border-radius-round","","SIZE","50%"),iconSize1:pt.create("--ft-icon-size-1","","SIZE","12px"),iconSize2:pt.create("--ft-icon-size-2","","SIZE","16px"),iconSize3:pt.create("--ft-icon-size-3","","SIZE","20px"),iconSize4:pt.create("--ft-icon-size-4","","SIZE","24px"),iconSize5:pt.create("--ft-icon-size-5","","SIZE","32px"),iconSize6:pt.create("--ft-icon-size-6","","SIZE","48px"),opacity0:pt.create("--ft-opacity-0","","NUMBER","0"),opacity8:pt.create("--ft-opacity-8","","NUMBER","0.08"),opacity16:pt.create("--ft-opacity-16","","NUMBER","0.16"),opacity24:pt.create("--ft-opacity-24","","NUMBER","0.24"),opacity40:pt.create("--ft-opacity-40","","NUMBER","0.4"),opacity80:pt.create("--ft-opacity-80","","NUMBER","0.8")};pt.create("--ft-typography-display-fontFamily","","UNKNOWN","Inter"),pt.create("--ft-typography-display-fontWeight","","UNKNOWN","600"),pt.create("--ft-typography-display-lineHeight","","SIZE","120%"),pt.create("--ft-typography-display-fontSize","","SIZE","2.5rem"),pt.create("--ft-typography-display-letterSpacing","","SIZE","-0.02em"),pt.create("--ft-typography-display-paragraphSpacing","","UNKNOWN","normal"),pt.create("--ft-typography-display-paragraphIndent","","UNKNOWN","0"),pt.create("--ft-typography-display-textDecoration","","UNKNOWN","none"),pt.create("--ft-typography-display-textCase","","UNKNOWN","none"),pt.create("--ft-typography-title-1-fontFamily","","UNKNOWN","Inter"),pt.create("--ft-typography-title-1-fontWeight","","UNKNOWN","600"),pt.create("--ft-typography-title-1-lineHeight","","SIZE","120%"),pt.create("--ft-typography-title-1-fontSize","","SIZE","2rem"),pt.create("--ft-typography-title-1-letterSpacing","","SIZE","-0.02em"),pt.create("--ft-typography-title-1-paragraphSpacing","","UNKNOWN","normal"),pt.create("--ft-typography-title-1-paragraphIndent","","UNKNOWN","0"),pt.create("--ft-typography-title-1-textDecoration","","UNKNOWN","none"),pt.create("--ft-typography-title-1-textCase","","UNKNOWN","none"),pt.create("--ft-typography-title-2-fontFamily","","UNKNOWN","Inter"),pt.create("--ft-typography-title-2-fontWeight","","UNKNOWN","600"),pt.create("--ft-typography-title-2-lineHeight","","SIZE","120%"),pt.create("--ft-typography-title-2-fontSize","","SIZE","1.5rem"),pt.create("--ft-typography-title-2-letterSpacing","","SIZE","-0.02em"),pt.create("--ft-typography-title-2-paragraphSpacing","","UNKNOWN","normal"),pt.create("--ft-typography-title-2-paragraphIndent","","UNKNOWN","0"),pt.create("--ft-typography-title-2-textDecoration","","UNKNOWN","none"),pt.create("--ft-typography-title-2-textCase","","UNKNOWN","none"),pt.create("--ft-typography-title-3-fontFamily","","UNKNOWN","Inter"),pt.create("--ft-typography-title-3-fontWeight","","UNKNOWN","600"),pt.create("--ft-typography-title-3-lineHeight","","SIZE","120%"),pt.create("--ft-typography-title-3-fontSize","","SIZE","1.25rem"),pt.create("--ft-typography-title-3-letterSpacing","","SIZE","-0.01em"),pt.create("--ft-typography-title-3-paragraphSpacing","","UNKNOWN","normal"),pt.create("--ft-typography-title-3-paragraphIndent","","UNKNOWN","0"),pt.create("--ft-typography-title-3-textDecoration","","UNKNOWN","none"),pt.create("--ft-typography-title-3-textCase","","UNKNOWN","none"),pt.create("--ft-typography-body-1-regular-fontFamily","","UNKNOWN","Inter"),pt.create("--ft-typography-body-1-regular-fontWeight","","UNKNOWN","400"),pt.create("--ft-typography-body-1-regular-lineHeight","","SIZE","135%"),pt.create("--ft-typography-body-1-regular-fontSize","","SIZE","1rem"),pt.create("--ft-typography-body-1-regular-letterSpacing","","SIZE","normal"),pt.create("--ft-typography-body-1-regular-paragraphSpacing","","UNKNOWN","normal"),pt.create("--ft-typography-body-1-regular-paragraphIndent","","UNKNOWN","0"),pt.create("--ft-typography-body-1-regular-textDecoration","","UNKNOWN","none"),pt.create("--ft-typography-body-1-regular-textCase","","UNKNOWN","none"),pt.create("--ft-typography-body-1-medium-fontFamily","","UNKNOWN","Inter"),pt.create("--ft-typography-body-1-medium-fontWeight","","UNKNOWN","500"),pt.create("--ft-typography-body-1-medium-lineHeight","","SIZE","135%"),pt.create("--ft-typography-body-1-medium-fontSize","","SIZE","1rem"),pt.create("--ft-typography-body-1-medium-letterSpacing","","SIZE","normal"),pt.create("--ft-typography-body-1-medium-paragraphSpacing","","UNKNOWN","normal"),pt.create("--ft-typography-body-1-medium-paragraphIndent","","UNKNOWN","0"),pt.create("--ft-typography-body-1-medium-textDecoration","","UNKNOWN","none"),pt.create("--ft-typography-body-1-medium-textCase","","UNKNOWN","none"),pt.create("--ft-typography-body-1-semibold-fontFamily","","UNKNOWN","Inter"),pt.create("--ft-typography-body-1-semibold-fontWeight","","UNKNOWN","600"),pt.create("--ft-typography-body-1-semibold-lineHeight","","SIZE","135%"),pt.create("--ft-typography-body-1-semibold-fontSize","","SIZE","1rem"),pt.create("--ft-typography-body-1-semibold-letterSpacing","","SIZE","normal"),pt.create("--ft-typography-body-1-semibold-paragraphSpacing","","UNKNOWN","normal"),pt.create("--ft-typography-body-1-semibold-paragraphIndent","","UNKNOWN","0"),pt.create("--ft-typography-body-1-semibold-textDecoration","","UNKNOWN","none"),pt.create("--ft-typography-body-1-semibold-textCase","","UNKNOWN","none"),pt.create("--ft-typography-body-2-regular-fontFamily","","UNKNOWN","Inter"),pt.create("--ft-typography-body-2-regular-fontWeight","","UNKNOWN","400"),pt.create("--ft-typography-body-2-regular-lineHeight","","SIZE","135%"),pt.create("--ft-typography-body-2-regular-fontSize","","SIZE","0.875rem"),pt.create("--ft-typography-body-2-regular-letterSpacing","","SIZE","normal"),pt.create("--ft-typography-body-2-regular-paragraphSpacing","","UNKNOWN","normal"),pt.create("--ft-typography-body-2-regular-paragraphIndent","","UNKNOWN","0"),pt.create("--ft-typography-body-2-regular-textDecoration","","UNKNOWN","none"),pt.create("--ft-typography-body-2-regular-textCase","","UNKNOWN","none"),pt.create("--ft-typography-body-2-medium-fontFamily","","UNKNOWN","Inter"),pt.create("--ft-typography-body-2-medium-fontWeight","","UNKNOWN","500"),pt.create("--ft-typography-body-2-medium-lineHeight","","SIZE","135%"),pt.create("--ft-typography-body-2-medium-fontSize","","SIZE","0.875rem"),pt.create("--ft-typography-body-2-medium-letterSpacing","","SIZE","normal"),pt.create("--ft-typography-body-2-medium-paragraphSpacing","","UNKNOWN","normal"),pt.create("--ft-typography-body-2-medium-paragraphIndent","","UNKNOWN","0"),pt.create("--ft-typography-body-2-medium-textDecoration","","UNKNOWN","none"),pt.create("--ft-typography-body-2-medium-textCase","","UNKNOWN","none"),pt.create("--ft-typography-body-2-semibold-fontFamily","","UNKNOWN","Inter"),pt.create("--ft-typography-body-2-semibold-fontWeight","","UNKNOWN","600"),pt.create("--ft-typography-body-2-semibold-lineHeight","","SIZE","135%"),pt.create("--ft-typography-body-2-semibold-fontSize","","SIZE","0.875rem"),pt.create("--ft-typography-body-2-semibold-letterSpacing","","SIZE","normal"),pt.create("--ft-typography-body-2-semibold-paragraphSpacing","","UNKNOWN","normal"),pt.create("--ft-typography-body-2-semibold-paragraphIndent","","UNKNOWN","0"),pt.create("--ft-typography-body-2-semibold-textDecoration","","UNKNOWN","none"),pt.create("--ft-typography-body-2-semibold-textCase","","UNKNOWN","none"),pt.create("--ft-typography-label-1-medium-fontFamily","","UNKNOWN","Inter"),pt.create("--ft-typography-label-1-medium-fontWeight","","UNKNOWN","500"),pt.create("--ft-typography-label-1-medium-lineHeight","","SIZE","110%"),pt.create("--ft-typography-label-1-medium-fontSize","","SIZE","0.875rem"),pt.create("--ft-typography-label-1-medium-letterSpacing","","SIZE","0.04em"),pt.create("--ft-typography-label-1-medium-textCase","","UNKNOWN","uppercase"),pt.create("--ft-typography-label-1-medium-paragraphSpacing","","UNKNOWN","normal"),pt.create("--ft-typography-label-1-medium-paragraphIndent","","UNKNOWN","0"),pt.create("--ft-typography-label-1-medium-textDecoration","","UNKNOWN","none"),pt.create("--ft-typography-label-1-semibold-fontFamily","","UNKNOWN","Inter"),pt.create("--ft-typography-label-1-semibold-fontWeight","","UNKNOWN","600"),pt.create("--ft-typography-label-1-semibold-lineHeight","","SIZE","110%"),pt.create("--ft-typography-label-1-semibold-fontSize","","SIZE","0.875rem"),pt.create("--ft-typography-label-1-semibold-letterSpacing","","SIZE","0.04em"),pt.create("--ft-typography-label-1-semibold-textCase","","UNKNOWN","uppercase"),pt.create("--ft-typography-label-1-semibold-paragraphSpacing","","UNKNOWN","normal"),pt.create("--ft-typography-label-1-semibold-paragraphIndent","","UNKNOWN","0"),pt.create("--ft-typography-label-1-semibold-textDecoration","","UNKNOWN","none"),pt.create("--ft-typography-label-1-bold-fontFamily","","UNKNOWN","Inter"),pt.create("--ft-typography-label-1-bold-fontWeight","","UNKNOWN","700"),pt.create("--ft-typography-label-1-bold-lineHeight","","SIZE","110%"),pt.create("--ft-typography-label-1-bold-fontSize","","SIZE","0.875rem"),pt.create("--ft-typography-label-1-bold-letterSpacing","","SIZE","0.04em"),pt.create("--ft-typography-label-1-bold-textCase","","UNKNOWN","uppercase"),pt.create("--ft-typography-label-1-bold-paragraphSpacing","","UNKNOWN","normal"),pt.create("--ft-typography-label-1-bold-paragraphIndent","","UNKNOWN","0"),pt.create("--ft-typography-label-1-bold-textDecoration","","UNKNOWN","none"),pt.create("--ft-typography-label-2-medium-fontFamily","","UNKNOWN","Inter"),pt.create("--ft-typography-label-2-medium-fontWeight","","UNKNOWN","500"),pt.create("--ft-typography-label-2-medium-lineHeight","","SIZE","110%"),pt.create("--ft-typography-label-2-medium-fontSize","","SIZE","0.75rem"),pt.create("--ft-typography-label-2-medium-letterSpacing","","SIZE","0.04em"),pt.create("--ft-typography-label-2-medium-textCase","","UNKNOWN","uppercase"),pt.create("--ft-typography-label-2-medium-paragraphSpacing","","UNKNOWN","normal"),pt.create("--ft-typography-label-2-medium-paragraphIndent","","UNKNOWN","0"),pt.create("--ft-typography-label-2-medium-textDecoration","","UNKNOWN","none"),pt.create("--ft-typography-label-2-semibold-fontFamily","","UNKNOWN","Inter"),pt.create("--ft-typography-label-2-semibold-fontWeight","","UNKNOWN","600"),pt.create("--ft-typography-label-2-semibold-lineHeight","","SIZE","110%"),pt.create("--ft-typography-label-2-semibold-fontSize","","SIZE","0.75rem"),pt.create("--ft-typography-label-2-semibold-letterSpacing","","SIZE","0.04em"),pt.create("--ft-typography-label-2-semibold-textCase","","UNKNOWN","uppercase"),pt.create("--ft-typography-label-2-semibold-paragraphSpacing","","UNKNOWN","normal"),pt.create("--ft-typography-label-2-semibold-paragraphIndent","","UNKNOWN","0"),pt.create("--ft-typography-label-2-semibold-textDecoration","","UNKNOWN","none"),pt.create("--ft-typography-label-2-bold-fontFamily","","UNKNOWN","Inter"),pt.create("--ft-typography-label-2-bold-fontWeight","","UNKNOWN","700"),pt.create("--ft-typography-label-2-bold-lineHeight","","SIZE","110%"),pt.create("--ft-typography-label-2-bold-fontSize","","SIZE","0.75rem"),pt.create("--ft-typography-label-2-bold-letterSpacing","","SIZE","0.04em"),pt.create("--ft-typography-label-2-bold-textCase","","UNKNOWN","uppercase"),pt.create("--ft-typography-label-2-bold-paragraphSpacing","","UNKNOWN","normal"),pt.create("--ft-typography-label-2-bold-paragraphIndent","","UNKNOWN","0"),pt.create("--ft-typography-label-2-bold-textDecoration","","UNKNOWN","none"),pt.create("--ft-typography-caption-1-medium-fontFamily","","UNKNOWN","Inter"),pt.create("--ft-typography-caption-1-medium-fontWeight","","UNKNOWN","500"),pt.create("--ft-typography-caption-1-medium-lineHeight","","SIZE","130%"),pt.create("--ft-typography-caption-1-medium-fontSize","","SIZE","0.75rem"),pt.create("--ft-typography-caption-1-medium-letterSpacing","","SIZE","normal"),pt.create("--ft-typography-caption-1-medium-textCase","","UNKNOWN","none"),pt.create("--ft-typography-caption-1-medium-paragraphSpacing","","UNKNOWN","normal"),pt.create("--ft-typography-caption-1-medium-paragraphIndent","","UNKNOWN","0"),pt.create("--ft-typography-caption-1-medium-textDecoration","","UNKNOWN","none"),pt.create("--ft-typography-caption-1-semibold-fontFamily","","UNKNOWN","Inter"),pt.create("--ft-typography-caption-1-semibold-fontWeight","","UNKNOWN","600"),pt.create("--ft-typography-caption-1-semibold-lineHeight","","SIZE","130%"),pt.create("--ft-typography-caption-1-semibold-fontSize","","SIZE","0.75rem"),pt.create("--ft-typography-caption-1-semibold-letterSpacing","","SIZE","normal"),pt.create("--ft-typography-caption-1-semibold-textCase","","UNKNOWN","none"),pt.create("--ft-typography-caption-1-semibold-paragraphSpacing","","UNKNOWN","normal"),pt.create("--ft-typography-caption-1-semibold-paragraphIndent","","UNKNOWN","0"),pt.create("--ft-typography-caption-1-semibold-textDecoration","","UNKNOWN","none"),pt.create("--ft-typography-caption-1-bold-fontFamily","","UNKNOWN","Inter"),pt.create("--ft-typography-caption-1-bold-fontWeight","","UNKNOWN","700"),pt.create("--ft-typography-caption-1-bold-lineHeight","","SIZE","130%"),pt.create("--ft-typography-caption-1-bold-fontSize","","SIZE","0.75rem"),pt.create("--ft-typography-caption-1-bold-letterSpacing","","SIZE","normal"),pt.create("--ft-typography-caption-1-bold-textCase","","UNKNOWN","none"),pt.create("--ft-typography-caption-1-bold-paragraphSpacing","","UNKNOWN","normal"),pt.create("--ft-typography-caption-1-bold-paragraphIndent","","UNKNOWN","0"),pt.create("--ft-typography-caption-1-bold-textDecoration","","UNKNOWN","none"),pt.create("--ft-typography-caption-2-medium-fontFamily","","UNKNOWN","Inter"),pt.create("--ft-typography-caption-2-medium-fontWeight","","UNKNOWN","500"),pt.create("--ft-typography-caption-2-medium-lineHeight","","SIZE","130%"),pt.create("--ft-typography-caption-2-medium-fontSize","","SIZE","0.6875rem"),pt.create("--ft-typography-caption-2-medium-letterSpacing","","SIZE","normal"),pt.create("--ft-typography-caption-2-medium-textCase","","UNKNOWN","none"),pt.create("--ft-typography-caption-2-medium-paragraphSpacing","","UNKNOWN","normal"),pt.create("--ft-typography-caption-2-medium-paragraphIndent","","UNKNOWN","0"),pt.create("--ft-typography-caption-2-medium-textDecoration","","UNKNOWN","none"),pt.create("--ft-typography-caption-2-semibold-fontFamily","","UNKNOWN","Inter"),pt.create("--ft-typography-caption-2-semibold-fontWeight","","UNKNOWN","600"),pt.create("--ft-typography-caption-2-semibold-lineHeight","","SIZE","130%"),pt.create("--ft-typography-caption-2-semibold-fontSize","","SIZE","0.6875rem"),pt.create("--ft-typography-caption-2-semibold-letterSpacing","","SIZE","normal"),pt.create("--ft-typography-caption-2-semibold-textCase","","UNKNOWN","none"),pt.create("--ft-typography-caption-2-semibold-paragraphSpacing","","UNKNOWN","normal"),pt.create("--ft-typography-caption-2-semibold-paragraphIndent","","UNKNOWN","0"),pt.create("--ft-typography-caption-2-semibold-textDecoration","","UNKNOWN","none"),pt.create("--ft-typography-caption-2-bold-fontFamily","","UNKNOWN","Inter"),pt.create("--ft-typography-caption-2-bold-fontWeight","","UNKNOWN","700"),pt.create("--ft-typography-caption-2-bold-lineHeight","","SIZE","130%"),pt.create("--ft-typography-caption-2-bold-fontSize","","SIZE","0.6875rem"),pt.create("--ft-typography-caption-2-bold-letterSpacing","","SIZE","normal"),pt.create("--ft-typography-caption-2-bold-textCase","","UNKNOWN","none"),pt.create("--ft-typography-caption-2-bold-paragraphSpacing","","UNKNOWN","normal"),pt.create("--ft-typography-caption-2-bold-paragraphIndent","","UNKNOWN","0"),pt.create("--ft-typography-caption-2-bold-textDecoration","","UNKNOWN","none");const gt={backgroundActionPrimary:pt.extend("--ft-background-action-primary","Used as backgorund of primary action components.",yt.colorBrand0),backgroundErrorPrimary:pt.extend("--ft-background-error-primary","Used as background of error components.",yt.colorRed0),backgroundErrorSubtle:pt.extend("--ft-background-error-subtle","Used as background of subtle error components.",yt.colorRed10),backgroundInfoPrimary:pt.extend("--ft-background-info-primary","Used as background of information components.",yt.colorCyan200),backgroundInfoSubtle:pt.extend("--ft-background-info-subtle","Used as background of subtle information components.",yt.colorCyan10),backgroundWarningPrimary:pt.extend("--ft-background-warning-primary","Used as background of warning components.",yt.colorOrange300),backgroundWarningSubtle:pt.extend("--ft-background-warning-subtle","Used as background of subtle information components.",yt.colorOrange10),backgroundSuccessPrimary:pt.extend("--ft-background-success-primary","Used as background of success components.",yt.colorGreen200),backgroundSuccessSubtle:pt.extend("--ft-background-success-subtle","Used as background of subtle success components.",yt.colorGreen10),backgroundGlobalSurface:pt.extend("--ft-background-global-surface","Used as app background.",yt.colorWhite),backgroundGlobalOnSurface:pt.extend("--ft-background-global-on-surface","Used as background on element on the base background, like cards.",yt.colorGray10),backgroundGlobalOnSurfaceDark:pt.extend("--ft-background-global-on-surface-dark","Used as background on element that need background separation.",yt.colorGray30),contentActionPrimary:pt.extend("--ft-content-action-primary","Used on label of primary action on light surface.",yt.colorBrand0),contentWarningPrimary:pt.extend("--ft-content-warning-primary","Used on label of warning messages on light surface.",yt.colorOrange300),contentWarningIconOnly:pt.extend("--ft-content-warning-icon-only","Used on warning status icons alone",yt.colorOrange0),contentErrorPrimary:pt.extend("--ft-content-error-primary","Used on label of error messages on light surface.",yt.colorRed0),contentErrorIconOnly:pt.extend("--ft-content-error-icon-only","Used on error status icons alone",yt.colorRed0),contentInfoPrimary:pt.extend("--ft-content-info-primary","Used on label of information messages on light surface.",yt.colorCyan200),contentInfoIconOnly:pt.extend("--ft-content-info-icon-only","Used on info status icons alone",yt.colorCyan0),contentSuccessIconOnly:pt.extend("--ft-content-success-icon-only","Used on success status icons alone",yt.colorGreen0),contentSuccessPrimary:pt.extend("--ft-content-success-primary","Used on label of success messages on light surface.",yt.colorGreen200),contentGlobalPrimary:pt.extend("--ft-content-global-primary","Used for main content on the page.",yt.colorGray500),contentGlobalSecondary:pt.extend("--ft-content-global-secondary","Used for secondary content, often paired with primary content.\nAlso for action icons.",yt.colorGray200),contentGlobalSubtle:pt.extend("--ft-content-global-subtle","Used for placeholder, unselected items in a tab component or breadcrumb.",yt.colorGray0),contentGlobalOnColor:pt.extend("--ft-content-global-on-color","Used for content on a dominant color.",yt.colorWhite),borderActionPrimary:pt.extend("--ft-border-action-primary","Used as border for primary action components.",yt.colorBrand0),borderActionFocusRing:pt.extend("--ft-border-action-focus-ring","Focus ring is an additional border to indicate focus-visible state.",yt.colorCyan0),borderWarningPrimary:pt.extend("--ft-border-warning-primary","Used as border for warning components.",yt.colorOrange30),borderSuccessPrimary:pt.extend("--ft-border-success-primary","Used as border for success components.",yt.colorGreen30),borderErrorPrimary:pt.extend("--ft-border-error-primary","Used as border for error components.",yt.colorRed30),borderInfoPrimary:pt.extend("--ft-border-info-primary","Used as border for information components.",yt.colorCyan30),borderGlobalSubtle:pt.extend("--ft-border-global-subtle","Used as border to deliminate an area filled with background.on-surface and separators.",yt.colorGray30),borderGlobalPrimary:pt.extend("--ft-border-global-primary","Used as border for element like input.",yt.colorGray50),borderInputPrimary:pt.extend("--ft-border-input-primary","Used as border for checkboxes and radio buttons",yt.colorGray80)};pt.create("--ft-button-large-height","","SIZE","40px"),pt.extend("--ft-button-large-horizontal-padding","",yt.spacing4),pt.extend("--ft-button-large-gap","",yt.spacing2),pt.extend("--ft-button-large-border-radius","",yt.borderRadiusS),pt.extend("--ft-button-large-icon-size","",yt.iconSize3),pt.create("--ft-button-large-border-width","","SIZE","1px"),pt.create("--ft-button-large-focus-outline-offset","","SIZE","2px"),pt.create("--ft-button-large-focus-outline-width","","SIZE","2px"),pt.create("--ft-button-large-icon-only-width","","SIZE","40px"),pt.create("--ft-button-small-height","","SIZE","30px"),pt.extend("--ft-button-small-horizontal-padding","",yt.spacing3),pt.extend("--ft-button-small-gap","",yt.spacing2),pt.extend("--ft-button-small-border-radius","",yt.borderRadiusS),pt.extend("--ft-button-small-icon-size","",yt.iconSize2),pt.create("--ft-button-small-border-width","","SIZE","1px"),pt.create("--ft-button-small-focus-outline-offset","","SIZE","2px"),pt.create("--ft-button-small-focus-outline-width","","SIZE","2px"),pt.create("--ft-button-small-icon-only-width","","SIZE","30px"),pt.extend("--ft-button-primary-background-color","",gt.backgroundActionPrimary),pt.extend("--ft-button-primary-color","",gt.contentGlobalOnColor),pt.extend("--ft-button-primary-icon-color","",gt.contentGlobalOnColor),pt.extend("--ft-button-primary-state-layer-color","",gt.contentGlobalOnColor),pt.extend("--ft-button-primary-state-layer-opacity-hover","",yt.opacity16),pt.extend("--ft-button-primary-state-layer-opacity-focus","",yt.opacity16),pt.extend("--ft-button-primary-state-layer-opacity-active","",yt.opacity24),pt.extend("--ft-button-primary-component-opacity-disabled","",yt.opacity40),pt.extend("--ft-button-focus-focus-ring-color","",gt.borderActionFocusRing),pt.create("--ft-button-tertiary-background-color","","COLOR","rgba(0,0,0,0)"),pt.extend("--ft-button-tertiary-color","",gt.contentActionPrimary),pt.extend("--ft-button-tertiary-icon-color","",gt.contentActionPrimary),pt.extend("--ft-button-tertiary-state-layer-color","",gt.contentActionPrimary),pt.extend("--ft-button-tertiary-state-layer-opacity-hover","",yt.opacity8),pt.extend("--ft-button-tertiary-state-layer-opacity-focus","",yt.opacity8),pt.extend("--ft-button-tertiary-state-layer-opacity-active","",yt.opacity16),pt.extend("--ft-button-tertiary-component-opacity-disabled","",yt.opacity40),pt.extend("--ft-button-secondary-background-color","",yt.colorWhite),pt.extend("--ft-button-secondary-color","",gt.contentActionPrimary),pt.extend("--ft-button-secondary-icon-color","",gt.contentActionPrimary),pt.extend("--ft-button-secondary-state-layer-color","",gt.contentActionPrimary),pt.extend("--ft-button-secondary-state-layer-opacity-hover","",yt.opacity8),pt.extend("--ft-button-secondary-state-layer-opacity-focus","",yt.opacity8),pt.extend("--ft-button-secondary-state-layer-opacity-active","",yt.opacity16),pt.extend("--ft-button-secondary-component-opacity-disabled","",yt.opacity40),pt.extend("--ft-button-secondary-border-color","",gt.borderActionPrimary),pt.create("--ft-button-neutral-background-color","","COLOR","rgba(0,0,0,0)"),pt.extend("--ft-button-neutral-icon-color","",gt.contentGlobalSecondary),pt.extend("--ft-button-neutral-color","",gt.contentGlobalSecondary),pt.extend("--ft-button-neutral-state-layer-color","",gt.contentGlobalSecondary),pt.extend("--ft-button-neutral-state-layer-opacity-hover","",yt.opacity8),pt.extend("--ft-button-neutral-state-layer-opacity-focus","",yt.opacity8),pt.extend("--ft-button-neutral-state-layer-opacity-active","",yt.opacity16),pt.extend("--ft-button-neutral-component-opacity-disabled","",yt.opacity40),pt.extend("--ft-tabs-top-left-border-radius","",yt.borderRadiusS),pt.extend("--ft-tabs-top-right-border-radius","",yt.borderRadiusS),pt.extend("--ft-tabs-label-horizontal-padding","",yt.spacing4),pt.extend("--ft-tabs-label-vertical-padding","",yt.spacing3),pt.extend("--ft-tabs-label-gap","",yt.spacing1),pt.extend("--ft-switch-group-horizontal-padding","",yt.spacing1),pt.extend("--ft-switch-group-vertical-padding","",yt.spacing1),pt.extend("--ft-switch-group-gap","",yt.spacing1),pt.extend("--ft-switch-group-background-color","",gt.backgroundGlobalSurface),pt.extend("--ft-switch-group-border-color","",gt.borderGlobalSubtle),pt.create("--ft-switch-group-border-radius","","SIZE","6px"),pt.extend("--ft-switch-label-horizontal-padding","",yt.spacing2),pt.extend("--ft-switch-label-vertical-padding","",yt.spacing1),pt.extend("--ft-switch-icon-horizontal-padding","",yt.spacing1),pt.extend("--ft-switch-icon-vertical-padding","",yt.spacing1),pt.create("--ft-switch-focus-outline-width","","SIZE","2px"),pt.extend("--ft-switch-focus-focus-ring-color","",gt.borderActionFocusRing),pt.extend("--ft-switch-option-border-radius","",yt.borderRadiusS),pt.extend("--ft-switch-off-state-layer-opacity-hover","",yt.opacity8),pt.extend("--ft-switch-off-state-layer-opacity-focus","",yt.opacity8),pt.extend("--ft-switch-off-state-layer-opacity-active","",yt.opacity16),pt.extend("--ft-switch-off-component-opacity-disabled","",yt.opacity40),pt.extend("--ft-switch-off-color","",gt.contentGlobalSubtle),pt.extend("--ft-switch-off-state-layer-color","",gt.contentGlobalSubtle),pt.extend("--ft-chart-1-light","for area color charts",yt.colorBrand40),pt.extend("--ft-chart-1-base","for line charts",yt.colorBrand0),pt.extend("--ft-chart-2-light","for area color charts",yt.colorYellow60),pt.extend("--ft-chart-2-base","for line charts",yt.colorYellow100),pt.extend("--ft-chart-3-light","",yt.colorUltramarine40),pt.extend("--ft-chart-3-base","",yt.colorUltramarine70),pt.extend("--ft-chart-4-light","",yt.colorCyan50),pt.extend("--ft-chart-4-base","",yt.colorCyan100),pt.extend("--ft-chart-5-light","",yt.colorRed40),pt.extend("--ft-chart-5-base","",yt.colorRed60),pt.extend("--ft-chart-6-light","",yt.colorGreen40),pt.extend("--ft-chart-6-base","",yt.colorGreen70),pt.extend("--ft-chart-7-light","",yt.colorOrange70),pt.extend("--ft-chart-7-base","",yt.colorOrange100),pt.extend("--ft-chart-8-light","",yt.colorAvocado70),pt.extend("--ft-chart-8-base","",yt.colorAvocado200),pt.extend("--ft-chart-9-light","",yt.colorBrown50),pt.extend("--ft-chart-9-base","",yt.colorBrown200),pt.extend("--ft-chart-10-light","",yt.colorGray50),pt.extend("--ft-chart-10-base","",yt.colorGray80),pt.extend("--ft-chart-monochrome-10","",yt.colorBrand10),pt.extend("--ft-chart-monochrome-20","",yt.colorBrand20),pt.extend("--ft-chart-monochrome-30","",yt.colorBrand40),pt.extend("--ft-chart-monochrome-40","",yt.colorBrand60),pt.extend("--ft-chart-monochrome-50","",yt.colorBrand0),pt.extend("--ft-chart-monochrome-60","",yt.colorBrand200),pt.extend("--ft-chip-large-horizontal-padding","",yt.spacing4),pt.extend("--ft-chip-large-vertical-padding","",yt.spacing2),pt.extend("--ft-chip-large-gap","",yt.spacing1),pt.create("--ft-chip-large-focus-outline-offset","","SIZE","2px"),pt.create("--ft-chip-large-focus-outline-width","","SIZE","2px"),pt.extend("--ft-chip-large-border-radius","",yt.borderRadiusPill),pt.create("--ft-chip-large-border-width","","SIZE","1px"),pt.extend("--ft-chip-large-icon-size","",yt.iconSize3),pt.extend("--ft-chip-medium-horizontal-padding","",yt.spacing3),pt.extend("--ft-chip-medium-vertical-padding","",yt.spacing1),pt.extend("--ft-chip-medium-gap","",yt.spacing1),pt.create("--ft-chip-medium-focus-outline-offset","","SIZE","2px"),pt.create("--ft-chip-medium-focus-outline-width","","SIZE","2px"),pt.extend("--ft-chip-medium-border-radius","",yt.borderRadiusPill),pt.create("--ft-chip-medium-border-width","","SIZE","1px"),pt.extend("--ft-chip-medium-icon-size","",yt.iconSize2),pt.extend("--ft-chip-small-horizontal-padding","",yt.spacing2),pt.extend("--ft-chip-small-vertical-padding","",yt.spacing05),pt.extend("--ft-chip-small-gap","",yt.spacing1),pt.create("--ft-chip-small-focus-outline-offset","","SIZE","2px"),pt.create("--ft-chip-small-focus-outline-width","","SIZE","2px"),pt.extend("--ft-chip-small-border-radius","",yt.borderRadiusPill),pt.create("--ft-chip-small-border-width","","SIZE","1px"),pt.extend("--ft-chip-small-icon-size","",yt.iconSize1),pt.extend("--ft-chip-neutral-background-color","",gt.backgroundGlobalOnSurface),pt.extend("--ft-chip-neutral-color","",gt.contentGlobalPrimary),pt.extend("--ft-chip-neutral-border-color","",gt.borderGlobalSubtle),pt.extend("--ft-chip-info-background-color","",gt.backgroundInfoSubtle),pt.extend("--ft-chip-info-color","",gt.contentInfoPrimary),pt.extend("--ft-chip-info-border-color","",gt.borderInfoPrimary),pt.extend("--ft-chip-success-background-color","",gt.backgroundSuccessSubtle),pt.extend("--ft-chip-success-color","",gt.contentSuccessPrimary),pt.extend("--ft-chip-success-border-color","",gt.borderSuccessPrimary),pt.extend("--ft-chip-warning-background-color","",gt.backgroundWarningSubtle),pt.extend("--ft-chip-warning-color","",gt.contentWarningPrimary),pt.extend("--ft-chip-warning-border-color","",gt.borderWarningPrimary),pt.extend("--ft-chip-error-background-color","",gt.backgroundErrorSubtle),pt.extend("--ft-chip-error-color","",gt.contentErrorPrimary),pt.extend("--ft-chip-error-border-color","",gt.borderErrorPrimary),pt.create("--ft-notice-border-width","","SIZE","1px"),pt.extend("--ft-notice-horizontal-padding","",yt.spacing2),pt.extend("--ft-notice-vertical-padding","",yt.spacing1),pt.extend("--ft-notice-border-radius","",yt.borderRadiusS),pt.extend("--ft-notice-gap","",yt.spacing2),pt.extend("--ft-notice-icon-size","",yt.iconSize3),pt.extend("--ft-notice-info-background-color","",gt.backgroundInfoSubtle),pt.extend("--ft-notice-info-border-color","",gt.borderInfoPrimary),pt.extend("--ft-notice-info-color","",gt.contentInfoPrimary),pt.extend("--ft-notice-warning-background-color","",gt.backgroundWarningSubtle),pt.extend("--ft-notice-warning-border-color","",gt.borderWarningPrimary),pt.extend("--ft-notice-warning-color","",gt.contentWarningPrimary),pt.extend("--ft-checkbox-label-color","",gt.contentGlobalPrimary),pt.extend("--ft-checkbox-checked-background-color","",gt.contentActionPrimary),pt.extend("--ft-checkbox-checked-state-layer-color","",gt.contentActionPrimary),pt.extend("--ft-checkbox-checked-color","",gt.contentGlobalOnColor),pt.extend("--ft-checkbox-checked-state-layer-opacity-hover","",yt.opacity16),pt.extend("--ft-checkbox-checked-state-layer-opacity-focus","",yt.opacity16),pt.extend("--ft-checkbox-checked-state-layer-opacity-active","",yt.opacity24),pt.extend("--ft-checkbox-checked-component-opacity-disabled","",yt.opacity40),pt.extend("--ft-checkbox-unchecked-border-color","",yt.colorGray80),pt.extend("--ft-checkbox-unchecked-state-layer-color","",yt.colorGray80),pt.extend("--ft-checkbox-unchecked-state-layer-opacity-hover","",yt.opacity16),pt.extend("--ft-checkbox-unchecked-state-layer-opacity-focus","",yt.opacity16),pt.extend("--ft-checkbox-unchecked-state-layer-opacity-active","",yt.opacity24),pt.extend("--ft-checkbox-unchecked-component-opacity-disabled","",yt.opacity40),pt.extend("--ft-checkbox-focus-focus-ring-color","",gt.borderActionFocusRing),pt.create("--ft-checkbox-focus-outline-offset","","SIZE","3px"),pt.create("--ft-checkbox-focus-outline-width","","SIZE","2px"),pt.extend("--ft-checkbox-gap","",yt.spacing3),pt.extend("--ft-toggle-off-state-layer-opacity-hover","",yt.opacity16),pt.extend("--ft-toggle-off-state-layer-opacity-focus","",yt.opacity16),pt.extend("--ft-toggle-off-state-layer-opacity-active","",yt.opacity24),pt.extend("--ft-toggle-off-component-opacity-disabled","",yt.opacity40),pt.extend("--ft-toggle-off-background-color","",gt.contentGlobalSubtle),pt.extend("--ft-toggle-off-icon-color","",gt.contentGlobalSubtle),pt.extend("--ft-toggle-off-state-layer-color","",gt.contentGlobalSubtle),pt.extend("--ft-toggle-on-state-layer-opacity-hover","",yt.opacity16),pt.extend("--ft-toggle-on-state-layer-opacity-focus","",yt.opacity16),pt.extend("--ft-toggle-on-state-layer-opacity-active","",yt.opacity24),pt.extend("--ft-toggle-on-component-opacity-disabled","",yt.opacity40),pt.extend("--ft-toggle-on-background-color","",gt.contentActionPrimary),pt.extend("--ft-toggle-on-icon-color","",gt.contentActionPrimary),pt.extend("--ft-toggle-on-state-layer-color","",gt.contentActionPrimary),pt.extend("--ft-toggle-label-color","",gt.contentGlobalPrimary),pt.extend("--ft-toggle-focus-focus-ring-color","",gt.borderActionFocusRing),pt.extend("--ft-toggle-gap","",yt.spacing3),pt.extend("--ft-radio-label-color","",gt.contentGlobalPrimary),pt.extend("--ft-radio-selected-color","",gt.contentActionPrimary),pt.extend("--ft-radio-selected-state-layer-color","",gt.contentActionPrimary),pt.extend("--ft-radio-selected-state-layer-opacity-hover","",yt.opacity16),pt.extend("--ft-radio-selected-state-layer-opacity-focus","",yt.opacity16),pt.extend("--ft-radio-selected-state-layer-opacity-active","",yt.opacity24),pt.extend("--ft-radio-selected-component-opacity-disabled","",yt.opacity40),pt.extend("--ft-radio-unselected-state-layer-color","",yt.colorGray80),pt.extend("--ft-radio-unselected-state-layer-opacity-hover","",yt.opacity16),pt.extend("--ft-radio-unselected-state-layer-opacity-focus","",yt.opacity16),pt.extend("--ft-radio-unselected-state-layer-opacity-active","",yt.opacity24),pt.extend("--ft-radio-unselected-component-opacity-disabled","",yt.opacity40),pt.extend("--ft-radio-focus-focus-ring-color","",gt.borderActionFocusRing),pt.create("--ft-radio-focus-outline-offset","","SIZE","3px"),pt.create("--ft-radio-focus-outline-width","","SIZE","2px"),pt.extend("--ft-radio-gap","",yt.spacing3),pt.extend("--ft-notification-icon-size","",yt.iconSize4),pt.extend("--ft-notification-horizontal-padding","",yt.spacing4),pt.extend("--ft-notification-vertical-padding","",yt.spacing4),pt.extend("--ft-notification-info-background-color","",gt.backgroundInfoSubtle),pt.extend("--ft-notification-info-color","",gt.contentInfoPrimary),pt.extend("--ft-notification-info-border-color","",gt.borderInfoPrimary),pt.extend("--ft-notification-success-background-color","",gt.backgroundSuccessSubtle),pt.extend("--ft-notification-success-color","",gt.contentSuccessPrimary),pt.extend("--ft-notification-success-border-color","",gt.borderSuccessPrimary),pt.extend("--ft-notification-warning-background-color","",gt.backgroundWarningSubtle),pt.extend("--ft-notification-warning-color","",gt.contentWarningPrimary),pt.extend("--ft-notification-warning-border-color","",gt.borderWarningPrimary),pt.extend("--ft-notification-error-background-color","",gt.backgroundErrorSubtle),pt.extend("--ft-notification-error-color","",gt.contentErrorPrimary),pt.extend("--ft-notification-error-border-color","",gt.borderErrorPrimary),pt.extend("--ft-notification-border-radius","",yt.borderRadiusPill),pt.create("--ft-notification-border-width","","SIZE","1px"),pt.extend("--ft-notification-gap-leading","",yt.spacing2),pt.extend("--ft-notification-gap-trailing","",yt.spacing8),pt.create("--ft-color-primary","","COLOR","#2196F3"),pt.create("--ft-color-primary-variant","","COLOR","#1976D2"),pt.create("--ft-color-secondary","","COLOR","#FFCC80"),pt.create("--ft-color-secondary-variant","","COLOR","#F57C00"),pt.create("--ft-color-surface","","COLOR","#FFFFFF"),pt.create("--ft-color-content","","COLOR","rgba(0, 0, 0, 0.87)"),pt.create("--ft-color-error","","COLOR","#B00020"),pt.create("--ft-color-outline","","COLOR","rgba(0, 0, 0, 0.14)"),pt.create("--ft-color-opacity-high","","NUMBER","1"),pt.create("--ft-color-opacity-medium","","NUMBER","0.74"),pt.create("--ft-color-opacity-disabled","","NUMBER","0.38"),pt.create("--ft-color-on-primary","","COLOR","#FFFFFF"),pt.create("--ft-color-on-primary-high","","COLOR","#FFFFFF"),pt.create("--ft-color-on-primary-medium","","COLOR","rgba(255, 255, 255, 0.74)"),pt.create("--ft-color-on-primary-disabled","","COLOR","rgba(255, 255, 255, 0.38)"),pt.create("--ft-color-on-secondary","","COLOR","#FFFFFF"),pt.create("--ft-color-on-secondary-high","","COLOR","#FFFFFF"),pt.create("--ft-color-on-secondary-medium","","COLOR","rgba(255, 255, 255, 0.74)"),pt.create("--ft-color-on-secondary-disabled","","COLOR","rgba(255, 255, 255, 0.38)"),pt.create("--ft-color-on-surface","","COLOR","rgba(0, 0, 0, 0.87)"),pt.create("--ft-color-on-surface-high","","COLOR","rgba(0, 0, 0, 0.87)"),pt.create("--ft-color-on-surface-medium","","COLOR","rgba(0, 0, 0, 0.60)"),pt.create("--ft-color-on-surface-disabled","","COLOR","rgba(0, 0, 0, 0.38)"),pt.create("--ft-opacity-content-on-surface-disabled","","NUMBER","0"),pt.create("--ft-opacity-content-on-surface-enable","","NUMBER","0"),pt.create("--ft-opacity-content-on-surface-hover","","NUMBER","0.04"),pt.create("--ft-opacity-content-on-surface-focused","","NUMBER","0.12"),pt.create("--ft-opacity-content-on-surface-pressed","","NUMBER","0.10"),pt.create("--ft-opacity-content-on-surface-selected","","NUMBER","0.08"),pt.create("--ft-opacity-content-on-surface-dragged","","NUMBER","0.08"),pt.create("--ft-opacity-primary-on-surface-disabled","","NUMBER","0"),pt.create("--ft-opacity-primary-on-surface-enable","","NUMBER","0"),pt.create("--ft-opacity-primary-on-surface-hover","","NUMBER","0.04"),pt.create("--ft-opacity-primary-on-surface-focused","","NUMBER","0.12"),pt.create("--ft-opacity-primary-on-surface-pressed","","NUMBER","0.10"),pt.create("--ft-opacity-primary-on-surface-selected","","NUMBER","0.08"),pt.create("--ft-opacity-primary-on-surface-dragged","","NUMBER","0.08"),pt.create("--ft-opacity-surface-on-primary-disabled","","NUMBER","0"),pt.create("--ft-opacity-surface-on-primary-enable","","NUMBER","0"),pt.create("--ft-opacity-surface-on-primary-hover","","NUMBER","0.04"),pt.create("--ft-opacity-surface-on-primary-focused","","NUMBER","0.12"),pt.create("--ft-opacity-surface-on-primary-pressed","","NUMBER","0.10"),pt.create("--ft-opacity-surface-on-primary-selected","","NUMBER","0.08"),pt.create("--ft-opacity-surface-on-primary-dragged","","NUMBER","0.08"),pt.create("--ft-elevation-00","","UNKNOWN","0px 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px 0px rgba(0, 0, 0, 0)"),pt.create("--ft-elevation-01","","UNKNOWN","0px 1px 4px 0px rgba(0, 0, 0, 0.06), 0px 1px 2px 0px rgba(0, 0, 0, 0.14), 0px 0px 1px 0px rgba(0, 0, 0, 0.06)"),pt.create("--ft-elevation-02","","UNKNOWN","0px 4px 10px 0px rgba(0, 0, 0, 0.06), 0px 2px 5px 0px rgba(0, 0, 0, 0.14), 0px 0px 1px 0px rgba(0, 0, 0, 0.06)"),pt.create("--ft-elevation-03","","UNKNOWN","0px 6px 13px 0px rgba(0, 0, 0, 0.06), 0px 3px 7px 0px rgba(0, 0, 0, 0.14), 0px 1px 2px 0px rgba(0, 0, 0, 0.06)"),pt.create("--ft-elevation-04","","UNKNOWN","0px 8px 16px 0px rgba(0, 0, 0, 0.06), 0px 4px 9px 0px rgba(0, 0, 0, 0.14), 0px 2px 3px 0px rgba(0, 0, 0, 0.06)"),pt.create("--ft-elevation-06","","UNKNOWN","0px 12px 22px 0px rgba(0, 0, 0, 0.06), 0px 6px 13px 0px rgba(0, 0, 0, 0.14), 0px 4px 5px 0px rgba(0, 0, 0, 0.06)"),pt.create("--ft-elevation-08","","UNKNOWN","0px 16px 28px 0px rgba(0, 0, 0, 0.06), 0px 8px 17px 0px rgba(0, 0, 0, 0.14), 0px 6px 7px 0px rgba(0, 0, 0, 0.06)"),pt.create("--ft-elevation-12","","UNKNOWN","0px 22px 40px 0px rgba(0, 0, 0, 0.06), 0px 12px 23px 0px rgba(0, 0, 0, 0.14), 0px 10px 11px 0px rgba(0, 0, 0, 0.06)"),pt.create("--ft-elevation-16","","UNKNOWN","0px 28px 52px 0px rgba(0, 0, 0, 0.06), 0px 16px 29px 0px rgba(0, 0, 0, 0.14), 0px 14px 15px 0px rgba(0, 0, 0, 0.06)"),pt.create("--ft-elevation-24","","UNKNOWN","0px 40px 76px 0px rgba(0, 0, 0, 0.06), 0px 24px 41px 0px rgba(0, 0, 0, 0.14), 0px 22px 23px 0px rgba(0, 0, 0, 0.06)"),pt.create("--ft-border-radius-S","","SIZE","4px"),pt.create("--ft-border-radius-M","","SIZE","8px"),pt.create("--ft-border-radius-L","","SIZE","12px"),pt.create("--ft-border-radius-XL","","SIZE","16px"),pt.create("--ft-title-font","","UNKNOWN","Ubuntu, system-ui, sans-serif"),pt.create("--ft-content-font","","UNKNOWN","'Open Sans', system-ui, sans-serif"),pt.create("--ft-transition-duration","","UNKNOWN","250ms"),pt.create("--ft-transition-timing-function","","UNKNOWN","ease-in-out");class mt extends ut{createRenderRoot(){const t=this.constructor;t.elementDefinitions&&!t.registry&&(t.registry=new CustomElementRegistry,Object.entries(t.elementDefinitions).forEach((([o,r])=>t.registry.define(o,r))));const o={...t.shadowRootOptions,customElements:t.registry},r=this.renderOptions.creationScope=this.attachShadow(o);return y(r,t.elementStyles),r}}var bt,Nt=function(t,o,r,e){for(var n,i=arguments.length,a=i<3?o:null===e?e=Object.getOwnPropertyDescriptor(o,r):e,s=t.length-1;s>=0;s--)(n=t[s])&&(a=(i<3?n(a):i>3?n(o,r,a):n(o,r))||a);return i>3&&a&&Object.defineProperty(o,r,a),a};const Ot=Symbol("constructorPrototype"),vt=Symbol("constructorName"),St=Symbol("exportpartsDebouncer");class wt extends mt{constructor(){super(),this[bt]=new o(5),this[vt]=this.constructor.name,this[Ot]=this.constructor.prototype}adoptedCallback(){this.constructor.name!==this[vt]&&Object.setPrototypeOf(this,this[Ot])}updated(t){super.updated(t),setTimeout((()=>{this.contentAvailableCallback(t),this.scheduleExportpartsUpdate()}),0)}contentAvailableCallback(t){var o,r;if((null!==(r=null===(o=this.shadowRoot)||void 0===o?void 0:o.querySelectorAll(".ft-lit-element--custom-stylesheet"))&&void 0!==r?r:[]).forEach((t=>t.remove())),this.customStylesheet){const t=document.createElement("style");t.classList.add("ft-lit-element--custom-stylesheet"),t.innerHTML=this.customStylesheet,this.shadowRoot.append(t)}}scheduleExportpartsUpdate(){this[St].run((()=>{var t;(null===(t=this.exportpartsPrefix)||void 0===t?void 0:t.trim())?this.setExportpartsAttribute([this.exportpartsPrefix]):null!=this.exportpartsPrefixes&&this.exportpartsPrefixes.length>0&&this.setExportpartsAttribute(this.exportpartsPrefixes)}))}setExportpartsAttribute(t){var o,r,e,n,i,a;const s=t=>null!=t&&t.trim().length>0,c=t.filter(s).map((t=>t.trim()));if(0===c.length)return void this.removeAttribute("exportparts");const l=new Set;for(let t of null!==(r=null===(o=this.shadowRoot)||void 0===o?void 0:o.querySelectorAll("[part],[exportparts]"))&&void 0!==r?r:[]){const o=null!==(n=null===(e=t.getAttribute("part"))||void 0===e?void 0:e.split(" "))&&void 0!==n?n:[],r=null!==(a=null===(i=t.getAttribute("exportparts"))||void 0===i?void 0:i.split(",").map((t=>t.split(":")[1])))&&void 0!==a?a:[];new Array(...o,...r).filter(s).map((t=>t.trim())).forEach((t=>l.add(t)))}if(0===l.size)return void this.removeAttribute("exportparts");const f=[...l.values()].flatMap((t=>c.map((o=>`${t}:${o}--${t}`))));this.setAttribute("exportparts",[...this.part,...f].join(", "))}}var xt,Ct,Rt,Mt;function Et(){return Rt.apply(null,arguments)}function Yt(t){return t instanceof Array||"[object Array]"===Object.prototype.toString.call(t)}function Ut(t){return null!=t&&"[object Object]"===Object.prototype.toString.call(t)}function kt(t,o){return Object.prototype.hasOwnProperty.call(t,o)}function Wt(t){if(Object.getOwnPropertyNames)return 0===Object.getOwnPropertyNames(t).length;var o;for(o in t)if(kt(t,o))return!1;return!0}function Dt(t){return void 0===t}function Lt(t){return"number"==typeof t||"[object Number]"===Object.prototype.toString.call(t)}function It(t){return t instanceof Date||"[object Date]"===Object.prototype.toString.call(t)}function Zt(t,o){var r,e=[],n=t.length;for(r=0;r<n;++r)e.push(o(t[r],r));return e}function Kt(t,o){for(var r in o)kt(o,r)&&(t[r]=o[r]);return kt(o,"toString")&&(t.toString=o.toString),kt(o,"valueOf")&&(t.valueOf=o.valueOf),t}function Ft(t,o,r,e){return ie(t,o,r,e,!0).utc()}function At(t){return null==t._pf&&(t._pf={empty:!1,unusedTokens:[],unusedInput:[],overflow:-2,charsLeftOver:0,nullInput:!1,invalidEra:null,invalidMonth:null,invalidFormat:!1,userInvalidated:!1,iso:!1,parsedDateParts:[],era:null,meridiem:null,rfc2822:!1,weekdayMismatch:!1}),t._pf}function Gt(t){if(null==t._isValid){var o=At(t),r=Mt.call(o.parsedDateParts,(function(t){return null!=t})),e=!isNaN(t._d.getTime())&&o.overflow<0&&!o.empty&&!o.invalidEra&&!o.invalidMonth&&!o.invalidWeekday&&!o.weekdayMismatch&&!o.nullInput&&!o.invalidFormat&&!o.userInvalidated&&(!o.meridiem||o.meridiem&&r);if(t._strict&&(e=e&&0===o.charsLeftOver&&0===o.unusedTokens.length&&void 0===o.bigHour),null!=Object.isFrozen&&Object.isFrozen(t))return e;t._isValid=e}return t._isValid}function Ht(t){var o=Ft(NaN);return null!=t?Kt(At(o),t):At(o).userInvalidated=!0,o}bt=St,Nt([e()],wt.prototype,"exportpartsPrefix",void 0),Nt([s([])],wt.prototype,"exportpartsPrefixes",void 0),Nt([e()],wt.prototype,"customStylesheet",void 0),p`
56
56
  .ft-no-text-select {
57
57
  -webkit-touch-callout: none;
58
58
  -webkit-user-select: none;
@@ -61,7 +61,7 @@ var ht,ct;class lt extends N{constructor(){super(...arguments),this.renderOption
61
61
  -ms-user-select: none;
62
62
  user-select: none;
63
63
  }
64
- `,v`
64
+ `,p`
65
65
  .ft-word-wrap {
66
66
  white-space: normal;
67
67
  word-wrap: break-word;
@@ -73,7 +73,7 @@ var ht,ct;class lt extends N{constructor(){super(...arguments),this.renderOption
73
73
  -webkit-hyphens: auto;
74
74
  hyphens: auto
75
75
  }
76
- `,v`
76
+ `,p`
77
77
  .ft-safari-ellipsis-fix {
78
78
  margin-right: 0;
79
79
 
@@ -84,19 +84,19 @@ var ht,ct;class lt extends N{constructor(){super(...arguments),this.renderOption
84
84
  display: inline-block;
85
85
  width: 0;
86
86
  }
87
- `,window.ftReduxStores||(window.ftReduxStores={}),navigator.vendor&&navigator.vendor.match(/apple/i)||(null===(Yt=null===(Mt=window.safari)||void 0===Mt?void 0:Mt.pushNotification)||void 0===Yt||Yt.toString()),St=Array.prototype.some?Array.prototype.some:function(t){var i,n=Object(this),e=n.length>>>0;for(i=0;i<e;i++)if(i in n&&t.call(this,n[i],i,n))return!0;return!1};var $t=Nt.momentProperties=[],jt=!1;function Ut(t,i){var n,e,r,s=$t.length;if(Rt(i._isAMomentObject)||(t._isAMomentObject=i._isAMomentObject),Rt(i._i)||(t._i=i._i),Rt(i._f)||(t._f=i._f),Rt(i._l)||(t._l=i._l),Rt(i._strict)||(t._strict=i._strict),Rt(i._tzm)||(t._tzm=i._tzm),Rt(i._isUTC)||(t._isUTC=i._isUTC),Rt(i._offset)||(t._offset=i._offset),Rt(i._pf)||(t._pf=Ft(i)),Rt(i._locale)||(t._locale=i._locale),s>0)for(n=0;n<s;n++)Rt(r=i[e=$t[n]])||(t[e]=r);return t}function Gt(t){Ut(this,t),this._d=new Date(null!=t._d?t._d.getTime():NaN),this.isValid()||(this._d=new Date(NaN)),!1===jt&&(jt=!0,Nt.updateOffset(this),jt=!1)}function It(t){return t instanceof Gt||null!=t&&null!=t._isAMomentObject}function Zt(t){!1===Nt.suppressDeprecationWarnings&&"undefined"!=typeof console&&console.warn&&console.warn("Deprecation warning: "+t)}function Bt(t,i){var n=!0;return Wt((function(){if(null!=Nt.deprecationHandler&&Nt.deprecationHandler(null,t),n){var e,r,s,o=[],u=arguments.length;for(r=0;r<u;r++){if(e="","object"==typeof arguments[r]){for(s in e+="\n["+r+"] ",arguments[0])Ot(arguments[0],s)&&(e+=s+": "+arguments[0][s]+", ");e=e.slice(0,-2)}else e=arguments[r];o.push(e)}Zt(t+"\nArguments: "+Array.prototype.slice.call(o).join("")+"\n"+(new Error).stack),n=!1}return i.apply(this,arguments)}),i)}var Pt,zt={};function Kt(t,i){null!=Nt.deprecationHandler&&Nt.deprecationHandler(t,i),zt[t]||(Zt(i),zt[t]=!0)}function Jt(t){return"undefined"!=typeof Function&&t instanceof Function||"[object Function]"===Object.prototype.toString.call(t)}function qt(t,i){var n,e=Wt({},t);for(n in i)Ot(i,n)&&(kt(t[n])&&kt(i[n])?(e[n]={},Wt(e[n],t[n]),Wt(e[n],i[n])):null!=i[n]?e[n]=i[n]:delete e[n]);for(n in t)Ot(t,n)&&!Ot(i,n)&&kt(t[n])&&(e[n]=Wt({},e[n]));return e}function Qt(t){null!=t&&this.set(t)}Nt.suppressDeprecationWarnings=!1,Nt.deprecationHandler=null,Pt=Object.keys?Object.keys:function(t){var i,n=[];for(i in t)Ot(t,i)&&n.push(i);return n};function Vt(t,i,n){var e=""+Math.abs(t),r=i-e.length;return(t>=0?n?"+":"":"-")+Math.pow(10,Math.max(0,r)).toString().substr(1)+e}var Xt=/(\[[^\[]*\])|(\\)?([Hh]mm(ss)?|Mo|MM?M?M?|Do|DDDo|DD?D?D?|ddd?d?|do?|w[o|w]?|W[o|W]?|Qo?|N{1,5}|YYYYYY|YYYYY|YYYY|YY|y{2,4}|yo?|gg(ggg?)?|GG(GGG?)?|e|E|a|A|hh?|HH?|kk?|mm?|ss?|S{1,9}|x|X|zz?|ZZ?|.)/g,ti=/(\[[^\[]*\])|(\\)?(LTS|LT|LL?L?L?|l{1,4})/g,ii={},ni={};function ei(t,i,n,e){var r=e;"string"==typeof e&&(r=function(){return this[e]()}),t&&(ni[t]=r),i&&(ni[i[0]]=function(){return Vt(r.apply(this,arguments),i[1],i[2])}),n&&(ni[n]=function(){return this.localeData().ordinal(r.apply(this,arguments),t)})}function ri(t,i){return t.isValid()?(i=si(i,t.localeData()),ii[i]=ii[i]||function(t){var i,n,e,r=t.match(Xt);for(i=0,n=r.length;i<n;i++)ni[r[i]]?r[i]=ni[r[i]]:r[i]=(e=r[i]).match(/\[[\s\S]/)?e.replace(/^\[|\]$/g,""):e.replace(/\\/g,"");return function(i){var e,s="";for(e=0;e<n;e++)s+=Jt(r[e])?r[e].call(i,t):r[e];return s}}(i),ii[i](t)):t.localeData().invalidDate()}function si(t,i){var n=5;function e(t){return i.longDateFormat(t)||t}for(ti.lastIndex=0;n>=0&&ti.test(t);)t=t.replace(ti,e),ti.lastIndex=0,n-=1;return t}var oi={};function ui(t,i){var n=t.toLowerCase();oi[n]=oi[n+"s"]=oi[i]=t}function ai(t){return"string"==typeof t?oi[t]||oi[t.toLowerCase()]:void 0}function hi(t){var i,n,e={};for(n in t)Ot(t,n)&&(i=ai(n))&&(e[i]=t[n]);return e}var ci={};function li(t,i){ci[t]=i}function di(t){return t%4==0&&t%100!=0||t%400==0}function fi(t){return t<0?Math.ceil(t)||0:Math.floor(t)}function vi(t){var i=+t,n=0;return 0!==i&&isFinite(i)&&(n=fi(i)),n}function mi(t,i){return function(n){return null!=n?(yi(this,t,n),Nt.updateOffset(this,i),this):pi(this,t)}}function pi(t,i){return t.isValid()?t._d["get"+(t._isUTC?"UTC":"")+i]():NaN}function yi(t,i,n){t.isValid()&&!isNaN(n)&&("FullYear"===i&&di(t.year())&&1===t.month()&&29===t.date()?(n=vi(n),t._d["set"+(t._isUTC?"UTC":"")+i](n,t.month(),Vi(n,t.month()))):t._d["set"+(t._isUTC?"UTC":"")+i](n))}var gi,wi=/\d/,bi=/\d\d/,Mi=/\d{3}/,Yi=/\d{4}/,xi=/[+-]?\d{6}/,Si=/\d\d?/,Ni=/\d\d\d\d?/,Di=/\d\d\d\d\d\d?/,ki=/\d{1,3}/,Oi=/\d{1,4}/,Ei=/[+-]?\d{1,6}/,Ri=/\d+/,Ci=/[+-]?\d+/,Ti=/Z|[+-]\d\d:?\d\d/gi,_i=/Z|[+-]\d\d(?::?\d\d)?/gi,Wi=/[0-9]{0,256}['a-z\u00A0-\u05FF\u0700-\uD7FF\uF900-\uFDCF\uFDF0-\uFF07\uFF10-\uFFEF]{1,256}|[\u0600-\u06FF\/]{1,256}(\s*?[\u0600-\u06FF]{1,256}){1,2}/i;function Ai(t,i,n){gi[t]=Jt(i)?i:function(t,e){return t&&n?n:i}}function Fi(t,i){return Ot(gi,t)?gi[t](i._strict,i._locale):new RegExp(function(t){return Hi(t.replace("\\","").replace(/\\(\[)|\\(\])|\[([^\]\[]*)\]|\\(.)/g,(function(t,i,n,e,r){return i||n||e||r})))}(t))}function Hi(t){return t.replace(/[-\/\\^$*+?.()|[\]{}]/g,"\\$&")}gi={};var Li={};function $i(t,i){var n,e,r=i;for("string"==typeof t&&(t=[t]),Ct(i)&&(r=function(t,n){n[i]=vi(t)}),e=t.length,n=0;n<e;n++)Li[t[n]]=r}function ji(t,i){$i(t,(function(t,n,e,r){e._w=e._w||{},i(t,e._w,e,r)}))}function Ui(t,i,n){null!=i&&Ot(Li,t)&&Li[t](i,n._a,n,t)}var Gi,Ii=0,Zi=1,Bi=2,Pi=3,zi=4,Ki=5,Ji=6,qi=7,Qi=8;function Vi(t,i){if(isNaN(t)||isNaN(i))return NaN;var n=function(t,i){return(t%i+i)%i}(i,12);return t+=(i-n)/12,1===n?di(t)?29:28:31-n%7%2}Gi=Array.prototype.indexOf?Array.prototype.indexOf:function(t){var i;for(i=0;i<this.length;++i)if(this[i]===t)return i;return-1},ei("M",["MM",2],"Mo",(function(){return this.month()+1})),ei("MMM",0,0,(function(t){return this.localeData().monthsShort(this,t)})),ei("MMMM",0,0,(function(t){return this.localeData().months(this,t)})),ui("month","M"),li("month",8),Ai("M",Si),Ai("MM",Si,bi),Ai("MMM",(function(t,i){return i.monthsShortRegex(t)})),Ai("MMMM",(function(t,i){return i.monthsRegex(t)})),$i(["M","MM"],(function(t,i){i[Zi]=vi(t)-1})),$i(["MMM","MMMM"],(function(t,i,n,e){var r=n._locale.monthsParse(t,e,n._strict);null!=r?i[Zi]=r:Ft(n).invalidMonth=t}));var Xi="January_February_March_April_May_June_July_August_September_October_November_December".split("_"),tn="Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),nn=/D[oD]?(\[[^\[\]]*\]|\s)+MMMM?/,en=Wi,rn=Wi;function sn(t,i,n){var e,r,s,o=t.toLocaleLowerCase();if(!this._monthsParse)for(this._monthsParse=[],this._longMonthsParse=[],this._shortMonthsParse=[],e=0;e<12;++e)s=At([2e3,e]),this._shortMonthsParse[e]=this.monthsShort(s,"").toLocaleLowerCase(),this._longMonthsParse[e]=this.months(s,"").toLocaleLowerCase();return n?"MMM"===i?-1!==(r=Gi.call(this._shortMonthsParse,o))?r:null:-1!==(r=Gi.call(this._longMonthsParse,o))?r:null:"MMM"===i?-1!==(r=Gi.call(this._shortMonthsParse,o))||-1!==(r=Gi.call(this._longMonthsParse,o))?r:null:-1!==(r=Gi.call(this._longMonthsParse,o))||-1!==(r=Gi.call(this._shortMonthsParse,o))?r:null}function on(t,i){var n;if(!t.isValid())return t;if("string"==typeof i)if(/^\d+$/.test(i))i=vi(i);else if(!Ct(i=t.localeData().monthsParse(i)))return t;return n=Math.min(t.date(),Vi(t.year(),i)),t._d["set"+(t._isUTC?"UTC":"")+"Month"](i,n),t}function un(t){return null!=t?(on(this,t),Nt.updateOffset(this,!0),this):pi(this,"Month")}function an(){function t(t,i){return i.length-t.length}var i,n,e=[],r=[],s=[];for(i=0;i<12;i++)n=At([2e3,i]),e.push(this.monthsShort(n,"")),r.push(this.months(n,"")),s.push(this.months(n,"")),s.push(this.monthsShort(n,""));for(e.sort(t),r.sort(t),s.sort(t),i=0;i<12;i++)e[i]=Hi(e[i]),r[i]=Hi(r[i]);for(i=0;i<24;i++)s[i]=Hi(s[i]);this._monthsRegex=new RegExp("^("+s.join("|")+")","i"),this._monthsShortRegex=this._monthsRegex,this._monthsStrictRegex=new RegExp("^("+r.join("|")+")","i"),this._monthsShortStrictRegex=new RegExp("^("+e.join("|")+")","i")}function hn(t){return di(t)?366:365}ei("Y",0,0,(function(){var t=this.year();return t<=9999?Vt(t,4):"+"+t})),ei(0,["YY",2],0,(function(){return this.year()%100})),ei(0,["YYYY",4],0,"year"),ei(0,["YYYYY",5],0,"year"),ei(0,["YYYYYY",6,!0],0,"year"),ui("year","y"),li("year",1),Ai("Y",Ci),Ai("YY",Si,bi),Ai("YYYY",Oi,Yi),Ai("YYYYY",Ei,xi),Ai("YYYYYY",Ei,xi),$i(["YYYYY","YYYYYY"],Ii),$i("YYYY",(function(t,i){i[Ii]=2===t.length?Nt.parseTwoDigitYear(t):vi(t)})),$i("YY",(function(t,i){i[Ii]=Nt.parseTwoDigitYear(t)})),$i("Y",(function(t,i){i[Ii]=parseInt(t,10)})),Nt.parseTwoDigitYear=function(t){return vi(t)+(vi(t)>68?1900:2e3)};var cn=mi("FullYear",!0);function ln(t,i,n,e,r,s,o){var u;return t<100&&t>=0?(u=new Date(t+400,i,n,e,r,s,o),isFinite(u.getFullYear())&&u.setFullYear(t)):u=new Date(t,i,n,e,r,s,o),u}function dn(t){var i,n;return t<100&&t>=0?((n=Array.prototype.slice.call(arguments))[0]=t+400,i=new Date(Date.UTC.apply(null,n)),isFinite(i.getUTCFullYear())&&i.setUTCFullYear(t)):i=new Date(Date.UTC.apply(null,arguments)),i}function fn(t,i,n){var e=7+i-n;return-((7+dn(t,0,e).getUTCDay()-i)%7)+e-1}function vn(t,i,n,e,r){var s,o,u=1+7*(i-1)+(7+n-e)%7+fn(t,e,r);return u<=0?o=hn(s=t-1)+u:u>hn(t)?(s=t+1,o=u-hn(t)):(s=t,o=u),{year:s,dayOfYear:o}}function mn(t,i,n){var e,r,s=fn(t.year(),i,n),o=Math.floor((t.dayOfYear()-s-1)/7)+1;return o<1?e=o+pn(r=t.year()-1,i,n):o>pn(t.year(),i,n)?(e=o-pn(t.year(),i,n),r=t.year()+1):(r=t.year(),e=o),{week:e,year:r}}function pn(t,i,n){var e=fn(t,i,n),r=fn(t+1,i,n);return(hn(t)-e+r)/7}ei("w",["ww",2],"wo","week"),ei("W",["WW",2],"Wo","isoWeek"),ui("week","w"),ui("isoWeek","W"),li("week",5),li("isoWeek",5),Ai("w",Si),Ai("ww",Si,bi),Ai("W",Si),Ai("WW",Si,bi),ji(["w","ww","W","WW"],(function(t,i,n,e){i[e.substr(0,1)]=vi(t)}));function yn(t,i){return t.slice(i,7).concat(t.slice(0,i))}ei("d",0,"do","day"),ei("dd",0,0,(function(t){return this.localeData().weekdaysMin(this,t)})),ei("ddd",0,0,(function(t){return this.localeData().weekdaysShort(this,t)})),ei("dddd",0,0,(function(t){return this.localeData().weekdays(this,t)})),ei("e",0,0,"weekday"),ei("E",0,0,"isoWeekday"),ui("day","d"),ui("weekday","e"),ui("isoWeekday","E"),li("day",11),li("weekday",11),li("isoWeekday",11),Ai("d",Si),Ai("e",Si),Ai("E",Si),Ai("dd",(function(t,i){return i.weekdaysMinRegex(t)})),Ai("ddd",(function(t,i){return i.weekdaysShortRegex(t)})),Ai("dddd",(function(t,i){return i.weekdaysRegex(t)})),ji(["dd","ddd","dddd"],(function(t,i,n,e){var r=n._locale.weekdaysParse(t,e,n._strict);null!=r?i.d=r:Ft(n).invalidWeekday=t})),ji(["d","e","E"],(function(t,i,n,e){i[e]=vi(t)}));var gn="Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),wn="Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),bn="Su_Mo_Tu_We_Th_Fr_Sa".split("_"),Mn=Wi,Yn=Wi,xn=Wi;function Sn(t,i,n){var e,r,s,o=t.toLocaleLowerCase();if(!this._weekdaysParse)for(this._weekdaysParse=[],this._shortWeekdaysParse=[],this._minWeekdaysParse=[],e=0;e<7;++e)s=At([2e3,1]).day(e),this._minWeekdaysParse[e]=this.weekdaysMin(s,"").toLocaleLowerCase(),this._shortWeekdaysParse[e]=this.weekdaysShort(s,"").toLocaleLowerCase(),this._weekdaysParse[e]=this.weekdays(s,"").toLocaleLowerCase();return n?"dddd"===i?-1!==(r=Gi.call(this._weekdaysParse,o))?r:null:"ddd"===i?-1!==(r=Gi.call(this._shortWeekdaysParse,o))?r:null:-1!==(r=Gi.call(this._minWeekdaysParse,o))?r:null:"dddd"===i?-1!==(r=Gi.call(this._weekdaysParse,o))||-1!==(r=Gi.call(this._shortWeekdaysParse,o))||-1!==(r=Gi.call(this._minWeekdaysParse,o))?r:null:"ddd"===i?-1!==(r=Gi.call(this._shortWeekdaysParse,o))||-1!==(r=Gi.call(this._weekdaysParse,o))||-1!==(r=Gi.call(this._minWeekdaysParse,o))?r:null:-1!==(r=Gi.call(this._minWeekdaysParse,o))||-1!==(r=Gi.call(this._weekdaysParse,o))||-1!==(r=Gi.call(this._shortWeekdaysParse,o))?r:null}function Nn(){function t(t,i){return i.length-t.length}var i,n,e,r,s,o=[],u=[],a=[],h=[];for(i=0;i<7;i++)n=At([2e3,1]).day(i),e=Hi(this.weekdaysMin(n,"")),r=Hi(this.weekdaysShort(n,"")),s=Hi(this.weekdays(n,"")),o.push(e),u.push(r),a.push(s),h.push(e),h.push(r),h.push(s);o.sort(t),u.sort(t),a.sort(t),h.sort(t),this._weekdaysRegex=new RegExp("^("+h.join("|")+")","i"),this._weekdaysShortRegex=this._weekdaysRegex,this._weekdaysMinRegex=this._weekdaysRegex,this._weekdaysStrictRegex=new RegExp("^("+a.join("|")+")","i"),this._weekdaysShortStrictRegex=new RegExp("^("+u.join("|")+")","i"),this._weekdaysMinStrictRegex=new RegExp("^("+o.join("|")+")","i")}function Dn(){return this.hours()%12||12}function kn(t,i){ei(t,0,0,(function(){return this.localeData().meridiem(this.hours(),this.minutes(),i)}))}function On(t,i){return i._meridiemParse}ei("H",["HH",2],0,"hour"),ei("h",["hh",2],0,Dn),ei("k",["kk",2],0,(function(){return this.hours()||24})),ei("hmm",0,0,(function(){return""+Dn.apply(this)+Vt(this.minutes(),2)})),ei("hmmss",0,0,(function(){return""+Dn.apply(this)+Vt(this.minutes(),2)+Vt(this.seconds(),2)})),ei("Hmm",0,0,(function(){return""+this.hours()+Vt(this.minutes(),2)})),ei("Hmmss",0,0,(function(){return""+this.hours()+Vt(this.minutes(),2)+Vt(this.seconds(),2)})),kn("a",!0),kn("A",!1),ui("hour","h"),li("hour",13),Ai("a",On),Ai("A",On),Ai("H",Si),Ai("h",Si),Ai("k",Si),Ai("HH",Si,bi),Ai("hh",Si,bi),Ai("kk",Si,bi),Ai("hmm",Ni),Ai("hmmss",Di),Ai("Hmm",Ni),Ai("Hmmss",Di),$i(["H","HH"],Pi),$i(["k","kk"],(function(t,i,n){var e=vi(t);i[Pi]=24===e?0:e})),$i(["a","A"],(function(t,i,n){n._isPm=n._locale.isPM(t),n._meridiem=t})),$i(["h","hh"],(function(t,i,n){i[Pi]=vi(t),Ft(n).bigHour=!0})),$i("hmm",(function(t,i,n){var e=t.length-2;i[Pi]=vi(t.substr(0,e)),i[zi]=vi(t.substr(e)),Ft(n).bigHour=!0})),$i("hmmss",(function(t,i,n){var e=t.length-4,r=t.length-2;i[Pi]=vi(t.substr(0,e)),i[zi]=vi(t.substr(e,2)),i[Ki]=vi(t.substr(r)),Ft(n).bigHour=!0})),$i("Hmm",(function(t,i,n){var e=t.length-2;i[Pi]=vi(t.substr(0,e)),i[zi]=vi(t.substr(e))})),$i("Hmmss",(function(t,i,n){var e=t.length-4,r=t.length-2;i[Pi]=vi(t.substr(0,e)),i[zi]=vi(t.substr(e,2)),i[Ki]=vi(t.substr(r))}));var En=mi("Hours",!0);var Rn,Cn={calendar:{sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"},longDateFormat:{LTS:"h:mm:ss A",LT:"h:mm A",L:"MM/DD/YYYY",LL:"MMMM D, YYYY",LLL:"MMMM D, YYYY h:mm A",LLLL:"dddd, MMMM D, YYYY h:mm A"},invalidDate:"Invalid date",ordinal:"%d",dayOfMonthOrdinalParse:/\d{1,2}/,relativeTime:{future:"in %s",past:"%s ago",s:"a few seconds",ss:"%d seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",w:"a week",ww:"%d weeks",M:"a month",MM:"%d months",y:"a year",yy:"%d years"},months:Xi,monthsShort:tn,week:{dow:0,doy:6},weekdays:gn,weekdaysMin:bn,weekdaysShort:wn,meridiemParse:/[ap]\.?m?\.?/i},Tn={},_n={};function Wn(t,i){var n,e=Math.min(t.length,i.length);for(n=0;n<e;n+=1)if(t[n]!==i[n])return n;return e}function An(t){return t?t.toLowerCase().replace("_","-"):t}function Fn(t){var i=null;if(void 0===Tn[t]&&"undefined"!=typeof module&&module&&module.exports&&function(t){return null!=t.match("^[^/\\\\]*$")}(t))try{i=Rn._abbr,require("./locale/"+t),Hn(i)}catch(i){Tn[t]=null}return Tn[t]}function Hn(t,i){var n;return t&&((n=Rt(i)?$n(t):Ln(t,i))?Rn=n:"undefined"!=typeof console&&console.warn&&console.warn("Locale "+t+" not found. Did you forget to load it?")),Rn._abbr}function Ln(t,i){if(null!==i){var n,e=Cn;if(i.abbr=t,null!=Tn[t])Kt("defineLocaleOverride","use moment.updateLocale(localeName, config) to change an existing locale. moment.defineLocale(localeName, config) should only be used for creating a new locale See http://momentjs.com/guides/#/warnings/define-locale/ for more info."),e=Tn[t]._config;else if(null!=i.parentLocale)if(null!=Tn[i.parentLocale])e=Tn[i.parentLocale]._config;else{if(null==(n=Fn(i.parentLocale)))return _n[i.parentLocale]||(_n[i.parentLocale]=[]),_n[i.parentLocale].push({name:t,config:i}),null;e=n._config}return Tn[t]=new Qt(qt(e,i)),_n[t]&&_n[t].forEach((function(t){Ln(t.name,t.config)})),Hn(t),Tn[t]}return delete Tn[t],null}function $n(t){var i;if(t&&t._locale&&t._locale._abbr&&(t=t._locale._abbr),!t)return Rn;if(!Dt(t)){if(i=Fn(t))return i;t=[t]}return function(t){for(var i,n,e,r,s=0;s<t.length;){for(i=(r=An(t[s]).split("-")).length,n=(n=An(t[s+1]))?n.split("-"):null;i>0;){if(e=Fn(r.slice(0,i).join("-")))return e;if(n&&n.length>=i&&Wn(r,n)>=i-1)break;i--}s++}return Rn}(t)}function jn(t){var i,n=t._a;return n&&-2===Ft(t).overflow&&(i=n[Zi]<0||n[Zi]>11?Zi:n[Bi]<1||n[Bi]>Vi(n[Ii],n[Zi])?Bi:n[Pi]<0||n[Pi]>24||24===n[Pi]&&(0!==n[zi]||0!==n[Ki]||0!==n[Ji])?Pi:n[zi]<0||n[zi]>59?zi:n[Ki]<0||n[Ki]>59?Ki:n[Ji]<0||n[Ji]>999?Ji:-1,Ft(t)._overflowDayOfYear&&(i<Ii||i>Bi)&&(i=Bi),Ft(t)._overflowWeeks&&-1===i&&(i=qi),Ft(t)._overflowWeekday&&-1===i&&(i=Qi),Ft(t).overflow=i),t}var Un=/^\s*((?:[+-]\d{6}|\d{4})-(?:\d\d-\d\d|W\d\d-\d|W\d\d|\d\d\d|\d\d))(?:(T| )(\d\d(?::\d\d(?::\d\d(?:[.,]\d+)?)?)?)([+-]\d\d(?::?\d\d)?|\s*Z)?)?$/,Gn=/^\s*((?:[+-]\d{6}|\d{4})(?:\d\d\d\d|W\d\d\d|W\d\d|\d\d\d|\d\d|))(?:(T| )(\d\d(?:\d\d(?:\d\d(?:[.,]\d+)?)?)?)([+-]\d\d(?::?\d\d)?|\s*Z)?)?$/,In=/Z|[+-]\d\d(?::?\d\d)?/,Zn=[["YYYYYY-MM-DD",/[+-]\d{6}-\d\d-\d\d/],["YYYY-MM-DD",/\d{4}-\d\d-\d\d/],["GGGG-[W]WW-E",/\d{4}-W\d\d-\d/],["GGGG-[W]WW",/\d{4}-W\d\d/,!1],["YYYY-DDD",/\d{4}-\d{3}/],["YYYY-MM",/\d{4}-\d\d/,!1],["YYYYYYMMDD",/[+-]\d{10}/],["YYYYMMDD",/\d{8}/],["GGGG[W]WWE",/\d{4}W\d{3}/],["GGGG[W]WW",/\d{4}W\d{2}/,!1],["YYYYDDD",/\d{7}/],["YYYYMM",/\d{6}/,!1],["YYYY",/\d{4}/,!1]],Bn=[["HH:mm:ss.SSSS",/\d\d:\d\d:\d\d\.\d+/],["HH:mm:ss,SSSS",/\d\d:\d\d:\d\d,\d+/],["HH:mm:ss",/\d\d:\d\d:\d\d/],["HH:mm",/\d\d:\d\d/],["HHmmss.SSSS",/\d\d\d\d\d\d\.\d+/],["HHmmss,SSSS",/\d\d\d\d\d\d,\d+/],["HHmmss",/\d\d\d\d\d\d/],["HHmm",/\d\d\d\d/],["HH",/\d\d/]],Pn=/^\/?Date\((-?\d+)/i,zn=/^(?:(Mon|Tue|Wed|Thu|Fri|Sat|Sun),?\s)?(\d{1,2})\s(Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec)\s(\d{2,4})\s(\d\d):(\d\d)(?::(\d\d))?\s(?:(UT|GMT|[ECMP][SD]T)|([Zz])|([+-]\d{4}))$/,Kn={UT:0,GMT:0,EDT:-240,EST:-300,CDT:-300,CST:-360,MDT:-360,MST:-420,PDT:-420,PST:-480};function Jn(t){var i,n,e,r,s,o,u=t._i,a=Un.exec(u)||Gn.exec(u),h=Zn.length,c=Bn.length;if(a){for(Ft(t).iso=!0,i=0,n=h;i<n;i++)if(Zn[i][1].exec(a[1])){r=Zn[i][0],e=!1!==Zn[i][2];break}if(null==r)return void(t._isValid=!1);if(a[3]){for(i=0,n=c;i<n;i++)if(Bn[i][1].exec(a[3])){s=(a[2]||" ")+Bn[i][0];break}if(null==s)return void(t._isValid=!1)}if(!e&&null!=s)return void(t._isValid=!1);if(a[4]){if(!In.exec(a[4]))return void(t._isValid=!1);o="Z"}t._f=r+(s||"")+(o||""),te(t)}else t._isValid=!1}function qn(t){var i=parseInt(t,10);return i<=49?2e3+i:i<=999?1900+i:i}function Qn(t){var i,n,e,r,s,o,u,a,h=zn.exec(function(t){return t.replace(/\([^()]*\)|[\n\t]/g," ").replace(/(\s\s+)/g," ").replace(/^\s\s*/,"").replace(/\s\s*$/,"")}(t._i));if(h){if(n=h[4],e=h[3],r=h[2],s=h[5],o=h[6],u=h[7],a=[qn(n),tn.indexOf(e),parseInt(r,10),parseInt(s,10),parseInt(o,10)],u&&a.push(parseInt(u,10)),i=a,!function(t,i,n){return!t||wn.indexOf(t)===new Date(i[0],i[1],i[2]).getDay()||(Ft(n).weekdayMismatch=!0,n._isValid=!1,!1)}(h[1],i,t))return;t._a=i,t._tzm=function(t,i,n){if(t)return Kn[t];if(i)return 0;var e=parseInt(n,10),r=e%100;return(e-r)/100*60+r}(h[8],h[9],h[10]),t._d=dn.apply(null,t._a),t._d.setUTCMinutes(t._d.getUTCMinutes()-t._tzm),Ft(t).rfc2822=!0}else t._isValid=!1}function Vn(t,i,n){return null!=t?t:null!=i?i:n}function Xn(t){var i,n,e,r,s,o=[];if(!t._d){for(e=function(t){var i=new Date(Nt.now());return t._useUTC?[i.getUTCFullYear(),i.getUTCMonth(),i.getUTCDate()]:[i.getFullYear(),i.getMonth(),i.getDate()]}(t),t._w&&null==t._a[Bi]&&null==t._a[Zi]&&function(t){var i,n,e,r,s,o,u,a,h;i=t._w,null!=i.GG||null!=i.W||null!=i.E?(s=1,o=4,n=Vn(i.GG,t._a[Ii],mn(ee(),1,4).year),e=Vn(i.W,1),((r=Vn(i.E,1))<1||r>7)&&(a=!0)):(s=t._locale._week.dow,o=t._locale._week.doy,h=mn(ee(),s,o),n=Vn(i.gg,t._a[Ii],h.year),e=Vn(i.w,h.week),null!=i.d?((r=i.d)<0||r>6)&&(a=!0):null!=i.e?(r=i.e+s,(i.e<0||i.e>6)&&(a=!0)):r=s);e<1||e>pn(n,s,o)?Ft(t)._overflowWeeks=!0:null!=a?Ft(t)._overflowWeekday=!0:(u=vn(n,e,r,s,o),t._a[Ii]=u.year,t._dayOfYear=u.dayOfYear)}(t),null!=t._dayOfYear&&(s=Vn(t._a[Ii],e[Ii]),(t._dayOfYear>hn(s)||0===t._dayOfYear)&&(Ft(t)._overflowDayOfYear=!0),n=dn(s,0,t._dayOfYear),t._a[Zi]=n.getUTCMonth(),t._a[Bi]=n.getUTCDate()),i=0;i<3&&null==t._a[i];++i)t._a[i]=o[i]=e[i];for(;i<7;i++)t._a[i]=o[i]=null==t._a[i]?2===i?1:0:t._a[i];24===t._a[Pi]&&0===t._a[zi]&&0===t._a[Ki]&&0===t._a[Ji]&&(t._nextDay=!0,t._a[Pi]=0),t._d=(t._useUTC?dn:ln).apply(null,o),r=t._useUTC?t._d.getUTCDay():t._d.getDay(),null!=t._tzm&&t._d.setUTCMinutes(t._d.getUTCMinutes()-t._tzm),t._nextDay&&(t._a[Pi]=24),t._w&&void 0!==t._w.d&&t._w.d!==r&&(Ft(t).weekdayMismatch=!0)}}function te(t){if(t._f!==Nt.ISO_8601)if(t._f!==Nt.RFC_2822){t._a=[],Ft(t).empty=!0;var i,n,e,r,s,o,u,a=""+t._i,h=a.length,c=0;for(u=(e=si(t._f,t._locale).match(Xt)||[]).length,i=0;i<u;i++)r=e[i],(n=(a.match(Fi(r,t))||[])[0])&&((s=a.substr(0,a.indexOf(n))).length>0&&Ft(t).unusedInput.push(s),a=a.slice(a.indexOf(n)+n.length),c+=n.length),ni[r]?(n?Ft(t).empty=!1:Ft(t).unusedTokens.push(r),Ui(r,n,t)):t._strict&&!n&&Ft(t).unusedTokens.push(r);Ft(t).charsLeftOver=h-c,a.length>0&&Ft(t).unusedInput.push(a),t._a[Pi]<=12&&!0===Ft(t).bigHour&&t._a[Pi]>0&&(Ft(t).bigHour=void 0),Ft(t).parsedDateParts=t._a.slice(0),Ft(t).meridiem=t._meridiem,t._a[Pi]=function(t,i,n){var e;if(null==n)return i;return null!=t.meridiemHour?t.meridiemHour(i,n):null!=t.isPM?((e=t.isPM(n))&&i<12&&(i+=12),e||12!==i||(i=0),i):i}(t._locale,t._a[Pi],t._meridiem),null!==(o=Ft(t).era)&&(t._a[Ii]=t._locale.erasConvertYear(o,t._a[Ii])),Xn(t),jn(t)}else Qn(t);else Jn(t)}function ie(t){var i=t._i,n=t._f;return t._locale=t._locale||$n(t._l),null===i||void 0===n&&""===i?Lt({nullInput:!0}):("string"==typeof i&&(t._i=i=t._locale.preparse(i)),It(i)?new Gt(jn(i)):(Tt(i)?t._d=i:Dt(n)?function(t){var i,n,e,r,s,o,u=!1,a=t._f.length;if(0===a)return Ft(t).invalidFormat=!0,void(t._d=new Date(NaN));for(r=0;r<a;r++)s=0,o=!1,i=Ut({},t),null!=t._useUTC&&(i._useUTC=t._useUTC),i._f=t._f[r],te(i),Ht(i)&&(o=!0),s+=Ft(i).charsLeftOver,s+=10*Ft(i).unusedTokens.length,Ft(i).score=s,u?s<e&&(e=s,n=i):(null==e||s<e||o)&&(e=s,n=i,o&&(u=!0));Wt(t,n||i)}(t):n?te(t):function(t){var i=t._i;Rt(i)?t._d=new Date(Nt.now()):Tt(i)?t._d=new Date(i.valueOf()):"string"==typeof i?function(t){var i=Pn.exec(t._i);null===i?(Jn(t),!1===t._isValid&&(delete t._isValid,Qn(t),!1===t._isValid&&(delete t._isValid,t._strict?t._isValid=!1:Nt.createFromInputFallback(t)))):t._d=new Date(+i[1])}(t):Dt(i)?(t._a=_t(i.slice(0),(function(t){return parseInt(t,10)})),Xn(t)):kt(i)?function(t){if(!t._d){var i=hi(t._i),n=void 0===i.day?i.date:i.day;t._a=_t([i.year,i.month,n,i.hour,i.minute,i.second,i.millisecond],(function(t){return t&&parseInt(t,10)})),Xn(t)}}(t):Ct(i)?t._d=new Date(i):Nt.createFromInputFallback(t)}(t),Ht(t)||(t._d=null),t))}function ne(t,i,n,e,r){var s,o={};return!0!==i&&!1!==i||(e=i,i=void 0),!0!==n&&!1!==n||(e=n,n=void 0),(kt(t)&&Et(t)||Dt(t)&&0===t.length)&&(t=void 0),o._isAMomentObject=!0,o._useUTC=o._isUTC=r,o._l=n,o._i=t,o._f=i,o._strict=e,(s=new Gt(jn(ie(o))))._nextDay&&(s.add(1,"d"),s._nextDay=void 0),s}function ee(t,i,n,e){return ne(t,i,n,e,!1)}Nt.createFromInputFallback=Bt("value provided is not in a recognized RFC2822 or ISO format. moment construction falls back to js Date(), which is not reliable across all browsers and versions. Non RFC2822/ISO date formats are discouraged. Please refer to http://momentjs.com/guides/#/warnings/js-date/ for more info.",(function(t){t._d=new Date(t._i+(t._useUTC?" UTC":""))})),Nt.ISO_8601=function(){},Nt.RFC_2822=function(){};var re=Bt("moment().min is deprecated, use moment.max instead. http://momentjs.com/guides/#/warnings/min-max/",(function(){var t=ee.apply(null,arguments);return this.isValid()&&t.isValid()?t<this?this:t:Lt()})),se=Bt("moment().max is deprecated, use moment.min instead. http://momentjs.com/guides/#/warnings/min-max/",(function(){var t=ee.apply(null,arguments);return this.isValid()&&t.isValid()?t>this?this:t:Lt()}));function oe(t,i){var n,e;if(1===i.length&&Dt(i[0])&&(i=i[0]),!i.length)return ee();for(n=i[0],e=1;e<i.length;++e)i[e].isValid()&&!i[e][t](n)||(n=i[e]);return n}var ue=["year","quarter","month","week","day","hour","minute","second","millisecond"];function ae(t){var i=hi(t),n=i.year||0,e=i.quarter||0,r=i.month||0,s=i.week||i.isoWeek||0,o=i.day||0,u=i.hour||0,a=i.minute||0,h=i.second||0,c=i.millisecond||0;this._isValid=function(t){var i,n,e=!1,r=ue.length;for(i in t)if(Ot(t,i)&&(-1===Gi.call(ue,i)||null!=t[i]&&isNaN(t[i])))return!1;for(n=0;n<r;++n)if(t[ue[n]]){if(e)return!1;parseFloat(t[ue[n]])!==vi(t[ue[n]])&&(e=!0)}return!0}(i),this._milliseconds=+c+1e3*h+6e4*a+1e3*u*60*60,this._days=+o+7*s,this._months=+r+3*e+12*n,this._data={},this._locale=$n(),this._bubble()}function he(t){return t instanceof ae}function ce(t){return t<0?-1*Math.round(-1*t):Math.round(t)}function le(t,i){ei(t,0,0,(function(){var t=this.utcOffset(),n="+";return t<0&&(t=-t,n="-"),n+Vt(~~(t/60),2)+i+Vt(~~t%60,2)}))}le("Z",":"),le("ZZ",""),Ai("Z",_i),Ai("ZZ",_i),$i(["Z","ZZ"],(function(t,i,n){n._useUTC=!0,n._tzm=fe(_i,t)}));var de=/([\+\-]|\d\d)/gi;function fe(t,i){var n,e,r=(i||"").match(t);return null===r?null:0===(e=60*(n=((r[r.length-1]||[])+"").match(de)||["-",0,0])[1]+vi(n[2]))?0:"+"===n[0]?e:-e}function ve(t,i){var n,e;return i._isUTC?(n=i.clone(),e=(It(t)||Tt(t)?t.valueOf():ee(t).valueOf())-n.valueOf(),n._d.setTime(n._d.valueOf()+e),Nt.updateOffset(n,!1),n):ee(t).local()}function me(t){return-Math.round(t._d.getTimezoneOffset())}function pe(){return!!this.isValid()&&(this._isUTC&&0===this._offset)}Nt.updateOffset=function(){};var ye=/^(-|\+)?(?:(\d*)[. ])?(\d+):(\d+)(?::(\d+)(\.\d*)?)?$/,ge=/^(-|\+)?P(?:([-+]?[0-9,.]*)Y)?(?:([-+]?[0-9,.]*)M)?(?:([-+]?[0-9,.]*)W)?(?:([-+]?[0-9,.]*)D)?(?:T(?:([-+]?[0-9,.]*)H)?(?:([-+]?[0-9,.]*)M)?(?:([-+]?[0-9,.]*)S)?)?$/;function we(t,i){var n,e,r,s=t,o=null;return he(t)?s={ms:t._milliseconds,d:t._days,M:t._months}:Ct(t)||!isNaN(+t)?(s={},i?s[i]=+t:s.milliseconds=+t):(o=ye.exec(t))?(n="-"===o[1]?-1:1,s={y:0,d:vi(o[Bi])*n,h:vi(o[Pi])*n,m:vi(o[zi])*n,s:vi(o[Ki])*n,ms:vi(ce(1e3*o[Ji]))*n}):(o=ge.exec(t))?(n="-"===o[1]?-1:1,s={y:be(o[2],n),M:be(o[3],n),w:be(o[4],n),d:be(o[5],n),h:be(o[6],n),m:be(o[7],n),s:be(o[8],n)}):null==s?s={}:"object"==typeof s&&("from"in s||"to"in s)&&(r=function(t,i){var n;if(!t.isValid()||!i.isValid())return{milliseconds:0,months:0};i=ve(i,t),t.isBefore(i)?n=Me(t,i):((n=Me(i,t)).milliseconds=-n.milliseconds,n.months=-n.months);return n}(ee(s.from),ee(s.to)),(s={}).ms=r.milliseconds,s.M=r.months),e=new ae(s),he(t)&&Ot(t,"_locale")&&(e._locale=t._locale),he(t)&&Ot(t,"_isValid")&&(e._isValid=t._isValid),e}function be(t,i){var n=t&&parseFloat(t.replace(",","."));return(isNaN(n)?0:n)*i}function Me(t,i){var n={};return n.months=i.month()-t.month()+12*(i.year()-t.year()),t.clone().add(n.months,"M").isAfter(i)&&--n.months,n.milliseconds=+i-+t.clone().add(n.months,"M"),n}function Ye(t,i){return function(n,e){var r;return null===e||isNaN(+e)||(Kt(i,"moment()."+i+"(period, number) is deprecated. Please use moment()."+i+"(number, period). See http://momentjs.com/guides/#/warnings/add-inverted-param/ for more info."),r=n,n=e,e=r),xe(this,we(n,e),t),this}}function xe(t,i,n,e){var r=i._milliseconds,s=ce(i._days),o=ce(i._months);t.isValid()&&(e=null==e||e,o&&on(t,pi(t,"Month")+o*n),s&&yi(t,"Date",pi(t,"Date")+s*n),r&&t._d.setTime(t._d.valueOf()+r*n),e&&Nt.updateOffset(t,s||o))}we.fn=ae.prototype,we.invalid=function(){return we(NaN)};var Se=Ye(1,"add"),Ne=Ye(-1,"subtract");function De(t){return"string"==typeof t||t instanceof String}function ke(t){return It(t)||Tt(t)||De(t)||Ct(t)||function(t){var i=Dt(t),n=!1;i&&(n=0===t.filter((function(i){return!Ct(i)&&De(t)})).length);return i&&n}(t)||function(t){var i,n,e=kt(t)&&!Et(t),r=!1,s=["years","year","y","months","month","M","days","day","d","dates","date","D","hours","hour","h","minutes","minute","m","seconds","second","s","milliseconds","millisecond","ms"],o=s.length;for(i=0;i<o;i+=1)n=s[i],r=r||Ot(t,n);return e&&r}(t)||null==t}function Oe(t,i){if(t.date()<i.date())return-Oe(i,t);var n=12*(i.year()-t.year())+(i.month()-t.month()),e=t.clone().add(n,"months");return-(n+(i-e<0?(i-e)/(e-t.clone().add(n-1,"months")):(i-e)/(t.clone().add(n+1,"months")-e)))||0}function Ee(t){var i;return void 0===t?this._locale._abbr:(null!=(i=$n(t))&&(this._locale=i),this)}Nt.defaultFormat="YYYY-MM-DDTHH:mm:ssZ",Nt.defaultFormatUtc="YYYY-MM-DDTHH:mm:ss[Z]";var Re=Bt("moment().lang() is deprecated. Instead, use moment().localeData() to get the language configuration. Use moment().locale() to change languages.",(function(t){return void 0===t?this.localeData():this.locale(t)}));function Ce(){return this._locale}var Te=1e3,_e=6e4,We=36e5,Ae=126227808e5;function Fe(t,i){return(t%i+i)%i}function He(t,i,n){return t<100&&t>=0?new Date(t+400,i,n)-Ae:new Date(t,i,n).valueOf()}function Le(t,i,n){return t<100&&t>=0?Date.UTC(t+400,i,n)-Ae:Date.UTC(t,i,n)}function $e(t,i){return i.erasAbbrRegex(t)}function je(){var t,i,n=[],e=[],r=[],s=[],o=this.eras();for(t=0,i=o.length;t<i;++t)e.push(Hi(o[t].name)),n.push(Hi(o[t].abbr)),r.push(Hi(o[t].narrow)),s.push(Hi(o[t].name)),s.push(Hi(o[t].abbr)),s.push(Hi(o[t].narrow));this._erasRegex=new RegExp("^("+s.join("|")+")","i"),this._erasNameRegex=new RegExp("^("+e.join("|")+")","i"),this._erasAbbrRegex=new RegExp("^("+n.join("|")+")","i"),this._erasNarrowRegex=new RegExp("^("+r.join("|")+")","i")}function Ue(t,i){ei(0,[t,t.length],0,i)}function Ge(t,i,n,e,r){var s;return null==t?mn(this,e,r).year:(i>(s=pn(t,e,r))&&(i=s),Ie.call(this,t,i,n,e,r))}function Ie(t,i,n,e,r){var s=vn(t,i,n,e,r),o=dn(s.year,0,s.dayOfYear);return this.year(o.getUTCFullYear()),this.month(o.getUTCMonth()),this.date(o.getUTCDate()),this}ei("N",0,0,"eraAbbr"),ei("NN",0,0,"eraAbbr"),ei("NNN",0,0,"eraAbbr"),ei("NNNN",0,0,"eraName"),ei("NNNNN",0,0,"eraNarrow"),ei("y",["y",1],"yo","eraYear"),ei("y",["yy",2],0,"eraYear"),ei("y",["yyy",3],0,"eraYear"),ei("y",["yyyy",4],0,"eraYear"),Ai("N",$e),Ai("NN",$e),Ai("NNN",$e),Ai("NNNN",(function(t,i){return i.erasNameRegex(t)})),Ai("NNNNN",(function(t,i){return i.erasNarrowRegex(t)})),$i(["N","NN","NNN","NNNN","NNNNN"],(function(t,i,n,e){var r=n._locale.erasParse(t,e,n._strict);r?Ft(n).era=r:Ft(n).invalidEra=t})),Ai("y",Ri),Ai("yy",Ri),Ai("yyy",Ri),Ai("yyyy",Ri),Ai("yo",(function(t,i){return i._eraYearOrdinalRegex||Ri})),$i(["y","yy","yyy","yyyy"],Ii),$i(["yo"],(function(t,i,n,e){var r;n._locale._eraYearOrdinalRegex&&(r=t.match(n._locale._eraYearOrdinalRegex)),n._locale.eraYearOrdinalParse?i[Ii]=n._locale.eraYearOrdinalParse(t,r):i[Ii]=parseInt(t,10)})),ei(0,["gg",2],0,(function(){return this.weekYear()%100})),ei(0,["GG",2],0,(function(){return this.isoWeekYear()%100})),Ue("gggg","weekYear"),Ue("ggggg","weekYear"),Ue("GGGG","isoWeekYear"),Ue("GGGGG","isoWeekYear"),ui("weekYear","gg"),ui("isoWeekYear","GG"),li("weekYear",1),li("isoWeekYear",1),Ai("G",Ci),Ai("g",Ci),Ai("GG",Si,bi),Ai("gg",Si,bi),Ai("GGGG",Oi,Yi),Ai("gggg",Oi,Yi),Ai("GGGGG",Ei,xi),Ai("ggggg",Ei,xi),ji(["gggg","ggggg","GGGG","GGGGG"],(function(t,i,n,e){i[e.substr(0,2)]=vi(t)})),ji(["gg","GG"],(function(t,i,n,e){i[e]=Nt.parseTwoDigitYear(t)})),ei("Q",0,"Qo","quarter"),ui("quarter","Q"),li("quarter",7),Ai("Q",wi),$i("Q",(function(t,i){i[Zi]=3*(vi(t)-1)})),ei("D",["DD",2],"Do","date"),ui("date","D"),li("date",9),Ai("D",Si),Ai("DD",Si,bi),Ai("Do",(function(t,i){return t?i._dayOfMonthOrdinalParse||i._ordinalParse:i._dayOfMonthOrdinalParseLenient})),$i(["D","DD"],Bi),$i("Do",(function(t,i){i[Bi]=vi(t.match(Si)[0])}));var Ze=mi("Date",!0);ei("DDD",["DDDD",3],"DDDo","dayOfYear"),ui("dayOfYear","DDD"),li("dayOfYear",4),Ai("DDD",ki),Ai("DDDD",Mi),$i(["DDD","DDDD"],(function(t,i,n){n._dayOfYear=vi(t)})),ei("m",["mm",2],0,"minute"),ui("minute","m"),li("minute",14),Ai("m",Si),Ai("mm",Si,bi),$i(["m","mm"],zi);var Be=mi("Minutes",!1);ei("s",["ss",2],0,"second"),ui("second","s"),li("second",15),Ai("s",Si),Ai("ss",Si,bi),$i(["s","ss"],Ki);var Pe,ze,Ke=mi("Seconds",!1);for(ei("S",0,0,(function(){return~~(this.millisecond()/100)})),ei(0,["SS",2],0,(function(){return~~(this.millisecond()/10)})),ei(0,["SSS",3],0,"millisecond"),ei(0,["SSSS",4],0,(function(){return 10*this.millisecond()})),ei(0,["SSSSS",5],0,(function(){return 100*this.millisecond()})),ei(0,["SSSSSS",6],0,(function(){return 1e3*this.millisecond()})),ei(0,["SSSSSSS",7],0,(function(){return 1e4*this.millisecond()})),ei(0,["SSSSSSSS",8],0,(function(){return 1e5*this.millisecond()})),ei(0,["SSSSSSSSS",9],0,(function(){return 1e6*this.millisecond()})),ui("millisecond","ms"),li("millisecond",16),Ai("S",ki,wi),Ai("SS",ki,bi),Ai("SSS",ki,Mi),Pe="SSSS";Pe.length<=9;Pe+="S")Ai(Pe,Ri);function Je(t,i){i[Ji]=vi(1e3*("0."+t))}for(Pe="S";Pe.length<=9;Pe+="S")$i(Pe,Je);ze=mi("Milliseconds",!1),ei("z",0,0,"zoneAbbr"),ei("zz",0,0,"zoneName");var qe=Gt.prototype;function Qe(t){return t}qe.add=Se,qe.calendar=function(t,i){1===arguments.length&&(arguments[0]?ke(arguments[0])?(t=arguments[0],i=void 0):function(t){var i,n=kt(t)&&!Et(t),e=!1,r=["sameDay","nextDay","lastDay","nextWeek","lastWeek","sameElse"];for(i=0;i<r.length;i+=1)e=e||Ot(t,r[i]);return n&&e}(arguments[0])&&(i=arguments[0],t=void 0):(t=void 0,i=void 0));var n=t||ee(),e=ve(n,this).startOf("day"),r=Nt.calendarFormat(this,e)||"sameElse",s=i&&(Jt(i[r])?i[r].call(this,n):i[r]);return this.format(s||this.localeData().calendar(r,this,ee(n)))},qe.clone=function(){return new Gt(this)},qe.diff=function(t,i,n){var e,r,s;if(!this.isValid())return NaN;if(!(e=ve(t,this)).isValid())return NaN;switch(r=6e4*(e.utcOffset()-this.utcOffset()),i=ai(i)){case"year":s=Oe(this,e)/12;break;case"month":s=Oe(this,e);break;case"quarter":s=Oe(this,e)/3;break;case"second":s=(this-e)/1e3;break;case"minute":s=(this-e)/6e4;break;case"hour":s=(this-e)/36e5;break;case"day":s=(this-e-r)/864e5;break;case"week":s=(this-e-r)/6048e5;break;default:s=this-e}return n?s:fi(s)},qe.endOf=function(t){var i,n;if(void 0===(t=ai(t))||"millisecond"===t||!this.isValid())return this;switch(n=this._isUTC?Le:He,t){case"year":i=n(this.year()+1,0,1)-1;break;case"quarter":i=n(this.year(),this.month()-this.month()%3+3,1)-1;break;case"month":i=n(this.year(),this.month()+1,1)-1;break;case"week":i=n(this.year(),this.month(),this.date()-this.weekday()+7)-1;break;case"isoWeek":i=n(this.year(),this.month(),this.date()-(this.isoWeekday()-1)+7)-1;break;case"day":case"date":i=n(this.year(),this.month(),this.date()+1)-1;break;case"hour":i=this._d.valueOf(),i+=We-Fe(i+(this._isUTC?0:this.utcOffset()*_e),We)-1;break;case"minute":i=this._d.valueOf(),i+=_e-Fe(i,_e)-1;break;case"second":i=this._d.valueOf(),i+=Te-Fe(i,Te)-1}return this._d.setTime(i),Nt.updateOffset(this,!0),this},qe.format=function(t){t||(t=this.isUtc()?Nt.defaultFormatUtc:Nt.defaultFormat);var i=ri(this,t);return this.localeData().postformat(i)},qe.from=function(t,i){return this.isValid()&&(It(t)&&t.isValid()||ee(t).isValid())?we({to:this,from:t}).locale(this.locale()).humanize(!i):this.localeData().invalidDate()},qe.fromNow=function(t){return this.from(ee(),t)},qe.to=function(t,i){return this.isValid()&&(It(t)&&t.isValid()||ee(t).isValid())?we({from:this,to:t}).locale(this.locale()).humanize(!i):this.localeData().invalidDate()},qe.toNow=function(t){return this.to(ee(),t)},qe.get=function(t){return Jt(this[t=ai(t)])?this[t]():this},qe.invalidAt=function(){return Ft(this).overflow},qe.isAfter=function(t,i){var n=It(t)?t:ee(t);return!(!this.isValid()||!n.isValid())&&("millisecond"===(i=ai(i)||"millisecond")?this.valueOf()>n.valueOf():n.valueOf()<this.clone().startOf(i).valueOf())},qe.isBefore=function(t,i){var n=It(t)?t:ee(t);return!(!this.isValid()||!n.isValid())&&("millisecond"===(i=ai(i)||"millisecond")?this.valueOf()<n.valueOf():this.clone().endOf(i).valueOf()<n.valueOf())},qe.isBetween=function(t,i,n,e){var r=It(t)?t:ee(t),s=It(i)?i:ee(i);return!!(this.isValid()&&r.isValid()&&s.isValid())&&(("("===(e=e||"()")[0]?this.isAfter(r,n):!this.isBefore(r,n))&&(")"===e[1]?this.isBefore(s,n):!this.isAfter(s,n)))},qe.isSame=function(t,i){var n,e=It(t)?t:ee(t);return!(!this.isValid()||!e.isValid())&&("millisecond"===(i=ai(i)||"millisecond")?this.valueOf()===e.valueOf():(n=e.valueOf(),this.clone().startOf(i).valueOf()<=n&&n<=this.clone().endOf(i).valueOf()))},qe.isSameOrAfter=function(t,i){return this.isSame(t,i)||this.isAfter(t,i)},qe.isSameOrBefore=function(t,i){return this.isSame(t,i)||this.isBefore(t,i)},qe.isValid=function(){return Ht(this)},qe.lang=Re,qe.locale=Ee,qe.localeData=Ce,qe.max=se,qe.min=re,qe.parsingFlags=function(){return Wt({},Ft(this))},qe.set=function(t,i){if("object"==typeof t){var n,e=function(t){var i,n=[];for(i in t)Ot(t,i)&&n.push({unit:i,priority:ci[i]});return n.sort((function(t,i){return t.priority-i.priority})),n}(t=hi(t)),r=e.length;for(n=0;n<r;n++)this[e[n].unit](t[e[n].unit])}else if(Jt(this[t=ai(t)]))return this[t](i);return this},qe.startOf=function(t){var i,n;if(void 0===(t=ai(t))||"millisecond"===t||!this.isValid())return this;switch(n=this._isUTC?Le:He,t){case"year":i=n(this.year(),0,1);break;case"quarter":i=n(this.year(),this.month()-this.month()%3,1);break;case"month":i=n(this.year(),this.month(),1);break;case"week":i=n(this.year(),this.month(),this.date()-this.weekday());break;case"isoWeek":i=n(this.year(),this.month(),this.date()-(this.isoWeekday()-1));break;case"day":case"date":i=n(this.year(),this.month(),this.date());break;case"hour":i=this._d.valueOf(),i-=Fe(i+(this._isUTC?0:this.utcOffset()*_e),We);break;case"minute":i=this._d.valueOf(),i-=Fe(i,_e);break;case"second":i=this._d.valueOf(),i-=Fe(i,Te)}return this._d.setTime(i),Nt.updateOffset(this,!0),this},qe.subtract=Ne,qe.toArray=function(){var t=this;return[t.year(),t.month(),t.date(),t.hour(),t.minute(),t.second(),t.millisecond()]},qe.toObject=function(){var t=this;return{years:t.year(),months:t.month(),date:t.date(),hours:t.hours(),minutes:t.minutes(),seconds:t.seconds(),milliseconds:t.milliseconds()}},qe.toDate=function(){return new Date(this.valueOf())},qe.toISOString=function(t){if(!this.isValid())return null;var i=!0!==t,n=i?this.clone().utc():this;return n.year()<0||n.year()>9999?ri(n,i?"YYYYYY-MM-DD[T]HH:mm:ss.SSS[Z]":"YYYYYY-MM-DD[T]HH:mm:ss.SSSZ"):Jt(Date.prototype.toISOString)?i?this.toDate().toISOString():new Date(this.valueOf()+60*this.utcOffset()*1e3).toISOString().replace("Z",ri(n,"Z")):ri(n,i?"YYYY-MM-DD[T]HH:mm:ss.SSS[Z]":"YYYY-MM-DD[T]HH:mm:ss.SSSZ")},qe.inspect=function(){if(!this.isValid())return"moment.invalid(/* "+this._i+" */)";var t,i,n,e="moment",r="";return this.isLocal()||(e=0===this.utcOffset()?"moment.utc":"moment.parseZone",r="Z"),t="["+e+'("]',i=0<=this.year()&&this.year()<=9999?"YYYY":"YYYYYY","-MM-DD[T]HH:mm:ss.SSS",n=r+'[")]',this.format(t+i+"-MM-DD[T]HH:mm:ss.SSS"+n)},"undefined"!=typeof Symbol&&null!=Symbol.for&&(qe[Symbol.for("nodejs.util.inspect.custom")]=function(){return"Moment<"+this.format()+">"}),qe.toJSON=function(){return this.isValid()?this.toISOString():null},qe.toString=function(){return this.clone().locale("en").format("ddd MMM DD YYYY HH:mm:ss [GMT]ZZ")},qe.unix=function(){return Math.floor(this.valueOf()/1e3)},qe.valueOf=function(){return this._d.valueOf()-6e4*(this._offset||0)},qe.creationData=function(){return{input:this._i,format:this._f,locale:this._locale,isUTC:this._isUTC,strict:this._strict}},qe.eraName=function(){var t,i,n,e=this.localeData().eras();for(t=0,i=e.length;t<i;++t){if(n=this.clone().startOf("day").valueOf(),e[t].since<=n&&n<=e[t].until)return e[t].name;if(e[t].until<=n&&n<=e[t].since)return e[t].name}return""},qe.eraNarrow=function(){var t,i,n,e=this.localeData().eras();for(t=0,i=e.length;t<i;++t){if(n=this.clone().startOf("day").valueOf(),e[t].since<=n&&n<=e[t].until)return e[t].narrow;if(e[t].until<=n&&n<=e[t].since)return e[t].narrow}return""},qe.eraAbbr=function(){var t,i,n,e=this.localeData().eras();for(t=0,i=e.length;t<i;++t){if(n=this.clone().startOf("day").valueOf(),e[t].since<=n&&n<=e[t].until)return e[t].abbr;if(e[t].until<=n&&n<=e[t].since)return e[t].abbr}return""},qe.eraYear=function(){var t,i,n,e,r=this.localeData().eras();for(t=0,i=r.length;t<i;++t)if(n=r[t].since<=r[t].until?1:-1,e=this.clone().startOf("day").valueOf(),r[t].since<=e&&e<=r[t].until||r[t].until<=e&&e<=r[t].since)return(this.year()-Nt(r[t].since).year())*n+r[t].offset;return this.year()},qe.year=cn,qe.isLeapYear=function(){return di(this.year())},qe.weekYear=function(t){return Ge.call(this,t,this.week(),this.weekday(),this.localeData()._week.dow,this.localeData()._week.doy)},qe.isoWeekYear=function(t){return Ge.call(this,t,this.isoWeek(),this.isoWeekday(),1,4)},qe.quarter=qe.quarters=function(t){return null==t?Math.ceil((this.month()+1)/3):this.month(3*(t-1)+this.month()%3)},qe.month=un,qe.daysInMonth=function(){return Vi(this.year(),this.month())},qe.week=qe.weeks=function(t){var i=this.localeData().week(this);return null==t?i:this.add(7*(t-i),"d")},qe.isoWeek=qe.isoWeeks=function(t){var i=mn(this,1,4).week;return null==t?i:this.add(7*(t-i),"d")},qe.weeksInYear=function(){var t=this.localeData()._week;return pn(this.year(),t.dow,t.doy)},qe.weeksInWeekYear=function(){var t=this.localeData()._week;return pn(this.weekYear(),t.dow,t.doy)},qe.isoWeeksInYear=function(){return pn(this.year(),1,4)},qe.isoWeeksInISOWeekYear=function(){return pn(this.isoWeekYear(),1,4)},qe.date=Ze,qe.day=qe.days=function(t){if(!this.isValid())return null!=t?this:NaN;var i=this._isUTC?this._d.getUTCDay():this._d.getDay();return null!=t?(t=function(t,i){return"string"!=typeof t?t:isNaN(t)?"number"==typeof(t=i.weekdaysParse(t))?t:null:parseInt(t,10)}(t,this.localeData()),this.add(t-i,"d")):i},qe.weekday=function(t){if(!this.isValid())return null!=t?this:NaN;var i=(this.day()+7-this.localeData()._week.dow)%7;return null==t?i:this.add(t-i,"d")},qe.isoWeekday=function(t){if(!this.isValid())return null!=t?this:NaN;if(null!=t){var i=function(t,i){return"string"==typeof t?i.weekdaysParse(t)%7||7:isNaN(t)?null:t}(t,this.localeData());return this.day(this.day()%7?i:i-7)}return this.day()||7},qe.dayOfYear=function(t){var i=Math.round((this.clone().startOf("day")-this.clone().startOf("year"))/864e5)+1;return null==t?i:this.add(t-i,"d")},qe.hour=qe.hours=En,qe.minute=qe.minutes=Be,qe.second=qe.seconds=Ke,qe.millisecond=qe.milliseconds=ze,qe.utcOffset=function(t,i,n){var e,r=this._offset||0;if(!this.isValid())return null!=t?this:NaN;if(null!=t){if("string"==typeof t){if(null===(t=fe(_i,t)))return this}else Math.abs(t)<16&&!n&&(t*=60);return!this._isUTC&&i&&(e=me(this)),this._offset=t,this._isUTC=!0,null!=e&&this.add(e,"m"),r!==t&&(!i||this._changeInProgress?xe(this,we(t-r,"m"),1,!1):this._changeInProgress||(this._changeInProgress=!0,Nt.updateOffset(this,!0),this._changeInProgress=null)),this}return this._isUTC?r:me(this)},qe.utc=function(t){return this.utcOffset(0,t)},qe.local=function(t){return this._isUTC&&(this.utcOffset(0,t),this._isUTC=!1,t&&this.subtract(me(this),"m")),this},qe.parseZone=function(){if(null!=this._tzm)this.utcOffset(this._tzm,!1,!0);else if("string"==typeof this._i){var t=fe(Ti,this._i);null!=t?this.utcOffset(t):this.utcOffset(0,!0)}return this},qe.hasAlignedHourOffset=function(t){return!!this.isValid()&&(t=t?ee(t).utcOffset():0,(this.utcOffset()-t)%60==0)},qe.isDST=function(){return this.utcOffset()>this.clone().month(0).utcOffset()||this.utcOffset()>this.clone().month(5).utcOffset()},qe.isLocal=function(){return!!this.isValid()&&!this._isUTC},qe.isUtcOffset=function(){return!!this.isValid()&&this._isUTC},qe.isUtc=pe,qe.isUTC=pe,qe.zoneAbbr=function(){return this._isUTC?"UTC":""},qe.zoneName=function(){return this._isUTC?"Coordinated Universal Time":""},qe.dates=Bt("dates accessor is deprecated. Use date instead.",Ze),qe.months=Bt("months accessor is deprecated. Use month instead",un),qe.years=Bt("years accessor is deprecated. Use year instead",cn),qe.zone=Bt("moment().zone is deprecated, use moment().utcOffset instead. http://momentjs.com/guides/#/warnings/zone/",(function(t,i){return null!=t?("string"!=typeof t&&(t=-t),this.utcOffset(t,i),this):-this.utcOffset()})),qe.isDSTShifted=Bt("isDSTShifted is deprecated. See http://momentjs.com/guides/#/warnings/dst-shifted/ for more information",(function(){if(!Rt(this._isDSTShifted))return this._isDSTShifted;var t,i={};return Ut(i,this),(i=ie(i))._a?(t=i._isUTC?At(i._a):ee(i._a),this._isDSTShifted=this.isValid()&&function(t,i,n){var e,r=Math.min(t.length,i.length),s=Math.abs(t.length-i.length),o=0;for(e=0;e<r;e++)(n&&t[e]!==i[e]||!n&&vi(t[e])!==vi(i[e]))&&o++;return o+s}(i._a,t.toArray())>0):this._isDSTShifted=!1,this._isDSTShifted}));var Ve=Qt.prototype;function Xe(t,i,n,e){var r=$n(),s=At().set(e,i);return r[n](s,t)}function tr(t,i,n){if(Ct(t)&&(i=t,t=void 0),t=t||"",null!=i)return Xe(t,i,n,"month");var e,r=[];for(e=0;e<12;e++)r[e]=Xe(t,e,n,"month");return r}function ir(t,i,n,e){"boolean"==typeof t?(Ct(i)&&(n=i,i=void 0),i=i||""):(n=i=t,t=!1,Ct(i)&&(n=i,i=void 0),i=i||"");var r,s=$n(),o=t?s._week.dow:0,u=[];if(null!=n)return Xe(i,(n+o)%7,e,"day");for(r=0;r<7;r++)u[r]=Xe(i,(r+o)%7,e,"day");return u}Ve.calendar=function(t,i,n){var e=this._calendar[t]||this._calendar.sameElse;return Jt(e)?e.call(i,n):e},Ve.longDateFormat=function(t){var i=this._longDateFormat[t],n=this._longDateFormat[t.toUpperCase()];return i||!n?i:(this._longDateFormat[t]=n.match(Xt).map((function(t){return"MMMM"===t||"MM"===t||"DD"===t||"dddd"===t?t.slice(1):t})).join(""),this._longDateFormat[t])},Ve.invalidDate=function(){return this._invalidDate},Ve.ordinal=function(t){return this._ordinal.replace("%d",t)},Ve.preparse=Qe,Ve.postformat=Qe,Ve.relativeTime=function(t,i,n,e){var r=this._relativeTime[n];return Jt(r)?r(t,i,n,e):r.replace(/%d/i,t)},Ve.pastFuture=function(t,i){var n=this._relativeTime[t>0?"future":"past"];return Jt(n)?n(i):n.replace(/%s/i,i)},Ve.set=function(t){var i,n;for(n in t)Ot(t,n)&&(Jt(i=t[n])?this[n]=i:this["_"+n]=i);this._config=t,this._dayOfMonthOrdinalParseLenient=new RegExp((this._dayOfMonthOrdinalParse.source||this._ordinalParse.source)+"|"+/\d{1,2}/.source)},Ve.eras=function(t,i){var n,e,r,s=this._eras||$n("en")._eras;for(n=0,e=s.length;n<e;++n){if("string"==typeof s[n].since)r=Nt(s[n].since).startOf("day"),s[n].since=r.valueOf();switch(typeof s[n].until){case"undefined":s[n].until=1/0;break;case"string":r=Nt(s[n].until).startOf("day").valueOf(),s[n].until=r.valueOf()}}return s},Ve.erasParse=function(t,i,n){var e,r,s,o,u,a=this.eras();for(t=t.toUpperCase(),e=0,r=a.length;e<r;++e)if(s=a[e].name.toUpperCase(),o=a[e].abbr.toUpperCase(),u=a[e].narrow.toUpperCase(),n)switch(i){case"N":case"NN":case"NNN":if(o===t)return a[e];break;case"NNNN":if(s===t)return a[e];break;case"NNNNN":if(u===t)return a[e]}else if([s,o,u].indexOf(t)>=0)return a[e]},Ve.erasConvertYear=function(t,i){var n=t.since<=t.until?1:-1;return void 0===i?Nt(t.since).year():Nt(t.since).year()+(i-t.offset)*n},Ve.erasAbbrRegex=function(t){return Ot(this,"_erasAbbrRegex")||je.call(this),t?this._erasAbbrRegex:this._erasRegex},Ve.erasNameRegex=function(t){return Ot(this,"_erasNameRegex")||je.call(this),t?this._erasNameRegex:this._erasRegex},Ve.erasNarrowRegex=function(t){return Ot(this,"_erasNarrowRegex")||je.call(this),t?this._erasNarrowRegex:this._erasRegex},Ve.months=function(t,i){return t?Dt(this._months)?this._months[t.month()]:this._months[(this._months.isFormat||nn).test(i)?"format":"standalone"][t.month()]:Dt(this._months)?this._months:this._months.standalone},Ve.monthsShort=function(t,i){return t?Dt(this._monthsShort)?this._monthsShort[t.month()]:this._monthsShort[nn.test(i)?"format":"standalone"][t.month()]:Dt(this._monthsShort)?this._monthsShort:this._monthsShort.standalone},Ve.monthsParse=function(t,i,n){var e,r,s;if(this._monthsParseExact)return sn.call(this,t,i,n);for(this._monthsParse||(this._monthsParse=[],this._longMonthsParse=[],this._shortMonthsParse=[]),e=0;e<12;e++){if(r=At([2e3,e]),n&&!this._longMonthsParse[e]&&(this._longMonthsParse[e]=new RegExp("^"+this.months(r,"").replace(".","")+"$","i"),this._shortMonthsParse[e]=new RegExp("^"+this.monthsShort(r,"").replace(".","")+"$","i")),n||this._monthsParse[e]||(s="^"+this.months(r,"")+"|^"+this.monthsShort(r,""),this._monthsParse[e]=new RegExp(s.replace(".",""),"i")),n&&"MMMM"===i&&this._longMonthsParse[e].test(t))return e;if(n&&"MMM"===i&&this._shortMonthsParse[e].test(t))return e;if(!n&&this._monthsParse[e].test(t))return e}},Ve.monthsRegex=function(t){return this._monthsParseExact?(Ot(this,"_monthsRegex")||an.call(this),t?this._monthsStrictRegex:this._monthsRegex):(Ot(this,"_monthsRegex")||(this._monthsRegex=rn),this._monthsStrictRegex&&t?this._monthsStrictRegex:this._monthsRegex)},Ve.monthsShortRegex=function(t){return this._monthsParseExact?(Ot(this,"_monthsRegex")||an.call(this),t?this._monthsShortStrictRegex:this._monthsShortRegex):(Ot(this,"_monthsShortRegex")||(this._monthsShortRegex=en),this._monthsShortStrictRegex&&t?this._monthsShortStrictRegex:this._monthsShortRegex)},Ve.week=function(t){return mn(t,this._week.dow,this._week.doy).week},Ve.firstDayOfYear=function(){return this._week.doy},Ve.firstDayOfWeek=function(){return this._week.dow},Ve.weekdays=function(t,i){var n=Dt(this._weekdays)?this._weekdays:this._weekdays[t&&!0!==t&&this._weekdays.isFormat.test(i)?"format":"standalone"];return!0===t?yn(n,this._week.dow):t?n[t.day()]:n},Ve.weekdaysMin=function(t){return!0===t?yn(this._weekdaysMin,this._week.dow):t?this._weekdaysMin[t.day()]:this._weekdaysMin},Ve.weekdaysShort=function(t){return!0===t?yn(this._weekdaysShort,this._week.dow):t?this._weekdaysShort[t.day()]:this._weekdaysShort},Ve.weekdaysParse=function(t,i,n){var e,r,s;if(this._weekdaysParseExact)return Sn.call(this,t,i,n);for(this._weekdaysParse||(this._weekdaysParse=[],this._minWeekdaysParse=[],this._shortWeekdaysParse=[],this._fullWeekdaysParse=[]),e=0;e<7;e++){if(r=At([2e3,1]).day(e),n&&!this._fullWeekdaysParse[e]&&(this._fullWeekdaysParse[e]=new RegExp("^"+this.weekdays(r,"").replace(".","\\.?")+"$","i"),this._shortWeekdaysParse[e]=new RegExp("^"+this.weekdaysShort(r,"").replace(".","\\.?")+"$","i"),this._minWeekdaysParse[e]=new RegExp("^"+this.weekdaysMin(r,"").replace(".","\\.?")+"$","i")),this._weekdaysParse[e]||(s="^"+this.weekdays(r,"")+"|^"+this.weekdaysShort(r,"")+"|^"+this.weekdaysMin(r,""),this._weekdaysParse[e]=new RegExp(s.replace(".",""),"i")),n&&"dddd"===i&&this._fullWeekdaysParse[e].test(t))return e;if(n&&"ddd"===i&&this._shortWeekdaysParse[e].test(t))return e;if(n&&"dd"===i&&this._minWeekdaysParse[e].test(t))return e;if(!n&&this._weekdaysParse[e].test(t))return e}},Ve.weekdaysRegex=function(t){return this._weekdaysParseExact?(Ot(this,"_weekdaysRegex")||Nn.call(this),t?this._weekdaysStrictRegex:this._weekdaysRegex):(Ot(this,"_weekdaysRegex")||(this._weekdaysRegex=Mn),this._weekdaysStrictRegex&&t?this._weekdaysStrictRegex:this._weekdaysRegex)},Ve.weekdaysShortRegex=function(t){return this._weekdaysParseExact?(Ot(this,"_weekdaysRegex")||Nn.call(this),t?this._weekdaysShortStrictRegex:this._weekdaysShortRegex):(Ot(this,"_weekdaysShortRegex")||(this._weekdaysShortRegex=Yn),this._weekdaysShortStrictRegex&&t?this._weekdaysShortStrictRegex:this._weekdaysShortRegex)},Ve.weekdaysMinRegex=function(t){return this._weekdaysParseExact?(Ot(this,"_weekdaysRegex")||Nn.call(this),t?this._weekdaysMinStrictRegex:this._weekdaysMinRegex):(Ot(this,"_weekdaysMinRegex")||(this._weekdaysMinRegex=xn),this._weekdaysMinStrictRegex&&t?this._weekdaysMinStrictRegex:this._weekdaysMinRegex)},Ve.isPM=function(t){return"p"===(t+"").toLowerCase().charAt(0)},Ve.meridiem=function(t,i,n){return t>11?n?"pm":"PM":n?"am":"AM"},Hn("en",{eras:[{since:"0001-01-01",until:1/0,offset:1,name:"Anno Domini",narrow:"AD",abbr:"AD"},{since:"0000-12-31",until:-1/0,offset:1,name:"Before Christ",narrow:"BC",abbr:"BC"}],dayOfMonthOrdinalParse:/\d{1,2}(th|st|nd|rd)/,ordinal:function(t){var i=t%10;return t+(1===vi(t%100/10)?"th":1===i?"st":2===i?"nd":3===i?"rd":"th")}}),Nt.lang=Bt("moment.lang is deprecated. Use moment.locale instead.",Hn),Nt.langData=Bt("moment.langData is deprecated. Use moment.localeData instead.",$n);var nr=Math.abs;function er(t,i,n,e){var r=we(i,n);return t._milliseconds+=e*r._milliseconds,t._days+=e*r._days,t._months+=e*r._months,t._bubble()}function rr(t){return t<0?Math.floor(t):Math.ceil(t)}function sr(t){return 4800*t/146097}function or(t){return 146097*t/4800}function ur(t){return function(){return this.as(t)}}var ar=ur("ms"),hr=ur("s"),cr=ur("m"),lr=ur("h"),dr=ur("d"),fr=ur("w"),vr=ur("M"),mr=ur("Q"),pr=ur("y");function yr(t){return function(){return this.isValid()?this._data[t]:NaN}}var gr=yr("milliseconds"),wr=yr("seconds"),br=yr("minutes"),Mr=yr("hours"),Yr=yr("days"),xr=yr("months"),Sr=yr("years");var Nr=Math.round,Dr={ss:44,s:45,m:45,h:22,d:26,w:null,M:11};function kr(t,i,n,e,r){return r.relativeTime(i||1,!!n,t,e)}var Or=Math.abs;function Er(t){return(t>0)-(t<0)||+t}function Rr(){if(!this.isValid())return this.localeData().invalidDate();var t,i,n,e,r,s,o,u,a=Or(this._milliseconds)/1e3,h=Or(this._days),c=Or(this._months),l=this.asSeconds();return l?(t=fi(a/60),i=fi(t/60),a%=60,t%=60,n=fi(c/12),c%=12,e=a?a.toFixed(3).replace(/\.?0+$/,""):"",r=l<0?"-":"",s=Er(this._months)!==Er(l)?"-":"",o=Er(this._days)!==Er(l)?"-":"",u=Er(this._milliseconds)!==Er(l)?"-":"",r+"P"+(n?s+n+"Y":"")+(c?s+c+"M":"")+(h?o+h+"D":"")+(i||t||a?"T":"")+(i?u+i+"H":"")+(t?u+t+"M":"")+(a?u+e+"S":"")):"P0D"}var Cr,Tr=ae.prototype;Tr.isValid=function(){return this._isValid},Tr.abs=function(){var t=this._data;return this._milliseconds=nr(this._milliseconds),this._days=nr(this._days),this._months=nr(this._months),t.milliseconds=nr(t.milliseconds),t.seconds=nr(t.seconds),t.minutes=nr(t.minutes),t.hours=nr(t.hours),t.months=nr(t.months),t.years=nr(t.years),this},Tr.add=function(t,i){return er(this,t,i,1)},Tr.subtract=function(t,i){return er(this,t,i,-1)},Tr.as=function(t){if(!this.isValid())return NaN;var i,n,e=this._milliseconds;if("month"===(t=ai(t))||"quarter"===t||"year"===t)switch(i=this._days+e/864e5,n=this._months+sr(i),t){case"month":return n;case"quarter":return n/3;case"year":return n/12}else switch(i=this._days+Math.round(or(this._months)),t){case"week":return i/7+e/6048e5;case"day":return i+e/864e5;case"hour":return 24*i+e/36e5;case"minute":return 1440*i+e/6e4;case"second":return 86400*i+e/1e3;case"millisecond":return Math.floor(864e5*i)+e;default:throw new Error("Unknown unit "+t)}},Tr.asMilliseconds=ar,Tr.asSeconds=hr,Tr.asMinutes=cr,Tr.asHours=lr,Tr.asDays=dr,Tr.asWeeks=fr,Tr.asMonths=vr,Tr.asQuarters=mr,Tr.asYears=pr,Tr.valueOf=function(){return this.isValid()?this._milliseconds+864e5*this._days+this._months%12*2592e6+31536e6*vi(this._months/12):NaN},Tr._bubble=function(){var t,i,n,e,r,s=this._milliseconds,o=this._days,u=this._months,a=this._data;return s>=0&&o>=0&&u>=0||s<=0&&o<=0&&u<=0||(s+=864e5*rr(or(u)+o),o=0,u=0),a.milliseconds=s%1e3,t=fi(s/1e3),a.seconds=t%60,i=fi(t/60),a.minutes=i%60,n=fi(i/60),a.hours=n%24,o+=fi(n/24),u+=r=fi(sr(o)),o-=rr(or(r)),e=fi(u/12),u%=12,a.days=o,a.months=u,a.years=e,this},Tr.clone=function(){return we(this)},Tr.get=function(t){return t=ai(t),this.isValid()?this[t+"s"]():NaN},Tr.milliseconds=gr,Tr.seconds=wr,Tr.minutes=br,Tr.hours=Mr,Tr.days=Yr,Tr.weeks=function(){return fi(this.days()/7)},Tr.months=xr,Tr.years=Sr,Tr.humanize=function(t,i){if(!this.isValid())return this.localeData().invalidDate();var n,e,r=!1,s=Dr;return"object"==typeof t&&(i=t,t=!1),"boolean"==typeof t&&(r=t),"object"==typeof i&&(s=Object.assign({},Dr,i),null!=i.s&&null==i.ss&&(s.ss=i.s-1)),e=function(t,i,n,e){var r=we(t).abs(),s=Nr(r.as("s")),o=Nr(r.as("m")),u=Nr(r.as("h")),a=Nr(r.as("d")),h=Nr(r.as("M")),c=Nr(r.as("w")),l=Nr(r.as("y")),d=s<=n.ss&&["s",s]||s<n.s&&["ss",s]||o<=1&&["m"]||o<n.m&&["mm",o]||u<=1&&["h"]||u<n.h&&["hh",u]||a<=1&&["d"]||a<n.d&&["dd",a];return null!=n.w&&(d=d||c<=1&&["w"]||c<n.w&&["ww",c]),(d=d||h<=1&&["M"]||h<n.M&&["MM",h]||l<=1&&["y"]||["yy",l])[2]=i,d[3]=+t>0,d[4]=e,kr.apply(null,d)}(this,!r,s,n=this.localeData()),r&&(e=n.pastFuture(+this,e)),n.postformat(e)},Tr.toISOString=Rr,Tr.toString=Rr,Tr.toJSON=Rr,Tr.locale=Ee,Tr.localeData=Ce,Tr.toIsoString=Bt("toIsoString() is deprecated. Please use toISOString() instead (notice the capitals)",Rr),Tr.lang=Re,ei("X",0,0,"unix"),ei("x",0,0,"valueOf"),Ai("x",Ci),Ai("X",/[+-]?\d+(\.\d{1,3})?/),$i("X",(function(t,i,n){n._d=new Date(1e3*parseFloat(t))})),$i("x",(function(t,i,n){n._d=new Date(vi(t))})),
87
+ `,window.ftReduxStores||(window.ftReduxStores={}),navigator.vendor&&navigator.vendor.match(/apple/i)||(null===(Ct=null===(xt=window.safari)||void 0===xt?void 0:xt.pushNotification)||void 0===Ct||Ct.toString()),Mt=Array.prototype.some?Array.prototype.some:function(t){var o,r=Object(this),e=r.length>>>0;for(o=0;o<e;o++)if(o in r&&t.call(this,r[o],o,r))return!0;return!1};var Tt=Et.momentProperties=[],_t=!1;function Bt(t,o){var r,e,n,i=Tt.length;if(Dt(o._isAMomentObject)||(t._isAMomentObject=o._isAMomentObject),Dt(o._i)||(t._i=o._i),Dt(o._f)||(t._f=o._f),Dt(o._l)||(t._l=o._l),Dt(o._strict)||(t._strict=o._strict),Dt(o._tzm)||(t._tzm=o._tzm),Dt(o._isUTC)||(t._isUTC=o._isUTC),Dt(o._offset)||(t._offset=o._offset),Dt(o._pf)||(t._pf=At(o)),Dt(o._locale)||(t._locale=o._locale),i>0)for(r=0;r<i;r++)Dt(n=o[e=Tt[r]])||(t[e]=n);return t}function $t(t){Bt(this,t),this._d=new Date(null!=t._d?t._d.getTime():NaN),this.isValid()||(this._d=new Date(NaN)),!1===_t&&(_t=!0,Et.updateOffset(this),_t=!1)}function zt(t){return t instanceof $t||null!=t&&null!=t._isAMomentObject}function jt(t){!1===Et.suppressDeprecationWarnings&&"undefined"!=typeof console&&console.warn&&console.warn("Deprecation warning: "+t)}function Pt(t,o){var r=!0;return Kt((function(){if(null!=Et.deprecationHandler&&Et.deprecationHandler(null,t),r){var e,n,i,a=[],s=arguments.length;for(n=0;n<s;n++){if(e="","object"==typeof arguments[n]){for(i in e+="\n["+n+"] ",arguments[0])kt(arguments[0],i)&&(e+=i+": "+arguments[0][i]+", ");e=e.slice(0,-2)}else e=arguments[n];a.push(e)}jt(t+"\nArguments: "+Array.prototype.slice.call(a).join("")+"\n"+(new Error).stack),r=!1}return o.apply(this,arguments)}),o)}var Jt,qt={};function Qt(t,o){null!=Et.deprecationHandler&&Et.deprecationHandler(t,o),qt[t]||(jt(o),qt[t]=!0)}function Vt(t){return"undefined"!=typeof Function&&t instanceof Function||"[object Function]"===Object.prototype.toString.call(t)}function Xt(t,o){var r,e=Kt({},t);for(r in o)kt(o,r)&&(Ut(t[r])&&Ut(o[r])?(e[r]={},Kt(e[r],t[r]),Kt(e[r],o[r])):null!=o[r]?e[r]=o[r]:delete e[r]);for(r in t)kt(t,r)&&!kt(o,r)&&Ut(t[r])&&(e[r]=Kt({},e[r]));return e}function to(t){null!=t&&this.set(t)}Et.suppressDeprecationWarnings=!1,Et.deprecationHandler=null,Jt=Object.keys?Object.keys:function(t){var o,r=[];for(o in t)kt(t,o)&&r.push(o);return r};function oo(t,o,r){var e=""+Math.abs(t),n=o-e.length;return(t>=0?r?"+":"":"-")+Math.pow(10,Math.max(0,n)).toString().substr(1)+e}var ro=/(\[[^\[]*\])|(\\)?([Hh]mm(ss)?|Mo|MM?M?M?|Do|DDDo|DD?D?D?|ddd?d?|do?|w[o|w]?|W[o|W]?|Qo?|N{1,5}|YYYYYY|YYYYY|YYYY|YY|y{2,4}|yo?|gg(ggg?)?|GG(GGG?)?|e|E|a|A|hh?|HH?|kk?|mm?|ss?|S{1,9}|x|X|zz?|ZZ?|.)/g,eo=/(\[[^\[]*\])|(\\)?(LTS|LT|LL?L?L?|l{1,4})/g,no={},io={};function ao(t,o,r,e){var n=e;"string"==typeof e&&(n=function(){return this[e]()}),t&&(io[t]=n),o&&(io[o[0]]=function(){return oo(n.apply(this,arguments),o[1],o[2])}),r&&(io[r]=function(){return this.localeData().ordinal(n.apply(this,arguments),t)})}function so(t,o){return t.isValid()?(o=co(o,t.localeData()),no[o]=no[o]||function(t){var o,r,e,n=t.match(ro);for(o=0,r=n.length;o<r;o++)io[n[o]]?n[o]=io[n[o]]:n[o]=(e=n[o]).match(/\[[\s\S]/)?e.replace(/^\[|\]$/g,""):e.replace(/\\/g,"");return function(o){var e,i="";for(e=0;e<r;e++)i+=Vt(n[e])?n[e].call(o,t):n[e];return i}}(o),no[o](t)):t.localeData().invalidDate()}function co(t,o){var r=5;function e(t){return o.longDateFormat(t)||t}for(eo.lastIndex=0;r>=0&&eo.test(t);)t=t.replace(eo,e),eo.lastIndex=0,r-=1;return t}var lo={};function fo(t,o){var r=t.toLowerCase();lo[r]=lo[r+"s"]=lo[o]=t}function uo(t){return"string"==typeof t?lo[t]||lo[t.toLowerCase()]:void 0}function ho(t){var o,r,e={};for(r in t)kt(t,r)&&(o=uo(r))&&(e[o]=t[r]);return e}var po={};function yo(t,o){po[t]=o}function go(t){return t%4==0&&t%100!=0||t%400==0}function mo(t){return t<0?Math.ceil(t)||0:Math.floor(t)}function bo(t){var o=+t,r=0;return 0!==o&&isFinite(o)&&(r=mo(o)),r}function No(t,o){return function(r){return null!=r?(vo(this,t,r),Et.updateOffset(this,o),this):Oo(this,t)}}function Oo(t,o){return t.isValid()?t._d["get"+(t._isUTC?"UTC":"")+o]():NaN}function vo(t,o,r){t.isValid()&&!isNaN(r)&&("FullYear"===o&&go(t.year())&&1===t.month()&&29===t.date()?(r=bo(r),t._d["set"+(t._isUTC?"UTC":"")+o](r,t.month(),rr(r,t.month()))):t._d["set"+(t._isUTC?"UTC":"")+o](r))}var So,wo=/\d/,xo=/\d\d/,Co=/\d{3}/,Ro=/\d{4}/,Mo=/[+-]?\d{6}/,Eo=/\d\d?/,Yo=/\d\d\d\d?/,Uo=/\d\d\d\d\d\d?/,ko=/\d{1,3}/,Wo=/\d{1,4}/,Do=/[+-]?\d{1,6}/,Lo=/\d+/,Io=/[+-]?\d+/,Zo=/Z|[+-]\d\d:?\d\d/gi,Ko=/Z|[+-]\d\d(?::?\d\d)?/gi,Fo=/[0-9]{0,256}['a-z\u00A0-\u05FF\u0700-\uD7FF\uF900-\uFDCF\uFDF0-\uFF07\uFF10-\uFFEF]{1,256}|[\u0600-\u06FF\/]{1,256}(\s*?[\u0600-\u06FF]{1,256}){1,2}/i;function Ao(t,o,r){So[t]=Vt(o)?o:function(t,e){return t&&r?r:o}}function Go(t,o){return kt(So,t)?So[t](o._strict,o._locale):new RegExp(function(t){return Ho(t.replace("\\","").replace(/\\(\[)|\\(\])|\[([^\]\[]*)\]|\\(.)/g,(function(t,o,r,e,n){return o||r||e||n})))}(t))}function Ho(t){return t.replace(/[-\/\\^$*+?.()|[\]{}]/g,"\\$&")}So={};var To={};function _o(t,o){var r,e,n=o;for("string"==typeof t&&(t=[t]),Lt(o)&&(n=function(t,r){r[o]=bo(t)}),e=t.length,r=0;r<e;r++)To[t[r]]=n}function Bo(t,o){_o(t,(function(t,r,e,n){e._w=e._w||{},o(t,e._w,e,n)}))}function $o(t,o,r){null!=o&&kt(To,t)&&To[t](o,r._a,r,t)}var zo,jo=0,Po=1,Jo=2,qo=3,Qo=4,Vo=5,Xo=6,tr=7,or=8;function rr(t,o){if(isNaN(t)||isNaN(o))return NaN;var r=function(t,o){return(t%o+o)%o}(o,12);return t+=(o-r)/12,1===r?go(t)?29:28:31-r%7%2}zo=Array.prototype.indexOf?Array.prototype.indexOf:function(t){var o;for(o=0;o<this.length;++o)if(this[o]===t)return o;return-1},ao("M",["MM",2],"Mo",(function(){return this.month()+1})),ao("MMM",0,0,(function(t){return this.localeData().monthsShort(this,t)})),ao("MMMM",0,0,(function(t){return this.localeData().months(this,t)})),fo("month","M"),yo("month",8),Ao("M",Eo),Ao("MM",Eo,xo),Ao("MMM",(function(t,o){return o.monthsShortRegex(t)})),Ao("MMMM",(function(t,o){return o.monthsRegex(t)})),_o(["M","MM"],(function(t,o){o[Po]=bo(t)-1})),_o(["MMM","MMMM"],(function(t,o,r,e){var n=r._locale.monthsParse(t,e,r._strict);null!=n?o[Po]=n:At(r).invalidMonth=t}));var er="January_February_March_April_May_June_July_August_September_October_November_December".split("_"),nr="Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),ir=/D[oD]?(\[[^\[\]]*\]|\s)+MMMM?/,ar=Fo,sr=Fo;function cr(t,o,r){var e,n,i,a=t.toLocaleLowerCase();if(!this._monthsParse)for(this._monthsParse=[],this._longMonthsParse=[],this._shortMonthsParse=[],e=0;e<12;++e)i=Ft([2e3,e]),this._shortMonthsParse[e]=this.monthsShort(i,"").toLocaleLowerCase(),this._longMonthsParse[e]=this.months(i,"").toLocaleLowerCase();return r?"MMM"===o?-1!==(n=zo.call(this._shortMonthsParse,a))?n:null:-1!==(n=zo.call(this._longMonthsParse,a))?n:null:"MMM"===o?-1!==(n=zo.call(this._shortMonthsParse,a))||-1!==(n=zo.call(this._longMonthsParse,a))?n:null:-1!==(n=zo.call(this._longMonthsParse,a))||-1!==(n=zo.call(this._shortMonthsParse,a))?n:null}function lr(t,o){var r;if(!t.isValid())return t;if("string"==typeof o)if(/^\d+$/.test(o))o=bo(o);else if(!Lt(o=t.localeData().monthsParse(o)))return t;return r=Math.min(t.date(),rr(t.year(),o)),t._d["set"+(t._isUTC?"UTC":"")+"Month"](o,r),t}function fr(t){return null!=t?(lr(this,t),Et.updateOffset(this,!0),this):Oo(this,"Month")}function ur(){function t(t,o){return o.length-t.length}var o,r,e=[],n=[],i=[];for(o=0;o<12;o++)r=Ft([2e3,o]),e.push(this.monthsShort(r,"")),n.push(this.months(r,"")),i.push(this.months(r,"")),i.push(this.monthsShort(r,""));for(e.sort(t),n.sort(t),i.sort(t),o=0;o<12;o++)e[o]=Ho(e[o]),n[o]=Ho(n[o]);for(o=0;o<24;o++)i[o]=Ho(i[o]);this._monthsRegex=new RegExp("^("+i.join("|")+")","i"),this._monthsShortRegex=this._monthsRegex,this._monthsStrictRegex=new RegExp("^("+n.join("|")+")","i"),this._monthsShortStrictRegex=new RegExp("^("+e.join("|")+")","i")}function hr(t){return go(t)?366:365}ao("Y",0,0,(function(){var t=this.year();return t<=9999?oo(t,4):"+"+t})),ao(0,["YY",2],0,(function(){return this.year()%100})),ao(0,["YYYY",4],0,"year"),ao(0,["YYYYY",5],0,"year"),ao(0,["YYYYYY",6,!0],0,"year"),fo("year","y"),yo("year",1),Ao("Y",Io),Ao("YY",Eo,xo),Ao("YYYY",Wo,Ro),Ao("YYYYY",Do,Mo),Ao("YYYYYY",Do,Mo),_o(["YYYYY","YYYYYY"],jo),_o("YYYY",(function(t,o){o[jo]=2===t.length?Et.parseTwoDigitYear(t):bo(t)})),_o("YY",(function(t,o){o[jo]=Et.parseTwoDigitYear(t)})),_o("Y",(function(t,o){o[jo]=parseInt(t,10)})),Et.parseTwoDigitYear=function(t){return bo(t)+(bo(t)>68?1900:2e3)};var dr=No("FullYear",!0);function pr(t,o,r,e,n,i,a){var s;return t<100&&t>=0?(s=new Date(t+400,o,r,e,n,i,a),isFinite(s.getFullYear())&&s.setFullYear(t)):s=new Date(t,o,r,e,n,i,a),s}function yr(t){var o,r;return t<100&&t>=0?((r=Array.prototype.slice.call(arguments))[0]=t+400,o=new Date(Date.UTC.apply(null,r)),isFinite(o.getUTCFullYear())&&o.setUTCFullYear(t)):o=new Date(Date.UTC.apply(null,arguments)),o}function gr(t,o,r){var e=7+o-r;return-((7+yr(t,0,e).getUTCDay()-o)%7)+e-1}function mr(t,o,r,e,n){var i,a,s=1+7*(o-1)+(7+r-e)%7+gr(t,e,n);return s<=0?a=hr(i=t-1)+s:s>hr(t)?(i=t+1,a=s-hr(t)):(i=t,a=s),{year:i,dayOfYear:a}}function br(t,o,r){var e,n,i=gr(t.year(),o,r),a=Math.floor((t.dayOfYear()-i-1)/7)+1;return a<1?e=a+Nr(n=t.year()-1,o,r):a>Nr(t.year(),o,r)?(e=a-Nr(t.year(),o,r),n=t.year()+1):(n=t.year(),e=a),{week:e,year:n}}function Nr(t,o,r){var e=gr(t,o,r),n=gr(t+1,o,r);return(hr(t)-e+n)/7}ao("w",["ww",2],"wo","week"),ao("W",["WW",2],"Wo","isoWeek"),fo("week","w"),fo("isoWeek","W"),yo("week",5),yo("isoWeek",5),Ao("w",Eo),Ao("ww",Eo,xo),Ao("W",Eo),Ao("WW",Eo,xo),Bo(["w","ww","W","WW"],(function(t,o,r,e){o[e.substr(0,1)]=bo(t)}));function Or(t,o){return t.slice(o,7).concat(t.slice(0,o))}ao("d",0,"do","day"),ao("dd",0,0,(function(t){return this.localeData().weekdaysMin(this,t)})),ao("ddd",0,0,(function(t){return this.localeData().weekdaysShort(this,t)})),ao("dddd",0,0,(function(t){return this.localeData().weekdays(this,t)})),ao("e",0,0,"weekday"),ao("E",0,0,"isoWeekday"),fo("day","d"),fo("weekday","e"),fo("isoWeekday","E"),yo("day",11),yo("weekday",11),yo("isoWeekday",11),Ao("d",Eo),Ao("e",Eo),Ao("E",Eo),Ao("dd",(function(t,o){return o.weekdaysMinRegex(t)})),Ao("ddd",(function(t,o){return o.weekdaysShortRegex(t)})),Ao("dddd",(function(t,o){return o.weekdaysRegex(t)})),Bo(["dd","ddd","dddd"],(function(t,o,r,e){var n=r._locale.weekdaysParse(t,e,r._strict);null!=n?o.d=n:At(r).invalidWeekday=t})),Bo(["d","e","E"],(function(t,o,r,e){o[e]=bo(t)}));var vr="Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),Sr="Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),wr="Su_Mo_Tu_We_Th_Fr_Sa".split("_"),xr=Fo,Cr=Fo,Rr=Fo;function Mr(t,o,r){var e,n,i,a=t.toLocaleLowerCase();if(!this._weekdaysParse)for(this._weekdaysParse=[],this._shortWeekdaysParse=[],this._minWeekdaysParse=[],e=0;e<7;++e)i=Ft([2e3,1]).day(e),this._minWeekdaysParse[e]=this.weekdaysMin(i,"").toLocaleLowerCase(),this._shortWeekdaysParse[e]=this.weekdaysShort(i,"").toLocaleLowerCase(),this._weekdaysParse[e]=this.weekdays(i,"").toLocaleLowerCase();return r?"dddd"===o?-1!==(n=zo.call(this._weekdaysParse,a))?n:null:"ddd"===o?-1!==(n=zo.call(this._shortWeekdaysParse,a))?n:null:-1!==(n=zo.call(this._minWeekdaysParse,a))?n:null:"dddd"===o?-1!==(n=zo.call(this._weekdaysParse,a))||-1!==(n=zo.call(this._shortWeekdaysParse,a))||-1!==(n=zo.call(this._minWeekdaysParse,a))?n:null:"ddd"===o?-1!==(n=zo.call(this._shortWeekdaysParse,a))||-1!==(n=zo.call(this._weekdaysParse,a))||-1!==(n=zo.call(this._minWeekdaysParse,a))?n:null:-1!==(n=zo.call(this._minWeekdaysParse,a))||-1!==(n=zo.call(this._weekdaysParse,a))||-1!==(n=zo.call(this._shortWeekdaysParse,a))?n:null}function Er(){function t(t,o){return o.length-t.length}var o,r,e,n,i,a=[],s=[],c=[],l=[];for(o=0;o<7;o++)r=Ft([2e3,1]).day(o),e=Ho(this.weekdaysMin(r,"")),n=Ho(this.weekdaysShort(r,"")),i=Ho(this.weekdays(r,"")),a.push(e),s.push(n),c.push(i),l.push(e),l.push(n),l.push(i);a.sort(t),s.sort(t),c.sort(t),l.sort(t),this._weekdaysRegex=new RegExp("^("+l.join("|")+")","i"),this._weekdaysShortRegex=this._weekdaysRegex,this._weekdaysMinRegex=this._weekdaysRegex,this._weekdaysStrictRegex=new RegExp("^("+c.join("|")+")","i"),this._weekdaysShortStrictRegex=new RegExp("^("+s.join("|")+")","i"),this._weekdaysMinStrictRegex=new RegExp("^("+a.join("|")+")","i")}function Yr(){return this.hours()%12||12}function Ur(t,o){ao(t,0,0,(function(){return this.localeData().meridiem(this.hours(),this.minutes(),o)}))}function kr(t,o){return o._meridiemParse}ao("H",["HH",2],0,"hour"),ao("h",["hh",2],0,Yr),ao("k",["kk",2],0,(function(){return this.hours()||24})),ao("hmm",0,0,(function(){return""+Yr.apply(this)+oo(this.minutes(),2)})),ao("hmmss",0,0,(function(){return""+Yr.apply(this)+oo(this.minutes(),2)+oo(this.seconds(),2)})),ao("Hmm",0,0,(function(){return""+this.hours()+oo(this.minutes(),2)})),ao("Hmmss",0,0,(function(){return""+this.hours()+oo(this.minutes(),2)+oo(this.seconds(),2)})),Ur("a",!0),Ur("A",!1),fo("hour","h"),yo("hour",13),Ao("a",kr),Ao("A",kr),Ao("H",Eo),Ao("h",Eo),Ao("k",Eo),Ao("HH",Eo,xo),Ao("hh",Eo,xo),Ao("kk",Eo,xo),Ao("hmm",Yo),Ao("hmmss",Uo),Ao("Hmm",Yo),Ao("Hmmss",Uo),_o(["H","HH"],qo),_o(["k","kk"],(function(t,o,r){var e=bo(t);o[qo]=24===e?0:e})),_o(["a","A"],(function(t,o,r){r._isPm=r._locale.isPM(t),r._meridiem=t})),_o(["h","hh"],(function(t,o,r){o[qo]=bo(t),At(r).bigHour=!0})),_o("hmm",(function(t,o,r){var e=t.length-2;o[qo]=bo(t.substr(0,e)),o[Qo]=bo(t.substr(e)),At(r).bigHour=!0})),_o("hmmss",(function(t,o,r){var e=t.length-4,n=t.length-2;o[qo]=bo(t.substr(0,e)),o[Qo]=bo(t.substr(e,2)),o[Vo]=bo(t.substr(n)),At(r).bigHour=!0})),_o("Hmm",(function(t,o,r){var e=t.length-2;o[qo]=bo(t.substr(0,e)),o[Qo]=bo(t.substr(e))})),_o("Hmmss",(function(t,o,r){var e=t.length-4,n=t.length-2;o[qo]=bo(t.substr(0,e)),o[Qo]=bo(t.substr(e,2)),o[Vo]=bo(t.substr(n))}));var Wr=No("Hours",!0);var Dr,Lr={calendar:{sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"},longDateFormat:{LTS:"h:mm:ss A",LT:"h:mm A",L:"MM/DD/YYYY",LL:"MMMM D, YYYY",LLL:"MMMM D, YYYY h:mm A",LLLL:"dddd, MMMM D, YYYY h:mm A"},invalidDate:"Invalid date",ordinal:"%d",dayOfMonthOrdinalParse:/\d{1,2}/,relativeTime:{future:"in %s",past:"%s ago",s:"a few seconds",ss:"%d seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",w:"a week",ww:"%d weeks",M:"a month",MM:"%d months",y:"a year",yy:"%d years"},months:er,monthsShort:nr,week:{dow:0,doy:6},weekdays:vr,weekdaysMin:wr,weekdaysShort:Sr,meridiemParse:/[ap]\.?m?\.?/i},Ir={},Zr={};function Kr(t,o){var r,e=Math.min(t.length,o.length);for(r=0;r<e;r+=1)if(t[r]!==o[r])return r;return e}function Fr(t){return t?t.toLowerCase().replace("_","-"):t}function Ar(t){var o=null;if(void 0===Ir[t]&&"undefined"!=typeof module&&module&&module.exports&&function(t){return null!=t.match("^[^/\\\\]*$")}(t))try{o=Dr._abbr,require("./locale/"+t),Gr(o)}catch(o){Ir[t]=null}return Ir[t]}function Gr(t,o){var r;return t&&((r=Dt(o)?Tr(t):Hr(t,o))?Dr=r:"undefined"!=typeof console&&console.warn&&console.warn("Locale "+t+" not found. Did you forget to load it?")),Dr._abbr}function Hr(t,o){if(null!==o){var r,e=Lr;if(o.abbr=t,null!=Ir[t])Qt("defineLocaleOverride","use moment.updateLocale(localeName, config) to change an existing locale. moment.defineLocale(localeName, config) should only be used for creating a new locale See http://momentjs.com/guides/#/warnings/define-locale/ for more info."),e=Ir[t]._config;else if(null!=o.parentLocale)if(null!=Ir[o.parentLocale])e=Ir[o.parentLocale]._config;else{if(null==(r=Ar(o.parentLocale)))return Zr[o.parentLocale]||(Zr[o.parentLocale]=[]),Zr[o.parentLocale].push({name:t,config:o}),null;e=r._config}return Ir[t]=new to(Xt(e,o)),Zr[t]&&Zr[t].forEach((function(t){Hr(t.name,t.config)})),Gr(t),Ir[t]}return delete Ir[t],null}function Tr(t){var o;if(t&&t._locale&&t._locale._abbr&&(t=t._locale._abbr),!t)return Dr;if(!Yt(t)){if(o=Ar(t))return o;t=[t]}return function(t){for(var o,r,e,n,i=0;i<t.length;){for(o=(n=Fr(t[i]).split("-")).length,r=(r=Fr(t[i+1]))?r.split("-"):null;o>0;){if(e=Ar(n.slice(0,o).join("-")))return e;if(r&&r.length>=o&&Kr(n,r)>=o-1)break;o--}i++}return Dr}(t)}function _r(t){var o,r=t._a;return r&&-2===At(t).overflow&&(o=r[Po]<0||r[Po]>11?Po:r[Jo]<1||r[Jo]>rr(r[jo],r[Po])?Jo:r[qo]<0||r[qo]>24||24===r[qo]&&(0!==r[Qo]||0!==r[Vo]||0!==r[Xo])?qo:r[Qo]<0||r[Qo]>59?Qo:r[Vo]<0||r[Vo]>59?Vo:r[Xo]<0||r[Xo]>999?Xo:-1,At(t)._overflowDayOfYear&&(o<jo||o>Jo)&&(o=Jo),At(t)._overflowWeeks&&-1===o&&(o=tr),At(t)._overflowWeekday&&-1===o&&(o=or),At(t).overflow=o),t}var Br=/^\s*((?:[+-]\d{6}|\d{4})-(?:\d\d-\d\d|W\d\d-\d|W\d\d|\d\d\d|\d\d))(?:(T| )(\d\d(?::\d\d(?::\d\d(?:[.,]\d+)?)?)?)([+-]\d\d(?::?\d\d)?|\s*Z)?)?$/,$r=/^\s*((?:[+-]\d{6}|\d{4})(?:\d\d\d\d|W\d\d\d|W\d\d|\d\d\d|\d\d|))(?:(T| )(\d\d(?:\d\d(?:\d\d(?:[.,]\d+)?)?)?)([+-]\d\d(?::?\d\d)?|\s*Z)?)?$/,zr=/Z|[+-]\d\d(?::?\d\d)?/,jr=[["YYYYYY-MM-DD",/[+-]\d{6}-\d\d-\d\d/],["YYYY-MM-DD",/\d{4}-\d\d-\d\d/],["GGGG-[W]WW-E",/\d{4}-W\d\d-\d/],["GGGG-[W]WW",/\d{4}-W\d\d/,!1],["YYYY-DDD",/\d{4}-\d{3}/],["YYYY-MM",/\d{4}-\d\d/,!1],["YYYYYYMMDD",/[+-]\d{10}/],["YYYYMMDD",/\d{8}/],["GGGG[W]WWE",/\d{4}W\d{3}/],["GGGG[W]WW",/\d{4}W\d{2}/,!1],["YYYYDDD",/\d{7}/],["YYYYMM",/\d{6}/,!1],["YYYY",/\d{4}/,!1]],Pr=[["HH:mm:ss.SSSS",/\d\d:\d\d:\d\d\.\d+/],["HH:mm:ss,SSSS",/\d\d:\d\d:\d\d,\d+/],["HH:mm:ss",/\d\d:\d\d:\d\d/],["HH:mm",/\d\d:\d\d/],["HHmmss.SSSS",/\d\d\d\d\d\d\.\d+/],["HHmmss,SSSS",/\d\d\d\d\d\d,\d+/],["HHmmss",/\d\d\d\d\d\d/],["HHmm",/\d\d\d\d/],["HH",/\d\d/]],Jr=/^\/?Date\((-?\d+)/i,qr=/^(?:(Mon|Tue|Wed|Thu|Fri|Sat|Sun),?\s)?(\d{1,2})\s(Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec)\s(\d{2,4})\s(\d\d):(\d\d)(?::(\d\d))?\s(?:(UT|GMT|[ECMP][SD]T)|([Zz])|([+-]\d{4}))$/,Qr={UT:0,GMT:0,EDT:-240,EST:-300,CDT:-300,CST:-360,MDT:-360,MST:-420,PDT:-420,PST:-480};function Vr(t){var o,r,e,n,i,a,s=t._i,c=Br.exec(s)||$r.exec(s),l=jr.length,f=Pr.length;if(c){for(At(t).iso=!0,o=0,r=l;o<r;o++)if(jr[o][1].exec(c[1])){n=jr[o][0],e=!1!==jr[o][2];break}if(null==n)return void(t._isValid=!1);if(c[3]){for(o=0,r=f;o<r;o++)if(Pr[o][1].exec(c[3])){i=(c[2]||" ")+Pr[o][0];break}if(null==i)return void(t._isValid=!1)}if(!e&&null!=i)return void(t._isValid=!1);if(c[4]){if(!zr.exec(c[4]))return void(t._isValid=!1);a="Z"}t._f=n+(i||"")+(a||""),ee(t)}else t._isValid=!1}function Xr(t){var o=parseInt(t,10);return o<=49?2e3+o:o<=999?1900+o:o}function te(t){var o,r,e,n,i,a,s,c,l=qr.exec(function(t){return t.replace(/\([^()]*\)|[\n\t]/g," ").replace(/(\s\s+)/g," ").replace(/^\s\s*/,"").replace(/\s\s*$/,"")}(t._i));if(l){if(r=l[4],e=l[3],n=l[2],i=l[5],a=l[6],s=l[7],c=[Xr(r),nr.indexOf(e),parseInt(n,10),parseInt(i,10),parseInt(a,10)],s&&c.push(parseInt(s,10)),o=c,!function(t,o,r){return!t||Sr.indexOf(t)===new Date(o[0],o[1],o[2]).getDay()||(At(r).weekdayMismatch=!0,r._isValid=!1,!1)}(l[1],o,t))return;t._a=o,t._tzm=function(t,o,r){if(t)return Qr[t];if(o)return 0;var e=parseInt(r,10),n=e%100;return(e-n)/100*60+n}(l[8],l[9],l[10]),t._d=yr.apply(null,t._a),t._d.setUTCMinutes(t._d.getUTCMinutes()-t._tzm),At(t).rfc2822=!0}else t._isValid=!1}function oe(t,o,r){return null!=t?t:null!=o?o:r}function re(t){var o,r,e,n,i,a=[];if(!t._d){for(e=function(t){var o=new Date(Et.now());return t._useUTC?[o.getUTCFullYear(),o.getUTCMonth(),o.getUTCDate()]:[o.getFullYear(),o.getMonth(),o.getDate()]}(t),t._w&&null==t._a[Jo]&&null==t._a[Po]&&function(t){var o,r,e,n,i,a,s,c,l;o=t._w,null!=o.GG||null!=o.W||null!=o.E?(i=1,a=4,r=oe(o.GG,t._a[jo],br(ae(),1,4).year),e=oe(o.W,1),((n=oe(o.E,1))<1||n>7)&&(c=!0)):(i=t._locale._week.dow,a=t._locale._week.doy,l=br(ae(),i,a),r=oe(o.gg,t._a[jo],l.year),e=oe(o.w,l.week),null!=o.d?((n=o.d)<0||n>6)&&(c=!0):null!=o.e?(n=o.e+i,(o.e<0||o.e>6)&&(c=!0)):n=i);e<1||e>Nr(r,i,a)?At(t)._overflowWeeks=!0:null!=c?At(t)._overflowWeekday=!0:(s=mr(r,e,n,i,a),t._a[jo]=s.year,t._dayOfYear=s.dayOfYear)}(t),null!=t._dayOfYear&&(i=oe(t._a[jo],e[jo]),(t._dayOfYear>hr(i)||0===t._dayOfYear)&&(At(t)._overflowDayOfYear=!0),r=yr(i,0,t._dayOfYear),t._a[Po]=r.getUTCMonth(),t._a[Jo]=r.getUTCDate()),o=0;o<3&&null==t._a[o];++o)t._a[o]=a[o]=e[o];for(;o<7;o++)t._a[o]=a[o]=null==t._a[o]?2===o?1:0:t._a[o];24===t._a[qo]&&0===t._a[Qo]&&0===t._a[Vo]&&0===t._a[Xo]&&(t._nextDay=!0,t._a[qo]=0),t._d=(t._useUTC?yr:pr).apply(null,a),n=t._useUTC?t._d.getUTCDay():t._d.getDay(),null!=t._tzm&&t._d.setUTCMinutes(t._d.getUTCMinutes()-t._tzm),t._nextDay&&(t._a[qo]=24),t._w&&void 0!==t._w.d&&t._w.d!==n&&(At(t).weekdayMismatch=!0)}}function ee(t){if(t._f!==Et.ISO_8601)if(t._f!==Et.RFC_2822){t._a=[],At(t).empty=!0;var o,r,e,n,i,a,s,c=""+t._i,l=c.length,f=0;for(s=(e=co(t._f,t._locale).match(ro)||[]).length,o=0;o<s;o++)n=e[o],(r=(c.match(Go(n,t))||[])[0])&&((i=c.substr(0,c.indexOf(r))).length>0&&At(t).unusedInput.push(i),c=c.slice(c.indexOf(r)+r.length),f+=r.length),io[n]?(r?At(t).empty=!1:At(t).unusedTokens.push(n),$o(n,r,t)):t._strict&&!r&&At(t).unusedTokens.push(n);At(t).charsLeftOver=l-f,c.length>0&&At(t).unusedInput.push(c),t._a[qo]<=12&&!0===At(t).bigHour&&t._a[qo]>0&&(At(t).bigHour=void 0),At(t).parsedDateParts=t._a.slice(0),At(t).meridiem=t._meridiem,t._a[qo]=function(t,o,r){var e;if(null==r)return o;return null!=t.meridiemHour?t.meridiemHour(o,r):null!=t.isPM?((e=t.isPM(r))&&o<12&&(o+=12),e||12!==o||(o=0),o):o}(t._locale,t._a[qo],t._meridiem),null!==(a=At(t).era)&&(t._a[jo]=t._locale.erasConvertYear(a,t._a[jo])),re(t),_r(t)}else te(t);else Vr(t)}function ne(t){var o=t._i,r=t._f;return t._locale=t._locale||Tr(t._l),null===o||void 0===r&&""===o?Ht({nullInput:!0}):("string"==typeof o&&(t._i=o=t._locale.preparse(o)),zt(o)?new $t(_r(o)):(It(o)?t._d=o:Yt(r)?function(t){var o,r,e,n,i,a,s=!1,c=t._f.length;if(0===c)return At(t).invalidFormat=!0,void(t._d=new Date(NaN));for(n=0;n<c;n++)i=0,a=!1,o=Bt({},t),null!=t._useUTC&&(o._useUTC=t._useUTC),o._f=t._f[n],ee(o),Gt(o)&&(a=!0),i+=At(o).charsLeftOver,i+=10*At(o).unusedTokens.length,At(o).score=i,s?i<e&&(e=i,r=o):(null==e||i<e||a)&&(e=i,r=o,a&&(s=!0));Kt(t,r||o)}(t):r?ee(t):function(t){var o=t._i;Dt(o)?t._d=new Date(Et.now()):It(o)?t._d=new Date(o.valueOf()):"string"==typeof o?function(t){var o=Jr.exec(t._i);null===o?(Vr(t),!1===t._isValid&&(delete t._isValid,te(t),!1===t._isValid&&(delete t._isValid,t._strict?t._isValid=!1:Et.createFromInputFallback(t)))):t._d=new Date(+o[1])}(t):Yt(o)?(t._a=Zt(o.slice(0),(function(t){return parseInt(t,10)})),re(t)):Ut(o)?function(t){if(!t._d){var o=ho(t._i),r=void 0===o.day?o.date:o.day;t._a=Zt([o.year,o.month,r,o.hour,o.minute,o.second,o.millisecond],(function(t){return t&&parseInt(t,10)})),re(t)}}(t):Lt(o)?t._d=new Date(o):Et.createFromInputFallback(t)}(t),Gt(t)||(t._d=null),t))}function ie(t,o,r,e,n){var i,a={};return!0!==o&&!1!==o||(e=o,o=void 0),!0!==r&&!1!==r||(e=r,r=void 0),(Ut(t)&&Wt(t)||Yt(t)&&0===t.length)&&(t=void 0),a._isAMomentObject=!0,a._useUTC=a._isUTC=n,a._l=r,a._i=t,a._f=o,a._strict=e,(i=new $t(_r(ne(a))))._nextDay&&(i.add(1,"d"),i._nextDay=void 0),i}function ae(t,o,r,e){return ie(t,o,r,e,!1)}Et.createFromInputFallback=Pt("value provided is not in a recognized RFC2822 or ISO format. moment construction falls back to js Date(), which is not reliable across all browsers and versions. Non RFC2822/ISO date formats are discouraged. Please refer to http://momentjs.com/guides/#/warnings/js-date/ for more info.",(function(t){t._d=new Date(t._i+(t._useUTC?" UTC":""))})),Et.ISO_8601=function(){},Et.RFC_2822=function(){};var se=Pt("moment().min is deprecated, use moment.max instead. http://momentjs.com/guides/#/warnings/min-max/",(function(){var t=ae.apply(null,arguments);return this.isValid()&&t.isValid()?t<this?this:t:Ht()})),ce=Pt("moment().max is deprecated, use moment.min instead. http://momentjs.com/guides/#/warnings/min-max/",(function(){var t=ae.apply(null,arguments);return this.isValid()&&t.isValid()?t>this?this:t:Ht()}));function le(t,o){var r,e;if(1===o.length&&Yt(o[0])&&(o=o[0]),!o.length)return ae();for(r=o[0],e=1;e<o.length;++e)o[e].isValid()&&!o[e][t](r)||(r=o[e]);return r}var fe=["year","quarter","month","week","day","hour","minute","second","millisecond"];function ue(t){var o=ho(t),r=o.year||0,e=o.quarter||0,n=o.month||0,i=o.week||o.isoWeek||0,a=o.day||0,s=o.hour||0,c=o.minute||0,l=o.second||0,f=o.millisecond||0;this._isValid=function(t){var o,r,e=!1,n=fe.length;for(o in t)if(kt(t,o)&&(-1===zo.call(fe,o)||null!=t[o]&&isNaN(t[o])))return!1;for(r=0;r<n;++r)if(t[fe[r]]){if(e)return!1;parseFloat(t[fe[r]])!==bo(t[fe[r]])&&(e=!0)}return!0}(o),this._milliseconds=+f+1e3*l+6e4*c+1e3*s*60*60,this._days=+a+7*i,this._months=+n+3*e+12*r,this._data={},this._locale=Tr(),this._bubble()}function he(t){return t instanceof ue}function de(t){return t<0?-1*Math.round(-1*t):Math.round(t)}function pe(t,o){ao(t,0,0,(function(){var t=this.utcOffset(),r="+";return t<0&&(t=-t,r="-"),r+oo(~~(t/60),2)+o+oo(~~t%60,2)}))}pe("Z",":"),pe("ZZ",""),Ao("Z",Ko),Ao("ZZ",Ko),_o(["Z","ZZ"],(function(t,o,r){r._useUTC=!0,r._tzm=ge(Ko,t)}));var ye=/([\+\-]|\d\d)/gi;function ge(t,o){var r,e,n=(o||"").match(t);return null===n?null:0===(e=60*(r=((n[n.length-1]||[])+"").match(ye)||["-",0,0])[1]+bo(r[2]))?0:"+"===r[0]?e:-e}function me(t,o){var r,e;return o._isUTC?(r=o.clone(),e=(zt(t)||It(t)?t.valueOf():ae(t).valueOf())-r.valueOf(),r._d.setTime(r._d.valueOf()+e),Et.updateOffset(r,!1),r):ae(t).local()}function be(t){return-Math.round(t._d.getTimezoneOffset())}function Ne(){return!!this.isValid()&&(this._isUTC&&0===this._offset)}Et.updateOffset=function(){};var Oe=/^(-|\+)?(?:(\d*)[. ])?(\d+):(\d+)(?::(\d+)(\.\d*)?)?$/,ve=/^(-|\+)?P(?:([-+]?[0-9,.]*)Y)?(?:([-+]?[0-9,.]*)M)?(?:([-+]?[0-9,.]*)W)?(?:([-+]?[0-9,.]*)D)?(?:T(?:([-+]?[0-9,.]*)H)?(?:([-+]?[0-9,.]*)M)?(?:([-+]?[0-9,.]*)S)?)?$/;function Se(t,o){var r,e,n,i=t,a=null;return he(t)?i={ms:t._milliseconds,d:t._days,M:t._months}:Lt(t)||!isNaN(+t)?(i={},o?i[o]=+t:i.milliseconds=+t):(a=Oe.exec(t))?(r="-"===a[1]?-1:1,i={y:0,d:bo(a[Jo])*r,h:bo(a[qo])*r,m:bo(a[Qo])*r,s:bo(a[Vo])*r,ms:bo(de(1e3*a[Xo]))*r}):(a=ve.exec(t))?(r="-"===a[1]?-1:1,i={y:we(a[2],r),M:we(a[3],r),w:we(a[4],r),d:we(a[5],r),h:we(a[6],r),m:we(a[7],r),s:we(a[8],r)}):null==i?i={}:"object"==typeof i&&("from"in i||"to"in i)&&(n=function(t,o){var r;if(!t.isValid()||!o.isValid())return{milliseconds:0,months:0};o=me(o,t),t.isBefore(o)?r=xe(t,o):((r=xe(o,t)).milliseconds=-r.milliseconds,r.months=-r.months);return r}(ae(i.from),ae(i.to)),(i={}).ms=n.milliseconds,i.M=n.months),e=new ue(i),he(t)&&kt(t,"_locale")&&(e._locale=t._locale),he(t)&&kt(t,"_isValid")&&(e._isValid=t._isValid),e}function we(t,o){var r=t&&parseFloat(t.replace(",","."));return(isNaN(r)?0:r)*o}function xe(t,o){var r={};return r.months=o.month()-t.month()+12*(o.year()-t.year()),t.clone().add(r.months,"M").isAfter(o)&&--r.months,r.milliseconds=+o-+t.clone().add(r.months,"M"),r}function Ce(t,o){return function(r,e){var n;return null===e||isNaN(+e)||(Qt(o,"moment()."+o+"(period, number) is deprecated. Please use moment()."+o+"(number, period). See http://momentjs.com/guides/#/warnings/add-inverted-param/ for more info."),n=r,r=e,e=n),Re(this,Se(r,e),t),this}}function Re(t,o,r,e){var n=o._milliseconds,i=de(o._days),a=de(o._months);t.isValid()&&(e=null==e||e,a&&lr(t,Oo(t,"Month")+a*r),i&&vo(t,"Date",Oo(t,"Date")+i*r),n&&t._d.setTime(t._d.valueOf()+n*r),e&&Et.updateOffset(t,i||a))}Se.fn=ue.prototype,Se.invalid=function(){return Se(NaN)};var Me=Ce(1,"add"),Ee=Ce(-1,"subtract");function Ye(t){return"string"==typeof t||t instanceof String}function Ue(t){return zt(t)||It(t)||Ye(t)||Lt(t)||function(t){var o=Yt(t),r=!1;o&&(r=0===t.filter((function(o){return!Lt(o)&&Ye(t)})).length);return o&&r}(t)||function(t){var o,r,e=Ut(t)&&!Wt(t),n=!1,i=["years","year","y","months","month","M","days","day","d","dates","date","D","hours","hour","h","minutes","minute","m","seconds","second","s","milliseconds","millisecond","ms"],a=i.length;for(o=0;o<a;o+=1)r=i[o],n=n||kt(t,r);return e&&n}(t)||null==t}function ke(t,o){if(t.date()<o.date())return-ke(o,t);var r=12*(o.year()-t.year())+(o.month()-t.month()),e=t.clone().add(r,"months");return-(r+(o-e<0?(o-e)/(e-t.clone().add(r-1,"months")):(o-e)/(t.clone().add(r+1,"months")-e)))||0}function We(t){var o;return void 0===t?this._locale._abbr:(null!=(o=Tr(t))&&(this._locale=o),this)}Et.defaultFormat="YYYY-MM-DDTHH:mm:ssZ",Et.defaultFormatUtc="YYYY-MM-DDTHH:mm:ss[Z]";var De=Pt("moment().lang() is deprecated. Instead, use moment().localeData() to get the language configuration. Use moment().locale() to change languages.",(function(t){return void 0===t?this.localeData():this.locale(t)}));function Le(){return this._locale}var Ie=1e3,Ze=6e4,Ke=36e5,Fe=126227808e5;function Ae(t,o){return(t%o+o)%o}function Ge(t,o,r){return t<100&&t>=0?new Date(t+400,o,r)-Fe:new Date(t,o,r).valueOf()}function He(t,o,r){return t<100&&t>=0?Date.UTC(t+400,o,r)-Fe:Date.UTC(t,o,r)}function Te(t,o){return o.erasAbbrRegex(t)}function _e(){var t,o,r=[],e=[],n=[],i=[],a=this.eras();for(t=0,o=a.length;t<o;++t)e.push(Ho(a[t].name)),r.push(Ho(a[t].abbr)),n.push(Ho(a[t].narrow)),i.push(Ho(a[t].name)),i.push(Ho(a[t].abbr)),i.push(Ho(a[t].narrow));this._erasRegex=new RegExp("^("+i.join("|")+")","i"),this._erasNameRegex=new RegExp("^("+e.join("|")+")","i"),this._erasAbbrRegex=new RegExp("^("+r.join("|")+")","i"),this._erasNarrowRegex=new RegExp("^("+n.join("|")+")","i")}function Be(t,o){ao(0,[t,t.length],0,o)}function $e(t,o,r,e,n){var i;return null==t?br(this,e,n).year:(o>(i=Nr(t,e,n))&&(o=i),ze.call(this,t,o,r,e,n))}function ze(t,o,r,e,n){var i=mr(t,o,r,e,n),a=yr(i.year,0,i.dayOfYear);return this.year(a.getUTCFullYear()),this.month(a.getUTCMonth()),this.date(a.getUTCDate()),this}ao("N",0,0,"eraAbbr"),ao("NN",0,0,"eraAbbr"),ao("NNN",0,0,"eraAbbr"),ao("NNNN",0,0,"eraName"),ao("NNNNN",0,0,"eraNarrow"),ao("y",["y",1],"yo","eraYear"),ao("y",["yy",2],0,"eraYear"),ao("y",["yyy",3],0,"eraYear"),ao("y",["yyyy",4],0,"eraYear"),Ao("N",Te),Ao("NN",Te),Ao("NNN",Te),Ao("NNNN",(function(t,o){return o.erasNameRegex(t)})),Ao("NNNNN",(function(t,o){return o.erasNarrowRegex(t)})),_o(["N","NN","NNN","NNNN","NNNNN"],(function(t,o,r,e){var n=r._locale.erasParse(t,e,r._strict);n?At(r).era=n:At(r).invalidEra=t})),Ao("y",Lo),Ao("yy",Lo),Ao("yyy",Lo),Ao("yyyy",Lo),Ao("yo",(function(t,o){return o._eraYearOrdinalRegex||Lo})),_o(["y","yy","yyy","yyyy"],jo),_o(["yo"],(function(t,o,r,e){var n;r._locale._eraYearOrdinalRegex&&(n=t.match(r._locale._eraYearOrdinalRegex)),r._locale.eraYearOrdinalParse?o[jo]=r._locale.eraYearOrdinalParse(t,n):o[jo]=parseInt(t,10)})),ao(0,["gg",2],0,(function(){return this.weekYear()%100})),ao(0,["GG",2],0,(function(){return this.isoWeekYear()%100})),Be("gggg","weekYear"),Be("ggggg","weekYear"),Be("GGGG","isoWeekYear"),Be("GGGGG","isoWeekYear"),fo("weekYear","gg"),fo("isoWeekYear","GG"),yo("weekYear",1),yo("isoWeekYear",1),Ao("G",Io),Ao("g",Io),Ao("GG",Eo,xo),Ao("gg",Eo,xo),Ao("GGGG",Wo,Ro),Ao("gggg",Wo,Ro),Ao("GGGGG",Do,Mo),Ao("ggggg",Do,Mo),Bo(["gggg","ggggg","GGGG","GGGGG"],(function(t,o,r,e){o[e.substr(0,2)]=bo(t)})),Bo(["gg","GG"],(function(t,o,r,e){o[e]=Et.parseTwoDigitYear(t)})),ao("Q",0,"Qo","quarter"),fo("quarter","Q"),yo("quarter",7),Ao("Q",wo),_o("Q",(function(t,o){o[Po]=3*(bo(t)-1)})),ao("D",["DD",2],"Do","date"),fo("date","D"),yo("date",9),Ao("D",Eo),Ao("DD",Eo,xo),Ao("Do",(function(t,o){return t?o._dayOfMonthOrdinalParse||o._ordinalParse:o._dayOfMonthOrdinalParseLenient})),_o(["D","DD"],Jo),_o("Do",(function(t,o){o[Jo]=bo(t.match(Eo)[0])}));var je=No("Date",!0);ao("DDD",["DDDD",3],"DDDo","dayOfYear"),fo("dayOfYear","DDD"),yo("dayOfYear",4),Ao("DDD",ko),Ao("DDDD",Co),_o(["DDD","DDDD"],(function(t,o,r){r._dayOfYear=bo(t)})),ao("m",["mm",2],0,"minute"),fo("minute","m"),yo("minute",14),Ao("m",Eo),Ao("mm",Eo,xo),_o(["m","mm"],Qo);var Pe=No("Minutes",!1);ao("s",["ss",2],0,"second"),fo("second","s"),yo("second",15),Ao("s",Eo),Ao("ss",Eo,xo),_o(["s","ss"],Vo);var Je,qe,Qe=No("Seconds",!1);for(ao("S",0,0,(function(){return~~(this.millisecond()/100)})),ao(0,["SS",2],0,(function(){return~~(this.millisecond()/10)})),ao(0,["SSS",3],0,"millisecond"),ao(0,["SSSS",4],0,(function(){return 10*this.millisecond()})),ao(0,["SSSSS",5],0,(function(){return 100*this.millisecond()})),ao(0,["SSSSSS",6],0,(function(){return 1e3*this.millisecond()})),ao(0,["SSSSSSS",7],0,(function(){return 1e4*this.millisecond()})),ao(0,["SSSSSSSS",8],0,(function(){return 1e5*this.millisecond()})),ao(0,["SSSSSSSSS",9],0,(function(){return 1e6*this.millisecond()})),fo("millisecond","ms"),yo("millisecond",16),Ao("S",ko,wo),Ao("SS",ko,xo),Ao("SSS",ko,Co),Je="SSSS";Je.length<=9;Je+="S")Ao(Je,Lo);function Ve(t,o){o[Xo]=bo(1e3*("0."+t))}for(Je="S";Je.length<=9;Je+="S")_o(Je,Ve);qe=No("Milliseconds",!1),ao("z",0,0,"zoneAbbr"),ao("zz",0,0,"zoneName");var Xe=$t.prototype;function tn(t){return t}Xe.add=Me,Xe.calendar=function(t,o){1===arguments.length&&(arguments[0]?Ue(arguments[0])?(t=arguments[0],o=void 0):function(t){var o,r=Ut(t)&&!Wt(t),e=!1,n=["sameDay","nextDay","lastDay","nextWeek","lastWeek","sameElse"];for(o=0;o<n.length;o+=1)e=e||kt(t,n[o]);return r&&e}(arguments[0])&&(o=arguments[0],t=void 0):(t=void 0,o=void 0));var r=t||ae(),e=me(r,this).startOf("day"),n=Et.calendarFormat(this,e)||"sameElse",i=o&&(Vt(o[n])?o[n].call(this,r):o[n]);return this.format(i||this.localeData().calendar(n,this,ae(r)))},Xe.clone=function(){return new $t(this)},Xe.diff=function(t,o,r){var e,n,i;if(!this.isValid())return NaN;if(!(e=me(t,this)).isValid())return NaN;switch(n=6e4*(e.utcOffset()-this.utcOffset()),o=uo(o)){case"year":i=ke(this,e)/12;break;case"month":i=ke(this,e);break;case"quarter":i=ke(this,e)/3;break;case"second":i=(this-e)/1e3;break;case"minute":i=(this-e)/6e4;break;case"hour":i=(this-e)/36e5;break;case"day":i=(this-e-n)/864e5;break;case"week":i=(this-e-n)/6048e5;break;default:i=this-e}return r?i:mo(i)},Xe.endOf=function(t){var o,r;if(void 0===(t=uo(t))||"millisecond"===t||!this.isValid())return this;switch(r=this._isUTC?He:Ge,t){case"year":o=r(this.year()+1,0,1)-1;break;case"quarter":o=r(this.year(),this.month()-this.month()%3+3,1)-1;break;case"month":o=r(this.year(),this.month()+1,1)-1;break;case"week":o=r(this.year(),this.month(),this.date()-this.weekday()+7)-1;break;case"isoWeek":o=r(this.year(),this.month(),this.date()-(this.isoWeekday()-1)+7)-1;break;case"day":case"date":o=r(this.year(),this.month(),this.date()+1)-1;break;case"hour":o=this._d.valueOf(),o+=Ke-Ae(o+(this._isUTC?0:this.utcOffset()*Ze),Ke)-1;break;case"minute":o=this._d.valueOf(),o+=Ze-Ae(o,Ze)-1;break;case"second":o=this._d.valueOf(),o+=Ie-Ae(o,Ie)-1}return this._d.setTime(o),Et.updateOffset(this,!0),this},Xe.format=function(t){t||(t=this.isUtc()?Et.defaultFormatUtc:Et.defaultFormat);var o=so(this,t);return this.localeData().postformat(o)},Xe.from=function(t,o){return this.isValid()&&(zt(t)&&t.isValid()||ae(t).isValid())?Se({to:this,from:t}).locale(this.locale()).humanize(!o):this.localeData().invalidDate()},Xe.fromNow=function(t){return this.from(ae(),t)},Xe.to=function(t,o){return this.isValid()&&(zt(t)&&t.isValid()||ae(t).isValid())?Se({from:this,to:t}).locale(this.locale()).humanize(!o):this.localeData().invalidDate()},Xe.toNow=function(t){return this.to(ae(),t)},Xe.get=function(t){return Vt(this[t=uo(t)])?this[t]():this},Xe.invalidAt=function(){return At(this).overflow},Xe.isAfter=function(t,o){var r=zt(t)?t:ae(t);return!(!this.isValid()||!r.isValid())&&("millisecond"===(o=uo(o)||"millisecond")?this.valueOf()>r.valueOf():r.valueOf()<this.clone().startOf(o).valueOf())},Xe.isBefore=function(t,o){var r=zt(t)?t:ae(t);return!(!this.isValid()||!r.isValid())&&("millisecond"===(o=uo(o)||"millisecond")?this.valueOf()<r.valueOf():this.clone().endOf(o).valueOf()<r.valueOf())},Xe.isBetween=function(t,o,r,e){var n=zt(t)?t:ae(t),i=zt(o)?o:ae(o);return!!(this.isValid()&&n.isValid()&&i.isValid())&&(("("===(e=e||"()")[0]?this.isAfter(n,r):!this.isBefore(n,r))&&(")"===e[1]?this.isBefore(i,r):!this.isAfter(i,r)))},Xe.isSame=function(t,o){var r,e=zt(t)?t:ae(t);return!(!this.isValid()||!e.isValid())&&("millisecond"===(o=uo(o)||"millisecond")?this.valueOf()===e.valueOf():(r=e.valueOf(),this.clone().startOf(o).valueOf()<=r&&r<=this.clone().endOf(o).valueOf()))},Xe.isSameOrAfter=function(t,o){return this.isSame(t,o)||this.isAfter(t,o)},Xe.isSameOrBefore=function(t,o){return this.isSame(t,o)||this.isBefore(t,o)},Xe.isValid=function(){return Gt(this)},Xe.lang=De,Xe.locale=We,Xe.localeData=Le,Xe.max=ce,Xe.min=se,Xe.parsingFlags=function(){return Kt({},At(this))},Xe.set=function(t,o){if("object"==typeof t){var r,e=function(t){var o,r=[];for(o in t)kt(t,o)&&r.push({unit:o,priority:po[o]});return r.sort((function(t,o){return t.priority-o.priority})),r}(t=ho(t)),n=e.length;for(r=0;r<n;r++)this[e[r].unit](t[e[r].unit])}else if(Vt(this[t=uo(t)]))return this[t](o);return this},Xe.startOf=function(t){var o,r;if(void 0===(t=uo(t))||"millisecond"===t||!this.isValid())return this;switch(r=this._isUTC?He:Ge,t){case"year":o=r(this.year(),0,1);break;case"quarter":o=r(this.year(),this.month()-this.month()%3,1);break;case"month":o=r(this.year(),this.month(),1);break;case"week":o=r(this.year(),this.month(),this.date()-this.weekday());break;case"isoWeek":o=r(this.year(),this.month(),this.date()-(this.isoWeekday()-1));break;case"day":case"date":o=r(this.year(),this.month(),this.date());break;case"hour":o=this._d.valueOf(),o-=Ae(o+(this._isUTC?0:this.utcOffset()*Ze),Ke);break;case"minute":o=this._d.valueOf(),o-=Ae(o,Ze);break;case"second":o=this._d.valueOf(),o-=Ae(o,Ie)}return this._d.setTime(o),Et.updateOffset(this,!0),this},Xe.subtract=Ee,Xe.toArray=function(){var t=this;return[t.year(),t.month(),t.date(),t.hour(),t.minute(),t.second(),t.millisecond()]},Xe.toObject=function(){var t=this;return{years:t.year(),months:t.month(),date:t.date(),hours:t.hours(),minutes:t.minutes(),seconds:t.seconds(),milliseconds:t.milliseconds()}},Xe.toDate=function(){return new Date(this.valueOf())},Xe.toISOString=function(t){if(!this.isValid())return null;var o=!0!==t,r=o?this.clone().utc():this;return r.year()<0||r.year()>9999?so(r,o?"YYYYYY-MM-DD[T]HH:mm:ss.SSS[Z]":"YYYYYY-MM-DD[T]HH:mm:ss.SSSZ"):Vt(Date.prototype.toISOString)?o?this.toDate().toISOString():new Date(this.valueOf()+60*this.utcOffset()*1e3).toISOString().replace("Z",so(r,"Z")):so(r,o?"YYYY-MM-DD[T]HH:mm:ss.SSS[Z]":"YYYY-MM-DD[T]HH:mm:ss.SSSZ")},Xe.inspect=function(){if(!this.isValid())return"moment.invalid(/* "+this._i+" */)";var t,o,r,e="moment",n="";return this.isLocal()||(e=0===this.utcOffset()?"moment.utc":"moment.parseZone",n="Z"),t="["+e+'("]',o=0<=this.year()&&this.year()<=9999?"YYYY":"YYYYYY","-MM-DD[T]HH:mm:ss.SSS",r=n+'[")]',this.format(t+o+"-MM-DD[T]HH:mm:ss.SSS"+r)},"undefined"!=typeof Symbol&&null!=Symbol.for&&(Xe[Symbol.for("nodejs.util.inspect.custom")]=function(){return"Moment<"+this.format()+">"}),Xe.toJSON=function(){return this.isValid()?this.toISOString():null},Xe.toString=function(){return this.clone().locale("en").format("ddd MMM DD YYYY HH:mm:ss [GMT]ZZ")},Xe.unix=function(){return Math.floor(this.valueOf()/1e3)},Xe.valueOf=function(){return this._d.valueOf()-6e4*(this._offset||0)},Xe.creationData=function(){return{input:this._i,format:this._f,locale:this._locale,isUTC:this._isUTC,strict:this._strict}},Xe.eraName=function(){var t,o,r,e=this.localeData().eras();for(t=0,o=e.length;t<o;++t){if(r=this.clone().startOf("day").valueOf(),e[t].since<=r&&r<=e[t].until)return e[t].name;if(e[t].until<=r&&r<=e[t].since)return e[t].name}return""},Xe.eraNarrow=function(){var t,o,r,e=this.localeData().eras();for(t=0,o=e.length;t<o;++t){if(r=this.clone().startOf("day").valueOf(),e[t].since<=r&&r<=e[t].until)return e[t].narrow;if(e[t].until<=r&&r<=e[t].since)return e[t].narrow}return""},Xe.eraAbbr=function(){var t,o,r,e=this.localeData().eras();for(t=0,o=e.length;t<o;++t){if(r=this.clone().startOf("day").valueOf(),e[t].since<=r&&r<=e[t].until)return e[t].abbr;if(e[t].until<=r&&r<=e[t].since)return e[t].abbr}return""},Xe.eraYear=function(){var t,o,r,e,n=this.localeData().eras();for(t=0,o=n.length;t<o;++t)if(r=n[t].since<=n[t].until?1:-1,e=this.clone().startOf("day").valueOf(),n[t].since<=e&&e<=n[t].until||n[t].until<=e&&e<=n[t].since)return(this.year()-Et(n[t].since).year())*r+n[t].offset;return this.year()},Xe.year=dr,Xe.isLeapYear=function(){return go(this.year())},Xe.weekYear=function(t){return $e.call(this,t,this.week(),this.weekday(),this.localeData()._week.dow,this.localeData()._week.doy)},Xe.isoWeekYear=function(t){return $e.call(this,t,this.isoWeek(),this.isoWeekday(),1,4)},Xe.quarter=Xe.quarters=function(t){return null==t?Math.ceil((this.month()+1)/3):this.month(3*(t-1)+this.month()%3)},Xe.month=fr,Xe.daysInMonth=function(){return rr(this.year(),this.month())},Xe.week=Xe.weeks=function(t){var o=this.localeData().week(this);return null==t?o:this.add(7*(t-o),"d")},Xe.isoWeek=Xe.isoWeeks=function(t){var o=br(this,1,4).week;return null==t?o:this.add(7*(t-o),"d")},Xe.weeksInYear=function(){var t=this.localeData()._week;return Nr(this.year(),t.dow,t.doy)},Xe.weeksInWeekYear=function(){var t=this.localeData()._week;return Nr(this.weekYear(),t.dow,t.doy)},Xe.isoWeeksInYear=function(){return Nr(this.year(),1,4)},Xe.isoWeeksInISOWeekYear=function(){return Nr(this.isoWeekYear(),1,4)},Xe.date=je,Xe.day=Xe.days=function(t){if(!this.isValid())return null!=t?this:NaN;var o=this._isUTC?this._d.getUTCDay():this._d.getDay();return null!=t?(t=function(t,o){return"string"!=typeof t?t:isNaN(t)?"number"==typeof(t=o.weekdaysParse(t))?t:null:parseInt(t,10)}(t,this.localeData()),this.add(t-o,"d")):o},Xe.weekday=function(t){if(!this.isValid())return null!=t?this:NaN;var o=(this.day()+7-this.localeData()._week.dow)%7;return null==t?o:this.add(t-o,"d")},Xe.isoWeekday=function(t){if(!this.isValid())return null!=t?this:NaN;if(null!=t){var o=function(t,o){return"string"==typeof t?o.weekdaysParse(t)%7||7:isNaN(t)?null:t}(t,this.localeData());return this.day(this.day()%7?o:o-7)}return this.day()||7},Xe.dayOfYear=function(t){var o=Math.round((this.clone().startOf("day")-this.clone().startOf("year"))/864e5)+1;return null==t?o:this.add(t-o,"d")},Xe.hour=Xe.hours=Wr,Xe.minute=Xe.minutes=Pe,Xe.second=Xe.seconds=Qe,Xe.millisecond=Xe.milliseconds=qe,Xe.utcOffset=function(t,o,r){var e,n=this._offset||0;if(!this.isValid())return null!=t?this:NaN;if(null!=t){if("string"==typeof t){if(null===(t=ge(Ko,t)))return this}else Math.abs(t)<16&&!r&&(t*=60);return!this._isUTC&&o&&(e=be(this)),this._offset=t,this._isUTC=!0,null!=e&&this.add(e,"m"),n!==t&&(!o||this._changeInProgress?Re(this,Se(t-n,"m"),1,!1):this._changeInProgress||(this._changeInProgress=!0,Et.updateOffset(this,!0),this._changeInProgress=null)),this}return this._isUTC?n:be(this)},Xe.utc=function(t){return this.utcOffset(0,t)},Xe.local=function(t){return this._isUTC&&(this.utcOffset(0,t),this._isUTC=!1,t&&this.subtract(be(this),"m")),this},Xe.parseZone=function(){if(null!=this._tzm)this.utcOffset(this._tzm,!1,!0);else if("string"==typeof this._i){var t=ge(Zo,this._i);null!=t?this.utcOffset(t):this.utcOffset(0,!0)}return this},Xe.hasAlignedHourOffset=function(t){return!!this.isValid()&&(t=t?ae(t).utcOffset():0,(this.utcOffset()-t)%60==0)},Xe.isDST=function(){return this.utcOffset()>this.clone().month(0).utcOffset()||this.utcOffset()>this.clone().month(5).utcOffset()},Xe.isLocal=function(){return!!this.isValid()&&!this._isUTC},Xe.isUtcOffset=function(){return!!this.isValid()&&this._isUTC},Xe.isUtc=Ne,Xe.isUTC=Ne,Xe.zoneAbbr=function(){return this._isUTC?"UTC":""},Xe.zoneName=function(){return this._isUTC?"Coordinated Universal Time":""},Xe.dates=Pt("dates accessor is deprecated. Use date instead.",je),Xe.months=Pt("months accessor is deprecated. Use month instead",fr),Xe.years=Pt("years accessor is deprecated. Use year instead",dr),Xe.zone=Pt("moment().zone is deprecated, use moment().utcOffset instead. http://momentjs.com/guides/#/warnings/zone/",(function(t,o){return null!=t?("string"!=typeof t&&(t=-t),this.utcOffset(t,o),this):-this.utcOffset()})),Xe.isDSTShifted=Pt("isDSTShifted is deprecated. See http://momentjs.com/guides/#/warnings/dst-shifted/ for more information",(function(){if(!Dt(this._isDSTShifted))return this._isDSTShifted;var t,o={};return Bt(o,this),(o=ne(o))._a?(t=o._isUTC?Ft(o._a):ae(o._a),this._isDSTShifted=this.isValid()&&function(t,o,r){var e,n=Math.min(t.length,o.length),i=Math.abs(t.length-o.length),a=0;for(e=0;e<n;e++)(r&&t[e]!==o[e]||!r&&bo(t[e])!==bo(o[e]))&&a++;return a+i}(o._a,t.toArray())>0):this._isDSTShifted=!1,this._isDSTShifted}));var on=to.prototype;function rn(t,o,r,e){var n=Tr(),i=Ft().set(e,o);return n[r](i,t)}function en(t,o,r){if(Lt(t)&&(o=t,t=void 0),t=t||"",null!=o)return rn(t,o,r,"month");var e,n=[];for(e=0;e<12;e++)n[e]=rn(t,e,r,"month");return n}function nn(t,o,r,e){"boolean"==typeof t?(Lt(o)&&(r=o,o=void 0),o=o||""):(r=o=t,t=!1,Lt(o)&&(r=o,o=void 0),o=o||"");var n,i=Tr(),a=t?i._week.dow:0,s=[];if(null!=r)return rn(o,(r+a)%7,e,"day");for(n=0;n<7;n++)s[n]=rn(o,(n+a)%7,e,"day");return s}on.calendar=function(t,o,r){var e=this._calendar[t]||this._calendar.sameElse;return Vt(e)?e.call(o,r):e},on.longDateFormat=function(t){var o=this._longDateFormat[t],r=this._longDateFormat[t.toUpperCase()];return o||!r?o:(this._longDateFormat[t]=r.match(ro).map((function(t){return"MMMM"===t||"MM"===t||"DD"===t||"dddd"===t?t.slice(1):t})).join(""),this._longDateFormat[t])},on.invalidDate=function(){return this._invalidDate},on.ordinal=function(t){return this._ordinal.replace("%d",t)},on.preparse=tn,on.postformat=tn,on.relativeTime=function(t,o,r,e){var n=this._relativeTime[r];return Vt(n)?n(t,o,r,e):n.replace(/%d/i,t)},on.pastFuture=function(t,o){var r=this._relativeTime[t>0?"future":"past"];return Vt(r)?r(o):r.replace(/%s/i,o)},on.set=function(t){var o,r;for(r in t)kt(t,r)&&(Vt(o=t[r])?this[r]=o:this["_"+r]=o);this._config=t,this._dayOfMonthOrdinalParseLenient=new RegExp((this._dayOfMonthOrdinalParse.source||this._ordinalParse.source)+"|"+/\d{1,2}/.source)},on.eras=function(t,o){var r,e,n,i=this._eras||Tr("en")._eras;for(r=0,e=i.length;r<e;++r){if("string"==typeof i[r].since)n=Et(i[r].since).startOf("day"),i[r].since=n.valueOf();switch(typeof i[r].until){case"undefined":i[r].until=1/0;break;case"string":n=Et(i[r].until).startOf("day").valueOf(),i[r].until=n.valueOf()}}return i},on.erasParse=function(t,o,r){var e,n,i,a,s,c=this.eras();for(t=t.toUpperCase(),e=0,n=c.length;e<n;++e)if(i=c[e].name.toUpperCase(),a=c[e].abbr.toUpperCase(),s=c[e].narrow.toUpperCase(),r)switch(o){case"N":case"NN":case"NNN":if(a===t)return c[e];break;case"NNNN":if(i===t)return c[e];break;case"NNNNN":if(s===t)return c[e]}else if([i,a,s].indexOf(t)>=0)return c[e]},on.erasConvertYear=function(t,o){var r=t.since<=t.until?1:-1;return void 0===o?Et(t.since).year():Et(t.since).year()+(o-t.offset)*r},on.erasAbbrRegex=function(t){return kt(this,"_erasAbbrRegex")||_e.call(this),t?this._erasAbbrRegex:this._erasRegex},on.erasNameRegex=function(t){return kt(this,"_erasNameRegex")||_e.call(this),t?this._erasNameRegex:this._erasRegex},on.erasNarrowRegex=function(t){return kt(this,"_erasNarrowRegex")||_e.call(this),t?this._erasNarrowRegex:this._erasRegex},on.months=function(t,o){return t?Yt(this._months)?this._months[t.month()]:this._months[(this._months.isFormat||ir).test(o)?"format":"standalone"][t.month()]:Yt(this._months)?this._months:this._months.standalone},on.monthsShort=function(t,o){return t?Yt(this._monthsShort)?this._monthsShort[t.month()]:this._monthsShort[ir.test(o)?"format":"standalone"][t.month()]:Yt(this._monthsShort)?this._monthsShort:this._monthsShort.standalone},on.monthsParse=function(t,o,r){var e,n,i;if(this._monthsParseExact)return cr.call(this,t,o,r);for(this._monthsParse||(this._monthsParse=[],this._longMonthsParse=[],this._shortMonthsParse=[]),e=0;e<12;e++){if(n=Ft([2e3,e]),r&&!this._longMonthsParse[e]&&(this._longMonthsParse[e]=new RegExp("^"+this.months(n,"").replace(".","")+"$","i"),this._shortMonthsParse[e]=new RegExp("^"+this.monthsShort(n,"").replace(".","")+"$","i")),r||this._monthsParse[e]||(i="^"+this.months(n,"")+"|^"+this.monthsShort(n,""),this._monthsParse[e]=new RegExp(i.replace(".",""),"i")),r&&"MMMM"===o&&this._longMonthsParse[e].test(t))return e;if(r&&"MMM"===o&&this._shortMonthsParse[e].test(t))return e;if(!r&&this._monthsParse[e].test(t))return e}},on.monthsRegex=function(t){return this._monthsParseExact?(kt(this,"_monthsRegex")||ur.call(this),t?this._monthsStrictRegex:this._monthsRegex):(kt(this,"_monthsRegex")||(this._monthsRegex=sr),this._monthsStrictRegex&&t?this._monthsStrictRegex:this._monthsRegex)},on.monthsShortRegex=function(t){return this._monthsParseExact?(kt(this,"_monthsRegex")||ur.call(this),t?this._monthsShortStrictRegex:this._monthsShortRegex):(kt(this,"_monthsShortRegex")||(this._monthsShortRegex=ar),this._monthsShortStrictRegex&&t?this._monthsShortStrictRegex:this._monthsShortRegex)},on.week=function(t){return br(t,this._week.dow,this._week.doy).week},on.firstDayOfYear=function(){return this._week.doy},on.firstDayOfWeek=function(){return this._week.dow},on.weekdays=function(t,o){var r=Yt(this._weekdays)?this._weekdays:this._weekdays[t&&!0!==t&&this._weekdays.isFormat.test(o)?"format":"standalone"];return!0===t?Or(r,this._week.dow):t?r[t.day()]:r},on.weekdaysMin=function(t){return!0===t?Or(this._weekdaysMin,this._week.dow):t?this._weekdaysMin[t.day()]:this._weekdaysMin},on.weekdaysShort=function(t){return!0===t?Or(this._weekdaysShort,this._week.dow):t?this._weekdaysShort[t.day()]:this._weekdaysShort},on.weekdaysParse=function(t,o,r){var e,n,i;if(this._weekdaysParseExact)return Mr.call(this,t,o,r);for(this._weekdaysParse||(this._weekdaysParse=[],this._minWeekdaysParse=[],this._shortWeekdaysParse=[],this._fullWeekdaysParse=[]),e=0;e<7;e++){if(n=Ft([2e3,1]).day(e),r&&!this._fullWeekdaysParse[e]&&(this._fullWeekdaysParse[e]=new RegExp("^"+this.weekdays(n,"").replace(".","\\.?")+"$","i"),this._shortWeekdaysParse[e]=new RegExp("^"+this.weekdaysShort(n,"").replace(".","\\.?")+"$","i"),this._minWeekdaysParse[e]=new RegExp("^"+this.weekdaysMin(n,"").replace(".","\\.?")+"$","i")),this._weekdaysParse[e]||(i="^"+this.weekdays(n,"")+"|^"+this.weekdaysShort(n,"")+"|^"+this.weekdaysMin(n,""),this._weekdaysParse[e]=new RegExp(i.replace(".",""),"i")),r&&"dddd"===o&&this._fullWeekdaysParse[e].test(t))return e;if(r&&"ddd"===o&&this._shortWeekdaysParse[e].test(t))return e;if(r&&"dd"===o&&this._minWeekdaysParse[e].test(t))return e;if(!r&&this._weekdaysParse[e].test(t))return e}},on.weekdaysRegex=function(t){return this._weekdaysParseExact?(kt(this,"_weekdaysRegex")||Er.call(this),t?this._weekdaysStrictRegex:this._weekdaysRegex):(kt(this,"_weekdaysRegex")||(this._weekdaysRegex=xr),this._weekdaysStrictRegex&&t?this._weekdaysStrictRegex:this._weekdaysRegex)},on.weekdaysShortRegex=function(t){return this._weekdaysParseExact?(kt(this,"_weekdaysRegex")||Er.call(this),t?this._weekdaysShortStrictRegex:this._weekdaysShortRegex):(kt(this,"_weekdaysShortRegex")||(this._weekdaysShortRegex=Cr),this._weekdaysShortStrictRegex&&t?this._weekdaysShortStrictRegex:this._weekdaysShortRegex)},on.weekdaysMinRegex=function(t){return this._weekdaysParseExact?(kt(this,"_weekdaysRegex")||Er.call(this),t?this._weekdaysMinStrictRegex:this._weekdaysMinRegex):(kt(this,"_weekdaysMinRegex")||(this._weekdaysMinRegex=Rr),this._weekdaysMinStrictRegex&&t?this._weekdaysMinStrictRegex:this._weekdaysMinRegex)},on.isPM=function(t){return"p"===(t+"").toLowerCase().charAt(0)},on.meridiem=function(t,o,r){return t>11?r?"pm":"PM":r?"am":"AM"},Gr("en",{eras:[{since:"0001-01-01",until:1/0,offset:1,name:"Anno Domini",narrow:"AD",abbr:"AD"},{since:"0000-12-31",until:-1/0,offset:1,name:"Before Christ",narrow:"BC",abbr:"BC"}],dayOfMonthOrdinalParse:/\d{1,2}(th|st|nd|rd)/,ordinal:function(t){var o=t%10;return t+(1===bo(t%100/10)?"th":1===o?"st":2===o?"nd":3===o?"rd":"th")}}),Et.lang=Pt("moment.lang is deprecated. Use moment.locale instead.",Gr),Et.langData=Pt("moment.langData is deprecated. Use moment.localeData instead.",Tr);var an=Math.abs;function sn(t,o,r,e){var n=Se(o,r);return t._milliseconds+=e*n._milliseconds,t._days+=e*n._days,t._months+=e*n._months,t._bubble()}function cn(t){return t<0?Math.floor(t):Math.ceil(t)}function ln(t){return 4800*t/146097}function fn(t){return 146097*t/4800}function un(t){return function(){return this.as(t)}}var hn=un("ms"),dn=un("s"),pn=un("m"),yn=un("h"),gn=un("d"),mn=un("w"),bn=un("M"),Nn=un("Q"),On=un("y");function vn(t){return function(){return this.isValid()?this._data[t]:NaN}}var Sn=vn("milliseconds"),wn=vn("seconds"),xn=vn("minutes"),Cn=vn("hours"),Rn=vn("days"),Mn=vn("months"),En=vn("years");var Yn=Math.round,Un={ss:44,s:45,m:45,h:22,d:26,w:null,M:11};function kn(t,o,r,e,n){return n.relativeTime(o||1,!!r,t,e)}var Wn=Math.abs;function Dn(t){return(t>0)-(t<0)||+t}function Ln(){if(!this.isValid())return this.localeData().invalidDate();var t,o,r,e,n,i,a,s,c=Wn(this._milliseconds)/1e3,l=Wn(this._days),f=Wn(this._months),u=this.asSeconds();return u?(t=mo(c/60),o=mo(t/60),c%=60,t%=60,r=mo(f/12),f%=12,e=c?c.toFixed(3).replace(/\.?0+$/,""):"",n=u<0?"-":"",i=Dn(this._months)!==Dn(u)?"-":"",a=Dn(this._days)!==Dn(u)?"-":"",s=Dn(this._milliseconds)!==Dn(u)?"-":"",n+"P"+(r?i+r+"Y":"")+(f?i+f+"M":"")+(l?a+l+"D":"")+(o||t||c?"T":"")+(o?s+o+"H":"")+(t?s+t+"M":"")+(c?s+e+"S":"")):"P0D"}var In,Zn=ue.prototype;Zn.isValid=function(){return this._isValid},Zn.abs=function(){var t=this._data;return this._milliseconds=an(this._milliseconds),this._days=an(this._days),this._months=an(this._months),t.milliseconds=an(t.milliseconds),t.seconds=an(t.seconds),t.minutes=an(t.minutes),t.hours=an(t.hours),t.months=an(t.months),t.years=an(t.years),this},Zn.add=function(t,o){return sn(this,t,o,1)},Zn.subtract=function(t,o){return sn(this,t,o,-1)},Zn.as=function(t){if(!this.isValid())return NaN;var o,r,e=this._milliseconds;if("month"===(t=uo(t))||"quarter"===t||"year"===t)switch(o=this._days+e/864e5,r=this._months+ln(o),t){case"month":return r;case"quarter":return r/3;case"year":return r/12}else switch(o=this._days+Math.round(fn(this._months)),t){case"week":return o/7+e/6048e5;case"day":return o+e/864e5;case"hour":return 24*o+e/36e5;case"minute":return 1440*o+e/6e4;case"second":return 86400*o+e/1e3;case"millisecond":return Math.floor(864e5*o)+e;default:throw new Error("Unknown unit "+t)}},Zn.asMilliseconds=hn,Zn.asSeconds=dn,Zn.asMinutes=pn,Zn.asHours=yn,Zn.asDays=gn,Zn.asWeeks=mn,Zn.asMonths=bn,Zn.asQuarters=Nn,Zn.asYears=On,Zn.valueOf=function(){return this.isValid()?this._milliseconds+864e5*this._days+this._months%12*2592e6+31536e6*bo(this._months/12):NaN},Zn._bubble=function(){var t,o,r,e,n,i=this._milliseconds,a=this._days,s=this._months,c=this._data;return i>=0&&a>=0&&s>=0||i<=0&&a<=0&&s<=0||(i+=864e5*cn(fn(s)+a),a=0,s=0),c.milliseconds=i%1e3,t=mo(i/1e3),c.seconds=t%60,o=mo(t/60),c.minutes=o%60,r=mo(o/60),c.hours=r%24,a+=mo(r/24),s+=n=mo(ln(a)),a-=cn(fn(n)),e=mo(s/12),s%=12,c.days=a,c.months=s,c.years=e,this},Zn.clone=function(){return Se(this)},Zn.get=function(t){return t=uo(t),this.isValid()?this[t+"s"]():NaN},Zn.milliseconds=Sn,Zn.seconds=wn,Zn.minutes=xn,Zn.hours=Cn,Zn.days=Rn,Zn.weeks=function(){return mo(this.days()/7)},Zn.months=Mn,Zn.years=En,Zn.humanize=function(t,o){if(!this.isValid())return this.localeData().invalidDate();var r,e,n=!1,i=Un;return"object"==typeof t&&(o=t,t=!1),"boolean"==typeof t&&(n=t),"object"==typeof o&&(i=Object.assign({},Un,o),null!=o.s&&null==o.ss&&(i.ss=o.s-1)),e=function(t,o,r,e){var n=Se(t).abs(),i=Yn(n.as("s")),a=Yn(n.as("m")),s=Yn(n.as("h")),c=Yn(n.as("d")),l=Yn(n.as("M")),f=Yn(n.as("w")),u=Yn(n.as("y")),h=i<=r.ss&&["s",i]||i<r.s&&["ss",i]||a<=1&&["m"]||a<r.m&&["mm",a]||s<=1&&["h"]||s<r.h&&["hh",s]||c<=1&&["d"]||c<r.d&&["dd",c];return null!=r.w&&(h=h||f<=1&&["w"]||f<r.w&&["ww",f]),(h=h||l<=1&&["M"]||l<r.M&&["MM",l]||u<=1&&["y"]||["yy",u])[2]=o,h[3]=+t>0,h[4]=e,kn.apply(null,h)}(this,!n,i,r=this.localeData()),n&&(e=r.pastFuture(+this,e)),r.postformat(e)},Zn.toISOString=Ln,Zn.toString=Ln,Zn.toJSON=Ln,Zn.locale=We,Zn.localeData=Le,Zn.toIsoString=Pt("toIsoString() is deprecated. Please use toISOString() instead (notice the capitals)",Ln),Zn.lang=De,ao("X",0,0,"unix"),ao("x",0,0,"valueOf"),Ao("x",Io),Ao("X",/[+-]?\d+(\.\d{1,3})?/),_o("X",(function(t,o,r){r._d=new Date(1e3*parseFloat(t))})),_o("x",(function(t,o,r){r._d=new Date(bo(t))})),
88
88
  //! moment.js
89
- Nt.version="2.29.4",xt=ee,Nt.fn=qe,Nt.min=function(){return oe("isBefore",[].slice.call(arguments,0))},Nt.max=function(){return oe("isAfter",[].slice.call(arguments,0))},Nt.now=function(){return Date.now?Date.now():+new Date},Nt.utc=At,Nt.unix=function(t){return ee(1e3*t)},Nt.months=function(t,i){return tr(t,i,"months")},Nt.isDate=Tt,Nt.locale=Hn,Nt.invalid=Lt,Nt.duration=we,Nt.isMoment=It,Nt.weekdays=function(t,i,n){return ir(t,i,n,"weekdays")},Nt.parseZone=function(){return ee.apply(null,arguments).parseZone()},Nt.localeData=$n,Nt.isDuration=he,Nt.monthsShort=function(t,i){return tr(t,i,"monthsShort")},Nt.weekdaysMin=function(t,i,n){return ir(t,i,n,"weekdaysMin")},Nt.defineLocale=Ln,Nt.updateLocale=function(t,i){if(null!=i){var n,e,r=Cn;null!=Tn[t]&&null!=Tn[t].parentLocale?Tn[t].set(qt(Tn[t]._config,i)):(null!=(e=Fn(t))&&(r=e._config),i=qt(r,i),null==e&&(i.abbr=t),(n=new Qt(i)).parentLocale=Tn[t],Tn[t]=n),Hn(t)}else null!=Tn[t]&&(null!=Tn[t].parentLocale?(Tn[t]=Tn[t].parentLocale,t===Hn()&&Hn(t)):null!=Tn[t]&&delete Tn[t]);return Tn[t]},Nt.locales=function(){return Pt(Tn)},Nt.weekdaysShort=function(t,i,n){return ir(t,i,n,"weekdaysShort")},Nt.normalizeUnits=ai,Nt.relativeTimeRounding=function(t){return void 0===t?Nr:"function"==typeof t&&(Nr=t,!0)},Nt.relativeTimeThreshold=function(t,i){return void 0!==Dr[t]&&(void 0===i?Dr[t]:(Dr[t]=i,"s"===t&&(Dr.ss=i-1),!0))},Nt.calendarFormat=function(t,i){var n=t.diff(i,"days",!0);return n<-6?"sameElse":n<-1?"lastWeek":n<0?"lastDay":n<1?"sameDay":n<2?"nextDay":n<7?"nextWeek":"sameElse"},Nt.prototype=qe,Nt.HTML5_FMT={DATETIME_LOCAL:"YYYY-MM-DDTHH:mm",DATETIME_LOCAL_SECONDS:"YYYY-MM-DDTHH:mm:ss",DATETIME_LOCAL_MS:"YYYY-MM-DDTHH:mm:ss.SSS",DATE:"YYYY-MM-DD",TIME:"HH:mm",TIME_SECONDS:"HH:mm:ss",TIME_MS:"HH:mm:ss.SSS",WEEK:"GGGG-[W]WW",MONTH:"YYYY-MM"},t.Period=void 0,(Cr=t.Period||(t.Period={})).DAY="DAY",Cr.WEEK="WEEK",Cr.MONTH="MONTH";const _r=v`
89
+ Et.version="2.29.4",Rt=ae,Et.fn=Xe,Et.min=function(){return le("isBefore",[].slice.call(arguments,0))},Et.max=function(){return le("isAfter",[].slice.call(arguments,0))},Et.now=function(){return Date.now?Date.now():+new Date},Et.utc=Ft,Et.unix=function(t){return ae(1e3*t)},Et.months=function(t,o){return en(t,o,"months")},Et.isDate=It,Et.locale=Gr,Et.invalid=Ht,Et.duration=Se,Et.isMoment=zt,Et.weekdays=function(t,o,r){return nn(t,o,r,"weekdays")},Et.parseZone=function(){return ae.apply(null,arguments).parseZone()},Et.localeData=Tr,Et.isDuration=he,Et.monthsShort=function(t,o){return en(t,o,"monthsShort")},Et.weekdaysMin=function(t,o,r){return nn(t,o,r,"weekdaysMin")},Et.defineLocale=Hr,Et.updateLocale=function(t,o){if(null!=o){var r,e,n=Lr;null!=Ir[t]&&null!=Ir[t].parentLocale?Ir[t].set(Xt(Ir[t]._config,o)):(null!=(e=Ar(t))&&(n=e._config),o=Xt(n,o),null==e&&(o.abbr=t),(r=new to(o)).parentLocale=Ir[t],Ir[t]=r),Gr(t)}else null!=Ir[t]&&(null!=Ir[t].parentLocale?(Ir[t]=Ir[t].parentLocale,t===Gr()&&Gr(t)):null!=Ir[t]&&delete Ir[t]);return Ir[t]},Et.locales=function(){return Jt(Ir)},Et.weekdaysShort=function(t,o,r){return nn(t,o,r,"weekdaysShort")},Et.normalizeUnits=uo,Et.relativeTimeRounding=function(t){return void 0===t?Yn:"function"==typeof t&&(Yn=t,!0)},Et.relativeTimeThreshold=function(t,o){return void 0!==Un[t]&&(void 0===o?Un[t]:(Un[t]=o,"s"===t&&(Un.ss=o-1),!0))},Et.calendarFormat=function(t,o){var r=t.diff(o,"days",!0);return r<-6?"sameElse":r<-1?"lastWeek":r<0?"lastDay":r<1?"sameDay":r<2?"nextDay":r<7?"nextWeek":"sameElse"},Et.prototype=Xe,Et.HTML5_FMT={DATETIME_LOCAL:"YYYY-MM-DDTHH:mm",DATETIME_LOCAL_SECONDS:"YYYY-MM-DDTHH:mm:ss",DATETIME_LOCAL_MS:"YYYY-MM-DDTHH:mm:ss.SSS",DATE:"YYYY-MM-DD",TIME:"HH:mm",TIME_SECONDS:"HH:mm:ss",TIME_MS:"HH:mm:ss.SSS",WEEK:"GGGG-[W]WW",MONTH:"YYYY-MM"},t.Period=void 0,(In=t.Period||(t.Period={})).DAY="DAY",In.WEEK="WEEK",In.MONTH="MONTH";const Kn=p`
90
90
  .sessions-chart {
91
91
  height: 100%;
92
92
  width: 100%;
93
93
  }
94
- `;var Wr=function(t,i,n,e){for(var r,s=arguments.length,o=s<3?i:null===e?e=Object.getOwnPropertyDescriptor(i,n):e,u=t.length-1;u>=0;u--)(r=t[u])&&(o=(s<3?r(o):s>3?r(i,n,o):r(i,n))||o);return s>3&&o&&Object.defineProperty(i,n,o),o};null==window.echarts&&console.warn("Echarts is not available"),t.FtChart=class extends bt{constructor(){super(...arguments),this.xAxisName="date",this.yAxisName="",this.graphColor="",this.hoverColor="",this.tooltipBackgroundColor="",this.tooltipBorderColor="",this.tooltipTextColor="",this.tooltipBorderRadius=0,this.valueLabels=void 0,this.valueLabelsSingular=void 0,this.barChart=!1,this.period=t.Period.DAY,this.data=[]}render(){return P`
94
+ `;var Fn=function(t,o,r,e){for(var n,i=arguments.length,a=i<3?o:null===e?e=Object.getOwnPropertyDescriptor(o,r):e,s=t.length-1;s>=0;s--)(n=t[s])&&(a=(i<3?n(a):i>3?n(o,r,a):n(o,r))||a);return i>3&&a&&Object.defineProperty(o,r,a),a};null==window.echarts&&console.warn("Echarts is not available"),t.FtChart=class extends wt{constructor(){super(...arguments),this.xAxisName="date",this.yAxisName="",this.graphColor="",this.hoverColor="",this.tooltipBackgroundColor="",this.tooltipBorderColor="",this.tooltipTextColor="",this.tooltipBorderRadius=0,this.valueLabels=void 0,this.valueLabelsSingular=void 0,this.barChart=!1,this.period=t.Period.DAY,this.data=[]}render(){return z`
95
95
  <div class="sessions-chart"></div>
96
- `}firstUpdated(t){var i;super.firstUpdated(t),this.myChart=null===(i=window.echarts)||void 0===i?void 0:i.init(this.container,void 0,{renderer:"svg"}),window.addEventListener("resize",(()=>{var t;null===(t=this.myChart)||void 0===t||t.resize()}))}updated(t){super.updated(t);const i=this.getOptions();i&&this.myChart&&this.myChart.setOption(i)}getOptions(){const i=this;return{tooltip:{axisPointer:{type:"shadow",shadowStyle:{color:i.hoverColor}},trigger:"axis",formatter:t=>i.getTooltip(t),backgroundColor:i.tooltipBackgroundColor,borderColor:i.tooltipBorderColor,textStyle:{color:i.tooltipTextColor},borderRadius:i.tooltipBorderRadius},grid:{left:"80px",right:"100px",top:"50px",bottom:"20px"},xAxis:{type:"category",name:this.xAxisName.toUpperCase(),axisTick:{alignWithLabel:!0},axisLabel:{formatter:n=>i.period===t.Period.DAY||i.period===t.Period.WEEK?Nt.utc(1e3*n).format("DD MMM YYYY"):(i.period,t.Period.MONTH,Nt.utc(1e3*n).format("MMMM YYYY"))}},yAxis:{type:"value",name:this.yAxisName.toUpperCase()},color:this.graphColor,series:this.getSeries()}}getTooltip(i){const n=Nt.utc(1e3*i[0].data.value[0]),e=i.map((t=>t.data.value[1]));let r,s,o="";switch(this.period){case t.Period.DAY:r=n.format("DD MMM YYYY"),s="on",this.isThisPeriod(n,t.Period.DAY)&&(o=" so far");break;case t.Period.WEEK:r=n.format("DD MMM YYYY"),s="during the week of",this.isThisPeriod(n,t.Period.WEEK)&&(o=" so far");break;case t.Period.MONTH:s="in",r=n.format("MMMM YYYY"),this.isThisPeriod(n,t.Period.MONTH)&&(o=" so far")}let u="";for(let t=0;t<e.length;t++){let i=this.valueLabels?this.valueLabels[t]:this.yAxisName,n=this.valueLabelsSingular?this.valueLabelsSingular[t]:i;const a=1===e[t]?n:i;u+=`${e[t].toLocaleString()} ${a} ${s} ${r}${o}</br>`}return u.substring(0,u.length-5)}isThisPeriod(i,n,e=Nt.utc()){switch(n){case t.Period.DAY:return i.format("YYYY-MM-DD")===e.clone().startOf("day").format("YYYY-MM-DD");case t.Period.WEEK:return i.clone().startOf("isoWeek").format("YYYY-MM-DD")===e.clone().startOf("isoWeek").format("YYYY-MM-DD");case t.Period.MONTH:return i.month()===e.month()&&i.year()===e.year()}return!1}getSeries(){if(0==this.data.length)return[];const t=this.data[0].length-1;if(0==t)return[];let i=[];for(let n=0;n<t;n++)i[n]={type:this.barChart?"bar":"line",data:this.getData(n)};return i}getData(t){return this.data.map((i=>this.isThisPeriod(Nt.unix(i[0]),this.period)?{value:[i[0],i[t+1]],itemStyle:{opacity:.5}}:{value:[i[0],i[t+1]]}))}},t.FtChart.styles=_r,Wr([e({type:String})],t.FtChart.prototype,"xAxisName",void 0),Wr([e({type:String})],t.FtChart.prototype,"yAxisName",void 0),Wr([e({type:String})],t.FtChart.prototype,"graphColor",void 0),Wr([e({type:String})],t.FtChart.prototype,"hoverColor",void 0),Wr([e({type:String})],t.FtChart.prototype,"tooltipBackgroundColor",void 0),Wr([e({type:String})],t.FtChart.prototype,"tooltipBorderColor",void 0),Wr([e({type:String})],t.FtChart.prototype,"tooltipTextColor",void 0),Wr([e({type:String})],t.FtChart.prototype,"tooltipBorderRadius",void 0),Wr([u(void 0)],t.FtChart.prototype,"valueLabels",void 0),Wr([u(void 0)],t.FtChart.prototype,"valueLabelsSingular",void 0),Wr([e({type:Boolean})],t.FtChart.prototype,"barChart",void 0),Wr([e({type:String})],t.FtChart.prototype,"period",void 0),Wr([u([])],t.FtChart.prototype,"data",void 0),Wr([
96
+ `}firstUpdated(t){var o;super.firstUpdated(t),this.myChart=null===(o=window.echarts)||void 0===o?void 0:o.init(this.container,void 0,{renderer:"svg"}),window.addEventListener("resize",(()=>{var t;null===(t=this.myChart)||void 0===t||t.resize()}))}updated(t){super.updated(t);const o=this.getOptions();o&&this.myChart&&this.myChart.setOption(o)}getOptions(){const o=this;return{tooltip:{axisPointer:{type:"shadow",shadowStyle:{color:o.hoverColor}},trigger:"axis",formatter:t=>o.getTooltip(t),backgroundColor:o.tooltipBackgroundColor,borderColor:o.tooltipBorderColor,textStyle:{color:o.tooltipTextColor},borderRadius:o.tooltipBorderRadius},grid:{left:"80px",right:"100px",top:"50px",bottom:"20px"},xAxis:{type:"category",name:this.xAxisName.toUpperCase(),axisTick:{alignWithLabel:!0},axisLabel:{formatter:r=>o.period===t.Period.DAY||o.period===t.Period.WEEK?Et.utc(1e3*r).format("DD MMM YYYY"):(o.period,t.Period.MONTH,Et.utc(1e3*r).format("MMMM YYYY"))}},yAxis:{type:"value",name:this.yAxisName.toUpperCase()},color:this.graphColor,series:this.getSeries()}}getTooltip(o){const r=Et.utc(1e3*o[0].data.value[0]),e=o.map((t=>t.data.value[1]));let n,i,a="";switch(this.period){case t.Period.DAY:n=r.format("DD MMM YYYY"),i="on",this.isThisPeriod(r,t.Period.DAY)&&(a=" so far");break;case t.Period.WEEK:n=r.format("DD MMM YYYY"),i="during the week of",this.isThisPeriod(r,t.Period.WEEK)&&(a=" so far");break;case t.Period.MONTH:i="in",n=r.format("MMMM YYYY"),this.isThisPeriod(r,t.Period.MONTH)&&(a=" so far")}let s="";for(let t=0;t<e.length;t++){let o=this.valueLabels?this.valueLabels[t]:this.yAxisName,r=this.valueLabelsSingular?this.valueLabelsSingular[t]:o;const c=1===e[t]?r:o;s+=`${e[t].toLocaleString()} ${c} ${i} ${n}${a}</br>`}return s.substring(0,s.length-5)}isThisPeriod(o,r,e=Et.utc()){switch(r){case t.Period.DAY:return o.format("YYYY-MM-DD")===e.clone().startOf("day").format("YYYY-MM-DD");case t.Period.WEEK:return o.clone().startOf("isoWeek").format("YYYY-MM-DD")===e.clone().startOf("isoWeek").format("YYYY-MM-DD");case t.Period.MONTH:return o.month()===e.month()&&o.year()===e.year()}return!1}getSeries(){if(0==this.data.length)return[];const t=this.data[0].length-1;if(0==t)return[];let o=[];for(let r=0;r<t;r++)o[r]={type:this.barChart?"bar":"line",data:this.getData(r)};return o}getData(t){return this.data.map((o=>this.isThisPeriod(Et.unix(o[0]),this.period)?{value:[o[0],o[t+1]],itemStyle:{opacity:.5}}:{value:[o[0],o[t+1]]}))}},t.FtChart.styles=Kn,Fn([e({type:String})],t.FtChart.prototype,"xAxisName",void 0),Fn([e({type:String})],t.FtChart.prototype,"yAxisName",void 0),Fn([e({type:String})],t.FtChart.prototype,"graphColor",void 0),Fn([e({type:String})],t.FtChart.prototype,"hoverColor",void 0),Fn([e({type:String})],t.FtChart.prototype,"tooltipBackgroundColor",void 0),Fn([e({type:String})],t.FtChart.prototype,"tooltipBorderColor",void 0),Fn([e({type:String})],t.FtChart.prototype,"tooltipTextColor",void 0),Fn([e({type:String})],t.FtChart.prototype,"tooltipBorderRadius",void 0),Fn([s(void 0)],t.FtChart.prototype,"valueLabels",void 0),Fn([s(void 0)],t.FtChart.prototype,"valueLabelsSingular",void 0),Fn([e({type:Boolean})],t.FtChart.prototype,"barChart",void 0),Fn([e({type:String})],t.FtChart.prototype,"period",void 0),Fn([s([])],t.FtChart.prototype,"data",void 0),Fn([
97
97
  /**
98
98
  * @license
99
99
  * Copyright 2017 Google LLC
100
100
  * SPDX-License-Identifier: BSD-3-Clause
101
101
  */
102
- function(t,i){return(({finisher:t,descriptor:i})=>(n,e)=>{var r;if(void 0===e){const e=null!==(r=n.originalKey)&&void 0!==r?r:n.key,s=null!=i?{kind:"method",placement:"prototype",key:e,descriptor:i(n.key)}:{...n,key:e};return null!=t&&(s.finisher=function(i){t(i,e)}),s}{const r=n.constructor;void 0!==i&&Object.defineProperty(n,e,i(e)),null==t||t(r,e)}})({descriptor:n=>{const e={get(){var i,n;return null!==(n=null===(i=this.renderRoot)||void 0===i?void 0:i.querySelector(t))&&void 0!==n?n:null},enumerable:!0,configurable:!0};if(i){const i="symbol"==typeof n?Symbol():"__"+n;e.get=function(){var n,e;return void 0===this[i]&&(this[i]=null!==(e=null===(n=this.renderRoot)||void 0===n?void 0:n.querySelector(t))&&void 0!==e?e:null),this[i]}}return e}})}(".sessions-chart")],t.FtChart.prototype,"container",void 0),t.FtChart=Wr([o("ft-chart")],t.FtChart),o("ft-chart")(t.FtChart),t.styles=_r}({});
102
+ function(t,o){return(({finisher:t,descriptor:o})=>(r,e)=>{var n;if(void 0===e){const e=null!==(n=r.originalKey)&&void 0!==n?n:r.key,i=null!=o?{kind:"method",placement:"prototype",key:e,descriptor:o(r.key)}:{...r,key:e};return null!=t&&(i.finisher=function(o){t(o,e)}),i}{const n=r.constructor;void 0!==o&&Object.defineProperty(r,e,o(e)),null==t||t(n,e)}})({descriptor:r=>{const e={get(){var o,r;return null!==(r=null===(o=this.renderRoot)||void 0===o?void 0:o.querySelector(t))&&void 0!==r?r:null},enumerable:!0,configurable:!0};if(o){const o="symbol"==typeof r?Symbol():"__"+r;e.get=function(){var r,e;return void 0===this[o]&&(this[o]=null!==(e=null===(r=this.renderRoot)||void 0===r?void 0:r.querySelector(t))&&void 0!==e?e:null),this[o]}}return e}})}(".sessions-chart")],t.FtChart.prototype,"container",void 0),t.FtChart=Fn([a("ft-chart")],t.FtChart),a("ft-chart")(t.FtChart),t.styles=Kn}({});
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluid-topics/ft-chart",
3
- "version": "1.0.58",
3
+ "version": "1.0.60",
4
4
  "description": "Display charts from data",
5
5
  "keywords": [
6
6
  "Lit"
@@ -19,7 +19,7 @@
19
19
  "url": "ssh://git@scm.mrs.antidot.net:2222/fluidtopics/ft-web-components.git"
20
20
  },
21
21
  "dependencies": {
22
- "@fluid-topics/ft-wc-utils": "1.0.58",
22
+ "@fluid-topics/ft-wc-utils": "1.0.60",
23
23
  "lit": "2.7.2",
24
24
  "moment": "2.29.4"
25
25
  },
@@ -29,5 +29,5 @@
29
29
  "peerDependencies": {
30
30
  "echarts": "^5.3.0"
31
31
  },
32
- "gitHead": "110d1b1f9cb2239c15279f2e89047b028e15ca61"
32
+ "gitHead": "8eb7c2ef052f5d3f61ed0bf150fcaee093805450"
33
33
  }