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.
Files changed (129) hide show
  1. package/dist/components/OnyxAccordion/OnyxAccordion.d.vue.ts +1 -1
  2. package/dist/components/OnyxAccordionItem/OnyxAccordionItem.d.vue.ts +2 -2
  3. package/dist/components/OnyxAlertModal/OnyxAlertModal.d.vue.ts +3 -3
  4. package/dist/components/OnyxAppLayout/OnyxAppLayout.d.vue.ts +2 -2
  5. package/dist/components/OnyxAvatar/OnyxAvatar.d.vue.ts +2 -2
  6. package/dist/components/OnyxAvatarStack/OnyxAvatarStack.d.vue.ts +1 -1
  7. package/dist/components/OnyxBadge/OnyxBadge.d.vue.ts +2 -2
  8. package/dist/components/OnyxBasicDialog/OnyxBasicDialog.d.vue.ts +5 -5
  9. package/dist/components/OnyxBasicPopover/OnyxBasicPopover.d.vue.ts +6 -6
  10. package/dist/components/OnyxBottomBar/OnyxBottomBar.d.vue.ts +2 -2
  11. package/dist/components/OnyxBreadcrumb/OnyxBreadcrumb.d.vue.ts +2 -2
  12. package/dist/components/OnyxBreadcrumbItem/OnyxBreadcrumbItem.d.vue.ts +2 -2
  13. package/dist/components/OnyxButton/ButtonOrLinkLayout.d.vue.ts +2 -2
  14. package/dist/components/OnyxButton/OnyxButton.d.vue.ts +7 -7
  15. package/dist/components/OnyxCalendar/OnyxCalendar.d.vue.ts +1 -1
  16. package/dist/components/OnyxCalendarCell/OnyxCalendarCell.d.vue.ts +2 -2
  17. package/dist/components/OnyxCard/OnyxCard.d.vue.ts +2 -2
  18. package/dist/components/OnyxCheckbox/OnyxCheckbox.d.vue.ts +2 -2
  19. package/dist/components/OnyxCheckboxGroup/OnyxCheckboxGroup.d.vue.ts +2 -2
  20. package/dist/components/OnyxCodeTab/OnyxCodeTab.d.vue.ts +2 -2
  21. package/dist/components/OnyxCodeTabs/OnyxCodeTabs.d.vue.ts +1 -1
  22. package/dist/components/OnyxDataGrid/OnyxDataGrid.d.vue.ts +1 -1
  23. package/dist/components/OnyxDataGrid/OnyxDataGridRenderer/OnyxDataGridRenderer.d.vue.ts +1 -1
  24. package/dist/components/OnyxDataGrid/features/HeaderCell.d.vue.ts +1 -1
  25. package/dist/components/OnyxDataGrid/features/pagination/pagination.d.ts +3 -0
  26. package/dist/components/OnyxDataGrid/features/pagination/types.d.ts +9 -0
  27. package/dist/components/OnyxDataGrid/features/sorting/SortAction.d.vue.ts +1 -1
  28. package/dist/components/OnyxDatePicker/OnyxDatePicker.d.vue.ts +3 -3
  29. package/dist/components/OnyxDialog/OnyxDialog.d.vue.ts +3 -3
  30. package/dist/components/OnyxEmpty/OnyxEmpty.d.vue.ts +1 -1
  31. package/dist/components/OnyxErrorTooltip/OnyxErrorTooltip.d.vue.ts +1 -1
  32. package/dist/components/OnyxExternalLinkIcon/OnyxExternalLinkIcon.d.vue.ts +2 -2
  33. package/dist/components/OnyxFAB/OnyxFAB.d.vue.ts +3 -3
  34. package/dist/components/OnyxFABButton/OnyxFABButton.d.vue.ts +2 -2
  35. package/dist/components/OnyxFABItem/OnyxFABItem.d.vue.ts +1 -1
  36. package/dist/components/OnyxFileCard/OnyxFileCard.d.vue.ts +3 -3
  37. package/dist/components/OnyxFileTypeIcon/OnyxFileTypeIcon.d.vue.ts +1 -1
  38. package/dist/components/OnyxFileUpload/OnyxFileUpload.d.vue.ts +1 -1
  39. package/dist/components/OnyxFilterTag/OnyxFilterTag.d.vue.ts +3 -3
  40. package/dist/components/OnyxForm/OnyxForm.d.vue.ts +2 -2
  41. package/dist/components/OnyxFormElement/FormMessage.d.vue.ts +1 -1
  42. package/dist/components/OnyxFormElement/OnyxFormElement.d.vue.ts +1 -1
  43. package/dist/components/OnyxGlobalFAB/OnyxGlobalFAB.d.vue.ts +1 -1
  44. package/dist/components/OnyxGlobalSearch/OnyxGlobalSearch.d.vue.ts +20 -20
  45. package/dist/components/OnyxGlobalSearchGroup/OnyxGlobalSearchGroup.d.vue.ts +1 -1
  46. package/dist/components/OnyxGlobalSearchOption/OnyxGlobalSearchOption.d.vue.ts +2 -2
  47. package/dist/components/OnyxHeadline/OnyxHeadline.d.vue.ts +2 -2
  48. package/dist/components/OnyxIcon/OnyxIcon.d.vue.ts +1 -1
  49. package/dist/components/OnyxIconButton/OnyxIconButton.d.vue.ts +2 -2
  50. package/dist/components/OnyxImage/OnyxImage.d.vue.ts +2 -2
  51. package/dist/components/OnyxInfoCard/OnyxInfoCard.d.vue.ts +3 -3
  52. package/dist/components/OnyxInfoTooltip/OnyxInfoTooltip.d.vue.ts +3 -3
  53. package/dist/components/OnyxInput/OnyxInput.d.vue.ts +5 -5
  54. package/dist/components/OnyxItemsPerPage/OnyxItemsPerPage.d.vue.ts +14 -0
  55. package/dist/components/OnyxItemsPerPage/types.d.ts +35 -0
  56. package/dist/components/OnyxLink/OnyxLink.d.vue.ts +2 -2
  57. package/dist/components/OnyxListItem/OnyxListItem.d.vue.ts +2 -2
  58. package/dist/components/OnyxLoadingIndicator/OnyxCircleSpinner.d.vue.ts +1 -1
  59. package/dist/components/OnyxLoadingIndicator/OnyxLoadingDots.d.vue.ts +1 -1
  60. package/dist/components/OnyxLoadingIndicator/OnyxLoadingIndicator.d.vue.ts +2 -2
  61. package/dist/components/OnyxMiniSearch/OnyxMiniSearch.d.vue.ts +4 -4
  62. package/dist/components/OnyxMobileNavButton/OnyxMobileNavButton.d.vue.ts +3 -3
  63. package/dist/components/OnyxModal/OnyxModal.d.vue.ts +3 -3
  64. package/dist/components/OnyxMoreList/OnyxMoreList.d.vue.ts +4 -4
  65. package/dist/components/OnyxNavAppArea/OnyxNavAppArea.d.vue.ts +2 -2
  66. package/dist/components/OnyxNavBar/OnyxNavBar.d.vue.ts +4 -4
  67. package/dist/components/OnyxNavBar/modules/OnyxColorSchemeDialog/OnyxColorSchemeDialog.d.vue.ts +3 -3
  68. package/dist/components/OnyxNavBar/modules/OnyxColorSchemeMenuItem/OnyxColorSchemeMenuItem.d.vue.ts +3 -3
  69. package/dist/components/OnyxNavBar/modules/OnyxFlyoutMenu/OnyxFlyoutMenu.d.vue.ts +1 -1
  70. package/dist/components/OnyxNavBar/modules/OnyxLanguageMenuItem/OnyxLanguageMenuItem.d.vue.ts +1 -1
  71. package/dist/components/OnyxNavBar/modules/OnyxMenuItem/OnyxMenuItem.d.vue.ts +64 -64
  72. package/dist/components/OnyxNavBar/modules/OnyxNavItem/OnyxNavItem.d.vue.ts +29 -29
  73. package/dist/components/OnyxNavBar/modules/OnyxNavItemFacade/OnyxNavItemFacade.d.vue.ts +1 -1
  74. package/dist/components/OnyxNavBar/modules/OnyxTimer/OnyxTimer.d.vue.ts +5 -5
  75. package/dist/components/OnyxNavBar/modules/OnyxUserMenu/OnyxUserMenu.d.vue.ts +3 -3
  76. package/dist/components/OnyxNavBar/modules/OnyxUserMenu/UserMenuLayout.d.vue.ts +2 -2
  77. package/dist/components/OnyxNotificationCard/OnyxNotificationCard.d.vue.ts +2 -2
  78. package/dist/components/OnyxNotificationDot/OnyxNotificationDot.d.vue.ts +2 -2
  79. package/dist/components/OnyxNotificationMessage/OnyxNotificationMessage.d.vue.ts +3 -3
  80. package/dist/components/OnyxNotifications/OnyxNotifications.d.vue.ts +1 -1
  81. package/dist/components/OnyxPageLayout/OnyxPageLayout.d.vue.ts +2 -2
  82. package/dist/components/OnyxPagination/OnyxInlinePagination.d.vue.ts +3 -3
  83. package/dist/components/OnyxPagination/OnyxPagination.d.vue.ts +3 -3
  84. package/dist/components/OnyxPagination/OnyxSelectPagination.d.vue.ts +3 -3
  85. package/dist/components/OnyxProgressItem/OnyxProgressItem.d.vue.ts +2 -2
  86. package/dist/components/OnyxProgressSteps/OnyxProgressSteps.d.vue.ts +3 -3
  87. package/dist/components/OnyxRadioButton/OnyxRadioButton.d.vue.ts +2 -2
  88. package/dist/components/OnyxRadioGroup/OnyxRadioGroup.d.vue.ts +2 -2
  89. package/dist/components/OnyxResizeHandle/OnyxResizeHandle.d.vue.ts +3 -3
  90. package/dist/components/OnyxRipple/OnyxRipple.d.vue.ts +3 -3
  91. package/dist/components/OnyxRouterLink/OnyxRouterLink.d.vue.ts +2 -2
  92. package/dist/components/OnyxSegmentedControl/OnyxSegmentedControl.d.vue.ts +1 -1
  93. package/dist/components/OnyxSegmentedControlElement/OnyxSegmentedControlElement.d.vue.ts +2 -2
  94. package/dist/components/OnyxSelect/OnyxSelect.d.vue.ts +1 -1
  95. package/dist/components/OnyxSelectDialog/OnyxSelectDialog.d.vue.ts +1 -1
  96. package/dist/components/OnyxSelectInput/OnyxSelectInput.d.vue.ts +2 -2
  97. package/dist/components/OnyxSelectOption/OnyxSelectOption.d.vue.ts +2 -2
  98. package/dist/components/OnyxSeparator/OnyxSeparator.d.vue.ts +2 -2
  99. package/dist/components/OnyxSidebar/OnyxSidebar.d.vue.ts +31 -31
  100. package/dist/components/OnyxSidebar/modules/OnyxSidebarItem/OnyxSidebarItem.d.vue.ts +2 -2
  101. package/dist/components/OnyxSkeleton/OnyxSkeleton.d.vue.ts +1 -1
  102. package/dist/components/OnyxSlider/OnyxSlider.d.vue.ts +1 -1
  103. package/dist/components/OnyxSliderControl/OnyxSliderControl.d.vue.ts +4 -4
  104. package/dist/components/OnyxStepper/OnyxStepper.d.vue.ts +5 -5
  105. package/dist/components/OnyxSwitch/OnyxSwitch.d.vue.ts +5 -5
  106. package/dist/components/OnyxSystemButton/OnyxSystemButton.d.vue.ts +2 -2
  107. package/dist/components/OnyxTab/OnyxTab.d.vue.ts +2 -2
  108. package/dist/components/OnyxTable/OnyxTable.d.vue.ts +2 -2
  109. package/dist/components/OnyxTabs/OnyxTabs.d.vue.ts +1 -1
  110. package/dist/components/OnyxTag/OnyxTag.d.vue.ts +2 -2
  111. package/dist/components/OnyxTextarea/OnyxTextarea.d.vue.ts +5 -5
  112. package/dist/components/OnyxTimepicker/OnyxTimepicker.d.vue.ts +39 -39
  113. package/dist/components/OnyxTimepicker/OnyxTimepickerInput.d.vue.ts +3 -3
  114. package/dist/components/OnyxToast/OnyxToast.d.vue.ts +1 -1
  115. package/dist/components/OnyxToastMessage/OnyxToastMessage.d.vue.ts +3 -3
  116. package/dist/components/OnyxTooltip/OnyxTooltip.d.vue.ts +3 -3
  117. package/dist/components/OnyxVisuallyHidden/OnyxVisuallyHidden.d.vue.ts +2 -2
  118. package/dist/components/examples/ComponentShowcase/ComponentShowcase.d.vue.ts +3 -3
  119. package/dist/components/illustrations/OnyxErrorSVG/OnyxErrorSVG.d.vue.ts +1 -1
  120. package/dist/components/illustrations/OnyxFileUploadSVG/OnyxFileUploadSVG.d.vue.ts +1 -1
  121. package/dist/i18n/locales/de-DE.json +6 -0
  122. package/dist/i18n/locales/en-US.json +6 -0
  123. package/dist/i18n/locales/en-US.json.d.ts +6 -0
  124. package/dist/index.d.ts +2 -0
  125. package/dist/index.esm-bundler.js +560 -464
  126. package/dist/index.esm-bundler.js.map +1 -1
  127. package/dist/index.js +3014 -2945
  128. package/dist/style.css +1 -1
  129. package/package.json +8 -8
