sit-onyx 1.5.0-dev-20251209093441 → 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 +8 -8
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { Nullable } from '../../types/index.js';
|
|
2
2
|
import { OnyxStepperProps } from './types.js';
|
|
3
|
-
declare const _default: import('vue').DefineComponent<OnyxStepperProps, {
|
|
4
|
-
input: Readonly<import('vue').ShallowRef<HTMLInputElement | null>>;
|
|
5
|
-
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
3
|
+
declare const _default: import('vue', { with: { "resolution-mode": "import" } }).DefineComponent<OnyxStepperProps, {
|
|
4
|
+
input: Readonly<import('vue', { with: { "resolution-mode": "import" } }).ShallowRef<HTMLInputElement | null>>;
|
|
5
|
+
}, {}, {}, {}, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, {
|
|
6
6
|
validityChange: (validity: ValidityState) => any;
|
|
7
7
|
"update:modelValue": (value?: Nullable<number>) => any;
|
|
8
|
-
}, string, import('vue').PublicProps, Readonly<OnyxStepperProps> & Readonly<{
|
|
8
|
+
}, string, import('vue', { with: { "resolution-mode": "import" } }).PublicProps, Readonly<OnyxStepperProps> & Readonly<{
|
|
9
9
|
onValidityChange?: ((validity: ValidityState) => any) | undefined;
|
|
10
10
|
"onUpdate:modelValue"?: ((value?: Nullable<number>) => any) | undefined;
|
|
11
11
|
}>, {
|
|
@@ -16,7 +16,7 @@ declare const _default: import('vue').DefineComponent<OnyxStepperProps, {
|
|
|
16
16
|
loading: boolean;
|
|
17
17
|
stepSize: number;
|
|
18
18
|
hideButtons: boolean;
|
|
19
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
19
|
+
}, {}, {}, {}, string, import('vue', { with: { "resolution-mode": "import" } }).ComponentProvideOptions, false, {
|
|
20
20
|
inputRef: HTMLInputElement;
|
|
21
21
|
}, any>;
|
|
22
22
|
export default _default;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { OnyxSwitchProps } from './types.js';
|
|
2
2
|
type __VLS_Props = OnyxSwitchProps;
|
|
3
|
-
declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
4
|
-
input: Readonly<import('vue').ShallowRef<HTMLInputElement | null>>;
|
|
5
|
-
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
3
|
+
declare const _default: import('vue', { with: { "resolution-mode": "import" } }).DefineComponent<__VLS_Props, {
|
|
4
|
+
input: Readonly<import('vue', { with: { "resolution-mode": "import" } }).ShallowRef<HTMLInputElement | null>>;
|
|
5
|
+
}, {}, {}, {}, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, {
|
|
6
6
|
validityChange: (validity: ValidityState) => any;
|
|
7
7
|
"update:modelValue": (value: boolean) => any;
|
|
8
|
-
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
8
|
+
}, string, import('vue', { with: { "resolution-mode": "import" } }).PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
9
9
|
onValidityChange?: ((validity: ValidityState) => any) | undefined;
|
|
10
10
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
11
11
|
}>, {
|
|
@@ -16,7 +16,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
16
16
|
loading: boolean;
|
|
17
17
|
modelValue: boolean | null;
|
|
18
18
|
truncation: import('../../index.js', { with: { "resolution-mode": "import" } }).TruncationType;
|
|
19
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
19
|
+
}, {}, {}, {}, string, import('vue', { with: { "resolution-mode": "import" } }).ComponentProvideOptions, false, {
|
|
20
20
|
inputRef: HTMLInputElement;
|
|
21
21
|
}, any>;
|
|
22
22
|
export default _default;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { OnyxSystemButtonProps } from './types.js';
|
|
2
|
-
declare const _default: import('vue').DefineComponent<OnyxSystemButtonProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<OnyxSystemButtonProps> & Readonly<{}>, {
|
|
2
|
+
declare const _default: import('vue', { with: { "resolution-mode": "import" } }).DefineComponent<OnyxSystemButtonProps, {}, {}, {}, {}, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, {}, string, import('vue', { with: { "resolution-mode": "import" } }).PublicProps, Readonly<OnyxSystemButtonProps> & 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
|
autofocus: boolean;
|
|
6
6
|
color: import('./types.js', { with: { "resolution-mode": "import" } }).SystemButtonColor;
|
|
7
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
7
|
+
}, {}, {}, {}, string, import('vue', { with: { "resolution-mode": "import" } }).ComponentProvideOptions, false, {}, any>;
|
|
8
8
|
export default _default;
|
|
@@ -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<OnyxTabProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<OnyxTabProps> & Readonly<{}>, {
|
|
27
|
+
declare const __VLS_component: import('vue', { with: { "resolution-mode": "import" } }).DefineComponent<OnyxTabProps, {}, {}, {}, {}, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, {}, string, import('vue', { with: { "resolution-mode": "import" } }).PublicProps, Readonly<OnyxTabProps> & 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 & {
|
|
@@ -8,12 +8,12 @@ declare function __VLS_template(): {
|
|
|
8
8
|
rootEl: HTMLDivElement;
|
|
9
9
|
};
|
|
10
10
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
11
|
-
declare const __VLS_component: import('vue').DefineComponent<OnyxTableProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<OnyxTableProps> & Readonly<{}>, {
|
|
11
|
+
declare const __VLS_component: import('vue', { with: { "resolution-mode": "import" } }).DefineComponent<OnyxTableProps, {}, {}, {}, {}, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, {}, string, import('vue', { with: { "resolution-mode": "import" } }).PublicProps, Readonly<OnyxTableProps> & Readonly<{}>, {
|
|
12
12
|
truncation: import('../../index.js', { with: { "resolution-mode": "import" } }).TruncationType;
|
|
13
13
|
striped: boolean;
|
|
14
14
|
withVerticalBorders: boolean;
|
|
15
15
|
withPageScrolling: boolean;
|
|
16
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
16
|
+
}, {}, {}, {}, string, import('vue', { with: { "resolution-mode": "import" } }).ComponentProvideOptions, false, {
|
|
17
17
|
tableRef: HTMLTableElement;
|
|
18
18
|
}, HTMLDivElement>;
|
|
19
19
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
@@ -2,7 +2,7 @@ import { OnyxTabsProps } from './types.js';
|
|
|
2
2
|
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<{
|
|
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"> & OnyxTabsProps<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"> & OnyxTabsProps<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<{
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { OnyxTagProps } from './types.js';
|
|
2
|
-
declare const _default: import('vue').DefineComponent<OnyxTagProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<OnyxTagProps> & Readonly<{}>, {
|
|
2
|
+
declare const _default: import('vue', { with: { "resolution-mode": "import" } }).DefineComponent<OnyxTagProps, {}, {}, {}, {}, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, {}, string, import('vue', { with: { "resolution-mode": "import" } }).PublicProps, Readonly<OnyxTagProps> & Readonly<{}>, {
|
|
3
3
|
skeleton: import('../../composables/useSkeletonState.js', { with: { "resolution-mode": "import" } }).SkeletonInjected;
|
|
4
4
|
color: import('../../index.js', { with: { "resolution-mode": "import" } }).OnyxColor;
|
|
5
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
5
|
+
}, {}, {}, {}, string, import('vue', { with: { "resolution-mode": "import" } }).ComponentProvideOptions, false, {}, any>;
|
|
6
6
|
export default _default;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { OnyxTextareaProps } from './types.js';
|
|
2
|
-
declare const _default: import('vue').DefineComponent<OnyxTextareaProps, {
|
|
3
|
-
input: Readonly<import('vue').ShallowRef<HTMLTextAreaElement | null>>;
|
|
4
|
-
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
2
|
+
declare const _default: import('vue', { with: { "resolution-mode": "import" } }).DefineComponent<OnyxTextareaProps, {
|
|
3
|
+
input: Readonly<import('vue', { with: { "resolution-mode": "import" } }).ShallowRef<HTMLTextAreaElement | null>>;
|
|
4
|
+
}, {}, {}, {}, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, {
|
|
5
5
|
validityChange: (validity: ValidityState) => any;
|
|
6
6
|
"update:modelValue": (value: string) => any;
|
|
7
|
-
}, string, import('vue').PublicProps, Readonly<OnyxTextareaProps> & Readonly<{
|
|
7
|
+
}, string, import('vue', { with: { "resolution-mode": "import" } }).PublicProps, Readonly<OnyxTextareaProps> & Readonly<{
|
|
8
8
|
onValidityChange?: ((validity: ValidityState) => any) | undefined;
|
|
9
9
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
10
10
|
}>, {
|
|
@@ -16,7 +16,7 @@ declare const _default: import('vue').DefineComponent<OnyxTextareaProps, {
|
|
|
16
16
|
readonly: boolean;
|
|
17
17
|
autocapitalize: import('../../composables/useLenientMaxLengthValidation.js', { with: { "resolution-mode": "import" } }).Autocapitalize;
|
|
18
18
|
disableManualResize: boolean;
|
|
19
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
19
|
+
}, {}, {}, {}, string, import('vue', { with: { "resolution-mode": "import" } }).ComponentProvideOptions, false, {
|
|
20
20
|
inputRef: HTMLTextAreaElement;
|
|
21
21
|
}, any>;
|
|
22
22
|
export default _default;
|
|
@@ -1,37 +1,37 @@
|
|
|
1
1
|
import { OnyxTimepickerProps } from './types.js';
|
|
2
|
-
declare const _default: import('vue').DefineComponent<OnyxTimepickerProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
2
|
+
declare const _default: import('vue', { with: { "resolution-mode": "import" } }).DefineComponent<OnyxTimepickerProps, {}, {}, {}, {}, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, {
|
|
3
3
|
"update:modelValue": (value?: string | undefined) => any;
|
|
4
|
-
}, string, import('vue').PublicProps, Readonly<OnyxTimepickerProps> & Readonly<{
|
|
4
|
+
}, string, import('vue', { with: { "resolution-mode": "import" } }).PublicProps, Readonly<OnyxTimepickerProps> & Readonly<{
|
|
5
5
|
"onUpdate:modelValue"?: ((value?: string | undefined) => any) | undefined;
|
|
6
6
|
}>, {
|
|
7
7
|
skeleton: import('../../composables/useSkeletonState.js', { with: { "resolution-mode": "import" } }).SkeletonInjected;
|
|
8
8
|
required: boolean;
|
|
9
|
-
disabled: import('../OnyxForm/OnyxForm.core', { with: { "resolution-mode": "import" } }).FormInjected<boolean>;
|
|
10
|
-
showError: import('../OnyxForm/OnyxForm.core', { with: { "resolution-mode": "import" } }).FormInjected<import('../../composables/useErrorClass.js', { with: { "resolution-mode": "import" } }).ShowErrorMode>;
|
|
11
|
-
requiredMarker: import('../OnyxForm/OnyxForm.core', { with: { "resolution-mode": "import" } }).FormInjected<import('../../composables/required.js', { with: { "resolution-mode": "import" } }).RequiredMarkerType>;
|
|
9
|
+
disabled: import('../OnyxForm/OnyxForm.core.js', { with: { "resolution-mode": "import" } }).FormInjected<boolean>;
|
|
10
|
+
showError: import('../OnyxForm/OnyxForm.core.js', { with: { "resolution-mode": "import" } }).FormInjected<import('../../composables/useErrorClass.js', { with: { "resolution-mode": "import" } }).ShowErrorMode>;
|
|
11
|
+
requiredMarker: import('../OnyxForm/OnyxForm.core.js', { with: { "resolution-mode": "import" } }).FormInjected<import('../../composables/required.js', { with: { "resolution-mode": "import" } }).RequiredMarkerType>;
|
|
12
12
|
readonly: boolean;
|
|
13
13
|
showSeconds: boolean;
|
|
14
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
14
|
+
}, {}, {}, {}, string, import('vue', { with: { "resolution-mode": "import" } }).ComponentProvideOptions, false, {
|
|
15
15
|
rootTemplateRef: HTMLDivElement;
|
|
16
|
-
hourInputTemplateRef: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('../OnyxStepper/types.js', { with: { "resolution-mode": "import" } }).OnyxStepperProps> & Readonly<{
|
|
16
|
+
hourInputTemplateRef: import('vue', { with: { "resolution-mode": "import" } }).CreateComponentPublicInstanceWithMixins<Readonly<import('../OnyxStepper/types.js', { with: { "resolution-mode": "import" } }).OnyxStepperProps> & Readonly<{
|
|
17
17
|
onValidityChange?: ((validity: ValidityState) => any) | undefined;
|
|
18
18
|
"onUpdate:modelValue"?: ((value?: import('../../index.js', { with: { "resolution-mode": "import" } }).Nullable<number>) => any) | undefined;
|
|
19
19
|
}>, {
|
|
20
|
-
input: Readonly<import('vue').ShallowRef<HTMLInputElement | null>>;
|
|
21
|
-
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
20
|
+
input: Readonly<import('vue', { with: { "resolution-mode": "import" } }).ShallowRef<HTMLInputElement | null>>;
|
|
21
|
+
}, {}, {}, {}, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, {
|
|
22
22
|
validityChange: (validity: ValidityState) => any;
|
|
23
23
|
"update:modelValue": (value?: import('../../index.js', { with: { "resolution-mode": "import" } }).Nullable<number>) => any;
|
|
24
|
-
}, import('vue').PublicProps, {
|
|
24
|
+
}, import('vue', { with: { "resolution-mode": "import" } }).PublicProps, {
|
|
25
25
|
skeleton: import('../../composables/useSkeletonState.js', { with: { "resolution-mode": "import" } }).SkeletonInjected;
|
|
26
|
-
disabled: import('../OnyxForm/OnyxForm.core', { with: { "resolution-mode": "import" } }).FormInjected<boolean>;
|
|
27
|
-
showError: import('../OnyxForm/OnyxForm.core', { with: { "resolution-mode": "import" } }).FormInjected<import('../../composables/useErrorClass.js', { with: { "resolution-mode": "import" } }).ShowErrorMode>;
|
|
26
|
+
disabled: import('../OnyxForm/OnyxForm.core.js', { with: { "resolution-mode": "import" } }).FormInjected<boolean>;
|
|
27
|
+
showError: import('../OnyxForm/OnyxForm.core.js', { with: { "resolution-mode": "import" } }).FormInjected<import('../../composables/useErrorClass.js', { with: { "resolution-mode": "import" } }).ShowErrorMode>;
|
|
28
28
|
readonly: boolean;
|
|
29
29
|
loading: boolean;
|
|
30
30
|
stepSize: number;
|
|
31
31
|
hideButtons: boolean;
|
|
32
|
-
}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
|
|
32
|
+
}, false, {}, {}, import('vue', { with: { "resolution-mode": "import" } }).GlobalComponents, import('vue', { with: { "resolution-mode": "import" } }).GlobalDirectives, string, {
|
|
33
33
|
inputRef: HTMLInputElement;
|
|
34
|
-
}, any, import('vue').ComponentProvideOptions, {
|
|
34
|
+
}, any, import('vue', { with: { "resolution-mode": "import" } }).ComponentProvideOptions, {
|
|
35
35
|
P: {};
|
|
36
36
|
B: {};
|
|
37
37
|
D: {};
|
|
@@ -42,35 +42,35 @@ declare const _default: import('vue').DefineComponent<OnyxTimepickerProps, {}, {
|
|
|
42
42
|
onValidityChange?: ((validity: ValidityState) => any) | undefined;
|
|
43
43
|
"onUpdate:modelValue"?: ((value?: import('../../index.js', { with: { "resolution-mode": "import" } }).Nullable<number>) => any) | undefined;
|
|
44
44
|
}>, {
|
|
45
|
-
input: Readonly<import('vue').ShallowRef<HTMLInputElement | null>>;
|
|
45
|
+
input: Readonly<import('vue', { with: { "resolution-mode": "import" } }).ShallowRef<HTMLInputElement | null>>;
|
|
46
46
|
}, {}, {}, {}, {
|
|
47
47
|
skeleton: import('../../composables/useSkeletonState.js', { with: { "resolution-mode": "import" } }).SkeletonInjected;
|
|
48
|
-
disabled: import('../OnyxForm/OnyxForm.core', { with: { "resolution-mode": "import" } }).FormInjected<boolean>;
|
|
49
|
-
showError: import('../OnyxForm/OnyxForm.core', { with: { "resolution-mode": "import" } }).FormInjected<import('../../composables/useErrorClass.js', { with: { "resolution-mode": "import" } }).ShowErrorMode>;
|
|
48
|
+
disabled: import('../OnyxForm/OnyxForm.core.js', { with: { "resolution-mode": "import" } }).FormInjected<boolean>;
|
|
49
|
+
showError: import('../OnyxForm/OnyxForm.core.js', { with: { "resolution-mode": "import" } }).FormInjected<import('../../composables/useErrorClass.js', { with: { "resolution-mode": "import" } }).ShowErrorMode>;
|
|
50
50
|
readonly: boolean;
|
|
51
51
|
loading: boolean;
|
|
52
52
|
stepSize: number;
|
|
53
53
|
hideButtons: boolean;
|
|
54
54
|
}> | null;
|
|
55
|
-
minuteInputTemplateRef: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('../OnyxStepper/types.js', { with: { "resolution-mode": "import" } }).OnyxStepperProps> & Readonly<{
|
|
55
|
+
minuteInputTemplateRef: import('vue', { with: { "resolution-mode": "import" } }).CreateComponentPublicInstanceWithMixins<Readonly<import('../OnyxStepper/types.js', { with: { "resolution-mode": "import" } }).OnyxStepperProps> & Readonly<{
|
|
56
56
|
onValidityChange?: ((validity: ValidityState) => any) | undefined;
|
|
57
57
|
"onUpdate:modelValue"?: ((value?: import('../../index.js', { with: { "resolution-mode": "import" } }).Nullable<number>) => any) | undefined;
|
|
58
58
|
}>, {
|
|
59
|
-
input: Readonly<import('vue').ShallowRef<HTMLInputElement | null>>;
|
|
60
|
-
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
59
|
+
input: Readonly<import('vue', { with: { "resolution-mode": "import" } }).ShallowRef<HTMLInputElement | null>>;
|
|
60
|
+
}, {}, {}, {}, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, {
|
|
61
61
|
validityChange: (validity: ValidityState) => any;
|
|
62
62
|
"update:modelValue": (value?: import('../../index.js', { with: { "resolution-mode": "import" } }).Nullable<number>) => any;
|
|
63
|
-
}, import('vue').PublicProps, {
|
|
63
|
+
}, import('vue', { with: { "resolution-mode": "import" } }).PublicProps, {
|
|
64
64
|
skeleton: import('../../composables/useSkeletonState.js', { with: { "resolution-mode": "import" } }).SkeletonInjected;
|
|
65
|
-
disabled: import('../OnyxForm/OnyxForm.core', { with: { "resolution-mode": "import" } }).FormInjected<boolean>;
|
|
66
|
-
showError: import('../OnyxForm/OnyxForm.core', { with: { "resolution-mode": "import" } }).FormInjected<import('../../composables/useErrorClass.js', { with: { "resolution-mode": "import" } }).ShowErrorMode>;
|
|
65
|
+
disabled: import('../OnyxForm/OnyxForm.core.js', { with: { "resolution-mode": "import" } }).FormInjected<boolean>;
|
|
66
|
+
showError: import('../OnyxForm/OnyxForm.core.js', { with: { "resolution-mode": "import" } }).FormInjected<import('../../composables/useErrorClass.js', { with: { "resolution-mode": "import" } }).ShowErrorMode>;
|
|
67
67
|
readonly: boolean;
|
|
68
68
|
loading: boolean;
|
|
69
69
|
stepSize: number;
|
|
70
70
|
hideButtons: boolean;
|
|
71
|
-
}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
|
|
71
|
+
}, false, {}, {}, import('vue', { with: { "resolution-mode": "import" } }).GlobalComponents, import('vue', { with: { "resolution-mode": "import" } }).GlobalDirectives, string, {
|
|
72
72
|
inputRef: HTMLInputElement;
|
|
73
|
-
}, any, import('vue').ComponentProvideOptions, {
|
|
73
|
+
}, any, import('vue', { with: { "resolution-mode": "import" } }).ComponentProvideOptions, {
|
|
74
74
|
P: {};
|
|
75
75
|
B: {};
|
|
76
76
|
D: {};
|
|
@@ -81,35 +81,35 @@ declare const _default: import('vue').DefineComponent<OnyxTimepickerProps, {}, {
|
|
|
81
81
|
onValidityChange?: ((validity: ValidityState) => any) | undefined;
|
|
82
82
|
"onUpdate:modelValue"?: ((value?: import('../../index.js', { with: { "resolution-mode": "import" } }).Nullable<number>) => any) | undefined;
|
|
83
83
|
}>, {
|
|
84
|
-
input: Readonly<import('vue').ShallowRef<HTMLInputElement | null>>;
|
|
84
|
+
input: Readonly<import('vue', { with: { "resolution-mode": "import" } }).ShallowRef<HTMLInputElement | null>>;
|
|
85
85
|
}, {}, {}, {}, {
|
|
86
86
|
skeleton: import('../../composables/useSkeletonState.js', { with: { "resolution-mode": "import" } }).SkeletonInjected;
|
|
87
|
-
disabled: import('../OnyxForm/OnyxForm.core', { with: { "resolution-mode": "import" } }).FormInjected<boolean>;
|
|
88
|
-
showError: import('../OnyxForm/OnyxForm.core', { with: { "resolution-mode": "import" } }).FormInjected<import('../../composables/useErrorClass.js', { with: { "resolution-mode": "import" } }).ShowErrorMode>;
|
|
87
|
+
disabled: import('../OnyxForm/OnyxForm.core.js', { with: { "resolution-mode": "import" } }).FormInjected<boolean>;
|
|
88
|
+
showError: import('../OnyxForm/OnyxForm.core.js', { with: { "resolution-mode": "import" } }).FormInjected<import('../../composables/useErrorClass.js', { with: { "resolution-mode": "import" } }).ShowErrorMode>;
|
|
89
89
|
readonly: boolean;
|
|
90
90
|
loading: boolean;
|
|
91
91
|
stepSize: number;
|
|
92
92
|
hideButtons: boolean;
|
|
93
93
|
}> | null;
|
|
94
|
-
secondInputTemplateRef: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('../OnyxStepper/types.js', { with: { "resolution-mode": "import" } }).OnyxStepperProps> & Readonly<{
|
|
94
|
+
secondInputTemplateRef: import('vue', { with: { "resolution-mode": "import" } }).CreateComponentPublicInstanceWithMixins<Readonly<import('../OnyxStepper/types.js', { with: { "resolution-mode": "import" } }).OnyxStepperProps> & Readonly<{
|
|
95
95
|
onValidityChange?: ((validity: ValidityState) => any) | undefined;
|
|
96
96
|
"onUpdate:modelValue"?: ((value?: import('../../index.js', { with: { "resolution-mode": "import" } }).Nullable<number>) => any) | undefined;
|
|
97
97
|
}>, {
|
|
98
|
-
input: Readonly<import('vue').ShallowRef<HTMLInputElement | null>>;
|
|
99
|
-
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
98
|
+
input: Readonly<import('vue', { with: { "resolution-mode": "import" } }).ShallowRef<HTMLInputElement | null>>;
|
|
99
|
+
}, {}, {}, {}, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, {
|
|
100
100
|
validityChange: (validity: ValidityState) => any;
|
|
101
101
|
"update:modelValue": (value?: import('../../index.js', { with: { "resolution-mode": "import" } }).Nullable<number>) => any;
|
|
102
|
-
}, import('vue').PublicProps, {
|
|
102
|
+
}, import('vue', { with: { "resolution-mode": "import" } }).PublicProps, {
|
|
103
103
|
skeleton: import('../../composables/useSkeletonState.js', { with: { "resolution-mode": "import" } }).SkeletonInjected;
|
|
104
|
-
disabled: import('../OnyxForm/OnyxForm.core', { with: { "resolution-mode": "import" } }).FormInjected<boolean>;
|
|
105
|
-
showError: import('../OnyxForm/OnyxForm.core', { with: { "resolution-mode": "import" } }).FormInjected<import('../../composables/useErrorClass.js', { with: { "resolution-mode": "import" } }).ShowErrorMode>;
|
|
104
|
+
disabled: import('../OnyxForm/OnyxForm.core.js', { with: { "resolution-mode": "import" } }).FormInjected<boolean>;
|
|
105
|
+
showError: import('../OnyxForm/OnyxForm.core.js', { with: { "resolution-mode": "import" } }).FormInjected<import('../../composables/useErrorClass.js', { with: { "resolution-mode": "import" } }).ShowErrorMode>;
|
|
106
106
|
readonly: boolean;
|
|
107
107
|
loading: boolean;
|
|
108
108
|
stepSize: number;
|
|
109
109
|
hideButtons: boolean;
|
|
110
|
-
}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
|
|
110
|
+
}, false, {}, {}, import('vue', { with: { "resolution-mode": "import" } }).GlobalComponents, import('vue', { with: { "resolution-mode": "import" } }).GlobalDirectives, string, {
|
|
111
111
|
inputRef: HTMLInputElement;
|
|
112
|
-
}, any, import('vue').ComponentProvideOptions, {
|
|
112
|
+
}, any, import('vue', { with: { "resolution-mode": "import" } }).ComponentProvideOptions, {
|
|
113
113
|
P: {};
|
|
114
114
|
B: {};
|
|
115
115
|
D: {};
|
|
@@ -120,11 +120,11 @@ declare const _default: import('vue').DefineComponent<OnyxTimepickerProps, {}, {
|
|
|
120
120
|
onValidityChange?: ((validity: ValidityState) => any) | undefined;
|
|
121
121
|
"onUpdate:modelValue"?: ((value?: import('../../index.js', { with: { "resolution-mode": "import" } }).Nullable<number>) => any) | undefined;
|
|
122
122
|
}>, {
|
|
123
|
-
input: Readonly<import('vue').ShallowRef<HTMLInputElement | null>>;
|
|
123
|
+
input: Readonly<import('vue', { with: { "resolution-mode": "import" } }).ShallowRef<HTMLInputElement | null>>;
|
|
124
124
|
}, {}, {}, {}, {
|
|
125
125
|
skeleton: import('../../composables/useSkeletonState.js', { with: { "resolution-mode": "import" } }).SkeletonInjected;
|
|
126
|
-
disabled: import('../OnyxForm/OnyxForm.core', { with: { "resolution-mode": "import" } }).FormInjected<boolean>;
|
|
127
|
-
showError: import('../OnyxForm/OnyxForm.core', { with: { "resolution-mode": "import" } }).FormInjected<import('../../composables/useErrorClass.js', { with: { "resolution-mode": "import" } }).ShowErrorMode>;
|
|
126
|
+
disabled: import('../OnyxForm/OnyxForm.core.js', { with: { "resolution-mode": "import" } }).FormInjected<boolean>;
|
|
127
|
+
showError: import('../OnyxForm/OnyxForm.core.js', { with: { "resolution-mode": "import" } }).FormInjected<import('../../composables/useErrorClass.js', { with: { "resolution-mode": "import" } }).ShowErrorMode>;
|
|
128
128
|
readonly: boolean;
|
|
129
129
|
loading: boolean;
|
|
130
130
|
stepSize: number;
|
|
@@ -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<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
27
|
+
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, {
|
|
28
28
|
validityChange: (validity: ValidityState) => any;
|
|
29
29
|
"update:modelValue": (value?: string | undefined) => any;
|
|
30
|
-
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
30
|
+
}, string, import('vue', { with: { "resolution-mode": "import" } }).PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
31
31
|
onValidityChange?: ((validity: ValidityState) => any) | undefined;
|
|
32
32
|
"onUpdate:modelValue"?: ((value?: string | undefined) => any) | undefined;
|
|
33
33
|
}>, {
|
|
@@ -38,7 +38,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}
|
|
|
38
38
|
readonly: boolean;
|
|
39
39
|
loading: boolean;
|
|
40
40
|
step: number;
|
|
41
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
41
|
+
}, {}, {}, {}, string, import('vue', { with: { "resolution-mode": "import" } }).ComponentProvideOptions, false, {
|
|
42
42
|
inputRef: HTMLInputElement;
|
|
43
43
|
}, any>;
|
|
44
44
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
@@ -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;
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { OnyxToastMessageProps } from './types.js';
|
|
2
|
-
declare const _default: import('vue').DefineComponent<OnyxToastMessageProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
2
|
+
declare const _default: import('vue', { with: { "resolution-mode": "import" } }).DefineComponent<OnyxToastMessageProps, {}, {}, {}, {}, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, {
|
|
3
3
|
close: () => any;
|
|
4
|
-
}, string, import('vue').PublicProps, Readonly<OnyxToastMessageProps> & Readonly<{
|
|
4
|
+
}, string, import('vue', { with: { "resolution-mode": "import" } }).PublicProps, Readonly<OnyxToastMessageProps> & Readonly<{
|
|
5
5
|
onClose?: (() => any) | undefined;
|
|
6
6
|
}>, {
|
|
7
7
|
icon: string | false;
|
|
8
8
|
color: Extract<import('../../index.js', { with: { "resolution-mode": "import" } }).OnyxColor, "neutral" | "danger" | "warning" | "success">;
|
|
9
9
|
duration: number;
|
|
10
10
|
clickable: boolean;
|
|
11
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
11
|
+
}, {}, {}, {}, string, import('vue', { with: { "resolution-mode": "import" } }).ComponentProvideOptions, false, {}, any>;
|
|
12
12
|
export default _default;
|
|
@@ -41,9 +41,9 @@ declare function __VLS_template(): {
|
|
|
41
41
|
rootEl: HTMLDivElement;
|
|
42
42
|
};
|
|
43
43
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
44
|
-
declare const __VLS_component: import('vue').DefineComponent<OnyxTooltipProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
44
|
+
declare const __VLS_component: import('vue', { with: { "resolution-mode": "import" } }).DefineComponent<OnyxTooltipProps, {}, {}, {}, {}, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, {
|
|
45
45
|
"update:open": (open: Nullable<boolean>) => any;
|
|
46
|
-
}, string, import('vue').PublicProps, Readonly<OnyxTooltipProps> & Readonly<{
|
|
46
|
+
}, string, import('vue', { with: { "resolution-mode": "import" } }).PublicProps, Readonly<OnyxTooltipProps> & Readonly<{
|
|
47
47
|
"onUpdate:open"?: ((open: Nullable<boolean>) => any) | undefined;
|
|
48
48
|
}>, {
|
|
49
49
|
open: boolean | null;
|
|
@@ -53,7 +53,7 @@ declare const __VLS_component: import('vue').DefineComponent<OnyxTooltipProps, {
|
|
|
53
53
|
fitParent: boolean;
|
|
54
54
|
position: import('../../composables/useAnchorPositionPolyfill.js', { with: { "resolution-mode": "import" } }).AnchorPosition | "auto";
|
|
55
55
|
trigger: import('./types.js', { with: { "resolution-mode": "import" } }).TooltipTrigger;
|
|
56
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
56
|
+
}, {}, {}, {}, string, import('vue', { with: { "resolution-mode": "import" } }).ComponentProvideOptions, false, {
|
|
57
57
|
tooltipWrapperRefEl: HTMLDivElement;
|
|
58
58
|
tooltipRefEl: HTMLDivElement;
|
|
59
59
|
}, HTMLDivElement>;
|
|
@@ -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<OnyxVisuallyHiddenProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<OnyxVisuallyHiddenProps> & Readonly<{}>, {
|
|
19
|
+
declare const __VLS_component: import('vue', { with: { "resolution-mode": "import" } }).DefineComponent<OnyxVisuallyHiddenProps, {}, {}, {}, {}, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, {}, string, import('vue', { with: { "resolution-mode": "import" } }).PublicProps, Readonly<OnyxVisuallyHiddenProps> & Readonly<{}>, {
|
|
20
20
|
is: string;
|
|
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,9 +1,9 @@
|
|
|
1
1
|
type __VLS_PublicProps = {
|
|
2
2
|
"dark"?: boolean;
|
|
3
3
|
};
|
|
4
|
-
declare const _default: import('vue').DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
4
|
+
declare const _default: import('vue', { with: { "resolution-mode": "import" } }).DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, {
|
|
5
5
|
"update:dark": (value: boolean) => any;
|
|
6
|
-
}, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
6
|
+
}, string, import('vue', { with: { "resolution-mode": "import" } }).PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
7
7
|
"onUpdate:dark"?: ((value: boolean) => any) | undefined;
|
|
8
|
-
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
8
|
+
}>, {}, {}, {}, {}, string, import('vue', { with: { "resolution-mode": "import" } }).ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
9
9
|
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, {}, 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,3 +1,3 @@
|
|
|
1
1
|
import { OnyxFileUploadSVGProps } from './types.js';
|
|
2
|
-
declare const _default: import('vue').DefineComponent<OnyxFileUploadSVGProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<OnyxFileUploadSVGProps> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, SVGSVGElement>;
|
|
2
|
+
declare const _default: import('vue', { with: { "resolution-mode": "import" } }).DefineComponent<OnyxFileUploadSVGProps, {}, {}, {}, {}, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, {}, string, import('vue', { with: { "resolution-mode": "import" } }).PublicProps, Readonly<OnyxFileUploadSVGProps> & Readonly<{}>, {}, {}, {}, {}, string, import('vue', { with: { "resolution-mode": "import" } }).ComponentProvideOptions, false, {}, SVGSVGElement>;
|
|
3
3
|
export default _default;
|
package/dist/index.d.ts
CHANGED
|
@@ -123,6 +123,8 @@ export { default as OnyxSegmentedControlElement } from './components/OnyxSegment
|
|
|
123
123
|
export * from './components/OnyxSegmentedControlElement/types.js';
|
|
124
124
|
export { default as OnyxSelect } from './components/OnyxSelect/OnyxSelect.vue';
|
|
125
125
|
export * from './components/OnyxSelect/types.js';
|
|
126
|
+
export { default as OnyxUnstableItemsPerPage } from './components/OnyxItemsPerPage/OnyxItemsPerPage.vue';
|
|
127
|
+
export * from './components/OnyxItemsPerPage/types.js';
|
|
126
128
|
export { default as OnyxSelectDialog } from './components/OnyxSelectDialog/OnyxSelectDialog.vue';
|
|
127
129
|
export * from './components/OnyxSelectDialog/types.js';
|
|
128
130
|
export { default as OnyxSelectInput } from './components/OnyxSelectInput/OnyxSelectInput.vue';
|