@nxgt/material 1.0.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 (1073) hide show
  1. package/README.md +107 -0
  2. package/dist/components.js +2 -0
  3. package/dist/dist-B_rdiwEZ.js +16576 -0
  4. package/dist/dnd.js +2 -0
  5. package/dist/hooks-BPv0i6YN.js +581 -0
  6. package/dist/hooks.js +3 -0
  7. package/dist/i18n-1Eg35q8-.js +4617 -0
  8. package/dist/i18n.js +2 -0
  9. package/dist/lib/components/index.d.ts +136 -0
  10. package/dist/lib/components/ui/accordion-card.d.ts +13 -0
  11. package/dist/lib/components/ui/accordion.d.ts +7 -0
  12. package/dist/lib/components/ui/accordion.stories.d.ts +15 -0
  13. package/dist/lib/components/ui/action-card.d.ts +11 -0
  14. package/dist/lib/components/ui/action-card.stories.d.ts +20 -0
  15. package/dist/lib/components/ui/activity.d.ts +5 -0
  16. package/dist/lib/components/ui/app-bar/bottom-app-bar.d.ts +3 -0
  17. package/dist/lib/components/ui/app-bar/bottom-app-bar.stories.d.ts +15 -0
  18. package/dist/lib/components/ui/app-bar/index.d.ts +2 -0
  19. package/dist/lib/components/ui/app-bar/top-app-bar.d.ts +3 -0
  20. package/dist/lib/components/ui/app-shell/activity-content.d.ts +18 -0
  21. package/dist/lib/components/ui/app-shell/activity-layout.d.ts +22 -0
  22. package/dist/lib/components/ui/app-shell/app-breadcrumb.d.ts +19 -0
  23. package/dist/lib/components/ui/app-shell/app-header.d.ts +21 -0
  24. package/dist/lib/components/ui/app-shell/app-shell.stories.d.ts +17 -0
  25. package/dist/lib/components/ui/app-shell/app-shell.utils.d.ts +44 -0
  26. package/dist/lib/components/ui/app-shell/app-shell.utils.test.d.ts +1 -0
  27. package/dist/lib/components/ui/app-shell/app-sidebar.d.ts +17 -0
  28. package/dist/lib/components/ui/app-shell/index.d.ts +7 -0
  29. package/dist/lib/components/ui/app-shell/types.d.ts +24 -0
  30. package/dist/lib/components/ui/attributes/attribute-dialog.d.ts +10 -0
  31. package/dist/lib/components/ui/attributes/attribute-form/attribute-form.d.ts +10 -0
  32. package/dist/lib/components/ui/attributes/attribute-form/attribute-value-form-field.d.ts +12 -0
  33. package/dist/lib/components/ui/attributes/attribute-form/consts.d.ts +45 -0
  34. package/dist/lib/components/ui/attributes/attribute-form/index.d.ts +2 -0
  35. package/dist/lib/components/ui/attributes/attribute-form/types.d.ts +3 -0
  36. package/dist/lib/components/ui/attributes/attribute-values-form/attribute-values-form.d.ts +15 -0
  37. package/dist/lib/components/ui/attributes/attribute-values-form/index.d.ts +1 -0
  38. package/dist/lib/components/ui/attributes/attribute-values-form-field-set/attribute-values-form-field-set.d.ts +12 -0
  39. package/dist/lib/components/ui/attributes/attribute-values-form-field-set/index.d.ts +1 -0
  40. package/dist/lib/components/ui/attributes/attributes-field/attributes-field.d.ts +9 -0
  41. package/dist/lib/components/ui/attributes/attributes-field/index.d.ts +1 -0
  42. package/dist/lib/components/ui/attributes/attributes-field/state.d.ts +14 -0
  43. package/dist/lib/components/ui/attributes/attributes-form-field/attributes-form-field.d.ts +11 -0
  44. package/dist/lib/components/ui/attributes/attributes-form-field/index.d.ts +1 -0
  45. package/dist/lib/components/ui/attributes/attributes-list/attributes-list.d.ts +11 -0
  46. package/dist/lib/components/ui/attributes/attributes-list/index.d.ts +1 -0
  47. package/dist/lib/components/ui/attributes/attributes.stories.d.ts +17 -0
  48. package/dist/lib/components/ui/attributes/consts.d.ts +2 -0
  49. package/dist/lib/components/ui/attributes/index.d.ts +9 -0
  50. package/dist/lib/components/ui/attributes/models/attribute.d.ts +27 -0
  51. package/dist/lib/components/ui/attributes/models/index.d.ts +1 -0
  52. package/dist/lib/components/ui/attributes/utils.d.ts +4 -0
  53. package/dist/lib/components/ui/autocomplete.d.ts +40 -0
  54. package/dist/lib/components/ui/autocomplete.stories.d.ts +18 -0
  55. package/dist/lib/components/ui/avatar-group/avatar-group.d.ts +8 -0
  56. package/dist/lib/components/ui/avatar-group/avatar-group.stories.d.ts +16 -0
  57. package/dist/lib/components/ui/avatar-group/avatar-group.utils.d.ts +5 -0
  58. package/dist/lib/components/ui/avatar-group/avatar-group.utils.test.d.ts +1 -0
  59. package/dist/lib/components/ui/avatar-group/index.d.ts +4 -0
  60. package/dist/lib/components/ui/avatar.d.ts +15 -0
  61. package/dist/lib/components/ui/avatar.stories.d.ts +16 -0
  62. package/dist/lib/components/ui/background.d.ts +2 -0
  63. package/dist/lib/components/ui/badge.d.ts +9 -0
  64. package/dist/lib/components/ui/badge.stories.d.ts +16 -0
  65. package/dist/lib/components/ui/banner/banner.d.ts +12 -0
  66. package/dist/lib/components/ui/banner/banner.stories.d.ts +18 -0
  67. package/dist/lib/components/ui/banner/index.d.ts +2 -0
  68. package/dist/lib/components/ui/barecode.d.ts +4 -0
  69. package/dist/lib/components/ui/barecode.stories.d.ts +42 -0
  70. package/dist/lib/components/ui/breadcrumb.d.ts +11 -0
  71. package/dist/lib/components/ui/breadcrumb.stories.d.ts +14 -0
  72. package/dist/lib/components/ui/buttons/button-group.d.ts +3 -0
  73. package/dist/lib/components/ui/buttons/button-group.stories.d.ts +18 -0
  74. package/dist/lib/components/ui/buttons/button.d.ts +16 -0
  75. package/dist/lib/components/ui/buttons/button.stories.d.ts +39 -0
  76. package/dist/lib/components/ui/buttons/icon-button.d.ts +13 -0
  77. package/dist/lib/components/ui/buttons/icon-button.stories.d.ts +23 -0
  78. package/dist/lib/components/ui/buttons/index.d.ts +6 -0
  79. package/dist/lib/components/ui/buttons/link.d.ts +7 -0
  80. package/dist/lib/components/ui/buttons/link.stories.d.ts +333 -0
  81. package/dist/lib/components/ui/buttons/responsive-button.d.ts +7 -0
  82. package/dist/lib/components/ui/buttons/responsive-button.stories.d.ts +22 -0
  83. package/dist/lib/components/ui/buttons/split-button.d.ts +8 -0
  84. package/dist/lib/components/ui/buttons/split-button.stories.d.ts +17 -0
  85. package/dist/lib/components/ui/calendar-year-view.d.ts +8 -0
  86. package/dist/lib/components/ui/calendar.d.ts +12 -0
  87. package/dist/lib/components/ui/calendar.stories.d.ts +19 -0
  88. package/dist/lib/components/ui/calendar.utils.d.ts +26 -0
  89. package/dist/lib/components/ui/calendar.utils.test.d.ts +1 -0
  90. package/dist/lib/components/ui/camera/__storries__/camera.stories.d.ts +15 -0
  91. package/dist/lib/components/ui/camera/camera-content.d.ts +3 -0
  92. package/dist/lib/components/ui/camera/camera.d.ts +3 -0
  93. package/dist/lib/components/ui/camera/camera.provider.d.ts +6 -0
  94. package/dist/lib/components/ui/camera/consts.d.ts +2 -0
  95. package/dist/lib/components/ui/camera/index.d.ts +1 -0
  96. package/dist/lib/components/ui/camera/state/camera.reducers.d.ts +7 -0
  97. package/dist/lib/components/ui/camera/state/camera.reducers.test.d.ts +1 -0
  98. package/dist/lib/components/ui/camera/state/camera.slice.d.ts +148 -0
  99. package/dist/lib/components/ui/camera/state/camera.slice.test.d.ts +1 -0
  100. package/dist/lib/components/ui/camera/state/camera.store.d.ts +145 -0
  101. package/dist/lib/components/ui/camera/state/camera.thunks.d.ts +97 -0
  102. package/dist/lib/components/ui/camera/state/camera.thunks.test.d.ts +1 -0
  103. package/dist/lib/components/ui/camera/state/index.d.ts +2 -0
  104. package/dist/lib/components/ui/camera/types.d.ts +38 -0
  105. package/dist/lib/components/ui/camera/use-camera.d.ts +11 -0
  106. package/dist/lib/components/ui/camera/utils/camera.utils.d.ts +14 -0
  107. package/dist/lib/components/ui/camera/utils/camera.utils.test.d.ts +1 -0
  108. package/dist/lib/components/ui/camera/utils/index.d.ts +1 -0
  109. package/dist/lib/components/ui/card.d.ts +9 -0
  110. package/dist/lib/components/ui/card.stories.d.ts +14 -0
  111. package/dist/lib/components/ui/carousel.d.ts +19 -0
  112. package/dist/lib/components/ui/carousel.stories.d.ts +14 -0
  113. package/dist/lib/components/ui/charts/area-chart.d.ts +5 -0
  114. package/dist/lib/components/ui/charts/area-chart.stories.d.ts +17 -0
  115. package/dist/lib/components/ui/charts/bar-chart.d.ts +7 -0
  116. package/dist/lib/components/ui/charts/bar-chart.stories.d.ts +17 -0
  117. package/dist/lib/components/ui/charts/chart-container.d.ts +10 -0
  118. package/dist/lib/components/ui/charts/funnel-chart.d.ts +7 -0
  119. package/dist/lib/components/ui/charts/funnel-chart.stories.d.ts +17 -0
  120. package/dist/lib/components/ui/charts/heatmap-chart.d.ts +13 -0
  121. package/dist/lib/components/ui/charts/heatmap-chart.stories.d.ts +17 -0
  122. package/dist/lib/components/ui/charts/index.d.ts +10 -0
  123. package/dist/lib/components/ui/charts/line-chart.d.ts +8 -0
  124. package/dist/lib/components/ui/charts/line-chart.stories.d.ts +17 -0
  125. package/dist/lib/components/ui/charts/pie-chart.d.ts +8 -0
  126. package/dist/lib/components/ui/charts/pie-chart.stories.d.ts +17 -0
  127. package/dist/lib/components/ui/charts/radar-chart.d.ts +7 -0
  128. package/dist/lib/components/ui/charts/radar-chart.stories.d.ts +17 -0
  129. package/dist/lib/components/ui/charts/scatter-chart.d.ts +7 -0
  130. package/dist/lib/components/ui/charts/scatter-chart.stories.d.ts +17 -0
  131. package/dist/lib/components/ui/charts/use-chart-theme.d.ts +11 -0
  132. package/dist/lib/components/ui/chat/chat-advanced.stories.d.ts +12 -0
  133. package/dist/lib/components/ui/chat/chat-composer-attachment-chip.d.ts +6 -0
  134. package/dist/lib/components/ui/chat/chat-composer-attachments.d.ts +18 -0
  135. package/dist/lib/components/ui/chat/chat-composer.d.ts +20 -0
  136. package/dist/lib/components/ui/chat/chat-conversation-item.d.ts +12 -0
  137. package/dist/lib/components/ui/chat/chat-copy-text.d.ts +2 -0
  138. package/dist/lib/components/ui/chat/chat-copy-text.test.d.ts +1 -0
  139. package/dist/lib/components/ui/chat/chat-markdown-inline.d.ts +3 -0
  140. package/dist/lib/components/ui/chat/chat-markdown.d.ts +6 -0
  141. package/dist/lib/components/ui/chat/chat-markdown.test.d.ts +1 -0
  142. package/dist/lib/components/ui/chat/chat-message-list.d.ts +11 -0
  143. package/dist/lib/components/ui/chat/chat-message-meta.d.ts +7 -0
  144. package/dist/lib/components/ui/chat/chat-message-separator.d.ts +7 -0
  145. package/dist/lib/components/ui/chat/chat-message.d.ts +20 -0
  146. package/dist/lib/components/ui/chat/chat-reaction-group.d.ts +14 -0
  147. package/dist/lib/components/ui/chat/chat-thread.d.ts +11 -0
  148. package/dist/lib/components/ui/chat/chat-typing-indicator.d.ts +5 -0
  149. package/dist/lib/components/ui/chat/chat-unseen.d.ts +1 -0
  150. package/dist/lib/components/ui/chat/chat-unseen.test.d.ts +1 -0
  151. package/dist/lib/components/ui/chat/chat.stories.d.ts +19 -0
  152. package/dist/lib/components/ui/chat/index.d.ts +12 -0
  153. package/dist/lib/components/ui/chat/use-chat-composer-attachments.d.ts +25 -0
  154. package/dist/lib/components/ui/chat/use-chat-composer-attachments.test.d.ts +1 -0
  155. package/dist/lib/components/ui/check-card-field.d.ts +13 -0
  156. package/dist/lib/components/ui/checkbox-group.d.ts +15 -0
  157. package/dist/lib/components/ui/checkbox-group.stories.d.ts +21 -0
  158. package/dist/lib/components/ui/checkbox.d.ts +7 -0
  159. package/dist/lib/components/ui/checkbox.stories.d.ts +15 -0
  160. package/dist/lib/components/ui/chip.d.ts +11 -0
  161. package/dist/lib/components/ui/chip.stories.d.ts +26 -0
  162. package/dist/lib/components/ui/code/code-block.d.ts +12 -0
  163. package/dist/lib/components/ui/code/code-block.stories.d.ts +19 -0
  164. package/dist/lib/components/ui/code/code-diff.d.ts +11 -0
  165. package/dist/lib/components/ui/code/code-diff.stories.d.ts +13 -0
  166. package/dist/lib/components/ui/code/code-editor-chrome.d.ts +10 -0
  167. package/dist/lib/components/ui/code/highlight.d.ts +2 -0
  168. package/dist/lib/components/ui/code/highlight.test.d.ts +1 -0
  169. package/dist/lib/components/ui/code/index.d.ts +13 -0
  170. package/dist/lib/components/ui/code/json-node.d.ts +7 -0
  171. package/dist/lib/components/ui/code/json-viewer.d.ts +10 -0
  172. package/dist/lib/components/ui/code/json-viewer.stories.d.ts +16 -0
  173. package/dist/lib/components/ui/code/languages.d.ts +7 -0
  174. package/dist/lib/components/ui/code/languages.test.d.ts +1 -0
  175. package/dist/lib/components/ui/code/moonlight-monaco.d.ts +3 -0
  176. package/dist/lib/components/ui/code/moonlight-monaco.test.d.ts +1 -0
  177. package/dist/lib/components/ui/code/moonlight-tokens.d.ts +33 -0
  178. package/dist/lib/components/ui/code/moonlight-tokens.test.d.ts +1 -0
  179. package/dist/lib/components/ui/code/parse-json.d.ts +11 -0
  180. package/dist/lib/components/ui/code/parse-json.test.d.ts +1 -0
  181. package/dist/lib/components/ui/code-editor.d.ts +23 -0
  182. package/dist/lib/components/ui/code-editor.stories.d.ts +19 -0
  183. package/dist/lib/components/ui/collapsible.d.ts +6 -0
  184. package/dist/lib/components/ui/color-field/color-field.d.ts +8 -0
  185. package/dist/lib/components/ui/color-field/color-field.stories.d.ts +17 -0
  186. package/dist/lib/components/ui/color-field/index.d.ts +3 -0
  187. package/dist/lib/components/ui/color-field/normalize-hex.d.ts +1 -0
  188. package/dist/lib/components/ui/color-field/normalize-hex.test.d.ts +1 -0
  189. package/dist/lib/components/ui/combobox-field/combobox-field.d.ts +20 -0
  190. package/dist/lib/components/ui/combobox-field/combobox-field.stories.d.ts +15 -0
  191. package/dist/lib/components/ui/combobox-field/index.d.ts +2 -0
  192. package/dist/lib/components/ui/combobox.d.ts +27 -0
  193. package/dist/lib/components/ui/combobox.stories.d.ts +21 -0
  194. package/dist/lib/components/ui/command.d.ts +16 -0
  195. package/dist/lib/components/ui/contacts/contact-dialog.d.ts +10 -0
  196. package/dist/lib/components/ui/contacts/contact-item.d.ts +11 -0
  197. package/dist/lib/components/ui/contacts/contacts-form-field.d.ts +8 -0
  198. package/dist/lib/components/ui/contacts/contacts.d.ts +11 -0
  199. package/dist/lib/components/ui/contacts/contacts.stories.d.ts +16 -0
  200. package/dist/lib/components/ui/contacts/index.d.ts +6 -0
  201. package/dist/lib/components/ui/contacts/models.d.ts +25 -0
  202. package/dist/lib/components/ui/contacts/utils.d.ts +11 -0
  203. package/dist/lib/components/ui/context-menu.d.ts +25 -0
  204. package/dist/lib/components/ui/context-menu.stories.d.ts +14 -0
  205. package/dist/lib/components/ui/copy-button/copy-button.d.ts +7 -0
  206. package/dist/lib/components/ui/copy-button/copy-button.stories.d.ts +16 -0
  207. package/dist/lib/components/ui/copy-button/copy-to-clipboard.d.ts +1 -0
  208. package/dist/lib/components/ui/copy-button/copy-to-clipboard.test.d.ts +1 -0
  209. package/dist/lib/components/ui/copy-button/copy-value.d.ts +7 -0
  210. package/dist/lib/components/ui/copy-button/index.d.ts +5 -0
  211. package/dist/lib/components/ui/count-badge.d.ts +10 -0
  212. package/dist/lib/components/ui/count-badge.stories.d.ts +16 -0
  213. package/dist/lib/components/ui/country-field/country-field.d.ts +20 -0
  214. package/dist/lib/components/ui/country-field/country-field.stories.d.ts +15 -0
  215. package/dist/lib/components/ui/country-field/index.d.ts +2 -0
  216. package/dist/lib/components/ui/currency-field/currency-field.d.ts +8 -0
  217. package/dist/lib/components/ui/currency-field/currency-field.stories.d.ts +17 -0
  218. package/dist/lib/components/ui/currency-field/index.d.ts +3 -0
  219. package/dist/lib/components/ui/currency-field/parse-currency.d.ts +1 -0
  220. package/dist/lib/components/ui/currency-field/parse-currency.test.d.ts +1 -0
  221. package/dist/lib/components/ui/data-table/data-table-column-header.d.ts +9 -0
  222. package/dist/lib/components/ui/data-table/data-table-pagination.d.ts +10 -0
  223. package/dist/lib/components/ui/data-table/data-table-view-options.d.ts +5 -0
  224. package/dist/lib/components/ui/data-table/data-table.d.ts +21 -0
  225. package/dist/lib/components/ui/data-table/data-table.stories.d.ts +27 -0
  226. package/dist/lib/components/ui/data-table/features.d.ts +13 -0
  227. package/dist/lib/components/ui/data-table/hooks.d.ts +62 -0
  228. package/dist/lib/components/ui/data-table/index.d.ts +12 -0
  229. package/dist/lib/components/ui/date-field.d.ts +21 -0
  230. package/dist/lib/components/ui/date-field.stories.d.ts +15 -0
  231. package/dist/lib/components/ui/date-range-field.d.ts +17 -0
  232. package/dist/lib/components/ui/date-range-field.stories.d.ts +15 -0
  233. package/dist/lib/components/ui/description.d.ts +12 -0
  234. package/dist/lib/components/ui/dialog.d.ts +14 -0
  235. package/dist/lib/components/ui/dnd/compose-refs.d.ts +2 -0
  236. package/dist/lib/components/ui/dnd/dnd-item-context.d.ts +9 -0
  237. package/dist/lib/components/ui/dnd/dnd-overlay.d.ts +7 -0
  238. package/dist/lib/components/ui/dnd/dnd-provider.d.ts +7 -0
  239. package/dist/lib/components/ui/dnd/dnd.stories.d.ts +11 -0
  240. package/dist/lib/components/ui/dnd/drag-handle.d.ts +6 -0
  241. package/dist/lib/components/ui/dnd/draggable-droppable.d.ts +9 -0
  242. package/dist/lib/components/ui/dnd/draggable.d.ts +9 -0
  243. package/dist/lib/components/ui/dnd/droppable.d.ts +9 -0
  244. package/dist/lib/components/ui/dnd/index.d.ts +24 -0
  245. package/dist/lib/components/ui/dnd/insert-ids.d.ts +1 -0
  246. package/dist/lib/components/ui/dnd/insert-ids.test.d.ts +1 -0
  247. package/dist/lib/components/ui/dnd/sortable-provider.d.ts +9 -0
  248. package/dist/lib/components/ui/dnd/sortable.d.ts +10 -0
  249. package/dist/lib/components/ui/dnd/use-dnd-active-id.d.ts +2 -0
  250. package/dist/lib/components/ui/drawer.d.ts +14 -0
  251. package/dist/lib/components/ui/dropdown-menu.d.ts +26 -0
  252. package/dist/lib/components/ui/dropdown-menu.stories.d.ts +14 -0
  253. package/dist/lib/components/ui/duration-field/duration-field.d.ts +15 -0
  254. package/dist/lib/components/ui/duration-field/duration-field.stories.d.ts +15 -0
  255. package/dist/lib/components/ui/duration-field/index.d.ts +3 -0
  256. package/dist/lib/components/ui/duration-field/parse-duration.d.ts +5 -0
  257. package/dist/lib/components/ui/duration-field/parse-duration.test.d.ts +1 -0
  258. package/dist/lib/components/ui/education/index.d.ts +2 -0
  259. package/dist/lib/components/ui/education/questions/index.d.ts +3 -0
  260. package/dist/lib/components/ui/education/questions/question-boolean.d.ts +2 -0
  261. package/dist/lib/components/ui/education/questions/question-choice.d.ts +2 -0
  262. package/dist/lib/components/ui/education/questions/question-multi.d.ts +2 -0
  263. package/dist/lib/components/ui/education/questions/question-options.d.ts +9 -0
  264. package/dist/lib/components/ui/education/questions/question-text.d.ts +2 -0
  265. package/dist/lib/components/ui/education/questions/question.d.ts +2 -0
  266. package/dist/lib/components/ui/education/questions/question.stories.d.ts +16 -0
  267. package/dist/lib/components/ui/education/questions/question.utils.d.ts +6 -0
  268. package/dist/lib/components/ui/education/questions/question.utils.test.d.ts +1 -0
  269. package/dist/lib/components/ui/education/questions/types.d.ts +26 -0
  270. package/dist/lib/components/ui/education/quizzes/index.d.ts +3 -0
  271. package/dist/lib/components/ui/education/quizzes/partials/quiz-body.d.ts +1 -0
  272. package/dist/lib/components/ui/education/quizzes/partials/quiz-nav.d.ts +1 -0
  273. package/dist/lib/components/ui/education/quizzes/partials/quiz-progress.d.ts +1 -0
  274. package/dist/lib/components/ui/education/quizzes/partials/quiz-results.d.ts +1 -0
  275. package/dist/lib/components/ui/education/quizzes/quiz-provider.d.ts +7 -0
  276. package/dist/lib/components/ui/education/quizzes/quiz.d.ts +3 -0
  277. package/dist/lib/components/ui/education/quizzes/quiz.slice.d.ts +95 -0
  278. package/dist/lib/components/ui/education/quizzes/quiz.slice.test.d.ts +1 -0
  279. package/dist/lib/components/ui/education/quizzes/quiz.stories.d.ts +13 -0
  280. package/dist/lib/components/ui/education/quizzes/quiz.utils.d.ts +12 -0
  281. package/dist/lib/components/ui/education/quizzes/quiz.utils.test.d.ts +1 -0
  282. package/dist/lib/components/ui/education/quizzes/types.d.ts +19 -0
  283. package/dist/lib/components/ui/education/quizzes/use-quiz.d.ts +21 -0
  284. package/dist/lib/components/ui/education/quizzes/use-skip-first.d.ts +1 -0
  285. package/dist/lib/components/ui/email-field/email-field.d.ts +3 -0
  286. package/dist/lib/components/ui/email-field/email-field.stories.d.ts +16 -0
  287. package/dist/lib/components/ui/email-field/index.d.ts +3 -0
  288. package/dist/lib/components/ui/email-field/is-email.d.ts +1 -0
  289. package/dist/lib/components/ui/email-field/is-email.test.d.ts +1 -0
  290. package/dist/lib/components/ui/entity-header.d.ts +12 -0
  291. package/dist/lib/components/ui/entity-header.stories.d.ts +17 -0
  292. package/dist/lib/components/ui/event-calendar/event-calendar-context.d.ts +15 -0
  293. package/dist/lib/components/ui/event-calendar/event-calendar-events.utils.d.ts +14 -0
  294. package/dist/lib/components/ui/event-calendar/event-calendar-events.utils.test.d.ts +1 -0
  295. package/dist/lib/components/ui/event-calendar/event-calendar.container.d.ts +9 -0
  296. package/dist/lib/components/ui/event-calendar/event-calendar.container.test.d.ts +1 -0
  297. package/dist/lib/components/ui/event-calendar/event-calendar.d.ts +26 -0
  298. package/dist/lib/components/ui/event-calendar/event-calendar.ids.d.ts +11 -0
  299. package/dist/lib/components/ui/event-calendar/event-calendar.keyboard.d.ts +22 -0
  300. package/dist/lib/components/ui/event-calendar/event-calendar.keyboard.test.d.ts +1 -0
  301. package/dist/lib/components/ui/event-calendar/event-calendar.preview.d.ts +4 -0
  302. package/dist/lib/components/ui/event-calendar/event-calendar.preview.test.d.ts +1 -0
  303. package/dist/lib/components/ui/event-calendar/event-calendar.slice.d.ts +22 -0
  304. package/dist/lib/components/ui/event-calendar/event-calendar.spans.d.ts +13 -0
  305. package/dist/lib/components/ui/event-calendar/event-calendar.spans.test.d.ts +1 -0
  306. package/dist/lib/components/ui/event-calendar/event-calendar.stories.d.ts +19 -0
  307. package/dist/lib/components/ui/event-calendar/event-calendar.utils.d.ts +22 -0
  308. package/dist/lib/components/ui/event-calendar/event-calendar.utils.test.d.ts +1 -0
  309. package/dist/lib/components/ui/event-calendar/index.d.ts +5 -0
  310. package/dist/lib/components/ui/event-calendar/partials/agenda-view.d.ts +1 -0
  311. package/dist/lib/components/ui/event-calendar/partials/all-day-lane.d.ts +3 -0
  312. package/dist/lib/components/ui/event-calendar/partials/calendar-board.d.ts +1 -0
  313. package/dist/lib/components/ui/event-calendar/partials/calendar-date-picker.d.ts +1 -0
  314. package/dist/lib/components/ui/event-calendar/partials/calendar-event-chip.d.ts +8 -0
  315. package/dist/lib/components/ui/event-calendar/partials/calendar-now-line.d.ts +1 -0
  316. package/dist/lib/components/ui/event-calendar/partials/calendar-toolbar.d.ts +1 -0
  317. package/dist/lib/components/ui/event-calendar/partials/day-view.d.ts +1 -0
  318. package/dist/lib/components/ui/event-calendar/partials/event-color-swatches.d.ts +5 -0
  319. package/dist/lib/components/ui/event-calendar/partials/event-preview.d.ts +4 -0
  320. package/dist/lib/components/ui/event-calendar/partials/event-resize-handle.d.ts +5 -0
  321. package/dist/lib/components/ui/event-calendar/partials/month-day-cell.d.ts +10 -0
  322. package/dist/lib/components/ui/event-calendar/partials/month-day-dialog.d.ts +7 -0
  323. package/dist/lib/components/ui/event-calendar/partials/month-more.d.ts +5 -0
  324. package/dist/lib/components/ui/event-calendar/partials/month-view.d.ts +1 -0
  325. package/dist/lib/components/ui/event-calendar/partials/month-week-row.d.ts +10 -0
  326. package/dist/lib/components/ui/event-calendar/partials/span-event.d.ts +4 -0
  327. package/dist/lib/components/ui/event-calendar/partials/time-column.d.ts +3 -0
  328. package/dist/lib/components/ui/event-calendar/partials/time-grid-event.d.ts +5 -0
  329. package/dist/lib/components/ui/event-calendar/partials/time-grid.d.ts +3 -0
  330. package/dist/lib/components/ui/event-calendar/partials/week-view.d.ts +3 -0
  331. package/dist/lib/components/ui/event-calendar/types.d.ts +34 -0
  332. package/dist/lib/components/ui/event-calendar/use-event-calendar.d.ts +41 -0
  333. package/dist/lib/components/ui/event-calendar/use-month-create.d.ts +15 -0
  334. package/dist/lib/components/ui/event-calendar/use-slot-create.d.ts +19 -0
  335. package/dist/lib/components/ui/event-chip/event-chip.d.ts +16 -0
  336. package/dist/lib/components/ui/event-chip/event-chip.stories.d.ts +16 -0
  337. package/dist/lib/components/ui/event-chip/index.d.ts +2 -0
  338. package/dist/lib/components/ui/extended-label.d.ts +7 -0
  339. package/dist/lib/components/ui/feedback/alert-dialog.d.ts +15 -0
  340. package/dist/lib/components/ui/feedback/alert-dialog.stories.d.ts +14 -0
  341. package/dist/lib/components/ui/feedback/alert.d.ts +12 -0
  342. package/dist/lib/components/ui/feedback/alert.stories.d.ts +20 -0
  343. package/dist/lib/components/ui/feedback/circular-progress.d.ts +20 -0
  344. package/dist/lib/components/ui/feedback/circular-progress.stories.d.ts +33 -0
  345. package/dist/lib/components/ui/feedback/confirm-dialog.d.ts +12 -0
  346. package/dist/lib/components/ui/feedback/confirm-dialog.stories.d.ts +16 -0
  347. package/dist/lib/components/ui/feedback/confirmation-dialog.d.ts +17 -0
  348. package/dist/lib/components/ui/feedback/confirmation-dialog.stories.d.ts +17 -0
  349. package/dist/lib/components/ui/feedback/custom-alert-dialog.d.ts +10 -0
  350. package/dist/lib/components/ui/feedback/custom-alert-dialog.stories.d.ts +14 -0
  351. package/dist/lib/components/ui/feedback/custom-dialog.d.ts +10 -0
  352. package/dist/lib/components/ui/feedback/custom-dialog.stories.d.ts +17 -0
  353. package/dist/lib/components/ui/feedback/empty-state.d.ts +10 -0
  354. package/dist/lib/components/ui/feedback/empty-state.stories.d.ts +11 -0
  355. package/dist/lib/components/ui/feedback/index.d.ts +13 -0
  356. package/dist/lib/components/ui/feedback/progress-field.d.ts +9 -0
  357. package/dist/lib/components/ui/feedback/progress.d.ts +6 -0
  358. package/dist/lib/components/ui/feedback/progress.stories.d.ts +16 -0
  359. package/dist/lib/components/ui/feedback/spinner.d.ts +9 -0
  360. package/dist/lib/components/ui/feedback/spinner.stories.d.ts +24 -0
  361. package/dist/lib/components/ui/feedback/toast.d.ts +19 -0
  362. package/dist/lib/components/ui/feedback/toast.stories.d.ts +16 -0
  363. package/dist/lib/components/ui/feedback/toasts.d.ts +41 -0
  364. package/dist/lib/components/ui/feedback/toasts.test.d.ts +1 -0
  365. package/dist/lib/components/ui/field/field.d.ts +9 -0
  366. package/dist/lib/components/ui/field/index.d.ts +3 -0
  367. package/dist/lib/components/ui/field/renderers.d.ts +2 -0
  368. package/dist/lib/components/ui/field/types.d.ts +67 -0
  369. package/dist/lib/components/ui/file-list/file-list-field-row.d.ts +10 -0
  370. package/dist/lib/components/ui/file-list/file-list-field.d.ts +12 -0
  371. package/dist/lib/components/ui/file-list/file-list-field.stories.d.ts +15 -0
  372. package/dist/lib/components/ui/file-list/file-list-s3-field.d.ts +6 -0
  373. package/dist/lib/components/ui/file-list/file-list.d.ts +3 -0
  374. package/dist/lib/components/ui/file-list/file-list.stories.d.ts +17 -0
  375. package/dist/lib/components/ui/file-list/format-file-size.d.ts +1 -0
  376. package/dist/lib/components/ui/file-list/format-file-size.test.d.ts +1 -0
  377. package/dist/lib/components/ui/file-list/index.d.ts +8 -0
  378. package/dist/lib/components/ui/file-list/types.d.ts +17 -0
  379. package/dist/lib/components/ui/filter/__stories__/filter.stories.d.ts +26 -0
  380. package/dist/lib/components/ui/filter/consts.d.ts +51 -0
  381. package/dist/lib/components/ui/filter/filter-actions.d.ts +11 -0
  382. package/dist/lib/components/ui/filter/filter-chips.d.ts +5 -0
  383. package/dist/lib/components/ui/filter/filter-content.d.ts +9 -0
  384. package/dist/lib/components/ui/filter/filter-context.d.ts +52 -0
  385. package/dist/lib/components/ui/filter/filter-dialog.d.ts +15 -0
  386. package/dist/lib/components/ui/filter/filter-drawer.d.ts +16 -0
  387. package/dist/lib/components/ui/filter/filter-field.d.ts +14 -0
  388. package/dist/lib/components/ui/filter/filter-groups.d.ts +15 -0
  389. package/dist/lib/components/ui/filter/filter-inline.d.ts +13 -0
  390. package/dist/lib/components/ui/filter/filter-persistence-main.utils.d.ts +13 -0
  391. package/dist/lib/components/ui/filter/filter-persistence-main.utils.test.d.ts +1 -0
  392. package/dist/lib/components/ui/filter/filter-persistence-presets.utils.d.ts +13 -0
  393. package/dist/lib/components/ui/filter/filter-persistence-presets.utils.test.d.ts +1 -0
  394. package/dist/lib/components/ui/filter/filter-persistence-storage.utils.d.ts +13 -0
  395. package/dist/lib/components/ui/filter/filter-persistence-storage.utils.test.d.ts +1 -0
  396. package/dist/lib/components/ui/filter/filter-persistence-url.utils.d.ts +17 -0
  397. package/dist/lib/components/ui/filter/filter-persistence-url.utils.test.d.ts +1 -0
  398. package/dist/lib/components/ui/filter/filter-persistence.utils.d.ts +4 -0
  399. package/dist/lib/components/ui/filter/filter-persistence.utils.test.d.ts +1 -0
  400. package/dist/lib/components/ui/filter/filter-popover.d.ts +17 -0
  401. package/dist/lib/components/ui/filter/filter-preset.utils.d.ts +11 -0
  402. package/dist/lib/components/ui/filter/filter-preset.utils.test.d.ts +1 -0
  403. package/dist/lib/components/ui/filter/filter-presets.d.ts +5 -0
  404. package/dist/lib/components/ui/filter/filter-schema.utils.d.ts +34 -0
  405. package/dist/lib/components/ui/filter/filter-schema.utils.test.d.ts +1 -0
  406. package/dist/lib/components/ui/filter/filter-sheet.d.ts +16 -0
  407. package/dist/lib/components/ui/filter/filter-trigger.d.ts +6 -0
  408. package/dist/lib/components/ui/filter/filter-validation.utils.d.ts +48 -0
  409. package/dist/lib/components/ui/filter/filter-validation.utils.test.d.ts +1 -0
  410. package/dist/lib/components/ui/filter/filter-value.utils.d.ts +29 -0
  411. package/dist/lib/components/ui/filter/filter-value.utils.test.d.ts +1 -0
  412. package/dist/lib/components/ui/filter/filter.d.ts +59 -0
  413. package/dist/lib/components/ui/filter/filter.utils.d.ts +3 -0
  414. package/dist/lib/components/ui/filter/filter.utils.test.d.ts +1 -0
  415. package/dist/lib/components/ui/filter/forms/filter-form-field.d.ts +52 -0
  416. package/dist/lib/components/ui/filter/index.d.ts +21 -0
  417. package/dist/lib/components/ui/filter/types.d.ts +293 -0
  418. package/dist/lib/components/ui/filter/use-filter-modal.d.ts +6 -0
  419. package/dist/lib/components/ui/filter/use-filter-selector.d.ts +11 -0
  420. package/dist/lib/components/ui/filter/use-filter.d.ts +42 -0
  421. package/dist/lib/components/ui/format-count.d.ts +1 -0
  422. package/dist/lib/components/ui/format-count.test.d.ts +1 -0
  423. package/dist/lib/components/ui/forms/autocomplete-form-field.d.ts +3 -0
  424. package/dist/lib/components/ui/forms/check-card-form-field.d.ts +3 -0
  425. package/dist/lib/components/ui/forms/checkbox-form-field.d.ts +3 -0
  426. package/dist/lib/components/ui/forms/checkbox-group-form-field.d.ts +3 -0
  427. package/dist/lib/components/ui/forms/code-editor-form-field.d.ts +3 -0
  428. package/dist/lib/components/ui/forms/color-form-field.d.ts +3 -0
  429. package/dist/lib/components/ui/forms/combobox-form-field.d.ts +3 -0
  430. package/dist/lib/components/ui/forms/country-form-field.d.ts +3 -0
  431. package/dist/lib/components/ui/forms/currency-form-field.d.ts +3 -0
  432. package/dist/lib/components/ui/forms/date-form-field.d.ts +3 -0
  433. package/dist/lib/components/ui/forms/date-range-form-field.d.ts +3 -0
  434. package/dist/lib/components/ui/forms/duration-form-field.d.ts +3 -0
  435. package/dist/lib/components/ui/forms/email-form-field.d.ts +3 -0
  436. package/dist/lib/components/ui/forms/file-list-form-field.d.ts +3 -0
  437. package/dist/lib/components/ui/forms/file-list-s3-form-field.d.ts +3 -0
  438. package/dist/lib/components/ui/forms/files-form-field.d.ts +9 -0
  439. package/dist/lib/components/ui/forms/form-field.d.ts +6 -0
  440. package/dist/lib/components/ui/forms/image-form-field.d.ts +3 -0
  441. package/dist/lib/components/ui/forms/image-s3-form-field.d.ts +3 -0
  442. package/dist/lib/components/ui/forms/index.d.ts +44 -0
  443. package/dist/lib/components/ui/forms/inline-edit-form-field.d.ts +3 -0
  444. package/dist/lib/components/ui/forms/input-group-form-field.d.ts +3 -0
  445. package/dist/lib/components/ui/forms/network-upload-form-field.d.ts +3 -0
  446. package/dist/lib/components/ui/forms/number-form-field.d.ts +3 -0
  447. package/dist/lib/components/ui/forms/otp-form-field.d.ts +3 -0
  448. package/dist/lib/components/ui/forms/password-form-field.d.ts +3 -0
  449. package/dist/lib/components/ui/forms/percent-form-field.d.ts +3 -0
  450. package/dist/lib/components/ui/forms/phone-form-field.d.ts +3 -0
  451. package/dist/lib/components/ui/forms/radio-group-form-field.d.ts +3 -0
  452. package/dist/lib/components/ui/forms/rating-form-field.d.ts +3 -0
  453. package/dist/lib/components/ui/forms/rich-text-editor-form-field.d.ts +3 -0
  454. package/dist/lib/components/ui/forms/s3-upload-form-field.d.ts +3 -0
  455. package/dist/lib/components/ui/forms/search-form-field.d.ts +3 -0
  456. package/dist/lib/components/ui/forms/select-card-form-field.d.ts +3 -0
  457. package/dist/lib/components/ui/forms/select-chip-form-field.d.ts +3 -0
  458. package/dist/lib/components/ui/forms/select-form-field.d.ts +3 -0
  459. package/dist/lib/components/ui/forms/slider-form-field.d.ts +3 -0
  460. package/dist/lib/components/ui/forms/sortable-list-form-field.d.ts +3 -0
  461. package/dist/lib/components/ui/forms/switch-form-field.d.ts +3 -0
  462. package/dist/lib/components/ui/forms/text-form-field.d.ts +3 -0
  463. package/dist/lib/components/ui/forms/textarea-form-field.d.ts +3 -0
  464. package/dist/lib/components/ui/forms/time-form-field.d.ts +5 -0
  465. package/dist/lib/components/ui/forms/timezone-form-field.d.ts +3 -0
  466. package/dist/lib/components/ui/forms/transfer-list-form-field.d.ts +3 -0
  467. package/dist/lib/components/ui/forms/upload-form-field.d.ts +3 -0
  468. package/dist/lib/components/ui/forms/url-form-field.d.ts +3 -0
  469. package/dist/lib/components/ui/galleries/gallery-download.d.ts +12 -0
  470. package/dist/lib/components/ui/galleries/gallery-download.test.d.ts +1 -0
  471. package/dist/lib/components/ui/galleries/gallery-keyboard.d.ts +14 -0
  472. package/dist/lib/components/ui/galleries/gallery-keyboard.test.d.ts +1 -0
  473. package/dist/lib/components/ui/galleries/gallery-provider.d.ts +7 -0
  474. package/dist/lib/components/ui/galleries/gallery.d.ts +3 -0
  475. package/dist/lib/components/ui/galleries/gallery.presets.d.ts +4 -0
  476. package/dist/lib/components/ui/galleries/gallery.presets.test.d.ts +1 -0
  477. package/dist/lib/components/ui/galleries/gallery.slice.d.ts +149 -0
  478. package/dist/lib/components/ui/galleries/gallery.slice.test.d.ts +1 -0
  479. package/dist/lib/components/ui/galleries/gallery.stories.d.ts +23 -0
  480. package/dist/lib/components/ui/galleries/gallery.utils.d.ts +14 -0
  481. package/dist/lib/components/ui/galleries/gallery.utils.test.d.ts +1 -0
  482. package/dist/lib/components/ui/galleries/index.d.ts +6 -0
  483. package/dist/lib/components/ui/galleries/lightbox-gallery.d.ts +6 -0
  484. package/dist/lib/components/ui/galleries/lightbox-gallery.stories.d.ts +12 -0
  485. package/dist/lib/components/ui/galleries/mini-gallery.d.ts +4 -0
  486. package/dist/lib/components/ui/galleries/mini-gallery.stories.d.ts +12 -0
  487. package/dist/lib/components/ui/galleries/partials/gallery-carousel.d.ts +3 -0
  488. package/dist/lib/components/ui/galleries/partials/gallery-chrome.d.ts +1 -0
  489. package/dist/lib/components/ui/galleries/partials/gallery-empty.d.ts +1 -0
  490. package/dist/lib/components/ui/galleries/partials/gallery-featured.d.ts +3 -0
  491. package/dist/lib/components/ui/galleries/partials/gallery-grid.d.ts +3 -0
  492. package/dist/lib/components/ui/galleries/partials/gallery-justified.d.ts +3 -0
  493. package/dist/lib/components/ui/galleries/partials/gallery-lightbox.d.ts +1 -0
  494. package/dist/lib/components/ui/galleries/partials/gallery-masonry.d.ts +3 -0
  495. package/dist/lib/components/ui/galleries/partials/gallery-media.d.ts +6 -0
  496. package/dist/lib/components/ui/galleries/partials/gallery-selection-bar.d.ts +1 -0
  497. package/dist/lib/components/ui/galleries/partials/gallery-stage.d.ts +8 -0
  498. package/dist/lib/components/ui/galleries/partials/gallery-strip.d.ts +3 -0
  499. package/dist/lib/components/ui/galleries/partials/gallery-tile.d.ts +8 -0
  500. package/dist/lib/components/ui/galleries/partials/gallery-trigger.d.ts +5 -0
  501. package/dist/lib/components/ui/galleries/types.d.ts +57 -0
  502. package/dist/lib/components/ui/galleries/use-gallery.d.ts +31 -0
  503. package/dist/lib/components/ui/galleries/use-skip-first.d.ts +1 -0
  504. package/dist/lib/components/ui/helper-text.d.ts +5 -0
  505. package/dist/lib/components/ui/hidrate-loading.d.ts +6 -0
  506. package/dist/lib/components/ui/hover-card.d.ts +6 -0
  507. package/dist/lib/components/ui/icon.d.ts +9 -0
  508. package/dist/lib/components/ui/icon.stories.d.ts +15 -0
  509. package/dist/lib/components/ui/icon.test.d.ts +1 -0
  510. package/dist/lib/components/ui/image-cropper/crop-image.d.ts +13 -0
  511. package/dist/lib/components/ui/image-cropper/crop-image.test.d.ts +1 -0
  512. package/dist/lib/components/ui/image-cropper/crop-resize-handles.d.ts +12 -0
  513. package/dist/lib/components/ui/image-cropper/crop-resize-handles.test.d.ts +1 -0
  514. package/dist/lib/components/ui/image-cropper/image-cropper-dialog.d.ts +9 -0
  515. package/dist/lib/components/ui/image-cropper/image-cropper.d.ts +11 -0
  516. package/dist/lib/components/ui/image-cropper/image-cropper.stories.d.ts +17 -0
  517. package/dist/lib/components/ui/image-cropper/index.d.ts +7 -0
  518. package/dist/lib/components/ui/image-cropper/types.d.ts +24 -0
  519. package/dist/lib/components/ui/image-field/image-field.d.ts +14 -0
  520. package/dist/lib/components/ui/image-field/image-field.stories.d.ts +15 -0
  521. package/dist/lib/components/ui/image-field/image-s3-field.d.ts +6 -0
  522. package/dist/lib/components/ui/image-field/index.d.ts +4 -0
  523. package/dist/lib/components/ui/inline-edit/index.d.ts +2 -0
  524. package/dist/lib/components/ui/inline-edit/inline-edit.d.ts +11 -0
  525. package/dist/lib/components/ui/inline-edit/inline-edit.stories.d.ts +17 -0
  526. package/dist/lib/components/ui/input-group-field.d.ts +12 -0
  527. package/dist/lib/components/ui/input-group-field.stories.d.ts +35 -0
  528. package/dist/lib/components/ui/input-group.d.ts +13 -0
  529. package/dist/lib/components/ui/input-group.stories.d.ts +25 -0
  530. package/dist/lib/components/ui/input-otp.d.ts +11 -0
  531. package/dist/lib/components/ui/input.d.ts +4 -0
  532. package/dist/lib/components/ui/kanban/index.d.ts +5 -0
  533. package/dist/lib/components/ui/kanban/kanban-context.d.ts +16 -0
  534. package/dist/lib/components/ui/kanban/kanban.d.ts +20 -0
  535. package/dist/lib/components/ui/kanban/kanban.keyboard.d.ts +25 -0
  536. package/dist/lib/components/ui/kanban/kanban.slice.d.ts +106 -0
  537. package/dist/lib/components/ui/kanban/kanban.stories.d.ts +17 -0
  538. package/dist/lib/components/ui/kanban/kanban.utils.d.ts +24 -0
  539. package/dist/lib/components/ui/kanban/kanban.utils.test.d.ts +1 -0
  540. package/dist/lib/components/ui/kanban/partials/kanban-board.d.ts +1 -0
  541. package/dist/lib/components/ui/kanban/partials/kanban-card-preview.d.ts +4 -0
  542. package/dist/lib/components/ui/kanban/partials/kanban-card.d.ts +7 -0
  543. package/dist/lib/components/ui/kanban/partials/kanban-column-header.d.ts +7 -0
  544. package/dist/lib/components/ui/kanban/partials/kanban-column.d.ts +4 -0
  545. package/dist/lib/components/ui/kanban/partials/kanban-composer.d.ts +5 -0
  546. package/dist/lib/components/ui/kanban/partials/kanban-group.d.ts +6 -0
  547. package/dist/lib/components/ui/kanban/types.d.ts +47 -0
  548. package/dist/lib/components/ui/kanban/use-kanban.d.ts +31 -0
  549. package/dist/lib/components/ui/kbd-shortcut.d.ts +6 -0
  550. package/dist/lib/components/ui/kbd.d.ts +3 -0
  551. package/dist/lib/components/ui/kbd.stories.d.ts +16 -0
  552. package/dist/lib/components/ui/label.d.ts +6 -0
  553. package/dist/lib/components/ui/language-switcher.d.ts +6 -0
  554. package/dist/lib/components/ui/language-switcher.stories.d.ts +14 -0
  555. package/dist/lib/components/ui/layout/index.d.ts +3 -0
  556. package/dist/lib/components/ui/layout/list-details-layout.d.ts +47 -0
  557. package/dist/lib/components/ui/layout/list-details-layout.stories.d.ts +13 -0
  558. package/dist/lib/components/ui/layout/pane-layout.d.ts +48 -0
  559. package/dist/lib/components/ui/layout/pane-layout.stories.d.ts +13 -0
  560. package/dist/lib/components/ui/layout/thread-layout.d.ts +18 -0
  561. package/dist/lib/components/ui/layout/thread-layout.stories.d.ts +15 -0
  562. package/dist/lib/components/ui/list-tile.d.ts +12 -0
  563. package/dist/lib/components/ui/list-tile.stories.d.ts +18 -0
  564. package/dist/lib/components/ui/load-more-button.d.ts +25 -0
  565. package/dist/lib/components/ui/load-more-button.stories.d.ts +17 -0
  566. package/dist/lib/components/ui/menubar.d.ts +26 -0
  567. package/dist/lib/components/ui/navigation-rail/index.d.ts +1 -0
  568. package/dist/lib/components/ui/navigation-rail/navigation-rail.d.ts +1 -0
  569. package/dist/lib/components/ui/notifications/index.d.ts +2 -0
  570. package/dist/lib/components/ui/notifications/notifications-provider.d.ts +7 -0
  571. package/dist/lib/components/ui/notifications/notifications.d.ts +3 -0
  572. package/dist/lib/components/ui/notifications/notifications.slice.d.ts +67 -0
  573. package/dist/lib/components/ui/notifications/notifications.slice.test.d.ts +1 -0
  574. package/dist/lib/components/ui/notifications/notifications.stories.d.ts +16 -0
  575. package/dist/lib/components/ui/notifications/notifications.utils.d.ts +8 -0
  576. package/dist/lib/components/ui/notifications/notifications.utils.test.d.ts +1 -0
  577. package/dist/lib/components/ui/notifications/partials/notifications-bell.d.ts +1 -0
  578. package/dist/lib/components/ui/notifications/partials/notifications-categories.d.ts +1 -0
  579. package/dist/lib/components/ui/notifications/partials/notifications-empty.d.ts +1 -0
  580. package/dist/lib/components/ui/notifications/partials/notifications-inbox.d.ts +3 -0
  581. package/dist/lib/components/ui/notifications/partials/notifications-item.d.ts +4 -0
  582. package/dist/lib/components/ui/notifications/partials/notifications-list.d.ts +1 -0
  583. package/dist/lib/components/ui/notifications/partials/notifications-toolbar.d.ts +1 -0
  584. package/dist/lib/components/ui/notifications/types.d.ts +40 -0
  585. package/dist/lib/components/ui/notifications/use-notifications.d.ts +20 -0
  586. package/dist/lib/components/ui/notifications/use-skip-first.d.ts +1 -0
  587. package/dist/lib/components/ui/number-field/index.d.ts +3 -0
  588. package/dist/lib/components/ui/number-field/number-field.d.ts +22 -0
  589. package/dist/lib/components/ui/number-field/number-field.stories.d.ts +18 -0
  590. package/dist/lib/components/ui/number-field/parse-number.d.ts +3 -0
  591. package/dist/lib/components/ui/number-field/parse-number.test.d.ts +1 -0
  592. package/dist/lib/components/ui/opening-hours/consts.d.ts +18 -0
  593. package/dist/lib/components/ui/opening-hours/index.d.ts +6 -0
  594. package/dist/lib/components/ui/opening-hours/models.d.ts +7 -0
  595. package/dist/lib/components/ui/opening-hours/opening-hours-dialog.d.ts +10 -0
  596. package/dist/lib/components/ui/opening-hours/opening-hours-form-field.d.ts +9 -0
  597. package/dist/lib/components/ui/opening-hours/opening-hours-item.d.ts +11 -0
  598. package/dist/lib/components/ui/opening-hours/opening-hours.d.ts +12 -0
  599. package/dist/lib/components/ui/opening-hours/opening-hours.stories.d.ts +15 -0
  600. package/dist/lib/components/ui/otp-field.d.ts +9 -0
  601. package/dist/lib/components/ui/otp-field.stories.d.ts +30 -0
  602. package/dist/lib/components/ui/pagination/index.d.ts +5 -0
  603. package/dist/lib/components/ui/pagination/pagination-bar.d.ts +9 -0
  604. package/dist/lib/components/ui/pagination/pagination-items.d.ts +2 -0
  605. package/dist/lib/components/ui/pagination/pagination-items.test.d.ts +1 -0
  606. package/dist/lib/components/ui/pagination/pagination.d.ts +18 -0
  607. package/dist/lib/components/ui/pagination/pagination.stories.d.ts +21 -0
  608. package/dist/lib/components/ui/password-field.d.ts +8 -0
  609. package/dist/lib/components/ui/password-field.stories.d.ts +19 -0
  610. package/dist/lib/components/ui/password-strength-meter.d.ts +3 -0
  611. package/dist/lib/components/ui/password-strength.d.ts +2 -0
  612. package/dist/lib/components/ui/password-strength.test.d.ts +1 -0
  613. package/dist/lib/components/ui/pdf-viewer/index.d.ts +14 -0
  614. package/dist/lib/components/ui/pdf-viewer/index.test.d.ts +1 -0
  615. package/dist/lib/components/ui/pdf-viewer/pdf-download.d.ts +3 -0
  616. package/dist/lib/components/ui/pdf-viewer/pdf-download.test.d.ts +1 -0
  617. package/dist/lib/components/ui/pdf-viewer/pdf-escape.d.ts +6 -0
  618. package/dist/lib/components/ui/pdf-viewer/pdf-escape.test.d.ts +1 -0
  619. package/dist/lib/components/ui/pdf-viewer/pdf-outline-sidebar.d.ts +7 -0
  620. package/dist/lib/components/ui/pdf-viewer/pdf-page-list.d.ts +11 -0
  621. package/dist/lib/components/ui/pdf-viewer/pdf-reader-body.d.ts +26 -0
  622. package/dist/lib/components/ui/pdf-viewer/pdf-reader-keyboard.d.ts +16 -0
  623. package/dist/lib/components/ui/pdf-viewer/pdf-reader-keyboard.test.d.ts +1 -0
  624. package/dist/lib/components/ui/pdf-viewer/pdf-reader-states.d.ts +12 -0
  625. package/dist/lib/components/ui/pdf-viewer/pdf-reader.d.ts +20 -0
  626. package/dist/lib/components/ui/pdf-viewer/pdf-reader.reducer.d.ts +47 -0
  627. package/dist/lib/components/ui/pdf-viewer/pdf-reader.stories.d.ts +12 -0
  628. package/dist/lib/components/ui/pdf-viewer/pdf-search.d.ts +7 -0
  629. package/dist/lib/components/ui/pdf-viewer/pdf-search.test.d.ts +1 -0
  630. package/dist/lib/components/ui/pdf-viewer/pdf-sidebar.d.ts +14 -0
  631. package/dist/lib/components/ui/pdf-viewer/pdf-thumbnail-sidebar.d.ts +10 -0
  632. package/dist/lib/components/ui/pdf-viewer/pdf-toolbar-actions.d.ts +14 -0
  633. package/dist/lib/components/ui/pdf-viewer/pdf-toolbar-nav.d.ts +7 -0
  634. package/dist/lib/components/ui/pdf-viewer/pdf-toolbar-search.d.ts +8 -0
  635. package/dist/lib/components/ui/pdf-viewer/pdf-toolbar-zoom.d.ts +9 -0
  636. package/dist/lib/components/ui/pdf-viewer/pdf-toolbar.d.ts +26 -0
  637. package/dist/lib/components/ui/pdf-viewer/react-pdf.lazy.d.ts +34 -0
  638. package/dist/lib/components/ui/pdf-viewer/types.d.ts +34 -0
  639. package/dist/lib/components/ui/pdf-viewer/use-pdf-reader.d.ts +32 -0
  640. package/dist/lib/components/ui/pdf-viewer/use-pdf-search-hits.d.ts +11 -0
  641. package/dist/lib/components/ui/percent-field/index.d.ts +2 -0
  642. package/dist/lib/components/ui/percent-field/percent-field.d.ts +3 -0
  643. package/dist/lib/components/ui/percent-field/percent-field.stories.d.ts +16 -0
  644. package/dist/lib/components/ui/phone-field/countries.d.ts +8 -0
  645. package/dist/lib/components/ui/phone-field/index.d.ts +6 -0
  646. package/dist/lib/components/ui/phone-field/parse-phone.d.ts +15 -0
  647. package/dist/lib/components/ui/phone-field/parse-phone.test.d.ts +1 -0
  648. package/dist/lib/components/ui/phone-field/phone-country-menu.d.ts +6 -0
  649. package/dist/lib/components/ui/phone-field/phone-field.d.ts +18 -0
  650. package/dist/lib/components/ui/phone-field/phone-field.stories.d.ts +17 -0
  651. package/dist/lib/components/ui/popover.d.ts +7 -0
  652. package/dist/lib/components/ui/postal-address/index.d.ts +5 -0
  653. package/dist/lib/components/ui/postal-address/models.d.ts +11 -0
  654. package/dist/lib/components/ui/postal-address/postal-address-dialog.d.ts +10 -0
  655. package/dist/lib/components/ui/postal-address/postal-address-form-field.d.ts +8 -0
  656. package/dist/lib/components/ui/postal-address/postal-address.d.ts +10 -0
  657. package/dist/lib/components/ui/postal-address/postal-address.stories.d.ts +16 -0
  658. package/dist/lib/components/ui/postal-address/utils.d.ts +4 -0
  659. package/dist/lib/components/ui/print/components/print-badge.d.ts +7 -0
  660. package/dist/lib/components/ui/print/components/print-card.d.ts +11 -0
  661. package/dist/lib/components/ui/print/components/print-header.d.ts +8 -0
  662. package/dist/lib/components/ui/print/components/print-section.d.ts +12 -0
  663. package/dist/lib/components/ui/print/components/print-table.d.ts +14 -0
  664. package/dist/lib/components/ui/print/components/print-totals.d.ts +10 -0
  665. package/dist/lib/components/ui/print/index.d.ts +9 -0
  666. package/dist/lib/components/ui/print/styles.d.ts +34 -0
  667. package/dist/lib/components/ui/print/styles.test.d.ts +1 -0
  668. package/dist/lib/components/ui/print/tailwind.d.ts +5 -0
  669. package/dist/lib/components/ui/print/tailwind.test.d.ts +1 -0
  670. package/dist/lib/components/ui/print/utils.d.ts +5 -0
  671. package/dist/lib/components/ui/print/utils.test.d.ts +1 -0
  672. package/dist/lib/components/ui/qrcode.d.ts +7 -0
  673. package/dist/lib/components/ui/qrcode.stories.d.ts +38 -0
  674. package/dist/lib/components/ui/radio-group.d.ts +16 -0
  675. package/dist/lib/components/ui/radio-group.stories.d.ts +21 -0
  676. package/dist/lib/components/ui/rating-field/clamp-rating.d.ts +1 -0
  677. package/dist/lib/components/ui/rating-field/clamp-rating.test.d.ts +1 -0
  678. package/dist/lib/components/ui/rating-field/index.d.ts +3 -0
  679. package/dist/lib/components/ui/rating-field/rating-field.d.ts +23 -0
  680. package/dist/lib/components/ui/rating-field/rating-field.stories.d.ts +24 -0
  681. package/dist/lib/components/ui/resizable.d.ts +7 -0
  682. package/dist/lib/components/ui/resizable.stories.d.ts +14 -0
  683. package/dist/lib/components/ui/responsive-grid.d.ts +2 -0
  684. package/dist/lib/components/ui/responsive-grid.stories.d.ts +15 -0
  685. package/dist/lib/components/ui/rich-text-editor/extensions/bubble-menu/buble-menu.d.ts +6 -0
  686. package/dist/lib/components/ui/rich-text-editor/extensions/bubble-menu/index.d.ts +1 -0
  687. package/dist/lib/components/ui/rich-text-editor/extensions/code/editor-code-block.d.ts +18 -0
  688. package/dist/lib/components/ui/rich-text-editor/extensions/code/index.d.ts +1 -0
  689. package/dist/lib/components/ui/rich-text-editor/extensions/color/color-picker-popover.d.ts +10 -0
  690. package/dist/lib/components/ui/rich-text-editor/extensions/color/editor-color-wrapper.d.ts +4 -0
  691. package/dist/lib/components/ui/rich-text-editor/extensions/color/index.d.ts +2 -0
  692. package/dist/lib/components/ui/rich-text-editor/extensions/custom/accordion/accordion-component.d.ts +2 -0
  693. package/dist/lib/components/ui/rich-text-editor/extensions/custom/accordion/accordion-item-edit-dialog.d.ts +8 -0
  694. package/dist/lib/components/ui/rich-text-editor/extensions/custom/accordion/accordion-item-edit-form.d.ts +7 -0
  695. package/dist/lib/components/ui/rich-text-editor/extensions/custom/accordion/const.d.ts +7 -0
  696. package/dist/lib/components/ui/rich-text-editor/extensions/custom/accordion/editor-accordion-wrapper.d.ts +4 -0
  697. package/dist/lib/components/ui/rich-text-editor/extensions/custom/accordion/extension.d.ts +13 -0
  698. package/dist/lib/components/ui/rich-text-editor/extensions/custom/accordion/index.d.ts +6 -0
  699. package/dist/lib/components/ui/rich-text-editor/extensions/custom/action-card/action-card-component.d.ts +2 -0
  700. package/dist/lib/components/ui/rich-text-editor/extensions/custom/action-card/action-card-item-edit-dialog.d.ts +10 -0
  701. package/dist/lib/components/ui/rich-text-editor/extensions/custom/action-card/action-card-item-edit-form.d.ts +9 -0
  702. package/dist/lib/components/ui/rich-text-editor/extensions/custom/action-card/action-card-settings-dialog.d.ts +9 -0
  703. package/dist/lib/components/ui/rich-text-editor/extensions/custom/action-card/action-card-settings-form.d.ts +10 -0
  704. package/dist/lib/components/ui/rich-text-editor/extensions/custom/action-card/const.d.ts +15 -0
  705. package/dist/lib/components/ui/rich-text-editor/extensions/custom/action-card/editor-action-card-wrapper.d.ts +4 -0
  706. package/dist/lib/components/ui/rich-text-editor/extensions/custom/action-card/extension.d.ts +14 -0
  707. package/dist/lib/components/ui/rich-text-editor/extensions/custom/action-card/index.d.ts +8 -0
  708. package/dist/lib/components/ui/rich-text-editor/extensions/custom/callout/callout-component.d.ts +2 -0
  709. package/dist/lib/components/ui/rich-text-editor/extensions/custom/callout/callout-edit-dialog.d.ts +10 -0
  710. package/dist/lib/components/ui/rich-text-editor/extensions/custom/callout/callout-edit-form.d.ts +9 -0
  711. package/dist/lib/components/ui/rich-text-editor/extensions/custom/callout/callout-insert-menu.d.ts +4 -0
  712. package/dist/lib/components/ui/rich-text-editor/extensions/custom/callout/const.d.ts +9 -0
  713. package/dist/lib/components/ui/rich-text-editor/extensions/custom/callout/extension.d.ts +15 -0
  714. package/dist/lib/components/ui/rich-text-editor/extensions/custom/callout/index.d.ts +6 -0
  715. package/dist/lib/components/ui/rich-text-editor/extensions/custom/checkbox-group/checkbox-group-edit-dialog.d.ts +14 -0
  716. package/dist/lib/components/ui/rich-text-editor/extensions/custom/checkbox-group/checkbox-group-edit-form.d.ts +15 -0
  717. package/dist/lib/components/ui/rich-text-editor/extensions/custom/checkbox-group/checkbox-group-node-component.d.ts +2 -0
  718. package/dist/lib/components/ui/rich-text-editor/extensions/custom/checkbox-group/const.d.ts +8 -0
  719. package/dist/lib/components/ui/rich-text-editor/extensions/custom/checkbox-group/editor-checkbox-group-wrapper.d.ts +4 -0
  720. package/dist/lib/components/ui/rich-text-editor/extensions/custom/checkbox-group/extension.d.ts +16 -0
  721. package/dist/lib/components/ui/rich-text-editor/extensions/custom/checkbox-group/index.d.ts +6 -0
  722. package/dist/lib/components/ui/rich-text-editor/extensions/custom/gallery/const.d.ts +7 -0
  723. package/dist/lib/components/ui/rich-text-editor/extensions/custom/gallery/editor-gallery-wrapper.d.ts +4 -0
  724. package/dist/lib/components/ui/rich-text-editor/extensions/custom/gallery/extension.d.ts +13 -0
  725. package/dist/lib/components/ui/rich-text-editor/extensions/custom/gallery/gallery-component.d.ts +2 -0
  726. package/dist/lib/components/ui/rich-text-editor/extensions/custom/gallery/gallery-edit-dialog.d.ts +8 -0
  727. package/dist/lib/components/ui/rich-text-editor/extensions/custom/gallery/gallery-edit-form.d.ts +7 -0
  728. package/dist/lib/components/ui/rich-text-editor/extensions/custom/gallery/index.d.ts +6 -0
  729. package/dist/lib/components/ui/rich-text-editor/extensions/custom/index.d.ts +8 -0
  730. package/dist/lib/components/ui/rich-text-editor/extensions/custom/radio-group/const.d.ts +8 -0
  731. package/dist/lib/components/ui/rich-text-editor/extensions/custom/radio-group/editor-radio-group-wrapper.d.ts +4 -0
  732. package/dist/lib/components/ui/rich-text-editor/extensions/custom/radio-group/extension.d.ts +16 -0
  733. package/dist/lib/components/ui/rich-text-editor/extensions/custom/radio-group/index.d.ts +6 -0
  734. package/dist/lib/components/ui/rich-text-editor/extensions/custom/radio-group/radio-group-edit-dialog.d.ts +14 -0
  735. package/dist/lib/components/ui/rich-text-editor/extensions/custom/radio-group/radio-group-edit-form.d.ts +15 -0
  736. package/dist/lib/components/ui/rich-text-editor/extensions/custom/radio-group/radio-group-node-component.d.ts +2 -0
  737. package/dist/lib/components/ui/rich-text-editor/extensions/custom/select-card/const.d.ts +13 -0
  738. package/dist/lib/components/ui/rich-text-editor/extensions/custom/select-card/editor-select-card-wrapper.d.ts +4 -0
  739. package/dist/lib/components/ui/rich-text-editor/extensions/custom/select-card/extension.d.ts +16 -0
  740. package/dist/lib/components/ui/rich-text-editor/extensions/custom/select-card/index.d.ts +8 -0
  741. package/dist/lib/components/ui/rich-text-editor/extensions/custom/select-card/select-card-item-edit-dialog.d.ts +9 -0
  742. package/dist/lib/components/ui/rich-text-editor/extensions/custom/select-card/select-card-item-edit-form.d.ts +8 -0
  743. package/dist/lib/components/ui/rich-text-editor/extensions/custom/select-card/select-card-node-component.d.ts +2 -0
  744. package/dist/lib/components/ui/rich-text-editor/extensions/custom/select-card/select-card-settings-dialog.d.ts +11 -0
  745. package/dist/lib/components/ui/rich-text-editor/extensions/custom/select-card/select-card-settings-form.d.ts +12 -0
  746. package/dist/lib/components/ui/rich-text-editor/extensions/custom/select-chip/const.d.ts +7 -0
  747. package/dist/lib/components/ui/rich-text-editor/extensions/custom/select-chip/editor-select-chip-wrapper.d.ts +4 -0
  748. package/dist/lib/components/ui/rich-text-editor/extensions/custom/select-chip/extension.d.ts +16 -0
  749. package/dist/lib/components/ui/rich-text-editor/extensions/custom/select-chip/index.d.ts +6 -0
  750. package/dist/lib/components/ui/rich-text-editor/extensions/custom/select-chip/select-chip-edit-dialog.d.ts +14 -0
  751. package/dist/lib/components/ui/rich-text-editor/extensions/custom/select-chip/select-chip-edit-form.d.ts +15 -0
  752. package/dist/lib/components/ui/rich-text-editor/extensions/custom/select-chip/select-chip-node-component.d.ts +2 -0
  753. package/dist/lib/components/ui/rich-text-editor/extensions/custom/shared/icon-options.d.ts +6 -0
  754. package/dist/lib/components/ui/rich-text-editor/extensions/custom/shared/index.d.ts +2 -0
  755. package/dist/lib/components/ui/rich-text-editor/extensions/custom/shared/repeating-field-list.d.ts +16 -0
  756. package/dist/lib/components/ui/rich-text-editor/extensions/emoji/consts.d.ts +30 -0
  757. package/dist/lib/components/ui/rich-text-editor/extensions/emoji/emoji-list.d.ts +7 -0
  758. package/dist/lib/components/ui/rich-text-editor/extensions/emoji/emoji-picker.d.ts +4 -0
  759. package/dist/lib/components/ui/rich-text-editor/extensions/emoji/index.d.ts +2 -0
  760. package/dist/lib/components/ui/rich-text-editor/extensions/font-family/editor-font-family-wrapper.d.ts +4 -0
  761. package/dist/lib/components/ui/rich-text-editor/extensions/font-family/index.d.ts +1 -0
  762. package/dist/lib/components/ui/rich-text-editor/extensions/heading/heading-wrapper.d.ts +5 -0
  763. package/dist/lib/components/ui/rich-text-editor/extensions/heading/index.d.ts +1 -0
  764. package/dist/lib/components/ui/rich-text-editor/extensions/highlight/editor-highlight-wrapper.d.ts +4 -0
  765. package/dist/lib/components/ui/rich-text-editor/extensions/highlight/index.d.ts +1 -0
  766. package/dist/lib/components/ui/rich-text-editor/extensions/image/editor-image-wrapper.d.ts +4 -0
  767. package/dist/lib/components/ui/rich-text-editor/extensions/image/editor-image.d.ts +4 -0
  768. package/dist/lib/components/ui/rich-text-editor/extensions/image/index.d.ts +2 -0
  769. package/dist/lib/components/ui/rich-text-editor/extensions/index.d.ts +12 -0
  770. package/dist/lib/components/ui/rich-text-editor/extensions/link/editor-link-wrapper.d.ts +4 -0
  771. package/dist/lib/components/ui/rich-text-editor/extensions/link/editor-link.d.ts +4 -0
  772. package/dist/lib/components/ui/rich-text-editor/extensions/link/index.d.ts +2 -0
  773. package/dist/lib/components/ui/rich-text-editor/extensions/marks/editor-mark-buttons.d.ts +6 -0
  774. package/dist/lib/components/ui/rich-text-editor/extensions/marks/index.d.ts +1 -0
  775. package/dist/lib/components/ui/rich-text-editor/extensions/mention/index.d.ts +2 -0
  776. package/dist/lib/components/ui/rich-text-editor/extensions/mention/mention-list.d.ts +1 -0
  777. package/dist/lib/components/ui/rich-text-editor/extensions/mention/suggestions.d.ts +9 -0
  778. package/dist/lib/components/ui/rich-text-editor/extensions/slash-command/extension.d.ts +7 -0
  779. package/dist/lib/components/ui/rich-text-editor/extensions/slash-command/index.d.ts +2 -0
  780. package/dist/lib/components/ui/rich-text-editor/extensions/slash-command/slash-command-basic.d.ts +2 -0
  781. package/dist/lib/components/ui/rich-text-editor/extensions/slash-command/slash-command-insert.d.ts +2 -0
  782. package/dist/lib/components/ui/rich-text-editor/extensions/slash-command/slash-command-items.d.ts +4 -0
  783. package/dist/lib/components/ui/rich-text-editor/extensions/slash-command/slash-command-items.test.d.ts +1 -0
  784. package/dist/lib/components/ui/rich-text-editor/extensions/slash-command/slash-command-list.d.ts +13 -0
  785. package/dist/lib/components/ui/rich-text-editor/extensions/slash-command/slash-command-types.d.ts +19 -0
  786. package/dist/lib/components/ui/rich-text-editor/extensions/table/editor-table-menu.d.ts +5 -0
  787. package/dist/lib/components/ui/rich-text-editor/extensions/table/editor-table-wrapper.d.ts +4 -0
  788. package/dist/lib/components/ui/rich-text-editor/extensions/table/index.d.ts +4 -0
  789. package/dist/lib/components/ui/rich-text-editor/extensions/table/table-cell.d.ts +2 -0
  790. package/dist/lib/components/ui/rich-text-editor/extensions/table/table-properties-form.d.ts +12 -0
  791. package/dist/lib/components/ui/rich-text-editor/extensions/table/table.d.ts +15 -0
  792. package/dist/lib/components/ui/rich-text-editor/extensions/text-align/editor-text-align-wrapper.d.ts +4 -0
  793. package/dist/lib/components/ui/rich-text-editor/extensions/text-align/index.d.ts +1 -0
  794. package/dist/lib/components/ui/rich-text-editor/extensions/youtube/editor-youtube-wrapper.d.ts +4 -0
  795. package/dist/lib/components/ui/rich-text-editor/extensions/youtube/editor-youtube.d.ts +4 -0
  796. package/dist/lib/components/ui/rich-text-editor/extensions/youtube/index.d.ts +2 -0
  797. package/dist/lib/components/ui/rich-text-editor/index.d.ts +1 -0
  798. package/dist/lib/components/ui/rich-text-editor/rich-text-editor-toolbar.d.ts +8 -0
  799. package/dist/lib/components/ui/rich-text-editor/rich-text-editor-wrapper.d.ts +13 -0
  800. package/dist/lib/components/ui/rich-text-editor/rich-text-editor.d.ts +14 -0
  801. package/dist/lib/components/ui/rich-text-editor/rich-text-editor.stories.d.ts +25 -0
  802. package/dist/lib/components/ui/rich-text-editor/rich-text-editor.story-data.d.ts +3 -0
  803. package/dist/lib/components/ui/rich-text-editor/types.d.ts +29 -0
  804. package/dist/lib/components/ui/scroll-area.d.ts +5 -0
  805. package/dist/lib/components/ui/scroll-to-top.d.ts +20 -0
  806. package/dist/lib/components/ui/scroll-to-top.stories.d.ts +346 -0
  807. package/dist/lib/components/ui/search-field/debounce.d.ts +5 -0
  808. package/dist/lib/components/ui/search-field/debounce.test.d.ts +1 -0
  809. package/dist/lib/components/ui/search-field/index.d.ts +4 -0
  810. package/dist/lib/components/ui/search-field/search-field.d.ts +11 -0
  811. package/dist/lib/components/ui/search-field/search-field.stories.d.ts +18 -0
  812. package/dist/lib/components/ui/select-card-field.d.ts +20 -0
  813. package/dist/lib/components/ui/select-card-field.stories.d.ts +16 -0
  814. package/dist/lib/components/ui/select-chip-field.d.ts +17 -0
  815. package/dist/lib/components/ui/select-chip-field.stories.d.ts +16 -0
  816. package/dist/lib/components/ui/select-field.d.ts +20 -0
  817. package/dist/lib/components/ui/select-field.stories.d.ts +21 -0
  818. package/dist/lib/components/ui/select.d.ts +15 -0
  819. package/dist/lib/components/ui/separator.d.ts +4 -0
  820. package/dist/lib/components/ui/separator.stories.d.ts +14 -0
  821. package/dist/lib/components/ui/sheet.d.ts +15 -0
  822. package/dist/lib/components/ui/shortcut-glyph.d.ts +2 -0
  823. package/dist/lib/components/ui/shortcut-glyph.test.d.ts +1 -0
  824. package/dist/lib/components/ui/sidebar.d.ts +18 -0
  825. package/dist/lib/components/ui/sidebar.stories.d.ts +14 -0
  826. package/dist/lib/components/ui/skeleton/index.d.ts +5 -0
  827. package/dist/lib/components/ui/skeleton/skeleton-avatar.d.ts +12 -0
  828. package/dist/lib/components/ui/skeleton/skeleton-card.d.ts +4 -0
  829. package/dist/lib/components/ui/skeleton/skeleton-table.d.ts +6 -0
  830. package/dist/lib/components/ui/skeleton/skeleton-text.d.ts +6 -0
  831. package/dist/lib/components/ui/skeleton/skeleton.d.ts +3 -0
  832. package/dist/lib/components/ui/skeleton/skeleton.stories.d.ts +19 -0
  833. package/dist/lib/components/ui/slider-control.d.ts +6 -0
  834. package/dist/lib/components/ui/slider-readout.d.ts +9 -0
  835. package/dist/lib/components/ui/slider-ticks.d.ts +1 -0
  836. package/dist/lib/components/ui/slider-ticks.test.d.ts +1 -0
  837. package/dist/lib/components/ui/slider.d.ts +13 -0
  838. package/dist/lib/components/ui/slider.stories.d.ts +16 -0
  839. package/dist/lib/components/ui/sortable-list/index.d.ts +4 -0
  840. package/dist/lib/components/ui/sortable-list/partials/sortable-list-dnd.d.ts +8 -0
  841. package/dist/lib/components/ui/sortable-list/partials/sortable-list-empty.d.ts +3 -0
  842. package/dist/lib/components/ui/sortable-list/partials/sortable-list-item.d.ts +18 -0
  843. package/dist/lib/components/ui/sortable-list/sortable-list.d.ts +21 -0
  844. package/dist/lib/components/ui/sortable-list/sortable-list.keyboard.d.ts +19 -0
  845. package/dist/lib/components/ui/sortable-list/sortable-list.keyboard.test.d.ts +1 -0
  846. package/dist/lib/components/ui/sortable-list/sortable-list.stories.d.ts +21 -0
  847. package/dist/lib/components/ui/sortable-list/types.d.ts +11 -0
  848. package/dist/lib/components/ui/sortable-list/use-sortable-list.d.ts +18 -0
  849. package/dist/lib/components/ui/stat-card/format-stat-delta.d.ts +5 -0
  850. package/dist/lib/components/ui/stat-card/format-stat-delta.test.d.ts +1 -0
  851. package/dist/lib/components/ui/stat-card/index.d.ts +4 -0
  852. package/dist/lib/components/ui/stat-card/stat-card.d.ts +13 -0
  853. package/dist/lib/components/ui/stat-card/stat-card.stories.d.ts +17 -0
  854. package/dist/lib/components/ui/status-indicator.d.ts +10 -0
  855. package/dist/lib/components/ui/status-indicator.stories.d.ts +16 -0
  856. package/dist/lib/components/ui/stepper/index.d.ts +5 -0
  857. package/dist/lib/components/ui/stepper/step-state.d.ts +3 -0
  858. package/dist/lib/components/ui/stepper/step-state.test.d.ts +1 -0
  859. package/dist/lib/components/ui/stepper/stepper-icon.d.ts +7 -0
  860. package/dist/lib/components/ui/stepper/stepper-indicator.d.ts +4 -0
  861. package/dist/lib/components/ui/stepper/stepper.d.ts +19 -0
  862. package/dist/lib/components/ui/stepper/stepper.stories.d.ts +16 -0
  863. package/dist/lib/components/ui/stories-consts.d.ts +10 -0
  864. package/dist/lib/components/ui/stories-dark-theme.d.ts +2 -0
  865. package/dist/lib/components/ui/stx-player/consts.d.ts +7 -0
  866. package/dist/lib/components/ui/stx-player/format-time.d.ts +2 -0
  867. package/dist/lib/components/ui/stx-player/format-time.test.d.ts +1 -0
  868. package/dist/lib/components/ui/stx-player/index.d.ts +16 -0
  869. package/dist/lib/components/ui/stx-player/stx-player-controls.d.ts +7 -0
  870. package/dist/lib/components/ui/stx-player/stx-player-extras.d.ts +7 -0
  871. package/dist/lib/components/ui/stx-player/stx-player-keyboard.d.ts +17 -0
  872. package/dist/lib/components/ui/stx-player/stx-player-keyboard.test.d.ts +1 -0
  873. package/dist/lib/components/ui/stx-player/stx-player-mini.d.ts +4 -0
  874. package/dist/lib/components/ui/stx-player/stx-player-provider.d.ts +3 -0
  875. package/dist/lib/components/ui/stx-player/stx-player-queue.d.ts +4 -0
  876. package/dist/lib/components/ui/stx-player/stx-player-viewport.d.ts +6 -0
  877. package/dist/lib/components/ui/stx-player/stx-player.d.ts +2 -0
  878. package/dist/lib/components/ui/stx-player/stx-player.slice.d.ts +226 -0
  879. package/dist/lib/components/ui/stx-player/stx-player.slice.test.d.ts +1 -0
  880. package/dist/lib/components/ui/stx-player/stx-player.stories.d.ts +24 -0
  881. package/dist/lib/components/ui/stx-player/types.d.ts +82 -0
  882. package/dist/lib/components/ui/stx-player/use-media-bindings.d.ts +20 -0
  883. package/dist/lib/components/ui/stx-player/use-media-events.d.ts +11 -0
  884. package/dist/lib/components/ui/stx-player/use-player-shell.d.ts +20 -0
  885. package/dist/lib/components/ui/stx-player/use-stx-player.d.ts +4 -0
  886. package/dist/lib/components/ui/summary-data.d.ts +10 -0
  887. package/dist/lib/components/ui/summary-data.stories.d.ts +14 -0
  888. package/dist/lib/components/ui/switch.d.ts +9 -0
  889. package/dist/lib/components/ui/switch.stories.d.ts +16 -0
  890. package/dist/lib/components/ui/switcher.d.ts +15 -0
  891. package/dist/lib/components/ui/switcher.stories.d.ts +15 -0
  892. package/dist/lib/components/ui/table.d.ts +10 -0
  893. package/dist/lib/components/ui/table.stories.d.ts +14 -0
  894. package/dist/lib/components/ui/tabs.d.ts +9 -0
  895. package/dist/lib/components/ui/tabs.stories.d.ts +14 -0
  896. package/dist/lib/components/ui/text-field.d.ts +10 -0
  897. package/dist/lib/components/ui/text-field.stories.d.ts +22 -0
  898. package/dist/lib/components/ui/textarea-field.d.ts +10 -0
  899. package/dist/lib/components/ui/textarea-field.stories.d.ts +25 -0
  900. package/dist/lib/components/ui/textarea.d.ts +3 -0
  901. package/dist/lib/components/ui/textarea.stories.d.ts +26 -0
  902. package/dist/lib/components/ui/theme-toggle.d.ts +6 -0
  903. package/dist/lib/components/ui/theme-toggle.stories.d.ts +14 -0
  904. package/dist/lib/components/ui/time-field.d.ts +17 -0
  905. package/dist/lib/components/ui/time-field.stories.d.ts +15 -0
  906. package/dist/lib/components/ui/time-picker/index.d.ts +1 -0
  907. package/dist/lib/components/ui/time-picker/time-picker-utils.d.ts +3 -0
  908. package/dist/lib/components/ui/time-picker/time-picker-utils.test.d.ts +1 -0
  909. package/dist/lib/components/ui/time-picker/time-picker.d.ts +9 -0
  910. package/dist/lib/components/ui/time-picker/time-picker.stories.d.ts +15 -0
  911. package/dist/lib/components/ui/timeline/format-relative-time.d.ts +8 -0
  912. package/dist/lib/components/ui/timeline/format-relative-time.test.d.ts +1 -0
  913. package/dist/lib/components/ui/timeline/index.d.ts +8 -0
  914. package/dist/lib/components/ui/timeline/relative-time.d.ts +7 -0
  915. package/dist/lib/components/ui/timeline/timeline-item.d.ts +7 -0
  916. package/dist/lib/components/ui/timeline/timeline.d.ts +10 -0
  917. package/dist/lib/components/ui/timeline/timeline.stories.d.ts +19 -0
  918. package/dist/lib/components/ui/timeline/types.d.ts +14 -0
  919. package/dist/lib/components/ui/timezone-field/index.d.ts +4 -0
  920. package/dist/lib/components/ui/timezone-field/timezone-field.d.ts +5 -0
  921. package/dist/lib/components/ui/timezone-field/timezone-field.stories.d.ts +14 -0
  922. package/dist/lib/components/ui/timezone-field/timezones.d.ts +4 -0
  923. package/dist/lib/components/ui/timezone-field/timezones.test.d.ts +1 -0
  924. package/dist/lib/components/ui/toggle-group.d.ts +9 -0
  925. package/dist/lib/components/ui/toggle-group.stories.d.ts +25 -0
  926. package/dist/lib/components/ui/toggle.d.ts +9 -0
  927. package/dist/lib/components/ui/toggle.stories.d.ts +16 -0
  928. package/dist/lib/components/ui/tooltip.d.ts +10 -0
  929. package/dist/lib/components/ui/tooltip.stories.d.ts +15 -0
  930. package/dist/lib/components/ui/transfer-list/index.d.ts +3 -0
  931. package/dist/lib/components/ui/transfer-list/partials/transfer-list-actions.d.ts +18 -0
  932. package/dist/lib/components/ui/transfer-list/partials/transfer-list-board.d.ts +33 -0
  933. package/dist/lib/components/ui/transfer-list/partials/transfer-list-dnd.d.ts +13 -0
  934. package/dist/lib/components/ui/transfer-list/partials/transfer-list-droppable.d.ts +12 -0
  935. package/dist/lib/components/ui/transfer-list/partials/transfer-list-empty.d.ts +3 -0
  936. package/dist/lib/components/ui/transfer-list/partials/transfer-list-item-row.d.ts +4 -0
  937. package/dist/lib/components/ui/transfer-list/partials/transfer-list-item.d.ts +22 -0
  938. package/dist/lib/components/ui/transfer-list/partials/transfer-list-pane-body.d.ts +21 -0
  939. package/dist/lib/components/ui/transfer-list/partials/transfer-list-pane-header.d.ts +12 -0
  940. package/dist/lib/components/ui/transfer-list/partials/transfer-list-pane.d.ts +35 -0
  941. package/dist/lib/components/ui/transfer-list/transfer-list.d.ts +25 -0
  942. package/dist/lib/components/ui/transfer-list/transfer-list.dnd.d.ts +10 -0
  943. package/dist/lib/components/ui/transfer-list/transfer-list.dnd.test.d.ts +1 -0
  944. package/dist/lib/components/ui/transfer-list/transfer-list.keyboard.d.ts +46 -0
  945. package/dist/lib/components/ui/transfer-list/transfer-list.keyboard.test.d.ts +1 -0
  946. package/dist/lib/components/ui/transfer-list/transfer-list.slice.d.ts +110 -0
  947. package/dist/lib/components/ui/transfer-list/transfer-list.stories.d.ts +27 -0
  948. package/dist/lib/components/ui/transfer-list/transfer-list.stories.data.d.ts +3 -0
  949. package/dist/lib/components/ui/transfer-list/transfer-list.utils.d.ts +20 -0
  950. package/dist/lib/components/ui/transfer-list/transfer-list.utils.test.d.ts +1 -0
  951. package/dist/lib/components/ui/transfer-list/types.d.ts +29 -0
  952. package/dist/lib/components/ui/transfer-list/use-transfer-list.d.ts +52 -0
  953. package/dist/lib/components/ui/tree/index.d.ts +6 -0
  954. package/dist/lib/components/ui/tree/tree-item.d.ts +11 -0
  955. package/dist/lib/components/ui/tree/tree.d.ts +3 -0
  956. package/dist/lib/components/ui/tree/tree.stories.d.ts +16 -0
  957. package/dist/lib/components/ui/tree/tree.utils.d.ts +4 -0
  958. package/dist/lib/components/ui/tree/tree.utils.test.d.ts +1 -0
  959. package/dist/lib/components/ui/tree/types.d.ts +31 -0
  960. package/dist/lib/components/ui/tree/use-tree.d.ts +22 -0
  961. package/dist/lib/components/ui/typography.d.ts +7 -0
  962. package/dist/lib/components/ui/upload/index.d.ts +2 -0
  963. package/dist/lib/components/ui/upload/network-upload-field/index.d.ts +1 -0
  964. package/dist/lib/components/ui/upload/network-upload-field/network-upload-field.d.ts +33 -0
  965. package/dist/lib/components/ui/upload/network-upload-field/network-upload-field.slice.d.ts +249 -0
  966. package/dist/lib/components/ui/upload/network-upload-field/network-upload-field.stories.d.ts +31 -0
  967. package/dist/lib/components/ui/upload/network-upload-field/network-upload-field.utils.d.ts +40 -0
  968. package/dist/lib/components/ui/upload/network-upload-field/network-upload-field.utils.test.d.ts +1 -0
  969. package/dist/lib/components/ui/upload/network-upload-field/network-upload-item.d.ts +22 -0
  970. package/dist/lib/components/ui/upload/network-upload-field/use-file-drag-drop.d.ts +14 -0
  971. package/dist/lib/components/ui/upload/network-upload-field/use-network-upload-field.d.ts +19 -0
  972. package/dist/lib/components/ui/upload/network-upload-field/use-upload-items.d.ts +14 -0
  973. package/dist/lib/components/ui/upload/s3-upload-field/index.d.ts +1 -0
  974. package/dist/lib/components/ui/upload/s3-upload-field/s3-upload-field.d.ts +12 -0
  975. package/dist/lib/components/ui/upload/s3-upload-field/s3-upload-field.stories.d.ts +15 -0
  976. package/dist/lib/components/ui/upload/s3-upload-field/s3-upload-field.utils.d.ts +5 -0
  977. package/dist/lib/components/ui/upload-field.d.ts +14 -0
  978. package/dist/lib/components/ui/upload-field.stories.d.ts +22 -0
  979. package/dist/lib/components/ui/url-field/index.d.ts +3 -0
  980. package/dist/lib/components/ui/url-field/parse-url.d.ts +2 -0
  981. package/dist/lib/components/ui/url-field/parse-url.test.d.ts +1 -0
  982. package/dist/lib/components/ui/url-field/url-field.d.ts +3 -0
  983. package/dist/lib/components/ui/url-field/url-field.stories.d.ts +16 -0
  984. package/dist/lib/components/ui/video-player/index.d.ts +2 -0
  985. package/dist/lib/dnd/index.d.ts +1 -0
  986. package/dist/lib/hooks/index.d.ts +10 -0
  987. package/dist/lib/hooks/resolve-theme.d.ts +7 -0
  988. package/dist/lib/hooks/resolve-theme.test.d.ts +1 -0
  989. package/dist/lib/hooks/use-allowed-transitions.d.ts +31 -0
  990. package/dist/lib/hooks/use-is-client.d.ts +2 -0
  991. package/dist/lib/hooks/use-localized-date.d.ts +21 -0
  992. package/dist/lib/hooks/use-mobile.d.ts +1 -0
  993. package/dist/lib/hooks/use-navigation.d.ts +6 -0
  994. package/dist/lib/hooks/use-number-formatter.d.ts +12 -0
  995. package/dist/lib/hooks/use-options.d.ts +29 -0
  996. package/dist/lib/hooks/use-search-param.d.ts +10 -0
  997. package/dist/lib/hooks/use-theme.d.ts +7 -0
  998. package/dist/lib/i18n/consts.d.ts +7 -0
  999. package/dist/lib/i18n/i18n-provider.d.ts +61 -0
  1000. package/dist/lib/i18n/i18n-provider.stories.d.ts +29 -0
  1001. package/dist/lib/i18n/index.d.ts +8 -0
  1002. package/dist/lib/i18n/material-components.stories.d.ts +30 -0
  1003. package/dist/lib/i18n/merge-resources.d.ts +40 -0
  1004. package/dist/lib/i18n/merge-resources.test.d.ts +1 -0
  1005. package/dist/lib/i18n/resources/en/index.d.ts +761 -0
  1006. package/dist/lib/i18n/resources/en/material.json.d.ts +753 -0
  1007. package/dist/lib/i18n/resources/fr/index.d.ts +761 -0
  1008. package/dist/lib/i18n/resources/fr/material.json.d.ts +753 -0
  1009. package/dist/lib/i18n/resources/index.d.ts +1512 -0
  1010. package/dist/lib/i18n/translator.d.ts +28 -0
  1011. package/dist/lib/i18n/translator.test.d.ts +1 -0
  1012. package/dist/lib/i18n/types.d.ts +43 -0
  1013. package/dist/lib/i18n/use-material-translation.d.ts +21 -0
  1014. package/dist/lib/i18n/use-typed-translation.d.ts +27 -0
  1015. package/dist/lib/lib/array.utils.d.ts +13 -0
  1016. package/dist/lib/lib/array.utils.test.d.ts +1 -0
  1017. package/dist/lib/lib/build-field-options.d.ts +8 -0
  1018. package/dist/lib/lib/build-field-options.test.d.ts +1 -0
  1019. package/dist/lib/lib/client-only.utils.d.ts +22 -0
  1020. package/dist/lib/lib/date.utils.d.ts +28 -0
  1021. package/dist/lib/lib/date.utils.test.d.ts +1 -0
  1022. package/dist/lib/lib/format.utils.d.ts +4 -0
  1023. package/dist/lib/lib/format.utils.test.d.ts +1 -0
  1024. package/dist/lib/lib/index.d.ts +17 -0
  1025. package/dist/lib/lib/number.utils.d.ts +17 -0
  1026. package/dist/lib/lib/number.utils.spec.d.ts +1 -0
  1027. package/dist/lib/lib/object.utils.d.ts +11 -0
  1028. package/dist/lib/lib/object.utils.test.d.ts +1 -0
  1029. package/dist/lib/lib/promise.utils.d.ts +1 -0
  1030. package/dist/lib/lib/promise.utils.test.d.ts +1 -0
  1031. package/dist/lib/lib/redux/async-slice.d.ts +6 -0
  1032. package/dist/lib/lib/redux/filter-slice.d.ts +23 -0
  1033. package/dist/lib/lib/redux/filter-slice.test.d.ts +1 -0
  1034. package/dist/lib/lib/redux/index.d.ts +7 -0
  1035. package/dist/lib/lib/redux/status-slice.d.ts +50 -0
  1036. package/dist/lib/lib/redux/status-slice.test.d.ts +1 -0
  1037. package/dist/lib/lib/redux/step-form-slice.d.ts +48 -0
  1038. package/dist/lib/lib/redux/step-form-slice.test.d.ts +1 -0
  1039. package/dist/lib/lib/redux/use-actions.d.ts +2 -0
  1040. package/dist/lib/lib/redux/use-slice-reducer.d.ts +3 -0
  1041. package/dist/lib/lib/redux/use-slice-reducer.test.d.ts +1 -0
  1042. package/dist/lib/lib/redux/use-slice-selector.d.ts +5 -0
  1043. package/dist/lib/lib/storage.utils.d.ts +8 -0
  1044. package/dist/lib/lib/storage.utils.test.d.ts +1 -0
  1045. package/dist/lib/lib/string.utils.d.ts +6 -0
  1046. package/dist/lib/lib/string.utils.test.d.ts +1 -0
  1047. package/dist/lib/lib/styles.utils.d.ts +3 -0
  1048. package/dist/lib/lib/styles.utils.test.d.ts +1 -0
  1049. package/dist/lib/lib/ui.utils.d.ts +7 -0
  1050. package/dist/lib/lib/upload.utils.d.ts +1 -0
  1051. package/dist/lib/lib/upload.utils.test.d.ts +1 -0
  1052. package/dist/lib/lib/url.utils.d.ts +2 -0
  1053. package/dist/lib/lib/url.utils.test.d.ts +1 -0
  1054. package/dist/lib/lib/utils.d.ts +2 -0
  1055. package/dist/lib/lib/utils.test.d.ts +1 -0
  1056. package/dist/lib/lib/zod-error-map.d.ts +26 -0
  1057. package/dist/lib/lib/zod-error-map.test.d.ts +1 -0
  1058. package/dist/lib/main.d.ts +6 -0
  1059. package/dist/lib/models/index.d.ts +1 -0
  1060. package/dist/lib/models/status.d.ts +5 -0
  1061. package/dist/lib/types/functions.d.ts +36 -0
  1062. package/dist/lib/types/index.d.ts +1 -0
  1063. package/dist/lib-CaKARQ-7.js +2363 -0
  1064. package/dist/lib.js +3 -0
  1065. package/dist/main-BXsIMfbM.js +159901 -0
  1066. package/dist/main.js +6 -0
  1067. package/dist/material.css +3 -0
  1068. package/dist/models.js +0 -0
  1069. package/dist/number.utils-BR3XO6me.js +2681 -0
  1070. package/dist/pdf.worker.min-DRpqlnXj.js +4 -0
  1071. package/dist/styles.css +455 -0
  1072. package/dist/types.js +0 -0
  1073. package/package.json +188 -0
