sit-onyx 1.0.0-beta.270 → 1.0.0-beta.271

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 (26) hide show
  1. package/dist/components/OnyxBadge/OnyxBadge.d.vue.ts +1 -1
  2. package/dist/components/OnyxDataGrid/features/base/base.d.ts +2 -2
  3. package/dist/components/OnyxDataGrid/features/selection/selection.d.ts +1 -1
  4. package/dist/components/OnyxDrawer/OnyxDrawer.d.vue.ts +1 -1
  5. package/dist/components/OnyxForm/OnyxForm.d.vue.ts +1 -1
  6. package/dist/components/OnyxIconButton/OnyxIconButton.d.vue.ts +2 -2
  7. package/dist/components/OnyxInfoCard/OnyxInfoCard.d.vue.ts +1 -1
  8. package/dist/components/OnyxInfoTooltip/OnyxInfoTooltip.d.vue.ts +2 -2
  9. package/dist/components/OnyxLink/OnyxLink.d.vue.ts +1 -1
  10. package/dist/components/OnyxNavAppArea/OnyxNavAppArea.d.vue.ts +1 -1
  11. package/dist/components/OnyxNavBar/modules/OnyxMenuItem/OnyxMenuItem.d.vue.ts +26 -26
  12. package/dist/components/OnyxNavBar/modules/OnyxNavItem/OnyxNavItem.d.vue.ts +12 -12
  13. package/dist/components/OnyxProgressSteps/OnyxProgressSteps.d.vue.ts +1 -1
  14. package/dist/components/OnyxSelectOption/OnyxSelectOption.d.vue.ts +1 -1
  15. package/dist/components/OnyxSeparator/OnyxSeparator.d.vue.ts +1 -1
  16. package/dist/components/OnyxSidebar/OnyxSidebar.d.vue.ts +14 -14
  17. package/dist/components/OnyxSwitch/OnyxSwitch.d.vue.ts +1 -1
  18. package/dist/components/OnyxTag/OnyxTag.d.vue.ts +1 -1
  19. package/dist/components/OnyxToastMessage/OnyxToastMessage.d.vue.ts +1 -1
  20. package/dist/components/OnyxTooltip/OnyxTooltip.d.vue.ts +1 -1
  21. package/dist/index.esm-bundler.js.map +1 -1
  22. package/package.json +11 -13
  23. package/dist/components/illustrations/playwright-utils.d.ts +0 -5
  24. package/dist/playwright/a11y.d.ts +0 -28
  25. package/dist/playwright/index.d.ts +0 -24
  26. package/dist/playwright/screenshots.d.ts +0 -35
@@ -17,7 +17,7 @@ declare function __VLS_template(): {
17
17
  };
