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.
- package/dist/components/OnyxAccordion/{OnyxAccordion.vue.d.ts → OnyxAccordion.d.vue.ts} +11 -6
- package/dist/components/OnyxAccordion/types.d.ts +4 -4
- package/dist/components/OnyxAccordionItem/OnyxAccordionItem.d.vue.ts +37 -0
- package/dist/components/OnyxAccordionItem/types.d.ts +2 -2
- package/dist/components/OnyxAlertDialog/OnyxAlertDialog.d.vue.ts +60 -0
- package/dist/components/OnyxAlertDialog/types.d.ts +2 -2
- package/dist/components/OnyxAppLayout/OnyxAppLayout.d.vue.ts +50 -0
- package/dist/components/OnyxAvatar/OnyxAvatar.d.vue.ts +5 -0
- package/dist/components/OnyxAvatar/types.d.ts +1 -1
- package/dist/components/OnyxAvatarStack/OnyxAvatarStack.d.vue.ts +25 -0
- package/dist/components/OnyxBadge/OnyxBadge.d.vue.ts +29 -0
- package/dist/components/OnyxBadge/types.d.ts +2 -2
- package/dist/components/OnyxBottomBar/OnyxBottomBar.d.vue.ts +36 -0
- package/dist/components/OnyxBottomBar/types.d.ts +1 -1
- package/dist/components/OnyxBreadcrumb/OnyxBreadcrumb.d.vue.ts +28 -0
- package/dist/components/OnyxBreadcrumb/types.d.ts +1 -1
- package/dist/components/OnyxBreadcrumbItem/OnyxBreadcrumbItem.d.vue.ts +29 -0
- package/dist/components/OnyxBreadcrumbItem/types.d.ts +2 -2
- package/dist/components/OnyxButton/ButtonOrLinkLayout.d.vue.ts +29 -0
- package/dist/components/OnyxButton/OnyxButton.d.vue.ts +25 -0
- package/dist/components/OnyxButton/types.d.ts +5 -5
- package/dist/components/OnyxCard/OnyxCard.d.vue.ts +28 -0
- package/dist/components/OnyxCard/types.d.ts +1 -1
- package/dist/components/OnyxCheckbox/{OnyxCheckbox.vue.d.ts → OnyxCheckbox.d.vue.ts} +6 -6
- package/dist/components/OnyxCheckbox/types.d.ts +1 -1
- package/dist/components/OnyxCheckboxGroup/{OnyxCheckboxGroup.vue.d.ts → OnyxCheckboxGroup.d.vue.ts} +6 -6
- package/dist/components/OnyxCheckboxGroup/types.d.ts +4 -4
- package/dist/components/OnyxDataGrid/{OnyxDataGrid.vue.d.ts → OnyxDataGrid.d.vue.ts} +7 -7
- package/dist/components/OnyxDataGrid/OnyxDataGridRenderer/{OnyxDataGridRenderer.vue.d.ts → OnyxDataGridRenderer.d.vue.ts} +6 -7
- package/dist/components/OnyxDataGrid/OnyxDataGridRenderer/types.d.ts +5 -4
- package/dist/components/OnyxDataGrid/features/HeaderCell.d.vue.ts +25 -0
- package/dist/components/OnyxDataGrid/features/all.d.ts +15 -15
- package/dist/components/OnyxDataGrid/features/base/base.d.ts +17 -18
- package/dist/components/OnyxDataGrid/features/base/types.d.ts +2 -2
- package/dist/components/OnyxDataGrid/features/filtering/filtering.d.ts +9 -10
- package/dist/components/OnyxDataGrid/features/filtering/types.d.ts +3 -3
- package/dist/components/OnyxDataGrid/features/hideColumns/hideColumns.d.ts +7 -8
- package/dist/components/OnyxDataGrid/features/hideColumns/types.d.ts +2 -2
- package/dist/components/OnyxDataGrid/features/index.d.ts +12 -12
- package/dist/components/OnyxDataGrid/features/pagination/pagination.d.ts +8 -9
- package/dist/components/OnyxDataGrid/features/pagination/types.d.ts +3 -3
- package/dist/components/OnyxDataGrid/features/renderer.d.ts +3 -4
- package/dist/components/OnyxDataGrid/features/resizing/resizing.d.ts +9 -10
- package/dist/components/OnyxDataGrid/features/resizing/types.d.ts +2 -2
- package/dist/components/OnyxDataGrid/features/selection/selection.d.ts +7 -8
- package/dist/components/OnyxDataGrid/features/selection/types.d.ts +3 -3
- package/dist/components/OnyxDataGrid/features/sorting/{SortAction.vue.d.ts → SortAction.d.vue.ts} +2 -2
- package/dist/components/OnyxDataGrid/features/sorting/sorting.d.ts +9 -9
- package/dist/components/OnyxDataGrid/features/sorting/types.d.ts +3 -3
- package/dist/components/OnyxDataGrid/features/stickyColumns/stickyColumns.d.ts +5 -6
- package/dist/components/OnyxDataGrid/features/stickyColumns/types.d.ts +1 -1
- package/dist/components/OnyxDataGrid/types.d.ts +7 -7
- package/dist/components/OnyxDatePicker/OnyxDatePicker.d.vue.ts +20 -0
- package/dist/components/OnyxDatePicker/types.d.ts +2 -2
- package/dist/components/OnyxDialog/OnyxDialog.d.vue.ts +43 -0
- package/dist/components/OnyxDialog/types.d.ts +1 -1
- package/dist/components/OnyxDrawer/OnyxDrawer.d.vue.ts +59 -0
- package/dist/components/OnyxDrawer/types.d.ts +2 -2
- package/dist/components/OnyxEmpty/OnyxEmpty.d.vue.ts +42 -0
- package/dist/components/OnyxErrorTooltip/OnyxErrorTooltip.d.vue.ts +42 -0
- package/dist/components/OnyxExternalLinkIcon/OnyxExternalLinkIcon.d.vue.ts +5 -0
- package/dist/components/OnyxExternalLinkIcon/types.d.ts +1 -1
- package/dist/components/OnyxFileUpload/{OnyxFileUpload.vue.d.ts → OnyxFileUpload.d.vue.ts} +4 -4
- package/dist/components/OnyxFileUpload/types.d.ts +3 -3
- package/dist/components/OnyxFilterTag/OnyxFilterTag.d.vue.ts +16 -0
- package/dist/components/OnyxForm/OnyxForm.core.d.ts +4 -4
- package/dist/components/OnyxForm/OnyxForm.d.vue.ts +29 -0
- package/dist/components/OnyxForm/types.d.ts +3 -3
- package/dist/components/OnyxFormElement/FormMessage.d.vue.ts +13 -0
- package/dist/components/OnyxFormElement/OnyxFormElement.ct-utils.d.ts +2 -2
- package/dist/components/OnyxFormElement/{OnyxFormElement.vue.d.ts → OnyxFormElement.d.vue.ts} +11 -6
- package/dist/components/OnyxFormElement/types.d.ts +7 -7
- package/dist/components/OnyxHeadline/OnyxHeadline.d.vue.ts +28 -0
- package/dist/components/OnyxHeadline/types.d.ts +1 -1
- package/dist/components/OnyxIcon/OnyxIcon.d.vue.ts +3 -0
- package/dist/components/OnyxIcon/types.d.ts +1 -1
- package/dist/components/OnyxIconButton/OnyxIconButton.d.vue.ts +27 -0
- package/dist/components/OnyxIconButton/types.d.ts +5 -5
- package/dist/components/OnyxImage/OnyxImage.d.vue.ts +6 -0
- package/dist/components/OnyxImage/types.d.ts +1 -1
- package/dist/components/OnyxInfoCard/OnyxInfoCard.d.vue.ts +42 -0
- package/dist/components/OnyxInfoCard/types.d.ts +2 -2
- package/dist/components/OnyxInfoTooltip/OnyxInfoTooltip.d.vue.ts +6 -0
- package/dist/components/OnyxInfoTooltip/types.d.ts +1 -1
- package/dist/components/OnyxInput/OnyxInput.d.vue.ts +63 -0
- package/dist/components/OnyxInput/types.d.ts +2 -2
- package/dist/components/OnyxLink/OnyxLink.d.vue.ts +29 -0
- package/dist/components/OnyxLink/types.d.ts +2 -2
- package/dist/components/OnyxListItem/OnyxListItem.d.vue.ts +31 -0
- package/dist/components/OnyxListItem/types.d.ts +2 -2
- package/dist/components/OnyxLoadingIndicator/OnyxCircleSpinner.d.vue.ts +2 -0
- package/dist/components/OnyxLoadingIndicator/OnyxLoadingDots.d.vue.ts +2 -0
- package/dist/components/OnyxLoadingIndicator/OnyxLoadingIndicator.d.vue.ts +5 -0
- package/dist/components/OnyxMiniSearch/OnyxMiniSearch.d.vue.ts +17 -0
- package/dist/components/OnyxMiniSearch/types.d.ts +2 -2
- package/dist/components/OnyxMobileNavButton/OnyxMobileNavButton.d.vue.ts +32 -0
- package/dist/components/OnyxModalDialog/OnyxModalDialog.d.vue.ts +56 -0
- package/dist/components/OnyxModalDialog/types.d.ts +1 -1
- package/dist/components/OnyxMoreList/OnyxMoreList.d.vue.ts +52 -0
- package/dist/components/OnyxMoreList/types.d.ts +2 -2
- package/dist/components/OnyxNavAppArea/OnyxNavAppArea.d.vue.ts +28 -0
- package/dist/components/OnyxNavAppArea/types.d.ts +1 -1
- package/dist/components/OnyxNavBar/OnyxNavBar.d.vue.ts +94 -0
- package/dist/components/OnyxNavBar/modules/OnyxColorSchemeDialog/OnyxColorSchemeDialog.d.vue.ts +11 -0
- package/dist/components/OnyxNavBar/modules/OnyxColorSchemeDialog/types.d.ts +1 -1
- package/dist/components/OnyxNavBar/modules/OnyxColorSchemeMenuItem/OnyxColorSchemeMenuItem.d.vue.ts +8 -0
- package/dist/components/OnyxNavBar/modules/OnyxColorSchemeMenuItem/types.d.ts +1 -1
- package/dist/components/OnyxNavBar/modules/OnyxFlyoutMenu/{OnyxFlyoutMenu.vue.d.ts → OnyxFlyoutMenu.d.vue.ts} +28 -6
- package/dist/components/OnyxNavBar/modules/OnyxFlyoutMenu/types.d.ts +2 -2
- package/dist/components/OnyxNavBar/modules/OnyxLanguageMenuItem/{OnyxLanguageMenuItem.vue.d.ts → OnyxLanguageMenuItem.d.vue.ts} +4 -4
- package/dist/components/OnyxNavBar/modules/OnyxLanguageMenuItem/types.d.ts +1 -1
- package/dist/components/OnyxNavBar/modules/OnyxMenuItem/OnyxMenuItem.d.vue.ts +417 -0
- package/dist/components/OnyxNavBar/modules/OnyxMenuItem/types.d.ts +2 -2
- package/dist/components/OnyxNavBar/modules/OnyxNavItem/OnyxNavItem.d.vue.ts +186 -0
- package/dist/components/OnyxNavBar/modules/OnyxNavItem/types.d.ts +2 -2
- package/dist/components/OnyxNavBar/modules/OnyxNavItemFacade/OnyxNavItemFacade.d.vue.ts +41 -0
- package/dist/components/OnyxNavBar/modules/OnyxTimer/OnyxTimer.d.vue.ts +12 -0
- package/dist/components/OnyxNavBar/modules/OnyxUserMenu/OnyxUserMenu.d.vue.ts +41 -0
- package/dist/components/OnyxNavBar/modules/OnyxUserMenu/{UserMenuLayout.vue.d.ts → UserMenuLayout.d.vue.ts} +19 -6
- package/dist/components/OnyxNavBar/modules/OnyxUserMenu/types.d.ts +2 -2
- package/dist/components/OnyxNavBar/modules/index.d.ts +17 -17
- package/dist/components/OnyxNavBar/types.d.ts +4 -4
- package/dist/components/OnyxNotificationCard/OnyxNotificationCard.d.vue.ts +48 -0
- package/dist/components/OnyxNotificationCard/types.d.ts +3 -3
- package/dist/components/OnyxNotificationDot/OnyxNotificationDot.d.vue.ts +29 -0
- package/dist/components/OnyxNotificationDot/types.d.ts +1 -1
- package/dist/components/OnyxNotificationMessage/OnyxNotificationMessage.d.vue.ts +40 -0
- package/dist/components/OnyxNotifications/OnyxNotifications.d.vue.ts +2 -0
- package/dist/components/OnyxNotifications/useNotification.d.ts +3 -3
- package/dist/components/OnyxPageLayout/OnyxPageLayout.d.vue.ts +66 -0
- package/dist/components/OnyxPageLayout/types.d.ts +1 -1
- package/dist/components/OnyxPagination/OnyxPagination.d.vue.ts +10 -0
- package/dist/components/OnyxPagination/OnyxSelectPagination.d.vue.ts +9 -0
- package/dist/components/OnyxPagination/types.d.ts +2 -2
- package/dist/components/OnyxPopover/OnyxPopover.d.vue.ts +50 -0
- package/dist/components/OnyxPopover/types.d.ts +3 -3
- package/dist/components/OnyxProgressStep/OnyxProgressStep.d.vue.ts +6 -0
- package/dist/components/OnyxProgressStep/types.d.ts +2 -2
- package/dist/components/OnyxProgressSteps/OnyxProgressSteps.d.vue.ts +13 -0
- package/dist/components/OnyxProgressSteps/types.d.ts +4 -4
- package/dist/components/OnyxRadioButton/{OnyxRadioButton.vue.d.ts → OnyxRadioButton.d.vue.ts} +6 -6
- package/dist/components/OnyxRadioButton/types.d.ts +1 -1
- package/dist/components/OnyxRadioGroup/{OnyxRadioGroup.vue.d.ts → OnyxRadioGroup.d.vue.ts} +6 -6
- package/dist/components/OnyxRadioGroup/types.d.ts +2 -2
- package/dist/components/OnyxResizeHandle/OnyxResizeHandle.d.vue.ts +16 -0
- package/dist/components/OnyxResizeHandle/types.d.ts +1 -1
- package/dist/components/OnyxRipple/OnyxRipple.d.vue.ts +6 -0
- package/dist/components/OnyxRouterLink/OnyxRouterLink.d.vue.ts +21 -0
- package/dist/components/OnyxRouterLink/types.d.ts +1 -1
- package/dist/components/OnyxSelect/{OnyxSelect.vue.d.ts → OnyxSelect.d.vue.ts} +26 -7
- package/dist/components/OnyxSelect/types.d.ts +5 -5
- package/dist/components/OnyxSelectDialog/{OnyxSelectDialog.vue.d.ts → OnyxSelectDialog.d.vue.ts} +10 -5
- package/dist/components/OnyxSelectDialog/types.d.ts +1 -1
- package/dist/components/OnyxSelectInput/{OnyxSelectInput.vue.d.ts → OnyxSelectInput.d.vue.ts} +6 -6
- package/dist/components/OnyxSelectInput/types.d.ts +1 -1
- package/dist/components/OnyxSelectOption/OnyxSelectOption.d.vue.ts +30 -0
- package/dist/components/OnyxSelectOption/types.d.ts +2 -2
- package/dist/components/OnyxSeparator/OnyxSeparator.d.vue.ts +5 -0
- package/dist/components/OnyxSeparator/types.d.ts +1 -1
- package/dist/components/OnyxSidebar/OnyxSidebar.d.vue.ts +202 -0
- package/dist/components/OnyxSidebar/modules/OnyxSidebarItem/OnyxSidebarItem.d.vue.ts +28 -0
- package/dist/components/OnyxSidebar/modules/OnyxSidebarItem/types.d.ts +2 -2
- package/dist/components/OnyxSidebar/modules/index.d.ts +2 -2
- package/dist/components/OnyxSidebar/types.d.ts +2 -2
- package/dist/components/OnyxSkeleton/OnyxSkeleton.d.vue.ts +2 -0
- package/dist/components/OnyxStepper/OnyxStepper.d.vue.ts +22 -0
- package/dist/components/OnyxStepper/types.d.ts +3 -3
- package/dist/components/OnyxSwitch/OnyxSwitch.d.vue.ts +22 -0
- package/dist/components/OnyxSwitch/types.d.ts +1 -1
- package/dist/components/OnyxSystemButton/OnyxSystemButton.d.vue.ts +8 -0
- package/dist/components/OnyxSystemButton/types.d.ts +1 -1
- package/dist/components/OnyxTab/OnyxTab.d.vue.ts +37 -0
- package/dist/components/OnyxTab/types.d.ts +2 -2
- package/dist/components/OnyxTable/OnyxTable.d.vue.ts +24 -0
- package/dist/components/OnyxTable/types.d.ts +2 -2
- package/dist/components/OnyxTabs/{OnyxTabs.vue.d.ts → OnyxTabs.d.vue.ts} +10 -5
- package/dist/components/OnyxTabs/types.d.ts +5 -5
- package/dist/components/OnyxTag/OnyxTag.d.vue.ts +6 -0
- package/dist/components/OnyxTag/types.d.ts +3 -3
- package/dist/components/OnyxTextarea/OnyxTextarea.d.vue.ts +23 -0
- package/dist/components/OnyxTextarea/types.d.ts +1 -1
- package/dist/components/OnyxToast/OnyxToast.d.vue.ts +2 -0
- package/dist/components/OnyxToast/useToast.d.ts +2 -2
- package/dist/components/OnyxToastMessage/OnyxToastMessage.d.vue.ts +12 -0
- package/dist/components/OnyxToastMessage/types.d.ts +2 -2
- package/dist/components/OnyxTooltip/OnyxTooltip.ct-utils.d.ts +1 -1
- package/dist/components/OnyxTooltip/OnyxTooltip.d.vue.ts +60 -0
- package/dist/components/OnyxTooltip/types.d.ts +5 -5
- package/dist/components/OnyxVisuallyHidden/OnyxVisuallyHidden.d.vue.ts +28 -0
- package/dist/components/examples/ComponentShowcase/ComponentShowcase.d.vue.ts +9 -0
- package/dist/components/illustrations/OnyxErrorSVG/OnyxErrorSVG.d.vue.ts +2 -0
- package/dist/components/illustrations/OnyxFileUploadSVG/OnyxFileUploadSVG.d.vue.ts +3 -0
- package/dist/components/illustrations/index.d.ts +3 -3
- package/dist/components/illustrations/playwright-utils.d.ts +1 -1
- package/dist/composables/checkAll.d.ts +3 -3
- package/dist/composables/density.d.ts +1 -1
- package/dist/composables/required.d.ts +3 -3
- package/dist/composables/scrollEnd.d.ts +1 -1
- package/dist/composables/themeTransition.d.ts +2 -2
- package/dist/composables/useAnchorPositionPolyfill.d.ts +3 -3
- package/dist/composables/useAutoFocus.d.ts +1 -1
- package/dist/composables/useCustomValidity.d.ts +6 -6
- package/dist/composables/useErrorClass.d.ts +2 -2
- package/dist/composables/useIntersectionObserver.d.ts +2 -2
- package/dist/composables/useLenientMaxLengthValidation.ct-utils.d.ts +2 -2
- package/dist/composables/useLenientMaxLengthValidation.d.ts +4 -4
- package/dist/composables/useLink.d.ts +4 -4
- package/dist/composables/useMoreList.d.ts +4 -4
- package/dist/composables/useOpenAlignment.d.ts +2 -2
- package/dist/composables/useOpenDirection.d.ts +2 -2
- package/dist/composables/useRelativeTimeFormat.d.ts +3 -3
- package/dist/composables/useResizeObserver.d.ts +1 -1
- package/dist/composables/useRipple.d.ts +4 -4
- package/dist/composables/useSkeletonState.d.ts +1 -1
- package/dist/composables/useTimer.d.ts +2 -2
- package/dist/composables/useVModel.d.ts +2 -2
- package/dist/i18n/index.d.ts +19 -19
- package/{src/i18n/locales/en-US.json → dist/i18n/locales/en-US.json.d.ts} +4 -1
- package/dist/index.d.ts +157 -158
- package/dist/index.esm-bundler.js +12453 -0
- package/dist/index.esm-bundler.js.map +1 -0
- package/dist/index.js +5587 -4432
- package/dist/playwright/a11y.d.ts +4 -4
- package/dist/playwright/index.d.ts +1 -1
- package/dist/playwright/screenshots.d.ts +2 -2
- package/dist/style.css +1 -1
- package/dist/types/components.d.ts +6 -6
- package/dist/types/index.d.ts +6 -6
- package/dist/types/utils.d.ts +1 -1
- package/dist/utils/attrs.d.ts +4 -4
- package/dist/utils/console.d.ts +11 -0
- package/dist/utils/plugin.d.ts +3 -3
- package/dist/utils/router.d.ts +2 -2
- package/dist/utils/storybook.d.ts +3 -3
- package/package.json +18 -9
- package/src/styles/grid.ct.tsx +1 -1
- package/dist/components/OnyxAccordion/examples/NestedLargeExample.vue.d.ts +0 -2
- package/dist/components/OnyxAccordion/examples/NestedSmallExample.vue.d.ts +0 -2
- package/dist/components/OnyxAccordionItem/OnyxAccordionItem.vue.d.ts +0 -22
- package/dist/components/OnyxAlertDialog/OnyxAlertDialog.vue.d.ts +0 -34
- package/dist/components/OnyxAlertDialog/examples/DefaultExample.vue.d.ts +0 -2
- package/dist/components/OnyxAppLayout/OnyxAppLayout.vue.d.ts +0 -28
- package/dist/components/OnyxAppLayout/examples/DefaultExample.vue.d.ts +0 -2
- package/dist/components/OnyxAppLayout/examples/LeftNavExample.vue.d.ts +0 -2
- package/dist/components/OnyxAvatar/OnyxAvatar.vue.d.ts +0 -5
- package/dist/components/OnyxAvatarStack/OnyxAvatarStack.vue.d.ts +0 -14
- package/dist/components/OnyxBadge/OnyxBadge.vue.d.ts +0 -18
- package/dist/components/OnyxBottomBar/OnyxBottomBar.vue.d.ts +0 -21
- package/dist/components/OnyxBreadcrumb/OnyxBreadcrumb.vue.d.ts +0 -17
- package/dist/components/OnyxBreadcrumbItem/OnyxBreadcrumbItem.vue.d.ts +0 -18
- package/dist/components/OnyxButton/ButtonOrLinkLayout.vue.d.ts +0 -18
- package/dist/components/OnyxButton/OnyxButton.vue.d.ts +0 -10
- package/dist/components/OnyxCard/OnyxCard.vue.d.ts +0 -17
- package/dist/components/OnyxCard/examples/DetailsCardExample.vue.d.ts +0 -2
- package/dist/components/OnyxCard/examples/HeadlineCardExample.vue.d.ts +0 -2
- package/dist/components/OnyxCard/examples/IconCardExample.vue.d.ts +0 -2
- package/dist/components/OnyxCard/examples/ImageCardExample.vue.d.ts +0 -2
- package/dist/components/OnyxCard/examples/KPICardExample.vue.d.ts +0 -2
- package/dist/components/OnyxDataGrid/examples/AsyncExample.vue.d.ts +0 -2
- package/dist/components/OnyxDataGrid/examples/ButtonLoadingExample.vue.d.ts +0 -2
- package/dist/components/OnyxDataGrid/examples/CustomColumnTypes.vue.d.ts +0 -2
- package/dist/components/OnyxDataGrid/examples/CustomFeatureExample.vue.d.ts +0 -2
- package/dist/components/OnyxDataGrid/examples/DefaultExample.vue.d.ts +0 -2
- package/dist/components/OnyxDataGrid/examples/FilteringExample.vue.d.ts +0 -2
- package/dist/components/OnyxDataGrid/examples/HideColumnsExample.vue.d.ts +0 -2
- package/dist/components/OnyxDataGrid/examples/LazyLoadingExample.vue.d.ts +0 -2
- package/dist/components/OnyxDataGrid/examples/PaginationExample.vue.d.ts +0 -2
- package/dist/components/OnyxDataGrid/examples/ResizingExample.vue.d.ts +0 -2
- package/dist/components/OnyxDataGrid/examples/SelectionExample.vue.d.ts +0 -2
- package/dist/components/OnyxDataGrid/examples/SkeletonExample.vue.d.ts +0 -2
- package/dist/components/OnyxDataGrid/examples/SlotsExample.vue.d.ts +0 -2
- package/dist/components/OnyxDataGrid/examples/SortingExample.vue.d.ts +0 -2
- package/dist/components/OnyxDataGrid/examples/StickyColumnsExample.vue.d.ts +0 -2
- package/dist/components/OnyxDataGrid/features/HeaderCell.vue.d.ts +0 -17
- package/dist/components/OnyxDataGrid/features/filtering/TestCase.vue.d.ts +0 -10
- package/dist/components/OnyxDataGrid/features/hideColumns/TestCase.vue.d.ts +0 -20
- package/dist/components/OnyxDataGrid/features/resizing/TestCase.vue.d.ts +0 -10
- package/dist/components/OnyxDataGrid/features/selection/TestCase.vue.d.ts +0 -21
- package/dist/components/OnyxDataGrid/features/sorting/TestCase.vue.d.ts +0 -9
- package/dist/components/OnyxDataGrid/features/stickyColumns/TestCase.vue.d.ts +0 -10
- package/dist/components/OnyxDatePicker/OnyxDatePicker.vue.d.ts +0 -18
- package/dist/components/OnyxDialog/OnyxDialog.vue.d.ts +0 -26
- package/dist/components/OnyxDialog/examples/LeftAlignedExample.vue.d.ts +0 -2
- package/dist/components/OnyxDialog/examples/ModalExample.vue.d.ts +0 -2
- package/dist/components/OnyxDialog/examples/RightAlignedExample.vue.d.ts +0 -2
- package/dist/components/OnyxDrawer/OnyxDrawer.vue.d.ts +0 -35
- package/dist/components/OnyxDrawer/examples/DefaultExample.vue.d.ts +0 -2
- package/dist/components/OnyxDrawer/examples/RightAlignedExample.vue.d.ts +0 -2
- package/dist/components/OnyxEmpty/OnyxEmpty.vue.d.ts +0 -23
- package/dist/components/OnyxErrorTooltip/OnyxErrorTooltip.vue.d.ts +0 -26
- package/dist/components/OnyxExternalLinkIcon/OnyxExternalLinkIcon.vue.d.ts +0 -5
- package/dist/components/OnyxFilterTag/OnyxFilterTag.vue.d.ts +0 -16
- package/dist/components/OnyxForm/FormElementTestWrapper.vue.d.ts +0 -13
- package/dist/components/OnyxForm/OnyxForm.vue.d.ts +0 -18
- package/dist/components/OnyxForm/examples/AdvancedExample.vue.d.ts +0 -3
- package/dist/components/OnyxForm/examples/DefaultExample.vue.d.ts +0 -2
- package/dist/components/OnyxFormElement/FormMessage.vue.d.ts +0 -13
- package/dist/components/OnyxHeadline/OnyxHeadline.vue.d.ts +0 -17
- package/dist/components/OnyxIcon/OnyxIcon.vue.d.ts +0 -3
- package/dist/components/OnyxIconButton/OnyxIconButton.vue.d.ts +0 -18
- package/dist/components/OnyxImage/OnyxImage.vue.d.ts +0 -6
- package/dist/components/OnyxInfoCard/OnyxInfoCard.vue.d.ts +0 -27
- package/dist/components/OnyxInfoTooltip/OnyxInfoTooltip.vue.d.ts +0 -6
- package/dist/components/OnyxInput/OnyxInput.vue.d.ts +0 -42
- package/dist/components/OnyxLink/OnyxLink.vue.d.ts +0 -18
- package/dist/components/OnyxListItem/OnyxListItem.vue.d.ts +0 -20
- package/dist/components/OnyxLoadingIndicator/OnyxCircleSpinner.vue.d.ts +0 -2
- package/dist/components/OnyxLoadingIndicator/OnyxLoadingDots.vue.d.ts +0 -2
- package/dist/components/OnyxLoadingIndicator/OnyxLoadingIndicator.vue.d.ts +0 -5
- package/dist/components/OnyxMiniSearch/OnyxMiniSearch.vue.d.ts +0 -15
- package/dist/components/OnyxMobileNavButton/OnyxMobileNavButton.vue.d.ts +0 -21
- package/dist/components/OnyxModalDialog/OnyxModalDialog.vue.d.ts +0 -32
- package/dist/components/OnyxModalDialog/examples/DefaultExample.vue.d.ts +0 -2
- package/dist/components/OnyxMoreList/OnyxMoreList.vue.d.ts +0 -29
- package/dist/components/OnyxNavAppArea/OnyxNavAppArea.vue.d.ts +0 -17
- package/dist/components/OnyxNavBar/AsyncTestCase.vue.d.ts +0 -2
- package/dist/components/OnyxNavBar/OnyxNavBar.vue.d.ts +0 -57
- package/dist/components/OnyxNavBar/TestCase.vue.d.ts +0 -3
- package/dist/components/OnyxNavBar/modules/OnyxColorSchemeDialog/OnyxColorSchemeDialog.vue.d.ts +0 -11
- package/dist/components/OnyxNavBar/modules/OnyxColorSchemeMenuItem/OnyxColorSchemeMenuItem.vue.d.ts +0 -8
- package/dist/components/OnyxNavBar/modules/OnyxMenuItem/OnyxMenuItem.vue.d.ts +0 -26
- package/dist/components/OnyxNavBar/modules/OnyxNavItem/OnyxNavItem.vue.d.ts +0 -27
- package/dist/components/OnyxNavBar/modules/OnyxNavItemFacade/OnyxNavItemFacade.vue.d.ts +0 -26
- package/dist/components/OnyxNavBar/modules/OnyxTimer/OnyxTimer.vue.d.ts +0 -12
- package/dist/components/OnyxNavBar/modules/OnyxUserMenu/OnyxUserMenu.vue.d.ts +0 -26
- package/dist/components/OnyxNotificationCard/OnyxNotificationCard.vue.d.ts +0 -27
- package/dist/components/OnyxNotificationDot/OnyxNotificationDot.vue.d.ts +0 -18
- package/dist/components/OnyxNotificationMessage/OnyxNotificationMessage.vue.d.ts +0 -25
- package/dist/components/OnyxNotifications/OnyxNotifications.vue.d.ts +0 -2
- package/dist/components/OnyxNotifications/examples/DefaultExample.vue.d.ts +0 -2
- package/dist/components/OnyxPageLayout/OnyxPageLayout.vue.d.ts +0 -36
- package/dist/components/OnyxPageLayout/examples/FooterExample.vue.d.ts +0 -2
- package/dist/components/OnyxPageLayout/examples/SidebarAndFooterExample.vue.d.ts +0 -2
- package/dist/components/OnyxPageLayout/examples/SidebarExample.vue.d.ts +0 -2
- package/dist/components/OnyxPageLayout/examples/SidebarRightExample.vue.d.ts +0 -2
- package/dist/components/OnyxPageLayout/examples/SidebarWithPageFooterExample.vue.d.ts +0 -2
- package/dist/components/OnyxPageLayout/examples/SkeletonExample.vue.d.ts +0 -2
- package/dist/components/OnyxPagination/OnyxPagination.vue.d.ts +0 -10
- package/dist/components/OnyxPagination/OnyxSelectPagination.vue.d.ts +0 -9
- package/dist/components/OnyxPopover/OnyxPopover.vue.d.ts +0 -26
- package/dist/components/OnyxPopover/OnyxPopoverTestCase.vue.d.ts +0 -9
- package/dist/components/OnyxProgressStep/OnyxProgressStep.vue.d.ts +0 -6
- package/dist/components/OnyxProgressSteps/OnyxProgressSteps.vue.d.ts +0 -13
- package/dist/components/OnyxProgressSteps/examples/DefaultExample.vue.d.ts +0 -2
- package/dist/components/OnyxProgressSteps/examples/SkeletonExample.vue.d.ts +0 -2
- package/dist/components/OnyxProgressSteps/examples/VerticalExample.vue.d.ts +0 -2
- package/dist/components/OnyxResizeHandle/OnyxResizeHandle.vue.d.ts +0 -16
- package/dist/components/OnyxResizeHandle/examples/DefaultExample.vue.d.ts +0 -2
- package/dist/components/OnyxResizeHandle/examples/LeftExample.vue.d.ts +0 -2
- package/dist/components/OnyxRipple/OnyxRipple.vue.d.ts +0 -4
- package/dist/components/OnyxRouterLink/OnyxRouterLink.vue.d.ts +0 -13
- package/dist/components/OnyxSelect/examples/CustomOptionsExample.vue.d.ts +0 -2
- package/dist/components/OnyxSelect/examples/CustomSearchExample.vue.d.ts +0 -2
- package/dist/components/OnyxSelect/examples/LazyLoadingExample.vue.d.ts +0 -2
- package/dist/components/OnyxSelect/examples/LoadMoreExample.vue.d.ts +0 -2
- package/dist/components/OnyxSelectDialog/examples/DefaultExample.vue.d.ts +0 -2
- package/dist/components/OnyxSelectOption/OnyxSelectOption.vue.d.ts +0 -19
- package/dist/components/OnyxSeparator/OnyxSeparator.vue.d.ts +0 -5
- package/dist/components/OnyxSidebar/OnyxSidebar.vue.d.ts +0 -33
- package/dist/components/OnyxSidebar/examples/DefaultExample.vue.d.ts +0 -2
- package/dist/components/OnyxSidebar/examples/DrawerExample.vue.d.ts +0 -2
- package/dist/components/OnyxSidebar/examples/GridExample.vue.d.ts +0 -2
- package/dist/components/OnyxSidebar/examples/ResizeExample.vue.d.ts +0 -2
- package/dist/components/OnyxSidebar/examples/RightExample.vue.d.ts +0 -2
- package/dist/components/OnyxSidebar/modules/OnyxSidebarItem/OnyxSidebarItem.vue.d.ts +0 -17
- package/dist/components/OnyxSkeleton/OnyxSkeleton.vue.d.ts +0 -2
- package/dist/components/OnyxStepper/OnyxStepper.vue.d.ts +0 -20
- package/dist/components/OnyxSwitch/OnyxSwitch.vue.d.ts +0 -20
- package/dist/components/OnyxSystemButton/OnyxSystemButton.vue.d.ts +0 -8
- package/dist/components/OnyxSystemButton/examples/FlyoutMenuExample.vue.d.ts +0 -2
- package/dist/components/OnyxSystemButton/examples/TooltipExample.vue.d.ts +0 -2
- package/dist/components/OnyxTab/OnyxTab.vue.d.ts +0 -22
- package/dist/components/OnyxTable/OnyxTable.vue.d.ts +0 -14
- package/dist/components/OnyxTable/examples/SkeletonExample.vue.d.ts +0 -2
- package/dist/components/OnyxTag/OnyxTag.vue.d.ts +0 -6
- package/dist/components/OnyxTextarea/OnyxTextarea.vue.d.ts +0 -21
- package/dist/components/OnyxToast/OnyxToast.vue.d.ts +0 -2
- package/dist/components/OnyxToast/examples/ToastExample.vue.d.ts +0 -2
- package/dist/components/OnyxToastMessage/OnyxToastMessage.vue.d.ts +0 -12
- package/dist/components/OnyxTooltip/OnyxTooltip.vue.d.ts +0 -33
- package/dist/components/OnyxVisuallyHidden/OnyxVisuallyHidden.vue.d.ts +0 -17
- package/dist/components/examples/ComponentShowcase/ComponentShowcase.vue.d.ts +0 -9
- package/dist/components/examples/GridPlayground/EditGridElementDialog/EditGridElementDialog.vue.d.ts +0 -27
- package/dist/components/examples/GridPlayground/GridBadge/GridBadge.vue.d.ts +0 -17
- package/dist/components/examples/GridPlayground/GridElement/GridElement.vue.d.ts +0 -27
- package/dist/components/examples/GridPlayground/GridOverlay/GridOverlay.vue.d.ts +0 -14
- package/dist/components/examples/GridPlayground/GridPlayground.vue.d.ts +0 -2
- package/dist/components/examples/NotificationCenter/NotificationCenter.vue.d.ts +0 -14
- package/dist/components/illustrations/OnyxErrorSVG/OnyxErrorSVG.vue.d.ts +0 -2
- package/dist/components/illustrations/OnyxFileUploadSVG/OnyxFileUploadSVG.vue.d.ts +0 -3
- package/dist/composables/AnimationTestCase.vue.d.ts +0 -2
- package/dist/composables/useAnchorPostionPolyfillTestCase.vue.d.ts +0 -2
- package/dist/index.cjs +0 -183
- package/src/i18n/locales/de-DE.json +0 -211
- package/src/i18n/locales/ko-KR.json +0 -27
|
@@ -1,19 +1,24 @@
|
|
|
1
|
-
import
|
|
2
|
-
import {
|
|
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(
|
|
7
|
-
expose(exposed: import(
|
|
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(
|
|
21
|
+
}>) => import('vue').VNode & {
|
|
17
22
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
18
23
|
};
|
|
19
24
|
export default _default;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
import
|
|
4
|
-
import
|
|
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
|
|
2
|
-
import
|
|
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
|
|
2
|
-
import
|
|
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;
|
|
@@ -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
|
|
2
|
-
import
|
|
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
|
+
};
|
|
@@ -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
|
+
};
|
|
@@ -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
|
|
2
|
-
import
|
|
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
|
|
2
|
-
import
|
|
3
|
-
import
|
|
4
|
-
import
|
|
5
|
-
import
|
|
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,17 +1,17 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
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(
|
|
8
|
-
expose(exposed: import(
|
|
9
|
-
input: Readonly<import(
|
|
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(
|
|
14
|
+
}>) => import('vue').VNode & {
|
|
15
15
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
16
16
|
};
|
|
17
17
|
export default _default;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import
|
|
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.
|
package/dist/components/OnyxCheckboxGroup/{OnyxCheckboxGroup.vue.d.ts → OnyxCheckboxGroup.d.vue.ts}
RENAMED
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
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(
|
|
7
|
-
expose(exposed: import(
|
|
8
|
-
inputs: import(
|
|
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(
|
|
13
|
+
}>) => import('vue').VNode & {
|
|
14
14
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
15
15
|
};
|
|
16
16
|
export default _default;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
import
|
|
4
|
-
import
|
|
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
|
|
2
|
-
import {
|
|
3
|
-
import
|
|
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(
|
|
6
|
-
expose(exposed: import(
|
|
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(
|
|
10
|
+
}>) => import('vue').VNode & {
|
|
11
11
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
12
12
|
};
|
|
13
13
|
export default _default;
|