@eightshift/ui-components 6.3.0 → 7.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (981) hide show
  1. package/dist/Button-h6xF_WrP.js +225 -0
  2. package/dist/Dialog-i5VLQw1o.js +2488 -0
  3. package/dist/Disclosure-NYWFw9RJ.js +188 -0
  4. package/dist/FieldError-BWDbP5Db.js +213 -0
  5. package/dist/FocusScope-CgwbGOBB.js +746 -0
  6. package/dist/Form-DTMkbrQY.js +5 -0
  7. package/dist/Heading-Hol-wS_B.js +16 -0
  8. package/dist/Hidden-8TB37dpK.js +51 -0
  9. package/dist/Input-BURqyJXW.js +161 -0
  10. package/dist/Label-DFXXxMKY.js +17 -0
  11. package/dist/List-CMK5qsNF.js +506 -0
  12. package/dist/ListBox-B21SgugS.js +601 -0
  13. package/dist/NumberFormatter-m5VW6MTK.js +122 -0
  14. package/dist/OverlayArrow-BoloUPQM.js +573 -0
  15. package/dist/PortalProvider-DinZZCKX.js +14 -0
  16. package/dist/RSPContexts-C_z0bI8W.js +12 -0
  17. package/dist/RadioGroup-BwlGtCja.js +329 -0
  18. package/dist/SearchField-DR_I4_yn.js +765 -0
  19. package/dist/SelectionIndicator-31L6EI9F.js +13 -0
  20. package/dist/SelectionManager-B8lLv6Ue.js +2176 -0
  21. package/dist/Slider-DW1RuMVp.js +827 -0
  22. package/dist/Text-O6VBBDlP.js +16 -0
  23. package/dist/VisuallyHidden-CfsnJHZb.js +43 -0
  24. package/dist/animation-Bd2peown.js +62 -0
  25. package/dist/assets/style-admin.css +252 -255
  26. package/dist/assets/style-editor.css +252 -255
  27. package/dist/assets/style.css +252 -255
  28. package/dist/assets/wp-overrides/allow-full-width-blocks.css +1 -1
  29. package/dist/assets/wp-overrides/fix-label-text-case.css +1 -1
  30. package/dist/assets/wp-overrides/increase-sidebar-width.css +1 -1
  31. package/dist/assets/wp-overrides/make-block-messages-nicer.css +1 -1
  32. package/dist/assets/wp-overrides/replace-fonts.css +1 -1
  33. package/dist/assets/wp-overrides/restyle-tooltips.css +3 -3
  34. package/dist/assets/wp-overrides/round-corners.css +1 -1
  35. package/dist/assets/wp-overrides/unify-button-sizes.css +1 -1
  36. package/dist/build-module-sxK3nxOK.js +855 -0
  37. package/dist/button-COTeluL8.js +524 -0
  38. package/dist/checkbox-D0AWkLhp.js +338 -0
  39. package/dist/clsx-BUU5J41u.js +16 -0
  40. package/dist/color-swatch-CBYsO_Zs.js +2572 -0
  41. package/dist/components/animated-visibility/animated-visibility.js +87 -111
  42. package/dist/components/base-control/base-control.js +73 -86
  43. package/dist/components/base-control/container.js +199 -227
  44. package/dist/components/breakpoint-preview/breakpoint-preview.js +162 -158
  45. package/dist/components/button/button.js +3 -580
  46. package/dist/components/checkbox/checkbox.js +2 -391
  47. package/dist/components/color-pickers/color-picker.js +172 -276
  48. package/dist/components/color-pickers/color-swatch.js +3 -7
  49. package/dist/components/color-pickers/gradient-editor.js +4 -552
  50. package/dist/components/color-pickers/solid-color-picker.js +3 -1710
  51. package/dist/components/component-toggle/component-toggle.js +107 -160
  52. package/dist/components/container-panel/container-panel.js +94 -151
  53. package/dist/components/draggable/draggable-context.js +4 -4
  54. package/dist/components/draggable/draggable-handle.js +27 -43
  55. package/dist/components/draggable/draggable.js +3 -7638
  56. package/dist/components/draggable-list/draggable-list-context.js +4 -4
  57. package/dist/components/draggable-list/draggable-list-item.js +63 -80
  58. package/dist/components/draggable-list/draggable-list.js +115 -142
  59. package/dist/components/expandable/expandable.js +105 -407
  60. package/dist/components/index.js +30 -106
  61. package/dist/components/input-field/input-field.js +2 -326
  62. package/dist/components/item-collection/item-collection.js +50 -56
  63. package/dist/components/layout/hstack.js +27 -29
  64. package/dist/components/layout/vstack.js +27 -29
  65. package/dist/components/link-input/link-input.js +3 -1943
  66. package/dist/components/matrix-align/matrix-align.js +127 -161
  67. package/dist/components/menu/menu.js +253 -356
  68. package/dist/components/modal/modal.js +3 -399
  69. package/dist/components/notice/notice.js +99 -139
  70. package/dist/components/number-picker/number-picker.js +3 -344
  71. package/dist/components/option-select/option-select.js +226 -404
  72. package/dist/components/options-panel/options-panel.js +138 -175
  73. package/dist/components/placeholders/file-picker-shell.js +91 -141
  74. package/dist/components/placeholders/file-placeholder.js +41 -53
  75. package/dist/components/placeholders/image-placeholder.js +65 -96
  76. package/dist/components/placeholders/media-placeholder.js +65 -68
  77. package/dist/components/popover/popover.js +147 -221
  78. package/dist/components/portal-provider/portal-provider.js +23 -21
  79. package/dist/components/radio/radio.js +246 -294
  80. package/dist/components/repeater/repeater-context.js +4 -4
  81. package/dist/components/repeater/repeater-item.js +95 -114
  82. package/dist/components/repeater/repeater.js +221 -278
  83. package/dist/components/responsive/mini-responsive.js +403 -495
  84. package/dist/components/responsive/responsive-legacy.js +271 -336
  85. package/dist/components/responsive/responsive.js +445 -562
  86. package/dist/components/responsive-preview/responsive-preview.js +94 -117
  87. package/dist/components/rich-label/rich-label.js +80 -75
  88. package/dist/components/select/async-multi-select.js +357 -589
  89. package/dist/components/select/async-select.js +282 -492
  90. package/dist/components/select/multi-select.js +338 -552
  91. package/dist/components/select/shared.js +3 -17
  92. package/dist/components/select/single-select.js +276 -475
  93. package/dist/components/select/styles.js +84 -0
  94. package/dist/components/slider/column-config-slider.js +170 -301
  95. package/dist/components/slider/slider.js +258 -405
  96. package/dist/components/slider/utils.js +77 -121
  97. package/dist/components/smart-image/image-analysis-worker.js +128 -0
  98. package/dist/components/smart-image/smart-image.js +3 -205
  99. package/dist/components/smart-image/worker-inline.js +4 -4
  100. package/dist/components/spacer/spacer.js +80 -94
  101. package/dist/components/tabs/tabs.js +3 -1051
  102. package/dist/components/toggle/switch.js +2 -295
  103. package/dist/components/toggle/toggle.js +54 -64
  104. package/dist/components/toggle-button/toggle-button.js +2 -451
  105. package/dist/components/tooltip/tooltip.js +2 -535
  106. package/dist/context-C-XNeJ_l.js +93 -0
  107. package/dist/debounce-throttle-DXxSAKpq.js +120 -0
  108. package/dist/dist-DIK9pFxO.js +55 -0
  109. package/dist/draggable-CYQyD9gG.js +6961 -0
  110. package/dist/es-dash-HqXWZZ3_.js +303 -0
  111. package/dist/filterDOMProps-_2_3GD-K.js +69 -0
  112. package/dist/general-BKOvs-AO.js +4276 -0
  113. package/dist/gradient-editor-BAd_Gzx4.js +604 -0
  114. package/dist/icons/block-icon.js +34 -39
  115. package/dist/icons/generated-icon-loaders.js +759 -0
  116. package/dist/icons/generic-color-swatch.js +81 -111
  117. package/dist/icons/icon.js +67 -0
  118. package/dist/icons/icons.js +218 -3656
  119. package/dist/icons/index.js +756 -10
  120. package/dist/icons/internal.js +758 -0
  121. package/dist/icons/jsx-svg.js +2 -94
  122. package/dist/icons/spinner.js +16 -18
  123. package/dist/icons/ui-icons/a11y-warning.js +34 -0
  124. package/dist/icons/ui-icons/a11y.js +29 -0
  125. package/dist/icons/ui-icons/accelerometer.js +51 -0
  126. package/dist/icons/ui-icons/activity-log.js +53 -0
  127. package/dist/icons/ui-icons/add.js +20 -0
  128. package/dist/icons/ui-icons/alert.js +31 -0
  129. package/dist/icons/ui-icons/align-horizontal-vertical-alt.js +37 -0
  130. package/dist/icons/ui-icons/align-horizontal-vertical-alt2.js +36 -0
  131. package/dist/icons/ui-icons/align-horizontal-vertical.js +34 -0
  132. package/dist/icons/ui-icons/alt-text-generic-alt.js +19 -0
  133. package/dist/icons/ui-icons/alt-text-generic.js +25 -0
  134. package/dist/icons/ui-icons/alt-text.js +36 -0
  135. package/dist/icons/ui-icons/anchor-page.js +44 -0
  136. package/dist/icons/ui-icons/anchor.js +28 -0
  137. package/dist/icons/ui-icons/angle.js +24 -0
  138. package/dist/icons/ui-icons/animation-file.js +66 -0
  139. package/dist/icons/ui-icons/animation-generic.js +36 -0
  140. package/dist/icons/ui-icons/animation-list-generic.js +41 -0
  141. package/dist/icons/ui-icons/animation-settings-generic.js +41 -0
  142. package/dist/icons/ui-icons/animation.js +55 -0
  143. package/dist/icons/ui-icons/archive-file.js +24 -0
  144. package/dist/icons/ui-icons/archive.js +39 -0
  145. package/dist/icons/ui-icons/aria-label.js +42 -0
  146. package/dist/icons/ui-icons/arrow-down-circle-alt.js +28 -0
  147. package/dist/icons/ui-icons/arrow-down-circle.js +28 -0
  148. package/dist/icons/ui-icons/arrow-down-square-alt.js +28 -0
  149. package/dist/icons/ui-icons/arrow-down-square.js +28 -0
  150. package/dist/icons/ui-icons/arrow-down.js +20 -0
  151. package/dist/icons/ui-icons/arrow-left-circle-alt.js +28 -0
  152. package/dist/icons/ui-icons/arrow-left-circle.js +28 -0
  153. package/dist/icons/ui-icons/arrow-left-square-alt.js +28 -0
  154. package/dist/icons/ui-icons/arrow-left-square.js +28 -0
  155. package/dist/icons/ui-icons/arrow-left.js +20 -0
  156. package/dist/icons/ui-icons/arrow-right-circle-alt.js +28 -0
  157. package/dist/icons/ui-icons/arrow-right-circle.js +28 -0
  158. package/dist/icons/ui-icons/arrow-right-square-alt.js +28 -0
  159. package/dist/icons/ui-icons/arrow-right-square.js +28 -0
  160. package/dist/icons/ui-icons/arrow-right.js +20 -0
  161. package/dist/icons/ui-icons/arrow-up-circle-alt.js +28 -0
  162. package/dist/icons/ui-icons/arrow-up-circle.js +28 -0
  163. package/dist/icons/ui-icons/arrow-up-square-alt.js +28 -0
  164. package/dist/icons/ui-icons/arrow-up-square.js +28 -0
  165. package/dist/icons/ui-icons/arrow-up.js +20 -0
  166. package/dist/icons/ui-icons/arrows-down.js +38 -0
  167. package/dist/icons/ui-icons/arrows-horizontal.js +20 -0
  168. package/dist/icons/ui-icons/arrows-left-diagonal.js +20 -0
  169. package/dist/icons/ui-icons/arrows-left.js +38 -0
  170. package/dist/icons/ui-icons/arrows-right-diagonal.js +20 -0
  171. package/dist/icons/ui-icons/arrows-right.js +38 -0
  172. package/dist/icons/ui-icons/arrows-up.js +38 -0
  173. package/dist/icons/ui-icons/arrows-vertical.js +20 -0
  174. package/dist/icons/ui-icons/aspect-ratio-auto.js +38 -0
  175. package/dist/icons/ui-icons/aspect-ratio-nine-sixteen.js +28 -0
  176. package/dist/icons/ui-icons/aspect-ratio-sixteen-nine.js +28 -0
  177. package/dist/icons/ui-icons/aspect-ratio-square.js +28 -0
  178. package/dist/icons/ui-icons/aspect-ratio-three-two.js +28 -0
  179. package/dist/icons/ui-icons/aspect-ratio-twenty-one-nine.js +28 -0
  180. package/dist/icons/ui-icons/aspect-ratio.js +27 -0
  181. package/dist/icons/ui-icons/attachment.js +19 -0
  182. package/dist/icons/ui-icons/auto-close.js +26 -0
  183. package/dist/icons/ui-icons/auto-pause-scroll.js +39 -0
  184. package/dist/icons/ui-icons/auto-pause.js +26 -0
  185. package/dist/icons/ui-icons/automatic-alt.js +19 -0
  186. package/dist/icons/ui-icons/automatic.js +20 -0
  187. package/dist/icons/ui-icons/autoplay-alt.js +34 -0
  188. package/dist/icons/ui-icons/autoplay-alt2.js +23 -0
  189. package/dist/icons/ui-icons/autoplay.js +36 -0
  190. package/dist/icons/ui-icons/award.js +39 -0
  191. package/dist/icons/ui-icons/background-blur.js +66 -0
  192. package/dist/icons/ui-icons/background-color-swatch.js +48 -0
  193. package/dist/icons/ui-icons/background-image.js +41 -0
  194. package/dist/icons/ui-icons/background-repeat.js +95 -0
  195. package/dist/icons/ui-icons/background-type-alt.js +38 -0
  196. package/dist/icons/ui-icons/background-type-alt2.js +27 -0
  197. package/dist/icons/ui-icons/background-type.js +27 -0
  198. package/dist/icons/ui-icons/block-parts.js +54 -0
  199. package/dist/icons/ui-icons/bold.js +21 -0
  200. package/dist/icons/ui-icons/book.js +40 -0
  201. package/dist/icons/ui-icons/bookmark.js +18 -0
  202. package/dist/icons/ui-icons/boolean-exclude.js +24 -0
  203. package/dist/icons/ui-icons/boolean-intersect.js +31 -0
  204. package/dist/icons/ui-icons/boolean-subtract.js +27 -0
  205. package/dist/icons/ui-icons/boolean-union.js +33 -0
  206. package/dist/icons/ui-icons/border-color.js +79 -0
  207. package/dist/icons/ui-icons/border.js +60 -0
  208. package/dist/icons/ui-icons/bot-deny.js +61 -0
  209. package/dist/icons/ui-icons/bot.js +47 -0
  210. package/dist/icons/ui-icons/box.js +35 -0
  211. package/dist/icons/ui-icons/brain.js +20 -0
  212. package/dist/icons/ui-icons/branch-fork.js +46 -0
  213. package/dist/icons/ui-icons/branch.js +46 -0
  214. package/dist/icons/ui-icons/briefcase.js +26 -0
  215. package/dist/icons/ui-icons/browser.js +60 -0
  216. package/dist/icons/ui-icons/button-disabled.js +30 -0
  217. package/dist/icons/ui-icons/button-filled.js +19 -0
  218. package/dist/icons/ui-icons/button-ghost.js +28 -0
  219. package/dist/icons/ui-icons/button-outline.js +27 -0
  220. package/dist/icons/ui-icons/calculator.js +139 -0
  221. package/dist/icons/ui-icons/calendar-add.js +51 -0
  222. package/dist/icons/ui-icons/calendar-download.js +62 -0
  223. package/dist/icons/ui-icons/calendar-remove.js +51 -0
  224. package/dist/icons/ui-icons/calendar.js +34 -0
  225. package/dist/icons/ui-icons/caption-generic.js +25 -0
  226. package/dist/icons/ui-icons/card-featured.js +28 -0
  227. package/dist/icons/ui-icons/caret-down-fill.js +19 -0
  228. package/dist/icons/ui-icons/caret-down.js +19 -0
  229. package/dist/icons/ui-icons/caret-left-fill.js +19 -0
  230. package/dist/icons/ui-icons/caret-left.js +19 -0
  231. package/dist/icons/ui-icons/caret-right-fill.js +19 -0
  232. package/dist/icons/ui-icons/caret-right.js +19 -0
  233. package/dist/icons/ui-icons/caret-up-fill.js +19 -0
  234. package/dist/icons/ui-icons/caret-up.js +19 -0
  235. package/dist/icons/ui-icons/center-point.js +25 -0
  236. package/dist/icons/ui-icons/chat-bubble-alt.js +25 -0
  237. package/dist/icons/ui-icons/chat-bubble.js +19 -0
  238. package/dist/icons/ui-icons/chat.js +25 -0
  239. package/dist/icons/ui-icons/check-circle-fill-transparent.js +24 -0
  240. package/dist/icons/ui-icons/check-circle-fill.js +17 -0
  241. package/dist/icons/ui-icons/check-circle.js +27 -0
  242. package/dist/icons/ui-icons/check-square.js +28 -0
  243. package/dist/icons/ui-icons/check.js +20 -0
  244. package/dist/icons/ui-icons/checks-circle.js +26 -0
  245. package/dist/icons/ui-icons/checks.js +26 -0
  246. package/dist/icons/ui-icons/chevron-down.js +20 -0
  247. package/dist/icons/ui-icons/chevron-left.js +20 -0
  248. package/dist/icons/ui-icons/chevron-right.js +20 -0
  249. package/dist/icons/ui-icons/chevron-up.js +20 -0
  250. package/dist/icons/ui-icons/clear-alt.js +25 -0
  251. package/dist/icons/ui-icons/clear.js +20 -0
  252. package/dist/icons/ui-icons/clipboard-plain.js +35 -0
  253. package/dist/icons/ui-icons/clipboard.js +43 -0
  254. package/dist/icons/ui-icons/clock.js +26 -0
  255. package/dist/icons/ui-icons/closed-captions.js +27 -0
  256. package/dist/icons/ui-icons/code-variable.js +20 -0
  257. package/dist/icons/ui-icons/code.js +20 -0
  258. package/dist/icons/ui-icons/color-alt.js +40 -0
  259. package/dist/icons/ui-icons/color-fill-swatch.js +61 -0
  260. package/dist/icons/ui-icons/color-picker-fill.js +42 -0
  261. package/dist/icons/ui-icons/color-picker-list-marker.js +41 -0
  262. package/dist/icons/ui-icons/color-picker-text-highlight.js +19 -0
  263. package/dist/icons/ui-icons/color-picker-text.js +20 -0
  264. package/dist/icons/ui-icons/color-select.js +33 -0
  265. package/dist/icons/ui-icons/color.js +22 -0
  266. package/dist/icons/ui-icons/column-gutters-lr.js +54 -0
  267. package/dist/icons/ui-icons/columns.js +42 -0
  268. package/dist/icons/ui-icons/columns3366.js +30 -0
  269. package/dist/icons/ui-icons/columns6633.js +30 -0
  270. package/dist/icons/ui-icons/component-generic.js +27 -0
  271. package/dist/icons/ui-icons/component-options.js +36 -0
  272. package/dist/icons/ui-icons/condition-h.js +20 -0
  273. package/dist/icons/ui-icons/condition-v.js +20 -0
  274. package/dist/icons/ui-icons/conditional-visibility.js +26 -0
  275. package/dist/icons/ui-icons/container-height.js +68 -0
  276. package/dist/icons/ui-icons/container-spacing-h.js +41 -0
  277. package/dist/icons/ui-icons/container-spacing.js +41 -0
  278. package/dist/icons/ui-icons/container-width.js +68 -0
  279. package/dist/icons/ui-icons/content-bottom-left.js +31 -0
  280. package/dist/icons/ui-icons/content-bottom-right.js +31 -0
  281. package/dist/icons/ui-icons/content-center.js +31 -0
  282. package/dist/icons/ui-icons/content-top-left.js +31 -0
  283. package/dist/icons/ui-icons/content-top-right.js +31 -0
  284. package/dist/icons/ui-icons/contrast-alt.js +27 -0
  285. package/dist/icons/ui-icons/contrast.js +26 -0
  286. package/dist/icons/ui-icons/cookie-alt.js +124 -0
  287. package/dist/icons/ui-icons/cookie.js +76 -0
  288. package/dist/icons/ui-icons/copy.js +26 -0
  289. package/dist/icons/ui-icons/currency.js +48 -0
  290. package/dist/icons/ui-icons/current-page.js +42 -0
  291. package/dist/icons/ui-icons/cursor-disabled.js +35 -0
  292. package/dist/icons/ui-icons/cursor-move.js +20 -0
  293. package/dist/icons/ui-icons/dark-mode.js +20 -0
  294. package/dist/icons/ui-icons/data.js +33 -0
  295. package/dist/icons/ui-icons/date-time.js +67 -0
  296. package/dist/icons/ui-icons/defer.js +26 -0
  297. package/dist/icons/ui-icons/description-link.js +40 -0
  298. package/dist/icons/ui-icons/design.js +48 -0
  299. package/dist/icons/ui-icons/dice.js +59 -0
  300. package/dist/icons/ui-icons/divider-bottom.js +23 -0
  301. package/dist/icons/ui-icons/divider-side.js +53 -0
  302. package/dist/icons/ui-icons/divider-status.js +53 -0
  303. package/dist/icons/ui-icons/divider-top.js +23 -0
  304. package/dist/icons/ui-icons/divider.js +23 -0
  305. package/dist/icons/ui-icons/door-in.js +32 -0
  306. package/dist/icons/ui-icons/door-out.js +32 -0
  307. package/dist/icons/ui-icons/door.js +27 -0
  308. package/dist/icons/ui-icons/download.js +20 -0
  309. package/dist/icons/ui-icons/dropdown-caret-alt.js +17 -0
  310. package/dist/icons/ui-icons/dropdown-caret.js +20 -0
  311. package/dist/icons/ui-icons/dropdown-close.js +52 -0
  312. package/dist/icons/ui-icons/dropdown-open.js +38 -0
  313. package/dist/icons/ui-icons/dropdown.js +38 -0
  314. package/dist/icons/ui-icons/dummy-spacer.js +17 -0
  315. package/dist/icons/ui-icons/edit-options.js +32 -0
  316. package/dist/icons/ui-icons/edit.js +22 -0
  317. package/dist/icons/ui-icons/email-remove.js +42 -0
  318. package/dist/icons/ui-icons/email.js +28 -0
  319. package/dist/icons/ui-icons/embed.js +28 -0
  320. package/dist/icons/ui-icons/empty-circle.js +23 -0
  321. package/dist/icons/ui-icons/empty-rect.js +25 -0
  322. package/dist/icons/ui-icons/equal-columns.js +25 -0
  323. package/dist/icons/ui-icons/equal-rows.js +25 -0
  324. package/dist/icons/ui-icons/equals.js +20 -0
  325. package/dist/icons/ui-icons/error-circle-fill-transparent.js +23 -0
  326. package/dist/icons/ui-icons/error-circle-fill.js +17 -0
  327. package/dist/icons/ui-icons/error-circle.js +24 -0
  328. package/dist/icons/ui-icons/exclude-item-alt.js +38 -0
  329. package/dist/icons/ui-icons/exclude-item.js +42 -0
  330. package/dist/icons/ui-icons/exclude.js +29 -0
  331. package/dist/icons/ui-icons/expand-xl.js +20 -0
  332. package/dist/icons/ui-icons/expand.js +20 -0
  333. package/dist/icons/ui-icons/experiment.js +33 -0
  334. package/dist/icons/ui-icons/external-link.js +25 -0
  335. package/dist/icons/ui-icons/extract-alt.js +25 -0
  336. package/dist/icons/ui-icons/extract.js +25 -0
  337. package/dist/icons/ui-icons/eyedropper.js +36 -0
  338. package/dist/icons/ui-icons/fast-forward.js +26 -0
  339. package/dist/icons/ui-icons/fast-reverse.js +26 -0
  340. package/dist/icons/ui-icons/field-after-text.js +54 -0
  341. package/dist/icons/ui-icons/field-before-text.js +46 -0
  342. package/dist/icons/ui-icons/field-disabled.js +35 -0
  343. package/dist/icons/ui-icons/field-help.js +46 -0
  344. package/dist/icons/ui-icons/field-label.js +38 -0
  345. package/dist/icons/ui-icons/field-name.js +45 -0
  346. package/dist/icons/ui-icons/field-placeholder.js +49 -0
  347. package/dist/icons/ui-icons/field-readonly.js +36 -0
  348. package/dist/icons/ui-icons/field-required.js +37 -0
  349. package/dist/icons/ui-icons/field-type.js +36 -0
  350. package/dist/icons/ui-icons/field-value.js +46 -0
  351. package/dist/icons/ui-icons/field-width.js +27 -0
  352. package/dist/icons/ui-icons/file-download.js +33 -0
  353. package/dist/icons/ui-icons/file-error.js +25 -0
  354. package/dist/icons/ui-icons/file-metadata.js +41 -0
  355. package/dist/icons/ui-icons/file-pdf.js +34 -0
  356. package/dist/icons/ui-icons/file-size-max.js +33 -0
  357. package/dist/icons/ui-icons/file-size-min.js +33 -0
  358. package/dist/icons/ui-icons/file-size.js +34 -0
  359. package/dist/icons/ui-icons/file-type.js +42 -0
  360. package/dist/icons/ui-icons/file-upload.js +33 -0
  361. package/dist/icons/ui-icons/file.js +24 -0
  362. package/dist/icons/ui-icons/files.js +34 -0
  363. package/dist/icons/ui-icons/fill-color.js +49 -0
  364. package/dist/icons/ui-icons/filter-alt.js +24 -0
  365. package/dist/icons/ui-icons/filter.js +20 -0
  366. package/dist/icons/ui-icons/flag-alt.js +24 -0
  367. package/dist/icons/ui-icons/flag.js +24 -0
  368. package/dist/icons/ui-icons/flip-h.js +27 -0
  369. package/dist/icons/ui-icons/flip-v.js +27 -0
  370. package/dist/icons/ui-icons/focus.js +21 -0
  371. package/dist/icons/ui-icons/folder-add.js +22 -0
  372. package/dist/icons/ui-icons/folder-open-solid.js +17 -0
  373. package/dist/icons/ui-icons/folder-open.js +19 -0
  374. package/dist/icons/ui-icons/folder-solid.js +17 -0
  375. package/dist/icons/ui-icons/folder-top-level.js +22 -0
  376. package/dist/icons/ui-icons/folder.js +19 -0
  377. package/dist/icons/ui-icons/font-family.js +24 -0
  378. package/dist/icons/ui-icons/footer.js +23 -0
  379. package/dist/icons/ui-icons/form-alt.js +71 -0
  380. package/dist/icons/ui-icons/form.js +53 -0
  381. package/dist/icons/ui-icons/four-columns.js +38 -0
  382. package/dist/icons/ui-icons/frame.js +33 -0
  383. package/dist/icons/ui-icons/full-max-shield.js +26 -0
  384. package/dist/icons/ui-icons/full-max-text.js +20 -0
  385. package/dist/icons/ui-icons/full-width-image.js +35 -0
  386. package/dist/icons/ui-icons/gears-fill.js +19 -0
  387. package/dist/icons/ui-icons/gears.js +38 -0
  388. package/dist/icons/ui-icons/generic-color-swatch.js +6 -0
  389. package/dist/icons/ui-icons/generic-shapes-alt.js +33 -0
  390. package/dist/icons/ui-icons/generic-shapes.js +38 -0
  391. package/dist/icons/ui-icons/globe-anchor.js +55 -0
  392. package/dist/icons/ui-icons/globe-hash.js +40 -0
  393. package/dist/icons/ui-icons/globe.js +37 -0
  394. package/dist/icons/ui-icons/google-tag-manager.js +36 -0
  395. package/dist/icons/ui-icons/gradient-repeat.js +41 -0
  396. package/dist/icons/ui-icons/gradient-stop.js +36 -0
  397. package/dist/icons/ui-icons/gradient.js +54 -0
  398. package/dist/icons/ui-icons/grid-alt.js +19 -0
  399. package/dist/icons/ui-icons/grid-auto-cols.js +46 -0
  400. package/dist/icons/ui-icons/grid-auto-rows.js +41 -0
  401. package/dist/icons/ui-icons/grid-col.js +22 -0
  402. package/dist/icons/ui-icons/grid-height.js +22 -0
  403. package/dist/icons/ui-icons/grid-list-toggle.js +48 -0
  404. package/dist/icons/ui-icons/grid-manual.js +18 -0
  405. package/dist/icons/ui-icons/grid-row.js +22 -0
  406. package/dist/icons/ui-icons/grid-width.js +22 -0
  407. package/dist/icons/ui-icons/group.js +33 -0
  408. package/dist/icons/ui-icons/gutter.js +28 -0
  409. package/dist/icons/ui-icons/gyroscope.js +53 -0
  410. package/dist/icons/ui-icons/h1.js +28 -0
  411. package/dist/icons/ui-icons/h2.js +28 -0
  412. package/dist/icons/ui-icons/h3.js +28 -0
  413. package/dist/icons/ui-icons/h4.js +28 -0
  414. package/dist/icons/ui-icons/h5.js +28 -0
  415. package/dist/icons/ui-icons/h6.js +28 -0
  416. package/dist/icons/ui-icons/hamburger-menu.js +19 -0
  417. package/dist/icons/ui-icons/hard-drive.js +35 -0
  418. package/dist/icons/ui-icons/header.js +23 -0
  419. package/dist/icons/ui-icons/heading-level-alt.js +28 -0
  420. package/dist/icons/ui-icons/heading-level.js +28 -0
  421. package/dist/icons/ui-icons/heading.js +20 -0
  422. package/dist/icons/ui-icons/heart-fill-transparent.js +19 -0
  423. package/dist/icons/ui-icons/heart-fill.js +18 -0
  424. package/dist/icons/ui-icons/heart.js +18 -0
  425. package/dist/icons/ui-icons/height.js +30 -0
  426. package/dist/icons/ui-icons/help-fill.js +19 -0
  427. package/dist/icons/ui-icons/help.js +38 -0
  428. package/dist/icons/ui-icons/hide.js +29 -0
  429. package/dist/icons/ui-icons/highlighted-checkmark.js +24 -0
  430. package/dist/icons/ui-icons/highlighted-exclamation-mark.js +33 -0
  431. package/dist/icons/ui-icons/history.js +26 -0
  432. package/dist/icons/ui-icons/horizontal-align-alt.js +27 -0
  433. package/dist/icons/ui-icons/horizontal-align-around.js +37 -0
  434. package/dist/icons/ui-icons/horizontal-align-between-alt.js +37 -0
  435. package/dist/icons/ui-icons/horizontal-align-between.js +46 -0
  436. package/dist/icons/ui-icons/horizontal-align-center.js +41 -0
  437. package/dist/icons/ui-icons/horizontal-align-evenly.js +37 -0
  438. package/dist/icons/ui-icons/horizontal-align-left.js +44 -0
  439. package/dist/icons/ui-icons/horizontal-align-right.js +48 -0
  440. package/dist/icons/ui-icons/horizontal-align-stretch.js +37 -0
  441. package/dist/icons/ui-icons/horizontal-align.js +35 -0
  442. package/dist/icons/ui-icons/hover-background-glow.js +61 -0
  443. package/dist/icons/ui-icons/hover-background-type.js +34 -0
  444. package/dist/icons/ui-icons/hover-invert-object.js +42 -0
  445. package/dist/icons/ui-icons/hover-invert-text.js +32 -0
  446. package/dist/icons/ui-icons/hover-rotate.js +20 -0
  447. package/dist/icons/ui-icons/hover-zoom.js +25 -0
  448. package/dist/icons/ui-icons/hyphenate-alt.js +20 -0
  449. package/dist/icons/ui-icons/hyphenate-alt2.js +20 -0
  450. package/dist/icons/ui-icons/hyphenate.js +25 -0
  451. package/dist/icons/ui-icons/icon-generic.js +23 -0
  452. package/dist/icons/ui-icons/id-card.js +45 -0
  453. package/dist/icons/ui-icons/id.js +28 -0
  454. package/dist/icons/ui-icons/image-blur.js +50 -0
  455. package/dist/icons/ui-icons/image-caption.js +36 -0
  456. package/dist/icons/ui-icons/image-error.js +36 -0
  457. package/dist/icons/ui-icons/image-file.js +40 -0
  458. package/dist/icons/ui-icons/image-lazy-load.js +52 -0
  459. package/dist/icons/ui-icons/image-opacity.js +31 -0
  460. package/dist/icons/ui-icons/image-overlay-alt.js +93 -0
  461. package/dist/icons/ui-icons/image-overlay-alt2.js +93 -0
  462. package/dist/icons/ui-icons/image-overlay.js +92 -0
  463. package/dist/icons/ui-icons/image-remove.js +46 -0
  464. package/dist/icons/ui-icons/image.js +25 -0
  465. package/dist/icons/ui-icons/index.js +753 -0
  466. package/dist/icons/ui-icons/info-circle-fill-transparent.js +21 -0
  467. package/dist/icons/ui-icons/info-circle-fill.js +17 -0
  468. package/dist/icons/ui-icons/info-circle.js +24 -0
  469. package/dist/icons/ui-icons/info.js +17 -0
  470. package/dist/icons/ui-icons/inherit.js +41 -0
  471. package/dist/icons/ui-icons/inline-gradient-format.js +62 -0
  472. package/dist/icons/ui-icons/input-field.js +27 -0
  473. package/dist/icons/ui-icons/italic.js +20 -0
  474. package/dist/icons/ui-icons/item-limit.js +35 -0
  475. package/dist/icons/ui-icons/item-select.js +33 -0
  476. package/dist/icons/ui-icons/item-wrap.js +60 -0
  477. package/dist/icons/ui-icons/items-per-page.js +48 -0
  478. package/dist/icons/ui-icons/items-per-row.js +45 -0
  479. package/dist/icons/ui-icons/key.js +25 -0
  480. package/dist/icons/ui-icons/keyboard.js +19 -0
  481. package/dist/icons/ui-icons/large.js +24 -0
  482. package/dist/icons/ui-icons/latest-posts.js +44 -0
  483. package/dist/icons/ui-icons/layer-off.js +20 -0
  484. package/dist/icons/ui-icons/layer.js +19 -0
  485. package/dist/icons/ui-icons/layers.js +33 -0
  486. package/dist/icons/ui-icons/layout-alt.js +19 -0
  487. package/dist/icons/ui-icons/layout-alt2.js +23 -0
  488. package/dist/icons/ui-icons/layout-alt3.js +19 -0
  489. package/dist/icons/ui-icons/layout-alt4.js +19 -0
  490. package/dist/icons/ui-icons/layout-bento-box.js +19 -0
  491. package/dist/icons/ui-icons/layout-masonry.js +79 -0
  492. package/dist/icons/ui-icons/layout.js +43 -0
  493. package/dist/icons/ui-icons/left-panel-alt.js +25 -0
  494. package/dist/icons/ui-icons/left-panel.js +22 -0
  495. package/dist/icons/ui-icons/light-bulb-alt.js +30 -0
  496. package/dist/icons/ui-icons/light-bulb.js +33 -0
  497. package/dist/icons/ui-icons/light-mode.js +26 -0
  498. package/dist/icons/ui-icons/limit-width.js +26 -0
  499. package/dist/icons/ui-icons/line-break-alt-off.js +26 -0
  500. package/dist/icons/ui-icons/line-break-alt.js +25 -0
  501. package/dist/icons/ui-icons/line-break-off-alt.js +35 -0
  502. package/dist/icons/ui-icons/line-break-off.js +41 -0
  503. package/dist/icons/ui-icons/line-break.js +29 -0
  504. package/dist/icons/ui-icons/line-breaks-hyphenation.js +36 -0
  505. package/dist/icons/ui-icons/link-add.js +41 -0
  506. package/dist/icons/ui-icons/link-nav.js +59 -0
  507. package/dist/icons/ui-icons/link-remove.js +41 -0
  508. package/dist/icons/ui-icons/link.js +19 -0
  509. package/dist/icons/ui-icons/list-indent.js +26 -0
  510. package/dist/icons/ui-icons/list-ordered.js +43 -0
  511. package/dist/icons/ui-icons/list-outdent.js +26 -0
  512. package/dist/icons/ui-icons/list-unordered.js +43 -0
  513. package/dist/icons/ui-icons/loader-alt.js +19 -0
  514. package/dist/icons/ui-icons/loader.js +19 -0
  515. package/dist/icons/ui-icons/location-add.js +44 -0
  516. package/dist/icons/ui-icons/location-allow.js +44 -0
  517. package/dist/icons/ui-icons/location-deny.js +44 -0
  518. package/dist/icons/ui-icons/location-settings.js +36 -0
  519. package/dist/icons/ui-icons/location.js +26 -0
  520. package/dist/icons/ui-icons/lock.js +44 -0
  521. package/dist/icons/ui-icons/loop-mode.js +20 -0
  522. package/dist/icons/ui-icons/magic-alt-fill-transparent.js +20 -0
  523. package/dist/icons/ui-icons/magic-alt-fill.js +19 -0
  524. package/dist/icons/ui-icons/magic-alt.js +19 -0
  525. package/dist/icons/ui-icons/magic-fill-transparent.js +20 -0
  526. package/dist/icons/ui-icons/magic-fill.js +19 -0
  527. package/dist/icons/ui-icons/magic.js +19 -0
  528. package/dist/icons/ui-icons/map-layer-json.js +35 -0
  529. package/dist/icons/ui-icons/map-layer-raster.js +121 -0
  530. package/dist/icons/ui-icons/map-layer-vector.js +81 -0
  531. package/dist/icons/ui-icons/map-layer.js +26 -0
  532. package/dist/icons/ui-icons/map-pin.js +41 -0
  533. package/dist/icons/ui-icons/matrix-align-control-dot-active.js +23 -0
  534. package/dist/icons/ui-icons/matrix-align-control-dot-inactive.js +21 -0
  535. package/dist/icons/ui-icons/media.js +49 -0
  536. package/dist/icons/ui-icons/medium.js +24 -0
  537. package/dist/icons/ui-icons/menu-item-check.js +20 -0
  538. package/dist/icons/ui-icons/menu-item-circle.js +19 -0
  539. package/dist/icons/ui-icons/microphone.js +23 -0
  540. package/dist/icons/ui-icons/migration-alt-v.js +20 -0
  541. package/dist/icons/ui-icons/migration-alt.js +20 -0
  542. package/dist/icons/ui-icons/migration.js +26 -0
  543. package/dist/icons/ui-icons/module.js +24 -0
  544. package/dist/icons/ui-icons/money-paper.js +58 -0
  545. package/dist/icons/ui-icons/more-h-circle.js +40 -0
  546. package/dist/icons/ui-icons/more-h.js +33 -0
  547. package/dist/icons/ui-icons/more-v-circle.js +44 -0
  548. package/dist/icons/ui-icons/more-v.js +36 -0
  549. package/dist/icons/ui-icons/mouse-cursor.js +20 -0
  550. package/dist/icons/ui-icons/mouse-wheel.js +27 -0
  551. package/dist/icons/ui-icons/multi-item-left-inset-mobile.js +58 -0
  552. package/dist/icons/ui-icons/multi-item-left-inset.js +39 -0
  553. package/dist/icons/ui-icons/multi-item-right-inset-mobile.js +55 -0
  554. package/dist/icons/ui-icons/multi-item-right-inset.js +36 -0
  555. package/dist/icons/ui-icons/multiple.js +34 -0
  556. package/dist/icons/ui-icons/music-note.js +40 -0
  557. package/dist/icons/ui-icons/mute-centered.js +20 -0
  558. package/dist/icons/ui-icons/mute.js +20 -0
  559. package/dist/icons/ui-icons/narrow-bottom.js +49 -0
  560. package/dist/icons/ui-icons/narrow-left.js +49 -0
  561. package/dist/icons/ui-icons/narrow-right.js +49 -0
  562. package/dist/icons/ui-icons/narrow-top.js +49 -0
  563. package/dist/icons/ui-icons/navigation-buttons.js +39 -0
  564. package/dist/icons/ui-icons/new-tab.js +27 -0
  565. package/dist/icons/ui-icons/newspaper.js +45 -0
  566. package/dist/icons/ui-icons/none.js +25 -0
  567. package/dist/icons/ui-icons/notebook.js +44 -0
  568. package/dist/icons/ui-icons/num0-circle-alt.js +24 -0
  569. package/dist/icons/ui-icons/num0-circle.js +24 -0
  570. package/dist/icons/ui-icons/num0-square-alt.js +26 -0
  571. package/dist/icons/ui-icons/num0-square.js +26 -0
  572. package/dist/icons/ui-icons/num1-circle-alt.js +26 -0
  573. package/dist/icons/ui-icons/num1-circle.js +26 -0
  574. package/dist/icons/ui-icons/num1-square-alt.js +28 -0
  575. package/dist/icons/ui-icons/num1-square.js +28 -0
  576. package/dist/icons/ui-icons/num2-circle-alt.js +26 -0
  577. package/dist/icons/ui-icons/num2-circle.js +26 -0
  578. package/dist/icons/ui-icons/num2-square-alt.js +28 -0
  579. package/dist/icons/ui-icons/num2-square.js +28 -0
  580. package/dist/icons/ui-icons/num3-circle-alt.js +26 -0
  581. package/dist/icons/ui-icons/num3-circle.js +26 -0
  582. package/dist/icons/ui-icons/num3-square-alt.js +28 -0
  583. package/dist/icons/ui-icons/num3-square.js +28 -0
  584. package/dist/icons/ui-icons/num4-circle-alt.js +26 -0
  585. package/dist/icons/ui-icons/num4-circle.js +26 -0
  586. package/dist/icons/ui-icons/num4-square-alt.js +28 -0
  587. package/dist/icons/ui-icons/num4-square.js +28 -0
  588. package/dist/icons/ui-icons/num5-circle-alt.js +26 -0
  589. package/dist/icons/ui-icons/num5-circle.js +26 -0
  590. package/dist/icons/ui-icons/num5-square-alt.js +28 -0
  591. package/dist/icons/ui-icons/num5-square.js +28 -0
  592. package/dist/icons/ui-icons/num6-circle-alt.js +26 -0
  593. package/dist/icons/ui-icons/num6-circle.js +26 -0
  594. package/dist/icons/ui-icons/num6-square-alt.js +28 -0
  595. package/dist/icons/ui-icons/num6-square.js +28 -0
  596. package/dist/icons/ui-icons/num7-circle-alt.js +26 -0
  597. package/dist/icons/ui-icons/num7-circle.js +26 -0
  598. package/dist/icons/ui-icons/num7-square-alt.js +28 -0
  599. package/dist/icons/ui-icons/num7-square.js +28 -0
  600. package/dist/icons/ui-icons/num8-circle-alt.js +24 -0
  601. package/dist/icons/ui-icons/num8-circle.js +24 -0
  602. package/dist/icons/ui-icons/num8-square-alt.js +26 -0
  603. package/dist/icons/ui-icons/num8-square.js +26 -0
  604. package/dist/icons/ui-icons/num9-circle-alt.js +26 -0
  605. package/dist/icons/ui-icons/num9-circle.js +26 -0
  606. package/dist/icons/ui-icons/num9-square-alt.js +28 -0
  607. package/dist/icons/ui-icons/num9-square.js +28 -0
  608. package/dist/icons/ui-icons/office-building.js +203 -0
  609. package/dist/icons/ui-icons/office-buildings.js +256 -0
  610. package/dist/icons/ui-icons/offset-auto.js +46 -0
  611. package/dist/icons/ui-icons/offset.js +39 -0
  612. package/dist/icons/ui-icons/option-list-alt.js +61 -0
  613. package/dist/icons/ui-icons/option-list.js +63 -0
  614. package/dist/icons/ui-icons/options.js +24 -0
  615. package/dist/icons/ui-icons/order.js +49 -0
  616. package/dist/icons/ui-icons/padding-bottom.js +35 -0
  617. package/dist/icons/ui-icons/padding-top.js +35 -0
  618. package/dist/icons/ui-icons/padding.js +34 -0
  619. package/dist/icons/ui-icons/pagination.js +49 -0
  620. package/dist/icons/ui-icons/palette-color.js +111 -0
  621. package/dist/icons/ui-icons/panel-collapse.js +41 -0
  622. package/dist/icons/ui-icons/panel-expand.js +41 -0
  623. package/dist/icons/ui-icons/paragraph.js +24 -0
  624. package/dist/icons/ui-icons/paste.js +52 -0
  625. package/dist/icons/ui-icons/pause.js +20 -0
  626. package/dist/icons/ui-icons/people-group.js +57 -0
  627. package/dist/icons/ui-icons/people.js +43 -0
  628. package/dist/icons/ui-icons/person.js +26 -0
  629. package/dist/icons/ui-icons/photo-camera.js +26 -0
  630. package/dist/icons/ui-icons/picture-in-picture.js +33 -0
  631. package/dist/icons/ui-icons/play-reverse.js +20 -0
  632. package/dist/icons/ui-icons/play.js +20 -0
  633. package/dist/icons/ui-icons/playback-options.js +24 -0
  634. package/dist/icons/ui-icons/plus-circle-fill-alt.js +23 -0
  635. package/dist/icons/ui-icons/plus-circle-fill.js +17 -0
  636. package/dist/icons/ui-icons/plus-circle.js +26 -0
  637. package/dist/icons/ui-icons/plus-minus-buttons-h.js +25 -0
  638. package/dist/icons/ui-icons/plus-minus-buttons-v.js +25 -0
  639. package/dist/icons/ui-icons/plus-square-fill-transparent.js +27 -0
  640. package/dist/icons/ui-icons/plus-square-fill.js +17 -0
  641. package/dist/icons/ui-icons/plus-square.js +27 -0
  642. package/dist/icons/ui-icons/pointer-hand-disabled.js +34 -0
  643. package/dist/icons/ui-icons/pointer-hand.js +20 -0
  644. package/dist/icons/ui-icons/position-arrows-h.js +26 -0
  645. package/dist/icons/ui-icons/position-arrows-inverted-h.js +26 -0
  646. package/dist/icons/ui-icons/position-arrows-inverted-v.js +26 -0
  647. package/dist/icons/ui-icons/position-arrows-inverted.js +26 -0
  648. package/dist/icons/ui-icons/position-arrows-v.js +26 -0
  649. package/dist/icons/ui-icons/position-arrows.js +26 -0
  650. package/dist/icons/ui-icons/position-h-center.js +43 -0
  651. package/dist/icons/ui-icons/position-h-end.js +43 -0
  652. package/dist/icons/ui-icons/position-h-start.js +43 -0
  653. package/dist/icons/ui-icons/position-left.js +31 -0
  654. package/dist/icons/ui-icons/position-right.js +31 -0
  655. package/dist/icons/ui-icons/position-v-center.js +43 -0
  656. package/dist/icons/ui-icons/position-v-end.js +43 -0
  657. package/dist/icons/ui-icons/position-v-start.js +43 -0
  658. package/dist/icons/ui-icons/position2x2-bottom-left.js +52 -0
  659. package/dist/icons/ui-icons/position2x2-bottom-right.js +52 -0
  660. package/dist/icons/ui-icons/position2x2-empty.js +51 -0
  661. package/dist/icons/ui-icons/position2x2-top-left.js +52 -0
  662. package/dist/icons/ui-icons/position2x2-top-right.js +52 -0
  663. package/dist/icons/ui-icons/position3x3-bottom-center.js +97 -0
  664. package/dist/icons/ui-icons/position3x3-bottom-left.js +97 -0
  665. package/dist/icons/ui-icons/position3x3-bottom-right.js +97 -0
  666. package/dist/icons/ui-icons/position3x3-center-center.js +97 -0
  667. package/dist/icons/ui-icons/position3x3-center-left.js +97 -0
  668. package/dist/icons/ui-icons/position3x3-center-right.js +97 -0
  669. package/dist/icons/ui-icons/position3x3-empty.js +96 -0
  670. package/dist/icons/ui-icons/position3x3-top-center.js +97 -0
  671. package/dist/icons/ui-icons/position3x3-top-left.js +97 -0
  672. package/dist/icons/ui-icons/position3x3-top-right.js +97 -0
  673. package/dist/icons/ui-icons/positioning-guide-alt.js +30 -0
  674. package/dist/icons/ui-icons/positioning-guide.js +30 -0
  675. package/dist/icons/ui-icons/positioning-width-guide.js +40 -0
  676. package/dist/icons/ui-icons/preload.js +44 -0
  677. package/dist/icons/ui-icons/preview-responsive.js +48 -0
  678. package/dist/icons/ui-icons/preview.js +35 -0
  679. package/dist/icons/ui-icons/progressbar-intermittent.js +26 -0
  680. package/dist/icons/ui-icons/progressbar.js +30 -0
  681. package/dist/icons/ui-icons/range-max.js +48 -0
  682. package/dist/icons/ui-icons/range-mid.js +40 -0
  683. package/dist/icons/ui-icons/range-min.js +48 -0
  684. package/dist/icons/ui-icons/range.js +61 -0
  685. package/dist/icons/ui-icons/read-only.js +25 -0
  686. package/dist/icons/ui-icons/reduce-height-bottom.js +49 -0
  687. package/dist/icons/ui-icons/reduce-height-top.js +49 -0
  688. package/dist/icons/ui-icons/regex.js +39 -0
  689. package/dist/icons/ui-icons/remove.js +20 -0
  690. package/dist/icons/ui-icons/rename.js +24 -0
  691. package/dist/icons/ui-icons/reorder-grabber-h.js +51 -0
  692. package/dist/icons/ui-icons/reorder-grabber-v.js +57 -0
  693. package/dist/icons/ui-icons/reorder.js +35 -0
  694. package/dist/icons/ui-icons/required-alt.js +20 -0
  695. package/dist/icons/ui-icons/required.js +19 -0
  696. package/dist/icons/ui-icons/reset-to-zero.js +33 -0
  697. package/dist/icons/ui-icons/reset.js +25 -0
  698. package/dist/icons/ui-icons/responsive-overrides-alt-fill.js +26 -0
  699. package/dist/icons/ui-icons/responsive-overrides-alt.js +49 -0
  700. package/dist/icons/ui-icons/responsive-overrides-alt2-fill.js +34 -0
  701. package/dist/icons/ui-icons/responsive-overrides-alt2.js +45 -0
  702. package/dist/icons/ui-icons/responsive-overrides-alt3-fill.js +33 -0
  703. package/dist/icons/ui-icons/responsive-overrides.js +39 -0
  704. package/dist/icons/ui-icons/responsive.js +33 -0
  705. package/dist/icons/ui-icons/right-panel-alt.js +23 -0
  706. package/dist/icons/ui-icons/right-panel.js +22 -0
  707. package/dist/icons/ui-icons/rotate-left.js +20 -0
  708. package/dist/icons/ui-icons/rotate-right.js +20 -0
  709. package/dist/icons/ui-icons/rounded-corners.js +19 -0
  710. package/dist/icons/ui-icons/route.js +27 -0
  711. package/dist/icons/ui-icons/row-add.js +45 -0
  712. package/dist/icons/ui-icons/row-empty.js +51 -0
  713. package/dist/icons/ui-icons/row.js +45 -0
  714. package/dist/icons/ui-icons/rows.js +42 -0
  715. package/dist/icons/ui-icons/ruler.js +28 -0
  716. package/dist/icons/ui-icons/save.js +26 -0
  717. package/dist/icons/ui-icons/screen-desktop.js +32 -0
  718. package/dist/icons/ui-icons/screen-large.js +23 -0
  719. package/dist/icons/ui-icons/screen-mobile.js +39 -0
  720. package/dist/icons/ui-icons/screen-tablet-large.js +36 -0
  721. package/dist/icons/ui-icons/screen-tablet.js +36 -0
  722. package/dist/icons/ui-icons/scrollbar-h.js +40 -0
  723. package/dist/icons/ui-icons/scrollbar-v.js +41 -0
  724. package/dist/icons/ui-icons/scrollbars.js +55 -0
  725. package/dist/icons/ui-icons/search-empty.js +37 -0
  726. package/dist/icons/ui-icons/search.js +25 -0
  727. package/dist/icons/ui-icons/separator-h.js +41 -0
  728. package/dist/icons/ui-icons/separator-v.js +39 -0
  729. package/dist/icons/ui-icons/shadow.js +61 -0
  730. package/dist/icons/ui-icons/share.js +26 -0
  731. package/dist/icons/ui-icons/shield-plus-alt.js +27 -0
  732. package/dist/icons/ui-icons/shield-plus.js +20 -0
  733. package/dist/icons/ui-icons/shield.js +20 -0
  734. package/dist/icons/ui-icons/shrink-diagonal-left-xl.js +20 -0
  735. package/dist/icons/ui-icons/shrink-diagonal-left.js +20 -0
  736. package/dist/icons/ui-icons/shrink-diagonal-right-xl.js +20 -0
  737. package/dist/icons/ui-icons/shrink-diagonal-right.js +20 -0
  738. package/dist/icons/ui-icons/shrink-xl.js +20 -0
  739. package/dist/icons/ui-icons/shrink.js +20 -0
  740. package/dist/icons/ui-icons/shuffle.js +20 -0
  741. package/dist/icons/ui-icons/sidebar-flip.js +22 -0
  742. package/dist/icons/ui-icons/sidebar.js +22 -0
  743. package/dist/icons/ui-icons/single-item-left-inset-mobile.js +48 -0
  744. package/dist/icons/ui-icons/single-item-left-inset.js +23 -0
  745. package/dist/icons/ui-icons/single-item-right-inset-mobile.js +50 -0
  746. package/dist/icons/ui-icons/single-item-right-inset.js +23 -0
  747. package/dist/icons/ui-icons/size-alt.js +33 -0
  748. package/dist/icons/ui-icons/size.js +29 -0
  749. package/dist/icons/ui-icons/slider.js +31 -0
  750. package/dist/icons/ui-icons/sliders.js +68 -0
  751. package/dist/icons/ui-icons/small.js +24 -0
  752. package/dist/icons/ui-icons/solid-circle-fill-transparent.js +22 -0
  753. package/dist/icons/ui-icons/solid-circle-filled.js +21 -0
  754. package/dist/icons/ui-icons/solid-circle-gradient.js +31 -0
  755. package/dist/icons/ui-icons/solid-circle.js +21 -0
  756. package/dist/icons/ui-icons/solid-color.js +19 -0
  757. package/dist/icons/ui-icons/solid-rect-fill-transparent.js +24 -0
  758. package/dist/icons/ui-icons/solid-rect-filled.js +23 -0
  759. package/dist/icons/ui-icons/solid-rect-gradient.js +33 -0
  760. package/dist/icons/ui-icons/solid-rect.js +23 -0
  761. package/dist/icons/ui-icons/sort-asc.js +20 -0
  762. package/dist/icons/ui-icons/sort-desc.js +20 -0
  763. package/dist/icons/ui-icons/sort-generic.js +25 -0
  764. package/dist/icons/ui-icons/spacing-bottom-in.js +23 -0
  765. package/dist/icons/ui-icons/spacing-bottom.js +23 -0
  766. package/dist/icons/ui-icons/spacing-left-in.js +23 -0
  767. package/dist/icons/ui-icons/spacing-left.js +23 -0
  768. package/dist/icons/ui-icons/spacing-right-in.js +23 -0
  769. package/dist/icons/ui-icons/spacing-right.js +23 -0
  770. package/dist/icons/ui-icons/spacing-top-in.js +23 -0
  771. package/dist/icons/ui-icons/spacing-top.js +23 -0
  772. package/dist/icons/ui-icons/speed.js +25 -0
  773. package/dist/icons/ui-icons/stagger.js +53 -0
  774. package/dist/icons/ui-icons/star.js +18 -0
  775. package/dist/icons/ui-icons/step.js +27 -0
  776. package/dist/icons/ui-icons/stop.js +20 -0
  777. package/dist/icons/ui-icons/swap.js +41 -0
  778. package/dist/icons/ui-icons/tag-alt.js +24 -0
  779. package/dist/icons/ui-icons/tag.js +26 -0
  780. package/dist/icons/ui-icons/text-abc.js +40 -0
  781. package/dist/icons/ui-icons/text-above.js +25 -0
  782. package/dist/icons/ui-icons/text-align-center.js +20 -0
  783. package/dist/icons/ui-icons/text-align-generic.js +20 -0
  784. package/dist/icons/ui-icons/text-align-justify.js +20 -0
  785. package/dist/icons/ui-icons/text-align-left.js +20 -0
  786. package/dist/icons/ui-icons/text-align-right.js +20 -0
  787. package/dist/icons/ui-icons/text-below.js +25 -0
  788. package/dist/icons/ui-icons/text-box-edit.js +35 -0
  789. package/dist/icons/ui-icons/text-color-swatch.js +40 -0
  790. package/dist/icons/ui-icons/text-highlight-color-swatch-alt.js +49 -0
  791. package/dist/icons/ui-icons/text-highlight-color-swatch.js +48 -0
  792. package/dist/icons/ui-icons/text-larger.js +23 -0
  793. package/dist/icons/ui-icons/text-length.js +20 -0
  794. package/dist/icons/ui-icons/text-size-alt.js +23 -0
  795. package/dist/icons/ui-icons/text-size.js +20 -0
  796. package/dist/icons/ui-icons/text-smaller.js +23 -0
  797. package/dist/icons/ui-icons/text-strikethrough.js +26 -0
  798. package/dist/icons/ui-icons/text-uppercase.js +25 -0
  799. package/dist/icons/ui-icons/text-write.js +39 -0
  800. package/dist/icons/ui-icons/thumbs-down.js +22 -0
  801. package/dist/icons/ui-icons/thumbs-up.js +22 -0
  802. package/dist/icons/ui-icons/title-generic.js +25 -0
  803. package/dist/icons/ui-icons/toggle-off.js +33 -0
  804. package/dist/icons/ui-icons/toggle-on-alt.js +19 -0
  805. package/dist/icons/ui-icons/toggle-on.js +31 -0
  806. package/dist/icons/ui-icons/tools.js +25 -0
  807. package/dist/icons/ui-icons/total-items.js +45 -0
  808. package/dist/icons/ui-icons/trash-alt.js +44 -0
  809. package/dist/icons/ui-icons/trash.js +33 -0
  810. package/dist/icons/ui-icons/tree-alt.js +62 -0
  811. package/dist/icons/ui-icons/tree-alt2.js +79 -0
  812. package/dist/icons/ui-icons/tree.js +70 -0
  813. package/dist/icons/ui-icons/troubleshoot-alt.js +39 -0
  814. package/dist/icons/ui-icons/two-cards-left.js +32 -0
  815. package/dist/icons/ui-icons/two-cards-right.js +32 -0
  816. package/dist/icons/ui-icons/two-columns.js +30 -0
  817. package/dist/icons/ui-icons/typography-options.js +77 -0
  818. package/dist/icons/ui-icons/typography.js +71 -0
  819. package/dist/icons/ui-icons/underline.js +19 -0
  820. package/dist/icons/ui-icons/ungroup.js +39 -0
  821. package/dist/icons/ui-icons/upload.js +20 -0
  822. package/dist/icons/ui-icons/venn-diagram-alt.js +34 -0
  823. package/dist/icons/ui-icons/venn-diagram-alt2.js +34 -0
  824. package/dist/icons/ui-icons/venn-diagram-alt3.js +34 -0
  825. package/dist/icons/ui-icons/venn-diagram-alt4.js +34 -0
  826. package/dist/icons/ui-icons/venn-diagram-alt5.js +34 -0
  827. package/dist/icons/ui-icons/venn-diagram-alt6.js +34 -0
  828. package/dist/icons/ui-icons/venn-diagram-alt7.js +39 -0
  829. package/dist/icons/ui-icons/venn-diagram.js +26 -0
  830. package/dist/icons/ui-icons/vertical-align-alt.js +27 -0
  831. package/dist/icons/ui-icons/vertical-align-around.js +39 -0
  832. package/dist/icons/ui-icons/vertical-align-between-alt.js +39 -0
  833. package/dist/icons/ui-icons/vertical-align-between.js +48 -0
  834. package/dist/icons/ui-icons/vertical-align-bottom.js +44 -0
  835. package/dist/icons/ui-icons/vertical-align-center.js +39 -0
  836. package/dist/icons/ui-icons/vertical-align-evenly.js +39 -0
  837. package/dist/icons/ui-icons/vertical-align-stretch.js +39 -0
  838. package/dist/icons/ui-icons/vertical-align-top.js +46 -0
  839. package/dist/icons/ui-icons/vertical-align.js +35 -0
  840. package/dist/icons/ui-icons/vertical-spacing.js +28 -0
  841. package/dist/icons/ui-icons/video-chapters.js +25 -0
  842. package/dist/icons/ui-icons/video-controls.js +67 -0
  843. package/dist/icons/ui-icons/video-file.js +40 -0
  844. package/dist/icons/ui-icons/video-poster-image.js +40 -0
  845. package/dist/icons/ui-icons/video-subtitle-alt.js +39 -0
  846. package/dist/icons/ui-icons/video-subtitle.js +27 -0
  847. package/dist/icons/ui-icons/video.js +36 -0
  848. package/dist/icons/ui-icons/visibility-alt.js +40 -0
  849. package/dist/icons/ui-icons/visibility-alt2.js +41 -0
  850. package/dist/icons/ui-icons/visibility.js +45 -0
  851. package/dist/icons/ui-icons/visible.js +28 -0
  852. package/dist/icons/ui-icons/volume.js +25 -0
  853. package/dist/icons/ui-icons/warning-circle-fill-transparent.js +30 -0
  854. package/dist/icons/ui-icons/warning-circle-fill.js +17 -0
  855. package/dist/icons/ui-icons/warning-circle.js +33 -0
  856. package/dist/icons/ui-icons/warning-fill-transparent.js +30 -0
  857. package/dist/icons/ui-icons/warning-fill.js +17 -0
  858. package/dist/icons/ui-icons/warning.js +30 -0
  859. package/dist/icons/ui-icons/web-video.js +63 -0
  860. package/dist/icons/ui-icons/wide-bottom.js +49 -0
  861. package/dist/icons/ui-icons/wide-left.js +49 -0
  862. package/dist/icons/ui-icons/wide-right.js +49 -0
  863. package/dist/icons/ui-icons/wide-top.js +49 -0
  864. package/dist/icons/ui-icons/width.js +29 -0
  865. package/dist/icons/ui-icons/wordpress.js +17 -0
  866. package/dist/icons/ui-icons/wrapper-alt.js +71 -0
  867. package/dist/icons/ui-icons/wrapper-config.js +41 -0
  868. package/dist/icons/ui-icons/wrapper-off-alt.js +19 -0
  869. package/dist/icons/ui-icons/wrapper-overflow.js +31 -0
  870. package/dist/icons/ui-icons/wrapper-simple-alt.js +58 -0
  871. package/dist/icons/ui-icons/wrapper-simple.js +32 -0
  872. package/dist/icons/ui-icons/wrapper.js +42 -0
  873. package/dist/icons/ui-icons/wrench.js +19 -0
  874. package/dist/icons/ui-icons/zap-fill.js +20 -0
  875. package/dist/icons/ui-icons/zap.js +19 -0
  876. package/dist/index.js +32 -108
  877. package/dist/input-field-UCZL5bqv.js +290 -0
  878. package/dist/jsx-svg-OBADs_Qs.js +11123 -0
  879. package/dist/link-input-D7iDRpOM.js +1821 -0
  880. package/dist/modal-DbVLYMkH.js +318 -0
  881. package/dist/number-ZZIxJukn.js +40 -0
  882. package/dist/number-picker-CkA1iJNZ.js +268 -0
  883. package/dist/proxy-DjkEpeDL.js +9660 -0
  884. package/dist/shared-D_OXizRt.js +1038 -0
  885. package/dist/smart-image-CbSsEASF.js +284 -0
  886. package/dist/solid-color-picker-DbT-aoVx.js +1415 -0
  887. package/dist/style-admin.js +1 -1
  888. package/dist/style-editor.js +1 -1
  889. package/dist/style.js +1 -1
  890. package/dist/switch-L8dFSQWQ.js +274 -0
  891. package/dist/tabs-BrdyBER5.js +975 -0
  892. package/dist/textSelection-Dv6WPj0Z.js +45 -0
  893. package/dist/toggle-button-DJ8jNQ-9.js +424 -0
  894. package/dist/tooltip-BzJzYlcc.js +440 -0
  895. package/dist/useAsyncList-BNzwKoX4.js +412 -0
  896. package/dist/useButton-ra1ZSZ4z.js +57 -0
  897. package/dist/useEvent-DkZVfgsS.js +22 -0
  898. package/dist/useField-D0WrzR2F.js +32 -0
  899. package/dist/useFilter-OiMnf6sb.js +44 -0
  900. package/dist/useFocusRing-DuYL4cdO.js +98 -0
  901. package/dist/useFormReset-DdkykzAn.js +18 -0
  902. package/dist/useHover-qaMm3XFO.js +982 -0
  903. package/dist/useLabel-2EohW5l6.js +27 -0
  904. package/dist/useLabels-B2p7RXi5.js +16 -0
  905. package/dist/useListState-CD_5vfyy.js +147 -0
  906. package/dist/useLocalizedStringFormatter-Dv2diN3k.js +108 -0
  907. package/dist/useNumberField-2xbi3jRV.js +1318 -0
  908. package/dist/useNumberFormatter-C2Cm2mNj.js +10 -0
  909. package/dist/usePress-ZP1TjkFf.js +678 -0
  910. package/dist/useToggle-ecIirvIM.js +64 -0
  911. package/dist/useToggleState-IIDbiKPl.js +23 -0
  912. package/dist/utilities/array-helpers.js +38 -49
  913. package/dist/utilities/debounce-throttle.js +2 -123
  914. package/dist/utilities/es-dash.js +2 -400
  915. package/dist/utilities/general.js +2 -10
  916. package/dist/utilities/hash.js +31 -35
  917. package/dist/utilities/index.js +6 -41
  918. package/dist/utilities/text-helpers.js +96 -129
  919. package/dist/utilities/web-workers.js +61 -44
  920. package/dist/utilities-CPFDXC3B.js +7 -0
  921. package/dist/utils-B_uiqNa4.js +372 -0
  922. package/dist/workers/image-analysis.worker.js +56 -48
  923. package/package.json +37 -25
  924. package/dist/Button-DtRmB6b8.js +0 -243
  925. package/dist/Dialog-DTIxSDhz.js +0 -2790
  926. package/dist/FieldError-BPG0hKfB.js +0 -42
  927. package/dist/FocusScope-CjFQ7cbd.js +0 -832
  928. package/dist/Form-Cq3fu75_.js +0 -5
  929. package/dist/Heading-CY-_gt-U.js +0 -16
  930. package/dist/Hidden-DOH36apC.js +0 -58
  931. package/dist/Input-BG9DaxYN.js +0 -169
  932. package/dist/Label-_aSf9-8u.js +0 -18
  933. package/dist/List-CQFXnN4w.js +0 -590
  934. package/dist/ListBox-DXFyyj_r.js +0 -695
  935. package/dist/NumberFormatter-DA8u1Ot7.js +0 -140
  936. package/dist/OverlayArrow-Fuxj-1QM.js +0 -614
  937. package/dist/PortalProvider-BQ1X8vGX.js +0 -19
  938. package/dist/RSPContexts-CJ-HBf0L.js +0 -18
  939. package/dist/RadioGroup-DCeiLxLK.js +0 -371
  940. package/dist/SearchField-B_yKFXRk.js +0 -817
  941. package/dist/SelectionIndicator-D7WMzeAW.js +0 -7
  942. package/dist/SelectionManager-B02LcxLr.js +0 -2505
  943. package/dist/SharedElementTransition-CtoWSaF0.js +0 -12
  944. package/dist/Slider-bR3fAmim.js +0 -897
  945. package/dist/Text-CjFEHSfr.js +0 -17
  946. package/dist/VisuallyHidden-DZnWrkn8.js +0 -48
  947. package/dist/animation-Dfl8uEb3.js +0 -67
  948. package/dist/clsx-DgYk2OaC.js +0 -16
  949. package/dist/color-swatch-bUFkK7ox.js +0 -2570
  950. package/dist/components/smart-image/image-analysis-worker-next.js +0 -144
  951. package/dist/components/smart-image/smart-image-next.js +0 -294
  952. package/dist/context-iUFQCK8m.js +0 -95
  953. package/dist/default-i18n-CnQeC5Pl.js +0 -731
  954. package/dist/filterDOMProps-eGTqWSTd.js +0 -71
  955. package/dist/general-BfKmjm56.js +0 -4378
  956. package/dist/index-BHpUy2Ix.js +0 -44
  957. package/dist/index-BL5gdWX4.js +0 -28323
  958. package/dist/number-7sOvrqo0.js +0 -41
  959. package/dist/proxy-CNEXmkdK.js +0 -7948
  960. package/dist/react-jsx-parser.min-DAh4myol.js +0 -11736
  961. package/dist/shared-CNH8QfV9.js +0 -1111
  962. package/dist/sprintf-DmNrJSYG.js +0 -51
  963. package/dist/textSelection-DA3VcKpG.js +0 -46
  964. package/dist/useAsyncList-DsZvQXls.js +0 -453
  965. package/dist/useButton-DyMX0EVr.js +0 -59
  966. package/dist/useEvent-Bfy68GHZ.js +0 -22
  967. package/dist/useFilter-Bg5C34XC.js +0 -50
  968. package/dist/useFocusRing-B2glEZ25.js +0 -114
  969. package/dist/useFormReset-BoxsKyJ9.js +0 -20
  970. package/dist/useFormValidation-BrbMhS2N.js +0 -232
  971. package/dist/useHover-DkmPQdGE.js +0 -1047
  972. package/dist/useLabel-DzXzKZZZ.js +0 -27
  973. package/dist/useLabels-D8O3gOdV.js +0 -23
  974. package/dist/useListState-BjnzKozj.js +0 -171
  975. package/dist/useLocalizedStringFormatter-CEDs0LsA.js +0 -121
  976. package/dist/useNumberField-CsygZKz9.js +0 -1330
  977. package/dist/useNumberFormatter-CG_IQXp9.js +0 -13
  978. package/dist/usePress-Ck5xMtDr.js +0 -701
  979. package/dist/useToggle-Ddc7N8pR.js +0 -72
  980. package/dist/useToggleState-H_lORSWO.js +0 -23
  981. package/dist/utils-Cr3pLd9c.js +0 -420
