@fluid-topics/ft-analytics-top-documents 1.1.26 → 1.1.28
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.
|
@@ -12,64 +12,64 @@
|
|
|
12
12
|
* subject to an additional IP rights grant found at
|
|
13
13
|
* http://polymer.github.io/PATENTS.txt
|
|
14
14
|
*/
|
|
15
|
-
if(!ShadowRoot.prototype.createElement){const t=window.HTMLElement,
|
|
15
|
+
if(!ShadowRoot.prototype.createElement){const t=window.HTMLElement,o=window.customElements.define,e=window.customElements.get,r=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||[]);u(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 h=e.call(r,t);h||(h=f(t),o.call(r,t,h)),this===window.customElements&&(a.set(n,l),l.standInClass=h);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),r.upgrade.apply(r,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 e=this._whenDefinedPromises.get(t);return void 0===e&&(e={},e.promise=new Promise((t=>e.resolve=t)),this._whenDefinedPromises.set(t,e)),e.promise}_upgradeWhenDefined(t,o,e){let r=this._awaitingUpgrade.get(o);r||this._awaitingUpgrade.set(o,r=new Set),e?r.add(t):r.delete(t)}},window.HTMLElement=function(){let o=c;if(o)return c=void 0,o;const e=a.get(this.constructor);if(!e)throw new TypeError("Illegal constructor (custom element class must be registered with global customElements registry to be newable)");return o=Reflect.construct(t,[],e.standInClass),Object.setPrototypeOf(o,this.constructor.prototype),n.set(o,e),o},window.HTMLElement.prototype=t.prototype;const l=t=>t===document||t instanceof ShadowRoot,h=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},f=o=>class{static get formAssociated(){return!0}constructor(){const e=Reflect.construct(t,[],this.constructor);Object.setPrototypeOf(e,HTMLElement.prototype);const r=h(e)||window.customElements,n=r._getDefinition(o);return n?p(e,n):i.set(e,r),e}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)}},u=(t,o,e)=>{if(0===o.size||void 0===e)return;const r=t.prototype.setAttribute;r&&(t.prototype.setAttribute=function(t,n){const i=t.toLowerCase();if(o.has(i)){const t=this.getAttribute(i);r.call(this,i,n),e.call(this,i,t,n)}else r.call(this,i,n)});const n=t.prototype.removeAttribute;n&&(t.prototype.removeAttribute=function(t){const r=t.toLowerCase();if(o.has(r)){const t=this.getAttribute(r);n.call(this,r),e.call(this,r,t,null)}else n.call(this,r)});const i=t.prototype.toggleAttribute;i&&(t.prototype.toggleAttribute=function(t,r){const n=t.toLowerCase();if(o.has(n)){const t=this.getAttribute(n);i.call(this,n,r);const o=this.getAttribute(n);e.call(this,n,t,o)}else i.call(this,n,r)})},d=o=>{const e=Object.getPrototypeOf(o);if(e!==window.HTMLElement)return e===t?Object.setPrototypeOf(o,window.HTMLElement):d(e)},p=(t,o,e=!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.attributeChangedCallback&&o.observedAttributes.forEach((e=>{t.hasAttribute(e)&&o.attributeChangedCallback.call(t,e,null,t.getAttribute(e))})),e&&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,e=void 0)=>{const r=(e?Object.getPrototypeOf(e):t.prototype)[o];t.prototype[o]=function(){g.push(this);const t=r.apply(e||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 e=Object.getOwnPropertyDescriptor(t.prototype,o);Object.defineProperty(t.prototype,o,{...e,set(t){g.push(this),e.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,e=["setFormValue","setValidity","checkValidity","reportValidity"];HTMLElement.prototype.attachInternals=function(...e){const r=o.call(this,...e);return t.set(r,this),r},e.forEach((o=>{const e=window.ElementInternals.prototype,r=e[o];e[o]=function(...o){const e=t.get(this);if(!0===n.get(e).formAssociated)return r?.call(this,...o);throw new DOMException(`Failed to execute ${r} on 'ElementInternals': The target element is not a form-associated custom element.`)}}));class r 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,e)=>{const r=t.getAttribute("name"),n=o.get(r)||[];this[+e]=t,n.push(t),o.set(r,n)})),this.length=t.length,o.forEach(((t,o)=>{t&&(1===t.length?this[o]=t[0]:this[o]=new r(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 e of t){const t=n.get(e);t&&!0!==t.formAssociated||o.push(e)}return new i(o)}})}}try{window.customElements.define("custom-element",null)}catch(t){const o=window.customElements.define;window.customElements.define=(t,e,r)=>{if(null!==e)try{o.bind(window.customElements)(t,e,r)}catch(o){console.info(t,e,r,o)}}}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 e=[...this.callbacks];this.callbacks=[];const r=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 e)try{await t()}catch(t){return void r(t)}n(!0)}clearTimeout(){null!=this._debounce&&window.clearTimeout(this._debounce)}clearPromise(){this.promise=void 0,this.resolvePromise=void 0,this.rejectPromise=void 0}}
|
|
16
16
|
/**
|
|
17
17
|
* @license
|
|
18
18
|
* Copyright 2019 Google LLC
|
|
19
19
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
20
|
-
*/const
|
|
20
|
+
*/const e=globalThis,r=e.ShadowRoot&&(void 0===e.ShadyCSS||e.ShadyCSS.nativeShadow)&&"adoptedStyleSheets"in Document.prototype&&"replace"in CSSStyleSheet.prototype,n=Symbol(),i=new WeakMap;const a=t=>new class{constructor(t,o,e){if(this._$cssResult$=!0,e!==n)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(r&&void 0===t){const e=void 0!==o&&1===o.length;e&&(t=i.get(o)),void 0===t&&((this.o=t=new CSSStyleSheet).replaceSync(this.cssText),e&&i.set(o,t))}return t}toString(){return this.cssText}}("string"==typeof t?t:t+"",void 0,n),s=r?t=>t:t=>t instanceof CSSStyleSheet?(t=>{let o="";for(const e of t.cssRules)o+=e.cssText;return a(o)})(t):t
|
|
21
21
|
/**
|
|
22
22
|
* @license
|
|
23
23
|
* Copyright 2017 Google LLC
|
|
24
24
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
25
|
-
*/,{is:c,defineProperty:l,getOwnPropertyDescriptor:h,getOwnPropertyNames:f,getOwnPropertySymbols:u,getPrototypeOf:d}=Object,p=globalThis,y=p.trustedTypes,g=y?y.emptyScript:"",m=p.reactiveElementPolyfillSupport,b=(t,
|
|
25
|
+
*/,{is:c,defineProperty:l,getOwnPropertyDescriptor:h,getOwnPropertyNames:f,getOwnPropertySymbols:u,getPrototypeOf:d}=Object,p=globalThis,y=p.trustedTypes,g=y?y.emptyScript:"",m=p.reactiveElementPolyfillSupport,b=(t,o)=>t,O={toAttribute(t,o){switch(o){case Boolean:t=t?g:null;break;case Object:case Array:t=null==t?t:JSON.stringify(t)}return t},fromAttribute(t,o){let e=t;switch(o){case Boolean:e=null!==t;break;case Number:e=null===t?null:Number(t);break;case Object:case Array:try{e=JSON.parse(t)}catch(t){e=null}}return e}},N=(t,o)=>!c(t,o),v={attribute:!0,type:String,converter:O,reflect:!1,hasChanged:N};Symbol.metadata??=Symbol("metadata"),p.litPropertyMetadata??=new WeakMap;let S=class extends HTMLElement{static addInitializer(t){this._$Ei(),(this.l??=[]).push(t)}static get observedAttributes(){return this.finalize(),this._$Eh&&[...this._$Eh.keys()]}static createProperty(t,o=v){if(o.state&&(o.attribute=!1),this._$Ei(),this.elementProperties.set(t,o),!o.noAccessor){const e=Symbol(),r=this.getPropertyDescriptor(t,e,o);void 0!==r&&l(this.prototype,t,r)}}static getPropertyDescriptor(t,o,e){const{get:r,set:n}=h(this.prototype,t)??{get(){return this[o]},set(t){this[o]=t}};return{get(){return r?.call(this)},set(o){const i=r?.call(this);n.call(this,o),this.requestUpdate(t,i,e)},configurable:!0,enumerable:!0}}static getPropertyOptions(t){return this.elementProperties.get(t)??v}static _$Ei(){if(this.hasOwnProperty(b("elementProperties")))return;const t=d(this);t.finalize(),void 0!==t.l&&(this.l=[...t.l]),this.elementProperties=new Map(t.elementProperties)}static finalize(){if(this.hasOwnProperty(b("finalized")))return;if(this.finalized=!0,this._$Ei(),this.hasOwnProperty(b("properties"))){const t=this.properties,o=[...f(t),...u(t)];for(const e of o)this.createProperty(e,t[e])}const t=this[Symbol.metadata];if(null!==t){const o=litPropertyMetadata.get(t);if(void 0!==o)for(const[t,e]of o)this.elementProperties.set(t,e)}this._$Eh=new Map;for(const[t,o]of this.elementProperties){const e=this._$Eu(t,o);void 0!==e&&this._$Eh.set(e,t)}this.elementStyles=this.finalizeStyles(this.styles)}static finalizeStyles(t){const o=[];if(Array.isArray(t)){const e=new Set(t.flat(1/0).reverse());for(const t of e)o.unshift(s(t))}else void 0!==t&&o.push(s(t));return o}static _$Eu(t,o){const e=o.attribute;return!1===e?void 0:"string"==typeof e?e:"string"==typeof t?t.toLowerCase():void 0}constructor(){super(),this._$Ep=void 0,this.isUpdatePending=!1,this.hasUpdated=!1,this._$Em=null,this._$Ev()}_$Ev(){this._$Eg=new Promise((t=>this.enableUpdating=t)),this._$AL=new Map,this._$ES(),this.requestUpdate(),this.constructor.l?.forEach((t=>t(this)))}addController(t){(this._$E_??=new Set).add(t),void 0!==this.renderRoot&&this.isConnected&&t.hostConnected?.()}removeController(t){this._$E_?.delete(t)}_$ES(){const t=new Map,o=this.constructor.elementProperties;for(const e of o.keys())this.hasOwnProperty(e)&&(t.set(e,this[e]),delete this[e]);t.size>0&&(this._$Ep=t)}createRenderRoot(){const t=this.shadowRoot??this.attachShadow(this.constructor.shadowRootOptions);return((t,o)=>{if(r)t.adoptedStyleSheets=o.map((t=>t instanceof CSSStyleSheet?t:t.styleSheet));else for(const r of o){const o=document.createElement("style"),n=e.litNonce;void 0!==n&&o.setAttribute("nonce",n),o.textContent=r.cssText,t.appendChild(o)}})(t,this.constructor.elementStyles),t}connectedCallback(){this.renderRoot??=this.createRenderRoot(),this.enableUpdating(!0),this._$E_?.forEach((t=>t.hostConnected?.()))}enableUpdating(t){}disconnectedCallback(){this._$E_?.forEach((t=>t.hostDisconnected?.()))}attributeChangedCallback(t,o,e){this._$AK(t,e)}_$EO(t,o){const e=this.constructor.elementProperties.get(t),r=this.constructor._$Eu(t,e);if(void 0!==r&&!0===e.reflect){const n=(void 0!==e.converter?.toAttribute?e.converter:O).toAttribute(o,e.type);this._$Em=t,null==n?this.removeAttribute(r):this.setAttribute(r,n),this._$Em=null}}_$AK(t,o){const e=this.constructor,r=e._$Eh.get(t);if(void 0!==r&&this._$Em!==r){const t=e.getPropertyOptions(r),n="function"==typeof t.converter?{fromAttribute:t.converter}:void 0!==t.converter?.fromAttribute?t.converter:O;this._$Em=r,this[r]=n.fromAttribute(o,t.type),this._$Em=null}}requestUpdate(t,o,e,r=!1,n){if(void 0!==t){if(e??=this.constructor.getPropertyOptions(t),!(e.hasChanged??N)(r?n:this[t],o))return;this.C(t,o,e)}!1===this.isUpdatePending&&(this._$Eg=this._$EP())}C(t,o,e){this._$AL.has(t)||this._$AL.set(t,o),!0===e.reflect&&this._$Em!==t&&(this._$Ej??=new Set).add(t)}async _$EP(){this.isUpdatePending=!0;try{await this._$Eg}catch(t){Promise.reject(t)}const t=this.scheduleUpdate();return null!=t&&await t,!this.isUpdatePending}scheduleUpdate(){return this.performUpdate()}performUpdate(){if(!this.isUpdatePending)return;if(!this.hasUpdated){if(this.renderRoot??=this.createRenderRoot(),this._$Ep){for(const[t,o]of this._$Ep)this[t]=o;this._$Ep=void 0}const t=this.constructor.elementProperties;if(t.size>0)for(const[o,e]of t)!0!==e.wrapped||this._$AL.has(o)||void 0===this[o]||this.C(o,this[o],e)}let t=!1;const o=this._$AL;try{t=this.shouldUpdate(o),t?(this.willUpdate(o),this._$E_?.forEach((t=>t.hostUpdate?.())),this.update(o)):this._$ET()}catch(o){throw t=!1,this._$ET(),o}t&&this._$AE(o)}willUpdate(t){}_$AE(t){this._$E_?.forEach((t=>t.hostUpdated?.())),this.hasUpdated||(this.hasUpdated=!0,this.firstUpdated(t)),this.updated(t)}_$ET(){this._$AL=new Map,this.isUpdatePending=!1}get updateComplete(){return this.getUpdateComplete()}getUpdateComplete(){return this._$Eg}shouldUpdate(t){return!0}update(t){this._$Ej&&=this._$Ej.forEach((t=>this._$EO(t,this[t]))),this._$ET()}updated(t){}firstUpdated(t){}};S.elementStyles=[],S.shadowRootOptions={mode:"open"},S[b("elementProperties")]=new Map,S[b("finalized")]=new Map,m?.({ReactiveElement:S}),(p.reactiveElementVersions??=[]).push("2.0.2");
|
|
26
26
|
/**
|
|
27
27
|
* @license
|
|
28
28
|
* Copyright 2017 Google LLC
|
|
29
29
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
30
30
|
*/
|
|
31
|
-
const w={attribute:!0,type:String,converter:O,reflect:!1,hasChanged:N},
|
|
31
|
+
const w={attribute:!0,type:String,converter:O,reflect:!1,hasChanged:N},x=(t=w,o,e)=>{const{kind:r,metadata:n}=e;let i=globalThis.litPropertyMetadata.get(n);if(void 0===i&&globalThis.litPropertyMetadata.set(n,i=new Map),i.set(e.name,t),"accessor"===r){const{name:r}=e;return{set(e){const n=o.get.call(this);o.set.call(this,e),this.requestUpdate(r,n,t)},init(o){return void 0!==o&&this.C(r,void 0,t),o}}}if("setter"===r){const{name:r}=e;return function(e){const n=this[r];o.call(this,e),this.requestUpdate(r,n,t)}}throw Error("Unsupported decorator location: "+r)};function C(t){return(o,e)=>"object"==typeof e?x(t,o,e):((t,o,e)=>{const r=o.hasOwnProperty(e);return o.constructor.createProperty(e,r?{...t,wrapped:!0}:t),r?Object.getOwnPropertyDescriptor(o,e):void 0})(t,o,e)
|
|
32
32
|
/**
|
|
33
33
|
* @license
|
|
34
34
|
* Copyright 2017 Google LLC
|
|
35
35
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
36
|
-
*/}function
|
|
36
|
+
*/}function E(t){return C({...t,state:!0,attribute:!1})}function R(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 e,r,n;if(Array.isArray(t)){if((e=t.length)!=o.length)return!1;for(r=e;0!=r--;)if(!R(t[r],o[r]))return!1;return!0}if(t instanceof Map&&o instanceof Map){if(t.size!==o.size)return!1;for(r of t.entries())if(!o.has(r[0]))return!1;for(r of t.entries())if(!R(r[1],o.get(r[0])))return!1;return!0}if(t instanceof Set&&o instanceof Set){if(t.size!==o.size)return!1;for(r of t.entries())if(!o.has(r[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((e=(n=Object.keys(t)).length)!==Object.keys(o).length)return!1;for(r=e;0!=r--;)if(!Object.prototype.hasOwnProperty.call(o,n[r]))return!1;for(r=e;0!=r--;){var i=n[r];if(!R(t[i],o[i]))return!1}return!0}return t!=t&&o!=o}(t,o)}catch(t){return!1}}
|
|
37
37
|
/**
|
|
38
38
|
* @license
|
|
39
39
|
* Copyright 2017 Google LLC
|
|
40
40
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
41
41
|
*/
|
|
42
|
-
const
|
|
42
|
+
const U=globalThis,M=U.trustedTypes,D=M?M.createPolicy("lit-html",{createHTML:t=>t}):void 0,W="$lit$",k=`lit$${(Math.random()+"").slice(9)}$`,I="?"+k,L=`<${I}>`,Y=document,K=()=>Y.createComment(""),Z=t=>null===t||"object"!=typeof t&&"function"!=typeof t,A=Array.isArray,F=t=>A(t)||"function"==typeof t?.[Symbol.iterator],H="[ \t\n\f\r]",_=/<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g,$=/-->/g,T=/>/g,G=RegExp(`>|${H}(?:([^\\s"'>=/]+)(${H}*=${H}*(?:[^ \t\n\f\r"'\`<>=]|("|')|))|$)`,"g"),P=/'/g,z=/"/g,B=/^(?:script|style|textarea|title)$/i,j=Symbol.for("lit-noChange"),J=Symbol.for("lit-nothing"),q=new WeakMap,V=Y.createTreeWalker(Y,129);function Q(t,o){if(!Array.isArray(t)||!t.hasOwnProperty("raw"))throw Error("invalid template strings array");return void 0!==D?D.createHTML(o):o}const X=(t,o)=>{const e=t.length-1,r=[];let n,i=2===o?"<svg>":"",a=_;for(let o=0;o<e;o++){const e=t[o];let s,c,l=-1,h=0;for(;h<e.length&&(a.lastIndex=h,c=a.exec(e),null!==c);)h=a.lastIndex,a===_?"!--"===c[1]?a=$:void 0!==c[1]?a=T:void 0!==c[2]?(B.test(c[2])&&(n=RegExp("</"+c[2],"g")),a=G):void 0!==c[3]&&(a=G):a===G?">"===c[0]?(a=n??_,l=-1):void 0===c[1]?l=-2:(l=a.lastIndex-c[2].length,s=c[1],a=void 0===c[3]?G:'"'===c[3]?z:P):a===z||a===P?a=G:a===$||a===T?a=_:(a=G,n=void 0);const f=a===G&&t[o+1].startsWith("/>")?" ":"";i+=a===_?e+L:l>=0?(r.push(s),e.slice(0,l)+W+e.slice(l)+k+f):e+k+(-2===l?o:f)}return[Q(t,i+(t[e]||"<?>")+(2===o?"</svg>":"")),r]};let tt=class t{constructor({strings:o,_$litType$:e},r){let n;this.parts=[];let i=0,a=0;const s=o.length-1,c=this.parts,[l,h]=X(o,e);if(this.el=t.createElement(l,r),V.currentNode=this.el.content,2===e){const t=this.el.content.firstChild;t.replaceWith(...t.childNodes)}for(;null!==(n=V.nextNode())&&c.length<s;){if(1===n.nodeType){if(n.hasAttributes())for(const t of n.getAttributeNames())if(t.endsWith(W)){const o=h[a++],e=n.getAttribute(t).split(k),r=/([.?@])?(.*)/.exec(o);c.push({type:1,index:i,name:r[2],strings:e,ctor:"."===r[1]?it:"?"===r[1]?at:"@"===r[1]?st:nt}),n.removeAttribute(t)}else t.startsWith(k)&&(c.push({type:6,index:i}),n.removeAttribute(t));if(B.test(n.tagName)){const t=n.textContent.split(k),o=t.length-1;if(o>0){n.textContent=M?M.emptyScript:"";for(let e=0;e<o;e++)n.append(t[e],K()),V.nextNode(),c.push({type:2,index:++i});n.append(t[o],K())}}}else if(8===n.nodeType)if(n.data===I)c.push({type:2,index:i});else{let t=-1;for(;-1!==(t=n.data.indexOf(k,t+1));)c.push({type:7,index:i}),t+=k.length-1}i++}}static createElement(t,o){const e=Y.createElement("template");return e.innerHTML=t,e}};function ot(t,o,e=t,r){if(o===j)return o;let n=void 0!==r?e._$Co?.[r]:e._$Cl;const i=Z(o)?void 0:o._$litDirective$;return n?.constructor!==i&&(n?._$AO?.(!1),void 0===i?n=void 0:(n=new i(t),n._$AT(t,e,r)),void 0!==r?(e._$Co??=[])[r]=n:e._$Cl=n),void 0!==n&&(o=ot(t,n._$AS(t,o.values),n,r)),o}let et=class{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){const{el:{content:o},parts:e}=this._$AD,r=(t?.creationScope??Y).importNode(o,!0);V.currentNode=r;let n=V.nextNode(),i=0,a=0,s=e[0];for(;void 0!==s;){if(i===s.index){let o;2===s.type?o=new rt(n,n.nextSibling,this,t):1===s.type?o=new s.ctor(n,s.name,s.strings,this,t):6===s.type&&(o=new ct(n,this,t)),this._$AV.push(o),s=e[++a]}i!==s?.index&&(n=V.nextNode(),i++)}return V.currentNode=Y,r}p(t){let o=0;for(const e of this._$AV)void 0!==e&&(void 0!==e.strings?(e._$AI(t,e,o),o+=e.strings.length-2):e._$AI(t[o])),o++}},rt=class t{get _$AU(){return this._$AM?._$AU??this._$Cv}constructor(t,o,e,r){this.type=2,this._$AH=J,this._$AN=void 0,this._$AA=t,this._$AB=o,this._$AM=e,this.options=r,this._$Cv=r?.isConnected??!0}get parentNode(){let t=this._$AA.parentNode;const o=this._$AM;return void 0!==o&&11===t?.nodeType&&(t=o.parentNode),t}get startNode(){return this._$AA}get endNode(){return this._$AB}_$AI(t,o=this){t=ot(this,t,o),Z(t)?t===J||null==t||""===t?(this._$AH!==J&&this._$AR(),this._$AH=J):t!==this._$AH&&t!==j&&this._(t):void 0!==t._$litType$?this.g(t):void 0!==t.nodeType?this.$(t):F(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!==J&&Z(this._$AH)?this._$AA.nextSibling.data=t:this.$(Y.createTextNode(t)),this._$AH=t}g(t){const{values:o,_$litType$:e}=t,r="number"==typeof e?this._$AC(t):(void 0===e.el&&(e.el=tt.createElement(Q(e.h,e.h[0]),this.options)),e);if(this._$AH?._$AD===r)this._$AH.p(o);else{const t=new et(r,this),e=t.u(this.options);t.p(o),this.$(e),this._$AH=t}}_$AC(t){let o=q.get(t.strings);return void 0===o&&q.set(t.strings,o=new tt(t)),o}T(o){A(this._$AH)||(this._$AH=[],this._$AR());const e=this._$AH;let r,n=0;for(const i of o)n===e.length?e.push(r=new t(this.k(K()),this.k(K()),this,this.options)):r=e[n],r._$AI(i),n++;n<e.length&&(this._$AR(r&&r._$AB.nextSibling,n),e.length=n)}_$AR(t=this._$AA.nextSibling,o){for(this._$AP?.(!1,!0,o);t&&t!==this._$AB;){const o=t.nextSibling;t.remove(),t=o}}setConnected(t){void 0===this._$AM&&(this._$Cv=t,this._$AP?.(t))}},nt=class{get tagName(){return this.element.tagName}get _$AU(){return this._$AM._$AU}constructor(t,o,e,r,n){this.type=1,this._$AH=J,this._$AN=void 0,this.element=t,this.name=o,this._$AM=r,this.options=n,e.length>2||""!==e[0]||""!==e[1]?(this._$AH=Array(e.length-1).fill(new String),this.strings=e):this._$AH=J}_$AI(t,o=this,e,r){const n=this.strings;let i=!1;if(void 0===n)t=ot(this,t,o,0),i=!Z(t)||t!==this._$AH&&t!==j,i&&(this._$AH=t);else{const r=t;let a,s;for(t=n[0],a=0;a<n.length-1;a++)s=ot(this,r[e+a],o,a),s===j&&(s=this._$AH[a]),i||=!Z(s)||s!==this._$AH[a],s===J?t=J:t!==J&&(t+=(s??"")+n[a+1]),this._$AH[a]=s}i&&!r&&this.O(t)}O(t){t===J?this.element.removeAttribute(this.name):this.element.setAttribute(this.name,t??"")}},it=class extends nt{constructor(){super(...arguments),this.type=3}O(t){this.element[this.name]=t===J?void 0:t}},at=class extends nt{constructor(){super(...arguments),this.type=4}O(t){this.element.toggleAttribute(this.name,!!t&&t!==J)}},st=class extends nt{constructor(t,o,e,r,n){super(t,o,e,r,n),this.type=5}_$AI(t,o=this){if((t=ot(this,t,o,0)??J)===j)return;const e=this._$AH,r=t===J&&e!==J||t.capture!==e.capture||t.once!==e.once||t.passive!==e.passive,n=t!==J&&(e===J||r);r&&this.element.removeEventListener(this.name,this,e),n&&this.element.addEventListener(this.name,this,t),this._$AH=t}handleEvent(t){"function"==typeof this._$AH?this._$AH.call(this.options?.host??this.element,t):this._$AH.handleEvent(t)}},ct=class{constructor(t,o,e){this.element=t,this.type=6,this._$AN=void 0,this._$AM=o,this.options=e}get _$AU(){return this._$AM._$AU}_$AI(t){ot(this,t)}};const lt={j:W,P:k,A:I,C:1,M:X,L:et,R:F,V:ot,D:rt,I:nt,H:at,N:st,U:it,B:ct},ht=U.litHtmlPolyfillSupport;ht?.(tt,rt),(U.litHtmlVersions??=[]).push("3.1.0");
|
|
43
43
|
/**
|
|
44
44
|
* @license
|
|
45
45
|
* Copyright 2019 Google LLC
|
|
46
46
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
47
47
|
*/
|
|
48
|
-
const ft=globalThis,ut=ft.ShadowRoot&&(void 0===ft.ShadyCSS||ft.ShadyCSS.nativeShadow)&&"adoptedStyleSheets"in Document.prototype&&"replace"in CSSStyleSheet.prototype,dt=Symbol(),pt=new WeakMap;let yt=class{constructor(t,e
|
|
48
|
+
const ft=globalThis,ut=ft.ShadowRoot&&(void 0===ft.ShadyCSS||ft.ShadyCSS.nativeShadow)&&"adoptedStyleSheets"in Document.prototype&&"replace"in CSSStyleSheet.prototype,dt=Symbol(),pt=new WeakMap;let yt=class{constructor(t,o,e){if(this._$cssResult$=!0,e!==dt)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(ut&&void 0===t){const e=void 0!==o&&1===o.length;e&&(t=pt.get(o)),void 0===t&&((this.o=t=new CSSStyleSheet).replaceSync(this.cssText),e&&pt.set(o,t))}return t}toString(){return this.cssText}};const gt=t=>new yt("string"==typeof t?t:t+"",void 0,dt),mt=(t,...o)=>{const e=1===t.length?t[0]:o.reduce(((o,e,r)=>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.")})(e)+t[r+1]),t[0]);return new yt(e,t,dt)},bt=ut?t=>t:t=>t instanceof CSSStyleSheet?(t=>{let o="";for(const e of t.cssRules)o+=e.cssText;return gt(o)})(t):t
|
|
49
49
|
/**
|
|
50
50
|
* @license
|
|
51
51
|
* Copyright 2017 Google LLC
|
|
52
52
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
53
|
-
*/,{is:Ot,defineProperty:Nt,getOwnPropertyDescriptor:vt,getOwnPropertyNames:St,getOwnPropertySymbols:wt,getPrototypeOf:
|
|
53
|
+
*/,{is:Ot,defineProperty:Nt,getOwnPropertyDescriptor:vt,getOwnPropertyNames:St,getOwnPropertySymbols:wt,getPrototypeOf:xt}=Object,Ct=globalThis,Et=Ct.trustedTypes,Rt=Et?Et.emptyScript:"",Ut=Ct.reactiveElementPolyfillSupport,Mt=(t,o)=>t,Dt={toAttribute(t,o){switch(o){case Boolean:t=t?Rt:null;break;case Object:case Array:t=null==t?t:JSON.stringify(t)}return t},fromAttribute(t,o){let e=t;switch(o){case Boolean:e=null!==t;break;case Number:e=null===t?null:Number(t);break;case Object:case Array:try{e=JSON.parse(t)}catch(t){e=null}}return e}},Wt=(t,o)=>!Ot(t,o),kt={attribute:!0,type:String,converter:Dt,reflect:!1,hasChanged:Wt};Symbol.metadata??=Symbol("metadata"),Ct.litPropertyMetadata??=new WeakMap;class It extends HTMLElement{static addInitializer(t){this._$Ei(),(this.l??=[]).push(t)}static get observedAttributes(){return this.finalize(),this._$Eh&&[...this._$Eh.keys()]}static createProperty(t,o=kt){if(o.state&&(o.attribute=!1),this._$Ei(),this.elementProperties.set(t,o),!o.noAccessor){const e=Symbol(),r=this.getPropertyDescriptor(t,e,o);void 0!==r&&Nt(this.prototype,t,r)}}static getPropertyDescriptor(t,o,e){const{get:r,set:n}=vt(this.prototype,t)??{get(){return this[o]},set(t){this[o]=t}};return{get(){return r?.call(this)},set(o){const i=r?.call(this);n.call(this,o),this.requestUpdate(t,i,e)},configurable:!0,enumerable:!0}}static getPropertyOptions(t){return this.elementProperties.get(t)??kt}static _$Ei(){if(this.hasOwnProperty(Mt("elementProperties")))return;const t=xt(this);t.finalize(),void 0!==t.l&&(this.l=[...t.l]),this.elementProperties=new Map(t.elementProperties)}static finalize(){if(this.hasOwnProperty(Mt("finalized")))return;if(this.finalized=!0,this._$Ei(),this.hasOwnProperty(Mt("properties"))){const t=this.properties,o=[...St(t),...wt(t)];for(const e of o)this.createProperty(e,t[e])}const t=this[Symbol.metadata];if(null!==t){const o=litPropertyMetadata.get(t);if(void 0!==o)for(const[t,e]of o)this.elementProperties.set(t,e)}this._$Eh=new Map;for(const[t,o]of this.elementProperties){const e=this._$Eu(t,o);void 0!==e&&this._$Eh.set(e,t)}this.elementStyles=this.finalizeStyles(this.styles)}static finalizeStyles(t){const o=[];if(Array.isArray(t)){const e=new Set(t.flat(1/0).reverse());for(const t of e)o.unshift(bt(t))}else void 0!==t&&o.push(bt(t));return o}static _$Eu(t,o){const e=o.attribute;return!1===e?void 0:"string"==typeof e?e:"string"==typeof t?t.toLowerCase():void 0}constructor(){super(),this._$Ep=void 0,this.isUpdatePending=!1,this.hasUpdated=!1,this._$Em=null,this._$Ev()}_$Ev(){this._$Eg=new Promise((t=>this.enableUpdating=t)),this._$AL=new Map,this._$ES(),this.requestUpdate(),this.constructor.l?.forEach((t=>t(this)))}addController(t){(this._$E_??=new Set).add(t),void 0!==this.renderRoot&&this.isConnected&&t.hostConnected?.()}removeController(t){this._$E_?.delete(t)}_$ES(){const t=new Map,o=this.constructor.elementProperties;for(const e of o.keys())this.hasOwnProperty(e)&&(t.set(e,this[e]),delete this[e]);t.size>0&&(this._$Ep=t)}createRenderRoot(){const t=this.shadowRoot??this.attachShadow(this.constructor.shadowRootOptions);return((t,o)=>{if(ut)t.adoptedStyleSheets=o.map((t=>t instanceof CSSStyleSheet?t:t.styleSheet));else for(const e of o){const o=document.createElement("style"),r=ft.litNonce;void 0!==r&&o.setAttribute("nonce",r),o.textContent=e.cssText,t.appendChild(o)}})(t,this.constructor.elementStyles),t}connectedCallback(){this.renderRoot??=this.createRenderRoot(),this.enableUpdating(!0),this._$E_?.forEach((t=>t.hostConnected?.()))}enableUpdating(t){}disconnectedCallback(){this._$E_?.forEach((t=>t.hostDisconnected?.()))}attributeChangedCallback(t,o,e){this._$AK(t,e)}_$EO(t,o){const e=this.constructor.elementProperties.get(t),r=this.constructor._$Eu(t,e);if(void 0!==r&&!0===e.reflect){const n=(void 0!==e.converter?.toAttribute?e.converter:Dt).toAttribute(o,e.type);this._$Em=t,null==n?this.removeAttribute(r):this.setAttribute(r,n),this._$Em=null}}_$AK(t,o){const e=this.constructor,r=e._$Eh.get(t);if(void 0!==r&&this._$Em!==r){const t=e.getPropertyOptions(r),n="function"==typeof t.converter?{fromAttribute:t.converter}:void 0!==t.converter?.fromAttribute?t.converter:Dt;this._$Em=r,this[r]=n.fromAttribute(o,t.type),this._$Em=null}}requestUpdate(t,o,e,r=!1,n){if(void 0!==t){if(e??=this.constructor.getPropertyOptions(t),!(e.hasChanged??Wt)(r?n:this[t],o))return;this.C(t,o,e)}!1===this.isUpdatePending&&(this._$Eg=this._$EP())}C(t,o,e){this._$AL.has(t)||this._$AL.set(t,o),!0===e.reflect&&this._$Em!==t&&(this._$Ej??=new Set).add(t)}async _$EP(){this.isUpdatePending=!0;try{await this._$Eg}catch(t){Promise.reject(t)}const t=this.scheduleUpdate();return null!=t&&await t,!this.isUpdatePending}scheduleUpdate(){return this.performUpdate()}performUpdate(){if(!this.isUpdatePending)return;if(!this.hasUpdated){if(this.renderRoot??=this.createRenderRoot(),this._$Ep){for(const[t,o]of this._$Ep)this[t]=o;this._$Ep=void 0}const t=this.constructor.elementProperties;if(t.size>0)for(const[o,e]of t)!0!==e.wrapped||this._$AL.has(o)||void 0===this[o]||this.C(o,this[o],e)}let t=!1;const o=this._$AL;try{t=this.shouldUpdate(o),t?(this.willUpdate(o),this._$E_?.forEach((t=>t.hostUpdate?.())),this.update(o)):this._$ET()}catch(o){throw t=!1,this._$ET(),o}t&&this._$AE(o)}willUpdate(t){}_$AE(t){this._$E_?.forEach((t=>t.hostUpdated?.())),this.hasUpdated||(this.hasUpdated=!0,this.firstUpdated(t)),this.updated(t)}_$ET(){this._$AL=new Map,this.isUpdatePending=!1}get updateComplete(){return this.getUpdateComplete()}getUpdateComplete(){return this._$Eg}shouldUpdate(t){return!0}update(t){this._$Ej&&=this._$Ej.forEach((t=>this._$EO(t,this[t]))),this._$ET()}updated(t){}firstUpdated(t){}}It.elementStyles=[],It.shadowRootOptions={mode:"open"},It[Mt("elementProperties")]=new Map,It[Mt("finalized")]=new Map,Ut?.({ReactiveElement:It}),(Ct.reactiveElementVersions??=[]).push("2.0.2");
|
|
54
54
|
/**
|
|
55
55
|
* @license
|
|
56
56
|
* Copyright 2017 Google LLC
|
|
57
57
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
58
58
|
*/
|
|
59
|
-
const
|
|
59
|
+
const Lt=globalThis,Yt=Lt.trustedTypes,Kt=Yt?Yt.createPolicy("lit-html",{createHTML:t=>t}):void 0,Zt="$lit$",At=`lit$${(Math.random()+"").slice(9)}$`,Ft="?"+At,Ht=`<${Ft}>`,_t=document,$t=()=>_t.createComment(""),Tt=t=>null===t||"object"!=typeof t&&"function"!=typeof t,Gt=Array.isArray,Pt="[ \t\n\f\r]",zt=/<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g,Bt=/-->/g,jt=/>/g,Jt=RegExp(`>|${Pt}(?:([^\\s"'>=/]+)(${Pt}*=${Pt}*(?:[^ \t\n\f\r"'\`<>=]|("|')|))|$)`,"g"),qt=/'/g,Vt=/"/g,Qt=/^(?:script|style|textarea|title)$/i,Xt=(t=>(o,...e)=>({_$litType$:t,strings:o,values:e}))(1),to=Symbol.for("lit-noChange"),oo=Symbol.for("lit-nothing"),eo=new WeakMap,ro=_t.createTreeWalker(_t,129);function no(t,o){if(!Array.isArray(t)||!t.hasOwnProperty("raw"))throw Error("invalid template strings array");return void 0!==Kt?Kt.createHTML(o):o}const io=(t,o)=>{const e=t.length-1,r=[];let n,i=2===o?"<svg>":"",a=zt;for(let o=0;o<e;o++){const e=t[o];let s,c,l=-1,h=0;for(;h<e.length&&(a.lastIndex=h,c=a.exec(e),null!==c);)h=a.lastIndex,a===zt?"!--"===c[1]?a=Bt:void 0!==c[1]?a=jt:void 0!==c[2]?(Qt.test(c[2])&&(n=RegExp("</"+c[2],"g")),a=Jt):void 0!==c[3]&&(a=Jt):a===Jt?">"===c[0]?(a=n??zt,l=-1):void 0===c[1]?l=-2:(l=a.lastIndex-c[2].length,s=c[1],a=void 0===c[3]?Jt:'"'===c[3]?Vt:qt):a===Vt||a===qt?a=Jt:a===Bt||a===jt?a=zt:(a=Jt,n=void 0);const f=a===Jt&&t[o+1].startsWith("/>")?" ":"";i+=a===zt?e+Ht:l>=0?(r.push(s),e.slice(0,l)+Zt+e.slice(l)+At+f):e+At+(-2===l?o:f)}return[no(t,i+(t[e]||"<?>")+(2===o?"</svg>":"")),r]};class ao{constructor({strings:t,_$litType$:o},e){let r;this.parts=[];let n=0,i=0;const a=t.length-1,s=this.parts,[c,l]=io(t,o);if(this.el=ao.createElement(c,e),ro.currentNode=this.el.content,2===o){const t=this.el.content.firstChild;t.replaceWith(...t.childNodes)}for(;null!==(r=ro.nextNode())&&s.length<a;){if(1===r.nodeType){if(r.hasAttributes())for(const t of r.getAttributeNames())if(t.endsWith(Zt)){const o=l[i++],e=r.getAttribute(t).split(At),a=/([.?@])?(.*)/.exec(o);s.push({type:1,index:n,name:a[2],strings:e,ctor:"."===a[1]?ho:"?"===a[1]?fo:"@"===a[1]?uo:lo}),r.removeAttribute(t)}else t.startsWith(At)&&(s.push({type:6,index:n}),r.removeAttribute(t));if(Qt.test(r.tagName)){const t=r.textContent.split(At),o=t.length-1;if(o>0){r.textContent=Yt?Yt.emptyScript:"";for(let e=0;e<o;e++)r.append(t[e],$t()),ro.nextNode(),s.push({type:2,index:++n});r.append(t[o],$t())}}}else if(8===r.nodeType)if(r.data===Ft)s.push({type:2,index:n});else{let t=-1;for(;-1!==(t=r.data.indexOf(At,t+1));)s.push({type:7,index:n}),t+=At.length-1}n++}}static createElement(t,o){const e=_t.createElement("template");return e.innerHTML=t,e}}function so(t,o,e=t,r){if(o===to)return o;let n=void 0!==r?e._$Co?.[r]:e._$Cl;const i=Tt(o)?void 0:o._$litDirective$;return n?.constructor!==i&&(n?._$AO?.(!1),void 0===i?n=void 0:(n=new i(t),n._$AT(t,e,r)),void 0!==r?(e._$Co??=[])[r]=n:e._$Cl=n),void 0!==n&&(o=so(t,n._$AS(t,o.values),n,r)),o}class co{get _$AU(){return this._$AM?._$AU??this._$Cv}constructor(t,o,e,r){this.type=2,this._$AH=oo,this._$AN=void 0,this._$AA=t,this._$AB=o,this._$AM=e,this.options=r,this._$Cv=r?.isConnected??!0}get parentNode(){let t=this._$AA.parentNode;const o=this._$AM;return void 0!==o&&11===t?.nodeType&&(t=o.parentNode),t}get startNode(){return this._$AA}get endNode(){return this._$AB}_$AI(t,o=this){t=so(this,t,o),Tt(t)?t===oo||null==t||""===t?(this._$AH!==oo&&this._$AR(),this._$AH=oo):t!==this._$AH&&t!==to&&this._(t):void 0!==t._$litType$?this.g(t):void 0!==t.nodeType?this.$(t):(t=>Gt(t)||"function"==typeof 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!==oo&&Tt(this._$AH)?this._$AA.nextSibling.data=t:this.$(_t.createTextNode(t)),this._$AH=t}g(t){const{values:o,_$litType$:e}=t,r="number"==typeof e?this._$AC(t):(void 0===e.el&&(e.el=ao.createElement(no(e.h,e.h[0]),this.options)),e);if(this._$AH?._$AD===r)this._$AH.p(o);else{const t=new class{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){const{el:{content:o},parts:e}=this._$AD,r=(t?.creationScope??_t).importNode(o,!0);ro.currentNode=r;let n=ro.nextNode(),i=0,a=0,s=e[0];for(;void 0!==s;){if(i===s.index){let o;2===s.type?o=new co(n,n.nextSibling,this,t):1===s.type?o=new s.ctor(n,s.name,s.strings,this,t):6===s.type&&(o=new po(n,this,t)),this._$AV.push(o),s=e[++a]}i!==s?.index&&(n=ro.nextNode(),i++)}return ro.currentNode=_t,r}p(t){let o=0;for(const e of this._$AV)void 0!==e&&(void 0!==e.strings?(e._$AI(t,e,o),o+=e.strings.length-2):e._$AI(t[o])),o++}}(r,this),e=t.u(this.options);t.p(o),this.$(e),this._$AH=t}}_$AC(t){let o=eo.get(t.strings);return void 0===o&&eo.set(t.strings,o=new ao(t)),o}T(t){Gt(this._$AH)||(this._$AH=[],this._$AR());const o=this._$AH;let e,r=0;for(const n of t)r===o.length?o.push(e=new co(this.k($t()),this.k($t()),this,this.options)):e=o[r],e._$AI(n),r++;r<o.length&&(this._$AR(e&&e._$AB.nextSibling,r),o.length=r)}_$AR(t=this._$AA.nextSibling,o){for(this._$AP?.(!1,!0,o);t&&t!==this._$AB;){const o=t.nextSibling;t.remove(),t=o}}setConnected(t){void 0===this._$AM&&(this._$Cv=t,this._$AP?.(t))}}class lo{get tagName(){return this.element.tagName}get _$AU(){return this._$AM._$AU}constructor(t,o,e,r,n){this.type=1,this._$AH=oo,this._$AN=void 0,this.element=t,this.name=o,this._$AM=r,this.options=n,e.length>2||""!==e[0]||""!==e[1]?(this._$AH=Array(e.length-1).fill(new String),this.strings=e):this._$AH=oo}_$AI(t,o=this,e,r){const n=this.strings;let i=!1;if(void 0===n)t=so(this,t,o,0),i=!Tt(t)||t!==this._$AH&&t!==to,i&&(this._$AH=t);else{const r=t;let a,s;for(t=n[0],a=0;a<n.length-1;a++)s=so(this,r[e+a],o,a),s===to&&(s=this._$AH[a]),i||=!Tt(s)||s!==this._$AH[a],s===oo?t=oo:t!==oo&&(t+=(s??"")+n[a+1]),this._$AH[a]=s}i&&!r&&this.O(t)}O(t){t===oo?this.element.removeAttribute(this.name):this.element.setAttribute(this.name,t??"")}}class ho extends lo{constructor(){super(...arguments),this.type=3}O(t){this.element[this.name]=t===oo?void 0:t}}class fo extends lo{constructor(){super(...arguments),this.type=4}O(t){this.element.toggleAttribute(this.name,!!t&&t!==oo)}}class uo extends lo{constructor(t,o,e,r,n){super(t,o,e,r,n),this.type=5}_$AI(t,o=this){if((t=so(this,t,o,0)??oo)===to)return;const e=this._$AH,r=t===oo&&e!==oo||t.capture!==e.capture||t.once!==e.once||t.passive!==e.passive,n=t!==oo&&(e===oo||r);r&&this.element.removeEventListener(this.name,this,e),n&&this.element.addEventListener(this.name,this,t),this._$AH=t}handleEvent(t){"function"==typeof this._$AH?this._$AH.call(this.options?.host??this.element,t):this._$AH.handleEvent(t)}}class po{constructor(t,o,e){this.element=t,this.type=6,this._$AN=void 0,this._$AM=o,this.options=e}get _$AU(){return this._$AM._$AU}_$AI(t){so(this,t)}}const yo=Lt.litHtmlPolyfillSupport;yo?.(ao,co),(Lt.litHtmlVersions??=[]).push("3.1.0");
|
|
60
60
|
/**
|
|
61
61
|
* @license
|
|
62
62
|
* Copyright 2017 Google LLC
|
|
63
63
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
64
64
|
*/
|
|
65
|
-
let ye=class extends Lt{constructor(){super(...arguments),this.renderOptions={host:this},this._$Do=void 0}createRenderRoot(){const t=super.createRenderRoot();return this.renderOptions.renderBefore??=t.firstChild,t}update(t){const e=this.render();this.hasUpdated||(this.renderOptions.isConnected=this.isConnected),super.update(t),this._$Do=((t,e,o)=>{const r=o?.renderBefore??e;let n=r._$litPart$;if(void 0===n){const t=o?.renderBefore??null;r._$litPart$=n=new ce(e.insertBefore(Tt(),t),t,void 0,o??{})}return n._$AI(t),n})(e,this.renderRoot,this.renderOptions)}connectedCallback(){super.connectedCallback(),this._$Do?.setConnected(!0)}disconnectedCallback(){super.disconnectedCallback(),this._$Do?.setConnected(!1)}render(){return te}};ye._$litElement$=!0,ye.finalized=!0,globalThis.litElementHydrateSupport?.({LitElement:ye});const ge=globalThis.litElementPolyfillSupport;ge?.({LitElement:ye}),(globalThis.litElementVersions??=[]).push("4.0.2");const me=t=>"string"==typeof t?gt(t):t;class be{static create(t,e,o,r){const n=t=>me(null!=t?t:r),i=mt`var(${me(t)}, ${n(r)})`;return i.name=t,i.description=e,i.category=o,i.defaultValue=r,i.defaultCssValue=n,i.get=e=>mt`var(${me(t)}, ${n(e)})`,i.breadcrumb=()=>[],i.lastResortDefaultValue=()=>r,i}static extend(t,e,o,r){const n=t=>o.get(null!=t?t:r),i=mt`var(${me(t)}, ${n(r)})`;return i.name=t,i.description=e,i.category=o.category,i.fallbackVariable=o,i.defaultValue=r,i.defaultCssValue=n,i.get=e=>mt`var(${me(t)}, ${n(e)})`,i.breadcrumb=()=>[o.name,...o.breadcrumb()],i.lastResortDefaultValue=()=>null!=r?r:o.lastResortDefaultValue(),i}static external(t,e){const o=e=>t.fallbackVariable?t.fallbackVariable.get(null!=e?e:t.defaultValue):me(null!=e?e:t.lastResortDefaultValue()),r=mt`var(${me(t.name)}, ${o(t.defaultValue)})`;return r.name=t.name,r.category=t.category,r.fallbackVariable=t.fallbackVariable,r.defaultValue=t.defaultValue,r.context=e,r.defaultCssValue=o,r.get=e=>mt`var(${me(t.name)}, ${o(e)})`,r.breadcrumb=()=>t.fallbackVariable?[t.fallbackVariable.name,...t.fallbackVariable.breadcrumb()]:[],r.lastResortDefaultValue=()=>t.lastResortDefaultValue(),r}}const Oe={colorWhite:be.create("--ft-color-white","","COLOR","#ffffff"),colorGray0:be.create("--ft-color-gray-0","","COLOR","#71718e"),colorGray10:be.create("--ft-color-gray-10","","COLOR","#fbfbfc"),colorGray20:be.create("--ft-color-gray-20","","COLOR","#f2f2f5"),colorGray30:be.create("--ft-color-gray-30","","COLOR","#e9e9ed"),colorGray40:be.create("--ft-color-gray-40","","COLOR","#e0e0e6"),colorGray50:be.create("--ft-color-gray-50","","COLOR","#cdcdd7"),colorGray60:be.create("--ft-color-gray-60","","COLOR","#bbbbc9"),colorGray70:be.create("--ft-color-gray-70","","COLOR","#a8a8ba"),colorGray80:be.create("--ft-color-gray-80","","COLOR","#9696ab"),colorGray90:be.create("--ft-color-gray-90","","COLOR","#83839d"),colorGray100:be.create("--ft-color-gray-100","","COLOR","#62627c"),colorGray200:be.create("--ft-color-gray-200","","COLOR","#545469"),colorGray300:be.create("--ft-color-gray-300","","COLOR","#454557"),colorGray400:be.create("--ft-color-gray-400","","COLOR","#363644"),colorGray500:be.create("--ft-color-gray-500","","COLOR","#282832"),colorGray600:be.create("--ft-color-gray-600","","COLOR","#19191f"),colorGray700:be.create("--ft-color-gray-700","","COLOR","#0a0a0d"),colorBrand0:be.create("--ft-color-brand-0","","COLOR","#9d207b"),colorBrand10:be.create("--ft-color-brand-10","","COLOR","#f7edf4"),colorBrand20:be.create("--ft-color-brand-20","","COLOR","#ebcfe4"),colorBrand30:be.create("--ft-color-brand-30","","COLOR","#dfb2d3"),colorBrand40:be.create("--ft-color-brand-40","","COLOR","#d395c2"),colorBrand50:be.create("--ft-color-brand-50","","COLOR","#c778b1"),colorBrand60:be.create("--ft-color-brand-60","","COLOR","#ba5ba1"),colorBrand70:be.create("--ft-color-brand-70","","COLOR","#ae3e90"),colorBrand100:be.create("--ft-color-brand-100","","COLOR","#8d1d6e"),colorBrand200:be.create("--ft-color-brand-200","","COLOR","#78185e"),colorBrand300:be.create("--ft-color-brand-300","","COLOR","#62144d"),colorBrand400:be.create("--ft-color-brand-400","","COLOR","#4d103c"),colorBrand500:be.create("--ft-color-brand-500","","COLOR","#380b2c"),colorBrand600:be.create("--ft-color-brand-600","","COLOR","#23071b"),colorBrand700:be.create("--ft-color-brand-700","","COLOR","#0d030b"),colorCyan0:be.create("--ft-color-cyan-0","","COLOR","#0e98b4"),colorCyan10:be.create("--ft-color-cyan-10","","COLOR","#ebf6f9"),colorCyan20:be.create("--ft-color-cyan-20","","COLOR","#cbe9ef"),colorCyan30:be.create("--ft-color-cyan-30","","COLOR","#acdbe5"),colorCyan40:be.create("--ft-color-cyan-40","","COLOR","#8ccedb"),colorCyan50:be.create("--ft-color-cyan-50","","COLOR","#6dc0d1"),colorCyan60:be.create("--ft-color-cyan-60","","COLOR","#4db3c8"),colorCyan70:be.create("--ft-color-cyan-70","","COLOR","#2ea5be"),colorCyan100:be.create("--ft-color-cyan-100","","COLOR","#0c849c"),colorCyan200:be.create("--ft-color-cyan-200","","COLOR","#0a7085"),colorCyan300:be.create("--ft-color-cyan-300","","COLOR","#085c6d"),colorCyan400:be.create("--ft-color-cyan-400","","COLOR","#074856"),colorCyan500:be.create("--ft-color-cyan-500","","COLOR","#05343e"),colorCyan600:be.create("--ft-color-cyan-600","","COLOR","#032127"),colorCyan700:be.create("--ft-color-cyan-700","","COLOR","#010d0f"),colorGreen0:be.create("--ft-color-green-0","","COLOR","#21a274"),colorGreen10:be.create("--ft-color-green-10","","COLOR","#edf7f3"),colorGreen20:be.create("--ft-color-green-20","","COLOR","#cfebe1"),colorGreen30:be.create("--ft-color-green-30","","COLOR","#b2dfcf"),colorGreen40:be.create("--ft-color-green-40","","COLOR","#95d3bd"),colorGreen50:be.create("--ft-color-green-50","","COLOR","#78c7ab"),colorGreen60:be.create("--ft-color-green-60","","COLOR","#5bba98"),colorGreen70:be.create("--ft-color-green-70","","COLOR","#3eae86"),colorGreen100:be.create("--ft-color-green-100","","COLOR","#1d8d65"),colorGreen200:be.create("--ft-color-green-200","","COLOR","#187856"),colorGreen300:be.create("--ft-color-green-300","","COLOR","#146246"),colorGreen400:be.create("--ft-color-green-400","","COLOR","#104d37"),colorGreen500:be.create("--ft-color-green-500","","COLOR","#0b3828"),colorGreen600:be.create("--ft-color-green-600","","COLOR","#072319"),colorGreen700:be.create("--ft-color-green-700","","COLOR","#030d0a"),colorOrange0:be.create("--ft-color-orange-0","","COLOR","#ee8d17"),colorOrange10:be.create("--ft-color-orange-10","","COLOR","#fef6ec"),colorOrange20:be.create("--ft-color-orange-20","","COLOR","#fbe7cd"),colorOrange30:be.create("--ft-color-orange-30","","COLOR","#f9d8af"),colorOrange40:be.create("--ft-color-orange-40","","COLOR","#f7c991"),colorOrange50:be.create("--ft-color-orange-50","","COLOR","#f5ba72"),colorOrange60:be.create("--ft-color-orange-60","","COLOR","#f2ab54"),colorOrange70:be.create("--ft-color-orange-70","","COLOR","#f09c35"),colorOrange100:be.create("--ft-color-orange-100","","COLOR","#cf7b14"),colorOrange200:be.create("--ft-color-orange-200","","COLOR","#b06811"),colorOrange300:be.create("--ft-color-orange-300","","COLOR","#90560e"),colorOrange400:be.create("--ft-color-orange-400","","COLOR","#71430b"),colorOrange500:be.create("--ft-color-orange-500","","COLOR","#523108"),colorOrange600:be.create("--ft-color-orange-600","","COLOR","#331e05"),colorOrange700:be.create("--ft-color-orange-700","","COLOR","#140c02"),colorRed0:be.create("--ft-color-red-0","","COLOR","#b40e2c"),colorRed10:be.create("--ft-color-red-10","","COLOR","#f9ebed"),colorRed20:be.create("--ft-color-red-20","","COLOR","#efcbd2"),colorRed30:be.create("--ft-color-red-30","","COLOR","#e5acb6"),colorRed40:be.create("--ft-color-red-40","","COLOR","#db8c9b"),colorRed50:be.create("--ft-color-red-50","","COLOR","#d16d7f"),colorRed60:be.create("--ft-color-red-60","","COLOR","#c84d63"),colorRed70:be.create("--ft-color-red-70","","COLOR","#be2e48"),colorRed100:be.create("--ft-color-red-100","","COLOR","#9c0c26"),colorRed200:be.create("--ft-color-red-200","","COLOR","#850a20"),colorRed300:be.create("--ft-color-red-300","","COLOR","#6d081b"),colorRed400:be.create("--ft-color-red-400","","COLOR","#560715"),colorRed500:be.create("--ft-color-red-500","","COLOR","#3e050f"),colorRed600:be.create("--ft-color-red-600","","COLOR","#270309"),colorRed700:be.create("--ft-color-red-700","","COLOR","#0f0104"),colorYellow0:be.create("--ft-color-yellow-0","","COLOR","#E4C00C"),colorYellow10:be.create("--ft-color-yellow-10","","COLOR","#fefae9"),colorYellow20:be.create("--ft-color-yellow-20","","COLOR","#fcf4ca"),colorYellow30:be.create("--ft-color-yellow-30","","COLOR","#faedaa"),colorYellow40:be.create("--ft-color-yellow-40","","COLOR","#f9e78b"),colorYellow50:be.create("--ft-color-yellow-50","","COLOR","#f7e06b"),colorYellow60:be.create("--ft-color-yellow-60","","COLOR","#F4D63E"),colorYellow70:be.create("--ft-color-yellow-70","","COLOR","#F3CE16"),colorYellow100:be.create("--ft-color-yellow-100","","COLOR","#d3b10b"),colorYellow200:be.create("--ft-color-yellow-200","","COLOR","#b3970a"),colorYellow300:be.create("--ft-color-yellow-300","","COLOR","#947c08"),colorYellow400:be.create("--ft-color-yellow-400","","COLOR","#746206"),colorYellow500:be.create("--ft-color-yellow-500","","COLOR","#554705"),colorYellow600:be.create("--ft-color-yellow-600","","COLOR","#352d03"),colorYellow700:be.create("--ft-color-yellow-700","","COLOR","#161201"),colorUltramarine0:be.create("--ft-color-ultramarine-0","","COLOR","#3C19E5"),colorUltramarine10:be.create("--ft-color-ultramarine-10","","COLOR","#EDEAFD"),colorUltramarine20:be.create("--ft-color-ultramarine-20","","COLOR","#D4CCF9"),colorUltramarine30:be.create("--ft-color-ultramarine-30","","COLOR","#BBAFF6"),colorUltramarine40:be.create("--ft-color-ultramarine-40","","COLOR","#A191F3"),colorUltramarine50:be.create("--ft-color-ultramarine-50","","COLOR","#8873EF"),colorUltramarine60:be.create("--ft-color-ultramarine-60","","COLOR","#6F55EC"),colorUltramarine70:be.create("--ft-color-ultramarine-70","","COLOR","#5537E8"),colorUltramarine100:be.create("--ft-color-ultramarine-100","","COLOR","#3416C7"),colorUltramarine200:be.create("--ft-color-ultramarine-200","","COLOR","#2C13A9"),colorUltramarine300:be.create("--ft-color-ultramarine-300","","COLOR","#250F8C"),colorUltramarine400:be.create("--ft-color-ultramarine-400","","COLOR","#1D0C6E"),colorUltramarine500:be.create("--ft-color-ultramarine-500","","COLOR","#150950"),colorUltramarine600:be.create("--ft-color-ultramarine-600","","COLOR","#0D0532"),colorUltramarine700:be.create("--ft-color-ultramarine-700","","COLOR","#050215"),colorAvocado0:be.create("--ft-color-avocado-0","","COLOR","#98BD28"),colorAvocado10:be.create("--ft-color-avocado-10","","COLOR","#F6F9EC"),colorAvocado20:be.create("--ft-color-avocado-20","","COLOR","#E8F0D0"),colorAvocado30:be.create("--ft-color-avocado-30","","COLOR","#DBE8B4"),colorAvocado40:be.create("--ft-color-avocado-40","","COLOR","#CEDF98"),colorAvocado50:be.create("--ft-color-avocado-50","","COLOR","#C0D77C"),colorAvocado60:be.create("--ft-color-avocado-60","","COLOR","#B3CE60"),colorAvocado70:be.create("--ft-color-avocado-70","","COLOR","#A5C644"),colorAvocado100:be.create("--ft-color-avocado-100","","COLOR","#84A423"),colorAvocado200:be.create("--ft-color-avocado-200","","COLOR","#708C1E"),colorAvocado300:be.create("--ft-color-avocado-300","","COLOR","#5D7318"),colorAvocado400:be.create("--ft-color-avocado-400","","COLOR","#495B13"),colorAvocado500:be.create("--ft-color-avocado-500","","COLOR","#35420E"),colorAvocado600:be.create("--ft-color-avocado-600","","COLOR","#212A09"),colorAvocado700:be.create("--ft-color-avocado-700","","COLOR","#0E1104"),colorBrown0:be.create("--ft-color-brown-0","","COLOR","#B26F4D"),colorBrown10:be.create("--ft-color-brown-10","","COLOR","#F8F2EF"),colorBrown20:be.create("--ft-color-brown-20","","COLOR","#EEDFD8"),colorBrown30:be.create("--ft-color-brown-30","","COLOR","#E4CDC1"),colorBrown40:be.create("--ft-color-brown-40","","COLOR","#DABAAA"),colorBrown50:be.create("--ft-color-brown-50","","COLOR","#D0A792"),colorBrown60:be.create("--ft-color-brown-60","","COLOR","#C6947B"),colorBrown70:be.create("--ft-color-brown-70","","COLOR","#BC8264"),colorBrown100:be.create("--ft-color-brown-100","","COLOR","#9B6143"),colorBrown200:be.create("--ft-color-brown-200","","COLOR","#845239"),colorBrown300:be.create("--ft-color-brown-300","","COLOR","#6D442F"),colorBrown400:be.create("--ft-color-brown-400","","COLOR","#553525"),colorBrown500:be.create("--ft-color-brown-500","","COLOR","#3E271B"),colorBrown600:be.create("--ft-color-brown-600","","COLOR","#271811"),colorBrown700:be.create("--ft-color-brown-700","","COLOR","#100A07"),spacing1:be.create("--ft-spacing-1","","SIZE","0.25rem"),spacing2:be.create("--ft-spacing-2","","SIZE","calc(var(--ft-spacing-2, 0.25rem)*2)"),spacing3:be.create("--ft-spacing-3","","SIZE","calc(var(--ft-spacing-3, 0.25rem)*3)"),spacing4:be.create("--ft-spacing-4","","SIZE","calc(var(--ft-spacing-4, 0.25rem)*4)"),spacing5:be.create("--ft-spacing-5","","SIZE","calc(var(--ft-spacing-5, 0.25rem)*5)"),spacing6:be.create("--ft-spacing-6","","SIZE","calc(var(--ft-spacing-6, 0.25rem)*6)"),spacing8:be.create("--ft-spacing-8","","SIZE","calc(var(--ft-spacing-8, 0.25rem)*8)"),spacing10:be.create("--ft-spacing-10","","SIZE","calc(var(--ft-spacing-10, 0.25rem)*10)"),spacing12:be.create("--ft-spacing-12","","SIZE","calc(var(--ft-spacing-12, 0.25rem)*12)"),spacing16:be.create("--ft-spacing-16","","SIZE","calc(var(--ft-spacing-16, 0.25rem)*16)"),spacing20:be.create("--ft-spacing-20","","SIZE","calc(var(--ft-spacing-20, 0.25rem)*20)"),spacing24:be.create("--ft-spacing-24","","SIZE","calc(var(--ft-spacing-24, 0.25rem)*24)"),spacing28:be.create("--ft-spacing-28","","SIZE","calc(var(--ft-spacing-28, 0.25rem)*28)"),spacing32:be.create("--ft-spacing-32","","SIZE","calc(var(--ft-spacing-32, 0.25rem)*32)"),spacing05:be.create("--ft-spacing-0-5","","SIZE","calc(var(--ft-spacing-0-5, 0.25rem)*0.5)"),borderRadiusS:be.create("--ft-border-radius-s","","SIZE","4px"),borderRadiusM:be.create("--ft-border-radius-m","","SIZE","8px"),borderRadiusL:be.create("--ft-border-radius-l","","SIZE","12px"),borderRadiusXl:be.create("--ft-border-radius-xl","","SIZE","16px"),borderRadiusPill:be.create("--ft-border-radius-pill","","SIZE","999px"),borderRadiusRound:be.create("--ft-border-radius-round","","SIZE","50%"),iconSize1:be.create("--ft-icon-size-1","","SIZE","12px"),iconSize2:be.create("--ft-icon-size-2","","SIZE","16px"),iconSize3:be.create("--ft-icon-size-3","","SIZE","20px"),iconSize4:be.create("--ft-icon-size-4","","SIZE","24px"),iconSize5:be.create("--ft-icon-size-5","","SIZE","32px"),iconSize6:be.create("--ft-icon-size-6","","SIZE","48px"),opacity0:be.create("--ft-opacity-0","","NUMBER","0"),opacity8:be.create("--ft-opacity-8","","NUMBER","0.08"),opacity16:be.create("--ft-opacity-16","","NUMBER","0.16"),opacity24:be.create("--ft-opacity-24","","NUMBER","0.24"),opacity40:be.create("--ft-opacity-40","","NUMBER","0.4"),opacity80:be.create("--ft-opacity-80","","NUMBER","0.8")};be.create("--ft-typography-display-fontFamily","","UNKNOWN","Inter"),be.create("--ft-typography-display-fontWeight","","UNKNOWN","600"),be.create("--ft-typography-display-lineHeight","","SIZE","120%"),be.create("--ft-typography-display-fontSize","","SIZE","2.5rem"),be.create("--ft-typography-display-letterSpacing","","SIZE","-0.02em"),be.create("--ft-typography-display-paragraphSpacing","","UNKNOWN","normal"),be.create("--ft-typography-display-paragraphIndent","","UNKNOWN","0"),be.create("--ft-typography-display-textDecoration","","UNKNOWN","none"),be.create("--ft-typography-display-textCase","","UNKNOWN","none"),be.create("--ft-typography-title-1-fontFamily","","UNKNOWN","Inter"),be.create("--ft-typography-title-1-fontWeight","","UNKNOWN","600"),be.create("--ft-typography-title-1-lineHeight","","SIZE","120%"),be.create("--ft-typography-title-1-fontSize","","SIZE","2rem"),be.create("--ft-typography-title-1-letterSpacing","","SIZE","-0.02em"),be.create("--ft-typography-title-1-paragraphSpacing","","UNKNOWN","normal"),be.create("--ft-typography-title-1-paragraphIndent","","UNKNOWN","0"),be.create("--ft-typography-title-1-textDecoration","","UNKNOWN","none"),be.create("--ft-typography-title-1-textCase","","UNKNOWN","none"),be.create("--ft-typography-title-2-fontFamily","","UNKNOWN","Inter"),be.create("--ft-typography-title-2-fontWeight","","UNKNOWN","600"),be.create("--ft-typography-title-2-lineHeight","","SIZE","120%"),be.create("--ft-typography-title-2-fontSize","","SIZE","1.5rem"),be.create("--ft-typography-title-2-letterSpacing","","SIZE","-0.02em"),be.create("--ft-typography-title-2-paragraphSpacing","","UNKNOWN","normal"),be.create("--ft-typography-title-2-paragraphIndent","","UNKNOWN","0"),be.create("--ft-typography-title-2-textDecoration","","UNKNOWN","none"),be.create("--ft-typography-title-2-textCase","","UNKNOWN","none"),be.create("--ft-typography-title-3-fontFamily","","UNKNOWN","Inter"),be.create("--ft-typography-title-3-fontWeight","","UNKNOWN","600"),be.create("--ft-typography-title-3-lineHeight","","SIZE","120%"),be.create("--ft-typography-title-3-fontSize","","SIZE","1.25rem"),be.create("--ft-typography-title-3-letterSpacing","","SIZE","-0.01em"),be.create("--ft-typography-title-3-paragraphSpacing","","UNKNOWN","normal"),be.create("--ft-typography-title-3-paragraphIndent","","UNKNOWN","0"),be.create("--ft-typography-title-3-textDecoration","","UNKNOWN","none"),be.create("--ft-typography-title-3-textCase","","UNKNOWN","none"),be.create("--ft-typography-body-1-regular-fontFamily","","UNKNOWN","Inter"),be.create("--ft-typography-body-1-regular-fontWeight","","UNKNOWN","400"),be.create("--ft-typography-body-1-regular-lineHeight","","SIZE","135%"),be.create("--ft-typography-body-1-regular-fontSize","","SIZE","1rem"),be.create("--ft-typography-body-1-regular-letterSpacing","","SIZE","normal"),be.create("--ft-typography-body-1-regular-paragraphSpacing","","UNKNOWN","normal"),be.create("--ft-typography-body-1-regular-paragraphIndent","","UNKNOWN","0"),be.create("--ft-typography-body-1-regular-textDecoration","","UNKNOWN","none"),be.create("--ft-typography-body-1-regular-textCase","","UNKNOWN","none"),be.create("--ft-typography-body-1-medium-fontFamily","","UNKNOWN","Inter"),be.create("--ft-typography-body-1-medium-fontWeight","","UNKNOWN","500"),be.create("--ft-typography-body-1-medium-lineHeight","","SIZE","135%"),be.create("--ft-typography-body-1-medium-fontSize","","SIZE","1rem"),be.create("--ft-typography-body-1-medium-letterSpacing","","SIZE","normal"),be.create("--ft-typography-body-1-medium-paragraphSpacing","","UNKNOWN","normal"),be.create("--ft-typography-body-1-medium-paragraphIndent","","UNKNOWN","0"),be.create("--ft-typography-body-1-medium-textDecoration","","UNKNOWN","none"),be.create("--ft-typography-body-1-medium-textCase","","UNKNOWN","none"),be.create("--ft-typography-body-1-semibold-fontFamily","","UNKNOWN","Inter"),be.create("--ft-typography-body-1-semibold-fontWeight","","UNKNOWN","600"),be.create("--ft-typography-body-1-semibold-lineHeight","","SIZE","135%"),be.create("--ft-typography-body-1-semibold-fontSize","","SIZE","1rem"),be.create("--ft-typography-body-1-semibold-letterSpacing","","SIZE","normal"),be.create("--ft-typography-body-1-semibold-paragraphSpacing","","UNKNOWN","normal"),be.create("--ft-typography-body-1-semibold-paragraphIndent","","UNKNOWN","0"),be.create("--ft-typography-body-1-semibold-textDecoration","","UNKNOWN","none"),be.create("--ft-typography-body-1-semibold-textCase","","UNKNOWN","none"),be.create("--ft-typography-body-2-regular-fontFamily","","UNKNOWN","Inter"),be.create("--ft-typography-body-2-regular-fontWeight","","UNKNOWN","400"),be.create("--ft-typography-body-2-regular-lineHeight","","SIZE","135%"),be.create("--ft-typography-body-2-regular-fontSize","","SIZE","0.875rem"),be.create("--ft-typography-body-2-regular-letterSpacing","","SIZE","normal"),be.create("--ft-typography-body-2-regular-paragraphSpacing","","UNKNOWN","normal"),be.create("--ft-typography-body-2-regular-paragraphIndent","","UNKNOWN","0"),be.create("--ft-typography-body-2-regular-textDecoration","","UNKNOWN","none"),be.create("--ft-typography-body-2-regular-textCase","","UNKNOWN","none"),be.create("--ft-typography-body-2-medium-fontFamily","","UNKNOWN","Inter"),be.create("--ft-typography-body-2-medium-fontWeight","","UNKNOWN","500"),be.create("--ft-typography-body-2-medium-lineHeight","","SIZE","135%"),be.create("--ft-typography-body-2-medium-fontSize","","SIZE","0.875rem"),be.create("--ft-typography-body-2-medium-letterSpacing","","SIZE","normal"),be.create("--ft-typography-body-2-medium-paragraphSpacing","","UNKNOWN","normal"),be.create("--ft-typography-body-2-medium-paragraphIndent","","UNKNOWN","0"),be.create("--ft-typography-body-2-medium-textDecoration","","UNKNOWN","none"),be.create("--ft-typography-body-2-medium-textCase","","UNKNOWN","none"),be.create("--ft-typography-body-2-semibold-fontFamily","","UNKNOWN","Inter"),be.create("--ft-typography-body-2-semibold-fontWeight","","UNKNOWN","600"),be.create("--ft-typography-body-2-semibold-lineHeight","","SIZE","135%"),be.create("--ft-typography-body-2-semibold-fontSize","","SIZE","0.875rem"),be.create("--ft-typography-body-2-semibold-letterSpacing","","SIZE","normal"),be.create("--ft-typography-body-2-semibold-paragraphSpacing","","UNKNOWN","normal"),be.create("--ft-typography-body-2-semibold-paragraphIndent","","UNKNOWN","0"),be.create("--ft-typography-body-2-semibold-textDecoration","","UNKNOWN","none"),be.create("--ft-typography-body-2-semibold-textCase","","UNKNOWN","none"),be.create("--ft-typography-label-1-medium-fontFamily","","UNKNOWN","Inter"),be.create("--ft-typography-label-1-medium-fontWeight","","UNKNOWN","500"),be.create("--ft-typography-label-1-medium-lineHeight","","SIZE","110%"),be.create("--ft-typography-label-1-medium-fontSize","","SIZE","0.875rem"),be.create("--ft-typography-label-1-medium-letterSpacing","","SIZE","0.04em"),be.create("--ft-typography-label-1-medium-textCase","","UNKNOWN","uppercase"),be.create("--ft-typography-label-1-medium-paragraphSpacing","","UNKNOWN","normal"),be.create("--ft-typography-label-1-medium-paragraphIndent","","UNKNOWN","0"),be.create("--ft-typography-label-1-medium-textDecoration","","UNKNOWN","none"),be.create("--ft-typography-label-1-semibold-fontFamily","","UNKNOWN","Inter"),be.create("--ft-typography-label-1-semibold-fontWeight","","UNKNOWN","600"),be.create("--ft-typography-label-1-semibold-lineHeight","","SIZE","110%"),be.create("--ft-typography-label-1-semibold-fontSize","","SIZE","0.875rem"),be.create("--ft-typography-label-1-semibold-letterSpacing","","SIZE","0.04em"),be.create("--ft-typography-label-1-semibold-textCase","","UNKNOWN","uppercase"),be.create("--ft-typography-label-1-semibold-paragraphSpacing","","UNKNOWN","normal"),be.create("--ft-typography-label-1-semibold-paragraphIndent","","UNKNOWN","0"),be.create("--ft-typography-label-1-semibold-textDecoration","","UNKNOWN","none"),be.create("--ft-typography-label-1-bold-fontFamily","","UNKNOWN","Inter"),be.create("--ft-typography-label-1-bold-fontWeight","","UNKNOWN","700"),be.create("--ft-typography-label-1-bold-lineHeight","","SIZE","110%"),be.create("--ft-typography-label-1-bold-fontSize","","SIZE","0.875rem"),be.create("--ft-typography-label-1-bold-letterSpacing","","SIZE","0.04em"),be.create("--ft-typography-label-1-bold-textCase","","UNKNOWN","uppercase"),be.create("--ft-typography-label-1-bold-paragraphSpacing","","UNKNOWN","normal"),be.create("--ft-typography-label-1-bold-paragraphIndent","","UNKNOWN","0"),be.create("--ft-typography-label-1-bold-textDecoration","","UNKNOWN","none"),be.create("--ft-typography-label-2-medium-fontFamily","","UNKNOWN","Inter"),be.create("--ft-typography-label-2-medium-fontWeight","","UNKNOWN","500"),be.create("--ft-typography-label-2-medium-lineHeight","","SIZE","110%"),be.create("--ft-typography-label-2-medium-fontSize","","SIZE","0.75rem"),be.create("--ft-typography-label-2-medium-letterSpacing","","SIZE","0.04em"),be.create("--ft-typography-label-2-medium-textCase","","UNKNOWN","uppercase"),be.create("--ft-typography-label-2-medium-paragraphSpacing","","UNKNOWN","normal"),be.create("--ft-typography-label-2-medium-paragraphIndent","","UNKNOWN","0"),be.create("--ft-typography-label-2-medium-textDecoration","","UNKNOWN","none"),be.create("--ft-typography-label-2-semibold-fontFamily","","UNKNOWN","Inter"),be.create("--ft-typography-label-2-semibold-fontWeight","","UNKNOWN","600"),be.create("--ft-typography-label-2-semibold-lineHeight","","SIZE","110%"),be.create("--ft-typography-label-2-semibold-fontSize","","SIZE","0.75rem"),be.create("--ft-typography-label-2-semibold-letterSpacing","","SIZE","0.04em"),be.create("--ft-typography-label-2-semibold-textCase","","UNKNOWN","uppercase"),be.create("--ft-typography-label-2-semibold-paragraphSpacing","","UNKNOWN","normal"),be.create("--ft-typography-label-2-semibold-paragraphIndent","","UNKNOWN","0"),be.create("--ft-typography-label-2-semibold-textDecoration","","UNKNOWN","none"),be.create("--ft-typography-label-2-bold-fontFamily","","UNKNOWN","Inter"),be.create("--ft-typography-label-2-bold-fontWeight","","UNKNOWN","700"),be.create("--ft-typography-label-2-bold-lineHeight","","SIZE","110%"),be.create("--ft-typography-label-2-bold-fontSize","","SIZE","0.75rem"),be.create("--ft-typography-label-2-bold-letterSpacing","","SIZE","0.04em"),be.create("--ft-typography-label-2-bold-textCase","","UNKNOWN","uppercase"),be.create("--ft-typography-label-2-bold-paragraphSpacing","","UNKNOWN","normal"),be.create("--ft-typography-label-2-bold-paragraphIndent","","UNKNOWN","0"),be.create("--ft-typography-label-2-bold-textDecoration","","UNKNOWN","none"),be.create("--ft-typography-caption-1-medium-fontFamily","","UNKNOWN","Inter"),be.create("--ft-typography-caption-1-medium-fontWeight","","UNKNOWN","500"),be.create("--ft-typography-caption-1-medium-lineHeight","","SIZE","130%"),be.create("--ft-typography-caption-1-medium-fontSize","","SIZE","0.75rem"),be.create("--ft-typography-caption-1-medium-letterSpacing","","SIZE","normal"),be.create("--ft-typography-caption-1-medium-textCase","","UNKNOWN","none"),be.create("--ft-typography-caption-1-medium-paragraphSpacing","","UNKNOWN","normal"),be.create("--ft-typography-caption-1-medium-paragraphIndent","","UNKNOWN","0"),be.create("--ft-typography-caption-1-medium-textDecoration","","UNKNOWN","none"),be.create("--ft-typography-caption-1-semibold-fontFamily","","UNKNOWN","Inter"),be.create("--ft-typography-caption-1-semibold-fontWeight","","UNKNOWN","600"),be.create("--ft-typography-caption-1-semibold-lineHeight","","SIZE","130%"),be.create("--ft-typography-caption-1-semibold-fontSize","","SIZE","0.75rem"),be.create("--ft-typography-caption-1-semibold-letterSpacing","","SIZE","normal"),be.create("--ft-typography-caption-1-semibold-textCase","","UNKNOWN","none"),be.create("--ft-typography-caption-1-semibold-paragraphSpacing","","UNKNOWN","normal"),be.create("--ft-typography-caption-1-semibold-paragraphIndent","","UNKNOWN","0"),be.create("--ft-typography-caption-1-semibold-textDecoration","","UNKNOWN","none"),be.create("--ft-typography-caption-1-bold-fontFamily","","UNKNOWN","Inter"),be.create("--ft-typography-caption-1-bold-fontWeight","","UNKNOWN","700"),be.create("--ft-typography-caption-1-bold-lineHeight","","SIZE","130%"),be.create("--ft-typography-caption-1-bold-fontSize","","SIZE","0.75rem"),be.create("--ft-typography-caption-1-bold-letterSpacing","","SIZE","normal"),be.create("--ft-typography-caption-1-bold-textCase","","UNKNOWN","none"),be.create("--ft-typography-caption-1-bold-paragraphSpacing","","UNKNOWN","normal"),be.create("--ft-typography-caption-1-bold-paragraphIndent","","UNKNOWN","0"),be.create("--ft-typography-caption-1-bold-textDecoration","","UNKNOWN","none"),be.create("--ft-typography-caption-2-medium-fontFamily","","UNKNOWN","Inter"),be.create("--ft-typography-caption-2-medium-fontWeight","","UNKNOWN","500"),be.create("--ft-typography-caption-2-medium-lineHeight","","SIZE","130%"),be.create("--ft-typography-caption-2-medium-fontSize","","SIZE","0.6875rem"),be.create("--ft-typography-caption-2-medium-letterSpacing","","SIZE","normal"),be.create("--ft-typography-caption-2-medium-textCase","","UNKNOWN","none"),be.create("--ft-typography-caption-2-medium-paragraphSpacing","","UNKNOWN","normal"),be.create("--ft-typography-caption-2-medium-paragraphIndent","","UNKNOWN","0"),be.create("--ft-typography-caption-2-medium-textDecoration","","UNKNOWN","none"),be.create("--ft-typography-caption-2-semibold-fontFamily","","UNKNOWN","Inter"),be.create("--ft-typography-caption-2-semibold-fontWeight","","UNKNOWN","600"),be.create("--ft-typography-caption-2-semibold-lineHeight","","SIZE","130%"),be.create("--ft-typography-caption-2-semibold-fontSize","","SIZE","0.6875rem"),be.create("--ft-typography-caption-2-semibold-letterSpacing","","SIZE","normal"),be.create("--ft-typography-caption-2-semibold-textCase","","UNKNOWN","none"),be.create("--ft-typography-caption-2-semibold-paragraphSpacing","","UNKNOWN","normal"),be.create("--ft-typography-caption-2-semibold-paragraphIndent","","UNKNOWN","0"),be.create("--ft-typography-caption-2-semibold-textDecoration","","UNKNOWN","none"),be.create("--ft-typography-caption-2-bold-fontFamily","","UNKNOWN","Inter"),be.create("--ft-typography-caption-2-bold-fontWeight","","UNKNOWN","700"),be.create("--ft-typography-caption-2-bold-lineHeight","","SIZE","130%"),be.create("--ft-typography-caption-2-bold-fontSize","","SIZE","0.6875rem"),be.create("--ft-typography-caption-2-bold-letterSpacing","","SIZE","normal"),be.create("--ft-typography-caption-2-bold-textCase","","UNKNOWN","none"),be.create("--ft-typography-caption-2-bold-paragraphSpacing","","UNKNOWN","normal"),be.create("--ft-typography-caption-2-bold-paragraphIndent","","UNKNOWN","0"),be.create("--ft-typography-caption-2-bold-textDecoration","","UNKNOWN","none");const Ne={backgroundActionPrimary:be.extend("--ft-background-action-primary","Used as backgorund of primary action components.",Oe.colorBrand0),backgroundErrorPrimary:be.extend("--ft-background-error-primary","Used as background of error components.",Oe.colorRed0),backgroundErrorSubtle:be.extend("--ft-background-error-subtle","Used as background of subtle error components.",Oe.colorRed10),backgroundInfoPrimary:be.extend("--ft-background-info-primary","Used as background of information components.",Oe.colorCyan200),backgroundInfoSubtle:be.extend("--ft-background-info-subtle","Used as background of subtle information components.",Oe.colorCyan10),backgroundWarningPrimary:be.extend("--ft-background-warning-primary","Used as background of warning components.",Oe.colorOrange300),backgroundWarningSubtle:be.extend("--ft-background-warning-subtle","Used as background of subtle information components.",Oe.colorOrange10),backgroundSuccessPrimary:be.extend("--ft-background-success-primary","Used as background of success components.",Oe.colorGreen200),backgroundSuccessSubtle:be.extend("--ft-background-success-subtle","Used as background of subtle success components.",Oe.colorGreen10),backgroundGlobalSurface:be.extend("--ft-background-global-surface","Used as app background.",Oe.colorWhite),backgroundGlobalOnSurface:be.extend("--ft-background-global-on-surface","Used as background on element on the base background, like cards.",Oe.colorGray10),backgroundGlobalOnSurfaceDark:be.extend("--ft-background-global-on-surface-dark","Used as background on element that need background separation.",Oe.colorGray30),contentActionPrimary:be.extend("--ft-content-action-primary","Used on label of primary action on light surface.",Oe.colorBrand0),contentWarningPrimary:be.extend("--ft-content-warning-primary","Used on label of warning messages on light surface.",Oe.colorOrange300),contentWarningIconOnly:be.extend("--ft-content-warning-icon-only","Used on warning status icons alone",Oe.colorOrange0),contentErrorPrimary:be.extend("--ft-content-error-primary","Used on label of error messages on light surface.",Oe.colorRed0),contentErrorIconOnly:be.extend("--ft-content-error-icon-only","Used on error status icons alone",Oe.colorRed0),contentInfoPrimary:be.extend("--ft-content-info-primary","Used on label of information messages on light surface.",Oe.colorCyan200),contentInfoIconOnly:be.extend("--ft-content-info-icon-only","Used on info status icons alone",Oe.colorCyan0),contentSuccessIconOnly:be.extend("--ft-content-success-icon-only","Used on success status icons alone",Oe.colorGreen0),contentSuccessPrimary:be.extend("--ft-content-success-primary","Used on label of success messages on light surface.",Oe.colorGreen200),contentGlobalPrimary:be.extend("--ft-content-global-primary","Used for main content on the page.",Oe.colorGray500),contentGlobalSecondary:be.extend("--ft-content-global-secondary","Used for secondary content, often paired with primary content.\nAlso for action icons.",Oe.colorGray200),contentGlobalSubtle:be.extend("--ft-content-global-subtle","Used for placeholder, unselected items in a tab component or breadcrumb.",Oe.colorGray0),contentGlobalOnColor:be.extend("--ft-content-global-on-color","Used for content on a dominant color.",Oe.colorWhite),borderActionPrimary:be.extend("--ft-border-action-primary","Used as border for primary action components.",Oe.colorBrand0),borderActionFocusRing:be.extend("--ft-border-action-focus-ring","Focus ring is an additional border to indicate focus-visible state.",Oe.colorCyan0),borderWarningPrimary:be.extend("--ft-border-warning-primary","Used as border for warning components.",Oe.colorOrange30),borderSuccessPrimary:be.extend("--ft-border-success-primary","Used as border for success components.",Oe.colorGreen30),borderErrorPrimary:be.extend("--ft-border-error-primary","Used as border for error components.",Oe.colorRed30),borderInfoPrimary:be.extend("--ft-border-info-primary","Used as border for information components.",Oe.colorCyan30),borderGlobalSubtle:be.extend("--ft-border-global-subtle","Used as border to deliminate an area filled with background.on-surface and separators.",Oe.colorGray30),borderGlobalPrimary:be.extend("--ft-border-global-primary","Used as border for element like input.",Oe.colorGray50),borderInputPrimary:be.extend("--ft-border-input-primary","Used as border for checkboxes and radio buttons",Oe.colorGray80)};be.create("--ft-button-large-height","","SIZE","40px"),be.extend("--ft-button-large-horizontal-padding","",Oe.spacing4),be.extend("--ft-button-large-gap","",Oe.spacing2),be.extend("--ft-button-large-border-radius","",Oe.borderRadiusS),be.extend("--ft-button-large-icon-size","",Oe.iconSize3),be.create("--ft-button-large-border-width","","SIZE","1px"),be.create("--ft-button-large-focus-outline-offset","","SIZE","2px"),be.create("--ft-button-large-focus-outline-width","","SIZE","2px"),be.create("--ft-button-large-icon-only-width","","SIZE","40px"),be.create("--ft-button-small-height","","SIZE","30px"),be.extend("--ft-button-small-horizontal-padding","",Oe.spacing3),be.extend("--ft-button-small-gap","",Oe.spacing2),be.extend("--ft-button-small-border-radius","",Oe.borderRadiusS),be.extend("--ft-button-small-icon-size","",Oe.iconSize2),be.create("--ft-button-small-border-width","","SIZE","1px"),be.create("--ft-button-small-focus-outline-offset","","SIZE","2px"),be.create("--ft-button-small-focus-outline-width","","SIZE","2px"),be.create("--ft-button-small-icon-only-width","","SIZE","30px"),be.extend("--ft-button-primary-background-color","",Ne.backgroundActionPrimary),be.extend("--ft-button-primary-color","",Ne.contentGlobalOnColor),be.extend("--ft-button-primary-icon-color","",Ne.contentGlobalOnColor),be.extend("--ft-button-primary-state-layer-color","",Ne.contentGlobalOnColor),be.extend("--ft-button-primary-state-layer-opacity-hover","",Oe.opacity16),be.extend("--ft-button-primary-state-layer-opacity-focus","",Oe.opacity16),be.extend("--ft-button-primary-state-layer-opacity-active","",Oe.opacity24),be.extend("--ft-button-primary-component-opacity-disabled","",Oe.opacity40),be.extend("--ft-button-focus-focus-ring-color","",Ne.borderActionFocusRing),be.create("--ft-button-tertiary-background-color","","COLOR","rgba(0,0,0,0)"),be.extend("--ft-button-tertiary-color","",Ne.contentActionPrimary),be.extend("--ft-button-tertiary-icon-color","",Ne.contentActionPrimary),be.extend("--ft-button-tertiary-state-layer-color","",Ne.contentActionPrimary),be.extend("--ft-button-tertiary-state-layer-opacity-hover","",Oe.opacity8),be.extend("--ft-button-tertiary-state-layer-opacity-focus","",Oe.opacity8),be.extend("--ft-button-tertiary-state-layer-opacity-active","",Oe.opacity16),be.extend("--ft-button-tertiary-component-opacity-disabled","",Oe.opacity40),be.create("--ft-button-secondary-background-color","","COLOR","rgba(0,0,0,0)"),be.extend("--ft-button-secondary-color","",Ne.contentActionPrimary),be.extend("--ft-button-secondary-icon-color","",Ne.contentActionPrimary),be.extend("--ft-button-secondary-state-layer-color","",Ne.contentActionPrimary),be.extend("--ft-button-secondary-state-layer-opacity-hover","",Oe.opacity8),be.extend("--ft-button-secondary-state-layer-opacity-focus","",Oe.opacity8),be.extend("--ft-button-secondary-state-layer-opacity-active","",Oe.opacity16),be.extend("--ft-button-secondary-component-opacity-disabled","",Oe.opacity40),be.extend("--ft-button-secondary-border-color","",Ne.borderActionPrimary),be.create("--ft-button-neutral-background-color","","COLOR","rgba(0,0,0,0)"),be.extend("--ft-button-neutral-icon-color","",Ne.contentGlobalSecondary),be.extend("--ft-button-neutral-color","",Ne.contentGlobalSecondary),be.extend("--ft-button-neutral-state-layer-color","",Ne.contentGlobalSecondary),be.extend("--ft-button-neutral-state-layer-opacity-hover","",Oe.opacity8),be.extend("--ft-button-neutral-state-layer-opacity-focus","",Oe.opacity8),be.extend("--ft-button-neutral-state-layer-opacity-active","",Oe.opacity16),be.extend("--ft-button-neutral-component-opacity-disabled","",Oe.opacity40),be.extend("--ft-tabs-top-left-border-radius","",Oe.borderRadiusS),be.extend("--ft-tabs-top-right-border-radius","",Oe.borderRadiusS),be.extend("--ft-tabs-label-horizontal-padding","",Oe.spacing4),be.extend("--ft-tabs-label-vertical-padding","",Oe.spacing3),be.extend("--ft-tabs-label-gap","",Oe.spacing1),be.extend("--ft-switch-group-horizontal-padding","",Oe.spacing1),be.extend("--ft-switch-group-vertical-padding","",Oe.spacing1),be.extend("--ft-switch-group-gap","",Oe.spacing1),be.extend("--ft-switch-group-background-color","",Ne.backgroundGlobalSurface),be.extend("--ft-switch-group-border-color","",Ne.borderGlobalSubtle),be.create("--ft-switch-group-border-radius","","SIZE","6px"),be.extend("--ft-switch-label-horizontal-padding","",Oe.spacing2),be.extend("--ft-switch-label-vertical-padding","",Oe.spacing1),be.extend("--ft-switch-icon-horizontal-padding","",Oe.spacing1),be.extend("--ft-switch-icon-vertical-padding","",Oe.spacing1),be.create("--ft-switch-focus-outline-width","","SIZE","2px"),be.extend("--ft-switch-focus-focus-ring-color","",Ne.borderActionFocusRing),be.extend("--ft-switch-option-border-radius","",Oe.borderRadiusS),be.extend("--ft-switch-off-state-layer-opacity-hover","",Oe.opacity8),be.extend("--ft-switch-off-state-layer-opacity-focus","",Oe.opacity8),be.extend("--ft-switch-off-state-layer-opacity-active","",Oe.opacity16),be.extend("--ft-switch-off-component-opacity-disabled","",Oe.opacity40),be.extend("--ft-switch-off-color","",Ne.contentGlobalSubtle),be.extend("--ft-switch-off-state-layer-color","",Ne.contentGlobalSubtle),be.extend("--ft-chart-1-light","for area color charts",Oe.colorBrand40),be.extend("--ft-chart-1-base","for line charts",Oe.colorBrand0),be.extend("--ft-chart-2-light","for area color charts",Oe.colorYellow60),be.extend("--ft-chart-2-base","for line charts",Oe.colorYellow100),be.extend("--ft-chart-3-light","",Oe.colorUltramarine40),be.extend("--ft-chart-3-base","",Oe.colorUltramarine70),be.extend("--ft-chart-4-light","",Oe.colorCyan50),be.extend("--ft-chart-4-base","",Oe.colorCyan100),be.extend("--ft-chart-5-light","",Oe.colorRed40),be.extend("--ft-chart-5-base","",Oe.colorRed60),be.extend("--ft-chart-6-light","",Oe.colorGreen40),be.extend("--ft-chart-6-base","",Oe.colorGreen70),be.extend("--ft-chart-7-light","",Oe.colorOrange70),be.extend("--ft-chart-7-base","",Oe.colorOrange100),be.extend("--ft-chart-8-light","",Oe.colorAvocado70),be.extend("--ft-chart-8-base","",Oe.colorAvocado200),be.extend("--ft-chart-9-light","",Oe.colorBrown50),be.extend("--ft-chart-9-base","",Oe.colorBrown200),be.extend("--ft-chart-10-light","",Oe.colorGray50),be.extend("--ft-chart-10-base","",Oe.colorGray80),be.extend("--ft-chart-monochrome-10","",Oe.colorBrand10),be.extend("--ft-chart-monochrome-20","",Oe.colorBrand20),be.extend("--ft-chart-monochrome-30","",Oe.colorBrand40),be.extend("--ft-chart-monochrome-40","",Oe.colorBrand60),be.extend("--ft-chart-monochrome-50","",Oe.colorBrand0),be.extend("--ft-chart-monochrome-60","",Oe.colorBrand200),be.extend("--ft-chip-large-horizontal-padding","",Oe.spacing4),be.extend("--ft-chip-large-vertical-padding","",Oe.spacing2),be.extend("--ft-chip-large-gap","",Oe.spacing1),be.create("--ft-chip-large-focus-outline-offset","","SIZE","2px"),be.create("--ft-chip-large-focus-outline-width","","SIZE","2px"),be.extend("--ft-chip-large-border-radius","",Oe.borderRadiusPill),be.create("--ft-chip-large-border-width","","SIZE","1px"),be.extend("--ft-chip-large-icon-size","",Oe.iconSize3),be.extend("--ft-chip-medium-horizontal-padding","",Oe.spacing3),be.extend("--ft-chip-medium-vertical-padding","",Oe.spacing1),be.extend("--ft-chip-medium-gap","",Oe.spacing1),be.create("--ft-chip-medium-focus-outline-offset","","SIZE","2px"),be.create("--ft-chip-medium-focus-outline-width","","SIZE","2px"),be.extend("--ft-chip-medium-border-radius","",Oe.borderRadiusPill),be.create("--ft-chip-medium-border-width","","SIZE","1px"),be.extend("--ft-chip-medium-icon-size","",Oe.iconSize2),be.extend("--ft-chip-small-horizontal-padding","",Oe.spacing2),be.extend("--ft-chip-small-vertical-padding","",Oe.spacing05),be.extend("--ft-chip-small-gap","",Oe.spacing1),be.create("--ft-chip-small-focus-outline-offset","","SIZE","2px"),be.create("--ft-chip-small-focus-outline-width","","SIZE","2px"),be.extend("--ft-chip-small-border-radius","",Oe.borderRadiusPill),be.create("--ft-chip-small-border-width","","SIZE","1px"),be.extend("--ft-chip-small-icon-size","",Oe.iconSize1),be.extend("--ft-chip-neutral-background-color","",Ne.backgroundGlobalOnSurface),be.extend("--ft-chip-neutral-color","",Ne.contentGlobalPrimary),be.extend("--ft-chip-neutral-border-color","",Ne.borderGlobalSubtle),be.extend("--ft-chip-info-background-color","",Ne.backgroundInfoSubtle),be.extend("--ft-chip-info-color","",Ne.contentInfoPrimary),be.extend("--ft-chip-info-border-color","",Ne.borderInfoPrimary),be.extend("--ft-chip-success-background-color","",Ne.backgroundSuccessSubtle),be.extend("--ft-chip-success-color","",Ne.contentSuccessPrimary),be.extend("--ft-chip-success-border-color","",Ne.borderSuccessPrimary),be.extend("--ft-chip-warning-background-color","",Ne.backgroundWarningSubtle),be.extend("--ft-chip-warning-color","",Ne.contentWarningPrimary),be.extend("--ft-chip-warning-border-color","",Ne.borderWarningPrimary),be.extend("--ft-chip-error-background-color","",Ne.backgroundErrorSubtle),be.extend("--ft-chip-error-color","",Ne.contentErrorPrimary),be.extend("--ft-chip-error-border-color","",Ne.borderErrorPrimary),be.create("--ft-notice-border-width","","SIZE","1px"),be.extend("--ft-notice-horizontal-padding","",Oe.spacing2),be.extend("--ft-notice-vertical-padding","",Oe.spacing1),be.extend("--ft-notice-border-radius","",Oe.borderRadiusS),be.extend("--ft-notice-gap","",Oe.spacing2),be.extend("--ft-notice-icon-size","",Oe.iconSize3),be.extend("--ft-notice-info-background-color","",Ne.backgroundInfoSubtle),be.extend("--ft-notice-info-border-color","",Ne.borderInfoPrimary),be.extend("--ft-notice-info-color","",Ne.contentInfoPrimary),be.extend("--ft-notice-warning-background-color","",Ne.backgroundWarningSubtle),be.extend("--ft-notice-warning-border-color","",Ne.borderWarningPrimary),be.extend("--ft-notice-warning-color","",Ne.contentWarningPrimary),be.extend("--ft-checkbox-label-color","",Ne.contentGlobalPrimary),be.extend("--ft-checkbox-checked-background-color","",Ne.contentActionPrimary),be.extend("--ft-checkbox-checked-state-layer-color","",Ne.contentActionPrimary),be.extend("--ft-checkbox-checked-color","",Ne.contentGlobalOnColor),be.extend("--ft-checkbox-checked-state-layer-opacity-hover","",Oe.opacity16),be.extend("--ft-checkbox-checked-state-layer-opacity-focus","",Oe.opacity16),be.extend("--ft-checkbox-checked-state-layer-opacity-active","",Oe.opacity24),be.extend("--ft-checkbox-checked-component-opacity-disabled","",Oe.opacity40),be.extend("--ft-checkbox-unchecked-border-color","",Oe.colorGray80),be.extend("--ft-checkbox-unchecked-state-layer-color","",Oe.colorGray80),be.extend("--ft-checkbox-unchecked-state-layer-opacity-hover","",Oe.opacity16),be.extend("--ft-checkbox-unchecked-state-layer-opacity-focus","",Oe.opacity16),be.extend("--ft-checkbox-unchecked-state-layer-opacity-active","",Oe.opacity24),be.extend("--ft-checkbox-unchecked-component-opacity-disabled","",Oe.opacity40),be.extend("--ft-checkbox-focus-focus-ring-color","",Ne.borderActionFocusRing),be.create("--ft-checkbox-focus-outline-offset","","SIZE","3px"),be.create("--ft-checkbox-focus-outline-width","","SIZE","2px"),be.extend("--ft-checkbox-gap","",Oe.spacing3),be.extend("--ft-toggle-off-state-layer-opacity-hover","",Oe.opacity16),be.extend("--ft-toggle-off-state-layer-opacity-focus","",Oe.opacity16),be.extend("--ft-toggle-off-state-layer-opacity-active","",Oe.opacity24),be.extend("--ft-toggle-off-component-opacity-disabled","",Oe.opacity40),be.extend("--ft-toggle-off-background-color","",Ne.contentGlobalSubtle),be.extend("--ft-toggle-off-icon-color","",Ne.contentGlobalSubtle),be.extend("--ft-toggle-off-state-layer-color","",Ne.contentGlobalSubtle),be.extend("--ft-toggle-on-state-layer-opacity-hover","",Oe.opacity16),be.extend("--ft-toggle-on-state-layer-opacity-focus","",Oe.opacity16),be.extend("--ft-toggle-on-state-layer-opacity-active","",Oe.opacity24),be.extend("--ft-toggle-on-component-opacity-disabled","",Oe.opacity40),be.extend("--ft-toggle-on-background-color","",Ne.contentActionPrimary),be.extend("--ft-toggle-on-icon-color","",Ne.contentActionPrimary),be.extend("--ft-toggle-on-state-layer-color","",Ne.contentActionPrimary),be.extend("--ft-toggle-label-color","",Ne.contentGlobalPrimary),be.extend("--ft-toggle-focus-focus-ring-color","",Ne.borderActionFocusRing),be.extend("--ft-toggle-gap","",Oe.spacing3),be.extend("--ft-radio-label-color","",Ne.contentGlobalPrimary),be.extend("--ft-radio-selected-color","",Ne.contentActionPrimary),be.extend("--ft-radio-selected-state-layer-color","",Ne.contentActionPrimary),be.extend("--ft-radio-selected-state-layer-opacity-hover","",Oe.opacity16),be.extend("--ft-radio-selected-state-layer-opacity-focus","",Oe.opacity16),be.extend("--ft-radio-selected-state-layer-opacity-active","",Oe.opacity24),be.extend("--ft-radio-selected-component-opacity-disabled","",Oe.opacity40),be.extend("--ft-radio-unselected-state-layer-color","",Oe.colorGray80),be.extend("--ft-radio-unselected-state-layer-opacity-hover","",Oe.opacity16),be.extend("--ft-radio-unselected-state-layer-opacity-focus","",Oe.opacity16),be.extend("--ft-radio-unselected-state-layer-opacity-active","",Oe.opacity24),be.extend("--ft-radio-unselected-component-opacity-disabled","",Oe.opacity40),be.extend("--ft-radio-focus-focus-ring-color","",Ne.borderActionFocusRing),be.create("--ft-radio-focus-outline-offset","","SIZE","3px"),be.create("--ft-radio-focus-outline-width","","SIZE","2px"),be.extend("--ft-radio-gap","",Oe.spacing3),be.extend("--ft-notification-icon-size","",Oe.iconSize4),be.extend("--ft-notification-horizontal-padding","",Oe.spacing4),be.extend("--ft-notification-vertical-padding","",Oe.spacing4),be.extend("--ft-notification-info-background-color","",Ne.backgroundInfoSubtle),be.extend("--ft-notification-info-color","",Ne.contentInfoPrimary),be.extend("--ft-notification-info-border-color","",Ne.borderInfoPrimary),be.extend("--ft-notification-success-background-color","",Ne.backgroundSuccessSubtle),be.extend("--ft-notification-success-color","",Ne.contentSuccessPrimary),be.extend("--ft-notification-success-border-color","",Ne.borderSuccessPrimary),be.extend("--ft-notification-warning-background-color","",Ne.backgroundWarningSubtle),be.extend("--ft-notification-warning-color","",Ne.contentWarningPrimary),be.extend("--ft-notification-warning-border-color","",Ne.borderWarningPrimary),be.extend("--ft-notification-error-background-color","",Ne.backgroundErrorSubtle),be.extend("--ft-notification-error-color","",Ne.contentErrorPrimary),be.extend("--ft-notification-error-border-color","",Ne.borderErrorPrimary),be.extend("--ft-notification-border-radius","",Oe.borderRadiusPill),be.create("--ft-notification-border-width","","SIZE","1px"),be.extend("--ft-notification-gap-leading","",Oe.spacing2),be.extend("--ft-notification-gap-trailing","",Oe.spacing8);const ve={colorPrimary:be.create("--ft-color-primary","","COLOR","#2196F3"),colorPrimaryVariant:be.create("--ft-color-primary-variant","","COLOR","#1976D2"),colorSecondary:be.create("--ft-color-secondary","","COLOR","#FFCC80"),colorSecondaryVariant:be.create("--ft-color-secondary-variant","","COLOR","#F57C00"),colorSurface:be.create("--ft-color-surface","","COLOR","#FFFFFF"),colorContent:be.create("--ft-color-content","","COLOR","rgba(0, 0, 0, 0.87)"),colorError:be.create("--ft-color-error","","COLOR","#B00020"),colorOutline:be.create("--ft-color-outline","","COLOR","rgba(0, 0, 0, 0.14)"),colorOpacityHigh:be.create("--ft-color-opacity-high","","NUMBER","1"),colorOpacityMedium:be.create("--ft-color-opacity-medium","","NUMBER","0.74"),colorOpacityDisabled:be.create("--ft-color-opacity-disabled","","NUMBER","0.38"),colorOnPrimary:be.create("--ft-color-on-primary","","COLOR","#FFFFFF"),colorOnPrimaryHigh:be.create("--ft-color-on-primary-high","","COLOR","#FFFFFF"),colorOnPrimaryMedium:be.create("--ft-color-on-primary-medium","","COLOR","rgba(255, 255, 255, 0.74)"),colorOnPrimaryDisabled:be.create("--ft-color-on-primary-disabled","","COLOR","rgba(255, 255, 255, 0.38)"),colorOnSecondary:be.create("--ft-color-on-secondary","","COLOR","#FFFFFF"),colorOnSecondaryHigh:be.create("--ft-color-on-secondary-high","","COLOR","#FFFFFF"),colorOnSecondaryMedium:be.create("--ft-color-on-secondary-medium","","COLOR","rgba(255, 255, 255, 0.74)"),colorOnSecondaryDisabled:be.create("--ft-color-on-secondary-disabled","","COLOR","rgba(255, 255, 255, 0.38)"),colorOnSurface:be.create("--ft-color-on-surface","","COLOR","rgba(0, 0, 0, 0.87)"),colorOnSurfaceHigh:be.create("--ft-color-on-surface-high","","COLOR","rgba(0, 0, 0, 0.87)"),colorOnSurfaceMedium:be.create("--ft-color-on-surface-medium","","COLOR","rgba(0, 0, 0, 0.60)"),colorOnSurfaceDisabled:be.create("--ft-color-on-surface-disabled","","COLOR","rgba(0, 0, 0, 0.38)"),opacityContentOnSurfaceDisabled:be.create("--ft-opacity-content-on-surface-disabled","","NUMBER","0"),opacityContentOnSurfaceEnable:be.create("--ft-opacity-content-on-surface-enable","","NUMBER","0"),opacityContentOnSurfaceHover:be.create("--ft-opacity-content-on-surface-hover","","NUMBER","0.04"),opacityContentOnSurfaceFocused:be.create("--ft-opacity-content-on-surface-focused","","NUMBER","0.12"),opacityContentOnSurfacePressed:be.create("--ft-opacity-content-on-surface-pressed","","NUMBER","0.10"),opacityContentOnSurfaceSelected:be.create("--ft-opacity-content-on-surface-selected","","NUMBER","0.08"),opacityContentOnSurfaceDragged:be.create("--ft-opacity-content-on-surface-dragged","","NUMBER","0.08"),opacityPrimaryOnSurfaceDisabled:be.create("--ft-opacity-primary-on-surface-disabled","","NUMBER","0"),opacityPrimaryOnSurfaceEnable:be.create("--ft-opacity-primary-on-surface-enable","","NUMBER","0"),opacityPrimaryOnSurfaceHover:be.create("--ft-opacity-primary-on-surface-hover","","NUMBER","0.04"),opacityPrimaryOnSurfaceFocused:be.create("--ft-opacity-primary-on-surface-focused","","NUMBER","0.12"),opacityPrimaryOnSurfacePressed:be.create("--ft-opacity-primary-on-surface-pressed","","NUMBER","0.10"),opacityPrimaryOnSurfaceSelected:be.create("--ft-opacity-primary-on-surface-selected","","NUMBER","0.08"),opacityPrimaryOnSurfaceDragged:be.create("--ft-opacity-primary-on-surface-dragged","","NUMBER","0.08"),opacitySurfaceOnPrimaryDisabled:be.create("--ft-opacity-surface-on-primary-disabled","","NUMBER","0"),opacitySurfaceOnPrimaryEnable:be.create("--ft-opacity-surface-on-primary-enable","","NUMBER","0"),opacitySurfaceOnPrimaryHover:be.create("--ft-opacity-surface-on-primary-hover","","NUMBER","0.04"),opacitySurfaceOnPrimaryFocused:be.create("--ft-opacity-surface-on-primary-focused","","NUMBER","0.12"),opacitySurfaceOnPrimaryPressed:be.create("--ft-opacity-surface-on-primary-pressed","","NUMBER","0.10"),opacitySurfaceOnPrimarySelected:be.create("--ft-opacity-surface-on-primary-selected","","NUMBER","0.08"),opacitySurfaceOnPrimaryDragged:be.create("--ft-opacity-surface-on-primary-dragged","","NUMBER","0.08"),elevation00:be.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)"),elevation01:be.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)"),elevation02:be.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)"),elevation03:be.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)"),elevation04:be.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)"),elevation06:be.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)"),elevation08:be.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)"),elevation12:be.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)"),elevation16:be.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)"),elevation24:be.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)"),borderRadiusS:be.create("--ft-border-radius-S","","SIZE","4px"),borderRadiusM:be.create("--ft-border-radius-M","","SIZE","8px"),borderRadiusL:be.create("--ft-border-radius-L","","SIZE","12px"),borderRadiusXL:be.create("--ft-border-radius-XL","","SIZE","16px"),titleFont:be.create("--ft-title-font","","UNKNOWN","Ubuntu, system-ui, sans-serif"),contentFont:be.create("--ft-content-font","","UNKNOWN","'Open Sans', system-ui, sans-serif"),transitionDuration:be.create("--ft-transition-duration","","UNKNOWN","250ms"),transitionTimingFunction:be.create("--ft-transition-timing-function","","UNKNOWN","ease-in-out")},Se=window,we=Se.ShadowRoot&&(void 0===Se.ShadyCSS||Se.ShadyCSS.nativeShadow)&&"adoptedStyleSheets"in Document.prototype&&"replace"in CSSStyleSheet.prototype;
|
|
65
|
+
let go=class extends It{constructor(){super(...arguments),this.renderOptions={host:this},this._$Do=void 0}createRenderRoot(){const t=super.createRenderRoot();return this.renderOptions.renderBefore??=t.firstChild,t}update(t){const o=this.render();this.hasUpdated||(this.renderOptions.isConnected=this.isConnected),super.update(t),this._$Do=((t,o,e)=>{const r=e?.renderBefore??o;let n=r._$litPart$;if(void 0===n){const t=e?.renderBefore??null;r._$litPart$=n=new co(o.insertBefore($t(),t),t,void 0,e??{})}return n._$AI(t),n})(o,this.renderRoot,this.renderOptions)}connectedCallback(){super.connectedCallback(),this._$Do?.setConnected(!0)}disconnectedCallback(){super.disconnectedCallback(),this._$Do?.setConnected(!1)}render(){return to}};go._$litElement$=!0,go.finalized=!0,globalThis.litElementHydrateSupport?.({LitElement:go});const mo=globalThis.litElementPolyfillSupport;mo?.({LitElement:go}),(globalThis.litElementVersions??=[]).push("4.0.2");const bo=t=>"string"==typeof t?gt(t):t;class Oo{static create(t,o,e,r){const n=t=>bo(null!=t?t:r),i=mt`var(${bo(t)}, ${n(r)})`;return i.name=t,i.description=o,i.category=e,i.defaultValue=r,i.defaultCssValue=n,i.get=o=>mt`var(${bo(t)}, ${n(o)})`,i.breadcrumb=()=>[],i.lastResortDefaultValue=()=>r,i}static extend(t,o,e,r){const n=t=>e.get(null!=t?t:r),i=mt`var(${bo(t)}, ${n(r)})`;return i.name=t,i.description=o,i.category=e.category,i.fallbackVariable=e,i.defaultValue=r,i.defaultCssValue=n,i.get=o=>mt`var(${bo(t)}, ${n(o)})`,i.breadcrumb=()=>[e.name,...e.breadcrumb()],i.lastResortDefaultValue=()=>null!=r?r:e.lastResortDefaultValue(),i}static external(t,o){const e=o=>t.fallbackVariable?t.fallbackVariable.get(null!=o?o:t.defaultValue):bo(null!=o?o:t.lastResortDefaultValue()),r=mt`var(${bo(t.name)}, ${e(t.defaultValue)})`;return r.name=t.name,r.category=t.category,r.fallbackVariable=t.fallbackVariable,r.defaultValue=t.defaultValue,r.context=o,r.defaultCssValue=e,r.get=o=>mt`var(${bo(t.name)}, ${e(o)})`,r.breadcrumb=()=>t.fallbackVariable?[t.fallbackVariable.name,...t.fallbackVariable.breadcrumb()]:[],r.lastResortDefaultValue=()=>t.lastResortDefaultValue(),r}}const No={colorWhite:Oo.create("--ft-color-white","","COLOR","#ffffff"),colorGray0:Oo.create("--ft-color-gray-0","","COLOR","#71718e"),colorGray10:Oo.create("--ft-color-gray-10","","COLOR","#fbfbfc"),colorGray20:Oo.create("--ft-color-gray-20","","COLOR","#f2f2f5"),colorGray30:Oo.create("--ft-color-gray-30","","COLOR","#e9e9ed"),colorGray40:Oo.create("--ft-color-gray-40","","COLOR","#e0e0e6"),colorGray50:Oo.create("--ft-color-gray-50","","COLOR","#cdcdd7"),colorGray60:Oo.create("--ft-color-gray-60","","COLOR","#bbbbc9"),colorGray70:Oo.create("--ft-color-gray-70","","COLOR","#a8a8ba"),colorGray80:Oo.create("--ft-color-gray-80","","COLOR","#9696ab"),colorGray90:Oo.create("--ft-color-gray-90","","COLOR","#83839d"),colorGray100:Oo.create("--ft-color-gray-100","","COLOR","#62627c"),colorGray200:Oo.create("--ft-color-gray-200","","COLOR","#545469"),colorGray300:Oo.create("--ft-color-gray-300","","COLOR","#454557"),colorGray400:Oo.create("--ft-color-gray-400","","COLOR","#363644"),colorGray500:Oo.create("--ft-color-gray-500","","COLOR","#282832"),colorGray600:Oo.create("--ft-color-gray-600","","COLOR","#19191f"),colorGray700:Oo.create("--ft-color-gray-700","","COLOR","#0a0a0d"),colorBrand0:Oo.create("--ft-color-brand-0","","COLOR","#9d207b"),colorBrand10:Oo.create("--ft-color-brand-10","","COLOR","#f7edf4"),colorBrand20:Oo.create("--ft-color-brand-20","","COLOR","#ebcfe4"),colorBrand30:Oo.create("--ft-color-brand-30","","COLOR","#dfb2d3"),colorBrand40:Oo.create("--ft-color-brand-40","","COLOR","#d395c2"),colorBrand50:Oo.create("--ft-color-brand-50","","COLOR","#c778b1"),colorBrand60:Oo.create("--ft-color-brand-60","","COLOR","#ba5ba1"),colorBrand70:Oo.create("--ft-color-brand-70","","COLOR","#ae3e90"),colorBrand100:Oo.create("--ft-color-brand-100","","COLOR","#8d1d6e"),colorBrand200:Oo.create("--ft-color-brand-200","","COLOR","#78185e"),colorBrand300:Oo.create("--ft-color-brand-300","","COLOR","#62144d"),colorBrand400:Oo.create("--ft-color-brand-400","","COLOR","#4d103c"),colorBrand500:Oo.create("--ft-color-brand-500","","COLOR","#380b2c"),colorBrand600:Oo.create("--ft-color-brand-600","","COLOR","#23071b"),colorBrand700:Oo.create("--ft-color-brand-700","","COLOR","#0d030b"),colorCyan0:Oo.create("--ft-color-cyan-0","","COLOR","#0e98b4"),colorCyan10:Oo.create("--ft-color-cyan-10","","COLOR","#ebf6f9"),colorCyan20:Oo.create("--ft-color-cyan-20","","COLOR","#cbe9ef"),colorCyan30:Oo.create("--ft-color-cyan-30","","COLOR","#acdbe5"),colorCyan40:Oo.create("--ft-color-cyan-40","","COLOR","#8ccedb"),colorCyan50:Oo.create("--ft-color-cyan-50","","COLOR","#6dc0d1"),colorCyan60:Oo.create("--ft-color-cyan-60","","COLOR","#4db3c8"),colorCyan70:Oo.create("--ft-color-cyan-70","","COLOR","#2ea5be"),colorCyan100:Oo.create("--ft-color-cyan-100","","COLOR","#0c849c"),colorCyan200:Oo.create("--ft-color-cyan-200","","COLOR","#0a7085"),colorCyan300:Oo.create("--ft-color-cyan-300","","COLOR","#085c6d"),colorCyan400:Oo.create("--ft-color-cyan-400","","COLOR","#074856"),colorCyan500:Oo.create("--ft-color-cyan-500","","COLOR","#05343e"),colorCyan600:Oo.create("--ft-color-cyan-600","","COLOR","#032127"),colorCyan700:Oo.create("--ft-color-cyan-700","","COLOR","#010d0f"),colorGreen0:Oo.create("--ft-color-green-0","","COLOR","#21a274"),colorGreen10:Oo.create("--ft-color-green-10","","COLOR","#edf7f3"),colorGreen20:Oo.create("--ft-color-green-20","","COLOR","#cfebe1"),colorGreen30:Oo.create("--ft-color-green-30","","COLOR","#b2dfcf"),colorGreen40:Oo.create("--ft-color-green-40","","COLOR","#95d3bd"),colorGreen50:Oo.create("--ft-color-green-50","","COLOR","#78c7ab"),colorGreen60:Oo.create("--ft-color-green-60","","COLOR","#5bba98"),colorGreen70:Oo.create("--ft-color-green-70","","COLOR","#3eae86"),colorGreen100:Oo.create("--ft-color-green-100","","COLOR","#1d8d65"),colorGreen200:Oo.create("--ft-color-green-200","","COLOR","#187856"),colorGreen300:Oo.create("--ft-color-green-300","","COLOR","#146246"),colorGreen400:Oo.create("--ft-color-green-400","","COLOR","#104d37"),colorGreen500:Oo.create("--ft-color-green-500","","COLOR","#0b3828"),colorGreen600:Oo.create("--ft-color-green-600","","COLOR","#072319"),colorGreen700:Oo.create("--ft-color-green-700","","COLOR","#030d0a"),colorOrange0:Oo.create("--ft-color-orange-0","","COLOR","#ee8d17"),colorOrange10:Oo.create("--ft-color-orange-10","","COLOR","#fef6ec"),colorOrange20:Oo.create("--ft-color-orange-20","","COLOR","#fbe7cd"),colorOrange30:Oo.create("--ft-color-orange-30","","COLOR","#f9d8af"),colorOrange40:Oo.create("--ft-color-orange-40","","COLOR","#f7c991"),colorOrange50:Oo.create("--ft-color-orange-50","","COLOR","#f5ba72"),colorOrange60:Oo.create("--ft-color-orange-60","","COLOR","#f2ab54"),colorOrange70:Oo.create("--ft-color-orange-70","","COLOR","#f09c35"),colorOrange100:Oo.create("--ft-color-orange-100","","COLOR","#cf7b14"),colorOrange200:Oo.create("--ft-color-orange-200","","COLOR","#b06811"),colorOrange300:Oo.create("--ft-color-orange-300","","COLOR","#90560e"),colorOrange400:Oo.create("--ft-color-orange-400","","COLOR","#71430b"),colorOrange500:Oo.create("--ft-color-orange-500","","COLOR","#523108"),colorOrange600:Oo.create("--ft-color-orange-600","","COLOR","#331e05"),colorOrange700:Oo.create("--ft-color-orange-700","","COLOR","#140c02"),colorRed0:Oo.create("--ft-color-red-0","","COLOR","#b40e2c"),colorRed10:Oo.create("--ft-color-red-10","","COLOR","#f9ebed"),colorRed20:Oo.create("--ft-color-red-20","","COLOR","#efcbd2"),colorRed30:Oo.create("--ft-color-red-30","","COLOR","#e5acb6"),colorRed40:Oo.create("--ft-color-red-40","","COLOR","#db8c9b"),colorRed50:Oo.create("--ft-color-red-50","","COLOR","#d16d7f"),colorRed60:Oo.create("--ft-color-red-60","","COLOR","#c84d63"),colorRed70:Oo.create("--ft-color-red-70","","COLOR","#be2e48"),colorRed100:Oo.create("--ft-color-red-100","","COLOR","#9c0c26"),colorRed200:Oo.create("--ft-color-red-200","","COLOR","#850a20"),colorRed300:Oo.create("--ft-color-red-300","","COLOR","#6d081b"),colorRed400:Oo.create("--ft-color-red-400","","COLOR","#560715"),colorRed500:Oo.create("--ft-color-red-500","","COLOR","#3e050f"),colorRed600:Oo.create("--ft-color-red-600","","COLOR","#270309"),colorRed700:Oo.create("--ft-color-red-700","","COLOR","#0f0104"),colorYellow0:Oo.create("--ft-color-yellow-0","","COLOR","#E4C00C"),colorYellow10:Oo.create("--ft-color-yellow-10","","COLOR","#fefae9"),colorYellow20:Oo.create("--ft-color-yellow-20","","COLOR","#fcf4ca"),colorYellow30:Oo.create("--ft-color-yellow-30","","COLOR","#faedaa"),colorYellow40:Oo.create("--ft-color-yellow-40","","COLOR","#f9e78b"),colorYellow50:Oo.create("--ft-color-yellow-50","","COLOR","#f7e06b"),colorYellow60:Oo.create("--ft-color-yellow-60","","COLOR","#F4D63E"),colorYellow70:Oo.create("--ft-color-yellow-70","","COLOR","#F3CE16"),colorYellow100:Oo.create("--ft-color-yellow-100","","COLOR","#d3b10b"),colorYellow200:Oo.create("--ft-color-yellow-200","","COLOR","#b3970a"),colorYellow300:Oo.create("--ft-color-yellow-300","","COLOR","#947c08"),colorYellow400:Oo.create("--ft-color-yellow-400","","COLOR","#746206"),colorYellow500:Oo.create("--ft-color-yellow-500","","COLOR","#554705"),colorYellow600:Oo.create("--ft-color-yellow-600","","COLOR","#352d03"),colorYellow700:Oo.create("--ft-color-yellow-700","","COLOR","#161201"),colorUltramarine0:Oo.create("--ft-color-ultramarine-0","","COLOR","#3C19E5"),colorUltramarine10:Oo.create("--ft-color-ultramarine-10","","COLOR","#EDEAFD"),colorUltramarine20:Oo.create("--ft-color-ultramarine-20","","COLOR","#D4CCF9"),colorUltramarine30:Oo.create("--ft-color-ultramarine-30","","COLOR","#BBAFF6"),colorUltramarine40:Oo.create("--ft-color-ultramarine-40","","COLOR","#A191F3"),colorUltramarine50:Oo.create("--ft-color-ultramarine-50","","COLOR","#8873EF"),colorUltramarine60:Oo.create("--ft-color-ultramarine-60","","COLOR","#6F55EC"),colorUltramarine70:Oo.create("--ft-color-ultramarine-70","","COLOR","#5537E8"),colorUltramarine100:Oo.create("--ft-color-ultramarine-100","","COLOR","#3416C7"),colorUltramarine200:Oo.create("--ft-color-ultramarine-200","","COLOR","#2C13A9"),colorUltramarine300:Oo.create("--ft-color-ultramarine-300","","COLOR","#250F8C"),colorUltramarine400:Oo.create("--ft-color-ultramarine-400","","COLOR","#1D0C6E"),colorUltramarine500:Oo.create("--ft-color-ultramarine-500","","COLOR","#150950"),colorUltramarine600:Oo.create("--ft-color-ultramarine-600","","COLOR","#0D0532"),colorUltramarine700:Oo.create("--ft-color-ultramarine-700","","COLOR","#050215"),colorAvocado0:Oo.create("--ft-color-avocado-0","","COLOR","#98BD28"),colorAvocado10:Oo.create("--ft-color-avocado-10","","COLOR","#F6F9EC"),colorAvocado20:Oo.create("--ft-color-avocado-20","","COLOR","#E8F0D0"),colorAvocado30:Oo.create("--ft-color-avocado-30","","COLOR","#DBE8B4"),colorAvocado40:Oo.create("--ft-color-avocado-40","","COLOR","#CEDF98"),colorAvocado50:Oo.create("--ft-color-avocado-50","","COLOR","#C0D77C"),colorAvocado60:Oo.create("--ft-color-avocado-60","","COLOR","#B3CE60"),colorAvocado70:Oo.create("--ft-color-avocado-70","","COLOR","#A5C644"),colorAvocado100:Oo.create("--ft-color-avocado-100","","COLOR","#84A423"),colorAvocado200:Oo.create("--ft-color-avocado-200","","COLOR","#708C1E"),colorAvocado300:Oo.create("--ft-color-avocado-300","","COLOR","#5D7318"),colorAvocado400:Oo.create("--ft-color-avocado-400","","COLOR","#495B13"),colorAvocado500:Oo.create("--ft-color-avocado-500","","COLOR","#35420E"),colorAvocado600:Oo.create("--ft-color-avocado-600","","COLOR","#212A09"),colorAvocado700:Oo.create("--ft-color-avocado-700","","COLOR","#0E1104"),colorBrown0:Oo.create("--ft-color-brown-0","","COLOR","#B26F4D"),colorBrown10:Oo.create("--ft-color-brown-10","","COLOR","#F8F2EF"),colorBrown20:Oo.create("--ft-color-brown-20","","COLOR","#EEDFD8"),colorBrown30:Oo.create("--ft-color-brown-30","","COLOR","#E4CDC1"),colorBrown40:Oo.create("--ft-color-brown-40","","COLOR","#DABAAA"),colorBrown50:Oo.create("--ft-color-brown-50","","COLOR","#D0A792"),colorBrown60:Oo.create("--ft-color-brown-60","","COLOR","#C6947B"),colorBrown70:Oo.create("--ft-color-brown-70","","COLOR","#BC8264"),colorBrown100:Oo.create("--ft-color-brown-100","","COLOR","#9B6143"),colorBrown200:Oo.create("--ft-color-brown-200","","COLOR","#845239"),colorBrown300:Oo.create("--ft-color-brown-300","","COLOR","#6D442F"),colorBrown400:Oo.create("--ft-color-brown-400","","COLOR","#553525"),colorBrown500:Oo.create("--ft-color-brown-500","","COLOR","#3E271B"),colorBrown600:Oo.create("--ft-color-brown-600","","COLOR","#271811"),colorBrown700:Oo.create("--ft-color-brown-700","","COLOR","#100A07"),spacing1:Oo.create("--ft-spacing-1","","SIZE","0.25rem"),spacing2:Oo.create("--ft-spacing-2","","SIZE","calc(var(--ft-spacing-2, 0.25rem)*2)"),spacing3:Oo.create("--ft-spacing-3","","SIZE","calc(var(--ft-spacing-3, 0.25rem)*3)"),spacing4:Oo.create("--ft-spacing-4","","SIZE","calc(var(--ft-spacing-4, 0.25rem)*4)"),spacing5:Oo.create("--ft-spacing-5","","SIZE","calc(var(--ft-spacing-5, 0.25rem)*5)"),spacing6:Oo.create("--ft-spacing-6","","SIZE","calc(var(--ft-spacing-6, 0.25rem)*6)"),spacing8:Oo.create("--ft-spacing-8","","SIZE","calc(var(--ft-spacing-8, 0.25rem)*8)"),spacing10:Oo.create("--ft-spacing-10","","SIZE","calc(var(--ft-spacing-10, 0.25rem)*10)"),spacing12:Oo.create("--ft-spacing-12","","SIZE","calc(var(--ft-spacing-12, 0.25rem)*12)"),spacing16:Oo.create("--ft-spacing-16","","SIZE","calc(var(--ft-spacing-16, 0.25rem)*16)"),spacing20:Oo.create("--ft-spacing-20","","SIZE","calc(var(--ft-spacing-20, 0.25rem)*20)"),spacing24:Oo.create("--ft-spacing-24","","SIZE","calc(var(--ft-spacing-24, 0.25rem)*24)"),spacing28:Oo.create("--ft-spacing-28","","SIZE","calc(var(--ft-spacing-28, 0.25rem)*28)"),spacing32:Oo.create("--ft-spacing-32","","SIZE","calc(var(--ft-spacing-32, 0.25rem)*32)"),spacing05:Oo.create("--ft-spacing-0-5","","SIZE","calc(var(--ft-spacing-0-5, 0.25rem)*0.5)"),borderRadiusS:Oo.create("--ft-border-radius-s","","SIZE","4px"),borderRadiusM:Oo.create("--ft-border-radius-m","","SIZE","8px"),borderRadiusL:Oo.create("--ft-border-radius-l","","SIZE","12px"),borderRadiusXl:Oo.create("--ft-border-radius-xl","","SIZE","16px"),borderRadiusPill:Oo.create("--ft-border-radius-pill","","SIZE","999px"),borderRadiusRound:Oo.create("--ft-border-radius-round","","SIZE","50%"),iconSize1:Oo.create("--ft-icon-size-1","","SIZE","12px"),iconSize2:Oo.create("--ft-icon-size-2","","SIZE","16px"),iconSize3:Oo.create("--ft-icon-size-3","","SIZE","20px"),iconSize4:Oo.create("--ft-icon-size-4","","SIZE","24px"),iconSize5:Oo.create("--ft-icon-size-5","","SIZE","32px"),iconSize6:Oo.create("--ft-icon-size-6","","SIZE","48px"),opacity0:Oo.create("--ft-opacity-0","","NUMBER","0"),opacity8:Oo.create("--ft-opacity-8","","NUMBER","0.08"),opacity16:Oo.create("--ft-opacity-16","","NUMBER","0.16"),opacity24:Oo.create("--ft-opacity-24","","NUMBER","0.24"),opacity40:Oo.create("--ft-opacity-40","","NUMBER","0.4"),opacity80:Oo.create("--ft-opacity-80","","NUMBER","0.8"),shadowElevation01:Oo.create("--ft-shadow-elevation-01","","SHADOW","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)"),shadowElevation02:Oo.create("--ft-shadow-elevation-02","","SHADOW","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)"),shadowElevation03:Oo.create("--ft-shadow-elevation-03","","SHADOW","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)"),shadowElevation04:Oo.create("--ft-shadow-elevation-04","","SHADOW","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)"),shadowElevation06:Oo.create("--ft-shadow-elevation-06","","SHADOW","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)"),shadowElevation08:Oo.create("--ft-shadow-elevation-08","","SHADOW","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)"),shadowElevation12:Oo.create("--ft-shadow-elevation-12","","SHADOW","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)"),shadowElevation16:Oo.create("--ft-shadow-elevation-16","","SHADOW","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)"),shadowElevation24:Oo.create("--ft-shadow-elevation-24","","SHADOW","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)")};Oo.create("--ft-typography-display-fontFamily","","UNKNOWN","Inter"),Oo.create("--ft-typography-display-fontWeight","","UNKNOWN","600"),Oo.create("--ft-typography-display-lineHeight","","SIZE","120%"),Oo.create("--ft-typography-display-fontSize","","SIZE","2.5rem"),Oo.create("--ft-typography-display-letterSpacing","","SIZE","-0.02em"),Oo.create("--ft-typography-display-paragraphSpacing","","UNKNOWN","normal"),Oo.create("--ft-typography-display-paragraphIndent","","UNKNOWN","0"),Oo.create("--ft-typography-display-textDecoration","","UNKNOWN","none"),Oo.create("--ft-typography-display-textCase","","UNKNOWN","none"),Oo.create("--ft-typography-title-1-fontFamily","","UNKNOWN","Inter"),Oo.create("--ft-typography-title-1-fontWeight","","UNKNOWN","600"),Oo.create("--ft-typography-title-1-lineHeight","","SIZE","120%"),Oo.create("--ft-typography-title-1-fontSize","","SIZE","1.5rem"),Oo.create("--ft-typography-title-1-letterSpacing","","SIZE","-0.02em"),Oo.create("--ft-typography-title-1-paragraphSpacing","","UNKNOWN","normal"),Oo.create("--ft-typography-title-1-paragraphIndent","","UNKNOWN","0"),Oo.create("--ft-typography-title-1-textDecoration","","UNKNOWN","none"),Oo.create("--ft-typography-title-1-textCase","","UNKNOWN","none"),Oo.create("--ft-typography-title-2-fontFamily","","UNKNOWN","Inter"),Oo.create("--ft-typography-title-2-fontWeight","","UNKNOWN","500"),Oo.create("--ft-typography-title-2-lineHeight","","SIZE","120%"),Oo.create("--ft-typography-title-2-fontSize","","SIZE","1.25rem"),Oo.create("--ft-typography-title-2-letterSpacing","","SIZE","-0.02em"),Oo.create("--ft-typography-title-2-paragraphSpacing","","UNKNOWN","normal"),Oo.create("--ft-typography-title-2-paragraphIndent","","UNKNOWN","0"),Oo.create("--ft-typography-title-2-textDecoration","","UNKNOWN","none"),Oo.create("--ft-typography-title-2-textCase","","UNKNOWN","none"),Oo.create("--ft-typography-title-3-fontFamily","","UNKNOWN","Inter"),Oo.create("--ft-typography-title-3-fontWeight","","UNKNOWN","500"),Oo.create("--ft-typography-title-3-lineHeight","","SIZE","120%"),Oo.create("--ft-typography-title-3-fontSize","","SIZE","1.125rem"),Oo.create("--ft-typography-title-3-letterSpacing","","SIZE","-0.01em"),Oo.create("--ft-typography-title-3-paragraphSpacing","","UNKNOWN","normal"),Oo.create("--ft-typography-title-3-paragraphIndent","","UNKNOWN","0"),Oo.create("--ft-typography-title-3-textDecoration","","UNKNOWN","none"),Oo.create("--ft-typography-title-3-textCase","","UNKNOWN","none"),Oo.create("--ft-typography-body-1-regular-fontFamily","","UNKNOWN","Inter"),Oo.create("--ft-typography-body-1-regular-fontWeight","","UNKNOWN","400"),Oo.create("--ft-typography-body-1-regular-lineHeight","","SIZE","135%"),Oo.create("--ft-typography-body-1-regular-fontSize","","SIZE","1rem"),Oo.create("--ft-typography-body-1-regular-letterSpacing","","SIZE","normal"),Oo.create("--ft-typography-body-1-regular-paragraphSpacing","","UNKNOWN","normal"),Oo.create("--ft-typography-body-1-regular-paragraphIndent","","UNKNOWN","0"),Oo.create("--ft-typography-body-1-regular-textDecoration","","UNKNOWN","none"),Oo.create("--ft-typography-body-1-regular-textCase","","UNKNOWN","none"),Oo.create("--ft-typography-body-1-medium-fontFamily","","UNKNOWN","Inter"),Oo.create("--ft-typography-body-1-medium-fontWeight","","UNKNOWN","500"),Oo.create("--ft-typography-body-1-medium-lineHeight","","SIZE","135%"),Oo.create("--ft-typography-body-1-medium-fontSize","","SIZE","1rem"),Oo.create("--ft-typography-body-1-medium-letterSpacing","","SIZE","normal"),Oo.create("--ft-typography-body-1-medium-paragraphSpacing","","UNKNOWN","normal"),Oo.create("--ft-typography-body-1-medium-paragraphIndent","","UNKNOWN","0"),Oo.create("--ft-typography-body-1-medium-textDecoration","","UNKNOWN","none"),Oo.create("--ft-typography-body-1-medium-textCase","","UNKNOWN","none"),Oo.create("--ft-typography-body-1-semibold-fontFamily","","UNKNOWN","Inter"),Oo.create("--ft-typography-body-1-semibold-fontWeight","","UNKNOWN","600"),Oo.create("--ft-typography-body-1-semibold-lineHeight","","SIZE","135%"),Oo.create("--ft-typography-body-1-semibold-fontSize","","SIZE","1rem"),Oo.create("--ft-typography-body-1-semibold-letterSpacing","","SIZE","normal"),Oo.create("--ft-typography-body-1-semibold-paragraphSpacing","","UNKNOWN","normal"),Oo.create("--ft-typography-body-1-semibold-paragraphIndent","","UNKNOWN","0"),Oo.create("--ft-typography-body-1-semibold-textDecoration","","UNKNOWN","none"),Oo.create("--ft-typography-body-1-semibold-textCase","","UNKNOWN","none"),Oo.create("--ft-typography-body-2-regular-fontFamily","","UNKNOWN","Inter"),Oo.create("--ft-typography-body-2-regular-fontWeight","","UNKNOWN","400"),Oo.create("--ft-typography-body-2-regular-lineHeight","","SIZE","135%"),Oo.create("--ft-typography-body-2-regular-fontSize","","SIZE","0.875rem"),Oo.create("--ft-typography-body-2-regular-letterSpacing","","SIZE","normal"),Oo.create("--ft-typography-body-2-regular-paragraphSpacing","","UNKNOWN","normal"),Oo.create("--ft-typography-body-2-regular-paragraphIndent","","UNKNOWN","0"),Oo.create("--ft-typography-body-2-regular-textDecoration","","UNKNOWN","none"),Oo.create("--ft-typography-body-2-regular-textCase","","UNKNOWN","none"),Oo.create("--ft-typography-body-2-medium-fontFamily","","UNKNOWN","Inter"),Oo.create("--ft-typography-body-2-medium-fontWeight","","UNKNOWN","500"),Oo.create("--ft-typography-body-2-medium-lineHeight","","SIZE","135%"),Oo.create("--ft-typography-body-2-medium-fontSize","","SIZE","0.875rem"),Oo.create("--ft-typography-body-2-medium-letterSpacing","","SIZE","normal"),Oo.create("--ft-typography-body-2-medium-paragraphSpacing","","UNKNOWN","normal"),Oo.create("--ft-typography-body-2-medium-paragraphIndent","","UNKNOWN","0"),Oo.create("--ft-typography-body-2-medium-textDecoration","","UNKNOWN","none"),Oo.create("--ft-typography-body-2-medium-textCase","","UNKNOWN","none"),Oo.create("--ft-typography-body-2-semibold-fontFamily","","UNKNOWN","Inter"),Oo.create("--ft-typography-body-2-semibold-fontWeight","","UNKNOWN","600"),Oo.create("--ft-typography-body-2-semibold-lineHeight","","SIZE","135%"),Oo.create("--ft-typography-body-2-semibold-fontSize","","SIZE","0.875rem"),Oo.create("--ft-typography-body-2-semibold-letterSpacing","","SIZE","normal"),Oo.create("--ft-typography-body-2-semibold-paragraphSpacing","","UNKNOWN","normal"),Oo.create("--ft-typography-body-2-semibold-paragraphIndent","","UNKNOWN","0"),Oo.create("--ft-typography-body-2-semibold-textDecoration","","UNKNOWN","none"),Oo.create("--ft-typography-body-2-semibold-textCase","","UNKNOWN","none"),Oo.create("--ft-typography-label-1-medium-fontFamily","","UNKNOWN","Inter"),Oo.create("--ft-typography-label-1-medium-fontWeight","","UNKNOWN","500"),Oo.create("--ft-typography-label-1-medium-lineHeight","","SIZE","110%"),Oo.create("--ft-typography-label-1-medium-fontSize","","SIZE","0.875rem"),Oo.create("--ft-typography-label-1-medium-letterSpacing","","SIZE","0.04em"),Oo.create("--ft-typography-label-1-medium-textCase","","UNKNOWN","uppercase"),Oo.create("--ft-typography-label-1-medium-paragraphSpacing","","UNKNOWN","normal"),Oo.create("--ft-typography-label-1-medium-paragraphIndent","","UNKNOWN","0"),Oo.create("--ft-typography-label-1-medium-textDecoration","","UNKNOWN","none"),Oo.create("--ft-typography-label-1-semibold-fontFamily","","UNKNOWN","Inter"),Oo.create("--ft-typography-label-1-semibold-fontWeight","","UNKNOWN","600"),Oo.create("--ft-typography-label-1-semibold-lineHeight","","SIZE","110%"),Oo.create("--ft-typography-label-1-semibold-fontSize","","SIZE","0.875rem"),Oo.create("--ft-typography-label-1-semibold-letterSpacing","","SIZE","0.04em"),Oo.create("--ft-typography-label-1-semibold-textCase","","UNKNOWN","uppercase"),Oo.create("--ft-typography-label-1-semibold-paragraphSpacing","","UNKNOWN","normal"),Oo.create("--ft-typography-label-1-semibold-paragraphIndent","","UNKNOWN","0"),Oo.create("--ft-typography-label-1-semibold-textDecoration","","UNKNOWN","none"),Oo.create("--ft-typography-label-1-bold-fontFamily","","UNKNOWN","Inter"),Oo.create("--ft-typography-label-1-bold-fontWeight","","UNKNOWN","700"),Oo.create("--ft-typography-label-1-bold-lineHeight","","SIZE","110%"),Oo.create("--ft-typography-label-1-bold-fontSize","","SIZE","0.875rem"),Oo.create("--ft-typography-label-1-bold-letterSpacing","","SIZE","0.04em"),Oo.create("--ft-typography-label-1-bold-textCase","","UNKNOWN","uppercase"),Oo.create("--ft-typography-label-1-bold-paragraphSpacing","","UNKNOWN","normal"),Oo.create("--ft-typography-label-1-bold-paragraphIndent","","UNKNOWN","0"),Oo.create("--ft-typography-label-1-bold-textDecoration","","UNKNOWN","none"),Oo.create("--ft-typography-label-2-medium-fontFamily","","UNKNOWN","Inter"),Oo.create("--ft-typography-label-2-medium-fontWeight","","UNKNOWN","500"),Oo.create("--ft-typography-label-2-medium-lineHeight","","SIZE","110%"),Oo.create("--ft-typography-label-2-medium-fontSize","","SIZE","0.75rem"),Oo.create("--ft-typography-label-2-medium-letterSpacing","","SIZE","0.04em"),Oo.create("--ft-typography-label-2-medium-textCase","","UNKNOWN","uppercase"),Oo.create("--ft-typography-label-2-medium-paragraphSpacing","","UNKNOWN","normal"),Oo.create("--ft-typography-label-2-medium-paragraphIndent","","UNKNOWN","0"),Oo.create("--ft-typography-label-2-medium-textDecoration","","UNKNOWN","none"),Oo.create("--ft-typography-label-2-semibold-fontFamily","","UNKNOWN","Inter"),Oo.create("--ft-typography-label-2-semibold-fontWeight","","UNKNOWN","600"),Oo.create("--ft-typography-label-2-semibold-lineHeight","","SIZE","110%"),Oo.create("--ft-typography-label-2-semibold-fontSize","","SIZE","0.75rem"),Oo.create("--ft-typography-label-2-semibold-letterSpacing","","SIZE","0.04em"),Oo.create("--ft-typography-label-2-semibold-textCase","","UNKNOWN","uppercase"),Oo.create("--ft-typography-label-2-semibold-paragraphSpacing","","UNKNOWN","normal"),Oo.create("--ft-typography-label-2-semibold-paragraphIndent","","UNKNOWN","0"),Oo.create("--ft-typography-label-2-semibold-textDecoration","","UNKNOWN","none"),Oo.create("--ft-typography-label-2-bold-fontFamily","","UNKNOWN","Inter"),Oo.create("--ft-typography-label-2-bold-fontWeight","","UNKNOWN","700"),Oo.create("--ft-typography-label-2-bold-lineHeight","","SIZE","110%"),Oo.create("--ft-typography-label-2-bold-fontSize","","SIZE","0.75rem"),Oo.create("--ft-typography-label-2-bold-letterSpacing","","SIZE","0.04em"),Oo.create("--ft-typography-label-2-bold-textCase","","UNKNOWN","uppercase"),Oo.create("--ft-typography-label-2-bold-paragraphSpacing","","UNKNOWN","normal"),Oo.create("--ft-typography-label-2-bold-paragraphIndent","","UNKNOWN","0"),Oo.create("--ft-typography-label-2-bold-textDecoration","","UNKNOWN","none"),Oo.create("--ft-typography-caption-1-medium-fontFamily","","UNKNOWN","Inter"),Oo.create("--ft-typography-caption-1-medium-fontWeight","","UNKNOWN","500"),Oo.create("--ft-typography-caption-1-medium-lineHeight","","SIZE","130%"),Oo.create("--ft-typography-caption-1-medium-fontSize","","SIZE","0.75rem"),Oo.create("--ft-typography-caption-1-medium-letterSpacing","","SIZE","normal"),Oo.create("--ft-typography-caption-1-medium-textCase","","UNKNOWN","none"),Oo.create("--ft-typography-caption-1-medium-paragraphSpacing","","UNKNOWN","normal"),Oo.create("--ft-typography-caption-1-medium-paragraphIndent","","UNKNOWN","0"),Oo.create("--ft-typography-caption-1-medium-textDecoration","","UNKNOWN","none"),Oo.create("--ft-typography-caption-1-semibold-fontFamily","","UNKNOWN","Inter"),Oo.create("--ft-typography-caption-1-semibold-fontWeight","","UNKNOWN","600"),Oo.create("--ft-typography-caption-1-semibold-lineHeight","","SIZE","130%"),Oo.create("--ft-typography-caption-1-semibold-fontSize","","SIZE","0.75rem"),Oo.create("--ft-typography-caption-1-semibold-letterSpacing","","SIZE","normal"),Oo.create("--ft-typography-caption-1-semibold-textCase","","UNKNOWN","none"),Oo.create("--ft-typography-caption-1-semibold-paragraphSpacing","","UNKNOWN","normal"),Oo.create("--ft-typography-caption-1-semibold-paragraphIndent","","UNKNOWN","0"),Oo.create("--ft-typography-caption-1-semibold-textDecoration","","UNKNOWN","none"),Oo.create("--ft-typography-caption-1-bold-fontFamily","","UNKNOWN","Inter"),Oo.create("--ft-typography-caption-1-bold-fontWeight","","UNKNOWN","700"),Oo.create("--ft-typography-caption-1-bold-lineHeight","","SIZE","130%"),Oo.create("--ft-typography-caption-1-bold-fontSize","","SIZE","0.75rem"),Oo.create("--ft-typography-caption-1-bold-letterSpacing","","SIZE","normal"),Oo.create("--ft-typography-caption-1-bold-textCase","","UNKNOWN","none"),Oo.create("--ft-typography-caption-1-bold-paragraphSpacing","","UNKNOWN","normal"),Oo.create("--ft-typography-caption-1-bold-paragraphIndent","","UNKNOWN","0"),Oo.create("--ft-typography-caption-1-bold-textDecoration","","UNKNOWN","none"),Oo.create("--ft-typography-caption-2-medium-fontFamily","","UNKNOWN","Inter"),Oo.create("--ft-typography-caption-2-medium-fontWeight","","UNKNOWN","500"),Oo.create("--ft-typography-caption-2-medium-lineHeight","","SIZE","130%"),Oo.create("--ft-typography-caption-2-medium-fontSize","","SIZE","0.6875rem"),Oo.create("--ft-typography-caption-2-medium-letterSpacing","","SIZE","normal"),Oo.create("--ft-typography-caption-2-medium-textCase","","UNKNOWN","none"),Oo.create("--ft-typography-caption-2-medium-paragraphSpacing","","UNKNOWN","normal"),Oo.create("--ft-typography-caption-2-medium-paragraphIndent","","UNKNOWN","0"),Oo.create("--ft-typography-caption-2-medium-textDecoration","","UNKNOWN","none"),Oo.create("--ft-typography-caption-2-semibold-fontFamily","","UNKNOWN","Inter"),Oo.create("--ft-typography-caption-2-semibold-fontWeight","","UNKNOWN","600"),Oo.create("--ft-typography-caption-2-semibold-lineHeight","","SIZE","130%"),Oo.create("--ft-typography-caption-2-semibold-fontSize","","SIZE","0.6875rem"),Oo.create("--ft-typography-caption-2-semibold-letterSpacing","","SIZE","normal"),Oo.create("--ft-typography-caption-2-semibold-textCase","","UNKNOWN","none"),Oo.create("--ft-typography-caption-2-semibold-paragraphSpacing","","UNKNOWN","normal"),Oo.create("--ft-typography-caption-2-semibold-paragraphIndent","","UNKNOWN","0"),Oo.create("--ft-typography-caption-2-semibold-textDecoration","","UNKNOWN","none"),Oo.create("--ft-typography-caption-2-bold-fontFamily","","UNKNOWN","Inter"),Oo.create("--ft-typography-caption-2-bold-fontWeight","","UNKNOWN","700"),Oo.create("--ft-typography-caption-2-bold-lineHeight","","SIZE","130%"),Oo.create("--ft-typography-caption-2-bold-fontSize","","SIZE","0.6875rem"),Oo.create("--ft-typography-caption-2-bold-letterSpacing","","SIZE","normal"),Oo.create("--ft-typography-caption-2-bold-textCase","","UNKNOWN","none"),Oo.create("--ft-typography-caption-2-bold-paragraphSpacing","","UNKNOWN","normal"),Oo.create("--ft-typography-caption-2-bold-paragraphIndent","","UNKNOWN","0"),Oo.create("--ft-typography-caption-2-bold-textDecoration","","UNKNOWN","none"),Oo.create("--ft-typography-caption-3-medium-fontFamily","","UNKNOWN","Inter"),Oo.create("--ft-typography-caption-3-medium-fontWeight","","UNKNOWN","500"),Oo.create("--ft-typography-caption-3-medium-lineHeight","","SIZE","130%"),Oo.create("--ft-typography-caption-3-medium-fontSize","","SIZE","0.625rem"),Oo.create("--ft-typography-caption-3-medium-letterSpacing","","SIZE","normal"),Oo.create("--ft-typography-caption-3-medium-textCase","","UNKNOWN","none"),Oo.create("--ft-typography-caption-3-medium-paragraphSpacing","","UNKNOWN","normal"),Oo.create("--ft-typography-caption-3-medium-paragraphIndent","","UNKNOWN","0"),Oo.create("--ft-typography-caption-3-medium-textDecoration","","UNKNOWN","none"),Oo.create("--ft-typography-caption-3-semibold-fontFamily","","UNKNOWN","Inter"),Oo.create("--ft-typography-caption-3-semibold-fontWeight","","UNKNOWN","600"),Oo.create("--ft-typography-caption-3-semibold-lineHeight","","SIZE","130%"),Oo.create("--ft-typography-caption-3-semibold-fontSize","","SIZE","0.625rem"),Oo.create("--ft-typography-caption-3-semibold-letterSpacing","","SIZE","normal"),Oo.create("--ft-typography-caption-3-semibold-textCase","","UNKNOWN","none"),Oo.create("--ft-typography-caption-3-semibold-paragraphSpacing","","UNKNOWN","normal"),Oo.create("--ft-typography-caption-3-semibold-paragraphIndent","","UNKNOWN","0"),Oo.create("--ft-typography-caption-3-semibold-textDecoration","","UNKNOWN","none"),Oo.create("--ft-typography-caption-3-bold-fontFamily","","UNKNOWN","Inter"),Oo.create("--ft-typography-caption-3-bold-fontWeight","","UNKNOWN","700"),Oo.create("--ft-typography-caption-3-bold-lineHeight","","SIZE","130%"),Oo.create("--ft-typography-caption-3-bold-fontSize","","SIZE","0.625rem"),Oo.create("--ft-typography-caption-3-bold-letterSpacing","","SIZE","normal"),Oo.create("--ft-typography-caption-3-bold-textCase","","UNKNOWN","none"),Oo.create("--ft-typography-caption-3-bold-paragraphSpacing","","UNKNOWN","normal"),Oo.create("--ft-typography-caption-3-bold-paragraphIndent","","UNKNOWN","0"),Oo.create("--ft-typography-caption-3-bold-textDecoration","","UNKNOWN","none");const vo={backgroundActionPrimary:Oo.extend("--ft-background-action-primary","Used as backgorund of primary action components.",No.colorBrand0),backgroundErrorPrimary:Oo.extend("--ft-background-error-primary","Used as background of error components.",No.colorRed0),backgroundErrorSubtle:Oo.extend("--ft-background-error-subtle","Used as background of subtle error components.",No.colorRed10),backgroundInfoPrimary:Oo.extend("--ft-background-info-primary","Used as background of information components.",No.colorCyan200),backgroundInfoSubtle:Oo.extend("--ft-background-info-subtle","Used as background of subtle information components.",No.colorCyan10),backgroundWarningPrimary:Oo.extend("--ft-background-warning-primary","Used as background of warning components.",No.colorOrange300),backgroundWarningSubtle:Oo.extend("--ft-background-warning-subtle","Used as background of subtle information components.",No.colorOrange10),backgroundSuccessPrimary:Oo.extend("--ft-background-success-primary","Used as background of success components.",No.colorGreen200),backgroundSuccessSubtle:Oo.extend("--ft-background-success-subtle","Used as background of subtle success components.",No.colorGreen10),backgroundGlobalSurface:Oo.extend("--ft-background-global-surface","Used as app background.",No.colorWhite),backgroundGlobalOnSurface:Oo.extend("--ft-background-global-on-surface","Used as background on element on the base background, like cards.",No.colorGray10),backgroundGlobalOnSurfaceDark:Oo.extend("--ft-background-global-on-surface-dark","Used as background on element that need background separation.",No.colorGray30),contentActionPrimary:Oo.extend("--ft-content-action-primary","Used on label of primary action on light surface.",No.colorBrand0),contentWarningPrimary:Oo.extend("--ft-content-warning-primary","Used on label of warning messages on light surface.",No.colorOrange300),contentWarningIconOnly:Oo.extend("--ft-content-warning-icon-only","Used on warning status icons alone",No.colorOrange0),contentErrorPrimary:Oo.extend("--ft-content-error-primary","Used on label of error messages on light surface.",No.colorRed0),contentErrorIconOnly:Oo.extend("--ft-content-error-icon-only","Used on error status icons alone",No.colorRed0),contentInfoPrimary:Oo.extend("--ft-content-info-primary","Used on label of information messages on light surface.",No.colorCyan200),contentInfoIconOnly:Oo.extend("--ft-content-info-icon-only","Used on info status icons alone",No.colorCyan0),contentSuccessPrimary:Oo.extend("--ft-content-success-primary","Used on label of success messages on light surface.",No.colorGreen200),contentSuccessIconOnly:Oo.extend("--ft-content-success-icon-only","Used on success status icons alone",No.colorGreen0),contentGlobalPrimary:Oo.extend("--ft-content-global-primary","Used for main content on the page.",No.colorGray500),contentGlobalSecondary:Oo.extend("--ft-content-global-secondary","Used for secondary content, often paired with primary content.\nAlso for action icons.",No.colorGray200),contentGlobalSubtle:Oo.extend("--ft-content-global-subtle","Used for placeholder, unselected items in a tab component or breadcrumb.",No.colorGray0),contentGlobalOnColor:Oo.extend("--ft-content-global-on-color","Used for content on a dominant color.",No.colorWhite),borderActionPrimary:Oo.extend("--ft-border-action-primary","Used as border for primary action components.",No.colorBrand0),borderActionFocusRing:Oo.extend("--ft-border-action-focus-ring","Focus ring is an additional border to indicate focus-visible state.",No.colorCyan0),borderWarningPrimary:Oo.extend("--ft-border-warning-primary","Used as border for text fields in warning state and for buttons in warning color",No.colorOrange300),borderWarningSubtle:Oo.extend("--ft-border-warning-subtle","Used as border for warning components.",No.colorOrange30),borderSuccessPrimary:Oo.extend("--ft-border-success-primary","Used as border for success buttons.",No.colorGreen200),borderSuccessSubtle:Oo.extend("--ft-border-success-subtle","Used as border for success components.",No.colorGreen30),borderErrorPrimary:Oo.extend("--ft-border-error-primary","Used as border for text fields in error states.",No.colorRed0),borderErrorSubtle:Oo.extend("--ft-border-error-subtle","Used as border for error components.",No.colorRed30),borderInfoPrimary:Oo.extend("--ft-border-info-primary","Used as border for buttons in info color.",No.colorCyan200),borderInfoSubtle:Oo.extend("--ft-border-info-subtle","Used as border for information components.",No.colorCyan30),borderGlobalPrimary:Oo.extend("--ft-border-global-primary","Used as border for element like input.",No.colorGray50),borderGlobalSubtle:Oo.extend("--ft-border-global-subtle","Used as border to deliminate an area filled with background.on-surface and separators.",No.colorGray30),borderInputPrimary:Oo.extend("--ft-border-input-primary","Used as border for checkboxes and radio buttons",No.colorGray80)};Oo.create("--ft-button-large-height","","SIZE","40px"),Oo.extend("--ft-button-large-horizontal-padding","",No.spacing4),Oo.extend("--ft-button-large-gap","",No.spacing2),Oo.extend("--ft-button-large-border-radius","",No.borderRadiusS),Oo.extend("--ft-button-large-icon-size","",No.iconSize3),Oo.create("--ft-button-large-border-width","","SIZE","1px"),Oo.create("--ft-button-large-focus-outline-offset","","SIZE","2px"),Oo.create("--ft-button-large-focus-outline-width","","SIZE","2px"),Oo.create("--ft-button-large-icon-only-width","","SIZE","40px"),Oo.create("--ft-button-small-height","","SIZE","30px"),Oo.extend("--ft-button-small-horizontal-padding","",No.spacing3),Oo.extend("--ft-button-small-gap","",No.spacing2),Oo.extend("--ft-button-small-border-radius","",No.borderRadiusS),Oo.extend("--ft-button-small-icon-size","",No.iconSize2),Oo.create("--ft-button-small-border-width","","SIZE","1px"),Oo.create("--ft-button-small-focus-outline-offset","","SIZE","2px"),Oo.create("--ft-button-small-focus-outline-width","","SIZE","2px"),Oo.create("--ft-button-small-icon-only-width","","SIZE","30px"),Oo.extend("--ft-button-primary-background-color","",vo.backgroundActionPrimary),Oo.extend("--ft-button-primary-color","",vo.contentGlobalOnColor),Oo.extend("--ft-button-primary-icon-color","",vo.contentGlobalOnColor),Oo.extend("--ft-button-primary-state-layer-color","",vo.contentGlobalOnColor),Oo.extend("--ft-button-primary-state-layer-opacity-hover","",No.opacity16),Oo.extend("--ft-button-primary-state-layer-opacity-focus","",No.opacity16),Oo.extend("--ft-button-primary-state-layer-opacity-active","",No.opacity24),Oo.extend("--ft-button-primary-component-opacity-disabled","",No.opacity40),Oo.extend("--ft-button-focus-focus-ring-color","",vo.borderActionFocusRing),Oo.create("--ft-button-tertiary-background-color","","COLOR","rgba(0,0,0,0)"),Oo.extend("--ft-button-tertiary-color","",vo.contentActionPrimary),Oo.extend("--ft-button-tertiary-icon-color","",vo.contentActionPrimary),Oo.extend("--ft-button-tertiary-state-layer-color","",vo.contentActionPrimary),Oo.extend("--ft-button-tertiary-state-layer-opacity-hover","",No.opacity8),Oo.extend("--ft-button-tertiary-state-layer-opacity-focus","",No.opacity8),Oo.extend("--ft-button-tertiary-state-layer-opacity-active","",No.opacity16),Oo.extend("--ft-button-tertiary-component-opacity-disabled","",No.opacity40),Oo.create("--ft-button-secondary-background-color","","COLOR","rgba(0,0,0,0)"),Oo.extend("--ft-button-secondary-color","",vo.contentActionPrimary),Oo.extend("--ft-button-secondary-icon-color","",vo.contentActionPrimary),Oo.extend("--ft-button-secondary-state-layer-color","",vo.contentActionPrimary),Oo.extend("--ft-button-secondary-state-layer-opacity-hover","",No.opacity8),Oo.extend("--ft-button-secondary-state-layer-opacity-focus","",No.opacity8),Oo.extend("--ft-button-secondary-state-layer-opacity-active","",No.opacity16),Oo.extend("--ft-button-secondary-component-opacity-disabled","",No.opacity40),Oo.extend("--ft-button-secondary-border-color","",vo.borderActionPrimary),Oo.create("--ft-button-neutral-background-color","","COLOR","rgba(0,0,0,0)"),Oo.extend("--ft-button-neutral-icon-color","",vo.contentGlobalSecondary),Oo.extend("--ft-button-neutral-color","",vo.contentGlobalSecondary),Oo.extend("--ft-button-neutral-state-layer-color","",vo.contentGlobalSecondary),Oo.extend("--ft-button-neutral-state-layer-opacity-hover","",No.opacity8),Oo.extend("--ft-button-neutral-state-layer-opacity-focus","",No.opacity8),Oo.extend("--ft-button-neutral-state-layer-opacity-active","",No.opacity16),Oo.extend("--ft-button-neutral-component-opacity-disabled","",No.opacity40),Oo.extend("--ft-floating-menu-horizontal-padding","",No.spacing4),Oo.extend("--ft-floating-menu-vertical-padding","",No.spacing4),Oo.extend("--ft-floating-menu-off-icon-color","",vo.contentGlobalPrimary),Oo.extend("--ft-floating-menu-off-color","",vo.contentGlobalPrimary),Oo.extend("--ft-floating-menu-on-color","",vo.contentActionPrimary),Oo.extend("--ft-floating-menu-on-icon-color","",vo.contentActionPrimary),Oo.extend("--ft-floating-menu-on-state-layer-color","",vo.contentActionPrimary),Oo.extend("--ft-floating-menu-gap","",No.spacing3),Oo.extend("--ft-floating-menu-focus-focus-ring-color","",vo.borderActionFocusRing),Oo.create("--ft-floating-menu-focus-outline-width","","SIZE","3px"),Oo.extend("--ft-floating-menu-state-layer-opacity-hover","",No.opacity8),Oo.extend("--ft-floating-menu-state-layer-opacity-active","",No.opacity16),Oo.extend("--ft-floating-menu-state-layer-opacity-focus","",No.opacity8),Oo.extend("--ft-floating-menu-component-opacity-disabled","",No.opacity40),Oo.extend("--ft-floating-menu-icon-size","",No.iconSize3),Oo.extend("--ft-floating-menu-background-color","",vo.backgroundGlobalOnSurface),Oo.extend("--ft-tabs-top-left-border-radius","",No.borderRadiusS),Oo.extend("--ft-tabs-top-right-border-radius","",No.borderRadiusS),Oo.extend("--ft-tabs-label-horizontal-padding","",No.spacing4),Oo.extend("--ft-tabs-label-vertical-padding","",No.spacing3),Oo.extend("--ft-tabs-label-gap","",No.spacing1),Oo.extend("--ft-tabs-icon-horizontal-padding","",No.spacing1),Oo.extend("--ft-tabs-icon-vertical-padding","",No.spacing4),Oo.create("--ft-tabs-focus-outline-width","","SIZE","2px"),Oo.extend("--ft-tabs-focus-focus-ring-color","",vo.borderActionFocusRing),Oo.extend("--ft-tabs-off-state-layer-opacity-hover","",No.opacity8),Oo.extend("--ft-tabs-off-state-layer-opacity-focus","",No.opacity8),Oo.extend("--ft-tabs-off-state-layer-opacity-active","",No.opacity16),Oo.extend("--ft-tabs-off-component-opacity-disabled","",No.opacity40),Oo.extend("--ft-tabs-off-color","",vo.contentGlobalSubtle),Oo.extend("--ft-tabs-off-state-layer-color","",vo.contentGlobalSubtle),Oo.extend("--ft-tabs-on-state-layer-opacity-hover","",No.opacity8),Oo.extend("--ft-tabs-on-state-layer-opacity-focus","",No.opacity8),Oo.extend("--ft-tabs-on-state-layer-opacity-active","",No.opacity16),Oo.extend("--ft-tabs-on-component-opacity-disabled","",No.opacity40),Oo.extend("--ft-tabs-on-color","",vo.contentActionPrimary),Oo.extend("--ft-tabs-on-state-layer-color","",vo.contentActionPrimary),Oo.extend("--ft-collapsible-state-layer-opacity-hover","",No.opacity8),Oo.extend("--ft-collapsible-state-layer-opacity-focus","",No.opacity8),Oo.extend("--ft-collapsible-state-layer-opacity-active","",No.opacity16),Oo.extend("--ft-collapsible-component-opacity-disabled","",No.opacity40),Oo.extend("--ft-collapsible-horizontal-padding","",No.spacing4),Oo.extend("--ft-collapsible-vertical-padding","",No.spacing3),Oo.create("--ft-collapsible-focus-outline-width","","SIZE","3px"),Oo.extend("--ft-collapsible-focus-focus-ring-color","",vo.borderActionFocusRing),Oo.extend("--ft-collapsible-color","",vo.contentGlobalPrimary),Oo.extend("--ft-collapsible-state-layer-color","",vo.contentGlobalPrimary),Oo.extend("--ft-collapsible-background-color","",vo.backgroundGlobalOnSurface),Oo.extend("--ft-collapsible-border-color","",vo.borderGlobalSubtle),Oo.extend("--ft-collapsible-icon-size","",No.iconSize3),Oo.extend("--ft-switch-group-horizontal-padding","",No.spacing1),Oo.extend("--ft-switch-group-vertical-padding","",No.spacing1),Oo.extend("--ft-switch-group-gap","",No.spacing1),Oo.extend("--ft-switch-group-background-color","",vo.backgroundGlobalSurface),Oo.extend("--ft-switch-group-border-color","",vo.borderGlobalSubtle),Oo.create("--ft-switch-group-border-radius","","SIZE","6px"),Oo.extend("--ft-switch-label-horizontal-padding","",No.spacing2),Oo.extend("--ft-switch-label-vertical-padding","",No.spacing1),Oo.extend("--ft-switch-icon-horizontal-padding","",No.spacing1),Oo.extend("--ft-switch-icon-vertical-padding","",No.spacing1),Oo.create("--ft-switch-focus-outline-width","","SIZE","2px"),Oo.extend("--ft-switch-focus-focus-ring-color","",vo.borderActionFocusRing),Oo.extend("--ft-switch-option-border-radius","",No.borderRadiusS),Oo.extend("--ft-switch-off-state-layer-opacity-hover","",No.opacity8),Oo.extend("--ft-switch-off-state-layer-opacity-focus","",No.opacity8),Oo.extend("--ft-switch-off-state-layer-opacity-active","",No.opacity16),Oo.extend("--ft-switch-off-component-opacity-disabled","",No.opacity40),Oo.extend("--ft-switch-off-color","",vo.contentGlobalSubtle),Oo.extend("--ft-switch-off-state-layer-color","",vo.contentGlobalSubtle),Oo.extend("--ft-switch-on-state-layer-opacity-hover","",No.opacity8),Oo.extend("--ft-switch-on-state-layer-opacity-focus","",No.opacity8),Oo.extend("--ft-switch-on-state-layer-opacity-active","",No.opacity16),Oo.extend("--ft-switch-on-component-opacity-disabled","",No.opacity40),Oo.extend("--ft-switch-on-color","",vo.contentActionPrimary),Oo.extend("--ft-switch-on-state-layer-color","",vo.contentActionPrimary),Oo.extend("--ft-chart-1-light","for area color charts",No.colorBrand40),Oo.extend("--ft-chart-1-base","for line charts",No.colorBrand0),Oo.extend("--ft-chart-2-light","for area color charts",No.colorYellow60),Oo.extend("--ft-chart-2-base","for line charts",No.colorYellow100),Oo.extend("--ft-chart-3-light","",No.colorUltramarine40),Oo.extend("--ft-chart-3-base","",No.colorUltramarine70),Oo.extend("--ft-chart-4-light","",No.colorCyan50),Oo.extend("--ft-chart-4-base","",No.colorCyan100),Oo.extend("--ft-chart-5-light","",No.colorRed40),Oo.extend("--ft-chart-5-base","",No.colorRed60),Oo.extend("--ft-chart-6-light","",No.colorGreen40),Oo.extend("--ft-chart-6-base","",No.colorGreen70),Oo.extend("--ft-chart-7-light","",No.colorOrange70),Oo.extend("--ft-chart-7-base","",No.colorOrange100),Oo.extend("--ft-chart-8-light","",No.colorAvocado70),Oo.extend("--ft-chart-8-base","",No.colorAvocado200),Oo.extend("--ft-chart-9-light","",No.colorBrown50),Oo.extend("--ft-chart-9-base","",No.colorBrown200),Oo.extend("--ft-chart-10-light","",No.colorGray50),Oo.extend("--ft-chart-10-base","",No.colorGray80),Oo.extend("--ft-chart-monochrome-10","",No.colorBrand10),Oo.extend("--ft-chart-monochrome-20","",No.colorBrand20),Oo.extend("--ft-chart-monochrome-30","",No.colorBrand40),Oo.extend("--ft-chart-monochrome-40","",No.colorBrand60),Oo.extend("--ft-chart-monochrome-50","",No.colorBrand0),Oo.extend("--ft-chart-monochrome-60","",No.colorBrand200),Oo.extend("--ft-chip-large-horizontal-padding","",No.spacing4),Oo.extend("--ft-chip-large-vertical-padding","",No.spacing2),Oo.extend("--ft-chip-large-gap","",No.spacing1),Oo.create("--ft-chip-large-focus-outline-offset","","SIZE","2px"),Oo.create("--ft-chip-large-focus-outline-width","","SIZE","2px"),Oo.extend("--ft-chip-large-border-radius","",No.borderRadiusPill),Oo.create("--ft-chip-large-border-width","","SIZE","1px"),Oo.extend("--ft-chip-large-icon-size","",No.iconSize3),Oo.extend("--ft-chip-medium-horizontal-padding","",No.spacing3),Oo.extend("--ft-chip-medium-vertical-padding","",No.spacing1),Oo.extend("--ft-chip-medium-gap","",No.spacing1),Oo.create("--ft-chip-medium-focus-outline-offset","","SIZE","2px"),Oo.create("--ft-chip-medium-focus-outline-width","","SIZE","2px"),Oo.extend("--ft-chip-medium-border-radius","",No.borderRadiusPill),Oo.create("--ft-chip-medium-border-width","","SIZE","1px"),Oo.extend("--ft-chip-medium-icon-size","",No.iconSize2),Oo.extend("--ft-chip-small-horizontal-padding","",No.spacing2),Oo.extend("--ft-chip-small-vertical-padding","",No.spacing05),Oo.extend("--ft-chip-small-gap","",No.spacing1),Oo.create("--ft-chip-small-focus-outline-offset","","SIZE","2px"),Oo.create("--ft-chip-small-focus-outline-width","","SIZE","2px"),Oo.extend("--ft-chip-small-border-radius","",No.borderRadiusPill),Oo.create("--ft-chip-small-border-width","","SIZE","1px"),Oo.extend("--ft-chip-small-icon-size","",No.iconSize1),Oo.extend("--ft-chip-neutral-background-color","",vo.backgroundGlobalOnSurface),Oo.extend("--ft-chip-neutral-color","",vo.contentGlobalPrimary),Oo.extend("--ft-chip-neutral-border-color","",vo.borderGlobalSubtle),Oo.extend("--ft-chip-info-background-color","",vo.backgroundInfoSubtle),Oo.extend("--ft-chip-info-color","",vo.contentInfoPrimary),Oo.extend("--ft-chip-info-border-color","",vo.borderInfoSubtle),Oo.extend("--ft-chip-success-background-color","",vo.backgroundSuccessSubtle),Oo.extend("--ft-chip-success-color","",vo.contentSuccessPrimary),Oo.extend("--ft-chip-success-border-color","",vo.borderSuccessSubtle),Oo.extend("--ft-chip-warning-background-color","",vo.backgroundWarningSubtle),Oo.extend("--ft-chip-warning-color","",vo.contentWarningPrimary),Oo.extend("--ft-chip-warning-border-color","",vo.borderWarningSubtle),Oo.extend("--ft-chip-error-background-color","",vo.backgroundErrorSubtle),Oo.extend("--ft-chip-error-color","",vo.contentErrorPrimary),Oo.extend("--ft-chip-error-border-color","",vo.borderErrorSubtle),Oo.create("--ft-notice-border-width","","SIZE","1px"),Oo.extend("--ft-notice-horizontal-padding","",No.spacing2),Oo.extend("--ft-notice-vertical-padding","",No.spacing1),Oo.extend("--ft-notice-border-radius","",No.borderRadiusS),Oo.extend("--ft-notice-gap","",No.spacing2),Oo.extend("--ft-notice-icon-size","",No.iconSize3),Oo.extend("--ft-notice-info-background-color","",vo.backgroundInfoSubtle),Oo.extend("--ft-notice-info-border-color","",vo.borderInfoSubtle),Oo.extend("--ft-notice-info-color","",vo.contentInfoPrimary),Oo.extend("--ft-notice-warning-background-color","",vo.backgroundWarningSubtle),Oo.extend("--ft-notice-warning-border-color","",vo.borderWarningSubtle),Oo.extend("--ft-notice-warning-color","",vo.contentWarningPrimary),Oo.extend("--ft-checkbox-label-color","",vo.contentGlobalPrimary),Oo.extend("--ft-checkbox-checked-background-color","",vo.contentActionPrimary),Oo.extend("--ft-checkbox-checked-state-layer-color","",vo.contentActionPrimary),Oo.extend("--ft-checkbox-checked-color","",vo.contentGlobalOnColor),Oo.extend("--ft-checkbox-checked-state-layer-opacity-hover","",No.opacity16),Oo.extend("--ft-checkbox-checked-state-layer-opacity-focus","",No.opacity16),Oo.extend("--ft-checkbox-checked-state-layer-opacity-active","",No.opacity24),Oo.extend("--ft-checkbox-checked-component-opacity-disabled","",No.opacity40),Oo.extend("--ft-checkbox-unchecked-border-color","",No.colorGray80),Oo.extend("--ft-checkbox-unchecked-state-layer-color","",No.colorGray80),Oo.extend("--ft-checkbox-unchecked-state-layer-opacity-hover","",No.opacity16),Oo.extend("--ft-checkbox-unchecked-state-layer-opacity-focus","",No.opacity16),Oo.extend("--ft-checkbox-unchecked-state-layer-opacity-active","",No.opacity24),Oo.extend("--ft-checkbox-unchecked-component-opacity-disabled","",No.opacity40),Oo.extend("--ft-checkbox-focus-focus-ring-color","",vo.borderActionFocusRing),Oo.create("--ft-checkbox-focus-outline-offset","","SIZE","3px"),Oo.create("--ft-checkbox-focus-outline-width","","SIZE","2px"),Oo.extend("--ft-checkbox-gap","",No.spacing3),Oo.extend("--ft-toggle-off-state-layer-opacity-hover","",No.opacity16),Oo.extend("--ft-toggle-off-state-layer-opacity-focus","",No.opacity16),Oo.extend("--ft-toggle-off-state-layer-opacity-active","",No.opacity24),Oo.extend("--ft-toggle-off-component-opacity-disabled","",No.opacity40),Oo.extend("--ft-toggle-off-background-color","",vo.contentGlobalSubtle),Oo.extend("--ft-toggle-off-icon-color","",vo.contentGlobalSubtle),Oo.extend("--ft-toggle-off-state-layer-color","",vo.contentGlobalSubtle),Oo.extend("--ft-toggle-on-state-layer-opacity-hover","",No.opacity16),Oo.extend("--ft-toggle-on-state-layer-opacity-focus","",No.opacity16),Oo.extend("--ft-toggle-on-state-layer-opacity-active","",No.opacity24),Oo.extend("--ft-toggle-on-component-opacity-disabled","",No.opacity40),Oo.extend("--ft-toggle-on-background-color","",vo.contentActionPrimary),Oo.extend("--ft-toggle-on-icon-color","",vo.contentActionPrimary),Oo.extend("--ft-toggle-on-state-layer-color","",vo.contentActionPrimary),Oo.extend("--ft-toggle-label-color","",vo.contentGlobalPrimary),Oo.extend("--ft-toggle-focus-focus-ring-color","",vo.borderActionFocusRing),Oo.extend("--ft-toggle-gap","",No.spacing3),Oo.extend("--ft-radio-label-color","",vo.contentGlobalPrimary),Oo.extend("--ft-radio-selected-color","",vo.contentActionPrimary),Oo.extend("--ft-radio-selected-state-layer-color","",vo.contentActionPrimary),Oo.extend("--ft-radio-selected-state-layer-opacity-hover","",No.opacity16),Oo.extend("--ft-radio-selected-state-layer-opacity-focus","",No.opacity16),Oo.extend("--ft-radio-selected-state-layer-opacity-active","",No.opacity24),Oo.extend("--ft-radio-selected-component-opacity-disabled","",No.opacity40),Oo.extend("--ft-radio-unselected-state-layer-color","",No.colorGray80),Oo.extend("--ft-radio-unselected-state-layer-opacity-hover","",No.opacity16),Oo.extend("--ft-radio-unselected-state-layer-opacity-focus","",No.opacity16),Oo.extend("--ft-radio-unselected-state-layer-opacity-active","",No.opacity24),Oo.extend("--ft-radio-unselected-component-opacity-disabled","",No.opacity40),Oo.extend("--ft-radio-focus-focus-ring-color","",vo.borderActionFocusRing),Oo.create("--ft-radio-focus-outline-offset","","SIZE","3px"),Oo.create("--ft-radio-focus-outline-width","","SIZE","2px"),Oo.extend("--ft-radio-gap","",No.spacing3),Oo.extend("--ft-notification-icon-size","",No.iconSize4),Oo.extend("--ft-notification-horizontal-padding","",No.spacing4),Oo.extend("--ft-notification-vertical-padding","",No.spacing4),Oo.extend("--ft-notification-info-background-color","",vo.backgroundInfoSubtle),Oo.extend("--ft-notification-info-color","",vo.contentInfoPrimary),Oo.extend("--ft-notification-info-border-color","",vo.borderInfoSubtle),Oo.extend("--ft-notification-success-background-color","",vo.backgroundSuccessSubtle),Oo.extend("--ft-notification-success-color","",vo.contentSuccessPrimary),Oo.extend("--ft-notification-success-border-color","",vo.borderSuccessSubtle),Oo.extend("--ft-notification-warning-background-color","",vo.backgroundWarningSubtle),Oo.extend("--ft-notification-warning-color","",vo.contentWarningPrimary),Oo.extend("--ft-notification-warning-border-color","",vo.borderWarningSubtle),Oo.extend("--ft-notification-error-background-color","",vo.backgroundErrorSubtle),Oo.extend("--ft-notification-error-color","",vo.contentErrorPrimary),Oo.extend("--ft-notification-error-border-color","",vo.borderErrorSubtle),Oo.extend("--ft-notification-border-radius","",No.borderRadiusPill),Oo.create("--ft-notification-border-width","","SIZE","1px"),Oo.extend("--ft-notification-gap-leading","",No.spacing2),Oo.extend("--ft-notification-gap-trailing","",No.spacing8),Oo.extend("--ft-tooltip-horizontal-padding","",No.spacing2),Oo.extend("--ft-tooltip-vertical-padding","",No.spacing2),Oo.extend("--ft-tooltip-border-radius","",No.borderRadiusS),Oo.extend("--ft-tooltip-label","",vo.contentGlobalOnColor),Oo.extend("--ft-tooltip-background","",vo.contentGlobalPrimary),Oo.extend("--ft-tooltip-background-opacity","",No.opacity80),Oo.extend("--ft-tooltip-shadow","",No.shadowElevation03);const So={colorPrimary:Oo.create("--ft-color-primary","","COLOR","#2196F3"),colorPrimaryVariant:Oo.create("--ft-color-primary-variant","","COLOR","#1976D2"),colorSecondary:Oo.create("--ft-color-secondary","","COLOR","#FFCC80"),colorSecondaryVariant:Oo.create("--ft-color-secondary-variant","","COLOR","#F57C00"),colorSurface:Oo.create("--ft-color-surface","","COLOR","#FFFFFF"),colorContent:Oo.create("--ft-color-content","","COLOR","rgba(0, 0, 0, 0.87)"),colorError:Oo.create("--ft-color-error","","COLOR","#B00020"),colorOutline:Oo.create("--ft-color-outline","","COLOR","rgba(0, 0, 0, 0.14)"),colorOpacityHigh:Oo.create("--ft-color-opacity-high","","NUMBER","1"),colorOpacityMedium:Oo.create("--ft-color-opacity-medium","","NUMBER","0.74"),colorOpacityDisabled:Oo.create("--ft-color-opacity-disabled","","NUMBER","0.38"),colorOnPrimary:Oo.create("--ft-color-on-primary","","COLOR","#FFFFFF"),colorOnPrimaryHigh:Oo.create("--ft-color-on-primary-high","","COLOR","#FFFFFF"),colorOnPrimaryMedium:Oo.create("--ft-color-on-primary-medium","","COLOR","rgba(255, 255, 255, 0.74)"),colorOnPrimaryDisabled:Oo.create("--ft-color-on-primary-disabled","","COLOR","rgba(255, 255, 255, 0.38)"),colorOnSecondary:Oo.create("--ft-color-on-secondary","","COLOR","#FFFFFF"),colorOnSecondaryHigh:Oo.create("--ft-color-on-secondary-high","","COLOR","#FFFFFF"),colorOnSecondaryMedium:Oo.create("--ft-color-on-secondary-medium","","COLOR","rgba(255, 255, 255, 0.74)"),colorOnSecondaryDisabled:Oo.create("--ft-color-on-secondary-disabled","","COLOR","rgba(255, 255, 255, 0.38)"),colorOnSurface:Oo.create("--ft-color-on-surface","","COLOR","rgba(0, 0, 0, 0.87)"),colorOnSurfaceHigh:Oo.create("--ft-color-on-surface-high","","COLOR","rgba(0, 0, 0, 0.87)"),colorOnSurfaceMedium:Oo.create("--ft-color-on-surface-medium","","COLOR","rgba(0, 0, 0, 0.60)"),colorOnSurfaceDisabled:Oo.create("--ft-color-on-surface-disabled","","COLOR","rgba(0, 0, 0, 0.38)"),opacityContentOnSurfaceDisabled:Oo.create("--ft-opacity-content-on-surface-disabled","","NUMBER","0"),opacityContentOnSurfaceEnable:Oo.create("--ft-opacity-content-on-surface-enable","","NUMBER","0"),opacityContentOnSurfaceHover:Oo.create("--ft-opacity-content-on-surface-hover","","NUMBER","0.04"),opacityContentOnSurfaceFocused:Oo.create("--ft-opacity-content-on-surface-focused","","NUMBER","0.12"),opacityContentOnSurfacePressed:Oo.create("--ft-opacity-content-on-surface-pressed","","NUMBER","0.10"),opacityContentOnSurfaceSelected:Oo.create("--ft-opacity-content-on-surface-selected","","NUMBER","0.08"),opacityContentOnSurfaceDragged:Oo.create("--ft-opacity-content-on-surface-dragged","","NUMBER","0.08"),opacityPrimaryOnSurfaceDisabled:Oo.create("--ft-opacity-primary-on-surface-disabled","","NUMBER","0"),opacityPrimaryOnSurfaceEnable:Oo.create("--ft-opacity-primary-on-surface-enable","","NUMBER","0"),opacityPrimaryOnSurfaceHover:Oo.create("--ft-opacity-primary-on-surface-hover","","NUMBER","0.04"),opacityPrimaryOnSurfaceFocused:Oo.create("--ft-opacity-primary-on-surface-focused","","NUMBER","0.12"),opacityPrimaryOnSurfacePressed:Oo.create("--ft-opacity-primary-on-surface-pressed","","NUMBER","0.10"),opacityPrimaryOnSurfaceSelected:Oo.create("--ft-opacity-primary-on-surface-selected","","NUMBER","0.08"),opacityPrimaryOnSurfaceDragged:Oo.create("--ft-opacity-primary-on-surface-dragged","","NUMBER","0.08"),opacitySurfaceOnPrimaryDisabled:Oo.create("--ft-opacity-surface-on-primary-disabled","","NUMBER","0"),opacitySurfaceOnPrimaryEnable:Oo.create("--ft-opacity-surface-on-primary-enable","","NUMBER","0"),opacitySurfaceOnPrimaryHover:Oo.create("--ft-opacity-surface-on-primary-hover","","NUMBER","0.04"),opacitySurfaceOnPrimaryFocused:Oo.create("--ft-opacity-surface-on-primary-focused","","NUMBER","0.12"),opacitySurfaceOnPrimaryPressed:Oo.create("--ft-opacity-surface-on-primary-pressed","","NUMBER","0.10"),opacitySurfaceOnPrimarySelected:Oo.create("--ft-opacity-surface-on-primary-selected","","NUMBER","0.08"),opacitySurfaceOnPrimaryDragged:Oo.create("--ft-opacity-surface-on-primary-dragged","","NUMBER","0.08"),elevation00:Oo.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)"),elevation01:Oo.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)"),elevation02:Oo.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)"),elevation03:Oo.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)"),elevation04:Oo.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)"),elevation06:Oo.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)"),elevation08:Oo.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)"),elevation12:Oo.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)"),elevation16:Oo.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)"),elevation24:Oo.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)"),borderRadiusS:Oo.create("--ft-border-radius-S","","SIZE","4px"),borderRadiusM:Oo.create("--ft-border-radius-M","","SIZE","8px"),borderRadiusL:Oo.create("--ft-border-radius-L","","SIZE","12px"),borderRadiusXL:Oo.create("--ft-border-radius-XL","","SIZE","16px"),titleFont:Oo.create("--ft-title-font","","UNKNOWN","Ubuntu, system-ui, sans-serif"),contentFont:Oo.create("--ft-content-font","","UNKNOWN","'Open Sans', system-ui, sans-serif"),transitionDuration:Oo.create("--ft-transition-duration","","UNKNOWN","250ms"),transitionTimingFunction:Oo.create("--ft-transition-timing-function","","UNKNOWN","ease-in-out")},wo=window,xo=wo.ShadowRoot&&(void 0===wo.ShadyCSS||wo.ShadyCSS.nativeShadow)&&"adoptedStyleSheets"in Document.prototype&&"replace"in CSSStyleSheet.prototype;
|
|
66
66
|
/**
|
|
67
67
|
* @license
|
|
68
68
|
* Copyright 2019 Google LLC
|
|
69
69
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
70
|
-
*/class
|
|
70
|
+
*/class Co extends go{createRenderRoot(){const t=this.constructor;t.elementDefinitions&&!t.registry&&(t.registry=new CustomElementRegistry,Object.entries(t.elementDefinitions).forEach((([o,e])=>t.registry.define(o,e))));const o={...t.shadowRootOptions,customElements:t.registry},e=this.renderOptions.creationScope=this.attachShadow(o);return((t,o)=>{xo?t.adoptedStyleSheets=o.map((t=>t instanceof CSSStyleSheet?t:t.styleSheet)):o.forEach((o=>{const e=document.createElement("style"),r=wo.litNonce;void 0!==r&&e.setAttribute("nonce",r),e.textContent=o.cssText,t.appendChild(e)}))})(e,t.elementStyles),e}}var Eo,Ro=function(t,o,e,r){for(var n,i=arguments.length,a=i<3?o:null===r?r=Object.getOwnPropertyDescriptor(o,e):r,s=t.length-1;s>=0;s--)(n=t[s])&&(a=(i<3?n(a):i>3?n(o,e,a):n(o,e))||a);return i>3&&a&&Object.defineProperty(o,e,a),a};const Uo=Symbol("constructorPrototype"),Mo=Symbol("constructorName"),Do=Symbol("exportpartsDebouncer");class Wo extends Co{constructor(){super(),this[Eo]=new o(5),this[Mo]=this.constructor.name,this[Uo]=this.constructor.prototype}adoptedCallback(){this.constructor.name!==this[Mo]&&Object.setPrototypeOf(this,this[Uo])}updated(t){super.updated(t),setTimeout((()=>{this.contentAvailableCallback(t),this.scheduleExportpartsUpdate()}),0)}contentAvailableCallback(t){var o,e;if((null!==(e=null===(o=this.shadowRoot)||void 0===o?void 0:o.querySelectorAll(".ft-lit-element--custom-stylesheet"))&&void 0!==e?e:[]).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[Do].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,e,r,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!==(e=null===(o=this.shadowRoot)||void 0===o?void 0:o.querySelectorAll("[part],[exportparts]"))&&void 0!==e?e:[]){const o=null!==(n=null===(r=t.getAttribute("part"))||void 0===r?void 0:r.split(" "))&&void 0!==n?n:[],e=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,...e).filter(s).map((t=>t.trim())).forEach((t=>l.add(t)))}if(0===l.size)return void this.removeAttribute("exportparts");const h=[...l.values()].flatMap((t=>c.map((o=>`${t}:${o}--${t}`))));this.setAttribute("exportparts",[...this.part,...h].join(", "))}}Eo=Do,Ro([C()],Wo.prototype,"exportpartsPrefix",void 0),Ro([function(t,o){const e=()=>JSON.parse(JSON.stringify(t));return C({type:Object,converter:{fromAttribute:t=>{if(null==t)return e();try{return JSON.parse(t)}catch{return e()}},toAttribute:t=>JSON.stringify(t)},hasChanged:(t,o)=>!R(t,o),...null!=o?o:{}})}([])],Wo.prototype,"exportpartsPrefixes",void 0),Ro([C()],Wo.prototype,"customStylesheet",void 0);const ko=Oo.create("--ft-utils-highlight-html-background-color","","COLOR","#FFF26E");function Io(t){var o;return null!==(o=null==t?void 0:t.isFtReduxStore)&&void 0!==o&&o}var Lo,Yo,Ko;mt`
|
|
71
71
|
.highlight-html-match {
|
|
72
|
-
background: ${
|
|
72
|
+
background: ${ko};
|
|
73
73
|
}
|
|
74
74
|
`,mt`
|
|
75
75
|
.ft-no-text-select {
|
|
@@ -103,33 +103,33 @@ let ye=class extends Lt{constructor(){super(...arguments),this.renderOptions={ho
|
|
|
103
103
|
display: inline-block;
|
|
104
104
|
width: 0;
|
|
105
105
|
}
|
|
106
|
-
`;const Ze=Symbol("internalReduxEventsUnsubscribers"),Ke=Symbol("internalStoresUnsubscribers"),Ae=Symbol("internalStores");class Fe extends De{constructor(){super(...arguments),this[Le]=new Map,this[Ye]=new Map,this[Ie]=[]}get reduxConstructor(){return this.constructor}update(t){super.update(t),[...this.reduxConstructor.reduxReactiveProperties].some((e=>t.has(e)))&&this.updateFromStores()}getUnnamedStore(){if(this[Ae].size>1)throw new Error("Cannot resolve unnamed store when multiple stores are configured.");return[...this[Ae].values()][0]}getStore(t){return null==t?this.getUnnamedStore():this[Ae].get(t)}addStore(t,e){var o;e=null!==(o=null!=e?e:We(t)?t.name:void 0)&&void 0!==o?o:"default-store",this.unsubscribeFromStore(e),this.setupStore(e,t)}removeStore(t){const e="string"==typeof t?t:t.name;this.unsubscribeFromStore(e),this[Ae].delete(e)}setupStore(t,e){this[Ae].set(t,e),this.subscribeToStore(t,e),this.updateFromStores()}setupStores(){this.unsubscribeFromStores(),this[Ae].forEach(((t,e)=>this.subscribeToStore(e,t))),this.updateFromStores()}updateFromStores(){this.reduxConstructor.reduxProperties.forEach(((t,e)=>{const o=this.constructor.getPropertyOptions(e);if(!(null==o?void 0:o.attribute)||!this.hasAttribute("string"==typeof(null==o?void 0:o.attribute)?o.attribute:e)){const o=this.getStore(t.store);o&&(t.store?this[Ke].has(t.store):this[Ke].size>0)&&(this[e]=t.selector(o.getState(),this))}}))}subscribeToStore(t,e){var o;this[Ke].set(t,e.subscribe((()=>this.updateFromStores()))),We(e)&&e.eventBus&&(null===(o=this.reduxConstructor.reduxEventListeners)||void 0===o||o.forEach(((t,o)=>{if("function"==typeof this[o]&&(!t.store||e.name===t.store)){const r=t=>this[o](t);e.eventBus.addEventListener(t.eventName,r),this[Ze].push((()=>e.eventBus.removeEventListener(t.eventName,r)))}}))),this.onStoreAvailable(t)}unsubscribeFromStores(){this[Ke].forEach(((t,e)=>this.unsubscribeFromStore(e))),this[Ze].forEach((t=>t())),this[Ze]=[]}unsubscribeFromStore(t){this[Ke].has(t)&&this[Ke].get(t)(),this[Ke].delete(t)}onStoreAvailable(t){}connectedCallback(){super.connectedCallback(),this.setupStores()}disconnectedCallback(){super.disconnectedCallback(),this.unsubscribeFromStores()}}var _e,$e,Te,He;function Ge(){return Te.apply(null,arguments)}function Pe(t){return t instanceof Array||"[object Array]"===Object.prototype.toString.call(t)}function Be(t){return null!=t&&"[object Object]"===Object.prototype.toString.call(t)}function ze(t,e){return Object.prototype.hasOwnProperty.call(t,e)}function je(t){if(Object.getOwnPropertyNames)return 0===Object.getOwnPropertyNames(t).length;var e;for(e in t)if(ze(t,e))return!1;return!0}function Je(t){return void 0===t}function qe(t){return"number"==typeof t||"[object Number]"===Object.prototype.toString.call(t)}function Ve(t){return t instanceof Date||"[object Date]"===Object.prototype.toString.call(t)}function Qe(t,e){var o,r=[],n=t.length;for(o=0;o<n;++o)r.push(e(t[o],o));return r}function Xe(t,e){for(var o in e)ze(e,o)&&(t[o]=e[o]);return ze(e,"toString")&&(t.toString=e.toString),ze(e,"valueOf")&&(t.valueOf=e.valueOf),t}function to(t,e,o,r){return Sn(t,e,o,r,!0).utc()}function eo(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 oo(t){if(null==t._isValid){var e=eo(t),o=He.call(e.parsedDateParts,(function(t){return null!=t})),r=!isNaN(t._d.getTime())&&e.overflow<0&&!e.empty&&!e.invalidEra&&!e.invalidMonth&&!e.invalidWeekday&&!e.weekdayMismatch&&!e.nullInput&&!e.invalidFormat&&!e.userInvalidated&&(!e.meridiem||e.meridiem&&o);if(t._strict&&(r=r&&0===e.charsLeftOver&&0===e.unusedTokens.length&&void 0===e.bigHour),null!=Object.isFrozen&&Object.isFrozen(t))return r;t._isValid=r}return t._isValid}function ro(t){var e=to(NaN);return null!=t?Xe(eo(e),t):eo(e).userInvalidated=!0,e}Le=Ke,Ye=Ae,Ie=Ze,Fe.reduxProperties=new Map,Fe.reduxReactiveProperties=new Set,Fe.reduxEventListeners=new Map,window.ftReduxStores||(window.ftReduxStores={}),navigator.vendor&&navigator.vendor.match(/apple/i)||(null===($e=null===(_e=window.safari)||void 0===_e?void 0:_e.pushNotification)||void 0===$e||$e.toString()),He=Array.prototype.some?Array.prototype.some:function(t){var e,o=Object(this),r=o.length>>>0;for(e=0;e<r;e++)if(e in o&&t.call(this,o[e],e,o))return!0;return!1};var no=Ge.momentProperties=[],io=!1;function so(t,e){var o,r,n,i=no.length;if(Je(e._isAMomentObject)||(t._isAMomentObject=e._isAMomentObject),Je(e._i)||(t._i=e._i),Je(e._f)||(t._f=e._f),Je(e._l)||(t._l=e._l),Je(e._strict)||(t._strict=e._strict),Je(e._tzm)||(t._tzm=e._tzm),Je(e._isUTC)||(t._isUTC=e._isUTC),Je(e._offset)||(t._offset=e._offset),Je(e._pf)||(t._pf=eo(e)),Je(e._locale)||(t._locale=e._locale),i>0)for(o=0;o<i;o++)Je(n=e[r=no[o]])||(t[r]=n);return t}function ao(t){so(this,t),this._d=new Date(null!=t._d?t._d.getTime():NaN),this.isValid()||(this._d=new Date(NaN)),!1===io&&(io=!0,Ge.updateOffset(this),io=!1)}function co(t){return t instanceof ao||null!=t&&null!=t._isAMomentObject}function lo(t){!1===Ge.suppressDeprecationWarnings&&"undefined"!=typeof console&&console.warn&&console.warn("Deprecation warning: "+t)}function ho(t,e){var o=!0;return Xe((function(){if(null!=Ge.deprecationHandler&&Ge.deprecationHandler(null,t),o){var r,n,i,s=[],a=arguments.length;for(n=0;n<a;n++){if(r="","object"==typeof arguments[n]){for(i in r+="\n["+n+"] ",arguments[0])ze(arguments[0],i)&&(r+=i+": "+arguments[0][i]+", ");r=r.slice(0,-2)}else r=arguments[n];s.push(r)}lo(t+"\nArguments: "+Array.prototype.slice.call(s).join("")+"\n"+(new Error).stack),o=!1}return e.apply(this,arguments)}),e)}var fo,uo={};function po(t,e){null!=Ge.deprecationHandler&&Ge.deprecationHandler(t,e),uo[t]||(lo(e),uo[t]=!0)}function yo(t){return"undefined"!=typeof Function&&t instanceof Function||"[object Function]"===Object.prototype.toString.call(t)}function go(t,e){var o,r=Xe({},t);for(o in e)ze(e,o)&&(Be(t[o])&&Be(e[o])?(r[o]={},Xe(r[o],t[o]),Xe(r[o],e[o])):null!=e[o]?r[o]=e[o]:delete r[o]);for(o in t)ze(t,o)&&!ze(e,o)&&Be(t[o])&&(r[o]=Xe({},r[o]));return r}function mo(t){null!=t&&this.set(t)}Ge.suppressDeprecationWarnings=!1,Ge.deprecationHandler=null,fo=Object.keys?Object.keys:function(t){var e,o=[];for(e in t)ze(t,e)&&o.push(e);return o};function bo(t,e,o){var r=""+Math.abs(t),n=e-r.length;return(t>=0?o?"+":"":"-")+Math.pow(10,Math.max(0,n)).toString().substr(1)+r}var Oo=/(\[[^\[]*\])|(\\)?([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,No=/(\[[^\[]*\])|(\\)?(LTS|LT|LL?L?L?|l{1,4})/g,vo={},So={};function wo(t,e,o,r){var n=r;"string"==typeof r&&(n=function(){return this[r]()}),t&&(So[t]=n),e&&(So[e[0]]=function(){return bo(n.apply(this,arguments),e[1],e[2])}),o&&(So[o]=function(){return this.localeData().ordinal(n.apply(this,arguments),t)})}function Co(t,e){return t.isValid()?(e=xo(e,t.localeData()),vo[e]=vo[e]||function(t){var e,o,r,n=t.match(Oo);for(e=0,o=n.length;e<o;e++)So[n[e]]?n[e]=So[n[e]]:n[e]=(r=n[e]).match(/\[[\s\S]/)?r.replace(/^\[|\]$/g,""):r.replace(/\\/g,"");return function(e){var r,i="";for(r=0;r<o;r++)i+=yo(n[r])?n[r].call(e,t):n[r];return i}}(e),vo[e](t)):t.localeData().invalidDate()}function xo(t,e){var o=5;function r(t){return e.longDateFormat(t)||t}for(No.lastIndex=0;o>=0&&No.test(t);)t=t.replace(No,r),No.lastIndex=0,o-=1;return t}var Ro={};function Eo(t,e){var o=t.toLowerCase();Ro[o]=Ro[o+"s"]=Ro[e]=t}function Mo(t){return"string"==typeof t?Ro[t]||Ro[t.toLowerCase()]:void 0}function Uo(t){var e,o,r={};for(o in t)ze(t,o)&&(e=Mo(o))&&(r[e]=t[o]);return r}var Do={};function ko(t,e){Do[t]=e}function Wo(t){return t%4==0&&t%100!=0||t%400==0}function Lo(t){return t<0?Math.ceil(t)||0:Math.floor(t)}function Yo(t){var e=+t,o=0;return 0!==e&&isFinite(e)&&(o=Lo(e)),o}function Io(t,e){return function(o){return null!=o?(Ko(this,t,o),Ge.updateOffset(this,e),this):Zo(this,t)}}function Zo(t,e){return t.isValid()?t._d["get"+(t._isUTC?"UTC":"")+e]():NaN}function Ko(t,e,o){t.isValid()&&!isNaN(o)&&("FullYear"===e&&Wo(t.year())&&1===t.month()&&29===t.date()?(o=Yo(o),t._d["set"+(t._isUTC?"UTC":"")+e](o,t.month(),br(o,t.month()))):t._d["set"+(t._isUTC?"UTC":"")+e](o))}var Ao,Fo=/\d/,_o=/\d\d/,$o=/\d{3}/,To=/\d{4}/,Ho=/[+-]?\d{6}/,Go=/\d\d?/,Po=/\d\d\d\d?/,Bo=/\d\d\d\d\d\d?/,zo=/\d{1,3}/,jo=/\d{1,4}/,Jo=/[+-]?\d{1,6}/,qo=/\d+/,Vo=/[+-]?\d+/,Qo=/Z|[+-]\d\d:?\d\d/gi,Xo=/Z|[+-]\d\d(?::?\d\d)?/gi,tr=/[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 er(t,e,o){Ao[t]=yo(e)?e:function(t,r){return t&&o?o:e}}function or(t,e){return ze(Ao,t)?Ao[t](e._strict,e._locale):new RegExp(function(t){return rr(t.replace("\\","").replace(/\\(\[)|\\(\])|\[([^\]\[]*)\]|\\(.)/g,(function(t,e,o,r,n){return e||o||r||n})))}(t))}function rr(t){return t.replace(/[-\/\\^$*+?.()|[\]{}]/g,"\\$&")}Ao={};var nr={};function ir(t,e){var o,r,n=e;for("string"==typeof t&&(t=[t]),qe(e)&&(n=function(t,o){o[e]=Yo(t)}),r=t.length,o=0;o<r;o++)nr[t[o]]=n}function sr(t,e){ir(t,(function(t,o,r,n){r._w=r._w||{},e(t,r._w,r,n)}))}function ar(t,e,o){null!=e&&ze(nr,t)&&nr[t](e,o._a,o,t)}var cr,lr=0,hr=1,fr=2,ur=3,dr=4,pr=5,yr=6,gr=7,mr=8;function br(t,e){if(isNaN(t)||isNaN(e))return NaN;var o=function(t,e){return(t%e+e)%e}(e,12);return t+=(e-o)/12,1===o?Wo(t)?29:28:31-o%7%2}cr=Array.prototype.indexOf?Array.prototype.indexOf:function(t){var e;for(e=0;e<this.length;++e)if(this[e]===t)return e;return-1},wo("M",["MM",2],"Mo",(function(){return this.month()+1})),wo("MMM",0,0,(function(t){return this.localeData().monthsShort(this,t)})),wo("MMMM",0,0,(function(t){return this.localeData().months(this,t)})),Eo("month","M"),ko("month",8),er("M",Go),er("MM",Go,_o),er("MMM",(function(t,e){return e.monthsShortRegex(t)})),er("MMMM",(function(t,e){return e.monthsRegex(t)})),ir(["M","MM"],(function(t,e){e[hr]=Yo(t)-1})),ir(["MMM","MMMM"],(function(t,e,o,r){var n=o._locale.monthsParse(t,r,o._strict);null!=n?e[hr]=n:eo(o).invalidMonth=t}));var Or="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("_"),vr=/D[oD]?(\[[^\[\]]*\]|\s)+MMMM?/,Sr=tr,wr=tr;function Cr(t,e,o){var r,n,i,s=t.toLocaleLowerCase();if(!this._monthsParse)for(this._monthsParse=[],this._longMonthsParse=[],this._shortMonthsParse=[],r=0;r<12;++r)i=to([2e3,r]),this._shortMonthsParse[r]=this.monthsShort(i,"").toLocaleLowerCase(),this._longMonthsParse[r]=this.months(i,"").toLocaleLowerCase();return o?"MMM"===e?-1!==(n=cr.call(this._shortMonthsParse,s))?n:null:-1!==(n=cr.call(this._longMonthsParse,s))?n:null:"MMM"===e?-1!==(n=cr.call(this._shortMonthsParse,s))||-1!==(n=cr.call(this._longMonthsParse,s))?n:null:-1!==(n=cr.call(this._longMonthsParse,s))||-1!==(n=cr.call(this._shortMonthsParse,s))?n:null}function xr(t,e){var o;if(!t.isValid())return t;if("string"==typeof e)if(/^\d+$/.test(e))e=Yo(e);else if(!qe(e=t.localeData().monthsParse(e)))return t;return o=Math.min(t.date(),br(t.year(),e)),t._d["set"+(t._isUTC?"UTC":"")+"Month"](e,o),t}function Rr(t){return null!=t?(xr(this,t),Ge.updateOffset(this,!0),this):Zo(this,"Month")}function Er(){function t(t,e){return e.length-t.length}var e,o,r=[],n=[],i=[];for(e=0;e<12;e++)o=to([2e3,e]),r.push(this.monthsShort(o,"")),n.push(this.months(o,"")),i.push(this.months(o,"")),i.push(this.monthsShort(o,""));for(r.sort(t),n.sort(t),i.sort(t),e=0;e<12;e++)r[e]=rr(r[e]),n[e]=rr(n[e]);for(e=0;e<24;e++)i[e]=rr(i[e]);this._monthsRegex=new RegExp("^("+i.join("|")+")","i"),this._monthsShortRegex=this._monthsRegex,this._monthsStrictRegex=new RegExp("^("+n.join("|")+")","i"),this._monthsShortStrictRegex=new RegExp("^("+r.join("|")+")","i")}function Mr(t){return Wo(t)?366:365}wo("Y",0,0,(function(){var t=this.year();return t<=9999?bo(t,4):"+"+t})),wo(0,["YY",2],0,(function(){return this.year()%100})),wo(0,["YYYY",4],0,"year"),wo(0,["YYYYY",5],0,"year"),wo(0,["YYYYYY",6,!0],0,"year"),Eo("year","y"),ko("year",1),er("Y",Vo),er("YY",Go,_o),er("YYYY",jo,To),er("YYYYY",Jo,Ho),er("YYYYYY",Jo,Ho),ir(["YYYYY","YYYYYY"],lr),ir("YYYY",(function(t,e){e[lr]=2===t.length?Ge.parseTwoDigitYear(t):Yo(t)})),ir("YY",(function(t,e){e[lr]=Ge.parseTwoDigitYear(t)})),ir("Y",(function(t,e){e[lr]=parseInt(t,10)})),Ge.parseTwoDigitYear=function(t){return Yo(t)+(Yo(t)>68?1900:2e3)};var Ur=Io("FullYear",!0);function Dr(t,e,o,r,n,i,s){var a;return t<100&&t>=0?(a=new Date(t+400,e,o,r,n,i,s),isFinite(a.getFullYear())&&a.setFullYear(t)):a=new Date(t,e,o,r,n,i,s),a}function kr(t){var e,o;return t<100&&t>=0?((o=Array.prototype.slice.call(arguments))[0]=t+400,e=new Date(Date.UTC.apply(null,o)),isFinite(e.getUTCFullYear())&&e.setUTCFullYear(t)):e=new Date(Date.UTC.apply(null,arguments)),e}function Wr(t,e,o){var r=7+e-o;return-((7+kr(t,0,r).getUTCDay()-e)%7)+r-1}function Lr(t,e,o,r,n){var i,s,a=1+7*(e-1)+(7+o-r)%7+Wr(t,r,n);return a<=0?s=Mr(i=t-1)+a:a>Mr(t)?(i=t+1,s=a-Mr(t)):(i=t,s=a),{year:i,dayOfYear:s}}function Yr(t,e,o){var r,n,i=Wr(t.year(),e,o),s=Math.floor((t.dayOfYear()-i-1)/7)+1;return s<1?r=s+Ir(n=t.year()-1,e,o):s>Ir(t.year(),e,o)?(r=s-Ir(t.year(),e,o),n=t.year()+1):(n=t.year(),r=s),{week:r,year:n}}function Ir(t,e,o){var r=Wr(t,e,o),n=Wr(t+1,e,o);return(Mr(t)-r+n)/7}wo("w",["ww",2],"wo","week"),wo("W",["WW",2],"Wo","isoWeek"),Eo("week","w"),Eo("isoWeek","W"),ko("week",5),ko("isoWeek",5),er("w",Go),er("ww",Go,_o),er("W",Go),er("WW",Go,_o),sr(["w","ww","W","WW"],(function(t,e,o,r){e[r.substr(0,1)]=Yo(t)}));function Zr(t,e){return t.slice(e,7).concat(t.slice(0,e))}wo("d",0,"do","day"),wo("dd",0,0,(function(t){return this.localeData().weekdaysMin(this,t)})),wo("ddd",0,0,(function(t){return this.localeData().weekdaysShort(this,t)})),wo("dddd",0,0,(function(t){return this.localeData().weekdays(this,t)})),wo("e",0,0,"weekday"),wo("E",0,0,"isoWeekday"),Eo("day","d"),Eo("weekday","e"),Eo("isoWeekday","E"),ko("day",11),ko("weekday",11),ko("isoWeekday",11),er("d",Go),er("e",Go),er("E",Go),er("dd",(function(t,e){return e.weekdaysMinRegex(t)})),er("ddd",(function(t,e){return e.weekdaysShortRegex(t)})),er("dddd",(function(t,e){return e.weekdaysRegex(t)})),sr(["dd","ddd","dddd"],(function(t,e,o,r){var n=o._locale.weekdaysParse(t,r,o._strict);null!=n?e.d=n:eo(o).invalidWeekday=t})),sr(["d","e","E"],(function(t,e,o,r){e[r]=Yo(t)}));var Kr="Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),Ar="Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),Fr="Su_Mo_Tu_We_Th_Fr_Sa".split("_"),_r=tr,$r=tr,Tr=tr;function Hr(t,e,o){var r,n,i,s=t.toLocaleLowerCase();if(!this._weekdaysParse)for(this._weekdaysParse=[],this._shortWeekdaysParse=[],this._minWeekdaysParse=[],r=0;r<7;++r)i=to([2e3,1]).day(r),this._minWeekdaysParse[r]=this.weekdaysMin(i,"").toLocaleLowerCase(),this._shortWeekdaysParse[r]=this.weekdaysShort(i,"").toLocaleLowerCase(),this._weekdaysParse[r]=this.weekdays(i,"").toLocaleLowerCase();return o?"dddd"===e?-1!==(n=cr.call(this._weekdaysParse,s))?n:null:"ddd"===e?-1!==(n=cr.call(this._shortWeekdaysParse,s))?n:null:-1!==(n=cr.call(this._minWeekdaysParse,s))?n:null:"dddd"===e?-1!==(n=cr.call(this._weekdaysParse,s))||-1!==(n=cr.call(this._shortWeekdaysParse,s))||-1!==(n=cr.call(this._minWeekdaysParse,s))?n:null:"ddd"===e?-1!==(n=cr.call(this._shortWeekdaysParse,s))||-1!==(n=cr.call(this._weekdaysParse,s))||-1!==(n=cr.call(this._minWeekdaysParse,s))?n:null:-1!==(n=cr.call(this._minWeekdaysParse,s))||-1!==(n=cr.call(this._weekdaysParse,s))||-1!==(n=cr.call(this._shortWeekdaysParse,s))?n:null}function Gr(){function t(t,e){return e.length-t.length}var e,o,r,n,i,s=[],a=[],c=[],l=[];for(e=0;e<7;e++)o=to([2e3,1]).day(e),r=rr(this.weekdaysMin(o,"")),n=rr(this.weekdaysShort(o,"")),i=rr(this.weekdays(o,"")),s.push(r),a.push(n),c.push(i),l.push(r),l.push(n),l.push(i);s.sort(t),a.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("^("+a.join("|")+")","i"),this._weekdaysMinStrictRegex=new RegExp("^("+s.join("|")+")","i")}function Pr(){return this.hours()%12||12}function Br(t,e){wo(t,0,0,(function(){return this.localeData().meridiem(this.hours(),this.minutes(),e)}))}function zr(t,e){return e._meridiemParse}wo("H",["HH",2],0,"hour"),wo("h",["hh",2],0,Pr),wo("k",["kk",2],0,(function(){return this.hours()||24})),wo("hmm",0,0,(function(){return""+Pr.apply(this)+bo(this.minutes(),2)})),wo("hmmss",0,0,(function(){return""+Pr.apply(this)+bo(this.minutes(),2)+bo(this.seconds(),2)})),wo("Hmm",0,0,(function(){return""+this.hours()+bo(this.minutes(),2)})),wo("Hmmss",0,0,(function(){return""+this.hours()+bo(this.minutes(),2)+bo(this.seconds(),2)})),Br("a",!0),Br("A",!1),Eo("hour","h"),ko("hour",13),er("a",zr),er("A",zr),er("H",Go),er("h",Go),er("k",Go),er("HH",Go,_o),er("hh",Go,_o),er("kk",Go,_o),er("hmm",Po),er("hmmss",Bo),er("Hmm",Po),er("Hmmss",Bo),ir(["H","HH"],ur),ir(["k","kk"],(function(t,e,o){var r=Yo(t);e[ur]=24===r?0:r})),ir(["a","A"],(function(t,e,o){o._isPm=o._locale.isPM(t),o._meridiem=t})),ir(["h","hh"],(function(t,e,o){e[ur]=Yo(t),eo(o).bigHour=!0})),ir("hmm",(function(t,e,o){var r=t.length-2;e[ur]=Yo(t.substr(0,r)),e[dr]=Yo(t.substr(r)),eo(o).bigHour=!0})),ir("hmmss",(function(t,e,o){var r=t.length-4,n=t.length-2;e[ur]=Yo(t.substr(0,r)),e[dr]=Yo(t.substr(r,2)),e[pr]=Yo(t.substr(n)),eo(o).bigHour=!0})),ir("Hmm",(function(t,e,o){var r=t.length-2;e[ur]=Yo(t.substr(0,r)),e[dr]=Yo(t.substr(r))})),ir("Hmmss",(function(t,e,o){var r=t.length-4,n=t.length-2;e[ur]=Yo(t.substr(0,r)),e[dr]=Yo(t.substr(r,2)),e[pr]=Yo(t.substr(n))}));var jr=Io("Hours",!0);var Jr,qr={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:Or,monthsShort:Nr,week:{dow:0,doy:6},weekdays:Kr,weekdaysMin:Fr,weekdaysShort:Ar,meridiemParse:/[ap]\.?m?\.?/i},Vr={},Qr={};function Xr(t,e){var o,r=Math.min(t.length,e.length);for(o=0;o<r;o+=1)if(t[o]!==e[o])return o;return r}function tn(t){return t?t.toLowerCase().replace("_","-"):t}function en(t){var e=null;if(void 0===Vr[t]&&"undefined"!=typeof module&&module&&module.exports&&function(t){return null!=t.match("^[^/\\\\]*$")}(t))try{e=Jr._abbr,require("./locale/"+t),on(e)}catch(e){Vr[t]=null}return Vr[t]}function on(t,e){var o;return t&&((o=Je(e)?nn(t):rn(t,e))?Jr=o:"undefined"!=typeof console&&console.warn&&console.warn("Locale "+t+" not found. Did you forget to load it?")),Jr._abbr}function rn(t,e){if(null!==e){var o,r=qr;if(e.abbr=t,null!=Vr[t])po("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."),r=Vr[t]._config;else if(null!=e.parentLocale)if(null!=Vr[e.parentLocale])r=Vr[e.parentLocale]._config;else{if(null==(o=en(e.parentLocale)))return Qr[e.parentLocale]||(Qr[e.parentLocale]=[]),Qr[e.parentLocale].push({name:t,config:e}),null;r=o._config}return Vr[t]=new mo(go(r,e)),Qr[t]&&Qr[t].forEach((function(t){rn(t.name,t.config)})),on(t),Vr[t]}return delete Vr[t],null}function nn(t){var e;if(t&&t._locale&&t._locale._abbr&&(t=t._locale._abbr),!t)return Jr;if(!Pe(t)){if(e=en(t))return e;t=[t]}return function(t){for(var e,o,r,n,i=0;i<t.length;){for(e=(n=tn(t[i]).split("-")).length,o=(o=tn(t[i+1]))?o.split("-"):null;e>0;){if(r=en(n.slice(0,e).join("-")))return r;if(o&&o.length>=e&&Xr(n,o)>=e-1)break;e--}i++}return Jr}(t)}function sn(t){var e,o=t._a;return o&&-2===eo(t).overflow&&(e=o[hr]<0||o[hr]>11?hr:o[fr]<1||o[fr]>br(o[lr],o[hr])?fr:o[ur]<0||o[ur]>24||24===o[ur]&&(0!==o[dr]||0!==o[pr]||0!==o[yr])?ur:o[dr]<0||o[dr]>59?dr:o[pr]<0||o[pr]>59?pr:o[yr]<0||o[yr]>999?yr:-1,eo(t)._overflowDayOfYear&&(e<lr||e>fr)&&(e=fr),eo(t)._overflowWeeks&&-1===e&&(e=gr),eo(t)._overflowWeekday&&-1===e&&(e=mr),eo(t).overflow=e),t}var an=/^\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)?)?$/,cn=/^\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)?)?$/,ln=/Z|[+-]\d\d(?::?\d\d)?/,hn=[["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]],fn=[["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/]],un=/^\/?Date\((-?\d+)/i,dn=/^(?:(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}))$/,pn={UT:0,GMT:0,EDT:-240,EST:-300,CDT:-300,CST:-360,MDT:-360,MST:-420,PDT:-420,PST:-480};function yn(t){var e,o,r,n,i,s,a=t._i,c=an.exec(a)||cn.exec(a),l=hn.length,h=fn.length;if(c){for(eo(t).iso=!0,e=0,o=l;e<o;e++)if(hn[e][1].exec(c[1])){n=hn[e][0],r=!1!==hn[e][2];break}if(null==n)return void(t._isValid=!1);if(c[3]){for(e=0,o=h;e<o;e++)if(fn[e][1].exec(c[3])){i=(c[2]||" ")+fn[e][0];break}if(null==i)return void(t._isValid=!1)}if(!r&&null!=i)return void(t._isValid=!1);if(c[4]){if(!ln.exec(c[4]))return void(t._isValid=!1);s="Z"}t._f=n+(i||"")+(s||""),Nn(t)}else t._isValid=!1}function gn(t){var e=parseInt(t,10);return e<=49?2e3+e:e<=999?1900+e:e}function mn(t){var e,o,r,n,i,s,a,c,l=dn.exec(function(t){return t.replace(/\([^()]*\)|[\n\t]/g," ").replace(/(\s\s+)/g," ").replace(/^\s\s*/,"").replace(/\s\s*$/,"")}(t._i));if(l){if(o=l[4],r=l[3],n=l[2],i=l[5],s=l[6],a=l[7],c=[gn(o),Nr.indexOf(r),parseInt(n,10),parseInt(i,10),parseInt(s,10)],a&&c.push(parseInt(a,10)),e=c,!function(t,e,o){return!t||Ar.indexOf(t)===new Date(e[0],e[1],e[2]).getDay()||(eo(o).weekdayMismatch=!0,o._isValid=!1,!1)}(l[1],e,t))return;t._a=e,t._tzm=function(t,e,o){if(t)return pn[t];if(e)return 0;var r=parseInt(o,10),n=r%100;return(r-n)/100*60+n}(l[8],l[9],l[10]),t._d=kr.apply(null,t._a),t._d.setUTCMinutes(t._d.getUTCMinutes()-t._tzm),eo(t).rfc2822=!0}else t._isValid=!1}function bn(t,e,o){return null!=t?t:null!=e?e:o}function On(t){var e,o,r,n,i,s=[];if(!t._d){for(r=function(t){var e=new Date(Ge.now());return t._useUTC?[e.getUTCFullYear(),e.getUTCMonth(),e.getUTCDate()]:[e.getFullYear(),e.getMonth(),e.getDate()]}(t),t._w&&null==t._a[fr]&&null==t._a[hr]&&function(t){var e,o,r,n,i,s,a,c,l;e=t._w,null!=e.GG||null!=e.W||null!=e.E?(i=1,s=4,o=bn(e.GG,t._a[lr],Yr(wn(),1,4).year),r=bn(e.W,1),((n=bn(e.E,1))<1||n>7)&&(c=!0)):(i=t._locale._week.dow,s=t._locale._week.doy,l=Yr(wn(),i,s),o=bn(e.gg,t._a[lr],l.year),r=bn(e.w,l.week),null!=e.d?((n=e.d)<0||n>6)&&(c=!0):null!=e.e?(n=e.e+i,(e.e<0||e.e>6)&&(c=!0)):n=i);r<1||r>Ir(o,i,s)?eo(t)._overflowWeeks=!0:null!=c?eo(t)._overflowWeekday=!0:(a=Lr(o,r,n,i,s),t._a[lr]=a.year,t._dayOfYear=a.dayOfYear)}(t),null!=t._dayOfYear&&(i=bn(t._a[lr],r[lr]),(t._dayOfYear>Mr(i)||0===t._dayOfYear)&&(eo(t)._overflowDayOfYear=!0),o=kr(i,0,t._dayOfYear),t._a[hr]=o.getUTCMonth(),t._a[fr]=o.getUTCDate()),e=0;e<3&&null==t._a[e];++e)t._a[e]=s[e]=r[e];for(;e<7;e++)t._a[e]=s[e]=null==t._a[e]?2===e?1:0:t._a[e];24===t._a[ur]&&0===t._a[dr]&&0===t._a[pr]&&0===t._a[yr]&&(t._nextDay=!0,t._a[ur]=0),t._d=(t._useUTC?kr:Dr).apply(null,s),n=t._useUTC?t._d.getUTCDay():t._d.getDay(),null!=t._tzm&&t._d.setUTCMinutes(t._d.getUTCMinutes()-t._tzm),t._nextDay&&(t._a[ur]=24),t._w&&void 0!==t._w.d&&t._w.d!==n&&(eo(t).weekdayMismatch=!0)}}function Nn(t){if(t._f!==Ge.ISO_8601)if(t._f!==Ge.RFC_2822){t._a=[],eo(t).empty=!0;var e,o,r,n,i,s,a,c=""+t._i,l=c.length,h=0;for(a=(r=xo(t._f,t._locale).match(Oo)||[]).length,e=0;e<a;e++)n=r[e],(o=(c.match(or(n,t))||[])[0])&&((i=c.substr(0,c.indexOf(o))).length>0&&eo(t).unusedInput.push(i),c=c.slice(c.indexOf(o)+o.length),h+=o.length),So[n]?(o?eo(t).empty=!1:eo(t).unusedTokens.push(n),ar(n,o,t)):t._strict&&!o&&eo(t).unusedTokens.push(n);eo(t).charsLeftOver=l-h,c.length>0&&eo(t).unusedInput.push(c),t._a[ur]<=12&&!0===eo(t).bigHour&&t._a[ur]>0&&(eo(t).bigHour=void 0),eo(t).parsedDateParts=t._a.slice(0),eo(t).meridiem=t._meridiem,t._a[ur]=function(t,e,o){var r;if(null==o)return e;return null!=t.meridiemHour?t.meridiemHour(e,o):null!=t.isPM?((r=t.isPM(o))&&e<12&&(e+=12),r||12!==e||(e=0),e):e}(t._locale,t._a[ur],t._meridiem),null!==(s=eo(t).era)&&(t._a[lr]=t._locale.erasConvertYear(s,t._a[lr])),On(t),sn(t)}else mn(t);else yn(t)}function vn(t){var e=t._i,o=t._f;return t._locale=t._locale||nn(t._l),null===e||void 0===o&&""===e?ro({nullInput:!0}):("string"==typeof e&&(t._i=e=t._locale.preparse(e)),co(e)?new ao(sn(e)):(Ve(e)?t._d=e:Pe(o)?function(t){var e,o,r,n,i,s,a=!1,c=t._f.length;if(0===c)return eo(t).invalidFormat=!0,void(t._d=new Date(NaN));for(n=0;n<c;n++)i=0,s=!1,e=so({},t),null!=t._useUTC&&(e._useUTC=t._useUTC),e._f=t._f[n],Nn(e),oo(e)&&(s=!0),i+=eo(e).charsLeftOver,i+=10*eo(e).unusedTokens.length,eo(e).score=i,a?i<r&&(r=i,o=e):(null==r||i<r||s)&&(r=i,o=e,s&&(a=!0));Xe(t,o||e)}(t):o?Nn(t):function(t){var e=t._i;Je(e)?t._d=new Date(Ge.now()):Ve(e)?t._d=new Date(e.valueOf()):"string"==typeof e?function(t){var e=un.exec(t._i);null===e?(yn(t),!1===t._isValid&&(delete t._isValid,mn(t),!1===t._isValid&&(delete t._isValid,t._strict?t._isValid=!1:Ge.createFromInputFallback(t)))):t._d=new Date(+e[1])}(t):Pe(e)?(t._a=Qe(e.slice(0),(function(t){return parseInt(t,10)})),On(t)):Be(e)?function(t){if(!t._d){var e=Uo(t._i),o=void 0===e.day?e.date:e.day;t._a=Qe([e.year,e.month,o,e.hour,e.minute,e.second,e.millisecond],(function(t){return t&&parseInt(t,10)})),On(t)}}(t):qe(e)?t._d=new Date(e):Ge.createFromInputFallback(t)}(t),oo(t)||(t._d=null),t))}function Sn(t,e,o,r,n){var i,s={};return!0!==e&&!1!==e||(r=e,e=void 0),!0!==o&&!1!==o||(r=o,o=void 0),(Be(t)&&je(t)||Pe(t)&&0===t.length)&&(t=void 0),s._isAMomentObject=!0,s._useUTC=s._isUTC=n,s._l=o,s._i=t,s._f=e,s._strict=r,(i=new ao(sn(vn(s))))._nextDay&&(i.add(1,"d"),i._nextDay=void 0),i}function wn(t,e,o,r){return Sn(t,e,o,r,!1)}Ge.createFromInputFallback=ho("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":""))})),Ge.ISO_8601=function(){},Ge.RFC_2822=function(){};var Cn=ho("moment().min is deprecated, use moment.max instead. http://momentjs.com/guides/#/warnings/min-max/",(function(){var t=wn.apply(null,arguments);return this.isValid()&&t.isValid()?t<this?this:t:ro()})),xn=ho("moment().max is deprecated, use moment.min instead. http://momentjs.com/guides/#/warnings/min-max/",(function(){var t=wn.apply(null,arguments);return this.isValid()&&t.isValid()?t>this?this:t:ro()}));function Rn(t,e){var o,r;if(1===e.length&&Pe(e[0])&&(e=e[0]),!e.length)return wn();for(o=e[0],r=1;r<e.length;++r)e[r].isValid()&&!e[r][t](o)||(o=e[r]);return o}var En=["year","quarter","month","week","day","hour","minute","second","millisecond"];function Mn(t){var e=Uo(t),o=e.year||0,r=e.quarter||0,n=e.month||0,i=e.week||e.isoWeek||0,s=e.day||0,a=e.hour||0,c=e.minute||0,l=e.second||0,h=e.millisecond||0;this._isValid=function(t){var e,o,r=!1,n=En.length;for(e in t)if(ze(t,e)&&(-1===cr.call(En,e)||null!=t[e]&&isNaN(t[e])))return!1;for(o=0;o<n;++o)if(t[En[o]]){if(r)return!1;parseFloat(t[En[o]])!==Yo(t[En[o]])&&(r=!0)}return!0}(e),this._milliseconds=+h+1e3*l+6e4*c+1e3*a*60*60,this._days=+s+7*i,this._months=+n+3*r+12*o,this._data={},this._locale=nn(),this._bubble()}function Un(t){return t instanceof Mn}function Dn(t){return t<0?-1*Math.round(-1*t):Math.round(t)}function kn(t,e){wo(t,0,0,(function(){var t=this.utcOffset(),o="+";return t<0&&(t=-t,o="-"),o+bo(~~(t/60),2)+e+bo(~~t%60,2)}))}kn("Z",":"),kn("ZZ",""),er("Z",Xo),er("ZZ",Xo),ir(["Z","ZZ"],(function(t,e,o){o._useUTC=!0,o._tzm=Ln(Xo,t)}));var Wn=/([\+\-]|\d\d)/gi;function Ln(t,e){var o,r,n=(e||"").match(t);return null===n?null:0===(r=60*(o=((n[n.length-1]||[])+"").match(Wn)||["-",0,0])[1]+Yo(o[2]))?0:"+"===o[0]?r:-r}function Yn(t,e){var o,r;return e._isUTC?(o=e.clone(),r=(co(t)||Ve(t)?t.valueOf():wn(t).valueOf())-o.valueOf(),o._d.setTime(o._d.valueOf()+r),Ge.updateOffset(o,!1),o):wn(t).local()}function In(t){return-Math.round(t._d.getTimezoneOffset())}function Zn(){return!!this.isValid()&&(this._isUTC&&0===this._offset)}Ge.updateOffset=function(){};var Kn=/^(-|\+)?(?:(\d*)[. ])?(\d+):(\d+)(?::(\d+)(\.\d*)?)?$/,An=/^(-|\+)?P(?:([-+]?[0-9,.]*)Y)?(?:([-+]?[0-9,.]*)M)?(?:([-+]?[0-9,.]*)W)?(?:([-+]?[0-9,.]*)D)?(?:T(?:([-+]?[0-9,.]*)H)?(?:([-+]?[0-9,.]*)M)?(?:([-+]?[0-9,.]*)S)?)?$/;function Fn(t,e){var o,r,n,i=t,s=null;return Un(t)?i={ms:t._milliseconds,d:t._days,M:t._months}:qe(t)||!isNaN(+t)?(i={},e?i[e]=+t:i.milliseconds=+t):(s=Kn.exec(t))?(o="-"===s[1]?-1:1,i={y:0,d:Yo(s[fr])*o,h:Yo(s[ur])*o,m:Yo(s[dr])*o,s:Yo(s[pr])*o,ms:Yo(Dn(1e3*s[yr]))*o}):(s=An.exec(t))?(o="-"===s[1]?-1:1,i={y:_n(s[2],o),M:_n(s[3],o),w:_n(s[4],o),d:_n(s[5],o),h:_n(s[6],o),m:_n(s[7],o),s:_n(s[8],o)}):null==i?i={}:"object"==typeof i&&("from"in i||"to"in i)&&(n=function(t,e){var o;if(!t.isValid()||!e.isValid())return{milliseconds:0,months:0};e=Yn(e,t),t.isBefore(e)?o=$n(t,e):((o=$n(e,t)).milliseconds=-o.milliseconds,o.months=-o.months);return o}(wn(i.from),wn(i.to)),(i={}).ms=n.milliseconds,i.M=n.months),r=new Mn(i),Un(t)&&ze(t,"_locale")&&(r._locale=t._locale),Un(t)&&ze(t,"_isValid")&&(r._isValid=t._isValid),r}function _n(t,e){var o=t&&parseFloat(t.replace(",","."));return(isNaN(o)?0:o)*e}function $n(t,e){var o={};return o.months=e.month()-t.month()+12*(e.year()-t.year()),t.clone().add(o.months,"M").isAfter(e)&&--o.months,o.milliseconds=+e-+t.clone().add(o.months,"M"),o}function Tn(t,e){return function(o,r){var n;return null===r||isNaN(+r)||(po(e,"moment()."+e+"(period, number) is deprecated. Please use moment()."+e+"(number, period). See http://momentjs.com/guides/#/warnings/add-inverted-param/ for more info."),n=o,o=r,r=n),Hn(this,Fn(o,r),t),this}}function Hn(t,e,o,r){var n=e._milliseconds,i=Dn(e._days),s=Dn(e._months);t.isValid()&&(r=null==r||r,s&&xr(t,Zo(t,"Month")+s*o),i&&Ko(t,"Date",Zo(t,"Date")+i*o),n&&t._d.setTime(t._d.valueOf()+n*o),r&&Ge.updateOffset(t,i||s))}Fn.fn=Mn.prototype,Fn.invalid=function(){return Fn(NaN)};var Gn=Tn(1,"add"),Pn=Tn(-1,"subtract");function Bn(t){return"string"==typeof t||t instanceof String}function zn(t){return co(t)||Ve(t)||Bn(t)||qe(t)||function(t){var e=Pe(t),o=!1;e&&(o=0===t.filter((function(e){return!qe(e)&&Bn(t)})).length);return e&&o}(t)||function(t){var e,o,r=Be(t)&&!je(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"],s=i.length;for(e=0;e<s;e+=1)o=i[e],n=n||ze(t,o);return r&&n}(t)||null==t}function jn(t,e){if(t.date()<e.date())return-jn(e,t);var o=12*(e.year()-t.year())+(e.month()-t.month()),r=t.clone().add(o,"months");return-(o+(e-r<0?(e-r)/(r-t.clone().add(o-1,"months")):(e-r)/(t.clone().add(o+1,"months")-r)))||0}function Jn(t){var e;return void 0===t?this._locale._abbr:(null!=(e=nn(t))&&(this._locale=e),this)}Ge.defaultFormat="YYYY-MM-DDTHH:mm:ssZ",Ge.defaultFormatUtc="YYYY-MM-DDTHH:mm:ss[Z]";var qn=ho("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 Vn(){return this._locale}var Qn=1e3,Xn=6e4,ti=36e5,ei=126227808e5;function oi(t,e){return(t%e+e)%e}function ri(t,e,o){return t<100&&t>=0?new Date(t+400,e,o)-ei:new Date(t,e,o).valueOf()}function ni(t,e,o){return t<100&&t>=0?Date.UTC(t+400,e,o)-ei:Date.UTC(t,e,o)}function ii(t,e){return e.erasAbbrRegex(t)}function si(){var t,e,o=[],r=[],n=[],i=[],s=this.eras();for(t=0,e=s.length;t<e;++t)r.push(rr(s[t].name)),o.push(rr(s[t].abbr)),n.push(rr(s[t].narrow)),i.push(rr(s[t].name)),i.push(rr(s[t].abbr)),i.push(rr(s[t].narrow));this._erasRegex=new RegExp("^("+i.join("|")+")","i"),this._erasNameRegex=new RegExp("^("+r.join("|")+")","i"),this._erasAbbrRegex=new RegExp("^("+o.join("|")+")","i"),this._erasNarrowRegex=new RegExp("^("+n.join("|")+")","i")}function ai(t,e){wo(0,[t,t.length],0,e)}function ci(t,e,o,r,n){var i;return null==t?Yr(this,r,n).year:(e>(i=Ir(t,r,n))&&(e=i),li.call(this,t,e,o,r,n))}function li(t,e,o,r,n){var i=Lr(t,e,o,r,n),s=kr(i.year,0,i.dayOfYear);return this.year(s.getUTCFullYear()),this.month(s.getUTCMonth()),this.date(s.getUTCDate()),this}wo("N",0,0,"eraAbbr"),wo("NN",0,0,"eraAbbr"),wo("NNN",0,0,"eraAbbr"),wo("NNNN",0,0,"eraName"),wo("NNNNN",0,0,"eraNarrow"),wo("y",["y",1],"yo","eraYear"),wo("y",["yy",2],0,"eraYear"),wo("y",["yyy",3],0,"eraYear"),wo("y",["yyyy",4],0,"eraYear"),er("N",ii),er("NN",ii),er("NNN",ii),er("NNNN",(function(t,e){return e.erasNameRegex(t)})),er("NNNNN",(function(t,e){return e.erasNarrowRegex(t)})),ir(["N","NN","NNN","NNNN","NNNNN"],(function(t,e,o,r){var n=o._locale.erasParse(t,r,o._strict);n?eo(o).era=n:eo(o).invalidEra=t})),er("y",qo),er("yy",qo),er("yyy",qo),er("yyyy",qo),er("yo",(function(t,e){return e._eraYearOrdinalRegex||qo})),ir(["y","yy","yyy","yyyy"],lr),ir(["yo"],(function(t,e,o,r){var n;o._locale._eraYearOrdinalRegex&&(n=t.match(o._locale._eraYearOrdinalRegex)),o._locale.eraYearOrdinalParse?e[lr]=o._locale.eraYearOrdinalParse(t,n):e[lr]=parseInt(t,10)})),wo(0,["gg",2],0,(function(){return this.weekYear()%100})),wo(0,["GG",2],0,(function(){return this.isoWeekYear()%100})),ai("gggg","weekYear"),ai("ggggg","weekYear"),ai("GGGG","isoWeekYear"),ai("GGGGG","isoWeekYear"),Eo("weekYear","gg"),Eo("isoWeekYear","GG"),ko("weekYear",1),ko("isoWeekYear",1),er("G",Vo),er("g",Vo),er("GG",Go,_o),er("gg",Go,_o),er("GGGG",jo,To),er("gggg",jo,To),er("GGGGG",Jo,Ho),er("ggggg",Jo,Ho),sr(["gggg","ggggg","GGGG","GGGGG"],(function(t,e,o,r){e[r.substr(0,2)]=Yo(t)})),sr(["gg","GG"],(function(t,e,o,r){e[r]=Ge.parseTwoDigitYear(t)})),wo("Q",0,"Qo","quarter"),Eo("quarter","Q"),ko("quarter",7),er("Q",Fo),ir("Q",(function(t,e){e[hr]=3*(Yo(t)-1)})),wo("D",["DD",2],"Do","date"),Eo("date","D"),ko("date",9),er("D",Go),er("DD",Go,_o),er("Do",(function(t,e){return t?e._dayOfMonthOrdinalParse||e._ordinalParse:e._dayOfMonthOrdinalParseLenient})),ir(["D","DD"],fr),ir("Do",(function(t,e){e[fr]=Yo(t.match(Go)[0])}));var hi=Io("Date",!0);wo("DDD",["DDDD",3],"DDDo","dayOfYear"),Eo("dayOfYear","DDD"),ko("dayOfYear",4),er("DDD",zo),er("DDDD",$o),ir(["DDD","DDDD"],(function(t,e,o){o._dayOfYear=Yo(t)})),wo("m",["mm",2],0,"minute"),Eo("minute","m"),ko("minute",14),er("m",Go),er("mm",Go,_o),ir(["m","mm"],dr);var fi=Io("Minutes",!1);wo("s",["ss",2],0,"second"),Eo("second","s"),ko("second",15),er("s",Go),er("ss",Go,_o),ir(["s","ss"],pr);var ui,di,pi=Io("Seconds",!1);for(wo("S",0,0,(function(){return~~(this.millisecond()/100)})),wo(0,["SS",2],0,(function(){return~~(this.millisecond()/10)})),wo(0,["SSS",3],0,"millisecond"),wo(0,["SSSS",4],0,(function(){return 10*this.millisecond()})),wo(0,["SSSSS",5],0,(function(){return 100*this.millisecond()})),wo(0,["SSSSSS",6],0,(function(){return 1e3*this.millisecond()})),wo(0,["SSSSSSS",7],0,(function(){return 1e4*this.millisecond()})),wo(0,["SSSSSSSS",8],0,(function(){return 1e5*this.millisecond()})),wo(0,["SSSSSSSSS",9],0,(function(){return 1e6*this.millisecond()})),Eo("millisecond","ms"),ko("millisecond",16),er("S",zo,Fo),er("SS",zo,_o),er("SSS",zo,$o),ui="SSSS";ui.length<=9;ui+="S")er(ui,qo);function yi(t,e){e[yr]=Yo(1e3*("0."+t))}for(ui="S";ui.length<=9;ui+="S")ir(ui,yi);di=Io("Milliseconds",!1),wo("z",0,0,"zoneAbbr"),wo("zz",0,0,"zoneName");var gi=ao.prototype;function mi(t){return t}gi.add=Gn,gi.calendar=function(t,e){1===arguments.length&&(arguments[0]?zn(arguments[0])?(t=arguments[0],e=void 0):function(t){var e,o=Be(t)&&!je(t),r=!1,n=["sameDay","nextDay","lastDay","nextWeek","lastWeek","sameElse"];for(e=0;e<n.length;e+=1)r=r||ze(t,n[e]);return o&&r}(arguments[0])&&(e=arguments[0],t=void 0):(t=void 0,e=void 0));var o=t||wn(),r=Yn(o,this).startOf("day"),n=Ge.calendarFormat(this,r)||"sameElse",i=e&&(yo(e[n])?e[n].call(this,o):e[n]);return this.format(i||this.localeData().calendar(n,this,wn(o)))},gi.clone=function(){return new ao(this)},gi.diff=function(t,e,o){var r,n,i;if(!this.isValid())return NaN;if(!(r=Yn(t,this)).isValid())return NaN;switch(n=6e4*(r.utcOffset()-this.utcOffset()),e=Mo(e)){case"year":i=jn(this,r)/12;break;case"month":i=jn(this,r);break;case"quarter":i=jn(this,r)/3;break;case"second":i=(this-r)/1e3;break;case"minute":i=(this-r)/6e4;break;case"hour":i=(this-r)/36e5;break;case"day":i=(this-r-n)/864e5;break;case"week":i=(this-r-n)/6048e5;break;default:i=this-r}return o?i:Lo(i)},gi.endOf=function(t){var e,o;if(void 0===(t=Mo(t))||"millisecond"===t||!this.isValid())return this;switch(o=this._isUTC?ni:ri,t){case"year":e=o(this.year()+1,0,1)-1;break;case"quarter":e=o(this.year(),this.month()-this.month()%3+3,1)-1;break;case"month":e=o(this.year(),this.month()+1,1)-1;break;case"week":e=o(this.year(),this.month(),this.date()-this.weekday()+7)-1;break;case"isoWeek":e=o(this.year(),this.month(),this.date()-(this.isoWeekday()-1)+7)-1;break;case"day":case"date":e=o(this.year(),this.month(),this.date()+1)-1;break;case"hour":e=this._d.valueOf(),e+=ti-oi(e+(this._isUTC?0:this.utcOffset()*Xn),ti)-1;break;case"minute":e=this._d.valueOf(),e+=Xn-oi(e,Xn)-1;break;case"second":e=this._d.valueOf(),e+=Qn-oi(e,Qn)-1}return this._d.setTime(e),Ge.updateOffset(this,!0),this},gi.format=function(t){t||(t=this.isUtc()?Ge.defaultFormatUtc:Ge.defaultFormat);var e=Co(this,t);return this.localeData().postformat(e)},gi.from=function(t,e){return this.isValid()&&(co(t)&&t.isValid()||wn(t).isValid())?Fn({to:this,from:t}).locale(this.locale()).humanize(!e):this.localeData().invalidDate()},gi.fromNow=function(t){return this.from(wn(),t)},gi.to=function(t,e){return this.isValid()&&(co(t)&&t.isValid()||wn(t).isValid())?Fn({from:this,to:t}).locale(this.locale()).humanize(!e):this.localeData().invalidDate()},gi.toNow=function(t){return this.to(wn(),t)},gi.get=function(t){return yo(this[t=Mo(t)])?this[t]():this},gi.invalidAt=function(){return eo(this).overflow},gi.isAfter=function(t,e){var o=co(t)?t:wn(t);return!(!this.isValid()||!o.isValid())&&("millisecond"===(e=Mo(e)||"millisecond")?this.valueOf()>o.valueOf():o.valueOf()<this.clone().startOf(e).valueOf())},gi.isBefore=function(t,e){var o=co(t)?t:wn(t);return!(!this.isValid()||!o.isValid())&&("millisecond"===(e=Mo(e)||"millisecond")?this.valueOf()<o.valueOf():this.clone().endOf(e).valueOf()<o.valueOf())},gi.isBetween=function(t,e,o,r){var n=co(t)?t:wn(t),i=co(e)?e:wn(e);return!!(this.isValid()&&n.isValid()&&i.isValid())&&(("("===(r=r||"()")[0]?this.isAfter(n,o):!this.isBefore(n,o))&&(")"===r[1]?this.isBefore(i,o):!this.isAfter(i,o)))},gi.isSame=function(t,e){var o,r=co(t)?t:wn(t);return!(!this.isValid()||!r.isValid())&&("millisecond"===(e=Mo(e)||"millisecond")?this.valueOf()===r.valueOf():(o=r.valueOf(),this.clone().startOf(e).valueOf()<=o&&o<=this.clone().endOf(e).valueOf()))},gi.isSameOrAfter=function(t,e){return this.isSame(t,e)||this.isAfter(t,e)},gi.isSameOrBefore=function(t,e){return this.isSame(t,e)||this.isBefore(t,e)},gi.isValid=function(){return oo(this)},gi.lang=qn,gi.locale=Jn,gi.localeData=Vn,gi.max=xn,gi.min=Cn,gi.parsingFlags=function(){return Xe({},eo(this))},gi.set=function(t,e){if("object"==typeof t){var o,r=function(t){var e,o=[];for(e in t)ze(t,e)&&o.push({unit:e,priority:Do[e]});return o.sort((function(t,e){return t.priority-e.priority})),o}(t=Uo(t)),n=r.length;for(o=0;o<n;o++)this[r[o].unit](t[r[o].unit])}else if(yo(this[t=Mo(t)]))return this[t](e);return this},gi.startOf=function(t){var e,o;if(void 0===(t=Mo(t))||"millisecond"===t||!this.isValid())return this;switch(o=this._isUTC?ni:ri,t){case"year":e=o(this.year(),0,1);break;case"quarter":e=o(this.year(),this.month()-this.month()%3,1);break;case"month":e=o(this.year(),this.month(),1);break;case"week":e=o(this.year(),this.month(),this.date()-this.weekday());break;case"isoWeek":e=o(this.year(),this.month(),this.date()-(this.isoWeekday()-1));break;case"day":case"date":e=o(this.year(),this.month(),this.date());break;case"hour":e=this._d.valueOf(),e-=oi(e+(this._isUTC?0:this.utcOffset()*Xn),ti);break;case"minute":e=this._d.valueOf(),e-=oi(e,Xn);break;case"second":e=this._d.valueOf(),e-=oi(e,Qn)}return this._d.setTime(e),Ge.updateOffset(this,!0),this},gi.subtract=Pn,gi.toArray=function(){var t=this;return[t.year(),t.month(),t.date(),t.hour(),t.minute(),t.second(),t.millisecond()]},gi.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()}},gi.toDate=function(){return new Date(this.valueOf())},gi.toISOString=function(t){if(!this.isValid())return null;var e=!0!==t,o=e?this.clone().utc():this;return o.year()<0||o.year()>9999?Co(o,e?"YYYYYY-MM-DD[T]HH:mm:ss.SSS[Z]":"YYYYYY-MM-DD[T]HH:mm:ss.SSSZ"):yo(Date.prototype.toISOString)?e?this.toDate().toISOString():new Date(this.valueOf()+60*this.utcOffset()*1e3).toISOString().replace("Z",Co(o,"Z")):Co(o,e?"YYYY-MM-DD[T]HH:mm:ss.SSS[Z]":"YYYY-MM-DD[T]HH:mm:ss.SSSZ")},gi.inspect=function(){if(!this.isValid())return"moment.invalid(/* "+this._i+" */)";var t,e,o,r="moment",n="";return this.isLocal()||(r=0===this.utcOffset()?"moment.utc":"moment.parseZone",n="Z"),t="["+r+'("]',e=0<=this.year()&&this.year()<=9999?"YYYY":"YYYYYY","-MM-DD[T]HH:mm:ss.SSS",o=n+'[")]',this.format(t+e+"-MM-DD[T]HH:mm:ss.SSS"+o)},"undefined"!=typeof Symbol&&null!=Symbol.for&&(gi[Symbol.for("nodejs.util.inspect.custom")]=function(){return"Moment<"+this.format()+">"}),gi.toJSON=function(){return this.isValid()?this.toISOString():null},gi.toString=function(){return this.clone().locale("en").format("ddd MMM DD YYYY HH:mm:ss [GMT]ZZ")},gi.unix=function(){return Math.floor(this.valueOf()/1e3)},gi.valueOf=function(){return this._d.valueOf()-6e4*(this._offset||0)},gi.creationData=function(){return{input:this._i,format:this._f,locale:this._locale,isUTC:this._isUTC,strict:this._strict}},gi.eraName=function(){var t,e,o,r=this.localeData().eras();for(t=0,e=r.length;t<e;++t){if(o=this.clone().startOf("day").valueOf(),r[t].since<=o&&o<=r[t].until)return r[t].name;if(r[t].until<=o&&o<=r[t].since)return r[t].name}return""},gi.eraNarrow=function(){var t,e,o,r=this.localeData().eras();for(t=0,e=r.length;t<e;++t){if(o=this.clone().startOf("day").valueOf(),r[t].since<=o&&o<=r[t].until)return r[t].narrow;if(r[t].until<=o&&o<=r[t].since)return r[t].narrow}return""},gi.eraAbbr=function(){var t,e,o,r=this.localeData().eras();for(t=0,e=r.length;t<e;++t){if(o=this.clone().startOf("day").valueOf(),r[t].since<=o&&o<=r[t].until)return r[t].abbr;if(r[t].until<=o&&o<=r[t].since)return r[t].abbr}return""},gi.eraYear=function(){var t,e,o,r,n=this.localeData().eras();for(t=0,e=n.length;t<e;++t)if(o=n[t].since<=n[t].until?1:-1,r=this.clone().startOf("day").valueOf(),n[t].since<=r&&r<=n[t].until||n[t].until<=r&&r<=n[t].since)return(this.year()-Ge(n[t].since).year())*o+n[t].offset;return this.year()},gi.year=Ur,gi.isLeapYear=function(){return Wo(this.year())},gi.weekYear=function(t){return ci.call(this,t,this.week(),this.weekday(),this.localeData()._week.dow,this.localeData()._week.doy)},gi.isoWeekYear=function(t){return ci.call(this,t,this.isoWeek(),this.isoWeekday(),1,4)},gi.quarter=gi.quarters=function(t){return null==t?Math.ceil((this.month()+1)/3):this.month(3*(t-1)+this.month()%3)},gi.month=Rr,gi.daysInMonth=function(){return br(this.year(),this.month())},gi.week=gi.weeks=function(t){var e=this.localeData().week(this);return null==t?e:this.add(7*(t-e),"d")},gi.isoWeek=gi.isoWeeks=function(t){var e=Yr(this,1,4).week;return null==t?e:this.add(7*(t-e),"d")},gi.weeksInYear=function(){var t=this.localeData()._week;return Ir(this.year(),t.dow,t.doy)},gi.weeksInWeekYear=function(){var t=this.localeData()._week;return Ir(this.weekYear(),t.dow,t.doy)},gi.isoWeeksInYear=function(){return Ir(this.year(),1,4)},gi.isoWeeksInISOWeekYear=function(){return Ir(this.isoWeekYear(),1,4)},gi.date=hi,gi.day=gi.days=function(t){if(!this.isValid())return null!=t?this:NaN;var e=this._isUTC?this._d.getUTCDay():this._d.getDay();return null!=t?(t=function(t,e){return"string"!=typeof t?t:isNaN(t)?"number"==typeof(t=e.weekdaysParse(t))?t:null:parseInt(t,10)}(t,this.localeData()),this.add(t-e,"d")):e},gi.weekday=function(t){if(!this.isValid())return null!=t?this:NaN;var e=(this.day()+7-this.localeData()._week.dow)%7;return null==t?e:this.add(t-e,"d")},gi.isoWeekday=function(t){if(!this.isValid())return null!=t?this:NaN;if(null!=t){var e=function(t,e){return"string"==typeof t?e.weekdaysParse(t)%7||7:isNaN(t)?null:t}(t,this.localeData());return this.day(this.day()%7?e:e-7)}return this.day()||7},gi.dayOfYear=function(t){var e=Math.round((this.clone().startOf("day")-this.clone().startOf("year"))/864e5)+1;return null==t?e:this.add(t-e,"d")},gi.hour=gi.hours=jr,gi.minute=gi.minutes=fi,gi.second=gi.seconds=pi,gi.millisecond=gi.milliseconds=di,gi.utcOffset=function(t,e,o){var r,n=this._offset||0;if(!this.isValid())return null!=t?this:NaN;if(null!=t){if("string"==typeof t){if(null===(t=Ln(Xo,t)))return this}else Math.abs(t)<16&&!o&&(t*=60);return!this._isUTC&&e&&(r=In(this)),this._offset=t,this._isUTC=!0,null!=r&&this.add(r,"m"),n!==t&&(!e||this._changeInProgress?Hn(this,Fn(t-n,"m"),1,!1):this._changeInProgress||(this._changeInProgress=!0,Ge.updateOffset(this,!0),this._changeInProgress=null)),this}return this._isUTC?n:In(this)},gi.utc=function(t){return this.utcOffset(0,t)},gi.local=function(t){return this._isUTC&&(this.utcOffset(0,t),this._isUTC=!1,t&&this.subtract(In(this),"m")),this},gi.parseZone=function(){if(null!=this._tzm)this.utcOffset(this._tzm,!1,!0);else if("string"==typeof this._i){var t=Ln(Qo,this._i);null!=t?this.utcOffset(t):this.utcOffset(0,!0)}return this},gi.hasAlignedHourOffset=function(t){return!!this.isValid()&&(t=t?wn(t).utcOffset():0,(this.utcOffset()-t)%60==0)},gi.isDST=function(){return this.utcOffset()>this.clone().month(0).utcOffset()||this.utcOffset()>this.clone().month(5).utcOffset()},gi.isLocal=function(){return!!this.isValid()&&!this._isUTC},gi.isUtcOffset=function(){return!!this.isValid()&&this._isUTC},gi.isUtc=Zn,gi.isUTC=Zn,gi.zoneAbbr=function(){return this._isUTC?"UTC":""},gi.zoneName=function(){return this._isUTC?"Coordinated Universal Time":""},gi.dates=ho("dates accessor is deprecated. Use date instead.",hi),gi.months=ho("months accessor is deprecated. Use month instead",Rr),gi.years=ho("years accessor is deprecated. Use year instead",Ur),gi.zone=ho("moment().zone is deprecated, use moment().utcOffset instead. http://momentjs.com/guides/#/warnings/zone/",(function(t,e){return null!=t?("string"!=typeof t&&(t=-t),this.utcOffset(t,e),this):-this.utcOffset()})),gi.isDSTShifted=ho("isDSTShifted is deprecated. See http://momentjs.com/guides/#/warnings/dst-shifted/ for more information",(function(){if(!Je(this._isDSTShifted))return this._isDSTShifted;var t,e={};return so(e,this),(e=vn(e))._a?(t=e._isUTC?to(e._a):wn(e._a),this._isDSTShifted=this.isValid()&&function(t,e,o){var r,n=Math.min(t.length,e.length),i=Math.abs(t.length-e.length),s=0;for(r=0;r<n;r++)(o&&t[r]!==e[r]||!o&&Yo(t[r])!==Yo(e[r]))&&s++;return s+i}(e._a,t.toArray())>0):this._isDSTShifted=!1,this._isDSTShifted}));var bi=mo.prototype;function Oi(t,e,o,r){var n=nn(),i=to().set(r,e);return n[o](i,t)}function Ni(t,e,o){if(qe(t)&&(e=t,t=void 0),t=t||"",null!=e)return Oi(t,e,o,"month");var r,n=[];for(r=0;r<12;r++)n[r]=Oi(t,r,o,"month");return n}function vi(t,e,o,r){"boolean"==typeof t?(qe(e)&&(o=e,e=void 0),e=e||""):(o=e=t,t=!1,qe(e)&&(o=e,e=void 0),e=e||"");var n,i=nn(),s=t?i._week.dow:0,a=[];if(null!=o)return Oi(e,(o+s)%7,r,"day");for(n=0;n<7;n++)a[n]=Oi(e,(n+s)%7,r,"day");return a}bi.calendar=function(t,e,o){var r=this._calendar[t]||this._calendar.sameElse;return yo(r)?r.call(e,o):r},bi.longDateFormat=function(t){var e=this._longDateFormat[t],o=this._longDateFormat[t.toUpperCase()];return e||!o?e:(this._longDateFormat[t]=o.match(Oo).map((function(t){return"MMMM"===t||"MM"===t||"DD"===t||"dddd"===t?t.slice(1):t})).join(""),this._longDateFormat[t])},bi.invalidDate=function(){return this._invalidDate},bi.ordinal=function(t){return this._ordinal.replace("%d",t)},bi.preparse=mi,bi.postformat=mi,bi.relativeTime=function(t,e,o,r){var n=this._relativeTime[o];return yo(n)?n(t,e,o,r):n.replace(/%d/i,t)},bi.pastFuture=function(t,e){var o=this._relativeTime[t>0?"future":"past"];return yo(o)?o(e):o.replace(/%s/i,e)},bi.set=function(t){var e,o;for(o in t)ze(t,o)&&(yo(e=t[o])?this[o]=e:this["_"+o]=e);this._config=t,this._dayOfMonthOrdinalParseLenient=new RegExp((this._dayOfMonthOrdinalParse.source||this._ordinalParse.source)+"|"+/\d{1,2}/.source)},bi.eras=function(t,e){var o,r,n,i=this._eras||nn("en")._eras;for(o=0,r=i.length;o<r;++o){if("string"==typeof i[o].since)n=Ge(i[o].since).startOf("day"),i[o].since=n.valueOf();switch(typeof i[o].until){case"undefined":i[o].until=1/0;break;case"string":n=Ge(i[o].until).startOf("day").valueOf(),i[o].until=n.valueOf()}}return i},bi.erasParse=function(t,e,o){var r,n,i,s,a,c=this.eras();for(t=t.toUpperCase(),r=0,n=c.length;r<n;++r)if(i=c[r].name.toUpperCase(),s=c[r].abbr.toUpperCase(),a=c[r].narrow.toUpperCase(),o)switch(e){case"N":case"NN":case"NNN":if(s===t)return c[r];break;case"NNNN":if(i===t)return c[r];break;case"NNNNN":if(a===t)return c[r]}else if([i,s,a].indexOf(t)>=0)return c[r]},bi.erasConvertYear=function(t,e){var o=t.since<=t.until?1:-1;return void 0===e?Ge(t.since).year():Ge(t.since).year()+(e-t.offset)*o},bi.erasAbbrRegex=function(t){return ze(this,"_erasAbbrRegex")||si.call(this),t?this._erasAbbrRegex:this._erasRegex},bi.erasNameRegex=function(t){return ze(this,"_erasNameRegex")||si.call(this),t?this._erasNameRegex:this._erasRegex},bi.erasNarrowRegex=function(t){return ze(this,"_erasNarrowRegex")||si.call(this),t?this._erasNarrowRegex:this._erasRegex},bi.months=function(t,e){return t?Pe(this._months)?this._months[t.month()]:this._months[(this._months.isFormat||vr).test(e)?"format":"standalone"][t.month()]:Pe(this._months)?this._months:this._months.standalone},bi.monthsShort=function(t,e){return t?Pe(this._monthsShort)?this._monthsShort[t.month()]:this._monthsShort[vr.test(e)?"format":"standalone"][t.month()]:Pe(this._monthsShort)?this._monthsShort:this._monthsShort.standalone},bi.monthsParse=function(t,e,o){var r,n,i;if(this._monthsParseExact)return Cr.call(this,t,e,o);for(this._monthsParse||(this._monthsParse=[],this._longMonthsParse=[],this._shortMonthsParse=[]),r=0;r<12;r++){if(n=to([2e3,r]),o&&!this._longMonthsParse[r]&&(this._longMonthsParse[r]=new RegExp("^"+this.months(n,"").replace(".","")+"$","i"),this._shortMonthsParse[r]=new RegExp("^"+this.monthsShort(n,"").replace(".","")+"$","i")),o||this._monthsParse[r]||(i="^"+this.months(n,"")+"|^"+this.monthsShort(n,""),this._monthsParse[r]=new RegExp(i.replace(".",""),"i")),o&&"MMMM"===e&&this._longMonthsParse[r].test(t))return r;if(o&&"MMM"===e&&this._shortMonthsParse[r].test(t))return r;if(!o&&this._monthsParse[r].test(t))return r}},bi.monthsRegex=function(t){return this._monthsParseExact?(ze(this,"_monthsRegex")||Er.call(this),t?this._monthsStrictRegex:this._monthsRegex):(ze(this,"_monthsRegex")||(this._monthsRegex=wr),this._monthsStrictRegex&&t?this._monthsStrictRegex:this._monthsRegex)},bi.monthsShortRegex=function(t){return this._monthsParseExact?(ze(this,"_monthsRegex")||Er.call(this),t?this._monthsShortStrictRegex:this._monthsShortRegex):(ze(this,"_monthsShortRegex")||(this._monthsShortRegex=Sr),this._monthsShortStrictRegex&&t?this._monthsShortStrictRegex:this._monthsShortRegex)},bi.week=function(t){return Yr(t,this._week.dow,this._week.doy).week},bi.firstDayOfYear=function(){return this._week.doy},bi.firstDayOfWeek=function(){return this._week.dow},bi.weekdays=function(t,e){var o=Pe(this._weekdays)?this._weekdays:this._weekdays[t&&!0!==t&&this._weekdays.isFormat.test(e)?"format":"standalone"];return!0===t?Zr(o,this._week.dow):t?o[t.day()]:o},bi.weekdaysMin=function(t){return!0===t?Zr(this._weekdaysMin,this._week.dow):t?this._weekdaysMin[t.day()]:this._weekdaysMin},bi.weekdaysShort=function(t){return!0===t?Zr(this._weekdaysShort,this._week.dow):t?this._weekdaysShort[t.day()]:this._weekdaysShort},bi.weekdaysParse=function(t,e,o){var r,n,i;if(this._weekdaysParseExact)return Hr.call(this,t,e,o);for(this._weekdaysParse||(this._weekdaysParse=[],this._minWeekdaysParse=[],this._shortWeekdaysParse=[],this._fullWeekdaysParse=[]),r=0;r<7;r++){if(n=to([2e3,1]).day(r),o&&!this._fullWeekdaysParse[r]&&(this._fullWeekdaysParse[r]=new RegExp("^"+this.weekdays(n,"").replace(".","\\.?")+"$","i"),this._shortWeekdaysParse[r]=new RegExp("^"+this.weekdaysShort(n,"").replace(".","\\.?")+"$","i"),this._minWeekdaysParse[r]=new RegExp("^"+this.weekdaysMin(n,"").replace(".","\\.?")+"$","i")),this._weekdaysParse[r]||(i="^"+this.weekdays(n,"")+"|^"+this.weekdaysShort(n,"")+"|^"+this.weekdaysMin(n,""),this._weekdaysParse[r]=new RegExp(i.replace(".",""),"i")),o&&"dddd"===e&&this._fullWeekdaysParse[r].test(t))return r;if(o&&"ddd"===e&&this._shortWeekdaysParse[r].test(t))return r;if(o&&"dd"===e&&this._minWeekdaysParse[r].test(t))return r;if(!o&&this._weekdaysParse[r].test(t))return r}},bi.weekdaysRegex=function(t){return this._weekdaysParseExact?(ze(this,"_weekdaysRegex")||Gr.call(this),t?this._weekdaysStrictRegex:this._weekdaysRegex):(ze(this,"_weekdaysRegex")||(this._weekdaysRegex=_r),this._weekdaysStrictRegex&&t?this._weekdaysStrictRegex:this._weekdaysRegex)},bi.weekdaysShortRegex=function(t){return this._weekdaysParseExact?(ze(this,"_weekdaysRegex")||Gr.call(this),t?this._weekdaysShortStrictRegex:this._weekdaysShortRegex):(ze(this,"_weekdaysShortRegex")||(this._weekdaysShortRegex=$r),this._weekdaysShortStrictRegex&&t?this._weekdaysShortStrictRegex:this._weekdaysShortRegex)},bi.weekdaysMinRegex=function(t){return this._weekdaysParseExact?(ze(this,"_weekdaysRegex")||Gr.call(this),t?this._weekdaysMinStrictRegex:this._weekdaysMinRegex):(ze(this,"_weekdaysMinRegex")||(this._weekdaysMinRegex=Tr),this._weekdaysMinStrictRegex&&t?this._weekdaysMinStrictRegex:this._weekdaysMinRegex)},bi.isPM=function(t){return"p"===(t+"").toLowerCase().charAt(0)},bi.meridiem=function(t,e,o){return t>11?o?"pm":"PM":o?"am":"AM"},on("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 e=t%10;return t+(1===Yo(t%100/10)?"th":1===e?"st":2===e?"nd":3===e?"rd":"th")}}),Ge.lang=ho("moment.lang is deprecated. Use moment.locale instead.",on),Ge.langData=ho("moment.langData is deprecated. Use moment.localeData instead.",nn);var Si=Math.abs;function wi(t,e,o,r){var n=Fn(e,o);return t._milliseconds+=r*n._milliseconds,t._days+=r*n._days,t._months+=r*n._months,t._bubble()}function Ci(t){return t<0?Math.floor(t):Math.ceil(t)}function xi(t){return 4800*t/146097}function Ri(t){return 146097*t/4800}function Ei(t){return function(){return this.as(t)}}var Mi=Ei("ms"),Ui=Ei("s"),Di=Ei("m"),ki=Ei("h"),Wi=Ei("d"),Li=Ei("w"),Yi=Ei("M"),Ii=Ei("Q"),Zi=Ei("y");function Ki(t){return function(){return this.isValid()?this._data[t]:NaN}}var Ai=Ki("milliseconds"),Fi=Ki("seconds"),_i=Ki("minutes"),$i=Ki("hours"),Ti=Ki("days"),Hi=Ki("months"),Gi=Ki("years");var Pi=Math.round,Bi={ss:44,s:45,m:45,h:22,d:26,w:null,M:11};function zi(t,e,o,r,n){return n.relativeTime(e||1,!!o,t,r)}var ji=Math.abs;function Ji(t){return(t>0)-(t<0)||+t}function qi(){if(!this.isValid())return this.localeData().invalidDate();var t,e,o,r,n,i,s,a,c=ji(this._milliseconds)/1e3,l=ji(this._days),h=ji(this._months),f=this.asSeconds();return f?(t=Lo(c/60),e=Lo(t/60),c%=60,t%=60,o=Lo(h/12),h%=12,r=c?c.toFixed(3).replace(/\.?0+$/,""):"",n=f<0?"-":"",i=Ji(this._months)!==Ji(f)?"-":"",s=Ji(this._days)!==Ji(f)?"-":"",a=Ji(this._milliseconds)!==Ji(f)?"-":"",n+"P"+(o?i+o+"Y":"")+(h?i+h+"M":"")+(l?s+l+"D":"")+(e||t||c?"T":"")+(e?a+e+"H":"")+(t?a+t+"M":"")+(c?a+r+"S":"")):"P0D"}var Vi=Mn.prototype;Vi.isValid=function(){return this._isValid},Vi.abs=function(){var t=this._data;return this._milliseconds=Si(this._milliseconds),this._days=Si(this._days),this._months=Si(this._months),t.milliseconds=Si(t.milliseconds),t.seconds=Si(t.seconds),t.minutes=Si(t.minutes),t.hours=Si(t.hours),t.months=Si(t.months),t.years=Si(t.years),this},Vi.add=function(t,e){return wi(this,t,e,1)},Vi.subtract=function(t,e){return wi(this,t,e,-1)},Vi.as=function(t){if(!this.isValid())return NaN;var e,o,r=this._milliseconds;if("month"===(t=Mo(t))||"quarter"===t||"year"===t)switch(e=this._days+r/864e5,o=this._months+xi(e),t){case"month":return o;case"quarter":return o/3;case"year":return o/12}else switch(e=this._days+Math.round(Ri(this._months)),t){case"week":return e/7+r/6048e5;case"day":return e+r/864e5;case"hour":return 24*e+r/36e5;case"minute":return 1440*e+r/6e4;case"second":return 86400*e+r/1e3;case"millisecond":return Math.floor(864e5*e)+r;default:throw new Error("Unknown unit "+t)}},Vi.asMilliseconds=Mi,Vi.asSeconds=Ui,Vi.asMinutes=Di,Vi.asHours=ki,Vi.asDays=Wi,Vi.asWeeks=Li,Vi.asMonths=Yi,Vi.asQuarters=Ii,Vi.asYears=Zi,Vi.valueOf=function(){return this.isValid()?this._milliseconds+864e5*this._days+this._months%12*2592e6+31536e6*Yo(this._months/12):NaN},Vi._bubble=function(){var t,e,o,r,n,i=this._milliseconds,s=this._days,a=this._months,c=this._data;return i>=0&&s>=0&&a>=0||i<=0&&s<=0&&a<=0||(i+=864e5*Ci(Ri(a)+s),s=0,a=0),c.milliseconds=i%1e3,t=Lo(i/1e3),c.seconds=t%60,e=Lo(t/60),c.minutes=e%60,o=Lo(e/60),c.hours=o%24,s+=Lo(o/24),a+=n=Lo(xi(s)),s-=Ci(Ri(n)),r=Lo(a/12),a%=12,c.days=s,c.months=a,c.years=r,this},Vi.clone=function(){return Fn(this)},Vi.get=function(t){return t=Mo(t),this.isValid()?this[t+"s"]():NaN},Vi.milliseconds=Ai,Vi.seconds=Fi,Vi.minutes=_i,Vi.hours=$i,Vi.days=Ti,Vi.weeks=function(){return Lo(this.days()/7)},Vi.months=Hi,Vi.years=Gi,Vi.humanize=function(t,e){if(!this.isValid())return this.localeData().invalidDate();var o,r,n=!1,i=Bi;return"object"==typeof t&&(e=t,t=!1),"boolean"==typeof t&&(n=t),"object"==typeof e&&(i=Object.assign({},Bi,e),null!=e.s&&null==e.ss&&(i.ss=e.s-1)),r=function(t,e,o,r){var n=Fn(t).abs(),i=Pi(n.as("s")),s=Pi(n.as("m")),a=Pi(n.as("h")),c=Pi(n.as("d")),l=Pi(n.as("M")),h=Pi(n.as("w")),f=Pi(n.as("y")),u=i<=o.ss&&["s",i]||i<o.s&&["ss",i]||s<=1&&["m"]||s<o.m&&["mm",s]||a<=1&&["h"]||a<o.h&&["hh",a]||c<=1&&["d"]||c<o.d&&["dd",c];return null!=o.w&&(u=u||h<=1&&["w"]||h<o.w&&["ww",h]),(u=u||l<=1&&["M"]||l<o.M&&["MM",l]||f<=1&&["y"]||["yy",f])[2]=e,u[3]=+t>0,u[4]=r,zi.apply(null,u)}(this,!n,i,o=this.localeData()),n&&(r=o.pastFuture(+this,r)),o.postformat(r)},Vi.toISOString=qi,Vi.toString=qi,Vi.toJSON=qi,Vi.locale=Jn,Vi.localeData=Vn,Vi.toIsoString=ho("toIsoString() is deprecated. Please use toISOString() instead (notice the capitals)",qi),Vi.lang=qn,wo("X",0,0,"unix"),wo("x",0,0,"valueOf"),er("x",Vo),er("X",/[+-]?\d+(\.\d{1,3})?/),ir("X",(function(t,e,o){o._d=new Date(1e3*parseFloat(t))})),ir("x",(function(t,e,o){o._d=new Date(Yo(t))})),
|
|
106
|
+
`;const Zo=Symbol("internalReduxEventsUnsubscribers"),Ao=Symbol("internalStoresUnsubscribers"),Fo=Symbol("internalStores");class Ho extends Wo{constructor(){super(...arguments),this[Lo]=new Map,this[Yo]=new Map,this[Ko]=[]}get reduxConstructor(){return this.constructor}update(t){super.update(t),[...this.reduxConstructor.reduxReactiveProperties].some((o=>t.has(o)))&&this.updateFromStores()}getUnnamedStore(){if(this[Fo].size>1)throw new Error("Cannot resolve unnamed store when multiple stores are configured.");return[...this[Fo].values()][0]}getStore(t){return null==t?this.getUnnamedStore():this[Fo].get(t)}addStore(t,o){var e;o=null!==(e=null!=o?o:Io(t)?t.name:void 0)&&void 0!==e?e:"default-store",this.unsubscribeFromStore(o),this.setupStore(o,t)}removeStore(t){const o="string"==typeof t?t:t.name;this.unsubscribeFromStore(o),this[Fo].delete(o)}setupStore(t,o){this[Fo].set(t,o),this.subscribeToStore(t,o),this.updateFromStores()}setupStores(){this.unsubscribeFromStores(),this[Fo].forEach(((t,o)=>this.subscribeToStore(o,t))),this.updateFromStores()}updateFromStores(){this.reduxConstructor.reduxProperties.forEach(((t,o)=>{const e=this.constructor.getPropertyOptions(o);if(!(null==e?void 0:e.attribute)||!this.hasAttribute("string"==typeof(null==e?void 0:e.attribute)?e.attribute:o)){const e=this.getStore(t.store);e&&(t.store?this[Ao].has(t.store):this[Ao].size>0)&&(this[o]=t.selector(e.getState(),this))}}))}subscribeToStore(t,o){var e;this[Ao].set(t,o.subscribe((()=>this.updateFromStores()))),Io(o)&&o.eventBus&&(null===(e=this.reduxConstructor.reduxEventListeners)||void 0===e||e.forEach(((t,e)=>{if("function"==typeof this[e]&&(!t.store||o.name===t.store)){const r=t=>this[e](t);o.eventBus.addEventListener(t.eventName,r),this[Zo].push((()=>o.eventBus.removeEventListener(t.eventName,r)))}}))),this.onStoreAvailable(t)}unsubscribeFromStores(){this[Ao].forEach(((t,o)=>this.unsubscribeFromStore(o))),this[Zo].forEach((t=>t())),this[Zo]=[]}unsubscribeFromStore(t){this[Ao].has(t)&&this[Ao].get(t)(),this[Ao].delete(t)}onStoreAvailable(t){}connectedCallback(){super.connectedCallback(),this.setupStores()}disconnectedCallback(){super.disconnectedCallback(),this.unsubscribeFromStores()}}var _o,$o,To,Go;function Po(){return To.apply(null,arguments)}function zo(t){return t instanceof Array||"[object Array]"===Object.prototype.toString.call(t)}function Bo(t){return null!=t&&"[object Object]"===Object.prototype.toString.call(t)}function jo(t,o){return Object.prototype.hasOwnProperty.call(t,o)}function Jo(t){if(Object.getOwnPropertyNames)return 0===Object.getOwnPropertyNames(t).length;var o;for(o in t)if(jo(t,o))return!1;return!0}function qo(t){return void 0===t}function Vo(t){return"number"==typeof t||"[object Number]"===Object.prototype.toString.call(t)}function Qo(t){return t instanceof Date||"[object Date]"===Object.prototype.toString.call(t)}function Xo(t,o){var e,r=[],n=t.length;for(e=0;e<n;++e)r.push(o(t[e],e));return r}function te(t,o){for(var e in o)jo(o,e)&&(t[e]=o[e]);return jo(o,"toString")&&(t.toString=o.toString),jo(o,"valueOf")&&(t.valueOf=o.valueOf),t}function oe(t,o,e,r){return Sn(t,o,e,r,!0).utc()}function ee(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 re(t){if(null==t._isValid){var o=ee(t),e=Go.call(o.parsedDateParts,(function(t){return null!=t})),r=!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&&e);if(t._strict&&(r=r&&0===o.charsLeftOver&&0===o.unusedTokens.length&&void 0===o.bigHour),null!=Object.isFrozen&&Object.isFrozen(t))return r;t._isValid=r}return t._isValid}function ne(t){var o=oe(NaN);return null!=t?te(ee(o),t):ee(o).userInvalidated=!0,o}Lo=Ao,Yo=Fo,Ko=Zo,Ho.reduxProperties=new Map,Ho.reduxReactiveProperties=new Set,Ho.reduxEventListeners=new Map,window.ftReduxStores||(window.ftReduxStores={}),navigator.vendor&&navigator.vendor.match(/apple/i)||(null===($o=null===(_o=window.safari)||void 0===_o?void 0:_o.pushNotification)||void 0===$o||$o.toString()),Go=Array.prototype.some?Array.prototype.some:function(t){var o,e=Object(this),r=e.length>>>0;for(o=0;o<r;o++)if(o in e&&t.call(this,e[o],o,e))return!0;return!1};var ie=Po.momentProperties=[],ae=!1;function se(t,o){var e,r,n,i=ie.length;if(qo(o._isAMomentObject)||(t._isAMomentObject=o._isAMomentObject),qo(o._i)||(t._i=o._i),qo(o._f)||(t._f=o._f),qo(o._l)||(t._l=o._l),qo(o._strict)||(t._strict=o._strict),qo(o._tzm)||(t._tzm=o._tzm),qo(o._isUTC)||(t._isUTC=o._isUTC),qo(o._offset)||(t._offset=o._offset),qo(o._pf)||(t._pf=ee(o)),qo(o._locale)||(t._locale=o._locale),i>0)for(e=0;e<i;e++)qo(n=o[r=ie[e]])||(t[r]=n);return t}function ce(t){se(this,t),this._d=new Date(null!=t._d?t._d.getTime():NaN),this.isValid()||(this._d=new Date(NaN)),!1===ae&&(ae=!0,Po.updateOffset(this),ae=!1)}function le(t){return t instanceof ce||null!=t&&null!=t._isAMomentObject}function he(t){!1===Po.suppressDeprecationWarnings&&"undefined"!=typeof console&&console.warn&&console.warn("Deprecation warning: "+t)}function fe(t,o){var e=!0;return te((function(){if(null!=Po.deprecationHandler&&Po.deprecationHandler(null,t),e){var r,n,i,a=[],s=arguments.length;for(n=0;n<s;n++){if(r="","object"==typeof arguments[n]){for(i in r+="\n["+n+"] ",arguments[0])jo(arguments[0],i)&&(r+=i+": "+arguments[0][i]+", ");r=r.slice(0,-2)}else r=arguments[n];a.push(r)}he(t+"\nArguments: "+Array.prototype.slice.call(a).join("")+"\n"+(new Error).stack),e=!1}return o.apply(this,arguments)}),o)}var ue,de={};function pe(t,o){null!=Po.deprecationHandler&&Po.deprecationHandler(t,o),de[t]||(he(o),de[t]=!0)}function ye(t){return"undefined"!=typeof Function&&t instanceof Function||"[object Function]"===Object.prototype.toString.call(t)}function ge(t,o){var e,r=te({},t);for(e in o)jo(o,e)&&(Bo(t[e])&&Bo(o[e])?(r[e]={},te(r[e],t[e]),te(r[e],o[e])):null!=o[e]?r[e]=o[e]:delete r[e]);for(e in t)jo(t,e)&&!jo(o,e)&&Bo(t[e])&&(r[e]=te({},r[e]));return r}function me(t){null!=t&&this.set(t)}Po.suppressDeprecationWarnings=!1,Po.deprecationHandler=null,ue=Object.keys?Object.keys:function(t){var o,e=[];for(o in t)jo(t,o)&&e.push(o);return e};function be(t,o,e){var r=""+Math.abs(t),n=o-r.length;return(t>=0?e?"+":"":"-")+Math.pow(10,Math.max(0,n)).toString().substr(1)+r}var Oe=/(\[[^\[]*\])|(\\)?([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,Ne=/(\[[^\[]*\])|(\\)?(LTS|LT|LL?L?L?|l{1,4})/g,ve={},Se={};function we(t,o,e,r){var n=r;"string"==typeof r&&(n=function(){return this[r]()}),t&&(Se[t]=n),o&&(Se[o[0]]=function(){return be(n.apply(this,arguments),o[1],o[2])}),e&&(Se[e]=function(){return this.localeData().ordinal(n.apply(this,arguments),t)})}function xe(t,o){return t.isValid()?(o=Ce(o,t.localeData()),ve[o]=ve[o]||function(t){var o,e,r,n=t.match(Oe);for(o=0,e=n.length;o<e;o++)Se[n[o]]?n[o]=Se[n[o]]:n[o]=(r=n[o]).match(/\[[\s\S]/)?r.replace(/^\[|\]$/g,""):r.replace(/\\/g,"");return function(o){var r,i="";for(r=0;r<e;r++)i+=ye(n[r])?n[r].call(o,t):n[r];return i}}(o),ve[o](t)):t.localeData().invalidDate()}function Ce(t,o){var e=5;function r(t){return o.longDateFormat(t)||t}for(Ne.lastIndex=0;e>=0&&Ne.test(t);)t=t.replace(Ne,r),Ne.lastIndex=0,e-=1;return t}var Ee={};function Re(t,o){var e=t.toLowerCase();Ee[e]=Ee[e+"s"]=Ee[o]=t}function Ue(t){return"string"==typeof t?Ee[t]||Ee[t.toLowerCase()]:void 0}function Me(t){var o,e,r={};for(e in t)jo(t,e)&&(o=Ue(e))&&(r[o]=t[e]);return r}var De={};function We(t,o){De[t]=o}function ke(t){return t%4==0&&t%100!=0||t%400==0}function Ie(t){return t<0?Math.ceil(t)||0:Math.floor(t)}function Le(t){var o=+t,e=0;return 0!==o&&isFinite(o)&&(e=Ie(o)),e}function Ye(t,o){return function(e){return null!=e?(Ze(this,t,e),Po.updateOffset(this,o),this):Ke(this,t)}}function Ke(t,o){return t.isValid()?t._d["get"+(t._isUTC?"UTC":"")+o]():NaN}function Ze(t,o,e){t.isValid()&&!isNaN(e)&&("FullYear"===o&&ke(t.year())&&1===t.month()&&29===t.date()?(e=Le(e),t._d["set"+(t._isUTC?"UTC":"")+o](e,t.month(),br(e,t.month()))):t._d["set"+(t._isUTC?"UTC":"")+o](e))}var Ae,Fe=/\d/,He=/\d\d/,_e=/\d{3}/,$e=/\d{4}/,Te=/[+-]?\d{6}/,Ge=/\d\d?/,Pe=/\d\d\d\d?/,ze=/\d\d\d\d\d\d?/,Be=/\d{1,3}/,je=/\d{1,4}/,Je=/[+-]?\d{1,6}/,qe=/\d+/,Ve=/[+-]?\d+/,Qe=/Z|[+-]\d\d:?\d\d/gi,Xe=/Z|[+-]\d\d(?::?\d\d)?/gi,tr=/[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 or(t,o,e){Ae[t]=ye(o)?o:function(t,r){return t&&e?e:o}}function er(t,o){return jo(Ae,t)?Ae[t](o._strict,o._locale):new RegExp(function(t){return rr(t.replace("\\","").replace(/\\(\[)|\\(\])|\[([^\]\[]*)\]|\\(.)/g,(function(t,o,e,r,n){return o||e||r||n})))}(t))}function rr(t){return t.replace(/[-\/\\^$*+?.()|[\]{}]/g,"\\$&")}Ae={};var nr={};function ir(t,o){var e,r,n=o;for("string"==typeof t&&(t=[t]),Vo(o)&&(n=function(t,e){e[o]=Le(t)}),r=t.length,e=0;e<r;e++)nr[t[e]]=n}function ar(t,o){ir(t,(function(t,e,r,n){r._w=r._w||{},o(t,r._w,r,n)}))}function sr(t,o,e){null!=o&&jo(nr,t)&&nr[t](o,e._a,e,t)}var cr,lr=0,hr=1,fr=2,ur=3,dr=4,pr=5,yr=6,gr=7,mr=8;function br(t,o){if(isNaN(t)||isNaN(o))return NaN;var e=function(t,o){return(t%o+o)%o}(o,12);return t+=(o-e)/12,1===e?ke(t)?29:28:31-e%7%2}cr=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},we("M",["MM",2],"Mo",(function(){return this.month()+1})),we("MMM",0,0,(function(t){return this.localeData().monthsShort(this,t)})),we("MMMM",0,0,(function(t){return this.localeData().months(this,t)})),Re("month","M"),We("month",8),or("M",Ge),or("MM",Ge,He),or("MMM",(function(t,o){return o.monthsShortRegex(t)})),or("MMMM",(function(t,o){return o.monthsRegex(t)})),ir(["M","MM"],(function(t,o){o[hr]=Le(t)-1})),ir(["MMM","MMMM"],(function(t,o,e,r){var n=e._locale.monthsParse(t,r,e._strict);null!=n?o[hr]=n:ee(e).invalidMonth=t}));var Or="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("_"),vr=/D[oD]?(\[[^\[\]]*\]|\s)+MMMM?/,Sr=tr,wr=tr;function xr(t,o,e){var r,n,i,a=t.toLocaleLowerCase();if(!this._monthsParse)for(this._monthsParse=[],this._longMonthsParse=[],this._shortMonthsParse=[],r=0;r<12;++r)i=oe([2e3,r]),this._shortMonthsParse[r]=this.monthsShort(i,"").toLocaleLowerCase(),this._longMonthsParse[r]=this.months(i,"").toLocaleLowerCase();return e?"MMM"===o?-1!==(n=cr.call(this._shortMonthsParse,a))?n:null:-1!==(n=cr.call(this._longMonthsParse,a))?n:null:"MMM"===o?-1!==(n=cr.call(this._shortMonthsParse,a))||-1!==(n=cr.call(this._longMonthsParse,a))?n:null:-1!==(n=cr.call(this._longMonthsParse,a))||-1!==(n=cr.call(this._shortMonthsParse,a))?n:null}function Cr(t,o){var e;if(!t.isValid())return t;if("string"==typeof o)if(/^\d+$/.test(o))o=Le(o);else if(!Vo(o=t.localeData().monthsParse(o)))return t;return e=Math.min(t.date(),br(t.year(),o)),t._d["set"+(t._isUTC?"UTC":"")+"Month"](o,e),t}function Er(t){return null!=t?(Cr(this,t),Po.updateOffset(this,!0),this):Ke(this,"Month")}function Rr(){function t(t,o){return o.length-t.length}var o,e,r=[],n=[],i=[];for(o=0;o<12;o++)e=oe([2e3,o]),r.push(this.monthsShort(e,"")),n.push(this.months(e,"")),i.push(this.months(e,"")),i.push(this.monthsShort(e,""));for(r.sort(t),n.sort(t),i.sort(t),o=0;o<12;o++)r[o]=rr(r[o]),n[o]=rr(n[o]);for(o=0;o<24;o++)i[o]=rr(i[o]);this._monthsRegex=new RegExp("^("+i.join("|")+")","i"),this._monthsShortRegex=this._monthsRegex,this._monthsStrictRegex=new RegExp("^("+n.join("|")+")","i"),this._monthsShortStrictRegex=new RegExp("^("+r.join("|")+")","i")}function Ur(t){return ke(t)?366:365}we("Y",0,0,(function(){var t=this.year();return t<=9999?be(t,4):"+"+t})),we(0,["YY",2],0,(function(){return this.year()%100})),we(0,["YYYY",4],0,"year"),we(0,["YYYYY",5],0,"year"),we(0,["YYYYYY",6,!0],0,"year"),Re("year","y"),We("year",1),or("Y",Ve),or("YY",Ge,He),or("YYYY",je,$e),or("YYYYY",Je,Te),or("YYYYYY",Je,Te),ir(["YYYYY","YYYYYY"],lr),ir("YYYY",(function(t,o){o[lr]=2===t.length?Po.parseTwoDigitYear(t):Le(t)})),ir("YY",(function(t,o){o[lr]=Po.parseTwoDigitYear(t)})),ir("Y",(function(t,o){o[lr]=parseInt(t,10)})),Po.parseTwoDigitYear=function(t){return Le(t)+(Le(t)>68?1900:2e3)};var Mr=Ye("FullYear",!0);function Dr(t,o,e,r,n,i,a){var s;return t<100&&t>=0?(s=new Date(t+400,o,e,r,n,i,a),isFinite(s.getFullYear())&&s.setFullYear(t)):s=new Date(t,o,e,r,n,i,a),s}function Wr(t){var o,e;return t<100&&t>=0?((e=Array.prototype.slice.call(arguments))[0]=t+400,o=new Date(Date.UTC.apply(null,e)),isFinite(o.getUTCFullYear())&&o.setUTCFullYear(t)):o=new Date(Date.UTC.apply(null,arguments)),o}function kr(t,o,e){var r=7+o-e;return-((7+Wr(t,0,r).getUTCDay()-o)%7)+r-1}function Ir(t,o,e,r,n){var i,a,s=1+7*(o-1)+(7+e-r)%7+kr(t,r,n);return s<=0?a=Ur(i=t-1)+s:s>Ur(t)?(i=t+1,a=s-Ur(t)):(i=t,a=s),{year:i,dayOfYear:a}}function Lr(t,o,e){var r,n,i=kr(t.year(),o,e),a=Math.floor((t.dayOfYear()-i-1)/7)+1;return a<1?r=a+Yr(n=t.year()-1,o,e):a>Yr(t.year(),o,e)?(r=a-Yr(t.year(),o,e),n=t.year()+1):(n=t.year(),r=a),{week:r,year:n}}function Yr(t,o,e){var r=kr(t,o,e),n=kr(t+1,o,e);return(Ur(t)-r+n)/7}we("w",["ww",2],"wo","week"),we("W",["WW",2],"Wo","isoWeek"),Re("week","w"),Re("isoWeek","W"),We("week",5),We("isoWeek",5),or("w",Ge),or("ww",Ge,He),or("W",Ge),or("WW",Ge,He),ar(["w","ww","W","WW"],(function(t,o,e,r){o[r.substr(0,1)]=Le(t)}));function Kr(t,o){return t.slice(o,7).concat(t.slice(0,o))}we("d",0,"do","day"),we("dd",0,0,(function(t){return this.localeData().weekdaysMin(this,t)})),we("ddd",0,0,(function(t){return this.localeData().weekdaysShort(this,t)})),we("dddd",0,0,(function(t){return this.localeData().weekdays(this,t)})),we("e",0,0,"weekday"),we("E",0,0,"isoWeekday"),Re("day","d"),Re("weekday","e"),Re("isoWeekday","E"),We("day",11),We("weekday",11),We("isoWeekday",11),or("d",Ge),or("e",Ge),or("E",Ge),or("dd",(function(t,o){return o.weekdaysMinRegex(t)})),or("ddd",(function(t,o){return o.weekdaysShortRegex(t)})),or("dddd",(function(t,o){return o.weekdaysRegex(t)})),ar(["dd","ddd","dddd"],(function(t,o,e,r){var n=e._locale.weekdaysParse(t,r,e._strict);null!=n?o.d=n:ee(e).invalidWeekday=t})),ar(["d","e","E"],(function(t,o,e,r){o[r]=Le(t)}));var Zr="Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),Ar="Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),Fr="Su_Mo_Tu_We_Th_Fr_Sa".split("_"),Hr=tr,_r=tr,$r=tr;function Tr(t,o,e){var r,n,i,a=t.toLocaleLowerCase();if(!this._weekdaysParse)for(this._weekdaysParse=[],this._shortWeekdaysParse=[],this._minWeekdaysParse=[],r=0;r<7;++r)i=oe([2e3,1]).day(r),this._minWeekdaysParse[r]=this.weekdaysMin(i,"").toLocaleLowerCase(),this._shortWeekdaysParse[r]=this.weekdaysShort(i,"").toLocaleLowerCase(),this._weekdaysParse[r]=this.weekdays(i,"").toLocaleLowerCase();return e?"dddd"===o?-1!==(n=cr.call(this._weekdaysParse,a))?n:null:"ddd"===o?-1!==(n=cr.call(this._shortWeekdaysParse,a))?n:null:-1!==(n=cr.call(this._minWeekdaysParse,a))?n:null:"dddd"===o?-1!==(n=cr.call(this._weekdaysParse,a))||-1!==(n=cr.call(this._shortWeekdaysParse,a))||-1!==(n=cr.call(this._minWeekdaysParse,a))?n:null:"ddd"===o?-1!==(n=cr.call(this._shortWeekdaysParse,a))||-1!==(n=cr.call(this._weekdaysParse,a))||-1!==(n=cr.call(this._minWeekdaysParse,a))?n:null:-1!==(n=cr.call(this._minWeekdaysParse,a))||-1!==(n=cr.call(this._weekdaysParse,a))||-1!==(n=cr.call(this._shortWeekdaysParse,a))?n:null}function Gr(){function t(t,o){return o.length-t.length}var o,e,r,n,i,a=[],s=[],c=[],l=[];for(o=0;o<7;o++)e=oe([2e3,1]).day(o),r=rr(this.weekdaysMin(e,"")),n=rr(this.weekdaysShort(e,"")),i=rr(this.weekdays(e,"")),a.push(r),s.push(n),c.push(i),l.push(r),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 Pr(){return this.hours()%12||12}function zr(t,o){we(t,0,0,(function(){return this.localeData().meridiem(this.hours(),this.minutes(),o)}))}function Br(t,o){return o._meridiemParse}we("H",["HH",2],0,"hour"),we("h",["hh",2],0,Pr),we("k",["kk",2],0,(function(){return this.hours()||24})),we("hmm",0,0,(function(){return""+Pr.apply(this)+be(this.minutes(),2)})),we("hmmss",0,0,(function(){return""+Pr.apply(this)+be(this.minutes(),2)+be(this.seconds(),2)})),we("Hmm",0,0,(function(){return""+this.hours()+be(this.minutes(),2)})),we("Hmmss",0,0,(function(){return""+this.hours()+be(this.minutes(),2)+be(this.seconds(),2)})),zr("a",!0),zr("A",!1),Re("hour","h"),We("hour",13),or("a",Br),or("A",Br),or("H",Ge),or("h",Ge),or("k",Ge),or("HH",Ge,He),or("hh",Ge,He),or("kk",Ge,He),or("hmm",Pe),or("hmmss",ze),or("Hmm",Pe),or("Hmmss",ze),ir(["H","HH"],ur),ir(["k","kk"],(function(t,o,e){var r=Le(t);o[ur]=24===r?0:r})),ir(["a","A"],(function(t,o,e){e._isPm=e._locale.isPM(t),e._meridiem=t})),ir(["h","hh"],(function(t,o,e){o[ur]=Le(t),ee(e).bigHour=!0})),ir("hmm",(function(t,o,e){var r=t.length-2;o[ur]=Le(t.substr(0,r)),o[dr]=Le(t.substr(r)),ee(e).bigHour=!0})),ir("hmmss",(function(t,o,e){var r=t.length-4,n=t.length-2;o[ur]=Le(t.substr(0,r)),o[dr]=Le(t.substr(r,2)),o[pr]=Le(t.substr(n)),ee(e).bigHour=!0})),ir("Hmm",(function(t,o,e){var r=t.length-2;o[ur]=Le(t.substr(0,r)),o[dr]=Le(t.substr(r))})),ir("Hmmss",(function(t,o,e){var r=t.length-4,n=t.length-2;o[ur]=Le(t.substr(0,r)),o[dr]=Le(t.substr(r,2)),o[pr]=Le(t.substr(n))}));var jr=Ye("Hours",!0);var Jr,qr={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:Or,monthsShort:Nr,week:{dow:0,doy:6},weekdays:Zr,weekdaysMin:Fr,weekdaysShort:Ar,meridiemParse:/[ap]\.?m?\.?/i},Vr={},Qr={};function Xr(t,o){var e,r=Math.min(t.length,o.length);for(e=0;e<r;e+=1)if(t[e]!==o[e])return e;return r}function tn(t){return t?t.toLowerCase().replace("_","-"):t}function on(t){var o=null;if(void 0===Vr[t]&&"undefined"!=typeof module&&module&&module.exports&&function(t){return null!=t.match("^[^/\\\\]*$")}(t))try{o=Jr._abbr,require("./locale/"+t),en(o)}catch(o){Vr[t]=null}return Vr[t]}function en(t,o){var e;return t&&((e=qo(o)?nn(t):rn(t,o))?Jr=e:"undefined"!=typeof console&&console.warn&&console.warn("Locale "+t+" not found. Did you forget to load it?")),Jr._abbr}function rn(t,o){if(null!==o){var e,r=qr;if(o.abbr=t,null!=Vr[t])pe("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."),r=Vr[t]._config;else if(null!=o.parentLocale)if(null!=Vr[o.parentLocale])r=Vr[o.parentLocale]._config;else{if(null==(e=on(o.parentLocale)))return Qr[o.parentLocale]||(Qr[o.parentLocale]=[]),Qr[o.parentLocale].push({name:t,config:o}),null;r=e._config}return Vr[t]=new me(ge(r,o)),Qr[t]&&Qr[t].forEach((function(t){rn(t.name,t.config)})),en(t),Vr[t]}return delete Vr[t],null}function nn(t){var o;if(t&&t._locale&&t._locale._abbr&&(t=t._locale._abbr),!t)return Jr;if(!zo(t)){if(o=on(t))return o;t=[t]}return function(t){for(var o,e,r,n,i=0;i<t.length;){for(o=(n=tn(t[i]).split("-")).length,e=(e=tn(t[i+1]))?e.split("-"):null;o>0;){if(r=on(n.slice(0,o).join("-")))return r;if(e&&e.length>=o&&Xr(n,e)>=o-1)break;o--}i++}return Jr}(t)}function an(t){var o,e=t._a;return e&&-2===ee(t).overflow&&(o=e[hr]<0||e[hr]>11?hr:e[fr]<1||e[fr]>br(e[lr],e[hr])?fr:e[ur]<0||e[ur]>24||24===e[ur]&&(0!==e[dr]||0!==e[pr]||0!==e[yr])?ur:e[dr]<0||e[dr]>59?dr:e[pr]<0||e[pr]>59?pr:e[yr]<0||e[yr]>999?yr:-1,ee(t)._overflowDayOfYear&&(o<lr||o>fr)&&(o=fr),ee(t)._overflowWeeks&&-1===o&&(o=gr),ee(t)._overflowWeekday&&-1===o&&(o=mr),ee(t).overflow=o),t}var sn=/^\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)?)?$/,cn=/^\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)?)?$/,ln=/Z|[+-]\d\d(?::?\d\d)?/,hn=[["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]],fn=[["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/]],un=/^\/?Date\((-?\d+)/i,dn=/^(?:(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}))$/,pn={UT:0,GMT:0,EDT:-240,EST:-300,CDT:-300,CST:-360,MDT:-360,MST:-420,PDT:-420,PST:-480};function yn(t){var o,e,r,n,i,a,s=t._i,c=sn.exec(s)||cn.exec(s),l=hn.length,h=fn.length;if(c){for(ee(t).iso=!0,o=0,e=l;o<e;o++)if(hn[o][1].exec(c[1])){n=hn[o][0],r=!1!==hn[o][2];break}if(null==n)return void(t._isValid=!1);if(c[3]){for(o=0,e=h;o<e;o++)if(fn[o][1].exec(c[3])){i=(c[2]||" ")+fn[o][0];break}if(null==i)return void(t._isValid=!1)}if(!r&&null!=i)return void(t._isValid=!1);if(c[4]){if(!ln.exec(c[4]))return void(t._isValid=!1);a="Z"}t._f=n+(i||"")+(a||""),Nn(t)}else t._isValid=!1}function gn(t){var o=parseInt(t,10);return o<=49?2e3+o:o<=999?1900+o:o}function mn(t){var o,e,r,n,i,a,s,c,l=dn.exec(function(t){return t.replace(/\([^()]*\)|[\n\t]/g," ").replace(/(\s\s+)/g," ").replace(/^\s\s*/,"").replace(/\s\s*$/,"")}(t._i));if(l){if(e=l[4],r=l[3],n=l[2],i=l[5],a=l[6],s=l[7],c=[gn(e),Nr.indexOf(r),parseInt(n,10),parseInt(i,10),parseInt(a,10)],s&&c.push(parseInt(s,10)),o=c,!function(t,o,e){return!t||Ar.indexOf(t)===new Date(o[0],o[1],o[2]).getDay()||(ee(e).weekdayMismatch=!0,e._isValid=!1,!1)}(l[1],o,t))return;t._a=o,t._tzm=function(t,o,e){if(t)return pn[t];if(o)return 0;var r=parseInt(e,10),n=r%100;return(r-n)/100*60+n}(l[8],l[9],l[10]),t._d=Wr.apply(null,t._a),t._d.setUTCMinutes(t._d.getUTCMinutes()-t._tzm),ee(t).rfc2822=!0}else t._isValid=!1}function bn(t,o,e){return null!=t?t:null!=o?o:e}function On(t){var o,e,r,n,i,a=[];if(!t._d){for(r=function(t){var o=new Date(Po.now());return t._useUTC?[o.getUTCFullYear(),o.getUTCMonth(),o.getUTCDate()]:[o.getFullYear(),o.getMonth(),o.getDate()]}(t),t._w&&null==t._a[fr]&&null==t._a[hr]&&function(t){var o,e,r,n,i,a,s,c,l;o=t._w,null!=o.GG||null!=o.W||null!=o.E?(i=1,a=4,e=bn(o.GG,t._a[lr],Lr(wn(),1,4).year),r=bn(o.W,1),((n=bn(o.E,1))<1||n>7)&&(c=!0)):(i=t._locale._week.dow,a=t._locale._week.doy,l=Lr(wn(),i,a),e=bn(o.gg,t._a[lr],l.year),r=bn(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);r<1||r>Yr(e,i,a)?ee(t)._overflowWeeks=!0:null!=c?ee(t)._overflowWeekday=!0:(s=Ir(e,r,n,i,a),t._a[lr]=s.year,t._dayOfYear=s.dayOfYear)}(t),null!=t._dayOfYear&&(i=bn(t._a[lr],r[lr]),(t._dayOfYear>Ur(i)||0===t._dayOfYear)&&(ee(t)._overflowDayOfYear=!0),e=Wr(i,0,t._dayOfYear),t._a[hr]=e.getUTCMonth(),t._a[fr]=e.getUTCDate()),o=0;o<3&&null==t._a[o];++o)t._a[o]=a[o]=r[o];for(;o<7;o++)t._a[o]=a[o]=null==t._a[o]?2===o?1:0:t._a[o];24===t._a[ur]&&0===t._a[dr]&&0===t._a[pr]&&0===t._a[yr]&&(t._nextDay=!0,t._a[ur]=0),t._d=(t._useUTC?Wr:Dr).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[ur]=24),t._w&&void 0!==t._w.d&&t._w.d!==n&&(ee(t).weekdayMismatch=!0)}}function Nn(t){if(t._f!==Po.ISO_8601)if(t._f!==Po.RFC_2822){t._a=[],ee(t).empty=!0;var o,e,r,n,i,a,s,c=""+t._i,l=c.length,h=0;for(s=(r=Ce(t._f,t._locale).match(Oe)||[]).length,o=0;o<s;o++)n=r[o],(e=(c.match(er(n,t))||[])[0])&&((i=c.substr(0,c.indexOf(e))).length>0&&ee(t).unusedInput.push(i),c=c.slice(c.indexOf(e)+e.length),h+=e.length),Se[n]?(e?ee(t).empty=!1:ee(t).unusedTokens.push(n),sr(n,e,t)):t._strict&&!e&&ee(t).unusedTokens.push(n);ee(t).charsLeftOver=l-h,c.length>0&&ee(t).unusedInput.push(c),t._a[ur]<=12&&!0===ee(t).bigHour&&t._a[ur]>0&&(ee(t).bigHour=void 0),ee(t).parsedDateParts=t._a.slice(0),ee(t).meridiem=t._meridiem,t._a[ur]=function(t,o,e){var r;if(null==e)return o;return null!=t.meridiemHour?t.meridiemHour(o,e):null!=t.isPM?((r=t.isPM(e))&&o<12&&(o+=12),r||12!==o||(o=0),o):o}(t._locale,t._a[ur],t._meridiem),null!==(a=ee(t).era)&&(t._a[lr]=t._locale.erasConvertYear(a,t._a[lr])),On(t),an(t)}else mn(t);else yn(t)}function vn(t){var o=t._i,e=t._f;return t._locale=t._locale||nn(t._l),null===o||void 0===e&&""===o?ne({nullInput:!0}):("string"==typeof o&&(t._i=o=t._locale.preparse(o)),le(o)?new ce(an(o)):(Qo(o)?t._d=o:zo(e)?function(t){var o,e,r,n,i,a,s=!1,c=t._f.length;if(0===c)return ee(t).invalidFormat=!0,void(t._d=new Date(NaN));for(n=0;n<c;n++)i=0,a=!1,o=se({},t),null!=t._useUTC&&(o._useUTC=t._useUTC),o._f=t._f[n],Nn(o),re(o)&&(a=!0),i+=ee(o).charsLeftOver,i+=10*ee(o).unusedTokens.length,ee(o).score=i,s?i<r&&(r=i,e=o):(null==r||i<r||a)&&(r=i,e=o,a&&(s=!0));te(t,e||o)}(t):e?Nn(t):function(t){var o=t._i;qo(o)?t._d=new Date(Po.now()):Qo(o)?t._d=new Date(o.valueOf()):"string"==typeof o?function(t){var o=un.exec(t._i);null===o?(yn(t),!1===t._isValid&&(delete t._isValid,mn(t),!1===t._isValid&&(delete t._isValid,t._strict?t._isValid=!1:Po.createFromInputFallback(t)))):t._d=new Date(+o[1])}(t):zo(o)?(t._a=Xo(o.slice(0),(function(t){return parseInt(t,10)})),On(t)):Bo(o)?function(t){if(!t._d){var o=Me(t._i),e=void 0===o.day?o.date:o.day;t._a=Xo([o.year,o.month,e,o.hour,o.minute,o.second,o.millisecond],(function(t){return t&&parseInt(t,10)})),On(t)}}(t):Vo(o)?t._d=new Date(o):Po.createFromInputFallback(t)}(t),re(t)||(t._d=null),t))}function Sn(t,o,e,r,n){var i,a={};return!0!==o&&!1!==o||(r=o,o=void 0),!0!==e&&!1!==e||(r=e,e=void 0),(Bo(t)&&Jo(t)||zo(t)&&0===t.length)&&(t=void 0),a._isAMomentObject=!0,a._useUTC=a._isUTC=n,a._l=e,a._i=t,a._f=o,a._strict=r,(i=new ce(an(vn(a))))._nextDay&&(i.add(1,"d"),i._nextDay=void 0),i}function wn(t,o,e,r){return Sn(t,o,e,r,!1)}Po.createFromInputFallback=fe("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":""))})),Po.ISO_8601=function(){},Po.RFC_2822=function(){};var xn=fe("moment().min is deprecated, use moment.max instead. http://momentjs.com/guides/#/warnings/min-max/",(function(){var t=wn.apply(null,arguments);return this.isValid()&&t.isValid()?t<this?this:t:ne()})),Cn=fe("moment().max is deprecated, use moment.min instead. http://momentjs.com/guides/#/warnings/min-max/",(function(){var t=wn.apply(null,arguments);return this.isValid()&&t.isValid()?t>this?this:t:ne()}));function En(t,o){var e,r;if(1===o.length&&zo(o[0])&&(o=o[0]),!o.length)return wn();for(e=o[0],r=1;r<o.length;++r)o[r].isValid()&&!o[r][t](e)||(e=o[r]);return e}var Rn=["year","quarter","month","week","day","hour","minute","second","millisecond"];function Un(t){var o=Me(t),e=o.year||0,r=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,h=o.millisecond||0;this._isValid=function(t){var o,e,r=!1,n=Rn.length;for(o in t)if(jo(t,o)&&(-1===cr.call(Rn,o)||null!=t[o]&&isNaN(t[o])))return!1;for(e=0;e<n;++e)if(t[Rn[e]]){if(r)return!1;parseFloat(t[Rn[e]])!==Le(t[Rn[e]])&&(r=!0)}return!0}(o),this._milliseconds=+h+1e3*l+6e4*c+1e3*s*60*60,this._days=+a+7*i,this._months=+n+3*r+12*e,this._data={},this._locale=nn(),this._bubble()}function Mn(t){return t instanceof Un}function Dn(t){return t<0?-1*Math.round(-1*t):Math.round(t)}function Wn(t,o){we(t,0,0,(function(){var t=this.utcOffset(),e="+";return t<0&&(t=-t,e="-"),e+be(~~(t/60),2)+o+be(~~t%60,2)}))}Wn("Z",":"),Wn("ZZ",""),or("Z",Xe),or("ZZ",Xe),ir(["Z","ZZ"],(function(t,o,e){e._useUTC=!0,e._tzm=In(Xe,t)}));var kn=/([\+\-]|\d\d)/gi;function In(t,o){var e,r,n=(o||"").match(t);return null===n?null:0===(r=60*(e=((n[n.length-1]||[])+"").match(kn)||["-",0,0])[1]+Le(e[2]))?0:"+"===e[0]?r:-r}function Ln(t,o){var e,r;return o._isUTC?(e=o.clone(),r=(le(t)||Qo(t)?t.valueOf():wn(t).valueOf())-e.valueOf(),e._d.setTime(e._d.valueOf()+r),Po.updateOffset(e,!1),e):wn(t).local()}function Yn(t){return-Math.round(t._d.getTimezoneOffset())}function Kn(){return!!this.isValid()&&(this._isUTC&&0===this._offset)}Po.updateOffset=function(){};var Zn=/^(-|\+)?(?:(\d*)[. ])?(\d+):(\d+)(?::(\d+)(\.\d*)?)?$/,An=/^(-|\+)?P(?:([-+]?[0-9,.]*)Y)?(?:([-+]?[0-9,.]*)M)?(?:([-+]?[0-9,.]*)W)?(?:([-+]?[0-9,.]*)D)?(?:T(?:([-+]?[0-9,.]*)H)?(?:([-+]?[0-9,.]*)M)?(?:([-+]?[0-9,.]*)S)?)?$/;function Fn(t,o){var e,r,n,i=t,a=null;return Mn(t)?i={ms:t._milliseconds,d:t._days,M:t._months}:Vo(t)||!isNaN(+t)?(i={},o?i[o]=+t:i.milliseconds=+t):(a=Zn.exec(t))?(e="-"===a[1]?-1:1,i={y:0,d:Le(a[fr])*e,h:Le(a[ur])*e,m:Le(a[dr])*e,s:Le(a[pr])*e,ms:Le(Dn(1e3*a[yr]))*e}):(a=An.exec(t))?(e="-"===a[1]?-1:1,i={y:Hn(a[2],e),M:Hn(a[3],e),w:Hn(a[4],e),d:Hn(a[5],e),h:Hn(a[6],e),m:Hn(a[7],e),s:Hn(a[8],e)}):null==i?i={}:"object"==typeof i&&("from"in i||"to"in i)&&(n=function(t,o){var e;if(!t.isValid()||!o.isValid())return{milliseconds:0,months:0};o=Ln(o,t),t.isBefore(o)?e=_n(t,o):((e=_n(o,t)).milliseconds=-e.milliseconds,e.months=-e.months);return e}(wn(i.from),wn(i.to)),(i={}).ms=n.milliseconds,i.M=n.months),r=new Un(i),Mn(t)&&jo(t,"_locale")&&(r._locale=t._locale),Mn(t)&&jo(t,"_isValid")&&(r._isValid=t._isValid),r}function Hn(t,o){var e=t&&parseFloat(t.replace(",","."));return(isNaN(e)?0:e)*o}function _n(t,o){var e={};return e.months=o.month()-t.month()+12*(o.year()-t.year()),t.clone().add(e.months,"M").isAfter(o)&&--e.months,e.milliseconds=+o-+t.clone().add(e.months,"M"),e}function $n(t,o){return function(e,r){var n;return null===r||isNaN(+r)||(pe(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=e,e=r,r=n),Tn(this,Fn(e,r),t),this}}function Tn(t,o,e,r){var n=o._milliseconds,i=Dn(o._days),a=Dn(o._months);t.isValid()&&(r=null==r||r,a&&Cr(t,Ke(t,"Month")+a*e),i&&Ze(t,"Date",Ke(t,"Date")+i*e),n&&t._d.setTime(t._d.valueOf()+n*e),r&&Po.updateOffset(t,i||a))}Fn.fn=Un.prototype,Fn.invalid=function(){return Fn(NaN)};var Gn=$n(1,"add"),Pn=$n(-1,"subtract");function zn(t){return"string"==typeof t||t instanceof String}function Bn(t){return le(t)||Qo(t)||zn(t)||Vo(t)||function(t){var o=zo(t),e=!1;o&&(e=0===t.filter((function(o){return!Vo(o)&&zn(t)})).length);return o&&e}(t)||function(t){var o,e,r=Bo(t)&&!Jo(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)e=i[o],n=n||jo(t,e);return r&&n}(t)||null==t}function jn(t,o){if(t.date()<o.date())return-jn(o,t);var e=12*(o.year()-t.year())+(o.month()-t.month()),r=t.clone().add(e,"months");return-(e+(o-r<0?(o-r)/(r-t.clone().add(e-1,"months")):(o-r)/(t.clone().add(e+1,"months")-r)))||0}function Jn(t){var o;return void 0===t?this._locale._abbr:(null!=(o=nn(t))&&(this._locale=o),this)}Po.defaultFormat="YYYY-MM-DDTHH:mm:ssZ",Po.defaultFormatUtc="YYYY-MM-DDTHH:mm:ss[Z]";var qn=fe("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 Vn(){return this._locale}var Qn=1e3,Xn=6e4,ti=36e5,oi=126227808e5;function ei(t,o){return(t%o+o)%o}function ri(t,o,e){return t<100&&t>=0?new Date(t+400,o,e)-oi:new Date(t,o,e).valueOf()}function ni(t,o,e){return t<100&&t>=0?Date.UTC(t+400,o,e)-oi:Date.UTC(t,o,e)}function ii(t,o){return o.erasAbbrRegex(t)}function ai(){var t,o,e=[],r=[],n=[],i=[],a=this.eras();for(t=0,o=a.length;t<o;++t)r.push(rr(a[t].name)),e.push(rr(a[t].abbr)),n.push(rr(a[t].narrow)),i.push(rr(a[t].name)),i.push(rr(a[t].abbr)),i.push(rr(a[t].narrow));this._erasRegex=new RegExp("^("+i.join("|")+")","i"),this._erasNameRegex=new RegExp("^("+r.join("|")+")","i"),this._erasAbbrRegex=new RegExp("^("+e.join("|")+")","i"),this._erasNarrowRegex=new RegExp("^("+n.join("|")+")","i")}function si(t,o){we(0,[t,t.length],0,o)}function ci(t,o,e,r,n){var i;return null==t?Lr(this,r,n).year:(o>(i=Yr(t,r,n))&&(o=i),li.call(this,t,o,e,r,n))}function li(t,o,e,r,n){var i=Ir(t,o,e,r,n),a=Wr(i.year,0,i.dayOfYear);return this.year(a.getUTCFullYear()),this.month(a.getUTCMonth()),this.date(a.getUTCDate()),this}we("N",0,0,"eraAbbr"),we("NN",0,0,"eraAbbr"),we("NNN",0,0,"eraAbbr"),we("NNNN",0,0,"eraName"),we("NNNNN",0,0,"eraNarrow"),we("y",["y",1],"yo","eraYear"),we("y",["yy",2],0,"eraYear"),we("y",["yyy",3],0,"eraYear"),we("y",["yyyy",4],0,"eraYear"),or("N",ii),or("NN",ii),or("NNN",ii),or("NNNN",(function(t,o){return o.erasNameRegex(t)})),or("NNNNN",(function(t,o){return o.erasNarrowRegex(t)})),ir(["N","NN","NNN","NNNN","NNNNN"],(function(t,o,e,r){var n=e._locale.erasParse(t,r,e._strict);n?ee(e).era=n:ee(e).invalidEra=t})),or("y",qe),or("yy",qe),or("yyy",qe),or("yyyy",qe),or("yo",(function(t,o){return o._eraYearOrdinalRegex||qe})),ir(["y","yy","yyy","yyyy"],lr),ir(["yo"],(function(t,o,e,r){var n;e._locale._eraYearOrdinalRegex&&(n=t.match(e._locale._eraYearOrdinalRegex)),e._locale.eraYearOrdinalParse?o[lr]=e._locale.eraYearOrdinalParse(t,n):o[lr]=parseInt(t,10)})),we(0,["gg",2],0,(function(){return this.weekYear()%100})),we(0,["GG",2],0,(function(){return this.isoWeekYear()%100})),si("gggg","weekYear"),si("ggggg","weekYear"),si("GGGG","isoWeekYear"),si("GGGGG","isoWeekYear"),Re("weekYear","gg"),Re("isoWeekYear","GG"),We("weekYear",1),We("isoWeekYear",1),or("G",Ve),or("g",Ve),or("GG",Ge,He),or("gg",Ge,He),or("GGGG",je,$e),or("gggg",je,$e),or("GGGGG",Je,Te),or("ggggg",Je,Te),ar(["gggg","ggggg","GGGG","GGGGG"],(function(t,o,e,r){o[r.substr(0,2)]=Le(t)})),ar(["gg","GG"],(function(t,o,e,r){o[r]=Po.parseTwoDigitYear(t)})),we("Q",0,"Qo","quarter"),Re("quarter","Q"),We("quarter",7),or("Q",Fe),ir("Q",(function(t,o){o[hr]=3*(Le(t)-1)})),we("D",["DD",2],"Do","date"),Re("date","D"),We("date",9),or("D",Ge),or("DD",Ge,He),or("Do",(function(t,o){return t?o._dayOfMonthOrdinalParse||o._ordinalParse:o._dayOfMonthOrdinalParseLenient})),ir(["D","DD"],fr),ir("Do",(function(t,o){o[fr]=Le(t.match(Ge)[0])}));var hi=Ye("Date",!0);we("DDD",["DDDD",3],"DDDo","dayOfYear"),Re("dayOfYear","DDD"),We("dayOfYear",4),or("DDD",Be),or("DDDD",_e),ir(["DDD","DDDD"],(function(t,o,e){e._dayOfYear=Le(t)})),we("m",["mm",2],0,"minute"),Re("minute","m"),We("minute",14),or("m",Ge),or("mm",Ge,He),ir(["m","mm"],dr);var fi=Ye("Minutes",!1);we("s",["ss",2],0,"second"),Re("second","s"),We("second",15),or("s",Ge),or("ss",Ge,He),ir(["s","ss"],pr);var ui,di,pi=Ye("Seconds",!1);for(we("S",0,0,(function(){return~~(this.millisecond()/100)})),we(0,["SS",2],0,(function(){return~~(this.millisecond()/10)})),we(0,["SSS",3],0,"millisecond"),we(0,["SSSS",4],0,(function(){return 10*this.millisecond()})),we(0,["SSSSS",5],0,(function(){return 100*this.millisecond()})),we(0,["SSSSSS",6],0,(function(){return 1e3*this.millisecond()})),we(0,["SSSSSSS",7],0,(function(){return 1e4*this.millisecond()})),we(0,["SSSSSSSS",8],0,(function(){return 1e5*this.millisecond()})),we(0,["SSSSSSSSS",9],0,(function(){return 1e6*this.millisecond()})),Re("millisecond","ms"),We("millisecond",16),or("S",Be,Fe),or("SS",Be,He),or("SSS",Be,_e),ui="SSSS";ui.length<=9;ui+="S")or(ui,qe);function yi(t,o){o[yr]=Le(1e3*("0."+t))}for(ui="S";ui.length<=9;ui+="S")ir(ui,yi);di=Ye("Milliseconds",!1),we("z",0,0,"zoneAbbr"),we("zz",0,0,"zoneName");var gi=ce.prototype;function mi(t){return t}gi.add=Gn,gi.calendar=function(t,o){1===arguments.length&&(arguments[0]?Bn(arguments[0])?(t=arguments[0],o=void 0):function(t){var o,e=Bo(t)&&!Jo(t),r=!1,n=["sameDay","nextDay","lastDay","nextWeek","lastWeek","sameElse"];for(o=0;o<n.length;o+=1)r=r||jo(t,n[o]);return e&&r}(arguments[0])&&(o=arguments[0],t=void 0):(t=void 0,o=void 0));var e=t||wn(),r=Ln(e,this).startOf("day"),n=Po.calendarFormat(this,r)||"sameElse",i=o&&(ye(o[n])?o[n].call(this,e):o[n]);return this.format(i||this.localeData().calendar(n,this,wn(e)))},gi.clone=function(){return new ce(this)},gi.diff=function(t,o,e){var r,n,i;if(!this.isValid())return NaN;if(!(r=Ln(t,this)).isValid())return NaN;switch(n=6e4*(r.utcOffset()-this.utcOffset()),o=Ue(o)){case"year":i=jn(this,r)/12;break;case"month":i=jn(this,r);break;case"quarter":i=jn(this,r)/3;break;case"second":i=(this-r)/1e3;break;case"minute":i=(this-r)/6e4;break;case"hour":i=(this-r)/36e5;break;case"day":i=(this-r-n)/864e5;break;case"week":i=(this-r-n)/6048e5;break;default:i=this-r}return e?i:Ie(i)},gi.endOf=function(t){var o,e;if(void 0===(t=Ue(t))||"millisecond"===t||!this.isValid())return this;switch(e=this._isUTC?ni:ri,t){case"year":o=e(this.year()+1,0,1)-1;break;case"quarter":o=e(this.year(),this.month()-this.month()%3+3,1)-1;break;case"month":o=e(this.year(),this.month()+1,1)-1;break;case"week":o=e(this.year(),this.month(),this.date()-this.weekday()+7)-1;break;case"isoWeek":o=e(this.year(),this.month(),this.date()-(this.isoWeekday()-1)+7)-1;break;case"day":case"date":o=e(this.year(),this.month(),this.date()+1)-1;break;case"hour":o=this._d.valueOf(),o+=ti-ei(o+(this._isUTC?0:this.utcOffset()*Xn),ti)-1;break;case"minute":o=this._d.valueOf(),o+=Xn-ei(o,Xn)-1;break;case"second":o=this._d.valueOf(),o+=Qn-ei(o,Qn)-1}return this._d.setTime(o),Po.updateOffset(this,!0),this},gi.format=function(t){t||(t=this.isUtc()?Po.defaultFormatUtc:Po.defaultFormat);var o=xe(this,t);return this.localeData().postformat(o)},gi.from=function(t,o){return this.isValid()&&(le(t)&&t.isValid()||wn(t).isValid())?Fn({to:this,from:t}).locale(this.locale()).humanize(!o):this.localeData().invalidDate()},gi.fromNow=function(t){return this.from(wn(),t)},gi.to=function(t,o){return this.isValid()&&(le(t)&&t.isValid()||wn(t).isValid())?Fn({from:this,to:t}).locale(this.locale()).humanize(!o):this.localeData().invalidDate()},gi.toNow=function(t){return this.to(wn(),t)},gi.get=function(t){return ye(this[t=Ue(t)])?this[t]():this},gi.invalidAt=function(){return ee(this).overflow},gi.isAfter=function(t,o){var e=le(t)?t:wn(t);return!(!this.isValid()||!e.isValid())&&("millisecond"===(o=Ue(o)||"millisecond")?this.valueOf()>e.valueOf():e.valueOf()<this.clone().startOf(o).valueOf())},gi.isBefore=function(t,o){var e=le(t)?t:wn(t);return!(!this.isValid()||!e.isValid())&&("millisecond"===(o=Ue(o)||"millisecond")?this.valueOf()<e.valueOf():this.clone().endOf(o).valueOf()<e.valueOf())},gi.isBetween=function(t,o,e,r){var n=le(t)?t:wn(t),i=le(o)?o:wn(o);return!!(this.isValid()&&n.isValid()&&i.isValid())&&(("("===(r=r||"()")[0]?this.isAfter(n,e):!this.isBefore(n,e))&&(")"===r[1]?this.isBefore(i,e):!this.isAfter(i,e)))},gi.isSame=function(t,o){var e,r=le(t)?t:wn(t);return!(!this.isValid()||!r.isValid())&&("millisecond"===(o=Ue(o)||"millisecond")?this.valueOf()===r.valueOf():(e=r.valueOf(),this.clone().startOf(o).valueOf()<=e&&e<=this.clone().endOf(o).valueOf()))},gi.isSameOrAfter=function(t,o){return this.isSame(t,o)||this.isAfter(t,o)},gi.isSameOrBefore=function(t,o){return this.isSame(t,o)||this.isBefore(t,o)},gi.isValid=function(){return re(this)},gi.lang=qn,gi.locale=Jn,gi.localeData=Vn,gi.max=Cn,gi.min=xn,gi.parsingFlags=function(){return te({},ee(this))},gi.set=function(t,o){if("object"==typeof t){var e,r=function(t){var o,e=[];for(o in t)jo(t,o)&&e.push({unit:o,priority:De[o]});return e.sort((function(t,o){return t.priority-o.priority})),e}(t=Me(t)),n=r.length;for(e=0;e<n;e++)this[r[e].unit](t[r[e].unit])}else if(ye(this[t=Ue(t)]))return this[t](o);return this},gi.startOf=function(t){var o,e;if(void 0===(t=Ue(t))||"millisecond"===t||!this.isValid())return this;switch(e=this._isUTC?ni:ri,t){case"year":o=e(this.year(),0,1);break;case"quarter":o=e(this.year(),this.month()-this.month()%3,1);break;case"month":o=e(this.year(),this.month(),1);break;case"week":o=e(this.year(),this.month(),this.date()-this.weekday());break;case"isoWeek":o=e(this.year(),this.month(),this.date()-(this.isoWeekday()-1));break;case"day":case"date":o=e(this.year(),this.month(),this.date());break;case"hour":o=this._d.valueOf(),o-=ei(o+(this._isUTC?0:this.utcOffset()*Xn),ti);break;case"minute":o=this._d.valueOf(),o-=ei(o,Xn);break;case"second":o=this._d.valueOf(),o-=ei(o,Qn)}return this._d.setTime(o),Po.updateOffset(this,!0),this},gi.subtract=Pn,gi.toArray=function(){var t=this;return[t.year(),t.month(),t.date(),t.hour(),t.minute(),t.second(),t.millisecond()]},gi.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()}},gi.toDate=function(){return new Date(this.valueOf())},gi.toISOString=function(t){if(!this.isValid())return null;var o=!0!==t,e=o?this.clone().utc():this;return e.year()<0||e.year()>9999?xe(e,o?"YYYYYY-MM-DD[T]HH:mm:ss.SSS[Z]":"YYYYYY-MM-DD[T]HH:mm:ss.SSSZ"):ye(Date.prototype.toISOString)?o?this.toDate().toISOString():new Date(this.valueOf()+60*this.utcOffset()*1e3).toISOString().replace("Z",xe(e,"Z")):xe(e,o?"YYYY-MM-DD[T]HH:mm:ss.SSS[Z]":"YYYY-MM-DD[T]HH:mm:ss.SSSZ")},gi.inspect=function(){if(!this.isValid())return"moment.invalid(/* "+this._i+" */)";var t,o,e,r="moment",n="";return this.isLocal()||(r=0===this.utcOffset()?"moment.utc":"moment.parseZone",n="Z"),t="["+r+'("]',o=0<=this.year()&&this.year()<=9999?"YYYY":"YYYYYY","-MM-DD[T]HH:mm:ss.SSS",e=n+'[")]',this.format(t+o+"-MM-DD[T]HH:mm:ss.SSS"+e)},"undefined"!=typeof Symbol&&null!=Symbol.for&&(gi[Symbol.for("nodejs.util.inspect.custom")]=function(){return"Moment<"+this.format()+">"}),gi.toJSON=function(){return this.isValid()?this.toISOString():null},gi.toString=function(){return this.clone().locale("en").format("ddd MMM DD YYYY HH:mm:ss [GMT]ZZ")},gi.unix=function(){return Math.floor(this.valueOf()/1e3)},gi.valueOf=function(){return this._d.valueOf()-6e4*(this._offset||0)},gi.creationData=function(){return{input:this._i,format:this._f,locale:this._locale,isUTC:this._isUTC,strict:this._strict}},gi.eraName=function(){var t,o,e,r=this.localeData().eras();for(t=0,o=r.length;t<o;++t){if(e=this.clone().startOf("day").valueOf(),r[t].since<=e&&e<=r[t].until)return r[t].name;if(r[t].until<=e&&e<=r[t].since)return r[t].name}return""},gi.eraNarrow=function(){var t,o,e,r=this.localeData().eras();for(t=0,o=r.length;t<o;++t){if(e=this.clone().startOf("day").valueOf(),r[t].since<=e&&e<=r[t].until)return r[t].narrow;if(r[t].until<=e&&e<=r[t].since)return r[t].narrow}return""},gi.eraAbbr=function(){var t,o,e,r=this.localeData().eras();for(t=0,o=r.length;t<o;++t){if(e=this.clone().startOf("day").valueOf(),r[t].since<=e&&e<=r[t].until)return r[t].abbr;if(r[t].until<=e&&e<=r[t].since)return r[t].abbr}return""},gi.eraYear=function(){var t,o,e,r,n=this.localeData().eras();for(t=0,o=n.length;t<o;++t)if(e=n[t].since<=n[t].until?1:-1,r=this.clone().startOf("day").valueOf(),n[t].since<=r&&r<=n[t].until||n[t].until<=r&&r<=n[t].since)return(this.year()-Po(n[t].since).year())*e+n[t].offset;return this.year()},gi.year=Mr,gi.isLeapYear=function(){return ke(this.year())},gi.weekYear=function(t){return ci.call(this,t,this.week(),this.weekday(),this.localeData()._week.dow,this.localeData()._week.doy)},gi.isoWeekYear=function(t){return ci.call(this,t,this.isoWeek(),this.isoWeekday(),1,4)},gi.quarter=gi.quarters=function(t){return null==t?Math.ceil((this.month()+1)/3):this.month(3*(t-1)+this.month()%3)},gi.month=Er,gi.daysInMonth=function(){return br(this.year(),this.month())},gi.week=gi.weeks=function(t){var o=this.localeData().week(this);return null==t?o:this.add(7*(t-o),"d")},gi.isoWeek=gi.isoWeeks=function(t){var o=Lr(this,1,4).week;return null==t?o:this.add(7*(t-o),"d")},gi.weeksInYear=function(){var t=this.localeData()._week;return Yr(this.year(),t.dow,t.doy)},gi.weeksInWeekYear=function(){var t=this.localeData()._week;return Yr(this.weekYear(),t.dow,t.doy)},gi.isoWeeksInYear=function(){return Yr(this.year(),1,4)},gi.isoWeeksInISOWeekYear=function(){return Yr(this.isoWeekYear(),1,4)},gi.date=hi,gi.day=gi.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},gi.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")},gi.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},gi.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")},gi.hour=gi.hours=jr,gi.minute=gi.minutes=fi,gi.second=gi.seconds=pi,gi.millisecond=gi.milliseconds=di,gi.utcOffset=function(t,o,e){var r,n=this._offset||0;if(!this.isValid())return null!=t?this:NaN;if(null!=t){if("string"==typeof t){if(null===(t=In(Xe,t)))return this}else Math.abs(t)<16&&!e&&(t*=60);return!this._isUTC&&o&&(r=Yn(this)),this._offset=t,this._isUTC=!0,null!=r&&this.add(r,"m"),n!==t&&(!o||this._changeInProgress?Tn(this,Fn(t-n,"m"),1,!1):this._changeInProgress||(this._changeInProgress=!0,Po.updateOffset(this,!0),this._changeInProgress=null)),this}return this._isUTC?n:Yn(this)},gi.utc=function(t){return this.utcOffset(0,t)},gi.local=function(t){return this._isUTC&&(this.utcOffset(0,t),this._isUTC=!1,t&&this.subtract(Yn(this),"m")),this},gi.parseZone=function(){if(null!=this._tzm)this.utcOffset(this._tzm,!1,!0);else if("string"==typeof this._i){var t=In(Qe,this._i);null!=t?this.utcOffset(t):this.utcOffset(0,!0)}return this},gi.hasAlignedHourOffset=function(t){return!!this.isValid()&&(t=t?wn(t).utcOffset():0,(this.utcOffset()-t)%60==0)},gi.isDST=function(){return this.utcOffset()>this.clone().month(0).utcOffset()||this.utcOffset()>this.clone().month(5).utcOffset()},gi.isLocal=function(){return!!this.isValid()&&!this._isUTC},gi.isUtcOffset=function(){return!!this.isValid()&&this._isUTC},gi.isUtc=Kn,gi.isUTC=Kn,gi.zoneAbbr=function(){return this._isUTC?"UTC":""},gi.zoneName=function(){return this._isUTC?"Coordinated Universal Time":""},gi.dates=fe("dates accessor is deprecated. Use date instead.",hi),gi.months=fe("months accessor is deprecated. Use month instead",Er),gi.years=fe("years accessor is deprecated. Use year instead",Mr),gi.zone=fe("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()})),gi.isDSTShifted=fe("isDSTShifted is deprecated. See http://momentjs.com/guides/#/warnings/dst-shifted/ for more information",(function(){if(!qo(this._isDSTShifted))return this._isDSTShifted;var t,o={};return se(o,this),(o=vn(o))._a?(t=o._isUTC?oe(o._a):wn(o._a),this._isDSTShifted=this.isValid()&&function(t,o,e){var r,n=Math.min(t.length,o.length),i=Math.abs(t.length-o.length),a=0;for(r=0;r<n;r++)(e&&t[r]!==o[r]||!e&&Le(t[r])!==Le(o[r]))&&a++;return a+i}(o._a,t.toArray())>0):this._isDSTShifted=!1,this._isDSTShifted}));var bi=me.prototype;function Oi(t,o,e,r){var n=nn(),i=oe().set(r,o);return n[e](i,t)}function Ni(t,o,e){if(Vo(t)&&(o=t,t=void 0),t=t||"",null!=o)return Oi(t,o,e,"month");var r,n=[];for(r=0;r<12;r++)n[r]=Oi(t,r,e,"month");return n}function vi(t,o,e,r){"boolean"==typeof t?(Vo(o)&&(e=o,o=void 0),o=o||""):(e=o=t,t=!1,Vo(o)&&(e=o,o=void 0),o=o||"");var n,i=nn(),a=t?i._week.dow:0,s=[];if(null!=e)return Oi(o,(e+a)%7,r,"day");for(n=0;n<7;n++)s[n]=Oi(o,(n+a)%7,r,"day");return s}bi.calendar=function(t,o,e){var r=this._calendar[t]||this._calendar.sameElse;return ye(r)?r.call(o,e):r},bi.longDateFormat=function(t){var o=this._longDateFormat[t],e=this._longDateFormat[t.toUpperCase()];return o||!e?o:(this._longDateFormat[t]=e.match(Oe).map((function(t){return"MMMM"===t||"MM"===t||"DD"===t||"dddd"===t?t.slice(1):t})).join(""),this._longDateFormat[t])},bi.invalidDate=function(){return this._invalidDate},bi.ordinal=function(t){return this._ordinal.replace("%d",t)},bi.preparse=mi,bi.postformat=mi,bi.relativeTime=function(t,o,e,r){var n=this._relativeTime[e];return ye(n)?n(t,o,e,r):n.replace(/%d/i,t)},bi.pastFuture=function(t,o){var e=this._relativeTime[t>0?"future":"past"];return ye(e)?e(o):e.replace(/%s/i,o)},bi.set=function(t){var o,e;for(e in t)jo(t,e)&&(ye(o=t[e])?this[e]=o:this["_"+e]=o);this._config=t,this._dayOfMonthOrdinalParseLenient=new RegExp((this._dayOfMonthOrdinalParse.source||this._ordinalParse.source)+"|"+/\d{1,2}/.source)},bi.eras=function(t,o){var e,r,n,i=this._eras||nn("en")._eras;for(e=0,r=i.length;e<r;++e){if("string"==typeof i[e].since)n=Po(i[e].since).startOf("day"),i[e].since=n.valueOf();switch(typeof i[e].until){case"undefined":i[e].until=1/0;break;case"string":n=Po(i[e].until).startOf("day").valueOf(),i[e].until=n.valueOf()}}return i},bi.erasParse=function(t,o,e){var r,n,i,a,s,c=this.eras();for(t=t.toUpperCase(),r=0,n=c.length;r<n;++r)if(i=c[r].name.toUpperCase(),a=c[r].abbr.toUpperCase(),s=c[r].narrow.toUpperCase(),e)switch(o){case"N":case"NN":case"NNN":if(a===t)return c[r];break;case"NNNN":if(i===t)return c[r];break;case"NNNNN":if(s===t)return c[r]}else if([i,a,s].indexOf(t)>=0)return c[r]},bi.erasConvertYear=function(t,o){var e=t.since<=t.until?1:-1;return void 0===o?Po(t.since).year():Po(t.since).year()+(o-t.offset)*e},bi.erasAbbrRegex=function(t){return jo(this,"_erasAbbrRegex")||ai.call(this),t?this._erasAbbrRegex:this._erasRegex},bi.erasNameRegex=function(t){return jo(this,"_erasNameRegex")||ai.call(this),t?this._erasNameRegex:this._erasRegex},bi.erasNarrowRegex=function(t){return jo(this,"_erasNarrowRegex")||ai.call(this),t?this._erasNarrowRegex:this._erasRegex},bi.months=function(t,o){return t?zo(this._months)?this._months[t.month()]:this._months[(this._months.isFormat||vr).test(o)?"format":"standalone"][t.month()]:zo(this._months)?this._months:this._months.standalone},bi.monthsShort=function(t,o){return t?zo(this._monthsShort)?this._monthsShort[t.month()]:this._monthsShort[vr.test(o)?"format":"standalone"][t.month()]:zo(this._monthsShort)?this._monthsShort:this._monthsShort.standalone},bi.monthsParse=function(t,o,e){var r,n,i;if(this._monthsParseExact)return xr.call(this,t,o,e);for(this._monthsParse||(this._monthsParse=[],this._longMonthsParse=[],this._shortMonthsParse=[]),r=0;r<12;r++){if(n=oe([2e3,r]),e&&!this._longMonthsParse[r]&&(this._longMonthsParse[r]=new RegExp("^"+this.months(n,"").replace(".","")+"$","i"),this._shortMonthsParse[r]=new RegExp("^"+this.monthsShort(n,"").replace(".","")+"$","i")),e||this._monthsParse[r]||(i="^"+this.months(n,"")+"|^"+this.monthsShort(n,""),this._monthsParse[r]=new RegExp(i.replace(".",""),"i")),e&&"MMMM"===o&&this._longMonthsParse[r].test(t))return r;if(e&&"MMM"===o&&this._shortMonthsParse[r].test(t))return r;if(!e&&this._monthsParse[r].test(t))return r}},bi.monthsRegex=function(t){return this._monthsParseExact?(jo(this,"_monthsRegex")||Rr.call(this),t?this._monthsStrictRegex:this._monthsRegex):(jo(this,"_monthsRegex")||(this._monthsRegex=wr),this._monthsStrictRegex&&t?this._monthsStrictRegex:this._monthsRegex)},bi.monthsShortRegex=function(t){return this._monthsParseExact?(jo(this,"_monthsRegex")||Rr.call(this),t?this._monthsShortStrictRegex:this._monthsShortRegex):(jo(this,"_monthsShortRegex")||(this._monthsShortRegex=Sr),this._monthsShortStrictRegex&&t?this._monthsShortStrictRegex:this._monthsShortRegex)},bi.week=function(t){return Lr(t,this._week.dow,this._week.doy).week},bi.firstDayOfYear=function(){return this._week.doy},bi.firstDayOfWeek=function(){return this._week.dow},bi.weekdays=function(t,o){var e=zo(this._weekdays)?this._weekdays:this._weekdays[t&&!0!==t&&this._weekdays.isFormat.test(o)?"format":"standalone"];return!0===t?Kr(e,this._week.dow):t?e[t.day()]:e},bi.weekdaysMin=function(t){return!0===t?Kr(this._weekdaysMin,this._week.dow):t?this._weekdaysMin[t.day()]:this._weekdaysMin},bi.weekdaysShort=function(t){return!0===t?Kr(this._weekdaysShort,this._week.dow):t?this._weekdaysShort[t.day()]:this._weekdaysShort},bi.weekdaysParse=function(t,o,e){var r,n,i;if(this._weekdaysParseExact)return Tr.call(this,t,o,e);for(this._weekdaysParse||(this._weekdaysParse=[],this._minWeekdaysParse=[],this._shortWeekdaysParse=[],this._fullWeekdaysParse=[]),r=0;r<7;r++){if(n=oe([2e3,1]).day(r),e&&!this._fullWeekdaysParse[r]&&(this._fullWeekdaysParse[r]=new RegExp("^"+this.weekdays(n,"").replace(".","\\.?")+"$","i"),this._shortWeekdaysParse[r]=new RegExp("^"+this.weekdaysShort(n,"").replace(".","\\.?")+"$","i"),this._minWeekdaysParse[r]=new RegExp("^"+this.weekdaysMin(n,"").replace(".","\\.?")+"$","i")),this._weekdaysParse[r]||(i="^"+this.weekdays(n,"")+"|^"+this.weekdaysShort(n,"")+"|^"+this.weekdaysMin(n,""),this._weekdaysParse[r]=new RegExp(i.replace(".",""),"i")),e&&"dddd"===o&&this._fullWeekdaysParse[r].test(t))return r;if(e&&"ddd"===o&&this._shortWeekdaysParse[r].test(t))return r;if(e&&"dd"===o&&this._minWeekdaysParse[r].test(t))return r;if(!e&&this._weekdaysParse[r].test(t))return r}},bi.weekdaysRegex=function(t){return this._weekdaysParseExact?(jo(this,"_weekdaysRegex")||Gr.call(this),t?this._weekdaysStrictRegex:this._weekdaysRegex):(jo(this,"_weekdaysRegex")||(this._weekdaysRegex=Hr),this._weekdaysStrictRegex&&t?this._weekdaysStrictRegex:this._weekdaysRegex)},bi.weekdaysShortRegex=function(t){return this._weekdaysParseExact?(jo(this,"_weekdaysRegex")||Gr.call(this),t?this._weekdaysShortStrictRegex:this._weekdaysShortRegex):(jo(this,"_weekdaysShortRegex")||(this._weekdaysShortRegex=_r),this._weekdaysShortStrictRegex&&t?this._weekdaysShortStrictRegex:this._weekdaysShortRegex)},bi.weekdaysMinRegex=function(t){return this._weekdaysParseExact?(jo(this,"_weekdaysRegex")||Gr.call(this),t?this._weekdaysMinStrictRegex:this._weekdaysMinRegex):(jo(this,"_weekdaysMinRegex")||(this._weekdaysMinRegex=$r),this._weekdaysMinStrictRegex&&t?this._weekdaysMinStrictRegex:this._weekdaysMinRegex)},bi.isPM=function(t){return"p"===(t+"").toLowerCase().charAt(0)},bi.meridiem=function(t,o,e){return t>11?e?"pm":"PM":e?"am":"AM"},en("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===Le(t%100/10)?"th":1===o?"st":2===o?"nd":3===o?"rd":"th")}}),Po.lang=fe("moment.lang is deprecated. Use moment.locale instead.",en),Po.langData=fe("moment.langData is deprecated. Use moment.localeData instead.",nn);var Si=Math.abs;function wi(t,o,e,r){var n=Fn(o,e);return t._milliseconds+=r*n._milliseconds,t._days+=r*n._days,t._months+=r*n._months,t._bubble()}function xi(t){return t<0?Math.floor(t):Math.ceil(t)}function Ci(t){return 4800*t/146097}function Ei(t){return 146097*t/4800}function Ri(t){return function(){return this.as(t)}}var Ui=Ri("ms"),Mi=Ri("s"),Di=Ri("m"),Wi=Ri("h"),ki=Ri("d"),Ii=Ri("w"),Li=Ri("M"),Yi=Ri("Q"),Ki=Ri("y");function Zi(t){return function(){return this.isValid()?this._data[t]:NaN}}var Ai=Zi("milliseconds"),Fi=Zi("seconds"),Hi=Zi("minutes"),_i=Zi("hours"),$i=Zi("days"),Ti=Zi("months"),Gi=Zi("years");var Pi=Math.round,zi={ss:44,s:45,m:45,h:22,d:26,w:null,M:11};function Bi(t,o,e,r,n){return n.relativeTime(o||1,!!e,t,r)}var ji=Math.abs;function Ji(t){return(t>0)-(t<0)||+t}function qi(){if(!this.isValid())return this.localeData().invalidDate();var t,o,e,r,n,i,a,s,c=ji(this._milliseconds)/1e3,l=ji(this._days),h=ji(this._months),f=this.asSeconds();return f?(t=Ie(c/60),o=Ie(t/60),c%=60,t%=60,e=Ie(h/12),h%=12,r=c?c.toFixed(3).replace(/\.?0+$/,""):"",n=f<0?"-":"",i=Ji(this._months)!==Ji(f)?"-":"",a=Ji(this._days)!==Ji(f)?"-":"",s=Ji(this._milliseconds)!==Ji(f)?"-":"",n+"P"+(e?i+e+"Y":"")+(h?i+h+"M":"")+(l?a+l+"D":"")+(o||t||c?"T":"")+(o?s+o+"H":"")+(t?s+t+"M":"")+(c?s+r+"S":"")):"P0D"}var Vi=Un.prototype;Vi.isValid=function(){return this._isValid},Vi.abs=function(){var t=this._data;return this._milliseconds=Si(this._milliseconds),this._days=Si(this._days),this._months=Si(this._months),t.milliseconds=Si(t.milliseconds),t.seconds=Si(t.seconds),t.minutes=Si(t.minutes),t.hours=Si(t.hours),t.months=Si(t.months),t.years=Si(t.years),this},Vi.add=function(t,o){return wi(this,t,o,1)},Vi.subtract=function(t,o){return wi(this,t,o,-1)},Vi.as=function(t){if(!this.isValid())return NaN;var o,e,r=this._milliseconds;if("month"===(t=Ue(t))||"quarter"===t||"year"===t)switch(o=this._days+r/864e5,e=this._months+Ci(o),t){case"month":return e;case"quarter":return e/3;case"year":return e/12}else switch(o=this._days+Math.round(Ei(this._months)),t){case"week":return o/7+r/6048e5;case"day":return o+r/864e5;case"hour":return 24*o+r/36e5;case"minute":return 1440*o+r/6e4;case"second":return 86400*o+r/1e3;case"millisecond":return Math.floor(864e5*o)+r;default:throw new Error("Unknown unit "+t)}},Vi.asMilliseconds=Ui,Vi.asSeconds=Mi,Vi.asMinutes=Di,Vi.asHours=Wi,Vi.asDays=ki,Vi.asWeeks=Ii,Vi.asMonths=Li,Vi.asQuarters=Yi,Vi.asYears=Ki,Vi.valueOf=function(){return this.isValid()?this._milliseconds+864e5*this._days+this._months%12*2592e6+31536e6*Le(this._months/12):NaN},Vi._bubble=function(){var t,o,e,r,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*xi(Ei(s)+a),a=0,s=0),c.milliseconds=i%1e3,t=Ie(i/1e3),c.seconds=t%60,o=Ie(t/60),c.minutes=o%60,e=Ie(o/60),c.hours=e%24,a+=Ie(e/24),s+=n=Ie(Ci(a)),a-=xi(Ei(n)),r=Ie(s/12),s%=12,c.days=a,c.months=s,c.years=r,this},Vi.clone=function(){return Fn(this)},Vi.get=function(t){return t=Ue(t),this.isValid()?this[t+"s"]():NaN},Vi.milliseconds=Ai,Vi.seconds=Fi,Vi.minutes=Hi,Vi.hours=_i,Vi.days=$i,Vi.weeks=function(){return Ie(this.days()/7)},Vi.months=Ti,Vi.years=Gi,Vi.humanize=function(t,o){if(!this.isValid())return this.localeData().invalidDate();var e,r,n=!1,i=zi;return"object"==typeof t&&(o=t,t=!1),"boolean"==typeof t&&(n=t),"object"==typeof o&&(i=Object.assign({},zi,o),null!=o.s&&null==o.ss&&(i.ss=o.s-1)),r=function(t,o,e,r){var n=Fn(t).abs(),i=Pi(n.as("s")),a=Pi(n.as("m")),s=Pi(n.as("h")),c=Pi(n.as("d")),l=Pi(n.as("M")),h=Pi(n.as("w")),f=Pi(n.as("y")),u=i<=e.ss&&["s",i]||i<e.s&&["ss",i]||a<=1&&["m"]||a<e.m&&["mm",a]||s<=1&&["h"]||s<e.h&&["hh",s]||c<=1&&["d"]||c<e.d&&["dd",c];return null!=e.w&&(u=u||h<=1&&["w"]||h<e.w&&["ww",h]),(u=u||l<=1&&["M"]||l<e.M&&["MM",l]||f<=1&&["y"]||["yy",f])[2]=o,u[3]=+t>0,u[4]=r,Bi.apply(null,u)}(this,!n,i,e=this.localeData()),n&&(r=e.pastFuture(+this,r)),e.postformat(r)},Vi.toISOString=qi,Vi.toString=qi,Vi.toJSON=qi,Vi.locale=Jn,Vi.localeData=Vn,Vi.toIsoString=fe("toIsoString() is deprecated. Please use toISOString() instead (notice the capitals)",qi),Vi.lang=qn,we("X",0,0,"unix"),we("x",0,0,"valueOf"),or("x",Ve),or("X",/[+-]?\d+(\.\d{1,3})?/),ir("X",(function(t,o,e){e._d=new Date(1e3*parseFloat(t))})),ir("x",(function(t,o,e){e._d=new Date(Le(t))})),
|
|
107
107
|
//! moment.js
|
|
108
|
-
|
|
108
|
+
Po.version="2.29.4",To=wn,Po.fn=gi,Po.min=function(){return En("isBefore",[].slice.call(arguments,0))},Po.max=function(){return En("isAfter",[].slice.call(arguments,0))},Po.now=function(){return Date.now?Date.now():+new Date},Po.utc=oe,Po.unix=function(t){return wn(1e3*t)},Po.months=function(t,o){return Ni(t,o,"months")},Po.isDate=Qo,Po.locale=en,Po.invalid=ne,Po.duration=Fn,Po.isMoment=le,Po.weekdays=function(t,o,e){return vi(t,o,e,"weekdays")},Po.parseZone=function(){return wn.apply(null,arguments).parseZone()},Po.localeData=nn,Po.isDuration=Mn,Po.monthsShort=function(t,o){return Ni(t,o,"monthsShort")},Po.weekdaysMin=function(t,o,e){return vi(t,o,e,"weekdaysMin")},Po.defineLocale=rn,Po.updateLocale=function(t,o){if(null!=o){var e,r,n=qr;null!=Vr[t]&&null!=Vr[t].parentLocale?Vr[t].set(ge(Vr[t]._config,o)):(null!=(r=on(t))&&(n=r._config),o=ge(n,o),null==r&&(o.abbr=t),(e=new me(o)).parentLocale=Vr[t],Vr[t]=e),en(t)}else null!=Vr[t]&&(null!=Vr[t].parentLocale?(Vr[t]=Vr[t].parentLocale,t===en()&&en(t)):null!=Vr[t]&&delete Vr[t]);return Vr[t]},Po.locales=function(){return ue(Vr)},Po.weekdaysShort=function(t,o,e){return vi(t,o,e,"weekdaysShort")},Po.normalizeUnits=Ue,Po.relativeTimeRounding=function(t){return void 0===t?Pi:"function"==typeof t&&(Pi=t,!0)},Po.relativeTimeThreshold=function(t,o){return void 0!==zi[t]&&(void 0===o?zi[t]:(zi[t]=o,"s"===t&&(zi.ss=o-1),!0))},Po.calendarFormat=function(t,o){var e=t.diff(o,"days",!0);return e<-6?"sameElse":e<-1?"lastWeek":e<0?"lastDay":e<1?"sameDay":e<2?"nextDay":e<7?"nextWeek":"sameElse"},Po.prototype=gi,Po.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"};
|
|
109
109
|
/**
|
|
110
110
|
* @license
|
|
111
111
|
* Copyright 2017 Google LLC
|
|
112
112
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
113
113
|
*/
|
|
114
|
-
const Qi=2;class Xi{constructor(t){}get _$AU(){return this._$AM._$AU}_$AT(t,e
|
|
114
|
+
const Qi=2;class Xi{constructor(t){}get _$AU(){return this._$AM._$AU}_$AT(t,o,e){this._$Ct=t,this._$AM=o,this._$Ci=e}_$AS(t,o){return this.update(t,o)}update(t,o){return this.render(...o)}}
|
|
115
115
|
/**
|
|
116
116
|
* @license
|
|
117
117
|
* Copyright 2020 Google LLC
|
|
118
118
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
119
|
-
*/const{D:
|
|
119
|
+
*/const{D:ta}=lt,oa=()=>document.createComment(""),ea=(t,o,e)=>{const r=t._$AA.parentNode,n=void 0===o?t._$AB:o._$AA;if(void 0===e){const o=r.insertBefore(oa(),n),i=r.insertBefore(oa(),n);e=new ta(o,i,t,t.options)}else{const o=e._$AB.nextSibling,i=e._$AM,a=i!==t;if(a){let o;e._$AQ?.(t),e._$AM=t,void 0!==e._$AP&&(o=t._$AU)!==i._$AU&&e._$AP(o)}if(o!==n||a){let t=e._$AA;for(;t!==o;){const o=t.nextSibling;r.insertBefore(t,n),t=o}}}return e},ra=(t,o,e=t)=>(t._$AI(o,e),t),na={},ia=t=>{t._$AP?.(!1,!0);let o=t._$AA;const e=t._$AB.nextSibling;for(;o!==e;){const t=o.nextSibling;o.remove(),o=t}},aa=(t,o,e)=>{const r=new Map;for(let n=o;n<=e;n++)r.set(t[n],n);return r},sa=(t=>(...o)=>({_$litDirective$:t,values:o}))(class extends Xi{constructor(t){if(super(t),t.type!==Qi)throw Error("repeat() can only be used in text expressions")}ht(t,o,e){let r;void 0===e?e=o:void 0!==o&&(r=o);const n=[],i=[];let a=0;for(const o of t)n[a]=r?r(o,a):a,i[a]=e(o,a),a++;return{values:i,keys:n}}render(t,o,e){return this.ht(t,o,e).values}update(t,[o,e,r]){const n=(t=>t._$AH)(t),{values:i,keys:a}=this.ht(o,e,r);if(!Array.isArray(n))return this.dt=a,i;const s=this.dt??=[],c=[];let l,h,f=0,u=n.length-1,d=0,p=i.length-1;for(;f<=u&&d<=p;)if(null===n[f])f++;else if(null===n[u])u--;else if(s[f]===a[d])c[d]=ra(n[f],i[d]),f++,d++;else if(s[u]===a[p])c[p]=ra(n[u],i[p]),u--,p--;else if(s[f]===a[p])c[p]=ra(n[f],i[p]),ea(t,c[p+1],n[f]),f++,p--;else if(s[u]===a[d])c[d]=ra(n[u],i[d]),ea(t,n[f],n[u]),u--,d++;else if(void 0===l&&(l=aa(a,d,p),h=aa(s,f,u)),l.has(s[f]))if(l.has(s[u])){const o=h.get(a[d]),e=void 0!==o?n[o]:null;if(null===e){const o=ea(t,n[f]);ra(o,i[d]),c[d]=o}else c[d]=ra(e,i[d]),ea(t,n[f],e),n[o]=null;d++}else ia(n[u]),u--;else ia(n[f]),f++;for(;d<=p;){const o=ea(t,c[p+1]);ra(o,i[d]),c[d++]=o}for(;f<=u;){const t=n[f++];null!==t&&ia(t)}return this.dt=a,((t,o=na)=>{t._$AH=o})(t,c),j}}),ca={contentFont:Oo.external(So.contentFont,"Design system"),colorOnSurfaceHigh:Oo.external(So.colorOnSurfaceHigh,"Design system"),colorOnSurfaceMedium:Oo.external(So.colorOnSurfaceMedium,"Design system")},la=mt`
|
|
120
120
|
|
|
121
121
|
table {
|
|
122
|
-
font-family: ${
|
|
122
|
+
font-family: ${ca.contentFont};
|
|
123
123
|
padding-top: 10px;
|
|
124
124
|
}
|
|
125
125
|
|
|
126
126
|
.document-views {
|
|
127
|
-
color: ${
|
|
127
|
+
color: ${ca.colorOnSurfaceHigh};
|
|
128
128
|
padding-right: 10px;
|
|
129
129
|
}
|
|
130
130
|
|
|
131
131
|
.document-title {
|
|
132
|
-
color: ${
|
|
132
|
+
color: ${ca.colorOnSurfaceMedium};
|
|
133
133
|
padding-left: 10px;
|
|
134
134
|
}
|
|
135
135
|
|
|
@@ -139,7 +139,7 @@ const Qi=2;class Xi{constructor(t){}get _$AU(){return this._$AM._$AU}_$AT(t,e,o)
|
|
|
139
139
|
}
|
|
140
140
|
|
|
141
141
|
ft-icon {
|
|
142
|
-
color: ${
|
|
142
|
+
color: ${ca.colorOnSurfaceMedium};
|
|
143
143
|
}
|
|
144
144
|
|
|
145
145
|
`;
|
|
@@ -147,7 +147,7 @@ const Qi=2;class Xi{constructor(t){}get _$AU(){return this._$AM._$AU}_$AT(t,e,o)
|
|
|
147
147
|
* @license
|
|
148
148
|
* Copyright 2017 Google LLC
|
|
149
149
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
150
|
-
*/var
|
|
150
|
+
*/var ha,fa=function(t,o,e,r){for(var n,i=arguments.length,a=i<3?o:null===r?r=Object.getOwnPropertyDescriptor(o,e):r,s=t.length-1;s>=0;s--)(n=t[s])&&(a=(i<3?n(a):i>3?n(o,e,a):n(o,e))||a);return i>3&&a&&Object.defineProperty(o,e,a),a};class ua extends Wo{constructor(){super(...arguments),this.baseUrl="",this.startDate=Po.utc().startOf("month").add(-3,"months").format("YYYY-MM-DD"),this.endDate=Po.utc().startOf("month").format("YYYY-MM-DD"),this.documentNumber=10,this.documents=[],this.emptyResults=!1}render(){return 0===this.documents.length?this.emptyResults?Xt`
|
|
151
151
|
<ft-typography variant="body1">No results during this period</ft-typography>
|
|
152
152
|
`:Xt`
|
|
153
153
|
<div class="loader">
|
|
@@ -156,7 +156,7 @@ const Qi=2;class Xi{constructor(t){}get _$AU(){return this._$AM._$AU}_$AT(t,e,o)
|
|
|
156
156
|
`:Xt`
|
|
157
157
|
<div class="ft-analytics-top-documents">
|
|
158
158
|
<table>
|
|
159
|
-
${
|
|
159
|
+
${sa(this.documents,(t=>this.renderDocument(t)))}
|
|
160
160
|
</table>
|
|
161
161
|
</div>
|
|
162
162
|
`}renderDocument(t){return Xt`
|
|
@@ -165,7 +165,7 @@ const Qi=2;class Xi{constructor(t){}get _$AU(){return this._$AM._$AU}_$AT(t,e,o)
|
|
|
165
165
|
${t.displayCount.toLocaleString()}
|
|
166
166
|
</td>
|
|
167
167
|
<td>
|
|
168
|
-
${
|
|
168
|
+
${ua.getIcon(t.type)}
|
|
169
169
|
</td>
|
|
170
170
|
<td class="document-title">
|
|
171
171
|
${t.title}
|
|
@@ -177,4 +177,4 @@ const Qi=2;class Xi{constructor(t){}get _$AU(){return this._$AM._$AU}_$AT(t,e,o)
|
|
|
177
177
|
<ft-icon>UNSTRUCTURED_DOC</ft-icon>
|
|
178
178
|
`;case"SHARED_PERSONAL_BOOK":return Xt`
|
|
179
179
|
<ft-icon>SHARED_PBK</ft-icon>
|
|
180
|
-
`;default:return Xt``}}}
|
|
180
|
+
`;default:return Xt``}}}ua.styles=la,fa([C({type:String})],ua.prototype,"baseUrl",void 0),fa([C({type:String})],ua.prototype,"startDate",void 0),fa([C({type:String})],ua.prototype,"endDate",void 0),fa([C({type:String})],ua.prototype,"documentNumber",void 0),fa([E()],ua.prototype,"documents",void 0),fa([E()],ua.prototype,"emptyResults",void 0),(ha="ft-analytics-top-documents",t=>{window.customElements.get(ha)||window.customElements.define(ha,t)})(ua),t.FtAnalyticsTopDocuments=ua,t.FtAnalyticsTopDocumentsCssVariables=ca,t.styles=la}({});
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluid-topics/ft-analytics-top-documents",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.28",
|
|
4
4
|
"description": "List the most viewed documents",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Lit"
|
|
@@ -19,11 +19,11 @@
|
|
|
19
19
|
"url": "ssh://git@scm.mrs.antidot.net:2222/fluidtopics/ft-web-components.git"
|
|
20
20
|
},
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@fluid-topics/ft-icon": "1.1.
|
|
23
|
-
"@fluid-topics/ft-loader": "1.1.
|
|
24
|
-
"@fluid-topics/ft-typography": "1.1.
|
|
25
|
-
"@fluid-topics/ft-wc-utils": "1.1.
|
|
22
|
+
"@fluid-topics/ft-icon": "1.1.28",
|
|
23
|
+
"@fluid-topics/ft-loader": "1.1.28",
|
|
24
|
+
"@fluid-topics/ft-typography": "1.1.28",
|
|
25
|
+
"@fluid-topics/ft-wc-utils": "1.1.28",
|
|
26
26
|
"lit": "3.1.0"
|
|
27
27
|
},
|
|
28
|
-
"gitHead": "
|
|
28
|
+
"gitHead": "8c1055ddd23e83efa3833f033a507aa1ab32fecc"
|
|
29
29
|
}
|