@rotki/ui-library 1.4.0 → 1.5.0

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 (63) hide show
  1. package/dist/components/accordions/accordion/RuiAccordion.vue.d.ts +4 -33
  2. package/dist/components/accordions/accordions/RuiAccordions.vue.d.ts +4 -27
  3. package/dist/components/alerts/RuiAlert.vue.d.ts +5 -38
  4. package/dist/components/cards/RuiCard.vue.d.ts +2 -33
  5. package/dist/components/cards/RuiCardHeader.vue.d.ts +2 -23
  6. package/dist/components/chips/RuiChip.vue.d.ts +5 -44
  7. package/dist/components/color-picker/RuiColorBoard.vue.d.ts +6 -15
  8. package/dist/components/color-picker/RuiColorDisplay.vue.d.ts +3 -12
  9. package/dist/components/color-picker/RuiColorHue.vue.d.ts +4 -13
  10. package/dist/components/color-picker/RuiColorInput.vue.d.ts +4 -13
  11. package/dist/components/color-picker/RuiColorPicker.vue.d.ts +4 -25
  12. package/dist/components/divider/RuiDivider.vue.d.ts +2 -23
  13. package/dist/components/forms/auto-complete/RuiAutoComplete.vue.d.ts +4 -1
  14. package/dist/components/forms/checkbox/RuiCheckbox.vue.d.ts +5 -44
  15. package/dist/components/forms/radio-button/radio/RuiRadio.vue.d.ts +3 -1
  16. package/dist/components/forms/radio-button/radio-group/RuiRadioGroup.vue.d.ts +3 -1
  17. package/dist/components/forms/revealable-text-field/RuiRevealableTextField.vue.d.ts +4 -55
  18. package/dist/components/forms/select/RuiMenuSelect.vue.d.ts +3 -1
  19. package/dist/components/forms/select/RuiSimpleSelect.vue.d.ts +4 -29
  20. package/dist/components/forms/slider/RuiSlider.vue.d.ts +5 -60
  21. package/dist/components/forms/switch/RuiSwitch.vue.d.ts +4 -41
  22. package/dist/components/forms/text-area/RuiTextArea.vue.d.ts +6 -64
  23. package/dist/components/forms/text-field/RuiTextField.vue.d.ts +9 -59
  24. package/dist/components/helpers/RuiFormTextDetail.vue.d.ts +4 -29
  25. package/dist/components/icons/RuiIcon.vue.d.ts +2 -25
  26. package/dist/components/index.es.js +5946 -42
  27. package/dist/components/loaders/RuiSkeletonBase.vue.d.ts +2 -23
  28. package/dist/components/loaders/RuiSkeletonLoader.vue.d.ts +2 -25
  29. package/dist/components/logos/RuiLogo.vue.d.ts +2 -31
  30. package/dist/components/overlays/badge/RuiBadge.vue.d.ts +2 -43
  31. package/dist/components/overlays/bottom-sheet/RuiBottomSheet.vue.d.ts +2 -25
  32. package/dist/components/overlays/dialog/RuiDialog.vue.d.ts +5 -36
  33. package/dist/components/overlays/menu/RuiMenu.vue.d.ts +4 -53
  34. package/dist/components/overlays/navigation-drawer/RuiNavigationDrawer.vue.d.ts +5 -40
  35. package/dist/components/overlays/notification/RuiNotification.vue.d.ts +4 -27
  36. package/dist/components/overlays/tooltip/RuiTooltip.vue.d.ts +3 -38
  37. package/dist/components/progress/RuiProgress.vue.d.ts +2 -37
  38. package/dist/components/steppers/RuiFooterStepper.vue.d.ts +4 -31
  39. package/dist/components/steppers/RuiStepper.vue.d.ts +2 -35
  40. package/dist/components/steppers/RuiStepperCustomIcon.vue.d.ts +4 -25
  41. package/dist/components/steppers/RuiStepperIcon.vue.d.ts +4 -25
  42. package/dist/components/tables/RuiExpandButton.vue.d.ts +2 -23
  43. package/dist/components/tables/RuiTablePagination.vue.d.ts +4 -29
  44. package/dist/components/tabs/tab/RuiTab.vue.d.ts +6 -49
  45. package/dist/components/tabs/tab-item/RuiTabItem.vue.d.ts +2 -29
  46. package/dist/components/tabs/tab-items/RuiTabItems.vue.d.ts +3 -1
  47. package/dist/components/tabs/tabs/RuiTabs.vue.d.ts +6 -35
  48. package/dist/composables/icons.d.ts +10 -4
  49. package/dist/composables/index--ZwAZVMb.js +482 -0
  50. package/dist/composables/index.es.js +4 -5
  51. package/dist/index.d.ts +1 -0
  52. package/dist/index.es.js +2917 -2916
  53. package/dist/style.css +1 -1
  54. package/dist/theme/index.es.js +1 -1
  55. package/dist/types/index-DSBIGM2a.js +39 -0
  56. package/dist/utils/index-Cps3W0wA.js +108 -0
  57. package/dist/vendor-BRFX1hnB.js +1626 -0
  58. package/dist/web-types.json +534 -593
  59. package/package.json +1 -1
  60. package/dist/RuiNavigationDrawer-Boq-RcMw.js +0 -7959
  61. package/dist/breakpoint-sPlgsoXp.js +0 -37
  62. package/dist/index-DIN-6VhY.js +0 -154
  63. /package/dist/{colors-D563Ic3q.js → consts/colors-D563Ic3q.js} +0 -0
