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
|
@@ -5,7 +5,7 @@ declare const _default: <TMultiple extends boolean = false, TModelValue extends
|
|
|
5
5
|
props: __VLS_PrettifyLocal<Pick<Partial<{}> & Omit<{
|
|
6
6
|
readonly onValidityChange?: ((validity: ValidityState) => any) | undefined;
|
|
7
7
|
readonly "onUpdate:modelValue"?: ((value: TModelValue) => any) | undefined;
|
|
8
|
-
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, never>, "onUpdate:modelValue" | "onValidityChange"> & OnyxFileUploadProps<TMultiple> & Partial<{}>> & import('vue').PublicProps;
|
|
8
|
+
} & 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"> & OnyxFileUploadProps<TMultiple> & Partial<{}>> & import('vue', { with: { "resolution-mode": "import" } }).PublicProps;
|
|
9
9
|
expose(exposed: import('vue').ShallowUnwrapRef<{}>): void;
|
|
10
10
|
attrs: any;
|
|
11
11
|
slots: Readonly<{
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { OnyxFilterTagProps } from './types.js';
|
|
2
|
-
declare const _default: import('vue').DefineComponent<OnyxFilterTagProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
2
|
+
declare const _default: import('vue', { with: { "resolution-mode": "import" } }).DefineComponent<OnyxFilterTagProps, {}, {}, {}, {}, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, {
|
|
3
3
|
"update:active": (value: boolean) => any;
|
|
4
|
-
}, string, import('vue').PublicProps, Readonly<OnyxFilterTagProps> & Readonly<{
|
|
4
|
+
}, string, import('vue', { with: { "resolution-mode": "import" } }).PublicProps, Readonly<OnyxFilterTagProps> & Readonly<{
|
|
5
5
|
"onUpdate:active"?: ((value: boolean) => any) | undefined;
|
|
6
6
|
}>, {
|
|
7
7
|
skeleton: import('../../composables/useSkeletonState.js', { with: { "resolution-mode": "import" } }).SkeletonInjected;
|
|
8
8
|
active: boolean | null;
|
|
9
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
9
|
+
}, {}, {}, {}, string, import('vue', { with: { "resolution-mode": "import" } }).ComponentProvideOptions, false, {}, any>;
|
|
10
10
|
export default _default;
|
|
@@ -16,10 +16,10 @@ declare function __VLS_template(): {
|
|
|
16
16
|
rootEl: HTMLFormElement;
|
|
17
17
|
};
|
|
18
18
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
19
|
-
declare const __VLS_component: import('vue').DefineComponent<OnyxFormProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<OnyxFormProps> & Readonly<{}>, {
|
|
19
|
+
declare const __VLS_component: import('vue', { with: { "resolution-mode": "import" } }).DefineComponent<OnyxFormProps, {}, {}, {}, {}, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, {}, string, import('vue', { with: { "resolution-mode": "import" } }).PublicProps, Readonly<OnyxFormProps> & Readonly<{}>, {
|
|
20
20
|
disabled: boolean;
|
|
21
21
|
showError: import('../../composables/useErrorClass.js', { with: { "resolution-mode": "import" } }).ShowErrorMode;
|
|
22
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLFormElement>;
|
|
22
|
+
}, {}, {}, {}, string, import('vue', { with: { "resolution-mode": "import" } }).ComponentProvideOptions, false, {}, HTMLFormElement>;
|
|
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 & {
|
|
@@ -9,5 +9,5 @@ type __VLS_Props = {
|
|
|
9
9
|
*/
|
|
10
10
|
type: "danger" | "success" | "neutral";
|
|
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;
|
|
@@ -3,7 +3,7 @@ import { OnyxFormElementProps } from './types.js';
|
|
|
3
3
|
declare const _default: <T>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
4
4
|
props: __VLS_PrettifyLocal<Pick<Partial<{}> & Omit<{
|
|
5
5
|
readonly "onUpdate:modelValue"?: ((value?: Nullable<T>) => any) | undefined;
|
|
6
|
-
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, never>, "onUpdate:modelValue"> & OnyxFormElementProps<T> & 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"> & OnyxFormElementProps<T> & Partial<{}>> & import('vue', { with: { "resolution-mode": "import" } }).PublicProps;
|
|
7
7
|
expose(exposed: import('vue').ShallowUnwrapRef<{}>): void;
|
|
8
8
|
attrs: any;
|
|
9
9
|
slots: Readonly<{
|
|
@@ -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;
|
|
@@ -3,15 +3,15 @@ import { OnyxGlobalSearchProps } 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<OnyxGlobalSearchProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
6
|
+
declare const _default: __VLS_WithTemplateSlots<import('vue', { with: { "resolution-mode": "import" } }).DefineComponent<OnyxGlobalSearchProps, {}, {}, {}, {}, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, {
|
|
7
7
|
"update:modelValue": (value: string) => any;
|
|
8
8
|
"update:open": (open: boolean) => any;
|
|
9
|
-
}, string, import('vue').PublicProps, Readonly<OnyxGlobalSearchProps> & Readonly<{
|
|
9
|
+
}, string, import('vue', { with: { "resolution-mode": "import" } }).PublicProps, Readonly<OnyxGlobalSearchProps> & Readonly<{
|
|
10
10
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
11
11
|
"onUpdate:open"?: ((open: boolean) => any) | undefined;
|
|
12
|
-
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
12
|
+
}>, {}, {}, {}, {}, string, import('vue', { with: { "resolution-mode": "import" } }).ComponentProvideOptions, false, {
|
|
13
13
|
dialogRef: ({
|
|
14
|
-
$: import('vue').ComponentInternalInstance;
|
|
14
|
+
$: import('vue', { with: { "resolution-mode": "import" } }).ComponentInternalInstance;
|
|
15
15
|
$data: {};
|
|
16
16
|
$props: {
|
|
17
17
|
readonly density?: import('../../index.js', { with: { "resolution-mode": "import" } }).Density | undefined;
|
|
@@ -22,7 +22,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<On
|
|
|
22
22
|
readonly alert?: boolean | undefined;
|
|
23
23
|
readonly alignment?: import('../OnyxBasicDialog/types.js', { with: { "resolution-mode": "import" } }).DialogAlignment | undefined;
|
|
24
24
|
readonly "onUpdate:open"?: ((open: boolean) => any) | undefined;
|
|
25
|
-
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
|
25
|
+
} & import('vue', { with: { "resolution-mode": "import" } }).VNodeProps & import('vue', { with: { "resolution-mode": "import" } }).AllowedComponentProps & import('vue', { with: { "resolution-mode": "import" } }).ComponentCustomProps;
|
|
26
26
|
$attrs: {
|
|
27
27
|
[x: string]: unknown;
|
|
28
28
|
};
|
|
@@ -33,25 +33,25 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<On
|
|
|
33
33
|
contentRef: HTMLDivElement;
|
|
34
34
|
};
|
|
35
35
|
$slots: Readonly<{
|
|
36
|
-
[name: string]: import('vue').Slot<any> | undefined;
|
|
36
|
+
[name: string]: import('vue', { with: { "resolution-mode": "import" } }).Slot<any> | undefined;
|
|
37
37
|
}>;
|
|
38
|
-
$root: import('vue').ComponentPublicInstance | null;
|
|
39
|
-
$parent: import('vue').ComponentPublicInstance | null;
|
|
38
|
+
$root: import('vue', { with: { "resolution-mode": "import" } }).ComponentPublicInstance | null;
|
|
39
|
+
$parent: import('vue', { with: { "resolution-mode": "import" } }).ComponentPublicInstance | null;
|
|
40
40
|
$host: Element | null;
|
|
41
41
|
$emit: (event: "update:open", open: boolean) => void;
|
|
42
42
|
$el: any;
|
|
43
|
-
$options: import('vue').ComponentOptionsBase<Readonly<import('../OnyxBasicDialog/types.js', { with: { "resolution-mode": "import" } }).OnyxBasicDialogProps> & Readonly<{
|
|
43
|
+
$options: import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsBase<Readonly<import('../OnyxBasicDialog/types.js', { with: { "resolution-mode": "import" } }).OnyxBasicDialogProps> & Readonly<{
|
|
44
44
|
"onUpdate:open"?: ((open: boolean) => any) | undefined;
|
|
45
45
|
}>, {
|
|
46
|
-
dialog: Readonly<import('vue').ShallowRef<HTMLDialogElement | null>>;
|
|
47
|
-
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
46
|
+
dialog: Readonly<import('vue', { with: { "resolution-mode": "import" } }).ShallowRef<HTMLDialogElement | null>>;
|
|
47
|
+
}, {}, {}, {}, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, {
|
|
48
48
|
"update:open": (open: boolean) => any;
|
|
49
49
|
}, string, {
|
|
50
50
|
alert: boolean;
|
|
51
51
|
modal: boolean;
|
|
52
52
|
nonDismissible: boolean;
|
|
53
53
|
alignment: import('../OnyxBasicDialog/types.js', { with: { "resolution-mode": "import" } }).DialogAlignment;
|
|
54
|
-
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
54
|
+
}, {}, string, {}, import('vue', { with: { "resolution-mode": "import" } }).GlobalComponents, import('vue', { with: { "resolution-mode": "import" } }).GlobalDirectives, string, import('vue', { with: { "resolution-mode": "import" } }).ComponentProvideOptions> & {
|
|
55
55
|
beforeCreate?: (() => void) | (() => void)[];
|
|
56
56
|
created?: (() => void) | (() => void)[];
|
|
57
57
|
beforeMount?: (() => void) | (() => void)[];
|
|
@@ -64,13 +64,13 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<On
|
|
|
64
64
|
beforeUnmount?: (() => void) | (() => void)[];
|
|
65
65
|
destroyed?: (() => void) | (() => void)[];
|
|
66
66
|
unmounted?: (() => void) | (() => void)[];
|
|
67
|
-
renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
|
68
|
-
renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
|
69
|
-
errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
67
|
+
renderTracked?: ((e: import('vue', { with: { "resolution-mode": "import" } }).DebuggerEvent) => void) | ((e: import('vue', { with: { "resolution-mode": "import" } }).DebuggerEvent) => void)[];
|
|
68
|
+
renderTriggered?: ((e: import('vue', { with: { "resolution-mode": "import" } }).DebuggerEvent) => void) | ((e: import('vue', { with: { "resolution-mode": "import" } }).DebuggerEvent) => void)[];
|
|
69
|
+
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)[];
|
|
70
70
|
};
|
|
71
71
|
$forceUpdate: () => void;
|
|
72
|
-
$nextTick: typeof import('vue').nextTick;
|
|
73
|
-
$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;
|
|
72
|
+
$nextTick: typeof import('vue', { with: { "resolution-mode": "import" } }).nextTick;
|
|
73
|
+
$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;
|
|
74
74
|
} & Readonly<{
|
|
75
75
|
alert: boolean;
|
|
76
76
|
modal: boolean;
|
|
@@ -78,9 +78,9 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<On
|
|
|
78
78
|
alignment: import('../OnyxBasicDialog/types.js', { with: { "resolution-mode": "import" } }).DialogAlignment;
|
|
79
79
|
}> & Omit<Readonly<import('../OnyxBasicDialog/types.js', { with: { "resolution-mode": "import" } }).OnyxBasicDialogProps> & Readonly<{
|
|
80
80
|
"onUpdate:open"?: ((open: boolean) => any) | undefined;
|
|
81
|
-
}>, "dialog" | ("alert" | "modal" | "nonDismissible" | "alignment")> & import('vue').ShallowUnwrapRef<{
|
|
82
|
-
dialog: Readonly<import('vue').ShallowRef<HTMLDialogElement | null>>;
|
|
83
|
-
}> & {} & import('vue').ComponentCustomProperties & {} & {
|
|
81
|
+
}>, "dialog" | ("alert" | "modal" | "nonDismissible" | "alignment")> & import('vue', { with: { "resolution-mode": "import" } }).ShallowUnwrapRef<{
|
|
82
|
+
dialog: Readonly<import('vue', { with: { "resolution-mode": "import" } }).ShallowRef<HTMLDialogElement | null>>;
|
|
83
|
+
}> & {} & import('vue', { with: { "resolution-mode": "import" } }).ComponentCustomProperties & {} & {
|
|
84
84
|
$slots: Readonly<{
|
|
85
85
|
default(): unknown;
|
|
86
86
|
}> & {
|
|
@@ -3,7 +3,7 @@ import { OnyxGlobalSearchGroupProps } 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<OnyxGlobalSearchGroupProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<OnyxGlobalSearchGroupProps> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLUListElement>, Readonly<{
|
|
6
|
+
declare const _default: __VLS_WithTemplateSlots<import('vue', { with: { "resolution-mode": "import" } }).DefineComponent<OnyxGlobalSearchGroupProps, {}, {}, {}, {}, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, {}, string, import('vue', { with: { "resolution-mode": "import" } }).PublicProps, Readonly<OnyxGlobalSearchGroupProps> & Readonly<{}>, {}, {}, {}, {}, string, import('vue', { with: { "resolution-mode": "import" } }).ComponentProvideOptions, false, {}, HTMLUListElement>, Readonly<{
|
|
7
7
|
/**
|
|
8
8
|
* Group options. Should only use `OnyxGlobalSearchOption` components here.
|
|
9
9
|
*/
|
|
@@ -3,9 +3,9 @@ import { OnyxGlobalSearchOptionProps } 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<OnyxGlobalSearchOptionProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<OnyxGlobalSearchOptionProps> & Readonly<{}>, {
|
|
6
|
+
declare const _default: __VLS_WithTemplateSlots<import('vue', { with: { "resolution-mode": "import" } }).DefineComponent<OnyxGlobalSearchOptionProps, {}, {}, {}, {}, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, {}, string, import('vue', { with: { "resolution-mode": "import" } }).PublicProps, Readonly<OnyxGlobalSearchOptionProps> & Readonly<{}>, {
|
|
7
7
|
skeleton: import('../../composables/useSkeletonState.js', { with: { "resolution-mode": "import" } }).SkeletonInjected;
|
|
8
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>, Readonly<{
|
|
8
|
+
}, {}, {}, {}, string, import('vue', { with: { "resolution-mode": "import" } }).ComponentProvideOptions, false, {}, any>, Readonly<{
|
|
9
9
|
/**
|
|
10
10
|
* Optional slot to override the option content. By default the `label` and `icon` property will be displayed.
|
|
11
11
|
*/
|
|
@@ -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<OnyxHeadlineProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<OnyxHeadlineProps> & Readonly<{}>, {
|
|
19
|
+
declare const __VLS_component: import('vue', { with: { "resolution-mode": "import" } }).DefineComponent<OnyxHeadlineProps, {}, {}, {}, {}, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, {}, string, import('vue', { with: { "resolution-mode": "import" } }).PublicProps, Readonly<OnyxHeadlineProps> & Readonly<{}>, {
|
|
20
20
|
skeleton: import('../../composables/useSkeletonState.js', { with: { "resolution-mode": "import" } }).SkeletonInjected;
|
|
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,3 +1,3 @@
|
|
|
1
1
|
import { OnyxIconProps } from './types.js';
|
|
2
|
-
declare const _default: import('vue').DefineComponent<OnyxIconProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<OnyxIconProps> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
2
|
+
declare const _default: import('vue', { with: { "resolution-mode": "import" } }).DefineComponent<OnyxIconProps, {}, {}, {}, {}, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, {}, string, import('vue', { with: { "resolution-mode": "import" } }).PublicProps, Readonly<OnyxIconProps> & Readonly<{}>, {}, {}, {}, {}, string, import('vue', { with: { "resolution-mode": "import" } }).ComponentProvideOptions, false, {}, any>;
|
|
3
3
|
export default _default;
|
|
@@ -12,12 +12,12 @@ declare function __VLS_template(): {
|
|
|
12
12
|
rootEl: any;
|
|
13
13
|
};
|
|
14
14
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
15
|
-
declare const __VLS_component: import('vue').DefineComponent<OnyxIconButtonProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<OnyxIconButtonProps> & Readonly<{}>, {
|
|
15
|
+
declare const __VLS_component: import('vue', { with: { "resolution-mode": "import" } }).DefineComponent<OnyxIconButtonProps, {}, {}, {}, {}, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, {}, string, import('vue', { with: { "resolution-mode": "import" } }).PublicProps, Readonly<OnyxIconButtonProps> & Readonly<{}>, {
|
|
16
16
|
skeleton: import('../../composables/useSkeletonState.js', { with: { "resolution-mode": "import" } }).SkeletonInjected;
|
|
17
17
|
disabled: import('../OnyxForm/OnyxForm.core.js', { with: { "resolution-mode": "import" } }).FormInjected<boolean>;
|
|
18
18
|
type: import('../OnyxButton/types.js', { with: { "resolution-mode": "import" } }).ButtonType;
|
|
19
19
|
color: import('../OnyxButton/types.js', { with: { "resolution-mode": "import" } }).ButtonColor;
|
|
20
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
20
|
+
}, {}, {}, {}, string, import('vue', { with: { "resolution-mode": "import" } }).ComponentProvideOptions, false, {}, any>;
|
|
21
21
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
22
22
|
export default _default;
|
|
23
23
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { OnyxImageProps } from './types.js';
|
|
2
|
-
declare const _default: import('vue').DefineComponent<OnyxImageProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<OnyxImageProps> & Readonly<{}>, {
|
|
2
|
+
declare const _default: import('vue', { with: { "resolution-mode": "import" } }).DefineComponent<OnyxImageProps, {}, {}, {}, {}, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, {}, string, import('vue', { with: { "resolution-mode": "import" } }).PublicProps, Readonly<OnyxImageProps> & Readonly<{}>, {
|
|
3
3
|
skeleton: import('../../composables/useSkeletonState.js', { with: { "resolution-mode": "import" } }).SkeletonInjected;
|
|
4
4
|
loading: import('./types.js', { with: { "resolution-mode": "import" } }).ImageLoading;
|
|
5
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
5
|
+
}, {}, {}, {}, string, import('vue', { with: { "resolution-mode": "import" } }).ComponentProvideOptions, false, {}, any>;
|
|
6
6
|
export default _default;
|
|
@@ -38,15 +38,15 @@ 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<OnyxInfoCardProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
41
|
+
declare const __VLS_component: import('vue', { with: { "resolution-mode": "import" } }).DefineComponent<OnyxInfoCardProps, {}, {}, {}, {}, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, {
|
|
42
42
|
close: () => any;
|
|
43
|
-
}, string, import('vue').PublicProps, Readonly<OnyxInfoCardProps> & Readonly<{
|
|
43
|
+
}, string, import('vue', { with: { "resolution-mode": "import" } }).PublicProps, Readonly<OnyxInfoCardProps> & Readonly<{
|
|
44
44
|
onClose?: (() => any) | undefined;
|
|
45
45
|
}>, {
|
|
46
46
|
icon: string | false;
|
|
47
47
|
color: import('../../index.js', { with: { "resolution-mode": "import" } }).OnyxColor;
|
|
48
48
|
closable: boolean;
|
|
49
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
49
|
+
}, {}, {}, {}, string, import('vue', { with: { "resolution-mode": "import" } }).ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
50
50
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
51
51
|
export default _default;
|
|
52
52
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { Nullable } from '../../types/utils.js';
|
|
2
2
|
import { OnyxInfoTooltipProps } from './types.js';
|
|
3
|
-
declare const _default: import('vue').DefineComponent<OnyxInfoTooltipProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
3
|
+
declare const _default: import('vue', { with: { "resolution-mode": "import" } }).DefineComponent<OnyxInfoTooltipProps, {}, {}, {}, {}, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, {
|
|
4
4
|
"update:open": (open: Nullable<boolean>) => any;
|
|
5
|
-
}, string, import('vue').PublicProps, Readonly<OnyxInfoTooltipProps> & Readonly<{
|
|
5
|
+
}, string, import('vue', { with: { "resolution-mode": "import" } }).PublicProps, Readonly<OnyxInfoTooltipProps> & Readonly<{
|
|
6
6
|
"onUpdate:open"?: ((open: Nullable<boolean>) => any) | undefined;
|
|
7
7
|
}>, {
|
|
8
8
|
open: boolean | null;
|
|
9
9
|
color: Extract<import('../../index.js', { with: { "resolution-mode": "import" } }).OnyxColor, "neutral" | "danger" | "success">;
|
|
10
10
|
trigger: import('../OnyxTooltip/types.js', { with: { "resolution-mode": "import" } }).TooltipTrigger;
|
|
11
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLSpanElement>;
|
|
11
|
+
}, {}, {}, {}, string, import('vue', { with: { "resolution-mode": "import" } }).ComponentProvideOptions, false, {}, HTMLSpanElement>;
|
|
12
12
|
export default _default;
|
|
@@ -30,13 +30,13 @@ declare function __VLS_template(): {
|
|
|
30
30
|
rootEl: any;
|
|
31
31
|
};
|
|
32
32
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
33
|
-
declare const __VLS_component: import('vue').DefineComponent<OnyxInputProps, {
|
|
34
|
-
input: Readonly<import('vue').ShallowRef<HTMLInputElement | null>>;
|
|
35
|
-
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
33
|
+
declare const __VLS_component: import('vue', { with: { "resolution-mode": "import" } }).DefineComponent<OnyxInputProps, {
|
|
34
|
+
input: Readonly<import('vue', { with: { "resolution-mode": "import" } }).ShallowRef<HTMLInputElement | null>>;
|
|
35
|
+
}, {}, {}, {}, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, {
|
|
36
36
|
validityChange: (validity: ValidityState) => any;
|
|
37
37
|
"update:modelValue": (value: string) => any;
|
|
38
38
|
"update:showPassword": (showPassword: boolean) => any;
|
|
39
|
-
}, string, import('vue').PublicProps, Readonly<OnyxInputProps> & Readonly<{
|
|
39
|
+
}, string, import('vue', { with: { "resolution-mode": "import" } }).PublicProps, Readonly<OnyxInputProps> & Readonly<{
|
|
40
40
|
onValidityChange?: ((validity: ValidityState) => any) | undefined;
|
|
41
41
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
42
42
|
"onUpdate:showPassword"?: ((showPassword: boolean) => any) | undefined;
|
|
@@ -53,7 +53,7 @@ declare const __VLS_component: import('vue').DefineComponent<OnyxInputProps, {
|
|
|
53
53
|
type: import('./types.js', { with: { "resolution-mode": "import" } }).InputType;
|
|
54
54
|
hideSuccessIcon: boolean;
|
|
55
55
|
hideClearIcon: boolean;
|
|
56
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
56
|
+
}, {}, {}, {}, string, import('vue', { with: { "resolution-mode": "import" } }).ComponentProvideOptions, false, {
|
|
57
57
|
inputRef: HTMLInputElement;
|
|
58
58
|
}, any>;
|
|
59
59
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { OnyxItemsPerPageProps } from './types.js';
|
|
2
|
+
/**
|
|
3
|
+
* @experimental
|
|
4
|
+
* @deprecated This component is still under active development and its API might change in patch releases.
|
|
5
|
+
*/
|
|
6
|
+
declare const _default: import('vue', { with: { "resolution-mode": "import" } }).DefineComponent<OnyxItemsPerPageProps, {}, {}, {}, {}, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, {
|
|
7
|
+
"update:modelValue": (value: number) => any;
|
|
8
|
+
}, string, import('vue', { with: { "resolution-mode": "import" } }).PublicProps, Readonly<OnyxItemsPerPageProps> & Readonly<{
|
|
9
|
+
"onUpdate:modelValue"?: ((value: number) => any) | undefined;
|
|
10
|
+
}>, {
|
|
11
|
+
skeleton: import('../../composables/useSkeletonState.js', { with: { "resolution-mode": "import" } }).SkeletonInjected;
|
|
12
|
+
labelAlignment: "left" | "right";
|
|
13
|
+
}, {}, {}, {}, string, import('vue', { with: { "resolution-mode": "import" } }).ComponentProvideOptions, false, {}, any>;
|
|
14
|
+
export default _default;
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { DensityProp } from '../../composables/density.js';
|
|
2
|
+
import { SkeletonInjected } from '../../composables/useSkeletonState.js';
|
|
3
|
+
export type OnyxItemsPerPageProps = DensityProp & {
|
|
4
|
+
/**
|
|
5
|
+
* The current number of items per page.
|
|
6
|
+
*/
|
|
7
|
+
modelValue: number;
|
|
8
|
+
/**
|
|
9
|
+
* The options for items per page selection.
|
|
10
|
+
* Each option represents a possible number of items per page.
|
|
11
|
+
*/
|
|
12
|
+
options: number[];
|
|
13
|
+
/**
|
|
14
|
+
* Whether the items per page selector is disabled.
|
|
15
|
+
* When true, the user cannot change the number of items per page.
|
|
16
|
+
*
|
|
17
|
+
* @default false
|
|
18
|
+
*/
|
|
19
|
+
disabled?: boolean;
|
|
20
|
+
/**
|
|
21
|
+
* Alignment of the label.
|
|
22
|
+
*
|
|
23
|
+
* @default "right"
|
|
24
|
+
*/
|
|
25
|
+
labelAlignment?: "left" | "right";
|
|
26
|
+
/**
|
|
27
|
+
* Whether to show a skeleton pagination.
|
|
28
|
+
*/
|
|
29
|
+
skeleton?: SkeletonInjected;
|
|
30
|
+
/**
|
|
31
|
+
* If `true`, the label will be visually hidden.
|
|
32
|
+
* For accessibility / screen readers, the aria-label will still be set.
|
|
33
|
+
*/
|
|
34
|
+
hideLabel?: boolean;
|
|
35
|
+
};
|
|
@@ -16,10 +16,10 @@ declare function __VLS_template(): {
|
|
|
16
16
|
rootEl: HTMLAnchorElement;
|
|
17
17
|
};
|
|
18
18
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
19
|
-
declare const __VLS_component: import('vue').DefineComponent<OnyxLinkProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<OnyxLinkProps> & Readonly<{}>, {
|
|
19
|
+
declare const __VLS_component: import('vue', { with: { "resolution-mode": "import" } }).DefineComponent<OnyxLinkProps, {}, {}, {}, {}, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, {}, string, import('vue', { with: { "resolution-mode": "import" } }).PublicProps, Readonly<OnyxLinkProps> & Readonly<{}>, {
|
|
20
20
|
target: import('../OnyxRouterLink/types.js', { with: { "resolution-mode": "import" } }).LinkTarget;
|
|
21
21
|
withExternalIcon: boolean | "auto";
|
|
22
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLAnchorElement>;
|
|
22
|
+
}, {}, {}, {}, string, import('vue', { with: { "resolution-mode": "import" } }).ComponentProvideOptions, false, {}, HTMLAnchorElement>;
|
|
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,12 +16,12 @@ 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<OnyxListItemProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<OnyxListItemProps> & Readonly<{}>, {
|
|
19
|
+
declare const __VLS_component: import('vue', { with: { "resolution-mode": "import" } }).DefineComponent<OnyxListItemProps, {}, {}, {}, {}, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, {}, string, import('vue', { with: { "resolution-mode": "import" } }).PublicProps, Readonly<OnyxListItemProps> & Readonly<{}>, {
|
|
20
20
|
disabled: boolean;
|
|
21
21
|
checked: boolean;
|
|
22
22
|
active: boolean;
|
|
23
23
|
selected: boolean;
|
|
24
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLLIElement>;
|
|
24
|
+
}, {}, {}, {}, string, import('vue', { with: { "resolution-mode": "import" } }).ComponentProvideOptions, false, {}, HTMLLIElement>;
|
|
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 & {
|
|
@@ -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, {}, SVGSVGElement>;
|
|
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, {}, SVGSVGElement>;
|
|
2
2
|
export default _default;
|
|
@@ -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, {}, HTMLDivElement>;
|
|
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, {}, HTMLDivElement>;
|
|
2
2
|
export default _default;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { OnyxLoadingIndicatorProps } from './types.js';
|
|
2
|
-
declare const _default: import('vue').DefineComponent<OnyxLoadingIndicatorProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<OnyxLoadingIndicatorProps> & Readonly<{}>, {
|
|
2
|
+
declare const _default: import('vue', { with: { "resolution-mode": "import" } }).DefineComponent<OnyxLoadingIndicatorProps, {}, {}, {}, {}, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, {}, string, import('vue', { with: { "resolution-mode": "import" } }).PublicProps, Readonly<OnyxLoadingIndicatorProps> & Readonly<{}>, {
|
|
3
3
|
type: "circle" | "dots";
|
|
4
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
4
|
+
}, {}, {}, {}, string, import('vue', { with: { "resolution-mode": "import" } }).ComponentProvideOptions, false, {}, any>;
|
|
5
5
|
export default _default;
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
import { OnyxMiniSearchProps } from './types.js';
|
|
2
|
-
declare const _default: import('vue').DefineComponent<OnyxMiniSearchProps, {
|
|
2
|
+
declare const _default: import('vue', { with: { "resolution-mode": "import" } }).DefineComponent<OnyxMiniSearchProps, {
|
|
3
3
|
/**
|
|
4
4
|
* Focuses the input.
|
|
5
5
|
*/
|
|
6
6
|
focus: () => void | undefined;
|
|
7
|
-
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
7
|
+
}, {}, {}, {}, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, {
|
|
8
8
|
clear: () => any;
|
|
9
9
|
"update:modelValue": (value: string) => any;
|
|
10
|
-
}, string, import('vue').PublicProps, Readonly<OnyxMiniSearchProps> & Readonly<{
|
|
10
|
+
}, string, import('vue', { with: { "resolution-mode": "import" } }).PublicProps, Readonly<OnyxMiniSearchProps> & Readonly<{
|
|
11
11
|
onClear?: (() => any) | undefined;
|
|
12
12
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
13
|
-
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
13
|
+
}>, {}, {}, {}, {}, string, import('vue', { with: { "resolution-mode": "import" } }).ComponentProvideOptions, false, {
|
|
14
14
|
inputRef: HTMLInputElement;
|
|
15
15
|
}, any>;
|
|
16
16
|
export default _default;
|
|
@@ -16,13 +16,13 @@ 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<OnyxMobileNavButtonProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
19
|
+
declare const __VLS_component: import('vue', { with: { "resolution-mode": "import" } }).DefineComponent<OnyxMobileNavButtonProps, {}, {}, {}, {}, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, {
|
|
20
20
|
"update:open": (isOpen: boolean) => any;
|
|
21
|
-
}, string, import('vue').PublicProps, Readonly<OnyxMobileNavButtonProps> & Readonly<{
|
|
21
|
+
}, string, import('vue', { with: { "resolution-mode": "import" } }).PublicProps, Readonly<OnyxMobileNavButtonProps> & Readonly<{
|
|
22
22
|
"onUpdate:open"?: ((isOpen: boolean) => any) | undefined;
|
|
23
23
|
}>, {
|
|
24
24
|
open: boolean;
|
|
25
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
25
|
+
}, {}, {}, {}, string, import('vue', { with: { "resolution-mode": "import" } }).ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
26
26
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
27
27
|
export default _default;
|
|
28
28
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
@@ -42,11 +42,11 @@ declare function __VLS_template(): {
|
|
|
42
42
|
rootEl: any;
|
|
43
43
|
};
|
|
44
44
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
45
|
-
declare const __VLS_component: import('vue').DefineComponent<OnyxModalProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
45
|
+
declare const __VLS_component: import('vue', { with: { "resolution-mode": "import" } }).DefineComponent<OnyxModalProps, {}, {}, {}, {}, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, {
|
|
46
46
|
"update:open": (open: boolean) => any;
|
|
47
|
-
}, string, import('vue').PublicProps, Readonly<OnyxModalProps> & Readonly<{
|
|
47
|
+
}, string, import('vue', { with: { "resolution-mode": "import" } }).PublicProps, Readonly<OnyxModalProps> & Readonly<{
|
|
48
48
|
"onUpdate:open"?: ((open: boolean) => any) | undefined;
|
|
49
|
-
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
49
|
+
}>, {}, {}, {}, {}, string, import('vue', { with: { "resolution-mode": "import" } }).ComponentProvideOptions, false, {}, any>;
|
|
50
50
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
51
51
|
export default _default;
|
|
52
52
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
@@ -34,14 +34,14 @@ declare function __VLS_template(): {
|
|
|
34
34
|
rootEl: any;
|
|
35
35
|
};
|
|
36
36
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
37
|
-
declare const __VLS_component: import('vue').DefineComponent<OnyxMoreListProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
37
|
+
declare const __VLS_component: import('vue', { with: { "resolution-mode": "import" } }).DefineComponent<OnyxMoreListProps, {}, {}, {}, {}, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, {
|
|
38
38
|
visibilityChange: (args_0: MoreListSlotBindings) => any;
|
|
39
|
-
}, string, import('vue').PublicProps, Readonly<OnyxMoreListProps> & Readonly<{
|
|
39
|
+
}, string, import('vue', { with: { "resolution-mode": "import" } }).PublicProps, Readonly<OnyxMoreListProps> & Readonly<{
|
|
40
40
|
onVisibilityChange?: ((args_0: MoreListSlotBindings) => any) | undefined;
|
|
41
41
|
}>, {
|
|
42
|
-
is: import('vue').Component | string;
|
|
42
|
+
is: import('vue', { with: { "resolution-mode": "import" } }).Component | string;
|
|
43
43
|
direction: "rtl" | "ltr";
|
|
44
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
44
|
+
}, {}, {}, {}, string, import('vue', { with: { "resolution-mode": "import" } }).ComponentProvideOptions, false, {
|
|
45
45
|
parentRefEl: unknown;
|
|
46
46
|
}, any>;
|
|
47
47
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
@@ -16,9 +16,9 @@ declare function __VLS_template(): {
|
|
|
16
16
|
rootEl: HTMLAnchorElement;
|
|
17
17
|
};
|
|
18
18
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
19
|
-
declare const __VLS_component: import('vue').DefineComponent<OnyxNavAppAreaProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<OnyxNavAppAreaProps> & Readonly<{}>, {
|
|
19
|
+
declare const __VLS_component: import('vue', { with: { "resolution-mode": "import" } }).DefineComponent<OnyxNavAppAreaProps, {}, {}, {}, {}, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, {}, string, import('vue', { with: { "resolution-mode": "import" } }).PublicProps, Readonly<OnyxNavAppAreaProps> & Readonly<{}>, {
|
|
20
20
|
link: string | import('../OnyxRouterLink/types.js', { with: { "resolution-mode": "import" } }).SharedLinkProps;
|
|
21
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLAnchorElement>;
|
|
21
|
+
}, {}, {}, {}, string, import('vue', { with: { "resolution-mode": "import" } }).ComponentProvideOptions, false, {}, HTMLAnchorElement>;
|
|
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 & {
|
|
@@ -9,7 +9,7 @@ declare function __VLS_template(): {
|
|
|
9
9
|
rootEl: HTMLElement;
|
|
10
10
|
};
|
|
11
11
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
12
|
-
declare const __VLS_component: import('vue').DefineComponent<OnyxNavBarProps, {
|
|
12
|
+
declare const __VLS_component: import('vue', { with: { "resolution-mode": "import" } }).DefineComponent<OnyxNavBarProps, {
|
|
13
13
|
/**
|
|
14
14
|
* Closes the mobile burger and context menu.
|
|
15
15
|
* Useful if you want to e.g. close them when a nav item is clicked.
|
|
@@ -25,13 +25,13 @@ declare const __VLS_component: import('vue').DefineComponent<OnyxNavBarProps, {
|
|
|
25
25
|
* ```
|
|
26
26
|
*/
|
|
27
27
|
closeMobileMenus: () => void;
|
|
28
|
-
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
28
|
+
}, {}, {}, {}, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, {
|
|
29
29
|
navigateBack: (event: MouseEvent) => any;
|
|
30
|
-
}, string, import('vue').PublicProps, Readonly<OnyxNavBarProps> & Readonly<{
|
|
30
|
+
}, string, import('vue', { with: { "resolution-mode": "import" } }).PublicProps, Readonly<OnyxNavBarProps> & Readonly<{
|
|
31
31
|
onNavigateBack?: ((event: MouseEvent) => any) | undefined;
|
|
32
32
|
}>, {
|
|
33
33
|
mobile: boolean | import('../../utils/breakpoints.js', { with: { "resolution-mode": "import" } }).OnyxBreakpoint | number;
|
|
34
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
34
|
+
}, {}, {}, {}, string, import('vue', { with: { "resolution-mode": "import" } }).ComponentProvideOptions, false, {
|
|
35
35
|
navBarRef: HTMLElement;
|
|
36
36
|
moreListRef: HTMLDivElement;
|
|
37
37
|
}, HTMLElement>;
|
package/dist/components/OnyxNavBar/modules/OnyxColorSchemeDialog/OnyxColorSchemeDialog.d.vue.ts
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { Nullable } from '../../../../types/utils.js';
|
|
2
2
|
import { ColorSchemeValue, OnyxColorSchemeDialogProps } from './types.js';
|
|
3
|
-
declare const _default: import('vue').DefineComponent<OnyxColorSchemeDialogProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
3
|
+
declare const _default: import('vue', { with: { "resolution-mode": "import" } }).DefineComponent<OnyxColorSchemeDialogProps, {}, {}, {}, {}, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, {
|
|
4
4
|
"update:modelValue": (value: ColorSchemeValue) => any;
|
|
5
5
|
"update:open": (value: Nullable<boolean>) => any;
|
|
6
|
-
}, string, import('vue').PublicProps, Readonly<OnyxColorSchemeDialogProps> & Readonly<{
|
|
6
|
+
}, string, import('vue', { with: { "resolution-mode": "import" } }).PublicProps, Readonly<OnyxColorSchemeDialogProps> & Readonly<{
|
|
7
7
|
"onUpdate:modelValue"?: ((value: ColorSchemeValue) => any) | undefined;
|
|
8
8
|
"onUpdate:open"?: ((value: Nullable<boolean>) => any) | undefined;
|
|
9
9
|
}>, {
|
|
10
10
|
open: boolean | null;
|
|
11
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
11
|
+
}, {}, {}, {}, string, import('vue', { with: { "resolution-mode": "import" } }).ComponentProvideOptions, false, {}, any>;
|
|
12
12
|
export default _default;
|
package/dist/components/OnyxNavBar/modules/OnyxColorSchemeMenuItem/OnyxColorSchemeMenuItem.d.vue.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { ColorSchemeValue } from '../OnyxColorSchemeDialog/types.js';
|
|
2
2
|
import { OnyxColorSchemeMenuItemProps } from './types.js';
|
|
3
|
-
declare const _default: import('vue').DefineComponent<OnyxColorSchemeMenuItemProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
3
|
+
declare const _default: import('vue', { with: { "resolution-mode": "import" } }).DefineComponent<OnyxColorSchemeMenuItemProps, {}, {}, {}, {}, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, {
|
|
4
4
|
"update:modelValue": (value: ColorSchemeValue) => any;
|
|
5
|
-
}, string, import('vue').PublicProps, Readonly<OnyxColorSchemeMenuItemProps> & Readonly<{
|
|
5
|
+
}, string, import('vue', { with: { "resolution-mode": "import" } }).PublicProps, Readonly<OnyxColorSchemeMenuItemProps> & Readonly<{
|
|
6
6
|
"onUpdate:modelValue"?: ((value: ColorSchemeValue) => any) | undefined;
|
|
7
|
-
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
7
|
+
}>, {}, {}, {}, {}, string, import('vue', { with: { "resolution-mode": "import" } }).ComponentProvideOptions, false, {}, any>;
|
|
8
8
|
export default _default;
|
|
@@ -2,7 +2,7 @@ import { OnyxFlyoutMenuProps } from './types.js';
|
|
|
2
2
|
declare const _default: <_>(__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:open"?: ((value: boolean) => any) | undefined;
|
|
5
|
-
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, never>, "onUpdate:open"> & OnyxFlyoutMenuProps & 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:open"> & OnyxFlyoutMenuProps & Partial<{}>> & import('vue', { with: { "resolution-mode": "import" } }).PublicProps;
|
|
6
6
|
expose(exposed: import('vue').ShallowUnwrapRef<{}>): void;
|
|
7
7
|
attrs: any;
|
|
8
8
|
slots: Readonly<{
|