sit-onyx 1.0.0-beta.261 → 1.0.0-beta.263

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 (395) hide show
  1. package/dist/components/OnyxAccordion/{OnyxAccordion.vue.d.ts → OnyxAccordion.d.vue.ts} +11 -6
  2. package/dist/components/OnyxAccordion/types.d.ts +4 -4
  3. package/dist/components/OnyxAccordionItem/OnyxAccordionItem.d.vue.ts +37 -0
  4. package/dist/components/OnyxAccordionItem/types.d.ts +2 -2
  5. package/dist/components/OnyxAlertDialog/OnyxAlertDialog.d.vue.ts +60 -0
  6. package/dist/components/OnyxAlertDialog/types.d.ts +2 -2
  7. package/dist/components/OnyxAppLayout/OnyxAppLayout.d.vue.ts +50 -0
  8. package/dist/components/OnyxAvatar/OnyxAvatar.d.vue.ts +5 -0
  9. package/dist/components/OnyxAvatar/types.d.ts +1 -1
  10. package/dist/components/OnyxAvatarStack/OnyxAvatarStack.d.vue.ts +25 -0
  11. package/dist/components/OnyxBadge/OnyxBadge.d.vue.ts +29 -0
  12. package/dist/components/OnyxBadge/types.d.ts +2 -2
  13. package/dist/components/OnyxBottomBar/OnyxBottomBar.d.vue.ts +36 -0
  14. package/dist/components/OnyxBottomBar/types.d.ts +1 -1
  15. package/dist/components/OnyxBreadcrumb/OnyxBreadcrumb.d.vue.ts +28 -0
  16. package/dist/components/OnyxBreadcrumb/types.d.ts +1 -1
  17. package/dist/components/OnyxBreadcrumbItem/OnyxBreadcrumbItem.d.vue.ts +29 -0
  18. package/dist/components/OnyxBreadcrumbItem/types.d.ts +2 -2
  19. package/dist/components/OnyxButton/ButtonOrLinkLayout.d.vue.ts +29 -0
  20. package/dist/components/OnyxButton/OnyxButton.d.vue.ts +25 -0
  21. package/dist/components/OnyxButton/types.d.ts +5 -5
  22. package/dist/components/OnyxCard/OnyxCard.d.vue.ts +28 -0
  23. package/dist/components/OnyxCard/types.d.ts +1 -1
  24. package/dist/components/OnyxCheckbox/{OnyxCheckbox.vue.d.ts → OnyxCheckbox.d.vue.ts} +6 -6
  25. package/dist/components/OnyxCheckbox/types.d.ts +1 -1
  26. package/dist/components/OnyxCheckboxGroup/{OnyxCheckboxGroup.vue.d.ts → OnyxCheckboxGroup.d.vue.ts} +6 -6
  27. package/dist/components/OnyxCheckboxGroup/types.d.ts +4 -4
  28. package/dist/components/OnyxDataGrid/{OnyxDataGrid.vue.d.ts → OnyxDataGrid.d.vue.ts} +7 -7
  29. package/dist/components/OnyxDataGrid/OnyxDataGridRenderer/{OnyxDataGridRenderer.vue.d.ts → OnyxDataGridRenderer.d.vue.ts} +6 -7
  30. package/dist/components/OnyxDataGrid/OnyxDataGridRenderer/types.d.ts +5 -4
  31. package/dist/components/OnyxDataGrid/features/HeaderCell.d.vue.ts +25 -0
  32. package/dist/components/OnyxDataGrid/features/all.d.ts +15 -15
  33. package/dist/components/OnyxDataGrid/features/base/base.d.ts +17 -18
  34. package/dist/components/OnyxDataGrid/features/base/types.d.ts +2 -2
  35. package/dist/components/OnyxDataGrid/features/filtering/filtering.d.ts +9 -10
  36. package/dist/components/OnyxDataGrid/features/filtering/types.d.ts +3 -3
  37. package/dist/components/OnyxDataGrid/features/hideColumns/hideColumns.d.ts +7 -8
  38. package/dist/components/OnyxDataGrid/features/hideColumns/types.d.ts +2 -2
  39. package/dist/components/OnyxDataGrid/features/index.d.ts +12 -12
  40. package/dist/components/OnyxDataGrid/features/pagination/pagination.d.ts +8 -9
  41. package/dist/components/OnyxDataGrid/features/pagination/types.d.ts +3 -3
  42. package/dist/components/OnyxDataGrid/features/renderer.d.ts +3 -4
  43. package/dist/components/OnyxDataGrid/features/resizing/resizing.d.ts +9 -10
  44. package/dist/components/OnyxDataGrid/features/resizing/types.d.ts +2 -2
  45. package/dist/components/OnyxDataGrid/features/selection/selection.d.ts +7 -8
  46. package/dist/components/OnyxDataGrid/features/selection/types.d.ts +3 -3
  47. package/dist/components/OnyxDataGrid/features/sorting/{SortAction.vue.d.ts → SortAction.d.vue.ts} +2 -2
  48. package/dist/components/OnyxDataGrid/features/sorting/sorting.d.ts +9 -9
  49. package/dist/components/OnyxDataGrid/features/sorting/types.d.ts +3 -3
  50. package/dist/components/OnyxDataGrid/features/stickyColumns/stickyColumns.d.ts +5 -6
  51. package/dist/components/OnyxDataGrid/features/stickyColumns/types.d.ts +1 -1
  52. package/dist/components/OnyxDataGrid/types.d.ts +7 -7
  53. package/dist/components/OnyxDatePicker/OnyxDatePicker.d.vue.ts +20 -0
  54. package/dist/components/OnyxDatePicker/types.d.ts +2 -2
  55. package/dist/components/OnyxDialog/OnyxDialog.d.vue.ts +43 -0
  56. package/dist/components/OnyxDialog/types.d.ts +1 -1
  57. package/dist/components/OnyxDrawer/OnyxDrawer.d.vue.ts +59 -0
  58. package/dist/components/OnyxDrawer/types.d.ts +2 -2
  59. package/dist/components/OnyxEmpty/OnyxEmpty.d.vue.ts +42 -0
  60. package/dist/components/OnyxErrorTooltip/OnyxErrorTooltip.d.vue.ts +42 -0
  61. package/dist/components/OnyxExternalLinkIcon/OnyxExternalLinkIcon.d.vue.ts +5 -0
  62. package/dist/components/OnyxExternalLinkIcon/types.d.ts +1 -1
  63. package/dist/components/OnyxFileUpload/{OnyxFileUpload.vue.d.ts → OnyxFileUpload.d.vue.ts} +4 -4
  64. package/dist/components/OnyxFileUpload/types.d.ts +3 -3
  65. package/dist/components/OnyxFilterTag/OnyxFilterTag.d.vue.ts +16 -0
  66. package/dist/components/OnyxForm/OnyxForm.core.d.ts +4 -4
  67. package/dist/components/OnyxForm/OnyxForm.d.vue.ts +29 -0
  68. package/dist/components/OnyxForm/types.d.ts +3 -3
  69. package/dist/components/OnyxFormElement/FormMessage.d.vue.ts +13 -0
  70. package/dist/components/OnyxFormElement/OnyxFormElement.ct-utils.d.ts +2 -2
  71. package/dist/components/OnyxFormElement/{OnyxFormElement.vue.d.ts → OnyxFormElement.d.vue.ts} +11 -6
  72. package/dist/components/OnyxFormElement/types.d.ts +7 -7
  73. package/dist/components/OnyxHeadline/OnyxHeadline.d.vue.ts +28 -0
  74. package/dist/components/OnyxHeadline/types.d.ts +1 -1
  75. package/dist/components/OnyxIcon/OnyxIcon.d.vue.ts +3 -0
  76. package/dist/components/OnyxIcon/types.d.ts +1 -1
  77. package/dist/components/OnyxIconButton/OnyxIconButton.d.vue.ts +27 -0
  78. package/dist/components/OnyxIconButton/types.d.ts +5 -5
  79. package/dist/components/OnyxImage/OnyxImage.d.vue.ts +6 -0
  80. package/dist/components/OnyxImage/types.d.ts +1 -1
  81. package/dist/components/OnyxInfoCard/OnyxInfoCard.d.vue.ts +42 -0
  82. package/dist/components/OnyxInfoCard/types.d.ts +2 -2
  83. package/dist/components/OnyxInfoTooltip/OnyxInfoTooltip.d.vue.ts +6 -0
  84. package/dist/components/OnyxInfoTooltip/types.d.ts +1 -1
  85. package/dist/components/OnyxInput/OnyxInput.d.vue.ts +63 -0
  86. package/dist/components/OnyxInput/types.d.ts +2 -2
  87. package/dist/components/OnyxLink/OnyxLink.d.vue.ts +29 -0
  88. package/dist/components/OnyxLink/types.d.ts +2 -2
  89. package/dist/components/OnyxListItem/OnyxListItem.d.vue.ts +31 -0
  90. package/dist/components/OnyxListItem/types.d.ts +2 -2
  91. package/dist/components/OnyxLoadingIndicator/OnyxCircleSpinner.d.vue.ts +2 -0
  92. package/dist/components/OnyxLoadingIndicator/OnyxLoadingDots.d.vue.ts +2 -0
  93. package/dist/components/OnyxLoadingIndicator/OnyxLoadingIndicator.d.vue.ts +5 -0
  94. package/dist/components/OnyxMiniSearch/OnyxMiniSearch.d.vue.ts +17 -0
  95. package/dist/components/OnyxMiniSearch/types.d.ts +2 -2
  96. package/dist/components/OnyxMobileNavButton/OnyxMobileNavButton.d.vue.ts +32 -0
  97. package/dist/components/OnyxModalDialog/OnyxModalDialog.d.vue.ts +56 -0
  98. package/dist/components/OnyxModalDialog/types.d.ts +1 -1
  99. package/dist/components/OnyxMoreList/OnyxMoreList.d.vue.ts +52 -0
  100. package/dist/components/OnyxMoreList/types.d.ts +2 -2
  101. package/dist/components/OnyxNavAppArea/OnyxNavAppArea.d.vue.ts +28 -0
  102. package/dist/components/OnyxNavAppArea/types.d.ts +1 -1
  103. package/dist/components/OnyxNavBar/OnyxNavBar.d.vue.ts +94 -0
  104. package/dist/components/OnyxNavBar/modules/OnyxColorSchemeDialog/OnyxColorSchemeDialog.d.vue.ts +11 -0
  105. package/dist/components/OnyxNavBar/modules/OnyxColorSchemeDialog/types.d.ts +1 -1
  106. package/dist/components/OnyxNavBar/modules/OnyxColorSchemeMenuItem/OnyxColorSchemeMenuItem.d.vue.ts +8 -0
  107. package/dist/components/OnyxNavBar/modules/OnyxColorSchemeMenuItem/types.d.ts +1 -1
  108. package/dist/components/OnyxNavBar/modules/OnyxFlyoutMenu/{OnyxFlyoutMenu.vue.d.ts → OnyxFlyoutMenu.d.vue.ts} +28 -6
  109. package/dist/components/OnyxNavBar/modules/OnyxFlyoutMenu/types.d.ts +2 -2
  110. package/dist/components/OnyxNavBar/modules/OnyxLanguageMenuItem/{OnyxLanguageMenuItem.vue.d.ts → OnyxLanguageMenuItem.d.vue.ts} +4 -4
  111. package/dist/components/OnyxNavBar/modules/OnyxLanguageMenuItem/types.d.ts +1 -1
  112. package/dist/components/OnyxNavBar/modules/OnyxMenuItem/OnyxMenuItem.d.vue.ts +417 -0
  113. package/dist/components/OnyxNavBar/modules/OnyxMenuItem/types.d.ts +2 -2
  114. package/dist/components/OnyxNavBar/modules/OnyxNavItem/OnyxNavItem.d.vue.ts +186 -0
  115. package/dist/components/OnyxNavBar/modules/OnyxNavItem/types.d.ts +2 -2
  116. package/dist/components/OnyxNavBar/modules/OnyxNavItemFacade/OnyxNavItemFacade.d.vue.ts +41 -0
  117. package/dist/components/OnyxNavBar/modules/OnyxTimer/OnyxTimer.d.vue.ts +12 -0
  118. package/dist/components/OnyxNavBar/modules/OnyxUserMenu/OnyxUserMenu.d.vue.ts +41 -0
  119. package/dist/components/OnyxNavBar/modules/OnyxUserMenu/{UserMenuLayout.vue.d.ts → UserMenuLayout.d.vue.ts} +19 -6
  120. package/dist/components/OnyxNavBar/modules/OnyxUserMenu/types.d.ts +2 -2
  121. package/dist/components/OnyxNavBar/modules/index.d.ts +17 -17
  122. package/dist/components/OnyxNavBar/types.d.ts +4 -4
  123. package/dist/components/OnyxNotificationCard/OnyxNotificationCard.d.vue.ts +48 -0
  124. package/dist/components/OnyxNotificationCard/types.d.ts +3 -3
  125. package/dist/components/OnyxNotificationDot/OnyxNotificationDot.d.vue.ts +29 -0
  126. package/dist/components/OnyxNotificationDot/types.d.ts +1 -1
  127. package/dist/components/OnyxNotificationMessage/OnyxNotificationMessage.d.vue.ts +40 -0
  128. package/dist/components/OnyxNotifications/OnyxNotifications.d.vue.ts +2 -0
  129. package/dist/components/OnyxNotifications/useNotification.d.ts +3 -3
  130. package/dist/components/OnyxPageLayout/OnyxPageLayout.d.vue.ts +66 -0
  131. package/dist/components/OnyxPageLayout/types.d.ts +1 -1
  132. package/dist/components/OnyxPagination/OnyxPagination.d.vue.ts +10 -0
  133. package/dist/components/OnyxPagination/OnyxSelectPagination.d.vue.ts +9 -0
  134. package/dist/components/OnyxPagination/types.d.ts +2 -2
  135. package/dist/components/OnyxPopover/OnyxPopover.d.vue.ts +50 -0
  136. package/dist/components/OnyxPopover/types.d.ts +3 -3
  137. package/dist/components/OnyxProgressStep/OnyxProgressStep.d.vue.ts +6 -0
  138. package/dist/components/OnyxProgressStep/types.d.ts +2 -2
  139. package/dist/components/OnyxProgressSteps/OnyxProgressSteps.d.vue.ts +13 -0
  140. package/dist/components/OnyxProgressSteps/types.d.ts +4 -4
  141. package/dist/components/OnyxRadioButton/{OnyxRadioButton.vue.d.ts → OnyxRadioButton.d.vue.ts} +6 -6
  142. package/dist/components/OnyxRadioButton/types.d.ts +1 -1
  143. package/dist/components/OnyxRadioGroup/{OnyxRadioGroup.vue.d.ts → OnyxRadioGroup.d.vue.ts} +6 -6
  144. package/dist/components/OnyxRadioGroup/types.d.ts +2 -2
  145. package/dist/components/OnyxResizeHandle/OnyxResizeHandle.d.vue.ts +16 -0
  146. package/dist/components/OnyxResizeHandle/types.d.ts +1 -1
  147. package/dist/components/OnyxRipple/OnyxRipple.d.vue.ts +6 -0
  148. package/dist/components/OnyxRouterLink/OnyxRouterLink.d.vue.ts +21 -0
  149. package/dist/components/OnyxRouterLink/types.d.ts +1 -1
  150. package/dist/components/OnyxSelect/{OnyxSelect.vue.d.ts → OnyxSelect.d.vue.ts} +26 -7
  151. package/dist/components/OnyxSelect/types.d.ts +5 -5
  152. package/dist/components/OnyxSelectDialog/{OnyxSelectDialog.vue.d.ts → OnyxSelectDialog.d.vue.ts} +10 -5
  153. package/dist/components/OnyxSelectDialog/types.d.ts +1 -1
  154. package/dist/components/OnyxSelectInput/{OnyxSelectInput.vue.d.ts → OnyxSelectInput.d.vue.ts} +6 -6
  155. package/dist/components/OnyxSelectInput/types.d.ts +1 -1
  156. package/dist/components/OnyxSelectOption/OnyxSelectOption.d.vue.ts +30 -0
  157. package/dist/components/OnyxSelectOption/types.d.ts +2 -2
  158. package/dist/components/OnyxSeparator/OnyxSeparator.d.vue.ts +5 -0
  159. package/dist/components/OnyxSeparator/types.d.ts +1 -1
  160. package/dist/components/OnyxSidebar/OnyxSidebar.d.vue.ts +202 -0
  161. package/dist/components/OnyxSidebar/modules/OnyxSidebarItem/OnyxSidebarItem.d.vue.ts +28 -0
  162. package/dist/components/OnyxSidebar/modules/OnyxSidebarItem/types.d.ts +2 -2
  163. package/dist/components/OnyxSidebar/modules/index.d.ts +2 -2
  164. package/dist/components/OnyxSidebar/types.d.ts +2 -2
  165. package/dist/components/OnyxSkeleton/OnyxSkeleton.d.vue.ts +2 -0
  166. package/dist/components/OnyxStepper/OnyxStepper.d.vue.ts +22 -0
  167. package/dist/components/OnyxStepper/types.d.ts +3 -3
  168. package/dist/components/OnyxSwitch/OnyxSwitch.d.vue.ts +22 -0
  169. package/dist/components/OnyxSwitch/types.d.ts +1 -1
  170. package/dist/components/OnyxSystemButton/OnyxSystemButton.d.vue.ts +8 -0
  171. package/dist/components/OnyxSystemButton/types.d.ts +1 -1
  172. package/dist/components/OnyxTab/OnyxTab.d.vue.ts +37 -0
  173. package/dist/components/OnyxTab/types.d.ts +2 -2
  174. package/dist/components/OnyxTable/OnyxTable.d.vue.ts +24 -0
  175. package/dist/components/OnyxTable/types.d.ts +2 -2
  176. package/dist/components/OnyxTabs/{OnyxTabs.vue.d.ts → OnyxTabs.d.vue.ts} +10 -5
  177. package/dist/components/OnyxTabs/types.d.ts +5 -5
  178. package/dist/components/OnyxTag/OnyxTag.d.vue.ts +6 -0
  179. package/dist/components/OnyxTag/types.d.ts +3 -3
  180. package/dist/components/OnyxTextarea/OnyxTextarea.d.vue.ts +23 -0
  181. package/dist/components/OnyxTextarea/types.d.ts +1 -1
  182. package/dist/components/OnyxToast/OnyxToast.d.vue.ts +2 -0
  183. package/dist/components/OnyxToast/useToast.d.ts +2 -2
  184. package/dist/components/OnyxToastMessage/OnyxToastMessage.d.vue.ts +12 -0
  185. package/dist/components/OnyxToastMessage/types.d.ts +2 -2
  186. package/dist/components/OnyxTooltip/OnyxTooltip.ct-utils.d.ts +1 -1
  187. package/dist/components/OnyxTooltip/OnyxTooltip.d.vue.ts +60 -0
  188. package/dist/components/OnyxTooltip/types.d.ts +5 -5
  189. package/dist/components/OnyxVisuallyHidden/OnyxVisuallyHidden.d.vue.ts +28 -0
  190. package/dist/components/examples/ComponentShowcase/ComponentShowcase.d.vue.ts +9 -0
  191. package/dist/components/illustrations/OnyxErrorSVG/OnyxErrorSVG.d.vue.ts +2 -0
  192. package/dist/components/illustrations/OnyxFileUploadSVG/OnyxFileUploadSVG.d.vue.ts +3 -0
  193. package/dist/components/illustrations/index.d.ts +3 -3
  194. package/dist/components/illustrations/playwright-utils.d.ts +1 -1
  195. package/dist/composables/checkAll.d.ts +3 -3
  196. package/dist/composables/density.d.ts +1 -1
  197. package/dist/composables/required.d.ts +3 -3
  198. package/dist/composables/scrollEnd.d.ts +1 -1
  199. package/dist/composables/themeTransition.d.ts +2 -2
  200. package/dist/composables/useAnchorPositionPolyfill.d.ts +3 -3
  201. package/dist/composables/useAutoFocus.d.ts +1 -1
  202. package/dist/composables/useCustomValidity.d.ts +6 -6
  203. package/dist/composables/useErrorClass.d.ts +2 -2
  204. package/dist/composables/useIntersectionObserver.d.ts +2 -2
  205. package/dist/composables/useLenientMaxLengthValidation.ct-utils.d.ts +2 -2
  206. package/dist/composables/useLenientMaxLengthValidation.d.ts +4 -4
  207. package/dist/composables/useLink.d.ts +4 -4
  208. package/dist/composables/useMoreList.d.ts +4 -4
  209. package/dist/composables/useOpenAlignment.d.ts +2 -2
  210. package/dist/composables/useOpenDirection.d.ts +2 -2
  211. package/dist/composables/useRelativeTimeFormat.d.ts +3 -3
  212. package/dist/composables/useResizeObserver.d.ts +1 -1
  213. package/dist/composables/useRipple.d.ts +4 -4
  214. package/dist/composables/useSkeletonState.d.ts +1 -1
  215. package/dist/composables/useTimer.d.ts +2 -2
  216. package/dist/composables/useVModel.d.ts +2 -2
  217. package/dist/i18n/index.d.ts +19 -19
  218. package/{src/i18n/locales/en-US.json → dist/i18n/locales/en-US.json.d.ts} +4 -1
  219. package/dist/index.d.ts +157 -158
  220. package/dist/index.esm-bundler.js +12453 -0
  221. package/dist/index.esm-bundler.js.map +1 -0
  222. package/dist/index.js +5587 -4432
  223. package/dist/playwright/a11y.d.ts +4 -4
  224. package/dist/playwright/index.d.ts +1 -1
  225. package/dist/playwright/screenshots.d.ts +2 -2
  226. package/dist/style.css +1 -1
  227. package/dist/types/components.d.ts +6 -6
  228. package/dist/types/index.d.ts +6 -6
  229. package/dist/types/utils.d.ts +1 -1
  230. package/dist/utils/attrs.d.ts +4 -4
  231. package/dist/utils/console.d.ts +11 -0
  232. package/dist/utils/plugin.d.ts +3 -3
  233. package/dist/utils/router.d.ts +2 -2
  234. package/dist/utils/storybook.d.ts +3 -3
  235. package/package.json +18 -9
  236. package/src/styles/grid.ct.tsx +1 -1
  237. package/dist/components/OnyxAccordion/examples/NestedLargeExample.vue.d.ts +0 -2
  238. package/dist/components/OnyxAccordion/examples/NestedSmallExample.vue.d.ts +0 -2
  239. package/dist/components/OnyxAccordionItem/OnyxAccordionItem.vue.d.ts +0 -22
  240. package/dist/components/OnyxAlertDialog/OnyxAlertDialog.vue.d.ts +0 -34
  241. package/dist/components/OnyxAlertDialog/examples/DefaultExample.vue.d.ts +0 -2
  242. package/dist/components/OnyxAppLayout/OnyxAppLayout.vue.d.ts +0 -28
  243. package/dist/components/OnyxAppLayout/examples/DefaultExample.vue.d.ts +0 -2
  244. package/dist/components/OnyxAppLayout/examples/LeftNavExample.vue.d.ts +0 -2
  245. package/dist/components/OnyxAvatar/OnyxAvatar.vue.d.ts +0 -5
  246. package/dist/components/OnyxAvatarStack/OnyxAvatarStack.vue.d.ts +0 -14
  247. package/dist/components/OnyxBadge/OnyxBadge.vue.d.ts +0 -18
  248. package/dist/components/OnyxBottomBar/OnyxBottomBar.vue.d.ts +0 -21
  249. package/dist/components/OnyxBreadcrumb/OnyxBreadcrumb.vue.d.ts +0 -17
  250. package/dist/components/OnyxBreadcrumbItem/OnyxBreadcrumbItem.vue.d.ts +0 -18
  251. package/dist/components/OnyxButton/ButtonOrLinkLayout.vue.d.ts +0 -18
  252. package/dist/components/OnyxButton/OnyxButton.vue.d.ts +0 -10
  253. package/dist/components/OnyxCard/OnyxCard.vue.d.ts +0 -17
  254. package/dist/components/OnyxCard/examples/DetailsCardExample.vue.d.ts +0 -2
  255. package/dist/components/OnyxCard/examples/HeadlineCardExample.vue.d.ts +0 -2
  256. package/dist/components/OnyxCard/examples/IconCardExample.vue.d.ts +0 -2
  257. package/dist/components/OnyxCard/examples/ImageCardExample.vue.d.ts +0 -2
  258. package/dist/components/OnyxCard/examples/KPICardExample.vue.d.ts +0 -2
  259. package/dist/components/OnyxDataGrid/examples/AsyncExample.vue.d.ts +0 -2
  260. package/dist/components/OnyxDataGrid/examples/ButtonLoadingExample.vue.d.ts +0 -2
  261. package/dist/components/OnyxDataGrid/examples/CustomColumnTypes.vue.d.ts +0 -2
  262. package/dist/components/OnyxDataGrid/examples/CustomFeatureExample.vue.d.ts +0 -2
  263. package/dist/components/OnyxDataGrid/examples/DefaultExample.vue.d.ts +0 -2
  264. package/dist/components/OnyxDataGrid/examples/FilteringExample.vue.d.ts +0 -2
  265. package/dist/components/OnyxDataGrid/examples/HideColumnsExample.vue.d.ts +0 -2
  266. package/dist/components/OnyxDataGrid/examples/LazyLoadingExample.vue.d.ts +0 -2
  267. package/dist/components/OnyxDataGrid/examples/PaginationExample.vue.d.ts +0 -2
  268. package/dist/components/OnyxDataGrid/examples/ResizingExample.vue.d.ts +0 -2
  269. package/dist/components/OnyxDataGrid/examples/SelectionExample.vue.d.ts +0 -2
  270. package/dist/components/OnyxDataGrid/examples/SkeletonExample.vue.d.ts +0 -2
  271. package/dist/components/OnyxDataGrid/examples/SlotsExample.vue.d.ts +0 -2
  272. package/dist/components/OnyxDataGrid/examples/SortingExample.vue.d.ts +0 -2
  273. package/dist/components/OnyxDataGrid/examples/StickyColumnsExample.vue.d.ts +0 -2
  274. package/dist/components/OnyxDataGrid/features/HeaderCell.vue.d.ts +0 -17
  275. package/dist/components/OnyxDataGrid/features/filtering/TestCase.vue.d.ts +0 -10
  276. package/dist/components/OnyxDataGrid/features/hideColumns/TestCase.vue.d.ts +0 -20
  277. package/dist/components/OnyxDataGrid/features/resizing/TestCase.vue.d.ts +0 -10
  278. package/dist/components/OnyxDataGrid/features/selection/TestCase.vue.d.ts +0 -21
  279. package/dist/components/OnyxDataGrid/features/sorting/TestCase.vue.d.ts +0 -9
  280. package/dist/components/OnyxDataGrid/features/stickyColumns/TestCase.vue.d.ts +0 -10
  281. package/dist/components/OnyxDatePicker/OnyxDatePicker.vue.d.ts +0 -18
  282. package/dist/components/OnyxDialog/OnyxDialog.vue.d.ts +0 -26
  283. package/dist/components/OnyxDialog/examples/LeftAlignedExample.vue.d.ts +0 -2
  284. package/dist/components/OnyxDialog/examples/ModalExample.vue.d.ts +0 -2
  285. package/dist/components/OnyxDialog/examples/RightAlignedExample.vue.d.ts +0 -2
  286. package/dist/components/OnyxDrawer/OnyxDrawer.vue.d.ts +0 -35
  287. package/dist/components/OnyxDrawer/examples/DefaultExample.vue.d.ts +0 -2
  288. package/dist/components/OnyxDrawer/examples/RightAlignedExample.vue.d.ts +0 -2
  289. package/dist/components/OnyxEmpty/OnyxEmpty.vue.d.ts +0 -23
  290. package/dist/components/OnyxErrorTooltip/OnyxErrorTooltip.vue.d.ts +0 -26
  291. package/dist/components/OnyxExternalLinkIcon/OnyxExternalLinkIcon.vue.d.ts +0 -5
  292. package/dist/components/OnyxFilterTag/OnyxFilterTag.vue.d.ts +0 -16
  293. package/dist/components/OnyxForm/FormElementTestWrapper.vue.d.ts +0 -13
  294. package/dist/components/OnyxForm/OnyxForm.vue.d.ts +0 -18
  295. package/dist/components/OnyxForm/examples/AdvancedExample.vue.d.ts +0 -3
  296. package/dist/components/OnyxForm/examples/DefaultExample.vue.d.ts +0 -2
  297. package/dist/components/OnyxFormElement/FormMessage.vue.d.ts +0 -13
  298. package/dist/components/OnyxHeadline/OnyxHeadline.vue.d.ts +0 -17
  299. package/dist/components/OnyxIcon/OnyxIcon.vue.d.ts +0 -3
  300. package/dist/components/OnyxIconButton/OnyxIconButton.vue.d.ts +0 -18
  301. package/dist/components/OnyxImage/OnyxImage.vue.d.ts +0 -6
  302. package/dist/components/OnyxInfoCard/OnyxInfoCard.vue.d.ts +0 -27
  303. package/dist/components/OnyxInfoTooltip/OnyxInfoTooltip.vue.d.ts +0 -6
  304. package/dist/components/OnyxInput/OnyxInput.vue.d.ts +0 -42
  305. package/dist/components/OnyxLink/OnyxLink.vue.d.ts +0 -18
  306. package/dist/components/OnyxListItem/OnyxListItem.vue.d.ts +0 -20
  307. package/dist/components/OnyxLoadingIndicator/OnyxCircleSpinner.vue.d.ts +0 -2
  308. package/dist/components/OnyxLoadingIndicator/OnyxLoadingDots.vue.d.ts +0 -2
  309. package/dist/components/OnyxLoadingIndicator/OnyxLoadingIndicator.vue.d.ts +0 -5
  310. package/dist/components/OnyxMiniSearch/OnyxMiniSearch.vue.d.ts +0 -15
  311. package/dist/components/OnyxMobileNavButton/OnyxMobileNavButton.vue.d.ts +0 -21
  312. package/dist/components/OnyxModalDialog/OnyxModalDialog.vue.d.ts +0 -32
  313. package/dist/components/OnyxModalDialog/examples/DefaultExample.vue.d.ts +0 -2
  314. package/dist/components/OnyxMoreList/OnyxMoreList.vue.d.ts +0 -29
  315. package/dist/components/OnyxNavAppArea/OnyxNavAppArea.vue.d.ts +0 -17
  316. package/dist/components/OnyxNavBar/AsyncTestCase.vue.d.ts +0 -2
  317. package/dist/components/OnyxNavBar/OnyxNavBar.vue.d.ts +0 -57
  318. package/dist/components/OnyxNavBar/TestCase.vue.d.ts +0 -3
  319. package/dist/components/OnyxNavBar/modules/OnyxColorSchemeDialog/OnyxColorSchemeDialog.vue.d.ts +0 -11
  320. package/dist/components/OnyxNavBar/modules/OnyxColorSchemeMenuItem/OnyxColorSchemeMenuItem.vue.d.ts +0 -8
  321. package/dist/components/OnyxNavBar/modules/OnyxMenuItem/OnyxMenuItem.vue.d.ts +0 -26
  322. package/dist/components/OnyxNavBar/modules/OnyxNavItem/OnyxNavItem.vue.d.ts +0 -27
  323. package/dist/components/OnyxNavBar/modules/OnyxNavItemFacade/OnyxNavItemFacade.vue.d.ts +0 -26
  324. package/dist/components/OnyxNavBar/modules/OnyxTimer/OnyxTimer.vue.d.ts +0 -12
  325. package/dist/components/OnyxNavBar/modules/OnyxUserMenu/OnyxUserMenu.vue.d.ts +0 -26
  326. package/dist/components/OnyxNotificationCard/OnyxNotificationCard.vue.d.ts +0 -27
  327. package/dist/components/OnyxNotificationDot/OnyxNotificationDot.vue.d.ts +0 -18
  328. package/dist/components/OnyxNotificationMessage/OnyxNotificationMessage.vue.d.ts +0 -25
  329. package/dist/components/OnyxNotifications/OnyxNotifications.vue.d.ts +0 -2
  330. package/dist/components/OnyxNotifications/examples/DefaultExample.vue.d.ts +0 -2
  331. package/dist/components/OnyxPageLayout/OnyxPageLayout.vue.d.ts +0 -36
  332. package/dist/components/OnyxPageLayout/examples/FooterExample.vue.d.ts +0 -2
  333. package/dist/components/OnyxPageLayout/examples/SidebarAndFooterExample.vue.d.ts +0 -2
  334. package/dist/components/OnyxPageLayout/examples/SidebarExample.vue.d.ts +0 -2
  335. package/dist/components/OnyxPageLayout/examples/SidebarRightExample.vue.d.ts +0 -2
  336. package/dist/components/OnyxPageLayout/examples/SidebarWithPageFooterExample.vue.d.ts +0 -2
  337. package/dist/components/OnyxPageLayout/examples/SkeletonExample.vue.d.ts +0 -2
  338. package/dist/components/OnyxPagination/OnyxPagination.vue.d.ts +0 -10
  339. package/dist/components/OnyxPagination/OnyxSelectPagination.vue.d.ts +0 -9
  340. package/dist/components/OnyxPopover/OnyxPopover.vue.d.ts +0 -26
  341. package/dist/components/OnyxPopover/OnyxPopoverTestCase.vue.d.ts +0 -9
  342. package/dist/components/OnyxProgressStep/OnyxProgressStep.vue.d.ts +0 -6
  343. package/dist/components/OnyxProgressSteps/OnyxProgressSteps.vue.d.ts +0 -13
  344. package/dist/components/OnyxProgressSteps/examples/DefaultExample.vue.d.ts +0 -2
  345. package/dist/components/OnyxProgressSteps/examples/SkeletonExample.vue.d.ts +0 -2
  346. package/dist/components/OnyxProgressSteps/examples/VerticalExample.vue.d.ts +0 -2
  347. package/dist/components/OnyxResizeHandle/OnyxResizeHandle.vue.d.ts +0 -16
  348. package/dist/components/OnyxResizeHandle/examples/DefaultExample.vue.d.ts +0 -2
  349. package/dist/components/OnyxResizeHandle/examples/LeftExample.vue.d.ts +0 -2
  350. package/dist/components/OnyxRipple/OnyxRipple.vue.d.ts +0 -4
  351. package/dist/components/OnyxRouterLink/OnyxRouterLink.vue.d.ts +0 -13
  352. package/dist/components/OnyxSelect/examples/CustomOptionsExample.vue.d.ts +0 -2
  353. package/dist/components/OnyxSelect/examples/CustomSearchExample.vue.d.ts +0 -2
  354. package/dist/components/OnyxSelect/examples/LazyLoadingExample.vue.d.ts +0 -2
  355. package/dist/components/OnyxSelect/examples/LoadMoreExample.vue.d.ts +0 -2
  356. package/dist/components/OnyxSelectDialog/examples/DefaultExample.vue.d.ts +0 -2
  357. package/dist/components/OnyxSelectOption/OnyxSelectOption.vue.d.ts +0 -19
  358. package/dist/components/OnyxSeparator/OnyxSeparator.vue.d.ts +0 -5
  359. package/dist/components/OnyxSidebar/OnyxSidebar.vue.d.ts +0 -33
  360. package/dist/components/OnyxSidebar/examples/DefaultExample.vue.d.ts +0 -2
  361. package/dist/components/OnyxSidebar/examples/DrawerExample.vue.d.ts +0 -2
  362. package/dist/components/OnyxSidebar/examples/GridExample.vue.d.ts +0 -2
  363. package/dist/components/OnyxSidebar/examples/ResizeExample.vue.d.ts +0 -2
  364. package/dist/components/OnyxSidebar/examples/RightExample.vue.d.ts +0 -2
  365. package/dist/components/OnyxSidebar/modules/OnyxSidebarItem/OnyxSidebarItem.vue.d.ts +0 -17
  366. package/dist/components/OnyxSkeleton/OnyxSkeleton.vue.d.ts +0 -2
  367. package/dist/components/OnyxStepper/OnyxStepper.vue.d.ts +0 -20
  368. package/dist/components/OnyxSwitch/OnyxSwitch.vue.d.ts +0 -20
  369. package/dist/components/OnyxSystemButton/OnyxSystemButton.vue.d.ts +0 -8
  370. package/dist/components/OnyxSystemButton/examples/FlyoutMenuExample.vue.d.ts +0 -2
  371. package/dist/components/OnyxSystemButton/examples/TooltipExample.vue.d.ts +0 -2
  372. package/dist/components/OnyxTab/OnyxTab.vue.d.ts +0 -22
  373. package/dist/components/OnyxTable/OnyxTable.vue.d.ts +0 -14
  374. package/dist/components/OnyxTable/examples/SkeletonExample.vue.d.ts +0 -2
  375. package/dist/components/OnyxTag/OnyxTag.vue.d.ts +0 -6
  376. package/dist/components/OnyxTextarea/OnyxTextarea.vue.d.ts +0 -21
  377. package/dist/components/OnyxToast/OnyxToast.vue.d.ts +0 -2
  378. package/dist/components/OnyxToast/examples/ToastExample.vue.d.ts +0 -2
  379. package/dist/components/OnyxToastMessage/OnyxToastMessage.vue.d.ts +0 -12
  380. package/dist/components/OnyxTooltip/OnyxTooltip.vue.d.ts +0 -33
  381. package/dist/components/OnyxVisuallyHidden/OnyxVisuallyHidden.vue.d.ts +0 -17
  382. package/dist/components/examples/ComponentShowcase/ComponentShowcase.vue.d.ts +0 -9
  383. package/dist/components/examples/GridPlayground/EditGridElementDialog/EditGridElementDialog.vue.d.ts +0 -27
  384. package/dist/components/examples/GridPlayground/GridBadge/GridBadge.vue.d.ts +0 -17
  385. package/dist/components/examples/GridPlayground/GridElement/GridElement.vue.d.ts +0 -27
  386. package/dist/components/examples/GridPlayground/GridOverlay/GridOverlay.vue.d.ts +0 -14
  387. package/dist/components/examples/GridPlayground/GridPlayground.vue.d.ts +0 -2
  388. package/dist/components/examples/NotificationCenter/NotificationCenter.vue.d.ts +0 -14
  389. package/dist/components/illustrations/OnyxErrorSVG/OnyxErrorSVG.vue.d.ts +0 -2
  390. package/dist/components/illustrations/OnyxFileUploadSVG/OnyxFileUploadSVG.vue.d.ts +0 -3
  391. package/dist/composables/AnimationTestCase.vue.d.ts +0 -2
  392. package/dist/composables/useAnchorPostionPolyfillTestCase.vue.d.ts +0 -2
  393. package/dist/index.cjs +0 -183
  394. package/src/i18n/locales/de-DE.json +0 -211
  395. package/src/i18n/locales/ko-KR.json +0 -27