@@ -18,21 +18,9 @@ declare function __VLS_template(): {
18
18
  attrs: Partial<{}>;
19
19
  };
20
20
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
21
- declare const __VLS_component: import("vue").DefineComponent<globalThis.ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<AccordionProps>, {
22
- open: boolean;
23
- eager: boolean;
24
- headerGrow: boolean;
25
- headerClass: string;
26
- contentClass: string;
27
- }>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
28
- click: () => void;
29
- }, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<AccordionProps>, {
30
- open: boolean;
31
- eager: boolean;
32
- headerGrow: boolean;
33
- headerClass: string;
34
- contentClass: string;
35
- }>>> & Readonly<{
21
+ declare const __VLS_component: import("vue").DefineComponent<AccordionProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
22
+ click: () => any;
23
+ }, string, import("vue").PublicProps, Readonly<AccordionProps> & Readonly<{
36
24
  onClick?: (() => any) | undefined;
37
25
  }>, {
38
26
  open: boolean;
@@ -40,28 +28,11 @@ declare const __VLS_component: import("vue").DefineComponent<globalThis.ExtractP
40
28
  eager: boolean;
41
29
  headerGrow: boolean;
42
30
  headerClass: string;
43
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
31
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
44
32
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
45
33
  export default _default;
46
- type __VLS_WithDefaults<P, D> = {
47
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_PrettifyLocal<P[K] & {
48
- default: D[K];
49
- }> : P[K];
50
- };
51
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
52
- type __VLS_TypePropsToOption<T> = {
53
- [K in keyof T]-?: {} extends Pick<T, K> ? {
54
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
55
- } : {
56
- type: import('vue').PropType<T[K]>;
57
- required: true;
58
- };
59
- };
60
34
  type __VLS_WithTemplateSlots<T, S> = T & {
61
35
  new (): {
62
36
  $slots: S;
63
37
  };
64
38
  };
65
- type __VLS_PrettifyLocal<T> = {
66
- [K in keyof T]: T[K];
67
- } & {};
@@ -2,35 +2,12 @@ export interface Props {
2
2
  modelValue?: number[] | number;
3
3
  multiple?: boolean;
4
4
  }
5
- declare const _default: import("vue").DefineComponent<globalThis.ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<Props>, {
6
- modelValue: number;
7
- multiple: boolean;
8
- }>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
9
- "update:model-value": (modelValue: number | number[]) => void;
10
- }, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<Props>, {
11
- modelValue: number;
12
- multiple: boolean;
13
- }>>> & Readonly<{
5
+ declare const _default: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
6
+ "update:model-value": (modelValue: number | number[]) => any;
7
+ }, string, import("vue").PublicProps, Readonly<Props> & Readonly<{
14
8
  "onUpdate:model-value"?: ((modelValue: number | number[]) => any) | undefined;
15
9
  }>, {
16
10
  modelValue: number[] | number;
17
11
  multiple: boolean;
18
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
12
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
19
13
  export default _default;
20
- type __VLS_WithDefaults<P, D> = {
21
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_PrettifyLocal<P[K] & {
22
- default: D[K];
23
- }> : P[K];
24
- };
25
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
26
- type __VLS_TypePropsToOption<T> = {
27
- [K in keyof T]-?: {} extends Pick<T, K> ? {
28
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
29
- } : {
30
- type: import('vue').PropType<T[K]>;
31
- required: true;
32
- };
33
- };
34
- type __VLS_PrettifyLocal<T> = {
35
- [K in keyof T]: T[K];
36
- } & {};
@@ -18,26 +18,10 @@ declare function __VLS_template(): {
18
18
  attrs: Partial<{}>;
19
19
  };
20
20
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
21
- declare const __VLS_component: import("vue").DefineComponent<globalThis.ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<Props>, {
22
- title: string;
23
- description: string;
24
- type: string;
25
- icon: undefined;
26
- variant: string;
27
- actionText: string;
28
- closeable: boolean;
29
- }>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
30
- action: () => void;
31
- close: () => void;
32
- }, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<Props>, {
33
- title: string;
34
- description: string;
35
- type: string;
36
- icon: undefined;
37
- variant: string;
38
- actionText: string;
39
- closeable: boolean;
40
- }>>> & Readonly<{
21
+ declare const __VLS_component: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
22
+ close: () => any;
23
+ action: () => any;
24
+ }, string, import("vue").PublicProps, Readonly<Props> & Readonly<{
41
25
  onClose?: (() => any) | undefined;
42
26
  onAction?: (() => any) | undefined;
43
27
  }>, {
@@ -48,28 +32,11 @@ declare const __VLS_component: import("vue").DefineComponent<globalThis.ExtractP
48
32
  description: string;
49
33
  actionText: string;
50
34
  closeable: boolean;
51
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
35
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
52
36
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
53
37
  export default _default;
54
- type __VLS_WithDefaults<P, D> = {
55
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_PrettifyLocal<P[K] & {
56
- default: D[K];
57
- }> : P[K];
58
- };
59
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
60
- type __VLS_TypePropsToOption<T> = {
61
- [K in keyof T]-?: {} extends Pick<T, K> ? {
62
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
63
- } : {
64
- type: import('vue').PropType<T[K]>;
65
- required: true;
66
- };
67
- };
68
38
  type __VLS_WithTemplateSlots<T, S> = T & {
69
39
  new (): {
70
40
  $slots: S;
71
41
  };
72
42
  };
73
- type __VLS_PrettifyLocal<T> = {
74
- [K in keyof T]: T[K];
75
- } & {};
@@ -20,49 +20,18 @@ declare function __VLS_template(): {
20
20
  attrs: Partial<{}>;
21
21
  };
22
22
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
23
- declare const __VLS_component: import("vue").DefineComponent<globalThis.ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<Props>, {
24
- divide: boolean;
25
- dense: boolean;
26
- elevation: number;
27
- variant: string;
28
- rounded: string;
29
- noPadding: boolean;
30
- }>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<Props>, {
31
- divide: boolean;
32
- dense: boolean;
33
- elevation: number;
34
- variant: string;
35
- rounded: string;
36
- noPadding: boolean;
37
- }>>> & Readonly<{}>, {
23
+ declare const __VLS_component: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{}>, {
38
24
  variant: "flat" | "outlined";
39
25
  rounded: "sm" | "md" | "lg";
40
26
  elevation: number;
41
27
  dense: boolean;
42
28
  divide: boolean;
43
29
  noPadding: boolean;
44
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
30
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
45
31
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
46
32
  export default _default;
47
- type __VLS_WithDefaults<P, D> = {
48
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_PrettifyLocal<P[K] & {
49
- default: D[K];
50
- }> : P[K];
51
- };
52
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
53
- type __VLS_TypePropsToOption<T> = {
54
- [K in keyof T]-?: {} extends Pick<T, K> ? {
55
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
56
- } : {
57
- type: import('vue').PropType<T[K]>;
58
- required: true;
59
- };
60
- };
61
33
  type __VLS_WithTemplateSlots<T, S> = T & {
62
34
  new (): {
63
35
  $slots: S;
64
36
  };
65
37
  };
66
- type __VLS_PrettifyLocal<T> = {
67
- [K in keyof T]: T[K];
68
- } & {};
@@ -11,34 +11,13 @@ declare function __VLS_template(): {
11
11
  attrs: Partial<{}>;
12
12
  };
13
13
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
14
- declare const __VLS_component: import("vue").DefineComponent<globalThis.ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<Props>, {
14
+ declare const __VLS_component: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{}>, {
15
15
  dense: boolean;
16
- }>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<Props>, {
17
- dense: boolean;
18
- }>>> & Readonly<{}>, {
19
- dense: boolean;
20
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
16
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
21
17
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
22
18
  export default _default;
23
- type __VLS_WithDefaults<P, D> = {
24
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_PrettifyLocal<P[K] & {
25
- default: D[K];
26
- }> : P[K];
27
- };
28
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
29
- type __VLS_TypePropsToOption<T> = {
30
- [K in keyof T]-?: {} extends Pick<T, K> ? {
31
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
32
- } : {
33
- type: import('vue').PropType<T[K]>;
34
- required: true;
35
- };
36
- };
37
19
  type __VLS_WithTemplateSlots<T, S> = T & {
38
20
  new (): {
39
21
  $slots: S;
40
22
  };
41
23
  };
42
- type __VLS_PrettifyLocal<T> = {
43
- [K in keyof T]: T[K];
44
- } & {};
@@ -21,32 +21,10 @@ declare function __VLS_template(): {
21
21
  attrs: Partial<{}>;
22
22
  };
23
23
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
24
- declare const __VLS_component: import("vue").DefineComponent<globalThis.ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<Props>, {
25
- tile: boolean;
26
- size: string;
27
- color: string;
28
- clickable: boolean;
29
- closeable: boolean;
30
- disabled: boolean;
31
- variant: string;
32
- closeIcon: string;
33
- bgColor: undefined;
34
- textColor: undefined;
35
- }>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
36
- "click:close": () => void;
37
- click: (e: any) => void;
38
- }, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<Props>, {
39
- tile: boolean;
40
- size: string;
41
- color: string;
42
- clickable: boolean;
43
- closeable: boolean;
44
- disabled: boolean;
45
- variant: string;
46
- closeIcon: string;
47
- bgColor: undefined;
48
- textColor: undefined;
49
- }>>> & Readonly<{
24
+ declare const __VLS_component: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
25
+ click: (e: any) => any;
26
+ "click:close": () => any;
27
+ }, string, import("vue").PublicProps, Readonly<Props> & Readonly<{
50
28
  onClick?: ((e: any) => any) | undefined;
51
29
  "onClick:close"?: (() => any) | undefined;
52
30
  }>, {
@@ -60,28 +38,11 @@ declare const __VLS_component: import("vue").DefineComponent<globalThis.ExtractP
60
38
  closeIcon: RuiIcons;
61
39
  bgColor: string;
62
40
  textColor: string;
63
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
41
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
64
42
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
65
43
  export default _default;
66
- type __VLS_WithDefaults<P, D> = {
67
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_PrettifyLocal<P[K] & {
68
- default: D[K];
69
- }> : P[K];
70
- };
71
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
72
- type __VLS_TypePropsToOption<T> = {
73
- [K in keyof T]-?: {} extends Pick<T, K> ? {
74
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
75
- } : {
76
- type: import('vue').PropType<T[K]>;
77
- required: true;
78
- };
79
- };
80
44
  type __VLS_WithTemplateSlots<T, S> = T & {
81
45
  new (): {
82
46
  $slots: S;
83
47
  };
84
48
  };
85
- type __VLS_PrettifyLocal<T> = {
86
- [K in keyof T]: T[K];
87
- } & {};
@@ -1,26 +1,17 @@
1
1
  import { Color } from './utils';
2
- declare const _default: import("vue").DefineComponent<globalThis.ExtractPropTypes<__VLS_TypePropsToOption<{
2
+ declare const _default: import("vue").DefineComponent<{
3
3
  color: Color;
4
- }>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
4
+ }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
5
5
  "update:board": (event: {
6
6
  saturation: number;
7
7
  brightness: number;
8
- }) => void;
9
- }, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_TypePropsToOption<{
8
+ }) => any;
9
+ }, string, import("vue").PublicProps, Readonly<{
10
10
  color: Color;
11
- }>>> & Readonly<{
11
+ }> & Readonly<{
12
12
  "onUpdate:board"?: ((event: {
13
13
  saturation: number;
14
14
  brightness: number;
15
15
  }) => any) | undefined;
16
- }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
16
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
17
17
  export default _default;
18
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
19
- type __VLS_TypePropsToOption<T> = {
20
- [K in keyof T]-?: {} extends Pick<T, K> ? {
21
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
22
- } : {
23
- type: import('vue').PropType<T[K]>;
24
- required: true;
25
- };
26
- };
@@ -1,15 +1,6 @@
1
- declare const _default: import("vue").DefineComponent<globalThis.ExtractPropTypes<__VLS_TypePropsToOption<{
1
+ declare const _default: import("vue").DefineComponent<{
2
2
  color: string;
3
- }>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_TypePropsToOption<{
3
+ }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
4
4
  color: string;
5
- }>>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
5
+ }> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
6
6
  export default _default;
7
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
8
- type __VLS_TypePropsToOption<T> = {
9
- [K in keyof T]-?: {} extends Pick<T, K> ? {
10
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
11
- } : {
12
- type: import('vue').PropType<T[K]>;
13
- required: true;
14
- };
15
- };
@@ -1,18 +1,9 @@
1
1
  type __VLS_PublicProps = {
2
2
  modelValue: number;
3
3
  };
4
- declare const _default: import("vue").DefineComponent<globalThis.ExtractPropTypes<__VLS_TypePropsToOption<__VLS_PublicProps>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
5
- "update:modelValue": (modelValue: number) => void;
6
- }, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_TypePropsToOption<__VLS_PublicProps>>> & Readonly<{
4
+ declare const _default: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
5
+ "update:modelValue": (modelValue: number) => any;
6
+ }, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
7
7
  "onUpdate:modelValue"?: ((modelValue: number) => any) | undefined;
