sit-onyx 1.5.0 → 1.6.0-dev-20251216104923
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 +560 -464
- package/dist/index.esm-bundler.js.map +1 -1
- package/dist/index.js +3014 -2945
- package/dist/style.css +1 -1
- package/package.json +7 -7
|
@@ -2,7 +2,7 @@ import { OnyxAccordionProps } from './types.js';
|
|
|
2
2
|
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<{
|
|
3
3
|
props: __VLS_PrettifyLocal<Pick<Partial<{}> & Omit<{
|
|
4
4
|
readonly "onUpdate:modelValue"?: ((value: TValue[]) => any) | undefined;
|
|
5
|
-
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, never>, "onUpdate:modelValue"> & OnyxAccordionProps<TValue> & Partial<{}>> & import('vue').PublicProps;
|
|
5
|
+
} & import('vue', { with: { "resolution-mode": "import" } }).VNodeProps & import('vue', { with: { "resolution-mode": "import" } }).AllowedComponentProps & import('vue', { with: { "resolution-mode": "import" } }).ComponentCustomProps, never>, "onUpdate:modelValue"> & OnyxAccordionProps<TValue> & Partial<{}>> & import('vue', { with: { "resolution-mode": "import" } }).PublicProps;
|
|
6
6
|
expose(exposed: import('vue').ShallowUnwrapRef<{}>): void;
|
|
7
7
|
attrs: any;
|
|
8
8
|
slots: Readonly<{
|
|
@@ -24,10 +24,10 @@ 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<OnyxAccordionItemProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<OnyxAccordionItemProps> & Readonly<{}>, {
|
|
27
|
+
declare const __VLS_component: import('vue', { with: { "resolution-mode": "import" } }).DefineComponent<OnyxAccordionItemProps, {}, {}, {}, {}, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, {}, string, import('vue', { with: { "resolution-mode": "import" } }).PublicProps, Readonly<OnyxAccordionItemProps> & Readonly<{}>, {
|
|
28
28
|
skeleton: import('../../composables/useSkeletonState.js', { with: { "resolution-mode": "import" } }).SkeletonInjected;
|
|
29
29
|
disabled: boolean;
|
|
30
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
30
|
+
}, {}, {}, {}, string, import('vue', { with: { "resolution-mode": "import" } }).ComponentProvideOptions, false, {}, any>;
|
|
31
31
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
32
32
|
export default _default;
|
|
33
33
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
@@ -53,13 +53,13 @@ declare function __VLS_template(): {
|
|
|
53
53
|
rootEl: any;
|
|
54
54
|
};
|
|
55
55
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
56
|
-
declare const __VLS_component: import('vue').DefineComponent<OnyxAlertModalProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
56
|
+
declare const __VLS_component: import('vue', { with: { "resolution-mode": "import" } }).DefineComponent<OnyxAlertModalProps, {}, {}, {}, {}, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, {
|
|
57
57
|
"update:open": (open: Nullable<boolean>) => any;
|
|
58
|
-
}, string, import('vue').PublicProps, Readonly<OnyxAlertModalProps> & Readonly<{
|
|
58
|
+
}, string, import('vue', { with: { "resolution-mode": "import" } }).PublicProps, Readonly<OnyxAlertModalProps> & Readonly<{
|
|
59
59
|
"onUpdate:open"?: ((open: Nullable<boolean>) => any) | undefined;
|
|
60
60
|
}>, {
|
|
61
61
|
icon: Pick<import('../OnyxIcon/types.js', { with: { "resolution-mode": "import" } }).OnyxIconProps, "icon" | "color">;
|
|
62
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
62
|
+
}, {}, {}, {}, string, import('vue', { with: { "resolution-mode": "import" } }).ComponentProvideOptions, false, {}, any>;
|
|
63
63
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
64
64
|
export default _default;
|
|
65
65
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
@@ -38,9 +38,9 @@ declare function __VLS_template(): {
|
|
|
38
38
|
rootEl: HTMLDivElement;
|
|
39
39
|
};
|
|
40
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<{}>, {
|
|
41
|
+
declare const __VLS_component: import('vue', { with: { "resolution-mode": "import" } }).DefineComponent<OnyxAppLayoutProps, {}, {}, {}, {}, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, {}, string, import('vue', { with: { "resolution-mode": "import" } }).PublicProps, Readonly<OnyxAppLayoutProps> & Readonly<{}>, {
|
|
42
42
|
navBarAlignment: "top" | "left";
|
|
43
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
43
|
+
}, {}, {}, {}, string, import('vue', { with: { "resolution-mode": "import" } }).ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
44
44
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
45
45
|
export default _default;
|
|
46
46
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
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<{}>, {
|
|
2
|
+
declare const _default: import('vue', { with: { "resolution-mode": "import" } }).DefineComponent<OnyxAvatarProps, {}, {}, {}, {}, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, {}, string, import('vue', { with: { "resolution-mode": "import" } }).PublicProps, Readonly<OnyxAvatarProps> & Readonly<{}>, {
|
|
3
3
|
size: "16px" | "24px" | "32px" | "48px" | "64px" | "96px";
|
|
4
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLElement>;
|
|
4
|
+
}, {}, {}, {}, string, import('vue', { with: { "resolution-mode": "import" } }).ComponentProvideOptions, false, {}, HTMLElement>;
|
|
5
5
|
export default _default;
|
|
@@ -15,7 +15,7 @@ declare function __VLS_template(): {
|
|
|
15
15
|
rootEl: HTMLDivElement;
|
|
16
16
|
};
|
|
17
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>;
|
|
18
|
+
declare const __VLS_component: 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, {}, HTMLDivElement>;
|
|
19
19
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
20
20
|
export default _default;
|
|
21
21
|
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<OnyxBadgeProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<OnyxBadgeProps> & Readonly<{}>, {
|
|
19
|
+
declare const __VLS_component: import('vue', { with: { "resolution-mode": "import" } }).DefineComponent<OnyxBadgeProps, {}, {}, {}, {}, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, {}, string, import('vue', { with: { "resolution-mode": "import" } }).PublicProps, Readonly<OnyxBadgeProps> & Readonly<{}>, {
|
|
20
20
|
color: import('../../index.js', { with: { "resolution-mode": "import" } }).OnyxColor;
|
|
21
21
|
dot: boolean;
|
|
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 & {
|
|
@@ -23,21 +23,21 @@ declare function __VLS_template(): {
|
|
|
23
23
|
rootEl: any;
|
|
24
24
|
};
|
|
25
25
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
26
|
-
declare const __VLS_component: import('vue').DefineComponent<OnyxBasicDialogProps, {
|
|
26
|
+
declare const __VLS_component: import('vue', { with: { "resolution-mode": "import" } }).DefineComponent<OnyxBasicDialogProps, {
|
|
27
27
|
/**
|
|
28
28
|
* Template ref to the internal `<dialog>` element.
|
|
29
29
|
*/
|
|
30
|
-
dialog: Readonly<import('vue').ShallowRef<HTMLDialogElement | null>>;
|
|
31
|
-
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
30
|
+
dialog: Readonly<import('vue', { with: { "resolution-mode": "import" } }).ShallowRef<HTMLDialogElement | null>>;
|
|
31
|
+
}, {}, {}, {}, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, {
|
|
32
32
|
"update:open": (open: boolean) => any;
|
|
33
|
-
}, string, import('vue').PublicProps, Readonly<OnyxBasicDialogProps> & Readonly<{
|
|
33
|
+
}, string, import('vue', { with: { "resolution-mode": "import" } }).PublicProps, Readonly<OnyxBasicDialogProps> & Readonly<{
|
|
34
34
|
"onUpdate:open"?: ((open: boolean) => any) | undefined;
|
|
35
35
|
}>, {
|
|
36
36
|
alert: boolean;
|
|
37
37
|
modal: boolean;
|
|
38
38
|
nonDismissible: boolean;
|
|
39
39
|
alignment: import('./types.js', { with: { "resolution-mode": "import" } }).DialogAlignment;
|
|
40
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
40
|
+
}, {}, {}, {}, string, import('vue', { with: { "resolution-mode": "import" } }).ComponentProvideOptions, false, {
|
|
41
41
|
dialogRef: HTMLDialogElement;
|
|
42
42
|
contentRef: HTMLDivElement;
|
|
43
43
|
}, any>;
|
|
@@ -34,25 +34,25 @@ declare function __VLS_template(): {
|
|
|
34
34
|
rootEl: HTMLDivElement;
|
|
35
35
|
};
|
|
36
36
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
37
|
-
declare const __VLS_component: import('vue').DefineComponent<OnyxBasicPopoverProps, {
|
|
37
|
+
declare const __VLS_component: import('vue', { with: { "resolution-mode": "import" } }).DefineComponent<OnyxBasicPopoverProps, {
|
|
38
38
|
/**
|
|
39
39
|
* Actual used popover position.
|
|
40
40
|
*/
|
|
41
|
-
popoverPosition: import('vue').ComputedRef<"top" | "left" | "right" | "top right" | "top left" | "bottom" | "bottom right" | "bottom left">;
|
|
41
|
+
popoverPosition: import('vue', { with: { "resolution-mode": "import" } }).ComputedRef<"top" | "left" | "right" | "top right" | "top left" | "bottom" | "bottom right" | "bottom left">;
|
|
42
42
|
/**
|
|
43
43
|
* Actual used popover alignment.
|
|
44
44
|
*/
|
|
45
|
-
popoverAlignment: import('vue').ComputedRef<import('../../composables/useOpenAlignment.js', { with: { "resolution-mode": "import" } }).OpenAlignment>;
|
|
46
|
-
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
45
|
+
popoverAlignment: import('vue', { with: { "resolution-mode": "import" } }).ComputedRef<import('../../composables/useOpenAlignment.js', { with: { "resolution-mode": "import" } }).OpenAlignment>;
|
|
46
|
+
}, {}, {}, {}, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, {
|
|
47
47
|
"update:open": (value: boolean) => any;
|
|
48
|
-
}, string, import('vue').PublicProps, Readonly<OnyxBasicPopoverProps> & Readonly<{
|
|
48
|
+
}, string, import('vue', { with: { "resolution-mode": "import" } }).PublicProps, Readonly<OnyxBasicPopoverProps> & Readonly<{
|
|
49
49
|
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
50
50
|
}>, {
|
|
51
51
|
role: "menu" | "listbox" | "tree" | "grid" | "dialog";
|
|
52
52
|
sticky: boolean;
|
|
53
53
|
alignment: import('../../composables/useOpenAlignment.js', { with: { "resolution-mode": "import" } }).OpenAlignment | "auto";
|
|
54
54
|
position: import('../../composables/useAnchorPositionPolyfill.js', { with: { "resolution-mode": "import" } }).AnchorPosition | "auto";
|
|
55
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
55
|
+
}, {}, {}, {}, string, import('vue', { with: { "resolution-mode": "import" } }).ComponentProvideOptions, false, {
|
|
56
56
|
popoverWrapper: HTMLDivElement;
|
|
57
57
|
popover: HTMLDivElement;
|
|
58
58
|
}, HTMLDivElement>;
|
|
@@ -24,9 +24,9 @@ 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<OnyxBottomBarProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<OnyxBottomBarProps> & Readonly<{}>, {
|
|
27
|
+
declare const __VLS_component: import('vue', { with: { "resolution-mode": "import" } }).DefineComponent<OnyxBottomBarProps, {}, {}, {}, {}, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, {}, string, import('vue', { with: { "resolution-mode": "import" } }).PublicProps, Readonly<OnyxBottomBarProps> & Readonly<{}>, {
|
|
28
28
|
hideBorder: boolean;
|
|
29
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
29
|
+
}, {}, {}, {}, string, import('vue', { with: { "resolution-mode": "import" } }).ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
30
30
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
31
31
|
export default _default;
|
|
32
32
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
@@ -18,9 +18,9 @@ declare function __VLS_template(): {
|
|
|
18
18
|
rootEl: HTMLElement;
|
|
19
19
|
};
|
|
20
20
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
21
|
-
declare const __VLS_component: import('vue').DefineComponent<OnyxBreadcrumbProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<OnyxBreadcrumbProps> & Readonly<{}>, {
|
|
21
|
+
declare const __VLS_component: import('vue', { with: { "resolution-mode": "import" } }).DefineComponent<OnyxBreadcrumbProps, {}, {}, {}, {}, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, {}, string, import('vue', { with: { "resolution-mode": "import" } }).PublicProps, Readonly<OnyxBreadcrumbProps> & Readonly<{}>, {
|
|
22
22
|
container: boolean;
|
|
23
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
23
|
+
}, {}, {}, {}, string, import('vue', { with: { "resolution-mode": "import" } }).ComponentProvideOptions, false, {
|
|
24
24
|
moreListRef: HTMLDivElement;
|
|
25
25
|
}, HTMLElement>;
|
|
26
26
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
@@ -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<OnyxBreadcrumbItemProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<OnyxBreadcrumbItemProps> & Readonly<{}>, {
|
|
21
|
+
declare const __VLS_component: import('vue', { with: { "resolution-mode": "import" } }).DefineComponent<OnyxBreadcrumbItemProps, {}, {}, {}, {}, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, {}, string, import('vue', { with: { "resolution-mode": "import" } }).PublicProps, Readonly<OnyxBreadcrumbItemProps> & Readonly<{}>, {
|
|
22
22
|
skeleton: import('../../composables/useSkeletonState.js', { with: { "resolution-mode": "import" } }).SkeletonInjected;
|
|
23
23
|
active: boolean | "auto";
|
|
24
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
24
|
+
}, {}, {}, {}, string, import('vue', { with: { "resolution-mode": "import" } }).ComponentProvideOptions, false, {
|
|
25
25
|
componentRef: HTMLLIElement;
|
|
26
26
|
}, any>;
|
|
27
27
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
@@ -19,9 +19,9 @@ declare function __VLS_template(): {
|
|
|
19
19
|
rootEl: any;
|
|
20
20
|
};
|
|
21
21
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
22
|
-
declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
22
|
+
declare const __VLS_component: import('vue', { with: { "resolution-mode": "import" } }).DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, {}, string, import('vue', { with: { "resolution-mode": "import" } }).PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
23
23
|
type: import('./types.js', { with: { "resolution-mode": "import" } }).ButtonType;
|
|
24
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
24
|
+
}, {}, {}, {}, string, import('vue', { with: { "resolution-mode": "import" } }).ComponentProvideOptions, false, {
|
|
25
25
|
buttonRef: HTMLButtonElement;
|
|
26
26
|
}, any>;
|
|
27
27
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
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<{}>, {
|
|
2
|
+
declare const _default: import('vue', { with: { "resolution-mode": "import" } }).DefineComponent<OnyxButtonProps, {}, {}, {}, {}, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, {}, string, import('vue', { with: { "resolution-mode": "import" } }).PublicProps, Readonly<OnyxButtonProps> & Readonly<{}>, {
|
|
3
3
|
skeleton: import('../../composables/useSkeletonState.js', { with: { "resolution-mode": "import" } }).SkeletonInjected;
|
|
4
4
|
disabled: import('../OnyxForm/OnyxForm.core.js', { with: { "resolution-mode": "import" } }).FormInjected<boolean>;
|
|
5
5
|
loading: boolean;
|
|
@@ -7,12 +7,12 @@ declare const _default: import('vue').DefineComponent<OnyxButtonProps, {}, {}, {
|
|
|
7
7
|
color: import('./types.js', { with: { "resolution-mode": "import" } }).ButtonColor;
|
|
8
8
|
mode: import('./types.js', { with: { "resolution-mode": "import" } }).ButtonMode;
|
|
9
9
|
iconPosition: "left" | "right";
|
|
10
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
11
|
-
rippleRef: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{}>, {
|
|
12
|
-
events: import('vue').Ref<Record<string, (event: MouseEvent) => void>, Record<string, (event: MouseEvent) => void>>;
|
|
13
|
-
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
|
|
10
|
+
}, {}, {}, {}, string, import('vue', { with: { "resolution-mode": "import" } }).ComponentProvideOptions, false, {
|
|
11
|
+
rippleRef: import('vue', { with: { "resolution-mode": "import" } }).CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{}>, {
|
|
12
|
+
events: import('vue', { with: { "resolution-mode": "import" } }).Ref<Record<string, (event: MouseEvent) => void>, Record<string, (event: MouseEvent) => void>>;
|
|
13
|
+
}, {}, {}, {}, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, {}, import('vue', { with: { "resolution-mode": "import" } }).PublicProps, {}, true, {}, {}, import('vue', { with: { "resolution-mode": "import" } }).GlobalComponents, import('vue', { with: { "resolution-mode": "import" } }).GlobalDirectives, string, {
|
|
14
14
|
rippleTriggerRef: HTMLSpanElement;
|
|
15
|
-
}, HTMLSpanElement, import('vue').ComponentProvideOptions, {
|
|
15
|
+
}, HTMLSpanElement, import('vue', { with: { "resolution-mode": "import" } }).ComponentProvideOptions, {
|
|
16
16
|
P: {};
|
|
17
17
|
B: {};
|
|
18
18
|
D: {};
|
|
@@ -20,7 +20,7 @@ declare const _default: import('vue').DefineComponent<OnyxButtonProps, {}, {}, {
|
|
|
20
20
|
M: {};
|
|
21
21
|
Defaults: {};
|
|
22
22
|
}, Readonly<{}> & Readonly<{}>, {
|
|
23
|
-
events: import('vue').Ref<Record<string, (event: MouseEvent) => void>, Record<string, (event: MouseEvent) => void>>;
|
|
23
|
+
events: import('vue', { with: { "resolution-mode": "import" } }).Ref<Record<string, (event: MouseEvent) => void>, Record<string, (event: MouseEvent) => void>>;
|
|
24
24
|
}, {}, {}, {}, {}> | null;
|
|
25
25
|
}, any>;
|
|
26
26
|
export default _default;
|
|
@@ -7,7 +7,7 @@ declare const _default: <TSelection extends OnyxCalendarSelectionMode>(__VLS_pro
|
|
|
7
7
|
props: __VLS_PrettifyLocal<Pick<Partial<{}> & Omit<{
|
|
8
8
|
readonly "onUpdate:modelValue"?: ((newDate: OnyxCalendarValueBySelection<TSelection>) => any) | undefined;
|
|
9
9
|
readonly "onUpdate:viewMonth"?: ((newDate: Date) => any) | undefined;
|
|
10
|
-
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, never>, "onUpdate:modelValue" | "onUpdate:viewMonth"> & OnyxCalendarProps<TSelection> & 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" | "onUpdate:viewMonth"> & OnyxCalendarProps<TSelection> & Partial<{}>> & import('vue', { with: { "resolution-mode": "import" } }).PublicProps;
|
|
11
11
|
expose(exposed: import('vue').ShallowUnwrapRef<{}>): void;
|
|
12
12
|
attrs: any;
|
|
13
13
|
slots: Readonly<{
|
|
@@ -16,10 +16,10 @@ declare function __VLS_template(): {
|
|
|
16
16
|
rootEl: HTMLTableCellElement;
|
|
17
17
|
};
|
|
18
18
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
19
|
-
declare const __VLS_component: import('vue').DefineComponent<OnyxCalendarCellProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<OnyxCalendarCellProps> & Readonly<{}>, {
|
|
19
|
+
declare const __VLS_component: import('vue', { with: { "resolution-mode": "import" } }).DefineComponent<OnyxCalendarCellProps, {}, {}, {}, {}, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, {}, string, import('vue', { with: { "resolution-mode": "import" } }).PublicProps, Readonly<OnyxCalendarCellProps> & Readonly<{}>, {
|
|
20
20
|
is: "div" | "button";
|
|
21
21
|
backgroundColor: "tinted" | "blank";
|
|
22
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLTableCellElement>;
|
|
22
|
+
}, {}, {}, {}, string, import('vue', { with: { "resolution-mode": "import" } }).ComponentProvideOptions, false, {}, HTMLTableCellElement>;
|
|
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 & {
|
|
@@ -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<OnyxCardProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<OnyxCardProps> & Readonly<{}>, {
|
|
19
|
+
declare const __VLS_component: import('vue', { with: { "resolution-mode": "import" } }).DefineComponent<OnyxCardProps, {}, {}, {}, {}, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, {}, string, import('vue', { with: { "resolution-mode": "import" } }).PublicProps, Readonly<OnyxCardProps> & Readonly<{}>, {
|
|
20
20
|
clickable: boolean;
|
|
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 & {
|
|
@@ -4,9 +4,9 @@ declare const _default: <TValue extends SelectOptionValue = SelectOptionValue>(_
|
|
|
4
4
|
props: __VLS_PrettifyLocal<Pick<Partial<{}> & Omit<{
|
|
5
5
|
readonly onValidityChange?: ((validity: ValidityState) => any) | undefined;
|
|
6
6
|
readonly "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
7
|
-
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, never>, "onUpdate:modelValue" | "onValidityChange"> & OnyxCheckboxProps<TValue> & Partial<{}>> & import('vue').PublicProps;
|
|
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"> & OnyxCheckboxProps<TValue> & 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: {};
|
|
@@ -3,9 +3,9 @@ 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: TValue[]) => any) | undefined;
|
|
6
|
-
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, never>, "onUpdate:modelValue"> & OnyxCheckboxGroupProps<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"> & OnyxCheckboxGroupProps<TValue> & Partial<{}>> & import('vue', { with: { "resolution-mode": "import" } }).PublicProps;
|
|
7
7
|
expose(exposed: import('vue').ShallowUnwrapRef<{
|
|
8
|
-
inputs: import('vue').ComputedRef<HTMLInputElement[]>;
|
|
8
|
+
inputs: import('vue', { with: { "resolution-mode": "import" } }).ComputedRef<HTMLInputElement[]>;
|
|
9
9
|
}>): void;
|
|
10
10
|
attrs: any;
|
|
11
11
|
slots: {};
|
|
@@ -3,10 +3,10 @@ import { OnyxCodeTabProps } from './types.js';
|
|
|
3
3
|
* @experimental
|
|
4
4
|
* @deprecated This component is still under active development and its API might change in patch releases.
|
|
5
5
|
*/
|
|
6
|
-
declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<OnyxCodeTabProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<OnyxCodeTabProps> & Readonly<{}>, {
|
|
6
|
+
declare const _default: __VLS_WithTemplateSlots<import('vue', { with: { "resolution-mode": "import" } }).DefineComponent<OnyxCodeTabProps, {}, {}, {}, {}, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, {}, string, import('vue', { with: { "resolution-mode": "import" } }).PublicProps, Readonly<OnyxCodeTabProps> & Readonly<{}>, {
|
|
7
7
|
skeleton: import('../../composables/useSkeletonState.js', { with: { "resolution-mode": "import" } }).SkeletonInjected;
|
|
8
8
|
disabled: boolean;
|
|
9
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>, Readonly<{
|
|
9
|
+
}, {}, {}, {}, string, import('vue', { with: { "resolution-mode": "import" } }).ComponentProvideOptions, false, {}, any>, Readonly<{
|
|
10
10
|
/**
|
|
11
11
|
* Tab panel / content. By default, the `code` property will be used (without syntax highlighting).
|
|
12
12
|
*/
|
|
@@ -6,7 +6,7 @@ import { OnyxCodeTabsProps } from './types.js';
|
|
|
6
6
|
declare const _default: <TValue extends PropertyKey = 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<{
|
|
7
7
|
props: __VLS_PrettifyLocal<Pick<Partial<{}> & Omit<{
|
|
8
8
|
readonly "onUpdate:modelValue"?: ((value: TValue) => any) | undefined;
|
|
9
|
-
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, never>, "onUpdate:modelValue"> & OnyxCodeTabsProps<TValue> & Partial<{}>> & import('vue').PublicProps;
|
|
9
|
+
} & import('vue', { with: { "resolution-mode": "import" } }).VNodeProps & import('vue', { with: { "resolution-mode": "import" } }).AllowedComponentProps & import('vue', { with: { "resolution-mode": "import" } }).ComponentCustomProps, never>, "onUpdate:modelValue"> & OnyxCodeTabsProps<TValue> & Partial<{}>> & import('vue', { with: { "resolution-mode": "import" } }).PublicProps;
|
|
10
10
|
expose(exposed: import('vue').ShallowUnwrapRef<{}>): void;
|
|
11
11
|
attrs: any;
|
|
12
12
|
slots: Readonly<{
|
|
@@ -2,7 +2,7 @@ import { OnyxTableSlots } from '../OnyxTable/types.js';
|
|
|
2
2
|
import { ColumnConfigTypeOption, ColumnGroupConfig, DataGridFeature, TypeRenderMap } from './features/index.js';
|
|
3
3
|
import { DataGridEntry, OnyxDataGridProps } from './types.js';
|
|
4
4
|
declare const _default: <TEntry extends DataGridEntry, TTypeRenderer extends TypeRenderMap<TEntry>, TColumnGroup extends ColumnGroupConfig, TTypes extends ColumnConfigTypeOption<PropertyKey, unknown>, TFeatureName extends symbol, TFeatures extends DataGridFeature<TEntry, TTypeRenderer, TFeatureName>[] | [] = []>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
5
|
-
props: __VLS_PrettifyLocal<Pick<Partial<{}> & Omit<{} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, never>, never> & OnyxDataGridProps<TEntry, TColumnGroup, TTypeRenderer, TFeatureName, TFeatures> & Partial<{}>> & import('vue').PublicProps;
|
|
5
|
+
props: __VLS_PrettifyLocal<Pick<Partial<{}> & Omit<{} & import('vue', { with: { "resolution-mode": "import" } }).VNodeProps & import('vue', { with: { "resolution-mode": "import" } }).AllowedComponentProps & import('vue', { with: { "resolution-mode": "import" } }).ComponentCustomProps, never>, never> & OnyxDataGridProps<TEntry, TColumnGroup, TTypeRenderer, TFeatureName, TFeatures> & Partial<{}>> & import('vue', { with: { "resolution-mode": "import" } }).PublicProps;
|
|
6
6
|
expose(exposed: import('vue').ShallowUnwrapRef<{}>): void;
|
|
7
7
|
attrs: any;
|
|
8
8
|
slots: Readonly<Pick<OnyxTableSlots, "empty">> & Pick<OnyxTableSlots, "empty">;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { DataGridEntry, DataGridMetadata } from '../types.js';
|
|
2
2
|
import { DataGridRendererSlots, OnyxDataGridRendererProps } from './types.js';
|
|
3
3
|
declare const _default: <TEntry extends DataGridEntry, TMetadata extends DataGridMetadata>(__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
|
-
props: __VLS_PrettifyLocal<Pick<Partial<{}> & Omit<{} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, never>, never> & OnyxDataGridRendererProps<TEntry, TMetadata> & Partial<{}>> & import('vue').PublicProps;
|
|
4
|
+
props: __VLS_PrettifyLocal<Pick<Partial<{}> & Omit<{} & import('vue', { with: { "resolution-mode": "import" } }).VNodeProps & import('vue', { with: { "resolution-mode": "import" } }).AllowedComponentProps & import('vue', { with: { "resolution-mode": "import" } }).ComponentCustomProps, never>, never> & OnyxDataGridRendererProps<TEntry, TMetadata> & Partial<{}>> & import('vue', { with: { "resolution-mode": "import" } }).PublicProps;
|
|
5
5
|
expose(exposed: import('vue').ShallowUnwrapRef<{}>): void;
|
|
6
6
|
attrs: any;
|
|
7
7
|
slots: Readonly<DataGridRendererSlots> & DataGridRendererSlots;
|
|
@@ -15,7 +15,7 @@ declare function __VLS_template(): {
|
|
|
15
15
|
rootEl: HTMLDivElement;
|
|
16
16
|
};
|
|
17
17
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
18
|
-
declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
18
|
+
declare const __VLS_component: import('vue', { with: { "resolution-mode": "import" } }).DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, {}, string, import('vue', { with: { "resolution-mode": "import" } }).PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue', { with: { "resolution-mode": "import" } }).ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
19
19
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
20
20
|
export default _default;
|
|
21
21
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
@@ -21,6 +21,9 @@ export declare const usePagination: (options?: PaginationOptions) => (ctx: impor
|
|
|
21
21
|
pagination: () => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
|
|
22
22
|
[key: string]: any;
|
|
23
23
|
}>[];
|
|
24
|
+
bottomLeft: () => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
|
|
25
|
+
[key: string]: any;
|
|
26
|
+
}>[];
|
|
24
27
|
};
|
|
25
28
|
scrollContainerAttributes: () => {
|
|
26
29
|
ref: (el: Element | import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null) => void;
|
|
@@ -13,6 +13,8 @@ export type PaginationOptions = Pick<DataGridFeatureOptions<DataGridEntry, objec
|
|
|
13
13
|
pageSize?: number;
|
|
14
14
|
/**
|
|
15
15
|
* The current pagination state. Can be used to e.g. set initial pagination state or pass a custom state (useful when async pagination is used).
|
|
16
|
+
*
|
|
17
|
+
* @default `{ current: 1, pageSize: 25, pages: "calculated-automatically" }`
|
|
16
18
|
*/
|
|
17
19
|
paginationState?: Ref<PaginationState>;
|
|
18
20
|
/**
|
|
@@ -33,6 +35,11 @@ export type PaginationOptions = Pick<DataGridFeatureOptions<DataGridEntry, objec
|
|
|
33
35
|
* Should only be used if pagination is async.
|
|
34
36
|
*/
|
|
35
37
|
loading?: Ref<boolean>;
|
|
38
|
+
/**
|
|
39
|
+
* A list of page sizes that can be selected by the user.
|
|
40
|
+
* If defined, a `OnyxItemsPerPage` component will be displayed in the bottom left slot of the data grid.
|
|
41
|
+
*/
|
|
42
|
+
itemsPerPage?: number[];
|
|
36
43
|
};
|
|
37
44
|
export type PaginationState = {
|
|
38
45
|
/**
|
|
@@ -45,6 +52,8 @@ export type PaginationState = {
|
|
|
45
52
|
pages: number;
|
|
46
53
|
/**
|
|
47
54
|
* How many entries should be displayed per page.
|
|
55
|
+
*
|
|
56
|
+
* **NOTE** If the page size is changed, the current page will be reset to 1.
|
|
48
57
|
*/
|
|
49
58
|
pageSize: number;
|
|
50
59
|
};
|
|
@@ -9,5 +9,5 @@ type __VLS_Props = {
|
|
|
9
9
|
*/
|
|
10
10
|
sortDirection?: SortDirection;
|
|
11
11
|
};
|
|
12
|
-
declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
12
|
+
declare const _default: import('vue', { with: { "resolution-mode": "import" } }).DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, {}, string, import('vue', { with: { "resolution-mode": "import" } }).PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue', { with: { "resolution-mode": "import" } }).ComponentProvideOptions, false, {}, any>;
|
|
13
13
|
export default _default;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { OnyxDatePickerProps } from './types.js';
|
|
2
|
-
declare const _default: import('vue').DefineComponent<OnyxDatePickerProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
2
|
+
declare const _default: import('vue', { with: { "resolution-mode": "import" } }).DefineComponent<OnyxDatePickerProps, {}, {}, {}, {}, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, {
|
|
3
3
|
validityChange: (validity: ValidityState) => any;
|
|
4
4
|
"update:modelValue": (value?: string | undefined) => any;
|
|
5
|
-
}, string, import('vue').PublicProps, Readonly<OnyxDatePickerProps> & Readonly<{
|
|
5
|
+
}, string, import('vue', { with: { "resolution-mode": "import" } }).PublicProps, Readonly<OnyxDatePickerProps> & Readonly<{
|
|
6
6
|
onValidityChange?: ((validity: ValidityState) => any) | undefined;
|
|
7
7
|
"onUpdate:modelValue"?: ((value?: string | undefined) => any) | undefined;
|
|
8
8
|
}>, {
|
|
@@ -13,7 +13,7 @@ declare const _default: import('vue').DefineComponent<OnyxDatePickerProps, {}, {
|
|
|
13
13
|
readonly: boolean;
|
|
14
14
|
loading: boolean;
|
|
15
15
|
type: "date" | "datetime-local";
|
|
16
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
16
|
+
}, {}, {}, {}, string, import('vue', { with: { "resolution-mode": "import" } }).ComponentProvideOptions, false, {
|
|
17
17
|
inputRef: HTMLInputElement;
|
|
18
18
|
}, any>;
|
|
19
19
|
export default _default;
|
|
@@ -52,14 +52,14 @@ declare function __VLS_template(): {
|
|
|
52
52
|
rootEl: HTMLDivElement;
|
|
53
53
|
};
|
|
54
54
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
55
|
-
declare const __VLS_component: import('vue').DefineComponent<OnyxDialogProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
55
|
+
declare const __VLS_component: import('vue', { with: { "resolution-mode": "import" } }).DefineComponent<OnyxDialogProps, {}, {}, {}, {}, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, {
|
|
56
56
|
"update:open": (open: boolean) => any;
|
|
57
|
-
}, string, import('vue').PublicProps, Readonly<OnyxDialogProps> & Readonly<{
|
|
57
|
+
}, string, import('vue', { with: { "resolution-mode": "import" } }).PublicProps, Readonly<OnyxDialogProps> & Readonly<{
|
|
58
58
|
"onUpdate:open"?: ((open: boolean) => any) | undefined;
|
|
59
59
|
}>, {
|
|
60
60
|
sticky: boolean;
|
|
61
61
|
open: boolean | null;
|
|
62
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
62
|
+
}, {}, {}, {}, string, import('vue', { with: { "resolution-mode": "import" } }).ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
63
63
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
64
64
|
export default _default;
|
|
65
65
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
@@ -32,7 +32,7 @@ declare function __VLS_template(): {
|
|
|
32
32
|
rootEl: HTMLDivElement;
|
|
33
33
|
};
|
|
34
34
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
35
|
-
declare const __VLS_component: import('vue').DefineComponent<DensityProp, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<DensityProp> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
35
|
+
declare const __VLS_component: import('vue', { with: { "resolution-mode": "import" } }).DefineComponent<DensityProp, {}, {}, {}, {}, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, {}, string, import('vue', { with: { "resolution-mode": "import" } }).PublicProps, Readonly<DensityProp> & Readonly<{}>, {}, {}, {}, {}, string, import('vue', { with: { "resolution-mode": "import" } }).ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
36
36
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
37
37
|
export default _default;
|
|
38
38
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
@@ -32,7 +32,7 @@ declare function __VLS_template(): {
|
|
|
32
32
|
rootEl: HTMLDivElement;
|
|
33
33
|
};
|
|
34
34
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
35
|
-
declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
35
|
+
declare const __VLS_component: import('vue', { with: { "resolution-mode": "import" } }).DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, {}, string, import('vue', { with: { "resolution-mode": "import" } }).PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue', { with: { "resolution-mode": "import" } }).ComponentProvideOptions, false, {
|
|
36
36
|
targetRef: HTMLDivElement;
|
|
37
37
|
}, HTMLDivElement>;
|
|
38
38
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { OnyxExternalLinkIconProps } from './types.js';
|
|
2
|
-
declare const _default: import('vue').DefineComponent<OnyxExternalLinkIconProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<OnyxExternalLinkIconProps> & Readonly<{}>, {
|
|
2
|
+
declare const _default: import('vue', { with: { "resolution-mode": "import" } }).DefineComponent<OnyxExternalLinkIconProps, {}, {}, {}, {}, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, {}, string, import('vue', { with: { "resolution-mode": "import" } }).PublicProps, Readonly<OnyxExternalLinkIconProps> & Readonly<{}>, {
|
|
3
3
|
withExternalIcon: boolean | "auto";
|
|
4
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
4
|
+
}, {}, {}, {}, string, import('vue', { with: { "resolution-mode": "import" } }).ComponentProvideOptions, false, {}, any>;
|
|
5
5
|
export default _default;
|
|
@@ -16,15 +16,15 @@ 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<OnyxFABProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
19
|
+
declare const __VLS_component: import('vue', { with: { "resolution-mode": "import" } }).DefineComponent<OnyxFABProps, {}, {}, {}, {}, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, {
|
|
20
20
|
"update:open": (value: boolean) => any;
|
|
21
|
-
}, string, import('vue').PublicProps, Readonly<OnyxFABProps> & Readonly<{
|
|
21
|
+
}, string, import('vue', { with: { "resolution-mode": "import" } }).PublicProps, Readonly<OnyxFABProps> & Readonly<{
|
|
22
22
|
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
23
23
|
}>, {
|
|
24
24
|
skeleton: import('../../composables/useSkeletonState.js', { with: { "resolution-mode": "import" } }).SkeletonInjected;
|
|
25
25
|
open: boolean | null;
|
|
26
26
|
alignment: "left" | "right";
|
|
27
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
27
|
+
}, {}, {}, {}, string, import('vue', { with: { "resolution-mode": "import" } }).ComponentProvideOptions, false, {}, any>;
|
|
28
28
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
29
29
|
export default _default;
|
|
30
30
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { OnyxFABButtonProps } from './types.js';
|
|
2
|
-
declare const _default: import('vue').DefineComponent<OnyxFABButtonProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<OnyxFABButtonProps> & Readonly<{}>, {
|
|
2
|
+
declare const _default: import('vue', { with: { "resolution-mode": "import" } }).DefineComponent<OnyxFABButtonProps, {}, {}, {}, {}, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, {}, string, import('vue', { with: { "resolution-mode": "import" } }).PublicProps, Readonly<OnyxFABButtonProps> & Readonly<{}>, {
|
|
3
3
|
skeleton: import('../../composables/useSkeletonState.js', { with: { "resolution-mode": "import" } }).SkeletonInjected;
|
|
4
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
4
|
+
}, {}, {}, {}, string, import('vue', { with: { "resolution-mode": "import" } }).ComponentProvideOptions, false, {}, any>;
|
|
5
5
|
export default _default;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import { OnyxFABItemProps } from './types.js';
|
|
2
|
-
declare const _default: import('vue').DefineComponent<OnyxFABItemProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<OnyxFABItemProps> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLLIElement>;
|
|
2
|
+
declare const _default: import('vue', { with: { "resolution-mode": "import" } }).DefineComponent<OnyxFABItemProps, {}, {}, {}, {}, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, {}, string, import('vue', { with: { "resolution-mode": "import" } }).PublicProps, Readonly<OnyxFABItemProps> & Readonly<{}>, {}, {}, {}, {}, string, import('vue', { with: { "resolution-mode": "import" } }).ComponentProvideOptions, false, {}, HTMLLIElement>;
|
|
3
3
|
export default _default;
|
|
@@ -18,13 +18,13 @@ 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<OnyxFileCardProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
21
|
+
declare const __VLS_component: import('vue', { with: { "resolution-mode": "import" } }).DefineComponent<OnyxFileCardProps, {}, {}, {}, {}, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, {
|
|
22
22
|
validityChange: (validity: ValidityState) => any;
|
|
23
|
-
}, string, import('vue').PublicProps, Readonly<OnyxFileCardProps> & Readonly<{
|
|
23
|
+
}, string, import('vue', { with: { "resolution-mode": "import" } }).PublicProps, Readonly<OnyxFileCardProps> & Readonly<{
|
|
24
24
|
onValidityChange?: ((validity: ValidityState) => any) | undefined;
|
|
25
25
|
}>, {
|
|
26
26
|
skeleton: import('../../composables/useSkeletonState.js', { with: { "resolution-mode": "import" } }).SkeletonInjected;
|
|
27
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
27
|
+
}, {}, {}, {}, string, import('vue', { with: { "resolution-mode": "import" } }).ComponentProvideOptions, false, {}, any>;
|
|
28
28
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
29
29
|
export default _default;
|
|
30
30
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import { OnyxFileTypeIconProps } from './types.js';
|
|
2
|
-
declare const _default: import('vue').DefineComponent<OnyxFileTypeIconProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<OnyxFileTypeIconProps> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
2
|
+
declare const _default: import('vue', { with: { "resolution-mode": "import" } }).DefineComponent<OnyxFileTypeIconProps, {}, {}, {}, {}, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, {}, string, import('vue', { with: { "resolution-mode": "import" } }).PublicProps, Readonly<OnyxFileTypeIconProps> & Readonly<{}>, {}, {}, {}, {}, string, import('vue', { with: { "resolution-mode": "import" } }).ComponentProvideOptions, false, {}, any>;
|
|
3
3
|
export default _default;
|