@@ -2,7 +2,7 @@ import { OnyxCountryMenuItemProps } from './types.js';
2
2
  declare const _default: <TValue extends string>(__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"> & OnyxCountryMenuItemProps<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"> & OnyxCountryMenuItemProps<TValue> & Partial<{}>> & import('vue', { with: { "resolution-mode": "import" } }).PublicProps;
6
6
  expose(exposed: import('vue').ShallowUnwrapRef<{}>): void;
7
7
  attrs: any;
8
8
  slots: {};
@@ -7,8 +7,8 @@ import { default as OnyxExternalLinkIcon } from '../../../OnyxExternalLinkIcon/O
7
7
  import { default as OnyxIcon } from '../../../OnyxIcon/OnyxIcon.vue';
8
8
  import { default as OnyxListItem } from '../../../OnyxListItem/OnyxListItem.vue';
9
9
  import { OnyxMenuItemProps } from './types.js';
10
- declare const t: Readonly<import('vue').Ref<import('../../../../i18n/index.js', { with: { "resolution-mode": "import" } }).TranslationFunction, import('../../../../i18n/index.js', { with: { "resolution-mode": "import" } }).TranslationFunction>>;
11
- declare const rootAttrs: import('vue').ComputedRef<Pick<Pick<import('vue').HTMLAttributes, "style" | "class">, "style" | "class">>, restAttrs: import('vue').ComputedRef<Omit<Pick<import('vue').HTMLAttributes, "style" | "class">, "style" | "class">>;
10
+ declare const t: Readonly<import('vue', { with: { "resolution-mode": "import" } }).Ref<import('../../../../i18n/index.js', { with: { "resolution-mode": "import" } }).TranslationFunction, import('../../../../i18n/index.js', { with: { "resolution-mode": "import" } }).TranslationFunction>>;
11
+ declare const rootAttrs: import('vue', { with: { "resolution-mode": "import" } }).ComputedRef<Pick<Pick<import('vue', { with: { "resolution-mode": "import" } }).HTMLAttributes, "style" | "class">, "style" | "class">>, restAttrs: import('vue', { with: { "resolution-mode": "import" } }).ComputedRef<Omit<Pick<import('vue', { with: { "resolution-mode": "import" } }).HTMLAttributes, "style" | "class">, "style" | "class">>;
12
12
  declare const slots: Readonly<{
13
13
  /**
14
14
  * Button/link text and additional inline content.
@@ -31,19 +31,19 @@ declare const slots: Readonly<{
31
31
  /**
32
32
  * Controls the open state.
33
33
  */
34
- declare const open: import('vue').Ref<NonNullable<import('../../../../index.js', { with: { "resolution-mode": "import" } }).Nullable<boolean>>, NonNullable<import('../../../../index.js', { with: { "resolution-mode": "import" } }).Nullable<boolean>>>;
34
+ declare const open: import('vue', { with: { "resolution-mode": "import" } }).Ref<NonNullable<import('../../../../index.js', { with: { "resolution-mode": "import" } }).Nullable<boolean>>, NonNullable<import('../../../../index.js', { with: { "resolution-mode": "import" } }).Nullable<boolean>>>;
35
35
  declare const listItem: {
36
36
  role: string;
37
37
  };
38
- declare const isActive: import('vue').ComputedRef<boolean>;
39
- declare const menuItemProps: import('vue').ComputedRef<{
38
+ declare const isActive: import('vue', { with: { "resolution-mode": "import" } }).ComputedRef<boolean>;
39
+ declare const menuItemProps: import('vue', { with: { "resolution-mode": "import" } }).ComputedRef<{
40
40
  "aria-current": "page" | undefined;
41
41
  "aria-disabled": boolean | undefined;
42
42
  role: string;
43
43
  onKeydown: (event: KeyboardEvent) => void;
44
44
  }>;
45
- declare const hasChildren: import('vue').ComputedRef<boolean>;
46
- declare const childrenClickHandler: import('vue').ComputedRef<{
45
+ declare const hasChildren: import('vue', { with: { "resolution-mode": "import" } }).ComputedRef<boolean>;
46
+ declare const childrenClickHandler: import('vue', { with: { "resolution-mode": "import" } }).ComputedRef<{
47
47
  onClick: () => boolean;
48
48
  } | null>;
49
49
  declare const handleBackButtonKeydown: (event: KeyboardEvent) => Promise<void>;
@@ -70,7 +70,7 @@ declare function __VLS_template(): {
70
70
  };
71
71
  refs: {
72
72
  menuItemRef: ({
73
- $: import('vue').ComponentInternalInstance;
73
+ $: import('vue', { with: { "resolution-mode": "import" } }).ComponentInternalInstance;
74
74
  $data: {};
75
75
  $props: {
76
76
  readonly disabled?: import('../../../OnyxForm/OnyxForm.core.js', { with: { "resolution-mode": "import" } }).FormInjected<boolean> | undefined;
@@ -78,7 +78,7 @@ declare function __VLS_template(): {
78
78
  readonly autofocus?: boolean | undefined;
79
79
  readonly loading?: boolean | undefined;
80
80
  readonly type?: import('../../../OnyxButton/types.js', { with: { "resolution-mode": "import" } }).ButtonType | undefined;
81
- } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
81
+ } & import('vue', { with: { "resolution-mode": "import" } }).VNodeProps & import('vue', { with: { "resolution-mode": "import" } }).AllowedComponentProps & import('vue', { with: { "resolution-mode": "import" } }).ComponentCustomProps;
82
82
  $attrs: {
83
83
  [x: string]: unknown;
84
84
  };
@@ -88,22 +88,22 @@ declare function __VLS_template(): {
88
88
  buttonRef: HTMLButtonElement;
89
89
  };
90
90
  $slots: Readonly<{
91
- [name: string]: import('vue').Slot<any> | undefined;
91
+ [name: string]: import('vue', { with: { "resolution-mode": "import" } }).Slot<any> | undefined;
92
92
  }>;
93
- $root: import('vue').ComponentPublicInstance | null;
94
- $parent: import('vue').ComponentPublicInstance | null;
93
+ $root: import('vue', { with: { "resolution-mode": "import" } }).ComponentPublicInstance | null;
94
+ $parent: import('vue', { with: { "resolution-mode": "import" } }).ComponentPublicInstance | null;
95
95
  $host: Element | null;
96
96
  $emit: (event: string, ...args: any[]) => void;
97
97
  $el: any;
98
- $options: import('vue').ComponentOptionsBase<Readonly<{
98
+ $options: import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsBase<Readonly<{
99
99
  disabled?: import('../../../OnyxForm/OnyxForm.core.js', { with: { "resolution-mode": "import" } }).FormInjected<boolean> | undefined;
100
100
  link?: string | import('../../../OnyxRouterLink/types.js', { with: { "resolution-mode": "import" } }).SharedLinkProps | undefined;
101
101
  autofocus?: boolean | undefined;
102
102
  loading?: boolean | undefined;
103
103
  type?: import('../../../OnyxButton/types.js', { with: { "resolution-mode": "import" } }).ButtonType | undefined;
104
- }> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
104
+ }> & Readonly<{}>, {}, {}, {}, {}, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, {}, string, {
105
105
  type: import('../../../OnyxButton/types.js', { with: { "resolution-mode": "import" } }).ButtonType;
106
- }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
106
+ }, {}, string, {}, import('vue', { with: { "resolution-mode": "import" } }).GlobalComponents, import('vue', { with: { "resolution-mode": "import" } }).GlobalDirectives, string, import('vue', { with: { "resolution-mode": "import" } }).ComponentProvideOptions> & {
107
107
  beforeCreate?: (() => void) | (() => void)[];
108
108
  created?: (() => void) | (() => void)[];
109
109
  beforeMount?: (() => void) | (() => void)[];
@@ -116,13 +116,13 @@ declare function __VLS_template(): {
116
116
  beforeUnmount?: (() => void) | (() => void)[];
117
117
  destroyed?: (() => void) | (() => void)[];
118
118
  unmounted?: (() => void) | (() => void)[];
119
- renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
120
- renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
121
- errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
119
+ renderTracked?: ((e: import('vue', { with: { "resolution-mode": "import" } }).DebuggerEvent) => void) | ((e: import('vue', { with: { "resolution-mode": "import" } }).DebuggerEvent) => void)[];
120
+ renderTriggered?: ((e: import('vue', { with: { "resolution-mode": "import" } }).DebuggerEvent) => void) | ((e: import('vue', { with: { "resolution-mode": "import" } }).DebuggerEvent) => void)[];
121
+ 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)[];
122
122
  };
123
123
  $forceUpdate: () => void;
124
124
  $nextTick: typeof nextTick;
125
- $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;
125
+ $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;
126
126
  } & Readonly<{
127
127
  type: import('../../../OnyxButton/types.js', { with: { "resolution-mode": "import" } }).ButtonType;
128
128
  }> & Omit<Readonly<{
@@ -131,7 +131,7 @@ declare function __VLS_template(): {
131
131
  autofocus?: boolean | undefined;
132
132
  loading?: boolean | undefined;
133
133
  type?: import('../../../OnyxButton/types.js', { with: { "resolution-mode": "import" } }).ButtonType | undefined;
134
- }> & Readonly<{}>, "type"> & import('vue').ShallowUnwrapRef<{}> & {} & import('vue').ComponentCustomProperties & {} & {
134
+ }> & Readonly<{}>, "type"> & import('vue', { with: { "resolution-mode": "import" } }).ShallowUnwrapRef<{}> & {} & import('vue', { with: { "resolution-mode": "import" } }).ComponentCustomProperties & {} & {
135
135
  $slots: Readonly<{
136
136
  default(): unknown;
137
137
  }> & {
@@ -139,7 +139,7 @@ declare function __VLS_template(): {
139
139
  };
140
140
  }) | null;
141
141
  backButtonRef: ({
142
- $: import('vue').ComponentInternalInstance;
142
+ $: import('vue', { with: { "resolution-mode": "import" } }).ComponentInternalInstance;
143
143
  $data: {};
144
144
  $props: {
145
145
  readonly link?: string | import('../../../OnyxRouterLink/types.js', { with: { "resolution-mode": "import" } }).SharedLinkProps | undefined;
@@ -149,7 +149,7 @@ declare function __VLS_template(): {
149
149
  readonly disabled?: boolean | undefined;
150
150
  readonly color?: Extract<import('../../../../index.js', { with: { "resolution-mode": "import" } }).OnyxColor, "primary" | "danger"> | undefined;
151
151
  readonly "onUpdate:open"?: ((value: boolean) => any) | undefined;
152
- } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
152
+ } & import('vue', { with: { "resolution-mode": "import" } }).VNodeProps & import('vue', { with: { "resolution-mode": "import" } }).AllowedComponentProps & import('vue', { with: { "resolution-mode": "import" } }).ComponentCustomProps;
153
153
  $attrs: {
154
154
  [x: string]: unknown;
155
155
  };
@@ -157,14 +157,14 @@ declare function __VLS_template(): {
157
157
  [x: string]: unknown;
158
158
  };
159
159
  $slots: Readonly<{
160
- [name: string]: import('vue').Slot<any> | undefined;
160
+ [name: string]: import('vue', { with: { "resolution-mode": "import" } }).Slot<any> | undefined;
161
161
  }>;
162
- $root: import('vue').ComponentPublicInstance | null;
163
- $parent: import('vue').ComponentPublicInstance | null;
162
+ $root: import('vue', { with: { "resolution-mode": "import" } }).ComponentPublicInstance | null;
163
+ $parent: import('vue', { with: { "resolution-mode": "import" } }).ComponentPublicInstance | null;
164
164
  $host: Element | null;
165
165
  $emit: (event: "update:open", value: boolean) => void;
166
166
  $el: any;
167
- $options: import('vue').ComponentOptionsBase<Readonly<OnyxMenuItemProps> & Readonly<{
167
+ $options: import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsBase<Readonly<OnyxMenuItemProps> & Readonly<{
168
168
  "onUpdate:open"?: ((value: boolean) => any) | undefined;
169
169
  }>, {
170
170
  iconArrowSmallLeft: typeof iconArrowSmallLeft;
@@ -185,12 +185,12 @@ declare function __VLS_template(): {
185
185
  hasChildren: typeof hasChildren;
186
186
  childrenClickHandler: typeof childrenClickHandler;
187
187
  handleBackButtonKeydown: typeof handleBackButtonKeydown;
188
- }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
188
+ }, {}, {}, {}, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, {
189
189
  "update:open": (value: boolean) => any;
190
190
  }, string, {
191
191
  open: boolean | null;
192
192
  active: boolean | "auto";
193
- }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
193
+ }, {}, string, {}, import('vue', { with: { "resolution-mode": "import" } }).GlobalComponents, import('vue', { with: { "resolution-mode": "import" } }).GlobalDirectives, string, import('vue', { with: { "resolution-mode": "import" } }).ComponentProvideOptions> & {
194
194
  beforeCreate?: (() => void) | (() => void)[];
195
195
  created?: (() => void) | (() => void)[];
196
196
  beforeMount?: (() => void) | (() => void)[];
@@ -203,19 +203,19 @@ declare function __VLS_template(): {
203
203
  beforeUnmount?: (() => void) | (() => void)[];
204
204
  destroyed?: (() => void) | (() => void)[];
205
205
  unmounted?: (() => void) | (() => void)[];
206
- renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
207
- renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
208
- errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
206
+ renderTracked?: ((e: import('vue', { with: { "resolution-mode": "import" } }).DebuggerEvent) => void) | ((e: import('vue', { with: { "resolution-mode": "import" } }).DebuggerEvent) => void)[];
207
+ renderTriggered?: ((e: import('vue', { with: { "resolution-mode": "import" } }).DebuggerEvent) => void) | ((e: import('vue', { with: { "resolution-mode": "import" } }).DebuggerEvent) => void)[];
208
+ 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)[];
209
209
  };
210
210
  $forceUpdate: () => void;
211
211
  $nextTick: typeof nextTick;
212
- $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;
212
+ $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;
213
213
  } & Readonly<{
214
214
  open: boolean | null;
215
215
  active: boolean | "auto";
216
216
  }> & Omit<Readonly<OnyxMenuItemProps> & Readonly<{
217
217
  "onUpdate:open"?: ((value: boolean) => any) | undefined;
218
- }>, "t" | "OnyxIcon" | "isActive" | "ButtonOrLinkLayout" | "mergeVueProps" | "listItem" | "OnyxExternalLinkIcon" | "OnyxListItem" | "rootAttrs" | "restAttrs" | "iconArrowSmallLeft" | "iconChevronRightSmall" | "extractLinkProps" | "menuItemProps" | "hasChildren" | "childrenClickHandler" | "handleBackButtonKeydown" | ("open" | "active")> & import('vue').ShallowUnwrapRef<{
218
+ }>, "t" | "OnyxIcon" | "isActive" | "ButtonOrLinkLayout" | "mergeVueProps" | "listItem" | "OnyxExternalLinkIcon" | "OnyxListItem" | "rootAttrs" | "restAttrs" | "iconArrowSmallLeft" | "iconChevronRightSmall" | "extractLinkProps" | "menuItemProps" | "hasChildren" | "childrenClickHandler" | "handleBackButtonKeydown" | ("open" | "active")> & import('vue', { with: { "resolution-mode": "import" } }).ShallowUnwrapRef<{
219
219
  iconArrowSmallLeft: typeof iconArrowSmallLeft;
220
220
  iconChevronRightSmall: typeof iconChevronRightSmall;
221
221
  mergeVueProps: typeof mergeVueProps;
@@ -234,23 +234,23 @@ declare function __VLS_template(): {
234
234
  hasChildren: typeof hasChildren;
235
235
  childrenClickHandler: typeof childrenClickHandler;
236
236
  handleBackButtonKeydown: typeof handleBackButtonKeydown;
237
- }> & {} & import('vue').ComponentCustomProperties & {} & {
237
+ }> & {} & import('vue', { with: { "resolution-mode": "import" } }).ComponentCustomProperties & {} & {
238
238
  $slots: typeof slots;
239
239
  }) | null;
240
240
  };
241
241
  rootEl: any;
242
242
  };
243
243
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
244
- declare const __VLS_component: import('vue').DefineComponent<OnyxMenuItemProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
244
+ declare const __VLS_component: import('vue', { with: { "resolution-mode": "import" } }).DefineComponent<OnyxMenuItemProps, {}, {}, {}, {}, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, {
245
245
  "update:open": (value: boolean) => any;
246
- }, string, import('vue').PublicProps, Readonly<OnyxMenuItemProps> & Readonly<{
246
+ }, string, import('vue', { with: { "resolution-mode": "import" } }).PublicProps, Readonly<OnyxMenuItemProps> & Readonly<{
247
247
  "onUpdate:open"?: ((value: boolean) => any) | undefined;
248
248
  }>, {
249
249
  open: boolean | null;
250
250
  active: boolean | "auto";
251
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
251
+ }, {}, {}, {}, string, import('vue', { with: { "resolution-mode": "import" } }).ComponentProvideOptions, false, {
252
252
  menuItemRef: ({
253
- $: import('vue').ComponentInternalInstance;
253
+ $: import('vue', { with: { "resolution-mode": "import" } }).ComponentInternalInstance;
254
254
  $data: {};
255
255
  $props: {
256
256
  readonly disabled?: import('../../../OnyxForm/OnyxForm.core.js', { with: { "resolution-mode": "import" } }).FormInjected<boolean> | undefined;
@@ -258,7 +258,7 @@ declare const __VLS_component: import('vue').DefineComponent<OnyxMenuItemProps,
258
258
  readonly autofocus?: boolean | undefined;
259
259
  readonly loading?: boolean | undefined;
260
260
  readonly type?: import('../../../OnyxButton/types.js', { with: { "resolution-mode": "import" } }).ButtonType | undefined;
261
- } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
261
+ } & import('vue', { with: { "resolution-mode": "import" } }).VNodeProps & import('vue', { with: { "resolution-mode": "import" } }).AllowedComponentProps & import('vue', { with: { "resolution-mode": "import" } }).ComponentCustomProps;
262
262
  $attrs: {
263
263
  [x: string]: unknown;
264
264
  };
@@ -268,22 +268,22 @@ declare const __VLS_component: import('vue').DefineComponent<OnyxMenuItemProps,
268
268
  buttonRef: HTMLButtonElement;
269
269
  };
270
270
  $slots: Readonly<{
271
- [name: string]: import('vue').Slot<any> | undefined;
271
+ [name: string]: import('vue', { with: { "resolution-mode": "import" } }).Slot<any> | undefined;
272
272
  }>;
273
- $root: import('vue').ComponentPublicInstance | null;
274
- $parent: import('vue').ComponentPublicInstance | null;
273
+ $root: import('vue', { with: { "resolution-mode": "import" } }).ComponentPublicInstance | null;
274
+ $parent: import('vue', { with: { "resolution-mode": "import" } }).ComponentPublicInstance | null;
275
275
  $host: Element | null;
276
276
  $emit: (event: string, ...args: any[]) => void;
277
277
  $el: any;
278
- $options: import('vue').ComponentOptionsBase<Readonly<{
278
+ $options: import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsBase<Readonly<{
279
279
  disabled?: import('../../../OnyxForm/OnyxForm.core.js', { with: { "resolution-mode": "import" } }).FormInjected<boolean> | undefined;
280
280
  link?: string | import('../../../OnyxRouterLink/types.js', { with: { "resolution-mode": "import" } }).SharedLinkProps | undefined;
281
281
  autofocus?: boolean | undefined;
282
282
  loading?: boolean | undefined;
283
283
  type?: import('../../../OnyxButton/types.js', { with: { "resolution-mode": "import" } }).ButtonType | undefined;
284
- }> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
284
+ }> & Readonly<{}>, {}, {}, {}, {}, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, {}, string, {
285
285
  type: import('../../../OnyxButton/types.js', { with: { "resolution-mode": "import" } }).ButtonType;
286
- }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
286
+ }, {}, string, {}, import('vue', { with: { "resolution-mode": "import" } }).GlobalComponents, import('vue', { with: { "resolution-mode": "import" } }).GlobalDirectives, string, import('vue', { with: { "resolution-mode": "import" } }).ComponentProvideOptions> & {
287
287
  beforeCreate?: (() => void) | (() => void)[];
288
288
  created?: (() => void) | (() => void)[];
289
289
  beforeMount?: (() => void) | (() => void)[];
@@ -296,13 +296,13 @@ declare const __VLS_component: import('vue').DefineComponent<OnyxMenuItemProps,
296
296
  beforeUnmount?: (() => void) | (() => void)[];
297
297
  destroyed?: (() => void) | (() => void)[];
298
298
  unmounted?: (() => void) | (() => void)[];
299
- renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
300
- renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
301
- errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
299
+ renderTracked?: ((e: import('vue', { with: { "resolution-mode": "import" } }).DebuggerEvent) => void) | ((e: import('vue', { with: { "resolution-mode": "import" } }).DebuggerEvent) => void)[];
300
+ renderTriggered?: ((e: import('vue', { with: { "resolution-mode": "import" } }).DebuggerEvent) => void) | ((e: import('vue', { with: { "resolution-mode": "import" } }).DebuggerEvent) => void)[];
301
+ 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)[];
302
302
  };
303
303
  $forceUpdate: () => void;
304
304
  $nextTick: typeof nextTick;
305
- $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;
305
+ $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;
306
306
  } & Readonly<{
307
307
  type: import('../../../OnyxButton/types.js', { with: { "resolution-mode": "import" } }).ButtonType;
308
308
  }> & Omit<Readonly<{
@@ -311,7 +311,7 @@ declare const __VLS_component: import('vue').DefineComponent<OnyxMenuItemProps,
311
311
  autofocus?: boolean | undefined;
312
312
  loading?: boolean | undefined;
313
313
  type?: import('../../../OnyxButton/types.js', { with: { "resolution-mode": "import" } }).ButtonType | undefined;
314
- }> & Readonly<{}>, "type"> & import('vue').ShallowUnwrapRef<{}> & {} & import('vue').ComponentCustomProperties & {} & {
314
+ }> & Readonly<{}>, "type"> & import('vue', { with: { "resolution-mode": "import" } }).ShallowUnwrapRef<{}> & {} & import('vue', { with: { "resolution-mode": "import" } }).ComponentCustomProperties & {} & {
315
315
  $slots: Readonly<{
316
316
  default(): unknown;
317
317
  }> & {
@@ -319,7 +319,7 @@ declare const __VLS_component: import('vue').DefineComponent<OnyxMenuItemProps,
319
319
  };
320
320
  }) | null;
321
321
  backButtonRef: ({
322
- $: import('vue').ComponentInternalInstance;
322
+ $: import('vue', { with: { "resolution-mode": "import" } }).ComponentInternalInstance;
323
323
  $data: {};
324
324
  $props: {
325
325
  readonly link?: string | import('../../../OnyxRouterLink/types.js', { with: { "resolution-mode": "import" } }).SharedLinkProps | undefined;
@@ -329,7 +329,7 @@ declare const __VLS_component: import('vue').DefineComponent<OnyxMenuItemProps,
329
329
  readonly disabled?: boolean | undefined;
330
330
  readonly color?: Extract<import('../../../../index.js', { with: { "resolution-mode": "import" } }).OnyxColor, "primary" | "danger"> | undefined;
331
331
  readonly "onUpdate:open"?: ((value: boolean) => any) | undefined;
332
- } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
332
+ } & import('vue', { with: { "resolution-mode": "import" } }).VNodeProps & import('vue', { with: { "resolution-mode": "import" } }).AllowedComponentProps & import('vue', { with: { "resolution-mode": "import" } }).ComponentCustomProps;
333
333
  $attrs: {
334
334
  [x: string]: unknown;
335
335
  };
@@ -337,14 +337,14 @@ declare const __VLS_component: import('vue').DefineComponent<OnyxMenuItemProps,
337
337
  [x: string]: unknown;
338
338
  };
339
339
  $slots: Readonly<{
340
- [name: string]: import('vue').Slot<any> | undefined;
340
+ [name: string]: import('vue', { with: { "resolution-mode": "import" } }).Slot<any> | undefined;
341
341
  }>;
342
- $root: import('vue').ComponentPublicInstance | null;
343
- $parent: import('vue').ComponentPublicInstance | null;
342
+ $root: import('vue', { with: { "resolution-mode": "import" } }).ComponentPublicInstance | null;
343
+ $parent: import('vue', { with: { "resolution-mode": "import" } }).ComponentPublicInstance | null;
344
344
  $host: Element | null;
345
345
  $emit: (event: "update:open", value: boolean) => void;
346
346
  $el: any;
347
- $options: import('vue').ComponentOptionsBase<Readonly<OnyxMenuItemProps> & Readonly<{
347
+ $options: import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsBase<Readonly<OnyxMenuItemProps> & Readonly<{
348
348
  "onUpdate:open"?: ((value: boolean) => any) | undefined;
349
349
  }>, {
350
350
  iconArrowSmallLeft: typeof iconArrowSmallLeft;
@@ -365,12 +365,12 @@ declare const __VLS_component: import('vue').DefineComponent<OnyxMenuItemProps,
365
365
  hasChildren: typeof hasChildren;
366
366
  childrenClickHandler: typeof childrenClickHandler;
367
367
  handleBackButtonKeydown: typeof handleBackButtonKeydown;
368
- }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
368
+ }, {}, {}, {}, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, {
369
369
  "update:open": (value: boolean) => any;
370
370
  }, string, {
371
371
  open: boolean | null;
372
372
  active: boolean | "auto";
373
- }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
373
+ }, {}, string, {}, import('vue', { with: { "resolution-mode": "import" } }).GlobalComponents, import('vue', { with: { "resolution-mode": "import" } }).GlobalDirectives, string, import('vue', { with: { "resolution-mode": "import" } }).ComponentProvideOptions> & {
374
374
  beforeCreate?: (() => void) | (() => void)[];
375
375
  created?: (() => void) | (() => void)[];
376
376
  beforeMount?: (() => void) | (() => void)[];
@@ -383,19 +383,19 @@ declare const __VLS_component: import('vue').DefineComponent<OnyxMenuItemProps,
383
383
  beforeUnmount?: (() => void) | (() => void)[];
384
384
  destroyed?: (() => void) | (() => void)[];
385
385
  unmounted?: (() => void) | (() => void)[];
386
- renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
387
- renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
388
- errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
386
+ renderTracked?: ((e: import('vue', { with: { "resolution-mode": "import" } }).DebuggerEvent) => void) | ((e: import('vue', { with: { "resolution-mode": "import" } }).DebuggerEvent) => void)[];
387
+ renderTriggered?: ((e: import('vue', { with: { "resolution-mode": "import" } }).DebuggerEvent) => void) | ((e: import('vue', { with: { "resolution-mode": "import" } }).DebuggerEvent) => void)[];
388
+ 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)[];
389
389
  };
