@nyaruka/temba-components 0.38.0 → 0.39.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +14 -0
- package/dist/{86fcf5ab.js → 7640b448.js} +3 -3
- package/dist/index.js +3 -3
- package/dist/sw.js +1 -1
- package/dist/sw.js.map +1 -1
- package/dist/templates/components-body.html +1 -1
- package/dist/templates/components-head.html +1 -1
- package/out-tsc/src/list/TembaMenu.js +13 -2
- package/out-tsc/src/list/TembaMenu.js.map +1 -1
- package/out-tsc/src/utils/index.js +2 -0
- package/out-tsc/src/utils/index.js.map +1 -1
- package/out-tsc/src/vectoricon/index.js +1 -0
- package/out-tsc/src/vectoricon/index.js.map +1 -1
- package/out-tsc/test/temba-label.test.js +4 -4
- package/out-tsc/test/temba-label.test.js.map +1 -1
- package/package.json +1 -1
- package/screenshots/truth/label/custom.png +0 -0
- package/screenshots/truth/label/danger.png +0 -0
- package/screenshots/truth/label/default-icon.png +0 -0
- package/screenshots/truth/label/shadow.png +0 -0
- package/src/list/TembaMenu.ts +15 -2
- package/src/utils/index.ts +3 -0
- package/src/vectoricon/index.ts +1 -0
- package/test/temba-label.test.ts +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -4,8 +4,22 @@ All notable changes to this project will be documented in this file. Dates are d
|
|
|
4
4
|
|
|
5
5
|
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
6
6
|
|
|
7
|
+
#### [v0.39.1](https://github.com/nyaruka/temba-components/compare/v0.39.0...v0.39.1)
|
|
8
|
+
|
|
9
|
+
- Include redirection flag on WebResponse [`#258`](https://github.com/nyaruka/temba-components/pull/258)
|
|
10
|
+
- Update label icons [`630ea4f`](https://github.com/nyaruka/temba-components/commit/630ea4f3c2c42cf4639d6b226f3b0ac7e9ed7919)
|
|
11
|
+
- Add home icon [`d1318fd`](https://github.com/nyaruka/temba-components/commit/d1318fd19d45c126f9716699f35b27bcd6179b09)
|
|
12
|
+
|
|
13
|
+
#### [v0.39.0](https://github.com/nyaruka/temba-components/compare/v0.38.0...v0.39.0)
|
|
14
|
+
|
|
15
|
+
> 31 January 2023
|
|
16
|
+
|
|
17
|
+
- Don't fire menu change events until pending selection is complete [`#257`](https://github.com/nyaruka/temba-components/pull/257)
|
|
18
|
+
|
|
7
19
|
#### [v0.38.0](https://github.com/nyaruka/temba-components/compare/v0.37.1...v0.38.0)
|
|
8
20
|
|
|
21
|
+
> 26 January 2023
|
|
22
|
+
|
|
9
23
|
- Bump ua-parser-js from 1.0.32 to 1.0.33 [`#253`](https://github.com/nyaruka/temba-components/pull/253)
|
|
10
24
|
- Add avatar and popup support to menu [`#255`](https://github.com/nyaruka/temba-components/pull/255)
|
|
11
25
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
function t(t,e,i,n){var o,s=arguments.length,r=s<3?e:null===n?n=Object.getOwnPropertyDescriptor(e,i):n;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)r=Reflect.decorate(t,e,i,n);else for(var a=t.length-1;a>=0;a--)(o=t[a])&&(r=(s<3?o(r):s>3?o(e,i,r):o(e,i))||r);return s>3&&r&&Object.defineProperty(e,i,r),r}const e=window,i=e.ShadowRoot&&(void 0===e.ShadyCSS||e.ShadyCSS.nativeShadow)&&"adoptedStyleSheets"in Document.prototype&&"replace"in CSSStyleSheet.prototype,n=Symbol(),o=new WeakMap;class s{constructor(t,e,i){if(this._$cssResult$=!0,i!==n)throw Error("CSSResult is not constructable. Use `unsafeCSS` or `css` instead.");this.cssText=t,this.t=e}get styleSheet(){let t=this.o;const e=this.t;if(i&&void 0===t){const i=void 0!==e&&1===e.length;i&&(t=o.get(e)),void 0===t&&((this.o=t=new CSSStyleSheet).replaceSync(this.cssText),i&&o.set(e,t))}return t}toString(){return this.cssText}}const r=(t,...e)=>{const i=1===t.length?t[0]:e.reduce(((e,i,n)=>e+(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.")})(i)+t[n+1]),t[0]);return new s(i,t,n)},a=i?t=>t:t=>t instanceof CSSStyleSheet?(t=>{let e="";for(const i of t.cssRules)e+=i.cssText;return(t=>new s("string"==typeof t?t:t+"",void 0,n))(e)})(t):t;var l;const h=window,c=h.trustedTypes,d=c?c.emptyScript:"",u=h.reactiveElementPolyfillSupport,p={toAttribute(t,e){switch(e){case Boolean:t=t?d:null;break;case Object:case Array:t=null==t?t:JSON.stringify(t)}return t},fromAttribute(t,e){let i=t;switch(e){case Boolean:i=null!==t;break;case Number:i=null===t?null:Number(t);break;case Object:case Array:try{i=JSON.parse(t)}catch(t){i=null}}return i}},m=(t,e)=>e!==t&&(e==e||t==t),f={attribute:!0,type:String,converter:p,reflect:!1,hasChanged:m};class g extends HTMLElement{constructor(){super(),this._$Ei=new Map,this.isUpdatePending=!1,this.hasUpdated=!1,this._$El=null,this.u()}static addInitializer(t){var e;this.finalize(),(null!==(e=this.h)&&void 0!==e?e:this.h=[]).push(t)}static get observedAttributes(){this.finalize();const t=[];return this.elementProperties.forEach(((e,i)=>{const n=this._$Ep(i,e);void 0!==n&&(this._$Ev.set(n,i),t.push(n))})),t}static createProperty(t,e=f){if(e.state&&(e.attribute=!1),this.finalize(),this.elementProperties.set(t,e),!e.noAccessor&&!this.prototype.hasOwnProperty(t)){const i="symbol"==typeof t?Symbol():"__"+t,n=this.getPropertyDescriptor(t,i,e);void 0!==n&&Object.defineProperty(this.prototype,t,n)}}static getPropertyDescriptor(t,e,i){return{get(){return this[e]},set(n){const o=this[t];this[e]=n,this.requestUpdate(t,o,i)},configurable:!0,enumerable:!0}}static getPropertyOptions(t){return this.elementProperties.get(t)||f}static finalize(){if(this.hasOwnProperty("finalized"))return!1;this.finalized=!0;const t=Object.getPrototypeOf(this);if(t.finalize(),void 0!==t.h&&(this.h=[...t.h]),this.elementProperties=new Map(t.elementProperties),this._$Ev=new Map,this.hasOwnProperty("properties")){const t=this.properties,e=[...Object.getOwnPropertyNames(t),...Object.getOwnPropertySymbols(t)];for(const i of e)this.createProperty(i,t[i])}return this.elementStyles=this.finalizeStyles(this.styles),!0}static finalizeStyles(t){const e=[];if(Array.isArray(t)){const i=new Set(t.flat(1/0).reverse());for(const t of i)e.unshift(a(t))}else void 0!==t&&e.push(a(t));return e}static _$Ep(t,e){const i=e.attribute;return!1===i?void 0:"string"==typeof i?i:"string"==typeof t?t.toLowerCase():void 0}u(){var t;this._$E_=new Promise((t=>this.enableUpdating=t)),this._$AL=new Map,this._$Eg(),this.requestUpdate(),null===(t=this.constructor.h)||void 0===t||t.forEach((t=>t(this)))}addController(t){var e,i;(null!==(e=this._$ES)&&void 0!==e?e:this._$ES=[]).push(t),void 0!==this.renderRoot&&this.isConnected&&(null===(i=t.hostConnected)||void 0===i||i.call(t))}removeController(t){var e;null===(e=this._$ES)||void 0===e||e.splice(this._$ES.indexOf(t)>>>0,1)}_$Eg(){this.constructor.elementProperties.forEach(((t,e)=>{this.hasOwnProperty(e)&&(this._$Ei.set(e,this[e]),delete this[e])}))}createRenderRoot(){var t;const n=null!==(t=this.shadowRoot)&&void 0!==t?t:this.attachShadow(this.constructor.shadowRootOptions);return((t,n)=>{i?t.adoptedStyleSheets=n.map((t=>t instanceof CSSStyleSheet?t:t.styleSheet)):n.forEach((i=>{const n=document.createElement("style"),o=e.litNonce;void 0!==o&&n.setAttribute("nonce",o),n.textContent=i.cssText,t.appendChild(n)}))})(n,this.constructor.elementStyles),n}connectedCallback(){var t;void 0===this.renderRoot&&(this.renderRoot=this.createRenderRoot()),this.enableUpdating(!0),null===(t=this._$ES)||void 0===t||t.forEach((t=>{var e;return null===(e=t.hostConnected)||void 0===e?void 0:e.call(t)}))}enableUpdating(t){}disconnectedCallback(){var t;null===(t=this._$ES)||void 0===t||t.forEach((t=>{var e;return null===(e=t.hostDisconnected)||void 0===e?void 0:e.call(t)}))}attributeChangedCallback(t,e,i){this._$AK(t,i)}_$EO(t,e,i=f){var n;const o=this.constructor._$Ep(t,i);if(void 0!==o&&!0===i.reflect){const s=(void 0!==(null===(n=i.converter)||void 0===n?void 0:n.toAttribute)?i.converter:p).toAttribute(e,i.type);this._$El=t,null==s?this.removeAttribute(o):this.setAttribute(o,s),this._$El=null}}_$AK(t,e){var i;const n=this.constructor,o=n._$Ev.get(t);if(void 0!==o&&this._$El!==o){const t=n.getPropertyOptions(o),s="function"==typeof t.converter?{fromAttribute:t.converter}:void 0!==(null===(i=t.converter)||void 0===i?void 0:i.fromAttribute)?t.converter:p;this._$El=o,this[o]=s.fromAttribute(e,t.type),this._$El=null}}requestUpdate(t,e,i){let n=!0;void 0!==t&&(((i=i||this.constructor.getPropertyOptions(t)).hasChanged||m)(this[t],e)?(this._$AL.has(t)||this._$AL.set(t,e),!0===i.reflect&&this._$El!==t&&(void 0===this._$EC&&(this._$EC=new Map),this._$EC.set(t,i))):n=!1),!this.isUpdatePending&&n&&(this._$E_=this._$Ej())}async _$Ej(){this.isUpdatePending=!0;try{await this._$E_}catch(t){Promise.reject(t)}const t=this.scheduleUpdate();return null!=t&&await t,!this.isUpdatePending}scheduleUpdate(){return this.performUpdate()}performUpdate(){var t;if(!this.isUpdatePending)return;this.hasUpdated,this._$Ei&&(this._$Ei.forEach(((t,e)=>this[e]=t)),this._$Ei=void 0);let e=!1;const i=this._$AL;try{e=this.shouldUpdate(i),e?(this.willUpdate(i),null===(t=this._$ES)||void 0===t||t.forEach((t=>{var e;return null===(e=t.hostUpdate)||void 0===e?void 0:e.call(t)})),this.update(i)):this._$Ek()}catch(t){throw e=!1,this._$Ek(),t}e&&this._$AE(i)}willUpdate(t){}_$AE(t){var e;null===(e=this._$ES)||void 0===e||e.forEach((t=>{var e;return null===(e=t.hostUpdated)||void 0===e?void 0:e.call(t)})),this.hasUpdated||(this.hasUpdated=!0,this.firstUpdated(t)),this.updated(t)}_$Ek(){this._$AL=new Map,this.isUpdatePending=!1}get updateComplete(){return this.getUpdateComplete()}getUpdateComplete(){return this._$E_}shouldUpdate(t){return!0}update(t){void 0!==this._$EC&&(this._$EC.forEach(((t,e)=>this._$EO(e,this[e],t))),this._$EC=void 0),this._$Ek()}updated(t){}firstUpdated(t){}}var v;g.finalized=!0,g.elementProperties=new Map,g.elementStyles=[],g.shadowRootOptions={mode:"open"},null==u||u({ReactiveElement:g}),(null!==(l=h.reactiveElementVersions)&&void 0!==l?l:h.reactiveElementVersions=[]).push("1.5.0");const y=window,b=y.trustedTypes,_=b?b.createPolicy("lit-html",{createHTML:t=>t}):void 0,x=`lit$${(Math.random()+"").slice(9)}$`,w="?"+x,k=`<${w}>`,S=document,C=(t="")=>S.createComment(t),E=t=>null===t||"object"!=typeof t&&"function"!=typeof t,T=Array.isArray,$=/<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g,A=/-->/g,M=/>/g,O=RegExp(">|[ \t\n\f\r](?:([^\\s\"'>=/]+)([ \t\n\f\r]*=[ \t\n\f\r]*(?:[^ \t\n\f\r\"'`<>=]|(\"|')|))|$)","g"),P=/'/g,I=/"/g,z=/^(?:script|style|textarea|title)$/i,D=(t=>(e,...i)=>({_$litType$:t,strings:e,values:i}))(1),N=Symbol.for("lit-noChange"),R=Symbol.for("lit-nothing"),B=new WeakMap,q=S.createTreeWalker(S,129,null,!1),Z=(t,e)=>{const i=t.length-1,n=[];let o,s=2===e?"<svg>":"",r=$;for(let e=0;e<i;e++){const i=t[e];let a,l,h=-1,c=0;for(;c<i.length&&(r.lastIndex=c,l=r.exec(i),null!==l);)c=r.lastIndex,r===$?"!--"===l[1]?r=A:void 0!==l[1]?r=M:void 0!==l[2]?(z.test(l[2])&&(o=RegExp("</"+l[2],"g")),r=O):void 0!==l[3]&&(r=O):r===O?">"===l[0]?(r=null!=o?o:$,h=-1):void 0===l[1]?h=-2:(h=r.lastIndex-l[2].length,a=l[1],r=void 0===l[3]?O:'"'===l[3]?I:P):r===I||r===P?r=O:r===A||r===M?r=$:(r=O,o=void 0);const d=r===O&&t[e+1].startsWith("/>")?" ":"";s+=r===$?i+k:h>=0?(n.push(a),i.slice(0,h)+"$lit$"+i.slice(h)+x+d):i+x+(-2===h?(n.push(void 0),e):d)}const a=s+(t[i]||"<?>")+(2===e?"</svg>":"");if(!Array.isArray(t)||!t.hasOwnProperty("raw"))throw Error("invalid template strings array");return[void 0!==_?_.createHTML(a):a,n]};class F{constructor({strings:t,_$litType$:e},i){let n;this.parts=[];let o=0,s=0;const r=t.length-1,a=this.parts,[l,h]=Z(t,e);if(this.el=F.createElement(l,i),q.currentNode=this.el.content,2===e){const t=this.el.content,e=t.firstChild;e.remove(),t.append(...e.childNodes)}for(;null!==(n=q.nextNode())&&a.length<r;){if(1===n.nodeType){if(n.hasAttributes()){const t=[];for(const e of n.getAttributeNames())if(e.endsWith("$lit$")||e.startsWith(x)){const i=h[s++];if(t.push(e),void 0!==i){const t=n.getAttribute(i.toLowerCase()+"$lit$").split(x),e=/([.?@])?(.*)/.exec(i);a.push({type:1,index:o,name:e[2],strings:t,ctor:"."===e[1]?W:"?"===e[1]?K:"@"===e[1]?Y:H})}else a.push({type:6,index:o})}for(const e of t)n.removeAttribute(e)}if(z.test(n.tagName)){const t=n.textContent.split(x),e=t.length-1;if(e>0){n.textContent=b?b.emptyScript:"";for(let i=0;i<e;i++)n.append(t[i],C()),q.nextNode(),a.push({type:2,index:++o});n.append(t[e],C())}}}else if(8===n.nodeType)if(n.data===w)a.push({type:2,index:o});else{let t=-1;for(;-1!==(t=n.data.indexOf(x,t+1));)a.push({type:7,index:o}),t+=x.length-1}o++}}static createElement(t,e){const i=S.createElement("template");return i.innerHTML=t,i}}function U(t,e,i=t,n){var o,s,r,a;if(e===N)return e;let l=void 0!==n?null===(o=i._$Co)||void 0===o?void 0:o[n]:i._$Cl;const h=E(e)?void 0:e._$litDirective$;return(null==l?void 0:l.constructor)!==h&&(null===(s=null==l?void 0:l._$AO)||void 0===s||s.call(l,!1),void 0===h?l=void 0:(l=new h(t),l._$AT(t,i,n)),void 0!==n?(null!==(r=(a=i)._$Co)&&void 0!==r?r:a._$Co=[])[n]=l:i._$Cl=l),void 0!==l&&(e=U(t,l._$AS(t,e.values),l,n)),e}class V{constructor(t,e){this.u=[],this._$AN=void 0,this._$AD=t,this._$AM=e}get parentNode(){return this._$AM.parentNode}get _$AU(){return this._$AM._$AU}v(t){var e;const{el:{content:i},parts:n}=this._$AD,o=(null!==(e=null==t?void 0:t.creationScope)&&void 0!==e?e:S).importNode(i,!0);q.currentNode=o;let s=q.nextNode(),r=0,a=0,l=n[0];for(;void 0!==l;){if(r===l.index){let e;2===l.type?e=new j(s,s.nextSibling,this,t):1===l.type?e=new l.ctor(s,l.name,l.strings,this,t):6===l.type&&(e=new J(s,this,t)),this.u.push(e),l=n[++a]}r!==(null==l?void 0:l.index)&&(s=q.nextNode(),r++)}return o}p(t){let e=0;for(const i of this.u)void 0!==i&&(void 0!==i.strings?(i._$AI(t,i,e),e+=i.strings.length-2):i._$AI(t[e])),e++}}class j{constructor(t,e,i,n){var o;this.type=2,this._$AH=R,this._$AN=void 0,this._$AA=t,this._$AB=e,this._$AM=i,this.options=n,this._$Cm=null===(o=null==n?void 0:n.isConnected)||void 0===o||o}get _$AU(){var t,e;return null!==(e=null===(t=this._$AM)||void 0===t?void 0:t._$AU)&&void 0!==e?e:this._$Cm}get parentNode(){let t=this._$AA.parentNode;const e=this._$AM;return void 0!==e&&11===t.nodeType&&(t=e.parentNode),t}get startNode(){return this._$AA}get endNode(){return this._$AB}_$AI(t,e=this){t=U(this,t,e),E(t)?t===R||null==t||""===t?(this._$AH!==R&&this._$AR(),this._$AH=R):t!==this._$AH&&t!==N&&this.g(t):void 0!==t._$litType$?this.$(t):void 0!==t.nodeType?this.T(t):(t=>T(t)||"function"==typeof(null==t?void 0:t[Symbol.iterator]))(t)?this.k(t):this.g(t)}O(t,e=this._$AB){return this._$AA.parentNode.insertBefore(t,e)}T(t){this._$AH!==t&&(this._$AR(),this._$AH=this.O(t))}g(t){this._$AH!==R&&E(this._$AH)?this._$AA.nextSibling.data=t:this.T(S.createTextNode(t)),this._$AH=t}$(t){var e;const{values:i,_$litType$:n}=t,o="number"==typeof n?this._$AC(t):(void 0===n.el&&(n.el=F.createElement(n.h,this.options)),n);if((null===(e=this._$AH)||void 0===e?void 0:e._$AD)===o)this._$AH.p(i);else{const t=new V(o,this),e=t.v(this.options);t.p(i),this.T(e),this._$AH=t}}_$AC(t){let e=B.get(t.strings);return void 0===e&&B.set(t.strings,e=new F(t)),e}k(t){T(this._$AH)||(this._$AH=[],this._$AR());const e=this._$AH;let i,n=0;for(const o of t)n===e.length?e.push(i=new j(this.O(C()),this.O(C()),this,this.options)):i=e[n],i._$AI(o),n++;n<e.length&&(this._$AR(i&&i._$AB.nextSibling,n),e.length=n)}_$AR(t=this._$AA.nextSibling,e){var i;for(null===(i=this._$AP)||void 0===i||i.call(this,!1,!0,e);t&&t!==this._$AB;){const e=t.nextSibling;t.remove(),t=e}}setConnected(t){var e;void 0===this._$AM&&(this._$Cm=t,null===(e=this._$AP)||void 0===e||e.call(this,t))}}class H{constructor(t,e,i,n,o){this.type=1,this._$AH=R,this._$AN=void 0,this.element=t,this.name=e,this._$AM=n,this.options=o,i.length>2||""!==i[0]||""!==i[1]?(this._$AH=Array(i.length-1).fill(new String),this.strings=i):this._$AH=R}get tagName(){return this.element.tagName}get _$AU(){return this._$AM._$AU}_$AI(t,e=this,i,n){const o=this.strings;let s=!1;if(void 0===o)t=U(this,t,e,0),s=!E(t)||t!==this._$AH&&t!==N,s&&(this._$AH=t);else{const n=t;let r,a;for(t=o[0],r=0;r<o.length-1;r++)a=U(this,n[i+r],e,r),a===N&&(a=this._$AH[r]),s||(s=!E(a)||a!==this._$AH[r]),a===R?t=R:t!==R&&(t+=(null!=a?a:"")+o[r+1]),this._$AH[r]=a}s&&!n&&this.j(t)}j(t){t===R?this.element.removeAttribute(this.name):this.element.setAttribute(this.name,null!=t?t:"")}}class W extends H{constructor(){super(...arguments),this.type=3}j(t){this.element[this.name]=t===R?void 0:t}}const G=b?b.emptyScript:"";class K extends H{constructor(){super(...arguments),this.type=4}j(t){t&&t!==R?this.element.setAttribute(this.name,G):this.element.removeAttribute(this.name)}}class Y extends H{constructor(t,e,i,n,o){super(t,e,i,n,o),this.type=5}_$AI(t,e=this){var i;if((t=null!==(i=U(this,t,e,0))&&void 0!==i?i:R)===N)return;const n=this._$AH,o=t===R&&n!==R||t.capture!==n.capture||t.once!==n.once||t.passive!==n.passive,s=t!==R&&(n===R||o);o&&this.element.removeEventListener(this.name,this,n),s&&this.element.addEventListener(this.name,this,t),this._$AH=t}handleEvent(t){var e,i;"function"==typeof this._$AH?this._$AH.call(null!==(i=null===(e=this.options)||void 0===e?void 0:e.host)&&void 0!==i?i:this.element,t):this._$AH.handleEvent(t)}}class J{constructor(t,e,i){this.element=t,this.type=6,this._$AN=void 0,this._$AM=e,this.options=i}get _$AU(){return this._$AM._$AU}_$AI(t){U(this,t)}}const X=y.litHtmlPolyfillSupport;null==X||X(F,j),(null!==(v=y.litHtmlVersions)&&void 0!==v?v:y.litHtmlVersions=[]).push("2.5.0");var Q,tt;class et extends g{constructor(){super(...arguments),this.renderOptions={host:this},this._$Do=void 0}createRenderRoot(){var t,e;const i=super.createRenderRoot();return null!==(t=(e=this.renderOptions).renderBefore)&&void 0!==t||(e.renderBefore=i.firstChild),i}update(t){const e=this.render();this.hasUpdated||(this.renderOptions.isConnected=this.isConnected),super.update(t),this._$Do=((t,e,i)=>{var n,o;const s=null!==(n=null==i?void 0:i.renderBefore)&&void 0!==n?n:e;let r=s._$litPart$;if(void 0===r){const t=null!==(o=null==i?void 0:i.renderBefore)&&void 0!==o?o:null;s._$litPart$=r=new j(e.insertBefore(C(),t),t,void 0,null!=i?i:{})}return r._$AI(t),r})(e,this.renderRoot,this.renderOptions)}connectedCallback(){var t;super.connectedCallback(),null===(t=this._$Do)||void 0===t||t.setConnected(!0)}disconnectedCallback(){var t;super.disconnectedCallback(),null===(t=this._$Do)||void 0===t||t.setConnected(!1)}render(){return N}}et.finalized=!0,et._$litElement$=!0,null===(Q=globalThis.litElementHydrateSupport)||void 0===Q||Q.call(globalThis,{LitElement:et});const it=globalThis.litElementPolyfillSupport;null==it||it({LitElement:et}),(null!==(tt=globalThis.litElementVersions)&&void 0!==tt?tt:globalThis.litElementVersions=[]).push("3.2.2");class nt extends et{constructor(){super(...arguments),this.eles={}}getEventHandlers(){return[]}connectedCallback(){super.connectedCallback();for(const t of this.getEventHandlers())t.isDocument?document.addEventListener(t.event,t.method.bind(this)):this.addEventListener(t.event,t.method.bind(this))}disconnectedCallback(){for(const t of this.getEventHandlers())t.isDocument?document.removeEventListener(t.event,t.method):this.removeEventListener(t.event,t.method);super.disconnectedCallback()}fireEvent(t){return this.dispatchEvent(new Event(t,{bubbles:!0,composed:!0}))}fireCustomEvent(t,e={}){const i=new CustomEvent(t,{detail:e,bubbles:!0,composed:!0});return this.dispatchEvent(i)}dispatchEvent(t){super.dispatchEvent(t);const e=t.target;if(e){const i=e["-"+t.type];if(i)return i(t);return new Function("event",`\n with(document) {\n with(this) {\n let handler = ${e.getAttribute("-"+t.type)};\n if(typeof handler === 'function') { \n handler(event);\n }\n }\n }\n `).call(e,t)}}closestElement(t,e=this){return function e(i){if(!i||i===document||i===window)return null;i.assignedSlot&&(i=i.assignedSlot);const n=i.closest(t);return n||e(i.getRootNode().host)}(e)}getDiv(t){let e=this.eles[t];return e||(e=this.shadowRoot.querySelector(t),e&&(this.eles[t]=e),e)}}const ot=(t,e)=>"method"===e.kind&&e.descriptor&&!("value"in e.descriptor)?{...e,finisher(i){i.createProperty(e.key,t)}}:{kind:"field",key:Symbol(),placement:"own",descriptor:{},originalKey:e.key,initializer(){"function"==typeof e.initializer&&(this[e.key]=e.initializer.call(this))},finisher(i){i.createProperty(e.key,t)}};function st(t){return(e,i)=>void 0!==i?((t,e,i)=>{e.constructor.createProperty(i,t)})(t,e,i):ot(t,e)}var rt,at;null===(rt=window.HTMLSlotElement)||void 0===rt||rt.prototype.assignedElements;class lt extends nt{constructor(){super(...arguments),this.hiddenInputs=[],this.name="",this.values=[],this.value="",this.inputRoot=this,this.disabled=!1}setValue(t){t?this.setValues([t]):this.setValues([]),this.value=t}setValues(t){this.values=t,this.requestUpdate("values")}addValue(t){this.values.push(t),this.requestUpdate("values")}removeValue(t){this.values=this.values.filter((e=>e!==t)),this.requestUpdate("values")}popValue(){this.values.pop(),this.requestUpdate("values")}clear(){this.values=[],this.requestUpdate("values")}serializeValue(t){return JSON.stringify(t)}updateInputs(){for(let t=null;t=this.hiddenInputs.pop();)t.remove();for(const t of this.values){const e=this.getAttribute("name");if(e){const i=document.createElement("input");i.setAttribute("type","hidden"),i.setAttribute("name",e),i.setAttribute("value",this.serializeValue(t)),this.hiddenInputs.push(i),this.inputRoot.parentElement.appendChild(i)}}}updated(t){super.updated(t),t.has("values")&&this.updateInputs()}}t([st({type:String})],lt.prototype,"name",void 0),t([st({type:String,attribute:"help_text"})],lt.prototype,"helpText",void 0),t([st({type:Boolean,attribute:"help_always"})],lt.prototype,"helpAlways",void 0),t([st({type:Boolean,attribute:"widget_only"})],lt.prototype,"widgetOnly",void 0),t([st({type:Boolean,attribute:"hide_label"})],lt.prototype,"hideLabel",void 0),t([st({type:String})],lt.prototype,"label",void 0),t([st({type:Array})],lt.prototype,"errors",void 0),t([st({type:Array})],lt.prototype,"values",void 0),t([st({type:String})],lt.prototype,"value",void 0),t([st({attribute:!1})],lt.prototype,"inputRoot",void 0),t([st({type:Boolean})],lt.prototype,"disabled",void 0),function(t){t.analytics="bar-chart-01",t.account="user-01",t.active="play",t.add_note="file-02",t.airtime="bank-note-01",t.archive="archive",t.arrow_up="chevron-up",t.arrow_down="chevron-down",t.arrow_left="chevron-left",t.arrow_right="chevron-right",t.attachment="paperclip",t.broadcast="announcement-01",t.call="phone-call-01",t.call_missed="phone-call-02",t.campaign="clock-refresh",t.campaigns="clock-refresh",t.channel="zap",t.children="git-branch-01",t.check="check",t.checkbox="square",t.checkbox_checked="check-square",t.contact="user-01",t.contact_blocked="message-x-square",t.contact_stopped="slash-octagon",t.contact_updated="user-edit",t.contacts="user-01",t.copy="copy-04",t.dashboard="pie-chart-01",t.delete="trash-03",t.delete_small="x",t.download="download-01",t.email="mail-01",t.error="alert-circle",t.event="zap",t.fields="user-edit",t.flow="flow",t.flow_interrupted="x-close",t.flow_ivr="phone-call-01",t.flow_message="message-square-02",t.flow_user="activity",t.flows="flow",t.group="users-01",t.group_smart="atom-01",t.help="help-circle",t.inbox="inbox-01",t.label="tag-01",t.language="globe-01",t.link="link-external-01",t.log="file-02",t.menu="menu-01",t.menu_collapse="chevron-left-double",t.message="message-square-02",t.messages="message-square-02",t.org_active="credit-card-02",t.org_anonymous="glasses-01",t.org_bulk="credit-card-plus",t.org_flagged="flag-01",t.org_new="stars-02",t.org_suspended="slash-circle-01",t.org_verified="check-verified-02",t.overview="pie-chart-01",t.featured="star-01",t.resthooks="share-07",t.restore="play",t.runs="rows-03",t.search="search-refraction",t.select_open="chevron-down",t.select_clear="x",t.service="magic-wand-01",t.settings="settings-02",t.sort="chevron-selector-vertical",t.staff="hard-drive",t.tickets="agent",t.tickets_all="archive",t.tickets_closed="check",t.tickets_mine="coffee",t.tickets_open="inbox-01",t.tickets_unassigned="inbox-01",t.two_factor_enabled="shield-02",t.two_factor_disabled="shield-01",t.trigger="signal-01",t.triggers="signal-01",t.updated="edit-02",t.upload="upload-cloud-01",t.usages="link-04",t.user="users-01",t.users="users-01",t.user_beta="shield-zap",t.webhook="link-external-01",t.workspace="folder",t.zendesk="zendesk"}(at||(at={}));class ht extends lt{constructor(){super(...arguments),this.name="",this.disabled=!1,this.size=1.2,this.animateChange="pulse"}static get styles(){return r`
|
|
1
|
+
function t(t,e,i,n){var o,s=arguments.length,r=s<3?e:null===n?n=Object.getOwnPropertyDescriptor(e,i):n;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)r=Reflect.decorate(t,e,i,n);else for(var a=t.length-1;a>=0;a--)(o=t[a])&&(r=(s<3?o(r):s>3?o(e,i,r):o(e,i))||r);return s>3&&r&&Object.defineProperty(e,i,r),r}const e=window,i=e.ShadowRoot&&(void 0===e.ShadyCSS||e.ShadyCSS.nativeShadow)&&"adoptedStyleSheets"in Document.prototype&&"replace"in CSSStyleSheet.prototype,n=Symbol(),o=new WeakMap;class s{constructor(t,e,i){if(this._$cssResult$=!0,i!==n)throw Error("CSSResult is not constructable. Use `unsafeCSS` or `css` instead.");this.cssText=t,this.t=e}get styleSheet(){let t=this.o;const e=this.t;if(i&&void 0===t){const i=void 0!==e&&1===e.length;i&&(t=o.get(e)),void 0===t&&((this.o=t=new CSSStyleSheet).replaceSync(this.cssText),i&&o.set(e,t))}return t}toString(){return this.cssText}}const r=(t,...e)=>{const i=1===t.length?t[0]:e.reduce(((e,i,n)=>e+(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.")})(i)+t[n+1]),t[0]);return new s(i,t,n)},a=i?t=>t:t=>t instanceof CSSStyleSheet?(t=>{let e="";for(const i of t.cssRules)e+=i.cssText;return(t=>new s("string"==typeof t?t:t+"",void 0,n))(e)})(t):t;var l;const h=window,c=h.trustedTypes,d=c?c.emptyScript:"",u=h.reactiveElementPolyfillSupport,p={toAttribute(t,e){switch(e){case Boolean:t=t?d:null;break;case Object:case Array:t=null==t?t:JSON.stringify(t)}return t},fromAttribute(t,e){let i=t;switch(e){case Boolean:i=null!==t;break;case Number:i=null===t?null:Number(t);break;case Object:case Array:try{i=JSON.parse(t)}catch(t){i=null}}return i}},m=(t,e)=>e!==t&&(e==e||t==t),f={attribute:!0,type:String,converter:p,reflect:!1,hasChanged:m};class g extends HTMLElement{constructor(){super(),this._$Ei=new Map,this.isUpdatePending=!1,this.hasUpdated=!1,this._$El=null,this.u()}static addInitializer(t){var e;this.finalize(),(null!==(e=this.h)&&void 0!==e?e:this.h=[]).push(t)}static get observedAttributes(){this.finalize();const t=[];return this.elementProperties.forEach(((e,i)=>{const n=this._$Ep(i,e);void 0!==n&&(this._$Ev.set(n,i),t.push(n))})),t}static createProperty(t,e=f){if(e.state&&(e.attribute=!1),this.finalize(),this.elementProperties.set(t,e),!e.noAccessor&&!this.prototype.hasOwnProperty(t)){const i="symbol"==typeof t?Symbol():"__"+t,n=this.getPropertyDescriptor(t,i,e);void 0!==n&&Object.defineProperty(this.prototype,t,n)}}static getPropertyDescriptor(t,e,i){return{get(){return this[e]},set(n){const o=this[t];this[e]=n,this.requestUpdate(t,o,i)},configurable:!0,enumerable:!0}}static getPropertyOptions(t){return this.elementProperties.get(t)||f}static finalize(){if(this.hasOwnProperty("finalized"))return!1;this.finalized=!0;const t=Object.getPrototypeOf(this);if(t.finalize(),void 0!==t.h&&(this.h=[...t.h]),this.elementProperties=new Map(t.elementProperties),this._$Ev=new Map,this.hasOwnProperty("properties")){const t=this.properties,e=[...Object.getOwnPropertyNames(t),...Object.getOwnPropertySymbols(t)];for(const i of e)this.createProperty(i,t[i])}return this.elementStyles=this.finalizeStyles(this.styles),!0}static finalizeStyles(t){const e=[];if(Array.isArray(t)){const i=new Set(t.flat(1/0).reverse());for(const t of i)e.unshift(a(t))}else void 0!==t&&e.push(a(t));return e}static _$Ep(t,e){const i=e.attribute;return!1===i?void 0:"string"==typeof i?i:"string"==typeof t?t.toLowerCase():void 0}u(){var t;this._$E_=new Promise((t=>this.enableUpdating=t)),this._$AL=new Map,this._$Eg(),this.requestUpdate(),null===(t=this.constructor.h)||void 0===t||t.forEach((t=>t(this)))}addController(t){var e,i;(null!==(e=this._$ES)&&void 0!==e?e:this._$ES=[]).push(t),void 0!==this.renderRoot&&this.isConnected&&(null===(i=t.hostConnected)||void 0===i||i.call(t))}removeController(t){var e;null===(e=this._$ES)||void 0===e||e.splice(this._$ES.indexOf(t)>>>0,1)}_$Eg(){this.constructor.elementProperties.forEach(((t,e)=>{this.hasOwnProperty(e)&&(this._$Ei.set(e,this[e]),delete this[e])}))}createRenderRoot(){var t;const n=null!==(t=this.shadowRoot)&&void 0!==t?t:this.attachShadow(this.constructor.shadowRootOptions);return((t,n)=>{i?t.adoptedStyleSheets=n.map((t=>t instanceof CSSStyleSheet?t:t.styleSheet)):n.forEach((i=>{const n=document.createElement("style"),o=e.litNonce;void 0!==o&&n.setAttribute("nonce",o),n.textContent=i.cssText,t.appendChild(n)}))})(n,this.constructor.elementStyles),n}connectedCallback(){var t;void 0===this.renderRoot&&(this.renderRoot=this.createRenderRoot()),this.enableUpdating(!0),null===(t=this._$ES)||void 0===t||t.forEach((t=>{var e;return null===(e=t.hostConnected)||void 0===e?void 0:e.call(t)}))}enableUpdating(t){}disconnectedCallback(){var t;null===(t=this._$ES)||void 0===t||t.forEach((t=>{var e;return null===(e=t.hostDisconnected)||void 0===e?void 0:e.call(t)}))}attributeChangedCallback(t,e,i){this._$AK(t,i)}_$EO(t,e,i=f){var n;const o=this.constructor._$Ep(t,i);if(void 0!==o&&!0===i.reflect){const s=(void 0!==(null===(n=i.converter)||void 0===n?void 0:n.toAttribute)?i.converter:p).toAttribute(e,i.type);this._$El=t,null==s?this.removeAttribute(o):this.setAttribute(o,s),this._$El=null}}_$AK(t,e){var i;const n=this.constructor,o=n._$Ev.get(t);if(void 0!==o&&this._$El!==o){const t=n.getPropertyOptions(o),s="function"==typeof t.converter?{fromAttribute:t.converter}:void 0!==(null===(i=t.converter)||void 0===i?void 0:i.fromAttribute)?t.converter:p;this._$El=o,this[o]=s.fromAttribute(e,t.type),this._$El=null}}requestUpdate(t,e,i){let n=!0;void 0!==t&&(((i=i||this.constructor.getPropertyOptions(t)).hasChanged||m)(this[t],e)?(this._$AL.has(t)||this._$AL.set(t,e),!0===i.reflect&&this._$El!==t&&(void 0===this._$EC&&(this._$EC=new Map),this._$EC.set(t,i))):n=!1),!this.isUpdatePending&&n&&(this._$E_=this._$Ej())}async _$Ej(){this.isUpdatePending=!0;try{await this._$E_}catch(t){Promise.reject(t)}const t=this.scheduleUpdate();return null!=t&&await t,!this.isUpdatePending}scheduleUpdate(){return this.performUpdate()}performUpdate(){var t;if(!this.isUpdatePending)return;this.hasUpdated,this._$Ei&&(this._$Ei.forEach(((t,e)=>this[e]=t)),this._$Ei=void 0);let e=!1;const i=this._$AL;try{e=this.shouldUpdate(i),e?(this.willUpdate(i),null===(t=this._$ES)||void 0===t||t.forEach((t=>{var e;return null===(e=t.hostUpdate)||void 0===e?void 0:e.call(t)})),this.update(i)):this._$Ek()}catch(t){throw e=!1,this._$Ek(),t}e&&this._$AE(i)}willUpdate(t){}_$AE(t){var e;null===(e=this._$ES)||void 0===e||e.forEach((t=>{var e;return null===(e=t.hostUpdated)||void 0===e?void 0:e.call(t)})),this.hasUpdated||(this.hasUpdated=!0,this.firstUpdated(t)),this.updated(t)}_$Ek(){this._$AL=new Map,this.isUpdatePending=!1}get updateComplete(){return this.getUpdateComplete()}getUpdateComplete(){return this._$E_}shouldUpdate(t){return!0}update(t){void 0!==this._$EC&&(this._$EC.forEach(((t,e)=>this._$EO(e,this[e],t))),this._$EC=void 0),this._$Ek()}updated(t){}firstUpdated(t){}}var v;g.finalized=!0,g.elementProperties=new Map,g.elementStyles=[],g.shadowRootOptions={mode:"open"},null==u||u({ReactiveElement:g}),(null!==(l=h.reactiveElementVersions)&&void 0!==l?l:h.reactiveElementVersions=[]).push("1.5.0");const y=window,b=y.trustedTypes,_=b?b.createPolicy("lit-html",{createHTML:t=>t}):void 0,x=`lit$${(Math.random()+"").slice(9)}$`,w="?"+x,k=`<${w}>`,S=document,C=(t="")=>S.createComment(t),E=t=>null===t||"object"!=typeof t&&"function"!=typeof t,T=Array.isArray,$=/<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g,A=/-->/g,M=/>/g,O=RegExp(">|[ \t\n\f\r](?:([^\\s\"'>=/]+)([ \t\n\f\r]*=[ \t\n\f\r]*(?:[^ \t\n\f\r\"'`<>=]|(\"|')|))|$)","g"),P=/'/g,I=/"/g,z=/^(?:script|style|textarea|title)$/i,D=(t=>(e,...i)=>({_$litType$:t,strings:e,values:i}))(1),N=Symbol.for("lit-noChange"),R=Symbol.for("lit-nothing"),B=new WeakMap,q=S.createTreeWalker(S,129,null,!1),Z=(t,e)=>{const i=t.length-1,n=[];let o,s=2===e?"<svg>":"",r=$;for(let e=0;e<i;e++){const i=t[e];let a,l,h=-1,c=0;for(;c<i.length&&(r.lastIndex=c,l=r.exec(i),null!==l);)c=r.lastIndex,r===$?"!--"===l[1]?r=A:void 0!==l[1]?r=M:void 0!==l[2]?(z.test(l[2])&&(o=RegExp("</"+l[2],"g")),r=O):void 0!==l[3]&&(r=O):r===O?">"===l[0]?(r=null!=o?o:$,h=-1):void 0===l[1]?h=-2:(h=r.lastIndex-l[2].length,a=l[1],r=void 0===l[3]?O:'"'===l[3]?I:P):r===I||r===P?r=O:r===A||r===M?r=$:(r=O,o=void 0);const d=r===O&&t[e+1].startsWith("/>")?" ":"";s+=r===$?i+k:h>=0?(n.push(a),i.slice(0,h)+"$lit$"+i.slice(h)+x+d):i+x+(-2===h?(n.push(void 0),e):d)}const a=s+(t[i]||"<?>")+(2===e?"</svg>":"");if(!Array.isArray(t)||!t.hasOwnProperty("raw"))throw Error("invalid template strings array");return[void 0!==_?_.createHTML(a):a,n]};class F{constructor({strings:t,_$litType$:e},i){let n;this.parts=[];let o=0,s=0;const r=t.length-1,a=this.parts,[l,h]=Z(t,e);if(this.el=F.createElement(l,i),q.currentNode=this.el.content,2===e){const t=this.el.content,e=t.firstChild;e.remove(),t.append(...e.childNodes)}for(;null!==(n=q.nextNode())&&a.length<r;){if(1===n.nodeType){if(n.hasAttributes()){const t=[];for(const e of n.getAttributeNames())if(e.endsWith("$lit$")||e.startsWith(x)){const i=h[s++];if(t.push(e),void 0!==i){const t=n.getAttribute(i.toLowerCase()+"$lit$").split(x),e=/([.?@])?(.*)/.exec(i);a.push({type:1,index:o,name:e[2],strings:t,ctor:"."===e[1]?W:"?"===e[1]?K:"@"===e[1]?Y:H})}else a.push({type:6,index:o})}for(const e of t)n.removeAttribute(e)}if(z.test(n.tagName)){const t=n.textContent.split(x),e=t.length-1;if(e>0){n.textContent=b?b.emptyScript:"";for(let i=0;i<e;i++)n.append(t[i],C()),q.nextNode(),a.push({type:2,index:++o});n.append(t[e],C())}}}else if(8===n.nodeType)if(n.data===w)a.push({type:2,index:o});else{let t=-1;for(;-1!==(t=n.data.indexOf(x,t+1));)a.push({type:7,index:o}),t+=x.length-1}o++}}static createElement(t,e){const i=S.createElement("template");return i.innerHTML=t,i}}function U(t,e,i=t,n){var o,s,r,a;if(e===N)return e;let l=void 0!==n?null===(o=i._$Co)||void 0===o?void 0:o[n]:i._$Cl;const h=E(e)?void 0:e._$litDirective$;return(null==l?void 0:l.constructor)!==h&&(null===(s=null==l?void 0:l._$AO)||void 0===s||s.call(l,!1),void 0===h?l=void 0:(l=new h(t),l._$AT(t,i,n)),void 0!==n?(null!==(r=(a=i)._$Co)&&void 0!==r?r:a._$Co=[])[n]=l:i._$Cl=l),void 0!==l&&(e=U(t,l._$AS(t,e.values),l,n)),e}class V{constructor(t,e){this.u=[],this._$AN=void 0,this._$AD=t,this._$AM=e}get parentNode(){return this._$AM.parentNode}get _$AU(){return this._$AM._$AU}v(t){var e;const{el:{content:i},parts:n}=this._$AD,o=(null!==(e=null==t?void 0:t.creationScope)&&void 0!==e?e:S).importNode(i,!0);q.currentNode=o;let s=q.nextNode(),r=0,a=0,l=n[0];for(;void 0!==l;){if(r===l.index){let e;2===l.type?e=new j(s,s.nextSibling,this,t):1===l.type?e=new l.ctor(s,l.name,l.strings,this,t):6===l.type&&(e=new J(s,this,t)),this.u.push(e),l=n[++a]}r!==(null==l?void 0:l.index)&&(s=q.nextNode(),r++)}return o}p(t){let e=0;for(const i of this.u)void 0!==i&&(void 0!==i.strings?(i._$AI(t,i,e),e+=i.strings.length-2):i._$AI(t[e])),e++}}class j{constructor(t,e,i,n){var o;this.type=2,this._$AH=R,this._$AN=void 0,this._$AA=t,this._$AB=e,this._$AM=i,this.options=n,this._$Cm=null===(o=null==n?void 0:n.isConnected)||void 0===o||o}get _$AU(){var t,e;return null!==(e=null===(t=this._$AM)||void 0===t?void 0:t._$AU)&&void 0!==e?e:this._$Cm}get parentNode(){let t=this._$AA.parentNode;const e=this._$AM;return void 0!==e&&11===t.nodeType&&(t=e.parentNode),t}get startNode(){return this._$AA}get endNode(){return this._$AB}_$AI(t,e=this){t=U(this,t,e),E(t)?t===R||null==t||""===t?(this._$AH!==R&&this._$AR(),this._$AH=R):t!==this._$AH&&t!==N&&this.g(t):void 0!==t._$litType$?this.$(t):void 0!==t.nodeType?this.T(t):(t=>T(t)||"function"==typeof(null==t?void 0:t[Symbol.iterator]))(t)?this.k(t):this.g(t)}O(t,e=this._$AB){return this._$AA.parentNode.insertBefore(t,e)}T(t){this._$AH!==t&&(this._$AR(),this._$AH=this.O(t))}g(t){this._$AH!==R&&E(this._$AH)?this._$AA.nextSibling.data=t:this.T(S.createTextNode(t)),this._$AH=t}$(t){var e;const{values:i,_$litType$:n}=t,o="number"==typeof n?this._$AC(t):(void 0===n.el&&(n.el=F.createElement(n.h,this.options)),n);if((null===(e=this._$AH)||void 0===e?void 0:e._$AD)===o)this._$AH.p(i);else{const t=new V(o,this),e=t.v(this.options);t.p(i),this.T(e),this._$AH=t}}_$AC(t){let e=B.get(t.strings);return void 0===e&&B.set(t.strings,e=new F(t)),e}k(t){T(this._$AH)||(this._$AH=[],this._$AR());const e=this._$AH;let i,n=0;for(const o of t)n===e.length?e.push(i=new j(this.O(C()),this.O(C()),this,this.options)):i=e[n],i._$AI(o),n++;n<e.length&&(this._$AR(i&&i._$AB.nextSibling,n),e.length=n)}_$AR(t=this._$AA.nextSibling,e){var i;for(null===(i=this._$AP)||void 0===i||i.call(this,!1,!0,e);t&&t!==this._$AB;){const e=t.nextSibling;t.remove(),t=e}}setConnected(t){var e;void 0===this._$AM&&(this._$Cm=t,null===(e=this._$AP)||void 0===e||e.call(this,t))}}class H{constructor(t,e,i,n,o){this.type=1,this._$AH=R,this._$AN=void 0,this.element=t,this.name=e,this._$AM=n,this.options=o,i.length>2||""!==i[0]||""!==i[1]?(this._$AH=Array(i.length-1).fill(new String),this.strings=i):this._$AH=R}get tagName(){return this.element.tagName}get _$AU(){return this._$AM._$AU}_$AI(t,e=this,i,n){const o=this.strings;let s=!1;if(void 0===o)t=U(this,t,e,0),s=!E(t)||t!==this._$AH&&t!==N,s&&(this._$AH=t);else{const n=t;let r,a;for(t=o[0],r=0;r<o.length-1;r++)a=U(this,n[i+r],e,r),a===N&&(a=this._$AH[r]),s||(s=!E(a)||a!==this._$AH[r]),a===R?t=R:t!==R&&(t+=(null!=a?a:"")+o[r+1]),this._$AH[r]=a}s&&!n&&this.j(t)}j(t){t===R?this.element.removeAttribute(this.name):this.element.setAttribute(this.name,null!=t?t:"")}}class W extends H{constructor(){super(...arguments),this.type=3}j(t){this.element[this.name]=t===R?void 0:t}}const G=b?b.emptyScript:"";class K extends H{constructor(){super(...arguments),this.type=4}j(t){t&&t!==R?this.element.setAttribute(this.name,G):this.element.removeAttribute(this.name)}}class Y extends H{constructor(t,e,i,n,o){super(t,e,i,n,o),this.type=5}_$AI(t,e=this){var i;if((t=null!==(i=U(this,t,e,0))&&void 0!==i?i:R)===N)return;const n=this._$AH,o=t===R&&n!==R||t.capture!==n.capture||t.once!==n.once||t.passive!==n.passive,s=t!==R&&(n===R||o);o&&this.element.removeEventListener(this.name,this,n),s&&this.element.addEventListener(this.name,this,t),this._$AH=t}handleEvent(t){var e,i;"function"==typeof this._$AH?this._$AH.call(null!==(i=null===(e=this.options)||void 0===e?void 0:e.host)&&void 0!==i?i:this.element,t):this._$AH.handleEvent(t)}}class J{constructor(t,e,i){this.element=t,this.type=6,this._$AN=void 0,this._$AM=e,this.options=i}get _$AU(){return this._$AM._$AU}_$AI(t){U(this,t)}}const X=y.litHtmlPolyfillSupport;null==X||X(F,j),(null!==(v=y.litHtmlVersions)&&void 0!==v?v:y.litHtmlVersions=[]).push("2.5.0");var Q,tt;class et extends g{constructor(){super(...arguments),this.renderOptions={host:this},this._$Do=void 0}createRenderRoot(){var t,e;const i=super.createRenderRoot();return null!==(t=(e=this.renderOptions).renderBefore)&&void 0!==t||(e.renderBefore=i.firstChild),i}update(t){const e=this.render();this.hasUpdated||(this.renderOptions.isConnected=this.isConnected),super.update(t),this._$Do=((t,e,i)=>{var n,o;const s=null!==(n=null==i?void 0:i.renderBefore)&&void 0!==n?n:e;let r=s._$litPart$;if(void 0===r){const t=null!==(o=null==i?void 0:i.renderBefore)&&void 0!==o?o:null;s._$litPart$=r=new j(e.insertBefore(C(),t),t,void 0,null!=i?i:{})}return r._$AI(t),r})(e,this.renderRoot,this.renderOptions)}connectedCallback(){var t;super.connectedCallback(),null===(t=this._$Do)||void 0===t||t.setConnected(!0)}disconnectedCallback(){var t;super.disconnectedCallback(),null===(t=this._$Do)||void 0===t||t.setConnected(!1)}render(){return N}}et.finalized=!0,et._$litElement$=!0,null===(Q=globalThis.litElementHydrateSupport)||void 0===Q||Q.call(globalThis,{LitElement:et});const it=globalThis.litElementPolyfillSupport;null==it||it({LitElement:et}),(null!==(tt=globalThis.litElementVersions)&&void 0!==tt?tt:globalThis.litElementVersions=[]).push("3.2.2");class nt extends et{constructor(){super(...arguments),this.eles={}}getEventHandlers(){return[]}connectedCallback(){super.connectedCallback();for(const t of this.getEventHandlers())t.isDocument?document.addEventListener(t.event,t.method.bind(this)):this.addEventListener(t.event,t.method.bind(this))}disconnectedCallback(){for(const t of this.getEventHandlers())t.isDocument?document.removeEventListener(t.event,t.method):this.removeEventListener(t.event,t.method);super.disconnectedCallback()}fireEvent(t){return this.dispatchEvent(new Event(t,{bubbles:!0,composed:!0}))}fireCustomEvent(t,e={}){const i=new CustomEvent(t,{detail:e,bubbles:!0,composed:!0});return this.dispatchEvent(i)}dispatchEvent(t){super.dispatchEvent(t);const e=t.target;if(e){const i=e["-"+t.type];if(i)return i(t);return new Function("event",`\n with(document) {\n with(this) {\n let handler = ${e.getAttribute("-"+t.type)};\n if(typeof handler === 'function') { \n handler(event);\n }\n }\n }\n `).call(e,t)}}closestElement(t,e=this){return function e(i){if(!i||i===document||i===window)return null;i.assignedSlot&&(i=i.assignedSlot);const n=i.closest(t);return n||e(i.getRootNode().host)}(e)}getDiv(t){let e=this.eles[t];return e||(e=this.shadowRoot.querySelector(t),e&&(this.eles[t]=e),e)}}const ot=(t,e)=>"method"===e.kind&&e.descriptor&&!("value"in e.descriptor)?{...e,finisher(i){i.createProperty(e.key,t)}}:{kind:"field",key:Symbol(),placement:"own",descriptor:{},originalKey:e.key,initializer(){"function"==typeof e.initializer&&(this[e.key]=e.initializer.call(this))},finisher(i){i.createProperty(e.key,t)}};function st(t){return(e,i)=>void 0!==i?((t,e,i)=>{e.constructor.createProperty(i,t)})(t,e,i):ot(t,e)}var rt,at;null===(rt=window.HTMLSlotElement)||void 0===rt||rt.prototype.assignedElements;class lt extends nt{constructor(){super(...arguments),this.hiddenInputs=[],this.name="",this.values=[],this.value="",this.inputRoot=this,this.disabled=!1}setValue(t){t?this.setValues([t]):this.setValues([]),this.value=t}setValues(t){this.values=t,this.requestUpdate("values")}addValue(t){this.values.push(t),this.requestUpdate("values")}removeValue(t){this.values=this.values.filter((e=>e!==t)),this.requestUpdate("values")}popValue(){this.values.pop(),this.requestUpdate("values")}clear(){this.values=[],this.requestUpdate("values")}serializeValue(t){return JSON.stringify(t)}updateInputs(){for(let t=null;t=this.hiddenInputs.pop();)t.remove();for(const t of this.values){const e=this.getAttribute("name");if(e){const i=document.createElement("input");i.setAttribute("type","hidden"),i.setAttribute("name",e),i.setAttribute("value",this.serializeValue(t)),this.hiddenInputs.push(i),this.inputRoot.parentElement.appendChild(i)}}}updated(t){super.updated(t),t.has("values")&&this.updateInputs()}}t([st({type:String})],lt.prototype,"name",void 0),t([st({type:String,attribute:"help_text"})],lt.prototype,"helpText",void 0),t([st({type:Boolean,attribute:"help_always"})],lt.prototype,"helpAlways",void 0),t([st({type:Boolean,attribute:"widget_only"})],lt.prototype,"widgetOnly",void 0),t([st({type:Boolean,attribute:"hide_label"})],lt.prototype,"hideLabel",void 0),t([st({type:String})],lt.prototype,"label",void 0),t([st({type:Array})],lt.prototype,"errors",void 0),t([st({type:Array})],lt.prototype,"values",void 0),t([st({type:String})],lt.prototype,"value",void 0),t([st({attribute:!1})],lt.prototype,"inputRoot",void 0),t([st({type:Boolean})],lt.prototype,"disabled",void 0),function(t){t.analytics="bar-chart-01",t.account="user-01",t.active="play",t.add_note="file-02",t.airtime="bank-note-01",t.archive="archive",t.arrow_up="chevron-up",t.arrow_down="chevron-down",t.arrow_left="chevron-left",t.arrow_right="chevron-right",t.attachment="paperclip",t.broadcast="announcement-01",t.call="phone-call-01",t.call_missed="phone-call-02",t.campaign="clock-refresh",t.campaigns="clock-refresh",t.channel="zap",t.children="git-branch-01",t.check="check",t.checkbox="square",t.checkbox_checked="check-square",t.contact="user-01",t.contact_blocked="message-x-square",t.contact_stopped="slash-octagon",t.contact_updated="user-edit",t.contacts="user-01",t.copy="copy-04",t.dashboard="pie-chart-01",t.delete="trash-03",t.delete_small="x",t.download="download-01",t.email="mail-01",t.error="alert-circle",t.event="zap",t.fields="user-edit",t.flow="flow",t.flow_interrupted="x-close",t.flow_ivr="phone-call-01",t.flow_message="message-square-02",t.flow_user="activity",t.flows="flow",t.group="users-01",t.group_smart="atom-01",t.help="help-circle",t.home="home-smile",t.inbox="inbox-01",t.label="tag-01",t.language="globe-01",t.link="link-external-01",t.log="file-02",t.menu="menu-01",t.menu_collapse="chevron-left-double",t.message="message-square-02",t.messages="message-square-02",t.org_active="credit-card-02",t.org_anonymous="glasses-01",t.org_bulk="credit-card-plus",t.org_flagged="flag-01",t.org_new="stars-02",t.org_suspended="slash-circle-01",t.org_verified="check-verified-02",t.overview="pie-chart-01",t.featured="star-01",t.resthooks="share-07",t.restore="play",t.runs="rows-03",t.search="search-refraction",t.select_open="chevron-down",t.select_clear="x",t.service="magic-wand-01",t.settings="settings-02",t.sort="chevron-selector-vertical",t.staff="hard-drive",t.tickets="agent",t.tickets_all="archive",t.tickets_closed="check",t.tickets_mine="coffee",t.tickets_open="inbox-01",t.tickets_unassigned="inbox-01",t.two_factor_enabled="shield-02",t.two_factor_disabled="shield-01",t.trigger="signal-01",t.triggers="signal-01",t.updated="edit-02",t.upload="upload-cloud-01",t.usages="link-04",t.user="users-01",t.users="users-01",t.user_beta="shield-zap",t.webhook="link-external-01",t.workspace="folder",t.zendesk="zendesk"}(at||(at={}));class ht extends lt{constructor(){super(...arguments),this.name="",this.disabled=!1,this.size=1.2,this.animateChange="pulse"}static get styles(){return r`
|
|
2
2
|
:host {
|
|
3
3
|
color: var(--color-text);
|
|
4
4
|
display: inline-block;
|
|
@@ -221,7 +221,7 @@ function t(t,e,i,n){var o,s=arguments.length,r=s<3?e:null===n?n=Object.getOwnPro
|
|
|
221
221
|
<slot></slot>
|
|
222
222
|
</div>
|
|
223
223
|
</temba-field>
|
|
224
|
-
`}}t([st({type:Boolean})],gt.prototype,"textarea",void 0),t([st({type:String})],gt.prototype,"placeholder",void 0),t([st({type:String})],gt.prototype,"value",void 0),t([st({type:Boolean})],gt.prototype,"password",void 0),t([st({type:Number})],gt.prototype,"maxlength",void 0),t([st({type:Object})],gt.prototype,"inputElement",void 0),t([st({type:Boolean})],gt.prototype,"clearable",void 0),t([st({type:Boolean})],gt.prototype,"gsm",void 0),t([st({type:String})],gt.prototype,"counter",void 0),t([st({type:Boolean})],gt.prototype,"loading",void 0),t([st({type:Boolean})],gt.prototype,"submitOnEnter",void 0),t([st()],gt.prototype,"onBlur",void 0),t([st({type:Boolean})],gt.prototype,"autogrow",void 0);const vt=/(\d{4}-[01]\d-[0-3]\dT[0-2]\d:[0-5]\d:[0-5]\d\.\d+([+-][0-2]\d:[0-5]\d|Z))|(\d{4}-[01]\d-[0-3]\dT[0-2]\d:[0-5]\d:[0-5]\d([+-][0-2]\d:[0-5]\d|Z))|(\d{4}-[01]\d-[0-3]\dT[0-2]\d:[0-5]\d([+-][0-2]\d:[0-5]\d|Z))/,yt=(t={})=>{const e=(t=>{for(const e of document.cookie.split(";")){const i=e.indexOf("=");let n=e.substr(0,i),o=e.substr(i+1);if(n=n.trim(),o=o.trim(),n===t)return o}return null})("csrftoken"),i=e?{"X-CSRFToken":e}:{};return i["X-Requested-With"]="XMLHttpRequest",Object.keys(t).forEach((e=>{i[e]=t[e]})),i},bt=(t,e=null,i={})=>new Promise(((n,o)=>{const s={method:"GET",headers:yt(i)};e&&(s.signal=e.signal),fetch(t,s).then((t=>{t.text().then((i=>{let o={};try{o=JSON.parse(i)}catch(t){}n({controller:e,body:i,json:o,headers:t.headers,status:t.status})}))})).catch((t=>{o(t)}))})),_t=t=>{const e=[];Object.keys(t).forEach((i=>{t[i]&&e.push(i)}));let i=e.join(" ");return i.trim().length>0&&(i=" "+i),i},xt=(t,e=null)=>new Promise(((i,n)=>{bt(t,e).then((t=>{i({results:t.json.results,next:t.json.next})})).catch((t=>n(t)))})),wt=async t=>{if(!t)return new Promise((t=>t([])));let e=[],i=t;for(;i;){const t=await xt(i);t.results&&(e=e.concat(t.results)),i=t.next}return e},kt=t=>new Promise(((e,i)=>{bt(t).then((t=>{e({assets:t.json.results,next:t.json.next})})).catch((t=>i(t)))})),St=async t=>{if(!t)return new Promise((t=>t([])));let e=[],i=t;for(;i;){const t=await kt(i);e=e.concat(t.assets),i=t.next}return e},Ct=(t,e,i={},n=null)=>{const o=yt(i);n&&(o["Content-Type"]=n);const s={method:"POST",headers:o,body:e};return new Promise(((e,i)=>{fetch(t,s).then((async t=>{t.text().then((i=>{let n={};try{n=JSON.parse(i)}catch(t){}e({body:i,json:n,headers:t.headers,status:t.status})}))})).catch((t=>{i(t)}))}))},Et=(t,e)=>Ct(t,JSON.stringify(e),!1,"application/json"),Tt=(t,e)=>{const i=new FormData;return Object.keys(e).forEach((t=>{i.append(t,e[t])})),((t,e)=>new Promise(((i,n)=>{Ct(t,e,!0).then((t=>{t.status>=200&&t.status<300&&i(t),n("Server failure")})).catch((t=>{n(t)}))})))(t,i)},$t=t=>{const e=t.parentNode||t.host;if(e){const t=e instanceof HTMLElement&&window.getComputedStyle(e).overflowY,i=t&&!(t.includes("hidden")||t.includes("visible"));return e?i&&e.scrollHeight>=e.clientHeight?e:$t(e):null}return null},Lt=3600,At=86400,Mt=30*At;const Ot=new class{getCurrentDate(){return new Date}},Pt=(t,e={suffix:""})=>{const{compareDate:i,hideRecentText:n,suffix:o}=e,s=i||Ot.getCurrentDate(),r=Math.floor((s.getTime()-t.getTime())/1e3);if(r<60)return i?r+"s"+o:!n&&o?o:"just now";if(r<Lt)return Math.round(r/60)+"m"+o;if(r<=At)return Math.round(r/Lt)+"h"+o;if(r<=Mt)return Math.round(r/At)+"d"+o;if(r<6*Mt)return Math.round(r/Mt)+"mth"+o;return t.getDate()+" "+t.toDateString().match(/ [a-zA-Z]*/)[0].replace(" ","")+(t.getFullYear()==s.getFullYear()?"":" "+t.getFullYear())},It=(t,e)=>{let i=!0;return function(...n){i&&(i=!1,t.apply(this,n),setTimeout((()=>{i=!0}),e))}},zt=(t,e="and")=>1===t.length?t[0]:2===t.length?"html"===t[0].type?D`${t[0]} ${e} ${t[1]}`:t.join(" "+e+" "):"html"===t[0].type?t.map(((i,n)=>n<t.length-1?D`${i}, `:D`${e} ${i}`)):t.join(", ")+e+t[t.length-1],Dt=(t,e,i="and")=>zt(t.map(e),i),Nt=t=>"true"===((t=>{let e=null;if(document.cookie&&""!=document.cookie){const i=document.cookie.split(";");for(let n=0;n<i.length;n++){const o=i[n].trim();if(o.substring(0,t.length+1)==t+"="){e=decodeURIComponent(o.substring(t.length+1));break}}}return e})(t)||"");var Rt;!function(t){t.MENU_COLLAPSED="menu-collapsed",t.TICKET_SHOW_DETAILS="tickets.show-details"}(Rt||(Rt={}));var Bt,qt,Zt,Ft;!function(t){t.DayFirst="day_first",t.MonthFirst="month_first",t.YearFirst="year_first"}(Bt||(Bt={})),function(t){t.CampaignEvent="campaign_event",t.ScheduledBroadcast="scheduled_broadcast",t.ScheduledTrigger="scheduled_trigger"}(qt||(qt={})),function(t){t.Open="open",t.Closed="closed"}(Zt||(Zt={})),function(t){t.Loaded="temba-loaded",t.Canceled="temba-canceled",t.CursorChanged="temba-cursor-changed",t.Refreshed="temba-refreshed",t.Selection="temba-selection",t.ButtonClicked="temba-button-clicked",t.DialogHidden="temba-dialog-hidden",t.ScrollThreshold="temba-scroll-threshold",t.ContentChanged="temba-content-changed",t.ContextChanged="temba-context-changed",t.FetchComplete="temba-fetch-complete",t.Submitted="temba-submitted",t.Redirected="temba-redirected",t.NoPath="temba-no-path",t.StoreUpdated="temba-store-updated",t.Ready="temba-ready",t.OrderChanged="temba-order-changed",t.DragStart="temba-drag-start",t.DragStop="temba-drag-stop"}(Ft||(Ft={}));class Ut{constructor(t=0,e=0){this.first=null,this.items=Object.create(null),this.last=null,this.max=t,this.size=0,this.ttl=e}has(t){return t in this.items}clear(){return this.first=null,this.items=Object.create(null),this.last=null,this.size=0,this}delete(t){if(this.has(t)){const e=this.items[t];delete this.items[t],this.size--,null!==e.prev&&(e.prev.next=e.next),null!==e.next&&(e.next.prev=e.prev),this.first===e&&(this.first=e.next),this.last===e&&(this.last=e.prev)}return this}evict(t=!1){if(t||this.size>0){const t=this.first;delete this.items[t.key],this.size--,0===this.size?(this.first=null,this.last=null):(this.first=t.next,this.first.prev=null)}return this}get(t){let e;if(this.has(t)){const i=this.items[t];this.ttl>0&&i.expiry<=(new Date).getTime()?this.delete(t):(e=i.value,this.set(t,e,!0))}return e}keys(){return Object.keys(this.items)}set(t,e,i=!1){let n;if(i||this.has(t)){if(n=this.items[t],n.value=e,this.last!==n){const t=this.last,e=n.next,i=n.prev;this.first===n&&(this.first=n.next),n.next=null,n.prev=this.last,t.next=n,null!==i&&(i.next=e),null!==e&&(e.prev=i)}}else this.max>0&&this.size===this.max&&this.evict(!0),n=this.items[t]={expiry:this.ttl>0?(new Date).getTime()+this.ttl:this.ttl,key:t,prev:this.last,next:null,value:e},1==++this.size?this.first=n:this.last.next=n;return this.last=n,this}}function Vt(t=1e3,e=0){if(isNaN(t)||t<0)throw new TypeError("Invalid max value");if(isNaN(e)||e<0)throw new TypeError("Invalid ttl value");return new Ut(t,e)}class jt extends Error{}class Ht extends jt{constructor(t){super(`Invalid DateTime: ${t.toMessage()}`)}}class Wt extends jt{constructor(t){super(`Invalid Interval: ${t.toMessage()}`)}}class Gt extends jt{constructor(t){super(`Invalid Duration: ${t.toMessage()}`)}}class Kt extends jt{}class Yt extends jt{constructor(t){super(`Invalid unit ${t}`)}}class Jt extends jt{}class Xt extends jt{constructor(){super("Zone is an abstract class")}}const Qt="numeric",te="short",ee="long",ie={year:Qt,month:Qt,day:Qt},ne={year:Qt,month:te,day:Qt},oe={year:Qt,month:te,day:Qt,weekday:te},se={year:Qt,month:ee,day:Qt},re={year:Qt,month:ee,day:Qt,weekday:ee},ae={hour:Qt,minute:Qt},le={hour:Qt,minute:Qt,second:Qt},he={hour:Qt,minute:Qt,second:Qt,timeZoneName:te},ce={hour:Qt,minute:Qt,second:Qt,timeZoneName:ee},de={hour:Qt,minute:Qt,hourCycle:"h23"},ue={hour:Qt,minute:Qt,second:Qt,hourCycle:"h23"},pe={hour:Qt,minute:Qt,second:Qt,hourCycle:"h23",timeZoneName:te},me={hour:Qt,minute:Qt,second:Qt,hourCycle:"h23",timeZoneName:ee},fe={year:Qt,month:Qt,day:Qt,hour:Qt,minute:Qt},ge={year:Qt,month:Qt,day:Qt,hour:Qt,minute:Qt,second:Qt},ve={year:Qt,month:te,day:Qt,hour:Qt,minute:Qt},ye={year:Qt,month:te,day:Qt,hour:Qt,minute:Qt,second:Qt},be={year:Qt,month:te,day:Qt,weekday:te,hour:Qt,minute:Qt},_e={year:Qt,month:ee,day:Qt,hour:Qt,minute:Qt,timeZoneName:te},xe={year:Qt,month:ee,day:Qt,hour:Qt,minute:Qt,second:Qt,timeZoneName:te},we={year:Qt,month:ee,day:Qt,weekday:ee,hour:Qt,minute:Qt,timeZoneName:ee},ke={year:Qt,month:ee,day:Qt,weekday:ee,hour:Qt,minute:Qt,second:Qt,timeZoneName:ee};function Se(t){return void 0===t}function Ce(t){return"number"==typeof t}function Ee(t){return"number"==typeof t&&t%1==0}function Te(){try{return"undefined"!=typeof Intl&&!!Intl.RelativeTimeFormat}catch(t){return!1}}function $e(t,e,i){if(0!==t.length)return t.reduce(((t,n)=>{const o=[e(n),n];return t&&i(t[0],o[0])===t[0]?t:o}),null)[1]}function Le(t,e){return Object.prototype.hasOwnProperty.call(t,e)}function Ae(t,e,i){return Ee(t)&&t>=e&&t<=i}function Me(t,e=2){let i;return i=t<0?"-"+(""+-t).padStart(e,"0"):(""+t).padStart(e,"0"),i}function Oe(t){return Se(t)||null===t||""===t?void 0:parseInt(t,10)}function Pe(t){return Se(t)||null===t||""===t?void 0:parseFloat(t)}function Ie(t){if(!Se(t)&&null!==t&&""!==t){const e=1e3*parseFloat("0."+t);return Math.floor(e)}}function ze(t,e,i=!1){const n=10**e;return(i?Math.trunc:Math.round)(t*n)/n}function De(t){return t%4==0&&(t%100!=0||t%400==0)}function Ne(t){return De(t)?366:365}function Re(t,e){const i=function(t,e){return t-e*Math.floor(t/e)}(e-1,12)+1;return 2===i?De(t+(e-i)/12)?29:28:[31,null,31,30,31,30,31,31,30,31,30,31][i-1]}function Be(t){let e=Date.UTC(t.year,t.month-1,t.day,t.hour,t.minute,t.second,t.millisecond);return t.year<100&&t.year>=0&&(e=new Date(e),e.setUTCFullYear(e.getUTCFullYear()-1900)),+e}function qe(t){const e=(t+Math.floor(t/4)-Math.floor(t/100)+Math.floor(t/400))%7,i=t-1,n=(i+Math.floor(i/4)-Math.floor(i/100)+Math.floor(i/400))%7;return 4===e||3===n?53:52}function Ze(t){return t>99?t:t>60?1900+t:2e3+t}function Fe(t,e,i,n=null){const o=new Date(t),s={hourCycle:"h23",year:"numeric",month:"2-digit",day:"2-digit",hour:"2-digit",minute:"2-digit"};n&&(s.timeZone=n);const r={timeZoneName:e,...s},a=new Intl.DateTimeFormat(i,r).formatToParts(o).find((t=>"timezonename"===t.type.toLowerCase()));return a?a.value:null}function Ue(t,e){let i=parseInt(t,10);Number.isNaN(i)&&(i=0);const n=parseInt(e,10)||0;return 60*i+(i<0||Object.is(i,-0)?-n:n)}function Ve(t){const e=Number(t);if("boolean"==typeof t||""===t||Number.isNaN(e))throw new Jt(`Invalid unit value ${t}`);return e}function je(t,e){const i={};for(const n in t)if(Le(t,n)){const o=t[n];if(null==o)continue;i[e(n)]=Ve(o)}return i}function He(t,e){const i=Math.trunc(Math.abs(t/60)),n=Math.trunc(Math.abs(t%60)),o=t>=0?"+":"-";switch(e){case"short":return`${o}${Me(i,2)}:${Me(n,2)}`;case"narrow":return`${o}${i}${n>0?`:${n}`:""}`;case"techie":return`${o}${Me(i,2)}${Me(n,2)}`;default:throw new RangeError(`Value format ${e} is out of range for property format`)}}function We(t){return function(t,e){return e.reduce(((e,i)=>(e[i]=t[i],e)),{})}(t,["hour","minute","second","millisecond"])}const Ge=/[A-Za-z_+-]{1,256}(?::?\/[A-Za-z0-9_+-]{1,256}(?:\/[A-Za-z0-9_+-]{1,256})?)?/,Ke=["January","February","March","April","May","June","July","August","September","October","November","December"],Ye=["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],Je=["J","F","M","A","M","J","J","A","S","O","N","D"];function Xe(t){switch(t){case"narrow":return[...Je];case"short":return[...Ye];case"long":return[...Ke];case"numeric":return["1","2","3","4","5","6","7","8","9","10","11","12"];case"2-digit":return["01","02","03","04","05","06","07","08","09","10","11","12"];default:return null}}const Qe=["Monday","Tuesday","Wednesday","Thursday","Friday","Saturday","Sunday"],ti=["Mon","Tue","Wed","Thu","Fri","Sat","Sun"],ei=["M","T","W","T","F","S","S"];function ii(t){switch(t){case"narrow":return[...ei];case"short":return[...ti];case"long":return[...Qe];case"numeric":return["1","2","3","4","5","6","7"];default:return null}}const ni=["AM","PM"],oi=["Before Christ","Anno Domini"],si=["BC","AD"],ri=["B","A"];function ai(t){switch(t){case"narrow":return[...ri];case"short":return[...si];case"long":return[...oi];default:return null}}function li(t,e){let i="";for(const n of t)n.literal?i+=n.val:i+=e(n.val);return i}const hi={D:ie,DD:ne,DDD:se,DDDD:re,t:ae,tt:le,ttt:he,tttt:ce,T:de,TT:ue,TTT:pe,TTTT:me,f:fe,ff:ve,fff:_e,ffff:we,F:ge,FF:ye,FFF:xe,FFFF:ke};class ci{static create(t,e={}){return new ci(t,e)}static parseFormat(t){let e=null,i="",n=!1;const o=[];for(let s=0;s<t.length;s++){const r=t.charAt(s);"'"===r?(i.length>0&&o.push({literal:n,val:i}),e=null,i="",n=!n):n||r===e?i+=r:(i.length>0&&o.push({literal:!1,val:i}),i=r,e=r)}return i.length>0&&o.push({literal:n,val:i}),o}static macroTokenToFormatOpts(t){return hi[t]}constructor(t,e){this.opts=e,this.loc=t,this.systemLoc=null}formatWithSystemDefault(t,e){null===this.systemLoc&&(this.systemLoc=this.loc.redefaultToSystem());return this.systemLoc.dtFormatter(t,{...this.opts,...e}).format()}formatDateTime(t,e={}){return this.loc.dtFormatter(t,{...this.opts,...e}).format()}formatDateTimeParts(t,e={}){return this.loc.dtFormatter(t,{...this.opts,...e}).formatToParts()}resolvedOptions(t,e={}){return this.loc.dtFormatter(t,{...this.opts,...e}).resolvedOptions()}num(t,e=0){if(this.opts.forceSimple)return Me(t,e);const i={...this.opts};return e>0&&(i.padTo=e),this.loc.numberFormatter(i).format(t)}formatDateTimeFromString(t,e){const i="en"===this.loc.listingMode(),n=this.loc.outputCalendar&&"gregory"!==this.loc.outputCalendar,o=(e,i)=>this.loc.extract(t,e,i),s=e=>t.isOffsetFixed&&0===t.offset&&e.allowZ?"Z":t.isValid?t.zone.formatOffset(t.ts,e.format):"",r=()=>i?function(t){return ni[t.hour<12?0:1]}(t):o({hour:"numeric",hourCycle:"h12"},"dayperiod"),a=(e,n)=>i?function(t,e){return Xe(e)[t.month-1]}(t,e):o(n?{month:e}:{month:e,day:"numeric"},"month"),l=(e,n)=>i?function(t,e){return ii(e)[t.weekday-1]}(t,e):o(n?{weekday:e}:{weekday:e,month:"long",day:"numeric"},"weekday"),h=e=>{const i=ci.macroTokenToFormatOpts(e);return i?this.formatWithSystemDefault(t,i):e},c=e=>i?function(t,e){return ai(e)[t.year<0?0:1]}(t,e):o({era:e},"era");return li(ci.parseFormat(e),(e=>{switch(e){case"S":return this.num(t.millisecond);case"u":case"SSS":return this.num(t.millisecond,3);case"s":return this.num(t.second);case"ss":return this.num(t.second,2);case"uu":return this.num(Math.floor(t.millisecond/10),2);case"uuu":return this.num(Math.floor(t.millisecond/100));case"m":return this.num(t.minute);case"mm":return this.num(t.minute,2);case"h":return this.num(t.hour%12==0?12:t.hour%12);case"hh":return this.num(t.hour%12==0?12:t.hour%12,2);case"H":return this.num(t.hour);case"HH":return this.num(t.hour,2);case"Z":return s({format:"narrow",allowZ:this.opts.allowZ});case"ZZ":return s({format:"short",allowZ:this.opts.allowZ});case"ZZZ":return s({format:"techie",allowZ:this.opts.allowZ});case"ZZZZ":return t.zone.offsetName(t.ts,{format:"short",locale:this.loc.locale});case"ZZZZZ":return t.zone.offsetName(t.ts,{format:"long",locale:this.loc.locale});case"z":return t.zoneName;case"a":return r();case"d":return n?o({day:"numeric"},"day"):this.num(t.day);case"dd":return n?o({day:"2-digit"},"day"):this.num(t.day,2);case"c":case"E":return this.num(t.weekday);case"ccc":return l("short",!0);case"cccc":return l("long",!0);case"ccccc":return l("narrow",!0);case"EEE":return l("short",!1);case"EEEE":return l("long",!1);case"EEEEE":return l("narrow",!1);case"L":return n?o({month:"numeric",day:"numeric"},"month"):this.num(t.month);case"LL":return n?o({month:"2-digit",day:"numeric"},"month"):this.num(t.month,2);case"LLL":return a("short",!0);case"LLLL":return a("long",!0);case"LLLLL":return a("narrow",!0);case"M":return n?o({month:"numeric"},"month"):this.num(t.month);case"MM":return n?o({month:"2-digit"},"month"):this.num(t.month,2);case"MMM":return a("short",!1);case"MMMM":return a("long",!1);case"MMMMM":return a("narrow",!1);case"y":return n?o({year:"numeric"},"year"):this.num(t.year);case"yy":return n?o({year:"2-digit"},"year"):this.num(t.year.toString().slice(-2),2);case"yyyy":return n?o({year:"numeric"},"year"):this.num(t.year,4);case"yyyyyy":return n?o({year:"numeric"},"year"):this.num(t.year,6);case"G":return c("short");case"GG":return c("long");case"GGGGG":return c("narrow");case"kk":return this.num(t.weekYear.toString().slice(-2),2);case"kkkk":return this.num(t.weekYear,4);case"W":return this.num(t.weekNumber);case"WW":return this.num(t.weekNumber,2);case"o":return this.num(t.ordinal);case"ooo":return this.num(t.ordinal,3);case"q":return this.num(t.quarter);case"qq":return this.num(t.quarter,2);case"X":return this.num(Math.floor(t.ts/1e3));case"x":return this.num(t.ts);default:return h(e)}}))}formatDurationFromString(t,e){const i=t=>{switch(t[0]){case"S":return"millisecond";case"s":return"second";case"m":return"minute";case"h":return"hour";case"d":return"day";case"w":return"week";case"M":return"month";case"y":return"year";default:return null}},n=ci.parseFormat(e),o=n.reduce(((t,{literal:e,val:i})=>e?t:t.concat(i)),[]),s=t.shiftTo(...o.map(i).filter((t=>t)));return li(n,(t=>e=>{const n=i(e);return n?this.num(t.get(n),e.length):e})(s))}}class di{constructor(t,e){this.reason=t,this.explanation=e}toMessage(){return this.explanation?`${this.reason}: ${this.explanation}`:this.reason}}class ui{get type(){throw new Xt}get name(){throw new Xt}get ianaName(){return this.name}get isUniversal(){throw new Xt}offsetName(t,e){throw new Xt}formatOffset(t,e){throw new Xt}offset(t){throw new Xt}equals(t){throw new Xt}get isValid(){throw new Xt}}let pi=null;class mi extends ui{static get instance(){return null===pi&&(pi=new mi),pi}get type(){return"system"}get name(){return(new Intl.DateTimeFormat).resolvedOptions().timeZone}get isUniversal(){return!1}offsetName(t,{format:e,locale:i}){return Fe(t,e,i)}formatOffset(t,e){return He(this.offset(t),e)}offset(t){return-new Date(t).getTimezoneOffset()}equals(t){return"system"===t.type}get isValid(){return!0}}let fi={};const gi={year:0,month:1,day:2,era:3,hour:4,minute:5,second:6};let vi={};class yi extends ui{static create(t){return vi[t]||(vi[t]=new yi(t)),vi[t]}static resetCache(){vi={},fi={}}static isValidSpecifier(t){return this.isValidZone(t)}static isValidZone(t){if(!t)return!1;try{return new Intl.DateTimeFormat("en-US",{timeZone:t}).format(),!0}catch(t){return!1}}constructor(t){super(),this.zoneName=t,this.valid=yi.isValidZone(t)}get type(){return"iana"}get name(){return this.zoneName}get isUniversal(){return!1}offsetName(t,{format:e,locale:i}){return Fe(t,e,i,this.name)}formatOffset(t,e){return He(this.offset(t),e)}offset(t){const e=new Date(t);if(isNaN(e))return NaN;const i=(n=this.name,fi[n]||(fi[n]=new Intl.DateTimeFormat("en-US",{hour12:!1,timeZone:n,year:"numeric",month:"2-digit",day:"2-digit",hour:"2-digit",minute:"2-digit",second:"2-digit",era:"short"})),fi[n]);var n;let[o,s,r,a,l,h,c]=i.formatToParts?function(t,e){const i=t.formatToParts(e),n=[];for(let t=0;t<i.length;t++){const{type:e,value:o}=i[t],s=gi[e];"era"===e?n[s]=o:Se(s)||(n[s]=parseInt(o,10))}return n}(i,e):function(t,e){const i=t.format(e).replace(/\u200E/g,""),n=/(\d+)\/(\d+)\/(\d+) (AD|BC),? (\d+):(\d+):(\d+)/.exec(i),[,o,s,r,a,l,h,c]=n;return[r,o,s,a,l,h,c]}(i,e);"BC"===a&&(o=1-Math.abs(o));let d=+e;const u=d%1e3;return d-=u>=0?u:1e3+u,(Be({year:o,month:s,day:r,hour:24===l?0:l,minute:h,second:c,millisecond:0})-d)/6e4}equals(t){return"iana"===t.type&&t.name===this.name}get isValid(){return this.valid}}let bi=null;class _i extends ui{static get utcInstance(){return null===bi&&(bi=new _i(0)),bi}static instance(t){return 0===t?_i.utcInstance:new _i(t)}static parseSpecifier(t){if(t){const e=t.match(/^utc(?:([+-]\d{1,2})(?::(\d{2}))?)?$/i);if(e)return new _i(Ue(e[1],e[2]))}return null}constructor(t){super(),this.fixed=t}get type(){return"fixed"}get name(){return 0===this.fixed?"UTC":`UTC${He(this.fixed,"narrow")}`}get ianaName(){return 0===this.fixed?"Etc/UTC":`Etc/GMT${He(-this.fixed,"narrow")}`}offsetName(){return this.name}formatOffset(t,e){return He(this.fixed,e)}get isUniversal(){return!0}offset(){return this.fixed}equals(t){return"fixed"===t.type&&t.fixed===this.fixed}get isValid(){return!0}}class xi extends ui{constructor(t){super(),this.zoneName=t}get type(){return"invalid"}get name(){return this.zoneName}get isUniversal(){return!1}offsetName(){return null}formatOffset(){return""}offset(){return NaN}equals(){return!1}get isValid(){return!1}}function wi(t,e){if(Se(t)||null===t)return e;if(t instanceof ui)return t;if(function(t){return"string"==typeof t}(t)){const i=t.toLowerCase();return"local"===i||"system"===i?e:"utc"===i||"gmt"===i?_i.utcInstance:_i.parseSpecifier(i)||yi.create(t)}return Ce(t)?_i.instance(t):"object"==typeof t&&t.offset&&"number"==typeof t.offset?t:new xi(t)}let ki,Si=()=>Date.now(),Ci="system",Ei=null,Ti=null,$i=null;class Li{static get now(){return Si}static set now(t){Si=t}static set defaultZone(t){Ci=t}static get defaultZone(){return wi(Ci,mi.instance)}static get defaultLocale(){return Ei}static set defaultLocale(t){Ei=t}static get defaultNumberingSystem(){return Ti}static set defaultNumberingSystem(t){Ti=t}static get defaultOutputCalendar(){return $i}static set defaultOutputCalendar(t){$i=t}static get throwOnInvalid(){return ki}static set throwOnInvalid(t){ki=t}static resetCaches(){qi.resetCache(),yi.resetCache()}}let Ai={};let Mi={};function Oi(t,e={}){const i=JSON.stringify([t,e]);let n=Mi[i];return n||(n=new Intl.DateTimeFormat(t,e),Mi[i]=n),n}let Pi={};let Ii={};let zi=null;function Di(t,e,i,n,o){const s=t.listingMode(i);return"error"===s?null:"en"===s?n(e):o(e)}class Ni{constructor(t,e,i){this.padTo=i.padTo||0,this.floor=i.floor||!1;const{padTo:n,floor:o,...s}=i;if(!e||Object.keys(s).length>0){const e={useGrouping:!1,...i};i.padTo>0&&(e.minimumIntegerDigits=i.padTo),this.inf=function(t,e={}){const i=JSON.stringify([t,e]);let n=Pi[i];return n||(n=new Intl.NumberFormat(t,e),Pi[i]=n),n}(t,e)}}format(t){if(this.inf){const e=this.floor?Math.floor(t):t;return this.inf.format(e)}return Me(this.floor?Math.floor(t):ze(t,3),this.padTo)}}class Ri{constructor(t,e,i){let n;if(this.opts=i,t.zone.isUniversal){const e=t.offset/60*-1,o=e>=0?`Etc/GMT+${e}`:`Etc/GMT${e}`;0!==t.offset&&yi.create(o).valid?(n=o,this.dt=t):(n="UTC",i.timeZoneName?this.dt=t:this.dt=0===t.offset?t:Zo.fromMillis(t.ts+60*t.offset*1e3))}else"system"===t.zone.type?this.dt=t:(this.dt=t,n=t.zone.name);const o={...this.opts};n&&(o.timeZone=n),this.dtf=Oi(e,o)}format(){return this.dtf.format(this.dt.toJSDate())}formatToParts(){return this.dtf.formatToParts(this.dt.toJSDate())}resolvedOptions(){return this.dtf.resolvedOptions()}}class Bi{constructor(t,e,i){this.opts={style:"long",...i},!e&&Te()&&(this.rtf=function(t,e={}){const{base:i,...n}=e,o=JSON.stringify([t,n]);let s=Ii[o];return s||(s=new Intl.RelativeTimeFormat(t,e),Ii[o]=s),s}(t,i))}format(t,e){return this.rtf?this.rtf.format(t,e):function(t,e,i="always",n=!1){const o={years:["year","yr."],quarters:["quarter","qtr."],months:["month","mo."],weeks:["week","wk."],days:["day","day","days"],hours:["hour","hr."],minutes:["minute","min."],seconds:["second","sec."]},s=-1===["hours","minutes","seconds"].indexOf(t);if("auto"===i&&s){const i="days"===t;switch(e){case 1:return i?"tomorrow":`next ${o[t][0]}`;case-1:return i?"yesterday":`last ${o[t][0]}`;case 0:return i?"today":`this ${o[t][0]}`}}const r=Object.is(e,-0)||e<0,a=Math.abs(e),l=1===a,h=o[t],c=n?l?h[1]:h[2]||h[1]:l?o[t][0]:t;return r?`${a} ${c} ago`:`in ${a} ${c}`}(e,t,this.opts.numeric,"long"!==this.opts.style)}formatToParts(t,e){return this.rtf?this.rtf.formatToParts(t,e):[]}}class qi{static fromOpts(t){return qi.create(t.locale,t.numberingSystem,t.outputCalendar,t.defaultToEN)}static create(t,e,i,n=!1){const o=t||Li.defaultLocale,s=o||(n?"en-US":zi||(zi=(new Intl.DateTimeFormat).resolvedOptions().locale,zi)),r=e||Li.defaultNumberingSystem,a=i||Li.defaultOutputCalendar;return new qi(s,r,a,o)}static resetCache(){zi=null,Mi={},Pi={},Ii={}}static fromObject({locale:t,numberingSystem:e,outputCalendar:i}={}){return qi.create(t,e,i)}constructor(t,e,i,n){const[o,s,r]=function(t){const e=t.indexOf("-u-");if(-1===e)return[t];{let i;const n=t.substring(0,e);try{i=Oi(t).resolvedOptions()}catch(t){i=Oi(n).resolvedOptions()}const{numberingSystem:o,calendar:s}=i;return[n,o,s]}}(t);this.locale=o,this.numberingSystem=e||s||null,this.outputCalendar=i||r||null,this.intl=function(t,e,i){return i||e?(t+="-u",i&&(t+=`-ca-${i}`),e&&(t+=`-nu-${e}`),t):t}(this.locale,this.numberingSystem,this.outputCalendar),this.weekdaysCache={format:{},standalone:{}},this.monthsCache={format:{},standalone:{}},this.meridiemCache=null,this.eraCache={},this.specifiedLocale=n,this.fastNumbersCached=null}get fastNumbers(){var t;return null==this.fastNumbersCached&&(this.fastNumbersCached=(!(t=this).numberingSystem||"latn"===t.numberingSystem)&&("latn"===t.numberingSystem||!t.locale||t.locale.startsWith("en")||"latn"===new Intl.DateTimeFormat(t.intl).resolvedOptions().numberingSystem)),this.fastNumbersCached}listingMode(){const t=this.isEnglish(),e=!(null!==this.numberingSystem&&"latn"!==this.numberingSystem||null!==this.outputCalendar&&"gregory"!==this.outputCalendar);return t&&e?"en":"intl"}clone(t){return t&&0!==Object.getOwnPropertyNames(t).length?qi.create(t.locale||this.specifiedLocale,t.numberingSystem||this.numberingSystem,t.outputCalendar||this.outputCalendar,t.defaultToEN||!1):this}redefaultToEN(t={}){return this.clone({...t,defaultToEN:!0})}redefaultToSystem(t={}){return this.clone({...t,defaultToEN:!1})}months(t,e=!1,i=!0){return Di(this,t,i,Xe,(()=>{const i=e?{month:t,day:"numeric"}:{month:t},n=e?"format":"standalone";return this.monthsCache[n][t]||(this.monthsCache[n][t]=function(t){const e=[];for(let i=1;i<=12;i++){const n=Zo.utc(2016,i,1);e.push(t(n))}return e}((t=>this.extract(t,i,"month")))),this.monthsCache[n][t]}))}weekdays(t,e=!1,i=!0){return Di(this,t,i,ii,(()=>{const i=e?{weekday:t,year:"numeric",month:"long",day:"numeric"}:{weekday:t},n=e?"format":"standalone";return this.weekdaysCache[n][t]||(this.weekdaysCache[n][t]=function(t){const e=[];for(let i=1;i<=7;i++){const n=Zo.utc(2016,11,13+i);e.push(t(n))}return e}((t=>this.extract(t,i,"weekday")))),this.weekdaysCache[n][t]}))}meridiems(t=!0){return Di(this,void 0,t,(()=>ni),(()=>{if(!this.meridiemCache){const t={hour:"numeric",hourCycle:"h12"};this.meridiemCache=[Zo.utc(2016,11,13,9),Zo.utc(2016,11,13,19)].map((e=>this.extract(e,t,"dayperiod")))}return this.meridiemCache}))}eras(t,e=!0){return Di(this,t,e,ai,(()=>{const e={era:t};return this.eraCache[t]||(this.eraCache[t]=[Zo.utc(-40,1,1),Zo.utc(2017,1,1)].map((t=>this.extract(t,e,"era")))),this.eraCache[t]}))}extract(t,e,i){const n=this.dtFormatter(t,e).formatToParts().find((t=>t.type.toLowerCase()===i));return n?n.value:null}numberFormatter(t={}){return new Ni(this.intl,t.forceSimple||this.fastNumbers,t)}dtFormatter(t,e={}){return new Ri(t,this.intl,e)}relFormatter(t={}){return new Bi(this.intl,this.isEnglish(),t)}listFormatter(t={}){return function(t,e={}){const i=JSON.stringify([t,e]);let n=Ai[i];return n||(n=new Intl.ListFormat(t,e),Ai[i]=n),n}(this.intl,t)}isEnglish(){return"en"===this.locale||"en-us"===this.locale.toLowerCase()||new Intl.DateTimeFormat(this.intl).resolvedOptions().locale.startsWith("en-us")}equals(t){return this.locale===t.locale&&this.numberingSystem===t.numberingSystem&&this.outputCalendar===t.outputCalendar}}function Zi(...t){const e=t.reduce(((t,e)=>t+e.source),"");return RegExp(`^${e}$`)}function Fi(...t){return e=>t.reduce((([t,i,n],o)=>{const[s,r,a]=o(e,n);return[{...t,...s},r||i,a]}),[{},null,1]).slice(0,2)}function Ui(t,...e){if(null==t)return[null,null];for(const[i,n]of e){const e=i.exec(t);if(e)return n(e)}return[null,null]}function Vi(...t){return(e,i)=>{const n={};let o;for(o=0;o<t.length;o++)n[t[o]]=Oe(e[i+o]);return[n,null,i+o]}}const ji=/(?:(Z)|([+-]\d\d)(?::?(\d\d))?)/,Hi=/(\d\d)(?::?(\d\d)(?::?(\d\d)(?:[.,](\d{1,30}))?)?)?/,Wi=RegExp(`${Hi.source}${`(?:${ji.source}?(?:\\[(${Ge.source})\\])?)?`}`),Gi=RegExp(`(?:T${Wi.source})?`),Ki=Vi("weekYear","weekNumber","weekDay"),Yi=Vi("year","ordinal"),Ji=RegExp(`${Hi.source} ?(?:${ji.source}|(${Ge.source}))?`),Xi=RegExp(`(?: ${Ji.source})?`);function Qi(t,e,i){const n=t[e];return Se(n)?i:Oe(n)}function tn(t,e){return[{hours:Qi(t,e,0),minutes:Qi(t,e+1,0),seconds:Qi(t,e+2,0),milliseconds:Ie(t[e+3])},null,e+4]}function en(t,e){const i=!t[e]&&!t[e+1],n=Ue(t[e+1],t[e+2]);return[{},i?null:_i.instance(n),e+3]}function nn(t,e){return[{},t[e]?yi.create(t[e]):null,e+1]}const on=RegExp(`^T?${Hi.source}$`),sn=/^-?P(?:(?:(-?\d{1,20}(?:\.\d{1,20})?)Y)?(?:(-?\d{1,20}(?:\.\d{1,20})?)M)?(?:(-?\d{1,20}(?:\.\d{1,20})?)W)?(?:(-?\d{1,20}(?:\.\d{1,20})?)D)?(?:T(?:(-?\d{1,20}(?:\.\d{1,20})?)H)?(?:(-?\d{1,20}(?:\.\d{1,20})?)M)?(?:(-?\d{1,20})(?:[.,](-?\d{1,20}))?S)?)?)$/;function rn(t){const[e,i,n,o,s,r,a,l,h]=t,c="-"===e[0],d=l&&"-"===l[0],u=(t,e=!1)=>void 0!==t&&(e||t&&c)?-t:t;return[{years:u(Pe(i)),months:u(Pe(n)),weeks:u(Pe(o)),days:u(Pe(s)),hours:u(Pe(r)),minutes:u(Pe(a)),seconds:u(Pe(l),"-0"===l),milliseconds:u(Ie(h),d)}]}const an={GMT:0,EDT:-240,EST:-300,CDT:-300,CST:-360,MDT:-360,MST:-420,PDT:-420,PST:-480};function ln(t,e,i,n,o,s,r){const a={year:2===e.length?Ze(Oe(e)):Oe(e),month:Ye.indexOf(i)+1,day:Oe(n),hour:Oe(o),minute:Oe(s)};return r&&(a.second=Oe(r)),t&&(a.weekday=t.length>3?Qe.indexOf(t)+1:ti.indexOf(t)+1),a}const hn=/^(?:(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\d)(\d\d)))$/;function cn(t){const[,e,i,n,o,s,r,a,l,h,c,d]=t,u=ln(e,o,n,i,s,r,a);let p;return p=l?an[l]:h?0:Ue(c,d),[u,new _i(p)]}const dn=/^(Mon|Tue|Wed|Thu|Fri|Sat|Sun), (\d\d) (Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec) (\d{4}) (\d\d):(\d\d):(\d\d) GMT$/,un=/^(Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday), (\d\d)-(Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec)-(\d\d) (\d\d):(\d\d):(\d\d) GMT$/,pn=/^(Mon|Tue|Wed|Thu|Fri|Sat|Sun) (Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec) ( \d|\d\d) (\d\d):(\d\d):(\d\d) (\d{4})$/;function mn(t){const[,e,i,n,o,s,r,a]=t;return[ln(e,o,n,i,s,r,a),_i.utcInstance]}function fn(t){const[,e,i,n,o,s,r,a]=t;return[ln(e,a,i,n,o,s,r),_i.utcInstance]}const gn=Zi(/([+-]\d{6}|\d{4})(?:-?(\d\d)(?:-?(\d\d))?)?/,Gi),vn=Zi(/(\d{4})-?W(\d\d)(?:-?(\d))?/,Gi),yn=Zi(/(\d{4})-?(\d{3})/,Gi),bn=Zi(Wi),_n=Fi((function(t,e){return[{year:Qi(t,e),month:Qi(t,e+1,1),day:Qi(t,e+2,1)},null,e+3]}),tn,en,nn),xn=Fi(Ki,tn,en,nn),wn=Fi(Yi,tn,en,nn),kn=Fi(tn,en,nn);const Sn=Fi(tn);const Cn=Zi(/(\d{4})-(\d\d)-(\d\d)/,Xi),En=Zi(Ji),Tn=Fi(tn,en,nn);const $n={weeks:{days:7,hours:168,minutes:10080,seconds:604800,milliseconds:6048e5},days:{hours:24,minutes:1440,seconds:86400,milliseconds:864e5},hours:{minutes:60,seconds:3600,milliseconds:36e5},minutes:{seconds:60,milliseconds:6e4},seconds:{milliseconds:1e3}},Ln={years:{quarters:4,months:12,weeks:52,days:365,hours:8760,minutes:525600,seconds:31536e3,milliseconds:31536e6},quarters:{months:3,weeks:13,days:91,hours:2184,minutes:131040,seconds:7862400,milliseconds:78624e5},months:{weeks:4,days:30,hours:720,minutes:43200,seconds:2592e3,milliseconds:2592e6},...$n},An=365.2425,Mn=30.436875,On={years:{quarters:4,months:12,weeks:52.1775,days:An,hours:8765.82,minutes:525949.2,seconds:525949.2*60,milliseconds:525949.2*60*1e3},quarters:{months:3,weeks:13.044375,days:91.310625,hours:2191.455,minutes:131487.3,seconds:525949.2*60/4,milliseconds:7889237999.999999},months:{weeks:4.3481250000000005,days:Mn,hours:730.485,minutes:43829.1,seconds:2629746,milliseconds:2629746e3},...$n},Pn=["years","quarters","months","weeks","days","hours","minutes","seconds","milliseconds"],In=Pn.slice(0).reverse();function zn(t,e,i=!1){const n={values:i?e.values:{...t.values,...e.values||{}},loc:t.loc.clone(e.loc),conversionAccuracy:e.conversionAccuracy||t.conversionAccuracy};return new Nn(n)}function Dn(t,e,i,n,o){const s=t[o][i],r=e[i]/s,a=!(Math.sign(r)===Math.sign(n[o]))&&0!==n[o]&&Math.abs(r)<=1?function(t){return t<0?Math.floor(t):Math.ceil(t)}(r):Math.trunc(r);n[o]+=a,e[i]-=a*s}class Nn{constructor(t){const e="longterm"===t.conversionAccuracy||!1;this.values=t.values,this.loc=t.loc||qi.create(),this.conversionAccuracy=e?"longterm":"casual",this.invalid=t.invalid||null,this.matrix=e?On:Ln,this.isLuxonDuration=!0}static fromMillis(t,e){return Nn.fromObject({milliseconds:t},e)}static fromObject(t,e={}){if(null==t||"object"!=typeof t)throw new Jt("Duration.fromObject: argument expected to be an object, got "+(null===t?"null":typeof t));return new Nn({values:je(t,Nn.normalizeUnit),loc:qi.fromObject(e),conversionAccuracy:e.conversionAccuracy})}static fromDurationLike(t){if(Ce(t))return Nn.fromMillis(t);if(Nn.isDuration(t))return t;if("object"==typeof t)return Nn.fromObject(t);throw new Jt(`Unknown duration argument ${t} of type ${typeof t}`)}static fromISO(t,e){const[i]=function(t){return Ui(t,[sn,rn])}(t);return i?Nn.fromObject(i,e):Nn.invalid("unparsable",`the input "${t}" can't be parsed as ISO 8601`)}static fromISOTime(t,e){const[i]=function(t){return Ui(t,[on,Sn])}(t);return i?Nn.fromObject(i,e):Nn.invalid("unparsable",`the input "${t}" can't be parsed as ISO 8601`)}static invalid(t,e=null){if(!t)throw new Jt("need to specify a reason the Duration is invalid");const i=t instanceof di?t:new di(t,e);if(Li.throwOnInvalid)throw new Gt(i);return new Nn({invalid:i})}static normalizeUnit(t){const e={year:"years",years:"years",quarter:"quarters",quarters:"quarters",month:"months",months:"months",week:"weeks",weeks:"weeks",day:"days",days:"days",hour:"hours",hours:"hours",minute:"minutes",minutes:"minutes",second:"seconds",seconds:"seconds",millisecond:"milliseconds",milliseconds:"milliseconds"}[t?t.toLowerCase():t];if(!e)throw new Yt(t);return e}static isDuration(t){return t&&t.isLuxonDuration||!1}get locale(){return this.isValid?this.loc.locale:null}get numberingSystem(){return this.isValid?this.loc.numberingSystem:null}toFormat(t,e={}){const i={...e,floor:!1!==e.round&&!1!==e.floor};return this.isValid?ci.create(this.loc,i).formatDurationFromString(this,t):"Invalid Duration"}toHuman(t={}){const e=Pn.map((e=>{const i=this.values[e];return Se(i)?null:this.loc.numberFormatter({style:"unit",unitDisplay:"long",...t,unit:e.slice(0,-1)}).format(i)})).filter((t=>t));return this.loc.listFormatter({type:"conjunction",style:t.listStyle||"narrow",...t}).format(e)}toObject(){return this.isValid?{...this.values}:{}}toISO(){if(!this.isValid)return null;let t="P";return 0!==this.years&&(t+=this.years+"Y"),0===this.months&&0===this.quarters||(t+=this.months+3*this.quarters+"M"),0!==this.weeks&&(t+=this.weeks+"W"),0!==this.days&&(t+=this.days+"D"),0===this.hours&&0===this.minutes&&0===this.seconds&&0===this.milliseconds||(t+="T"),0!==this.hours&&(t+=this.hours+"H"),0!==this.minutes&&(t+=this.minutes+"M"),0===this.seconds&&0===this.milliseconds||(t+=ze(this.seconds+this.milliseconds/1e3,3)+"S"),"P"===t&&(t+="T0S"),t}toISOTime(t={}){if(!this.isValid)return null;const e=this.toMillis();if(e<0||e>=864e5)return null;t={suppressMilliseconds:!1,suppressSeconds:!1,includePrefix:!1,format:"extended",...t};const i=this.shiftTo("hours","minutes","seconds","milliseconds");let n="basic"===t.format?"hhmm":"hh:mm";t.suppressSeconds&&0===i.seconds&&0===i.milliseconds||(n+="basic"===t.format?"ss":":ss",t.suppressMilliseconds&&0===i.milliseconds||(n+=".SSS"));let o=i.toFormat(n);return t.includePrefix&&(o="T"+o),o}toJSON(){return this.toISO()}toString(){return this.toISO()}toMillis(){return this.as("milliseconds")}valueOf(){return this.toMillis()}plus(t){if(!this.isValid)return this;const e=Nn.fromDurationLike(t),i={};for(const t of Pn)(Le(e.values,t)||Le(this.values,t))&&(i[t]=e.get(t)+this.get(t));return zn(this,{values:i},!0)}minus(t){if(!this.isValid)return this;const e=Nn.fromDurationLike(t);return this.plus(e.negate())}mapUnits(t){if(!this.isValid)return this;const e={};for(const i of Object.keys(this.values))e[i]=Ve(t(this.values[i],i));return zn(this,{values:e},!0)}get(t){return this[Nn.normalizeUnit(t)]}set(t){if(!this.isValid)return this;return zn(this,{values:{...this.values,...je(t,Nn.normalizeUnit)}})}reconfigure({locale:t,numberingSystem:e,conversionAccuracy:i}={}){const n={loc:this.loc.clone({locale:t,numberingSystem:e})};return i&&(n.conversionAccuracy=i),zn(this,n)}as(t){return this.isValid?this.shiftTo(t).get(t):NaN}normalize(){if(!this.isValid)return this;const t=this.toObject();return function(t,e){In.reduce(((i,n)=>Se(e[n])?i:(i&&Dn(t,e,i,e,n),n)),null)}(this.matrix,t),zn(this,{values:t},!0)}shiftTo(...t){if(!this.isValid)return this;if(0===t.length)return this;t=t.map((t=>Nn.normalizeUnit(t)));const e={},i={},n=this.toObject();let o;for(const s of Pn)if(t.indexOf(s)>=0){o=s;let t=0;for(const e in i)t+=this.matrix[e][s]*i[e],i[e]=0;Ce(n[s])&&(t+=n[s]);const r=Math.trunc(t);e[s]=r,i[s]=(1e3*t-1e3*r)/1e3;for(const t in n)Pn.indexOf(t)>Pn.indexOf(s)&&Dn(this.matrix,n,t,e,s)}else Ce(n[s])&&(i[s]=n[s]);for(const t in i)0!==i[t]&&(e[o]+=t===o?i[t]:i[t]/this.matrix[o][t]);return zn(this,{values:e},!0).normalize()}negate(){if(!this.isValid)return this;const t={};for(const e of Object.keys(this.values))t[e]=0===this.values[e]?0:-this.values[e];return zn(this,{values:t},!0)}get years(){return this.isValid?this.values.years||0:NaN}get quarters(){return this.isValid?this.values.quarters||0:NaN}get months(){return this.isValid?this.values.months||0:NaN}get weeks(){return this.isValid?this.values.weeks||0:NaN}get days(){return this.isValid?this.values.days||0:NaN}get hours(){return this.isValid?this.values.hours||0:NaN}get minutes(){return this.isValid?this.values.minutes||0:NaN}get seconds(){return this.isValid?this.values.seconds||0:NaN}get milliseconds(){return this.isValid?this.values.milliseconds||0:NaN}get isValid(){return null===this.invalid}get invalidReason(){return this.invalid?this.invalid.reason:null}get invalidExplanation(){return this.invalid?this.invalid.explanation:null}equals(t){if(!this.isValid||!t.isValid)return!1;if(!this.loc.equals(t.loc))return!1;for(const n of Pn)if(e=this.values[n],i=t.values[n],!(void 0===e||0===e?void 0===i||0===i:e===i))return!1;var e,i;return!0}}const Rn="Invalid Interval";class Bn{constructor(t){this.s=t.start,this.e=t.end,this.invalid=t.invalid||null,this.isLuxonInterval=!0}static invalid(t,e=null){if(!t)throw new Jt("need to specify a reason the Interval is invalid");const i=t instanceof di?t:new di(t,e);if(Li.throwOnInvalid)throw new Wt(i);return new Bn({invalid:i})}static fromDateTimes(t,e){const i=Fo(t),n=Fo(e),o=function(t,e){return t&&t.isValid?e&&e.isValid?e<t?Bn.invalid("end before start",`The end of an interval must be after its start, but you had start=${t.toISO()} and end=${e.toISO()}`):null:Bn.invalid("missing or invalid end"):Bn.invalid("missing or invalid start")}(i,n);return null==o?new Bn({start:i,end:n}):o}static after(t,e){const i=Nn.fromDurationLike(e),n=Fo(t);return Bn.fromDateTimes(n,n.plus(i))}static before(t,e){const i=Nn.fromDurationLike(e),n=Fo(t);return Bn.fromDateTimes(n.minus(i),n)}static fromISO(t,e){const[i,n]=(t||"").split("/",2);if(i&&n){let t,o,s,r;try{t=Zo.fromISO(i,e),o=t.isValid}catch(n){o=!1}try{s=Zo.fromISO(n,e),r=s.isValid}catch(n){r=!1}if(o&&r)return Bn.fromDateTimes(t,s);if(o){const i=Nn.fromISO(n,e);if(i.isValid)return Bn.after(t,i)}else if(r){const t=Nn.fromISO(i,e);if(t.isValid)return Bn.before(s,t)}}return Bn.invalid("unparsable",`the input "${t}" can't be parsed as ISO 8601`)}static isInterval(t){return t&&t.isLuxonInterval||!1}get start(){return this.isValid?this.s:null}get end(){return this.isValid?this.e:null}get isValid(){return null===this.invalidReason}get invalidReason(){return this.invalid?this.invalid.reason:null}get invalidExplanation(){return this.invalid?this.invalid.explanation:null}length(t="milliseconds"){return this.isValid?this.toDuration(t).get(t):NaN}count(t="milliseconds"){if(!this.isValid)return NaN;const e=this.start.startOf(t),i=this.end.startOf(t);return Math.floor(i.diff(e,t).get(t))+1}hasSame(t){return!!this.isValid&&(this.isEmpty()||this.e.minus(1).hasSame(this.s,t))}isEmpty(){return this.s.valueOf()===this.e.valueOf()}isAfter(t){return!!this.isValid&&this.s>t}isBefore(t){return!!this.isValid&&this.e<=t}contains(t){return!!this.isValid&&(this.s<=t&&this.e>t)}set({start:t,end:e}={}){return this.isValid?Bn.fromDateTimes(t||this.s,e||this.e):this}splitAt(...t){if(!this.isValid)return[];const e=t.map(Fo).filter((t=>this.contains(t))).sort(),i=[];let{s:n}=this,o=0;for(;n<this.e;){const t=e[o]||this.e,s=+t>+this.e?this.e:t;i.push(Bn.fromDateTimes(n,s)),n=s,o+=1}return i}splitBy(t){const e=Nn.fromDurationLike(t);if(!this.isValid||!e.isValid||0===e.as("milliseconds"))return[];let i,{s:n}=this,o=1;const s=[];for(;n<this.e;){const t=this.start.plus(e.mapUnits((t=>t*o)));i=+t>+this.e?this.e:t,s.push(Bn.fromDateTimes(n,i)),n=i,o+=1}return s}divideEqually(t){return this.isValid?this.splitBy(this.length()/t).slice(0,t):[]}overlaps(t){return this.e>t.s&&this.s<t.e}abutsStart(t){return!!this.isValid&&+this.e==+t.s}abutsEnd(t){return!!this.isValid&&+t.e==+this.s}engulfs(t){return!!this.isValid&&(this.s<=t.s&&this.e>=t.e)}equals(t){return!(!this.isValid||!t.isValid)&&(this.s.equals(t.s)&&this.e.equals(t.e))}intersection(t){if(!this.isValid)return this;const e=this.s>t.s?this.s:t.s,i=this.e<t.e?this.e:t.e;return e>=i?null:Bn.fromDateTimes(e,i)}union(t){if(!this.isValid)return this;const e=this.s<t.s?this.s:t.s,i=this.e>t.e?this.e:t.e;return Bn.fromDateTimes(e,i)}static merge(t){const[e,i]=t.sort(((t,e)=>t.s-e.s)).reduce((([t,e],i)=>e?e.overlaps(i)||e.abutsStart(i)?[t,e.union(i)]:[t.concat([e]),i]:[t,i]),[[],null]);return i&&e.push(i),e}static xor(t){let e=null,i=0;const n=[],o=t.map((t=>[{time:t.s,type:"s"},{time:t.e,type:"e"}])),s=Array.prototype.concat(...o).sort(((t,e)=>t.time-e.time));for(const t of s)i+="s"===t.type?1:-1,1===i?e=t.time:(e&&+e!=+t.time&&n.push(Bn.fromDateTimes(e,t.time)),e=null);return Bn.merge(n)}difference(...t){return Bn.xor([this].concat(t)).map((t=>this.intersection(t))).filter((t=>t&&!t.isEmpty()))}toString(){return this.isValid?`[${this.s.toISO()} – ${this.e.toISO()})`:Rn}toISO(t){return this.isValid?`${this.s.toISO(t)}/${this.e.toISO(t)}`:Rn}toISODate(){return this.isValid?`${this.s.toISODate()}/${this.e.toISODate()}`:Rn}toISOTime(t){return this.isValid?`${this.s.toISOTime(t)}/${this.e.toISOTime(t)}`:Rn}toFormat(t,{separator:e=" – "}={}){return this.isValid?`${this.s.toFormat(t)}${e}${this.e.toFormat(t)}`:Rn}toDuration(t,e){return this.isValid?this.e.diff(this.s,t,e):Nn.invalid(this.invalidReason)}mapEndpoints(t){return Bn.fromDateTimes(t(this.s),t(this.e))}}class qn{static hasDST(t=Li.defaultZone){const e=Zo.now().setZone(t).set({month:12});return!t.isUniversal&&e.offset!==e.set({month:6}).offset}static isValidIANAZone(t){return yi.isValidZone(t)}static normalizeZone(t){return wi(t,Li.defaultZone)}static months(t="long",{locale:e=null,numberingSystem:i=null,locObj:n=null,outputCalendar:o="gregory"}={}){return(n||qi.create(e,i,o)).months(t)}static monthsFormat(t="long",{locale:e=null,numberingSystem:i=null,locObj:n=null,outputCalendar:o="gregory"}={}){return(n||qi.create(e,i,o)).months(t,!0)}static weekdays(t="long",{locale:e=null,numberingSystem:i=null,locObj:n=null}={}){return(n||qi.create(e,i,null)).weekdays(t)}static weekdaysFormat(t="long",{locale:e=null,numberingSystem:i=null,locObj:n=null}={}){return(n||qi.create(e,i,null)).weekdays(t,!0)}static meridiems({locale:t=null}={}){return qi.create(t).meridiems()}static eras(t="short",{locale:e=null}={}){return qi.create(e,null,"gregory").eras(t)}static features(){return{relative:Te()}}}function Zn(t,e){const i=t=>t.toUTC(0,{keepLocalTime:!0}).startOf("day").valueOf(),n=i(e)-i(t);return Math.floor(Nn.fromMillis(n).as("days"))}function Fn(t,e,i,n){let[o,s,r,a]=function(t,e,i){const n=[["years",(t,e)=>e.year-t.year],["quarters",(t,e)=>e.quarter-t.quarter],["months",(t,e)=>e.month-t.month+12*(e.year-t.year)],["weeks",(t,e)=>{const i=Zn(t,e);return(i-i%7)/7}],["days",Zn]],o={};let s,r;for(const[a,l]of n)if(i.indexOf(a)>=0){s=a;let i=l(t,e);r=t.plus({[a]:i}),r>e?(t=t.plus({[a]:i-1}),i-=1):t=r,o[a]=i}return[t,o,r,s]}(t,e,i);const l=e-o,h=i.filter((t=>["hours","minutes","seconds","milliseconds"].indexOf(t)>=0));0===h.length&&(r<e&&(r=o.plus({[a]:1})),r!==o&&(s[a]=(s[a]||0)+l/(r-o)));const c=Nn.fromObject(s,n);return h.length>0?Nn.fromMillis(l,n).shiftTo(...h).plus(c):c}const Un={arab:"[٠-٩]",arabext:"[۰-۹]",bali:"[᭐-᭙]",beng:"[০-৯]",deva:"[०-९]",fullwide:"[0-9]",gujr:"[૦-૯]",hanidec:"[〇|一|二|三|四|五|六|七|八|九]",khmr:"[០-៩]",knda:"[೦-೯]",laoo:"[໐-໙]",limb:"[᥆-᥏]",mlym:"[൦-൯]",mong:"[᠐-᠙]",mymr:"[၀-၉]",orya:"[୦-୯]",tamldec:"[௦-௯]",telu:"[౦-౯]",thai:"[๐-๙]",tibt:"[༠-༩]",latn:"\\d"},Vn={arab:[1632,1641],arabext:[1776,1785],bali:[6992,7001],beng:[2534,2543],deva:[2406,2415],fullwide:[65296,65303],gujr:[2790,2799],khmr:[6112,6121],knda:[3302,3311],laoo:[3792,3801],limb:[6470,6479],mlym:[3430,3439],mong:[6160,6169],mymr:[4160,4169],orya:[2918,2927],tamldec:[3046,3055],telu:[3174,3183],thai:[3664,3673],tibt:[3872,3881]},jn=Un.hanidec.replace(/[\[|\]]/g,"").split("");function Hn({numberingSystem:t},e=""){return new RegExp(`${Un[t||"latn"]}${e}`)}function Wn(t,e=(t=>t)){return{regex:t,deser:([t])=>e(function(t){let e=parseInt(t,10);if(isNaN(e)){e="";for(let i=0;i<t.length;i++){const n=t.charCodeAt(i);if(-1!==t[i].search(Un.hanidec))e+=jn.indexOf(t[i]);else for(const t in Vn){const[i,o]=Vn[t];n>=i&&n<=o&&(e+=n-i)}}return parseInt(e,10)}return e}(t))}}const Gn=`[ ${String.fromCharCode(160)}]`,Kn=new RegExp(Gn,"g");function Yn(t){return t.replace(/\./g,"\\.?").replace(Kn,Gn)}function Jn(t){return t.replace(/\./g,"").replace(Kn," ").toLowerCase()}function Xn(t,e){return null===t?null:{regex:RegExp(t.map(Yn).join("|")),deser:([i])=>t.findIndex((t=>Jn(i)===Jn(t)))+e}}function Qn(t,e){return{regex:t,deser:([,t,e])=>Ue(t,e),groups:e}}function to(t){return{regex:t,deser:([t])=>t}}const eo={year:{"2-digit":"yy",numeric:"yyyyy"},month:{numeric:"M","2-digit":"MM",short:"MMM",long:"MMMM"},day:{numeric:"d","2-digit":"dd"},weekday:{short:"EEE",long:"EEEE"},dayperiod:"a",dayPeriod:"a",hour:{numeric:"h","2-digit":"hh"},minute:{numeric:"m","2-digit":"mm"},second:{numeric:"s","2-digit":"ss"}};let io=null;function no(t,e){if(t.literal)return t;const i=ci.macroTokenToFormatOpts(t.val);if(!i)return t;const n=ci.create(e,i).formatDateTimeParts((io||(io=Zo.fromMillis(1555555555555)),io)).map((t=>function(t,e,i){const{type:n,value:o}=t;if("literal"===n)return{literal:!0,val:o};const s=i[n];let r=eo[n];return"object"==typeof r&&(r=r[s]),r?{literal:!1,val:r}:void 0}(t,0,i)));return n.includes(void 0)?t:n}function oo(t,e,i){const n=function(t,e){return Array.prototype.concat(...t.map((t=>no(t,e))))}(ci.parseFormat(i),t),o=n.map((e=>function(t,e){const i=Hn(e),n=Hn(e,"{2}"),o=Hn(e,"{3}"),s=Hn(e,"{4}"),r=Hn(e,"{6}"),a=Hn(e,"{1,2}"),l=Hn(e,"{1,3}"),h=Hn(e,"{1,6}"),c=Hn(e,"{1,9}"),d=Hn(e,"{2,4}"),u=Hn(e,"{4,6}"),p=t=>{return{regex:RegExp((e=t.val,e.replace(/[\-\[\]{}()*+?.,\\\^$|#\s]/g,"\\$&"))),deser:([t])=>t,literal:!0};var e},m=(m=>{if(t.literal)return p(m);switch(m.val){case"G":return Xn(e.eras("short",!1),0);case"GG":return Xn(e.eras("long",!1),0);case"y":return Wn(h);case"yy":case"kk":return Wn(d,Ze);case"yyyy":case"kkkk":return Wn(s);case"yyyyy":return Wn(u);case"yyyyyy":return Wn(r);case"M":case"L":case"d":case"H":case"h":case"m":case"q":case"s":case"W":return Wn(a);case"MM":case"LL":case"dd":case"HH":case"hh":case"mm":case"qq":case"ss":case"WW":return Wn(n);case"MMM":return Xn(e.months("short",!0,!1),1);case"MMMM":return Xn(e.months("long",!0,!1),1);case"LLL":return Xn(e.months("short",!1,!1),1);case"LLLL":return Xn(e.months("long",!1,!1),1);case"o":case"S":return Wn(l);case"ooo":case"SSS":return Wn(o);case"u":return to(c);case"uu":return to(a);case"uuu":case"E":case"c":return Wn(i);case"a":return Xn(e.meridiems(),0);case"EEE":return Xn(e.weekdays("short",!1,!1),1);case"EEEE":return Xn(e.weekdays("long",!1,!1),1);case"ccc":return Xn(e.weekdays("short",!0,!1),1);case"cccc":return Xn(e.weekdays("long",!0,!1),1);case"Z":case"ZZ":return Qn(new RegExp(`([+-]${a.source})(?::(${n.source}))?`),2);case"ZZZ":return Qn(new RegExp(`([+-]${a.source})(${n.source})?`),2);case"z":return to(/[a-z_+-/]{1,256}?/i);default:return p(m)}})(t)||{invalidReason:"missing Intl.DateTimeFormat.formatToParts support"};return m.token=t,m}(e,t))),s=o.find((t=>t.invalidReason));if(s)return{input:e,tokens:n,invalidReason:s.invalidReason};{const[t,i]=function(t){const e=t.map((t=>t.regex)).reduce(((t,e)=>`${t}(${e.source})`),"");return[`^${e}$`,t]}(o),s=RegExp(t,"i"),[r,a]=function(t,e,i){const n=t.match(e);if(n){const t={};let e=1;for(const o in i)if(Le(i,o)){const s=i[o],r=s.groups?s.groups+1:1;!s.literal&&s.token&&(t[s.token.val[0]]=s.deser(n.slice(e,e+r))),e+=r}return[n,t]}return[n,{}]}(e,s,i),[l,h,c]=a?function(t){let e,i=null;Se(t.z)||(i=yi.create(t.z)),Se(t.Z)||(i||(i=new _i(t.Z)),e=t.Z),Se(t.q)||(t.M=3*(t.q-1)+1),Se(t.h)||(t.h<12&&1===t.a?t.h+=12:12===t.h&&0===t.a&&(t.h=0)),0===t.G&&t.y&&(t.y=-t.y),Se(t.u)||(t.S=Ie(t.u));const n=Object.keys(t).reduce(((e,i)=>{const n=(t=>{switch(t){case"S":return"millisecond";case"s":return"second";case"m":return"minute";case"h":case"H":return"hour";case"d":return"day";case"o":return"ordinal";case"L":case"M":return"month";case"y":return"year";case"E":case"c":return"weekday";case"W":return"weekNumber";case"k":return"weekYear";case"q":return"quarter";default:return null}})(i);return n&&(e[n]=t[i]),e}),{});return[n,i,e]}(a):[null,null,void 0];if(Le(a,"a")&&Le(a,"H"))throw new Kt("Can't include meridiem when specifying 24-hour format");return{input:e,tokens:n,regex:s,rawMatches:r,matches:a,result:l,zone:h,specificOffset:c}}}const so=[0,31,59,90,120,151,181,212,243,273,304,334],ro=[0,31,60,91,121,152,182,213,244,274,305,335];function ao(t,e){return new di("unit out of range",`you specified ${e} (of type ${typeof e}) as a ${t}, which is invalid`)}function lo(t,e,i){const n=new Date(Date.UTC(t,e-1,i));t<100&&t>=0&&n.setUTCFullYear(n.getUTCFullYear()-1900);const o=n.getUTCDay();return 0===o?7:o}function ho(t,e,i){return i+(De(t)?ro:so)[e-1]}function co(t,e){const i=De(t)?ro:so,n=i.findIndex((t=>t<e));return{month:n+1,day:e-i[n]}}function uo(t){const{year:e,month:i,day:n}=t,o=ho(e,i,n),s=lo(e,i,n);let r,a=Math.floor((o-s+10)/7);return a<1?(r=e-1,a=qe(r)):a>qe(e)?(r=e+1,a=1):r=e,{weekYear:r,weekNumber:a,weekday:s,...We(t)}}function po(t){const{weekYear:e,weekNumber:i,weekday:n}=t,o=lo(e,1,4),s=Ne(e);let r,a=7*i+n-o-3;a<1?(r=e-1,a+=Ne(r)):a>s?(r=e+1,a-=Ne(e)):r=e;const{month:l,day:h}=co(r,a);return{year:r,month:l,day:h,...We(t)}}function mo(t){const{year:e,month:i,day:n}=t;return{year:e,ordinal:ho(e,i,n),...We(t)}}function fo(t){const{year:e,ordinal:i}=t,{month:n,day:o}=co(e,i);return{year:e,month:n,day:o,...We(t)}}function go(t){const e=Ee(t.year),i=Ae(t.month,1,12),n=Ae(t.day,1,Re(t.year,t.month));return e?i?!n&&ao("day",t.day):ao("month",t.month):ao("year",t.year)}function vo(t){const{hour:e,minute:i,second:n,millisecond:o}=t,s=Ae(e,0,23)||24===e&&0===i&&0===n&&0===o,r=Ae(i,0,59),a=Ae(n,0,59),l=Ae(o,0,999);return s?r?a?!l&&ao("millisecond",o):ao("second",n):ao("minute",i):ao("hour",e)}const yo="Invalid DateTime",bo=864e13;function _o(t){return new di("unsupported zone",`the zone "${t.name}" is not supported`)}function xo(t){return null===t.weekData&&(t.weekData=uo(t.c)),t.weekData}function wo(t,e){const i={ts:t.ts,zone:t.zone,c:t.c,o:t.o,loc:t.loc,invalid:t.invalid};return new Zo({...i,...e,old:i})}function ko(t,e,i){let n=t-60*e*1e3;const o=i.offset(n);if(e===o)return[n,e];n-=60*(o-e)*1e3;const s=i.offset(n);return o===s?[n,o]:[t-60*Math.min(o,s)*1e3,Math.max(o,s)]}function So(t,e){const i=new Date(t+=60*e*1e3);return{year:i.getUTCFullYear(),month:i.getUTCMonth()+1,day:i.getUTCDate(),hour:i.getUTCHours(),minute:i.getUTCMinutes(),second:i.getUTCSeconds(),millisecond:i.getUTCMilliseconds()}}function Co(t,e,i){return ko(Be(t),e,i)}function Eo(t,e){const i=t.o,n=t.c.year+Math.trunc(e.years),o=t.c.month+Math.trunc(e.months)+3*Math.trunc(e.quarters),s={...t.c,year:n,month:o,day:Math.min(t.c.day,Re(n,o))+Math.trunc(e.days)+7*Math.trunc(e.weeks)},r=Nn.fromObject({years:e.years-Math.trunc(e.years),quarters:e.quarters-Math.trunc(e.quarters),months:e.months-Math.trunc(e.months),weeks:e.weeks-Math.trunc(e.weeks),days:e.days-Math.trunc(e.days),hours:e.hours,minutes:e.minutes,seconds:e.seconds,milliseconds:e.milliseconds}).as("milliseconds"),a=Be(s);let[l,h]=ko(a,i,t.zone);return 0!==r&&(l+=r,h=t.zone.offset(l)),{ts:l,o:h}}function To(t,e,i,n,o,s){const{setZone:r,zone:a}=i;if(t&&0!==Object.keys(t).length){const n=e||a,o=Zo.fromObject(t,{...i,zone:n,specificOffset:s});return r?o:o.setZone(a)}return Zo.invalid(new di("unparsable",`the input "${o}" can't be parsed as ${n}`))}function $o(t,e,i=!0){return t.isValid?ci.create(qi.create("en-US"),{allowZ:i,forceSimple:!0}).formatDateTimeFromString(t,e):null}function Lo(t,e){const i=t.c.year>9999||t.c.year<0;let n="";return i&&t.c.year>=0&&(n+="+"),n+=Me(t.c.year,i?6:4),e?(n+="-",n+=Me(t.c.month),n+="-",n+=Me(t.c.day)):(n+=Me(t.c.month),n+=Me(t.c.day)),n}function Ao(t,e,i,n,o,s){let r=Me(t.c.hour);return e?(r+=":",r+=Me(t.c.minute),0===t.c.second&&i||(r+=":")):r+=Me(t.c.minute),0===t.c.second&&i||(r+=Me(t.c.second),0===t.c.millisecond&&n||(r+=".",r+=Me(t.c.millisecond,3))),o&&(t.isOffsetFixed&&0===t.offset&&!s?r+="Z":t.o<0?(r+="-",r+=Me(Math.trunc(-t.o/60)),r+=":",r+=Me(Math.trunc(-t.o%60))):(r+="+",r+=Me(Math.trunc(t.o/60)),r+=":",r+=Me(Math.trunc(t.o%60)))),s&&(r+="["+t.zone.ianaName+"]"),r}const Mo={month:1,day:1,hour:0,minute:0,second:0,millisecond:0},Oo={weekNumber:1,weekday:1,hour:0,minute:0,second:0,millisecond:0},Po={ordinal:1,hour:0,minute:0,second:0,millisecond:0},Io=["year","month","day","hour","minute","second","millisecond"],zo=["weekYear","weekNumber","weekday","hour","minute","second","millisecond"],Do=["year","ordinal","hour","minute","second","millisecond"];function No(t){const e={year:"year",years:"year",month:"month",months:"month",day:"day",days:"day",hour:"hour",hours:"hour",minute:"minute",minutes:"minute",quarter:"quarter",quarters:"quarter",second:"second",seconds:"second",millisecond:"millisecond",milliseconds:"millisecond",weekday:"weekday",weekdays:"weekday",weeknumber:"weekNumber",weeksnumber:"weekNumber",weeknumbers:"weekNumber",weekyear:"weekYear",weekyears:"weekYear",ordinal:"ordinal"}[t.toLowerCase()];if(!e)throw new Yt(t);return e}function Ro(t,e){const i=wi(e.zone,Li.defaultZone),n=qi.fromObject(e),o=Li.now();let s,r;if(Se(t.year))s=o;else{for(const e of Io)Se(t[e])&&(t[e]=Mo[e]);const e=go(t)||vo(t);if(e)return Zo.invalid(e);const n=i.offset(o);[s,r]=Co(t,n,i)}return new Zo({ts:s,zone:i,loc:n,o:r})}function Bo(t,e,i){const n=!!Se(i.round)||i.round,o=(t,o)=>{t=ze(t,n||i.calendary?0:2,!0);return e.loc.clone(i).relFormatter(i).format(t,o)},s=n=>i.calendary?e.hasSame(t,n)?0:e.startOf(n).diff(t.startOf(n),n).get(n):e.diff(t,n).get(n);if(i.unit)return o(s(i.unit),i.unit);for(const t of i.units){const e=s(t);if(Math.abs(e)>=1)return o(e,t)}return o(t>e?-0:0,i.units[i.units.length-1])}function qo(t){let e,i={};return t.length>0&&"object"==typeof t[t.length-1]?(i=t[t.length-1],e=Array.from(t).slice(0,t.length-1)):e=Array.from(t),[i,e]}class Zo{constructor(t){const e=t.zone||Li.defaultZone;let i=t.invalid||(Number.isNaN(t.ts)?new di("invalid input"):null)||(e.isValid?null:_o(e));this.ts=Se(t.ts)?Li.now():t.ts;let n=null,o=null;if(!i){if(t.old&&t.old.ts===this.ts&&t.old.zone.equals(e))[n,o]=[t.old.c,t.old.o];else{const t=e.offset(this.ts);n=So(this.ts,t),i=Number.isNaN(n.year)?new di("invalid input"):null,n=i?null:n,o=i?null:t}}this._zone=e,this.loc=t.loc||qi.create(),this.invalid=i,this.weekData=null,this.c=n,this.o=o,this.isLuxonDateTime=!0}static now(){return new Zo({})}static local(){const[t,e]=qo(arguments),[i,n,o,s,r,a,l]=e;return Ro({year:i,month:n,day:o,hour:s,minute:r,second:a,millisecond:l},t)}static utc(){const[t,e]=qo(arguments),[i,n,o,s,r,a,l]=e;return t.zone=_i.utcInstance,Ro({year:i,month:n,day:o,hour:s,minute:r,second:a,millisecond:l},t)}static fromJSDate(t,e={}){const i=function(t){return"[object Date]"===Object.prototype.toString.call(t)}(t)?t.valueOf():NaN;if(Number.isNaN(i))return Zo.invalid("invalid input");const n=wi(e.zone,Li.defaultZone);return n.isValid?new Zo({ts:i,zone:n,loc:qi.fromObject(e)}):Zo.invalid(_o(n))}static fromMillis(t,e={}){if(Ce(t))return t<-bo||t>bo?Zo.invalid("Timestamp out of range"):new Zo({ts:t,zone:wi(e.zone,Li.defaultZone),loc:qi.fromObject(e)});throw new Jt(`fromMillis requires a numerical input, but received a ${typeof t} with value ${t}`)}static fromSeconds(t,e={}){if(Ce(t))return new Zo({ts:1e3*t,zone:wi(e.zone,Li.defaultZone),loc:qi.fromObject(e)});throw new Jt("fromSeconds requires a numerical input")}static fromObject(t,e={}){t=t||{};const i=wi(e.zone,Li.defaultZone);if(!i.isValid)return Zo.invalid(_o(i));const n=Li.now(),o=Se(e.specificOffset)?i.offset(n):e.specificOffset,s=je(t,No),r=!Se(s.ordinal),a=!Se(s.year),l=!Se(s.month)||!Se(s.day),h=a||l,c=s.weekYear||s.weekNumber,d=qi.fromObject(e);if((h||r)&&c)throw new Kt("Can't mix weekYear/weekNumber units with year/month/day or ordinals");if(l&&r)throw new Kt("Can't mix ordinal dates with month/day");const u=c||s.weekday&&!h;let p,m,f=So(n,o);u?(p=zo,m=Oo,f=uo(f)):r?(p=Do,m=Po,f=mo(f)):(p=Io,m=Mo);let g=!1;for(const t of p){Se(s[t])?s[t]=g?m[t]:f[t]:g=!0}const v=u?function(t){const e=Ee(t.weekYear),i=Ae(t.weekNumber,1,qe(t.weekYear)),n=Ae(t.weekday,1,7);return e?i?!n&&ao("weekday",t.weekday):ao("week",t.week):ao("weekYear",t.weekYear)}(s):r?function(t){const e=Ee(t.year),i=Ae(t.ordinal,1,Ne(t.year));return e?!i&&ao("ordinal",t.ordinal):ao("year",t.year)}(s):go(s),y=v||vo(s);if(y)return Zo.invalid(y);const b=u?po(s):r?fo(s):s,[_,x]=Co(b,o,i),w=new Zo({ts:_,zone:i,o:x,loc:d});return s.weekday&&h&&t.weekday!==w.weekday?Zo.invalid("mismatched weekday",`you can't specify both a weekday of ${s.weekday} and a date of ${w.toISO()}`):w}static fromISO(t,e={}){const[i,n]=function(t){return Ui(t,[gn,_n],[vn,xn],[yn,wn],[bn,kn])}(t);return To(i,n,e,"ISO 8601",t)}static fromRFC2822(t,e={}){const[i,n]=function(t){return Ui(function(t){return t.replace(/\([^()]*\)|[\n\t]/g," ").replace(/(\s\s+)/g," ").trim()}(t),[hn,cn])}(t);return To(i,n,e,"RFC 2822",t)}static fromHTTP(t,e={}){const[i,n]=function(t){return Ui(t,[dn,mn],[un,mn],[pn,fn])}(t);return To(i,n,e,"HTTP",e)}static fromFormat(t,e,i={}){if(Se(t)||Se(e))throw new Jt("fromFormat requires an input string and a format");const{locale:n=null,numberingSystem:o=null}=i,s=qi.fromOpts({locale:n,numberingSystem:o,defaultToEN:!0}),[r,a,l,h]=function(t,e,i){const{result:n,zone:o,specificOffset:s,invalidReason:r}=oo(t,e,i);return[n,o,s,r]}(s,t,e);return h?Zo.invalid(h):To(r,a,i,`format ${e}`,t,l)}static fromString(t,e,i={}){return Zo.fromFormat(t,e,i)}static fromSQL(t,e={}){const[i,n]=function(t){return Ui(t,[Cn,_n],[En,Tn])}(t);return To(i,n,e,"SQL",t)}static invalid(t,e=null){if(!t)throw new Jt("need to specify a reason the DateTime is invalid");const i=t instanceof di?t:new di(t,e);if(Li.throwOnInvalid)throw new Ht(i);return new Zo({invalid:i})}static isDateTime(t){return t&&t.isLuxonDateTime||!1}get(t){return this[t]}get isValid(){return null===this.invalid}get invalidReason(){return this.invalid?this.invalid.reason:null}get invalidExplanation(){return this.invalid?this.invalid.explanation:null}get locale(){return this.isValid?this.loc.locale:null}get numberingSystem(){return this.isValid?this.loc.numberingSystem:null}get outputCalendar(){return this.isValid?this.loc.outputCalendar:null}get zone(){return this._zone}get zoneName(){return this.isValid?this.zone.name:null}get year(){return this.isValid?this.c.year:NaN}get quarter(){return this.isValid?Math.ceil(this.c.month/3):NaN}get month(){return this.isValid?this.c.month:NaN}get day(){return this.isValid?this.c.day:NaN}get hour(){return this.isValid?this.c.hour:NaN}get minute(){return this.isValid?this.c.minute:NaN}get second(){return this.isValid?this.c.second:NaN}get millisecond(){return this.isValid?this.c.millisecond:NaN}get weekYear(){return this.isValid?xo(this).weekYear:NaN}get weekNumber(){return this.isValid?xo(this).weekNumber:NaN}get weekday(){return this.isValid?xo(this).weekday:NaN}get ordinal(){return this.isValid?mo(this.c).ordinal:NaN}get monthShort(){return this.isValid?qn.months("short",{locObj:this.loc})[this.month-1]:null}get monthLong(){return this.isValid?qn.months("long",{locObj:this.loc})[this.month-1]:null}get weekdayShort(){return this.isValid?qn.weekdays("short",{locObj:this.loc})[this.weekday-1]:null}get weekdayLong(){return this.isValid?qn.weekdays("long",{locObj:this.loc})[this.weekday-1]:null}get offset(){return this.isValid?+this.o:NaN}get offsetNameShort(){return this.isValid?this.zone.offsetName(this.ts,{format:"short",locale:this.locale}):null}get offsetNameLong(){return this.isValid?this.zone.offsetName(this.ts,{format:"long",locale:this.locale}):null}get isOffsetFixed(){return this.isValid?this.zone.isUniversal:null}get isInDST(){return!this.isOffsetFixed&&(this.offset>this.set({month:1,day:1}).offset||this.offset>this.set({month:5}).offset)}get isInLeapYear(){return De(this.year)}get daysInMonth(){return Re(this.year,this.month)}get daysInYear(){return this.isValid?Ne(this.year):NaN}get weeksInWeekYear(){return this.isValid?qe(this.weekYear):NaN}resolvedLocaleOptions(t={}){const{locale:e,numberingSystem:i,calendar:n}=ci.create(this.loc.clone(t),t).resolvedOptions(this);return{locale:e,numberingSystem:i,outputCalendar:n}}toUTC(t=0,e={}){return this.setZone(_i.instance(t),e)}toLocal(){return this.setZone(Li.defaultZone)}setZone(t,{keepLocalTime:e=!1,keepCalendarTime:i=!1}={}){if((t=wi(t,Li.defaultZone)).equals(this.zone))return this;if(t.isValid){let n=this.ts;if(e||i){const e=t.offset(this.ts),i=this.toObject();[n]=Co(i,e,t)}return wo(this,{ts:n,zone:t})}return Zo.invalid(_o(t))}reconfigure({locale:t,numberingSystem:e,outputCalendar:i}={}){return wo(this,{loc:this.loc.clone({locale:t,numberingSystem:e,outputCalendar:i})})}setLocale(t){return this.reconfigure({locale:t})}set(t){if(!this.isValid)return this;const e=je(t,No),i=!Se(e.weekYear)||!Se(e.weekNumber)||!Se(e.weekday),n=!Se(e.ordinal),o=!Se(e.year),s=!Se(e.month)||!Se(e.day),r=o||s,a=e.weekYear||e.weekNumber;if((r||n)&&a)throw new Kt("Can't mix weekYear/weekNumber units with year/month/day or ordinals");if(s&&n)throw new Kt("Can't mix ordinal dates with month/day");let l;i?l=po({...uo(this.c),...e}):Se(e.ordinal)?(l={...this.toObject(),...e},Se(e.day)&&(l.day=Math.min(Re(l.year,l.month),l.day))):l=fo({...mo(this.c),...e});const[h,c]=Co(l,this.o,this.zone);return wo(this,{ts:h,o:c})}plus(t){if(!this.isValid)return this;return wo(this,Eo(this,Nn.fromDurationLike(t)))}minus(t){if(!this.isValid)return this;return wo(this,Eo(this,Nn.fromDurationLike(t).negate()))}startOf(t){if(!this.isValid)return this;const e={},i=Nn.normalizeUnit(t);switch(i){case"years":e.month=1;case"quarters":case"months":e.day=1;case"weeks":case"days":e.hour=0;case"hours":e.minute=0;case"minutes":e.second=0;case"seconds":e.millisecond=0}if("weeks"===i&&(e.weekday=1),"quarters"===i){const t=Math.ceil(this.month/3);e.month=3*(t-1)+1}return this.set(e)}endOf(t){return this.isValid?this.plus({[t]:1}).startOf(t).minus(1):this}toFormat(t,e={}){return this.isValid?ci.create(this.loc.redefaultToEN(e)).formatDateTimeFromString(this,t):yo}toLocaleString(t=ie,e={}){return this.isValid?ci.create(this.loc.clone(e),t).formatDateTime(this):yo}toLocaleParts(t={}){return this.isValid?ci.create(this.loc.clone(t),t).formatDateTimeParts(this):[]}toISO({format:t="extended",suppressSeconds:e=!1,suppressMilliseconds:i=!1,includeOffset:n=!0,extendedZone:o=!1}={}){if(!this.isValid)return null;const s="extended"===t;let r=Lo(this,s);return r+="T",r+=Ao(this,s,e,i,n,o),r}toISODate({format:t="extended"}={}){return this.isValid?Lo(this,"extended"===t):null}toISOWeekDate(){return $o(this,"kkkk-'W'WW-c")}toISOTime({suppressMilliseconds:t=!1,suppressSeconds:e=!1,includeOffset:i=!0,includePrefix:n=!1,extendedZone:o=!1,format:s="extended"}={}){if(!this.isValid)return null;return(n?"T":"")+Ao(this,"extended"===s,e,t,i,o)}toRFC2822(){return $o(this,"EEE, dd LLL yyyy HH:mm:ss ZZZ",!1)}toHTTP(){return $o(this.toUTC(),"EEE, dd LLL yyyy HH:mm:ss 'GMT'")}toSQLDate(){return this.isValid?Lo(this,!0):null}toSQLTime({includeOffset:t=!0,includeZone:e=!1,includeOffsetSpace:i=!0}={}){let n="HH:mm:ss.SSS";return(e||t)&&(i&&(n+=" "),e?n+="z":t&&(n+="ZZ")),$o(this,n,!0)}toSQL(t={}){return this.isValid?`${this.toSQLDate()} ${this.toSQLTime(t)}`:null}toString(){return this.isValid?this.toISO():yo}valueOf(){return this.toMillis()}toMillis(){return this.isValid?this.ts:NaN}toSeconds(){return this.isValid?this.ts/1e3:NaN}toUnixInteger(){return this.isValid?Math.floor(this.ts/1e3):NaN}toJSON(){return this.toISO()}toBSON(){return this.toJSDate()}toObject(t={}){if(!this.isValid)return{};const e={...this.c};return t.includeConfig&&(e.outputCalendar=this.outputCalendar,e.numberingSystem=this.loc.numberingSystem,e.locale=this.loc.locale),e}toJSDate(){return new Date(this.isValid?this.ts:NaN)}diff(t,e="milliseconds",i={}){if(!this.isValid||!t.isValid)return Nn.invalid("created by diffing an invalid DateTime");const n={locale:this.locale,numberingSystem:this.numberingSystem,...i},o=(a=e,Array.isArray(a)?a:[a]).map(Nn.normalizeUnit),s=t.valueOf()>this.valueOf(),r=Fn(s?this:t,s?t:this,o,n);var a;return s?r.negate():r}diffNow(t="milliseconds",e={}){return this.diff(Zo.now(),t,e)}until(t){return this.isValid?Bn.fromDateTimes(this,t):this}hasSame(t,e){if(!this.isValid)return!1;const i=t.valueOf(),n=this.setZone(t.zone,{keepLocalTime:!0});return n.startOf(e)<=i&&i<=n.endOf(e)}equals(t){return this.isValid&&t.isValid&&this.valueOf()===t.valueOf()&&this.zone.equals(t.zone)&&this.loc.equals(t.loc)}toRelative(t={}){if(!this.isValid)return null;const e=t.base||Zo.fromObject({},{zone:this.zone}),i=t.padding?this<e?-t.padding:t.padding:0;let n=["years","months","days","hours","minutes","seconds"],o=t.unit;return Array.isArray(t.unit)&&(n=t.unit,o=void 0),Bo(e,this.plus(i),{...t,numeric:"always",units:n,unit:o})}toRelativeCalendar(t={}){return this.isValid?Bo(t.base||Zo.fromObject({},{zone:this.zone}),this,{...t,numeric:"auto",units:["years","months","days"],calendary:!0}):null}static min(...t){if(!t.every(Zo.isDateTime))throw new Jt("min requires all arguments be DateTimes");return $e(t,(t=>t.valueOf()),Math.min)}static max(...t){if(!t.every(Zo.isDateTime))throw new Jt("max requires all arguments be DateTimes");return $e(t,(t=>t.valueOf()),Math.max)}static fromFormatExplain(t,e,i={}){const{locale:n=null,numberingSystem:o=null}=i;return oo(qi.fromOpts({locale:n,numberingSystem:o,defaultToEN:!0}),t,e)}static fromStringExplain(t,e,i={}){return Zo.fromFormatExplain(t,e,i)}static get DATE_SHORT(){return ie}static get DATE_MED(){return ne}static get DATE_MED_WITH_WEEKDAY(){return oe}static get DATE_FULL(){return se}static get DATE_HUGE(){return re}static get TIME_SIMPLE(){return ae}static get TIME_WITH_SECONDS(){return le}static get TIME_WITH_SHORT_OFFSET(){return he}static get TIME_WITH_LONG_OFFSET(){return ce}static get TIME_24_SIMPLE(){return de}static get TIME_24_WITH_SECONDS(){return ue}static get TIME_24_WITH_SHORT_OFFSET(){return pe}static get TIME_24_WITH_LONG_OFFSET(){return me}static get DATETIME_SHORT(){return fe}static get DATETIME_SHORT_WITH_SECONDS(){return ge}static get DATETIME_MED(){return ve}static get DATETIME_MED_WITH_SECONDS(){return ye}static get DATETIME_MED_WITH_WEEKDAY(){return be}static get DATETIME_FULL(){return _e}static get DATETIME_FULL_WITH_SECONDS(){return xe}static get DATETIME_HUGE(){return we}static get DATETIME_HUGE_WITH_SECONDS(){return ke}}function Fo(t){if(Zo.isDateTime(t))return t;if(t&&t.valueOf&&Ce(t.valueOf()))return Zo.fromJSDate(t);if(t&&"object"==typeof t)return Zo.fromObject(t);throw new Jt(`Unknown datetime argument: ${t}, of type ${typeof t}`)}class Uo extends nt{constructor(){super(...arguments),this.ttl=6e4,this.max=20,this.keyedAssets={},this.locale=[...navigator.languages],this.fields={},this.groups={},this.languages={},this.featuredFields=[],this.pendingResolves={},this.fetching={}}getLocale(){return this.locale[0]}reset(){this.cache=Vt(this.max,this.ttl);const t=[];this.completionEndpoint&&t.push(bt(this.completionEndpoint).then((t=>{this.schema=t.json.context,this.fnOptions=t.json.functions}))),this.fieldsEndpoint&&t.push(this.refreshFields()),this.globalsEndpoint&&t.push(St(this.globalsEndpoint).then((t=>{this.keyedAssets.globals=t.map((t=>t.key))}))),this.languagesEndpoint&&t.push(St(this.languagesEndpoint).then((t=>{this.languages=t.reduce((function(t,e){return t[e.value]=e.name,t}),{})}))),this.groupsEndpoint&&t.push(St(this.groupsEndpoint).then((t=>{t.forEach((t=>{this.groups[t.uuid]=t}))}))),this.workspaceEndpoint&&t.push(bt(this.workspaceEndpoint).then((t=>{this.workspace=t.json;const e=t.headers.get("content-language");e&&(this.locale=[e,...this.locale])}))),this.httpComplete=Promise.all(t)}firstUpdated(){this.reset()}getLanguageCode(){return this.locale.length>0?this.locale[0].split("-")[0]:"en"}refreshFields(){return St(this.fieldsEndpoint).then((t=>{this.keyedAssets.fields=[],this.featuredFields=[],t.forEach((t=>{this.keyedAssets.fields.push(t.key),this.fields[t.key]=t,t.featured&&this.featuredFields.push(t)})),this.featuredFields.sort(((t,e)=>e.priority-t.priority)),this.keyedAssets.fields.sort(),this.fireCustomEvent(Ft.StoreUpdated,{url:this.fieldsEndpoint,data:this.keyedAssets.fields})}))}getShortDuration(t,e=null){const i=e||Zo.now();return t.setLocale(this.locale[0]).toRelative({base:i,style:"long"})}getShortDurationFromIso(t,e=null){const i=Zo.fromISO(t),n=e?Zo.fromISO(e):Zo.now();return this.getShortDuration(i,n)}setKeyedAssets(t,e){this.keyedAssets[t]=e}updated(t){super.updated(t)}getCompletionSchema(){return this.schema}getFunctions(){return this.fnOptions}getKeyedAssets(){return this.keyedAssets}getFieldKeys(){return this.keyedAssets.fields}getContactField(t){return this.fields[t]}getFeaturedFields(){return this.featuredFields}getLanguageName(t){return this.languages[t]}isDynamicGroup(t){const e=this.groups[t];return!(!e||!e.query)}getWorkspace(){return this.workspace}formatDate(t){return Zo.fromISO(t).setLocale(this.getLocale()).toLocaleString(Zo.DATETIME_SHORT)}postJSON(t,e=""){return Et(t,e)}postForm(t,e){return Tt(t,e)}postUrl(t,e="",i={},n=null){return Ct(t,e,i,n)}getUrl(t,e){return!(e=e||{}).force&&this.cache.has(t)?new Promise((e=>{e(this.cache.get(t))})):bt(t,e.controller,e.headers||{}).then((e=>new Promise(((i,n)=>{e.status>=200&&e.status<=300?(this.cache.set(t,e),i(e)):n("Status: "+e.status)}))))}getResults(t,e){e=e||{};const i="results_"+t,n=this.cache.get(i);return!e.force&&n?new Promise((t=>{t(n)})):new Promise((e=>{const n=this.pendingResolves[t]||[];n.push(e),this.pendingResolves[t]=n,n.length<=1&&wt(t).then((e=>{this.cache.set(i,e);const n=this.pendingResolves[t]||[];for(;n.length>0;){n.pop()(e)}}))}))}updateCache(t,e){this.cache.set(t,e),this.fireCustomEvent(Ft.StoreUpdated,{url:t,data:e})}makeRequest(t,e){const i=this.fetching[t],n=(new Date).getTime();if(i&&n-i<500)return;this.fetching[t]=n,e=e||{};const o=this.cache.get(t);o&&!e.force?this.fireCustomEvent(Ft.StoreUpdated,{url:t,data:o}):wt(t).then((i=>{i=e.prepareData?e.prepareData(i):i,this.cache.set(t,i),this.fireCustomEvent(Ft.StoreUpdated,{url:t,data:i}),delete this.fetching[t]}))}}t([st({type:Number})],Uo.prototype,"ttl",void 0),t([st({type:Number})],Uo.prototype,"max",void 0),t([st({type:String,attribute:"completion"})],Uo.prototype,"completionEndpoint",void 0),t([st({type:String,attribute:"fields"})],Uo.prototype,"fieldsEndpoint",void 0),t([st({type:String,attribute:"groups"})],Uo.prototype,"groupsEndpoint",void 0),t([st({type:String,attribute:"globals"})],Uo.prototype,"globalsEndpoint",void 0),t([st({type:String,attribute:"languages"})],Uo.prototype,"languagesEndpoint",void 0),t([st({type:String,attribute:"workspace"})],Uo.prototype,"workspaceEndpoint",void 0),t([st({type:Object,attribute:!1})],Uo.prototype,"schema",void 0),t([st({type:Object,attribute:!1})],Uo.prototype,"fnOptions",void 0),t([st({type:Object,attribute:!1})],Uo.prototype,"keyedAssets",void 0);class Vo extends nt{constructor(){super(...arguments),this.marginHorizontal=0,this.marginVertical=7,this.scrollPct=75,this.cursorIndex=-1,this.nameKey="name",this.loading=!1,this.hideShadow=!1,this.getName=function(t){return t[this.nameKey||"name"]},this.renderInputOption=function(){return null},this.scrollHeight=0,this.triggerScroll=!1,this.scrollParent=null,this.setCursor=It((function(t){t!==this.cursorIndex&&(this.cursorIndex=t)}),50)}static get styles(){return r`
|
|
224
|
+
`}}t([st({type:Boolean})],gt.prototype,"textarea",void 0),t([st({type:String})],gt.prototype,"placeholder",void 0),t([st({type:String})],gt.prototype,"value",void 0),t([st({type:Boolean})],gt.prototype,"password",void 0),t([st({type:Number})],gt.prototype,"maxlength",void 0),t([st({type:Object})],gt.prototype,"inputElement",void 0),t([st({type:Boolean})],gt.prototype,"clearable",void 0),t([st({type:Boolean})],gt.prototype,"gsm",void 0),t([st({type:String})],gt.prototype,"counter",void 0),t([st({type:Boolean})],gt.prototype,"loading",void 0),t([st({type:Boolean})],gt.prototype,"submitOnEnter",void 0),t([st()],gt.prototype,"onBlur",void 0),t([st({type:Boolean})],gt.prototype,"autogrow",void 0);const vt=/(\d{4}-[01]\d-[0-3]\dT[0-2]\d:[0-5]\d:[0-5]\d\.\d+([+-][0-2]\d:[0-5]\d|Z))|(\d{4}-[01]\d-[0-3]\dT[0-2]\d:[0-5]\d:[0-5]\d([+-][0-2]\d:[0-5]\d|Z))|(\d{4}-[01]\d-[0-3]\dT[0-2]\d:[0-5]\d([+-][0-2]\d:[0-5]\d|Z))/,yt=(t={})=>{const e=(t=>{for(const e of document.cookie.split(";")){const i=e.indexOf("=");let n=e.substr(0,i),o=e.substr(i+1);if(n=n.trim(),o=o.trim(),n===t)return o}return null})("csrftoken"),i=e?{"X-CSRFToken":e}:{};return i["X-Requested-With"]="XMLHttpRequest",Object.keys(t).forEach((e=>{i[e]=t[e]})),i},bt=(t,e=null,i={})=>new Promise(((n,o)=>{const s={method:"GET",headers:yt(i)};e&&(s.signal=e.signal),fetch(t,s).then((t=>{t.text().then((i=>{let o={};try{o=JSON.parse(i)}catch(t){}n({controller:e,body:i,json:o,headers:t.headers,status:t.status})}))})).catch((t=>{o(t)}))})),_t=t=>{const e=[];Object.keys(t).forEach((i=>{t[i]&&e.push(i)}));let i=e.join(" ");return i.trim().length>0&&(i=" "+i),i},xt=(t,e=null)=>new Promise(((i,n)=>{bt(t,e).then((t=>{i({results:t.json.results,next:t.json.next})})).catch((t=>n(t)))})),wt=async t=>{if(!t)return new Promise((t=>t([])));let e=[],i=t;for(;i;){const t=await xt(i);t.results&&(e=e.concat(t.results)),i=t.next}return e},kt=t=>new Promise(((e,i)=>{bt(t).then((t=>{e({assets:t.json.results,next:t.json.next})})).catch((t=>i(t)))})),St=async t=>{if(!t)return new Promise((t=>t([])));let e=[],i=t;for(;i;){const t=await kt(i);e=e.concat(t.assets),i=t.next}return e},Ct=(t,e,i={},n=null)=>{const o=yt(i);n&&(o["Content-Type"]=n);const s={method:"POST",headers:o,body:e};return new Promise(((e,i)=>{fetch(t,s).then((async t=>{t.text().then((i=>{let n={};try{n=JSON.parse(i)}catch(t){}e({body:i,json:n,headers:t.headers,status:t.status,redirected:t.redirected,url:t.url})}))})).catch((t=>{i(t)}))}))},Et=(t,e)=>Ct(t,JSON.stringify(e),!1,"application/json"),Tt=(t,e)=>{const i=new FormData;return Object.keys(e).forEach((t=>{i.append(t,e[t])})),((t,e)=>new Promise(((i,n)=>{Ct(t,e,!0).then((t=>{t.status>=200&&t.status<300&&i(t),n("Server failure")})).catch((t=>{n(t)}))})))(t,i)},$t=t=>{const e=t.parentNode||t.host;if(e){const t=e instanceof HTMLElement&&window.getComputedStyle(e).overflowY,i=t&&!(t.includes("hidden")||t.includes("visible"));return e?i&&e.scrollHeight>=e.clientHeight?e:$t(e):null}return null},Lt=3600,At=86400,Mt=30*At;const Ot=new class{getCurrentDate(){return new Date}},Pt=(t,e={suffix:""})=>{const{compareDate:i,hideRecentText:n,suffix:o}=e,s=i||Ot.getCurrentDate(),r=Math.floor((s.getTime()-t.getTime())/1e3);if(r<60)return i?r+"s"+o:!n&&o?o:"just now";if(r<Lt)return Math.round(r/60)+"m"+o;if(r<=At)return Math.round(r/Lt)+"h"+o;if(r<=Mt)return Math.round(r/At)+"d"+o;if(r<6*Mt)return Math.round(r/Mt)+"mth"+o;return t.getDate()+" "+t.toDateString().match(/ [a-zA-Z]*/)[0].replace(" ","")+(t.getFullYear()==s.getFullYear()?"":" "+t.getFullYear())},It=(t,e)=>{let i=!0;return function(...n){i&&(i=!1,t.apply(this,n),setTimeout((()=>{i=!0}),e))}},zt=(t,e="and")=>1===t.length?t[0]:2===t.length?"html"===t[0].type?D`${t[0]} ${e} ${t[1]}`:t.join(" "+e+" "):"html"===t[0].type?t.map(((i,n)=>n<t.length-1?D`${i}, `:D`${e} ${i}`)):t.join(", ")+e+t[t.length-1],Dt=(t,e,i="and")=>zt(t.map(e),i),Nt=t=>"true"===((t=>{let e=null;if(document.cookie&&""!=document.cookie){const i=document.cookie.split(";");for(let n=0;n<i.length;n++){const o=i[n].trim();if(o.substring(0,t.length+1)==t+"="){e=decodeURIComponent(o.substring(t.length+1));break}}}return e})(t)||"");var Rt;!function(t){t.MENU_COLLAPSED="menu-collapsed",t.TICKET_SHOW_DETAILS="tickets.show-details"}(Rt||(Rt={}));var Bt,qt,Zt,Ft;!function(t){t.DayFirst="day_first",t.MonthFirst="month_first",t.YearFirst="year_first"}(Bt||(Bt={})),function(t){t.CampaignEvent="campaign_event",t.ScheduledBroadcast="scheduled_broadcast",t.ScheduledTrigger="scheduled_trigger"}(qt||(qt={})),function(t){t.Open="open",t.Closed="closed"}(Zt||(Zt={})),function(t){t.Loaded="temba-loaded",t.Canceled="temba-canceled",t.CursorChanged="temba-cursor-changed",t.Refreshed="temba-refreshed",t.Selection="temba-selection",t.ButtonClicked="temba-button-clicked",t.DialogHidden="temba-dialog-hidden",t.ScrollThreshold="temba-scroll-threshold",t.ContentChanged="temba-content-changed",t.ContextChanged="temba-context-changed",t.FetchComplete="temba-fetch-complete",t.Submitted="temba-submitted",t.Redirected="temba-redirected",t.NoPath="temba-no-path",t.StoreUpdated="temba-store-updated",t.Ready="temba-ready",t.OrderChanged="temba-order-changed",t.DragStart="temba-drag-start",t.DragStop="temba-drag-stop"}(Ft||(Ft={}));class Ut{constructor(t=0,e=0){this.first=null,this.items=Object.create(null),this.last=null,this.max=t,this.size=0,this.ttl=e}has(t){return t in this.items}clear(){return this.first=null,this.items=Object.create(null),this.last=null,this.size=0,this}delete(t){if(this.has(t)){const e=this.items[t];delete this.items[t],this.size--,null!==e.prev&&(e.prev.next=e.next),null!==e.next&&(e.next.prev=e.prev),this.first===e&&(this.first=e.next),this.last===e&&(this.last=e.prev)}return this}evict(t=!1){if(t||this.size>0){const t=this.first;delete this.items[t.key],this.size--,0===this.size?(this.first=null,this.last=null):(this.first=t.next,this.first.prev=null)}return this}get(t){let e;if(this.has(t)){const i=this.items[t];this.ttl>0&&i.expiry<=(new Date).getTime()?this.delete(t):(e=i.value,this.set(t,e,!0))}return e}keys(){return Object.keys(this.items)}set(t,e,i=!1){let n;if(i||this.has(t)){if(n=this.items[t],n.value=e,this.last!==n){const t=this.last,e=n.next,i=n.prev;this.first===n&&(this.first=n.next),n.next=null,n.prev=this.last,t.next=n,null!==i&&(i.next=e),null!==e&&(e.prev=i)}}else this.max>0&&this.size===this.max&&this.evict(!0),n=this.items[t]={expiry:this.ttl>0?(new Date).getTime()+this.ttl:this.ttl,key:t,prev:this.last,next:null,value:e},1==++this.size?this.first=n:this.last.next=n;return this.last=n,this}}function Vt(t=1e3,e=0){if(isNaN(t)||t<0)throw new TypeError("Invalid max value");if(isNaN(e)||e<0)throw new TypeError("Invalid ttl value");return new Ut(t,e)}class jt extends Error{}class Ht extends jt{constructor(t){super(`Invalid DateTime: ${t.toMessage()}`)}}class Wt extends jt{constructor(t){super(`Invalid Interval: ${t.toMessage()}`)}}class Gt extends jt{constructor(t){super(`Invalid Duration: ${t.toMessage()}`)}}class Kt extends jt{}class Yt extends jt{constructor(t){super(`Invalid unit ${t}`)}}class Jt extends jt{}class Xt extends jt{constructor(){super("Zone is an abstract class")}}const Qt="numeric",te="short",ee="long",ie={year:Qt,month:Qt,day:Qt},ne={year:Qt,month:te,day:Qt},oe={year:Qt,month:te,day:Qt,weekday:te},se={year:Qt,month:ee,day:Qt},re={year:Qt,month:ee,day:Qt,weekday:ee},ae={hour:Qt,minute:Qt},le={hour:Qt,minute:Qt,second:Qt},he={hour:Qt,minute:Qt,second:Qt,timeZoneName:te},ce={hour:Qt,minute:Qt,second:Qt,timeZoneName:ee},de={hour:Qt,minute:Qt,hourCycle:"h23"},ue={hour:Qt,minute:Qt,second:Qt,hourCycle:"h23"},pe={hour:Qt,minute:Qt,second:Qt,hourCycle:"h23",timeZoneName:te},me={hour:Qt,minute:Qt,second:Qt,hourCycle:"h23",timeZoneName:ee},fe={year:Qt,month:Qt,day:Qt,hour:Qt,minute:Qt},ge={year:Qt,month:Qt,day:Qt,hour:Qt,minute:Qt,second:Qt},ve={year:Qt,month:te,day:Qt,hour:Qt,minute:Qt},ye={year:Qt,month:te,day:Qt,hour:Qt,minute:Qt,second:Qt},be={year:Qt,month:te,day:Qt,weekday:te,hour:Qt,minute:Qt},_e={year:Qt,month:ee,day:Qt,hour:Qt,minute:Qt,timeZoneName:te},xe={year:Qt,month:ee,day:Qt,hour:Qt,minute:Qt,second:Qt,timeZoneName:te},we={year:Qt,month:ee,day:Qt,weekday:ee,hour:Qt,minute:Qt,timeZoneName:ee},ke={year:Qt,month:ee,day:Qt,weekday:ee,hour:Qt,minute:Qt,second:Qt,timeZoneName:ee};function Se(t){return void 0===t}function Ce(t){return"number"==typeof t}function Ee(t){return"number"==typeof t&&t%1==0}function Te(){try{return"undefined"!=typeof Intl&&!!Intl.RelativeTimeFormat}catch(t){return!1}}function $e(t,e,i){if(0!==t.length)return t.reduce(((t,n)=>{const o=[e(n),n];return t&&i(t[0],o[0])===t[0]?t:o}),null)[1]}function Le(t,e){return Object.prototype.hasOwnProperty.call(t,e)}function Ae(t,e,i){return Ee(t)&&t>=e&&t<=i}function Me(t,e=2){let i;return i=t<0?"-"+(""+-t).padStart(e,"0"):(""+t).padStart(e,"0"),i}function Oe(t){return Se(t)||null===t||""===t?void 0:parseInt(t,10)}function Pe(t){return Se(t)||null===t||""===t?void 0:parseFloat(t)}function Ie(t){if(!Se(t)&&null!==t&&""!==t){const e=1e3*parseFloat("0."+t);return Math.floor(e)}}function ze(t,e,i=!1){const n=10**e;return(i?Math.trunc:Math.round)(t*n)/n}function De(t){return t%4==0&&(t%100!=0||t%400==0)}function Ne(t){return De(t)?366:365}function Re(t,e){const i=function(t,e){return t-e*Math.floor(t/e)}(e-1,12)+1;return 2===i?De(t+(e-i)/12)?29:28:[31,null,31,30,31,30,31,31,30,31,30,31][i-1]}function Be(t){let e=Date.UTC(t.year,t.month-1,t.day,t.hour,t.minute,t.second,t.millisecond);return t.year<100&&t.year>=0&&(e=new Date(e),e.setUTCFullYear(e.getUTCFullYear()-1900)),+e}function qe(t){const e=(t+Math.floor(t/4)-Math.floor(t/100)+Math.floor(t/400))%7,i=t-1,n=(i+Math.floor(i/4)-Math.floor(i/100)+Math.floor(i/400))%7;return 4===e||3===n?53:52}function Ze(t){return t>99?t:t>60?1900+t:2e3+t}function Fe(t,e,i,n=null){const o=new Date(t),s={hourCycle:"h23",year:"numeric",month:"2-digit",day:"2-digit",hour:"2-digit",minute:"2-digit"};n&&(s.timeZone=n);const r={timeZoneName:e,...s},a=new Intl.DateTimeFormat(i,r).formatToParts(o).find((t=>"timezonename"===t.type.toLowerCase()));return a?a.value:null}function Ue(t,e){let i=parseInt(t,10);Number.isNaN(i)&&(i=0);const n=parseInt(e,10)||0;return 60*i+(i<0||Object.is(i,-0)?-n:n)}function Ve(t){const e=Number(t);if("boolean"==typeof t||""===t||Number.isNaN(e))throw new Jt(`Invalid unit value ${t}`);return e}function je(t,e){const i={};for(const n in t)if(Le(t,n)){const o=t[n];if(null==o)continue;i[e(n)]=Ve(o)}return i}function He(t,e){const i=Math.trunc(Math.abs(t/60)),n=Math.trunc(Math.abs(t%60)),o=t>=0?"+":"-";switch(e){case"short":return`${o}${Me(i,2)}:${Me(n,2)}`;case"narrow":return`${o}${i}${n>0?`:${n}`:""}`;case"techie":return`${o}${Me(i,2)}${Me(n,2)}`;default:throw new RangeError(`Value format ${e} is out of range for property format`)}}function We(t){return function(t,e){return e.reduce(((e,i)=>(e[i]=t[i],e)),{})}(t,["hour","minute","second","millisecond"])}const Ge=/[A-Za-z_+-]{1,256}(?::?\/[A-Za-z0-9_+-]{1,256}(?:\/[A-Za-z0-9_+-]{1,256})?)?/,Ke=["January","February","March","April","May","June","July","August","September","October","November","December"],Ye=["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],Je=["J","F","M","A","M","J","J","A","S","O","N","D"];function Xe(t){switch(t){case"narrow":return[...Je];case"short":return[...Ye];case"long":return[...Ke];case"numeric":return["1","2","3","4","5","6","7","8","9","10","11","12"];case"2-digit":return["01","02","03","04","05","06","07","08","09","10","11","12"];default:return null}}const Qe=["Monday","Tuesday","Wednesday","Thursday","Friday","Saturday","Sunday"],ti=["Mon","Tue","Wed","Thu","Fri","Sat","Sun"],ei=["M","T","W","T","F","S","S"];function ii(t){switch(t){case"narrow":return[...ei];case"short":return[...ti];case"long":return[...Qe];case"numeric":return["1","2","3","4","5","6","7"];default:return null}}const ni=["AM","PM"],oi=["Before Christ","Anno Domini"],si=["BC","AD"],ri=["B","A"];function ai(t){switch(t){case"narrow":return[...ri];case"short":return[...si];case"long":return[...oi];default:return null}}function li(t,e){let i="";for(const n of t)n.literal?i+=n.val:i+=e(n.val);return i}const hi={D:ie,DD:ne,DDD:se,DDDD:re,t:ae,tt:le,ttt:he,tttt:ce,T:de,TT:ue,TTT:pe,TTTT:me,f:fe,ff:ve,fff:_e,ffff:we,F:ge,FF:ye,FFF:xe,FFFF:ke};class ci{static create(t,e={}){return new ci(t,e)}static parseFormat(t){let e=null,i="",n=!1;const o=[];for(let s=0;s<t.length;s++){const r=t.charAt(s);"'"===r?(i.length>0&&o.push({literal:n,val:i}),e=null,i="",n=!n):n||r===e?i+=r:(i.length>0&&o.push({literal:!1,val:i}),i=r,e=r)}return i.length>0&&o.push({literal:n,val:i}),o}static macroTokenToFormatOpts(t){return hi[t]}constructor(t,e){this.opts=e,this.loc=t,this.systemLoc=null}formatWithSystemDefault(t,e){null===this.systemLoc&&(this.systemLoc=this.loc.redefaultToSystem());return this.systemLoc.dtFormatter(t,{...this.opts,...e}).format()}formatDateTime(t,e={}){return this.loc.dtFormatter(t,{...this.opts,...e}).format()}formatDateTimeParts(t,e={}){return this.loc.dtFormatter(t,{...this.opts,...e}).formatToParts()}resolvedOptions(t,e={}){return this.loc.dtFormatter(t,{...this.opts,...e}).resolvedOptions()}num(t,e=0){if(this.opts.forceSimple)return Me(t,e);const i={...this.opts};return e>0&&(i.padTo=e),this.loc.numberFormatter(i).format(t)}formatDateTimeFromString(t,e){const i="en"===this.loc.listingMode(),n=this.loc.outputCalendar&&"gregory"!==this.loc.outputCalendar,o=(e,i)=>this.loc.extract(t,e,i),s=e=>t.isOffsetFixed&&0===t.offset&&e.allowZ?"Z":t.isValid?t.zone.formatOffset(t.ts,e.format):"",r=()=>i?function(t){return ni[t.hour<12?0:1]}(t):o({hour:"numeric",hourCycle:"h12"},"dayperiod"),a=(e,n)=>i?function(t,e){return Xe(e)[t.month-1]}(t,e):o(n?{month:e}:{month:e,day:"numeric"},"month"),l=(e,n)=>i?function(t,e){return ii(e)[t.weekday-1]}(t,e):o(n?{weekday:e}:{weekday:e,month:"long",day:"numeric"},"weekday"),h=e=>{const i=ci.macroTokenToFormatOpts(e);return i?this.formatWithSystemDefault(t,i):e},c=e=>i?function(t,e){return ai(e)[t.year<0?0:1]}(t,e):o({era:e},"era");return li(ci.parseFormat(e),(e=>{switch(e){case"S":return this.num(t.millisecond);case"u":case"SSS":return this.num(t.millisecond,3);case"s":return this.num(t.second);case"ss":return this.num(t.second,2);case"uu":return this.num(Math.floor(t.millisecond/10),2);case"uuu":return this.num(Math.floor(t.millisecond/100));case"m":return this.num(t.minute);case"mm":return this.num(t.minute,2);case"h":return this.num(t.hour%12==0?12:t.hour%12);case"hh":return this.num(t.hour%12==0?12:t.hour%12,2);case"H":return this.num(t.hour);case"HH":return this.num(t.hour,2);case"Z":return s({format:"narrow",allowZ:this.opts.allowZ});case"ZZ":return s({format:"short",allowZ:this.opts.allowZ});case"ZZZ":return s({format:"techie",allowZ:this.opts.allowZ});case"ZZZZ":return t.zone.offsetName(t.ts,{format:"short",locale:this.loc.locale});case"ZZZZZ":return t.zone.offsetName(t.ts,{format:"long",locale:this.loc.locale});case"z":return t.zoneName;case"a":return r();case"d":return n?o({day:"numeric"},"day"):this.num(t.day);case"dd":return n?o({day:"2-digit"},"day"):this.num(t.day,2);case"c":case"E":return this.num(t.weekday);case"ccc":return l("short",!0);case"cccc":return l("long",!0);case"ccccc":return l("narrow",!0);case"EEE":return l("short",!1);case"EEEE":return l("long",!1);case"EEEEE":return l("narrow",!1);case"L":return n?o({month:"numeric",day:"numeric"},"month"):this.num(t.month);case"LL":return n?o({month:"2-digit",day:"numeric"},"month"):this.num(t.month,2);case"LLL":return a("short",!0);case"LLLL":return a("long",!0);case"LLLLL":return a("narrow",!0);case"M":return n?o({month:"numeric"},"month"):this.num(t.month);case"MM":return n?o({month:"2-digit"},"month"):this.num(t.month,2);case"MMM":return a("short",!1);case"MMMM":return a("long",!1);case"MMMMM":return a("narrow",!1);case"y":return n?o({year:"numeric"},"year"):this.num(t.year);case"yy":return n?o({year:"2-digit"},"year"):this.num(t.year.toString().slice(-2),2);case"yyyy":return n?o({year:"numeric"},"year"):this.num(t.year,4);case"yyyyyy":return n?o({year:"numeric"},"year"):this.num(t.year,6);case"G":return c("short");case"GG":return c("long");case"GGGGG":return c("narrow");case"kk":return this.num(t.weekYear.toString().slice(-2),2);case"kkkk":return this.num(t.weekYear,4);case"W":return this.num(t.weekNumber);case"WW":return this.num(t.weekNumber,2);case"o":return this.num(t.ordinal);case"ooo":return this.num(t.ordinal,3);case"q":return this.num(t.quarter);case"qq":return this.num(t.quarter,2);case"X":return this.num(Math.floor(t.ts/1e3));case"x":return this.num(t.ts);default:return h(e)}}))}formatDurationFromString(t,e){const i=t=>{switch(t[0]){case"S":return"millisecond";case"s":return"second";case"m":return"minute";case"h":return"hour";case"d":return"day";case"w":return"week";case"M":return"month";case"y":return"year";default:return null}},n=ci.parseFormat(e),o=n.reduce(((t,{literal:e,val:i})=>e?t:t.concat(i)),[]),s=t.shiftTo(...o.map(i).filter((t=>t)));return li(n,(t=>e=>{const n=i(e);return n?this.num(t.get(n),e.length):e})(s))}}class di{constructor(t,e){this.reason=t,this.explanation=e}toMessage(){return this.explanation?`${this.reason}: ${this.explanation}`:this.reason}}class ui{get type(){throw new Xt}get name(){throw new Xt}get ianaName(){return this.name}get isUniversal(){throw new Xt}offsetName(t,e){throw new Xt}formatOffset(t,e){throw new Xt}offset(t){throw new Xt}equals(t){throw new Xt}get isValid(){throw new Xt}}let pi=null;class mi extends ui{static get instance(){return null===pi&&(pi=new mi),pi}get type(){return"system"}get name(){return(new Intl.DateTimeFormat).resolvedOptions().timeZone}get isUniversal(){return!1}offsetName(t,{format:e,locale:i}){return Fe(t,e,i)}formatOffset(t,e){return He(this.offset(t),e)}offset(t){return-new Date(t).getTimezoneOffset()}equals(t){return"system"===t.type}get isValid(){return!0}}let fi={};const gi={year:0,month:1,day:2,era:3,hour:4,minute:5,second:6};let vi={};class yi extends ui{static create(t){return vi[t]||(vi[t]=new yi(t)),vi[t]}static resetCache(){vi={},fi={}}static isValidSpecifier(t){return this.isValidZone(t)}static isValidZone(t){if(!t)return!1;try{return new Intl.DateTimeFormat("en-US",{timeZone:t}).format(),!0}catch(t){return!1}}constructor(t){super(),this.zoneName=t,this.valid=yi.isValidZone(t)}get type(){return"iana"}get name(){return this.zoneName}get isUniversal(){return!1}offsetName(t,{format:e,locale:i}){return Fe(t,e,i,this.name)}formatOffset(t,e){return He(this.offset(t),e)}offset(t){const e=new Date(t);if(isNaN(e))return NaN;const i=(n=this.name,fi[n]||(fi[n]=new Intl.DateTimeFormat("en-US",{hour12:!1,timeZone:n,year:"numeric",month:"2-digit",day:"2-digit",hour:"2-digit",minute:"2-digit",second:"2-digit",era:"short"})),fi[n]);var n;let[o,s,r,a,l,h,c]=i.formatToParts?function(t,e){const i=t.formatToParts(e),n=[];for(let t=0;t<i.length;t++){const{type:e,value:o}=i[t],s=gi[e];"era"===e?n[s]=o:Se(s)||(n[s]=parseInt(o,10))}return n}(i,e):function(t,e){const i=t.format(e).replace(/\u200E/g,""),n=/(\d+)\/(\d+)\/(\d+) (AD|BC),? (\d+):(\d+):(\d+)/.exec(i),[,o,s,r,a,l,h,c]=n;return[r,o,s,a,l,h,c]}(i,e);"BC"===a&&(o=1-Math.abs(o));let d=+e;const u=d%1e3;return d-=u>=0?u:1e3+u,(Be({year:o,month:s,day:r,hour:24===l?0:l,minute:h,second:c,millisecond:0})-d)/6e4}equals(t){return"iana"===t.type&&t.name===this.name}get isValid(){return this.valid}}let bi=null;class _i extends ui{static get utcInstance(){return null===bi&&(bi=new _i(0)),bi}static instance(t){return 0===t?_i.utcInstance:new _i(t)}static parseSpecifier(t){if(t){const e=t.match(/^utc(?:([+-]\d{1,2})(?::(\d{2}))?)?$/i);if(e)return new _i(Ue(e[1],e[2]))}return null}constructor(t){super(),this.fixed=t}get type(){return"fixed"}get name(){return 0===this.fixed?"UTC":`UTC${He(this.fixed,"narrow")}`}get ianaName(){return 0===this.fixed?"Etc/UTC":`Etc/GMT${He(-this.fixed,"narrow")}`}offsetName(){return this.name}formatOffset(t,e){return He(this.fixed,e)}get isUniversal(){return!0}offset(){return this.fixed}equals(t){return"fixed"===t.type&&t.fixed===this.fixed}get isValid(){return!0}}class xi extends ui{constructor(t){super(),this.zoneName=t}get type(){return"invalid"}get name(){return this.zoneName}get isUniversal(){return!1}offsetName(){return null}formatOffset(){return""}offset(){return NaN}equals(){return!1}get isValid(){return!1}}function wi(t,e){if(Se(t)||null===t)return e;if(t instanceof ui)return t;if(function(t){return"string"==typeof t}(t)){const i=t.toLowerCase();return"local"===i||"system"===i?e:"utc"===i||"gmt"===i?_i.utcInstance:_i.parseSpecifier(i)||yi.create(t)}return Ce(t)?_i.instance(t):"object"==typeof t&&t.offset&&"number"==typeof t.offset?t:new xi(t)}let ki,Si=()=>Date.now(),Ci="system",Ei=null,Ti=null,$i=null;class Li{static get now(){return Si}static set now(t){Si=t}static set defaultZone(t){Ci=t}static get defaultZone(){return wi(Ci,mi.instance)}static get defaultLocale(){return Ei}static set defaultLocale(t){Ei=t}static get defaultNumberingSystem(){return Ti}static set defaultNumberingSystem(t){Ti=t}static get defaultOutputCalendar(){return $i}static set defaultOutputCalendar(t){$i=t}static get throwOnInvalid(){return ki}static set throwOnInvalid(t){ki=t}static resetCaches(){qi.resetCache(),yi.resetCache()}}let Ai={};let Mi={};function Oi(t,e={}){const i=JSON.stringify([t,e]);let n=Mi[i];return n||(n=new Intl.DateTimeFormat(t,e),Mi[i]=n),n}let Pi={};let Ii={};let zi=null;function Di(t,e,i,n,o){const s=t.listingMode(i);return"error"===s?null:"en"===s?n(e):o(e)}class Ni{constructor(t,e,i){this.padTo=i.padTo||0,this.floor=i.floor||!1;const{padTo:n,floor:o,...s}=i;if(!e||Object.keys(s).length>0){const e={useGrouping:!1,...i};i.padTo>0&&(e.minimumIntegerDigits=i.padTo),this.inf=function(t,e={}){const i=JSON.stringify([t,e]);let n=Pi[i];return n||(n=new Intl.NumberFormat(t,e),Pi[i]=n),n}(t,e)}}format(t){if(this.inf){const e=this.floor?Math.floor(t):t;return this.inf.format(e)}return Me(this.floor?Math.floor(t):ze(t,3),this.padTo)}}class Ri{constructor(t,e,i){let n;if(this.opts=i,t.zone.isUniversal){const e=t.offset/60*-1,o=e>=0?`Etc/GMT+${e}`:`Etc/GMT${e}`;0!==t.offset&&yi.create(o).valid?(n=o,this.dt=t):(n="UTC",i.timeZoneName?this.dt=t:this.dt=0===t.offset?t:Zo.fromMillis(t.ts+60*t.offset*1e3))}else"system"===t.zone.type?this.dt=t:(this.dt=t,n=t.zone.name);const o={...this.opts};n&&(o.timeZone=n),this.dtf=Oi(e,o)}format(){return this.dtf.format(this.dt.toJSDate())}formatToParts(){return this.dtf.formatToParts(this.dt.toJSDate())}resolvedOptions(){return this.dtf.resolvedOptions()}}class Bi{constructor(t,e,i){this.opts={style:"long",...i},!e&&Te()&&(this.rtf=function(t,e={}){const{base:i,...n}=e,o=JSON.stringify([t,n]);let s=Ii[o];return s||(s=new Intl.RelativeTimeFormat(t,e),Ii[o]=s),s}(t,i))}format(t,e){return this.rtf?this.rtf.format(t,e):function(t,e,i="always",n=!1){const o={years:["year","yr."],quarters:["quarter","qtr."],months:["month","mo."],weeks:["week","wk."],days:["day","day","days"],hours:["hour","hr."],minutes:["minute","min."],seconds:["second","sec."]},s=-1===["hours","minutes","seconds"].indexOf(t);if("auto"===i&&s){const i="days"===t;switch(e){case 1:return i?"tomorrow":`next ${o[t][0]}`;case-1:return i?"yesterday":`last ${o[t][0]}`;case 0:return i?"today":`this ${o[t][0]}`}}const r=Object.is(e,-0)||e<0,a=Math.abs(e),l=1===a,h=o[t],c=n?l?h[1]:h[2]||h[1]:l?o[t][0]:t;return r?`${a} ${c} ago`:`in ${a} ${c}`}(e,t,this.opts.numeric,"long"!==this.opts.style)}formatToParts(t,e){return this.rtf?this.rtf.formatToParts(t,e):[]}}class qi{static fromOpts(t){return qi.create(t.locale,t.numberingSystem,t.outputCalendar,t.defaultToEN)}static create(t,e,i,n=!1){const o=t||Li.defaultLocale,s=o||(n?"en-US":zi||(zi=(new Intl.DateTimeFormat).resolvedOptions().locale,zi)),r=e||Li.defaultNumberingSystem,a=i||Li.defaultOutputCalendar;return new qi(s,r,a,o)}static resetCache(){zi=null,Mi={},Pi={},Ii={}}static fromObject({locale:t,numberingSystem:e,outputCalendar:i}={}){return qi.create(t,e,i)}constructor(t,e,i,n){const[o,s,r]=function(t){const e=t.indexOf("-u-");if(-1===e)return[t];{let i;const n=t.substring(0,e);try{i=Oi(t).resolvedOptions()}catch(t){i=Oi(n).resolvedOptions()}const{numberingSystem:o,calendar:s}=i;return[n,o,s]}}(t);this.locale=o,this.numberingSystem=e||s||null,this.outputCalendar=i||r||null,this.intl=function(t,e,i){return i||e?(t+="-u",i&&(t+=`-ca-${i}`),e&&(t+=`-nu-${e}`),t):t}(this.locale,this.numberingSystem,this.outputCalendar),this.weekdaysCache={format:{},standalone:{}},this.monthsCache={format:{},standalone:{}},this.meridiemCache=null,this.eraCache={},this.specifiedLocale=n,this.fastNumbersCached=null}get fastNumbers(){var t;return null==this.fastNumbersCached&&(this.fastNumbersCached=(!(t=this).numberingSystem||"latn"===t.numberingSystem)&&("latn"===t.numberingSystem||!t.locale||t.locale.startsWith("en")||"latn"===new Intl.DateTimeFormat(t.intl).resolvedOptions().numberingSystem)),this.fastNumbersCached}listingMode(){const t=this.isEnglish(),e=!(null!==this.numberingSystem&&"latn"!==this.numberingSystem||null!==this.outputCalendar&&"gregory"!==this.outputCalendar);return t&&e?"en":"intl"}clone(t){return t&&0!==Object.getOwnPropertyNames(t).length?qi.create(t.locale||this.specifiedLocale,t.numberingSystem||this.numberingSystem,t.outputCalendar||this.outputCalendar,t.defaultToEN||!1):this}redefaultToEN(t={}){return this.clone({...t,defaultToEN:!0})}redefaultToSystem(t={}){return this.clone({...t,defaultToEN:!1})}months(t,e=!1,i=!0){return Di(this,t,i,Xe,(()=>{const i=e?{month:t,day:"numeric"}:{month:t},n=e?"format":"standalone";return this.monthsCache[n][t]||(this.monthsCache[n][t]=function(t){const e=[];for(let i=1;i<=12;i++){const n=Zo.utc(2016,i,1);e.push(t(n))}return e}((t=>this.extract(t,i,"month")))),this.monthsCache[n][t]}))}weekdays(t,e=!1,i=!0){return Di(this,t,i,ii,(()=>{const i=e?{weekday:t,year:"numeric",month:"long",day:"numeric"}:{weekday:t},n=e?"format":"standalone";return this.weekdaysCache[n][t]||(this.weekdaysCache[n][t]=function(t){const e=[];for(let i=1;i<=7;i++){const n=Zo.utc(2016,11,13+i);e.push(t(n))}return e}((t=>this.extract(t,i,"weekday")))),this.weekdaysCache[n][t]}))}meridiems(t=!0){return Di(this,void 0,t,(()=>ni),(()=>{if(!this.meridiemCache){const t={hour:"numeric",hourCycle:"h12"};this.meridiemCache=[Zo.utc(2016,11,13,9),Zo.utc(2016,11,13,19)].map((e=>this.extract(e,t,"dayperiod")))}return this.meridiemCache}))}eras(t,e=!0){return Di(this,t,e,ai,(()=>{const e={era:t};return this.eraCache[t]||(this.eraCache[t]=[Zo.utc(-40,1,1),Zo.utc(2017,1,1)].map((t=>this.extract(t,e,"era")))),this.eraCache[t]}))}extract(t,e,i){const n=this.dtFormatter(t,e).formatToParts().find((t=>t.type.toLowerCase()===i));return n?n.value:null}numberFormatter(t={}){return new Ni(this.intl,t.forceSimple||this.fastNumbers,t)}dtFormatter(t,e={}){return new Ri(t,this.intl,e)}relFormatter(t={}){return new Bi(this.intl,this.isEnglish(),t)}listFormatter(t={}){return function(t,e={}){const i=JSON.stringify([t,e]);let n=Ai[i];return n||(n=new Intl.ListFormat(t,e),Ai[i]=n),n}(this.intl,t)}isEnglish(){return"en"===this.locale||"en-us"===this.locale.toLowerCase()||new Intl.DateTimeFormat(this.intl).resolvedOptions().locale.startsWith("en-us")}equals(t){return this.locale===t.locale&&this.numberingSystem===t.numberingSystem&&this.outputCalendar===t.outputCalendar}}function Zi(...t){const e=t.reduce(((t,e)=>t+e.source),"");return RegExp(`^${e}$`)}function Fi(...t){return e=>t.reduce((([t,i,n],o)=>{const[s,r,a]=o(e,n);return[{...t,...s},r||i,a]}),[{},null,1]).slice(0,2)}function Ui(t,...e){if(null==t)return[null,null];for(const[i,n]of e){const e=i.exec(t);if(e)return n(e)}return[null,null]}function Vi(...t){return(e,i)=>{const n={};let o;for(o=0;o<t.length;o++)n[t[o]]=Oe(e[i+o]);return[n,null,i+o]}}const ji=/(?:(Z)|([+-]\d\d)(?::?(\d\d))?)/,Hi=/(\d\d)(?::?(\d\d)(?::?(\d\d)(?:[.,](\d{1,30}))?)?)?/,Wi=RegExp(`${Hi.source}${`(?:${ji.source}?(?:\\[(${Ge.source})\\])?)?`}`),Gi=RegExp(`(?:T${Wi.source})?`),Ki=Vi("weekYear","weekNumber","weekDay"),Yi=Vi("year","ordinal"),Ji=RegExp(`${Hi.source} ?(?:${ji.source}|(${Ge.source}))?`),Xi=RegExp(`(?: ${Ji.source})?`);function Qi(t,e,i){const n=t[e];return Se(n)?i:Oe(n)}function tn(t,e){return[{hours:Qi(t,e,0),minutes:Qi(t,e+1,0),seconds:Qi(t,e+2,0),milliseconds:Ie(t[e+3])},null,e+4]}function en(t,e){const i=!t[e]&&!t[e+1],n=Ue(t[e+1],t[e+2]);return[{},i?null:_i.instance(n),e+3]}function nn(t,e){return[{},t[e]?yi.create(t[e]):null,e+1]}const on=RegExp(`^T?${Hi.source}$`),sn=/^-?P(?:(?:(-?\d{1,20}(?:\.\d{1,20})?)Y)?(?:(-?\d{1,20}(?:\.\d{1,20})?)M)?(?:(-?\d{1,20}(?:\.\d{1,20})?)W)?(?:(-?\d{1,20}(?:\.\d{1,20})?)D)?(?:T(?:(-?\d{1,20}(?:\.\d{1,20})?)H)?(?:(-?\d{1,20}(?:\.\d{1,20})?)M)?(?:(-?\d{1,20})(?:[.,](-?\d{1,20}))?S)?)?)$/;function rn(t){const[e,i,n,o,s,r,a,l,h]=t,c="-"===e[0],d=l&&"-"===l[0],u=(t,e=!1)=>void 0!==t&&(e||t&&c)?-t:t;return[{years:u(Pe(i)),months:u(Pe(n)),weeks:u(Pe(o)),days:u(Pe(s)),hours:u(Pe(r)),minutes:u(Pe(a)),seconds:u(Pe(l),"-0"===l),milliseconds:u(Ie(h),d)}]}const an={GMT:0,EDT:-240,EST:-300,CDT:-300,CST:-360,MDT:-360,MST:-420,PDT:-420,PST:-480};function ln(t,e,i,n,o,s,r){const a={year:2===e.length?Ze(Oe(e)):Oe(e),month:Ye.indexOf(i)+1,day:Oe(n),hour:Oe(o),minute:Oe(s)};return r&&(a.second=Oe(r)),t&&(a.weekday=t.length>3?Qe.indexOf(t)+1:ti.indexOf(t)+1),a}const hn=/^(?:(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\d)(\d\d)))$/;function cn(t){const[,e,i,n,o,s,r,a,l,h,c,d]=t,u=ln(e,o,n,i,s,r,a);let p;return p=l?an[l]:h?0:Ue(c,d),[u,new _i(p)]}const dn=/^(Mon|Tue|Wed|Thu|Fri|Sat|Sun), (\d\d) (Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec) (\d{4}) (\d\d):(\d\d):(\d\d) GMT$/,un=/^(Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday), (\d\d)-(Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec)-(\d\d) (\d\d):(\d\d):(\d\d) GMT$/,pn=/^(Mon|Tue|Wed|Thu|Fri|Sat|Sun) (Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec) ( \d|\d\d) (\d\d):(\d\d):(\d\d) (\d{4})$/;function mn(t){const[,e,i,n,o,s,r,a]=t;return[ln(e,o,n,i,s,r,a),_i.utcInstance]}function fn(t){const[,e,i,n,o,s,r,a]=t;return[ln(e,a,i,n,o,s,r),_i.utcInstance]}const gn=Zi(/([+-]\d{6}|\d{4})(?:-?(\d\d)(?:-?(\d\d))?)?/,Gi),vn=Zi(/(\d{4})-?W(\d\d)(?:-?(\d))?/,Gi),yn=Zi(/(\d{4})-?(\d{3})/,Gi),bn=Zi(Wi),_n=Fi((function(t,e){return[{year:Qi(t,e),month:Qi(t,e+1,1),day:Qi(t,e+2,1)},null,e+3]}),tn,en,nn),xn=Fi(Ki,tn,en,nn),wn=Fi(Yi,tn,en,nn),kn=Fi(tn,en,nn);const Sn=Fi(tn);const Cn=Zi(/(\d{4})-(\d\d)-(\d\d)/,Xi),En=Zi(Ji),Tn=Fi(tn,en,nn);const $n={weeks:{days:7,hours:168,minutes:10080,seconds:604800,milliseconds:6048e5},days:{hours:24,minutes:1440,seconds:86400,milliseconds:864e5},hours:{minutes:60,seconds:3600,milliseconds:36e5},minutes:{seconds:60,milliseconds:6e4},seconds:{milliseconds:1e3}},Ln={years:{quarters:4,months:12,weeks:52,days:365,hours:8760,minutes:525600,seconds:31536e3,milliseconds:31536e6},quarters:{months:3,weeks:13,days:91,hours:2184,minutes:131040,seconds:7862400,milliseconds:78624e5},months:{weeks:4,days:30,hours:720,minutes:43200,seconds:2592e3,milliseconds:2592e6},...$n},An=365.2425,Mn=30.436875,On={years:{quarters:4,months:12,weeks:52.1775,days:An,hours:8765.82,minutes:525949.2,seconds:525949.2*60,milliseconds:525949.2*60*1e3},quarters:{months:3,weeks:13.044375,days:91.310625,hours:2191.455,minutes:131487.3,seconds:525949.2*60/4,milliseconds:7889237999.999999},months:{weeks:4.3481250000000005,days:Mn,hours:730.485,minutes:43829.1,seconds:2629746,milliseconds:2629746e3},...$n},Pn=["years","quarters","months","weeks","days","hours","minutes","seconds","milliseconds"],In=Pn.slice(0).reverse();function zn(t,e,i=!1){const n={values:i?e.values:{...t.values,...e.values||{}},loc:t.loc.clone(e.loc),conversionAccuracy:e.conversionAccuracy||t.conversionAccuracy};return new Nn(n)}function Dn(t,e,i,n,o){const s=t[o][i],r=e[i]/s,a=!(Math.sign(r)===Math.sign(n[o]))&&0!==n[o]&&Math.abs(r)<=1?function(t){return t<0?Math.floor(t):Math.ceil(t)}(r):Math.trunc(r);n[o]+=a,e[i]-=a*s}class Nn{constructor(t){const e="longterm"===t.conversionAccuracy||!1;this.values=t.values,this.loc=t.loc||qi.create(),this.conversionAccuracy=e?"longterm":"casual",this.invalid=t.invalid||null,this.matrix=e?On:Ln,this.isLuxonDuration=!0}static fromMillis(t,e){return Nn.fromObject({milliseconds:t},e)}static fromObject(t,e={}){if(null==t||"object"!=typeof t)throw new Jt("Duration.fromObject: argument expected to be an object, got "+(null===t?"null":typeof t));return new Nn({values:je(t,Nn.normalizeUnit),loc:qi.fromObject(e),conversionAccuracy:e.conversionAccuracy})}static fromDurationLike(t){if(Ce(t))return Nn.fromMillis(t);if(Nn.isDuration(t))return t;if("object"==typeof t)return Nn.fromObject(t);throw new Jt(`Unknown duration argument ${t} of type ${typeof t}`)}static fromISO(t,e){const[i]=function(t){return Ui(t,[sn,rn])}(t);return i?Nn.fromObject(i,e):Nn.invalid("unparsable",`the input "${t}" can't be parsed as ISO 8601`)}static fromISOTime(t,e){const[i]=function(t){return Ui(t,[on,Sn])}(t);return i?Nn.fromObject(i,e):Nn.invalid("unparsable",`the input "${t}" can't be parsed as ISO 8601`)}static invalid(t,e=null){if(!t)throw new Jt("need to specify a reason the Duration is invalid");const i=t instanceof di?t:new di(t,e);if(Li.throwOnInvalid)throw new Gt(i);return new Nn({invalid:i})}static normalizeUnit(t){const e={year:"years",years:"years",quarter:"quarters",quarters:"quarters",month:"months",months:"months",week:"weeks",weeks:"weeks",day:"days",days:"days",hour:"hours",hours:"hours",minute:"minutes",minutes:"minutes",second:"seconds",seconds:"seconds",millisecond:"milliseconds",milliseconds:"milliseconds"}[t?t.toLowerCase():t];if(!e)throw new Yt(t);return e}static isDuration(t){return t&&t.isLuxonDuration||!1}get locale(){return this.isValid?this.loc.locale:null}get numberingSystem(){return this.isValid?this.loc.numberingSystem:null}toFormat(t,e={}){const i={...e,floor:!1!==e.round&&!1!==e.floor};return this.isValid?ci.create(this.loc,i).formatDurationFromString(this,t):"Invalid Duration"}toHuman(t={}){const e=Pn.map((e=>{const i=this.values[e];return Se(i)?null:this.loc.numberFormatter({style:"unit",unitDisplay:"long",...t,unit:e.slice(0,-1)}).format(i)})).filter((t=>t));return this.loc.listFormatter({type:"conjunction",style:t.listStyle||"narrow",...t}).format(e)}toObject(){return this.isValid?{...this.values}:{}}toISO(){if(!this.isValid)return null;let t="P";return 0!==this.years&&(t+=this.years+"Y"),0===this.months&&0===this.quarters||(t+=this.months+3*this.quarters+"M"),0!==this.weeks&&(t+=this.weeks+"W"),0!==this.days&&(t+=this.days+"D"),0===this.hours&&0===this.minutes&&0===this.seconds&&0===this.milliseconds||(t+="T"),0!==this.hours&&(t+=this.hours+"H"),0!==this.minutes&&(t+=this.minutes+"M"),0===this.seconds&&0===this.milliseconds||(t+=ze(this.seconds+this.milliseconds/1e3,3)+"S"),"P"===t&&(t+="T0S"),t}toISOTime(t={}){if(!this.isValid)return null;const e=this.toMillis();if(e<0||e>=864e5)return null;t={suppressMilliseconds:!1,suppressSeconds:!1,includePrefix:!1,format:"extended",...t};const i=this.shiftTo("hours","minutes","seconds","milliseconds");let n="basic"===t.format?"hhmm":"hh:mm";t.suppressSeconds&&0===i.seconds&&0===i.milliseconds||(n+="basic"===t.format?"ss":":ss",t.suppressMilliseconds&&0===i.milliseconds||(n+=".SSS"));let o=i.toFormat(n);return t.includePrefix&&(o="T"+o),o}toJSON(){return this.toISO()}toString(){return this.toISO()}toMillis(){return this.as("milliseconds")}valueOf(){return this.toMillis()}plus(t){if(!this.isValid)return this;const e=Nn.fromDurationLike(t),i={};for(const t of Pn)(Le(e.values,t)||Le(this.values,t))&&(i[t]=e.get(t)+this.get(t));return zn(this,{values:i},!0)}minus(t){if(!this.isValid)return this;const e=Nn.fromDurationLike(t);return this.plus(e.negate())}mapUnits(t){if(!this.isValid)return this;const e={};for(const i of Object.keys(this.values))e[i]=Ve(t(this.values[i],i));return zn(this,{values:e},!0)}get(t){return this[Nn.normalizeUnit(t)]}set(t){if(!this.isValid)return this;return zn(this,{values:{...this.values,...je(t,Nn.normalizeUnit)}})}reconfigure({locale:t,numberingSystem:e,conversionAccuracy:i}={}){const n={loc:this.loc.clone({locale:t,numberingSystem:e})};return i&&(n.conversionAccuracy=i),zn(this,n)}as(t){return this.isValid?this.shiftTo(t).get(t):NaN}normalize(){if(!this.isValid)return this;const t=this.toObject();return function(t,e){In.reduce(((i,n)=>Se(e[n])?i:(i&&Dn(t,e,i,e,n),n)),null)}(this.matrix,t),zn(this,{values:t},!0)}shiftTo(...t){if(!this.isValid)return this;if(0===t.length)return this;t=t.map((t=>Nn.normalizeUnit(t)));const e={},i={},n=this.toObject();let o;for(const s of Pn)if(t.indexOf(s)>=0){o=s;let t=0;for(const e in i)t+=this.matrix[e][s]*i[e],i[e]=0;Ce(n[s])&&(t+=n[s]);const r=Math.trunc(t);e[s]=r,i[s]=(1e3*t-1e3*r)/1e3;for(const t in n)Pn.indexOf(t)>Pn.indexOf(s)&&Dn(this.matrix,n,t,e,s)}else Ce(n[s])&&(i[s]=n[s]);for(const t in i)0!==i[t]&&(e[o]+=t===o?i[t]:i[t]/this.matrix[o][t]);return zn(this,{values:e},!0).normalize()}negate(){if(!this.isValid)return this;const t={};for(const e of Object.keys(this.values))t[e]=0===this.values[e]?0:-this.values[e];return zn(this,{values:t},!0)}get years(){return this.isValid?this.values.years||0:NaN}get quarters(){return this.isValid?this.values.quarters||0:NaN}get months(){return this.isValid?this.values.months||0:NaN}get weeks(){return this.isValid?this.values.weeks||0:NaN}get days(){return this.isValid?this.values.days||0:NaN}get hours(){return this.isValid?this.values.hours||0:NaN}get minutes(){return this.isValid?this.values.minutes||0:NaN}get seconds(){return this.isValid?this.values.seconds||0:NaN}get milliseconds(){return this.isValid?this.values.milliseconds||0:NaN}get isValid(){return null===this.invalid}get invalidReason(){return this.invalid?this.invalid.reason:null}get invalidExplanation(){return this.invalid?this.invalid.explanation:null}equals(t){if(!this.isValid||!t.isValid)return!1;if(!this.loc.equals(t.loc))return!1;for(const n of Pn)if(e=this.values[n],i=t.values[n],!(void 0===e||0===e?void 0===i||0===i:e===i))return!1;var e,i;return!0}}const Rn="Invalid Interval";class Bn{constructor(t){this.s=t.start,this.e=t.end,this.invalid=t.invalid||null,this.isLuxonInterval=!0}static invalid(t,e=null){if(!t)throw new Jt("need to specify a reason the Interval is invalid");const i=t instanceof di?t:new di(t,e);if(Li.throwOnInvalid)throw new Wt(i);return new Bn({invalid:i})}static fromDateTimes(t,e){const i=Fo(t),n=Fo(e),o=function(t,e){return t&&t.isValid?e&&e.isValid?e<t?Bn.invalid("end before start",`The end of an interval must be after its start, but you had start=${t.toISO()} and end=${e.toISO()}`):null:Bn.invalid("missing or invalid end"):Bn.invalid("missing or invalid start")}(i,n);return null==o?new Bn({start:i,end:n}):o}static after(t,e){const i=Nn.fromDurationLike(e),n=Fo(t);return Bn.fromDateTimes(n,n.plus(i))}static before(t,e){const i=Nn.fromDurationLike(e),n=Fo(t);return Bn.fromDateTimes(n.minus(i),n)}static fromISO(t,e){const[i,n]=(t||"").split("/",2);if(i&&n){let t,o,s,r;try{t=Zo.fromISO(i,e),o=t.isValid}catch(n){o=!1}try{s=Zo.fromISO(n,e),r=s.isValid}catch(n){r=!1}if(o&&r)return Bn.fromDateTimes(t,s);if(o){const i=Nn.fromISO(n,e);if(i.isValid)return Bn.after(t,i)}else if(r){const t=Nn.fromISO(i,e);if(t.isValid)return Bn.before(s,t)}}return Bn.invalid("unparsable",`the input "${t}" can't be parsed as ISO 8601`)}static isInterval(t){return t&&t.isLuxonInterval||!1}get start(){return this.isValid?this.s:null}get end(){return this.isValid?this.e:null}get isValid(){return null===this.invalidReason}get invalidReason(){return this.invalid?this.invalid.reason:null}get invalidExplanation(){return this.invalid?this.invalid.explanation:null}length(t="milliseconds"){return this.isValid?this.toDuration(t).get(t):NaN}count(t="milliseconds"){if(!this.isValid)return NaN;const e=this.start.startOf(t),i=this.end.startOf(t);return Math.floor(i.diff(e,t).get(t))+1}hasSame(t){return!!this.isValid&&(this.isEmpty()||this.e.minus(1).hasSame(this.s,t))}isEmpty(){return this.s.valueOf()===this.e.valueOf()}isAfter(t){return!!this.isValid&&this.s>t}isBefore(t){return!!this.isValid&&this.e<=t}contains(t){return!!this.isValid&&(this.s<=t&&this.e>t)}set({start:t,end:e}={}){return this.isValid?Bn.fromDateTimes(t||this.s,e||this.e):this}splitAt(...t){if(!this.isValid)return[];const e=t.map(Fo).filter((t=>this.contains(t))).sort(),i=[];let{s:n}=this,o=0;for(;n<this.e;){const t=e[o]||this.e,s=+t>+this.e?this.e:t;i.push(Bn.fromDateTimes(n,s)),n=s,o+=1}return i}splitBy(t){const e=Nn.fromDurationLike(t);if(!this.isValid||!e.isValid||0===e.as("milliseconds"))return[];let i,{s:n}=this,o=1;const s=[];for(;n<this.e;){const t=this.start.plus(e.mapUnits((t=>t*o)));i=+t>+this.e?this.e:t,s.push(Bn.fromDateTimes(n,i)),n=i,o+=1}return s}divideEqually(t){return this.isValid?this.splitBy(this.length()/t).slice(0,t):[]}overlaps(t){return this.e>t.s&&this.s<t.e}abutsStart(t){return!!this.isValid&&+this.e==+t.s}abutsEnd(t){return!!this.isValid&&+t.e==+this.s}engulfs(t){return!!this.isValid&&(this.s<=t.s&&this.e>=t.e)}equals(t){return!(!this.isValid||!t.isValid)&&(this.s.equals(t.s)&&this.e.equals(t.e))}intersection(t){if(!this.isValid)return this;const e=this.s>t.s?this.s:t.s,i=this.e<t.e?this.e:t.e;return e>=i?null:Bn.fromDateTimes(e,i)}union(t){if(!this.isValid)return this;const e=this.s<t.s?this.s:t.s,i=this.e>t.e?this.e:t.e;return Bn.fromDateTimes(e,i)}static merge(t){const[e,i]=t.sort(((t,e)=>t.s-e.s)).reduce((([t,e],i)=>e?e.overlaps(i)||e.abutsStart(i)?[t,e.union(i)]:[t.concat([e]),i]:[t,i]),[[],null]);return i&&e.push(i),e}static xor(t){let e=null,i=0;const n=[],o=t.map((t=>[{time:t.s,type:"s"},{time:t.e,type:"e"}])),s=Array.prototype.concat(...o).sort(((t,e)=>t.time-e.time));for(const t of s)i+="s"===t.type?1:-1,1===i?e=t.time:(e&&+e!=+t.time&&n.push(Bn.fromDateTimes(e,t.time)),e=null);return Bn.merge(n)}difference(...t){return Bn.xor([this].concat(t)).map((t=>this.intersection(t))).filter((t=>t&&!t.isEmpty()))}toString(){return this.isValid?`[${this.s.toISO()} – ${this.e.toISO()})`:Rn}toISO(t){return this.isValid?`${this.s.toISO(t)}/${this.e.toISO(t)}`:Rn}toISODate(){return this.isValid?`${this.s.toISODate()}/${this.e.toISODate()}`:Rn}toISOTime(t){return this.isValid?`${this.s.toISOTime(t)}/${this.e.toISOTime(t)}`:Rn}toFormat(t,{separator:e=" – "}={}){return this.isValid?`${this.s.toFormat(t)}${e}${this.e.toFormat(t)}`:Rn}toDuration(t,e){return this.isValid?this.e.diff(this.s,t,e):Nn.invalid(this.invalidReason)}mapEndpoints(t){return Bn.fromDateTimes(t(this.s),t(this.e))}}class qn{static hasDST(t=Li.defaultZone){const e=Zo.now().setZone(t).set({month:12});return!t.isUniversal&&e.offset!==e.set({month:6}).offset}static isValidIANAZone(t){return yi.isValidZone(t)}static normalizeZone(t){return wi(t,Li.defaultZone)}static months(t="long",{locale:e=null,numberingSystem:i=null,locObj:n=null,outputCalendar:o="gregory"}={}){return(n||qi.create(e,i,o)).months(t)}static monthsFormat(t="long",{locale:e=null,numberingSystem:i=null,locObj:n=null,outputCalendar:o="gregory"}={}){return(n||qi.create(e,i,o)).months(t,!0)}static weekdays(t="long",{locale:e=null,numberingSystem:i=null,locObj:n=null}={}){return(n||qi.create(e,i,null)).weekdays(t)}static weekdaysFormat(t="long",{locale:e=null,numberingSystem:i=null,locObj:n=null}={}){return(n||qi.create(e,i,null)).weekdays(t,!0)}static meridiems({locale:t=null}={}){return qi.create(t).meridiems()}static eras(t="short",{locale:e=null}={}){return qi.create(e,null,"gregory").eras(t)}static features(){return{relative:Te()}}}function Zn(t,e){const i=t=>t.toUTC(0,{keepLocalTime:!0}).startOf("day").valueOf(),n=i(e)-i(t);return Math.floor(Nn.fromMillis(n).as("days"))}function Fn(t,e,i,n){let[o,s,r,a]=function(t,e,i){const n=[["years",(t,e)=>e.year-t.year],["quarters",(t,e)=>e.quarter-t.quarter],["months",(t,e)=>e.month-t.month+12*(e.year-t.year)],["weeks",(t,e)=>{const i=Zn(t,e);return(i-i%7)/7}],["days",Zn]],o={};let s,r;for(const[a,l]of n)if(i.indexOf(a)>=0){s=a;let i=l(t,e);r=t.plus({[a]:i}),r>e?(t=t.plus({[a]:i-1}),i-=1):t=r,o[a]=i}return[t,o,r,s]}(t,e,i);const l=e-o,h=i.filter((t=>["hours","minutes","seconds","milliseconds"].indexOf(t)>=0));0===h.length&&(r<e&&(r=o.plus({[a]:1})),r!==o&&(s[a]=(s[a]||0)+l/(r-o)));const c=Nn.fromObject(s,n);return h.length>0?Nn.fromMillis(l,n).shiftTo(...h).plus(c):c}const Un={arab:"[٠-٩]",arabext:"[۰-۹]",bali:"[᭐-᭙]",beng:"[০-৯]",deva:"[०-९]",fullwide:"[0-9]",gujr:"[૦-૯]",hanidec:"[〇|一|二|三|四|五|六|七|八|九]",khmr:"[០-៩]",knda:"[೦-೯]",laoo:"[໐-໙]",limb:"[᥆-᥏]",mlym:"[൦-൯]",mong:"[᠐-᠙]",mymr:"[၀-၉]",orya:"[୦-୯]",tamldec:"[௦-௯]",telu:"[౦-౯]",thai:"[๐-๙]",tibt:"[༠-༩]",latn:"\\d"},Vn={arab:[1632,1641],arabext:[1776,1785],bali:[6992,7001],beng:[2534,2543],deva:[2406,2415],fullwide:[65296,65303],gujr:[2790,2799],khmr:[6112,6121],knda:[3302,3311],laoo:[3792,3801],limb:[6470,6479],mlym:[3430,3439],mong:[6160,6169],mymr:[4160,4169],orya:[2918,2927],tamldec:[3046,3055],telu:[3174,3183],thai:[3664,3673],tibt:[3872,3881]},jn=Un.hanidec.replace(/[\[|\]]/g,"").split("");function Hn({numberingSystem:t},e=""){return new RegExp(`${Un[t||"latn"]}${e}`)}function Wn(t,e=(t=>t)){return{regex:t,deser:([t])=>e(function(t){let e=parseInt(t,10);if(isNaN(e)){e="";for(let i=0;i<t.length;i++){const n=t.charCodeAt(i);if(-1!==t[i].search(Un.hanidec))e+=jn.indexOf(t[i]);else for(const t in Vn){const[i,o]=Vn[t];n>=i&&n<=o&&(e+=n-i)}}return parseInt(e,10)}return e}(t))}}const Gn=`[ ${String.fromCharCode(160)}]`,Kn=new RegExp(Gn,"g");function Yn(t){return t.replace(/\./g,"\\.?").replace(Kn,Gn)}function Jn(t){return t.replace(/\./g,"").replace(Kn," ").toLowerCase()}function Xn(t,e){return null===t?null:{regex:RegExp(t.map(Yn).join("|")),deser:([i])=>t.findIndex((t=>Jn(i)===Jn(t)))+e}}function Qn(t,e){return{regex:t,deser:([,t,e])=>Ue(t,e),groups:e}}function to(t){return{regex:t,deser:([t])=>t}}const eo={year:{"2-digit":"yy",numeric:"yyyyy"},month:{numeric:"M","2-digit":"MM",short:"MMM",long:"MMMM"},day:{numeric:"d","2-digit":"dd"},weekday:{short:"EEE",long:"EEEE"},dayperiod:"a",dayPeriod:"a",hour:{numeric:"h","2-digit":"hh"},minute:{numeric:"m","2-digit":"mm"},second:{numeric:"s","2-digit":"ss"}};let io=null;function no(t,e){if(t.literal)return t;const i=ci.macroTokenToFormatOpts(t.val);if(!i)return t;const n=ci.create(e,i).formatDateTimeParts((io||(io=Zo.fromMillis(1555555555555)),io)).map((t=>function(t,e,i){const{type:n,value:o}=t;if("literal"===n)return{literal:!0,val:o};const s=i[n];let r=eo[n];return"object"==typeof r&&(r=r[s]),r?{literal:!1,val:r}:void 0}(t,0,i)));return n.includes(void 0)?t:n}function oo(t,e,i){const n=function(t,e){return Array.prototype.concat(...t.map((t=>no(t,e))))}(ci.parseFormat(i),t),o=n.map((e=>function(t,e){const i=Hn(e),n=Hn(e,"{2}"),o=Hn(e,"{3}"),s=Hn(e,"{4}"),r=Hn(e,"{6}"),a=Hn(e,"{1,2}"),l=Hn(e,"{1,3}"),h=Hn(e,"{1,6}"),c=Hn(e,"{1,9}"),d=Hn(e,"{2,4}"),u=Hn(e,"{4,6}"),p=t=>{return{regex:RegExp((e=t.val,e.replace(/[\-\[\]{}()*+?.,\\\^$|#\s]/g,"\\$&"))),deser:([t])=>t,literal:!0};var e},m=(m=>{if(t.literal)return p(m);switch(m.val){case"G":return Xn(e.eras("short",!1),0);case"GG":return Xn(e.eras("long",!1),0);case"y":return Wn(h);case"yy":case"kk":return Wn(d,Ze);case"yyyy":case"kkkk":return Wn(s);case"yyyyy":return Wn(u);case"yyyyyy":return Wn(r);case"M":case"L":case"d":case"H":case"h":case"m":case"q":case"s":case"W":return Wn(a);case"MM":case"LL":case"dd":case"HH":case"hh":case"mm":case"qq":case"ss":case"WW":return Wn(n);case"MMM":return Xn(e.months("short",!0,!1),1);case"MMMM":return Xn(e.months("long",!0,!1),1);case"LLL":return Xn(e.months("short",!1,!1),1);case"LLLL":return Xn(e.months("long",!1,!1),1);case"o":case"S":return Wn(l);case"ooo":case"SSS":return Wn(o);case"u":return to(c);case"uu":return to(a);case"uuu":case"E":case"c":return Wn(i);case"a":return Xn(e.meridiems(),0);case"EEE":return Xn(e.weekdays("short",!1,!1),1);case"EEEE":return Xn(e.weekdays("long",!1,!1),1);case"ccc":return Xn(e.weekdays("short",!0,!1),1);case"cccc":return Xn(e.weekdays("long",!0,!1),1);case"Z":case"ZZ":return Qn(new RegExp(`([+-]${a.source})(?::(${n.source}))?`),2);case"ZZZ":return Qn(new RegExp(`([+-]${a.source})(${n.source})?`),2);case"z":return to(/[a-z_+-/]{1,256}?/i);default:return p(m)}})(t)||{invalidReason:"missing Intl.DateTimeFormat.formatToParts support"};return m.token=t,m}(e,t))),s=o.find((t=>t.invalidReason));if(s)return{input:e,tokens:n,invalidReason:s.invalidReason};{const[t,i]=function(t){const e=t.map((t=>t.regex)).reduce(((t,e)=>`${t}(${e.source})`),"");return[`^${e}$`,t]}(o),s=RegExp(t,"i"),[r,a]=function(t,e,i){const n=t.match(e);if(n){const t={};let e=1;for(const o in i)if(Le(i,o)){const s=i[o],r=s.groups?s.groups+1:1;!s.literal&&s.token&&(t[s.token.val[0]]=s.deser(n.slice(e,e+r))),e+=r}return[n,t]}return[n,{}]}(e,s,i),[l,h,c]=a?function(t){let e,i=null;Se(t.z)||(i=yi.create(t.z)),Se(t.Z)||(i||(i=new _i(t.Z)),e=t.Z),Se(t.q)||(t.M=3*(t.q-1)+1),Se(t.h)||(t.h<12&&1===t.a?t.h+=12:12===t.h&&0===t.a&&(t.h=0)),0===t.G&&t.y&&(t.y=-t.y),Se(t.u)||(t.S=Ie(t.u));const n=Object.keys(t).reduce(((e,i)=>{const n=(t=>{switch(t){case"S":return"millisecond";case"s":return"second";case"m":return"minute";case"h":case"H":return"hour";case"d":return"day";case"o":return"ordinal";case"L":case"M":return"month";case"y":return"year";case"E":case"c":return"weekday";case"W":return"weekNumber";case"k":return"weekYear";case"q":return"quarter";default:return null}})(i);return n&&(e[n]=t[i]),e}),{});return[n,i,e]}(a):[null,null,void 0];if(Le(a,"a")&&Le(a,"H"))throw new Kt("Can't include meridiem when specifying 24-hour format");return{input:e,tokens:n,regex:s,rawMatches:r,matches:a,result:l,zone:h,specificOffset:c}}}const so=[0,31,59,90,120,151,181,212,243,273,304,334],ro=[0,31,60,91,121,152,182,213,244,274,305,335];function ao(t,e){return new di("unit out of range",`you specified ${e} (of type ${typeof e}) as a ${t}, which is invalid`)}function lo(t,e,i){const n=new Date(Date.UTC(t,e-1,i));t<100&&t>=0&&n.setUTCFullYear(n.getUTCFullYear()-1900);const o=n.getUTCDay();return 0===o?7:o}function ho(t,e,i){return i+(De(t)?ro:so)[e-1]}function co(t,e){const i=De(t)?ro:so,n=i.findIndex((t=>t<e));return{month:n+1,day:e-i[n]}}function uo(t){const{year:e,month:i,day:n}=t,o=ho(e,i,n),s=lo(e,i,n);let r,a=Math.floor((o-s+10)/7);return a<1?(r=e-1,a=qe(r)):a>qe(e)?(r=e+1,a=1):r=e,{weekYear:r,weekNumber:a,weekday:s,...We(t)}}function po(t){const{weekYear:e,weekNumber:i,weekday:n}=t,o=lo(e,1,4),s=Ne(e);let r,a=7*i+n-o-3;a<1?(r=e-1,a+=Ne(r)):a>s?(r=e+1,a-=Ne(e)):r=e;const{month:l,day:h}=co(r,a);return{year:r,month:l,day:h,...We(t)}}function mo(t){const{year:e,month:i,day:n}=t;return{year:e,ordinal:ho(e,i,n),...We(t)}}function fo(t){const{year:e,ordinal:i}=t,{month:n,day:o}=co(e,i);return{year:e,month:n,day:o,...We(t)}}function go(t){const e=Ee(t.year),i=Ae(t.month,1,12),n=Ae(t.day,1,Re(t.year,t.month));return e?i?!n&&ao("day",t.day):ao("month",t.month):ao("year",t.year)}function vo(t){const{hour:e,minute:i,second:n,millisecond:o}=t,s=Ae(e,0,23)||24===e&&0===i&&0===n&&0===o,r=Ae(i,0,59),a=Ae(n,0,59),l=Ae(o,0,999);return s?r?a?!l&&ao("millisecond",o):ao("second",n):ao("minute",i):ao("hour",e)}const yo="Invalid DateTime",bo=864e13;function _o(t){return new di("unsupported zone",`the zone "${t.name}" is not supported`)}function xo(t){return null===t.weekData&&(t.weekData=uo(t.c)),t.weekData}function wo(t,e){const i={ts:t.ts,zone:t.zone,c:t.c,o:t.o,loc:t.loc,invalid:t.invalid};return new Zo({...i,...e,old:i})}function ko(t,e,i){let n=t-60*e*1e3;const o=i.offset(n);if(e===o)return[n,e];n-=60*(o-e)*1e3;const s=i.offset(n);return o===s?[n,o]:[t-60*Math.min(o,s)*1e3,Math.max(o,s)]}function So(t,e){const i=new Date(t+=60*e*1e3);return{year:i.getUTCFullYear(),month:i.getUTCMonth()+1,day:i.getUTCDate(),hour:i.getUTCHours(),minute:i.getUTCMinutes(),second:i.getUTCSeconds(),millisecond:i.getUTCMilliseconds()}}function Co(t,e,i){return ko(Be(t),e,i)}function Eo(t,e){const i=t.o,n=t.c.year+Math.trunc(e.years),o=t.c.month+Math.trunc(e.months)+3*Math.trunc(e.quarters),s={...t.c,year:n,month:o,day:Math.min(t.c.day,Re(n,o))+Math.trunc(e.days)+7*Math.trunc(e.weeks)},r=Nn.fromObject({years:e.years-Math.trunc(e.years),quarters:e.quarters-Math.trunc(e.quarters),months:e.months-Math.trunc(e.months),weeks:e.weeks-Math.trunc(e.weeks),days:e.days-Math.trunc(e.days),hours:e.hours,minutes:e.minutes,seconds:e.seconds,milliseconds:e.milliseconds}).as("milliseconds"),a=Be(s);let[l,h]=ko(a,i,t.zone);return 0!==r&&(l+=r,h=t.zone.offset(l)),{ts:l,o:h}}function To(t,e,i,n,o,s){const{setZone:r,zone:a}=i;if(t&&0!==Object.keys(t).length){const n=e||a,o=Zo.fromObject(t,{...i,zone:n,specificOffset:s});return r?o:o.setZone(a)}return Zo.invalid(new di("unparsable",`the input "${o}" can't be parsed as ${n}`))}function $o(t,e,i=!0){return t.isValid?ci.create(qi.create("en-US"),{allowZ:i,forceSimple:!0}).formatDateTimeFromString(t,e):null}function Lo(t,e){const i=t.c.year>9999||t.c.year<0;let n="";return i&&t.c.year>=0&&(n+="+"),n+=Me(t.c.year,i?6:4),e?(n+="-",n+=Me(t.c.month),n+="-",n+=Me(t.c.day)):(n+=Me(t.c.month),n+=Me(t.c.day)),n}function Ao(t,e,i,n,o,s){let r=Me(t.c.hour);return e?(r+=":",r+=Me(t.c.minute),0===t.c.second&&i||(r+=":")):r+=Me(t.c.minute),0===t.c.second&&i||(r+=Me(t.c.second),0===t.c.millisecond&&n||(r+=".",r+=Me(t.c.millisecond,3))),o&&(t.isOffsetFixed&&0===t.offset&&!s?r+="Z":t.o<0?(r+="-",r+=Me(Math.trunc(-t.o/60)),r+=":",r+=Me(Math.trunc(-t.o%60))):(r+="+",r+=Me(Math.trunc(t.o/60)),r+=":",r+=Me(Math.trunc(t.o%60)))),s&&(r+="["+t.zone.ianaName+"]"),r}const Mo={month:1,day:1,hour:0,minute:0,second:0,millisecond:0},Oo={weekNumber:1,weekday:1,hour:0,minute:0,second:0,millisecond:0},Po={ordinal:1,hour:0,minute:0,second:0,millisecond:0},Io=["year","month","day","hour","minute","second","millisecond"],zo=["weekYear","weekNumber","weekday","hour","minute","second","millisecond"],Do=["year","ordinal","hour","minute","second","millisecond"];function No(t){const e={year:"year",years:"year",month:"month",months:"month",day:"day",days:"day",hour:"hour",hours:"hour",minute:"minute",minutes:"minute",quarter:"quarter",quarters:"quarter",second:"second",seconds:"second",millisecond:"millisecond",milliseconds:"millisecond",weekday:"weekday",weekdays:"weekday",weeknumber:"weekNumber",weeksnumber:"weekNumber",weeknumbers:"weekNumber",weekyear:"weekYear",weekyears:"weekYear",ordinal:"ordinal"}[t.toLowerCase()];if(!e)throw new Yt(t);return e}function Ro(t,e){const i=wi(e.zone,Li.defaultZone),n=qi.fromObject(e),o=Li.now();let s,r;if(Se(t.year))s=o;else{for(const e of Io)Se(t[e])&&(t[e]=Mo[e]);const e=go(t)||vo(t);if(e)return Zo.invalid(e);const n=i.offset(o);[s,r]=Co(t,n,i)}return new Zo({ts:s,zone:i,loc:n,o:r})}function Bo(t,e,i){const n=!!Se(i.round)||i.round,o=(t,o)=>{t=ze(t,n||i.calendary?0:2,!0);return e.loc.clone(i).relFormatter(i).format(t,o)},s=n=>i.calendary?e.hasSame(t,n)?0:e.startOf(n).diff(t.startOf(n),n).get(n):e.diff(t,n).get(n);if(i.unit)return o(s(i.unit),i.unit);for(const t of i.units){const e=s(t);if(Math.abs(e)>=1)return o(e,t)}return o(t>e?-0:0,i.units[i.units.length-1])}function qo(t){let e,i={};return t.length>0&&"object"==typeof t[t.length-1]?(i=t[t.length-1],e=Array.from(t).slice(0,t.length-1)):e=Array.from(t),[i,e]}class Zo{constructor(t){const e=t.zone||Li.defaultZone;let i=t.invalid||(Number.isNaN(t.ts)?new di("invalid input"):null)||(e.isValid?null:_o(e));this.ts=Se(t.ts)?Li.now():t.ts;let n=null,o=null;if(!i){if(t.old&&t.old.ts===this.ts&&t.old.zone.equals(e))[n,o]=[t.old.c,t.old.o];else{const t=e.offset(this.ts);n=So(this.ts,t),i=Number.isNaN(n.year)?new di("invalid input"):null,n=i?null:n,o=i?null:t}}this._zone=e,this.loc=t.loc||qi.create(),this.invalid=i,this.weekData=null,this.c=n,this.o=o,this.isLuxonDateTime=!0}static now(){return new Zo({})}static local(){const[t,e]=qo(arguments),[i,n,o,s,r,a,l]=e;return Ro({year:i,month:n,day:o,hour:s,minute:r,second:a,millisecond:l},t)}static utc(){const[t,e]=qo(arguments),[i,n,o,s,r,a,l]=e;return t.zone=_i.utcInstance,Ro({year:i,month:n,day:o,hour:s,minute:r,second:a,millisecond:l},t)}static fromJSDate(t,e={}){const i=function(t){return"[object Date]"===Object.prototype.toString.call(t)}(t)?t.valueOf():NaN;if(Number.isNaN(i))return Zo.invalid("invalid input");const n=wi(e.zone,Li.defaultZone);return n.isValid?new Zo({ts:i,zone:n,loc:qi.fromObject(e)}):Zo.invalid(_o(n))}static fromMillis(t,e={}){if(Ce(t))return t<-bo||t>bo?Zo.invalid("Timestamp out of range"):new Zo({ts:t,zone:wi(e.zone,Li.defaultZone),loc:qi.fromObject(e)});throw new Jt(`fromMillis requires a numerical input, but received a ${typeof t} with value ${t}`)}static fromSeconds(t,e={}){if(Ce(t))return new Zo({ts:1e3*t,zone:wi(e.zone,Li.defaultZone),loc:qi.fromObject(e)});throw new Jt("fromSeconds requires a numerical input")}static fromObject(t,e={}){t=t||{};const i=wi(e.zone,Li.defaultZone);if(!i.isValid)return Zo.invalid(_o(i));const n=Li.now(),o=Se(e.specificOffset)?i.offset(n):e.specificOffset,s=je(t,No),r=!Se(s.ordinal),a=!Se(s.year),l=!Se(s.month)||!Se(s.day),h=a||l,c=s.weekYear||s.weekNumber,d=qi.fromObject(e);if((h||r)&&c)throw new Kt("Can't mix weekYear/weekNumber units with year/month/day or ordinals");if(l&&r)throw new Kt("Can't mix ordinal dates with month/day");const u=c||s.weekday&&!h;let p,m,f=So(n,o);u?(p=zo,m=Oo,f=uo(f)):r?(p=Do,m=Po,f=mo(f)):(p=Io,m=Mo);let g=!1;for(const t of p){Se(s[t])?s[t]=g?m[t]:f[t]:g=!0}const v=u?function(t){const e=Ee(t.weekYear),i=Ae(t.weekNumber,1,qe(t.weekYear)),n=Ae(t.weekday,1,7);return e?i?!n&&ao("weekday",t.weekday):ao("week",t.week):ao("weekYear",t.weekYear)}(s):r?function(t){const e=Ee(t.year),i=Ae(t.ordinal,1,Ne(t.year));return e?!i&&ao("ordinal",t.ordinal):ao("year",t.year)}(s):go(s),y=v||vo(s);if(y)return Zo.invalid(y);const b=u?po(s):r?fo(s):s,[_,x]=Co(b,o,i),w=new Zo({ts:_,zone:i,o:x,loc:d});return s.weekday&&h&&t.weekday!==w.weekday?Zo.invalid("mismatched weekday",`you can't specify both a weekday of ${s.weekday} and a date of ${w.toISO()}`):w}static fromISO(t,e={}){const[i,n]=function(t){return Ui(t,[gn,_n],[vn,xn],[yn,wn],[bn,kn])}(t);return To(i,n,e,"ISO 8601",t)}static fromRFC2822(t,e={}){const[i,n]=function(t){return Ui(function(t){return t.replace(/\([^()]*\)|[\n\t]/g," ").replace(/(\s\s+)/g," ").trim()}(t),[hn,cn])}(t);return To(i,n,e,"RFC 2822",t)}static fromHTTP(t,e={}){const[i,n]=function(t){return Ui(t,[dn,mn],[un,mn],[pn,fn])}(t);return To(i,n,e,"HTTP",e)}static fromFormat(t,e,i={}){if(Se(t)||Se(e))throw new Jt("fromFormat requires an input string and a format");const{locale:n=null,numberingSystem:o=null}=i,s=qi.fromOpts({locale:n,numberingSystem:o,defaultToEN:!0}),[r,a,l,h]=function(t,e,i){const{result:n,zone:o,specificOffset:s,invalidReason:r}=oo(t,e,i);return[n,o,s,r]}(s,t,e);return h?Zo.invalid(h):To(r,a,i,`format ${e}`,t,l)}static fromString(t,e,i={}){return Zo.fromFormat(t,e,i)}static fromSQL(t,e={}){const[i,n]=function(t){return Ui(t,[Cn,_n],[En,Tn])}(t);return To(i,n,e,"SQL",t)}static invalid(t,e=null){if(!t)throw new Jt("need to specify a reason the DateTime is invalid");const i=t instanceof di?t:new di(t,e);if(Li.throwOnInvalid)throw new Ht(i);return new Zo({invalid:i})}static isDateTime(t){return t&&t.isLuxonDateTime||!1}get(t){return this[t]}get isValid(){return null===this.invalid}get invalidReason(){return this.invalid?this.invalid.reason:null}get invalidExplanation(){return this.invalid?this.invalid.explanation:null}get locale(){return this.isValid?this.loc.locale:null}get numberingSystem(){return this.isValid?this.loc.numberingSystem:null}get outputCalendar(){return this.isValid?this.loc.outputCalendar:null}get zone(){return this._zone}get zoneName(){return this.isValid?this.zone.name:null}get year(){return this.isValid?this.c.year:NaN}get quarter(){return this.isValid?Math.ceil(this.c.month/3):NaN}get month(){return this.isValid?this.c.month:NaN}get day(){return this.isValid?this.c.day:NaN}get hour(){return this.isValid?this.c.hour:NaN}get minute(){return this.isValid?this.c.minute:NaN}get second(){return this.isValid?this.c.second:NaN}get millisecond(){return this.isValid?this.c.millisecond:NaN}get weekYear(){return this.isValid?xo(this).weekYear:NaN}get weekNumber(){return this.isValid?xo(this).weekNumber:NaN}get weekday(){return this.isValid?xo(this).weekday:NaN}get ordinal(){return this.isValid?mo(this.c).ordinal:NaN}get monthShort(){return this.isValid?qn.months("short",{locObj:this.loc})[this.month-1]:null}get monthLong(){return this.isValid?qn.months("long",{locObj:this.loc})[this.month-1]:null}get weekdayShort(){return this.isValid?qn.weekdays("short",{locObj:this.loc})[this.weekday-1]:null}get weekdayLong(){return this.isValid?qn.weekdays("long",{locObj:this.loc})[this.weekday-1]:null}get offset(){return this.isValid?+this.o:NaN}get offsetNameShort(){return this.isValid?this.zone.offsetName(this.ts,{format:"short",locale:this.locale}):null}get offsetNameLong(){return this.isValid?this.zone.offsetName(this.ts,{format:"long",locale:this.locale}):null}get isOffsetFixed(){return this.isValid?this.zone.isUniversal:null}get isInDST(){return!this.isOffsetFixed&&(this.offset>this.set({month:1,day:1}).offset||this.offset>this.set({month:5}).offset)}get isInLeapYear(){return De(this.year)}get daysInMonth(){return Re(this.year,this.month)}get daysInYear(){return this.isValid?Ne(this.year):NaN}get weeksInWeekYear(){return this.isValid?qe(this.weekYear):NaN}resolvedLocaleOptions(t={}){const{locale:e,numberingSystem:i,calendar:n}=ci.create(this.loc.clone(t),t).resolvedOptions(this);return{locale:e,numberingSystem:i,outputCalendar:n}}toUTC(t=0,e={}){return this.setZone(_i.instance(t),e)}toLocal(){return this.setZone(Li.defaultZone)}setZone(t,{keepLocalTime:e=!1,keepCalendarTime:i=!1}={}){if((t=wi(t,Li.defaultZone)).equals(this.zone))return this;if(t.isValid){let n=this.ts;if(e||i){const e=t.offset(this.ts),i=this.toObject();[n]=Co(i,e,t)}return wo(this,{ts:n,zone:t})}return Zo.invalid(_o(t))}reconfigure({locale:t,numberingSystem:e,outputCalendar:i}={}){return wo(this,{loc:this.loc.clone({locale:t,numberingSystem:e,outputCalendar:i})})}setLocale(t){return this.reconfigure({locale:t})}set(t){if(!this.isValid)return this;const e=je(t,No),i=!Se(e.weekYear)||!Se(e.weekNumber)||!Se(e.weekday),n=!Se(e.ordinal),o=!Se(e.year),s=!Se(e.month)||!Se(e.day),r=o||s,a=e.weekYear||e.weekNumber;if((r||n)&&a)throw new Kt("Can't mix weekYear/weekNumber units with year/month/day or ordinals");if(s&&n)throw new Kt("Can't mix ordinal dates with month/day");let l;i?l=po({...uo(this.c),...e}):Se(e.ordinal)?(l={...this.toObject(),...e},Se(e.day)&&(l.day=Math.min(Re(l.year,l.month),l.day))):l=fo({...mo(this.c),...e});const[h,c]=Co(l,this.o,this.zone);return wo(this,{ts:h,o:c})}plus(t){if(!this.isValid)return this;return wo(this,Eo(this,Nn.fromDurationLike(t)))}minus(t){if(!this.isValid)return this;return wo(this,Eo(this,Nn.fromDurationLike(t).negate()))}startOf(t){if(!this.isValid)return this;const e={},i=Nn.normalizeUnit(t);switch(i){case"years":e.month=1;case"quarters":case"months":e.day=1;case"weeks":case"days":e.hour=0;case"hours":e.minute=0;case"minutes":e.second=0;case"seconds":e.millisecond=0}if("weeks"===i&&(e.weekday=1),"quarters"===i){const t=Math.ceil(this.month/3);e.month=3*(t-1)+1}return this.set(e)}endOf(t){return this.isValid?this.plus({[t]:1}).startOf(t).minus(1):this}toFormat(t,e={}){return this.isValid?ci.create(this.loc.redefaultToEN(e)).formatDateTimeFromString(this,t):yo}toLocaleString(t=ie,e={}){return this.isValid?ci.create(this.loc.clone(e),t).formatDateTime(this):yo}toLocaleParts(t={}){return this.isValid?ci.create(this.loc.clone(t),t).formatDateTimeParts(this):[]}toISO({format:t="extended",suppressSeconds:e=!1,suppressMilliseconds:i=!1,includeOffset:n=!0,extendedZone:o=!1}={}){if(!this.isValid)return null;const s="extended"===t;let r=Lo(this,s);return r+="T",r+=Ao(this,s,e,i,n,o),r}toISODate({format:t="extended"}={}){return this.isValid?Lo(this,"extended"===t):null}toISOWeekDate(){return $o(this,"kkkk-'W'WW-c")}toISOTime({suppressMilliseconds:t=!1,suppressSeconds:e=!1,includeOffset:i=!0,includePrefix:n=!1,extendedZone:o=!1,format:s="extended"}={}){if(!this.isValid)return null;return(n?"T":"")+Ao(this,"extended"===s,e,t,i,o)}toRFC2822(){return $o(this,"EEE, dd LLL yyyy HH:mm:ss ZZZ",!1)}toHTTP(){return $o(this.toUTC(),"EEE, dd LLL yyyy HH:mm:ss 'GMT'")}toSQLDate(){return this.isValid?Lo(this,!0):null}toSQLTime({includeOffset:t=!0,includeZone:e=!1,includeOffsetSpace:i=!0}={}){let n="HH:mm:ss.SSS";return(e||t)&&(i&&(n+=" "),e?n+="z":t&&(n+="ZZ")),$o(this,n,!0)}toSQL(t={}){return this.isValid?`${this.toSQLDate()} ${this.toSQLTime(t)}`:null}toString(){return this.isValid?this.toISO():yo}valueOf(){return this.toMillis()}toMillis(){return this.isValid?this.ts:NaN}toSeconds(){return this.isValid?this.ts/1e3:NaN}toUnixInteger(){return this.isValid?Math.floor(this.ts/1e3):NaN}toJSON(){return this.toISO()}toBSON(){return this.toJSDate()}toObject(t={}){if(!this.isValid)return{};const e={...this.c};return t.includeConfig&&(e.outputCalendar=this.outputCalendar,e.numberingSystem=this.loc.numberingSystem,e.locale=this.loc.locale),e}toJSDate(){return new Date(this.isValid?this.ts:NaN)}diff(t,e="milliseconds",i={}){if(!this.isValid||!t.isValid)return Nn.invalid("created by diffing an invalid DateTime");const n={locale:this.locale,numberingSystem:this.numberingSystem,...i},o=(a=e,Array.isArray(a)?a:[a]).map(Nn.normalizeUnit),s=t.valueOf()>this.valueOf(),r=Fn(s?this:t,s?t:this,o,n);var a;return s?r.negate():r}diffNow(t="milliseconds",e={}){return this.diff(Zo.now(),t,e)}until(t){return this.isValid?Bn.fromDateTimes(this,t):this}hasSame(t,e){if(!this.isValid)return!1;const i=t.valueOf(),n=this.setZone(t.zone,{keepLocalTime:!0});return n.startOf(e)<=i&&i<=n.endOf(e)}equals(t){return this.isValid&&t.isValid&&this.valueOf()===t.valueOf()&&this.zone.equals(t.zone)&&this.loc.equals(t.loc)}toRelative(t={}){if(!this.isValid)return null;const e=t.base||Zo.fromObject({},{zone:this.zone}),i=t.padding?this<e?-t.padding:t.padding:0;let n=["years","months","days","hours","minutes","seconds"],o=t.unit;return Array.isArray(t.unit)&&(n=t.unit,o=void 0),Bo(e,this.plus(i),{...t,numeric:"always",units:n,unit:o})}toRelativeCalendar(t={}){return this.isValid?Bo(t.base||Zo.fromObject({},{zone:this.zone}),this,{...t,numeric:"auto",units:["years","months","days"],calendary:!0}):null}static min(...t){if(!t.every(Zo.isDateTime))throw new Jt("min requires all arguments be DateTimes");return $e(t,(t=>t.valueOf()),Math.min)}static max(...t){if(!t.every(Zo.isDateTime))throw new Jt("max requires all arguments be DateTimes");return $e(t,(t=>t.valueOf()),Math.max)}static fromFormatExplain(t,e,i={}){const{locale:n=null,numberingSystem:o=null}=i;return oo(qi.fromOpts({locale:n,numberingSystem:o,defaultToEN:!0}),t,e)}static fromStringExplain(t,e,i={}){return Zo.fromFormatExplain(t,e,i)}static get DATE_SHORT(){return ie}static get DATE_MED(){return ne}static get DATE_MED_WITH_WEEKDAY(){return oe}static get DATE_FULL(){return se}static get DATE_HUGE(){return re}static get TIME_SIMPLE(){return ae}static get TIME_WITH_SECONDS(){return le}static get TIME_WITH_SHORT_OFFSET(){return he}static get TIME_WITH_LONG_OFFSET(){return ce}static get TIME_24_SIMPLE(){return de}static get TIME_24_WITH_SECONDS(){return ue}static get TIME_24_WITH_SHORT_OFFSET(){return pe}static get TIME_24_WITH_LONG_OFFSET(){return me}static get DATETIME_SHORT(){return fe}static get DATETIME_SHORT_WITH_SECONDS(){return ge}static get DATETIME_MED(){return ve}static get DATETIME_MED_WITH_SECONDS(){return ye}static get DATETIME_MED_WITH_WEEKDAY(){return be}static get DATETIME_FULL(){return _e}static get DATETIME_FULL_WITH_SECONDS(){return xe}static get DATETIME_HUGE(){return we}static get DATETIME_HUGE_WITH_SECONDS(){return ke}}function Fo(t){if(Zo.isDateTime(t))return t;if(t&&t.valueOf&&Ce(t.valueOf()))return Zo.fromJSDate(t);if(t&&"object"==typeof t)return Zo.fromObject(t);throw new Jt(`Unknown datetime argument: ${t}, of type ${typeof t}`)}class Uo extends nt{constructor(){super(...arguments),this.ttl=6e4,this.max=20,this.keyedAssets={},this.locale=[...navigator.languages],this.fields={},this.groups={},this.languages={},this.featuredFields=[],this.pendingResolves={},this.fetching={}}getLocale(){return this.locale[0]}reset(){this.cache=Vt(this.max,this.ttl);const t=[];this.completionEndpoint&&t.push(bt(this.completionEndpoint).then((t=>{this.schema=t.json.context,this.fnOptions=t.json.functions}))),this.fieldsEndpoint&&t.push(this.refreshFields()),this.globalsEndpoint&&t.push(St(this.globalsEndpoint).then((t=>{this.keyedAssets.globals=t.map((t=>t.key))}))),this.languagesEndpoint&&t.push(St(this.languagesEndpoint).then((t=>{this.languages=t.reduce((function(t,e){return t[e.value]=e.name,t}),{})}))),this.groupsEndpoint&&t.push(St(this.groupsEndpoint).then((t=>{t.forEach((t=>{this.groups[t.uuid]=t}))}))),this.workspaceEndpoint&&t.push(bt(this.workspaceEndpoint).then((t=>{this.workspace=t.json;const e=t.headers.get("content-language");e&&(this.locale=[e,...this.locale])}))),this.httpComplete=Promise.all(t)}firstUpdated(){this.reset()}getLanguageCode(){return this.locale.length>0?this.locale[0].split("-")[0]:"en"}refreshFields(){return St(this.fieldsEndpoint).then((t=>{this.keyedAssets.fields=[],this.featuredFields=[],t.forEach((t=>{this.keyedAssets.fields.push(t.key),this.fields[t.key]=t,t.featured&&this.featuredFields.push(t)})),this.featuredFields.sort(((t,e)=>e.priority-t.priority)),this.keyedAssets.fields.sort(),this.fireCustomEvent(Ft.StoreUpdated,{url:this.fieldsEndpoint,data:this.keyedAssets.fields})}))}getShortDuration(t,e=null){const i=e||Zo.now();return t.setLocale(this.locale[0]).toRelative({base:i,style:"long"})}getShortDurationFromIso(t,e=null){const i=Zo.fromISO(t),n=e?Zo.fromISO(e):Zo.now();return this.getShortDuration(i,n)}setKeyedAssets(t,e){this.keyedAssets[t]=e}updated(t){super.updated(t)}getCompletionSchema(){return this.schema}getFunctions(){return this.fnOptions}getKeyedAssets(){return this.keyedAssets}getFieldKeys(){return this.keyedAssets.fields}getContactField(t){return this.fields[t]}getFeaturedFields(){return this.featuredFields}getLanguageName(t){return this.languages[t]}isDynamicGroup(t){const e=this.groups[t];return!(!e||!e.query)}getWorkspace(){return this.workspace}formatDate(t){return Zo.fromISO(t).setLocale(this.getLocale()).toLocaleString(Zo.DATETIME_SHORT)}postJSON(t,e=""){return Et(t,e)}postForm(t,e){return Tt(t,e)}postUrl(t,e="",i={},n=null){return Ct(t,e,i,n)}getUrl(t,e){return!(e=e||{}).force&&this.cache.has(t)?new Promise((e=>{e(this.cache.get(t))})):bt(t,e.controller,e.headers||{}).then((e=>new Promise(((i,n)=>{e.status>=200&&e.status<=300?(this.cache.set(t,e),i(e)):n("Status: "+e.status)}))))}getResults(t,e){e=e||{};const i="results_"+t,n=this.cache.get(i);return!e.force&&n?new Promise((t=>{t(n)})):new Promise((e=>{const n=this.pendingResolves[t]||[];n.push(e),this.pendingResolves[t]=n,n.length<=1&&wt(t).then((e=>{this.cache.set(i,e);const n=this.pendingResolves[t]||[];for(;n.length>0;){n.pop()(e)}}))}))}updateCache(t,e){this.cache.set(t,e),this.fireCustomEvent(Ft.StoreUpdated,{url:t,data:e})}makeRequest(t,e){const i=this.fetching[t],n=(new Date).getTime();if(i&&n-i<500)return;this.fetching[t]=n,e=e||{};const o=this.cache.get(t);o&&!e.force?this.fireCustomEvent(Ft.StoreUpdated,{url:t,data:o}):wt(t).then((i=>{i=e.prepareData?e.prepareData(i):i,this.cache.set(t,i),this.fireCustomEvent(Ft.StoreUpdated,{url:t,data:i}),delete this.fetching[t]}))}}t([st({type:Number})],Uo.prototype,"ttl",void 0),t([st({type:Number})],Uo.prototype,"max",void 0),t([st({type:String,attribute:"completion"})],Uo.prototype,"completionEndpoint",void 0),t([st({type:String,attribute:"fields"})],Uo.prototype,"fieldsEndpoint",void 0),t([st({type:String,attribute:"groups"})],Uo.prototype,"groupsEndpoint",void 0),t([st({type:String,attribute:"globals"})],Uo.prototype,"globalsEndpoint",void 0),t([st({type:String,attribute:"languages"})],Uo.prototype,"languagesEndpoint",void 0),t([st({type:String,attribute:"workspace"})],Uo.prototype,"workspaceEndpoint",void 0),t([st({type:Object,attribute:!1})],Uo.prototype,"schema",void 0),t([st({type:Object,attribute:!1})],Uo.prototype,"fnOptions",void 0),t([st({type:Object,attribute:!1})],Uo.prototype,"keyedAssets",void 0);class Vo extends nt{constructor(){super(...arguments),this.marginHorizontal=0,this.marginVertical=7,this.scrollPct=75,this.cursorIndex=-1,this.nameKey="name",this.loading=!1,this.hideShadow=!1,this.getName=function(t){return t[this.nameKey||"name"]},this.renderInputOption=function(){return null},this.scrollHeight=0,this.triggerScroll=!1,this.scrollParent=null,this.setCursor=It((function(t){t!==this.cursorIndex&&(this.cursorIndex=t)}),50)}static get styles(){return r`
|
|
225
225
|
.options-container {
|
|
226
226
|
background: var(--color-options-bg);
|
|
227
227
|
user-select: none;
|
|
@@ -3962,7 +3962,7 @@ function t(t,e,i,n){var o,s=arguments.length,r=s<3?e:null===n?n=Object.getOwnPro
|
|
|
3962
3962
|
</div>
|
|
3963
3963
|
</div>
|
|
3964
3964
|
</temba-dropdown>
|
|
3965
|
-
`:a}}setBubble(t,e){const i=Qa(this.root.items,t);return!(!i||!i.item)&&(i.item.bubble=e,this.requestUpdate("root"),!0)}getMenuItemState(t){let e={};return t&&(e=this.state[t],e||(e={},this.state[t]=e)),e}updated(t){t.has("value")&&this.setSelection((this.value||"").split("/")),t.has("submenu")&&!t.has("value")&&this.setSelection([this.submenu]),t.has("endpoint")&&(this.root={level:-1,endpoint:this.endpoint},this.wait||this.loadItems(this.root),this.fireCustomEvent(Ft.Ready))}reset(){this.loadItems(this.root)}refresh(t=null){t||(t=[...this.selection]);const e=this.getMenuItemForSelection(t);e&&(e.endpoint?this.loadItems(e,!1):(t.pop(),this.refresh(t)))}fireNoPath(t){const e=this.getMenuItem();if(e){const i={item:e.id,selection:"/"+this.selection.join("/"),endpoint:e.endpoint,path:t+"/"+this.pending.join("/")+document.location.search},n=this.selection.join("/");n.replace(i.path,""),this.selection=n.split("/"),this.fireCustomEvent(Ft.NoPath,i),this.pending=[],this.requestUpdate("root")}}loadItems(t,e=!0){t&&t.endpoint&&(t.loading=!0,this.httpComplete=wt(t.endpoint).then((i=>{if(i.forEach((e=>{e.level=t.level+1,e.items&&e.items.forEach((e=>{e.level=t.level+2}))})),t.items=i,t.loading=!1,this.requestUpdate("root"),this.scrollSelectedIntoView(),this.pending&&this.pending.length>0){const t=this.pending.shift();if(t&&i.length>0){const e=Qa(i,t);e.item?this.handleItemClicked(null,e.item):this.fireNoPath(t)}}else if(e&&i.length>0&&this.selection.length>=1&&!t.inline)for(const t of i)if(!t.type){this.handleItemClicked(null,t);break}})))}handleItemClicked(t,e,i=null){if(this.fireCustomEvent(Ft.ButtonClicked,{item:e,parent:i}),!(i&&i.popup||e.popup))if(i&&i.inline&&this.handleItemClicked(null,i),this.collapsed&&(this.collapsed=!1),t&&(t.preventDefault(),t.stopPropagation()),e.trigger)new Function(e.trigger)();else{if(e.level,e.level>=this.selection.length?this.selection.push(e.vanity_id||e.id):this.selection.splice(e.level,this.selection.length-e.level,e.vanity_id||e.id),e.endpoint)this.loadItems(e
|
|
3965
|
+
`:a}}setBubble(t,e){const i=Qa(this.root.items,t);return!(!i||!i.item)&&(i.item.bubble=e,this.requestUpdate("root"),!0)}getMenuItemState(t){let e={};return t&&(e=this.state[t],e||(e={},this.state[t]=e)),e}updated(t){t.has("value")&&this.setSelection((this.value||"").split("/")),t.has("submenu")&&!t.has("value")&&this.setSelection([this.submenu]),t.has("endpoint")&&(this.root={level:-1,endpoint:this.endpoint},this.wait||this.loadItems(this.root),this.fireCustomEvent(Ft.Ready))}reset(){this.loadItems(this.root)}refresh(t=null){t||(t=[...this.selection]);const e=this.getMenuItemForSelection(t);e&&(e.endpoint?this.loadItems(e,!1):(t.pop(),this.refresh(t)))}fireNoPath(t){const e=this.getMenuItem();if(e){const i={item:e.id,selection:"/"+this.selection.join("/"),endpoint:e.endpoint,path:t+"/"+this.pending.join("/")+document.location.search},n=this.selection.join("/");n.replace(i.path,""),this.selection=n.split("/"),this.fireCustomEvent(Ft.NoPath,i),this.pending=[],this.requestUpdate("root")}}loadItems(t,e=!0){t&&t.endpoint&&(t.loading=!0,this.httpComplete=wt(t.endpoint).then((i=>{if(i.forEach((e=>{e.level=t.level+1,e.items&&e.items.forEach((e=>{e.level=t.level+2}))})),t.items=i,t.loading=!1,this.requestUpdate("root"),this.scrollSelectedIntoView(),this.pending&&this.pending.length>0){const t=this.pending.shift();if(t&&i.length>0){const e=Qa(i,t);e.item?this.handleItemClicked(null,e.item):this.fireNoPath(t)}}else if(e&&i.length>0&&this.selection.length>=1&&!t.inline)for(const t of i)if(!t.type){this.handleItemClicked(null,t);break}})))}handleItemClicked(t,e,i=null){if(this.fireCustomEvent(Ft.ButtonClicked,{item:e,parent:i}),!(i&&i.popup||e.popup))if(i&&i.inline&&this.handleItemClicked(null,i),this.collapsed&&(this.collapsed=!1),t&&(t.preventDefault(),t.stopPropagation()),e.trigger)new Function(e.trigger)();else{if(e.level,e.level>=this.selection.length?this.selection.push(e.vanity_id||e.id):this.selection.splice(e.level,this.selection.length-e.level,e.vanity_id||e.id),e.endpoint){if(this.loadItems(e,0==this.pending.length),!e.href)return}else{if(this.pending&&this.pending.length>0){const t=this.pending.shift(),e=this.getMenuItem();if(t&&e&&e.items&&e.items.length>0){const i=Qa(e.items,t).item;return i?void this.handleItemClicked(null,i):(this.fireNoPath(t),void this.requestUpdate("root"))}return this.fireNoPath(t),void this.requestUpdate("root")}this.requestUpdate("root")}(0==this.pending.length||this.getMenuItem().href)&&this.dispatchEvent(new Event("change"))}}scrollSelectedIntoView(){window.setTimeout((()=>{this.shadowRoot.querySelectorAll(".selected").forEach((t=>{t.scrollIntoView({block:"end",behavior:"smooth"})}))}),0)}clickItem(t){const e=[...this.selection];e.splice(e.length-1,1,t);const i=this.getMenuItemForSelection(e);return!!i&&(this.handleItemClicked(null,i),this.scrollSelectedIntoView(),!0)}getMenuItem(){return this.getMenuItemForSelection([...this.selection])}getMenuItemForSelection(t){const e=[...t];let i=this.root.items,n=null;for(;e.length>0;){const t=e.splice(0,1)[0];if(!i)break;if(n=Qa(i,t).item,!n)break;i=n.items}return n}getSelection(){return this.selection}setSelection(t){this.pending=[...t],this.selection=[],this.wait&&(this.wait=!1,this.loadItems(this.root))}setSelectionPath(t){const e=t.split("/").filter((t=>!!t));this.clickItem(e[e.length-1])||(this.wait=!0,this.setSelection(e))}handleExpand(){this.collapsed=!1}handleCollapse(){this.collapsed=!0}async setFocusedItem(t){const e=t.split("/").filter((t=>!!t));if(e.length>0){if(!Qa(this.root.items,e[0]).item)return}const i=[];let n=this.root;for(;e.length>0;){const t=e.shift();t&&(n.items||(this.loadItems(n,!1),await this.httpComplete),n=Qa(n.items,t).item,n?i.push(t):e.splice(0,e.length))}this.selection=i,this.requestUpdate("root")}isSelected(t){if(t.level<this.selection.length){return this.selection[t.level]==(t.vanity_id||t.id)}return!1}isExpanded(t){return!!this.selection.find((e=>e===t.vanity_id||t.id))}renderAvatar(t){const e=(new Xa).hex(t);let i=t.indexOf(" ")+1;i<1&&(i=t.length>1?1:0);let n=t.substring(0,1)+t.substring(i,i+1);return n=n.toUpperCase(),D`
|
|
3966
3966
|
<div
|
|
3967
3967
|
style="border: 0px solid red; display:flex; flex-direction: column; align-items:center;"
|
|
3968
3968
|
>
|