8
- }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
8
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
9
9
  export default _default;
10
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
11
- type __VLS_TypePropsToOption<T> = {
12
- [K in keyof T]-?: {} extends Pick<T, K> ? {
13
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
14
- } : {
15
- type: import('vue').PropType<T[K]>;
16
- required: true;
17
- };
18
- };
@@ -2,18 +2,9 @@ import type { Color } from './utils';
2
2
  type __VLS_PublicProps = {
3
3
  modelValue: Color;
4
4
  };
5
- declare const _default: import("vue").DefineComponent<globalThis.ExtractPropTypes<__VLS_TypePropsToOption<__VLS_PublicProps>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
6
- "update:modelValue": (modelValue: Color) => void;
7
- }, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_TypePropsToOption<__VLS_PublicProps>>> & Readonly<{
5
+ declare const _default: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
6
+ "update:modelValue": (modelValue: Color) => any;
7
+ }, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
8
8
  "onUpdate:modelValue"?: ((modelValue: Color) => any) | undefined;
9
- }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
9
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
10
10
  export default _default;
11
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
12
- type __VLS_TypePropsToOption<T> = {
13
- [K in keyof T]-?: {} extends Pick<T, K> ? {
14
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
15
- } : {
16
- type: import('vue').PropType<T[K]>;
17
- required: true;
18
- };
19
- };
@@ -1,32 +1,11 @@
1
1
  export interface Props {
2
2
  modelValue?: string;
3
3
  }