390
390
  $forceUpdate: () => void;
391
391
  $nextTick: typeof nextTick;
392
- $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;
392
+ $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;
393
393
  } & Readonly<{
394
394
  open: boolean | null;
395
395
  active: boolean | "auto";
396
396
  }> & Omit<Readonly<OnyxMenuItemProps> & Readonly<{
397
397
  "onUpdate:open"?: ((value: boolean) => any) | undefined;
398
- }>, "t" | "OnyxIcon" | "isActive" | "ButtonOrLinkLayout" | "mergeVueProps" | "listItem" | "OnyxExternalLinkIcon" | "OnyxListItem" | "rootAttrs" | "restAttrs" | "iconArrowSmallLeft" | "iconChevronRightSmall" | "extractLinkProps" | "menuItemProps" | "hasChildren" | "childrenClickHandler" | "handleBackButtonKeydown" | ("open" | "active")> & import('vue').ShallowUnwrapRef<{
398
+ }>, "t" | "OnyxIcon" | "isActive" | "ButtonOrLinkLayout" | "mergeVueProps" | "listItem" | "OnyxExternalLinkIcon" | "OnyxListItem" | "rootAttrs" | "restAttrs" | "iconArrowSmallLeft" | "iconChevronRightSmall" | "extractLinkProps" | "menuItemProps" | "hasChildren" | "childrenClickHandler" | "handleBackButtonKeydown" | ("open" | "active")> & import('vue', { with: { "resolution-mode": "import" } }).ShallowUnwrapRef<{
399
399
  iconArrowSmallLeft: typeof iconArrowSmallLeft;
400
400
  iconChevronRightSmall: typeof iconChevronRightSmall;
401
401
  mergeVueProps: typeof mergeVueProps;
@@ -414,7 +414,7 @@ declare const __VLS_component: import('vue').DefineComponent<OnyxMenuItemProps,
414
414
  hasChildren: typeof hasChildren;
415
415
  childrenClickHandler: typeof childrenClickHandler;
416
416
  handleBackButtonKeydown: typeof handleBackButtonKeydown;
417
- }> & {} & import('vue').ComponentCustomProperties & {} & {
417
+ }> & {} & import('vue', { with: { "resolution-mode": "import" } }).ComponentCustomProperties & {} & {
418
418
  $slots: typeof slots;
419
419
  }) | null;
