@wirekyt/dom 0.0.1 → 0.0.3

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 (476) hide show
  1. package/dist/anatomy-DMuSMbOP.d.cts +18 -0
  2. package/dist/anatomy-DMuSMbOP.d.ts +18 -0
  3. package/dist/anatomy.cjs +3 -0
  4. package/dist/anatomy.d.cts +2 -0
  5. package/dist/anatomy.d.ts +2 -0
  6. package/dist/anatomy.js +2 -0
  7. package/dist/angle-3hqP0Mp5.cjs +13 -0
  8. package/dist/angle-oNt8uGHQ.js +8 -0
  9. package/dist/aria-hidden-CEXexb2I.js +127 -0
  10. package/dist/aria-hidden-Y7iJHPMr.cjs +132 -0
  11. package/dist/aria-hidden.cjs +3 -0
  12. package/dist/aria-hidden.d.cts +10 -0
  13. package/dist/aria-hidden.d.ts +10 -0
  14. package/dist/aria-hidden.js +2 -0
  15. package/dist/array-BGtygd0o.cjs +198 -0
  16. package/dist/array-C4KbHsha.js +73 -0
  17. package/dist/auto-resize-5F5iiKZb.cjs +106 -0
  18. package/dist/auto-resize-KkNfCcBt.js +95 -0
  19. package/dist/auto-resize.cjs +4 -0
  20. package/dist/auto-resize.d.cts +7 -0
  21. package/dist/auto-resize.d.ts +7 -0
  22. package/dist/auto-resize.js +2 -0
  23. package/dist/caret-CHqaP4XG.cjs +30 -0
  24. package/dist/caret-aiDJ6mAS.js +19 -0
  25. package/dist/closest-Clo6ODcK.js +117 -0
  26. package/dist/closest-IiRz1GIJ.cjs +176 -0
  27. package/dist/collection-CJU0oDtX.js +1295 -0
  28. package/dist/collection-CwzUJwBJ.cjs +1342 -0
  29. package/dist/collection.cjs +15 -0
  30. package/dist/collection.d.cts +34 -0
  31. package/dist/collection.d.ts +34 -0
  32. package/dist/collection.js +3 -0
  33. package/dist/color-CsugZjq6.d.cts +60 -0
  34. package/dist/color-CsugZjq6.d.ts +60 -0
  35. package/dist/color-utils-DzeOVYlL.cjs +662 -0
  36. package/dist/color-utils-lDDg9FEh.js +639 -0
  37. package/dist/color-utils.cjs +6 -0
  38. package/dist/color-utils.d.cts +18 -0
  39. package/dist/color-utils.d.ts +18 -0
  40. package/dist/color-utils.js +2 -0
  41. package/dist/computed-style-B1MKlCoo.js +9 -0
  42. package/dist/computed-style-DLArEFNw.cjs +14 -0
  43. package/dist/controller-B8E8ZJCI.cjs +133 -0
  44. package/dist/controller-Dv7lWHDr.js +92 -0
  45. package/dist/core-BNMw-JId.cjs +372 -0
  46. package/dist/core-CJ0MZr3D.js +289 -0
  47. package/dist/core-DNDQD0mg.d.ts +1 -0
  48. package/dist/core-DlAisY_i.d.cts +1 -0
  49. package/dist/core.cjs +19 -0
  50. package/dist/core.d.cts +3 -0
  51. package/dist/core.d.ts +3 -0
  52. package/dist/core.js +3 -0
  53. package/dist/create-anatomy-B2q3wiaw.js +22 -0
  54. package/dist/create-anatomy-BwDn25ph.cjs +27 -0
  55. package/dist/create-props-CgtcN_Qu.js +4 -0
  56. package/dist/create-props-CjLx2oS8.cjs +9 -0
  57. package/dist/data-url-C-Uk31Q9.cjs +42 -0
  58. package/dist/data-url-DHUHj7UF.js +37 -0
  59. package/dist/data-url-Gx_SWG-k.d.cts +10 -0
  60. package/dist/data-url-Gx_SWG-k.d.ts +10 -0
  61. package/dist/date-utils-D-JJHedx.cjs +868 -0
  62. package/dist/date-utils-D5zXW-Cs.js +569 -0
  63. package/dist/date-utils.cjs +52 -0
  64. package/dist/date-utils.d.cts +7 -0
  65. package/dist/date-utils.d.ts +7 -0
  66. package/dist/date-utils.js +2 -0
  67. package/dist/dismissable-C0bixtzl.cjs +348 -0
  68. package/dist/dismissable-KM1jPtNQ.js +337 -0
  69. package/dist/dismissable-layer-BTX5EvXw.d.ts +40 -0
  70. package/dist/dismissable-layer-Ch5niVaq.d.cts +40 -0
  71. package/dist/dismissable.cjs +4 -0
  72. package/dist/dismissable.d.cts +3 -0
  73. package/dist/dismissable.d.ts +3 -0
  74. package/dist/dismissable.js +2 -0
  75. package/dist/dom-query-CQzY93XU.cjs +488 -0
  76. package/dist/dom-query-e7fh0TEH.js +243 -0
  77. package/dist/dom-query.cjs +180 -0
  78. package/dist/dom-query.d.cts +142 -0
  79. package/dist/dom-query.d.ts +142 -0
  80. package/dist/dom-query.js +43 -0
  81. package/dist/equal-C927y7MN.cjs +30 -0
  82. package/dist/equal-DtrP8DPh.js +25 -0
  83. package/dist/event-DDz-mMhM.cjs +242 -0
  84. package/dist/event-bTItRgiw.js +117 -0
  85. package/dist/file-utils-6EXCdfHx.js +116 -0
  86. package/dist/file-utils-B7OJigQq.cjs +151 -0
  87. package/dist/file-utils.cjs +92 -0
  88. package/dist/file-utils.d.cts +40 -0
  89. package/dist/file-utils.d.ts +40 -0
  90. package/dist/file-utils.js +82 -0
  91. package/dist/focus-trap-89E5I9nm.js +487 -0
  92. package/dist/focus-trap-D7jKsfHW.cjs +498 -0
  93. package/dist/focus-trap.cjs +4 -0
  94. package/dist/focus-trap.d.cts +89 -0
  95. package/dist/focus-trap.d.ts +89 -0
  96. package/dist/focus-trap.js +2 -0
  97. package/dist/focus-visible-DWdQf__4.js +176 -0
  98. package/dist/focus-visible-G4cmlWqq.cjs +217 -0
  99. package/dist/focus-visible.cjs +9 -0
  100. package/dist/focus-visible.d.cts +32 -0
  101. package/dist/focus-visible.d.ts +32 -0
  102. package/dist/focus-visible.js +2 -0
  103. package/dist/form-B1DW_w_3.js +89 -0
  104. package/dist/form-CoupKpuP.cjs +130 -0
  105. package/dist/from-window-5ZhzSURC.js +68 -0
  106. package/dist/from-window-B9DKtaoR.cjs +115 -0
  107. package/dist/functions-isw5Ovcx.d.cts +16 -0
  108. package/dist/functions-isw5Ovcx.d.ts +16 -0
  109. package/dist/highlight-word.cjs +95 -0
  110. package/dist/highlight-word.d.cts +24 -0
  111. package/dist/highlight-word.d.ts +24 -0
  112. package/dist/highlight-word.js +94 -0
  113. package/dist/hotkeys.cjs +1183 -0
  114. package/dist/hotkeys.d.cts +199 -0
  115. package/dist/hotkeys.d.ts +199 -0
  116. package/dist/hotkeys.js +1173 -0
  117. package/dist/i18n-utils-BD4VtonY.cjs +345 -0
  118. package/dist/i18n-utils-C4FQZ39m.js +280 -0
  119. package/dist/i18n-utils.cjs +216 -0
  120. package/dist/i18n-utils.d.cts +71 -0
  121. package/dist/i18n-utils.d.ts +71 -0
  122. package/dist/i18n-utils.js +204 -0
  123. package/dist/index-3tNJficI.d.cts +117 -0
  124. package/dist/index-3tNJficI.d.ts +117 -0
  125. package/dist/index-BEfvdGE2.d.cts +116 -0
  126. package/dist/index-BEfvdGE2.d.ts +116 -0
  127. package/dist/index-BMtpmaRD.d.cts +16 -0
  128. package/dist/index-BMtpmaRD.d.ts +16 -0
  129. package/dist/index-BWiYePx8.d.cts +216 -0
  130. package/dist/index-BXfunVyD.d.cts +1342 -0
  131. package/dist/index-BXfunVyD.d.ts +1342 -0
  132. package/dist/index-C2865AJq.d.cts +25 -0
  133. package/dist/index-C2865AJq.d.ts +25 -0
  134. package/dist/index-CF2VuDYd.d.ts +285 -0
  135. package/dist/index-DNDQD0mg.d.ts +1 -0
  136. package/dist/index-DlAisY_i.d.cts +1 -0
  137. package/dist/index-pUYD4eER.d.cts +285 -0
  138. package/dist/index-vPrqYDHu.d.ts +216 -0
  139. package/dist/index.cjs +19 -0
  140. package/dist/index.d.cts +3 -0
  141. package/dist/index.d.ts +3 -0
  142. package/dist/index.js +3 -0
  143. package/dist/initial-focus-BQxRRFPa.cjs +37 -0
  144. package/dist/initial-focus-BrN5tT2X.js +26 -0
  145. package/dist/interact-outside-BjqIunFx.js +211 -0
  146. package/dist/interact-outside-Dphjr2Zh.cjs +216 -0
  147. package/dist/interact-outside.cjs +3 -0
  148. package/dist/interact-outside.d.cts +2 -0
  149. package/dist/interact-outside.d.ts +2 -0
  150. package/dist/interact-outside.js +2 -0
  151. package/dist/json-tree-utils.cjs +1518 -0
  152. package/dist/json-tree-utils.d.cts +117 -0
  153. package/dist/json-tree-utils.d.ts +117 -0
  154. package/dist/json-tree-utils.js +1469 -0
  155. package/dist/list-collection-D_eNKrot.d.cts +60 -0
  156. package/dist/list-collection-RqYEWHb4.d.ts +60 -0
  157. package/dist/live-region-BD0OgmrH.cjs +68 -0
  158. package/dist/live-region-F8YMmbrY.js +63 -0
  159. package/dist/live-region.cjs +3 -0
  160. package/dist/live-region.d.cts +2 -0
  161. package/dist/live-region.d.ts +2 -0
  162. package/dist/live-region.js +2 -0
  163. package/dist/machines/accordion/index.cjs +328 -0
  164. package/dist/machines/accordion/index.d.cts +83 -0
  165. package/dist/machines/accordion/index.d.ts +83 -0
  166. package/dist/machines/accordion/index.js +321 -0
  167. package/dist/machines/angle-slider/index.cjs +420 -0
  168. package/dist/machines/angle-slider/index.d.cts +84 -0
  169. package/dist/machines/angle-slider/index.d.ts +84 -0
  170. package/dist/machines/angle-slider/index.js +415 -0
  171. package/dist/machines/async-list/index.cjs +310 -0
  172. package/dist/machines/async-list/index.d.cts +90 -0
  173. package/dist/machines/async-list/index.d.ts +90 -0
  174. package/dist/machines/async-list/index.js +308 -0
  175. package/dist/machines/avatar/index.cjs +165 -0
  176. package/dist/machines/avatar/index.d.cts +63 -0
  177. package/dist/machines/avatar/index.d.ts +63 -0
  178. package/dist/machines/avatar/index.js +160 -0
  179. package/dist/machines/carousel/index.cjs +929 -0
  180. package/dist/machines/carousel/index.d.cts +146 -0
  181. package/dist/machines/carousel/index.d.ts +146 -0
  182. package/dist/machines/carousel/index.js +920 -0
  183. package/dist/machines/cascade-select/index.cjs +1426 -0
  184. package/dist/machines/cascade-select/index.d.cts +167 -0
  185. package/dist/machines/cascade-select/index.d.ts +167 -0
  186. package/dist/machines/cascade-select/index.js +1419 -0
  187. package/dist/machines/checkbox/index.cjs +316 -0
  188. package/dist/machines/checkbox/index.d.cts +81 -0
  189. package/dist/machines/checkbox/index.d.ts +81 -0
  190. package/dist/machines/checkbox/index.js +311 -0
  191. package/dist/machines/clipboard/index.cjs +228 -0
  192. package/dist/machines/clipboard/index.d.cts +72 -0
  193. package/dist/machines/clipboard/index.d.ts +72 -0
  194. package/dist/machines/clipboard/index.js +221 -0
  195. package/dist/machines/collapsible/index.cjs +363 -0
  196. package/dist/machines/collapsible/index.d.cts +82 -0
  197. package/dist/machines/collapsible/index.d.ts +82 -0
  198. package/dist/machines/collapsible/index.js +358 -0
  199. package/dist/machines/color-picker/index.cjs +1534 -0
  200. package/dist/machines/color-picker/index.d.cts +207 -0
  201. package/dist/machines/color-picker/index.d.ts +207 -0
  202. package/dist/machines/color-picker/index.js +1518 -0
  203. package/dist/machines/combobox/index.cjs +1554 -0
  204. package/dist/machines/combobox/index.d.cts +219 -0
  205. package/dist/machines/combobox/index.d.ts +219 -0
  206. package/dist/machines/combobox/index.js +1542 -0
  207. package/dist/machines/date-input/index.cjs +1974 -0
  208. package/dist/machines/date-input/index.d.cts +230 -0
  209. package/dist/machines/date-input/index.d.ts +230 -0
  210. package/dist/machines/date-input/index.js +1958 -0
  211. package/dist/machines/date-picker/index.cjs +2424 -0
  212. package/dist/machines/date-picker/index.d.cts +378 -0
  213. package/dist/machines/date-picker/index.d.ts +378 -0
  214. package/dist/machines/date-picker/index.js +2408 -0
  215. package/dist/machines/dialog/index.cjs +378 -0
  216. package/dist/machines/dialog/index.d.cts +94 -0
  217. package/dist/machines/dialog/index.d.ts +94 -0
  218. package/dist/machines/dialog/index.js +373 -0
  219. package/dist/machines/drawer/index.cjs +2066 -0
  220. package/dist/machines/drawer/index.d.cts +334 -0
  221. package/dist/machines/drawer/index.d.ts +334 -0
  222. package/dist/machines/drawer/index.js +2059 -0
  223. package/dist/machines/editable/index.cjs +550 -0
  224. package/dist/machines/editable/index.d.cts +114 -0
  225. package/dist/machines/editable/index.d.ts +114 -0
  226. package/dist/machines/editable/index.js +545 -0
  227. package/dist/machines/file-upload/index.cjs +648 -0
  228. package/dist/machines/file-upload/index.d.cts +150 -0
  229. package/dist/machines/file-upload/index.d.ts +150 -0
  230. package/dist/machines/file-upload/index.js +641 -0
  231. package/dist/machines/floating-panel/index.cjs +1020 -0
  232. package/dist/machines/floating-panel/index.d.cts +149 -0
  233. package/dist/machines/floating-panel/index.d.ts +149 -0
  234. package/dist/machines/floating-panel/index.js +1012 -0
  235. package/dist/machines/hover-card/index.cjs +441 -0
  236. package/dist/machines/hover-card/index.d.cts +82 -0
  237. package/dist/machines/hover-card/index.d.ts +82 -0
  238. package/dist/machines/hover-card/index.js +436 -0
  239. package/dist/machines/image-cropper/index.cjs +2082 -0
  240. package/dist/machines/image-cropper/index.d.cts +182 -0
  241. package/dist/machines/image-cropper/index.d.ts +182 -0
  242. package/dist/machines/image-cropper/index.js +2076 -0
  243. package/dist/machines/listbox/index.cjs +873 -0
  244. package/dist/machines/listbox/index.d.cts +175 -0
  245. package/dist/machines/listbox/index.d.ts +175 -0
  246. package/dist/machines/listbox/index.js +860 -0
  247. package/dist/machines/marquee/index.cjs +387 -0
  248. package/dist/machines/marquee/index.d.cts +102 -0
  249. package/dist/machines/marquee/index.d.ts +102 -0
  250. package/dist/machines/marquee/index.js +382 -0
  251. package/dist/machines/menu/index.cjs +1562 -0
  252. package/dist/machines/menu/index.d.cts +188 -0
  253. package/dist/machines/menu/index.d.ts +188 -0
  254. package/dist/machines/menu/index.js +1549 -0
  255. package/dist/machines/navigation-menu/index.cjs +860 -0
  256. package/dist/machines/navigation-menu/index.d.cts +131 -0
  257. package/dist/machines/navigation-menu/index.d.ts +131 -0
  258. package/dist/machines/navigation-menu/index.js +855 -0
  259. package/dist/machines/number-input/index.cjs +1014 -0
  260. package/dist/machines/number-input/index.d.cts +136 -0
  261. package/dist/machines/number-input/index.d.ts +136 -0
  262. package/dist/machines/number-input/index.js +1009 -0
  263. package/dist/machines/pagination/index.cjs +413 -0
  264. package/dist/machines/pagination/index.d.cts +139 -0
  265. package/dist/machines/pagination/index.d.ts +139 -0
  266. package/dist/machines/pagination/index.js +404 -0
  267. package/dist/machines/password-input/index.cjs +224 -0
  268. package/dist/machines/password-input/index.d.cts +71 -0
  269. package/dist/machines/password-input/index.d.ts +71 -0
  270. package/dist/machines/password-input/index.js +219 -0
  271. package/dist/machines/pin-input/index.cjs +595 -0
  272. package/dist/machines/pin-input/index.d.cts +107 -0
  273. package/dist/machines/pin-input/index.d.ts +107 -0
  274. package/dist/machines/pin-input/index.js +590 -0
  275. package/dist/machines/popover/index.cjs +516 -0
  276. package/dist/machines/popover/index.d.cts +107 -0
  277. package/dist/machines/popover/index.d.ts +107 -0
  278. package/dist/machines/popover/index.js +511 -0
  279. package/dist/machines/presence/index.cjs +193 -0
  280. package/dist/machines/presence/index.d.cts +44 -0
  281. package/dist/machines/presence/index.d.ts +44 -0
  282. package/dist/machines/presence/index.js +190 -0
  283. package/dist/machines/progress/index.cjs +282 -0
  284. package/dist/machines/progress/index.d.cts +96 -0
  285. package/dist/machines/progress/index.d.ts +96 -0
  286. package/dist/machines/progress/index.js +277 -0
  287. package/dist/machines/qr-code/index.cjs +167 -0
  288. package/dist/machines/qr-code/index.d.cts +71 -0
  289. package/dist/machines/qr-code/index.d.ts +71 -0
  290. package/dist/machines/qr-code/index.js +162 -0
  291. package/dist/machines/radio-group/index.cjs +465 -0
  292. package/dist/machines/radio-group/index.d.cts +218 -0
  293. package/dist/machines/radio-group/index.d.ts +218 -0
  294. package/dist/machines/radio-group/index.js +458 -0
  295. package/dist/machines/rating-group/index.cjs +405 -0
  296. package/dist/machines/rating-group/index.d.cts +101 -0
  297. package/dist/machines/rating-group/index.d.ts +101 -0
  298. package/dist/machines/rating-group/index.js +398 -0
  299. package/dist/machines/scroll-area/index.cjs +865 -0
  300. package/dist/machines/scroll-area/index.d.cts +126 -0
  301. package/dist/machines/scroll-area/index.d.ts +126 -0
  302. package/dist/machines/scroll-area/index.js +860 -0
  303. package/dist/machines/select/index.cjs +1226 -0
  304. package/dist/machines/select/index.d.cts +190 -0
  305. package/dist/machines/select/index.d.ts +190 -0
  306. package/dist/machines/select/index.js +1214 -0
  307. package/dist/machines/signature-pad/index.cjs +337 -0
  308. package/dist/machines/signature-pad/index.d.cts +108 -0
  309. package/dist/machines/signature-pad/index.d.ts +108 -0
  310. package/dist/machines/signature-pad/index.js +330 -0
  311. package/dist/machines/slider/index.cjs +1103 -0
  312. package/dist/machines/slider/index.d.cts +154 -0
  313. package/dist/machines/slider/index.d.ts +154 -0
  314. package/dist/machines/slider/index.js +1094 -0
  315. package/dist/machines/splitter/index.cjs +1686 -0
  316. package/dist/machines/splitter/index.d.cts +282 -0
  317. package/dist/machines/splitter/index.d.ts +282 -0
  318. package/dist/machines/splitter/index.js +1675 -0
  319. package/dist/machines/steps/index.cjs +330 -0
  320. package/dist/machines/steps/index.d.cts +109 -0
  321. package/dist/machines/steps/index.d.ts +109 -0
  322. package/dist/machines/steps/index.js +325 -0
  323. package/dist/machines/switch/index.cjs +307 -0
  324. package/dist/machines/switch/index.d.cts +80 -0
  325. package/dist/machines/switch/index.d.ts +80 -0
  326. package/dist/machines/switch/index.js +302 -0
  327. package/dist/machines/tabs/index.cjs +542 -0
  328. package/dist/machines/tabs/index.d.cts +113 -0
  329. package/dist/machines/tabs/index.d.ts +113 -0
  330. package/dist/machines/tabs/index.js +533 -0
  331. package/dist/machines/tags-input/index.cjs +1151 -0
  332. package/dist/machines/tags-input/index.d.cts +182 -0
  333. package/dist/machines/tags-input/index.d.ts +182 -0
  334. package/dist/machines/tags-input/index.js +1144 -0
  335. package/dist/machines/timer/index.cjs +329 -0
  336. package/dist/machines/timer/index.d.cts +102 -0
  337. package/dist/machines/timer/index.d.ts +102 -0
  338. package/dist/machines/timer/index.js +323 -0
  339. package/dist/machines/toast/index.cjs +1185 -0
  340. package/dist/machines/toast/index.d.cts +204 -0
  341. package/dist/machines/toast/index.d.ts +204 -0
  342. package/dist/machines/toast/index.js +1180 -0
  343. package/dist/machines/toc/index.cjs +358 -0
  344. package/dist/machines/toc/index.d.cts +98 -0
  345. package/dist/machines/toc/index.d.ts +98 -0
  346. package/dist/machines/toc/index.js +351 -0
  347. package/dist/machines/toggle/index.cjs +99 -0
  348. package/dist/machines/toggle/index.d.cts +46 -0
  349. package/dist/machines/toggle/index.d.ts +46 -0
  350. package/dist/machines/toggle/index.js +94 -0
  351. package/dist/machines/toggle-group/index.cjs +329 -0
  352. package/dist/machines/toggle-group/index.d.cts +81 -0
  353. package/dist/machines/toggle-group/index.d.ts +81 -0
  354. package/dist/machines/toggle-group/index.js +322 -0
  355. package/dist/machines/tooltip/index.cjs +638 -0
  356. package/dist/machines/tooltip/index.d.cts +84 -0
  357. package/dist/machines/tooltip/index.d.ts +84 -0
  358. package/dist/machines/tooltip/index.js +633 -0
  359. package/dist/machines/tour/index.cjs +1123 -0
  360. package/dist/machines/tour/index.d.cts +207 -0
  361. package/dist/machines/tour/index.d.ts +207 -0
  362. package/dist/machines/tour/index.js +1115 -0
  363. package/dist/machines/tree-view/index.cjs +1288 -0
  364. package/dist/machines/tree-view/index.d.cts +221 -0
  365. package/dist/machines/tree-view/index.d.ts +221 -0
  366. package/dist/machines/tree-view/index.js +1279 -0
  367. package/dist/mutation-observer-_LbwtN3W.cjs +61 -0
  368. package/dist/mutation-observer-qObPUo3D.js +50 -0
  369. package/dist/navigate-CJOaL3vx.js +31 -0
  370. package/dist/navigate-uJG-006f.cjs +42 -0
  371. package/dist/overflow-BBihfMxX.cjs +67 -0
  372. package/dist/overflow-C-zO1CWA.js +44 -0
  373. package/dist/platform-BDB0wXUk.js +26 -0
  374. package/dist/platform-BZS-dkZN.cjs +109 -0
  375. package/dist/point-C9A4dk1i.js +27 -0
  376. package/dist/point-DxnCrJBy.cjs +32 -0
  377. package/dist/pointer-lock-BvfSjt_s.cjs +31 -0
  378. package/dist/pointer-lock-WezxTqu-.js +26 -0
  379. package/dist/pointer-move-CGzan38r.cjs +42 -0
  380. package/dist/pointer-move-Tijb8Ptk.js +37 -0
  381. package/dist/polygon-BvdwYRBw.js +76 -0
  382. package/dist/polygon-CTR1kEoU.cjs +93 -0
  383. package/dist/popper-DkAAS9VE.cjs +487 -0
  384. package/dist/popper-DzBZzAe4.js +464 -0
  385. package/dist/popper.cjs +6 -0
  386. package/dist/popper.d.cts +2 -0
  387. package/dist/popper.d.ts +2 -0
  388. package/dist/popper.js +2 -0
  389. package/dist/press-B7XLrLGR.js +65 -0
  390. package/dist/press-BdD5suLQ.cjs +70 -0
  391. package/dist/proxy-tab-focus-DWMXvAfO.js +54 -0
  392. package/dist/proxy-tab-focus-NthYgHdY.cjs +59 -0
  393. package/dist/raf-BSDcY4UD.cjs +85 -0
  394. package/dist/raf-DgINgykK.d.cts +15 -0
  395. package/dist/raf-DgINgykK.d.ts +15 -0
  396. package/dist/raf-Dhvm7f1e.js +62 -0
  397. package/dist/rect-utils-DiT4k3jS.cjs +548 -0
  398. package/dist/rect-utils-d_3gZVsc.js +459 -0
  399. package/dist/rect-utils.cjs +165 -0
  400. package/dist/rect-utils.d.cts +197 -0
  401. package/dist/rect-utils.d.ts +197 -0
  402. package/dist/rect-utils.js +116 -0
  403. package/dist/remove-scroll-DTVA5f4w.cjs +86 -0
  404. package/dist/remove-scroll-WEheFCiq.js +81 -0
  405. package/dist/remove-scroll.cjs +3 -0
  406. package/dist/remove-scroll.d.cts +4 -0
  407. package/dist/remove-scroll.d.ts +4 -0
  408. package/dist/remove-scroll.js +2 -0
  409. package/dist/rolldown-runtime-D6vf50IK.cjs +28 -0
  410. package/dist/scale-C5BBHVgH.js +17 -0
  411. package/dist/scale-C7iiUGhS.cjs +22 -0
  412. package/dist/scope-CysKlKe9.cjs +28 -0
  413. package/dist/scope-D1873Mzi.js +23 -0
  414. package/dist/scroll-CVJ40w2e.js +46 -0
  415. package/dist/scroll-Dyd1QLrc.cjs +63 -0
  416. package/dist/scroll-snap-Cuaqdevf.cjs +224 -0
  417. package/dist/scroll-snap-DqMiFASa.js +201 -0
  418. package/dist/scroll-snap.cjs +6 -0
  419. package/dist/scroll-snap.d.cts +14 -0
  420. package/dist/scroll-snap.d.ts +14 -0
  421. package/dist/scroll-snap.js +2 -0
  422. package/dist/selection-ClKhnWit.d.cts +49 -0
  423. package/dist/selection-DzLiSVkg.d.ts +49 -0
  424. package/dist/selection-map-962WvX2k.js +45 -0
  425. package/dist/selection-map-BwlZr1LH.cjs +68 -0
  426. package/dist/set-CFNGOW5W.js +50 -0
  427. package/dist/set-DrtWCLFb.cjs +73 -0
  428. package/dist/store-BLpJlMxz.js +257 -0
  429. package/dist/store-Btfrm2bs.cjs +47 -0
  430. package/dist/store-C5HvdLyc.js +42 -0
  431. package/dist/store-Wg8KVwNv.cjs +298 -0
  432. package/dist/store.cjs +9 -0
  433. package/dist/store.d.cts +26 -0
  434. package/dist/store.d.ts +26 -0
  435. package/dist/store.js +2 -0
  436. package/dist/stringify-state.cjs +48 -0
  437. package/dist/stringify-state.d.cts +8 -0
  438. package/dist/stringify-state.d.ts +8 -0
  439. package/dist/stringify-state.js +44 -0
  440. package/dist/tabbable-Bz1-1GAY.cjs +206 -0
  441. package/dist/tabbable-CDA1YMjZ.js +147 -0
  442. package/dist/text-selection-B3OQpQGy.cjs +75 -0
  443. package/dist/text-selection-DXvWvm6k.js +64 -0
  444. package/dist/timers-BRyPrXIX.js +82 -0
  445. package/dist/timers-Beu4SfAj.cjs +99 -0
  446. package/dist/tree-collection-3QX3EIhq.d.ts +77 -0
  447. package/dist/tree-collection-C6oDQGUJ.d.cts +77 -0
  448. package/dist/typeahead-DremEgML.d.cts +45 -0
  449. package/dist/typeahead-DremEgML.d.ts +45 -0
  450. package/dist/types-BFuHIo7S.js +10 -0
  451. package/dist/types-CczqoQLL.d.cts +57 -0
  452. package/dist/types-CczqoQLL.d.ts +57 -0
  453. package/dist/types-CjocssbC.d.cts +13 -0
  454. package/dist/types-CjocssbC.d.ts +13 -0
  455. package/dist/types-D7oF7eWh.d.cts +54 -0
  456. package/dist/types-D7oF7eWh.d.ts +54 -0
  457. package/dist/types-HCvp3Bhv.cjs +21 -0
  458. package/dist/types.cjs +14 -0
  459. package/dist/types.d.cts +6 -0
  460. package/dist/types.d.ts +6 -0
  461. package/dist/types.js +12 -0
  462. package/dist/utils-BH-oBBz2.cjs +614 -0
  463. package/dist/utils-Cht5XaHf.js +267 -0
  464. package/dist/utils.cjs +95 -0
  465. package/dist/utils.d.cts +144 -0
  466. package/dist/utils.d.ts +144 -0
  467. package/dist/utils.js +7 -0
  468. package/dist/visually-hidden-BgSCFLz_.cjs +29 -0
  469. package/dist/visually-hidden-yDJ517KZ.js +18 -0
  470. package/dist/wait-for-3n85JcCU.d.cts +15 -0
  471. package/dist/wait-for-3n85JcCU.d.ts +15 -0
  472. package/dist/wait-for-CI5Ye-Lo.js +69 -0
  473. package/dist/wait-for-Db73VpZQ.cjs +86 -0
  474. package/dist/warning-CrzBpWT1.js +19 -0
  475. package/dist/warning-HAmFXLHm.cjs +42 -0
  476. package/package.json +349 -6
