@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
@@ -14,43 +14,9 @@ declare function __VLS_template(): {
14
14
  attrs: Partial<{}>;
15
15
  };
16
16
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
17
- declare const __VLS_component: import("vue").DefineComponent<globalThis.ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<__VLS_PublicProps>, {
18
- label: string;
19
- placeholder: string;
20
- disabled: boolean;
21
- variant: string;
22
- color: undefined;
23
- textColor: undefined;
24
- dense: boolean;
25
- hint: string;
26
- as: undefined;
27
- errorMessages: () => never[];
28
- successMessages: () => never[];
29
- hideDetails: boolean;
30
- prependIcon: undefined;
31
- appendIcon: undefined;
32
- readonly: boolean;
33
- clearable: boolean;
34
- }>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
35
- "update:modelValue": (modelValue: string) => void;
36
- }, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<__VLS_PublicProps>, {
37
- label: string;
38
- placeholder: string;
39
- disabled: boolean;
40
- variant: string;
41
- color: undefined;
42
- textColor: undefined;
43
- dense: boolean;
44
- hint: string;
45
- as: undefined;
46
- errorMessages: () => never[];
47
- successMessages: () => never[];
48
- hideDetails: boolean;
49
- prependIcon: undefined;
50
- appendIcon: undefined;
51
- readonly: boolean;
52
- clearable: boolean;
53
- }>>> & Readonly<{
17
+ declare const __VLS_component: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
18
+ "update:modelValue": (modelValue: string) => any;
19
+ }, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
54
20
  "onUpdate:modelValue"?: ((modelValue: string) => any) | undefined;
55
21
  }>, {
56
22
  readonly: boolean;
@@ -69,28 +35,11 @@ declare const __VLS_component: import("vue").DefineComponent<globalThis.ExtractP
69
35
  prependIcon: import("../../..").RuiIcons;
70
36
  appendIcon: import("../../..").RuiIcons;
71
37
  as: string | object;
72
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
38
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
73
39
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
74
40
  export default _default;
75
- type __VLS_WithDefaults<P, D> = {
76
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_PrettifyLocal<P[K] & {
77
- default: D[K];
78
- }> : P[K];
79
- };
80
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
81
- type __VLS_TypePropsToOption<T> = {
82
- [K in keyof T]-?: {} extends Pick<T, K> ? {
83
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
84
- } : {
85
- type: import('vue').PropType<T[K]>;
86
- required: true;
87
- };
88
- };
89
41
  type __VLS_WithTemplateSlots<T, S> = T & {
90
42
  new (): {
91
43
  $slots: S;
92
44
  };
93
45
  };
94
- type __VLS_PrettifyLocal<T> = {
95
- [K in keyof T]: T[K];
96
- } & {};
@@ -79,7 +79,9 @@ declare const _default: <TValue, TItem>(__VLS_props: NonNullable<Awaited<typeof
79
79
  }): any;
80
80
  "no-data"?(_: {}): any;
81
81
  };
82
- emit: (evt: "update:modelValue", modelValue: TValue | undefined) => void;
82
+ emit: {
83
+ 'update:modelValue': [modelValue: TValue | undefined];
84
+ };
83
85
  }>) => globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
84
86
  [key: string]: any;
