@epa-wg/custom-element-dist 0.0.21 → 0.0.22

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 (171) hide show
  1. package/README.md +4 -4
  2. package/coverage/coverage-final.json +15 -11
  3. package/coverage/index.html +25 -25
  4. package/coverage/src/custom-element/coverage.svg +1 -1
  5. package/coverage/src/custom-element/custom-element.js/coverage.svg +1 -1
  6. package/coverage/src/custom-element/custom-element.js.html +604 -421
  7. package/coverage/src/custom-element/custom-element1-1.js/coverage.svg +10 -0
  8. package/coverage/src/custom-element/custom-element1-1.js.html +2374 -0
  9. package/coverage/src/custom-element/custom-element1.js/coverage.svg +10 -0
  10. package/coverage/src/custom-element/custom-element1.js.html +2374 -0
  11. package/coverage/src/custom-element/http-request.js.html +10 -10
  12. package/coverage/src/custom-element/index.html +49 -19
  13. package/coverage/src/custom-element/local-storage.js.html +6 -6
  14. package/coverage/src/custom-element/location-element.js.html +1 -1
  15. package/coverage/src/index.html +1 -1
  16. package/coverage/src/mocks/handlers.ts.html +1 -1
  17. package/coverage/src/mocks/index.html +1 -1
  18. package/coverage/src/stories/{attributes.stories.ts.html → attributes.test.stories.ts.html} +51 -15
  19. package/coverage/src/stories/{css.stories.ts.html → css.test.stories.ts.html} +77 -17
  20. package/coverage/src/stories/{dom-merge.stories.ts.html → dom-merge.test.stories.ts.html} +60 -12
  21. package/coverage/src/stories/{external-template.stories.ts.html → external-template.test.stories.ts.html} +42 -12
  22. package/coverage/src/stories/form.test.stories.ts.html +658 -0
  23. package/coverage/src/stories/http-request.stories.ts.html +7 -7
  24. package/coverage/src/stories/index.html +71 -41
  25. package/coverage/src/stories/{local-storage.stories.ts.html → local-storage.test.stories.ts.html} +56 -20
  26. package/coverage/src/stories/{location-element.stories.ts.html → location-element.test.stories.ts.html} +53 -17
  27. package/coverage/src/stories/renderPlay.ts.html +12 -15
  28. package/coverage/src/stories/slice-events.test.stories.ts/coverage.svg +10 -0
  29. package/coverage/src/stories/{slice-events.stories.ts.html → slice-events.test.stories.ts.html} +264 -15
  30. package/coverage/src/stories/slots.test.stories.ts/coverage.svg +10 -0
  31. package/coverage/src/stories/slots.test.stories.ts.html +739 -0
  32. package/coverage/src/sum.ts.html +1 -1
  33. package/dist/custom-element-BISbI4SU.js +463 -0
  34. package/dist/custom-element-N-sWiqGK.cjs +53 -0
  35. package/dist/custom-element-bundle.cjs +1 -1
  36. package/dist/custom-element-bundle.js +2 -2
  37. package/dist/mockServiceWorker.js +1 -1
  38. package/package.json +4 -4
  39. package/public/mockServiceWorker.js +1 -1
  40. package/src/custom-element/custom-element.d.ts +4 -0
  41. package/src/custom-element/custom-element.js +103 -42
  42. package/src/custom-element/custom-element1-1.js +763 -0
  43. package/src/custom-element/custom-element1.js +763 -0
  44. package/src/custom-element/custom-element1.js0 +750 -0
  45. package/src/custom-element/custom-element2.js0 +759 -0
  46. package/src/custom-element/custom-element3.js0 +763 -0
  47. package/src/custom-element/demo/a.html +38 -41
  48. package/src/custom-element/demo/b.html +13 -0
  49. package/src/custom-element/demo/data-slices.html +32 -0
  50. package/src/custom-element/demo/form.html +193 -0
  51. package/src/custom-element/demo/s.xml +19 -14
  52. package/src/custom-element/demo/s.xslt +22 -38
  53. package/src/custom-element/demo/s1.xslt +60 -0
  54. package/src/custom-element/ide/customData-dce.json +14 -1
  55. package/src/custom-element/ide/web-types-dce.json +6 -1
  56. package/src/custom-element/ide/web-types-xsl.json +1 -1
  57. package/src/custom-element/index.html +1 -0
  58. package/src/custom-element.test.ts +24 -8
  59. package/src/stories/{attributes.stories.ts → attributes.test.stories.ts} +19 -7
  60. package/src/stories/{css.stories.ts → css.test.stories.ts} +29 -9
  61. package/src/stories/{dom-merge.stories.ts → dom-merge.test.stories.ts} +19 -3
  62. package/src/stories/{external-template.stories.ts → external-template.test.stories.ts} +13 -3
  63. package/src/stories/form.test.stories.ts +191 -0
  64. package/src/stories/http-request.stories.ts +6 -6
  65. package/src/stories/http-request.test.ts +0 -9
  66. package/src/stories/{local-storage.stories.ts → local-storage.test.stories.ts} +24 -12
  67. package/src/stories/{location-element.stories.ts → location-element.test.stories.ts} +21 -9
  68. package/src/stories/renderPlay.ts +1 -2
  69. package/src/stories/{slice-events.stories.ts → slice-events.test.stories.ts} +88 -5
  70. package/src/stories/slots.test.stories.ts +218 -0
  71. package/storybook-static/assets/{Color-RQJUDNI5-C4yZhNbM.js → Color-PRSJMWNM-e4s261EJ.js} +1 -1
  72. package/storybook-static/assets/{Configure-C7d36rng.js → Configure-DWut7txe.js} +1 -1
  73. package/storybook-static/assets/DocsRenderer-K4EAMTCU-CaXVGjCl.js +2 -0
  74. package/storybook-static/assets/WithTooltip-KJL26V4Q--B8vdnMi.js +1 -0
  75. package/storybook-static/assets/{attributes.stories-ZB0RTY1d.js → attributes.test.stories-IuwazrdL.js} +21 -21
  76. package/storybook-static/assets/css.test.stories-D9WaxrEv.js +96 -0
  77. package/storybook-static/assets/custom-element-BV8-hRQS.js +219 -0
  78. package/storybook-static/assets/{dom-merge.stories-CgHZUABU.js → dom-merge.test.stories-BhbNeum_.js} +5 -6
  79. package/storybook-static/assets/{entry-preview-CQqNFx4W.js → entry-preview-DrgzXgwT.js} +1 -1
  80. package/storybook-static/assets/{entry-preview-docs-CWgqLfd3.js → entry-preview-docs-Bxv0qQWs.js} +1 -1
  81. package/storybook-static/assets/{external-template.stories-DtSLMxvg.js → external-template.test.stories-Bpr_wxBo.js} +23 -24
  82. package/storybook-static/assets/form.test.stories-3tURbEdv.js +250 -0
  83. package/storybook-static/assets/{formatter-B5HCVTEV-tKeEfJA9.js → formatter-2WMMO6ZP-SJtgH3vM.js} +5 -5
  84. package/storybook-static/assets/http-request.stories-8K_qSs8C.js +300 -0
  85. package/storybook-static/assets/iframe-CM82WlGY.js +2 -0
  86. package/storybook-static/assets/index-CEZitmnt.js +548 -0
  87. package/storybook-static/assets/index-CVRyq5ci.js +27 -0
  88. package/storybook-static/assets/{index-DnEJ_bKa.js → index-D1MP-Zis.js} +1 -1
  89. package/storybook-static/assets/index-DNL-IEpS.js +1 -0
  90. package/storybook-static/assets/index-DXimoRZY.js +1 -0
  91. package/storybook-static/assets/index-DuIEV_9C.js +13 -0
  92. package/storybook-static/assets/{lit-element-B4_0akdT.js → lit-element-CenEXOuS.js} +2 -2
  93. package/storybook-static/assets/{local-storage.stories-BkO6djDz.js → local-storage.test.stories-CtisAQBB.js} +28 -24
  94. package/storybook-static/assets/{location-element.stories-DCIOUd0D.js → location-element.test.stories-5O_t_m4Y.js} +11 -11
  95. package/storybook-static/assets/preview-4Up_z4Em.js +7 -0
  96. package/storybook-static/assets/{preview-CkgAD_DE.js → preview-5Y0XiZgz.js} +2 -2
  97. package/storybook-static/assets/preview-BKCN0mOr.js +1 -0
  98. package/storybook-static/assets/preview-DRnyIGXK.js +48 -0
  99. package/storybook-static/assets/preview-FpHGYA1q.js +1 -0
  100. package/storybook-static/assets/{preview-PxUn-cIn.js → preview-TCN6m6T-.js} +1 -1
  101. package/storybook-static/assets/slice-events.test.stories-BSXCLIA5.js +231 -0
  102. package/storybook-static/assets/slots.test.stories-B1vqfHmN.js +214 -0
  103. package/storybook-static/assets/syntaxhighlighter-BP7B2CQK-BWFH_0wQ.js +1 -0
  104. package/storybook-static/iframe.html +153 -10
  105. package/storybook-static/index.html +1 -1
  106. package/storybook-static/index.json +1 -1
  107. package/storybook-static/mockServiceWorker.js +1 -1
  108. package/storybook-static/project.json +1 -1
  109. package/storybook-static/sb-addons/chromatic-com-storybook-9/manager-bundle.js +35 -29
  110. package/storybook-static/sb-addons/chromatic-com-storybook-9/manager-bundle.js.LEGAL.txt +1 -1
  111. package/storybook-static/sb-addons/essentials-actions-3/manager-bundle.js +1 -1
  112. package/storybook-static/sb-addons/essentials-backgrounds-4/manager-bundle.js +5 -5
  113. package/storybook-static/sb-addons/essentials-controls-2/manager-bundle.js +35 -35
  114. package/storybook-static/sb-addons/essentials-measure-7/manager-bundle.js +1 -1
  115. package/storybook-static/sb-addons/essentials-outline-8/manager-bundle.js +1 -1
  116. package/storybook-static/sb-addons/essentials-toolbars-6/manager-bundle.js +1 -1
  117. package/storybook-static/sb-addons/essentials-viewport-5/manager-bundle.js +1 -1
  118. package/storybook-static/sb-addons/interactions-10/manager-bundle.js +18 -16
  119. package/storybook-static/sb-addons/links-1/manager-bundle.js +1 -1
  120. package/storybook-static/sb-addons/storybook-core-server-presets-0/common-manager-bundle.js +1 -1
  121. package/storybook-static/sb-manager/WithTooltip-KJL26V4Q-5LS5AN27.js +1 -0
  122. package/storybook-static/sb-manager/{chunk-S4VOIVUE.js → chunk-B3YDJJJH.js} +9 -9
  123. package/storybook-static/sb-manager/{chunk-FEE35O7J.js → chunk-BLWCBWKL.js} +3 -3
  124. package/storybook-static/sb-manager/{chunk-XCO5HRLK.js → chunk-GUVK2GTO.js} +3 -3
  125. package/storybook-static/sb-manager/chunk-LFRML3ZV.js +186 -0
  126. package/storybook-static/sb-manager/chunk-MC7RAF2B.js +274 -0
  127. package/storybook-static/sb-manager/{chunk-XP3HGWTR.js → chunk-ZR5JZWHI.js} +1 -1
  128. package/storybook-static/sb-manager/{formatter-B5HCVTEV-7DCBOGO6.js → formatter-2WMMO6ZP-JI7RHVTW.js} +1 -1
  129. package/storybook-static/sb-manager/globals-module-info.js +1 -1
  130. package/storybook-static/sb-manager/globals-runtime.js +1 -1
  131. package/storybook-static/sb-manager/index.js +1 -1
  132. package/storybook-static/sb-manager/runtime.js +1 -1
  133. package/storybook-static/sb-manager/{syntaxhighlighter-JOJW2KGS-VF6EEVPI.js → syntaxhighlighter-BP7B2CQK-WOJYHKQR.js} +1 -1
  134. package/storybook-static/sb-preview/runtime.js +28 -11
  135. package/vite.config.js +5 -5
  136. package/dist/custom-element-B4v-KaIh.cjs +0 -53
  137. package/dist/custom-element-_g0GTup2.js +0 -436
  138. package/src/stories/attributes.test.ts +0 -14
  139. package/src/stories/css.test.ts +0 -12
  140. package/src/stories/dom-merge.test.ts +0 -12
  141. package/src/stories/external-template.test.ts +0 -12
  142. package/src/stories/local-storage.test.ts +0 -12
  143. package/src/stories/location-element.test.ts +0 -14
  144. package/src/stories/slice-events.test.ts +0 -12
  145. package/storybook-static/assets/DocsRenderer-K4EAMTCU-BLMupvSb.js +0 -2
  146. package/storybook-static/assets/WithTooltip-Y7J54OF7-BAQSPSFk.js +0 -1
  147. package/storybook-static/assets/css.stories-CLSX-Xxd.js +0 -86
  148. package/storybook-static/assets/custom-element-BLZZ00dz.js +0 -53
  149. package/storybook-static/assets/http-request.stories-CUzlXO89.js +0 -300
  150. package/storybook-static/assets/iframe-gCvlWuoC.js +0 -2
  151. package/storybook-static/assets/index-CBQwM6ST.js +0 -508
  152. package/storybook-static/assets/index-CDavW7r9.js +0 -193
  153. package/storybook-static/assets/index-CQA5dlr6.js +0 -13
  154. package/storybook-static/assets/index-DgaNIR0t.js +0 -1
  155. package/storybook-static/assets/index-Dkj0J1ds.js +0 -1
  156. package/storybook-static/assets/preview-C6t8KBFr.js +0 -1
  157. package/storybook-static/assets/preview-CYD85dwb.js +0 -7
  158. package/storybook-static/assets/preview-D8LadFCz.js +0 -48
  159. package/storybook-static/assets/preview-DNpCpRPf.js +0 -1
  160. package/storybook-static/assets/slice-events.stories-DXKjXI37.js +0 -115
  161. package/storybook-static/assets/syntaxhighlighter-JOJW2KGS-C04pIVD3.js +0 -1
  162. package/storybook-static/sb-manager/WithTooltip-Y7J54OF7-CEHQ77YF.js +0 -1
  163. package/storybook-static/sb-manager/chunk-E3WK6ZOZ.js +0 -234
  164. package/storybook-static/sb-manager/chunk-E6ABNH5R.js +0 -183
  165. /package/coverage/src/stories/{attributes.stories.ts → attributes.test.stories.ts}/coverage.svg +0 -0
  166. /package/coverage/src/stories/{css.stories.ts → css.test.stories.ts}/coverage.svg +0 -0
  167. /package/coverage/src/stories/{dom-merge.stories.ts → dom-merge.test.stories.ts}/coverage.svg +0 -0
  168. /package/coverage/src/stories/{external-template.stories.ts → external-template.test.stories.ts}/coverage.svg +0 -0
  169. /package/coverage/src/stories/{local-storage.stories.ts → form.test.stories.ts}/coverage.svg +0 -0
  170. /package/coverage/src/stories/{location-element.stories.ts → local-storage.test.stories.ts}/coverage.svg +0 -0
  171. /package/coverage/src/stories/{slice-events.stories.ts → location-element.test.stories.ts}/coverage.svg +0 -0
@@ -1,193 +0,0 @@
1
- const{addons:yf}=__STORYBOOK_MODULE_PREVIEW_API__,{once:bf}=__STORYBOOK_MODULE_CLIENT_LOGGER__,{FORCE_REMOUNT:ni,STORY_RENDER_PHASE_CHANGED:gf,SET_CURRENT_STORY:vf}=__STORYBOOK_MODULE_CORE_EVENTS__,{global:Ze}=__STORYBOOK_MODULE_GLOBAL__;var _f=Object.create,Ul=Object.defineProperty,Ef=Object.getOwnPropertyDescriptor,Hl=Object.getOwnPropertyNames,wf=Object.getPrototypeOf,Sf=Object.prototype.hasOwnProperty,Cf=(e=>typeof require<"u"?require:typeof Proxy<"u"?new Proxy(e,{get:(t,r)=>(typeof require<"u"?require:t)[r]}):e)(function(e){if(typeof require<"u")return require.apply(this,arguments);throw Error('Dynamic require of "'+e+'" is not supported')}),He=(e,t)=>function(){return t||(0,e[Hl(e)[0]])((t={exports:{}}).exports,t),t.exports},Pf=(e,t,r,o)=>{if(t&&typeof t=="object"||typeof t=="function")for(let a of Hl(t))!Sf.call(e,a)&&a!==r&&Ul(e,a,{get:()=>t[a],enumerable:!(o=Ef(t,a))||o.enumerable});return e},Gt=(e,t,r)=>(r=e!=null?_f(wf(e)):{},Pf(t||!e||!e.__esModule?Ul(r,"default",{value:e,enumerable:!0}):r,e)),Of=He({"../../node_modules/pretty-format/node_modules/ansi-styles/index.js"(e,t){var r=(u=0)=>n=>`\x1B[${38+u};5;${n}m`,o=(u=0)=>(n,i,l)=>`\x1B[${38+u};2;${n};${i};${l}m`;function a(){let u=new Map,n={modifier:{reset:[0,0],bold:[1,22],dim:[2,22],italic:[3,23],underline:[4,24],overline:[53,55],inverse:[7,27],hidden:[8,28],strikethrough:[9,29]},color:{black:[30,39],red:[31,39],green:[32,39],yellow:[33,39],blue:[34,39],magenta:[35,39],cyan:[36,39],white:[37,39],blackBright:[90,39],redBright:[91,39],greenBright:[92,39],yellowBright:[93,39],blueBright:[94,39],magentaBright:[95,39],cyanBright:[96,39],whiteBright:[97,39]},bgColor:{bgBlack:[40,49],bgRed:[41,49],bgGreen:[42,49],bgYellow:[43,49],bgBlue:[44,49],bgMagenta:[45,49],bgCyan:[46,49],bgWhite:[47,49],bgBlackBright:[100,49],bgRedBright:[101,49],bgGreenBright:[102,49],bgYellowBright:[103,49],bgBlueBright:[104,49],bgMagentaBright:[105,49],bgCyanBright:[106,49],bgWhiteBright:[107,49]}};n.color.gray=n.color.blackBright,n.bgColor.bgGray=n.bgColor.bgBlackBright,n.color.grey=n.color.blackBright,n.bgColor.bgGrey=n.bgColor.bgBlackBright;for(let[i,l]of Object.entries(n)){for(let[s,f]of Object.entries(l))n[s]={open:`\x1B[${f[0]}m`,close:`\x1B[${f[1]}m`},l[s]=n[s],u.set(f[0],f[1]);Object.defineProperty(n,i,{value:l,enumerable:!1})}return Object.defineProperty(n,"codes",{value:u,enumerable:!1}),n.color.close="\x1B[39m",n.bgColor.close="\x1B[49m",n.color.ansi256=r(),n.color.ansi16m=o(),n.bgColor.ansi256=r(10),n.bgColor.ansi16m=o(10),Object.defineProperties(n,{rgbToAnsi256:{value:(i,l,s)=>i===l&&l===s?i<8?16:i>248?231:Math.round((i-8)/247*24)+232:16+36*Math.round(i/255*5)+6*Math.round(l/255*5)+Math.round(s/255*5),enumerable:!1},hexToRgb:{value:i=>{let l=/(?<colorString>[a-f\d]{6}|[a-f\d]{3})/i.exec(i.toString(16));if(!l)return[0,0,0];let{colorString:s}=l.groups;s.length===3&&(s=s.split("").map(d=>d+d).join(""));let f=Number.parseInt(s,16);return[f>>16&255,f>>8&255,f&255]},enumerable:!1},hexToAnsi256:{value:i=>n.rgbToAnsi256(...n.hexToRgb(i)),enumerable:!1}}),n}Object.defineProperty(t,"exports",{enumerable:!0,get:a})}}),Mn=He({"../../node_modules/pretty-format/build/collections.js"(e){Object.defineProperty(e,"__esModule",{value:!0}),e.printIteratorEntries=r,e.printIteratorValues=o,e.printListItems=a,e.printObjectProperties=u;var t=(n,i)=>{let l=Object.keys(n),s=i!==null?l.sort(i):l;return Object.getOwnPropertySymbols&&Object.getOwnPropertySymbols(n).forEach(f=>{Object.getOwnPropertyDescriptor(n,f).enumerable&&s.push(f)}),s};function r(n,i,l,s,f,d,c=": "){let p="",m=0,h=n.next();if(!h.done){p+=i.spacingOuter;let b=l+i.indent;for(;!h.done;){if(p+=b,m++===i.maxWidth){p+="…";break}let y=d(h.value[0],i,b,s,f),v=d(h.value[1],i,b,s,f);p+=y+c+v,h=n.next(),h.done?i.min||(p+=","):p+=`,${i.spacingInner}`}p+=i.spacingOuter+l}return p}function o(n,i,l,s,f,d){let c="",p=0,m=n.next();if(!m.done){c+=i.spacingOuter;let h=l+i.indent;for(;!m.done;){if(c+=h,p++===i.maxWidth){c+="…";break}c+=d(m.value,i,h,s,f),m=n.next(),m.done?i.min||(c+=","):c+=`,${i.spacingInner}`}c+=i.spacingOuter+l}return c}function a(n,i,l,s,f,d){let c="";if(n.length){c+=i.spacingOuter;let p=l+i.indent;for(let m=0;m<n.length;m++){if(c+=p,m===i.maxWidth){c+="…";break}m in n&&(c+=d(n[m],i,p,s,f)),m<n.length-1?c+=`,${i.spacingInner}`:i.min||(c+=",")}c+=i.spacingOuter+l}return c}function u(n,i,l,s,f,d){let c="",p=t(n,i.compareKeys);if(p.length){c+=i.spacingOuter;let m=l+i.indent;for(let h=0;h<p.length;h++){let b=p[h],y=d(b,i,m,s,f),v=d(n[b],i,m,s,f);c+=`${m+y}: ${v}`,h<p.length-1?c+=`,${i.spacingInner}`:i.min||(c+=",")}c+=i.spacingOuter+l}return c}}}),Rf=He({"../../node_modules/pretty-format/build/plugins/AsymmetricMatcher.js"(e){Object.defineProperty(e,"__esModule",{value:!0}),e.test=e.serialize=e.default=void 0;var t=Mn(),r=globalThis["jest-symbol-do-not-touch"]||globalThis.Symbol,o=typeof r=="function"&&r.for?r.for("jest.asymmetricMatcher"):1267621,a=" ",u=(s,f,d,c,p,m)=>{let h=s.toString();if(h==="ArrayContaining"||h==="ArrayNotContaining")return++c>f.maxDepth?`[${h}]`:`${h+a}[${(0,t.printListItems)(s.sample,f,d,c,p,m)}]`;if(h==="ObjectContaining"||h==="ObjectNotContaining")return++c>f.maxDepth?`[${h}]`:`${h+a}{${(0,t.printObjectProperties)(s.sample,f,d,c,p,m)}}`;if(h==="StringMatching"||h==="StringNotMatching"||h==="StringContaining"||h==="StringNotContaining")return h+a+m(s.sample,f,d,c,p);if(typeof s.toAsymmetricMatcher!="function")throw new Error(`Asymmetric matcher ${s.constructor.name} does not implement toAsymmetricMatcher()`);return s.toAsymmetricMatcher()};e.serialize=u;var n=s=>s&&s.$$typeof===o;e.test=n;var i={serialize:u,test:n},l=i;e.default=l}}),Tf=He({"../../node_modules/pretty-format/build/plugins/DOMCollection.js"(e){Object.defineProperty(e,"__esModule",{value:!0}),e.test=e.serialize=e.default=void 0;var t=Mn(),r=" ",o=["DOMStringMap","NamedNodeMap"],a=/^(HTML\w*Collection|NodeList)$/,u=d=>o.indexOf(d)!==-1||a.test(d),n=d=>d&&d.constructor&&!!d.constructor.name&&u(d.constructor.name);e.test=n;var i=d=>d.constructor.name==="NamedNodeMap",l=(d,c,p,m,h,b)=>{let y=d.constructor.name;return++m>c.maxDepth?`[${y}]`:(c.min?"":y+r)+(o.indexOf(y)!==-1?`{${(0,t.printObjectProperties)(i(d)?Array.from(d).reduce((v,S)=>(v[S.name]=S.value,v),{}):{...d},c,p,m,h,b)}}`:`[${(0,t.printListItems)(Array.from(d),c,p,m,h,b)}]`)};e.serialize=l;var s={serialize:l,test:n},f=s;e.default=f}}),Af=He({"../../node_modules/pretty-format/build/plugins/lib/escapeHTML.js"(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=t;function t(r){return r.replace(/</g,"&lt;").replace(/>/g,"&gt;")}}}),ia=He({"../../node_modules/pretty-format/build/plugins/lib/markup.js"(e){Object.defineProperty(e,"__esModule",{value:!0}),e.printText=e.printProps=e.printElementAsLeaf=e.printElement=e.printComment=e.printChildren=void 0;var t=r(Af());function r(s){return s&&s.__esModule?s:{default:s}}var o=(s,f,d,c,p,m,h)=>{let b=c+d.indent,y=d.colors;return s.map(v=>{let S=f[v],E=h(S,d,b,p,m);return typeof S!="string"&&(E.indexOf(`
2
- `)!==-1&&(E=d.spacingOuter+b+E+d.spacingOuter+c),E=`{${E}}`),`${d.spacingInner+c+y.prop.open+v+y.prop.close}=${y.value.open}${E}${y.value.close}`}).join("")};e.printProps=o;var a=(s,f,d,c,p,m)=>s.map(h=>f.spacingOuter+d+(typeof h=="string"?u(h,f):m(h,f,d,c,p))).join("");e.printChildren=a;var u=(s,f)=>{let d=f.colors.content;return d.open+(0,t.default)(s)+d.close};e.printText=u;var n=(s,f)=>{let d=f.colors.comment;return`${d.open}<!--${(0,t.default)(s)}-->${d.close}`};e.printComment=n;var i=(s,f,d,c,p)=>{let m=c.colors.tag;return`${m.open}<${s}${f&&m.close+f+c.spacingOuter+p+m.open}${d?`>${m.close}${d}${c.spacingOuter}${p}${m.open}</${s}`:`${f&&!c.min?"":" "}/`}>${m.close}`};e.printElement=i;var l=(s,f)=>{let d=f.colors.tag;return`${d.open}<${s}${d.close} …${d.open} />${d.close}`};e.printElementAsLeaf=l}}),xf=He({"../../node_modules/pretty-format/build/plugins/DOMElement.js"(e){Object.defineProperty(e,"__esModule",{value:!0}),e.test=e.serialize=e.default=void 0;var t=ia(),r=1,o=3,a=8,u=11,n=/^((HTML|SVG)\w*)?Element$/,i=b=>{try{return typeof b.hasAttribute=="function"&&b.hasAttribute("is")}catch{return!1}},l=b=>{let y=b.constructor.name,{nodeType:v,tagName:S}=b,E=typeof S=="string"&&S.includes("-")||i(b);return v===r&&(n.test(y)||E)||v===o&&y==="Text"||v===a&&y==="Comment"||v===u&&y==="DocumentFragment"},s=b=>b?.constructor?.name&&l(b);e.test=s;function f(b){return b.nodeType===o}function d(b){return b.nodeType===a}function c(b){return b.nodeType===u}var p=(b,y,v,S,E,C)=>{if(f(b))return(0,t.printText)(b.data,y);if(d(b))return(0,t.printComment)(b.data,y);let T=c(b)?"DocumentFragment":b.tagName.toLowerCase();return++S>y.maxDepth?(0,t.printElementAsLeaf)(T,y):(0,t.printElement)(T,(0,t.printProps)(c(b)?[]:Array.from(b.attributes,O=>O.name).sort(),c(b)?{}:Array.from(b.attributes).reduce((O,g)=>(O[g.name]=g.value,O),{}),y,v+y.indent,S,E,C),(0,t.printChildren)(Array.prototype.slice.call(b.childNodes||b.children),y,v+y.indent,S,E,C),y,v)};e.serialize=p;var m={serialize:p,test:s},h=m;e.default=h}}),qf=He({"../../node_modules/pretty-format/build/plugins/Immutable.js"(e){Object.defineProperty(e,"__esModule",{value:!0}),e.test=e.serialize=e.default=void 0;var t=Mn(),r="@@__IMMUTABLE_ITERABLE__@@",o="@@__IMMUTABLE_LIST__@@",a="@@__IMMUTABLE_KEYED__@@",u="@@__IMMUTABLE_MAP__@@",n="@@__IMMUTABLE_ORDERED__@@",i="@@__IMMUTABLE_RECORD__@@",l="@@__IMMUTABLE_SEQ__@@",s="@@__IMMUTABLE_SET__@@",f="@@__IMMUTABLE_STACK__@@",d=g=>`Immutable.${g}`,c=g=>`[${g}]`,p=" ",m="…",h=(g,P,q,j,U,H,V)=>++j>P.maxDepth?c(d(V)):`${d(V)+p}{${(0,t.printIteratorEntries)(g.entries(),P,q,j,U,H)}}`;function b(g){let P=0;return{next(){if(P<g._keys.length){let q=g._keys[P++];return{done:!1,value:[q,g.get(q)]}}return{done:!0,value:void 0}}}}var y=(g,P,q,j,U,H)=>{let V=d(g._name||"Record");return++j>P.maxDepth?c(V):`${V+p}{${(0,t.printIteratorEntries)(b(g),P,q,j,U,H)}}`},v=(g,P,q,j,U,H)=>{let V=d("Seq");return++j>P.maxDepth?c(V):g[a]?`${V+p}{${g._iter||g._object?(0,t.printIteratorEntries)(g.entries(),P,q,j,U,H):m}}`:`${V+p}[${g._iter||g._array||g._collection||g._iterable?(0,t.printIteratorValues)(g.values(),P,q,j,U,H):m}]`},S=(g,P,q,j,U,H,V)=>++j>P.maxDepth?c(d(V)):`${d(V)+p}[${(0,t.printIteratorValues)(g.values(),P,q,j,U,H)}]`,E=(g,P,q,j,U,H)=>g[u]?h(g,P,q,j,U,H,g[n]?"OrderedMap":"Map"):g[o]?S(g,P,q,j,U,H,"List"):g[s]?S(g,P,q,j,U,H,g[n]?"OrderedSet":"Set"):g[f]?S(g,P,q,j,U,H,"Stack"):g[l]?v(g,P,q,j,U,H):y(g,P,q,j,U,H);e.serialize=E;var C=g=>g&&(g[r]===!0||g[i]===!0);e.test=C;var T={serialize:E,test:C},O=T;e.default=O}}),Mf=He({"../../node_modules/pretty-format/node_modules/react-is/cjs/react-is.development.js"(e){(function(){var t=Symbol.for("react.element"),r=Symbol.for("react.portal"),o=Symbol.for("react.fragment"),a=Symbol.for("react.strict_mode"),u=Symbol.for("react.profiler"),n=Symbol.for("react.provider"),i=Symbol.for("react.context"),l=Symbol.for("react.server_context"),s=Symbol.for("react.forward_ref"),f=Symbol.for("react.suspense"),d=Symbol.for("react.suspense_list"),c=Symbol.for("react.memo"),p=Symbol.for("react.lazy"),m=Symbol.for("react.offscreen"),h=!1,b=!1,y=!1,v=!1,S=!1,E;E=Symbol.for("react.module.reference");function C(L){return!!(typeof L=="string"||typeof L=="function"||L===o||L===u||S||L===a||L===f||L===d||v||L===m||h||b||y||typeof L=="object"&&L!==null&&(L.$$typeof===p||L.$$typeof===c||L.$$typeof===n||L.$$typeof===i||L.$$typeof===s||L.$$typeof===E||L.getModuleId!==void 0))}function T(L){if(typeof L=="object"&&L!==null){var oe=L.$$typeof;switch(oe){case t:var ie=L.type;switch(ie){case o:case u:case a:case f:case d:return ie;default:var fe=ie&&ie.$$typeof;switch(fe){case l:case i:case s:case p:case c:case n:return fe;default:return oe}}case r:return oe}}}var O=i,g=n,P=t,q=s,j=o,U=p,H=c,V=r,re=u,J=a,ne=f,ae=d,se=!1,ue=!1;function x(L){return se||(se=!0,console.warn("The ReactIs.isAsyncMode() alias has been deprecated, and will be removed in React 18+.")),!1}function M(L){return ue||(ue=!0,console.warn("The ReactIs.isConcurrentMode() alias has been deprecated, and will be removed in React 18+.")),!1}function k(L){return T(L)===i}function F(L){return T(L)===n}function G(L){return typeof L=="object"&&L!==null&&L.$$typeof===t}function $(L){return T(L)===s}function D(L){return T(L)===o}function z(L){return T(L)===p}function Q(L){return T(L)===c}function _(L){return T(L)===r}function I(L){return T(L)===u}function B(L){return T(L)===a}function K(L){return T(L)===f}function W(L){return T(L)===d}e.ContextConsumer=O,e.ContextProvider=g,e.Element=P,e.ForwardRef=q,e.Fragment=j,e.Lazy=U,e.Memo=H,e.Portal=V,e.Profiler=re,e.StrictMode=J,e.Suspense=ne,e.SuspenseList=ae,e.isAsyncMode=x,e.isConcurrentMode=M,e.isContextConsumer=k,e.isContextProvider=F,e.isElement=G,e.isForwardRef=$,e.isFragment=D,e.isLazy=z,e.isMemo=Q,e.isPortal=_,e.isProfiler=I,e.isStrictMode=B,e.isSuspense=K,e.isSuspenseList=W,e.isValidElementType=C,e.typeOf=T})()}}),jf=He({"../../node_modules/pretty-format/node_modules/react-is/index.js"(e,t){t.exports=Mf()}}),If=He({"../../node_modules/pretty-format/build/plugins/ReactElement.js"(e){Object.defineProperty(e,"__esModule",{value:!0}),e.test=e.serialize=e.default=void 0;var t=a(jf()),r=ia();function o(c){if(typeof WeakMap!="function")return null;var p=new WeakMap,m=new WeakMap;return(o=function(h){return h?m:p})(c)}function a(c,p){if(!p&&c&&c.__esModule)return c;if(c===null||typeof c!="object"&&typeof c!="function")return{default:c};var m=o(p);if(m&&m.has(c))return m.get(c);var h={},b=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var y in c)if(y!=="default"&&Object.prototype.hasOwnProperty.call(c,y)){var v=b?Object.getOwnPropertyDescriptor(c,y):null;v&&(v.get||v.set)?Object.defineProperty(h,y,v):h[y]=c[y]}return h.default=c,m&&m.set(c,h),h}var u=(c,p=[])=>(Array.isArray(c)?c.forEach(m=>{u(m,p)}):c!=null&&c!==!1&&p.push(c),p),n=c=>{let p=c.type;if(typeof p=="string")return p;if(typeof p=="function")return p.displayName||p.name||"Unknown";if(t.isFragment(c))return"React.Fragment";if(t.isSuspense(c))return"React.Suspense";if(typeof p=="object"&&p!==null){if(t.isContextProvider(c))return"Context.Provider";if(t.isContextConsumer(c))return"Context.Consumer";if(t.isForwardRef(c)){if(p.displayName)return p.displayName;let m=p.render.displayName||p.render.name||"";return m!==""?`ForwardRef(${m})`:"ForwardRef"}if(t.isMemo(c)){let m=p.displayName||p.type.displayName||p.type.name||"";return m!==""?`Memo(${m})`:"Memo"}}return"UNDEFINED"},i=c=>{let{props:p}=c;return Object.keys(p).filter(m=>m!=="children"&&p[m]!==void 0).sort()},l=(c,p,m,h,b,y)=>++h>p.maxDepth?(0,r.printElementAsLeaf)(n(c),p):(0,r.printElement)(n(c),(0,r.printProps)(i(c),c.props,p,m+p.indent,h,b,y),(0,r.printChildren)(u(c.props.children),p,m+p.indent,h,b,y),p,m);e.serialize=l;var s=c=>c!=null&&t.isElement(c);e.test=s;var f={serialize:l,test:s},d=f;e.default=d}}),Nf=He({"../../node_modules/pretty-format/build/plugins/ReactTestComponent.js"(e){Object.defineProperty(e,"__esModule",{value:!0}),e.test=e.serialize=e.default=void 0;var t=ia(),r=globalThis["jest-symbol-do-not-touch"]||globalThis.Symbol,o=typeof r=="function"&&r.for?r.for("react.test.json"):245830487,a=s=>{let{props:f}=s;return f?Object.keys(f).filter(d=>f[d]!==void 0).sort():[]},u=(s,f,d,c,p,m)=>++c>f.maxDepth?(0,t.printElementAsLeaf)(s.type,f):(0,t.printElement)(s.type,s.props?(0,t.printProps)(a(s),s.props,f,d+f.indent,c,p,m):"",s.children?(0,t.printChildren)(s.children,f,d+f.indent,c,p,m):"",f,d);e.serialize=u;var n=s=>s&&s.$$typeof===o;e.test=n;var i={serialize:u,test:n},l=i;e.default=l}}),la=He({"../../node_modules/pretty-format/build/index.js"(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=e.DEFAULT_OPTIONS=void 0,e.format=D,e.plugins=void 0;var t=s(Of()),r=Mn(),o=s(Rf()),a=s(Tf()),u=s(xf()),n=s(qf()),i=s(If()),l=s(Nf());function s(_){return _&&_.__esModule?_:{default:_}}var f=Object.prototype.toString,d=Date.prototype.toISOString,c=Error.prototype.toString,p=RegExp.prototype.toString,m=_=>typeof _.constructor=="function"&&_.constructor.name||"Object",h=_=>typeof window<"u"&&_===window,b=/^Symbol\((.*)\)(.*)$/,y=/\n/gi,v=class extends Error{constructor(_,I){super(_),this.stack=I,this.name=this.constructor.name}};function S(_){return _==="[object Array]"||_==="[object ArrayBuffer]"||_==="[object DataView]"||_==="[object Float32Array]"||_==="[object Float64Array]"||_==="[object Int8Array]"||_==="[object Int16Array]"||_==="[object Int32Array]"||_==="[object Uint8Array]"||_==="[object Uint8ClampedArray]"||_==="[object Uint16Array]"||_==="[object Uint32Array]"}function E(_){return Object.is(_,-0)?"-0":String(_)}function C(_){return`${_}n`}function T(_,I){return I?`[Function ${_.name||"anonymous"}]`:"[Function]"}function O(_){return String(_).replace(b,"Symbol($1)")}function g(_){return`[${c.call(_)}]`}function P(_,I,B,K){if(_===!0||_===!1)return`${_}`;if(_===void 0)return"undefined";if(_===null)return"null";let W=typeof _;if(W==="number")return E(_);if(W==="bigint")return C(_);if(W==="string")return K?`"${_.replace(/"|\\/g,"\\$&")}"`:`"${_}"`;if(W==="function")return T(_,I);if(W==="symbol")return O(_);let L=f.call(_);return L==="[object WeakMap]"?"WeakMap {}":L==="[object WeakSet]"?"WeakSet {}":L==="[object Function]"||L==="[object GeneratorFunction]"?T(_,I):L==="[object Symbol]"?O(_):L==="[object Date]"?isNaN(+_)?"Date { NaN }":d.call(_):L==="[object Error]"?g(_):L==="[object RegExp]"?B?p.call(_).replace(/[\\^$*+?.()|[\]{}]/g,"\\$&"):p.call(_):_ instanceof Error?g(_):null}function q(_,I,B,K,W,L){if(W.indexOf(_)!==-1)return"[Circular]";W=W.slice(),W.push(_);let oe=++K>I.maxDepth,ie=I.min;if(I.callToJSON&&!oe&&_.toJSON&&typeof _.toJSON=="function"&&!L)return V(_.toJSON(),I,B,K,W,!0);let fe=f.call(_);return fe==="[object Arguments]"?oe?"[Arguments]":`${ie?"":"Arguments "}[${(0,r.printListItems)(_,I,B,K,W,V)}]`:S(fe)?oe?`[${_.constructor.name}]`:`${ie||!I.printBasicPrototype&&_.constructor.name==="Array"?"":`${_.constructor.name} `}[${(0,r.printListItems)(_,I,B,K,W,V)}]`:fe==="[object Map]"?oe?"[Map]":`Map {${(0,r.printIteratorEntries)(_.entries(),I,B,K,W,V," => ")}}`:fe==="[object Set]"?oe?"[Set]":`Set {${(0,r.printIteratorValues)(_.values(),I,B,K,W,V)}}`:oe||h(_)?`[${m(_)}]`:`${ie||!I.printBasicPrototype&&m(_)==="Object"?"":`${m(_)} `}{${(0,r.printObjectProperties)(_,I,B,K,W,V)}}`}function j(_){return _.serialize!=null}function U(_,I,B,K,W,L){let oe;try{oe=j(_)?_.serialize(I,B,K,W,L,V):_.print(I,ie=>V(ie,B,K,W,L),ie=>{let fe=K+B.indent;return fe+ie.replace(y,`
3
- ${fe}`)},{edgeSpacing:B.spacingOuter,min:B.min,spacing:B.spacingInner},B.colors)}catch(ie){throw new v(ie.message,ie.stack)}if(typeof oe!="string")throw new Error(`pretty-format: Plugin must return type "string" but instead returned "${typeof oe}".`);return oe}function H(_,I){for(let B=0;B<_.length;B++)try{if(_[B].test(I))return _[B]}catch(K){throw new v(K.message,K.stack)}return null}function V(_,I,B,K,W,L){let oe=H(I.plugins,_);if(oe!==null)return U(oe,_,I,B,K,W);let ie=P(_,I.printFunctionName,I.escapeRegex,I.escapeString);return ie!==null?ie:q(_,I,B,K,W,L)}var re={comment:"gray",content:"reset",prop:"yellow",tag:"cyan",value:"green"},J=Object.keys(re),ne=_=>_,ae=ne({callToJSON:!0,compareKeys:void 0,escapeRegex:!1,escapeString:!0,highlight:!1,indent:2,maxDepth:1/0,maxWidth:1/0,min:!1,plugins:[],printBasicPrototype:!0,printFunctionName:!0,theme:re});e.DEFAULT_OPTIONS=ae;function se(_){if(Object.keys(_).forEach(I=>{if(!Object.prototype.hasOwnProperty.call(ae,I))throw new Error(`pretty-format: Unknown option "${I}".`)}),_.min&&_.indent!==void 0&&_.indent!==0)throw new Error('pretty-format: Options "min" and "indent" cannot be used together.');if(_.theme!==void 0){if(_.theme===null)throw new Error('pretty-format: Option "theme" must not be null.');if(typeof _.theme!="object")throw new Error(`pretty-format: Option "theme" must be of type "object" but instead received "${typeof _.theme}".`)}}var ue=_=>J.reduce((I,B)=>{let K=_.theme&&_.theme[B]!==void 0?_.theme[B]:re[B],W=K&&t.default[K];if(W&&typeof W.close=="string"&&typeof W.open=="string")I[B]=W;else throw new Error(`pretty-format: Option "theme" has a key "${B}" whose value "${K}" is undefined in ansi-styles.`);return I},Object.create(null)),x=()=>J.reduce((_,I)=>(_[I]={close:"",open:""},_),Object.create(null)),M=_=>_?.printFunctionName??ae.printFunctionName,k=_=>_?.escapeRegex??ae.escapeRegex,F=_=>_?.escapeString??ae.escapeString,G=_=>({callToJSON:_?.callToJSON??ae.callToJSON,colors:_?.highlight?ue(_):x(),compareKeys:typeof _?.compareKeys=="function"||_?.compareKeys===null?_.compareKeys:ae.compareKeys,escapeRegex:k(_),escapeString:F(_),indent:_?.min?"":$(_?.indent??ae.indent),maxDepth:_?.maxDepth??ae.maxDepth,maxWidth:_?.maxWidth??ae.maxWidth,min:_?.min??ae.min,plugins:_?.plugins??ae.plugins,printBasicPrototype:_?.printBasicPrototype??!0,printFunctionName:M(_),spacingInner:_?.min?" ":`
4
- `,spacingOuter:_?.min?"":`
5
- `});function $(_){return new Array(_+1).join(" ")}function D(_,I){if(I&&(se(I),I.plugins)){let K=H(I.plugins,_);if(K!==null)return U(K,_,G(I),"",0,[])}let B=P(_,M(I),k(I),F(I));return B!==null?B:q(_,G(I),"",0,[])}var z={AsymmetricMatcher:o.default,DOMCollection:a.default,DOMElement:u.default,Immutable:n.default,ReactElement:i.default,ReactTestComponent:l.default};e.plugins=z;var Q=D;e.default=Q}}),Vl=He({"../../node_modules/diff-sequences/build/index.js"(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=p;var t="diff-sequences",r=0,o=(m,h,b,y,v)=>{let S=0;for(;m<h&&b<y&&v(m,b);)m+=1,b+=1,S+=1;return S},a=(m,h,b,y,v)=>{let S=0;for(;m<=h&&b<=y&&v(h,y);)h-=1,y-=1,S+=1;return S},u=(m,h,b,y,v,S,E)=>{let C=0,T=-m,O=S[C],g=O;S[C]+=o(O+1,h,y+O-T+1,b,v);let P=m<E?m:E;for(C+=1,T+=2;C<=P;C+=1,T+=2){if(C!==m&&g<S[C])O=S[C];else if(O=g+1,h<=O)return C-1;g=S[C],S[C]=O+o(O+1,h,y+O-T+1,b,v)}return E},n=(m,h,b,y,v,S,E)=>{let C=0,T=m,O=S[C],g=O;S[C]-=a(h,O-1,b,y+O-T-1,v);let P=m<E?m:E;for(C+=1,T-=2;C<=P;C+=1,T-=2){if(C!==m&&S[C]<g)O=S[C];else if(O=g-1,O<h)return C-1;g=S[C],S[C]=O-a(h,O-1,b,y+O-T-1,v)}return E},i=(m,h,b,y,v,S,E,C,T,O,g)=>{let P=y-h,q=b-h,j=v-y-q,U=-j-(m-1),H=-j+(m-1),V=r,re=m<C?m:C;for(let J=0,ne=-m;J<=re;J+=1,ne+=2){let ae=J===0||J!==m&&V<E[J],se=ae?E[J]:V,ue=ae?se:se+1,x=P+ue-ne,M=o(ue+1,b,x+1,v,S),k=ue+M;if(V=E[J],E[J]=k,U<=ne&&ne<=H){let F=(m-1-(ne+j))/2;if(F<=O&&T[F]-1<=k){let G=P+se-(ae?ne+1:ne-1),$=a(h,se,y,G,S),D=se-$,z=G-$,Q=D+1,_=z+1;g.nChangePreceding=m-1,m-1===Q+_-h-y?(g.aEndPreceding=h,g.bEndPreceding=y):(g.aEndPreceding=Q,g.bEndPreceding=_),g.nCommonPreceding=$,$!==0&&(g.aCommonPreceding=Q,g.bCommonPreceding=_),g.nCommonFollowing=M,M!==0&&(g.aCommonFollowing=ue+1,g.bCommonFollowing=x+1);let I=k+1,B=x+M+1;return g.nChangeFollowing=m-1,m-1===b+v-I-B?(g.aStartFollowing=b,g.bStartFollowing=v):(g.aStartFollowing=I,g.bStartFollowing=B),!0}}}return!1},l=(m,h,b,y,v,S,E,C,T,O,g)=>{let P=v-b,q=b-h,j=v-y-q,U=j-m,H=j+m,V=r,re=m<O?m:O;for(let J=0,ne=m;J<=re;J+=1,ne-=2){let ae=J===0||J!==m&&T[J]<V,se=ae?T[J]:V,ue=ae?se:se-1,x=P+ue-ne,M=a(h,ue-1,y,x-1,S),k=ue-M;if(V=T[J],T[J]=k,U<=ne&&ne<=H){let F=(m+(ne-j))/2;if(F<=C&&k-1<=E[F]){let G=x-M;if(g.nChangePreceding=m,m===k+G-h-y?(g.aEndPreceding=h,g.bEndPreceding=y):(g.aEndPreceding=k,g.bEndPreceding=G),g.nCommonPreceding=M,M!==0&&(g.aCommonPreceding=k,g.bCommonPreceding=G),g.nChangeFollowing=m-1,m===1)g.nCommonFollowing=0,g.aStartFollowing=b,g.bStartFollowing=v;else{let $=P+se-(ae?ne-1:ne+1),D=o(se,b,$,v,S);g.nCommonFollowing=D,D!==0&&(g.aCommonFollowing=se,g.bCommonFollowing=$);let z=se+D,Q=$+D;m-1===b+v-z-Q?(g.aStartFollowing=b,g.bStartFollowing=v):(g.aStartFollowing=z,g.bStartFollowing=Q)}return!0}}}return!1},s=(m,h,b,y,v,S,E,C,T)=>{let O=y-h,g=v-b,P=b-h,q=v-y,j=q-P,U=P,H=P;if(E[0]=h-1,C[0]=b,j%2===0){let V=(m||j)/2,re=(P+q)/2;for(let J=1;J<=re;J+=1)if(U=u(J,b,v,O,S,E,U),J<V)H=n(J,h,y,g,S,C,H);else if(l(J,h,b,y,v,S,E,U,C,H,T))return}else{let V=((m||j)+1)/2,re=(P+q+1)/2,J=1;for(U=u(J,b,v,O,S,E,U),J+=1;J<=re;J+=1)if(H=n(J-1,h,y,g,S,C,H),J<V)U=u(J,b,v,O,S,E,U);else if(i(J,h,b,y,v,S,E,U,C,H,T))return}throw new Error(`${t}: no overlap aStart=${h} aEnd=${b} bStart=${y} bEnd=${v}`)},f=(m,h,b,y,v,S,E,C,T,O)=>{if(v-y<b-h){if(S=!S,S&&E.length===1){let{foundSubsequence:F,isCommon:G}=E[0];E[1]={foundSubsequence:($,D,z)=>{F($,z,D)},isCommon:($,D)=>G(D,$)}}let M=h,k=b;h=y,b=v,y=M,v=k}let{foundSubsequence:g,isCommon:P}=E[S?1:0];s(m,h,b,y,v,P,C,T,O);let{nChangePreceding:q,aEndPreceding:j,bEndPreceding:U,nCommonPreceding:H,aCommonPreceding:V,bCommonPreceding:re,nCommonFollowing:J,aCommonFollowing:ne,bCommonFollowing:ae,nChangeFollowing:se,aStartFollowing:ue,bStartFollowing:x}=O;h<j&&y<U&&f(q,h,j,y,U,S,E,C,T,O),H!==0&&g(H,V,re),J!==0&&g(J,ne,ae),ue<b&&x<v&&f(se,ue,b,x,v,S,E,C,T,O)},d=(m,h)=>{if(typeof h!="number")throw new TypeError(`${t}: ${m} typeof ${typeof h} is not a number`);if(!Number.isSafeInteger(h))throw new RangeError(`${t}: ${m} value ${h} is not a safe integer`);if(h<0)throw new RangeError(`${t}: ${m} value ${h} is a negative integer`)},c=(m,h)=>{let b=typeof h;if(b!=="function")throw new TypeError(`${t}: ${m} typeof ${b} is not a function`)};function p(m,h,b,y){d("aLength",m),d("bLength",h),c("isCommon",b),c("foundSubsequence",y);let v=o(0,m,0,h,b);if(v!==0&&y(v,0,0),m!==v||h!==v){let S=v,E=v,C=a(S,m-1,E,h-1,b),T=m-C,O=h-C,g=v+C;m!==g&&h!==g&&f(0,S,T,E,O,!1,[{foundSubsequence:y,isCommon:b}],[r],[r],{aCommonFollowing:r,aCommonPreceding:r,aEndPreceding:r,aStartFollowing:r,bCommonFollowing:r,bCommonPreceding:r,bEndPreceding:r,bStartFollowing:r,nChangeFollowing:r,nChangePreceding:r,nCommonFollowing:r,nCommonPreceding:r}),C!==0&&y(C,T,O)}}}}),zl=He({"../../node_modules/loupe/loupe.js"(e,t){(function(r,o){typeof e=="object"&&typeof t<"u"?o(e):typeof define=="function"&&define.amd?define(["exports"],o):(r=typeof globalThis<"u"?globalThis:r||self,o(r.loupe={}))})(e,function(r){function o(w){"@babel/helpers - typeof";return typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?o=function(A){return typeof A}:o=function(A){return A&&typeof Symbol=="function"&&A.constructor===Symbol&&A!==Symbol.prototype?"symbol":typeof A},o(w)}function a(w,A){return u(w)||n(w,A)||i(w,A)||s()}function u(w){if(Array.isArray(w))return w}function n(w,A){if(!(typeof Symbol>"u"||!(Symbol.iterator in Object(w)))){var N=[],X=!0,te=!1,le=void 0;try{for(var ce=w[Symbol.iterator](),de;!(X=(de=ce.next()).done)&&(N.push(de.value),!(A&&N.length===A));X=!0);}catch(pe){te=!0,le=pe}finally{try{!X&&ce.return!=null&&ce.return()}finally{if(te)throw le}}return N}}function i(w,A){if(w){if(typeof w=="string")return l(w,A);var N=Object.prototype.toString.call(w).slice(8,-1);if(N==="Object"&&w.constructor&&(N=w.constructor.name),N==="Map"||N==="Set")return Array.from(w);if(N==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(N))return l(w,A)}}function l(w,A){(A==null||A>w.length)&&(A=w.length);for(var N=0,X=new Array(A);N<A;N++)X[N]=w[N];return X}function s(){throw new TypeError(`Invalid attempt to destructure non-iterable instance.
6
- In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}var f={bold:["1","22"],dim:["2","22"],italic:["3","23"],underline:["4","24"],inverse:["7","27"],hidden:["8","28"],strike:["9","29"],black:["30","39"],red:["31","39"],green:["32","39"],yellow:["33","39"],blue:["34","39"],magenta:["35","39"],cyan:["36","39"],white:["37","39"],brightblack:["30;1","39"],brightred:["31;1","39"],brightgreen:["32;1","39"],brightyellow:["33;1","39"],brightblue:["34;1","39"],brightmagenta:["35;1","39"],brightcyan:["36;1","39"],brightwhite:["37;1","39"],grey:["90","39"]},d={special:"cyan",number:"yellow",bigint:"yellow",boolean:"yellow",undefined:"grey",null:"bold",string:"green",symbol:"green",date:"magenta",regexp:"red"},c="…";function p(w,A){var N=f[d[A]]||f[A];return N?"\x1B[".concat(N[0],"m").concat(String(w),"\x1B[").concat(N[1],"m"):String(w)}function m(){var w=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},A=w.showHidden,N=A===void 0?!1:A,X=w.depth,te=X===void 0?2:X,le=w.colors,ce=le===void 0?!1:le,de=w.customInspect,pe=de===void 0?!0:de,ee=w.showProxy,be=ee===void 0?!1:ee,Oe=w.maxArrayLength,Fe=Oe===void 0?1/0:Oe,Me=w.breakLength,je=Me===void 0?1/0:Me,$e=w.seen,Lt=$e===void 0?[]:$e,ht=w.truncate,rr=ht===void 0?1/0:ht,Tt=w.stylize,Ft=Tt===void 0?String:Tt,st={showHidden:!!N,depth:Number(te),colors:!!ce,customInspect:!!pe,showProxy:!!be,maxArrayLength:Number(Fe),breakLength:Number(je),truncate:Number(rr),seen:Lt,stylize:Ft};return st.colors&&(st.stylize=p),st}function h(w,A){var N=arguments.length>2&&arguments[2]!==void 0?arguments[2]:c;w=String(w);var X=N.length,te=w.length;return X>A&&te>X?N:te>A&&te>X?"".concat(w.slice(0,A-X)).concat(N):w}function b(w,A,N){var X=arguments.length>3&&arguments[3]!==void 0?arguments[3]:", ";N=N||A.inspect;var te=w.length;if(te===0)return"";for(var le=A.truncate,ce="",de="",pe="",ee=0;ee<te;ee+=1){var be=ee+1===w.length,Oe=ee+2===w.length;pe="".concat(c,"(").concat(w.length-ee,")");var Fe=w[ee];A.truncate=le-ce.length-(be?0:X.length);var Me=de||N(Fe,A)+(be?"":X),je=ce.length+Me.length,$e=je+pe.length;if(be&&je>le&&ce.length+pe.length<=le||!be&&!Oe&&$e>le||(de=be?"":N(w[ee+1],A)+(Oe?"":X),!be&&Oe&&$e>le&&je+de.length>le))break;if(ce+=Me,!be&&!Oe&&je+de.length>=le){pe="".concat(c,"(").concat(w.length-ee-1,")");break}pe=""}return"".concat(ce).concat(pe)}function y(w){return w.match(/^[a-zA-Z_][a-zA-Z_0-9]*$/)?w:JSON.stringify(w).replace(/'/g,"\\'").replace(/\\"/g,'"').replace(/(^"|"$)/g,"'")}function v(w,A){var N=a(w,2),X=N[0],te=N[1];return A.truncate-=2,typeof X=="string"?X=y(X):typeof X!="number"&&(X="[".concat(A.inspect(X,A),"]")),A.truncate-=X.length,te=A.inspect(te,A),"".concat(X,": ").concat(te)}function S(w,A){var N=Object.keys(w).slice(w.length);if(!w.length&&!N.length)return"[]";A.truncate-=4;var X=b(w,A);A.truncate-=X.length;var te="";return N.length&&(te=b(N.map(function(le){return[le,w[le]]}),A,v)),"[ ".concat(X).concat(te?", ".concat(te):""," ]")}var E=Function.prototype.toString,C=/\s*function(?:\s|\s*\/\*[^(?:*\/)]+\*\/\s*)*([^\s\(\/]+)/,T=512;function O(w){if(typeof w!="function")return null;var A="";if(typeof Function.prototype.name>"u"&&typeof w.name>"u"){var N=E.call(w);if(N.indexOf("(")>T)return A;var X=N.match(C);X&&(A=X[1])}else A=w.name;return A}var g=O,P=function(w){return typeof Buffer=="function"&&w instanceof Buffer?"Buffer":w[Symbol.toStringTag]?w[Symbol.toStringTag]:g(w.constructor)};function q(w,A){var N=P(w);A.truncate-=N.length+4;var X=Object.keys(w).slice(w.length);if(!w.length&&!X.length)return"".concat(N,"[]");for(var te="",le=0;le<w.length;le++){var ce="".concat(A.stylize(h(w[le],A.truncate),"number")).concat(le===w.length-1?"":", ");if(A.truncate-=ce.length,w[le]!==w.length&&A.truncate<=3){te+="".concat(c,"(").concat(w.length-w[le]+1,")");break}te+=ce}var de="";return X.length&&(de=b(X.map(function(pe){return[pe,w[pe]]}),A,v)),"".concat(N,"[ ").concat(te).concat(de?", ".concat(de):""," ]")}function j(w,A){var N=w.toJSON();if(N===null)return"Invalid Date";var X=N.split("T"),te=X[0];return A.stylize("".concat(te,"T").concat(h(X[1],A.truncate-te.length-1)),"date")}function U(w,A){var N=g(w);return N?A.stylize("[Function ".concat(h(N,A.truncate-11),"]"),"special"):A.stylize("[Function]","special")}function H(w,A){var N=a(w,2),X=N[0],te=N[1];return A.truncate-=4,X=A.inspect(X,A),A.truncate-=X.length,te=A.inspect(te,A),"".concat(X," => ").concat(te)}function V(w){var A=[];return w.forEach(function(N,X){A.push([X,N])}),A}function re(w,A){var N=w.size-1;return N<=0?"Map{}":(A.truncate-=7,"Map{ ".concat(b(V(w),A,H)," }"))}var J=Number.isNaN||function(w){return w!==w};function ne(w,A){return J(w)?A.stylize("NaN","number"):w===1/0?A.stylize("Infinity","number"):w===-1/0?A.stylize("-Infinity","number"):w===0?A.stylize(1/w===1/0?"+0":"-0","number"):A.stylize(h(w,A.truncate),"number")}function ae(w,A){var N=h(w.toString(),A.truncate-1);return N!==c&&(N+="n"),A.stylize(N,"bigint")}function se(w,A){var N=w.toString().split("/")[2],X=A.truncate-(2+N.length),te=w.source;return A.stylize("/".concat(h(te,X),"/").concat(N),"regexp")}function ue(w){var A=[];return w.forEach(function(N){A.push(N)}),A}function x(w,A){return w.size===0?"Set{}":(A.truncate-=7,"Set{ ".concat(b(ue(w),A)," }"))}var M=new RegExp("['\\u0000-\\u001f\\u007f-\\u009f\\u00ad\\u0600-\\u0604\\u070f\\u17b4\\u17b5\\u200c-\\u200f\\u2028-\\u202f\\u2060-\\u206f\\ufeff\\ufff0-\\uffff]","g"),k={"\b":"\\b"," ":"\\t","\n":"\\n","\f":"\\f","\r":"\\r","'":"\\'","\\":"\\\\"},F=16,G=4;function $(w){return k[w]||"\\u".concat("0000".concat(w.charCodeAt(0).toString(F)).slice(-G))}function D(w,A){return M.test(w)&&(w=w.replace(M,$)),A.stylize("'".concat(h(w,A.truncate-2),"'"),"string")}function z(w){return"description"in Symbol.prototype?w.description?"Symbol(".concat(w.description,")"):"Symbol()":w.toString()}var Q=function(){return"Promise{…}"};try{var _=process.binding("util"),I=_.getPromiseDetails,B=_.kPending,K=_.kRejected;Array.isArray(I(Promise.resolve()))&&(Q=function(w,A){var N=I(w),X=a(N,2),te=X[0],le=X[1];return te===B?"Promise{<pending>}":"Promise".concat(te===K?"!":"","{").concat(A.inspect(le,A),"}")})}catch{}var W=Q;function L(w,A){var N=Object.getOwnPropertyNames(w),X=Object.getOwnPropertySymbols?Object.getOwnPropertySymbols(w):[];if(N.length===0&&X.length===0)return"{}";if(A.truncate-=4,A.seen=A.seen||[],A.seen.indexOf(w)>=0)return"[Circular]";A.seen.push(w);var te=b(N.map(function(de){return[de,w[de]]}),A,v),le=b(X.map(function(de){return[de,w[de]]}),A,v);A.seen.pop();var ce="";return te&&le&&(ce=", "),"{ ".concat(te).concat(ce).concat(le," }")}var oe=typeof Symbol<"u"&&Symbol.toStringTag?Symbol.toStringTag:!1;function ie(w,A){var N="";return oe&&oe in w&&(N=w[oe]),N=N||g(w.constructor),(!N||N==="_class")&&(N="<Anonymous Class>"),A.truncate-=N.length,"".concat(N).concat(L(w,A))}function fe(w,A){return w.length===0?"Arguments[]":(A.truncate-=13,"Arguments[ ".concat(b(w,A)," ]"))}var Ee=["stack","line","column","name","message","fileName","lineNumber","columnNumber","number","description"];function Ae(w,A){var N=Object.getOwnPropertyNames(w).filter(function(ce){return Ee.indexOf(ce)===-1}),X=w.name;A.truncate-=X.length;var te="";typeof w.message=="string"?te=h(w.message,A.truncate):N.unshift("message"),te=te?": ".concat(te):"",A.truncate-=te.length+5;var le=b(N.map(function(ce){return[ce,w[ce]]}),A,v);return"".concat(X).concat(te).concat(le?" { ".concat(le," }"):"")}function it(w,A){var N=a(w,2),X=N[0],te=N[1];return A.truncate-=3,te?"".concat(A.stylize(X,"yellow"),"=").concat(A.stylize('"'.concat(te,'"'),"string")):"".concat(A.stylize(X,"yellow"))}function Ve(w,A){return b(w,A,We,`
7
- `)}function We(w,A){var N=w.getAttributeNames(),X=w.tagName.toLowerCase(),te=A.stylize("<".concat(X),"special"),le=A.stylize(">","special"),ce=A.stylize("</".concat(X,">"),"special");A.truncate-=X.length*2+5;var de="";N.length>0&&(de+=" ",de+=b(N.map(function(be){return[be,w.getAttribute(be)]}),A,it," ")),A.truncate-=de.length;var pe=A.truncate,ee=Ve(w.children,A);return ee&&ee.length>pe&&(ee="".concat(c,"(").concat(w.children.length,")")),"".concat(te).concat(de).concat(le).concat(ee).concat(ce)}var lt=typeof Symbol=="function"&&typeof Symbol.for=="function",Ie=lt?Symbol.for("chai/inspect"):"@@chai/inspect",Ce=!1;try{var Ge=Cf("util");Ce=Ge.inspect?Ge.inspect.custom:!1}catch{Ce=!1}function Pe(){this.key="chai/loupe__"+Math.random()+Date.now()}Pe.prototype={get:function(w){return w[this.key]},has:function(w){return this.key in w},set:function(w,A){Object.isExtensible(w)&&Object.defineProperty(w,this.key,{value:A,configurable:!0})}};var Re=new(typeof WeakMap=="function"?WeakMap:Pe),xe={},Ke={undefined:function(w,A){return A.stylize("undefined","undefined")},null:function(w,A){return A.stylize(null,"null")},boolean:function(w,A){return A.stylize(w,"boolean")},Boolean:function(w,A){return A.stylize(w,"boolean")},number:ne,Number:ne,bigint:ae,BigInt:ae,string:D,String:D,function:U,Function:U,symbol:z,Symbol:z,Array:S,Date:j,Map:re,Set:x,RegExp:se,Promise:W,WeakSet:function(w,A){return A.stylize("WeakSet{…}","special")},WeakMap:function(w,A){return A.stylize("WeakMap{…}","special")},Arguments:fe,Int8Array:q,Uint8Array:q,Uint8ClampedArray:q,Int16Array:q,Uint16Array:q,Int32Array:q,Uint32Array:q,Float32Array:q,Float64Array:q,Generator:function(){return""},DataView:function(){return""},ArrayBuffer:function(){return""},Error:Ae,HTMLCollection:Ve,NodeList:Ve},Dt=function(w,A,N){return Ie in w&&typeof w[Ie]=="function"?w[Ie](A):Ce&&Ce in w&&typeof w[Ce]=="function"?w[Ce](A.depth,A):"inspect"in w&&typeof w.inspect=="function"?w.inspect(A.depth,A):"constructor"in w&&Re.has(w.constructor)?Re.get(w.constructor)(w,A):xe[N]?xe[N](w,A):""},mt=Object.prototype.toString;function Ne(w,A){A=m(A),A.inspect=Ne;var N=A,X=N.customInspect,te=w===null?"null":o(w);if(te==="object"&&(te=mt.call(w).slice(8,-1)),Ke[te])return Ke[te](w,A);if(X&&w){var le=Dt(w,A,te);if(le)return typeof le=="string"?le:Ne(le,A)}var ce=w?Object.getPrototypeOf(w):!1;return ce===Object.prototype||ce===null?L(w,A):w&&typeof HTMLElement=="function"&&w instanceof HTMLElement?We(w,A):"constructor"in w?w.constructor!==Object?ie(w,A):L(w,A):w===Object(w)?L(w,A):A.stylize(String(w),te)}function Y(w,A){return Re.has(w)?!1:(Re.set(w,A),!0)}function Z(w,A){return w in xe?!1:(xe[w]=A,!0)}var he=Ie;r.custom=he,r.default=Ne,r.inspect=Ne,r.registerConstructor=Y,r.registerStringTag=Z,Object.defineProperty(r,"__esModule",{value:!0})})}}),gt=Gt(la(),1),oi=Gt(Vl(),1),$f=Symbol("vitest:SAFE_COLORS"),Bf={bold:["\x1B[1m","\x1B[22m","\x1B[22m\x1B[1m"],dim:["\x1B[2m","\x1B[22m","\x1B[22m\x1B[2m"],italic:["\x1B[3m","\x1B[23m"],underline:["\x1B[4m","\x1B[24m"],inverse:["\x1B[7m","\x1B[27m"],hidden:["\x1B[8m","\x1B[28m"],strikethrough:["\x1B[9m","\x1B[29m"],black:["\x1B[30m","\x1B[39m"],red:["\x1B[31m","\x1B[39m"],green:["\x1B[32m","\x1B[39m"],yellow:["\x1B[33m","\x1B[39m"],blue:["\x1B[34m","\x1B[39m"],magenta:["\x1B[35m","\x1B[39m"],cyan:["\x1B[36m","\x1B[39m"],white:["\x1B[37m","\x1B[39m"],gray:["\x1B[90m","\x1B[39m"],bgBlack:["\x1B[40m","\x1B[49m"],bgRed:["\x1B[41m","\x1B[49m"],bgGreen:["\x1B[42m","\x1B[49m"],bgYellow:["\x1B[43m","\x1B[49m"],bgBlue:["\x1B[44m","\x1B[49m"],bgMagenta:["\x1B[45m","\x1B[49m"],bgCyan:["\x1B[46m","\x1B[49m"],bgWhite:["\x1B[47m","\x1B[49m"]},kf=Object.entries(Bf);function sa(e){return String(e)}sa.open="";sa.close="";var Df=kf.reduce((e,[t])=>(e[t]=sa,e),{isColorSupported:!1});function Lf(){return globalThis[$f]||Df}function ai(e){if(e===void 0)return"undefined";if(e===null)return"null";if(Array.isArray(e))return"array";if(typeof e=="boolean")return"boolean";if(typeof e=="function")return"function";if(typeof e=="number")return"number";if(typeof e=="string")return"string";if(typeof e=="bigint")return"bigint";if(typeof e=="object"){if(e!=null){if(e.constructor===RegExp)return"regexp";if(e.constructor===Map)return"map";if(e.constructor===Set)return"set";if(e.constructor===Date)return"date"}return"object"}else if(typeof e=="symbol")return"symbol";throw new Error(`value of unknown type: ${e}`)}var fr=-1,pr=1,mn=0,Ar=class{0;1;constructor(t,r){this[0]=t,this[1]=r}},Wl="Compared values have no visual difference.",Ff="Compared values serialize to the same structure.\nPrinting internal object structure without calling `toJSON` instead.";function Uf(e,t){return e.replace(/\s+$/,r=>t(r))}function ua(e,t,r,o,a,u){return e.length!==0?r(`${o} ${Uf(e,a)}`):o!==" "?r(o):t&&u.length!==0?r(`${o} ${u}`):""}function Gl(e,t,{aColor:r,aIndicator:o,changeLineTrailingSpaceColor:a,emptyFirstOrLastLinePlaceholder:u}){return ua(e,t,r,o,a,u)}function Kl(e,t,{bColor:r,bIndicator:o,changeLineTrailingSpaceColor:a,emptyFirstOrLastLinePlaceholder:u}){return ua(e,t,r,o,a,u)}function Yl(e,t,{commonColor:r,commonIndicator:o,commonLineTrailingSpaceColor:a,emptyFirstOrLastLinePlaceholder:u}){return ua(e,t,r,o,a,u)}function ii(e,t,r,o,{patchColor:a}){return a(`@@ -${e+1},${t-e} +${r+1},${o-r} @@`)}function Hf(e,t){let r=e.length,o=t.contextLines,a=o+o,u=r,n=!1,i=0,l=0;for(;l!==r;){let E=l;for(;l!==r&&e[l][0]===mn;)l+=1;if(E!==l)if(E===0)l>o&&(u-=l-o,n=!0);else if(l===r){let C=l-E;C>o&&(u-=C-o,n=!0)}else{let C=l-E;C>a&&(u-=C-a,i+=1)}for(;l!==r&&e[l][0]!==mn;)l+=1}let s=i!==0||n;i!==0?u+=i+1:n&&(u+=1);let f=u-1,d=[],c=0;s&&d.push("");let p=0,m=0,h=0,b=0,y=E=>{let C=d.length;d.push(Yl(E,C===0||C===f,t)),h+=1,b+=1},v=E=>{let C=d.length;d.push(Gl(E,C===0||C===f,t)),h+=1},S=E=>{let C=d.length;d.push(Kl(E,C===0||C===f,t)),b+=1};for(l=0;l!==r;){let E=l;for(;l!==r&&e[l][0]===mn;)l+=1;if(E!==l)if(E===0){l>o&&(E=l-o,p=E,m=E,h=p,b=m);for(let C=E;C!==l;C+=1)y(e[C][1])}else if(l===r){let C=l-E>o?E+o:l;for(let T=E;T!==C;T+=1)y(e[T][1])}else{let C=l-E;if(C>a){let T=E+o;for(let g=E;g!==T;g+=1)y(e[g][1]);d[c]=ii(p,h,m,b,t),c=d.length,d.push("");let O=C-a;p=h+O,m=b+O,h=p,b=m;for(let g=l-o;g!==l;g+=1)y(e[g][1])}else for(let T=E;T!==l;T+=1)y(e[T][1])}for(;l!==r&&e[l][0]===fr;)v(e[l][1]),l+=1;for(;l!==r&&e[l][0]===pr;)S(e[l][1]),l+=1}return s&&(d[c]=ii(p,h,m,b,t)),d.join(`
8
- `)}function Vf(e,t){return e.map((r,o,a)=>{let u=r[1],n=o===0||o===a.length-1;switch(r[0]){case fr:return Gl(u,n,t);case pr:return Kl(u,n,t);default:return Yl(u,n,t)}}).join(`
9
- `)}var li=e=>e,Jl=5;function zf(){let e=Lf();return{aAnnotation:"Expected",aColor:e.green,aIndicator:"-",bAnnotation:"Received",bColor:e.red,bIndicator:"+",changeColor:e.inverse,changeLineTrailingSpaceColor:li,commonColor:e.dim,commonIndicator:" ",commonLineTrailingSpaceColor:li,compareKeys:void 0,contextLines:Jl,emptyFirstOrLastLinePlaceholder:"",expand:!0,includeChangeCounts:!1,omitAnnotationLines:!1,patchColor:e.yellow}}function Wf(e){return e&&typeof e=="function"?e:void 0}function Gf(e){return typeof e=="number"&&Number.isSafeInteger(e)&&e>=0?e:Jl}function tn(e={}){return{...zf(),...e,compareKeys:Wf(e.compareKeys),contextLines:Gf(e.contextLines)}}function ar(e){return e.length===1&&e[0].length===0}function Kf(e){let t=0,r=0;return e.forEach(o=>{switch(o[0]){case fr:t+=1;break;case pr:r+=1;break}}),{a:t,b:r}}function Yf({aAnnotation:e,aColor:t,aIndicator:r,bAnnotation:o,bColor:a,bIndicator:u,includeChangeCounts:n,omitAnnotationLines:i},l){if(i)return"";let s="",f="";if(n){let p=String(l.a),m=String(l.b),h=o.length-e.length,b=" ".repeat(Math.max(0,h)),y=" ".repeat(Math.max(0,-h)),v=m.length-p.length,S=" ".repeat(Math.max(0,v)),E=" ".repeat(Math.max(0,-v));s=`${b} ${r} ${S}${p}`,f=`${y} ${u} ${E}${m}`}let d=`${r} ${e}${s}`,c=`${u} ${o}${f}`;return`${t(d)}
10
- ${a(c)}
11
-
12
- `}function Xl(e,t){return Yf(t,Kf(e))+(t.expand?Vf(e,t):Hf(e,t))}function ca(e,t,r){return Xl(Ql(ar(e)?[]:e,ar(t)?[]:t),tn(r))}function Jf(e,t,r,o,a){if(ar(e)&&ar(r)&&(e=[],r=[]),ar(t)&&ar(o)&&(t=[],o=[]),e.length!==r.length||t.length!==o.length)return ca(e,t,a);let u=Ql(r,o),n=0,i=0;return u.forEach(l=>{switch(l[0]){case fr:l[1]=e[n],n+=1;break;case pr:l[1]=t[i],i+=1;break;default:l[1]=t[i],n+=1,i+=1}}),Xl(u,tn(a))}function Ql(e,t){let r=e.length,o=t.length,a=(s,f)=>e[s]===t[f],u=[],n=0,i=0,l=(s,f,d)=>{for(;n!==f;n+=1)u.push(new Ar(fr,e[n]));for(;i!==d;i+=1)u.push(new Ar(pr,t[i]));for(;s!==0;s-=1,n+=1,i+=1)u.push(new Ar(mn,t[i]))};for((oi.default.default||oi.default)(r,o,a,l);n!==r;n+=1)u.push(new Ar(fr,e[n]));for(;i!==o;i+=1)u.push(new Ar(pr,t[i]));return u}function vo(e,t){let{commonColor:r}=tn(t);return r(e)}var{AsymmetricMatcher:Xf,DOMCollection:Qf,DOMElement:Zf,Immutable:ep,ReactElement:tp,ReactTestComponent:rp}=gt.plugins,Zl=[rp,tp,Zf,Qf,ep,Xf],_o={plugins:Zl},es={callToJSON:!1,maxDepth:10,plugins:Zl};function np(e,t,r){if(Object.is(e,t))return"";let o=ai(e),a=o,u=!1;if(o==="object"&&typeof e.asymmetricMatch=="function"){if(e.$$typeof!==Symbol.for("jest.asymmetricMatcher")||typeof e.getExpectedType!="function")return null;a=e.getExpectedType(),u=a==="string"}if(a!==ai(t)){let{aAnnotation:n,aColor:i,aIndicator:l,bAnnotation:s,bColor:f,bIndicator:d}=tn(r),c=Eo(es,r),p=(0,gt.format)(e,c),m=(0,gt.format)(t,c),h=`${i(`${l} ${n}:`)}
13
- ${p}`,b=`${f(`${d} ${s}:`)}
14
- ${m}`;return`${h}
15
-
16
- ${b}`}if(u)return null;switch(o){case"string":return ca(e.split(`
17
- `),t.split(`
18
- `),r);case"boolean":case"number":return op(e,t,r);case"map":return ao(si(e),si(t),r);case"set":return ao(ui(e),ui(t),r);default:return ao(e,t,r)}}function op(e,t,r){let o=(0,gt.format)(e,_o),a=(0,gt.format)(t,_o);return o===a?"":ca(o.split(`
19
- `),a.split(`
20
- `),r)}function si(e){return new Map(Array.from(e.entries()).sort())}function ui(e){return new Set(Array.from(e.values()).sort())}function ao(e,t,r){let o,a=!1;try{let n=Eo(_o,r);o=ci(e,t,n,r)}catch{a=!0}let u=vo(Wl,r);if(o===void 0||o===u){let n=Eo(es,r);o=ci(e,t,n,r),o!==u&&!a&&(o=`${vo(Ff,r)}
21
-
22
- ${o}`)}return o}function Eo(e,t){let{compareKeys:r}=tn(t);return{...e,compareKeys:r}}function ci(e,t,r,o){let a={...r,indent:0},u=(0,gt.format)(e,a),n=(0,gt.format)(t,a);if(u===n)return vo(Wl,o);{let i=(0,gt.format)(e,r),l=(0,gt.format)(t,r);return Jf(i.split(`
23
- `),l.split(`
24
- `),u.split(`
25
- `),n.split(`
26
- `),o)}}var wo=Gt(la(),1),ap=Gt(zl(),1),{AsymmetricMatcher:ip,DOMCollection:lp,DOMElement:sp,Immutable:up,ReactElement:cp,ReactTestComponent:dp}=wo.plugins,di=[dp,cp,sp,lp,up,ip];function So(e,t=10,{maxLength:r,...o}={}){let a=r??1e4,u;try{u=(0,wo.format)(e,{maxDepth:t,escapeString:!1,plugins:di,...o})}catch{u=(0,wo.format)(e,{callToJSON:!1,maxDepth:t,escapeString:!1,plugins:di,...o})}return u.length>=a&&t>1?So(e,Math.floor(t/2)):u}var fp=/%[sdjifoOcj%]/g;function pp(...e){if(typeof e[0]!="string"){let u=[];for(let n=0;n<e.length;n++)u.push(xr(e[n],{depth:0,colors:!1,compact:3}));return u.join(" ")}let t=e.length,r=1,o=e[0],a=String(o).replace(fp,u=>{if(u==="%%")return"%";if(r>=t)return u;switch(u){case"%s":{let n=e[r++];return typeof n=="bigint"?`${n.toString()}n`:typeof n=="number"&&n===0&&1/n<0?"-0":typeof n=="object"&&n!==null?xr(n,{depth:0,colors:!1,compact:3}):String(n)}case"%d":{let n=e[r++];return typeof n=="bigint"?`${n.toString()}n`:Number(n).toString()}case"%i":{let n=e[r++];return typeof n=="bigint"?`${n.toString()}n`:Number.parseInt(String(n)).toString()}case"%f":return Number.parseFloat(String(e[r++])).toString();case"%o":return xr(e[r++],{showHidden:!0,showProxy:!0});case"%O":return xr(e[r++]);case"%c":return r++,"";case"%j":try{return JSON.stringify(e[r++])}catch(n){let i=n.message;if(i.includes("circular structure")||i.includes("cyclic structures")||i.includes("cyclic object"))return"[Circular]";throw n}default:return u}});for(let u=e[r];r<t;u=e[++r])u===null||typeof u!="object"?a+=` ${u}`:a+=` ${xr(u)}`;return a}function xr(e,t={}){return t.truncate===0&&(t.truncate=Number.POSITIVE_INFINITY),ap.inspect(e,t)}function mp(e){return e===Object.prototype||e===Function.prototype||e===RegExp.prototype}function Co(e){return Object.prototype.toString.apply(e).slice(8,-1)}function hp(e,t){let r=typeof t=="function"?t:o=>t.add(o);Object.getOwnPropertyNames(e).forEach(r),Object.getOwnPropertySymbols(e).forEach(r)}function ts(e){let t=new Set;return mp(e)?[]:(hp(e,t),Array.from(t))}var rs={forceWritable:!1};function fi(e,t=rs){return Po(e,new WeakMap,t)}function Po(e,t,r=rs){let o,a;if(t.has(e))return t.get(e);if(Array.isArray(e)){for(a=Array(o=e.length),t.set(e,a);o--;)a[o]=Po(e[o],t,r);return a}if(Object.prototype.toString.call(e)==="[object Object]"){a=Object.create(Object.getPrototypeOf(e)),t.set(e,a);let u=ts(e);for(let n of u){let i=Object.getOwnPropertyDescriptor(e,n);if(!i)continue;let l=Po(e[n],t,r);"get"in i?Object.defineProperty(a,n,{...i,get(){return l}}):Object.defineProperty(a,n,{...i,writable:r.forceWritable?!0:i.writable,value:l})}return a}return e}Gt(la(),1);Gt(Vl(),1);Gt(zl(),1);var yp="@@__IMMUTABLE_RECORD__@@",bp="@@__IMMUTABLE_ITERABLE__@@";function gp(e){return e&&(e[bp]||e[yp])}var vp=Object.getPrototypeOf({});function pi(e){return e instanceof Error?`<unserializable>: ${e.message}`:typeof e=="string"?`<unserializable>: ${e}`:"<unserializable>"}function Br(e,t=new WeakMap){if(!e||typeof e=="string")return e;if(typeof e=="function")return`Function<${e.name||"anonymous"}>`;if(typeof e=="symbol")return e.toString();if(typeof e!="object")return e;if(gp(e))return Br(e.toJSON(),t);if(e instanceof Promise||e.constructor&&e.constructor.prototype==="AsyncFunction")return"Promise";if(typeof Element<"u"&&e instanceof Element)return e.tagName;if(typeof e.asymmetricMatch=="function")return`${e.toString()} ${pp(e.sample)}`;if(t.has(e))return t.get(e);if(Array.isArray(e)){let r=new Array(e.length);return t.set(e,r),e.forEach((o,a)=>{try{r[a]=Br(o,t)}catch(u){r[a]=pi(u)}}),r}else{let r=Object.create(null);t.set(e,r);let o=e;for(;o&&o!==vp;)Object.getOwnPropertyNames(o).forEach(a=>{if(!(a in r))try{r[a]=Br(e[a],t)}catch(u){delete r[a],r[a]=pi(u)}}),o=Object.getPrototypeOf(o);return r}}function mi(e){return e.replace(/__(vite_ssr_import|vi_import)_\d+__\./g,"")}function _p(e,t){if(!e||typeof e!="object")return{message:e};if(e.stack&&(e.stackStr=String(e.stack)),e.name&&(e.nameStr=String(e.name)),e.showDiff||e.showDiff===void 0&&e.expected!==void 0&&e.actual!==void 0){let r=fi(e.actual,{forceWritable:!0}),o=fi(e.expected,{forceWritable:!0}),{replacedActual:a,replacedExpected:u}=ns(r,o);e.diff=np(u,a,{...t,...e.diffOptions})}typeof e.expected!="string"&&(e.expected=So(e.expected,10)),typeof e.actual!="string"&&(e.actual=So(e.actual,10));try{typeof e.message=="string"&&(e.message=mi(e.message)),typeof e.cause=="object"&&typeof e.cause.message=="string"&&(e.cause.message=mi(e.cause.message))}catch{}try{return Br(e)}catch(r){return Br(new Error(`Failed to fully serialize error: ${r?.message}
27
- Inner error message: ${e?.message}`))}}function hi(e){return Co(e)==="Object"&&typeof e.asymmetricMatch=="function"}function yi(e,t){let r=Co(e),o=Co(t);return r===o&&(r==="Object"||r==="Array")}function ns(e,t,r=new WeakSet,o=new WeakSet){return yi(e,t)?r.has(e)||o.has(t)?{replacedActual:e,replacedExpected:t}:(r.add(e),o.add(t),ts(t).forEach(a=>{let u=t[a],n=e[a];if(hi(u))u.asymmetricMatch(n)&&(e[a]=u);else if(hi(n))n.asymmetricMatch(u)&&(t[a]=n);else if(yi(n,u)){let i=ns(n,u,r,o);e[a]=i.replacedActual,t[a]=i.replacedExpected}}),{replacedActual:e,replacedExpected:t}):{replacedActual:e,replacedExpected:t}}var Ep=(e=>(e.DONE="done",e.ERROR="error",e.ACTIVE="active",e.WAITING="waiting",e))(Ep||{}),yt={CALL:"storybook/instrumenter/call",SYNC:"storybook/instrumenter/sync",START:"storybook/instrumenter/start",BACK:"storybook/instrumenter/back",GOTO:"storybook/instrumenter/goto",NEXT:"storybook/instrumenter/next",END:"storybook/instrumenter/end"},bi={start:!1,back:!1,goto:!1,next:!1,end:!1},wp=new Error("This function ran after the play function completed. Did you forget to `await` it?"),gi=e=>Object.prototype.toString.call(e)==="[object Object]",Sp=e=>Object.prototype.toString.call(e)==="[object Module]",Cp=e=>{if(!gi(e)&&!Sp(e))return!1;if(e.constructor===void 0)return!0;let t=e.constructor.prototype;return!!gi(t)},Pp=e=>{try{return new e.constructor}catch{return{}}},io=()=>({renderPhase:void 0,isDebugging:!1,isPlaying:!1,isLocked:!1,cursor:0,calls:[],shadowCalls:[],callRefsByResult:new Map,chainedCallIds:new Set,ancestors:[],playUntil:void 0,resolvers:{},syncTimeout:void 0}),vi=(e,t=!1)=>{let r=(t?e.shadowCalls:e.calls).filter(a=>a.retain);if(!r.length)return;let o=new Map(Array.from(e.callRefsByResult.entries()).filter(([,a])=>a.retain));return{cursor:r.length,calls:r,callRefsByResult:o}},Op=class{constructor(){this.initialized=!1,this.channel=yf.getChannel(),this.state=Ze.window.parent.__STORYBOOK_ADDON_INTERACTIONS_INSTRUMENTER_STATE__||{};let e=({storyId:n,isPlaying:i=!0,isDebugging:l=!1})=>{let s=this.getState(n);this.setState(n,{...io(),...vi(s,l),shadowCalls:l?s.shadowCalls:[],chainedCallIds:l?s.chainedCallIds:new Set,playUntil:l?s.playUntil:void 0,isPlaying:i,isDebugging:l}),this.sync(n)};this.channel.on(ni,e),this.channel.on(gf,({storyId:n,newPhase:i})=>{let{isDebugging:l}=this.getState(n);this.setState(n,{renderPhase:i}),i==="preparing"&&l&&e({storyId:n}),i==="playing"&&e({storyId:n,isDebugging:l}),i==="played"&&this.setState(n,{isLocked:!1,isPlaying:!1,isDebugging:!1}),i==="errored"&&this.setState(n,{isLocked:!1,isPlaying:!1})}),this.channel.on(vf,()=>{this.initialized?this.cleanup():this.initialized=!0});let t=({storyId:n,playUntil:i})=>{this.getState(n).isDebugging||this.setState(n,({calls:s})=>({calls:[],shadowCalls:s.map(f=>({...f,status:"waiting"})),isDebugging:!0}));let l=this.getLog(n);this.setState(n,({shadowCalls:s})=>{if(i||!l.length)return{playUntil:i};let f=s.findIndex(d=>d.id===l[0].callId);return{playUntil:s.slice(0,f).filter(d=>d.interceptable&&!d.ancestors.length).slice(-1)[0]?.id}}),this.channel.emit(ni,{storyId:n,isDebugging:!0})},r=({storyId:n})=>{let i=this.getLog(n).filter(s=>!s.ancestors.length),l=i.reduceRight((s,f,d)=>s>=0||f.status==="waiting"?s:d,-1);t({storyId:n,playUntil:i[l-1]?.callId})},o=({storyId:n,callId:i})=>{let{calls:l,shadowCalls:s,resolvers:f}=this.getState(n),d=l.find(({id:p})=>p===i),c=s.find(({id:p})=>p===i);if(!d&&c&&Object.values(f).length>0){let p=this.getLog(n).find(m=>m.status==="waiting")?.callId;c.id!==p&&this.setState(n,{playUntil:c.id}),Object.values(f).forEach(m=>m())}else t({storyId:n,playUntil:i})},a=({storyId:n})=>{let{resolvers:i}=this.getState(n);if(Object.values(i).length>0)Object.values(i).forEach(l=>l());else{let l=this.getLog(n).find(s=>s.status==="waiting")?.callId;l?t({storyId:n,playUntil:l}):u({storyId:n})}},u=({storyId:n})=>{this.setState(n,{playUntil:void 0,isDebugging:!1}),Object.values(this.getState(n).resolvers).forEach(i=>i())};this.channel.on(yt.START,t),this.channel.on(yt.BACK,r),this.channel.on(yt.GOTO,o),this.channel.on(yt.NEXT,a),this.channel.on(yt.END,u)}getState(e){return this.state[e]||io()}setState(e,t){let r=this.getState(e),o=typeof t=="function"?t(r):t;this.state={...this.state,[e]:{...r,...o}},Ze.window.parent.__STORYBOOK_ADDON_INTERACTIONS_INSTRUMENTER_STATE__=this.state}cleanup(){this.state=Object.entries(this.state).reduce((t,[r,o])=>{let a=vi(o);return a&&(t[r]=Object.assign(io(),a)),t},{});let e={controlStates:bi,logItems:[]};this.channel.emit(yt.SYNC,e),Ze.window.parent.__STORYBOOK_ADDON_INTERACTIONS_INSTRUMENTER_STATE__=this.state}getLog(e){let{calls:t,shadowCalls:r}=this.getState(e),o=[...r];t.forEach((u,n)=>{o[n]=u});let a=new Set;return o.reduceRight((u,n)=>(n.args.forEach(i=>{i?.__callId__&&a.add(i.__callId__)}),n.path.forEach(i=>{i.__callId__&&a.add(i.__callId__)}),(n.interceptable||n.exception)&&!a.has(n.id)&&(u.unshift({callId:n.id,status:n.status,ancestors:n.ancestors}),a.add(n.id)),u),[])}instrument(e,t,r=0){if(!Cp(e))return e;let{mutate:o=!1,path:a=[]}=t,u=t.getKeys?t.getKeys(e,r):Object.keys(e);return r+=1,u.reduce((n,i)=>{let l=Rp(e,i);if(typeof l?.get=="function"){let f=()=>l?.get?.bind(e)?.();return Object.defineProperty(n,i,{get:()=>this.instrument(f(),{...t,path:a.concat(i)},r)}),n}let s=e[i];return typeof s!="function"?(n[i]=this.instrument(s,{...t,path:a.concat(i)},r),n):"__originalFn__"in s&&typeof s.__originalFn__=="function"?(n[i]=s,n):(n[i]=(...f)=>this.track(i,s,e,f,t),n[i].__originalFn__=s,Object.defineProperty(n[i],"name",{value:i,writable:!1}),Object.keys(s).length>0&&Object.assign(n[i],this.instrument({...s},{...t,path:a.concat(i)},r)),n)},o?e:Pp(e))}track(e,t,r,o,a){let u=o?.[0]?.__storyId__||Ze.__STORYBOOK_PREVIEW__?.selectionStore?.selection?.storyId,{cursor:n,ancestors:i}=this.getState(u);this.setState(u,{cursor:n+1});let l=`${i.slice(-1)[0]||u} [${n}] ${e}`,{path:s=[],intercept:f=!1,retain:d=!1}=a,c=typeof f=="function"?f(e,s):f,p={id:l,cursor:n,storyId:u,ancestors:i,path:s,method:e,args:o,interceptable:c,retain:d},m=(c&&!i.length?this.intercept:this.invoke).call(this,t,r,p,a);return this.instrument(m,{...a,mutate:!0,path:[{__callId__:p.id}]})}intercept(e,t,r,o){let{chainedCallIds:a,isDebugging:u,playUntil:n}=this.getState(r.storyId),i=a.has(r.id);return!u||i||n?(n===r.id&&this.setState(r.storyId,{playUntil:void 0}),this.invoke(e,t,r,o)):new Promise(l=>{this.setState(r.storyId,({resolvers:s})=>({isLocked:!1,resolvers:{...s,[r.id]:l}}))}).then(()=>(this.setState(r.storyId,l=>{let{[r.id]:s,...f}=l.resolvers;return{isLocked:!0,resolvers:f}}),this.invoke(e,t,r,o)))}invoke(e,t,r,o){let{callRefsByResult:a,renderPhase:u}=this.getState(r.storyId),n=s=>{if(a.has(s))return a.get(s);if(s instanceof Array)return s.map(n);if(s instanceof Date)return{__date__:{value:s.toISOString()}};if(s instanceof Error){let{name:f,message:d,stack:c}=s;return{__error__:{name:f,message:d,stack:c}}}if(s instanceof RegExp){let{flags:f,source:d}=s;return{__regexp__:{flags:f,source:d}}}if(s instanceof Ze.window.HTMLElement){let{prefix:f,localName:d,id:c,classList:p,innerText:m}=s,h=Array.from(p);return{__element__:{prefix:f,localName:d,id:c,classNames:h,innerText:m}}}return typeof s=="function"?{__function__:{name:"getMockName"in s?s.getMockName():s.name}}:typeof s=="symbol"?{__symbol__:{description:s.description}}:typeof s=="object"&&s?.constructor?.name&&s?.constructor?.name!=="Object"?{__class__:{name:s.constructor.name}}:Object.prototype.toString.call(s)==="[object Object]"?Object.fromEntries(Object.entries(s).map(([f,d])=>[f,n(d)])):s},i={...r,args:r.args.map(n)};r.path.forEach(s=>{s?.__callId__&&this.setState(r.storyId,({chainedCallIds:f})=>({chainedCallIds:new Set(Array.from(f).concat(s.__callId__))}))});let l=s=>{if(s instanceof Error){let{name:f,message:d,stack:c,callId:p=r.id}=s,{showDiff:m=void 0,diff:h=void 0,actual:b=void 0,expected:y=void 0}=s.name==="AssertionError"?_p(s):s,v={name:f,message:d,stack:c,callId:p,showDiff:m,diff:h,actual:b,expected:y};if(this.update({...i,status:"error",exception:v}),this.setState(r.storyId,S=>({callRefsByResult:new Map([...Array.from(S.callRefsByResult.entries()),[s,{__callId__:r.id,retain:r.retain}]])})),r.ancestors.length)throw Object.prototype.hasOwnProperty.call(s,"callId")||Object.defineProperty(s,"callId",{value:r.id}),s}throw s};try{if(u==="played"&&!r.retain)throw wp;let s=(o.getArgs?o.getArgs(r,this.getState(r.storyId)):r.args).map(d=>typeof d!="function"||Object.keys(d).length?d:(...c)=>{let{cursor:p,ancestors:m}=this.getState(r.storyId);this.setState(r.storyId,{cursor:0,ancestors:[...m,r.id]});let h=()=>this.setState(r.storyId,{cursor:p,ancestors:m}),b=!1;try{let y=d(...c);return y instanceof Promise?(b=!0,y.finally(h)):y}finally{b||h()}}),f=e.apply(t,s);return f&&["object","function","symbol"].includes(typeof f)&&this.setState(r.storyId,d=>({callRefsByResult:new Map([...Array.from(d.callRefsByResult.entries()),[f,{__callId__:r.id,retain:r.retain}]])})),this.update({...i,status:f instanceof Promise?"active":"done"}),f instanceof Promise?f.then(d=>(this.update({...i,status:"done"}),d),l):f}catch(s){return l(s)}}update(e){this.channel.emit(yt.CALL,e),this.setState(e.storyId,({calls:t})=>{let r=t.concat(e).reduce((o,a)=>Object.assign(o,{[a.id]:a}),{});return{calls:Object.values(r).sort((o,a)=>o.id.localeCompare(a.id,void 0,{numeric:!0}))}}),this.sync(e.storyId)}sync(e){let t=()=>{let{isLocked:r,isPlaying:o}=this.getState(e),a=this.getLog(e),u=a.filter(({ancestors:s})=>!s.length).find(s=>s.status==="waiting")?.callId,n=a.some(s=>s.status==="active");if(r||n||a.length===0){let s={controlStates:bi,logItems:a};this.channel.emit(yt.SYNC,s);return}let i=a.some(s=>s.status==="done"||s.status==="error"),l={controlStates:{start:i,back:i,goto:!0,next:o,end:o},logItems:a,pausedAt:u};this.channel.emit(yt.SYNC,l)};this.setState(e,({syncTimeout:r})=>(clearTimeout(r),{syncTimeout:setTimeout(t,0)}))}};function da(e,t={}){try{let r=!1,o=!1;return Ze.window.location?.search?.includes("instrument=true")?r=!0:Ze.window.location?.search?.includes("instrument=false")&&(o=!0),Ze.window.parent===Ze.window&&!r||o?e:(Ze.window.__STORYBOOK_ADDON_INTERACTIONS_INSTRUMENTER__||(Ze.window.__STORYBOOK_ADDON_INTERACTIONS_INSTRUMENTER__=new Op),Ze.window.__STORYBOOK_ADDON_INTERACTIONS_INSTRUMENTER__.instrument(e,t))}catch(r){return bf.warn(r),e}}function Rp(e,t){let r=e;for(;r!=null;){let o=Object.getOwnPropertyDescriptor(r,t);if(o)return o;r=Object.getPrototypeOf(r)}}var Tp={};const{once:Ap}=__STORYBOOK_MODULE_CLIENT_LOGGER__;var xp=Object.create,fa=Object.defineProperty,qp=Object.getOwnPropertyDescriptor,os=Object.getOwnPropertyNames,Mp=Object.getPrototypeOf,jp=Object.prototype.hasOwnProperty,Ip=(e=>typeof require<"u"?require:typeof Proxy<"u"?new Proxy(e,{get:(t,r)=>(typeof require<"u"?require:t)[r]}):e)(function(e){if(typeof require<"u")return require.apply(this,arguments);throw Error('Dynamic require of "'+e+'" is not supported')}),R=(e,t)=>function(){return t||(0,e[os(e)[0]])((t={exports:{}}).exports,t),t.exports},pa=(e,t)=>{for(var r in t)fa(e,r,{get:t[r],enumerable:!0})},Np=(e,t,r,o)=>{if(t&&typeof t=="object"||typeof t=="function")for(let a of os(t))!jp.call(e,a)&&a!==r&&fa(e,a,{get:()=>t[a],enumerable:!(o=qp(t,a))||o.enumerable});return e},_e=(e,t,r)=>(r=e!=null?xp(Mp(e)):{},Np(t||!e||!e.__esModule?fa(r,"default",{value:e,enumerable:!0}):r,e)),as=R({"../../node_modules/assertion-error/index.js"(e,t){function r(){var a=[].slice.call(arguments);function u(n,i){Object.keys(i).forEach(function(l){~a.indexOf(l)||(n[l]=i[l])})}return function(){for(var n=[].slice.call(arguments),i=0,l={};i<n.length;i++)u(l,n[i]);return l}}t.exports=o;function o(a,u,n){var i=r("name","message","stack","constructor","toJSON"),l=i(u||{});this.message=a||"Unspecified AssertionError",this.showDiff=!1;for(var s in l)this[s]=l[s];if(n=n||o,Error.captureStackTrace)Error.captureStackTrace(this,n);else try{throw new Error}catch(f){this.stack=f.stack}}o.prototype=Object.create(Error.prototype),o.prototype.name="AssertionError",o.prototype.constructor=o,o.prototype.toJSON=function(a){var u=r("constructor","toJSON","stack"),n=u({name:this.name},this);return a!==!1&&this.stack&&(n.stack=this.stack),n}}}),$p=R({"../../node_modules/pathval/index.js"(e,t){function r(s,f){return typeof s>"u"||s===null?!1:f in Object(s)}function o(s){var f=s.replace(/([^\\])\[/g,"$1.["),d=f.match(/(\\\.|[^.]+?)+/g);return d.map(function(c){if(c==="constructor"||c==="__proto__"||c==="prototype")return{};var p=/^\[(\d+)\]$/,m=p.exec(c),h=null;return m?h={i:parseFloat(m[1])}:h={p:c.replace(/\\([.[\]])/g,"$1")},h})}function a(s,f,d){var c=s,p=null;d=typeof d>"u"?f.length:d;for(var m=0;m<d;m++){var h=f[m];c&&(typeof h.p>"u"?c=c[h.i]:c=c[h.p],m===d-1&&(p=c))}return p}function u(s,f,d){for(var c=s,p=d.length,m=null,h=0;h<p;h++){var b=null,y=null;if(m=d[h],h===p-1)b=typeof m.p>"u"?m.i:m.p,c[b]=f;else if(typeof m.p<"u"&&c[m.p])c=c[m.p];else if(typeof m.i<"u"&&c[m.i])c=c[m.i];else{var v=d[h+1];b=typeof m.p>"u"?m.i:m.p,y=typeof v.p>"u"?[]:{},c[b]=y,c=c[b]}}}function n(s,f){var d=o(f),c=d[d.length-1],p={parent:d.length>1?a(s,d,d.length-1):s,name:c.p||c.i,value:a(s,d)};return p.exists=r(p.parent,p.name),p}function i(s,f){var d=n(s,f);return d.value}function l(s,f,d){var c=o(f);return u(s,d,c),s}t.exports={hasProperty:r,getPathInfo:n,getPathValue:i,setPathValue:l}}}),ot=R({"../../node_modules/chai/lib/chai/utils/flag.js"(e,t){t.exports=function(r,o,a){var u=r.__flags||(r.__flags=Object.create(null));if(arguments.length===3)u[o]=a;else return u[o]}}}),Bp=R({"../../node_modules/chai/lib/chai/utils/test.js"(e,t){var r=ot();t.exports=function(o,a){var u=r(o,"negate"),n=a[0];return u?!n:n}}}),jn=R({"../../node_modules/type-detect/type-detect.js"(e,t){(function(r,o){typeof e=="object"&&typeof t<"u"?t.exports=o():typeof define=="function"&&define.amd?define(o):r.typeDetect=o()})(e,function(){var r=typeof Promise=="function",o=typeof self=="object"?self:global,a=typeof Symbol<"u",u=typeof Map<"u",n=typeof Set<"u",i=typeof WeakMap<"u",l=typeof WeakSet<"u",s=typeof DataView<"u",f=a&&typeof Symbol.iterator<"u",d=a&&typeof Symbol.toStringTag<"u",c=n&&typeof Set.prototype.entries=="function",p=u&&typeof Map.prototype.entries=="function",m=c&&Object.getPrototypeOf(new Set().entries()),h=p&&Object.getPrototypeOf(new Map().entries()),b=f&&typeof Array.prototype[Symbol.iterator]=="function",y=b&&Object.getPrototypeOf([][Symbol.iterator]()),v=f&&typeof String.prototype[Symbol.iterator]=="function",S=v&&Object.getPrototypeOf(""[Symbol.iterator]()),E=8,C=-1;function T(O){var g=typeof O;if(g!=="object")return g;if(O===null)return"null";if(O===o)return"global";if(Array.isArray(O)&&(d===!1||!(Symbol.toStringTag in O)))return"Array";if(typeof window=="object"&&window!==null){if(typeof window.location=="object"&&O===window.location)return"Location";if(typeof window.document=="object"&&O===window.document)return"Document";if(typeof window.navigator=="object"){if(typeof window.navigator.mimeTypes=="object"&&O===window.navigator.mimeTypes)return"MimeTypeArray";if(typeof window.navigator.plugins=="object"&&O===window.navigator.plugins)return"PluginArray"}if((typeof window.HTMLElement=="function"||typeof window.HTMLElement=="object")&&O instanceof window.HTMLElement){if(O.tagName==="BLOCKQUOTE")return"HTMLQuoteElement";if(O.tagName==="TD")return"HTMLTableDataCellElement";if(O.tagName==="TH")return"HTMLTableHeaderCellElement"}}var P=d&&O[Symbol.toStringTag];if(typeof P=="string")return P;var q=Object.getPrototypeOf(O);return q===RegExp.prototype?"RegExp":q===Date.prototype?"Date":r&&q===Promise.prototype?"Promise":n&&q===Set.prototype?"Set":u&&q===Map.prototype?"Map":l&&q===WeakSet.prototype?"WeakSet":i&&q===WeakMap.prototype?"WeakMap":s&&q===DataView.prototype?"DataView":u&&q===h?"Map Iterator":n&&q===m?"Set Iterator":b&&q===y?"Array Iterator":v&&q===S?"String Iterator":q===null?"Object":Object.prototype.toString.call(O).slice(E,C)}return T})}}),kp=R({"../../node_modules/chai/lib/chai/utils/expectTypes.js"(e,t){var r=as(),o=ot(),a=jn();t.exports=function(u,n){var i=o(u,"message"),l=o(u,"ssfi");i=i?i+": ":"",u=o(u,"object"),n=n.map(function(d){return d.toLowerCase()}),n.sort();var s=n.map(function(d,c){var p=~["a","e","i","o","u"].indexOf(d.charAt(0))?"an":"a",m=n.length>1&&c===n.length-1?"or ":"";return m+p+" "+d}).join(", "),f=a(u).toLowerCase();if(!n.some(function(d){return f===d}))throw new r(i+"object tested must be "+s+", but "+f+" given",void 0,l)}}}),is=R({"../../node_modules/chai/lib/chai/utils/getActual.js"(e,t){t.exports=function(r,o){return o.length>4?o[4]:r._obj}}}),ma=R({"../../node_modules/get-func-name/index.js"(e,t){var r=Function.prototype.toString,o=/\s*function(?:\s|\s*\/\*[^(?:*\/)]+\*\/\s*)*([^\s\(\/]+)/,a=512;function u(n){if(typeof n!="function")return null;var i="";if(typeof Function.prototype.name>"u"&&typeof n.name>"u"){var l=r.call(n);if(l.indexOf("(")>a)return i;var s=l.match(o);s&&(i=s[1])}else i=n.name;return i}t.exports=u}}),In=R({"../../node_modules/loupe/loupe.js"(e,t){(function(r,o){typeof e=="object"&&typeof t<"u"?o(e):typeof define=="function"&&define.amd?define(["exports"],o):(r=typeof globalThis<"u"?globalThis:r||self,o(r.loupe={}))})(e,function(r){function o(w){"@babel/helpers - typeof";return typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?o=function(A){return typeof A}:o=function(A){return A&&typeof Symbol=="function"&&A.constructor===Symbol&&A!==Symbol.prototype?"symbol":typeof A},o(w)}function a(w,A){return u(w)||n(w,A)||i(w,A)||s()}function u(w){if(Array.isArray(w))return w}function n(w,A){if(!(typeof Symbol>"u"||!(Symbol.iterator in Object(w)))){var N=[],X=!0,te=!1,le=void 0;try{for(var ce=w[Symbol.iterator](),de;!(X=(de=ce.next()).done)&&(N.push(de.value),!(A&&N.length===A));X=!0);}catch(pe){te=!0,le=pe}finally{try{!X&&ce.return!=null&&ce.return()}finally{if(te)throw le}}return N}}function i(w,A){if(w){if(typeof w=="string")return l(w,A);var N=Object.prototype.toString.call(w).slice(8,-1);if(N==="Object"&&w.constructor&&(N=w.constructor.name),N==="Map"||N==="Set")return Array.from(w);if(N==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(N))return l(w,A)}}function l(w,A){(A==null||A>w.length)&&(A=w.length);for(var N=0,X=new Array(A);N<A;N++)X[N]=w[N];return X}function s(){throw new TypeError(`Invalid attempt to destructure non-iterable instance.
28
- In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}var f={bold:["1","22"],dim:["2","22"],italic:["3","23"],underline:["4","24"],inverse:["7","27"],hidden:["8","28"],strike:["9","29"],black:["30","39"],red:["31","39"],green:["32","39"],yellow:["33","39"],blue:["34","39"],magenta:["35","39"],cyan:["36","39"],white:["37","39"],brightblack:["30;1","39"],brightred:["31;1","39"],brightgreen:["32;1","39"],brightyellow:["33;1","39"],brightblue:["34;1","39"],brightmagenta:["35;1","39"],brightcyan:["36;1","39"],brightwhite:["37;1","39"],grey:["90","39"]},d={special:"cyan",number:"yellow",bigint:"yellow",boolean:"yellow",undefined:"grey",null:"bold",string:"green",symbol:"green",date:"magenta",regexp:"red"},c="…";function p(w,A){var N=f[d[A]]||f[A];return N?"\x1B[".concat(N[0],"m").concat(String(w),"\x1B[").concat(N[1],"m"):String(w)}function m(){var w=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},A=w.showHidden,N=A===void 0?!1:A,X=w.depth,te=X===void 0?2:X,le=w.colors,ce=le===void 0?!1:le,de=w.customInspect,pe=de===void 0?!0:de,ee=w.showProxy,be=ee===void 0?!1:ee,Oe=w.maxArrayLength,Fe=Oe===void 0?1/0:Oe,Me=w.breakLength,je=Me===void 0?1/0:Me,$e=w.seen,Lt=$e===void 0?[]:$e,ht=w.truncate,rr=ht===void 0?1/0:ht,Tt=w.stylize,Ft=Tt===void 0?String:Tt,st={showHidden:!!N,depth:Number(te),colors:!!ce,customInspect:!!pe,showProxy:!!be,maxArrayLength:Number(Fe),breakLength:Number(je),truncate:Number(rr),seen:Lt,stylize:Ft};return st.colors&&(st.stylize=p),st}function h(w,A){var N=arguments.length>2&&arguments[2]!==void 0?arguments[2]:c;w=String(w);var X=N.length,te=w.length;return X>A&&te>X?N:te>A&&te>X?"".concat(w.slice(0,A-X)).concat(N):w}function b(w,A,N){var X=arguments.length>3&&arguments[3]!==void 0?arguments[3]:", ";N=N||A.inspect;var te=w.length;if(te===0)return"";for(var le=A.truncate,ce="",de="",pe="",ee=0;ee<te;ee+=1){var be=ee+1===w.length,Oe=ee+2===w.length;pe="".concat(c,"(").concat(w.length-ee,")");var Fe=w[ee];A.truncate=le-ce.length-(be?0:X.length);var Me=de||N(Fe,A)+(be?"":X),je=ce.length+Me.length,$e=je+pe.length;if(be&&je>le&&ce.length+pe.length<=le||!be&&!Oe&&$e>le||(de=be?"":N(w[ee+1],A)+(Oe?"":X),!be&&Oe&&$e>le&&je+de.length>le))break;if(ce+=Me,!be&&!Oe&&je+de.length>=le){pe="".concat(c,"(").concat(w.length-ee-1,")");break}pe=""}return"".concat(ce).concat(pe)}function y(w){return w.match(/^[a-zA-Z_][a-zA-Z_0-9]*$/)?w:JSON.stringify(w).replace(/'/g,"\\'").replace(/\\"/g,'"').replace(/(^"|"$)/g,"'")}function v(w,A){var N=a(w,2),X=N[0],te=N[1];return A.truncate-=2,typeof X=="string"?X=y(X):typeof X!="number"&&(X="[".concat(A.inspect(X,A),"]")),A.truncate-=X.length,te=A.inspect(te,A),"".concat(X,": ").concat(te)}function S(w,A){var N=Object.keys(w).slice(w.length);if(!w.length&&!N.length)return"[]";A.truncate-=4;var X=b(w,A);A.truncate-=X.length;var te="";return N.length&&(te=b(N.map(function(le){return[le,w[le]]}),A,v)),"[ ".concat(X).concat(te?", ".concat(te):""," ]")}var E=Function.prototype.toString,C=/\s*function(?:\s|\s*\/\*[^(?:*\/)]+\*\/\s*)*([^\s\(\/]+)/,T=512;function O(w){if(typeof w!="function")return null;var A="";if(typeof Function.prototype.name>"u"&&typeof w.name>"u"){var N=E.call(w);if(N.indexOf("(")>T)return A;var X=N.match(C);X&&(A=X[1])}else A=w.name;return A}var g=O,P=function(w){return typeof Buffer=="function"&&w instanceof Buffer?"Buffer":w[Symbol.toStringTag]?w[Symbol.toStringTag]:g(w.constructor)};function q(w,A){var N=P(w);A.truncate-=N.length+4;var X=Object.keys(w).slice(w.length);if(!w.length&&!X.length)return"".concat(N,"[]");for(var te="",le=0;le<w.length;le++){var ce="".concat(A.stylize(h(w[le],A.truncate),"number")).concat(le===w.length-1?"":", ");if(A.truncate-=ce.length,w[le]!==w.length&&A.truncate<=3){te+="".concat(c,"(").concat(w.length-w[le]+1,")");break}te+=ce}var de="";return X.length&&(de=b(X.map(function(pe){return[pe,w[pe]]}),A,v)),"".concat(N,"[ ").concat(te).concat(de?", ".concat(de):""," ]")}function j(w,A){var N=w.toJSON();if(N===null)return"Invalid Date";var X=N.split("T"),te=X[0];return A.stylize("".concat(te,"T").concat(h(X[1],A.truncate-te.length-1)),"date")}function U(w,A){var N=g(w);return N?A.stylize("[Function ".concat(h(N,A.truncate-11),"]"),"special"):A.stylize("[Function]","special")}function H(w,A){var N=a(w,2),X=N[0],te=N[1];return A.truncate-=4,X=A.inspect(X,A),A.truncate-=X.length,te=A.inspect(te,A),"".concat(X," => ").concat(te)}function V(w){var A=[];return w.forEach(function(N,X){A.push([X,N])}),A}function re(w,A){var N=w.size-1;return N<=0?"Map{}":(A.truncate-=7,"Map{ ".concat(b(V(w),A,H)," }"))}var J=Number.isNaN||function(w){return w!==w};function ne(w,A){return J(w)?A.stylize("NaN","number"):w===1/0?A.stylize("Infinity","number"):w===-1/0?A.stylize("-Infinity","number"):w===0?A.stylize(1/w===1/0?"+0":"-0","number"):A.stylize(h(w,A.truncate),"number")}function ae(w,A){var N=h(w.toString(),A.truncate-1);return N!==c&&(N+="n"),A.stylize(N,"bigint")}function se(w,A){var N=w.toString().split("/")[2],X=A.truncate-(2+N.length),te=w.source;return A.stylize("/".concat(h(te,X),"/").concat(N),"regexp")}function ue(w){var A=[];return w.forEach(function(N){A.push(N)}),A}function x(w,A){return w.size===0?"Set{}":(A.truncate-=7,"Set{ ".concat(b(ue(w),A)," }"))}var M=new RegExp("['\\u0000-\\u001f\\u007f-\\u009f\\u00ad\\u0600-\\u0604\\u070f\\u17b4\\u17b5\\u200c-\\u200f\\u2028-\\u202f\\u2060-\\u206f\\ufeff\\ufff0-\\uffff]","g"),k={"\b":"\\b"," ":"\\t","\n":"\\n","\f":"\\f","\r":"\\r","'":"\\'","\\":"\\\\"},F=16,G=4;function $(w){return k[w]||"\\u".concat("0000".concat(w.charCodeAt(0).toString(F)).slice(-G))}function D(w,A){return M.test(w)&&(w=w.replace(M,$)),A.stylize("'".concat(h(w,A.truncate-2),"'"),"string")}function z(w){return"description"in Symbol.prototype?w.description?"Symbol(".concat(w.description,")"):"Symbol()":w.toString()}var Q=function(){return"Promise{…}"};try{var _=process.binding("util"),I=_.getPromiseDetails,B=_.kPending,K=_.kRejected;Array.isArray(I(Promise.resolve()))&&(Q=function(w,A){var N=I(w),X=a(N,2),te=X[0],le=X[1];return te===B?"Promise{<pending>}":"Promise".concat(te===K?"!":"","{").concat(A.inspect(le,A),"}")})}catch{}var W=Q;function L(w,A){var N=Object.getOwnPropertyNames(w),X=Object.getOwnPropertySymbols?Object.getOwnPropertySymbols(w):[];if(N.length===0&&X.length===0)return"{}";if(A.truncate-=4,A.seen=A.seen||[],A.seen.indexOf(w)>=0)return"[Circular]";A.seen.push(w);var te=b(N.map(function(de){return[de,w[de]]}),A,v),le=b(X.map(function(de){return[de,w[de]]}),A,v);A.seen.pop();var ce="";return te&&le&&(ce=", "),"{ ".concat(te).concat(ce).concat(le," }")}var oe=typeof Symbol<"u"&&Symbol.toStringTag?Symbol.toStringTag:!1;function ie(w,A){var N="";return oe&&oe in w&&(N=w[oe]),N=N||g(w.constructor),(!N||N==="_class")&&(N="<Anonymous Class>"),A.truncate-=N.length,"".concat(N).concat(L(w,A))}function fe(w,A){return w.length===0?"Arguments[]":(A.truncate-=13,"Arguments[ ".concat(b(w,A)," ]"))}var Ee=["stack","line","column","name","message","fileName","lineNumber","columnNumber","number","description"];function Ae(w,A){var N=Object.getOwnPropertyNames(w).filter(function(ce){return Ee.indexOf(ce)===-1}),X=w.name;A.truncate-=X.length;var te="";typeof w.message=="string"?te=h(w.message,A.truncate):N.unshift("message"),te=te?": ".concat(te):"",A.truncate-=te.length+5;var le=b(N.map(function(ce){return[ce,w[ce]]}),A,v);return"".concat(X).concat(te).concat(le?" { ".concat(le," }"):"")}function it(w,A){var N=a(w,2),X=N[0],te=N[1];return A.truncate-=3,te?"".concat(A.stylize(X,"yellow"),"=").concat(A.stylize('"'.concat(te,'"'),"string")):"".concat(A.stylize(X,"yellow"))}function Ve(w,A){return b(w,A,We,`
29
- `)}function We(w,A){var N=w.getAttributeNames(),X=w.tagName.toLowerCase(),te=A.stylize("<".concat(X),"special"),le=A.stylize(">","special"),ce=A.stylize("</".concat(X,">"),"special");A.truncate-=X.length*2+5;var de="";N.length>0&&(de+=" ",de+=b(N.map(function(be){return[be,w.getAttribute(be)]}),A,it," ")),A.truncate-=de.length;var pe=A.truncate,ee=Ve(w.children,A);return ee&&ee.length>pe&&(ee="".concat(c,"(").concat(w.children.length,")")),"".concat(te).concat(de).concat(le).concat(ee).concat(ce)}var lt=typeof Symbol=="function"&&typeof Symbol.for=="function",Ie=lt?Symbol.for("chai/inspect"):"@@chai/inspect",Ce=!1;try{var Ge=Ip("util");Ce=Ge.inspect?Ge.inspect.custom:!1}catch{Ce=!1}function Pe(){this.key="chai/loupe__"+Math.random()+Date.now()}Pe.prototype={get:function(w){return w[this.key]},has:function(w){return this.key in w},set:function(w,A){Object.isExtensible(w)&&Object.defineProperty(w,this.key,{value:A,configurable:!0})}};var Re=new(typeof WeakMap=="function"?WeakMap:Pe),xe={},Ke={undefined:function(w,A){return A.stylize("undefined","undefined")},null:function(w,A){return A.stylize(null,"null")},boolean:function(w,A){return A.stylize(w,"boolean")},Boolean:function(w,A){return A.stylize(w,"boolean")},number:ne,Number:ne,bigint:ae,BigInt:ae,string:D,String:D,function:U,Function:U,symbol:z,Symbol:z,Array:S,Date:j,Map:re,Set:x,RegExp:se,Promise:W,WeakSet:function(w,A){return A.stylize("WeakSet{…}","special")},WeakMap:function(w,A){return A.stylize("WeakMap{…}","special")},Arguments:fe,Int8Array:q,Uint8Array:q,Uint8ClampedArray:q,Int16Array:q,Uint16Array:q,Int32Array:q,Uint32Array:q,Float32Array:q,Float64Array:q,Generator:function(){return""},DataView:function(){return""},ArrayBuffer:function(){return""},Error:Ae,HTMLCollection:Ve,NodeList:Ve},Dt=function(w,A,N){return Ie in w&&typeof w[Ie]=="function"?w[Ie](A):Ce&&Ce in w&&typeof w[Ce]=="function"?w[Ce](A.depth,A):"inspect"in w&&typeof w.inspect=="function"?w.inspect(A.depth,A):"constructor"in w&&Re.has(w.constructor)?Re.get(w.constructor)(w,A):xe[N]?xe[N](w,A):""},mt=Object.prototype.toString;function Ne(w,A){A=m(A),A.inspect=Ne;var N=A,X=N.customInspect,te=w===null?"null":o(w);if(te==="object"&&(te=mt.call(w).slice(8,-1)),Ke[te])return Ke[te](w,A);if(X&&w){var le=Dt(w,A,te);if(le)return typeof le=="string"?le:Ne(le,A)}var ce=w?Object.getPrototypeOf(w):!1;return ce===Object.prototype||ce===null?L(w,A):w&&typeof HTMLElement=="function"&&w instanceof HTMLElement?We(w,A):"constructor"in w?w.constructor!==Object?ie(w,A):L(w,A):w===Object(w)?L(w,A):A.stylize(String(w),te)}function Y(w,A){return Re.has(w)?!1:(Re.set(w,A),!0)}function Z(w,A){return w in xe?!1:(xe[w]=A,!0)}var he=Ie;r.custom=he,r.default=Ne,r.inspect=Ne,r.registerConstructor=Y,r.registerStringTag=Z,Object.defineProperty(r,"__esModule",{value:!0})})}}),Cr=R({"../../node_modules/chai/lib/chai/config.js"(e,t){t.exports={includeStack:!1,showDiff:!0,truncateThreshold:40,useProxy:!0,proxyExcludedKeys:["then","catch","inspect","toJSON"],deepEqual:null}}}),ha=R({"../../node_modules/chai/lib/chai/utils/inspect.js"(e,t){ma();var r=In(),o=Cr();t.exports=a;function a(u,n,i,l){var s={colors:l,depth:typeof i>"u"?2:i,showHidden:n,truncate:o.truncateThreshold?o.truncateThreshold:1/0};return r.inspect(u,s)}}}),ls=R({"../../node_modules/chai/lib/chai/utils/objDisplay.js"(e,t){var r=ha(),o=Cr();t.exports=function(a){var u=r(a),n=Object.prototype.toString.call(a);if(o.truncateThreshold&&u.length>=o.truncateThreshold){if(n==="[object Function]")return!a.name||a.name===""?"[Function]":"[Function: "+a.name+"]";if(n==="[object Array]")return"[ Array("+a.length+") ]";if(n==="[object Object]"){var i=Object.keys(a),l=i.length>2?i.splice(0,2).join(", ")+", ...":i.join(", ");return"{ Object ("+l+") }"}else return u}else return u}}}),Dp=R({"../../node_modules/chai/lib/chai/utils/getMessage.js"(e,t){var r=ot(),o=is(),a=ls();t.exports=function(u,n){var i=r(u,"negate"),l=r(u,"object"),s=n[3],f=o(u,n),d=i?n[2]:n[1],c=r(u,"message");return typeof d=="function"&&(d=d()),d=d||"",d=d.replace(/#\{this\}/g,function(){return a(l)}).replace(/#\{act\}/g,function(){return a(f)}).replace(/#\{exp\}/g,function(){return a(s)}),c?c+": "+d:d}}}),Kt=R({"../../node_modules/chai/lib/chai/utils/transferFlags.js"(e,t){t.exports=function(r,o,a){var u=r.__flags||(r.__flags=Object.create(null));o.__flags||(o.__flags=Object.create(null)),a=arguments.length===3?a:!0;for(var n in u)(a||n!=="object"&&n!=="ssfi"&&n!=="lockSsfi"&&n!="message")&&(o.__flags[n]=u[n])}}}),Lp=R({"../../node_modules/deep-eql/index.js"(e,t){var r=jn();function o(){this._key="chai/deep-eql__"+Math.random()+Date.now()}o.prototype={get:function(g){return g[this._key]},set:function(g,P){Object.isExtensible(g)&&Object.defineProperty(g,this._key,{value:P,configurable:!0})}};var a=typeof WeakMap=="function"?WeakMap:o;function u(g,P,q){if(!q||T(g)||T(P))return null;var j=q.get(g);if(j){var U=j.get(P);if(typeof U=="boolean")return U}return null}function n(g,P,q,j){if(!(!q||T(g)||T(P))){var U=q.get(g);U?U.set(P,j):(U=new a,U.set(P,j),q.set(g,U))}}t.exports=i,t.exports.MemoizeMap=a;function i(g,P,q){if(q&&q.comparator)return s(g,P,q);var j=l(g,P);return j!==null?j:s(g,P,q)}function l(g,P){return g===P?g!==0||1/g===1/P:g!==g&&P!==P?!0:T(g)||T(P)?!1:null}function s(g,P,q){q=q||{},q.memoize=q.memoize===!1?!1:q.memoize||new a;var j=q&&q.comparator,U=u(g,P,q.memoize);if(U!==null)return U;var H=u(P,g,q.memoize);if(H!==null)return H;if(j){var V=j(g,P);if(V===!1||V===!0)return n(g,P,q.memoize,V),V;var re=l(g,P);if(re!==null)return re}var J=r(g);if(J!==r(P))return n(g,P,q.memoize,!1),!1;n(g,P,q.memoize,!0);var ne=f(g,P,J,q);return n(g,P,q.memoize,ne),ne}function f(g,P,q,j){switch(q){case"String":case"Number":case"Boolean":case"Date":return i(g.valueOf(),P.valueOf());case"Promise":case"Symbol":case"function":case"WeakMap":case"WeakSet":return g===P;case"Error":return E(g,P,["name","message","code"],j);case"Arguments":case"Int8Array":case"Uint8Array":case"Uint8ClampedArray":case"Int16Array":case"Uint16Array":case"Int32Array":case"Uint32Array":case"Float32Array":case"Float64Array":case"Array":return p(g,P,j);case"RegExp":return d(g,P);case"Generator":return m(g,P,j);case"DataView":return p(new Uint8Array(g.buffer),new Uint8Array(P.buffer),j);case"ArrayBuffer":return p(new Uint8Array(g),new Uint8Array(P),j);case"Set":return c(g,P,j);case"Map":return c(g,P,j);case"Temporal.PlainDate":case"Temporal.PlainTime":case"Temporal.PlainDateTime":case"Temporal.Instant":case"Temporal.ZonedDateTime":case"Temporal.PlainYearMonth":case"Temporal.PlainMonthDay":return g.equals(P);case"Temporal.Duration":return g.total("nanoseconds")===P.total("nanoseconds");case"Temporal.TimeZone":case"Temporal.Calendar":return g.toString()===P.toString();default:return C(g,P,j)}}function d(g,P){return g.toString()===P.toString()}function c(g,P,q){if(g.size!==P.size)return!1;if(g.size===0)return!0;var j=[],U=[];return g.forEach(function(H,V){j.push([H,V])}),P.forEach(function(H,V){U.push([H,V])}),p(j.sort(),U.sort(),q)}function p(g,P,q){var j=g.length;if(j!==P.length)return!1;if(j===0)return!0;for(var U=-1;++U<j;)if(i(g[U],P[U],q)===!1)return!1;return!0}function m(g,P,q){return p(y(g),y(P),q)}function h(g){return typeof Symbol<"u"&&typeof g=="object"&&typeof Symbol.iterator<"u"&&typeof g[Symbol.iterator]=="function"}function b(g){if(h(g))try{return y(g[Symbol.iterator]())}catch{return[]}return[]}function y(g){for(var P=g.next(),q=[P.value];P.done===!1;)P=g.next(),q.push(P.value);return q}function v(g){var P=[];for(var q in g)P.push(q);return P}function S(g){for(var P=[],q=Object.getOwnPropertySymbols(g),j=0;j<q.length;j+=1){var U=q[j];Object.getOwnPropertyDescriptor(g,U).enumerable&&P.push(U)}return P}function E(g,P,q,j){var U=q.length;if(U===0)return!0;for(var H=0;H<U;H+=1)if(i(g[q[H]],P[q[H]],j)===!1)return!1;return!0}function C(g,P,q){var j=v(g),U=v(P),H=S(g),V=S(P);if(j=j.concat(H),U=U.concat(V),j.length&&j.length===U.length)return p(O(j).sort(),O(U).sort())===!1?!1:E(g,P,j,q);var re=b(g),J=b(P);return re.length&&re.length===J.length?(re.sort(),J.sort(),p(re,J,q)):j.length===0&&re.length===0&&U.length===0&&J.length===0}function T(g){return g===null||typeof g!="object"}function O(g){return g.map(function(P){return typeof P=="symbol"?P.toString():P})}}}),Nn=R({"../../node_modules/chai/lib/chai/utils/isProxyEnabled.js"(e,t){var r=Cr();t.exports=function(){return r.useProxy&&typeof Proxy<"u"&&typeof Reflect<"u"}}}),Fp=R({"../../node_modules/chai/lib/chai/utils/addProperty.js"(e,t){var r=Yt(),o=ot(),a=Nn(),u=Kt();t.exports=function(n,i,l){l=l===void 0?function(){}:l,Object.defineProperty(n,i,{get:function s(){!a()&&!o(this,"lockSsfi")&&o(this,"ssfi",s);var f=l.call(this);if(f!==void 0)return f;var d=new r.Assertion;return u(this,d),d},configurable:!0})}}}),$n=R({"../../node_modules/chai/lib/chai/utils/addLengthGuard.js"(e,t){var r=Object.getOwnPropertyDescriptor(function(){},"length");t.exports=function(o,a,u){return r.configurable&&Object.defineProperty(o,"length",{get:function(){throw Error(u?"Invalid Chai property: "+a+'.length. Due to a compatibility issue, "length" cannot directly follow "'+a+'". Use "'+a+'.lengthOf" instead.':"Invalid Chai property: "+a+'.length. See docs for proper usage of "'+a+'".')}}),o}}}),Up=R({"../../node_modules/chai/lib/chai/utils/getProperties.js"(e,t){t.exports=function(r){var o=Object.getOwnPropertyNames(r);function a(n){o.indexOf(n)===-1&&o.push(n)}for(var u=Object.getPrototypeOf(r);u!==null;)Object.getOwnPropertyNames(u).forEach(a),u=Object.getPrototypeOf(u);return o}}}),Bn=R({"../../node_modules/chai/lib/chai/utils/proxify.js"(e,t){var r=Cr(),o=ot(),a=Up(),u=Nn(),n=["__flags","__methods","_obj","assert"];t.exports=function(l,s){return u()?new Proxy(l,{get:function f(d,c){if(typeof c=="string"&&r.proxyExcludedKeys.indexOf(c)===-1&&!Reflect.has(d,c)){if(s)throw Error("Invalid Chai property: "+s+"."+c+'. See docs for proper usage of "'+s+'".');var p=null,m=4;throw a(d).forEach(function(h){if(!Object.prototype.hasOwnProperty(h)&&n.indexOf(h)===-1){var b=i(c,h,m);b<m&&(p=h,m=b)}}),Error(p!==null?"Invalid Chai property: "+c+'. Did you mean "'+p+'"?':"Invalid Chai property: "+c)}return n.indexOf(c)===-1&&!o(d,"lockSsfi")&&o(d,"ssfi",f),Reflect.get(d,c)}}):l};function i(l,s,f){if(Math.abs(l.length-s.length)>=f)return f;for(var d=[],c=0;c<=l.length;c++)d[c]=Array(s.length+1).fill(0),d[c][0]=c;for(var p=0;p<s.length;p++)d[0][p]=p;for(var c=1;c<=l.length;c++)for(var m=l.charCodeAt(c-1),p=1;p<=s.length;p++){if(Math.abs(c-p)>=f){d[c][p]=f;continue}d[c][p]=Math.min(d[c-1][p]+1,d[c][p-1]+1,d[c-1][p-1]+(m===s.charCodeAt(p-1)?0:1))}return d[l.length][s.length]}}}),Hp=R({"../../node_modules/chai/lib/chai/utils/addMethod.js"(e,t){var r=$n(),o=Yt(),a=ot(),u=Bn(),n=Kt();t.exports=function(i,l,s){var f=function(){a(this,"lockSsfi")||a(this,"ssfi",f);var d=s.apply(this,arguments);if(d!==void 0)return d;var c=new o.Assertion;return n(this,c),c};r(f,l,!1),i[l]=u(f,l)}}}),Vp=R({"../../node_modules/chai/lib/chai/utils/overwriteProperty.js"(e,t){var r=Yt(),o=ot(),a=Nn(),u=Kt();t.exports=function(n,i,l){var s=Object.getOwnPropertyDescriptor(n,i),f=function(){};s&&typeof s.get=="function"&&(f=s.get),Object.defineProperty(n,i,{get:function d(){!a()&&!o(this,"lockSsfi")&&o(this,"ssfi",d);var c=o(this,"lockSsfi");o(this,"lockSsfi",!0);var p=l(f).call(this);if(o(this,"lockSsfi",c),p!==void 0)return p;var m=new r.Assertion;return u(this,m),m},configurable:!0})}}}),zp=R({"../../node_modules/chai/lib/chai/utils/overwriteMethod.js"(e,t){var r=$n(),o=Yt(),a=ot(),u=Bn(),n=Kt();t.exports=function(i,l,s){var f=i[l],d=function(){throw new Error(l+" is not a function")};f&&typeof f=="function"&&(d=f);var c=function(){a(this,"lockSsfi")||a(this,"ssfi",c);var p=a(this,"lockSsfi");a(this,"lockSsfi",!0);var m=s(d).apply(this,arguments);if(a(this,"lockSsfi",p),m!==void 0)return m;var h=new o.Assertion;return n(this,h),h};r(c,l,!1),i[l]=u(c,l)}}}),Wp=R({"../../node_modules/chai/lib/chai/utils/addChainableMethod.js"(e,t){var r=$n(),o=Yt(),a=ot(),u=Bn(),n=Kt(),i=typeof Object.setPrototypeOf=="function",l=function(){},s=Object.getOwnPropertyNames(l).filter(function(c){var p=Object.getOwnPropertyDescriptor(l,c);return typeof p!="object"?!0:!p.configurable}),f=Function.prototype.call,d=Function.prototype.apply;t.exports=function(c,p,m,h){typeof h!="function"&&(h=function(){});var b={method:m,chainingBehavior:h};c.__methods||(c.__methods={}),c.__methods[p]=b,Object.defineProperty(c,p,{get:function(){b.chainingBehavior.call(this);var y=function(){a(this,"lockSsfi")||a(this,"ssfi",y);var E=b.method.apply(this,arguments);if(E!==void 0)return E;var C=new o.Assertion;return n(this,C),C};if(r(y,p,!0),i){var v=Object.create(this);v.call=f,v.apply=d,Object.setPrototypeOf(y,v)}else{var S=Object.getOwnPropertyNames(c);S.forEach(function(E){if(s.indexOf(E)===-1){var C=Object.getOwnPropertyDescriptor(c,E);Object.defineProperty(y,E,C)}})}return n(this,y),u(y)},configurable:!0})}}}),Gp=R({"../../node_modules/chai/lib/chai/utils/overwriteChainableMethod.js"(e,t){var r=Yt(),o=Kt();t.exports=function(a,u,n,i){var l=a.__methods[u],s=l.chainingBehavior;l.chainingBehavior=function(){var d=i(s).call(this);if(d!==void 0)return d;var c=new r.Assertion;return o(this,c),c};var f=l.method;l.method=function(){var d=n(f).apply(this,arguments);if(d!==void 0)return d;var c=new r.Assertion;return o(this,c),c}}}}),Kp=R({"../../node_modules/chai/lib/chai/utils/compareByInspect.js"(e,t){var r=ha();t.exports=function(o,a){return r(o)<r(a)?-1:1}}}),ss=R({"../../node_modules/chai/lib/chai/utils/getOwnEnumerablePropertySymbols.js"(e,t){t.exports=function(r){return typeof Object.getOwnPropertySymbols!="function"?[]:Object.getOwnPropertySymbols(r).filter(function(o){return Object.getOwnPropertyDescriptor(r,o).enumerable})}}}),Yp=R({"../../node_modules/chai/lib/chai/utils/getOwnEnumerableProperties.js"(e,t){var r=ss();t.exports=function(o){return Object.keys(o).concat(r(o))}}}),Jp=R({"../../node_modules/check-error/index.js"(e,t){var r=ma();function o(l,s){return s instanceof Error&&l===s}function a(l,s){return s instanceof Error?l.constructor===s.constructor||l instanceof s.constructor:s.prototype instanceof Error||s===Error?l.constructor===s||l instanceof s:!1}function u(l,s){var f=typeof l=="string"?l:l.message;return s instanceof RegExp?s.test(f):typeof s=="string"?f.indexOf(s)!==-1:!1}function n(l){var s=l;if(l instanceof Error)s=r(l.constructor);else if(typeof l=="function"&&(s=r(l),s==="")){var f=r(new l);s=f||s}return s}function i(l){var s="";return l&&l.message?s=l.message:typeof l=="string"&&(s=l),s}t.exports={compatibleInstance:o,compatibleConstructor:a,compatibleMessage:u,getMessage:i,getConstructorName:n}}}),Xp=R({"../../node_modules/chai/lib/chai/utils/isNaN.js"(e,t){function r(o){return o!==o}t.exports=Number.isNaN||r}}),Qp=R({"../../node_modules/chai/lib/chai/utils/getOperator.js"(e,t){var r=jn(),o=ot();function a(u){var n=r(u),i=["Array","Object","function"];return i.indexOf(n)!==-1}t.exports=function(u,n){var i=o(u,"operator"),l=o(u,"negate"),s=n[3],f=l?n[2]:n[1];if(i)return i;if(typeof f=="function"&&(f=f()),f=f||"",!!f&&!/\shave\s/.test(f)){var d=a(s);return/\snot\s/.test(f)?d?"notDeepStrictEqual":"notStrictEqual":d?"deepStrictEqual":"strictEqual"}}}}),Zp=R({"../../node_modules/chai/lib/chai/utils/index.js"(e){var t=$p();e.test=Bp(),e.type=jn(),e.expectTypes=kp(),e.getMessage=Dp(),e.getActual=is(),e.inspect=ha(),e.objDisplay=ls(),e.flag=ot(),e.transferFlags=Kt(),e.eql=Lp(),e.getPathInfo=t.getPathInfo,e.hasProperty=t.hasProperty,e.getName=ma(),e.addProperty=Fp(),e.addMethod=Hp(),e.overwriteProperty=Vp(),e.overwriteMethod=zp(),e.addChainableMethod=Wp(),e.overwriteChainableMethod=Gp(),e.compareByInspect=Kp(),e.getOwnEnumerablePropertySymbols=ss(),e.getOwnEnumerableProperties=Yp(),e.checkError=Jp(),e.proxify=Bn(),e.addLengthGuard=$n(),e.isProxyEnabled=Nn(),e.isNaN=Xp(),e.getOperator=Qp()}}),em=R({"../../node_modules/chai/lib/chai/assertion.js"(e,t){var r=Cr();t.exports=function(o,a){var u=o.AssertionError,n=a.flag;o.Assertion=i;function i(l,s,f,d){return n(this,"ssfi",f||i),n(this,"lockSsfi",d),n(this,"object",l),n(this,"message",s),n(this,"eql",r.deepEqual||a.eql),a.proxify(this)}Object.defineProperty(i,"includeStack",{get:function(){return console.warn("Assertion.includeStack is deprecated, use chai.config.includeStack instead."),r.includeStack},set:function(l){console.warn("Assertion.includeStack is deprecated, use chai.config.includeStack instead."),r.includeStack=l}}),Object.defineProperty(i,"showDiff",{get:function(){return console.warn("Assertion.showDiff is deprecated, use chai.config.showDiff instead."),r.showDiff},set:function(l){console.warn("Assertion.showDiff is deprecated, use chai.config.showDiff instead."),r.showDiff=l}}),i.addProperty=function(l,s){a.addProperty(this.prototype,l,s)},i.addMethod=function(l,s){a.addMethod(this.prototype,l,s)},i.addChainableMethod=function(l,s,f){a.addChainableMethod(this.prototype,l,s,f)},i.overwriteProperty=function(l,s){a.overwriteProperty(this.prototype,l,s)},i.overwriteMethod=function(l,s){a.overwriteMethod(this.prototype,l,s)},i.overwriteChainableMethod=function(l,s,f){a.overwriteChainableMethod(this.prototype,l,s,f)},i.prototype.assert=function(l,s,f,d,c,p){var m=a.test(this,arguments);if(p!==!1&&(p=!0),d===void 0&&c===void 0&&(p=!1),r.showDiff!==!0&&(p=!1),!m){s=a.getMessage(this,arguments);var h=a.getActual(this,arguments),b={actual:h,expected:d,showDiff:p},y=a.getOperator(this,arguments);throw y&&(b.operator=y),new u(s,b,r.includeStack?this.assert:n(this,"ssfi"))}},Object.defineProperty(i.prototype,"_obj",{get:function(){return n(this,"object")},set:function(l){n(this,"object",l)}})}}}),tm=R({"../../node_modules/chai/lib/chai/core/assertions.js"(e,t){t.exports=function(r,o){var a=r.Assertion,u=r.AssertionError,n=o.flag;["to","be","been","is","and","has","have","with","that","which","at","of","same","but","does","still","also"].forEach(function(x){a.addProperty(x)}),a.addProperty("not",function(){n(this,"negate",!0)}),a.addProperty("deep",function(){n(this,"deep",!0)}),a.addProperty("nested",function(){n(this,"nested",!0)}),a.addProperty("own",function(){n(this,"own",!0)}),a.addProperty("ordered",function(){n(this,"ordered",!0)}),a.addProperty("any",function(){n(this,"any",!0),n(this,"all",!1)}),a.addProperty("all",function(){n(this,"all",!0),n(this,"any",!1)});function i(x,M){M&&n(this,"message",M),x=x.toLowerCase();var k=n(this,"object"),F=~["a","e","i","o","u"].indexOf(x.charAt(0))?"an ":"a ";this.assert(x===o.type(k).toLowerCase(),"expected #{this} to be "+F+x,"expected #{this} not to be "+F+x)}a.addChainableMethod("an",i),a.addChainableMethod("a",i);function l(x,M){return o.isNaN(x)&&o.isNaN(M)||x===M}function s(){n(this,"contains",!0)}function f(x,M){M&&n(this,"message",M);var k=n(this,"object"),F=o.type(k).toLowerCase(),G=n(this,"message"),$=n(this,"negate"),D=n(this,"ssfi"),z=n(this,"deep"),Q=z?"deep ":"",_=z?n(this,"eql"):l;G=G?G+": ":"";var I=!1;switch(F){case"string":I=k.indexOf(x)!==-1;break;case"weakset":if(z)throw new u(G+"unable to use .deep.include with WeakSet",void 0,D);I=k.has(x);break;case"map":k.forEach(function(L){I=I||_(L,x)});break;case"set":z?k.forEach(function(L){I=I||_(L,x)}):I=k.has(x);break;case"array":z?I=k.some(function(L){return _(L,x)}):I=k.indexOf(x)!==-1;break;default:if(x!==Object(x))throw new u(G+"the given combination of arguments ("+F+" and "+o.type(x).toLowerCase()+") is invalid for this assertion. You can use an array, a map, an object, a set, a string, or a weakset instead of a "+o.type(x).toLowerCase(),void 0,D);var B=Object.keys(x),K=null,W=0;if(B.forEach(function(L){var oe=new a(k);if(o.transferFlags(this,oe,!0),n(oe,"lockSsfi",!0),!$||B.length===1){oe.property(L,x[L]);return}try{oe.property(L,x[L])}catch(ie){if(!o.checkError.compatibleConstructor(ie,u))throw ie;K===null&&(K=ie),W++}},this),$&&B.length>1&&W===B.length)throw K;return}this.assert(I,"expected #{this} to "+Q+"include "+o.inspect(x),"expected #{this} to not "+Q+"include "+o.inspect(x))}a.addChainableMethod("include",f,s),a.addChainableMethod("contain",f,s),a.addChainableMethod("contains",f,s),a.addChainableMethod("includes",f,s),a.addProperty("ok",function(){this.assert(n(this,"object"),"expected #{this} to be truthy","expected #{this} to be falsy")}),a.addProperty("true",function(){this.assert(n(this,"object")===!0,"expected #{this} to be true","expected #{this} to be false",!n(this,"negate"))}),a.addProperty("false",function(){this.assert(n(this,"object")===!1,"expected #{this} to be false","expected #{this} to be true",!!n(this,"negate"))}),a.addProperty("null",function(){this.assert(n(this,"object")===null,"expected #{this} to be null","expected #{this} not to be null")}),a.addProperty("undefined",function(){this.assert(n(this,"object")===void 0,"expected #{this} to be undefined","expected #{this} not to be undefined")}),a.addProperty("NaN",function(){this.assert(o.isNaN(n(this,"object")),"expected #{this} to be NaN","expected #{this} not to be NaN")});function d(){var x=n(this,"object");this.assert(x!=null,"expected #{this} to exist","expected #{this} to not exist")}a.addProperty("exist",d),a.addProperty("exists",d),a.addProperty("empty",function(){var x=n(this,"object"),M=n(this,"ssfi"),k=n(this,"message"),F;switch(k=k?k+": ":"",o.type(x).toLowerCase()){case"array":case"string":F=x.length;break;case"map":case"set":F=x.size;break;case"weakmap":case"weakset":throw new u(k+".empty was passed a weak collection",void 0,M);case"function":var G=k+".empty was passed a function "+o.getName(x);throw new u(G.trim(),void 0,M);default:if(x!==Object(x))throw new u(k+".empty was passed non-string primitive "+o.inspect(x),void 0,M);F=Object.keys(x).length}this.assert(F===0,"expected #{this} to be empty","expected #{this} not to be empty")});function c(){var x=n(this,"object"),M=o.type(x);this.assert(M==="Arguments","expected #{this} to be arguments but got "+M,"expected #{this} to not be arguments")}a.addProperty("arguments",c),a.addProperty("Arguments",c);function p(x,M){M&&n(this,"message",M);var k=n(this,"object");if(n(this,"deep")){var F=n(this,"lockSsfi");n(this,"lockSsfi",!0),this.eql(x),n(this,"lockSsfi",F)}else this.assert(x===k,"expected #{this} to equal #{exp}","expected #{this} to not equal #{exp}",x,this._obj,!0)}a.addMethod("equal",p),a.addMethod("equals",p),a.addMethod("eq",p);function m(x,M){M&&n(this,"message",M);var k=n(this,"eql");this.assert(k(x,n(this,"object")),"expected #{this} to deeply equal #{exp}","expected #{this} to not deeply equal #{exp}",x,this._obj,!0)}a.addMethod("eql",m),a.addMethod("eqls",m);function h(x,M){M&&n(this,"message",M);var k=n(this,"object"),F=n(this,"doLength"),G=n(this,"message"),$=G?G+": ":"",D=n(this,"ssfi"),z=o.type(k).toLowerCase(),Q=o.type(x).toLowerCase(),_,I=!0;if(F&&z!=="map"&&z!=="set"&&new a(k,G,D,!0).to.have.property("length"),!F&&z==="date"&&Q!=="date")_=$+"the argument to above must be a date";else if(Q!=="number"&&(F||z==="number"))_=$+"the argument to above must be a number";else if(!F&&z!=="date"&&z!=="number"){var B=z==="string"?"'"+k+"'":k;_=$+"expected "+B+" to be a number or a date"}else I=!1;if(I)throw new u(_,void 0,D);if(F){var K="length",W;z==="map"||z==="set"?(K="size",W=k.size):W=k.length,this.assert(W>x,"expected #{this} to have a "+K+" above #{exp} but got #{act}","expected #{this} to not have a "+K+" above #{exp}",x,W)}else this.assert(k>x,"expected #{this} to be above #{exp}","expected #{this} to be at most #{exp}",x)}a.addMethod("above",h),a.addMethod("gt",h),a.addMethod("greaterThan",h);function b(x,M){M&&n(this,"message",M);var k=n(this,"object"),F=n(this,"doLength"),G=n(this,"message"),$=G?G+": ":"",D=n(this,"ssfi"),z=o.type(k).toLowerCase(),Q=o.type(x).toLowerCase(),_,I=!0;if(F&&z!=="map"&&z!=="set"&&new a(k,G,D,!0).to.have.property("length"),!F&&z==="date"&&Q!=="date")_=$+"the argument to least must be a date";else if(Q!=="number"&&(F||z==="number"))_=$+"the argument to least must be a number";else if(!F&&z!=="date"&&z!=="number"){var B=z==="string"?"'"+k+"'":k;_=$+"expected "+B+" to be a number or a date"}else I=!1;if(I)throw new u(_,void 0,D);if(F){var K="length",W;z==="map"||z==="set"?(K="size",W=k.size):W=k.length,this.assert(W>=x,"expected #{this} to have a "+K+" at least #{exp} but got #{act}","expected #{this} to have a "+K+" below #{exp}",x,W)}else this.assert(k>=x,"expected #{this} to be at least #{exp}","expected #{this} to be below #{exp}",x)}a.addMethod("least",b),a.addMethod("gte",b),a.addMethod("greaterThanOrEqual",b);function y(x,M){M&&n(this,"message",M);var k=n(this,"object"),F=n(this,"doLength"),G=n(this,"message"),$=G?G+": ":"",D=n(this,"ssfi"),z=o.type(k).toLowerCase(),Q=o.type(x).toLowerCase(),_,I=!0;if(F&&z!=="map"&&z!=="set"&&new a(k,G,D,!0).to.have.property("length"),!F&&z==="date"&&Q!=="date")_=$+"the argument to below must be a date";else if(Q!=="number"&&(F||z==="number"))_=$+"the argument to below must be a number";else if(!F&&z!=="date"&&z!=="number"){var B=z==="string"?"'"+k+"'":k;_=$+"expected "+B+" to be a number or a date"}else I=!1;if(I)throw new u(_,void 0,D);if(F){var K="length",W;z==="map"||z==="set"?(K="size",W=k.size):W=k.length,this.assert(W<x,"expected #{this} to have a "+K+" below #{exp} but got #{act}","expected #{this} to not have a "+K+" below #{exp}",x,W)}else this.assert(k<x,"expected #{this} to be below #{exp}","expected #{this} to be at least #{exp}",x)}a.addMethod("below",y),a.addMethod("lt",y),a.addMethod("lessThan",y);function v(x,M){M&&n(this,"message",M);var k=n(this,"object"),F=n(this,"doLength"),G=n(this,"message"),$=G?G+": ":"",D=n(this,"ssfi"),z=o.type(k).toLowerCase(),Q=o.type(x).toLowerCase(),_,I=!0;if(F&&z!=="map"&&z!=="set"&&new a(k,G,D,!0).to.have.property("length"),!F&&z==="date"&&Q!=="date")_=$+"the argument to most must be a date";else if(Q!=="number"&&(F||z==="number"))_=$+"the argument to most must be a number";else if(!F&&z!=="date"&&z!=="number"){var B=z==="string"?"'"+k+"'":k;_=$+"expected "+B+" to be a number or a date"}else I=!1;if(I)throw new u(_,void 0,D);if(F){var K="length",W;z==="map"||z==="set"?(K="size",W=k.size):W=k.length,this.assert(W<=x,"expected #{this} to have a "+K+" at most #{exp} but got #{act}","expected #{this} to have a "+K+" above #{exp}",x,W)}else this.assert(k<=x,"expected #{this} to be at most #{exp}","expected #{this} to be above #{exp}",x)}a.addMethod("most",v),a.addMethod("lte",v),a.addMethod("lessThanOrEqual",v),a.addMethod("within",function(x,M,k){k&&n(this,"message",k);var F=n(this,"object"),G=n(this,"doLength"),$=n(this,"message"),D=$?$+": ":"",z=n(this,"ssfi"),Q=o.type(F).toLowerCase(),_=o.type(x).toLowerCase(),I=o.type(M).toLowerCase(),B,K=!0,W=_==="date"&&I==="date"?x.toISOString()+".."+M.toISOString():x+".."+M;if(G&&Q!=="map"&&Q!=="set"&&new a(F,$,z,!0).to.have.property("length"),!G&&Q==="date"&&(_!=="date"||I!=="date"))B=D+"the arguments to within must be dates";else if((_!=="number"||I!=="number")&&(G||Q==="number"))B=D+"the arguments to within must be numbers";else if(!G&&Q!=="date"&&Q!=="number"){var L=Q==="string"?"'"+F+"'":F;B=D+"expected "+L+" to be a number or a date"}else K=!1;if(K)throw new u(B,void 0,z);if(G){var oe="length",ie;Q==="map"||Q==="set"?(oe="size",ie=F.size):ie=F.length,this.assert(ie>=x&&ie<=M,"expected #{this} to have a "+oe+" within "+W,"expected #{this} to not have a "+oe+" within "+W)}else this.assert(F>=x&&F<=M,"expected #{this} to be within "+W,"expected #{this} to not be within "+W)});function S(x,M){M&&n(this,"message",M);var k=n(this,"object"),F=n(this,"ssfi"),G=n(this,"message");try{var $=k instanceof x}catch(z){throw z instanceof TypeError?(G=G?G+": ":"",new u(G+"The instanceof assertion needs a constructor but "+o.type(x)+" was given.",void 0,F)):z}var D=o.getName(x);D===null&&(D="an unnamed constructor"),this.assert($,"expected #{this} to be an instance of "+D,"expected #{this} to not be an instance of "+D)}a.addMethod("instanceof",S),a.addMethod("instanceOf",S);function E(x,M,k){k&&n(this,"message",k);var F=n(this,"nested"),G=n(this,"own"),$=n(this,"message"),D=n(this,"object"),z=n(this,"ssfi"),Q=typeof x;if($=$?$+": ":"",F){if(Q!=="string")throw new u($+"the argument to property must be a string when using nested syntax",void 0,z)}else if(Q!=="string"&&Q!=="number"&&Q!=="symbol")throw new u($+"the argument to property must be a string, number, or symbol",void 0,z);if(F&&G)throw new u($+'The "nested" and "own" flags cannot be combined.',void 0,z);if(D==null)throw new u($+"Target cannot be null or undefined.",void 0,z);var _=n(this,"deep"),I=n(this,"negate"),B=F?o.getPathInfo(D,x):null,K=F?B.value:D[x],W=_?n(this,"eql"):(ie,fe)=>ie===fe,L="";_&&(L+="deep "),G&&(L+="own "),F&&(L+="nested "),L+="property ";var oe;G?oe=Object.prototype.hasOwnProperty.call(D,x):F?oe=B.exists:oe=o.hasProperty(D,x),(!I||arguments.length===1)&&this.assert(oe,"expected #{this} to have "+L+o.inspect(x),"expected #{this} to not have "+L+o.inspect(x)),arguments.length>1&&this.assert(oe&&W(M,K),"expected #{this} to have "+L+o.inspect(x)+" of #{exp}, but got #{act}","expected #{this} to not have "+L+o.inspect(x)+" of #{act}",M,K),n(this,"object",K)}a.addMethod("property",E);function C(x,M,k){n(this,"own",!0),E.apply(this,arguments)}a.addMethod("ownProperty",C),a.addMethod("haveOwnProperty",C);function T(x,M,k){typeof M=="string"&&(k=M,M=null),k&&n(this,"message",k);var F=n(this,"object"),G=Object.getOwnPropertyDescriptor(Object(F),x),$=n(this,"eql");G&&M?this.assert($(M,G),"expected the own property descriptor for "+o.inspect(x)+" on #{this} to match "+o.inspect(M)+", got "+o.inspect(G),"expected the own property descriptor for "+o.inspect(x)+" on #{this} to not match "+o.inspect(M),M,G,!0):this.assert(G,"expected #{this} to have an own property descriptor for "+o.inspect(x),"expected #{this} to not have an own property descriptor for "+o.inspect(x)),n(this,"object",G)}a.addMethod("ownPropertyDescriptor",T),a.addMethod("haveOwnPropertyDescriptor",T);function O(){n(this,"doLength",!0)}function g(x,M){M&&n(this,"message",M);var k=n(this,"object"),F=o.type(k).toLowerCase(),G=n(this,"message"),$=n(this,"ssfi"),D="length",z;switch(F){case"map":case"set":D="size",z=k.size;break;default:new a(k,G,$,!0).to.have.property("length"),z=k.length}this.assert(z==x,"expected #{this} to have a "+D+" of #{exp} but got #{act}","expected #{this} to not have a "+D+" of #{act}",x,z)}a.addChainableMethod("length",g,O),a.addChainableMethod("lengthOf",g,O);function P(x,M){M&&n(this,"message",M);var k=n(this,"object");this.assert(x.exec(k),"expected #{this} to match "+x,"expected #{this} not to match "+x)}a.addMethod("match",P),a.addMethod("matches",P),a.addMethod("string",function(x,M){M&&n(this,"message",M);var k=n(this,"object"),F=n(this,"message"),G=n(this,"ssfi");new a(k,F,G,!0).is.a("string"),this.assert(~k.indexOf(x),"expected #{this} to contain "+o.inspect(x),"expected #{this} to not contain "+o.inspect(x))});function q(x){var M=n(this,"object"),k=o.type(M),F=o.type(x),G=n(this,"ssfi"),$=n(this,"deep"),D,z="",Q,_=!0,I=n(this,"message");I=I?I+": ":"";var B=I+"when testing keys against an object or an array you must give a single Array|Object|String argument or multiple String arguments";if(k==="Map"||k==="Set")z=$?"deeply ":"",Q=[],M.forEach(function(Ee,Ae){Q.push(Ae)}),F!=="Array"&&(x=Array.prototype.slice.call(arguments));else{switch(Q=o.getOwnEnumerableProperties(M),F){case"Array":if(arguments.length>1)throw new u(B,void 0,G);break;case"Object":if(arguments.length>1)throw new u(B,void 0,G);x=Object.keys(x);break;default:x=Array.prototype.slice.call(arguments)}x=x.map(function(Ee){return typeof Ee=="symbol"?Ee:String(Ee)})}if(!x.length)throw new u(I+"keys required",void 0,G);var K=x.length,W=n(this,"any"),L=n(this,"all"),oe=x,ie=$?n(this,"eql"):(Ee,Ae)=>Ee===Ae;if(!W&&!L&&(L=!0),W&&(_=oe.some(function(Ee){return Q.some(function(Ae){return ie(Ee,Ae)})})),L&&(_=oe.every(function(Ee){return Q.some(function(Ae){return ie(Ee,Ae)})}),n(this,"contains")||(_=_&&x.length==Q.length)),K>1){x=x.map(function(Ee){return o.inspect(Ee)});var fe=x.pop();L&&(D=x.join(", ")+", and "+fe),W&&(D=x.join(", ")+", or "+fe)}else D=o.inspect(x[0]);D=(K>1?"keys ":"key ")+D,D=(n(this,"contains")?"contain ":"have ")+D,this.assert(_,"expected #{this} to "+z+D,"expected #{this} to not "+z+D,oe.slice(0).sort(o.compareByInspect),Q.sort(o.compareByInspect),!0)}a.addMethod("keys",q),a.addMethod("key",q);function j(x,M,k){k&&n(this,"message",k);var F=n(this,"object"),G=n(this,"ssfi"),$=n(this,"message"),D=n(this,"negate")||!1;new a(F,$,G,!0).is.a("function"),(x instanceof RegExp||typeof x=="string")&&(M=x,x=null);var z;try{F()}catch(fe){z=fe}var Q=x===void 0&&M===void 0,_=!!(x&&M),I=!1,B=!1;if(Q||!Q&&!D){var K="an error";x instanceof Error?K="#{exp}":x&&(K=o.checkError.getConstructorName(x)),this.assert(z,"expected #{this} to throw "+K,"expected #{this} to not throw an error but #{act} was thrown",x&&x.toString(),z instanceof Error?z.toString():typeof z=="string"?z:z&&o.checkError.getConstructorName(z))}if(x&&z){if(x instanceof Error){var W=o.checkError.compatibleInstance(z,x);W===D&&(_&&D?I=!0:this.assert(D,"expected #{this} to throw #{exp} but #{act} was thrown","expected #{this} to not throw #{exp}"+(z&&!D?" but #{act} was thrown":""),x.toString(),z.toString()))}var L=o.checkError.compatibleConstructor(z,x);L===D&&(_&&D?I=!0:this.assert(D,"expected #{this} to throw #{exp} but #{act} was thrown","expected #{this} to not throw #{exp}"+(z?" but #{act} was thrown":""),x instanceof Error?x.toString():x&&o.checkError.getConstructorName(x),z instanceof Error?z.toString():z&&o.checkError.getConstructorName(z)))}if(z&&M!==void 0&&M!==null){var oe="including";M instanceof RegExp&&(oe="matching");var ie=o.checkError.compatibleMessage(z,M);ie===D&&(_&&D?B=!0:this.assert(D,"expected #{this} to throw error "+oe+" #{exp} but got #{act}","expected #{this} to throw error not "+oe+" #{exp}",M,o.checkError.getMessage(z)))}I&&B&&this.assert(D,"expected #{this} to throw #{exp} but #{act} was thrown","expected #{this} to not throw #{exp}"+(z?" but #{act} was thrown":""),x instanceof Error?x.toString():x&&o.checkError.getConstructorName(x),z instanceof Error?z.toString():z&&o.checkError.getConstructorName(z)),n(this,"object",z)}a.addMethod("throw",j),a.addMethod("throws",j),a.addMethod("Throw",j);function U(x,M){M&&n(this,"message",M);var k=n(this,"object"),F=n(this,"itself"),G=typeof k=="function"&&!F?k.prototype[x]:k[x];this.assert(typeof G=="function","expected #{this} to respond to "+o.inspect(x),"expected #{this} to not respond to "+o.inspect(x))}a.addMethod("respondTo",U),a.addMethod("respondsTo",U),a.addProperty("itself",function(){n(this,"itself",!0)});function H(x,M){M&&n(this,"message",M);var k=n(this,"object"),F=x(k);this.assert(F,"expected #{this} to satisfy "+o.objDisplay(x),"expected #{this} to not satisfy"+o.objDisplay(x),!n(this,"negate"),F)}a.addMethod("satisfy",H),a.addMethod("satisfies",H);function V(x,M,k){k&&n(this,"message",k);var F=n(this,"object"),G=n(this,"message"),$=n(this,"ssfi");if(new a(F,G,$,!0).is.a("number"),typeof x!="number"||typeof M!="number"){G=G?G+": ":"";var D=M===void 0?", and a delta is required":"";throw new u(G+"the arguments to closeTo or approximately must be numbers"+D,void 0,$)}this.assert(Math.abs(F-x)<=M,"expected #{this} to be close to "+x+" +/- "+M,"expected #{this} not to be close to "+x+" +/- "+M)}a.addMethod("closeTo",V),a.addMethod("approximately",V);function re(x,M,k,F,G){if(!F){if(x.length!==M.length)return!1;M=M.slice()}return x.every(function($,D){if(G)return k?k($,M[D]):$===M[D];if(!k){var z=M.indexOf($);return z===-1?!1:(F||M.splice(z,1),!0)}return M.some(function(Q,_){return k($,Q)?(F||M.splice(_,1),!0):!1})})}a.addMethod("members",function(x,M){M&&n(this,"message",M);var k=n(this,"object"),F=n(this,"message"),G=n(this,"ssfi");new a(k,F,G,!0).to.be.an("array"),new a(x,F,G,!0).to.be.an("array");var $=n(this,"contains"),D=n(this,"ordered"),z,Q,_;$?(z=D?"an ordered superset":"a superset",Q="expected #{this} to be "+z+" of #{exp}",_="expected #{this} to not be "+z+" of #{exp}"):(z=D?"ordered members":"members",Q="expected #{this} to have the same "+z+" as #{exp}",_="expected #{this} to not have the same "+z+" as #{exp}");var I=n(this,"deep")?n(this,"eql"):void 0;this.assert(re(x,k,I,$,D),Q,_,x,k,!0)});function J(x,M){M&&n(this,"message",M);var k=n(this,"object"),F=n(this,"message"),G=n(this,"ssfi"),$=n(this,"contains"),D=n(this,"deep"),z=n(this,"eql");new a(x,F,G,!0).to.be.an("array"),$?this.assert(x.some(function(Q){return k.indexOf(Q)>-1}),"expected #{this} to contain one of #{exp}","expected #{this} to not contain one of #{exp}",x,k):D?this.assert(x.some(function(Q){return z(k,Q)}),"expected #{this} to deeply equal one of #{exp}","expected #{this} to deeply equal one of #{exp}",x,k):this.assert(x.indexOf(k)>-1,"expected #{this} to be one of #{exp}","expected #{this} to not be one of #{exp}",x,k)}a.addMethod("oneOf",J);function ne(x,M,k){k&&n(this,"message",k);var F=n(this,"object"),G=n(this,"message"),$=n(this,"ssfi");new a(F,G,$,!0).is.a("function");var D;M?(new a(x,G,$,!0).to.have.property(M),D=x[M]):(new a(x,G,$,!0).is.a("function"),D=x()),F();var z=M==null?x():x[M],Q=M==null?D:"."+M;n(this,"deltaMsgObj",Q),n(this,"initialDeltaValue",D),n(this,"finalDeltaValue",z),n(this,"deltaBehavior","change"),n(this,"realDelta",z!==D),this.assert(D!==z,"expected "+Q+" to change","expected "+Q+" to not change")}a.addMethod("change",ne),a.addMethod("changes",ne);function ae(x,M,k){k&&n(this,"message",k);var F=n(this,"object"),G=n(this,"message"),$=n(this,"ssfi");new a(F,G,$,!0).is.a("function");var D;M?(new a(x,G,$,!0).to.have.property(M),D=x[M]):(new a(x,G,$,!0).is.a("function"),D=x()),new a(D,G,$,!0).is.a("number"),F();var z=M==null?x():x[M],Q=M==null?D:"."+M;n(this,"deltaMsgObj",Q),n(this,"initialDeltaValue",D),n(this,"finalDeltaValue",z),n(this,"deltaBehavior","increase"),n(this,"realDelta",z-D),this.assert(z-D>0,"expected "+Q+" to increase","expected "+Q+" to not increase")}a.addMethod("increase",ae),a.addMethod("increases",ae);function se(x,M,k){k&&n(this,"message",k);var F=n(this,"object"),G=n(this,"message"),$=n(this,"ssfi");new a(F,G,$,!0).is.a("function");var D;M?(new a(x,G,$,!0).to.have.property(M),D=x[M]):(new a(x,G,$,!0).is.a("function"),D=x()),new a(D,G,$,!0).is.a("number"),F();var z=M==null?x():x[M],Q=M==null?D:"."+M;n(this,"deltaMsgObj",Q),n(this,"initialDeltaValue",D),n(this,"finalDeltaValue",z),n(this,"deltaBehavior","decrease"),n(this,"realDelta",D-z),this.assert(z-D<0,"expected "+Q+" to decrease","expected "+Q+" to not decrease")}a.addMethod("decrease",se),a.addMethod("decreases",se);function ue(x,M){M&&n(this,"message",M);var k=n(this,"deltaMsgObj"),F=n(this,"initialDeltaValue"),G=n(this,"finalDeltaValue"),$=n(this,"deltaBehavior"),D=n(this,"realDelta"),z;$==="change"?z=Math.abs(G-F)===Math.abs(x):z=D===Math.abs(x),this.assert(z,"expected "+k+" to "+$+" by "+x,"expected "+k+" to not "+$+" by "+x)}a.addMethod("by",ue),a.addProperty("extensible",function(){var x=n(this,"object"),M=x===Object(x)&&Object.isExtensible(x);this.assert(M,"expected #{this} to be extensible","expected #{this} to not be extensible")}),a.addProperty("sealed",function(){var x=n(this,"object"),M=x===Object(x)?Object.isSealed(x):!0;this.assert(M,"expected #{this} to be sealed","expected #{this} to not be sealed")}),a.addProperty("frozen",function(){var x=n(this,"object"),M=x===Object(x)?Object.isFrozen(x):!0;this.assert(M,"expected #{this} to be frozen","expected #{this} to not be frozen")}),a.addProperty("finite",function(x){var M=n(this,"object");this.assert(typeof M=="number"&&isFinite(M),"expected #{this} to be a finite number","expected #{this} to not be a finite number")})}}}),rm=R({"../../node_modules/chai/lib/chai/interface/expect.js"(e,t){t.exports=function(r,o){r.expect=function(a,u){return new r.Assertion(a,u)},r.expect.fail=function(a,u,n,i){throw arguments.length<2&&(n=a,a=void 0),n=n||"expect.fail()",new r.AssertionError(n,{actual:a,expected:u,operator:i},r.expect.fail)}}}}),nm=R({"../../node_modules/chai/lib/chai/interface/should.js"(e,t){t.exports=function(r,o){var a=r.Assertion;function u(){function n(){return this instanceof String||this instanceof Number||this instanceof Boolean||typeof Symbol=="function"&&this instanceof Symbol||typeof BigInt=="function"&&this instanceof BigInt?new a(this.valueOf(),null,n):new a(this,null,n)}function i(s){Object.defineProperty(this,"should",{value:s,enumerable:!0,configurable:!0,writable:!0})}Object.defineProperty(Object.prototype,"should",{set:i,get:n,configurable:!0});var l={};return l.fail=function(s,f,d,c){throw arguments.length<2&&(d=s,s=void 0),d=d||"should.fail()",new r.AssertionError(d,{actual:s,expected:f,operator:c},l.fail)},l.equal=function(s,f,d){new a(s,d).to.equal(f)},l.Throw=function(s,f,d,c){new a(s,c).to.Throw(f,d)},l.exist=function(s,f){new a(s,f).to.exist},l.not={},l.not.equal=function(s,f,d){new a(s,d).to.not.equal(f)},l.not.Throw=function(s,f,d,c){new a(s,c).to.not.Throw(f,d)},l.not.exist=function(s,f){new a(s,f).to.not.exist},l.throw=l.Throw,l.not.throw=l.not.Throw,l}r.should=u,r.Should=u}}}),om=R({"../../node_modules/chai/lib/chai/interface/assert.js"(e,t){t.exports=function(r,o){var a=r.Assertion,u=o.flag,n=r.assert=function(i,l){var s=new a(null,null,r.assert,!0);s.assert(i,l,"[ negation message unavailable ]")};n.fail=function(i,l,s,f){throw arguments.length<2&&(s=i,i=void 0),s=s||"assert.fail()",new r.AssertionError(s,{actual:i,expected:l,operator:f},n.fail)},n.isOk=function(i,l){new a(i,l,n.isOk,!0).is.ok},n.isNotOk=function(i,l){new a(i,l,n.isNotOk,!0).is.not.ok},n.equal=function(i,l,s){var f=new a(i,s,n.equal,!0);f.assert(l==u(f,"object"),"expected #{this} to equal #{exp}","expected #{this} to not equal #{act}",l,i,!0)},n.notEqual=function(i,l,s){var f=new a(i,s,n.notEqual,!0);f.assert(l!=u(f,"object"),"expected #{this} to not equal #{exp}","expected #{this} to equal #{act}",l,i,!0)},n.strictEqual=function(i,l,s){new a(i,s,n.strictEqual,!0).to.equal(l)},n.notStrictEqual=function(i,l,s){new a(i,s,n.notStrictEqual,!0).to.not.equal(l)},n.deepEqual=n.deepStrictEqual=function(i,l,s){new a(i,s,n.deepEqual,!0).to.eql(l)},n.notDeepEqual=function(i,l,s){new a(i,s,n.notDeepEqual,!0).to.not.eql(l)},n.isAbove=function(i,l,s){new a(i,s,n.isAbove,!0).to.be.above(l)},n.isAtLeast=function(i,l,s){new a(i,s,n.isAtLeast,!0).to.be.least(l)},n.isBelow=function(i,l,s){new a(i,s,n.isBelow,!0).to.be.below(l)},n.isAtMost=function(i,l,s){new a(i,s,n.isAtMost,!0).to.be.most(l)},n.isTrue=function(i,l){new a(i,l,n.isTrue,!0).is.true},n.isNotTrue=function(i,l){new a(i,l,n.isNotTrue,!0).to.not.equal(!0)},n.isFalse=function(i,l){new a(i,l,n.isFalse,!0).is.false},n.isNotFalse=function(i,l){new a(i,l,n.isNotFalse,!0).to.not.equal(!1)},n.isNull=function(i,l){new a(i,l,n.isNull,!0).to.equal(null)},n.isNotNull=function(i,l){new a(i,l,n.isNotNull,!0).to.not.equal(null)},n.isNaN=function(i,l){new a(i,l,n.isNaN,!0).to.be.NaN},n.isNotNaN=function(i,l){new a(i,l,n.isNotNaN,!0).not.to.be.NaN},n.exists=function(i,l){new a(i,l,n.exists,!0).to.exist},n.notExists=function(i,l){new a(i,l,n.notExists,!0).to.not.exist},n.isUndefined=function(i,l){new a(i,l,n.isUndefined,!0).to.equal(void 0)},n.isDefined=function(i,l){new a(i,l,n.isDefined,!0).to.not.equal(void 0)},n.isFunction=function(i,l){new a(i,l,n.isFunction,!0).to.be.a("function")},n.isNotFunction=function(i,l){new a(i,l,n.isNotFunction,!0).to.not.be.a("function")},n.isObject=function(i,l){new a(i,l,n.isObject,!0).to.be.a("object")},n.isNotObject=function(i,l){new a(i,l,n.isNotObject,!0).to.not.be.a("object")},n.isArray=function(i,l){new a(i,l,n.isArray,!0).to.be.an("array")},n.isNotArray=function(i,l){new a(i,l,n.isNotArray,!0).to.not.be.an("array")},n.isString=function(i,l){new a(i,l,n.isString,!0).to.be.a("string")},n.isNotString=function(i,l){new a(i,l,n.isNotString,!0).to.not.be.a("string")},n.isNumber=function(i,l){new a(i,l,n.isNumber,!0).to.be.a("number")},n.isNotNumber=function(i,l){new a(i,l,n.isNotNumber,!0).to.not.be.a("number")},n.isFinite=function(i,l){new a(i,l,n.isFinite,!0).to.be.finite},n.isBoolean=function(i,l){new a(i,l,n.isBoolean,!0).to.be.a("boolean")},n.isNotBoolean=function(i,l){new a(i,l,n.isNotBoolean,!0).to.not.be.a("boolean")},n.typeOf=function(i,l,s){new a(i,s,n.typeOf,!0).to.be.a(l)},n.notTypeOf=function(i,l,s){new a(i,s,n.notTypeOf,!0).to.not.be.a(l)},n.instanceOf=function(i,l,s){new a(i,s,n.instanceOf,!0).to.be.instanceOf(l)},n.notInstanceOf=function(i,l,s){new a(i,s,n.notInstanceOf,!0).to.not.be.instanceOf(l)},n.include=function(i,l,s){new a(i,s,n.include,!0).include(l)},n.notInclude=function(i,l,s){new a(i,s,n.notInclude,!0).not.include(l)},n.deepInclude=function(i,l,s){new a(i,s,n.deepInclude,!0).deep.include(l)},n.notDeepInclude=function(i,l,s){new a(i,s,n.notDeepInclude,!0).not.deep.include(l)},n.nestedInclude=function(i,l,s){new a(i,s,n.nestedInclude,!0).nested.include(l)},n.notNestedInclude=function(i,l,s){new a(i,s,n.notNestedInclude,!0).not.nested.include(l)},n.deepNestedInclude=function(i,l,s){new a(i,s,n.deepNestedInclude,!0).deep.nested.include(l)},n.notDeepNestedInclude=function(i,l,s){new a(i,s,n.notDeepNestedInclude,!0).not.deep.nested.include(l)},n.ownInclude=function(i,l,s){new a(i,s,n.ownInclude,!0).own.include(l)},n.notOwnInclude=function(i,l,s){new a(i,s,n.notOwnInclude,!0).not.own.include(l)},n.deepOwnInclude=function(i,l,s){new a(i,s,n.deepOwnInclude,!0).deep.own.include(l)},n.notDeepOwnInclude=function(i,l,s){new a(i,s,n.notDeepOwnInclude,!0).not.deep.own.include(l)},n.match=function(i,l,s){new a(i,s,n.match,!0).to.match(l)},n.notMatch=function(i,l,s){new a(i,s,n.notMatch,!0).to.not.match(l)},n.property=function(i,l,s){new a(i,s,n.property,!0).to.have.property(l)},n.notProperty=function(i,l,s){new a(i,s,n.notProperty,!0).to.not.have.property(l)},n.propertyVal=function(i,l,s,f){new a(i,f,n.propertyVal,!0).to.have.property(l,s)},n.notPropertyVal=function(i,l,s,f){new a(i,f,n.notPropertyVal,!0).to.not.have.property(l,s)},n.deepPropertyVal=function(i,l,s,f){new a(i,f,n.deepPropertyVal,!0).to.have.deep.property(l,s)},n.notDeepPropertyVal=function(i,l,s,f){new a(i,f,n.notDeepPropertyVal,!0).to.not.have.deep.property(l,s)},n.ownProperty=function(i,l,s){new a(i,s,n.ownProperty,!0).to.have.own.property(l)},n.notOwnProperty=function(i,l,s){new a(i,s,n.notOwnProperty,!0).to.not.have.own.property(l)},n.ownPropertyVal=function(i,l,s,f){new a(i,f,n.ownPropertyVal,!0).to.have.own.property(l,s)},n.notOwnPropertyVal=function(i,l,s,f){new a(i,f,n.notOwnPropertyVal,!0).to.not.have.own.property(l,s)},n.deepOwnPropertyVal=function(i,l,s,f){new a(i,f,n.deepOwnPropertyVal,!0).to.have.deep.own.property(l,s)},n.notDeepOwnPropertyVal=function(i,l,s,f){new a(i,f,n.notDeepOwnPropertyVal,!0).to.not.have.deep.own.property(l,s)},n.nestedProperty=function(i,l,s){new a(i,s,n.nestedProperty,!0).to.have.nested.property(l)},n.notNestedProperty=function(i,l,s){new a(i,s,n.notNestedProperty,!0).to.not.have.nested.property(l)},n.nestedPropertyVal=function(i,l,s,f){new a(i,f,n.nestedPropertyVal,!0).to.have.nested.property(l,s)},n.notNestedPropertyVal=function(i,l,s,f){new a(i,f,n.notNestedPropertyVal,!0).to.not.have.nested.property(l,s)},n.deepNestedPropertyVal=function(i,l,s,f){new a(i,f,n.deepNestedPropertyVal,!0).to.have.deep.nested.property(l,s)},n.notDeepNestedPropertyVal=function(i,l,s,f){new a(i,f,n.notDeepNestedPropertyVal,!0).to.not.have.deep.nested.property(l,s)},n.lengthOf=function(i,l,s){new a(i,s,n.lengthOf,!0).to.have.lengthOf(l)},n.hasAnyKeys=function(i,l,s){new a(i,s,n.hasAnyKeys,!0).to.have.any.keys(l)},n.hasAllKeys=function(i,l,s){new a(i,s,n.hasAllKeys,!0).to.have.all.keys(l)},n.containsAllKeys=function(i,l,s){new a(i,s,n.containsAllKeys,!0).to.contain.all.keys(l)},n.doesNotHaveAnyKeys=function(i,l,s){new a(i,s,n.doesNotHaveAnyKeys,!0).to.not.have.any.keys(l)},n.doesNotHaveAllKeys=function(i,l,s){new a(i,s,n.doesNotHaveAllKeys,!0).to.not.have.all.keys(l)},n.hasAnyDeepKeys=function(i,l,s){new a(i,s,n.hasAnyDeepKeys,!0).to.have.any.deep.keys(l)},n.hasAllDeepKeys=function(i,l,s){new a(i,s,n.hasAllDeepKeys,!0).to.have.all.deep.keys(l)},n.containsAllDeepKeys=function(i,l,s){new a(i,s,n.containsAllDeepKeys,!0).to.contain.all.deep.keys(l)},n.doesNotHaveAnyDeepKeys=function(i,l,s){new a(i,s,n.doesNotHaveAnyDeepKeys,!0).to.not.have.any.deep.keys(l)},n.doesNotHaveAllDeepKeys=function(i,l,s){new a(i,s,n.doesNotHaveAllDeepKeys,!0).to.not.have.all.deep.keys(l)},n.throws=function(i,l,s,f){(typeof l=="string"||l instanceof RegExp)&&(s=l,l=null);var d=new a(i,f,n.throws,!0).to.throw(l,s);return u(d,"object")},n.doesNotThrow=function(i,l,s,f){(typeof l=="string"||l instanceof RegExp)&&(s=l,l=null),new a(i,f,n.doesNotThrow,!0).to.not.throw(l,s)},n.operator=function(i,l,s,f){var d;switch(l){case"==":d=i==s;break;case"===":d=i===s;break;case">":d=i>s;break;case">=":d=i>=s;break;case"<":d=i<s;break;case"<=":d=i<=s;break;case"!=":d=i!=s;break;case"!==":d=i!==s;break;default:throw f=f&&f+": ",new r.AssertionError(f+'Invalid operator "'+l+'"',void 0,n.operator)}var c=new a(d,f,n.operator,!0);c.assert(u(c,"object")===!0,"expected "+o.inspect(i)+" to be "+l+" "+o.inspect(s),"expected "+o.inspect(i)+" to not be "+l+" "+o.inspect(s))},n.closeTo=function(i,l,s,f){new a(i,f,n.closeTo,!0).to.be.closeTo(l,s)},n.approximately=function(i,l,s,f){new a(i,f,n.approximately,!0).to.be.approximately(l,s)},n.sameMembers=function(i,l,s){new a(i,s,n.sameMembers,!0).to.have.same.members(l)},n.notSameMembers=function(i,l,s){new a(i,s,n.notSameMembers,!0).to.not.have.same.members(l)},n.sameDeepMembers=function(i,l,s){new a(i,s,n.sameDeepMembers,!0).to.have.same.deep.members(l)},n.notSameDeepMembers=function(i,l,s){new a(i,s,n.notSameDeepMembers,!0).to.not.have.same.deep.members(l)},n.sameOrderedMembers=function(i,l,s){new a(i,s,n.sameOrderedMembers,!0).to.have.same.ordered.members(l)},n.notSameOrderedMembers=function(i,l,s){new a(i,s,n.notSameOrderedMembers,!0).to.not.have.same.ordered.members(l)},n.sameDeepOrderedMembers=function(i,l,s){new a(i,s,n.sameDeepOrderedMembers,!0).to.have.same.deep.ordered.members(l)},n.notSameDeepOrderedMembers=function(i,l,s){new a(i,s,n.notSameDeepOrderedMembers,!0).to.not.have.same.deep.ordered.members(l)},n.includeMembers=function(i,l,s){new a(i,s,n.includeMembers,!0).to.include.members(l)},n.notIncludeMembers=function(i,l,s){new a(i,s,n.notIncludeMembers,!0).to.not.include.members(l)},n.includeDeepMembers=function(i,l,s){new a(i,s,n.includeDeepMembers,!0).to.include.deep.members(l)},n.notIncludeDeepMembers=function(i,l,s){new a(i,s,n.notIncludeDeepMembers,!0).to.not.include.deep.members(l)},n.includeOrderedMembers=function(i,l,s){new a(i,s,n.includeOrderedMembers,!0).to.include.ordered.members(l)},n.notIncludeOrderedMembers=function(i,l,s){new a(i,s,n.notIncludeOrderedMembers,!0).to.not.include.ordered.members(l)},n.includeDeepOrderedMembers=function(i,l,s){new a(i,s,n.includeDeepOrderedMembers,!0).to.include.deep.ordered.members(l)},n.notIncludeDeepOrderedMembers=function(i,l,s){new a(i,s,n.notIncludeDeepOrderedMembers,!0).to.not.include.deep.ordered.members(l)},n.oneOf=function(i,l,s){new a(i,s,n.oneOf,!0).to.be.oneOf(l)},n.changes=function(i,l,s,f){arguments.length===3&&typeof l=="function"&&(f=s,s=null),new a(i,f,n.changes,!0).to.change(l,s)},n.changesBy=function(i,l,s,f,d){if(arguments.length===4&&typeof l=="function"){var c=f;f=s,d=c}else arguments.length===3&&(f=s,s=null);new a(i,d,n.changesBy,!0).to.change(l,s).by(f)},n.doesNotChange=function(i,l,s,f){return arguments.length===3&&typeof l=="function"&&(f=s,s=null),new a(i,f,n.doesNotChange,!0).to.not.change(l,s)},n.changesButNotBy=function(i,l,s,f,d){if(arguments.length===4&&typeof l=="function"){var c=f;f=s,d=c}else arguments.length===3&&(f=s,s=null);new a(i,d,n.changesButNotBy,!0).to.change(l,s).but.not.by(f)},n.increases=function(i,l,s,f){return arguments.length===3&&typeof l=="function"&&(f=s,s=null),new a(i,f,n.increases,!0).to.increase(l,s)},n.increasesBy=function(i,l,s,f,d){if(arguments.length===4&&typeof l=="function"){var c=f;f=s,d=c}else arguments.length===3&&(f=s,s=null);new a(i,d,n.increasesBy,!0).to.increase(l,s).by(f)},n.doesNotIncrease=function(i,l,s,f){return arguments.length===3&&typeof l=="function"&&(f=s,s=null),new a(i,f,n.doesNotIncrease,!0).to.not.increase(l,s)},n.increasesButNotBy=function(i,l,s,f,d){if(arguments.length===4&&typeof l=="function"){var c=f;f=s,d=c}else arguments.length===3&&(f=s,s=null);new a(i,d,n.increasesButNotBy,!0).to.increase(l,s).but.not.by(f)},n.decreases=function(i,l,s,f){return arguments.length===3&&typeof l=="function"&&(f=s,s=null),new a(i,f,n.decreases,!0).to.decrease(l,s)},n.decreasesBy=function(i,l,s,f,d){if(arguments.length===4&&typeof l=="function"){var c=f;f=s,d=c}else arguments.length===3&&(f=s,s=null);new a(i,d,n.decreasesBy,!0).to.decrease(l,s).by(f)},n.doesNotDecrease=function(i,l,s,f){return arguments.length===3&&typeof l=="function"&&(f=s,s=null),new a(i,f,n.doesNotDecrease,!0).to.not.decrease(l,s)},n.doesNotDecreaseBy=function(i,l,s,f,d){if(arguments.length===4&&typeof l=="function"){var c=f;f=s,d=c}else arguments.length===3&&(f=s,s=null);return new a(i,d,n.doesNotDecreaseBy,!0).to.not.decrease(l,s).by(f)},n.decreasesButNotBy=function(i,l,s,f,d){if(arguments.length===4&&typeof l=="function"){var c=f;f=s,d=c}else arguments.length===3&&(f=s,s=null);new a(i,d,n.decreasesButNotBy,!0).to.decrease(l,s).but.not.by(f)},n.ifError=function(i){if(i)throw i},n.isExtensible=function(i,l){new a(i,l,n.isExtensible,!0).to.be.extensible},n.isNotExtensible=function(i,l){new a(i,l,n.isNotExtensible,!0).to.not.be.extensible},n.isSealed=function(i,l){new a(i,l,n.isSealed,!0).to.be.sealed},n.isNotSealed=function(i,l){new a(i,l,n.isNotSealed,!0).to.not.be.sealed},n.isFrozen=function(i,l){new a(i,l,n.isFrozen,!0).to.be.frozen},n.isNotFrozen=function(i,l){new a(i,l,n.isNotFrozen,!0).to.not.be.frozen},n.isEmpty=function(i,l){new a(i,l,n.isEmpty,!0).to.be.empty},n.isNotEmpty=function(i,l){new a(i,l,n.isNotEmpty,!0).to.not.be.empty},function i(l,s){return n[s]=n[l],i}("isOk","ok")("isNotOk","notOk")("throws","throw")("throws","Throw")("isExtensible","extensible")("isNotExtensible","notExtensible")("isSealed","sealed")("isNotSealed","notSealed")("isFrozen","frozen")("isNotFrozen","notFrozen")("isEmpty","empty")("isNotEmpty","notEmpty")}}}),Yt=R({"../../node_modules/chai/lib/chai.js"(e){var t=[];e.version="4.3.8",e.AssertionError=as();var r=Zp();e.use=function(s){return~t.indexOf(s)||(s(e,r),t.push(s)),e},e.util=r;var o=Cr();e.config=o;var a=em();e.use(a);var u=tm();e.use(u);var n=rm();e.use(n);var i=nm();e.use(i);var l=om();e.use(l)}}),am=R({"../../node_modules/chai/index.js"(e,t){t.exports=Yt()}}),im=R({"../../node_modules/pretty-format/node_modules/ansi-styles/index.js"(e,t){var r=(u=0)=>n=>`\x1B[${38+u};5;${n}m`,o=(u=0)=>(n,i,l)=>`\x1B[${38+u};2;${n};${i};${l}m`;function a(){let u=new Map,n={modifier:{reset:[0,0],bold:[1,22],dim:[2,22],italic:[3,23],underline:[4,24],overline:[53,55],inverse:[7,27],hidden:[8,28],strikethrough:[9,29]},color:{black:[30,39],red:[31,39],green:[32,39],yellow:[33,39],blue:[34,39],magenta:[35,39],cyan:[36,39],white:[37,39],blackBright:[90,39],redBright:[91,39],greenBright:[92,39],yellowBright:[93,39],blueBright:[94,39],magentaBright:[95,39],cyanBright:[96,39],whiteBright:[97,39]},bgColor:{bgBlack:[40,49],bgRed:[41,49],bgGreen:[42,49],bgYellow:[43,49],bgBlue:[44,49],bgMagenta:[45,49],bgCyan:[46,49],bgWhite:[47,49],bgBlackBright:[100,49],bgRedBright:[101,49],bgGreenBright:[102,49],bgYellowBright:[103,49],bgBlueBright:[104,49],bgMagentaBright:[105,49],bgCyanBright:[106,49],bgWhiteBright:[107,49]}};n.color.gray=n.color.blackBright,n.bgColor.bgGray=n.bgColor.bgBlackBright,n.color.grey=n.color.blackBright,n.bgColor.bgGrey=n.bgColor.bgBlackBright;for(let[i,l]of Object.entries(n)){for(let[s,f]of Object.entries(l))n[s]={open:`\x1B[${f[0]}m`,close:`\x1B[${f[1]}m`},l[s]=n[s],u.set(f[0],f[1]);Object.defineProperty(n,i,{value:l,enumerable:!1})}return Object.defineProperty(n,"codes",{value:u,enumerable:!1}),n.color.close="\x1B[39m",n.bgColor.close="\x1B[49m",n.color.ansi256=r(),n.color.ansi16m=o(),n.bgColor.ansi256=r(10),n.bgColor.ansi16m=o(10),Object.defineProperties(n,{rgbToAnsi256:{value:(i,l,s)=>i===l&&l===s?i<8?16:i>248?231:Math.round((i-8)/247*24)+232:16+36*Math.round(i/255*5)+6*Math.round(l/255*5)+Math.round(s/255*5),enumerable:!1},hexToRgb:{value:i=>{let l=/(?<colorString>[a-f\d]{6}|[a-f\d]{3})/i.exec(i.toString(16));if(!l)return[0,0,0];let{colorString:s}=l.groups;s.length===3&&(s=s.split("").map(d=>d+d).join(""));let f=Number.parseInt(s,16);return[f>>16&255,f>>8&255,f&255]},enumerable:!1},hexToAnsi256:{value:i=>n.rgbToAnsi256(...n.hexToRgb(i)),enumerable:!1}}),n}Object.defineProperty(t,"exports",{enumerable:!0,get:a})}}),kn=R({"../../node_modules/pretty-format/build/collections.js"(e){Object.defineProperty(e,"__esModule",{value:!0}),e.printIteratorEntries=r,e.printIteratorValues=o,e.printListItems=a,e.printObjectProperties=u;var t=(n,i)=>{let l=Object.keys(n),s=i!==null?l.sort(i):l;return Object.getOwnPropertySymbols&&Object.getOwnPropertySymbols(n).forEach(f=>{Object.getOwnPropertyDescriptor(n,f).enumerable&&s.push(f)}),s};function r(n,i,l,s,f,d,c=": "){let p="",m=0,h=n.next();if(!h.done){p+=i.spacingOuter;let b=l+i.indent;for(;!h.done;){if(p+=b,m++===i.maxWidth){p+="…";break}let y=d(h.value[0],i,b,s,f),v=d(h.value[1],i,b,s,f);p+=y+c+v,h=n.next(),h.done?i.min||(p+=","):p+=`,${i.spacingInner}`}p+=i.spacingOuter+l}return p}function o(n,i,l,s,f,d){let c="",p=0,m=n.next();if(!m.done){c+=i.spacingOuter;let h=l+i.indent;for(;!m.done;){if(c+=h,p++===i.maxWidth){c+="…";break}c+=d(m.value,i,h,s,f),m=n.next(),m.done?i.min||(c+=","):c+=`,${i.spacingInner}`}c+=i.spacingOuter+l}return c}function a(n,i,l,s,f,d){let c="";if(n.length){c+=i.spacingOuter;let p=l+i.indent;for(let m=0;m<n.length;m++){if(c+=p,m===i.maxWidth){c+="…";break}m in n&&(c+=d(n[m],i,p,s,f)),m<n.length-1?c+=`,${i.spacingInner}`:i.min||(c+=",")}c+=i.spacingOuter+l}return c}function u(n,i,l,s,f,d){let c="",p=t(n,i.compareKeys);if(p.length){c+=i.spacingOuter;let m=l+i.indent;for(let h=0;h<p.length;h++){let b=p[h],y=d(b,i,m,s,f),v=d(n[b],i,m,s,f);c+=`${m+y}: ${v}`,h<p.length-1?c+=`,${i.spacingInner}`:i.min||(c+=",")}c+=i.spacingOuter+l}return c}}}),lm=R({"../../node_modules/pretty-format/build/plugins/AsymmetricMatcher.js"(e){Object.defineProperty(e,"__esModule",{value:!0}),e.test=e.serialize=e.default=void 0;var t=kn(),r=globalThis["jest-symbol-do-not-touch"]||globalThis.Symbol,o=typeof r=="function"&&r.for?r.for("jest.asymmetricMatcher"):1267621,a=" ",u=(s,f,d,c,p,m)=>{let h=s.toString();if(h==="ArrayContaining"||h==="ArrayNotContaining")return++c>f.maxDepth?`[${h}]`:`${h+a}[${(0,t.printListItems)(s.sample,f,d,c,p,m)}]`;if(h==="ObjectContaining"||h==="ObjectNotContaining")return++c>f.maxDepth?`[${h}]`:`${h+a}{${(0,t.printObjectProperties)(s.sample,f,d,c,p,m)}}`;if(h==="StringMatching"||h==="StringNotMatching"||h==="StringContaining"||h==="StringNotContaining")return h+a+m(s.sample,f,d,c,p);if(typeof s.toAsymmetricMatcher!="function")throw new Error(`Asymmetric matcher ${s.constructor.name} does not implement toAsymmetricMatcher()`);return s.toAsymmetricMatcher()};e.serialize=u;var n=s=>s&&s.$$typeof===o;e.test=n;var i={serialize:u,test:n},l=i;e.default=l}}),sm=R({"../../node_modules/pretty-format/build/plugins/DOMCollection.js"(e){Object.defineProperty(e,"__esModule",{value:!0}),e.test=e.serialize=e.default=void 0;var t=kn(),r=" ",o=["DOMStringMap","NamedNodeMap"],a=/^(HTML\w*Collection|NodeList)$/,u=d=>o.indexOf(d)!==-1||a.test(d),n=d=>d&&d.constructor&&!!d.constructor.name&&u(d.constructor.name);e.test=n;var i=d=>d.constructor.name==="NamedNodeMap",l=(d,c,p,m,h,b)=>{let y=d.constructor.name;return++m>c.maxDepth?`[${y}]`:(c.min?"":y+r)+(o.indexOf(y)!==-1?`{${(0,t.printObjectProperties)(i(d)?Array.from(d).reduce((v,S)=>(v[S.name]=S.value,v),{}):{...d},c,p,m,h,b)}}`:`[${(0,t.printListItems)(Array.from(d),c,p,m,h,b)}]`)};e.serialize=l;var s={serialize:l,test:n},f=s;e.default=f}}),um=R({"../../node_modules/pretty-format/build/plugins/lib/escapeHTML.js"(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=t;function t(r){return r.replace(/</g,"&lt;").replace(/>/g,"&gt;")}}}),ya=R({"../../node_modules/pretty-format/build/plugins/lib/markup.js"(e){Object.defineProperty(e,"__esModule",{value:!0}),e.printText=e.printProps=e.printElementAsLeaf=e.printElement=e.printComment=e.printChildren=void 0;var t=r(um());function r(s){return s&&s.__esModule?s:{default:s}}var o=(s,f,d,c,p,m,h)=>{let b=c+d.indent,y=d.colors;return s.map(v=>{let S=f[v],E=h(S,d,b,p,m);return typeof S!="string"&&(E.indexOf(`
30
- `)!==-1&&(E=d.spacingOuter+b+E+d.spacingOuter+c),E=`{${E}}`),`${d.spacingInner+c+y.prop.open+v+y.prop.close}=${y.value.open}${E}${y.value.close}`}).join("")};e.printProps=o;var a=(s,f,d,c,p,m)=>s.map(h=>f.spacingOuter+d+(typeof h=="string"?u(h,f):m(h,f,d,c,p))).join("");e.printChildren=a;var u=(s,f)=>{let d=f.colors.content;return d.open+(0,t.default)(s)+d.close};e.printText=u;var n=(s,f)=>{let d=f.colors.comment;return`${d.open}<!--${(0,t.default)(s)}-->${d.close}`};e.printComment=n;var i=(s,f,d,c,p)=>{let m=c.colors.tag;return`${m.open}<${s}${f&&m.close+f+c.spacingOuter+p+m.open}${d?`>${m.close}${d}${c.spacingOuter}${p}${m.open}</${s}`:`${f&&!c.min?"":" "}/`}>${m.close}`};e.printElement=i;var l=(s,f)=>{let d=f.colors.tag;return`${d.open}<${s}${d.close} …${d.open} />${d.close}`};e.printElementAsLeaf=l}}),cm=R({"../../node_modules/pretty-format/build/plugins/DOMElement.js"(e){Object.defineProperty(e,"__esModule",{value:!0}),e.test=e.serialize=e.default=void 0;var t=ya(),r=1,o=3,a=8,u=11,n=/^((HTML|SVG)\w*)?Element$/,i=b=>{try{return typeof b.hasAttribute=="function"&&b.hasAttribute("is")}catch{return!1}},l=b=>{let y=b.constructor.name,{nodeType:v,tagName:S}=b,E=typeof S=="string"&&S.includes("-")||i(b);return v===r&&(n.test(y)||E)||v===o&&y==="Text"||v===a&&y==="Comment"||v===u&&y==="DocumentFragment"},s=b=>b?.constructor?.name&&l(b);e.test=s;function f(b){return b.nodeType===o}function d(b){return b.nodeType===a}function c(b){return b.nodeType===u}var p=(b,y,v,S,E,C)=>{if(f(b))return(0,t.printText)(b.data,y);if(d(b))return(0,t.printComment)(b.data,y);let T=c(b)?"DocumentFragment":b.tagName.toLowerCase();return++S>y.maxDepth?(0,t.printElementAsLeaf)(T,y):(0,t.printElement)(T,(0,t.printProps)(c(b)?[]:Array.from(b.attributes,O=>O.name).sort(),c(b)?{}:Array.from(b.attributes).reduce((O,g)=>(O[g.name]=g.value,O),{}),y,v+y.indent,S,E,C),(0,t.printChildren)(Array.prototype.slice.call(b.childNodes||b.children),y,v+y.indent,S,E,C),y,v)};e.serialize=p;var m={serialize:p,test:s},h=m;e.default=h}}),dm=R({"../../node_modules/pretty-format/build/plugins/Immutable.js"(e){Object.defineProperty(e,"__esModule",{value:!0}),e.test=e.serialize=e.default=void 0;var t=kn(),r="@@__IMMUTABLE_ITERABLE__@@",o="@@__IMMUTABLE_LIST__@@",a="@@__IMMUTABLE_KEYED__@@",u="@@__IMMUTABLE_MAP__@@",n="@@__IMMUTABLE_ORDERED__@@",i="@@__IMMUTABLE_RECORD__@@",l="@@__IMMUTABLE_SEQ__@@",s="@@__IMMUTABLE_SET__@@",f="@@__IMMUTABLE_STACK__@@",d=g=>`Immutable.${g}`,c=g=>`[${g}]`,p=" ",m="…",h=(g,P,q,j,U,H,V)=>++j>P.maxDepth?c(d(V)):`${d(V)+p}{${(0,t.printIteratorEntries)(g.entries(),P,q,j,U,H)}}`;function b(g){let P=0;return{next(){if(P<g._keys.length){let q=g._keys[P++];return{done:!1,value:[q,g.get(q)]}}return{done:!0,value:void 0}}}}var y=(g,P,q,j,U,H)=>{let V=d(g._name||"Record");return++j>P.maxDepth?c(V):`${V+p}{${(0,t.printIteratorEntries)(b(g),P,q,j,U,H)}}`},v=(g,P,q,j,U,H)=>{let V=d("Seq");return++j>P.maxDepth?c(V):g[a]?`${V+p}{${g._iter||g._object?(0,t.printIteratorEntries)(g.entries(),P,q,j,U,H):m}}`:`${V+p}[${g._iter||g._array||g._collection||g._iterable?(0,t.printIteratorValues)(g.values(),P,q,j,U,H):m}]`},S=(g,P,q,j,U,H,V)=>++j>P.maxDepth?c(d(V)):`${d(V)+p}[${(0,t.printIteratorValues)(g.values(),P,q,j,U,H)}]`,E=(g,P,q,j,U,H)=>g[u]?h(g,P,q,j,U,H,g[n]?"OrderedMap":"Map"):g[o]?S(g,P,q,j,U,H,"List"):g[s]?S(g,P,q,j,U,H,g[n]?"OrderedSet":"Set"):g[f]?S(g,P,q,j,U,H,"Stack"):g[l]?v(g,P,q,j,U,H):y(g,P,q,j,U,H);e.serialize=E;var C=g=>g&&(g[r]===!0||g[i]===!0);e.test=C;var T={serialize:E,test:C},O=T;e.default=O}}),fm=R({"../../node_modules/pretty-format/node_modules/react-is/cjs/react-is.development.js"(e){(function(){var t=Symbol.for("react.element"),r=Symbol.for("react.portal"),o=Symbol.for("react.fragment"),a=Symbol.for("react.strict_mode"),u=Symbol.for("react.profiler"),n=Symbol.for("react.provider"),i=Symbol.for("react.context"),l=Symbol.for("react.server_context"),s=Symbol.for("react.forward_ref"),f=Symbol.for("react.suspense"),d=Symbol.for("react.suspense_list"),c=Symbol.for("react.memo"),p=Symbol.for("react.lazy"),m=Symbol.for("react.offscreen"),h=!1,b=!1,y=!1,v=!1,S=!1,E;E=Symbol.for("react.module.reference");function C(L){return!!(typeof L=="string"||typeof L=="function"||L===o||L===u||S||L===a||L===f||L===d||v||L===m||h||b||y||typeof L=="object"&&L!==null&&(L.$$typeof===p||L.$$typeof===c||L.$$typeof===n||L.$$typeof===i||L.$$typeof===s||L.$$typeof===E||L.getModuleId!==void 0))}function T(L){if(typeof L=="object"&&L!==null){var oe=L.$$typeof;switch(oe){case t:var ie=L.type;switch(ie){case o:case u:case a:case f:case d:return ie;default:var fe=ie&&ie.$$typeof;switch(fe){case l:case i:case s:case p:case c:case n:return fe;default:return oe}}case r:return oe}}}var O=i,g=n,P=t,q=s,j=o,U=p,H=c,V=r,re=u,J=a,ne=f,ae=d,se=!1,ue=!1;function x(L){return se||(se=!0,console.warn("The ReactIs.isAsyncMode() alias has been deprecated, and will be removed in React 18+.")),!1}function M(L){return ue||(ue=!0,console.warn("The ReactIs.isConcurrentMode() alias has been deprecated, and will be removed in React 18+.")),!1}function k(L){return T(L)===i}function F(L){return T(L)===n}function G(L){return typeof L=="object"&&L!==null&&L.$$typeof===t}function $(L){return T(L)===s}function D(L){return T(L)===o}function z(L){return T(L)===p}function Q(L){return T(L)===c}function _(L){return T(L)===r}function I(L){return T(L)===u}function B(L){return T(L)===a}function K(L){return T(L)===f}function W(L){return T(L)===d}e.ContextConsumer=O,e.ContextProvider=g,e.Element=P,e.ForwardRef=q,e.Fragment=j,e.Lazy=U,e.Memo=H,e.Portal=V,e.Profiler=re,e.StrictMode=J,e.Suspense=ne,e.SuspenseList=ae,e.isAsyncMode=x,e.isConcurrentMode=M,e.isContextConsumer=k,e.isContextProvider=F,e.isElement=G,e.isForwardRef=$,e.isFragment=D,e.isLazy=z,e.isMemo=Q,e.isPortal=_,e.isProfiler=I,e.isStrictMode=B,e.isSuspense=K,e.isSuspenseList=W,e.isValidElementType=C,e.typeOf=T})()}}),pm=R({"../../node_modules/pretty-format/node_modules/react-is/index.js"(e,t){t.exports=fm()}}),mm=R({"../../node_modules/pretty-format/build/plugins/ReactElement.js"(e){Object.defineProperty(e,"__esModule",{value:!0}),e.test=e.serialize=e.default=void 0;var t=a(pm()),r=ya();function o(c){if(typeof WeakMap!="function")return null;var p=new WeakMap,m=new WeakMap;return(o=function(h){return h?m:p})(c)}function a(c,p){if(!p&&c&&c.__esModule)return c;if(c===null||typeof c!="object"&&typeof c!="function")return{default:c};var m=o(p);if(m&&m.has(c))return m.get(c);var h={},b=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var y in c)if(y!=="default"&&Object.prototype.hasOwnProperty.call(c,y)){var v=b?Object.getOwnPropertyDescriptor(c,y):null;v&&(v.get||v.set)?Object.defineProperty(h,y,v):h[y]=c[y]}return h.default=c,m&&m.set(c,h),h}var u=(c,p=[])=>(Array.isArray(c)?c.forEach(m=>{u(m,p)}):c!=null&&c!==!1&&p.push(c),p),n=c=>{let p=c.type;if(typeof p=="string")return p;if(typeof p=="function")return p.displayName||p.name||"Unknown";if(t.isFragment(c))return"React.Fragment";if(t.isSuspense(c))return"React.Suspense";if(typeof p=="object"&&p!==null){if(t.isContextProvider(c))return"Context.Provider";if(t.isContextConsumer(c))return"Context.Consumer";if(t.isForwardRef(c)){if(p.displayName)return p.displayName;let m=p.render.displayName||p.render.name||"";return m!==""?`ForwardRef(${m})`:"ForwardRef"}if(t.isMemo(c)){let m=p.displayName||p.type.displayName||p.type.name||"";return m!==""?`Memo(${m})`:"Memo"}}return"UNDEFINED"},i=c=>{let{props:p}=c;return Object.keys(p).filter(m=>m!=="children"&&p[m]!==void 0).sort()},l=(c,p,m,h,b,y)=>++h>p.maxDepth?(0,r.printElementAsLeaf)(n(c),p):(0,r.printElement)(n(c),(0,r.printProps)(i(c),c.props,p,m+p.indent,h,b,y),(0,r.printChildren)(u(c.props.children),p,m+p.indent,h,b,y),p,m);e.serialize=l;var s=c=>c!=null&&t.isElement(c);e.test=s;var f={serialize:l,test:s},d=f;e.default=d}}),hm=R({"../../node_modules/pretty-format/build/plugins/ReactTestComponent.js"(e){Object.defineProperty(e,"__esModule",{value:!0}),e.test=e.serialize=e.default=void 0;var t=ya(),r=globalThis["jest-symbol-do-not-touch"]||globalThis.Symbol,o=typeof r=="function"&&r.for?r.for("react.test.json"):245830487,a=s=>{let{props:f}=s;return f?Object.keys(f).filter(d=>f[d]!==void 0).sort():[]},u=(s,f,d,c,p,m)=>++c>f.maxDepth?(0,t.printElementAsLeaf)(s.type,f):(0,t.printElement)(s.type,s.props?(0,t.printProps)(a(s),s.props,f,d+f.indent,c,p,m):"",s.children?(0,t.printChildren)(s.children,f,d+f.indent,c,p,m):"",f,d);e.serialize=u;var n=s=>s&&s.$$typeof===o;e.test=n;var i={serialize:u,test:n},l=i;e.default=l}}),Dn=R({"../../node_modules/pretty-format/build/index.js"(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=e.DEFAULT_OPTIONS=void 0,e.format=D,e.plugins=void 0;var t=s(im()),r=kn(),o=s(lm()),a=s(sm()),u=s(cm()),n=s(dm()),i=s(mm()),l=s(hm());function s(_){return _&&_.__esModule?_:{default:_}}var f=Object.prototype.toString,d=Date.prototype.toISOString,c=Error.prototype.toString,p=RegExp.prototype.toString,m=_=>typeof _.constructor=="function"&&_.constructor.name||"Object",h=_=>typeof window<"u"&&_===window,b=/^Symbol\((.*)\)(.*)$/,y=/\n/gi,v=class extends Error{constructor(_,I){super(_),this.stack=I,this.name=this.constructor.name}};function S(_){return _==="[object Array]"||_==="[object ArrayBuffer]"||_==="[object DataView]"||_==="[object Float32Array]"||_==="[object Float64Array]"||_==="[object Int8Array]"||_==="[object Int16Array]"||_==="[object Int32Array]"||_==="[object Uint8Array]"||_==="[object Uint8ClampedArray]"||_==="[object Uint16Array]"||_==="[object Uint32Array]"}function E(_){return Object.is(_,-0)?"-0":String(_)}function C(_){return`${_}n`}function T(_,I){return I?`[Function ${_.name||"anonymous"}]`:"[Function]"}function O(_){return String(_).replace(b,"Symbol($1)")}function g(_){return`[${c.call(_)}]`}function P(_,I,B,K){if(_===!0||_===!1)return`${_}`;if(_===void 0)return"undefined";if(_===null)return"null";let W=typeof _;if(W==="number")return E(_);if(W==="bigint")return C(_);if(W==="string")return K?`"${_.replace(/"|\\/g,"\\$&")}"`:`"${_}"`;if(W==="function")return T(_,I);if(W==="symbol")return O(_);let L=f.call(_);return L==="[object WeakMap]"?"WeakMap {}":L==="[object WeakSet]"?"WeakSet {}":L==="[object Function]"||L==="[object GeneratorFunction]"?T(_,I):L==="[object Symbol]"?O(_):L==="[object Date]"?isNaN(+_)?"Date { NaN }":d.call(_):L==="[object Error]"?g(_):L==="[object RegExp]"?B?p.call(_).replace(/[\\^$*+?.()|[\]{}]/g,"\\$&"):p.call(_):_ instanceof Error?g(_):null}function q(_,I,B,K,W,L){if(W.indexOf(_)!==-1)return"[Circular]";W=W.slice(),W.push(_);let oe=++K>I.maxDepth,ie=I.min;if(I.callToJSON&&!oe&&_.toJSON&&typeof _.toJSON=="function"&&!L)return V(_.toJSON(),I,B,K,W,!0);let fe=f.call(_);return fe==="[object Arguments]"?oe?"[Arguments]":`${ie?"":"Arguments "}[${(0,r.printListItems)(_,I,B,K,W,V)}]`:S(fe)?oe?`[${_.constructor.name}]`:`${ie||!I.printBasicPrototype&&_.constructor.name==="Array"?"":`${_.constructor.name} `}[${(0,r.printListItems)(_,I,B,K,W,V)}]`:fe==="[object Map]"?oe?"[Map]":`Map {${(0,r.printIteratorEntries)(_.entries(),I,B,K,W,V," => ")}}`:fe==="[object Set]"?oe?"[Set]":`Set {${(0,r.printIteratorValues)(_.values(),I,B,K,W,V)}}`:oe||h(_)?`[${m(_)}]`:`${ie||!I.printBasicPrototype&&m(_)==="Object"?"":`${m(_)} `}{${(0,r.printObjectProperties)(_,I,B,K,W,V)}}`}function j(_){return _.serialize!=null}function U(_,I,B,K,W,L){let oe;try{oe=j(_)?_.serialize(I,B,K,W,L,V):_.print(I,ie=>V(ie,B,K,W,L),ie=>{let fe=K+B.indent;return fe+ie.replace(y,`
31
- ${fe}`)},{edgeSpacing:B.spacingOuter,min:B.min,spacing:B.spacingInner},B.colors)}catch(ie){throw new v(ie.message,ie.stack)}if(typeof oe!="string")throw new Error(`pretty-format: Plugin must return type "string" but instead returned "${typeof oe}".`);return oe}function H(_,I){for(let B=0;B<_.length;B++)try{if(_[B].test(I))return _[B]}catch(K){throw new v(K.message,K.stack)}return null}function V(_,I,B,K,W,L){let oe=H(I.plugins,_);if(oe!==null)return U(oe,_,I,B,K,W);let ie=P(_,I.printFunctionName,I.escapeRegex,I.escapeString);return ie!==null?ie:q(_,I,B,K,W,L)}var re={comment:"gray",content:"reset",prop:"yellow",tag:"cyan",value:"green"},J=Object.keys(re),ne=_=>_,ae=ne({callToJSON:!0,compareKeys:void 0,escapeRegex:!1,escapeString:!0,highlight:!1,indent:2,maxDepth:1/0,maxWidth:1/0,min:!1,plugins:[],printBasicPrototype:!0,printFunctionName:!0,theme:re});e.DEFAULT_OPTIONS=ae;function se(_){if(Object.keys(_).forEach(I=>{if(!Object.prototype.hasOwnProperty.call(ae,I))throw new Error(`pretty-format: Unknown option "${I}".`)}),_.min&&_.indent!==void 0&&_.indent!==0)throw new Error('pretty-format: Options "min" and "indent" cannot be used together.');if(_.theme!==void 0){if(_.theme===null)throw new Error('pretty-format: Option "theme" must not be null.');if(typeof _.theme!="object")throw new Error(`pretty-format: Option "theme" must be of type "object" but instead received "${typeof _.theme}".`)}}var ue=_=>J.reduce((I,B)=>{let K=_.theme&&_.theme[B]!==void 0?_.theme[B]:re[B],W=K&&t.default[K];if(W&&typeof W.close=="string"&&typeof W.open=="string")I[B]=W;else throw new Error(`pretty-format: Option "theme" has a key "${B}" whose value "${K}" is undefined in ansi-styles.`);return I},Object.create(null)),x=()=>J.reduce((_,I)=>(_[I]={close:"",open:""},_),Object.create(null)),M=_=>_?.printFunctionName??ae.printFunctionName,k=_=>_?.escapeRegex??ae.escapeRegex,F=_=>_?.escapeString??ae.escapeString,G=_=>({callToJSON:_?.callToJSON??ae.callToJSON,colors:_?.highlight?ue(_):x(),compareKeys:typeof _?.compareKeys=="function"||_?.compareKeys===null?_.compareKeys:ae.compareKeys,escapeRegex:k(_),escapeString:F(_),indent:_?.min?"":$(_?.indent??ae.indent),maxDepth:_?.maxDepth??ae.maxDepth,maxWidth:_?.maxWidth??ae.maxWidth,min:_?.min??ae.min,plugins:_?.plugins??ae.plugins,printBasicPrototype:_?.printBasicPrototype??!0,printFunctionName:M(_),spacingInner:_?.min?" ":`
32
- `,spacingOuter:_?.min?"":`
33
- `});function $(_){return new Array(_+1).join(" ")}function D(_,I){if(I&&(se(I),I.plugins)){let K=H(I.plugins,_);if(K!==null)return U(K,_,G(I),"",0,[])}let B=P(_,M(I),k(I),F(I));return B!==null?B:q(_,G(I),"",0,[])}var z={AsymmetricMatcher:o.default,DOMCollection:a.default,DOMElement:u.default,Immutable:n.default,ReactElement:i.default,ReactTestComponent:l.default};e.plugins=z;var Q=D;e.default=Q}}),us=R({"../../node_modules/diff-sequences/build/index.js"(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=p;var t="diff-sequences",r=0,o=(m,h,b,y,v)=>{let S=0;for(;m<h&&b<y&&v(m,b);)m+=1,b+=1,S+=1;return S},a=(m,h,b,y,v)=>{let S=0;for(;m<=h&&b<=y&&v(h,y);)h-=1,y-=1,S+=1;return S},u=(m,h,b,y,v,S,E)=>{let C=0,T=-m,O=S[C],g=O;S[C]+=o(O+1,h,y+O-T+1,b,v);let P=m<E?m:E;for(C+=1,T+=2;C<=P;C+=1,T+=2){if(C!==m&&g<S[C])O=S[C];else if(O=g+1,h<=O)return C-1;g=S[C],S[C]=O+o(O+1,h,y+O-T+1,b,v)}return E},n=(m,h,b,y,v,S,E)=>{let C=0,T=m,O=S[C],g=O;S[C]-=a(h,O-1,b,y+O-T-1,v);let P=m<E?m:E;for(C+=1,T-=2;C<=P;C+=1,T-=2){if(C!==m&&S[C]<g)O=S[C];else if(O=g-1,O<h)return C-1;g=S[C],S[C]=O-a(h,O-1,b,y+O-T-1,v)}return E},i=(m,h,b,y,v,S,E,C,T,O,g)=>{let P=y-h,q=b-h,j=v-y-q,U=-j-(m-1),H=-j+(m-1),V=r,re=m<C?m:C;for(let J=0,ne=-m;J<=re;J+=1,ne+=2){let ae=J===0||J!==m&&V<E[J],se=ae?E[J]:V,ue=ae?se:se+1,x=P+ue-ne,M=o(ue+1,b,x+1,v,S),k=ue+M;if(V=E[J],E[J]=k,U<=ne&&ne<=H){let F=(m-1-(ne+j))/2;if(F<=O&&T[F]-1<=k){let G=P+se-(ae?ne+1:ne-1),$=a(h,se,y,G,S),D=se-$,z=G-$,Q=D+1,_=z+1;g.nChangePreceding=m-1,m-1===Q+_-h-y?(g.aEndPreceding=h,g.bEndPreceding=y):(g.aEndPreceding=Q,g.bEndPreceding=_),g.nCommonPreceding=$,$!==0&&(g.aCommonPreceding=Q,g.bCommonPreceding=_),g.nCommonFollowing=M,M!==0&&(g.aCommonFollowing=ue+1,g.bCommonFollowing=x+1);let I=k+1,B=x+M+1;return g.nChangeFollowing=m-1,m-1===b+v-I-B?(g.aStartFollowing=b,g.bStartFollowing=v):(g.aStartFollowing=I,g.bStartFollowing=B),!0}}}return!1},l=(m,h,b,y,v,S,E,C,T,O,g)=>{let P=v-b,q=b-h,j=v-y-q,U=j-m,H=j+m,V=r,re=m<O?m:O;for(let J=0,ne=m;J<=re;J+=1,ne-=2){let ae=J===0||J!==m&&T[J]<V,se=ae?T[J]:V,ue=ae?se:se-1,x=P+ue-ne,M=a(h,ue-1,y,x-1,S),k=ue-M;if(V=T[J],T[J]=k,U<=ne&&ne<=H){let F=(m+(ne-j))/2;if(F<=C&&k-1<=E[F]){let G=x-M;if(g.nChangePreceding=m,m===k+G-h-y?(g.aEndPreceding=h,g.bEndPreceding=y):(g.aEndPreceding=k,g.bEndPreceding=G),g.nCommonPreceding=M,M!==0&&(g.aCommonPreceding=k,g.bCommonPreceding=G),g.nChangeFollowing=m-1,m===1)g.nCommonFollowing=0,g.aStartFollowing=b,g.bStartFollowing=v;else{let $=P+se-(ae?ne-1:ne+1),D=o(se,b,$,v,S);g.nCommonFollowing=D,D!==0&&(g.aCommonFollowing=se,g.bCommonFollowing=$);let z=se+D,Q=$+D;m-1===b+v-z-Q?(g.aStartFollowing=b,g.bStartFollowing=v):(g.aStartFollowing=z,g.bStartFollowing=Q)}return!0}}}return!1},s=(m,h,b,y,v,S,E,C,T)=>{let O=y-h,g=v-b,P=b-h,q=v-y,j=q-P,U=P,H=P;if(E[0]=h-1,C[0]=b,j%2===0){let V=(m||j)/2,re=(P+q)/2;for(let J=1;J<=re;J+=1)if(U=u(J,b,v,O,S,E,U),J<V)H=n(J,h,y,g,S,C,H);else if(l(J,h,b,y,v,S,E,U,C,H,T))return}else{let V=((m||j)+1)/2,re=(P+q+1)/2,J=1;for(U=u(J,b,v,O,S,E,U),J+=1;J<=re;J+=1)if(H=n(J-1,h,y,g,S,C,H),J<V)U=u(J,b,v,O,S,E,U);else if(i(J,h,b,y,v,S,E,U,C,H,T))return}throw new Error(`${t}: no overlap aStart=${h} aEnd=${b} bStart=${y} bEnd=${v}`)},f=(m,h,b,y,v,S,E,C,T,O)=>{if(v-y<b-h){if(S=!S,S&&E.length===1){let{foundSubsequence:F,isCommon:G}=E[0];E[1]={foundSubsequence:($,D,z)=>{F($,z,D)},isCommon:($,D)=>G(D,$)}}let M=h,k=b;h=y,b=v,y=M,v=k}let{foundSubsequence:g,isCommon:P}=E[S?1:0];s(m,h,b,y,v,P,C,T,O);let{nChangePreceding:q,aEndPreceding:j,bEndPreceding:U,nCommonPreceding:H,aCommonPreceding:V,bCommonPreceding:re,nCommonFollowing:J,aCommonFollowing:ne,bCommonFollowing:ae,nChangeFollowing:se,aStartFollowing:ue,bStartFollowing:x}=O;h<j&&y<U&&f(q,h,j,y,U,S,E,C,T,O),H!==0&&g(H,V,re),J!==0&&g(J,ne,ae),ue<b&&x<v&&f(se,ue,b,x,v,S,E,C,T,O)},d=(m,h)=>{if(typeof h!="number")throw new TypeError(`${t}: ${m} typeof ${typeof h} is not a number`);if(!Number.isSafeInteger(h))throw new RangeError(`${t}: ${m} value ${h} is not a safe integer`);if(h<0)throw new RangeError(`${t}: ${m} value ${h} is a negative integer`)},c=(m,h)=>{let b=typeof h;if(b!=="function")throw new TypeError(`${t}: ${m} typeof ${b} is not a function`)};function p(m,h,b,y){d("aLength",m),d("bLength",h),c("isCommon",b),c("foundSubsequence",y);let v=o(0,m,0,h,b);if(v!==0&&y(v,0,0),m!==v||h!==v){let S=v,E=v,C=a(S,m-1,E,h-1,b),T=m-C,O=h-C,g=v+C;m!==g&&h!==g&&f(0,S,T,E,O,!1,[{foundSubsequence:y,isCommon:b}],[r],[r],{aCommonFollowing:r,aCommonPreceding:r,aEndPreceding:r,aStartFollowing:r,bCommonFollowing:r,bCommonPreceding:r,bEndPreceding:r,bStartFollowing:r,nChangeFollowing:r,nChangePreceding:r,nCommonFollowing:r,nCommonPreceding:r}),C!==0&&y(C,T,O)}}}}),ym=R({"../../node_modules/min-indent/index.js"(e,t){t.exports=r=>{let o=r.match(/^[ \t]*(?=\S)/gm);return o?o.reduce((a,u)=>Math.min(a,u.length),1/0):0}}}),bm=R({"../../node_modules/strip-indent/index.js"(e,t){var r=ym();t.exports=o=>{let a=r(o);if(a===0)return o;let u=new RegExp(`^[ \\t]{${a}}`,"gm");return o.replace(u,"")}}}),gm=R({"../../node_modules/indent-string/index.js"(e,t){t.exports=(r,o=1,a)=>{if(a={indent:" ",includeEmptyLines:!1,...a},typeof r!="string")throw new TypeError(`Expected \`input\` to be a \`string\`, got \`${typeof r}\``);if(typeof o!="number")throw new TypeError(`Expected \`count\` to be a \`number\`, got \`${typeof o}\``);if(typeof a.indent!="string")throw new TypeError(`Expected \`options.indent\` to be a \`string\`, got \`${typeof a.indent}\``);if(o===0)return r;let u=a.includeEmptyLines?/^/gm:/^(?!\s*$)/gm;return r.replace(u,a.indent.repeat(o))}}}),cs=R({"../../node_modules/redent/index.js"(e,t){var r=bm(),o=gm();t.exports=(a,u=0,n)=>o(r(a),u,n)}}),vm=R({"../../node_modules/lodash/_listCacheClear.js"(e,t){function r(){this.__data__=[],this.size=0}t.exports=r}}),ds=R({"../../node_modules/lodash/eq.js"(e,t){function r(o,a){return o===a||o!==o&&a!==a}t.exports=r}}),Ln=R({"../../node_modules/lodash/_assocIndexOf.js"(e,t){var r=ds();function o(a,u){for(var n=a.length;n--;)if(r(a[n][0],u))return n;return-1}t.exports=o}}),_m=R({"../../node_modules/lodash/_listCacheDelete.js"(e,t){var r=Ln(),o=Array.prototype,a=o.splice;function u(n){var i=this.__data__,l=r(i,n);if(l<0)return!1;var s=i.length-1;return l==s?i.pop():a.call(i,l,1),--this.size,!0}t.exports=u}}),Em=R({"../../node_modules/lodash/_listCacheGet.js"(e,t){var r=Ln();function o(a){var u=this.__data__,n=r(u,a);return n<0?void 0:u[n][1]}t.exports=o}}),wm=R({"../../node_modules/lodash/_listCacheHas.js"(e,t){var r=Ln();function o(a){return r(this.__data__,a)>-1}t.exports=o}}),Sm=R({"../../node_modules/lodash/_listCacheSet.js"(e,t){var r=Ln();function o(a,u){var n=this.__data__,i=r(n,a);return i<0?(++this.size,n.push([a,u])):n[i][1]=u,this}t.exports=o}}),Fn=R({"../../node_modules/lodash/_ListCache.js"(e,t){var r=vm(),o=_m(),a=Em(),u=wm(),n=Sm();function i(l){var s=-1,f=l==null?0:l.length;for(this.clear();++s<f;){var d=l[s];this.set(d[0],d[1])}}i.prototype.clear=r,i.prototype.delete=o,i.prototype.get=a,i.prototype.has=u,i.prototype.set=n,t.exports=i}}),Cm=R({"../../node_modules/lodash/_stackClear.js"(e,t){var r=Fn();function o(){this.__data__=new r,this.size=0}t.exports=o}}),Pm=R({"../../node_modules/lodash/_stackDelete.js"(e,t){function r(o){var a=this.__data__,u=a.delete(o);return this.size=a.size,u}t.exports=r}}),Om=R({"../../node_modules/lodash/_stackGet.js"(e,t){function r(o){return this.__data__.get(o)}t.exports=r}}),Rm=R({"../../node_modules/lodash/_stackHas.js"(e,t){function r(o){return this.__data__.has(o)}t.exports=r}}),fs=R({"../../node_modules/lodash/_freeGlobal.js"(e,t){var r=typeof global=="object"&&global&&global.Object===Object&&global;t.exports=r}}),Pt=R({"../../node_modules/lodash/_root.js"(e,t){var r=fs(),o=typeof self=="object"&&self&&self.Object===Object&&self,a=r||o||Function("return this")();t.exports=a}}),ba=R({"../../node_modules/lodash/_Symbol.js"(e,t){var r=Pt(),o=r.Symbol;t.exports=o}}),Tm=R({"../../node_modules/lodash/_getRawTag.js"(e,t){var r=ba(),o=Object.prototype,a=o.hasOwnProperty,u=o.toString,n=r?r.toStringTag:void 0;function i(l){var s=a.call(l,n),f=l[n];try{l[n]=void 0;var d=!0}catch{}var c=u.call(l);return d&&(s?l[n]=f:delete l[n]),c}t.exports=i}}),Am=R({"../../node_modules/lodash/_objectToString.js"(e,t){var r=Object.prototype,o=r.toString;function a(u){return o.call(u)}t.exports=a}}),Un=R({"../../node_modules/lodash/_baseGetTag.js"(e,t){var r=ba(),o=Tm(),a=Am(),u="[object Null]",n="[object Undefined]",i=r?r.toStringTag:void 0;function l(s){return s==null?s===void 0?n:u:i&&i in Object(s)?o(s):a(s)}t.exports=l}}),ps=R({"../../node_modules/lodash/isObject.js"(e,t){function r(o){var a=typeof o;return o!=null&&(a=="object"||a=="function")}t.exports=r}}),ms=R({"../../node_modules/lodash/isFunction.js"(e,t){var r=Un(),o=ps(),a="[object AsyncFunction]",u="[object Function]",n="[object GeneratorFunction]",i="[object Proxy]";function l(s){if(!o(s))return!1;var f=r(s);return f==u||f==n||f==a||f==i}t.exports=l}}),xm=R({"../../node_modules/lodash/_coreJsData.js"(e,t){var r=Pt(),o=r["__core-js_shared__"];t.exports=o}}),qm=R({"../../node_modules/lodash/_isMasked.js"(e,t){var r=xm(),o=function(){var u=/[^.]+$/.exec(r&&r.keys&&r.keys.IE_PROTO||"");return u?"Symbol(src)_1."+u:""}();function a(u){return!!o&&o in u}t.exports=a}}),hs=R({"../../node_modules/lodash/_toSource.js"(e,t){var r=Function.prototype,o=r.toString;function a(u){if(u!=null){try{return o.call(u)}catch{}try{return u+""}catch{}}return""}t.exports=a}}),Mm=R({"../../node_modules/lodash/_baseIsNative.js"(e,t){var r=ms(),o=qm(),a=ps(),u=hs(),n=/[\\^$.*+?()[\]{}|]/g,i=/^\[object .+?Constructor\]$/,l=Function.prototype,s=Object.prototype,f=l.toString,d=s.hasOwnProperty,c=RegExp("^"+f.call(d).replace(n,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");function p(m){if(!a(m)||o(m))return!1;var h=r(m)?c:i;return h.test(u(m))}t.exports=p}}),jm=R({"../../node_modules/lodash/_getValue.js"(e,t){function r(o,a){return o?.[a]}t.exports=r}}),Pr=R({"../../node_modules/lodash/_getNative.js"(e,t){var r=Mm(),o=jm();function a(u,n){var i=o(u,n);return r(i)?i:void 0}t.exports=a}}),ga=R({"../../node_modules/lodash/_Map.js"(e,t){var r=Pr(),o=Pt(),a=r(o,"Map");t.exports=a}}),Hn=R({"../../node_modules/lodash/_nativeCreate.js"(e,t){var r=Pr(),o=r(Object,"create");t.exports=o}}),Im=R({"../../node_modules/lodash/_hashClear.js"(e,t){var r=Hn();function o(){this.__data__=r?r(null):{},this.size=0}t.exports=o}}),Nm=R({"../../node_modules/lodash/_hashDelete.js"(e,t){function r(o){var a=this.has(o)&&delete this.__data__[o];return this.size-=a?1:0,a}t.exports=r}}),$m=R({"../../node_modules/lodash/_hashGet.js"(e,t){var r=Hn(),o="__lodash_hash_undefined__",a=Object.prototype,u=a.hasOwnProperty;function n(i){var l=this.__data__;if(r){var s=l[i];return s===o?void 0:s}return u.call(l,i)?l[i]:void 0}t.exports=n}}),Bm=R({"../../node_modules/lodash/_hashHas.js"(e,t){var r=Hn(),o=Object.prototype,a=o.hasOwnProperty;function u(n){var i=this.__data__;return r?i[n]!==void 0:a.call(i,n)}t.exports=u}}),km=R({"../../node_modules/lodash/_hashSet.js"(e,t){var r=Hn(),o="__lodash_hash_undefined__";function a(u,n){var i=this.__data__;return this.size+=this.has(u)?0:1,i[u]=r&&n===void 0?o:n,this}t.exports=a}}),Dm=R({"../../node_modules/lodash/_Hash.js"(e,t){var r=Im(),o=Nm(),a=$m(),u=Bm(),n=km();function i(l){var s=-1,f=l==null?0:l.length;for(this.clear();++s<f;){var d=l[s];this.set(d[0],d[1])}}i.prototype.clear=r,i.prototype.delete=o,i.prototype.get=a,i.prototype.has=u,i.prototype.set=n,t.exports=i}}),Lm=R({"../../node_modules/lodash/_mapCacheClear.js"(e,t){var r=Dm(),o=Fn(),a=ga();function u(){this.size=0,this.__data__={hash:new r,map:new(a||o),string:new r}}t.exports=u}}),Fm=R({"../../node_modules/lodash/_isKeyable.js"(e,t){function r(o){var a=typeof o;return a=="string"||a=="number"||a=="symbol"||a=="boolean"?o!=="__proto__":o===null}t.exports=r}}),Vn=R({"../../node_modules/lodash/_getMapData.js"(e,t){var r=Fm();function o(a,u){var n=a.__data__;return r(u)?n[typeof u=="string"?"string":"hash"]:n.map}t.exports=o}}),Um=R({"../../node_modules/lodash/_mapCacheDelete.js"(e,t){var r=Vn();function o(a){var u=r(this,a).delete(a);return this.size-=u?1:0,u}t.exports=o}}),Hm=R({"../../node_modules/lodash/_mapCacheGet.js"(e,t){var r=Vn();function o(a){return r(this,a).get(a)}t.exports=o}}),Vm=R({"../../node_modules/lodash/_mapCacheHas.js"(e,t){var r=Vn();function o(a){return r(this,a).has(a)}t.exports=o}}),zm=R({"../../node_modules/lodash/_mapCacheSet.js"(e,t){var r=Vn();function o(a,u){var n=r(this,a),i=n.size;return n.set(a,u),this.size+=n.size==i?0:1,this}t.exports=o}}),ys=R({"../../node_modules/lodash/_MapCache.js"(e,t){var r=Lm(),o=Um(),a=Hm(),u=Vm(),n=zm();function i(l){var s=-1,f=l==null?0:l.length;for(this.clear();++s<f;){var d=l[s];this.set(d[0],d[1])}}i.prototype.clear=r,i.prototype.delete=o,i.prototype.get=a,i.prototype.has=u,i.prototype.set=n,t.exports=i}}),Wm=R({"../../node_modules/lodash/_stackSet.js"(e,t){var r=Fn(),o=ga(),a=ys(),u=200;function n(i,l){var s=this.__data__;if(s instanceof r){var f=s.__data__;if(!o||f.length<u-1)return f.push([i,l]),this.size=++s.size,this;s=this.__data__=new a(f)}return s.set(i,l),this.size=s.size,this}t.exports=n}}),Gm=R({"../../node_modules/lodash/_Stack.js"(e,t){var r=Fn(),o=Cm(),a=Pm(),u=Om(),n=Rm(),i=Wm();function l(s){var f=this.__data__=new r(s);this.size=f.size}l.prototype.clear=o,l.prototype.delete=a,l.prototype.get=u,l.prototype.has=n,l.prototype.set=i,t.exports=l}}),Km=R({"../../node_modules/lodash/_setCacheAdd.js"(e,t){var r="__lodash_hash_undefined__";function o(a){return this.__data__.set(a,r),this}t.exports=o}}),Ym=R({"../../node_modules/lodash/_setCacheHas.js"(e,t){function r(o){return this.__data__.has(o)}t.exports=r}}),bs=R({"../../node_modules/lodash/_SetCache.js"(e,t){var r=ys(),o=Km(),a=Ym();function u(n){var i=-1,l=n==null?0:n.length;for(this.__data__=new r;++i<l;)this.add(n[i])}u.prototype.add=u.prototype.push=o,u.prototype.has=a,t.exports=u}}),Jm=R({"../../node_modules/lodash/_arraySome.js"(e,t){function r(o,a){for(var u=-1,n=o==null?0:o.length;++u<n;)if(a(o[u],u,o))return!0;return!1}t.exports=r}}),gs=R({"../../node_modules/lodash/_cacheHas.js"(e,t){function r(o,a){return o.has(a)}t.exports=r}}),vs=R({"../../node_modules/lodash/_equalArrays.js"(e,t){var r=bs(),o=Jm(),a=gs(),u=1,n=2;function i(l,s,f,d,c,p){var m=f&u,h=l.length,b=s.length;if(h!=b&&!(m&&b>h))return!1;var y=p.get(l),v=p.get(s);if(y&&v)return y==s&&v==l;var S=-1,E=!0,C=f&n?new r:void 0;for(p.set(l,s),p.set(s,l);++S<h;){var T=l[S],O=s[S];if(d)var g=m?d(O,T,S,s,l,p):d(T,O,S,l,s,p);if(g!==void 0){if(g)continue;E=!1;break}if(C){if(!o(s,function(P,q){if(!a(C,q)&&(T===P||c(T,P,f,d,p)))return C.push(q)})){E=!1;break}}else if(!(T===O||c(T,O,f,d,p))){E=!1;break}}return p.delete(l),p.delete(s),E}t.exports=i}}),Xm=R({"../../node_modules/lodash/_Uint8Array.js"(e,t){var r=Pt(),o=r.Uint8Array;t.exports=o}}),Qm=R({"../../node_modules/lodash/_mapToArray.js"(e,t){function r(o){var a=-1,u=Array(o.size);return o.forEach(function(n,i){u[++a]=[i,n]}),u}t.exports=r}}),va=R({"../../node_modules/lodash/_setToArray.js"(e,t){function r(o){var a=-1,u=Array(o.size);return o.forEach(function(n){u[++a]=n}),u}t.exports=r}}),Zm=R({"../../node_modules/lodash/_equalByTag.js"(e,t){var r=ba(),o=Xm(),a=ds(),u=vs(),n=Qm(),i=va(),l=1,s=2,f="[object Boolean]",d="[object Date]",c="[object Error]",p="[object Map]",m="[object Number]",h="[object RegExp]",b="[object Set]",y="[object String]",v="[object Symbol]",S="[object ArrayBuffer]",E="[object DataView]",C=r?r.prototype:void 0,T=C?C.valueOf:void 0;function O(g,P,q,j,U,H,V){switch(q){case E:if(g.byteLength!=P.byteLength||g.byteOffset!=P.byteOffset)return!1;g=g.buffer,P=P.buffer;case S:return!(g.byteLength!=P.byteLength||!H(new o(g),new o(P)));case f:case d:case m:return a(+g,+P);case c:return g.name==P.name&&g.message==P.message;case h:case y:return g==P+"";case p:var re=n;case b:var J=j&l;if(re||(re=i),g.size!=P.size&&!J)return!1;var ne=V.get(g);if(ne)return ne==P;j|=s,V.set(g,P);var ae=u(re(g),re(P),j,U,H,V);return V.delete(g),ae;case v:if(T)return T.call(g)==T.call(P)}return!1}t.exports=O}}),eh=R({"../../node_modules/lodash/_arrayPush.js"(e,t){function r(o,a){for(var u=-1,n=a.length,i=o.length;++u<n;)o[i+u]=a[u];return o}t.exports=r}}),_a=R({"../../node_modules/lodash/isArray.js"(e,t){var r=Array.isArray;t.exports=r}}),th=R({"../../node_modules/lodash/_baseGetAllKeys.js"(e,t){var r=eh(),o=_a();function a(u,n,i){var l=n(u);return o(u)?l:r(l,i(u))}t.exports=a}}),rh=R({"../../node_modules/lodash/_arrayFilter.js"(e,t){function r(o,a){for(var u=-1,n=o==null?0:o.length,i=0,l=[];++u<n;){var s=o[u];a(s,u,o)&&(l[i++]=s)}return l}t.exports=r}}),nh=R({"../../node_modules/lodash/stubArray.js"(e,t){function r(){return[]}t.exports=r}}),oh=R({"../../node_modules/lodash/_getSymbols.js"(e,t){var r=rh(),o=nh(),a=Object.prototype,u=a.propertyIsEnumerable,n=Object.getOwnPropertySymbols,i=n?function(l){return l==null?[]:(l=Object(l),r(n(l),function(s){return u.call(l,s)}))}:o;t.exports=i}}),ah=R({"../../node_modules/lodash/_baseTimes.js"(e,t){function r(o,a){for(var u=-1,n=Array(o);++u<o;)n[u]=a(u);return n}t.exports=r}}),zn=R({"../../node_modules/lodash/isObjectLike.js"(e,t){function r(o){return o!=null&&typeof o=="object"}t.exports=r}}),ih=R({"../../node_modules/lodash/_baseIsArguments.js"(e,t){var r=Un(),o=zn(),a="[object Arguments]";function u(n){return o(n)&&r(n)==a}t.exports=u}}),lh=R({"../../node_modules/lodash/isArguments.js"(e,t){var r=ih(),o=zn(),a=Object.prototype,u=a.hasOwnProperty,n=a.propertyIsEnumerable,i=r(function(){return arguments}())?r:function(l){return o(l)&&u.call(l,"callee")&&!n.call(l,"callee")};t.exports=i}}),sh=R({"../../node_modules/lodash/stubFalse.js"(e,t){function r(){return!1}t.exports=r}}),_s=R({"../../node_modules/lodash/isBuffer.js"(e,t){var r=Pt(),o=sh(),a=typeof e=="object"&&e&&!e.nodeType&&e,u=a&&typeof t=="object"&&t&&!t.nodeType&&t,n=u&&u.exports===a,i=n?r.Buffer:void 0,l=i?i.isBuffer:void 0,s=l||o;t.exports=s}}),uh=R({"../../node_modules/lodash/_isIndex.js"(e,t){var r=9007199254740991,o=/^(?:0|[1-9]\d*)$/;function a(u,n){var i=typeof u;return n=n??r,!!n&&(i=="number"||i!="symbol"&&o.test(u))&&u>-1&&u%1==0&&u<n}t.exports=a}}),Es=R({"../../node_modules/lodash/isLength.js"(e,t){var r=9007199254740991;function o(a){return typeof a=="number"&&a>-1&&a%1==0&&a<=r}t.exports=o}}),ch=R({"../../node_modules/lodash/_baseIsTypedArray.js"(e,t){var r=Un(),o=Es(),a=zn(),u="[object Arguments]",n="[object Array]",i="[object Boolean]",l="[object Date]",s="[object Error]",f="[object Function]",d="[object Map]",c="[object Number]",p="[object Object]",m="[object RegExp]",h="[object Set]",b="[object String]",y="[object WeakMap]",v="[object ArrayBuffer]",S="[object DataView]",E="[object Float32Array]",C="[object Float64Array]",T="[object Int8Array]",O="[object Int16Array]",g="[object Int32Array]",P="[object Uint8Array]",q="[object Uint8ClampedArray]",j="[object Uint16Array]",U="[object Uint32Array]",H={};H[E]=H[C]=H[T]=H[O]=H[g]=H[P]=H[q]=H[j]=H[U]=!0,H[u]=H[n]=H[v]=H[i]=H[S]=H[l]=H[s]=H[f]=H[d]=H[c]=H[p]=H[m]=H[h]=H[b]=H[y]=!1;function V(re){return a(re)&&o(re.length)&&!!H[r(re)]}t.exports=V}}),dh=R({"../../node_modules/lodash/_baseUnary.js"(e,t){function r(o){return function(a){return o(a)}}t.exports=r}}),fh=R({"../../node_modules/lodash/_nodeUtil.js"(e,t){var r=fs(),o=typeof e=="object"&&e&&!e.nodeType&&e,a=o&&typeof t=="object"&&t&&!t.nodeType&&t,u=a&&a.exports===o,n=u&&r.process,i=function(){try{var l=a&&a.require&&a.require("util").types;return l||n&&n.binding&&n.binding("util")}catch{}}();t.exports=i}}),ws=R({"../../node_modules/lodash/isTypedArray.js"(e,t){var r=ch(),o=dh(),a=fh(),u=a&&a.isTypedArray,n=u?o(u):r;t.exports=n}}),ph=R({"../../node_modules/lodash/_arrayLikeKeys.js"(e,t){var r=ah(),o=lh(),a=_a(),u=_s(),n=uh(),i=ws(),l=Object.prototype,s=l.hasOwnProperty;function f(d,c){var p=a(d),m=!p&&o(d),h=!p&&!m&&u(d),b=!p&&!m&&!h&&i(d),y=p||m||h||b,v=y?r(d.length,String):[],S=v.length;for(var E in d)(c||s.call(d,E))&&!(y&&(E=="length"||h&&(E=="offset"||E=="parent")||b&&(E=="buffer"||E=="byteLength"||E=="byteOffset")||n(E,S)))&&v.push(E);return v}t.exports=f}}),mh=R({"../../node_modules/lodash/_isPrototype.js"(e,t){var r=Object.prototype;function o(a){var u=a&&a.constructor,n=typeof u=="function"&&u.prototype||r;return a===n}t.exports=o}}),hh=R({"../../node_modules/lodash/_overArg.js"(e,t){function r(o,a){return function(u){return o(a(u))}}t.exports=r}}),yh=R({"../../node_modules/lodash/_nativeKeys.js"(e,t){var r=hh(),o=r(Object.keys,Object);t.exports=o}}),bh=R({"../../node_modules/lodash/_baseKeys.js"(e,t){var r=mh(),o=yh(),a=Object.prototype,u=a.hasOwnProperty;function n(i){if(!r(i))return o(i);var l=[];for(var s in Object(i))u.call(i,s)&&s!="constructor"&&l.push(s);return l}t.exports=n}}),gh=R({"../../node_modules/lodash/isArrayLike.js"(e,t){var r=ms(),o=Es();function a(u){return u!=null&&o(u.length)&&!r(u)}t.exports=a}}),vh=R({"../../node_modules/lodash/keys.js"(e,t){var r=ph(),o=bh(),a=gh();function u(n){return a(n)?r(n):o(n)}t.exports=u}}),_h=R({"../../node_modules/lodash/_getAllKeys.js"(e,t){var r=th(),o=oh(),a=vh();function u(n){return r(n,a,o)}t.exports=u}}),Eh=R({"../../node_modules/lodash/_equalObjects.js"(e,t){var r=_h(),o=1,a=Object.prototype,u=a.hasOwnProperty;function n(i,l,s,f,d,c){var p=s&o,m=r(i),h=m.length,b=r(l),y=b.length;if(h!=y&&!p)return!1;for(var v=h;v--;){var S=m[v];if(!(p?S in l:u.call(l,S)))return!1}var E=c.get(i),C=c.get(l);if(E&&C)return E==l&&C==i;var T=!0;c.set(i,l),c.set(l,i);for(var O=p;++v<h;){S=m[v];var g=i[S],P=l[S];if(f)var q=p?f(P,g,S,l,i,c):f(g,P,S,i,l,c);if(!(q===void 0?g===P||d(g,P,s,f,c):q)){T=!1;break}O||(O=S=="constructor")}if(T&&!O){var j=i.constructor,U=l.constructor;j!=U&&"constructor"in i&&"constructor"in l&&!(typeof j=="function"&&j instanceof j&&typeof U=="function"&&U instanceof U)&&(T=!1)}return c.delete(i),c.delete(l),T}t.exports=n}}),wh=R({"../../node_modules/lodash/_DataView.js"(e,t){var r=Pr(),o=Pt(),a=r(o,"DataView");t.exports=a}}),Sh=R({"../../node_modules/lodash/_Promise.js"(e,t){var r=Pr(),o=Pt(),a=r(o,"Promise");t.exports=a}}),Ss=R({"../../node_modules/lodash/_Set.js"(e,t){var r=Pr(),o=Pt(),a=r(o,"Set");t.exports=a}}),Ch=R({"../../node_modules/lodash/_WeakMap.js"(e,t){var r=Pr(),o=Pt(),a=r(o,"WeakMap");t.exports=a}}),Ph=R({"../../node_modules/lodash/_getTag.js"(e,t){var r=wh(),o=ga(),a=Sh(),u=Ss(),n=Ch(),i=Un(),l=hs(),s="[object Map]",f="[object Object]",d="[object Promise]",c="[object Set]",p="[object WeakMap]",m="[object DataView]",h=l(r),b=l(o),y=l(a),v=l(u),S=l(n),E=i;(r&&E(new r(new ArrayBuffer(1)))!=m||o&&E(new o)!=s||a&&E(a.resolve())!=d||u&&E(new u)!=c||n&&E(new n)!=p)&&(E=function(C){var T=i(C),O=T==f?C.constructor:void 0,g=O?l(O):"";if(g)switch(g){case h:return m;case b:return s;case y:return d;case v:return c;case S:return p}return T}),t.exports=E}}),Oh=R({"../../node_modules/lodash/_baseIsEqualDeep.js"(e,t){var r=Gm(),o=vs(),a=Zm(),u=Eh(),n=Ph(),i=_a(),l=_s(),s=ws(),f=1,d="[object Arguments]",c="[object Array]",p="[object Object]",m=Object.prototype,h=m.hasOwnProperty;function b(y,v,S,E,C,T){var O=i(y),g=i(v),P=O?c:n(y),q=g?c:n(v);P=P==d?p:P,q=q==d?p:q;var j=P==p,U=q==p,H=P==q;if(H&&l(y)){if(!l(v))return!1;O=!0,j=!1}if(H&&!j)return T||(T=new r),O||s(y)?o(y,v,S,E,C,T):a(y,v,P,S,E,C,T);if(!(S&f)){var V=j&&h.call(y,"__wrapped__"),re=U&&h.call(v,"__wrapped__");if(V||re){var J=V?y.value():y,ne=re?v.value():v;return T||(T=new r),C(J,ne,S,E,T)}}return H?(T||(T=new r),u(y,v,S,E,C,T)):!1}t.exports=b}}),Cs=R({"../../node_modules/lodash/_baseIsEqual.js"(e,t){var r=Oh(),o=zn();function a(u,n,i,l,s){return u===n?!0:u==null||n==null||!o(u)&&!o(n)?u!==u&&n!==n:r(u,n,i,l,a,s)}t.exports=a}}),Ps=R({"../../node_modules/lodash/isEqual.js"(e,t){var r=Cs();function o(a,u){return r(a,u)}t.exports=o}}),Rh=R({"node_modules/aria-query/lib/util/iteratorProxy.js"(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;function t(){var o=this,a=0,u={"@@iterator":function(){return u},next:function(){if(a<o.length){var n=o[a];return a=a+1,{done:!1,value:n}}else return{done:!0}}};return u}var r=t;e.default=r}}),rn=R({"node_modules/aria-query/lib/util/iterationDecorator.js"(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=a;var t=r(Rh());function r(u){return u&&u.__esModule?u:{default:u}}function o(u){"@babel/helpers - typeof";return o=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(n){return typeof n}:function(n){return n&&typeof Symbol=="function"&&n.constructor===Symbol&&n!==Symbol.prototype?"symbol":typeof n},o(u)}function a(u,n){return typeof Symbol=="function"&&o(Symbol.iterator)==="symbol"&&Object.defineProperty(u,Symbol.iterator,{value:t.default.bind(n)}),u}}}),Th=R({"node_modules/aria-query/lib/ariaPropsMap.js"(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var t=r(rn());function r(p){return p&&p.__esModule?p:{default:p}}function o(p,m){return n(p)||u(p,m)||l(p,m)||a()}function a(){throw new TypeError(`Invalid attempt to destructure non-iterable instance.
34
- In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function u(p,m){var h=p==null?null:typeof Symbol<"u"&&p[Symbol.iterator]||p["@@iterator"];if(h!=null){var b=[],y=!0,v=!1,S,E;try{for(h=h.call(p);!(y=(S=h.next()).done)&&(b.push(S.value),!(m&&b.length===m));y=!0);}catch(C){v=!0,E=C}finally{try{!y&&h.return!=null&&h.return()}finally{if(v)throw E}}return b}}function n(p){if(Array.isArray(p))return p}function i(p,m){var h=typeof Symbol<"u"&&p[Symbol.iterator]||p["@@iterator"];if(!h){if(Array.isArray(p)||(h=l(p))||m&&p&&typeof p.length=="number"){h&&(p=h);var b=0,y=function(){};return{s:y,n:function(){return b>=p.length?{done:!0}:{done:!1,value:p[b++]}},e:function(C){throw C},f:y}}throw new TypeError(`Invalid attempt to iterate non-iterable instance.
35
- In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}var v=!0,S=!1,E;return{s:function(){h=h.call(p)},n:function(){var C=h.next();return v=C.done,C},e:function(C){S=!0,E=C},f:function(){try{!v&&h.return!=null&&h.return()}finally{if(S)throw E}}}}function l(p,m){if(p){if(typeof p=="string")return s(p,m);var h=Object.prototype.toString.call(p).slice(8,-1);if(h==="Object"&&p.constructor&&(h=p.constructor.name),h==="Map"||h==="Set")return Array.from(p);if(h==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(h))return s(p,m)}}function s(p,m){(m==null||m>p.length)&&(m=p.length);for(var h=0,b=new Array(m);h<m;h++)b[h]=p[h];return b}var f=[["aria-activedescendant",{type:"id"}],["aria-atomic",{type:"boolean"}],["aria-autocomplete",{type:"token",values:["inline","list","both","none"]}],["aria-busy",{type:"boolean"}],["aria-checked",{type:"tristate"}],["aria-colcount",{type:"integer"}],["aria-colindex",{type:"integer"}],["aria-colspan",{type:"integer"}],["aria-controls",{type:"idlist"}],["aria-current",{type:"token",values:["page","step","location","date","time",!0,!1]}],["aria-describedby",{type:"idlist"}],["aria-details",{type:"id"}],["aria-disabled",{type:"boolean"}],["aria-dropeffect",{type:"tokenlist",values:["copy","execute","link","move","none","popup"]}],["aria-errormessage",{type:"id"}],["aria-expanded",{type:"boolean",allowundefined:!0}],["aria-flowto",{type:"idlist"}],["aria-grabbed",{type:"boolean",allowundefined:!0}],["aria-haspopup",{type:"token",values:[!1,!0,"menu","listbox","tree","grid","dialog"]}],["aria-hidden",{type:"boolean",allowundefined:!0}],["aria-invalid",{type:"token",values:["grammar",!1,"spelling",!0]}],["aria-keyshortcuts",{type:"string"}],["aria-label",{type:"string"}],["aria-labelledby",{type:"idlist"}],["aria-level",{type:"integer"}],["aria-live",{type:"token",values:["assertive","off","polite"]}],["aria-modal",{type:"boolean"}],["aria-multiline",{type:"boolean"}],["aria-multiselectable",{type:"boolean"}],["aria-orientation",{type:"token",values:["vertical","undefined","horizontal"]}],["aria-owns",{type:"idlist"}],["aria-placeholder",{type:"string"}],["aria-posinset",{type:"integer"}],["aria-pressed",{type:"tristate"}],["aria-readonly",{type:"boolean"}],["aria-relevant",{type:"tokenlist",values:["additions","all","removals","text"]}],["aria-required",{type:"boolean"}],["aria-roledescription",{type:"string"}],["aria-rowcount",{type:"integer"}],["aria-rowindex",{type:"integer"}],["aria-rowspan",{type:"integer"}],["aria-selected",{type:"boolean",allowundefined:!0}],["aria-setsize",{type:"integer"}],["aria-sort",{type:"token",values:["ascending","descending","none","other"]}],["aria-valuemax",{type:"number"}],["aria-valuemin",{type:"number"}],["aria-valuenow",{type:"number"}],["aria-valuetext",{type:"string"}]],d={entries:function(){return f},forEach:function(p){var m=arguments.length>1&&arguments[1]!==void 0?arguments[1]:null,h=i(f),b;try{for(h.s();!(b=h.n()).done;){var y=o(b.value,2),v=y[0],S=y[1];p.call(m,S,v,f)}}catch(E){h.e(E)}finally{h.f()}},get:function(p){var m=f.find(function(h){return h[0]===p});return m&&m[1]},has:function(p){return!!d.get(p)},keys:function(){return f.map(function(p){var m=o(p,1),h=m[0];return h})},values:function(){return f.map(function(p){var m=o(p,2),h=m[1];return h})}},c=(0,t.default)(d,d.entries());e.default=c}}),Ah=R({"node_modules/aria-query/lib/domMap.js"(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var t=r(rn());function r(p){return p&&p.__esModule?p:{default:p}}function o(p,m){return n(p)||u(p,m)||l(p,m)||a()}function a(){throw new TypeError(`Invalid attempt to destructure non-iterable instance.
36
- In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function u(p,m){var h=p==null?null:typeof Symbol<"u"&&p[Symbol.iterator]||p["@@iterator"];if(h!=null){var b=[],y=!0,v=!1,S,E;try{for(h=h.call(p);!(y=(S=h.next()).done)&&(b.push(S.value),!(m&&b.length===m));y=!0);}catch(C){v=!0,E=C}finally{try{!y&&h.return!=null&&h.return()}finally{if(v)throw E}}return b}}function n(p){if(Array.isArray(p))return p}function i(p,m){var h=typeof Symbol<"u"&&p[Symbol.iterator]||p["@@iterator"];if(!h){if(Array.isArray(p)||(h=l(p))||m&&p&&typeof p.length=="number"){h&&(p=h);var b=0,y=function(){};return{s:y,n:function(){return b>=p.length?{done:!0}:{done:!1,value:p[b++]}},e:function(C){throw C},f:y}}throw new TypeError(`Invalid attempt to iterate non-iterable instance.
37
- In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}var v=!0,S=!1,E;return{s:function(){h=h.call(p)},n:function(){var C=h.next();return v=C.done,C},e:function(C){S=!0,E=C},f:function(){try{!v&&h.return!=null&&h.return()}finally{if(S)throw E}}}}function l(p,m){if(p){if(typeof p=="string")return s(p,m);var h=Object.prototype.toString.call(p).slice(8,-1);if(h==="Object"&&p.constructor&&(h=p.constructor.name),h==="Map"||h==="Set")return Array.from(p);if(h==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(h))return s(p,m)}}function s(p,m){(m==null||m>p.length)&&(m=p.length);for(var h=0,b=new Array(m);h<m;h++)b[h]=p[h];return b}var f=[["a",{reserved:!1}],["abbr",{reserved:!1}],["acronym",{reserved:!1}],["address",{reserved:!1}],["applet",{reserved:!1}],["area",{reserved:!1}],["article",{reserved:!1}],["aside",{reserved:!1}],["audio",{reserved:!1}],["b",{reserved:!1}],["base",{reserved:!0}],["bdi",{reserved:!1}],["bdo",{reserved:!1}],["big",{reserved:!1}],["blink",{reserved:!1}],["blockquote",{reserved:!1}],["body",{reserved:!1}],["br",{reserved:!1}],["button",{reserved:!1}],["canvas",{reserved:!1}],["caption",{reserved:!1}],["center",{reserved:!1}],["cite",{reserved:!1}],["code",{reserved:!1}],["col",{reserved:!0}],["colgroup",{reserved:!0}],["content",{reserved:!1}],["data",{reserved:!1}],["datalist",{reserved:!1}],["dd",{reserved:!1}],["del",{reserved:!1}],["details",{reserved:!1}],["dfn",{reserved:!1}],["dialog",{reserved:!1}],["dir",{reserved:!1}],["div",{reserved:!1}],["dl",{reserved:!1}],["dt",{reserved:!1}],["em",{reserved:!1}],["embed",{reserved:!1}],["fieldset",{reserved:!1}],["figcaption",{reserved:!1}],["figure",{reserved:!1}],["font",{reserved:!1}],["footer",{reserved:!1}],["form",{reserved:!1}],["frame",{reserved:!1}],["frameset",{reserved:!1}],["h1",{reserved:!1}],["h2",{reserved:!1}],["h3",{reserved:!1}],["h4",{reserved:!1}],["h5",{reserved:!1}],["h6",{reserved:!1}],["head",{reserved:!0}],["header",{reserved:!1}],["hgroup",{reserved:!1}],["hr",{reserved:!1}],["html",{reserved:!0}],["i",{reserved:!1}],["iframe",{reserved:!1}],["img",{reserved:!1}],["input",{reserved:!1}],["ins",{reserved:!1}],["kbd",{reserved:!1}],["keygen",{reserved:!1}],["label",{reserved:!1}],["legend",{reserved:!1}],["li",{reserved:!1}],["link",{reserved:!0}],["main",{reserved:!1}],["map",{reserved:!1}],["mark",{reserved:!1}],["marquee",{reserved:!1}],["menu",{reserved:!1}],["menuitem",{reserved:!1}],["meta",{reserved:!0}],["meter",{reserved:!1}],["nav",{reserved:!1}],["noembed",{reserved:!0}],["noscript",{reserved:!0}],["object",{reserved:!1}],["ol",{reserved:!1}],["optgroup",{reserved:!1}],["option",{reserved:!1}],["output",{reserved:!1}],["p",{reserved:!1}],["param",{reserved:!0}],["picture",{reserved:!0}],["pre",{reserved:!1}],["progress",{reserved:!1}],["q",{reserved:!1}],["rp",{reserved:!1}],["rt",{reserved:!1}],["rtc",{reserved:!1}],["ruby",{reserved:!1}],["s",{reserved:!1}],["samp",{reserved:!1}],["script",{reserved:!0}],["section",{reserved:!1}],["select",{reserved:!1}],["small",{reserved:!1}],["source",{reserved:!0}],["spacer",{reserved:!1}],["span",{reserved:!1}],["strike",{reserved:!1}],["strong",{reserved:!1}],["style",{reserved:!0}],["sub",{reserved:!1}],["summary",{reserved:!1}],["sup",{reserved:!1}],["table",{reserved:!1}],["tbody",{reserved:!1}],["td",{reserved:!1}],["textarea",{reserved:!1}],["tfoot",{reserved:!1}],["th",{reserved:!1}],["thead",{reserved:!1}],["time",{reserved:!1}],["title",{reserved:!0}],["tr",{reserved:!1}],["track",{reserved:!0}],["tt",{reserved:!1}],["u",{reserved:!1}],["ul",{reserved:!1}],["var",{reserved:!1}],["video",{reserved:!1}],["wbr",{reserved:!1}],["xmp",{reserved:!1}]],d={entries:function(){return f},forEach:function(p){var m=arguments.length>1&&arguments[1]!==void 0?arguments[1]:null,h=i(f),b;try{for(h.s();!(b=h.n()).done;){var y=o(b.value,2),v=y[0],S=y[1];p.call(m,S,v,f)}}catch(E){h.e(E)}finally{h.f()}},get:function(p){var m=f.find(function(h){return h[0]===p});return m&&m[1]},has:function(p){return!!d.get(p)},keys:function(){return f.map(function(p){var m=o(p,1),h=m[0];return h})},values:function(){return f.map(function(p){var m=o(p,2),h=m[1];return h})}},c=(0,t.default)(d,d.entries());e.default=c}}),xh=R({"node_modules/aria-query/lib/etc/roles/abstract/commandRole.js"(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var t={abstract:!0,accessibleNameRequired:!1,baseConcepts:[],childrenPresentational:!1,nameFrom:["author"],prohibitedProps:[],props:{},relatedConcepts:[{concept:{name:"menuitem"},module:"HTML"}],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","widget"]]},r=t;e.default=r}}),qh=R({"node_modules/aria-query/lib/etc/roles/abstract/compositeRole.js"(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var t={abstract:!0,accessibleNameRequired:!1,baseConcepts:[],childrenPresentational:!1,nameFrom:["author"],prohibitedProps:[],props:{"aria-activedescendant":null,"aria-disabled":null},relatedConcepts:[],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","widget"]]},r=t;e.default=r}}),Mh=R({"node_modules/aria-query/lib/etc/roles/abstract/inputRole.js"(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var t={abstract:!0,accessibleNameRequired:!1,baseConcepts:[],childrenPresentational:!1,nameFrom:["author"],prohibitedProps:[],props:{"aria-disabled":null},relatedConcepts:[{concept:{name:"input"},module:"XForms"}],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","widget"]]},r=t;e.default=r}}),jh=R({"node_modules/aria-query/lib/etc/roles/abstract/landmarkRole.js"(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var t={abstract:!0,accessibleNameRequired:!1,baseConcepts:[],childrenPresentational:!1,nameFrom:["author"],prohibitedProps:[],props:{},relatedConcepts:[],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","structure","section"]]},r=t;e.default=r}}),Ih=R({"node_modules/aria-query/lib/etc/roles/abstract/rangeRole.js"(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var t={abstract:!0,accessibleNameRequired:!1,baseConcepts:[],childrenPresentational:!1,nameFrom:["author"],prohibitedProps:[],props:{"aria-valuemax":null,"aria-valuemin":null,"aria-valuenow":null},relatedConcepts:[],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","structure"]]},r=t;e.default=r}}),Nh=R({"node_modules/aria-query/lib/etc/roles/abstract/roletypeRole.js"(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var t={abstract:!0,accessibleNameRequired:!1,baseConcepts:[],childrenPresentational:!1,nameFrom:[],prohibitedProps:[],props:{"aria-atomic":null,"aria-busy":null,"aria-controls":null,"aria-current":null,"aria-describedby":null,"aria-details":null,"aria-dropeffect":null,"aria-flowto":null,"aria-grabbed":null,"aria-hidden":null,"aria-keyshortcuts":null,"aria-label":null,"aria-labelledby":null,"aria-live":null,"aria-owns":null,"aria-relevant":null,"aria-roledescription":null},relatedConcepts:[{concept:{name:"rel"},module:"HTML"},{concept:{name:"role"},module:"XHTML"},{concept:{name:"type"},module:"Dublin Core"}],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[]},r=t;e.default=r}}),$h=R({"node_modules/aria-query/lib/etc/roles/abstract/sectionRole.js"(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var t={abstract:!0,accessibleNameRequired:!1,baseConcepts:[],childrenPresentational:!1,nameFrom:[],prohibitedProps:[],props:{},relatedConcepts:[{concept:{name:"frontmatter"},module:"DTB"},{concept:{name:"level"},module:"DTB"},{concept:{name:"level"},module:"SMIL"}],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","structure"]]},r=t;e.default=r}}),Bh=R({"node_modules/aria-query/lib/etc/roles/abstract/sectionheadRole.js"(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var t={abstract:!0,accessibleNameRequired:!1,baseConcepts:[],childrenPresentational:!1,nameFrom:["author","contents"],prohibitedProps:[],props:{},relatedConcepts:[],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","structure"]]},r=t;e.default=r}}),kh=R({"node_modules/aria-query/lib/etc/roles/abstract/selectRole.js"(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var t={abstract:!0,accessibleNameRequired:!1,baseConcepts:[],childrenPresentational:!1,nameFrom:["author"],prohibitedProps:[],props:{"aria-orientation":null},relatedConcepts:[],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","widget","composite"],["roletype","structure","section","group"]]},r=t;e.default=r}}),Dh=R({"node_modules/aria-query/lib/etc/roles/abstract/structureRole.js"(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var t={abstract:!0,accessibleNameRequired:!1,baseConcepts:[],childrenPresentational:!1,nameFrom:[],prohibitedProps:[],props:{},relatedConcepts:[],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype"]]},r=t;e.default=r}}),Lh=R({"node_modules/aria-query/lib/etc/roles/abstract/widgetRole.js"(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var t={abstract:!0,accessibleNameRequired:!1,baseConcepts:[],childrenPresentational:!1,nameFrom:[],prohibitedProps:[],props:{},relatedConcepts:[],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype"]]},r=t;e.default=r}}),Fh=R({"node_modules/aria-query/lib/etc/roles/abstract/windowRole.js"(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var t={abstract:!0,accessibleNameRequired:!1,baseConcepts:[],childrenPresentational:!1,nameFrom:["author"],prohibitedProps:[],props:{"aria-modal":null},relatedConcepts:[],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype"]]},r=t;e.default=r}}),Uh=R({"node_modules/aria-query/lib/etc/roles/ariaAbstractRoles.js"(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var t=p(xh()),r=p(qh()),o=p(Mh()),a=p(jh()),u=p(Ih()),n=p(Nh()),i=p($h()),l=p(Bh()),s=p(kh()),f=p(Dh()),d=p(Lh()),c=p(Fh());function p(b){return b&&b.__esModule?b:{default:b}}var m=[["command",t.default],["composite",r.default],["input",o.default],["landmark",a.default],["range",u.default],["roletype",n.default],["section",i.default],["sectionhead",l.default],["select",s.default],["structure",f.default],["widget",d.default],["window",c.default]],h=m;e.default=h}}),Hh=R({"node_modules/aria-query/lib/etc/roles/literal/alertRole.js"(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var t={abstract:!1,accessibleNameRequired:!1,baseConcepts:[],childrenPresentational:!1,nameFrom:["author"],prohibitedProps:[],props:{"aria-atomic":"true","aria-live":"assertive"},relatedConcepts:[{concept:{name:"alert"},module:"XForms"}],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","structure","section"]]},r=t;e.default=r}}),Vh=R({"node_modules/aria-query/lib/etc/roles/literal/alertdialogRole.js"(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var t={abstract:!1,accessibleNameRequired:!0,baseConcepts:[],childrenPresentational:!1,nameFrom:["author"],prohibitedProps:[],props:{},relatedConcepts:[{concept:{name:"alert"},module:"XForms"}],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","structure","section","alert"],["roletype","window","dialog"]]},r=t;e.default=r}}),zh=R({"node_modules/aria-query/lib/etc/roles/literal/applicationRole.js"(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var t={abstract:!1,accessibleNameRequired:!0,baseConcepts:[],childrenPresentational:!1,nameFrom:["author"],prohibitedProps:[],props:{"aria-activedescendant":null,"aria-disabled":null,"aria-errormessage":null,"aria-expanded":null,"aria-haspopup":null,"aria-invalid":null},relatedConcepts:[{concept:{name:"Device Independence Delivery Unit"}}],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","structure"]]},r=t;e.default=r}}),Wh=R({"node_modules/aria-query/lib/etc/roles/literal/articleRole.js"(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var t={abstract:!1,accessibleNameRequired:!1,baseConcepts:[],childrenPresentational:!1,nameFrom:["author"],prohibitedProps:[],props:{"aria-posinset":null,"aria-setsize":null},relatedConcepts:[{concept:{name:"article"},module:"HTML"}],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","structure","document"]]},r=t;e.default=r}}),Gh=R({"node_modules/aria-query/lib/etc/roles/literal/bannerRole.js"(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var t={abstract:!1,accessibleNameRequired:!1,baseConcepts:[],childrenPresentational:!1,nameFrom:["author"],prohibitedProps:[],props:{},relatedConcepts:[{concept:{constraints:["direct descendant of document"],name:"header"},module:"HTML"}],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","structure","section","landmark"]]},r=t;e.default=r}}),Kh=R({"node_modules/aria-query/lib/etc/roles/literal/blockquoteRole.js"(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var t={abstract:!1,accessibleNameRequired:!1,baseConcepts:[],childrenPresentational:!1,nameFrom:["author"],prohibitedProps:[],props:{},relatedConcepts:[],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","structure","section"]]},r=t;e.default=r}}),Yh=R({"node_modules/aria-query/lib/etc/roles/literal/buttonRole.js"(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var t={abstract:!1,accessibleNameRequired:!0,baseConcepts:[],childrenPresentational:!0,nameFrom:["author","contents"],prohibitedProps:[],props:{"aria-disabled":null,"aria-expanded":null,"aria-haspopup":null,"aria-pressed":null},relatedConcepts:[{concept:{attributes:[{constraints:["set"],name:"aria-pressed"},{name:"type",value:"checkbox"}],name:"input"},module:"HTML"},{concept:{attributes:[{name:"aria-expanded",value:"false"}],name:"summary"},module:"HTML"},{concept:{attributes:[{name:"aria-expanded",value:"true"}],constraints:["direct descendant of details element with the open attribute defined"],name:"summary"},module:"HTML"},{concept:{attributes:[{name:"type",value:"button"}],name:"input"},module:"HTML"},{concept:{attributes:[{name:"type",value:"image"}],name:"input"},module:"HTML"},{concept:{attributes:[{name:"type",value:"reset"}],name:"input"},module:"HTML"},{concept:{attributes:[{name:"type",value:"submit"}],name:"input"},module:"HTML"},{concept:{name:"button"},module:"HTML"},{concept:{name:"trigger"},module:"XForms"}],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","widget","command"]]},r=t;e.default=r}}),Jh=R({"node_modules/aria-query/lib/etc/roles/literal/captionRole.js"(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var t={abstract:!1,accessibleNameRequired:!1,baseConcepts:[],childrenPresentational:!1,nameFrom:["prohibited"],prohibitedProps:["aria-label","aria-labelledby"],props:{},relatedConcepts:[],requireContextRole:["figure","grid","table"],requiredContextRole:["figure","grid","table"],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","structure","section"]]},r=t;e.default=r}}),Xh=R({"node_modules/aria-query/lib/etc/roles/literal/cellRole.js"(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var t={abstract:!1,accessibleNameRequired:!1,baseConcepts:[],childrenPresentational:!1,nameFrom:["author","contents"],prohibitedProps:[],props:{"aria-colindex":null,"aria-colspan":null,"aria-rowindex":null,"aria-rowspan":null},relatedConcepts:[{concept:{constraints:["descendant of table"],name:"td"},module:"HTML"}],requireContextRole:["row"],requiredContextRole:["row"],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","structure","section"]]},r=t;e.default=r}}),Qh=R({"node_modules/aria-query/lib/etc/roles/literal/checkboxRole.js"(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var t={abstract:!1,accessibleNameRequired:!0,baseConcepts:[],childrenPresentational:!0,nameFrom:["author","contents"],prohibitedProps:[],props:{"aria-checked":null,"aria-errormessage":null,"aria-expanded":null,"aria-invalid":null,"aria-readonly":null,"aria-required":null},relatedConcepts:[{concept:{attributes:[{name:"type",value:"checkbox"}],name:"input"},module:"HTML"},{concept:{name:"option"},module:"ARIA"}],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{"aria-checked":null},superClass:[["roletype","widget","input"]]},r=t;e.default=r}}),Zh=R({"node_modules/aria-query/lib/etc/roles/literal/codeRole.js"(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var t={abstract:!1,accessibleNameRequired:!1,baseConcepts:[],childrenPresentational:!1,nameFrom:["prohibited"],prohibitedProps:["aria-label","aria-labelledby"],props:{},relatedConcepts:[],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","structure","section"]]},r=t;e.default=r}}),ey=R({"node_modules/aria-query/lib/etc/roles/literal/columnheaderRole.js"(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var t={abstract:!1,accessibleNameRequired:!0,baseConcepts:[],childrenPresentational:!1,nameFrom:["author","contents"],prohibitedProps:[],props:{"aria-sort":null},relatedConcepts:[{attributes:[{name:"scope",value:"col"}],concept:{name:"th"},module:"HTML"}],requireContextRole:["row"],requiredContextRole:["row"],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","structure","section","cell"],["roletype","structure","section","cell","gridcell"],["roletype","widget","gridcell"],["roletype","structure","sectionhead"]]},r=t;e.default=r}}),ty=R({"node_modules/aria-query/lib/etc/roles/literal/comboboxRole.js"(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var t={abstract:!1,accessibleNameRequired:!0,baseConcepts:[],childrenPresentational:!1,nameFrom:["author"],prohibitedProps:[],props:{"aria-activedescendant":null,"aria-autocomplete":null,"aria-errormessage":null,"aria-invalid":null,"aria-readonly":null,"aria-required":null,"aria-expanded":"false","aria-haspopup":"listbox"},relatedConcepts:[{concept:{attributes:[{constraints:["set"],name:"list"},{name:"type",value:"email"}],name:"input"},module:"HTML"},{concept:{attributes:[{constraints:["set"],name:"list"},{name:"type",value:"search"}],name:"input"},module:"HTML"},{concept:{attributes:[{constraints:["set"],name:"list"},{name:"type",value:"tel"}],name:"input"},module:"HTML"},{concept:{attributes:[{constraints:["set"],name:"list"},{name:"type",value:"text"}],name:"input"},module:"HTML"},{concept:{attributes:[{constraints:["set"],name:"list"},{name:"type",value:"url"}],name:"input"},module:"HTML"},{concept:{attributes:[{constraints:["set"],name:"list"},{name:"type",value:"url"}],name:"input"},module:"HTML"},{concept:{attributes:[{constraints:["undefined"],name:"multiple"},{constraints:["undefined"],name:"size"}],name:"select"},module:"HTML"},{concept:{attributes:[{constraints:["undefined"],name:"multiple"},{name:"size",value:1}],name:"select"},module:"HTML"},{concept:{name:"select"},module:"XForms"}],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{"aria-controls":null,"aria-expanded":"false"},superClass:[["roletype","widget","input"]]},r=t;e.default=r}}),ry=R({"node_modules/aria-query/lib/etc/roles/literal/complementaryRole.js"(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var t={abstract:!1,accessibleNameRequired:!1,baseConcepts:[],childrenPresentational:!1,nameFrom:["author"],prohibitedProps:[],props:{},relatedConcepts:[{concept:{name:"aside"},module:"HTML"}],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","structure","section","landmark"]]},r=t;e.default=r}}),ny=R({"node_modules/aria-query/lib/etc/roles/literal/contentinfoRole.js"(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var t={abstract:!1,accessibleNameRequired:!1,baseConcepts:[],childrenPresentational:!1,nameFrom:["author"],prohibitedProps:[],props:{},relatedConcepts:[{concept:{constraints:["direct descendant of document"],name:"footer"},module:"HTML"}],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","structure","section","landmark"]]},r=t;e.default=r}}),oy=R({"node_modules/aria-query/lib/etc/roles/literal/definitionRole.js"(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var t={abstract:!1,accessibleNameRequired:!1,baseConcepts:[],childrenPresentational:!1,nameFrom:["author"],prohibitedProps:[],props:{},relatedConcepts:[{concept:{name:"dd"},module:"HTML"}],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","structure","section"]]},r=t;e.default=r}}),ay=R({"node_modules/aria-query/lib/etc/roles/literal/deletionRole.js"(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var t={abstract:!1,accessibleNameRequired:!1,baseConcepts:[],childrenPresentational:!1,nameFrom:["prohibited"],prohibitedProps:["aria-label","aria-labelledby"],props:{},relatedConcepts:[],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","structure","section"]]},r=t;e.default=r}}),iy=R({"node_modules/aria-query/lib/etc/roles/literal/dialogRole.js"(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var t={abstract:!1,accessibleNameRequired:!0,baseConcepts:[],childrenPresentational:!1,nameFrom:["author"],prohibitedProps:[],props:{},relatedConcepts:[{concept:{name:"dialog"},module:"HTML"}],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","window"]]},r=t;e.default=r}}),ly=R({"node_modules/aria-query/lib/etc/roles/literal/directoryRole.js"(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var t={abstract:!1,accessibleNameRequired:!1,baseConcepts:[],childrenPresentational:!1,nameFrom:["author"],prohibitedProps:[],props:{},relatedConcepts:[{module:"DAISY Guide"}],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","structure","section","list"]]},r=t;e.default=r}}),sy=R({"node_modules/aria-query/lib/etc/roles/literal/documentRole.js"(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var t={abstract:!1,accessibleNameRequired:!1,baseConcepts:[],childrenPresentational:!1,nameFrom:["author"],prohibitedProps:[],props:{},relatedConcepts:[{concept:{name:"Device Independence Delivery Unit"}},{concept:{name:"body"},module:"HTML"}],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","structure"]]},r=t;e.default=r}}),uy=R({"node_modules/aria-query/lib/etc/roles/literal/emphasisRole.js"(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var t={abstract:!1,accessibleNameRequired:!1,baseConcepts:[],childrenPresentational:!1,nameFrom:["prohibited"],prohibitedProps:["aria-label","aria-labelledby"],props:{},relatedConcepts:[],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","structure","section"]]},r=t;e.default=r}}),cy=R({"node_modules/aria-query/lib/etc/roles/literal/feedRole.js"(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var t={abstract:!1,accessibleNameRequired:!1,baseConcepts:[],childrenPresentational:!1,nameFrom:["author"],prohibitedProps:[],props:{},relatedConcepts:[],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[["article"]],requiredProps:{},superClass:[["roletype","structure","section","list"]]},r=t;e.default=r}}),dy=R({"node_modules/aria-query/lib/etc/roles/literal/figureRole.js"(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var t={abstract:!1,accessibleNameRequired:!1,baseConcepts:[],childrenPresentational:!1,nameFrom:["author"],prohibitedProps:[],props:{},relatedConcepts:[{concept:{name:"figure"},module:"HTML"}],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","structure","section"]]},r=t;e.default=r}}),fy=R({"node_modules/aria-query/lib/etc/roles/literal/formRole.js"(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var t={abstract:!1,accessibleNameRequired:!1,baseConcepts:[],childrenPresentational:!1,nameFrom:["author"],prohibitedProps:[],props:{},relatedConcepts:[{concept:{attributes:[{constraints:["set"],name:"aria-label"}],name:"form"},module:"HTML"},{concept:{attributes:[{constraints:["set"],name:"aria-labelledby"}],name:"form"},module:"HTML"},{concept:{attributes:[{constraints:["set"],name:"name"}],name:"form"},module:"HTML"}],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","structure","section","landmark"]]},r=t;e.default=r}}),py=R({"node_modules/aria-query/lib/etc/roles/literal/genericRole.js"(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var t={abstract:!1,accessibleNameRequired:!1,baseConcepts:[],childrenPresentational:!1,nameFrom:["prohibited"],prohibitedProps:["aria-label","aria-labelledby"],props:{},relatedConcepts:[{concept:{name:"span"},module:"HTML"},{concept:{name:"div"},module:"HTML"}],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","structure"]]},r=t;e.default=r}}),my=R({"node_modules/aria-query/lib/etc/roles/literal/gridRole.js"(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var t={abstract:!1,accessibleNameRequired:!0,baseConcepts:[],childrenPresentational:!1,nameFrom:["author"],prohibitedProps:[],props:{"aria-multiselectable":null,"aria-readonly":null},relatedConcepts:[{concept:{attributes:[{name:"role",value:"grid"}],name:"table"},module:"HTML"}],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[["row"],["row","rowgroup"]],requiredProps:{},superClass:[["roletype","widget","composite"],["roletype","structure","section","table"]]},r=t;e.default=r}}),hy=R({"node_modules/aria-query/lib/etc/roles/literal/gridcellRole.js"(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var t={abstract:!1,accessibleNameRequired:!1,baseConcepts:[],childrenPresentational:!1,nameFrom:["author","contents"],prohibitedProps:[],props:{"aria-disabled":null,"aria-errormessage":null,"aria-expanded":null,"aria-haspopup":null,"aria-invalid":null,"aria-readonly":null,"aria-required":null,"aria-selected":null},relatedConcepts:[{concept:{attributes:[{name:"role",value:"gridcell"}],name:"td"},module:"HTML"}],requireContextRole:["row"],requiredContextRole:["row"],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","structure","section","cell"],["roletype","widget"]]},r=t;e.default=r}}),yy=R({"node_modules/aria-query/lib/etc/roles/literal/groupRole.js"(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var t={abstract:!1,accessibleNameRequired:!1,baseConcepts:[],childrenPresentational:!1,nameFrom:["author"],prohibitedProps:[],props:{"aria-activedescendant":null,"aria-disabled":null},relatedConcepts:[{concept:{name:"details"},module:"HTML"},{concept:{name:"fieldset"},module:"HTML"},{concept:{name:"optgroup"},module:"HTML"}],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","structure","section"]]},r=t;e.default=r}}),by=R({"node_modules/aria-query/lib/etc/roles/literal/headingRole.js"(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var t={abstract:!1,accessibleNameRequired:!0,baseConcepts:[],childrenPresentational:!1,nameFrom:["author","contents"],prohibitedProps:[],props:{"aria-level":"2"},relatedConcepts:[{concept:{name:"h1"},module:"HTML"},{concept:{name:"h2"},module:"HTML"},{concept:{name:"h3"},module:"HTML"},{concept:{name:"h4"},module:"HTML"},{concept:{name:"h5"},module:"HTML"},{concept:{name:"h6"},module:"HTML"}],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{"aria-level":"2"},superClass:[["roletype","structure","sectionhead"]]},r=t;e.default=r}}),gy=R({"node_modules/aria-query/lib/etc/roles/literal/imgRole.js"(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var t={abstract:!1,accessibleNameRequired:!0,baseConcepts:[],childrenPresentational:!0,nameFrom:["author"],prohibitedProps:[],props:{},relatedConcepts:[{concept:{attributes:[{constraints:["set"],name:"alt"}],name:"img"},module:"HTML"},{concept:{attributes:[{constraints:["undefined"],name:"alt"}],name:"img"},module:"HTML"},{concept:{name:"imggroup"},module:"DTB"}],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","structure","section"]]},r=t;e.default=r}}),vy=R({"node_modules/aria-query/lib/etc/roles/literal/insertionRole.js"(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var t={abstract:!1,accessibleNameRequired:!1,baseConcepts:[],childrenPresentational:!1,nameFrom:["prohibited"],prohibitedProps:["aria-label","aria-labelledby"],props:{},relatedConcepts:[],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","structure","section"]]},r=t;e.default=r}}),_y=R({"node_modules/aria-query/lib/etc/roles/literal/linkRole.js"(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var t={abstract:!1,accessibleNameRequired:!0,baseConcepts:[],childrenPresentational:!1,nameFrom:["author","contents"],prohibitedProps:[],props:{"aria-disabled":null,"aria-expanded":null,"aria-haspopup":null},relatedConcepts:[{concept:{attributes:[{name:"href"}],name:"a"},module:"HTML"},{concept:{attributes:[{name:"href"}],name:"area"},module:"HTML"},{concept:{attributes:[{name:"href"}],name:"link"},module:"HTML"}],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","widget","command"]]},r=t;e.default=r}}),Ey=R({"node_modules/aria-query/lib/etc/roles/literal/listRole.js"(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var t={abstract:!1,accessibleNameRequired:!1,baseConcepts:[],childrenPresentational:!1,nameFrom:["author"],prohibitedProps:[],props:{},relatedConcepts:[{concept:{name:"menu"},module:"HTML"},{concept:{name:"ol"},module:"HTML"},{concept:{name:"ul"},module:"HTML"}],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[["listitem"]],requiredProps:{},superClass:[["roletype","structure","section"]]},r=t;e.default=r}}),wy=R({"node_modules/aria-query/lib/etc/roles/literal/listboxRole.js"(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var t={abstract:!1,accessibleNameRequired:!0,baseConcepts:[],childrenPresentational:!1,nameFrom:["author"],prohibitedProps:[],props:{"aria-errormessage":null,"aria-expanded":null,"aria-invalid":null,"aria-multiselectable":null,"aria-readonly":null,"aria-required":null,"aria-orientation":"vertical"},relatedConcepts:[{concept:{attributes:[{constraints:[">1"],name:"size"},{name:"multiple"}],name:"select"},module:"HTML"},{concept:{attributes:[{constraints:[">1"],name:"size"}],name:"select"},module:"HTML"},{concept:{attributes:[{name:"multiple"}],name:"select"},module:"HTML"},{concept:{name:"datalist"},module:"HTML"},{concept:{name:"list"},module:"ARIA"},{concept:{name:"select"},module:"XForms"}],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[["option","group"],["option"]],requiredProps:{},superClass:[["roletype","widget","composite","select"],["roletype","structure","section","group","select"]]},r=t;e.default=r}}),Sy=R({"node_modules/aria-query/lib/etc/roles/literal/listitemRole.js"(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var t={abstract:!1,accessibleNameRequired:!1,baseConcepts:[],childrenPresentational:!1,nameFrom:["author"],prohibitedProps:[],props:{"aria-level":null,"aria-posinset":null,"aria-setsize":null},relatedConcepts:[{concept:{constraints:["direct descendant of ol, ul or menu"],name:"li"},module:"HTML"},{concept:{name:"item"},module:"XForms"}],requireContextRole:["directory","list"],requiredContextRole:["directory","list"],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","structure","section"]]},r=t;e.default=r}}),Cy=R({"node_modules/aria-query/lib/etc/roles/literal/logRole.js"(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var t={abstract:!1,accessibleNameRequired:!1,baseConcepts:[],childrenPresentational:!1,nameFrom:["author"],prohibitedProps:[],props:{"aria-live":"polite"},relatedConcepts:[],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","structure","section"]]},r=t;e.default=r}}),Py=R({"node_modules/aria-query/lib/etc/roles/literal/mainRole.js"(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var t={abstract:!1,accessibleNameRequired:!1,baseConcepts:[],childrenPresentational:!1,nameFrom:["author"],prohibitedProps:[],props:{},relatedConcepts:[{concept:{name:"main"},module:"HTML"}],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","structure","section","landmark"]]},r=t;e.default=r}}),Oy=R({"node_modules/aria-query/lib/etc/roles/literal/marqueeRole.js"(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var t={abstract:!1,accessibleNameRequired:!0,baseConcepts:[],childrenPresentational:!1,nameFrom:["author"],prohibitedProps:[],props:{},relatedConcepts:[],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","structure","section"]]},r=t;e.default=r}}),Ry=R({"node_modules/aria-query/lib/etc/roles/literal/mathRole.js"(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var t={abstract:!1,accessibleNameRequired:!1,baseConcepts:[],childrenPresentational:!1,nameFrom:["author"],prohibitedProps:[],props:{},relatedConcepts:[{concept:{name:"math"},module:"HTML"}],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","structure","section"]]},r=t;e.default=r}}),Ty=R({"node_modules/aria-query/lib/etc/roles/literal/menuRole.js"(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var t={abstract:!1,accessibleNameRequired:!1,baseConcepts:[],childrenPresentational:!1,nameFrom:["author"],prohibitedProps:[],props:{"aria-orientation":"vertical"},relatedConcepts:[{concept:{name:"MENU"},module:"JAPI"},{concept:{name:"list"},module:"ARIA"},{concept:{name:"select"},module:"XForms"},{concept:{name:"sidebar"},module:"DTB"}],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[["menuitem","group"],["menuitemradio","group"],["menuitemcheckbox","group"],["menuitem"],["menuitemcheckbox"],["menuitemradio"]],requiredProps:{},superClass:[["roletype","widget","composite","select"],["roletype","structure","section","group","select"]]},r=t;e.default=r}}),Ay=R({"node_modules/aria-query/lib/etc/roles/literal/menubarRole.js"(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var t={abstract:!1,accessibleNameRequired:!1,baseConcepts:[],childrenPresentational:!1,nameFrom:["author"],prohibitedProps:[],props:{"aria-orientation":"horizontal"},relatedConcepts:[{concept:{name:"toolbar"},module:"ARIA"}],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[["menuitem","group"],["menuitemradio","group"],["menuitemcheckbox","group"],["menuitem"],["menuitemcheckbox"],["menuitemradio"]],requiredProps:{},superClass:[["roletype","widget","composite","select","menu"],["roletype","structure","section","group","select","menu"]]},r=t;e.default=r}}),xy=R({"node_modules/aria-query/lib/etc/roles/literal/menuitemRole.js"(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var t={abstract:!1,accessibleNameRequired:!0,baseConcepts:[],childrenPresentational:!1,nameFrom:["author","contents"],prohibitedProps:[],props:{"aria-disabled":null,"aria-expanded":null,"aria-haspopup":null,"aria-posinset":null,"aria-setsize":null},relatedConcepts:[{concept:{name:"MENU_ITEM"},module:"JAPI"},{concept:{name:"listitem"},module:"ARIA"},{concept:{name:"menuitem"},module:"HTML"},{concept:{name:"option"},module:"ARIA"}],requireContextRole:["group","menu","menubar"],requiredContextRole:["group","menu","menubar"],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","widget","command"]]},r=t;e.default=r}}),qy=R({"node_modules/aria-query/lib/etc/roles/literal/menuitemcheckboxRole.js"(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var t={abstract:!1,accessibleNameRequired:!0,baseConcepts:[],childrenPresentational:!0,nameFrom:["author","contents"],prohibitedProps:[],props:{},relatedConcepts:[{concept:{name:"menuitem"},module:"ARIA"}],requireContextRole:["group","menu","menubar"],requiredContextRole:["group","menu","menubar"],requiredOwnedElements:[],requiredProps:{"aria-checked":null},superClass:[["roletype","widget","input","checkbox"],["roletype","widget","command","menuitem"]]},r=t;e.default=r}}),My=R({"node_modules/aria-query/lib/etc/roles/literal/menuitemradioRole.js"(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var t={abstract:!1,accessibleNameRequired:!0,baseConcepts:[],childrenPresentational:!0,nameFrom:["author","contents"],prohibitedProps:[],props:{},relatedConcepts:[{concept:{name:"menuitem"},module:"ARIA"}],requireContextRole:["group","menu","menubar"],requiredContextRole:["group","menu","menubar"],requiredOwnedElements:[],requiredProps:{"aria-checked":null},superClass:[["roletype","widget","input","checkbox","menuitemcheckbox"],["roletype","widget","command","menuitem","menuitemcheckbox"],["roletype","widget","input","radio"]]},r=t;e.default=r}}),jy=R({"node_modules/aria-query/lib/etc/roles/literal/meterRole.js"(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var t={abstract:!1,accessibleNameRequired:!0,baseConcepts:[],childrenPresentational:!0,nameFrom:["author"],prohibitedProps:[],props:{"aria-valuetext":null,"aria-valuemax":"100","aria-valuemin":"0"},relatedConcepts:[],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{"aria-valuenow":null},superClass:[["roletype","structure","range"]]},r=t;e.default=r}}),Iy=R({"node_modules/aria-query/lib/etc/roles/literal/navigationRole.js"(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var t={abstract:!1,accessibleNameRequired:!1,baseConcepts:[],childrenPresentational:!1,nameFrom:["author"],prohibitedProps:[],props:{},relatedConcepts:[{concept:{name:"nav"},module:"HTML"}],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","structure","section","landmark"]]},r=t;e.default=r}}),Ny=R({"node_modules/aria-query/lib/etc/roles/literal/noneRole.js"(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var t={abstract:!1,accessibleNameRequired:!1,baseConcepts:[],childrenPresentational:!1,nameFrom:[],prohibitedProps:[],props:{},relatedConcepts:[],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[]},r=t;e.default=r}}),$y=R({"node_modules/aria-query/lib/etc/roles/literal/noteRole.js"(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var t={abstract:!1,accessibleNameRequired:!1,baseConcepts:[],childrenPresentational:!1,nameFrom:["author"],prohibitedProps:[],props:{},relatedConcepts:[],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","structure","section"]]},r=t;e.default=r}}),By=R({"node_modules/aria-query/lib/etc/roles/literal/optionRole.js"(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var t={abstract:!1,accessibleNameRequired:!0,baseConcepts:[],childrenPresentational:!0,nameFrom:["author","contents"],prohibitedProps:[],props:{"aria-checked":null,"aria-posinset":null,"aria-setsize":null,"aria-selected":"false"},relatedConcepts:[{concept:{name:"item"},module:"XForms"},{concept:{name:"listitem"},module:"ARIA"},{concept:{name:"option"},module:"HTML"}],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{"aria-selected":"false"},superClass:[["roletype","widget","input"]]},r=t;e.default=r}}),ky=R({"node_modules/aria-query/lib/etc/roles/literal/paragraphRole.js"(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var t={abstract:!1,accessibleNameRequired:!1,baseConcepts:[],childrenPresentational:!1,nameFrom:["prohibited"],prohibitedProps:["aria-label","aria-labelledby"],props:{},relatedConcepts:[],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","structure","section"]]},r=t;e.default=r}}),Dy=R({"node_modules/aria-query/lib/etc/roles/literal/presentationRole.js"(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var t={abstract:!1,accessibleNameRequired:!1,baseConcepts:[],childrenPresentational:!1,nameFrom:["prohibited"],prohibitedProps:["aria-label","aria-labelledby"],props:{},relatedConcepts:[],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","structure"]]},r=t;e.default=r}}),Ly=R({"node_modules/aria-query/lib/etc/roles/literal/progressbarRole.js"(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var t={abstract:!1,accessibleNameRequired:!0,baseConcepts:[],childrenPresentational:!0,nameFrom:["author"],prohibitedProps:[],props:{"aria-valuetext":null},relatedConcepts:[{concept:{name:"progress"},module:"HTML"},{concept:{name:"status"},module:"ARIA"}],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","structure","range"],["roletype","widget"]]},r=t;e.default=r}}),Fy=R({"node_modules/aria-query/lib/etc/roles/literal/radioRole.js"(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var t={abstract:!1,accessibleNameRequired:!0,baseConcepts:[],childrenPresentational:!0,nameFrom:["author","contents"],prohibitedProps:[],props:{"aria-checked":null,"aria-posinset":null,"aria-setsize":null},relatedConcepts:[{concept:{attributes:[{name:"type",value:"radio"}],name:"input"},module:"HTML"}],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{"aria-checked":null},superClass:[["roletype","widget","input"]]},r=t;e.default=r}}),Uy=R({"node_modules/aria-query/lib/etc/roles/literal/radiogroupRole.js"(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var t={abstract:!1,accessibleNameRequired:!0,baseConcepts:[],childrenPresentational:!1,nameFrom:["author"],prohibitedProps:[],props:{"aria-errormessage":null,"aria-invalid":null,"aria-readonly":null,"aria-required":null},relatedConcepts:[{concept:{name:"list"},module:"ARIA"}],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[["radio"]],requiredProps:{},superClass:[["roletype","widget","composite","select"],["roletype","structure","section","group","select"]]},r=t;e.default=r}}),Hy=R({"node_modules/aria-query/lib/etc/roles/literal/regionRole.js"(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var t={abstract:!1,accessibleNameRequired:!0,baseConcepts:[],childrenPresentational:!1,nameFrom:["author"],prohibitedProps:[],props:{},relatedConcepts:[{concept:{attributes:[{constraints:["set"],name:"aria-label"}],name:"section"},module:"HTML"},{concept:{attributes:[{constraints:["set"],name:"aria-labelledby"}],name:"section"},module:"HTML"},{concept:{name:"Device Independence Glossart perceivable unit"}},{concept:{name:"frame"},module:"HTML"}],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","structure","section","landmark"]]},r=t;e.default=r}}),Vy=R({"node_modules/aria-query/lib/etc/roles/literal/rowRole.js"(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var t={abstract:!1,accessibleNameRequired:!1,baseConcepts:[],childrenPresentational:!1,nameFrom:["author","contents"],prohibitedProps:[],props:{"aria-colindex":null,"aria-expanded":null,"aria-level":null,"aria-posinset":null,"aria-rowindex":null,"aria-selected":null,"aria-setsize":null},relatedConcepts:[{concept:{name:"tr"},module:"HTML"}],requireContextRole:["grid","rowgroup","table","treegrid"],requiredContextRole:["grid","rowgroup","table","treegrid"],requiredOwnedElements:[["cell"],["columnheader"],["gridcell"],["rowheader"]],requiredProps:{},superClass:[["roletype","structure","section","group"],["roletype","widget"]]},r=t;e.default=r}}),zy=R({"node_modules/aria-query/lib/etc/roles/literal/rowgroupRole.js"(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var t={abstract:!1,accessibleNameRequired:!1,baseConcepts:[],childrenPresentational:!1,nameFrom:["author","contents"],prohibitedProps:[],props:{},relatedConcepts:[{concept:{name:"tbody"},module:"HTML"},{concept:{name:"tfoot"},module:"HTML"},{concept:{name:"thead"},module:"HTML"}],requireContextRole:["grid","table","treegrid"],requiredContextRole:["grid","table","treegrid"],requiredOwnedElements:[["row"]],requiredProps:{},superClass:[["roletype","structure"]]},r=t;e.default=r}}),Wy=R({"node_modules/aria-query/lib/etc/roles/literal/rowheaderRole.js"(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var t={abstract:!1,accessibleNameRequired:!0,baseConcepts:[],childrenPresentational:!1,nameFrom:["author","contents"],prohibitedProps:[],props:{"aria-sort":null},relatedConcepts:[{concept:{attributes:[{name:"scope",value:"row"}],name:"th"},module:"HTML"},{concept:{attributes:[{name:"scope",value:"rowgroup"}],name:"th"},module:"HTML"}],requireContextRole:["row","rowgroup"],requiredContextRole:["row","rowgroup"],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","structure","section","cell"],["roletype","structure","section","cell","gridcell"],["roletype","widget","gridcell"],["roletype","structure","sectionhead"]]},r=t;e.default=r}}),Gy=R({"node_modules/aria-query/lib/etc/roles/literal/scrollbarRole.js"(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var t={abstract:!1,accessibleNameRequired:!1,baseConcepts:[],childrenPresentational:!0,nameFrom:["author"],prohibitedProps:[],props:{"aria-disabled":null,"aria-valuetext":null,"aria-orientation":"vertical","aria-valuemax":"100","aria-valuemin":"0"},relatedConcepts:[],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{"aria-controls":null,"aria-valuenow":null},superClass:[["roletype","structure","range"],["roletype","widget"]]},r=t;e.default=r}}),Ky=R({"node_modules/aria-query/lib/etc/roles/literal/searchRole.js"(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var t={abstract:!1,accessibleNameRequired:!1,baseConcepts:[],childrenPresentational:!1,nameFrom:["author"],prohibitedProps:[],props:{},relatedConcepts:[],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","structure","section","landmark"]]},r=t;e.default=r}}),Yy=R({"node_modules/aria-query/lib/etc/roles/literal/searchboxRole.js"(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var t={abstract:!1,accessibleNameRequired:!0,baseConcepts:[],childrenPresentational:!1,nameFrom:["author"],prohibitedProps:[],props:{},relatedConcepts:[{concept:{attributes:[{constraints:["undefined"],name:"list"},{name:"type",value:"search"}],name:"input"},module:"HTML"}],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","widget","input","textbox"]]},r=t;e.default=r}}),Jy=R({"node_modules/aria-query/lib/etc/roles/literal/separatorRole.js"(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var t={abstract:!1,accessibleNameRequired:!1,baseConcepts:[],childrenPresentational:!0,nameFrom:["author"],prohibitedProps:[],props:{"aria-disabled":null,"aria-orientation":"horizontal","aria-valuemax":"100","aria-valuemin":"0","aria-valuenow":null,"aria-valuetext":null},relatedConcepts:[{concept:{name:"hr"},module:"HTML"}],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","structure"]]},r=t;e.default=r}}),Xy=R({"node_modules/aria-query/lib/etc/roles/literal/sliderRole.js"(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var t={abstract:!1,accessibleNameRequired:!0,baseConcepts:[],childrenPresentational:!0,nameFrom:["author"],prohibitedProps:[],props:{"aria-errormessage":null,"aria-haspopup":null,"aria-invalid":null,"aria-readonly":null,"aria-valuetext":null,"aria-orientation":"horizontal","aria-valuemax":"100","aria-valuemin":"0"},relatedConcepts:[{concept:{attributes:[{name:"type",value:"range"}],name:"input"},module:"HTML"}],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{"aria-valuenow":null},superClass:[["roletype","widget","input"],["roletype","structure","range"]]},r=t;e.default=r}}),Qy=R({"node_modules/aria-query/lib/etc/roles/literal/spinbuttonRole.js"(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var t={abstract:!1,accessibleNameRequired:!0,baseConcepts:[],childrenPresentational:!1,nameFrom:["author"],prohibitedProps:[],props:{"aria-errormessage":null,"aria-invalid":null,"aria-readonly":null,"aria-required":null,"aria-valuetext":null,"aria-valuenow":"0"},relatedConcepts:[{concept:{attributes:[{name:"type",value:"number"}],name:"input"},module:"HTML"}],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","widget","composite"],["roletype","widget","input"],["roletype","structure","range"]]},r=t;e.default=r}}),Zy=R({"node_modules/aria-query/lib/etc/roles/literal/statusRole.js"(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var t={abstract:!1,accessibleNameRequired:!1,baseConcepts:[],childrenPresentational:!1,nameFrom:["author"],prohibitedProps:[],props:{"aria-atomic":"true","aria-live":"polite"},relatedConcepts:[{concept:{name:"output"},module:"HTML"}],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","structure","section"]]},r=t;e.default=r}}),eb=R({"node_modules/aria-query/lib/etc/roles/literal/strongRole.js"(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var t={abstract:!1,accessibleNameRequired:!1,baseConcepts:[],childrenPresentational:!1,nameFrom:["prohibited"],prohibitedProps:["aria-label","aria-labelledby"],props:{},relatedConcepts:[],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","structure","section"]]},r=t;e.default=r}}),tb=R({"node_modules/aria-query/lib/etc/roles/literal/subscriptRole.js"(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var t={abstract:!1,accessibleNameRequired:!1,baseConcepts:[],childrenPresentational:!1,nameFrom:["prohibited"],prohibitedProps:["aria-label","aria-labelledby"],props:{},relatedConcepts:[],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","structure","section"]]},r=t;e.default=r}}),rb=R({"node_modules/aria-query/lib/etc/roles/literal/superscriptRole.js"(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var t={abstract:!1,accessibleNameRequired:!1,baseConcepts:[],childrenPresentational:!1,nameFrom:["prohibited"],prohibitedProps:["aria-label","aria-labelledby"],props:{},relatedConcepts:[],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","structure","section"]]},r=t;e.default=r}}),nb=R({"node_modules/aria-query/lib/etc/roles/literal/switchRole.js"(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var t={abstract:!1,accessibleNameRequired:!0,baseConcepts:[],childrenPresentational:!0,nameFrom:["author","contents"],prohibitedProps:[],props:{},relatedConcepts:[{concept:{name:"button"},module:"ARIA"}],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{"aria-checked":null},superClass:[["roletype","widget","input","checkbox"]]},r=t;e.default=r}}),ob=R({"node_modules/aria-query/lib/etc/roles/literal/tabRole.js"(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var t={abstract:!1,accessibleNameRequired:!1,baseConcepts:[],childrenPresentational:!0,nameFrom:["author","contents"],prohibitedProps:[],props:{"aria-disabled":null,"aria-expanded":null,"aria-haspopup":null,"aria-posinset":null,"aria-setsize":null,"aria-selected":"false"},relatedConcepts:[],requireContextRole:["tablist"],requiredContextRole:["tablist"],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","structure","sectionhead"],["roletype","widget"]]},r=t;e.default=r}}),ab=R({"node_modules/aria-query/lib/etc/roles/literal/tableRole.js"(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var t={abstract:!1,accessibleNameRequired:!0,baseConcepts:[],childrenPresentational:!1,nameFrom:["author"],prohibitedProps:[],props:{"aria-colcount":null,"aria-rowcount":null},relatedConcepts:[{concept:{name:"table"},module:"HTML"}],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[["row"],["row","rowgroup"]],requiredProps:{},superClass:[["roletype","structure","section"]]},r=t;e.default=r}}),ib=R({"node_modules/aria-query/lib/etc/roles/literal/tablistRole.js"(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var t={abstract:!1,accessibleNameRequired:!1,baseConcepts:[],childrenPresentational:!1,nameFrom:["author"],prohibitedProps:[],props:{"aria-level":null,"aria-multiselectable":null,"aria-orientation":"horizontal"},relatedConcepts:[{module:"DAISY",concept:{name:"guide"}}],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[["tab"]],requiredProps:{},superClass:[["roletype","widget","composite"]]},r=t;e.default=r}}),lb=R({"node_modules/aria-query/lib/etc/roles/literal/tabpanelRole.js"(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var t={abstract:!1,accessibleNameRequired:!0,baseConcepts:[],childrenPresentational:!1,nameFrom:["author"],prohibitedProps:[],props:{},relatedConcepts:[],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","structure","section"]]},r=t;e.default=r}}),sb=R({"node_modules/aria-query/lib/etc/roles/literal/termRole.js"(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var t={abstract:!1,accessibleNameRequired:!1,baseConcepts:[],childrenPresentational:!1,nameFrom:["author"],prohibitedProps:[],props:{},relatedConcepts:[{concept:{name:"dfn"},module:"HTML"},{concept:{name:"dt"},module:"HTML"}],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","structure","section"]]},r=t;e.default=r}}),ub=R({"node_modules/aria-query/lib/etc/roles/literal/textboxRole.js"(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var t={abstract:!1,accessibleNameRequired:!0,baseConcepts:[],childrenPresentational:!1,nameFrom:["author"],prohibitedProps:[],props:{"aria-activedescendant":null,"aria-autocomplete":null,"aria-errormessage":null,"aria-haspopup":null,"aria-invalid":null,"aria-multiline":null,"aria-placeholder":null,"aria-readonly":null,"aria-required":null},relatedConcepts:[{concept:{attributes:[{constraints:["undefined"],name:"type"},{constraints:["undefined"],name:"list"}],name:"input"},module:"HTML"},{concept:{attributes:[{constraints:["undefined"],name:"list"},{name:"type",value:"email"}],name:"input"},module:"HTML"},{concept:{attributes:[{constraints:["undefined"],name:"list"},{name:"type",value:"tel"}],name:"input"},module:"HTML"},{concept:{attributes:[{constraints:["undefined"],name:"list"},{name:"type",value:"text"}],name:"input"},module:"HTML"},{concept:{attributes:[{constraints:["undefined"],name:"list"},{name:"type",value:"url"}],name:"input"},module:"HTML"},{concept:{name:"input"},module:"XForms"},{concept:{name:"textarea"},module:"HTML"}],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","widget","input"]]},r=t;e.default=r}}),cb=R({"node_modules/aria-query/lib/etc/roles/literal/timeRole.js"(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var t={abstract:!1,accessibleNameRequired:!1,baseConcepts:[],childrenPresentational:!1,nameFrom:["author"],prohibitedProps:[],props:{},relatedConcepts:[],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","structure","section"]]},r=t;e.default=r}}),db=R({"node_modules/aria-query/lib/etc/roles/literal/timerRole.js"(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var t={abstract:!1,accessibleNameRequired:!1,baseConcepts:[],childrenPresentational:!1,nameFrom:["author"],prohibitedProps:[],props:{},relatedConcepts:[],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","structure","section","status"]]},r=t;e.default=r}}),fb=R({"node_modules/aria-query/lib/etc/roles/literal/toolbarRole.js"(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var t={abstract:!1,accessibleNameRequired:!1,baseConcepts:[],childrenPresentational:!1,nameFrom:["author"],prohibitedProps:[],props:{"aria-orientation":"horizontal"},relatedConcepts:[{concept:{name:"menubar"},module:"ARIA"}],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","structure","section","group"]]},r=t;e.default=r}}),pb=R({"node_modules/aria-query/lib/etc/roles/literal/tooltipRole.js"(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var t={abstract:!1,accessibleNameRequired:!0,baseConcepts:[],childrenPresentational:!1,nameFrom:["author","contents"],prohibitedProps:[],props:{},relatedConcepts:[],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","structure","section"]]},r=t;e.default=r}}),mb=R({"node_modules/aria-query/lib/etc/roles/literal/treeRole.js"(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var t={abstract:!1,accessibleNameRequired:!0,baseConcepts:[],childrenPresentational:!1,nameFrom:["author"],prohibitedProps:[],props:{"aria-errormessage":null,"aria-invalid":null,"aria-multiselectable":null,"aria-required":null,"aria-orientation":"vertical"},relatedConcepts:[],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[["treeitem","group"],["treeitem"]],requiredProps:{},superClass:[["roletype","widget","composite","select"],["roletype","structure","section","group","select"]]},r=t;e.default=r}}),hb=R({"node_modules/aria-query/lib/etc/roles/literal/treegridRole.js"(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var t={abstract:!1,accessibleNameRequired:!0,baseConcepts:[],childrenPresentational:!1,nameFrom:["author"],prohibitedProps:[],props:{},relatedConcepts:[],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[["row"],["row","rowgroup"]],requiredProps:{},superClass:[["roletype","widget","composite","grid"],["roletype","structure","section","table","grid"],["roletype","widget","composite","select","tree"],["roletype","structure","section","group","select","tree"]]},r=t;e.default=r}}),yb=R({"node_modules/aria-query/lib/etc/roles/literal/treeitemRole.js"(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var t={abstract:!1,accessibleNameRequired:!0,baseConcepts:[],childrenPresentational:!1,nameFrom:["author","contents"],prohibitedProps:[],props:{"aria-expanded":null,"aria-haspopup":null},relatedConcepts:[],requireContextRole:["group","tree"],requiredContextRole:["group","tree"],requiredOwnedElements:[],requiredProps:{"aria-selected":null},superClass:[["roletype","structure","section","listitem"],["roletype","widget","input","option"]]},r=t;e.default=r}}),bb=R({"node_modules/aria-query/lib/etc/roles/ariaLiteralRoles.js"(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var t=ee(Hh()),r=ee(Vh()),o=ee(zh()),a=ee(Wh()),u=ee(Gh()),n=ee(Kh()),i=ee(Yh()),l=ee(Jh()),s=ee(Xh()),f=ee(Qh()),d=ee(Zh()),c=ee(ey()),p=ee(ty()),m=ee(ry()),h=ee(ny()),b=ee(oy()),y=ee(ay()),v=ee(iy()),S=ee(ly()),E=ee(sy()),C=ee(uy()),T=ee(cy()),O=ee(dy()),g=ee(fy()),P=ee(py()),q=ee(my()),j=ee(hy()),U=ee(yy()),H=ee(by()),V=ee(gy()),re=ee(vy()),J=ee(_y()),ne=ee(Ey()),ae=ee(wy()),se=ee(Sy()),ue=ee(Cy()),x=ee(Py()),M=ee(Oy()),k=ee(Ry()),F=ee(Ty()),G=ee(Ay()),$=ee(xy()),D=ee(qy()),z=ee(My()),Q=ee(jy()),_=ee(Iy()),I=ee(Ny()),B=ee($y()),K=ee(By()),W=ee(ky()),L=ee(Dy()),oe=ee(Ly()),ie=ee(Fy()),fe=ee(Uy()),Ee=ee(Hy()),Ae=ee(Vy()),it=ee(zy()),Ve=ee(Wy()),We=ee(Gy()),lt=ee(Ky()),Ie=ee(Yy()),Ce=ee(Jy()),Ge=ee(Xy()),Pe=ee(Qy()),Re=ee(Zy()),xe=ee(eb()),Ke=ee(tb()),Dt=ee(rb()),mt=ee(nb()),Ne=ee(ob()),Y=ee(ab()),Z=ee(ib()),he=ee(lb()),w=ee(sb()),A=ee(ub()),N=ee(cb()),X=ee(db()),te=ee(fb()),le=ee(pb()),ce=ee(mb()),de=ee(hb()),pe=ee(yb());function ee(Fe){return Fe&&Fe.__esModule?Fe:{default:Fe}}var be=[["alert",t.default],["alertdialog",r.default],["application",o.default],["article",a.default],["banner",u.default],["blockquote",n.default],["button",i.default],["caption",l.default],["cell",s.default],["checkbox",f.default],["code",d.default],["columnheader",c.default],["combobox",p.default],["complementary",m.default],["contentinfo",h.default],["definition",b.default],["deletion",y.default],["dialog",v.default],["directory",S.default],["document",E.default],["emphasis",C.default],["feed",T.default],["figure",O.default],["form",g.default],["generic",P.default],["grid",q.default],["gridcell",j.default],["group",U.default],["heading",H.default],["img",V.default],["insertion",re.default],["link",J.default],["list",ne.default],["listbox",ae.default],["listitem",se.default],["log",ue.default],["main",x.default],["marquee",M.default],["math",k.default],["menu",F.default],["menubar",G.default],["menuitem",$.default],["menuitemcheckbox",D.default],["menuitemradio",z.default],["meter",Q.default],["navigation",_.default],["none",I.default],["note",B.default],["option",K.default],["paragraph",W.default],["presentation",L.default],["progressbar",oe.default],["radio",ie.default],["radiogroup",fe.default],["region",Ee.default],["row",Ae.default],["rowgroup",it.default],["rowheader",Ve.default],["scrollbar",We.default],["search",lt.default],["searchbox",Ie.default],["separator",Ce.default],["slider",Ge.default],["spinbutton",Pe.default],["status",Re.default],["strong",xe.default],["subscript",Ke.default],["superscript",Dt.default],["switch",mt.default],["tab",Ne.default],["table",Y.default],["tablist",Z.default],["tabpanel",he.default],["term",w.default],["textbox",A.default],["time",N.default],["timer",X.default],["toolbar",te.default],["tooltip",le.default],["tree",ce.default],["treegrid",de.default],["treeitem",pe.default]],Oe=be;e.default=Oe}}),gb=R({"node_modules/aria-query/lib/etc/roles/dpub/docAbstractRole.js"(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var t={abstract:!1,accessibleNameRequired:!1,baseConcepts:[],childrenPresentational:!1,nameFrom:["author"],prohibitedProps:[],props:{"aria-disabled":null,"aria-errormessage":null,"aria-expanded":null,"aria-haspopup":null,"aria-invalid":null},relatedConcepts:[{concept:{name:"abstract [EPUB-SSV]"},module:"EPUB"}],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","structure","section"]]},r=t;e.default=r}}),vb=R({"node_modules/aria-query/lib/etc/roles/dpub/docAcknowledgmentsRole.js"(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var t={abstract:!1,accessibleNameRequired:!1,baseConcepts:[],childrenPresentational:!1,nameFrom:["author"],prohibitedProps:[],props:{"aria-disabled":null,"aria-errormessage":null,"aria-expanded":null,"aria-haspopup":null,"aria-invalid":null},relatedConcepts:[{concept:{name:"acknowledgments [EPUB-SSV]"},module:"EPUB"}],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","structure","section","landmark"]]},r=t;e.default=r}}),_b=R({"node_modules/aria-query/lib/etc/roles/dpub/docAfterwordRole.js"(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var t={abstract:!1,accessibleNameRequired:!1,baseConcepts:[],childrenPresentational:!1,nameFrom:["author"],prohibitedProps:[],props:{"aria-disabled":null,"aria-errormessage":null,"aria-expanded":null,"aria-haspopup":null,"aria-invalid":null},relatedConcepts:[{concept:{name:"afterword [EPUB-SSV]"},module:"EPUB"}],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","structure","section","landmark"]]},r=t;e.default=r}}),Eb=R({"node_modules/aria-query/lib/etc/roles/dpub/docAppendixRole.js"(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var t={abstract:!1,accessibleNameRequired:!1,baseConcepts:[],childrenPresentational:!1,nameFrom:["author"],prohibitedProps:[],props:{"aria-disabled":null,"aria-errormessage":null,"aria-expanded":null,"aria-haspopup":null,"aria-invalid":null},relatedConcepts:[{concept:{name:"appendix [EPUB-SSV]"},module:"EPUB"}],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","structure","section","landmark"]]},r=t;e.default=r}}),wb=R({"node_modules/aria-query/lib/etc/roles/dpub/docBacklinkRole.js"(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var t={abstract:!1,accessibleNameRequired:!0,baseConcepts:[],childrenPresentational:!1,nameFrom:["author","content"],prohibitedProps:[],props:{"aria-errormessage":null,"aria-invalid":null},relatedConcepts:[{concept:{name:"referrer [EPUB-SSV]"},module:"EPUB"}],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","widget","command","link"]]},r=t;e.default=r}}),Sb=R({"node_modules/aria-query/lib/etc/roles/dpub/docBiblioentryRole.js"(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var t={abstract:!1,accessibleNameRequired:!0,baseConcepts:[],childrenPresentational:!1,nameFrom:["author"],prohibitedProps:[],props:{"aria-disabled":null,"aria-errormessage":null,"aria-expanded":null,"aria-haspopup":null,"aria-invalid":null},relatedConcepts:[{concept:{name:"EPUB biblioentry [EPUB-SSV]"},module:"EPUB"}],requireContextRole:["doc-bibliography"],requiredContextRole:["doc-bibliography"],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","structure","section","listitem"]]},r=t;e.default=r}}),Cb=R({"node_modules/aria-query/lib/etc/roles/dpub/docBibliographyRole.js"(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var t={abstract:!1,accessibleNameRequired:!1,baseConcepts:[],childrenPresentational:!1,nameFrom:["author"],prohibitedProps:[],props:{"aria-disabled":null,"aria-errormessage":null,"aria-expanded":null,"aria-haspopup":null,"aria-invalid":null},relatedConcepts:[{concept:{name:"bibliography [EPUB-SSV]"},module:"EPUB"}],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[["doc-biblioentry"]],requiredProps:{},superClass:[["roletype","structure","section","landmark"]]},r=t;e.default=r}}),Pb=R({"node_modules/aria-query/lib/etc/roles/dpub/docBibliorefRole.js"(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var t={abstract:!1,accessibleNameRequired:!0,baseConcepts:[],childrenPresentational:!1,nameFrom:["author","contents"],prohibitedProps:[],props:{"aria-errormessage":null,"aria-invalid":null},relatedConcepts:[{concept:{name:"biblioref [EPUB-SSV]"},module:"EPUB"}],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","widget","command","link"]]},r=t;e.default=r}}),Ob=R({"node_modules/aria-query/lib/etc/roles/dpub/docChapterRole.js"(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var t={abstract:!1,accessibleNameRequired:!1,baseConcepts:[],childrenPresentational:!1,nameFrom:["author"],prohibitedProps:[],props:{"aria-disabled":null,"aria-errormessage":null,"aria-expanded":null,"aria-haspopup":null,"aria-invalid":null},relatedConcepts:[{concept:{name:"chapter [EPUB-SSV]"},module:"EPUB"}],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","structure","section","landmark"]]},r=t;e.default=r}}),Rb=R({"node_modules/aria-query/lib/etc/roles/dpub/docColophonRole.js"(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var t={abstract:!1,accessibleNameRequired:!1,baseConcepts:[],childrenPresentational:!1,nameFrom:["author"],prohibitedProps:[],props:{"aria-disabled":null,"aria-errormessage":null,"aria-expanded":null,"aria-haspopup":null,"aria-invalid":null},relatedConcepts:[{concept:{name:"colophon [EPUB-SSV]"},module:"EPUB"}],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","structure","section"]]},r=t;e.default=r}}),Tb=R({"node_modules/aria-query/lib/etc/roles/dpub/docConclusionRole.js"(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var t={abstract:!1,accessibleNameRequired:!1,baseConcepts:[],childrenPresentational:!1,nameFrom:["author"],prohibitedProps:[],props:{"aria-disabled":null,"aria-errormessage":null,"aria-expanded":null,"aria-haspopup":null,"aria-invalid":null},relatedConcepts:[{concept:{name:"conclusion [EPUB-SSV]"},module:"EPUB"}],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","structure","section","landmark"]]},r=t;e.default=r}}),Ab=R({"node_modules/aria-query/lib/etc/roles/dpub/docCoverRole.js"(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var t={abstract:!1,accessibleNameRequired:!1,baseConcepts:[],childrenPresentational:!1,nameFrom:["author"],prohibitedProps:[],props:{"aria-disabled":null,"aria-errormessage":null,"aria-expanded":null,"aria-haspopup":null,"aria-invalid":null},relatedConcepts:[{concept:{name:"cover [EPUB-SSV]"},module:"EPUB"}],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","structure","section","img"]]},r=t;e.default=r}}),xb=R({"node_modules/aria-query/lib/etc/roles/dpub/docCreditRole.js"(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var t={abstract:!1,accessibleNameRequired:!1,baseConcepts:[],childrenPresentational:!1,nameFrom:["author"],prohibitedProps:[],props:{"aria-disabled":null,"aria-errormessage":null,"aria-expanded":null,"aria-haspopup":null,"aria-invalid":null},relatedConcepts:[{concept:{name:"credit [EPUB-SSV]"},module:"EPUB"}],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","structure","section"]]},r=t;e.default=r}}),qb=R({"node_modules/aria-query/lib/etc/roles/dpub/docCreditsRole.js"(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var t={abstract:!1,accessibleNameRequired:!1,baseConcepts:[],childrenPresentational:!1,nameFrom:["author"],prohibitedProps:[],props:{"aria-disabled":null,"aria-errormessage":null,"aria-expanded":null,"aria-haspopup":null,"aria-invalid":null},relatedConcepts:[{concept:{name:"credits [EPUB-SSV]"},module:"EPUB"}],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","structure","section","landmark"]]},r=t;e.default=r}}),Mb=R({"node_modules/aria-query/lib/etc/roles/dpub/docDedicationRole.js"(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var t={abstract:!1,accessibleNameRequired:!1,baseConcepts:[],childrenPresentational:!1,nameFrom:["author"],prohibitedProps:[],props:{"aria-disabled":null,"aria-errormessage":null,"aria-expanded":null,"aria-haspopup":null,"aria-invalid":null},relatedConcepts:[{concept:{name:"dedication [EPUB-SSV]"},module:"EPUB"}],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","structure","section"]]},r=t;e.default=r}}),jb=R({"node_modules/aria-query/lib/etc/roles/dpub/docEndnoteRole.js"(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var t={abstract:!1,accessibleNameRequired:!1,baseConcepts:[],childrenPresentational:!1,nameFrom:["author"],prohibitedProps:[],props:{"aria-disabled":null,"aria-errormessage":null,"aria-expanded":null,"aria-haspopup":null,"aria-invalid":null},relatedConcepts:[{concept:{name:"rearnote [EPUB-SSV]"},module:"EPUB"}],requireContextRole:["doc-endnotes"],requiredContextRole:["doc-endnotes"],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","structure","section","listitem"]]},r=t;e.default=r}}),Ib=R({"node_modules/aria-query/lib/etc/roles/dpub/docEndnotesRole.js"(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var t={abstract:!1,accessibleNameRequired:!1,baseConcepts:[],childrenPresentational:!1,nameFrom:["author"],prohibitedProps:[],props:{"aria-disabled":null,"aria-errormessage":null,"aria-expanded":null,"aria-haspopup":null,"aria-invalid":null},relatedConcepts:[{concept:{name:"rearnotes [EPUB-SSV]"},module:"EPUB"}],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[["doc-endnote"]],requiredProps:{},superClass:[["roletype","structure","section","landmark"]]},r=t;e.default=r}}),Nb=R({"node_modules/aria-query/lib/etc/roles/dpub/docEpigraphRole.js"(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var t={abstract:!1,accessibleNameRequired:!1,baseConcepts:[],childrenPresentational:!1,nameFrom:["author"],prohibitedProps:[],props:{"aria-disabled":null,"aria-errormessage":null,"aria-expanded":null,"aria-haspopup":null,"aria-invalid":null},relatedConcepts:[{concept:{name:"epigraph [EPUB-SSV]"},module:"EPUB"}],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","structure","section"]]},r=t;e.default=r}}),$b=R({"node_modules/aria-query/lib/etc/roles/dpub/docEpilogueRole.js"(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var t={abstract:!1,accessibleNameRequired:!1,baseConcepts:[],childrenPresentational:!1,nameFrom:["author"],prohibitedProps:[],props:{"aria-disabled":null,"aria-errormessage":null,"aria-expanded":null,"aria-haspopup":null,"aria-invalid":null},relatedConcepts:[{concept:{name:"epilogue [EPUB-SSV]"},module:"EPUB"}],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","structure","section","landmark"]]},r=t;e.default=r}}),Bb=R({"node_modules/aria-query/lib/etc/roles/dpub/docErrataRole.js"(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var t={abstract:!1,accessibleNameRequired:!1,baseConcepts:[],childrenPresentational:!1,nameFrom:["author"],prohibitedProps:[],props:{"aria-disabled":null,"aria-errormessage":null,"aria-expanded":null,"aria-haspopup":null,"aria-invalid":null},relatedConcepts:[{concept:{name:"errata [EPUB-SSV]"},module:"EPUB"}],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","structure","section","landmark"]]},r=t;e.default=r}}),kb=R({"node_modules/aria-query/lib/etc/roles/dpub/docExampleRole.js"(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var t={abstract:!1,accessibleNameRequired:!1,baseConcepts:[],childrenPresentational:!1,nameFrom:["author"],prohibitedProps:[],props:{"aria-disabled":null,"aria-errormessage":null,"aria-expanded":null,"aria-haspopup":null,"aria-invalid":null},relatedConcepts:[],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","structure","section"]]},r=t;e.default=r}}),Db=R({"node_modules/aria-query/lib/etc/roles/dpub/docFootnoteRole.js"(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var t={abstract:!1,accessibleNameRequired:!1,baseConcepts:[],childrenPresentational:!1,nameFrom:["author"],prohibitedProps:[],props:{"aria-disabled":null,"aria-errormessage":null,"aria-expanded":null,"aria-haspopup":null,"aria-invalid":null},relatedConcepts:[{concept:{name:"footnote [EPUB-SSV]"},module:"EPUB"}],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","structure","section"]]},r=t;e.default=r}}),Lb=R({"node_modules/aria-query/lib/etc/roles/dpub/docForewordRole.js"(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var t={abstract:!1,accessibleNameRequired:!1,baseConcepts:[],childrenPresentational:!1,nameFrom:["author"],prohibitedProps:[],props:{"aria-disabled":null,"aria-errormessage":null,"aria-expanded":null,"aria-haspopup":null,"aria-invalid":null},relatedConcepts:[{concept:{name:"foreword [EPUB-SSV]"},module:"EPUB"}],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","structure","section","landmark"]]},r=t;e.default=r}}),Fb=R({"node_modules/aria-query/lib/etc/roles/dpub/docGlossaryRole.js"(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var t={abstract:!1,accessibleNameRequired:!1,baseConcepts:[],childrenPresentational:!1,nameFrom:["author"],prohibitedProps:[],props:{"aria-disabled":null,"aria-errormessage":null,"aria-expanded":null,"aria-haspopup":null,"aria-invalid":null},relatedConcepts:[{concept:{name:"glossary [EPUB-SSV]"},module:"EPUB"}],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[["definition"],["term"]],requiredProps:{},superClass:[["roletype","structure","section","landmark"]]},r=t;e.default=r}}),Ub=R({"node_modules/aria-query/lib/etc/roles/dpub/docGlossrefRole.js"(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var t={abstract:!1,accessibleNameRequired:!0,baseConcepts:[],childrenPresentational:!1,nameFrom:["author","contents"],prohibitedProps:[],props:{"aria-errormessage":null,"aria-invalid":null},relatedConcepts:[{concept:{name:"glossref [EPUB-SSV]"},module:"EPUB"}],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","widget","command","link"]]},r=t;e.default=r}}),Hb=R({"node_modules/aria-query/lib/etc/roles/dpub/docIndexRole.js"(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var t={abstract:!1,accessibleNameRequired:!1,baseConcepts:[],childrenPresentational:!1,nameFrom:["author"],prohibitedProps:[],props:{"aria-disabled":null,"aria-errormessage":null,"aria-expanded":null,"aria-haspopup":null,"aria-invalid":null},relatedConcepts:[{concept:{name:"index [EPUB-SSV]"},module:"EPUB"}],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","structure","section","landmark","navigation"]]},r=t;e.default=r}}),Vb=R({"node_modules/aria-query/lib/etc/roles/dpub/docIntroductionRole.js"(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var t={abstract:!1,accessibleNameRequired:!1,baseConcepts:[],childrenPresentational:!1,nameFrom:["author"],prohibitedProps:[],props:{"aria-disabled":null,"aria-errormessage":null,"aria-expanded":null,"aria-haspopup":null,"aria-invalid":null},relatedConcepts:[{concept:{name:"introduction [EPUB-SSV]"},module:"EPUB"}],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","structure","section","landmark"]]},r=t;e.default=r}}),zb=R({"node_modules/aria-query/lib/etc/roles/dpub/docNoterefRole.js"(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var t={abstract:!1,accessibleNameRequired:!0,baseConcepts:[],childrenPresentational:!1,nameFrom:["author","contents"],prohibitedProps:[],props:{"aria-errormessage":null,"aria-invalid":null},relatedConcepts:[{concept:{name:"noteref [EPUB-SSV]"},module:"EPUB"}],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","widget","command","link"]]},r=t;e.default=r}}),Wb=R({"node_modules/aria-query/lib/etc/roles/dpub/docNoticeRole.js"(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var t={abstract:!1,accessibleNameRequired:!1,baseConcepts:[],childrenPresentational:!1,nameFrom:["author"],prohibitedProps:[],props:{"aria-disabled":null,"aria-errormessage":null,"aria-expanded":null,"aria-haspopup":null,"aria-invalid":null},relatedConcepts:[{concept:{name:"notice [EPUB-SSV]"},module:"EPUB"}],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","structure","section","note"]]},r=t;e.default=r}}),Gb=R({"node_modules/aria-query/lib/etc/roles/dpub/docPagebreakRole.js"(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var t={abstract:!1,accessibleNameRequired:!0,baseConcepts:[],childrenPresentational:!0,nameFrom:["author"],prohibitedProps:[],props:{"aria-errormessage":null,"aria-expanded":null,"aria-haspopup":null,"aria-invalid":null},relatedConcepts:[{concept:{name:"pagebreak [EPUB-SSV]"},module:"EPUB"}],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","structure","separator"]]},r=t;e.default=r}}),Kb=R({"node_modules/aria-query/lib/etc/roles/dpub/docPagelistRole.js"(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var t={abstract:!1,accessibleNameRequired:!1,baseConcepts:[],childrenPresentational:!1,nameFrom:["author"],prohibitedProps:[],props:{"aria-disabled":null,"aria-errormessage":null,"aria-expanded":null,"aria-haspopup":null,"aria-invalid":null},relatedConcepts:[{concept:{name:"page-list [EPUB-SSV]"},module:"EPUB"}],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","structure","section","landmark","navigation"]]},r=t;e.default=r}}),Yb=R({"node_modules/aria-query/lib/etc/roles/dpub/docPartRole.js"(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var t={abstract:!1,accessibleNameRequired:!0,baseConcepts:[],childrenPresentational:!1,nameFrom:["author"],prohibitedProps:[],props:{"aria-disabled":null,"aria-errormessage":null,"aria-expanded":null,"aria-haspopup":null,"aria-invalid":null},relatedConcepts:[{concept:{name:"part [EPUB-SSV]"},module:"EPUB"}],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","structure","section","landmark"]]},r=t;e.default=r}}),Jb=R({"node_modules/aria-query/lib/etc/roles/dpub/docPrefaceRole.js"(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var t={abstract:!1,accessibleNameRequired:!1,baseConcepts:[],childrenPresentational:!1,nameFrom:["author"],prohibitedProps:[],props:{"aria-disabled":null,"aria-errormessage":null,"aria-expanded":null,"aria-haspopup":null,"aria-invalid":null},relatedConcepts:[{concept:{name:"preface [EPUB-SSV]"},module:"EPUB"}],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","structure","section","landmark"]]},r=t;e.default=r}}),Xb=R({"node_modules/aria-query/lib/etc/roles/dpub/docPrologueRole.js"(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var t={abstract:!1,accessibleNameRequired:!1,baseConcepts:[],childrenPresentational:!1,nameFrom:["author"],prohibitedProps:[],props:{"aria-disabled":null,"aria-errormessage":null,"aria-expanded":null,"aria-haspopup":null,"aria-invalid":null},relatedConcepts:[{concept:{name:"prologue [EPUB-SSV]"},module:"EPUB"}],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","structure","section","landmark"]]},r=t;e.default=r}}),Qb=R({"node_modules/aria-query/lib/etc/roles/dpub/docPullquoteRole.js"(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var t={abstract:!1,accessibleNameRequired:!1,baseConcepts:[],childrenPresentational:!1,nameFrom:["author"],prohibitedProps:[],props:{},relatedConcepts:[{concept:{name:"pullquote [EPUB-SSV]"},module:"EPUB"}],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["none"]]},r=t;e.default=r}}),Zb=R({"node_modules/aria-query/lib/etc/roles/dpub/docQnaRole.js"(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var t={abstract:!1,accessibleNameRequired:!1,baseConcepts:[],childrenPresentational:!1,nameFrom:["author"],prohibitedProps:[],props:{"aria-disabled":null,"aria-errormessage":null,"aria-expanded":null,"aria-haspopup":null,"aria-invalid":null},relatedConcepts:[{concept:{name:"qna [EPUB-SSV]"},module:"EPUB"}],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","structure","section"]]},r=t;e.default=r}}),eg=R({"node_modules/aria-query/lib/etc/roles/dpub/docSubtitleRole.js"(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var t={abstract:!1,accessibleNameRequired:!1,baseConcepts:[],childrenPresentational:!1,nameFrom:["author"],prohibitedProps:[],props:{"aria-disabled":null,"aria-errormessage":null,"aria-expanded":null,"aria-haspopup":null,"aria-invalid":null},relatedConcepts:[{concept:{name:"subtitle [EPUB-SSV]"},module:"EPUB"}],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","structure","sectionhead"]]},r=t;e.default=r}}),tg=R({"node_modules/aria-query/lib/etc/roles/dpub/docTipRole.js"(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var t={abstract:!1,accessibleNameRequired:!1,baseConcepts:[],childrenPresentational:!1,nameFrom:["author"],prohibitedProps:[],props:{"aria-disabled":null,"aria-errormessage":null,"aria-expanded":null,"aria-haspopup":null,"aria-invalid":null},relatedConcepts:[{concept:{name:"help [EPUB-SSV]"},module:"EPUB"}],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","structure","section","note"]]},r=t;e.default=r}}),rg=R({"node_modules/aria-query/lib/etc/roles/dpub/docTocRole.js"(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var t={abstract:!1,accessibleNameRequired:!1,baseConcepts:[],childrenPresentational:!1,nameFrom:["author"],prohibitedProps:[],props:{"aria-disabled":null,"aria-errormessage":null,"aria-expanded":null,"aria-haspopup":null,"aria-invalid":null},relatedConcepts:[{concept:{name:"toc [EPUB-SSV]"},module:"EPUB"}],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","structure","section","landmark","navigation"]]},r=t;e.default=r}}),ng=R({"node_modules/aria-query/lib/etc/roles/ariaDpubRoles.js"(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var t=F(gb()),r=F(vb()),o=F(_b()),a=F(Eb()),u=F(wb()),n=F(Sb()),i=F(Cb()),l=F(Pb()),s=F(Ob()),f=F(Rb()),d=F(Tb()),c=F(Ab()),p=F(xb()),m=F(qb()),h=F(Mb()),b=F(jb()),y=F(Ib()),v=F(Nb()),S=F($b()),E=F(Bb()),C=F(kb()),T=F(Db()),O=F(Lb()),g=F(Fb()),P=F(Ub()),q=F(Hb()),j=F(Vb()),U=F(zb()),H=F(Wb()),V=F(Gb()),re=F(Kb()),J=F(Yb()),ne=F(Jb()),ae=F(Xb()),se=F(Qb()),ue=F(Zb()),x=F(eg()),M=F(tg()),k=F(rg());function F(D){return D&&D.__esModule?D:{default:D}}var G=[["doc-abstract",t.default],["doc-acknowledgments",r.default],["doc-afterword",o.default],["doc-appendix",a.default],["doc-backlink",u.default],["doc-biblioentry",n.default],["doc-bibliography",i.default],["doc-biblioref",l.default],["doc-chapter",s.default],["doc-colophon",f.default],["doc-conclusion",d.default],["doc-cover",c.default],["doc-credit",p.default],["doc-credits",m.default],["doc-dedication",h.default],["doc-endnote",b.default],["doc-endnotes",y.default],["doc-epigraph",v.default],["doc-epilogue",S.default],["doc-errata",E.default],["doc-example",C.default],["doc-footnote",T.default],["doc-foreword",O.default],["doc-glossary",g.default],["doc-glossref",P.default],["doc-index",q.default],["doc-introduction",j.default],["doc-noteref",U.default],["doc-notice",H.default],["doc-pagebreak",V.default],["doc-pagelist",re.default],["doc-part",J.default],["doc-preface",ne.default],["doc-prologue",ae.default],["doc-pullquote",se.default],["doc-qna",ue.default],["doc-subtitle",x.default],["doc-tip",M.default],["doc-toc",k.default]],$=G;e.default=$}}),og=R({"node_modules/aria-query/lib/etc/roles/graphics/graphicsDocumentRole.js"(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var t={abstract:!1,accessibleNameRequired:!0,baseConcepts:[],childrenPresentational:!1,nameFrom:["author"],prohibitedProps:[],props:{"aria-disabled":null,"aria-errormessage":null,"aria-expanded":null,"aria-haspopup":null,"aria-invalid":null},relatedConcepts:[{module:"GRAPHICS",concept:{name:"graphics-object"}},{module:"ARIA",concept:{name:"img"}},{module:"ARIA",concept:{name:"article"}}],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","structure","document"]]},r=t;e.default=r}}),ag=R({"node_modules/aria-query/lib/etc/roles/graphics/graphicsObjectRole.js"(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var t={abstract:!1,accessibleNameRequired:!1,baseConcepts:[],childrenPresentational:!1,nameFrom:["author","contents"],prohibitedProps:[],props:{"aria-errormessage":null,"aria-expanded":null,"aria-haspopup":null,"aria-invalid":null},relatedConcepts:[{module:"GRAPHICS",concept:{name:"graphics-document"}},{module:"ARIA",concept:{name:"group"}},{module:"ARIA",concept:{name:"img"}},{module:"GRAPHICS",concept:{name:"graphics-symbol"}}],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","structure","section","group"]]},r=t;e.default=r}}),ig=R({"node_modules/aria-query/lib/etc/roles/graphics/graphicsSymbolRole.js"(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var t={abstract:!1,accessibleNameRequired:!0,baseConcepts:[],childrenPresentational:!0,nameFrom:["author"],prohibitedProps:[],props:{"aria-disabled":null,"aria-errormessage":null,"aria-expanded":null,"aria-haspopup":null,"aria-invalid":null},relatedConcepts:[],requireContextRole:[],requiredContextRole:[],requiredOwnedElements:[],requiredProps:{},superClass:[["roletype","structure","section","img"]]},r=t;e.default=r}}),lg=R({"node_modules/aria-query/lib/etc/roles/ariaGraphicsRoles.js"(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var t=a(og()),r=a(ag()),o=a(ig());function a(i){return i&&i.__esModule?i:{default:i}}var u=[["graphics-document",t.default],["graphics-object",r.default],["graphics-symbol",o.default]],n=u;e.default=n}}),Ea=R({"node_modules/aria-query/lib/rolesMap.js"(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var t=n(Uh()),r=n(bb()),o=n(ng()),a=n(lg()),u=n(rn());function n(v){return v&&v.__esModule?v:{default:v}}function i(v,S,E){return S in v?Object.defineProperty(v,S,{value:E,enumerable:!0,configurable:!0,writable:!0}):v[S]=E,v}function l(v,S){var E=typeof Symbol<"u"&&v[Symbol.iterator]||v["@@iterator"];if(!E){if(Array.isArray(v)||(E=d(v))||S&&v&&typeof v.length=="number"){E&&(v=E);var C=0,T=function(){};return{s:T,n:function(){return C>=v.length?{done:!0}:{done:!1,value:v[C++]}},e:function(q){throw q},f:T}}throw new TypeError(`Invalid attempt to iterate non-iterable instance.
38
- In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}var O=!0,g=!1,P;return{s:function(){E=E.call(v)},n:function(){var q=E.next();return O=q.done,q},e:function(q){g=!0,P=q},f:function(){try{!O&&E.return!=null&&E.return()}finally{if(g)throw P}}}}function s(v,S){return m(v)||p(v,S)||d(v,S)||f()}function f(){throw new TypeError(`Invalid attempt to destructure non-iterable instance.
39
- In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function d(v,S){if(v){if(typeof v=="string")return c(v,S);var E=Object.prototype.toString.call(v).slice(8,-1);if(E==="Object"&&v.constructor&&(E=v.constructor.name),E==="Map"||E==="Set")return Array.from(v);if(E==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(E))return c(v,S)}}function c(v,S){(S==null||S>v.length)&&(S=v.length);for(var E=0,C=new Array(S);E<S;E++)C[E]=v[E];return C}function p(v,S){var E=v==null?null:typeof Symbol<"u"&&v[Symbol.iterator]||v["@@iterator"];if(E!=null){var C=[],T=!0,O=!1,g,P;try{for(E=E.call(v);!(T=(g=E.next()).done)&&(C.push(g.value),!(S&&C.length===S));T=!0);}catch(q){O=!0,P=q}finally{try{!T&&E.return!=null&&E.return()}finally{if(O)throw P}}return C}}function m(v){if(Array.isArray(v))return v}var h=[].concat(t.default,r.default,o.default,a.default);h.forEach(function(v){var S=s(v,2),E=S[1],C=l(E.superClass),T;try{for(C.s();!(T=C.n()).done;){var O=T.value,g=l(O),P;try{var q=function(){var j=P.value,U=h.find(function(ne){var ae=s(ne,1),se=ae[0];return se===j});if(U)for(var H=U[1],V=0,re=Object.keys(H.props);V<re.length;V++){var J=re[V];Object.prototype.hasOwnProperty.call(E.props,J)||Object.assign(E.props,i({},J,H.props[J]))}};for(g.s();!(P=g.n()).done;)q()}catch(j){g.e(j)}finally{g.f()}}}catch(j){C.e(j)}finally{C.f()}});var b={entries:function(){return h},forEach:function(v){var S=arguments.length>1&&arguments[1]!==void 0?arguments[1]:null,E=l(h),C;try{for(E.s();!(C=E.n()).done;){var T=s(C.value,2),O=T[0],g=T[1];v.call(S,g,O,h)}}catch(P){E.e(P)}finally{E.f()}},get:function(v){var S=h.find(function(E){return E[0]===v});return S&&S[1]},has:function(v){return!!b.get(v)},keys:function(){return h.map(function(v){var S=s(v,1),E=S[0];return E})},values:function(){return h.map(function(v){var S=s(v,2),E=S[1];return E})}},y=(0,u.default)(b,b.entries());e.default=y}}),Os=R({"../../node_modules/object-keys/isArguments.js"(e,t){var r=Object.prototype.toString;t.exports=function(o){var a=r.call(o),u=a==="[object Arguments]";return u||(u=a!=="[object Array]"&&o!==null&&typeof o=="object"&&typeof o.length=="number"&&o.length>=0&&r.call(o.callee)==="[object Function]"),u}}}),sg=R({"../../node_modules/object-keys/implementation.js"(e,t){var r;Object.keys||(o=Object.prototype.hasOwnProperty,a=Object.prototype.toString,u=Os(),n=Object.prototype.propertyIsEnumerable,i=!n.call({toString:null},"toString"),l=n.call(function(){},"prototype"),s=["toString","toLocaleString","valueOf","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","constructor"],f=function(m){var h=m.constructor;return h&&h.prototype===m},d={$applicationCache:!0,$console:!0,$external:!0,$frame:!0,$frameElement:!0,$frames:!0,$innerHeight:!0,$innerWidth:!0,$onmozfullscreenchange:!0,$onmozfullscreenerror:!0,$outerHeight:!0,$outerWidth:!0,$pageXOffset:!0,$pageYOffset:!0,$parent:!0,$scrollLeft:!0,$scrollTop:!0,$scrollX:!0,$scrollY:!0,$self:!0,$webkitIndexedDB:!0,$webkitStorageInfo:!0,$window:!0},c=function(){if(typeof window>"u")return!1;for(var m in window)try{if(!d["$"+m]&&o.call(window,m)&&window[m]!==null&&typeof window[m]=="object")try{f(window[m])}catch{return!0}}catch{return!0}return!1}(),p=function(m){if(typeof window>"u"||!c)return f(m);try{return f(m)}catch{return!1}},r=function(m){var h=m!==null&&typeof m=="object",b=a.call(m)==="[object Function]",y=u(m),v=h&&a.call(m)==="[object String]",S=[];if(!h&&!b&&!y)throw new TypeError("Object.keys called on a non-object");var E=l&&b;if(v&&m.length>0&&!o.call(m,0))for(var C=0;C<m.length;++C)S.push(String(C));if(y&&m.length>0)for(var T=0;T<m.length;++T)S.push(String(T));else for(var O in m)!(E&&O==="prototype")&&o.call(m,O)&&S.push(String(O));if(i)for(var g=p(m),P=0;P<s.length;++P)!(g&&s[P]==="constructor")&&o.call(m,s[P])&&S.push(s[P]);return S});var o,a,u,n,i,l,s,f,d,c,p;t.exports=r}}),wa=R({"../../node_modules/object-keys/index.js"(e,t){var r=Array.prototype.slice,o=Os(),a=Object.keys,u=a?function(i){return a(i)}:sg(),n=Object.keys;u.shim=function(){if(Object.keys){var i=function(){var l=Object.keys(arguments);return l&&l.length===arguments.length}(1,2);i||(Object.keys=function(l){return o(l)?n(r.call(l)):n(l)})}else Object.keys=u;return Object.keys||u},t.exports=u}}),ug=R({"../../node_modules/es-errors/index.js"(e,t){t.exports=Error}}),cg=R({"../../node_modules/es-errors/eval.js"(e,t){t.exports=EvalError}}),dg=R({"../../node_modules/es-errors/range.js"(e,t){t.exports=RangeError}}),fg=R({"../../node_modules/es-errors/ref.js"(e,t){t.exports=ReferenceError}}),Rs=R({"../../node_modules/es-errors/syntax.js"(e,t){t.exports=SyntaxError}}),Jt=R({"../../node_modules/es-errors/type.js"(e,t){t.exports=TypeError}}),pg=R({"../../node_modules/es-errors/uri.js"(e,t){t.exports=URIError}}),Wn=R({"../../node_modules/has-symbols/shams.js"(e,t){t.exports=function(){if(typeof Symbol!="function"||typeof Object.getOwnPropertySymbols!="function")return!1;if(typeof Symbol.iterator=="symbol")return!0;var r={},o=Symbol("test"),a=Object(o);if(typeof o=="string"||Object.prototype.toString.call(o)!=="[object Symbol]"||Object.prototype.toString.call(a)!=="[object Symbol]")return!1;var u=42;r[o]=u;for(o in r)return!1;if(typeof Object.keys=="function"&&Object.keys(r).length!==0||typeof Object.getOwnPropertyNames=="function"&&Object.getOwnPropertyNames(r).length!==0)return!1;var n=Object.getOwnPropertySymbols(r);if(n.length!==1||n[0]!==o||!Object.prototype.propertyIsEnumerable.call(r,o))return!1;if(typeof Object.getOwnPropertyDescriptor=="function"){var i=Object.getOwnPropertyDescriptor(r,o);if(i.value!==u||i.enumerable!==!0)return!1}return!0}}}),Sa=R({"../../node_modules/has-symbols/index.js"(e,t){var r=typeof Symbol<"u"&&Symbol,o=Wn();t.exports=function(){return typeof r!="function"||typeof Symbol!="function"||typeof r("foo")!="symbol"||typeof Symbol("bar")!="symbol"?!1:o()}}}),mg=R({"../../node_modules/has-proto/index.js"(e,t){var r={__proto__:null,foo:{}},o=Object;t.exports=function(){return{__proto__:r}.foo===r.foo&&!(r instanceof o)}}}),hg=R({"../../node_modules/function-bind/implementation.js"(e,t){var r="Function.prototype.bind called on incompatible ",o=Object.prototype.toString,a=Math.max,u="[object Function]",n=function(s,f){for(var d=[],c=0;c<s.length;c+=1)d[c]=s[c];for(var p=0;p<f.length;p+=1)d[p+s.length]=f[p];return d},i=function(s,f){for(var d=[],c=f||0,p=0;c<s.length;c+=1,p+=1)d[p]=s[c];return d},l=function(s,f){for(var d="",c=0;c<s.length;c+=1)d+=s[c],c+1<s.length&&(d+=f);return d};t.exports=function(s){var f=this;if(typeof f!="function"||o.apply(f)!==u)throw new TypeError(r+f);for(var d=i(arguments,1),c,p=function(){if(this instanceof c){var v=f.apply(this,n(d,arguments));return Object(v)===v?v:this}return f.apply(s,n(d,arguments))},m=a(0,f.length-d.length),h=[],b=0;b<m;b++)h[b]="$"+b;if(c=Function("binder","return function ("+l(h,",")+"){ return binder.apply(this,arguments); }")(p),f.prototype){var y=function(){};y.prototype=f.prototype,c.prototype=new y,y.prototype=null}return c}}}),Ca=R({"../../node_modules/function-bind/index.js"(e,t){var r=hg();t.exports=Function.prototype.bind||r}}),Ts=R({"../../node_modules/hasown/index.js"(e,t){var r=Function.prototype.call,o=Object.prototype.hasOwnProperty,a=Ca();t.exports=a.call(r,o)}}),ct=R({"../../node_modules/get-intrinsic/index.js"(e,t){var r,o=ug(),a=cg(),u=dg(),n=fg(),i=Rs(),l=Jt(),s=pg(),f=Function,d=function(se){try{return f('"use strict"; return ('+se+").constructor;")()}catch{}},c=Object.getOwnPropertyDescriptor;if(c)try{c({},"")}catch{c=null}var p=function(){throw new l},m=c?function(){try{return arguments.callee,p}catch{try{return c(arguments,"callee").get}catch{return p}}}():p,h=Sa()(),b=mg()(),y=Object.getPrototypeOf||(b?function(se){return se.__proto__}:null),v={},S=typeof Uint8Array>"u"||!y?r:y(Uint8Array),E={__proto__:null,"%AggregateError%":typeof AggregateError>"u"?r:AggregateError,"%Array%":Array,"%ArrayBuffer%":typeof ArrayBuffer>"u"?r:ArrayBuffer,"%ArrayIteratorPrototype%":h&&y?y([][Symbol.iterator]()):r,"%AsyncFromSyncIteratorPrototype%":r,"%AsyncFunction%":v,"%AsyncGenerator%":v,"%AsyncGeneratorFunction%":v,"%AsyncIteratorPrototype%":v,"%Atomics%":typeof Atomics>"u"?r:Atomics,"%BigInt%":typeof BigInt>"u"?r:BigInt,"%BigInt64Array%":typeof BigInt64Array>"u"?r:BigInt64Array,"%BigUint64Array%":typeof BigUint64Array>"u"?r:BigUint64Array,"%Boolean%":Boolean,"%DataView%":typeof DataView>"u"?r:DataView,"%Date%":Date,"%decodeURI%":decodeURI,"%decodeURIComponent%":decodeURIComponent,"%encodeURI%":encodeURI,"%encodeURIComponent%":encodeURIComponent,"%Error%":o,"%eval%":eval,"%EvalError%":a,"%Float32Array%":typeof Float32Array>"u"?r:Float32Array,"%Float64Array%":typeof Float64Array>"u"?r:Float64Array,"%FinalizationRegistry%":typeof FinalizationRegistry>"u"?r:FinalizationRegistry,"%Function%":f,"%GeneratorFunction%":v,"%Int8Array%":typeof Int8Array>"u"?r:Int8Array,"%Int16Array%":typeof Int16Array>"u"?r:Int16Array,"%Int32Array%":typeof Int32Array>"u"?r:Int32Array,"%isFinite%":isFinite,"%isNaN%":isNaN,"%IteratorPrototype%":h&&y?y(y([][Symbol.iterator]())):r,"%JSON%":typeof JSON=="object"?JSON:r,"%Map%":typeof Map>"u"?r:Map,"%MapIteratorPrototype%":typeof Map>"u"||!h||!y?r:y(new Map()[Symbol.iterator]()),"%Math%":Math,"%Number%":Number,"%Object%":Object,"%parseFloat%":parseFloat,"%parseInt%":parseInt,"%Promise%":typeof Promise>"u"?r:Promise,"%Proxy%":typeof Proxy>"u"?r:Proxy,"%RangeError%":u,"%ReferenceError%":n,"%Reflect%":typeof Reflect>"u"?r:Reflect,"%RegExp%":RegExp,"%Set%":typeof Set>"u"?r:Set,"%SetIteratorPrototype%":typeof Set>"u"||!h||!y?r:y(new Set()[Symbol.iterator]()),"%SharedArrayBuffer%":typeof SharedArrayBuffer>"u"?r:SharedArrayBuffer,"%String%":String,"%StringIteratorPrototype%":h&&y?y(""[Symbol.iterator]()):r,"%Symbol%":h?Symbol:r,"%SyntaxError%":i,"%ThrowTypeError%":m,"%TypedArray%":S,"%TypeError%":l,"%Uint8Array%":typeof Uint8Array>"u"?r:Uint8Array,"%Uint8ClampedArray%":typeof Uint8ClampedArray>"u"?r:Uint8ClampedArray,"%Uint16Array%":typeof Uint16Array>"u"?r:Uint16Array,"%Uint32Array%":typeof Uint32Array>"u"?r:Uint32Array,"%URIError%":s,"%WeakMap%":typeof WeakMap>"u"?r:WeakMap,"%WeakRef%":typeof WeakRef>"u"?r:WeakRef,"%WeakSet%":typeof WeakSet>"u"?r:WeakSet};if(y)try{null.error}catch(se){C=y(y(se)),E["%Error.prototype%"]=C}var C,T=function se(ue){var x;if(ue==="%AsyncFunction%")x=d("async function () {}");else if(ue==="%GeneratorFunction%")x=d("function* () {}");else if(ue==="%AsyncGeneratorFunction%")x=d("async function* () {}");else if(ue==="%AsyncGenerator%"){var M=se("%AsyncGeneratorFunction%");M&&(x=M.prototype)}else if(ue==="%AsyncIteratorPrototype%"){var k=se("%AsyncGenerator%");k&&y&&(x=y(k.prototype))}return E[ue]=x,x},O={__proto__:null,"%ArrayBufferPrototype%":["ArrayBuffer","prototype"],"%ArrayPrototype%":["Array","prototype"],"%ArrayProto_entries%":["Array","prototype","entries"],"%ArrayProto_forEach%":["Array","prototype","forEach"],"%ArrayProto_keys%":["Array","prototype","keys"],"%ArrayProto_values%":["Array","prototype","values"],"%AsyncFunctionPrototype%":["AsyncFunction","prototype"],"%AsyncGenerator%":["AsyncGeneratorFunction","prototype"],"%AsyncGeneratorPrototype%":["AsyncGeneratorFunction","prototype","prototype"],"%BooleanPrototype%":["Boolean","prototype"],"%DataViewPrototype%":["DataView","prototype"],"%DatePrototype%":["Date","prototype"],"%ErrorPrototype%":["Error","prototype"],"%EvalErrorPrototype%":["EvalError","prototype"],"%Float32ArrayPrototype%":["Float32Array","prototype"],"%Float64ArrayPrototype%":["Float64Array","prototype"],"%FunctionPrototype%":["Function","prototype"],"%Generator%":["GeneratorFunction","prototype"],"%GeneratorPrototype%":["GeneratorFunction","prototype","prototype"],"%Int8ArrayPrototype%":["Int8Array","prototype"],"%Int16ArrayPrototype%":["Int16Array","prototype"],"%Int32ArrayPrototype%":["Int32Array","prototype"],"%JSONParse%":["JSON","parse"],"%JSONStringify%":["JSON","stringify"],"%MapPrototype%":["Map","prototype"],"%NumberPrototype%":["Number","prototype"],"%ObjectPrototype%":["Object","prototype"],"%ObjProto_toString%":["Object","prototype","toString"],"%ObjProto_valueOf%":["Object","prototype","valueOf"],"%PromisePrototype%":["Promise","prototype"],"%PromiseProto_then%":["Promise","prototype","then"],"%Promise_all%":["Promise","all"],"%Promise_reject%":["Promise","reject"],"%Promise_resolve%":["Promise","resolve"],"%RangeErrorPrototype%":["RangeError","prototype"],"%ReferenceErrorPrototype%":["ReferenceError","prototype"],"%RegExpPrototype%":["RegExp","prototype"],"%SetPrototype%":["Set","prototype"],"%SharedArrayBufferPrototype%":["SharedArrayBuffer","prototype"],"%StringPrototype%":["String","prototype"],"%SymbolPrototype%":["Symbol","prototype"],"%SyntaxErrorPrototype%":["SyntaxError","prototype"],"%TypedArrayPrototype%":["TypedArray","prototype"],"%TypeErrorPrototype%":["TypeError","prototype"],"%Uint8ArrayPrototype%":["Uint8Array","prototype"],"%Uint8ClampedArrayPrototype%":["Uint8ClampedArray","prototype"],"%Uint16ArrayPrototype%":["Uint16Array","prototype"],"%Uint32ArrayPrototype%":["Uint32Array","prototype"],"%URIErrorPrototype%":["URIError","prototype"],"%WeakMapPrototype%":["WeakMap","prototype"],"%WeakSetPrototype%":["WeakSet","prototype"]},g=Ca(),P=Ts(),q=g.call(Function.call,Array.prototype.concat),j=g.call(Function.apply,Array.prototype.splice),U=g.call(Function.call,String.prototype.replace),H=g.call(Function.call,String.prototype.slice),V=g.call(Function.call,RegExp.prototype.exec),re=/[^%.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|%$))/g,J=/\\(\\)?/g,ne=function(se){var ue=H(se,0,1),x=H(se,-1);if(ue==="%"&&x!=="%")throw new i("invalid intrinsic syntax, expected closing `%`");if(x==="%"&&ue!=="%")throw new i("invalid intrinsic syntax, expected opening `%`");var M=[];return U(se,re,function(k,F,G,$){M[M.length]=G?U($,J,"$1"):F||k}),M},ae=function(se,ue){var x=se,M;if(P(O,x)&&(M=O[x],x="%"+M[0]+"%"),P(E,x)){var k=E[x];if(k===v&&(k=T(x)),typeof k>"u"&&!ue)throw new l("intrinsic "+se+" exists, but is not available. Please file an issue!");return{alias:M,name:x,value:k}}throw new i("intrinsic "+se+" does not exist!")};t.exports=function(se,ue){if(typeof se!="string"||se.length===0)throw new l("intrinsic name must be a non-empty string");if(arguments.length>1&&typeof ue!="boolean")throw new l('"allowMissing" argument must be a boolean');if(V(/^%?[^%]*%?$/,se)===null)throw new i("`%` may not be present anywhere but at the beginning and end of the intrinsic name");var x=ne(se),M=x.length>0?x[0]:"",k=ae("%"+M+"%",ue),F=k.name,G=k.value,$=!1,D=k.alias;D&&(M=D[0],j(x,q([0,1],D)));for(var z=1,Q=!0;z<x.length;z+=1){var _=x[z],I=H(_,0,1),B=H(_,-1);if((I==='"'||I==="'"||I==="`"||B==='"'||B==="'"||B==="`")&&I!==B)throw new i("property names with quotes must have matching quotes");if((_==="constructor"||!Q)&&($=!0),M+="."+_,F="%"+M+"%",P(E,F))G=E[F];else if(G!=null){if(!(_ in G)){if(!ue)throw new l("base intrinsic for "+se+" exists, but the property is not available.");return}if(c&&z+1>=x.length){var K=c(G,_);Q=!!K,Q&&"get"in K&&!("originalValue"in K.get)?G=K.get:G=G[_]}else Q=P(G,_),G=G[_];Q&&!$&&(E[F]=G)}}return G}}}),Pa=R({"../../node_modules/es-define-property/index.js"(e,t){var r=ct(),o=r("%Object.defineProperty%",!0)||!1;if(o)try{o({},"a",{value:1})}catch{o=!1}t.exports=o}}),Oa=R({"../../node_modules/gopd/index.js"(e,t){var r=ct(),o=r("%Object.getOwnPropertyDescriptor%",!0);if(o)try{o([],"length")}catch{o=null}t.exports=o}}),Ra=R({"../../node_modules/define-data-property/index.js"(e,t){var r=Pa(),o=Rs(),a=Jt(),u=Oa();t.exports=function(n,i,l){if(!n||typeof n!="object"&&typeof n!="function")throw new a("`obj` must be an object or a function`");if(typeof i!="string"&&typeof i!="symbol")throw new a("`property` must be a string or a symbol`");if(arguments.length>3&&typeof arguments[3]!="boolean"&&arguments[3]!==null)throw new a("`nonEnumerable`, if provided, must be a boolean or null");if(arguments.length>4&&typeof arguments[4]!="boolean"&&arguments[4]!==null)throw new a("`nonWritable`, if provided, must be a boolean or null");if(arguments.length>5&&typeof arguments[5]!="boolean"&&arguments[5]!==null)throw new a("`nonConfigurable`, if provided, must be a boolean or null");if(arguments.length>6&&typeof arguments[6]!="boolean")throw new a("`loose`, if provided, must be a boolean");var s=arguments.length>3?arguments[3]:null,f=arguments.length>4?arguments[4]:null,d=arguments.length>5?arguments[5]:null,c=arguments.length>6?arguments[6]:!1,p=!!u&&u(n,i);if(r)r(n,i,{configurable:d===null&&p?p.configurable:!d,enumerable:s===null&&p?p.enumerable:!s,value:l,writable:f===null&&p?p.writable:!f});else if(c||!s&&!f&&!d)n[i]=l;else throw new o("This environment does not support defining a property as non-configurable, non-writable, or non-enumerable.")}}}),Ta=R({"../../node_modules/has-property-descriptors/index.js"(e,t){var r=Pa(),o=function(){return!!r};o.hasArrayLengthDefineBug=function(){if(!r)return null;try{return r([],"length",{value:1}).length!==1}catch{return!0}},t.exports=o}}),Xt=R({"../../node_modules/define-properties/index.js"(e,t){var r=wa(),o=typeof Symbol=="function"&&typeof Symbol("foo")=="symbol",a=Object.prototype.toString,u=Array.prototype.concat,n=Ra(),i=function(d){return typeof d=="function"&&a.call(d)==="[object Function]"},l=Ta()(),s=function(d,c,p,m){if(c in d){if(m===!0){if(d[c]===p)return}else if(!i(m)||!m())return}l?n(d,c,p,!0):n(d,c,p)},f=function(d,c){var p=arguments.length>2?arguments[2]:{},m=r(c);o&&(m=u.call(m,Object.getOwnPropertySymbols(c)));for(var h=0;h<m.length;h+=1)s(d,m[h],c[m[h]],p[m[h]])};f.supportsDescriptors=!!l,t.exports=f}}),yg=R({"../../node_modules/set-function-length/index.js"(e,t){var r=ct(),o=Ra(),a=Ta()(),u=Oa(),n=Jt(),i=r("%Math.floor%");t.exports=function(l,s){if(typeof l!="function")throw new n("`fn` is not a function");if(typeof s!="number"||s<0||s>4294967295||i(s)!==s)throw new n("`length` must be a positive 32-bit integer");var f=arguments.length>2&&!!arguments[2],d=!0,c=!0;if("length"in l&&u){var p=u(l,"length");p&&!p.configurable&&(d=!1),p&&!p.writable&&(c=!1)}return(d||c||!f)&&(a?o(l,"length",s,!0,!0):o(l,"length",s)),l}}}),Or=R({"../../node_modules/call-bind/index.js"(e,t){var r=Ca(),o=ct(),a=yg(),u=Jt(),n=o("%Function.prototype.apply%"),i=o("%Function.prototype.call%"),l=o("%Reflect.apply%",!0)||r.call(i,n),s=Pa(),f=o("%Math.max%");t.exports=function(c){if(typeof c!="function")throw new u("a function is required");var p=l(r,i,arguments);return a(p,1+f(0,c.length-(arguments.length-1)),!0)};var d=function(){return l(r,n,arguments)};s?s(t.exports,"apply",{value:d}):t.exports.apply=d}}),et=R({"../../node_modules/call-bind/callBound.js"(e,t){var r=ct(),o=Or(),a=o(r("String.prototype.indexOf"));t.exports=function(u,n){var i=r(u,!!n);return typeof i=="function"&&a(u,".prototype.")>-1?o(i):i}}}),As=R({"../../node_modules/object.assign/implementation.js"(e,t){var r=wa(),o=Wn()(),a=et(),u=Object,n=a("Array.prototype.push"),i=a("Object.prototype.propertyIsEnumerable"),l=o?Object.getOwnPropertySymbols:null;t.exports=function(s,f){if(s==null)throw new TypeError("target must be an object");var d=u(s);if(arguments.length===1)return d;for(var c=1;c<arguments.length;++c){var p=u(arguments[c]),m=r(p),h=o&&(Object.getOwnPropertySymbols||l);if(h)for(var b=h(p),y=0;y<b.length;++y){var v=b[y];i(p,v)&&n(m,v)}for(var S=0;S<m.length;++S){var E=m[S];if(i(p,E)){var C=p[E];d[E]=C}}}return d}}}),xs=R({"../../node_modules/object.assign/polyfill.js"(e,t){var r=As(),o=function(){if(!Object.assign)return!1;for(var u="abcdefghijklmnopqrst",n=u.split(""),i={},l=0;l<n.length;++l)i[n[l]]=n[l];var s=Object.assign({},i),f="";for(var d in s)f+=d;return u!==f},a=function(){if(!Object.assign||!Object.preventExtensions)return!1;var u=Object.preventExtensions({1:2});try{Object.assign(u,"xy")}catch{return u[1]==="y"}return!1};t.exports=function(){return!Object.assign||o()||a()?r:Object.assign}}}),bg=R({"../../node_modules/object.assign/shim.js"(e,t){var r=Xt(),o=xs();t.exports=function(){var a=o();return r(Object,{assign:a},{assign:function(){return Object.assign!==a}}),a}}}),gg=R({"../../node_modules/object.assign/index.js"(e,t){var r=Xt(),o=Or(),a=As(),u=xs(),n=bg(),i=o.apply(u()),l=function(s,f){return i(Object,arguments)};r(l,{getPolyfill:u,implementation:a,shim:n}),t.exports=l}}),vg=R({"../../node_modules/functions-have-names/index.js"(e,t){var r=function(){return typeof function(){}.name=="string"},o=Object.getOwnPropertyDescriptor;if(o)try{o([],"length")}catch{o=null}r.functionsHaveConfigurableNames=function(){if(!r()||!o)return!1;var u=o(function(){},"name");return!!u&&!!u.configurable};var a=Function.prototype.bind;r.boundFunctionsHaveNames=function(){return r()&&typeof a=="function"&&function(){}.bind().name!==""},t.exports=r}}),_g=R({"../../node_modules/set-function-name/index.js"(e,t){var r=Ra(),o=Ta()(),a=vg().functionsHaveConfigurableNames(),u=Jt();t.exports=function(n,i){if(typeof n!="function")throw new u("`fn` is not a function");var l=arguments.length>2&&!!arguments[2];return(!l||a)&&(o?r(n,"name",i,!0,!0):r(n,"name",i)),n}}}),qs=R({"../../node_modules/regexp.prototype.flags/implementation.js"(e,t){var r=_g(),o=Jt(),a=Object;t.exports=r(function(){if(this==null||this!==a(this))throw new o("RegExp.prototype.flags getter called on non-object");var u="";return this.hasIndices&&(u+="d"),this.global&&(u+="g"),this.ignoreCase&&(u+="i"),this.multiline&&(u+="m"),this.dotAll&&(u+="s"),this.unicode&&(u+="u"),this.unicodeSets&&(u+="v"),this.sticky&&(u+="y"),u},"get flags",!0)}}),Ms=R({"../../node_modules/regexp.prototype.flags/polyfill.js"(e,t){var r=qs(),o=Xt().supportsDescriptors,a=Object.getOwnPropertyDescriptor;t.exports=function(){if(o&&/a/mig.flags==="gim"){var u=a(RegExp.prototype,"flags");if(u&&typeof u.get=="function"&&typeof RegExp.prototype.dotAll=="boolean"&&typeof RegExp.prototype.hasIndices=="boolean"){var n="",i={};if(Object.defineProperty(i,"hasIndices",{get:function(){n+="d"}}),Object.defineProperty(i,"sticky",{get:function(){n+="y"}}),n==="dy")return u.get}}return r}}}),Eg=R({"../../node_modules/regexp.prototype.flags/shim.js"(e,t){var r=Xt().supportsDescriptors,o=Ms(),a=Object.getOwnPropertyDescriptor,u=Object.defineProperty,n=TypeError,i=Object.getPrototypeOf,l=/a/;t.exports=function(){if(!r||!i)throw new n("RegExp.prototype.flags requires a true ES5 environment that supports property descriptors");var s=o(),f=i(l),d=a(f,"flags");return(!d||d.get!==s)&&u(f,"flags",{configurable:!0,enumerable:!1,get:s}),s}}}),wg=R({"../../node_modules/regexp.prototype.flags/index.js"(e,t){var r=Xt(),o=Or(),a=qs(),u=Ms(),n=Eg(),i=o(u());r(i,{getPolyfill:u,implementation:a,shim:n}),t.exports=i}}),Qt=R({"../../node_modules/has-tostringtag/shams.js"(e,t){var r=Wn();t.exports=function(){return r()&&!!Symbol.toStringTag}}}),js=R({"../../node_modules/is-arguments/index.js"(e,t){var r=Qt()(),o=et(),a=o("Object.prototype.toString"),u=function(l){return r&&l&&typeof l=="object"&&Symbol.toStringTag in l?!1:a(l)==="[object Arguments]"},n=function(l){return u(l)?!0:l!==null&&typeof l=="object"&&typeof l.length=="number"&&l.length>=0&&a(l)!=="[object Array]"&&a(l.callee)==="[object Function]"},i=function(){return u(arguments)}();u.isLegacyArguments=n,t.exports=i?u:n}}),Sg=R({"(disabled):../../node_modules/object-inspect/util.inspect"(){}}),Cg=R({"../../node_modules/object-inspect/index.js"(e,t){var r=typeof Map=="function"&&Map.prototype,o=Object.getOwnPropertyDescriptor&&r?Object.getOwnPropertyDescriptor(Map.prototype,"size"):null,a=r&&o&&typeof o.get=="function"?o.get:null,u=r&&Map.prototype.forEach,n=typeof Set=="function"&&Set.prototype,i=Object.getOwnPropertyDescriptor&&n?Object.getOwnPropertyDescriptor(Set.prototype,"size"):null,l=n&&i&&typeof i.get=="function"?i.get:null,s=n&&Set.prototype.forEach,f=typeof WeakMap=="function"&&WeakMap.prototype,d=f?WeakMap.prototype.has:null,c=typeof WeakSet=="function"&&WeakSet.prototype,p=c?WeakSet.prototype.has:null,m=typeof WeakRef=="function"&&WeakRef.prototype,h=m?WeakRef.prototype.deref:null,b=Boolean.prototype.valueOf,y=Object.prototype.toString,v=Function.prototype.toString,S=String.prototype.match,E=String.prototype.slice,C=String.prototype.replace,T=String.prototype.toUpperCase,O=String.prototype.toLowerCase,g=RegExp.prototype.test,P=Array.prototype.concat,q=Array.prototype.join,j=Array.prototype.slice,U=Math.floor,H=typeof BigInt=="function"?BigInt.prototype.valueOf:null,V=Object.getOwnPropertySymbols,re=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?Symbol.prototype.toString:null,J=typeof Symbol=="function"&&typeof Symbol.iterator=="object",ne=typeof Symbol=="function"&&Symbol.toStringTag&&(typeof Symbol.toStringTag===J||!0)?Symbol.toStringTag:null,ae=Object.prototype.propertyIsEnumerable,se=(typeof Reflect=="function"?Reflect.getPrototypeOf:Object.getPrototypeOf)||([].__proto__===Array.prototype?function(Y){return Y.__proto__}:null);function ue(Y,Z){if(Y===1/0||Y===-1/0||Y!==Y||Y&&Y>-1e3&&Y<1e3||g.call(/e/,Z))return Z;var he=/[0-9](?=(?:[0-9]{3})+(?![0-9]))/g;if(typeof Y=="number"){var w=Y<0?-U(-Y):U(Y);if(w!==Y){var A=String(w),N=E.call(Z,A.length+1);return C.call(A,he,"$&_")+"."+C.call(C.call(N,/([0-9]{3})/g,"$&_"),/_$/,"")}}return C.call(Z,he,"$&_")}var x=Sg(),M=x.custom,k=K(M)?M:null;t.exports=function Y(Z,he,w,A){var N=he||{};if(oe(N,"quoteStyle")&&N.quoteStyle!=="single"&&N.quoteStyle!=="double")throw new TypeError('option "quoteStyle" must be "single" or "double"');if(oe(N,"maxStringLength")&&(typeof N.maxStringLength=="number"?N.maxStringLength<0&&N.maxStringLength!==1/0:N.maxStringLength!==null))throw new TypeError('option "maxStringLength", if provided, must be a positive integer, Infinity, or `null`');var X=oe(N,"customInspect")?N.customInspect:!0;if(typeof X!="boolean"&&X!=="symbol")throw new TypeError("option \"customInspect\", if provided, must be `true`, `false`, or `'symbol'`");if(oe(N,"indent")&&N.indent!==null&&N.indent!==" "&&!(parseInt(N.indent,10)===N.indent&&N.indent>0))throw new TypeError('option "indent" must be "\\t", an integer > 0, or `null`');if(oe(N,"numericSeparator")&&typeof N.numericSeparator!="boolean")throw new TypeError('option "numericSeparator", if provided, must be `true` or `false`');var te=N.numericSeparator;if(typeof Z>"u")return"undefined";if(Z===null)return"null";if(typeof Z=="boolean")return Z?"true":"false";if(typeof Z=="string")return Ce(Z,N);if(typeof Z=="number"){if(Z===0)return 1/0/Z>0?"0":"-0";var le=String(Z);return te?ue(Z,le):le}if(typeof Z=="bigint"){var ce=String(Z)+"n";return te?ue(Z,ce):ce}var de=typeof N.depth>"u"?5:N.depth;if(typeof w>"u"&&(w=0),w>=de&&de>0&&typeof Z=="object")return $(Z)?"[Array]":"[Object]";var pe=Dt(N,w);if(typeof A>"u")A=[];else if(Ee(A,Z)>=0)return"[Circular]";function ee(nr,ln,hf){if(ln&&(A=j.call(A),A.push(ln)),hf){var ri={depth:N.depth};return oe(N,"quoteStyle")&&(ri.quoteStyle=N.quoteStyle),Y(nr,ri,w+1,A)}return Y(nr,N,w+1,A)}if(typeof Z=="function"&&!z(Z)){var be=fe(Z),Oe=Ne(Z,ee);return"[Function"+(be?": "+be:" (anonymous)")+"]"+(Oe.length>0?" { "+q.call(Oe,", ")+" }":"")}if(K(Z)){var Fe=J?C.call(String(Z),/^(Symbol\(.*\))_[^)]*$/,"$1"):re.call(Z);return typeof Z=="object"&&!J?Pe(Fe):Fe}if(Ie(Z)){for(var Me="<"+O.call(String(Z.nodeName)),je=Z.attributes||[],$e=0;$e<je.length;$e++)Me+=" "+je[$e].name+"="+F(G(je[$e].value),"double",N);return Me+=">",Z.childNodes&&Z.childNodes.length&&(Me+="..."),Me+="</"+O.call(String(Z.nodeName))+">",Me}if($(Z)){if(Z.length===0)return"[]";var Lt=Ne(Z,ee);return pe&&!Ke(Lt)?"["+mt(Lt,pe)+"]":"[ "+q.call(Lt,", ")+" ]"}if(Q(Z)){var ht=Ne(Z,ee);return!("cause"in Error.prototype)&&"cause"in Z&&!ae.call(Z,"cause")?"{ ["+String(Z)+"] "+q.call(P.call("[cause]: "+ee(Z.cause),ht),", ")+" }":ht.length===0?"["+String(Z)+"]":"{ ["+String(Z)+"] "+q.call(ht,", ")+" }"}if(typeof Z=="object"&&X){if(k&&typeof Z[k]=="function"&&x)return x(Z,{depth:de-w});if(X!=="symbol"&&typeof Z.inspect=="function")return Z.inspect()}if(Ae(Z)){var rr=[];return u&&u.call(Z,function(nr,ln){rr.push(ee(ln,Z,!0)+" => "+ee(nr,Z))}),xe("Map",a.call(Z),rr,pe)}if(We(Z)){var Tt=[];return s&&s.call(Z,function(nr){Tt.push(ee(nr,Z))}),xe("Set",l.call(Z),Tt,pe)}if(it(Z))return Re("WeakMap");if(lt(Z))return Re("WeakSet");if(Ve(Z))return Re("WeakRef");if(I(Z))return Pe(ee(Number(Z)));if(W(Z))return Pe(ee(H.call(Z)));if(B(Z))return Pe(b.call(Z));if(_(Z))return Pe(ee(String(Z)));if(typeof window<"u"&&Z===window)return"{ [object Window] }";if(Z===global)return"{ [object globalThis] }";if(!D(Z)&&!z(Z)){var Ft=Ne(Z,ee),st=se?se(Z)===Object.prototype:Z instanceof Object||Z.constructor===Object,no=Z instanceof Object?"":"null prototype",ti=!st&&ne&&Object(Z)===Z&&ne in Z?E.call(ie(Z),8,-1):no?"Object":"",mf=st||typeof Z.constructor!="function"?"":Z.constructor.name?Z.constructor.name+" ":"",oo=mf+(ti||no?"["+q.call(P.call([],ti||[],no||[]),": ")+"] ":"");return Ft.length===0?oo+"{}":pe?oo+"{"+mt(Ft,pe)+"}":oo+"{ "+q.call(Ft,", ")+" }"}return String(Z)};function F(Y,Z,he){var w=(he.quoteStyle||Z)==="double"?'"':"'";return w+Y+w}function G(Y){return C.call(String(Y),/"/g,"&quot;")}function $(Y){return ie(Y)==="[object Array]"&&(!ne||!(typeof Y=="object"&&ne in Y))}function D(Y){return ie(Y)==="[object Date]"&&(!ne||!(typeof Y=="object"&&ne in Y))}function z(Y){return ie(Y)==="[object RegExp]"&&(!ne||!(typeof Y=="object"&&ne in Y))}function Q(Y){return ie(Y)==="[object Error]"&&(!ne||!(typeof Y=="object"&&ne in Y))}function _(Y){return ie(Y)==="[object String]"&&(!ne||!(typeof Y=="object"&&ne in Y))}function I(Y){return ie(Y)==="[object Number]"&&(!ne||!(typeof Y=="object"&&ne in Y))}function B(Y){return ie(Y)==="[object Boolean]"&&(!ne||!(typeof Y=="object"&&ne in Y))}function K(Y){if(J)return Y&&typeof Y=="object"&&Y instanceof Symbol;if(typeof Y=="symbol")return!0;if(!Y||typeof Y!="object"||!re)return!1;try{return re.call(Y),!0}catch{}return!1}function W(Y){if(!Y||typeof Y!="object"||!H)return!1;try{return H.call(Y),!0}catch{}return!1}var L=Object.prototype.hasOwnProperty||function(Y){return Y in this};function oe(Y,Z){return L.call(Y,Z)}function ie(Y){return y.call(Y)}function fe(Y){if(Y.name)return Y.name;var Z=S.call(v.call(Y),/^function\s*([\w$]+)/);return Z?Z[1]:null}function Ee(Y,Z){if(Y.indexOf)return Y.indexOf(Z);for(var he=0,w=Y.length;he<w;he++)if(Y[he]===Z)return he;return-1}function Ae(Y){if(!a||!Y||typeof Y!="object")return!1;try{a.call(Y);try{l.call(Y)}catch{return!0}return Y instanceof Map}catch{}return!1}function it(Y){if(!d||!Y||typeof Y!="object")return!1;try{d.call(Y,d);try{p.call(Y,p)}catch{return!0}return Y instanceof WeakMap}catch{}return!1}function Ve(Y){if(!h||!Y||typeof Y!="object")return!1;try{return h.call(Y),!0}catch{}return!1}function We(Y){if(!l||!Y||typeof Y!="object")return!1;try{l.call(Y);try{a.call(Y)}catch{return!0}return Y instanceof Set}catch{}return!1}function lt(Y){if(!p||!Y||typeof Y!="object")return!1;try{p.call(Y,p);try{d.call(Y,d)}catch{return!0}return Y instanceof WeakSet}catch{}return!1}function Ie(Y){return!Y||typeof Y!="object"?!1:typeof HTMLElement<"u"&&Y instanceof HTMLElement?!0:typeof Y.nodeName=="string"&&typeof Y.getAttribute=="function"}function Ce(Y,Z){if(Y.length>Z.maxStringLength){var he=Y.length-Z.maxStringLength,w="... "+he+" more character"+(he>1?"s":"");return Ce(E.call(Y,0,Z.maxStringLength),Z)+w}var A=C.call(C.call(Y,/(['\\])/g,"\\$1"),/[\x00-\x1f]/g,Ge);return F(A,"single",Z)}function Ge(Y){var Z=Y.charCodeAt(0),he={8:"b",9:"t",10:"n",12:"f",13:"r"}[Z];return he?"\\"+he:"\\x"+(Z<16?"0":"")+T.call(Z.toString(16))}function Pe(Y){return"Object("+Y+")"}function Re(Y){return Y+" { ? }"}function xe(Y,Z,he,w){var A=w?mt(he,w):q.call(he,", ");return Y+" ("+Z+") {"+A+"}"}function Ke(Y){for(var Z=0;Z<Y.length;Z++)if(Ee(Y[Z],`
40
- `)>=0)return!1;return!0}function Dt(Y,Z){var he;if(Y.indent===" ")he=" ";else if(typeof Y.indent=="number"&&Y.indent>0)he=q.call(Array(Y.indent+1)," ");else return null;return{base:he,prev:q.call(Array(Z+1),he)}}function mt(Y,Z){if(Y.length===0)return"";var he=`
41
- `+Z.prev+Z.base;return he+q.call(Y,","+he)+`
42
- `+Z.prev}function Ne(Y,Z){var he=$(Y),w=[];if(he){w.length=Y.length;for(var A=0;A<Y.length;A++)w[A]=oe(Y,A)?Z(Y[A],Y):""}var N=typeof V=="function"?V(Y):[],X;if(J){X={};for(var te=0;te<N.length;te++)X["$"+N[te]]=N[te]}for(var le in Y)oe(Y,le)&&(he&&String(Number(le))===le&&le<Y.length||J&&X["$"+le]instanceof Symbol||(g.call(/[^\w$]/,le)?w.push(Z(le,Y)+": "+Z(Y[le],Y)):w.push(le+": "+Z(Y[le],Y))));if(typeof V=="function")for(var ce=0;ce<N.length;ce++)ae.call(Y,N[ce])&&w.push("["+Z(N[ce])+"]: "+Z(Y[N[ce]],Y));return w}}}),Is=R({"../../node_modules/side-channel/index.js"(e,t){var r=ct(),o=et(),a=Cg(),u=r("%TypeError%"),n=r("%WeakMap%",!0),i=r("%Map%",!0),l=o("WeakMap.prototype.get",!0),s=o("WeakMap.prototype.set",!0),f=o("WeakMap.prototype.has",!0),d=o("Map.prototype.get",!0),c=o("Map.prototype.set",!0),p=o("Map.prototype.has",!0),m=function(v,S){for(var E=v,C;(C=E.next)!==null;E=C)if(C.key===S)return E.next=C.next,C.next=v.next,v.next=C,C},h=function(v,S){var E=m(v,S);return E&&E.value},b=function(v,S,E){var C=m(v,S);C?C.value=E:v.next={key:S,next:v.next,value:E}},y=function(v,S){return!!m(v,S)};t.exports=function(){var v,S,E,C={assert:function(T){if(!C.has(T))throw new u("Side channel does not contain "+a(T))},get:function(T){if(n&&T&&(typeof T=="object"||typeof T=="function")){if(v)return l(v,T)}else if(i){if(S)return d(S,T)}else if(E)return h(E,T)},has:function(T){if(n&&T&&(typeof T=="object"||typeof T=="function")){if(v)return f(v,T)}else if(i){if(S)return p(S,T)}else if(E)return y(E,T);return!1},set:function(T,O){n&&T&&(typeof T=="object"||typeof T=="function")?(v||(v=new n),s(v,T,O)):i?(S||(S=new i),c(S,T,O)):(E||(E={key:{},next:null}),b(E,T,O))}};return C}}}),Pg=R({"../../node_modules/internal-slot/index.js"(e,t){var r=Ts(),o=Is()(),a=Jt(),u={assert:function(n,i){if(!n||typeof n!="object"&&typeof n!="function")throw new a("`O` is not an object");if(typeof i!="string")throw new a("`slot` must be a string");if(o.assert(n),!u.has(n,i))throw new a("`"+i+"` is not present on `O`")},get:function(n,i){if(!n||typeof n!="object"&&typeof n!="function")throw new a("`O` is not an object");if(typeof i!="string")throw new a("`slot` must be a string");var l=o.get(n);return l&&l["$"+i]},has:function(n,i){if(!n||typeof n!="object"&&typeof n!="function")throw new a("`O` is not an object");if(typeof i!="string")throw new a("`slot` must be a string");var l=o.get(n);return!!l&&r(l,"$"+i)},set:function(n,i,l){if(!n||typeof n!="object"&&typeof n!="function")throw new a("`O` is not an object");if(typeof i!="string")throw new a("`slot` must be a string");var s=o.get(n);s||(s={},o.set(n,s)),s["$"+i]=l}};Object.freeze&&Object.freeze(u),t.exports=u}}),Og=R({"../../node_modules/stop-iteration-iterator/index.js"(e,t){var r=Pg(),o=SyntaxError,a=typeof StopIteration=="object"?StopIteration:null;t.exports=function(u){if(!a)throw new o("this environment lacks StopIteration");r.set(u,"[[Done]]",!1);var n={next:function(){var i=r.get(this,"[[Iterator]]"),l=r.get(i,"[[Done]]");try{return{done:l,value:l?void 0:i.next()}}catch(s){if(r.set(i,"[[Done]]",!0),s!==a)throw s;return{done:!0,value:void 0}}}};return r.set(n,"[[Iterator]]",u),n}}}),Ns=R({"../../node_modules/isarray/index.js"(e,t){var r={}.toString;t.exports=Array.isArray||function(o){return r.call(o)=="[object Array]"}}}),$s=R({"../../node_modules/is-string/index.js"(e,t){var r=String.prototype.valueOf,o=function(i){try{return r.call(i),!0}catch{return!1}},a=Object.prototype.toString,u="[object String]",n=Qt()();t.exports=function(i){return typeof i=="string"?!0:typeof i!="object"?!1:n?o(i):a.call(i)===u}}}),Bs=R({"../../node_modules/is-map/index.js"(e,t){var r=typeof Map=="function"&&Map.prototype?Map:null,o=typeof Set=="function"&&Set.prototype?Set:null,a;r||(a=function(i){return!1});var u=r?Map.prototype.has:null,n=o?Set.prototype.has:null;!a&&!u&&(a=function(i){return!1}),t.exports=a||function(i){if(!i||typeof i!="object")return!1;try{if(u.call(i),n)try{n.call(i)}catch{return!0}return i instanceof r}catch{}return!1}}}),ks=R({"../../node_modules/is-set/index.js"(e,t){var r=typeof Map=="function"&&Map.prototype?Map:null,o=typeof Set=="function"&&Set.prototype?Set:null,a;o||(a=function(i){return!1});var u=r?Map.prototype.has:null,n=o?Set.prototype.has:null;!a&&!n&&(a=function(i){return!1}),t.exports=a||function(i){if(!i||typeof i!="object")return!1;try{if(n.call(i),u)try{u.call(i)}catch{return!0}return i instanceof o}catch{}return!1}}}),Rg=R({"../../node_modules/es-get-iterator/index.js"(e,t){var r=js(),o=Og();Sa()()||Wn()()?(a=Symbol.iterator,t.exports=function(q){if(q!=null&&typeof q[a]<"u")return q[a]();if(r(q))return Array.prototype[a].call(q)}):(u=Ns(),n=$s(),i=ct(),l=i("%Map%",!0),s=i("%Set%",!0),f=et(),d=f("Array.prototype.push"),c=f("String.prototype.charCodeAt"),p=f("String.prototype.slice"),m=function(q,j){var U=q.length;if(j+1>=U)return j+1;var H=c(q,j);if(H<55296||H>56319)return j+1;var V=c(q,j+1);return V<56320||V>57343?j+1:j+2},h=function(q){var j=0;return{next:function(){var U=j>=q.length,H;return U||(H=q[j],j+=1),{done:U,value:H}}}},b=function(q,j){if(u(q)||r(q))return h(q);if(n(q)){var U=0;return{next:function(){var H=m(q,U),V=p(q,U,H);return U=H,{done:H>q.length,value:V}}}}if(j&&typeof q["_es6-shim iterator_"]<"u")return q["_es6-shim iterator_"]()},!l&&!s?t.exports=function(q){if(q!=null)return b(q,!0)}:(y=Bs(),v=ks(),S=f("Map.prototype.forEach",!0),E=f("Set.prototype.forEach",!0),(typeof process>"u"||!process.versions||!process.versions.node)&&(C=f("Map.prototype.iterator",!0),T=f("Set.prototype.iterator",!0)),O=f("Map.prototype.@@iterator",!0)||f("Map.prototype._es6-shim iterator_",!0),g=f("Set.prototype.@@iterator",!0)||f("Set.prototype._es6-shim iterator_",!0),P=function(q){if(y(q)){if(C)return o(C(q));if(O)return O(q);if(S){var j=[];return S(q,function(H,V){d(j,[V,H])}),h(j)}}if(v(q)){if(T)return o(T(q));if(g)return g(q);if(E){var U=[];return E(q,function(H){d(U,H)}),h(U)}}},t.exports=function(q){return P(q)||b(q)}));var a,u,n,i,l,s,f,d,c,p,m,h,b,y,v,S,E,C,T,O,g,P}}),Ds=R({"../../node_modules/object-is/implementation.js"(e,t){var r=function(o){return o!==o};t.exports=function(o,a){return o===0&&a===0?1/o===1/a:!!(o===a||r(o)&&r(a))}}}),Ls=R({"../../node_modules/object-is/polyfill.js"(e,t){var r=Ds();t.exports=function(){return typeof Object.is=="function"?Object.is:r}}}),Tg=R({"../../node_modules/object-is/shim.js"(e,t){var r=Ls(),o=Xt();t.exports=function(){var a=r();return o(Object,{is:a},{is:function(){return Object.is!==a}}),a}}}),Ag=R({"../../node_modules/object-is/index.js"(e,t){var r=Xt(),o=Or(),a=Ds(),u=Ls(),n=Tg(),i=o(u(),Object);r(i,{getPolyfill:u,implementation:a,shim:n}),t.exports=i}}),Fs=R({"../../node_modules/is-array-buffer/index.js"(e,t){var r=Or(),o=et(),a=ct(),u=a("%ArrayBuffer%",!0),n=o("ArrayBuffer.prototype.byteLength",!0),i=o("Object.prototype.toString"),l=!!u&&!n&&new u(0).slice,s=!!l&&r(l);t.exports=n||s?function(f){if(!f||typeof f!="object")return!1;try{return n?n(f):s(f,0),!0}catch{return!1}}:u?function(f){return i(f)==="[object ArrayBuffer]"}:function(f){return!1}}}),xg=R({"../../node_modules/is-date-object/index.js"(e,t){var r=Date.prototype.getDay,o=function(i){try{return r.call(i),!0}catch{return!1}},a=Object.prototype.toString,u="[object Date]",n=Qt()();t.exports=function(i){return typeof i!="object"||i===null?!1:n?o(i):a.call(i)===u}}}),qg=R({"../../node_modules/is-regex/index.js"(e,t){var r=et(),o=Qt()(),a,u,n,i;o&&(a=r("Object.prototype.hasOwnProperty"),u=r("RegExp.prototype.exec"),n={},l=function(){throw n},i={toString:l,valueOf:l},typeof Symbol.toPrimitive=="symbol"&&(i[Symbol.toPrimitive]=l));var l,s=r("Object.prototype.toString"),f=Object.getOwnPropertyDescriptor,d="[object RegExp]";t.exports=o?function(c){if(!c||typeof c!="object")return!1;var p=f(c,"lastIndex"),m=p&&a(p,"value");if(!m)return!1;try{u(c,i)}catch(h){return h===n}}:function(c){return!c||typeof c!="object"&&typeof c!="function"?!1:s(c)===d}}}),Mg=R({"../../node_modules/is-shared-array-buffer/index.js"(e,t){var r=et(),o=r("SharedArrayBuffer.prototype.byteLength",!0);t.exports=o?function(a){if(!a||typeof a!="object")return!1;try{return o(a),!0}catch{return!1}}:function(a){return!1}}}),jg=R({"../../node_modules/is-number-object/index.js"(e,t){var r=Number.prototype.toString,o=function(i){try{return r.call(i),!0}catch{return!1}},a=Object.prototype.toString,u="[object Number]",n=Qt()();t.exports=function(i){return typeof i=="number"?!0:typeof i!="object"?!1:n?o(i):a.call(i)===u}}}),Ig=R({"../../node_modules/is-boolean-object/index.js"(e,t){var r=et(),o=r("Boolean.prototype.toString"),a=r("Object.prototype.toString"),u=function(l){try{return o(l),!0}catch{return!1}},n="[object Boolean]",i=Qt()();t.exports=function(l){return typeof l=="boolean"?!0:l===null||typeof l!="object"?!1:i&&Symbol.toStringTag in l?u(l):a(l)===n}}}),Ng=R({"../../node_modules/is-symbol/index.js"(e,t){var r=Object.prototype.toString,o=Sa()();o?(a=Symbol.prototype.toString,u=/^Symbol\(.*\)$/,n=function(i){return typeof i.valueOf()!="symbol"?!1:u.test(a.call(i))},t.exports=function(i){if(typeof i=="symbol")return!0;if(r.call(i)!=="[object Symbol]")return!1;try{return n(i)}catch{return!1}}):t.exports=function(i){return!1};var a,u,n}}),$g=R({"../../node_modules/has-bigints/index.js"(e,t){var r=typeof BigInt<"u"&&BigInt;t.exports=function(){return typeof r=="function"&&typeof BigInt=="function"&&typeof r(42)=="bigint"&&typeof BigInt(42)=="bigint"}}}),Bg=R({"../../node_modules/is-bigint/index.js"(e,t){var r=$g()();r?(o=BigInt.prototype.valueOf,a=function(u){try{return o.call(u),!0}catch{}return!1},t.exports=function(u){return u===null||typeof u>"u"||typeof u=="boolean"||typeof u=="string"||typeof u=="number"||typeof u=="symbol"||typeof u=="function"?!1:typeof u=="bigint"?!0:a(u)}):t.exports=function(u){return!1};var o,a}}),kg=R({"../../node_modules/which-boxed-primitive/index.js"(e,t){var r=$s(),o=jg(),a=Ig(),u=Ng(),n=Bg();t.exports=function(i){if(i==null||typeof i!="object"&&typeof i!="function")return null;if(r(i))return"String";if(o(i))return"Number";if(a(i))return"Boolean";if(u(i))return"Symbol";if(n(i))return"BigInt"}}}),Dg=R({"../../node_modules/is-weakmap/index.js"(e,t){var r=typeof WeakMap=="function"&&WeakMap.prototype?WeakMap:null,o=typeof WeakSet=="function"&&WeakSet.prototype?WeakSet:null,a;r||(a=function(i){return!1});var u=r?r.prototype.has:null,n=o?o.prototype.has:null;!a&&!u&&(a=function(i){return!1}),t.exports=a||function(i){if(!i||typeof i!="object")return!1;try{if(u.call(i,u),n)try{n.call(i,n)}catch{return!0}return i instanceof r}catch{}return!1}}}),Lg=R({"../../node_modules/is-weakset/index.js"(e,t){var r=ct(),o=et(),a=r("%WeakSet%",!0),u=o("WeakSet.prototype.has",!0);u?(n=o("WeakMap.prototype.has",!0),t.exports=function(i){if(!i||typeof i!="object")return!1;try{if(u(i,u),n)try{n(i,n)}catch{return!0}return i instanceof a}catch{}return!1}):t.exports=function(i){return!1};var n}}),Fg=R({"../../node_modules/which-collection/index.js"(e,t){var r=Bs(),o=ks(),a=Dg(),u=Lg();t.exports=function(n){if(n&&typeof n=="object"){if(r(n))return"Map";if(o(n))return"Set";if(a(n))return"WeakMap";if(u(n))return"WeakSet"}return!1}}}),Ug=R({"../../node_modules/is-callable/index.js"(e,t){var r=Function.prototype.toString,o=typeof Reflect=="object"&&Reflect!==null&&Reflect.apply,a,u;if(typeof o=="function"&&typeof Object.defineProperty=="function")try{a=Object.defineProperty({},"length",{get:function(){throw u}}),u={},o(function(){throw 42},null,a)}catch(E){E!==u&&(o=null)}else o=null;var n=/^\s*class\b/,i=function(E){try{var C=r.call(E);return n.test(C)}catch{return!1}},l=function(E){try{return i(E)?!1:(r.call(E),!0)}catch{return!1}},s=Object.prototype.toString,f="[object Object]",d="[object Function]",c="[object GeneratorFunction]",p="[object HTMLAllCollection]",m="[object HTML document.all class]",h="[object HTMLCollection]",b=typeof Symbol=="function"&&!!Symbol.toStringTag,y=!(0 in[,]),v=function(){return!1};typeof document=="object"&&(S=document.all,s.call(S)===s.call(document.all)&&(v=function(E){if((y||!E)&&(typeof E>"u"||typeof E=="object"))try{var C=s.call(E);return(C===p||C===m||C===h||C===f)&&E("")==null}catch{}return!1}));var S;t.exports=o?function(E){if(v(E))return!0;if(!E||typeof E!="function"&&typeof E!="object")return!1;try{o(E,null,a)}catch(C){if(C!==u)return!1}return!i(E)&&l(E)}:function(E){if(v(E))return!0;if(!E||typeof E!="function"&&typeof E!="object")return!1;if(b)return l(E);if(i(E))return!1;var C=s.call(E);return C!==d&&C!==c&&!/^\[object HTML/.test(C)?!1:l(E)}}}),Hg=R({"../../node_modules/for-each/index.js"(e,t){var r=Ug(),o=Object.prototype.toString,a=Object.prototype.hasOwnProperty,u=function(s,f,d){for(var c=0,p=s.length;c<p;c++)a.call(s,c)&&(d==null?f(s[c],c,s):f.call(d,s[c],c,s))},n=function(s,f,d){for(var c=0,p=s.length;c<p;c++)d==null?f(s.charAt(c),c,s):f.call(d,s.charAt(c),c,s)},i=function(s,f,d){for(var c in s)a.call(s,c)&&(d==null?f(s[c],c,s):f.call(d,s[c],c,s))},l=function(s,f,d){if(!r(f))throw new TypeError("iterator must be a function");var c;arguments.length>=3&&(c=d),o.call(s)==="[object Array]"?u(s,f,c):typeof s=="string"?n(s,f,c):i(s,f,c)};t.exports=l}}),Vg=R({"../../node_modules/possible-typed-array-names/index.js"(e,t){t.exports=["Float32Array","Float64Array","Int8Array","Int16Array","Int32Array","Uint8Array","Uint8ClampedArray","Uint16Array","Uint32Array","BigInt64Array","BigUint64Array"]}}),zg=R({"../../node_modules/available-typed-arrays/index.js"(e,t){var r=Vg(),o=typeof globalThis>"u"?global:globalThis;t.exports=function(){for(var a=[],u=0;u<r.length;u++)typeof o[r[u]]=="function"&&(a[a.length]=r[u]);return a}}}),Wg=R({"../../node_modules/which-typed-array/index.js"(e,t){var r=Hg(),o=zg(),a=Or(),u=et(),n=Oa(),i=u("Object.prototype.toString"),l=Qt()(),s=typeof globalThis>"u"?global:globalThis,f=o(),d=u("String.prototype.slice"),c=Object.getPrototypeOf,p=u("Array.prototype.indexOf",!0)||function(y,v){for(var S=0;S<y.length;S+=1)if(y[S]===v)return S;return-1},m={__proto__:null};l&&n&&c?r(f,function(y){var v=new s[y];if(Symbol.toStringTag in v){var S=c(v),E=n(S,Symbol.toStringTag);if(!E){var C=c(S);E=n(C,Symbol.toStringTag)}m["$"+y]=a(E.get)}}):r(f,function(y){var v=new s[y],S=v.slice||v.set;S&&(m["$"+y]=a(S))});var h=function(y){var v=!1;return r(m,function(S,E){if(!v)try{"$"+S(y)===E&&(v=d(E,1))}catch{}}),v},b=function(y){var v=!1;return r(m,function(S,E){if(!v)try{S(y),v=d(E,1)}catch{}}),v};t.exports=function(y){if(!y||typeof y!="object")return!1;if(!l){var v=d(i(y),8,-1);return p(f,v)>-1?v:v!=="Object"?!1:b(y)}return n?h(y):null}}}),Gg=R({"../../node_modules/array-buffer-byte-length/index.js"(e,t){var r=et(),o=r("ArrayBuffer.prototype.byteLength",!0),a=Fs();t.exports=function(u){return a(u)?o?o(u):u.byteLength:NaN}}}),Kg=R({"../../node_modules/deep-equal/index.js"(e,t){var r=gg(),o=et(),a=wg(),u=ct(),n=Rg(),i=Is(),l=Ag(),s=js(),f=Ns(),d=Fs(),c=xg(),p=qg(),m=Mg(),h=wa(),b=kg(),y=Fg(),v=Wg(),S=Gg(),E=o("SharedArrayBuffer.prototype.byteLength",!0),C=o("Date.prototype.getTime"),T=Object.getPrototypeOf,O=o("Object.prototype.toString"),g=u("%Set%",!0),P=o("Map.prototype.has",!0),q=o("Map.prototype.get",!0),j=o("Map.prototype.size",!0),U=o("Set.prototype.add",!0),H=o("Set.prototype.delete",!0),V=o("Set.prototype.has",!0),re=o("Set.prototype.size",!0);function J($,D,z,Q){for(var _=n($),I;(I=_.next())&&!I.done;)if(x(D,I.value,z,Q))return H($,I.value),!0;return!1}function ne($){if(typeof $>"u")return null;if(typeof $!="object")return typeof $=="symbol"?!1:typeof $=="string"||typeof $=="number"?+$==+$:!0}function ae($,D,z,Q,_,I){var B=ne(z);if(B!=null)return B;var K=q(D,B),W=r({},_,{strict:!1});return typeof K>"u"&&!P(D,B)||!x(Q,K,W,I)?!1:!P($,B)&&x(Q,K,W,I)}function se($,D,z){var Q=ne(z);return Q??(V(D,Q)&&!V($,Q))}function ue($,D,z,Q,_,I){for(var B=n($),K,W;(K=B.next())&&!K.done;)if(W=K.value,x(z,W,_,I)&&x(Q,q(D,W),_,I))return H($,W),!0;return!1}function x($,D,z,Q){var _=z||{};if(_.strict?l($,D):$===D)return!0;var I=b($),B=b(D);if(I!==B)return!1;if(!$||!D||typeof $!="object"&&typeof D!="object")return _.strict?l($,D):$==D;var K=Q.has($),W=Q.has(D),L;if(K&&W){if(Q.get($)===Q.get(D))return!0}else L={};return K||Q.set($,L),W||Q.set(D,L),G($,D,_,Q)}function M($){return!$||typeof $!="object"||typeof $.length!="number"||typeof $.copy!="function"||typeof $.slice!="function"||$.length>0&&typeof $[0]!="number"?!1:!!($.constructor&&$.constructor.isBuffer&&$.constructor.isBuffer($))}function k($,D,z,Q){if(re($)!==re(D))return!1;for(var _=n($),I=n(D),B,K,W;(B=_.next())&&!B.done;)if(B.value&&typeof B.value=="object")W||(W=new g),U(W,B.value);else if(!V(D,B.value)){if(z.strict||!se($,D,B.value))return!1;W||(W=new g),U(W,B.value)}if(W){for(;(K=I.next())&&!K.done;)if(K.value&&typeof K.value=="object"){if(!J(W,K.value,z.strict,Q))return!1}else if(!z.strict&&!V($,K.value)&&!J(W,K.value,z.strict,Q))return!1;return re(W)===0}return!0}function F($,D,z,Q){if(j($)!==j(D))return!1;for(var _=n($),I=n(D),B,K,W,L,oe,ie;(B=_.next())&&!B.done;)if(L=B.value[0],oe=B.value[1],L&&typeof L=="object")W||(W=new g),U(W,L);else if(ie=q(D,L),typeof ie>"u"&&!P(D,L)||!x(oe,ie,z,Q)){if(z.strict||!ae($,D,L,oe,z,Q))return!1;W||(W=new g),U(W,L)}if(W){for(;(K=I.next())&&!K.done;)if(L=K.value[0],ie=K.value[1],L&&typeof L=="object"){if(!ue(W,$,L,ie,z,Q))return!1}else if(!z.strict&&(!$.has(L)||!x(q($,L),ie,z,Q))&&!ue(W,$,L,ie,r({},z,{strict:!1}),Q))return!1;return re(W)===0}return!0}function G($,D,z,Q){var _,I;if(typeof $!=typeof D||$==null||D==null||O($)!==O(D)||s($)!==s(D))return!1;var B=f($),K=f(D);if(B!==K)return!1;var W=$ instanceof Error,L=D instanceof Error;if(W!==L||(W||L)&&($.name!==D.name||$.message!==D.message))return!1;var oe=p($),ie=p(D);if(oe!==ie||(oe||ie)&&($.source!==D.source||a($)!==a(D)))return!1;var fe=c($),Ee=c(D);if(fe!==Ee||(fe||Ee)&&C($)!==C(D)||z.strict&&T&&T($)!==T(D))return!1;var Ae=v($),it=v(D);if(Ae!==it)return!1;if(Ae||it){if($.length!==D.length)return!1;for(_=0;_<$.length;_++)if($[_]!==D[_])return!1;return!0}var Ve=M($),We=M(D);if(Ve!==We)return!1;if(Ve||We){if($.length!==D.length)return!1;for(_=0;_<$.length;_++)if($[_]!==D[_])return!1;return!0}var lt=d($),Ie=d(D);if(lt!==Ie)return!1;if(lt||Ie)return S($)!==S(D)?!1:typeof Uint8Array=="function"&&x(new Uint8Array($),new Uint8Array(D),z,Q);var Ce=m($),Ge=m(D);if(Ce!==Ge)return!1;if(Ce||Ge)return E($)!==E(D)?!1:typeof Uint8Array=="function"&&x(new Uint8Array($),new Uint8Array(D),z,Q);if(typeof $!=typeof D)return!1;var Pe=h($),Re=h(D);if(Pe.length!==Re.length)return!1;for(Pe.sort(),Re.sort(),_=Pe.length-1;_>=0;_--)if(Pe[_]!=Re[_])return!1;for(_=Pe.length-1;_>=0;_--)if(I=Pe[_],!x($[I],D[I],z,Q))return!1;var xe=y($),Ke=y(D);return xe!==Ke?!1:xe==="Set"||Ke==="Set"?k($,D,z,Q):xe==="Map"?F($,D,z,Q):!0}t.exports=function($,D,z){return x($,D,z,i())}}}),Yg=R({"node_modules/aria-query/lib/elementRoleMap.js"(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var t=a(Kg()),r=a(rn()),o=a(Ea());function a(O){return O&&O.__esModule?O:{default:O}}function u(O,g){return l(O)||i(O,g)||f(O,g)||n()}function n(){throw new TypeError(`Invalid attempt to destructure non-iterable instance.
43
- In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function i(O,g){var P=O==null?null:typeof Symbol<"u"&&O[Symbol.iterator]||O["@@iterator"];if(P!=null){var q=[],j=!0,U=!1,H,V;try{for(P=P.call(O);!(j=(H=P.next()).done)&&(q.push(H.value),!(g&&q.length===g));j=!0);}catch(re){U=!0,V=re}finally{try{!j&&P.return!=null&&P.return()}finally{if(U)throw V}}return q}}function l(O){if(Array.isArray(O))return O}function s(O,g){var P=typeof Symbol<"u"&&O[Symbol.iterator]||O["@@iterator"];if(!P){if(Array.isArray(O)||(P=f(O))||g&&O&&typeof O.length=="number"){P&&(O=P);var q=0,j=function(){};return{s:j,n:function(){return q>=O.length?{done:!0}:{done:!1,value:O[q++]}},e:function(re){throw re},f:j}}throw new TypeError(`Invalid attempt to iterate non-iterable instance.
44
- In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}var U=!0,H=!1,V;return{s:function(){P=P.call(O)},n:function(){var re=P.next();return U=re.done,re},e:function(re){H=!0,V=re},f:function(){try{!U&&P.return!=null&&P.return()}finally{if(H)throw V}}}}function f(O,g){if(O){if(typeof O=="string")return d(O,g);var P=Object.prototype.toString.call(O).slice(8,-1);if(P==="Object"&&O.constructor&&(P=O.constructor.name),P==="Map"||P==="Set")return Array.from(O);if(P==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(P))return d(O,g)}}function d(O,g){(g==null||g>O.length)&&(g=O.length);for(var P=0,q=new Array(g);P<g;P++)q[P]=O[P];return q}var c=[],p=o.default.keys();for(E=0;E<p.length;E++)if(m=p[E],h=o.default.get(m),h)for(b=[].concat(h.baseConcepts,h.relatedConcepts),S=0;S<b.length;S++)y=b[S],y.module==="HTML"&&(v=y.concept,v&&function(){var O=JSON.stringify(v),g=c.find(function(U){return JSON.stringify(U[0])===O}),P=void 0;g?P=g[1]:P=[];for(var q=!0,j=0;j<P.length;j++)if(P[j]===m){q=!1;break}q&&P.push(m),c.push([v,P])}());var m,h,b,y,v,S,E,C={entries:function(){return c},forEach:function(O){var g=arguments.length>1&&arguments[1]!==void 0?arguments[1]:null,P=s(c),q;try{for(P.s();!(q=P.n()).done;){var j=u(q.value,2),U=j[0],H=j[1];O.call(g,H,U,c)}}catch(V){P.e(V)}finally{P.f()}},get:function(O){var g=c.find(function(P){return(0,t.default)(O,P[0])});return g&&g[1]},has:function(O){return!!C.get(O)},keys:function(){return c.map(function(O){var g=u(O,1),P=g[0];return P})},values:function(){return c.map(function(O){var g=u(O,2),P=g[1];return P})}},T=(0,r.default)(C,C.entries());e.default=T}}),Jg=R({"node_modules/aria-query/lib/roleElementMap.js"(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var t=o(rn()),r=o(Ea());function o(y){return y&&y.__esModule?y:{default:y}}function a(y,v){return i(y)||n(y,v)||s(y,v)||u()}function u(){throw new TypeError(`Invalid attempt to destructure non-iterable instance.
45
- In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function n(y,v){var S=y==null?null:typeof Symbol<"u"&&y[Symbol.iterator]||y["@@iterator"];if(S!=null){var E=[],C=!0,T=!1,O,g;try{for(S=S.call(y);!(C=(O=S.next()).done)&&(E.push(O.value),!(v&&E.length===v));C=!0);}catch(P){T=!0,g=P}finally{try{!C&&S.return!=null&&S.return()}finally{if(T)throw g}}return E}}function i(y){if(Array.isArray(y))return y}function l(y,v){var S=typeof Symbol<"u"&&y[Symbol.iterator]||y["@@iterator"];if(!S){if(Array.isArray(y)||(S=s(y))||v&&y&&typeof y.length=="number"){S&&(y=S);var E=0,C=function(){};return{s:C,n:function(){return E>=y.length?{done:!0}:{done:!1,value:y[E++]}},e:function(P){throw P},f:C}}throw new TypeError(`Invalid attempt to iterate non-iterable instance.
46
- In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}var T=!0,O=!1,g;return{s:function(){S=S.call(y)},n:function(){var P=S.next();return T=P.done,P},e:function(P){O=!0,g=P},f:function(){try{!T&&S.return!=null&&S.return()}finally{if(O)throw g}}}}function s(y,v){if(y){if(typeof y=="string")return f(y,v);var S=Object.prototype.toString.call(y).slice(8,-1);if(S==="Object"&&y.constructor&&(S=y.constructor.name),S==="Map"||S==="Set")return Array.from(y);if(S==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(S))return f(y,v)}}function f(y,v){(v==null||v>y.length)&&(v=y.length);for(var S=0,E=new Array(v);S<v;S++)E[S]=y[S];return E}var d=[],c=r.default.keys(),p=function(y){var v=c[y],S=r.default.get(v);if(S)for(var E=[].concat(S.baseConcepts,S.relatedConcepts),C=0;C<E.length;C++){var T=E[C];if(T.module==="HTML"){var O=T.concept;if(O){var g=d.find(function(q){return q[0]===v}),P=void 0;g?P=g[1]:P=[],P.push(O),d.push([v,P])}}}};for(m=0;m<c.length;m++)p(m);var m,h={entries:function(){return d},forEach:function(y){var v=arguments.length>1&&arguments[1]!==void 0?arguments[1]:null,S=l(d),E;try{for(S.s();!(E=S.n()).done;){var C=a(E.value,2),T=C[0],O=C[1];y.call(v,O,T,d)}}catch(g){S.e(g)}finally{S.f()}},get:function(y){var v=d.find(function(S){return S[0]===y});return v&&v[1]},has:function(y){return!!h.get(y)},keys:function(){return d.map(function(y){var v=a(y,1),S=v[0];return S})},values:function(){return d.map(function(y){var v=a(y,2),S=v[1];return S})}},b=(0,t.default)(h,h.entries());e.default=b}}),Aa=R({"node_modules/aria-query/lib/index.js"(e){Object.defineProperty(e,"__esModule",{value:!0}),e.roles=e.roleElements=e.elementRoles=e.dom=e.aria=void 0;var t=n(Th()),r=n(Ah()),o=n(Ea()),a=n(Yg()),u=n(Jg());function n(c){return c&&c.__esModule?c:{default:c}}var i=t.default;e.aria=i;var l=r.default;e.dom=l;var s=o.default;e.roles=s;var f=a.default;e.elementRoles=f;var d=u.default;e.roleElements=d}}),Xg=R({"../../node_modules/color-name/index.js"(e,t){t.exports={aliceblue:[240,248,255],antiquewhite:[250,235,215],aqua:[0,255,255],aquamarine:[127,255,212],azure:[240,255,255],beige:[245,245,220],bisque:[255,228,196],black:[0,0,0],blanchedalmond:[255,235,205],blue:[0,0,255],blueviolet:[138,43,226],brown:[165,42,42],burlywood:[222,184,135],cadetblue:[95,158,160],chartreuse:[127,255,0],chocolate:[210,105,30],coral:[255,127,80],cornflowerblue:[100,149,237],cornsilk:[255,248,220],crimson:[220,20,60],cyan:[0,255,255],darkblue:[0,0,139],darkcyan:[0,139,139],darkgoldenrod:[184,134,11],darkgray:[169,169,169],darkgreen:[0,100,0],darkgrey:[169,169,169],darkkhaki:[189,183,107],darkmagenta:[139,0,139],darkolivegreen:[85,107,47],darkorange:[255,140,0],darkorchid:[153,50,204],darkred:[139,0,0],darksalmon:[233,150,122],darkseagreen:[143,188,143],darkslateblue:[72,61,139],darkslategray:[47,79,79],darkslategrey:[47,79,79],darkturquoise:[0,206,209],darkviolet:[148,0,211],deeppink:[255,20,147],deepskyblue:[0,191,255],dimgray:[105,105,105],dimgrey:[105,105,105],dodgerblue:[30,144,255],firebrick:[178,34,34],floralwhite:[255,250,240],forestgreen:[34,139,34],fuchsia:[255,0,255],gainsboro:[220,220,220],ghostwhite:[248,248,255],gold:[255,215,0],goldenrod:[218,165,32],gray:[128,128,128],green:[0,128,0],greenyellow:[173,255,47],grey:[128,128,128],honeydew:[240,255,240],hotpink:[255,105,180],indianred:[205,92,92],indigo:[75,0,130],ivory:[255,255,240],khaki:[240,230,140],lavender:[230,230,250],lavenderblush:[255,240,245],lawngreen:[124,252,0],lemonchiffon:[255,250,205],lightblue:[173,216,230],lightcoral:[240,128,128],lightcyan:[224,255,255],lightgoldenrodyellow:[250,250,210],lightgray:[211,211,211],lightgreen:[144,238,144],lightgrey:[211,211,211],lightpink:[255,182,193],lightsalmon:[255,160,122],lightseagreen:[32,178,170],lightskyblue:[135,206,250],lightslategray:[119,136,153],lightslategrey:[119,136,153],lightsteelblue:[176,196,222],lightyellow:[255,255,224],lime:[0,255,0],limegreen:[50,205,50],linen:[250,240,230],magenta:[255,0,255],maroon:[128,0,0],mediumaquamarine:[102,205,170],mediumblue:[0,0,205],mediumorchid:[186,85,211],mediumpurple:[147,112,219],mediumseagreen:[60,179,113],mediumslateblue:[123,104,238],mediumspringgreen:[0,250,154],mediumturquoise:[72,209,204],mediumvioletred:[199,21,133],midnightblue:[25,25,112],mintcream:[245,255,250],mistyrose:[255,228,225],moccasin:[255,228,181],navajowhite:[255,222,173],navy:[0,0,128],oldlace:[253,245,230],olive:[128,128,0],olivedrab:[107,142,35],orange:[255,165,0],orangered:[255,69,0],orchid:[218,112,214],palegoldenrod:[238,232,170],palegreen:[152,251,152],paleturquoise:[175,238,238],palevioletred:[219,112,147],papayawhip:[255,239,213],peachpuff:[255,218,185],peru:[205,133,63],pink:[255,192,203],plum:[221,160,221],powderblue:[176,224,230],purple:[128,0,128],rebeccapurple:[102,51,153],red:[255,0,0],rosybrown:[188,143,143],royalblue:[65,105,225],saddlebrown:[139,69,19],salmon:[250,128,114],sandybrown:[244,164,96],seagreen:[46,139,87],seashell:[255,245,238],sienna:[160,82,45],silver:[192,192,192],skyblue:[135,206,235],slateblue:[106,90,205],slategray:[112,128,144],slategrey:[112,128,144],snow:[255,250,250],springgreen:[0,255,127],steelblue:[70,130,180],tan:[210,180,140],teal:[0,128,128],thistle:[216,191,216],tomato:[255,99,71],turquoise:[64,224,208],violet:[238,130,238],wheat:[245,222,179],white:[255,255,255],whitesmoke:[245,245,245],yellow:[255,255,0],yellowgreen:[154,205,50]}}}),Us=R({"../../node_modules/color-convert/conversions.js"(e,t){var r=Xg(),o={};for(let n of Object.keys(r))o[r[n]]=n;var a={rgb:{channels:3,labels:"rgb"},hsl:{channels:3,labels:"hsl"},hsv:{channels:3,labels:"hsv"},hwb:{channels:3,labels:"hwb"},cmyk:{channels:4,labels:"cmyk"},xyz:{channels:3,labels:"xyz"},lab:{channels:3,labels:"lab"},lch:{channels:3,labels:"lch"},hex:{channels:1,labels:["hex"]},keyword:{channels:1,labels:["keyword"]},ansi16:{channels:1,labels:["ansi16"]},ansi256:{channels:1,labels:["ansi256"]},hcg:{channels:3,labels:["h","c","g"]},apple:{channels:3,labels:["r16","g16","b16"]},gray:{channels:1,labels:["gray"]}};t.exports=a;for(let n of Object.keys(a)){if(!("channels"in a[n]))throw new Error("missing channels property: "+n);if(!("labels"in a[n]))throw new Error("missing channel labels property: "+n);if(a[n].labels.length!==a[n].channels)throw new Error("channel and label counts mismatch: "+n);let{channels:i,labels:l}=a[n];delete a[n].channels,delete a[n].labels,Object.defineProperty(a[n],"channels",{value:i}),Object.defineProperty(a[n],"labels",{value:l})}a.rgb.hsl=function(n){let i=n[0]/255,l=n[1]/255,s=n[2]/255,f=Math.min(i,l,s),d=Math.max(i,l,s),c=d-f,p,m;d===f?p=0:i===d?p=(l-s)/c:l===d?p=2+(s-i)/c:s===d&&(p=4+(i-l)/c),p=Math.min(p*60,360),p<0&&(p+=360);let h=(f+d)/2;return d===f?m=0:h<=.5?m=c/(d+f):m=c/(2-d-f),[p,m*100,h*100]},a.rgb.hsv=function(n){let i,l,s,f,d,c=n[0]/255,p=n[1]/255,m=n[2]/255,h=Math.max(c,p,m),b=h-Math.min(c,p,m),y=function(v){return(h-v)/6/b+1/2};return b===0?(f=0,d=0):(d=b/h,i=y(c),l=y(p),s=y(m),c===h?f=s-l:p===h?f=1/3+i-s:m===h&&(f=2/3+l-i),f<0?f+=1:f>1&&(f-=1)),[f*360,d*100,h*100]},a.rgb.hwb=function(n){let i=n[0],l=n[1],s=n[2],f=a.rgb.hsl(n)[0],d=1/255*Math.min(i,Math.min(l,s));return s=1-1/255*Math.max(i,Math.max(l,s)),[f,d*100,s*100]},a.rgb.cmyk=function(n){let i=n[0]/255,l=n[1]/255,s=n[2]/255,f=Math.min(1-i,1-l,1-s),d=(1-i-f)/(1-f)||0,c=(1-l-f)/(1-f)||0,p=(1-s-f)/(1-f)||0;return[d*100,c*100,p*100,f*100]};function u(n,i){return(n[0]-i[0])**2+(n[1]-i[1])**2+(n[2]-i[2])**2}a.rgb.keyword=function(n){let i=o[n];if(i)return i;let l=1/0,s;for(let f of Object.keys(r)){let d=r[f],c=u(n,d);c<l&&(l=c,s=f)}return s},a.keyword.rgb=function(n){return r[n]},a.rgb.xyz=function(n){let i=n[0]/255,l=n[1]/255,s=n[2]/255;i=i>.04045?((i+.055)/1.055)**2.4:i/12.92,l=l>.04045?((l+.055)/1.055)**2.4:l/12.92,s=s>.04045?((s+.055)/1.055)**2.4:s/12.92;let f=i*.4124+l*.3576+s*.1805,d=i*.2126+l*.7152+s*.0722,c=i*.0193+l*.1192+s*.9505;return[f*100,d*100,c*100]},a.rgb.lab=function(n){let i=a.rgb.xyz(n),l=i[0],s=i[1],f=i[2];l/=95.047,s/=100,f/=108.883,l=l>.008856?l**(1/3):7.787*l+16/116,s=s>.008856?s**(1/3):7.787*s+16/116,f=f>.008856?f**(1/3):7.787*f+16/116;let d=116*s-16,c=500*(l-s),p=200*(s-f);return[d,c,p]},a.hsl.rgb=function(n){let i=n[0]/360,l=n[1]/100,s=n[2]/100,f,d,c;if(l===0)return c=s*255,[c,c,c];s<.5?f=s*(1+l):f=s+l-s*l;let p=2*s-f,m=[0,0,0];for(let h=0;h<3;h++)d=i+1/3*-(h-1),d<0&&d++,d>1&&d--,6*d<1?c=p+(f-p)*6*d:2*d<1?c=f:3*d<2?c=p+(f-p)*(2/3-d)*6:c=p,m[h]=c*255;return m},a.hsl.hsv=function(n){let i=n[0],l=n[1]/100,s=n[2]/100,f=l,d=Math.max(s,.01);s*=2,l*=s<=1?s:2-s,f*=d<=1?d:2-d;let c=(s+l)/2,p=s===0?2*f/(d+f):2*l/(s+l);return[i,p*100,c*100]},a.hsv.rgb=function(n){let i=n[0]/60,l=n[1]/100,s=n[2]/100,f=Math.floor(i)%6,d=i-Math.floor(i),c=255*s*(1-l),p=255*s*(1-l*d),m=255*s*(1-l*(1-d));switch(s*=255,f){case 0:return[s,m,c];case 1:return[p,s,c];case 2:return[c,s,m];case 3:return[c,p,s];case 4:return[m,c,s];case 5:return[s,c,p]}},a.hsv.hsl=function(n){let i=n[0],l=n[1]/100,s=n[2]/100,f=Math.max(s,.01),d,c;c=(2-l)*s;let p=(2-l)*f;return d=l*f,d/=p<=1?p:2-p,d=d||0,c/=2,[i,d*100,c*100]},a.hwb.rgb=function(n){let i=n[0]/360,l=n[1]/100,s=n[2]/100,f=l+s,d;f>1&&(l/=f,s/=f);let c=Math.floor(6*i),p=1-s;d=6*i-c,c&1&&(d=1-d);let m=l+d*(p-l),h,b,y;switch(c){default:case 6:case 0:h=p,b=m,y=l;break;case 1:h=m,b=p,y=l;break;case 2:h=l,b=p,y=m;break;case 3:h=l,b=m,y=p;break;case 4:h=m,b=l,y=p;break;case 5:h=p,b=l,y=m;break}return[h*255,b*255,y*255]},a.cmyk.rgb=function(n){let i=n[0]/100,l=n[1]/100,s=n[2]/100,f=n[3]/100,d=1-Math.min(1,i*(1-f)+f),c=1-Math.min(1,l*(1-f)+f),p=1-Math.min(1,s*(1-f)+f);return[d*255,c*255,p*255]},a.xyz.rgb=function(n){let i=n[0]/100,l=n[1]/100,s=n[2]/100,f,d,c;return f=i*3.2406+l*-1.5372+s*-.4986,d=i*-.9689+l*1.8758+s*.0415,c=i*.0557+l*-.204+s*1.057,f=f>.0031308?1.055*f**(1/2.4)-.055:f*12.92,d=d>.0031308?1.055*d**(1/2.4)-.055:d*12.92,c=c>.0031308?1.055*c**(1/2.4)-.055:c*12.92,f=Math.min(Math.max(0,f),1),d=Math.min(Math.max(0,d),1),c=Math.min(Math.max(0,c),1),[f*255,d*255,c*255]},a.xyz.lab=function(n){let i=n[0],l=n[1],s=n[2];i/=95.047,l/=100,s/=108.883,i=i>.008856?i**(1/3):7.787*i+16/116,l=l>.008856?l**(1/3):7.787*l+16/116,s=s>.008856?s**(1/3):7.787*s+16/116;let f=116*l-16,d=500*(i-l),c=200*(l-s);return[f,d,c]},a.lab.xyz=function(n){let i=n[0],l=n[1],s=n[2],f,d,c;d=(i+16)/116,f=l/500+d,c=d-s/200;let p=d**3,m=f**3,h=c**3;return d=p>.008856?p:(d-16/116)/7.787,f=m>.008856?m:(f-16/116)/7.787,c=h>.008856?h:(c-16/116)/7.787,f*=95.047,d*=100,c*=108.883,[f,d,c]},a.lab.lch=function(n){let i=n[0],l=n[1],s=n[2],f;f=Math.atan2(s,l)*360/2/Math.PI,f<0&&(f+=360);let d=Math.sqrt(l*l+s*s);return[i,d,f]},a.lch.lab=function(n){let i=n[0],l=n[1],s=n[2]/360*2*Math.PI,f=l*Math.cos(s),d=l*Math.sin(s);return[i,f,d]},a.rgb.ansi16=function(n,i=null){let[l,s,f]=n,d=i===null?a.rgb.hsv(n)[2]:i;if(d=Math.round(d/50),d===0)return 30;let c=30+(Math.round(f/255)<<2|Math.round(s/255)<<1|Math.round(l/255));return d===2&&(c+=60),c},a.hsv.ansi16=function(n){return a.rgb.ansi16(a.hsv.rgb(n),n[2])},a.rgb.ansi256=function(n){let i=n[0],l=n[1],s=n[2];return i===l&&l===s?i<8?16:i>248?231:Math.round((i-8)/247*24)+232:16+36*Math.round(i/255*5)+6*Math.round(l/255*5)+Math.round(s/255*5)},a.ansi16.rgb=function(n){let i=n%10;if(i===0||i===7)return n>50&&(i+=3.5),i=i/10.5*255,[i,i,i];let l=(~~(n>50)+1)*.5,s=(i&1)*l*255,f=(i>>1&1)*l*255,d=(i>>2&1)*l*255;return[s,f,d]},a.ansi256.rgb=function(n){if(n>=232){let d=(n-232)*10+8;return[d,d,d]}n-=16;let i,l=Math.floor(n/36)/5*255,s=Math.floor((i=n%36)/6)/5*255,f=i%6/5*255;return[l,s,f]},a.rgb.hex=function(n){let i=(((Math.round(n[0])&255)<<16)+((Math.round(n[1])&255)<<8)+(Math.round(n[2])&255)).toString(16).toUpperCase();return"000000".substring(i.length)+i},a.hex.rgb=function(n){let i=n.toString(16).match(/[a-f0-9]{6}|[a-f0-9]{3}/i);if(!i)return[0,0,0];let l=i[0];i[0].length===3&&(l=l.split("").map(p=>p+p).join(""));let s=parseInt(l,16),f=s>>16&255,d=s>>8&255,c=s&255;return[f,d,c]},a.rgb.hcg=function(n){let i=n[0]/255,l=n[1]/255,s=n[2]/255,f=Math.max(Math.max(i,l),s),d=Math.min(Math.min(i,l),s),c=f-d,p,m;return c<1?p=d/(1-c):p=0,c<=0?m=0:f===i?m=(l-s)/c%6:f===l?m=2+(s-i)/c:m=4+(i-l)/c,m/=6,m%=1,[m*360,c*100,p*100]},a.hsl.hcg=function(n){let i=n[1]/100,l=n[2]/100,s=l<.5?2*i*l:2*i*(1-l),f=0;return s<1&&(f=(l-.5*s)/(1-s)),[n[0],s*100,f*100]},a.hsv.hcg=function(n){let i=n[1]/100,l=n[2]/100,s=i*l,f=0;return s<1&&(f=(l-s)/(1-s)),[n[0],s*100,f*100]},a.hcg.rgb=function(n){let i=n[0]/360,l=n[1]/100,s=n[2]/100;if(l===0)return[s*255,s*255,s*255];let f=[0,0,0],d=i%1*6,c=d%1,p=1-c,m=0;switch(Math.floor(d)){case 0:f[0]=1,f[1]=c,f[2]=0;break;case 1:f[0]=p,f[1]=1,f[2]=0;break;case 2:f[0]=0,f[1]=1,f[2]=c;break;case 3:f[0]=0,f[1]=p,f[2]=1;break;case 4:f[0]=c,f[1]=0,f[2]=1;break;default:f[0]=1,f[1]=0,f[2]=p}return m=(1-l)*s,[(l*f[0]+m)*255,(l*f[1]+m)*255,(l*f[2]+m)*255]},a.hcg.hsv=function(n){let i=n[1]/100,l=n[2]/100,s=i+l*(1-i),f=0;return s>0&&(f=i/s),[n[0],f*100,s*100]},a.hcg.hsl=function(n){let i=n[1]/100,l=n[2]/100*(1-i)+.5*i,s=0;return l>0&&l<.5?s=i/(2*l):l>=.5&&l<1&&(s=i/(2*(1-l))),[n[0],s*100,l*100]},a.hcg.hwb=function(n){let i=n[1]/100,l=n[2]/100,s=i+l*(1-i);return[n[0],(s-i)*100,(1-s)*100]},a.hwb.hcg=function(n){let i=n[1]/100,l=1-n[2]/100,s=l-i,f=0;return s<1&&(f=(l-s)/(1-s)),[n[0],s*100,f*100]},a.apple.rgb=function(n){return[n[0]/65535*255,n[1]/65535*255,n[2]/65535*255]},a.rgb.apple=function(n){return[n[0]/255*65535,n[1]/255*65535,n[2]/255*65535]},a.gray.rgb=function(n){return[n[0]/100*255,n[0]/100*255,n[0]/100*255]},a.gray.hsl=function(n){return[0,0,n[0]]},a.gray.hsv=a.gray.hsl,a.gray.hwb=function(n){return[0,100,n[0]]},a.gray.cmyk=function(n){return[0,0,0,n[0]]},a.gray.lab=function(n){return[n[0],0,0]},a.gray.hex=function(n){let i=Math.round(n[0]/100*255)&255,l=((i<<16)+(i<<8)+i).toString(16).toUpperCase();return"000000".substring(l.length)+l},a.rgb.gray=function(n){return[(n[0]+n[1]+n[2])/3/255*100]}}}),Qg=R({"../../node_modules/color-convert/route.js"(e,t){var r=Us();function o(){let i={},l=Object.keys(r);for(let s=l.length,f=0;f<s;f++)i[l[f]]={distance:-1,parent:null};return i}function a(i){let l=o(),s=[i];for(l[i].distance=0;s.length;){let f=s.pop(),d=Object.keys(r[f]);for(let c=d.length,p=0;p<c;p++){let m=d[p],h=l[m];h.distance===-1&&(h.distance=l[f].distance+1,h.parent=f,s.unshift(m))}}return l}function u(i,l){return function(s){return l(i(s))}}function n(i,l){let s=[l[i].parent,i],f=r[l[i].parent][i],d=l[i].parent;for(;l[d].parent;)s.unshift(l[d].parent),f=u(r[l[d].parent][d],f),d=l[d].parent;return f.conversion=s,f}t.exports=function(i){let l=a(i),s={},f=Object.keys(l);for(let d=f.length,c=0;c<d;c++){let p=f[c];l[p].parent!==null&&(s[p]=n(p,l))}return s}}}),Zg=R({"../../node_modules/color-convert/index.js"(e,t){var r=Us(),o=Qg(),a={},u=Object.keys(r);function n(l){let s=function(...f){let d=f[0];return d==null?d:(d.length>1&&(f=d),l(f))};return"conversion"in l&&(s.conversion=l.conversion),s}function i(l){let s=function(...f){let d=f[0];if(d==null)return d;d.length>1&&(f=d);let c=l(f);if(typeof c=="object")for(let p=c.length,m=0;m<p;m++)c[m]=Math.round(c[m]);return c};return"conversion"in l&&(s.conversion=l.conversion),s}u.forEach(l=>{a[l]={},Object.defineProperty(a[l],"channels",{value:r[l].channels}),Object.defineProperty(a[l],"labels",{value:r[l].labels});let s=o(l);Object.keys(s).forEach(f=>{let d=s[f];a[l][f]=i(d),a[l][f].raw=n(d)})}),t.exports=a}}),ev=R({"../../node_modules/ansi-styles/index.js"(e,t){var r=(d,c)=>(...p)=>`\x1B[${d(...p)+c}m`,o=(d,c)=>(...p)=>{let m=d(...p);return`\x1B[${38+c};5;${m}m`},a=(d,c)=>(...p)=>{let m=d(...p);return`\x1B[${38+c};2;${m[0]};${m[1]};${m[2]}m`},u=d=>d,n=(d,c,p)=>[d,c,p],i=(d,c,p)=>{Object.defineProperty(d,c,{get:()=>{let m=p();return Object.defineProperty(d,c,{value:m,enumerable:!0,configurable:!0}),m},enumerable:!0,configurable:!0})},l,s=(d,c,p,m)=>{l===void 0&&(l=Zg());let h=m?10:0,b={};for(let[y,v]of Object.entries(l)){let S=y==="ansi16"?"ansi":y;y===c?b[S]=d(p,h):typeof v=="object"&&(b[S]=d(v[c],h))}return b};function f(){let d=new Map,c={modifier:{reset:[0,0],bold:[1,22],dim:[2,22],italic:[3,23],underline:[4,24],inverse:[7,27],hidden:[8,28],strikethrough:[9,29]},color:{black:[30,39],red:[31,39],green:[32,39],yellow:[33,39],blue:[34,39],magenta:[35,39],cyan:[36,39],white:[37,39],blackBright:[90,39],redBright:[91,39],greenBright:[92,39],yellowBright:[93,39],blueBright:[94,39],magentaBright:[95,39],cyanBright:[96,39],whiteBright:[97,39]},bgColor:{bgBlack:[40,49],bgRed:[41,49],bgGreen:[42,49],bgYellow:[43,49],bgBlue:[44,49],bgMagenta:[45,49],bgCyan:[46,49],bgWhite:[47,49],bgBlackBright:[100,49],bgRedBright:[101,49],bgGreenBright:[102,49],bgYellowBright:[103,49],bgBlueBright:[104,49],bgMagentaBright:[105,49],bgCyanBright:[106,49],bgWhiteBright:[107,49]}};c.color.gray=c.color.blackBright,c.bgColor.bgGray=c.bgColor.bgBlackBright,c.color.grey=c.color.blackBright,c.bgColor.bgGrey=c.bgColor.bgBlackBright;for(let[p,m]of Object.entries(c)){for(let[h,b]of Object.entries(m))c[h]={open:`\x1B[${b[0]}m`,close:`\x1B[${b[1]}m`},m[h]=c[h],d.set(b[0],b[1]);Object.defineProperty(c,p,{value:m,enumerable:!1})}return Object.defineProperty(c,"codes",{value:d,enumerable:!1}),c.color.close="\x1B[39m",c.bgColor.close="\x1B[49m",i(c.color,"ansi",()=>s(r,"ansi16",u,!1)),i(c.color,"ansi256",()=>s(o,"ansi256",u,!1)),i(c.color,"ansi16m",()=>s(a,"rgb",n,!1)),i(c.bgColor,"ansi",()=>s(r,"ansi16",u,!0)),i(c.bgColor,"ansi256",()=>s(o,"ansi256",u,!0)),i(c.bgColor,"ansi16m",()=>s(a,"rgb",n,!0)),c}Object.defineProperty(t,"exports",{enumerable:!0,get:f})}}),tv=R({"../../node_modules/supports-color/browser.js"(e,t){t.exports={stdout:!1,stderr:!1}}}),rv=R({"node_modules/@testing-library/jest-dom/node_modules/chalk/source/util.js"(e,t){var r=(a,u,n)=>{let i=a.indexOf(u);if(i===-1)return a;let l=u.length,s=0,f="";do f+=a.substr(s,i-s)+u+n,s=i+l,i=a.indexOf(u,s);while(i!==-1);return f+=a.substr(s),f},o=(a,u,n,i)=>{let l=0,s="";do{let f=a[i-1]==="\r";s+=a.substr(l,(f?i-1:i)-l)+u+(f?`\r
47
- `:`
48
- `)+n,l=i+1,i=a.indexOf(`
49
- `,l)}while(i!==-1);return s+=a.substr(l),s};t.exports={stringReplaceAll:r,stringEncaseCRLFWithFirstIndex:o}}}),nv=R({"node_modules/@testing-library/jest-dom/node_modules/chalk/source/templates.js"(e,t){var r=/(?:\\(u(?:[a-f\d]{4}|\{[a-f\d]{1,6}\})|x[a-f\d]{2}|.))|(?:\{(~)?(\w+(?:\([^)]*\))?(?:\.\w+(?:\([^)]*\))?)*)(?:[ \t]|(?=\r?\n)))|(\})|((?:.|[\r\n\f])+?)/gi,o=/(?:^|\.)(\w+)(?:\(([^)]*)\))?/g,a=/^(['"])((?:\\.|(?!\1)[^\\])*)\1$/,u=/\\(u(?:[a-f\d]{4}|\{[a-f\d]{1,6}\})|x[a-f\d]{2}|.)|([^\\])/gi,n=new Map([["n",`
50
- `],["r","\r"],["t"," "],["b","\b"],["f","\f"],["v","\v"],["0","\0"],["\\","\\"],["e","\x1B"],["a","\x07"]]);function i(d){let c=d[0]==="u",p=d[1]==="{";return c&&!p&&d.length===5||d[0]==="x"&&d.length===3?String.fromCharCode(parseInt(d.slice(1),16)):c&&p?String.fromCodePoint(parseInt(d.slice(2,-1),16)):n.get(d)||d}function l(d,c){let p=[],m=c.trim().split(/\s*,\s*/g),h;for(let b of m){let y=Number(b);if(!Number.isNaN(y))p.push(y);else if(h=b.match(a))p.push(h[2].replace(u,(v,S,E)=>S?i(S):E));else throw new Error(`Invalid Chalk template style argument: ${b} (in style '${d}')`)}return p}function s(d){o.lastIndex=0;let c=[],p;for(;(p=o.exec(d))!==null;){let m=p[1];if(p[2]){let h=l(m,p[2]);c.push([m].concat(h))}else c.push([m])}return c}function f(d,c){let p={};for(let h of c)for(let b of h.styles)p[b[0]]=h.inverse?null:b.slice(1);let m=d;for(let[h,b]of Object.entries(p))if(Array.isArray(b)){if(!(h in m))throw new Error(`Unknown Chalk style: ${h}`);m=b.length>0?m[h](...b):m[h]}return m}t.exports=(d,c)=>{let p=[],m=[],h=[];if(c.replace(r,(b,y,v,S,E,C)=>{if(y)h.push(i(y));else if(S){let T=h.join("");h=[],m.push(p.length===0?T:f(d,p)(T)),p.push({inverse:v,styles:s(S)})}else if(E){if(p.length===0)throw new Error("Found extraneous } in Chalk template literal");m.push(f(d,p)(h.join(""))),h=[],p.pop()}else h.push(C)}),m.push(h.join("")),p.length>0){let b=`Chalk template literal is missing ${p.length} closing bracket${p.length===1?"":"s"} (\`}\`)`;throw new Error(b)}return m.join("")}}}),Hs=R({"node_modules/@testing-library/jest-dom/node_modules/chalk/source/index.js"(e,t){var r=ev(),{stdout:o,stderr:a}=tv(),{stringReplaceAll:u,stringEncaseCRLFWithFirstIndex:n}=rv(),i=["ansi","ansi","ansi256","ansi16m"],l=Object.create(null),s=(C,T={})=>{if(T.level>3||T.level<0)throw new Error("The `level` option should be an integer from 0 to 3");let O=o?o.level:0;C.level=T.level===void 0?O:T.level},f=class{constructor(C){return d(C)}},d=C=>{let T={};return s(T,C),T.template=(...O)=>S(T.template,...O),Object.setPrototypeOf(T,c.prototype),Object.setPrototypeOf(T.template,T),T.template.constructor=()=>{throw new Error("`chalk.constructor()` is deprecated. Use `new chalk.Instance()` instead.")},T.template.Instance=f,T.template};function c(C){return d(C)}for(let[C,T]of Object.entries(r))l[C]={get(){let O=b(this,h(T.open,T.close,this._styler),this._isEmpty);return Object.defineProperty(this,C,{value:O}),O}};l.visible={get(){let C=b(this,this._styler,!0);return Object.defineProperty(this,"visible",{value:C}),C}};var p=["rgb","hex","keyword","hsl","hsv","hwb","ansi","ansi256"];for(let C of p)l[C]={get(){let{level:T}=this;return function(...O){let g=h(r.color[i[T]][C](...O),r.color.close,this._styler);return b(this,g,this._isEmpty)}}};for(let C of p){let T="bg"+C[0].toUpperCase()+C.slice(1);l[T]={get(){let{level:O}=this;return function(...g){let P=h(r.bgColor[i[O]][C](...g),r.bgColor.close,this._styler);return b(this,P,this._isEmpty)}}}}var m=Object.defineProperties(()=>{},{...l,level:{enumerable:!0,get(){return this._generator.level},set(C){this._generator.level=C}}}),h=(C,T,O)=>{let g,P;return O===void 0?(g=C,P=T):(g=O.openAll+C,P=T+O.closeAll),{open:C,close:T,openAll:g,closeAll:P,parent:O}},b=(C,T,O)=>{let g=(...P)=>y(g,P.length===1?""+P[0]:P.join(" "));return g.__proto__=m,g._generator=C,g._styler=T,g._isEmpty=O,g},y=(C,T)=>{if(C.level<=0||!T)return C._isEmpty?"":T;let O=C._styler;if(O===void 0)return T;let{openAll:g,closeAll:P}=O;if(T.indexOf("\x1B")!==-1)for(;O!==void 0;)T=u(T,O.close,O.open),O=O.parent;let q=T.indexOf(`
51
- `);return q!==-1&&(T=n(T,P,g,q)),g+T+P},v,S=(C,...T)=>{let[O]=T;if(!Array.isArray(O))return T.join(" ");let g=T.slice(1),P=[O.raw[0]];for(let q=1;q<O.length;q++)P.push(String(g[q-1]).replace(/[{}\\]/g,"\\$&"),String(O.raw[q]));return v===void 0&&(v=nv()),v(C,P.join(""))};Object.defineProperties(c.prototype,l);var E=c();E.supportsColor=o,E.stderr=c({level:a?a.level:0}),E.stderr.supportsColor=a,E.Level={None:0,Basic:1,Ansi256:2,TrueColor:3,0:"None",1:"Basic",2:"Ansi256",3:"TrueColor"},t.exports=E}}),Vs=R({"../../node_modules/lodash/isEqualWith.js"(e,t){var r=Cs();function o(a,u,n){n=typeof n=="function"?n:void 0;var i=n?n(a,u):void 0;return i===void 0?r(a,u,void 0,n):!!i}t.exports=o}}),ov=R({"../../node_modules/lodash/_baseFindIndex.js"(e,t){function r(o,a,u,n){for(var i=o.length,l=u+(n?1:-1);n?l--:++l<i;)if(a(o[l],l,o))return l;return-1}t.exports=r}}),av=R({"../../node_modules/lodash/_baseIsNaN.js"(e,t){function r(o){return o!==o}t.exports=r}}),iv=R({"../../node_modules/lodash/_strictIndexOf.js"(e,t){function r(o,a,u){for(var n=u-1,i=o.length;++n<i;)if(o[n]===a)return n;return-1}t.exports=r}}),lv=R({"../../node_modules/lodash/_baseIndexOf.js"(e,t){var r=ov(),o=av(),a=iv();function u(n,i,l){return i===i?a(n,i,l):r(n,o,l)}t.exports=u}}),sv=R({"../../node_modules/lodash/_arrayIncludes.js"(e,t){var r=lv();function o(a,u){var n=a==null?0:a.length;return!!n&&r(a,u,0)>-1}t.exports=o}}),uv=R({"../../node_modules/lodash/_arrayIncludesWith.js"(e,t){function r(o,a,u){for(var n=-1,i=o==null?0:o.length;++n<i;)if(u(a,o[n]))return!0;return!1}t.exports=r}}),cv=R({"../../node_modules/lodash/noop.js"(e,t){function r(){}t.exports=r}}),dv=R({"../../node_modules/lodash/_createSet.js"(e,t){var r=Ss(),o=cv(),a=va(),u=1/0,n=r&&1/a(new r([,-0]))[1]==u?function(i){return new r(i)}:o;t.exports=n}}),fv=R({"../../node_modules/lodash/_baseUniq.js"(e,t){var r=bs(),o=sv(),a=uv(),u=gs(),n=dv(),i=va(),l=200;function s(f,d,c){var p=-1,m=o,h=f.length,b=!0,y=[],v=y;if(c)b=!1,m=a;else if(h>=l){var S=d?null:n(f);if(S)return i(S);b=!1,m=u,v=new r}else v=d?[]:y;e:for(;++p<h;){var E=f[p],C=d?d(E):E;if(E=c||E!==0?E:0,b&&C===C){for(var T=v.length;T--;)if(v[T]===C)continue e;d&&v.push(C),y.push(E)}else m(v,C,c)||(v!==y&&v.push(C),y.push(E))}return y}t.exports=s}}),zs=R({"../../node_modules/lodash/uniq.js"(e,t){var r=fv();function o(a){return a&&a.length?r(a):[]}t.exports=o}}),Ws=R({"../../node_modules/css.escape/css.escape.js"(e,t){(function(r,o){typeof e=="object"?t.exports=o(r):typeof define=="function"&&define.amd?define([],o.bind(r,r)):o(r)})(typeof global<"u"?global:e,function(r){if(r.CSS&&r.CSS.escape)return r.CSS.escape;var o=function(a){if(arguments.length==0)throw new TypeError("`CSS.escape` requires an argument.");for(var u=String(a),n=u.length,i=-1,l,s="",f=u.charCodeAt(0);++i<n;){if(l=u.charCodeAt(i),l==0){s+="�";continue}if(l>=1&&l<=31||l==127||i==0&&l>=48&&l<=57||i==1&&l>=48&&l<=57&&f==45){s+="\\"+l.toString(16)+" ";continue}if(i==0&&n==1&&l==45){s+="\\"+u.charAt(i);continue}if(l>=128||l==45||l==95||l>=48&&l<=57||l>=65&&l<=90||l>=97&&l<=122){s+=u.charAt(i);continue}s+="\\"+u.charAt(i)}return s};return r.CSS||(r.CSS={}),r.CSS.escape=o,o})}}),Gs=R({"node_modules/pretty-format/node_modules/ansi-styles/index.js"(e,t){var r=(u=0)=>n=>`\x1B[${38+u};5;${n}m`,o=(u=0)=>(n,i,l)=>`\x1B[${38+u};2;${n};${i};${l}m`;function a(){let u=new Map,n={modifier:{reset:[0,0],bold:[1,22],dim:[2,22],italic:[3,23],underline:[4,24],overline:[53,55],inverse:[7,27],hidden:[8,28],strikethrough:[9,29]},color:{black:[30,39],red:[31,39],green:[32,39],yellow:[33,39],blue:[34,39],magenta:[35,39],cyan:[36,39],white:[37,39],blackBright:[90,39],redBright:[91,39],greenBright:[92,39],yellowBright:[93,39],blueBright:[94,39],magentaBright:[95,39],cyanBright:[96,39],whiteBright:[97,39]},bgColor:{bgBlack:[40,49],bgRed:[41,49],bgGreen:[42,49],bgYellow:[43,49],bgBlue:[44,49],bgMagenta:[45,49],bgCyan:[46,49],bgWhite:[47,49],bgBlackBright:[100,49],bgRedBright:[101,49],bgGreenBright:[102,49],bgYellowBright:[103,49],bgBlueBright:[104,49],bgMagentaBright:[105,49],bgCyanBright:[106,49],bgWhiteBright:[107,49]}};n.color.gray=n.color.blackBright,n.bgColor.bgGray=n.bgColor.bgBlackBright,n.color.grey=n.color.blackBright,n.bgColor.bgGrey=n.bgColor.bgBlackBright;for(let[i,l]of Object.entries(n)){for(let[s,f]of Object.entries(l))n[s]={open:`\x1B[${f[0]}m`,close:`\x1B[${f[1]}m`},l[s]=n[s],u.set(f[0],f[1]);Object.defineProperty(n,i,{value:l,enumerable:!1})}return Object.defineProperty(n,"codes",{value:u,enumerable:!1}),n.color.close="\x1B[39m",n.bgColor.close="\x1B[49m",n.color.ansi256=r(),n.color.ansi16m=o(),n.bgColor.ansi256=r(10),n.bgColor.ansi16m=o(10),Object.defineProperties(n,{rgbToAnsi256:{value:(i,l,s)=>i===l&&l===s?i<8?16:i>248?231:Math.round((i-8)/247*24)+232:16+36*Math.round(i/255*5)+6*Math.round(l/255*5)+Math.round(s/255*5),enumerable:!1},hexToRgb:{value:i=>{let l=/(?<colorString>[a-f\d]{6}|[a-f\d]{3})/i.exec(i.toString(16));if(!l)return[0,0,0];let{colorString:s}=l.groups;s.length===3&&(s=s.split("").map(d=>d+d).join(""));let f=Number.parseInt(s,16);return[f>>16&255,f>>8&255,f&255]},enumerable:!1},hexToAnsi256:{value:i=>n.rgbToAnsi256(...n.hexToRgb(i)),enumerable:!1}}),n}Object.defineProperty(t,"exports",{enumerable:!0,get:a})}}),Gn=R({"node_modules/pretty-format/build/collections.js"(e){Object.defineProperty(e,"__esModule",{value:!0}),e.printIteratorEntries=r,e.printIteratorValues=o,e.printListItems=a,e.printObjectProperties=u;var t=(n,i)=>{let l=Object.keys(n).sort(i);return Object.getOwnPropertySymbols&&Object.getOwnPropertySymbols(n).forEach(s=>{Object.getOwnPropertyDescriptor(n,s).enumerable&&l.push(s)}),l};function r(n,i,l,s,f,d,c=": "){let p="",m=n.next();if(!m.done){p+=i.spacingOuter;let h=l+i.indent;for(;!m.done;){let b=d(m.value[0],i,h,s,f),y=d(m.value[1],i,h,s,f);p+=h+b+c+y,m=n.next(),m.done?i.min||(p+=","):p+=","+i.spacingInner}p+=i.spacingOuter+l}return p}function o(n,i,l,s,f,d){let c="",p=n.next();if(!p.done){c+=i.spacingOuter;let m=l+i.indent;for(;!p.done;)c+=m+d(p.value,i,m,s,f),p=n.next(),p.done?i.min||(c+=","):c+=","+i.spacingInner;c+=i.spacingOuter+l}return c}function a(n,i,l,s,f,d){let c="";if(n.length){c+=i.spacingOuter;let p=l+i.indent;for(let m=0;m<n.length;m++)c+=p,m in n&&(c+=d(n[m],i,p,s,f)),m<n.length-1?c+=","+i.spacingInner:i.min||(c+=",");c+=i.spacingOuter+l}return c}function u(n,i,l,s,f,d){let c="",p=t(n,i.compareKeys);if(p.length){c+=i.spacingOuter;let m=l+i.indent;for(let h=0;h<p.length;h++){let b=p[h],y=d(b,i,m,s,f),v=d(n[b],i,m,s,f);c+=m+y+": "+v,h<p.length-1?c+=","+i.spacingInner:i.min||(c+=",")}c+=i.spacingOuter+l}return c}}}),pv=R({"node_modules/pretty-format/build/plugins/AsymmetricMatcher.js"(e){Object.defineProperty(e,"__esModule",{value:!0}),e.test=e.serialize=e.default=void 0;var t=Gn(),r=function(){return typeof globalThis<"u"?globalThis:typeof r<"u"?r:typeof self<"u"?self:typeof window<"u"?window:Function("return this")()}(),o=r["jest-symbol-do-not-touch"]||r.Symbol,a=typeof o=="function"&&o.for?o.for("jest.asymmetricMatcher"):1267621,u=" ",n=(f,d,c,p,m,h)=>{let b=f.toString();return b==="ArrayContaining"||b==="ArrayNotContaining"?++p>d.maxDepth?"["+b+"]":b+u+"["+(0,t.printListItems)(f.sample,d,c,p,m,h)+"]":b==="ObjectContaining"||b==="ObjectNotContaining"?++p>d.maxDepth?"["+b+"]":b+u+"{"+(0,t.printObjectProperties)(f.sample,d,c,p,m,h)+"}":b==="StringMatching"||b==="StringNotMatching"||b==="StringContaining"||b==="StringNotContaining"?b+u+h(f.sample,d,c,p,m):f.toAsymmetricMatcher()};e.serialize=n;var i=f=>f&&f.$$typeof===a;e.test=i;var l={serialize:n,test:i},s=l;e.default=s}}),mv=R({"../../node_modules/ansi-regex/index.js"(e,t){t.exports=({onlyFirst:r=!1}={})=>{let o=["[\\u001B\\u009B][[\\]()#;?]*(?:(?:(?:(?:;[-a-zA-Z\\d\\/#&.:=?%@~_]+)*|[a-zA-Z\\d]+(?:;[-a-zA-Z\\d\\/#&.:=?%@~_]*)*)?\\u0007)","(?:(?:\\d{1,4}(?:;\\d{0,4})*)?[\\dA-PR-TZcf-ntqry=><~]))"].join("|");return new RegExp(o,r?void 0:"g")}}}),hv=R({"node_modules/pretty-format/build/plugins/ConvertAnsi.js"(e){Object.defineProperty(e,"__esModule",{value:!0}),e.test=e.serialize=e.default=void 0;var t=o(mv()),r=o(Gs());function o(s){return s&&s.__esModule?s:{default:s}}var a=s=>s.replace((0,t.default)(),f=>{switch(f){case r.default.red.close:case r.default.green.close:case r.default.cyan.close:case r.default.gray.close:case r.default.white.close:case r.default.yellow.close:case r.default.bgRed.close:case r.default.bgGreen.close:case r.default.bgYellow.close:case r.default.inverse.close:case r.default.dim.close:case r.default.bold.close:case r.default.reset.open:case r.default.reset.close:return"</>";case r.default.red.open:return"<red>";case r.default.green.open:return"<green>";case r.default.cyan.open:return"<cyan>";case r.default.gray.open:return"<gray>";case r.default.white.open:return"<white>";case r.default.yellow.open:return"<yellow>";case r.default.bgRed.open:return"<bgRed>";case r.default.bgGreen.open:return"<bgGreen>";case r.default.bgYellow.open:return"<bgYellow>";case r.default.inverse.open:return"<inverse>";case r.default.dim.open:return"<dim>";case r.default.bold.open:return"<bold>";default:return""}}),u=s=>typeof s=="string"&&!!s.match((0,t.default)());e.test=u;var n=(s,f,d,c,p,m)=>m(a(s),f,d,c,p);e.serialize=n;var i={serialize:n,test:u},l=i;e.default=l}}),yv=R({"node_modules/pretty-format/build/plugins/DOMCollection.js"(e){Object.defineProperty(e,"__esModule",{value:!0}),e.test=e.serialize=e.default=void 0;var t=Gn(),r=" ",o=["DOMStringMap","NamedNodeMap"],a=/^(HTML\w*Collection|NodeList)$/,u=d=>o.indexOf(d)!==-1||a.test(d),n=d=>d&&d.constructor&&!!d.constructor.name&&u(d.constructor.name);e.test=n;var i=d=>d.constructor.name==="NamedNodeMap",l=(d,c,p,m,h,b)=>{let y=d.constructor.name;return++m>c.maxDepth?"["+y+"]":(c.min?"":y+r)+(o.indexOf(y)!==-1?"{"+(0,t.printObjectProperties)(i(d)?Array.from(d).reduce((v,S)=>(v[S.name]=S.value,v),{}):{...d},c,p,m,h,b)+"}":"["+(0,t.printListItems)(Array.from(d),c,p,m,h,b)+"]")};e.serialize=l;var s={serialize:l,test:n},f=s;e.default=f}}),bv=R({"node_modules/pretty-format/build/plugins/lib/escapeHTML.js"(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=t;function t(r){return r.replace(/</g,"&lt;").replace(/>/g,"&gt;")}}}),xa=R({"node_modules/pretty-format/build/plugins/lib/markup.js"(e){Object.defineProperty(e,"__esModule",{value:!0}),e.printText=e.printProps=e.printElementAsLeaf=e.printElement=e.printComment=e.printChildren=void 0;var t=r(bv());function r(s){return s&&s.__esModule?s:{default:s}}var o=(s,f,d,c,p,m,h)=>{let b=c+d.indent,y=d.colors;return s.map(v=>{let S=f[v],E=h(S,d,b,p,m);return typeof S!="string"&&(E.indexOf(`
52
- `)!==-1&&(E=d.spacingOuter+b+E+d.spacingOuter+c),E="{"+E+"}"),d.spacingInner+c+y.prop.open+v+y.prop.close+"="+y.value.open+E+y.value.close}).join("")};e.printProps=o;var a=(s,f,d,c,p,m)=>s.map(h=>f.spacingOuter+d+(typeof h=="string"?u(h,f):m(h,f,d,c,p))).join("");e.printChildren=a;var u=(s,f)=>{let d=f.colors.content;return d.open+(0,t.default)(s)+d.close};e.printText=u;var n=(s,f)=>{let d=f.colors.comment;return d.open+"<!--"+(0,t.default)(s)+"-->"+d.close};e.printComment=n;var i=(s,f,d,c,p)=>{let m=c.colors.tag;return m.open+"<"+s+(f&&m.close+f+c.spacingOuter+p+m.open)+(d?">"+m.close+d+c.spacingOuter+p+m.open+"</"+s:(f&&!c.min?"":" ")+"/")+">"+m.close};e.printElement=i;var l=(s,f)=>{let d=f.colors.tag;return d.open+"<"+s+d.close+" …"+d.open+" />"+d.close};e.printElementAsLeaf=l}}),gv=R({"node_modules/pretty-format/build/plugins/DOMElement.js"(e){Object.defineProperty(e,"__esModule",{value:!0}),e.test=e.serialize=e.default=void 0;var t=xa(),r=1,o=3,a=8,u=11,n=/^((HTML|SVG)\w*)?Element$/,i=b=>{try{return typeof b.hasAttribute=="function"&&b.hasAttribute("is")}catch{return!1}},l=b=>{let y=b.constructor.name,{nodeType:v,tagName:S}=b,E=typeof S=="string"&&S.includes("-")||i(b);return v===r&&(n.test(y)||E)||v===o&&y==="Text"||v===a&&y==="Comment"||v===u&&y==="DocumentFragment"},s=b=>{var y;return(b==null||(y=b.constructor)===null||y===void 0?void 0:y.name)&&l(b)};e.test=s;function f(b){return b.nodeType===o}function d(b){return b.nodeType===a}function c(b){return b.nodeType===u}var p=(b,y,v,S,E,C)=>{if(f(b))return(0,t.printText)(b.data,y);if(d(b))return(0,t.printComment)(b.data,y);let T=c(b)?"DocumentFragment":b.tagName.toLowerCase();return++S>y.maxDepth?(0,t.printElementAsLeaf)(T,y):(0,t.printElement)(T,(0,t.printProps)(c(b)?[]:Array.from(b.attributes).map(O=>O.name).sort(),c(b)?{}:Array.from(b.attributes).reduce((O,g)=>(O[g.name]=g.value,O),{}),y,v+y.indent,S,E,C),(0,t.printChildren)(Array.prototype.slice.call(b.childNodes||b.children),y,v+y.indent,S,E,C),y,v)};e.serialize=p;var m={serialize:p,test:s},h=m;e.default=h}}),vv=R({"node_modules/pretty-format/build/plugins/Immutable.js"(e){Object.defineProperty(e,"__esModule",{value:!0}),e.test=e.serialize=e.default=void 0;var t=Gn(),r="@@__IMMUTABLE_ITERABLE__@@",o="@@__IMMUTABLE_LIST__@@",a="@@__IMMUTABLE_KEYED__@@",u="@@__IMMUTABLE_MAP__@@",n="@@__IMMUTABLE_ORDERED__@@",i="@@__IMMUTABLE_RECORD__@@",l="@@__IMMUTABLE_SEQ__@@",s="@@__IMMUTABLE_SET__@@",f="@@__IMMUTABLE_STACK__@@",d=g=>"Immutable."+g,c=g=>"["+g+"]",p=" ",m="…",h=(g,P,q,j,U,H,V)=>++j>P.maxDepth?c(d(V)):d(V)+p+"{"+(0,t.printIteratorEntries)(g.entries(),P,q,j,U,H)+"}";function b(g){let P=0;return{next(){if(P<g._keys.length){let q=g._keys[P++];return{done:!1,value:[q,g.get(q)]}}return{done:!0,value:void 0}}}}var y=(g,P,q,j,U,H)=>{let V=d(g._name||"Record");return++j>P.maxDepth?c(V):V+p+"{"+(0,t.printIteratorEntries)(b(g),P,q,j,U,H)+"}"},v=(g,P,q,j,U,H)=>{let V=d("Seq");return++j>P.maxDepth?c(V):g[a]?V+p+"{"+(g._iter||g._object?(0,t.printIteratorEntries)(g.entries(),P,q,j,U,H):m)+"}":V+p+"["+(g._iter||g._array||g._collection||g._iterable?(0,t.printIteratorValues)(g.values(),P,q,j,U,H):m)+"]"},S=(g,P,q,j,U,H,V)=>++j>P.maxDepth?c(d(V)):d(V)+p+"["+(0,t.printIteratorValues)(g.values(),P,q,j,U,H)+"]",E=(g,P,q,j,U,H)=>g[u]?h(g,P,q,j,U,H,g[n]?"OrderedMap":"Map"):g[o]?S(g,P,q,j,U,H,"List"):g[s]?S(g,P,q,j,U,H,g[n]?"OrderedSet":"Set"):g[f]?S(g,P,q,j,U,H,"Stack"):g[l]?v(g,P,q,j,U,H):y(g,P,q,j,U,H);e.serialize=E;var C=g=>g&&(g[r]===!0||g[i]===!0);e.test=C;var T={serialize:E,test:C},O=T;e.default=O}}),_v=R({"node_modules/react-is/cjs/react-is.development.js"(e){(function(){var t=60103,r=60106,o=60107,a=60108,u=60114,n=60109,i=60110,l=60112,s=60113,f=60120,d=60115,c=60116,p=60121,m=60122,h=60117,b=60129,y=60131;if(typeof Symbol=="function"&&Symbol.for){var v=Symbol.for;t=v("react.element"),r=v("react.portal"),o=v("react.fragment"),a=v("react.strict_mode"),u=v("react.profiler"),n=v("react.provider"),i=v("react.context"),l=v("react.forward_ref"),s=v("react.suspense"),f=v("react.suspense_list"),d=v("react.memo"),c=v("react.lazy"),p=v("react.block"),m=v("react.server.block"),h=v("react.fundamental"),v("react.scope"),v("react.opaque.id"),b=v("react.debug_trace_mode"),v("react.offscreen"),y=v("react.legacy_hidden")}var S=!1;function E(B){return!!(typeof B=="string"||typeof B=="function"||B===o||B===u||B===b||B===a||B===s||B===f||B===y||S||typeof B=="object"&&B!==null&&(B.$$typeof===c||B.$$typeof===d||B.$$typeof===n||B.$$typeof===i||B.$$typeof===l||B.$$typeof===h||B.$$typeof===p||B[0]===m))}function C(B){if(typeof B=="object"&&B!==null){var K=B.$$typeof;switch(K){case t:var W=B.type;switch(W){case o:case u:case a:case s:case f:return W;default:var L=W&&W.$$typeof;switch(L){case i:case l:case c:case d:case n:return L;default:return K}}case r:return K}}}var T=i,O=n,g=t,P=l,q=o,j=c,U=d,H=r,V=u,re=a,J=s,ne=!1,ae=!1;function se(B){return ne||(ne=!0,console.warn("The ReactIs.isAsyncMode() alias has been deprecated, and will be removed in React 18+.")),!1}function ue(B){return ae||(ae=!0,console.warn("The ReactIs.isConcurrentMode() alias has been deprecated, and will be removed in React 18+.")),!1}function x(B){return C(B)===i}function M(B){return C(B)===n}function k(B){return typeof B=="object"&&B!==null&&B.$$typeof===t}function F(B){return C(B)===l}function G(B){return C(B)===o}function $(B){return C(B)===c}function D(B){return C(B)===d}function z(B){return C(B)===r}function Q(B){return C(B)===u}function _(B){return C(B)===a}function I(B){return C(B)===s}e.ContextConsumer=T,e.ContextProvider=O,e.Element=g,e.ForwardRef=P,e.Fragment=q,e.Lazy=j,e.Memo=U,e.Portal=H,e.Profiler=V,e.StrictMode=re,e.Suspense=J,e.isAsyncMode=se,e.isConcurrentMode=ue,e.isContextConsumer=x,e.isContextProvider=M,e.isElement=k,e.isForwardRef=F,e.isFragment=G,e.isLazy=$,e.isMemo=D,e.isPortal=z,e.isProfiler=Q,e.isStrictMode=_,e.isSuspense=I,e.isValidElementType=E,e.typeOf=C})()}}),Ev=R({"node_modules/react-is/index.js"(e,t){t.exports=_v()}}),wv=R({"node_modules/pretty-format/build/plugins/ReactElement.js"(e){Object.defineProperty(e,"__esModule",{value:!0}),e.test=e.serialize=e.default=void 0;var t=a(Ev()),r=xa();function o(c){if(typeof WeakMap!="function")return null;var p=new WeakMap,m=new WeakMap;return(o=function(h){return h?m:p})(c)}function a(c,p){if(!p&&c&&c.__esModule)return c;if(c===null||typeof c!="object"&&typeof c!="function")return{default:c};var m=o(p);if(m&&m.has(c))return m.get(c);var h={},b=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var y in c)if(y!=="default"&&Object.prototype.hasOwnProperty.call(c,y)){var v=b?Object.getOwnPropertyDescriptor(c,y):null;v&&(v.get||v.set)?Object.defineProperty(h,y,v):h[y]=c[y]}return h.default=c,m&&m.set(c,h),h}var u=(c,p=[])=>(Array.isArray(c)?c.forEach(m=>{u(m,p)}):c!=null&&c!==!1&&p.push(c),p),n=c=>{let p=c.type;if(typeof p=="string")return p;if(typeof p=="function")return p.displayName||p.name||"Unknown";if(t.isFragment(c))return"React.Fragment";if(t.isSuspense(c))return"React.Suspense";if(typeof p=="object"&&p!==null){if(t.isContextProvider(c))return"Context.Provider";if(t.isContextConsumer(c))return"Context.Consumer";if(t.isForwardRef(c)){if(p.displayName)return p.displayName;let m=p.render.displayName||p.render.name||"";return m!==""?"ForwardRef("+m+")":"ForwardRef"}if(t.isMemo(c)){let m=p.displayName||p.type.displayName||p.type.name||"";return m!==""?"Memo("+m+")":"Memo"}}return"UNDEFINED"},i=c=>{let{props:p}=c;return Object.keys(p).filter(m=>m!=="children"&&p[m]!==void 0).sort()},l=(c,p,m,h,b,y)=>++h>p.maxDepth?(0,r.printElementAsLeaf)(n(c),p):(0,r.printElement)(n(c),(0,r.printProps)(i(c),c.props,p,m+p.indent,h,b,y),(0,r.printChildren)(u(c.props.children),p,m+p.indent,h,b,y),p,m);e.serialize=l;var s=c=>c!=null&&t.isElement(c);e.test=s;var f={serialize:l,test:s},d=f;e.default=d}}),Sv=R({"node_modules/pretty-format/build/plugins/ReactTestComponent.js"(e){Object.defineProperty(e,"__esModule",{value:!0}),e.test=e.serialize=e.default=void 0;var t=xa(),r=function(){return typeof globalThis<"u"?globalThis:typeof r<"u"?r:typeof self<"u"?self:typeof window<"u"?window:Function("return this")()}(),o=r["jest-symbol-do-not-touch"]||r.Symbol,a=typeof o=="function"&&o.for?o.for("react.test.json"):245830487,u=f=>{let{props:d}=f;return d?Object.keys(d).filter(c=>d[c]!==void 0).sort():[]},n=(f,d,c,p,m,h)=>++p>d.maxDepth?(0,t.printElementAsLeaf)(f.type,d):(0,t.printElement)(f.type,f.props?(0,t.printProps)(u(f),f.props,d,c+d.indent,p,m,h):"",f.children?(0,t.printChildren)(f.children,d,c+d.indent,p,m,h):"",d,c);e.serialize=n;var i=f=>f&&f.$$typeof===a;e.test=i;var l={serialize:n,test:i},s=l;e.default=s}}),Cv=R({"node_modules/pretty-format/build/index.js"(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=e.DEFAULT_OPTIONS=void 0,e.format=D,e.plugins=void 0;var t=f(Gs()),r=Gn(),o=f(pv()),a=f(hv()),u=f(yv()),n=f(gv()),i=f(vv()),l=f(wv()),s=f(Sv());function f(_){return _&&_.__esModule?_:{default:_}}var d=Object.prototype.toString,c=Date.prototype.toISOString,p=Error.prototype.toString,m=RegExp.prototype.toString,h=_=>typeof _.constructor=="function"&&_.constructor.name||"Object",b=_=>typeof window<"u"&&_===window,y=/^Symbol\((.*)\)(.*)$/,v=/\n/gi,S=class extends Error{constructor(_,I){super(_),this.stack=I,this.name=this.constructor.name}};function E(_){return _==="[object Array]"||_==="[object ArrayBuffer]"||_==="[object DataView]"||_==="[object Float32Array]"||_==="[object Float64Array]"||_==="[object Int8Array]"||_==="[object Int16Array]"||_==="[object Int32Array]"||_==="[object Uint8Array]"||_==="[object Uint8ClampedArray]"||_==="[object Uint16Array]"||_==="[object Uint32Array]"}function C(_){return Object.is(_,-0)?"-0":String(_)}function T(_){return`${_}n`}function O(_,I){return I?"[Function "+(_.name||"anonymous")+"]":"[Function]"}function g(_){return String(_).replace(y,"Symbol($1)")}function P(_){return"["+p.call(_)+"]"}function q(_,I,B,K){if(_===!0||_===!1)return""+_;if(_===void 0)return"undefined";if(_===null)return"null";let W=typeof _;if(W==="number")return C(_);if(W==="bigint")return T(_);if(W==="string")return K?'"'+_.replace(/"|\\/g,"\\$&")+'"':'"'+_+'"';if(W==="function")return O(_,I);if(W==="symbol")return g(_);let L=d.call(_);return L==="[object WeakMap]"?"WeakMap {}":L==="[object WeakSet]"?"WeakSet {}":L==="[object Function]"||L==="[object GeneratorFunction]"?O(_,I):L==="[object Symbol]"?g(_):L==="[object Date]"?isNaN(+_)?"Date { NaN }":c.call(_):L==="[object Error]"?P(_):L==="[object RegExp]"?B?m.call(_).replace(/[\\^$*+?.()|[\]{}]/g,"\\$&"):m.call(_):_ instanceof Error?P(_):null}function j(_,I,B,K,W,L){if(W.indexOf(_)!==-1)return"[Circular]";W=W.slice(),W.push(_);let oe=++K>I.maxDepth,ie=I.min;if(I.callToJSON&&!oe&&_.toJSON&&typeof _.toJSON=="function"&&!L)return re(_.toJSON(),I,B,K,W,!0);let fe=d.call(_);return fe==="[object Arguments]"?oe?"[Arguments]":(ie?"":"Arguments ")+"["+(0,r.printListItems)(_,I,B,K,W,re)+"]":E(fe)?oe?"["+_.constructor.name+"]":(ie||!I.printBasicPrototype&&_.constructor.name==="Array"?"":_.constructor.name+" ")+"["+(0,r.printListItems)(_,I,B,K,W,re)+"]":fe==="[object Map]"?oe?"[Map]":"Map {"+(0,r.printIteratorEntries)(_.entries(),I,B,K,W,re," => ")+"}":fe==="[object Set]"?oe?"[Set]":"Set {"+(0,r.printIteratorValues)(_.values(),I,B,K,W,re)+"}":oe||b(_)?"["+h(_)+"]":(ie||!I.printBasicPrototype&&h(_)==="Object"?"":h(_)+" ")+"{"+(0,r.printObjectProperties)(_,I,B,K,W,re)+"}"}function U(_){return _.serialize!=null}function H(_,I,B,K,W,L){let oe;try{oe=U(_)?_.serialize(I,B,K,W,L,re):_.print(I,ie=>re(ie,B,K,W,L),ie=>{let fe=K+B.indent;return fe+ie.replace(v,`
53
- `+fe)},{edgeSpacing:B.spacingOuter,min:B.min,spacing:B.spacingInner},B.colors)}catch(ie){throw new S(ie.message,ie.stack)}if(typeof oe!="string")throw new Error(`pretty-format: Plugin must return type "string" but instead returned "${typeof oe}".`);return oe}function V(_,I){for(let B=0;B<_.length;B++)try{if(_[B].test(I))return _[B]}catch(K){throw new S(K.message,K.stack)}return null}function re(_,I,B,K,W,L){let oe=V(I.plugins,_);if(oe!==null)return H(oe,_,I,B,K,W);let ie=q(_,I.printFunctionName,I.escapeRegex,I.escapeString);return ie!==null?ie:j(_,I,B,K,W,L)}var J={comment:"gray",content:"reset",prop:"yellow",tag:"cyan",value:"green"},ne=Object.keys(J),ae={callToJSON:!0,compareKeys:void 0,escapeRegex:!1,escapeString:!0,highlight:!1,indent:2,maxDepth:1/0,min:!1,plugins:[],printBasicPrototype:!0,printFunctionName:!0,theme:J};e.DEFAULT_OPTIONS=ae;function se(_){if(Object.keys(_).forEach(I=>{if(!ae.hasOwnProperty(I))throw new Error(`pretty-format: Unknown option "${I}".`)}),_.min&&_.indent!==void 0&&_.indent!==0)throw new Error('pretty-format: Options "min" and "indent" cannot be used together.');if(_.theme!==void 0){if(_.theme===null)throw new Error('pretty-format: Option "theme" must not be null.');if(typeof _.theme!="object")throw new Error(`pretty-format: Option "theme" must be of type "object" but instead received "${typeof _.theme}".`)}}var ue=_=>ne.reduce((I,B)=>{let K=_.theme&&_.theme[B]!==void 0?_.theme[B]:J[B],W=K&&t.default[K];if(W&&typeof W.close=="string"&&typeof W.open=="string")I[B]=W;else throw new Error(`pretty-format: Option "theme" has a key "${B}" whose value "${K}" is undefined in ansi-styles.`);return I},Object.create(null)),x=()=>ne.reduce((_,I)=>(_[I]={close:"",open:""},_),Object.create(null)),M=_=>_&&_.printFunctionName!==void 0?_.printFunctionName:ae.printFunctionName,k=_=>_&&_.escapeRegex!==void 0?_.escapeRegex:ae.escapeRegex,F=_=>_&&_.escapeString!==void 0?_.escapeString:ae.escapeString,G=_=>{var I;return{callToJSON:_&&_.callToJSON!==void 0?_.callToJSON:ae.callToJSON,colors:_&&_.highlight?ue(_):x(),compareKeys:_&&typeof _.compareKeys=="function"?_.compareKeys:ae.compareKeys,escapeRegex:k(_),escapeString:F(_),indent:_&&_.min?"":$(_&&_.indent!==void 0?_.indent:ae.indent),maxDepth:_&&_.maxDepth!==void 0?_.maxDepth:ae.maxDepth,min:_&&_.min!==void 0?_.min:ae.min,plugins:_&&_.plugins!==void 0?_.plugins:ae.plugins,printBasicPrototype:(I=_?.printBasicPrototype)!==null&&I!==void 0?I:!0,printFunctionName:M(_),spacingInner:_&&_.min?" ":`
54
- `,spacingOuter:_&&_.min?"":`
55
- `}};function $(_){return new Array(_+1).join(" ")}function D(_,I){if(I&&(se(I),I.plugins)){let K=V(I.plugins,_);if(K!==null)return H(K,_,G(I),"",0,[])}let B=q(_,M(I),k(I),F(I));return B!==null?B:j(_,G(I),"",0,[])}var z={AsymmetricMatcher:o.default,ConvertAnsi:a.default,DOMCollection:u.default,DOMElement:n.default,Immutable:i.default,ReactElement:l.default,ReactTestComponent:s.default};e.plugins=z;var Q=D;e.default=Q}}),Pv=R({"../../node_modules/lz-string/libs/lz-string.js"(e,t){var r=function(){var o=String.fromCharCode,a="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=",u="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+-$",n={};function i(s,f){if(!n[s]){n[s]={};for(var d=0;d<s.length;d++)n[s][s.charAt(d)]=d}return n[s][f]}var l={compressToBase64:function(s){if(s==null)return"";var f=l._compress(s,6,function(d){return a.charAt(d)});switch(f.length%4){default:case 0:return f;case 1:return f+"===";case 2:return f+"==";case 3:return f+"="}},decompressFromBase64:function(s){return s==null?"":s==""?null:l._decompress(s.length,32,function(f){return i(a,s.charAt(f))})},compressToUTF16:function(s){return s==null?"":l._compress(s,15,function(f){return o(f+32)})+" "},decompressFromUTF16:function(s){return s==null?"":s==""?null:l._decompress(s.length,16384,function(f){return s.charCodeAt(f)-32})},compressToUint8Array:function(s){for(var f=l.compress(s),d=new Uint8Array(f.length*2),c=0,p=f.length;c<p;c++){var m=f.charCodeAt(c);d[c*2]=m>>>8,d[c*2+1]=m%256}return d},decompressFromUint8Array:function(s){if(s==null)return l.decompress(s);for(var f=new Array(s.length/2),d=0,c=f.length;d<c;d++)f[d]=s[d*2]*256+s[d*2+1];var p=[];return f.forEach(function(m){p.push(o(m))}),l.decompress(p.join(""))},compressToEncodedURIComponent:function(s){return s==null?"":l._compress(s,6,function(f){return u.charAt(f)})},decompressFromEncodedURIComponent:function(s){return s==null?"":s==""?null:(s=s.replace(/ /g,"+"),l._decompress(s.length,32,function(f){return i(u,s.charAt(f))}))},compress:function(s){return l._compress(s,16,function(f){return o(f)})},_compress:function(s,f,d){if(s==null)return"";var c,p,m={},h={},b="",y="",v="",S=2,E=3,C=2,T=[],O=0,g=0,P;for(P=0;P<s.length;P+=1)if(b=s.charAt(P),Object.prototype.hasOwnProperty.call(m,b)||(m[b]=E++,h[b]=!0),y=v+b,Object.prototype.hasOwnProperty.call(m,y))v=y;else{if(Object.prototype.hasOwnProperty.call(h,v)){if(v.charCodeAt(0)<256){for(c=0;c<C;c++)O=O<<1,g==f-1?(g=0,T.push(d(O)),O=0):g++;for(p=v.charCodeAt(0),c=0;c<8;c++)O=O<<1|p&1,g==f-1?(g=0,T.push(d(O)),O=0):g++,p=p>>1}else{for(p=1,c=0;c<C;c++)O=O<<1|p,g==f-1?(g=0,T.push(d(O)),O=0):g++,p=0;for(p=v.charCodeAt(0),c=0;c<16;c++)O=O<<1|p&1,g==f-1?(g=0,T.push(d(O)),O=0):g++,p=p>>1}S--,S==0&&(S=Math.pow(2,C),C++),delete h[v]}else for(p=m[v],c=0;c<C;c++)O=O<<1|p&1,g==f-1?(g=0,T.push(d(O)),O=0):g++,p=p>>1;S--,S==0&&(S=Math.pow(2,C),C++),m[y]=E++,v=String(b)}if(v!==""){if(Object.prototype.hasOwnProperty.call(h,v)){if(v.charCodeAt(0)<256){for(c=0;c<C;c++)O=O<<1,g==f-1?(g=0,T.push(d(O)),O=0):g++;for(p=v.charCodeAt(0),c=0;c<8;c++)O=O<<1|p&1,g==f-1?(g=0,T.push(d(O)),O=0):g++,p=p>>1}else{for(p=1,c=0;c<C;c++)O=O<<1|p,g==f-1?(g=0,T.push(d(O)),O=0):g++,p=0;for(p=v.charCodeAt(0),c=0;c<16;c++)O=O<<1|p&1,g==f-1?(g=0,T.push(d(O)),O=0):g++,p=p>>1}S--,S==0&&(S=Math.pow(2,C),C++),delete h[v]}else for(p=m[v],c=0;c<C;c++)O=O<<1|p&1,g==f-1?(g=0,T.push(d(O)),O=0):g++,p=p>>1;S--,S==0&&(S=Math.pow(2,C),C++)}for(p=2,c=0;c<C;c++)O=O<<1|p&1,g==f-1?(g=0,T.push(d(O)),O=0):g++,p=p>>1;for(;;)if(O=O<<1,g==f-1){T.push(d(O));break}else g++;return T.join("")},decompress:function(s){return s==null?"":s==""?null:l._decompress(s.length,32768,function(f){return s.charCodeAt(f)})},_decompress:function(s,f,d){var c=[],p=4,m=4,h=3,b="",y=[],v,S,E,C,T,O,g,P={val:d(0),position:f,index:1};for(v=0;v<3;v+=1)c[v]=v;for(E=0,T=Math.pow(2,2),O=1;O!=T;)C=P.val&P.position,P.position>>=1,P.position==0&&(P.position=f,P.val=d(P.index++)),E|=(C>0?1:0)*O,O<<=1;switch(E){case 0:for(E=0,T=Math.pow(2,8),O=1;O!=T;)C=P.val&P.position,P.position>>=1,P.position==0&&(P.position=f,P.val=d(P.index++)),E|=(C>0?1:0)*O,O<<=1;g=o(E);break;case 1:for(E=0,T=Math.pow(2,16),O=1;O!=T;)C=P.val&P.position,P.position>>=1,P.position==0&&(P.position=f,P.val=d(P.index++)),E|=(C>0?1:0)*O,O<<=1;g=o(E);break;case 2:return""}for(c[3]=g,S=g,y.push(g);;){if(P.index>s)return"";for(E=0,T=Math.pow(2,h),O=1;O!=T;)C=P.val&P.position,P.position>>=1,P.position==0&&(P.position=f,P.val=d(P.index++)),E|=(C>0?1:0)*O,O<<=1;switch(g=E){case 0:for(E=0,T=Math.pow(2,8),O=1;O!=T;)C=P.val&P.position,P.position>>=1,P.position==0&&(P.position=f,P.val=d(P.index++)),E|=(C>0?1:0)*O,O<<=1;c[m++]=o(E),g=m-1,p--;break;case 1:for(E=0,T=Math.pow(2,16),O=1;O!=T;)C=P.val&P.position,P.position>>=1,P.position==0&&(P.position=f,P.val=d(P.index++)),E|=(C>0?1:0)*O,O<<=1;c[m++]=o(E),g=m-1,p--;break;case 2:return y.join("")}if(p==0&&(p=Math.pow(2,h),h++),c[g])b=c[g];else if(g===m)b=S+S.charAt(0);else return null;y.push(b),c[m++]=S+b.charAt(0),p--,S=b,p==0&&(p=Math.pow(2,h),h++)}}};return l}();typeof define=="function"&&define.amd?define(function(){return r}):typeof t<"u"&&t!=null?t.exports=r:typeof angular<"u"&&angular!=null&&angular.module("LZString",[]).factory("LZString",function(){return r})}}),at=_e(am(),1),lo=at.default.expect;at.default.version;at.default.Assertion;at.default.AssertionError;var wn=at.default.util;at.default.config;var so=at.default.use;at.default.should;var Ov=at.default.assert;at.default.core;var Rv=at.default,Tv=(()=>{let e;return typeof window<"u"?e=window:typeof globalThis<"u"?e=globalThis:typeof global<"u"?e=global:typeof self<"u"?e=self:e={},e})();function bt(e,t,r){let o=typeof e;if(!r.includes(o))throw new TypeError(`${t} value must be ${r.join(" or ")}, received "${o}"`)}function Av(e){return e!=null&&typeof e=="object"&&!Array.isArray(e)}function xv(e){return e===Object.prototype||e===Function.prototype||e===RegExp.prototype}function Oo(e){return Object.prototype.toString.apply(e).slice(8,-1)}function qv(e,t){let r=typeof t=="function"?t:o=>t.add(o);Object.getOwnPropertyNames(e).forEach(r),Object.getOwnPropertySymbols(e).forEach(r)}function Ks(e){let t=new Set;return xv(e)?[]:(qv(e,t),Array.from(t))}var Ys={forceWritable:!1};function _i(e,t=Ys){return Ro(e,new WeakMap,t)}function Ro(e,t,r=Ys){let o,a;if(t.has(e))return t.get(e);if(Array.isArray(e)){for(a=Array(o=e.length),t.set(e,a);o--;)a[o]=Ro(e[o],t,r);return a}if(Object.prototype.toString.call(e)==="[object Object]"){a=Object.create(Object.getPrototypeOf(e)),t.set(e,a);let u=Ks(e);for(let n of u){let i=Object.getOwnPropertyDescriptor(e,n);if(!i)continue;let l=Ro(e[n],t,r);"get"in i?Object.defineProperty(a,n,{...i,get(){return l}}):Object.defineProperty(a,n,{...i,writable:r.forceWritable?!0:i.writable,value:l})}return a}return e}var To=_e(Dn(),1),Mv=_e(In(),1),{AsymmetricMatcher:jv,DOMCollection:Iv,DOMElement:Nv,Immutable:$v,ReactElement:Bv,ReactTestComponent:kv}=To.plugins,Ei=[kv,Bv,Nv,Iv,$v,jv];function ut(e,t=10,{maxLength:r,...o}={}){let a=r??1e4,u;try{u=(0,To.format)(e,{maxDepth:t,escapeString:!1,plugins:Ei,...o})}catch{u=(0,To.format)(e,{callToJSON:!1,maxDepth:t,escapeString:!1,plugins:Ei,...o})}return u.length>=a&&t>1?ut(e,Math.floor(t/2)):u}var Dv=/%[sdjifoOcj%]/g;function Lv(...e){if(typeof e[0]!="string"){let u=[];for(let n=0;n<e.length;n++)u.push(qr(e[n],{depth:0,colors:!1,compact:3}));return u.join(" ")}let t=e.length,r=1,o=e[0],a=String(o).replace(Dv,u=>{if(u==="%%")return"%";if(r>=t)return u;switch(u){case"%s":{let n=e[r++];return typeof n=="bigint"?`${n.toString()}n`:typeof n=="number"&&n===0&&1/n<0?"-0":typeof n=="object"&&n!==null?qr(n,{depth:0,colors:!1,compact:3}):String(n)}case"%d":{let n=e[r++];return typeof n=="bigint"?`${n.toString()}n`:Number(n).toString()}case"%i":{let n=e[r++];return typeof n=="bigint"?`${n.toString()}n`:Number.parseInt(String(n)).toString()}case"%f":return Number.parseFloat(String(e[r++])).toString();case"%o":return qr(e[r++],{showHidden:!0,showProxy:!0});case"%O":return qr(e[r++]);case"%c":return r++,"";case"%j":try{return JSON.stringify(e[r++])}catch(n){let i=n.message;if(i.includes("circular structure")||i.includes("cyclic structures")||i.includes("cyclic object"))return"[Circular]";throw n}default:return u}});for(let u=e[r];r<t;u=e[++r])u===null||typeof u!="object"?a+=` ${u}`:a+=` ${qr(u)}`;return a}function qr(e,t={}){return t.truncate===0&&(t.truncate=Number.POSITIVE_INFINITY),Mv.inspect(e,t)}var Fv=Symbol("vitest:SAFE_COLORS"),Uv={bold:["\x1B[1m","\x1B[22m","\x1B[22m\x1B[1m"],dim:["\x1B[2m","\x1B[22m","\x1B[22m\x1B[2m"],italic:["\x1B[3m","\x1B[23m"],underline:["\x1B[4m","\x1B[24m"],inverse:["\x1B[7m","\x1B[27m"],hidden:["\x1B[8m","\x1B[28m"],strikethrough:["\x1B[9m","\x1B[29m"],black:["\x1B[30m","\x1B[39m"],red:["\x1B[31m","\x1B[39m"],green:["\x1B[32m","\x1B[39m"],yellow:["\x1B[33m","\x1B[39m"],blue:["\x1B[34m","\x1B[39m"],magenta:["\x1B[35m","\x1B[39m"],cyan:["\x1B[36m","\x1B[39m"],white:["\x1B[37m","\x1B[39m"],gray:["\x1B[90m","\x1B[39m"],bgBlack:["\x1B[40m","\x1B[49m"],bgRed:["\x1B[41m","\x1B[49m"],bgGreen:["\x1B[42m","\x1B[49m"],bgYellow:["\x1B[43m","\x1B[49m"],bgBlue:["\x1B[44m","\x1B[49m"],bgMagenta:["\x1B[45m","\x1B[49m"],bgCyan:["\x1B[46m","\x1B[49m"],bgWhite:["\x1B[47m","\x1B[49m"]},Hv=Object.entries(Uv);function qa(e){return String(e)}qa.open="";qa.close="";var Vv=Hv.reduce((e,[t])=>(e[t]=qa,e),{isColorSupported:!1});function Ma(){return globalThis[Fv]||Vv}_e(Dn(),1);_e(In(),1);var Js;Js=/\r?\n|[\r\u2028\u2029]/y;RegExp(Js.source);var Xs={keyword:["break","case","catch","continue","debugger","default","do","else","finally","for","function","if","return","switch","throw","try","var","const","while","with","new","this","super","class","extends","export","import","null","true","false","in","instanceof","typeof","void","delete"],strict:["implements","interface","let","package","private","protected","public","static","yield"]};new Set(Xs.keyword);new Set(Xs.strict);var vt=_e(Dn(),1),wi=_e(us(),1);function Si(e){if(e===void 0)return"undefined";if(e===null)return"null";if(Array.isArray(e))return"array";if(typeof e=="boolean")return"boolean";if(typeof e=="function")return"function";if(typeof e=="number")return"number";if(typeof e=="string")return"string";if(typeof e=="bigint")return"bigint";if(typeof e=="object"){if(e!=null){if(e.constructor===RegExp)return"regexp";if(e.constructor===Map)return"map";if(e.constructor===Set)return"set";if(e.constructor===Date)return"date"}return"object"}else if(typeof e=="symbol")return"symbol";throw new Error(`value of unknown type: ${e}`)}var mr=-1,hr=1,hn=0,Mr=class{0;1;constructor(e,t){this[0]=e,this[1]=t}},Qs="Compared values have no visual difference.",zv="Compared values serialize to the same structure.\nPrinting internal object structure without calling `toJSON` instead.";function Wv(e,t){return e.replace(/\s+$/,r=>t(r))}function ja(e,t,r,o,a,u){return e.length!==0?r(`${o} ${Wv(e,a)}`):o!==" "?r(o):t&&u.length!==0?r(`${o} ${u}`):""}function Zs(e,t,{aColor:r,aIndicator:o,changeLineTrailingSpaceColor:a,emptyFirstOrLastLinePlaceholder:u}){return ja(e,t,r,o,a,u)}function eu(e,t,{bColor:r,bIndicator:o,changeLineTrailingSpaceColor:a,emptyFirstOrLastLinePlaceholder:u}){return ja(e,t,r,o,a,u)}function tu(e,t,{commonColor:r,commonIndicator:o,commonLineTrailingSpaceColor:a,emptyFirstOrLastLinePlaceholder:u}){return ja(e,t,r,o,a,u)}function Ci(e,t,r,o,{patchColor:a}){return a(`@@ -${e+1},${t-e} +${r+1},${o-r} @@`)}function Gv(e,t){let r=e.length,o=t.contextLines,a=o+o,u=r,n=!1,i=0,l=0;for(;l!==r;){let E=l;for(;l!==r&&e[l][0]===hn;)l+=1;if(E!==l)if(E===0)l>o&&(u-=l-o,n=!0);else if(l===r){let C=l-E;C>o&&(u-=C-o,n=!0)}else{let C=l-E;C>a&&(u-=C-a,i+=1)}for(;l!==r&&e[l][0]!==hn;)l+=1}let s=i!==0||n;i!==0?u+=i+1:n&&(u+=1);let f=u-1,d=[],c=0;s&&d.push("");let p=0,m=0,h=0,b=0,y=E=>{let C=d.length;d.push(tu(E,C===0||C===f,t)),h+=1,b+=1},v=E=>{let C=d.length;d.push(Zs(E,C===0||C===f,t)),h+=1},S=E=>{let C=d.length;d.push(eu(E,C===0||C===f,t)),b+=1};for(l=0;l!==r;){let E=l;for(;l!==r&&e[l][0]===hn;)l+=1;if(E!==l)if(E===0){l>o&&(E=l-o,p=E,m=E,h=p,b=m);for(let C=E;C!==l;C+=1)y(e[C][1])}else if(l===r){let C=l-E>o?E+o:l;for(let T=E;T!==C;T+=1)y(e[T][1])}else{let C=l-E;if(C>a){let T=E+o;for(let g=E;g!==T;g+=1)y(e[g][1]);d[c]=Ci(p,h,m,b,t),c=d.length,d.push("");let O=C-a;p=h+O,m=b+O,h=p,b=m;for(let g=l-o;g!==l;g+=1)y(e[g][1])}else for(let T=E;T!==l;T+=1)y(e[T][1])}for(;l!==r&&e[l][0]===mr;)v(e[l][1]),l+=1;for(;l!==r&&e[l][0]===hr;)S(e[l][1]),l+=1}return s&&(d[c]=Ci(p,h,m,b,t)),d.join(`
56
- `)}function Kv(e,t){return e.map((r,o,a)=>{let u=r[1],n=o===0||o===a.length-1;switch(r[0]){case mr:return Zs(u,n,t);case hr:return eu(u,n,t);default:return tu(u,n,t)}}).join(`
57
- `)}var Pi=e=>e,ru=5;function Yv(){let e=Ma();return{aAnnotation:"Expected",aColor:e.green,aIndicator:"-",bAnnotation:"Received",bColor:e.red,bIndicator:"+",changeColor:e.inverse,changeLineTrailingSpaceColor:Pi,commonColor:e.dim,commonIndicator:" ",commonLineTrailingSpaceColor:Pi,compareKeys:void 0,contextLines:ru,emptyFirstOrLastLinePlaceholder:"",expand:!0,includeChangeCounts:!1,omitAnnotationLines:!1,patchColor:e.yellow}}function Jv(e){return e&&typeof e=="function"?e:void 0}function Xv(e){return typeof e=="number"&&Number.isSafeInteger(e)&&e>=0?e:ru}function nn(e={}){return{...Yv(),...e,compareKeys:Jv(e.compareKeys),contextLines:Xv(e.contextLines)}}function ir(e){return e.length===1&&e[0].length===0}function Qv(e){let t=0,r=0;return e.forEach(o=>{switch(o[0]){case mr:t+=1;break;case hr:r+=1;break}}),{a:t,b:r}}function Zv({aAnnotation:e,aColor:t,aIndicator:r,bAnnotation:o,bColor:a,bIndicator:u,includeChangeCounts:n,omitAnnotationLines:i},l){if(i)return"";let s="",f="";if(n){let p=String(l.a),m=String(l.b),h=o.length-e.length,b=" ".repeat(Math.max(0,h)),y=" ".repeat(Math.max(0,-h)),v=m.length-p.length,S=" ".repeat(Math.max(0,v)),E=" ".repeat(Math.max(0,-v));s=`${b} ${r} ${S}${p}`,f=`${y} ${u} ${E}${m}`}let d=`${r} ${e}${s}`,c=`${u} ${o}${f}`;return`${t(d)}
58
- ${a(c)}
59
-
60
- `}function nu(e,t){return Zv(t,Qv(e))+(t.expand?Kv(e,t):Gv(e,t))}function Ia(e,t,r){return nu(ou(ir(e)?[]:e,ir(t)?[]:t),nn(r))}function e_(e,t,r,o,a){if(ir(e)&&ir(r)&&(e=[],r=[]),ir(t)&&ir(o)&&(t=[],o=[]),e.length!==r.length||t.length!==o.length)return Ia(e,t,a);let u=ou(r,o),n=0,i=0;return u.forEach(l=>{switch(l[0]){case mr:l[1]=e[n],n+=1;break;case hr:l[1]=t[i],i+=1;break;default:l[1]=t[i],n+=1,i+=1}}),nu(u,nn(a))}function ou(e,t){let r=e.length,o=t.length,a=(s,f)=>e[s]===t[f],u=[],n=0,i=0,l=(s,f,d)=>{for(;n!==f;n+=1)u.push(new Mr(mr,e[n]));for(;i!==d;i+=1)u.push(new Mr(hr,t[i]));for(;s!==0;s-=1,n+=1,i+=1)u.push(new Mr(hn,t[i]))};for((wi.default.default||wi.default)(r,o,a,l);n!==r;n+=1)u.push(new Mr(mr,e[n]));for(;i!==o;i+=1)u.push(new Mr(hr,t[i]));return u}function Ao(e,t){let{commonColor:r}=nn(t);return r(e)}var{AsymmetricMatcher:t_,DOMCollection:r_,DOMElement:n_,Immutable:o_,ReactElement:a_,ReactTestComponent:i_}=vt.plugins,au=[i_,a_,n_,r_,o_,t_],xo={plugins:au},iu={callToJSON:!1,maxDepth:10,plugins:au};function Fr(e,t,r){if(Object.is(e,t))return"";let o=Si(e),a=o,u=!1;if(o==="object"&&typeof e.asymmetricMatch=="function"){if(e.$$typeof!==Symbol.for("jest.asymmetricMatcher")||typeof e.getExpectedType!="function")return null;a=e.getExpectedType(),u=a==="string"}if(a!==Si(t)){let{aAnnotation:n,aColor:i,aIndicator:l,bAnnotation:s,bColor:f,bIndicator:d}=nn(r),c=qo(iu,r),p=(0,vt.format)(e,c),m=(0,vt.format)(t,c),h=`${i(`${l} ${n}:`)}
61
- ${p}`,b=`${f(`${d} ${s}:`)}
62
- ${m}`;return`${h}
63
-
64
- ${b}`}if(u)return null;switch(o){case"string":return Ia(e.split(`
65
- `),t.split(`
66
- `),r);case"boolean":case"number":return l_(e,t,r);case"map":return uo(Oi(e),Oi(t),r);case"set":return uo(Ri(e),Ri(t),r);default:return uo(e,t,r)}}function l_(e,t,r){let o=(0,vt.format)(e,xo),a=(0,vt.format)(t,xo);return o===a?"":Ia(o.split(`
67
- `),a.split(`
68
- `),r)}function Oi(e){return new Map(Array.from(e.entries()).sort())}function Ri(e){return new Set(Array.from(e.values()).sort())}function uo(e,t,r){let o,a=!1;try{let n=qo(xo,r);o=Ti(e,t,n,r)}catch{a=!0}let u=Ao(Qs,r);if(o===void 0||o===u){let n=qo(iu,r);o=Ti(e,t,n,r),o!==u&&!a&&(o=`${Ao(zv,r)}
69
-
70
- ${o}`)}return o}function qo(e,t){let{compareKeys:r}=nn(t);return{...e,compareKeys:r}}function Ti(e,t,r,o){let a={...r,indent:0},u=(0,vt.format)(e,a),n=(0,vt.format)(t,a);if(u===n)return Ao(Qs,o);{let i=(0,vt.format)(e,r),l=(0,vt.format)(t,r);return e_(i.split(`
71
- `),l.split(`
72
- `),u.split(`
73
- `),n.split(`
74
- `),o)}}function yn(e,t){if(!e)throw new Error(t)}function lr(e,t){return typeof t===e}function s_(e){return e instanceof Promise}function Mo(e,t,r){Object.defineProperty(e,t,r)}function ur(e,t,r){Object.defineProperty(e,t,{value:r})}var kr=Symbol.for("tinyspy:spy"),u_=new Set,c_=e=>{e.called=!1,e.callCount=0,e.calls=[],e.results=[],e.next=[]},d_=e=>(Mo(e,kr,{value:{reset:()=>c_(e[kr])}}),e[kr]),jo=e=>e[kr]||d_(e);function f_(e){yn(lr("function",e)||lr("undefined",e),"cannot spy on a non-function value");let t=function(...o){let a=jo(t);a.called=!0,a.callCount++,a.calls.push(o);let u=a.next.shift();if(u){a.results.push(u);let[s,f]=u;if(s==="ok")return f;throw f}let n,i="ok";if(a.impl)try{new.target?n=Reflect.construct(a.impl,o,new.target):n=a.impl.apply(this,o),i="ok"}catch(s){throw n=s,i="error",a.results.push([i,s]),s}let l=[i,n];if(s_(n)){let s=n.then(f=>l[1]=f).catch(f=>{throw l[0]="error",l[1]=f,f});Object.assign(s,n),n=s}return a.results.push(l),n};ur(t,"_isMockFunction",!0),ur(t,"length",e?e.length:0),ur(t,"name",e&&e.name||"spy");let r=jo(t);return r.reset(),r.impl=e,t}var Ai=(e,t)=>Object.getOwnPropertyDescriptor(e,t);function p_(e,t,r){yn(!lr("undefined",e),"spyOn could not find an object to spy upon"),yn(lr("object",e)||lr("function",e),"cannot spyOn on a primitive value");let o=()=>{if(!lr("object",t))return[t,"value"];if("getter"in t&&"setter"in t)throw new Error("cannot spy on both getter and setter");if("getter"in t)return[t.getter,"get"];if("setter"in t)return[t.setter,"set"];throw new Error("specify getter or setter to spy on")},[a,u]=o(),n=Ai(e,a),i=Object.getPrototypeOf(e),l=i&&Ai(i,a),s=n||l;yn(s||a in e,`${String(a)} does not exist`);let f=!1;u==="value"&&s&&!s.value&&s.get&&(u="get",f=!0,r=s.get());let d;s?d=s[u]:u!=="value"?d=()=>e[a]:d=e[a],r||(r=d);let c=f_(r),p=b=>{let{value:y,...v}=s||{configurable:!0,writable:!0};u!=="value"&&delete v.writable,v[u]=b,Mo(e,a,v)},m=()=>s?Mo(e,a,s):p(d),h=c[kr];return ur(h,"restore",m),ur(h,"getOriginal",()=>f?d():d),ur(h,"willCall",b=>(h.impl=b,c)),p(f?()=>c:c),u_.add(c),c}var Kn=new Set;function m_(e){return typeof e=="function"&&"_isMockFunction"in e&&e._isMockFunction}var h_=0;function y_(e){let t=e,r,o=[],a=[],u=jo(e),n={get calls(){return u.calls},get instances(){return o},get invocationCallOrder(){return a},get results(){return u.results.map(([c,p])=>({type:c==="error"?"throw":"return",value:p}))},get lastCall(){return u.calls[u.calls.length-1]}},i=[],l=!1;function s(...c){return o.push(this),a.push(++h_),(l?r:i.shift()||r||u.getOriginal()||(()=>{})).apply(this,c)}let f=t.name;t.getMockName=()=>f||"vi.fn()",t.mockName=c=>(f=c,t),t.mockClear=()=>(u.reset(),o=[],a=[],t),t.mockReset=()=>(t.mockClear(),r=()=>{},i=[],t),t.mockRestore=()=>(t.mockReset(),u.restore(),r=void 0,t),t.getMockImplementation=()=>r,t.mockImplementation=c=>(r=c,u.willCall(s),t),t.mockImplementationOnce=c=>(i.push(c),t);function d(c,p){let m=r;r=c,u.willCall(s),l=!0;let h=()=>{r=m,l=!1},b=p();return b instanceof Promise?b.then(()=>(h(),t)):(h(),t)}return t.withImplementation=d,t.mockReturnThis=()=>t.mockImplementation(function(){return this}),t.mockReturnValue=c=>t.mockImplementation(()=>c),t.mockReturnValueOnce=c=>t.mockImplementationOnce(()=>c),t.mockResolvedValue=c=>t.mockImplementation(()=>Promise.resolve(c)),t.mockResolvedValueOnce=c=>t.mockImplementationOnce(()=>Promise.resolve(c)),t.mockRejectedValue=c=>t.mockImplementation(()=>Promise.reject(c)),t.mockRejectedValueOnce=c=>t.mockImplementationOnce(()=>Promise.reject(c)),Object.defineProperty(t,"mock",{get:()=>n}),u.willCall(s),Kn.add(t),t}function nP(e){let t=y_(p_({spy:e||(()=>{})},"spy"));return e&&t.mockImplementation(e),t}_e(Dn(),1);_e(us(),1);_e(In(),1);var b_="@@__IMMUTABLE_RECORD__@@",g_="@@__IMMUTABLE_ITERABLE__@@";function v_(e){return e&&(e[g_]||e[b_])}var __=Object.getPrototypeOf({});function xi(e){return e instanceof Error?`<unserializable>: ${e.message}`:typeof e=="string"?`<unserializable>: ${e}`:"<unserializable>"}function Dr(e,t=new WeakMap){if(!e||typeof e=="string")return e;if(typeof e=="function")return`Function<${e.name||"anonymous"}>`;if(typeof e=="symbol")return e.toString();if(typeof e!="object")return e;if(v_(e))return Dr(e.toJSON(),t);if(e instanceof Promise||e.constructor&&e.constructor.prototype==="AsyncFunction")return"Promise";if(typeof Element<"u"&&e instanceof Element)return e.tagName;if(typeof e.asymmetricMatch=="function")return`${e.toString()} ${Lv(e.sample)}`;if(t.has(e))return t.get(e);if(Array.isArray(e)){let r=new Array(e.length);return t.set(e,r),e.forEach((o,a)=>{try{r[a]=Dr(o,t)}catch(u){r[a]=xi(u)}}),r}else{let r=Object.create(null);t.set(e,r);let o=e;for(;o&&o!==__;)Object.getOwnPropertyNames(o).forEach(a=>{if(!(a in r))try{r[a]=Dr(e[a],t)}catch(u){delete r[a],r[a]=xi(u)}}),o=Object.getPrototypeOf(o);return r}}function qi(e){return e.replace(/__(vite_ssr_import|vi_import)_\d+__\./g,"")}function E_(e,t){if(!e||typeof e!="object")return{message:e};if(e.stack&&(e.stackStr=String(e.stack)),e.name&&(e.nameStr=String(e.name)),e.showDiff||e.showDiff===void 0&&e.expected!==void 0&&e.actual!==void 0){let r=_i(e.actual,{forceWritable:!0}),o=_i(e.expected,{forceWritable:!0}),{replacedActual:a,replacedExpected:u}=lu(r,o);e.diff=Fr(u,a,{...t,...e.diffOptions})}typeof e.expected!="string"&&(e.expected=ut(e.expected,10)),typeof e.actual!="string"&&(e.actual=ut(e.actual,10));try{typeof e.message=="string"&&(e.message=qi(e.message)),typeof e.cause=="object"&&typeof e.cause.message=="string"&&(e.cause.message=qi(e.cause.message))}catch{}try{return Dr(e)}catch(r){return Dr(new Error(`Failed to fully serialize error: ${r?.message}
75
- Inner error message: ${e?.message}`))}}function Mi(e){return Oo(e)==="Object"&&typeof e.asymmetricMatch=="function"}function ji(e,t){let r=Oo(e),o=Oo(t);return r===o&&(r==="Object"||r==="Array")}function lu(e,t,r=new WeakSet,o=new WeakSet){return ji(e,t)?r.has(e)||o.has(t)?{replacedActual:e,replacedExpected:t}:(r.add(e),o.add(t),Ks(t).forEach(a=>{let u=t[a],n=e[a];if(Mi(u))u.asymmetricMatch(n)&&(e[a]=u);else if(Mi(n))n.asymmetricMatch(u)&&(t[a]=n);else if(ji(n,u)){let i=lu(n,u,r,o);e[a]=i.replacedActual,t[a]=i.replacedExpected}}),{replacedActual:e,replacedExpected:t}):{replacedActual:e,replacedExpected:t}}var Ur=Symbol.for("matchers-object"),Hr=Symbol.for("$$jest-matchers-object-storybook"),Yn=Symbol.for("expect-global"),Io=Symbol.for("asymmetric-matchers-object");if(!Object.prototype.hasOwnProperty.call(globalThis,Ur)){let e=new WeakMap;Object.defineProperty(globalThis,Ur,{get:()=>e})}if(!Object.prototype.hasOwnProperty.call(globalThis,Hr)){let e=Object.create(null),t=[];Object.defineProperty(globalThis,Hr,{configurable:!0,get:()=>({state:globalThis[Ur].get(globalThis[Yn]),matchers:e,customEqualityTesters:t})})}if(!Object.prototype.hasOwnProperty.call(globalThis,Io)){let e=Object.create(null);Object.defineProperty(globalThis,Io,{get:()=>e})}function Vr(e){return globalThis[Ur].get(e)}function co(e,t){let r=globalThis[Ur],o=r.get(t)||{};Object.assign(o,e),r.set(t,o)}function su(){let e=()=>Ma(),t=e().green,r=e().red,o=e().inverse,a=e().bold,u=e().dim;function n(s,f="received",d="expected",c={}){let{comment:p="",isDirectExpectCall:m=!1,isNot:h=!1,promise:b="",secondArgument:y="",expectedColor:v=t,receivedColor:S=r,secondArgumentColor:E=t}=c,C="",T="expect";return!m&&f!==""&&(C+=u(`${T}(`)+S(f),T=")"),b!==""&&(C+=u(`${T}.`)+b,T=""),h&&(C+=`${u(`${T}.`)}not`,T=""),s.includes(".")?T+=s:(C+=u(`${T}.`)+s,T=""),d===""?T+="()":(C+=u(`${T}(`)+v(d),y&&(C+=u(", ")+E(y)),T=")"),p!==""&&(T+=` // ${p}`),T!==""&&(C+=u(T)),C}let i="·",l=s=>s.replace(/\s+$/gm,f=>i.repeat(f.length));return{EXPECTED_COLOR:t,RECEIVED_COLOR:r,INVERTED_COLOR:o,BOLD_WEIGHT:a,DIM_COLOR:u,matcherHint:n,printReceived:s=>r(l(ut(s))),printExpected:s=>t(l(ut(s)))}}function Na(){return globalThis[Hr].customEqualityTesters}function ve(e,t,r,o){return r=r||[],uu(e,t,[],[],r,o?cu:S_)}function Ii(e){return!!e&&typeof e=="object"&&"asymmetricMatch"in e&&nt("Function",e.asymmetricMatch)}function w_(e,t){let r=Ii(e),o=Ii(t);if(!(r&&o)){if(r)return e.asymmetricMatch(t);if(o)return t.asymmetricMatch(e)}}function uu(e,t,r,o,a,u){let n=!0,i=w_(e,t);if(i!==void 0)return i;let l={equals:ve};for(let m=0;m<a.length;m++){let h=a[m].call(l,e,t,a);if(h!==void 0)return h}if(e instanceof Error&&t instanceof Error)return e.message===t.message;if(typeof URL=="function"&&e instanceof URL&&t instanceof URL)return e.href===t.href;if(Object.is(e,t))return!0;if(e===null||t===null)return e===t;let s=Object.prototype.toString.call(e);if(s!==Object.prototype.toString.call(t))return!1;switch(s){case"[object Boolean]":case"[object String]":case"[object Number]":return typeof e!=typeof t?!1:typeof e!="object"&&typeof t!="object"?Object.is(e,t):Object.is(e.valueOf(),t.valueOf());case"[object Date]":{let m=+e,h=+t;return m===h||Number.isNaN(m)&&Number.isNaN(h)}case"[object RegExp]":return e.source===t.source&&e.flags===t.flags}if(typeof e!="object"||typeof t!="object")return!1;if($i(e)&&$i(t))return e.isEqualNode(t);let f=r.length;for(;f--;){if(r[f]===e)return o[f]===t;if(o[f]===t)return!1}if(r.push(e),o.push(t),s==="[object Array]"&&e.length!==t.length)return!1;let d=Ni(e,u),c,p=d.length;if(Ni(t,u).length!==p)return!1;for(;p--;)if(c=d[p],n=u(t,c)&&uu(e[c],t[c],r,o,a,u),!n)return!1;return r.pop(),o.pop(),n}function Ni(e,t){let r=[];for(let o in e)t(e,o)&&r.push(o);return r.concat(Object.getOwnPropertySymbols(e).filter(o=>Object.getOwnPropertyDescriptor(e,o).enumerable))}function S_(e,t){return cu(e,t)&&e[t]!==void 0}function cu(e,t){return Object.prototype.hasOwnProperty.call(e,t)}function nt(e,t){return Object.prototype.toString.apply(t)===`[object ${e}]`}function $i(e){return e!==null&&typeof e=="object"&&"nodeType"in e&&typeof e.nodeType=="number"&&"nodeName"in e&&typeof e.nodeName=="string"&&"isEqualNode"in e&&typeof e.isEqualNode=="function"}var C_="@@__IMMUTABLE_KEYED__@@",P_="@@__IMMUTABLE_SET__@@",du="@@__IMMUTABLE_ORDERED__@@";function O_(e){return!!(e&&e[C_]&&!e[du])}function R_(e){return!!(e&&e[P_]&&!e[du])}var fu=Symbol.iterator;function Bi(e){return!!(e!=null&&e[fu])}function Qe(e,t,r=[],o=[],a=[]){if(typeof e!="object"||typeof t!="object"||Array.isArray(e)||Array.isArray(t)||!Bi(e)||!Bi(t))return;if(e.constructor!==t.constructor)return!1;let u=o.length;for(;u--;)if(o[u]===e)return a[u]===t;o.push(e),a.push(t);let n=[...r.filter(s=>s!==Qe),i];function i(s,f){return Qe(s,f,[...n],[...o],[...a])}if(e.size!==void 0){if(e.size!==t.size)return!1;if(nt("Set",e)||R_(e)){let s=!0;for(let f of e)if(!t.has(f)){let d=!1;for(let c of t)ve(f,c,n)===!0&&(d=!0);if(d===!1){s=!1;break}}return o.pop(),a.pop(),s}else if(nt("Map",e)||O_(e)){let s=!0;for(let f of e)if(!t.has(f[0])||!ve(f[1],t.get(f[0]),n)){let d=!1;for(let c of t){let p=ve(f[0],c[0],n),m=!1;p===!0&&(m=ve(f[1],c[1],n)),m===!0&&(d=!0)}if(d===!1){s=!1;break}}return o.pop(),a.pop(),s}}let l=t[fu]();for(let s of e){let f=l.next();if(f.done||!ve(s,f.value,n))return!1}return l.next().done?(o.pop(),a.pop(),!0):!1}function pu(e,t){return!e||typeof e!="object"||e===Object.prototype?!1:Object.prototype.hasOwnProperty.call(e,t)||pu(Object.getPrototypeOf(e),t)}function ki(e){return Av(e)&&!(e instanceof Error)&&!Array.isArray(e)&&!(e instanceof Date)}function Jn(e,t,r=[]){let o=r.filter(u=>u!==Jn),a=(u=new WeakMap)=>(n,i)=>{if(ki(i))return Object.keys(i).every(l=>{if(ki(i[l])){if(u.has(i[l]))return ve(n[l],i[l],o);u.set(i[l],!0)}let s=n!=null&&pu(n,l)&&ve(n[l],i[l],[...o,a(u)]);return u.delete(i[l]),s})};return a()(e,t)}function Di(e,t){if(!(e==null||t==null||e.constructor===t.constructor))return!1}function Li(e,t){let r=e,o=t;if(!(e instanceof DataView&&t instanceof DataView)){if(!(e instanceof ArrayBuffer)||!(t instanceof ArrayBuffer))return;try{r=new DataView(e),o=new DataView(t)}catch{return}}if(r.byteLength!==o.byteLength)return!1;for(let a=0;a<r.byteLength;a++)if(r.getUint8(a)!==o.getUint8(a))return!1;return!0}function No(e,t,r=[]){if(!Array.isArray(e)||!Array.isArray(t))return;let o=Object.keys(e),a=Object.keys(t),u=r.filter(n=>n!==No);return ve(e,t,u,!0)&&ve(o,a)}function T_(e,t="#{this}",r="#{exp}"){let o=`expected ${t} to be ${r} // Object.is equality`;return["toStrictEqual","toEqual"].includes(e)?`${o}
76
-
77
- If it should pass with deep equality, replace "toBe" with "${e}"
78
-
79
- Expected: ${t}
80
- Received: serializes to the same string
81
- `:o}function A_(e,t){return`${t} ${e}${t===1?"":"s"}`}var kt=class{constructor(e,t=!1){this.sample=e,this.inverse=t}$$typeof=Symbol.for("jest.asymmetricMatcher");getMatcherContext(e){return{...Vr(e||globalThis[Yn]),equals:ve,isNot:this.inverse,customTesters:Na(),utils:{...su(),diff:Fr,stringify:ut,iterableEquality:Qe,subsetEquality:Jn}}}[Symbol.for("chai/inspect")](e){let t=ut(this,e.depth,{min:!0});return t.length<=e.truncate?t:`${this.toString()}{…}`}},Fi=class extends kt{constructor(e,t=!1){if(!nt("String",e))throw new Error("Expected is not a string");super(e,t)}asymmetricMatch(e){let t=nt("String",e)&&e.includes(this.sample);return this.inverse?!t:t}toString(){return`String${this.inverse?"Not":""}Containing`}getExpectedType(){return"string"}},x_=class extends kt{asymmetricMatch(e){return e!=null}toString(){return"Anything"}toAsymmetricMatcher(){return"Anything"}},Ui=class extends kt{constructor(e,t=!1){super(e,t)}getPrototype(e){return Object.getPrototypeOf?Object.getPrototypeOf(e):e.constructor.prototype===e?null:e.constructor.prototype}hasProperty(e,t){return e?Object.prototype.hasOwnProperty.call(e,t)?!0:this.hasProperty(this.getPrototype(e),t):!1}asymmetricMatch(e){if(typeof this.sample!="object")throw new TypeError(`You must provide an object to ${this.toString()}, not '${typeof this.sample}'.`);let t=!0,r=this.getMatcherContext();for(let o in this.sample)if(!this.hasProperty(e,o)||!ve(this.sample[o],e[o],r.customTesters)){t=!1;break}return this.inverse?!t:t}toString(){return`Object${this.inverse?"Not":""}Containing`}getExpectedType(){return"object"}},Hi=class extends kt{constructor(e,t=!1){super(e,t)}asymmetricMatch(e){if(!Array.isArray(this.sample))throw new TypeError(`You must provide an array to ${this.toString()}, not '${typeof this.sample}'.`);let t=this.getMatcherContext(),r=this.sample.length===0||Array.isArray(e)&&this.sample.every(o=>e.some(a=>ve(o,a,t.customTesters)));return this.inverse?!r:r}toString(){return`Array${this.inverse?"Not":""}Containing`}getExpectedType(){return"array"}},q_=class extends kt{constructor(e){if(typeof e>"u")throw new TypeError("any() expects to be passed a constructor function. Please pass one or use anything() to match any object.");super(e)}fnNameFor(e){if(e.name)return e.name;let t=Function.prototype.toString.call(e).match(/^(?:async)?\s*function\s*\*?\s*([\w$]+)\s*\(/);return t?t[1]:"<anonymous>"}asymmetricMatch(e){return this.sample===String?typeof e=="string"||e instanceof String:this.sample===Number?typeof e=="number"||e instanceof Number:this.sample===Function?typeof e=="function"||e instanceof Function:this.sample===Boolean?typeof e=="boolean"||e instanceof Boolean:this.sample===BigInt?typeof e=="bigint"||e instanceof BigInt:this.sample===Symbol?typeof e=="symbol"||e instanceof Symbol:this.sample===Object?typeof e=="object":e instanceof this.sample}toString(){return"Any"}getExpectedType(){return this.sample===String?"string":this.sample===Number?"number":this.sample===Function?"function":this.sample===Object?"object":this.sample===Boolean?"boolean":this.fnNameFor(this.sample)}toAsymmetricMatcher(){return`Any<${this.fnNameFor(this.sample)}>`}},Vi=class extends kt{constructor(e,t=!1){if(!nt("String",e)&&!nt("RegExp",e))throw new Error("Expected is not a String or a RegExp");super(new RegExp(e),t)}asymmetricMatch(e){let t=nt("String",e)&&this.sample.test(e);return this.inverse?!t:t}toString(){return`String${this.inverse?"Not":""}Matching`}getExpectedType(){return"string"}},zi=class extends kt{precision;constructor(e,t=2,r=!1){if(!nt("Number",e))throw new Error("Expected is not a Number");if(!nt("Number",t))throw new Error("Precision is not a Number");super(e),this.inverse=r,this.precision=t}asymmetricMatch(e){if(!nt("Number",e))return!1;let t=!1;return e===Number.POSITIVE_INFINITY&&this.sample===Number.POSITIVE_INFINITY||e===Number.NEGATIVE_INFINITY&&this.sample===Number.NEGATIVE_INFINITY?t=!0:t=Math.abs(this.sample-e)<10**-this.precision/2,this.inverse?!t:t}toString(){return`Number${this.inverse?"Not":""}CloseTo`}getExpectedType(){return"number"}toAsymmetricMatcher(){return[this.toString(),this.sample,`(${A_("digit",this.precision)})`].join(" ")}},M_=(e,t)=>{t.addMethod(e.expect,"anything",()=>new x_),t.addMethod(e.expect,"any",r=>new q_(r)),t.addMethod(e.expect,"stringContaining",r=>new Fi(r)),t.addMethod(e.expect,"objectContaining",r=>new Ui(r)),t.addMethod(e.expect,"arrayContaining",r=>new Hi(r)),t.addMethod(e.expect,"stringMatching",r=>new Vi(r)),t.addMethod(e.expect,"closeTo",(r,o)=>new zi(r,o)),e.expect.not={stringContaining:r=>new Fi(r,!0),objectContaining:r=>new Ui(r,!0),arrayContaining:r=>new Hi(r,!0),stringMatching:r=>new Vi(r,!0),closeTo:(r,o)=>new zi(r,o,!0)}};function Wi(e,t){return e&&t instanceof Promise&&(t=t.finally(()=>{let r=e.promises.indexOf(t);r!==-1&&e.promises.splice(r,1)}),e.promises||(e.promises=[]),e.promises.push(t)),t}function mu(e,t){return function(...r){var o;let a=e.flag(this,"vitest-test");if(!(a?.context._local?a.context.expect.getState():Vr(globalThis[Yn])).soft)return t.apply(this,r);if(!a)throw new Error("expect.soft() can only be used inside a test");try{return t.apply(this,r)}catch(u){a.result||(a.result={state:"fail"}),a.result.state="fail",(o=a.result).errors||(o.errors=[]),a.result.errors.push(E_(u))}}}var j_=(e,t)=>{let{AssertionError:r}=e,o=()=>Ma(),a=Na();function u(d,c){let p=m=>{let h=mu(t,c);t.addMethod(e.Assertion.prototype,m,h),t.addMethod(globalThis[Hr].matchers,m,h)};Array.isArray(d)?d.forEach(m=>p(m)):p(d)}["throw","throws","Throw"].forEach(d=>{t.overwriteMethod(e.Assertion.prototype,d,c=>function(...p){let m=t.flag(this,"promise"),h=t.flag(this,"object"),b=t.flag(this,"negate");if(m==="rejects")t.flag(this,"object",()=>{throw h});else if(m==="resolves"&&typeof h!="function"){if(b)return;{let y=t.flag(this,"message")||"expected promise to throw an error, but it didn't",v={showDiff:!1};throw new r(y,v,t.flag(this,"ssfi"))}}c.apply(this,p)})}),u("withTest",function(d){return t.flag(this,"vitest-test",d),this}),u("toEqual",function(d){let c=t.flag(this,"object"),p=ve(c,d,[...a,Qe]);return this.assert(p,"expected #{this} to deeply equal #{exp}","expected #{this} to not deeply equal #{exp}",d,c)}),u("toStrictEqual",function(d){let c=t.flag(this,"object"),p=ve(c,d,[...a,Qe,Di,No,Li],!0);return this.assert(p,"expected #{this} to strictly equal #{exp}","expected #{this} to not strictly equal #{exp}",d,c)}),u("toBe",function(d){let c=this._obj,p=Object.is(c,d),m="";return p||(ve(c,d,[...a,Qe,Di,No,Li],!0)?m="toStrictEqual":ve(c,d,[...a,Qe])&&(m="toEqual")),this.assert(p,T_(m),"expected #{this} not to be #{exp} // Object.is equality",d,c)}),u("toMatchObject",function(d){let c=this._obj;return this.assert(ve(c,d,[...a,Qe,Jn]),"expected #{this} to match object #{exp}","expected #{this} to not match object #{exp}",d,c)}),u("toMatch",function(d){return typeof d=="string"?this.include(d):this.match(d)}),u("toContain",function(d){let c=this._obj;if(typeof Node<"u"&&c instanceof Node){if(!(d instanceof Node))throw new TypeError(`toContain() expected a DOM node as the argument, but got ${typeof d}`);return this.assert(c.contains(d),"expected #{this} to contain element #{exp}","expected #{this} not to contain element #{exp}",d,c)}if(typeof DOMTokenList<"u"&&c instanceof DOMTokenList){bt(d,"class name",["string"]);let p=t.flag(this,"negate")?c.value.replace(d,"").trim():`${c.value} ${d}`;return this.assert(c.contains(d),`expected "${c.value}" to contain "${d}"`,`expected "${c.value}" not to contain "${d}"`,p,c.value)}return c!=null&&typeof c!="string"&&t.flag(this,"object",Array.from(c)),this.contain(d)}),u("toContainEqual",function(d){let c=t.flag(this,"object"),p=Array.from(c).findIndex(m=>ve(m,d,a));this.assert(p!==-1,"expected #{this} to deep equally contain #{exp}","expected #{this} to not deep equally contain #{exp}",d)}),u("toBeTruthy",function(){let d=t.flag(this,"object");this.assert(!!d,"expected #{this} to be truthy","expected #{this} to not be truthy",d,!1)}),u("toBeFalsy",function(){let d=t.flag(this,"object");this.assert(!d,"expected #{this} to be falsy","expected #{this} to not be falsy",d,!1)}),u("toBeGreaterThan",function(d){let c=this._obj;return bt(c,"actual",["number","bigint"]),bt(d,"expected",["number","bigint"]),this.assert(c>d,`expected ${c} to be greater than ${d}`,`expected ${c} to be not greater than ${d}`,c,d,!1)}),u("toBeGreaterThanOrEqual",function(d){let c=this._obj;return bt(c,"actual",["number","bigint"]),bt(d,"expected",["number","bigint"]),this.assert(c>=d,`expected ${c} to be greater than or equal to ${d}`,`expected ${c} to be not greater than or equal to ${d}`,c,d,!1)}),u("toBeLessThan",function(d){let c=this._obj;return bt(c,"actual",["number","bigint"]),bt(d,"expected",["number","bigint"]),this.assert(c<d,`expected ${c} to be less than ${d}`,`expected ${c} to be not less than ${d}`,c,d,!1)}),u("toBeLessThanOrEqual",function(d){let c=this._obj;return bt(c,"actual",["number","bigint"]),bt(d,"expected",["number","bigint"]),this.assert(c<=d,`expected ${c} to be less than or equal to ${d}`,`expected ${c} to be not less than or equal to ${d}`,c,d,!1)}),u("toBeNaN",function(){return this.be.NaN}),u("toBeUndefined",function(){return this.be.undefined}),u("toBeNull",function(){return this.be.null}),u("toBeDefined",function(){let d=t.flag(this,"negate");return t.flag(this,"negate",!1),d?this.be.undefined:this.not.be.undefined}),u("toBeTypeOf",function(d){let c=typeof this._obj,p=d===c;return this.assert(p,"expected #{this} to be type of #{exp}","expected #{this} not to be type of #{exp}",d,c)}),u("toBeInstanceOf",function(d){return this.instanceOf(d)}),u("toHaveLength",function(d){return this.have.length(d)}),u("toHaveProperty",function(...d){Array.isArray(d[0])&&(d[0]=d[0].map(E=>String(E).replace(/([.[\]])/g,"\\$1")).join("."));let c=this._obj,[p,m]=d,h=()=>Object.prototype.hasOwnProperty.call(c,p)?{value:c[p],exists:!0}:t.getPathInfo(c,p),{value:b,exists:y}=h(),v=y&&(d.length===1||ve(m,b,a)),S=d.length===1?"":` with value ${t.objDisplay(m)}`;return this.assert(v,`expected #{this} to have property "${p}"${S}`,`expected #{this} to not have property "${p}"${S}`,m,y?b:void 0)}),u("toBeCloseTo",function(d,c=2){let p=this._obj,m=!1,h=0,b=0;return d===Number.POSITIVE_INFINITY&&p===Number.POSITIVE_INFINITY||d===Number.NEGATIVE_INFINITY&&p===Number.NEGATIVE_INFINITY?m=!0:(h=10**-c/2,b=Math.abs(p-d),m=b<h),this.assert(m,`expected #{this} to be close to #{exp}, received difference is ${b}, but expected ${h}`,`expected #{this} to not be close to #{exp}, received difference is ${b}, but expected ${h}`,d,p,!1)});let n=d=>{if(!m_(d._obj))throw new TypeError(`${t.inspect(d._obj)} is not a spy or a call to a spy!`)},i=d=>(n(d),d._obj),l=d=>{let c=d%10,p=d%100;return c===1&&p!==11?`${d}st`:c===2&&p!==12?`${d}nd`:c===3&&p!==13?`${d}rd`:`${d}th`},s=(d,c,p)=>(d.mock.calls&&(c+=o().gray(`
82
-
83
- Received:
84
-
85
- ${d.mock.calls.map((m,h)=>{let b=o().bold(` ${l(h+1)} ${d.getMockName()} call:
86
-
87
- `);return p?b+=Fr(p,m,{omitAnnotationLines:!0}):b+=ut(m).split(`
88
- `).map(y=>` ${y}`).join(`
89
- `),b+=`
90
- `,b}).join(`
91
- `)}`)),c+=o().gray(`
92
-
93
- Number of calls: ${o().bold(d.mock.calls.length)}
94
- `),c),f=(d,c,p)=>(c+=o().gray(`
95
-
96
- Received:
97
-
98
- ${d.mock.results.map((m,h)=>{let b=o().bold(` ${l(h+1)} ${d.getMockName()} call return:
99
-
100
- `);return p?b+=Fr(p,m.value,{omitAnnotationLines:!0}):b+=ut(m).split(`
101
- `).map(y=>` ${y}`).join(`
102
- `),b+=`
103
- `,b}).join(`
104
- `)}`),c+=o().gray(`
105
-
106
- Number of calls: ${o().bold(d.mock.calls.length)}
107
- `),c);u(["toHaveBeenCalledTimes","toBeCalledTimes"],function(d){let c=i(this),p=c.getMockName(),m=c.mock.calls.length;return this.assert(m===d,`expected "${p}" to be called #{exp} times, but got ${m} times`,`expected "${p}" to not be called #{exp} times`,d,m,!1)}),u("toHaveBeenCalledOnce",function(){let d=i(this),c=d.getMockName(),p=d.mock.calls.length;return this.assert(p===1,`expected "${c}" to be called once, but got ${p} times`,`expected "${c}" to not be called once`,1,p,!1)}),u(["toHaveBeenCalled","toBeCalled"],function(){let d=i(this),c=d.getMockName(),p=d.mock.calls.length,m=p>0,h=t.flag(this,"negate"),b=t.getMessage(this,[m,`expected "${c}" to be called at least once`,`expected "${c}" to not be called at all, but actually been called ${p} times`,!0,m]);if(m&&h&&(b=s(d,b)),m&&h||!m&&!h)throw new r(b)}),u(["toHaveBeenCalledWith","toBeCalledWith"],function(...d){let c=i(this),p=c.getMockName(),m=c.mock.calls.some(y=>ve(y,d,[...a,Qe])),h=t.flag(this,"negate"),b=t.getMessage(this,[m,`expected "${p}" to be called with arguments: #{exp}`,`expected "${p}" to not be called with arguments: #{exp}`,d]);if(m&&h||!m&&!h)throw new r(s(c,b,d))}),u(["toHaveBeenNthCalledWith","nthCalledWith"],function(d,...c){let p=i(this),m=p.getMockName(),h=p.mock.calls[d-1];this.assert(ve(h,c,[...a,Qe]),`expected ${l(d)} "${m}" call to have been called with #{exp}`,`expected ${l(d)} "${m}" call to not have been called with #{exp}`,c,h)}),u(["toHaveBeenLastCalledWith","lastCalledWith"],function(...d){let c=i(this),p=c.getMockName(),m=c.mock.calls[c.mock.calls.length-1];this.assert(ve(m,d,[...a,Qe]),`expected last "${p}" call to have been called with #{exp}`,`expected last "${p}" call to not have been called with #{exp}`,d,m)}),u(["toThrow","toThrowError"],function(d){if(typeof d=="string"||typeof d>"u"||d instanceof RegExp)return this.throws(d);let c=this._obj,p=t.flag(this,"promise"),m=t.flag(this,"negate"),h=null;if(p==="rejects")h=c;else if(p==="resolves"&&typeof c!="function"){if(m)return;{let b=t.flag(this,"message")||"expected promise to throw an error, but it didn't",y={showDiff:!1};throw new r(b,y,t.flag(this,"ssfi"))}}else{let b=!1;try{c()}catch(y){b=!0,h=y}if(!b&&!m){let y=t.flag(this,"message")||"expected function to throw an error, but it didn't",v={showDiff:!1};throw new r(y,v,t.flag(this,"ssfi"))}}if(typeof d=="function"){let b=d.name||d.prototype.constructor.name;return this.assert(h&&h instanceof d,`expected error to be instance of ${b}`,`expected error not to be instance of ${b}`,d,h)}if(d instanceof Error)return this.assert(h&&d.message===h.message,`expected error to have message: ${d.message}`,`expected error not to have message: ${d.message}`,d.message,h&&h.message);if(typeof d=="object"&&"asymmetricMatch"in d&&typeof d.asymmetricMatch=="function"){let b=d;return this.assert(h&&b.asymmetricMatch(h),"expected error to match asymmetric matcher","expected error not to match asymmetric matcher",b,h)}throw new Error(`"toThrow" expects string, RegExp, function, Error instance or asymmetric matcher, got "${typeof d}"`)}),u(["toHaveReturned","toReturn"],function(){let d=i(this),c=d.getMockName(),p=d.mock.calls.length>0&&d.mock.results.some(({type:m})=>m!=="throw");this.assert(p,`expected "${c}" to be successfully called at least once`,`expected "${c}" to not be successfully called`,p,!p,!1)}),u(["toHaveReturnedTimes","toReturnTimes"],function(d){let c=i(this),p=c.getMockName(),m=c.mock.results.reduce((h,{type:b})=>b==="throw"?h:++h,0);this.assert(m===d,`expected "${p}" to be successfully called ${d} times`,`expected "${p}" to not be successfully called ${d} times`,`expected number of returns: ${d}`,`received number of returns: ${m}`,!1)}),u(["toHaveReturnedWith","toReturnWith"],function(d){let c=i(this),p=c.getMockName(),m=c.mock.results.some(({type:y,value:v})=>y==="return"&&ve(d,v)),h=t.flag(this,"negate"),b=t.getMessage(this,[m,`expected "${p}" to return with: #{exp} at least once`,`expected "${p}" to not return with: #{exp}`,d]);if(m&&h||!m&&!h)throw new r(f(c,b,d))}),u(["toHaveLastReturnedWith","lastReturnedWith"],function(d){let c=i(this),p=c.getMockName(),{value:m}=c.mock.results[c.mock.results.length-1],h=ve(m,d);this.assert(h,`expected last "${p}" call to return #{exp}`,`expected last "${p}" call to not return #{exp}`,d,m)}),u(["toHaveNthReturnedWith","nthReturnedWith"],function(d,c){let p=i(this),m=p.getMockName(),h=t.flag(this,"negate"),{type:b,value:y}=p.mock.results[d-1],v=`${l(d)} call`;!h&&b==="throw"&&e.assert.fail(`expected ${v} to return #{exp}, but instead it threw an error`);let S=ve(y,c);this.assert(S,`expected ${v} "${m}" call to return #{exp}`,`expected ${v} "${m}" call to not return #{exp}`,c,y)}),u("toSatisfy",function(d,c){return this.be.satisfy(d,c)}),t.addProperty(e.Assertion.prototype,"resolves",function(){let d=new Error("resolves");t.flag(this,"promise","resolves"),t.flag(this,"error",d);let c=t.flag(this,"vitest-test"),p=t.flag(this,"object");if(typeof p?.then!="function")throw new TypeError(`You must provide a Promise to expect() when using .resolves, not '${typeof p}'.`);let m=new Proxy(this,{get:(h,b,y)=>{let v=Reflect.get(h,b,y);return typeof v!="function"?v instanceof e.Assertion?m:v:async(...S)=>{let E=p.then(C=>(t.flag(this,"object",C),v.call(this,...S)),C=>{let T=new r(`promise rejected "${t.inspect(C)}" instead of resolving`,{showDiff:!1});throw T.cause=C,T.stack=d.stack.replace(d.message,T.message),T});return Wi(c,E)}}});return m}),t.addProperty(e.Assertion.prototype,"rejects",function(){let d=new Error("rejects");t.flag(this,"promise","rejects"),t.flag(this,"error",d);let c=t.flag(this,"vitest-test"),p=t.flag(this,"object"),m=typeof p=="function"?p():p;if(typeof m?.then!="function")throw new TypeError(`You must provide a Promise to expect() when using .rejects, not '${typeof m}'.`);let h=new Proxy(this,{get:(b,y,v)=>{let S=Reflect.get(b,y,v);return typeof S!="function"?S instanceof e.Assertion?h:S:async(...E)=>{let C=m.then(T=>{let O=new r(`promise resolved "${t.inspect(T)}" instead of rejecting`,{showDiff:!0,expected:new Error("rejected promise"),actual:T});throw O.stack=d.stack.replace(d.message,O.message),O},T=>(t.flag(this,"object",T),S.call(this,...E)));return Wi(c,C)}}});return h})};function I_(e,t){let r=e._obj,o=wn.flag(e,"negate"),a=wn.flag(e,"promise")||"",u={...su(),diff:Fr,stringify:ut,iterableEquality:Qe,subsetEquality:Jn};return{state:{...Vr(t),customTesters:Na(),isNot:o,utils:u,promise:a,equals:ve,suppressedErrors:[]},isNot:o,obj:r}}var Gi=class extends Error{constructor(e,t,r){super(e),this.actual=t,this.expected=r}};function N_(e,t){return(r,o)=>{Object.entries(t).forEach(([a,u])=>{function n(...f){let{state:d,isNot:c,obj:p}=I_(this,e),m=u.call(d,p,...f);if(m&&typeof m=="object"&&m instanceof Promise)return m.then(({pass:S,message:E,actual:C,expected:T})=>{if(S&&c||!S&&!c)throw new Gi(E(),C,T)});let{pass:h,message:b,actual:y,expected:v}=m;if(h&&c||!h&&!c)throw new Gi(b(),y,v)}let i=mu(o,n);o.addMethod(globalThis[Hr].matchers,a,i),o.addMethod(r.Assertion.prototype,a,i);class l extends kt{constructor(d=!1,...c){super(c,d)}asymmetricMatch(d){let{pass:c}=u.call(this.getMatcherContext(e),d,...this.sample);return this.inverse?!c:c}toString(){return`${this.inverse?"not.":""}${a}`}getExpectedType(){return"any"}toAsymmetricMatcher(){return`${this.toString()}<${this.sample.map(String).join(", ")}>`}}let s=(...f)=>new l(!1,...f);Object.defineProperty(e,a,{configurable:!0,enumerable:!0,value:s,writable:!0}),Object.defineProperty(e.not,a,{configurable:!0,enumerable:!0,value:(...f)=>new l(!0,...f),writable:!0}),Object.defineProperty(globalThis[Io],a,{configurable:!0,enumerable:!0,value:s,writable:!0})})}}var $_=(e,t)=>{t.addMethod(e.expect,"extend",(r,o)=>{e.use(N_(r,o))})},hu={};pa(hu,{toBeChecked:()=>nc,toBeDisabled:()=>Yu,toBeEmpty:()=>Iu,toBeEmptyDOMElement:()=>Nu,toBeEnabled:()=>Ju,toBeInTheDOM:()=>ko,toBeInTheDocument:()=>ju,toBeInvalid:()=>Zu,toBePartiallyChecked:()=>ac,toBeRequired:()=>Xu,toBeValid:()=>ec,toBeVisible:()=>Vu,toContainElement:()=>Do,toContainHTML:()=>$u,toHaveAccessibleDescription:()=>Lo,toHaveAccessibleErrorMessage:()=>ku,toHaveAccessibleName:()=>Uo,toHaveAttribute:()=>Du,toHaveClass:()=>Lu,toHaveDescription:()=>ic,toHaveDisplayValue:()=>rc,toHaveErrorMessage:()=>lc,toHaveFocus:()=>Fu,toHaveFormValues:()=>Uu,toHaveRole:()=>Fo,toHaveStyle:()=>Ho,toHaveTextContent:()=>Bu,toHaveValue:()=>tc});var Ki=_e(cs(),1),B_=_e(Ps(),1);function yu(e){Object.defineProperty(e,"__esModule",{value:!0,configurable:!0})}function $a(e,t,r,o){Object.defineProperty(e,t,{get:r,set:o,enumerable:!0,configurable:!0})}var bu={};yu(bu);$a(bu,"default",()=>gu);var gu=class extends Error{constructor(e,t,r,o,a){super(e+":"+r+":"+o+": "+t),this.reason=t,this.filename=e,this.line=r,this.column=o,this.source=a}},vu={};yu(vu);$a(vu,"default",()=>_u);var _u=class{constructor(e,t,r){this.start=e,this.end=t,this.source=r}},k_={};$a(k_,"CssTypes",()=>Te);var Te;(function(e){e.stylesheet="stylesheet",e.rule="rule",e.declaration="declaration",e.comment="comment",e.container="container",e.charset="charset",e.document="document",e.customMedia="custom-media",e.fontFace="font-face",e.host="host",e.import="import",e.keyframes="keyframes",e.keyframe="keyframe",e.layer="layer",e.media="media",e.namespace="namespace",e.page="page",e.supports="supports"})(Te||(Te={}));var fo=/\/\*[^]*?(?:\*\/|$)/g,D_=(e,t)=>{t=t||{};let r=1,o=1;function a(x){let M=x.match(/\n/g);M&&(r+=M.length);let k=x.lastIndexOf(`
108
- `);o=~k?x.length-k:o+x.length}function u(){let x={line:r,column:o};return function(M){return M.position=new _u(x,{line:r,column:o},t?.source||""),p(),M}}let n=[];function i(x){let M=new gu(t?.source||"",x,r,o,e);if(t?.silent)n.push(M);else throw M}function l(){let x=d();return{type:Te.stylesheet,stylesheet:{source:t?.source,rules:x,parsingErrors:n}}}function s(){return c(/^{\s*/)}function f(){return c(/^}/)}function d(){let x,M=[];for(p(),m(M);e.length&&e.charAt(0)!=="}"&&(x=se()||ue());)x&&(M.push(x),m(M));return M}function c(x){let M=x.exec(e);if(!M)return;let k=M[0];return a(k),e=e.slice(k.length),M}function p(){c(/^\s*/)}function m(x){let M;for(x=x||[];M=h();)M&&x.push(M);return x}function h(){let x=u();if(e.charAt(0)!=="/"||e.charAt(1)!=="*")return;let M=c(/^\/\*[^]*?\*\//);return M?x({type:Te.comment,comment:M[0].slice(2,-2)}):i("End of comment missing")}function b(x,M,k){let F=M+1,G=!1,$=x.indexOf(")",F);for(;!G&&$!==-1;){let D=x.indexOf("(",F);D!==-1&&D<$?(F=b(x,D+1)+1,$=x.indexOf(")",F)):G=!0}return G&&$!==-1?$:-1}function y(){let x=c(/^([^{]+)/);if(!x)return;let M=Ye(x[0]).replace(fo,"");if(M.indexOf(",")===-1)return[M];let k=0,F=M.indexOf("(",k);for(;F!==-1;){let G=b(M,F);if(G===-1)break;k=G+1,M=M.substring(0,F)+M.substring(F,G).replace(/,/g,"‌")+M.substring(G),F=M.indexOf("(",k)}return M=M.replace(/("|')(?:\\\1|.)*?\1/g,G=>G.replace(/,/g,"‌")),M.split(",").map(G=>Ye(G.replace(/\u200C/g,",")))}function v(){let x=u(),M=c(/^(\*?[-#/*\\\w]+(\[[0-9a-z_-]+\])?)\s*/);if(!M)return;let k=Ye(M[0]);if(!c(/^:\s*/))return i("property missing ':'");let F=c(/^((?:'(?:\\'|.)*?'|"(?:\\"|.)*?"|\([^)]*?\)|[^};])+)/),G=x({type:Te.declaration,property:k.replace(fo,""),value:F?Ye(F[0]).replace(fo,""):""});return c(/^[;\s]*/),G}function S(){let x=[];if(!s())return i("missing '{'");m(x);let M;for(;M=v();)M&&(x.push(M),m(x));return f()?x:i("missing '}'")}function E(){let x,M=[],k=u();for(;x=c(/^((\d+\.\d+|\.\d+|\d+)%?|[a-z]+)\s*/);)M.push(x[1]),c(/^,\s*/);if(M.length)return k({type:Te.keyframe,values:M,declarations:S()||[]})}function C(){let x=u(),M=c(/^@([-\w]+)?keyframes\s*/);if(!M)return;let k=M[1],F=c(/^([-\w]+)\s*/);if(!F)return i("@keyframes missing name");let G=F[1];if(!s())return i("@keyframes missing '{'");let $,D=m();for(;$=E();)D.push($),D=D.concat(m());return f()?x({type:Te.keyframes,name:G,vendor:k,keyframes:D}):i("@keyframes missing '}'")}function T(){let x=u(),M=c(/^@supports *([^{]+)/);if(!M)return;let k=Ye(M[1]);if(!s())return i("@supports missing '{'");let F=m().concat(d());return f()?x({type:Te.supports,supports:k,rules:F}):i("@supports missing '}'")}function O(){let x=u();if(!c(/^@host\s*/))return;if(!s())return i("@host missing '{'");let M=m().concat(d());return f()?x({type:Te.host,rules:M}):i("@host missing '}'")}function g(){let x=u(),M=c(/^@container *([^{]+)/);if(!M)return;let k=Ye(M[1]);if(!s())return i("@container missing '{'");let F=m().concat(d());return f()?x({type:Te.container,container:k,rules:F}):i("@container missing '}'")}function P(){let x=u(),M=c(/^@layer *([^{;@]+)/);if(!M)return;let k=Ye(M[1]);if(!s())return c(/^[;\s]*/),x({type:Te.layer,layer:k});let F=m().concat(d());return f()?x({type:Te.layer,layer:k,rules:F}):i("@layer missing '}'")}function q(){let x=u(),M=c(/^@media *([^{]+)/);if(!M)return;let k=Ye(M[1]);if(!s())return i("@media missing '{'");let F=m().concat(d());return f()?x({type:Te.media,media:k,rules:F}):i("@media missing '}'")}function j(){let x=u(),M=c(/^@custom-media\s+(--\S+)\s*([^{;\s][^{;]*);/);if(M)return x({type:Te.customMedia,name:Ye(M[1]),media:Ye(M[2])})}function U(){let x=u();if(!c(/^@page */))return;let M=y()||[];if(!s())return i("@page missing '{'");let k=m(),F;for(;F=v();)k.push(F),k=k.concat(m());return f()?x({type:Te.page,selectors:M,declarations:k}):i("@page missing '}'")}function H(){let x=u(),M=c(/^@([-\w]+)?document *([^{]+)/);if(!M)return;let k=Ye(M[1]),F=Ye(M[2]);if(!s())return i("@document missing '{'");let G=m().concat(d());return f()?x({type:Te.document,document:F,vendor:k,rules:G}):i("@document missing '}'")}function V(){let x=u();if(!c(/^@font-face\s*/))return;if(!s())return i("@font-face missing '{'");let M=m(),k;for(;k=v();)M.push(k),M=M.concat(m());return f()?x({type:Te.fontFace,declarations:M}):i("@font-face missing '}'")}let re=ae("import"),J=ae("charset"),ne=ae("namespace");function ae(x){let M=new RegExp("^@"+x+`\\s*((?::?[^;'"]|"(?:\\\\"|[^"])*?"|'(?:\\\\'|[^'])*?')+)(?:;|$)`);return function(){let k=u(),F=c(M);if(!F)return;let G={type:x};return G[x]=F[1].trim(),k(G)}}function se(){if(e[0]==="@")return C()||q()||j()||T()||re()||J()||ne()||H()||U()||O()||V()||g()||P()}function ue(){let x=u(),M=y();return M?(m(),x({type:Te.rule,selectors:M,declarations:S()||[]})):i("selector missing")}return $o(l())};function Ye(e){return e?e.trim():""}function $o(e,t){let r=e&&typeof e.type=="string",o=r?e:t;for(let a in e){let u=e[a];Array.isArray(u)?u.forEach(n=>{$o(n,o)}):u&&typeof u=="object"&&$o(u,o)}return r&&Object.defineProperty(e,"parent",{configurable:!0,writable:!0,enumerable:!1,value:t||null}),e}var L_=D_,F_=L_,U_=Object.prototype.toString;function Yi(e){return typeof e=="function"||U_.call(e)==="[object Function]"}function H_(e){var t=Number(e);return isNaN(t)?0:t===0||!isFinite(t)?t:(t>0?1:-1)*Math.floor(Math.abs(t))}var V_=Math.pow(2,53)-1;function z_(e){var t=H_(e);return Math.min(Math.max(t,0),V_)}function tt(e,t){var r=Array,o=Object(e);if(e==null)throw new TypeError("Array.from requires an array-like object - not null or undefined");if(typeof t<"u"&&!Yi(t))throw new TypeError("Array.from: when provided, the second argument must be a function");for(var a=z_(o.length),u=Yi(r)?Object(new r(a)):new Array(a),n=0,i;n<a;)i=o[n],t?u[n]=t(i,n):u[n]=i,n+=1;return u.length=a,u}function zr(e){"@babel/helpers - typeof";return zr=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(t){return typeof t}:function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},zr(e)}function W_(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function Ji(e,t){for(var r=0;r<t.length;r++){var o=t[r];o.enumerable=o.enumerable||!1,o.configurable=!0,"value"in o&&(o.writable=!0),Object.defineProperty(e,Eu(o.key),o)}}function G_(e,t,r){return t&&Ji(e.prototype,t),r&&Ji(e,r),Object.defineProperty(e,"prototype",{writable:!1}),e}function K_(e,t,r){return t=Eu(t),t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function Eu(e){var t=Y_(e,"string");return zr(t)==="symbol"?t:String(t)}function Y_(e,t){if(zr(e)!=="object"||e===null)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var o=r.call(e,t||"default");if(zr(o)!=="object")return o;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}var J_=function(){function e(){var t=arguments.length>0&&arguments[0]!==void 0?arguments[0]:[];W_(this,e),K_(this,"items",void 0),this.items=t}return G_(e,[{key:"add",value:function(t){return this.has(t)===!1&&this.items.push(t),this}},{key:"clear",value:function(){this.items=[]}},{key:"delete",value:function(t){var r=this.items.length;return this.items=this.items.filter(function(o){return o!==t}),r!==this.items.length}},{key:"forEach",value:function(t){var r=this;this.items.forEach(function(o){t(o,o,r)})}},{key:"has",value:function(t){return this.items.indexOf(t)!==-1}},{key:"size",get:function(){return this.items.length}}]),e}(),X_=typeof Set>"u"?Set:J_;function ke(e){var t;return(t=e.localName)!==null&&t!==void 0?t:e.tagName.toLowerCase()}var Q_={article:"article",aside:"complementary",button:"button",datalist:"listbox",dd:"definition",details:"group",dialog:"dialog",dt:"term",fieldset:"group",figure:"figure",form:"form",footer:"contentinfo",h1:"heading",h2:"heading",h3:"heading",h4:"heading",h5:"heading",h6:"heading",header:"banner",hr:"separator",html:"document",legend:"legend",li:"listitem",math:"math",main:"main",menu:"list",nav:"navigation",ol:"list",optgroup:"group",option:"option",output:"status",progress:"progressbar",section:"region",summary:"button",table:"table",tbody:"rowgroup",textarea:"textbox",tfoot:"rowgroup",td:"cell",th:"columnheader",thead:"rowgroup",tr:"row",ul:"list"},Z_={caption:new Set(["aria-label","aria-labelledby"]),code:new Set(["aria-label","aria-labelledby"]),deletion:new Set(["aria-label","aria-labelledby"]),emphasis:new Set(["aria-label","aria-labelledby"]),generic:new Set(["aria-label","aria-labelledby","aria-roledescription"]),insertion:new Set(["aria-label","aria-labelledby"]),none:new Set(["aria-label","aria-labelledby"]),paragraph:new Set(["aria-label","aria-labelledby"]),presentation:new Set(["aria-label","aria-labelledby"]),strong:new Set(["aria-label","aria-labelledby"]),subscript:new Set(["aria-label","aria-labelledby"]),superscript:new Set(["aria-label","aria-labelledby"])};function eE(e,t){return["aria-atomic","aria-busy","aria-controls","aria-current","aria-description","aria-describedby","aria-details","aria-dropeffect","aria-flowto","aria-grabbed","aria-hidden","aria-keyshortcuts","aria-label","aria-labelledby","aria-live","aria-owns","aria-relevant","aria-roledescription"].some(function(r){var o;return e.hasAttribute(r)&&!((o=Z_[t])!==null&&o!==void 0&&o.has(r))})}function wu(e,t){return eE(e,t)}function tE(e){var t=nE(e);if(t===null||Bo.indexOf(t)!==-1){var r=rE(e);if(Bo.indexOf(t||"")===-1||wu(e,r||""))return r}return t}function rE(e){var t=Q_[ke(e)];if(t!==void 0)return t;switch(ke(e)){case"a":case"area":case"link":if(e.hasAttribute("href"))return"link";break;case"img":return e.getAttribute("alt")===""&&!wu(e,"img")?"presentation":"img";case"input":{var r=e,o=r.type;switch(o){case"button":case"image":case"reset":case"submit":return"button";case"checkbox":case"radio":return o;case"range":return"slider";case"email":case"tel":case"text":case"url":return e.hasAttribute("list")?"combobox":"textbox";case"search":return e.hasAttribute("list")?"combobox":"searchbox";case"number":return"spinbutton";default:return null}}case"select":return e.hasAttribute("multiple")||e.size>1?"listbox":"combobox"}return null}function nE(e){var t=e.getAttribute("role");if(t!==null){var r=t.trim().split(" ")[0];if(r.length>0)return r}return null}var Bo=["presentation","none"];function we(e){return e!==null&&e.nodeType===e.ELEMENT_NODE}function Su(e){return we(e)&&ke(e)==="caption"}function bn(e){return we(e)&&ke(e)==="input"}function oE(e){return we(e)&&ke(e)==="optgroup"}function aE(e){return we(e)&&ke(e)==="select"}function iE(e){return we(e)&&ke(e)==="table"}function lE(e){return we(e)&&ke(e)==="textarea"}function sE(e){var t=e.ownerDocument===null?e:e.ownerDocument,r=t.defaultView;if(r===null)throw new TypeError("no window available");return r}function uE(e){return we(e)&&ke(e)==="fieldset"}function cE(e){return we(e)&&ke(e)==="legend"}function dE(e){return we(e)&&ke(e)==="slot"}function fE(e){return we(e)&&e.ownerSVGElement!==void 0}function pE(e){return we(e)&&ke(e)==="svg"}function mE(e){return fE(e)&&ke(e)==="title"}function Sn(e,t){if(we(e)&&e.hasAttribute(t)){var r=e.getAttribute(t).split(" "),o=e.getRootNode?e.getRootNode():e.ownerDocument;return r.map(function(a){return o.getElementById(a)}).filter(function(a){return a!==null})}return[]}function _t(e,t){return we(e)?t.indexOf(tE(e))!==-1:!1}function hE(e){return e.trim().replace(/\s\s+/g," ")}function yE(e,t){if(!we(e))return!1;if(e.hasAttribute("hidden")||e.getAttribute("aria-hidden")==="true")return!0;var r=t(e);return r.getPropertyValue("display")==="none"||r.getPropertyValue("visibility")==="hidden"}function bE(e){return _t(e,["button","combobox","listbox","textbox"])||Cu(e,"range")}function Cu(e,t){if(!we(e))return!1;switch(t){case"range":return _t(e,["meter","progressbar","scrollbar","slider","spinbutton"]);default:throw new TypeError("No knowledge about abstract role '".concat(t,"'. This is likely a bug :("))}}function Xi(e,t){var r=tt(e.querySelectorAll(t));return Sn(e,"aria-owns").forEach(function(o){r.push.apply(r,tt(o.querySelectorAll(t)))}),r}function gE(e){return aE(e)?e.selectedOptions||Xi(e,"[selected]"):Xi(e,'[aria-selected="true"]')}function vE(e){return _t(e,Bo)}function _E(e){return Su(e)}function EE(e){return _t(e,["button","cell","checkbox","columnheader","gridcell","heading","label","legend","link","menuitem","menuitemcheckbox","menuitemradio","option","radio","row","rowheader","switch","tab","tooltip","treeitem"])}function wE(e){return!1}function SE(e){return bn(e)||lE(e)?e.value:e.textContent||""}function Qi(e){var t=e.getPropertyValue("content");return/^["'].*["']$/.test(t)?t.slice(1,-1):""}function Pu(e){var t=ke(e);return t==="button"||t==="input"&&e.getAttribute("type")!=="hidden"||t==="meter"||t==="output"||t==="progress"||t==="select"||t==="textarea"}function Ou(e){if(Pu(e))return e;var t=null;return e.childNodes.forEach(function(r){if(t===null&&we(r)){var o=Ou(r);o!==null&&(t=o)}}),t}function CE(e){if(e.control!==void 0)return e.control;var t=e.getAttribute("for");return t!==null?e.ownerDocument.getElementById(t):Ou(e)}function PE(e){var t=e.labels;if(t===null)return t;if(t!==void 0)return tt(t);if(!Pu(e))return null;var r=e.ownerDocument;return tt(r.querySelectorAll("label")).filter(function(o){return CE(o)===e})}function OE(e){var t=e.assignedNodes();return t.length===0?tt(e.childNodes):t}function Ru(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},r=new X_,o=sE(e),a=t.compute,u=a===void 0?"name":a,n=t.computedStyleSupportsPseudoElements,i=n===void 0?t.getComputedStyle!==void 0:n,l=t.getComputedStyle,s=l===void 0?o.getComputedStyle.bind(o):l,f=t.hidden,d=f===void 0?!1:f;function c(y,v){var S="";if(we(y)&&i){var E=s(y,"::before"),C=Qi(E);S="".concat(C," ").concat(S)}var T=dE(y)?OE(y):tt(y.childNodes).concat(Sn(y,"aria-owns"));if(T.forEach(function(P){var q=b(P,{isEmbeddedInLabel:v.isEmbeddedInLabel,isReferenced:!1,recursion:!0}),j=we(P)?s(P).getPropertyValue("display"):"inline",U=j!=="inline"?" ":"";S+="".concat(U).concat(q).concat(U)}),we(y)&&i){var O=s(y,"::after"),g=Qi(O);S="".concat(S," ").concat(g)}return S.trim()}function p(y,v){var S=y.getAttributeNode(v);return S!==null&&!r.has(S)&&S.value.trim()!==""?(r.add(S),S.value):null}function m(y){return we(y)?p(y,"title"):null}function h(y){if(!we(y))return null;if(uE(y)){r.add(y);for(var v=tt(y.childNodes),S=0;S<v.length;S+=1){var E=v[S];if(cE(E))return b(E,{isEmbeddedInLabel:!1,isReferenced:!1,recursion:!1})}}else if(iE(y)){r.add(y);for(var C=tt(y.childNodes),T=0;T<C.length;T+=1){var O=C[T];if(Su(O))return b(O,{isEmbeddedInLabel:!1,isReferenced:!1,recursion:!1})}}else if(pE(y)){r.add(y);for(var g=tt(y.childNodes),P=0;P<g.length;P+=1){var q=g[P];if(mE(q))return q.textContent}return null}else if(ke(y)==="img"||ke(y)==="area"){var j=p(y,"alt");if(j!==null)return j}else if(oE(y)){var U=p(y,"label");if(U!==null)return U}if(bn(y)&&(y.type==="button"||y.type==="submit"||y.type==="reset")){var H=p(y,"value");if(H!==null)return H;if(y.type==="submit")return"Submit";if(y.type==="reset")return"Reset"}var V=PE(y);if(V!==null&&V.length!==0)return r.add(y),tt(V).map(function(ae){return b(ae,{isEmbeddedInLabel:!0,isReferenced:!1,recursion:!0})}).filter(function(ae){return ae.length>0}).join(" ");if(bn(y)&&y.type==="image"){var re=p(y,"alt");if(re!==null)return re;var J=p(y,"title");return J!==null?J:"Submit Query"}if(_t(y,["button"])){var ne=c(y,{isEmbeddedInLabel:!1,isReferenced:!1});if(ne!=="")return ne}return null}function b(y,v){if(r.has(y))return"";if(!d&&yE(y,s)&&!v.isReferenced)return r.add(y),"";var S=we(y)?y.getAttributeNode("aria-labelledby"):null,E=S!==null&&!r.has(S)?Sn(y,"aria-labelledby"):[];if(u==="name"&&!v.isReferenced&&E.length>0)return r.add(S),E.map(function(j){return b(j,{isEmbeddedInLabel:v.isEmbeddedInLabel,isReferenced:!0,recursion:!1})}).join(" ");var C=v.recursion&&bE(y)&&u==="name";if(!C){var T=(we(y)&&y.getAttribute("aria-label")||"").trim();if(T!==""&&u==="name")return r.add(y),T;if(!vE(y)){var O=h(y);if(O!==null)return r.add(y),O}}if(_t(y,["menu"]))return r.add(y),"";if(C||v.isEmbeddedInLabel||v.isReferenced){if(_t(y,["combobox","listbox"])){r.add(y);var g=gE(y);return g.length===0?bn(y)?y.value:"":tt(g).map(function(j){return b(j,{isEmbeddedInLabel:v.isEmbeddedInLabel,isReferenced:!1,recursion:!0})}).join(" ")}if(Cu(y,"range"))return r.add(y),y.hasAttribute("aria-valuetext")?y.getAttribute("aria-valuetext"):y.hasAttribute("aria-valuenow")?y.getAttribute("aria-valuenow"):y.getAttribute("value")||"";if(_t(y,["textbox"]))return r.add(y),SE(y)}if(EE(y)||we(y)&&v.isReferenced||_E(y)||wE()){var P=c(y,{isEmbeddedInLabel:v.isEmbeddedInLabel,isReferenced:!1});if(P!=="")return r.add(y),P}if(y.nodeType===y.TEXT_NODE)return r.add(y),y.textContent||"";if(v.recursion)return r.add(y),c(y,{isEmbeddedInLabel:v.isEmbeddedInLabel,isReferenced:!1});var q=m(y);return q!==null?(r.add(y),q):(r.add(y),"")}return hE(b(e,{isEmbeddedInLabel:!1,isReferenced:u==="description",recursion:!1}))}function Wr(e){"@babel/helpers - typeof";return Wr=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(t){return typeof t}:function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},Wr(e)}function Zi(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);t&&(o=o.filter(function(a){return Object.getOwnPropertyDescriptor(e,a).enumerable})),r.push.apply(r,o)}return r}function el(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?Zi(Object(r),!0).forEach(function(o){RE(e,o,r[o])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):Zi(Object(r)).forEach(function(o){Object.defineProperty(e,o,Object.getOwnPropertyDescriptor(r,o))})}return e}function RE(e,t,r){return t=TE(t),t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function TE(e){var t=AE(e,"string");return Wr(t)==="symbol"?t:String(t)}function AE(e,t){if(Wr(e)!=="object"||e===null)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var o=r.call(e,t||"default");if(Wr(o)!=="object")return o;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}function xE(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},r=Sn(e,"aria-describedby").map(function(u){return Ru(u,el(el({},t),{},{compute:"description"}))}).join(" ");if(r===""){var o=e.getAttribute("aria-description");r=o===null?"":o}if(r===""){var a=e.getAttribute("title");r=a===null?"":a}return r}function qE(e){return _t(e,["caption","code","deletion","emphasis","generic","insertion","none","paragraph","presentation","strong","subscript","superscript"])}function ME(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};return qE(e)?"":Ru(e,t)}var Ba=_e(Aa(),1),jE=_e(Hs(),1),Tu=_e(Vs(),1),IE=_e(zs(),1),NE=_e(Ws(),1),Au=class extends Error{constructor(e,t,r,o){super(),Error.captureStackTrace&&Error.captureStackTrace(this,r);let a="";try{a=o.utils.printWithType("Received",t,o.utils.printReceived)}catch{}this.message=[o.utils.matcherHint(`${o.isNot?".not":""}.${r.name}`,"received",""),"",`${o.utils.RECEIVED_COLOR("received")} value must ${e}.`,a].join(`
109
- `)}},tl=class extends Au{constructor(...e){super("be an HTMLElement or an SVGElement",...e)}},rl=class extends Au{constructor(...e){super("be a Node",...e)}};function xu(e,t,...r){if(!e||!e.ownerDocument||!e.ownerDocument.defaultView)throw new t(e,...r)}function $E(e,...t){xu(e,rl,...t);let r=e.ownerDocument.defaultView;if(!(e instanceof r.Node))throw new rl(e,...t)}function ge(e,...t){xu(e,tl,...t);let r=e.ownerDocument.defaultView;if(!(e instanceof r.HTMLElement)&&!(e instanceof r.SVGElement))throw new tl(e,...t)}var BE=class extends Error{constructor(e,t,r){super(),Error.captureStackTrace&&Error.captureStackTrace(this,t),this.message=[e.message,"",r.utils.RECEIVED_COLOR("Failing css:"),r.utils.RECEIVED_COLOR(`${e.css}`)].join(`
110
- `)}};function kE(e,...t){let r=F_(`selector { ${e} }`,{silent:!0}).stylesheet;if(r.parsingErrors&&r.parsingErrors.length>0){let{reason:o,line:a}=r.parsingErrors[0];throw new BE({css:e,message:`Syntax error parsing expected css: ${o} on line: ${a}`},...t)}return r.rules[0].declarations.filter(o=>o.type==="declaration").reduce((o,{property:a,value:u})=>Object.assign(o,{[a]:u}),{})}function nl(e,t){return typeof t=="string"?t:e.utils.stringify(t)}function Be(e,t,r,o,a,u){return[`${t}
111
- `,`${r}:
112
- ${e.utils.EXPECTED_COLOR((0,Ki.default)(nl(e,o),2))}`,`${a}:
113
- ${e.utils.RECEIVED_COLOR((0,Ki.default)(nl(e,u),2))}`].join(`
114
- `)}function DE(e,t){return t instanceof RegExp?t.test(e):e.includes(String(t))}function Xn(e,t){console.warn(`Warning: ${e} has been deprecated and will be removed in future updates.`,t)}function Qn(e){return e.replace(/\s+/g," ").trim()}function It(e){return e.tagName&&e.tagName.toLowerCase()}function LE({multiple:e,options:t}){let r=[...t].filter(o=>o.selected);if(e)return[...r].map(o=>o.value);if(r.length!==0)return r[0].value}function FE(e){switch(e.type){case"number":return e.value===""?null:Number(e.value);case"checkbox":return e.checked;default:return e.value}}function qu(e){if(e)switch(e.tagName.toLowerCase()){case"input":return FE(e);case"select":return LE(e);default:return e.value}}function Mu(e,t){if(Array.isArray(e)&&Array.isArray(t))return(0,B_.default)(new Set(e),new Set(t))}function UE(e,{wordConnector:t=", ",lastWordConnector:r=" and "}={}){return[e.slice(0,-1).join(t),e[e.length-1]].join(e.length>1?r:"")}function ko(e,t){return Xn("toBeInTheDOM","Please use toBeInTheDocument for searching the entire document and toContainElement for searching a specific container."),e&&ge(e,ko,this),t&&ge(t,ko,this),{pass:t?t.contains(e):!!e,message:()=>[this.utils.matcherHint(`${this.isNot?".not":""}.toBeInTheDOM`,"element",""),"","Received:",` ${this.utils.printReceived(e&&e.cloneNode(!1))}`].join(`
115
- `)}}function ju(e){(e!==null||!this.isNot)&&ge(e,ju,this);let t=e===null?!1:e.ownerDocument===e.getRootNode({composed:!0}),r=()=>`expected document not to contain element, found ${this.utils.stringify(e.cloneNode(!0))} instead`,o=()=>"element could not be found in the document";return{pass:t,message:()=>[this.utils.matcherHint(`${this.isNot?".not":""}.toBeInTheDocument`,"element",""),"",this.utils.RECEIVED_COLOR(this.isNot?r():o())].join(`
116
- `)}}function Iu(e){return Xn("toBeEmpty","Please use instead toBeEmptyDOMElement for finding empty nodes in the DOM."),ge(e,Iu,this),{pass:e.innerHTML==="",message:()=>[this.utils.matcherHint(`${this.isNot?".not":""}.toBeEmpty`,"element",""),"","Received:",` ${this.utils.printReceived(e.innerHTML)}`].join(`
117
- `)}}function Nu(e){return ge(e,Nu,this),{pass:HE(e),message:()=>[this.utils.matcherHint(`${this.isNot?".not":""}.toBeEmptyDOMElement`,"element",""),"","Received:",` ${this.utils.printReceived(e.innerHTML)}`].join(`
118
- `)}}function HE(e){return[...e.childNodes].filter(t=>t.nodeType!==8).length===0}function Do(e,t){return ge(e,Do,this),t!==null&&ge(t,Do,this),{pass:e.contains(t),message:()=>[this.utils.matcherHint(`${this.isNot?".not":""}.toContainElement`,"element","element"),"",this.utils.RECEIVED_COLOR(`${this.utils.stringify(e.cloneNode(!1))} ${this.isNot?"contains:":"does not contain:"} ${this.utils.stringify(t&&t.cloneNode(!1))}
119
- `)].join(`
120
- `)}}function VE(e,t){let r=e.ownerDocument.createElement("div");return r.innerHTML=t,r.innerHTML}function $u(e,t){if(ge(e,$u,this),typeof t!="string")throw new Error(`.toContainHTML() expects a string value, got ${t}`);return{pass:e.outerHTML.includes(VE(e,t)),message:()=>[this.utils.matcherHint(`${this.isNot?".not":""}.toContainHTML`,"element",""),"Expected:",` ${this.utils.EXPECTED_COLOR(t)}`,"Received:",` ${this.utils.printReceived(e.cloneNode(!0))}`].join(`
121
- `)}}function Bu(e,t,r={normalizeWhitespace:!0}){$E(e,Bu,this);let o=r.normalizeWhitespace?Qn(e.textContent):e.textContent.replace(/\u00a0/g," "),a=o!==""&&t==="";return{pass:!a&&DE(o,t),message:()=>{let u=this.isNot?"not to":"to";return Be(this,this.utils.matcherHint(`${this.isNot?".not":""}.toHaveTextContent`,"element",""),a?"Checking with empty string will always match, use .toBeEmptyDOMElement() instead":`Expected element ${u} have text content`,t,"Received",o)}}}function Lo(e,t){ge(e,Lo,this);let r=xE(e),o=arguments.length===1,a=!1;return o?a=r!=="":a=t instanceof RegExp?t.test(r):this.equals(r,t),{pass:a,message:()=>{let u=this.isNot?"not to":"to";return Be(this,this.utils.matcherHint(`${this.isNot?".not":""}.${Lo.name}`,"element",""),`Expected element ${u} have accessible description`,t,"Received",r)}}}var jr="aria-invalid",zE=["false"];function ku(e,t){ge(e,ku,this);let r=this.isNot?"not to":"to",o=this.isNot?".not.toHaveAccessibleErrorMessage":".toHaveAccessibleErrorMessage",a=e.getAttribute("aria-errormessage");if(a&&/\s+/.test(a))return{pass:!1,message:()=>Be(this,this.utils.matcherHint(o,"element"),"Expected element's `aria-errormessage` attribute to be empty or a single, valid ID","","Received",`aria-errormessage="${a}"`)};let u=e.getAttribute(jr);if(!e.hasAttribute(jr)||zE.includes(u))return{pass:!1,message:()=>Be(this,this.utils.matcherHint(o,"element"),"Expected element to be marked as invalid with attribute",`${jr}="${String(!0)}"`,"Received",e.hasAttribute("aria-invalid")?`${jr}="${e.getAttribute(jr)}`:null)};let n=Qn(e.ownerDocument.getElementById(a)?.textContent??"");return{pass:t===void 0?!!n:t instanceof RegExp?t.test(n):this.equals(n,t),message:()=>Be(this,this.utils.matcherHint(o,"element"),`Expected element ${r} have accessible error message`,t??"","Received",n)}}var WE=YE(Ba.elementRoles);function Fo(e,t){ge(e,Fo,this);let r=GE(e);return{pass:r.some(o=>o===t),message:()=>{let o=this.isNot?"not to":"to";return Be(this,this.utils.matcherHint(`${this.isNot?".not":""}.${Fo.name}`,"element",""),`Expected element ${o} have role`,t,"Received",r.join(", "))}}}function GE(e){return e.hasAttribute("role")?e.getAttribute("role").split(" ").filter(Boolean):KE(e)}function KE(e){for(let{match:t,roles:r}of WE)if(t(e))return[...r];return[]}function YE(e){function t({name:n,attributes:i}){return`${n}${i.map(({name:l,value:s,constraints:f=[]})=>f.indexOf("undefined")!==-1?`:not([${l}])`:s?`[${l}="${s}"]`:`[${l}]`).join("")}`}function r({attributes:n=[]}){return n.length}function o({specificity:n},{specificity:i}){return i-n}function a(n){let{attributes:i=[]}=n,l=i.findIndex(f=>f.value&&f.name==="type"&&f.value==="text");l>=0&&(i=[...i.slice(0,l),...i.slice(l+1)]);let s=t({...n,attributes:i});return f=>l>=0&&f.type!=="text"?!1:f.matches(s)}let u=[];for(let[n,i]of e.entries())u=[...u,{match:a(n),roles:Array.from(i),specificity:r(n)}];return u.sort(o)}function Uo(e,t){ge(e,Uo,this);let r=ME(e),o=arguments.length===1,a=!1;return o?a=r!=="":a=t instanceof RegExp?t.test(r):this.equals(r,t),{pass:a,message:()=>{let u=this.isNot?"not to":"to";return Be(this,this.utils.matcherHint(`${this.isNot?".not":""}.${Uo.name}`,"element",""),`Expected element ${u} have accessible name`,t,"Received",r)}}}function ol(e,t,r){return r===void 0?t:`${t}=${e(r)}`}function JE(e,t,r){return r===void 0?`element.hasAttribute(${e(t)})`:`element.getAttribute(${e(t)}) === ${e(r)}`}function Du(e,t,r){ge(e,Du,this);let o=r!==void 0,a=e.hasAttribute(t),u=e.getAttribute(t);return{pass:o?a&&this.equals(u,r):a,message:()=>{let n=this.isNot?"not to":"to",i=a?ol(this.utils.stringify,t,u):null,l=this.utils.matcherHint(`${this.isNot?".not":""}.toHaveAttribute`,"element",this.utils.printExpected(t),{secondArgument:o?this.utils.printExpected(r):void 0,comment:JE(this.utils.stringify,t,r)});return Be(this,l,`Expected the element ${n} have attribute`,ol(this.utils.stringify,t,r),"Received",i)}}}function XE(e){let t=e.pop(),r,o;return typeof t=="object"&&!(t instanceof RegExp)?(r=e,o=t):(r=e.concat(t),o={exact:!1}),{expectedClassNames:r,options:o}}function al(e){return e?e.split(/\s+/).filter(t=>t.length>0):[]}function il(e,t){return e.every(r=>typeof r=="string"?t.includes(r):t.some(o=>r.test(o)))}function Lu(e,...t){ge(e,Lu,this);let{expectedClassNames:r,options:o}=XE(t),a=al(e.getAttribute("class")),u=r.reduce((i,l)=>i.concat(typeof l=="string"||!l?al(l):l),[]),n=u.some(i=>i instanceof RegExp);if(o.exact&&n)throw new Error("Exact option does not support RegExp expected class names");return o.exact?{pass:il(u,a)&&u.length===a.length,message:()=>{let i=this.isNot?"not to":"to";return Be(this,this.utils.matcherHint(`${this.isNot?".not":""}.toHaveClass`,"element",this.utils.printExpected(u.join(" "))),`Expected the element ${i} have EXACTLY defined classes`,u.join(" "),"Received",a.join(" "))}}:u.length>0?{pass:il(u,a),message:()=>{let i=this.isNot?"not to":"to";return Be(this,this.utils.matcherHint(`${this.isNot?".not":""}.toHaveClass`,"element",this.utils.printExpected(u.join(" "))),`Expected the element ${i} have class`,u.join(" "),"Received",a.join(" "))}}:{pass:this.isNot?a.length>0:!1,message:()=>this.isNot?Be(this,this.utils.matcherHint(".not.toHaveClass","element",""),"Expected the element to have classes","(none)","Received",a.join(" ")):[this.utils.matcherHint(".toHaveClass","element"),"At least one expected class must be provided."].join(`
122
- `)}}function QE(e,t){let r={},o=e.createElement("div");return Object.keys(t).forEach(a=>{o.style[a]=t[a],r[a]=o.style[a]}),r}function ZE(e,t){return!!Object.keys(e).length&&Object.entries(e).every(([r,o])=>{let a=r.startsWith("--"),u=[r];return a||u.push(r.toLowerCase()),u.some(n=>t[n]===o||t.getPropertyValue(n)===o)})}function ll(e){return Object.keys(e).sort().map(t=>`${t}: ${e[t]};`).join(`
123
- `)}function ew(e,t,r){let o=Array.from(r).filter(a=>t[a]!==void 0).reduce((a,u)=>Object.assign(a,{[u]:r.getPropertyValue(u)}),{});return e(ll(t),ll(o)).replace(`${jE.default.red("+ Received")}
124
- `,"")}function Ho(e,t){ge(e,Ho,this);let r=typeof t=="object"?t:kE(t,Ho,this),{getComputedStyle:o}=e.ownerDocument.defaultView,a=QE(e.ownerDocument,r),u=o(e);return{pass:ZE(a,u),message:()=>{let n=`${this.isNot?".not":""}.toHaveStyle`;return[this.utils.matcherHint(n,"element",""),ew(this.utils.diff,a,u)].join(`
125
-
126
- `)}}}function Fu(e){return ge(e,Fu,this),{pass:e.ownerDocument.activeElement===e,message:()=>[this.utils.matcherHint(`${this.isNot?".not":""}.toHaveFocus`,"element",""),"",...this.isNot?["Received element is focused:",` ${this.utils.printReceived(e)}`]:["Expected element with focus:",` ${this.utils.printExpected(e)}`,"Received element with focus:",` ${this.utils.printReceived(e.ownerDocument.activeElement)}`]].join(`
127
- `)}}function tw(e){let t=(0,IE.default)(e.map(r=>r.type));if(t.length!==1)throw new Error("Multiple form elements with the same name must be of the same type");switch(t[0]){case"radio":{let r=e.find(o=>o.checked);return r?r.value:void 0}case"checkbox":return e.filter(r=>r.checked).map(r=>r.value);default:return e.map(r=>r.value)}}function rw(e,t){let r=[...e.querySelectorAll(`[name="${(0,NE.default)(t)}"]`)];if(r.length!==0)switch(r.length){case 1:return qu(r[0]);default:return tw(r)}}function nw(e){return/\[\]$/.test(e)?e.slice(0,-2):e}function ow(e){return Array.from(e.elements).map(t=>t.name).reduce((t,r)=>({...t,[nw(r)]:rw(e,r)}),{})}function Uu(e,t){if(ge(e,Uu,this),!e.elements)throw new Error("toHaveFormValues must be called on a form or a fieldset");let r=ow(e);return{pass:Object.entries(t).every(([o,a])=>(0,Tu.default)(r[o],a,Mu)),message:()=>{let o=this.isNot?"not to":"to",a=`${this.isNot?".not":""}.toHaveFormValues`,u=Object.keys(r).filter(n=>t.hasOwnProperty(n)).reduce((n,i)=>({...n,[i]:r[i]}),{});return[this.utils.matcherHint(a,"element",""),`Expected the element ${o} have form values`,this.utils.diff(t,u)].join(`
128
-
129
- `)}}}function aw(e){let{getComputedStyle:t}=e.ownerDocument.defaultView,{display:r,visibility:o,opacity:a}=t(e);return r!=="none"&&o!=="hidden"&&o!=="collapse"&&a!=="0"&&a!==0}function iw(e,t){let r;return t?r=e.nodeName==="DETAILS"&&t.nodeName!=="SUMMARY"?e.hasAttribute("open"):!0:r=e.nodeName==="DETAILS"?e.hasAttribute("open"):!0,!e.hasAttribute("hidden")&&r}function Hu(e,t){return aw(e)&&iw(e,t)&&(!e.parentElement||Hu(e.parentElement,e))}function Vu(e){ge(e,Vu,this);let t=e.ownerDocument===e.getRootNode({composed:!0}),r=t&&Hu(e);return{pass:r,message:()=>{let o=r?"is":"is not";return[this.utils.matcherHint(`${this.isNot?".not":""}.toBeVisible`,"element",""),"",`Received element ${o} visible${t?"":" (element is not in the document)"}:`,` ${this.utils.printReceived(e.cloneNode(!1))}`].join(`
130
- `)}}}var lw=["fieldset","input","select","optgroup","option","button","textarea"];function sw(e,t){return It(e)==="legend"&&It(t)==="fieldset"&&e.isSameNode(Array.from(t.children).find(r=>It(r)==="legend"))}function uw(e,t){return Wu(t)&&!sw(e,t)}function cw(e){return e.includes("-")}function zu(e){let t=It(e);return lw.includes(t)||cw(t)}function Wu(e){return zu(e)&&e.hasAttribute("disabled")}function Gu(e){let t=e.parentElement;return!!t&&(uw(e,t)||Gu(t))}function Ku(e){return zu(e)&&(Wu(e)||Gu(e))}function Yu(e){ge(e,Yu,this);let t=Ku(e);return{pass:t,message:()=>{let r=t?"is":"is not";return[this.utils.matcherHint(`${this.isNot?".not":""}.toBeDisabled`,"element",""),"",`Received element ${r} disabled:`,` ${this.utils.printReceived(e.cloneNode(!1))}`].join(`
131
- `)}}}function Ju(e){ge(e,Ju,this);let t=!Ku(e);return{pass:t,message:()=>{let r=t?"is":"is not";return[this.utils.matcherHint(`${this.isNot?".not":""}.toBeEnabled`,"element",""),"",`Received element ${r} enabled:`,` ${this.utils.printReceived(e.cloneNode(!1))}`].join(`
132
- `)}}}var dw=["select","textarea"],fw=["input","select","textarea"],pw=["color","hidden","range","submit","image","reset"],mw=["combobox","gridcell","radiogroup","spinbutton","tree"];function hw(e){return dw.includes(It(e))&&e.hasAttribute("required")}function yw(e){return It(e)==="input"&&e.hasAttribute("required")&&(e.hasAttribute("type")&&!pw.includes(e.getAttribute("type"))||!e.hasAttribute("type"))}function bw(e){return e.hasAttribute("aria-required")&&e.getAttribute("aria-required")==="true"&&(fw.includes(It(e))||e.hasAttribute("role")&&mw.includes(e.getAttribute("role")))}function Xu(e){ge(e,Xu,this);let t=hw(e)||yw(e)||bw(e);return{pass:t,message:()=>{let r=t?"is":"is not";return[this.utils.matcherHint(`${this.isNot?".not":""}.toBeRequired`,"element",""),"",`Received element ${r} required:`,` ${this.utils.printReceived(e.cloneNode(!1))}`].join(`
133
- `)}}}var gw=["form","input","select","textarea"];function vw(e){return e.hasAttribute("aria-invalid")&&e.getAttribute("aria-invalid")!=="false"}function _w(e){return gw.includes(It(e))}function Qu(e){let t=vw(e);return _w(e)?t||!e.checkValidity():t}function Zu(e){ge(e,Zu,this);let t=Qu(e);return{pass:t,message:()=>{let r=t?"is":"is not";return[this.utils.matcherHint(`${this.isNot?".not":""}.toBeInvalid`,"element",""),"",`Received element ${r} currently invalid:`,` ${this.utils.printReceived(e.cloneNode(!1))}`].join(`
134
- `)}}}function ec(e){ge(e,ec,this);let t=!Qu(e);return{pass:t,message:()=>{let r=t?"is":"is not";return[this.utils.matcherHint(`${this.isNot?".not":""}.toBeValid`,"element",""),"",`Received element ${r} currently valid:`,` ${this.utils.printReceived(e.cloneNode(!1))}`].join(`
135
- `)}}}function tc(e,t){if(ge(e,tc,this),e.tagName.toLowerCase()==="input"&&["checkbox","radio"].includes(e.type))throw new Error("input with type=checkbox or type=radio cannot be used with .toHaveValue(). Use .toBeChecked() for type=checkbox or .toHaveFormValues() instead");let r=qu(e),o=t!==void 0,a=t,u=r;return t==r&&t!==r&&(a=`${t} (${typeof t})`,u=`${r} (${typeof r})`),{pass:o?(0,Tu.default)(r,t,Mu):!!r,message:()=>{let n=this.isNot?"not to":"to",i=this.utils.matcherHint(`${this.isNot?".not":""}.toHaveValue`,"element",t);return Be(this,i,`Expected the element ${n} have value`,o?a:"(any)","Received",u)}}}function rc(e,t){ge(e,rc,this);let r=e.tagName.toLowerCase();if(!["select","input","textarea"].includes(r))throw new Error(".toHaveDisplayValue() currently supports only input, textarea or select elements, try with another matcher instead.");if(r==="input"&&["radio","checkbox"].includes(e.type))throw new Error(`.toHaveDisplayValue() currently does not support input[type="${e.type}"], try with another matcher instead.`);let o=Ew(r,e),a=ww(t),u=a.filter(l=>o.some(s=>l instanceof RegExp?l.test(s):this.equals(s,String(l)))).length,n=u===o.length,i=u===a.length;return{pass:n&&i,message:()=>Be(this,this.utils.matcherHint(`${this.isNot?".not":""}.toHaveDisplayValue`,"element",""),`Expected element ${this.isNot?"not ":""}to have display value`,t,"Received",o)}}function Ew(e,t){return e==="select"?Array.from(t).filter(r=>r.selected).map(r=>r.textContent):[t.value]}function ww(e){return e instanceof Array?e:[e]}function nc(e){ge(e,nc,this);let t=()=>e.tagName.toLowerCase()==="input"&&["checkbox","radio"].includes(e.type),r=()=>oc(e.getAttribute("role"))&&["true","false"].includes(e.getAttribute("aria-checked"));if(!t()&&!r())return{pass:!1,message:()=>`only inputs with type="checkbox" or type="radio" or elements with ${Sw()} and a valid aria-checked attribute can be used with .toBeChecked(). Use .toHaveValue() instead`};let o=()=>t()?e.checked:e.getAttribute("aria-checked")==="true";return{pass:o(),message:()=>{let a=o()?"is":"is not";return[this.utils.matcherHint(`${this.isNot?".not":""}.toBeChecked`,"element",""),"",`Received element ${a} checked:`,` ${this.utils.printReceived(e.cloneNode(!1))}`].join(`
136
- `)}}}function Sw(){return UE(Cw().map(e=>`role="${e}"`),{lastWordConnector:" or "})}function Cw(){return Ba.roles.keys().filter(oc)}function oc(e){return Ba.roles.get(e)?.props["aria-checked"]!==void 0}function ac(e){ge(e,ac,this);let t=()=>e.tagName.toLowerCase()==="input"&&e.type==="checkbox",r=()=>e.getAttribute("role")==="checkbox";if(!t()&&!r())return{pass:!1,message:()=>'only inputs with type="checkbox" or elements with role="checkbox" and a valid aria-checked attribute can be used with .toBePartiallyChecked(). Use .toHaveValue() instead'};let o=()=>{let a=e.getAttribute("aria-checked")==="mixed";return t()&&e.indeterminate||a};return{pass:o(),message:()=>{let a=o()?"is":"is not";return[this.utils.matcherHint(`${this.isNot?".not":""}.toBePartiallyChecked`,"element",""),"",`Received element ${a} partially checked:`,` ${this.utils.printReceived(e.cloneNode(!1))}`].join(`
137
- `)}}}function ic(e,t){Xn("toHaveDescription","Please use toHaveAccessibleDescription."),ge(e,ic,this);let r=t!==void 0,o=(e.getAttribute("aria-describedby")||"").split(/\s+/).filter(Boolean),a="";if(o.length>0){let u=e.ownerDocument,n=o.map(i=>u.getElementById(i)).filter(Boolean);a=Qn(n.map(i=>i.textContent).join(" "))}return{pass:r?t instanceof RegExp?t.test(a):this.equals(a,t):!!a,message:()=>{let u=this.isNot?"not to":"to";return Be(this,this.utils.matcherHint(`${this.isNot?".not":""}.toHaveDescription`,"element",""),`Expected the element ${u} have description`,this.utils.printExpected(t),"Received",this.utils.printReceived(a))}}}function lc(e,t){if(Xn("toHaveErrorMessage","Please use toHaveAccessibleErrorMessage."),ge(e,lc,this),!e.hasAttribute("aria-invalid")||e.getAttribute("aria-invalid")==="false"){let u=this.isNot?".not":"";return{pass:!1,message:()=>Be(this,this.utils.matcherHint(`${u}.toHaveErrorMessage`,"element",""),"Expected the element to have invalid state indicated by",'aria-invalid="true"',"Received",e.hasAttribute("aria-invalid")?`aria-invalid="${e.getAttribute("aria-invalid")}"`:this.utils.printReceived(""))}}let r=t!==void 0,o=(e.getAttribute("aria-errormessage")||"").split(/\s+/).filter(Boolean),a="";if(o.length>0){let u=e.ownerDocument,n=o.map(i=>u.getElementById(i)).filter(Boolean);a=Qn(n.map(i=>i.textContent).join(" "))}return{pass:r?t instanceof RegExp?t.test(a):this.equals(a,t):!!a,message:()=>{let u=this.isNot?"not to":"to";return Be(this,this.utils.matcherHint(`${this.isNot?".not":""}.toHaveErrorMessage`,"element",""),`Expected the element ${u} have error message`,this.utils.printExpected(t),"Received",this.utils.printReceived(a))}}}_e(cs(),1);_e(Ps(),1);_e(Aa(),1);_e(Hs(),1);_e(Vs(),1);_e(zs(),1);_e(Ws(),1);function Pw(){so($_),so(j_),so(M_);let e=(o,a)=>{let{assertionCalls:u}=Vr(e);return co({assertionCalls:u+1,soft:!1},e),lo(o,a)};Object.assign(e,lo),e.getState=()=>Vr(e),e.setState=o=>co(o,e),e.extend=o=>lo.extend(e,o),e.soft=(...o)=>{let a=e(...o);return e.setState({soft:!0}),a},e.unreachable=o=>{Ov.fail(`expected${o?` "${o}" `:" "}not to be reached`)};function t(o){let a=()=>new Error(`expected number of assertions to be ${o}, but got ${e.getState().assertionCalls}`);"captureStackTrace"in Error&&typeof Error.captureStackTrace=="function"&&Error.captureStackTrace(a(),t),e.setState({expectedAssertionsNumber:o,expectedAssertionsNumberErrorGen:a})}function r(){let o=new Error("expected any number of assertion, but got none");"captureStackTrace"in Error&&typeof Error.captureStackTrace=="function"&&Error.captureStackTrace(o,r),e.setState({isExpectingAssertions:!0,isExpectingAssertionsError:o})}return co({assertionCalls:0,isExpectingAssertions:!1,isExpectingAssertionsError:null,expectedAssertionsNumber:null,expectedAssertionsNumberErrorGen:null},e),wn.addMethod(e,"assertions",t),wn.addMethod(e,"hasAssertions",r),e.extend(hu),e}var sc=Pw();Object.defineProperty(globalThis,Yn,{value:sc,writable:!0,configurable:!0});function Ow(){Kn.forEach(e=>e.mockClear())}function Rw(){Kn.forEach(e=>e.mockReset())}function Tw(){Kn.forEach(e=>e.mockRestore())}var uc={};pa(uc,{buildQueries:()=>Rt,configure:()=>D0,createEvent:()=>vn,findAllByAltText:()=>fd,findAllByDisplayValue:()=>id,findAllByLabelText:()=>Dc,findAllByPlaceholderText:()=>Kc,findAllByRole:()=>Pd,findAllByTestId:()=>qd,findAllByText:()=>ed,findAllByTitle:()=>gd,findByAltText:()=>pd,findByDisplayValue:()=>ld,findByLabelText:()=>Lc,findByPlaceholderText:()=>Yc,findByRole:()=>Od,findByTestId:()=>Md,findByText:()=>td,findByTitle:()=>vd,fireEvent:()=>Xr,getAllByAltText:()=>cd,getAllByDisplayValue:()=>od,getAllByLabelText:()=>Fc,getAllByPlaceholderText:()=>Wc,getAllByRole:()=>Sd,getAllByTestId:()=>Ad,getAllByText:()=>Qc,getAllByTitle:()=>yd,getByAltText:()=>dd,getByDisplayValue:()=>ad,getByLabelText:()=>Uc,getByPlaceholderText:()=>Gc,getByRole:()=>Cd,getByTestId:()=>xd,getByText:()=>Zc,getByTitle:()=>bd,getConfig:()=>ye,getDefaultNormalizer:()=>Ha,getElementError:()=>eo,getMultipleElementsFoundError:()=>to,getNodeText:()=>on,getQueriesForElement:()=>Zo,getRoles:()=>Mc,getSuggestedQuery:()=>Pn,isInaccessible:()=>Zn,logDOM:()=>Vo,logRoles:()=>V0,makeFindQuery:()=>br,makeGetAllQuery:()=>Wa,makeSingleQuery:()=>yr,prettyDOM:()=>Yr,prettyFormat:()=>ka,queries:()=>On,queryAllByAltText:()=>sd,queryAllByAttribute:()=>er,queryAllByDisplayValue:()=>rd,queryAllByLabelText:()=>Hc,queryAllByPlaceholderText:()=>Vc,queryAllByRole:()=>Ed,queryAllByTestId:()=>Rd,queryAllByText:()=>Jc,queryAllByTitle:()=>md,queryByAltText:()=>ud,queryByAttribute:()=>Ic,queryByDisplayValue:()=>nd,queryByLabelText:()=>Bc,queryByPlaceholderText:()=>zc,queryByRole:()=>wd,queryByTestId:()=>Td,queryByText:()=>Xc,queryByTitle:()=>hd,queryHelpers:()=>o1,screen:()=>M1,waitFor:()=>za,waitForElementToBeRemoved:()=>P1,within:()=>Zo,wrapAllByQueryWithSuggestion:()=>ze,wrapSingleQueryWithSuggestion:()=>Nt});var ka=_e(Cv()),Aw=Object.prototype.toString;function sl(e){return typeof e=="function"||Aw.call(e)==="[object Function]"}function xw(e){var t=Number(e);return isNaN(t)?0:t===0||!isFinite(t)?t:(t>0?1:-1)*Math.floor(Math.abs(t))}var qw=Math.pow(2,53)-1;function Mw(e){var t=xw(e);return Math.min(Math.max(t,0),qw)}function rt(e,t){var r=Array,o=Object(e);if(e==null)throw new TypeError("Array.from requires an array-like object - not null or undefined");if(typeof t<"u"&&!sl(t))throw new TypeError("Array.from: when provided, the second argument must be a function");for(var a=Mw(o.length),u=sl(r)?Object(new r(a)):new Array(a),n=0,i;n<a;)i=o[n],t?u[n]=t(i,n):u[n]=i,n+=1;return u.length=a,u}function Gr(e){"@babel/helpers - typeof";return Gr=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(t){return typeof t}:function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},Gr(e)}function jw(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function ul(e,t){for(var r=0;r<t.length;r++){var o=t[r];o.enumerable=o.enumerable||!1,o.configurable=!0,"value"in o&&(o.writable=!0),Object.defineProperty(e,cc(o.key),o)}}function Iw(e,t,r){return t&&ul(e.prototype,t),r&&ul(e,r),Object.defineProperty(e,"prototype",{writable:!1}),e}function Nw(e,t,r){return t=cc(t),t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function cc(e){var t=$w(e,"string");return Gr(t)==="symbol"?t:String(t)}function $w(e,t){if(Gr(e)!=="object"||e===null)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var o=r.call(e,t||"default");if(Gr(o)!=="object")return o;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}var Bw=function(){function e(){var t=arguments.length>0&&arguments[0]!==void 0?arguments[0]:[];jw(this,e),Nw(this,"items",void 0),this.items=t}return Iw(e,[{key:"add",value:function(t){return this.has(t)===!1&&this.items.push(t),this}},{key:"clear",value:function(){this.items=[]}},{key:"delete",value:function(t){var r=this.items.length;return this.items=this.items.filter(function(o){return o!==t}),r!==this.items.length}},{key:"forEach",value:function(t){var r=this;this.items.forEach(function(o){t(o,o,r)})}},{key:"has",value:function(t){return this.items.indexOf(t)!==-1}},{key:"size",get:function(){return this.items.length}}]),e}(),kw=typeof Set>"u"?Set:Bw;function De(e){var t;return(t=e.localName)!==null&&t!==void 0?t:e.tagName.toLowerCase()}var Dw={article:"article",aside:"complementary",button:"button",datalist:"listbox",dd:"definition",details:"group",dialog:"dialog",dt:"term",fieldset:"group",figure:"figure",form:"form",footer:"contentinfo",h1:"heading",h2:"heading",h3:"heading",h4:"heading",h5:"heading",h6:"heading",header:"banner",hr:"separator",html:"document",legend:"legend",li:"listitem",math:"math",main:"main",menu:"list",nav:"navigation",ol:"list",optgroup:"group",option:"option",output:"status",progress:"progressbar",section:"region",summary:"button",table:"table",tbody:"rowgroup",textarea:"textbox",tfoot:"rowgroup",td:"cell",th:"columnheader",thead:"rowgroup",tr:"row",ul:"list"},Lw={caption:new Set(["aria-label","aria-labelledby"]),code:new Set(["aria-label","aria-labelledby"]),deletion:new Set(["aria-label","aria-labelledby"]),emphasis:new Set(["aria-label","aria-labelledby"]),generic:new Set(["aria-label","aria-labelledby","aria-roledescription"]),insertion:new Set(["aria-label","aria-labelledby"]),paragraph:new Set(["aria-label","aria-labelledby"]),presentation:new Set(["aria-label","aria-labelledby"]),strong:new Set(["aria-label","aria-labelledby"]),subscript:new Set(["aria-label","aria-labelledby"]),superscript:new Set(["aria-label","aria-labelledby"])};function Fw(e,t){return["aria-atomic","aria-busy","aria-controls","aria-current","aria-describedby","aria-details","aria-dropeffect","aria-flowto","aria-grabbed","aria-hidden","aria-keyshortcuts","aria-label","aria-labelledby","aria-live","aria-owns","aria-relevant","aria-roledescription"].some(function(r){var o;return e.hasAttribute(r)&&!((o=Lw[t])!==null&&o!==void 0&&o.has(r))})}function dc(e,t){return Fw(e,t)}function Uw(e){var t=Vw(e);if(t===null||t==="presentation"){var r=Hw(e);if(t!=="presentation"||dc(e,r||""))return r}return t}function Hw(e){var t=Dw[De(e)];if(t!==void 0)return t;switch(De(e)){case"a":case"area":case"link":if(e.hasAttribute("href"))return"link";break;case"img":return e.getAttribute("alt")===""&&!dc(e,"img")?"presentation":"img";case"input":{var r=e,o=r.type;switch(o){case"button":case"image":case"reset":case"submit":return"button";case"checkbox":case"radio":return o;case"range":return"slider";case"email":case"tel":case"text":case"url":return e.hasAttribute("list")?"combobox":"textbox";case"search":return e.hasAttribute("list")?"combobox":"searchbox";case"number":return"spinbutton";default:return null}}case"select":return e.hasAttribute("multiple")||e.size>1?"listbox":"combobox"}return null}function Vw(e){var t=e.getAttribute("role");if(t!==null){var r=t.trim().split(" ")[0];if(r.length>0)return r}return null}function Se(e){return e!==null&&e.nodeType===e.ELEMENT_NODE}function fc(e){return Se(e)&&De(e)==="caption"}function gn(e){return Se(e)&&De(e)==="input"}function zw(e){return Se(e)&&De(e)==="optgroup"}function Ww(e){return Se(e)&&De(e)==="select"}function Gw(e){return Se(e)&&De(e)==="table"}function Kw(e){return Se(e)&&De(e)==="textarea"}function Yw(e){var t=e.ownerDocument===null?e:e.ownerDocument,r=t.defaultView;if(r===null)throw new TypeError("no window available");return r}function Jw(e){return Se(e)&&De(e)==="fieldset"}function Xw(e){return Se(e)&&De(e)==="legend"}function Qw(e){return Se(e)&&De(e)==="slot"}function Zw(e){return Se(e)&&e.ownerSVGElement!==void 0}function e0(e){return Se(e)&&De(e)==="svg"}function t0(e){return Zw(e)&&De(e)==="title"}function Cn(e,t){if(Se(e)&&e.hasAttribute(t)){var r=e.getAttribute(t).split(" "),o=e.getRootNode?e.getRootNode():e.ownerDocument;return r.map(function(a){return o.getElementById(a)}).filter(function(a){return a!==null})}return[]}function Et(e,t){return Se(e)?t.indexOf(Uw(e))!==-1:!1}function r0(e){return e.trim().replace(/\s\s+/g," ")}function n0(e,t){if(!Se(e))return!1;if(e.hasAttribute("hidden")||e.getAttribute("aria-hidden")==="true")return!0;var r=t(e);return r.getPropertyValue("display")==="none"||r.getPropertyValue("visibility")==="hidden"}function o0(e){return Et(e,["button","combobox","listbox","textbox"])||pc(e,"range")}function pc(e,t){if(!Se(e))return!1;switch(t){case"range":return Et(e,["meter","progressbar","scrollbar","slider","spinbutton"]);default:throw new TypeError("No knowledge about abstract role '".concat(t,"'. This is likely a bug :("))}}function cl(e,t){var r=rt(e.querySelectorAll(t));return Cn(e,"aria-owns").forEach(function(o){r.push.apply(r,rt(o.querySelectorAll(t)))}),r}function a0(e){return Ww(e)?e.selectedOptions||cl(e,"[selected]"):cl(e,'[aria-selected="true"]')}function i0(e){return Et(e,["none","presentation"])}function l0(e){return fc(e)}function s0(e){return Et(e,["button","cell","checkbox","columnheader","gridcell","heading","label","legend","link","menuitem","menuitemcheckbox","menuitemradio","option","radio","row","rowheader","switch","tab","tooltip","treeitem"])}function u0(e){return!1}function c0(e){return gn(e)||Kw(e)?e.value:e.textContent||""}function dl(e){var t=e.getPropertyValue("content");return/^["'].*["']$/.test(t)?t.slice(1,-1):""}function mc(e){var t=De(e);return t==="button"||t==="input"&&e.getAttribute("type")!=="hidden"||t==="meter"||t==="output"||t==="progress"||t==="select"||t==="textarea"}function hc(e){if(mc(e))return e;var t=null;return e.childNodes.forEach(function(r){if(t===null&&Se(r)){var o=hc(r);o!==null&&(t=o)}}),t}function d0(e){if(e.control!==void 0)return e.control;var t=e.getAttribute("for");return t!==null?e.ownerDocument.getElementById(t):hc(e)}function f0(e){var t=e.labels;if(t===null)return t;if(t!==void 0)return rt(t);if(!mc(e))return null;var r=e.ownerDocument;return rt(r.querySelectorAll("label")).filter(function(o){return d0(o)===e})}function p0(e){var t=e.assignedNodes();return t.length===0?rt(e.childNodes):t}function yc(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},r=new kw,o=Yw(e),a=t.compute,u=a===void 0?"name":a,n=t.computedStyleSupportsPseudoElements,i=n===void 0?t.getComputedStyle!==void 0:n,l=t.getComputedStyle,s=l===void 0?o.getComputedStyle.bind(o):l,f=t.hidden,d=f===void 0?!1:f;function c(y,v){var S="";if(Se(y)&&i){var E=s(y,"::before"),C=dl(E);S="".concat(C," ").concat(S)}var T=Qw(y)?p0(y):rt(y.childNodes).concat(Cn(y,"aria-owns"));if(T.forEach(function(P){var q=b(P,{isEmbeddedInLabel:v.isEmbeddedInLabel,isReferenced:!1,recursion:!0}),j=Se(P)?s(P).getPropertyValue("display"):"inline",U=j!=="inline"?" ":"";S+="".concat(U).concat(q).concat(U)}),Se(y)&&i){var O=s(y,"::after"),g=dl(O);S="".concat(S," ").concat(g)}return S.trim()}function p(y,v){var S=y.getAttributeNode(v);return S!==null&&!r.has(S)&&S.value.trim()!==""?(r.add(S),S.value):null}function m(y){return Se(y)?p(y,"title"):null}function h(y){if(!Se(y))return null;if(Jw(y)){r.add(y);for(var v=rt(y.childNodes),S=0;S<v.length;S+=1){var E=v[S];if(Xw(E))return b(E,{isEmbeddedInLabel:!1,isReferenced:!1,recursion:!1})}}else if(Gw(y)){r.add(y);for(var C=rt(y.childNodes),T=0;T<C.length;T+=1){var O=C[T];if(fc(O))return b(O,{isEmbeddedInLabel:!1,isReferenced:!1,recursion:!1})}}else if(e0(y)){r.add(y);for(var g=rt(y.childNodes),P=0;P<g.length;P+=1){var q=g[P];if(t0(q))return q.textContent}return null}else if(De(y)==="img"||De(y)==="area"){var j=p(y,"alt");if(j!==null)return j}else if(zw(y)){var U=p(y,"label");if(U!==null)return U}if(gn(y)&&(y.type==="button"||y.type==="submit"||y.type==="reset")){var H=p(y,"value");if(H!==null)return H;if(y.type==="submit")return"Submit";if(y.type==="reset")return"Reset"}var V=f0(y);if(V!==null&&V.length!==0)return r.add(y),rt(V).map(function(ae){return b(ae,{isEmbeddedInLabel:!0,isReferenced:!1,recursion:!0})}).filter(function(ae){return ae.length>0}).join(" ");if(gn(y)&&y.type==="image"){var re=p(y,"alt");if(re!==null)return re;var J=p(y,"title");return J!==null?J:"Submit Query"}if(Et(y,["button"])){var ne=c(y,{isEmbeddedInLabel:!1,isReferenced:!1});if(ne!=="")return ne}return null}function b(y,v){if(r.has(y))return"";if(!d&&n0(y,s)&&!v.isReferenced)return r.add(y),"";var S=Se(y)?y.getAttributeNode("aria-labelledby"):null,E=S!==null&&!r.has(S)?Cn(y,"aria-labelledby"):[];if(u==="name"&&!v.isReferenced&&E.length>0)return r.add(S),E.map(function(j){return b(j,{isEmbeddedInLabel:v.isEmbeddedInLabel,isReferenced:!0,recursion:!1})}).join(" ");var C=v.recursion&&o0(y)&&u==="name";if(!C){var T=(Se(y)&&y.getAttribute("aria-label")||"").trim();if(T!==""&&u==="name")return r.add(y),T;if(!i0(y)){var O=h(y);if(O!==null)return r.add(y),O}}if(Et(y,["menu"]))return r.add(y),"";if(C||v.isEmbeddedInLabel||v.isReferenced){if(Et(y,["combobox","listbox"])){r.add(y);var g=a0(y);return g.length===0?gn(y)?y.value:"":rt(g).map(function(j){return b(j,{isEmbeddedInLabel:v.isEmbeddedInLabel,isReferenced:!1,recursion:!0})}).join(" ")}if(pc(y,"range"))return r.add(y),y.hasAttribute("aria-valuetext")?y.getAttribute("aria-valuetext"):y.hasAttribute("aria-valuenow")?y.getAttribute("aria-valuenow"):y.getAttribute("value")||"";if(Et(y,["textbox"]))return r.add(y),c0(y)}if(s0(y)||Se(y)&&v.isReferenced||l0(y)||u0()){var P=c(y,{isEmbeddedInLabel:v.isEmbeddedInLabel,isReferenced:!1});if(P!=="")return r.add(y),P}if(y.nodeType===y.TEXT_NODE)return r.add(y),y.textContent||"";if(v.recursion)return r.add(y),c(y,{isEmbeddedInLabel:v.isEmbeddedInLabel,isReferenced:!1});var q=m(y);return q!==null?(r.add(y),q):(r.add(y),"")}return r0(b(e,{isEmbeddedInLabel:!1,isReferenced:u==="description",recursion:!1}))}function Kr(e){"@babel/helpers - typeof";return Kr=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(t){return typeof t}:function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},Kr(e)}function fl(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);t&&(o=o.filter(function(a){return Object.getOwnPropertyDescriptor(e,a).enumerable})),r.push.apply(r,o)}return r}function pl(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?fl(Object(r),!0).forEach(function(o){m0(e,o,r[o])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):fl(Object(r)).forEach(function(o){Object.defineProperty(e,o,Object.getOwnPropertyDescriptor(r,o))})}return e}function m0(e,t,r){return t=h0(t),t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function h0(e){var t=y0(e,"string");return Kr(t)==="symbol"?t:String(t)}function y0(e,t){if(Kr(e)!=="object"||e===null)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var o=r.call(e,t||"default");if(Kr(o)!=="object")return o;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}function bc(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},r=Cn(e,"aria-describedby").map(function(a){return yc(a,pl(pl({},t),{},{compute:"description"}))}).join(" ");if(r===""){var o=e.getAttribute("title");r=o===null?"":o}return r}function b0(e){return Et(e,["caption","code","deletion","emphasis","generic","insertion","paragraph","presentation","strong","subscript","superscript"])}function Da(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};return b0(e)?"":yc(e,t)}var Je=_e(Aa()),g0=_e(Pv());function gc(e){return e.replace(/</g,"&lt;").replace(/>/g,"&gt;")}var v0=(e,t,r,o,a,u,n)=>{let i=o+r.indent,l=r.colors;return e.map(s=>{let f=t[s],d=n(f,r,i,a,u);return typeof f!="string"&&(d.indexOf(`
138
- `)!==-1&&(d=r.spacingOuter+i+d+r.spacingOuter+o),d="{"+d+"}"),r.spacingInner+o+l.prop.open+s+l.prop.close+"="+l.value.open+d+l.value.close}).join("")},_0=3,E0=(e,t,r,o,a,u)=>e.map(n=>{let i=typeof n=="string"?vc(n,t):u(n,t,r,o,a);return i===""&&typeof n=="object"&&n!==null&&n.nodeType!==_0?"":t.spacingOuter+r+i}).join(""),vc=(e,t)=>{let r=t.colors.content;return r.open+gc(e)+r.close},w0=(e,t)=>{let r=t.colors.comment;return r.open+"<!--"+gc(e)+"-->"+r.close},S0=(e,t,r,o,a)=>{let u=o.colors.tag;return u.open+"<"+e+(t&&u.close+t+o.spacingOuter+a+u.open)+(r?">"+u.close+r+o.spacingOuter+a+u.open+"</"+e:(t&&!o.min?"":" ")+"/")+">"+u.close},C0=(e,t)=>{let r=t.colors.tag;return r.open+"<"+e+r.close+" …"+r.open+" />"+r.close},P0=1,_c=3,Ec=8,wc=11,O0=/^((HTML|SVG)\w*)?Element$/,R0=e=>{let t=e.constructor.name,{nodeType:r,tagName:o}=e,a=typeof o=="string"&&o.includes("-")||typeof e.hasAttribute=="function"&&e.hasAttribute("is");return r===P0&&(O0.test(t)||a)||r===_c&&t==="Text"||r===Ec&&t==="Comment"||r===wc&&t==="DocumentFragment"};function T0(e){return e.nodeType===_c}function A0(e){return e.nodeType===Ec}function po(e){return e.nodeType===wc}function x0(e){return{test:t=>{var r;return(t==null||(r=t.constructor)==null?void 0:r.name)&&R0(t)},serialize:(t,r,o,a,u,n)=>{if(T0(t))return vc(t.data,r);if(A0(t))return w0(t.data,r);let i=po(t)?"DocumentFragment":t.tagName.toLowerCase();return++a>r.maxDepth?C0(i,r):S0(i,v0(po(t)?[]:Array.from(t.attributes).map(l=>l.name).sort(),po(t)?{}:Array.from(t.attributes).reduce((l,s)=>(l[s.name]=s.value,l),{}),r,o+r.indent,a,u,n),E0(Array.prototype.slice.call(t.childNodes||t.children).filter(e),r,o+r.indent,a,u,n),r,o)}}}var Sc=null,La=null,Fa=null;try{let e=module&&module.require;La=e.call(module,"fs").readFileSync,Fa=e.call(module,"@babel/code-frame").codeFrameColumns,Sc=e.call(module,"chalk")}catch{}function q0(e){let t=e.indexOf("(")+1,r=e.indexOf(")"),o=e.slice(t,r),a=o.split(":"),[u,n,i]=[a[0],parseInt(a[1],10),parseInt(a[2],10)],l="";try{l=La(u,"utf-8")}catch{return""}let s=Fa(l,{start:{line:n,column:i}},{highlightCode:!0,linesBelow:0});return Sc.dim(o)+`
139
- `+s+`
140
- `}function M0(){if(!La||!Fa)return"";let e=new Error().stack.split(`
141
- `).slice(1).find(t=>!t.includes("node_modules/"));return q0(e)}var Cc=3;function mo(){return typeof jest<"u"&&jest!==null?setTimeout._isMockFunction===!0||Object.prototype.hasOwnProperty.call(setTimeout,"clock"):!1}function Ua(){if(typeof window>"u")throw new Error("Could not find default container");return window.document}function Pc(e){if(e.defaultView)return e.defaultView;if(e.ownerDocument&&e.ownerDocument.defaultView)return e.ownerDocument.defaultView;if(e.window)return e.window;throw e.ownerDocument&&e.ownerDocument.defaultView===null?new Error("It looks like the window object is not available for the provided node."):e.then instanceof Function?new Error("It looks like you passed a Promise object instead of a DOM node. Did you do something like `fireEvent.click(screen.findBy...` when you meant to use a `getBy` query `fireEvent.click(screen.getBy...`, or await the findBy query `fireEvent.click(await screen.findBy...`?"):Array.isArray(e)?new Error("It looks like you passed an Array instead of a DOM node. Did you do something like `fireEvent.click(screen.getAllBy...` when you meant to use a `getBy` query `fireEvent.click(screen.getBy...`?"):typeof e.debug=="function"&&typeof e.logTestingPlaygroundURL=="function"?new Error("It looks like you passed a `screen` object. Did you do something like `fireEvent.click(screen, ...` when you meant to use a query, e.g. `fireEvent.click(screen.getBy..., `?"):new Error("The given node is not an Element, the node type is: "+typeof e+".")}function Ot(e){if(!e||typeof e.querySelector!="function"||typeof e.querySelectorAll!="function")throw new TypeError("Expected container to be an Element, a Document or a DocumentFragment but got "+t(e)+".");function t(r){return typeof r=="object"?r===null?"null":r.constructor.name:typeof r}}var j0=()=>{let e;try{var t;e=JSON.parse((t=process)==null||(t=t.env)==null?void 0:t.COLORS)}catch{}return typeof e=="boolean"?e:typeof process<"u"&&process.versions!==void 0&&process.versions.node!==void 0},{DOMCollection:I0}=ka.plugins,N0=1,$0=8;function B0(e){return e.nodeType!==$0&&(e.nodeType!==N0||!e.matches(ye().defaultIgnore))}function Yr(e,t,r){if(r===void 0&&(r={}),e||(e=Ua().body),typeof t!="number"&&(t=typeof process<"u"&&Tp.DEBUG_PRINT_LIMIT||7e3),t===0)return"";e.documentElement&&(e=e.documentElement);let o=typeof e;if(o==="object"?o=e.constructor.name:e={},!("outerHTML"in e))throw new TypeError("Expected an element or document but got "+o);let{filterNode:a=B0,...u}=r,n=ka.format(e,{plugins:[x0(a),I0],printFunctionName:!1,highlight:j0(),...u});return t!==void 0&&e.outerHTML.length>t?n.slice(0,t)+"...":n}var Vo=function(){let e=M0();console.log(e?Yr(...arguments)+`
142
-
143
- `+e:Yr(...arguments))},Ht={testIdAttribute:"data-testid",asyncUtilTimeout:1e3,asyncWrapper:e=>e(),unstable_advanceTimersWrapper:e=>e(),eventWrapper:e=>e(),defaultHidden:!1,defaultIgnore:"script, style",showOriginalStackTrace:!1,throwSuggestions:!1,getElementError(e,t){let r=Yr(t),o=new Error([e,"Ignored nodes: comments, "+Ht.defaultIgnore+`
144
- `+r].filter(Boolean).join(`
145
-
146
- `));return o.name="TestingLibraryElementError",o},_disableExpensiveErrorDiagnostics:!1,computedStyleSupportsPseudoElements:!1};function k0(e){try{return Ht._disableExpensiveErrorDiagnostics=!0,e()}finally{Ht._disableExpensiveErrorDiagnostics=!1}}function D0(e){typeof e=="function"&&(e=e(Ht)),Ht={...Ht,...e}}function ye(){return Ht}var L0=["button","meter","output","progress","select","textarea","input"];function Oc(e){return L0.includes(e.nodeName.toLowerCase())?"":e.nodeType===Cc?e.textContent:Array.from(e.childNodes).map(t=>Oc(t)).join("")}function zo(e){let t;return e.tagName.toLowerCase()==="label"?t=Oc(e):t=e.value||e.textContent,t}function Rc(e){if(e.labels!==void 0){var t;return(t=e.labels)!=null?t:[]}if(!F0(e))return[];let r=e.ownerDocument.querySelectorAll("label");return Array.from(r).filter(o=>o.control===e)}function F0(e){return/BUTTON|METER|OUTPUT|PROGRESS|SELECT|TEXTAREA/.test(e.tagName)||e.tagName==="INPUT"&&e.getAttribute("type")!=="hidden"}function Tc(e,t,r){let{selector:o="*"}=r===void 0?{}:r,a=t.getAttribute("aria-labelledby"),u=a?a.split(" "):[];return u.length?u.map(n=>{let i=e.querySelector('[id="'+n+'"]');return i?{content:zo(i),formControl:null}:{content:"",formControl:null}}):Array.from(Rc(t)).map(n=>{let i=zo(n),l=Array.from(n.querySelectorAll("button, input, meter, output, progress, select, textarea")).filter(s=>s.matches(o))[0];return{content:i,formControl:l}})}function Ac(e){if(e==null)throw new Error("It looks like "+e+" was passed instead of a matcher. Did you do something like getByText("+e+")?")}function Rr(e,t,r,o){if(typeof e!="string")return!1;Ac(r);let a=o(e);return typeof r=="string"||typeof r=="number"?a.toLowerCase().includes(r.toString().toLowerCase()):typeof r=="function"?r(a,t):xc(r,a)}function St(e,t,r,o){if(typeof e!="string")return!1;Ac(r);let a=o(e);return r instanceof Function?r(a,t):r instanceof RegExp?xc(r,a):a===String(r)}function Ha(e){let{trim:t=!0,collapseWhitespace:r=!0}=e===void 0?{}:e;return o=>{let a=o;return a=t?a.trim():a,a=r?a.replace(/\s+/g," "):a,a}}function Zt(e){let{trim:t,collapseWhitespace:r,normalizer:o}=e;if(!o)return Ha({trim:t,collapseWhitespace:r});if(typeof t<"u"||typeof r<"u")throw new Error('trim and collapseWhitespace are not supported with a normalizer. If you want to use the default trim and collapseWhitespace logic in your normalizer, use "getDefaultNormalizer({trim, collapseWhitespace})" and compose that into your normalizer');return o}function xc(e,t){let r=e.test(t);return e.global&&e.lastIndex!==0&&(console.warn("To match all elements we had to reset the lastIndex of the RegExp because the global flag is enabled. We encourage to remove the global flag from the RegExp."),e.lastIndex=0),r}function on(e){return e.matches("input[type=submit], input[type=button], input[type=reset]")?e.value:Array.from(e.childNodes).filter(t=>t.nodeType===Cc&&!!t.textContent).map(t=>t.textContent).join("")}var U0=H0(Je.elementRoles);function qc(e){return e.hidden===!0||e.getAttribute("aria-hidden")==="true"||e.ownerDocument.defaultView.getComputedStyle(e).display==="none"}function Zn(e,t){t===void 0&&(t={});let{isSubtreeInaccessible:r=qc}=t;if(e.ownerDocument.defaultView.getComputedStyle(e).visibility==="hidden")return!0;let o=e;for(;o;){if(r(o))return!0;o=o.parentElement}return!1}function Va(e){for(let{match:t,roles:r}of U0)if(t(e))return[...r];return[]}function H0(e){function t(n){let{name:i,attributes:l}=n;return""+i+l.map(s=>{let{name:f,value:d,constraints:c=[]}=s;return c.indexOf("undefined")!==-1?":not(["+f+"])":d?"["+f+'="'+d+'"]':"["+f+"]"}).join("")}function r(n){let{attributes:i=[]}=n;return i.length}function o(n,i){let{specificity:l}=n,{specificity:s}=i;return s-l}function a(n){let{attributes:i=[]}=n,l=i.findIndex(f=>f.value&&f.name==="type"&&f.value==="text");l>=0&&(i=[...i.slice(0,l),...i.slice(l+1)]);let s=t({...n,attributes:i});return f=>l>=0&&f.type!=="text"?!1:f.matches(s)}let u=[];for(let[n,i]of e.entries())u=[...u,{match:a(n),roles:Array.from(i),specificity:r(n)}];return u.sort(o)}function Mc(e,t){let{hidden:r=!1}=t===void 0?{}:t;function o(a){return[a,...Array.from(a.children).reduce((u,n)=>[...u,...o(n)],[])]}return o(e).filter(a=>r===!1?Zn(a)===!1:!0).reduce((a,u)=>{let n=[];return u.hasAttribute("role")?n=u.getAttribute("role").split(" ").slice(0,1):n=Va(u),n.reduce((i,l)=>Array.isArray(i[l])?{...i,[l]:[...i[l],u]}:{...i,[l]:[u]},a)},{})}function jc(e,t){let{hidden:r,includeDescription:o}=t,a=Mc(e,{hidden:r});return Object.entries(a).filter(u=>{let[n]=u;return n!=="generic"}).map(u=>{let[n,i]=u,l="-".repeat(50),s=i.map(f=>{let d='Name "'+Da(f,{computedStyleSupportsPseudoElements:ye().computedStyleSupportsPseudoElements})+`":
147
- `,c=Yr(f.cloneNode(!1));if(o){let p='Description "'+bc(f,{computedStyleSupportsPseudoElements:ye().computedStyleSupportsPseudoElements})+`":
148
- `;return""+d+p+c}return""+d+c}).join(`
149
-
150
- `);return n+`:
151
-
152
- `+s+`
153
-
154
- `+l}).join(`
155
- `)}var V0=function(e,t){let{hidden:r=!1}=t===void 0?{}:t;return console.log(jc(e,{hidden:r}))};function z0(e){return e.tagName==="OPTION"?e.selected:an(e,"aria-selected")}function W0(e){return e.getAttribute("aria-busy")==="true"}function G0(e){if(!("indeterminate"in e&&e.indeterminate))return"checked"in e?e.checked:an(e,"aria-checked")}function K0(e){return an(e,"aria-pressed")}function Y0(e){var t,r;return(t=(r=an(e,"aria-current"))!=null?r:e.getAttribute("aria-current"))!=null?t:!1}function J0(e){return an(e,"aria-expanded")}function an(e,t){let r=e.getAttribute(t);if(r==="true")return!0;if(r==="false")return!1}function X0(e){let t={H1:1,H2:2,H3:3,H4:4,H5:5,H6:6};return e.getAttribute("aria-level")&&Number(e.getAttribute("aria-level"))||t[e.tagName]}function Q0(e){let t=e.getAttribute("aria-valuenow");return t===null?void 0:+t}function Z0(e){let t=e.getAttribute("aria-valuemax");return t===null?void 0:+t}function e1(e){let t=e.getAttribute("aria-valuemin");return t===null?void 0:+t}function t1(e){let t=e.getAttribute("aria-valuetext");return t===null?void 0:t}var ml=Ha();function r1(e){return e.replace(/[.*+\-?^${}()|[\]\\]/g,"\\$&")}function hl(e){return new RegExp(r1(e.toLowerCase()),"i")}function At(e,t,r,o){let{variant:a,name:u}=o,n="",i={},l=[["Role","TestId"].includes(e)?r:hl(r)];u&&(i.name=hl(u)),e==="Role"&&Zn(t)&&(i.hidden=!0,n=`Element is inaccessible. This means that the element and all its children are invisible to screen readers.
156
- If you are using the aria-hidden prop, make sure this is the right choice for your case.
157
- `),Object.keys(i).length>0&&l.push(i);let s=a+"By"+e;return{queryName:e,queryMethod:s,queryArgs:l,variant:a,warning:n,toString(){n&&console.warn(n);let[f,d]=l;return f=typeof f=="string"?"'"+f+"'":f,d=d?", { "+Object.entries(d).map(c=>{let[p,m]=c;return p+": "+m}).join(", ")+" }":"",s+"("+f+d+")"}}}function xt(e,t,r){return r&&(!t||t.toLowerCase()===e.toLowerCase())}function Pn(e,t,r){var o,a;if(t===void 0&&(t="get"),e.matches(ye().defaultIgnore))return;let u=(o=e.getAttribute("role"))!=null?o:(a=Va(e))==null?void 0:a[0];if(u!=="generic"&&xt("Role",r,u))return At("Role",e,u,{variant:t,name:Da(e,{computedStyleSupportsPseudoElements:ye().computedStyleSupportsPseudoElements})});let n=Tc(document,e).map(c=>c.content).join(" ");if(xt("LabelText",r,n))return At("LabelText",e,n,{variant:t});let i=e.getAttribute("placeholder");if(xt("PlaceholderText",r,i))return At("PlaceholderText",e,i,{variant:t});let l=ml(on(e));if(xt("Text",r,l))return At("Text",e,l,{variant:t});if(xt("DisplayValue",r,e.value))return At("DisplayValue",e,ml(e.value),{variant:t});let s=e.getAttribute("alt");if(xt("AltText",r,s))return At("AltText",e,s,{variant:t});let f=e.getAttribute("title");if(xt("Title",r,f))return At("Title",e,f,{variant:t});let d=e.getAttribute(ye().testIdAttribute);if(xt("TestId",r,d))return At("TestId",e,d,{variant:t})}function sn(e,t){e.stack=t.stack.replace(t.message,e.message)}function n1(e,t){let{container:r=Ua(),timeout:o=ye().asyncUtilTimeout,showOriginalStackTrace:a=ye().showOriginalStackTrace,stackTraceError:u,interval:n=50,onTimeout:i=s=>(Object.defineProperty(s,"message",{value:ye().getElementError(s.message,r).message}),s),mutationObserverOptions:l={subtree:!0,childList:!0,attributes:!0,characterData:!0}}=t;if(typeof e!="function")throw new TypeError("Received `callback` arg must be a function");return new Promise(async(s,f)=>{let d,c,p,m=!1,h="idle",b=setTimeout(C,o),y=mo();if(y){let{unstable_advanceTimersWrapper:T}=ye();for(E();!m;){if(!mo()){let O=new Error("Changed from using fake timers to real timers while using waitFor. This is not allowed and will result in very strange behavior. Please ensure you're awaiting all async things your test is doing before changing to real timers. For more info, please go to https://github.com/testing-library/dom-testing-library/issues/830");a||sn(O,u),f(O);return}if(await T(async()=>{jest.advanceTimersByTime(n)}),m)break;E()}}else{try{Ot(r)}catch(O){f(O);return}c=setInterval(S,n);let{MutationObserver:T}=Pc(r);p=new T(S),p.observe(r,l),E()}function v(T,O){m=!0,clearTimeout(b),y||(clearInterval(c),p.disconnect()),T?f(T):s(O)}function S(){if(mo()){let T=new Error("Changed from using real timers to fake timers while using waitFor. This is not allowed and will result in very strange behavior. Please ensure you're awaiting all async things your test is doing before changing to fake timers. For more info, please go to https://github.com/testing-library/dom-testing-library/issues/830");return a||sn(T,u),f(T)}else return E()}function E(){if(h!=="pending")try{let T=k0(e);typeof T?.then=="function"?(h="pending",T.then(O=>{h="resolved",v(null,O)},O=>{h="rejected",d=O})):v(null,T)}catch(T){d=T}}function C(){let T;d?(T=d,!a&&T.name==="TestingLibraryElementError"&&sn(T,u)):(T=new Error("Timed out in waitFor."),a||sn(T,u)),v(i(T),null)}})}function za(e,t){let r=new Error("STACK_TRACE_MESSAGE");return ye().asyncWrapper(()=>n1(e,{stackTraceError:r,...t}))}function eo(e,t){return ye().getElementError(e,t)}function to(e,t){return eo(e+"\n\n(If this is intentional, then use the `*AllBy*` variant of the query (like `queryAllByText`, `getAllByText`, or `findAllByText`)).",t)}function er(e,t,r,o){let{exact:a=!0,collapseWhitespace:u,trim:n,normalizer:i}=o===void 0?{}:o,l=a?St:Rr,s=Zt({collapseWhitespace:u,trim:n,normalizer:i});return Array.from(t.querySelectorAll("["+e+"]")).filter(f=>l(f.getAttribute(e),f,r,s))}function Ic(e,t,r,o){let a=er(e,t,r,o);if(a.length>1)throw to("Found multiple elements by ["+e+"="+r+"]",t);return a[0]||null}function yr(e,t){return function(r){for(var o=arguments.length,a=new Array(o>1?o-1:0),u=1;u<o;u++)a[u-1]=arguments[u];let n=e(r,...a);if(n.length>1){let i=n.map(l=>eo(null,l).message).join(`
158
-
159
- `);throw to(t(r,...a)+`
160
-
161
- Here are the matching elements:
162
-
163
- `+i,r)}return n[0]||null}}function Nc(e,t){return ye().getElementError(`A better query is available, try this:
164
- `+e.toString()+`
165
- `,t)}function Wa(e,t){return function(r){for(var o=arguments.length,a=new Array(o>1?o-1:0),u=1;u<o;u++)a[u-1]=arguments[u];let n=e(r,...a);if(!n.length)throw ye().getElementError(t(r,...a),r);return n}}function br(e){return(t,r,o,a)=>za(()=>e(t,r,o),{container:t,...a})}var Nt=(e,t,r)=>function(o){for(var a=arguments.length,u=new Array(a>1?a-1:0),n=1;n<a;n++)u[n-1]=arguments[n];let i=e(o,...u),[{suggest:l=ye().throwSuggestions}={}]=u.slice(-1);if(i&&l){let s=Pn(i,r);if(s&&!t.endsWith(s.queryName))throw Nc(s.toString(),o)}return i},ze=(e,t,r)=>function(o){for(var a=arguments.length,u=new Array(a>1?a-1:0),n=1;n<a;n++)u[n-1]=arguments[n];let i=e(o,...u),[{suggest:l=ye().throwSuggestions}={}]=u.slice(-1);if(i.length&&l){let s=[...new Set(i.map(f=>{var d;return(d=Pn(f,r))==null?void 0:d.toString()}))];if(s.length===1&&!t.endsWith(Pn(i[0],r).queryName))throw Nc(s[0],o)}return i};function Rt(e,t,r){let o=Nt(yr(e,t),e.name,"query"),a=Wa(e,r),u=yr(a,t),n=Nt(u,e.name,"get"),i=ze(a,e.name.replace("query","get"),"getAll"),l=br(ze(a,e.name,"findAll")),s=br(Nt(u,e.name,"find"));return[o,i,n,l,s]}var o1=Object.freeze({__proto__:null,getElementError:eo,wrapAllByQueryWithSuggestion:ze,wrapSingleQueryWithSuggestion:Nt,getMultipleElementsFoundError:to,queryAllByAttribute:er,queryByAttribute:Ic,makeSingleQuery:yr,makeGetAllQuery:Wa,makeFindQuery:br,buildQueries:Rt});function a1(e){return Array.from(e.querySelectorAll("label,input")).map(t=>({node:t,textToMatch:zo(t)})).filter(t=>{let{textToMatch:r}=t;return r!==null})}var i1=function(e,t,r){let{exact:o=!0,trim:a,collapseWhitespace:u,normalizer:n}=r===void 0?{}:r,i=o?St:Rr,l=Zt({collapseWhitespace:u,trim:a,normalizer:n});return a1(e).filter(s=>{let{node:f,textToMatch:d}=s;return i(d,f,t,l)}).map(s=>{let{node:f}=s;return f})},Jr=function(e,t,r){let{selector:o="*",exact:a=!0,collapseWhitespace:u,trim:n,normalizer:i}=r===void 0?{}:r;Ot(e);let l=a?St:Rr,s=Zt({collapseWhitespace:u,trim:n,normalizer:i}),f=Array.from(e.querySelectorAll("*")).filter(d=>Rc(d).length||d.hasAttribute("aria-labelledby")).reduce((d,c)=>{let p=Tc(e,c,{selector:o});p.filter(h=>!!h.formControl).forEach(h=>{l(h.content,h.formControl,t,s)&&h.formControl&&d.push(h.formControl)});let m=p.filter(h=>!!h.content).map(h=>h.content);return l(m.join(" "),c,t,s)&&d.push(c),m.length>1&&m.forEach((h,b)=>{l(h,c,t,s)&&d.push(c);let y=[...m];y.splice(b,1),y.length>1&&l(y.join(" "),c,t,s)&&d.push(c)}),d},[]).concat(er("aria-label",e,t,{exact:a,normalizer:s}));return Array.from(new Set(f)).filter(d=>d.matches(o))},Vt=function(e,t){for(var r=arguments.length,o=new Array(r>2?r-2:0),a=2;a<r;a++)o[a-2]=arguments[a];let u=Jr(e,t,...o);if(!u.length){let n=i1(e,t,...o);if(n.length){let i=n.map(l=>l1(e,l)).filter(l=>!!l);throw i.length?ye().getElementError(i.map(l=>"Found a label with the text of: "+t+", however the element associated with this label (<"+l+" />) is non-labellable [https://html.spec.whatwg.org/multipage/forms.html#category-label]. If you really need to label a <"+l+" />, you can use aria-label or aria-labelledby instead.").join(`
166
-
167
- `),e):ye().getElementError("Found a label with the text of: "+t+`, however no form control was found associated to that label. Make sure you're using the "for" attribute or "aria-labelledby" attribute correctly.`,e)}else throw ye().getElementError("Unable to find a label with the text of: "+t,e)}return u};function l1(e,t){let r=t.getAttribute("for");if(!r)return null;let o=e.querySelector('[id="'+r+'"]');return o?o.tagName.toLowerCase():null}var $c=(e,t)=>"Found multiple elements with the text of: "+t,Bc=Nt(yr(Jr,$c),Jr.name,"query"),kc=yr(Vt,$c),Dc=br(ze(Vt,Vt.name,"findAll")),Lc=br(Nt(kc,Vt.name,"find")),Fc=ze(Vt,Vt.name,"getAll"),Uc=Nt(kc,Vt.name,"get"),Hc=ze(Jr,Jr.name,"queryAll"),Wo=function(){for(var e=arguments.length,t=new Array(e),r=0;r<e;r++)t[r]=arguments[r];return Ot(t[0]),er("placeholder",...t)},s1=(e,t)=>"Found multiple elements with the placeholder text of: "+t,u1=(e,t)=>"Unable to find an element with the placeholder text of: "+t,Vc=ze(Wo,Wo.name,"queryAll"),[zc,Wc,Gc,Kc,Yc]=Rt(Wo,s1,u1),Go=function(e,t,r){let{selector:o="*",exact:a=!0,collapseWhitespace:u,trim:n,ignore:i=ye().defaultIgnore,normalizer:l}=r===void 0?{}:r;Ot(e);let s=a?St:Rr,f=Zt({collapseWhitespace:u,trim:n,normalizer:l}),d=[];return typeof e.matches=="function"&&e.matches(o)&&(d=[e]),[...d,...Array.from(e.querySelectorAll(o))].filter(c=>!i||!c.matches(i)).filter(c=>s(on(c),c,t,f))},c1=(e,t)=>"Found multiple elements with the text: "+t,d1=function(e,t,r){r===void 0&&(r={});let{collapseWhitespace:o,trim:a,normalizer:u,selector:n}=r,i=Zt({collapseWhitespace:o,trim:a,normalizer:u})(t.toString()),l=i!==t.toString(),s=(n??"*")!=="*";return"Unable to find an element with the text: "+(l?i+" (normalized from '"+t+"')":t)+(s?", which matches selector '"+n+"'":"")+". This could be because the text is broken up by multiple elements. In this case, you can provide a function for your text matcher to make your matcher more flexible."},Jc=ze(Go,Go.name,"queryAll"),[Xc,Qc,Zc,ed,td]=Rt(Go,c1,d1),Ko=function(e,t,r){let{exact:o=!0,collapseWhitespace:a,trim:u,normalizer:n}=r===void 0?{}:r;Ot(e);let i=o?St:Rr,l=Zt({collapseWhitespace:a,trim:u,normalizer:n});return Array.from(e.querySelectorAll("input,textarea,select")).filter(s=>s.tagName==="SELECT"?Array.from(s.options).filter(f=>f.selected).some(f=>i(on(f),f,t,l)):i(s.value,s,t,l))},f1=(e,t)=>"Found multiple elements with the display value: "+t+".",p1=(e,t)=>"Unable to find an element with the display value: "+t+".",rd=ze(Ko,Ko.name,"queryAll"),[nd,od,ad,id,ld]=Rt(Ko,f1,p1),m1=/^(img|input|area|.+-.+)$/i,Yo=function(e,t,r){return r===void 0&&(r={}),Ot(e),er("alt",e,t,r).filter(o=>m1.test(o.tagName))},h1=(e,t)=>"Found multiple elements with the alt text: "+t,y1=(e,t)=>"Unable to find an element with the alt text: "+t,sd=ze(Yo,Yo.name,"queryAll"),[ud,cd,dd,fd,pd]=Rt(Yo,h1,y1),b1=e=>{var t;return e.tagName.toLowerCase()==="title"&&((t=e.parentElement)==null?void 0:t.tagName.toLowerCase())==="svg"},Jo=function(e,t,r){let{exact:o=!0,collapseWhitespace:a,trim:u,normalizer:n}=r===void 0?{}:r;Ot(e);let i=o?St:Rr,l=Zt({collapseWhitespace:a,trim:u,normalizer:n});return Array.from(e.querySelectorAll("[title], svg > title")).filter(s=>i(s.getAttribute("title"),s,t,l)||b1(s)&&i(on(s),s,t,l))},g1=(e,t)=>"Found multiple elements with the title: "+t+".",v1=(e,t)=>"Unable to find an element with the title: "+t+".",md=ze(Jo,Jo.name,"queryAll"),[hd,yd,bd,gd,vd]=Rt(Jo,g1,v1),Xo=function(e,t,r){let{hidden:o=ye().defaultHidden,name:a,description:u,queryFallbacks:n=!1,selected:i,busy:l,checked:s,pressed:f,current:d,level:c,expanded:p,value:{now:m,min:h,max:b,text:y}={}}=r===void 0?{}:r;if(Ot(e),i!==void 0){var v;if(((v=Je.roles.get(t))==null?void 0:v.props["aria-selected"])===void 0)throw new Error('"aria-selected" is not supported on role "'+t+'".')}if(l!==void 0){var S;if(((S=Je.roles.get(t))==null?void 0:S.props["aria-busy"])===void 0)throw new Error('"aria-busy" is not supported on role "'+t+'".')}if(s!==void 0){var E;if(((E=Je.roles.get(t))==null?void 0:E.props["aria-checked"])===void 0)throw new Error('"aria-checked" is not supported on role "'+t+'".')}if(f!==void 0){var C;if(((C=Je.roles.get(t))==null?void 0:C.props["aria-pressed"])===void 0)throw new Error('"aria-pressed" is not supported on role "'+t+'".')}if(d!==void 0){var T;if(((T=Je.roles.get(t))==null?void 0:T.props["aria-current"])===void 0)throw new Error('"aria-current" is not supported on role "'+t+'".')}if(c!==void 0&&t!=="heading")throw new Error('Role "'+t+'" cannot have "level" property.');if(m!==void 0){var O;if(((O=Je.roles.get(t))==null?void 0:O.props["aria-valuenow"])===void 0)throw new Error('"aria-valuenow" is not supported on role "'+t+'".')}if(b!==void 0){var g;if(((g=Je.roles.get(t))==null?void 0:g.props["aria-valuemax"])===void 0)throw new Error('"aria-valuemax" is not supported on role "'+t+'".')}if(h!==void 0){var P;if(((P=Je.roles.get(t))==null?void 0:P.props["aria-valuemin"])===void 0)throw new Error('"aria-valuemin" is not supported on role "'+t+'".')}if(y!==void 0){var q;if(((q=Je.roles.get(t))==null?void 0:q.props["aria-valuetext"])===void 0)throw new Error('"aria-valuetext" is not supported on role "'+t+'".')}if(p!==void 0){var j;if(((j=Je.roles.get(t))==null?void 0:j.props["aria-expanded"])===void 0)throw new Error('"aria-expanded" is not supported on role "'+t+'".')}let U=new WeakMap;function H(V){return U.has(V)||U.set(V,qc(V)),U.get(V)}return Array.from(e.querySelectorAll(_1(t))).filter(V=>{if(V.hasAttribute("role")){let re=V.getAttribute("role");if(n)return re.split(" ").filter(Boolean).some(ne=>ne===t);let[J]=re.split(" ");return J===t}return Va(V).some(re=>re===t)}).filter(V=>{if(i!==void 0)return i===z0(V);if(l!==void 0)return l===W0(V);if(s!==void 0)return s===G0(V);if(f!==void 0)return f===K0(V);if(d!==void 0)return d===Y0(V);if(p!==void 0)return p===J0(V);if(c!==void 0)return c===X0(V);if(m!==void 0||b!==void 0||h!==void 0||y!==void 0){let J=!0;if(m!==void 0&&J&&(J=m===Q0(V)),b!==void 0&&J&&(J=b===Z0(V)),h!==void 0&&J&&(J=h===e1(V)),y!==void 0){var re;J&&(J=St((re=t1(V))!=null?re:null,V,y,ne=>ne))}return J}return!0}).filter(V=>a===void 0?!0:St(Da(V,{computedStyleSupportsPseudoElements:ye().computedStyleSupportsPseudoElements}),V,a,re=>re)).filter(V=>u===void 0?!0:St(bc(V,{computedStyleSupportsPseudoElements:ye().computedStyleSupportsPseudoElements}),V,u,re=>re)).filter(V=>o===!1?Zn(V,{isSubtreeInaccessible:H})===!1:!0)};function _1(e){var t;let r='*[role~="'+e+'"]',o=(t=Je.roleElements.get(e))!=null?t:new Set,a=new Set(Array.from(o).map(u=>{let{name:n}=u;return n}));return[r].concat(Array.from(a)).join(",")}var _d=e=>{let t="";return e===void 0?t="":typeof e=="string"?t=' and name "'+e+'"':t=" and name `"+e+"`",t},E1=function(e,t,r){let{name:o}=r===void 0?{}:r;return'Found multiple elements with the role "'+t+'"'+_d(o)},w1=function(e,t,r){let{hidden:o=ye().defaultHidden,name:a,description:u}=r===void 0?{}:r;if(ye()._disableExpensiveErrorDiagnostics)return'Unable to find role="'+t+'"'+_d(a);let n="";Array.from(e.children).forEach(f=>{n+=jc(f,{hidden:o,includeDescription:u!==void 0})});let i;n.length===0?o===!1?i="There are no accessible roles. But there might be some inaccessible roles. If you wish to access them, then set the `hidden` option to `true`. Learn more about this here: https://testing-library.com/docs/dom-testing-library/api-queries#byrole":i="There are no available roles.":i=(`
168
- Here are the `+(o===!1?"accessible":"available")+` roles:
169
-
170
- `+n.replace(/\n/g,`
171
- `).replace(/\n\s\s\n/g,`
172
-
173
- `)+`
174
- `).trim();let l="";a===void 0?l="":typeof a=="string"?l=' and name "'+a+'"':l=" and name `"+a+"`";let s="";return u===void 0?s="":typeof u=="string"?s=' and description "'+u+'"':s=" and description `"+u+"`",(`
175
- Unable to find an `+(o===!1?"accessible ":"")+'element with the role "'+t+'"'+l+s+`
176
-
177
- `+i).trim()},Ed=ze(Xo,Xo.name,"queryAll"),[wd,Sd,Cd,Pd,Od]=Rt(Xo,E1,w1),Ga=()=>ye().testIdAttribute,Qo=function(){for(var e=arguments.length,t=new Array(e),r=0;r<e;r++)t[r]=arguments[r];return Ot(t[0]),er(Ga(),...t)},S1=(e,t)=>"Found multiple elements by: ["+Ga()+'="'+t+'"]',C1=(e,t)=>"Unable to find an element by: ["+Ga()+'="'+t+'"]',Rd=ze(Qo,Qo.name,"queryAll"),[Td,Ad,xd,qd,Md]=Rt(Qo,S1,C1),On=Object.freeze({__proto__:null,queryAllByLabelText:Hc,queryByLabelText:Bc,getAllByLabelText:Fc,getByLabelText:Uc,findAllByLabelText:Dc,findByLabelText:Lc,queryByPlaceholderText:zc,queryAllByPlaceholderText:Vc,getByPlaceholderText:Gc,getAllByPlaceholderText:Wc,findAllByPlaceholderText:Kc,findByPlaceholderText:Yc,queryByText:Xc,queryAllByText:Jc,getByText:Zc,getAllByText:Qc,findAllByText:ed,findByText:td,queryByDisplayValue:nd,queryAllByDisplayValue:rd,getByDisplayValue:ad,getAllByDisplayValue:od,findAllByDisplayValue:id,findByDisplayValue:ld,queryByAltText:ud,queryAllByAltText:sd,getByAltText:dd,getAllByAltText:cd,findAllByAltText:fd,findByAltText:pd,queryByTitle:hd,queryAllByTitle:md,getByTitle:bd,getAllByTitle:yd,findAllByTitle:gd,findByTitle:vd,queryByRole:wd,queryAllByRole:Ed,getAllByRole:Sd,getByRole:Cd,findAllByRole:Pd,findByRole:Od,queryByTestId:Td,queryAllByTestId:Rd,getByTestId:xd,getAllByTestId:Ad,findAllByTestId:qd,findByTestId:Md});function Zo(e,t,r){return t===void 0&&(t=On),r===void 0&&(r={}),Object.keys(t).reduce((o,a)=>{let u=t[a];return o[a]=u.bind(null,e),o},r)}var jd=e=>!e||Array.isArray(e)&&!e.length;function yl(e){if(jd(e))throw new Error("The element(s) given to waitForElementToBeRemoved are already removed. waitForElementToBeRemoved requires that the element(s) exist(s) before waiting for removal.")}async function P1(e,t){let r=new Error("Timed out in waitForElementToBeRemoved.");if(typeof e!="function"){yl(e);let o=(Array.isArray(e)?e:[e]).map(a=>{let u=a.parentElement;if(u===null)return()=>null;for(;u.parentElement;)u=u.parentElement;return()=>u.contains(a)?a:null});e=()=>o.map(a=>a()).filter(Boolean)}return yl(e()),za(()=>{let o;try{o=e()}catch(a){if(a.name==="TestingLibraryElementError")return;throw a}if(!jd(o))throw r},t)}var bl={copy:{EventType:"ClipboardEvent",defaultInit:{bubbles:!0,cancelable:!0,composed:!0}},cut:{EventType:"ClipboardEvent",defaultInit:{bubbles:!0,cancelable:!0,composed:!0}},paste:{EventType:"ClipboardEvent",defaultInit:{bubbles:!0,cancelable:!0,composed:!0}},compositionEnd:{EventType:"CompositionEvent",defaultInit:{bubbles:!0,cancelable:!0,composed:!0}},compositionStart:{EventType:"CompositionEvent",defaultInit:{bubbles:!0,cancelable:!0,composed:!0}},compositionUpdate:{EventType:"CompositionEvent",defaultInit:{bubbles:!0,cancelable:!0,composed:!0}},keyDown:{EventType:"KeyboardEvent",defaultInit:{bubbles:!0,cancelable:!0,charCode:0,composed:!0}},keyPress:{EventType:"KeyboardEvent",defaultInit:{bubbles:!0,cancelable:!0,charCode:0,composed:!0}},keyUp:{EventType:"KeyboardEvent",defaultInit:{bubbles:!0,cancelable:!0,charCode:0,composed:!0}},focus:{EventType:"FocusEvent",defaultInit:{bubbles:!1,cancelable:!1,composed:!0}},blur:{EventType:"FocusEvent",defaultInit:{bubbles:!1,cancelable:!1,composed:!0}},focusIn:{EventType:"FocusEvent",defaultInit:{bubbles:!0,cancelable:!1,composed:!0}},focusOut:{EventType:"FocusEvent",defaultInit:{bubbles:!0,cancelable:!1,composed:!0}},change:{EventType:"Event",defaultInit:{bubbles:!0,cancelable:!1}},input:{EventType:"InputEvent",defaultInit:{bubbles:!0,cancelable:!1,composed:!0}},invalid:{EventType:"Event",defaultInit:{bubbles:!1,cancelable:!0}},submit:{EventType:"Event",defaultInit:{bubbles:!0,cancelable:!0}},reset:{EventType:"Event",defaultInit:{bubbles:!0,cancelable:!0}},click:{EventType:"MouseEvent",defaultInit:{bubbles:!0,cancelable:!0,button:0,composed:!0}},contextMenu:{EventType:"MouseEvent",defaultInit:{bubbles:!0,cancelable:!0,composed:!0}},dblClick:{EventType:"MouseEvent",defaultInit:{bubbles:!0,cancelable:!0,composed:!0}},drag:{EventType:"DragEvent",defaultInit:{bubbles:!0,cancelable:!0,composed:!0}},dragEnd:{EventType:"DragEvent",defaultInit:{bubbles:!0,cancelable:!1,composed:!0}},dragEnter:{EventType:"DragEvent",defaultInit:{bubbles:!0,cancelable:!0,composed:!0}},dragExit:{EventType:"DragEvent",defaultInit:{bubbles:!0,cancelable:!1,composed:!0}},dragLeave:{EventType:"DragEvent",defaultInit:{bubbles:!0,cancelable:!1,composed:!0}},dragOver:{EventType:"DragEvent",defaultInit:{bubbles:!0,cancelable:!0,composed:!0}},dragStart:{EventType:"DragEvent",defaultInit:{bubbles:!0,cancelable:!0,composed:!0}},drop:{EventType:"DragEvent",defaultInit:{bubbles:!0,cancelable:!0,composed:!0}},mouseDown:{EventType:"MouseEvent",defaultInit:{bubbles:!0,cancelable:!0,composed:!0}},mouseEnter:{EventType:"MouseEvent",defaultInit:{bubbles:!1,cancelable:!1,composed:!0}},mouseLeave:{EventType:"MouseEvent",defaultInit:{bubbles:!1,cancelable:!1,composed:!0}},mouseMove:{EventType:"MouseEvent",defaultInit:{bubbles:!0,cancelable:!0,composed:!0}},mouseOut:{EventType:"MouseEvent",defaultInit:{bubbles:!0,cancelable:!0,composed:!0}},mouseOver:{EventType:"MouseEvent",defaultInit:{bubbles:!0,cancelable:!0,composed:!0}},mouseUp:{EventType:"MouseEvent",defaultInit:{bubbles:!0,cancelable:!0,composed:!0}},select:{EventType:"Event",defaultInit:{bubbles:!0,cancelable:!1}},touchCancel:{EventType:"TouchEvent",defaultInit:{bubbles:!0,cancelable:!1,composed:!0}},touchEnd:{EventType:"TouchEvent",defaultInit:{bubbles:!0,cancelable:!0,composed:!0}},touchMove:{EventType:"TouchEvent",defaultInit:{bubbles:!0,cancelable:!0,composed:!0}},touchStart:{EventType:"TouchEvent",defaultInit:{bubbles:!0,cancelable:!0,composed:!0}},resize:{EventType:"UIEvent",defaultInit:{bubbles:!1,cancelable:!1}},scroll:{EventType:"UIEvent",defaultInit:{bubbles:!1,cancelable:!1}},wheel:{EventType:"WheelEvent",defaultInit:{bubbles:!0,cancelable:!0,composed:!0}},abort:{EventType:"Event",defaultInit:{bubbles:!1,cancelable:!1}},canPlay:{EventType:"Event",defaultInit:{bubbles:!1,cancelable:!1}},canPlayThrough:{EventType:"Event",defaultInit:{bubbles:!1,cancelable:!1}},durationChange:{EventType:"Event",defaultInit:{bubbles:!1,cancelable:!1}},emptied:{EventType:"Event",defaultInit:{bubbles:!1,cancelable:!1}},encrypted:{EventType:"Event",defaultInit:{bubbles:!1,cancelable:!1}},ended:{EventType:"Event",defaultInit:{bubbles:!1,cancelable:!1}},loadedData:{EventType:"Event",defaultInit:{bubbles:!1,cancelable:!1}},loadedMetadata:{EventType:"Event",defaultInit:{bubbles:!1,cancelable:!1}},loadStart:{EventType:"ProgressEvent",defaultInit:{bubbles:!1,cancelable:!1}},pause:{EventType:"Event",defaultInit:{bubbles:!1,cancelable:!1}},play:{EventType:"Event",defaultInit:{bubbles:!1,cancelable:!1}},playing:{EventType:"Event",defaultInit:{bubbles:!1,cancelable:!1}},progress:{EventType:"ProgressEvent",defaultInit:{bubbles:!1,cancelable:!1}},rateChange:{EventType:"Event",defaultInit:{bubbles:!1,cancelable:!1}},seeked:{EventType:"Event",defaultInit:{bubbles:!1,cancelable:!1}},seeking:{EventType:"Event",defaultInit:{bubbles:!1,cancelable:!1}},stalled:{EventType:"Event",defaultInit:{bubbles:!1,cancelable:!1}},suspend:{EventType:"Event",defaultInit:{bubbles:!1,cancelable:!1}},timeUpdate:{EventType:"Event",defaultInit:{bubbles:!1,cancelable:!1}},volumeChange:{EventType:"Event",defaultInit:{bubbles:!1,cancelable:!1}},waiting:{EventType:"Event",defaultInit:{bubbles:!1,cancelable:!1}},load:{EventType:"Event",defaultInit:{bubbles:!1,cancelable:!1}},error:{EventType:"Event",defaultInit:{bubbles:!1,cancelable:!1}},animationStart:{EventType:"AnimationEvent",defaultInit:{bubbles:!0,cancelable:!1}},animationEnd:{EventType:"AnimationEvent",defaultInit:{bubbles:!0,cancelable:!1}},animationIteration:{EventType:"AnimationEvent",defaultInit:{bubbles:!0,cancelable:!1}},transitionCancel:{EventType:"TransitionEvent",defaultInit:{bubbles:!0,cancelable:!1}},transitionEnd:{EventType:"TransitionEvent",defaultInit:{bubbles:!0,cancelable:!0}},transitionRun:{EventType:"TransitionEvent",defaultInit:{bubbles:!0,cancelable:!1}},transitionStart:{EventType:"TransitionEvent",defaultInit:{bubbles:!0,cancelable:!1}},pointerOver:{EventType:"PointerEvent",defaultInit:{bubbles:!0,cancelable:!0,composed:!0}},pointerEnter:{EventType:"PointerEvent",defaultInit:{bubbles:!1,cancelable:!1}},pointerDown:{EventType:"PointerEvent",defaultInit:{bubbles:!0,cancelable:!0,composed:!0}},pointerMove:{EventType:"PointerEvent",defaultInit:{bubbles:!0,cancelable:!0,composed:!0}},pointerUp:{EventType:"PointerEvent",defaultInit:{bubbles:!0,cancelable:!0,composed:!0}},pointerCancel:{EventType:"PointerEvent",defaultInit:{bubbles:!0,cancelable:!1,composed:!0}},pointerOut:{EventType:"PointerEvent",defaultInit:{bubbles:!0,cancelable:!0,composed:!0}},pointerLeave:{EventType:"PointerEvent",defaultInit:{bubbles:!1,cancelable:!1}},gotPointerCapture:{EventType:"PointerEvent",defaultInit:{bubbles:!0,cancelable:!1,composed:!0}},lostPointerCapture:{EventType:"PointerEvent",defaultInit:{bubbles:!0,cancelable:!1,composed:!0}},popState:{EventType:"PopStateEvent",defaultInit:{bubbles:!0,cancelable:!1}},offline:{EventType:"Event",defaultInit:{bubbles:!1,cancelable:!1}},online:{EventType:"Event",defaultInit:{bubbles:!1,cancelable:!1}}},gl={doubleClick:"dblClick"};function Xr(e,t){return ye().eventWrapper(()=>{if(!t)throw new Error("Unable to fire an event - please provide an event object.");if(!e)throw new Error('Unable to fire a "'+t.type+'" event - please provide a DOM element.');return e.dispatchEvent(t)})}function vn(e,t,r,o){let{EventType:a="Event",defaultInit:u={}}=o===void 0?{}:o;if(!t)throw new Error('Unable to fire a "'+e+'" event - please provide a DOM element.');let n={...u,...r},{target:{value:i,files:l,...s}={}}=n;i!==void 0&&O1(t,i),l!==void 0&&Object.defineProperty(t,"files",{configurable:!0,enumerable:!0,writable:!0,value:l}),Object.assign(t,s);let f=Pc(t),d=f[a]||f.Event,c;if(typeof d=="function")c=new d(e,n);else{c=f.document.createEvent(a);let{bubbles:p,cancelable:m,detail:h,...b}=n;c.initEvent(e,p,m,h),Object.keys(b).forEach(y=>{c[y]=b[y]})}return["dataTransfer","clipboardData"].forEach(p=>{let m=n[p];typeof m=="object"&&(typeof f.DataTransfer=="function"?Object.defineProperty(c,p,{value:Object.getOwnPropertyNames(m).reduce((h,b)=>(Object.defineProperty(h,b,{value:m[b]}),h),new f.DataTransfer)}):Object.defineProperty(c,p,{value:m}))}),c}Object.keys(bl).forEach(e=>{let{EventType:t,defaultInit:r}=bl[e],o=e.toLowerCase();vn[e]=(a,u)=>vn(o,a,u,{EventType:t,defaultInit:r}),Xr[e]=(a,u)=>Xr(a,vn[e](a,u))});function O1(e,t){let{set:r}=Object.getOwnPropertyDescriptor(e,"value")||{},o=Object.getPrototypeOf(e),{set:a}=Object.getOwnPropertyDescriptor(o,"value")||{};if(a&&r!==a)a.call(e,t);else if(r)r.call(e,t);else throw new Error("The given element does not have a value setter")}Object.keys(gl).forEach(e=>{let t=gl[e];Xr[e]=function(){return Xr[t](...arguments)}});function R1(e){return e.replace(/[ \t]*[\n][ \t]*/g,`
178
- `)}function T1(e){return g0.default.compressToEncodedURIComponent(R1(e))}function A1(e){return"https://testing-playground.com/#markup="+T1(e)}var x1=(e,t,r)=>Array.isArray(e)?e.forEach(o=>Vo(o,t,r)):Vo(e,t,r),q1=function(e){if(e===void 0&&(e=Ua().body),!e||!("innerHTML"in e)){console.log("The element you're providing isn't a valid DOM element.");return}if(!e.innerHTML){console.log("The provided element doesn't have any children.");return}let t=A1(e.innerHTML);return console.log(`Open this URL in your browser
179
-
180
- `+t),t},vl={debug:x1,logTestingPlaygroundURL:q1},M1=typeof document<"u"&&document.body?Zo(document.body,On,vl):Object.keys(On).reduce((e,t)=>(e[t]=()=>{throw new TypeError("For queries bound to document.body a global document has to be available... Learn more: https://testing-library.com/s/screen-global-error")},e),vl);function me(e,t,r){return e.namespaceURI&&e.namespaceURI!=="http://www.w3.org/1999/xhtml"||(t=Array.isArray(t)?t:[t],!t.includes(e.tagName.toLowerCase()))?!1:r?Object.entries(r).every(([o,a])=>e[o]===a):!0}var ea;(function(e){e.button="button",e.color="color",e.file="file",e.image="image",e.reset="reset",e.submit="submit",e.checkbox="checkbox",e.radio="radio"})(ea||(ea={}));function Id(e){return me(e,"button")||me(e,"input")&&e.type in ea}function dt(e){var t;if(j1(e)&&e.defaultView)return e.defaultView;if(!((t=e.ownerDocument)===null||t===void 0)&&t.defaultView)return e.ownerDocument.defaultView;throw new Error(`Could not determine window of node. Node was ${I1(e)}`)}function j1(e){return e.nodeType===9}function I1(e){return typeof e=="function"?`function ${e.name}`:e===null?"null":String(e)}function Nd(e,t){return new Promise((r,o)=>{let a=new t;a.onerror=o,a.onabort=o,a.onload=()=>{r(String(a.result))},a.readAsText(e)})}function Ka(e,t){let r={...t,length:t.length,item:o=>r[o],[Symbol.iterator]:function*(){for(let o=0;o<r.length;o++)yield r[o]}};return r.constructor=e.FileList,e.FileList&&Object.setPrototypeOf(r,e.FileList.prototype),Object.freeze(r),r}function jt(e,t,r){return t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}var $d=class{getAsFile(){return this.file}getAsString(e){typeof this.data=="string"&&e(this.data)}webkitGetAsEntry(){throw new Error("not implemented")}constructor(e,t){jt(this,"kind",void 0),jt(this,"type",void 0),jt(this,"file",null),jt(this,"data",void 0),typeof e=="string"?(this.kind="string",this.type=String(t),this.data=e):(this.kind="file",this.type=e.type,this.file=e)}},N1=class extends Array{add(...e){let t=new $d(e[0],e[1]);return this.push(t),t}clear(){this.splice(0,this.length)}remove(e){this.splice(e,1)}};function un(e,t){let[r,o]=e.split("/"),a=!o||o==="*";return u=>t?u.type===(a?r:e):a?u.type.startsWith(`${r}/`):u.type===r}function $1(e){return new class{getData(t){var r;let o=(r=this.items.find(un(t,!0)))!==null&&r!==void 0?r:this.items.find(un(t,!1)),a="";return o?.getAsString(u=>{a=u}),a}setData(t,r){let o=this.items.findIndex(un(t,!0)),a=new $d(r,t);o>=0?this.items.splice(o,1,a):this.items.push(a)}clearData(t){if(t){let r=this.items.findIndex(un(t,!0));r>=0&&this.items.remove(r)}else this.items.clear()}get types(){let t=[];return this.files.length&&t.push("Files"),this.items.forEach(r=>t.push(r.type)),Object.freeze(t),t}setDragImage(){}constructor(){jt(this,"dropEffect","none"),jt(this,"effectAllowed","uninitialized"),jt(this,"items",new N1),jt(this,"files",Ka(e,[]))}}}function Ya(e,t=[]){let r=typeof e.DataTransfer>"u"?$1(e):new e.DataTransfer;return Object.defineProperty(r,"files",{get:()=>Ka(e,t)}),r}function B1(e,t){if(t.kind==="file")return t.getAsFile();let r="";return t.getAsString(o=>{r=o}),new e.Blob([r],{type:t.type})}function Bd(e,t,r){return t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function kd(e,...t){let r=Object.fromEntries(t.map(o=>[typeof o=="string"?"text/plain":o.type,Promise.resolve(o)]));return typeof e.ClipboardItem<"u"?new e.ClipboardItem(r):new class{get types(){return Array.from(Object.keys(this.data))}async getType(o){let a=await this.data[o];if(!a)throw new Error(`${o} is not one of the available MIME types on this item.`);return a instanceof e.Blob?a:new e.Blob([a],{type:o})}constructor(o){Bd(this,"data",void 0),this.data=o}}(r)}var gr=Symbol("Manage ClipboardSub");function _l(e,t){return Object.assign(new class extends e.EventTarget{async read(){return Array.from(this.items)}async readText(){let r="";for(let o of this.items){let a=o.types.includes("text/plain")?"text/plain":o.types.find(u=>u.startsWith("text/"));a&&(r+=await o.getType(a).then(u=>Nd(u,e.FileReader)))}return r}async write(r){this.items=r}async writeText(r){this.items=[kd(e,r)]}constructor(...r){super(...r),Bd(this,"items",[])}},{[gr]:t})}function Ja(e){return!!e?.[gr]}function k1(e){if(Ja(e.navigator.clipboard))return e.navigator.clipboard[gr];let t=Object.getOwnPropertyDescriptor(e.navigator,"clipboard"),r,o={resetClipboardStub:()=>{r=_l(e,o)},detachClipboardStub:()=>{t?Object.defineProperty(e.navigator,"clipboard",t):Object.defineProperty(e.navigator,"clipboard",{value:void 0,configurable:!0})}};return r=_l(e,o),Object.defineProperty(e.navigator,"clipboard",{get:()=>r,configurable:!0}),r[gr]}function D1(e){Ja(e.navigator.clipboard)&&e.navigator.clipboard[gr].resetClipboardStub()}function L1(e){Ja(e.navigator.clipboard)&&e.navigator.clipboard[gr].detachClipboardStub()}async function F1(e){let t=e.defaultView,r=t?.navigator.clipboard,o=r&&await r.read();if(!o)throw new Error("The Clipboard API is unavailable.");let a=Ya(t);for(let u of o)for(let n of u.types)a.setData(n,await u.getType(n).then(i=>Nd(i,t.FileReader)));return a}async function Dd(e,t){let r=dt(e),o=r.navigator.clipboard,a=[];for(let u=0;u<t.items.length;u++){let n=t.items[u],i=B1(r,n);a.push(kd(r,i))}if(!(o&&await o.write(a).then(()=>!0,()=>!1)))throw new Error("The Clipboard API is unavailable.")}var Rn=globalThis;typeof Rn.afterEach=="function"&&Rn.afterEach(()=>D1(globalThis.window));typeof Rn.afterAll=="function"&&Rn.afterAll(()=>L1(globalThis.window));function zt(e){return e.hasAttribute("contenteditable")&&(e.getAttribute("contenteditable")=="true"||e.getAttribute("contenteditable")=="")}function Qr(e){let t=U1(e);return t&&(t.closest('[contenteditable=""]')||t.closest('[contenteditable="true"]'))}function U1(e){return e.nodeType===1?e:e.parentElement}function vr(e){return Ld(e)&&!e.readOnly||zt(e)}var ta;(function(e){e.text="text",e.date="date",e["datetime-local"]="datetime-local",e.email="email",e.month="month",e.number="number",e.password="password",e.search="search",e.tel="tel",e.time="time",e.url="url",e.week="week"})(ta||(ta={}));function Ld(e){return me(e,"textarea")||me(e,"input")&&e.type in ta}var ra;(function(e){e.email="email",e.password="password",e.search="search",e.telephone="telephone",e.text="text",e.url="url"})(ra||(ra={}));function H1(e){var t;let r=(t=e.getAttribute("maxlength"))!==null&&t!==void 0?t:"";return/^\d+$/.test(r)&&Number(r)>=0?Number(r):void 0}function V1(e){return me(e,"textarea")||me(e,"input")&&e.type in ra}var Fd=["input:not([type=hidden]):not([disabled])","button:not([disabled])","select:not([disabled])","textarea:not([disabled])",'[contenteditable=""]','[contenteditable="true"]',"a[href]","[tabindex]:not([disabled])"].join(", ");function Xa(e){return e.matches(Fd)}var Tn;(function(e){e["{"]="}",e["["]="]"})(Tn||(Tn={}));function Ud(e,t){let r=0,o=e[r]in Tn?e[r]:"";r+=o.length;let a=new RegExp(`^\\${o}{2}`).test(e)?"":o;return{type:a,...a===""?z1(e,r,t):W1(e,r,a,t)}}function z1(e,t,r){let o=e[t];return Hd(o,e,t,r),t+=o.length,{consumedLength:t,descriptor:o,releasePrevious:!1,releaseSelf:!0,repeat:1}}function W1(e,t,r,o){var a,u;let n=e[t]==="/"?"/":"";t+=n.length;let i=r==="{"&&e[t]==="\\";t+=Number(i);let l=i?e[t]:(a=e.slice(t).match(r==="{"?/^\w+|^[^}>/]/:/^\w+/))===null||a===void 0?void 0:a[0];Hd(l,e,t,o),t+=l.length;var s;let f=(s=(u=e.slice(t).match(/^>\d+/))===null||u===void 0?void 0:u[0])!==null&&s!==void 0?s:"";t+=f.length;let d=e[t]==="/"||!f&&e[t]===">"?e[t]:"";t+=d.length;let c=Tn[r],p=e[t]===c?c:"";if(!p)throw new Error(Vd([!f&&"repeat modifier",!d&&"release modifier",`"${c}"`].filter(Boolean).join(" or "),e[t],e,o));return t+=p.length,{consumedLength:t,descriptor:l,releasePrevious:!!n,repeat:f?Math.max(Number(f.substr(1)),1):1,releaseSelf:G1(d,f)}}function Hd(e,t,r,o){if(!e)throw new Error(Vd("key descriptor",t[r],t,o))}function G1(e,t){if(e)return e==="/";if(t)return!1}function Vd(e,t,r,o){return`Expected ${e} but found "${t??""}" in "${r}"
181
- See ${o==="pointer"?"https://testing-library.com/docs/user-event/pointer#pressing-a-button-or-touching-the-screen":"https://testing-library.com/docs/user-event/keyboard"}
182
- for more information about how userEvent parses your input.`}function K1(e){return new e.constructor(e.type,e)}var Ue;(function(e){e[e.Trigger=2]="Trigger",e[e.Call=1]="Call"})(Ue||(Ue={}));function Ir(e,t){e.levelRefs[t]={}}function cn(e,t){return e.levelRefs[t]}var cr;(function(e){e[e.EachTrigger=4]="EachTrigger",e[e.EachApiCall=2]="EachApiCall",e[e.EachTarget=1]="EachTarget",e[e.Never=0]="Never"})(cr||(cr={}));function Ct(e){for(let r=e;r;r=r.parentElement)if(me(r,["button","input","select","textarea","optgroup","option"])){if(r.hasAttribute("disabled"))return!0}else if(me(r,"fieldset")){var t;if(r.hasAttribute("disabled")&&!(!((t=r.querySelector(":scope > legend"))===null||t===void 0)&&t.contains(e)))return!0}else if(r.tagName.includes("-")&&r.constructor.formAssociated&&r.hasAttribute("disabled"))return!0;return!1}function ro(e){let t=e.activeElement;return t?.shadowRoot?ro(t.shadowRoot):Ct(t)?e.ownerDocument?e.ownerDocument.body:e.body:t}function ho(e){var t;return(t=ro(e))!==null&&t!==void 0?t:e.body}function Y1(e,t){let r=e;do{if(t(r))return r;r=r.parentElement}while(r&&r!==e.ownerDocument.body)}function ft(e){return zd(e)&&Ld(e)}function J1(e){return zd(e)&&Id(e)}function zd(e){return e.nodeType===1}function X1(e){let t=e.ownerDocument.getSelection();if(t?.focusNode&&ft(e)){let o=Qr(t.focusNode);if(o){if(!t.isCollapsed){var r;let a=((r=o.firstChild)===null||r===void 0?void 0:r.nodeType)===3?o.firstChild:o;t.setBaseAndExtent(a,0,a,0)}}else t.setBaseAndExtent(e,0,e,0)}}function _r(e,t){return ye().eventWrapper(e)}function $t(e){let t=Y1(e,Xa),r=ro(e.ownerDocument);(t??e.ownerDocument.body)!==r&&(_r(t?()=>t.focus():()=>r?.blur()),X1(t??e.ownerDocument.body))}function Q1(e){!Xa(e)||ro(e.ownerDocument)!==e||_r(()=>e.blur())}var Bt={};Bt.click=(e,t,r)=>{let o=t.closest("button,input,label,select,textarea"),a=o&&me(o,"label")&&o.control;if(a)return()=>{Xa(a)&&$t(a),r.dispatchEvent(a,K1(e))};if(me(t,"input",{type:"file"}))return()=>{Q1(t),t.dispatchEvent(new(dt(t)).Event("fileDialog")),$t(t)}};var Er=Symbol("Displayed value in UI"),wt=Symbol("Displayed selection in UI"),An=Symbol("Initial value to compare on blur");function Z1(e){return typeof e=="object"&&Er in e}function eS(e){return!!e&&typeof e=="object"&&wt in e}function tS(e,t){e[An]===void 0&&(e[An]=e.value),e[Er]=t,e.value=Object.assign(new String(t),{[Er]:!0})}function pt(e){return e[Er]===void 0?e.value:String(e[Er])}function Qa(e){e[Er]=void 0}function Wd(e){e[An]=void 0}function rS(e){return e[An]}function nS(e,t){e[wt]=t}function Tr(e,{focusOffset:t,anchorOffset:r=t},o="replace"){let a=pt(e).length,u=d=>Math.max(0,Math.min(a,d)),n=o==="replace"||e[wt]===void 0?u(r):e[wt].anchorOffset,i=u(t),l=Math.min(n,i),s=Math.max(n,i);if(e[wt]={anchorOffset:n,focusOffset:i},e.selectionStart===l&&e.selectionEnd===s)return;let f=Object.assign(new Number(l),{[wt]:!0});try{e.setSelectionRange(f,s)}catch{}}function Zr(e){var t,r,o;let a=(o=e[wt])!==null&&o!==void 0?o:{anchorOffset:(t=e.selectionStart)!==null&&t!==void 0?t:0,focusOffset:(r=e.selectionEnd)!==null&&r!==void 0?r:0};return{...a,startOffset:Math.min(a.anchorOffset,a.focusOffset),endOffset:Math.max(a.anchorOffset,a.focusOffset)}}function oS(e){return!!e[wt]}function _n(e){e[wt]=void 0}var xn=globalThis.parseInt;function aS(e){let t=e.replace(/\D/g,"");if(t.length<2)return e;let r=xn(t[0],10),o=xn(t[1],10);if(r>=3||r===2&&o>=4){let a;return r>=3?a=1:a=2,El(t,a)}return e.length===2?e:El(t,2)}function El(e,t){let r=e.slice(0,t),o=Math.min(xn(r,10),23),a=e.slice(t),u=xn(a,10),n=Math.min(u,59);return`${o.toString().padStart(2,"0")}:${n.toString().padStart(2,"0")}`}function Gd(e,t){let r=e.cloneNode();return r.value=t,r.value===t}function Kd(e,t,r,o){if(En(e)&&t+r>=0&&t+r<=e.nodeValue.length)return{node:e,offset:t+r};let a=wl(e,t,r);if(a){if(En(a))return{node:a,offset:r>0?Math.min(1,a.nodeValue.length):Math.max(a.nodeValue.length-1,0)};if(me(a,"br")){let u=wl(a,void 0,r);return u?En(u)?{node:u,offset:r>0?0:u.nodeValue.length}:r<0&&me(u,"br")?{node:a.parentNode,offset:dn(a)}:{node:u.parentNode,offset:dn(u)+(r>0?0:1)}:r<0&&o==="deleteContentBackward"?{node:a.parentNode,offset:dn(a)}:void 0}else return{node:a.parentNode,offset:dn(a)+(r>0?1:0)}}}function wl(e,t,r){let o=Number(t)+(r<0?-1:0);return t!==void 0&&Za(e)&&o>=0&&o<e.children.length&&(e=e.children[o]),lS(e,r===1?"next":"previous",iS)}function iS(e){if(En(e))return!0;if(Za(e)){if(me(e,["input","textarea"]))return e.type!=="hidden";if(me(e,"br"))return!0}return!1}function dn(e){let t=0;for(;e.previousSibling;)t++,e=e.previousSibling;return t}function Za(e){return e.nodeType===1}function En(e){return e.nodeType===3}function lS(e,t,r){for(;;){var o;let a=e[`${t}Sibling`];if(a){if(e=sS(a,t==="next"?"first":"last"),r(e))return e}else if(e.parentNode&&(!Za(e.parentNode)||!zt(e.parentNode)&&e.parentNode!==((o=e.ownerDocument)===null||o===void 0?void 0:o.body)))e=e.parentNode;else break}}function sS(e,t){for(;e.hasChildNodes();)e=e[`${t}Child`];return e}var en=Symbol("Track programmatic changes for React workaround");function uS(e){return Object.getOwnPropertyNames(e).some(t=>t.startsWith("__react"))&&dt(e).REACT_VERSION===17}function cS(e){uS(e)&&(e[en]={previousValue:String(e.value),tracked:[]})}function dS(e,t){var r,o;(o=e[en])===null||o===void 0||(r=o.tracked)===null||r===void 0||r.push(t),e[en]||(Qa(e),Tr(e,{focusOffset:t.length}))}function fS(e,t){var r;let o=e[en];if(e[en]=void 0,!(!(o==null||(r=o.tracked)===null||r===void 0)&&r.length))return;let a=o.tracked.length===2&&o.tracked[0]===o.previousValue&&o.tracked[1]===e.value;a||Qa(e),oS(e)&&Tr(e,{focusOffset:a?t:e.value.length})}function Yd(e){let t=pS(e);if(t&&ft(t))return{type:"input",selection:Zr(t)};let r=t?.ownerDocument.getSelection();return{type:Qr(e)&&r?.anchorNode&&Qr(r.anchorNode)?"contenteditable":"default",selection:r}}function pS(e){return e.nodeType===1?e:e.parentElement}function mS(e){let t=Yd(e);if(t.type==="input")return t.selection;if(t.type==="contenteditable"){var r;return(r=t.selection)===null||r===void 0?void 0:r.getRangeAt(0)}}function Wt({focusNode:e,focusOffset:t,anchorNode:r=e,anchorOffset:o=t}){var a,u;if(Yd(e).type==="input")return Tr(e,{anchorOffset:o,focusOffset:t});(u=r.ownerDocument)===null||u===void 0||(a=u.getSelection())===null||a===void 0||a.setBaseAndExtent(r,o,e,t)}function Jd(e){return me(e,"input")&&["date","time"].includes(e.type)}function wr(e,t,r,o="insertText"){let a=mS(t);a&&(!Jd(t)&&!e.dispatchUIEvent(t,"beforeinput",{inputType:o,data:r})||("startContainer"in a?hS(e,t,a,r,o):yS(e,t,a,r,o)))}function hS(e,t,r,o,a){let u=!1;if(!r.collapsed)u=!0,r.deleteContents();else if(["deleteContentBackward","deleteContentForward"].includes(a)){let n=Kd(r.startContainer,r.startOffset,a==="deleteContentBackward"?-1:1,a);if(n){u=!0;let i=r.cloneRange();i.comparePoint(n.node,n.offset)<0?i.setStart(n.node,n.offset):i.setEnd(n.node,n.offset),i.deleteContents()}}if(o)if(r.endContainer.nodeType===3){let n=r.endOffset;r.endContainer.insertData(n,o),r.setStart(r.endContainer,n+o.length),r.setEnd(r.endContainer,n+o.length)}else{let n=t.ownerDocument.createTextNode(o);r.insertNode(n),r.setStart(n,o.length),r.setEnd(n,o.length)}(u||o)&&e.dispatchUIEvent(t,"input",{inputType:a})}function yS(e,t,r,o,a){let u=o;if(V1(t)){let s=H1(t);if(s!==void 0&&o.length>0){let f=s-t.value.length;if(f>0)u=o.substring(0,f);else return}}let{newValue:n,newOffset:i,oldValue:l}=bS(u,t,r,a);n===l&&i===r.startOffset&&i===r.endOffset||me(t,"input",{type:"number"})&&!gS(n)||(tS(t,n),Wt({focusNode:t,anchorOffset:i,focusOffset:i}),Jd(t)?Gd(t,n)&&(Sl(e,t,i,{}),e.dispatchUIEvent(t,"change"),Wd(t)):Sl(e,t,i,{data:o,inputType:a}))}function bS(e,t,{startOffset:r,endOffset:o},a){let u=pt(t),n=Math.max(0,r===o&&a==="deleteContentBackward"?r-1:r),i=u.substring(0,n),l=Math.min(u.length,r===o&&a==="deleteContentForward"?r+1:o),s=u.substring(l,u.length),f=`${i}${e}${s}`,d=n+e.length;if(me(t,"input",{type:"time"})){let c=aS(f);c!==""&&Gd(t,c)&&(f=c,d=c.length)}return{oldValue:u,newValue:f,newOffset:d}}function Sl(e,t,r,o){e.dispatchUIEvent(t,"input",o),fS(t,r)}function gS(e){var t,r;let o=e.split("e",2);return!(/[^\d.\-e]/.test(e)||Number((t=e.match(/-/g))===null||t===void 0?void 0:t.length)>2||Number((r=e.match(/\./g))===null||r===void 0?void 0:r.length)>1||o[1]&&!/^-?\d*$/.test(o[1]))}Bt.cut=(e,t,r)=>()=>{vr(t)&&wr(r,t,"","deleteByCut")};function vS(e){return e?zt(e)?e.textContent:pt(e):null}function _S(e){let t=dt(e);for(let r=e;r?.ownerDocument;r=r.parentElement){let{display:o,visibility:a}=t.getComputedStyle(r);if(o==="none"||a==="hidden")return!1}return!0}function ES(e,t){let r=e.ownerDocument,o=r.querySelectorAll(Fd),a=Array.from(o).filter(l=>l===e||!(Number(l.getAttribute("tabindex"))<0||Ct(l)));Number(e.getAttribute("tabindex"))>=0&&a.sort((l,s)=>{let f=Number(l.getAttribute("tabindex")),d=Number(s.getAttribute("tabindex"));return f===d?0:f===0?1:d===0?-1:f-d});let u={},n=[r.body],i=me(e,"input",{type:"radio"})?e.name:void 0;a.forEach(l=>{let s=l;if(me(s,"input",{type:"radio"})&&s.name){if(s===e){n.push(s);return}else if(s.name===i)return;if(s.checked){n=n.filter(f=>!me(f,"input",{type:"radio",name:s.name})),n.push(s),u[s.name]=s;return}if(typeof u[s.name]<"u")return}n.push(s)});for(let l=n.findIndex(s=>s===e);;)if(l+=t?-1:1,l===n.length?l=0:l===-1&&(l=n.length-1),n[l]===e||n[l]===r.body||_S(n[l]))return n[l]}function Cl(e,t){if(ft(e)){let r=Zr(e);Wt({focusNode:e,focusOffset:r.startOffset===r.endOffset?r.focusOffset+t:t<0?r.startOffset:r.endOffset})}else{let r=e.ownerDocument.getSelection();if(!r?.focusNode)return;if(r.isCollapsed){let o=Kd(r.focusNode,r.focusOffset,t);o&&Wt({focusNode:o.node,focusOffset:o.offset})}else r[t<0?"collapseToStart":"collapseToEnd"]()}}function Xd(e){if(ft(e))return Wt({focusNode:e,anchorOffset:0,focusOffset:pt(e).length});var t;let r=(t=Qr(e))!==null&&t!==void 0?t:e.ownerDocument.body;Wt({focusNode:r,anchorOffset:0,focusOffset:r.childNodes.length})}function wS(e){if(ft(e))return Zr(e).startOffset===0&&Zr(e).endOffset===pt(e).length;var t;let r=(t=Qr(e))!==null&&t!==void 0?t:e.ownerDocument.body,o=e.ownerDocument.getSelection();return o?.anchorNode===r&&o.focusNode===r&&o.anchorOffset===0&&o.focusOffset===r.childNodes.length}function Nr(e,t,r){var o;if(ft(e))return Wt({focusNode:e,anchorOffset:t,focusOffset:r});if(zt(e)&&((o=e.firstChild)===null||o===void 0?void 0:o.nodeType)===3)return Wt({focusNode:e.firstChild,anchorOffset:t,focusOffset:r});throw new Error("Not implemented. The result of this interaction is unreliable.")}function fn(e,t,r){let o=dt(t),a=Array.from(t.ownerDocument.querySelectorAll(t.name?`input[type="radio"][name="${o.CSS.escape(t.name)}"]`:'input[type="radio"][name=""], input[type="radio"]:not([name])'));for(let u=a.findIndex(n=>n===t)+r;;u+=r){if(a[u]||(u=r>0?0:a.length-1),a[u]===t)return;Ct(a[u])||($t(a[u]),e.dispatchUIEvent(a[u],"click"))}}Bt.keydown=(e,t,r)=>{var o,a;return(a=(o=Pl[e.key])===null||o===void 0?void 0:o.call(Pl,e,t,r))!==null&&a!==void 0?a:SS(e,t,r)};var Pl={ArrowDown:(e,t,r)=>{if(me(t,"input",{type:"radio"}))return()=>fn(r,t,-1)},ArrowLeft:(e,t,r)=>me(t,"input",{type:"radio"})?()=>fn(r,t,-1):()=>Cl(t,-1),ArrowRight:(e,t,r)=>me(t,"input",{type:"radio"})?()=>fn(r,t,1):()=>Cl(t,1),ArrowUp:(e,t,r)=>{if(me(t,"input",{type:"radio"}))return()=>fn(r,t,1)},Backspace:(e,t,r)=>{if(vr(t))return()=>{wr(r,t,"","deleteContentBackward")}},Delete:(e,t,r)=>{if(vr(t))return()=>{wr(r,t,"","deleteContentForward")}},End:(e,t)=>{if(me(t,["input","textarea"])||zt(t))return()=>{var r,o;let a=(o=(r=vS(t))===null||r===void 0?void 0:r.length)!==null&&o!==void 0?o:0;Nr(t,a,a)}},Home:(e,t)=>{if(me(t,["input","textarea"])||zt(t))return()=>{Nr(t,0,0)}},PageDown:(e,t)=>{if(me(t,["input"]))return()=>{let r=pt(t).length;Nr(t,r,r)}},PageUp:(e,t)=>{if(me(t,["input"]))return()=>{Nr(t,0,0)}},Tab:(e,t,r)=>()=>{let o=ES(t,r.system.keyboard.modifiers.Shift);$t(o),ft(o)&&Tr(o,{anchorOffset:0,focusOffset:o.value.length})}},SS=(e,t,r)=>{if(e.code==="KeyA"&&r.system.keyboard.modifiers.Control)return()=>Xd(t)};Bt.keypress=(e,t,r)=>{if(e.key==="Enter"){if(me(t,"button")||me(t,"input")&&CS.includes(t.type)||me(t,"a")&&t.href)return()=>{r.dispatchUIEvent(t,"click")};if(me(t,"input")){let o=t.form,a=o?.querySelector('input[type="submit"], button:not([type]), button[type="submit"]');return a?()=>r.dispatchUIEvent(a,"click"):o&&PS.includes(t.type)&&o.querySelectorAll("input").length===1?()=>r.dispatchUIEvent(o,"submit"):void 0}}if(vr(t)){let o=e.key==="Enter"?zt(t)&&!r.system.keyboard.modifiers.Shift?"insertParagraph":"insertLineBreak":"insertText",a=e.key==="Enter"?`
183
- `:e.key;return()=>wr(r,t,a,o)}};var CS=["button","color","file","image","reset","submit"],PS=["email","month","password","search","tel","text","url","week"];Bt.keyup=(e,t,r)=>{var o;return(o=Ol[e.key])===null||o===void 0?void 0:o.call(Ol,e,t,r)};var Ol={" ":(e,t,r)=>{if(Id(t))return()=>r.dispatchUIEvent(t,"click")}};Bt.paste=(e,t,r)=>{if(vr(t))return()=>{var o;let a=(o=e.clipboardData)===null||o===void 0?void 0:o.getData("text");a&&wr(r,t,a,"insertFromPaste")}};var Qd={auxclick:{EventType:"PointerEvent",defaultInit:{bubbles:!0,cancelable:!0,composed:!0}},beforeinput:{EventType:"InputEvent",defaultInit:{bubbles:!0,cancelable:!0,composed:!0}},click:{EventType:"PointerEvent",defaultInit:{bubbles:!0,cancelable:!0,composed:!0}},contextmenu:{EventType:"PointerEvent",defaultInit:{bubbles:!0,cancelable:!0,composed:!0}},copy:{EventType:"ClipboardEvent",defaultInit:{bubbles:!0,cancelable:!0,composed:!0}},change:{EventType:"Event",defaultInit:{bubbles:!0,cancelable:!1}},cut:{EventType:"ClipboardEvent",defaultInit:{bubbles:!0,cancelable:!0,composed:!0}},dblclick:{EventType:"MouseEvent",defaultInit:{bubbles:!0,cancelable:!0,composed:!0}},keydown:{EventType:"KeyboardEvent",defaultInit:{bubbles:!0,cancelable:!0,composed:!0}},keypress:{EventType:"KeyboardEvent",defaultInit:{bubbles:!0,cancelable:!0,composed:!0}},keyup:{EventType:"KeyboardEvent",defaultInit:{bubbles:!0,cancelable:!0,composed:!0}},paste:{EventType:"ClipboardEvent",defaultInit:{bubbles:!0,cancelable:!0,composed:!0}},input:{EventType:"InputEvent",defaultInit:{bubbles:!0,cancelable:!1,composed:!0}},mousedown:{EventType:"MouseEvent",defaultInit:{bubbles:!0,cancelable:!0,composed:!0}},mouseenter:{EventType:"MouseEvent",defaultInit:{bubbles:!1,cancelable:!1,composed:!0}},mouseleave:{EventType:"MouseEvent",defaultInit:{bubbles:!1,cancelable:!1,composed:!0}},mousemove:{EventType:"MouseEvent",defaultInit:{bubbles:!0,cancelable:!0,composed:!0}},mouseout:{EventType:"MouseEvent",defaultInit:{bubbles:!0,cancelable:!0,composed:!0}},mouseover:{EventType:"MouseEvent",defaultInit:{bubbles:!0,cancelable:!0,composed:!0}},mouseup:{EventType:"MouseEvent",defaultInit:{bubbles:!0,cancelable:!0,composed:!0}},pointerover:{EventType:"PointerEvent",defaultInit:{bubbles:!0,cancelable:!0,composed:!0}},pointerenter:{EventType:"PointerEvent",defaultInit:{bubbles:!1,cancelable:!1}},pointerdown:{EventType:"PointerEvent",defaultInit:{bubbles:!0,cancelable:!0,composed:!0}},pointermove:{EventType:"PointerEvent",defaultInit:{bubbles:!0,cancelable:!0,composed:!0}},pointerup:{EventType:"PointerEvent",defaultInit:{bubbles:!0,cancelable:!0,composed:!0}},pointercancel:{EventType:"PointerEvent",defaultInit:{bubbles:!0,cancelable:!1,composed:!0}},pointerout:{EventType:"PointerEvent",defaultInit:{bubbles:!0,cancelable:!0,composed:!0}},pointerleave:{EventType:"PointerEvent",defaultInit:{bubbles:!1,cancelable:!1}},submit:{EventType:"Event",defaultInit:{bubbles:!0,cancelable:!0}}};function Zd(e){return Qd[e].EventType}var OS=["MouseEvent","PointerEvent"];function RS(e){return OS.includes(Zd(e))}function TS(e){return Zd(e)==="KeyboardEvent"}var AS={ClipboardEvent:[qS],Event:[],InputEvent:[pn,MS],MouseEvent:[pn,yo,Rl],PointerEvent:[pn,yo,Rl,IS],KeyboardEvent:[pn,yo,jS]};function ef(e,t,r){let o=dt(t),{EventType:a,defaultInit:u}=Qd[e],n=new(xS(o))[a](e,u);return AS[a].forEach(i=>i(n,r??{})),n}function xS(e){var t;let r=(t=e.Event)!==null&&t!==void 0?t:class{};var o;let a=(o=e.AnimationEvent)!==null&&o!==void 0?o:class extends r{};var u;let n=(u=e.ClipboardEvent)!==null&&u!==void 0?u:class extends r{};var i;let l=(i=e.PopStateEvent)!==null&&i!==void 0?i:class extends r{};var s;let f=(s=e.ProgressEvent)!==null&&s!==void 0?s:class extends r{};var d;let c=(d=e.TransitionEvent)!==null&&d!==void 0?d:class extends r{};var p;let m=(p=e.UIEvent)!==null&&p!==void 0?p:class extends r{};var h;let b=(h=e.CompositionEvent)!==null&&h!==void 0?h:class extends m{};var y;let v=(y=e.FocusEvent)!==null&&y!==void 0?y:class extends m{};var S;let E=(S=e.InputEvent)!==null&&S!==void 0?S:class extends m{};var C;let T=(C=e.KeyboardEvent)!==null&&C!==void 0?C:class extends m{};var O;let g=(O=e.MouseEvent)!==null&&O!==void 0?O:class extends m{};var P;let q=(P=e.DragEvent)!==null&&P!==void 0?P:class extends g{};var j;let U=(j=e.PointerEvent)!==null&&j!==void 0?j:class extends g{};var H;let V=(H=e.TouchEvent)!==null&&H!==void 0?H:class extends m{};return{Event:r,AnimationEvent:a,ClipboardEvent:n,PopStateEvent:l,ProgressEvent:f,TransitionEvent:c,UIEvent:m,CompositionEvent:b,FocusEvent:v,InputEvent:E,KeyboardEvent:T,MouseEvent:g,DragEvent:q,PointerEvent:U,TouchEvent:V}}function tr(e,t){for(let[r,o]of Object.entries(t))Object.defineProperty(e,r,{get:()=>o??null})}function qe(e){return Number(e??0)}function qS(e,{clipboardData:t}){tr(e,{clipboardData:t})}function MS(e,{data:t,inputType:r,isComposing:o}){tr(e,{data:t,isComposing:!!o,inputType:String(r)})}function pn(e,{view:t,detail:r}){tr(e,{view:t,detail:qe(r??0)})}function yo(e,{altKey:t,ctrlKey:r,metaKey:o,shiftKey:a,modifierAltGraph:u,modifierCapsLock:n,modifierFn:i,modifierFnLock:l,modifierNumLock:s,modifierScrollLock:f,modifierSymbol:d,modifierSymbolLock:c}){tr(e,{altKey:!!t,ctrlKey:!!r,metaKey:!!o,shiftKey:!!a,getModifierState(p){return!!{Alt:t,AltGraph:u,CapsLock:n,Control:r,Fn:i,FnLock:l,Meta:o,NumLock:s,ScrollLock:f,Shift:a,Symbol:d,SymbolLock:c}[p]}})}function jS(e,{key:t,code:r,location:o,repeat:a,isComposing:u,charCode:n}){tr(e,{key:String(t),code:String(r),location:qe(o),repeat:!!a,isComposing:!!u,charCode:n})}function Rl(e,{x:t,y:r,screenX:o,screenY:a,clientX:u=t,clientY:n=r,button:i,buttons:l,relatedTarget:s}){tr(e,{screenX:qe(o),screenY:qe(a),clientX:qe(u),x:qe(u),clientY:qe(n),y:qe(n),button:qe(i),buttons:qe(l),relatedTarget:s})}function IS(e,{pointerId:t,width:r,height:o,pressure:a,tangentialPressure:u,tiltX:n,tiltY:i,twist:l,pointerType:s,isPrimary:f}){tr(e,{pointerId:qe(t),width:qe(r),height:qe(o),pressure:qe(a),tangentialPressure:qe(u),tiltX:qe(n),tiltY:qe(i),twist:qe(l),pointerType:String(s),isPrimary:!!f})}function NS(e,t,r,o=!1){(RS(t)||TS(t))&&(r={...r,...this.system.getUIEventModifiers()});let a=ef(t,e,r);return tf.call(this,e,a,o)}function tf(e,t,r=!1){var o;let a=t.type,u=r?()=>{}:(o=Bt[a])===null||o===void 0?void 0:o.call(Bt,t,e,this);if(u){t.preventDefault();let n=!1;return Object.defineProperty(t,"defaultPrevented",{get:()=>n}),Object.defineProperty(t,"preventDefault",{value:()=>{n=t.cancelable}}),_r(()=>e.dispatchEvent(t)),n||u(),!n}return _r(()=>e.dispatchEvent(t))}function $S(e,t,r){let o=ef(t,e,r);_r(()=>e.dispatchEvent(o))}var bo=Symbol("Interceptor for programmatical calls");function sr(e,t,r){let o=Object.getOwnPropertyDescriptor(e.constructor.prototype,t),a=Object.getOwnPropertyDescriptor(e,t),u=o?.set?"set":"value";if(typeof o?.[u]!="function"||o[u][bo])throw new Error(`Element ${e.tagName} does not implement "${String(t)}".`);function n(...i){let{applyNative:l=!1,realArgs:s,then:f}=r.call(this,...i),d=(!l&&a||o)[u];u==="set"?d.call(this,s):d.call(this,...s),f?.()}n[bo]=bo,Object.defineProperty(e,t,{...a??o,[u]:n})}function BS(e){sr(e,"value",function(t){let r=Z1(t);return r&&cS(this),{applyNative:!!r,realArgs:kS(this,t),then:r?void 0:()=>dS(this,String(t))}})}function kS(e,t){return me(e,"input",{type:"number"})&&String(t)!==""&&!Number.isNaN(Number(t))?String(Number(t)):String(t)}function DS(e){sr(e,"setSelectionRange",function(t,...r){let o=eS(t);return{applyNative:!!o,realArgs:[Number(t),...r],then:()=>o?void 0:_n(e)}}),sr(e,"selectionStart",function(t){return{realArgs:t,then:()=>_n(e)}}),sr(e,"selectionEnd",function(t){return{realArgs:t,then:()=>_n(e)}}),sr(e,"select",function(){return{realArgs:[],then:()=>nS(e,{anchorOffset:0,focusOffset:pt(e).length})}})}function LS(e){sr(e,"setRangeText",function(...t){return{realArgs:t,then:()=>{Qa(e),_n(e)}}})}var dr=Symbol("Node prepared with document state workarounds");function rf(e){e[dr]||(e.addEventListener("focus",t=>{let r=t.target;Tl(r)},{capture:!0,passive:!0}),e.activeElement&&Tl(e.activeElement),e.addEventListener("blur",t=>{let r=t.target,o=rS(r);o!==void 0&&(r.value!==o&&$S(r,"change"),Wd(r))},{capture:!0,passive:!0}),e[dr]=dr)}function Tl(e){e[dr]||(me(e,["input","textarea"])&&(BS(e),DS(e),LS(e)),e[dr]=dr)}function FS(e){return US(e)?e:e.ownerDocument}function US(e){return e.nodeType===9}function Sr(e){let t=e.delay;if(typeof t=="number")return Promise.all([new Promise(r=>globalThis.setTimeout(()=>r(),t)),e.advanceTimers(t)])}function or(e,t,r){return t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}var Xe;(function(e){e[e.STANDARD=0]="STANDARD",e[e.LEFT=1]="LEFT",e[e.RIGHT=2]="RIGHT",e[e.NUMPAD=3]="NUMPAD"})(Xe||(Xe={}));var HS=["Alt","AltGraph","Control","Fn","Meta","Shift","Symbol"];function Al(e){return HS.includes(e)}var VS=["CapsLock","FnLock","NumLock","ScrollLock","SymbolLock"];function xl(e){return VS.includes(e)}var zS=class{isKeyPressed(e){return!!this.pressed[String(e.code)]}getPressedKeys(){return Object.values(this.pressed).map(e=>e.keyDef)}async keydown(e,t){var r,o,a;let u=String(t.key),n=String(t.code),i=ho(e.config.document);this.setKeydownTarget(i);var l;(l=(r=this.pressed)[o=n])!==null&&l!==void 0||(r[o]={keyDef:t,unpreventedDefault:!1}),Al(u)&&(this.modifiers[u]=!0);let s=e.dispatchUIEvent(i,"keydown",{key:u,code:n});xl(u)&&!this.modifiers[u]&&(this.modifiers[u]=!0,this.modifierLockStart[u]=!0),(a=this.pressed[n]).unpreventedDefault||(a.unpreventedDefault=s),s&&this.hasKeyPress(u)&&e.dispatchUIEvent(ho(e.config.document),"keypress",{key:u,code:n,charCode:t.key==="Enter"?13:String(t.key).charCodeAt(0)})}async keyup(e,t){let r=String(t.key),o=String(t.code),a=this.pressed[o].unpreventedDefault;delete this.pressed[o],Al(r)&&!Object.values(this.pressed).find(u=>u.keyDef.key===r)&&(this.modifiers[r]=!1),e.dispatchUIEvent(ho(e.config.document),"keyup",{key:r,code:o},!a),xl(r)&&this.modifiers[r]&&(this.modifierLockStart[r]?this.modifierLockStart[r]=!1:this.modifiers[r]=!1)}setKeydownTarget(e){e!==this.lastKeydownTarget&&(this.carryChar=""),this.lastKeydownTarget=e}hasKeyPress(e){return(e.length===1||e==="Enter")&&!this.modifiers.Control&&!this.modifiers.Alt}constructor(e){or(this,"system",void 0),or(this,"modifiers",{Alt:!1,AltGraph:!1,CapsLock:!1,Control:!1,Fn:!1,FnLock:!1,Meta:!1,NumLock:!1,ScrollLock:!1,Shift:!1,Symbol:!1,SymbolLock:!1}),or(this,"pressed",{}),or(this,"carryChar",""),or(this,"lastKeydownTarget",void 0),or(this,"modifierLockStart",{}),this.system=e}},WS=[..."0123456789".split("").map(e=>({code:`Digit${e}`,key:e})),...")!@#$%^&*(".split("").map((e,t)=>({code:`Digit${t}`,key:e,shiftKey:!0})),..."abcdefghijklmnopqrstuvwxyz".split("").map(e=>({code:`Key${e.toUpperCase()}`,key:e})),..."ABCDEFGHIJKLMNOPQRSTUVWXYZ".split("").map(e=>({code:`Key${e}`,key:e,shiftKey:!0})),{code:"Space",key:" "},{code:"AltLeft",key:"Alt",location:Xe.LEFT},{code:"AltRight",key:"Alt",location:Xe.RIGHT},{code:"ShiftLeft",key:"Shift",location:Xe.LEFT},{code:"ShiftRight",key:"Shift",location:Xe.RIGHT},{code:"ControlLeft",key:"Control",location:Xe.LEFT},{code:"ControlRight",key:"Control",location:Xe.RIGHT},{code:"MetaLeft",key:"Meta",location:Xe.LEFT},{code:"MetaRight",key:"Meta",location:Xe.RIGHT},{code:"OSLeft",key:"OS",location:Xe.LEFT},{code:"OSRight",key:"OS",location:Xe.RIGHT},{code:"Tab",key:"Tab"},{code:"CapsLock",key:"CapsLock"},{code:"Backspace",key:"Backspace"},{code:"Enter",key:"Enter"},{code:"Escape",key:"Escape"},{code:"ArrowUp",key:"ArrowUp"},{code:"ArrowDown",key:"ArrowDown"},{code:"ArrowLeft",key:"ArrowLeft"},{code:"ArrowRight",key:"ArrowRight"},{code:"Home",key:"Home"},{code:"End",key:"End"},{code:"Delete",key:"Delete"},{code:"PageUp",key:"PageUp"},{code:"PageDown",key:"PageDown"},{code:"Fn",key:"Fn"},{code:"Symbol",key:"Symbol"},{code:"AltRight",key:"AltGraph"}],GS=[{name:"MouseLeft",pointerType:"mouse",button:"primary"},{name:"MouseRight",pointerType:"mouse",button:"secondary"},{name:"MouseMiddle",pointerType:"mouse",button:"auxiliary"},{name:"TouchA",pointerType:"touch"},{name:"TouchB",pointerType:"touch"},{name:"TouchC",pointerType:"touch"}];function KS(e,t,r){return t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}var nf=class{getButtons(){let e=0;for(let t of Object.keys(this.pressed))e|=2**Number(t);return e}down(e){let t=na(e.button);if(t in this.pressed){this.pressed[t].push(e);return}return this.pressed[t]=[e],t}up(e){let t=na(e.button);if(t in this.pressed&&(this.pressed[t]=this.pressed[t].filter(r=>r.name!==e.name),this.pressed[t].length===0))return delete this.pressed[t],t}constructor(){KS(this,"pressed",{})}},ql={primary:0,secondary:1,auxiliary:2,back:3,X1:3,forward:4,X2:4};function na(e=0){return e in ql?ql[e]:Number(e)}var Ml={1:2,2:1};function jl(e){return e=na(e),e in Ml?Ml[e]:e}function YS(e,t,r){return t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}var JS=class{get countPressed(){return this.pressedKeys.size}isPressed(e){return this.pressedKeys.has(e.name)}addPressed(e){return this.pressedKeys.add(e.name)}removePressed(e){return this.pressedKeys.delete(e.name)}constructor(){YS(this,"pressedKeys",new Set)}};function Lr(e,t){let r=[];for(let u=e;u;u=u.parentElement)r.push(u);let o=[];for(let u=t;u;u=u.parentElement)o.push(u);let a=0;for(;!(a>=r.length||a>=o.length||r[r.length-1-a]!==o[o.length-1-a]);a++);return[r.slice(0,r.length-a),o.slice(0,o.length-a),o.slice(o.length-a)]}function oa({target:e,node:t,offset:r}){return ft(e)?{node:e,offset:r??pt(e).length}:t?{node:t,offset:r??(t.nodeType===3?t.nodeValue.length:t.childNodes.length)}:of(e,r)}function of(e,t,r=!0){let o=t===void 0?e.childNodes.length-1:0,a=t===void 0?-1:1;for(;t===void 0?o>=(r?Math.max(e.childNodes.length-1,0):0):o<=e.childNodes.length;){if(t&&o===e.childNodes.length)throw new Error("The given offset is out of bounds.");let u=e.childNodes.item(o),n=String(u.textContent);if(n.length)if(t!==void 0&&n.length<t)t-=n.length;else{if(u.nodeType===1)return of(u,t,!1);if(u.nodeType===3)return{node:u,offset:t??u.nodeValue.length}}o+=a}return{node:e,offset:e.childNodes.length}}function XS({document:e,target:t,clickCount:r,node:o,offset:a}){if(J1(t))return;let u=ft(t),n=String(u?pt(t):t.textContent),[i,l]=o?[a,a]:QS(n,a,r);if(u)return Tr(t,{anchorOffset:i??n.length,focusOffset:l??n.length}),{node:t,start:i??0,end:l??n.length};{let{node:s,offset:f}=oa({target:t,node:o,offset:i}),{node:d,offset:c}=oa({target:t,node:o,offset:l}),p=t.ownerDocument.createRange();try{p.setStart(s,f),p.setEnd(d,c)}catch{throw new Error("The given offset is out of bounds.")}let m=e.getSelection();return m?.removeAllRanges(),m?.addRange(p.cloneRange()),p}}function QS(e,t,r){if(r%3===1||e.length===0)return[t,t];let o=t??e.length;return r%3===2?[o-e.substr(0,t).match(/(\w+|\s+|\W)?$/)[0].length,t===void 0?t:t+e.substr(t).match(/^(\w+|\s+|\W)?/)[0].length]:[o-e.substr(0,t).match(/[^\r\n]*$/)[0].length,t===void 0?t:t+e.substr(t).match(/^[^\r\n]*/)[0].length]}function ZS(e,{document:t,target:r,node:o,offset:a}){let u=oa({target:r,node:o,offset:a});if("node"in e){if(u.node===e.node){let n=u.offset<e.start?e.end:e.start,i=u.offset>e.end||u.offset<e.start?u.offset:e.end;Tr(e.node,{anchorOffset:n,focusOffset:i})}}else{let n=e.cloneRange(),i=n.comparePoint(u.node,u.offset);i<0?n.setStart(u.node,u.offset):i>0&&n.setEnd(u.node,u.offset);let l=t.getSelection();l?.removeAllRanges(),l?.addRange(n.cloneRange())}}function af(e,t){var r,o,a,u,n,i,l,s;return e.target!==t.target||((r=e.coords)===null||r===void 0?void 0:r.x)!==((o=t.coords)===null||o===void 0?void 0:o.y)||((a=e.coords)===null||a===void 0?void 0:a.y)!==((u=t.coords)===null||u===void 0?void 0:u.y)||((n=e.caret)===null||n===void 0?void 0:n.node)!==((i=t.caret)===null||i===void 0?void 0:i.node)||((l=e.caret)===null||l===void 0?void 0:l.offset)!==((s=t.caret)===null||s===void 0?void 0:s.offset)}function Ut(e,t,r){return t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}var eC=class{move(e,t){let r=this.position,o=this.getTarget(e);if(this.position=t,!af(r,t))return;let a=this.getTarget(e),u=this.getEventInit("mousemove"),[n,i]=Lr(o,a);return{leave:()=>{o!==a&&(e.dispatchUIEvent(o,"mouseout",u),n.forEach(l=>e.dispatchUIEvent(l,"mouseleave",u)))},enter:()=>{o!==a&&(e.dispatchUIEvent(a,"mouseover",u),i.forEach(l=>e.dispatchUIEvent(l,"mouseenter",u)))},move:()=>{e.dispatchUIEvent(a,"mousemove",u),this.modifySelecting(e)}}}down(e,t,r){let o=this.buttons.down(t);if(o===void 0)return;let a=this.getTarget(e);this.buttonDownTarget[o]=a;let u=Ct(a),n=this.getEventInit("mousedown",t.button);(u||e.dispatchUIEvent(a,"mousedown",n))&&(this.startSelecting(e,n.detail),$t(a)),!u&&jl(t.button)===2&&e.dispatchUIEvent(a,"contextmenu",this.getEventInit("contextmenu",t.button,r))}up(e,t,r){let o=this.buttons.up(t);if(o===void 0)return;let a=this.getTarget(e);if(!Ct(a)){e.dispatchUIEvent(a,"mouseup",this.getEventInit("mouseup",t.button)),this.endSelecting();let u=Lr(this.buttonDownTarget[o],a)[2][0];if(u){let n=this.getEventInit("click",t.button,r);n.detail&&(e.dispatchUIEvent(u,n.button===0?"click":"auxclick",n),n.button===0&&n.detail===2&&e.dispatchUIEvent(u,"dblclick",{...this.getEventInit("dblclick",t.button),detail:n.detail}))}}}resetClickCount(){this.clickCount.reset()}getEventInit(e,t,r){let o={...this.position.coords};return r&&(o.pointerId=r.pointerId,o.pointerType=r.pointerType,o.isPrimary=r.isPrimary),o.button=jl(t),o.buttons=this.buttons.getButtons(),e==="mousedown"?o.detail=this.clickCount.getOnDown(o.button):e==="mouseup"?o.detail=this.clickCount.getOnUp(o.button):(e==="click"||e==="auxclick")&&(o.detail=this.clickCount.incOnClick(o.button)),o}getTarget(e){var t;return(t=this.position.target)!==null&&t!==void 0?t:e.config.document.body}startSelecting(e,t){var r,o;this.selecting=XS({document:e.config.document,target:this.getTarget(e),node:(r=this.position.caret)===null||r===void 0?void 0:r.node,offset:(o=this.position.caret)===null||o===void 0?void 0:o.offset,clickCount:t})}modifySelecting(e){var t,r;this.selecting&&ZS(this.selecting,{document:e.config.document,target:this.getTarget(e),node:(t=this.position.caret)===null||t===void 0?void 0:t.node,offset:(r=this.position.caret)===null||r===void 0?void 0:r.offset})}endSelecting(){this.selecting=void 0}constructor(){Ut(this,"position",{}),Ut(this,"buttons",new nf),Ut(this,"selecting",void 0),Ut(this,"buttonDownTarget",{}),Ut(this,"clickCount",new class{incOnClick(e){let t=this.down[e]===void 0?void 0:Number(this.down[e])+1;return this.count=this.count[e]===void 0?{}:{[e]:Number(this.count[e])+1},t}getOnDown(e){var t;this.down={[e]:(t=this.count[e])!==null&&t!==void 0?t:0};var r;return this.count={[e]:(r=this.count[e])!==null&&r!==void 0?r:0},Number(this.count[e])+1}getOnUp(e){return this.down[e]===void 0?void 0:Number(this.down[e])+1}reset(){this.count={}}constructor(){Ut(this,"down",{}),Ut(this,"count",{})}})}};function qn(e,t){var r;return((r=lf(e,t))===null||r===void 0?void 0:r.pointerEvents)!=="none"}function tC(e){let t=dt(e);for(let r=e,o=[];r?.ownerDocument;r=r.parentElement){o.push(r);let a=t.getComputedStyle(r).pointerEvents;if(a&&!["inherit","unset"].includes(a))return{pointerEvents:a,tree:o}}}var Il=Symbol("Last check for pointer-events");function lf(e,t){let r=t[Il];if(!(e.config.pointerEventsCheck!==cr.Never&&(!r||Nl(e.config.pointerEventsCheck,cr.EachApiCall)&&r[Ue.Call]!==cn(e,Ue.Call)||Nl(e.config.pointerEventsCheck,cr.EachTrigger)&&r[Ue.Trigger]!==cn(e,Ue.Trigger))))return r?.result;let o=tC(t);return t[Il]={[Ue.Call]:cn(e,Ue.Call),[Ue.Trigger]:cn(e,Ue.Trigger),result:o},o}function $r(e,t){let r=lf(e,t);if(r?.pointerEvents==="none")throw new Error([`Unable to perform pointer interaction as the element ${r.tree.length>1?"inherits":"has"} \`pointer-events: none\`:`,"",rC(r.tree)].join(`
184
- `))}function rC(e){return e.reverse().map((t,r)=>["".padEnd(r),t.tagName,t.id&&`#${t.id}`,t.hasAttribute("data-testid")&&`(testId=${t.getAttribute("data-testid")})`,nC(t),e.length>1&&r===0&&" <-- This element declared `pointer-events: none`",e.length>1&&r===e.length-1&&" <-- Asserted pointer events here"].filter(Boolean).join("")).join(`
185
- `)}function nC(e){var t;let r;if(e.hasAttribute("aria-label"))r=e.getAttribute("aria-label");else if(e.hasAttribute("aria-labelledby")){var o,a;r=(a=e.ownerDocument.getElementById(e.getAttribute("aria-labelledby")))===null||a===void 0||(o=a.textContent)===null||o===void 0?void 0:o.trim()}else if(me(e,["button","input","meter","output","progress","select","textarea"])&&!((t=e.labels)===null||t===void 0)&&t.length)r=Array.from(e.labels).map(n=>{var i;return(i=n.textContent)===null||i===void 0?void 0:i.trim()}).join("|");else if(me(e,"button")){var u;r=(u=e.textContent)===null||u===void 0?void 0:u.trim()}return r=r?.replace(/\n/g," "),Number(r?.length)>30&&(r=`${r?.substring(0,29)}…`),r?`(label=${r})`:""}function Nl(e,t){return(e&t)>0}function qt(e,t,r){return t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}var $l=class{init(e,t){this.position=t;let r=this.getTarget(e),[,o]=Lr(null,r),a=this.getEventInit();return $r(e,r),e.dispatchUIEvent(r,"pointerover",a),o.forEach(u=>e.dispatchUIEvent(u,"pointerenter",a)),this}move(e,t){let r=this.position,o=this.getTarget(e);if(this.position=t,!af(r,t))return;let a=this.getTarget(e),u=this.getEventInit(),[n,i]=Lr(o,a);return{leave:()=>{qn(e,o)&&o!==a&&(e.dispatchUIEvent(o,"pointerout",u),n.forEach(l=>e.dispatchUIEvent(l,"pointerleave",u)))},enter:()=>{$r(e,a),o!==a&&(e.dispatchUIEvent(a,"pointerover",u),i.forEach(l=>e.dispatchUIEvent(l,"pointerenter",u)))},move:()=>{e.dispatchUIEvent(a,"pointermove",u)}}}down(e,t){if(this.isDown)return;let r=this.getTarget(e);$r(e,r),this.isDown=!0,this.isPrevented=!e.dispatchUIEvent(r,"pointerdown",this.getEventInit())}up(e,t){if(!this.isDown)return;let r=this.getTarget(e);$r(e,r),this.isDown=!1,e.dispatchUIEvent(r,"pointerup",this.getEventInit())}release(e){let t=this.getTarget(e),[r]=Lr(t,null),o=this.getEventInit();qn(e,t)&&(e.dispatchUIEvent(t,"pointerout",o),r.forEach(a=>e.dispatchUIEvent(a,"pointerleave",o))),this.isCancelled=!0}getTarget(e){var t;return(t=this.position.target)!==null&&t!==void 0?t:e.config.document.body}getEventInit(){return{...this.position.coords,pointerId:this.pointerId,pointerType:this.pointerType,isPrimary:this.isPrimary}}constructor({pointerId:e,pointerType:t,isPrimary:r}){qt(this,"pointerId",void 0),qt(this,"pointerType",void 0),qt(this,"isPrimary",void 0),qt(this,"isMultitouch",!1),qt(this,"isCancelled",!1),qt(this,"isDown",!1),qt(this,"isPrevented",!1),qt(this,"position",{}),this.pointerId=e,this.pointerType=t,this.isPrimary=r,this.isMultitouch=!r}};function Mt(e,t,r){return t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}var oC=class{isKeyPressed(e){return this.devices.get(e.pointerType).isPressed(e)}async press(e,t,r){let o=this.getPointerName(t),a=t.pointerType==="touch"?this.pointers.new(o,t).init(e,r):this.pointers.get(o);a.position=r,a.pointerType!=="touch"&&(this.mouse.position=r),this.devices.get(t.pointerType).addPressed(t),this.buttons.down(t),a.down(e,t),a.pointerType!=="touch"&&!a.isPrevented&&this.mouse.down(e,t,a)}async move(e,t,r){let o=this.pointers.get(t),a=o.move(e,r),u=o.pointerType==="touch"||o.isPrevented&&o.isDown?void 0:this.mouse.move(e,r);a?.leave(),u?.leave(),a?.enter(),u?.enter(),a?.move(),u?.move()}async release(e,t,r){let o=this.devices.get(t.pointerType);o.removePressed(t),this.buttons.up(t);let a=this.pointers.get(this.getPointerName(t));if(a.position=r,a.pointerType!=="touch"&&(this.mouse.position=r),o.countPressed===0&&a.up(e,t),a.pointerType==="touch"&&a.release(e),!a.isPrevented){if(a.pointerType==="touch"&&!a.isMultitouch){let u=this.mouse.move(e,a.position);u?.leave(),u?.enter(),u?.move(),this.mouse.down(e,t,a)}if(!a.isMultitouch){let u=this.mouse.move(e,a.position);u?.leave(),u?.enter(),u?.move(),this.mouse.up(e,t,a)}}}getPointerName(e){return e.pointerType==="touch"?e.name:e.pointerType}getPreviousPosition(e){return this.pointers.has(e)?this.pointers.get(e).position:void 0}resetClickCount(){this.mouse.resetClickCount()}getMouseTarget(e){var t;return(t=this.mouse.position.target)!==null&&t!==void 0?t:e.config.document.body}setMousePosition(e){this.mouse.position=e,this.pointers.get("mouse").position=e}constructor(e){Mt(this,"system",void 0),Mt(this,"mouse",void 0),Mt(this,"buttons",void 0),Mt(this,"devices",new class{get(t){var r,o,a;return(a=(r=this.registry)[o=t])!==null&&a!==void 0||(r[o]=new JS),this.registry[t]}constructor(){Mt(this,"registry",{})}}),Mt(this,"pointers",new class{new(t,r){let o=r.pointerType!=="touch"||!Object.values(this.registry).some(a=>a.pointerType==="touch"&&!a.isCancelled);return o||Object.values(this.registry).forEach(a=>{a.pointerType===r.pointerType&&!a.isCancelled&&(a.isMultitouch=!0)}),this.registry[t]=new $l({pointerId:this.nextId++,pointerType:r.pointerType,isPrimary:o}),this.registry[t]}get(t){if(!this.has(t))throw new Error(`Trying to access pointer "${t}" which does not exist.`);return this.registry[t]}has(t){return t in this.registry}constructor(){Mt(this,"registry",{mouse:new $l({pointerId:1,pointerType:"mouse",isPrimary:!0})}),Mt(this,"nextId",2)}}),this.system=e,this.buttons=new nf,this.mouse=new eC}};function Bl(e,t,r){return t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}var sf=class{getUIEventModifiers(){return{altKey:this.keyboard.modifiers.Alt,ctrlKey:this.keyboard.modifiers.Control,metaKey:this.keyboard.modifiers.Meta,shiftKey:this.keyboard.modifiers.Shift,modifierAltGraph:this.keyboard.modifiers.AltGraph,modifierCapsLock:this.keyboard.modifiers.CapsLock,modifierFn:this.keyboard.modifiers.Fn,modifierFnLock:this.keyboard.modifiers.FnLock,modifierNumLock:this.keyboard.modifiers.NumLock,modifierScrollLock:this.keyboard.modifiers.ScrollLock,modifierSymbol:this.keyboard.modifiers.Symbol,modifierSymbolLock:this.keyboard.modifiers.SymbolLock}}constructor(){Bl(this,"keyboard",new zS(this)),Bl(this,"pointer",new oC(this))}};async function aC(e){let t=[];return this.config.skipHover||t.push({target:e}),t.push({keys:"[MouseLeft]",target:e}),this.pointer(t)}async function iC(e){return this.pointer([{target:e},"[MouseLeft][MouseLeft]"])}async function lC(e){return this.pointer([{target:e},"[MouseLeft][MouseLeft][MouseLeft]"])}async function sC(e){return this.pointer({target:e})}async function uC(e){return $r(this,this.system.pointer.getMouseTarget(this)),this.pointer({target:e.ownerDocument.body})}async function cC({shift:e}={}){return this.keyboard(e===!0?"{Shift>}{Tab}{/Shift}":e===!1?"[/ShiftLeft][/ShiftRight]{Tab}":"{Tab}")}function dC(e,t){let r=[];do{let{type:a,descriptor:u,consumedLength:n,releasePrevious:i,releaseSelf:l=!0,repeat:s}=Ud(t,"keyboard");var o;let f=(o=e.find(d=>{if(a==="["){var c;return((c=d.code)===null||c===void 0?void 0:c.toLowerCase())===u.toLowerCase()}else if(a==="{"){var p;return((p=d.key)===null||p===void 0?void 0:p.toLowerCase())===u.toLowerCase()}return d.key===u}))!==null&&o!==void 0?o:{key:"Unknown",code:"Unknown",[a==="["?"code":"key"]:u};r.push({keyDef:f,releasePrevious:i,releaseSelf:l,repeat:s}),t=t.slice(n)}while(t);return r}async function fC(e){let t=dC(this.config.keyboardMap,e);for(let r=0;r<t.length;r++)await Sr(this.config),await pC(this,t[r])}async function pC(e,{keyDef:t,releasePrevious:r,releaseSelf:o,repeat:a}){let{system:u}=e;if(u.keyboard.isKeyPressed(t)&&await u.keyboard.keyup(e,t),!r){for(let n=1;n<=a;n++)await u.keyboard.keydown(e,t),n<a&&await Sr(e.config);o&&await u.keyboard.keyup(e,t)}}async function mC(e){for(let t of e.system.keyboard.getPressedKeys())await e.system.keyboard.keyup(e,t)}function uf(e){let t=ft(e)?{"text/plain":hC(e)}:{"text/plain":String(e.ownerDocument.getSelection())},r=Ya(dt(e));for(let o in t)t[o]&&r.setData(o,t[o]);return r}function hC(e){let t=Zr(e);return pt(e).substring(t.startOffset,t.endOffset)}async function yC(){let e=this.config.document;var t;let r=(t=e.activeElement)!==null&&t!==void 0?t:e.body,o=uf(r);if(o.items.length!==0)return this.dispatchUIEvent(r,"copy",{clipboardData:o})&&this.config.writeToClipboard&&await Dd(e,o),o}async function bC(){let e=this.config.document;var t;let r=(t=e.activeElement)!==null&&t!==void 0?t:e.body,o=uf(r);if(o.items.length!==0)return this.dispatchUIEvent(r,"cut",{clipboardData:o})&&this.config.writeToClipboard&&await Dd(r.ownerDocument,o),o}async function gC(e){let t=this.config.document;var r;let o=(r=t.activeElement)!==null&&r!==void 0?r:t.body;var a;let u=(a=typeof e=="string"?vC(t,e):e)!==null&&a!==void 0?a:await F1(t).catch(()=>{throw new Error("`userEvent.paste()` without `clipboardData` requires the `ClipboardAPI` to be available.")});this.dispatchUIEvent(o,"paste",{clipboardData:u})}function vC(e,t){let r=Ya(dt(e));return r.setData("text",t),r}function kl(e,t){let r=[];do{let{descriptor:o,consumedLength:a,releasePrevious:u,releaseSelf:n=!0}=Ud(t,"pointer"),i=e.find(l=>l.name===o);i&&r.push({keyDef:i,releasePrevious:u,releaseSelf:n}),t=t.slice(a)}while(t);return r}async function _C(e){let{pointerMap:t}=this.config,r=[];(Array.isArray(e)?e:[e]).forEach(o=>{typeof o=="string"?r.push(...kl(t,o)):"keys"in o?r.push(...kl(t,o.keys).map(a=>({...o,...a}))):r.push(o)});for(let o=0;o<r.length;o++)await Sr(this.config),await EC(this,r[o]);this.system.pointer.resetClickCount()}async function EC(e,t){var r,o;let a="pointerName"in t&&t.pointerName?t.pointerName:"keyDef"in t?e.system.pointer.getPointerName(t.keyDef):"mouse",u=e.system.pointer.getPreviousPosition(a);var n,i,l,s;let f={target:(n=t.target)!==null&&n!==void 0?n:wC(e,u),coords:(i=t.coords)!==null&&i!==void 0?i:u?.coords,caret:{node:(l=t.node)!==null&&l!==void 0?l:Dl(t)||u==null||(r=u.caret)===null||r===void 0?void 0:r.node,offset:(s=t.offset)!==null&&s!==void 0?s:Dl(t)||u==null||(o=u.caret)===null||o===void 0?void 0:o.offset}};"keyDef"in t?(e.system.pointer.isKeyPressed(t.keyDef)&&(Ir(e,Ue.Trigger),await e.system.pointer.release(e,t.keyDef,f)),t.releasePrevious||(Ir(e,Ue.Trigger),await e.system.pointer.press(e,t.keyDef,f),t.releaseSelf&&(Ir(e,Ue.Trigger),await e.system.pointer.release(e,t.keyDef,f)))):(Ir(e,Ue.Trigger),await e.system.pointer.move(e,a,f))}function Dl(e){var t,r;return!!((r=(t=e.target)!==null&&t!==void 0?t:e.node)!==null&&r!==void 0?r:e.offset!==void 0)}function wC(e,t){if(!t)throw new Error("This pointer has no previous position. Provide a target property!");var r;return(r=t.target)!==null&&r!==void 0?r:e.config.document.body}async function SC(e){if(!vr(e)||Ct(e))throw new Error("clear()` is only supported on editable elements.");if($t(e),e.ownerDocument.activeElement!==e)throw new Error("The element to be cleared could not be focused.");if(Xd(e),!wS(e))throw new Error("The element content to be cleared could not be selected.");wr(this,e,"","deleteContentBackward")}async function CC(e,t){return cf.call(this,!0,e,t)}async function PC(e,t){return cf.call(this,!1,e,t)}async function cf(e,t,r){if(!e&&!t.multiple)throw ye().getElementError("Unable to deselect an option in a non-multiple select. Use selectOptions to change the selection instead.",t);let o=Array.isArray(r)?r:[r],a=Array.from(t.querySelectorAll('option, [role="option"]')),u=o.map(i=>{if(typeof i!="string"&&a.includes(i))return i;{let l=a.find(s=>s.value===i||s.innerHTML===i);if(l)return l;throw ye().getElementError(`Value "${String(i)}" not found in options`,t)}}).filter(i=>!Ct(i));if(Ct(t)||!u.length)return;let n=i=>{i.selected=e,this.dispatchUIEvent(t,"input",{bubbles:!0,cancelable:!1,composed:!0}),this.dispatchUIEvent(t,"change")};if(me(t,"select"))if(t.multiple)for(let i of u){let l=this.config.pointerEventsCheck===0?!0:qn(this,i);l&&(this.dispatchUIEvent(i,"pointerover"),this.dispatchUIEvent(t,"pointerenter"),this.dispatchUIEvent(i,"mouseover"),this.dispatchUIEvent(t,"mouseenter"),this.dispatchUIEvent(i,"pointermove"),this.dispatchUIEvent(i,"mousemove"),this.dispatchUIEvent(i,"pointerdown"),this.dispatchUIEvent(i,"mousedown")),$t(t),l&&(this.dispatchUIEvent(i,"pointerup"),this.dispatchUIEvent(i,"mouseup")),n(i),l&&this.dispatchUIEvent(i,"click"),await Sr(this.config)}else if(u.length===1){let i=this.config.pointerEventsCheck===0?!0:qn(this,t);i?await this.click(t):$t(t),n(u[0]),i&&(this.dispatchUIEvent(t,"pointerover"),this.dispatchUIEvent(t,"pointerenter"),this.dispatchUIEvent(t,"mouseover"),this.dispatchUIEvent(t,"mouseenter"),this.dispatchUIEvent(t,"pointerup"),this.dispatchUIEvent(t,"mouseup"),this.dispatchUIEvent(t,"click")),await Sr(this.config)}else throw ye().getElementError("Cannot select multiple options on a non-multiple select",t);else if(t.getAttribute("role")==="listbox")for(let i of u)await this.click(i),await this.unhover(i);else throw ye().getElementError("Cannot select options on elements that are neither select nor listbox elements",t)}async function OC(e,t,{skipClick:r=this.config.skipClick,skipAutoClose:o=this.config.skipAutoClose,initialSelectionStart:a,initialSelectionEnd:u}={}){e.disabled||(r||await this.click(e),a!==void 0&&Nr(e,a,u??a),await this.keyboard(t),o||await mC(this))}var Ll=Symbol("files and value properties are mocked");function go(e,t,r){r?Object.defineProperty(e,t,r):delete e[t]}function RC(e,t){var r;(r=e[Ll])===null||r===void 0||r.restore();let o=Object.getOwnPropertyDescriptor(e,"type"),a=Object.getOwnPropertyDescriptor(e,"value"),u=Object.getOwnPropertyDescriptor(e,"files");function n(){go(e,"type",o),go(e,"value",a),go(e,"files",u)}e[Ll]={restore:n},Object.defineProperties(e,{files:{configurable:!0,get:()=>t},value:{configurable:!0,get:()=>t.length?`C:\\fakepath\\${t[0].name}`:"",set(i){if(i==="")n();else{var l;a==null||(l=a.set)===null||l===void 0||l.call(e,i)}}},type:{configurable:!0,get:()=>"file",set(i){i!=="file"&&(n(),e.type=i)}}})}async function TC(e,t){let r=me(e,"label")?e.control:e;if(!r||!me(r,"input",{type:"file"}))throw new TypeError(`The ${r===e?"given":"associated"} ${r?.tagName} element does not accept file uploads`);if(Ct(e))return;let o=(Array.isArray(t)?t:[t]).filter(u=>!this.config.applyAccept||AC(u,r.accept)).slice(0,r.multiple?void 0:1),a=()=>{var u;o.length===((u=r.files)===null||u===void 0?void 0:u.length)&&o.every((n,i)=>{var l;return n===((l=r.files)===null||l===void 0?void 0:l.item(i))})||(RC(r,Ka(dt(e),o)),this.dispatchUIEvent(r,"input"),this.dispatchUIEvent(r,"change"))};r.addEventListener("fileDialog",a),await this.click(e),r.removeEventListener("fileDialog",a)}function AC(e,t){if(!t)return!0;let r=["audio/*","image/*","video/*"];return t.split(",").some(o=>o.startsWith(".")?e.name.endsWith(o):r.includes(o)?e.type.startsWith(o.substr(0,o.length-1)):e.type===o)}var Fl={click:aC,dblClick:iC,tripleClick:lC,hover:sC,unhover:uC,tab:cC,keyboard:fC,copy:yC,cut:bC,paste:gC,pointer:_C,clear:SC,deselectOptions:PC,selectOptions:CC,type:OC,upload:TC};function xC(e){return ye().asyncWrapper(e)}var df={applyAccept:!0,autoModify:!0,delay:0,document:globalThis.document,keyboardMap:WS,pointerMap:GS,pointerEventsCheck:cr.EachApiCall,skipAutoClose:!1,skipClick:!1,skipHover:!1,writeToClipboard:!1,advanceTimers:()=>Promise.resolve()},qC={...df,writeToClipboard:!0};function ff(e={},t=qC,r){let o=NC(e,r,t);return{...t,...e,document:o}}function MC(e={}){let t=ff(e);rf(t.document);var r;let o=(r=t.document.defaultView)!==null&&r!==void 0?r:globalThis.window;return k1(o),ei(t).api}function Le({keyboardState:e,pointerState:t,...r}={},o){let a=ff(r,df,o);rf(a.document);var u;let n=(u=t??e)!==null&&u!==void 0?u:new sf;return{api:ei(a,n).api,system:n}}function jC(e){return ei({...this.config,...e},this.system).api}function IC(e,t){function r(...o){return Ir(e,Ue.Call),xC(()=>t.apply(e,o).then(async a=>(await Sr(e.config),a)))}return Object.defineProperty(r,"name",{get:()=>t.name}),r}function ei(e,t=new sf){let r={};return Object.assign(r,{config:e,dispatchEvent:tf.bind(r),dispatchUIEvent:NS.bind(r),system:t,levelRefs:{},...Fl}),{instance:r,api:{...Object.fromEntries(Object.entries(Fl).map(([o,a])=>[o,IC(r,a)])),setup:jC.bind(r)}}}function NC(e,t,r){var o,a;return(a=(o=e.document)!==null&&o!==void 0?o:t&&FS(t))!==null&&a!==void 0?a:r.document}var pf={};pa(pf,{clear:()=>$C,click:()=>BC,copy:()=>kC,cut:()=>DC,dblClick:()=>LC,deselectOptions:()=>FC,hover:()=>UC,keyboard:()=>HC,paste:()=>zC,pointer:()=>VC,selectOptions:()=>WC,tab:()=>XC,tripleClick:()=>GC,type:()=>KC,unhover:()=>YC,upload:()=>JC});function $C(e){return Le().api.clear(e)}function BC(e,t={}){return Le(t,e).api.click(e)}function kC(e={}){return Le(e).api.copy()}function DC(e={}){return Le(e).api.cut()}function LC(e,t={}){return Le(t).api.dblClick(e)}function FC(e,t,r={}){return Le(r).api.deselectOptions(e,t)}function UC(e,t={}){return Le(t).api.hover(e)}async function HC(e,t={}){let{api:r,system:o}=Le(t);return r.keyboard(e).then(()=>o)}async function VC(e,t={}){let{api:r,system:o}=Le(t);return r.pointer(e).then(()=>o)}function zC(e,t){return Le(t).api.paste(e)}function WC(e,t,r={}){return Le(r).api.selectOptions(e,t)}function GC(e,t={}){return Le(t).api.tripleClick(e)}function KC(e,t,r={}){return Le(r,e).api.type(e,t,r)}function YC(e,t={}){let{api:r,system:o}=Le(t);return o.pointer.setMousePosition({target:e}),r.unhover(e)}function JC(e,t,r={}){return Le(r).api.upload(e,t)}function XC(e={}){return Le().api.tab(e)}var QC={...pf,setup:MC};function ZC(e){for(var t=[],r=1;r<arguments.length;r++)t[r-1]=arguments[r];var o=Array.from(typeof e=="string"?[e]:e);o[o.length-1]=o[o.length-1].replace(/\r?\n([\t ]*)$/,"");var a=o.reduce(function(i,l){var s=l.match(/\n([\t ]+|(?!\s).)/g);return s?i.concat(s.map(function(f){var d,c;return(c=(d=f.match(/[\t ]/g))===null||d===void 0?void 0:d.length)!==null&&c!==void 0?c:0})):i},[]);if(a.length){var u=new RegExp(`
186
- [ ]{`+Math.min.apply(Math,a)+"}","g");o=o.map(function(i){return i.replace(u,`
187
- `)})}o[0]=o[0].replace(/^\r?\n/,"");var n=o[0];return t.forEach(function(i,l){var s=n.match(/(?:^|\n)( *)$/),f=s?s[1]:"",d=i;typeof i=="string"&&i.includes(`
188
- `)&&(d=String(i).split(`
189
- `).map(function(c,p){return p===0?c:""+f+c}).join(`
190
- `)),n+=d+o[l+1]}),n}var eP=ZC,aa=da({...uc},{intercept:(e,t)=>t[0]==="fireEvent"||e.startsWith("find")||e.startsWith("waitFor")});aa.screen=new Proxy(aa.screen,{get(e,t,r){return Ap.warn(eP`
191
- You are using Testing Library's \`screen\` object. Use \`within(canvasElement)\` instead.
192
- More info: https://storybook.js.org/docs/react/essentials/interactions
193
- `),Reflect.get(e,t,r)}});var{buildQueries:oP,configure:aP,createEvent:iP,fireEvent:lP,findAllByAltText:sP,findAllByDisplayValue:uP,findAllByLabelText:cP,findAllByPlaceholderText:dP,findAllByRole:fP,findAllByTestId:pP,findAllByText:mP,findAllByTitle:hP,findByAltText:yP,findByDisplayValue:bP,findByLabelText:gP,findByPlaceholderText:vP,findByRole:_P,findByTestId:EP,findByText:wP,findByTitle:SP,getAllByAltText:CP,getAllByDisplayValue:PP,getAllByLabelText:OP,getAllByPlaceholderText:RP,getAllByRole:TP,getAllByTestId:AP,getAllByText:xP,getAllByTitle:qP,getByAltText:MP,getByDisplayValue:jP,getByLabelText:IP,getByPlaceholderText:NP,getByRole:$P,getByTestId:BP,getByText:kP,getByTitle:DP,getConfig:LP,getDefaultNormalizer:FP,getElementError:UP,getNodeText:HP,getQueriesForElement:VP,getRoles:zP,getSuggestedQuery:WP,isInaccessible:GP,logDOM:KP,logRoles:YP,prettyDOM:JP,queries:XP,queryAllByAltText:QP,queryAllByAttribute:ZP,queryAllByDisplayValue:eO,queryAllByLabelText:tO,queryAllByPlaceholderText:rO,queryAllByRole:nO,queryAllByTestId:oO,queryAllByText:aO,queryAllByTitle:iO,queryByAltText:lO,queryByAttribute:sO,queryByDisplayValue:uO,queryByLabelText:cO,queryByPlaceholderText:dO,queryByRole:fO,queryByTestId:pO,queryByText:mO,queryByTitle:hO,queryHelpers:yO,screen:bO,waitFor:gO,waitForElementToBeRemoved:vO,within:_O,prettyFormat:EO}=aa,{userEvent:wO}=da({userEvent:QC},{intercept:!0}),{expect:SO}=da({expect:sc},{getKeys:(e,t)=>{let r=["assert","__methods","__flags","_obj"];if(e.constructor===Rv.Assertion){let o=Object.keys(Object.getPrototypeOf(e)).filter(a=>!r.includes(a));return t>2?o:[...o,"not"]}return Object.keys(e)},intercept:e=>e!=="expect"}),tP=({parameters:e})=>{e?.test?.mockReset===!0?Rw():e?.test?.clearMocks===!0?Ow():e?.test?.restoreMocks!==!1&&Tw()};Tv.__STORYBOOK_TEST_LOADERS__=[tP];export{m_ as a,SO as e,nP as f,da as i,wO as u,_O as w};