420
420
  }, any>;
@@ -22,7 +22,7 @@ declare function __VLS_template(): {
22
22
  };
23
23
  refs: {
24
24
  componentRef: ({
25
- $: import('vue').ComponentInternalInstance;
25
+ $: import('vue', { with: { "resolution-mode": "import" } }).ComponentInternalInstance;
26
26
  $data: {};
27
27
  $props: {
28
28
  readonly link?: string | import('../../../OnyxRouterLink/types.js', { with: { "resolution-mode": "import" } }).SharedLinkProps | undefined;
@@ -32,7 +32,7 @@ declare function __VLS_template(): {
32
32
  readonly disabled?: boolean | undefined;
33
33
  readonly color?: Extract<import('../../../../index.js', { with: { "resolution-mode": "import" } }).OnyxColor, "primary" | "danger"> | undefined;
34
34
  readonly context: "mobile" | "list" | "navbar";
35
- } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
35
+ } & import('vue', { with: { "resolution-mode": "import" } }).VNodeProps & import('vue', { with: { "resolution-mode": "import" } }).AllowedComponentProps & import('vue', { with: { "resolution-mode": "import" } }).ComponentCustomProps;
36
36
  $attrs: {
37
37
  [x: string]: unknown;
38
38
  };
@@ -40,14 +40,14 @@ declare function __VLS_template(): {
40
40
  [x: string]: unknown;
41
41
  };
42
42
  $slots: Readonly<{
43
- [name: string]: import('vue').Slot<any> | undefined;
43
+ [name: string]: import('vue', { with: { "resolution-mode": "import" } }).Slot<any> | undefined;
44
44
  }>;
45
- $root: import('vue').ComponentPublicInstance | null;
46
- $parent: import('vue').ComponentPublicInstance | null;
45
+ $root: import('vue', { with: { "resolution-mode": "import" } }).ComponentPublicInstance | null;
46
+ $parent: import('vue', { with: { "resolution-mode": "import" } }).ComponentPublicInstance | null;
47
47
  $host: Element | null;
48
48
  $emit: (event: string, ...args: any[]) => void;
49
49
  $el: any;
50
- $options: import('vue').ComponentOptionsBase<Readonly<import('../../../OnyxRouterLink/types.js', { with: { "resolution-mode": "import" } }).WithLinkProp & {
50
+ $options: import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsBase<Readonly<import('../../../OnyxRouterLink/types.js', { with: { "resolution-mode": "import" } }).WithLinkProp & {
51
51
  open?: import('../../../../index.js', { with: { "resolution-mode": "import" } }).Nullable<boolean>;
52
52
  label?: string;
53
53
  active?: boolean | "auto";
@@ -55,7 +55,7 @@ declare function __VLS_template(): {
55
55
  color?: Extract<import('../../../../index.js', { with: { "resolution-mode": "import" } }).OnyxColor, "primary" | "danger">;
56
56
  } & {
57
57
  context: "mobile" | "list" | "navbar";
58
- }> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
58
+ }> & Readonly<{}>, {}, {}, {}, {}, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, {}, string, {}, {}, string, {}, import('vue', { with: { "resolution-mode": "import" } }).GlobalComponents, import('vue', { with: { "resolution-mode": "import" } }).GlobalDirectives, string, import('vue', { with: { "resolution-mode": "import" } }).ComponentProvideOptions> & {
59
59
  beforeCreate?: (() => void) | (() => void)[];
60
60
  created?: (() => void) | (() => void)[];
61
61
  beforeMount?: (() => void) | (() => void)[];
@@ -68,13 +68,13 @@ declare function __VLS_template(): {
68
68
  beforeUnmount?: (() => void) | (() => void)[];
69
69
  destroyed?: (() => void) | (() => void)[];
70
70
  unmounted?: (() => void) | (() => void)[];
71
- renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
72
- renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
73
- errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
71
+ renderTracked?: ((e: import('vue', { with: { "resolution-mode": "import" } }).DebuggerEvent) => void) | ((e: import('vue', { with: { "resolution-mode": "import" } }).DebuggerEvent) => void)[];
72
+ renderTriggered?: ((e: import('vue', { with: { "resolution-mode": "import" } }).DebuggerEvent) => void) | ((e: import('vue', { with: { "resolution-mode": "import" } }).DebuggerEvent) => void)[];
73
+ 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)[];
74
74
  };
75
75
  $forceUpdate: () => void;
76
- $nextTick: typeof import('vue').nextTick;
77
- $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;
76
+ $nextTick: typeof import('vue', { with: { "resolution-mode": "import" } }).nextTick;
77
+ $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;
78
78
  } & Readonly<{}> & Omit<Readonly<import('../../../OnyxRouterLink/types.js', { with: { "resolution-mode": "import" } }).WithLinkProp & {
79
79
  open?: import('../../../../index.js', { with: { "resolution-mode": "import" } }).Nullable<boolean>;
80
80
  label?: string;
@@ -83,7 +83,7 @@ declare function __VLS_template(): {
83
83
  color?: Extract<import('../../../../index.js', { with: { "resolution-mode": "import" } }).OnyxColor, "primary" | "danger">;
84
84
  } & {
85
85
  context: "mobile" | "list" | "navbar";
86
- }> & Readonly<{}>, never> & import('vue').ShallowUnwrapRef<{}> & {} & import('vue').ComponentCustomProperties & {} & {
86
+ }> & Readonly<{}>, never> & import('vue', { with: { "resolution-mode": "import" } }).ShallowUnwrapRef<{}> & {} & import('vue', { with: { "resolution-mode": "import" } }).ComponentCustomProperties & {} & {
87
87
  $slots: Readonly<{
88
88
  default(): unknown;
89
89
  children(): unknown;
@@ -96,16 +96,16 @@ declare function __VLS_template(): {
96
96
  rootEl: any;
97
97
  };
98
98
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
99
- declare const __VLS_component: import('vue').DefineComponent<OnyxNavItemProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
99
+ declare const __VLS_component: import('vue', { with: { "resolution-mode": "import" } }).DefineComponent<OnyxNavItemProps, {}, {}, {}, {}, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, {
100
100
  "update:open": (value: boolean) => any;
101
- }, string, import('vue').PublicProps, Readonly<OnyxNavItemProps> & Readonly<{
101
+ }, string, import('vue', { with: { "resolution-mode": "import" } }).PublicProps, Readonly<OnyxNavItemProps> & Readonly<{
102
102
  "onUpdate:open"?: ((value: boolean) => any) | undefined;
103
103
  }>, {
104
104
  open: boolean | null;
105
105
  active: boolean | "auto";
106
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
106
+ }, {}, {}, {}, string, import('vue', { with: { "resolution-mode": "import" } }).ComponentProvideOptions, false, {
107
107
  componentRef: ({
108
- $: import('vue').ComponentInternalInstance;
108
+ $: import('vue', { with: { "resolution-mode": "import" } }).ComponentInternalInstance;
109
109
  $data: {};
110
110
  $props: {
111
111
  readonly link?: string | import('../../../OnyxRouterLink/types.js', { with: { "resolution-mode": "import" } }).SharedLinkProps | undefined;
@@ -115,7 +115,7 @@ declare const __VLS_component: import('vue').DefineComponent<OnyxNavItemProps, {
115
115
  readonly disabled?: boolean | undefined;
116
116
  readonly color?: Extract<import('../../../../index.js', { with: { "resolution-mode": "import" } }).OnyxColor, "primary" | "danger"> | undefined;
117
117
  readonly context: "mobile" | "list" | "navbar";
118
- } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
118
+ } & import('vue', { with: { "resolution-mode": "import" } }).VNodeProps & import('vue', { with: { "resolution-mode": "import" } }).AllowedComponentProps & import('vue', { with: { "resolution-mode": "import" } }).ComponentCustomProps;
119
119
  $attrs: {
120
120
  [x: string]: unknown;
121
121
  };
@@ -123,14 +123,14 @@ declare const __VLS_component: import('vue').DefineComponent<OnyxNavItemProps, {
123
123
  [x: string]: unknown;
124
124
  };
125
125
  $slots: Readonly<{
126
- [name: string]: import('vue').Slot<any> | undefined;
126
+ [name: string]: import('vue', { with: { "resolution-mode": "import" } }).Slot<any> | undefined;
127
127
  }>;
128
- $root: import('vue').ComponentPublicInstance | null;
129
- $parent: import('vue').ComponentPublicInstance | null;
128
+ $root: import('vue', { with: { "resolution-mode": "import" } }).ComponentPublicInstance | null;
129
+ $parent: import('vue', { with: { "resolution-mode": "import" } }).ComponentPublicInstance | null;
130
130
  $host: Element | null;
131
131
  $emit: (event: string, ...args: any[]) => void;
132
132
  $el: any;
133
- $options: import('vue').ComponentOptionsBase<Readonly<import('../../../OnyxRouterLink/types.js', { with: { "resolution-mode": "import" } }).WithLinkProp & {
133
+ $options: import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsBase<Readonly<import('../../../OnyxRouterLink/types.js', { with: { "resolution-mode": "import" } }).WithLinkProp & {
134
134
  open?: import('../../../../index.js', { with: { "resolution-mode": "import" } }).Nullable<boolean>;
135
135
  label?: string;
136
136
  active?: boolean | "auto";
@@ -138,7 +138,7 @@ declare const __VLS_component: import('vue').DefineComponent<OnyxNavItemProps, {
138
138
  color?: Extract<import('../../../../index.js', { with: { "resolution-mode": "import" } }).OnyxColor, "primary" | "danger">;
139
139
  } & {
140
140
  context: "mobile" | "list" | "navbar";
141
- }> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
141
+ }> & Readonly<{}>, {}, {}, {}, {}, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, {}, string, {}, {}, string, {}, import('vue', { with: { "resolution-mode": "import" } }).GlobalComponents, import('vue', { with: { "resolution-mode": "import" } }).GlobalDirectives, string, import('vue', { with: { "resolution-mode": "import" } }).ComponentProvideOptions> & {
142
142
  beforeCreate?: (() => void) | (() => void)[];
143
143
  created?: (() => void) | (() => void)[];
144
144
  beforeMount?: (() => void) | (() => void)[];
@@ -151,13 +151,13 @@ declare const __VLS_component: import('vue').DefineComponent<OnyxNavItemProps, {
151
151
  beforeUnmount?: (() => void) | (() => void)[];
152
152
  destroyed?: (() => void) | (() => void)[];
153
153
  unmounted?: (() => void) | (() => void)[];
154
- renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
155
- renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
156
- errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
154
+ renderTracked?: ((e: import('vue', { with: { "resolution-mode": "import" } }).DebuggerEvent) => void) | ((e: import('vue', { with: { "resolution-mode": "import" } }).DebuggerEvent) => void)[];
155
+ renderTriggered?: ((e: import('vue', { with: { "resolution-mode": "import" } }).DebuggerEvent) => void) | ((e: import('vue', { with: { "resolution-mode": "import" } }).DebuggerEvent) => void)[];
156
+ 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)[];
157
157
  };
158
158
  $forceUpdate: () => void;
159
- $nextTick: typeof import('vue').nextTick;
160
- $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;
159
+ $nextTick: typeof import('vue', { with: { "resolution-mode": "import" } }).nextTick;
160
+ $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;
161
161
  } & Readonly<{}> & Omit<Readonly<import('../../../OnyxRouterLink/types.js', { with: { "resolution-mode": "import" } }).WithLinkProp & {
162
162
  open?: import('../../../../index.js', { with: { "resolution-mode": "import" } }).Nullable<boolean>;
163
163
  label?: string;
@@ -166,7 +166,7 @@ declare const __VLS_component: import('vue').DefineComponent<OnyxNavItemProps, {
166
166
  color?: Extract<import('../../../../index.js', { with: { "resolution-mode": "import" } }).OnyxColor, "primary" | "danger">;
167
167
  } & {
168
168
  context: "mobile" | "list" | "navbar";
169
- }> & Readonly<{}>, never> & import('vue').ShallowUnwrapRef<{}> & {} & import('vue').ComponentCustomProperties & {} & {
169
+ }> & Readonly<{}>, never> & import('vue', { with: { "resolution-mode": "import" } }).ShallowUnwrapRef<{}> & {} & import('vue', { with: { "resolution-mode": "import" } }).ComponentCustomProperties & {} & {
170
170
  $slots: Readonly<{
171
171
  default(): unknown;
172
172
  children(): unknown;
@@ -31,7 +31,7 @@ declare function __VLS_template(): {
31
31
  rootEl: any;
32
32
  };
33
33
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
34
- declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
34
+ declare const __VLS_component: import('vue', { with: { "resolution-mode": "import" } }).DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, {}, string, import('vue', { with: { "resolution-mode": "import" } }).PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue', { with: { "resolution-mode": "import" } }).ComponentProvideOptions, false, {}, any>;
35
35
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
36
36
  export default _default;
37
37
  type __VLS_WithTemplateSlots<T, S> = T & {
@@ -1,12 +1,12 @@
1
1
  import { OnyxTimerProps } from './types.js';
2
- declare const _default: import('vue').DefineComponent<OnyxTimerProps, {
2
+ declare const _default: import('vue', { with: { "resolution-mode": "import" } }).DefineComponent<OnyxTimerProps, {
3
3
  /**
4
4
  * Time (in milliseconds) that the timer has left.
5
5
  */
6
- timeLeft: Readonly<import('vue').Ref<number, number>>;
7
- }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
6
+ timeLeft: Readonly<import('vue', { with: { "resolution-mode": "import" } }).Ref<number, number>>;
7
+ }, {}, {}, {}, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, {
8
8
  timerEnded: () => any;
9
- }, string, import('vue').PublicProps, Readonly<OnyxTimerProps> & Readonly<{
9
+ }, string, import('vue', { with: { "resolution-mode": "import" } }).PublicProps, Readonly<OnyxTimerProps> & Readonly<{
10
10
  onTimerEnded?: (() => any) | undefined;
11
- }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
11
+ }>, {}, {}, {}, {}, string, import('vue', { with: { "resolution-mode": "import" } }).ComponentProvideOptions, false, {}, HTMLDivElement>;
12
12
  export default _default;