@lattice-php/lattice 0.36.1 → 0.37.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.
Files changed (87) hide show
  1. package/dist/form/components/base/field.d.ts +14 -4
  2. package/dist/form/components/base/field.js +33 -10
  3. package/dist/form/components/base/field.js.map +1 -1
  4. package/dist/form/components/fields/builder.js +4 -2
  5. package/dist/form/components/fields/builder.js.map +1 -1
  6. package/dist/form/components/fields/choice.js +6 -5
  7. package/dist/form/components/fields/choice.js.map +1 -1
  8. package/dist/form/components/fields/color-picker-field.js +2 -2
  9. package/dist/form/components/fields/color-picker-field.js.map +1 -1
  10. package/dist/form/components/fields/date-input.js +2 -1
  11. package/dist/form/components/fields/date-input.js.map +1 -1
  12. package/dist/form/components/fields/date-picker-field.d.ts +3 -1
  13. package/dist/form/components/fields/date-picker-field.js +2 -2
  14. package/dist/form/components/fields/date-picker-field.js.map +1 -1
  15. package/dist/form/components/fields/date-time-input.js +2 -1
  16. package/dist/form/components/fields/date-time-input.js.map +1 -1
  17. package/dist/form/components/fields/file-upload.js +4 -4
  18. package/dist/form/components/fields/file-upload.js.map +1 -1
  19. package/dist/form/components/fields/number-input.js +3 -3
  20. package/dist/form/components/fields/number-input.js.map +1 -1
  21. package/dist/form/components/fields/otp-input.js +2 -2
  22. package/dist/form/components/fields/otp-input.js.map +1 -1
  23. package/dist/form/components/fields/password-input.js +6 -6
  24. package/dist/form/components/fields/password-input.js.map +1 -1
  25. package/dist/form/components/fields/repeater.js +4 -2
  26. package/dist/form/components/fields/repeater.js.map +1 -1
  27. package/dist/form/components/fields/rich-editor-field.js +7 -5
  28. package/dist/form/components/fields/rich-editor-field.js.map +1 -1
  29. package/dist/form/components/fields/select.js +5 -5
  30. package/dist/form/components/fields/select.js.map +1 -1
  31. package/dist/form/components/fields/simple-field.d.ts +2 -1
  32. package/dist/form/components/fields/simple-field.js +2 -2
  33. package/dist/form/components/fields/simple-field.js.map +1 -1
  34. package/dist/form/components/fields/text-input.js +2 -2
  35. package/dist/form/components/fields/text-input.js.map +1 -1
  36. package/dist/form/components/fields/textarea.js +2 -2
  37. package/dist/form/components/fields/textarea.js.map +1 -1
  38. package/dist/form/components/fields/time-input.js +2 -2
  39. package/dist/form/components/fields/time-input.js.map +1 -1
  40. package/dist/form/components/fields/toggle.js +6 -6
  41. package/dist/form/components/fields/toggle.js.map +1 -1
  42. package/dist/form/index.d.ts +1 -0
  43. package/dist/form/index.js +2 -1
  44. package/dist/form/toolkit.d.ts +1 -1
  45. package/dist/table/components/column-visibility-menu.js +1 -1
  46. package/dist/table/components/filter-controls.js +1 -1
  47. package/dist/table/components/filter-value-input.js +1 -1
  48. package/dist/table/components/table-search.js +1 -1
  49. package/dist/types/generated.d.ts +10 -2
  50. package/dist/ui/code-block-view.d.ts +3 -0
  51. package/dist/ui/code-block-view.js +115 -0
  52. package/dist/ui/code-block-view.js.map +1 -0
  53. package/dist/ui/code-block.d.ts +22 -0
  54. package/dist/ui/code-block.js +43 -0
  55. package/dist/ui/code-block.js.map +1 -0
  56. package/dist/ui/copyable-text.d.ts +3 -1
  57. package/dist/ui/copyable-text.js +19 -13
  58. package/dist/ui/copyable-text.js.map +1 -1
  59. package/dist/ui/index.d.ts +3 -0
  60. package/dist/ui/index.js +3 -1
  61. package/dist/ui/plugin.js +2 -0
  62. package/dist/ui/plugin.js.map +1 -1
  63. package/dist/ui/segmented-pills.d.ts +2 -1
  64. package/dist/ui/segmented-pills.js +3 -2
  65. package/dist/ui/segmented-pills.js.map +1 -1
  66. package/dist/vite.js.map +1 -1
  67. package/dist-standalone/chunks/{chart-view-CR1X2aGE.js → chart-view-CFV7BU_D.js} +17 -17
  68. package/dist-standalone/chunks/code-block-view-D464jtHN.js +34 -0
  69. package/dist-standalone/chunks/date-picker-field-DepKtR_m.js +1 -0
  70. package/dist-standalone/chunks/dist-BtOmkEqQ.js +1 -0
  71. package/dist-standalone/chunks/jsx-runtime-0vZSBttN.js +1 -0
  72. package/dist-standalone/chunks/{jsx-runtime-CN5ucv1d.js → react-dom-DJCfT20h.js} +1 -1
  73. package/dist-standalone/chunks/rich-editor-field-BZQIPOLc.js +158 -0
  74. package/dist-standalone/chunks/{subscriptions-BV4g0s0U.js → subscriptions-4IpkpPX3.js} +1 -1
  75. package/dist-standalone/chunks/{time-picker-kbhOHEPd.js → time-picker-DUjYyeeP.js} +1 -1
  76. package/dist-standalone/chunks/use-dependent-field-DvH7mUyx.js +41 -0
  77. package/dist-standalone/chunks/use-effect-dispatcher-BMWOfaFE.js +97 -0
  78. package/dist-standalone/chunks/w3c-keyname-BOAvb0qz.js +1 -0
  79. package/dist-standalone/lattice.css +1 -1
  80. package/dist-standalone/lattice.js +4 -4
  81. package/dist-standalone/manifest.json +1 -1
  82. package/package.json +9 -1
  83. package/dist-standalone/chunks/date-picker-field-B4Xzow-A.js +0 -1
  84. package/dist-standalone/chunks/dist-ci5ng714.js +0 -1
  85. package/dist-standalone/chunks/icon-button-D3AltHNz.js +0 -41
  86. package/dist-standalone/chunks/rich-editor-field-JM3jBEV1.js +0 -158
  87. package/dist-standalone/chunks/use-effect-dispatcher-CJXFkAv1.js +0 -97