@@ -0,0 +1,18 @@
1
+ //#region src/common/anatomy/create-anatomy.d.ts
2
+ interface AnatomyPart {
3
+ selector: string;
4
+ attrs: Record<"data-scope" | "data-part", string>;
5
+ }
6
+ type AnatomyInstance<T extends string> = Omit<Anatomy<T>, "parts">;
7
+ type AnatomyPartName<T> = T extends AnatomyInstance<infer U> ? U : never;
8
+ interface Anatomy<T extends string> {
9
+ parts: <U extends string>(...parts: U[]) => AnatomyInstance<U>;
10
+ extendWith: <V extends string>(...parts: V[]) => AnatomyInstance<T | V>;
11
+ build: () => Record<T, AnatomyPart>;
12
+ rename: (newName: string) => Anatomy<T>;
13
+ keys: () => T[];
14
+ omit: <U extends T>(...values: U[]) => AnatomyInstance<Exclude<T, U>>;
15
+ }
16
+ declare const createAnatomy: <T extends string>(name: string, parts?: T[]) => Anatomy<T>;
17
+ //#endregion
18
+ export { createAnatomy as a, AnatomyPartName as i, AnatomyInstance as n, AnatomyPart as r, Anatomy as t };
@@ -0,0 +1,18 @@
1
+ //#region src/common/anatomy/create-anatomy.d.ts
2
+ interface AnatomyPart {
3
+ selector: string;
4
+ attrs: Record<"data-scope" | "data-part", string>;
5
+ }
6
+ type AnatomyInstance<T extends string> = Omit<Anatomy<T>, "parts">;
7
+ type AnatomyPartName<T> = T extends AnatomyInstance<infer U> ? U : never;
8
+ interface Anatomy<T extends string> {
9
+ parts: <U extends string>(...parts: U[]) => AnatomyInstance<U>;
10
+ extendWith: <V extends string>(...parts: V[]) => AnatomyInstance<T | V>;
11
+ build: () => Record<T, AnatomyPart>;
12
+ rename: (newName: string) => Anatomy<T>;
13
+ keys: () => T[];
14
+ omit: <U extends T>(...values: U[]) => AnatomyInstance<Exclude<T, U>>;
15
+ }
16
+ declare const createAnatomy: <T extends string>(name: string, parts?: T[]) => Anatomy<T>;
17
+ //#endregion
18
+ export { createAnatomy as a, AnatomyPartName as i, AnatomyInstance as n, AnatomyPart as r, Anatomy as t };
@@ -0,0 +1,3 @@
1
+ Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
2
+ const require_create_anatomy = require("./create-anatomy-BwDn25ph.cjs");
3
+ exports.createAnatomy = require_create_anatomy.createAnatomy;
@@ -0,0 +1,2 @@
1
+ import { a as createAnatomy, i as AnatomyPartName, n as AnatomyInstance, r as AnatomyPart, t as Anatomy } from "./anatomy-DMuSMbOP.cjs";
2
+ export { type Anatomy, type AnatomyInstance, type AnatomyPart, type AnatomyPartName, createAnatomy };
@@ -0,0 +1,2 @@
1
+ import { a as createAnatomy, i as AnatomyPartName, n as AnatomyInstance, r as AnatomyPart, t as Anatomy } from "./anatomy-DMuSMbOP.js";
2
+ export { type Anatomy, type AnatomyInstance, type AnatomyPart, type AnatomyPartName, createAnatomy };
@@ -0,0 +1,2 @@
1
+ import { t as createAnatomy } from "./create-anatomy-B2q3wiaw.js";
2
+ export { createAnatomy };
@@ -0,0 +1,13 @@
1
+ //#region src/common/rect-utils/angle.ts
2
+ function getPointAngle(rect, point, reference = rect.center) {
3
+ const x = point.x - reference.x;
4
+ const y = point.y - reference.y;
5
+ return 360 - (Math.atan2(x, y) * (180 / Math.PI) + 180);
6
+ }
7
+ //#endregion
8
+ Object.defineProperty(exports, "getPointAngle", {
9
+ enumerable: true,
10
+ get: function() {
11
+ return getPointAngle;
12
+ }
13
+ });
@@ -0,0 +1,8 @@
1
+ //#region src/common/rect-utils/angle.ts
2
+ function getPointAngle(rect, point, reference = rect.center) {
3
+ const x = point.x - reference.x;
4
+ const y = point.y - reference.y;
5
+ return 360 - (Math.atan2(x, y) * (180 / Math.PI) + 180);
6
+ }
7
+ //#endregion
8
+ export { getPointAngle as t };
@@ -0,0 +1,127 @@
1
+ import { k as isHTMLElement } from "./dom-query-e7fh0TEH.js";
2
+ import { t as findControlledElements } from "./controller-Dv7lWHDr.js";
3
+ //#region src/common/aria-hidden/walk-tree-outside.ts
4
+ let counterMap = /* @__PURE__ */ new WeakMap();
5
+ let uncontrolledNodes = /* @__PURE__ */ new WeakMap();
6
+ let markerMap = {};
7
+ let lockCount = 0;
8
+ const unwrapHost = (node) => node && (node.host || unwrapHost(node.parentNode));
9
+ const correctTargets = (parent, targets) => targets.map((target) => {
10
+ if (parent.contains(target)) return target;
11
+ const correctedTarget = unwrapHost(target);
12
+ if (correctedTarget && parent.contains(correctedTarget)) return correctedTarget;
13
+ console.error("[wirekyt > ariaHidden] target", target, "in not contained inside", parent, ". Doing nothing");
14
+ return null;
15
+ }).filter((x) => Boolean(x));
16
+ const ignoreableNodes = /* @__PURE__ */ new Set([
17
+ "script",
18
+ "output",
19
+ "status",
20
+ "next-route-announcer"
21
+ ]);
22
+ const isIgnoredNode = (node) => {
23
+ if (ignoreableNodes.has(node.localName)) return true;
24
+ if (node.role === "status") return true;
25
+ if (node.hasAttribute("aria-live")) return true;
26
+ return node.matches("[data-live-announcer]");
27
+ };
28
+ const walkTreeOutside = (originalTarget, props) => {
29
+ const { parentNode, markerName, controlAttribute, explicitBooleanValue, followControlledElements = true } = props;
30
+ const targets = correctTargets(parentNode, Array.isArray(originalTarget) ? originalTarget : [originalTarget]);
31
+ markerMap[markerName] ||= /* @__PURE__ */ new WeakMap();
32
+ const markerCounter = markerMap[markerName];
33
+ const hiddenNodes = [];
34
+ const elementsToKeep = /* @__PURE__ */ new Set();
35
+ const elementsToStop = new Set(targets);
36
+ const keep = (el) => {
37
+ if (!el || elementsToKeep.has(el)) return;
38
+ elementsToKeep.add(el);
39
+ keep(el.parentNode);
40
+ };
41
+ targets.forEach((target) => {
42
+ keep(target);
43
+ if (followControlledElements && isHTMLElement(target)) findControlledElements(target, (controlledElement) => {
44
+ keep(controlledElement);
45
+ });
46
+ });
47
+ const deep = (parent) => {
48
+ if (!parent || elementsToStop.has(parent)) return;
49
+ Array.prototype.forEach.call(parent.children, (node) => {
50
+ if (elementsToKeep.has(node)) deep(node);
51
+ else try {
52
+ if (isIgnoredNode(node)) return;
53
+ const attr = node.getAttribute(controlAttribute);
54
+ const alreadyHidden = explicitBooleanValue ? attr === "true" : attr !== null && attr !== "false";
55
+ const counterValue = (counterMap.get(node) || 0) + 1;
56
+ const markerValue = (markerCounter.get(node) || 0) + 1;
57
+ counterMap.set(node, counterValue);
58
+ markerCounter.set(node, markerValue);
59
+ hiddenNodes.push(node);
60
+ if (counterValue === 1 && alreadyHidden) uncontrolledNodes.set(node, true);
61
+ if (markerValue === 1) node.setAttribute(markerName, "");
62
+ if (!alreadyHidden) node.setAttribute(controlAttribute, explicitBooleanValue ? "true" : "");
63
+ } catch (e) {
64
+ console.error("[wirekyt > ariaHidden] cannot operate on ", node, e);
65
+ }
66
+ });
67
+ };
68
+ deep(parentNode);
69
+ elementsToKeep.clear();
70
+ lockCount++;
71
+ return () => {
72
+ hiddenNodes.forEach((node) => {
73
+ const counterValue = counterMap.get(node) - 1;
74
+ const markerValue = markerCounter.get(node) - 1;
75
+ counterMap.set(node, counterValue);
76
+ markerCounter.set(node, markerValue);
77
+ if (!counterValue) {
78
+ if (!uncontrolledNodes.has(node)) node.removeAttribute(controlAttribute);
79
+ uncontrolledNodes.delete(node);
80
+ }
81
+ if (!markerValue) node.removeAttribute(markerName);
82
+ });
83
+ lockCount--;
84
+ if (!lockCount) {
85
+ counterMap = /* @__PURE__ */ new WeakMap();
86
+ counterMap = /* @__PURE__ */ new WeakMap();
87
+ uncontrolledNodes = /* @__PURE__ */ new WeakMap();
88
+ markerMap = {};
89
+ }
90
+ };
91
+ };
92
+ //#endregion
93
+ //#region src/common/aria-hidden/aria-hidden.ts
94
+ const getParentNode = (originalTarget) => {
95
+ return (Array.isArray(originalTarget) ? originalTarget[0] : originalTarget).ownerDocument.body;
96
+ };
97
+ const hideOthers = (originalTarget, parentNode = getParentNode(originalTarget), markerName = "data-aria-hidden", followControlledElements = true) => {
98
+ if (!parentNode) return;
99
+ return walkTreeOutside(originalTarget, {
100
+ parentNode,
101
+ markerName,
102
+ controlAttribute: "aria-hidden",
103
+ explicitBooleanValue: true,
104
+ followControlledElements
105
+ });
106
+ };
107
+ //#endregion
108
+ //#region src/common/aria-hidden/index.ts
109
+ const raf = (fn) => {
110
+ const frameId = requestAnimationFrame(() => fn());
111
+ return () => cancelAnimationFrame(frameId);
112
+ };
113
+ function ariaHidden(targetsOrFn, options = {}) {
114
+ const { defer = true } = options;
115
+ const func = defer ? raf : (v) => v();
116
+ const cleanups = [];
117
+ cleanups.push(func(() => {
118
+ const elements = (typeof targetsOrFn === "function" ? targetsOrFn() : targetsOrFn).filter(Boolean);
119
+ if (elements.length === 0) return;
120
+ cleanups.push(hideOthers(elements));
121
+ }));
122
+ return () => {
123
+ cleanups.forEach((fn) => fn?.());
124
+ };
125
+ }
126
+ //#endregion
127
+ export { ariaHidden as t };
@@ -0,0 +1,132 @@
1
+ const require_dom_query = require("./dom-query-CQzY93XU.cjs");
2
+ const require_controller = require("./controller-B8E8ZJCI.cjs");
3
+ //#region src/common/aria-hidden/walk-tree-outside.ts
4
+ let counterMap = /* @__PURE__ */ new WeakMap();
5
+ let uncontrolledNodes = /* @__PURE__ */ new WeakMap();
6
+ let markerMap = {};
7
+ let lockCount = 0;
8
+ const unwrapHost = (node) => node && (node.host || unwrapHost(node.parentNode));
9
+ const correctTargets = (parent, targets) => targets.map((target) => {
10
+ if (parent.contains(target)) return target;
11
+ const correctedTarget = unwrapHost(target);
12
+ if (correctedTarget && parent.contains(correctedTarget)) return correctedTarget;
13
+ console.error("[wirekyt > ariaHidden] target", target, "in not contained inside", parent, ". Doing nothing");
14
+ return null;
15
+ }).filter((x) => Boolean(x));
16
+ const ignoreableNodes = /* @__PURE__ */ new Set([
17
+ "script",
18
+ "output",
19
+ "status",
20
+ "next-route-announcer"
21
+ ]);
22
+ const isIgnoredNode = (node) => {
23
+ if (ignoreableNodes.has(node.localName)) return true;
24
+ if (node.role === "status") return true;
25
+ if (node.hasAttribute("aria-live")) return true;
26
+ return node.matches("[data-live-announcer]");
27
+ };
28
+ const walkTreeOutside = (originalTarget, props) => {
29
+ const { parentNode, markerName, controlAttribute, explicitBooleanValue, followControlledElements = true } = props;
30
+ const targets = correctTargets(parentNode, Array.isArray(originalTarget) ? originalTarget : [originalTarget]);
31
+ markerMap[markerName] ||= /* @__PURE__ */ new WeakMap();
32
+ const markerCounter = markerMap[markerName];
33
+ const hiddenNodes = [];
34
+ const elementsToKeep = /* @__PURE__ */ new Set();
35
+ const elementsToStop = new Set(targets);
36
+ const keep = (el) => {
37
+ if (!el || elementsToKeep.has(el)) return;
38
+ elementsToKeep.add(el);
39
+ keep(el.parentNode);
40
+ };
41
+ targets.forEach((target) => {
42
+ keep(target);
43
+ if (followControlledElements && require_dom_query.isHTMLElement(target)) require_controller.findControlledElements(target, (controlledElement) => {
44
+ keep(controlledElement);
45
+ });
46
+ });
47
+ const deep = (parent) => {
48
+ if (!parent || elementsToStop.has(parent)) return;
49
+ Array.prototype.forEach.call(parent.children, (node) => {
50
+ if (elementsToKeep.has(node)) deep(node);
51
+ else try {
52
+ if (isIgnoredNode(node)) return;
53
+ const attr = node.getAttribute(controlAttribute);
54
+ const alreadyHidden = explicitBooleanValue ? attr === "true" : attr !== null && attr !== "false";
55
+ const counterValue = (counterMap.get(node) || 0) + 1;
56
+ const markerValue = (markerCounter.get(node) || 0) + 1;
57
+ counterMap.set(node, counterValue);
58
+ markerCounter.set(node, markerValue);
59
+ hiddenNodes.push(node);
60
+ if (counterValue === 1 && alreadyHidden) uncontrolledNodes.set(node, true);
61
+ if (markerValue === 1) node.setAttribute(markerName, "");
62
+ if (!alreadyHidden) node.setAttribute(controlAttribute, explicitBooleanValue ? "true" : "");
63
+ } catch (e) {
64
+ console.error("[wirekyt > ariaHidden] cannot operate on ", node, e);
65
+ }
66
+ });
67
+ };
68
+ deep(parentNode);
69
+ elementsToKeep.clear();
70
+ lockCount++;
71
+ return () => {
72
+ hiddenNodes.forEach((node) => {
73
+ const counterValue = counterMap.get(node) - 1;
74
+ const markerValue = markerCounter.get(node) - 1;
75
+ counterMap.set(node, counterValue);
76
+ markerCounter.set(node, markerValue);
77
+ if (!counterValue) {
78
+ if (!uncontrolledNodes.has(node)) node.removeAttribute(controlAttribute);
79
+ uncontrolledNodes.delete(node);
80
+ }
81
+ if (!markerValue) node.removeAttribute(markerName);
82
+ });
83
+ lockCount--;
84
+ if (!lockCount) {
85
+ counterMap = /* @__PURE__ */ new WeakMap();
86
+ counterMap = /* @__PURE__ */ new WeakMap();
87
+ uncontrolledNodes = /* @__PURE__ */ new WeakMap();
88
+ markerMap = {};
89
+ }
90
+ };
91
+ };
92
+ //#endregion
93
+ //#region src/common/aria-hidden/aria-hidden.ts
94
+ const getParentNode = (originalTarget) => {
95
+ return (Array.isArray(originalTarget) ? originalTarget[0] : originalTarget).ownerDocument.body;
96
+ };
97
+ const hideOthers = (originalTarget, parentNode = getParentNode(originalTarget), markerName = "data-aria-hidden", followControlledElements = true) => {
98
+ if (!parentNode) return;
99
+ return walkTreeOutside(originalTarget, {
100
+ parentNode,
101
+ markerName,
102
+ controlAttribute: "aria-hidden",
103
+ explicitBooleanValue: true,
104
+ followControlledElements
105
+ });
106
+ };
107
+ //#endregion
108
+ //#region src/common/aria-hidden/index.ts
109
+ const raf = (fn) => {
110
+ const frameId = requestAnimationFrame(() => fn());
111
+ return () => cancelAnimationFrame(frameId);
112
+ };
113
+ function ariaHidden(targetsOrFn, options = {}) {
114
+ const { defer = true } = options;
115
+ const func = defer ? raf : (v) => v();
116
+ const cleanups = [];
117
+ cleanups.push(func(() => {
118
+ const elements = (typeof targetsOrFn === "function" ? targetsOrFn() : targetsOrFn).filter(Boolean);
119
+ if (elements.length === 0) return;
120
+ cleanups.push(hideOthers(elements));
121
+ }));
122
+ return () => {
123
+ cleanups.forEach((fn) => fn?.());
124
+ };
125
+ }
126
+ //#endregion
127
+ Object.defineProperty(exports, "ariaHidden", {
128
+ enumerable: true,
129
+ get: function() {
130
+ return ariaHidden;
131
+ }
132
+ });
@@ -0,0 +1,3 @@
1
+ Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
2
+ const require_aria_hidden = require("./aria-hidden-Y7iJHPMr.cjs");
3
+ exports.ariaHidden = require_aria_hidden.ariaHidden;
@@ -0,0 +1,10 @@
1
+ //#region src/common/aria-hidden/index.d.ts
2
+ type MaybeElement = HTMLElement | null;
3
+ type Targets = Array<MaybeElement>;
4
+ type TargetsOrFn = Targets | (() => Targets);
5
+ type Options = {
6
+ defer?: boolean | undefined;
7
+ };
8
+ declare function ariaHidden(targetsOrFn: TargetsOrFn, options?: Options): () => void;
9
+ //#endregion
10
+ export { ariaHidden };
@@ -0,0 +1,10 @@
1
+ //#region src/common/aria-hidden/index.d.ts
2
+ type MaybeElement = HTMLElement | null;
3
+ type Targets = Array<MaybeElement>;
4
+ type TargetsOrFn = Targets | (() => Targets);
5
+ type Options = {
6
+ defer?: boolean | undefined;
7
+ };
8
+ declare function ariaHidden(targetsOrFn: TargetsOrFn, options?: Options): () => void;
9
+ //#endregion
10
+ export { ariaHidden };
@@ -0,0 +1,2 @@
1
+ import { t as ariaHidden } from "./aria-hidden-CEXexb2I.js";
2
+ export { ariaHidden };
@@ -0,0 +1,198 @@
1
+ //#region src/common/utils/array.ts
2
+ function toArray(v) {
3
+ if (v == null) return [];
4
+ return Array.isArray(v) ? v : [v];
5
+ }
6
+ const fromLength = (length) => Array.from(Array(length).keys());
7
+ const first = (v) => v[0];
8
+ const last = (v) => v[v.length - 1];
9
+ const isEmpty = (v) => v.length === 0;
10
+ const has = (v, t) => v.indexOf(t) !== -1;
11
+ const add = (v, ...items) => v.concat(items);
12
+ const remove = (v, ...items) => v.filter((t) => !items.includes(t));
13
+ const removeAt = (v, i) => v.filter((_, idx) => idx !== i);
14
+ const insertAt = (v, i, ...items) => [
15
+ ...v.slice(0, i),
16
+ ...items,
17
+ ...v.slice(i)
18
+ ];
19
+ const uniq = (v) => Array.from(new Set(v));
20
+ const diff = (a, b) => {
21
+ const set = new Set(b);
22
+ return a.filter((t) => !set.has(t));
23
+ };
24
+ const addOrRemove = (v, item) => has(v, item) ? remove(v, item) : add(v, item);
25
+ function clear(v) {
26
+ while (v.length > 0) v.pop();
27
+ return v;
28
+ }
29
+ function nextIndex(v, idx, opts = {}) {
30
+ const { step = 1, loop = true } = opts;
31
+ const next = idx + step;
32
+ const len = v.length;
33
+ const last = len - 1;
34
+ if (idx === -1) return step > 0 ? 0 : last;
35
+ if (next < 0) return loop ? last : 0;
36
+ if (next >= len) return loop ? 0 : idx > len ? len : idx;
37
+ return next;
38
+ }
39
+ function next(v, idx, opts = {}) {
40
+ return v[nextIndex(v, idx, opts)];
41
+ }
42
+ function prevIndex(v, idx, opts = {}) {
43
+ const { step = 1, loop = true } = opts;
44
+ return nextIndex(v, idx, {
45
+ step: -step,
46
+ loop
47
+ });
48
+ }
49
+ function prev(v, index, opts = {}) {
50
+ return v[prevIndex(v, index, opts)];
51
+ }
52
+ function chunk(v, size) {
53
+ return v.reduce((rows, value, index) => {
54
+ if (index % size === 0) rows.push([value]);
55
+ else last(rows)?.push(value);
56
+ return rows;
57
+ }, []);
58
+ }
59
+ function flatArray(arr) {
60
+ return arr.reduce((flat, item) => {
61
+ if (Array.isArray(item)) return flat.concat(flatArray(item));
62
+ return flat.concat(item);
63
+ }, []);
64
+ }
65
+ function partition(arr, fn) {
66
+ return arr.reduce(([pass, fail], value) => {
67
+ if (fn(value)) pass.push(value);
68
+ else fail.push(value);
69
+ return [pass, fail];
70
+ }, [[], []]);
71
+ }
72
+ //#endregion
73
+ Object.defineProperty(exports, "add", {
74
+ enumerable: true,
75
+ get: function() {
76
+ return add;
77
+ }
78
+ });
79
+ Object.defineProperty(exports, "addOrRemove", {
80
+ enumerable: true,
81
+ get: function() {
82
+ return addOrRemove;
83
+ }
84
+ });
85
+ Object.defineProperty(exports, "chunk", {
86
+ enumerable: true,
87
+ get: function() {
88
+ return chunk;
89
+ }
90
+ });
91
+ Object.defineProperty(exports, "clear", {
92
+ enumerable: true,
93
+ get: function() {
94
+ return clear;
95
+ }
96
+ });
97
+ Object.defineProperty(exports, "diff", {
98
+ enumerable: true,
99
+ get: function() {
100
+ return diff;
101
+ }
102
+ });
103
+ Object.defineProperty(exports, "first", {
104
+ enumerable: true,
105
+ get: function() {
106
+ return first;
107
+ }
108
+ });
109
+ Object.defineProperty(exports, "flatArray", {
110
+ enumerable: true,
111
+ get: function() {
112
+ return flatArray;
113
+ }
114
+ });
115
+ Object.defineProperty(exports, "fromLength", {
116
+ enumerable: true,
117
+ get: function() {
118
+ return fromLength;
119
+ }
120
+ });
121
+ Object.defineProperty(exports, "has", {
122
+ enumerable: true,
123
+ get: function() {
124
+ return has;
125
+ }
126
+ });
127
+ Object.defineProperty(exports, "insertAt", {
128
+ enumerable: true,
129
+ get: function() {
130
+ return insertAt;
131
+ }
132
+ });
133
+ Object.defineProperty(exports, "isEmpty", {
134
+ enumerable: true,
135
+ get: function() {
136
+ return isEmpty;
137
+ }
138
+ });
139
+ Object.defineProperty(exports, "last", {
140
+ enumerable: true,
141
+ get: function() {
142
+ return last;
143
+ }
144
+ });
145
+ Object.defineProperty(exports, "next", {
146
+ enumerable: true,
147
+ get: function() {
148
+ return next;
149
+ }
150
+ });
151
+ Object.defineProperty(exports, "nextIndex", {
152
+ enumerable: true,
153
+ get: function() {
154
+ return nextIndex;
155
+ }
156
+ });
157
+ Object.defineProperty(exports, "partition", {
158
+ enumerable: true,
159
+ get: function() {
160
+ return partition;
161
+ }
162
+ });
163
+ Object.defineProperty(exports, "prev", {
164
+ enumerable: true,
165
+ get: function() {
166
+ return prev;
167
+ }
168
+ });
169
+ Object.defineProperty(exports, "prevIndex", {
170
+ enumerable: true,
171
+ get: function() {
172
+ return prevIndex;
173
+ }
174
+ });
175
+ Object.defineProperty(exports, "remove", {
176
+ enumerable: true,
177
+ get: function() {
178
+ return remove;
179
+ }
180
+ });
181
+ Object.defineProperty(exports, "removeAt", {
182
+ enumerable: true,
183
+ get: function() {
184
+ return removeAt;
185
+ }
186
+ });
187
+ Object.defineProperty(exports, "toArray", {
188
+ enumerable: true,
189
+ get: function() {
190
+ return toArray;
191
+ }
192
+ });
193
+ Object.defineProperty(exports, "uniq", {
194
+ enumerable: true,
195
+ get: function() {
196
+ return uniq;
197
+ }
198
+ });
@@ -0,0 +1,73 @@
1
+ //#region src/common/utils/array.ts
2
+ function toArray(v) {
3
+ if (v == null) return [];
4
+ return Array.isArray(v) ? v : [v];
5
+ }
6
+ const fromLength = (length) => Array.from(Array(length).keys());
7
+ const first = (v) => v[0];
8
+ const last = (v) => v[v.length - 1];
9
+ const isEmpty = (v) => v.length === 0;
10
+ const has = (v, t) => v.indexOf(t) !== -1;
11
+ const add = (v, ...items) => v.concat(items);
12
+ const remove = (v, ...items) => v.filter((t) => !items.includes(t));
13
+ const removeAt = (v, i) => v.filter((_, idx) => idx !== i);
14
+ const insertAt = (v, i, ...items) => [
15
+ ...v.slice(0, i),
16
+ ...items,
17
+ ...v.slice(i)
18
+ ];
19
+ const uniq = (v) => Array.from(new Set(v));
20
+ const diff = (a, b) => {
21
+ const set = new Set(b);
22
+ return a.filter((t) => !set.has(t));
23
+ };
24
+ const addOrRemove = (v, item) => has(v, item) ? remove(v, item) : add(v, item);
25
+ function clear(v) {
26
+ while (v.length > 0) v.pop();
27
+ return v;
28
+ }
29
+ function nextIndex(v, idx, opts = {}) {
30
+ const { step = 1, loop = true } = opts;
31
+ const next = idx + step;
32
+ const len = v.length;
33
+ const last = len - 1;
34
+ if (idx === -1) return step > 0 ? 0 : last;
35
+ if (next < 0) return loop ? last : 0;
36
+ if (next >= len) return loop ? 0 : idx > len ? len : idx;
37
+ return next;
38
+ }
39
+ function next(v, idx, opts = {}) {
40
+ return v[nextIndex(v, idx, opts)];
41
+ }
42
+ function prevIndex(v, idx, opts = {}) {
43
+ const { step = 1, loop = true } = opts;
44
+ return nextIndex(v, idx, {
45
+ step: -step,
46
+ loop
47
+ });
48
+ }
49
+ function prev(v, index, opts = {}) {
50
+ return v[prevIndex(v, index, opts)];
51
+ }
52
+ function chunk(v, size) {
53
+ return v.reduce((rows, value, index) => {
54
+ if (index % size === 0) rows.push([value]);
55
+ else last(rows)?.push(value);
56
+ return rows;
57
+ }, []);
58
+ }
59
+ function flatArray(arr) {
60
+ return arr.reduce((flat, item) => {
61
+ if (Array.isArray(item)) return flat.concat(flatArray(item));
62
+ return flat.concat(item);
63
+ }, []);
64
+ }
65
+ function partition(arr, fn) {
66
+ return arr.reduce(([pass, fail], value) => {
67
+ if (fn(value)) pass.push(value);
68
+ else fail.push(value);
69
+ return [pass, fail];
70
+ }, [[], []]);
71
+ }
72
+ //#endregion
73
+ export { prevIndex as _, diff as a, toArray as b, fromLength as c, isEmpty as d, last as f, prev as g, partition as h, clear as i, has as l, nextIndex as m, addOrRemove as n, first as o, next as p, chunk as r, flatArray as s, add as t, insertAt as u, remove as v, uniq as x, removeAt as y };