@@ -0,0 +1,1821 @@
1
+ import { t as clsx } from "./clsx-BUU5J41u.js";
2
+ import { AnimatedVisibility } from "./components/animated-visibility/animated-visibility.js";
3
+ import { c as $64fa3d84918910a7$export$fabf2dc03a41866e, f as $ff5963eb1fccf552$export$e08e3b67e392101e, i as $64fa3d84918910a7$export$9d4c57ee4c6ffdd8, m as $bdb11010cef70236$export$f680877a34711e37, n as $64fa3d84918910a7$export$29f1550f4b0d4415, o as $64fa3d84918910a7$export$df3a06d6289f983e, r as $64fa3d84918910a7$export$4d86445c2cf5e3, s as $64fa3d84918910a7$export$ef03459518577ad4, t as $64fa3d84918910a7$export$2881499e37b75b9a, u as $3ef42575df84b30b$export$9d1611c77c2fe928 } from "./utils-B_uiqNa4.js";
4
+ import { A as $ea8dcbcb9ea1b556$export$9a302a45f65d0572, H as $d4ee10de306f2510$export$e58f029f0fbfdb29, I as $c87311424ea30a05$export$e1865c3bedcd822b, V as $d4ee10de306f2510$export$cd4e5573fbe2b576, W as $431fbd86ca7dc216$export$b204af158042fbac, v as $458b0a5536c1a7cf$export$40bfa8c7b0832715, w as $8ae05eaa5c114e9c$export$7f54fc3180508a52, z as $d4ee10de306f2510$export$4282f70798064fe0 } from "./useHover-qaMm3XFO.js";
5
+ import { t as $65484d02dcb7eb3e$export$457c3d6518dd4c6f } from "./filterDOMProps-_2_3GD-K.js";
6
+ import { t as $313b98861ee5dd6c$export$d6875122194c7b44 } from "./useLabels-B2p7RXi5.js";
7
+ import { S as $55f9b1ae81f22853$export$2b35b76d2e30e129, c as $e1995378a142960e$export$bf788dd355e3a401, g as $c5a24bc478652b5f$export$1005530eda016c13, y as $ae20dd8cbca75726$export$d6daf82dcd84e87c } from "./SelectionManager-B8lLv6Ue.js";
8
+ import { o as $9daab02d461809db$export$683480f191c0e3ea, r as $fc909762b330b746$export$61c6a8c84e605fb6 } from "./OverlayArrow-BoloUPQM.js";
9
+ import { T as $e0b6e0b68ec7f50f$export$872b660ac5a1ff98, g as $453cc9f0df89c0a5$export$77d5aafae4e095b2, h as $168583247155ddda$export$dc9c12ed27dd1b49, l as $07b14b47974efb58$export$5b6b19405a83ff9d, r as $de32f1b87079253c$export$d2f961adcb0afbe, u as $07b14b47974efb58$export$9b9a0cd73afb7ca4, v as $2a25aae57d74318e$export$a05409b8bb224a5a, x as $5e3802645cc19319$export$1c3ebcada18427bf } from "./Dialog-i5VLQw1o.js";
10
+ import { t as $e9faafb641e167db$export$90fc3a17d93f704c } from "./useEvent-DkZVfgsS.js";
11
+ import { t as $99facab73266f662$export$5add1d006293d136 } from "./useFormReset-DdkykzAn.js";
12
+ import { i as $eed445e0843c11d0$export$a11e76429ed99b4, n as $eed445e0843c11d0$export$7c5906fe4f1f2af2, o as $b1f0cad8af73213b$export$3585ede4d035bf14, r as $eed445e0843c11d0$export$7ff8f37d2d81a48d, s as $b1f0cad8af73213b$export$9145995848b05025, t as $eed445e0843c11d0$export$41f133550aa26f48 } from "./ListBox-B21SgugS.js";
13
+ import { r as $a02d57049d202695$export$d085fb9e920b5ca7, t as $e72dd72e1c76a225$export$2f645645f7bca764 } from "./useListState-CD_5vfyy.js";
14
+ import { i as $319e236875307eab$export$a9b970dcc4ae71a9, n as $d2b4bc8c273e7be6$export$353f5b6fc5456de1, t as $d2b4bc8c273e7be6$export$24d547caef80ccd1 } from "./Button-h6xF_WrP.js";
15
+ import { t as $fca6afa0e843324b$export$f12b703ca79dfbb1 } from "./useLocalizedStringFormatter-Dv2diN3k.js";
16
+ import { t as $bb77f239b46e8c72$export$3274cf84b703fff } from "./useFilter-OiMnf6sb.js";
17
+ import { n as Tooltip } from "./tooltip-BzJzYlcc.js";
18
+ import { a as $e5be200c675c3b3a$export$fc1a364ae1f3ff10, r as $e5be200c675c3b3a$export$a763b9476acd3eb, t as $ee014567cb39d3f0$export$ff05c3ac10437e03 } from "./FieldError-BWDbP5Db.js";
19
+ import { a as $2d73ec29415bd339$export$712718f7aec83d5, i as $a049562f99e7db0e$export$f9c6924e160136d1, n as $3985021b0ad6602f$export$f5b8910cec6cf069, r as $a049562f99e7db0e$export$eb2fcfdbd7ba97d4, t as $3985021b0ad6602f$export$37fb8590cf2c088c } from "./Input-BURqyJXW.js";
20
+ import { n as $01b77f81d0f07f68$export$b04be29aa201d4f5, t as $01b77f81d0f07f68$export$75b6ee27786ba447 } from "./Label-DFXXxMKY.js";
21
+ import { n as $514c0188e459b4c0$export$9afb8bc826b033ea } from "./Text-O6VBBDlP.js";
22
+ import { t as $f86e6c1ec7da6ebb$export$bc3384a35de93d66 } from "./useAsyncList-BNzwKoX4.js";
23
+ import { t as $d3e0e05bdfcf66bd$export$c24727297075ec6a } from "./Form-DTMkbrQY.js";
24
+ import { RichLabel } from "./components/rich-label/rich-label.js";
25
+ import { BaseControl } from "./components/base-control/base-control.js";
26
+ import { randomId } from "./utilities/hash.js";
27
+ import { t as cva } from "./dist-DIK9pFxO.js";
28
+ import { t as __ } from "./build-module-sxK3nxOK.js";
29
+ import { Spinner } from "./icons/spinner.js";
30
+ import { anchor } from "./icons/ui-icons/anchor.js";
31
+ import { clearAlt } from "./icons/ui-icons/clear-alt.js";
32
+ import { externalLink } from "./icons/ui-icons/external-link.js";
33
+ import { file } from "./icons/ui-icons/file.js";
34
+ import { globe } from "./icons/ui-icons/globe.js";
35
+ import { layoutAlt } from "./icons/ui-icons/layout-alt.js";
36
+ import { searchEmpty } from "./icons/ui-icons/search-empty.js";
37
+ import { formAlt } from "./icons/ui-icons/form-alt.js";
38
+ import React, { createContext, forwardRef, useCallback, useContext, useEffect, useMemo, useRef, useState } from "react";
39
+ import { Fragment as Fragment$1, jsx, jsxs } from "react/jsx-runtime";
40
+ //#region node_modules/@react-aria/utils/dist/useUpdateEffect.mjs
41
+ function $4f58c5f72bcf79f7$export$496315a1608d9602(cb, dependencies) {
42
+ const isInitialMount = useRef(true);
43
+ const lastDeps = useRef(null);
44
+ let cbEvent = $8ae05eaa5c114e9c$export$7f54fc3180508a52(cb);
45
+ useEffect(() => {
46
+ isInitialMount.current = true;
47
+ return () => {
48
+ isInitialMount.current = false;
49
+ };
50
+ }, []);
51
+ useEffect(() => {
52
+ let prevDeps = lastDeps.current;
53
+ if (isInitialMount.current) isInitialMount.current = false;
54
+ else if (!prevDeps || dependencies.some((dep, i) => !Object.is(dep, prevDeps[i]))) cbEvent();
55
+ lastDeps.current = dependencies;
56
+ }, dependencies);
57
+ }
58
+ //#endregion
59
+ //#region node_modules/@react-aria/combobox/dist/ar-AE.mjs
60
+ var $02cb4c75c506befe$exports = {};
61
+ $02cb4c75c506befe$exports = {
62
+ "buttonLabel": `\u{639}\u{631}\u{636} \u{627}\u{644}\u{645}\u{642}\u{62A}\u{631}\u{62D}\u{627}\u{62A}`,
63
+ "countAnnouncement": (args, formatter) => `${formatter.plural(args.optionCount, {
64
+ one: () => `${formatter.number(args.optionCount)} \u{62E}\u{64A}\u{627}\u{631}`,
65
+ other: () => `${formatter.number(args.optionCount)} \u{62E}\u{64A}\u{627}\u{631}\u{627}\u{62A}`
66
+ })} \u{645}\u{62A}\u{627}\u{62D}\u{629}.`,
67
+ "focusAnnouncement": (args, formatter) => `${formatter.select({
68
+ true: () => `\u{627}\u{644}\u{645}\u{62C}\u{645}\u{648}\u{639}\u{629} \u{627}\u{644}\u{645}\u{62F}\u{62E}\u{644}\u{629} ${args.groupTitle}, \u{645}\u{639} ${formatter.plural(args.groupCount, {
69
+ one: () => `${formatter.number(args.groupCount)} \u{62E}\u{64A}\u{627}\u{631}`,
70
+ other: () => `${formatter.number(args.groupCount)} \u{62E}\u{64A}\u{627}\u{631}\u{627}\u{62A}`
71
+ })}. `,
72
+ other: ``
73
+ }, args.isGroupChange)}${args.optionText}${formatter.select({
74
+ true: `, \u{645}\u{62D}\u{62F}\u{62F}`,
75
+ other: ``
76
+ }, args.isSelected)}`,
77
+ "listboxLabel": `\u{645}\u{642}\u{62A}\u{631}\u{62D}\u{627}\u{62A}`,
78
+ "selectedAnnouncement": (args) => `${args.optionText}\u{60C} \u{645}\u{62D}\u{62F}\u{62F}`
79
+ };
80
+ //#endregion
81
+ //#region node_modules/@react-aria/combobox/dist/bg-BG.mjs
82
+ var $568b8163f1e56faf$exports = {};
83
+ $568b8163f1e56faf$exports = {
84
+ "buttonLabel": `\u{41F}\u{43E}\u{43A}\u{430}\u{436}\u{438} \u{43F}\u{440}\u{435}\u{434}\u{43B}\u{43E}\u{436}\u{435}\u{43D}\u{438}\u{44F}`,
85
+ "countAnnouncement": (args, formatter) => `${formatter.plural(args.optionCount, {
86
+ one: () => `${formatter.number(args.optionCount)} \u{43E}\u{43F}\u{446}\u{438}\u{44F}`,
87
+ other: () => `${formatter.number(args.optionCount)} \u{43E}\u{43F}\u{446}\u{438}\u{438}`
88
+ })} \u{43D}\u{430} \u{440}\u{430}\u{437}\u{43F}\u{43E}\u{43B}\u{43E}\u{436}\u{435}\u{43D}\u{438}\u{435}.`,
89
+ "focusAnnouncement": (args, formatter) => `${formatter.select({
90
+ true: () => `\u{412}\u{44A}\u{432}\u{435}\u{434}\u{435}\u{43D}\u{430} \u{433}\u{440}\u{443}\u{43F}\u{430} ${args.groupTitle}, \u{441} ${formatter.plural(args.groupCount, {
91
+ one: () => `${formatter.number(args.groupCount)} \u{43E}\u{43F}\u{446}\u{438}\u{44F}`,
92
+ other: () => `${formatter.number(args.groupCount)} \u{43E}\u{43F}\u{446}\u{438}\u{438}`
93
+ })}. `,
94
+ other: ``
95
+ }, args.isGroupChange)}${args.optionText}${formatter.select({
96
+ true: `, \u{438}\u{437}\u{431}\u{440}\u{430}\u{43D}\u{438}`,
97
+ other: ``
98
+ }, args.isSelected)}`,
99
+ "listboxLabel": `\u{41F}\u{440}\u{435}\u{434}\u{43B}\u{43E}\u{436}\u{435}\u{43D}\u{438}\u{44F}`,
100
+ "selectedAnnouncement": (args) => `${args.optionText}, \u{438}\u{437}\u{431}\u{440}\u{430}\u{43D}\u{438}`
101
+ };
102
+ //#endregion
103
+ //#region node_modules/@react-aria/combobox/dist/cs-CZ.mjs
104
+ var $87581c0202d106b8$exports = {};
105
+ $87581c0202d106b8$exports = {
106
+ "buttonLabel": `Zobrazit doporu\u{10D}en\xed`,
107
+ "countAnnouncement": (args, formatter) => `K dispozici ${formatter.plural(args.optionCount, {
108
+ one: () => `je ${formatter.number(args.optionCount)} mo\u{17E}nost`,
109
+ other: () => `jsou/je ${formatter.number(args.optionCount)} mo\u{17E}nosti/-\xed`
110
+ })}.`,
111
+ "focusAnnouncement": (args, formatter) => `${formatter.select({
112
+ true: () => `Zadan\xe1 skupina \u{201E}${args.groupTitle}\u{201C} ${formatter.plural(args.groupCount, {
113
+ one: () => `s ${formatter.number(args.groupCount)} mo\u{17E}nost\xed`,
114
+ other: () => `se ${formatter.number(args.groupCount)} mo\u{17E}nostmi`
115
+ })}. `,
116
+ other: ``
117
+ }, args.isGroupChange)}${args.optionText}${formatter.select({
118
+ true: ` (vybr\xe1no)`,
119
+ other: ``
120
+ }, args.isSelected)}`,
121
+ "listboxLabel": `N\xe1vrhy`,
122
+ "selectedAnnouncement": (args) => `${args.optionText}, vybr\xe1no`
123
+ };
124
+ //#endregion
125
+ //#region node_modules/@react-aria/combobox/dist/da-DK.mjs
126
+ var $a10a0369f5433ed1$exports = {};
127
+ $a10a0369f5433ed1$exports = {
128
+ "buttonLabel": `Vis forslag`,
129
+ "countAnnouncement": (args, formatter) => `${formatter.plural(args.optionCount, {
130
+ one: () => `${formatter.number(args.optionCount)} mulighed tilg\xe6ngelig`,
131
+ other: () => `${formatter.number(args.optionCount)} muligheder tilg\xe6ngelige`
132
+ })}.`,
133
+ "focusAnnouncement": (args, formatter) => `${formatter.select({
134
+ true: () => `Angivet gruppe ${args.groupTitle}, med ${formatter.plural(args.groupCount, {
135
+ one: () => `${formatter.number(args.groupCount)} mulighed`,
136
+ other: () => `${formatter.number(args.groupCount)} muligheder`
137
+ })}. `,
138
+ other: ``
139
+ }, args.isGroupChange)}${args.optionText}${formatter.select({
140
+ true: `, valgt`,
141
+ other: ``
142
+ }, args.isSelected)}`,
143
+ "listboxLabel": `Forslag`,
144
+ "selectedAnnouncement": (args) => `${args.optionText}, valgt`
145
+ };
146
+ //#endregion
147
+ //#region node_modules/@react-aria/combobox/dist/de-DE.mjs
148
+ var $bfd288727d5cb166$exports = {};
149
+ $bfd288727d5cb166$exports = {
150
+ "buttonLabel": `Empfehlungen anzeigen`,
151
+ "countAnnouncement": (args, formatter) => `${formatter.plural(args.optionCount, {
152
+ one: () => `${formatter.number(args.optionCount)} Option`,
153
+ other: () => `${formatter.number(args.optionCount)} Optionen`
154
+ })} verf\xfcgbar.`,
155
+ "focusAnnouncement": (args, formatter) => `${formatter.select({
156
+ true: () => `Eingetretene Gruppe ${args.groupTitle}, mit ${formatter.plural(args.groupCount, {
157
+ one: () => `${formatter.number(args.groupCount)} Option`,
158
+ other: () => `${formatter.number(args.groupCount)} Optionen`
159
+ })}. `,
160
+ other: ``
161
+ }, args.isGroupChange)}${args.optionText}${formatter.select({
162
+ true: `, ausgew\xe4hlt`,
163
+ other: ``
164
+ }, args.isSelected)}`,
165
+ "listboxLabel": `Empfehlungen`,
166
+ "selectedAnnouncement": (args) => `${args.optionText}, ausgew\xe4hlt`
167
+ };
168
+ //#endregion
169
+ //#region node_modules/@react-aria/combobox/dist/el-GR.mjs
170
+ var $ca177778f9a74e3c$exports = {};
171
+ $ca177778f9a74e3c$exports = {
172
+ "buttonLabel": `\u{3A0}\u{3C1}\u{3BF}\u{3B2}\u{3BF}\u{3BB}\u{3AE} \u{3C0}\u{3C1}\u{3BF}\u{3C4}\u{3AC}\u{3C3}\u{3B5}\u{3C9}\u{3BD}`,
173
+ "countAnnouncement": (args, formatter) => `${formatter.plural(args.optionCount, {
174
+ one: () => `${formatter.number(args.optionCount)} \u{3B5}\u{3C0}\u{3B9}\u{3BB}\u{3BF}\u{3B3}\u{3AE}`,
175
+ other: () => `${formatter.number(args.optionCount)} \u{3B5}\u{3C0}\u{3B9}\u{3BB}\u{3BF}\u{3B3}\u{3AD}\u{3C2} `
176
+ })} \u{3B4}\u{3B9}\u{3B1}\u{3B8}\u{3AD}\u{3C3}\u{3B9}\u{3BC}\u{3B5}\u{3C2}.`,
177
+ "focusAnnouncement": (args, formatter) => `${formatter.select({
178
+ true: () => `\u{395}\u{3B9}\u{3C3}\u{3B1}\u{3B3}\u{3BC}\u{3AD}\u{3BD}\u{3B7} \u{3BF}\u{3BC}\u{3AC}\u{3B4}\u{3B1} ${args.groupTitle}, \u{3BC}\u{3B5} ${formatter.plural(args.groupCount, {
179
+ one: () => `${formatter.number(args.groupCount)} \u{3B5}\u{3C0}\u{3B9}\u{3BB}\u{3BF}\u{3B3}\u{3AE}`,
180
+ other: () => `${formatter.number(args.groupCount)} \u{3B5}\u{3C0}\u{3B9}\u{3BB}\u{3BF}\u{3B3}\u{3AD}\u{3C2}`
181
+ })}. `,
182
+ other: ``
183
+ }, args.isGroupChange)}${args.optionText}${formatter.select({
184
+ true: `, \u{3B5}\u{3C0}\u{3B9}\u{3BB}\u{3B5}\u{3B3}\u{3BC}\u{3AD}\u{3BD}\u{3BF}`,
185
+ other: ``
186
+ }, args.isSelected)}`,
187
+ "listboxLabel": `\u{3A0}\u{3C1}\u{3BF}\u{3C4}\u{3AC}\u{3C3}\u{3B5}\u{3B9}\u{3C2}`,
188
+ "selectedAnnouncement": (args) => `${args.optionText}, \u{3B5}\u{3C0}\u{3B9}\u{3BB}\u{3AD}\u{3C7}\u{3B8}\u{3B7}\u{3BA}\u{3B5}`
189
+ };
190
+ //#endregion
191
+ //#region node_modules/@react-aria/combobox/dist/en-US.mjs
192
+ var $9b5aa79ef84beb6c$exports = {};
193
+ $9b5aa79ef84beb6c$exports = {
194
+ "focusAnnouncement": (args, formatter) => `${formatter.select({
195
+ true: () => `Entered group ${args.groupTitle}, with ${formatter.plural(args.groupCount, {
196
+ one: () => `${formatter.number(args.groupCount)} option`,
197
+ other: () => `${formatter.number(args.groupCount)} options`
198
+ })}. `,
199
+ other: ``
200
+ }, args.isGroupChange)}${args.optionText}${formatter.select({
201
+ true: `, selected`,
202
+ other: ``
203
+ }, args.isSelected)}`,
204
+ "countAnnouncement": (args, formatter) => `${formatter.plural(args.optionCount, {
205
+ one: () => `${formatter.number(args.optionCount)} option`,
206
+ other: () => `${formatter.number(args.optionCount)} options`
207
+ })} available.`,
208
+ "selectedAnnouncement": (args) => `${args.optionText}, selected`,
209
+ "buttonLabel": `Show suggestions`,
210
+ "listboxLabel": `Suggestions`
211
+ };
212
+ //#endregion
213
+ //#region node_modules/@react-aria/combobox/dist/es-ES.mjs
214
+ var $57968e8209de2557$exports = {};
215
+ $57968e8209de2557$exports = {
216
+ "buttonLabel": `Mostrar sugerencias`,
217
+ "countAnnouncement": (args, formatter) => `${formatter.plural(args.optionCount, {
218
+ one: () => `${formatter.number(args.optionCount)} opci\xf3n`,
219
+ other: () => `${formatter.number(args.optionCount)} opciones`
220
+ })} disponible(s).`,
221
+ "focusAnnouncement": (args, formatter) => `${formatter.select({
222
+ true: () => `Se ha unido al grupo ${args.groupTitle}, con ${formatter.plural(args.groupCount, {
223
+ one: () => `${formatter.number(args.groupCount)} opci\xf3n`,
224
+ other: () => `${formatter.number(args.groupCount)} opciones`
225
+ })}. `,
226
+ other: ``
227
+ }, args.isGroupChange)}${args.optionText}${formatter.select({
228
+ true: `, seleccionado`,
229
+ other: ``
230
+ }, args.isSelected)}`,
231
+ "listboxLabel": `Sugerencias`,
232
+ "selectedAnnouncement": (args) => `${args.optionText}, seleccionado`
233
+ };
234
+ //#endregion
235
+ //#region node_modules/@react-aria/combobox/dist/et-EE.mjs
236
+ var $60690790bf4c1c6a$exports = {};
237
+ $60690790bf4c1c6a$exports = {
238
+ "buttonLabel": `Kuva soovitused`,
239
+ "countAnnouncement": (args, formatter) => `${formatter.plural(args.optionCount, {
240
+ one: () => `${formatter.number(args.optionCount)} valik`,
241
+ other: () => `${formatter.number(args.optionCount)} valikud`
242
+ })} saadaval.`,
243
+ "focusAnnouncement": (args, formatter) => `${formatter.select({
244
+ true: () => `Sisestatud r\xfchm ${args.groupTitle}, valikuga ${formatter.plural(args.groupCount, {
245
+ one: () => `${formatter.number(args.groupCount)} valik`,
246
+ other: () => `${formatter.number(args.groupCount)} valikud`
247
+ })}. `,
248
+ other: ``
249
+ }, args.isGroupChange)}${args.optionText}${formatter.select({
250
+ true: `, valitud`,
251
+ other: ``
252
+ }, args.isSelected)}`,
253
+ "listboxLabel": `Soovitused`,
254
+ "selectedAnnouncement": (args) => `${args.optionText}, valitud`
255
+ };
256
+ //#endregion
257
+ //#region node_modules/@react-aria/combobox/dist/fi-FI.mjs
258
+ var $1101246e8c7d9357$exports = {};
259
+ $1101246e8c7d9357$exports = {
260
+ "buttonLabel": `N\xe4yt\xe4 ehdotukset`,
261
+ "countAnnouncement": (args, formatter) => `${formatter.plural(args.optionCount, {
262
+ one: () => `${formatter.number(args.optionCount)} vaihtoehto`,
263
+ other: () => `${formatter.number(args.optionCount)} vaihtoehdot`
264
+ })} saatavilla.`,
265
+ "focusAnnouncement": (args, formatter) => `${formatter.select({
266
+ true: () => `Mentiin ryhm\xe4\xe4n ${args.groupTitle}, ${formatter.plural(args.groupCount, {
267
+ one: () => `${formatter.number(args.groupCount)} vaihtoehdon`,
268
+ other: () => `${formatter.number(args.groupCount)} vaihtoehdon`
269
+ })} kanssa.`,
270
+ other: ``
271
+ }, args.isGroupChange)}${args.optionText}${formatter.select({
272
+ true: `, valittu`,
273
+ other: ``
274
+ }, args.isSelected)}`,
275
+ "listboxLabel": `Ehdotukset`,
276
+ "selectedAnnouncement": (args) => `${args.optionText}, valittu`
277
+ };
278
+ //#endregion
279
+ //#region node_modules/@react-aria/combobox/dist/fr-FR.mjs
280
+ var $6404b5cb5b241730$exports = {};
281
+ $6404b5cb5b241730$exports = {
282
+ "buttonLabel": `Afficher les suggestions`,
283
+ "countAnnouncement": (args, formatter) => `${formatter.plural(args.optionCount, {
284
+ one: () => `${formatter.number(args.optionCount)} option`,
285
+ other: () => `${formatter.number(args.optionCount)} options`
286
+ })} disponible(s).`,
287
+ "focusAnnouncement": (args, formatter) => `${formatter.select({
288
+ true: () => `Groupe ${args.groupTitle} rejoint, avec ${formatter.plural(args.groupCount, {
289
+ one: () => `${formatter.number(args.groupCount)} option`,
290
+ other: () => `${formatter.number(args.groupCount)} options`
291
+ })}. `,
292
+ other: ``
293
+ }, args.isGroupChange)}${args.optionText}${formatter.select({
294
+ true: `, s\xe9lectionn\xe9(s)`,
295
+ other: ``
296
+ }, args.isSelected)}`,
297
+ "listboxLabel": `Suggestions`,
298
+ "selectedAnnouncement": (args) => `${args.optionText}, s\xe9lectionn\xe9`
299
+ };
300
+ //#endregion
301
+ //#region node_modules/@react-aria/combobox/dist/he-IL.mjs
302
+ var $dfeafa702e92e31f$exports = {};
303
+ $dfeafa702e92e31f$exports = {
304
+ "buttonLabel": `\u{5D4}\u{5E6}\u{5D2} \u{5D4}\u{5E6}\u{5E2}\u{5D5}\u{5EA}`,
305
+ "countAnnouncement": (args, formatter) => `${formatter.plural(args.optionCount, {
306
+ one: () => `\u{5D0}\u{5E4}\u{5E9}\u{5E8}\u{5D5}\u{5EA} ${formatter.number(args.optionCount)}`,
307
+ other: () => `${formatter.number(args.optionCount)} \u{5D0}\u{5E4}\u{5E9}\u{5E8}\u{5D5}\u{5D9}\u{5D5}\u{5EA}`
308
+ })} \u{5D1}\u{5DE}\u{5E6}\u{5D1} \u{5D6}\u{5DE}\u{5D9}\u{5DF}.`,
309
+ "focusAnnouncement": (args, formatter) => `${formatter.select({
310
+ true: () => `\u{5E0}\u{5DB}\u{5E0}\u{5E1} \u{5DC}\u{5E7}\u{5D1}\u{5D5}\u{5E6}\u{5D4} ${args.groupTitle}, \u{5E2}\u{5DD} ${formatter.plural(args.groupCount, {
311
+ one: () => `\u{5D0}\u{5E4}\u{5E9}\u{5E8}\u{5D5}\u{5EA} ${formatter.number(args.groupCount)}`,
312
+ other: () => `${formatter.number(args.groupCount)} \u{5D0}\u{5E4}\u{5E9}\u{5E8}\u{5D5}\u{5D9}\u{5D5}\u{5EA}`
313
+ })}. `,
314
+ other: ``
315
+ }, args.isGroupChange)}${args.optionText}${formatter.select({
316
+ true: `, \u{5E0}\u{5D1}\u{5D7}\u{5E8}`,
317
+ other: ``
318
+ }, args.isSelected)}`,
319
+ "listboxLabel": `\u{5D4}\u{5E6}\u{5E2}\u{5D5}\u{5EA}`,
320
+ "selectedAnnouncement": (args) => `${args.optionText}, \u{5E0}\u{5D1}\u{5D7}\u{5E8}`
321
+ };
322
+ //#endregion
323
+ //#region node_modules/@react-aria/combobox/dist/hr-HR.mjs
324
+ var $2d125e0b34676352$exports = {};
325
+ $2d125e0b34676352$exports = {
326
+ "buttonLabel": `Prika\u{17E}i prijedloge`,
327
+ "countAnnouncement": (args, formatter) => `Dostupno jo\u{161}: ${formatter.plural(args.optionCount, {
328
+ one: () => `${formatter.number(args.optionCount)} opcija`,
329
+ other: () => `${formatter.number(args.optionCount)} opcije/a`
330
+ })}.`,
331
+ "focusAnnouncement": (args, formatter) => `${formatter.select({
332
+ true: () => `Unesena skupina ${args.groupTitle}, s ${formatter.plural(args.groupCount, {
333
+ one: () => `${formatter.number(args.groupCount)} opcijom`,
334
+ other: () => `${formatter.number(args.groupCount)} opcije/a`
335
+ })}. `,
336
+ other: ``
337
+ }, args.isGroupChange)}${args.optionText}${formatter.select({
338
+ true: `, odabranih`,
339
+ other: ``
340
+ }, args.isSelected)}`,
341
+ "listboxLabel": `Prijedlozi`,
342
+ "selectedAnnouncement": (args) => `${args.optionText}, odabrano`
343
+ };
344
+ //#endregion
345
+ //#region node_modules/@react-aria/combobox/dist/hu-HU.mjs
346
+ var $ea029611d7634059$exports = {};
347
+ $ea029611d7634059$exports = {
348
+ "buttonLabel": `Javaslatok megjelen\xedt\xe9se`,
349
+ "countAnnouncement": (args, formatter) => `${formatter.plural(args.optionCount, {
350
+ one: () => `${formatter.number(args.optionCount)} lehet\u{151}s\xe9g`,
351
+ other: () => `${formatter.number(args.optionCount)} lehet\u{151}s\xe9g`
352
+ })} \xe1ll rendelkez\xe9sre.`,
353
+ "focusAnnouncement": (args, formatter) => `${formatter.select({
354
+ true: () => `Bel\xe9pett a(z) ${args.groupTitle} csoportba, amely ${formatter.plural(args.groupCount, {
355
+ one: () => `${formatter.number(args.groupCount)} lehet\u{151}s\xe9get`,
356
+ other: () => `${formatter.number(args.groupCount)} lehet\u{151}s\xe9get`
357
+ })} tartalmaz. `,
358
+ other: ``
359
+ }, args.isGroupChange)}${args.optionText}${formatter.select({
360
+ true: `, kijel\xf6lve`,
361
+ other: ``
362
+ }, args.isSelected)}`,
363
+ "listboxLabel": `Javaslatok`,
364
+ "selectedAnnouncement": (args) => `${args.optionText}, kijel\xf6lve`
365
+ };
366
+ //#endregion
367
+ //#region node_modules/@react-aria/combobox/dist/it-IT.mjs
368
+ var $77f075bb86ad7091$exports = {};
369
+ $77f075bb86ad7091$exports = {
370
+ "buttonLabel": `Mostra suggerimenti`,
371
+ "countAnnouncement": (args, formatter) => `${formatter.plural(args.optionCount, {
372
+ one: () => `${formatter.number(args.optionCount)} opzione disponibile`,
373
+ other: () => `${formatter.number(args.optionCount)} opzioni disponibili`
374
+ })}.`,
375
+ "focusAnnouncement": (args, formatter) => `${formatter.select({
376
+ true: () => `Ingresso nel gruppo ${args.groupTitle}, con ${formatter.plural(args.groupCount, {
377
+ one: () => `${formatter.number(args.groupCount)} opzione`,
378
+ other: () => `${formatter.number(args.groupCount)} opzioni`
379
+ })}. `,
380
+ other: ``
381
+ }, args.isGroupChange)}${args.optionText}${formatter.select({
382
+ true: `, selezionato`,
383
+ other: ``
384
+ }, args.isSelected)}`,
385
+ "listboxLabel": `Suggerimenti`,
386
+ "selectedAnnouncement": (args) => `${args.optionText}, selezionato`
387
+ };
388
+ //#endregion
389
+ //#region node_modules/@react-aria/combobox/dist/ja-JP.mjs
390
+ var $6e87462e84907983$exports = {};
391
+ $6e87462e84907983$exports = {
392
+ "buttonLabel": `\u{5019}\u{88DC}\u{3092}\u{8868}\u{793A}`,
393
+ "countAnnouncement": (args, formatter) => `${formatter.plural(args.optionCount, {
394
+ one: () => `${formatter.number(args.optionCount)} \u{500B}\u{306E}\u{30AA}\u{30D7}\u{30B7}\u{30E7}\u{30F3}`,
395
+ other: () => `${formatter.number(args.optionCount)} \u{500B}\u{306E}\u{30AA}\u{30D7}\u{30B7}\u{30E7}\u{30F3}`
396
+ })}\u{3092}\u{5229}\u{7528}\u{3067}\u{304D}\u{307E}\u{3059}\u{3002}`,
397
+ "focusAnnouncement": (args, formatter) => `${formatter.select({
398
+ true: () => `\u{5165}\u{529B}\u{3055}\u{308C}\u{305F}\u{30B0}\u{30EB}\u{30FC}\u{30D7} ${args.groupTitle}\u{3001}${formatter.plural(args.groupCount, {
399
+ one: () => `${formatter.number(args.groupCount)} \u{500B}\u{306E}\u{30AA}\u{30D7}\u{30B7}\u{30E7}\u{30F3}`,
400
+ other: () => `${formatter.number(args.groupCount)} \u{500B}\u{306E}\u{30AA}\u{30D7}\u{30B7}\u{30E7}\u{30F3}`
401
+ })}\u{3092}\u{542B}\u{3080}\u{3002}`,
402
+ other: ``
403
+ }, args.isGroupChange)}${args.optionText}${formatter.select({
404
+ true: `\u{3001}\u{9078}\u{629E}\u{6E08}\u{307F}`,
405
+ other: ``
406
+ }, args.isSelected)}`,
407
+ "listboxLabel": `\u{5019}\u{88DC}`,
408
+ "selectedAnnouncement": (args) => `${args.optionText}\u{3001}\u{9078}\u{629E}\u{6E08}\u{307F}`
409
+ };
410
+ //#endregion
411
+ //#region node_modules/@react-aria/combobox/dist/ko-KR.mjs
412
+ var $9246f2c6edc6b232$exports = {};
413
+ $9246f2c6edc6b232$exports = {
414
+ "buttonLabel": `\u{C81C}\u{C548} \u{C0AC}\u{D56D} \u{D45C}\u{C2DC}`,
415
+ "countAnnouncement": (args, formatter) => `${formatter.plural(args.optionCount, {
416
+ one: () => `${formatter.number(args.optionCount)}\u{AC1C} \u{C635}\u{C158}`,
417
+ other: () => `${formatter.number(args.optionCount)}\u{AC1C} \u{C635}\u{C158}`
418
+ })}\u{C744} \u{C0AC}\u{C6A9}\u{D560} \u{C218} \u{C788}\u{C2B5}\u{B2C8}\u{B2E4}.`,
419
+ "focusAnnouncement": (args, formatter) => `${formatter.select({
420
+ true: () => `\u{C785}\u{B825}\u{D55C} \u{ADF8}\u{B8F9} ${args.groupTitle}, ${formatter.plural(args.groupCount, {
421
+ one: () => `${formatter.number(args.groupCount)}\u{AC1C} \u{C635}\u{C158}`,
422
+ other: () => `${formatter.number(args.groupCount)}\u{AC1C} \u{C635}\u{C158}`
423
+ })}. `,
424
+ other: ``
425
+ }, args.isGroupChange)}${args.optionText}${formatter.select({
426
+ true: `, \u{C120}\u{D0DD}\u{B428}`,
427
+ other: ``
428
+ }, args.isSelected)}`,
429
+ "listboxLabel": `\u{C81C}\u{C548}`,
430
+ "selectedAnnouncement": (args) => `${args.optionText}, \u{C120}\u{D0DD}\u{B428}`
431
+ };
432
+ //#endregion
433
+ //#region node_modules/@react-aria/combobox/dist/lt-LT.mjs
434
+ var $e587accc6c0a434c$exports = {};
435
+ $e587accc6c0a434c$exports = {
436
+ "buttonLabel": `Rodyti pasi\u{16B}lymus`,
437
+ "countAnnouncement": (args, formatter) => `Yra ${formatter.plural(args.optionCount, {
438
+ one: () => `${formatter.number(args.optionCount)} parinktis`,
439
+ other: () => `${formatter.number(args.optionCount)} parinktys (-i\u{173})`
440
+ })}.`,
441
+ "focusAnnouncement": (args, formatter) => `${formatter.select({
442
+ true: () => `\u{12E}vesta grup\u{117} ${args.groupTitle}, su ${formatter.plural(args.groupCount, {
443
+ one: () => `${formatter.number(args.groupCount)} parinktimi`,
444
+ other: () => `${formatter.number(args.groupCount)} parinktimis (-i\u{173})`
445
+ })}. `,
446
+ other: ``
447
+ }, args.isGroupChange)}${args.optionText}${formatter.select({
448
+ true: `, pasirinkta`,
449
+ other: ``
450
+ }, args.isSelected)}`,
451
+ "listboxLabel": `Pasi\u{16B}lymai`,
452
+ "selectedAnnouncement": (args) => `${args.optionText}, pasirinkta`
453
+ };
454
+ //#endregion
455
+ //#region node_modules/@react-aria/combobox/dist/lv-LV.mjs
456
+ var $03a1900e7400b5ab$exports = {};
457
+ $03a1900e7400b5ab$exports = {
458
+ "buttonLabel": `R\u{101}d\u{12B}t ieteikumus`,
459
+ "countAnnouncement": (args, formatter) => `Pieejamo opciju skaits: ${formatter.plural(args.optionCount, {
460
+ one: () => `${formatter.number(args.optionCount)} opcija`,
461
+ other: () => `${formatter.number(args.optionCount)} opcijas`
462
+ })}.`,
463
+ "focusAnnouncement": (args, formatter) => `${formatter.select({
464
+ true: () => `Ievad\u{12B}ta grupa ${args.groupTitle}, ar ${formatter.plural(args.groupCount, {
465
+ one: () => `${formatter.number(args.groupCount)} opciju`,
466
+ other: () => `${formatter.number(args.groupCount)} opcij\u{101}m`
467
+ })}. `,
468
+ other: ``
469
+ }, args.isGroupChange)}${args.optionText}${formatter.select({
470
+ true: `, atlas\u{12B}ta`,
471
+ other: ``
472
+ }, args.isSelected)}`,
473
+ "listboxLabel": `Ieteikumi`,
474
+ "selectedAnnouncement": (args) => `${args.optionText}, atlas\u{12B}ta`
475
+ };
476
+ //#endregion
477
+ //#region node_modules/@react-aria/combobox/dist/nb-NO.mjs
478
+ var $1387676441be6cf6$exports = {};
479
+ $1387676441be6cf6$exports = {
480
+ "buttonLabel": `Vis forslag`,
481
+ "countAnnouncement": (args, formatter) => `${formatter.plural(args.optionCount, {
482
+ one: () => `${formatter.number(args.optionCount)} alternativ`,
483
+ other: () => `${formatter.number(args.optionCount)} alternativer`
484
+ })} finnes.`,
485
+ "focusAnnouncement": (args, formatter) => `${formatter.select({
486
+ true: () => `Angitt gruppe ${args.groupTitle}, med ${formatter.plural(args.groupCount, {
487
+ one: () => `${formatter.number(args.groupCount)} alternativ`,
488
+ other: () => `${formatter.number(args.groupCount)} alternativer`
489
+ })}. `,
490
+ other: ``
491
+ }, args.isGroupChange)}${args.optionText}${formatter.select({
492
+ true: `, valgt`,
493
+ other: ``
494
+ }, args.isSelected)}`,
495
+ "listboxLabel": `Forslag`,
496
+ "selectedAnnouncement": (args) => `${args.optionText}, valgt`
497
+ };
498
+ //#endregion
499
+ //#region node_modules/@react-aria/combobox/dist/nl-NL.mjs
500
+ var $17e82ebf0f8ab91f$exports = {};
501
+ $17e82ebf0f8ab91f$exports = {
502
+ "buttonLabel": `Suggesties weergeven`,
503
+ "countAnnouncement": (args, formatter) => `${formatter.plural(args.optionCount, {
504
+ one: () => `${formatter.number(args.optionCount)} optie`,
505
+ other: () => `${formatter.number(args.optionCount)} opties`
506
+ })} beschikbaar.`,
507
+ "focusAnnouncement": (args, formatter) => `${formatter.select({
508
+ true: () => `Groep ${args.groupTitle} ingevoerd met ${formatter.plural(args.groupCount, {
509
+ one: () => `${formatter.number(args.groupCount)} optie`,
510
+ other: () => `${formatter.number(args.groupCount)} opties`
511
+ })}. `,
512
+ other: ``
513
+ }, args.isGroupChange)}${args.optionText}${formatter.select({
514
+ true: `, geselecteerd`,
515
+ other: ``
516
+ }, args.isSelected)}`,
517
+ "listboxLabel": `Suggesties`,
518
+ "selectedAnnouncement": (args) => `${args.optionText}, geselecteerd`
519
+ };
520
+ //#endregion
521
+ //#region node_modules/@react-aria/combobox/dist/pl-PL.mjs
522
+ var $2f5377d3471630e5$exports = {};
523
+ $2f5377d3471630e5$exports = {
524
+ "buttonLabel": `Wy\u{15B}wietlaj sugestie`,
525
+ "countAnnouncement": (args, formatter) => `dost\u{119}pna/dost\u{119}pne(-nych) ${formatter.plural(args.optionCount, {
526
+ one: () => `${formatter.number(args.optionCount)} opcja`,
527
+ other: () => `${formatter.number(args.optionCount)} opcje(-i)`
528
+ })}.`,
529
+ "focusAnnouncement": (args, formatter) => `${formatter.select({
530
+ true: () => `Do\u{142}\u{105}czono do grupy ${args.groupTitle}, z ${formatter.plural(args.groupCount, {
531
+ one: () => `${formatter.number(args.groupCount)} opcj\u{105}`,
532
+ other: () => `${formatter.number(args.groupCount)} opcjami`
533
+ })}. `,
534
+ other: ``
535
+ }, args.isGroupChange)}${args.optionText}${formatter.select({
536
+ true: `, wybrano`,
537
+ other: ``
538
+ }, args.isSelected)}`,
539
+ "listboxLabel": `Sugestie`,
540
+ "selectedAnnouncement": (args) => `${args.optionText}, wybrano`
541
+ };
542
+ //#endregion
543
+ //#region node_modules/@react-aria/combobox/dist/pt-BR.mjs
544
+ var $dee9868b6fa95ffe$exports = {};
545
+ $dee9868b6fa95ffe$exports = {
546
+ "buttonLabel": `Mostrar sugest\xf5es`,
547
+ "countAnnouncement": (args, formatter) => `${formatter.plural(args.optionCount, {
548
+ one: () => `${formatter.number(args.optionCount)} op\xe7\xe3o`,
549
+ other: () => `${formatter.number(args.optionCount)} op\xe7\xf5es`
550
+ })} dispon\xedvel.`,
551
+ "focusAnnouncement": (args, formatter) => `${formatter.select({
552
+ true: () => `Grupo inserido ${args.groupTitle}, com ${formatter.plural(args.groupCount, {
553
+ one: () => `${formatter.number(args.groupCount)} op\xe7\xe3o`,
554
+ other: () => `${formatter.number(args.groupCount)} op\xe7\xf5es`
555
+ })}. `,
556
+ other: ``
557
+ }, args.isGroupChange)}${args.optionText}${formatter.select({
558
+ true: `, selecionado`,
559
+ other: ``
560
+ }, args.isSelected)}`,
561
+ "listboxLabel": `Sugest\xf5es`,
562
+ "selectedAnnouncement": (args) => `${args.optionText}, selecionado`
563
+ };
564
+ //#endregion
565
+ //#region node_modules/@react-aria/combobox/dist/pt-PT.mjs
566
+ var $f8b2e63637cbb5a6$exports = {};
567
+ $f8b2e63637cbb5a6$exports = {
568
+ "buttonLabel": `Apresentar sugest\xf5es`,
569
+ "countAnnouncement": (args, formatter) => `${formatter.plural(args.optionCount, {
570
+ one: () => `${formatter.number(args.optionCount)} op\xe7\xe3o`,
571
+ other: () => `${formatter.number(args.optionCount)} op\xe7\xf5es`
572
+ })} dispon\xedvel.`,
573
+ "focusAnnouncement": (args, formatter) => `${formatter.select({
574
+ true: () => `Grupo introduzido ${args.groupTitle}, com ${formatter.plural(args.groupCount, {
575
+ one: () => `${formatter.number(args.groupCount)} op\xe7\xe3o`,
576
+ other: () => `${formatter.number(args.groupCount)} op\xe7\xf5es`
577
+ })}. `,
578
+ other: ``
579
+ }, args.isGroupChange)}${args.optionText}${formatter.select({
580
+ true: `, selecionado`,
581
+ other: ``
582
+ }, args.isSelected)}`,
583
+ "listboxLabel": `Sugest\xf5es`,
584
+ "selectedAnnouncement": (args) => `${args.optionText}, selecionado`
585
+ };
586
+ //#endregion
587
+ //#region node_modules/@react-aria/combobox/dist/ro-RO.mjs
588
+ var $46a885db3b44ea95$exports = {};
589
+ $46a885db3b44ea95$exports = {
590
+ "buttonLabel": `Afi\u{219}are sugestii`,
591
+ "countAnnouncement": (args, formatter) => `${formatter.plural(args.optionCount, {
592
+ one: () => `${formatter.number(args.optionCount)} op\u{21B}iune`,
593
+ other: () => `${formatter.number(args.optionCount)} op\u{21B}iuni`
594
+ })} disponibile.`,
595
+ "focusAnnouncement": (args, formatter) => `${formatter.select({
596
+ true: () => `Grup ${args.groupTitle} introdus, cu ${formatter.plural(args.groupCount, {
597
+ one: () => `${formatter.number(args.groupCount)} op\u{21B}iune`,
598
+ other: () => `${formatter.number(args.groupCount)} op\u{21B}iuni`
599
+ })}. `,
600
+ other: ``
601
+ }, args.isGroupChange)}${args.optionText}${formatter.select({
602
+ true: `, selectat`,
603
+ other: ``
604
+ }, args.isSelected)}`,
605
+ "listboxLabel": `Sugestii`,
606
+ "selectedAnnouncement": (args) => `${args.optionText}, selectat`
607
+ };
608
+ //#endregion
609
+ //#region node_modules/@react-aria/combobox/dist/ru-RU.mjs
610
+ var $50d8a8f0afa9dee5$exports = {};
611
+ $50d8a8f0afa9dee5$exports = {
612
+ "buttonLabel": `\u{41F}\u{43E}\u{43A}\u{430}\u{437}\u{430}\u{442}\u{44C} \u{43F}\u{440}\u{435}\u{434}\u{43B}\u{43E}\u{436}\u{435}\u{43D}\u{438}\u{44F}`,
613
+ "countAnnouncement": (args, formatter) => `${formatter.plural(args.optionCount, {
614
+ one: () => `${formatter.number(args.optionCount)} \u{43F}\u{430}\u{440}\u{430}\u{43C}\u{435}\u{442}\u{440}`,
615
+ other: () => `${formatter.number(args.optionCount)} \u{43F}\u{430}\u{440}\u{430}\u{43C}\u{435}\u{442}\u{440}\u{43E}\u{432}`
616
+ })} \u{434}\u{43E}\u{441}\u{442}\u{443}\u{43F}\u{43D}\u{43E}.`,
617
+ "focusAnnouncement": (args, formatter) => `${formatter.select({
618
+ true: () => `\u{412}\u{432}\u{435}\u{434}\u{435}\u{43D}\u{43D}\u{430}\u{44F} \u{433}\u{440}\u{443}\u{43F}\u{43F}\u{430} ${args.groupTitle}, \u{441} ${formatter.plural(args.groupCount, {
619
+ one: () => `${formatter.number(args.groupCount)} \u{43F}\u{430}\u{440}\u{430}\u{43C}\u{435}\u{442}\u{440}\u{43E}\u{43C}`,
620
+ other: () => `${formatter.number(args.groupCount)} \u{43F}\u{430}\u{440}\u{430}\u{43C}\u{435}\u{442}\u{440}\u{430}\u{43C}\u{438}`
621
+ })}. `,
622
+ other: ``
623
+ }, args.isGroupChange)}${args.optionText}${formatter.select({
624
+ true: `, \u{432}\u{44B}\u{431}\u{440}\u{430}\u{43D}\u{43D}\u{44B}\u{43C}\u{438}`,
625
+ other: ``
626
+ }, args.isSelected)}`,
627
+ "listboxLabel": `\u{41F}\u{440}\u{435}\u{434}\u{43B}\u{43E}\u{436}\u{435}\u{43D}\u{438}\u{44F}`,
628
+ "selectedAnnouncement": (args) => `${args.optionText}, \u{432}\u{44B}\u{431}\u{440}\u{430}\u{43D}\u{43E}`
629
+ };
630
+ //#endregion
631
+ //#region node_modules/@react-aria/combobox/dist/sk-SK.mjs
632
+ var $2867ee6173245507$exports = {};
633
+ $2867ee6173245507$exports = {
634
+ "buttonLabel": `Zobrazi\u{165} n\xe1vrhy`,
635
+ "countAnnouncement": (args, formatter) => `${formatter.plural(args.optionCount, {
636
+ one: () => `${formatter.number(args.optionCount)} mo\u{17E}nos\u{165}`,
637
+ other: () => `${formatter.number(args.optionCount)} mo\u{17E}nosti/-\xed`
638
+ })} k dispoz\xedcii.`,
639
+ "focusAnnouncement": (args, formatter) => `${formatter.select({
640
+ true: () => `Zadan\xe1 skupina ${args.groupTitle}, s ${formatter.plural(args.groupCount, {
641
+ one: () => `${formatter.number(args.groupCount)} mo\u{17E}nos\u{165}ou`,
642
+ other: () => `${formatter.number(args.groupCount)} mo\u{17E}nos\u{165}ami`
643
+ })}. `,
644
+ other: ``
645
+ }, args.isGroupChange)}${args.optionText}${formatter.select({
646
+ true: `, vybrat\xe9`,
647
+ other: ``
648
+ }, args.isSelected)}`,
649
+ "listboxLabel": `N\xe1vrhy`,
650
+ "selectedAnnouncement": (args) => `${args.optionText}, vybrat\xe9`
651
+ };
652
+ //#endregion
653
+ //#region node_modules/@react-aria/combobox/dist/sl-SI.mjs
654
+ var $0631b65beeb09b50$exports = {};
655
+ $0631b65beeb09b50$exports = {
656
+ "buttonLabel": `Prika\u{17E}i predloge`,
657
+ "countAnnouncement": (args, formatter) => `Na voljo je ${formatter.plural(args.optionCount, {
658
+ one: () => `${formatter.number(args.optionCount)} opcija`,
659
+ other: () => `${formatter.number(args.optionCount)} opcije`
660
+ })}.`,
661
+ "focusAnnouncement": (args, formatter) => `${formatter.select({
662
+ true: () => `Vnesena skupina ${args.groupTitle}, z ${formatter.plural(args.groupCount, {
663
+ one: () => `${formatter.number(args.groupCount)} opcija`,
664
+ other: () => `${formatter.number(args.groupCount)} opcije`
665
+ })}. `,
666
+ other: ``
667
+ }, args.isGroupChange)}${args.optionText}${formatter.select({
668
+ true: `, izbrano`,
669
+ other: ``
670
+ }, args.isSelected)}`,
671
+ "listboxLabel": `Predlogi`,
672
+ "selectedAnnouncement": (args) => `${args.optionText}, izbrano`
673
+ };
674
+ //#endregion
675
+ //#region node_modules/@react-aria/combobox/dist/sr-SP.mjs
676
+ var $65fc749265dcd686$exports = {};
677
+ $65fc749265dcd686$exports = {
678
+ "buttonLabel": `Prika\u{17E}i predloge`,
679
+ "countAnnouncement": (args, formatter) => `Dostupno jo\u{161}: ${formatter.plural(args.optionCount, {
680
+ one: () => `${formatter.number(args.optionCount)} opcija`,
681
+ other: () => `${formatter.number(args.optionCount)} opcije/a`
682
+ })}.`,
683
+ "focusAnnouncement": (args, formatter) => `${formatter.select({
684
+ true: () => `Unesena grupa ${args.groupTitle}, s ${formatter.plural(args.groupCount, {
685
+ one: () => `${formatter.number(args.groupCount)} opcijom`,
686
+ other: () => `${formatter.number(args.groupCount)} optione/a`
687
+ })}. `,
688
+ other: ``
689
+ }, args.isGroupChange)}${args.optionText}${formatter.select({
690
+ true: `, izabranih`,
691
+ other: ``
692
+ }, args.isSelected)}`,
693
+ "listboxLabel": `Predlozi`,
694
+ "selectedAnnouncement": (args) => `${args.optionText}, izabrano`
695
+ };
696
+ //#endregion
697
+ //#region node_modules/@react-aria/combobox/dist/sv-SE.mjs
698
+ var $69ba655c7853c08e$exports = {};
699
+ $69ba655c7853c08e$exports = {
700
+ "buttonLabel": `Visa f\xf6rslag`,
701
+ "countAnnouncement": (args, formatter) => `${formatter.plural(args.optionCount, {
702
+ one: () => `${formatter.number(args.optionCount)} alternativ`,
703
+ other: () => `${formatter.number(args.optionCount)} alternativ`
704
+ })} tillg\xe4ngliga.`,
705
+ "focusAnnouncement": (args, formatter) => `${formatter.select({
706
+ true: () => `Ingick i gruppen ${args.groupTitle} med ${formatter.plural(args.groupCount, {
707
+ one: () => `${formatter.number(args.groupCount)} alternativ`,
708
+ other: () => `${formatter.number(args.groupCount)} alternativ`
709
+ })}. `,
710
+ other: ``
711
+ }, args.isGroupChange)}${args.optionText}${formatter.select({
712
+ true: `, valda`,
713
+ other: ``
714
+ }, args.isSelected)}`,
715
+ "listboxLabel": `F\xf6rslag`,
716
+ "selectedAnnouncement": (args) => `${args.optionText}, valda`
717
+ };
718
+ //#endregion
719
+ //#region node_modules/@react-aria/combobox/dist/tr-TR.mjs
720
+ var $a79794784d61577c$exports = {};
721
+ $a79794784d61577c$exports = {
722
+ "buttonLabel": `\xd6nerileri g\xf6ster`,
723
+ "countAnnouncement": (args, formatter) => `${formatter.plural(args.optionCount, {
724
+ one: () => `${formatter.number(args.optionCount)} se\xe7enek`,
725
+ other: () => `${formatter.number(args.optionCount)} se\xe7enekler`
726
+ })} kullan\u{131}labilir.`,
727
+ "focusAnnouncement": (args, formatter) => `${formatter.select({
728
+ true: () => `Girilen grup ${args.groupTitle}, ile ${formatter.plural(args.groupCount, {
729
+ one: () => `${formatter.number(args.groupCount)} se\xe7enek`,
730
+ other: () => `${formatter.number(args.groupCount)} se\xe7enekler`
731
+ })}. `,
732
+ other: ``
733
+ }, args.isGroupChange)}${args.optionText}${formatter.select({
734
+ true: `, se\xe7ildi`,
735
+ other: ``
736
+ }, args.isSelected)}`,
737
+ "listboxLabel": `\xd6neriler`,
738
+ "selectedAnnouncement": (args) => `${args.optionText}, se\xe7ildi`
739
+ };
740
+ //#endregion
741
+ //#region node_modules/@react-aria/combobox/dist/uk-UA.mjs
742
+ var $c2845791417ebaf4$exports = {};
743
+ $c2845791417ebaf4$exports = {
744
+ "buttonLabel": `\u{41F}\u{43E}\u{43A}\u{430}\u{437}\u{430}\u{442}\u{438} \u{43F}\u{440}\u{43E}\u{43F}\u{43E}\u{437}\u{438}\u{446}\u{456}\u{457}`,
745
+ "countAnnouncement": (args, formatter) => `${formatter.plural(args.optionCount, {
746
+ one: () => `${formatter.number(args.optionCount)} \u{43F}\u{430}\u{440}\u{430}\u{43C}\u{435}\u{442}\u{440}`,
747
+ other: () => `${formatter.number(args.optionCount)} \u{43F}\u{430}\u{440}\u{430}\u{43C}\u{435}\u{442}\u{440}\u{438}(-\u{456}\u{432})`
748
+ })} \u{434}\u{43E}\u{441}\u{442}\u{443}\u{43F}\u{43D}\u{43E}.`,
749
+ "focusAnnouncement": (args, formatter) => `${formatter.select({
750
+ true: () => `\u{412}\u{432}\u{435}\u{434}\u{435}\u{43D}\u{430} \u{433}\u{440}\u{443}\u{43F}\u{430} ${args.groupTitle}, \u{437} ${formatter.plural(args.groupCount, {
751
+ one: () => `${formatter.number(args.groupCount)} \u{43F}\u{430}\u{440}\u{430}\u{43C}\u{435}\u{442}\u{440}`,
752
+ other: () => `${formatter.number(args.groupCount)} \u{43F}\u{430}\u{440}\u{430}\u{43C}\u{435}\u{442}\u{440}\u{438}(-\u{456}\u{432})`
753
+ })}. `,
754
+ other: ``
755
+ }, args.isGroupChange)}${args.optionText}${formatter.select({
756
+ true: `, \u{432}\u{438}\u{431}\u{440}\u{430}\u{43D}\u{43E}`,
757
+ other: ``
758
+ }, args.isSelected)}`,
759
+ "listboxLabel": `\u{41F}\u{440}\u{43E}\u{43F}\u{43E}\u{437}\u{438}\u{446}\u{456}\u{457}`,
760
+ "selectedAnnouncement": (args) => `${args.optionText}, \u{432}\u{438}\u{431}\u{440}\u{430}\u{43D}\u{43E}`
761
+ };
762
+ //#endregion
763
+ //#region node_modules/@react-aria/combobox/dist/zh-CN.mjs
764
+ var $29b642d0025cc7a4$exports = {};
765
+ $29b642d0025cc7a4$exports = {
766
+ "buttonLabel": `\u{663E}\u{793A}\u{5EFA}\u{8BAE}`,
767
+ "countAnnouncement": (args, formatter) => `\u{6709} ${formatter.plural(args.optionCount, {
768
+ one: () => `${formatter.number(args.optionCount)} \u{4E2A}\u{9009}\u{9879}`,
769
+ other: () => `${formatter.number(args.optionCount)} \u{4E2A}\u{9009}\u{9879}`
770
+ })}\u{53EF}\u{7528}\u{3002}`,
771
+ "focusAnnouncement": (args, formatter) => `${formatter.select({
772
+ true: () => `\u{8FDB}\u{5165}\u{4E86} ${args.groupTitle} \u{7EC4}\u{FF0C}\u{5176}\u{4E2D}\u{6709} ${formatter.plural(args.groupCount, {
773
+ one: () => `${formatter.number(args.groupCount)} \u{4E2A}\u{9009}\u{9879}`,
774
+ other: () => `${formatter.number(args.groupCount)} \u{4E2A}\u{9009}\u{9879}`
775
+ })}. `,
776
+ other: ``
777
+ }, args.isGroupChange)}${args.optionText}${formatter.select({
778
+ true: `, \u{5DF2}\u{9009}\u{62E9}`,
779
+ other: ``
780
+ }, args.isSelected)}`,
781
+ "listboxLabel": `\u{5EFA}\u{8BAE}`,
782
+ "selectedAnnouncement": (args) => `${args.optionText}, \u{5DF2}\u{9009}\u{62E9}`
783
+ };
784
+ //#endregion
785
+ //#region node_modules/@react-aria/combobox/dist/zh-TW.mjs
786
+ var $cd36dd33f9d46936$exports = {};
787
+ $cd36dd33f9d46936$exports = {
788
+ "buttonLabel": `\u{986F}\u{793A}\u{5EFA}\u{8B70}`,
789
+ "countAnnouncement": (args, formatter) => `${formatter.plural(args.optionCount, {
790
+ one: () => `${formatter.number(args.optionCount)} \u{9078}\u{9805}`,
791
+ other: () => `${formatter.number(args.optionCount)} \u{9078}\u{9805}`
792
+ })} \u{53EF}\u{7528}\u{3002}`,
793
+ "focusAnnouncement": (args, formatter) => `${formatter.select({
794
+ true: () => `\u{8F38}\u{5165}\u{7684}\u{7FA4}\u{7D44} ${args.groupTitle}, \u{6709} ${formatter.plural(args.groupCount, {
795
+ one: () => `${formatter.number(args.groupCount)} \u{9078}\u{9805}`,
796
+ other: () => `${formatter.number(args.groupCount)} \u{9078}\u{9805}`
797
+ })}. `,
798
+ other: ``
799
+ }, args.isGroupChange)}${args.optionText}${formatter.select({
800
+ true: `, \u{5DF2}\u{9078}\u{53D6}`,
801
+ other: ``
802
+ }, args.isSelected)}`,
803
+ "listboxLabel": `\u{5EFA}\u{8B70}`,
804
+ "selectedAnnouncement": (args) => `${args.optionText}, \u{5DF2}\u{9078}\u{53D6}`
805
+ };
806
+ //#endregion
807
+ //#region node_modules/@react-aria/combobox/dist/intlStrings.mjs
808
+ var $de5926a92e8ebc5b$exports = {};
809
+ $de5926a92e8ebc5b$exports = {
810
+ "ar-AE": $02cb4c75c506befe$exports,
811
+ "bg-BG": $568b8163f1e56faf$exports,
812
+ "cs-CZ": $87581c0202d106b8$exports,
813
+ "da-DK": $a10a0369f5433ed1$exports,
814
+ "de-DE": $bfd288727d5cb166$exports,
815
+ "el-GR": $ca177778f9a74e3c$exports,
816
+ "en-US": $9b5aa79ef84beb6c$exports,
817
+ "es-ES": $57968e8209de2557$exports,
818
+ "et-EE": $60690790bf4c1c6a$exports,
819
+ "fi-FI": $1101246e8c7d9357$exports,
820
+ "fr-FR": $6404b5cb5b241730$exports,
821
+ "he-IL": $dfeafa702e92e31f$exports,
822
+ "hr-HR": $2d125e0b34676352$exports,
823
+ "hu-HU": $ea029611d7634059$exports,
824
+ "it-IT": $77f075bb86ad7091$exports,
825
+ "ja-JP": $6e87462e84907983$exports,
826
+ "ko-KR": $9246f2c6edc6b232$exports,
827
+ "lt-LT": $e587accc6c0a434c$exports,
828
+ "lv-LV": $03a1900e7400b5ab$exports,
829
+ "nb-NO": $1387676441be6cf6$exports,
830
+ "nl-NL": $17e82ebf0f8ab91f$exports,
831
+ "pl-PL": $2f5377d3471630e5$exports,
832
+ "pt-BR": $dee9868b6fa95ffe$exports,
833
+ "pt-PT": $f8b2e63637cbb5a6$exports,
834
+ "ro-RO": $46a885db3b44ea95$exports,
835
+ "ru-RU": $50d8a8f0afa9dee5$exports,
836
+ "sk-SK": $2867ee6173245507$exports,
837
+ "sl-SI": $0631b65beeb09b50$exports,
838
+ "sr-SP": $65fc749265dcd686$exports,
839
+ "sv-SE": $69ba655c7853c08e$exports,
840
+ "tr-TR": $a79794784d61577c$exports,
841
+ "uk-UA": $c2845791417ebaf4$exports,
842
+ "zh-CN": $29b642d0025cc7a4$exports,
843
+ "zh-TW": $cd36dd33f9d46936$exports
844
+ };
845
+ //#endregion
846
+ //#region node_modules/@react-aria/combobox/dist/useComboBox.mjs
847
+ function $parcel$interopDefault(a) {
848
+ return a && a.__esModule ? a.default : a;
849
+ }
850
+ function $c350ade66beef0af$export$8c18d1b4f7232bbf(props, state) {
851
+ let { buttonRef, popoverRef, inputRef, listBoxRef, keyboardDelegate, layoutDelegate, shouldFocusWrap, isReadOnly, isDisabled } = props;
852
+ let backupBtnRef = useRef(null);
853
+ buttonRef = buttonRef !== null && buttonRef !== void 0 ? buttonRef : backupBtnRef;
854
+ let stringFormatter = $fca6afa0e843324b$export$f12b703ca79dfbb1($parcel$interopDefault($de5926a92e8ebc5b$exports), "@react-aria/combobox");
855
+ let { menuTriggerProps, menuProps } = $168583247155ddda$export$dc9c12ed27dd1b49({
856
+ type: "listbox",
857
+ isDisabled: isDisabled || isReadOnly
858
+ }, state, buttonRef);
859
+ $b1f0cad8af73213b$export$3585ede4d035bf14.set(state, { id: menuProps.id });
860
+ let { collection } = state;
861
+ let { disabledKeys } = state.selectionManager;
862
+ let delegate = useMemo(() => keyboardDelegate || new $2a25aae57d74318e$export$a05409b8bb224a5a({
863
+ collection,
864
+ disabledKeys,
865
+ ref: listBoxRef,
866
+ layoutDelegate
867
+ }), [
868
+ keyboardDelegate,
869
+ layoutDelegate,
870
+ collection,
871
+ disabledKeys,
872
+ listBoxRef
873
+ ]);
874
+ let { collectionProps } = $ae20dd8cbca75726$export$d6daf82dcd84e87c({
875
+ selectionManager: state.selectionManager,
876
+ keyboardDelegate: delegate,
877
+ disallowTypeAhead: true,
878
+ disallowEmptySelection: true,
879
+ shouldFocusWrap,
880
+ ref: inputRef,
881
+ isVirtualized: true
882
+ });
883
+ let router = $ea8dcbcb9ea1b556$export$9a302a45f65d0572();
884
+ let onKeyDown = (e) => {
885
+ if (e.nativeEvent.isComposing) return;
886
+ switch (e.key) {
887
+ case "Enter":
888
+ case "Tab":
889
+ if (state.isOpen && e.key === "Enter") e.preventDefault();
890
+ if (state.isOpen && listBoxRef.current && state.selectionManager.focusedKey != null) {
891
+ let collectionItem = state.collection.getItem(state.selectionManager.focusedKey);
892
+ if (collectionItem === null || collectionItem === void 0 ? void 0 : collectionItem.props.href) {
893
+ let item = listBoxRef.current.querySelector(`[data-key="${CSS.escape(state.selectionManager.focusedKey.toString())}"]`);
894
+ if (e.key === "Enter" && item instanceof HTMLAnchorElement) router.open(item, e, collectionItem.props.href, collectionItem.props.routerOptions);
895
+ state.close();
896
+ break;
897
+ } else if (collectionItem === null || collectionItem === void 0 ? void 0 : collectionItem.props.onAction) {
898
+ collectionItem.props.onAction();
899
+ state.close();
900
+ break;
901
+ }
902
+ }
903
+ state.commit();
904
+ break;
905
+ case "Escape":
906
+ if (!state.selectionManager.isEmpty || state.inputValue === "" || props.allowsCustomValue) e.continuePropagation();
907
+ state.revert();
908
+ break;
909
+ case "ArrowDown":
910
+ state.open("first", "manual");
911
+ break;
912
+ case "ArrowUp":
913
+ state.open("last", "manual");
914
+ break;
915
+ case "ArrowLeft":
916
+ case "ArrowRight":
917
+ state.selectionManager.setFocusedKey(null);
918
+ break;
919
+ }
920
+ };
921
+ let onBlur = (e) => {
922
+ let blurFromButton = (buttonRef === null || buttonRef === void 0 ? void 0 : buttonRef.current) && buttonRef.current === e.relatedTarget;
923
+ let blurIntoPopover = $d4ee10de306f2510$export$4282f70798064fe0(popoverRef.current, e.relatedTarget);
924
+ if (blurFromButton || blurIntoPopover) return;
925
+ if (props.onBlur) props.onBlur(e);
926
+ state.setFocused(false);
927
+ };
928
+ let onFocus = (e) => {
929
+ if (state.isFocused) return;
930
+ if (props.onFocus) props.onFocus(e);
931
+ state.setFocused(true);
932
+ };
933
+ let valueId = $c350ade66beef0af$var$useValueId([state.selectedItems, state.selectionManager.selectionMode]);
934
+ let { isInvalid, validationErrors, validationDetails } = state.displayValidation;
935
+ let { labelProps, inputProps, descriptionProps, errorMessageProps } = $2d73ec29415bd339$export$712718f7aec83d5({
936
+ ...props,
937
+ onChange: state.setInputValue,
938
+ onKeyDown: !isReadOnly ? $ff5963eb1fccf552$export$e08e3b67e392101e(state.isOpen && collectionProps.onKeyDown, onKeyDown, props.onKeyDown) : props.onKeyDown,
939
+ onBlur,
940
+ value: state.inputValue,
941
+ defaultValue: state.defaultInputValue,
942
+ onFocus,
943
+ autoComplete: "off",
944
+ validate: void 0,
945
+ [$e5be200c675c3b3a$export$a763b9476acd3eb]: state,
946
+ "aria-describedby": [valueId, props["aria-describedby"]].filter(Boolean).join(" ") || void 0
947
+ }, inputRef);
948
+ $99facab73266f662$export$5add1d006293d136(inputRef, state.defaultValue, state.setValue);
949
+ let onPress = (e) => {
950
+ if (e.pointerType === "touch") {
951
+ var _inputRef_current;
952
+ (_inputRef_current = inputRef.current) === null || _inputRef_current === void 0 || _inputRef_current.focus();
953
+ state.toggle(null, "manual");
954
+ }
955
+ };
956
+ let onPressStart = (e) => {
957
+ if (e.pointerType !== "touch") {
958
+ var _inputRef_current;
959
+ (_inputRef_current = inputRef.current) === null || _inputRef_current === void 0 || _inputRef_current.focus();
960
+ state.toggle(e.pointerType === "keyboard" || e.pointerType === "virtual" ? "first" : null, "manual");
961
+ }
962
+ };
963
+ let triggerLabelProps = $313b98861ee5dd6c$export$d6875122194c7b44({
964
+ id: menuTriggerProps.id,
965
+ "aria-label": stringFormatter.format("buttonLabel"),
966
+ "aria-labelledby": props["aria-labelledby"] || labelProps.id
967
+ });
968
+ let listBoxProps = $313b98861ee5dd6c$export$d6875122194c7b44({
969
+ id: menuProps.id,
970
+ "aria-label": stringFormatter.format("listboxLabel"),
971
+ "aria-labelledby": props["aria-labelledby"] || labelProps.id
972
+ });
973
+ let lastEventTime = useRef(0);
974
+ let onTouchEnd = (e) => {
975
+ if (isDisabled || isReadOnly) return;
976
+ if (e.timeStamp - lastEventTime.current < 500) {
977
+ var _inputRef_current;
978
+ e.preventDefault();
979
+ (_inputRef_current = inputRef.current) === null || _inputRef_current === void 0 || _inputRef_current.focus();
980
+ return;
981
+ }
982
+ let rect = $d4ee10de306f2510$export$e58f029f0fbfdb29(e).getBoundingClientRect();
983
+ let touch = e.changedTouches[0];
984
+ let centerX = Math.ceil(rect.left + .5 * rect.width);
985
+ let centerY = Math.ceil(rect.top + .5 * rect.height);
986
+ if (touch.clientX === centerX && touch.clientY === centerY) {
987
+ var _inputRef_current1;
988
+ e.preventDefault();
989
+ (_inputRef_current1 = inputRef.current) === null || _inputRef_current1 === void 0 || _inputRef_current1.focus();
990
+ state.toggle(null, "manual");
991
+ lastEventTime.current = e.timeStamp;
992
+ }
993
+ };
994
+ let focusedItem = state.selectionManager.focusedKey != null && state.isOpen ? state.collection.getItem(state.selectionManager.focusedKey) : void 0;
995
+ var _focusedItem_parentKey;
996
+ let sectionKey = (_focusedItem_parentKey = focusedItem === null || focusedItem === void 0 ? void 0 : focusedItem.parentKey) !== null && _focusedItem_parentKey !== void 0 ? _focusedItem_parentKey : null;
997
+ var _state_selectionManager_focusedKey;
998
+ let itemKey = (_state_selectionManager_focusedKey = state.selectionManager.focusedKey) !== null && _state_selectionManager_focusedKey !== void 0 ? _state_selectionManager_focusedKey : null;
999
+ let lastSection = useRef(sectionKey);
1000
+ let lastItem = useRef(itemKey);
1001
+ useEffect(() => {
1002
+ if ($c87311424ea30a05$export$e1865c3bedcd822b() && focusedItem != null && itemKey != null && itemKey !== lastItem.current) {
1003
+ let isSelected = state.selectionManager.isSelected(itemKey);
1004
+ let section = sectionKey != null ? state.collection.getItem(sectionKey) : null;
1005
+ let sectionTitle = (section === null || section === void 0 ? void 0 : section["aria-label"]) || (typeof (section === null || section === void 0 ? void 0 : section.rendered) === "string" ? section.rendered : "") || "";
1006
+ var _ref;
1007
+ $319e236875307eab$export$a9b970dcc4ae71a9(stringFormatter.format("focusAnnouncement", {
1008
+ isGroupChange: (_ref = section && sectionKey !== lastSection.current) !== null && _ref !== void 0 ? _ref : false,
1009
+ groupTitle: sectionTitle,
1010
+ groupCount: section ? [...$c5a24bc478652b5f$export$1005530eda016c13(section, state.collection)].length : 0,
1011
+ optionText: focusedItem["aria-label"] || focusedItem.textValue || "",
1012
+ isSelected
1013
+ }));
1014
+ }
1015
+ lastSection.current = sectionKey;
1016
+ lastItem.current = itemKey;
1017
+ });
1018
+ let optionCount = $453cc9f0df89c0a5$export$77d5aafae4e095b2(state.collection);
1019
+ let lastSize = useRef(optionCount);
1020
+ let lastOpen = useRef(state.isOpen);
1021
+ useEffect(() => {
1022
+ let didOpenWithoutFocusedItem = state.isOpen !== lastOpen.current && (state.selectionManager.focusedKey == null || $c87311424ea30a05$export$e1865c3bedcd822b());
1023
+ if (state.isOpen && (didOpenWithoutFocusedItem || optionCount !== lastSize.current)) $319e236875307eab$export$a9b970dcc4ae71a9(stringFormatter.format("countAnnouncement", { optionCount }));
1024
+ lastSize.current = optionCount;
1025
+ lastOpen.current = state.isOpen;
1026
+ });
1027
+ let lastSelectedKey = useRef(state.selectedKey);
1028
+ useEffect(() => {
1029
+ if ($c87311424ea30a05$export$e1865c3bedcd822b() && state.isFocused && state.selectedItem && state.selectedKey !== lastSelectedKey.current) {
1030
+ let optionText = state.selectedItem["aria-label"] || state.selectedItem.textValue || "";
1031
+ $319e236875307eab$export$a9b970dcc4ae71a9(stringFormatter.format("selectedAnnouncement", { optionText }));
1032
+ }
1033
+ lastSelectedKey.current = state.selectedKey;
1034
+ });
1035
+ useEffect(() => {
1036
+ if (state.isOpen) return $5e3802645cc19319$export$1c3ebcada18427bf([inputRef.current, popoverRef.current].filter((element) => element != null));
1037
+ }, [
1038
+ state.isOpen,
1039
+ inputRef,
1040
+ popoverRef
1041
+ ]);
1042
+ $4f58c5f72bcf79f7$export$496315a1608d9602(() => {
1043
+ if (!focusedItem && inputRef.current && $d4ee10de306f2510$export$cd4e5573fbe2b576($431fbd86ca7dc216$export$b204af158042fbac(inputRef.current)) === inputRef.current) $55f9b1ae81f22853$export$2b35b76d2e30e129(inputRef.current, null);
1044
+ }, [focusedItem]);
1045
+ $e9faafb641e167db$export$90fc3a17d93f704c(listBoxRef, "react-aria-item-action", state.isOpen ? () => {
1046
+ state.close();
1047
+ } : void 0);
1048
+ $e0b6e0b68ec7f50f$export$872b660ac5a1ff98({
1049
+ ref: popoverRef,
1050
+ onInteractOutside: (e) => {
1051
+ let target = $d4ee10de306f2510$export$e58f029f0fbfdb29(e);
1052
+ if ($d4ee10de306f2510$export$4282f70798064fe0(buttonRef === null || buttonRef === void 0 ? void 0 : buttonRef.current, target) || $d4ee10de306f2510$export$4282f70798064fe0(inputRef.current, target)) return;
1053
+ state.close();
1054
+ },
1055
+ isDisabled: !state.isOpen
1056
+ });
1057
+ return {
1058
+ labelProps,
1059
+ buttonProps: {
1060
+ ...menuTriggerProps,
1061
+ ...triggerLabelProps,
1062
+ excludeFromTabOrder: true,
1063
+ preventFocusOnPress: true,
1064
+ onPress,
1065
+ onPressStart,
1066
+ isDisabled: isDisabled || isReadOnly
1067
+ },
1068
+ inputProps: $3ef42575df84b30b$export$9d1611c77c2fe928(inputProps, {
1069
+ role: "combobox",
1070
+ "aria-expanded": menuTriggerProps["aria-expanded"],
1071
+ "aria-controls": state.isOpen ? menuProps.id : void 0,
1072
+ "aria-autocomplete": "list",
1073
+ "aria-activedescendant": focusedItem ? $b1f0cad8af73213b$export$9145995848b05025(state, focusedItem.key) : void 0,
1074
+ onTouchEnd,
1075
+ autoCorrect: "off",
1076
+ spellCheck: "false"
1077
+ }),
1078
+ listBoxProps: $3ef42575df84b30b$export$9d1611c77c2fe928(menuProps, listBoxProps, {
1079
+ autoFocus: state.focusStrategy || true,
1080
+ shouldUseVirtualFocus: true,
1081
+ shouldSelectOnPressUp: true,
1082
+ shouldFocusOnHover: true,
1083
+ linkBehavior: "selection",
1084
+ ["UNSTABLE_itemBehavior"]: "action"
1085
+ }),
1086
+ valueProps: { id: valueId },
1087
+ descriptionProps,
1088
+ errorMessageProps,
1089
+ isInvalid,
1090
+ validationErrors,
1091
+ validationDetails
1092
+ };
1093
+ }
1094
+ function $c350ade66beef0af$var$useValueId(depArray = []) {
1095
+ let id = $bdb11010cef70236$export$f680877a34711e37();
1096
+ let [exists, setExists] = useState(true);
1097
+ let [lastDeps, setLastDeps] = useState(depArray);
1098
+ if (lastDeps.some((v, i) => !Object.is(v, depArray[i]))) {
1099
+ setExists(true);
1100
+ setLastDeps(depArray);
1101
+ }
1102
+ useEffect(() => {
1103
+ if (exists && !document.getElementById(id)) setExists(false);
1104
+ }, [
1105
+ id,
1106
+ exists,
1107
+ lastDeps
1108
+ ]);
1109
+ return exists ? id : void 0;
1110
+ }
1111
+ //#endregion
1112
+ //#region node_modules/@react-stately/combobox/dist/useComboBoxState.mjs
1113
+ var $a9e7382a7d111cb5$var$EMPTY_VALUE = [];
1114
+ function $a9e7382a7d111cb5$export$b453a3bfd4a5fa9e(props) {
1115
+ var _collection_getItem;
1116
+ let { defaultFilter, menuTrigger = "input", allowsEmptyCollection = false, allowsCustomValue, shouldCloseOnBlur = true, selectionMode = "single" } = props;
1117
+ let [showAllItems, setShowAllItems] = useState(false);
1118
+ let [isFocused, setFocusedState] = useState(false);
1119
+ let [focusStrategy, setFocusStrategy] = useState(null);
1120
+ let defaultValue = useMemo(() => {
1121
+ var _props_defaultSelectedKey;
1122
+ return props.defaultValue !== void 0 ? props.defaultValue : selectionMode === "single" ? (_props_defaultSelectedKey = props.defaultSelectedKey) !== null && _props_defaultSelectedKey !== void 0 ? _props_defaultSelectedKey : null : [];
1123
+ }, [
1124
+ props.defaultValue,
1125
+ props.defaultSelectedKey,
1126
+ selectionMode
1127
+ ]);
1128
+ let value = useMemo(() => {
1129
+ return props.value !== void 0 ? props.value : selectionMode === "single" ? props.selectedKey : void 0;
1130
+ }, [
1131
+ props.value,
1132
+ props.selectedKey,
1133
+ selectionMode
1134
+ ]);
1135
+ let [controlledValue, setControlledValue] = $458b0a5536c1a7cf$export$40bfa8c7b0832715(value, defaultValue, props.onChange);
1136
+ let displayValue = selectionMode === "single" && Array.isArray(controlledValue) ? controlledValue[0] : controlledValue;
1137
+ let setValue = (value) => {
1138
+ if (selectionMode === "single") {
1139
+ var _props_onSelectionChange;
1140
+ var _value_;
1141
+ let key = Array.isArray(value) ? (_value_ = value[0]) !== null && _value_ !== void 0 ? _value_ : null : value;
1142
+ setControlledValue(key);
1143
+ if (key !== displayValue) (_props_onSelectionChange = props.onSelectionChange) === null || _props_onSelectionChange === void 0 || _props_onSelectionChange.call(props, key);
1144
+ } else {
1145
+ let keys = [];
1146
+ if (Array.isArray(value)) keys = value;
1147
+ else if (value != null) keys = [value];
1148
+ setControlledValue(keys);
1149
+ }
1150
+ };
1151
+ var _props_items;
1152
+ let { collection, selectionManager, disabledKeys } = $e72dd72e1c76a225$export$2f645645f7bca764({
1153
+ ...props,
1154
+ items: (_props_items = props.items) !== null && _props_items !== void 0 ? _props_items : props.defaultItems,
1155
+ selectionMode,
1156
+ disallowEmptySelection: selectionMode === "single",
1157
+ allowDuplicateSelectionEvents: true,
1158
+ selectedKeys: useMemo(() => $a9e7382a7d111cb5$var$convertValue(displayValue), [displayValue]),
1159
+ onSelectionChange: (keys) => {
1160
+ if (keys === "all") return;
1161
+ if (selectionMode === "single") {
1162
+ var _keys_values_next_value;
1163
+ let key = (_keys_values_next_value = keys.values().next().value) !== null && _keys_values_next_value !== void 0 ? _keys_values_next_value : null;
1164
+ if (key === displayValue) {
1165
+ var _props_onSelectionChange;
1166
+ (_props_onSelectionChange = props.onSelectionChange) === null || _props_onSelectionChange === void 0 || _props_onSelectionChange.call(props, key);
1167
+ resetInputValue();
1168
+ closeMenu();
1169
+ } else setValue(key);
1170
+ } else setValue([...keys]);
1171
+ }
1172
+ });
1173
+ let selectedKey = selectionMode === "single" ? selectionManager.firstSelectedKey : null;
1174
+ let selectedItems = useMemo(() => {
1175
+ return [...selectionManager.selectedKeys].map((key) => collection.getItem(key)).filter((item) => item != null);
1176
+ }, [selectionManager.selectedKeys, collection]);
1177
+ let [inputValue, setInputValue] = $458b0a5536c1a7cf$export$40bfa8c7b0832715(props.inputValue, $a9e7382a7d111cb5$var$getDefaultInputValue(props.defaultInputValue, selectedKey, collection) || "", props.onInputChange);
1178
+ let [initialValue] = useState(displayValue);
1179
+ let [initialInputValue] = useState(inputValue);
1180
+ let originalCollection = collection;
1181
+ let filteredCollection = useMemo(() => props.items != null || !defaultFilter ? collection : $a9e7382a7d111cb5$var$filterCollection(collection, inputValue, defaultFilter), [
1182
+ collection,
1183
+ inputValue,
1184
+ defaultFilter,
1185
+ props.items
1186
+ ]);
1187
+ let [lastCollection, setLastCollection] = useState(filteredCollection);
1188
+ let menuOpenTrigger = useRef("focus");
1189
+ let onOpenChange = (open) => {
1190
+ if (props.onOpenChange) props.onOpenChange(open, open ? menuOpenTrigger.current : void 0);
1191
+ selectionManager.setFocused(open);
1192
+ if (!open) selectionManager.setFocusedKey(null);
1193
+ };
1194
+ let triggerState = $fc909762b330b746$export$61c6a8c84e605fb6({
1195
+ ...props,
1196
+ onOpenChange,
1197
+ isOpen: void 0,
1198
+ defaultOpen: void 0
1199
+ });
1200
+ let open = (focusStrategy = null, trigger) => {
1201
+ let displayAllItems = trigger === "manual" || trigger === "focus" && menuTrigger === "focus";
1202
+ if (allowsEmptyCollection || filteredCollection.size > 0 || displayAllItems && originalCollection.size > 0 || props.items) {
1203
+ if (displayAllItems && !triggerState.isOpen && props.items === void 0) setShowAllItems(true);
1204
+ menuOpenTrigger.current = trigger;
1205
+ setFocusStrategy(focusStrategy);
1206
+ triggerState.open();
1207
+ }
1208
+ };
1209
+ let toggle = (focusStrategy = null, trigger) => {
1210
+ let displayAllItems = trigger === "manual" || trigger === "focus" && menuTrigger === "focus";
1211
+ if (!(allowsEmptyCollection || filteredCollection.size > 0 || displayAllItems && originalCollection.size > 0 || props.items) && !triggerState.isOpen) return;
1212
+ if (displayAllItems && !triggerState.isOpen && props.items === void 0) setShowAllItems(true);
1213
+ if (!triggerState.isOpen) menuOpenTrigger.current = trigger;
1214
+ toggleMenu(focusStrategy);
1215
+ };
1216
+ let updateLastCollection = useCallback(() => {
1217
+ setLastCollection(showAllItems ? originalCollection : filteredCollection);
1218
+ }, [
1219
+ showAllItems,
1220
+ originalCollection,
1221
+ filteredCollection
1222
+ ]);
1223
+ let toggleMenu = useCallback((focusStrategy = null) => {
1224
+ if (triggerState.isOpen) updateLastCollection();
1225
+ setFocusStrategy(focusStrategy);
1226
+ triggerState.toggle();
1227
+ }, [triggerState, updateLastCollection]);
1228
+ let closeMenu = useCallback(() => {
1229
+ if (triggerState.isOpen) {
1230
+ updateLastCollection();
1231
+ triggerState.close();
1232
+ }
1233
+ }, [triggerState, updateLastCollection]);
1234
+ let [lastValue, setLastValue] = useState(inputValue);
1235
+ let resetInputValue = () => {
1236
+ var _collection_getItem;
1237
+ var _collection_getItem_textValue;
1238
+ let itemText = selectedKey != null ? (_collection_getItem_textValue = (_collection_getItem = collection.getItem(selectedKey)) === null || _collection_getItem === void 0 ? void 0 : _collection_getItem.textValue) !== null && _collection_getItem_textValue !== void 0 ? _collection_getItem_textValue : "" : "";
1239
+ setLastValue(itemText);
1240
+ setInputValue(itemText);
1241
+ };
1242
+ let lastValueRef = useRef(displayValue);
1243
+ var _collection_getItem_textValue;
1244
+ let lastSelectedKeyText = useRef(selectedKey != null ? (_collection_getItem_textValue = (_collection_getItem = collection.getItem(selectedKey)) === null || _collection_getItem === void 0 ? void 0 : _collection_getItem.textValue) !== null && _collection_getItem_textValue !== void 0 ? _collection_getItem_textValue : "" : "");
1245
+ useEffect(() => {
1246
+ var _collection_getItem;
1247
+ if (isFocused && (filteredCollection.size > 0 || allowsEmptyCollection) && !triggerState.isOpen && inputValue !== lastValue && menuTrigger !== "manual") open(null, "input");
1248
+ if (!showAllItems && !allowsEmptyCollection && triggerState.isOpen && filteredCollection.size === 0) closeMenu();
1249
+ if (displayValue != null && displayValue !== lastValueRef.current && selectionMode === "single") closeMenu();
1250
+ if (inputValue !== lastValue) {
1251
+ selectionManager.setFocusedKey(null);
1252
+ setShowAllItems(false);
1253
+ if (selectionMode === "single" && inputValue === "" && (props.inputValue === void 0 || value === void 0)) setValue(null);
1254
+ }
1255
+ if (displayValue !== lastValueRef.current && (props.inputValue === void 0 || value === void 0)) resetInputValue();
1256
+ else if (lastValue !== inputValue) setLastValue(inputValue);
1257
+ var _collection_getItem_textValue;
1258
+ let selectedItemText = selectedKey != null ? (_collection_getItem_textValue = (_collection_getItem = collection.getItem(selectedKey)) === null || _collection_getItem === void 0 ? void 0 : _collection_getItem.textValue) !== null && _collection_getItem_textValue !== void 0 ? _collection_getItem_textValue : "" : "";
1259
+ if (!isFocused && selectedKey != null && props.inputValue === void 0 && selectedKey === lastValueRef.current) {
1260
+ if (lastSelectedKeyText.current !== selectedItemText) {
1261
+ setLastValue(selectedItemText);
1262
+ setInputValue(selectedItemText);
1263
+ }
1264
+ }
1265
+ lastValueRef.current = displayValue;
1266
+ lastSelectedKeyText.current = selectedItemText;
1267
+ });
1268
+ let validation = $e5be200c675c3b3a$export$fc1a364ae1f3ff10({
1269
+ ...props,
1270
+ value: useMemo(() => Array.isArray(displayValue) && displayValue.length === 0 ? null : {
1271
+ inputValue,
1272
+ value: displayValue,
1273
+ selectedKey
1274
+ }, [
1275
+ inputValue,
1276
+ selectedKey,
1277
+ displayValue
1278
+ ])
1279
+ });
1280
+ let revert = () => {
1281
+ if (allowsCustomValue && selectedKey == null) commitCustomValue();
1282
+ else commitSelection();
1283
+ };
1284
+ let commitCustomValue = () => {
1285
+ let value = selectionMode === "multiple" ? $a9e7382a7d111cb5$var$EMPTY_VALUE : null;
1286
+ lastValueRef.current = value;
1287
+ setValue(value);
1288
+ closeMenu();
1289
+ };
1290
+ let commitSelection = () => {
1291
+ if (value !== void 0 && props.inputValue !== void 0) {
1292
+ var _props_onSelectionChange, _props_onChange, _collection_getItem;
1293
+ (_props_onSelectionChange = props.onSelectionChange) === null || _props_onSelectionChange === void 0 || _props_onSelectionChange.call(props, selectedKey);
1294
+ (_props_onChange = props.onChange) === null || _props_onChange === void 0 || _props_onChange.call(props, displayValue);
1295
+ var _collection_getItem_textValue;
1296
+ setLastValue(selectedKey != null ? (_collection_getItem_textValue = (_collection_getItem = collection.getItem(selectedKey)) === null || _collection_getItem === void 0 ? void 0 : _collection_getItem.textValue) !== null && _collection_getItem_textValue !== void 0 ? _collection_getItem_textValue : "" : "");
1297
+ closeMenu();
1298
+ } else {
1299
+ resetInputValue();
1300
+ closeMenu();
1301
+ }
1302
+ };
1303
+ const commitValue = () => {
1304
+ if (allowsCustomValue) {
1305
+ var _collection_getItem;
1306
+ var _collection_getItem_textValue;
1307
+ inputValue === (selectedKey != null ? (_collection_getItem_textValue = (_collection_getItem = collection.getItem(selectedKey)) === null || _collection_getItem === void 0 ? void 0 : _collection_getItem.textValue) !== null && _collection_getItem_textValue !== void 0 ? _collection_getItem_textValue : "" : "") ? commitSelection() : commitCustomValue();
1308
+ } else commitSelection();
1309
+ };
1310
+ let commit = () => {
1311
+ if (triggerState.isOpen && selectionManager.focusedKey != null) if (selectionManager.isSelected(selectionManager.focusedKey) && selectionMode === "single") commitSelection();
1312
+ else selectionManager.select(selectionManager.focusedKey);
1313
+ else commitValue();
1314
+ };
1315
+ let valueOnFocus = useRef(inputValue);
1316
+ let setFocused = (isFocused) => {
1317
+ if (isFocused) {
1318
+ valueOnFocus.current = inputValue;
1319
+ if (menuTrigger === "focus" && !props.isReadOnly) open(null, "focus");
1320
+ } else {
1321
+ if (shouldCloseOnBlur) commitValue();
1322
+ if (inputValue !== valueOnFocus.current) validation.commitValidation();
1323
+ }
1324
+ setFocusedState(isFocused);
1325
+ };
1326
+ let displayedCollection = useMemo(() => {
1327
+ if (triggerState.isOpen) if (showAllItems) return originalCollection;
1328
+ else return filteredCollection;
1329
+ else return lastCollection;
1330
+ }, [
1331
+ triggerState.isOpen,
1332
+ originalCollection,
1333
+ filteredCollection,
1334
+ showAllItems,
1335
+ lastCollection
1336
+ ]);
1337
+ var _props_defaultSelectedKey;
1338
+ let defaultSelectedKey = (_props_defaultSelectedKey = props.defaultSelectedKey) !== null && _props_defaultSelectedKey !== void 0 ? _props_defaultSelectedKey : selectionMode === "single" ? initialValue : null;
1339
+ var _selectedItems_, _getDefaultInputValue;
1340
+ return {
1341
+ ...validation,
1342
+ ...triggerState,
1343
+ focusStrategy,
1344
+ toggle,
1345
+ open,
1346
+ close: commitValue,
1347
+ selectionManager,
1348
+ value: displayValue,
1349
+ defaultValue: defaultValue !== null && defaultValue !== void 0 ? defaultValue : initialValue,
1350
+ setValue,
1351
+ selectedKey,
1352
+ selectedItems,
1353
+ defaultSelectedKey,
1354
+ setSelectedKey: setValue,
1355
+ disabledKeys,
1356
+ isFocused,
1357
+ setFocused,
1358
+ selectedItem: (_selectedItems_ = selectedItems[0]) !== null && _selectedItems_ !== void 0 ? _selectedItems_ : null,
1359
+ collection: displayedCollection,
1360
+ inputValue,
1361
+ defaultInputValue: (_getDefaultInputValue = $a9e7382a7d111cb5$var$getDefaultInputValue(props.defaultInputValue, defaultSelectedKey, collection)) !== null && _getDefaultInputValue !== void 0 ? _getDefaultInputValue : initialInputValue,
1362
+ setInputValue,
1363
+ commit,
1364
+ revert
1365
+ };
1366
+ }
1367
+ function $a9e7382a7d111cb5$var$filterCollection(collection, inputValue, filter) {
1368
+ return new $a02d57049d202695$export$d085fb9e920b5ca7($a9e7382a7d111cb5$var$filterNodes(collection, collection, inputValue, filter));
1369
+ }
1370
+ function $a9e7382a7d111cb5$var$filterNodes(collection, nodes, inputValue, filter) {
1371
+ let filteredNode = [];
1372
+ for (let node of nodes) if (node.type === "section" && node.hasChildNodes) {
1373
+ let filtered = $a9e7382a7d111cb5$var$filterNodes(collection, $c5a24bc478652b5f$export$1005530eda016c13(node, collection), inputValue, filter);
1374
+ if ([...filtered].some((node) => node.type === "item")) filteredNode.push({
1375
+ ...node,
1376
+ childNodes: filtered
1377
+ });
1378
+ } else if (node.type === "item" && filter(node.textValue, inputValue)) filteredNode.push({ ...node });
1379
+ else if (node.type !== "item") filteredNode.push({ ...node });
1380
+ return filteredNode;
1381
+ }
1382
+ function $a9e7382a7d111cb5$var$getDefaultInputValue(defaultInputValue, selectedKey, collection) {
1383
+ if (defaultInputValue == null) {
1384
+ var _collection_getItem;
1385
+ var _collection_getItem_textValue;
1386
+ if (selectedKey != null) return (_collection_getItem_textValue = (_collection_getItem = collection.getItem(selectedKey)) === null || _collection_getItem === void 0 ? void 0 : _collection_getItem.textValue) !== null && _collection_getItem_textValue !== void 0 ? _collection_getItem_textValue : "";
1387
+ }
1388
+ return defaultInputValue;
1389
+ }
1390
+ function $a9e7382a7d111cb5$var$convertValue(value) {
1391
+ if (value === void 0) return void 0;
1392
+ if (value === null) return [];
1393
+ return Array.isArray(value) ? value : [value];
1394
+ }
1395
+ //#endregion
1396
+ //#region node_modules/react-aria-components/dist/ComboBox.mjs
1397
+ var $d01f2c01039c0eec$export$d414ccceff7063c3 = createContext(null);
1398
+ var $d01f2c01039c0eec$export$c02625b26074192c = createContext(null);
1399
+ var $d01f2c01039c0eec$export$72b9695b8216309a = forwardRef(function ComboBox(props, ref) {
1400
+ [props, ref] = $64fa3d84918910a7$export$29f1550f4b0d4415(props, ref, $d01f2c01039c0eec$export$d414ccceff7063c3);
1401
+ let { children, isDisabled = false, isInvalid = false, isRequired = false } = props;
1402
+ let content = useMemo(() => {
1403
+ var _props_items;
1404
+ return React.createElement($eed445e0843c11d0$export$7ff8f37d2d81a48d.Provider, { value: { items: (_props_items = props.items) !== null && _props_items !== void 0 ? _props_items : props.defaultItems } }, typeof children === "function" ? children({
1405
+ isOpen: false,
1406
+ isDisabled,
1407
+ isInvalid,
1408
+ isRequired,
1409
+ defaultChildren: null
1410
+ }) : children);
1411
+ }, [
1412
+ children,
1413
+ isDisabled,
1414
+ isInvalid,
1415
+ isRequired,
1416
+ props.items,
1417
+ props.defaultItems
1418
+ ]);
1419
+ return React.createElement($e1995378a142960e$export$bf788dd355e3a401, { content }, (collection) => React.createElement($d01f2c01039c0eec$var$ComboBoxInner, {
1420
+ props,
1421
+ collection,
1422
+ comboBoxRef: ref
1423
+ }));
1424
+ });
1425
+ var $d01f2c01039c0eec$var$CLEAR_CONTEXTS = [
1426
+ $01b77f81d0f07f68$export$75b6ee27786ba447,
1427
+ $d2b4bc8c273e7be6$export$24d547caef80ccd1,
1428
+ $3985021b0ad6602f$export$37fb8590cf2c088c,
1429
+ $a049562f99e7db0e$export$f9c6924e160136d1,
1430
+ $514c0188e459b4c0$export$9afb8bc826b033ea
1431
+ ];
1432
+ function $d01f2c01039c0eec$var$ComboBoxInner({ props, collection, comboBoxRef: ref }) {
1433
+ let { name, formValue = "key", allowsCustomValue } = props;
1434
+ if (allowsCustomValue) formValue = "text";
1435
+ let { validationBehavior: formValidationBehavior } = $64fa3d84918910a7$export$fabf2dc03a41866e($d3e0e05bdfcf66bd$export$c24727297075ec6a) || {};
1436
+ var _props_validationBehavior, _ref;
1437
+ let validationBehavior = (_ref = (_props_validationBehavior = props.validationBehavior) !== null && _props_validationBehavior !== void 0 ? _props_validationBehavior : formValidationBehavior) !== null && _ref !== void 0 ? _ref : "native";
1438
+ let { contains } = $bb77f239b46e8c72$export$3274cf84b703fff({ sensitivity: "base" });
1439
+ let state = $a9e7382a7d111cb5$export$b453a3bfd4a5fa9e({
1440
+ ...props,
1441
+ defaultFilter: props.defaultFilter || contains,
1442
+ items: props.items,
1443
+ children: void 0,
1444
+ collection,
1445
+ validationBehavior
1446
+ });
1447
+ let buttonRef = useRef(null);
1448
+ let inputRef = useRef(null);
1449
+ let listBoxRef = useRef(null);
1450
+ let popoverRef = useRef(null);
1451
+ let [labelRef, label] = $64fa3d84918910a7$export$9d4c57ee4c6ffdd8(!props["aria-label"] && !props["aria-labelledby"]);
1452
+ let { buttonProps, inputProps, listBoxProps, labelProps, descriptionProps, errorMessageProps, valueProps, ...validation } = $c350ade66beef0af$export$8c18d1b4f7232bbf({
1453
+ ...$64fa3d84918910a7$export$ef03459518577ad4(props),
1454
+ label,
1455
+ inputRef,
1456
+ buttonRef,
1457
+ listBoxRef,
1458
+ popoverRef,
1459
+ name: formValue === "text" ? name : void 0,
1460
+ validationBehavior
1461
+ }, state);
1462
+ let [menuWidth, setMenuWidth] = useState(null);
1463
+ $9daab02d461809db$export$683480f191c0e3ea({
1464
+ ref: inputRef,
1465
+ onResize: useCallback(() => {
1466
+ if (inputRef.current) {
1467
+ var _buttonRef_current;
1468
+ let buttonRect = (_buttonRef_current = buttonRef.current) === null || _buttonRef_current === void 0 ? void 0 : _buttonRef_current.getBoundingClientRect();
1469
+ let inputRect = inputRef.current.getBoundingClientRect();
1470
+ let minX = buttonRect ? Math.min(buttonRect.left, inputRect.left) : inputRect.left;
1471
+ setMenuWidth((buttonRect ? Math.max(buttonRect.right, inputRect.right) : inputRect.right) - minX + "px");
1472
+ }
1473
+ }, [
1474
+ buttonRef,
1475
+ inputRef,
1476
+ setMenuWidth
1477
+ ])
1478
+ });
1479
+ let renderPropsState = useMemo(() => ({
1480
+ isOpen: state.isOpen,
1481
+ isDisabled: props.isDisabled || false,
1482
+ isInvalid: validation.isInvalid || false,
1483
+ isRequired: props.isRequired || false
1484
+ }), [
1485
+ state.isOpen,
1486
+ props.isDisabled,
1487
+ validation.isInvalid,
1488
+ props.isRequired
1489
+ ]);
1490
+ let renderProps = $64fa3d84918910a7$export$4d86445c2cf5e3({
1491
+ ...props,
1492
+ values: renderPropsState,
1493
+ defaultClassName: "react-aria-ComboBox"
1494
+ });
1495
+ let DOMProps = $65484d02dcb7eb3e$export$457c3d6518dd4c6f(props, { global: true });
1496
+ delete DOMProps.id;
1497
+ let inputs = [];
1498
+ if (name && formValue === "key") {
1499
+ let values = Array.isArray(state.value) ? state.value : [state.value];
1500
+ if (values.length === 0) values = [null];
1501
+ inputs = values.map((value, i) => React.createElement("input", {
1502
+ key: i,
1503
+ type: "hidden",
1504
+ name,
1505
+ form: props.form,
1506
+ value: value !== null && value !== void 0 ? value : ""
1507
+ }));
1508
+ }
1509
+ return React.createElement($64fa3d84918910a7$export$2881499e37b75b9a, { values: [
1510
+ [$d01f2c01039c0eec$export$c02625b26074192c, state],
1511
+ [$01b77f81d0f07f68$export$75b6ee27786ba447, {
1512
+ ...labelProps,
1513
+ ref: labelRef
1514
+ }],
1515
+ [$d2b4bc8c273e7be6$export$24d547caef80ccd1, {
1516
+ ...buttonProps,
1517
+ ref: buttonRef,
1518
+ isPressed: state.isOpen
1519
+ }],
1520
+ [$3985021b0ad6602f$export$37fb8590cf2c088c, {
1521
+ ...inputProps,
1522
+ ref: inputRef
1523
+ }],
1524
+ [$de32f1b87079253c$export$d2f961adcb0afbe, state],
1525
+ [$07b14b47974efb58$export$9b9a0cd73afb7ca4, {
1526
+ ref: popoverRef,
1527
+ triggerRef: inputRef,
1528
+ scrollRef: listBoxRef,
1529
+ placement: "bottom start",
1530
+ isNonModal: true,
1531
+ trigger: "ComboBox",
1532
+ style: { "--trigger-width": menuWidth },
1533
+ clearContexts: $d01f2c01039c0eec$var$CLEAR_CONTEXTS
1534
+ }],
1535
+ [$eed445e0843c11d0$export$7ff8f37d2d81a48d, {
1536
+ ...listBoxProps,
1537
+ ref: listBoxRef
1538
+ }],
1539
+ [$eed445e0843c11d0$export$7c5906fe4f1f2af2, state],
1540
+ [$514c0188e459b4c0$export$9afb8bc826b033ea, { slots: {
1541
+ description: descriptionProps,
1542
+ errorMessage: errorMessageProps
1543
+ } }],
1544
+ [$a049562f99e7db0e$export$f9c6924e160136d1, {
1545
+ isInvalid: validation.isInvalid,
1546
+ isDisabled: props.isDisabled || false
1547
+ }],
1548
+ [$ee014567cb39d3f0$export$ff05c3ac10437e03, validation],
1549
+ [$d01f2c01039c0eec$export$5c804022b41722df, valueProps]
1550
+ ] }, React.createElement($64fa3d84918910a7$export$df3a06d6289f983e.div, {
1551
+ ...DOMProps,
1552
+ ...renderProps,
1553
+ ref,
1554
+ slot: props.slot || void 0,
1555
+ "data-focused": state.isFocused || void 0,
1556
+ "data-open": state.isOpen || void 0,
1557
+ "data-disabled": props.isDisabled || void 0,
1558
+ "data-invalid": validation.isInvalid || void 0,
1559
+ "data-required": props.isRequired || void 0
1560
+ }, renderProps.children, inputs));
1561
+ }
1562
+ var $d01f2c01039c0eec$export$5c804022b41722df = createContext(null);
1563
+ //#endregion
1564
+ //#region lib/components/link-input/link-input.jsx
1565
+ var inputClass = cva([
1566
+ "es:text-13! es:leading-none",
1567
+ "es:w-fill",
1568
+ "es:border-none!",
1569
+ "es:rounded-lg! es:focus:rounded-xl! es:aria-[controls]:rounded-xl!",
1570
+ "es:transition-plus",
1571
+ "es:any-focus:outline-hidden",
1572
+ "es:inset-ring!",
1573
+ "es:focus-visible:ring-2 es:focus-visible:ring-accent-500/30",
1574
+ "es:focus-visible:text-accent-950 es:focus-visible:inset-ring-accent-500",
1575
+ "es:placeholder-shown:pr-0 es:pr-10",
1576
+ "es:focus:placeholder:text-surface-400",
1577
+ "es:font-variation-[\"wdth\"_80,\"wght\"_325,\"slnt\"_0,\"ROND\"_100] es:placeholder-shown:font-variation-[\"wdth\"_60,\"wght\"_300,\"slnt\"_-10,\"ROND\"_0]"
1578
+ ], {
1579
+ variants: {
1580
+ size: {
1581
+ small: ["es:min-h-8", "es:py-2 es:px-2.5"],
1582
+ medium: ["es:min-h-9", "es:py-2 es:px-3"],
1583
+ default: ["es:min-h-10", "es:py-2 es:px-3"],
1584
+ large: ["es:min-h-12", "es:py-2 es:px-4"]
1585
+ },
1586
+ inline: { true: "es:min-w-48" }
1587
+ },
1588
+ compoundVariants: [
1589
+ {
1590
+ flat: false,
1591
+ disabled: false,
1592
+ class: [
1593
+ "es:bg-white",
1594
+ "es:bg-linear-to-b es:from-secondary-100/0 es:to-secondary-100/50 es:from-25%",
1595
+ "es:hover:from-surface-100/0 es:hover:to-surface-100/50",
1596
+ "es:inset-ring-secondary-400/50 es:hover:inset-ring-surface-300 es:focus:inset-ring-surface-400",
1597
+ "es:inset-shadow-sm es:inset-shadow-secondary-100/50",
1598
+ "es:hover:placeholder:text-surface-400",
1599
+ "es:placeholder:text-secondary-400",
1600
+ "es:shadow-xs! es:shadow-black/5"
1601
+ ]
1602
+ },
1603
+ {
1604
+ flat: true,
1605
+ disabled: false,
1606
+ class: [
1607
+ "es:inset-ring-secondary-100",
1608
+ "es:focus:text-accent-950",
1609
+ "es:placeholder:text-secondary-500/80",
1610
+ "es:bg-secondary-100 es:focus:bg-surface-50",
1611
+ "es:inset-ring-secondary-200/15 es:hover:inset-ring-secondary-200/65 es:focus:inset-ring-surface-200",
1612
+ "es:shadow-none!"
1613
+ ]
1614
+ },
1615
+ {
1616
+ disabled: true,
1617
+ class: ["es:bg-white es:inset-ring-secondary-200 es:text-secondary-400"]
1618
+ }
1619
+ ],
1620
+ defaultVariants: {
1621
+ disabled: false,
1622
+ flat: false,
1623
+ inline: false
1624
+ }
1625
+ });
1626
+ /**
1627
+ * Component that allows URL selection, with a suggestionList of suggestions and type-to-search.
1628
+ *
1629
+ * @component
1630
+ * @param {Object} props - Component props.
1631
+ * @param {string} [props.url] - The current URL.
1632
+ * @param {Function} [props.onChange] - Function to run when the URL changes.
1633
+ * @param {string} [props.label] - Label to display.
1634
+ * @param {string} [props.subtitle] - Subtitle to display.
1635
+ * @param {string} [props.help] - Help text to display below the input.
1636
+ * @param {string} [props.placeholder] - Placeholder to show in the input field.
1637
+ * @param {JSX.Element|JSX.Element[]} [props.actions] - Actions to display to the right of the label.
1638
+ * @param {JSX.Element} [props.icon=icons.globe] - Icon to display in the label.
1639
+ * @param {JSX.Element} [props.removeIcon=icons.clearAlt] - Icon to display in the input's clear button.
1640
+ * @param {boolean} [props.disabled=false] - If `true`, the input is disabled.
1641
+ * @param {Function} [props.fetchSuggestions] - A function that fetches suggestions based on the input value.
1642
+ * @param {string} [props.className] - Classes to pass to the input field.
1643
+ * @param {number} [props.inputDebounceDelay=500] - The delay in milliseconds before the input value is considered final.
1644
+ * @param {Function} [props.suggestionTypeIconOverride] - Allows overriding the default icon for the suggestion type, e.g. when using CPTs. Should be in the format: `(type) => icon or React component`.
1645
+ * @param {boolean} [props.showSuggestionsWhenEmpty] - If `true`, the suggestion list will be shown when down arrow is pressed even the input is empty.
1646
+ * @param {boolean} [props.flat] - If `true`, component will look more flat. Useful for nested layer of controls.
1647
+ * @param {boolean} [props.keyboardShortcuts] - If `true`, keyboard shortcuts are shown in the suggestion list.
1648
+ * @param {InputSize} [props.size='default'] - Sets the size of the input field.
1649
+ * @param {boolean} [props.inline] - If `true`, the component is displayed inline - icon/label/subtitle are on the left, the passed content is on the right. **Note:** not compatible with `actions`.
1650
+ * @param {boolean} [props.hidden] - If `true`, the component is not rendered.
1651
+ *
1652
+ * @typedef {'small' | 'medium' | 'default' | 'large'} InputSize
1653
+ *
1654
+ * @returns {JSX.Element} The LinkInput component.
1655
+ *
1656
+ * @example
1657
+ * <LinkInput
1658
+ * url={url}
1659
+ * onChange={setUrl}
1660
+ * />
1661
+ */
1662
+ var LinkInput = (props) => {
1663
+ const { url = "", onChange, label = __("Link", "eightshift-ui-components"), subtitle, help, actions, inline, placeholder = __("Type to search or enter URL", "eightshift-ui-components"), icon = globe, removeIcon = clearAlt, disabled = false, suggestionTypeIconOverride, showSuggestionsWhenEmpty, fetchSuggestions, className, keyboardShortcuts, flat, size = "default", hidden } = props;
1664
+ const canShowSuggestions = typeof fetchSuggestions !== "undefined";
1665
+ let shouldShowSuggestions = true;
1666
+ if (!canShowSuggestions || !showSuggestionsWhenEmpty && url.length < 1) shouldShowSuggestions = false;
1667
+ else shouldShowSuggestions = !(showSuggestionsWhenEmpty !== true && url.trim().length < 3 || url.startsWith("/") || url.startsWith("#") || url.startsWith(":") || url.startsWith("mailto") || url.startsWith("tel") || url.startsWith("http") || url.startsWith("www"));
1668
+ const suggestionList = $f86e6c1ec7da6ebb$export$bc3384a35de93d66({ async load({ signal }) {
1669
+ if (disabled || !canShowSuggestions || !shouldShowSuggestions) return { items: [] };
1670
+ return { items: await fetchSuggestions(url, signal) ?? [] };
1671
+ } });
1672
+ if (hidden) return null;
1673
+ const noResults = shouldShowSuggestions && !suggestionList.isLoading && suggestionList.items.length === 0;
1674
+ return jsxs($d01f2c01039c0eec$export$72b9695b8216309a, {
1675
+ items: suggestionList.items,
1676
+ inputValue: url,
1677
+ onInputChange: (value) => {
1678
+ onChange({
1679
+ url: value,
1680
+ isAnchor: value?.includes("#")
1681
+ });
1682
+ if (shouldShowSuggestions) suggestionList.reload();
1683
+ },
1684
+ allowsCustomValue: true,
1685
+ allowsEmptyCollection: true,
1686
+ isDisabled: disabled,
1687
+ className: "es:selection:bg-surface-100 es:selection:text-accent-800",
1688
+ children: [jsx(BaseControl, {
1689
+ as: $01b77f81d0f07f68$export$b04be29aa201d4f5,
1690
+ icon,
1691
+ label,
1692
+ subtitle,
1693
+ actions,
1694
+ labelAs: $01b77f81d0f07f68$export$b04be29aa201d4f5,
1695
+ inline,
1696
+ help,
1697
+ children: jsxs($a049562f99e7db0e$export$eb2fcfdbd7ba97d4, {
1698
+ className: "es:relative es:group",
1699
+ children: [jsx($3985021b0ad6602f$export$f5b8910cec6cf069, {
1700
+ placeholder: disabled ? null : placeholder,
1701
+ className: clsx(inputClass({
1702
+ disabled,
1703
+ flat,
1704
+ size,
1705
+ inline
1706
+ }), className)
1707
+ }), jsx(AnimatedVisibility, {
1708
+ visible: !disabled && url?.length > 0,
1709
+ className: "es:absolute es:inset-y-1 es:right-1",
1710
+ transition: "scaleFade",
1711
+ children: jsxs($d2b4bc8c273e7be6$export$353f5b6fc5456de1, {
1712
+ slot: null,
1713
+ onPress: () => {
1714
+ onChange({
1715
+ url: void 0,
1716
+ isAnchor: false
1717
+ });
1718
+ },
1719
+ className: "es:any-focus:outline-hidden es:rounded-xs es:transition-plus es:focus-visible:rounded-md es:focus-visible:bg-surface-200 es:focus-visible:text-accent-900",
1720
+ children: [!(shouldShowSuggestions && suggestionList.isLoading) && jsx(Tooltip, {
1721
+ text: __("Clear", "eightshift-ui-components"),
1722
+ children: jsx("div", {
1723
+ className: clsx("es:opacity-0 es:group-hover:opacity-100 es:group-focus-within:opacity-100 es:focus-visible:opacity-100", "es:flex es:size-8 es:items-center es:justify-center es:rounded-md es:text-secondary-600 es:backdrop-blur es:transition", "es:hover:bg-red-600/5 es:hover:text-red-600", "es:icon:size-6"),
1724
+ children: removeIcon
1725
+ })
1726
+ }), shouldShowSuggestions && suggestionList.isLoading && jsx(Spinner, { className: "es:size-5! es:m-1.5 es:spinner-4!" })]
1727
+ })
1728
+ })]
1729
+ })
1730
+ }), canShowSuggestions && shouldShowSuggestions && jsxs($07b14b47974efb58$export$5b6b19405a83ff9d, {
1731
+ "aria-label": __("URL suggestions", "eightshift-ui-components"),
1732
+ className: ({ isEntering, isExiting }) => clsx("es:font-sans", "es:w-(--trigger-width)", "es:rounded-xl es:outline-hidden es:min-w-72", "es:has-first-selected:rounded-t-18!", "es:has-last-selected:rounded-b-18!", "es:inset-ring es:inset-ring-surface-500/10", "es:inset-shadow-sm es:inset-shadow-white/50", noResults ? "es:bg-surface-50/50" : "es:bg-surface-50/65", noResults ? "es:backdrop-blur-sm" : "es:backdrop-blur-md", noResults ? "es:backdrop-brightness-105" : "es:backdrop-brightness-110", "es:backdrop-saturate-125", "es:shadow-lg es:shadow-black/10", "es:transition-plus", "es:motion-duration-250 es:motion-ease-spring-bouncy", "es:placement-bottom:origin-top-left es:placement-top:origin-bottom-left", (isEntering || !(suggestionList.isLoading || !shouldShowSuggestions)) && "es:motion-scale-x-in-95 es:motion-scale-y-in-85 es:motion-opacity-in-0", (isEntering || !(suggestionList.isLoading || !shouldShowSuggestions)) && "es:placement-top:motion-translate-y-in-[0.5rem] es:placement-bottom:motion-translate-y-in-[-0.5rem]", isExiting && "es:motion-scale-x-out-95 es:motion-scale-y-out-85 es:motion-opacity-out-0", isExiting && "es:placement-top:motion-translate-y-out-[0.5rem] es:placement-bottom:motion-translate-y-out-[-0.5rem]", (suggestionList.isLoading || !shouldShowSuggestions) && "es:invisible"),
1733
+ offset: 3,
1734
+ maxHeight: .8 * (window?.innerWidth ?? 1e3),
1735
+ children: [noResults && jsx(RichLabel, {
1736
+ icon: searchEmpty,
1737
+ label: __("No results", "eightshift-ui-components"),
1738
+ subtitle: __("Try a different search term", "eightshift-ui-components"),
1739
+ className: "es:p-4 es:w-fit es:mx-auto es:flex-col es:items-center es:gap-2.5",
1740
+ iconClassName: "es:text-accent-50 es:bg-linear-to-br es:from-accent-600 es:to-accent-700 es:p-2 es:rounded-full es:icon:size-7!",
1741
+ labelClassName: "es:mx-auto",
1742
+ subtitleClassName: "es:mx-auto",
1743
+ fullSizeSubtitle: true,
1744
+ noColor: true
1745
+ }), suggestionList.items.length > 0 && !suggestionList.isLoading && jsxs(Fragment$1, { children: [jsx($eed445e0843c11d0$export$41f133550aa26f48, {
1746
+ className: "es:space-y-0.75 es:p-1.5",
1747
+ children: (item) => {
1748
+ const { label: title, value: url, metadata: { subtype: rawSubtype } } = item;
1749
+ const subtype = rawSubtype ?? "page";
1750
+ let typeIcon = file;
1751
+ if (subtype.toLowerCase() === "url") typeIcon = externalLink;
1752
+ else if (subtype.toLowerCase() === "attachment") typeIcon = file;
1753
+ else if (subtype.toLowerCase() === "category") typeIcon = layoutAlt;
1754
+ else if (subtype.toLowerCase() === "internal") typeIcon = anchor;
1755
+ else if (subtype.toLowerCase() === "eightshift-forms") typeIcon = formAlt;
1756
+ if (suggestionTypeIconOverride) {
1757
+ const overrideIcon = suggestionTypeIconOverride(subtype);
1758
+ if (overrideIcon) typeIcon = overrideIcon;
1759
+ }
1760
+ return jsx($eed445e0843c11d0$export$a11e76429ed99b4, {
1761
+ id: item?.value ?? randomId(8),
1762
+ className: clsx("es:transition-plus", "es:px-2 es:py-2.5", "es:bg-accent-900/4 es:rounded-sm es:first:rounded-t-lg es:last:rounded-b-lg es:after-current:rounded-t-lg es:before-current:rounded-b-lg", "es:focus-visible:bg-surface-200/65 es:focus-visible:rounded-2xl es:focus-visible:text-accent-950", "es:hover:bg-surface-200/50 es:hover:rounded-2xl es:hover:text-accent-900", "es:pressed:rounded-3xl!", "es:text-surface-950"),
1763
+ textValue: url,
1764
+ children: jsx(RichLabel, {
1765
+ icon: typeIcon,
1766
+ label: title,
1767
+ subtitle: url?.replace(location.origin, "").replace(/\/$/, ""),
1768
+ className: "es:select-none",
1769
+ subtitleClassName: "es:font-variation-[\"wdth\"_80,\"wght\"_250,\"ROND\"_100,\"slnt\"_-2]!",
1770
+ iconClassName: "es:p-1 es:text-accent-900 es:bg-surface-50/65 es:rounded-md",
1771
+ noColor: true
1772
+ })
1773
+ });
1774
+ }
1775
+ }), keyboardShortcuts && jsxs("div", {
1776
+ className: "es:flex es:flex-wrap es:items-center es:justify-end-safe es:gap-x-4 es:gap-y-0.5 es:px-2.5 es:pb-2 es:pt-0.5",
1777
+ children: [
1778
+ jsxs("div", {
1779
+ className: "es:flex es:gap-1 es:items-center",
1780
+ children: [
1781
+ jsx("kbd", {
1782
+ className: "es:flex es:size-4 es:items-center es:justify-center es:rounded es:bg-surface-600/10 es:text-surface-600 es:font-sans es:font-variation-[\"wdth\"_100,\"wght\"_450,\"ROND\"_100] es:text-13 es:text-box-trim",
1783
+ children: "↓"
1784
+ }),
1785
+ jsx("kbd", {
1786
+ className: "es:flex es:size-4 es:items-center es:justify-center es:rounded es:bg-surface-600/10 es:text-surface-600 es:font-sans es:font-variation-[\"wdth\"_100,\"wght\"_450,\"ROND\"_100] es:text-13 es:text-box-trim",
1787
+ children: "↑"
1788
+ }),
1789
+ jsx("span", {
1790
+ className: "es:font-variation-[\"wdth\"_75,\"wght\"_325,\"ROND\"_100,\"slnt\"_-4] es:text-12 es:text-box-trim es:text-surface-700",
1791
+ children: __("Navigate", "eightshift-ui-components")
1792
+ })
1793
+ ]
1794
+ }),
1795
+ jsxs("div", {
1796
+ className: "es:flex es:gap-1 es:items-center",
1797
+ children: [jsx("kbd", {
1798
+ className: "es:flex es:size-4 es:items-center es:justify-center es:rounded es:bg-surface-600/10 es:text-surface-600 es:font-sans es:font-variation-[\"wdth\"_100,\"wght\"_450,\"ROND\"_100] es:text-13 es:text-box-trim",
1799
+ children: "↵"
1800
+ }), jsx("span", {
1801
+ className: "es:font-variation-[\"wdth\"_75,\"wght\"_325,\"ROND\"_100,\"slnt\"_-4] es:text-12 es:text-box-trim es:text-surface-700",
1802
+ children: __("Select", "eightshift-ui-components")
1803
+ })]
1804
+ }),
1805
+ jsxs("div", {
1806
+ className: "es:flex es:gap-1 es:items-center",
1807
+ children: [jsx("kbd", {
1808
+ className: "es:flex es:h-4 es:items-center es:justify-center es:rounded es:bg-surface-600/10 es:text-surface-600 es:font-sans es:font-variation-[\"wdth\"_67,\"wght\"_450,\"ROND\"_100] es:text-10 es:text-box-trim es:px-0.75",
1809
+ children: "Esc"
1810
+ }), jsx("span", {
1811
+ className: "es:font-variation-[\"wdth\"_75,\"wght\"_325,\"ROND\"_100,\"slnt\"_-4] es:text-12 es:text-box-trim es:text-surface-700",
1812
+ children: __("Hide", "eightshift-ui-components")
1813
+ })]
1814
+ })
1815
+ ]
1816
+ })] })]
1817
+ })]
1818
+ });
1819
+ };
1820
+ //#endregion
1821
+ export { LinkInput as t };