@@ -0,0 +1 @@
1
+ import{i as e,t}from"./react-SIfiwpqq.js";import{a as n}from"./locale-GyqtaX1O.js";import{t as r}from"./react-dom-DJCfT20h.js";import{a as i,b as a,c as o,d as s,f as c,l,o as u,p as d,s as f,u as p,v as m}from"./dist-BtOmkEqQ.js";import{t as h}from"./jsx-runtime-0vZSBttN.js";import{a as g,c as _,r as v,t as y}from"./time-picker-DUjYyeeP.js";var b=(e,t=[])=>({parts:(...n)=>{if(S(t))return b(e,n);throw Error(`createAnatomy().parts(...) should only be called once. Did you mean to use .extendWith(...) ?`)},extendWith:(...n)=>b(e,[...t,...n]),omit:(...n)=>b(e,t.filter(e=>!n.includes(e))),rename:e=>b(e,t),keys:()=>t,build:()=>[...new Set(t)].reduce((t,n)=>Object.assign(t,{[n]:{selector:[`&[data-scope="${x(e)}"][data-part="${x(n)}"]`,`& [data-scope="${x(e)}"][data-part="${x(n)}"]`].join(`, `),attrs:{"data-scope":x(e),"data-part":x(n)}}}),{})}),x=e=>e.replace(/([A-Z])([A-Z])/g,`$1-$2`).replace(/([a-z])([A-Z])/g,`$1-$2`).replace(/[\s_]+/g,`-`).toLowerCase(),S=e=>e.length===0,C=b(`date-picker`).parts(`clearTrigger`,`content`,`control`,`input`,`label`,`monthSelect`,`nextTrigger`,`positioner`,`presetTrigger`,`prevTrigger`,`rangeText`,`root`,`table`,`tableBody`,`tableCell`,`tableCellTrigger`,`tableHead`,`tableHeader`,`tableRow`,`trigger`,`view`,`viewControl`,`viewTrigger`,`yearSelect`).build();function w(e,t){return e-t*Math.floor(e/t)}var T=1721426;function E(e,t,n,r){t=ee(e,t);let i=t-1,a=-2;return n<=2?a=0:D(t)&&(a=-1),1721425+365*i+Math.floor(i/4)-Math.floor(i/100)+Math.floor(i/400)+Math.floor((367*n-362)/12+a+r)}function D(e){return e%4==0&&(e%100!=0||e%400==0)}function ee(e,t){return e===`BC`?1-t:t}function te(e){let t=`AD`;return e<=0&&(t=`BC`,e=1-e),[t,e]}var ne={standard:[31,28,31,30,31,30,31,31,30,31,30,31],leapyear:[31,29,31,30,31,30,31,31,30,31,30,31]},re=class{fromJulianDay(e){let t=e,n=t-T,r=Math.floor(n/146097),i=w(n,146097),a=Math.floor(i/36524),o=w(i,36524),s=Math.floor(o/1461),c=w(o,1461),l=Math.floor(c/365),[u,d]=te(r*400+a*100+s*4+l+ +(a!==4&&l!==4)),f=t-E(u,d,1,1),p=2;t<E(u,d,3,1)?p=0:D(d)&&(p=1);let m=Math.floor(((f+p)*12+373)/367);return new kt(u,d,m,t-E(u,d,m,1)+1)}toJulianDay(e){return E(e.era,e.year,e.month,e.day)}getDaysInMonth(e){return ne[D(e.year)?`leapyear`:`standard`][e.month-1]}getMonthsInYear(e){return 12}getDaysInYear(e){return D(e.year)?366:365}getMaximumMonthsInYear(){return 12}getMaximumDaysInMonth(){return 31}getYearsInEra(e){return 9999}getEras(){return[`BC`,`AD`]}isInverseEra(e){return e.era===`BC`}balanceDate(e){e.year<=0&&(e.era=e.era===`BC`?`AD`:`BC`,e.year=1-e.year)}constructor(){this.identifier=`gregory`}},ie={"001":1,AD:1,AE:6,AF:6,AI:1,AL:1,AM:1,AN:1,AR:1,AT:1,AU:1,AX:1,AZ:1,BA:1,BE:1,BG:1,BH:6,BM:1,BN:1,BY:1,CH:1,CL:1,CM:1,CN:1,CR:1,CY:1,CZ:1,DE:1,DJ:6,DK:1,DZ:6,EC:1,EE:1,EG:6,ES:1,FI:1,FJ:1,FO:1,FR:1,GB:1,GE:1,GF:1,GP:1,GR:1,HR:1,HU:1,IE:1,IQ:6,IR:6,IS:1,IT:1,JO:6,KG:1,KW:6,KZ:1,LB:1,LI:1,LK:1,LT:1,LU:1,LV:1,LY:6,MC:1,MD:1,ME:1,MK:1,MN:1,MQ:1,MV:5,MY:1,NL:1,NO:1,NZ:1,OM:6,PL:1,QA:6,RE:1,RO:1,RS:1,RU:1,SD:6,SE:1,SI:1,SK:1,SM:1,SY:6,TJ:1,TM:1,TR:1,UA:1,UY:1,UZ:1,VA:1,VN:1,XK:1};function O(e,t){return t=I(t,e.calendar),e.era===t.era&&e.year===t.year&&e.month===t.month&&e.day===t.day}function ae(e,t){return t=I(t,e.calendar),e=A(e),t=A(t),e.era===t.era&&e.year===t.year&&e.month===t.month}function oe(e,t){return t=I(t,e.calendar),e=Ce(e),t=Ce(t),e.era===t.era&&e.year===t.year}function se(e,t){return ue(e.calendar,t.calendar)&&O(e,t)}function ce(e,t){return ue(e.calendar,t.calendar)&&ae(e,t)}function le(e,t){return ue(e.calendar,t.calendar)&&oe(e,t)}function ue(e,t){return e.isEqual?.(t)??t.isEqual?.(e)??e.identifier===t.identifier}function de(e,t){return O(e,me(t))}var k={sun:0,mon:1,tue:2,wed:3,thu:4,fri:5,sat:6};function fe(e,t,n){let r=e.calendar.toJulianDay(e),i=n?k[n]:ke(t),a=Math.ceil(r+1-i)%7;return a<0&&(a+=7),a}function pe(e){return P(Date.now(),e)}function me(e){return We(pe(e))}function he(e,t){return e.calendar.toJulianDay(e)-t.calendar.toJulianDay(t)}function ge(e,t){return _e(e)-_e(t)}function _e(e){return e.hour*36e5+e.minute*6e4+e.second*1e3+e.millisecond}var ve=null,ye=!1;function be(){return ve??=new Intl.DateTimeFormat().resolvedOptions().timeZone,ve}function xe(){return ye}function A(e){return e.subtract({days:e.day-1})}function Se(e){return e.add({days:e.calendar.getDaysInMonth(e)-e.day})}function Ce(e){return A(e.subtract({months:e.month-1}))}function we(e){return Se(e.add({months:e.calendar.getMonthsInYear(e)-e.month}))}function j(e,t,n){let r=fe(e,t,n);return e.subtract({days:r})}function Te(e,t,n){return j(e,t,n).add({days:6})}var Ee=new Map,De=new Map;function Oe(e){if(Intl.Locale){let t=Ee.get(e);return t||(t=new Intl.Locale(e).maximize().region,t&&Ee.set(e,t)),t}let t=e.split(`-`)[1];return t===`u`?void 0:t}function ke(e){let t=De.get(e);if(!t){if(Intl.Locale){let n=new Intl.Locale(e);if(`getWeekInfo`in n&&(t=n.getWeekInfo(),t))return De.set(e,t),t.firstDay}let n=Oe(e);if(e.includes(`-fw-`)){let n=e.split(`-fw-`)[1].split(`-`)[0];t=n===`mon`?{firstDay:1}:n===`tue`?{firstDay:2}:n===`wed`?{firstDay:3}:n===`thu`?{firstDay:4}:n===`fri`?{firstDay:5}:n===`sat`?{firstDay:6}:{firstDay:0}}else t=e.includes(`-ca-iso8601`)?{firstDay:1}:{firstDay:n&&ie[n]||0};De.set(e,t)}return t.firstDay}function Ae(e,t,n){let r=e.calendar.getDaysInMonth(e);return Math.ceil((fe(A(e),t,n)+r)/7)}function je(e,t){return e&&t?e.compare(t)<=0?e:t:e||t}function Me(e,t){return e&&t?e.compare(t)>=0?e:t:e||t}var Ne={AF:[4,5],AE:[5,6],BH:[5,6],DZ:[5,6],EG:[5,6],IL:[5,6],IQ:[5,6],IR:[5,5],JO:[5,6],KW:[5,6],LY:[5,6],OM:[5,6],QA:[5,6],SA:[5,6],SD:[5,6],SY:[5,6],YE:[5,6]};function Pe(e,t){let n=e.calendar.toJulianDay(e),r=Math.ceil(n+1)%7;r<0&&(r+=7);let[i,a]=Ne[Oe(t)]||[6,0];return r===i||r===a}function M(e){return e=I(e,new re),Fe(ee(e.era,e.year),e.month,e.day,e.hour,e.minute,e.second,e.millisecond)}function Fe(e,t,n,r,i,a,o){let s=new Date;return s.setUTCHours(r,i,a,o),s.setUTCFullYear(e,t-1,n),s.getTime()}function Ie(e,t){if(t===`UTC`)return 0;if(e>0&&t===be()&&!xe())return new Date(e).getTimezoneOffset()*-6e4;let{year:n,month:r,day:i,hour:a,minute:o,second:s}=Re(e,t);return Fe(n,r,i,a,o,s,0)-Math.floor(e/1e3)*1e3}var Le=new Map;function Re(e,t){let n=Le.get(t);n||(n=new Intl.DateTimeFormat(`en-US`,{timeZone:t,hour12:!1,era:`short`,year:`numeric`,month:`numeric`,day:`numeric`,hour:`numeric`,minute:`numeric`,second:`numeric`}),Le.set(t,n));let r=n.formatToParts(new Date(e)),i={};for(let e of r)e.type!==`literal`&&(i[e.type]=e.value);return{year:i.era===`BC`||i.era===`B`?-i.year+1:+i.year,month:+i.month,day:+i.day,hour:i.hour===`24`?0:+i.hour,minute:+i.minute,second:+i.second}}var ze=864e5;function Be(e,t){let n=M(e);return Ve(e,t,n-Ie(n-ze,t),n-Ie(n+ze,t))}function Ve(e,t,n,r){return(n===r?[n]:[n,r]).filter(n=>He(e,t,n))}function He(e,t,n){let r=Re(n,t);return e.year===r.year&&e.month===r.month&&e.day===r.day&&e.hour===r.hour&&e.minute===r.minute&&e.second===r.second}function N(e,t,n=`compatible`){let r=F(e);if(t===`UTC`)return M(r);if(t===be()&&n===`compatible`&&!xe()){r=I(r,new re);let e=new Date,t=ee(r.era,r.year);return e.setFullYear(t,r.month-1,r.day),e.setHours(r.hour,r.minute,r.second,r.millisecond),e.getTime()}let i=M(r),a=Ie(i-ze,t),o=Ie(i+ze,t),s=Ve(r,t,i-a,i-o);if(s.length===1)return s[0];if(s.length>1)switch(n){case`compatible`:case`earlier`:return s[0];case`later`:return s[s.length-1];case`reject`:throw RangeError(`Multiple possible absolute times found`)}switch(n){case`earlier`:return Math.min(i-a,i-o);case`compatible`:case`later`:return Math.max(i-a,i-o);case`reject`:throw RangeError(`No such absolute time found`)}}function Ue(e,t,n=`compatible`){return new Date(N(e,t,n))}function P(e,t){let n=Ie(e,t),r=new Date(e+n),i=r.getUTCFullYear(),a=r.getUTCMonth()+1,o=r.getUTCDate(),s=r.getUTCHours(),c=r.getUTCMinutes(),l=r.getUTCSeconds(),u=r.getUTCMilliseconds();return new jt(i<1?`BC`:`AD`,i<1?-i+1:i,a,o,t,n,s,c,l,u)}function We(e){return new kt(e.calendar,e.era,e.year,e.month,e.day)}function F(e,t){let n=0,r=0,i=0,a=0;if(`timeZone`in e)({hour:n,minute:r,second:i,millisecond:a}=e);else if(`hour`in e&&!t)return e;return t&&({hour:n,minute:r,second:i,millisecond:a}=t),new At(e.calendar,e.era,e.year,e.month,e.day,n,r,i,a)}function I(e,t){if(ue(e.calendar,t))return e;let n=t.fromJulianDay(e.calendar.toJulianDay(e)),r=e.copy();return r.calendar=t,r.era=n.era,r.year=n.year,r.month=n.month,r.day=n.day,et(r),r}function Ge(e,t,n){return e instanceof jt?e.timeZone===t?e:qe(e,t):P(N(e,t,n),t)}function Ke(e){let t=M(e)-e.offset;return new Date(t)}function qe(e,t){return I(P(M(e)-e.offset,t),e.calendar)}var Je=36e5;function Ye(e,t){let n=e.copy(),r=`hour`in n?ct(n,t):0;Xe(n,t.years||0),n.calendar.balanceYearMonth&&n.calendar.balanceYearMonth(n,e),n.month+=t.months||0,Ze(n),$e(n),n.day+=(t.weeks||0)*7,n.day+=t.days||0,n.day+=r,Qe(n),n.calendar.balanceDate&&n.calendar.balanceDate(n),n.year<1&&(n.year=1,n.month=1,n.day=1);let i=n.calendar.getYearsInEra(n);if(n.year>i){let e=n.calendar.isInverseEra?.(n);n.year=i,n.month=e?1:n.calendar.getMonthsInYear(n),n.day=e?1:n.calendar.getDaysInMonth(n)}n.month<1&&(n.month=1,n.day=1);let a=n.calendar.getMonthsInYear(n);return n.month>a&&(n.month=a,n.day=n.calendar.getDaysInMonth(n)),n.day=Math.max(1,Math.min(n.calendar.getDaysInMonth(n),n.day)),n}function Xe(e,t){e.calendar.isInverseEra?.(e)&&(t=-t),e.year+=t}function Ze(e){for(;e.month<1;)Xe(e,-1),e.month+=e.calendar.getMonthsInYear(e);let t=0;for(;e.month>(t=e.calendar.getMonthsInYear(e));)e.month-=t,Xe(e,1)}function Qe(e){for(;e.day<1;)e.month--,Ze(e),e.day+=e.calendar.getDaysInMonth(e);for(;e.day>e.calendar.getDaysInMonth(e);)e.day-=e.calendar.getDaysInMonth(e),e.month++,Ze(e)}function $e(e){e.month=Math.max(1,Math.min(e.calendar.getMonthsInYear(e),e.month)),e.day=Math.max(1,Math.min(e.calendar.getDaysInMonth(e),e.day))}function et(e){e.calendar.constrainDate&&e.calendar.constrainDate(e),e.year=Math.max(1,Math.min(e.calendar.getYearsInEra(e),e.year)),$e(e)}function tt(e){let t={};for(let n in e)typeof e[n]==`number`&&(t[n]=-e[n]);return t}function nt(e,t){return Ye(e,tt(t))}function rt(e,t){let n=e.copy();return t.era!=null&&(n.era=t.era),t.year!=null&&(n.year=t.year),t.month!=null&&(n.month=t.month),t.day!=null&&(n.day=t.day),et(n),n}function it(e,t){let n=e.copy();return t.hour!=null&&(n.hour=t.hour),t.minute!=null&&(n.minute=t.minute),t.second!=null&&(n.second=t.second),t.millisecond!=null&&(n.millisecond=t.millisecond),ot(n),n}function at(e){e.second+=Math.floor(e.millisecond/1e3),e.millisecond=st(e.millisecond,1e3),e.minute+=Math.floor(e.second/60),e.second=st(e.second,60),e.hour+=Math.floor(e.minute/60),e.minute=st(e.minute,60);let t=Math.floor(e.hour/24);return e.hour=st(e.hour,24),t}function ot(e){e.millisecond=Math.max(0,Math.min(e.millisecond,1e3)),e.second=Math.max(0,Math.min(e.second,59)),e.minute=Math.max(0,Math.min(e.minute,59)),e.hour=Math.max(0,Math.min(e.hour,23))}function st(e,t){let n=e%t;return n<0&&(n+=t),n}function ct(e,t){return e.hour+=t.hours||0,e.minute+=t.minutes||0,e.second+=t.seconds||0,e.millisecond+=t.milliseconds||0,at(e)}function lt(e,t,n,r){let i=e.copy();switch(t){case`era`:{let t=e.calendar.getEras(),a=t.indexOf(e.era);if(a<0)throw Error(`Invalid era: `+e.era);a=L(a,n,0,t.length-1,r?.round),i.era=t[a],et(i);break}case`year`:i.calendar.isInverseEra?.(i)&&(n=-n),i.year=L(e.year,n,-1/0,9999,r?.round),i.year===-1/0&&(i.year=1),i.calendar.balanceYearMonth&&i.calendar.balanceYearMonth(i,e);break;case`month`:i.month=L(e.month,n,1,e.calendar.getMonthsInYear(e),r?.round);break;case`day`:i.day=L(e.day,n,1,e.calendar.getDaysInMonth(e),r?.round);break;default:throw Error(`Unsupported field `+t)}return e.calendar.balanceDate&&e.calendar.balanceDate(i),et(i),i}function ut(e,t,n,r){let i=e.copy();switch(t){case`hour`:{let t=e.hour,a=0,o=23;if(r?.hourCycle===12){let e=t>=12;a=e?12:0,o=e?23:11}i.hour=L(t,n,a,o,r?.round);break}case`minute`:i.minute=L(e.minute,n,0,59,r?.round);break;case`second`:i.second=L(e.second,n,0,59,r?.round);break;case`millisecond`:i.millisecond=L(e.millisecond,n,0,999,r?.round);break;default:throw Error(`Unsupported field `+t)}return i}function L(e,t,n,r,i=!1){if(i){e+=Math.sign(t),e<n&&(e=r);let i=Math.abs(t);e=t>0?Math.ceil(e/i)*i:Math.floor(e/i)*i,e>r&&(e=n)}else e+=t,e<n?e=r-(n-e-1):e>r&&(e=n+(e-r-1));return e}function dt(e,t){let n;return n=t.years!=null&&t.years!==0||t.months!=null&&t.months!==0||t.weeks!=null&&t.weeks!==0||t.days!=null&&t.days!==0?N(Ye(F(e),{years:t.years,months:t.months,weeks:t.weeks,days:t.days}),e.timeZone):M(e)-e.offset,n+=t.milliseconds||0,n+=(t.seconds||0)*1e3,n+=(t.minutes||0)*6e4,n+=(t.hours||0)*36e5,I(P(n,e.timeZone),e.calendar)}function ft(e,t){return dt(e,tt(t))}function pt(e,t,n,r){switch(t){case`hour`:{let t=0,i=23;if(r?.hourCycle===12){let n=e.hour>=12;t=n?12:0,i=n?23:11}let a=F(e),o=I(it(a,{hour:t}),new re),s=[N(o,e.timeZone,`earlier`),N(o,e.timeZone,`later`)].filter(t=>P(t,e.timeZone).day===o.day)[0],c=I(it(a,{hour:i}),new re),l=[N(c,e.timeZone,`earlier`),N(c,e.timeZone,`later`)].filter(t=>P(t,e.timeZone).day===c.day).pop(),u=M(e)-e.offset,d=Math.floor(u/Je),f=u%Je;return u=L(d,n,Math.floor(s/Je),Math.floor(l/Je),r?.round)*Je+f,I(P(u,e.timeZone),e.calendar)}case`minute`:case`second`:case`millisecond`:return ut(e,t,n,r);case`era`:case`year`:case`month`:case`day`:return I(P(N(lt(F(e),t,n,r),e.timeZone),e.timeZone),e.calendar);default:throw Error(`Unsupported field `+t)}}function mt(e,t,n){let r=F(e),i=it(rt(r,t),t);return i.compare(r)===0?e:I(P(N(i,e.timeZone,n),e.timeZone),e.calendar)}var ht=/^([+-]\d{6}|\d{4})-(\d{2})-(\d{2})$/,gt=/^([+-]\d{6}|\d{4})-(\d{2})-(\d{2})(?:T(\d{2}))?(?::(\d{2}))?(?::(\d{2}))?(\.\d+)?$/,_t=/^([+-]\d{6}|\d{4})-(\d{2})-(\d{2})(?:T(\d{2}))?(?::(\d{2}))?(?::(\d{2}))?(\.\d+)?(?:([+-]\d{2})(?::?(\d{2}))?(?::?(\d{2}))?)?\[(.*?)\]$/,vt=/^([+-]\d{6}|\d{4})-(\d{2})-(\d{2})(?:T(\d{2}))?(?::(\d{2}))?(?::(\d{2}))?(\.\d+)?(?:(?:([+-]\d{2})(?::?(\d{2}))?)|Z)$/;function yt(e){let t=e.match(ht);if(!t)throw vt.test(e)?Error(`Invalid ISO 8601 date string: ${e}. Use parseAbsolute() instead.`):Error(`Invalid ISO 8601 date string: `+e);let n=new kt(R(t[1],0,9999),R(t[2],1,12),1);return n.day=R(t[3],1,n.calendar.getDaysInMonth(n)),n}function bt(e){let t=e.match(gt);if(!t)throw vt.test(e)?Error(`Invalid ISO 8601 date time string: ${e}. Use parseAbsolute() instead.`):Error(`Invalid ISO 8601 date time string: `+e);let n=R(t[1],-9999,9999),r=new At(n<1?`BC`:`AD`,n<1?-n+1:n,R(t[2],1,12),1,t[4]?R(t[4],0,23):0,t[5]?R(t[5],0,59):0,t[6]?R(t[6],0,59):0,t[7]?R(t[7],0,1/0)*1e3:0);return r.day=R(t[3],0,r.calendar.getDaysInMonth(r)),r}function xt(e,t){let n=e.match(_t);if(!n)throw Error(`Invalid ISO 8601 date time string: `+e);let r=R(n[1],-9999,9999),i=new jt(r<1?`BC`:`AD`,r<1?-r+1:r,R(n[2],1,12),1,n[11],0,n[4]?R(n[4],0,23):0,n[5]?R(n[5],0,59):0,n[6]?R(n[6],0,59):0,n[7]?R(n[7],0,1/0)*1e3:0);i.day=R(n[3],0,i.calendar.getDaysInMonth(i));let a=F(i),o;if(n[8]){let e=R(n[8],-23,23);if(i.offset=Math.sign(e)*(Math.abs(e)*36e5+R(n[9]??`0`,0,59)*6e4+R(n[10]??`0`,0,59)*1e3),o=M(i)-i.offset,!Be(a,i.timeZone).includes(o))throw Error(`Offset ${Et(i.offset)} is invalid for ${Tt(i)} in ${i.timeZone}`)}else o=N(F(a),i.timeZone,t);return P(o,i.timeZone)}function St(e,t){let n=e.match(vt);if(!n)throw Error(`Invalid ISO 8601 date time string: `+e);let r=R(n[1],-9999,9999),i=new jt(r<1?`BC`:`AD`,r<1?-r+1:r,R(n[2],1,12),1,t,0,n[4]?R(n[4],0,23):0,n[5]?R(n[5],0,59):0,n[6]?R(n[6],0,59):0,n[7]?R(n[7],0,1/0)*1e3:0);return i.day=R(n[3],0,i.calendar.getDaysInMonth(i)),n[8]&&(i.offset=R(n[8],-23,23)*36e5+R(n[9]??`0`,0,59)*6e4),qe(i,t)}function R(e,t,n){let r=Number(e);if(r<t||r>n)throw RangeError(`Value out of range: ${t} <= ${r} <= ${n}`);return r}function Ct(e){return`${String(e.hour).padStart(2,`0`)}:${String(e.minute).padStart(2,`0`)}:${String(e.second).padStart(2,`0`)}${e.millisecond?String(e.millisecond/1e3).slice(1):``}`}function wt(e){let t=I(e,new re),n;return n=t.era===`BC`?t.year===1?`0000`:`-`+String(Math.abs(1-t.year)).padStart(6,`00`):String(t.year).padStart(4,`0`),`${n}-${String(t.month).padStart(2,`0`)}-${String(t.day).padStart(2,`0`)}`}function Tt(e){return`${wt(e)}T${Ct(e)}`}function Et(e){let t=Math.sign(e)<0?`-`:`+`;e=Math.abs(e);let n=Math.floor(e/36e5),r=Math.floor(e%36e5/6e4),i=Math.floor(e%36e5%6e4/1e3),a=`${t}${String(n).padStart(2,`0`)}:${String(r).padStart(2,`0`)}`;return i!==0&&(a+=`:${String(i).padStart(2,`0`)}`),a}function Dt(e){return`${Tt(e)}${Et(e.offset)}[${e.timeZone}]`}function Ot(e){let t=typeof e[0]==`object`?e.shift():new re,n;if(typeof e[0]==`string`)n=e.shift();else{let e=t.getEras();n=e[e.length-1]}let r=e.shift(),i=e.shift(),a=e.shift();return[t,n,r,i,a]}var kt=class e{constructor(...e){let[t,n,r,i,a]=Ot(e);this.calendar=t,this.era=n,this.year=r,this.month=i,this.day=a,et(this)}copy(){return this.era?new e(this.calendar,this.era,this.year,this.month,this.day):new e(this.calendar,this.year,this.month,this.day)}add(e){return Ye(this,e)}subtract(e){return nt(this,e)}set(e){return rt(this,e)}cycle(e,t,n){return lt(this,e,t,n)}toDate(e){return Ue(this,e)}toString(){return wt(this)}compare(e){return he(this,e)}},At=class e{constructor(...e){let[t,n,r,i,a]=Ot(e);this.calendar=t,this.era=n,this.year=r,this.month=i,this.day=a,this.hour=e.shift()||0,this.minute=e.shift()||0,this.second=e.shift()||0,this.millisecond=e.shift()||0,et(this)}copy(){return this.era?new e(this.calendar,this.era,this.year,this.month,this.day,this.hour,this.minute,this.second,this.millisecond):new e(this.calendar,this.year,this.month,this.day,this.hour,this.minute,this.second,this.millisecond)}add(e){return Ye(this,e)}subtract(e){return nt(this,e)}set(e){return rt(it(this,e),e)}cycle(e,t,n){switch(e){case`era`:case`year`:case`month`:case`day`:return lt(this,e,t,n);default:return ut(this,e,t,n)}}toDate(e,t){return Ue(this,e,t)}toString(){return Tt(this)}compare(e){let t=he(this,e);return t===0?ge(this,F(e)):t}},jt=class e{constructor(...e){let[t,n,r,i,a]=Ot(e),o=e.shift(),s=e.shift();this.calendar=t,this.era=n,this.year=r,this.month=i,this.day=a,this.timeZone=o,this.offset=s,this.hour=e.shift()||0,this.minute=e.shift()||0,this.second=e.shift()||0,this.millisecond=e.shift()||0,et(this)}copy(){return this.era?new e(this.calendar,this.era,this.year,this.month,this.day,this.timeZone,this.offset,this.hour,this.minute,this.second,this.millisecond):new e(this.calendar,this.year,this.month,this.day,this.timeZone,this.offset,this.hour,this.minute,this.second,this.millisecond)}add(e){return dt(this,e)}subtract(e){return ft(this,e)}set(e,t){return mt(this,e,t)}cycle(e,t,n){return pt(this,e,t,n)}toDate(){return Ke(this)}toString(){return Dt(this)}toAbsoluteString(){return this.toDate().toISOString()}compare(e){return this.toDate().getTime()-Ge(e,this.timeZone).toDate().getTime()}},Mt=new Map,z=class{constructor(e,t={}){this.formatter=Pt(e,t),this.options=t}format(e){return this.formatter.format(e)}formatToParts(e){return this.formatter.formatToParts(e)}formatRange(e,t){if(typeof this.formatter.formatRange==`function`)return this.formatter.formatRange(e,t);if(t<e)throw RangeError(`End date must be >= start date`);return`${this.formatter.format(e)} \u{2013} ${this.formatter.format(t)}`}formatRangeToParts(e,t){if(typeof this.formatter.formatRangeToParts==`function`)return this.formatter.formatRangeToParts(e,t);if(t<e)throw RangeError(`End date must be >= start date`);let n=this.formatter.formatToParts(e),r=this.formatter.formatToParts(t);return[...n.map(e=>({...e,source:`startRange`})),{type:`literal`,value:` – `,source:`shared`},...r.map(e=>({...e,source:`endRange`}))]}resolvedOptions(){let e=this.formatter.resolvedOptions();return Rt()&&(this.resolvedHourCycle||=zt(e.locale,this.options),e.hourCycle=this.resolvedHourCycle,e.hour12=this.resolvedHourCycle===`h11`||this.resolvedHourCycle===`h12`),e.calendar===`ethiopic-amete-alem`&&(e.calendar=`ethioaa`),e}},Nt={true:{ja:`h11`},false:{}};function Pt(e,t={}){if(typeof t.hour12==`boolean`&&It()){t={...t};let n=Nt[String(t.hour12)][e.split(`-`)[0]],r=t.hour12?`h12`:`h23`;t.hourCycle=n??r,delete t.hour12}let n=e+(t?Object.entries(t).sort((e,t)=>e[0]<t[0]?-1:1).join():``);if(Mt.has(n))return Mt.get(n);let r=new Intl.DateTimeFormat(e,t);return Mt.set(n,r),r}var Ft=null;function It(){return Ft??=new Intl.DateTimeFormat(`en-US`,{hour:`numeric`,hour12:!1}).format(new Date(2020,2,3,0))===`24`,Ft}var Lt=null;function Rt(){return Lt??=new Intl.DateTimeFormat(`fr`,{hour:`numeric`,hour12:!1}).resolvedOptions().hourCycle===`h12`,Lt}function zt(e,t){if(!t.timeStyle&&!t.hour)return;e=e.replace(/(-u-)?-nu-[a-zA-Z0-9]+/,``),e+=(e.includes(`-u-`)?``:`-u`)+`-nu-latn`;let n=Pt(e,{...t,timeZone:void 0}),r=parseInt(n.formatToParts(new Date(2020,2,3,0)).find(e=>e.type===`hour`).value,10),i=parseInt(n.formatToParts(new Date(2020,2,3,23)).find(e=>e.type===`hour`).value,10);if(r===0&&i===23)return`h23`;if(r===24&&i===23)return`h24`;if(r===0&&i===11)return`h11`;if(r===12&&i===11)return`h12`;throw Error(`Unexpected hour cycle result`)}function Bt(e,t,n,r,i){let a={};for(let e in t){let n=e,r=t[n];r!=null&&(a[n]=Math.floor(r/2),a[n]>0&&r%2==0&&a[n]--)}return Ut(e,Vt(e,t,n).subtract(a),t,n,r,i)}function Vt(e,t,n,r,i){let a=e;return t.years?a=Ce(e):t.months?a=A(e):t.weeks&&(a=j(e,n)),Ut(e,a,t,n,r,i)}function Ht(e,t,n,r,i){let a={...t};return a.days?a.days--:a.weeks?a.weeks--:a.months?a.months--:a.years&&a.years--,Ut(e,Vt(e,t,n).subtract(a),t,n,r,i)}function Ut(e,t,n,r,i,a){return i&&e.compare(i)>=0&&(t=Me(t,Vt(We(i),n,r))),a&&e.compare(a)<=0&&(t=je(t,Ht(We(a),n,r))),t}function B(e,t,n){let r=We(e),i=t?We(t):void 0,a=n?We(n):void 0,o=r;return i&&(o=Me(o,i)),a&&(o=je(o,a)),o.compare(r)===0?e:`hour`in e?e.set({year:o.year,month:o.month,day:o.day}):o}function Wt(e,t,n,r,i,a){switch(t){case`start`:return Vt(e,n,r,i,a);case`end`:return Ht(e,n,r,i,a);default:return Bt(e,n,r,i,a)}}function V(e,t){return e==null||t==null?e===t:!(`hour`in e)&&!(`hour`in t)?O(e,t):F(e).compare(F(t))===0}function Gt(e,t,n,r,i){return e?t?.(e,n)?!0:H(e,r,i):!1}function H(e,t,n){return t!=null&&e.compare(t)<0||n!=null&&e.compare(n)>0}function Kt(e,t,n){let r=e.subtract({days:1});return O(r,e)||H(r,t,n)}function qt(e,t,n){let r=e.add({days:1});return O(r,e)||H(r,t,n)}function Jt(e){let t={...e};for(let e in t)t[e]=1;return t}function Yt(e,t){let n={...t};return n.days?n.days--:n.days=-1,e.add(n)}function Xt(e){if(!e)return;let t=e.calendar.identifier;return t===`gregory`||t===`iso8601`?e.era===`BC`?`short`:void 0:`short`}function Zt(e,t,n){let r=n??F(me(t));return new z(e,{weekday:`long`,month:`long`,year:`numeric`,day:`numeric`,era:Xt(r),calendar:r.calendar.identifier,timeZone:t})}function Qt(e,t,n){let r=n??me(t);return new z(e,{month:`long`,year:`numeric`,era:Xt(r),calendar:r.calendar.identifier,timeZone:t})}function $t(e,t,n,r,i){let a=n.formatRangeToParts(e.toDate(i),t.toDate(i)),o=-1;for(let e=0;e<a.length;e++){let t=a[e];if(t.source===`shared`&&t.type===`literal`)o=e;else if(t.source===`endRange`)break}let s=``,c=``;for(let e=0;e<a.length;e++)e<o?s+=a[e].value:e>o&&(c+=a[e].value);return r(s,c)}function en(e,t,n,r){if(!e)return``;let i=e,a=t??e,o=Zt(n,r);return O(i,a)?o.format(i.toDate(r)):$t(i,a,o,(e,t)=>`${e} \u2013 ${t}`,r)}var tn=[`sun`,`mon`,`tue`,`wed`,`thu`,`fri`,`sat`];function nn(e){return e==null?void 0:tn[e]}function rn(e,t,n){return j(e,t,nn(n))}function an(e,t,n,r){let i=t.add({weeks:e}),a=[],o=rn(i,n,r);for(;a.length<7;){a.push(o);let e=o.add({days:1});if(O(o,e))break;o=e}return a}function on(e,t,n,r){let i=nn(r),a=n??Ae(e,t,i);return[...Array(a).keys()].map(n=>an(n,e,t,r))}function sn(e,t){let n=new z(e,{weekday:`long`,timeZone:t}),r=new z(e,{weekday:`short`,timeZone:t}),i=new z(e,{weekday:`narrow`,timeZone:t});return e=>{let a=e instanceof Date?e:e.toDate(t);return{value:e,short:r.format(a),long:n.format(a),narrow:i.format(a)}}}function cn(e,t,n,r){let i=rn(e,r,t),a=[...Array(7).keys()],o=sn(r,n);return a.map(e=>o(i.add({days:e})))}function ln(e,t=`long`,n){if(!n||n.calendar.identifier===`gregory`||n.calendar.identifier===`iso8601`){let n=new Date(2021,0,1),r=[];for(let i=0;i<12;i++)r.push(n.toLocaleString(e,{month:t})),n.setMonth(n.getMonth()+1);return r}let r=n.calendar.getMonthsInYear(n),i=new z(e,{month:t,calendar:n.calendar.identifier}),a=[];for(let e=1;e<=r;e++){let t=n.set({month:e});a.push(i.format(t.toDate(`UTC`)))}return a}function un(e,t){let n=j(e,t,`mon`),r=n.year,i=j(n.set({month:1,day:4}),t,`mon`),a=n.calendar.toJulianDay(n),o=i.calendar.toJulianDay(i);if(a>=o)return 1+Math.floor((a-o)/7);let s=j(n.set({year:r-1,month:1,day:4}),t,`mon`),c=s.calendar.toJulianDay(s);return 1+Math.floor((a-c)/7)}function dn(e){let t=[];for(let n=e.from;n<=e.to;n+=1)t.push(n);return t}var fn=1900,pn=2099;function mn(e,t,n){let r=e.calendar;return{from:t?.year??I(new kt(fn,1,1),r).year,to:n?.year??I(new kt(pn,12,31),r).year}}var hn=10;function gn(e){if(e){if(e.length===3)return e.padEnd(4,`0`);if(e.length===2){let t=new Date().getFullYear(),n=Math.floor(t/100)*100+parseInt(e.slice(-2),10);return n>t+hn?(n-100).toString():n.toString()}return e}}function _n(e,t){let n=t?.strict?10:12,r=e-e%10,i=[];for(let e=0;e<n;e+=1){let t=r+e;i.push(t)}return i}function vn(e,t){let n=me(e??be());return t?I(n,t):n}function yn(e,t,n,r){return function(i){let{startDate:a,focusedDate:o}=i,s=Yt(a,e);return H(o,n,r)?{startDate:a,focusedDate:B(o,n,r),endDate:s}:o.compare(a)<0?{startDate:Ht(o,e,t,n,r),focusedDate:B(o,n,r),endDate:s}:o.compare(s)>0?{startDate:Vt(o,e,t,n,r),endDate:s,focusedDate:B(o,n,r)}:{startDate:a,endDate:s,focusedDate:B(o,n,r)}}}function bn(e,t,n,r,i,a){let o=yn(n,r,i,a),s=t.add(n);return o({focusedDate:e.add(n),startDate:Vt(Ut(e,s,n,r,i,a),n,r)})}function xn(e,t,n,r,i,a){let o=yn(n,r,i,a),s=t.subtract(n);return o({focusedDate:e.subtract(n),startDate:Vt(Ut(e,s,n,r,i,a),n,r)})}function Sn(e,t,n,r,i,a,o){let s=yn(r,i,a,o);if(!n&&!r.days)return s({focusedDate:e.add(Jt(r)),startDate:t});if(r.days)return bn(e,t,r,i,a,o);if(r.weeks)return s({focusedDate:e.add({months:1}),startDate:t});if(r.months||r.years)return s({focusedDate:e.add({years:1}),startDate:t})}function Cn(e,t,n,r,i,a,o){let s=yn(r,i,a,o);if(!n&&!r.days)return s({focusedDate:e.subtract(Jt(r)),startDate:t});if(r.days)return xn(e,t,r,i,a,o);if(r.weeks)return s({focusedDate:e.subtract({months:1}),startDate:t});if(r.months||r.years)return s({focusedDate:e.subtract({years:1}),startDate:t})}var wn=new Map;function Tn(e){let t=wn.get(e);return t??(t=`0123456789`+new Intl.NumberFormat(e,{useGrouping:!1}).format(1234567890),wn.set(e,t),t)}var En=(e,t)=>t?Tn(t).includes(e):/\d/.test(e),Dn=(e,t,n)=>!e||e.length!==1||En(e,n)||t.includes(e),On=(e,t,n)=>e.split(``).filter(e=>Dn(e,t,n)).join(``),kn=new Map;function An(e){let t=kn.get(e);if(t!=null)return t;let n=new Intl.DateTimeFormat(e).formatToParts(new Date).find(e=>e.type===`literal`);return t=n?n.value:`/`,kn.set(e,t),t}var jn=e=>e!=null&&e.length===4,Mn=e=>e!=null&&parseFloat(e)<=12,Nn=e=>e!=null&&parseFloat(e)<=31;function Pn(e,t,n){let{year:r,month:i,day:a}=In(Fn(t,n),e)??{};if(r!=null||i!=null||a!=null){let e=new Date;r||=e.getFullYear().toString(),i||=(e.getMonth()+1).toString(),a||=e.getDate().toString()}if(jn(r)||(r=gn(r)),jn(r)&&Mn(i)&&Nn(a))return new kt(+r,+i,+a);let o=Date.parse(e);if(!isNaN(o)){let e=new Date(o);return new kt(e.getFullYear(),e.getMonth()+1,e.getDate())}}function Fn(e,t){return new z(e,{day:`numeric`,month:`numeric`,year:`numeric`,timeZone:t}).formatToParts(new Date(2e3,11,25)).map(({type:e,value:t})=>e===`literal`?`${t}?`:`((?!=<${e}>)\\d+)?`).join(``)}function In(e,t){let n=t.match(e);return e.toString().match(/<(.+?)>/g)?.map(e=>{let t=e.match(/<(.+)>/);return!t||t.length<=0?null:e.match(/<(.+)>/)?.[1]}).reduce((e,t,r)=>(t&&(e[t]=n&&n.length>r?n[r+1]:null),e),{})}function Ln(e,t,n){let r=We(pe(n));switch(e){case`thisWeek`:return[j(r,t),Te(r,t)];case`thisMonth`:return[A(r),r];case`thisQuarter`:return[A(r).add({months:-((r.month-1)%3)}),r];case`thisYear`:return[Ce(r),r];case`last3Days`:return[r.add({days:-2}),r];case`last7Days`:return[r.add({days:-6}),r];case`last14Days`:return[r.add({days:-13}),r];case`last30Days`:return[r.add({days:-29}),r];case`last90Days`:return[r.add({days:-89}),r];case`lastMonth`:return[A(r.add({months:-1})),Se(r.add({months:-1}))];case`lastQuarter`:return[A(r.add({months:-((r.month-1)%3)-3})),Se(r.add({months:-((r.month-1)%3)-1}))];case`lastWeek`:return[j(r,t).add({weeks:-1}),Te(r,t).add({weeks:-1})];case`lastYear`:return[Ce(r.add({years:-1})),we(r.add({years:-1}))];default:throw Error(`Invalid date range preset: ${e}`)}}var Rn=Object.defineProperty,zn=(e,t,n)=>t in e?Rn(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,Bn=(e,t,n)=>zn(e,typeof t==`symbol`?t:t+``,n),Vn=()=>void 0,Hn=e=>typeof e==`object`&&!!e,U=e=>e?``:void 0,W=e=>e?`true`:void 0,Un=1,Wn=9,Gn=11,G=e=>Hn(e)&&e.nodeType===Un&&typeof e.nodeName==`string`,Kn=e=>Hn(e)&&e.nodeType===Wn,qn=e=>Hn(e)&&e===e.window,Jn=e=>G(e)?e.localName||``:`#document`;function Yn(e){return[`html`,`body`,`#document`].includes(Jn(e))}var Xn=e=>Hn(e)&&e.nodeType!==void 0,Zn=e=>Xn(e)&&e.nodeType===Gn&&`host`in e,Qn=e=>G(e)?e.offsetWidth>0||e.offsetHeight>0||e.getClientRects().length>0:!1;function $n(e){return e?ir(e.getRootNode())===e:!1}function er(e,t){if(!e||!t||!G(e)||!Xn(t))return!1;if(G(t)&&e===t||e.contains(t))return!0;let n=t.getRootNode?.();if(n&&Zn(n)){let n=t;for(;n;){if(e===n)return!0;n=n.parentNode||n.host}}return!1}function tr(e){return Kn(e)?e:qn(e)?e.document:e?.ownerDocument??document}function nr(e){return tr(e).documentElement}function rr(e){return Zn(e)?rr(e.host):Kn(e)?e.defaultView??window:G(e)?e.ownerDocument?.defaultView??window:window}function ir(e){let t=e.activeElement;for(;t?.shadowRoot;){let e=t.shadowRoot.activeElement;if(!e||e===t)break;t=e}return t}function ar(e){if(Jn(e)===`html`)return e;let t=e.assignedSlot||e.parentNode||Zn(e)&&e.host||nr(e);return Zn(t)?t.host:t}function or(e){let t;try{if(t=e.getRootNode({composed:!0}),Kn(t)||Zn(t))return t}catch{}return e.ownerDocument??document}var sr=new WeakMap;function cr(e){return sr.has(e)||sr.set(e,rr(e).getComputedStyle(e)),sr.get(e)}var lr=new Set([`menu`,`listbox`,`dialog`,`grid`,`tree`,`region`,`application`]),ur=e=>lr.has(e),dr=e=>e.getAttribute(`aria-controls`)?.split(` `)||[];function fr(e,t){let n=new Set,r=or(e),i=e=>{let a=e.querySelectorAll(`[aria-controls]`);for(let e of a){if(e.getAttribute(`aria-expanded`)!==`true`)continue;let a=dr(e);for(let e of a){if(!e||n.has(e))continue;n.add(e);let a=r.getElementById(e);if(a){let e=a.getAttribute(`role`),n=a.getAttribute(`aria-modal`)===`true`;if(e&&ur(e)&&!n&&(a===t||a.contains(t)||i(a)))return!0}}}return!1};return i(e)}var pr=()=>typeof document<`u`;function mr(){return navigator.userAgentData?.platform??navigator.platform}var hr=e=>pr()&&e.test(mr()),gr=()=>pr()&&!!navigator.maxTouchPoints,_r=()=>hr(/^iPhone/i),vr=()=>hr(/^iPad/i)||br()&&navigator.maxTouchPoints>1,yr=()=>_r()||vr(),br=()=>hr(/^Mac/i);function xr(e){return e.composedPath?.()??e.nativeEvent?.composedPath?.()}function Sr(e){return xr(e)?.[0]??e.target}function Cr(e){return Or(e).isComposing||e.keyCode===229}var wr=e=>e.button===2||br()&&e.ctrlKey&&e.button===0,Tr={Up:`ArrowUp`,Down:`ArrowDown`,Esc:`Escape`," ":`Space`,",":`Comma`,Left:`ArrowLeft`,Right:`ArrowRight`},Er={ArrowLeft:`ArrowRight`,ArrowRight:`ArrowLeft`};function Dr(e,t={}){let{dir:n=`ltr`,orientation:r=`horizontal`}=t,i=e.key;return i=Tr[i]??i,n===`rtl`&&r===`horizontal`&&i in Er&&(i=Er[i]),i}function Or(e){return e.nativeEvent??e}var kr=(e,t,n,r)=>{let i=typeof e==`function`?e():e;return i?.addEventListener(t,n,r),()=>{i?.removeEventListener(t,n,r)}};function Ar(e,t){let{type:n=`HTMLInputElement`,property:r=`value`}=t,i=rr(e)[n].prototype;return Object.getOwnPropertyDescriptor(i,r)??{}}function jr(e){if(e.localName===`input`)return`HTMLInputElement`;if(e.localName===`textarea`)return`HTMLTextAreaElement`;if(e.localName===`select`)return`HTMLSelectElement`}function Mr(e,t,n=`value`){if(!e)return;let r=jr(e);r&&Ar(e,{type:r,property:n}).set?.call(e,t),e.setAttribute(n,t)}var Nr=`input:not([type='hidden']):not([disabled]), select:not([disabled]), textarea:not([disabled]), a[href], button:not([disabled]), [tabindex], iframe, object, embed, area[href], audio[controls], video[controls], [contenteditable]:not([contenteditable='false']), details > summary:first-of-type`;function Pr(e){return!G(e)||e.closest(`[inert]`)?!1:e.matches(Nr)&&Qn(e)}var Fr=class e{constructor(){Bn(this,`id`,null),Bn(this,`fn_cleanup`),Bn(this,`cleanup`,()=>{this.cancel()})}static create(){return new e}request(e){this.cancel(),this.id=globalThis.requestAnimationFrame(()=>{this.id=null,this.fn_cleanup=e?.()})}cancel(){this.id!==null&&(globalThis.cancelAnimationFrame(this.id),this.id=null),this.fn_cleanup?.(),this.fn_cleanup=void 0}isActive(){return this.id!==null}};function K(e){let t=Fr.create();return t.request(e),t.cleanup}function Ir(e){let t=new Set;function n(e){let n=globalThis.requestAnimationFrame(e);t.add(()=>globalThis.cancelAnimationFrame(n))}return n(()=>n(e)),function(){t.forEach(e=>e())}}function Lr(e){let t=ar(e);return Yn(t)?tr(t).body:G(t)&&Br(t)?t:Lr(t)}var Rr=/auto|scroll|overlay|hidden|clip/,zr=new Set([`inline`,`contents`]);function Br(e){let{overflow:t,overflowX:n,overflowY:r,display:i}=rr(e).getComputedStyle(e);return Rr.test(t+r+n)&&!zr.has(i)}var Vr=`default`,Hr=``,Ur=new WeakMap;function Wr(e={}){let{target:t,doc:n}=e,r=n??document,i=r.documentElement;return yr()?(Vr==="default"&&(Hr=i.style.webkitUserSelect,i.style.webkitUserSelect=`none`),Vr=`disabled`):t&&(Ur.set(t,t.style.userSelect),t.style.userSelect=`none`),()=>Gr({target:t,doc:r})}function Gr(e={}){let{target:t,doc:n}=e,r=(n??document).documentElement;if(yr()){if(Vr!==`disabled`)return;Vr=`restoring`,setTimeout(()=>{Ir(()=>{Vr===`restoring`&&(r.style.webkitUserSelect===`none`&&(r.style.webkitUserSelect=Hr||``),Hr=``,Vr=`default`)})},300)}else if(t&&Ur.has(t)){let e=Ur.get(t);t.style.userSelect===`none`&&(t.style.userSelect=e??``),t.getAttribute(`style`)===``&&t.removeAttribute(`style`),Ur.delete(t)}}function Kr(e={}){let{defer:t,target:n,...r}=e,i=t?K:e=>e(),a=[];return a.push(i(()=>{let e=typeof n==`function`?n():n;a.push(Wr({...r,target:e}))})),()=>{a.forEach(e=>e?.())}}function qr(e,t){return Array.from(e?.querySelectorAll(t)??[])}function Jr(e,t){return e?.querySelector(t)??null}function Yr(e,t){if(!e)return Vn;let n=Object.keys(t).reduce((t,n)=>(t[n]=e.style.getPropertyValue(n),t),{});return Xr(n,t)?Vn:(Object.assign(e.style,t),()=>{Object.assign(e.style,n),e.style.length===0&&e.removeAttribute(`style`)})}function Xr(e,t){return Object.keys(e).every(n=>e[n]===t[n])}function Zr(e,t,n){let{signal:r}=t;return[new Promise((t,i)=>{let a=setTimeout(()=>{i(Error(`Timeout of ${n}ms exceeded`))},n);r.addEventListener(`abort`,()=>{clearTimeout(a),i(new DOMException(`Promise aborted`,`AbortError`))}),e.then(e=>{r.aborted||(clearTimeout(a),t(e))}).catch(e=>{r.aborted||(clearTimeout(a),i(e))})}),()=>t.abort()]}function Qr(e,t){let{timeout:n,rootNode:r}=t,i=rr(r),a=tr(r),o=new i.AbortController;return Zr(new Promise(t=>{let n=e();if(n){t(n);return}let r=new i.MutationObserver(()=>{let n=e();n&&n.isConnected&&(r.disconnect(),t(n))});r.observe(a.body,{childList:!0,subtree:!0})}),o,n)}function $r(e){return e==null?[]:Array.isArray(e)?e:[e]}var ei=e=>e[e.length-1];function ti(e,t){return e.reduce((e,n,r)=>(r%t===0?e.push([n]):ei(e)?.push(n),e),[])}var ni=e=>e?.constructor.name===`Array`,ri=(e,t)=>{if(e.length!==t.length)return!1;for(let n=0;n<e.length;n++)if(!ii(e[n],t[n]))return!1;return!0},ii=(e,t)=>{if(Object.is(e,t))return!0;if(e==null&&t!=null||e!=null&&t==null)return!1;if(typeof e?.isEqual==`function`&&typeof t?.isEqual==`function`)return e.isEqual(t);if(typeof e==`function`&&typeof t==`function`)return e.toString()===t.toString();if(ni(e)&&ni(t))return ri(Array.from(e),Array.from(t));if(typeof e!=`object`||typeof t!=`object`)return!1;let n=Object.keys(t??Object.create(null)),r=n.length;for(let t=0;t<r;t++)if(!Reflect.has(e,n[t]))return!1;for(let i=0;i<r;i++){let r=n[i];if(!ii(e[r],t[r]))return!1}return!0},ai=e=>typeof e==`object`&&!!e,oi=e=>typeof e==`string`,si=e=>typeof e==`function`,ci=e=>e==null,li=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),ui=e=>Object.prototype.toString.call(e),di=Function.prototype.toString,fi=di.call(Object),pi=e=>{if(!ai(e)||ui(e)!=`[object Object]`||gi(e))return!1;let t=Object.getPrototypeOf(e);if(t===null)return!0;let n=li(t,`constructor`)&&t.constructor;return typeof n==`function`&&n instanceof n&&di.call(n)==fi},mi=e=>typeof e==`object`&&!!e&&`$$typeof`in e&&`props`in e,hi=e=>typeof e==`object`&&!!e&&`__v_isVNode`in e,gi=e=>mi(e)||hi(e),_i=e=>e(),vi=()=>{},yi=(...e)=>(...t)=>{e.forEach(function(e){e?.(...t)})};function bi(e,t,...n){if(e in t){let r=t[e];return si(r)?r(...n):r}let r=Error(`No matching key: ${JSON.stringify(e)} in ${JSON.stringify(Object.keys(t))}`);throw Error.captureStackTrace?.(r,bi),r}var{floor:xi,abs:Si,round:Ci,min:wi,max:Ti,pow:Ei,sign:Di}=Math,Oi=e=>Number.isNaN(e),ki=e=>Oi(e)?0:e,Ai=(e,t,n)=>{let r=ki(e);return(t==null||r>=t)&&(n==null||r<=n)},ji=(e,t,n)=>wi(Ti(ki(e),t),n);function Mi(e){if(!pi(e)||e===void 0)return e;let t=Reflect.ownKeys(e).filter(e=>typeof e==`string`),n={};for(let r of t){let t=e[r];t!==void 0&&(n[r]=Mi(t))}return n}function Ni(...e){e.length===1?e[0]:e[1],e.length===2&&e[0]}function Pi(...e){e.length===1?e[0]:e[1],e.length===2&&e[0]}function Fi(e,t){if(e==null)throw Error(t())}function Ii(e=0,t=0,n=0,r=0){if(typeof DOMRect==`function`)return new DOMRect(e,t,n,r);let i={x:e,y:t,width:n,height:r,top:t,right:e+n,bottom:t+r,left:e};return{...i,toJSON:()=>i}}function Li(e){if(!e)return Ii();let{x:t,y:n,width:r,height:i}=e;return Ii(t,n,r,i)}function Ri(e,t){return{contextElement:G(e)?e:e?.contextElement,getBoundingClientRect:()=>{let n=e,r=t?.(n);return r||!n?Li(r):n.getBoundingClientRect()}}}var zi=e=>({variable:e,reference:`var(${e})`}),q={arrowSize:zi(`--arrow-size`),arrowSizeHalf:zi(`--arrow-size-half`),arrowBg:zi(`--arrow-background`),transformOrigin:zi(`--transform-origin`),arrowOffset:zi(`--arrow-offset`)},Bi=e=>e===`top`||e===`bottom`?`y`:`x`;function Vi(e,t){return{name:`transformOrigin`,fn(n){let{elements:r,middlewareData:i,placement:a,rects:o,y:s}=n,c=a.split(`-`)[0],l=Bi(c),u=i.arrow?.x||0,d=i.arrow?.y||0,f=t?.clientWidth||0,p=t?.clientHeight||0,m=u+f/2,h=d+p/2,g=Math.abs(i.shift?.y||0),_=o.reference.height/2,v=p/2,y=e.offset?.mainAxis??e.gutter,b=typeof y==`number`?y+v:y??v,x=g>b,S={top:`${m}px calc(100% + ${b}px)`,bottom:`${m}px ${-b}px`,left:`calc(100% + ${b}px) ${h}px`,right:`${-b}px ${h}px`}[c],C=`${m}px ${o.reference.y+_-s}px`,w=!!e.overlap&&l===`y`&&x;return r.floating.style.setProperty(q.transformOrigin.variable,w?C:S),{data:{transformOrigin:w?C:S}}}}}var Hi={name:`rects`,fn({rects:e}){return{data:e}}},Ui=e=>{if(e)return{name:`shiftArrow`,fn({placement:t,middlewareData:n}){if(!n.arrow)return{};let{x:r,y:i}=n.arrow,a=t.split(`-`)[0];return Object.assign(e.style,{left:r==null?``:`${r}px`,top:i==null?``:`${i}px`,[a]:`calc(100% + ${q.arrowOffset.reference})`}),{}}}};function Wi(e){let[t,n]=e.split(`-`);return{side:t,align:n,hasAlign:n!=null}}function Gi(e){return e.split(`-`)[0]}var Ki={strategy:`absolute`,placement:`bottom`,listeners:!0,restoreStyles:!1,applyStyles:!0,gutter:8,flip:!0,slide:!0,overlap:!1,sameWidth:!1,fitViewport:!1,overflowPadding:8,arrowPadding:4};function qi(e,t){let n=e.devicePixelRatio||1;return Math.round(t*n)/n}function Ji(e,t){return e!=null&&Math.abs(e-t)<.5}function Yi(e){return typeof e==`function`?e():e===`clipping-ancestors`?`clippingAncestors`:e}function Xi(e,t,n){let r=e||t.createElement(`div`);return i({element:r,padding:n.arrowPadding})}function Zi(e,t){if(!ci(t.offset??t.gutter))return s(({placement:n})=>{let r=(e?.clientHeight||0)/2,i=t.offset?.mainAxis??t.gutter,a=typeof i==`number`?i+r:i??r,{hasAlign:o}=Wi(n),s=o?void 0:t.shift;return Mi({crossAxis:t.offset?.crossAxis??s,mainAxis:a,alignmentAxis:t.shift})})}function Qi(e){if(e.flip)return o(()=>{let t=Yi(e.boundary);return{...t?{boundary:t}:void 0,padding:e.overflowPadding,fallbackPlacements:e.flip===!0?void 0:e.flip}})}function $i(e){if(!(!e.slide&&!e.overlap))return c(()=>{let t=Yi(e.boundary);return{...t?{boundary:t}:void 0,mainAxis:e.slide,crossAxis:e.overlap,padding:e.overflowPadding,limiter:p()}})}function ea(e){if(e.sizeMiddleware===!1&&!e.sameWidth&&!e.fitViewport)return;let t,n,r,i;return d(()=>{let a=Yi(e.boundary);return{padding:e.overflowPadding,...a?{boundary:a}:void 0,apply({elements:e,rects:a,availableHeight:o,availableWidth:s}){let c=e.floating,l=Math.round(a.reference.width),u=Math.round(a.reference.height);s=Math.floor(s),o=Math.floor(o),Ji(t,l)||(c.style.setProperty(`--reference-width`,`${l}px`),t=l),Ji(n,u)||(c.style.setProperty(`--reference-height`,`${u}px`),n=u),Ji(r,s)||(c.style.setProperty(`--available-width`,`${s}px`),r=s),Ji(i,o)||(c.style.setProperty(`--available-height`,`${o}px`),i=o)}}})}function ta(e){if(e.hideWhenDetached)return l(()=>({strategy:`referenceHidden`,boundary:Yi(e.boundary)??`clippingAncestors`}))}function na(e){return e?e===!0?{ancestorResize:!0,ancestorScroll:!0,elementResize:!0,layoutShift:!0}:e:{}}var ra=[`transform`,`visibility`,`pointer-events`,`--x`,`--y`,`--z-index`,`--reference-width`,`--reference-height`,`--available-width`,`--available-height`,`--transform-origin`],ia=[`top`,`right`,`bottom`,`left`];function aa(e,t){if(!e)return vi;let n=new Map(t.map(t=>[t,e.style.getPropertyValue(t)]));return()=>{n.forEach((t,n)=>{t?e.style.setProperty(n,t):e.style.removeProperty(n)}),e.style.length===0&&e.removeAttribute(`style`)}}function oa(e){return e==null?null:G(e)?e:typeof e==`object`&&e&&`contextElement`in e&&e.contextElement?e.contextElement:e}function sa(e,t,n={}){let r=()=>(typeof t==`function`?t():t)??null,i=()=>{let t=typeof e==`function`?e():e;return n.getAnchorElement?.()??t},a=()=>{let e=i();return!e&&!n.getAnchorRect?null:Ri(e,n.getAnchorRect)},o=Object.assign({},Ki,n),s=[],c=null,l,d;function p(e){l?.(),d?.(),c=e,l=o.restoreStyles?aa(e,ra):void 0;let t=e.querySelector(`[data-part=arrow]`);d=o.restoreStyles?aa(t,ia):void 0,s=[Zi(t,o),Qi(o),$i(o),Xi(t,e.ownerDocument,o),Ui(t),Vi({gutter:o.gutter,offset:o.offset,overlap:o.overlap},t),ea(o),ta(o),Hi]}let{placement:m,strategy:h,onComplete:g,onPositioned:_}=o,v,y,b=!1,x,S,C=vi,w=na(o.listeners);function T(){if(!o.listeners)return;let e=i(),t=a(),n=r();!t||!n||(oa(e)!==oa(x)||n!==S)&&(C(),x=e,S=n,C=u(t,n,D,w))}async function E(){T();let e=r();if(!e)return;e!==c&&(p(e),b=!1);let t=a();if(!t)return;let n=await f(t,e,{placement:m,middleware:s,strategy:h}),i=rr(e),l=qi(i,n.x),u=qi(i,n.y);if(g?.({...n,x:l,y:u}),o.applyStyles!==!1&&(Ji(v,l)||(e.style.setProperty(`--x`,`${l}px`),v=l),Ji(y,u)||(e.style.setProperty(`--y`,`${u}px`),y=u),o.hideWhenDetached&&(n.middlewareData.hide?.referenceHidden?(e.style.setProperty(`visibility`,`hidden`),e.style.setProperty(`pointer-events`,`none`)):(e.style.removeProperty(`visibility`),e.style.removeProperty(`pointer-events`))),!b)){let t=e.firstElementChild;t&&(e.style.setProperty(`--z-index`,cr(t).zIndex),b=!0)}}async function D(){n.updatePosition?(await n.updatePosition({updatePosition:E,floatingElement:r()}),_?.({placed:!0})):await E()}return D(),()=>{C(),d?.(),l?.(),_?.({placed:!1})}}function ca(e,t,n={}){let{defer:r,...i}=n,a=r?K:e=>e(),o=[];return o.push(a(()=>{o.push(sa(e,t,i))})),()=>{o.forEach(e=>e?.())}}var la={bottom:`rotate(45deg)`,left:`rotate(135deg)`,top:`rotate(225deg)`,right:`rotate(315deg)`};function ua(e={}){let{placement:t,sameWidth:n,fitViewport:r,strategy:i=`absolute`}=e;return{arrow:{position:`absolute`,width:q.arrowSize.reference,height:q.arrowSize.reference,[q.arrowSizeHalf.variable]:`calc(${q.arrowSize.reference} / 2)`,[q.arrowOffset.variable]:`calc(${q.arrowSizeHalf.reference} * -1)`},arrowTip:{transform:t?la[t.split(`-`)[0]]:void 0,background:q.arrowBg.reference,top:`0`,left:`0`,width:`100%`,height:`100%`,position:`absolute`,zIndex:`inherit`},floating:{position:i,isolation:`isolate`,minWidth:n?void 0:`max-content`,width:n?`var(--reference-width)`:void 0,maxWidth:r?`var(--available-width)`:void 0,maxHeight:r?`var(--available-height)`:void 0,pointerEvents:t?void 0:`none`,top:`0px`,left:`0px`,transform:t?`translate3d(var(--x), var(--y), 0)`:`translate3d(0, -100vh, 0)`,zIndex:`var(--z-index)`}}}var da=(e,t)=>e.ids?.label?.(t)??`datepicker:${e.id}:label:${t}`,fa=e=>e.ids?.root??`datepicker:${e.id}`,pa=(e,t)=>e.ids?.table?.(t)??`datepicker:${e.id}:table:${t}`,ma=e=>e.ids?.content??`datepicker:${e.id}:content`,ha=(e,t)=>e.ids?.cellTrigger?.(t)??`datepicker:${e.id}:cell-trigger:${t}`,ga=(e,t)=>e.ids?.prevTrigger?.(t)??`datepicker:${e.id}:prev:${t}`,_a=(e,t)=>e.ids?.nextTrigger?.(t)??`datepicker:${e.id}:next:${t}`,va=(e,t)=>e.ids?.viewTrigger?.(t)??`datepicker:${e.id}:view:${t}`,ya=e=>e.ids?.clearTrigger??`datepicker:${e.id}:clear`,ba=e=>e.ids?.control??`datepicker:${e.id}:control`,xa=(e,t)=>e.ids?.input?.(t)??`datepicker:${e.id}:input:${t}`,Sa=e=>e.ids?.trigger??`datepicker:${e.id}:trigger`,Ca=e=>e.ids?.positioner??`datepicker:${e.id}:positioner`,wa=e=>e.ids?.monthSelect??`datepicker:${e.id}:month-select`,Ta=e=>e.ids?.yearSelect??`datepicker:${e.id}:year-select`,Ea=(e,t)=>Jr(Oa(e),`[data-part=table-cell-trigger][data-view=${t}][data-focus]:not([data-outside-range])`),Da=e=>e.getById(Sa(e)),Oa=e=>e.getById(ma(e)),ka=e=>qr(Pa(e),`[data-part=input]`),Aa=e=>e.getById(Ta(e)),ja=e=>e.getById(wa(e)),Ma=e=>e.getById(ya(e)),Na=e=>e.getById(Ca(e)),Pa=e=>e.getById(ba(e));function Fa(e,t,n){let r=[],i;return a=>{let o=e(a);return o.length!==r.length||o.some((e,t)=>!ii(r[t],e))?(r=o,i=t(o,a),n?.onChange?.(i),i):i}}var Ia=`.`,La=`#`,Ra=new WeakMap,za=new WeakMap;function Ba(e){return e.join(Ia)}function Va(e){return e.includes(Ia)}function Ha(e){return e.startsWith(La)}function Ua(e){return e.startsWith(Ia)}function Wa(e){return Ha(e)?e.slice(La.length):e}function Ga(e,t){return e?`${e}${Ia}${t}`:t}function Ka(e){let t=new Map,n=new Map,r=(e,i)=>{t.set(e,i);let a=i.id;a&&(n.has(a)&&Pi(`[zag-js] Duplicate state id: "${a}"`),n.set(a,e));let o=i.states;if(o){Fi(i.initial,()=>`[zag-js] Compound state "${e}" has child states but no "initial" property`),i.initial in o||Pi(`[zag-js] Compound state "${e}" has initial "${String(i.initial)}" which is not a child state`);for(let[t,n]of Object.entries(o)){if(!n)continue;let i=Ga(e,t);r(i,n)}}};for(let[t,n]of Object.entries(e.states))n&&r(t,n);return{index:t,idIndex:n}}function qa(e){let t=Ra.get(e);if(t)return t;let{index:n,idIndex:r}=Ka(e);return Ra.set(e,n),za.set(e,r),n}function Ja(e,t){return qa(e),za.get(e)?.get(t)}function Ya(e){return e?String(e).split(Ia).filter(Boolean):[]}function Xa(e,t){if(!t)return[];let n=qa(e),r=Ya(t),i=[],a=[];for(let e of r){a.push(e);let t=Ba(a),r=n.get(t);if(!r)break;i.push({path:t,state:r})}return i}function Za(e,t){let n=qa(e),r=Ya(t);if(!r.length)return t;let i=[];for(let e of r){i.push(e);let r=Ba(i);if(!n.has(r))return t}let a=Ba(i),o=n.get(a);for(;o?.initial;){let e=`${a}${Ia}${o.initial}`,t=n.get(e);if(!t)break;a=e,o=t}return a}function Qa(e,t){return qa(e).has(t)}function $a(e,t,n){let r=String(t);if(Ha(r)){let t=Wa(r),n=Ja(e,t);return Fi(n,()=>`[zag-js] Unknown state id: "${t}"`),Za(e,n)}if(Ua(r)&&n)return Za(e,Ga(n,r.slice(1)));if(!Va(r)&&n){let t=Ya(n);for(let n=t.length-1;n>=1;n--){let i=Ga(t.slice(0,n).join(Ia),r);if(Qa(e,i))return Za(e,i)}if(Qa(e,r))return Za(e,r)}return Za(e,r)}function eo(e,t,n){let r=Xa(e,t);for(let e=r.length-1;e>=0;e--){let t=r[e]?.state.on?.[n];if(t)return{transitions:t,source:r[e]?.path}}return{transitions:e.on?.[n],source:void 0}}function to(e,t,n,r){let i=t?Xa(e,t):[],a=Xa(e,n),o=0;for(;o<i.length&&o<a.length&&i[o]?.path===a[o]?.path;)o+=1;let s=i.slice(o).reverse(),c=a.slice(o),l=i.at(-1)?.path===a.at(-1)?.path;return r&&l&&(s=i.slice().reverse(),c=a),{exiting:s,entering:c}}function no(e,t){return e?e===t||e.startsWith(`${t}${Ia}`):!1}function ro(e,t,n){return Xa(e,t).some(e=>e.state.tags?.includes(n))}function io(){return{and:(...e)=>function(t){return e.every(e=>t.guard(e))},or:(...e)=>function(t){return e.some(e=>t.guard(e))},not:e=>function(t){return!t.guard(e)}}}function ao(e){return qa(e),e}var oo=(e=>(e.NotStarted=`Not Started`,e.Started=`Started`,e.Stopped=`Stopped`,e))(oo||{}),so=`__init__`;function co(e){let t=()=>e.getRootNode?.()??document,n=()=>tr(t()),r=()=>n().defaultView??window,i=()=>ir(t()),a=e=>t().getElementById(e);return{...e,getRootNode:t,getDoc:n,getWin:r,getActiveElement:i,isActiveElement:$n,getById:a}}function lo(e){let[t,n]=e,r;return r=!t||!n||t.compare(n)<=0?e:[n,t],r}function uo(e,t){let[n,r]=t;return!n||!r?!1:n.compare(e)<=0&&r.compare(e)>=0}function fo(e){return e.slice().filter(e=>e!=null).sort((e,t)=>e.compare(t))}function po(e){return bi(e,{year:`calendar decade`,month:`calendar year`,day:`calendar month`})}var mo={day:`dd`,month:`mm`,year:`yyyy`};function ho(e){return new z(e).formatToParts(new Date).map(e=>mo[e.type]??e.value).join(``)}var go=e=>!Number.isNaN(e.day)&&!Number.isNaN(e.month)&&!Number.isNaN(e.year),_o={dayCell(e){return e.unavailable?`Not available. ${e.valueText}`:e.firstInRange?`Starting range from ${e.valueText}`:e.lastInRange?`Range ending at ${e.valueText}`:e.selected?`Selected date. ${e.valueText}`:`Choose ${e.valueText}`},trigger(e){return e?`Close calendar`:`Open calendar`},viewTrigger(e){return bi(e,{year:`Switch to month view`,month:`Switch to day view`,day:`Switch to year view`})},presetTrigger(e){let[t=``,n=``]=e;return`select ${t} to ${n}`},prevTrigger(e){return bi(e,{year:`Switch to previous decade`,month:`Switch to previous year`,day:`Switch to previous month`})},nextTrigger(e){return bi(e,{year:`Switch to next decade`,month:`Switch to next year`,day:`Switch to next month`})},placeholder(){return{day:`dd`,month:`mm`,year:`yyyy`}},content:`calendar`,monthSelect:`Select month`,yearSelect:`Select year`,clearTrigger:`Clear selected dates`,weekColumnHeader:`Wk`,weekNumberCell(e){return`Week ${e}`}};function J(e,t){return e?e===`day`?0:e===`month`?1:2:t||0}function vo(e){return e===0?`day`:e===1?`month`:`year`}function yo(e,t,n){return vo(ji(J(e,0),J(t,0),J(n,2)))}function bo(e,t){return J(e,0)>J(t,0)}function xo(e,t){return J(e,0)<J(t,0)}function So(e,t,n){return yo(vo(J(e,0)+1),t,n)}function Co(e,t,n){return yo(vo(J(e,0)-1),t,n)}var wo=[`day`,`month`,`year`];function To(e){wo.forEach(t=>e(t))}var Eo=Fa(e=>[e.view,e.startValue.toString(),e.endValue.toString(),e.locale,e.timeZone,e.selectionMode],([e],t)=>{let{startValue:n,endValue:r,locale:i,timeZone:a,selectionMode:o}=t;if(e===`year`){let e=_n(n.year,{strict:!0}),t=e.at(0).toString(),r=e.at(-1).toString();return{start:t,end:r,formatted:`${t} - ${r}`}}if(e===`month`){let e=new z(i,{year:`numeric`,timeZone:a,calendar:n.calendar.identifier}),t=e.format(n.toDate(a)),s=e.format(r.toDate(a));return{start:t,end:s,formatted:o===`range`?`${t} - ${s}`:t}}let s=new z(i,{month:`long`,year:`numeric`,timeZone:a,calendar:n.calendar.identifier}),c=s.format(n.toDate(a)),l=s.format(r.toDate(a));return{start:c,end:l,formatted:o===`range`?`${c} - ${l}`:c}});function Do(e,t){let{state:n,context:r,prop:i,send:a,computed:o,scope:s}=e,c=r.get(`startValue`),l=o(`endValue`),u=r.get(`value`),d=r.get(`focusedValue`),f=r.get(`hoveredValue`),p=f?lo([u[0],f]):[],m=!!i(`disabled`),h=!!i(`readOnly`),g=!!i(`invalid`),_=o(`isInteractive`),v=u.length===0,y=i(`min`),b=i(`max`),x=i(`locale`),S=i(`timeZone`),w=i(`startOfWeek`),T=n.matches(`focused`),E=n.matches(`open`),D=i(`selectionMode`)===`range`,ee=i(`selectionMode`)===`multiple`,te=i(`isDateUnavailable`),ne=i(`maxSelectedDates`),re=ee&&ne!=null&&u.length>=ne,ie=r.get(`currentPlacement`),ae=ie?Gi(ie):void 0,oe=ua({...i(`positioning`),placement:ie}),ue=An(x),k={..._o,...i(`translations`)};function fe(e=c){let t=i(`fixedWeeks`)?6:void 0;return on(e,x,t,w)}function pe(e={}){let{format:t}=e;return ln(x,t,d).map((e,t)=>{let n=t+1;return{label:e,value:n,disabled:H(d.set({month:n}),y,b)}})}function me(){return dn(mn(d,y,b)).map(e=>({label:e.toString(),value:e,disabled:!Ai(e,y?.year,b?.year)}))}function he(e){return Gt(e,te,x,y,b)}function ge(e){let t=c??vn(S,d.calendar);a({type:`FOCUS.SET`,value:t.set({month:e})})}function _e(e){let t=c??vn(S,d.calendar);a({type:`FOCUS.SET`,value:t.set({year:e})})}function ve(e){let{value:t,disabled:n}=e,r=d.set({year:t}),i=!_n(c.year,{strict:!0}).includes(t),a=Ai(t,y?.year,b?.year),o=D&&uo(r,u),s=D&&u[0]&&le(r,u[0]),l=D&&u[1]&&le(r,u[1]),f=D&&p.length>0,m=f&&uo(r,p),h=f&&p[0]&&le(r,p[0]),g=f&&p[1]&&le(r,p[1]),_={focused:d.year===e.value,selectable:!i&&a,outsideRange:i,selected:!!u.find(e=>e&&e.year===t),valueText:t.toString(),inRange:o||m,firstInRange:!!s,lastInRange:!!l,inHoveredRange:!!m,firstInHoveredRange:!!h,lastInHoveredRange:!!g,value:r,get disabled(){return n||!_.selectable}};return _}function ye(e){let{value:t,disabled:n}=e,r=d.set({month:t}),i=Qt(x,S,d),a=D&&uo(r,u),o=D&&u[0]&&ce(r,u[0]),s=D&&u[1]&&ce(r,u[1]),c=D&&p.length>0,l=c&&uo(r,p),f=c&&p[0]&&ce(r,p[0]),m=c&&p[1]&&ce(r,p[1]),h={focused:d.month===e.value,selectable:!H(r,y,b),selected:!!u.find(e=>e&&e.month===t&&e.year===d.year),valueText:i.format(r.toDate(S)),inRange:a||l,firstInRange:!!o,lastInRange:!!s,inHoveredRange:!!l,firstInHoveredRange:!!f,lastInHoveredRange:!!m,outsideRange:!1,value:r,get disabled(){return n||!h.selectable}};return h}function be(e){let{value:t,disabled:n,visibleRange:r=o(`visibleRange`)}=e,a=Zt(x,S,d),s=Jt(o(`visibleDuration`)),c=i(`outsideDaySelectable`),l=r.start.add(s).subtract({days:1}),f=H(t,r.start,l),m=D&&uo(t,u),h=D&&u[0]&&O(t,u[0]),g=D&&u[1]&&O(t,u[1]),_=D&&p.length>0,v=_&&uo(t,p),C=_&&p[0]&&O(t,p[0]),w=_&&p[1]&&O(t,p[1]),T=u.some(e=>e!=null&&O(t,e)),E={invalid:H(t,y,b),disabled:n||!c&&f||H(t,y,b)||re&&!T,selected:T,unavailable:Gt(t,te,x,y,b)&&!n,outsideRange:f,today:de(t,S),weekend:Pe(t,x),value:t,valueText:a.format(t.toDate(S)),get focused(){return d!=null&&O(t,d)&&(!E.outsideRange||c)},get selectable(){return!E.disabled&&!E.unavailable},inRange:m||v,firstInRange:h,lastInRange:g,inHoveredRange:v,firstInHoveredRange:C,lastInHoveredRange:w};return E}function xe(e){let{view:t=`day`,id:n}=e;return[t,n].filter(Boolean).join(` `)}return{focused:T,open:E,disabled:m,invalid:g,readOnly:h,inline:!!i(`inline`),numOfMonths:i(`numOfMonths`),showWeekNumbers:!!i(`showWeekNumbers`),selectionMode:i(`selectionMode`),maxSelectedDates:ne,isMaxSelected:re,view:r.get(`view`),getRangePresetValue(e){return Ln(e,x,S)},getWeekNumber(e){let t=e[0];return t?un(t,x):0},getDaysInWeek(e,t=c){return an(e,t,x,w)},getOffset(e){let t=c.add(e),n=l.add(e),r=Qt(x,S,d);return{visibleRange:{start:t,end:n},weeks:fe(t),visibleRangeText:{start:r.format(t.toDate(S)),end:r.format(n.toDate(S))}}},getMonthWeeks:fe,isUnavailable:he,weeks:fe(),weekDays:cn(c,w,S,x),visibleRangeText:o(`visibleRangeText`),value:u,valueAsDate:u.filter(e=>e!=null).map(e=>e.toDate(S)),valueAsString:o(`valueAsString`),focusedValue:d,focusedValueAsDate:d?.toDate(S),focusedValueAsString:i(`format`)(d,{locale:x,timeZone:S}),visibleRange:o(`visibleRange`),selectToday(){let e=B(vn(S,d.calendar),y,b);a({type:`VALUE.SET`,value:[e]})},setValue(e){let t=e.map(e=>B(e,y,b));a({type:`VALUE.SET`,value:t})},setTime(e,t=0){let n=Array.from(u),r=n[t];r&&(`hour`in r||(r=F(r)),r=r.set({hour:e.hour??(`hour`in r?r.hour:0),minute:e.minute??(`minute`in r?r.minute:0),second:e.second??(`second`in r?r.second:0),millisecond:e.millisecond??(`millisecond`in r?r.millisecond:0)}),n[t]=B(r,y,b),a({type:`VALUE.SET`,value:n}))},clearValue(e={}){let{focus:t=!0}=e;a({type:`VALUE.CLEAR`,focus:t})},setFocusedValue(e){a({type:`FOCUS.SET`,value:e})},setOpen(e){i(`inline`)||n.matches(`open`)!==e&&a({type:e?`OPEN`:`CLOSE`})},focusMonth:ge,focusYear:_e,getYears:me,getMonths:pe,getYearsGrid(e={}){let{columns:t=1}=e;return ti(_n(c.year,{strict:!0}).map(e=>({label:e.toString(),value:e,disabled:!Ai(e,y?.year,b?.year)})),t)},getDecade(){let e=_n(c.year,{strict:!0});return{start:e.at(0),end:e.at(-1)}},getMonthsGrid(e={}){let{columns:t=1,format:n}=e;return ti(pe({format:n}),t)},format(e,t={month:`long`,year:`numeric`}){return new z(x,{...t,calendar:e.calendar.identifier}).format(e.toDate(S))},setView(e){a({type:`VIEW.SET`,view:e})},goToNext(){a({type:`GOTO.NEXT`,view:r.get(`view`)})},goToPrev(){a({type:`GOTO.PREV`,view:r.get(`view`)})},getRootProps(){return t.element({...C.root.attrs,dir:i(`dir`),id:fa(s),"data-state":E?`open`:`closed`,"data-disabled":U(m),"data-readonly":U(h),"data-empty":U(v)})},getLabelProps(e={}){let{index:n=0}=e;return t.label({...C.label.attrs,id:da(s,n),dir:i(`dir`),htmlFor:xa(s,n),"data-state":E?`open`:`closed`,"data-index":n,"data-disabled":U(m),"data-readonly":U(h)})},getControlProps(){return t.element({...C.control.attrs,dir:i(`dir`),id:ba(s),"data-disabled":U(m),"data-placeholder-shown":U(v)})},getRangeTextProps(){return t.element({...C.rangeText.attrs,dir:i(`dir`)})},getContentProps(){return t.element({...C.content.attrs,hidden:!E,dir:i(`dir`),"data-state":E?`open`:`closed`,"data-placement":ie,"data-side":ae,"data-inline":U(i(`inline`)),id:ma(s),tabIndex:-1,role:`application`,"aria-roledescription":`datepicker`,"aria-label":k.content})},getTableProps(e={}){let{view:n=`day`,columns:r=n===`day`?7:4}=e,o=xe(e);return t.element({...C.table.attrs,role:`grid`,"data-columns":r,"aria-roledescription":po(n),id:pa(s,o),"aria-readonly":W(h),"aria-disabled":W(m),"aria-multiselectable":W(i(`selectionMode`)!==`single`),"data-view":n,dir:i(`dir`),tabIndex:-1,onKeyDown(e){if(e.defaultPrevented||m)return;let t={Enter(){_&&(n===`day`&&he(d)||n===`month`&&!ye({value:d.month}).selectable||n===`year`&&!ve({value:d.year}).selectable||a({type:`TABLE.ENTER`,view:n,columns:r,focus:!0}))},ArrowLeft(){a({type:`TABLE.ARROW_LEFT`,view:n,columns:r,focus:!0})},ArrowRight(){a({type:`TABLE.ARROW_RIGHT`,view:n,columns:r,focus:!0})},ArrowUp(){a({type:`TABLE.ARROW_UP`,view:n,columns:r,focus:!0})},ArrowDown(){a({type:`TABLE.ARROW_DOWN`,view:n,columns:r,focus:!0})},PageUp(e){a({type:`TABLE.PAGE_UP`,larger:e.shiftKey,view:n,columns:r,focus:!0})},PageDown(e){a({type:`TABLE.PAGE_DOWN`,larger:e.shiftKey,view:n,columns:r,focus:!0})},Home(){a({type:`TABLE.HOME`,view:n,columns:r,focus:!0})},End(){a({type:`TABLE.END`,view:n,columns:r,focus:!0})}}[Dr(e,{dir:i(`dir`)})];t&&(t(e),e.preventDefault(),e.stopPropagation())},onPointerLeave(){a({type:`TABLE.POINTER_LEAVE`})},onPointerDown(){a({type:`TABLE.POINTER_DOWN`,view:n})},onPointerUp(){a({type:`TABLE.POINTER_UP`,view:n})}})},getTableHeadProps(e={}){let{view:n=`day`}=e;return t.element({...C.tableHead.attrs,"aria-hidden":!0,dir:i(`dir`),"data-view":n,"data-disabled":U(m)})},getTableHeaderProps(e={}){let{view:n=`day`}=e;return t.element({...C.tableHeader.attrs,dir:i(`dir`),"data-view":n,"data-disabled":U(m)})},getTableBodyProps(e={}){let{view:n=`day`}=e;return t.element({...C.tableBody.attrs,"data-view":n,"data-disabled":U(m)})},getTableRowProps(e={}){let{view:n=`day`}=e;return t.element({...C.tableRow.attrs,"aria-disabled":W(m),"data-disabled":U(m),"data-view":n})},getWeekNumberHeaderCellProps(e={}){let{view:n=`day`}=e;return t.element({...C.tableCell.attrs,scope:`col`,"aria-label":k.weekColumnHeader,"data-view":n,"data-type":`week-number`,"data-disabled":U(m)})},getWeekNumberCellProps(e){let{weekIndex:n,week:r}=e,i=r[0]?un(r[0],x):0;return t.element({...C.tableCell.attrs,role:`rowheader`,"aria-label":k.weekNumberCell?.(i),"data-view":`day`,"data-week-index":n,"data-type":`week-number`,"data-disabled":U(m)})},getDayTableCellState:be,getDayTableCellProps(e){let{value:n}=e,r=be(e);return t.element({...C.tableCell.attrs,role:`gridcell`,"aria-disabled":W(!r.selectable),"aria-selected":r.selected||r.inRange,"aria-invalid":W(r.invalid),"aria-current":r.today?`date`:void 0,"data-value":n.toString()})},getDayTableCellTriggerProps(e){let{value:n}=e,r=be(e);return t.element({...C.tableCellTrigger.attrs,id:ha(s,n.toString()),role:`button`,dir:i(`dir`),tabIndex:m?-1:r.focused?0:-1,"aria-label":k.dayCell(r),"aria-disabled":W(!r.selectable),"aria-invalid":W(r.invalid),"data-disabled":U(!r.selectable),"data-selectable":U(r.selectable),"data-selected":U(r.selected),"data-value":n.toString(),"data-view":`day`,"data-today":U(r.today),"data-focus":U(r.focused),"data-unavailable":U(r.unavailable),"data-range-start":U(r.firstInRange),"data-range-end":U(r.lastInRange),"data-in-range":U(r.inRange),"data-outside-range":U(r.outsideRange),"data-weekend":U(r.weekend),"data-in-hover-range":U(r.inHoveredRange),"data-hover-range-start":U(r.firstInHoveredRange),"data-hover-range-end":U(r.lastInHoveredRange),onClick(e){e.defaultPrevented||_&&r.selectable&&a({type:`CELL.CLICK`,cell:`day`,value:n})},onPointerMove:D?e=>{if(e.pointerType===`touch`||!r.selectable)return;let t=!s.isActiveElement(e.currentTarget);f&&se(n,f)||a({type:`CELL.POINTER_MOVE`,cell:`day`,value:n,focus:t,outsideRange:r.outsideRange})}:void 0})},getMonthTableCellState:ye,getMonthTableCellProps(e){let{value:n,columns:r}=e,a=ye(e);return t.element({...C.tableCell.attrs,dir:i(`dir`),colSpan:r,role:`gridcell`,"aria-selected":W(a.selected||a.inRange),"data-selected":U(a.selected),"aria-disabled":W(!a.selectable),"data-value":n})},getMonthTableCellTriggerProps(e){let{value:n}=e,r=ye(e);return t.element({...C.tableCellTrigger.attrs,id:ha(s,n.toString()),role:`button`,dir:i(`dir`),tabIndex:m?-1:r.focused?0:-1,"aria-label":r.valueText,"aria-disabled":W(!r.selectable),"data-disabled":U(!r.selectable),"data-selectable":U(r.selectable),"data-selected":U(r.selected),"data-value":n,"data-view":`month`,"data-focus":U(r.focused),"data-outside-range":U(r.outsideRange),"data-range-start":U(r.firstInRange),"data-range-end":U(r.lastInRange),"data-in-range":U(r.inRange),"data-in-hover-range":U(r.inHoveredRange),"data-hover-range-start":U(r.firstInHoveredRange),"data-hover-range-end":U(r.lastInHoveredRange),onClick(e){e.defaultPrevented||_&&r.selectable&&a({type:`CELL.CLICK`,cell:`month`,value:n})},onPointerMove:D?e=>{if(e.pointerType===`touch`||!r.selectable)return;let t=!s.isActiveElement(e.currentTarget);f&&r.value&&ce(r.value,f)||a({type:`CELL.POINTER_MOVE`,cell:`month`,value:r.value,focus:t})}:void 0})},getYearTableCellState:ve,getYearTableCellProps(e){let{value:n,columns:r}=e,a=ve(e);return t.element({...C.tableCell.attrs,dir:i(`dir`),colSpan:r,role:`gridcell`,"aria-selected":W(a.selected||a.inRange),"data-selected":U(a.selected),"aria-disabled":W(!a.selectable),"data-value":n})},getYearTableCellTriggerProps(e){let{value:n}=e,r=ve(e);return t.element({...C.tableCellTrigger.attrs,id:ha(s,n.toString()),role:`button`,dir:i(`dir`),tabIndex:m?-1:r.focused?0:-1,"aria-label":r.valueText,"aria-disabled":W(!r.selectable),"data-disabled":U(!r.selectable),"data-selectable":U(r.selectable),"data-selected":U(r.selected),"data-value":n,"data-view":`year`,"data-focus":U(r.focused),"data-outside-range":U(r.outsideRange),"data-range-start":U(r.firstInRange),"data-range-end":U(r.lastInRange),"data-in-range":U(r.inRange),"data-in-hover-range":U(r.inHoveredRange),"data-hover-range-start":U(r.firstInHoveredRange),"data-hover-range-end":U(r.lastInHoveredRange),onClick(e){e.defaultPrevented||_&&r.selectable&&a({type:`CELL.CLICK`,cell:`year`,value:n})},onPointerMove:D?e=>{if(e.pointerType===`touch`||!r.selectable)return;let t=!s.isActiveElement(e.currentTarget);f&&r.value&&le(r.value,f)||a({type:`CELL.POINTER_MOVE`,cell:`year`,value:r.value,focus:t})}:void 0})},getNextTriggerProps(e={}){let{view:n=`day`}=e,r=m||!o(`isNextVisibleRangeValid`);return t.button({...C.nextTrigger.attrs,dir:i(`dir`),id:_a(s,n),type:`button`,"aria-label":k.nextTrigger(n),disabled:r,"data-disabled":U(r),onClick(e){e.defaultPrevented||a({type:`GOTO.NEXT`,view:n})}})},getPrevTriggerProps(e={}){let{view:n=`day`}=e,r=m||!o(`isPrevVisibleRangeValid`);return t.button({...C.prevTrigger.attrs,dir:i(`dir`),id:ga(s,n),type:`button`,"aria-label":k.prevTrigger(n),disabled:r,"data-disabled":U(r),onClick(e){e.defaultPrevented||a({type:`GOTO.PREV`,view:n})}})},getClearTriggerProps(){return t.button({...C.clearTrigger.attrs,id:ya(s),dir:i(`dir`),type:`button`,"aria-label":k.clearTrigger,hidden:!u.length,onClick(e){e.defaultPrevented||_&&a({type:`VALUE.CLEAR`})}})},getTriggerProps(){return t.button({...C.trigger.attrs,id:Sa(s),dir:i(`dir`),type:`button`,"data-placement":ie,"data-side":ae,"aria-label":k.trigger(E),"aria-controls":ma(s),"aria-expanded":E,"data-state":E?`open`:`closed`,"data-placeholder-shown":U(v),"aria-haspopup":`grid`,disabled:m,onClick(e){e.defaultPrevented||_&&a({type:`TRIGGER.CLICK`})}})},getViewProps(e={}){let{view:n=`day`}=e;return t.element({...C.view.attrs,"data-view":n,hidden:r.get(`view`)!==n})},getViewTriggerProps(e={}){let{view:n=`day`}=e;return t.button({...C.viewTrigger.attrs,"data-view":n,dir:i(`dir`),id:va(s,n),type:`button`,disabled:m,"aria-label":k.viewTrigger(n),onClick(e){e.defaultPrevented||_&&a({type:`VIEW.TOGGLE`,src:`viewTrigger`})}})},getViewControlProps(e={}){let{view:n=`day`}=e;return t.element({...C.viewControl.attrs,"data-view":n,dir:i(`dir`)})},getInputProps(e={}){let{index:n=0,fixOnBlur:r=!0}=e;return t.input({...C.input.attrs,id:xa(s,n),autoComplete:`off`,autoCorrect:`off`,spellCheck:`false`,dir:i(`dir`),name:i(`name`),"data-index":n,"data-state":E?`open`:`closed`,"data-placeholder-shown":U(v),readOnly:h,disabled:m,required:i(`required`),"aria-invalid":W(g),"data-invalid":U(g),placeholder:i(`placeholder`)||ho(x),defaultValue:o(`valueAsString`)[n],onBeforeInput(e){let{data:t}=Or(e);Dn(t,ue,x)||e.preventDefault()},onClick(e){e.defaultPrevented||i(`openOnClick`)&&_&&a({type:`OPEN`,src:`input.click`})},onFocus(){a({type:`INPUT.FOCUS`,index:n})},onBlur(e){let t=e.currentTarget.value.trim();a({type:`INPUT.BLUR`,value:t,index:n,fixOnBlur:r})},onKeyDown(e){if(e.defaultPrevented||!_)return;let t={Enter(e){Cr(e)||he(d)||e.currentTarget.value.trim()!==``&&a({type:`INPUT.ENTER`,value:e.currentTarget.value,index:n})}}[e.key];t&&(t(e),e.preventDefault())},onInput(e){let t=e.currentTarget.value;a({type:`INPUT.CHANGE`,value:On(t,ue,x),index:n})}})},getMonthSelectProps(){return t.select({...C.monthSelect.attrs,id:wa(s),"aria-label":k.monthSelect,disabled:m,dir:i(`dir`),defaultValue:c.month,onChange(e){ge(Number(e.currentTarget.value))}})},getYearSelectProps(){return t.select({...C.yearSelect.attrs,id:Ta(s),disabled:m,"aria-label":k.yearSelect,dir:i(`dir`),defaultValue:c.year,onChange(e){_e(Number(e.currentTarget.value))}})},getPositionerProps(){return t.element({id:Ca(s),...C.positioner.attrs,dir:i(`dir`),style:oe.floating})},getPresetTriggerProps(e){let n=Array.isArray(e.value)?e.value:Ln(e.value,x,S),r=n.filter(e=>e!=null).map(e=>e.toDate(S).toDateString());return t.button({...C.presetTrigger.attrs,"aria-label":k.presetTrigger(r),type:`button`,onClick(e){e.defaultPrevented||_&&a({type:`PRESET.CLICK`,value:n})}})}}}function Oo(e){let t={each(t){for(let n=0;n<e.frames?.length;n+=1){let r=e.frames[n];r&&t(r)}},addEventListener(e,n,r){return t.each(t=>{try{t.document.addEventListener(e,n,r)}catch{}}),()=>{try{t.removeEventListener(e,n,r)}catch{}}},removeEventListener(e,n,r){t.each(t=>{try{t.document.removeEventListener(e,n,r)}catch{}})}};return t}function ko(e){let t=e.frameElement==null?null:e.parent;return{addEventListener:(e,n,r)=>{try{t?.addEventListener(e,n,r)}catch{}return()=>{try{t?.removeEventListener(e,n,r)}catch{}}},removeEventListener:(e,n,r)=>{try{t?.removeEventListener(e,n,r)}catch{}}}}var Ao=`pointerdown.outside`,jo=`focus.outside`;function Mo(e){for(let t of e)if(G(t)&&Pr(t))return!0;return!1}var No=e=>`clientY`in e;function Po(e,t){if(!No(t)||!e)return!1;let n=e.getBoundingClientRect();return n.width===0||n.height===0?!1:n.top<=t.clientY&&t.clientY<=n.top+n.height&&n.left<=t.clientX&&t.clientX<=n.left+n.width}function Fo(e,t){return e.y<=t.y&&t.y<=e.y+e.height&&e.x<=t.x&&t.x<=e.x+e.width}function Io(e,t){if(!t||!No(e))return!1;let n=t.scrollHeight>t.clientHeight,r=n&&e.clientX>t.offsetLeft+t.clientWidth,i=t.scrollWidth>t.clientWidth,a=i&&e.clientY>t.offsetTop+t.clientHeight;return Fo({x:t.offsetLeft,y:t.offsetTop,width:t.clientWidth+(n?16:0),height:t.clientHeight+(i?16:0)},{x:e.clientX,y:e.clientY})?r||a:!1}function Lo(e,t){let{exclude:n,onFocusOutside:r,onPointerDownOutside:i,onInteractOutside:a,defer:o,followControlledElements:s=!0}=t;if(!e)return;let c=tr(e),l=rr(e),u=Oo(l),d=ko(l);function f(t,r){if(!G(r)||!r.isConnected||er(e,r)||Po(e,t)||s&&fr(e,r))return!1;let i=c.querySelector(`[aria-controls="${e.id}"]`);return i&&Io(t,Lr(i))||Io(t,Lr(e))?!1:!n?.(r)}let p=new Set,m=Zn(e?.getRootNode()),h=!1;function g(t){h=!0;let n=()=>{h=!1};c.addEventListener(`pointerup`,n,{once:!0}),l.addEventListener(`pointerup`,n,{once:!0});function r(n){let r=o&&!gr()?K:e=>e(),s=n??t,c=s?.composedPath?.()??[s?.target];r(()=>{let n=m?c[0]:Sr(t);if(!(!e||!f(t,n))){if(i||a){let t=yi(i,a);e.addEventListener(Ao,t,{once:!0})}zo(e,Ao,{bubbles:!1,cancelable:!0,detail:{originalEvent:s,contextmenu:wr(s),focusable:Mo(c),target:n}})}})}t.pointerType===`touch`?(p.forEach(e=>e()),p.add(kr(c,`click`,r,{once:!0})),p.add(d.addEventListener(`click`,r,{once:!0})),p.add(u.addEventListener(`click`,r,{once:!0}))):r()}let _=new Set,v=setTimeout(()=>{_.add(kr(c,`pointerdown`,g,!0)),_.add(d.addEventListener(`pointerdown`,g,!0)),_.add(u.addEventListener(`pointerdown`,g,!0))},0);function y(t){h||(o?K:e=>e())(()=>{let n=t?.composedPath?.()??[t?.target],i=m?n[0]:Sr(t);if(!(!e||!f(t,i))){if(r||a){let t=yi(r,a);e.addEventListener(jo,t,{once:!0})}zo(e,jo,{bubbles:!1,cancelable:!0,detail:{originalEvent:t,contextmenu:!1,focusable:Pr(i),target:i}})}})}return gr()||(_.add(kr(c,`focusin`,y,!0)),_.add(d.addEventListener(`focusin`,y,!0)),_.add(u.addEventListener(`focusin`,y,!0))),()=>{clearTimeout(v),p.forEach(e=>e()),_.forEach(e=>e())}}function Ro(e,t){let{defer:n}=t,r=n?K:e=>e(),i=[];return i.push(r(()=>{let n=typeof e==`function`?e():e;i.push(Lo(n,t))})),()=>{i.forEach(e=>e?.())}}function zo(e,t,n){let r=new(e.ownerDocument.defaultView||window).CustomEvent(t,n);return e.dispatchEvent(r)}function Bo(e,t){return kr(tr(e),`keydown`,e=>{e.key===`Escape`&&(e.isComposing||t?.(e))},{capture:!0})}var Vo=`layer:request-dismiss`,Y={layers:[],branches:[],recentlyRemoved:new Set,count(){return this.layers.length},pointerBlockingLayers(){return this.layers.filter(e=>e.pointerBlocking)},topMostPointerBlockingLayer(){return[...this.pointerBlockingLayers()].slice(-1)[0]},hasPointerBlockingLayer(){return this.pointerBlockingLayers().length>0},isBelowPointerBlockingLayer(e){return this.indexOf(e)<(this.topMostPointerBlockingLayer()?this.indexOf(this.topMostPointerBlockingLayer()?.node):-1)},isTopMost(e){return this.layers[this.count()-1]?.node===e},getNestedLayers(e){return Array.from(this.layers).slice(this.indexOf(e)+1)},getLayersByType(e){return this.layers.filter(t=>t.type===e)},getNestedLayersByType(e,t){let n=this.indexOf(e);return n===-1?[]:this.layers.slice(n+1).filter(e=>e.type===t)},getParentLayerOfType(e,t){let n=this.indexOf(e);if(!(n<=0))return this.layers.slice(0,n).reverse().find(e=>e.type===t)},countNestedLayersOfType(e,t){return this.getNestedLayersByType(e,t).length},isInNestedLayer(e,t){return!!(this.getNestedLayers(e).some(e=>er(e.node,t))||this.recentlyRemoved.size>0)},isInBranch(e){return Array.from(this.branches).some(t=>er(t,e))},add(e){let t=this.indexOf(e.node);t!==-1&&this.layers.splice(t,1),this.layers.push(e),this.syncLayers()},addBranch(e){this.branches.push(e)},remove(e){let t=this.indexOf(e);t<0||(this.layers[t].styleTargets?.forEach(e=>{let t=e();t&&Uo(t)}),this.recentlyRemoved.add(e),Ir(()=>this.recentlyRemoved.delete(e)),t<this.count()-1&&this.getNestedLayers(e).forEach(t=>Y.dismiss(t.node,e)),this.layers.splice(t,1),this.syncLayers())},removeBranch(e){let t=this.branches.indexOf(e);t>=0&&this.branches.splice(t,1)},syncLayers(){this.layers.forEach((e,t)=>{Ho(e,t,e.node),e.styleTargets?.forEach(n=>{let r=n();if(!r||r===e.node)return;Ho(e,t,r);let{zIndex:i}=cr(e.node);r.style.setProperty(`--z-index`,i)})})},indexOf(e){return this.layers.findIndex(t=>t.node===e)},dismiss(e,t){let n=this.indexOf(e);if(n===-1)return;let r=this.layers[n];Go(e,Vo,e=>{r.requestDismiss?.(e),e.defaultPrevented||r?.dismiss()}),Wo(e,Vo,{originalLayer:e,targetLayer:t,originalIndex:n,targetIndex:t?this.indexOf(t):-1}),this.syncLayers()},clear(){this.remove(this.layers[0].node)}};function Ho(e,t,n){n.style.setProperty(`--layer-index`,`${t}`),n.removeAttribute(`data-nested`),n.removeAttribute(`data-has-nested`),Y.getParentLayerOfType(e.node,e.type)&&n.setAttribute(`data-nested`,e.type);let r=Y.countNestedLayersOfType(e.node,e.type);r>0&&n.setAttribute(`data-has-nested`,e.type),n.style.setProperty(`--nested-layer-count`,`${r}`)}function Uo(e){e.style.removeProperty(`--layer-index`),e.style.removeProperty(`--nested-layer-count`),e.style.removeProperty(`--z-index`),e.removeAttribute(`data-nested`),e.removeAttribute(`data-has-nested`)}function Wo(e,t,n){let r=new(e.ownerDocument.defaultView||window).CustomEvent(t,{cancelable:!0,bubbles:!0,detail:n});return e.dispatchEvent(r)}function Go(e,t,n){e.addEventListener(t,n,{once:!0})}var Ko=new WeakMap,qo=new WeakMap;function Jo(e){return Y.isBelowPointerBlockingLayer(e)?`none`:`auto`}function Yo(e){let t=Jo(e);e.style.pointerEvents!==t&&(e.style.pointerEvents=t)}function Xo(e){if(qo.has(e))return;let t=rr(e);if(t.MutationObserver===void 0)return;let n=new t.MutationObserver(()=>{qo.has(e)&&Yo(e)});n.observe(e,{attributes:!0,attributeFilter:[`style`]}),qo.set(e,n)}function Zo(){Y.layers.forEach(({node:e})=>{Yo(e),Xo(e)})}function Qo(e){let t=qo.get(e);t&&(t.disconnect(),qo.delete(e)),e.style.pointerEvents=``}function $o(e,t){let n=tr(e),r=[];return Y.hasPointerBlockingLayer()&&!n.body.hasAttribute(`data-inert`)&&(Ko.set(n.body,n.body.style.pointerEvents),queueMicrotask(()=>{let e=n.body;e&&(e.style.pointerEvents=`none`,e.setAttribute(`data-inert`,``))})),t?.forEach(e=>{let[t,n]=Qr(()=>{let t=e();return G(t)?t:null},{timeout:1e3});t.then(e=>r.push(Yr(e,{pointerEvents:`auto`}))),r.push(n)}),()=>{Y.hasPointerBlockingLayer()||(queueMicrotask(()=>{let e=n.body;if(!e)return;let t=Ko.get(e);t!==void 0&&(e.style.pointerEvents=t,Ko.delete(e)),e.removeAttribute(`data-inert`),e.style.length===0&&e.removeAttribute(`style`)}),r.forEach(e=>e()))}}function es(e,t){let{warnOnMissingNode:n=!0}=t;if(n&&!e){Ni("[@zag-js/dismissable] node is `null` or `undefined`");return}if(!e)return;let{onDismiss:r,onRequestDismiss:i,pointerBlocking:a,exclude:o,debug:s,type:c=`dialog`,layerStyleTargets:l}=t,u={dismiss:r,node:e,type:c,pointerBlocking:a,requestDismiss:i,styleTargets:l};Y.add(u),Zo();function d(n){let i=Sr(n.detail.originalEvent);Y.isBelowPointerBlockingLayer(e)||Y.isInBranch(i)||(t.onPointerDownOutside?.(n),t.onInteractOutside?.(n),!n.defaultPrevented&&(s&&console.log(`onPointerDownOutside:`,n.detail.originalEvent),r?.()))}function f(e){let n=Sr(e.detail.originalEvent);Y.isInBranch(n)||(t.onFocusOutside?.(e),t.onInteractOutside?.(e),!e.defaultPrevented&&(s&&console.log(`onFocusOutside:`,e.detail.originalEvent),r?.()))}function p(n){Y.isTopMost(e)&&(t.onEscapeKeyDown?.(n),!n.defaultPrevented&&r&&(n.preventDefault(),r()))}function m(n){if(!e)return!1;let r=typeof o==`function`?o():o,i=Array.isArray(r)?r:[r],a=t.persistentElements?.map(e=>e()).filter(G);return a&&i.push(...a),i.some(e=>er(e,n))||Y.isInNestedLayer(e,n)}let h=[a?$o(e,t.persistentElements):void 0,Bo(e,p),Ro(e,{exclude:m,onFocusOutside:f,onPointerDownOutside:d,defer:t.defer})];return()=>{Y.remove(e),Zo(),Qo(e),h.forEach(e=>e?.())}}function ts(e,t){let{defer:n}=t,r=n?K:e=>e(),i=[];return i.push(r(()=>{let n=si(e)?e():e;i.push(es(n,t))})),()=>{i.forEach(e=>e?.())}}var ns=`__live-region__`,rs=`__live-region-debug__`,is=`position:fixed;inset-inline:0;bottom:0;z-index:2147483647;padding:12px 16px;background:black;color:white;font-size:14px;line-height:20px;text-align:center;pointer-events:none;`;function as(e={}){let{level:t=`polite`,document:n=document,root:r,delay:i=0,debug:a=!1}=e,o=n.defaultView??window,s=r??n.body;function c(){if(!a)return;let e=n.getElementById(rs);return e||(e=n.createElement(`div`),e.id=rs,e.dataset.liveAnnouncerDebug=`true`,e.setAttribute(`aria-hidden`,`true`),e.style.cssText=is,s.appendChild(e),e)}function l(e,r){n.getElementById(ns)?.remove(),r??=i;let a=n.createElement(`span`);a.id=ns,a.dataset.liveAnnouncer=`true`;let l=t===`assertive`?`alert`:`status`;a.setAttribute(`aria-live`,t),a.setAttribute(`role`,l),Object.assign(a.style,{border:`0`,clip:`rect(0 0 0 0)`,height:`1px`,margin:`-1px`,overflow:`hidden`,padding:`0`,position:`absolute`,width:`1px`,whiteSpace:`nowrap`,wordWrap:`normal`}),s.appendChild(a),o.setTimeout(()=>{if(!a.isConnected)return;a.textContent=e;let t=c();t&&(t.textContent=e)},r)}function u(){n.getElementById(ns)?.remove(),n.getElementById(rs)?.remove()}return{announce:l,destroy:u,toJSON(){return ns}}}var{and:X}=io();function os(e,t){if(e?.length!==t?.length)return!1;let n=Math.max(e.length,t.length);for(let r=0;r<n;r++)if(!V(e[r],t[r]))return!1;return!0}function ss(e,t){return e.map(e=>e==null?``:t(`format`)(e,{locale:t(`locale`),timeZone:t(`timeZone`)}))}var cs=ao({props({props:e}){let t=e.locale||`en-US`,n=e.timeZone||`UTC`,r=e.selectionMode||`single`,i=e.numOfMonths||1,a;if(e.createCalendar){let n=new Intl.DateTimeFormat(t).resolvedOptions().calendar;n!==`gregory`&&n!==`iso8601`&&(a=e.createCalendar(n))}let o=e=>!a||e.calendar.identifier===a.identifier?e:I(e,a),s=e.defaultValue?fo(e.defaultValue).map(t=>B(o(t),e.min,e.max)):void 0,c=e.value?fo(e.value).map(t=>B(o(t),e.min,e.max)):void 0,l=e.focusedValue||e.defaultFocusedValue||c?.[0]||s?.[0]||vn(n,a);l=B(o(l),e.min,e.max);let u=e.minView||`day`,d=e.maxView||`year`,f=yo(e.defaultView||e.view||u,u,d);return{locale:t,numOfMonths:i,timeZone:n,selectionMode:r,minView:u,maxView:d,outsideDaySelectable:!1,closeOnSelect:!0,format(e,{locale:t,timeZone:n}){return new z(t,{timeZone:n,day:`2-digit`,month:`2-digit`,year:`numeric`,calendar:a?.identifier}).format(e.toDate(n))},parse(e,{locale:t,timeZone:n}){return Pn(e,t,n)},...e,focusedValue:e.focusedValue===void 0?void 0:l,defaultFocusedValue:l,value:c,defaultValue:s??[],defaultView:f,positioning:{placement:`bottom`,...e.positioning}}},initialState({prop:e}){return e(`inline`)||(e(`open`)??e(`defaultOpen`))?`open`:`idle`},refs(){return{announcer:void 0}},context({prop:e,bindable:t,getContext:n}){return{focusedValue:t(()=>({defaultValue:e(`defaultFocusedValue`),value:e(`focusedValue`),isEqual:V,hash:e=>e.toString(),sync:!0,onChange(t){let r=n(),i=r.get(`view`),a=r.get(`value`),o=ss(a,e);e(`onFocusChange`)?.({value:a,valueAsString:o,view:i,focusedValue:t})}})),value:t(()=>({defaultValue:e(`defaultValue`),value:e(`value`),isEqual:os,hash:e=>e.map(e=>e?.toString()??``).join(`,`),onChange(t){let r=n(),i=ss(t,e);e(`onValueChange`)?.({value:t,valueAsString:i,view:r.get(`view`)})}})),inputValue:t(()=>({defaultValue:``})),activeIndex:t(()=>({defaultValue:0,sync:!0})),hoveredValue:t(()=>({defaultValue:null,isEqual:V})),view:t(()=>({defaultValue:e(`defaultView`),value:e(`view`),onChange(t){e(`onViewChange`)?.({view:t})}})),startValue:t(()=>({defaultValue:Wt(e(`focusedValue`)||e(`defaultFocusedValue`),`start`,{months:e(`numOfMonths`)},e(`locale`)),isEqual:V,hash:e=>e.toString()})),currentPlacement:t(()=>({defaultValue:void 0})),restoreFocus:t(()=>({defaultValue:!1}))}},computed:{isInteractive:({prop:e})=>!e(`disabled`)&&!e(`readOnly`),visibleDuration:({prop:e})=>({months:e(`numOfMonths`)}),endValue:({context:e,computed:t})=>Yt(e.get(`startValue`),t(`visibleDuration`)),visibleRange:({context:e,computed:t})=>({start:e.get(`startValue`),end:t(`endValue`)}),visibleRangeText:({context:e,prop:t,computed:n})=>Eo({view:e.get(`view`),startValue:e.get(`startValue`),endValue:n(`endValue`),locale:t(`locale`),timeZone:t(`timeZone`),selectionMode:t(`selectionMode`)}),isPrevVisibleRangeValid:({context:e,prop:t})=>!Kt(e.get(`startValue`),t(`min`),t(`max`)),isNextVisibleRangeValid:({prop:e,computed:t})=>!qt(t(`endValue`),e(`min`),e(`max`)),valueAsString:({context:e,prop:t})=>ss(e.get(`value`),t)},effects:[`setupLiveRegion`],watch({track:e,prop:t,context:n,action:r,computed:i}){e([()=>t(`locale`)],()=>{r([`setStartValue`,`syncInputElement`])}),e([()=>n.hash(`focusedValue`)],()=>{r([`setStartValue`,`focusActiveCellIfNeeded`,`setHoveredValueIfKeyboard`])}),e([()=>n.hash(`startValue`)],()=>{r([`syncMonthSelectElement`,`syncYearSelectElement`,`invokeOnVisibleRangeChange`])}),e([()=>n.get(`inputValue`)],()=>{r([`syncInputValue`])}),e([()=>n.hash(`value`)],()=>{r([`syncInputElement`])}),e([()=>i(`valueAsString`).toString()],()=>{r([`announceValueText`])}),e([()=>n.get(`view`)],()=>{r([`focusActiveCell`])}),e([()=>t(`open`)],()=>{r([`toggleVisibility`])})},on:{"VALUE.SET":{actions:[`setDateValue`,`setFocusedDate`]},"VIEW.SET":{actions:[`setView`]},"FOCUS.SET":{actions:[`setFocusedDate`]},"VALUE.CLEAR":{actions:[`clearDateValue`,`clearFocusedDate`,`setActiveIndexToStart`,`clearHoveredDate`,`focusFirstInputElement`]},"INPUT.CHANGE":[{guard:`isInputValueEmpty`,actions:[`setInputValue`,`clearDateValue`,`clearFocusedDate`]},{actions:[`setInputValue`,`focusParsedDate`]}],"INPUT.ENTER":{actions:[`focusParsedDate`,`selectFocusedDate`]},"INPUT.FOCUS":{actions:[`setActiveIndex`]},"INPUT.BLUR":[{guard:`shouldFixOnBlur`,actions:[`setActiveIndexToStart`,`selectParsedDate`]},{actions:[`setActiveIndexToStart`]}],"PRESET.CLICK":[{guard:`isOpenControlled`,actions:[`setDateValue`,`setFocusedDate`,`invokeOnClose`]},{target:`focused`,actions:[`setDateValue`,`setFocusedDate`,`focusInputElement`]}],"GOTO.NEXT":[{guard:`isYearView`,actions:[`focusNextDecade`,`announceVisibleRange`]},{guard:`isMonthView`,actions:[`focusNextYear`,`announceVisibleRange`]},{actions:[`focusNextPage`]}],"GOTO.PREV":[{guard:`isYearView`,actions:[`focusPreviousDecade`,`announceVisibleRange`]},{guard:`isMonthView`,actions:[`focusPreviousYear`,`announceVisibleRange`]},{actions:[`focusPreviousPage`]}]},states:{idle:{tags:[`closed`],on:{"CONTROLLED.OPEN":{target:`open`,actions:[`resetView`,`focusFirstSelectedDate`,`focusActiveCell`]},"TRIGGER.CLICK":[{guard:`isOpenControlled`,actions:[`invokeOnOpen`]},{target:`open`,actions:[`resetView`,`focusFirstSelectedDate`,`focusActiveCell`,`invokeOnOpen`]}],OPEN:[{guard:`isOpenControlled`,actions:[`invokeOnOpen`]},{target:`open`,actions:[`resetView`,`focusFirstSelectedDate`,`focusActiveCell`,`invokeOnOpen`]}]}},focused:{tags:[`closed`],on:{"CONTROLLED.OPEN":{target:`open`,actions:[`resetView`,`focusFirstSelectedDate`,`focusActiveCell`]},"TRIGGER.CLICK":[{guard:`isOpenControlled`,actions:[`invokeOnOpen`]},{target:`open`,actions:[`resetView`,`focusFirstSelectedDate`,`focusActiveCell`,`invokeOnOpen`]}],OPEN:[{guard:`isOpenControlled`,actions:[`invokeOnOpen`]},{target:`open`,actions:[`resetView`,`focusFirstSelectedDate`,`focusActiveCell`,`invokeOnOpen`]}]}},open:{tags:[`open`],entry:[`resumeRangeSelection`],effects:[`trackDismissableElement`,`trackPositioning`],exit:[`clearHoveredDate`],on:{"CONTROLLED.CLOSE":[{guard:X(`shouldRestoreFocus`,`isInteractOutsideEvent`),target:`focused`,actions:[`focusTriggerElement`]},{guard:`shouldRestoreFocus`,target:`focused`,actions:[`focusInputElement`]},{target:`idle`}],"CELL.CLICK":[{guard:`isAboveMinView`,actions:[`setFocusedValueForView`,`setPreviousView`]},{guard:X(`isRangePicker`,`hasSelectedRange`),actions:[`setActiveIndexToStart`,`resetSelection`,`setActiveIndexToEnd`]},{guard:X(`isRangePicker`,`isSelectingEndDate`,`closeOnSelect`,`isOpenControlled`),actions:[`setFocusedDate`,`setSelectedDate`,`setActiveIndexToStart`,`clearHoveredDate`,`invokeOnClose`,`setRestoreFocus`]},{guard:X(`isRangePicker`,`isSelectingEndDate`,`closeOnSelect`),target:`focused`,actions:[`setFocusedDate`,`setSelectedDate`,`setActiveIndexToStart`,`clearHoveredDate`,`invokeOnClose`,`focusInputElement`]},{guard:X(`isRangePicker`,`isSelectingEndDate`),actions:[`setFocusedDate`,`setSelectedDate`,`setActiveIndexToStart`,`clearHoveredDate`]},{guard:`isRangePicker`,actions:[`setFocusedDate`,`setSelectedDate`,`setActiveIndexToEnd`]},{guard:X(`isMultiPicker`,`canSelectDate`),actions:[`setFocusedDate`,`toggleSelectedDate`]},{guard:`isMultiPicker`,actions:[`setFocusedDate`]},{guard:X(`closeOnSelect`,`isOpenControlled`),actions:[`setFocusedDate`,`setSelectedDate`,`invokeOnClose`]},{guard:`closeOnSelect`,target:`focused`,actions:[`setFocusedDate`,`setSelectedDate`,`invokeOnClose`,`focusInputElement`]},{actions:[`setFocusedDate`,`setSelectedDate`]}],"CELL.POINTER_MOVE":[{guard:X(`isRangePicker`,`isSelectingEndDate`,`isDayPointerMoveOutsideVisibleMonth`),actions:[`setHoveredDate`]},{guard:X(`isRangePicker`,`isSelectingEndDate`),actions:[`setHoveredDate`,`setFocusedDate`]}],"TABLE.POINTER_LEAVE":{guard:`isRangePicker`,actions:[`clearHoveredDate`]},"TABLE.POINTER_DOWN":{actions:[`disableTextSelection`]},"TABLE.POINTER_UP":{actions:[`enableTextSelection`]},"TABLE.ESCAPE":[{guard:`isOpenControlled`,actions:[`focusFirstSelectedDate`,`invokeOnClose`]},{target:`focused`,actions:[`focusFirstSelectedDate`,`invokeOnClose`,`focusTriggerElement`]}],"TABLE.ENTER":[{guard:`isAboveMinView`,actions:[`setPreviousView`]},{guard:X(`isRangePicker`,`hasSelectedRange`),actions:[`setActiveIndexToStart`,`resetSelection`,`setActiveIndexToEnd`,`focusNextDay`]},{guard:X(`isRangePicker`,`isSelectingEndDate`,`closeOnSelect`,`isOpenControlled`),actions:[`setSelectedDate`,`setActiveIndexToStart`,`clearHoveredDate`,`invokeOnClose`]},{guard:X(`isRangePicker`,`isSelectingEndDate`,`closeOnSelect`),target:`focused`,actions:[`setSelectedDate`,`setActiveIndexToStart`,`clearHoveredDate`,`invokeOnClose`,`focusInputElement`]},{guard:X(`isRangePicker`,`isSelectingEndDate`),actions:[`setSelectedDate`,`setActiveIndexToStart`,`clearHoveredDate`]},{guard:`isRangePicker`,actions:[`setSelectedDate`,`setActiveIndexToEnd`,`focusNextDay`]},{guard:X(`isMultiPicker`,`canSelectDate`),actions:[`toggleSelectedDate`]},{guard:`isMultiPicker`},{guard:X(`closeOnSelect`,`isOpenControlled`),actions:[`selectFocusedDate`,`invokeOnClose`]},{guard:`closeOnSelect`,target:`focused`,actions:[`selectFocusedDate`,`invokeOnClose`,`focusInputElement`]},{actions:[`selectFocusedDate`]}],"TABLE.ARROW_RIGHT":[{guard:`isMonthView`,actions:[`focusNextMonth`]},{guard:`isYearView`,actions:[`focusNextYear`]},{actions:[`focusNextDay`,`setHoveredDate`]}],"TABLE.ARROW_LEFT":[{guard:`isMonthView`,actions:[`focusPreviousMonth`]},{guard:`isYearView`,actions:[`focusPreviousYear`]},{actions:[`focusPreviousDay`]}],"TABLE.ARROW_UP":[{guard:`isMonthView`,actions:[`focusPreviousMonthColumn`]},{guard:`isYearView`,actions:[`focusPreviousYearColumn`]},{actions:[`focusPreviousWeek`]}],"TABLE.ARROW_DOWN":[{guard:`isMonthView`,actions:[`focusNextMonthColumn`]},{guard:`isYearView`,actions:[`focusNextYearColumn`]},{actions:[`focusNextWeek`]}],"TABLE.PAGE_UP":{actions:[`focusPreviousSection`]},"TABLE.PAGE_DOWN":{actions:[`focusNextSection`]},"TABLE.HOME":[{guard:`isMonthView`,actions:[`focusFirstMonth`]},{guard:`isYearView`,actions:[`focusFirstYear`]},{actions:[`focusSectionStart`]}],"TABLE.END":[{guard:`isMonthView`,actions:[`focusLastMonth`]},{guard:`isYearView`,actions:[`focusLastYear`]},{actions:[`focusSectionEnd`]}],"TRIGGER.CLICK":[{guard:`isOpenControlled`,actions:[`invokeOnClose`]},{target:`focused`,actions:[`invokeOnClose`]}],"VIEW.TOGGLE":{actions:[`setNextView`]},INTERACT_OUTSIDE:[{guard:`isOpenControlled`,actions:[`setActiveIndexToStart`,`invokeOnClose`]},{guard:`shouldRestoreFocus`,target:`focused`,actions:[`setActiveIndexToStart`,`invokeOnClose`,`focusTriggerElement`]},{target:`idle`,actions:[`setActiveIndexToStart`,`invokeOnClose`]}],CLOSE:[{guard:`isOpenControlled`,actions:[`setActiveIndexToStart`,`invokeOnClose`]},{target:`idle`,actions:[`setActiveIndexToStart`,`invokeOnClose`]}]}}},implementations:{guards:{isAboveMinView:({context:e,prop:t})=>bo(e.get(`view`),t(`minView`)),isDayView:({context:e,event:t})=>(t.view||e.get(`view`))===`day`,isMonthView:({context:e,event:t})=>(t.view||e.get(`view`))===`month`,isYearView:({context:e,event:t})=>(t.view||e.get(`view`))===`year`,isRangePicker:({prop:e})=>e(`selectionMode`)===`range`,hasSelectedRange:({context:e})=>e.get(`value`).length===2,isMultiPicker:({prop:e})=>e(`selectionMode`)===`multiple`,canSelectDate:e=>{let{context:t,prop:n,event:r}=e,i=n(`maxSelectedDates`);if(i==null)return!0;let a=t.get(`value`),o=ls(e,r.value??t.get(`focusedValue`));return a.some(e=>V(e,o))?!0:a.length<i},shouldRestoreFocus:({context:e})=>!!e.get(`restoreFocus`),isSelectingEndDate:({context:e})=>e.get(`activeIndex`)===1,closeOnSelect:({prop:e})=>!!e(`closeOnSelect`),isOpenControlled:({prop:e})=>e(`open`)!=null||!!e(`inline`),isInteractOutsideEvent:({event:e})=>e.previousEvent?.type===`INTERACT_OUTSIDE`,isInputValueEmpty:({event:e})=>e.value.trim()===``,shouldFixOnBlur:({event:e})=>!!e.fixOnBlur,isDayPointerMoveOutsideVisibleMonth:({event:e})=>e.cell===`day`&&e.outsideRange===!0},effects:{trackPositioning({context:e,prop:t,scope:n}){return t(`inline`)?void 0:(e.get(`currentPlacement`)||e.set(`currentPlacement`,t(`positioning`).placement),ca(Pa(n),()=>Na(n),{...t(`positioning`),defer:!0,onComplete(t){e.set(`currentPlacement`,t.placement)}}))},setupLiveRegion({scope:e,refs:t}){let n=e.getDoc();return t.set(`announcer`,as({level:`assertive`,document:n})),()=>t.get(`announcer`)?.destroy?.()},trackDismissableElement({scope:e,send:t,context:n,prop:r}){return r(`inline`)?void 0:ts(()=>Oa(e),{type:`popover`,defer:!0,layerStyleTargets:[()=>Na(e)],exclude:[...ka(e),Da(e),Ma(e)],onInteractOutside(e){n.set(`restoreFocus`,!e.detail.focusable)},onDismiss(){t({type:`INTERACT_OUTSIDE`})},onEscapeKeyDown(e){e.preventDefault(),t({type:`TABLE.ESCAPE`,src:`dismissable`})}})}},actions:{setNextView({context:e,prop:t}){let n=So(e.get(`view`),t(`minView`),t(`maxView`));e.set(`view`,n)},setPreviousView({context:e,prop:t}){let n=Co(e.get(`view`),t(`minView`),t(`maxView`));e.set(`view`,n)},setView({context:e,event:t}){e.set(`view`,t.view)},setRestoreFocus({context:e}){e.set(`restoreFocus`,!0)},announceValueText({context:e,prop:t,refs:n}){let r=e.get(`value`),i=t(`locale`),a=t(`timeZone`),o;if(t(`selectionMode`)===`range`){let[e,t]=r;o=e&&t?en(e,t,i,a):e?en(e,null,i,a):t?en(t,null,i,a):``}else o=r.map(e=>en(e,null,i,a)).filter(Boolean).join(`,`);n.get(`announcer`)?.announce(o,3e3)},announceVisibleRange({computed:e,refs:t}){let{formatted:n}=e(`visibleRangeText`);t.get(`announcer`)?.announce(n)},disableTextSelection({scope:e}){Kr({target:Oa(e),doc:e.getDoc()})},enableTextSelection({scope:e}){Gr({doc:e.getDoc(),target:Oa(e)})},focusFirstSelectedDate(e){let{context:t}=e;t.get(`value`).length&&Z(e,t.get(`value`)[0])},syncInputElement({scope:e,computed:t}){K(()=>{ka(e).forEach((e,n)=>{Mr(e,t(`valueAsString`)[n]||``)})})},setFocusedDate(e){let{event:t}=e;Z(e,Array.isArray(t.value)?t.value[0]:t.value)},setFocusedValueForView(e){let{context:t,event:n}=e;Z(e,t.get(`focusedValue`).set({[t.get(`view`)]:n.value}))},focusNextMonth(e){let{context:t}=e;Z(e,t.get(`focusedValue`).add({months:1}))},focusPreviousMonth(e){let{context:t}=e;Z(e,t.get(`focusedValue`).subtract({months:1}))},setDateValue({context:e,event:t,prop:n}){if(!Array.isArray(t.value))return;let r=t.value.map(e=>B(e,n(`min`),n(`max`)));e.set(`value`,r)},clearDateValue({context:e}){e.set(`value`,[])},setSelectedDate(e){let{context:t,event:n}=e,r=Array.from(t.get(`value`)),i=t.get(`activeIndex`),a=r[i];r[i]=us(a,ls(e,n.value??t.get(`focusedValue`))),t.set(`value`,lo(r))},resetSelection(e){let{context:t,event:n}=e,r=t.get(`value`)[0],i=ls(e,n.value??t.get(`focusedValue`));t.set(`value`,[us(r,i)])},toggleSelectedDate(e){let{context:t,event:n}=e,r=ls(e,n.value??t.get(`focusedValue`)),i=t.get(`value`),a=i.findIndex(e=>V(e,r));if(a===-1){let e=[...i,r];t.set(`value`,fo(e))}else{let e=Array.from(i);e.splice(a,1),t.set(`value`,fo(e))}},setHoveredDate({context:e,event:t}){e.set(`hoveredValue`,t.value)},clearHoveredDate({context:e}){e.set(`hoveredValue`,null)},selectFocusedDate({context:e,computed:t}){let n=Array.from(e.get(`value`)),r=e.get(`activeIndex`),i=n[r];n[r]=us(i,e.get(`focusedValue`).copy()),e.set(`value`,lo(n));let a=t(`valueAsString`);e.set(`inputValue`,a[r])},focusPreviousDay(e){let{context:t}=e;Z(e,t.get(`focusedValue`).subtract({days:1}))},focusNextDay(e){let{context:t}=e;Z(e,t.get(`focusedValue`).add({days:1}))},focusPreviousWeek(e){let{context:t}=e;Z(e,t.get(`focusedValue`).subtract({weeks:1}))},focusNextWeek(e){let{context:t}=e;Z(e,t.get(`focusedValue`).add({weeks:1}))},focusNextPage(e){let{context:t,computed:n,prop:r}=e;ds(e,bn(t.get(`focusedValue`),t.get(`startValue`),n(`visibleDuration`),r(`locale`),r(`min`),r(`max`)))},focusPreviousPage(e){let{context:t,computed:n,prop:r}=e;ds(e,xn(t.get(`focusedValue`),t.get(`startValue`),n(`visibleDuration`),r(`locale`),r(`min`),r(`max`)))},focusSectionStart(e){let{context:t}=e;Z(e,t.get(`startValue`).copy())},focusSectionEnd(e){let{computed:t}=e;Z(e,t(`endValue`).copy())},focusNextSection(e){let{context:t,event:n,computed:r,prop:i}=e,a=Sn(t.get(`focusedValue`),t.get(`startValue`),n.larger,r(`visibleDuration`),i(`locale`),i(`min`),i(`max`));a&&ds(e,a)},focusPreviousSection(e){let{context:t,event:n,computed:r,prop:i}=e,a=Cn(t.get(`focusedValue`),t.get(`startValue`),n.larger,r(`visibleDuration`),i(`locale`),i(`min`),i(`max`));a&&ds(e,a)},focusNextYear(e){let{context:t}=e;Z(e,t.get(`focusedValue`).add({years:1}))},focusPreviousYear(e){let{context:t}=e;Z(e,t.get(`focusedValue`).subtract({years:1}))},focusNextDecade(e){let{context:t}=e;Z(e,t.get(`focusedValue`).add({years:10}))},focusPreviousDecade(e){let{context:t}=e;Z(e,t.get(`focusedValue`).subtract({years:10}))},clearFocusedDate(e){let{context:t,prop:n}=e,r=t.get(`focusedValue`).calendar;Z(e,vn(n(`timeZone`),r))},focusPreviousMonthColumn(e){let{context:t,event:n}=e;Z(e,t.get(`focusedValue`).subtract({months:n.columns}))},focusNextMonthColumn(e){let{context:t,event:n}=e;Z(e,t.get(`focusedValue`).add({months:n.columns}))},focusPreviousYearColumn(e){let{context:t,event:n}=e;Z(e,t.get(`focusedValue`).subtract({years:n.columns}))},focusNextYearColumn(e){let{context:t,event:n}=e;Z(e,t.get(`focusedValue`).add({years:n.columns}))},focusFirstMonth(e){let{context:t}=e,n=t.get(`focusedValue`),r=n.calendar.getMinimumMonthInYear?.(n)??1;Z(e,n.set({month:r}))},focusLastMonth(e){let{context:t}=e,n=t.get(`focusedValue`),r=n.calendar.getMonthsInYear(n);Z(e,n.set({month:r}))},focusFirstYear(e){let{context:t}=e,n=_n(t.get(`focusedValue`).year);Z(e,t.get(`focusedValue`).set({year:n[0]}))},focusLastYear(e){let{context:t}=e,n=_n(t.get(`focusedValue`).year);Z(e,t.get(`focusedValue`).set({year:n[n.length-1]}))},setActiveIndex({context:e,event:t}){e.set(`activeIndex`,t.index)},setActiveIndexToEnd({context:e}){e.set(`activeIndex`,1)},setActiveIndexToStart({context:e}){e.set(`activeIndex`,0)},resumeRangeSelection({context:e,prop:t}){t(`selectionMode`)===`range`&&e.get(`value`).length===1&&e.set(`activeIndex`,1)},focusActiveCell({scope:e,context:t,event:n}){n.src!==`input.click`&&K(()=>{Ea(e,t.get(`view`))?.focus({preventScroll:!0})})},focusActiveCellIfNeeded({scope:e,context:t,event:n}){n.focus&&K(()=>{Ea(e,t.get(`view`))?.focus({preventScroll:!0})})},setHoveredValueIfKeyboard({context:e,event:t,prop:n}){!(t.type.startsWith(`TABLE.ARROW`)||[`TABLE.ENTER`,`TABLE.HOME`,`TABLE.END`,`TABLE.PAGE_UP`,`TABLE.PAGE_DOWN`].includes(t.type))||n(`selectionMode`)!==`range`||e.get(`activeIndex`)===0||e.set(`hoveredValue`,e.get(`focusedValue`).copy())},focusTriggerElement({scope:e}){K(()=>{Da(e)?.focus({preventScroll:!0})})},focusFirstInputElement({scope:e,event:t}){t.focus!==!1&&K(()=>{let[t]=ka(e);(t??Da(e))?.focus({preventScroll:!0})})},focusInputElement({scope:e}){K(()=>{let t=ka(e);if(t.length===0){Da(e)?.focus({preventScroll:!0});return}let n=t.findLastIndex(e=>e.value!==``),r=t[Math.max(n,0)];r?.focus({preventScroll:!0}),r?.setSelectionRange(r.value.length,r.value.length)})},syncMonthSelectElement({scope:e,context:t}){Mr(ja(e),t.get(`startValue`).month.toString())},syncYearSelectElement({scope:e,context:t}){Mr(Aa(e),t.get(`startValue`).year.toString())},setInputValue({context:e,event:t}){e.get(`activeIndex`)===t.index&&e.set(`inputValue`,t.value)},syncInputValue({scope:e,context:t,event:n}){queueMicrotask(()=>{Mr(ka(e)[n.index??t.get(`activeIndex`)],t.get(`inputValue`))})},focusParsedDate(e){let{event:t,prop:n}=e;if(t.index==null)return;let r=n(`parse`)(t.value,{locale:n(`locale`),timeZone:n(`timeZone`)});!r||!go(r)||Z(e,r)},selectParsedDate({context:e,event:t,prop:n}){if(t.index==null)return;let r=n(`parse`)(t.value,{locale:n(`locale`),timeZone:n(`timeZone`)});if((!r||!go(r))&&t.value&&(r=e.get(`focusedValue`).copy()),!r)return;r=B(r,n(`min`),n(`max`));let i=Array.from(e.get(`value`));i[t.index]=us(i[t.index],r);let a=lo(i);e.set(`value`,a);let o=ss(a,n);e.set(`inputValue`,o[t.index])},resetView({context:e}){e.set(`view`,e.initial(`view`))},setStartValue({context:e,computed:t,prop:n}){let r=e.get(`focusedValue`);if(!H(r,e.get(`startValue`),t(`endValue`)))return;let i=Wt(r,`start`,{months:n(`numOfMonths`)},n(`locale`));e.set(`startValue`,i)},invokeOnOpen({prop:e,context:t}){e(`inline`)||e(`onOpenChange`)?.({open:!0,value:t.get(`value`)})},invokeOnClose({prop:e,context:t}){e(`inline`)||e(`onOpenChange`)?.({open:!1,value:t.get(`value`)})},invokeOnVisibleRangeChange({prop:e,context:t,computed:n}){e(`onVisibleRangeChange`)?.({view:t.get(`view`),visibleRange:n(`visibleRange`)})},toggleVisibility({event:e,send:t,prop:n}){t({type:n(`open`)?`CONTROLLED.OPEN`:`CONTROLLED.CLOSE`,previousEvent:e})}}}}),ls=(e,t)=>{let{context:n,prop:r}=e,i=n.get(`view`),a=typeof t==`number`?n.get(`focusedValue`).set({[i]:t}):t;return To(e=>{xo(e,r(`minView`))&&(a=a.set({[e]:+(e===`day`)}))}),a},us=(e,t)=>{if(!e||!(`hour`in e))return t;let n=`timeZone`in e,r=t;return`hour`in t||(r=n?Ge(F(t),e.timeZone):F(t)),r.set({hour:e.hour,minute:e.minute,second:e.second,millisecond:e.millisecond})};function Z(e,t){let{context:n,prop:r,computed:i}=e;if(!t)return;let a=ls(e,t);if(V(n.get(`focusedValue`),a))return;let o=yn(i(`visibleDuration`),r(`locale`),r(`min`),r(`max`))({focusedDate:a,startDate:n.get(`startValue`)});n.set(`startValue`,o.startDate),n.set(`focusedValue`,o.focusedDate)}function ds(e,t){let{context:n}=e;n.set(`startValue`,t.startDate),!V(n.get(`focusedValue`),t.focusedDate)&&n.set(`focusedValue`,t.focusedDate)}function fs(e){return new Proxy({},{get(t,n){return n===`style`?t=>e({style:t}).style:e}})}var Q=e(t(),1),ps=globalThis.document===void 0?Q.useEffect:Q.useLayoutEffect,ms=e(r(),1);function hs(e){let t=e().value??e().defaultValue,n=e().isEqual??Object.is,[r]=(0,Q.useState)(t),[i,a]=(0,Q.useState)(r),o=e().value!==void 0,s=(0,Q.useRef)(i);s.current=o?e().value:i;let c=(0,Q.useRef)(s.current);ps(()=>{c.current=s.current},[i,e().value]);let l=t=>{let r=c.current,i=si(t)?t(r):t;e().debug&&console.log(`[bindable > ${e().debug}] setValue`,{next:i,prev:r}),o||a(i),n(i,r)||e().onChange?.(i,r)};function u(){return o?e().value:i}return{initial:r,ref:s,get:u,set(t){(e().sync?ms.flushSync:_i)(()=>l(t))},invoke(t,n){e().onChange?.(t,n)},hash(t){return e().hash?.(t)??String(t)}}}hs.cleanup=e=>{(0,Q.useEffect)(()=>e,[])},hs.ref=e=>{let t=(0,Q.useRef)(e);return{get:()=>t.current,set:e=>{t.current=e}}};function gs(e){let t=(0,Q.useRef)(void 0);return t.current===void 0&&(t.current=e()),t.current}function _s(e){let t=(0,Q.useRef)(e);return t.current=e,(0,Q.useMemo)(()=>((...e)=>t.current(...e)),[])}function vs(e){let t=(0,Q.useRef)(e);return gs(()=>({get(e){return t.current[e]},set(e,n){t.current[e]=n}}))}var ys=(e,t)=>{let n=(0,Q.useRef)(!1),r=(0,Q.useRef)(!1);(0,Q.useEffect)(()=>{if(n.current&&r.current)return t();r.current=!0},[...(e??[]).map(e=>typeof e==`function`?e():e)]),(0,Q.useEffect)(()=>(n.current=!0,()=>{n.current=!1}),[])};function bs(e,t={}){let n=(0,Q.useMemo)(()=>{let{id:e,ids:n,getRootNode:r}=t;return co({id:e,ids:n,getRootNode:r})},[t]),r=(...t)=>{e.debug&&console.log(...t)},i=Ss(e.props?.({props:Mi(t),scope:n})??t),a=e.context?.({prop:i,bindable:hs,scope:n,flush:Cs,getContext(){return s},getComputed(){return g},getRefs(){return m},getEvent(){return f()}}),o=xs(a),s=gs(()=>({get(e){return o.current?.[e].ref.current},set(e,t){o.current?.[e].set(t)},initial(e){return o.current?.[e].initial},hash(e){let t=o.current?.[e].get();return o.current?.[e].hash(t)}})),c=(0,Q.useRef)(new Map),l=(0,Q.useRef)(null),u=(0,Q.useRef)(null),d=(0,Q.useRef)({type:``}),f=()=>({...d.current,current(){return d.current},previous(){return u.current}}),p=()=>({...S,matches(...e){return e.some(e=>no(S.ref.current,e))},hasTag(t){return ro(e,S.ref.current,t)}}),m=vs(e.refs?.({prop:i,context:s})??{}),h=_s(t=>{queueMicrotask(()=>{if(w.current!==oo.Started)return;u.current=d.current,d.current=t;let n=E(),{transitions:i,source:a}=eo(e,n,t.type),o=x(i);if(!o)return;l.current=o;let s=$a(e,o.target??n,a);r(`transition`,t.type,o.target||n,`(${o.actions})`),s===n?o.reenter?S.invoke(n,n):v(o.actions??[]):(0,ms.flushSync)(()=>S.set(s))})}),g=_s(t=>{Fi(e.computed,()=>`[zag-js] No computed object found on machine`);let r=e.computed[t];return r({context:s,event:f(),prop:i,refs:m,scope:n,computed:g})}),_=()=>({state:p(),context:s,event:f(),prop:i,send:h,action:v,guard:y,track:ys,refs:m,computed:g,flush:Cs,scope:n,choose:x}),v=t=>{let n=si(t)?t(_()):t;if(!n)return;let r=n.map(t=>{let n=e.implementations?.actions?.[t];return n||Ni(`[zag-js] No implementation found for action "${JSON.stringify(t)}"`),n});for(let e of r)e?.(_())},y=t=>{if(si(t))return t(_());let n=e.implementations?.guards?.[t];return n||Ni(`[zag-js] No implementation found for guard "${JSON.stringify(t)}"`),n?.(_())},b=t=>{let n=si(t)?t(_()):t;if(!n)return;let r=n.map(t=>{let n=e.implementations?.effects?.[t];return n||Ni(`[zag-js] No implementation found for effect "${JSON.stringify(t)}"`),n}),i=[];for(let e of r){let t=e?.(_());t&&i.push(t)}return()=>i.forEach(e=>e?.())},x=e=>$r(e).find(e=>{let t=!e.guard;return oi(e.guard)?t=!!y(e.guard):si(e.guard)&&(t=e.guard(_())),t}),S=hs(()=>({defaultValue:$a(e,e.initialState({prop:i})),onChange(t,n){let{exiting:r,entering:i}=to(e,n,t,l.current?.reenter);if(r.forEach(e=>{c.current.get(e.path)?.(),c.current.delete(e.path)}),r.forEach(e=>{v(e.state?.exit)}),v(l.current?.actions),i.forEach(e=>{let t=b(e.state?.effects);if(t){let n=c.current.get(e.path);c.current.set(e.path,n?yi(n,t):t)}}),n===`__init__`){v(e.entry);let t=b(e.effects);if(t){let e=c.current.get(so);c.current.set(so,e?yi(e,t):t)}}i.forEach(e=>{v(e.state?.entry)})}})),C=(0,Q.useRef)(void 0),w=(0,Q.useRef)(oo.NotStarted),T=_s(()=>w.current);ps(()=>{queueMicrotask(()=>{let e=w.current===oo.Started;w.current=oo.Started,r(e?`rehydrating...`:`initializing...`);let t=C.current??S.initial;S.invoke(t,e?S.get():so)});let t=c.current;return()=>{let n=E();r(`unmounting...`),C.current=n,w.current=oo.Stopped,t.forEach(e=>e?.()),c.current=new Map,l.current=null,queueMicrotask(()=>{v(e.exit),w.current=oo.Stopped})}},[]);let E=()=>`ref`in S?S.ref.current:S.get();return e.watch?.(_()),{state:p(),send:h,context:s,prop:i,scope:n,refs:m,computed:g,event:f(),getStatus:T}}function xs(e){let t=(0,Q.useRef)(e);return t.current=e,t}function Ss(e){let t=xs(e);return _s(function(e){return t.current[e]})}function Cs(e){queueMicrotask(()=>{(0,ms.flushSync)(()=>e())})}var ws=fs(e=>e),Ts=/^(\d{4}-\d{2}-\d{2}T\d{2}:\d{2}(?::\d{2})?)\s+(.+)$/,Es=/^\d{4}-\d{2}-\d{2}T\d{2}:\d{2}(?::\d{2})?$/,Ds={day:`2-digit`,hour:`2-digit`,hourCycle:`h23`,minute:`2-digit`,month:`2-digit`,year:`numeric`},Os={day:`2-digit`,month:`2-digit`,year:`numeric`};function ks(e){if(typeof e==`string`&&e!==``)try{return yt(e.slice(0,10))}catch{return}}function As(e,t){if(typeof e!=`string`||e===``)return;let n=Ts.exec(e);try{return n?xt(`${Rs(n[1])}[${n[2]}]`):Es.test(e)?Ge(bt(Rs(e)),t):St(e,t)}catch{return}}function js(e,t){return ks(e)??zs(e,t)}function Ms(e,t,n){return As(e,n)??Bs(e,t,n)}function Ns(e){return e?.toString().slice(0,10)??``}function Ps(e,t){return e?new z(t,{...Os,timeZone:`UTC`}).format(e.toDate(`UTC`)):``}function Fs(e,t){return e?`${Rs((`timeZone`in e?qe(e,t):Ge(e,t)).toString().replace(/\[.+\]$/,``)).slice(0,19)} ${t}`:``}function Is(e,t,n){if(!e)return``;let r=`timeZone`in e?qe(e,n):Ge(e,n);return new z(t,{...Ds,timeZone:n}).format(r.toDate())}function Ls(e,t){if(!e)return``;let n=`timeZone`in e?qe(e,t):Ge(e,t);return[String(n.hour).padStart(2,`0`),String(n.minute).padStart(2,`0`),String(n.second).padStart(2,`0`)].join(`:`)}function Rs(e){return/^\d{4}-\d{2}-\d{2}T\d{2}:\d{2}$/.test(e)?`${e}:00`:e}function zs(e,t){let n=Vs(e,t,`date`);if(n)try{return yt(`${n.year.padStart(4,`0`)}-${n.month.padStart(2,`0`)}-${n.day.padStart(2,`0`)}`)}catch{return}}function Bs(e,t,n){let r=Vs(e,t,`date-time`);if(!(!r||!r.hour||!r.minute))try{return Ge(bt(`${r.year.padStart(4,`0`)}-${r.month.padStart(2,`0`)}-${r.day.padStart(2,`0`)}T${r.hour.padStart(2,`0`)}:${r.minute.padStart(2,`0`)}:00`),n)}catch{return}}function Vs(e,t,n){if(typeof e!=`string`||e.trim()===``)return;let r=new z(t,n===`date`?Os:Ds),i=new Date(Date.UTC(2006,10,22,14,30,0)),a=r.formatToParts(i).map(e=>[`day`,`hour`,`minute`,`month`,`year`].includes(e.type)?`(?<${e.type}>\\d{1,4})`:Hs(e.value).replace(/\s+/g,`\\s*`)).join(``),o=RegExp(`^\\s*${a}\\s*$`).exec(e)?.groups;if(!(!o?.day||!o.month||!o.year))return{day:o.day,hour:o.hour,minute:o.minute,month:o.month,year:o.year}}function Hs(e){return e.replace(/[.*+?^${}()|[\]\\]/g,`\\$&`)}var $=h();function Us({mode:e,controlProps:t,label:r,name:i,testId:o,value:s,min:c,max:l,step:u,disabled:d,readOnly:f,autoFocus:p=!1,tabIndex:h,timezone:b=`UTC`,onChange:x,onBlur:S}){let C=(0,Q.useId)(),{locale:w}=n(),T=(0,Q.useMemo)(()=>[e===`date`?ks(s):As(s,b)].filter(Boolean),[e,b,s]),E=Do(bs(cs,{id:C,name:i,value:T.length>0?T:void 0,min:c?ks(c):void 0,max:l?ks(l):void 0,disabled:d,readOnly:f,locale:w,selectionMode:`single`,timeZone:b,closeOnSelect:e===`date`,format(t){return e===`date`?Ps(t,w):Is(t,w,b)},parse(t){return e===`date`?js(t,w):Ms(t,w,b)},onValueChange(t){let n=t.value[0];x(e===`date`?Ns(n):Fs(n,b))},onOpenChange(e){e.open||S?.()}}),ws),{name:D,onInput:ee,...te}=E.getInputProps(),ne=e===`date`?Ns(T[0]):Fs(T[0],b);return(0,$.jsxs)(`div`,{...E.getRootProps(),className:a(`relative`,E.open&&`z-lt-popover`),children:[(0,$.jsx)(`input`,{type:`hidden`,name:i,value:ne,"data-test":`${o}-value`}),(0,$.jsxs)(`div`,{...E.getControlProps(),className:`flex gap-2`,children:[(0,$.jsx)(g,{...te,...t,"aria-label":r,autoFocus:p,"data-test":o,disabled:d,onInput:t=>{if(ee?.(t),e!==`date`)return;let n=Ws(t.currentTarget.value);if(!n)return;let r=ks(n);r&&(t.currentTarget.value=n,E.setValue([r]),t.currentTarget.value=Ps(r,w),x(Ns(r)))},readOnly:f,tabIndex:h??void 0}),(0,$.jsx)(_,{...E.getTriggerProps(),"aria-label":`Open ${r||i} calendar`,disabled:d||f,size:`icon`,type:`button`,variant:`secondary`,children:(0,$.jsx)(m,{name:`calendar`,className:`size-lt-icon-md`,"aria-hidden":`true`})})]}),E.open?(0,$.jsx)(`div`,{...E.getPositionerProps(),className:`absolute z-lt-popover mt-2 rounded-lt-sm border border-lt-border bg-lt-popover p-3 text-lt-popover-fg shadow-lt-md`,children:(0,$.jsxs)(`div`,{...E.getContentProps(),className:`grid gap-3`,children:[(0,$.jsxs)(`div`,{className:`flex items-center justify-between gap-2`,children:[(0,$.jsx)(_,{...E.getPrevTriggerProps(),emphasis:`ghost`,size:`icon`,type:`button`,children:(0,$.jsx)(m,{name:`chevron-left`,className:`size-lt-icon-md`,"aria-hidden":`true`})}),(0,$.jsx)(`div`,{...E.getRangeTextProps(),className:`text-sm font-medium text-lt-fg`}),(0,$.jsx)(_,{...E.getNextTriggerProps(),emphasis:`ghost`,size:`icon`,type:`button`,children:(0,$.jsx)(m,{name:`chevron-right`,className:`size-lt-icon-md`,"aria-hidden":`true`})})]}),(0,$.jsxs)(`table`,{...E.getTableProps(),className:`w-full border-collapse text-sm`,children:[(0,$.jsx)(`thead`,{...E.getTableHeadProps(),children:(0,$.jsx)(`tr`,{...E.getTableRowProps(),children:E.weekDays.map(e=>(0,Q.createElement)(`th`,{...E.getTableHeaderProps(),"aria-label":e.long,key:e.value.toString(),className:`size-8 text-center text-xs font-medium text-lt-muted-fg`},e.narrow))})}),(0,$.jsx)(`tbody`,{...E.getTableBodyProps(),children:E.weeks.map((e,t)=>(0,Q.createElement)(`tr`,{...E.getTableRowProps(),key:t},e.map(e=>{let t=E.getDayTableCellState({value:e});return(0,Q.createElement)(`td`,{...E.getDayTableCellProps({value:e}),key:e.toString(),className:`p-0 text-center`},(0,$.jsx)(`button`,{...E.getDayTableCellTriggerProps({value:e}),type:`button`,className:a(`size-8 rounded-lt-sm text-sm text-lt-fg hover:bg-lt-muted`,t.selected&&`bg-lt-primary text-lt-primary-fg`,t.outsideRange&&`text-lt-muted-fg`,t.disabled&&`cursor-not-allowed opacity-40`),children:e.day}))})))})]}),e===`date-time`?(0,$.jsx)(y,{value:v(Ls(T[0],b)),onChange:e=>E.setTime({hour:e.hour,minute:e.minute,second:e.second}),step:u,disabled:d,readOnly:f,testId:`${o}-time`}):null]})}):null]})}function Ws(e){let t=e.replace(/\D/g,``);if(t.length===8)return`${t.slice(0,4)}-${t.slice(4,6)}-${t.slice(6,8)}`}export{Us as DatePickerField};
@@ -0,0 +1 @@
1
+ import{i as e,t}from"./react-SIfiwpqq.js";import{r as n,t as r}from"./use-effect-dispatcher-BMWOfaFE.js";import{a as i}from"./test-id-Dh3L6Gfh.js";import{t as a}from"./jsx-runtime-0vZSBttN.js";var o=e(t(),1),s=(e,t)=>{let n=Array(e.length+t.length);for(let t=0;t<e.length;t++)n[t]=e[t];for(let r=0;r<t.length;r++)n[e.length+r]=t[r];return n},c=(e,t)=>({classGroupId:e,validator:t}),l=(e=new Map,t=null,n)=>({nextPart:e,validators:t,classGroupId:n}),u=`-`,d=[],f=`arbitrary..`,p=e=>{let t=g(e),{conflictingClassGroups:n,conflictingClassGroupModifiers:r}=e;return{getClassGroupId:e=>{if(e.startsWith(`[`)&&e.endsWith(`]`))return h(e);let n=e.split(u);return m(n,+(n[0]===``&&n.length>1),t)},getConflictingClassGroupIds:(e,t)=>{if(t){let t=r[e],i=n[e];return t?i?s(i,t):t:i||d}return n[e]||d}}},m=(e,t,n)=>{if(e.length-t===0)return n.classGroupId;let r=e[t],i=n.nextPart.get(r);if(i){let n=m(e,t+1,i);if(n)return n}let a=n.validators;if(a===null)return;let o=t===0?e.join(u):e.slice(t).join(u),s=a.length;for(let e=0;e<s;e++){let t=a[e];if(t.validator(o))return t.classGroupId}},h=e=>e.slice(1,-1).indexOf(`:`)===-1?void 0:(()=>{let t=e.slice(1,-1),n=t.indexOf(`:`),r=t.slice(0,n);return r?f+r:void 0})(),g=e=>{let{theme:t,classGroups:n}=e;return _(n,t)},_=(e,t)=>{let n=l();for(let r in e){let i=e[r];v(i,n,r,t)}return n},v=(e,t,n,r)=>{let i=e.length;for(let a=0;a<i;a++){let i=e[a];y(i,t,n,r)}},y=(e,t,n,r)=>{if(typeof e==`string`){b(e,t,n);return}if(typeof e==`function`){x(e,t,n,r);return}S(e,t,n,r)},b=(e,t,n)=>{let r=e===``?t:C(t,e);r.classGroupId=n},x=(e,t,n,r)=>{if(w(e)){v(e(r),t,n,r);return}t.validators===null&&(t.validators=[]),t.validators.push(c(n,e))},S=(e,t,n,r)=>{let i=Object.entries(e),a=i.length;for(let e=0;e<a;e++){let[a,o]=i[e];v(o,C(t,a),n,r)}},C=(e,t)=>{let n=e,r=t.split(u),i=r.length;for(let e=0;e<i;e++){let t=r[e],i=n.nextPart.get(t);i||(i=l(),n.nextPart.set(t,i)),n=i}return n},w=e=>`isThemeGetter`in e&&e.isThemeGetter===!0,T=e=>{if(e<1)return{get:()=>void 0,set:()=>{}};let t=0,n=Object.create(null),r=Object.create(null),i=(i,a)=>{n[i]=a,t++,t>e&&(t=0,r=n,n=Object.create(null))};return{get(e){let t=n[e];if(t!==void 0)return t;if((t=r[e])!==void 0)return i(e,t),t},set(e,t){e in n?n[e]=t:i(e,t)}}},E=`!`,ee=`:`,te=[],D=(e,t,n,r,i)=>({modifiers:e,hasImportantModifier:t,baseClassName:n,maybePostfixModifierPosition:r,isExternal:i}),ne=e=>{let{prefix:t,experimentalParseClassName:n}=e,r=e=>{let t=[],n=0,r=0,i=0,a,o=e.length;for(let s=0;s<o;s++){let o=e[s];if(n===0&&r===0){if(o===ee){t.push(e.slice(i,s)),i=s+1;continue}if(o===`/`){a=s;continue}}o===`[`?n++:o===`]`?n--:o===`(`?r++:o===`)`&&r--}let s=t.length===0?e:e.slice(i),c=s,l=!1;s.endsWith(E)?(c=s.slice(0,-1),l=!0):s.startsWith(E)&&(c=s.slice(1),l=!0);let u=a&&a>i?a-i:void 0;return D(t,l,c,u)};if(t){let e=t+ee,n=r;r=t=>t.startsWith(e)?n(t.slice(e.length)):D(te,!1,t,void 0,!0)}if(n){let e=r;r=t=>n({className:t,parseClassName:e})}return r},O=e=>{let t=new Map;return e.orderSensitiveModifiers.forEach((e,n)=>{t.set(e,1e6+n)}),e=>{let n=[],r=[];for(let i=0;i<e.length;i++){let a=e[i],o=a[0]===`[`,s=t.has(a);o||s?(r.length>0&&(r.sort(),n.push(...r),r=[]),n.push(a)):r.push(a)}return r.length>0&&(r.sort(),n.push(...r)),n}},k=e=>({cache:T(e.cacheSize),parseClassName:ne(e),sortModifiers:O(e),postfixLookupClassGroupIds:A(e),...p(e)}),A=e=>{let t=Object.create(null),n=e.postfixLookupClassGroups;if(n)for(let e=0;e<n.length;e++)t[n[e]]=!0;return t},re=/\s+/,ie=(e,t)=>{let{parseClassName:n,getClassGroupId:r,getConflictingClassGroupIds:i,sortModifiers:a,postfixLookupClassGroupIds:o}=t,s=[],c=e.trim().split(re),l=``;for(let e=c.length-1;e>=0;--e){let t=c[e],{isExternal:u,modifiers:d,hasImportantModifier:f,baseClassName:p,maybePostfixModifierPosition:m}=n(t);if(u){l=t+(l.length>0?` `+l:l);continue}let h=!!m,g;if(h){g=r(p.substring(0,m));let e=g&&o[g]?r(p):void 0;e&&e!==g&&(g=e,h=!1)}else g=r(p);if(!g){if(!h){l=t+(l.length>0?` `+l:l);continue}if(g=r(p),!g){l=t+(l.length>0?` `+l:l);continue}h=!1}let _=d.length===0?``:d.length===1?d[0]:a(d).join(`:`),v=f?_+E:_,y=v+g;if(s.indexOf(y)>-1)continue;s.push(y);let b=i(g,h);for(let e=0;e<b.length;++e){let t=b[e];s.push(v+t)}l=t+(l.length>0?` `+l:l)}return l},j=(...e)=>{let t=0,n,r,i=``;for(;t<e.length;)(n=e[t++])&&(r=ae(n))&&(i&&(i+=` `),i+=r);return i},ae=e=>{if(typeof e==`string`)return e;let t,n=``;for(let r=0;r<e.length;r++)e[r]&&(t=ae(e[r]))&&(n&&(n+=` `),n+=t);return n},oe=(e,...t)=>{let n,r,i,a,o=o=>(n=k(t.reduce((e,t)=>t(e),e())),r=n.cache.get,i=n.cache.set,a=s,s(o)),s=e=>{let t=r(e);if(t)return t;let a=ie(e,n);return i(e,a),a};return a=o,(...e)=>a(j(...e))},se=[],M=e=>{let t=t=>t[e]||se;return t.isThemeGetter=!0,t},ce=/^\[(?:(\w[\w-]*):)?(.+)\]$/i,N=/^\((?:(\w[\w-]*):)?(.+)\)$/i,P=/^\d+(?:\.\d+)?\/\d+(?:\.\d+)?$/,le=/^(\d+(\.\d+)?)?(xs|sm|md|lg|xl)$/,ue=/\d+(%|px|r?em|[sdl]?v([hwib]|min|max)|pt|pc|in|cm|mm|cap|ch|ex|r?lh|cq(w|h|i|b|min|max))|\b(calc|min|max|clamp)\(.+\)|^0$/,F=/^(rgba?|hsla?|hwb|(ok)?(lab|lch)|color-mix)\(.+\)$/,de=/^(inset_)?-?((\d+)?\.?(\d+)[a-z]+|0)_-?((\d+)?\.?(\d+)[a-z]+|0)/,fe=/^(url|image|image-set|cross-fade|element|(repeating-)?(linear|radial|conic)-gradient)\(.+\)$/,I=e=>P.test(e),L=e=>!!e&&!Number.isNaN(Number(e)),R=e=>!!e&&Number.isInteger(Number(e)),pe=e=>e.endsWith(`%`)&&L(e.slice(0,-1)),z=e=>le.test(e),me=()=>!0,he=e=>ue.test(e)&&!F.test(e),ge=()=>!1,_e=e=>de.test(e),ve=e=>fe.test(e),ye=e=>!B(e)&&!V(e),be=e=>e.startsWith(`@container`)&&(e[10]===`/`&&e[11]!==void 0||e[11]===`s`&&e[16]!==void 0&&e.startsWith(`-size/`,10)||e[11]===`n`&&e[18]!==void 0&&e.startsWith(`-normal/`,10)),xe=e=>H(e,ze,ge),B=e=>ce.test(e),Se=e=>H(e,Be,he),Ce=e=>H(e,Ve,L),we=e=>H(e,Ue,me),Te=e=>H(e,He,ge),Ee=e=>H(e,Le,ge),De=e=>H(e,Re,ve),Oe=e=>H(e,We,_e),V=e=>N.test(e),ke=e=>Ie(e,Be),Ae=e=>Ie(e,He),je=e=>Ie(e,Le),Me=e=>Ie(e,ze),Ne=e=>Ie(e,Re),Pe=e=>Ie(e,We,!0),Fe=e=>Ie(e,Ue,!0),H=(e,t,n)=>{let r=ce.exec(e);return r?r[1]?t(r[1]):n(r[2]):!1},Ie=(e,t,n=!1)=>{let r=N.exec(e);return r?r[1]?t(r[1]):n:!1},Le=e=>e===`position`||e===`percentage`,Re=e=>e===`image`||e===`url`,ze=e=>e===`length`||e===`size`||e===`bg-size`,Be=e=>e===`length`,Ve=e=>e===`number`,He=e=>e===`family-name`,Ue=e=>e===`number`||e===`weight`,We=e=>e===`shadow`,Ge=()=>{let e=M(`color`),t=M(`font`),n=M(`text`),r=M(`font-weight`),i=M(`tracking`),a=M(`leading`),o=M(`breakpoint`),s=M(`container`),c=M(`spacing`),l=M(`radius`),u=M(`shadow`),d=M(`inset-shadow`),f=M(`text-shadow`),p=M(`drop-shadow`),m=M(`blur`),h=M(`perspective`),g=M(`aspect`),_=M(`ease`),v=M(`animate`),y=()=>[`auto`,`avoid`,`all`,`avoid-page`,`page`,`left`,`right`,`column`],b=()=>[`center`,`top`,`bottom`,`left`,`right`,`top-left`,`left-top`,`top-right`,`right-top`,`bottom-right`,`right-bottom`,`bottom-left`,`left-bottom`],x=()=>[...b(),V,B],S=()=>[`auto`,`hidden`,`clip`,`visible`,`scroll`],C=()=>[`auto`,`contain`,`none`],w=()=>[V,B,c],T=()=>[I,`full`,`auto`,...w()],E=()=>[R,`none`,`subgrid`,V,B],ee=()=>[`auto`,{span:[`full`,R,V,B]},R,V,B],te=()=>[R,`auto`,V,B],D=()=>[`auto`,`min`,`max`,`fr`,V,B],ne=()=>[`start`,`end`,`center`,`between`,`around`,`evenly`,`stretch`,`baseline`,`center-safe`,`end-safe`],O=()=>[`start`,`end`,`center`,`stretch`,`center-safe`,`end-safe`],k=()=>[`auto`,...w()],A=()=>[I,`auto`,`full`,`dvw`,`dvh`,`lvw`,`lvh`,`svw`,`svh`,`min`,`max`,`fit`,...w()],re=()=>[I,`screen`,`full`,`dvw`,`lvw`,`svw`,`min`,`max`,`fit`,...w()],ie=()=>[I,`screen`,`full`,`lh`,`dvh`,`lvh`,`svh`,`min`,`max`,`fit`,...w()],j=()=>[e,V,B],ae=()=>[...b(),je,Ee,{position:[V,B]}],oe=()=>[`no-repeat`,{repeat:[``,`x`,`y`,`space`,`round`]}],se=()=>[`auto`,`cover`,`contain`,Me,xe,{size:[V,B]}],ce=()=>[pe,ke,Se],N=()=>[``,`none`,`full`,l,V,B],P=()=>[``,L,ke,Se],le=()=>[`solid`,`dashed`,`dotted`,`double`],ue=()=>[`normal`,`multiply`,`screen`,`overlay`,`darken`,`lighten`,`color-dodge`,`color-burn`,`hard-light`,`soft-light`,`difference`,`exclusion`,`hue`,`saturation`,`color`,`luminosity`],F=()=>[L,pe,je,Ee],de=()=>[``,`none`,m,V,B],fe=()=>[`none`,L,V,B],he=()=>[`none`,L,V,B],ge=()=>[L,V,B],_e=()=>[I,`full`,...w()];return{cacheSize:500,theme:{animate:[`spin`,`ping`,`pulse`,`bounce`],aspect:[`video`],blur:[z],breakpoint:[z],color:[me],container:[z],"drop-shadow":[z],ease:[`in`,`out`,`in-out`],font:[ye],"font-weight":[`thin`,`extralight`,`light`,`normal`,`medium`,`semibold`,`bold`,`extrabold`,`black`],"inset-shadow":[z],leading:[`none`,`tight`,`snug`,`normal`,`relaxed`,`loose`],perspective:[`dramatic`,`near`,`normal`,`midrange`,`distant`,`none`],radius:[z],shadow:[z],spacing:[`px`,L],text:[z],"text-shadow":[z],tracking:[`tighter`,`tight`,`normal`,`wide`,`wider`,`widest`]},classGroups:{aspect:[{aspect:[`auto`,`square`,I,B,V,g]}],container:[`container`],"container-type":[{"@container":[``,`normal`,`size`,V,B]}],"container-named":[be],columns:[{columns:[L,B,V,s]}],"break-after":[{"break-after":y()}],"break-before":[{"break-before":y()}],"break-inside":[{"break-inside":[`auto`,`avoid`,`avoid-page`,`avoid-column`]}],"box-decoration":[{"box-decoration":[`slice`,`clone`]}],box:[{box:[`border`,`content`]}],display:[`block`,`inline-block`,`inline`,`flex`,`inline-flex`,`table`,`inline-table`,`table-caption`,`table-cell`,`table-column`,`table-column-group`,`table-footer-group`,`table-header-group`,`table-row-group`,`table-row`,`flow-root`,`grid`,`inline-grid`,`contents`,`list-item`,`hidden`],sr:[`sr-only`,`not-sr-only`],float:[{float:[`right`,`left`,`none`,`start`,`end`]}],clear:[{clear:[`left`,`right`,`both`,`none`,`start`,`end`]}],isolation:[`isolate`,`isolation-auto`],"object-fit":[{object:[`contain`,`cover`,`fill`,`none`,`scale-down`]}],"object-position":[{object:x()}],overflow:[{overflow:S()}],"overflow-x":[{"overflow-x":S()}],"overflow-y":[{"overflow-y":S()}],overscroll:[{overscroll:C()}],"overscroll-x":[{"overscroll-x":C()}],"overscroll-y":[{"overscroll-y":C()}],position:[`static`,`fixed`,`absolute`,`relative`,`sticky`],inset:[{inset:T()}],"inset-x":[{"inset-x":T()}],"inset-y":[{"inset-y":T()}],start:[{"inset-s":T(),start:T()}],end:[{"inset-e":T(),end:T()}],"inset-bs":[{"inset-bs":T()}],"inset-be":[{"inset-be":T()}],top:[{top:T()}],right:[{right:T()}],bottom:[{bottom:T()}],left:[{left:T()}],visibility:[`visible`,`invisible`,`collapse`],z:[{z:[R,`auto`,V,B]}],basis:[{basis:[I,`full`,`auto`,s,...w()]}],"flex-direction":[{flex:[`row`,`row-reverse`,`col`,`col-reverse`]}],"flex-wrap":[{flex:[`nowrap`,`wrap`,`wrap-reverse`]}],flex:[{flex:[L,I,`auto`,`initial`,`none`,B]}],grow:[{grow:[``,L,V,B]}],shrink:[{shrink:[``,L,V,B]}],order:[{order:[R,`first`,`last`,`none`,V,B]}],"grid-cols":[{"grid-cols":E()}],"col-start-end":[{col:ee()}],"col-start":[{"col-start":te()}],"col-end":[{"col-end":te()}],"grid-rows":[{"grid-rows":E()}],"row-start-end":[{row:ee()}],"row-start":[{"row-start":te()}],"row-end":[{"row-end":te()}],"grid-flow":[{"grid-flow":[`row`,`col`,`dense`,`row-dense`,`col-dense`]}],"auto-cols":[{"auto-cols":D()}],"auto-rows":[{"auto-rows":D()}],gap:[{gap:w()}],"gap-x":[{"gap-x":w()}],"gap-y":[{"gap-y":w()}],"justify-content":[{justify:[...ne(),`normal`]}],"justify-items":[{"justify-items":[...O(),`normal`]}],"justify-self":[{"justify-self":[`auto`,...O()]}],"align-content":[{content:[`normal`,...ne()]}],"align-items":[{items:[...O(),{baseline:[``,`last`]}]}],"align-self":[{self:[`auto`,...O(),{baseline:[``,`last`]}]}],"place-content":[{"place-content":ne()}],"place-items":[{"place-items":[...O(),`baseline`]}],"place-self":[{"place-self":[`auto`,...O()]}],p:[{p:w()}],px:[{px:w()}],py:[{py:w()}],ps:[{ps:w()}],pe:[{pe:w()}],pbs:[{pbs:w()}],pbe:[{pbe:w()}],pt:[{pt:w()}],pr:[{pr:w()}],pb:[{pb:w()}],pl:[{pl:w()}],m:[{m:k()}],mx:[{mx:k()}],my:[{my:k()}],ms:[{ms:k()}],me:[{me:k()}],mbs:[{mbs:k()}],mbe:[{mbe:k()}],mt:[{mt:k()}],mr:[{mr:k()}],mb:[{mb:k()}],ml:[{ml:k()}],"space-x":[{"space-x":w()}],"space-x-reverse":[`space-x-reverse`],"space-y":[{"space-y":w()}],"space-y-reverse":[`space-y-reverse`],size:[{size:A()}],"inline-size":[{inline:[`auto`,...re()]}],"min-inline-size":[{"min-inline":[`auto`,...re()]}],"max-inline-size":[{"max-inline":[`none`,...re()]}],"block-size":[{block:[`auto`,...ie()]}],"min-block-size":[{"min-block":[`auto`,...ie()]}],"max-block-size":[{"max-block":[`none`,...ie()]}],w:[{w:[s,`screen`,...A()]}],"min-w":[{"min-w":[s,`screen`,`none`,...A()]}],"max-w":[{"max-w":[s,`screen`,`none`,`prose`,{screen:[o]},...A()]}],h:[{h:[`screen`,`lh`,...A()]}],"min-h":[{"min-h":[`screen`,`lh`,`none`,...A()]}],"max-h":[{"max-h":[`screen`,`lh`,...A()]}],"font-size":[{text:[`base`,n,ke,Se]}],"font-smoothing":[`antialiased`,`subpixel-antialiased`],"font-style":[`italic`,`not-italic`],"font-weight":[{font:[r,Fe,we]}],"font-stretch":[{"font-stretch":[`ultra-condensed`,`extra-condensed`,`condensed`,`semi-condensed`,`normal`,`semi-expanded`,`expanded`,`extra-expanded`,`ultra-expanded`,pe,B]}],"font-family":[{font:[Ae,Te,t]}],"font-features":[{"font-features":[B]}],"fvn-normal":[`normal-nums`],"fvn-ordinal":[`ordinal`],"fvn-slashed-zero":[`slashed-zero`],"fvn-figure":[`lining-nums`,`oldstyle-nums`],"fvn-spacing":[`proportional-nums`,`tabular-nums`],"fvn-fraction":[`diagonal-fractions`,`stacked-fractions`],tracking:[{tracking:[i,V,B]}],"line-clamp":[{"line-clamp":[L,`none`,V,Ce]}],leading:[{leading:[a,...w()]}],"list-image":[{"list-image":[`none`,V,B]}],"list-style-position":[{list:[`inside`,`outside`]}],"list-style-type":[{list:[`disc`,`decimal`,`none`,V,B]}],"text-alignment":[{text:[`left`,`center`,`right`,`justify`,`start`,`end`]}],"placeholder-color":[{placeholder:j()}],"text-color":[{text:j()}],"text-decoration":[`underline`,`overline`,`line-through`,`no-underline`],"text-decoration-style":[{decoration:[...le(),`wavy`]}],"text-decoration-thickness":[{decoration:[L,`from-font`,`auto`,V,Se]}],"text-decoration-color":[{decoration:j()}],"underline-offset":[{"underline-offset":[L,`auto`,V,B]}],"text-transform":[`uppercase`,`lowercase`,`capitalize`,`normal-case`],"text-overflow":[`truncate`,`text-ellipsis`,`text-clip`],"text-wrap":[{text:[`wrap`,`nowrap`,`balance`,`pretty`]}],indent:[{indent:w()}],"tab-size":[{tab:[R,V,B]}],"vertical-align":[{align:[`baseline`,`top`,`middle`,`bottom`,`text-top`,`text-bottom`,`sub`,`super`,V,B]}],whitespace:[{whitespace:[`normal`,`nowrap`,`pre`,`pre-line`,`pre-wrap`,`break-spaces`]}],break:[{break:[`normal`,`words`,`all`,`keep`]}],wrap:[{wrap:[`break-word`,`anywhere`,`normal`]}],hyphens:[{hyphens:[`none`,`manual`,`auto`]}],content:[{content:[`none`,V,B]}],"bg-attachment":[{bg:[`fixed`,`local`,`scroll`]}],"bg-clip":[{"bg-clip":[`border`,`padding`,`content`,`text`]}],"bg-origin":[{"bg-origin":[`border`,`padding`,`content`]}],"bg-position":[{bg:ae()}],"bg-repeat":[{bg:oe()}],"bg-size":[{bg:se()}],"bg-image":[{bg:[`none`,{linear:[{to:[`t`,`tr`,`r`,`br`,`b`,`bl`,`l`,`tl`]},R,V,B],radial:[``,V,B],conic:[R,V,B]},Ne,De]}],"bg-color":[{bg:j()}],"gradient-from-pos":[{from:ce()}],"gradient-via-pos":[{via:ce()}],"gradient-to-pos":[{to:ce()}],"gradient-from":[{from:j()}],"gradient-via":[{via:j()}],"gradient-to":[{to:j()}],rounded:[{rounded:N()}],"rounded-s":[{"rounded-s":N()}],"rounded-e":[{"rounded-e":N()}],"rounded-t":[{"rounded-t":N()}],"rounded-r":[{"rounded-r":N()}],"rounded-b":[{"rounded-b":N()}],"rounded-l":[{"rounded-l":N()}],"rounded-ss":[{"rounded-ss":N()}],"rounded-se":[{"rounded-se":N()}],"rounded-ee":[{"rounded-ee":N()}],"rounded-es":[{"rounded-es":N()}],"rounded-tl":[{"rounded-tl":N()}],"rounded-tr":[{"rounded-tr":N()}],"rounded-br":[{"rounded-br":N()}],"rounded-bl":[{"rounded-bl":N()}],"border-w":[{border:P()}],"border-w-x":[{"border-x":P()}],"border-w-y":[{"border-y":P()}],"border-w-s":[{"border-s":P()}],"border-w-e":[{"border-e":P()}],"border-w-bs":[{"border-bs":P()}],"border-w-be":[{"border-be":P()}],"border-w-t":[{"border-t":P()}],"border-w-r":[{"border-r":P()}],"border-w-b":[{"border-b":P()}],"border-w-l":[{"border-l":P()}],"divide-x":[{"divide-x":P()}],"divide-x-reverse":[`divide-x-reverse`],"divide-y":[{"divide-y":P()}],"divide-y-reverse":[`divide-y-reverse`],"border-style":[{border:[...le(),`hidden`,`none`]}],"divide-style":[{divide:[...le(),`hidden`,`none`]}],"border-color":[{border:j()}],"border-color-x":[{"border-x":j()}],"border-color-y":[{"border-y":j()}],"border-color-s":[{"border-s":j()}],"border-color-e":[{"border-e":j()}],"border-color-bs":[{"border-bs":j()}],"border-color-be":[{"border-be":j()}],"border-color-t":[{"border-t":j()}],"border-color-r":[{"border-r":j()}],"border-color-b":[{"border-b":j()}],"border-color-l":[{"border-l":j()}],"divide-color":[{divide:j()}],"outline-style":[{outline:[...le(),`none`,`hidden`]}],"outline-offset":[{"outline-offset":[L,V,B]}],"outline-w":[{outline:[``,L,ke,Se]}],"outline-color":[{outline:j()}],shadow:[{shadow:[``,`none`,u,Pe,Oe]}],"shadow-color":[{shadow:j()}],"inset-shadow":[{"inset-shadow":[`none`,d,Pe,Oe]}],"inset-shadow-color":[{"inset-shadow":j()}],"ring-w":[{ring:P()}],"ring-w-inset":[`ring-inset`],"ring-color":[{ring:j()}],"ring-offset-w":[{"ring-offset":[L,Se]}],"ring-offset-color":[{"ring-offset":j()}],"inset-ring-w":[{"inset-ring":P()}],"inset-ring-color":[{"inset-ring":j()}],"text-shadow":[{"text-shadow":[`none`,f,Pe,Oe]}],"text-shadow-color":[{"text-shadow":j()}],opacity:[{opacity:[L,V,B]}],"mix-blend":[{"mix-blend":[...ue(),`plus-darker`,`plus-lighter`]}],"bg-blend":[{"bg-blend":ue()}],"mask-clip":[{"mask-clip":[`border`,`padding`,`content`,`fill`,`stroke`,`view`]},`mask-no-clip`],"mask-composite":[{mask:[`add`,`subtract`,`intersect`,`exclude`]}],"mask-image-linear-pos":[{"mask-linear":[L]}],"mask-image-linear-from-pos":[{"mask-linear-from":F()}],"mask-image-linear-to-pos":[{"mask-linear-to":F()}],"mask-image-linear-from-color":[{"mask-linear-from":j()}],"mask-image-linear-to-color":[{"mask-linear-to":j()}],"mask-image-t-from-pos":[{"mask-t-from":F()}],"mask-image-t-to-pos":[{"mask-t-to":F()}],"mask-image-t-from-color":[{"mask-t-from":j()}],"mask-image-t-to-color":[{"mask-t-to":j()}],"mask-image-r-from-pos":[{"mask-r-from":F()}],"mask-image-r-to-pos":[{"mask-r-to":F()}],"mask-image-r-from-color":[{"mask-r-from":j()}],"mask-image-r-to-color":[{"mask-r-to":j()}],"mask-image-b-from-pos":[{"mask-b-from":F()}],"mask-image-b-to-pos":[{"mask-b-to":F()}],"mask-image-b-from-color":[{"mask-b-from":j()}],"mask-image-b-to-color":[{"mask-b-to":j()}],"mask-image-l-from-pos":[{"mask-l-from":F()}],"mask-image-l-to-pos":[{"mask-l-to":F()}],"mask-image-l-from-color":[{"mask-l-from":j()}],"mask-image-l-to-color":[{"mask-l-to":j()}],"mask-image-x-from-pos":[{"mask-x-from":F()}],"mask-image-x-to-pos":[{"mask-x-to":F()}],"mask-image-x-from-color":[{"mask-x-from":j()}],"mask-image-x-to-color":[{"mask-x-to":j()}],"mask-image-y-from-pos":[{"mask-y-from":F()}],"mask-image-y-to-pos":[{"mask-y-to":F()}],"mask-image-y-from-color":[{"mask-y-from":j()}],"mask-image-y-to-color":[{"mask-y-to":j()}],"mask-image-radial":[{"mask-radial":[V,B]}],"mask-image-radial-from-pos":[{"mask-radial-from":F()}],"mask-image-radial-to-pos":[{"mask-radial-to":F()}],"mask-image-radial-from-color":[{"mask-radial-from":j()}],"mask-image-radial-to-color":[{"mask-radial-to":j()}],"mask-image-radial-shape":[{"mask-radial":[`circle`,`ellipse`]}],"mask-image-radial-size":[{"mask-radial":[{closest:[`side`,`corner`],farthest:[`side`,`corner`]}]}],"mask-image-radial-pos":[{"mask-radial-at":b()}],"mask-image-conic-pos":[{"mask-conic":[L]}],"mask-image-conic-from-pos":[{"mask-conic-from":F()}],"mask-image-conic-to-pos":[{"mask-conic-to":F()}],"mask-image-conic-from-color":[{"mask-conic-from":j()}],"mask-image-conic-to-color":[{"mask-conic-to":j()}],"mask-mode":[{mask:[`alpha`,`luminance`,`match`]}],"mask-origin":[{"mask-origin":[`border`,`padding`,`content`,`fill`,`stroke`,`view`]}],"mask-position":[{mask:ae()}],"mask-repeat":[{mask:oe()}],"mask-size":[{mask:se()}],"mask-type":[{"mask-type":[`alpha`,`luminance`]}],"mask-image":[{mask:[`none`,V,B]}],filter:[{filter:[``,`none`,V,B]}],blur:[{blur:de()}],brightness:[{brightness:[L,V,B]}],contrast:[{contrast:[L,V,B]}],"drop-shadow":[{"drop-shadow":[``,`none`,p,Pe,Oe]}],"drop-shadow-color":[{"drop-shadow":j()}],grayscale:[{grayscale:[``,L,V,B]}],"hue-rotate":[{"hue-rotate":[L,V,B]}],invert:[{invert:[``,L,V,B]}],saturate:[{saturate:[L,V,B]}],sepia:[{sepia:[``,L,V,B]}],"backdrop-filter":[{"backdrop-filter":[``,`none`,V,B]}],"backdrop-blur":[{"backdrop-blur":de()}],"backdrop-brightness":[{"backdrop-brightness":[L,V,B]}],"backdrop-contrast":[{"backdrop-contrast":[L,V,B]}],"backdrop-grayscale":[{"backdrop-grayscale":[``,L,V,B]}],"backdrop-hue-rotate":[{"backdrop-hue-rotate":[L,V,B]}],"backdrop-invert":[{"backdrop-invert":[``,L,V,B]}],"backdrop-opacity":[{"backdrop-opacity":[L,V,B]}],"backdrop-saturate":[{"backdrop-saturate":[L,V,B]}],"backdrop-sepia":[{"backdrop-sepia":[``,L,V,B]}],"border-collapse":[{border:[`collapse`,`separate`]}],"border-spacing":[{"border-spacing":w()}],"border-spacing-x":[{"border-spacing-x":w()}],"border-spacing-y":[{"border-spacing-y":w()}],"table-layout":[{table:[`auto`,`fixed`]}],caption:[{caption:[`top`,`bottom`]}],transition:[{transition:[``,`all`,`colors`,`opacity`,`shadow`,`transform`,`none`,V,B]}],"transition-behavior":[{transition:[`normal`,`discrete`]}],duration:[{duration:[L,`initial`,V,B]}],ease:[{ease:[`linear`,`initial`,_,V,B]}],delay:[{delay:[L,V,B]}],animate:[{animate:[`none`,v,V,B]}],backface:[{backface:[`hidden`,`visible`]}],perspective:[{perspective:[h,V,B]}],"perspective-origin":[{"perspective-origin":x()}],rotate:[{rotate:fe()}],"rotate-x":[{"rotate-x":fe()}],"rotate-y":[{"rotate-y":fe()}],"rotate-z":[{"rotate-z":fe()}],scale:[{scale:he()}],"scale-x":[{"scale-x":he()}],"scale-y":[{"scale-y":he()}],"scale-z":[{"scale-z":he()}],"scale-3d":[`scale-3d`],skew:[{skew:ge()}],"skew-x":[{"skew-x":ge()}],"skew-y":[{"skew-y":ge()}],transform:[{transform:[V,B,``,`none`,`gpu`,`cpu`]}],"transform-origin":[{origin:x()}],"transform-style":[{transform:[`3d`,`flat`]}],translate:[{translate:_e()}],"translate-x":[{"translate-x":_e()}],"translate-y":[{"translate-y":_e()}],"translate-z":[{"translate-z":_e()}],"translate-none":[`translate-none`],zoom:[{zoom:[R,V,B]}],accent:[{accent:j()}],appearance:[{appearance:[`none`,`auto`]}],"caret-color":[{caret:j()}],"color-scheme":[{scheme:[`normal`,`dark`,`light`,`light-dark`,`only-dark`,`only-light`]}],cursor:[{cursor:[`auto`,`default`,`pointer`,`wait`,`text`,`move`,`help`,`not-allowed`,`none`,`context-menu`,`progress`,`cell`,`crosshair`,`vertical-text`,`alias`,`copy`,`no-drop`,`grab`,`grabbing`,`all-scroll`,`col-resize`,`row-resize`,`n-resize`,`e-resize`,`s-resize`,`w-resize`,`ne-resize`,`nw-resize`,`se-resize`,`sw-resize`,`ew-resize`,`ns-resize`,`nesw-resize`,`nwse-resize`,`zoom-in`,`zoom-out`,V,B]}],"field-sizing":[{"field-sizing":[`fixed`,`content`]}],"pointer-events":[{"pointer-events":[`auto`,`none`]}],resize:[{resize:[`none`,``,`y`,`x`]}],"scroll-behavior":[{scroll:[`auto`,`smooth`]}],"scrollbar-thumb-color":[{"scrollbar-thumb":j()}],"scrollbar-track-color":[{"scrollbar-track":j()}],"scrollbar-gutter":[{"scrollbar-gutter":[`auto`,`stable`,`both`]}],"scrollbar-w":[{scrollbar:[`auto`,`thin`,`none`]}],"scroll-m":[{"scroll-m":w()}],"scroll-mx":[{"scroll-mx":w()}],"scroll-my":[{"scroll-my":w()}],"scroll-ms":[{"scroll-ms":w()}],"scroll-me":[{"scroll-me":w()}],"scroll-mbs":[{"scroll-mbs":w()}],"scroll-mbe":[{"scroll-mbe":w()}],"scroll-mt":[{"scroll-mt":w()}],"scroll-mr":[{"scroll-mr":w()}],"scroll-mb":[{"scroll-mb":w()}],"scroll-ml":[{"scroll-ml":w()}],"scroll-p":[{"scroll-p":w()}],"scroll-px":[{"scroll-px":w()}],"scroll-py":[{"scroll-py":w()}],"scroll-ps":[{"scroll-ps":w()}],"scroll-pe":[{"scroll-pe":w()}],"scroll-pbs":[{"scroll-pbs":w()}],"scroll-pbe":[{"scroll-pbe":w()}],"scroll-pt":[{"scroll-pt":w()}],"scroll-pr":[{"scroll-pr":w()}],"scroll-pb":[{"scroll-pb":w()}],"scroll-pl":[{"scroll-pl":w()}],"snap-align":[{snap:[`start`,`end`,`center`,`align-none`]}],"snap-stop":[{snap:[`normal`,`always`]}],"snap-type":[{snap:[`none`,`x`,`y`,`both`]}],"snap-strictness":[{snap:[`mandatory`,`proximity`]}],touch:[{touch:[`auto`,`none`,`manipulation`]}],"touch-x":[{"touch-pan":[`x`,`left`,`right`]}],"touch-y":[{"touch-pan":[`y`,`up`,`down`]}],"touch-pz":[`touch-pinch-zoom`],select:[{select:[`none`,`text`,`all`,`auto`]}],"will-change":[{"will-change":[`auto`,`scroll`,`contents`,`transform`,V,B]}],fill:[{fill:[`none`,...j()]}],"stroke-w":[{stroke:[L,ke,Se,Ce]}],stroke:[{stroke:[`none`,...j()]}],"forced-color-adjust":[{"forced-color-adjust":[`auto`,`none`]}]},conflictingClassGroups:{"container-named":[`container-type`],overflow:[`overflow-x`,`overflow-y`],overscroll:[`overscroll-x`,`overscroll-y`],inset:[`inset-x`,`inset-y`,`inset-bs`,`inset-be`,`start`,`end`,`top`,`right`,`bottom`,`left`],"inset-x":[`right`,`left`],"inset-y":[`top`,`bottom`],flex:[`basis`,`grow`,`shrink`],gap:[`gap-x`,`gap-y`],p:[`px`,`py`,`ps`,`pe`,`pbs`,`pbe`,`pt`,`pr`,`pb`,`pl`],px:[`pr`,`pl`],py:[`pt`,`pb`],m:[`mx`,`my`,`ms`,`me`,`mbs`,`mbe`,`mt`,`mr`,`mb`,`ml`],mx:[`mr`,`ml`],my:[`mt`,`mb`],size:[`w`,`h`],"font-size":[`leading`],"fvn-normal":[`fvn-ordinal`,`fvn-slashed-zero`,`fvn-figure`,`fvn-spacing`,`fvn-fraction`],"fvn-ordinal":[`fvn-normal`],"fvn-slashed-zero":[`fvn-normal`],"fvn-figure":[`fvn-normal`],"fvn-spacing":[`fvn-normal`],"fvn-fraction":[`fvn-normal`],"line-clamp":[`display`,`overflow`],rounded:[`rounded-s`,`rounded-e`,`rounded-t`,`rounded-r`,`rounded-b`,`rounded-l`,`rounded-ss`,`rounded-se`,`rounded-ee`,`rounded-es`,`rounded-tl`,`rounded-tr`,`rounded-br`,`rounded-bl`],"rounded-s":[`rounded-ss`,`rounded-es`],"rounded-e":[`rounded-se`,`rounded-ee`],"rounded-t":[`rounded-tl`,`rounded-tr`],"rounded-r":[`rounded-tr`,`rounded-br`],"rounded-b":[`rounded-br`,`rounded-bl`],"rounded-l":[`rounded-tl`,`rounded-bl`],"border-spacing":[`border-spacing-x`,`border-spacing-y`],"border-w":[`border-w-x`,`border-w-y`,`border-w-s`,`border-w-e`,`border-w-bs`,`border-w-be`,`border-w-t`,`border-w-r`,`border-w-b`,`border-w-l`],"border-w-x":[`border-w-r`,`border-w-l`],"border-w-y":[`border-w-t`,`border-w-b`],"border-color":[`border-color-x`,`border-color-y`,`border-color-s`,`border-color-e`,`border-color-bs`,`border-color-be`,`border-color-t`,`border-color-r`,`border-color-b`,`border-color-l`],"border-color-x":[`border-color-r`,`border-color-l`],"border-color-y":[`border-color-t`,`border-color-b`],translate:[`translate-x`,`translate-y`,`translate-none`],"translate-none":[`translate`,`translate-x`,`translate-y`,`translate-z`],"scroll-m":[`scroll-mx`,`scroll-my`,`scroll-ms`,`scroll-me`,`scroll-mbs`,`scroll-mbe`,`scroll-mt`,`scroll-mr`,`scroll-mb`,`scroll-ml`],"scroll-mx":[`scroll-mr`,`scroll-ml`],"scroll-my":[`scroll-mt`,`scroll-mb`],"scroll-p":[`scroll-px`,`scroll-py`,`scroll-ps`,`scroll-pe`,`scroll-pbs`,`scroll-pbe`,`scroll-pt`,`scroll-pr`,`scroll-pb`,`scroll-pl`],"scroll-px":[`scroll-pr`,`scroll-pl`],"scroll-py":[`scroll-pt`,`scroll-pb`],touch:[`touch-x`,`touch-y`,`touch-pz`],"touch-x":[`touch`],"touch-y":[`touch`],"touch-pz":[`touch`]},conflictingClassGroupModifiers:{"font-size":[`leading`]},postfixLookupClassGroups:[`container-type`],orderSensitiveModifiers:[`*`,`**`,`after`,`backdrop`,`before`,`details-content`,`file`,`first-letter`,`first-line`,`marker`,`placeholder`,`selection`]}},Ke=(e,{cacheSize:t,prefix:n,experimentalParseClassName:r,extend:i={},override:a={}})=>(qe(e,`cacheSize`,t),qe(e,`prefix`,n),qe(e,`experimentalParseClassName`,r),Je(e.theme,a.theme),Je(e.classGroups,a.classGroups),Je(e.conflictingClassGroups,a.conflictingClassGroups),Je(e.conflictingClassGroupModifiers,a.conflictingClassGroupModifiers),qe(e,`postfixLookupClassGroups`,a.postfixLookupClassGroups),qe(e,`orderSensitiveModifiers`,a.orderSensitiveModifiers),Ye(e.theme,i.theme),Ye(e.classGroups,i.classGroups),Ye(e.conflictingClassGroups,i.conflictingClassGroups),Ye(e.conflictingClassGroupModifiers,i.conflictingClassGroupModifiers),Xe(e,i,`postfixLookupClassGroups`),Xe(e,i,`orderSensitiveModifiers`),e),qe=(e,t,n)=>{n!==void 0&&(e[t]=n)},Je=(e,t)=>{if(t)for(let n in t)qe(e,n,t[n])},Ye=(e,t)=>{if(t)for(let n in t)Xe(e,t,n)},Xe=(e,t,n)=>{let r=t[n];r!==void 0&&(e[n]=e[n]?e[n].concat(r):r)},Ze=((e,...t)=>typeof e==`function`?oe(Ge,e,...t):oe(()=>Ke(Ge(),e),...t))({extend:{classGroups:{"lt-icon-size":[{size:[{lt:[{icon:[`xs`,`sm`,`md`,`lg`,`xl`,`2xl`,`3xl`,`4xl`]}]}]}]}}});function Qe(...e){return Ze(i(e))}var U=a(),$e=(0,o.createContext)({href:``});function et({children:e,sprite:t}){return(0,U.jsxs)($e.Provider,{value:t,children:[t.source?(0,U.jsx)(`div`,{hidden:!0,dangerouslySetInnerHTML:{__html:t.source}}):null,e]})}function tt(){return(0,o.useContext)($e)}function nt({className:e,name:t,...n}){let{href:r,ids:i}=tt();return(0,U.jsx)(`svg`,{"aria-hidden":`true`,...n,className:Qe(`size-lt-icon-md`,e),children:(0,U.jsx)(`use`,{href:`${r}#${t}`})})}var rt=(0,o.createContext)([]);function it({className:e,icon:t}){let n=(0,o.useContext)(rt),{ids:r}=tt();for(let r of n){let n=r({className:e,icon:t});if(n!=null&&n!==!1)return n}return r&&!r.includes(t)?(0,U.jsx)(at,{className:e}):(0,U.jsx)(nt,{className:e,name:t})}function at({className:e}){return(0,U.jsxs)(`svg`,{"aria-hidden":`true`,className:Qe(`size-lt-icon-md text-lt-muted-fg`,e),"data-lattice-missing-icon":``,fill:`none`,stroke:`currentColor`,strokeLinecap:`round`,strokeLinejoin:`round`,strokeWidth:`2`,viewBox:`0 0 24 24`,children:[(0,U.jsx)(`circle`,{cx:`12`,cy:`12`,r:`10`}),(0,U.jsx)(`path`,{d:`M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3`}),(0,U.jsx)(`path`,{d:`M12 17h.01`})]})}var ot=Object.defineProperty,st=(e,t)=>ot(e,`name`,{value:t,configurable:!0});function ct(e,t){if(typeof e==`function`)return e(t);e!=null&&(e.current=t)}st(ct,`setRef`);function lt(...e){return t=>{let n=!1,r=e.map(e=>{let r=ct(e,t);return!n&&typeof r==`function`&&(n=!0),r});if(n)return()=>{for(let t=0;t<r.length;t++){let n=r[t];typeof n==`function`?n():ct(e[t],null)}}}}st(lt,`composeRefs`);function ut(...e){return o.useCallback(lt(...e),e)}st(ut,`useComposedRefs`);var dt=Object.defineProperty,W=(e,t)=>dt(e,`name`,{value:t,configurable:!0});function ft(e){let t=o.forwardRef((t,n)=>{let{children:r,...i}=t,a=null,s=!1,c=[];xt(r)&&typeof Tt==`function`&&(r=Tt(r._payload)),o.Children.forEach(r,e=>{if(yt(e)){s=!0;let t=e,n=`child`in t.props?t.props.child:t.props.children;xt(n)&&typeof Tt==`function`&&(n=Tt(n._payload)),a=gt(t,n),c.push(a?.props?.children)}else c.push(e)}),a?a=o.cloneElement(a,void 0,c):!s&&o.Children.count(r)===1&&o.isValidElement(r)&&(a=r);let l=a?vt(a):void 0,u=ut(n,l);if(!a){if(r||r===0)throw Error(s?wt(e):Ct(e));return r}let d=_t(i,a.props??{});return a.type!==o.Fragment&&(d.ref=n?u:l),o.cloneElement(a,d)});return t.displayName=`${e}.Slot`,t}W(ft,`createSlot`);var pt=ft(`Slot`),mt=Symbol.for(`radix.slottable`);function ht(e){let t=W(e=>`child`in e?e.children(e.child):e.children,`Slottable`);return t.displayName=`${e}.Slottable`,t.__radixId=mt,t}W(ht,`createSlottable`);var gt=W((e,t)=>{if(`child`in e.props){let t=e.props.child;return o.isValidElement(t)?o.cloneElement(t,void 0,e.props.children(t.props.children)):null}return o.isValidElement(t)?t:null},`getSlottableElementFromSlottable`);function _t(e,t){let n={...t};for(let r in t){let i=e[r],a=t[r];/^on[A-Z]/.test(r)?i&&a?n[r]=(...e)=>{let t=a(...e);return i(...e),t}:i&&(n[r]=i):r===`style`?n[r]={...i,...a}:r===`className`&&(n[r]=[i,a].filter(Boolean).join(` `))}return{...e,...n}}W(_t,`mergeProps`);function vt(e){let t=Object.getOwnPropertyDescriptor(e.props,`ref`)?.get,n=t&&`isReactWarning`in t&&t.isReactWarning;return n?e.ref:(t=Object.getOwnPropertyDescriptor(e,`ref`)?.get,n=t&&`isReactWarning`in t&&t.isReactWarning,n?e.props.ref:e.props.ref||e.ref)}W(vt,`getElementRef`);function yt(e){return o.isValidElement(e)&&typeof e.type==`function`&&`__radixId`in e.type&&e.type.__radixId===mt}W(yt,`isSlottable`);var bt=Symbol.for(`react.lazy`);function xt(e){return typeof e==`object`&&!!e&&`$$typeof`in e&&e.$$typeof===bt&&`_payload`in e&&St(e._payload)}W(xt,`isLazyComponent`);function St(e){return typeof e==`object`&&!!e&&`then`in e}W(St,`isPromiseLike`);var Ct=W(e=>`${e} failed to slot onto its children. Expected a single React element child or \`Slottable\`.`,`createSlotError`),wt=W(e=>`${e} failed to slot onto its \`Slottable\`. Expected \`Slottable\` to receive a single React element child.`,`createSlottableError`),Tt=o.use,Et=[`top`,`right`,`bottom`,`left`],G=Math.min,K=Math.max,Dt=Math.round,Ot=Math.floor,q=e=>({x:e,y:e}),kt={left:`right`,right:`left`,bottom:`top`,top:`bottom`};function At(e,t,n){return K(e,G(t,n))}function J(e,t){return typeof e==`function`?e(t):e}function jt(e){return e.split(`-`)[0]}function Mt(e){return e.split(`-`)[1]}function Nt(e){return e===`x`?`y`:`x`}function Pt(e){return e===`y`?`height`:`width`}function Y(e){let t=e[0];return t===`t`||t===`b`?`y`:`x`}function Ft(e){return Nt(Y(e))}function It(e,t,n){n===void 0&&(n=!1);let r=Mt(e),i=Ft(e),a=Pt(i),o=i===`x`?r===(n?`end`:`start`)?`right`:`left`:r===`start`?`bottom`:`top`;return t.reference[a]>t.floating[a]&&(o=Gt(o)),[o,Gt(o)]}function Lt(e){let t=Gt(e);return[Rt(e),t,Rt(t)]}function Rt(e){return e.includes(`start`)?e.replace(`start`,`end`):e.replace(`end`,`start`)}var zt=[`left`,`right`],Bt=[`right`,`left`],Vt=[`top`,`bottom`],Ht=[`bottom`,`top`];function Ut(e,t,n){switch(e){case`top`:case`bottom`:return n?t?Bt:zt:t?zt:Bt;case`left`:case`right`:return t?Vt:Ht;default:return[]}}function Wt(e,t,n,r){let i=Mt(e),a=Ut(jt(e),n===`start`,r);return i&&(a=a.map(e=>e+`-`+i),t&&(a=a.concat(a.map(Rt)))),a}function Gt(e){let t=jt(e);return kt[t]+e.slice(t.length)}function Kt(e){return{top:e.top??0,right:e.right??0,bottom:e.bottom??0,left:e.left??0}}function qt(e){return typeof e==`number`?{top:e,right:e,bottom:e,left:e}:Kt(e)}function Jt(e){let{x:t,y:n,width:r,height:i}=e;return{width:r,height:i,top:n,left:t,right:t+r,bottom:n+i,x:t,y:n}}function Yt(e,t,n){let{reference:r,floating:i}=e,a=Y(t),o=Ft(t),s=Pt(o),c=jt(t),l=a===`y`,u=r.x+r.width/2-i.width/2,d=r.y+r.height/2-i.height/2,f=r[s]/2-i[s]/2,p;switch(c){case`top`:p={x:u,y:r.y-i.height};break;case`bottom`:p={x:u,y:r.y+r.height};break;case`right`:p={x:r.x+r.width,y:d};break;case`left`:p={x:r.x-i.width,y:d};break;default:p={x:r.x,y:r.y}}let m=Mt(t);return m&&(p[o]+=f*(m===`end`?1:-1)*(n&&l?-1:1)),p}async function Xt(e,t){t===void 0&&(t={});let{x:n,y:r,platform:i,rects:a,elements:o,strategy:s}=e,{boundary:c=`clippingAncestors`,rootBoundary:l=`viewport`,elementContext:u=`floating`,altBoundary:d=!1,padding:f=0}=J(t,e),p=qt(f),m=o[d?u===`floating`?`reference`:`floating`:u],h=Jt(await i.getClippingRect({element:await(i.isElement==null?void 0:i.isElement(m))??!0?m:m.contextElement||await(i.getDocumentElement==null?void 0:i.getDocumentElement(o.floating)),boundary:c,rootBoundary:l,strategy:s})),g=u===`floating`?{x:n,y:r,width:a.floating.width,height:a.floating.height}:a.reference,_=await(i.getOffsetParent==null?void 0:i.getOffsetParent(o.floating)),v=await(i.isElement==null?void 0:i.isElement(_))&&await(i.getScale==null?void 0:i.getScale(_))||{x:1,y:1},y=Jt(i.convertOffsetParentRelativeRectToViewportRelativeRect?await i.convertOffsetParentRelativeRectToViewportRelativeRect({elements:o,rect:g,offsetParent:_,strategy:s}):g);return{top:(h.top-y.top+p.top)/v.y,bottom:(y.bottom-h.bottom+p.bottom)/v.y,left:(h.left-y.left+p.left)/v.x,right:(y.right-h.right+p.right)/v.x}}var Zt=50,Qt=async(e,t,n)=>{let{placement:r=`bottom`,strategy:i=`absolute`,middleware:a=[],platform:o}=n,s=o.detectOverflow?o:{...o,detectOverflow:Xt},c=await(o.isRTL==null?void 0:o.isRTL(t)),l=await o.getElementRects({reference:e,floating:t,strategy:i}),{x:u,y:d}=Yt(l,r,c),f=r,p=0,m={};for(let n=0;n<a.length;n++){let h=a[n];if(!h)continue;let{name:g,fn:_}=h,{x:v,y,data:b,reset:x}=await _({x:u,y:d,initialPlacement:r,placement:f,strategy:i,middlewareData:m,rects:l,platform:s,elements:{reference:e,floating:t}});u=v??u,d=y??d,m[g]={...m[g],...b},x&&p<Zt&&(p++,typeof x==`object`&&(x.placement&&(f=x.placement),x.rects&&(l=x.rects===!0?await o.getElementRects({reference:e,floating:t,strategy:i}):x.rects),{x:u,y:d}=Yt(l,f,c)),n=-1)}return{x:u,y:d,placement:f,strategy:i,middlewareData:m}},$t=e=>({name:`arrow`,options:e,async fn(t){let{x:n,y:r,placement:i,rects:a,platform:o,elements:s,middlewareData:c}=t,{element:l,padding:u=0}=J(e,t)||{};if(l==null)return{};let d=qt(u),f={x:n,y:r},p=Ft(i),m=Pt(p),h=await o.getDimensions(l),g=p===`y`,_=g?`top`:`left`,v=g?`bottom`:`right`,y=g?`clientHeight`:`clientWidth`,b=a.reference[m]+a.reference[p]-f[p]-a.floating[m],x=f[p]-a.reference[p],S=await(o.getOffsetParent==null?void 0:o.getOffsetParent(l)),C=S?S[y]:0;(!C||!await(o.isElement==null?void 0:o.isElement(S)))&&(C=s.floating[y]||a.floating[m]);let w=b/2-x/2,T=C/2-h[m]/2-1,E=G(d[_],T),ee=G(d[v],T),te=C-h[m]-ee,D=C/2-h[m]/2+w,ne=At(E,D,te),O=!c.arrow&&Mt(i)!=null&&D!==ne&&a.reference[m]/2-(D<E?E:ee)-h[m]/2<0,k=O?D<E?D-E:D-te:0;return{[p]:f[p]+k,data:{[p]:ne,centerOffset:D-ne-k,...O&&{alignmentOffset:k}},reset:O}}}),en=function(e){return e===void 0&&(e={}),{name:`flip`,options:e,async fn(t){var n;let{placement:r,middlewareData:i,rects:a,initialPlacement:o,platform:s,elements:c}=t,{mainAxis:l=!0,crossAxis:u=!0,fallbackPlacements:d,fallbackStrategy:f=`bestFit`,fallbackAxisSideDirection:p=`none`,flipAlignment:m=!0,...h}=J(e,t);if((n=i.arrow)!=null&&n.alignmentOffset)return{};let g=jt(r),_=Y(o),v=jt(o)===o,y=await(s.isRTL==null?void 0:s.isRTL(c.floating)),b=d||(v||!m?[Gt(o)]:Lt(o)),x=p!==`none`;!d&&x&&b.push(...Wt(o,m,p,y));let S=[o,...b],C=await s.detectOverflow(t,h),w=[],T=i.flip?.overflows||[];if(l&&w.push(C[g]),u){let e=It(r,a,y);w.push(C[e[0]],C[e[1]])}if(T=[...T,{placement:r,overflows:w}],!w.every(e=>e<=0)){let e=(i.flip?.index||0)+1,t=S[e];if(t&&(u!==`alignment`||_===Y(t)||T.every(e=>Y(e.placement)!==_||e.overflows[0]>0)))return{data:{index:e,overflows:T},reset:{placement:t}};let n=T.filter(e=>e.overflows[0]<=0).sort((e,t)=>e.overflows[1]-t.overflows[1])[0]?.placement;if(!n)switch(f){case`bestFit`:{let e=T.filter(e=>{if(x){let t=Y(e.placement);return t===_||t===`y`}return!0}).map(e=>[e.placement,e.overflows.filter(e=>e>0).reduce((e,t)=>e+t,0)]).sort((e,t)=>e[1]-t[1])[0]?.[0];e&&(n=e);break}case`initialPlacement`:n=o}if(r!==n)return{reset:{placement:n}}}return{}}}};function tn(e,t){return{top:e.top-t.height,right:e.right-t.width,bottom:e.bottom-t.height,left:e.left-t.width}}function nn(e){return Et.some(t=>e[t]>=0)}var rn=function(e){return e===void 0&&(e={}),{name:`hide`,options:e,async fn(t){let{rects:n,platform:r}=t,{strategy:i=`referenceHidden`,...a}=J(e,t);switch(i){case`referenceHidden`:{let e=tn(await r.detectOverflow(t,{...a,elementContext:`reference`}),n.reference);return{data:{referenceHiddenOffsets:e,referenceHidden:nn(e)}}}case`escaped`:{let e=tn(await r.detectOverflow(t,{...a,altBoundary:!0}),n.floating);return{data:{escapedOffsets:e,escaped:nn(e)}}}default:return{}}}}},an=new Set([`left`,`top`]);async function on(e,t){let{placement:n,platform:r,elements:i}=e,a=await(r.isRTL==null?void 0:r.isRTL(i.floating)),o=jt(n),s=Mt(n),c=Y(n)===`y`,l=an.has(o)?-1:1,u=a&&c?-1:1,d=J(t,e),{mainAxis:f,crossAxis:p,alignmentAxis:m}=typeof d==`number`?{mainAxis:d,crossAxis:0,alignmentAxis:null}:{mainAxis:d.mainAxis||0,crossAxis:d.crossAxis||0,alignmentAxis:d.alignmentAxis};return s&&typeof m==`number`&&(p=s===`end`?m*-1:m),c?{x:p*u,y:f*l}:{x:f*l,y:p*u}}var sn=function(e){return e===void 0&&(e=0),{name:`offset`,options:e,async fn(t){var n;let{x:r,y:i,placement:a,middlewareData:o}=t,s=await on(t,e);return a===o.offset?.placement&&(n=o.arrow)!=null&&n.alignmentOffset?{}:{x:r+s.x,y:i+s.y,data:{...s,placement:a}}}}},cn=function(e){return e===void 0&&(e={}),{name:`shift`,options:e,async fn(t){let{x:n,y:r,placement:i,platform:a}=t,{mainAxis:o=!0,crossAxis:s=!1,limiter:c={fn:e=>{let{x:t,y:n}=e;return{x:t,y:n}}},...l}=J(e,t),u={x:n,y:r},d=await a.detectOverflow(t,l),f=Y(i),p=Nt(f),m=u[p],h=u[f],g=(e,t)=>At(t+d[e===`y`?`top`:`left`],t,t-d[e===`y`?`bottom`:`right`]);o&&(m=g(p,m)),s&&(h=g(f,h));let _=c.fn({...t,[p]:m,[f]:h});return{..._,data:{x:_.x-n,y:_.y-r,enabled:{[p]:o,[f]:s}}}}}},ln=function(e){return e===void 0&&(e={}),{options:e,fn(t){let{x:n,y:r,placement:i,rects:a,middlewareData:o}=t,{offset:s=0,mainAxis:c=!0,crossAxis:l=!0}=J(e,t),u={x:n,y:r},d=Y(i),f=Nt(d),p=u[f],m=u[d],h=J(s,t),g=typeof h==`number`?{mainAxis:h,crossAxis:0}:{mainAxis:h.mainAxis??0,crossAxis:h.crossAxis??0};if(c){let e=f===`y`?`height`:`width`,t=a.reference[f]-a.floating[e]+g.mainAxis,n=a.reference[f]+a.reference[e]-g.mainAxis;p<t?p=t:p>n&&(p=n)}if(l){let e=f===`y`?`width`:`height`,t=an.has(jt(i)),n=a.reference[d]-a.floating[e]+(t&&o.offset?.[d]||0)+(t?0:g.crossAxis),r=a.reference[d]+a.reference[e]+(t?0:o.offset?.[d]||0)-(t?g.crossAxis:0);m<n?m=n:m>r&&(m=r)}return{[f]:p,[d]:m}}}},un=function(e){return e===void 0&&(e={}),{name:`size`,options:e,async fn(t){let{placement:n,rects:r,platform:i,elements:a}=t,{apply:o=()=>{},...s}=J(e,t),c=await i.detectOverflow(t,s),l=jt(n),u=Mt(n),d=Y(n)===`y`,{width:f,height:p}=r.floating,m,h;l===`top`||l===`bottom`?(m=l,h=u===(await(i.isRTL==null?void 0:i.isRTL(a.floating))?`start`:`end`)?`left`:`right`):(h=l,m=u===`end`?`top`:`bottom`);let g=p-c.top-c.bottom,_=f-c.left-c.right,v=G(p-c[m],g),y=G(f-c[h],_),b=t.middlewareData.shift,x=!b,S=v,C=y;b!=null&&b.enabled.x&&(C=_),b!=null&&b.enabled.y&&(S=g),x&&!u&&(d?C=f-2*K(c.left,c.right):S=p-2*K(c.top,c.bottom)),await o({...t,availableWidth:C,availableHeight:S});let w=await i.getDimensions(a.floating);return f!==w.width||p!==w.height?{reset:{rects:!0}}:{}}}};function dn(){return typeof window<`u`}function fn(e){return pn(e)?(e.nodeName||``).toLowerCase():`#document`}function X(e){var t;return(e==null||(t=e.ownerDocument)==null?void 0:t.defaultView)||window}function Z(e){return((pn(e)?e.ownerDocument:e.document)||window.document)?.documentElement}function pn(e){return dn()?e instanceof Node||e instanceof X(e).Node:!1}function Q(e){return dn()?e instanceof Element||e instanceof X(e).Element:!1}function mn(e){return dn()?e instanceof HTMLElement||e instanceof X(e).HTMLElement:!1}function hn(e){return!dn()||typeof ShadowRoot>`u`?!1:e instanceof ShadowRoot||e instanceof X(e).ShadowRoot}function gn(e){let{overflow:t,overflowX:n,overflowY:r,display:i}=$(e);return/auto|scroll|overlay|hidden|clip/.test(t+r+n)&&i!==`inline`&&i!==`contents`}function _n(e){return/^(table|td|th)$/.test(fn(e))}function vn(e){try{if(e.matches(`:popover-open`))return!0}catch{}try{return e.matches(`:modal`)}catch{return!1}}var yn=/transform|translate|scale|rotate|perspective|filter/,bn=/paint|layout|strict|content/,xn=e=>!!e&&e!==`none`,Sn;function Cn(e){let t=Q(e)?$(e):e;return xn(t.transform)||xn(t.translate)||xn(t.scale)||xn(t.rotate)||xn(t.perspective)||!Tn()&&(xn(t.backdropFilter)||xn(t.filter))||yn.test(t.willChange||``)||bn.test(t.contain||``)}function wn(e){let t=On(e);for(;mn(t)&&!En(t);){if(Cn(t))return t;if(vn(t))return null;t=On(t)}return null}function Tn(){return Sn??=typeof CSS<`u`&&CSS.supports&&CSS.supports(`-webkit-backdrop-filter`,`none`),Sn}function En(e){return/^(html|body|#document)$/.test(fn(e))}function $(e){return X(e).getComputedStyle(e)}function Dn(e){return Q(e)?{scrollLeft:e.scrollLeft,scrollTop:e.scrollTop}:{scrollLeft:e.scrollX,scrollTop:e.scrollY}}function On(e){if(fn(e)===`html`)return e;let t=e.assignedSlot||e.parentNode||hn(e)&&e.host||Z(e);return hn(t)?t.host:t}function kn(e){let t=On(e);return En(t)?(e.ownerDocument||e).body:mn(t)&&gn(t)?t:kn(t)}function An(e,t,n){t===void 0&&(t=[]),n===void 0&&(n=!0);let r=kn(e),i=r===e.ownerDocument?.body,a=X(r);if(i){let e=jn(a);return t.concat(a,a.visualViewport||[],gn(r)?r:[],e&&n?An(e):[])}return t.concat(r,An(r,[],n))}function jn(e){return e.parent&&Object.getPrototypeOf(e.parent)?e.frameElement:null}function Mn(e){let t=$(e),n=parseFloat(t.width)||0,r=parseFloat(t.height)||0,i=mn(e),a=i?e.offsetWidth:n,o=i?e.offsetHeight:r,s=Dt(n)!==a||Dt(r)!==o;return s&&(n=a,r=o),{width:n,height:r,$:s}}function Nn(e){return Q(e)?e:e.contextElement}function Pn(e){let t=Nn(e);if(!mn(t))return q(1);let n=t.getBoundingClientRect(),{width:r,height:i,$:a}=Mn(t),o=(a?Dt(n.width):n.width)/r,s=(a?Dt(n.height):n.height)/i;return(!o||!Number.isFinite(o))&&(o=1),(!s||!Number.isFinite(s))&&(s=1),{x:o,y:s}}var Fn=q(0);function In(e){let t=X(e);return!Tn()||!t.visualViewport?Fn:{x:t.visualViewport.offsetLeft,y:t.visualViewport.offsetTop}}function Ln(e,t,n){return t===void 0&&(t=!1),!!n&&t&&n===X(e)}function Rn(e,t,n,r){t===void 0&&(t=!1),n===void 0&&(n=!1);let i=e.getBoundingClientRect(),a=Nn(e),o=q(1);t&&(r?Q(r)&&(o=Pn(r)):o=Pn(e));let s=Ln(a,n,r)?In(a):q(0),c=(i.left+s.x)/o.x,l=(i.top+s.y)/o.y,u=i.width/o.x,d=i.height/o.y;if(a&&r){let e=X(a),t=Q(r)?X(r):r,n=e,i=jn(n);for(;i&&t!==n;){let e=Pn(i),t=i.getBoundingClientRect(),r=$(i),a=t.left+(i.clientLeft+parseFloat(r.paddingLeft))*e.x,o=t.top+(i.clientTop+parseFloat(r.paddingTop))*e.y;c*=e.x,l*=e.y,u*=e.x,d*=e.y,c+=a,l+=o,n=X(i),i=jn(n)}}return Jt({width:u,height:d,x:c,y:l})}function zn(e,t){let n=Dn(e).scrollLeft;return t?t.left+n:Rn(Z(e)).left+n}function Bn(e,t){let n=e.getBoundingClientRect();return{x:n.left+t.scrollLeft-zn(e,n),y:n.top+t.scrollTop}}function Vn(e){let{elements:t,rect:n,offsetParent:r,strategy:i}=e,a=i===`fixed`,o=Z(r),s=t?vn(t.floating):!1;if(r===o||s&&a)return n;let c={scrollLeft:0,scrollTop:0},l=q(1),u=q(0),d=mn(r);if((d||!a)&&((fn(r)!==`body`||gn(o))&&(c=Dn(r)),d)){let e=Rn(r);l=Pn(r),u.x=e.x+r.clientLeft,u.y=e.y+r.clientTop}let f=o&&!d&&!a?Bn(o,c):q(0);return{width:n.width*l.x,height:n.height*l.y,x:n.x*l.x-c.scrollLeft*l.x+u.x+f.x,y:n.y*l.y-c.scrollTop*l.y+u.y+f.y}}function Hn(e){return e.getClientRects?Array.from(e.getClientRects()):[]}function Un(e){let t=Dn(e),n=e.ownerDocument.body,r=K(e.scrollWidth,e.clientWidth,n.scrollWidth,n.clientWidth),i=K(e.scrollHeight,e.clientHeight,n.scrollHeight,n.clientHeight),a=-t.scrollLeft+zn(e),o=-t.scrollTop;return $(n).direction===`rtl`&&(a+=K(e.clientWidth,n.clientWidth)-r),{width:r,height:i,x:a,y:o}}var Wn=25;function Gn(e,t,n){n===void 0&&(n=`viewport`);let r=n===`layoutViewport`,i=X(e),a=Z(e),o=i.visualViewport,s=a.clientWidth,c=a.clientHeight,l=0,u=0;if(o){let e=!Tn()||t===`fixed`;r?e||(l=-o.offsetLeft,u=-o.offsetTop):(s=o.width,c=o.height,e&&(l=o.offsetLeft,u=o.offsetTop))}if(zn(a)<=0){let e=a.ownerDocument,t=e.body,n=getComputedStyle(t),r=e.compatMode===`CSS1Compat`&&parseFloat(n.marginLeft)+parseFloat(n.marginRight)||0,i=Math.abs(a.clientWidth-t.clientWidth-r),o=getComputedStyle(a).scrollbarGutter===`stable both-edges`?i/2:i;o<=Wn&&(s-=o)}return{width:s,height:c,x:l,y:u}}function Kn(e,t){let n=Rn(e,!0,t===`fixed`),r=n.top+e.clientTop,i=n.left+e.clientLeft,a=Pn(e);return{width:e.clientWidth*a.x,height:e.clientHeight*a.y,x:i*a.x,y:r*a.y}}function qn(e,t,n){let r;if(t===`viewport`||t===`layoutViewport`)r=Gn(e,n,t);else if(t===`document`)r=Un(Z(e));else if(Q(t))r=Kn(t,n);else{let n=In(e);r={x:t.x-n.x,y:t.y-n.y,width:t.width,height:t.height}}return Jt(r)}function Jn(e,t){let n=t.get(e);if(n)return n;let r=An(e,[],!1).filter(e=>Q(e)&&fn(e)!==`body`),i=null,a=$(e).position===`fixed`,o=a?On(e):e;for(;Q(o)&&!En(o);){let e=$(o),t=Cn(o),n=i?i.position:a?`fixed`:``;!t&&(n===`fixed`||n===`absolute`&&e.position===`static`)?r=r.filter(e=>e!==o):i=e,o=On(o)}return t.set(e,r),r}function Yn(e){let{element:t,boundary:n,rootBoundary:r,strategy:i}=e,a=[...n===`clippingAncestors`?vn(t)?[]:Jn(t,this._c):[].concat(n),r],o=qn(t,a[0],i),s=o.top,c=o.right,l=o.bottom,u=o.left;for(let e=1;e<a.length;e++){let n=qn(t,a[e],i);s=K(n.top,s),c=G(n.right,c),l=G(n.bottom,l),u=K(n.left,u)}return{width:c-u,height:l-s,x:u,y:s}}function Xn(e){let{width:t,height:n}=Mn(e);return{width:t,height:n}}function Zn(e,t,n){let r=mn(t),i=Z(t),a=n===`fixed`,o=Rn(e,!0,a,t),s={scrollLeft:0,scrollTop:0},c=q(0);if((r||!a)&&((fn(t)!==`body`||gn(i))&&(s=Dn(t)),r)){let e=Rn(t,!0,a,t);c.x=e.x+t.clientLeft,c.y=e.y+t.clientTop}!r&&i&&(c.x=zn(i));let l=i&&!r&&!a?Bn(i,s):q(0);return{x:o.left+s.scrollLeft-c.x-l.x,y:o.top+s.scrollTop-c.y-l.y,width:o.width,height:o.height}}function Qn(e){return $(e).position===`static`}function $n(e,t){if(!mn(e)||$(e).position===`fixed`)return null;if(t)return t(e);let n=e.offsetParent;return Z(e)===n&&(n=n.ownerDocument.body),n}function er(e,t){let n=X(e);if(vn(e))return n;if(!mn(e)){let t=On(e);for(;t&&!En(t);){if(Q(t)&&!Qn(t))return t;t=On(t)}return n}let r=$n(e,t);for(;r&&_n(r)&&Qn(r);)r=$n(r,t);return r&&En(r)&&Qn(r)&&!Cn(r)?n:r||wn(e)||n}var tr=async function(e){let t=this.getOffsetParent||er,n=this.getDimensions,r=await n(e.floating);return{reference:Zn(e.reference,await t(e.floating),e.strategy),floating:{x:0,y:0,width:r.width,height:r.height}}};function nr(e){return $(e).direction===`rtl`}var rr={convertOffsetParentRelativeRectToViewportRelativeRect:Vn,getDocumentElement:Z,getClippingRect:Yn,getOffsetParent:er,getElementRects:tr,getClientRects:Hn,getDimensions:Xn,getScale:Pn,isElement:Q,isRTL:nr};function ir(e,t){return e.x===t.x&&e.y===t.y&&e.width===t.width&&e.height===t.height}function ar(e,t,n){let r=null,i,a=Z(e);function o(){var e;clearTimeout(i),(e=r)==null||e.disconnect(),r=null}function s(n,c){n===void 0&&(n=!1),c===void 0&&(c=1),o();let l=e.getBoundingClientRect(),{left:u,top:d,width:f,height:p}=l;if(n||t(),!f||!p)return;let m=Ot(d),h=Ot(a.clientWidth-(u+f)),g=Ot(a.clientHeight-(d+p)),_=Ot(u),v={rootMargin:-m+`px `+-h+`px `+-g+`px `+-_+`px`,threshold:K(0,G(1,c))||1},y=!0;function b(t){let n=t[0].intersectionRatio;if(!ir(l,e.getBoundingClientRect()))return s();if(n!==c){if(!y)return s();n?s(!1,n):i=setTimeout(()=>{s(!1,1e-7)},1e3)}y=!1}try{r=new IntersectionObserver(b,{...v,root:a.ownerDocument})}catch{r=new IntersectionObserver(b,v)}r.observe(e)}let c=X(e),l=()=>s(n);return c.addEventListener(`resize`,l),s(!0),()=>{c.removeEventListener(`resize`,l),o()}}function or(e,t,n,r){r===void 0&&(r={});let{ancestorScroll:i=!0,ancestorResize:a=!0,elementResize:o=typeof ResizeObserver==`function`,layoutShift:s=typeof IntersectionObserver==`function`,animationFrame:c=!1}=r,l=Nn(e),u=i||a?[...l?An(l):[],...t?An(t):[]]:[];u.forEach(e=>{i&&e.addEventListener(`scroll`,n),a&&e.addEventListener(`resize`,n)});let d=l&&s?ar(l,n,a):null,f=-1,p=null;o&&(p=new ResizeObserver(e=>{let[r]=e;r&&r.target===l&&p&&t&&(p.unobserve(t),cancelAnimationFrame(f),f=requestAnimationFrame(()=>{var e;(e=p)==null||e.observe(t)})),n()}),l&&!c&&p.observe(l),t&&p.observe(t));let m,h=c?Rn(e):null;c&&g();function g(){let t=Rn(e);h&&!ir(h,t)&&n(),h=t,m=requestAnimationFrame(g)}return n(),()=>{var e;u.forEach(e=>{i&&e.removeEventListener(`scroll`,n),a&&e.removeEventListener(`resize`,n)}),d?.(),(e=p)==null||e.disconnect(),p=null,c&&cancelAnimationFrame(m)}}var sr=sn,cr=cn,lr=en,ur=un,dr=rn,fr=$t,pr=ln,mr=(e,t,n)=>{let r=new Map,i=n??{},a={...rr,...i.platform,_c:r};return Qt(e,t,{...i,platform:a})},hr=(0,o.createContext)(null);function gr({children:e,render:t}){return(0,U.jsx)(hr.Provider,{value:t,children:e})}function _r(){return(0,o.useContext)(hr)}function vr({action:e,children:t}){let n=_r();if(!n)throw Error(`Action triggers require an ActionTriggerProvider.`);return(0,U.jsx)(U.Fragment,{children:n({action:e,children:t})})}function yr(e){let t=r(),i=e.action??null,a=e.effects??[];return i?{kind:`action`,action:i}:a.length>0?{kind:`effects`,onClick:()=>t(n(a))}:e.href!=null&&e.href!==``?{kind:`navigate`,href:e.href,method:e.method??`get`}:{kind:`none`}}var br=e=>typeof e==`boolean`?`${e}`:e===0?`0`:e,xr=i,Sr=(e,t)=>n=>{if(t?.variants==null)return xr(e,n?.class,n?.className);let{variants:r,defaultVariants:i}=t,a=Object.keys(r).map(e=>{let t=n?.[e],a=i?.[e];if(t===null)return null;let o=br(t)||br(a);return r[e][o]}),o=n&&Object.entries(n).reduce((e,t)=>{let[n,r]=t;return r===void 0||(e[n]=r),e},{});return xr(e,a,t?.compoundVariants?.reduce((e,t)=>{let{class:n,className:r,...a}=t;return Object.entries(a).every(e=>{let[t,n]=e;return Array.isArray(n)?n.includes({...i,...o}[t]):{...i,...o}[t]===n})?[...e,n,r]:e},[]),n?.class,n?.className)};export{it as _,fr as a,Qe as b,lr as c,sr as d,cr as f,ut as g,ft as h,yr as i,dr as l,pt as m,vr as n,or as o,ur as p,gr as r,mr as s,Sr as t,pr as u,nt as v,et as y};
@@ -0,0 +1 @@
1
+ import{n as e}from"./react-SIfiwpqq.js";var t=e((e=>{var t=Symbol.for(`react.transitional.element`),n=Symbol.for(`react.fragment`);function r(e,n,r){var i=null;if(r!==void 0&&(i=``+r),n.key!==void 0&&(i=``+n.key),`key`in n)for(var a in r={},n)a!==`key`&&(r[a]=n[a]);else r=n;return n=r.ref,{$$typeof:t,type:e,key:i,ref:n===void 0?null:n,props:r}}e.Fragment=n,e.jsx=r,e.jsxs=r})),n=e(((e,n)=>{n.exports=t()}));export{n as t};
@@ -1 +1 @@
1
- import{n as e,t}from"./react-SIfiwpqq.js";var n=typeof globalThis==`object`&&globalThis||typeof window==`object`&&window||typeof self==`object`&&self||typeof global==`object`&&global||(function(){return this})();function r(e,t,{signal:n,edges:r}={}){let i,a=null,o=r!=null&&r.includes(`leading`),s=r==null||r.includes(`trailing`),c=()=>{a!==null&&(e.apply(i,a),i=void 0,a=null)},l=()=>{s&&c(),p()},u=null,d=()=>{u!=null&&clearTimeout(u),u=setTimeout(()=>{u=null,l()},t)},f=()=>{u!==null&&(clearTimeout(u),u=null)},p=()=>{f(),i=void 0,a=null},m=()=>{c()},h=function(...e){if(n?.aborted)return;i=this,a=e;let t=u==null;d(),o&&t&&c()};return h.schedule=d,h.cancel=p,h.flush=m,n?.addEventListener(`abort`,p,{once:!0}),h}function i(){}function a(e){return e==null||typeof e!=`object`&&typeof e!=`function`}function o(e){return ArrayBuffer.isView(e)&&!(e instanceof DataView)}function s(e){return n.Buffer!==void 0&&n.Buffer.isBuffer(e)}function c(e){return Object.getOwnPropertySymbols(e).filter(t=>Object.prototype.propertyIsEnumerable.call(e,t))}function l(e){return e==null?e===void 0?`[object Undefined]`:`[object Null]`:Object.prototype.toString.call(e)}var u=`[object RegExp]`,d=`[object String]`,f=`[object Number]`,p=`[object Boolean]`,m=`[object Arguments]`,h=`[object Symbol]`,g=`[object Date]`,_=`[object Map]`,v=`[object Set]`,y=`[object Array]`,b=`[object Function]`,x=`[object ArrayBuffer]`,S=`[object Object]`,C=`[object Error]`,w=`[object DataView]`,T=`[object Uint8Array]`,E=`[object Uint8ClampedArray]`,D=`[object Uint16Array]`,O=`[object Uint32Array]`,ee=`[object BigUint64Array]`,k=`[object Int8Array]`,A=`[object Int16Array]`,j=`[object Int32Array]`,te=`[object BigInt64Array]`,M=`[object Float32Array]`,N=`[object Float64Array]`;function ne(e,t){return P(e,void 0,e,new Map,t)}function P(e,t,n,r=new Map,i=void 0){let c=i?.(e,t,n,r);if(c!==void 0)return c;if(a(e))return e;if(r.has(e))return r.get(e);if(Array.isArray(e)){let t=Array(e.length);r.set(e,t);for(let a=0;a<e.length;a++)t[a]=P(e[a],a,n,r,i);return Object.hasOwn(e,`index`)&&(t.index=e.index),Object.hasOwn(e,`input`)&&(t.input=e.input),t}if(e instanceof Date)return new Date(e.getTime());if(e instanceof RegExp){let t=new RegExp(e.source,e.flags);return t.lastIndex=e.lastIndex,t}if(e instanceof Map){let t=new Map;r.set(e,t);for(let[a,o]of e)t.set(a,P(o,a,n,r,i));return t}if(e instanceof Set){let t=new Set;r.set(e,t);for(let a of e)t.add(P(a,void 0,n,r,i));return t}if(s(e))return e.subarray();if(o(e)){let t=new(Object.getPrototypeOf(e)).constructor(e.length);r.set(e,t);for(let a=0;a<e.length;a++)t[a]=P(e[a],a,n,r,i);return t}if(e instanceof ArrayBuffer||typeof SharedArrayBuffer<`u`&&e instanceof SharedArrayBuffer)return e.slice(0);if(e instanceof DataView){let t=new DataView(e.buffer.slice(0),e.byteOffset,e.byteLength);return r.set(e,t),F(t,e,n,r,i),t}if(typeof File<`u`&&e instanceof File){let t=new File([e],e.name,{type:e.type});return r.set(e,t),F(t,e,n,r,i),t}if(typeof Blob<`u`&&e instanceof Blob){let t=new Blob([e],{type:e.type});return r.set(e,t),F(t,e,n,r,i),t}if(e instanceof Error){let t=structuredClone(e);return r.set(e,t),t.message=e.message,t.name=e.name,t.stack=e.stack,t.cause=e.cause,t.constructor=e.constructor,F(t,e,n,r,i),t}if(e instanceof Boolean){let t=new Boolean(e.valueOf());return r.set(e,t),F(t,e,n,r,i),t}if(e instanceof Number){let t=new Number(e.valueOf());return r.set(e,t),F(t,e,n,r,i),t}if(e instanceof String){let t=new String(e.valueOf());return r.set(e,t),F(t,e,n,r,i),t}if(typeof e==`object`&&re(e)){let t=Object.create(Object.getPrototypeOf(e));return r.set(e,t),F(t,e,n,r,i),t}return e}function F(e,t,n=e,r,i){let a=[...Object.keys(t),...c(t)];for(let o=0;o<a.length;o++){let s=a[o],c=Object.getOwnPropertyDescriptor(e,s);(c==null||c.writable)&&(e[s]=P(t[s],s,n,r,i))}}function re(e){switch(l(e)){case m:case y:case x:case w:case p:case g:case M:case N:case k:case A:case j:case _:case f:case S:case u:case v:case d:case h:case T:case E:case D:case O:return!0;default:return!1}}function I(e){return P(e,void 0,e,new Map,void 0)}function L(e){if(!e||typeof e!=`object`)return!1;let t=Object.getPrototypeOf(e);return t!==null&&t!==Object.prototype&&Object.getPrototypeOf(t)!==null?!1:Object.prototype.toString.call(e)===`[object Object]`}function R(e){return e===`__proto__`}function z(e,t){return e===t||Number.isNaN(e)&&Number.isNaN(t)}function ie(e,t,n){return B(e,t,void 0,void 0,void 0,void 0,n)}function B(e,t,n,r,i,a,o){let s=o(e,t,n,r,i,a);if(s!==void 0)return s;if(typeof e==typeof t)switch(typeof e){case`bigint`:case`string`:case`boolean`:case`symbol`:case`undefined`:return e===t;case`number`:return e===t||Object.is(e,t);case`function`:return e===t;case`object`:return V(e,t,a,o)}return V(e,t,a,o)}function V(e,t,n,r){if(Object.is(e,t))return!0;let i=l(e),a=l(t);if(i===`[object Arguments]`&&(i=S),a===`[object Arguments]`&&(a=S),i!==a)return!1;switch(i){case d:return e.toString()===t.toString();case f:return z(e.valueOf(),t.valueOf());case p:case g:case h:return Object.is(e.valueOf(),t.valueOf());case u:return e.source===t.source&&e.flags===t.flags;case b:return e===t}n??=new Map;let o=n.get(e),m=n.get(t);if(o!=null&&m!=null)return o===t;n.set(e,t),n.set(t,e);try{switch(i){case _:if(e.size!==t.size)return!1;for(let[i,a]of e.entries())if(!t.has(i)||!B(a,t.get(i),i,e,t,n,r))return!1;return!0;case v:{if(e.size!==t.size)return!1;let i=Array.from(e.values()),a=Array.from(t.values());for(let o=0;o<i.length;o++){let s=i[o],c=a.findIndex(i=>B(s,i,void 0,e,t,n,r));if(c===-1)return!1;a.splice(c,1)}return!0}case y:case T:case E:case D:case O:case ee:case k:case A:case j:case te:case M:case N:if(s(e)!==s(t)||e.length!==t.length)return!1;for(let i=0;i<e.length;i++)if(!B(e[i],t[i],i,e,t,n,r))return!1;return!0;case x:return e.byteLength===t.byteLength&&V(new Uint8Array(e),new Uint8Array(t),n,r);case w:return e.byteLength!==t.byteLength||e.byteOffset!==t.byteOffset?!1:V(new Uint8Array(e),new Uint8Array(t),n,r);case C:return e.name===t.name&&e.message===t.message;case S:{if(!(V(e.constructor,t.constructor,n,r)||L(e)&&L(t)))return!1;let i=[...Object.keys(e),...c(e)],a=[...Object.keys(t),...c(t)];if(i.length!==a.length)return!1;for(let a=0;a<i.length;a++){let o=i[a],s=e[o];if(!Object.hasOwn(t,o))return!1;let c=t[o];if(!B(s,c,o,e,t,n,r))return!1}return!0}default:return!1}}finally{n.delete(e),n.delete(t)}}function ae(e,t){return ie(e,t,i)}function oe(e){return Number.isSafeInteger(e)&&e>=0}function H(e){return e!=null&&typeof e!=`function`&&oe(e.length)}function U(e){if(e==null)return``;if(typeof e==`string`)return e;if(Array.isArray(e))return e.map(U).join(`,`);let t=String(e);return t===`0`&&Object.is(Number(e),-0)?`-0`:t}function W(e){return typeof e==`string`||typeof e==`symbol`?e:Object.is(e?.valueOf?.(),-0)?`-0`:String(e)}function G(e){if(Array.isArray(e))return e.map(W);if(typeof e==`symbol`)return[e];e=U(e);let t=[],n=e.length;if(n===0)return t;let r=0,i=``,a=``,o=!1;for(e.charCodeAt(0)===46&&t.push(``);r<n;){let s=e[r];if(a)s===`\\`&&r+1<n?(r++,i+=e[r]):s===a?a=``:i+=s;else if(o)s===`"`||s===`'`?a=s:s===`]`?(o=!1,t.push(i),i=``):i+=s;else if(s===`[`)o=!0,i&&=(t.push(i),``);else if(s===`.`){i&&=(t.push(i),``);let n=e[r+1];(n===void 0||n===`.`)&&t.push(``)}else i+=s;r++}return i&&t.push(i),t}var K=/\.|(\[(?:[^[\]]*|(["'])(?:(?!\2)[^\\]|\\.)*?\2)\])/;function q(e){switch(typeof e){case`number`:case`symbol`:return!1;case`string`:return e===``||e.startsWith(`.`)||e.endsWith(`.`)?!1:K.test(e);default:return!1}}function J(e,t,n){if(e==null)return n;switch(typeof t){case`string`:{if(R(t))return n;let r=e[t];return r===void 0?q(t)&&!Object.hasOwn(e,t)?J(e,G(t),n):n:r}case`number`:case`symbol`:{typeof t==`number`&&(t=W(t));let r=e[t];return r===void 0?n:r}default:{if(Array.isArray(t))return se(e,t,n);if(t=Object.is(t?.valueOf(),-0)?`-0`:String(t),R(t))return n;let r=e[t];return r===void 0?n:r}}}function se(e,t,n){if(t.length===0)return n;let r=e;for(let e=0;e<t.length;e++){if(r==null||R(t[e]))return n;r=r[t[e]]}return r===void 0?n:r}function ce(e){return e!==null&&(typeof e==`object`||typeof e==`function`)}function le(e,t){return ne(e,(n,r,i,a)=>{let o=t?.(n,r,i,a);if(o!==void 0)return o;if(typeof e==`object`){if(l(e)===`[object Object]`&&typeof e.constructor!=`function`){let t={};return a.set(e,t),F(t,e,i,a),t}switch(Object.prototype.toString.call(e)){case f:case d:case p:{let t=new e.constructor(e?.valueOf());return F(t,e),t}case m:{let t={};return F(t,e),t.length=e.length,t[Symbol.iterator]=e[Symbol.iterator],t}default:return}}})}function ue(e){return le(e)}function Y(e){return typeof e==`object`&&!!e&&l(e)===`[object Arguments]`}var de=/^(?:0|[1-9]\d*)$/;function X(e,t=2**53-1){switch(typeof e){case`number`:return Number.isInteger(e)&&e>=0&&e<t;case`symbol`:return!1;case`string`:return de.test(e)}}function fe(e,t){let n;if(n=Array.isArray(t)?t:typeof t==`string`&&q(t)&&!(t in Object(e))?G(t):[t],n.length===0)return!1;let r=e;for(let e=0;e<n.length;e++){let t=n[e];if((r==null||!Object.hasOwn(r,t))&&!((Array.isArray(r)||Y(r))&&X(t)&&t<r.length))return!1;r=r[t]}return!0}function Z(e){return typeof e==`object`&&!!e}function pe(e){return Z(e)&&H(e)}function Q(e){return typeof e==`symbol`||e instanceof Symbol}var $=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,me=/^\w*$/;function he(e,t){return Array.isArray(e)?!1:typeof e==`number`||typeof e==`boolean`||e==null||Q(e)?!0:typeof e==`string`&&(me.test(e)||!$.test(e))||t!=null&&Object.hasOwn(t,e)}function ge(e,t=0,n={}){typeof n!=`object`&&(n={});let{leading:i=!1,trailing:a=!0,maxWait:o}=n,s=[,,];i&&(s[0]=`leading`),a&&(s[1]=`trailing`);let c,l=null,u=r(function(...t){c=e.apply(this,t),l=null},t,{edges:s}),d=function(...t){return o!=null&&(l===null&&(l=Date.now()),Date.now()-l>=o)?(c=e.apply(this,t),l=Date.now(),u.cancel(),u.schedule(),c):(u.apply(this,t),c)};return d.cancel=u.cancel,d.flush=()=>(u.flush(),c),d}var _e=e((e=>{var n=t();function r(e){var t=`https://react.dev/errors/`+e;if(1<arguments.length){t+=`?args[]=`+encodeURIComponent(arguments[1]);for(var n=2;n<arguments.length;n++)t+=`&args[]=`+encodeURIComponent(arguments[n])}return`Minified React error #`+e+`; visit `+t+` for the full message or use the non-minified dev environment for full errors and additional helpful warnings.`}function i(){}var a={d:{f:i,r:function(){throw Error(r(522))},D:i,C:i,L:i,m:i,X:i,S:i,M:i},p:0,findDOMNode:null},o=Symbol.for(`react.portal`);function s(e,t,n){var r=3<arguments.length&&arguments[3]!==void 0?arguments[3]:null;return{$$typeof:o,key:r==null?null:``+r,children:e,containerInfo:t,implementation:n}}var c=n.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE;function l(e,t){if(e===`font`)return``;if(typeof t==`string`)return t===`use-credentials`?t:``}e.__DOM_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE=a,e.createPortal=function(e,t){var n=2<arguments.length&&arguments[2]!==void 0?arguments[2]:null;if(!t||t.nodeType!==1&&t.nodeType!==9&&t.nodeType!==11)throw Error(r(299));return s(e,t,null,n)},e.flushSync=function(e){var t=c.T,n=a.p;try{if(c.T=null,a.p=2,e)return e()}finally{c.T=t,a.p=n,a.d.f()}},e.preconnect=function(e,t){typeof e==`string`&&(t?(t=t.crossOrigin,t=typeof t==`string`?t===`use-credentials`?t:``:void 0):t=null,a.d.C(e,t))},e.prefetchDNS=function(e){typeof e==`string`&&a.d.D(e)},e.preinit=function(e,t){if(typeof e==`string`&&t&&typeof t.as==`string`){var n=t.as,r=l(n,t.crossOrigin),i=typeof t.integrity==`string`?t.integrity:void 0,o=typeof t.fetchPriority==`string`?t.fetchPriority:void 0;n===`style`?a.d.S(e,typeof t.precedence==`string`?t.precedence:void 0,{crossOrigin:r,integrity:i,fetchPriority:o}):n===`script`&&a.d.X(e,{crossOrigin:r,integrity:i,fetchPriority:o,nonce:typeof t.nonce==`string`?t.nonce:void 0})}},e.preinitModule=function(e,t){if(typeof e==`string`)if(typeof t==`object`&&t){if(t.as==null||t.as===`script`){var n=l(t.as,t.crossOrigin);a.d.M(e,{crossOrigin:n,integrity:typeof t.integrity==`string`?t.integrity:void 0,nonce:typeof t.nonce==`string`?t.nonce:void 0})}}else t??a.d.M(e)},e.preload=function(e,t){if(typeof e==`string`&&typeof t==`object`&&t&&typeof t.as==`string`){var n=t.as,r=l(n,t.crossOrigin);a.d.L(e,n,{crossOrigin:r,integrity:typeof t.integrity==`string`?t.integrity:void 0,nonce:typeof t.nonce==`string`?t.nonce:void 0,type:typeof t.type==`string`?t.type:void 0,fetchPriority:typeof t.fetchPriority==`string`?t.fetchPriority:void 0,referrerPolicy:typeof t.referrerPolicy==`string`?t.referrerPolicy:void 0,imageSrcSet:typeof t.imageSrcSet==`string`?t.imageSrcSet:void 0,imageSizes:typeof t.imageSizes==`string`?t.imageSizes:void 0,media:typeof t.media==`string`?t.media:void 0})}},e.preloadModule=function(e,t){if(typeof e==`string`)if(t){var n=l(t.as,t.crossOrigin);a.d.m(e,{as:typeof t.as==`string`&&t.as!==`script`?t.as:void 0,crossOrigin:n,integrity:typeof t.integrity==`string`?t.integrity:void 0})}else a.d.m(e)},e.requestFormReset=function(e){a.d.r(e)},e.unstable_batchedUpdates=function(e,t){return e(t)},e.useFormState=function(e,t,n){return c.H.useFormState(e,t,n)},e.useFormStatus=function(){return c.H.useHostTransitionStatus()},e.version=`19.2.8`})),ve=e(((e,t)=>{function n(){if(!(typeof __REACT_DEVTOOLS_GLOBAL_HOOK__>`u`||typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE!=`function`))try{__REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE(n)}catch(e){console.error(e)}}n(),t.exports=_e()})),ye=e((e=>{var t=Symbol.for(`react.transitional.element`),n=Symbol.for(`react.fragment`);function r(e,n,r){var i=null;if(r!==void 0&&(i=``+r),n.key!==void 0&&(i=``+n.key),`key`in n)for(var a in r={},n)a!==`key`&&(r[a]=n[a]);else r=n;return n=r.ref,{$$typeof:t,type:e,key:i,ref:n===void 0?null:n,props:r}}e.Fragment=n,e.jsx=r,e.jsxs=r})),be=e(((e,t)=>{t.exports=ye()}));export{s as C,i as E,c as S,a as T,H as _,Q as a,R as b,fe as c,ue as d,ce as f,U as g,W as h,he as i,X as l,G as m,ve as n,pe as o,J as p,ge as r,Z as s,be as t,Y as u,ae as v,o as w,I as x,z as y};
1
+ import{n as e,t}from"./react-SIfiwpqq.js";var n=typeof globalThis==`object`&&globalThis||typeof window==`object`&&window||typeof self==`object`&&self||typeof global==`object`&&global||(function(){return this})();function r(e,t,{signal:n,edges:r}={}){let i,a=null,o=r!=null&&r.includes(`leading`),s=r==null||r.includes(`trailing`),c=()=>{a!==null&&(e.apply(i,a),i=void 0,a=null)},l=()=>{s&&c(),p()},u=null,d=()=>{u!=null&&clearTimeout(u),u=setTimeout(()=>{u=null,l()},t)},f=()=>{u!==null&&(clearTimeout(u),u=null)},p=()=>{f(),i=void 0,a=null},m=()=>{c()},h=function(...e){if(n?.aborted)return;i=this,a=e;let t=u==null;d(),o&&t&&c()};return h.schedule=d,h.cancel=p,h.flush=m,n?.addEventListener(`abort`,p,{once:!0}),h}function i(){}function a(e){return e==null||typeof e!=`object`&&typeof e!=`function`}function o(e){return ArrayBuffer.isView(e)&&!(e instanceof DataView)}function s(e){return n.Buffer!==void 0&&n.Buffer.isBuffer(e)}function c(e){return Object.getOwnPropertySymbols(e).filter(t=>Object.prototype.propertyIsEnumerable.call(e,t))}function l(e){return e==null?e===void 0?`[object Undefined]`:`[object Null]`:Object.prototype.toString.call(e)}var u=`[object RegExp]`,d=`[object String]`,f=`[object Number]`,p=`[object Boolean]`,m=`[object Arguments]`,h=`[object Symbol]`,g=`[object Date]`,_=`[object Map]`,v=`[object Set]`,y=`[object Array]`,b=`[object Function]`,x=`[object ArrayBuffer]`,S=`[object Object]`,C=`[object Error]`,w=`[object DataView]`,T=`[object Uint8Array]`,E=`[object Uint8ClampedArray]`,D=`[object Uint16Array]`,O=`[object Uint32Array]`,ee=`[object BigUint64Array]`,k=`[object Int8Array]`,A=`[object Int16Array]`,j=`[object Int32Array]`,te=`[object BigInt64Array]`,M=`[object Float32Array]`,N=`[object Float64Array]`;function ne(e,t){return P(e,void 0,e,new Map,t)}function P(e,t,n,r=new Map,i=void 0){let c=i?.(e,t,n,r);if(c!==void 0)return c;if(a(e))return e;if(r.has(e))return r.get(e);if(Array.isArray(e)){let t=Array(e.length);r.set(e,t);for(let a=0;a<e.length;a++)t[a]=P(e[a],a,n,r,i);return Object.hasOwn(e,`index`)&&(t.index=e.index),Object.hasOwn(e,`input`)&&(t.input=e.input),t}if(e instanceof Date)return new Date(e.getTime());if(e instanceof RegExp){let t=new RegExp(e.source,e.flags);return t.lastIndex=e.lastIndex,t}if(e instanceof Map){let t=new Map;r.set(e,t);for(let[a,o]of e)t.set(a,P(o,a,n,r,i));return t}if(e instanceof Set){let t=new Set;r.set(e,t);for(let a of e)t.add(P(a,void 0,n,r,i));return t}if(s(e))return e.subarray();if(o(e)){let t=new(Object.getPrototypeOf(e)).constructor(e.length);r.set(e,t);for(let a=0;a<e.length;a++)t[a]=P(e[a],a,n,r,i);return t}if(e instanceof ArrayBuffer||typeof SharedArrayBuffer<`u`&&e instanceof SharedArrayBuffer)return e.slice(0);if(e instanceof DataView){let t=new DataView(e.buffer.slice(0),e.byteOffset,e.byteLength);return r.set(e,t),F(t,e,n,r,i),t}if(typeof File<`u`&&e instanceof File){let t=new File([e],e.name,{type:e.type});return r.set(e,t),F(t,e,n,r,i),t}if(typeof Blob<`u`&&e instanceof Blob){let t=new Blob([e],{type:e.type});return r.set(e,t),F(t,e,n,r,i),t}if(e instanceof Error){let t=structuredClone(e);return r.set(e,t),t.message=e.message,t.name=e.name,t.stack=e.stack,t.cause=e.cause,t.constructor=e.constructor,F(t,e,n,r,i),t}if(e instanceof Boolean){let t=new Boolean(e.valueOf());return r.set(e,t),F(t,e,n,r,i),t}if(e instanceof Number){let t=new Number(e.valueOf());return r.set(e,t),F(t,e,n,r,i),t}if(e instanceof String){let t=new String(e.valueOf());return r.set(e,t),F(t,e,n,r,i),t}if(typeof e==`object`&&re(e)){let t=Object.create(Object.getPrototypeOf(e));return r.set(e,t),F(t,e,n,r,i),t}return e}function F(e,t,n=e,r,i){let a=[...Object.keys(t),...c(t)];for(let o=0;o<a.length;o++){let s=a[o],c=Object.getOwnPropertyDescriptor(e,s);(c==null||c.writable)&&(e[s]=P(t[s],s,n,r,i))}}function re(e){switch(l(e)){case m:case y:case x:case w:case p:case g:case M:case N:case k:case A:case j:case _:case f:case S:case u:case v:case d:case h:case T:case E:case D:case O:return!0;default:return!1}}function I(e){return P(e,void 0,e,new Map,void 0)}function L(e){if(!e||typeof e!=`object`)return!1;let t=Object.getPrototypeOf(e);return t!==null&&t!==Object.prototype&&Object.getPrototypeOf(t)!==null?!1:Object.prototype.toString.call(e)===`[object Object]`}function R(e){return e===`__proto__`}function z(e,t){return e===t||Number.isNaN(e)&&Number.isNaN(t)}function ie(e,t,n){return B(e,t,void 0,void 0,void 0,void 0,n)}function B(e,t,n,r,i,a,o){let s=o(e,t,n,r,i,a);if(s!==void 0)return s;if(typeof e==typeof t)switch(typeof e){case`bigint`:case`string`:case`boolean`:case`symbol`:case`undefined`:return e===t;case`number`:return e===t||Object.is(e,t);case`function`:return e===t;case`object`:return V(e,t,a,o)}return V(e,t,a,o)}function V(e,t,n,r){if(Object.is(e,t))return!0;let i=l(e),a=l(t);if(i===`[object Arguments]`&&(i=S),a===`[object Arguments]`&&(a=S),i!==a)return!1;switch(i){case d:return e.toString()===t.toString();case f:return z(e.valueOf(),t.valueOf());case p:case g:case h:return Object.is(e.valueOf(),t.valueOf());case u:return e.source===t.source&&e.flags===t.flags;case b:return e===t}n??=new Map;let o=n.get(e),m=n.get(t);if(o!=null&&m!=null)return o===t;n.set(e,t),n.set(t,e);try{switch(i){case _:if(e.size!==t.size)return!1;for(let[i,a]of e.entries())if(!t.has(i)||!B(a,t.get(i),i,e,t,n,r))return!1;return!0;case v:{if(e.size!==t.size)return!1;let i=Array.from(e.values()),a=Array.from(t.values());for(let o=0;o<i.length;o++){let s=i[o],c=a.findIndex(i=>B(s,i,void 0,e,t,n,r));if(c===-1)return!1;a.splice(c,1)}return!0}case y:case T:case E:case D:case O:case ee:case k:case A:case j:case te:case M:case N:if(s(e)!==s(t)||e.length!==t.length)return!1;for(let i=0;i<e.length;i++)if(!B(e[i],t[i],i,e,t,n,r))return!1;return!0;case x:return e.byteLength===t.byteLength&&V(new Uint8Array(e),new Uint8Array(t),n,r);case w:return e.byteLength!==t.byteLength||e.byteOffset!==t.byteOffset?!1:V(new Uint8Array(e),new Uint8Array(t),n,r);case C:return e.name===t.name&&e.message===t.message;case S:{if(!(V(e.constructor,t.constructor,n,r)||L(e)&&L(t)))return!1;let i=[...Object.keys(e),...c(e)],a=[...Object.keys(t),...c(t)];if(i.length!==a.length)return!1;for(let a=0;a<i.length;a++){let o=i[a],s=e[o];if(!Object.hasOwn(t,o))return!1;let c=t[o];if(!B(s,c,o,e,t,n,r))return!1}return!0}default:return!1}}finally{n.delete(e),n.delete(t)}}function ae(e,t){return ie(e,t,i)}function oe(e){return Number.isSafeInteger(e)&&e>=0}function H(e){return e!=null&&typeof e!=`function`&&oe(e.length)}function U(e){if(e==null)return``;if(typeof e==`string`)return e;if(Array.isArray(e))return e.map(U).join(`,`);let t=String(e);return t===`0`&&Object.is(Number(e),-0)?`-0`:t}function W(e){return typeof e==`string`||typeof e==`symbol`?e:Object.is(e?.valueOf?.(),-0)?`-0`:String(e)}function G(e){if(Array.isArray(e))return e.map(W);if(typeof e==`symbol`)return[e];e=U(e);let t=[],n=e.length;if(n===0)return t;let r=0,i=``,a=``,o=!1;for(e.charCodeAt(0)===46&&t.push(``);r<n;){let s=e[r];if(a)s===`\\`&&r+1<n?(r++,i+=e[r]):s===a?a=``:i+=s;else if(o)s===`"`||s===`'`?a=s:s===`]`?(o=!1,t.push(i),i=``):i+=s;else if(s===`[`)o=!0,i&&=(t.push(i),``);else if(s===`.`){i&&=(t.push(i),``);let n=e[r+1];(n===void 0||n===`.`)&&t.push(``)}else i+=s;r++}return i&&t.push(i),t}var K=/\.|(\[(?:[^[\]]*|(["'])(?:(?!\2)[^\\]|\\.)*?\2)\])/;function q(e){switch(typeof e){case`number`:case`symbol`:return!1;case`string`:return e===``||e.startsWith(`.`)||e.endsWith(`.`)?!1:K.test(e);default:return!1}}function J(e,t,n){if(e==null)return n;switch(typeof t){case`string`:{if(R(t))return n;let r=e[t];return r===void 0?q(t)&&!Object.hasOwn(e,t)?J(e,G(t),n):n:r}case`number`:case`symbol`:{typeof t==`number`&&(t=W(t));let r=e[t];return r===void 0?n:r}default:{if(Array.isArray(t))return se(e,t,n);if(t=Object.is(t?.valueOf(),-0)?`-0`:String(t),R(t))return n;let r=e[t];return r===void 0?n:r}}}function se(e,t,n){if(t.length===0)return n;let r=e;for(let e=0;e<t.length;e++){if(r==null||R(t[e]))return n;r=r[t[e]]}return r===void 0?n:r}function ce(e){return e!==null&&(typeof e==`object`||typeof e==`function`)}function le(e,t){return ne(e,(n,r,i,a)=>{let o=t?.(n,r,i,a);if(o!==void 0)return o;if(typeof e==`object`){if(l(e)===`[object Object]`&&typeof e.constructor!=`function`){let t={};return a.set(e,t),F(t,e,i,a),t}switch(Object.prototype.toString.call(e)){case f:case d:case p:{let t=new e.constructor(e?.valueOf());return F(t,e),t}case m:{let t={};return F(t,e),t.length=e.length,t[Symbol.iterator]=e[Symbol.iterator],t}default:return}}})}function ue(e){return le(e)}function Y(e){return typeof e==`object`&&!!e&&l(e)===`[object Arguments]`}var de=/^(?:0|[1-9]\d*)$/;function X(e,t=2**53-1){switch(typeof e){case`number`:return Number.isInteger(e)&&e>=0&&e<t;case`symbol`:return!1;case`string`:return de.test(e)}}function fe(e,t){let n;if(n=Array.isArray(t)?t:typeof t==`string`&&q(t)&&!(t in Object(e))?G(t):[t],n.length===0)return!1;let r=e;for(let e=0;e<n.length;e++){let t=n[e];if((r==null||!Object.hasOwn(r,t))&&!((Array.isArray(r)||Y(r))&&X(t)&&t<r.length))return!1;r=r[t]}return!0}function Z(e){return typeof e==`object`&&!!e}function pe(e){return Z(e)&&H(e)}function Q(e){return typeof e==`symbol`||e instanceof Symbol}var $=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,me=/^\w*$/;function he(e,t){return Array.isArray(e)?!1:typeof e==`number`||typeof e==`boolean`||e==null||Q(e)?!0:typeof e==`string`&&(me.test(e)||!$.test(e))||t!=null&&Object.hasOwn(t,e)}function ge(e,t=0,n={}){typeof n!=`object`&&(n={});let{leading:i=!1,trailing:a=!0,maxWait:o}=n,s=[,,];i&&(s[0]=`leading`),a&&(s[1]=`trailing`);let c,l=null,u=r(function(...t){c=e.apply(this,t),l=null},t,{edges:s}),d=function(...t){return o!=null&&(l===null&&(l=Date.now()),Date.now()-l>=o)?(c=e.apply(this,t),l=Date.now(),u.cancel(),u.schedule(),c):(u.apply(this,t),c)};return d.cancel=u.cancel,d.flush=()=>(u.flush(),c),d}var _e=e((e=>{var n=t();function r(e){var t=`https://react.dev/errors/`+e;if(1<arguments.length){t+=`?args[]=`+encodeURIComponent(arguments[1]);for(var n=2;n<arguments.length;n++)t+=`&args[]=`+encodeURIComponent(arguments[n])}return`Minified React error #`+e+`; visit `+t+` for the full message or use the non-minified dev environment for full errors and additional helpful warnings.`}function i(){}var a={d:{f:i,r:function(){throw Error(r(522))},D:i,C:i,L:i,m:i,X:i,S:i,M:i},p:0,findDOMNode:null},o=Symbol.for(`react.portal`);function s(e,t,n){var r=3<arguments.length&&arguments[3]!==void 0?arguments[3]:null;return{$$typeof:o,key:r==null?null:``+r,children:e,containerInfo:t,implementation:n}}var c=n.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE;function l(e,t){if(e===`font`)return``;if(typeof t==`string`)return t===`use-credentials`?t:``}e.__DOM_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE=a,e.createPortal=function(e,t){var n=2<arguments.length&&arguments[2]!==void 0?arguments[2]:null;if(!t||t.nodeType!==1&&t.nodeType!==9&&t.nodeType!==11)throw Error(r(299));return s(e,t,null,n)},e.flushSync=function(e){var t=c.T,n=a.p;try{if(c.T=null,a.p=2,e)return e()}finally{c.T=t,a.p=n,a.d.f()}},e.preconnect=function(e,t){typeof e==`string`&&(t?(t=t.crossOrigin,t=typeof t==`string`?t===`use-credentials`?t:``:void 0):t=null,a.d.C(e,t))},e.prefetchDNS=function(e){typeof e==`string`&&a.d.D(e)},e.preinit=function(e,t){if(typeof e==`string`&&t&&typeof t.as==`string`){var n=t.as,r=l(n,t.crossOrigin),i=typeof t.integrity==`string`?t.integrity:void 0,o=typeof t.fetchPriority==`string`?t.fetchPriority:void 0;n===`style`?a.d.S(e,typeof t.precedence==`string`?t.precedence:void 0,{crossOrigin:r,integrity:i,fetchPriority:o}):n===`script`&&a.d.X(e,{crossOrigin:r,integrity:i,fetchPriority:o,nonce:typeof t.nonce==`string`?t.nonce:void 0})}},e.preinitModule=function(e,t){if(typeof e==`string`)if(typeof t==`object`&&t){if(t.as==null||t.as===`script`){var n=l(t.as,t.crossOrigin);a.d.M(e,{crossOrigin:n,integrity:typeof t.integrity==`string`?t.integrity:void 0,nonce:typeof t.nonce==`string`?t.nonce:void 0})}}else t??a.d.M(e)},e.preload=function(e,t){if(typeof e==`string`&&typeof t==`object`&&t&&typeof t.as==`string`){var n=t.as,r=l(n,t.crossOrigin);a.d.L(e,n,{crossOrigin:r,integrity:typeof t.integrity==`string`?t.integrity:void 0,nonce:typeof t.nonce==`string`?t.nonce:void 0,type:typeof t.type==`string`?t.type:void 0,fetchPriority:typeof t.fetchPriority==`string`?t.fetchPriority:void 0,referrerPolicy:typeof t.referrerPolicy==`string`?t.referrerPolicy:void 0,imageSrcSet:typeof t.imageSrcSet==`string`?t.imageSrcSet:void 0,imageSizes:typeof t.imageSizes==`string`?t.imageSizes:void 0,media:typeof t.media==`string`?t.media:void 0})}},e.preloadModule=function(e,t){if(typeof e==`string`)if(t){var n=l(t.as,t.crossOrigin);a.d.m(e,{as:typeof t.as==`string`&&t.as!==`script`?t.as:void 0,crossOrigin:n,integrity:typeof t.integrity==`string`?t.integrity:void 0})}else a.d.m(e)},e.requestFormReset=function(e){a.d.r(e)},e.unstable_batchedUpdates=function(e,t){return e(t)},e.useFormState=function(e,t,n){return c.H.useFormState(e,t,n)},e.useFormStatus=function(){return c.H.useHostTransitionStatus()},e.version=`19.2.8`})),ve=e(((e,t)=>{function n(){if(!(typeof __REACT_DEVTOOLS_GLOBAL_HOOK__>`u`||typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE!=`function`))try{__REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE(n)}catch(e){console.error(e)}}n(),t.exports=_e()}));export{o as C,s as S,i as T,ae as _,pe as a,I as b,X as c,ce as d,J as f,H as g,U as h,Q as i,Y as l,W as m,ge as n,Z as o,G as p,he as r,fe as s,ve as t,ue as u,z as v,a as w,c as x,R as y};