@nxgt/material-vue 0.1.0

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