@@ -1,19 +1,24 @@
1
- import type { Nullable } from "../../types";
2
- import { type OnyxAccordionProps } from "./types";
1
+ import { Nullable } from '../../types/index.js';
2
+ import { OnyxAccordionProps } from './types.js';
3
3
  declare const _default: <TValue extends PropertyKey>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
4
4
  props: __VLS_PrettifyLocal<Pick<Partial<{}> & Omit<{
5
5
  readonly "onUpdate:modelValue"?: ((value: Nullable<TValue[]>) => any) | undefined;
6
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>, "onUpdate:modelValue"> & OnyxAccordionProps<TValue> & Partial<{}>> & import("vue").PublicProps;
7
- expose(exposed: import("vue").ShallowUnwrapRef<{}>): void;
6
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, never>, "onUpdate:modelValue"> & OnyxAccordionProps<TValue> & Partial<{}>> & import('vue').PublicProps;
7
+ expose(exposed: import('vue').ShallowUnwrapRef<{}>): void;
8
8
  attrs: any;
9
- slots: {
9
+ slots: Readonly<{
10
+ /**
11
+ * Displays OnyxAccordionItem components.
12
+ */
13
+ default(): unknown;
14
+ }> & {
10
15
  /**
11
16
  * Displays OnyxAccordionItem components.
12
17
  */
13
18
  default(): unknown;
14
19
  };
15
20
  emit: (evt: "update:modelValue", value: Nullable<TValue[]>) => void;
16
- }>) => import("vue").VNode & {
21
+ }>) => import('vue').VNode & {
17
22
  __ctx?: Awaited<typeof __VLS_setup>;
18
23
  };
