sit-onyx 1.0.0-alpha.78 → 1.0.0-alpha.79

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 (35) hide show
  1. package/dist/components/OnyxAppLayout/OnyxAppLayout.vue.d.ts +1 -1
  2. package/dist/components/OnyxAvatar/FemaleAvatar.vue.d.ts +1 -1
  3. package/dist/components/OnyxAvatar/MaleAvatar.vue.d.ts +1 -1
  4. package/dist/components/OnyxAvatar/OnyxAvatar.vue.d.ts +1 -1
  5. package/dist/components/OnyxAvatarStack/OnyxAvatarStack.vue.d.ts +1 -1
  6. package/dist/components/OnyxBadge/OnyxBadge.vue.d.ts +1 -1
  7. package/dist/components/OnyxButton/OnyxButton.vue.d.ts +2 -2
  8. package/dist/components/OnyxCheckbox/OnyxCheckbox.vue.d.ts +2 -2
  9. package/dist/components/OnyxCheckboxGroup/OnyxCheckboxGroup.vue.d.ts +1 -1
  10. package/dist/components/OnyxEmpty/OnyxEmpty.vue.d.ts +1 -1
  11. package/dist/components/OnyxHeadline/OnyxHeadline.vue.d.ts +1 -1
  12. package/dist/components/OnyxIcon/OnyxIcon.vue.d.ts +1 -1
  13. package/dist/components/OnyxIconButton/OnyxIconButton.vue.d.ts +5 -2
  14. package/dist/components/OnyxIconButton/types.d.ts +4 -0
  15. package/dist/components/OnyxInput/OnyxInput.vue.d.ts +5 -2
  16. package/dist/components/OnyxInput/types.d.ts +4 -0
  17. package/dist/components/OnyxLink/OnyxLink.vue.d.ts +2 -2
  18. package/dist/components/OnyxListbox/OnyxListbox.vue.d.ts +1 -1
  19. package/dist/components/OnyxListboxOption/OnyxListboxOption.vue.d.ts +1 -1
  20. package/dist/components/OnyxLoadingIndicator/CircleSpinner.vue.d.ts +1 -1
  21. package/dist/components/OnyxLoadingIndicator/LoadingDots.vue.d.ts +1 -1
  22. package/dist/components/OnyxLoadingIndicator/OnyxLoadingIndicator.vue.d.ts +1 -1
  23. package/dist/components/OnyxPageLayout/OnyxPageLayout.vue.d.ts +1 -1
  24. package/dist/components/OnyxRadioButton/OnyxRadioButton.vue.d.ts +1 -1
  25. package/dist/components/OnyxRadioButtonGroup/OnyxRadioButtonGroup.vue.d.ts +1 -1
  26. package/dist/components/OnyxSelect/OnyxSelect.vue.d.ts +1 -1
  27. package/dist/components/OnyxSkeleton/OnyxSkeleton.vue.d.ts +1 -1
  28. package/dist/components/OnyxSwitch/OnyxSwitch.vue.d.ts +2 -2
  29. package/dist/components/OnyxTable/OnyxTable.vue.d.ts +1 -1
  30. package/dist/components/OnyxTag/OnyxTag.vue.d.ts +1 -1
  31. package/dist/components/OnyxTooltip/OnyxTooltip.vue.d.ts +2 -2
  32. package/dist/index.cjs +1 -1
  33. package/dist/index.js +160 -144
  34. package/dist/style.css +1 -1
  35. package/package.json +1 -1
@@ -2,7 +2,7 @@ import { OnyxAppLayoutProps } from './types';
2
2
 