4
- declare const _default: import("vue").DefineComponent<globalThis.ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<Props>, {
5
- modelValue: string;
6
- }>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
7
- "update:model-value": (value: string) => void;
8
- }, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<Props>, {
9
- modelValue: string;
10
- }>>> & Readonly<{
4
+ declare const _default: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
5
+ "update:model-value": (value: string) => any;
6
+ }, string, import("vue").PublicProps, Readonly<Props> & Readonly<{
11
7
  "onUpdate:model-value"?: ((value: string) => any) | undefined;
12
8
  }>, {
13
9
  modelValue: string;
14
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
10
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
15
11
  export default _default;
16
- type __VLS_WithDefaults<P, D> = {
17
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_PrettifyLocal<P[K] & {
18
- default: D[K];
19
- }> : P[K];
20
- };
21
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
22
- type __VLS_TypePropsToOption<T> = {
23
- [K in keyof T]-?: {} extends Pick<T, K> ? {
24
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
25
- } : {
26
- type: import('vue').PropType<T[K]>;
27
- required: true;
28
- };
29
- };
30
- type __VLS_PrettifyLocal<T> = {
31
- [K in keyof T]: T[K];
32
- } & {};
@@ -1,28 +1,7 @@
1
1
  export interface Props {
2
2
  vertical?: boolean;
3
3
  }
4
- declare const _default: import("vue").DefineComponent<globalThis.ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<Props>, {
4
+ declare const _default: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{}>, {
5
5
  vertical: boolean;
6
- }>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<Props>, {
7
- vertical: boolean;
8
- }>>> & Readonly<{}>, {
9
- vertical: boolean;
10
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
6
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
11
7
  export default _default;
12
- type __VLS_WithDefaults<P, D> = {
13
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_PrettifyLocal<P[K] & {
14
- default: D[K];
15
- }> : P[K];
16
- };
17
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
18
- type __VLS_TypePropsToOption<T> = {
19
- [K in keyof T]-?: {} extends Pick<T, K> ? {
20
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
21
- } : {
22
- type: import('vue').PropType<T[K]>;
23
- required: true;
24
- };
25
- };
26
- type __VLS_PrettifyLocal<T> = {
27
- [K in keyof T]: T[K];
28
- } & {};
@@ -1085,7 +1085,10 @@ declare const _default: <TValue, TItem>(__VLS_props: NonNullable<Awaited<typeof
1085
1085
  }): any;
1086
1086
  "no-data"?(_: {}): any;
1087
1087
  };
1088
- emit: ((evt: "update:modelValue", modelValue: AutoCompleteModelValue<TValue>) => void) & ((evt: "update:searchInput", searchInput: string) => void);
1088
+ emit: {
1089
+ 'update:modelValue': [modelValue: AutoCompleteModelValue<TValue>];
1090
+ 'update:searchInput': [searchInput: string];
1091
+ };
1089
1092
  }>) => globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
