@nodeblocks/frontend-list-users-block 0.2.2 → 0.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs.js +1 -1
- package/dist/index.d.ts +570 -2
- package/dist/index.esm.js +1 -1
- package/package.json +17 -4
- package/dist/blocks.d.ts +0 -17
- package/dist/blocks.d.ts.map +0 -1
- package/dist/context.d.ts +0 -31
- package/dist/context.d.ts.map +0 -1
- package/dist/index.d.ts.map +0 -1
- package/dist/lib.d.ts +0 -103
- package/dist/lib.d.ts.map +0 -1
- package/dist/list-users.d.ts +0 -49
- package/dist/list-users.d.ts.map +0 -1
package/dist/index.esm.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
import{jsx as e,Fragment as t,jsxs as n}from"react/jsx-runtime";import{Stack as r,Typography as s,Box as i,CircularProgress as a,Tabs as o,Tab as u,Icon as l,TableContainer as c,Paper as h,Table as d,TableHead as m,TableRow as f,TableCell as y,TableBody as g,Pagination as w}from"@mui/material";import{createContext as p,useContext as k,createElement as b,Fragment as v}from"react";class S extends Error{}class T extends S{constructor(e){super(`Invalid DateTime: ${e.toMessage()}`)}}class O extends S{constructor(e){super(`Invalid Interval: ${e.toMessage()}`)}}class N extends S{constructor(e){super(`Invalid Duration: ${e.toMessage()}`)}}class M extends S{}class D extends S{constructor(e){super(`Invalid unit ${e}`)}}class x extends S{}class I extends S{constructor(){super("Zone is an abstract class")}}const V="numeric",E="short",C="long",F={year:V,month:V,day:V},L={year:V,month:E,day:V},$={year:V,month:E,day:V,weekday:E},W={year:V,month:C,day:V},Z={year:V,month:C,day:V,weekday:C},z={hour:V,minute:V},j={hour:V,minute:V,second:V},A={hour:V,minute:V,second:V,timeZoneName:E},q={hour:V,minute:V,second:V,timeZoneName:C},U={hour:V,minute:V,hourCycle:"h23"},_={hour:V,minute:V,second:V,hourCycle:"h23"},R={hour:V,minute:V,second:V,hourCycle:"h23",timeZoneName:E},H={hour:V,minute:V,second:V,hourCycle:"h23",timeZoneName:C},Y={year:V,month:V,day:V,hour:V,minute:V},P={year:V,month:V,day:V,hour:V,minute:V,second:V},J={year:V,month:E,day:V,hour:V,minute:V},G={year:V,month:E,day:V,hour:V,minute:V,second:V},B={year:V,month:E,day:V,weekday:E,hour:V,minute:V},Q={year:V,month:C,day:V,hour:V,minute:V,timeZoneName:E},K={year:V,month:C,day:V,hour:V,minute:V,second:V,timeZoneName:E},X={year:V,month:C,day:V,weekday:C,hour:V,minute:V,timeZoneName:C},ee={year:V,month:C,day:V,weekday:C,hour:V,minute:V,second:V,timeZoneName:C};class te{get type(){throw new I}get name(){throw new I}get ianaName(){return this.name}get isUniversal(){throw new I}offsetName(e,t){throw new I}formatOffset(e,t){throw new I}offset(e){throw new I}equals(e){throw new I}get isValid(){throw new I}}let ne=null;class re extends te{static get instance(){return null===ne&&(ne=new re),ne}get type(){return"system"}get name(){return(new Intl.DateTimeFormat).resolvedOptions().timeZone}get isUniversal(){return!1}offsetName(e,{format:t,locale:n}){return Tt(e,t,n)}formatOffset(e,t){return Dt(this.offset(e),t)}offset(e){return-new Date(e).getTimezoneOffset()}equals(e){return"system"===e.type}get isValid(){return!0}}const se=new Map,ie={year:0,month:1,day:2,era:3,hour:4,minute:5,second:6},ae=new Map;class oe extends te{static create(e){let t=ae.get(e);return void 0===t&&ae.set(e,t=new oe(e)),t}static resetCache(){ae.clear(),se.clear()}static isValidSpecifier(e){return this.isValidZone(e)}static isValidZone(e){if(!e)return!1;try{return new Intl.DateTimeFormat("en-US",{timeZone:e}).format(),!0}catch(e){return!1}}constructor(e){super(),this.zoneName=e,this.valid=oe.isValidZone(e)}get type(){return"iana"}get name(){return this.zoneName}get isUniversal(){return!1}offsetName(e,{format:t,locale:n}){return Tt(e,t,n,this.name)}formatOffset(e,t){return Dt(this.offset(e),t)}offset(e){if(!this.valid)return NaN;const t=new Date(e);if(isNaN(t))return NaN;const n=function(e){let t=se.get(e);return void 0===t&&(t=new Intl.DateTimeFormat("en-US",{hour12:!1,timeZone:e,year:"numeric",month:"2-digit",day:"2-digit",hour:"2-digit",minute:"2-digit",second:"2-digit",era:"short"}),se.set(e,t)),t}(this.name);let[r,s,i,a,o,u,l]=n.formatToParts?function(e,t){const n=e.formatToParts(t),r=[];for(let e=0;e<n.length;e++){const{type:t,value:s}=n[e],i=ie[t];"era"===t?r[i]=s:nt(i)||(r[i]=parseInt(s,10))}return r}(n,t):function(e,t){const n=e.format(t).replace(/\u200E/g,""),r=/(\d+)\/(\d+)\/(\d+) (AD|BC),? (\d+):(\d+):(\d+)/.exec(n),[,s,i,a,o,u,l,c]=r;return[a,s,i,o,u,l,c]}(n,t);"BC"===a&&(r=1-Math.abs(r));let c=+t;const h=c%1e3;return c-=h>=0?h:1e3+h,(kt({year:r,month:s,day:i,hour:24===o?0:o,minute:u,second:l,millisecond:0})-c)/6e4}equals(e){return"iana"===e.type&&e.name===this.name}get isValid(){return this.valid}}let ue={};const le=new Map;function ce(e,t={}){const n=JSON.stringify([e,t]);let r=le.get(n);return void 0===r&&(r=new Intl.DateTimeFormat(e,t),le.set(n,r)),r}const he=new Map,de=new Map;let me=null;const fe=new Map;function ye(e){let t=fe.get(e);return void 0===t&&(t=new Intl.DateTimeFormat(e).resolvedOptions(),fe.set(e,t)),t}const ge=new Map;function we(e,t,n,r){const s=e.listingMode();return"error"===s?null:"en"===s?n(t):r(t)}class pe{constructor(e,t,n){this.padTo=n.padTo||0,this.floor=n.floor||!1;const{padTo:r,floor:s,...i}=n;if(!t||Object.keys(i).length>0){const t={useGrouping:!1,...n};n.padTo>0&&(t.minimumIntegerDigits=n.padTo),this.inf=function(e,t={}){const n=JSON.stringify([e,t]);let r=he.get(n);return void 0===r&&(r=new Intl.NumberFormat(e,t),he.set(n,r)),r}(e,t)}}format(e){if(this.inf){const t=this.floor?Math.floor(e):e;return this.inf.format(t)}return ht(this.floor?Math.floor(e):yt(e,3),this.padTo)}}class ke{constructor(e,t,n){let r;if(this.opts=n,this.originalZone=void 0,this.opts.timeZone)this.dt=e;else if("fixed"===e.zone.type){const t=e.offset/60*-1,n=t>=0?`Etc/GMT+${t}`:`Etc/GMT${t}`;0!==e.offset&&oe.create(n).valid?(r=n,this.dt=e):(r="UTC",this.dt=0===e.offset?e:e.setZone("UTC").plus({minutes:e.offset}),this.originalZone=e.zone)}else"system"===e.zone.type?this.dt=e:"iana"===e.zone.type?(this.dt=e,r=e.zone.name):(r="UTC",this.dt=e.setZone("UTC").plus({minutes:e.offset}),this.originalZone=e.zone);const s={...this.opts};s.timeZone=s.timeZone||r,this.dtf=ce(t,s)}format(){return this.originalZone?this.formatToParts().map(({value:e})=>e).join(""):this.dtf.format(this.dt.toJSDate())}formatToParts(){const e=this.dtf.formatToParts(this.dt.toJSDate());return this.originalZone?e.map(e=>{if("timeZoneName"===e.type){const t=this.originalZone.offsetName(this.dt.ts,{locale:this.dt.locale,format:this.opts.timeZoneName});return{...e,value:t}}return e}):e}resolvedOptions(){return this.dtf.resolvedOptions()}}class be{constructor(e,t,n){this.opts={style:"long",...n},!t&&it()&&(this.rtf=function(e,t={}){const{base:n,...r}=t,s=JSON.stringify([e,r]);let i=de.get(s);return void 0===i&&(i=new Intl.RelativeTimeFormat(e,t),de.set(s,i)),i}(e,n))}format(e,t){return this.rtf?this.rtf.format(e,t):function(e,t,n="always",r=!1){const s={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."]},i=-1===["hours","minutes","seconds"].indexOf(e);if("auto"===n&&i){const n="days"===e;switch(t){case 1:return n?"tomorrow":`next ${s[e][0]}`;case-1:return n?"yesterday":`last ${s[e][0]}`;case 0:return n?"today":`this ${s[e][0]}`}}const a=Object.is(t,-0)||t<0,o=Math.abs(t),u=1===o,l=s[e],c=r?u?l[1]:l[2]||l[1]:u?s[e][0]:e;return a?`${o} ${c} ago`:`in ${o} ${c}`}(t,e,this.opts.numeric,"long"!==this.opts.style)}formatToParts(e,t){return this.rtf?this.rtf.formatToParts(e,t):[]}}const ve={firstDay:1,minimalDays:4,weekend:[6,7]};class Se{static fromOpts(e){return Se.create(e.locale,e.numberingSystem,e.outputCalendar,e.weekSettings,e.defaultToEN)}static create(e,t,n,r,s=!1){const i=e||Ae.defaultLocale,a=i||(s?"en-US":me||(me=(new Intl.DateTimeFormat).resolvedOptions().locale,me)),o=t||Ae.defaultNumberingSystem,u=n||Ae.defaultOutputCalendar,l=lt(r)||Ae.defaultWeekSettings;return new Se(a,o,u,l,i)}static resetCache(){me=null,le.clear(),he.clear(),de.clear(),fe.clear(),ge.clear()}static fromObject({locale:e,numberingSystem:t,outputCalendar:n,weekSettings:r}={}){return Se.create(e,t,n,r)}constructor(e,t,n,r,s){const[i,a,o]=function(e){const t=e.indexOf("-x-");-1!==t&&(e=e.substring(0,t));const n=e.indexOf("-u-");if(-1===n)return[e];{let t,r;try{t=ce(e).resolvedOptions(),r=e}catch(s){const i=e.substring(0,n);t=ce(i).resolvedOptions(),r=i}const{numberingSystem:s,calendar:i}=t;return[r,s,i]}}(e);this.locale=i,this.numberingSystem=t||a||null,this.outputCalendar=n||o||null,this.weekSettings=r,this.intl=function(e,t,n){return n||t?(e.includes("-u-")||(e+="-u"),n&&(e+=`-ca-${n}`),t&&(e+=`-nu-${t}`),e):e}(this.locale,this.numberingSystem,this.outputCalendar),this.weekdaysCache={format:{},standalone:{}},this.monthsCache={format:{},standalone:{}},this.meridiemCache=null,this.eraCache={},this.specifiedLocale=s,this.fastNumbersCached=null}get fastNumbers(){var e;return null==this.fastNumbersCached&&(this.fastNumbersCached=(!(e=this).numberingSystem||"latn"===e.numberingSystem)&&("latn"===e.numberingSystem||!e.locale||e.locale.startsWith("en")||"latn"===ye(e.locale).numberingSystem)),this.fastNumbersCached}listingMode(){const e=this.isEnglish(),t=!(null!==this.numberingSystem&&"latn"!==this.numberingSystem||null!==this.outputCalendar&&"gregory"!==this.outputCalendar);return e&&t?"en":"intl"}clone(e){return e&&0!==Object.getOwnPropertyNames(e).length?Se.create(e.locale||this.specifiedLocale,e.numberingSystem||this.numberingSystem,e.outputCalendar||this.outputCalendar,lt(e.weekSettings)||this.weekSettings,e.defaultToEN||!1):this}redefaultToEN(e={}){return this.clone({...e,defaultToEN:!0})}redefaultToSystem(e={}){return this.clone({...e,defaultToEN:!1})}months(e,t=!1){return we(this,e,Ct,()=>{const n="ja"===this.intl||this.intl.startsWith("ja-"),r=(t&=!n)?{month:e,day:"numeric"}:{month:e},s=t?"format":"standalone";if(!this.monthsCache[s][e]){const t=n?e=>this.dtFormatter(e,r).format():e=>this.extract(e,r,"month");this.monthsCache[s][e]=function(e){const t=[];for(let n=1;n<=12;n++){const r=$r.utc(2009,n,1);t.push(e(r))}return t}(t)}return this.monthsCache[s][e]})}weekdays(e,t=!1){return we(this,e,Wt,()=>{const n=t?{weekday:e,year:"numeric",month:"long",day:"numeric"}:{weekday:e},r=t?"format":"standalone";return this.weekdaysCache[r][e]||(this.weekdaysCache[r][e]=function(e){const t=[];for(let n=1;n<=7;n++){const r=$r.utc(2016,11,13+n);t.push(e(r))}return t}(e=>this.extract(e,n,"weekday"))),this.weekdaysCache[r][e]})}meridiems(){return we(this,void 0,()=>Zt,()=>{if(!this.meridiemCache){const e={hour:"numeric",hourCycle:"h12"};this.meridiemCache=[$r.utc(2016,11,13,9),$r.utc(2016,11,13,19)].map(t=>this.extract(t,e,"dayperiod"))}return this.meridiemCache})}eras(e){return we(this,e,qt,()=>{const t={era:e};return this.eraCache[e]||(this.eraCache[e]=[$r.utc(-40,1,1),$r.utc(2017,1,1)].map(e=>this.extract(e,t,"era"))),this.eraCache[e]})}extract(e,t,n){const r=this.dtFormatter(e,t).formatToParts().find(e=>e.type.toLowerCase()===n);return r?r.value:null}numberFormatter(e={}){return new pe(this.intl,e.forceSimple||this.fastNumbers,e)}dtFormatter(e,t={}){return new ke(e,this.intl,t)}relFormatter(e={}){return new be(this.intl,this.isEnglish(),e)}listFormatter(e={}){return function(e,t={}){const n=JSON.stringify([e,t]);let r=ue[n];return r||(r=new Intl.ListFormat(e,t),ue[n]=r),r}(this.intl,e)}isEnglish(){return"en"===this.locale||"en-us"===this.locale.toLowerCase()||ye(this.intl).locale.startsWith("en-us")}getWeekSettings(){return this.weekSettings?this.weekSettings:at()?function(e){let t=ge.get(e);if(!t){const n=new Intl.Locale(e);t="getWeekInfo"in n?n.getWeekInfo():n.weekInfo,"minimalDays"in t||(t={...ve,...t}),ge.set(e,t)}return t}(this.locale):ve}getStartOfWeek(){return this.getWeekSettings().firstDay}getMinDaysInFirstWeek(){return this.getWeekSettings().minimalDays}getWeekendDays(){return this.getWeekSettings().weekend}equals(e){return this.locale===e.locale&&this.numberingSystem===e.numberingSystem&&this.outputCalendar===e.outputCalendar}toString(){return`Locale(${this.locale}, ${this.numberingSystem}, ${this.outputCalendar})`}}let Te=null;class Oe extends te{static get utcInstance(){return null===Te&&(Te=new Oe(0)),Te}static instance(e){return 0===e?Oe.utcInstance:new Oe(e)}static parseSpecifier(e){if(e){const t=e.match(/^utc(?:([+-]\d{1,2})(?::(\d{2}))?)?$/i);if(t)return new Oe(Ot(t[1],t[2]))}return null}constructor(e){super(),this.fixed=e}get type(){return"fixed"}get name(){return 0===this.fixed?"UTC":`UTC${Dt(this.fixed,"narrow")}`}get ianaName(){return 0===this.fixed?"Etc/UTC":`Etc/GMT${Dt(-this.fixed,"narrow")}`}offsetName(){return this.name}formatOffset(e,t){return Dt(this.fixed,t)}get isUniversal(){return!0}offset(){return this.fixed}equals(e){return"fixed"===e.type&&e.fixed===this.fixed}get isValid(){return!0}}class Ne extends te{constructor(e){super(),this.zoneName=e}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 Me(e,t){if(nt(e)||null===e)return t;if(e instanceof te)return e;if("string"==typeof e){const n=e.toLowerCase();return"default"===n?t:"local"===n||"system"===n?re.instance:"utc"===n||"gmt"===n?Oe.utcInstance:Oe.parseSpecifier(n)||oe.create(e)}return rt(e)?Oe.instance(e):"object"==typeof e&&"offset"in e&&"function"==typeof e.offset?e:new Ne(e)}const De={arab:"[٠-٩]",arabext:"[۰-۹]",bali:"[᭐-᭙]",beng:"[০-৯]",deva:"[०-९]",fullwide:"[0-9]",gujr:"[૦-૯]",hanidec:"[〇|一|二|三|四|五|六|七|八|九]",khmr:"[០-៩]",knda:"[೦-೯]",laoo:"[໐-໙]",limb:"[᥆-᥏]",mlym:"[൦-൯]",mong:"[᠐-᠙]",mymr:"[၀-၉]",orya:"[୦-୯]",tamldec:"[௦-௯]",telu:"[౦-౯]",thai:"[๐-๙]",tibt:"[༠-༩]",latn:"\\d"},xe={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]},Ie=De.hanidec.replace(/[\[|\]]/g,"").split(""),Ve=new Map;function Ee({numberingSystem:e},t=""){const n=e||"latn";let r=Ve.get(n);void 0===r&&(r=new Map,Ve.set(n,r));let s=r.get(t);return void 0===s&&(s=new RegExp(`${De[n]}${t}`),r.set(t,s)),s}let Ce,Fe=()=>Date.now(),Le="system",$e=null,We=null,Ze=null,ze=60,je=null;class Ae{static get now(){return Fe}static set now(e){Fe=e}static set defaultZone(e){Le=e}static get defaultZone(){return Me(Le,re.instance)}static get defaultLocale(){return $e}static set defaultLocale(e){$e=e}static get defaultNumberingSystem(){return We}static set defaultNumberingSystem(e){We=e}static get defaultOutputCalendar(){return Ze}static set defaultOutputCalendar(e){Ze=e}static get defaultWeekSettings(){return je}static set defaultWeekSettings(e){je=lt(e)}static get twoDigitCutoffYear(){return ze}static set twoDigitCutoffYear(e){ze=e%100}static get throwOnInvalid(){return Ce}static set throwOnInvalid(e){Ce=e}static resetCaches(){Se.resetCache(),oe.resetCache(),$r.resetCache(),Ve.clear()}}class qe{constructor(e,t){this.reason=e,this.explanation=t}toMessage(){return this.explanation?`${this.reason}: ${this.explanation}`:this.reason}}const Ue=[0,31,59,90,120,151,181,212,243,273,304,334],_e=[0,31,60,91,121,152,182,213,244,274,305,335];function Re(e,t){return new qe("unit out of range",`you specified ${t} (of type ${typeof t}) as a ${e}, which is invalid`)}function He(e,t,n){const r=new Date(Date.UTC(e,t-1,n));e<100&&e>=0&&r.setUTCFullYear(r.getUTCFullYear()-1900);const s=r.getUTCDay();return 0===s?7:s}function Ye(e,t,n){return n+(gt(e)?_e:Ue)[t-1]}function Pe(e,t){const n=gt(e)?_e:Ue,r=n.findIndex(e=>e<t);return{month:r+1,day:t-n[r]}}function Je(e,t){return(e-t+7)%7+1}function Ge(e,t=4,n=1){const{year:r,month:s,day:i}=e,a=Ye(r,s,i),o=Je(He(r,s,i),n);let u,l=Math.floor((a-o+14-t)/7);return l<1?(u=r-1,l=vt(u,t,n)):l>vt(r,t,n)?(u=r+1,l=1):u=r,{weekYear:u,weekNumber:l,weekday:o,...xt(e)}}function Be(e,t=4,n=1){const{weekYear:r,weekNumber:s,weekday:i}=e,a=Je(He(r,1,t),n),o=wt(r);let u,l=7*s+i-a-7+t;l<1?(u=r-1,l+=wt(u)):l>o?(u=r+1,l-=wt(r)):u=r;const{month:c,day:h}=Pe(u,l);return{year:u,month:c,day:h,...xt(e)}}function Qe(e){const{year:t,month:n,day:r}=e;return{year:t,ordinal:Ye(t,n,r),...xt(e)}}function Ke(e){const{year:t,ordinal:n}=e,{month:r,day:s}=Pe(t,n);return{year:t,month:r,day:s,...xt(e)}}function Xe(e,t){if(!nt(e.localWeekday)||!nt(e.localWeekNumber)||!nt(e.localWeekYear)){if(!nt(e.weekday)||!nt(e.weekNumber)||!nt(e.weekYear))throw new M("Cannot mix locale-based week fields with ISO-based week fields");return nt(e.localWeekday)||(e.weekday=e.localWeekday),nt(e.localWeekNumber)||(e.weekNumber=e.localWeekNumber),nt(e.localWeekYear)||(e.weekYear=e.localWeekYear),delete e.localWeekday,delete e.localWeekNumber,delete e.localWeekYear,{minDaysInFirstWeek:t.getMinDaysInFirstWeek(),startOfWeek:t.getStartOfWeek()}}return{minDaysInFirstWeek:4,startOfWeek:1}}function et(e){const t=st(e.year),n=ct(e.month,1,12),r=ct(e.day,1,pt(e.year,e.month));return t?n?!r&&Re("day",e.day):Re("month",e.month):Re("year",e.year)}function tt(e){const{hour:t,minute:n,second:r,millisecond:s}=e,i=ct(t,0,23)||24===t&&0===n&&0===r&&0===s,a=ct(n,0,59),o=ct(r,0,59),u=ct(s,0,999);return i?a?o?!u&&Re("millisecond",s):Re("second",r):Re("minute",n):Re("hour",t)}function nt(e){return void 0===e}function rt(e){return"number"==typeof e}function st(e){return"number"==typeof e&&e%1==0}function it(){try{return"undefined"!=typeof Intl&&!!Intl.RelativeTimeFormat}catch(e){return!1}}function at(){try{return"undefined"!=typeof Intl&&!!Intl.Locale&&("weekInfo"in Intl.Locale.prototype||"getWeekInfo"in Intl.Locale.prototype)}catch(e){return!1}}function ot(e,t,n){if(0!==e.length)return e.reduce((e,r)=>{const s=[t(r),r];return e&&n(e[0],s[0])===e[0]?e:s},null)[1]}function ut(e,t){return Object.prototype.hasOwnProperty.call(e,t)}function lt(e){if(null==e)return null;if("object"!=typeof e)throw new x("Week settings must be an object");if(!ct(e.firstDay,1,7)||!ct(e.minimalDays,1,7)||!Array.isArray(e.weekend)||e.weekend.some(e=>!ct(e,1,7)))throw new x("Invalid week settings");return{firstDay:e.firstDay,minimalDays:e.minimalDays,weekend:Array.from(e.weekend)}}function ct(e,t,n){return st(e)&&e>=t&&e<=n}function ht(e,t=2){let n;return n=e<0?"-"+(""+-e).padStart(t,"0"):(""+e).padStart(t,"0"),n}function dt(e){return nt(e)||null===e||""===e?void 0:parseInt(e,10)}function mt(e){return nt(e)||null===e||""===e?void 0:parseFloat(e)}function ft(e){if(!nt(e)&&null!==e&&""!==e){const t=1e3*parseFloat("0."+e);return Math.floor(t)}}function yt(e,t,n="round"){const r=10**t;switch(n){case"expand":return e>0?Math.ceil(e*r)/r:Math.floor(e*r)/r;case"trunc":return Math.trunc(e*r)/r;case"round":return Math.round(e*r)/r;case"floor":return Math.floor(e*r)/r;case"ceil":return Math.ceil(e*r)/r;default:throw new RangeError(`Value rounding ${n} is out of range`)}}function gt(e){return e%4==0&&(e%100!=0||e%400==0)}function wt(e){return gt(e)?366:365}function pt(e,t){const n=(r=t-1)-12*Math.floor(r/12)+1;var r;return 2===n?gt(e+(t-n)/12)?29:28:[31,null,31,30,31,30,31,31,30,31,30,31][n-1]}function kt(e){let t=Date.UTC(e.year,e.month-1,e.day,e.hour,e.minute,e.second,e.millisecond);return e.year<100&&e.year>=0&&(t=new Date(t),t.setUTCFullYear(e.year,e.month-1,e.day)),+t}function bt(e,t,n){return-Je(He(e,1,t),n)+t-1}function vt(e,t=4,n=1){const r=bt(e,t,n),s=bt(e+1,t,n);return(wt(e)-r+s)/7}function St(e){return e>99?e:e>Ae.twoDigitCutoffYear?1900+e:2e3+e}function Tt(e,t,n,r=null){const s=new Date(e),i={hourCycle:"h23",year:"numeric",month:"2-digit",day:"2-digit",hour:"2-digit",minute:"2-digit"};r&&(i.timeZone=r);const a={timeZoneName:t,...i},o=new Intl.DateTimeFormat(n,a).formatToParts(s).find(e=>"timezonename"===e.type.toLowerCase());return o?o.value:null}function Ot(e,t){let n=parseInt(e,10);Number.isNaN(n)&&(n=0);const r=parseInt(t,10)||0;return 60*n+(n<0||Object.is(n,-0)?-r:r)}function Nt(e){const t=Number(e);if("boolean"==typeof e||""===e||!Number.isFinite(t))throw new x(`Invalid unit value ${e}`);return t}function Mt(e,t){const n={};for(const r in e)if(ut(e,r)){const s=e[r];if(null==s)continue;n[t(r)]=Nt(s)}return n}function Dt(e,t){const n=Math.trunc(Math.abs(e/60)),r=Math.trunc(Math.abs(e%60)),s=e>=0?"+":"-";switch(t){case"short":return`${s}${ht(n,2)}:${ht(r,2)}`;case"narrow":return`${s}${n}${r>0?`:${r}`:""}`;case"techie":return`${s}${ht(n,2)}${ht(r,2)}`;default:throw new RangeError(`Value format ${t} is out of range for property format`)}}function xt(e){return function(e){return["hour","minute","second","millisecond"].reduce((t,n)=>(t[n]=e[n],t),{})}(e)}const It=["January","February","March","April","May","June","July","August","September","October","November","December"],Vt=["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],Et=["J","F","M","A","M","J","J","A","S","O","N","D"];function Ct(e){switch(e){case"narrow":return[...Et];case"short":return[...Vt];case"long":return[...It];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 Ft=["Monday","Tuesday","Wednesday","Thursday","Friday","Saturday","Sunday"],Lt=["Mon","Tue","Wed","Thu","Fri","Sat","Sun"],$t=["M","T","W","T","F","S","S"];function Wt(e){switch(e){case"narrow":return[...$t];case"short":return[...Lt];case"long":return[...Ft];case"numeric":return["1","2","3","4","5","6","7"];default:return null}}const Zt=["AM","PM"],zt=["Before Christ","Anno Domini"],jt=["BC","AD"],At=["B","A"];function qt(e){switch(e){case"narrow":return[...At];case"short":return[...jt];case"long":return[...zt];default:return null}}function Ut(e,t){let n="";for(const r of e)r.literal?n+=r.val:n+=t(r.val);return n}const _t={D:F,DD:L,DDD:W,DDDD:Z,t:z,tt:j,ttt:A,tttt:q,T:U,TT:_,TTT:R,TTTT:H,f:Y,ff:J,fff:Q,ffff:X,F:P,FF:G,FFF:K,FFFF:ee};class Rt{static create(e,t={}){return new Rt(e,t)}static parseFormat(e){let t=null,n="",r=!1;const s=[];for(let i=0;i<e.length;i++){const a=e.charAt(i);"'"===a?((n.length>0||r)&&s.push({literal:r||/^\s+$/.test(n),val:""===n?"'":n}),t=null,n="",r=!r):r||a===t?n+=a:(n.length>0&&s.push({literal:/^\s+$/.test(n),val:n}),n=a,t=a)}return n.length>0&&s.push({literal:r||/^\s+$/.test(n),val:n}),s}static macroTokenToFormatOpts(e){return _t[e]}constructor(e,t){this.opts=t,this.loc=e,this.systemLoc=null}formatWithSystemDefault(e,t){return null===this.systemLoc&&(this.systemLoc=this.loc.redefaultToSystem()),this.systemLoc.dtFormatter(e,{...this.opts,...t}).format()}dtFormatter(e,t={}){return this.loc.dtFormatter(e,{...this.opts,...t})}formatDateTime(e,t){return this.dtFormatter(e,t).format()}formatDateTimeParts(e,t){return this.dtFormatter(e,t).formatToParts()}formatInterval(e,t){return this.dtFormatter(e.start,t).dtf.formatRange(e.start.toJSDate(),e.end.toJSDate())}resolvedOptions(e,t){return this.dtFormatter(e,t).resolvedOptions()}num(e,t=0,n=void 0){if(this.opts.forceSimple)return ht(e,t);const r={...this.opts};return t>0&&(r.padTo=t),n&&(r.signDisplay=n),this.loc.numberFormatter(r).format(e)}formatDateTimeFromString(e,t){const n="en"===this.loc.listingMode(),r=this.loc.outputCalendar&&"gregory"!==this.loc.outputCalendar,s=(t,n)=>this.loc.extract(e,t,n),i=t=>e.isOffsetFixed&&0===e.offset&&t.allowZ?"Z":e.isValid?e.zone.formatOffset(e.ts,t.format):"",a=(t,r)=>n?function(e,t){return Ct(t)[e.month-1]}(e,t):s(r?{month:t}:{month:t,day:"numeric"},"month"),o=(t,r)=>n?function(e,t){return Wt(t)[e.weekday-1]}(e,t):s(r?{weekday:t}:{weekday:t,month:"long",day:"numeric"},"weekday"),u=t=>{const n=Rt.macroTokenToFormatOpts(t);return n?this.formatWithSystemDefault(e,n):t},l=t=>n?function(e,t){return qt(t)[e.year<0?0:1]}(e,t):s({era:t},"era");return Ut(Rt.parseFormat(t),t=>{switch(t){case"S":return this.num(e.millisecond);case"u":case"SSS":return this.num(e.millisecond,3);case"s":return this.num(e.second);case"ss":return this.num(e.second,2);case"uu":return this.num(Math.floor(e.millisecond/10),2);case"uuu":return this.num(Math.floor(e.millisecond/100));case"m":return this.num(e.minute);case"mm":return this.num(e.minute,2);case"h":return this.num(e.hour%12==0?12:e.hour%12);case"hh":return this.num(e.hour%12==0?12:e.hour%12,2);case"H":return this.num(e.hour);case"HH":return this.num(e.hour,2);case"Z":return i({format:"narrow",allowZ:this.opts.allowZ});case"ZZ":return i({format:"short",allowZ:this.opts.allowZ});case"ZZZ":return i({format:"techie",allowZ:this.opts.allowZ});case"ZZZZ":return e.zone.offsetName(e.ts,{format:"short",locale:this.loc.locale});case"ZZZZZ":return e.zone.offsetName(e.ts,{format:"long",locale:this.loc.locale});case"z":return e.zoneName;case"a":return n?function(e){return Zt[e.hour<12?0:1]}(e):s({hour:"numeric",hourCycle:"h12"},"dayperiod");case"d":return r?s({day:"numeric"},"day"):this.num(e.day);case"dd":return r?s({day:"2-digit"},"day"):this.num(e.day,2);case"c":case"E":return this.num(e.weekday);case"ccc":return o("short",!0);case"cccc":return o("long",!0);case"ccccc":return o("narrow",!0);case"EEE":return o("short",!1);case"EEEE":return o("long",!1);case"EEEEE":return o("narrow",!1);case"L":return r?s({month:"numeric",day:"numeric"},"month"):this.num(e.month);case"LL":return r?s({month:"2-digit",day:"numeric"},"month"):this.num(e.month,2);case"LLL":return a("short",!0);case"LLLL":return a("long",!0);case"LLLLL":return a("narrow",!0);case"M":return r?s({month:"numeric"},"month"):this.num(e.month);case"MM":return r?s({month:"2-digit"},"month"):this.num(e.month,2);case"MMM":return a("short",!1);case"MMMM":return a("long",!1);case"MMMMM":return a("narrow",!1);case"y":return r?s({year:"numeric"},"year"):this.num(e.year);case"yy":return r?s({year:"2-digit"},"year"):this.num(e.year.toString().slice(-2),2);case"yyyy":return r?s({year:"numeric"},"year"):this.num(e.year,4);case"yyyyyy":return r?s({year:"numeric"},"year"):this.num(e.year,6);case"G":return l("short");case"GG":return l("long");case"GGGGG":return l("narrow");case"kk":return this.num(e.weekYear.toString().slice(-2),2);case"kkkk":return this.num(e.weekYear,4);case"W":return this.num(e.weekNumber);case"WW":return this.num(e.weekNumber,2);case"n":return this.num(e.localWeekNumber);case"nn":return this.num(e.localWeekNumber,2);case"ii":return this.num(e.localWeekYear.toString().slice(-2),2);case"iiii":return this.num(e.localWeekYear,4);case"o":return this.num(e.ordinal);case"ooo":return this.num(e.ordinal,3);case"q":return this.num(e.quarter);case"qq":return this.num(e.quarter,2);case"X":return this.num(Math.floor(e.ts/1e3));case"x":return this.num(e.ts);default:return u(t)}})}formatDurationFromString(e,t){const n="negativeLargestOnly"===this.opts.signMode?-1:1,r=e=>{switch(e[0]){case"S":return"milliseconds";case"s":return"seconds";case"m":return"minutes";case"h":return"hours";case"d":return"days";case"w":return"weeks";case"M":return"months";case"y":return"years";default:return null}},s=Rt.parseFormat(t),i=s.reduce((e,{literal:t,val:n})=>t?e:e.concat(n),[]),a=e.shiftTo(...i.map(r).filter(e=>e));return Ut(s,((e,t)=>s=>{const i=r(s);if(i){const r=t.isNegativeDuration&&i!==t.largestUnit?n:1;let a;return a="negativeLargestOnly"===this.opts.signMode&&i!==t.largestUnit?"never":"all"===this.opts.signMode?"always":"auto",this.num(e.get(i)*r,s.length,a)}return s})(a,{isNegativeDuration:a<0,largestUnit:Object.keys(a.values)[0]}))}}const Ht=/[A-Za-z_+-]{1,256}(?::?\/[A-Za-z0-9_+-]{1,256}(?:\/[A-Za-z0-9_+-]{1,256})?)?/;function Yt(...e){const t=e.reduce((e,t)=>e+t.source,"");return RegExp(`^${t}$`)}function Pt(...e){return t=>e.reduce(([e,n,r],s)=>{const[i,a,o]=s(t,r);return[{...e,...i},a||n,o]},[{},null,1]).slice(0,2)}function Jt(e,...t){if(null==e)return[null,null];for(const[n,r]of t){const t=n.exec(e);if(t)return r(t)}return[null,null]}function Gt(...e){return(t,n)=>{const r={};let s;for(s=0;s<e.length;s++)r[e[s]]=dt(t[n+s]);return[r,null,n+s]}}const Bt=/(?:([Zz])|([+-]\d\d)(?::?(\d\d))?)/,Qt=/(\d\d)(?::?(\d\d)(?::?(\d\d)(?:[.,](\d{1,30}))?)?)?/,Kt=RegExp(`${Qt.source}(?:${Bt.source}?(?:\\[(${Ht.source})\\])?)?`),Xt=RegExp(`(?:[Tt]${Kt.source})?`),en=Gt("weekYear","weekNumber","weekDay"),tn=Gt("year","ordinal"),nn=RegExp(`${Qt.source} ?(?:${Bt.source}|(${Ht.source}))?`),rn=RegExp(`(?: ${nn.source})?`);function sn(e,t,n){const r=e[t];return nt(r)?n:dt(r)}function an(e,t){return[{hours:sn(e,t,0),minutes:sn(e,t+1,0),seconds:sn(e,t+2,0),milliseconds:ft(e[t+3])},null,t+4]}function on(e,t){const n=!e[t]&&!e[t+1],r=Ot(e[t+1],e[t+2]);return[{},n?null:Oe.instance(r),t+3]}function un(e,t){return[{},e[t]?oe.create(e[t]):null,t+1]}const ln=RegExp(`^T?${Qt.source}$`),cn=/^-?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 hn(e){const[t,n,r,s,i,a,o,u,l]=e,c="-"===t[0],h=u&&"-"===u[0],d=(e,t=!1)=>void 0!==e&&(t||e&&c)?-e:e;return[{years:d(mt(n)),months:d(mt(r)),weeks:d(mt(s)),days:d(mt(i)),hours:d(mt(a)),minutes:d(mt(o)),seconds:d(mt(u),"-0"===u),milliseconds:d(ft(l),h)}]}const dn={GMT:0,EDT:-240,EST:-300,CDT:-300,CST:-360,MDT:-360,MST:-420,PDT:-420,PST:-480};function mn(e,t,n,r,s,i,a){const o={year:2===t.length?St(dt(t)):dt(t),month:Vt.indexOf(n)+1,day:dt(r),hour:dt(s),minute:dt(i)};return a&&(o.second=dt(a)),e&&(o.weekday=e.length>3?Ft.indexOf(e)+1:Lt.indexOf(e)+1),o}const fn=/^(?:(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 yn(e){const[,t,n,r,s,i,a,o,u,l,c,h]=e,d=mn(t,s,r,n,i,a,o);let m;return m=u?dn[u]:l?0:Ot(c,h),[d,new Oe(m)]}const gn=/^(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$/,wn=/^(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 kn(e){const[,t,n,r,s,i,a,o]=e;return[mn(t,s,r,n,i,a,o),Oe.utcInstance]}function bn(e){const[,t,n,r,s,i,a,o]=e;return[mn(t,o,n,r,s,i,a),Oe.utcInstance]}const vn=Yt(/([+-]\d{6}|\d{4})(?:-?(\d\d)(?:-?(\d\d))?)?/,Xt),Sn=Yt(/(\d{4})-?W(\d\d)(?:-?(\d))?/,Xt),Tn=Yt(/(\d{4})-?(\d{3})/,Xt),On=Yt(Kt),Nn=Pt(function(e,t){return[{year:sn(e,t),month:sn(e,t+1,1),day:sn(e,t+2,1)},null,t+3]},an,on,un),Mn=Pt(en,an,on,un),Dn=Pt(tn,an,on,un),xn=Pt(an,on,un),In=Pt(an),Vn=Yt(/(\d{4})-(\d\d)-(\d\d)/,rn),En=Yt(nn),Cn=Pt(an,on,un),Fn="Invalid Duration",Ln={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}},$n={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},...Ln},Wn={years:{quarters:4,months:12,weeks:52.1775,days:365.2425,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:30.436875,hours:730.485,minutes:43829.1,seconds:2629746,milliseconds:2629746e3},...Ln},Zn=["years","quarters","months","weeks","days","hours","minutes","seconds","milliseconds"],zn=Zn.slice(0).reverse();function jn(e,t,n=!1){const r={values:n?t.values:{...e.values,...t.values||{}},loc:e.loc.clone(t.loc),conversionAccuracy:t.conversionAccuracy||e.conversionAccuracy,matrix:t.matrix||e.matrix};return new _n(r)}function An(e,t){let n=t.milliseconds??0;for(const r of zn.slice(1))t[r]&&(n+=t[r]*e[r].milliseconds);return n}function qn(e,t){const n=An(e,t)<0?-1:1;Zn.reduceRight((r,s)=>{if(nt(t[s]))return r;if(r){const i=t[r]*n,a=e[s][r],o=Math.floor(i/a);t[s]+=o*n,t[r]-=o*a*n}return s},null),Zn.reduce((n,r)=>{if(nt(t[r]))return n;if(n){const s=t[n]%1;t[n]-=s,t[r]+=s*e[n][r]}return r},null)}function Un(e){const t={};for(const[n,r]of Object.entries(e))0!==r&&(t[n]=r);return t}class _n{constructor(e){const t="longterm"===e.conversionAccuracy||!1;let n=t?Wn:$n;e.matrix&&(n=e.matrix),this.values=e.values,this.loc=e.loc||Se.create(),this.conversionAccuracy=t?"longterm":"casual",this.invalid=e.invalid||null,this.matrix=n,this.isLuxonDuration=!0}static fromMillis(e,t){return _n.fromObject({milliseconds:e},t)}static fromObject(e,t={}){if(null==e||"object"!=typeof e)throw new x("Duration.fromObject: argument expected to be an object, got "+(null===e?"null":typeof e));return new _n({values:Mt(e,_n.normalizeUnit),loc:Se.fromObject(t),conversionAccuracy:t.conversionAccuracy,matrix:t.matrix})}static fromDurationLike(e){if(rt(e))return _n.fromMillis(e);if(_n.isDuration(e))return e;if("object"==typeof e)return _n.fromObject(e);throw new x(`Unknown duration argument ${e} of type ${typeof e}`)}static fromISO(e,t){const[n]=function(e){return Jt(e,[cn,hn])}(e);return n?_n.fromObject(n,t):_n.invalid("unparsable",`the input "${e}" can't be parsed as ISO 8601`)}static fromISOTime(e,t){const[n]=function(e){return Jt(e,[ln,In])}(e);return n?_n.fromObject(n,t):_n.invalid("unparsable",`the input "${e}" can't be parsed as ISO 8601`)}static invalid(e,t=null){if(!e)throw new x("need to specify a reason the Duration is invalid");const n=e instanceof qe?e:new qe(e,t);if(Ae.throwOnInvalid)throw new N(n);return new _n({invalid:n})}static normalizeUnit(e){const t={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"}[e?e.toLowerCase():e];if(!t)throw new D(e);return t}static isDuration(e){return e&&e.isLuxonDuration||!1}get locale(){return this.isValid?this.loc.locale:null}get numberingSystem(){return this.isValid?this.loc.numberingSystem:null}toFormat(e,t={}){const n={...t,floor:!1!==t.round&&!1!==t.floor};return this.isValid?Rt.create(this.loc,n).formatDurationFromString(this,e):Fn}toHuman(e={}){if(!this.isValid)return Fn;const t=!1!==e.showZeros,n=Zn.map(n=>{const r=this.values[n];return nt(r)||0===r&&!t?null:this.loc.numberFormatter({style:"unit",unitDisplay:"long",...e,unit:n.slice(0,-1)}).format(r)}).filter(e=>e);return this.loc.listFormatter({type:"conjunction",style:e.listStyle||"narrow",...e}).format(n)}toObject(){return this.isValid?{...this.values}:{}}toISO(){if(!this.isValid)return null;let e="P";return 0!==this.years&&(e+=this.years+"Y"),0===this.months&&0===this.quarters||(e+=this.months+3*this.quarters+"M"),0!==this.weeks&&(e+=this.weeks+"W"),0!==this.days&&(e+=this.days+"D"),0===this.hours&&0===this.minutes&&0===this.seconds&&0===this.milliseconds||(e+="T"),0!==this.hours&&(e+=this.hours+"H"),0!==this.minutes&&(e+=this.minutes+"M"),0===this.seconds&&0===this.milliseconds||(e+=yt(this.seconds+this.milliseconds/1e3,3)+"S"),"P"===e&&(e+="T0S"),e}toISOTime(e={}){if(!this.isValid)return null;const t=this.toMillis();return t<0||t>=864e5?null:(e={suppressMilliseconds:!1,suppressSeconds:!1,includePrefix:!1,format:"extended",...e,includeOffset:!1},$r.fromMillis(t,{zone:"UTC"}).toISOTime(e))}toJSON(){return this.toISO()}toString(){return this.toISO()}[Symbol.for("nodejs.util.inspect.custom")](){return this.isValid?`Duration { values: ${JSON.stringify(this.values)} }`:`Duration { Invalid, reason: ${this.invalidReason} }`}toMillis(){return this.isValid?An(this.matrix,this.values):NaN}valueOf(){return this.toMillis()}plus(e){if(!this.isValid)return this;const t=_n.fromDurationLike(e),n={};for(const e of Zn)(ut(t.values,e)||ut(this.values,e))&&(n[e]=t.get(e)+this.get(e));return jn(this,{values:n},!0)}minus(e){if(!this.isValid)return this;const t=_n.fromDurationLike(e);return this.plus(t.negate())}mapUnits(e){if(!this.isValid)return this;const t={};for(const n of Object.keys(this.values))t[n]=Nt(e(this.values[n],n));return jn(this,{values:t},!0)}get(e){return this[_n.normalizeUnit(e)]}set(e){return this.isValid?jn(this,{values:{...this.values,...Mt(e,_n.normalizeUnit)}}):this}reconfigure({locale:e,numberingSystem:t,conversionAccuracy:n,matrix:r}={}){return jn(this,{loc:this.loc.clone({locale:e,numberingSystem:t}),matrix:r,conversionAccuracy:n})}as(e){return this.isValid?this.shiftTo(e).get(e):NaN}normalize(){if(!this.isValid)return this;const e=this.toObject();return qn(this.matrix,e),jn(this,{values:e},!0)}rescale(){return this.isValid?jn(this,{values:Un(this.normalize().shiftToAll().toObject())},!0):this}shiftTo(...e){if(!this.isValid)return this;if(0===e.length)return this;e=e.map(e=>_n.normalizeUnit(e));const t={},n={},r=this.toObject();let s;for(const i of Zn)if(e.indexOf(i)>=0){s=i;let e=0;for(const t in n)e+=this.matrix[t][i]*n[t],n[t]=0;rt(r[i])&&(e+=r[i]);const a=Math.trunc(e);t[i]=a,n[i]=(1e3*e-1e3*a)/1e3}else rt(r[i])&&(n[i]=r[i]);for(const e in n)0!==n[e]&&(t[s]+=e===s?n[e]:n[e]/this.matrix[s][e]);return qn(this.matrix,t),jn(this,{values:t},!0)}shiftToAll(){return this.isValid?this.shiftTo("years","months","weeks","days","hours","minutes","seconds","milliseconds"):this}negate(){if(!this.isValid)return this;const e={};for(const t of Object.keys(this.values))e[t]=0===this.values[t]?0:-this.values[t];return jn(this,{values:e},!0)}removeZeros(){return this.isValid?jn(this,{values:Un(this.values)},!0):this}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(e){if(!this.isValid||!e.isValid)return!1;if(!this.loc.equals(e.loc))return!1;function t(e,t){return void 0===e||0===e?void 0===t||0===t:e===t}for(const n of Zn)if(!t(this.values[n],e.values[n]))return!1;return!0}}const Rn="Invalid Interval";class Hn{constructor(e){this.s=e.start,this.e=e.end,this.invalid=e.invalid||null,this.isLuxonInterval=!0}static invalid(e,t=null){if(!e)throw new x("need to specify a reason the Interval is invalid");const n=e instanceof qe?e:new qe(e,t);if(Ae.throwOnInvalid)throw new O(n);return new Hn({invalid:n})}static fromDateTimes(e,t){const n=Wr(e),r=Wr(t),s=function(e,t){return e&&e.isValid?t&&t.isValid?t<e?Hn.invalid("end before start",`The end of an interval must be after its start, but you had start=${e.toISO()} and end=${t.toISO()}`):null:Hn.invalid("missing or invalid end"):Hn.invalid("missing or invalid start")}(n,r);return null==s?new Hn({start:n,end:r}):s}static after(e,t){const n=_n.fromDurationLike(t),r=Wr(e);return Hn.fromDateTimes(r,r.plus(n))}static before(e,t){const n=_n.fromDurationLike(t),r=Wr(e);return Hn.fromDateTimes(r.minus(n),r)}static fromISO(e,t){const[n,r]=(e||"").split("/",2);if(n&&r){let e,s,i,a;try{e=$r.fromISO(n,t),s=e.isValid}catch(r){s=!1}try{i=$r.fromISO(r,t),a=i.isValid}catch(r){a=!1}if(s&&a)return Hn.fromDateTimes(e,i);if(s){const n=_n.fromISO(r,t);if(n.isValid)return Hn.after(e,n)}else if(a){const e=_n.fromISO(n,t);if(e.isValid)return Hn.before(i,e)}}return Hn.invalid("unparsable",`the input "${e}" can't be parsed as ISO 8601`)}static isInterval(e){return e&&e.isLuxonInterval||!1}get start(){return this.isValid?this.s:null}get end(){return this.isValid?this.e:null}get lastDateTime(){return this.isValid&&this.e?this.e.minus(1):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(e="milliseconds"){return this.isValid?this.toDuration(e).get(e):NaN}count(e="milliseconds",t){if(!this.isValid)return NaN;const n=this.start.startOf(e,t);let r;return r=t?.useLocaleWeeks?this.end.reconfigure({locale:n.locale}):this.end,r=r.startOf(e,t),Math.floor(r.diff(n,e).get(e))+(r.valueOf()!==this.end.valueOf())}hasSame(e){return!!this.isValid&&(this.isEmpty()||this.e.minus(1).hasSame(this.s,e))}isEmpty(){return this.s.valueOf()===this.e.valueOf()}isAfter(e){return!!this.isValid&&this.s>e}isBefore(e){return!!this.isValid&&this.e<=e}contains(e){return!!this.isValid&&this.s<=e&&this.e>e}set({start:e,end:t}={}){return this.isValid?Hn.fromDateTimes(e||this.s,t||this.e):this}splitAt(...e){if(!this.isValid)return[];const t=e.map(Wr).filter(e=>this.contains(e)).sort((e,t)=>e.toMillis()-t.toMillis()),n=[];let{s:r}=this,s=0;for(;r<this.e;){const e=t[s]||this.e,i=+e>+this.e?this.e:e;n.push(Hn.fromDateTimes(r,i)),r=i,s+=1}return n}splitBy(e){const t=_n.fromDurationLike(e);if(!this.isValid||!t.isValid||0===t.as("milliseconds"))return[];let n,{s:r}=this,s=1;const i=[];for(;r<this.e;){const e=this.start.plus(t.mapUnits(e=>e*s));n=+e>+this.e?this.e:e,i.push(Hn.fromDateTimes(r,n)),r=n,s+=1}return i}divideEqually(e){return this.isValid?this.splitBy(this.length()/e).slice(0,e):[]}overlaps(e){return this.e>e.s&&this.s<e.e}abutsStart(e){return!!this.isValid&&+this.e===+e.s}abutsEnd(e){return!!this.isValid&&+e.e===+this.s}engulfs(e){return!!this.isValid&&this.s<=e.s&&this.e>=e.e}equals(e){return!(!this.isValid||!e.isValid)&&this.s.equals(e.s)&&this.e.equals(e.e)}intersection(e){if(!this.isValid)return this;const t=this.s>e.s?this.s:e.s,n=this.e<e.e?this.e:e.e;return t>=n?null:Hn.fromDateTimes(t,n)}union(e){if(!this.isValid)return this;const t=this.s<e.s?this.s:e.s,n=this.e>e.e?this.e:e.e;return Hn.fromDateTimes(t,n)}static merge(e){const[t,n]=e.sort((e,t)=>e.s-t.s).reduce(([e,t],n)=>t?t.overlaps(n)||t.abutsStart(n)?[e,t.union(n)]:[e.concat([t]),n]:[e,n],[[],null]);return n&&t.push(n),t}static xor(e){let t=null,n=0;const r=[],s=e.map(e=>[{time:e.s,type:"s"},{time:e.e,type:"e"}]),i=Array.prototype.concat(...s).sort((e,t)=>e.time-t.time);for(const e of i)n+="s"===e.type?1:-1,1===n?t=e.time:(t&&+t!==+e.time&&r.push(Hn.fromDateTimes(t,e.time)),t=null);return Hn.merge(r)}difference(...e){return Hn.xor([this].concat(e)).map(e=>this.intersection(e)).filter(e=>e&&!e.isEmpty())}toString(){return this.isValid?`[${this.s.toISO()} – ${this.e.toISO()})`:Rn}[Symbol.for("nodejs.util.inspect.custom")](){return this.isValid?`Interval { start: ${this.s.toISO()}, end: ${this.e.toISO()} }`:`Interval { Invalid, reason: ${this.invalidReason} }`}toLocaleString(e=F,t={}){return this.isValid?Rt.create(this.s.loc.clone(t),e).formatInterval(this):Rn}toISO(e){return this.isValid?`${this.s.toISO(e)}/${this.e.toISO(e)}`:Rn}toISODate(){return this.isValid?`${this.s.toISODate()}/${this.e.toISODate()}`:Rn}toISOTime(e){return this.isValid?`${this.s.toISOTime(e)}/${this.e.toISOTime(e)}`:Rn}toFormat(e,{separator:t=" – "}={}){return this.isValid?`${this.s.toFormat(e)}${t}${this.e.toFormat(e)}`:Rn}toDuration(e,t){return this.isValid?this.e.diff(this.s,e,t):_n.invalid(this.invalidReason)}mapEndpoints(e){return Hn.fromDateTimes(e(this.s),e(this.e))}}class Yn{static hasDST(e=Ae.defaultZone){const t=$r.now().setZone(e).set({month:12});return!e.isUniversal&&t.offset!==t.set({month:6}).offset}static isValidIANAZone(e){return oe.isValidZone(e)}static normalizeZone(e){return Me(e,Ae.defaultZone)}static getStartOfWeek({locale:e=null,locObj:t=null}={}){return(t||Se.create(e)).getStartOfWeek()}static getMinimumDaysInFirstWeek({locale:e=null,locObj:t=null}={}){return(t||Se.create(e)).getMinDaysInFirstWeek()}static getWeekendWeekdays({locale:e=null,locObj:t=null}={}){return(t||Se.create(e)).getWeekendDays().slice()}static months(e="long",{locale:t=null,numberingSystem:n=null,locObj:r=null,outputCalendar:s="gregory"}={}){return(r||Se.create(t,n,s)).months(e)}static monthsFormat(e="long",{locale:t=null,numberingSystem:n=null,locObj:r=null,outputCalendar:s="gregory"}={}){return(r||Se.create(t,n,s)).months(e,!0)}static weekdays(e="long",{locale:t=null,numberingSystem:n=null,locObj:r=null}={}){return(r||Se.create(t,n,null)).weekdays(e)}static weekdaysFormat(e="long",{locale:t=null,numberingSystem:n=null,locObj:r=null}={}){return(r||Se.create(t,n,null)).weekdays(e,!0)}static meridiems({locale:e=null}={}){return Se.create(e).meridiems()}static eras(e="short",{locale:t=null}={}){return Se.create(t,null,"gregory").eras(e)}static features(){return{relative:it(),localeWeek:at()}}}function Pn(e,t){const n=e=>e.toUTC(0,{keepLocalTime:!0}).startOf("day").valueOf(),r=n(t)-n(e);return Math.floor(_n.fromMillis(r).as("days"))}function Jn(e,t=e=>e){return{regex:e,deser:([e])=>t(function(e){let t=parseInt(e,10);if(isNaN(t)){t="";for(let n=0;n<e.length;n++){const r=e.charCodeAt(n);if(-1!==e[n].search(De.hanidec))t+=Ie.indexOf(e[n]);else for(const e in xe){const[n,s]=xe[e];r>=n&&r<=s&&(t+=r-n)}}return parseInt(t,10)}return t}(e))}}const Gn=`[ ${String.fromCharCode(160)}]`,Bn=new RegExp(Gn,"g");function Qn(e){return e.replace(/\./g,"\\.?").replace(Bn,Gn)}function Kn(e){return e.replace(/\./g,"").replace(Bn," ").toLowerCase()}function Xn(e,t){return null===e?null:{regex:RegExp(e.map(Qn).join("|")),deser:([n])=>e.findIndex(e=>Kn(n)===Kn(e))+t}}function er(e,t){return{regex:e,deser:([,e,t])=>Ot(e,t),groups:t}}function tr(e){return{regex:e,deser:([e])=>e}}const nr={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",hour12:{numeric:"h","2-digit":"hh"},hour24:{numeric:"H","2-digit":"HH"},minute:{numeric:"m","2-digit":"mm"},second:{numeric:"s","2-digit":"ss"},timeZoneName:{long:"ZZZZZ",short:"ZZZ"}};let rr=null;function sr(e,t){return Array.prototype.concat(...e.map(e=>function(e,t){if(e.literal)return e;const n=or(Rt.macroTokenToFormatOpts(e.val),t);return null==n||n.includes(void 0)?e:n}(e,t)))}class ir{constructor(e,t){if(this.locale=e,this.format=t,this.tokens=sr(Rt.parseFormat(t),e),this.units=this.tokens.map(t=>function(e,t){const n=Ee(t),r=Ee(t,"{2}"),s=Ee(t,"{3}"),i=Ee(t,"{4}"),a=Ee(t,"{6}"),o=Ee(t,"{1,2}"),u=Ee(t,"{1,3}"),l=Ee(t,"{1,6}"),c=Ee(t,"{1,9}"),h=Ee(t,"{2,4}"),d=Ee(t,"{4,6}"),m=e=>{return{regex:RegExp((t=e.val,t.replace(/[\-\[\]{}()*+?.,\\\^$|#\s]/g,"\\$&"))),deser:([e])=>e,literal:!0};var t},f=(f=>{if(e.literal)return m(f);switch(f.val){case"G":return Xn(t.eras("short"),0);case"GG":return Xn(t.eras("long"),0);case"y":return Jn(l);case"yy":case"kk":return Jn(h,St);case"yyyy":case"kkkk":return Jn(i);case"yyyyy":return Jn(d);case"yyyyyy":return Jn(a);case"M":case"L":case"d":case"H":case"h":case"m":case"q":case"s":case"W":return Jn(o);case"MM":case"LL":case"dd":case"HH":case"hh":case"mm":case"qq":case"ss":case"WW":return Jn(r);case"MMM":return Xn(t.months("short",!0),1);case"MMMM":return Xn(t.months("long",!0),1);case"LLL":return Xn(t.months("short",!1),1);case"LLLL":return Xn(t.months("long",!1),1);case"o":case"S":return Jn(u);case"ooo":case"SSS":return Jn(s);case"u":return tr(c);case"uu":return tr(o);case"uuu":case"E":case"c":return Jn(n);case"a":return Xn(t.meridiems(),0);case"EEE":return Xn(t.weekdays("short",!1),1);case"EEEE":return Xn(t.weekdays("long",!1),1);case"ccc":return Xn(t.weekdays("short",!0),1);case"cccc":return Xn(t.weekdays("long",!0),1);case"Z":case"ZZ":return er(new RegExp(`([+-]${o.source})(?::(${r.source}))?`),2);case"ZZZ":return er(new RegExp(`([+-]${o.source})(${r.source})?`),2);case"z":return tr(/[a-z_+-/]{1,256}?/i);case" ":return tr(/[^\S\n\r]/);default:return m(f)}})(e)||{invalidReason:"missing Intl.DateTimeFormat.formatToParts support"};return f.token=e,f}(t,e)),this.disqualifyingUnit=this.units.find(e=>e.invalidReason),!this.disqualifyingUnit){const[e,t]=[`^${(n=this.units).map(e=>e.regex).reduce((e,t)=>`${e}(${t.source})`,"")}$`,n];this.regex=RegExp(e,"i"),this.handlers=t}var n}explainFromTokens(e){if(this.isValid){const[t,n]=function(e,t,n){const r=e.match(t);if(r){const e={};let t=1;for(const s in n)if(ut(n,s)){const i=n[s],a=i.groups?i.groups+1:1;!i.literal&&i.token&&(e[i.token.val[0]]=i.deser(r.slice(t,t+a))),t+=a}return[r,e]}return[r,{}]}(e,this.regex,this.handlers),[r,s,i]=n?function(e){let t,n=null;return nt(e.z)||(n=oe.create(e.z)),nt(e.Z)||(n||(n=new Oe(e.Z)),t=e.Z),nt(e.q)||(e.M=3*(e.q-1)+1),nt(e.h)||(e.h<12&&1===e.a?e.h+=12:12===e.h&&0===e.a&&(e.h=0)),0===e.G&&e.y&&(e.y=-e.y),nt(e.u)||(e.S=ft(e.u)),[Object.keys(e).reduce((t,n)=>{const r=(e=>{switch(e){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}})(n);return r&&(t[r]=e[n]),t},{}),n,t]}(n):[null,null,void 0];if(ut(n,"a")&&ut(n,"H"))throw new M("Can't include meridiem when specifying 24-hour format");return{input:e,tokens:this.tokens,regex:this.regex,rawMatches:t,matches:n,result:r,zone:s,specificOffset:i}}return{input:e,tokens:this.tokens,invalidReason:this.invalidReason}}get isValid(){return!this.disqualifyingUnit}get invalidReason(){return this.disqualifyingUnit?this.disqualifyingUnit.invalidReason:null}}function ar(e,t,n){return new ir(e,n).explainFromTokens(t)}function or(e,t){if(!e)return null;const n=Rt.create(t,e).dtFormatter((rr||(rr=$r.fromMillis(1555555555555)),rr)),r=n.formatToParts(),s=n.resolvedOptions();return r.map(t=>function(e,t,n){const{type:r,value:s}=e;if("literal"===r){const e=/^\s+$/.test(s);return{literal:!e,val:e?" ":s}}const i=t[r];let a=r;"hour"===r&&(a=null!=t.hour12?t.hour12?"hour12":"hour24":null!=t.hourCycle?"h11"===t.hourCycle||"h12"===t.hourCycle?"hour12":"hour24":n.hour12?"hour12":"hour24");let o=nr[a];if("object"==typeof o&&(o=o[i]),o)return{literal:!1,val:o}}(t,e,s))}const ur="Invalid DateTime",lr=864e13;function cr(e){return new qe("unsupported zone",`the zone "${e.name}" is not supported`)}function hr(e){return null===e.weekData&&(e.weekData=Ge(e.c)),e.weekData}function dr(e){return null===e.localWeekData&&(e.localWeekData=Ge(e.c,e.loc.getMinDaysInFirstWeek(),e.loc.getStartOfWeek())),e.localWeekData}function mr(e,t){const n={ts:e.ts,zone:e.zone,c:e.c,o:e.o,loc:e.loc,invalid:e.invalid};return new $r({...n,...t,old:n})}function fr(e,t,n){let r=e-60*t*1e3;const s=n.offset(r);if(t===s)return[r,t];r-=60*(s-t)*1e3;const i=n.offset(r);return s===i?[r,s]:[e-60*Math.min(s,i)*1e3,Math.max(s,i)]}function yr(e,t){const n=new Date(e+=60*t*1e3);return{year:n.getUTCFullYear(),month:n.getUTCMonth()+1,day:n.getUTCDate(),hour:n.getUTCHours(),minute:n.getUTCMinutes(),second:n.getUTCSeconds(),millisecond:n.getUTCMilliseconds()}}function gr(e,t,n){return fr(kt(e),t,n)}function wr(e,t){const n=e.o,r=e.c.year+Math.trunc(t.years),s=e.c.month+Math.trunc(t.months)+3*Math.trunc(t.quarters),i={...e.c,year:r,month:s,day:Math.min(e.c.day,pt(r,s))+Math.trunc(t.days)+7*Math.trunc(t.weeks)},a=_n.fromObject({years:t.years-Math.trunc(t.years),quarters:t.quarters-Math.trunc(t.quarters),months:t.months-Math.trunc(t.months),weeks:t.weeks-Math.trunc(t.weeks),days:t.days-Math.trunc(t.days),hours:t.hours,minutes:t.minutes,seconds:t.seconds,milliseconds:t.milliseconds}).as("milliseconds"),o=kt(i);let[u,l]=fr(o,n,e.zone);return 0!==a&&(u+=a,l=e.zone.offset(u)),{ts:u,o:l}}function pr(e,t,n,r,s,i){const{setZone:a,zone:o}=n;if(e&&0!==Object.keys(e).length||t){const r=t||o,s=$r.fromObject(e,{...n,zone:r,specificOffset:i});return a?s:s.setZone(o)}return $r.invalid(new qe("unparsable",`the input "${s}" can't be parsed as ${r}`))}function kr(e,t,n=!0){return e.isValid?Rt.create(Se.create("en-US"),{allowZ:n,forceSimple:!0}).formatDateTimeFromString(e,t):null}function br(e,t,n){const r=e.c.year>9999||e.c.year<0;let s="";if(r&&e.c.year>=0&&(s+="+"),s+=ht(e.c.year,r?6:4),"year"===n)return s;if(t){if(s+="-",s+=ht(e.c.month),"month"===n)return s;s+="-"}else if(s+=ht(e.c.month),"month"===n)return s;return s+=ht(e.c.day),s}function vr(e,t,n,r,s,i,a){let o=!n||0!==e.c.millisecond||0!==e.c.second,u="";switch(a){case"day":case"month":case"year":break;default:if(u+=ht(e.c.hour),"hour"===a)break;if(t){if(u+=":",u+=ht(e.c.minute),"minute"===a)break;o&&(u+=":",u+=ht(e.c.second))}else{if(u+=ht(e.c.minute),"minute"===a)break;o&&(u+=ht(e.c.second))}if("second"===a)break;!o||r&&0===e.c.millisecond||(u+=".",u+=ht(e.c.millisecond,3))}return s&&(e.isOffsetFixed&&0===e.offset&&!i?u+="Z":e.o<0?(u+="-",u+=ht(Math.trunc(-e.o/60)),u+=":",u+=ht(Math.trunc(-e.o%60))):(u+="+",u+=ht(Math.trunc(e.o/60)),u+=":",u+=ht(Math.trunc(e.o%60)))),i&&(u+="["+e.zone.ianaName+"]"),u}const Sr={month:1,day:1,hour:0,minute:0,second:0,millisecond:0},Tr={weekNumber:1,weekday:1,hour:0,minute:0,second:0,millisecond:0},Or={ordinal:1,hour:0,minute:0,second:0,millisecond:0},Nr=["year","month","day","hour","minute","second","millisecond"],Mr=["weekYear","weekNumber","weekday","hour","minute","second","millisecond"],Dr=["year","ordinal","hour","minute","second","millisecond"];function xr(e){const t={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"}[e.toLowerCase()];if(!t)throw new D(e);return t}function Ir(e){switch(e.toLowerCase()){case"localweekday":case"localweekdays":return"localWeekday";case"localweeknumber":case"localweeknumbers":return"localWeekNumber";case"localweekyear":case"localweekyears":return"localWeekYear";default:return xr(e)}}function Vr(e,t){const n=Me(t.zone,Ae.defaultZone);if(!n.isValid)return $r.invalid(cr(n));const r=Se.fromObject(t);let s,i;if(nt(e.year))s=Ae.now();else{for(const t of Nr)nt(e[t])&&(e[t]=Sr[t]);const t=et(e)||tt(e);if(t)return $r.invalid(t);const r=function(e){if(void 0===Fr&&(Fr=Ae.now()),"iana"!==e.type)return e.offset(Fr);const t=e.name;let n=Lr.get(t);return void 0===n&&(n=e.offset(Fr),Lr.set(t,n)),n}(n);[s,i]=gr(e,r,n)}return new $r({ts:s,zone:n,loc:r,o:i})}function Er(e,t,n){const r=!!nt(n.round)||n.round,s=nt(n.rounding)?"trunc":n.rounding,i=(e,i)=>(e=yt(e,r||n.calendary?0:2,n.calendary?"round":s),t.loc.clone(n).relFormatter(n).format(e,i)),a=r=>n.calendary?t.hasSame(e,r)?0:t.startOf(r).diff(e.startOf(r),r).get(r):t.diff(e,r).get(r);if(n.unit)return i(a(n.unit),n.unit);for(const e of n.units){const t=a(e);if(Math.abs(t)>=1)return i(t,e)}return i(e>t?-0:0,n.units[n.units.length-1])}function Cr(e){let t,n={};return e.length>0&&"object"==typeof e[e.length-1]?(n=e[e.length-1],t=Array.from(e).slice(0,e.length-1)):t=Array.from(e),[n,t]}let Fr;const Lr=new Map;class $r{constructor(e){const t=e.zone||Ae.defaultZone;let n=e.invalid||(Number.isNaN(e.ts)?new qe("invalid input"):null)||(t.isValid?null:cr(t));this.ts=nt(e.ts)?Ae.now():e.ts;let r=null,s=null;if(!n)if(e.old&&e.old.ts===this.ts&&e.old.zone.equals(t))[r,s]=[e.old.c,e.old.o];else{const i=rt(e.o)&&!e.old?e.o:t.offset(this.ts);r=yr(this.ts,i),n=Number.isNaN(r.year)?new qe("invalid input"):null,r=n?null:r,s=n?null:i}this._zone=t,this.loc=e.loc||Se.create(),this.invalid=n,this.weekData=null,this.localWeekData=null,this.c=r,this.o=s,this.isLuxonDateTime=!0}static now(){return new $r({})}static local(){const[e,t]=Cr(arguments),[n,r,s,i,a,o,u]=t;return Vr({year:n,month:r,day:s,hour:i,minute:a,second:o,millisecond:u},e)}static utc(){const[e,t]=Cr(arguments),[n,r,s,i,a,o,u]=t;return e.zone=Oe.utcInstance,Vr({year:n,month:r,day:s,hour:i,minute:a,second:o,millisecond:u},e)}static fromJSDate(e,t={}){const n=(r=e,"[object Date]"===Object.prototype.toString.call(r)?e.valueOf():NaN);var r;if(Number.isNaN(n))return $r.invalid("invalid input");const s=Me(t.zone,Ae.defaultZone);return s.isValid?new $r({ts:n,zone:s,loc:Se.fromObject(t)}):$r.invalid(cr(s))}static fromMillis(e,t={}){if(rt(e))return e<-lr||e>lr?$r.invalid("Timestamp out of range"):new $r({ts:e,zone:Me(t.zone,Ae.defaultZone),loc:Se.fromObject(t)});throw new x(`fromMillis requires a numerical input, but received a ${typeof e} with value ${e}`)}static fromSeconds(e,t={}){if(rt(e))return new $r({ts:1e3*e,zone:Me(t.zone,Ae.defaultZone),loc:Se.fromObject(t)});throw new x("fromSeconds requires a numerical input")}static fromObject(e,t={}){e=e||{};const n=Me(t.zone,Ae.defaultZone);if(!n.isValid)return $r.invalid(cr(n));const r=Se.fromObject(t),s=Mt(e,Ir),{minDaysInFirstWeek:i,startOfWeek:a}=Xe(s,r),o=Ae.now(),u=nt(t.specificOffset)?n.offset(o):t.specificOffset,l=!nt(s.ordinal),c=!nt(s.year),h=!nt(s.month)||!nt(s.day),d=c||h,m=s.weekYear||s.weekNumber;if((d||l)&&m)throw new M("Can't mix weekYear/weekNumber units with year/month/day or ordinals");if(h&&l)throw new M("Can't mix ordinal dates with month/day");const f=m||s.weekday&&!d;let y,g,w=yr(o,u);f?(y=Mr,g=Tr,w=Ge(w,i,a)):l?(y=Dr,g=Or,w=Qe(w)):(y=Nr,g=Sr);let p=!1;for(const e of y)nt(s[e])?s[e]=p?g[e]:w[e]:p=!0;const k=f?function(e,t=4,n=1){const r=st(e.weekYear),s=ct(e.weekNumber,1,vt(e.weekYear,t,n)),i=ct(e.weekday,1,7);return r?s?!i&&Re("weekday",e.weekday):Re("week",e.weekNumber):Re("weekYear",e.weekYear)}(s,i,a):l?function(e){const t=st(e.year),n=ct(e.ordinal,1,wt(e.year));return t?!n&&Re("ordinal",e.ordinal):Re("year",e.year)}(s):et(s),b=k||tt(s);if(b)return $r.invalid(b);const v=f?Be(s,i,a):l?Ke(s):s,[S,T]=gr(v,u,n),O=new $r({ts:S,zone:n,o:T,loc:r});return s.weekday&&d&&e.weekday!==O.weekday?$r.invalid("mismatched weekday",`you can't specify both a weekday of ${s.weekday} and a date of ${O.toISO()}`):O.isValid?O:$r.invalid(O.invalid)}static fromISO(e,t={}){const[n,r]=function(e){return Jt(e,[vn,Nn],[Sn,Mn],[Tn,Dn],[On,xn])}(e);return pr(n,r,t,"ISO 8601",e)}static fromRFC2822(e,t={}){const[n,r]=function(e){return Jt(function(e){return e.replace(/\([^()]*\)|[\n\t]/g," ").replace(/(\s\s+)/g," ").trim()}(e),[fn,yn])}(e);return pr(n,r,t,"RFC 2822",e)}static fromHTTP(e,t={}){const[n,r]=function(e){return Jt(e,[gn,kn],[wn,kn],[pn,bn])}(e);return pr(n,r,t,"HTTP",t)}static fromFormat(e,t,n={}){if(nt(e)||nt(t))throw new x("fromFormat requires an input string and a format");const{locale:r=null,numberingSystem:s=null}=n,i=Se.fromOpts({locale:r,numberingSystem:s,defaultToEN:!0}),[a,o,u,l]=function(e,t,n){const{result:r,zone:s,specificOffset:i,invalidReason:a}=ar(e,t,n);return[r,s,i,a]}(i,e,t);return l?$r.invalid(l):pr(a,o,n,`format ${t}`,e,u)}static fromString(e,t,n={}){return $r.fromFormat(e,t,n)}static fromSQL(e,t={}){const[n,r]=function(e){return Jt(e,[Vn,Nn],[En,Cn])}(e);return pr(n,r,t,"SQL",e)}static invalid(e,t=null){if(!e)throw new x("need to specify a reason the DateTime is invalid");const n=e instanceof qe?e:new qe(e,t);if(Ae.throwOnInvalid)throw new T(n);return new $r({invalid:n})}static isDateTime(e){return e&&e.isLuxonDateTime||!1}static parseFormatForOpts(e,t={}){const n=or(e,Se.fromObject(t));return n?n.map(e=>e?e.val:null).join(""):null}static expandFormat(e,t={}){return sr(Rt.parseFormat(e),Se.fromObject(t)).map(e=>e.val).join("")}static resetCache(){Fr=void 0,Lr.clear()}get(e){return this[e]}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?hr(this).weekYear:NaN}get weekNumber(){return this.isValid?hr(this).weekNumber:NaN}get weekday(){return this.isValid?hr(this).weekday:NaN}get isWeekend(){return this.isValid&&this.loc.getWeekendDays().includes(this.weekday)}get localWeekday(){return this.isValid?dr(this).weekday:NaN}get localWeekNumber(){return this.isValid?dr(this).weekNumber:NaN}get localWeekYear(){return this.isValid?dr(this).weekYear:NaN}get ordinal(){return this.isValid?Qe(this.c).ordinal:NaN}get monthShort(){return this.isValid?Yn.months("short",{locObj:this.loc})[this.month-1]:null}get monthLong(){return this.isValid?Yn.months("long",{locObj:this.loc})[this.month-1]:null}get weekdayShort(){return this.isValid?Yn.weekdays("short",{locObj:this.loc})[this.weekday-1]:null}get weekdayLong(){return this.isValid?Yn.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)}getPossibleOffsets(){if(!this.isValid||this.isOffsetFixed)return[this];const e=864e5,t=6e4,n=kt(this.c),r=this.zone.offset(n-e),s=this.zone.offset(n+e),i=this.zone.offset(n-r*t),a=this.zone.offset(n-s*t);if(i===a)return[this];const o=n-i*t,u=n-a*t,l=yr(o,i),c=yr(u,a);return l.hour===c.hour&&l.minute===c.minute&&l.second===c.second&&l.millisecond===c.millisecond?[mr(this,{ts:o}),mr(this,{ts:u})]:[this]}get isInLeapYear(){return gt(this.year)}get daysInMonth(){return pt(this.year,this.month)}get daysInYear(){return this.isValid?wt(this.year):NaN}get weeksInWeekYear(){return this.isValid?vt(this.weekYear):NaN}get weeksInLocalWeekYear(){return this.isValid?vt(this.localWeekYear,this.loc.getMinDaysInFirstWeek(),this.loc.getStartOfWeek()):NaN}resolvedLocaleOptions(e={}){const{locale:t,numberingSystem:n,calendar:r}=Rt.create(this.loc.clone(e),e).resolvedOptions(this);return{locale:t,numberingSystem:n,outputCalendar:r}}toUTC(e=0,t={}){return this.setZone(Oe.instance(e),t)}toLocal(){return this.setZone(Ae.defaultZone)}setZone(e,{keepLocalTime:t=!1,keepCalendarTime:n=!1}={}){if((e=Me(e,Ae.defaultZone)).equals(this.zone))return this;if(e.isValid){let r=this.ts;if(t||n){const t=e.offset(this.ts),n=this.toObject();[r]=gr(n,t,e)}return mr(this,{ts:r,zone:e})}return $r.invalid(cr(e))}reconfigure({locale:e,numberingSystem:t,outputCalendar:n}={}){return mr(this,{loc:this.loc.clone({locale:e,numberingSystem:t,outputCalendar:n})})}setLocale(e){return this.reconfigure({locale:e})}set(e){if(!this.isValid)return this;const t=Mt(e,Ir),{minDaysInFirstWeek:n,startOfWeek:r}=Xe(t,this.loc),s=!nt(t.weekYear)||!nt(t.weekNumber)||!nt(t.weekday),i=!nt(t.ordinal),a=!nt(t.year),o=!nt(t.month)||!nt(t.day),u=a||o,l=t.weekYear||t.weekNumber;if((u||i)&&l)throw new M("Can't mix weekYear/weekNumber units with year/month/day or ordinals");if(o&&i)throw new M("Can't mix ordinal dates with month/day");let c;s?c=Be({...Ge(this.c,n,r),...t},n,r):nt(t.ordinal)?(c={...this.toObject(),...t},nt(t.day)&&(c.day=Math.min(pt(c.year,c.month),c.day))):c=Ke({...Qe(this.c),...t});const[h,d]=gr(c,this.o,this.zone);return mr(this,{ts:h,o:d})}plus(e){return this.isValid?mr(this,wr(this,_n.fromDurationLike(e))):this}minus(e){return this.isValid?mr(this,wr(this,_n.fromDurationLike(e).negate())):this}startOf(e,{useLocaleWeeks:t=!1}={}){if(!this.isValid)return this;const n={},r=_n.normalizeUnit(e);switch(r){case"years":n.month=1;case"quarters":case"months":n.day=1;case"weeks":case"days":n.hour=0;case"hours":n.minute=0;case"minutes":n.second=0;case"seconds":n.millisecond=0}if("weeks"===r)if(t){const e=this.loc.getStartOfWeek(),{weekday:t}=this;t<e&&(n.weekNumber=this.weekNumber-1),n.weekday=e}else n.weekday=1;if("quarters"===r){const e=Math.ceil(this.month/3);n.month=3*(e-1)+1}return this.set(n)}endOf(e,t){return this.isValid?this.plus({[e]:1}).startOf(e,t).minus(1):this}toFormat(e,t={}){return this.isValid?Rt.create(this.loc.redefaultToEN(t)).formatDateTimeFromString(this,e):ur}toLocaleString(e=F,t={}){return this.isValid?Rt.create(this.loc.clone(t),e).formatDateTime(this):ur}toLocaleParts(e={}){return this.isValid?Rt.create(this.loc.clone(e),e).formatDateTimeParts(this):[]}toISO({format:e="extended",suppressSeconds:t=!1,suppressMilliseconds:n=!1,includeOffset:r=!0,extendedZone:s=!1,precision:i="milliseconds"}={}){if(!this.isValid)return null;const a="extended"===e;let o=br(this,a,i=xr(i));return Nr.indexOf(i)>=3&&(o+="T"),o+=vr(this,a,t,n,r,s,i),o}toISODate({format:e="extended",precision:t="day"}={}){return this.isValid?br(this,"extended"===e,xr(t)):null}toISOWeekDate(){return kr(this,"kkkk-'W'WW-c")}toISOTime({suppressMilliseconds:e=!1,suppressSeconds:t=!1,includeOffset:n=!0,includePrefix:r=!1,extendedZone:s=!1,format:i="extended",precision:a="milliseconds"}={}){return this.isValid?(a=xr(a),(r&&Nr.indexOf(a)>=3?"T":"")+vr(this,"extended"===i,t,e,n,s,a)):null}toRFC2822(){return kr(this,"EEE, dd LLL yyyy HH:mm:ss ZZZ",!1)}toHTTP(){return kr(this.toUTC(),"EEE, dd LLL yyyy HH:mm:ss 'GMT'")}toSQLDate(){return this.isValid?br(this,!0):null}toSQLTime({includeOffset:e=!0,includeZone:t=!1,includeOffsetSpace:n=!0}={}){let r="HH:mm:ss.SSS";return(t||e)&&(n&&(r+=" "),t?r+="z":e&&(r+="ZZ")),kr(this,r,!0)}toSQL(e={}){return this.isValid?`${this.toSQLDate()} ${this.toSQLTime(e)}`:null}toString(){return this.isValid?this.toISO():ur}[Symbol.for("nodejs.util.inspect.custom")](){return this.isValid?`DateTime { ts: ${this.toISO()}, zone: ${this.zone.name}, locale: ${this.locale} }`:`DateTime { Invalid, reason: ${this.invalidReason} }`}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(e={}){if(!this.isValid)return{};const t={...this.c};return e.includeConfig&&(t.outputCalendar=this.outputCalendar,t.numberingSystem=this.loc.numberingSystem,t.locale=this.loc.locale),t}toJSDate(){return new Date(this.isValid?this.ts:NaN)}diff(e,t="milliseconds",n={}){if(!this.isValid||!e.isValid)return _n.invalid("created by diffing an invalid DateTime");const r={locale:this.locale,numberingSystem:this.numberingSystem,...n},s=(o=t,Array.isArray(o)?o:[o]).map(_n.normalizeUnit),i=e.valueOf()>this.valueOf(),a=function(e,t,n,r){let[s,i,a,o]=function(e,t,n){const r=[["years",(e,t)=>t.year-e.year],["quarters",(e,t)=>t.quarter-e.quarter+4*(t.year-e.year)],["months",(e,t)=>t.month-e.month+12*(t.year-e.year)],["weeks",(e,t)=>{const n=Pn(e,t);return(n-n%7)/7}],["days",Pn]],s={},i=e;let a,o;for(const[u,l]of r)n.indexOf(u)>=0&&(a=u,s[u]=l(e,t),o=i.plus(s),o>t?(s[u]--,(e=i.plus(s))>t&&(o=e,s[u]--,e=i.plus(s))):e=o);return[e,s,o,a]}(e,t,n);const u=t-s,l=n.filter(e=>["hours","minutes","seconds","milliseconds"].indexOf(e)>=0);0===l.length&&(a<t&&(a=s.plus({[o]:1})),a!==s&&(i[o]=(i[o]||0)+u/(a-s)));const c=_n.fromObject(i,r);return l.length>0?_n.fromMillis(u,r).shiftTo(...l).plus(c):c}(i?this:e,i?e:this,s,r);var o;return i?a.negate():a}diffNow(e="milliseconds",t={}){return this.diff($r.now(),e,t)}until(e){return this.isValid?Hn.fromDateTimes(this,e):this}hasSame(e,t,n){if(!this.isValid)return!1;const r=e.valueOf(),s=this.setZone(e.zone,{keepLocalTime:!0});return s.startOf(t,n)<=r&&r<=s.endOf(t,n)}equals(e){return this.isValid&&e.isValid&&this.valueOf()===e.valueOf()&&this.zone.equals(e.zone)&&this.loc.equals(e.loc)}toRelative(e={}){if(!this.isValid)return null;const t=e.base||$r.fromObject({},{zone:this.zone}),n=e.padding?this<t?-e.padding:e.padding:0;let r=["years","months","days","hours","minutes","seconds"],s=e.unit;return Array.isArray(e.unit)&&(r=e.unit,s=void 0),Er(t,this.plus(n),{...e,numeric:"always",units:r,unit:s})}toRelativeCalendar(e={}){return this.isValid?Er(e.base||$r.fromObject({},{zone:this.zone}),this,{...e,numeric:"auto",units:["years","months","days"],calendary:!0}):null}static min(...e){if(!e.every($r.isDateTime))throw new x("min requires all arguments be DateTimes");return ot(e,e=>e.valueOf(),Math.min)}static max(...e){if(!e.every($r.isDateTime))throw new x("max requires all arguments be DateTimes");return ot(e,e=>e.valueOf(),Math.max)}static fromFormatExplain(e,t,n={}){const{locale:r=null,numberingSystem:s=null}=n;return ar(Se.fromOpts({locale:r,numberingSystem:s,defaultToEN:!0}),e,t)}static fromStringExplain(e,t,n={}){return $r.fromFormatExplain(e,t,n)}static buildFormatParser(e,t={}){const{locale:n=null,numberingSystem:r=null}=t,s=Se.fromOpts({locale:n,numberingSystem:r,defaultToEN:!0});return new ir(s,e)}static fromFormatParser(e,t,n={}){if(nt(e)||nt(t))throw new x("fromFormatParser requires an input string and a format parser");const{locale:r=null,numberingSystem:s=null}=n,i=Se.fromOpts({locale:r,numberingSystem:s,defaultToEN:!0});if(!i.equals(t.locale))throw new x(`fromFormatParser called with a locale of ${i}, but the format parser was created for ${t.locale}`);const{result:a,zone:o,specificOffset:u,invalidReason:l}=t.explainFromTokens(e);return l?$r.invalid(l):pr(a,o,n,`format ${t.format}`,e,u)}static get DATE_SHORT(){return F}static get DATE_MED(){return L}static get DATE_MED_WITH_WEEKDAY(){return $}static get DATE_FULL(){return W}static get DATE_HUGE(){return Z}static get TIME_SIMPLE(){return z}static get TIME_WITH_SECONDS(){return j}static get TIME_WITH_SHORT_OFFSET(){return A}static get TIME_WITH_LONG_OFFSET(){return q}static get TIME_24_SIMPLE(){return U}static get TIME_24_WITH_SECONDS(){return _}static get TIME_24_WITH_SHORT_OFFSET(){return R}static get TIME_24_WITH_LONG_OFFSET(){return H}static get DATETIME_SHORT(){return Y}static get DATETIME_SHORT_WITH_SECONDS(){return P}static get DATETIME_MED(){return J}static get DATETIME_MED_WITH_SECONDS(){return G}static get DATETIME_MED_WITH_WEEKDAY(){return B}static get DATETIME_FULL(){return Q}static get DATETIME_FULL_WITH_SECONDS(){return K}static get DATETIME_HUGE(){return X}static get DATETIME_HUGE_WITH_SECONDS(){return ee}}function Wr(e){if($r.isDateTime(e))return e;if(e&&e.valueOf&&rt(e.valueOf()))return $r.fromJSDate(e);if(e&&"object"==typeof e)return $r.fromObject(e);throw new x(`Unknown datetime argument: ${e}, of type ${typeof e}`)}const Zr=["listUsersTitle","isLoading","labels","onNavigate","pagination","data","rowHref","tabs","currentTab","onTabChange"],zr=p(void 0),jr=({children:t,...n})=>e(zr.Provider,{value:n,children:t}),Ar=()=>{const e=k(zr);if(!e)throw new Error("useListUsersContext must be used within a ListUsersProvider");return e};function qr({blocksOverride:e,defaultBlocks:t,defaultBlockOrder:n,children:r}){if(void 0===e)return r({blocks:t,blockOrder:n});if("function"==typeof e){const{blocks:s,blockOrder:i}=e({defaultBlocks:t,defaultBlockOrder:n});return r({blocks:s,blockOrder:i})}return e}function Ur(e,t){const n={...e};for(const e in t)Object.prototype.hasOwnProperty.call(t,e)&&(n[e]=t[e]);return n}function _r(...e){return e.flat().filter(Boolean).join(" ")}function Rr(e,...t){const n={...e};for(const e of t)delete n[e];return n}function Hr(e,...t){const n={};for(const r of t)r in e&&(n[r]=e[r]);return n}!function(e,t){void 0===t&&(t={});var n=t.insertAt;if("undefined"!=typeof document){var r=document.head||document.getElementsByTagName("head")[0],s=document.createElement("style");s.type="text/css","top"===n&&r.firstChild?r.insertBefore(s,r.firstChild):r.appendChild(s),s.styleSheet?s.styleSheet.cssText=e:s.appendChild(document.createTextNode(e))}}("@import url('https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200');\n");const Yr=({sx:t,spacing:n=3,className:s,children:i,...a})=>e(r,{className:_r("nbb-list-users-container",s),spacing:n,sx:[{p:3},...Array.isArray(t)?t:[t]],...Rr(a,...Zr),children:e(jr,{...Hr(a,...Zr),children:e(qr,{defaultBlocks:Pr,defaultBlockOrder:Object.keys(Pr),blocksOverride:i,children:({blocks:{title:t,tabs:n,table:r,...s},blockOrder:i})=>i.filter(e=>e in s).map(t=>e(v,{children:s[t]},String(t)))})})});Yr.Title=t=>{const n=Ar(),{children:r,className:i,listUsersTitle:a}=Ur(n,t),{component:o="h1",variant:u="h4",...l}=t;return e(s,{component:o,variant:u,className:_r("nbb-list-users-title",i),...Rr(l,...Zr),children:r||a})},Yr.Header=t=>{const{children:n,className:s}=Ur(Ar(),t);return e(i,{className:_r("nbb-list-users-header",s),...t,children:n||e(r,{direction:"row",sx:{justifyContent:"space-between"},children:e(Yr.Title,{})})})},Yr.Loader=t=>{const{children:n,className:s}=Ur(Ar(),t),{sx:i=[],...o}=t;return e(r,{className:_r("nbb-list-users-loader",s),sx:[{alignItems:"center"},...Array.isArray(i)?i:[i]],...o,children:n||e(a,{})})};const Pr=(Jr={title:Yr.Title,header:Yr.Header,content:Yr.Content=s=>{const a=Ar(),{children:o,className:u,isLoading:l}=Ur(a,s);return e(i,{className:_r("nbb-list-users-content",u),...Rr(s,...Zr),children:o?e(t,{children:o}):l?e(Yr.Loader,{}):n(r,{spacing:3,direction:"column",children:[e(Yr.Tabs,{}),e(Yr.Table,{})]})})},tabs:Yr.Tabs=r=>{const i=Ar(),{tabs:a,currentTab:l,onTabChange:c,className:h}=Ur(i,r);if(!a||0===a.length)return null;const d=Math.max(0,a.findIndex(e=>e.label===l)),m=c&&((e,t)=>{const n=a[t];c(n.label)});return e(o,{value:d,...m&&{onChange:m},variant:"fullWidth",className:_r("nbb-list-users-tabs",h),...Rr(r,...Zr),children:a.map((r,i)=>e(u,{label:n(t,{children:[r.label,r.subtitle&&e(s,{component:"span",variant:"body2",color:"text.secondary",children:r.subtitle})]}),disabled:Boolean(r.isDisabled)},r.key??i))})},table:Yr.Table=t=>{const a=Ar(),{className:o,labels:u,data:p,rowHref:k,onNavigate:b,pagination:v}=Ur(a,t),{spacing:S=3,...T}=t,O=e=>{if(!e)return null;const t=$r.fromISO(e);return t.isValid?t:null};return p?0===p.length?e(r,{className:_r("nbb-list-users-table",o),...Rr(T,...Zr),children:n(i,{className:"nbb-table-empty-state",children:[e(l,{baseClassName:"material-symbols-outlined",className:"nbb-table-empty-state-icon",children:"person"}),e(s,{variant:"body1",className:"nbb-table-empty-state-message",children:u.emptyStateMessage})]})}):n(r,{className:_r("nbb-list-users-table",o),spacing:S,...Rr(T,...Zr),children:[e(c,{component:h,elevation:0,children:n(d,{children:[e(m,{children:n(f,{children:[e(y,{children:e(s,{variant:"body2",color:"text.secondary",sx:{fontWeight:"bold"},children:u.headerRow.name})}),e(y,{children:e(s,{variant:"body2",color:"text.secondary",sx:{fontWeight:"bold"},children:u.headerRow.createdAt})}),e(y,{children:e(s,{variant:"body2",color:"text.secondary",sx:{fontWeight:"bold"},children:u.headerRow.status})})]})}),e(g,{children:p.map(t=>{const r=k?.(t);return n(f,{hover:!!r,onClick:()=>{r&&b&&b(r)},sx:e=>({cursor:r?"pointer":"default",...!r&&{"&.MuiTableRow-root.MuiTableRow-root:hover":{bgcolor:e.palette.background.paper}}}),children:[e(y,{children:e(s,{variant:"body2",children:t.name})}),e(y,{children:e(s,{variant:"body2",sx:{overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap"},title:O(t.createdAt)?.toLocaleString($r.DATETIME_FULL)??"N/A",children:O(t.createdAt)?.toFormat("yyyy/M/d")??"N/A"})}),e(y,{children:e(s,{variant:"body2",children:t.status})})]},t.id)})})]})}),v&&e(r,{sx:{alignItems:"center"},children:e(w,{count:v.totalPages,page:v.currentPage,onChange:(e,t)=>v.onPageChange(t),...v.className&&{className:v.className},variant:"outlined",shape:"rounded"})})]}):null}},Object.fromEntries(Object.entries(Jr).map(([e,t])=>[e,b(t,{key:e})])));var Jr;export{Yr as ListUsers};
|
|
1
|
+
import{jsx as e,jsxs as t,Fragment as n}from"react/jsx-runtime";import{MoreVertOutlined as r,PersonOutlined as i,CloseOutlined as s,Loop as o,BlockOutlined as a,Search as l}from"@mui/icons-material";import{Stack as c,Typography as u,TableCell as d,IconButton as h,TableRow as m,Box as f,Button as y,Menu as g,MenuItem as p,ListItemIcon as b,TableBody as w,TableHead as v,TableContainer as k,Paper as S,Table as x,CircularProgress as O,Pagination as T,Chip as N,Tabs as C,Tab as M,ListItem as I,List as D,Tooltip as A,TextField as V,InputAdornment as E}from"@mui/material";import L,{createContext as F,createElement as W,Fragment as $,useRef as z,useState as R,useCallback as Z,useEffect as j,useMemo as P,useContext as B,isValidElement as q,cloneElement as U}from"react";import H from"@mui/material/useMediaQuery";import{useTheme as _}from"@mui/material/styles";class Y extends Error{}class J extends Y{constructor(e){super(`Invalid DateTime: ${e.toMessage()}`)}}class G extends Y{constructor(e){super(`Invalid Interval: ${e.toMessage()}`)}}class Q extends Y{constructor(e){super(`Invalid Duration: ${e.toMessage()}`)}}class K extends Y{}class X extends Y{constructor(e){super(`Invalid unit ${e}`)}}class ee extends Y{}class te extends Y{constructor(){super("Zone is an abstract class")}}const ne="numeric",re="short",ie="long",se={year:ne,month:ne,day:ne},oe={year:ne,month:re,day:ne},ae={year:ne,month:re,day:ne,weekday:re},le={year:ne,month:ie,day:ne},ce={year:ne,month:ie,day:ne,weekday:ie},ue={hour:ne,minute:ne},de={hour:ne,minute:ne,second:ne},he={hour:ne,minute:ne,second:ne,timeZoneName:re},me={hour:ne,minute:ne,second:ne,timeZoneName:ie},fe={hour:ne,minute:ne,hourCycle:"h23"},ye={hour:ne,minute:ne,second:ne,hourCycle:"h23"},ge={hour:ne,minute:ne,second:ne,hourCycle:"h23",timeZoneName:re},pe={hour:ne,minute:ne,second:ne,hourCycle:"h23",timeZoneName:ie},be={year:ne,month:ne,day:ne,hour:ne,minute:ne},we={year:ne,month:ne,day:ne,hour:ne,minute:ne,second:ne},ve={year:ne,month:re,day:ne,hour:ne,minute:ne},ke={year:ne,month:re,day:ne,hour:ne,minute:ne,second:ne},Se={year:ne,month:re,day:ne,weekday:re,hour:ne,minute:ne},xe={year:ne,month:ie,day:ne,hour:ne,minute:ne,timeZoneName:re},Oe={year:ne,month:ie,day:ne,hour:ne,minute:ne,second:ne,timeZoneName:re},Te={year:ne,month:ie,day:ne,weekday:ie,hour:ne,minute:ne,timeZoneName:ie},Ne={year:ne,month:ie,day:ne,weekday:ie,hour:ne,minute:ne,second:ne,timeZoneName:ie};class Ce{get type(){throw new te}get name(){throw new te}get ianaName(){return this.name}get isUniversal(){throw new te}offsetName(e,t){throw new te}formatOffset(e,t){throw new te}offset(e){throw new te}equals(e){throw new te}get isValid(){throw new te}}let Me=null;class Ie extends Ce{static get instance(){return null===Me&&(Me=new Ie),Me}get type(){return"system"}get name(){return(new Intl.DateTimeFormat).resolvedOptions().timeZone}get isUniversal(){return!1}offsetName(e,{format:t,locale:n}){return Jt(e,t,n)}formatOffset(e,t){return Xt(this.offset(e),t)}offset(e){return-new Date(e).getTimezoneOffset()}equals(e){return"system"===e.type}get isValid(){return!0}}const De=new Map,Ae={year:0,month:1,day:2,era:3,hour:4,minute:5,second:6},Ve=new Map;class Ee extends Ce{static create(e){let t=Ve.get(e);return void 0===t&&Ve.set(e,t=new Ee(e)),t}static resetCache(){Ve.clear(),De.clear()}static isValidSpecifier(e){return this.isValidZone(e)}static isValidZone(e){if(!e)return!1;try{return new Intl.DateTimeFormat("en-US",{timeZone:e}).format(),!0}catch(e){return!1}}constructor(e){super(),this.zoneName=e,this.valid=Ee.isValidZone(e)}get type(){return"iana"}get name(){return this.zoneName}get isUniversal(){return!1}offsetName(e,{format:t,locale:n}){return Jt(e,t,n,this.name)}formatOffset(e,t){return Xt(this.offset(e),t)}offset(e){if(!this.valid)return NaN;const t=new Date(e);if(isNaN(t))return NaN;const n=function(e){let t=De.get(e);return void 0===t&&(t=new Intl.DateTimeFormat("en-US",{hour12:!1,timeZone:e,year:"numeric",month:"2-digit",day:"2-digit",hour:"2-digit",minute:"2-digit",second:"2-digit",era:"short"}),De.set(e,t)),t}(this.name);let[r,i,s,o,a,l,c]=n.formatToParts?function(e,t){const n=e.formatToParts(t),r=[];for(let e=0;e<n.length;e++){const{type:t,value:i}=n[e],s=Ae[t];"era"===t?r[s]=i:Mt(s)||(r[s]=parseInt(i,10))}return r}(n,t):function(e,t){const n=e.format(t).replace(/\u200E/g,""),r=/(\d+)\/(\d+)\/(\d+) (AD|BC),? (\d+):(\d+):(\d+)/.exec(n),[,i,s,o,a,l,c,u]=r;return[o,i,s,a,l,c,u]}(n,t);"BC"===o&&(r=1-Math.abs(r));let u=+t;const d=u%1e3;return u-=d>=0?d:1e3+d,(Ut({year:r,month:i,day:s,hour:24===a?0:a,minute:l,second:c,millisecond:0})-u)/6e4}equals(e){return"iana"===e.type&&e.name===this.name}get isValid(){return this.valid}}let Le={};const Fe=new Map;function We(e,t={}){const n=JSON.stringify([e,t]);let r=Fe.get(n);return void 0===r&&(r=new Intl.DateTimeFormat(e,t),Fe.set(n,r)),r}const $e=new Map,ze=new Map;let Re=null;const Ze=new Map;function je(e){let t=Ze.get(e);return void 0===t&&(t=new Intl.DateTimeFormat(e).resolvedOptions(),Ze.set(e,t)),t}const Pe=new Map;function Be(e,t,n,r){const i=e.listingMode();return"error"===i?null:"en"===i?n(t):r(t)}class qe{constructor(e,t,n){this.padTo=n.padTo||0,this.floor=n.floor||!1;const{padTo:r,floor:i,...s}=n;if(!t||Object.keys(s).length>0){const t={useGrouping:!1,...n};n.padTo>0&&(t.minimumIntegerDigits=n.padTo),this.inf=function(e,t={}){const n=JSON.stringify([e,t]);let r=$e.get(n);return void 0===r&&(r=new Intl.NumberFormat(e,t),$e.set(n,r)),r}(e,t)}}format(e){if(this.inf){const t=this.floor?Math.floor(e):e;return this.inf.format(t)}return $t(this.floor?Math.floor(e):jt(e,3),this.padTo)}}class Ue{constructor(e,t,n){let r;if(this.opts=n,this.originalZone=void 0,this.opts.timeZone)this.dt=e;else if("fixed"===e.zone.type){const t=e.offset/60*-1,n=t>=0?`Etc/GMT+${t}`:`Etc/GMT${t}`;0!==e.offset&&Ee.create(n).valid?(r=n,this.dt=e):(r="UTC",this.dt=0===e.offset?e:e.setZone("UTC").plus({minutes:e.offset}),this.originalZone=e.zone)}else"system"===e.zone.type?this.dt=e:"iana"===e.zone.type?(this.dt=e,r=e.zone.name):(r="UTC",this.dt=e.setZone("UTC").plus({minutes:e.offset}),this.originalZone=e.zone);const i={...this.opts};i.timeZone=i.timeZone||r,this.dtf=We(t,i)}format(){return this.originalZone?this.formatToParts().map(({value:e})=>e).join(""):this.dtf.format(this.dt.toJSDate())}formatToParts(){const e=this.dtf.formatToParts(this.dt.toJSDate());return this.originalZone?e.map(e=>{if("timeZoneName"===e.type){const t=this.originalZone.offsetName(this.dt.ts,{locale:this.dt.locale,format:this.opts.timeZoneName});return{...e,value:t}}return e}):e}resolvedOptions(){return this.dtf.resolvedOptions()}}class He{constructor(e,t,n){this.opts={style:"long",...n},!t&&At()&&(this.rtf=function(e,t={}){const{base:n,...r}=t,i=JSON.stringify([e,r]);let s=ze.get(i);return void 0===s&&(s=new Intl.RelativeTimeFormat(e,t),ze.set(i,s)),s}(e,n))}format(e,t){return this.rtf?this.rtf.format(e,t):function(e,t,n="always",r=!1){const i={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(e);if("auto"===n&&s){const n="days"===e;switch(t){case 1:return n?"tomorrow":`next ${i[e][0]}`;case-1:return n?"yesterday":`last ${i[e][0]}`;case 0:return n?"today":`this ${i[e][0]}`}}const o=Object.is(t,-0)||t<0,a=Math.abs(t),l=1===a,c=i[e],u=r?l?c[1]:c[2]||c[1]:l?i[e][0]:e;return o?`${a} ${u} ago`:`in ${a} ${u}`}(t,e,this.opts.numeric,"long"!==this.opts.style)}formatToParts(e,t){return this.rtf?this.rtf.formatToParts(e,t):[]}}const _e={firstDay:1,minimalDays:4,weekend:[6,7]};class Ye{static fromOpts(e){return Ye.create(e.locale,e.numberingSystem,e.outputCalendar,e.weekSettings,e.defaultToEN)}static create(e,t,n,r,i=!1){const s=e||ht.defaultLocale,o=s||(i?"en-US":Re||(Re=(new Intl.DateTimeFormat).resolvedOptions().locale,Re)),a=t||ht.defaultNumberingSystem,l=n||ht.defaultOutputCalendar,c=Ft(r)||ht.defaultWeekSettings;return new Ye(o,a,l,c,s)}static resetCache(){Re=null,Fe.clear(),$e.clear(),ze.clear(),Ze.clear(),Pe.clear()}static fromObject({locale:e,numberingSystem:t,outputCalendar:n,weekSettings:r}={}){return Ye.create(e,t,n,r)}constructor(e,t,n,r,i){const[s,o,a]=function(e){const t=e.indexOf("-x-");-1!==t&&(e=e.substring(0,t));const n=e.indexOf("-u-");if(-1===n)return[e];{let t,r;try{t=We(e).resolvedOptions(),r=e}catch(i){const s=e.substring(0,n);t=We(s).resolvedOptions(),r=s}const{numberingSystem:i,calendar:s}=t;return[r,i,s]}}(e);this.locale=s,this.numberingSystem=t||o||null,this.outputCalendar=n||a||null,this.weekSettings=r,this.intl=function(e,t,n){return n||t?(e.includes("-u-")||(e+="-u"),n&&(e+=`-ca-${n}`),t&&(e+=`-nu-${t}`),e):e}(this.locale,this.numberingSystem,this.outputCalendar),this.weekdaysCache={format:{},standalone:{}},this.monthsCache={format:{},standalone:{}},this.meridiemCache=null,this.eraCache={},this.specifiedLocale=i,this.fastNumbersCached=null}get fastNumbers(){var e;return null==this.fastNumbersCached&&(this.fastNumbersCached=(!(e=this).numberingSystem||"latn"===e.numberingSystem)&&("latn"===e.numberingSystem||!e.locale||e.locale.startsWith("en")||"latn"===je(e.locale).numberingSystem)),this.fastNumbersCached}listingMode(){const e=this.isEnglish(),t=!(null!==this.numberingSystem&&"latn"!==this.numberingSystem||null!==this.outputCalendar&&"gregory"!==this.outputCalendar);return e&&t?"en":"intl"}clone(e){return e&&0!==Object.getOwnPropertyNames(e).length?Ye.create(e.locale||this.specifiedLocale,e.numberingSystem||this.numberingSystem,e.outputCalendar||this.outputCalendar,Ft(e.weekSettings)||this.weekSettings,e.defaultToEN||!1):this}redefaultToEN(e={}){return this.clone({...e,defaultToEN:!0})}redefaultToSystem(e={}){return this.clone({...e,defaultToEN:!1})}months(e,t=!1){return Be(this,e,sn,()=>{const n="ja"===this.intl||this.intl.startsWith("ja-"),r=(t&=!n)?{month:e,day:"numeric"}:{month:e},i=t?"format":"standalone";if(!this.monthsCache[i][e]){const t=n?e=>this.dtFormatter(e,r).format():e=>this.extract(e,r,"month");this.monthsCache[i][e]=function(e){const t=[];for(let n=1;n<=12;n++){const r=ai.utc(2009,n,1);t.push(e(r))}return t}(t)}return this.monthsCache[i][e]})}weekdays(e,t=!1){return Be(this,e,cn,()=>{const n=t?{weekday:e,year:"numeric",month:"long",day:"numeric"}:{weekday:e},r=t?"format":"standalone";return this.weekdaysCache[r][e]||(this.weekdaysCache[r][e]=function(e){const t=[];for(let n=1;n<=7;n++){const r=ai.utc(2016,11,13+n);t.push(e(r))}return t}(e=>this.extract(e,n,"weekday"))),this.weekdaysCache[r][e]})}meridiems(){return Be(this,void 0,()=>un,()=>{if(!this.meridiemCache){const e={hour:"numeric",hourCycle:"h12"};this.meridiemCache=[ai.utc(2016,11,13,9),ai.utc(2016,11,13,19)].map(t=>this.extract(t,e,"dayperiod"))}return this.meridiemCache})}eras(e){return Be(this,e,fn,()=>{const t={era:e};return this.eraCache[e]||(this.eraCache[e]=[ai.utc(-40,1,1),ai.utc(2017,1,1)].map(e=>this.extract(e,t,"era"))),this.eraCache[e]})}extract(e,t,n){const r=this.dtFormatter(e,t).formatToParts().find(e=>e.type.toLowerCase()===n);return r?r.value:null}numberFormatter(e={}){return new qe(this.intl,e.forceSimple||this.fastNumbers,e)}dtFormatter(e,t={}){return new Ue(e,this.intl,t)}relFormatter(e={}){return new He(this.intl,this.isEnglish(),e)}listFormatter(e={}){return function(e,t={}){const n=JSON.stringify([e,t]);let r=Le[n];return r||(r=new Intl.ListFormat(e,t),Le[n]=r),r}(this.intl,e)}isEnglish(){return"en"===this.locale||"en-us"===this.locale.toLowerCase()||je(this.intl).locale.startsWith("en-us")}getWeekSettings(){return this.weekSettings?this.weekSettings:Vt()?function(e){let t=Pe.get(e);if(!t){const n=new Intl.Locale(e);t="getWeekInfo"in n?n.getWeekInfo():n.weekInfo,"minimalDays"in t||(t={..._e,...t}),Pe.set(e,t)}return t}(this.locale):_e}getStartOfWeek(){return this.getWeekSettings().firstDay}getMinDaysInFirstWeek(){return this.getWeekSettings().minimalDays}getWeekendDays(){return this.getWeekSettings().weekend}equals(e){return this.locale===e.locale&&this.numberingSystem===e.numberingSystem&&this.outputCalendar===e.outputCalendar}toString(){return`Locale(${this.locale}, ${this.numberingSystem}, ${this.outputCalendar})`}}let Je=null;class Ge extends Ce{static get utcInstance(){return null===Je&&(Je=new Ge(0)),Je}static instance(e){return 0===e?Ge.utcInstance:new Ge(e)}static parseSpecifier(e){if(e){const t=e.match(/^utc(?:([+-]\d{1,2})(?::(\d{2}))?)?$/i);if(t)return new Ge(Gt(t[1],t[2]))}return null}constructor(e){super(),this.fixed=e}get type(){return"fixed"}get name(){return 0===this.fixed?"UTC":`UTC${Xt(this.fixed,"narrow")}`}get ianaName(){return 0===this.fixed?"Etc/UTC":`Etc/GMT${Xt(-this.fixed,"narrow")}`}offsetName(){return this.name}formatOffset(e,t){return Xt(this.fixed,t)}get isUniversal(){return!0}offset(){return this.fixed}equals(e){return"fixed"===e.type&&e.fixed===this.fixed}get isValid(){return!0}}class Qe extends Ce{constructor(e){super(),this.zoneName=e}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 Ke(e,t){if(Mt(e)||null===e)return t;if(e instanceof Ce)return e;if("string"==typeof e){const n=e.toLowerCase();return"default"===n?t:"local"===n||"system"===n?Ie.instance:"utc"===n||"gmt"===n?Ge.utcInstance:Ge.parseSpecifier(n)||Ee.create(e)}return It(e)?Ge.instance(e):"object"==typeof e&&"offset"in e&&"function"==typeof e.offset?e:new Qe(e)}const Xe={arab:"[٠-٩]",arabext:"[۰-۹]",bali:"[᭐-᭙]",beng:"[০-৯]",deva:"[०-९]",fullwide:"[0-9]",gujr:"[૦-૯]",hanidec:"[〇|一|二|三|四|五|六|七|八|九]",khmr:"[០-៩]",knda:"[೦-೯]",laoo:"[໐-໙]",limb:"[᥆-᥏]",mlym:"[൦-൯]",mong:"[᠐-᠙]",mymr:"[၀-၉]",orya:"[୦-୯]",tamldec:"[௦-௯]",telu:"[౦-౯]",thai:"[๐-๙]",tibt:"[༠-༩]",latn:"\\d"},et={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]},tt=Xe.hanidec.replace(/[\[|\]]/g,"").split(""),nt=new Map;function rt({numberingSystem:e},t=""){const n=e||"latn";let r=nt.get(n);void 0===r&&(r=new Map,nt.set(n,r));let i=r.get(t);return void 0===i&&(i=new RegExp(`${Xe[n]}${t}`),r.set(t,i)),i}let it,st=()=>Date.now(),ot="system",at=null,lt=null,ct=null,ut=60,dt=null;class ht{static get now(){return st}static set now(e){st=e}static set defaultZone(e){ot=e}static get defaultZone(){return Ke(ot,Ie.instance)}static get defaultLocale(){return at}static set defaultLocale(e){at=e}static get defaultNumberingSystem(){return lt}static set defaultNumberingSystem(e){lt=e}static get defaultOutputCalendar(){return ct}static set defaultOutputCalendar(e){ct=e}static get defaultWeekSettings(){return dt}static set defaultWeekSettings(e){dt=Ft(e)}static get twoDigitCutoffYear(){return ut}static set twoDigitCutoffYear(e){ut=e%100}static get throwOnInvalid(){return it}static set throwOnInvalid(e){it=e}static resetCaches(){Ye.resetCache(),Ee.resetCache(),ai.resetCache(),nt.clear()}}class mt{constructor(e,t){this.reason=e,this.explanation=t}toMessage(){return this.explanation?`${this.reason}: ${this.explanation}`:this.reason}}const ft=[0,31,59,90,120,151,181,212,243,273,304,334],yt=[0,31,60,91,121,152,182,213,244,274,305,335];function gt(e,t){return new mt("unit out of range",`you specified ${t} (of type ${typeof t}) as a ${e}, which is invalid`)}function pt(e,t,n){const r=new Date(Date.UTC(e,t-1,n));e<100&&e>=0&&r.setUTCFullYear(r.getUTCFullYear()-1900);const i=r.getUTCDay();return 0===i?7:i}function bt(e,t,n){return n+(Pt(e)?yt:ft)[t-1]}function wt(e,t){const n=Pt(e)?yt:ft,r=n.findIndex(e=>e<t);return{month:r+1,day:t-n[r]}}function vt(e,t){return(e-t+7)%7+1}function kt(e,t=4,n=1){const{year:r,month:i,day:s}=e,o=bt(r,i,s),a=vt(pt(r,i,s),n);let l,c=Math.floor((o-a+14-t)/7);return c<1?(l=r-1,c=_t(l,t,n)):c>_t(r,t,n)?(l=r+1,c=1):l=r,{weekYear:l,weekNumber:c,weekday:a,...en(e)}}function St(e,t=4,n=1){const{weekYear:r,weekNumber:i,weekday:s}=e,o=vt(pt(r,1,t),n),a=Bt(r);let l,c=7*i+s-o-7+t;c<1?(l=r-1,c+=Bt(l)):c>a?(l=r+1,c-=Bt(r)):l=r;const{month:u,day:d}=wt(l,c);return{year:l,month:u,day:d,...en(e)}}function xt(e){const{year:t,month:n,day:r}=e;return{year:t,ordinal:bt(t,n,r),...en(e)}}function Ot(e){const{year:t,ordinal:n}=e,{month:r,day:i}=wt(t,n);return{year:t,month:r,day:i,...en(e)}}function Tt(e,t){if(!Mt(e.localWeekday)||!Mt(e.localWeekNumber)||!Mt(e.localWeekYear)){if(!Mt(e.weekday)||!Mt(e.weekNumber)||!Mt(e.weekYear))throw new K("Cannot mix locale-based week fields with ISO-based week fields");return Mt(e.localWeekday)||(e.weekday=e.localWeekday),Mt(e.localWeekNumber)||(e.weekNumber=e.localWeekNumber),Mt(e.localWeekYear)||(e.weekYear=e.localWeekYear),delete e.localWeekday,delete e.localWeekNumber,delete e.localWeekYear,{minDaysInFirstWeek:t.getMinDaysInFirstWeek(),startOfWeek:t.getStartOfWeek()}}return{minDaysInFirstWeek:4,startOfWeek:1}}function Nt(e){const t=Dt(e.year),n=Wt(e.month,1,12),r=Wt(e.day,1,qt(e.year,e.month));return t?n?!r&>("day",e.day):gt("month",e.month):gt("year",e.year)}function Ct(e){const{hour:t,minute:n,second:r,millisecond:i}=e,s=Wt(t,0,23)||24===t&&0===n&&0===r&&0===i,o=Wt(n,0,59),a=Wt(r,0,59),l=Wt(i,0,999);return s?o?a?!l&>("millisecond",i):gt("second",r):gt("minute",n):gt("hour",t)}function Mt(e){return void 0===e}function It(e){return"number"==typeof e}function Dt(e){return"number"==typeof e&&e%1==0}function At(){try{return"undefined"!=typeof Intl&&!!Intl.RelativeTimeFormat}catch(e){return!1}}function Vt(){try{return"undefined"!=typeof Intl&&!!Intl.Locale&&("weekInfo"in Intl.Locale.prototype||"getWeekInfo"in Intl.Locale.prototype)}catch(e){return!1}}function Et(e,t,n){if(0!==e.length)return e.reduce((e,r)=>{const i=[t(r),r];return e&&n(e[0],i[0])===e[0]?e:i},null)[1]}function Lt(e,t){return Object.prototype.hasOwnProperty.call(e,t)}function Ft(e){if(null==e)return null;if("object"!=typeof e)throw new ee("Week settings must be an object");if(!Wt(e.firstDay,1,7)||!Wt(e.minimalDays,1,7)||!Array.isArray(e.weekend)||e.weekend.some(e=>!Wt(e,1,7)))throw new ee("Invalid week settings");return{firstDay:e.firstDay,minimalDays:e.minimalDays,weekend:Array.from(e.weekend)}}function Wt(e,t,n){return Dt(e)&&e>=t&&e<=n}function $t(e,t=2){let n;return n=e<0?"-"+(""+-e).padStart(t,"0"):(""+e).padStart(t,"0"),n}function zt(e){return Mt(e)||null===e||""===e?void 0:parseInt(e,10)}function Rt(e){return Mt(e)||null===e||""===e?void 0:parseFloat(e)}function Zt(e){if(!Mt(e)&&null!==e&&""!==e){const t=1e3*parseFloat("0."+e);return Math.floor(t)}}function jt(e,t,n="round"){const r=10**t;switch(n){case"expand":return e>0?Math.ceil(e*r)/r:Math.floor(e*r)/r;case"trunc":return Math.trunc(e*r)/r;case"round":return Math.round(e*r)/r;case"floor":return Math.floor(e*r)/r;case"ceil":return Math.ceil(e*r)/r;default:throw new RangeError(`Value rounding ${n} is out of range`)}}function Pt(e){return e%4==0&&(e%100!=0||e%400==0)}function Bt(e){return Pt(e)?366:365}function qt(e,t){const n=(r=t-1)-12*Math.floor(r/12)+1;var r;return 2===n?Pt(e+(t-n)/12)?29:28:[31,null,31,30,31,30,31,31,30,31,30,31][n-1]}function Ut(e){let t=Date.UTC(e.year,e.month-1,e.day,e.hour,e.minute,e.second,e.millisecond);return e.year<100&&e.year>=0&&(t=new Date(t),t.setUTCFullYear(e.year,e.month-1,e.day)),+t}function Ht(e,t,n){return-vt(pt(e,1,t),n)+t-1}function _t(e,t=4,n=1){const r=Ht(e,t,n),i=Ht(e+1,t,n);return(Bt(e)-r+i)/7}function Yt(e){return e>99?e:e>ht.twoDigitCutoffYear?1900+e:2e3+e}function Jt(e,t,n,r=null){const i=new Date(e),s={hourCycle:"h23",year:"numeric",month:"2-digit",day:"2-digit",hour:"2-digit",minute:"2-digit"};r&&(s.timeZone=r);const o={timeZoneName:t,...s},a=new Intl.DateTimeFormat(n,o).formatToParts(i).find(e=>"timezonename"===e.type.toLowerCase());return a?a.value:null}function Gt(e,t){let n=parseInt(e,10);Number.isNaN(n)&&(n=0);const r=parseInt(t,10)||0;return 60*n+(n<0||Object.is(n,-0)?-r:r)}function Qt(e){const t=Number(e);if("boolean"==typeof e||""===e||!Number.isFinite(t))throw new ee(`Invalid unit value ${e}`);return t}function Kt(e,t){const n={};for(const r in e)if(Lt(e,r)){const i=e[r];if(null==i)continue;n[t(r)]=Qt(i)}return n}function Xt(e,t){const n=Math.trunc(Math.abs(e/60)),r=Math.trunc(Math.abs(e%60)),i=e>=0?"+":"-";switch(t){case"short":return`${i}${$t(n,2)}:${$t(r,2)}`;case"narrow":return`${i}${n}${r>0?`:${r}`:""}`;case"techie":return`${i}${$t(n,2)}${$t(r,2)}`;default:throw new RangeError(`Value format ${t} is out of range for property format`)}}function en(e){return function(e){return["hour","minute","second","millisecond"].reduce((t,n)=>(t[n]=e[n],t),{})}(e)}const tn=["January","February","March","April","May","June","July","August","September","October","November","December"],nn=["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],rn=["J","F","M","A","M","J","J","A","S","O","N","D"];function sn(e){switch(e){case"narrow":return[...rn];case"short":return[...nn];case"long":return[...tn];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 on=["Monday","Tuesday","Wednesday","Thursday","Friday","Saturday","Sunday"],an=["Mon","Tue","Wed","Thu","Fri","Sat","Sun"],ln=["M","T","W","T","F","S","S"];function cn(e){switch(e){case"narrow":return[...ln];case"short":return[...an];case"long":return[...on];case"numeric":return["1","2","3","4","5","6","7"];default:return null}}const un=["AM","PM"],dn=["Before Christ","Anno Domini"],hn=["BC","AD"],mn=["B","A"];function fn(e){switch(e){case"narrow":return[...mn];case"short":return[...hn];case"long":return[...dn];default:return null}}function yn(e,t){let n="";for(const r of e)r.literal?n+=r.val:n+=t(r.val);return n}const gn={D:se,DD:oe,DDD:le,DDDD:ce,t:ue,tt:de,ttt:he,tttt:me,T:fe,TT:ye,TTT:ge,TTTT:pe,f:be,ff:ve,fff:xe,ffff:Te,F:we,FF:ke,FFF:Oe,FFFF:Ne};class pn{static create(e,t={}){return new pn(e,t)}static parseFormat(e){let t=null,n="",r=!1;const i=[];for(let s=0;s<e.length;s++){const o=e.charAt(s);"'"===o?((n.length>0||r)&&i.push({literal:r||/^\s+$/.test(n),val:""===n?"'":n}),t=null,n="",r=!r):r||o===t?n+=o:(n.length>0&&i.push({literal:/^\s+$/.test(n),val:n}),n=o,t=o)}return n.length>0&&i.push({literal:r||/^\s+$/.test(n),val:n}),i}static macroTokenToFormatOpts(e){return gn[e]}constructor(e,t){this.opts=t,this.loc=e,this.systemLoc=null}formatWithSystemDefault(e,t){return null===this.systemLoc&&(this.systemLoc=this.loc.redefaultToSystem()),this.systemLoc.dtFormatter(e,{...this.opts,...t}).format()}dtFormatter(e,t={}){return this.loc.dtFormatter(e,{...this.opts,...t})}formatDateTime(e,t){return this.dtFormatter(e,t).format()}formatDateTimeParts(e,t){return this.dtFormatter(e,t).formatToParts()}formatInterval(e,t){return this.dtFormatter(e.start,t).dtf.formatRange(e.start.toJSDate(),e.end.toJSDate())}resolvedOptions(e,t){return this.dtFormatter(e,t).resolvedOptions()}num(e,t=0,n=void 0){if(this.opts.forceSimple)return $t(e,t);const r={...this.opts};return t>0&&(r.padTo=t),n&&(r.signDisplay=n),this.loc.numberFormatter(r).format(e)}formatDateTimeFromString(e,t){const n="en"===this.loc.listingMode(),r=this.loc.outputCalendar&&"gregory"!==this.loc.outputCalendar,i=(t,n)=>this.loc.extract(e,t,n),s=t=>e.isOffsetFixed&&0===e.offset&&t.allowZ?"Z":e.isValid?e.zone.formatOffset(e.ts,t.format):"",o=(t,r)=>n?function(e,t){return sn(t)[e.month-1]}(e,t):i(r?{month:t}:{month:t,day:"numeric"},"month"),a=(t,r)=>n?function(e,t){return cn(t)[e.weekday-1]}(e,t):i(r?{weekday:t}:{weekday:t,month:"long",day:"numeric"},"weekday"),l=t=>{const n=pn.macroTokenToFormatOpts(t);return n?this.formatWithSystemDefault(e,n):t},c=t=>n?function(e,t){return fn(t)[e.year<0?0:1]}(e,t):i({era:t},"era");return yn(pn.parseFormat(t),t=>{switch(t){case"S":return this.num(e.millisecond);case"u":case"SSS":return this.num(e.millisecond,3);case"s":return this.num(e.second);case"ss":return this.num(e.second,2);case"uu":return this.num(Math.floor(e.millisecond/10),2);case"uuu":return this.num(Math.floor(e.millisecond/100));case"m":return this.num(e.minute);case"mm":return this.num(e.minute,2);case"h":return this.num(e.hour%12==0?12:e.hour%12);case"hh":return this.num(e.hour%12==0?12:e.hour%12,2);case"H":return this.num(e.hour);case"HH":return this.num(e.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 e.zone.offsetName(e.ts,{format:"short",locale:this.loc.locale});case"ZZZZZ":return e.zone.offsetName(e.ts,{format:"long",locale:this.loc.locale});case"z":return e.zoneName;case"a":return n?function(e){return un[e.hour<12?0:1]}(e):i({hour:"numeric",hourCycle:"h12"},"dayperiod");case"d":return r?i({day:"numeric"},"day"):this.num(e.day);case"dd":return r?i({day:"2-digit"},"day"):this.num(e.day,2);case"c":case"E":return this.num(e.weekday);case"ccc":return a("short",!0);case"cccc":return a("long",!0);case"ccccc":return a("narrow",!0);case"EEE":return a("short",!1);case"EEEE":return a("long",!1);case"EEEEE":return a("narrow",!1);case"L":return r?i({month:"numeric",day:"numeric"},"month"):this.num(e.month);case"LL":return r?i({month:"2-digit",day:"numeric"},"month"):this.num(e.month,2);case"LLL":return o("short",!0);case"LLLL":return o("long",!0);case"LLLLL":return o("narrow",!0);case"M":return r?i({month:"numeric"},"month"):this.num(e.month);case"MM":return r?i({month:"2-digit"},"month"):this.num(e.month,2);case"MMM":return o("short",!1);case"MMMM":return o("long",!1);case"MMMMM":return o("narrow",!1);case"y":return r?i({year:"numeric"},"year"):this.num(e.year);case"yy":return r?i({year:"2-digit"},"year"):this.num(e.year.toString().slice(-2),2);case"yyyy":return r?i({year:"numeric"},"year"):this.num(e.year,4);case"yyyyyy":return r?i({year:"numeric"},"year"):this.num(e.year,6);case"G":return c("short");case"GG":return c("long");case"GGGGG":return c("narrow");case"kk":return this.num(e.weekYear.toString().slice(-2),2);case"kkkk":return this.num(e.weekYear,4);case"W":return this.num(e.weekNumber);case"WW":return this.num(e.weekNumber,2);case"n":return this.num(e.localWeekNumber);case"nn":return this.num(e.localWeekNumber,2);case"ii":return this.num(e.localWeekYear.toString().slice(-2),2);case"iiii":return this.num(e.localWeekYear,4);case"o":return this.num(e.ordinal);case"ooo":return this.num(e.ordinal,3);case"q":return this.num(e.quarter);case"qq":return this.num(e.quarter,2);case"X":return this.num(Math.floor(e.ts/1e3));case"x":return this.num(e.ts);default:return l(t)}})}formatDurationFromString(e,t){const n="negativeLargestOnly"===this.opts.signMode?-1:1,r=e=>{switch(e[0]){case"S":return"milliseconds";case"s":return"seconds";case"m":return"minutes";case"h":return"hours";case"d":return"days";case"w":return"weeks";case"M":return"months";case"y":return"years";default:return null}},i=pn.parseFormat(t),s=i.reduce((e,{literal:t,val:n})=>t?e:e.concat(n),[]),o=e.shiftTo(...s.map(r).filter(e=>e));return yn(i,((e,t)=>i=>{const s=r(i);if(s){const r=t.isNegativeDuration&&s!==t.largestUnit?n:1;let o;return o="negativeLargestOnly"===this.opts.signMode&&s!==t.largestUnit?"never":"all"===this.opts.signMode?"always":"auto",this.num(e.get(s)*r,i.length,o)}return i})(o,{isNegativeDuration:o<0,largestUnit:Object.keys(o.values)[0]}))}}const bn=/[A-Za-z_+-]{1,256}(?::?\/[A-Za-z0-9_+-]{1,256}(?:\/[A-Za-z0-9_+-]{1,256})?)?/;function wn(...e){const t=e.reduce((e,t)=>e+t.source,"");return RegExp(`^${t}$`)}function vn(...e){return t=>e.reduce(([e,n,r],i)=>{const[s,o,a]=i(t,r);return[{...e,...s},o||n,a]},[{},null,1]).slice(0,2)}function kn(e,...t){if(null==e)return[null,null];for(const[n,r]of t){const t=n.exec(e);if(t)return r(t)}return[null,null]}function Sn(...e){return(t,n)=>{const r={};let i;for(i=0;i<e.length;i++)r[e[i]]=zt(t[n+i]);return[r,null,n+i]}}const xn=/(?:([Zz])|([+-]\d\d)(?::?(\d\d))?)/,On=/(\d\d)(?::?(\d\d)(?::?(\d\d)(?:[.,](\d{1,30}))?)?)?/,Tn=RegExp(`${On.source}(?:${xn.source}?(?:\\[(${bn.source})\\])?)?`),Nn=RegExp(`(?:[Tt]${Tn.source})?`),Cn=Sn("weekYear","weekNumber","weekDay"),Mn=Sn("year","ordinal"),In=RegExp(`${On.source} ?(?:${xn.source}|(${bn.source}))?`),Dn=RegExp(`(?: ${In.source})?`);function An(e,t,n){const r=e[t];return Mt(r)?n:zt(r)}function Vn(e,t){return[{hours:An(e,t,0),minutes:An(e,t+1,0),seconds:An(e,t+2,0),milliseconds:Zt(e[t+3])},null,t+4]}function En(e,t){const n=!e[t]&&!e[t+1],r=Gt(e[t+1],e[t+2]);return[{},n?null:Ge.instance(r),t+3]}function Ln(e,t){return[{},e[t]?Ee.create(e[t]):null,t+1]}const Fn=RegExp(`^T?${On.source}$`),Wn=/^-?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 $n(e){const[t,n,r,i,s,o,a,l,c]=e,u="-"===t[0],d=l&&"-"===l[0],h=(e,t=!1)=>void 0!==e&&(t||e&&u)?-e:e;return[{years:h(Rt(n)),months:h(Rt(r)),weeks:h(Rt(i)),days:h(Rt(s)),hours:h(Rt(o)),minutes:h(Rt(a)),seconds:h(Rt(l),"-0"===l),milliseconds:h(Zt(c),d)}]}const zn={GMT:0,EDT:-240,EST:-300,CDT:-300,CST:-360,MDT:-360,MST:-420,PDT:-420,PST:-480};function Rn(e,t,n,r,i,s,o){const a={year:2===t.length?Yt(zt(t)):zt(t),month:nn.indexOf(n)+1,day:zt(r),hour:zt(i),minute:zt(s)};return o&&(a.second=zt(o)),e&&(a.weekday=e.length>3?on.indexOf(e)+1:an.indexOf(e)+1),a}const Zn=/^(?:(Mon|Tue|Wed|Thu|Fri|Sat|Sun),\s)?(\d{1,2})\s(Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec)\s(\d{2,4})\s(\d\d):(\d\d)(?::(\d\d))?\s(?:(UT|GMT|[ECMP][SD]T)|([Zz])|(?:([+-]\d\d)(\d\d)))$/;function jn(e){const[,t,n,r,i,s,o,a,l,c,u,d]=e,h=Rn(t,i,r,n,s,o,a);let m;return m=l?zn[l]:c?0:Gt(u,d),[h,new Ge(m)]}const Pn=/^(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$/,Bn=/^(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$/,qn=/^(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 Un(e){const[,t,n,r,i,s,o,a]=e;return[Rn(t,i,r,n,s,o,a),Ge.utcInstance]}function Hn(e){const[,t,n,r,i,s,o,a]=e;return[Rn(t,a,n,r,i,s,o),Ge.utcInstance]}const _n=wn(/([+-]\d{6}|\d{4})(?:-?(\d\d)(?:-?(\d\d))?)?/,Nn),Yn=wn(/(\d{4})-?W(\d\d)(?:-?(\d))?/,Nn),Jn=wn(/(\d{4})-?(\d{3})/,Nn),Gn=wn(Tn),Qn=vn(function(e,t){return[{year:An(e,t),month:An(e,t+1,1),day:An(e,t+2,1)},null,t+3]},Vn,En,Ln),Kn=vn(Cn,Vn,En,Ln),Xn=vn(Mn,Vn,En,Ln),er=vn(Vn,En,Ln),tr=vn(Vn),nr=wn(/(\d{4})-(\d\d)-(\d\d)/,Dn),rr=wn(In),ir=vn(Vn,En,Ln),sr="Invalid Duration",or={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}},ar={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},...or},lr={years:{quarters:4,months:12,weeks:52.1775,days:365.2425,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:30.436875,hours:730.485,minutes:43829.1,seconds:2629746,milliseconds:2629746e3},...or},cr=["years","quarters","months","weeks","days","hours","minutes","seconds","milliseconds"],ur=cr.slice(0).reverse();function dr(e,t,n=!1){const r={values:n?t.values:{...e.values,...t.values||{}},loc:e.loc.clone(t.loc),conversionAccuracy:t.conversionAccuracy||e.conversionAccuracy,matrix:t.matrix||e.matrix};return new yr(r)}function hr(e,t){let n=t.milliseconds??0;for(const r of ur.slice(1))t[r]&&(n+=t[r]*e[r].milliseconds);return n}function mr(e,t){const n=hr(e,t)<0?-1:1;cr.reduceRight((r,i)=>{if(Mt(t[i]))return r;if(r){const s=t[r]*n,o=e[i][r],a=Math.floor(s/o);t[i]+=a*n,t[r]-=a*o*n}return i},null),cr.reduce((n,r)=>{if(Mt(t[r]))return n;if(n){const i=t[n]%1;t[n]-=i,t[r]+=i*e[n][r]}return r},null)}function fr(e){const t={};for(const[n,r]of Object.entries(e))0!==r&&(t[n]=r);return t}class yr{constructor(e){const t="longterm"===e.conversionAccuracy||!1;let n=t?lr:ar;e.matrix&&(n=e.matrix),this.values=e.values,this.loc=e.loc||Ye.create(),this.conversionAccuracy=t?"longterm":"casual",this.invalid=e.invalid||null,this.matrix=n,this.isLuxonDuration=!0}static fromMillis(e,t){return yr.fromObject({milliseconds:e},t)}static fromObject(e,t={}){if(null==e||"object"!=typeof e)throw new ee("Duration.fromObject: argument expected to be an object, got "+(null===e?"null":typeof e));return new yr({values:Kt(e,yr.normalizeUnit),loc:Ye.fromObject(t),conversionAccuracy:t.conversionAccuracy,matrix:t.matrix})}static fromDurationLike(e){if(It(e))return yr.fromMillis(e);if(yr.isDuration(e))return e;if("object"==typeof e)return yr.fromObject(e);throw new ee(`Unknown duration argument ${e} of type ${typeof e}`)}static fromISO(e,t){const[n]=function(e){return kn(e,[Wn,$n])}(e);return n?yr.fromObject(n,t):yr.invalid("unparsable",`the input "${e}" can't be parsed as ISO 8601`)}static fromISOTime(e,t){const[n]=function(e){return kn(e,[Fn,tr])}(e);return n?yr.fromObject(n,t):yr.invalid("unparsable",`the input "${e}" can't be parsed as ISO 8601`)}static invalid(e,t=null){if(!e)throw new ee("need to specify a reason the Duration is invalid");const n=e instanceof mt?e:new mt(e,t);if(ht.throwOnInvalid)throw new Q(n);return new yr({invalid:n})}static normalizeUnit(e){const t={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"}[e?e.toLowerCase():e];if(!t)throw new X(e);return t}static isDuration(e){return e&&e.isLuxonDuration||!1}get locale(){return this.isValid?this.loc.locale:null}get numberingSystem(){return this.isValid?this.loc.numberingSystem:null}toFormat(e,t={}){const n={...t,floor:!1!==t.round&&!1!==t.floor};return this.isValid?pn.create(this.loc,n).formatDurationFromString(this,e):sr}toHuman(e={}){if(!this.isValid)return sr;const t=!1!==e.showZeros,n=cr.map(n=>{const r=this.values[n];return Mt(r)||0===r&&!t?null:this.loc.numberFormatter({style:"unit",unitDisplay:"long",...e,unit:n.slice(0,-1)}).format(r)}).filter(e=>e);return this.loc.listFormatter({type:"conjunction",style:e.listStyle||"narrow",...e}).format(n)}toObject(){return this.isValid?{...this.values}:{}}toISO(){if(!this.isValid)return null;let e="P";return 0!==this.years&&(e+=this.years+"Y"),0===this.months&&0===this.quarters||(e+=this.months+3*this.quarters+"M"),0!==this.weeks&&(e+=this.weeks+"W"),0!==this.days&&(e+=this.days+"D"),0===this.hours&&0===this.minutes&&0===this.seconds&&0===this.milliseconds||(e+="T"),0!==this.hours&&(e+=this.hours+"H"),0!==this.minutes&&(e+=this.minutes+"M"),0===this.seconds&&0===this.milliseconds||(e+=jt(this.seconds+this.milliseconds/1e3,3)+"S"),"P"===e&&(e+="T0S"),e}toISOTime(e={}){if(!this.isValid)return null;const t=this.toMillis();return t<0||t>=864e5?null:(e={suppressMilliseconds:!1,suppressSeconds:!1,includePrefix:!1,format:"extended",...e,includeOffset:!1},ai.fromMillis(t,{zone:"UTC"}).toISOTime(e))}toJSON(){return this.toISO()}toString(){return this.toISO()}[Symbol.for("nodejs.util.inspect.custom")](){return this.isValid?`Duration { values: ${JSON.stringify(this.values)} }`:`Duration { Invalid, reason: ${this.invalidReason} }`}toMillis(){return this.isValid?hr(this.matrix,this.values):NaN}valueOf(){return this.toMillis()}plus(e){if(!this.isValid)return this;const t=yr.fromDurationLike(e),n={};for(const e of cr)(Lt(t.values,e)||Lt(this.values,e))&&(n[e]=t.get(e)+this.get(e));return dr(this,{values:n},!0)}minus(e){if(!this.isValid)return this;const t=yr.fromDurationLike(e);return this.plus(t.negate())}mapUnits(e){if(!this.isValid)return this;const t={};for(const n of Object.keys(this.values))t[n]=Qt(e(this.values[n],n));return dr(this,{values:t},!0)}get(e){return this[yr.normalizeUnit(e)]}set(e){return this.isValid?dr(this,{values:{...this.values,...Kt(e,yr.normalizeUnit)}}):this}reconfigure({locale:e,numberingSystem:t,conversionAccuracy:n,matrix:r}={}){return dr(this,{loc:this.loc.clone({locale:e,numberingSystem:t}),matrix:r,conversionAccuracy:n})}as(e){return this.isValid?this.shiftTo(e).get(e):NaN}normalize(){if(!this.isValid)return this;const e=this.toObject();return mr(this.matrix,e),dr(this,{values:e},!0)}rescale(){return this.isValid?dr(this,{values:fr(this.normalize().shiftToAll().toObject())},!0):this}shiftTo(...e){if(!this.isValid)return this;if(0===e.length)return this;e=e.map(e=>yr.normalizeUnit(e));const t={},n={},r=this.toObject();let i;for(const s of cr)if(e.indexOf(s)>=0){i=s;let e=0;for(const t in n)e+=this.matrix[t][s]*n[t],n[t]=0;It(r[s])&&(e+=r[s]);const o=Math.trunc(e);t[s]=o,n[s]=(1e3*e-1e3*o)/1e3}else It(r[s])&&(n[s]=r[s]);for(const e in n)0!==n[e]&&(t[i]+=e===i?n[e]:n[e]/this.matrix[i][e]);return mr(this.matrix,t),dr(this,{values:t},!0)}shiftToAll(){return this.isValid?this.shiftTo("years","months","weeks","days","hours","minutes","seconds","milliseconds"):this}negate(){if(!this.isValid)return this;const e={};for(const t of Object.keys(this.values))e[t]=0===this.values[t]?0:-this.values[t];return dr(this,{values:e},!0)}removeZeros(){return this.isValid?dr(this,{values:fr(this.values)},!0):this}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(e){if(!this.isValid||!e.isValid)return!1;if(!this.loc.equals(e.loc))return!1;function t(e,t){return void 0===e||0===e?void 0===t||0===t:e===t}for(const n of cr)if(!t(this.values[n],e.values[n]))return!1;return!0}}const gr="Invalid Interval";class pr{constructor(e){this.s=e.start,this.e=e.end,this.invalid=e.invalid||null,this.isLuxonInterval=!0}static invalid(e,t=null){if(!e)throw new ee("need to specify a reason the Interval is invalid");const n=e instanceof mt?e:new mt(e,t);if(ht.throwOnInvalid)throw new G(n);return new pr({invalid:n})}static fromDateTimes(e,t){const n=li(e),r=li(t),i=function(e,t){return e&&e.isValid?t&&t.isValid?t<e?pr.invalid("end before start",`The end of an interval must be after its start, but you had start=${e.toISO()} and end=${t.toISO()}`):null:pr.invalid("missing or invalid end"):pr.invalid("missing or invalid start")}(n,r);return null==i?new pr({start:n,end:r}):i}static after(e,t){const n=yr.fromDurationLike(t),r=li(e);return pr.fromDateTimes(r,r.plus(n))}static before(e,t){const n=yr.fromDurationLike(t),r=li(e);return pr.fromDateTimes(r.minus(n),r)}static fromISO(e,t){const[n,r]=(e||"").split("/",2);if(n&&r){let e,i,s,o;try{e=ai.fromISO(n,t),i=e.isValid}catch(r){i=!1}try{s=ai.fromISO(r,t),o=s.isValid}catch(r){o=!1}if(i&&o)return pr.fromDateTimes(e,s);if(i){const n=yr.fromISO(r,t);if(n.isValid)return pr.after(e,n)}else if(o){const e=yr.fromISO(n,t);if(e.isValid)return pr.before(s,e)}}return pr.invalid("unparsable",`the input "${e}" can't be parsed as ISO 8601`)}static isInterval(e){return e&&e.isLuxonInterval||!1}get start(){return this.isValid?this.s:null}get end(){return this.isValid?this.e:null}get lastDateTime(){return this.isValid&&this.e?this.e.minus(1):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(e="milliseconds"){return this.isValid?this.toDuration(e).get(e):NaN}count(e="milliseconds",t){if(!this.isValid)return NaN;const n=this.start.startOf(e,t);let r;return r=t?.useLocaleWeeks?this.end.reconfigure({locale:n.locale}):this.end,r=r.startOf(e,t),Math.floor(r.diff(n,e).get(e))+(r.valueOf()!==this.end.valueOf())}hasSame(e){return!!this.isValid&&(this.isEmpty()||this.e.minus(1).hasSame(this.s,e))}isEmpty(){return this.s.valueOf()===this.e.valueOf()}isAfter(e){return!!this.isValid&&this.s>e}isBefore(e){return!!this.isValid&&this.e<=e}contains(e){return!!this.isValid&&this.s<=e&&this.e>e}set({start:e,end:t}={}){return this.isValid?pr.fromDateTimes(e||this.s,t||this.e):this}splitAt(...e){if(!this.isValid)return[];const t=e.map(li).filter(e=>this.contains(e)).sort((e,t)=>e.toMillis()-t.toMillis()),n=[];let{s:r}=this,i=0;for(;r<this.e;){const e=t[i]||this.e,s=+e>+this.e?this.e:e;n.push(pr.fromDateTimes(r,s)),r=s,i+=1}return n}splitBy(e){const t=yr.fromDurationLike(e);if(!this.isValid||!t.isValid||0===t.as("milliseconds"))return[];let n,{s:r}=this,i=1;const s=[];for(;r<this.e;){const e=this.start.plus(t.mapUnits(e=>e*i));n=+e>+this.e?this.e:e,s.push(pr.fromDateTimes(r,n)),r=n,i+=1}return s}divideEqually(e){return this.isValid?this.splitBy(this.length()/e).slice(0,e):[]}overlaps(e){return this.e>e.s&&this.s<e.e}abutsStart(e){return!!this.isValid&&+this.e===+e.s}abutsEnd(e){return!!this.isValid&&+e.e===+this.s}engulfs(e){return!!this.isValid&&this.s<=e.s&&this.e>=e.e}equals(e){return!(!this.isValid||!e.isValid)&&this.s.equals(e.s)&&this.e.equals(e.e)}intersection(e){if(!this.isValid)return this;const t=this.s>e.s?this.s:e.s,n=this.e<e.e?this.e:e.e;return t>=n?null:pr.fromDateTimes(t,n)}union(e){if(!this.isValid)return this;const t=this.s<e.s?this.s:e.s,n=this.e>e.e?this.e:e.e;return pr.fromDateTimes(t,n)}static merge(e){const[t,n]=e.sort((e,t)=>e.s-t.s).reduce(([e,t],n)=>t?t.overlaps(n)||t.abutsStart(n)?[e,t.union(n)]:[e.concat([t]),n]:[e,n],[[],null]);return n&&t.push(n),t}static xor(e){let t=null,n=0;const r=[],i=e.map(e=>[{time:e.s,type:"s"},{time:e.e,type:"e"}]),s=Array.prototype.concat(...i).sort((e,t)=>e.time-t.time);for(const e of s)n+="s"===e.type?1:-1,1===n?t=e.time:(t&&+t!==+e.time&&r.push(pr.fromDateTimes(t,e.time)),t=null);return pr.merge(r)}difference(...e){return pr.xor([this].concat(e)).map(e=>this.intersection(e)).filter(e=>e&&!e.isEmpty())}toString(){return this.isValid?`[${this.s.toISO()} – ${this.e.toISO()})`:gr}[Symbol.for("nodejs.util.inspect.custom")](){return this.isValid?`Interval { start: ${this.s.toISO()}, end: ${this.e.toISO()} }`:`Interval { Invalid, reason: ${this.invalidReason} }`}toLocaleString(e=se,t={}){return this.isValid?pn.create(this.s.loc.clone(t),e).formatInterval(this):gr}toISO(e){return this.isValid?`${this.s.toISO(e)}/${this.e.toISO(e)}`:gr}toISODate(){return this.isValid?`${this.s.toISODate()}/${this.e.toISODate()}`:gr}toISOTime(e){return this.isValid?`${this.s.toISOTime(e)}/${this.e.toISOTime(e)}`:gr}toFormat(e,{separator:t=" – "}={}){return this.isValid?`${this.s.toFormat(e)}${t}${this.e.toFormat(e)}`:gr}toDuration(e,t){return this.isValid?this.e.diff(this.s,e,t):yr.invalid(this.invalidReason)}mapEndpoints(e){return pr.fromDateTimes(e(this.s),e(this.e))}}class br{static hasDST(e=ht.defaultZone){const t=ai.now().setZone(e).set({month:12});return!e.isUniversal&&t.offset!==t.set({month:6}).offset}static isValidIANAZone(e){return Ee.isValidZone(e)}static normalizeZone(e){return Ke(e,ht.defaultZone)}static getStartOfWeek({locale:e=null,locObj:t=null}={}){return(t||Ye.create(e)).getStartOfWeek()}static getMinimumDaysInFirstWeek({locale:e=null,locObj:t=null}={}){return(t||Ye.create(e)).getMinDaysInFirstWeek()}static getWeekendWeekdays({locale:e=null,locObj:t=null}={}){return(t||Ye.create(e)).getWeekendDays().slice()}static months(e="long",{locale:t=null,numberingSystem:n=null,locObj:r=null,outputCalendar:i="gregory"}={}){return(r||Ye.create(t,n,i)).months(e)}static monthsFormat(e="long",{locale:t=null,numberingSystem:n=null,locObj:r=null,outputCalendar:i="gregory"}={}){return(r||Ye.create(t,n,i)).months(e,!0)}static weekdays(e="long",{locale:t=null,numberingSystem:n=null,locObj:r=null}={}){return(r||Ye.create(t,n,null)).weekdays(e)}static weekdaysFormat(e="long",{locale:t=null,numberingSystem:n=null,locObj:r=null}={}){return(r||Ye.create(t,n,null)).weekdays(e,!0)}static meridiems({locale:e=null}={}){return Ye.create(e).meridiems()}static eras(e="short",{locale:t=null}={}){return Ye.create(t,null,"gregory").eras(e)}static features(){return{relative:At(),localeWeek:Vt()}}}function wr(e,t){const n=e=>e.toUTC(0,{keepLocalTime:!0}).startOf("day").valueOf(),r=n(t)-n(e);return Math.floor(yr.fromMillis(r).as("days"))}function vr(e,t=e=>e){return{regex:e,deser:([e])=>t(function(e){let t=parseInt(e,10);if(isNaN(t)){t="";for(let n=0;n<e.length;n++){const r=e.charCodeAt(n);if(-1!==e[n].search(Xe.hanidec))t+=tt.indexOf(e[n]);else for(const e in et){const[n,i]=et[e];r>=n&&r<=i&&(t+=r-n)}}return parseInt(t,10)}return t}(e))}}const kr=`[ ${String.fromCharCode(160)}]`,Sr=new RegExp(kr,"g");function xr(e){return e.replace(/\./g,"\\.?").replace(Sr,kr)}function Or(e){return e.replace(/\./g,"").replace(Sr," ").toLowerCase()}function Tr(e,t){return null===e?null:{regex:RegExp(e.map(xr).join("|")),deser:([n])=>e.findIndex(e=>Or(n)===Or(e))+t}}function Nr(e,t){return{regex:e,deser:([,e,t])=>Gt(e,t),groups:t}}function Cr(e){return{regex:e,deser:([e])=>e}}const Mr={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",hour12:{numeric:"h","2-digit":"hh"},hour24:{numeric:"H","2-digit":"HH"},minute:{numeric:"m","2-digit":"mm"},second:{numeric:"s","2-digit":"ss"},timeZoneName:{long:"ZZZZZ",short:"ZZZ"}};let Ir=null;function Dr(e,t){return Array.prototype.concat(...e.map(e=>function(e,t){if(e.literal)return e;const n=Er(pn.macroTokenToFormatOpts(e.val),t);return null==n||n.includes(void 0)?e:n}(e,t)))}class Ar{constructor(e,t){if(this.locale=e,this.format=t,this.tokens=Dr(pn.parseFormat(t),e),this.units=this.tokens.map(t=>function(e,t){const n=rt(t),r=rt(t,"{2}"),i=rt(t,"{3}"),s=rt(t,"{4}"),o=rt(t,"{6}"),a=rt(t,"{1,2}"),l=rt(t,"{1,3}"),c=rt(t,"{1,6}"),u=rt(t,"{1,9}"),d=rt(t,"{2,4}"),h=rt(t,"{4,6}"),m=e=>{return{regex:RegExp((t=e.val,t.replace(/[\-\[\]{}()*+?.,\\\^$|#\s]/g,"\\$&"))),deser:([e])=>e,literal:!0};var t},f=(f=>{if(e.literal)return m(f);switch(f.val){case"G":return Tr(t.eras("short"),0);case"GG":return Tr(t.eras("long"),0);case"y":return vr(c);case"yy":case"kk":return vr(d,Yt);case"yyyy":case"kkkk":return vr(s);case"yyyyy":return vr(h);case"yyyyyy":return vr(o);case"M":case"L":case"d":case"H":case"h":case"m":case"q":case"s":case"W":return vr(a);case"MM":case"LL":case"dd":case"HH":case"hh":case"mm":case"qq":case"ss":case"WW":return vr(r);case"MMM":return Tr(t.months("short",!0),1);case"MMMM":return Tr(t.months("long",!0),1);case"LLL":return Tr(t.months("short",!1),1);case"LLLL":return Tr(t.months("long",!1),1);case"o":case"S":return vr(l);case"ooo":case"SSS":return vr(i);case"u":return Cr(u);case"uu":return Cr(a);case"uuu":case"E":case"c":return vr(n);case"a":return Tr(t.meridiems(),0);case"EEE":return Tr(t.weekdays("short",!1),1);case"EEEE":return Tr(t.weekdays("long",!1),1);case"ccc":return Tr(t.weekdays("short",!0),1);case"cccc":return Tr(t.weekdays("long",!0),1);case"Z":case"ZZ":return Nr(new RegExp(`([+-]${a.source})(?::(${r.source}))?`),2);case"ZZZ":return Nr(new RegExp(`([+-]${a.source})(${r.source})?`),2);case"z":return Cr(/[a-z_+-/]{1,256}?/i);case" ":return Cr(/[^\S\n\r]/);default:return m(f)}})(e)||{invalidReason:"missing Intl.DateTimeFormat.formatToParts support"};return f.token=e,f}(t,e)),this.disqualifyingUnit=this.units.find(e=>e.invalidReason),!this.disqualifyingUnit){const[e,t]=[`^${(n=this.units).map(e=>e.regex).reduce((e,t)=>`${e}(${t.source})`,"")}$`,n];this.regex=RegExp(e,"i"),this.handlers=t}var n}explainFromTokens(e){if(this.isValid){const[t,n]=function(e,t,n){const r=e.match(t);if(r){const e={};let t=1;for(const i in n)if(Lt(n,i)){const s=n[i],o=s.groups?s.groups+1:1;!s.literal&&s.token&&(e[s.token.val[0]]=s.deser(r.slice(t,t+o))),t+=o}return[r,e]}return[r,{}]}(e,this.regex,this.handlers),[r,i,s]=n?function(e){let t,n=null;return Mt(e.z)||(n=Ee.create(e.z)),Mt(e.Z)||(n||(n=new Ge(e.Z)),t=e.Z),Mt(e.q)||(e.M=3*(e.q-1)+1),Mt(e.h)||(e.h<12&&1===e.a?e.h+=12:12===e.h&&0===e.a&&(e.h=0)),0===e.G&&e.y&&(e.y=-e.y),Mt(e.u)||(e.S=Zt(e.u)),[Object.keys(e).reduce((t,n)=>{const r=(e=>{switch(e){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}})(n);return r&&(t[r]=e[n]),t},{}),n,t]}(n):[null,null,void 0];if(Lt(n,"a")&&Lt(n,"H"))throw new K("Can't include meridiem when specifying 24-hour format");return{input:e,tokens:this.tokens,regex:this.regex,rawMatches:t,matches:n,result:r,zone:i,specificOffset:s}}return{input:e,tokens:this.tokens,invalidReason:this.invalidReason}}get isValid(){return!this.disqualifyingUnit}get invalidReason(){return this.disqualifyingUnit?this.disqualifyingUnit.invalidReason:null}}function Vr(e,t,n){return new Ar(e,n).explainFromTokens(t)}function Er(e,t){if(!e)return null;const n=pn.create(t,e).dtFormatter((Ir||(Ir=ai.fromMillis(1555555555555)),Ir)),r=n.formatToParts(),i=n.resolvedOptions();return r.map(t=>function(e,t,n){const{type:r,value:i}=e;if("literal"===r){const e=/^\s+$/.test(i);return{literal:!e,val:e?" ":i}}const s=t[r];let o=r;"hour"===r&&(o=null!=t.hour12?t.hour12?"hour12":"hour24":null!=t.hourCycle?"h11"===t.hourCycle||"h12"===t.hourCycle?"hour12":"hour24":n.hour12?"hour12":"hour24");let a=Mr[o];if("object"==typeof a&&(a=a[s]),a)return{literal:!1,val:a}}(t,e,i))}const Lr="Invalid DateTime",Fr=864e13;function Wr(e){return new mt("unsupported zone",`the zone "${e.name}" is not supported`)}function $r(e){return null===e.weekData&&(e.weekData=kt(e.c)),e.weekData}function zr(e){return null===e.localWeekData&&(e.localWeekData=kt(e.c,e.loc.getMinDaysInFirstWeek(),e.loc.getStartOfWeek())),e.localWeekData}function Rr(e,t){const n={ts:e.ts,zone:e.zone,c:e.c,o:e.o,loc:e.loc,invalid:e.invalid};return new ai({...n,...t,old:n})}function Zr(e,t,n){let r=e-60*t*1e3;const i=n.offset(r);if(t===i)return[r,t];r-=60*(i-t)*1e3;const s=n.offset(r);return i===s?[r,i]:[e-60*Math.min(i,s)*1e3,Math.max(i,s)]}function jr(e,t){const n=new Date(e+=60*t*1e3);return{year:n.getUTCFullYear(),month:n.getUTCMonth()+1,day:n.getUTCDate(),hour:n.getUTCHours(),minute:n.getUTCMinutes(),second:n.getUTCSeconds(),millisecond:n.getUTCMilliseconds()}}function Pr(e,t,n){return Zr(Ut(e),t,n)}function Br(e,t){const n=e.o,r=e.c.year+Math.trunc(t.years),i=e.c.month+Math.trunc(t.months)+3*Math.trunc(t.quarters),s={...e.c,year:r,month:i,day:Math.min(e.c.day,qt(r,i))+Math.trunc(t.days)+7*Math.trunc(t.weeks)},o=yr.fromObject({years:t.years-Math.trunc(t.years),quarters:t.quarters-Math.trunc(t.quarters),months:t.months-Math.trunc(t.months),weeks:t.weeks-Math.trunc(t.weeks),days:t.days-Math.trunc(t.days),hours:t.hours,minutes:t.minutes,seconds:t.seconds,milliseconds:t.milliseconds}).as("milliseconds"),a=Ut(s);let[l,c]=Zr(a,n,e.zone);return 0!==o&&(l+=o,c=e.zone.offset(l)),{ts:l,o:c}}function qr(e,t,n,r,i,s){const{setZone:o,zone:a}=n;if(e&&0!==Object.keys(e).length||t){const r=t||a,i=ai.fromObject(e,{...n,zone:r,specificOffset:s});return o?i:i.setZone(a)}return ai.invalid(new mt("unparsable",`the input "${i}" can't be parsed as ${r}`))}function Ur(e,t,n=!0){return e.isValid?pn.create(Ye.create("en-US"),{allowZ:n,forceSimple:!0}).formatDateTimeFromString(e,t):null}function Hr(e,t,n){const r=e.c.year>9999||e.c.year<0;let i="";if(r&&e.c.year>=0&&(i+="+"),i+=$t(e.c.year,r?6:4),"year"===n)return i;if(t){if(i+="-",i+=$t(e.c.month),"month"===n)return i;i+="-"}else if(i+=$t(e.c.month),"month"===n)return i;return i+=$t(e.c.day),i}function _r(e,t,n,r,i,s,o){let a=!n||0!==e.c.millisecond||0!==e.c.second,l="";switch(o){case"day":case"month":case"year":break;default:if(l+=$t(e.c.hour),"hour"===o)break;if(t){if(l+=":",l+=$t(e.c.minute),"minute"===o)break;a&&(l+=":",l+=$t(e.c.second))}else{if(l+=$t(e.c.minute),"minute"===o)break;a&&(l+=$t(e.c.second))}if("second"===o)break;!a||r&&0===e.c.millisecond||(l+=".",l+=$t(e.c.millisecond,3))}return i&&(e.isOffsetFixed&&0===e.offset&&!s?l+="Z":e.o<0?(l+="-",l+=$t(Math.trunc(-e.o/60)),l+=":",l+=$t(Math.trunc(-e.o%60))):(l+="+",l+=$t(Math.trunc(e.o/60)),l+=":",l+=$t(Math.trunc(e.o%60)))),s&&(l+="["+e.zone.ianaName+"]"),l}const Yr={month:1,day:1,hour:0,minute:0,second:0,millisecond:0},Jr={weekNumber:1,weekday:1,hour:0,minute:0,second:0,millisecond:0},Gr={ordinal:1,hour:0,minute:0,second:0,millisecond:0},Qr=["year","month","day","hour","minute","second","millisecond"],Kr=["weekYear","weekNumber","weekday","hour","minute","second","millisecond"],Xr=["year","ordinal","hour","minute","second","millisecond"];function ei(e){const t={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"}[e.toLowerCase()];if(!t)throw new X(e);return t}function ti(e){switch(e.toLowerCase()){case"localweekday":case"localweekdays":return"localWeekday";case"localweeknumber":case"localweeknumbers":return"localWeekNumber";case"localweekyear":case"localweekyears":return"localWeekYear";default:return ei(e)}}function ni(e,t){const n=Ke(t.zone,ht.defaultZone);if(!n.isValid)return ai.invalid(Wr(n));const r=Ye.fromObject(t);let i,s;if(Mt(e.year))i=ht.now();else{for(const t of Qr)Mt(e[t])&&(e[t]=Yr[t]);const t=Nt(e)||Ct(e);if(t)return ai.invalid(t);const r=function(e){if(void 0===si&&(si=ht.now()),"iana"!==e.type)return e.offset(si);const t=e.name;let n=oi.get(t);return void 0===n&&(n=e.offset(si),oi.set(t,n)),n}(n);[i,s]=Pr(e,r,n)}return new ai({ts:i,zone:n,loc:r,o:s})}function ri(e,t,n){const r=!!Mt(n.round)||n.round,i=Mt(n.rounding)?"trunc":n.rounding,s=(e,s)=>(e=jt(e,r||n.calendary?0:2,n.calendary?"round":i),t.loc.clone(n).relFormatter(n).format(e,s)),o=r=>n.calendary?t.hasSame(e,r)?0:t.startOf(r).diff(e.startOf(r),r).get(r):t.diff(e,r).get(r);if(n.unit)return s(o(n.unit),n.unit);for(const e of n.units){const t=o(e);if(Math.abs(t)>=1)return s(t,e)}return s(e>t?-0:0,n.units[n.units.length-1])}function ii(e){let t,n={};return e.length>0&&"object"==typeof e[e.length-1]?(n=e[e.length-1],t=Array.from(e).slice(0,e.length-1)):t=Array.from(e),[n,t]}let si;const oi=new Map;class ai{constructor(e){const t=e.zone||ht.defaultZone;let n=e.invalid||(Number.isNaN(e.ts)?new mt("invalid input"):null)||(t.isValid?null:Wr(t));this.ts=Mt(e.ts)?ht.now():e.ts;let r=null,i=null;if(!n)if(e.old&&e.old.ts===this.ts&&e.old.zone.equals(t))[r,i]=[e.old.c,e.old.o];else{const s=It(e.o)&&!e.old?e.o:t.offset(this.ts);r=jr(this.ts,s),n=Number.isNaN(r.year)?new mt("invalid input"):null,r=n?null:r,i=n?null:s}this._zone=t,this.loc=e.loc||Ye.create(),this.invalid=n,this.weekData=null,this.localWeekData=null,this.c=r,this.o=i,this.isLuxonDateTime=!0}static now(){return new ai({})}static local(){const[e,t]=ii(arguments),[n,r,i,s,o,a,l]=t;return ni({year:n,month:r,day:i,hour:s,minute:o,second:a,millisecond:l},e)}static utc(){const[e,t]=ii(arguments),[n,r,i,s,o,a,l]=t;return e.zone=Ge.utcInstance,ni({year:n,month:r,day:i,hour:s,minute:o,second:a,millisecond:l},e)}static fromJSDate(e,t={}){const n=(r=e,"[object Date]"===Object.prototype.toString.call(r)?e.valueOf():NaN);var r;if(Number.isNaN(n))return ai.invalid("invalid input");const i=Ke(t.zone,ht.defaultZone);return i.isValid?new ai({ts:n,zone:i,loc:Ye.fromObject(t)}):ai.invalid(Wr(i))}static fromMillis(e,t={}){if(It(e))return e<-Fr||e>Fr?ai.invalid("Timestamp out of range"):new ai({ts:e,zone:Ke(t.zone,ht.defaultZone),loc:Ye.fromObject(t)});throw new ee(`fromMillis requires a numerical input, but received a ${typeof e} with value ${e}`)}static fromSeconds(e,t={}){if(It(e))return new ai({ts:1e3*e,zone:Ke(t.zone,ht.defaultZone),loc:Ye.fromObject(t)});throw new ee("fromSeconds requires a numerical input")}static fromObject(e,t={}){e=e||{};const n=Ke(t.zone,ht.defaultZone);if(!n.isValid)return ai.invalid(Wr(n));const r=Ye.fromObject(t),i=Kt(e,ti),{minDaysInFirstWeek:s,startOfWeek:o}=Tt(i,r),a=ht.now(),l=Mt(t.specificOffset)?n.offset(a):t.specificOffset,c=!Mt(i.ordinal),u=!Mt(i.year),d=!Mt(i.month)||!Mt(i.day),h=u||d,m=i.weekYear||i.weekNumber;if((h||c)&&m)throw new K("Can't mix weekYear/weekNumber units with year/month/day or ordinals");if(d&&c)throw new K("Can't mix ordinal dates with month/day");const f=m||i.weekday&&!h;let y,g,p=jr(a,l);f?(y=Kr,g=Jr,p=kt(p,s,o)):c?(y=Xr,g=Gr,p=xt(p)):(y=Qr,g=Yr);let b=!1;for(const e of y)Mt(i[e])?i[e]=b?g[e]:p[e]:b=!0;const w=f?function(e,t=4,n=1){const r=Dt(e.weekYear),i=Wt(e.weekNumber,1,_t(e.weekYear,t,n)),s=Wt(e.weekday,1,7);return r?i?!s&>("weekday",e.weekday):gt("week",e.weekNumber):gt("weekYear",e.weekYear)}(i,s,o):c?function(e){const t=Dt(e.year),n=Wt(e.ordinal,1,Bt(e.year));return t?!n&>("ordinal",e.ordinal):gt("year",e.year)}(i):Nt(i),v=w||Ct(i);if(v)return ai.invalid(v);const k=f?St(i,s,o):c?Ot(i):i,[S,x]=Pr(k,l,n),O=new ai({ts:S,zone:n,o:x,loc:r});return i.weekday&&h&&e.weekday!==O.weekday?ai.invalid("mismatched weekday",`you can't specify both a weekday of ${i.weekday} and a date of ${O.toISO()}`):O.isValid?O:ai.invalid(O.invalid)}static fromISO(e,t={}){const[n,r]=function(e){return kn(e,[_n,Qn],[Yn,Kn],[Jn,Xn],[Gn,er])}(e);return qr(n,r,t,"ISO 8601",e)}static fromRFC2822(e,t={}){const[n,r]=function(e){return kn(function(e){return e.replace(/\([^()]*\)|[\n\t]/g," ").replace(/(\s\s+)/g," ").trim()}(e),[Zn,jn])}(e);return qr(n,r,t,"RFC 2822",e)}static fromHTTP(e,t={}){const[n,r]=function(e){return kn(e,[Pn,Un],[Bn,Un],[qn,Hn])}(e);return qr(n,r,t,"HTTP",t)}static fromFormat(e,t,n={}){if(Mt(e)||Mt(t))throw new ee("fromFormat requires an input string and a format");const{locale:r=null,numberingSystem:i=null}=n,s=Ye.fromOpts({locale:r,numberingSystem:i,defaultToEN:!0}),[o,a,l,c]=function(e,t,n){const{result:r,zone:i,specificOffset:s,invalidReason:o}=Vr(e,t,n);return[r,i,s,o]}(s,e,t);return c?ai.invalid(c):qr(o,a,n,`format ${t}`,e,l)}static fromString(e,t,n={}){return ai.fromFormat(e,t,n)}static fromSQL(e,t={}){const[n,r]=function(e){return kn(e,[nr,Qn],[rr,ir])}(e);return qr(n,r,t,"SQL",e)}static invalid(e,t=null){if(!e)throw new ee("need to specify a reason the DateTime is invalid");const n=e instanceof mt?e:new mt(e,t);if(ht.throwOnInvalid)throw new J(n);return new ai({invalid:n})}static isDateTime(e){return e&&e.isLuxonDateTime||!1}static parseFormatForOpts(e,t={}){const n=Er(e,Ye.fromObject(t));return n?n.map(e=>e?e.val:null).join(""):null}static expandFormat(e,t={}){return Dr(pn.parseFormat(e),Ye.fromObject(t)).map(e=>e.val).join("")}static resetCache(){si=void 0,oi.clear()}get(e){return this[e]}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?$r(this).weekYear:NaN}get weekNumber(){return this.isValid?$r(this).weekNumber:NaN}get weekday(){return this.isValid?$r(this).weekday:NaN}get isWeekend(){return this.isValid&&this.loc.getWeekendDays().includes(this.weekday)}get localWeekday(){return this.isValid?zr(this).weekday:NaN}get localWeekNumber(){return this.isValid?zr(this).weekNumber:NaN}get localWeekYear(){return this.isValid?zr(this).weekYear:NaN}get ordinal(){return this.isValid?xt(this.c).ordinal:NaN}get monthShort(){return this.isValid?br.months("short",{locObj:this.loc})[this.month-1]:null}get monthLong(){return this.isValid?br.months("long",{locObj:this.loc})[this.month-1]:null}get weekdayShort(){return this.isValid?br.weekdays("short",{locObj:this.loc})[this.weekday-1]:null}get weekdayLong(){return this.isValid?br.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)}getPossibleOffsets(){if(!this.isValid||this.isOffsetFixed)return[this];const e=864e5,t=6e4,n=Ut(this.c),r=this.zone.offset(n-e),i=this.zone.offset(n+e),s=this.zone.offset(n-r*t),o=this.zone.offset(n-i*t);if(s===o)return[this];const a=n-s*t,l=n-o*t,c=jr(a,s),u=jr(l,o);return c.hour===u.hour&&c.minute===u.minute&&c.second===u.second&&c.millisecond===u.millisecond?[Rr(this,{ts:a}),Rr(this,{ts:l})]:[this]}get isInLeapYear(){return Pt(this.year)}get daysInMonth(){return qt(this.year,this.month)}get daysInYear(){return this.isValid?Bt(this.year):NaN}get weeksInWeekYear(){return this.isValid?_t(this.weekYear):NaN}get weeksInLocalWeekYear(){return this.isValid?_t(this.localWeekYear,this.loc.getMinDaysInFirstWeek(),this.loc.getStartOfWeek()):NaN}resolvedLocaleOptions(e={}){const{locale:t,numberingSystem:n,calendar:r}=pn.create(this.loc.clone(e),e).resolvedOptions(this);return{locale:t,numberingSystem:n,outputCalendar:r}}toUTC(e=0,t={}){return this.setZone(Ge.instance(e),t)}toLocal(){return this.setZone(ht.defaultZone)}setZone(e,{keepLocalTime:t=!1,keepCalendarTime:n=!1}={}){if((e=Ke(e,ht.defaultZone)).equals(this.zone))return this;if(e.isValid){let r=this.ts;if(t||n){const t=e.offset(this.ts),n=this.toObject();[r]=Pr(n,t,e)}return Rr(this,{ts:r,zone:e})}return ai.invalid(Wr(e))}reconfigure({locale:e,numberingSystem:t,outputCalendar:n}={}){return Rr(this,{loc:this.loc.clone({locale:e,numberingSystem:t,outputCalendar:n})})}setLocale(e){return this.reconfigure({locale:e})}set(e){if(!this.isValid)return this;const t=Kt(e,ti),{minDaysInFirstWeek:n,startOfWeek:r}=Tt(t,this.loc),i=!Mt(t.weekYear)||!Mt(t.weekNumber)||!Mt(t.weekday),s=!Mt(t.ordinal),o=!Mt(t.year),a=!Mt(t.month)||!Mt(t.day),l=o||a,c=t.weekYear||t.weekNumber;if((l||s)&&c)throw new K("Can't mix weekYear/weekNumber units with year/month/day or ordinals");if(a&&s)throw new K("Can't mix ordinal dates with month/day");let u;i?u=St({...kt(this.c,n,r),...t},n,r):Mt(t.ordinal)?(u={...this.toObject(),...t},Mt(t.day)&&(u.day=Math.min(qt(u.year,u.month),u.day))):u=Ot({...xt(this.c),...t});const[d,h]=Pr(u,this.o,this.zone);return Rr(this,{ts:d,o:h})}plus(e){return this.isValid?Rr(this,Br(this,yr.fromDurationLike(e))):this}minus(e){return this.isValid?Rr(this,Br(this,yr.fromDurationLike(e).negate())):this}startOf(e,{useLocaleWeeks:t=!1}={}){if(!this.isValid)return this;const n={},r=yr.normalizeUnit(e);switch(r){case"years":n.month=1;case"quarters":case"months":n.day=1;case"weeks":case"days":n.hour=0;case"hours":n.minute=0;case"minutes":n.second=0;case"seconds":n.millisecond=0}if("weeks"===r)if(t){const e=this.loc.getStartOfWeek(),{weekday:t}=this;t<e&&(n.weekNumber=this.weekNumber-1),n.weekday=e}else n.weekday=1;if("quarters"===r){const e=Math.ceil(this.month/3);n.month=3*(e-1)+1}return this.set(n)}endOf(e,t){return this.isValid?this.plus({[e]:1}).startOf(e,t).minus(1):this}toFormat(e,t={}){return this.isValid?pn.create(this.loc.redefaultToEN(t)).formatDateTimeFromString(this,e):Lr}toLocaleString(e=se,t={}){return this.isValid?pn.create(this.loc.clone(t),e).formatDateTime(this):Lr}toLocaleParts(e={}){return this.isValid?pn.create(this.loc.clone(e),e).formatDateTimeParts(this):[]}toISO({format:e="extended",suppressSeconds:t=!1,suppressMilliseconds:n=!1,includeOffset:r=!0,extendedZone:i=!1,precision:s="milliseconds"}={}){if(!this.isValid)return null;const o="extended"===e;let a=Hr(this,o,s=ei(s));return Qr.indexOf(s)>=3&&(a+="T"),a+=_r(this,o,t,n,r,i,s),a}toISODate({format:e="extended",precision:t="day"}={}){return this.isValid?Hr(this,"extended"===e,ei(t)):null}toISOWeekDate(){return Ur(this,"kkkk-'W'WW-c")}toISOTime({suppressMilliseconds:e=!1,suppressSeconds:t=!1,includeOffset:n=!0,includePrefix:r=!1,extendedZone:i=!1,format:s="extended",precision:o="milliseconds"}={}){return this.isValid?(o=ei(o),(r&&Qr.indexOf(o)>=3?"T":"")+_r(this,"extended"===s,t,e,n,i,o)):null}toRFC2822(){return Ur(this,"EEE, dd LLL yyyy HH:mm:ss ZZZ",!1)}toHTTP(){return Ur(this.toUTC(),"EEE, dd LLL yyyy HH:mm:ss 'GMT'")}toSQLDate(){return this.isValid?Hr(this,!0):null}toSQLTime({includeOffset:e=!0,includeZone:t=!1,includeOffsetSpace:n=!0}={}){let r="HH:mm:ss.SSS";return(t||e)&&(n&&(r+=" "),t?r+="z":e&&(r+="ZZ")),Ur(this,r,!0)}toSQL(e={}){return this.isValid?`${this.toSQLDate()} ${this.toSQLTime(e)}`:null}toString(){return this.isValid?this.toISO():Lr}[Symbol.for("nodejs.util.inspect.custom")](){return this.isValid?`DateTime { ts: ${this.toISO()}, zone: ${this.zone.name}, locale: ${this.locale} }`:`DateTime { Invalid, reason: ${this.invalidReason} }`}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(e={}){if(!this.isValid)return{};const t={...this.c};return e.includeConfig&&(t.outputCalendar=this.outputCalendar,t.numberingSystem=this.loc.numberingSystem,t.locale=this.loc.locale),t}toJSDate(){return new Date(this.isValid?this.ts:NaN)}diff(e,t="milliseconds",n={}){if(!this.isValid||!e.isValid)return yr.invalid("created by diffing an invalid DateTime");const r={locale:this.locale,numberingSystem:this.numberingSystem,...n},i=(a=t,Array.isArray(a)?a:[a]).map(yr.normalizeUnit),s=e.valueOf()>this.valueOf(),o=function(e,t,n,r){let[i,s,o,a]=function(e,t,n){const r=[["years",(e,t)=>t.year-e.year],["quarters",(e,t)=>t.quarter-e.quarter+4*(t.year-e.year)],["months",(e,t)=>t.month-e.month+12*(t.year-e.year)],["weeks",(e,t)=>{const n=wr(e,t);return(n-n%7)/7}],["days",wr]],i={},s=e;let o,a;for(const[l,c]of r)n.indexOf(l)>=0&&(o=l,i[l]=c(e,t),a=s.plus(i),a>t?(i[l]--,(e=s.plus(i))>t&&(a=e,i[l]--,e=s.plus(i))):e=a);return[e,i,a,o]}(e,t,n);const l=t-i,c=n.filter(e=>["hours","minutes","seconds","milliseconds"].indexOf(e)>=0);0===c.length&&(o<t&&(o=i.plus({[a]:1})),o!==i&&(s[a]=(s[a]||0)+l/(o-i)));const u=yr.fromObject(s,r);return c.length>0?yr.fromMillis(l,r).shiftTo(...c).plus(u):u}(s?this:e,s?e:this,i,r);var a;return s?o.negate():o}diffNow(e="milliseconds",t={}){return this.diff(ai.now(),e,t)}until(e){return this.isValid?pr.fromDateTimes(this,e):this}hasSame(e,t,n){if(!this.isValid)return!1;const r=e.valueOf(),i=this.setZone(e.zone,{keepLocalTime:!0});return i.startOf(t,n)<=r&&r<=i.endOf(t,n)}equals(e){return this.isValid&&e.isValid&&this.valueOf()===e.valueOf()&&this.zone.equals(e.zone)&&this.loc.equals(e.loc)}toRelative(e={}){if(!this.isValid)return null;const t=e.base||ai.fromObject({},{zone:this.zone}),n=e.padding?this<t?-e.padding:e.padding:0;let r=["years","months","days","hours","minutes","seconds"],i=e.unit;return Array.isArray(e.unit)&&(r=e.unit,i=void 0),ri(t,this.plus(n),{...e,numeric:"always",units:r,unit:i})}toRelativeCalendar(e={}){return this.isValid?ri(e.base||ai.fromObject({},{zone:this.zone}),this,{...e,numeric:"auto",units:["years","months","days"],calendary:!0}):null}static min(...e){if(!e.every(ai.isDateTime))throw new ee("min requires all arguments be DateTimes");return Et(e,e=>e.valueOf(),Math.min)}static max(...e){if(!e.every(ai.isDateTime))throw new ee("max requires all arguments be DateTimes");return Et(e,e=>e.valueOf(),Math.max)}static fromFormatExplain(e,t,n={}){const{locale:r=null,numberingSystem:i=null}=n;return Vr(Ye.fromOpts({locale:r,numberingSystem:i,defaultToEN:!0}),e,t)}static fromStringExplain(e,t,n={}){return ai.fromFormatExplain(e,t,n)}static buildFormatParser(e,t={}){const{locale:n=null,numberingSystem:r=null}=t,i=Ye.fromOpts({locale:n,numberingSystem:r,defaultToEN:!0});return new Ar(i,e)}static fromFormatParser(e,t,n={}){if(Mt(e)||Mt(t))throw new ee("fromFormatParser requires an input string and a format parser");const{locale:r=null,numberingSystem:i=null}=n,s=Ye.fromOpts({locale:r,numberingSystem:i,defaultToEN:!0});if(!s.equals(t.locale))throw new ee(`fromFormatParser called with a locale of ${s}, but the format parser was created for ${t.locale}`);const{result:o,zone:a,specificOffset:l,invalidReason:c}=t.explainFromTokens(e);return c?ai.invalid(c):qr(o,a,n,`format ${t.format}`,e,l)}static get DATE_SHORT(){return se}static get DATE_MED(){return oe}static get DATE_MED_WITH_WEEKDAY(){return ae}static get DATE_FULL(){return le}static get DATE_HUGE(){return ce}static get TIME_SIMPLE(){return ue}static get TIME_WITH_SECONDS(){return de}static get TIME_WITH_SHORT_OFFSET(){return he}static get TIME_WITH_LONG_OFFSET(){return me}static get TIME_24_SIMPLE(){return fe}static get TIME_24_WITH_SECONDS(){return ye}static get TIME_24_WITH_SHORT_OFFSET(){return ge}static get TIME_24_WITH_LONG_OFFSET(){return pe}static get DATETIME_SHORT(){return be}static get DATETIME_SHORT_WITH_SECONDS(){return we}static get DATETIME_MED(){return ve}static get DATETIME_MED_WITH_SECONDS(){return ke}static get DATETIME_MED_WITH_WEEKDAY(){return Se}static get DATETIME_FULL(){return xe}static get DATETIME_FULL_WITH_SECONDS(){return Oe}static get DATETIME_HUGE(){return Te}static get DATETIME_HUGE_WITH_SECONDS(){return Ne}}function li(e){if(ai.isDateTime(e))return e;if(e&&e.valueOf&&It(e.valueOf()))return ai.fromJSDate(e);if(e&&"object"==typeof e)return ai.fromObject(e);throw new ee(`Unknown datetime argument: ${e}, of type ${typeof e}`)}const ci=F(void 0),ui=({children:t,...n})=>e(ci.Provider,{value:n,children:t}),di=()=>{const e=B(ci);if(!e)throw new Error("useBaseTableContext must be used within a BaseTableProvider");return e};function hi(e){return Object.fromEntries(Object.entries(e).map(([e,t])=>[e,W(t,{key:e})]))}function mi({blocksOverride:e,defaultBlocks:t,defaultBlockOrder:n,children:r}){if(void 0===e)return r({blocks:t,blockOrder:n});if("function"==typeof e){const{blocks:i,blockOrder:s}=e({defaultBlocks:t,defaultBlockOrder:n});return r({blocks:i,blockOrder:s})}return e}function fi(e,t){const n={...e};for(const e in t)Object.prototype.hasOwnProperty.call(t,e)&&(n[e]=t[e]);return n}function yi(...e){return e.flat().filter(Boolean).join(" ")}function gi(e,...t){const n={...e};for(const e of t)delete n[e];return n}const pi=["isLoading","headerTitle","headerActions","searchChipsTitle","searchChips","onSearchChipDelete","tabs","activeTab","onTabChange","columns","rows","actionColumn","rowActions","pagination","noRowsOverlay","onRowClick","getRowId"];function bi(t,n,r){const i=n[t.field],s={row:n,rowIndex:r,column:t};if(t.renderCell)return t.renderCell(i,s);const o=t.valueFormatter?t.valueFormatter(i,s):i;return e(u,{variant:"body2",children:(a=o,null==a?"":"string"==typeof a||"number"==typeof a||"boolean"==typeof a?String(a):q(a)?a:"")});var a}function wi(e){return e.width??180}const vi=["xs","sm","md","lg","xl"];function ki(e,t){if(void 0===e||"string"==typeof e)return e;for(let n=vi.indexOf(t);n>=0;n-=1){const t=e[vi[n]];if(void 0!==t)return t??void 0}}function Si(e,t){return e?.pin?{position:"sticky",..."left"===e.pin?{left:e.left??0}:{right:e.right??0},zIndex:t?12:4,isolation:"isolate",...t?{backgroundColor:"common.white",backgroundImage:"none",backgroundClip:"padding-box",opacity:1,"&::before":{content:'""',position:"absolute",inset:0,zIndex:-1,backgroundColor:e=>e.palette.common.white}}:{},...t?{}:{backgroundColor:"inherit"},...e.isLeftBoundary?{borderRight:e=>`1px solid ${e.palette.divider}`}:{},...e.isRightBoundary?{borderLeft:e=>`1px solid ${e.palette.divider}`}:{}}:{}}function xi(e,t,n){const r="left"===e;return{position:"absolute",top:0,bottom:0,...r?{left:t}:{right:t},width:0,pointerEvents:"none",zIndex:7,"&::after":{content:'""',position:"absolute",top:0,bottom:0,...r?{left:0}:{right:0},width:8,background:r?"linear-gradient(to right, rgba(15, 23, 42, 0.1), rgba(15, 23, 42, 0))":"linear-gradient(to left, rgba(15, 23, 42, 0.1), rgba(15, 23, 42, 0))",opacity:n?1:0,transition:e=>e.transitions.create("opacity",{duration:160})}}}function Oi(e,t,n){return q(e)?U(e,void 0===n?t:{key:n,...t}):e}function Ti(t,n){return n.map(e=>({key:String(e),block:t[String(e)]})).filter(({block:e})=>void 0!==e).map(({key:t,block:n})=>e($,{children:n},t))}const Ni=t=>{const n=di(),{headerTitle:r}=n,{children:i,className:s,component:o="h1",sx:a=[],...l}=t;return i||r?e(u,{component:o,className:yi("nbb-base-table-header-title",s),sx:[{fontSize:{xs:"subtitle1.fontSize",sm:"h4.fontSize"},fontWeight:"fontWeightBold"},...Array.isArray(a)?a:[a]],...l,children:i||r}):null},Ci=t=>{const{headerActions:n}=di(),{children:r,className:i,sx:s=[],...o}=t;return r||n?e(c,{direction:"row",className:yi("nbb-base-table-header-actions",i),sx:[{alignItems:"center"},...Array.isArray(s)?s:[s]],...o,children:r||n}):null},Mi=hi({title:Ni,actions:Ci}),Ii=t=>{const{headerTitle:n,headerActions:r}=di(),{children:i,className:s,sx:o=[],...a}=t;return i||n||r?e(c,{direction:"row",className:yi("nbb-base-table-header",s),sx:[{justifyContent:"space-between",alignItems:"center"},...Array.isArray(o)?o:[o]],...a,children:e(mi,{defaultBlocks:Mi,defaultBlockOrder:Object.keys(Mi),blocksOverride:i,children:({blocks:e,blockOrder:t})=>Ti(e,t)})}):null},Di=t=>{const{children:n,className:r,sx:i=[],...s}=t;return e(c,{className:yi("nbb-base-table-content-loader",r),sx:[{alignItems:"center",justifyContent:"center",width:"100%",height:e=>e.spacing(18.25)},...Array.isArray(i)?i:[i]],...s,children:n||e(O,{})})},Ai=t=>{const{tabs:n,activeTab:r,onTabChange:i}=di(),{children:s,className:o,value:a,onChange:l,variant:c,sx:u,tabProps:d,centered:h=!1,...m}=t,{sx:f,...y}=d??{},g=void 0===u?[]:Array.isArray(u)?u:[u],p=void 0===f?[]:Array.isArray(f)?f:[f],b=a??r,w=c??"scrollable",v=l??((e,t)=>{i?.(t)});return n&&0!==n.length&&void 0!==b?e(C,{value:b,onChange:v,variant:w,scrollButtons:"auto",allowScrollButtonsMobile:!0,centered:h,className:yi("nbb-base-table-tabs",o),sx:[e=>({minHeight:44,position:"relative",width:"100%",overflow:"hidden","&::before":{content:'""',position:"absolute",bottom:0,left:0,width:"100%",height:"1px",backgroundColor:e.palette.divider},"& .MuiTabs-scroller":{overflowX:"auto"},"& .MuiTabs-list, & .MuiTabs-flexContainer":{minWidth:"max-content",justifyContent:"flex-start",margin:0},"& .MuiTabs-scrollButtons":{position:"absolute",top:0,bottom:0,zIndex:2,width:32,backgroundColor:"background.paper",opacity:1,visibility:"visible",transition:"opacity 160ms ease, visibility 160ms ease"},"& .MuiTabs-scrollButtons:first-of-type":{left:0,borderRight:e=>`1px solid ${e.palette.divider}`},"& .MuiTabs-scrollButtons:last-of-type":{right:0,borderLeft:e=>`1px solid ${e.palette.divider}`},"& .MuiTabs-scrollButtons.Mui-disabled":{opacity:0,visibility:"hidden",pointerEvents:"none"}}),...g],...m,children:s||n.map(t=>e(M,{value:t.value,...void 0!==t.disabled?{disabled:t.disabled}:{},sx:[{minHeight:44,minWidth:{xs:130,sm:182},flex:"0 0 auto",textTransform:"none"},...p],label:t.label,...y},String(t.value)))}):null},Vi=r=>{const i=di(),{searchChipsTitle:o,searchChips:a,onSearchChipDelete:l}=fi(i,r),{children:d,className:h,sx:m=[],...f}=r,y=a??[];return d||0!==y.length?e(c,{className:yi("nbb-base-table-search-chips",h),sx:[{width:"100%",minWidth:0,gap:{xs:1,sm:3}},...Array.isArray(m)?m:[m]],...gi(f,...pi),children:d||t(n,{children:[o&&e(u,{sx:e=>({fontSize:{xs:e.typography.body1.fontSize,sm:e.typography.h6.fontSize},fontWeight:600}),children:o}),e(c,{direction:"row",spacing:{xs:1,sm:2},useFlexGap:!0,flexWrap:"wrap",children:y.map((t,n)=>e(N,{label:t.label,deleteIcon:e(s,{fontSize:"inherit"}),...l&&{onDelete:e=>l(t,n,e)},sx:e=>({height:"auto",borderRadius:1.5,bgcolor:e.palette.grey[50],py:e.spacing(1.25),px:{xs:e.spacing(1.5),sm:e.spacing(2)},"& .MuiChip-label":{px:0,fontSize:{xs:e.typography.body2.fontSize,sm:e.typography.body1.fontSize},lineHeight:1.75},"& .MuiChip-deleteIcon":{m:0,ml:e.spacing(1),fontSize:e.typography.body1.fontSize,color:e.palette.text.secondary}})},t.key))})]})}):null},Ei=t=>{const{className:n,column:r,pinMeta:i,labelProps:s,children:o,sx:a,...l}=t,{className:c,sx:h,...m}=s??{},f=void 0===a?[]:Array.isArray(a)?a:[a],y=void 0===h?[]:Array.isArray(h)?h:[h],g=r.width??(i?.pin?wi(r):void 0);return e(d,{className:yi("nbb-base-table-content-grid-head-cell",n),...i?.pin?{"data-pinned":i.pin}:{},...i?.isLeftBoundary?{"data-pinned-boundary":"left"}:{},...i?.isRightBoundary?{"data-pinned-boundary":"right"}:{},...r.align?{align:r.align}:{},sx:[{py:1,verticalAlign:"middle",position:"relative",zIndex:10,backgroundColor:"common.white",backgroundImage:"none",opacity:1,...g?{width:g,minWidth:g}:{},...Si(i,!0)},...f],...l,children:o||e(u,{variant:"body2",color:"text.secondary",...void 0!==c?{className:c}:{},sx:[{fontWeight:"bold"},...y],...m,children:r.headLabel})})},Li=t=>{const{className:n,column:r,pinMeta:i,row:s,rowIndex:o,children:a,sx:l,...c}=t,u=void 0===l?[]:Array.isArray(l)?l:[l],h=r.width??(i?.pin?wi(r):void 0);return e(d,{className:yi("nbb-base-table-content-grid-body-cell",n),...i?.pin?{"data-pinned":i.pin}:{},...i?.isLeftBoundary?{"data-pinned-boundary":"left"}:{},...i?.isRightBoundary?{"data-pinned-boundary":"right"}:{},...r.align?{align:r.align}:{},sx:[{py:1,height:72,verticalAlign:"middle",wordBreak:"break-word",...h?{width:h,minWidth:h}:{},...Si(i,!1)},...u],...c,children:a||bi(r,s,o)})},Fi=t=>{const{className:n,children:r,pinMeta:i,sx:s,...o}=t,a=void 0===s?[]:Array.isArray(s)?s:[s];return e(d,{className:yi("nbb-base-table-content-grid-head-action-cell",n),...i?.pin?{"data-pinned":i.pin}:{},...i?.isLeftBoundary?{"data-pinned-boundary":"left"}:{},...i?.isRightBoundary?{"data-pinned-boundary":"right"}:{},sx:[{width:56,py:1,verticalAlign:"middle",position:"relative",zIndex:10,backgroundColor:"common.white",backgroundImage:"none",opacity:1},Si(i,!0),...a],...o,children:r})},Wi=t=>{const{className:n,row:i,showActionMenu:s,pinMeta:o,onOpenRowMenu:a,iconButtonProps:l,icon:c,children:u,sx:m,...f}=t,{sx:y,...g}=l??{},p=void 0===m?[]:Array.isArray(m)?m:[m],b=void 0===y?[]:Array.isArray(y)?y:[y],w=s&&Boolean(a);return e(d,{className:yi("nbb-base-table-content-grid-body-action-cell",n),...o?.pin?{"data-pinned":o.pin}:{},...o?.isLeftBoundary?{"data-pinned-boundary":"left"}:{},...o?.isRightBoundary?{"data-pinned-boundary":"right"}:{},sx:[{width:56,py:1,height:72,verticalAlign:"middle",textAlign:"right",...Si(o,!1)},...p],...f,children:u||e(h,{"aria-label":"row action",size:"small",sx:[{color:"text.secondary",visibility:w?"visible":"hidden"},...b],onClick:e=>{a&&s&&a(e,i)},disabled:!w,tabIndex:w?0:-1,...g,children:c||e(r,{})})})},$i=hi({cell:Ei,actionCell:Fi}),zi=r=>{const{className:i,children:s,columns:o,rowActions:a,headCell:l,actionHeadCell:c,columnPinMeta:u,actionColumnPinMeta:d,sx:h,...f}=r,y=void 0===h?[]:Array.isArray(h)?h:[h];return e(m,{className:yi("nbb-base-table-content-grid-head-row",i),sx:[{backgroundColor:"background.paper"},...y],...f,children:e(mi,{defaultBlocks:$i,defaultBlockOrder:Object.keys($i),blocksOverride:s,children:({blocks:r})=>{const i=r.cell,s=r.actionCell;return t(n,{children:[o.map((t,n)=>{const r=u?.[n],s="function"==typeof l?l({column:t,columnIndex:n,...void 0!==r?{pinMeta:r}:{}}):l;return e($,{children:s??Oi(i,{column:t,...void 0!==r?{pinMeta:r}:{}},`cell-${String(t.field)}-${n}`)},`${String(t.field)}-${n}`)}),a&&(("function"==typeof c?c({rowActions:a,...void 0!==d?{actionColumnPinMeta:d}:{}}):c)??Oi(s,{...void 0!==d?{pinMeta:d}:{}},"action-cell"))]})}})})},Ri=hi({cell:Li,actionCell:Wi}),Zi=r=>{const{className:i,children:s,row:o,rowIndex:a,columns:l,rowActions:c,onRowClick:u,onOpenRowMenu:d,bodyCell:h,actionBodyCell:f,columnPinMeta:y,actionColumnPinMeta:g,sx:p,onClick:b,hover:w,...v}=r,k=void 0===p?[]:Array.isArray(p)?p:[p],S=(c?.(o)??[]).length>0,x=w??Boolean(u),O=u?e=>{b?.(e),e.defaultPrevented||u(o)}:b;return e(m,{className:yi("nbb-base-table-content-grid-body-row",i),hover:!1,sx:[{backgroundColor:"common.white","& > .MuiTableCell-root":{backgroundColor:"inherit",transition:e=>e.transitions.create("background-color",{duration:120})}},...x?[{...u?{cursor:"pointer"}:{},"&:hover":{backgroundColor:e=>e.palette.grey[100]||e.palette.action.hover},"&:hover > .MuiTableCell-root":{backgroundColor:"inherit"},"&:hover > .MuiTableCell-root[data-pinned]":{backgroundColor:"inherit"},"&.MuiTableRow-hover:hover":{backgroundColor:e=>e.palette.grey[100]||e.palette.action.hover},"&.MuiTableRow-hover:hover > .MuiTableCell-root":{backgroundColor:"inherit"},"&.MuiTableRow-hover:hover > .MuiTableCell-root[data-pinned]":{backgroundColor:"inherit"}}]:[],...k],onClick:O,...v,children:e(mi,{defaultBlocks:Ri,defaultBlockOrder:Object.keys(Ri),blocksOverride:s,children:({blocks:r})=>{const i=r.cell,s=r.actionCell;return t(n,{children:[l.map((t,n)=>e($,{children:(()=>{const e=y?.[n];return"function"==typeof h?h({column:t,columnIndex:n,...void 0!==e?{pinMeta:e}:{},row:o,rowIndex:a}):h})()??Oi(i,{column:t,...void 0!==y?.[n]?{pinMeta:y[n]}:{},row:o,rowIndex:a},`cell-${String(t.field)}-${n}`)},`${String(t.field)}-${n}`)),c&&(("function"==typeof f?f({row:o,rowIndex:a,showActionMenu:S,...void 0!==g?{actionColumnPinMeta:g}:{},onOpenRowMenu:d}):f)??Oi(s,{row:o,showActionMenu:S,...void 0!==g?{pinMeta:g}:{},onOpenRowMenu:d},"action-cell"))]})}})})},ji=hi({row:zi}),Pi=t=>{const{className:n,children:r,columns:i,rowActions:s,headRow:o,headCell:a,actionHeadCell:l,columnPinMeta:c,actionColumnPinMeta:u,sx:d,...h}=t,m=void 0===d?[]:Array.isArray(d)?d:[d],f="function"==typeof o?o({columns:i,rowActions:s,...void 0!==c?{columnPinMeta:c}:{},...void 0!==u?{actionColumnPinMeta:u}:{}}):o;return e(v,{className:yi("nbb-base-table-content-grid-head",n),sx:[{width:"100%",minWidth:0,backgroundColor:"common.white",backgroundImage:"none","& .MuiTableCell-root":{backgroundColor:"common.white",backgroundImage:"none",backgroundClip:"padding-box",opacity:1},position:"relative",zIndex:6},...m],...h,children:e(mi,{defaultBlocks:ji,defaultBlockOrder:Object.keys(ji),blocksOverride:r,children:({blocks:e})=>f??Oi(e.row,{columns:i,rowActions:s,headCell:a,actionHeadCell:l,...void 0!==c?{columnPinMeta:c}:{},...void 0!==u?{actionColumnPinMeta:u}:{}})})})},Bi=hi({row:Zi}),qi=t=>{const{className:n,children:r,columns:i,rows:s,rowActions:o,onRowClick:a,getRowId:l,onOpenRowMenu:c,bodyRow:u,bodyCell:d,actionBodyCell:h,columnPinMeta:m,actionColumnPinMeta:f,sx:y,...g}=t,p=void 0===y?[]:Array.isArray(y)?y:[y];return e(w,{className:yi("nbb-base-table-content-grid-body",n),sx:p,...g,children:e(mi,{defaultBlocks:Bi,defaultBlockOrder:Object.keys(Bi),blocksOverride:r,children:({blocks:t})=>{const n=t.row;return s.map((t,r)=>{const s=l?.(t,r)??t.id??r,y="function"==typeof u?u({row:t,rowIndex:r,columns:i,rowActions:o,onRowClick:a,onOpenRowMenu:c,...void 0!==m?{columnPinMeta:m}:{},...void 0!==f?{actionColumnPinMeta:f}:{}}):u;return e($,{children:y??Oi(n,{row:t,rowIndex:r,columns:i,rowActions:o,onRowClick:a,onOpenRowMenu:c,bodyCell:d,actionBodyCell:h,...void 0!==m?{columnPinMeta:m}:{},...void 0!==f?{actionColumnPinMeta:f}:{}},`row-${String(s)}`)},String(s))})}})})},Ui=n=>{const{className:r,children:i,menuAnchorEl:s,menuRow:o,menuActions:a,onClose:l,anchorOrigin:c={vertical:"bottom",horizontal:"right"},transformOrigin:u={vertical:"top",horizontal:"right"},...d}=n;return e(g,{className:yi("nbb-base-table-content-grid-row-menu",r),anchorEl:s,open:Boolean(s&&o),onClose:l,anchorOrigin:c,transformOrigin:u,...d,children:i||a.map((n,r)=>t(p,{...void 0!==n.disabled?{disabled:n.disabled}:{},onClick:e=>{e.stopPropagation(),o&&n.onClick(o),l()},children:[n.icon&&e(b,{children:n.icon}),n.label]},`${String(n.label)}-${r}`))})},Hi=r=>{const{noRowsOverlay:s}=fi(di(),r),{children:o,className:a,sx:l,...c}=r,d=void 0===l?[]:Array.isArray(l)?l:[l],h={icon:e(i,{}),title:"No Item",...s};return e(f,{className:yi("nbb-base-table-content-empty-state",a),sx:[e=>({alignItems:"center",backgroundColor:e.palette.grey[50]||e.palette.background.default,borderRadius:e.spacing(1),boxSizing:"border-box",display:"flex",flexDirection:"column",justifyContent:"center",padding:`${e.spacing(4.375)} 0`,width:"100%",minHeight:e.spacing(18.25),gap:e.spacing(1)}),...d],...gi(c,...pi),children:o||t(n,{children:[e(f,{sx:{"& .MuiSvgIcon-root":{fontSize:e=>e.spacing(5),color:"text.disabled"}},children:h.icon}),e(u,{variant:"body1",sx:{fontWeight:e=>e.typography.h6.fontWeight,color:"text.disabled"},children:h.title}),h.description&&e(u,{variant:"body2",color:"text.secondary",children:h.description}),h.action&&e(y,{variant:"outlined",size:"small",onClick:h.action.onClick,startIcon:h.action.icon,...void 0!==h.action.disabled?{disabled:h.action.disabled}:{},children:h.action.label})]})})},_i=n=>{const{className:r,children:i,tableProps:s,onPinnedShadowChange:o,onHorizontalOverflowChange:a,showLeftPinnedShadow:l=!1,showRightPinnedShadow:c=!1,sx:u,...d}=n,{sx:h,...m}=s??{},y=z(null),g=z(null),[p,b]=R({left:null,right:null}),w=void 0===u?[]:Array.isArray(u)?u:[u],v=Z(()=>{const e=y.current,t=g.current;if(!e||!t)return;const n=Math.max(0,t.scrollWidth-t.clientWidth),r=n>1;a?.(r);const i=r&&t.scrollLeft>1,s=r&&t.scrollLeft<n-1;o?.({left:i,right:s});const l=e.getBoundingClientRect(),c=t.querySelector('[data-pinned-boundary="left"]'),u=t.querySelector('[data-pinned-boundary="right"]'),d=c?Math.max(0,Math.round(c.getBoundingClientRect().right-l.left)):null,h=u?Math.max(0,Math.round(l.right-u.getBoundingClientRect().left)):null;b(e=>e.left===d&&e.right===h?e:{left:d,right:h})},[a,o]);return j(()=>{const e=g.current;if(!e)return;v(),e.addEventListener("scroll",v,{passive:!0});const t=new ResizeObserver(v);return t.observe(e),()=>{e.removeEventListener("scroll",v),t.disconnect()}},[v]),j(()=>{v()},[i,v]),t(f,{ref:y,sx:{position:"relative",width:"100%",minWidth:0},children:[null!==p.left&&e(f,{sx:xi("left",Math.max(0,p.left),l)}),null!==p.right&&e(f,{sx:xi("right",Math.max(0,p.right),c)}),e(k,{ref:g,component:S,elevation:0,className:yi("nbb-base-table-content-grid-table",r),sx:[{width:"100%",overflowX:"auto",overflowY:"hidden",backgroundColor:"background.paper"},...w],...d,children:e(x,{sx:[{backgroundColor:"common.white"},...void 0===h?[]:Array.isArray(h)?h:[h]],...m,children:i})})]})},Yi=hi({table:_i,head:Pi,body:qi,rowMenu:Ui,emptyState:Hi}),Ji=r=>{const i=di(),{columns:s,rows:o,actionColumn:a,rowActions:l,noRowsOverlay:u,onRowClick:d,getRowId:h}=fi(i,r),{className:m,children:f,emptyState:y,head:g,body:p,rowMenu:b,headRow:w,headCell:v,actionHeadCell:k,bodyRow:S,bodyCell:x,actionBodyCell:O,sx:T,...N}=r,C=void 0===T?[]:Array.isArray(T)?T:[T],[M,I]=R(null),[D,A]=R(null),[V,E]=R(!1),[L,F]=R({left:!1,right:!1}),W=(()=>{const e=_(),t=H(e.breakpoints.up("sm")),n=H(e.breakpoints.up("md")),r=H(e.breakpoints.up("lg"));return H(e.breakpoints.up("xl"))?"xl":r?"lg":n?"md":t?"sm":"xs"})(),$=Z(e=>{E(t=>t===e?t:e)},[]),z=Z(e=>{F(t=>t.left===e.left&&t.right===e.right?t:e)},[]),j=P(()=>V?s.map(e=>{const t=ki(e.pin,W);if(void 0===t){const{pin:t,...n}=e;return n}return{...e,pin:t}}):s.map(e=>{const{pin:t,...n}=e;return n}),[s,V,V&&W]),B=V&&"right"===ki(a?.pin,W)?"right":void 0,q=P(()=>{const e=function(e){const t=e.map(()=>({})),n=[],r=[];let i=0;e.forEach((e,r)=>{"left"===e.pin&&(t[r]={pin:"left",left:i},i+=wi(e),n.push(r))});let s=0;for(let n=e.length-1;n>=0;n-=1){const i=e[n];"right"===i?.pin&&(t[n]={pin:"right",right:s},s+=wi(i),r.push(n))}const o=n[n.length-1];void 0!==o&&(t[o]={...t[o],isLeftBoundary:!0});const a=r[r.length-1];return void 0!==a&&(t[a]={...t[a],isRightBoundary:!0}),t}(j),t=Boolean(l)&&"right"===B?56:0;return e.map(e=>{const n="left"===e.pin?e:"right"===e.pin?{...e,right:(e.right??0)+t}:e;return"left"===n.pin&&n.isLeftBoundary?{...n,showBoundaryShadow:L.left}:"right"===n.pin&&n.isRightBoundary?{...n,showBoundaryShadow:L.right}:n})},[L.left,L.right,B,j,l]),U=P(()=>{if(l&&"right"===B){const e=!j.some(e=>"right"===e.pin);return{pin:"right",right:0,isRightBoundary:e,showBoundaryShadow:e&&L.right}}},[L.right,B,j,l]),Y=P(()=>D&&l?l(D):[],[D,l]),J=(e,t)=>{e.stopPropagation(),I(e.currentTarget),A(t)},G=()=>{I(null),A(null)},Q="function"==typeof g?g({columns:j,rowActions:l,columnPinMeta:q,...void 0!==U?{actionColumnPinMeta:U}:{},headRow:w,headCell:v,actionHeadCell:k}):g,K="function"==typeof p?p({columns:j,rows:o,rowActions:l,onRowClick:d,getRowId:h,onOpenRowMenu:J,columnPinMeta:q,...void 0!==U?{actionColumnPinMeta:U}:{},bodyRow:S,bodyCell:x,actionBodyCell:O}):p,X="function"==typeof b?b({menuAnchorEl:M,menuRow:D,menuActions:Y,onClose:G}):b;return e(c,{className:yi("nbb-base-table-content-grid",m),sx:[{width:"100%",minWidth:0},...C],...gi(N,...pi),children:e(mi,{defaultBlocks:Yi,defaultBlockOrder:Object.keys(Yi),blocksOverride:f,children:({blocks:e})=>{const r=e;if(0===o.length)return y??Oi(r.emptyState,{...void 0!==u?{noRowsOverlay:u}:{}},"empty-state");const i=Q??Oi(r.head,{columns:j,rowActions:l,...void 0!==q?{columnPinMeta:q}:{},...void 0!==U?{actionColumnPinMeta:U}:{},headRow:w,headCell:v,actionHeadCell:k},"grid-head"),s=K??Oi(r.body,{columns:j,rows:o,rowActions:l,onRowClick:d,getRowId:h,onOpenRowMenu:J,...void 0!==q?{columnPinMeta:q}:{},...void 0!==U?{actionColumnPinMeta:U}:{},bodyRow:S,bodyCell:x,actionBodyCell:O},"grid-body"),a=Oi(r.table,{onHorizontalOverflowChange:$,onPinnedShadowChange:z,showLeftPinnedShadow:L.left,showRightPinnedShadow:L.right,children:t(n,{children:[i,s]})},"grid-table"),c=X??Oi(r.rowMenu,{menuAnchorEl:M,menuRow:D,menuActions:Y,onClose:G},"grid-row-menu");return t(n,{children:[a,c]})}})})},Gi=hi({loader:Di,emptyState:Hi,grid:Ji}),Qi=t=>{const{isLoading:n,rows:r}=fi(di(),t),{children:i,className:s,...o}=t;return e(f,{className:yi("nbb-base-table-content",s),...gi(o,...pi),children:e(mi,{defaultBlocks:Gi,defaultBlockOrder:Object.keys(Gi),blocksOverride:i,children:({blocks:e})=>{const t=e;return n?Oi(t.loader,{},"content-loader"):r&&0!==r.length?Oi(t.grid,{},"content-grid"):Oi(t.emptyState,{},"content-empty-state")}})})},Ki=t=>{const{pagination:n,rows:r,isLoading:i}=fi(di(),t),{children:s,className:o,sx:a=[],...l}=t,u=_(),d=H(u.breakpoints.down("sm")),h=H(u.breakpoints.down("md"));if(!n||i||!r||0===r.length)return null;const m=d?0:1,f=d||h?0:1;return e(c,{className:yi("nbb-base-table-pagination",o),sx:[{alignItems:"center",width:"100%"},...Array.isArray(a)?a:[a]],...gi(l,...pi),children:s||e(T,{count:Math.max(1,Math.ceil(n.total/n.pageSize)),page:n.page,onChange:(e,t)=>n.onPageChange(t),variant:"outlined",color:"primary",shape:"rounded",boundaryCount:m,siblingCount:f,sx:{maxWidth:"100%","& .MuiPagination-ul":{flexWrap:"nowrap",justifyContent:"center"}}})})},Xi=hi({header:Ii,tabs:Ai,searchChips:Vi,content:Qi,pagination:Ki}),es=({sx:t,spacing:n=3,className:r,children:i,...s})=>{const o=function(e,...t){const n={};for(const r of t)r in e&&(n[r]=e[r]);return n}(s,...pi),a=gi(s,...pi),{tabs:l,activeTab:u,onTabChange:d}=o,[h,m]=R(l?.[0]?.value);j(()=>{l?.length&&m(e=>void 0!==e&&l.some(t=>t.value===e)?e:l[0]?.value)},[l]);const f=void 0!==u?u:h,y={...o,...void 0!==f?{activeTab:f}:{},onTabChange:e=>{void 0===u&&m(e),d?.(e)}};return e(c,{className:yi("nbb-base-table",r),spacing:n,sx:[{p:2,width:"100%",maxWidth:"100%",boxSizing:"border-box"},...Array.isArray(t)?t:[t]],...a,children:e(ui,{...y,children:e(mi,{defaultBlocks:Xi,defaultBlockOrder:Object.keys(Xi),blocksOverride:i,children:({blocks:e,blockOrder:t})=>Ti(e,t)})})})},ts=Ii;ts.Title=Ni,ts.Actions=Ci;const ns=Vi,rs=Pi;rs.Row=zi,rs.Cell=Ei,rs.ActionCell=Fi;const is=qi;is.Row=Zi,is.Cell=Li,is.ActionCell=Wi;const ss=Ji;ss.Table=_i,ss.Head=rs,ss.Body=is,ss.RowMenu=Ui;const os=Qi;os.Loader=Di,os.EmptyState=Hi,os.Grid=ss,es.Header=ts,es.Tabs=Ai,es.SearchChips=ns,es.Content=os,es.Pagination=Ki;const as=["labels","headerAction","layout","data"],ls=F(void 0),cs=()=>{const e=B(ls);if(!e)throw new Error("useBaseViewListContext must be used within a BaseViewListProvider");return e};function us(e){return"[object Object]"===Object.prototype.toString.call(e)&&!L.isValidElement(e)}const ds=new Set(["__proto__","prototype","constructor"]);function hs(e,t){const n={...e};for(const e of Reflect.ownKeys(t)){if(ds.has(e))continue;const r=n[e],i=t[e];us(r)&&us(i)?n[e]=hs(r,i):n[e]=i}return n}function ms(...e){return e.flat().filter(Boolean).join(" ")}function fs(e,...t){const n={...e};for(const e of t)delete n[e];return n}const ys=({children:t,className:n,onClick:r,...i})=>{const{labels:s,headerAction:o}=hs(cs(),i),{headerActionButton:a}=s??{};return e(y,{variant:"outlined",size:"medium",className:ms("nbb-base-view-list-header-action-button",n),...(r??o)&&{onClick:r??o},...fs(i,...as),children:t??a})},gs=({sx:t,className:n,...r})=>{const{layout:i}=hs(cs(),r),s="two-column"===i;return e(u,{component:"dt",variant:"subtitle1",sx:[e=>({display:"inline-flex",alignItems:"center",px:2,py:3,flexShrink:0,width:{xs:96,sm:204},fontWeight:e.typography.fontWeightBold,...s?{}:{p:0}}),...Array.isArray(t)?t:[t]],className:ms("nbb-base-view-list-item-key",n),...fs(r,...as)})},ps=({sx:t,className:n,...r})=>{const{layout:i}=hs(cs(),r);return e(u,{component:"dd",variant:"body2",sx:[{display:"inline-flex",alignItems:"center",px:2,py:3,..."two-column"===i?{}:{p:0}},...Array.isArray(t)?t:[t]],className:ms("nbb-base-view-list-item-value",n),...fs(r,...as)})},bs=({sx:t,className:n,...r})=>{const{layout:i}=hs(cs(),r),s="two-column"===i;return e(I,{divider:!0,sx:[e=>({display:"flex",flexDirection:s?"row":"column",alignItems:s?"center":"flex-start",...s?{p:0}:{px:2,py:3},"&:first-of-type":{borderTopColor:e.palette.divider,borderTopWidth:1,borderTopStyle:"solid"}}),...Array.isArray(t)?t:[t]],className:ms("nbb-base-view-list-item",n),...fs(r,...as)})};var ws;function vs(...e){return e.flat().filter(Boolean).join(" ")}function ks({labels:t,searchValue:n,onSearchFieldChange:r,onSearchSubmit:i}){return e(V,{type:"search",variant:"outlined",placeholder:t.searchFieldPlaceholder,onChange:e=>r?.(e.target.value),onKeyDown:e=>{i&&"Enter"===e.key&&!e.nativeEvent.isComposing&&e.target instanceof HTMLInputElement&&(e.preventDefault(),i())},...void 0!==n?{value:n}:{},sx:e=>({width:{xs:"100%",md:e.spacing(44.75)},"& .MuiOutlinedInput-root":{pr:1.5,"& .MuiOutlinedInput-input":{pl:1.5,pt:1.625,pb:1.625,fontSize:e.typography.body2.fontSize}}}),slotProps:{input:{endAdornment:e(E,{position:"end",children:e(h,{"aria-label":"Search",edge:"end",size:"small",...i?{onClick:i}:{},children:e(l,{fontSize:"small"})})})}}})}function Ss(t){return{icon:e(i,{}),title:t.emptyStateMessage}}function xs(t,n,r,i,s){if(!s||!t.rowActions)return;const l=t.rowActions;return t=>{if(i&&!i(t))return[];const c=s(t);return c&&0!==c.length?c.flatMap(i=>"activate"===i?n?[{label:l.activate,icon:e(o,{sx:e=>({fontSize:e.typography.h5.fontSize})}),onClick:()=>n(t.id)}]:[]:"deactivate"===i&&r?[{label:l.deactivate,icon:e(a,{sx:e=>({fontSize:e.typography.h5.fontSize})}),onClick:()=>r(t.id)}]:[]):[]}}function Os(t,n){return[{field:"name",headLabel:t.headerRow.name,pin:{sm:"left"},width:180},{field:"createdAt",headLabel:t.headerRow.createdAt,width:180,valueFormatter:t=>{const n=function(e){if(!e)return null;const t=ai.fromISO(e);return t.isValid?t:null}("string"==typeof t?t:void 0),r=n?.toFormat("yyyy/MM/dd")??"N/A",i=n?.toLocaleString(ai.DATETIME_FULL)??"N/A";return e(A,{title:i,children:e("span",{children:r})})}},{field:"status",headLabel:t.headerRow.status,width:180,valueFormatter:(e,{row:r})=>r.status===n.inUse?t.cellData.statusActive:r.status===n.notInUse?t.cellData.statusInactive:r.status}]}function Ts(e){return{page:e.currentPage,pageSize:1,total:e.totalPages,onPageChange:e.onPageChange}}function Ns(t,n){return n.filter(e=>e in t).map(n=>e($,{children:t[n]},String(n)))}bs.Key=gs,bs.Value=ps,ws={header:({children:r,className:i,sx:s,...o})=>{const{labels:a,headerAction:l}=hs(cs(),o),{headerTitle:d,headerActionButton:h}=a??{};return(d??h??r??null)&&e(c,{direction:"row",className:ms("nbb-base-view-list-header",i),sx:[{columnGap:2,justifyContent:"space-between",alignItems:"center"},...Array.isArray(s)?s:[s]],...fs(o,...as),children:r??t(n,{children:[e(u,{component:"div",sx:{typography:{xs:"h6",sm:"h4"},fontWeight:"bold",flex:"1 1 auto",minWidth:0},children:d}),h||l?e(f,{sx:{flexShrink:0},children:e(ys,{...a&&{labels:a},...l&&{headerAction:l}})}):null]})})},subheader:({children:t,className:n,sx:r,...i})=>{const{labels:s}=hs(cs(),i),{subheaderTitle:o,headerTitle:a,headerActionButton:l}=s??{};return(o??t??null)&&e(c,{direction:"row",className:ms("nbb-base-view-list-subheader",n),sx:[{columnGap:2,justifyContent:"space-between",alignItems:"center",...a||l?{"&&":{mt:{xs:2,sm:4}}}:{}},...Array.isArray(r)?r:[r]],...fs(i,...as),children:t??e(u,{component:"div",typography:"body2",sx:e=>({color:e.palette.secondary.main,flex:"1 1 auto",minWidth:0}),children:o})})},itemList:({children:n,sx:r,className:i,...s})=>{const{data:o}=hs(cs(),s);return e(D,{component:"dl",sx:[{m:0,p:0},...Array.isArray(r)?r:[r]],className:ms("nbb-base-view-list-item-list",i),...fs(s,...as),children:n??(void 0===o?null:Array.isArray(o)?o.map((t,n)=>e(bs,{children:e(bs.Value,{children:t})},`${n}-${String(t)}`)):Object.entries(o).map(([n,r])=>t(bs,{children:[e(bs.Key,{children:n}),e(bs.Value,{children:r})]},n)))})},item:bs,itemKey:gs,itemValue:ps},Object.fromEntries(Object.entries(ws).map(([e,t])=>[e,W(t,{key:e})]));const Cs=({className:r,children:i,listUsersTitle:s,labels:o,searchValue:a,onSearchFieldChange:l,onSearchSubmit:c,onItemActivate:d,onItemDeactivate:h,shouldShowDropdownMenu:m,resolveRowAction:f,statusMatch:y={inUse:"active",notInUse:"inactive"},onNavigate:g,pagination:p,data:b,rowHref:w,tabs:v,currentTab:k,onTabChange:S,...x})=>{const O=Os(o,y),T=v&&function(r){return r.map(r=>({value:r.key,disabled:Boolean(r.isDisabled),label:t(n,{children:[r.label,r.subtitle&&e(u,{component:"span",variant:"body2",color:"text.secondary",children:r.subtitle})]})}))}(v),N=p&&Ts(p),C=xs(o,d,h,m,f),M=ks({labels:o,searchValue:a,onSearchFieldChange:l,onSearchSubmit:c}),I=e(Cs.Title,{}),D=e(Cs.Action,{}),A=t(Cs.Header,{children:[I,D]}),V=e(Cs.Loader,{}),E=e(Cs.Tabs,{}),L=e(Cs.SearchChips,{}),F=e(Cs.Table,{}),W=e(Cs.Pagination,{...p?{pagination:p}:{},data:b,...void 0!==x.isLoading?{isLoading:x.isLoading}:{}}),$={title:I,action:D,header:A,loader:V,content:e(Cs.Content,{}),tabs:E,searchChips:L,table:F,pagination:W},z=["header","searchChips","content","pagination"],R=void 0===i?Ns($,z):"function"==typeof i?(()=>{const{blocks:e,blockOrder:t}=i({defaultBlocks:$,defaultBlockOrder:z});return Ns(e,t)})():i;return e(es,{className:vs("nbb-list-users-container",r),headerTitle:s,headerActions:M,columns:O,rows:b,...C?{rowActions:C,actionColumn:{pin:"right"}}:{},noRowsOverlay:Ss(o),...T?{tabs:T}:{},...void 0!==k?{activeTab:k}:{},...S?{onTabChange:S}:{},...N?{pagination:N}:{},...w&&g?{onRowClick:e=>{const t=w(e);t&&g(t)}}:{},...x,children:R})};Cs.Title=({listUsersTitle:t,children:n,className:r,...i})=>e(es.Header.Title,{className:vs("nbb-list-users-title",r),...i,children:n||t}),Cs.Header=({children:t,className:n,sx:r=[],...i})=>e(es.Header,{className:vs("nbb-list-users-header",n),sx:[{flexWrap:{xs:"wrap",md:"nowrap"},alignItems:{xs:"flex-start",md:"center"},columnGap:2,rowGap:2},...Array.isArray(r)?r:[r]],...i,children:t}),Cs.Action=({children:t,className:n,labels:r,searchValue:i,onSearchFieldChange:s,onSearchSubmit:o,sx:a=[],...l})=>{const c=t||(r?ks({labels:r,searchValue:i,onSearchFieldChange:s,onSearchSubmit:o}):void 0);return e(es.Header.Actions,{className:vs("nbb-list-users-actions",n),sx:[{width:{xs:"100%",md:"auto"},justifyContent:{xs:"flex-start",md:"flex-end"}},...Array.isArray(a)?a:[a]],...l,children:c})},Cs.Loader=({children:t,className:n,...r})=>e(es.Content.Loader,{className:vs("nbb-list-users-loader",n),...r,children:t}),Cs.Content=({children:t,className:n,...r})=>e(es.Content,{className:vs("nbb-list-users-content",n),...r,children:t}),Cs.Tabs=({children:t,className:n,...r})=>e(es.Tabs,{className:vs("nbb-list-users-tabs",n),...r,children:t}),Cs.SearchChips=({className:t,...n})=>e(es.SearchChips,{className:vs("nbb-list-users-search-chips",t),...n}),Cs.Pagination=({className:t,pagination:n,data:r,isLoading:i,...s})=>{const o=n&&Ts(n),a=vs("nbb-list-users-pagination",n?.className,t);return e(es.Pagination,{className:a,...o?{pagination:o}:{},...r?{rows:r}:{},...void 0!==i?{isLoading:i}:{},...s})},Cs.Table=({className:t,labels:n,data:r,columns:i,rowActions:s,actionColumn:o,onRowClick:a,onItemActivate:l,onItemDeactivate:c,shouldShowDropdownMenu:u,resolveRowAction:d,rowHref:h,onNavigate:m,statusMatch:f={inUse:"active",notInUse:"inactive"},...y})=>{const g=i??(n?Os(n,f):void 0),p=n?Ss(n):void 0,b=n?xs(n,l,c,u,d):void 0,w=void 0!==s?s:b,v=o??(w?{pin:"right"}:void 0),k=a??(h&&m?e=>{const t=h(e);t&&m(t)}:void 0);return e(es.Content.Grid,{className:vs("nbb-list-users-table",t),...g?{columns:g}:{},...r?{rows:r}:{},...p?{noRowsOverlay:p}:{},...w?{rowActions:w}:{},...v?{actionColumn:v}:{},...k?{onRowClick:k}:{},...y})};export{Cs as ListUsers};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nodeblocks/frontend-list-users-block",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.4.0",
|
|
4
4
|
"main": "./dist/index.cjs.js",
|
|
5
5
|
"module": "./dist/index.esm.js",
|
|
6
6
|
"types": "./dist/index.d.ts",
|
|
@@ -16,13 +16,16 @@
|
|
|
16
16
|
"dist/"
|
|
17
17
|
],
|
|
18
18
|
"scripts": {
|
|
19
|
-
"build": "npm run typecheck && rollup -c",
|
|
19
|
+
"build": "rm -rf dist && npm run typecheck && rollup -c",
|
|
20
|
+
"test": "vitest run",
|
|
21
|
+
"test:watch": "vitest",
|
|
20
22
|
"watch": "rm -rf dist && cross-env NODE_ENV=development rollup -c --watch",
|
|
21
23
|
"typecheck": "tsc --noEmit"
|
|
22
24
|
},
|
|
23
25
|
"peerDependencies": {
|
|
24
26
|
"@emotion/react": "^11.14.0",
|
|
25
27
|
"@emotion/styled": "^11.14.1",
|
|
28
|
+
"@mui/icons-material": "^7.3.5",
|
|
26
29
|
"@mui/material": "^7.3.5",
|
|
27
30
|
"react": ">=18 <20",
|
|
28
31
|
"react-dom": ">=18 <20"
|
|
@@ -33,17 +36,27 @@
|
|
|
33
36
|
"@rollup/plugin-node-resolve": "^15.3.0",
|
|
34
37
|
"@rollup/plugin-terser": "^0.4.4",
|
|
35
38
|
"@rollup/plugin-typescript": "^12.1.1",
|
|
39
|
+
"@testing-library/jest-dom": "^6.9.1",
|
|
40
|
+
"@testing-library/react": "^16.3.2",
|
|
36
41
|
"@types/luxon": "^3.7.1",
|
|
37
42
|
"@types/react": "19.2.7",
|
|
38
43
|
"@types/react-dom": "19.2.3",
|
|
44
|
+
"jsdom": "^27.4.0",
|
|
39
45
|
"rollup": "^4.55.1",
|
|
40
46
|
"rollup-plugin-peer-deps-external": "^2.2.4",
|
|
47
|
+
"rollup-plugin-delete": "^3.0.2",
|
|
48
|
+
"rollup-plugin-dts": "^6.4.1",
|
|
41
49
|
"rollup-plugin-postcss": "^4.0.2",
|
|
42
50
|
"rollup-plugin-serve": "^1.1.1",
|
|
43
51
|
"tslib": "^2.8.1",
|
|
44
|
-
"typescript": "^5.7.2"
|
|
52
|
+
"typescript": "^5.7.2",
|
|
53
|
+
"vitest": "^3.2.4"
|
|
45
54
|
},
|
|
46
55
|
"dependencies": {
|
|
56
|
+
"@nodeblocks/frontend-base-block": "*",
|
|
47
57
|
"luxon": "^3.7.2"
|
|
48
|
-
}
|
|
58
|
+
},
|
|
59
|
+
"bundleDependencies": [
|
|
60
|
+
"@nodeblocks/frontend-base-block"
|
|
61
|
+
]
|
|
49
62
|
}
|
package/dist/blocks.d.ts
DELETED
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
export type Block<T extends unknown = {
|
|
3
|
-
[k: string]: any;
|
|
4
|
-
}> = (props: T) => React.ReactNode;
|
|
5
|
-
export type DefaultBlocks = {
|
|
6
|
-
Title: Block<{
|
|
7
|
-
[k: string]: any;
|
|
8
|
-
}>;
|
|
9
|
-
Actions: Block<{
|
|
10
|
-
[k: string]: any;
|
|
11
|
-
}>;
|
|
12
|
-
Table: Block<{
|
|
13
|
-
[k: string]: any;
|
|
14
|
-
}>;
|
|
15
|
-
};
|
|
16
|
-
export type DefaultOptions = {};
|
|
17
|
-
//# sourceMappingURL=blocks.d.ts.map
|
package/dist/blocks.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"blocks.d.ts","sourceRoot":"","sources":["../src/blocks.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,MAAM,MAAM,KAAK,CAAC,CAAC,SAAS,OAAO,GAAG;IAAE,CAAC,CAAC,EAAE,MAAM,GAAG,GAAG,CAAA;CAAE,IAAI,CAAC,KAAK,EAAE,CAAC,KAAK,KAAK,CAAC,SAAS,CAAC;AAE5F,MAAM,MAAM,aAAa,GAAG;IAC1B,KAAK,EAAE,KAAK,CAAC;QAAE,CAAC,CAAC,EAAE,MAAM,GAAG,GAAG,CAAA;KAAE,CAAC,CAAC;IACnC,OAAO,EAAE,KAAK,CAAC;QAAE,CAAC,CAAC,EAAE,MAAM,GAAG,GAAG,CAAA;KAAE,CAAC,CAAC;IACrC,KAAK,EAAE,KAAK,CAAC;QAAE,CAAC,CAAC,EAAE,MAAM,GAAG,GAAG,CAAA;KAAE,CAAC,CAAC;CACpC,CAAC;AAEF,MAAM,MAAM,cAAc,GAAG,EAAE,CAAC"}
|
package/dist/context.d.ts
DELETED
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
import { ReactNode } from 'react';
|
|
2
|
-
import { ListUsersRowData, TabData, PaginationProps } from './list-users';
|
|
3
|
-
export type ListUsersContextValue<Tabs extends TabData[] = any> = {
|
|
4
|
-
listUsersTitle: ReactNode;
|
|
5
|
-
isLoading?: boolean;
|
|
6
|
-
labels: {
|
|
7
|
-
emptyStateMessage: string;
|
|
8
|
-
headerRow: {
|
|
9
|
-
createdAt: string;
|
|
10
|
-
name: string;
|
|
11
|
-
status: string;
|
|
12
|
-
};
|
|
13
|
-
cellData: {
|
|
14
|
-
statusInUse: string;
|
|
15
|
-
statusNotInUse: string;
|
|
16
|
-
};
|
|
17
|
-
};
|
|
18
|
-
onNavigate?: (to: string) => void;
|
|
19
|
-
pagination?: PaginationProps;
|
|
20
|
-
data: ListUsersRowData[];
|
|
21
|
-
rowHref?: (row: ListUsersRowData) => string;
|
|
22
|
-
tabs?: Tabs;
|
|
23
|
-
currentTab?: Tabs[number]['label'];
|
|
24
|
-
onTabChange?: (tab: Tabs[number]['label']) => void;
|
|
25
|
-
};
|
|
26
|
-
export declare const keys: readonly ["listUsersTitle", "isLoading", "labels", "onNavigate", "pagination", "data", "rowHref", "tabs", "currentTab", "onTabChange"];
|
|
27
|
-
export declare const ListUsersProvider: <Tabs extends TabData[] = TabData[]>({ children, ...value }: ListUsersContextValue<Tabs> & {
|
|
28
|
-
children: ReactNode;
|
|
29
|
-
}) => import("react/jsx-runtime").JSX.Element;
|
|
30
|
-
export declare const useListUsersContext: <Tabs extends TabData[] = TabData[]>() => ListUsersContextValue<Tabs>;
|
|
31
|
-
//# sourceMappingURL=context.d.ts.map
|
package/dist/context.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"context.d.ts","sourceRoot":"","sources":["../src/context.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAiB,SAAS,EAAc,MAAM,OAAO,CAAC;AAC7D,OAAO,EAAE,gBAAgB,EAAE,OAAO,EAAE,eAAe,EAAE,MAAM,cAAc,CAAC;AAE1E,MAAM,MAAM,qBAAqB,CAAC,IAAI,SAAS,OAAO,EAAE,GAAG,GAAG,IAAI;IAChE,cAAc,EAAE,SAAS,CAAC;IAC1B,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,MAAM,EAAE;QACN,iBAAiB,EAAE,MAAM,CAAC;QAC1B,SAAS,EAAE;YACT,SAAS,EAAE,MAAM,CAAC;YAClB,IAAI,EAAE,MAAM,CAAC;YACb,MAAM,EAAE,MAAM,CAAC;SAChB,CAAC;QACF,QAAQ,EAAE;YACR,WAAW,EAAE,MAAM,CAAC;YACpB,cAAc,EAAE,MAAM,CAAC;SACxB,CAAC;KACH,CAAC;IACF,UAAU,CAAC,EAAE,CAAC,EAAE,EAAE,MAAM,KAAK,IAAI,CAAC;IAClC,UAAU,CAAC,EAAE,eAAe,CAAC;IAC7B,IAAI,EAAE,gBAAgB,EAAE,CAAC;IACzB,OAAO,CAAC,EAAE,CAAC,GAAG,EAAE,gBAAgB,KAAK,MAAM,CAAC;IAC5C,IAAI,CAAC,EAAE,IAAI,CAAC;IACZ,UAAU,CAAC,EAAE,IAAI,CAAC,MAAM,CAAC,CAAC,OAAO,CAAC,CAAC;IACnC,WAAW,CAAC,EAAE,CAAC,GAAG,EAAE,IAAI,CAAC,MAAM,CAAC,CAAC,OAAO,CAAC,KAAK,IAAI,CAAC;CACpD,CAAC;AAEF,eAAO,MAAM,IAAI,wIAWyB,CAAC;AAW3C,eAAO,MAAM,iBAAiB,GAAI,IAAI,SAAS,OAAO,EAAE,GAAG,OAAO,EAAE,EAAE,wBAGnE,qBAAqB,CAAC,IAAI,CAAC,GAAG;IAC/B,QAAQ,EAAE,SAAS,CAAC;CACrB,4CAEA,CAAC;AAEF,eAAO,MAAM,mBAAmB,GAAI,IAAI,SAAS,OAAO,EAAE,GAAG,OAAO,EAAE,kCAOrE,CAAC"}
|
package/dist/index.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,SAAS,EAAE,MAAM,cAAc,CAAC"}
|