18
18
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
19
19
  declare const __VLS_component: import('vue').DefineComponent<OnyxBadgeProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<OnyxBadgeProps> & Readonly<{}>, {
20
- color: import('../../index.ts', { with: { "resolution-mode": "import" } }).OnyxColor;
20
+ color: import('../../index.js', { with: { "resolution-mode": "import" } }).OnyxColor;
21
21
  dot: boolean;
22
22
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
23
23
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
@@ -7,8 +7,8 @@ export declare const BASE_MUTATION_ORDER: number;
7
7
  export declare const BASE_FEATURE: (options?: BaseFeatureOptions) => ({ skeleton }: import('../index.js').DataGridFeatureContext) => {
8
8
  readonly name: typeof BASE_FEATURE_SYMBOL;
9
9
  readonly watch: [Readonly<import('vue').Ref<number | boolean, number | boolean>>, import('vue').ComputedRef<{
10
- is: import('../../../OnyxHeadline/types.ts').HeadlineType;
11
- showAs?: Exclude<import('../../../OnyxHeadline/types.ts').HeadlineType, "h5" | "h6">;
10
+ is: import('../../../OnyxHeadline/types.js').HeadlineType;
11
+ showAs?: Exclude<import('../../../OnyxHeadline/types.js').HeadlineType, "h5" | "h6">;
12
12
  hash?: string;
13
13
  skeleton?: import('../../../../index.js').SkeletonInjected;
14
14
  text: string;
@@ -6,7 +6,7 @@ export declare const SELECTION_MUTATION_ORDER = 1000;
6
6
  export declare const useSelection: <TEntry extends DataGridEntry>(options?: SelectionOptions) => (ctx: import('../index.js').DataGridFeatureContext) => {
7
7
  name: symbol;
8
8
  watch: (Readonly<Ref<boolean, boolean>> | import('vue').ComputedRef<(column?: PropertyKey) => boolean> | Ref<SelectionState, SelectionState>)[];
9
- modifyColumns: import('../../../../utils/feature.ts').SingleOrderableMapping<import('../index.js').InternalColumnConfig<TEntry, any>[], import('../index.js').InternalColumnConfig<TEntry, any>[], readonly import('../index.js').InternalColumnConfig<TEntry, any>[]>;
9
+ modifyColumns: import('../../../../utils/feature.js').SingleOrderableMapping<import('../index.js').InternalColumnConfig<TEntry, any>[], import('../index.js').InternalColumnConfig<TEntry, any>[], readonly import('../index.js').InternalColumnConfig<TEntry, any>[]>;
10
10
  mutation: {
11
11
  func: (rows: Readonly<any>[]) => Readonly<any>[];
12
12
  order: number;
@@ -48,7 +48,7 @@ declare const __VLS_component: import('vue').DefineComponent<OnyxDrawerProps, {}
48
48
  onClose?: (() => any) | undefined;
49
49
  }>, {
50
50
  modal: boolean;
51
- alignment: Exclude<import('../OnyxDialog/types.ts', { with: { "resolution-mode": "import" } }).DialogAlignment, "center">;
51
+ alignment: Exclude<import('../../index.js', { with: { "resolution-mode": "import" } }).DialogAlignment, "center">;
52
52
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
53
53
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
54
54
  export default _default;
@@ -18,7 +18,7 @@ declare function __VLS_template(): {
18
18
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
19
19
  declare const __VLS_component: import('vue').DefineComponent<OnyxFormProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<OnyxFormProps> & Readonly<{}>, {
20
20
  disabled: boolean;
21
- showError: import('../../composables/useErrorClass.ts', { with: { "resolution-mode": "import" } }).ShowErrorMode;
21
+ showError: import('../../composables/useErrorClass.js', { with: { "resolution-mode": "import" } }).ShowErrorMode;
22
22
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLFormElement>;
23
23
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
24
24
  export default _default;
@@ -15,8 +15,8 @@ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
15
15
  declare const __VLS_component: import('vue').DefineComponent<OnyxIconButtonProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<OnyxIconButtonProps> & Readonly<{}>, {
16
16
  skeleton: import('../../composables/useSkeletonState.js', { with: { "resolution-mode": "import" } }).SkeletonInjected;
17
17
  disabled: import('../OnyxForm/OnyxForm.core.js', { with: { "resolution-mode": "import" } }).FormInjected<boolean>;
18
- type: import('../OnyxButton/types.ts', { with: { "resolution-mode": "import" } }).ButtonType;
19
- color: import('../OnyxButton/types.ts', { with: { "resolution-mode": "import" } }).ButtonColor;
18
+ type: import('../OnyxButton/types.js', { with: { "resolution-mode": "import" } }).ButtonType;
19
+ color: import('../OnyxButton/types.js', { with: { "resolution-mode": "import" } }).ButtonColor;
20
20
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
21
21
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
22
22
  export default _default;
@@ -30,7 +30,7 @@ declare const __VLS_component: import('vue').DefineComponent<OnyxInfoCardProps,
30
30
  onClose?: (() => any) | undefined;
31
31
  }>, {
32
32
  icon: string | false;
33
- color: import('../../index.ts', { with: { "resolution-mode": "import" } }).OnyxColor;
33
+ color: import('../../index.js', { with: { "resolution-mode": "import" } }).OnyxColor;
34
34
  closable: boolean;
35
35
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
36
36
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
@@ -1,6 +1,6 @@
1
1
  import { OnyxInfoTooltipProps } from './types.js';
2
2
  declare const _default: import('vue').DefineComponent<OnyxInfoTooltipProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<OnyxInfoTooltipProps> & Readonly<{}>, {
3
- open: import('../OnyxTooltip/types.ts', { with: { "resolution-mode": "import" } }).TooltipOpen;
4
- color: Extract<import('../../index.ts', { with: { "resolution-mode": "import" } }).OnyxColor, "neutral" | "danger" | "success">;
3
+ open: import('../../index.js', { with: { "resolution-mode": "import" } }).TooltipOpen;
4
+ color: Extract<import('../../index.js', { with: { "resolution-mode": "import" } }).OnyxColor, "neutral" | "danger" | "success">;
5
5
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLSpanElement>;
6
6
  export default _default;
@@ -17,7 +17,7 @@ declare function __VLS_template(): {
17
17
  };
18
18
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
19
19
  declare const __VLS_component: import('vue').DefineComponent<OnyxLinkProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<OnyxLinkProps> & Readonly<{}>, {
20
- target: import('../OnyxRouterLink/types.ts', { with: { "resolution-mode": "import" } }).LinkTarget;
20
+ target: import('../../index.js', { with: { "resolution-mode": "import" } }).LinkTarget;
21
21
  withExternalIcon: boolean | "auto";
22
22
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLAnchorElement>;
23
23
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
@@ -17,7 +17,7 @@ declare function __VLS_template(): {
17
17
  };
18
18
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
19
19
  declare const __VLS_component: import('vue').DefineComponent<OnyxNavAppAreaProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<OnyxNavAppAreaProps> & Readonly<{}>, {
20
- link: string | import('../OnyxRouterLink/types.ts', { with: { "resolution-mode": "import" } }).SharedLinkProps;
20
+ link: string | import('../OnyxRouterLink/types.js', { with: { "resolution-mode": "import" } }).SharedLinkProps;
21
21
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLAnchorElement>;
22
22
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
23
23
  export default _default;
@@ -72,11 +72,11 @@ declare function __VLS_template(): {
72
72
  $: import('vue').ComponentInternalInstance;
73
73
  $data: {};
74
74
  $props: {
75
- readonly disabled?: import('../../../OnyxForm/OnyxForm.core.ts', { with: { "resolution-mode": "import" } }).FormInjected<boolean> | undefined;
76
- readonly link?: string | import('../../../OnyxRouterLink/types.ts', { with: { "resolution-mode": "import" } }).SharedLinkProps | undefined;
75
+ readonly disabled?: import('../../../OnyxForm/OnyxForm.core.js', { with: { "resolution-mode": "import" } }).FormInjected<boolean> | undefined;
76
+ readonly link?: string | import('../../../OnyxRouterLink/types.js', { with: { "resolution-mode": "import" } }).SharedLinkProps | undefined;
77
77
  readonly autofocus?: boolean | undefined;
78
78
  readonly loading?: boolean | undefined;
79
- readonly type?: import('../../../OnyxButton/types.ts', { with: { "resolution-mode": "import" } }).ButtonType | undefined;
79
+ readonly type?: import('../../../OnyxButton/types.js', { with: { "resolution-mode": "import" } }).ButtonType | undefined;
80
80
  } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
81
81
  $attrs: {
82
82
  [x: string]: unknown;
@@ -95,13 +95,13 @@ declare function __VLS_template(): {
95
95
  $emit: (event: string, ...args: any[]) => void;
96
96
  $el: any;
97
97
  $options: import('vue').ComponentOptionsBase<Readonly<{
98
- disabled?: import('../../../OnyxForm/OnyxForm.core.ts', { with: { "resolution-mode": "import" } }).FormInjected<boolean> | undefined;
99
- link?: string | import('../../../OnyxRouterLink/types.ts', { with: { "resolution-mode": "import" } }).SharedLinkProps | undefined;
98
+ disabled?: import('../../../OnyxForm/OnyxForm.core.js', { with: { "resolution-mode": "import" } }).FormInjected<boolean> | undefined;
99
+ link?: string | import('../../../OnyxRouterLink/types.js', { with: { "resolution-mode": "import" } }).SharedLinkProps | undefined;
100
100
  autofocus?: boolean | undefined;
101
101
  loading?: boolean | undefined;
102
- type?: import('../../../OnyxButton/types.ts', { with: { "resolution-mode": "import" } }).ButtonType | undefined;
102
+ type?: import('../../../OnyxButton/types.js', { with: { "resolution-mode": "import" } }).ButtonType | undefined;
103
103
  }> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
104
- type: import('../../../OnyxButton/types.ts', { with: { "resolution-mode": "import" } }).ButtonType;
104
+ type: import('../../../OnyxButton/types.js', { with: { "resolution-mode": "import" } }).ButtonType;
105
105
  }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
106
106
  beforeCreate?: (() => void) | (() => void)[];
107
107
  created?: (() => void) | (() => void)[];
@@ -123,13 +123,13 @@ declare function __VLS_template(): {
123
123
  $nextTick: typeof nextTick;
124
124
  $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
125
  } & Readonly<{
126
- type: import('../../../OnyxButton/types.ts', { with: { "resolution-mode": "import" } }).ButtonType;
126
+ type: import('../../../OnyxButton/types.js', { with: { "resolution-mode": "import" } }).ButtonType;
127
127
  }> & Omit<Readonly<{
128
- disabled?: import('../../../OnyxForm/OnyxForm.core.ts', { with: { "resolution-mode": "import" } }).FormInjected<boolean> | undefined;
129
- link?: string | import('../../../OnyxRouterLink/types.ts', { with: { "resolution-mode": "import" } }).SharedLinkProps | undefined;
128
+ disabled?: import('../../../OnyxForm/OnyxForm.core.js', { with: { "resolution-mode": "import" } }).FormInjected<boolean> | undefined;
129
+ link?: string | import('../../../OnyxRouterLink/types.js', { with: { "resolution-mode": "import" } }).SharedLinkProps | undefined;
130
130
  autofocus?: boolean | undefined;
131
131
  loading?: boolean | undefined;
132
- type?: import('../../../OnyxButton/types.ts', { with: { "resolution-mode": "import" } }).ButtonType | undefined;
132
+ type?: import('../../../OnyxButton/types.js', { with: { "resolution-mode": "import" } }).ButtonType | undefined;
133
133
  }> & Readonly<{}>, "type"> & import('vue').ShallowUnwrapRef<{}> & {} & import('vue').ComponentCustomProperties & {} & {
134
134
  $slots: Readonly<{
135
135
  default(): unknown;
@@ -141,12 +141,12 @@ declare function __VLS_template(): {
141
141
  $: import('vue').ComponentInternalInstance;
142
142
  $data: {};
143
143
  $props: {
144
- readonly link?: string | import('../../../OnyxRouterLink/types.ts', { with: { "resolution-mode": "import" } }).SharedLinkProps | undefined;
144
+ readonly link?: string | import('../../../OnyxRouterLink/types.js', { with: { "resolution-mode": "import" } }).SharedLinkProps | undefined;
145
145
  readonly open?: Nullable<boolean>;
146
146
  readonly label?: string | undefined;
147
147
  readonly active?: boolean | "auto" | undefined;
148
148
  readonly disabled?: boolean | undefined;
149
- readonly color?: Extract<import('../../../../types/colors.ts', { with: { "resolution-mode": "import" } }).OnyxColor, "primary" | "danger"> | undefined;
149
+ readonly color?: Extract<import('../../../../types/colors.js', { with: { "resolution-mode": "import" } }).OnyxColor, "primary" | "danger"> | undefined;
150
150
  readonly "onUpdate:open"?: ((value: Nullable<boolean>) => any) | undefined;
151
151
  } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
152
152
  $attrs: {
@@ -249,11 +249,11 @@ declare const __VLS_component: import('vue').DefineComponent<OnyxMenuItemProps,
249
249
  $: import('vue').ComponentInternalInstance;
250
250
  $data: {};
251
251
  $props: {
252
- readonly disabled?: import('../../../OnyxForm/OnyxForm.core.ts', { with: { "resolution-mode": "import" } }).FormInjected<boolean> | undefined;
253
- readonly link?: string | import('../../../OnyxRouterLink/types.ts', { with: { "resolution-mode": "import" } }).SharedLinkProps | undefined;
252
+ readonly disabled?: import('../../../OnyxForm/OnyxForm.core.js', { with: { "resolution-mode": "import" } }).FormInjected<boolean> | undefined;
253
+ readonly link?: string | import('../../../OnyxRouterLink/types.js', { with: { "resolution-mode": "import" } }).SharedLinkProps | undefined;
254
254
  readonly autofocus?: boolean | undefined;
255
255
  readonly loading?: boolean | undefined;
256
- readonly type?: import('../../../OnyxButton/types.ts', { with: { "resolution-mode": "import" } }).ButtonType | undefined;
256
+ readonly type?: import('../../../OnyxButton/types.js', { with: { "resolution-mode": "import" } }).ButtonType | undefined;
257
257
  } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
258
258
  $attrs: {
259
259
  [x: string]: unknown;
@@ -272,13 +272,13 @@ declare const __VLS_component: import('vue').DefineComponent<OnyxMenuItemProps,
272
272
  $emit: (event: string, ...args: any[]) => void;
273
273
  $el: any;
274
274
  $options: import('vue').ComponentOptionsBase<Readonly<{
275
- disabled?: import('../../../OnyxForm/OnyxForm.core.ts', { with: { "resolution-mode": "import" } }).FormInjected<boolean> | undefined;
276
- link?: string | import('../../../OnyxRouterLink/types.ts', { with: { "resolution-mode": "import" } }).SharedLinkProps | undefined;
275
+ disabled?: import('../../../OnyxForm/OnyxForm.core.js', { with: { "resolution-mode": "import" } }).FormInjected<boolean> | undefined;
276
+ link?: string | import('../../../OnyxRouterLink/types.js', { with: { "resolution-mode": "import" } }).SharedLinkProps | undefined;
277
277
  autofocus?: boolean | undefined;
278
278
  loading?: boolean | undefined;
279
- type?: import('../../../OnyxButton/types.ts', { with: { "resolution-mode": "import" } }).ButtonType | undefined;
279
+ type?: import('../../../OnyxButton/types.js', { with: { "resolution-mode": "import" } }).ButtonType | undefined;
280
280
  }> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
281
- type: import('../../../OnyxButton/types.ts', { with: { "resolution-mode": "import" } }).ButtonType;
281
+ type: import('../../../OnyxButton/types.js', { with: { "resolution-mode": "import" } }).ButtonType;
282
282
  }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
283
283
  beforeCreate?: (() => void) | (() => void)[];
284
284
  created?: (() => void) | (() => void)[];
@@ -300,13 +300,13 @@ declare const __VLS_component: import('vue').DefineComponent<OnyxMenuItemProps,
300
300
  $nextTick: typeof nextTick;
301
301
  $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;
302
302
  } & Readonly<{
303
- type: import('../../../OnyxButton/types.ts', { with: { "resolution-mode": "import" } }).ButtonType;
303
+ type: import('../../../OnyxButton/types.js', { with: { "resolution-mode": "import" } }).ButtonType;
304
304
  }> & Omit<Readonly<{
305
- disabled?: import('../../../OnyxForm/OnyxForm.core.ts', { with: { "resolution-mode": "import" } }).FormInjected<boolean> | undefined;
306
- link?: string | import('../../../OnyxRouterLink/types.ts', { with: { "resolution-mode": "import" } }).SharedLinkProps | undefined;
305
+ disabled?: import('../../../OnyxForm/OnyxForm.core.js', { with: { "resolution-mode": "import" } }).FormInjected<boolean> | undefined;
306
+ link?: string | import('../../../OnyxRouterLink/types.js', { with: { "resolution-mode": "import" } }).SharedLinkProps | undefined;
307
307
  autofocus?: boolean | undefined;
308
308
  loading?: boolean | undefined;
309
- type?: import('../../../OnyxButton/types.ts', { with: { "resolution-mode": "import" } }).ButtonType | undefined;
309
+ type?: import('../../../OnyxButton/types.js', { with: { "resolution-mode": "import" } }).ButtonType | undefined;
310
310
  }> & Readonly<{}>, "type"> & import('vue').ShallowUnwrapRef<{}> & {} & import('vue').ComponentCustomProperties & {} & {
311
311
  $slots: Readonly<{
312
312
  default(): unknown;
@@ -318,12 +318,12 @@ declare const __VLS_component: import('vue').DefineComponent<OnyxMenuItemProps,
318
318
  $: import('vue').ComponentInternalInstance;
319
319
  $data: {};
320
320
  $props: {
321
- readonly link?: string | import('../../../OnyxRouterLink/types.ts', { with: { "resolution-mode": "import" } }).SharedLinkProps | undefined;
321
+ readonly link?: string | import('../../../OnyxRouterLink/types.js', { with: { "resolution-mode": "import" } }).SharedLinkProps | undefined;
322
322
  readonly open?: Nullable<boolean>;
323
323
  readonly label?: string | undefined;
324
324
  readonly active?: boolean | "auto" | undefined;
325
325
  readonly disabled?: boolean | undefined;
326
- readonly color?: Extract<import('../../../../types/colors.ts', { with: { "resolution-mode": "import" } }).OnyxColor, "primary" | "danger"> | undefined;
326
+ readonly color?: Extract<import('../../../../types/colors.js', { with: { "resolution-mode": "import" } }).OnyxColor, "primary" | "danger"> | undefined;
327
327
  readonly "onUpdate:open"?: ((value: Nullable<boolean>) => any) | undefined;
328
328
  } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
329
329
  $attrs: {
@@ -26,12 +26,12 @@ declare function __VLS_template(): {
26
26
  $: import('vue').ComponentInternalInstance;
27
27
  $data: {};
28
28
  $props: {
29
- readonly link?: string | import('../../../OnyxRouterLink/types.ts', { with: { "resolution-mode": "import" } }).SharedLinkProps | undefined;
29
+ readonly link?: string | import('../../../OnyxRouterLink/types.js', { with: { "resolution-mode": "import" } }).SharedLinkProps | undefined;
30
30
  readonly open?: Nullable<boolean>;
31
31
  readonly label?: string | undefined;
32
32
  readonly active?: boolean | "auto" | undefined;
33
33
  readonly disabled?: boolean | undefined;
34
- readonly color?: Extract<import('../../../../types/colors.ts', { with: { "resolution-mode": "import" } }).OnyxColor, "primary" | "danger"> | undefined;
34
+ readonly color?: Extract<import('../../../../types/colors.js', { with: { "resolution-mode": "import" } }).OnyxColor, "primary" | "danger"> | undefined;
35
35
  readonly context: "mobile" | "list" | "navbar";
36
36
  } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
37
37
  $attrs: {
@@ -48,12 +48,12 @@ declare function __VLS_template(): {
48
48
  $host: Element | null;
49
49
  $emit: (event: string, ...args: any[]) => void;
50
50
  $el: any;
51
- $options: import('vue').ComponentOptionsBase<Readonly<import('../../../OnyxRouterLink/types.ts', { with: { "resolution-mode": "import" } }).WithLinkProp & {
51
+ $options: import('vue').ComponentOptionsBase<Readonly<import('../../../OnyxRouterLink/types.js', { with: { "resolution-mode": "import" } }).WithLinkProp & {
52
52
  open?: Nullable<boolean>;
53
53
  label?: string;
54
54
  active?: boolean | "auto";
55
55
  disabled?: boolean;
56
- color?: Extract<import('../../../../types/colors.ts', { with: { "resolution-mode": "import" } }).OnyxColor, "primary" | "danger">;
56
+ color?: Extract<import('../../../../types/colors.js', { with: { "resolution-mode": "import" } }).OnyxColor, "primary" | "danger">;
57
57
  } & {
58
58
  context: "mobile" | "list" | "navbar";
59
59
  }> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
@@ -76,12 +76,12 @@ declare function __VLS_template(): {
76
76
  $forceUpdate: () => void;
77
77
  $nextTick: typeof import('vue').nextTick;
78
78
  $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;
79
- } & Readonly<{}> & Omit<Readonly<import('../../../OnyxRouterLink/types.ts', { with: { "resolution-mode": "import" } }).WithLinkProp & {
79
+ } & Readonly<{}> & Omit<Readonly<import('../../../OnyxRouterLink/types.js', { with: { "resolution-mode": "import" } }).WithLinkProp & {
80
80
  open?: Nullable<boolean>;
81
81
  label?: string;
82
82
  active?: boolean | "auto";
83
83
  disabled?: boolean;
84
- color?: Extract<import('../../../../types/colors.ts', { with: { "resolution-mode": "import" } }).OnyxColor, "primary" | "danger">;
84
+ color?: Extract<import('../../../../types/colors.js', { with: { "resolution-mode": "import" } }).OnyxColor, "primary" | "danger">;
85
85
  } & {
86
86
  context: "mobile" | "list" | "navbar";
87
87
  }> & Readonly<{}>, never> & import('vue').ShallowUnwrapRef<{}> & {} & import('vue').ComponentCustomProperties & {} & {
@@ -109,12 +109,12 @@ declare const __VLS_component: import('vue').DefineComponent<OnyxNavItemProps, {
109
109
  $: import('vue').ComponentInternalInstance;
110
110
  $data: {};
111
111
  $props: {
112
- readonly link?: string | import('../../../OnyxRouterLink/types.ts', { with: { "resolution-mode": "import" } }).SharedLinkProps | undefined;
112
+ readonly link?: string | import('../../../OnyxRouterLink/types.js', { with: { "resolution-mode": "import" } }).SharedLinkProps | undefined;
113
113
  readonly open?: Nullable<boolean>;
114
114
  readonly label?: string | undefined;
115
115
  readonly active?: boolean | "auto" | undefined;
116
116
  readonly disabled?: boolean | undefined;
117
- readonly color?: Extract<import('../../../../types/colors.ts', { with: { "resolution-mode": "import" } }).OnyxColor, "primary" | "danger"> | undefined;
117
+ readonly color?: Extract<import('../../../../types/colors.js', { with: { "resolution-mode": "import" } }).OnyxColor, "primary" | "danger"> | undefined;
118
118
  readonly context: "mobile" | "list" | "navbar";
119
119
  } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
120
120
  $attrs: {
@@ -131,12 +131,12 @@ declare const __VLS_component: import('vue').DefineComponent<OnyxNavItemProps, {
131
131
  $host: Element | null;
132
132
  $emit: (event: string, ...args: any[]) => void;
133
133
  $el: any;
134
- $options: import('vue').ComponentOptionsBase<Readonly<import('../../../OnyxRouterLink/types.ts', { with: { "resolution-mode": "import" } }).WithLinkProp & {
134
+ $options: import('vue').ComponentOptionsBase<Readonly<import('../../../OnyxRouterLink/types.js', { with: { "resolution-mode": "import" } }).WithLinkProp & {
135
135
  open?: Nullable<boolean>;
136
136
  label?: string;
137
137
  active?: boolean | "auto";
138
138
  disabled?: boolean;
139
- color?: Extract<import('../../../../types/colors.ts', { with: { "resolution-mode": "import" } }).OnyxColor, "primary" | "danger">;
139
+ color?: Extract<import('../../../../types/colors.js', { with: { "resolution-mode": "import" } }).OnyxColor, "primary" | "danger">;
140
140
  } & {
141
141
  context: "mobile" | "list" | "navbar";
142
142
  }> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
@@ -159,12 +159,12 @@ declare const __VLS_component: import('vue').DefineComponent<OnyxNavItemProps, {
159
159
  $forceUpdate: () => void;
160
160
  $nextTick: typeof import('vue').nextTick;
161
161
  $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;
162
- } & Readonly<{}> & Omit<Readonly<import('../../../OnyxRouterLink/types.ts', { with: { "resolution-mode": "import" } }).WithLinkProp & {
162
+ } & Readonly<{}> & Omit<Readonly<import('../../../OnyxRouterLink/types.js', { with: { "resolution-mode": "import" } }).WithLinkProp & {
163
163
  open?: Nullable<boolean>;
164
164
  label?: string;
165
165
  active?: boolean | "auto";
166
166
  disabled?: boolean;
167
- color?: Extract<import('../../../../types/colors.ts', { with: { "resolution-mode": "import" } }).OnyxColor, "primary" | "danger">;
167
+ color?: Extract<import('../../../../types/colors.js', { with: { "resolution-mode": "import" } }).OnyxColor, "primary" | "danger">;
168
168
  } & {
169
169
  context: "mobile" | "list" | "navbar";
170
170
  }> & Readonly<{}>, never> & import('vue').ShallowUnwrapRef<{}> & {} & import('vue').ComponentCustomProperties & {} & {
@@ -8,6 +8,6 @@ declare const _default: import('vue').DefineComponent<OnyxProgressStepsProps, {}
8
8
  }>, {
9
9
  skeleton: import('../../composables/useSkeletonState.js', { with: { "resolution-mode": "import" } }).SkeletonInjected;
10
10
  modelValue: number;
11
- orientation: import('../../index.ts', { with: { "resolution-mode": "import" } }).Orientation;
11
+ orientation: import('../../index.js', { with: { "resolution-mode": "import" } }).Orientation;
12
12
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
13
13
  export default _default;
@@ -19,7 +19,7 @@ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
19
19
  declare const __VLS_component: import('vue').DefineComponent<OnyxSelectOptionProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<OnyxSelectOptionProps> & Readonly<{}>, {
20
20
  multiple: boolean;
21
21
  active: boolean;
22
- truncation: import('../../index.ts', { with: { "resolution-mode": "import" } }).TruncationType;
22
+ truncation: import('../../index.js', { with: { "resolution-mode": "import" } }).TruncationType;
23
23
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLLIElement>;
24
24
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
25
25
  export default _default;
@@ -1,5 +1,5 @@
1
1
  import { OnyxSeparatorProps } from './types.js';
2
2
  declare const _default: import('vue').DefineComponent<OnyxSeparatorProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<OnyxSeparatorProps> & Readonly<{}>, {
3
- orientation: import('../../index.ts', { with: { "resolution-mode": "import" } }).Orientation;
3
+ orientation: import('../../index.js', { with: { "resolution-mode": "import" } }).Orientation;
4
4
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
5
5
  export default _default;
@@ -47,7 +47,7 @@ declare function __VLS_template(): {
47
47
  readonly alert?: boolean | undefined;
48
48
  readonly open?: boolean | undefined;
49
49
  readonly disableClosingOnBackdropClick?: boolean | undefined;
50
- readonly alignment?: Exclude<import('../OnyxDialog/types.ts', { with: { "resolution-mode": "import" } }).DialogAlignment, "center"> | undefined;
50
+ readonly alignment?: Exclude<import('../OnyxDialog/types.js', { with: { "resolution-mode": "import" } }).DialogAlignment, "center"> | undefined;
51
51
  readonly modal?: boolean | undefined;
52
52
  readonly onClose?: (() => any) | undefined;
53
53
  } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
@@ -65,13 +65,13 @@ declare function __VLS_template(): {
65
65
  $host: Element | null;
66
66
  $emit: (event: "close") => void;
67
67
  $el: any;
68
- $options: import('vue').ComponentOptionsBase<Readonly<import('../OnyxDrawer/types.ts', { with: { "resolution-mode": "import" } }).OnyxDrawerProps> & Readonly<{
68
+ $options: import('vue').ComponentOptionsBase<Readonly<import('../OnyxDrawer/types.js', { with: { "resolution-mode": "import" } }).OnyxDrawerProps> & Readonly<{
69
69
  onClose?: (() => any) | undefined;
70
70
  }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
71
71
  close: () => any;
72
72
  }, string, {
73
73
  modal: boolean;
74
- alignment: Exclude<import('../OnyxDialog/types.ts', { with: { "resolution-mode": "import" } }).DialogAlignment, "center">;
74
+ alignment: Exclude<import('../OnyxDialog/types.js', { with: { "resolution-mode": "import" } }).DialogAlignment, "center">;
75
75
  }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
76
76
  beforeCreate?: (() => void) | (() => void)[];
77
77
  created?: (() => void) | (() => void)[];
@@ -94,18 +94,18 @@ declare function __VLS_template(): {
94
94
  $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;
95
95
  } & Readonly<{
96
96
  modal: boolean;
97
- alignment: Exclude<import('../OnyxDialog/types.ts', { with: { "resolution-mode": "import" } }).DialogAlignment, "center">;
98
- }> & Omit<Readonly<import('../OnyxDrawer/types.ts', { with: { "resolution-mode": "import" } }).OnyxDrawerProps> & Readonly<{
97
+ alignment: Exclude<import('../OnyxDialog/types.js', { with: { "resolution-mode": "import" } }).DialogAlignment, "center">;
98
+ }> & Omit<Readonly<import('../OnyxDrawer/types.js', { with: { "resolution-mode": "import" } }).OnyxDrawerProps> & Readonly<{
99
99
  onClose?: (() => any) | undefined;
100
100
  }>, "modal" | "alignment"> & import('vue').ShallowUnwrapRef<{}> & {} & import('vue').ComponentCustomProperties & {} & {
101
101
  $slots: Readonly<{
102
102
  default(): unknown;
103
- headline?(bindings: Pick<import('../OnyxDrawer/types.ts', { with: { "resolution-mode": "import" } }).OnyxDrawerProps, "label">): unknown;
103
+ headline?(bindings: Pick<import('../OnyxDrawer/types.js', { with: { "resolution-mode": "import" } }).OnyxDrawerProps, "label">): unknown;
104
104
  description?(): unknown;
105
105
  footer?(): unknown;
106
106
  }> & {
107
107
  default(): unknown;
108
- headline?(bindings: Pick<import('../OnyxDrawer/types.ts', { with: { "resolution-mode": "import" } }).OnyxDrawerProps, "label">): unknown;
108
+ headline?(bindings: Pick<import('../OnyxDrawer/types.js', { with: { "resolution-mode": "import" } }).OnyxDrawerProps, "label">): unknown;
109
109
  description?(): unknown;
110
110
  footer?(): unknown;
111
111
  };
@@ -131,7 +131,7 @@ declare const __VLS_component: import('vue').DefineComponent<OnyxSidebarProps, {
131
131
  readonly alert?: boolean | undefined;
132
132
  readonly open?: boolean | undefined;
133
133
  readonly disableClosingOnBackdropClick?: boolean | undefined;
134
- readonly alignment?: Exclude<import('../OnyxDialog/types.ts', { with: { "resolution-mode": "import" } }).DialogAlignment, "center"> | undefined;
134
+ readonly alignment?: Exclude<import('../OnyxDialog/types.js', { with: { "resolution-mode": "import" } }).DialogAlignment, "center"> | undefined;
135
135
  readonly modal?: boolean | undefined;
136
136
  readonly onClose?: (() => any) | undefined;
137
137
  } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
@@ -149,13 +149,13 @@ declare const __VLS_component: import('vue').DefineComponent<OnyxSidebarProps, {
149
149
  $host: Element | null;
150
150
  $emit: (event: "close") => void;
151
151
  $el: any;
152
- $options: import('vue').ComponentOptionsBase<Readonly<import('../OnyxDrawer/types.ts', { with: { "resolution-mode": "import" } }).OnyxDrawerProps> & Readonly<{
152
+ $options: import('vue').ComponentOptionsBase<Readonly<import('../OnyxDrawer/types.js', { with: { "resolution-mode": "import" } }).OnyxDrawerProps> & Readonly<{
153
153
  onClose?: (() => any) | undefined;
154
154
  }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
155
155
  close: () => any;
156
156
  }, string, {
157
157
  modal: boolean;
158
- alignment: Exclude<import('../OnyxDialog/types.ts', { with: { "resolution-mode": "import" } }).DialogAlignment, "center">;
158
+ alignment: Exclude<import('../OnyxDialog/types.js', { with: { "resolution-mode": "import" } }).DialogAlignment, "center">;
159
159
  }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
160
160
  beforeCreate?: (() => void) | (() => void)[];
161
161
  created?: (() => void) | (() => void)[];
@@ -178,18 +178,18 @@ declare const __VLS_component: import('vue').DefineComponent<OnyxSidebarProps, {
178
178
  $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;
179
179
  } & Readonly<{
180
180
  modal: boolean;
181
- alignment: Exclude<import('../OnyxDialog/types.ts', { with: { "resolution-mode": "import" } }).DialogAlignment, "center">;
182
- }> & Omit<Readonly<import('../OnyxDrawer/types.ts', { with: { "resolution-mode": "import" } }).OnyxDrawerProps> & Readonly<{
181
+ alignment: Exclude<import('../OnyxDialog/types.js', { with: { "resolution-mode": "import" } }).DialogAlignment, "center">;
182
+ }> & Omit<Readonly<import('../OnyxDrawer/types.js', { with: { "resolution-mode": "import" } }).OnyxDrawerProps> & Readonly<{
183
183
  onClose?: (() => any) | undefined;
184
184
  }>, "modal" | "alignment"> & import('vue').ShallowUnwrapRef<{}> & {} & import('vue').ComponentCustomProperties & {} & {
185
185
  $slots: Readonly<{
186
186
  default(): unknown;
187
- headline?(bindings: Pick<import('../OnyxDrawer/types.ts', { with: { "resolution-mode": "import" } }).OnyxDrawerProps, "label">): unknown;
187
+ headline?(bindings: Pick<import('../OnyxDrawer/types.js', { with: { "resolution-mode": "import" } }).OnyxDrawerProps, "label">): unknown;
188
188
  description?(): unknown;
189
189
  footer?(): unknown;
190
190
  }> & {
191
191
  default(): unknown;
192
- headline?(bindings: Pick<import('../OnyxDrawer/types.ts', { with: { "resolution-mode": "import" } }).OnyxDrawerProps, "label">): unknown;
192
+ headline?(bindings: Pick<import('../OnyxDrawer/types.js', { with: { "resolution-mode": "import" } }).OnyxDrawerProps, "label">): unknown;
193
193
  description?(): unknown;
194
194
  footer?(): unknown;
195
195
  };
@@ -15,7 +15,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
15
15
  requiredMarker: symbol | "optional" | "required";
16
16
  loading: boolean;
17
17
  modelValue: boolean | null;
18
- truncation: import('../../types/fonts.ts', { with: { "resolution-mode": "import" } }).TruncationType;
18
+ truncation: import('../../types/fonts.js', { with: { "resolution-mode": "import" } }).TruncationType;
19
19
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
20
20
  inputRef: HTMLInputElement;
21
21
  }, any>;
@@ -1,6 +1,6 @@
1
1
  import { OnyxTagProps } from './types.js';
2
2
  declare const _default: import('vue').DefineComponent<OnyxTagProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<OnyxTagProps> & Readonly<{}>, {
3
3
  skeleton: import('../../composables/useSkeletonState.js', { with: { "resolution-mode": "import" } }).SkeletonInjected;
4
- color: import('../../index.ts', { with: { "resolution-mode": "import" } }).OnyxColor;
4
+ color: import('../../index.js', { with: { "resolution-mode": "import" } }).OnyxColor;
5
5
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
6
6
  export default _default;
@@ -5,7 +5,7 @@ declare const _default: import('vue').DefineComponent<OnyxToastMessageProps, {},
5
5
  onClose?: (() => any) | undefined;
6
6
  }>, {
7
7
  icon: string | false;
8
- color: Extract<import('../../index.ts', { with: { "resolution-mode": "import" } }).OnyxColor, "neutral" | "danger" | "warning" | "success">;
8
+ color: Extract<import('../../index.js', { with: { "resolution-mode": "import" } }).OnyxColor, "neutral" | "danger" | "warning" | "success">;
9
9
  clickable: boolean;
10
10
  duration: number;
11
11
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
@@ -42,7 +42,7 @@ declare function __VLS_template(): {
42
42
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
43
43
  declare const __VLS_component: import('vue').DefineComponent<OnyxTooltipProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<OnyxTooltipProps> & Readonly<{}>, {
44
44
  open: import('./types.js', { with: { "resolution-mode": "import" } }).TooltipOpen;
45
- color: Extract<import('../../index.ts', { with: { "resolution-mode": "import" } }).OnyxColor, "neutral" | "danger" | "success">;
45
+ color: Extract<import('../../index.js', { with: { "resolution-mode": "import" } }).OnyxColor, "neutral" | "danger" | "success">;
46
46
  alignment: import('../../composables/useOpenAlignment.js', { with: { "resolution-mode": "import" } }).OpenAlignment | "auto";
47
47
  alignsWithEdge: boolean;
48
48
  fitParent: boolean;