85
87
  }> & {
@@ -5,38 +5,13 @@ export interface Props {
5
5
  name?: string;
6
6
  variant?: 'default' | 'outlined';
7
7
  }
8
- declare const _default: import("vue").DefineComponent<globalThis.ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<Props>, {
9
- disabled: boolean;
10
- name: string;
11
- variant: string;
12
- }>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
13
- "update:model-value": (value?: string | number | undefined) => void;
14
- }, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<Props>, {
15
- disabled: boolean;
16
- name: string;
17
- variant: string;
18
- }>>> & Readonly<{
8
+ declare const _default: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
9
+ "update:model-value": (value?: string | number | undefined) => any;
10
+ }, string, import("vue").PublicProps, Readonly<Props> & Readonly<{
19
11
  "onUpdate:model-value"?: ((value?: string | number | undefined) => any) | undefined;
20
12
  }>, {
21
13
  name: string;
22
14
  variant: "default" | "outlined";
23
15
  disabled: boolean;
24
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
16
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
25
17
  export default _default;
26
- type __VLS_WithDefaults<P, D> = {
27
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_PrettifyLocal<P[K] & {
28
- default: D[K];
29
- }> : P[K];
30
- };
31
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
32
- type __VLS_TypePropsToOption<T> = {
33
- [K in keyof T]-?: {} extends Pick<T, K> ? {
34
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
35
- } : {
36
- type: import('vue').PropType<T[K]>;
37
- required: true;
38
- };
39
- };
40
- type __VLS_PrettifyLocal<T> = {
41
- [K in keyof T]: T[K];
42
- } & {};
@@ -19,47 +19,9 @@ export interface Props {
19
19
  sliderClass?: string;
20
20
  tickClass?: string;
21
21
  }
22
- declare const _default: import("vue").DefineComponent<globalThis.ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<Props>, {
23
- modelValue: number;
24
- min: number;
25
- max: number;
26
- step: number;
27
- disabled: boolean;
28
- showThumbLabel: boolean;
29
- showTicks: boolean;
30
- hideTrack: boolean;
31
- vertical: boolean;
32
- tickSize: number;
33
- color: string;
34
- label: string;
35
- hint: string;
36
- errorMessages: () => never[];
37
- successMessages: () => never[];
38
- hideDetails: boolean;
39
- sliderClass: string;
40
- tickClass: string;
41
- }>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
42
- "update:model-value": (value: number) => void;
43
- }, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<Props>, {
44
- modelValue: number;
45
- min: number;
46
- max: number;
47
- step: number;
48
- disabled: boolean;
49
- showThumbLabel: boolean;
50
- showTicks: boolean;
51
- hideTrack: boolean;
52
- vertical: boolean;
53
- tickSize: number;
54
- color: string;
55
- label: string;
56
- hint: string;
57
- errorMessages: () => never[];
58
- successMessages: () => never[];
59
- hideDetails: boolean;
60
- sliderClass: string;
61
- tickClass: string;
62
- }>>> & Readonly<{
22
+ declare const _default: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
23
+ "update:model-value": (value: number) => any;
24
+ }, string, import("vue").PublicProps, Readonly<Props> & Readonly<{
63
25
  "onUpdate:model-value"?: ((value: number) => any) | undefined;
64
26
  }>, {
65
27
  vertical: boolean;
@@ -70,32 +32,15 @@ declare const _default: import("vue").DefineComponent<globalThis.ExtractPropType
70
32
  errorMessages: string | string[];
71
33
  successMessages: string | string[];
72
34
  hint: string;
73
- max: number;
74
35
  hideDetails: boolean;
75
36
  step: number;
76
37
  min: number;
38
+ max: number;
77
39
  showThumbLabel: boolean;
78
40
  showTicks: boolean;
79
41
  hideTrack: boolean;
80
42
  tickSize: number;
81
43
  sliderClass: string;
82
44
  tickClass: string;
83
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
45
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
84
46
  export default _default;
85
- type __VLS_WithDefaults<P, D> = {
86
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_PrettifyLocal<P[K] & {
87
- default: D[K];
88
- }> : P[K];
89
- };
90
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
91
- type __VLS_TypePropsToOption<T> = {
92
- [K in keyof T]-?: {} extends Pick<T, K> ? {
93
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
94
- } : {
95
- type: import('vue').PropType<T[K]>;
96
- required: true;
97
- };
98
- };
99
- type __VLS_PrettifyLocal<T> = {
100
- [K in keyof T]: T[K];
101
- } & {};
@@ -18,29 +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<Props>, {
22
- modelValue: boolean;
23
- disabled: boolean;
24
- color: undefined;
25
- size: undefined;
26
- label: string;
27
- hint: string;
28
- errorMessages: () => never[];
29
- successMessages: () => never[];
30
- hideDetails: boolean;
31
- }>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
32
- "update:modelValue": (modelValue: boolean) => void;
33
- }, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<Props>, {
34
- modelValue: boolean;
35
- disabled: boolean;
36
- color: undefined;
37
- size: undefined;
38
- label: string;
39
- hint: string;
40
- errorMessages: () => never[];
41
- successMessages: () => never[];
42
- hideDetails: boolean;
43
- }>>> & Readonly<{
21
+ declare const __VLS_component: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
22
+ "update:modelValue": (modelValue: boolean) => any;
23
+ }, string, import("vue").PublicProps, Readonly<Props> & Readonly<{
44
24
  "onUpdate:modelValue"?: ((modelValue: boolean) => any) | undefined;
45
25
  }>, {
46
26
  size: "sm";
@@ -52,28 +32,11 @@ declare const __VLS_component: import("vue").DefineComponent<globalThis.ExtractP
52
32
  successMessages: string | string[];
53
33
  hint: string;
54
34
  hideDetails: boolean;
55
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
35
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
56
36
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
57
37
  export default _default;
58
- type __VLS_WithDefaults<P, D> = {
59
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_PrettifyLocal<P[K] & {
60
- default: D[K];
61
- }> : P[K];
62
- };
63
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
64
- type __VLS_TypePropsToOption<T> = {
65
- [K in keyof T]-?: {} extends Pick<T, K> ? {
66
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
67
- } : {
68
- type: import('vue').PropType<T[K]>;
69
- required: true;
70
- };
71
- };
72
38
  type __VLS_WithTemplateSlots<T, S> = T & {
73
39
  new (): {
74
40
  $slots: S;
75
41
  };
76
42
  };
77
- type __VLS_PrettifyLocal<T> = {
78
- [K in keyof T]: T[K];
79
- } & {};
@@ -40,52 +40,11 @@ declare function __VLS_template(): {
40
40
  attrs: Partial<{}>;
41
41
  };
42
42
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
43
- declare const __VLS_component: import("vue").DefineComponent<globalThis.ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<__VLS_PublicProps>, {
44
- label: string;
45
- placeholder: string;
46
- disabled: boolean;
47
- variant: string;
48
- color: undefined;
49
- textColor: undefined;
50
- dense: boolean;
51
- hint: string;
52
- errorMessages: () => never[];
53
- successMessages: () => never[];
54
- hideDetails: boolean;
55
- prependIcon: undefined;
56
- appendIcon: undefined;
57
- readonly: boolean;
58
- clearable: boolean;
59
- noResize: boolean;
60
- minRows: number;
61
- rowHeight: number;
62
- maxRows: undefined;
63
- autoGrow: boolean;
64
- }>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
65
- "click:clear": () => void;
66
- "update:modelValue": (modelValue: string) => void;
67
- }, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<__VLS_PublicProps>, {
68
- label: string;
69
- placeholder: string;
70
- disabled: boolean;
71
- variant: string;
72
- color: undefined;
73
- textColor: undefined;
74
- dense: boolean;
75
- hint: string;
76
- errorMessages: () => never[];
77
- successMessages: () => never[];
78
- hideDetails: boolean;
79
- prependIcon: undefined;
80
- appendIcon: undefined;
81
- readonly: boolean;
82
- clearable: boolean;
83
- noResize: boolean;
84
- minRows: number;
85
- rowHeight: number;
86
- maxRows: undefined;
87
- autoGrow: boolean;
88
- }>>> & Readonly<{
43
+ declare const __VLS_component: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
44
+ "update:modelValue": (modelValue: string) => any;
45
+ } & {
46
+ "click:clear": () => any;
47
+ }, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
89
48
  "onUpdate:modelValue"?: ((modelValue: string) => any) | undefined;