1090
1093
  [key: string]: any;
1091
1094
  }> & {
@@ -21,32 +21,10 @@ declare function __VLS_template(): {
21
21
  attrs: Partial<{}>;
22
22
  };
23
23
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
24
- declare const __VLS_component: import("vue").DefineComponent<globalThis.ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<Props>, {
25
- modelValue: boolean;
26
- indeterminate: boolean;
27
- disabled: boolean;
28
- color: undefined;
29
- size: undefined;
30
- label: string;
31
- hint: string;
32
- errorMessages: () => never[];
33
- successMessages: () => never[];
34
- hideDetails: boolean;
35
- }>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
36
- "update:modelValue": (modelValue: boolean) => void;
37
- "update:indeterminate": (indeterminate: boolean) => void;
38
- }, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<Props>, {
39
- modelValue: boolean;
40
- indeterminate: boolean;
41
- disabled: boolean;
42
- color: undefined;
43
- size: undefined;
44
- label: string;
45
- hint: string;
46
- errorMessages: () => never[];
47
- successMessages: () => never[];
48
- hideDetails: boolean;
49
- }>>> & Readonly<{
24
+ declare const __VLS_component: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
25
+ "update:modelValue": (modelValue: boolean) => any;
26
+ "update:indeterminate": (indeterminate: boolean) => any;
27
+ }, string, import("vue").PublicProps, Readonly<Props> & Readonly<{
50
28
  "onUpdate:modelValue"?: ((modelValue: boolean) => any) | undefined;
51
29
  "onUpdate:indeterminate"?: ((indeterminate: boolean) => any) | undefined;
52
30
  }>, {
@@ -60,28 +38,11 @@ declare const __VLS_component: import("vue").DefineComponent<globalThis.ExtractP
60
38
  successMessages: string | string[];
61
39
  hint: string;
62
40
  hideDetails: boolean;
63
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
41
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
64
42
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
65
43
  export default _default;
66
- type __VLS_WithDefaults<P, D> = {
67
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_PrettifyLocal<P[K] & {
68
- default: D[K];
69
- }> : P[K];
70
- };
71
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
72
- type __VLS_TypePropsToOption<T> = {
73
- [K in keyof T]-?: {} extends Pick<T, K> ? {
74
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
75
- } : {
76
- type: import('vue').PropType<T[K]>;
77
- required: true;
78
- };
79
- };
80
44
  type __VLS_WithTemplateSlots<T, S> = T & {
81
45
  new (): {
82
46
  $slots: S;
83
47
  };
84
48
  };
85
- type __VLS_PrettifyLocal<T> = {
86
- [K in keyof T]: T[K];
87
- } & {};
@@ -21,7 +21,9 @@ declare const _default: <TValue>(__VLS_props: NonNullable<Awaited<typeof __VLS_s
21
21
  slots: {
22
22
  default?(_: {}): any;
23
23
  };
24
- emit: (evt: "update:modelValue", modelValue: TValue) => void;
24
+ emit: {
25
+ 'update:modelValue': [modelValue: TValue];
26
+ };
25
27
  }>) => globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
26
28
  [key: string]: any;
27
29
  }> & {
@@ -19,7 +19,9 @@ declare const _default: <TValue>(__VLS_props: NonNullable<Awaited<typeof __VLS_s
19
19
  expose(exposed: import("vue").ShallowUnwrapRef<{}>): void;
20
20
  attrs: any;
21
21
  slots: {};
22
- emit: (evt: "update:modelValue", modelValue: TValue) => void;
22
+ emit: {
23
+ 'update:modelValue': [modelValue: TValue];
24
+ };
23
25
  }>) => globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
24
26
  [key: string]: any;
25
27
  }> & {