19
24
  export default _default;
@@ -1,7 +1,7 @@
1
- import type { InjectionKey, Ref } from "vue";
2
- import type { DensityProp } from "../../composables/density";
3
- import type { SkeletonInjected } from "../../composables/useSkeletonState";
4
- import type { Nullable } from "../../types";
1
+ import { InjectionKey, Ref } from 'vue';
2
+ import { DensityProp } from '../../composables/density.js';
3
+ import { SkeletonInjected } from '../../composables/useSkeletonState.js';
4
+ import { Nullable } from '../../types/index.js';
5
5
  export type OnyxAccordionProps<TValue extends PropertyKey> = DensityProp & {
6
6
  /**
7
7
  * Currently opened items. Will include the `value` property of the nested `OnyxAccordionItems`.
@@ -0,0 +1,37 @@
1
+ import { OnyxAccordionItemProps } from './types.js';
2
+ declare function __VLS_template(): {
3
+ attrs: Partial<{}>;
4
+ slots: Readonly<{
5
+ /**
6
+ * Displays the header content.
7
+ */
8
+ header(): unknown;
9
+ /**
10
+ * Displays the panel content.
11
+ */
12
+ default?(): unknown;
13
+ }> & {
14
+ /**
15
+ * Displays the header content.
16
+ */
17
+ header(): unknown;
18
+ /**
19
+ * Displays the panel content.
20
+ */
21
+ default?(): unknown;
22
+ };
23
+ refs: {};
24
+ rootEl: any;
25
+ };
26
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
27
+ declare const __VLS_component: import('vue').DefineComponent<OnyxAccordionItemProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<OnyxAccordionItemProps> & Readonly<{}>, {
28
+ skeleton: import('../../composables/useSkeletonState.js', { with: { "resolution-mode": "import" } }).SkeletonInjected;
29
+ disabled: boolean;
30
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
31
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
32
+ export default _default;
33
+ type __VLS_WithTemplateSlots<T, S> = T & {
34
+ new (): {
35
+ $slots: S;
36
+ };
37
+ };
@@ -1,5 +1,5 @@
1
- import type { DensityProp } from "../../composables/density";
2
- import type { SkeletonInjected } from "../../composables/useSkeletonState";
1
+ import { DensityProp } from '../../composables/density.js';
2
+ import { SkeletonInjected } from '../../composables/useSkeletonState.js';
3
3
  export type OnyxAccordionItemProps = DensityProp & {
4
4
  /**
5
5
  * Value that is used inside the `OnyxAccordion` when the item is open.
@@ -0,0 +1,60 @@
1
+ import { OnyxAlertDialogProps } from './types.js';
2
+ declare function __VLS_template(): {
3
+ attrs: Partial<{}>;
4
+ slots: Readonly<{
5
+ /**
6
+ * Dialog content.
7
+ */
8
+ default(): unknown;
9
+ /**
10
+ * Optional slot to override the headline with custom content.
11
+ * If unset, the `label` property will be shown.
12
+ */
13
+ headline?(bindings: Pick<OnyxAlertDialogProps, "label">): unknown;
14
+ /**
15
+ * Slot to display custom actions at the bottom of the dialog, e.g. buttons for confirm or cancelling the current user workflow.
16
+ * For accessibility purposes it is recommended to set autofocus on one button, preferably the "cancel" button if one exists.
17
+ *
18
+ * @example
19
+ * ```vue
20
+ * <OnyxButton label="Cancel" color="neutral" mode="plain" autofocus />
21
+ * ```
22
+ */
23
+ actions?(): unknown;
24
+ }> & {
25
+ /**
26
+ * Dialog content.
27
+ */
28
+ default(): unknown;
29
+ /**
30
+ * Optional slot to override the headline with custom content.
31
+ * If unset, the `label` property will be shown.
32
+ */
33
+ headline?(bindings: Pick<OnyxAlertDialogProps, "label">): unknown;
34
+ /**
35
+ * Slot to display custom actions at the bottom of the dialog, e.g. buttons for confirm or cancelling the current user workflow.
36
+ * For accessibility purposes it is recommended to set autofocus on one button, preferably the "cancel" button if one exists.
37
+ *
38
+ * @example
39
+ * ```vue
40
+ * <OnyxButton label="Cancel" color="neutral" mode="plain" autofocus />
41
+ * ```
42
+ */
43
+ actions?(): unknown;
44
+ };
45
+ refs: {};
46
+ rootEl: any;
47
+ };
48
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
49
+ declare const __VLS_component: import('vue').DefineComponent<OnyxAlertDialogProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
50
+ close: () => any;
51
+ }, string, import('vue').PublicProps, Readonly<OnyxAlertDialogProps> & Readonly<{
52
+ onClose?: (() => any) | undefined;
53
+ }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
54
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
55
+ export default _default;
56
+ type __VLS_WithTemplateSlots<T, S> = T & {
57
+ new (): {
58
+ $slots: S;
59
+ };
60
+ };
@@ -1,5 +1,5 @@
1
- import type { OnyxDialogProps } from "../OnyxDialog/types";
2
- import type { OnyxIconProps } from "../OnyxIcon/types";
1
+ import { OnyxDialogProps } from '../OnyxDialog/types.js';
2
+ import { OnyxIconProps } from '../OnyxIcon/types.js';
3
3
  export type OnyxAlertDialogProps = Omit<OnyxDialogProps, "modal" | "alert" | "alignment"> & {
4
4
  /**
5
5
  * Optional icon to show.
@@ -0,0 +1,50 @@
1
+ import { OnyxAppLayoutProps } from './types.js';
2
+ declare function __VLS_template(): {
3
+ attrs: Partial<{}>;
4
+ slots: Readonly<{
5
+ /**
6
+ * Page content area of the application. Recommended component: [OnyxPageLayout](https://storybook.onyx.schwarz/?path=/docs/layout-pagelayout--docs).
7
+ *
8
+ * For semantic HTML, it is recommend to use HTML elements like `<main>`
9
+ */
10
+ default(): unknown;
11
+ /**
12
+ * Navigation area of the application. Recommended components:
13
+ * - for top alignment: [OnyxNavBar](https://storybook.onyx.schwarz/?path=/docs/navigation-navbar--docs)
14
+ * - for left alignment: no onyx component yet, create your own custom one
15
+ *
16
+ * For implementing page-level sidebars, please use the [OnyxPageLayout](https://onyx.schwarz/?path=/story/layout-pagelayout--sidebar).
17
+ * For semantic HTML, it is recommended to use HTML elements like `<header>` and `<nav>` here, which is already the case when using the above recommended components.
18
+ */
19
+ navBar?(): unknown;
20
+ }> & {
21
+ /**
22
+ * Page content area of the application. Recommended component: [OnyxPageLayout](https://storybook.onyx.schwarz/?path=/docs/layout-pagelayout--docs).
23
+ *
24
+ * For semantic HTML, it is recommend to use HTML elements like `<main>`
25
+ */
26
+ default(): unknown;
27
+ /**
28
+ * Navigation area of the application. Recommended components:
29
+ * - for top alignment: [OnyxNavBar](https://storybook.onyx.schwarz/?path=/docs/navigation-navbar--docs)
30
+ * - for left alignment: no onyx component yet, create your own custom one
31
+ *
32
+ * For implementing page-level sidebars, please use the [OnyxPageLayout](https://onyx.schwarz/?path=/story/layout-pagelayout--sidebar).
33
+ * For semantic HTML, it is recommended to use HTML elements like `<header>` and `<nav>` here, which is already the case when using the above recommended components.
34
+ */
35
+ navBar?(): unknown;
36
+ };
37
+ refs: {};
38
+ rootEl: HTMLDivElement;
39
+ };
40
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
41
+ declare const __VLS_component: import('vue').DefineComponent<OnyxAppLayoutProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<OnyxAppLayoutProps> & Readonly<{}>, {
42
+ navBarAlignment: "top" | "left";
43
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
44
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
45
+ export default _default;
46
+ type __VLS_WithTemplateSlots<T, S> = T & {
47
+ new (): {
48
+ $slots: S;
49
+ };
50
+ };
@@ -0,0 +1,5 @@
1
+ import { OnyxAvatarProps } from './types.js';
2
+ declare const _default: import('vue').DefineComponent<OnyxAvatarProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<OnyxAvatarProps> & Readonly<{}>, {
3
+ size: "16px" | "24px" | "32px" | "48px" | "64px" | "96px";
4
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLElement>;
5
+ export default _default;
@@ -1,4 +1,4 @@
1
- import type { IconSize, IconSizeProp } from "../OnyxIcon/types";
1
+ import { IconSize, IconSizeProp } from '../OnyxIcon/types.js';
2
2
  export type OnyxAvatarProps = IconSizeProp<Exclude<IconSize, "12px">> & {
3
3
  /**
4
4
  * Full user name. Will determine the displayed initials.
@@ -0,0 +1,25 @@
1
+ declare function __VLS_template(): {
2
+ attrs: Partial<{}>;
3
+ slots: Readonly<{
4
+ /**
5
+ * Default slot to place the avatars.
6
+ */
7
+ default(): unknown;
8
+ }> & {
9
+ /**
10
+ * Default slot to place the avatars.
11
+ */
12
+ default(): unknown;
13
+ };
14
+ refs: {};
15
+ rootEl: HTMLDivElement;
16
+ };
17
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
18
+ declare const __VLS_component: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
19
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
20
+ export default _default;
21
+ type __VLS_WithTemplateSlots<T, S> = T & {
22
+ new (): {
23
+ $slots: S;
24
+ };
25
+ };
@@ -0,0 +1,29 @@
1
+ import { OnyxBadgeProps } from './types.js';
2
+ declare function __VLS_template(): {
3
+ attrs: Partial<{}>;
4
+ slots: Readonly<{
5
+ /**
6
+ * Badge content.
7
+ */
8
+ default?(): unknown;
9
+ }> & {
10
+ /**
11
+ * Badge content.
12
+ */
13
+ default?(): unknown;
14
+ };
15
+ refs: {};
16
+ rootEl: HTMLDivElement;
17
+ };
18
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
19
+ declare const __VLS_component: import('vue').DefineComponent<OnyxBadgeProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<OnyxBadgeProps> & Readonly<{}>, {
20
+ color: import('../../index.ts', { with: { "resolution-mode": "import" } }).OnyxColor;
21
+ dot: boolean;
22
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
23
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
24
+ export default _default;
25
+ type __VLS_WithTemplateSlots<T, S> = T & {
26
+ new (): {
27
+ $slots: S;
28
+ };
29
+ };
@@ -1,5 +1,5 @@
1
- import type { DensityProp } from "../../composables/density";
2
- import type { OnyxColor } from "../../types/colors";
1
+ import { DensityProp } from '../../composables/density.js';
2
+ import { OnyxColor } from '../../types/colors.js';
3
3
  export type OnyxBadgeProps = DensityProp & {
4
4
  /**
5
5
  * The color of the badge.
@@ -0,0 +1,36 @@
1
+ import { OnyxBottomBarProps } from './types.js';
2
+ declare function __VLS_template(): {
3
+ attrs: Partial<{}>;
4
+ slots: Readonly<{
5
+ /**
6
+ * Bottom bar content. This slot is left aligned and should be used by buttons and icon buttons.
7
+ */
8
+ left?(): unknown;
9
+ /**
10
+ * Bottom bar content. This slot is right aligned and should be used by buttons and icon buttons.
11
+ */
12
+ default?(): unknown;
13
+ }> & {
14
+ /**
15
+ * Bottom bar content. This slot is left aligned and should be used by buttons and icon buttons.
16
+ */
17
+ left?(): unknown;
18
+ /**
19
+ * Bottom bar content. This slot is right aligned and should be used by buttons and icon buttons.
20
+ */
21
+ default?(): unknown;
22
+ };
23
+ refs: {};
24
+ rootEl: HTMLDivElement;
25
+ };
26
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
27
+ declare const __VLS_component: import('vue').DefineComponent<OnyxBottomBarProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<OnyxBottomBarProps> & Readonly<{}>, {
28
+ hideBorder: boolean;
29
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
30
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
31
+ export default _default;
32
+ type __VLS_WithTemplateSlots<T, S> = T & {
33
+ new (): {
34
+ $slots: S;
35
+ };
36
+ };
@@ -1,4 +1,4 @@
1
- import type { DensityProp } from "../../composables/density";
1
+ import { DensityProp } from '../../composables/density.js';
2
2
  export type OnyxBottomBarProps = DensityProp & {
3
3
  /**
4
4
  * Whether to remove the top border / separator.
@@ -0,0 +1,28 @@
1
+ import { OnyxBreadcrumbProps } from './types.js';
2
+ declare function __VLS_template(): {
3
+ attrs: Partial<{}>;
4
+ slots: Readonly<{
5
+ /**
6
+ * Breadcrumb items (see `OnyxBreadcrumbItem` component).
7
+ */
8
+ default(): unknown;
9
+ }> & {
10
+ /**
11
+ * Breadcrumb items (see `OnyxBreadcrumbItem` component).
12
+ */
13
+ default(): unknown;
14
+ };
15
+ refs: {};
16
+ rootEl: HTMLElement;
17
+ };
18
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
19
+ declare const __VLS_component: import('vue').DefineComponent<OnyxBreadcrumbProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<OnyxBreadcrumbProps> & Readonly<{}>, {
20
+ container: boolean;
21
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLElement>;
22
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
23
+ export default _default;
24
+ type __VLS_WithTemplateSlots<T, S> = T & {
25
+ new (): {
26
+ $slots: S;
27
+ };
28
+ };
@@ -1,4 +1,4 @@
1
- import type { DensityProp } from "../../composables/density";
1
+ import { DensityProp } from '../../composables/density.js';
2
2
  export type OnyxBreadcrumbProps = DensityProp & {
3
3
  /**
4
4
  * If `true`, the component will be shown inside a styled container.
@@ -0,0 +1,29 @@
1
+ import { OnyxBreadcrumbItemProps } from './types.js';
2
+ declare function __VLS_template(): {
3
+ attrs: Partial<{}>;
4
+ slots: Readonly<{
5
+ /**
6
+ * Item content / page name.
7
+ */
8
+ default(): unknown;
9
+ }> & {
10
+ /**
11
+ * Item content / page name.
12
+ */
13
+ default(): unknown;
14
+ };
15
+ refs: {};
16
+ rootEl: HTMLLIElement;
17
+ };
18
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
19
+ declare const __VLS_component: import('vue').DefineComponent<OnyxBreadcrumbItemProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<OnyxBreadcrumbItemProps> & Readonly<{}>, {
20
+ skeleton: import('../../composables/useSkeletonState.js', { with: { "resolution-mode": "import" } }).SkeletonInjected;
21
+ active: boolean | "auto";
22
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLLIElement>;
23
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
24
+ export default _default;
25
+ type __VLS_WithTemplateSlots<T, S> = T & {
26
+ new (): {
27
+ $slots: S;
28
+ };
29
+ };
@@ -1,5 +1,5 @@
1
- import type { DensityProp } from "../../composables/density";
2
- import type { SkeletonInjected } from "../../composables/useSkeletonState";
1
+ import { DensityProp } from '../../composables/density.js';
2
+ import { SkeletonInjected } from '../../composables/useSkeletonState.js';
3
3
  export type OnyxBreadcrumbItemProps = DensityProp & {
4
4
  /**
5
5
  * Link to the corresponding page.
@@ -0,0 +1,29 @@
1
+ import { OnyxButtonProps } from './types.js';
2
+ type __VLS_Props = Pick<OnyxButtonProps, "disabled" | "link" | "loading" | "type" | "autofocus">;
3
+ declare function __VLS_template(): {
4
+ attrs: Partial<{}>;
5
+ slots: Readonly<{
6
+ /**
7
+ * Button content.
8
+ */
9
+ default(): unknown;
10
+ }> & {
11
+ /**
12
+ * Button content.
13
+ */
14
+ default(): unknown;
15
+ };
16
+ refs: {};
17
+ rootEl: any;
18
+ };
19
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
20
+ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
21
+ type: import('./types.js', { with: { "resolution-mode": "import" } }).ButtonType;
22
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
23
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
24
+ export default _default;
25
+ type __VLS_WithTemplateSlots<T, S> = T & {
26
+ new (): {
27
+ $slots: S;
28
+ };
29
+ };
@@ -0,0 +1,25 @@
1
+ import { OnyxButtonProps } from './types.js';
2
+ declare const _default: import('vue').DefineComponent<OnyxButtonProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<OnyxButtonProps> & Readonly<{}>, {
3
+ skeleton: import('../../composables/useSkeletonState.js', { with: { "resolution-mode": "import" } }).SkeletonInjected;
4
+ disabled: import('../OnyxForm/OnyxForm.core.js', { with: { "resolution-mode": "import" } }).FormInjected<boolean>;
5
+ loading: boolean;
6
+ type: import('./types.js', { with: { "resolution-mode": "import" } }).ButtonType;
7
+ color: import('./types.js', { with: { "resolution-mode": "import" } }).ButtonColor;
8
+ mode: import('./types.js', { with: { "resolution-mode": "import" } }).ButtonMode;
9
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
10
+ rippleRef: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{}>, {
11
+ events: import('vue').Ref<Record<string, (event: MouseEvent) => void>, Record<string, (event: MouseEvent) => void>>;
12
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
13
+ rippleTriggerRef: HTMLSpanElement;
14
+ }, HTMLSpanElement, import('vue').ComponentProvideOptions, {
15
+ P: {};
16
+ B: {};
17
+ D: {};
18
+ C: {};
19
+ M: {};
20
+ Defaults: {};
21
+ }, Readonly<{}> & Readonly<{}>, {
22
+ events: import('vue').Ref<Record<string, (event: MouseEvent) => void>, Record<string, (event: MouseEvent) => void>>;
23
+ }, {}, {}, {}, {}> | null;
24
+ }, any>;
25
+ export default _default;
@@ -1,8 +1,8 @@
1
- import type { DensityProp } from "../../composables/density";
2
- import type { SkeletonInjected } from "../../composables/useSkeletonState";
3
- import type { AutofocusProp } from "../../types";
4
- import type { FormInjected } from "../OnyxForm/OnyxForm.core";
5
- import type { WithLinkProp } from "../OnyxRouterLink/types";
1
+ import { DensityProp } from '../../composables/density.js';
2
+ import { SkeletonInjected } from '../../composables/useSkeletonState.js';
3
+ import { AutofocusProp } from '../../types/index.js';
4
+ import { FormInjected } from '../OnyxForm/OnyxForm.core.js';
5
+ import { WithLinkProp } from '../OnyxRouterLink/types.js';
6
6
  export type OnyxButtonProps = DensityProp & AutofocusProp & {
7
7
  /**
8
8
  * The text content of the button.
@@ -0,0 +1,28 @@
1
+ import { OnyxCardProps } from './types.js';
2
+ declare function __VLS_template(): {
3
+ attrs: Partial<{}>;
4
+ slots: Readonly<{
5
+ /**
6
+ * Card content.
7
+ */
8
+ default(): unknown;
9
+ }> & {
10
+ /**
11
+ * Card content.
12
+ */
13
+ default(): unknown;
14
+ };
15
+ refs: {};
16
+ rootEl: any;
17
+ };
18
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
19
+ declare const __VLS_component: import('vue').DefineComponent<OnyxCardProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<OnyxCardProps> & Readonly<{}>, {
20
+ clickable: boolean;
21
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
22
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
23
+ export default _default;
24
+ type __VLS_WithTemplateSlots<T, S> = T & {
25
+ new (): {
26
+ $slots: S;
27
+ };
28
+ };
@@ -1,4 +1,4 @@
1
- import type { DensityProp } from "../../composables/density";
1
+ import { DensityProp } from '../../composables/density.js';
2
2
  export type OnyxCardProps = DensityProp & {
3
3
  /**
4
4
  * Whether the whole card should be clickable (will render it as `<button>`).
@@ -1,17 +1,17 @@
1
- import type { SelectOptionValue } from "../../types";
2
- import type { OnyxCheckboxProps } from "./types";
1
+ import { SelectOptionValue } from '../../types/index.js';
2
+ import { OnyxCheckboxProps } from './types.js';
3
3
  declare const _default: <TValue extends SelectOptionValue = SelectOptionValue>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
4
4
  props: __VLS_PrettifyLocal<Pick<Partial<{}> & Omit<{
5
5
  readonly onValidityChange?: ((validity: ValidityState) => any) | undefined;
6
6
  readonly "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
7
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>, "onUpdate:modelValue" | "onValidityChange"> & OnyxCheckboxProps<TValue> & Partial<{}>> & import("vue").PublicProps;
8
- expose(exposed: import("vue").ShallowUnwrapRef<{
9
- input: Readonly<import("vue").ShallowRef<HTMLInputElement | null>>;
7
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, never>, "onUpdate:modelValue" | "onValidityChange"> & OnyxCheckboxProps<TValue> & Partial<{}>> & import('vue').PublicProps;
8
+ expose(exposed: import('vue').ShallowUnwrapRef<{
9
+ input: Readonly<import('vue').ShallowRef<HTMLInputElement | null>>;
10
10
  }>): void;
11
11
  attrs: any;
12
12
  slots: {};
13
13
  emit: ((evt: "validityChange", validity: ValidityState) => void) & ((evt: "update:modelValue", value: boolean) => void);
14
- }>) => import("vue").VNode & {
14
+ }>) => import('vue').VNode & {
15
15
  __ctx?: Awaited<typeof __VLS_setup>;
16
16
  };
17
17
  export default _default;
@@ -1,4 +1,4 @@
1
- import type { BaseSelectOption, Nullable, SelectOptionValue } from "../../types";
1
+ import { BaseSelectOption, Nullable, SelectOptionValue } from '../../types/index.js';
2
2
  export type OnyxCheckboxProps<TValue extends SelectOptionValue = SelectOptionValue> = BaseSelectOption<TValue> & {
3
3
  /**
4
4
  * Whether the checkbox is checked.
@@ -1,16 +1,16 @@
1
- import type { Nullable, SelectOptionValue } from "../../types";
2
- import type { OnyxCheckboxGroupProps } from "./types";
1
+ import { Nullable, SelectOptionValue } from '../../types/index.js';
2
+ import { OnyxCheckboxGroupProps } from './types.js';
3
3
  declare const _default: <TValue extends SelectOptionValue>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
4
4
  props: __VLS_PrettifyLocal<Pick<Partial<{}> & Omit<{
5
5
  readonly "onUpdate:modelValue"?: ((value?: Nullable<TValue[]>) => any) | undefined;
6
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>, "onUpdate:modelValue"> & OnyxCheckboxGroupProps<TValue> & Partial<{}>> & import("vue").PublicProps;
7
- expose(exposed: import("vue").ShallowUnwrapRef<{
8
- inputs: import("vue").ComputedRef<HTMLInputElement[]>;
6
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, never>, "onUpdate:modelValue"> & OnyxCheckboxGroupProps<TValue> & Partial<{}>> & import('vue').PublicProps;
7
+ expose(exposed: import('vue').ShallowUnwrapRef<{
8
+ inputs: import('vue').ComputedRef<HTMLInputElement[]>;
9
9
  }>): void;
10
10
  attrs: any;
11
11
  slots: {};
12
12
  emit: (evt: "update:modelValue", value?: Nullable<TValue[]>) => void;
13
- }>) => import("vue").VNode & {
13
+ }>) => import('vue').VNode & {
14
14
  __ctx?: Awaited<typeof __VLS_setup>;
15
15
  };
16
16
  export default _default;
@@ -1,7 +1,7 @@
1
- import type { RequiredProp } from "../../composables/required";
2
- import type { CustomValidityProp } from "../../composables/useCustomValidity";
3
- import type { AutofocusProp, BaseSelectOption, Nullable, Orientation, SelectOptionValue } from "../../types";
4
- import type { SharedFormElementProps } from "../OnyxFormElement/types";
1
+ import { RequiredProp } from '../../composables/required.js';
2
+ import { CustomValidityProp } from '../../composables/useCustomValidity.js';
3
+ import { AutofocusProp, BaseSelectOption, Nullable, Orientation, SelectOptionValue } from '../../types/index.js';
4
+ import { SharedFormElementProps } from '../OnyxFormElement/types.js';
5
5
  export type OnyxCheckboxGroupProps<TValue extends SelectOptionValue = SelectOptionValue> = Pick<BaseSelectOption, "truncation"> & Pick<SharedFormElementProps, "label" | "labelTooltip" | "hideLabel" | "density" | "skeleton" | "disabled" | "requiredMarker"> & {
6
6
  /**
7
7
  * Checkbox options.
@@ -1,13 +1,13 @@
1
- import type { OnyxTableSlots } from "../OnyxTable/types";
2
- import { type ColumnConfigTypeOption, type ColumnGroupConfig, type DataGridFeature, type TypeRenderMap } from "./features";
3
- import type { DataGridEntry, OnyxDataGridProps } from "./types";
1
+ import { OnyxTableSlots } from '../OnyxTable/types.js';
2
+ import { ColumnConfigTypeOption, ColumnGroupConfig, DataGridFeature, TypeRenderMap } from './features/index.js';
3
+ import { DataGridEntry, OnyxDataGridProps } from './types.js';
4
4
  declare const _default: <TEntry extends DataGridEntry, TTypeRenderer extends TypeRenderMap<TEntry>, TColumnGroup extends ColumnGroupConfig, TTypes extends ColumnConfigTypeOption<PropertyKey, unknown>, TFeatureName extends symbol, TFeatures extends DataGridFeature<TEntry, TTypeRenderer, TFeatureName>[] | [] = []>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
5
- props: __VLS_PrettifyLocal<Pick<Partial<{}> & Omit<{} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>, never> & OnyxDataGridProps<TEntry, TColumnGroup, TTypeRenderer, TFeatureName, TFeatures> & Partial<{}>> & import("vue").PublicProps;
6
- expose(exposed: import("vue").ShallowUnwrapRef<{}>): void;
5
+ props: __VLS_PrettifyLocal<Pick<Partial<{}> & Omit<{} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, never>, never> & OnyxDataGridProps<TEntry, TColumnGroup, TTypeRenderer, TFeatureName, TFeatures> & Partial<{}>> & import('vue').PublicProps;
6
+ expose(exposed: import('vue').ShallowUnwrapRef<{}>): void;
7
7
  attrs: any;
8
- slots: Pick<OnyxTableSlots, "empty">;
8
+ slots: Readonly<Pick<OnyxTableSlots, "empty">> & Pick<OnyxTableSlots, "empty">;
9
9
  emit: {};
10
- }>) => import("vue").VNode & {
10
+ }>) => import('vue').VNode & {
11
11
  __ctx?: Awaited<typeof __VLS_setup>;
12
12
  };
13
13
  export default _default;