90
49
  "onClick:clear"?: (() => any) | undefined;
91
50
  }>, {
@@ -109,28 +68,11 @@ declare const __VLS_component: import("vue").DefineComponent<globalThis.ExtractP
109
68
  maxRows: number | string;
110
69
  rowHeight: number | string;
111
70
  autoGrow: boolean;
112
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
71
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
113
72
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
114
73
  export default _default;
115
- type __VLS_WithDefaults<P, D> = {
116
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_PrettifyLocal<P[K] & {
117
- default: D[K];
118
- }> : P[K];
119
- };
120
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
121
- type __VLS_TypePropsToOption<T> = {
122
- [K in keyof T]-?: {} extends Pick<T, K> ? {
123
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
124
- } : {
125
- type: import('vue').PropType<T[K]>;
126
- required: true;
127
- };
128
- };
129
74
  type __VLS_WithTemplateSlots<T, S> = T & {
130
75
  new (): {
131
76
  $slots: S;
132
77
  };
133
78
  };
134
- type __VLS_PrettifyLocal<T> = {
135
- [K in keyof T]: T[K];
136
- } & {};
@@ -36,47 +36,14 @@ declare function __VLS_template(): {
36
36
  attrs: Partial<{}>;
37
37
  };
38
38
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
39
- declare const __VLS_component: import("vue").DefineComponent<globalThis.ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<__VLS_PublicProps>, {
40
- label: string;
41
- placeholder: string;
42
- disabled: boolean;
43
- variant: string;
44
- color: undefined;
45
- textColor: undefined;
46
- dense: boolean;
47
- hint: string;
48
- as: string;
49
- errorMessages: () => never[];
50
- successMessages: () => never[];
51
- hideDetails: boolean;
52
- prependIcon: undefined;
53
- appendIcon: undefined;
54
- readonly: boolean;
55
- clearable: boolean;
56
- }>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
57
- "focus-input": (event: Event) => void;
58
- blur: (event: Event) => void;
59
- remove: (value: unknown) => void;
60
- clear: () => void;
61
- "update:modelValue": (modelValue: string) => void;
62
- }, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<__VLS_PublicProps>, {
63
- label: string;
64
- placeholder: string;
65
- disabled: boolean;
66
- variant: string;
67
- color: undefined;
68
- textColor: undefined;
69
- dense: boolean;
70
- hint: string;
71
- as: string;
72
- errorMessages: () => never[];
73
- successMessages: () => never[];
74
- hideDetails: boolean;
75
- prependIcon: undefined;
76
- appendIcon: undefined;
77
- readonly: boolean;
78
- clearable: boolean;
79
- }>>> & Readonly<{
39
+ declare const __VLS_component: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
40
+ "update:modelValue": (modelValue: string) => any;
41
+ } & {
42
+ clear: () => any;
43
+ blur: (event: Event) => any;
44
+ "focus-input": (event: Event) => any;
45
+ remove: (value: unknown) => any;
46
+ }, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
80
47
  onClear?: (() => any) | undefined;