@@ -0,0 +1,4617 @@
1
+ import { createContext as e, useCallback as t, useContext as n, useMemo as r, useState as i } from "react";
2
+ import { jsx as a } from "react/jsx-runtime";
3
+ //#region node_modules/lodash-es/_freeGlobal.js
4
+ var o = typeof global == "object" && global && global.Object === Object && global, s = typeof self == "object" && self && self.Object === Object && self, c = o || s || Function("return this")(), l = c.Symbol, u = Object.prototype, d = u.hasOwnProperty, f = u.toString, p = l ? l.toStringTag : void 0;
5
+ function m(e) {
6
+ var t = d.call(e, p), n = e[p];
7
+ try {
8
+ e[p] = void 0;
9
+ var r = !0;
10
+ } catch {}
11
+ var i = f.call(e);
12
+ return r && (t ? e[p] = n : delete e[p]), i;
13
+ }
14
+ //#endregion
15
+ //#region node_modules/lodash-es/_objectToString.js
16
+ var ee = Object.prototype.toString;
17
+ function te(e) {
18
+ return ee.call(e);
19
+ }
20
+ //#endregion
21
+ //#region node_modules/lodash-es/_baseGetTag.js
22
+ var ne = "[object Null]", re = "[object Undefined]", ie = l ? l.toStringTag : void 0;
23
+ function h(e) {
24
+ return e == null ? e === void 0 ? re : ne : ie && ie in Object(e) ? m(e) : te(e);
25
+ }
26
+ //#endregion
27
+ //#region node_modules/lodash-es/isObjectLike.js
28
+ function g(e) {
29
+ return typeof e == "object" && !!e;
30
+ }
31
+ //#endregion
32
+ //#region node_modules/lodash-es/isSymbol.js
33
+ var ae = "[object Symbol]";
34
+ function oe(e) {
35
+ return typeof e == "symbol" || g(e) && h(e) == ae;
36
+ }
37
+ //#endregion
38
+ //#region node_modules/lodash-es/_arrayMap.js
39
+ function se(e, t) {
40
+ for (var n = -1, r = e == null ? 0 : e.length, i = Array(r); ++n < r;) i[n] = t(e[n], n, e);
41
+ return i;
42
+ }
43
+ //#endregion
44
+ //#region node_modules/lodash-es/isArray.js
45
+ var _ = Array.isArray, ce = Infinity, le = l ? l.prototype : void 0, ue = le ? le.toString : void 0;
46
+ function de(e) {
47
+ if (typeof e == "string") return e;
48
+ if (_(e)) return se(e, de) + "";
49
+ if (oe(e)) return ue ? ue.call(e) : "";
50
+ var t = e + "";
51
+ return t == "0" && 1 / e == -ce ? "-0" : t;
52
+ }
53
+ //#endregion
54
+ //#region node_modules/lodash-es/isObject.js
55
+ function v(e) {
56
+ var t = typeof e;
57
+ return e != null && (t == "object" || t == "function");
58
+ }
59
+ //#endregion
60
+ //#region node_modules/lodash-es/identity.js
61
+ function y(e) {
62
+ return e;
63
+ }
64
+ //#endregion
65
+ //#region node_modules/lodash-es/isFunction.js
66
+ var fe = "[object AsyncFunction]", pe = "[object Function]", me = "[object GeneratorFunction]", he = "[object Proxy]";
67
+ function b(e) {
68
+ if (!v(e)) return !1;
69
+ var t = h(e);
70
+ return t == pe || t == me || t == fe || t == he;
71
+ }
72
+ //#endregion
73
+ //#region node_modules/lodash-es/_coreJsData.js
74
+ var x = c["__core-js_shared__"], ge = function() {
75
+ var e = /[^.]+$/.exec(x && x.keys && x.keys.IE_PROTO || "");
76
+ return e ? "Symbol(src)_1." + e : "";
77
+ }();
78
+ function _e(e) {
79
+ return !!ge && ge in e;
80
+ }
81
+ //#endregion
82
+ //#region node_modules/lodash-es/_toSource.js
83
+ var ve = Function.prototype.toString;
84
+ function ye(e) {
85
+ if (e != null) {
86
+ try {
87
+ return ve.call(e);
88
+ } catch {}
89
+ try {
90
+ return e + "";
91
+ } catch {}
92
+ }
93
+ return "";
94
+ }
95
+ //#endregion
96
+ //#region node_modules/lodash-es/_baseIsNative.js
97
+ var be = /[\\^$.*+?()[\]{}|]/g, xe = /^\[object .+?Constructor\]$/, Se = Function.prototype, Ce = Object.prototype, we = Se.toString, Te = Ce.hasOwnProperty, Ee = RegExp("^" + we.call(Te).replace(be, "\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g, "$1.*?") + "$");
98
+ function De(e) {
99
+ return !v(e) || _e(e) ? !1 : (b(e) ? Ee : xe).test(ye(e));
100
+ }
101
+ //#endregion
102
+ //#region node_modules/lodash-es/_getValue.js
103
+ function Oe(e, t) {
104
+ return e?.[t];
105
+ }
106
+ //#endregion
107
+ //#region node_modules/lodash-es/_getNative.js
108
+ function S(e, t) {
109
+ var n = Oe(e, t);
110
+ return De(n) ? n : void 0;
111
+ }
112
+ //#endregion
113
+ //#region node_modules/lodash-es/_baseCreate.js
114
+ var ke = Object.create, Ae = function() {
115
+ function e() {}
116
+ return function(t) {
117
+ if (!v(t)) return {};
118
+ if (ke) return ke(t);
119
+ e.prototype = t;
120
+ var n = new e();
121
+ return e.prototype = void 0, n;
122
+ };
123
+ }();
124
+ //#endregion
125
+ //#region node_modules/lodash-es/_apply.js
126
+ function je(e, t, n) {
127
+ switch (n.length) {
128
+ case 0: return e.call(t);
129
+ case 1: return e.call(t, n[0]);
130
+ case 2: return e.call(t, n[0], n[1]);
131
+ case 3: return e.call(t, n[0], n[1], n[2]);
132
+ }
133
+ return e.apply(t, n);
134
+ }
135
+ //#endregion
136
+ //#region node_modules/lodash-es/_copyArray.js
137
+ function Me(e, t) {
138
+ var n = -1, r = e.length;
139
+ for (t ||= Array(r); ++n < r;) t[n] = e[n];
140
+ return t;
141
+ }
142
+ //#endregion
143
+ //#region node_modules/lodash-es/_shortOut.js
144
+ var Ne = 800, Pe = 16, Fe = Date.now;
145
+ function Ie(e) {
146
+ var t = 0, n = 0;
147
+ return function() {
148
+ var r = Fe(), i = Pe - (r - n);
149
+ if (n = r, i > 0) {
150
+ if (++t >= Ne) return arguments[0];
151
+ } else t = 0;
152
+ return e.apply(void 0, arguments);
153
+ };
154
+ }
155
+ //#endregion
156
+ //#region node_modules/lodash-es/constant.js
157
+ function Le(e) {
158
+ return function() {
159
+ return e;
160
+ };
161
+ }
162
+ //#endregion
163
+ //#region node_modules/lodash-es/_defineProperty.js
164
+ var C = function() {
165
+ try {
166
+ var e = S(Object, "defineProperty");
167
+ return e({}, "", {}), e;
168
+ } catch {}
169
+ }(), Re = Ie(C ? function(e, t) {
170
+ return C(e, "toString", {
171
+ configurable: !0,
172
+ enumerable: !1,
173
+ value: Le(t),
174
+ writable: !0
175
+ });
176
+ } : y), ze = 9007199254740991, Be = /^(?:0|[1-9]\d*)$/;
177
+ function w(e, t) {
178
+ var n = typeof e;
179
+ return t ??= ze, !!t && (n == "number" || n != "symbol" && Be.test(e)) && e > -1 && e % 1 == 0 && e < t;
180
+ }
181
+ //#endregion
182
+ //#region node_modules/lodash-es/_baseAssignValue.js
183
+ function Ve(e, t, n) {
184
+ t == "__proto__" && C ? C(e, t, {
185
+ configurable: !0,
186
+ enumerable: !0,
187
+ value: n,
188
+ writable: !0
189
+ }) : e[t] = n;
190
+ }
191
+ //#endregion
192
+ //#region node_modules/lodash-es/eq.js
193
+ function T(e, t) {
194
+ return e === t || e !== e && t !== t;
195
+ }
196
+ //#endregion
197
+ //#region node_modules/lodash-es/_assignValue.js
198
+ var He = Object.prototype.hasOwnProperty;
199
+ function Ue(e, t, n) {
200
+ var r = e[t];
201
+ (!(He.call(e, t) && T(r, n)) || n === void 0 && !(t in e)) && Ve(e, t, n);
202
+ }
203
+ //#endregion
204
+ //#region node_modules/lodash-es/_copyObject.js
205
+ function We(e, t, n, r) {
206
+ var i = !n;
207
+ n ||= {};
208
+ for (var a = -1, o = t.length; ++a < o;) {
209
+ var s = t[a], c = r ? r(n[s], e[s], s, n, e) : void 0;
210
+ c === void 0 && (c = e[s]), i ? Ve(n, s, c) : Ue(n, s, c);
211
+ }
212
+ return n;
213
+ }
214
+ //#endregion
215
+ //#region node_modules/lodash-es/_overRest.js
216
+ var Ge = Math.max;
217
+ function Ke(e, t, n) {
218
+ return t = Ge(t === void 0 ? e.length - 1 : t, 0), function() {
219
+ for (var r = arguments, i = -1, a = Ge(r.length - t, 0), o = Array(a); ++i < a;) o[i] = r[t + i];
220
+ i = -1;
221
+ for (var s = Array(t + 1); ++i < t;) s[i] = r[i];
222
+ return s[t] = n(o), je(e, this, s);
223
+ };
224
+ }
225
+ //#endregion
226
+ //#region node_modules/lodash-es/_baseRest.js
227
+ function qe(e, t) {
228
+ return Re(Ke(e, t, y), e + "");
229
+ }
230
+ //#endregion
231
+ //#region node_modules/lodash-es/isLength.js
232
+ var Je = 9007199254740991;
233
+ function E(e) {
234
+ return typeof e == "number" && e > -1 && e % 1 == 0 && e <= Je;
235
+ }
236
+ //#endregion
237
+ //#region node_modules/lodash-es/isArrayLike.js
238
+ function D(e) {
239
+ return e != null && E(e.length) && !b(e);
240
+ }
241
+ //#endregion
242
+ //#region node_modules/lodash-es/_isIterateeCall.js
243
+ function Ye(e, t, n) {
244
+ if (!v(n)) return !1;
245
+ var r = typeof t;
246
+ return (r == "number" ? D(n) && w(t, n.length) : r == "string" && t in n) ? T(n[t], e) : !1;
247
+ }
248
+ //#endregion
249
+ //#region node_modules/lodash-es/_createAssigner.js
250
+ function Xe(e) {
251
+ return qe(function(t, n) {
252
+ var r = -1, i = n.length, a = i > 1 ? n[i - 1] : void 0, o = i > 2 ? n[2] : void 0;
253
+ for (a = e.length > 3 && typeof a == "function" ? (i--, a) : void 0, o && Ye(n[0], n[1], o) && (a = i < 3 ? void 0 : a, i = 1), t = Object(t); ++r < i;) {
254
+ var s = n[r];
255
+ s && e(t, s, r, a);
256
+ }
257
+ return t;
258
+ });
259
+ }
260
+ //#endregion
261
+ //#region node_modules/lodash-es/_isPrototype.js
262
+ var Ze = Object.prototype;
263
+ function Qe(e) {
264
+ var t = e && e.constructor;
265
+ return e === (typeof t == "function" && t.prototype || Ze);
266
+ }
267
+ //#endregion
268
+ //#region node_modules/lodash-es/_baseTimes.js
269
+ function $e(e, t) {
270
+ for (var n = -1, r = Array(e); ++n < e;) r[n] = t(n);
271
+ return r;
272
+ }
273
+ //#endregion
274
+ //#region node_modules/lodash-es/_baseIsArguments.js
275
+ var et = "[object Arguments]";
276
+ function tt(e) {
277
+ return g(e) && h(e) == et;
278
+ }
279
+ //#endregion
280
+ //#region node_modules/lodash-es/isArguments.js
281
+ var nt = Object.prototype, rt = nt.hasOwnProperty, it = nt.propertyIsEnumerable, O = tt(function() {
282
+ return arguments;
283
+ }()) ? tt : function(e) {
284
+ return g(e) && rt.call(e, "callee") && !it.call(e, "callee");
285
+ };
286
+ //#endregion
287
+ //#region node_modules/lodash-es/stubFalse.js
288
+ function at() {
289
+ return !1;
290
+ }
291
+ //#endregion
292
+ //#region node_modules/lodash-es/isBuffer.js
293
+ var ot = typeof exports == "object" && exports && !exports.nodeType && exports, st = ot && typeof module == "object" && module && !module.nodeType && module, ct = st && st.exports === ot ? c.Buffer : void 0, k = (ct ? ct.isBuffer : void 0) || at, lt = "[object Arguments]", ut = "[object Array]", dt = "[object Boolean]", ft = "[object Date]", pt = "[object Error]", mt = "[object Function]", ht = "[object Map]", gt = "[object Number]", _t = "[object Object]", vt = "[object RegExp]", yt = "[object Set]", bt = "[object String]", xt = "[object WeakMap]", St = "[object ArrayBuffer]", Ct = "[object DataView]", wt = "[object Float32Array]", Tt = "[object Float64Array]", Et = "[object Int8Array]", Dt = "[object Int16Array]", Ot = "[object Int32Array]", kt = "[object Uint8Array]", At = "[object Uint8ClampedArray]", jt = "[object Uint16Array]", Mt = "[object Uint32Array]", A = {};
294
+ A[wt] = A[Tt] = A[Et] = A[Dt] = A[Ot] = A[kt] = A[At] = A[jt] = A[Mt] = !0, A[lt] = A[ut] = A[St] = A[dt] = A[Ct] = A[ft] = A[pt] = A[mt] = A[ht] = A[gt] = A[_t] = A[vt] = A[yt] = A[bt] = A[xt] = !1;
295
+ function Nt(e) {
296
+ return g(e) && E(e.length) && !!A[h(e)];
297
+ }
298
+ //#endregion
299
+ //#region node_modules/lodash-es/_baseUnary.js
300
+ function Pt(e) {
301
+ return function(t) {
302
+ return e(t);
303
+ };
304
+ }
305
+ //#endregion
306
+ //#region node_modules/lodash-es/_nodeUtil.js
307
+ var Ft = typeof exports == "object" && exports && !exports.nodeType && exports, j = Ft && typeof module == "object" && module && !module.nodeType && module, M = j && j.exports === Ft && o.process, It = function() {
308
+ try {
309
+ return j && j.require && j.require("util").types || M && M.binding && M.binding("util");
310
+ } catch {}
311
+ }(), Lt = It && It.isTypedArray, Rt = Lt ? Pt(Lt) : Nt, zt = Object.prototype.hasOwnProperty;
312
+ function Bt(e, t) {
313
+ var n = _(e), r = !n && O(e), i = !n && !r && k(e), a = !n && !r && !i && Rt(e), o = n || r || i || a, s = o ? $e(e.length, String) : [], c = s.length;
314
+ for (var l in e) (t || zt.call(e, l)) && !(o && (l == "length" || i && (l == "offset" || l == "parent") || a && (l == "buffer" || l == "byteLength" || l == "byteOffset") || w(l, c))) && s.push(l);
315
+ return s;
316
+ }
317
+ //#endregion
318
+ //#region node_modules/lodash-es/_overArg.js
319
+ function Vt(e, t) {
320
+ return function(n) {
321
+ return e(t(n));
322
+ };
323
+ }
324
+ //#endregion
325
+ //#region node_modules/lodash-es/_nativeKeysIn.js
326
+ function Ht(e) {
327
+ var t = [];
328
+ if (e != null) for (var n in Object(e)) t.push(n);
329
+ return t;
330
+ }
331
+ //#endregion
332
+ //#region node_modules/lodash-es/_baseKeysIn.js
333
+ var Ut = Object.prototype.hasOwnProperty;
334
+ function Wt(e) {
335
+ if (!v(e)) return Ht(e);
336
+ var t = Qe(e), n = [];
337
+ for (var r in e) r == "constructor" && (t || !Ut.call(e, r)) || n.push(r);
338
+ return n;
339
+ }
340
+ //#endregion
341
+ //#region node_modules/lodash-es/keysIn.js
342
+ function Gt(e) {
343
+ return D(e) ? Bt(e, !0) : Wt(e);
344
+ }
345
+ //#endregion
346
+ //#region node_modules/lodash-es/_isKey.js
347
+ var Kt = /\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/, qt = /^\w*$/;
348
+ function Jt(e, t) {
349
+ if (_(e)) return !1;
350
+ var n = typeof e;
351
+ return n == "number" || n == "symbol" || n == "boolean" || e == null || oe(e) ? !0 : qt.test(e) || !Kt.test(e) || t != null && e in Object(t);
352
+ }
353
+ //#endregion
354
+ //#region node_modules/lodash-es/_nativeCreate.js
355
+ var N = S(Object, "create");
356
+ //#endregion
357
+ //#region node_modules/lodash-es/_hashClear.js
358
+ function Yt() {
359
+ this.__data__ = N ? N(null) : {}, this.size = 0;
360
+ }
361
+ //#endregion
362
+ //#region node_modules/lodash-es/_hashDelete.js
363
+ function Xt(e) {
364
+ var t = this.has(e) && delete this.__data__[e];
365
+ return this.size -= +!!t, t;
366
+ }
367
+ //#endregion
368
+ //#region node_modules/lodash-es/_hashGet.js
369
+ var Zt = "__lodash_hash_undefined__", Qt = Object.prototype.hasOwnProperty;
370
+ function $t(e) {
371
+ var t = this.__data__;
372
+ if (N) {
373
+ var n = t[e];
374
+ return n === Zt ? void 0 : n;
375
+ }
376
+ return Qt.call(t, e) ? t[e] : void 0;
377
+ }
378
+ //#endregion
379
+ //#region node_modules/lodash-es/_hashHas.js
380
+ var en = Object.prototype.hasOwnProperty;
381
+ function tn(e) {
382
+ var t = this.__data__;
383
+ return N ? t[e] !== void 0 : en.call(t, e);
384
+ }
385
+ //#endregion
386
+ //#region node_modules/lodash-es/_hashSet.js
387
+ var nn = "__lodash_hash_undefined__";
388
+ function rn(e, t) {
389
+ var n = this.__data__;
390
+ return this.size += +!this.has(e), n[e] = N && t === void 0 ? nn : t, this;
391
+ }
392
+ //#endregion
393
+ //#region node_modules/lodash-es/_Hash.js
394
+ function P(e) {
395
+ var t = -1, n = e == null ? 0 : e.length;
396
+ for (this.clear(); ++t < n;) {
397
+ var r = e[t];
398
+ this.set(r[0], r[1]);
399
+ }
400
+ }
401
+ P.prototype.clear = Yt, P.prototype.delete = Xt, P.prototype.get = $t, P.prototype.has = tn, P.prototype.set = rn;
402
+ //#endregion
403
+ //#region node_modules/lodash-es/_listCacheClear.js
404
+ function an() {
405
+ this.__data__ = [], this.size = 0;
406
+ }
407
+ //#endregion
408
+ //#region node_modules/lodash-es/_assocIndexOf.js
409
+ function F(e, t) {
410
+ for (var n = e.length; n--;) if (T(e[n][0], t)) return n;
411
+ return -1;
412
+ }
413
+ //#endregion
414
+ //#region node_modules/lodash-es/_listCacheDelete.js
415
+ var on = Array.prototype.splice;
416
+ function sn(e) {
417
+ var t = this.__data__, n = F(t, e);
418
+ return n < 0 ? !1 : (n == t.length - 1 ? t.pop() : on.call(t, n, 1), --this.size, !0);
419
+ }
420
+ //#endregion
421
+ //#region node_modules/lodash-es/_listCacheGet.js
422
+ function cn(e) {
423
+ var t = this.__data__, n = F(t, e);
424
+ return n < 0 ? void 0 : t[n][1];
425
+ }
426
+ //#endregion
427
+ //#region node_modules/lodash-es/_listCacheHas.js
428
+ function ln(e) {
429
+ return F(this.__data__, e) > -1;
430
+ }
431
+ //#endregion
432
+ //#region node_modules/lodash-es/_listCacheSet.js
433
+ function un(e, t) {
434
+ var n = this.__data__, r = F(n, e);
435
+ return r < 0 ? (++this.size, n.push([e, t])) : n[r][1] = t, this;
436
+ }
437
+ //#endregion
438
+ //#region node_modules/lodash-es/_ListCache.js
439
+ function I(e) {
440
+ var t = -1, n = e == null ? 0 : e.length;
441
+ for (this.clear(); ++t < n;) {
442
+ var r = e[t];
443
+ this.set(r[0], r[1]);
444
+ }
445
+ }
446
+ I.prototype.clear = an, I.prototype.delete = sn, I.prototype.get = cn, I.prototype.has = ln, I.prototype.set = un;
447
+ //#endregion
448
+ //#region node_modules/lodash-es/_Map.js
449
+ var L = S(c, "Map");
450
+ //#endregion
451
+ //#region node_modules/lodash-es/_mapCacheClear.js
452
+ function dn() {
453
+ this.size = 0, this.__data__ = {
454
+ hash: new P(),
455
+ map: new (L || I)(),
456
+ string: new P()
457
+ };
458
+ }
459
+ //#endregion
460
+ //#region node_modules/lodash-es/_isKeyable.js
461
+ function fn(e) {
462
+ var t = typeof e;
463
+ return t == "string" || t == "number" || t == "symbol" || t == "boolean" ? e !== "__proto__" : e === null;
464
+ }
465
+ //#endregion
466
+ //#region node_modules/lodash-es/_getMapData.js
467
+ function R(e, t) {
468
+ var n = e.__data__;
469
+ return fn(t) ? n[typeof t == "string" ? "string" : "hash"] : n.map;
470
+ }
471
+ //#endregion
472
+ //#region node_modules/lodash-es/_mapCacheDelete.js
473
+ function pn(e) {
474
+ var t = R(this, e).delete(e);
475
+ return this.size -= +!!t, t;
476
+ }
477
+ //#endregion
478
+ //#region node_modules/lodash-es/_mapCacheGet.js
479
+ function mn(e) {
480
+ return R(this, e).get(e);
481
+ }
482
+ //#endregion
483
+ //#region node_modules/lodash-es/_mapCacheHas.js
484
+ function hn(e) {
485
+ return R(this, e).has(e);
486
+ }
487
+ //#endregion
488
+ //#region node_modules/lodash-es/_mapCacheSet.js
489
+ function gn(e, t) {
490
+ var n = R(this, e), r = n.size;
491
+ return n.set(e, t), this.size += n.size == r ? 0 : 1, this;
492
+ }
493
+ //#endregion
494
+ //#region node_modules/lodash-es/_MapCache.js
495
+ function z(e) {
496
+ var t = -1, n = e == null ? 0 : e.length;
497
+ for (this.clear(); ++t < n;) {
498
+ var r = e[t];
499
+ this.set(r[0], r[1]);
500
+ }
501
+ }
502
+ z.prototype.clear = dn, z.prototype.delete = pn, z.prototype.get = mn, z.prototype.has = hn, z.prototype.set = gn;
503
+ //#endregion
504
+ //#region node_modules/lodash-es/memoize.js
505
+ var _n = "Expected a function";
506
+ function B(e, t) {
507
+ if (typeof e != "function" || t != null && typeof t != "function") throw TypeError(_n);
508
+ var n = function() {
509
+ var r = arguments, i = t ? t.apply(this, r) : r[0], a = n.cache;
510
+ if (a.has(i)) return a.get(i);
511
+ var o = e.apply(this, r);
512
+ return n.cache = a.set(i, o) || a, o;
513
+ };
514
+ return n.cache = new (B.Cache || z)(), n;
515
+ }
516
+ B.Cache = z;
517
+ //#endregion
518
+ //#region node_modules/lodash-es/_memoizeCapped.js
519
+ var vn = 500;
520
+ function yn(e) {
521
+ var t = B(e, function(e) {
522
+ return n.size === vn && n.clear(), e;
523
+ }), n = t.cache;
524
+ return t;
525
+ }
526
+ //#endregion
527
+ //#region node_modules/lodash-es/_stringToPath.js
528
+ var bn = /[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g, xn = /\\(\\)?/g, Sn = yn(function(e) {
529
+ var t = [];
530
+ return e.charCodeAt(0) === 46 && t.push(""), e.replace(bn, function(e, n, r, i) {
531
+ t.push(r ? i.replace(xn, "$1") : n || e);
532
+ }), t;
533
+ });
534
+ //#endregion
535
+ //#region node_modules/lodash-es/toString.js
536
+ function Cn(e) {
537
+ return e == null ? "" : de(e);
538
+ }
539
+ //#endregion
540
+ //#region node_modules/lodash-es/_castPath.js
541
+ function wn(e, t) {
542
+ return _(e) ? e : Jt(e, t) ? [e] : Sn(Cn(e));
543
+ }
544
+ //#endregion
545
+ //#region node_modules/lodash-es/_toKey.js
546
+ var Tn = Infinity;
547
+ function En(e) {
548
+ if (typeof e == "string" || oe(e)) return e;
549
+ var t = e + "";
550
+ return t == "0" && 1 / e == -Tn ? "-0" : t;
551
+ }
552
+ //#endregion
553
+ //#region node_modules/lodash-es/_baseGet.js
554
+ function Dn(e, t) {
555
+ t = wn(t, e);
556
+ for (var n = 0, r = t.length; e != null && n < r;) e = e[En(t[n++])];
557
+ return n && n == r ? e : void 0;
558
+ }
559
+ //#endregion
560
+ //#region node_modules/lodash-es/get.js
561
+ function On(e, t, n) {
562
+ var r = e == null ? void 0 : Dn(e, t);
563
+ return r === void 0 ? n : r;
564
+ }
565
+ //#endregion
566
+ //#region node_modules/lodash-es/_getPrototype.js
567
+ var V = Vt(Object.getPrototypeOf, Object), kn = "[object Object]", An = Function.prototype, jn = Object.prototype, Mn = An.toString, Nn = jn.hasOwnProperty, Pn = Mn.call(Object);
568
+ function H(e) {
569
+ if (!g(e) || h(e) != kn) return !1;
570
+ var t = V(e);
571
+ if (t === null) return !0;
572
+ var n = Nn.call(t, "constructor") && t.constructor;
573
+ return typeof n == "function" && n instanceof n && Mn.call(n) == Pn;
574
+ }
575
+ //#endregion
576
+ //#region node_modules/lodash-es/_stackClear.js
577
+ function Fn() {
578
+ this.__data__ = new I(), this.size = 0;
579
+ }
580
+ //#endregion
581
+ //#region node_modules/lodash-es/_stackDelete.js
582
+ function In(e) {
583
+ var t = this.__data__, n = t.delete(e);
584
+ return this.size = t.size, n;
585
+ }
586
+ //#endregion
587
+ //#region node_modules/lodash-es/_stackGet.js
588
+ function Ln(e) {
589
+ return this.__data__.get(e);
590
+ }
591
+ //#endregion
592
+ //#region node_modules/lodash-es/_stackHas.js
593
+ function Rn(e) {
594
+ return this.__data__.has(e);
595
+ }
596
+ //#endregion
597
+ //#region node_modules/lodash-es/_stackSet.js
598
+ var zn = 200;
599
+ function Bn(e, t) {
600
+ var n = this.__data__;
601
+ if (n instanceof I) {
602
+ var r = n.__data__;
603
+ if (!L || r.length < zn - 1) return r.push([e, t]), this.size = ++n.size, this;
604
+ n = this.__data__ = new z(r);
605
+ }
606
+ return n.set(e, t), this.size = n.size, this;
607
+ }
608
+ //#endregion
609
+ //#region node_modules/lodash-es/_Stack.js
610
+ function U(e) {
611
+ var t = this.__data__ = new I(e);
612
+ this.size = t.size;
613
+ }
614
+ U.prototype.clear = Fn, U.prototype.delete = In, U.prototype.get = Ln, U.prototype.has = Rn, U.prototype.set = Bn;
615
+ //#endregion
616
+ //#region node_modules/lodash-es/_cloneBuffer.js
617
+ var Vn = typeof exports == "object" && exports && !exports.nodeType && exports, Hn = Vn && typeof module == "object" && module && !module.nodeType && module, Un = Hn && Hn.exports === Vn ? c.Buffer : void 0, Wn = Un ? Un.allocUnsafe : void 0;
618
+ function Gn(e, t) {
619
+ if (t) return e.slice();
620
+ var n = e.length, r = Wn ? Wn(n) : new e.constructor(n);
621
+ return e.copy(r), r;
622
+ }
623
+ //#endregion
624
+ //#region node_modules/lodash-es/_Uint8Array.js
625
+ var W = c.Uint8Array;
626
+ //#endregion
627
+ //#region node_modules/lodash-es/_cloneArrayBuffer.js
628
+ function Kn(e) {
629
+ var t = new e.constructor(e.byteLength);
630
+ return new W(t).set(new W(e)), t;
631
+ }
632
+ //#endregion
633
+ //#region node_modules/lodash-es/_cloneTypedArray.js
634
+ function qn(e, t) {
635
+ var n = t ? Kn(e.buffer) : e.buffer;
636
+ return new e.constructor(n, e.byteOffset, e.length);
637
+ }
638
+ //#endregion
639
+ //#region node_modules/lodash-es/_initCloneObject.js
640
+ function Jn(e) {
641
+ return typeof e.constructor == "function" && !Qe(e) ? Ae(V(e)) : {};
642
+ }
643
+ //#endregion
644
+ //#region node_modules/lodash-es/_createBaseFor.js
645
+ function Yn(e) {
646
+ return function(t, n, r) {
647
+ for (var i = -1, a = Object(t), o = r(t), s = o.length; s--;) {
648
+ var c = o[e ? s : ++i];
649
+ if (n(a[c], c, a) === !1) break;
650
+ }
651
+ return t;
652
+ };
653
+ }
654
+ //#endregion
655
+ //#region node_modules/lodash-es/_baseFor.js
656
+ var Xn = Yn();
657
+ //#endregion
658
+ //#region node_modules/lodash-es/_assignMergeValue.js
659
+ function G(e, t, n) {
660
+ (n !== void 0 && !T(e[t], n) || n === void 0 && !(t in e)) && Ve(e, t, n);
661
+ }
662
+ //#endregion
663
+ //#region node_modules/lodash-es/isArrayLikeObject.js
664
+ function Zn(e) {
665
+ return g(e) && D(e);
666
+ }
667
+ //#endregion
668
+ //#region node_modules/lodash-es/_safeGet.js
669
+ function K(e, t) {
670
+ if (!(t === "constructor" && typeof e[t] == "function") && t != "__proto__") return e[t];
671
+ }
672
+ //#endregion
673
+ //#region node_modules/lodash-es/toPlainObject.js
674
+ function Qn(e) {
675
+ return We(e, Gt(e));
676
+ }
677
+ //#endregion
678
+ //#region node_modules/lodash-es/_baseMergeDeep.js
679
+ function $n(e, t, n, r, i, a, o) {
680
+ var s = K(e, n), c = K(t, n), l = o.get(c);
681
+ if (l) {
682
+ G(e, n, l);
683
+ return;
684
+ }
685
+ var u = a ? a(s, c, n + "", e, t, o) : void 0, d = u === void 0;
686
+ if (d) {
687
+ var f = _(c), p = !f && k(c), m = !f && !p && Rt(c);
688
+ u = c, f || p || m ? _(s) ? u = s : Zn(s) ? u = Me(s) : p ? (d = !1, u = Gn(c, !0)) : m ? (d = !1, u = qn(c, !0)) : u = [] : H(c) || O(c) ? (u = s, O(s) ? u = Qn(s) : (!v(s) || b(s)) && (u = Jn(c))) : d = !1;
689
+ }
690
+ d && (o.set(c, u), i(u, c, r, a, o), o.delete(c)), G(e, n, u);
691
+ }
692
+ //#endregion
693
+ //#region node_modules/lodash-es/_baseMerge.js
694
+ function er(e, t, n, r, i) {
695
+ e !== t && Xn(t, function(a, o) {
696
+ if (i ||= new U(), v(a)) $n(e, t, o, n, er, r, i);
697
+ else {
698
+ var s = r ? r(K(e, o), a, o + "", e, t, i) : void 0;
699
+ s === void 0 && (s = a), G(e, o, s);
700
+ }
701
+ }, Gt);
702
+ }
703
+ //#endregion
704
+ //#region node_modules/lodash-es/merge.js
705
+ var tr = Xe(function(e, t, n) {
706
+ er(e, t, n);
707
+ }), q = {
708
+ en: { material: {
709
+ "empty-state": {
710
+ "not-found": {
711
+ title: "Page Not Found",
712
+ description: "The page you are looking for doesn't exist or has been moved."
713
+ },
714
+ unauthorized: {
715
+ title: "Access Denied",
716
+ description: "You don't have permission to view this content."
717
+ },
718
+ generic: {
719
+ title: "Something Went Wrong",
720
+ description: "An unexpected error occurred. Please try again later."
721
+ },
722
+ empty: {
723
+ title: "No Data Found",
724
+ description: "There is nothing to display here at the moment."
725
+ }
726
+ },
727
+ command: {
728
+ title: "Command Palette",
729
+ description: "Search for a command to run..."
730
+ },
731
+ upload: { dropzone: {
732
+ idle: "Drag & drop files here, or click to browse",
733
+ "at-capacity": "Maximum number of files reached",
734
+ "files-selected": "{count, plural, =0 {No file selected} one {# file selected} other {# files selected}}"
735
+ } },
736
+ "image-field": {
737
+ choose: "Choose image",
738
+ replace: "Replace",
739
+ remove: "Remove",
740
+ retry: "Retry"
741
+ },
742
+ language: {
743
+ en: "English",
744
+ fr: "French"
745
+ },
746
+ buttons: {
747
+ "load-more": "Load more",
748
+ ok: "OK",
749
+ add: "Add",
750
+ save: "Save",
751
+ delete: "Delete"
752
+ },
753
+ code: {
754
+ copy: "Copy",
755
+ copied: "Copied",
756
+ language: "Language",
757
+ "word-wrap": "Word wrap"
758
+ },
759
+ "json-viewer": {
760
+ expand: "Expand",
761
+ collapse: "Collapse",
762
+ items: "{count} items",
763
+ invalid: "Invalid JSON"
764
+ },
765
+ chat: {
766
+ attach: "Add attachment",
767
+ "remove-attachment": "Remove attachment",
768
+ "scroll-to-latest": "Scroll to latest",
769
+ "add-reaction": "Add reaction",
770
+ "attachment-type": "File type not accepted",
771
+ "attachment-max-files": "Maximum attachments reached",
772
+ "attachment-max-size": "File exceeds the maximum size",
773
+ placeholder: "Type a message…",
774
+ send: "Send",
775
+ message: "Message",
776
+ typing: "Typing",
777
+ empty: "No messages yet",
778
+ "empty-description": "Send a message to start the conversation.",
779
+ copy: "Copy message",
780
+ "send-failed": "Couldn't send",
781
+ retry: "Retry"
782
+ },
783
+ gallery: {
784
+ label: "Gallery",
785
+ empty: "No media",
786
+ "empty-description": "Add items to build this gallery.",
787
+ next: "Next",
788
+ previous: "Previous",
789
+ close: "Close",
790
+ of: "{current} of {total}",
791
+ more: "+{count} more",
792
+ open: "Open gallery",
793
+ delete: "Delete {label}",
794
+ "zoom-in": "Zoom in",
795
+ "zoom-out": "Zoom out",
796
+ repeat: "Repeat",
797
+ "repeat-off": "Repeat off",
798
+ play: "Play",
799
+ download: "Download",
800
+ select: "Select {label}",
801
+ selected: "{count} selected",
802
+ "clear-selection": "Clear selection"
803
+ },
804
+ notifications: {
805
+ label: "Notifications",
806
+ empty: "No notifications",
807
+ "empty-description": "New activity will show up here.",
808
+ "empty-unread": "No unread notifications",
809
+ "empty-unread-description": "You are up to date.",
810
+ "read-all": "Mark all as read",
811
+ "filter-all": "All",
812
+ "filter-unread": "Unread",
813
+ "filter-category-all": "All topics",
814
+ search: "Search",
815
+ dismiss: "Dismiss",
816
+ "dismiss-item": "Dismiss {label}"
817
+ },
818
+ education: {
819
+ true: "True",
820
+ false: "False",
821
+ "answer-placeholder": "Your answer",
822
+ expected: "Expected: {answer}",
823
+ next: "Next",
824
+ previous: "Previous",
825
+ submit: "Submit",
826
+ retry: "Try again",
827
+ progress: "Question {current} of {total}",
828
+ answered: "{count} answered",
829
+ score: "{correct} of {total} correct",
830
+ results: "Results",
831
+ empty: "No questions"
832
+ },
833
+ "stx-player": {
834
+ play: "Play",
835
+ pause: "Pause",
836
+ next: "Next",
837
+ previous: "Previous",
838
+ mute: "Mute",
839
+ unmute: "Unmute",
840
+ volume: "Volume",
841
+ fullscreen: "Fullscreen",
842
+ "exit-fullscreen": "Exit fullscreen",
843
+ pip: "Picture in picture",
844
+ "exit-pip": "Exit picture in picture",
845
+ captions: "Captions",
846
+ "captions-off": "Off",
847
+ "playback-rate": "Playback speed",
848
+ queue: "Queue",
849
+ "now-playing": "Now playing",
850
+ loading: "Loading",
851
+ buffering: "Buffering",
852
+ error: "This media could not be played",
853
+ retry: "Retry",
854
+ "empty-title": "No media",
855
+ "empty-description": "Add tracks to start playback",
856
+ normal: "Normal",
857
+ repeat: "Repeat queue",
858
+ "repeat-off": "Repeat off",
859
+ audio: "Audio",
860
+ video: "Video"
861
+ },
862
+ attributes: {
863
+ buttons: {
864
+ add: "Add attribute",
865
+ edit: "Edit",
866
+ details: "Details",
867
+ save: "Save",
868
+ cancel: "Cancel",
869
+ remove: "Delete"
870
+ },
871
+ labels: {
872
+ "new-attribute": "New attribute",
873
+ attributes: "Attributes"
874
+ },
875
+ messages: {
876
+ "create-succeeded": "Attribute successfully created",
877
+ "update-succeeded": "Attribute successfully updated",
878
+ "delete-succeeded": "{count, plural, one {Attribute successfully deleted} other {# attributes successfully deleted}}",
879
+ empty: "No attributes yet",
880
+ "add-first": "Add an attribute to get started.",
881
+ dialog: "Name, type, and optional defaults."
882
+ },
883
+ types: {
884
+ color: "Color",
885
+ date: "Date",
886
+ datetime: "Datetime",
887
+ "multi-select": "Multi Select",
888
+ number: "Number",
889
+ "rich-text": "Rich text",
890
+ select: "Select",
891
+ string: "String",
892
+ text: "Text",
893
+ time: "Time",
894
+ boolean: "Boolean"
895
+ },
896
+ fields: {
897
+ name: "Name",
898
+ label: "Label",
899
+ description: "Description",
900
+ type: "Type",
901
+ priority: "Priority",
902
+ unit: "Unit",
903
+ options: "Options",
904
+ "default-value": "Default Value"
905
+ },
906
+ form: {
907
+ "default-value": {
908
+ label: "Default Value",
909
+ placeholder: "Enter default value"
910
+ },
911
+ description: {
912
+ label: "Description",
913
+ placeholder: "Enter description"
914
+ },
915
+ priority: {
916
+ label: "Priority",
917
+ placeholder: "Enter priority"
918
+ },
919
+ label: {
920
+ label: "Label",
921
+ placeholder: "Enter label"
922
+ },
923
+ name: {
924
+ label: "Name",
925
+ placeholder: "Enter attribute name"
926
+ },
927
+ options: {
928
+ label: "Options",
929
+ placeholder: "Enter allowed options"
930
+ },
931
+ type: {
932
+ label: "Type",
933
+ placeholder: "Select type"
934
+ },
935
+ unit: {
936
+ label: "Unit",
937
+ placeholder: "Enter unit (e.g., kg, cm)"
938
+ }
939
+ }
940
+ },
941
+ table: {
942
+ labels: {
943
+ asc: "Asc",
944
+ desc: "Desc",
945
+ hide: "Hide",
946
+ view: "View",
947
+ actions: "Actions",
948
+ "delete-selected-rows": "Delete {count} rows",
949
+ "toggle-columns": "Toggle columns",
950
+ "no-data": "No data available"
951
+ },
952
+ pagination: {
953
+ previous: "Previous",
954
+ next: "Next",
955
+ "go-to-next-page": "Go to next page",
956
+ "go-to-previous-page": "Go to previous page",
957
+ "go-to-first-page": "Go to first page",
958
+ "go-to-last-page": "Go to last page",
959
+ "rows-per-page": "Rows per page",
960
+ "rows-selected": "{count} of {total} {count, plural, =0 {row selected} one {row selected} other {rows selected} }",
961
+ "page-of": "Page {page} of {total}"
962
+ },
963
+ "delete-confirm": {
964
+ title: "Delete {count} item(s)?",
965
+ description: "This can't be undone.",
966
+ confirm: "Delete",
967
+ cancel: "Cancel"
968
+ }
969
+ },
970
+ contacts: {
971
+ fields: {
972
+ type: "Type",
973
+ value: "Value",
974
+ label: "Label"
975
+ },
976
+ types: {
977
+ phone: "Phone",
978
+ email: "Email",
979
+ fax: "Fax",
980
+ mobile: "Mobile",
981
+ website: "Website"
982
+ },
983
+ placeholders: {
984
+ type: "Select contact type",
985
+ value: "Enter contact value",
986
+ label: "Enter optional label",
987
+ phone: "e.g., +33 1 23 45 67 89",
988
+ email: "e.g., contact@example.com",
989
+ fax: "e.g., +33 1 23 45 67 90",
990
+ mobile: "e.g., +33 6 12 34 56 78",
991
+ website: "e.g., https://example.com"
992
+ },
993
+ buttons: {
994
+ add: "Add Contact",
995
+ remove: "Remove Contact",
996
+ edit: "Edit contact",
997
+ save: "Save",
998
+ cancel: "Cancel"
999
+ },
1000
+ messages: {
1001
+ "no-contacts": "No contacts added yet",
1002
+ "add-first": "Click the button below to add a contact",
1003
+ dialog: "Type, value, and an optional label."
1004
+ },
1005
+ labels: { contacts: "Contacts" }
1006
+ },
1007
+ "opening-hours": {
1008
+ fields: {
1009
+ dayOfWeek: "Day of Week",
1010
+ openTime: "Opening Time",
1011
+ closeTime: "Closing Time",
1012
+ isClosed: "Closed"
1013
+ },
1014
+ days: {
1015
+ 0: "Sunday",
1016
+ 1: "Monday",
1017
+ 2: "Tuesday",
1018
+ 3: "Wednesday",
1019
+ 4: "Thursday",
1020
+ 5: "Friday",
1021
+ 6: "Saturday"
1022
+ },
1023
+ daysShort: {
1024
+ 0: "Sun",
1025
+ 1: "Mon",
1026
+ 2: "Tue",
1027
+ 3: "Wed",
1028
+ 4: "Thu",
1029
+ 5: "Fri",
1030
+ 6: "Sat"
1031
+ },
1032
+ placeholders: {
1033
+ dayOfWeek: "Select day",
1034
+ openTime: "e.g., 08:30",
1035
+ closeTime: "e.g., 18:00"
1036
+ },
1037
+ buttons: {
1038
+ add: "Add Opening Hours",
1039
+ remove: "Remove",
1040
+ "add-all": "Add All Days",
1041
+ edit: "Edit hours",
1042
+ save: "Save",
1043
+ cancel: "Cancel"
1044
+ },
1045
+ labels: {
1046
+ "closed-all-day": "Closed all day",
1047
+ "open-hours": "Opening Hours"
1048
+ },
1049
+ messages: {
1050
+ "no-hours": "No opening hours configured",
1051
+ "add-first": "Click the button below to add opening hours",
1052
+ dialog: "Day, opening time, and closing time."
1053
+ }
1054
+ },
1055
+ "postal-address": {
1056
+ fields: {
1057
+ street: "Street",
1058
+ locality: "City",
1059
+ region: "State / Region",
1060
+ postalCode: "Postal Code",
1061
+ country: "Country"
1062
+ },
1063
+ placeholders: {
1064
+ street: "e.g., 123 Main St",
1065
+ locality: "e.g., Paris",
1066
+ region: "e.g., Île-de-France",
1067
+ postalCode: "e.g., 75001",
1068
+ country: "e.g., FR"
1069
+ },
1070
+ labels: { address: "Address" },
1071
+ buttons: {
1072
+ add: "Add address",
1073
+ edit: "Edit address",
1074
+ save: "Save",
1075
+ cancel: "Cancel",
1076
+ remove: "Remove address"
1077
+ },
1078
+ messages: {
1079
+ empty: "No address yet",
1080
+ "add-first": "Add a postal address to get started.",
1081
+ dialog: "Street, city, and country."
1082
+ }
1083
+ },
1084
+ toast: {
1085
+ operations: {
1086
+ success: { title: "Success" },
1087
+ error: { title: "Error" },
1088
+ loading: { title: "Loading..." }
1089
+ },
1090
+ buttons: { close: "Close" }
1091
+ },
1092
+ zod: {
1093
+ required: "This field is required.",
1094
+ invalid_type: {
1095
+ string: "Une chaîne de texte est attendue.",
1096
+ number: "Un nombre est attendu.",
1097
+ boolean: "Un booléen est attendu.",
1098
+ object: "Un objet est attendu.",
1099
+ array: "Une liste est attendue.",
1100
+ bigint: "Un nombre entier très grand est attendu.",
1101
+ date: "Une date valide est attendue.",
1102
+ symbol: "Un symbole est attendu.",
1103
+ undefined: "Cette valeur est manquante.",
1104
+ null: "La valeur doit être nulle.",
1105
+ function: "Une fonction est attendue.",
1106
+ enum: "L’option choisie est invalide.",
1107
+ default: "Type invalide."
1108
+ },
1109
+ invalid_value_single: "This value is not allowed.",
1110
+ invalid_value_multiple: "This option is not valid.",
1111
+ too_big_inclusive: "This value is too large: it must be at most {maximum} {unit}.",
1112
+ too_big_exclusive: "This value is too large: it must be less than {maximum} {unit}.",
1113
+ too_big_no_unit_inclusive: "This value is too large: it must be at most {maximum}.",
1114
+ too_big_no_unit_exclusive: "This value is too large: it must be less than {maximum}.",
1115
+ too_small_inclusive: "This value is too small: it must be at least {minimum} {unit}.",
1116
+ too_small_exclusive: "This value is too small: it must be more than {minimum} {unit}.",
1117
+ too_small_no_unit_inclusive: "This value is too small: it must be at least {minimum}.",
1118
+ too_small_no_unit_exclusive: "This value is too small: it must be more than {minimum}.",
1119
+ invalid_format: {
1120
+ starts_with: "This text must start with \"{prefix}\".",
1121
+ ends_with: "This text must end with \"{suffix}\".",
1122
+ includes: "This text must include \"{includes}\".",
1123
+ regex: "This value doesn’t match the required format.",
1124
+ default: "Invalid {noun}."
1125
+ },
1126
+ not_multiple_of: "This number must be a multiple of {divisor}.",
1127
+ unrecognized_keys_single: "Unknown field: {keys}.",
1128
+ unrecognized_keys_multiple: "Unknown fields: {keys}.",
1129
+ invalid_key: "This key is not valid in {origin}.",
1130
+ invalid_union: "This value does not match any of the allowed formats.",
1131
+ invalid_element: "This field contains an invalid value in {origin}.",
1132
+ default: "This value is not valid.",
1133
+ nouns: {
1134
+ regex: "value",
1135
+ email: "email address",
1136
+ url: "URL",
1137
+ emoji: "emoji",
1138
+ uuid: "UUID",
1139
+ uuidv4: "UUIDv4",
1140
+ uuidv6: "UUIDv6",
1141
+ nanoid: "nanoid",
1142
+ guid: "GUID",
1143
+ cuid: "cuid",
1144
+ cuid2: "cuid2",
1145
+ ulid: "ULID",
1146
+ xid: "XID",
1147
+ ksuid: "KSUID",
1148
+ datetime: "date and time",
1149
+ date: "date",
1150
+ time: "time",
1151
+ duration: "duration",
1152
+ ipv4: "IPv4 address",
1153
+ ipv6: "IPv6 address",
1154
+ mac: "MAC address",
1155
+ cidrv4: "IPv4 range",
1156
+ cidrv6: "IPv6 range",
1157
+ base64: "base64 string",
1158
+ base64url: "base64url string",
1159
+ json_string: "JSON string",
1160
+ e164: "phone number",
1161
+ jwt: "JWT",
1162
+ template_literal: "value"
1163
+ },
1164
+ sizing: {
1165
+ string: {
1166
+ unit: "characters",
1167
+ verb: "contain"
1168
+ },
1169
+ file: {
1170
+ unit: "bytes",
1171
+ verb: "contain"
1172
+ },
1173
+ array: {
1174
+ unit: "items",
1175
+ verb: "contain"
1176
+ },
1177
+ set: {
1178
+ unit: "items",
1179
+ verb: "contain"
1180
+ }
1181
+ }
1182
+ },
1183
+ "pdf-reader": {
1184
+ empty: "No document selected",
1185
+ loading: "Loading document…",
1186
+ error: "Failed to load document",
1187
+ password: "Password protected",
1188
+ "password-placeholder": "Enter password",
1189
+ unlock: "Unlock",
1190
+ pages: "Pages",
1191
+ outline: "Outline",
1192
+ "outline-empty": "No outline in this document",
1193
+ sidebar: "Document sidebar",
1194
+ "fit-width": "Fit W",
1195
+ "fit-page": "Fit P",
1196
+ "fit-width-full": "Fit Width",
1197
+ "fit-page-full": "Fit Page",
1198
+ "zoom-in": "Zoom in",
1199
+ "zoom-out": "Zoom out",
1200
+ "sidebar-toggle": "Toggle sidebar",
1201
+ "previous-page": "Previous page",
1202
+ "next-page": "Next page",
1203
+ "current-page": "Current page",
1204
+ rotate: "Rotate",
1205
+ search: "Search",
1206
+ "search-shortcut": "Search (Ctrl+F)",
1207
+ "search-next": "Next match (F3)",
1208
+ "search-prev": "Previous match (Shift+F3)",
1209
+ download: "Download",
1210
+ print: "Print",
1211
+ night: "Night mode",
1212
+ day: "Day mode",
1213
+ fullscreen: "Fullscreen",
1214
+ "exit-fullscreen": "Exit fullscreen",
1215
+ label: "PDF reader",
1216
+ thumbnails: "Page thumbnails",
1217
+ "go-to-page": "Go to page {page}"
1218
+ },
1219
+ tree: {
1220
+ label: "Tree",
1221
+ expand: "Expand",
1222
+ collapse: "Collapse"
1223
+ },
1224
+ "image-cropper": {
1225
+ title: "Crop image",
1226
+ zoom: "Zoom",
1227
+ "rotate-left": "Rotate left",
1228
+ "rotate-right": "Rotate right",
1229
+ apply: "Apply",
1230
+ cancel: "Cancel",
1231
+ error: "Could not crop image",
1232
+ free: "Free"
1233
+ },
1234
+ timeline: {
1235
+ label: "Timeline",
1236
+ empty: "No activity yet"
1237
+ },
1238
+ copy: {
1239
+ copy: "Copy",
1240
+ copied: "Copied"
1241
+ },
1242
+ banner: { dismiss: "Dismiss" },
1243
+ "avatar-group": { more: "+{count} more" },
1244
+ "search-field": {
1245
+ placeholder: "Search",
1246
+ clear: "Clear search"
1247
+ },
1248
+ "password-field": {
1249
+ show: "Show password",
1250
+ hide: "Hide password",
1251
+ "too-weak": "Too weak",
1252
+ weak: "Weak",
1253
+ fair: "Fair",
1254
+ strong: "Strong",
1255
+ "very-strong": "Very strong"
1256
+ },
1257
+ "stat-card": {
1258
+ increase: "Up {value}",
1259
+ decrease: "Down {value}",
1260
+ unchanged: "No change"
1261
+ },
1262
+ "color-field": { open: "Pick a color" },
1263
+ "split-button": { more: "More actions" },
1264
+ "file-list": {
1265
+ label: "Files",
1266
+ empty: "No files",
1267
+ download: "Download",
1268
+ remove: "Remove",
1269
+ replace: "Replace",
1270
+ retry: "Retry"
1271
+ },
1272
+ "inline-edit": {
1273
+ edit: "Edit",
1274
+ save: "Save",
1275
+ cancel: "Cancel",
1276
+ placeholder: "Click to edit"
1277
+ },
1278
+ "number-field": {
1279
+ decrease: "Decrease",
1280
+ increase: "Increase"
1281
+ },
1282
+ "textarea-field": { count: "{count}/{max}" },
1283
+ skeleton: { loading: "Loading" },
1284
+ chip: { dismiss: "Remove" },
1285
+ pagination: {
1286
+ previous: "Previous",
1287
+ next: "Next",
1288
+ page: "Page {page}",
1289
+ more: "More pages"
1290
+ },
1291
+ "phone-field": {
1292
+ country: "Country code",
1293
+ placeholder: "6 12 34 56 78",
1294
+ search: "Search country",
1295
+ empty: "No country found"
1296
+ },
1297
+ "rating-field": { star: "{value} of {max}" },
1298
+ "theme-toggle": {
1299
+ light: "Light",
1300
+ dark: "Dark",
1301
+ system: "System"
1302
+ },
1303
+ "language-switcher": { label: "Language" },
1304
+ "email-field": {
1305
+ invalid: "Enter a valid email",
1306
+ mailto: "Send email"
1307
+ },
1308
+ "url-field": {
1309
+ invalid: "Enter a valid URL",
1310
+ open: "Open URL"
1311
+ },
1312
+ stepper: { step: "Step {step}" },
1313
+ "combobox-field": {
1314
+ placeholder: "Search…",
1315
+ empty: "No results"
1316
+ },
1317
+ avatar: {
1318
+ online: "Online",
1319
+ offline: "Offline",
1320
+ away: "Away",
1321
+ busy: "Busy",
1322
+ active: "Active"
1323
+ },
1324
+ "country-field": { placeholder: "Country" },
1325
+ "duration-field": {
1326
+ hours: "h",
1327
+ minutes: "min"
1328
+ },
1329
+ "count-badge": { label: "{count} notifications" },
1330
+ "timezone-field": { placeholder: "Timezone" },
1331
+ "app-shell": {
1332
+ home: "Home",
1333
+ "open-menu": "Open menu"
1334
+ },
1335
+ filter: {
1336
+ title: "Filters",
1337
+ trigger: "Filters",
1338
+ apply: "Apply Filters",
1339
+ reset: "Reset",
1340
+ "clear-all": "Clear all"
1341
+ },
1342
+ "transfer-list": {
1343
+ available: "Available",
1344
+ selected: "Selected",
1345
+ search: "Search",
1346
+ "select-all": "Select all",
1347
+ "move-to-selected": "Move to selected",
1348
+ "move-all-to-selected": "Move all to selected",
1349
+ "move-to-available": "Move to available",
1350
+ "move-all-to-available": "Move all to available",
1351
+ "move-up": "Move up",
1352
+ "move-down": "Move down",
1353
+ "empty-available": "Nothing available",
1354
+ "empty-selected": "Nothing selected",
1355
+ "empty-filter": "No matches",
1356
+ count: "{checked}/{total}",
1357
+ max: "Maximum {max} selected",
1358
+ locked: "Locked",
1359
+ drag: "Drag"
1360
+ },
1361
+ "sortable-list": {
1362
+ search: "Search",
1363
+ empty: "Nothing to order",
1364
+ "empty-filter": "No matches",
1365
+ drag: "Drag",
1366
+ "move-up": "Move up",
1367
+ "move-down": "Move down"
1368
+ },
1369
+ "event-calendar": {
1370
+ today: "Today",
1371
+ previous: "Previous",
1372
+ next: "Next",
1373
+ month: "Month",
1374
+ week: "Week",
1375
+ workweek: "Workweek",
1376
+ day: "Day",
1377
+ agenda: "Agenda",
1378
+ "all-day": "All day",
1379
+ empty: "No events",
1380
+ events: "{count, plural, one {# event} other {# events}}",
1381
+ more: "+{count} more",
1382
+ drag: "Drag event",
1383
+ add: "Add event",
1384
+ resize: "Resize event",
1385
+ "new-event": "New event",
1386
+ "new-all-day": "New all-day",
1387
+ "pick-date": "Choose date",
1388
+ search: "Search events",
1389
+ "no-results": "No matching events",
1390
+ title: "Title",
1391
+ description: "Add description",
1392
+ color: "Color",
1393
+ delete: "Delete event",
1394
+ "delete-confirm": "This event will be removed."
1395
+ },
1396
+ dnd: { drag: "Drag" },
1397
+ kanban: {
1398
+ search: "Search cards",
1399
+ empty: "Drop cards here",
1400
+ "no-results": "No matching cards",
1401
+ wip: "{count}/{max}",
1402
+ drag: "Drag",
1403
+ "drag-column": "Reorder column",
1404
+ ungrouped: "Ungrouped",
1405
+ "collapse-group": "Collapse group",
1406
+ "expand-group": "Expand group",
1407
+ "collapse-column": "Collapse column",
1408
+ "expand-column": "Expand column",
1409
+ "add-card": "Add card",
1410
+ "new-card": "New card",
1411
+ "card-title": "Card title",
1412
+ subtitle: "Add subtitle",
1413
+ "wip-full": "Column is at WIP limit"
1414
+ }
1415
+ } },
1416
+ fr: { material: {
1417
+ "empty-state": {
1418
+ "not-found": {
1419
+ title: "Page introuvable",
1420
+ description: "La page que vous recherchez n'existe pas ou a été déplacée."
1421
+ },
1422
+ unauthorized: {
1423
+ title: "Accès refusé",
1424
+ description: "Vous n'avez pas la permission de consulter ce contenu."
1425
+ },
1426
+ generic: {
1427
+ title: "Une erreur est survenue",
1428
+ description: "Une erreur inattendue s'est produite. Veuillez réessayer plus tard."
1429
+ },
1430
+ empty: {
1431
+ title: "Aucune donnée",
1432
+ description: "Il n'y a rien à afficher pour le moment."
1433
+ }
1434
+ },
1435
+ command: {
1436
+ title: "Palette de commandes",
1437
+ description: "Recherchez une commande à exécuter..."
1438
+ },
1439
+ upload: { dropzone: {
1440
+ idle: "Glissez-déposez des fichiers ici, ou cliquez pour parcourir",
1441
+ "at-capacity": "Nombre maximum de fichiers atteint",
1442
+ "files-selected": "{count, plural, =0 {Aucun fichier sélectionné} one {# fichier sélectionné} other {# fichiers sélectionnés}}"
1443
+ } },
1444
+ "image-field": {
1445
+ choose: "Choisir une image",
1446
+ replace: "Remplacer",
1447
+ remove: "Supprimer",
1448
+ retry: "Réessayer"
1449
+ },
1450
+ language: {
1451
+ en: "Anglais",
1452
+ fr: "Français"
1453
+ },
1454
+ buttons: {
1455
+ "load-more": "Charger plus",
1456
+ ok: "D'accord",
1457
+ add: "Ajouter",
1458
+ save: "Sauvegarder",
1459
+ delete: "Supprimer"
1460
+ },
1461
+ code: {
1462
+ copy: "Copier",
1463
+ copied: "Copié",
1464
+ language: "Langage",
1465
+ "word-wrap": "Retour à la ligne"
1466
+ },
1467
+ "json-viewer": {
1468
+ expand: "Déplier",
1469
+ collapse: "Replier",
1470
+ items: "{count} éléments",
1471
+ invalid: "JSON invalide"
1472
+ },
1473
+ chat: {
1474
+ attach: "Ajouter une pièce jointe",
1475
+ "remove-attachment": "Retirer la pièce jointe",
1476
+ "scroll-to-latest": "Aller au plus récent",
1477
+ "add-reaction": "Ajouter une réaction",
1478
+ "attachment-type": "Type de fichier non accepté",
1479
+ "attachment-max-files": "Nombre maximum de pièces jointes atteint",
1480
+ "attachment-max-size": "Le fichier dépasse la taille maximale",
1481
+ placeholder: "Écrire un message…",
1482
+ send: "Envoyer",
1483
+ message: "Message",
1484
+ typing: "En train d'écrire",
1485
+ empty: "Aucun message",
1486
+ "empty-description": "Envoyez un message pour démarrer la conversation.",
1487
+ copy: "Copier le message",
1488
+ "send-failed": "Envoi impossible",
1489
+ retry: "Réessayer"
1490
+ },
1491
+ gallery: {
1492
+ label: "Galerie",
1493
+ empty: "Aucun média",
1494
+ "empty-description": "Ajoutez des éléments pour constituer cette galerie.",
1495
+ next: "Suivant",
1496
+ previous: "Précédent",
1497
+ close: "Fermer",
1498
+ of: "{current} sur {total}",
1499
+ more: "+{count} de plus",
1500
+ open: "Ouvrir la galerie",
1501
+ delete: "Supprimer {label}",
1502
+ "zoom-in": "Zoom avant",
1503
+ "zoom-out": "Zoom arrière",
1504
+ repeat: "Répéter",
1505
+ "repeat-off": "Ne pas répéter",
1506
+ play: "Lecture",
1507
+ download: "Télécharger",
1508
+ select: "Sélectionner {label}",
1509
+ selected: "{count} sélectionné(s)",
1510
+ "clear-selection": "Effacer la sélection"
1511
+ },
1512
+ notifications: {
1513
+ label: "Notifications",
1514
+ empty: "Aucune notification",
1515
+ "empty-description": "Les nouvelles activités apparaîtront ici.",
1516
+ "empty-unread": "Aucune notification non lue",
1517
+ "empty-unread-description": "Vous êtes à jour.",
1518
+ "read-all": "Tout marquer comme lu",
1519
+ "filter-all": "Toutes",
1520
+ "filter-unread": "Non lues",
1521
+ "filter-category-all": "Tous les sujets",
1522
+ search: "Rechercher",
1523
+ dismiss: "Ignorer",
1524
+ "dismiss-item": "Ignorer {label}"
1525
+ },
1526
+ education: {
1527
+ true: "Vrai",
1528
+ false: "Faux",
1529
+ "answer-placeholder": "Votre réponse",
1530
+ expected: "Attendu : {answer}",
1531
+ next: "Suivant",
1532
+ previous: "Précédent",
1533
+ submit: "Valider",
1534
+ retry: "Réessayer",
1535
+ progress: "Question {current} sur {total}",
1536
+ answered: "{count} répondues",
1537
+ score: "{correct} sur {total} correctes",
1538
+ results: "Résultats",
1539
+ empty: "Aucune question"
1540
+ },
1541
+ "stx-player": {
1542
+ play: "Lecture",
1543
+ pause: "Pause",
1544
+ next: "Suivant",
1545
+ previous: "Précédent",
1546
+ mute: "Muet",
1547
+ unmute: "Activer le son",
1548
+ volume: "Volume",
1549
+ fullscreen: "Plein écran",
1550
+ "exit-fullscreen": "Quitter le plein écran",
1551
+ pip: "Image dans l'image",
1552
+ "exit-pip": "Quitter l'image dans l'image",
1553
+ captions: "Sous-titres",
1554
+ "captions-off": "Désactivés",
1555
+ "playback-rate": "Vitesse de lecture",
1556
+ queue: "File d'attente",
1557
+ "now-playing": "En cours",
1558
+ loading: "Chargement",
1559
+ buffering: "Mise en mémoire tampon",
1560
+ error: "Ce média n'a pas pu être lu",
1561
+ retry: "Réessayer",
1562
+ "empty-title": "Aucun média",
1563
+ "empty-description": "Ajoutez des pistes pour lancer la lecture",
1564
+ normal: "Normale",
1565
+ repeat: "Répéter la file",
1566
+ "repeat-off": "Ne pas répéter",
1567
+ audio: "Audio",
1568
+ video: "Vidéo"
1569
+ },
1570
+ attributes: {
1571
+ buttons: {
1572
+ add: "Ajouter un attribut",
1573
+ edit: "Éditer",
1574
+ details: "Détails",
1575
+ save: "Enregistrer",
1576
+ cancel: "Annuler",
1577
+ remove: "Supprimer"
1578
+ },
1579
+ labels: {
1580
+ "new-attribute": "Nouvel attribut",
1581
+ attributes: "Attributs"
1582
+ },
1583
+ messages: {
1584
+ "create-succeeded": "Attribut créé avec succès",
1585
+ "update-succeeded": "Attribut mis à jour avec succès",
1586
+ "delete-succeeded": "{count, plural, =0 {Aucun attribut supprimé.} one {Attribut supprimé avec succès} other {# attributs supprimés avec succès.}}",
1587
+ empty: "Aucun attribut",
1588
+ "add-first": "Ajoutez un attribut pour commencer.",
1589
+ dialog: "Nom, type et valeurs par défaut optionnelles."
1590
+ },
1591
+ types: {
1592
+ color: "Couleur",
1593
+ date: "Date",
1594
+ datetime: "Date et heure",
1595
+ "multi-select": "Multi-sélection",
1596
+ number: "Nombre",
1597
+ "rich-text": "Texte enrichi",
1598
+ select: "Sélection",
1599
+ string: "Texte court",
1600
+ text: "Texte long",
1601
+ time: "Heure",
1602
+ boolean: "Binaire"
1603
+ },
1604
+ fields: {
1605
+ name: "Nom",
1606
+ label: "Libellé",
1607
+ description: "Description",
1608
+ type: "Type",
1609
+ priority: "Priorité",
1610
+ unit: "Unité",
1611
+ options: "Options",
1612
+ "default-value": "Valeur par défaut"
1613
+ },
1614
+ form: {
1615
+ "default-value": {
1616
+ label: "Valeur par défaut",
1617
+ placeholder: "Saisir la valeur par défaut"
1618
+ },
1619
+ description: {
1620
+ label: "Description",
1621
+ placeholder: "Saisir une description"
1622
+ },
1623
+ priority: {
1624
+ label: "Priorité",
1625
+ placeholder: "Saisir la priorité"
1626
+ },
1627
+ label: {
1628
+ label: "Libellé",
1629
+ placeholder: "Saisir le libellé"
1630
+ },
1631
+ name: {
1632
+ label: "Nom",
1633
+ placeholder: "Saisir le nom de l’attribut"
1634
+ },
1635
+ options: {
1636
+ label: "Options",
1637
+ placeholder: "Saisir les options autorisées"
1638
+ },
1639
+ type: {
1640
+ label: "Type",
1641
+ placeholder: "Sélectionner le type"
1642
+ },
1643
+ unit: {
1644
+ label: "Unité",
1645
+ placeholder: "Saisir l’unité (ex : kg, cm)"
1646
+ }
1647
+ }
1648
+ },
1649
+ table: {
1650
+ labels: {
1651
+ asc: "Asc",
1652
+ desc: "Desc",
1653
+ hide: "Cacher",
1654
+ view: "Voir",
1655
+ actions: "Actions",
1656
+ "delete-selected-rows": "Supprimer {count} lignes",
1657
+ "toggle-columns": "Basculer les colonnes",
1658
+ "no-data": "Données non disponibles"
1659
+ },
1660
+ pagination: {
1661
+ previous: "Précédent",
1662
+ next: "Suivant",
1663
+ "go-to-next-page": "Aller à la page suivante",
1664
+ "go-to-previous-page": "Aller à la page précédente",
1665
+ "go-to-first-page": "Aller à la première page",
1666
+ "go-to-last-page": "Aller à la dernière page",
1667
+ "rows-per-page": "Lignes par page",
1668
+ "rows-selected": "{count} sur {total} {count, plural, =0 {ligne sélectionnée} one {ligne sélectionnée} other {lignes sélectionnées} }",
1669
+ "page-of": "Page {page} sur {total}"
1670
+ },
1671
+ "delete-confirm": {
1672
+ title: "Supprimer {count} élément(s) ?",
1673
+ description: "Cette action est irréversible.",
1674
+ confirm: "Supprimer",
1675
+ cancel: "Annuler"
1676
+ }
1677
+ },
1678
+ contacts: {
1679
+ fields: {
1680
+ type: "Type",
1681
+ value: "Valeur",
1682
+ label: "Libellé"
1683
+ },
1684
+ types: {
1685
+ phone: "Téléphone",
1686
+ email: "Email",
1687
+ fax: "Fax",
1688
+ mobile: "Mobile",
1689
+ website: "Site web"
1690
+ },
1691
+ placeholders: {
1692
+ type: "Sélectionner le type de contact",
1693
+ value: "Entrez la valeur du contact",
1694
+ label: "Entrez un libellé optionnel",
1695
+ phone: "ex: +33 1 23 45 67 89",
1696
+ email: "ex: contact@exemple.fr",
1697
+ fax: "ex: +33 1 23 45 67 90",
1698
+ mobile: "ex: +33 6 12 34 56 78",
1699
+ website: "ex: https://exemple.fr"
1700
+ },
1701
+ buttons: {
1702
+ add: "Ajouter un contact",
1703
+ remove: "Supprimer le contact",
1704
+ edit: "Modifier le contact",
1705
+ save: "Enregistrer",
1706
+ cancel: "Annuler"
1707
+ },
1708
+ messages: {
1709
+ "no-contacts": "Aucun contact ajouté",
1710
+ "add-first": "Cliquez sur le bouton ci-dessous pour ajouter un contact",
1711
+ dialog: "Type, valeur et un libellé optionnel."
1712
+ },
1713
+ labels: { contacts: "Contacts" }
1714
+ },
1715
+ "opening-hours": {
1716
+ fields: {
1717
+ dayOfWeek: "Jour de la semaine",
1718
+ openTime: "Heure d''ouverture",
1719
+ closeTime: "Heure de fermeture",
1720
+ isClosed: "Fermé"
1721
+ },
1722
+ days: {
1723
+ 0: "Dimanche",
1724
+ 1: "Lundi",
1725
+ 2: "Mardi",
1726
+ 3: "Mercredi",
1727
+ 4: "Jeudi",
1728
+ 5: "Vendredi",
1729
+ 6: "Samedi"
1730
+ },
1731
+ daysShort: {
1732
+ 0: "Dim",
1733
+ 1: "Lun",
1734
+ 2: "Mar",
1735
+ 3: "Mer",
1736
+ 4: "Jeu",
1737
+ 5: "Ven",
1738
+ 6: "Sam"
1739
+ },
1740
+ placeholders: {
1741
+ dayOfWeek: "Sélectionner le jour",
1742
+ openTime: "ex: 08:30",
1743
+ closeTime: "ex: 18:00"
1744
+ },
1745
+ buttons: {
1746
+ add: "Ajouter des horaires",
1747
+ remove: "Supprimer",
1748
+ "add-all": "Ajouter tous les jours",
1749
+ edit: "Modifier les horaires",
1750
+ save: "Enregistrer",
1751
+ cancel: "Annuler"
1752
+ },
1753
+ labels: {
1754
+ "closed-all-day": "Fermé toute la journée",
1755
+ "open-hours": "Horaires d''ouverture"
1756
+ },
1757
+ messages: {
1758
+ "no-hours": "Aucun horaire configuré",
1759
+ "add-first": "Cliquez sur le bouton ci-dessous pour ajouter des horaires",
1760
+ dialog: "Jour, heure d'ouverture et de fermeture."
1761
+ }
1762
+ },
1763
+ "postal-address": {
1764
+ fields: {
1765
+ street: "Rue",
1766
+ locality: "Ville",
1767
+ region: "État / Région",
1768
+ postalCode: "Code postal",
1769
+ country: "Pays"
1770
+ },
1771
+ placeholders: {
1772
+ street: "ex. 123 rue Principale",
1773
+ locality: "ex. Paris",
1774
+ region: "ex. Île-de-France",
1775
+ postalCode: "ex. 75001",
1776
+ country: "ex. FR"
1777
+ },
1778
+ labels: { address: "Adresse" },
1779
+ buttons: {
1780
+ add: "Ajouter une adresse",
1781
+ edit: "Modifier l'adresse",
1782
+ save: "Enregistrer",
1783
+ cancel: "Annuler",
1784
+ remove: "Supprimer l'adresse"
1785
+ },
1786
+ messages: {
1787
+ empty: "Aucune adresse",
1788
+ "add-first": "Ajoutez une adresse postale pour commencer.",
1789
+ dialog: "Rue, ville et pays."
1790
+ }
1791
+ },
1792
+ toast: {
1793
+ operations: {
1794
+ success: { title: "Succès" },
1795
+ error: { title: "Erreur" },
1796
+ loading: { title: "Chargement..." }
1797
+ },
1798
+ buttons: { close: "Fermer" }
1799
+ },
1800
+ zod: {
1801
+ required: "Ce champ est requis.",
1802
+ invalid_type: {
1803
+ string: "Une chaîne de texte est attendue.",
1804
+ number: "Un nombre est attendu.",
1805
+ boolean: "Un booléen est attendu.",
1806
+ object: "Un objet est attendu.",
1807
+ array: "Une liste est attendue.",
1808
+ bigint: "Un nombre entier très grand est attendu.",
1809
+ date: "Une date valide est attendue.",
1810
+ symbol: "Un symbole est attendu.",
1811
+ undefined: "Cette valeur est manquante.",
1812
+ null: "La valeur doit être nulle.",
1813
+ function: "Une fonction est attendue.",
1814
+ enum: "L’option choisie est invalide.",
1815
+ default: "Type invalide."
1816
+ },
1817
+ invalid_value_single: "Cette valeur n’est pas autorisée.",
1818
+ invalid_value_multiple: "Cette option n’est pas valide.",
1819
+ too_big_inclusive: "Cette valeur est trop grande : elle doit être au maximum {maximum} {unit}.",
1820
+ too_big_exclusive: "Cette valeur est trop grande : elle doit être inférieure à {maximum} {unit}.",
1821
+ too_big_no_unit_inclusive: "Cette valeur est trop grande : elle doit être au maximum {maximum}.",
1822
+ too_big_no_unit_exclusive: "Cette valeur est trop grande : elle doit être inférieure à {maximum}.",
1823
+ too_small_inclusive: "Cette valeur est trop petite : elle doit être au minimum {minimum} {unit}.",
1824
+ too_small_exclusive: "Cette valeur est trop petite : elle doit être supérieure à {minimum} {unit}.",
1825
+ too_small_no_unit_inclusive: "Cette valeur est trop petite : elle doit être au minimum {minimum}.",
1826
+ too_small_no_unit_exclusive: "Cette valeur est trop petite : elle doit être supérieure à {minimum}.",
1827
+ invalid_format: {
1828
+ starts_with: "Le texte doit commencer par \"{prefix}\".",
1829
+ ends_with: "Le texte doit se terminer par \"{suffix}\".",
1830
+ includes: "Le texte doit contenir \"{includes}\".",
1831
+ regex: "Ce format n’est pas valide.",
1832
+ default: "{noun} invalide."
1833
+ },
1834
+ not_multiple_of: "Ce nombre doit être un multiple de {divisor}.",
1835
+ unrecognized_keys_single: "Champ inconnu : {keys}.",
1836
+ unrecognized_keys_multiple: "Champs inconnus : {keys}.",
1837
+ invalid_key: "Ce champ n’est pas valide dans {origin}.",
1838
+ invalid_union: "Cette valeur ne correspond à aucun des formats acceptés.",
1839
+ invalid_element: "Ce champ contient une valeur invalide dans {origin}.",
1840
+ default: "Cette valeur n’est pas valide.",
1841
+ nouns: {
1842
+ regex: "valeur",
1843
+ email: "adresse e-mail",
1844
+ url: "URL",
1845
+ emoji: "emoji",
1846
+ uuid: "UUID",
1847
+ uuidv4: "UUIDv4",
1848
+ uuidv6: "UUIDv6",
1849
+ nanoid: "nanoid",
1850
+ guid: "GUID",
1851
+ cuid: "cuid",
1852
+ cuid2: "cuid2",
1853
+ ulid: "ULID",
1854
+ xid: "XID",
1855
+ ksuid: "KSUID",
1856
+ datetime: "date et heure",
1857
+ date: "date",
1858
+ time: "heure",
1859
+ duration: "durée",
1860
+ ipv4: "adresse IPv4",
1861
+ ipv6: "adresse IPv6",
1862
+ mac: "adresse MAC",
1863
+ cidrv4: "plage IPv4",
1864
+ cidrv6: "plage IPv6",
1865
+ base64: "chaîne base64",
1866
+ base64url: "chaîne base64url",
1867
+ json_string: "chaîne JSON",
1868
+ e164: "numéro de téléphone",
1869
+ jwt: "JWT",
1870
+ template_literal: "valeur"
1871
+ },
1872
+ sizing: {
1873
+ string: {
1874
+ unit: "caractères",
1875
+ verb: "contenir"
1876
+ },
1877
+ file: {
1878
+ unit: "octets",
1879
+ verb: "contenir"
1880
+ },
1881
+ array: {
1882
+ unit: "éléments",
1883
+ verb: "contenir"
1884
+ },
1885
+ set: {
1886
+ unit: "éléments",
1887
+ verb: "contenir"
1888
+ }
1889
+ }
1890
+ },
1891
+ "pdf-reader": {
1892
+ empty: "Aucun document sélectionné",
1893
+ loading: "Chargement du document…",
1894
+ error: "Impossible de charger le document",
1895
+ password: "Protégé par mot de passe",
1896
+ "password-placeholder": "Saisir le mot de passe",
1897
+ unlock: "Déverrouiller",
1898
+ pages: "Pages",
1899
+ outline: "Plan",
1900
+ "outline-empty": "Aucun plan dans ce document",
1901
+ sidebar: "Panneau du document",
1902
+ "fit-width": "Larg.",
1903
+ "fit-page": "Page",
1904
+ "fit-width-full": "Ajuster à la largeur",
1905
+ "fit-page-full": "Ajuster à la page",
1906
+ "zoom-in": "Zoom avant",
1907
+ "zoom-out": "Zoom arrière",
1908
+ "sidebar-toggle": "Afficher le panneau",
1909
+ "previous-page": "Page précédente",
1910
+ "next-page": "Page suivante",
1911
+ "current-page": "Page actuelle",
1912
+ rotate: "Pivoter",
1913
+ search: "Rechercher",
1914
+ "search-shortcut": "Rechercher (Ctrl+F)",
1915
+ "search-next": "Occurrence suivante (F3)",
1916
+ "search-prev": "Occurrence précédente (Shift+F3)",
1917
+ download: "Télécharger",
1918
+ print: "Imprimer",
1919
+ night: "Mode nuit",
1920
+ day: "Mode jour",
1921
+ fullscreen: "Plein écran",
1922
+ "exit-fullscreen": "Quitter le plein écran",
1923
+ label: "Lecteur PDF",
1924
+ thumbnails: "Vignettes de pages",
1925
+ "go-to-page": "Aller à la page {page}"
1926
+ },
1927
+ tree: {
1928
+ label: "Arborescence",
1929
+ expand: "Déplier",
1930
+ collapse: "Replier"
1931
+ },
1932
+ "image-cropper": {
1933
+ title: "Recadrer l'image",
1934
+ zoom: "Zoom",
1935
+ "rotate-left": "Rotation gauche",
1936
+ "rotate-right": "Rotation droite",
1937
+ apply: "Appliquer",
1938
+ cancel: "Annuler",
1939
+ error: "Impossible de recadrer l'image",
1940
+ free: "Libre"
1941
+ },
1942
+ timeline: {
1943
+ label: "Chronologie",
1944
+ empty: "Aucune activité"
1945
+ },
1946
+ copy: {
1947
+ copy: "Copier",
1948
+ copied: "Copié"
1949
+ },
1950
+ banner: { dismiss: "Fermer" },
1951
+ "avatar-group": { more: "+{count} de plus" },
1952
+ "search-field": {
1953
+ placeholder: "Rechercher",
1954
+ clear: "Effacer la recherche"
1955
+ },
1956
+ "password-field": {
1957
+ show: "Afficher le mot de passe",
1958
+ hide: "Masquer le mot de passe",
1959
+ "too-weak": "Trop faible",
1960
+ weak: "Faible",
1961
+ fair: "Correct",
1962
+ strong: "Fort",
1963
+ "very-strong": "Très fort"
1964
+ },
1965
+ "stat-card": {
1966
+ increase: "En hausse {value}",
1967
+ decrease: "En baisse {value}",
1968
+ unchanged: "Sans changement"
1969
+ },
1970
+ "color-field": { open: "Choisir une couleur" },
1971
+ "split-button": { more: "Plus d'actions" },
1972
+ "file-list": {
1973
+ label: "Fichiers",
1974
+ empty: "Aucun fichier",
1975
+ download: "Télécharger",
1976
+ remove: "Retirer",
1977
+ replace: "Remplacer",
1978
+ retry: "Réessayer"
1979
+ },
1980
+ "inline-edit": {
1981
+ edit: "Modifier",
1982
+ save: "Enregistrer",
1983
+ cancel: "Annuler",
1984
+ placeholder: "Cliquer pour modifier"
1985
+ },
1986
+ "number-field": {
1987
+ decrease: "Diminuer",
1988
+ increase: "Augmenter"
1989
+ },
1990
+ "textarea-field": { count: "{count}/{max}" },
1991
+ skeleton: { loading: "Chargement" },
1992
+ chip: { dismiss: "Retirer" },
1993
+ pagination: {
1994
+ previous: "Précédent",
1995
+ next: "Suivant",
1996
+ page: "Page {page}",
1997
+ more: "Plus de pages"
1998
+ },
1999
+ "phone-field": {
2000
+ country: "Indicatif pays",
2001
+ placeholder: "6 12 34 56 78",
2002
+ search: "Rechercher un pays",
2003
+ empty: "Aucun pays trouvé"
2004
+ },
2005
+ "rating-field": { star: "{value} sur {max}" },
2006
+ "theme-toggle": {
2007
+ light: "Clair",
2008
+ dark: "Sombre",
2009
+ system: "Système"
2010
+ },
2011
+ "language-switcher": { label: "Langue" },
2012
+ "email-field": {
2013
+ invalid: "Saisissez un e-mail valide",
2014
+ mailto: "Envoyer un e-mail"
2015
+ },
2016
+ "url-field": {
2017
+ invalid: "Saisissez une URL valide",
2018
+ open: "Ouvrir l’URL"
2019
+ },
2020
+ stepper: { step: "Étape {step}" },
2021
+ "combobox-field": {
2022
+ placeholder: "Rechercher…",
2023
+ empty: "Aucun résultat"
2024
+ },
2025
+ avatar: {
2026
+ online: "En ligne",
2027
+ offline: "Hors ligne",
2028
+ away: "Absent",
2029
+ busy: "Occupé",
2030
+ active: "Actif"
2031
+ },
2032
+ "country-field": { placeholder: "Pays" },
2033
+ "duration-field": {
2034
+ hours: "h",
2035
+ minutes: "min"
2036
+ },
2037
+ "count-badge": { label: "{count} notifications" },
2038
+ "timezone-field": { placeholder: "Fuseau horaire" },
2039
+ "app-shell": {
2040
+ home: "Accueil",
2041
+ "open-menu": "Ouvrir le menu"
2042
+ },
2043
+ filter: {
2044
+ title: "Filtres",
2045
+ trigger: "Filtres",
2046
+ apply: "Appliquer",
2047
+ reset: "Réinitialiser",
2048
+ "clear-all": "Tout effacer"
2049
+ },
2050
+ "transfer-list": {
2051
+ available: "Disponible",
2052
+ selected: "Sélectionné",
2053
+ search: "Rechercher",
2054
+ "select-all": "Tout sélectionner",
2055
+ "move-to-selected": "Déplacer vers la sélection",
2056
+ "move-all-to-selected": "Tout déplacer vers la sélection",
2057
+ "move-to-available": "Déplacer vers disponible",
2058
+ "move-all-to-available": "Tout déplacer vers disponible",
2059
+ "move-up": "Monter",
2060
+ "move-down": "Descendre",
2061
+ "empty-available": "Rien de disponible",
2062
+ "empty-selected": "Rien de sélectionné",
2063
+ "empty-filter": "Aucun résultat",
2064
+ count: "{checked}/{total}",
2065
+ max: "Maximum {max} sélectionné(s)",
2066
+ locked: "Verrouillé",
2067
+ drag: "Déplacer"
2068
+ },
2069
+ "sortable-list": {
2070
+ search: "Rechercher",
2071
+ empty: "Rien à ordonner",
2072
+ "empty-filter": "Aucun résultat",
2073
+ drag: "Déplacer",
2074
+ "move-up": "Monter",
2075
+ "move-down": "Descendre"
2076
+ },
2077
+ "event-calendar": {
2078
+ today: "Aujourd'hui",
2079
+ previous: "Précédent",
2080
+ next: "Suivant",
2081
+ month: "Mois",
2082
+ week: "Semaine",
2083
+ workweek: "Semaine ouvrée",
2084
+ day: "Jour",
2085
+ agenda: "Agenda",
2086
+ "all-day": "Journée",
2087
+ empty: "Aucun événement",
2088
+ events: "{count, plural, one {# événement} other {# événements}}",
2089
+ more: "+{count} de plus",
2090
+ drag: "Déplacer l'événement",
2091
+ add: "Ajouter un événement",
2092
+ resize: "Redimensionner l'événement",
2093
+ "new-event": "Nouvel événement",
2094
+ "new-all-day": "Nouvelle journée",
2095
+ "pick-date": "Choisir une date",
2096
+ search: "Rechercher des événements",
2097
+ "no-results": "Aucun événement correspondant",
2098
+ title: "Titre",
2099
+ description: "Ajouter une description",
2100
+ color: "Couleur",
2101
+ delete: "Supprimer l'événement",
2102
+ "delete-confirm": "Cet événement sera retiré."
2103
+ },
2104
+ dnd: { drag: "Déplacer" },
2105
+ kanban: {
2106
+ search: "Rechercher des cartes",
2107
+ empty: "Déposez des cartes ici",
2108
+ "no-results": "Aucune carte correspondante",
2109
+ wip: "{count}/{max}",
2110
+ drag: "Déplacer",
2111
+ "drag-column": "Réordonner la colonne",
2112
+ ungrouped: "Sans groupe",
2113
+ "collapse-group": "Replier le groupe",
2114
+ "expand-group": "Déplier le groupe",
2115
+ "collapse-column": "Replier la colonne",
2116
+ "expand-column": "Déplier la colonne",
2117
+ "add-card": "Ajouter une carte",
2118
+ "new-card": "Nouvelle carte",
2119
+ "card-title": "Titre de la carte",
2120
+ subtitle: "Ajouter un sous-titre",
2121
+ "wip-full": "Colonne au maximum WIP"
2122
+ }
2123
+ } }
2124
+ }, J = "language", nr = "en", Y = Object.keys(q), rr = e(null);
2125
+ function ir(e, t, n) {
2126
+ if (typeof localStorage > "u") return t;
2127
+ try {
2128
+ let r = localStorage.getItem(e);
2129
+ return r && n.includes(r) ? r : t;
2130
+ } catch {
2131
+ return t;
2132
+ }
2133
+ }
2134
+ function ar({ children: e, defaultLanguage: n = "en", storageKey: o = J, supportedLanguages: s = Y, onLanguageChange: c, initialLanguage: l }) {
2135
+ let [u, d] = i(() => l && s.includes(l) ? l : ir(o, n, s)), f = t((e) => {
2136
+ if (!s.includes(e)) {
2137
+ console.warn(`[@nxgt/material] Unsupported language: "${e}".`);
2138
+ return;
2139
+ }
2140
+ if (typeof localStorage < "u") try {
2141
+ localStorage.setItem(o, e);
2142
+ } catch {}
2143
+ d(e), c?.(e);
2144
+ }, [
2145
+ o,
2146
+ s,
2147
+ c
2148
+ ]), p = r(() => ({
2149
+ language: u,
2150
+ changeLanguage: f,
2151
+ supportedLanguages: s
2152
+ }), [
2153
+ u,
2154
+ f,
2155
+ s
2156
+ ]);
2157
+ return /* @__PURE__ */ a(rr.Provider, {
2158
+ value: p,
2159
+ children: e
2160
+ });
2161
+ }
2162
+ function or() {
2163
+ let e = n(rr);
2164
+ if (!e) throw Error("useI18nContext must be used within an I18nProvider");
2165
+ return e;
2166
+ }
2167
+ function sr() {
2168
+ return n(rr);
2169
+ }
2170
+ //#endregion
2171
+ //#region lib/i18n/merge-resources.ts
2172
+ function cr(e, t, n = "") {
2173
+ let r = [];
2174
+ for (let i of Object.keys(t)) {
2175
+ if (!(i in e)) continue;
2176
+ let a = n ? `${n}.${i}` : i, o = e[i], s = t[i];
2177
+ H(o) && H(s) ? r.push(...cr(o, s, a)) : r.push(a);
2178
+ }
2179
+ return r;
2180
+ }
2181
+ function lr(e, t, n) {
2182
+ if (typeof process < "u" && process.env.NODE_ENV === "production") return;
2183
+ let r = cr(t, n);
2184
+ r.length && console.warn(`[@nxgt/material] i18n resource override for language "${e}": ${r.join(", ")}. App resources take precedence over the base bundle at these keys.`);
2185
+ }
2186
+ function ur(e, t) {
2187
+ let n = /* @__PURE__ */ new Set([...Object.keys(e), ...Object.keys(t)]), r = {};
2188
+ for (let i of n) {
2189
+ let n = e[i] ?? {}, a = t[i] ?? {};
2190
+ lr(i, n, a), r[i] = tr({}, n, a);
2191
+ }
2192
+ return r;
2193
+ }
2194
+ //#endregion
2195
+ //#region node_modules/@formatjs/fast-memoize/index.js
2196
+ function dr(e, t) {
2197
+ let n = t && t.cache ? t.cache : xr, r = t && t.serializer ? t.serializer : yr;
2198
+ return (t && t.strategy ? t.strategy : gr)(e, {
2199
+ cache: n,
2200
+ serializer: r
2201
+ });
2202
+ }
2203
+ function fr(e) {
2204
+ return e == null || typeof e == "number" || typeof e == "boolean";
2205
+ }
2206
+ function pr(e, t, n, r) {
2207
+ let i = fr(r) ? r : n(r), a = t.get(i);
2208
+ return a === void 0 && (a = e.call(this, r), t.set(i, a)), a;
2209
+ }
2210
+ function mr(e, t, n) {
2211
+ let r = Array.prototype.slice.call(arguments, 3), i = n(r), a = t.get(i);
2212
+ return a === void 0 && (a = e.apply(this, r), t.set(i, a)), a;
2213
+ }
2214
+ function hr(e, t, n, r, i) {
2215
+ return n.bind(t, e, r, i);
2216
+ }
2217
+ function gr(e, t) {
2218
+ let n = e.length === 1 ? pr : mr;
2219
+ return hr(e, this, n, t.cache.create(), t.serializer);
2220
+ }
2221
+ function _r(e, t) {
2222
+ return hr(e, this, mr, t.cache.create(), t.serializer);
2223
+ }
2224
+ function vr(e, t) {
2225
+ return hr(e, this, pr, t.cache.create(), t.serializer);
2226
+ }
2227
+ var yr = function() {
2228
+ return JSON.stringify(arguments);
2229
+ }, br = class {
2230
+ constructor() {
2231
+ this.cache = Object.create(null);
2232
+ }
2233
+ get(e) {
2234
+ return this.cache[e];
2235
+ }
2236
+ set(e, t) {
2237
+ this.cache[e] = t;
2238
+ }
2239
+ }, xr = { create: function() {
2240
+ return new br();
2241
+ } }, Sr = {
2242
+ variadic: _r,
2243
+ monadic: vr
2244
+ }, Cr = /(?:[Eec]{1,6}|G{1,5}|[Qq]{1,5}|(?:[yYur]+|U{1,5})|[ML]{1,5}|d{1,2}|D{1,3}|F{1}|[abB]{1,5}|[hkHK]{1,2}|w{1,2}|W{1}|m{1,2}|s{1,2}|[zZOvVxX]{1,4})(?=([^']*'[^']*')*[^']*$)/g;
2245
+ function wr(e) {
2246
+ let t = {};
2247
+ return e.replace(Cr, (e) => {
2248
+ let n = e.length;
2249
+ switch (e[0]) {
2250
+ case "G":
2251
+ t.era = n === 4 ? "long" : n === 5 ? "narrow" : "short";
2252
+ break;
2253
+ case "y":
2254
+ t.year = n === 2 ? "2-digit" : "numeric";
2255
+ break;
2256
+ case "Y":
2257
+ case "u":
2258
+ case "U":
2259
+ case "r": throw RangeError("`Y/u/U/r` (year) patterns are not supported, use `y` instead");
2260
+ case "q":
2261
+ case "Q": throw RangeError("`q/Q` (quarter) patterns are not supported");
2262
+ case "M":
2263
+ case "L":
2264
+ t.month = [
2265
+ "numeric",
2266
+ "2-digit",
2267
+ "short",
2268
+ "long",
2269
+ "narrow"
2270
+ ][n - 1];
2271
+ break;
2272
+ case "w":
2273
+ case "W": throw RangeError("`w/W` (week) patterns are not supported");
2274
+ case "d":
2275
+ t.day = ["numeric", "2-digit"][n - 1];
2276
+ break;
2277
+ case "D":
2278
+ case "F":
2279
+ case "g": throw RangeError("`D/F/g` (day) patterns are not supported, use `d` instead");
2280
+ case "E":
2281
+ t.weekday = n === 4 ? "long" : n === 5 ? "narrow" : "short";
2282
+ break;
2283
+ case "e":
2284
+ if (n < 4) throw RangeError("`e..eee` (weekday) patterns are not supported");
2285
+ t.weekday = [
2286
+ "short",
2287
+ "long",
2288
+ "narrow",
2289
+ "short"
2290
+ ][n - 3];
2291
+ break;
2292
+ case "c":
2293
+ if (n < 4) throw RangeError("`c..ccc` (weekday) patterns are not supported");
2294
+ t.weekday = [
2295
+ "short",
2296
+ "long",
2297
+ "narrow",
2298
+ "short"
2299
+ ][n - 3];
2300
+ break;
2301
+ case "a":
2302
+ t.hour12 = !0;
2303
+ break;
2304
+ case "b":
2305
+ case "B": throw RangeError("`b/B` (period) patterns are not supported, use `a` instead");
2306
+ case "h":
2307
+ t.hourCycle = "h12", t.hour = ["numeric", "2-digit"][n - 1];
2308
+ break;
2309
+ case "H":
2310
+ t.hourCycle = "h23", t.hour = ["numeric", "2-digit"][n - 1];
2311
+ break;
2312
+ case "K":
2313
+ t.hourCycle = "h11", t.hour = ["numeric", "2-digit"][n - 1];
2314
+ break;
2315
+ case "k":
2316
+ t.hourCycle = "h24", t.hour = ["numeric", "2-digit"][n - 1];
2317
+ break;
2318
+ case "j":
2319
+ case "J":
2320
+ case "C": throw RangeError("`j/J/C` (hour) patterns are not supported, use `h/H/K/k` instead");
2321
+ case "m":
2322
+ t.minute = ["numeric", "2-digit"][n - 1];
2323
+ break;
2324
+ case "s":
2325
+ t.second = ["numeric", "2-digit"][n - 1];
2326
+ break;
2327
+ case "S":
2328
+ case "A": throw RangeError("`S/A` (second) patterns are not supported, use `s` instead");
2329
+ case "z":
2330
+ t.timeZoneName = n < 4 ? "short" : "long";
2331
+ break;
2332
+ case "Z":
2333
+ case "O":
2334
+ case "v":
2335
+ case "V":
2336
+ case "X":
2337
+ case "x": throw RangeError("`Z/O/v/V/X/x` (timeZone) patterns are not supported, use `z` instead");
2338
+ }
2339
+ return "";
2340
+ }), t;
2341
+ }
2342
+ var Tr = /[\t-\r \x85\u200E\u200F\u2028\u2029]/i;
2343
+ function Er(e) {
2344
+ if (e.length === 0) throw Error("Number skeleton cannot be empty");
2345
+ let t = e.split(Tr).filter((e) => e.length > 0), n = [];
2346
+ for (let e of t) {
2347
+ let t = e.split("/");
2348
+ if (t.length === 0) throw Error("Invalid number skeleton");
2349
+ let [r, ...i] = t;
2350
+ for (let e of i) if (e.length === 0) throw Error("Invalid number skeleton");
2351
+ n.push({
2352
+ stem: r,
2353
+ options: i
2354
+ });
2355
+ }
2356
+ return n;
2357
+ }
2358
+ function Dr(e) {
2359
+ return e.replace(/^(.*?)-/, "");
2360
+ }
2361
+ var Or = /^\.(?:(0+)(\*)?|(#+)|(0+)(#+))$/g, kr = /^(@+)?(\+|#+)?[rs]?$/g, Ar = /(\*)(0+)|(#+)(0+)|(0+)/g, jr = /^(0+)$/;
2362
+ function Mr(e) {
2363
+ let t = {};
2364
+ return e[e.length - 1] === "r" ? t.roundingPriority = "morePrecision" : e[e.length - 1] === "s" && (t.roundingPriority = "lessPrecision"), e.replace(kr, function(e, n, r) {
2365
+ return typeof r == "string" ? r === "+" ? t.minimumSignificantDigits = n.length : n[0] === "#" ? t.maximumSignificantDigits = n.length : (t.minimumSignificantDigits = n.length, t.maximumSignificantDigits = n.length + (typeof r == "string" ? r.length : 0)) : (t.minimumSignificantDigits = n.length, t.maximumSignificantDigits = n.length), "";
2366
+ }), t;
2367
+ }
2368
+ function Nr(e) {
2369
+ switch (e) {
2370
+ case "sign-auto": return { signDisplay: "auto" };
2371
+ case "sign-accounting":
2372
+ case "()": return { currencySign: "accounting" };
2373
+ case "sign-always":
2374
+ case "+!": return { signDisplay: "always" };
2375
+ case "sign-accounting-always":
2376
+ case "()!": return {
2377
+ signDisplay: "always",
2378
+ currencySign: "accounting"
2379
+ };
2380
+ case "sign-except-zero":
2381
+ case "+?": return { signDisplay: "exceptZero" };
2382
+ case "sign-accounting-except-zero":
2383
+ case "()?": return {
2384
+ signDisplay: "exceptZero",
2385
+ currencySign: "accounting"
2386
+ };
2387
+ case "sign-never":
2388
+ case "+_": return { signDisplay: "never" };
2389
+ }
2390
+ }
2391
+ function Pr(e) {
2392
+ let t;
2393
+ if (e[0] === "E" && e[1] === "E" ? (t = { notation: "engineering" }, e = e.slice(2)) : e[0] === "E" && (t = { notation: "scientific" }, e = e.slice(1)), t) {
2394
+ let n = e.slice(0, 2);
2395
+ if (n === "+!" ? (t.signDisplay = "always", e = e.slice(2)) : n === "+?" && (t.signDisplay = "exceptZero", e = e.slice(2)), !jr.test(e)) throw Error("Malformed concise eng/scientific notation");
2396
+ t.minimumIntegerDigits = e.length;
2397
+ }
2398
+ return t;
2399
+ }
2400
+ function Fr(e) {
2401
+ return Nr(e) || {};
2402
+ }
2403
+ function Ir(e) {
2404
+ let t = {};
2405
+ for (let n of e) {
2406
+ switch (n.stem) {
2407
+ case "percent":
2408
+ case "%":
2409
+ t.style = "percent";
2410
+ continue;
2411
+ case "%x100":
2412
+ t.style = "percent", t.scale = 100;
2413
+ continue;
2414
+ case "currency":
2415
+ t.style = "currency", t.currency = n.options[0];
2416
+ continue;
2417
+ case "group-off":
2418
+ case ",_":
2419
+ t.useGrouping = !1;
2420
+ continue;
2421
+ case "precision-integer":
2422
+ case ".":
2423
+ t.maximumFractionDigits = 0;
2424
+ continue;
2425
+ case "measure-unit":
2426
+ case "unit":
2427
+ t.style = "unit", t.unit = Dr(n.options[0]);
2428
+ continue;
2429
+ case "compact-short":
2430
+ case "K":
2431
+ t.notation = "compact", t.compactDisplay = "short";
2432
+ continue;
2433
+ case "compact-long":
2434
+ case "KK":
2435
+ t.notation = "compact", t.compactDisplay = "long";
2436
+ continue;
2437
+ case "scientific":
2438
+ t = {
2439
+ ...t,
2440
+ notation: "scientific",
2441
+ ...n.options.reduce((e, t) => ({
2442
+ ...e,
2443
+ ...Fr(t)
2444
+ }), {})
2445
+ };
2446
+ continue;
2447
+ case "engineering":
2448
+ t = {
2449
+ ...t,
2450
+ notation: "engineering",
2451
+ ...n.options.reduce((e, t) => ({
2452
+ ...e,
2453
+ ...Fr(t)
2454
+ }), {})
2455
+ };
2456
+ continue;
2457
+ case "notation-simple":
2458
+ t.notation = "standard";
2459
+ continue;
2460
+ case "unit-width-narrow":
2461
+ t.currencyDisplay = "narrowSymbol", t.unitDisplay = "narrow";
2462
+ continue;
2463
+ case "unit-width-short":
2464
+ t.currencyDisplay = "code", t.unitDisplay = "short";
2465
+ continue;
2466
+ case "unit-width-full-name":
2467
+ t.currencyDisplay = "name", t.unitDisplay = "long";
2468
+ continue;
2469
+ case "unit-width-iso-code":
2470
+ t.currencyDisplay = "symbol";
2471
+ continue;
2472
+ case "scale":
2473
+ t.scale = parseFloat(n.options[0]);
2474
+ continue;
2475
+ case "rounding-mode-floor":
2476
+ t.roundingMode = "floor";
2477
+ continue;
2478
+ case "rounding-mode-ceiling":
2479
+ t.roundingMode = "ceil";
2480
+ continue;
2481
+ case "rounding-mode-down":
2482
+ t.roundingMode = "trunc";
2483
+ continue;
2484
+ case "rounding-mode-up":
2485
+ t.roundingMode = "expand";
2486
+ continue;
2487
+ case "rounding-mode-half-even":
2488
+ t.roundingMode = "halfEven";
2489
+ continue;
2490
+ case "rounding-mode-half-down":
2491
+ t.roundingMode = "halfTrunc";
2492
+ continue;
2493
+ case "rounding-mode-half-up":
2494
+ t.roundingMode = "halfExpand";
2495
+ continue;
2496
+ case "integer-width":
2497
+ if (n.options.length > 1) throw RangeError("integer-width stems only accept a single optional option");
2498
+ n.options[0].replace(Ar, function(e, n, r, i, a, o) {
2499
+ if (n) t.minimumIntegerDigits = r.length;
2500
+ else if (i && a) throw Error("We currently do not support maximum integer digits");
2501
+ else if (o) throw Error("We currently do not support exact integer digits");
2502
+ return "";
2503
+ });
2504
+ continue;
2505
+ }
2506
+ if (jr.test(n.stem)) {
2507
+ t.minimumIntegerDigits = n.stem.length;
2508
+ continue;
2509
+ }
2510
+ if (Or.test(n.stem)) {
2511
+ if (n.options.length > 1) throw RangeError("Fraction-precision stems only accept a single optional option");
2512
+ n.stem.replace(Or, function(e, n, r, i, a, o) {
2513
+ return r === "*" ? t.minimumFractionDigits = n.length : i && i[0] === "#" ? t.maximumFractionDigits = i.length : a && o ? (t.minimumFractionDigits = a.length, t.maximumFractionDigits = a.length + o.length) : (t.minimumFractionDigits = n.length, t.maximumFractionDigits = n.length), "";
2514
+ });
2515
+ let e = n.options[0];
2516
+ e === "w" ? t = {
2517
+ ...t,
2518
+ trailingZeroDisplay: "stripIfInteger"
2519
+ } : e && (t = {
2520
+ ...t,
2521
+ ...Mr(e)
2522
+ });
2523
+ continue;
2524
+ }
2525
+ if (kr.test(n.stem)) {
2526
+ t = {
2527
+ ...t,
2528
+ ...Mr(n.stem)
2529
+ };
2530
+ continue;
2531
+ }
2532
+ let e = Nr(n.stem);
2533
+ e && (t = {
2534
+ ...t,
2535
+ ...e
2536
+ });
2537
+ let r = Pr(n.stem);
2538
+ r && (t = {
2539
+ ...t,
2540
+ ...r
2541
+ });
2542
+ }
2543
+ return t;
2544
+ }
2545
+ //#endregion
2546
+ //#region node_modules/@formatjs/icu-messageformat-parser/index.js
2547
+ var Lr = /* @__PURE__ */ function(e) {
2548
+ return e[e.EXPECT_ARGUMENT_CLOSING_BRACE = 1] = "EXPECT_ARGUMENT_CLOSING_BRACE", e[e.EMPTY_ARGUMENT = 2] = "EMPTY_ARGUMENT", e[e.MALFORMED_ARGUMENT = 3] = "MALFORMED_ARGUMENT", e[e.EXPECT_ARGUMENT_TYPE = 4] = "EXPECT_ARGUMENT_TYPE", e[e.INVALID_ARGUMENT_TYPE = 5] = "INVALID_ARGUMENT_TYPE", e[e.EXPECT_ARGUMENT_STYLE = 6] = "EXPECT_ARGUMENT_STYLE", e[e.INVALID_NUMBER_SKELETON = 7] = "INVALID_NUMBER_SKELETON", e[e.INVALID_DATE_TIME_SKELETON = 8] = "INVALID_DATE_TIME_SKELETON", e[e.EXPECT_NUMBER_SKELETON = 9] = "EXPECT_NUMBER_SKELETON", e[e.EXPECT_DATE_TIME_SKELETON = 10] = "EXPECT_DATE_TIME_SKELETON", e[e.UNCLOSED_QUOTE_IN_ARGUMENT_STYLE = 11] = "UNCLOSED_QUOTE_IN_ARGUMENT_STYLE", e[e.EXPECT_SELECT_ARGUMENT_OPTIONS = 12] = "EXPECT_SELECT_ARGUMENT_OPTIONS", e[e.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE = 13] = "EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE", e[e.INVALID_PLURAL_ARGUMENT_OFFSET_VALUE = 14] = "INVALID_PLURAL_ARGUMENT_OFFSET_VALUE", e[e.EXPECT_SELECT_ARGUMENT_SELECTOR = 15] = "EXPECT_SELECT_ARGUMENT_SELECTOR", e[e.EXPECT_PLURAL_ARGUMENT_SELECTOR = 16] = "EXPECT_PLURAL_ARGUMENT_SELECTOR", e[e.EXPECT_SELECT_ARGUMENT_SELECTOR_FRAGMENT = 17] = "EXPECT_SELECT_ARGUMENT_SELECTOR_FRAGMENT", e[e.EXPECT_PLURAL_ARGUMENT_SELECTOR_FRAGMENT = 18] = "EXPECT_PLURAL_ARGUMENT_SELECTOR_FRAGMENT", e[e.INVALID_PLURAL_ARGUMENT_SELECTOR = 19] = "INVALID_PLURAL_ARGUMENT_SELECTOR", e[e.DUPLICATE_PLURAL_ARGUMENT_SELECTOR = 20] = "DUPLICATE_PLURAL_ARGUMENT_SELECTOR", e[e.DUPLICATE_SELECT_ARGUMENT_SELECTOR = 21] = "DUPLICATE_SELECT_ARGUMENT_SELECTOR", e[e.MISSING_OTHER_CLAUSE = 22] = "MISSING_OTHER_CLAUSE", e[e.INVALID_TAG = 23] = "INVALID_TAG", e[e.INVALID_TAG_NAME = 25] = "INVALID_TAG_NAME", e[e.UNMATCHED_CLOSING_TAG = 26] = "UNMATCHED_CLOSING_TAG", e[e.UNCLOSED_TAG = 27] = "UNCLOSED_TAG", e;
2549
+ }({});
2550
+ function Rr(e) {
2551
+ return e.type === 0;
2552
+ }
2553
+ function zr(e) {
2554
+ return e.type === 1;
2555
+ }
2556
+ function Br(e) {
2557
+ return e.type === 2;
2558
+ }
2559
+ function Vr(e) {
2560
+ return e.type === 3;
2561
+ }
2562
+ function Hr(e) {
2563
+ return e.type === 4;
2564
+ }
2565
+ function Ur(e) {
2566
+ return e.type === 5;
2567
+ }
2568
+ function Wr(e) {
2569
+ return e.type === 6;
2570
+ }
2571
+ function Gr(e) {
2572
+ return e.type === 7;
2573
+ }
2574
+ function Kr(e) {
2575
+ return e.type === 8;
2576
+ }
2577
+ function qr(e) {
2578
+ return !!(e && typeof e == "object" && e.type === 0);
2579
+ }
2580
+ function Jr(e) {
2581
+ return !!(e && typeof e == "object" && e.type === 1);
2582
+ }
2583
+ var Yr = /[ \xA0\u1680\u2000-\u200A\u202F\u205F\u3000]/, X = {
2584
+ "001": ["H", "h"],
2585
+ 419: [
2586
+ "h",
2587
+ "H",
2588
+ "hB",
2589
+ "hb"
2590
+ ],
2591
+ AC: [
2592
+ "H",
2593
+ "h",
2594
+ "hb",
2595
+ "hB"
2596
+ ],
2597
+ AD: ["H", "hB"],
2598
+ AE: [
2599
+ "h",
2600
+ "hB",
2601
+ "hb",
2602
+ "H"
2603
+ ],
2604
+ AF: [
2605
+ "H",
2606
+ "hb",
2607
+ "hB",
2608
+ "h"
2609
+ ],
2610
+ AG: [
2611
+ "h",
2612
+ "hb",
2613
+ "H",
2614
+ "hB"
2615
+ ],
2616
+ AI: [
2617
+ "H",
2618
+ "h",
2619
+ "hb",
2620
+ "hB"
2621
+ ],
2622
+ AL: [
2623
+ "h",
2624
+ "H",
2625
+ "hB"
2626
+ ],
2627
+ AM: ["H", "hB"],
2628
+ AO: ["H", "hB"],
2629
+ AR: [
2630
+ "h",
2631
+ "H",
2632
+ "hB",
2633
+ "hb"
2634
+ ],
2635
+ AS: ["h", "H"],
2636
+ AT: ["H", "hB"],
2637
+ AU: [
2638
+ "h",
2639
+ "hb",
2640
+ "H",
2641
+ "hB"
2642
+ ],
2643
+ AW: ["H", "hB"],
2644
+ AX: ["H"],
2645
+ AZ: [
2646
+ "H",
2647
+ "hB",
2648
+ "h"
2649
+ ],
2650
+ BA: [
2651
+ "H",
2652
+ "hB",
2653
+ "h"
2654
+ ],
2655
+ BB: [
2656
+ "h",
2657
+ "hb",
2658
+ "H",
2659
+ "hB"
2660
+ ],
2661
+ BD: [
2662
+ "h",
2663
+ "hB",
2664
+ "H"
2665
+ ],
2666
+ BE: ["H", "hB"],
2667
+ BF: ["H", "hB"],
2668
+ BG: [
2669
+ "H",
2670
+ "hB",
2671
+ "h"
2672
+ ],
2673
+ BH: [
2674
+ "h",
2675
+ "hB",
2676
+ "hb",
2677
+ "H"
2678
+ ],
2679
+ BI: ["H", "h"],
2680
+ BJ: ["H", "hB"],
2681
+ BL: ["H", "hB"],
2682
+ BM: [
2683
+ "h",
2684
+ "hb",
2685
+ "H",
2686
+ "hB"
2687
+ ],
2688
+ BN: [
2689
+ "hb",
2690
+ "hB",
2691
+ "h",
2692
+ "H"
2693
+ ],
2694
+ BO: [
2695
+ "h",
2696
+ "H",
2697
+ "hB",
2698
+ "hb"
2699
+ ],
2700
+ BQ: ["H"],
2701
+ BR: ["H", "hB"],
2702
+ BS: [
2703
+ "h",
2704
+ "hb",
2705
+ "H",
2706
+ "hB"
2707
+ ],
2708
+ BT: ["h", "H"],
2709
+ BW: [
2710
+ "H",
2711
+ "h",
2712
+ "hb",
2713
+ "hB"
2714
+ ],
2715
+ BY: ["H", "h"],
2716
+ BZ: [
2717
+ "H",
2718
+ "h",
2719
+ "hb",
2720
+ "hB"
2721
+ ],
2722
+ CA: [
2723
+ "h",
2724
+ "hb",
2725
+ "H",
2726
+ "hB"
2727
+ ],
2728
+ CC: [
2729
+ "H",
2730
+ "h",
2731
+ "hb",
2732
+ "hB"
2733
+ ],
2734
+ CD: ["hB", "H"],
2735
+ CF: [
2736
+ "H",
2737
+ "h",
2738
+ "hB"
2739
+ ],
2740
+ CG: ["H", "hB"],
2741
+ CH: [
2742
+ "H",
2743
+ "hB",
2744
+ "h"
2745
+ ],
2746
+ CI: ["H", "hB"],
2747
+ CK: [
2748
+ "H",
2749
+ "h",
2750
+ "hb",
2751
+ "hB"
2752
+ ],
2753
+ CL: [
2754
+ "h",
2755
+ "H",
2756
+ "hB",
2757
+ "hb"
2758
+ ],
2759
+ CM: [
2760
+ "H",
2761
+ "h",
2762
+ "hB"
2763
+ ],
2764
+ CN: [
2765
+ "H",
2766
+ "hB",
2767
+ "hb",
2768
+ "h"
2769
+ ],
2770
+ CO: [
2771
+ "h",
2772
+ "H",
2773
+ "hB",
2774
+ "hb"
2775
+ ],
2776
+ CP: ["H"],
2777
+ CR: [
2778
+ "h",
2779
+ "H",
2780
+ "hB",
2781
+ "hb"
2782
+ ],
2783
+ CU: [
2784
+ "h",
2785
+ "H",
2786
+ "hB",
2787
+ "hb"
2788
+ ],
2789
+ CV: ["H", "hB"],
2790
+ CW: ["H", "hB"],
2791
+ CX: [
2792
+ "H",
2793
+ "h",
2794
+ "hb",
2795
+ "hB"
2796
+ ],
2797
+ CY: [
2798
+ "h",
2799
+ "H",
2800
+ "hb",
2801
+ "hB"
2802
+ ],
2803
+ CZ: ["H"],
2804
+ DE: ["H", "hB"],
2805
+ DG: [
2806
+ "H",
2807
+ "h",
2808
+ "hb",
2809
+ "hB"
2810
+ ],
2811
+ DJ: ["h", "H"],
2812
+ DK: ["H"],
2813
+ DM: [
2814
+ "h",
2815
+ "hb",
2816
+ "H",
2817
+ "hB"
2818
+ ],
2819
+ DO: [
2820
+ "h",
2821
+ "H",
2822
+ "hB",
2823
+ "hb"
2824
+ ],
2825
+ DZ: [
2826
+ "h",
2827
+ "hB",
2828
+ "hb",
2829
+ "H"
2830
+ ],
2831
+ EA: [
2832
+ "H",
2833
+ "h",
2834
+ "hB",
2835
+ "hb"
2836
+ ],
2837
+ EC: [
2838
+ "h",
2839
+ "H",
2840
+ "hB",
2841
+ "hb"
2842
+ ],
2843
+ EE: ["H", "hB"],
2844
+ EG: [
2845
+ "h",
2846
+ "hB",
2847
+ "hb",
2848
+ "H"
2849
+ ],
2850
+ EH: [
2851
+ "h",
2852
+ "hB",
2853
+ "hb",
2854
+ "H"
2855
+ ],
2856
+ ER: ["h", "H"],
2857
+ ES: [
2858
+ "H",
2859
+ "hB",
2860
+ "h",
2861
+ "hb"
2862
+ ],
2863
+ ET: [
2864
+ "hB",
2865
+ "hb",
2866
+ "h",
2867
+ "H"
2868
+ ],
2869
+ FI: ["H"],
2870
+ FJ: [
2871
+ "h",
2872
+ "hb",
2873
+ "H",
2874
+ "hB"
2875
+ ],
2876
+ FK: [
2877
+ "H",
2878
+ "h",
2879
+ "hb",
2880
+ "hB"
2881
+ ],
2882
+ FM: [
2883
+ "h",
2884
+ "hb",
2885
+ "H",
2886
+ "hB"
2887
+ ],
2888
+ FO: ["H", "h"],
2889
+ FR: ["H", "hB"],
2890
+ GA: ["H", "hB"],
2891
+ GB: [
2892
+ "H",
2893
+ "h",
2894
+ "hb",
2895
+ "hB"
2896
+ ],
2897
+ GD: [
2898
+ "h",
2899
+ "hb",
2900
+ "H",
2901
+ "hB"
2902
+ ],
2903
+ GE: [
2904
+ "H",
2905
+ "hB",
2906
+ "h"
2907
+ ],
2908
+ GF: ["H", "hB"],
2909
+ GG: [
2910
+ "H",
2911
+ "h",
2912
+ "hb",
2913
+ "hB"
2914
+ ],
2915
+ GH: ["h", "H"],
2916
+ GI: [
2917
+ "H",
2918
+ "h",
2919
+ "hb",
2920
+ "hB"
2921
+ ],
2922
+ GL: ["H", "h"],
2923
+ GM: [
2924
+ "h",
2925
+ "hb",
2926
+ "H",
2927
+ "hB"
2928
+ ],
2929
+ GN: ["H", "hB"],
2930
+ GP: ["H", "hB"],
2931
+ GQ: [
2932
+ "H",
2933
+ "hB",
2934
+ "h",
2935
+ "hb"
2936
+ ],
2937
+ GR: [
2938
+ "h",
2939
+ "H",
2940
+ "hb",
2941
+ "hB"
2942
+ ],
2943
+ GS: [
2944
+ "H",
2945
+ "h",
2946
+ "hb",
2947
+ "hB"
2948
+ ],
2949
+ GT: [
2950
+ "h",
2951
+ "H",
2952
+ "hB",
2953
+ "hb"
2954
+ ],
2955
+ GU: [
2956
+ "h",
2957
+ "hb",
2958
+ "H",
2959
+ "hB"
2960
+ ],
2961
+ GW: ["H", "hB"],
2962
+ GY: [
2963
+ "h",
2964
+ "hb",
2965
+ "H",
2966
+ "hB"
2967
+ ],
2968
+ HK: [
2969
+ "h",
2970
+ "hB",
2971
+ "hb",
2972
+ "H"
2973
+ ],
2974
+ HN: [
2975
+ "h",
2976
+ "H",
2977
+ "hB",
2978
+ "hb"
2979
+ ],
2980
+ HR: ["H", "hB"],
2981
+ HU: ["H", "h"],
2982
+ IC: [
2983
+ "H",
2984
+ "h",
2985
+ "hB",
2986
+ "hb"
2987
+ ],
2988
+ ID: ["H"],
2989
+ IE: [
2990
+ "H",
2991
+ "h",
2992
+ "hb",
2993
+ "hB"
2994
+ ],
2995
+ IL: ["H", "hB"],
2996
+ IM: [
2997
+ "H",
2998
+ "h",
2999
+ "hb",
3000
+ "hB"
3001
+ ],
3002
+ IN: ["h", "H"],
3003
+ IO: [
3004
+ "H",
3005
+ "h",
3006
+ "hb",
3007
+ "hB"
3008
+ ],
3009
+ IQ: [
3010
+ "h",
3011
+ "hB",
3012
+ "hb",
3013
+ "H"
3014
+ ],
3015
+ IR: ["hB", "H"],
3016
+ IS: ["H"],
3017
+ IT: ["H", "hB"],
3018
+ JE: [
3019
+ "H",
3020
+ "h",
3021
+ "hb",
3022
+ "hB"
3023
+ ],
3024
+ JM: [
3025
+ "h",
3026
+ "hb",
3027
+ "H",
3028
+ "hB"
3029
+ ],
3030
+ JO: [
3031
+ "h",
3032
+ "hB",
3033
+ "hb",
3034
+ "H"
3035
+ ],
3036
+ JP: [
3037
+ "H",
3038
+ "K",
3039
+ "h"
3040
+ ],
3041
+ KE: [
3042
+ "hB",
3043
+ "hb",
3044
+ "H",
3045
+ "h"
3046
+ ],
3047
+ KG: [
3048
+ "H",
3049
+ "h",
3050
+ "hB",
3051
+ "hb"
3052
+ ],
3053
+ KH: [
3054
+ "hB",
3055
+ "h",
3056
+ "H",
3057
+ "hb"
3058
+ ],
3059
+ KI: [
3060
+ "h",
3061
+ "hb",
3062
+ "H",
3063
+ "hB"
3064
+ ],
3065
+ KM: [
3066
+ "H",
3067
+ "h",
3068
+ "hB",
3069
+ "hb"
3070
+ ],
3071
+ KN: [
3072
+ "h",
3073
+ "hb",
3074
+ "H",
3075
+ "hB"
3076
+ ],
3077
+ KP: [
3078
+ "h",
3079
+ "H",
3080
+ "hB",
3081
+ "hb"
3082
+ ],
3083
+ KR: [
3084
+ "h",
3085
+ "H",
3086
+ "hB",
3087
+ "hb"
3088
+ ],
3089
+ KW: [
3090
+ "h",
3091
+ "hB",
3092
+ "hb",
3093
+ "H"
3094
+ ],
3095
+ KY: [
3096
+ "h",
3097
+ "hb",
3098
+ "H",
3099
+ "hB"
3100
+ ],
3101
+ KZ: ["H", "hB"],
3102
+ LA: [
3103
+ "H",
3104
+ "hb",
3105
+ "hB",
3106
+ "h"
3107
+ ],
3108
+ LB: [
3109
+ "h",
3110
+ "hB",
3111
+ "hb",
3112
+ "H"
3113
+ ],
3114
+ LC: [
3115
+ "h",
3116
+ "hb",
3117
+ "H",
3118
+ "hB"
3119
+ ],
3120
+ LI: [
3121
+ "H",
3122
+ "hB",
3123
+ "h"
3124
+ ],
3125
+ LK: [
3126
+ "H",
3127
+ "h",
3128
+ "hB",
3129
+ "hb"
3130
+ ],
3131
+ LR: [
3132
+ "h",
3133
+ "hb",
3134
+ "H",
3135
+ "hB"
3136
+ ],
3137
+ LS: ["h", "H"],
3138
+ LT: [
3139
+ "H",
3140
+ "h",
3141
+ "hb",
3142
+ "hB"
3143
+ ],
3144
+ LU: [
3145
+ "H",
3146
+ "h",
3147
+ "hB"
3148
+ ],
3149
+ LV: [
3150
+ "H",
3151
+ "hB",
3152
+ "hb",
3153
+ "h"
3154
+ ],
3155
+ LY: [
3156
+ "h",
3157
+ "hB",
3158
+ "hb",
3159
+ "H"
3160
+ ],
3161
+ MA: [
3162
+ "H",
3163
+ "h",
3164
+ "hB",
3165
+ "hb"
3166
+ ],
3167
+ MC: ["H", "hB"],
3168
+ MD: ["H", "hB"],
3169
+ ME: [
3170
+ "H",
3171
+ "hB",
3172
+ "h"
3173
+ ],
3174
+ MF: ["H", "hB"],
3175
+ MG: ["H", "h"],
3176
+ MH: [
3177
+ "h",
3178
+ "hb",
3179
+ "H",
3180
+ "hB"
3181
+ ],
3182
+ MK: [
3183
+ "H",
3184
+ "h",
3185
+ "hb",
3186
+ "hB"
3187
+ ],
3188
+ ML: ["H"],
3189
+ MM: [
3190
+ "hB",
3191
+ "hb",
3192
+ "H",
3193
+ "h"
3194
+ ],
3195
+ MN: [
3196
+ "H",
3197
+ "h",
3198
+ "hb",
3199
+ "hB"
3200
+ ],
3201
+ MO: [
3202
+ "h",
3203
+ "hB",
3204
+ "hb",
3205
+ "H"
3206
+ ],
3207
+ MP: [
3208
+ "h",
3209
+ "hb",
3210
+ "H",
3211
+ "hB"
3212
+ ],
3213
+ MQ: ["H", "hB"],
3214
+ MR: [
3215
+ "h",
3216
+ "hB",
3217
+ "hb",
3218
+ "H"
3219
+ ],
3220
+ MS: [
3221
+ "H",
3222
+ "h",
3223
+ "hb",
3224
+ "hB"
3225
+ ],
3226
+ MT: ["H", "h"],
3227
+ MU: ["H", "h"],
3228
+ MV: ["H", "h"],
3229
+ MW: [
3230
+ "h",
3231
+ "hb",
3232
+ "H",
3233
+ "hB"
3234
+ ],
3235
+ MX: [
3236
+ "h",
3237
+ "H",
3238
+ "hB",
3239
+ "hb"
3240
+ ],
3241
+ MY: [
3242
+ "hb",
3243
+ "hB",
3244
+ "h",
3245
+ "H"
3246
+ ],
3247
+ MZ: ["H", "hB"],
3248
+ NA: [
3249
+ "h",
3250
+ "H",
3251
+ "hB",
3252
+ "hb"
3253
+ ],
3254
+ NC: ["H", "hB"],
3255
+ NE: ["H"],
3256
+ NF: [
3257
+ "H",
3258
+ "h",
3259
+ "hb",
3260
+ "hB"
3261
+ ],
3262
+ NG: [
3263
+ "H",
3264
+ "h",
3265
+ "hb",
3266
+ "hB"
3267
+ ],
3268
+ NI: [
3269
+ "h",
3270
+ "H",
3271
+ "hB",
3272
+ "hb"
3273
+ ],
3274
+ NL: ["H", "hB"],
3275
+ NO: ["H", "h"],
3276
+ NP: [
3277
+ "H",
3278
+ "h",
3279
+ "hB"
3280
+ ],
3281
+ NR: [
3282
+ "H",
3283
+ "h",
3284
+ "hb",
3285
+ "hB"
3286
+ ],
3287
+ NU: [
3288
+ "H",
3289
+ "h",
3290
+ "hb",
3291
+ "hB"
3292
+ ],
3293
+ NZ: [
3294
+ "h",
3295
+ "hb",
3296
+ "H",
3297
+ "hB"
3298
+ ],
3299
+ OM: [
3300
+ "h",
3301
+ "hB",
3302
+ "hb",
3303
+ "H"
3304
+ ],
3305
+ PA: [
3306
+ "h",
3307
+ "H",
3308
+ "hB",
3309
+ "hb"
3310
+ ],
3311
+ PE: [
3312
+ "h",
3313
+ "H",
3314
+ "hB",
3315
+ "hb"
3316
+ ],
3317
+ PF: [
3318
+ "H",
3319
+ "h",
3320
+ "hB"
3321
+ ],
3322
+ PG: ["h", "H"],
3323
+ PH: [
3324
+ "h",
3325
+ "hB",
3326
+ "hb",
3327
+ "H"
3328
+ ],
3329
+ PK: [
3330
+ "h",
3331
+ "hB",
3332
+ "H"
3333
+ ],
3334
+ PL: ["H", "h"],
3335
+ PM: ["H", "hB"],
3336
+ PN: [
3337
+ "H",
3338
+ "h",
3339
+ "hb",
3340
+ "hB"
3341
+ ],
3342
+ PR: [
3343
+ "h",
3344
+ "H",
3345
+ "hB",
3346
+ "hb"
3347
+ ],
3348
+ PS: [
3349
+ "h",
3350
+ "hB",
3351
+ "hb",
3352
+ "H"
3353
+ ],
3354
+ PT: ["H", "hB"],
3355
+ PW: ["h", "H"],
3356
+ PY: [
3357
+ "h",
3358
+ "H",
3359
+ "hB",
3360
+ "hb"
3361
+ ],
3362
+ QA: [
3363
+ "h",
3364
+ "hB",
3365
+ "hb",
3366
+ "H"
3367
+ ],
3368
+ RE: ["H", "hB"],
3369
+ RO: ["H", "hB"],
3370
+ RS: [
3371
+ "H",
3372
+ "hB",
3373
+ "h"
3374
+ ],
3375
+ RU: ["H"],
3376
+ RW: ["H", "h"],
3377
+ SA: [
3378
+ "h",
3379
+ "hB",
3380
+ "hb",
3381
+ "H"
3382
+ ],
3383
+ SB: [
3384
+ "h",
3385
+ "hb",
3386
+ "H",
3387
+ "hB"
3388
+ ],
3389
+ SC: [
3390
+ "H",
3391
+ "h",
3392
+ "hB"
3393
+ ],
3394
+ SD: [
3395
+ "h",
3396
+ "hB",
3397
+ "hb",
3398
+ "H"
3399
+ ],
3400
+ SE: ["H"],
3401
+ SG: [
3402
+ "h",
3403
+ "hb",
3404
+ "H",
3405
+ "hB"
3406
+ ],
3407
+ SH: [
3408
+ "H",
3409
+ "h",
3410
+ "hb",
3411
+ "hB"
3412
+ ],
3413
+ SI: ["H", "hB"],
3414
+ SJ: ["H"],
3415
+ SK: ["H"],
3416
+ SL: [
3417
+ "h",
3418
+ "hb",
3419
+ "H",
3420
+ "hB"
3421
+ ],
3422
+ SM: [
3423
+ "H",
3424
+ "h",
3425
+ "hB"
3426
+ ],
3427
+ SN: [
3428
+ "H",
3429
+ "h",
3430
+ "hB"
3431
+ ],
3432
+ SO: ["h", "H"],
3433
+ SR: ["H", "hB"],
3434
+ SS: [
3435
+ "h",
3436
+ "hb",
3437
+ "H",
3438
+ "hB"
3439
+ ],
3440
+ ST: ["H", "hB"],
3441
+ SV: [
3442
+ "h",
3443
+ "H",
3444
+ "hB",
3445
+ "hb"
3446
+ ],
3447
+ SX: [
3448
+ "H",
3449
+ "h",
3450
+ "hb",
3451
+ "hB"
3452
+ ],
3453
+ SY: [
3454
+ "h",
3455
+ "hB",
3456
+ "hb",
3457
+ "H"
3458
+ ],
3459
+ SZ: [
3460
+ "h",
3461
+ "hb",
3462
+ "H",
3463
+ "hB"
3464
+ ],
3465
+ TA: [
3466
+ "H",
3467
+ "h",
3468
+ "hb",
3469
+ "hB"
3470
+ ],
3471
+ TC: [
3472
+ "h",
3473
+ "hb",
3474
+ "H",
3475
+ "hB"
3476
+ ],
3477
+ TD: [
3478
+ "h",
3479
+ "H",
3480
+ "hB"
3481
+ ],
3482
+ TF: [
3483
+ "H",
3484
+ "h",
3485
+ "hB"
3486
+ ],
3487
+ TG: ["H", "hB"],
3488
+ TH: ["H", "h"],
3489
+ TJ: ["H", "h"],
3490
+ TL: [
3491
+ "H",
3492
+ "hB",
3493
+ "hb",
3494
+ "h"
3495
+ ],
3496
+ TM: ["H", "h"],
3497
+ TN: [
3498
+ "h",
3499
+ "hB",
3500
+ "hb",
3501
+ "H"
3502
+ ],
3503
+ TO: ["h", "H"],
3504
+ TR: ["H", "hB"],
3505
+ TT: [
3506
+ "h",
3507
+ "hb",
3508
+ "H",
3509
+ "hB"
3510
+ ],
3511
+ TW: [
3512
+ "hB",
3513
+ "hb",
3514
+ "h",
3515
+ "H"
3516
+ ],
3517
+ TZ: [
3518
+ "hB",
3519
+ "hb",
3520
+ "H",
3521
+ "h"
3522
+ ],
3523
+ UA: [
3524
+ "H",
3525
+ "hB",
3526
+ "h"
3527
+ ],
3528
+ UG: [
3529
+ "hB",
3530
+ "hb",
3531
+ "H",
3532
+ "h"
3533
+ ],
3534
+ UM: [
3535
+ "h",
3536
+ "hb",
3537
+ "H",
3538
+ "hB"
3539
+ ],
3540
+ US: [
3541
+ "h",
3542
+ "hb",
3543
+ "H",
3544
+ "hB"
3545
+ ],
3546
+ UY: [
3547
+ "h",
3548
+ "H",
3549
+ "hB",
3550
+ "hb"
3551
+ ],
3552
+ UZ: [
3553
+ "H",
3554
+ "hB",
3555
+ "h"
3556
+ ],
3557
+ VA: [
3558
+ "H",
3559
+ "h",
3560
+ "hB"
3561
+ ],
3562
+ VC: [
3563
+ "h",
3564
+ "hb",
3565
+ "H",
3566
+ "hB"
3567
+ ],
3568
+ VE: [
3569
+ "h",
3570
+ "H",
3571
+ "hB",
3572
+ "hb"
3573
+ ],
3574
+ VG: [
3575
+ "h",
3576
+ "hb",
3577
+ "H",
3578
+ "hB"
3579
+ ],
3580
+ VI: [
3581
+ "h",
3582
+ "hb",
3583
+ "H",
3584
+ "hB"
3585
+ ],
3586
+ VN: ["H", "h"],
3587
+ VU: ["h", "H"],
3588
+ WF: ["H", "hB"],
3589
+ WS: ["h", "H"],
3590
+ XK: [
3591
+ "H",
3592
+ "hB",
3593
+ "h"
3594
+ ],
3595
+ YE: [
3596
+ "h",
3597
+ "hB",
3598
+ "hb",
3599
+ "H"
3600
+ ],
3601
+ YT: ["H", "hB"],
3602
+ ZA: [
3603
+ "H",
3604
+ "h",
3605
+ "hb",
3606
+ "hB"
3607
+ ],
3608
+ ZM: [
3609
+ "h",
3610
+ "hb",
3611
+ "H",
3612
+ "hB"
3613
+ ],
3614
+ ZW: ["H", "h"],
3615
+ "af-ZA": [
3616
+ "H",
3617
+ "h",
3618
+ "hB",
3619
+ "hb"
3620
+ ],
3621
+ "ar-001": [
3622
+ "h",
3623
+ "hB",
3624
+ "hb",
3625
+ "H"
3626
+ ],
3627
+ "ca-ES": [
3628
+ "H",
3629
+ "h",
3630
+ "hB"
3631
+ ],
3632
+ "en-001": [
3633
+ "h",
3634
+ "hb",
3635
+ "H",
3636
+ "hB"
3637
+ ],
3638
+ "en-HK": [
3639
+ "h",
3640
+ "hb",
3641
+ "H",
3642
+ "hB"
3643
+ ],
3644
+ "en-IL": [
3645
+ "H",
3646
+ "h",
3647
+ "hb",
3648
+ "hB"
3649
+ ],
3650
+ "en-MY": [
3651
+ "h",
3652
+ "hb",
3653
+ "H",
3654
+ "hB"
3655
+ ],
3656
+ "es-BR": [
3657
+ "H",
3658
+ "h",
3659
+ "hB",
3660
+ "hb"
3661
+ ],
3662
+ "es-ES": [
3663
+ "H",
3664
+ "h",
3665
+ "hB",
3666
+ "hb"
3667
+ ],
3668
+ "es-GQ": [
3669
+ "H",
3670
+ "h",
3671
+ "hB",
3672
+ "hb"
3673
+ ],
3674
+ "fr-CA": [
3675
+ "H",
3676
+ "h",
3677
+ "hB"
3678
+ ],
3679
+ "gl-ES": [
3680
+ "H",
3681
+ "h",
3682
+ "hB"
3683
+ ],
3684
+ "gu-IN": [
3685
+ "hB",
3686
+ "hb",
3687
+ "h",
3688
+ "H"
3689
+ ],
3690
+ "hi-IN": [
3691
+ "hB",
3692
+ "h",
3693
+ "H"
3694
+ ],
3695
+ "it-CH": [
3696
+ "H",
3697
+ "h",
3698
+ "hB"
3699
+ ],
3700
+ "it-IT": [
3701
+ "H",
3702
+ "h",
3703
+ "hB"
3704
+ ],
3705
+ "kn-IN": [
3706
+ "hB",
3707
+ "h",
3708
+ "H"
3709
+ ],
3710
+ "ku-SY": ["H", "hB"],
3711
+ "ml-IN": [
3712
+ "hB",
3713
+ "h",
3714
+ "H"
3715
+ ],
3716
+ "mr-IN": [
3717
+ "hB",
3718
+ "hb",
3719
+ "h",
3720
+ "H"
3721
+ ],
3722
+ "pa-IN": [
3723
+ "hB",
3724
+ "hb",
3725
+ "h",
3726
+ "H"
3727
+ ],
3728
+ "ta-IN": [
3729
+ "hB",
3730
+ "h",
3731
+ "hb",
3732
+ "H"
3733
+ ],
3734
+ "te-IN": [
3735
+ "hB",
3736
+ "h",
3737
+ "H"
3738
+ ],
3739
+ "zu-ZA": [
3740
+ "H",
3741
+ "hB",
3742
+ "hb",
3743
+ "h"
3744
+ ]
3745
+ };
3746
+ function Xr(e, t) {
3747
+ let n = "";
3748
+ for (let r = 0; r < e.length; r++) {
3749
+ let i = e.charAt(r);
3750
+ if (i === "j") {
3751
+ let a = 0;
3752
+ for (; r + 1 < e.length && e.charAt(r + 1) === i;) a++, r++;
3753
+ let o = 1 + (a & 1), s = a < 2 ? 1 : 3 + (a >> 1), c = Zr(t);
3754
+ for ((c == "H" || c == "k") && (s = 0); s-- > 0;) n += "a";
3755
+ for (; o-- > 0;) n = c + n;
3756
+ } else i === "J" ? n += "H" : n += i;
3757
+ }
3758
+ return n;
3759
+ }
3760
+ function Zr(e) {
3761
+ let t = e.hourCycle;
3762
+ if (t === void 0 && e.hourCycles && e.hourCycles.length && (t = e.hourCycles[0]), t) switch (t) {
3763
+ case "h24": return "k";
3764
+ case "h23": return "H";
3765
+ case "h12": return "h";
3766
+ case "h11": return "K";
3767
+ default: throw Error("Invalid hourCycle");
3768
+ }
3769
+ let n = e.language, r;
3770
+ return n !== "root" && (r = e.maximize().region), (X[r || ""] || X[n || ""] || X[`${n}-001`] || X["001"])[0];
3771
+ }
3772
+ var Qr = RegExp(`^${Yr.source}*`), $r = RegExp(`${Yr.source}*$`);
3773
+ function Z(e, t) {
3774
+ return {
3775
+ start: e,
3776
+ end: t
3777
+ };
3778
+ }
3779
+ var ei = !!Object.fromEntries, ti = !!String.prototype.trimStart, ni = !!String.prototype.trimEnd, ri = ei ? Object.fromEntries : function(e) {
3780
+ let t = {};
3781
+ for (let [n, r] of e) t[n] = r;
3782
+ return t;
3783
+ }, ii = ti ? function(e) {
3784
+ return e.trimStart();
3785
+ } : function(e) {
3786
+ return e.replace(Qr, "");
3787
+ }, ai = ni ? function(e) {
3788
+ return e.trimEnd();
3789
+ } : function(e) {
3790
+ return e.replace($r, "");
3791
+ }, oi = /* @__PURE__ */ RegExp("([^\\p{White_Space}\\p{Pattern_Syntax}]*)", "yu");
3792
+ function si(e, t) {
3793
+ return oi.lastIndex = t, oi.exec(e)[1] ?? "";
3794
+ }
3795
+ function ci(e) {
3796
+ if (e.length === 0) return null;
3797
+ let t = 1, n = 1;
3798
+ for (let r = 0; r < e.length;) {
3799
+ let i = e.charCodeAt(r);
3800
+ switch (i) {
3801
+ case 35:
3802
+ case 39:
3803
+ case 60:
3804
+ case 123:
3805
+ case 125: return null;
3806
+ }
3807
+ if (i === 10) t++, n = 1, r++;
3808
+ else if (n++, i >= 55296 && i <= 56319 && r + 1 < e.length) {
3809
+ let t = e.charCodeAt(r + 1);
3810
+ r += t >= 56320 && t <= 57343 ? 2 : 1;
3811
+ } else r++;
3812
+ }
3813
+ return {
3814
+ offset: e.length,
3815
+ line: t,
3816
+ column: n
3817
+ };
3818
+ }
3819
+ var li = class {
3820
+ constructor(e, t = {}) {
3821
+ this.message = e, this.position = {
3822
+ offset: 0,
3823
+ line: 1,
3824
+ column: 1
3825
+ }, this.ignoreTag = !!t.ignoreTag, this.locale = t.locale, this.requiresOtherClause = !!t.requiresOtherClause, this.shouldParseSkeletons = !!t.shouldParseSkeletons;
3826
+ }
3827
+ parse() {
3828
+ if (this.offset() !== 0) throw Error("parser can only be used once");
3829
+ if (this.message.length > 0) {
3830
+ let e = this.message.charCodeAt(0);
3831
+ if (e !== 35 && e !== 39 && e !== 60 && e !== 123 && e !== 125) {
3832
+ let e = ci(this.message);
3833
+ if (e) {
3834
+ let t = this.clonePosition();
3835
+ return this.position = e, {
3836
+ val: [{
3837
+ type: 0,
3838
+ value: this.message,
3839
+ location: Z(t, this.clonePosition())
3840
+ }],
3841
+ err: null
3842
+ };
3843
+ }
3844
+ }
3845
+ }
3846
+ return this.parseMessage(0, "", !1);
3847
+ }
3848
+ parseMessage(e, t, n) {
3849
+ let r = [];
3850
+ for (; !this.isEOF();) {
3851
+ let i = this.char();
3852
+ if (i === 123) {
3853
+ let t = this.parseArgument(e, n);
3854
+ if (t.err) return t;
3855
+ r.push(t.val);
3856
+ } else if (i === 125 && e > 0) break;
3857
+ else if (i === 35 && (t === "plural" || t === "selectordinal")) {
3858
+ let e = this.clonePosition();
3859
+ this.bump(), r.push({
3860
+ type: 7,
3861
+ location: Z(e, this.clonePosition())
3862
+ });
3863
+ } else if (i === 60 && !this.ignoreTag && this.peek() === 47) {
3864
+ if (n) break;
3865
+ return this.error(26, Z(this.clonePosition(), this.clonePosition()));
3866
+ } else if (i === 60 && !this.ignoreTag && ui(this.peek() || 0)) {
3867
+ let n = this.parseTag(e, t);
3868
+ if (n.err) return n;
3869
+ r.push(n.val);
3870
+ } else {
3871
+ let n = this.parseLiteral(e, t);
3872
+ if (n.err) return n;
3873
+ r.push(n.val);
3874
+ }
3875
+ }
3876
+ return {
3877
+ val: r,
3878
+ err: null
3879
+ };
3880
+ }
3881
+ parseTag(e, t) {
3882
+ let n = this.clonePosition();
3883
+ this.bump();
3884
+ let r = this.parseTagName();
3885
+ if (this.bumpSpace(), this.bumpIf("/>")) return {
3886
+ val: {
3887
+ type: 0,
3888
+ value: `<${r}/>`,
3889
+ location: Z(n, this.clonePosition())
3890
+ },
3891
+ err: null
3892
+ };
3893
+ if (this.bumpIf(">")) {
3894
+ let i = this.parseMessage(e + 1, t, !0);
3895
+ if (i.err) return i;
3896
+ let a = i.val, o = this.clonePosition();
3897
+ if (this.bumpIf("</")) {
3898
+ if (this.isEOF() || !ui(this.char())) return this.error(23, Z(o, this.clonePosition()));
3899
+ let e = this.clonePosition();
3900
+ return r === this.parseTagName() ? (this.bumpSpace(), this.bumpIf(">") ? {
3901
+ val: {
3902
+ type: 8,
3903
+ value: r,
3904
+ children: a,
3905
+ location: Z(n, this.clonePosition())
3906
+ },
3907
+ err: null
3908
+ } : this.error(23, Z(o, this.clonePosition()))) : this.error(26, Z(e, this.clonePosition()));
3909
+ } else return this.error(27, Z(n, this.clonePosition()));
3910
+ } else return this.error(23, Z(n, this.clonePosition()));
3911
+ }
3912
+ parseTagName() {
3913
+ let e = this.offset();
3914
+ for (this.bump(); !this.isEOF() && fi(this.char());) this.bump();
3915
+ return this.message.slice(e, this.offset());
3916
+ }
3917
+ parseLiteral(e, t) {
3918
+ let n = this.clonePosition(), r = "";
3919
+ for (;;) {
3920
+ let n = this.tryParseQuote(t);
3921
+ if (n) {
3922
+ r += n;
3923
+ continue;
3924
+ }
3925
+ let i = this.tryParseUnquoted(e, t);
3926
+ if (i) {
3927
+ r += i;
3928
+ continue;
3929
+ }
3930
+ let a = this.tryParseLeftAngleBracket();
3931
+ if (a) {
3932
+ r += a;
3933
+ continue;
3934
+ }
3935
+ break;
3936
+ }
3937
+ let i = Z(n, this.clonePosition());
3938
+ return {
3939
+ val: {
3940
+ type: 0,
3941
+ value: r,
3942
+ location: i
3943
+ },
3944
+ err: null
3945
+ };
3946
+ }
3947
+ tryParseLeftAngleBracket() {
3948
+ return !this.isEOF() && this.char() === 60 && (this.ignoreTag || !di(this.peek() || 0)) ? (this.bump(), "<") : null;
3949
+ }
3950
+ tryParseQuote(e) {
3951
+ if (this.isEOF() || this.char() !== 39) return null;
3952
+ switch (this.peek()) {
3953
+ case 39: return this.bump(), this.bump(), "'";
3954
+ case 123:
3955
+ case 60:
3956
+ case 62:
3957
+ case 125: break;
3958
+ case 35:
3959
+ if (e === "plural" || e === "selectordinal") break;
3960
+ return null;
3961
+ default: return null;
3962
+ }
3963
+ this.bump();
3964
+ let t = [this.char()];
3965
+ for (this.bump(); !this.isEOF();) {
3966
+ let e = this.char();
3967
+ if (e === 39) if (this.peek() === 39) t.push(39), this.bump();
3968
+ else {
3969
+ this.bump();
3970
+ break;
3971
+ }
3972
+ else t.push(e);
3973
+ this.bump();
3974
+ }
3975
+ return String.fromCodePoint(...t);
3976
+ }
3977
+ tryParseUnquoted(e, t) {
3978
+ if (this.isEOF()) return null;
3979
+ let n = this.char();
3980
+ return n === 60 || n === 123 || n === 35 && (t === "plural" || t === "selectordinal") || n === 125 && e > 0 ? null : (this.bump(), String.fromCodePoint(n));
3981
+ }
3982
+ parseArgument(e, t) {
3983
+ let n = this.clonePosition();
3984
+ if (this.bump(), this.bumpSpace(), this.isEOF()) return this.error(1, Z(n, this.clonePosition()));
3985
+ if (this.char() === 125) return this.bump(), this.error(2, Z(n, this.clonePosition()));
3986
+ let r = this.parseIdentifierIfPossible().value;
3987
+ if (!r) return this.error(3, Z(n, this.clonePosition()));
3988
+ if (this.bumpSpace(), this.isEOF()) return this.error(1, Z(n, this.clonePosition()));
3989
+ switch (this.char()) {
3990
+ case 125: return this.bump(), {
3991
+ val: {
3992
+ type: 1,
3993
+ value: r,
3994
+ location: Z(n, this.clonePosition())
3995
+ },
3996
+ err: null
3997
+ };
3998
+ case 44: return this.bump(), this.bumpSpace(), this.isEOF() ? this.error(1, Z(n, this.clonePosition())) : this.parseArgumentOptions(e, t, r, n);
3999
+ default: return this.error(3, Z(n, this.clonePosition()));
4000
+ }
4001
+ }
4002
+ parseIdentifierIfPossible() {
4003
+ let e = this.clonePosition(), t = this.offset(), n = si(this.message, t), r = t + n.length;
4004
+ return this.bumpTo(r), {
4005
+ value: n,
4006
+ location: Z(e, this.clonePosition())
4007
+ };
4008
+ }
4009
+ parseArgumentOptions(e, t, n, r) {
4010
+ let i = this.clonePosition(), a = this.parseIdentifierIfPossible().value, o = this.clonePosition();
4011
+ switch (a) {
4012
+ case "": return this.error(4, Z(i, o));
4013
+ case "number":
4014
+ case "date":
4015
+ case "time": {
4016
+ this.bumpSpace();
4017
+ let e = null;
4018
+ if (this.bumpIf(",")) {
4019
+ this.bumpSpace();
4020
+ let t = this.clonePosition(), n = this.parseSimpleArgStyleIfPossible();
4021
+ if (n.err) return n;
4022
+ let r = ai(n.val);
4023
+ if (r.length === 0) return this.error(6, Z(this.clonePosition(), this.clonePosition()));
4024
+ e = {
4025
+ style: r,
4026
+ styleLocation: Z(t, this.clonePosition())
4027
+ };
4028
+ }
4029
+ let t = this.tryParseArgumentClose(r);
4030
+ if (t.err) return t;
4031
+ let i = Z(r, this.clonePosition());
4032
+ if (e && e.style.startsWith("::")) {
4033
+ let t = ii(e.style.slice(2));
4034
+ if (a === "number") {
4035
+ let r = this.parseNumberSkeletonFromString(t, e.styleLocation);
4036
+ return r.err ? r : {
4037
+ val: {
4038
+ type: 2,
4039
+ value: n,
4040
+ location: i,
4041
+ style: r.val
4042
+ },
4043
+ err: null
4044
+ };
4045
+ } else {
4046
+ if (t.length === 0) return this.error(10, i);
4047
+ let r = t;
4048
+ this.locale && (r = Xr(t, this.locale));
4049
+ let o = {
4050
+ type: 1,
4051
+ pattern: r,
4052
+ location: e.styleLocation,
4053
+ parsedOptions: this.shouldParseSkeletons ? wr(r) : {}
4054
+ };
4055
+ return {
4056
+ val: {
4057
+ type: a === "date" ? 3 : 4,
4058
+ value: n,
4059
+ location: i,
4060
+ style: o
4061
+ },
4062
+ err: null
4063
+ };
4064
+ }
4065
+ }
4066
+ return {
4067
+ val: {
4068
+ type: a === "number" ? 2 : a === "date" ? 3 : 4,
4069
+ value: n,
4070
+ location: i,
4071
+ style: e?.style ?? null
4072
+ },
4073
+ err: null
4074
+ };
4075
+ }
4076
+ case "plural":
4077
+ case "selectordinal":
4078
+ case "select": {
4079
+ let i = this.clonePosition();
4080
+ if (this.bumpSpace(), !this.bumpIf(",")) return this.error(12, Z(i, { ...i }));
4081
+ this.bumpSpace();
4082
+ let o = this.parseIdentifierIfPossible(), s = 0;
4083
+ if (a !== "select" && o.value === "offset") {
4084
+ if (!this.bumpIf(":")) return this.error(13, Z(this.clonePosition(), this.clonePosition()));
4085
+ this.bumpSpace();
4086
+ let e = this.tryParseDecimalInteger(13, 14);
4087
+ if (e.err) return e;
4088
+ this.bumpSpace(), o = this.parseIdentifierIfPossible(), s = e.val;
4089
+ }
4090
+ let c = this.tryParsePluralOrSelectOptions(e, a, t, o);
4091
+ if (c.err) return c;
4092
+ let l = this.tryParseArgumentClose(r);
4093
+ if (l.err) return l;
4094
+ let u = Z(r, this.clonePosition());
4095
+ return a === "select" ? {
4096
+ val: {
4097
+ type: 5,
4098
+ value: n,
4099
+ options: ri(c.val),
4100
+ location: u
4101
+ },
4102
+ err: null
4103
+ } : {
4104
+ val: {
4105
+ type: 6,
4106
+ value: n,
4107
+ options: ri(c.val),
4108
+ offset: s,
4109
+ pluralType: a === "plural" ? "cardinal" : "ordinal",
4110
+ location: u
4111
+ },
4112
+ err: null
4113
+ };
4114
+ }
4115
+ default: return this.error(5, Z(i, o));
4116
+ }
4117
+ }
4118
+ tryParseArgumentClose(e) {
4119
+ return this.isEOF() || this.char() !== 125 ? this.error(1, Z(e, this.clonePosition())) : (this.bump(), {
4120
+ val: !0,
4121
+ err: null
4122
+ });
4123
+ }
4124
+ parseSimpleArgStyleIfPossible() {
4125
+ let e = 0, t = this.clonePosition();
4126
+ for (; !this.isEOF();) switch (this.char()) {
4127
+ case 39: {
4128
+ this.bump();
4129
+ let e = this.clonePosition();
4130
+ if (!this.bumpUntil("'")) return this.error(11, Z(e, this.clonePosition()));
4131
+ this.bump();
4132
+ break;
4133
+ }
4134
+ case 123:
4135
+ e += 1, this.bump();
4136
+ break;
4137
+ case 125:
4138
+ if (e > 0) --e;
4139
+ else return {
4140
+ val: this.message.slice(t.offset, this.offset()),
4141
+ err: null
4142
+ };
4143
+ break;
4144
+ default: this.bump();
4145
+ }
4146
+ return {
4147
+ val: this.message.slice(t.offset, this.offset()),
4148
+ err: null
4149
+ };
4150
+ }
4151
+ parseNumberSkeletonFromString(e, t) {
4152
+ let n = [];
4153
+ try {
4154
+ n = Er(e);
4155
+ } catch {
4156
+ return this.error(7, t);
4157
+ }
4158
+ return {
4159
+ val: {
4160
+ type: 0,
4161
+ tokens: n,
4162
+ location: t,
4163
+ parsedOptions: this.shouldParseSkeletons ? Ir(n) : {}
4164
+ },
4165
+ err: null
4166
+ };
4167
+ }
4168
+ tryParsePluralOrSelectOptions(e, t, n, r) {
4169
+ let i = !1, a = [], o = /* @__PURE__ */ new Set(), { value: s, location: c } = r;
4170
+ for (;;) {
4171
+ if (s.length === 0) {
4172
+ let e = this.clonePosition();
4173
+ if (t !== "select" && this.bumpIf("=")) {
4174
+ let t = this.tryParseDecimalInteger(16, 19);
4175
+ if (t.err) return t;
4176
+ c = Z(e, this.clonePosition()), s = this.message.slice(e.offset, this.offset());
4177
+ } else break;
4178
+ }
4179
+ if (o.has(s)) return this.error(t === "select" ? 21 : 20, c);
4180
+ s === "other" && (i = !0), this.bumpSpace();
4181
+ let r = this.clonePosition();
4182
+ if (!this.bumpIf("{")) return this.error(t === "select" ? 17 : 18, Z(this.clonePosition(), this.clonePosition()));
4183
+ let l = this.parseMessage(e + 1, t, n);
4184
+ if (l.err) return l;
4185
+ let u = this.tryParseArgumentClose(r);
4186
+ if (u.err) return u;
4187
+ a.push([s, {
4188
+ value: l.val,
4189
+ location: Z(r, this.clonePosition())
4190
+ }]), o.add(s), this.bumpSpace(), {value: s, location: c} = this.parseIdentifierIfPossible();
4191
+ }
4192
+ return a.length === 0 ? this.error(t === "select" ? 15 : 16, Z(this.clonePosition(), this.clonePosition())) : this.requiresOtherClause && !i ? this.error(22, Z(this.clonePosition(), this.clonePosition())) : {
4193
+ val: a,
4194
+ err: null
4195
+ };
4196
+ }
4197
+ tryParseDecimalInteger(e, t) {
4198
+ let n = 1, r = this.clonePosition();
4199
+ this.bumpIf("+") || this.bumpIf("-") && (n = -1);
4200
+ let i = !1, a = 0;
4201
+ for (; !this.isEOF();) {
4202
+ let e = this.char();
4203
+ if (e >= 48 && e <= 57) i = !0, a = a * 10 + (e - 48), this.bump();
4204
+ else break;
4205
+ }
4206
+ let o = Z(r, this.clonePosition());
4207
+ return i ? (a *= n, Number.isSafeInteger(a) ? {
4208
+ val: a,
4209
+ err: null
4210
+ } : this.error(t, o)) : this.error(e, o);
4211
+ }
4212
+ offset() {
4213
+ return this.position.offset;
4214
+ }
4215
+ isEOF() {
4216
+ return this.offset() === this.message.length;
4217
+ }
4218
+ clonePosition() {
4219
+ return {
4220
+ offset: this.position.offset,
4221
+ line: this.position.line,
4222
+ column: this.position.column
4223
+ };
4224
+ }
4225
+ char() {
4226
+ let e = this.position.offset;
4227
+ if (e >= this.message.length) throw Error("out of bound");
4228
+ let t = this.message.codePointAt(e);
4229
+ if (t === void 0) throw Error(`Offset ${e} is at invalid UTF-16 code unit boundary`);
4230
+ return t;
4231
+ }
4232
+ error(e, t) {
4233
+ return {
4234
+ val: null,
4235
+ err: {
4236
+ kind: e,
4237
+ message: this.message,
4238
+ location: t
4239
+ }
4240
+ };
4241
+ }
4242
+ bump() {
4243
+ if (this.isEOF()) return;
4244
+ let e = this.char();
4245
+ e === 10 ? (this.position.line += 1, this.position.column = 1, this.position.offset += 1) : (this.position.column += 1, this.position.offset += e < 65536 ? 1 : 2);
4246
+ }
4247
+ bumpIf(e) {
4248
+ if (this.message.startsWith(e, this.offset())) {
4249
+ for (let t = 0; t < e.length; t++) this.bump();
4250
+ return !0;
4251
+ }
4252
+ return !1;
4253
+ }
4254
+ bumpUntil(e) {
4255
+ let t = this.offset(), n = this.message.indexOf(e, t);
4256
+ return n >= 0 ? (this.bumpTo(n), !0) : (this.bumpTo(this.message.length), !1);
4257
+ }
4258
+ bumpTo(e) {
4259
+ if (this.offset() > e) throw Error(`targetOffset ${e} must be greater than or equal to the current offset ${this.offset()}`);
4260
+ for (e = Math.min(e, this.message.length);;) {
4261
+ let t = this.offset();
4262
+ if (t === e) break;
4263
+ if (t > e) throw Error(`targetOffset ${e} is at invalid UTF-16 code unit boundary`);
4264
+ if (this.bump(), this.isEOF()) break;
4265
+ }
4266
+ }
4267
+ bumpSpace() {
4268
+ for (; !this.isEOF() && pi(this.char());) this.bump();
4269
+ }
4270
+ peek() {
4271
+ if (this.isEOF()) return null;
4272
+ let e = this.char(), t = this.offset();
4273
+ return this.message.charCodeAt(t + (e >= 65536 ? 2 : 1)) ?? null;
4274
+ }
4275
+ };
4276
+ function ui(e) {
4277
+ return e >= 97 && e <= 122 || e >= 65 && e <= 90;
4278
+ }
4279
+ function di(e) {
4280
+ return ui(e) || e === 47;
4281
+ }
4282
+ function fi(e) {
4283
+ return e === 45 || e === 46 || e >= 48 && e <= 57 || e === 95 || e >= 97 && e <= 122 || e >= 65 && e <= 90 || e == 183 || e >= 192 && e <= 214 || e >= 216 && e <= 246 || e >= 248 && e <= 893 || e >= 895 && e <= 8191 || e >= 8204 && e <= 8205 || e >= 8255 && e <= 8256 || e >= 8304 && e <= 8591 || e >= 11264 && e <= 12271 || e >= 12289 && e <= 55295 || e >= 63744 && e <= 64975 || e >= 65008 && e <= 65533 || e >= 65536 && e <= 983039;
4284
+ }
4285
+ function pi(e) {
4286
+ return e >= 9 && e <= 13 || e === 32 || e === 133 || e >= 8206 && e <= 8207 || e === 8232 || e === 8233;
4287
+ }
4288
+ function mi(e) {
4289
+ e.forEach((e) => {
4290
+ if (delete e.location, Ur(e) || Wr(e)) for (let t in e.options) delete e.options[t].location, mi(e.options[t].value);
4291
+ else Br(e) && qr(e.style) || (Vr(e) || Hr(e)) && Jr(e.style) ? delete e.style.location : Kr(e) && mi(e.children);
4292
+ });
4293
+ }
4294
+ function hi(e, t = {}) {
4295
+ t = {
4296
+ shouldParseSkeletons: !0,
4297
+ requiresOtherClause: !0,
4298
+ ...t
4299
+ };
4300
+ let n = new li(e, t).parse();
4301
+ if (n.err) {
4302
+ let e = SyntaxError(Lr[n.err.kind]);
4303
+ throw e.location = n.err.location, e.originalMessage = n.err.message, e;
4304
+ }
4305
+ return t?.captureLocation || mi(n.val), n.val;
4306
+ }
4307
+ //#endregion
4308
+ //#region node_modules/intl-messageformat/index.js
4309
+ var Q = class extends Error {
4310
+ constructor(e, t, n) {
4311
+ super(e), this.code = t, this.originalMessage = n;
4312
+ }
4313
+ toString() {
4314
+ return `[formatjs Error: ${this.code}] ${this.message}`;
4315
+ }
4316
+ }, gi = class extends Q {
4317
+ constructor(e, t, n, r) {
4318
+ super(`Invalid values for "${e}": "${t}". Options are "${Object.keys(n).join("\", \"")}"`, "INVALID_VALUE", r);
4319
+ }
4320
+ }, _i = class extends Q {
4321
+ constructor(e, t, n) {
4322
+ super(`Value for "${e}" must be of type ${t}`, "INVALID_VALUE", n);
4323
+ }
4324
+ }, vi = class extends Q {
4325
+ constructor(e, t) {
4326
+ super(`The intl string context variable "${e}" was not provided to the string "${t}"`, "MISSING_VALUE", t);
4327
+ }
4328
+ };
4329
+ function yi(e) {
4330
+ return e.length < 2 ? e : e.reduce((e, t) => {
4331
+ let n = e[e.length - 1];
4332
+ return !n || n.type !== 0 || t.type !== 0 ? e.push(t) : n.value += t.value, e;
4333
+ }, []);
4334
+ }
4335
+ function bi(e) {
4336
+ return typeof e == "function";
4337
+ }
4338
+ function $(e, t, n, r, i, a, o) {
4339
+ if (e.length === 1 && Rr(e[0])) return [{
4340
+ type: 0,
4341
+ value: e[0].value
4342
+ }];
4343
+ let s = [];
4344
+ for (let c of e) {
4345
+ if (Rr(c)) {
4346
+ s.push({
4347
+ type: 0,
4348
+ value: c.value
4349
+ });
4350
+ continue;
4351
+ }
4352
+ if (Gr(c)) {
4353
+ typeof a == "number" && s.push({
4354
+ type: 0,
4355
+ value: n.getNumberFormat(t).format(a)
4356
+ });
4357
+ continue;
4358
+ }
4359
+ let { value: e } = c;
4360
+ if (!(i && e in i)) throw new vi(e, o);
4361
+ let l = i[e];
4362
+ if (zr(c)) {
4363
+ (!l || typeof l == "string" || typeof l == "number" || typeof l == "bigint") && (l = typeof l == "string" || typeof l == "number" || typeof l == "bigint" ? String(l) : ""), s.push({
4364
+ type: typeof l == "string" ? 0 : 1,
4365
+ value: l
4366
+ });
4367
+ continue;
4368
+ }
4369
+ if (Vr(c)) {
4370
+ let e = typeof c.style == "string" ? r.date[c.style] : Jr(c.style) ? c.style.parsedOptions : void 0;
4371
+ s.push({
4372
+ type: 0,
4373
+ value: n.getDateTimeFormat(t, e).format(l)
4374
+ });
4375
+ continue;
4376
+ }
4377
+ if (Hr(c)) {
4378
+ let e = typeof c.style == "string" ? r.time[c.style] : Jr(c.style) ? c.style.parsedOptions : r.time.medium;
4379
+ s.push({
4380
+ type: 0,
4381
+ value: n.getDateTimeFormat(t, e).format(l)
4382
+ });
4383
+ continue;
4384
+ }
4385
+ if (Br(c)) {
4386
+ let e = typeof c.style == "string" ? r.number[c.style] : qr(c.style) ? c.style.parsedOptions : void 0;
4387
+ if (e && e.scale) {
4388
+ let t = e.scale || 1;
4389
+ if (typeof l == "bigint") {
4390
+ if (!Number.isInteger(t)) throw TypeError(`Cannot apply fractional scale ${t} to bigint value. Scale must be an integer when formatting bigint.`);
4391
+ l *= BigInt(t);
4392
+ } else l *= t;
4393
+ }
4394
+ s.push({
4395
+ type: 0,
4396
+ value: n.getNumberFormat(t, e).format(l)
4397
+ });
4398
+ continue;
4399
+ }
4400
+ if (Kr(c)) {
4401
+ let { children: e, value: l } = c, u = i[l];
4402
+ if (!bi(u)) throw new _i(l, "function", o);
4403
+ let d = u($(e, t, n, r, i, a).map((e) => e.value));
4404
+ Array.isArray(d) || (d = [d]), s.push(...d.map((e) => ({
4405
+ type: typeof e == "string" ? 0 : 1,
4406
+ value: e
4407
+ })));
4408
+ }
4409
+ if (Ur(c)) {
4410
+ let e = l, a = (Object.prototype.hasOwnProperty.call(c.options, e) ? c.options[e] : void 0) || c.options.other;
4411
+ if (!a) throw new gi(c.value, l, Object.keys(c.options), o);
4412
+ s.push(...$(a.value, t, n, r, i));
4413
+ continue;
4414
+ }
4415
+ if (Wr(c)) {
4416
+ let e = `=${l}`, a = Object.prototype.hasOwnProperty.call(c.options, e) ? c.options[e] : void 0;
4417
+ if (!a) {
4418
+ if (!Intl.PluralRules) throw new Q("Intl.PluralRules is not available in this environment.\nTry polyfilling it using \"@formatjs/intl-pluralrules\"\n", "MISSING_INTL_API", o);
4419
+ let e = typeof l == "bigint" ? Number(l) : l, r = n.getPluralRules(t, { type: c.pluralType }).select(e - (c.offset || 0));
4420
+ a = (Object.prototype.hasOwnProperty.call(c.options, r) ? c.options[r] : void 0) || c.options.other;
4421
+ }
4422
+ if (!a) throw new gi(c.value, l, Object.keys(c.options), o);
4423
+ let u = typeof l == "bigint" ? Number(l) : l;
4424
+ s.push(...$(a.value, t, n, r, i, u - (c.offset || 0)));
4425
+ continue;
4426
+ }
4427
+ }
4428
+ return yi(s);
4429
+ }
4430
+ function xi(e, t) {
4431
+ return t ? {
4432
+ ...e,
4433
+ ...t,
4434
+ ...Object.keys(e).reduce((n, r) => (n[r] = {
4435
+ ...e[r],
4436
+ ...t[r]
4437
+ }, n), {})
4438
+ } : e;
4439
+ }
4440
+ function Si(e, t) {
4441
+ return t ? Object.keys(e).reduce((n, r) => (n[r] = xi(e[r], t[r]), n), { ...e }) : e;
4442
+ }
4443
+ function Ci(e) {
4444
+ return { create() {
4445
+ return {
4446
+ get(t) {
4447
+ return e[t];
4448
+ },
4449
+ set(t, n) {
4450
+ e[t] = n;
4451
+ }
4452
+ };
4453
+ } };
4454
+ }
4455
+ function wi(e = {
4456
+ number: {},
4457
+ dateTime: {},
4458
+ pluralRules: {}
4459
+ }) {
4460
+ return {
4461
+ getNumberFormat: dr((...e) => new Intl.NumberFormat(...e), {
4462
+ cache: Ci(e.number),
4463
+ strategy: Sr.variadic
4464
+ }),
4465
+ getDateTimeFormat: dr((...e) => new Intl.DateTimeFormat(...e), {
4466
+ cache: Ci(e.dateTime),
4467
+ strategy: Sr.variadic
4468
+ }),
4469
+ getPluralRules: dr((...e) => new Intl.PluralRules(...e), {
4470
+ cache: Ci(e.pluralRules),
4471
+ strategy: Sr.variadic
4472
+ })
4473
+ };
4474
+ }
4475
+ var Ti = class e {
4476
+ constructor(t, n = e.defaultLocale, r, i) {
4477
+ if (this.formatterCache = {
4478
+ number: {},
4479
+ dateTime: {},
4480
+ pluralRules: {}
4481
+ }, this.format = (e) => {
4482
+ let t = this.formatToParts(e);
4483
+ if (t.length === 1) return t[0].value;
4484
+ let n = t.reduce((e, t) => (!e.length || t.type !== 0 || typeof e[e.length - 1] != "string" ? e.push(t.value) : e[e.length - 1] += t.value, e), []);
4485
+ return n.length <= 1 ? n[0] || "" : n;
4486
+ }, this.formatToParts = (e) => $(this.ast, this.locales, this.formatters, this.formats, e, void 0, this.message), this.resolvedOptions = () => ({ locale: this.resolvedLocale?.toString() || Intl.NumberFormat.supportedLocalesOf(this.locales)[0] }), this.getAst = () => this.ast, this.locales = n, this.resolvedLocale = e.resolveLocale(n), typeof t == "string") {
4487
+ if (this.message = t, !e.__parse) throw TypeError("IntlMessageFormat.__parse must be set to process `message` of type `string`");
4488
+ let { ...n } = i || {};
4489
+ this.ast = e.__parse(t, {
4490
+ ...n,
4491
+ locale: this.resolvedLocale
4492
+ });
4493
+ } else this.ast = t;
4494
+ if (!Array.isArray(this.ast)) throw TypeError("A message must be provided as a String or AST.");
4495
+ this.formats = Si(e.formats, r), this.formatters = i && i.formatters || wi(this.formatterCache);
4496
+ }
4497
+ static {
4498
+ this.memoizedDefaultLocale = null;
4499
+ }
4500
+ static get defaultLocale() {
4501
+ return e.memoizedDefaultLocale ||= new Intl.NumberFormat().resolvedOptions().locale, e.memoizedDefaultLocale;
4502
+ }
4503
+ static {
4504
+ this.resolveLocale = (e) => {
4505
+ if (Intl.Locale === void 0) return;
4506
+ let t = Intl.NumberFormat.supportedLocalesOf(e);
4507
+ return t.length > 0 ? new Intl.Locale(t[0]) : new Intl.Locale(typeof e == "string" ? e : e[0]);
4508
+ };
4509
+ }
4510
+ static {
4511
+ this.__parse = hi;
4512
+ }
4513
+ static {
4514
+ this.formats = {
4515
+ number: {
4516
+ integer: { maximumFractionDigits: 0 },
4517
+ currency: { style: "currency" },
4518
+ percent: { style: "percent" }
4519
+ },
4520
+ date: {
4521
+ short: {
4522
+ month: "numeric",
4523
+ day: "numeric",
4524
+ year: "2-digit"
4525
+ },
4526
+ medium: {
4527
+ month: "short",
4528
+ day: "numeric",
4529
+ year: "numeric"
4530
+ },
4531
+ long: {
4532
+ month: "long",
4533
+ day: "numeric",
4534
+ year: "numeric"
4535
+ },
4536
+ full: {
4537
+ weekday: "long",
4538
+ month: "long",
4539
+ day: "numeric",
4540
+ year: "numeric"
4541
+ }
4542
+ },
4543
+ time: {
4544
+ short: {
4545
+ hour: "numeric",
4546
+ minute: "numeric"
4547
+ },
4548
+ medium: {
4549
+ hour: "numeric",
4550
+ minute: "numeric",
4551
+ second: "numeric"
4552
+ },
4553
+ long: {
4554
+ hour: "numeric",
4555
+ minute: "numeric",
4556
+ second: "numeric",
4557
+ timeZoneName: "short"
4558
+ },
4559
+ full: {
4560
+ hour: "numeric",
4561
+ minute: "numeric",
4562
+ second: "numeric",
4563
+ timeZoneName: "short"
4564
+ }
4565
+ }
4566
+ };
4567
+ }
4568
+ };
4569
+ //#endregion
4570
+ //#region lib/i18n/translator.ts
4571
+ function Ei() {
4572
+ if (typeof localStorage > "u") return "en";
4573
+ let e = localStorage.getItem(J);
4574
+ return e && Y.includes(e) ? e : "en";
4575
+ }
4576
+ function Di(e = {}, t = Ei) {
4577
+ return (n, r = void 0, i = t) => {
4578
+ let a = typeof i == "function" ? i() : i, o = On(e[a], n) ?? n;
4579
+ try {
4580
+ o = new Ti(o, a).format(r);
4581
+ } catch (e) {
4582
+ console.error(e);
4583
+ }
4584
+ return o;
4585
+ };
4586
+ }
4587
+ var Oi = Di(q);
4588
+ //#endregion
4589
+ //#region lib/i18n/use-material-translation.ts
4590
+ function ki() {
4591
+ let e = sr(), n = e?.language;
4592
+ return {
4593
+ t: t((e, t, r) => {
4594
+ if (!n) return t;
4595
+ let i = Oi(e, r, () => n);
4596
+ return i === e ? t : i;
4597
+ }, [n]),
4598
+ language: n,
4599
+ hasProvider: !!e
4600
+ };
4601
+ }
4602
+ //#endregion
4603
+ //#region lib/i18n/use-typed-translation.ts
4604
+ function Ai(e) {
4605
+ return function() {
4606
+ let { language: n, changeLanguage: r } = or();
4607
+ return {
4608
+ t: t((t, r) => e(t, r, () => n), [n]),
4609
+ i18n: {
4610
+ language: n,
4611
+ changeLanguage: r
4612
+ }
4613
+ };
4614
+ };
4615
+ }
4616
+ //#endregion
4617
+ export { Qe as A, v as B, L as C, Rt as D, Bt as E, Ae as F, c as G, g as H, S as I, ye as L, E as M, T as N, k as O, w as P, b as R, z as S, Vt as T, h as U, _ as V, l as W, V as _, Oi as a, En as b, or as c, J as d, Y as f, U as g, W as h, Ei as i, D as j, O as k, sr as l, Xn as m, ki as n, ur as o, q as p, Di as r, ar as s, Ai as t, nr as u, On as v, Jt as w, wn as x, Dn as y, y as z };