sit-onyx 1.5.0 → 1.6.0-dev-20251216122743
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.d.vue.ts +1 -1
- package/dist/components/OnyxAccordionItem/OnyxAccordionItem.d.vue.ts +2 -2
- package/dist/components/OnyxAlertModal/OnyxAlertModal.d.vue.ts +3 -3
- package/dist/components/OnyxAppLayout/OnyxAppLayout.d.vue.ts +2 -2
- package/dist/components/OnyxAvatar/OnyxAvatar.d.vue.ts +2 -2
- package/dist/components/OnyxAvatarStack/OnyxAvatarStack.d.vue.ts +1 -1
- package/dist/components/OnyxBadge/OnyxBadge.d.vue.ts +2 -2
- package/dist/components/OnyxBasicDialog/OnyxBasicDialog.d.vue.ts +5 -5
- package/dist/components/OnyxBasicPopover/OnyxBasicPopover.d.vue.ts +6 -6
- package/dist/components/OnyxBottomBar/OnyxBottomBar.d.vue.ts +2 -2
- package/dist/components/OnyxBreadcrumb/OnyxBreadcrumb.d.vue.ts +2 -2
- package/dist/components/OnyxBreadcrumbItem/OnyxBreadcrumbItem.d.vue.ts +2 -2
- package/dist/components/OnyxButton/ButtonOrLinkLayout.d.vue.ts +2 -2
- package/dist/components/OnyxButton/OnyxButton.d.vue.ts +7 -7
- package/dist/components/OnyxCalendar/OnyxCalendar.d.vue.ts +1 -1
- package/dist/components/OnyxCalendarCell/OnyxCalendarCell.d.vue.ts +2 -2
- package/dist/components/OnyxCard/OnyxCard.d.vue.ts +2 -2
- package/dist/components/OnyxCheckbox/OnyxCheckbox.d.vue.ts +2 -2
- package/dist/components/OnyxCheckboxGroup/OnyxCheckboxGroup.d.vue.ts +2 -2
- package/dist/components/OnyxCodeTab/OnyxCodeTab.d.vue.ts +2 -2
- package/dist/components/OnyxCodeTabs/OnyxCodeTabs.d.vue.ts +1 -1
- package/dist/components/OnyxDataGrid/OnyxDataGrid.d.vue.ts +1 -1
- package/dist/components/OnyxDataGrid/OnyxDataGridRenderer/OnyxDataGridRenderer.d.vue.ts +1 -1
- package/dist/components/OnyxDataGrid/features/HeaderCell.d.vue.ts +1 -1
- package/dist/components/OnyxDataGrid/features/pagination/pagination.d.ts +3 -0
- package/dist/components/OnyxDataGrid/features/pagination/types.d.ts +9 -0
- package/dist/components/OnyxDataGrid/features/sorting/SortAction.d.vue.ts +1 -1
- package/dist/components/OnyxDatePicker/OnyxDatePicker.d.vue.ts +3 -3
- package/dist/components/OnyxDialog/OnyxDialog.d.vue.ts +3 -3
- package/dist/components/OnyxEmpty/OnyxEmpty.d.vue.ts +1 -1
- package/dist/components/OnyxErrorTooltip/OnyxErrorTooltip.d.vue.ts +1 -1
- package/dist/components/OnyxExternalLinkIcon/OnyxExternalLinkIcon.d.vue.ts +2 -2
- package/dist/components/OnyxFAB/OnyxFAB.d.vue.ts +3 -3
- package/dist/components/OnyxFABButton/OnyxFABButton.d.vue.ts +2 -2
- package/dist/components/OnyxFABItem/OnyxFABItem.d.vue.ts +1 -1
- package/dist/components/OnyxFileCard/OnyxFileCard.d.vue.ts +3 -3
- package/dist/components/OnyxFileTypeIcon/OnyxFileTypeIcon.d.vue.ts +1 -1
- package/dist/components/OnyxFileUpload/OnyxFileUpload.d.vue.ts +1 -1
- package/dist/components/OnyxFilterTag/OnyxFilterTag.d.vue.ts +3 -3
- package/dist/components/OnyxForm/OnyxForm.d.vue.ts +2 -2
- package/dist/components/OnyxFormElement/FormMessage.d.vue.ts +1 -1
- package/dist/components/OnyxFormElement/OnyxFormElement.d.vue.ts +1 -1
- package/dist/components/OnyxGlobalFAB/OnyxGlobalFAB.d.vue.ts +1 -1
- package/dist/components/OnyxGlobalSearch/OnyxGlobalSearch.d.vue.ts +20 -20
- package/dist/components/OnyxGlobalSearchGroup/OnyxGlobalSearchGroup.d.vue.ts +1 -1
- package/dist/components/OnyxGlobalSearchOption/OnyxGlobalSearchOption.d.vue.ts +2 -2
- package/dist/components/OnyxHeadline/OnyxHeadline.d.vue.ts +2 -2
- package/dist/components/OnyxIcon/OnyxIcon.d.vue.ts +1 -1
- package/dist/components/OnyxIconButton/OnyxIconButton.d.vue.ts +2 -2
- package/dist/components/OnyxImage/OnyxImage.d.vue.ts +2 -2
- package/dist/components/OnyxInfoCard/OnyxInfoCard.d.vue.ts +3 -3
- package/dist/components/OnyxInfoTooltip/OnyxInfoTooltip.d.vue.ts +3 -3
- package/dist/components/OnyxInput/OnyxInput.d.vue.ts +5 -5
- package/dist/components/OnyxItemsPerPage/OnyxItemsPerPage.d.vue.ts +14 -0
- package/dist/components/OnyxItemsPerPage/types.d.ts +35 -0
- package/dist/components/OnyxLink/OnyxLink.d.vue.ts +2 -2
- package/dist/components/OnyxListItem/OnyxListItem.d.vue.ts +2 -2
- package/dist/components/OnyxLoadingIndicator/OnyxCircleSpinner.d.vue.ts +1 -1
- package/dist/components/OnyxLoadingIndicator/OnyxLoadingDots.d.vue.ts +1 -1
- package/dist/components/OnyxLoadingIndicator/OnyxLoadingIndicator.d.vue.ts +2 -2
- package/dist/components/OnyxMiniSearch/OnyxMiniSearch.d.vue.ts +4 -4
- package/dist/components/OnyxMobileNavButton/OnyxMobileNavButton.d.vue.ts +3 -3
- package/dist/components/OnyxModal/OnyxModal.d.vue.ts +3 -3
- package/dist/components/OnyxMoreList/OnyxMoreList.d.vue.ts +4 -4
- package/dist/components/OnyxNavAppArea/OnyxNavAppArea.d.vue.ts +2 -2
- package/dist/components/OnyxNavBar/OnyxNavBar.d.vue.ts +4 -4
- package/dist/components/OnyxNavBar/modules/OnyxColorSchemeDialog/OnyxColorSchemeDialog.d.vue.ts +3 -3
- package/dist/components/OnyxNavBar/modules/OnyxColorSchemeMenuItem/OnyxColorSchemeMenuItem.d.vue.ts +3 -3
- package/dist/components/OnyxNavBar/modules/OnyxFlyoutMenu/OnyxFlyoutMenu.d.vue.ts +1 -1
- package/dist/components/OnyxNavBar/modules/OnyxLanguageMenuItem/OnyxLanguageMenuItem.d.vue.ts +1 -1
- package/dist/components/OnyxNavBar/modules/OnyxMenuItem/OnyxMenuItem.d.vue.ts +64 -64
- package/dist/components/OnyxNavBar/modules/OnyxNavItem/OnyxNavItem.d.vue.ts +29 -29
- package/dist/components/OnyxNavBar/modules/OnyxNavItemFacade/OnyxNavItemFacade.d.vue.ts +1 -1
- package/dist/components/OnyxNavBar/modules/OnyxTimer/OnyxTimer.d.vue.ts +5 -5
- package/dist/components/OnyxNavBar/modules/OnyxUserMenu/OnyxUserMenu.d.vue.ts +3 -3
- package/dist/components/OnyxNavBar/modules/OnyxUserMenu/UserMenuLayout.d.vue.ts +2 -2
- package/dist/components/OnyxNotificationCard/OnyxNotificationCard.d.vue.ts +2 -2
- package/dist/components/OnyxNotificationDot/OnyxNotificationDot.d.vue.ts +2 -2
- package/dist/components/OnyxNotificationMessage/OnyxNotificationMessage.d.vue.ts +3 -3
- package/dist/components/OnyxNotifications/OnyxNotifications.d.vue.ts +1 -1
- package/dist/components/OnyxPageLayout/OnyxPageLayout.d.vue.ts +2 -2
- package/dist/components/OnyxPagination/OnyxInlinePagination.d.vue.ts +3 -3
- package/dist/components/OnyxPagination/OnyxPagination.d.vue.ts +3 -3
- package/dist/components/OnyxPagination/OnyxSelectPagination.d.vue.ts +3 -3
- package/dist/components/OnyxProgressItem/OnyxProgressItem.d.vue.ts +2 -2
- package/dist/components/OnyxProgressSteps/OnyxProgressSteps.d.vue.ts +3 -3
- package/dist/components/OnyxRadioButton/OnyxRadioButton.d.vue.ts +2 -2
- package/dist/components/OnyxRadioGroup/OnyxRadioGroup.d.vue.ts +2 -2
- package/dist/components/OnyxResizeHandle/OnyxResizeHandle.d.vue.ts +3 -3
- package/dist/components/OnyxRipple/OnyxRipple.d.vue.ts +3 -3
- package/dist/components/OnyxRouterLink/OnyxRouterLink.d.vue.ts +2 -2
- package/dist/components/OnyxSegmentedControl/OnyxSegmentedControl.d.vue.ts +1 -1
- package/dist/components/OnyxSegmentedControlElement/OnyxSegmentedControlElement.d.vue.ts +2 -2
- package/dist/components/OnyxSelect/OnyxSelect.d.vue.ts +1 -1
- package/dist/components/OnyxSelectDialog/OnyxSelectDialog.d.vue.ts +1 -1
- package/dist/components/OnyxSelectInput/OnyxSelectInput.d.vue.ts +2 -2
- package/dist/components/OnyxSelectOption/OnyxSelectOption.d.vue.ts +2 -2
- package/dist/components/OnyxSeparator/OnyxSeparator.d.vue.ts +2 -2
- package/dist/components/OnyxSidebar/OnyxSidebar.d.vue.ts +31 -31
- package/dist/components/OnyxSidebar/modules/OnyxSidebarItem/OnyxSidebarItem.d.vue.ts +2 -2
- package/dist/components/OnyxSkeleton/OnyxSkeleton.d.vue.ts +1 -1
- package/dist/components/OnyxSlider/OnyxSlider.d.vue.ts +1 -1
- package/dist/components/OnyxSliderControl/OnyxSliderControl.d.vue.ts +4 -4
- package/dist/components/OnyxStepper/OnyxStepper.d.vue.ts +5 -5
- package/dist/components/OnyxSwitch/OnyxSwitch.d.vue.ts +5 -5
- package/dist/components/OnyxSystemButton/OnyxSystemButton.d.vue.ts +2 -2
- package/dist/components/OnyxTab/OnyxTab.d.vue.ts +2 -2
- package/dist/components/OnyxTable/OnyxTable.d.vue.ts +2 -2
- package/dist/components/OnyxTabs/OnyxTabs.d.vue.ts +1 -1
- package/dist/components/OnyxTag/OnyxTag.d.vue.ts +2 -2
- package/dist/components/OnyxTextarea/OnyxTextarea.d.vue.ts +5 -5
- package/dist/components/OnyxTimepicker/OnyxTimepicker.d.vue.ts +39 -39
- package/dist/components/OnyxTimepicker/OnyxTimepickerInput.d.vue.ts +3 -3
- package/dist/components/OnyxToast/OnyxToast.d.vue.ts +1 -1
- package/dist/components/OnyxToastMessage/OnyxToastMessage.d.vue.ts +3 -3
- package/dist/components/OnyxTooltip/OnyxTooltip.d.vue.ts +3 -3
- package/dist/components/OnyxVisuallyHidden/OnyxVisuallyHidden.d.vue.ts +2 -2
- package/dist/components/examples/ComponentShowcase/ComponentShowcase.d.vue.ts +3 -3
- package/dist/components/illustrations/OnyxErrorSVG/OnyxErrorSVG.d.vue.ts +1 -1
- package/dist/components/illustrations/OnyxFileUploadSVG/OnyxFileUploadSVG.d.vue.ts +1 -1
- package/dist/i18n/locales/de-DE.json +6 -0
- package/dist/i18n/locales/en-US.json +6 -0
- package/dist/i18n/locales/en-US.json.d.ts +6 -0
- package/dist/index.d.ts +2 -0
- package/dist/index.esm-bundler.js +595 -499
- package/dist/index.esm-bundler.js.map +1 -1
- package/dist/index.js +3014 -2945
- package/dist/style.css +1 -1
- package/package.json +6 -6
|
@@ -24,13 +24,13 @@ declare function __VLS_template(): {
|
|
|
24
24
|
rootEl: any;
|
|
25
25
|
};
|
|
26
26
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
27
|
-
declare const __VLS_component: import('vue').DefineComponent<OnyxUserMenuProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
27
|
+
declare const __VLS_component: import('vue', { with: { "resolution-mode": "import" } }).DefineComponent<OnyxUserMenuProps, {}, {}, {}, {}, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, {
|
|
28
28
|
"update:flyoutOpen": (value: boolean) => any;
|
|
29
|
-
}, string, import('vue').PublicProps, Readonly<OnyxUserMenuProps> & Readonly<{
|
|
29
|
+
}, string, import('vue', { with: { "resolution-mode": "import" } }).PublicProps, Readonly<OnyxUserMenuProps> & Readonly<{
|
|
30
30
|
"onUpdate:flyoutOpen"?: ((value: boolean) => any) | undefined;
|
|
31
31
|
}>, {
|
|
32
32
|
flyoutOpen: boolean | null;
|
|
33
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
33
|
+
}, {}, {}, {}, string, import('vue', { with: { "resolution-mode": "import" } }).ComponentProvideOptions, false, {}, any>;
|
|
34
34
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
35
35
|
export default _default;
|
|
36
36
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
@@ -2,7 +2,7 @@ import { Nullable, SelectOptionValue } from '../../../../types/index.js';
|
|
|
2
2
|
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<{
|
|
3
3
|
props: __VLS_PrettifyLocal<Pick<Partial<{}> & Omit<{
|
|
4
4
|
readonly "onUpdate:flyoutOpen"?: ((value: boolean) => any) | undefined;
|
|
5
|
-
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, never>, "onUpdate:flyoutOpen"> & {
|
|
5
|
+
} & import('vue', { with: { "resolution-mode": "import" } }).VNodeProps & import('vue', { with: { "resolution-mode": "import" } }).AllowedComponentProps & import('vue', { with: { "resolution-mode": "import" } }).ComponentCustomProps, never>, "onUpdate:flyoutOpen"> & {
|
|
6
6
|
/**
|
|
7
7
|
* If the mobile layout should be used instead of the desktop layout.
|
|
8
8
|
*/
|
|
@@ -15,7 +15,7 @@ declare const _default: <TValue extends SelectOptionValue = SelectOptionValue>(_
|
|
|
15
15
|
* Whether the flyout is disabled and can not be opened.
|
|
16
16
|
*/
|
|
17
17
|
disabled?: boolean;
|
|
18
|
-
} & Partial<{}>> & import('vue').PublicProps;
|
|
18
|
+
} & Partial<{}>> & import('vue', { with: { "resolution-mode": "import" } }).PublicProps;
|
|
19
19
|
expose(exposed: import('vue').ShallowUnwrapRef<{}>): void;
|
|
20
20
|
attrs: any;
|
|
21
21
|
slots: Readonly<{
|
|
@@ -36,9 +36,9 @@ declare function __VLS_template(): {
|
|
|
36
36
|
rootEl: HTMLDivElement;
|
|
37
37
|
};
|
|
38
38
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
39
|
-
declare const __VLS_component: import('vue').DefineComponent<OnyxNotificationCardProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<OnyxNotificationCardProps> & Readonly<{}>, {
|
|
39
|
+
declare const __VLS_component: import('vue', { with: { "resolution-mode": "import" } }).DefineComponent<OnyxNotificationCardProps, {}, {}, {}, {}, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, {}, string, import('vue', { with: { "resolution-mode": "import" } }).PublicProps, Readonly<OnyxNotificationCardProps> & Readonly<{}>, {
|
|
40
40
|
skeleton: import('../../composables/useSkeletonState.js', { with: { "resolution-mode": "import" } }).SkeletonInjected;
|
|
41
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
41
|
+
}, {}, {}, {}, string, import('vue', { with: { "resolution-mode": "import" } }).ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
42
42
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
43
43
|
export default _default;
|
|
44
44
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
@@ -16,10 +16,10 @@ declare function __VLS_template(): {
|
|
|
16
16
|
rootEl: HTMLDivElement;
|
|
17
17
|
};
|
|
18
18
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
19
|
-
declare const __VLS_component: import('vue').DefineComponent<OnyxNotificationDotProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<OnyxNotificationDotProps> & Readonly<{}>, {
|
|
19
|
+
declare const __VLS_component: import('vue', { with: { "resolution-mode": "import" } }).DefineComponent<OnyxNotificationDotProps, {}, {}, {}, {}, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, {}, string, import('vue', { with: { "resolution-mode": "import" } }).PublicProps, Readonly<OnyxNotificationDotProps> & Readonly<{}>, {
|
|
20
20
|
hidden: boolean;
|
|
21
21
|
color: "primary" | "neutral" | "danger" | "warning" | "success" | "info";
|
|
22
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
22
|
+
}, {}, {}, {}, string, import('vue', { with: { "resolution-mode": "import" } }).ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
23
23
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
24
24
|
export default _default;
|
|
25
25
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
@@ -24,13 +24,13 @@ declare function __VLS_template(): {
|
|
|
24
24
|
rootEl: HTMLDivElement;
|
|
25
25
|
};
|
|
26
26
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
27
|
-
declare const __VLS_component: import('vue').DefineComponent<OnyxNotificationMessageProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
27
|
+
declare const __VLS_component: import('vue', { with: { "resolution-mode": "import" } }).DefineComponent<OnyxNotificationMessageProps, {}, {}, {}, {}, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, {
|
|
28
28
|
close: () => any;
|
|
29
|
-
}, string, import('vue').PublicProps, Readonly<OnyxNotificationMessageProps> & Readonly<{
|
|
29
|
+
}, string, import('vue', { with: { "resolution-mode": "import" } }).PublicProps, Readonly<OnyxNotificationMessageProps> & Readonly<{
|
|
30
30
|
onClose?: (() => any) | undefined;
|
|
31
31
|
}>, {
|
|
32
32
|
duration: number;
|
|
33
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
33
|
+
}, {}, {}, {}, string, import('vue', { with: { "resolution-mode": "import" } }).ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
34
34
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
35
35
|
export default _default;
|
|
36
36
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
1
|
+
declare const _default: import('vue', { with: { "resolution-mode": "import" } }).DefineComponent<{}, {}, {}, {}, {}, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, {}, string, import('vue', { with: { "resolution-mode": "import" } }).PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue', { with: { "resolution-mode": "import" } }).ComponentProvideOptions, true, {}, any>;
|
|
2
2
|
export default _default;
|
|
@@ -54,9 +54,9 @@ declare function __VLS_template(): {
|
|
|
54
54
|
rootEl: HTMLDivElement;
|
|
55
55
|
};
|
|
56
56
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
57
|
-
declare const __VLS_component: import('vue').DefineComponent<OnyxPageLayoutProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<OnyxPageLayoutProps> & Readonly<{}>, {
|
|
57
|
+
declare const __VLS_component: import('vue', { with: { "resolution-mode": "import" } }).DefineComponent<OnyxPageLayoutProps, {}, {}, {}, {}, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, {}, string, import('vue', { with: { "resolution-mode": "import" } }).PublicProps, Readonly<OnyxPageLayoutProps> & Readonly<{}>, {
|
|
58
58
|
footerAlignment: "full" | "page";
|
|
59
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
59
|
+
}, {}, {}, {}, string, import('vue', { with: { "resolution-mode": "import" } }).ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
60
60
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
61
61
|
export default _default;
|
|
62
62
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { OnyxPaginationProps } from './types.js';
|
|
2
|
-
declare const _default: import('vue').DefineComponent<OnyxPaginationProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
2
|
+
declare const _default: import('vue', { with: { "resolution-mode": "import" } }).DefineComponent<OnyxPaginationProps, {}, {}, {}, {}, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, {
|
|
3
3
|
"update:modelValue": (page: number) => any;
|
|
4
|
-
}, string, import('vue').PublicProps, Readonly<OnyxPaginationProps> & Readonly<{
|
|
4
|
+
}, string, import('vue', { with: { "resolution-mode": "import" } }).PublicProps, Readonly<OnyxPaginationProps> & Readonly<{
|
|
5
5
|
"onUpdate:modelValue"?: ((page: number) => any) | undefined;
|
|
6
6
|
}>, {
|
|
7
7
|
skeleton: import('../../composables/useSkeletonState.js', { with: { "resolution-mode": "import" } }).SkeletonInjected;
|
|
8
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
8
|
+
}, {}, {}, {}, string, import('vue', { with: { "resolution-mode": "import" } }).ComponentProvideOptions, false, {}, any>;
|
|
9
9
|
export default _default;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { OnyxPaginationProps } from './types.js';
|
|
2
|
-
declare const _default: import('vue').DefineComponent<OnyxPaginationProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
2
|
+
declare const _default: import('vue', { with: { "resolution-mode": "import" } }).DefineComponent<OnyxPaginationProps, {}, {}, {}, {}, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, {
|
|
3
3
|
"update:modelValue": (page: number) => any;
|
|
4
|
-
}, string, import('vue').PublicProps, Readonly<OnyxPaginationProps> & Readonly<{
|
|
4
|
+
}, string, import('vue', { with: { "resolution-mode": "import" } }).PublicProps, Readonly<OnyxPaginationProps> & Readonly<{
|
|
5
5
|
"onUpdate:modelValue"?: ((page: number) => any) | undefined;
|
|
6
6
|
}>, {
|
|
7
7
|
skeleton: import('../../composables/useSkeletonState.js', { with: { "resolution-mode": "import" } }).SkeletonInjected;
|
|
8
8
|
disabled: boolean;
|
|
9
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
9
|
+
}, {}, {}, {}, string, import('vue', { with: { "resolution-mode": "import" } }).ComponentProvideOptions, false, {}, any>;
|
|
10
10
|
export default _default;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { OnyxPaginationProps } from './types.js';
|
|
2
|
-
declare const _default: import('vue').DefineComponent<OnyxPaginationProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
2
|
+
declare const _default: import('vue', { with: { "resolution-mode": "import" } }).DefineComponent<OnyxPaginationProps, {}, {}, {}, {}, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, {
|
|
3
3
|
"update:modelValue": (page: number) => any;
|
|
4
|
-
}, string, import('vue').PublicProps, Readonly<OnyxPaginationProps> & Readonly<{
|
|
4
|
+
}, string, import('vue', { with: { "resolution-mode": "import" } }).PublicProps, Readonly<OnyxPaginationProps> & Readonly<{
|
|
5
5
|
"onUpdate:modelValue"?: ((page: number) => any) | undefined;
|
|
6
6
|
}>, {
|
|
7
7
|
skeleton: import('../../composables/useSkeletonState.js', { with: { "resolution-mode": "import" } }).SkeletonInjected;
|
|
8
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
8
|
+
}, {}, {}, {}, string, import('vue', { with: { "resolution-mode": "import" } }).ComponentProvideOptions, false, {}, any>;
|
|
9
9
|
export default _default;
|
|
@@ -18,10 +18,10 @@ declare function __VLS_template(): {
|
|
|
18
18
|
rootEl: any;
|
|
19
19
|
};
|
|
20
20
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
21
|
-
declare const __VLS_component: import('vue').DefineComponent<OnyxProgressItemProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<OnyxProgressItemProps> & Readonly<{}>, {
|
|
21
|
+
declare const __VLS_component: import('vue', { with: { "resolution-mode": "import" } }).DefineComponent<OnyxProgressItemProps, {}, {}, {}, {}, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, {}, string, import('vue', { with: { "resolution-mode": "import" } }).PublicProps, Readonly<OnyxProgressItemProps> & Readonly<{}>, {
|
|
22
22
|
skeleton: import('../../composables/useSkeletonState.js', { with: { "resolution-mode": "import" } }).SkeletonInjected;
|
|
23
23
|
status: import('./types.js', { with: { "resolution-mode": "import" } }).ProgressItemStatus;
|
|
24
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
24
|
+
}, {}, {}, {}, string, import('vue', { with: { "resolution-mode": "import" } }).ComponentProvideOptions, false, {}, any>;
|
|
25
25
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
26
26
|
export default _default;
|
|
27
27
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
@@ -21,17 +21,17 @@ declare function __VLS_template(): {
|
|
|
21
21
|
rootEl: HTMLDivElement;
|
|
22
22
|
};
|
|
23
23
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
24
|
-
declare const __VLS_component: import('vue').DefineComponent<OnyxProgressStepsProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
24
|
+
declare const __VLS_component: import('vue', { with: { "resolution-mode": "import" } }).DefineComponent<OnyxProgressStepsProps, {}, {}, {}, {}, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, {
|
|
25
25
|
"update:modelValue": (value: number) => any;
|
|
26
26
|
"update:highestValue": (value: number) => any;
|
|
27
|
-
}, string, import('vue').PublicProps, Readonly<OnyxProgressStepsProps> & Readonly<{
|
|
27
|
+
}, string, import('vue', { with: { "resolution-mode": "import" } }).PublicProps, Readonly<OnyxProgressStepsProps> & Readonly<{
|
|
28
28
|
"onUpdate:modelValue"?: ((value: number) => any) | undefined;
|
|
29
29
|
"onUpdate:highestValue"?: ((value: number) => any) | undefined;
|
|
30
30
|
}>, {
|
|
31
31
|
skeleton: import('../../composables/useSkeletonState.js', { with: { "resolution-mode": "import" } }).SkeletonInjected;
|
|
32
32
|
modelValue: number;
|
|
33
33
|
orientation: import('../../index.js', { with: { "resolution-mode": "import" } }).Orientation;
|
|
34
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
34
|
+
}, {}, {}, {}, string, import('vue', { with: { "resolution-mode": "import" } }).ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
35
35
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
36
36
|
export default _default;
|
|
37
37
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
@@ -3,9 +3,9 @@ import { OnyxRadioButtonProps } 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
|
-
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, never>, "onValidityChange"> & OnyxRadioButtonProps<TValue> & Partial<{}>> & import('vue').PublicProps;
|
|
6
|
+
} & import('vue', { with: { "resolution-mode": "import" } }).VNodeProps & import('vue', { with: { "resolution-mode": "import" } }).AllowedComponentProps & import('vue', { with: { "resolution-mode": "import" } }).ComponentCustomProps, never>, "onValidityChange"> & OnyxRadioButtonProps<TValue> & Partial<{}>> & import('vue', { with: { "resolution-mode": "import" } }).PublicProps;
|
|
7
7
|
expose(exposed: import('vue').ShallowUnwrapRef<{
|
|
8
|
-
input: Readonly<import('vue').ShallowRef<HTMLInputElement | null>>;
|
|
8
|
+
input: Readonly<import('vue', { with: { "resolution-mode": "import" } }).ShallowRef<HTMLInputElement | null>>;
|
|
9
9
|
}>): void;
|
|
10
10
|
attrs: any;
|
|
11
11
|
slots: {};
|
|
@@ -4,9 +4,9 @@ declare const _default: <TValue extends SelectOptionValue>(__VLS_props: NonNulla
|
|
|
4
4
|
props: __VLS_PrettifyLocal<Pick<Partial<{}> & Omit<{
|
|
5
5
|
readonly onValidityChange?: ((validity: ValidityState) => any) | undefined;
|
|
6
6
|
readonly "onUpdate:modelValue"?: ((selected?: Nullable<TValue>) => any) | undefined;
|
|
7
|
-
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, never>, "onUpdate:modelValue" | "onValidityChange"> & OnyxRadioGroupProps<TValue> & Partial<{}>> & import('vue').PublicProps;
|
|
7
|
+
} & import('vue', { with: { "resolution-mode": "import" } }).VNodeProps & import('vue', { with: { "resolution-mode": "import" } }).AllowedComponentProps & import('vue', { with: { "resolution-mode": "import" } }).ComponentCustomProps, never>, "onUpdate:modelValue" | "onValidityChange"> & OnyxRadioGroupProps<TValue> & Partial<{}>> & import('vue', { with: { "resolution-mode": "import" } }).PublicProps;
|
|
8
8
|
expose(exposed: import('vue').ShallowUnwrapRef<{
|
|
9
|
-
inputs: import('vue').ComputedRef<HTMLInputElement[]>;
|
|
9
|
+
inputs: import('vue', { with: { "resolution-mode": "import" } }).ComputedRef<HTMLInputElement[]>;
|
|
10
10
|
}>): void;
|
|
11
11
|
attrs: any;
|
|
12
12
|
slots: {};
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { OnyxResizeHandleProps } from './types.js';
|
|
2
|
-
declare const _default: import('vue').DefineComponent<OnyxResizeHandleProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
2
|
+
declare const _default: import('vue', { with: { "resolution-mode": "import" } }).DefineComponent<OnyxResizeHandleProps, {}, {}, {}, {}, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, {
|
|
3
3
|
end: () => any;
|
|
4
4
|
start: () => any;
|
|
5
5
|
updateWidth: (width: number) => any;
|
|
6
6
|
autoSize: () => any;
|
|
7
|
-
}, string, import('vue').PublicProps, Readonly<OnyxResizeHandleProps> & Readonly<{
|
|
7
|
+
}, string, import('vue', { with: { "resolution-mode": "import" } }).PublicProps, Readonly<OnyxResizeHandleProps> & Readonly<{
|
|
8
8
|
onEnd?: (() => any) | undefined;
|
|
9
9
|
onStart?: (() => any) | undefined;
|
|
10
10
|
onUpdateWidth?: ((width: number) => any) | undefined;
|
|
@@ -12,5 +12,5 @@ declare const _default: import('vue').DefineComponent<OnyxResizeHandleProps, {},
|
|
|
12
12
|
}>, {
|
|
13
13
|
min: number;
|
|
14
14
|
alignment: import('./types.js', { with: { "resolution-mode": "import" } }).ResizeHandleAlignment;
|
|
15
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLButtonElement>;
|
|
15
|
+
}, {}, {}, {}, string, import('vue', { with: { "resolution-mode": "import" } }).ComponentProvideOptions, false, {}, HTMLButtonElement>;
|
|
16
16
|
export default _default;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
declare const _default: import('vue').DefineComponent<{}, {
|
|
2
|
-
events: import('vue').Ref<Record<string, (event: MouseEvent) => void>, Record<string, (event: MouseEvent) => void>>;
|
|
3
|
-
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {
|
|
1
|
+
declare const _default: import('vue', { with: { "resolution-mode": "import" } }).DefineComponent<{}, {
|
|
2
|
+
events: import('vue', { with: { "resolution-mode": "import" } }).Ref<Record<string, (event: MouseEvent) => void>, Record<string, (event: MouseEvent) => void>>;
|
|
3
|
+
}, {}, {}, {}, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, {}, string, import('vue', { with: { "resolution-mode": "import" } }).PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue', { with: { "resolution-mode": "import" } }).ComponentProvideOptions, true, {
|
|
4
4
|
rippleTriggerRef: HTMLSpanElement;
|
|
5
5
|
}, HTMLSpanElement>;
|
|
6
6
|
export default _default;
|
|
@@ -9,9 +9,9 @@ declare function __VLS_template(): {
|
|
|
9
9
|
rootEl: HTMLAnchorElement;
|
|
10
10
|
};
|
|
11
11
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
12
|
-
declare const __VLS_component: import('vue').DefineComponent<import('./types.js', { with: { "resolution-mode": "import" } }).SharedLinkProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('./types.js', { with: { "resolution-mode": "import" } }).SharedLinkProps> & Readonly<{}>, {
|
|
12
|
+
declare const __VLS_component: import('vue', { with: { "resolution-mode": "import" } }).DefineComponent<import('./types.js', { with: { "resolution-mode": "import" } }).SharedLinkProps, {}, {}, {}, {}, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, {}, string, import('vue', { with: { "resolution-mode": "import" } }).PublicProps, Readonly<import('./types.js', { with: { "resolution-mode": "import" } }).SharedLinkProps> & Readonly<{}>, {
|
|
13
13
|
target: import('./types.js', { with: { "resolution-mode": "import" } }).LinkTarget;
|
|
14
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLAnchorElement>;
|
|
14
|
+
}, {}, {}, {}, string, import('vue', { with: { "resolution-mode": "import" } }).ComponentProvideOptions, false, {}, HTMLAnchorElement>;
|
|
15
15
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
16
16
|
export default _default;
|
|
17
17
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
@@ -3,7 +3,7 @@ import { OnyxSegmentedControlProps } 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: TValue) => any) | undefined;
|
|
6
|
-
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, never>, "onUpdate:modelValue"> & OnyxSegmentedControlProps<TValue> & Partial<{}>> & import('vue').PublicProps;
|
|
6
|
+
} & import('vue', { with: { "resolution-mode": "import" } }).VNodeProps & import('vue', { with: { "resolution-mode": "import" } }).AllowedComponentProps & import('vue', { with: { "resolution-mode": "import" } }).ComponentCustomProps, never>, "onUpdate:modelValue"> & OnyxSegmentedControlProps<TValue> & Partial<{}>> & import('vue', { with: { "resolution-mode": "import" } }).PublicProps;
|
|
7
7
|
expose(exposed: import('vue').ShallowUnwrapRef<{}>): void;
|
|
8
8
|
attrs: any;
|
|
9
9
|
slots: {};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { OnyxSegmentedControlElement } from './types.js';
|
|
2
|
-
declare const _default: import('vue').DefineComponent<OnyxSegmentedControlElement, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<OnyxSegmentedControlElement> & Readonly<{}>, {
|
|
2
|
+
declare const _default: import('vue', { with: { "resolution-mode": "import" } }).DefineComponent<OnyxSegmentedControlElement, {}, {}, {}, {}, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, {}, string, import('vue', { with: { "resolution-mode": "import" } }).PublicProps, Readonly<OnyxSegmentedControlElement> & Readonly<{}>, {
|
|
3
3
|
disabled: import('../OnyxForm/OnyxForm.core.js', { with: { "resolution-mode": "import" } }).FormInjected<boolean>;
|
|
4
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
4
|
+
}, {}, {}, {}, string, import('vue', { with: { "resolution-mode": "import" } }).ComponentProvideOptions, false, {
|
|
5
5
|
inputRef: HTMLInputElement;
|
|
6
6
|
}, any>;
|
|
7
7
|
export default _default;
|
|
@@ -8,7 +8,7 @@ declare const _default: <TModelValue extends SelectOptionValue | SelectOptionVal
|
|
|
8
8
|
readonly "onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
9
9
|
readonly onLazyLoad?: (() => any) | undefined;
|
|
10
10
|
readonly "onUpdate:searchTerm"?: ((value: string) => any) | undefined;
|
|
11
|
-
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, never>, "onUpdate:modelValue" | "onUpdate:open" | "onValidityChange" | "onLazyLoad" | "onUpdate:searchTerm"> & OnyxSelectProps<TModelValue, TMultiple, TValue> & Partial<{}>> & import('vue').PublicProps;
|
|
11
|
+
} & import('vue', { with: { "resolution-mode": "import" } }).VNodeProps & import('vue', { with: { "resolution-mode": "import" } }).AllowedComponentProps & import('vue', { with: { "resolution-mode": "import" } }).ComponentCustomProps, never>, "onUpdate:modelValue" | "onUpdate:open" | "onValidityChange" | "onLazyLoad" | "onUpdate:searchTerm"> & OnyxSelectProps<TModelValue, TMultiple, TValue> & Partial<{}>> & import('vue', { with: { "resolution-mode": "import" } }).PublicProps;
|
|
12
12
|
expose(exposed: import('vue').ShallowUnwrapRef<{
|
|
13
13
|
input: ComputedRef<HTMLInputElement | null | undefined>;
|
|
14
14
|
}>): void;
|
|
@@ -4,7 +4,7 @@ declare const _default: <TValue extends string>(__VLS_props: NonNullable<Awaited
|
|
|
4
4
|
props: __VLS_PrettifyLocal<Pick<Partial<{}> & Omit<{
|
|
5
5
|
readonly "onUpdate:modelValue"?: ((value: TValue) => any) | undefined;
|
|
6
6
|
readonly "onUpdate:open"?: ((open: Nullable<boolean>) => any) | undefined;
|
|
7
|
-
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, never>, "onUpdate:modelValue" | "onUpdate:open"> & OnyxSelectDialogProps<TValue> & Partial<{}>> & import('vue').PublicProps;
|
|
7
|
+
} & import('vue', { with: { "resolution-mode": "import" } }).VNodeProps & import('vue', { with: { "resolution-mode": "import" } }).AllowedComponentProps & import('vue', { with: { "resolution-mode": "import" } }).ComponentCustomProps, never>, "onUpdate:modelValue" | "onUpdate:open"> & OnyxSelectDialogProps<TValue> & Partial<{}>> & import('vue', { with: { "resolution-mode": "import" } }).PublicProps;
|
|
8
8
|
expose(exposed: import('vue').ShallowUnwrapRef<{}>): void;
|
|
9
9
|
attrs: any;
|
|
10
10
|
slots: Readonly<{
|
|
@@ -4,9 +4,9 @@ declare const _default: <TValue extends SelectOptionValue>(__VLS_props: NonNulla
|
|
|
4
4
|
props: __VLS_PrettifyLocal<Pick<Partial<{}> & Omit<{
|
|
5
5
|
readonly onValidityChange?: ((validity: ValidityState) => any) | undefined;
|
|
6
6
|
readonly onInputClick?: (() => any) | undefined;
|
|
7
|
-
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, never>, "onValidityChange" | "onInputClick"> & OnyxSelectInputProps & Partial<{}>> & import('vue').PublicProps;
|
|
7
|
+
} & import('vue', { with: { "resolution-mode": "import" } }).VNodeProps & import('vue', { with: { "resolution-mode": "import" } }).AllowedComponentProps & import('vue', { with: { "resolution-mode": "import" } }).ComponentCustomProps, never>, "onValidityChange" | "onInputClick"> & OnyxSelectInputProps & Partial<{}>> & import('vue', { with: { "resolution-mode": "import" } }).PublicProps;
|
|
8
8
|
expose(exposed: import('vue').ShallowUnwrapRef<{
|
|
9
|
-
input: Readonly<import('vue').ShallowRef<HTMLInputElement | null>>;
|
|
9
|
+
input: Readonly<import('vue', { with: { "resolution-mode": "import" } }).ShallowRef<HTMLInputElement | null>>;
|
|
10
10
|
}>): void;
|
|
11
11
|
attrs: any;
|
|
12
12
|
slots: {};
|
|
@@ -16,11 +16,11 @@ declare function __VLS_template(): {
|
|
|
16
16
|
rootEl: HTMLLIElement;
|
|
17
17
|
};
|
|
18
18
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
19
|
-
declare const __VLS_component: import('vue').DefineComponent<OnyxSelectOptionProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<OnyxSelectOptionProps> & Readonly<{}>, {
|
|
19
|
+
declare const __VLS_component: import('vue', { with: { "resolution-mode": "import" } }).DefineComponent<OnyxSelectOptionProps, {}, {}, {}, {}, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, {}, string, import('vue', { with: { "resolution-mode": "import" } }).PublicProps, Readonly<OnyxSelectOptionProps> & Readonly<{}>, {
|
|
20
20
|
multiple: boolean;
|
|
21
21
|
active: boolean;
|
|
22
22
|
truncation: import('../../index.js', { with: { "resolution-mode": "import" } }).TruncationType;
|
|
23
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLLIElement>;
|
|
23
|
+
}, {}, {}, {}, string, import('vue', { with: { "resolution-mode": "import" } }).ComponentProvideOptions, false, {}, HTMLLIElement>;
|
|
24
24
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
25
25
|
export default _default;
|
|
26
26
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { OnyxSeparatorProps } from './types.js';
|
|
2
|
-
declare const _default: import('vue').DefineComponent<OnyxSeparatorProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<OnyxSeparatorProps> & Readonly<{}>, {
|
|
2
|
+
declare const _default: import('vue', { with: { "resolution-mode": "import" } }).DefineComponent<OnyxSeparatorProps, {}, {}, {}, {}, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, {}, string, import('vue', { with: { "resolution-mode": "import" } }).PublicProps, Readonly<OnyxSeparatorProps> & Readonly<{}>, {
|
|
3
3
|
orientation: import('../../index.js', { with: { "resolution-mode": "import" } }).Orientation;
|
|
4
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
4
|
+
}, {}, {}, {}, string, import('vue', { with: { "resolution-mode": "import" } }).ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
5
5
|
export default _default;
|
|
@@ -39,7 +39,7 @@ declare function __VLS_template(): {
|
|
|
39
39
|
refs: {
|
|
40
40
|
sidebarRef: HTMLElement;
|
|
41
41
|
modalRef: ({
|
|
42
|
-
$: import('vue').ComponentInternalInstance;
|
|
42
|
+
$: import('vue', { with: { "resolution-mode": "import" } }).ComponentInternalInstance;
|
|
43
43
|
$data: {};
|
|
44
44
|
$props: {
|
|
45
45
|
readonly label: string;
|
|
@@ -48,7 +48,7 @@ declare function __VLS_template(): {
|
|
|
48
48
|
readonly open?: import('../../index.js', { with: { "resolution-mode": "import" } }).Nullable<boolean>;
|
|
49
49
|
readonly nonDismissible?: boolean | undefined;
|
|
50
50
|
readonly "onUpdate:open"?: ((open: boolean) => any) | undefined;
|
|
51
|
-
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
|
51
|
+
} & import('vue', { with: { "resolution-mode": "import" } }).VNodeProps & import('vue', { with: { "resolution-mode": "import" } }).AllowedComponentProps & import('vue', { with: { "resolution-mode": "import" } }).ComponentCustomProps;
|
|
52
52
|
$attrs: {
|
|
53
53
|
[x: string]: unknown;
|
|
54
54
|
};
|
|
@@ -56,18 +56,18 @@ declare function __VLS_template(): {
|
|
|
56
56
|
[x: string]: unknown;
|
|
57
57
|
};
|
|
58
58
|
$slots: Readonly<{
|
|
59
|
-
[name: string]: import('vue').Slot<any> | undefined;
|
|
59
|
+
[name: string]: import('vue', { with: { "resolution-mode": "import" } }).Slot<any> | undefined;
|
|
60
60
|
}>;
|
|
61
|
-
$root: import('vue').ComponentPublicInstance | null;
|
|
62
|
-
$parent: import('vue').ComponentPublicInstance | null;
|
|
61
|
+
$root: import('vue', { with: { "resolution-mode": "import" } }).ComponentPublicInstance | null;
|
|
62
|
+
$parent: import('vue', { with: { "resolution-mode": "import" } }).ComponentPublicInstance | null;
|
|
63
63
|
$host: Element | null;
|
|
64
64
|
$emit: (event: "update:open", open: boolean) => void;
|
|
65
65
|
$el: any;
|
|
66
|
-
$options: import('vue').ComponentOptionsBase<Readonly<import('../OnyxModal/types.js', { with: { "resolution-mode": "import" } }).OnyxModalProps> & Readonly<{
|
|
66
|
+
$options: import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsBase<Readonly<import('../OnyxModal/types.js', { with: { "resolution-mode": "import" } }).OnyxModalProps> & Readonly<{
|
|
67
67
|
"onUpdate:open"?: ((open: boolean) => any) | undefined;
|
|
68
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
68
|
+
}>, {}, {}, {}, {}, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, {
|
|
69
69
|
"update:open": (open: boolean) => any;
|
|
70
|
-
}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
70
|
+
}, string, {}, {}, string, {}, import('vue', { with: { "resolution-mode": "import" } }).GlobalComponents, import('vue', { with: { "resolution-mode": "import" } }).GlobalDirectives, string, import('vue', { with: { "resolution-mode": "import" } }).ComponentProvideOptions> & {
|
|
71
71
|
beforeCreate?: (() => void) | (() => void)[];
|
|
72
72
|
created?: (() => void) | (() => void)[];
|
|
73
73
|
beforeMount?: (() => void) | (() => void)[];
|
|
@@ -80,16 +80,16 @@ declare function __VLS_template(): {
|
|
|
80
80
|
beforeUnmount?: (() => void) | (() => void)[];
|
|
81
81
|
destroyed?: (() => void) | (() => void)[];
|
|
82
82
|
unmounted?: (() => void) | (() => void)[];
|
|
83
|
-
renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
|
84
|
-
renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
|
85
|
-
errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
83
|
+
renderTracked?: ((e: import('vue', { with: { "resolution-mode": "import" } }).DebuggerEvent) => void) | ((e: import('vue', { with: { "resolution-mode": "import" } }).DebuggerEvent) => void)[];
|
|
84
|
+
renderTriggered?: ((e: import('vue', { with: { "resolution-mode": "import" } }).DebuggerEvent) => void) | ((e: import('vue', { with: { "resolution-mode": "import" } }).DebuggerEvent) => void)[];
|
|
85
|
+
errorCaptured?: ((err: unknown, instance: import('vue', { with: { "resolution-mode": "import" } }).ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue', { with: { "resolution-mode": "import" } }).ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
86
86
|
};
|
|
87
87
|
$forceUpdate: () => void;
|
|
88
|
-
$nextTick: typeof import('vue').nextTick;
|
|
89
|
-
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
|
|
88
|
+
$nextTick: typeof import('vue', { with: { "resolution-mode": "import" } }).nextTick;
|
|
89
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue', { with: { "resolution-mode": "import" } }).WatchOptions): import('vue', { with: { "resolution-mode": "import" } }).WatchStopHandle;
|
|
90
90
|
} & Readonly<{}> & Omit<Readonly<import('../OnyxModal/types.js', { with: { "resolution-mode": "import" } }).OnyxModalProps> & Readonly<{
|
|
91
91
|
"onUpdate:open"?: ((open: boolean) => any) | undefined;
|
|
92
|
-
}>, never> & import('vue').ShallowUnwrapRef<{}> & {} & import('vue').ComponentCustomProperties & {} & {
|
|
92
|
+
}>, never> & import('vue', { with: { "resolution-mode": "import" } }).ShallowUnwrapRef<{}> & {} & import('vue', { with: { "resolution-mode": "import" } }).ComponentCustomProperties & {} & {
|
|
93
93
|
$slots: Readonly<{
|
|
94
94
|
default(): unknown;
|
|
95
95
|
headline?(bindings: Pick<import('../OnyxModal/types.js', { with: { "resolution-mode": "import" } }).OnyxModalProps, "label">): unknown;
|
|
@@ -106,18 +106,18 @@ declare function __VLS_template(): {
|
|
|
106
106
|
rootEl: any;
|
|
107
107
|
};
|
|
108
108
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
109
|
-
declare const __VLS_component: import('vue').DefineComponent<OnyxSidebarProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
109
|
+
declare const __VLS_component: import('vue', { with: { "resolution-mode": "import" } }).DefineComponent<OnyxSidebarProps, {}, {}, {}, {}, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, {
|
|
110
110
|
close: () => any;
|
|
111
|
-
}, string, import('vue').PublicProps, Readonly<OnyxSidebarProps> & Readonly<{
|
|
111
|
+
}, string, import('vue', { with: { "resolution-mode": "import" } }).PublicProps, Readonly<OnyxSidebarProps> & Readonly<{
|
|
112
112
|
onClose?: (() => any) | undefined;
|
|
113
113
|
}>, {
|
|
114
114
|
alignment: import('./types.js', { with: { "resolution-mode": "import" } }).SidebarAlignment;
|
|
115
115
|
resizable: boolean;
|
|
116
116
|
collapseSidebar: import('../../utils/breakpoints.js', { with: { "resolution-mode": "import" } }).OnyxBreakpoint | number | false;
|
|
117
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
117
|
+
}, {}, {}, {}, string, import('vue', { with: { "resolution-mode": "import" } }).ComponentProvideOptions, false, {
|
|
118
118
|
sidebarRef: HTMLElement;
|
|
119
119
|
modalRef: ({
|
|
120
|
-
$: import('vue').ComponentInternalInstance;
|
|
120
|
+
$: import('vue', { with: { "resolution-mode": "import" } }).ComponentInternalInstance;
|
|
121
121
|
$data: {};
|
|
122
122
|
$props: {
|
|
123
123
|
readonly label: string;
|
|
@@ -126,7 +126,7 @@ declare const __VLS_component: import('vue').DefineComponent<OnyxSidebarProps, {
|
|
|
126
126
|
readonly open?: import('../../index.js', { with: { "resolution-mode": "import" } }).Nullable<boolean>;
|
|
127
127
|
readonly nonDismissible?: boolean | undefined;
|
|
128
128
|
readonly "onUpdate:open"?: ((open: boolean) => any) | undefined;
|
|
129
|
-
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
|
129
|
+
} & import('vue', { with: { "resolution-mode": "import" } }).VNodeProps & import('vue', { with: { "resolution-mode": "import" } }).AllowedComponentProps & import('vue', { with: { "resolution-mode": "import" } }).ComponentCustomProps;
|
|
130
130
|
$attrs: {
|
|
131
131
|
[x: string]: unknown;
|
|
132
132
|
};
|
|
@@ -134,18 +134,18 @@ declare const __VLS_component: import('vue').DefineComponent<OnyxSidebarProps, {
|
|
|
134
134
|
[x: string]: unknown;
|
|
135
135
|
};
|
|
136
136
|
$slots: Readonly<{
|
|
137
|
-
[name: string]: import('vue').Slot<any> | undefined;
|
|
137
|
+
[name: string]: import('vue', { with: { "resolution-mode": "import" } }).Slot<any> | undefined;
|
|
138
138
|
}>;
|
|
139
|
-
$root: import('vue').ComponentPublicInstance | null;
|
|
140
|
-
$parent: import('vue').ComponentPublicInstance | null;
|
|
139
|
+
$root: import('vue', { with: { "resolution-mode": "import" } }).ComponentPublicInstance | null;
|
|
140
|
+
$parent: import('vue', { with: { "resolution-mode": "import" } }).ComponentPublicInstance | null;
|
|
141
141
|
$host: Element | null;
|
|
142
142
|
$emit: (event: "update:open", open: boolean) => void;
|
|
143
143
|
$el: any;
|
|
144
|
-
$options: import('vue').ComponentOptionsBase<Readonly<import('../OnyxModal/types.js', { with: { "resolution-mode": "import" } }).OnyxModalProps> & Readonly<{
|
|
144
|
+
$options: import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsBase<Readonly<import('../OnyxModal/types.js', { with: { "resolution-mode": "import" } }).OnyxModalProps> & Readonly<{
|
|
145
145
|
"onUpdate:open"?: ((open: boolean) => any) | undefined;
|
|
146
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
146
|
+
}>, {}, {}, {}, {}, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, {
|
|
147
147
|
"update:open": (open: boolean) => any;
|
|
148
|
-
}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
148
|
+
}, string, {}, {}, string, {}, import('vue', { with: { "resolution-mode": "import" } }).GlobalComponents, import('vue', { with: { "resolution-mode": "import" } }).GlobalDirectives, string, import('vue', { with: { "resolution-mode": "import" } }).ComponentProvideOptions> & {
|
|
149
149
|
beforeCreate?: (() => void) | (() => void)[];
|
|
150
150
|
created?: (() => void) | (() => void)[];
|
|
151
151
|
beforeMount?: (() => void) | (() => void)[];
|
|
@@ -158,16 +158,16 @@ declare const __VLS_component: import('vue').DefineComponent<OnyxSidebarProps, {
|
|
|
158
158
|
beforeUnmount?: (() => void) | (() => void)[];
|
|
159
159
|
destroyed?: (() => void) | (() => void)[];
|
|
160
160
|
unmounted?: (() => void) | (() => void)[];
|
|
161
|
-
renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
|
162
|
-
renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
|
163
|
-
errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
161
|
+
renderTracked?: ((e: import('vue', { with: { "resolution-mode": "import" } }).DebuggerEvent) => void) | ((e: import('vue', { with: { "resolution-mode": "import" } }).DebuggerEvent) => void)[];
|
|
162
|
+
renderTriggered?: ((e: import('vue', { with: { "resolution-mode": "import" } }).DebuggerEvent) => void) | ((e: import('vue', { with: { "resolution-mode": "import" } }).DebuggerEvent) => void)[];
|
|
163
|
+
errorCaptured?: ((err: unknown, instance: import('vue', { with: { "resolution-mode": "import" } }).ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue', { with: { "resolution-mode": "import" } }).ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
164
164
|
};
|
|
165
165
|
$forceUpdate: () => void;
|
|
166
|
-
$nextTick: typeof import('vue').nextTick;
|
|
167
|
-
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
|
|
166
|
+
$nextTick: typeof import('vue', { with: { "resolution-mode": "import" } }).nextTick;
|
|
167
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue', { with: { "resolution-mode": "import" } }).WatchOptions): import('vue', { with: { "resolution-mode": "import" } }).WatchStopHandle;
|
|
168
168
|
} & Readonly<{}> & Omit<Readonly<import('../OnyxModal/types.js', { with: { "resolution-mode": "import" } }).OnyxModalProps> & Readonly<{
|
|
169
169
|
"onUpdate:open"?: ((open: boolean) => any) | undefined;
|
|
170
|
-
}>, never> & import('vue').ShallowUnwrapRef<{}> & {} & import('vue').ComponentCustomProperties & {} & {
|
|
170
|
+
}>, never> & import('vue', { with: { "resolution-mode": "import" } }).ShallowUnwrapRef<{}> & {} & import('vue', { with: { "resolution-mode": "import" } }).ComponentCustomProperties & {} & {
|
|
171
171
|
$slots: Readonly<{
|
|
172
172
|
default(): unknown;
|
|
173
173
|
headline?(bindings: Pick<import('../OnyxModal/types.js', { with: { "resolution-mode": "import" } }).OnyxModalProps, "label">): unknown;
|
|
@@ -16,9 +16,9 @@ declare function __VLS_template(): {
|
|
|
16
16
|
rootEl: any;
|
|
17
17
|
};
|
|
18
18
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
19
|
-
declare const __VLS_component: import('vue').DefineComponent<OnyxSidebarItemProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<OnyxSidebarItemProps> & Readonly<{}>, {
|
|
19
|
+
declare const __VLS_component: import('vue', { with: { "resolution-mode": "import" } }).DefineComponent<OnyxSidebarItemProps, {}, {}, {}, {}, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, {}, string, import('vue', { with: { "resolution-mode": "import" } }).PublicProps, Readonly<OnyxSidebarItemProps> & Readonly<{}>, {
|
|
20
20
|
active: boolean | "auto";
|
|
21
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
21
|
+
}, {}, {}, {}, string, import('vue', { with: { "resolution-mode": "import" } }).ComponentProvideOptions, false, {}, any>;
|
|
22
22
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
23
23
|
export default _default;
|
|
24
24
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLElement>;
|
|
1
|
+
declare const _default: import('vue', { with: { "resolution-mode": "import" } }).DefineComponent<{}, {}, {}, {}, {}, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, {}, string, import('vue', { with: { "resolution-mode": "import" } }).PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue', { with: { "resolution-mode": "import" } }).ComponentProvideOptions, true, {}, HTMLElement>;
|
|
2
2
|
export default _default;
|
|
@@ -7,7 +7,7 @@ declare const _default: <TSliderMode extends SliderMode>(__VLS_props: NonNullabl
|
|
|
7
7
|
props: __VLS_PrettifyLocal<Pick<Partial<{}> & Omit<{
|
|
8
8
|
readonly onValidityChange?: ((validity: ValidityState) => any) | undefined;
|
|
9
9
|
readonly "onUpdate:modelValue"?: ((value: SliderValue<TSliderMode>) => any) | undefined;
|
|
10
|
-
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, never>, "onUpdate:modelValue" | "onValidityChange"> & OnyxSliderProps<TSliderMode> & Partial<{}>> & import('vue').PublicProps;
|
|
10
|
+
} & import('vue', { with: { "resolution-mode": "import" } }).VNodeProps & import('vue', { with: { "resolution-mode": "import" } }).AllowedComponentProps & import('vue', { with: { "resolution-mode": "import" } }).ComponentCustomProps, never>, "onUpdate:modelValue" | "onValidityChange"> & OnyxSliderProps<TSliderMode> & Partial<{}>> & import('vue', { with: { "resolution-mode": "import" } }).PublicProps;
|
|
11
11
|
expose(exposed: import('vue').ShallowUnwrapRef<{}>): void;
|
|
12
12
|
attrs: any;
|
|
13
13
|
slots: {};
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* @experimental
|
|
3
3
|
* @deprecated This component is still under active development and its API might change in patch releases.
|
|
4
4
|
*/
|
|
5
|
-
declare const _default: import('vue').DefineComponent<(import('../../composables/density.js', { with: { "resolution-mode": "import" } }).DensityProp & import('./types.js', { with: { "resolution-mode": "import" } }).OnyxSliderControlValueProps & {
|
|
5
|
+
declare const _default: import('vue', { with: { "resolution-mode": "import" } }).DefineComponent<(import('../../composables/density.js', { with: { "resolution-mode": "import" } }).DensityProp & import('./types.js', { with: { "resolution-mode": "import" } }).OnyxSliderControlValueProps & {
|
|
6
6
|
modelValue: number;
|
|
7
7
|
disabled?: boolean;
|
|
8
8
|
}) | (import('../../composables/density.js', { with: { "resolution-mode": "import" } }).DensityProp & import('./types.js', { with: { "resolution-mode": "import" } }).OnyxSliderControlIconProps & {
|
|
@@ -11,9 +11,9 @@ declare const _default: import('vue').DefineComponent<(import('../../composables
|
|
|
11
11
|
}) | (import('../../composables/density.js', { with: { "resolution-mode": "import" } }).DensityProp & import('./types.js', { with: { "resolution-mode": "import" } }).OnyxSliderControlInputProps & {
|
|
12
12
|
modelValue: number;
|
|
13
13
|
disabled?: boolean;
|
|
14
|
-
}), {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
14
|
+
}), {}, {}, {}, {}, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, {
|
|
15
15
|
"update:modelValue": (value: number) => any;
|
|
16
|
-
}, string, import('vue').PublicProps, Readonly<(import('../../composables/density.js', { with: { "resolution-mode": "import" } }).DensityProp & import('./types.js', { with: { "resolution-mode": "import" } }).OnyxSliderControlValueProps & {
|
|
16
|
+
}, string, import('vue', { with: { "resolution-mode": "import" } }).PublicProps, Readonly<(import('../../composables/density.js', { with: { "resolution-mode": "import" } }).DensityProp & import('./types.js', { with: { "resolution-mode": "import" } }).OnyxSliderControlValueProps & {
|
|
17
17
|
modelValue: number;
|
|
18
18
|
disabled?: boolean;
|
|
19
19
|
}) | (import('../../composables/density.js', { with: { "resolution-mode": "import" } }).DensityProp & import('./types.js', { with: { "resolution-mode": "import" } }).OnyxSliderControlIconProps & {
|
|
@@ -24,5 +24,5 @@ declare const _default: import('vue').DefineComponent<(import('../../composables
|
|
|
24
24
|
disabled?: boolean;
|
|
25
25
|
})> & Readonly<{
|
|
26
26
|
"onUpdate:modelValue"?: ((value: number) => any) | undefined;
|
|
27
|
-
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
27
|
+
}>, {}, {}, {}, {}, string, import('vue', { with: { "resolution-mode": "import" } }).ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
28
28
|
export default _default;
|