81
48
  onBlur?: ((event: Event) => any) | undefined;
82
49
  "onUpdate:modelValue"?: ((modelValue: string) => any) | undefined;
@@ -99,28 +66,11 @@ declare const __VLS_component: import("vue").DefineComponent<globalThis.ExtractP
99
66
  prependIcon: RuiIcons;
100
67
  appendIcon: RuiIcons;
101
68
  as: string | object;
102
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
69
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
103
70
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
104
71
  export default _default;
105
- type __VLS_WithDefaults<P, D> = {
106
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_PrettifyLocal<P[K] & {
107
- default: D[K];
108
- }> : P[K];
109
- };
110
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
111
- type __VLS_TypePropsToOption<T> = {
112
- [K in keyof T]-?: {} extends Pick<T, K> ? {
113
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
114
- } : {
115
- type: import('vue').PropType<T[K]>;
116
- required: true;
117
- };
118
- };
119
72
  type __VLS_WithTemplateSlots<T, S> = T & {
120
73
  new (): {
121
74
  $slots: S;
122
75
  };
123
76
  };
124
- type __VLS_PrettifyLocal<T> = {
125
- [K in keyof T]: T[K];
126
- } & {};
@@ -1,39 +1,14 @@
1
- declare const _default: import("vue").DefineComponent<globalThis.ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
1
+ declare const _default: import("vue").DefineComponent<{
2
2
  errorMessages?: string | string[];
3
3
  successMessages?: string | string[];
4
4
  hint?: string;
5
- }>, {
6
- errorMessages: () => never[];
7
- successMessages: () => never[];
8
- hint: string;
9
- }>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
5
+ }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
10
6
  errorMessages?: string | string[];
11
7
  successMessages?: string | string[];
12
8
  hint?: string;
13
- }>, {
14
- errorMessages: () => never[];
15
- successMessages: () => never[];
16
- hint: string;
17
- }>>> & Readonly<{}>, {
9
+ }> & Readonly<{}>, {
18
10
  errorMessages: string | string[];
19
11
  successMessages: string | string[];
20
12
  hint: string;
21
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
13
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
22
14
  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
- type __VLS_PrettifyLocal<T> = {
38
- [K in keyof T]: T[K];
39
- } & {};
@@ -5,31 +5,8 @@ export interface Props {
5
5
  size?: number | string;
6
6
  color?: ContextColorsType;
7
7
  }
8
- declare const _default: import("vue").DefineComponent<globalThis.ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<Props>, {
9
- size: number;
10
- color: undefined;
11
- }>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<Props>, {
12
- size: number;
13
- color: undefined;
14
- }>>> & Readonly<{}>, {
8
+ declare const _default: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{}>, {
15
9
  size: number | string;
16
10
  color: ContextColorsType;
17
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
11
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
18
12
  export default _default;
19
- type __VLS_WithDefaults<P, D> = {
20
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_PrettifyLocal<P[K] & {
21
- default: D[K];
22
- }> : P[K];
23
- };
24
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
25
- type __VLS_TypePropsToOption<T> = {
26
- [K in keyof T]-?: {} extends Pick<T, K> ? {
27
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
28
- } : {
29
- type: import('vue').PropType<T[K]>;
30
- required: true;
31
- };
32
- };
33
- type __VLS_PrettifyLocal<T> = {
34
- [K in keyof T]: T[K];
35
- } & {};