3
3
  declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<OnyxAppLayoutProps>, {
4
4
  navBarAlignment: string;
5
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<OnyxAppLayoutProps>, {
5
+ }>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<OnyxAppLayoutProps>, {
6
6
  navBarAlignment: string;
7
7
  }>>>, {
8
8
  navBarAlignment: "top" | "left";
@@ -1,2 +1,2 @@
1
- declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
1
+ declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{}>>, {}, {}>;
2
2
  export default _default;
@@ -1,2 +1,2 @@
1
- declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
1
+ declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{}>>, {}, {}>;
2
2
  export default _default;
@@ -3,7 +3,7 @@ import { OnyxAvatarProps } from './types';
3
3
  declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<OnyxAvatarProps>, {
4
4
  size: string;
5
5
  type: string;
6
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<OnyxAvatarProps>, {
6
+ }>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<OnyxAvatarProps>, {
7
7
  size: string;
8
8
  type: string;
9
9
  }>>>, {
@@ -1,4 +1,4 @@
1
- declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>, Readonly<{
1
+ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{}>>, {}, {}>, Readonly<{
2
2
  /**
3
3
  * Default slot to place the avatars.
4
4
  */
@@ -2,7 +2,7 @@ import { OnyxBadgeProps } from './types';
2
2
 
3
3
  declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<OnyxBadgeProps>, {
4
4
  variation: string;
5
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<OnyxBadgeProps>, {
5
+ }>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<OnyxBadgeProps>, {
6
6
  variation: string;
7
7
  }>>>, {
8
8
  variation: "primary" | "secondary" | "neutral" | "danger" | "warning" | "success" | "info";
@@ -7,9 +7,9 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
7
7
  variation: string;
8
8
  mode: string;
9
9
  skeleton: boolean;
10
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
10
+ }>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
11
11
  click: () => void;
12
- }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<OnyxButtonProps>, {
12
+ }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<OnyxButtonProps>, {
13
13
  disabled: boolean;
14
14
  loading: boolean;
15
15
  type: string;
@@ -8,10 +8,10 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
8
8
  required: boolean;
9
9
  truncation: string;
10
10
  skeleton: boolean;
11
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
11
+ }>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
12
12
  validityChange: (validity: ValidityState) => void;
13
13
  "update:modelValue": (value: boolean) => void;
14
- }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<OnyxCheckboxProps>, {
14
+ }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<OnyxCheckboxProps>, {
15
15
  modelValue: boolean;
16
16
  indeterminate: boolean;
17
17
  disabled: boolean;
@@ -30,7 +30,7 @@ declare const _default: <TValue extends string | number | boolean>(__VLS_props:
30
30
  attrs: any;
31
31
  slots: {};
32
32
  emit: (evt: "update:modelValue", value: TValue[]) => void;
33
- }>) => import('vue').VNode<import("vue").RendererNode, import("vue").RendererElement, {
33
+ }>) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
34
34
  [key: string]: any;
35
35
  }> & {
36
36
  __ctx?: {
@@ -1,4 +1,4 @@
1
- declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>, Readonly<{
1
+ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{}>>, {}, {}>, Readonly<{
2
2
  /**
3
3
  * Label / text to display.
4
4
  */
@@ -2,7 +2,7 @@ import { OnyxHeadlineProps } from './types';
2
2
 
3
3
  declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<OnyxHeadlineProps>, {
4
4
  monospace: boolean;
5
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<OnyxHeadlineProps>, {
5
+ }>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<OnyxHeadlineProps>, {
6
6
  monospace: boolean;
7
7
  }>>>, {
8
8
  monospace: boolean;
@@ -3,7 +3,7 @@ import { OnyxIconProps } from './types';
3
3
  declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<OnyxIconProps>, {
4
4
  size: string;
5
5
  color: string;
6
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<OnyxIconProps>, {
6
+ }>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<OnyxIconProps>, {
7
7
  size: string;
8
8
  color: string;
9
9
  }>>>, {
@@ -4,18 +4,21 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__
4
4
  disabled: boolean;
5
5
  type: string;
6
6
  variation: string;
7
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
7
+ skeleton: boolean;
8
+ }>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
8
9
  click: () => void;
9
- }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<OnyxIconButtonProps>, {
10
+ }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<OnyxIconButtonProps>, {
10
11
  disabled: boolean;
11
12
  type: string;
12
13
  variation: string;
14
+ skeleton: boolean;
13
15
  }>>> & {
14
16
  onClick?: (() => any) | undefined;
15
17
  }, {
16
18
  type: "button" | "submit" | "reset";
17
19
  variation: "primary" | "secondary" | "danger";
18
20
  disabled: boolean;
21
+ skeleton: boolean;
19
22
  }, {}>, Readonly<{
20
23
  /** Slot for an custom icon. Will have no effect if property `icon` is passed. */
21
24
  default(): unknown;
@@ -27,4 +27,8 @@ export type OnyxIconButtonProps = DensityProp & {
27
27
  * The icon which will be displayed. The custom content in the `default` won't have an effect if the `icon` property is set.
28
28
  */
29
29
  icon?: string;
30
+ /**
31
+ * Whether to show a skeleton button.
32
+ */
33
+ skeleton?: boolean;
30
34
  };
@@ -8,13 +8,14 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
8
8
  readonly: boolean;
9
9
  disabled: boolean;
10
10
  loading: boolean;
11
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
11
+ skeleton: boolean;
12
+ }>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
12
13
  validityChange: (validity: ValidityState) => void;
13
14
  blur: () => void;
14
15
  focus: () => void;
15
16
  "update:modelValue": (value: string) => void;
16
17
  change: (value: string) => void;
17
- }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<OnyxInputProps>, {
18
+ }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<OnyxInputProps>, {
18
19
  modelValue: string;
19
20
  type: string;
20
21
  required: boolean;
@@ -22,6 +23,7 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
22
23
  readonly: boolean;
23
24
  disabled: boolean;
24
25
  loading: boolean;
26
+ skeleton: boolean;
25
27
  }>>> & {
26
28
  onFocus?: (() => any) | undefined;
27
29
  onBlur?: (() => any) | undefined;
@@ -33,6 +35,7 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
33
35
  required: boolean;
34
36
  disabled: boolean;
35
37
  loading: boolean;
38
+ skeleton: boolean;
36
39
  autocapitalize: "none" | "sentences" | "words" | "characters";
37
40
  modelValue: string;
38
41
  readonly: boolean;
@@ -87,6 +87,10 @@ export type OnyxInputProps = DensityProp & RequiredMarkerProp & CustomValidityPr
87
87
  * For accessibility / screen readers, the aria-label will still be set.
88
88
  */
89
89
  hideLabel?: boolean;
90
+ /**
91
+ * Whether to show a skeleton input.
92
+ */
93
+ skeleton?: boolean;
90
94
  };
91
95
  export declare const INPUT_TYPES: readonly ["email", "password", "search", "tel", "text", "url"];
92
96
  export type InputType = (typeof INPUT_TYPES)[number];
@@ -3,9 +3,9 @@ import { OnyxLinkProps } from './types';
3
3
  declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<OnyxLinkProps>, {
4
4
  target: string;
5
5
  withExternalIcon: string;
6
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
6
+ }>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
7
7
  click: () => void;
8
- }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<OnyxLinkProps>, {
8
+ }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<OnyxLinkProps>, {
9
9
  target: string;
10
10
  withExternalIcon: string;
11
11
  }>>> & {
@@ -89,7 +89,7 @@ declare const _default: <TValue extends SelectionOptionValue = SelectionOptionVa
89
89
  optionsEnd?(): unknown;
90
90
  };
91
91
  emit: ((evt: "update:modelValue", value: TValue | undefined) => void) & ((evt: "lazyLoad") => void);
92
- }>) => import('vue').VNode<import("vue").RendererNode, import("vue").RendererElement, {
92
+ }>) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
93
93
  [key: string]: any;
94
94
  }> & {
95
95
  __ctx?: {
@@ -1,6 +1,6 @@
1
1
  import { OnyxListboxOptionProps } from './types';
2
2
 
3
- declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<OnyxListboxOptionProps>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<OnyxListboxOptionProps>>>, {}, {}>, Readonly<{
3
+ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<OnyxListboxOptionProps>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<OnyxListboxOptionProps>>>, {}, {}>, Readonly<{
4
4
  /**
5
5
  * Default slot to place the option label / text content.
6
6
  */
@@ -1,2 +1,2 @@
1
- declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
1
+ declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{}>>, {}, {}>;
2
2
  export default _default;
@@ -1,2 +1,2 @@
1
- declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
1
+ declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{}>>, {}, {}>;
2
2
  export default _default;
@@ -2,7 +2,7 @@ import { OnyxLoadingIndicatorProps } from './types';
2
2
 
3
3
  declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<OnyxLoadingIndicatorProps>, {
4
4
  type: string;
5
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<OnyxLoadingIndicatorProps>, {
5
+ }>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<OnyxLoadingIndicatorProps>, {
6
6
  type: string;
7
7
  }>>>, {
8
8
  type: "circle" | "dots";
@@ -1,6 +1,6 @@
1
1
  import { OnyxPageLayoutProps } from './types';
2
2
 
3
- declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<OnyxPageLayoutProps>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<OnyxPageLayoutProps>>>, {}, {}>, Readonly<{
3
+ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<OnyxPageLayoutProps>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<OnyxPageLayoutProps>>>, {}, {}>, Readonly<{
4
4
  /** Main content area of the page */
5
5
  default(): unknown;
6
6
  /** Optional sidebar of the page */
@@ -40,7 +40,7 @@ declare const _default: <TValue extends SelectionOptionValue = SelectionOptionVa
40
40
  attrs: any;
41
41
  slots: {};
42
42
  emit: ((evt: "validityChange", validity: ValidityState) => void) & ((evt: "change", value: string) => void);
43
- }>) => import('vue').VNode<import("vue").RendererNode, import("vue").RendererElement, {
43
+ }>) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
44
44
  [key: string]: any;
45
45
  }> & {
46
46
  __ctx?: {
@@ -38,7 +38,7 @@ declare const _default: <TValue extends SelectionOptionValue>(__VLS_props: {
38
38
  attrs: any;
39
39
  slots: {};
40
40
  emit: ((evt: "validityChange", validity: ValidityState) => void) & ((evt: "update:modelValue", selected: SelectionOption<TValue>) => void);
41
- }>) => import('vue').VNode<import("vue").RendererNode, import("vue").RendererElement, {
41
+ }>) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
42
42
  [key: string]: any;
43
43
  }> & {
44
44
  __ctx?: {
@@ -40,7 +40,7 @@ declare const _default: <TValue extends SelectModelValue<TMultiple>, TMultiple e
40
40
  attrs: any;
41
41
  slots: {};
42
42
  emit: (evt: "update:modelValue", value: TValue | undefined) => void;
43
- }>) => import('vue').VNode<import("vue").RendererNode, import("vue").RendererElement, {
43
+ }>) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
44
44
  [key: string]: any;
45
45
  }> & {
46
46
  __ctx?: {
@@ -1,2 +1,2 @@
1
- declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
1
+ declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{}>>, {}, {}>;
2
2
  export default _default;
@@ -6,10 +6,10 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
6
6
  loading: boolean;
7
7
  truncation: string;
8
8
  skeleton: boolean;
9
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
9
+ }>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
10
10
  validityChange: (validity: ValidityState) => void;
11
11
  "update:modelValue": (value: boolean) => void;
12
- }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<OnyxSwitchProps>, {
12
+ }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<OnyxSwitchProps>, {
13
13
  modelValue: boolean;
14
14
  disabled: boolean;
15
15
  loading: boolean;
@@ -1,4 +1,4 @@
1
- declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<import("../..").DensityProp>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<import("../..").DensityProp>>>, {}, {}>, {
1
+ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<import('../..').DensityProp>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<import('../..').DensityProp>>>, {}, {}>, {
2
2
  default?(_: {}): any;
3
3
  }>;
4
4
  export default _default;
@@ -2,7 +2,7 @@ import { OnyxTagProps } from './types';
2
2
 
3
3
  declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<OnyxTagProps>, {
4
4
  color: string;
5
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<OnyxTagProps>, {
5
+ }>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<OnyxTagProps>, {
6
6
  color: string;
7
7
  }>>>, {
8
8
  color: "primary" | "secondary" | "neutral" | "danger" | "warning" | "success" | "info";
@@ -5,7 +5,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__
5
5
  position: string;
6
6
  fitParent: boolean;
7
7
  open: string;
8
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<OnyxTooltipProps>, {
8
+ }>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<OnyxTooltipProps>, {
9
9
  color: string;
10
10
  position: string;
11
11
  fitParent: boolean;
@@ -14,7 +14,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__
14
14
  color: "neutral" | "danger";
15
15
  position: "top" | "bottom";
16
16
  fitParent: boolean;
17
- open: import("./types").TooltipOpen;
17
+ open: import('./types').TooltipOpen;
18
18
  }, {}>, Readonly<{
19
19
  /**
20
20
  * Default slot where the parent content is placed that should open/close the tooltip.