@rotki/ui-library 1.3.0 → 1.4.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.
- package/dist/RuiNavigationDrawer-Boq-RcMw.js +7959 -0
- package/dist/components/accordions/accordion/RuiAccordion.vue.d.ts +26 -19
- package/dist/components/accordions/accordions/RuiAccordions.vue.d.ts +9 -9
- package/dist/components/alerts/RuiAlert.vue.d.ts +23 -19
- package/dist/components/buttons/button/RuiButton.vue.d.ts +8 -10
- package/dist/components/buttons/button-group/RuiButtonGroup.vue.d.ts +7 -9
- package/dist/components/cards/RuiCard.vue.d.ts +26 -21
- package/dist/components/cards/RuiCardHeader.vue.d.ts +22 -17
- package/dist/components/chips/RuiChip.vue.d.ts +22 -17
- package/dist/components/color-picker/RuiColorBoard.vue.d.ts +4 -4
- package/dist/components/color-picker/RuiColorDisplay.vue.d.ts +3 -3
- package/dist/components/color-picker/RuiColorHue.vue.d.ts +3 -3
- package/dist/components/color-picker/RuiColorInput.vue.d.ts +3 -3
- package/dist/components/color-picker/RuiColorPicker.vue.d.ts +9 -9
- package/dist/components/divider/RuiDivider.vue.d.ts +8 -8
- package/dist/components/forms/auto-complete/RuiAutoComplete.vue.d.ts +260 -19
- package/dist/components/forms/checkbox/RuiCheckbox.vue.d.ts +23 -16
- package/dist/components/forms/radio-button/radio/RuiRadio.vue.d.ts +7 -9
- package/dist/components/forms/radio-button/radio-group/RuiRadioGroup.vue.d.ts +6 -8
- package/dist/components/forms/revealable-text-field/RuiRevealableTextField.vue.d.ts +29 -18
- package/dist/components/forms/select/RuiMenuSelect.vue.d.ts +7 -9
- package/dist/components/forms/select/RuiSimpleSelect.vue.d.ts +9 -9
- package/dist/components/forms/slider/RuiSlider.vue.d.ts +10 -10
- package/dist/components/forms/switch/RuiSwitch.vue.d.ts +21 -16
- package/dist/components/forms/text-area/RuiTextArea.vue.d.ts +28 -18
- package/dist/components/forms/text-field/RuiTextField.vue.d.ts +29 -19
- package/dist/components/helpers/RuiFormTextDetail.vue.d.ts +8 -8
- package/dist/components/icons/RuiIcon.vue.d.ts +8 -8
- package/dist/components/index.es.js +1 -1
- package/dist/components/loaders/RuiSkeletonBase.vue.d.ts +8 -8
- package/dist/components/loaders/RuiSkeletonLoader.vue.d.ts +8 -8
- package/dist/components/logos/RuiLogo.vue.d.ts +8 -8
- package/dist/components/overlays/badge/RuiBadge.vue.d.ts +23 -18
- package/dist/components/overlays/bottom-sheet/RuiBottomSheet.vue.d.ts +20 -15
- package/dist/components/overlays/dialog/RuiDialog.vue.d.ts +32 -25
- package/dist/components/overlays/menu/RuiMenu.vue.d.ts +41 -33
- package/dist/components/overlays/navigation-drawer/RuiNavigationDrawer.vue.d.ts +34 -27
- package/dist/components/overlays/notification/RuiNotification.vue.d.ts +21 -16
- package/dist/components/overlays/tooltip/RuiTooltip.vue.d.ts +28 -20
- package/dist/components/progress/RuiProgress.vue.d.ts +8 -8
- package/dist/components/steppers/RuiFooterStepper.vue.d.ts +9 -9
- package/dist/components/steppers/RuiStepper.vue.d.ts +25 -18
- package/dist/components/steppers/RuiStepperCustomIcon.vue.d.ts +8 -8
- package/dist/components/steppers/RuiStepperIcon.vue.d.ts +8 -8
- package/dist/components/tables/RuiDataTable.vue.d.ts +15 -24
- package/dist/components/tables/RuiExpandButton.vue.d.ts +20 -15
- package/dist/components/tables/RuiTableHead.vue.d.ts +9 -15
- package/dist/components/tables/RuiTablePagination.vue.d.ts +9 -9
- package/dist/components/tabs/tab/RuiTab.vue.d.ts +28 -23
- package/dist/components/tabs/tab-item/RuiTabItem.vue.d.ts +21 -16
- package/dist/components/tabs/tab-items/RuiTabItems.vue.d.ts +6 -8
- package/dist/components/tabs/tabs/RuiTabs.vue.d.ts +9 -9
- package/dist/composables/dropdown-menu.d.ts +2 -2
- package/dist/composables/icons.d.ts +1 -1
- package/dist/composables/popper.d.ts +6 -6
- package/dist/composables/sticky-header.d.ts +3 -3
- package/dist/index.es.js +2 -2
- package/dist/style.css +1 -1
- package/dist/utils/generate-id.d.ts +1 -1
- package/dist/web-types.json +73 -50
- package/package.json +33 -33
- package/dist/RuiNavigationDrawer-DGs1QHIz.js +0 -7951
|
@@ -5,32 +5,29 @@ export interface Props {
|
|
|
5
5
|
name?: string;
|
|
6
6
|
variant?: 'default' | 'outlined';
|
|
7
7
|
}
|
|
8
|
-
declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<Props>, {
|
|
8
|
+
declare const _default: import("vue").DefineComponent<globalThis.ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<Props>, {
|
|
9
9
|
disabled: boolean;
|
|
10
10
|
name: string;
|
|
11
11
|
variant: string;
|
|
12
|
-
}
|
|
12
|
+
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
13
13
|
"update:model-value": (value?: string | number | undefined) => void;
|
|
14
14
|
}, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<Props>, {
|
|
15
15
|
disabled: boolean;
|
|
16
16
|
name: string;
|
|
17
17
|
variant: string;
|
|
18
|
-
}>>> & {
|
|
18
|
+
}>>> & Readonly<{
|
|
19
19
|
"onUpdate:model-value"?: ((value?: string | number | undefined) => any) | undefined;
|
|
20
|
-
}
|
|
20
|
+
}>, {
|
|
21
21
|
name: string;
|
|
22
22
|
variant: "default" | "outlined";
|
|
23
23
|
disabled: boolean;
|
|
24
|
-
}, {}>;
|
|
24
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
25
25
|
export default _default;
|
|
26
26
|
type __VLS_WithDefaults<P, D> = {
|
|
27
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ?
|
|
27
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_PrettifyLocal<P[K] & {
|
|
28
28
|
default: D[K];
|
|
29
29
|
}> : P[K];
|
|
30
30
|
};
|
|
31
|
-
type __VLS_Prettify<T> = {
|
|
32
|
-
[K in keyof T]: T[K];
|
|
33
|
-
} & {};
|
|
34
31
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
35
32
|
type __VLS_TypePropsToOption<T> = {
|
|
36
33
|
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
@@ -40,3 +37,6 @@ type __VLS_TypePropsToOption<T> = {
|
|
|
40
37
|
required: true;
|
|
41
38
|
};
|
|
42
39
|
};
|
|
40
|
+
type __VLS_PrettifyLocal<T> = {
|
|
41
|
+
[K in keyof T]: T[K];
|
|
42
|
+
} & {};
|
|
@@ -19,7 +19,7 @@ export interface Props {
|
|
|
19
19
|
sliderClass?: string;
|
|
20
20
|
tickClass?: string;
|
|
21
21
|
}
|
|
22
|
-
declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<Props>, {
|
|
22
|
+
declare const _default: import("vue").DefineComponent<globalThis.ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<Props>, {
|
|
23
23
|
modelValue: number;
|
|
24
24
|
min: number;
|
|
25
25
|
max: number;
|
|
@@ -38,7 +38,7 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
38
38
|
hideDetails: boolean;
|
|
39
39
|
sliderClass: string;
|
|
40
40
|
tickClass: string;
|
|
41
|
-
}
|
|
41
|
+
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
42
42
|
"update:model-value": (value: number) => void;
|
|
43
43
|
}, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<Props>, {
|
|
44
44
|
modelValue: number;
|
|
@@ -59,9 +59,9 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
59
59
|
hideDetails: boolean;
|
|
60
60
|
sliderClass: string;
|
|
61
61
|
tickClass: string;
|
|
62
|
-
}>>> & {
|
|
62
|
+
}>>> & Readonly<{
|
|
63
63
|
"onUpdate:model-value"?: ((value: number) => any) | undefined;
|
|
64
|
-
}
|
|
64
|
+
}>, {
|
|
65
65
|
vertical: boolean;
|
|
66
66
|
color: ContextColorsType;
|
|
67
67
|
label: string;
|
|
@@ -70,26 +70,23 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
70
70
|
errorMessages: string | string[];
|
|
71
71
|
successMessages: string | string[];
|
|
72
72
|
hint: string;
|
|
73
|
+
max: number;
|
|
73
74
|
hideDetails: boolean;
|
|
74
75
|
step: number;
|
|
75
76
|
min: number;
|
|
76
|
-
max: number;
|
|
77
77
|
showThumbLabel: boolean;
|
|
78
78
|
showTicks: boolean;
|
|
79
79
|
hideTrack: boolean;
|
|
80
80
|
tickSize: number;
|
|
81
81
|
sliderClass: string;
|
|
82
82
|
tickClass: string;
|
|
83
|
-
}, {}>;
|
|
83
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
84
84
|
export default _default;
|
|
85
85
|
type __VLS_WithDefaults<P, D> = {
|
|
86
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ?
|
|
86
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_PrettifyLocal<P[K] & {
|
|
87
87
|
default: D[K];
|
|
88
88
|
}> : P[K];
|
|
89
89
|
};
|
|
90
|
-
type __VLS_Prettify<T> = {
|
|
91
|
-
[K in keyof T]: T[K];
|
|
92
|
-
} & {};
|
|
93
90
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
94
91
|
type __VLS_TypePropsToOption<T> = {
|
|
95
92
|
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
@@ -99,3 +96,6 @@ type __VLS_TypePropsToOption<T> = {
|
|
|
99
96
|
required: true;
|
|
100
97
|
};
|
|
101
98
|
};
|
|
99
|
+
type __VLS_PrettifyLocal<T> = {
|
|
100
|
+
[K in keyof T]: T[K];
|
|
101
|
+
} & {};
|
|
@@ -11,9 +11,14 @@ export interface Props {
|
|
|
11
11
|
hideDetails?: boolean;
|
|
12
12
|
}
|
|
13
13
|
declare function __VLS_template(): {
|
|
14
|
-
|
|
14
|
+
slots: {
|
|
15
|
+
default?(_: {}): any;
|
|
16
|
+
};
|
|
17
|
+
refs: {};
|
|
18
|
+
attrs: Partial<{}>;
|
|
15
19
|
};
|
|
16
|
-
|
|
20
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
21
|
+
declare const __VLS_component: import("vue").DefineComponent<globalThis.ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<Props>, {
|
|
17
22
|
modelValue: boolean;
|
|
18
23
|
disabled: boolean;
|
|
19
24
|
color: undefined;
|
|
@@ -23,7 +28,7 @@ declare const __VLS_component: import("vue").DefineComponent<__VLS_WithDefaults<
|
|
|
23
28
|
errorMessages: () => never[];
|
|
24
29
|
successMessages: () => never[];
|
|
25
30
|
hideDetails: boolean;
|
|
26
|
-
}
|
|
31
|
+
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
27
32
|
"update:modelValue": (modelValue: boolean) => void;
|
|
28
33
|
}, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<Props>, {
|
|
29
34
|
modelValue: boolean;
|
|
@@ -35,9 +40,9 @@ declare const __VLS_component: import("vue").DefineComponent<__VLS_WithDefaults<
|
|
|
35
40
|
errorMessages: () => never[];
|
|
36
41
|
successMessages: () => never[];
|
|
37
42
|
hideDetails: boolean;
|
|
38
|
-
}>>> & {
|
|
43
|
+
}>>> & Readonly<{
|
|
39
44
|
"onUpdate:modelValue"?: ((modelValue: boolean) => any) | undefined;
|
|
40
|
-
}
|
|
45
|
+
}>, {
|
|
41
46
|
size: "sm";
|
|
42
47
|
color: ContextColorsType;
|
|
43
48
|
label: string;
|
|
@@ -47,22 +52,14 @@ declare const __VLS_component: import("vue").DefineComponent<__VLS_WithDefaults<
|
|
|
47
52
|
successMessages: string | string[];
|
|
48
53
|
hint: string;
|
|
49
54
|
hideDetails: boolean;
|
|
50
|
-
}, {}>;
|
|
51
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component,
|
|
55
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
56
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
52
57
|
export default _default;
|
|
53
58
|
type __VLS_WithDefaults<P, D> = {
|
|
54
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ?
|
|
59
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_PrettifyLocal<P[K] & {
|
|
55
60
|
default: D[K];
|
|
56
61
|
}> : P[K];
|
|
57
62
|
};
|
|
58
|
-
type __VLS_Prettify<T> = {
|
|
59
|
-
[K in keyof T]: T[K];
|
|
60
|
-
} & {};
|
|
61
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
62
|
-
new (): {
|
|
63
|
-
$slots: S;
|
|
64
|
-
};
|
|
65
|
-
};
|
|
66
63
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
67
64
|
type __VLS_TypePropsToOption<T> = {
|
|
68
65
|
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
@@ -72,3 +69,11 @@ type __VLS_TypePropsToOption<T> = {
|
|
|
72
69
|
required: true;
|
|
73
70
|
};
|
|
74
71
|
};
|
|
72
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
73
|
+
new (): {
|
|
74
|
+
$slots: S;
|
|
75
|
+
};
|
|
76
|
+
};
|
|
77
|
+
type __VLS_PrettifyLocal<T> = {
|
|
78
|
+
[K in keyof T]: T[K];
|
|
79
|
+
} & {};
|
|
@@ -27,10 +27,20 @@ type __VLS_PublicProps = {
|
|
|
27
27
|
modelValue: string;
|
|
28
28
|
} & typeof __VLS_typeProps;
|
|
29
29
|
declare function __VLS_template(): {
|
|
30
|
-
|
|
31
|
-
|
|
30
|
+
slots: {
|
|
31
|
+
prepend?(_: {}): any;
|
|
32
|
+
append?(_: {}): any;
|
|
33
|
+
};
|
|
34
|
+
refs: {
|
|
35
|
+
prepend: HTMLDivElement;
|
|
36
|
+
textareaSizer: HTMLTextAreaElement;
|
|
37
|
+
textarea: HTMLTextAreaElement;
|
|
38
|
+
append: HTMLDivElement;
|
|
39
|
+
};
|
|
40
|
+
attrs: Partial<{}>;
|
|
32
41
|
};
|
|
33
|
-
|
|
42
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
43
|
+
declare const __VLS_component: import("vue").DefineComponent<globalThis.ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<__VLS_PublicProps>, {
|
|
34
44
|
label: string;
|
|
35
45
|
placeholder: string;
|
|
36
46
|
disabled: boolean;
|
|
@@ -51,9 +61,9 @@ declare const __VLS_component: import("vue").DefineComponent<__VLS_WithDefaults<
|
|
|
51
61
|
rowHeight: number;
|
|
52
62
|
maxRows: undefined;
|
|
53
63
|
autoGrow: boolean;
|
|
54
|
-
}
|
|
55
|
-
"update:modelValue": (modelValue: string) => void;
|
|
64
|
+
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
56
65
|
"click:clear": () => void;
|
|
66
|
+
"update:modelValue": (modelValue: string) => void;
|
|
57
67
|
}, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<__VLS_PublicProps>, {
|
|
58
68
|
label: string;
|
|
59
69
|
placeholder: string;
|
|
@@ -75,10 +85,10 @@ declare const __VLS_component: import("vue").DefineComponent<__VLS_WithDefaults<
|
|
|
75
85
|
rowHeight: number;
|
|
76
86
|
maxRows: undefined;
|
|
77
87
|
autoGrow: boolean;
|
|
78
|
-
}>>> & {
|
|
88
|
+
}>>> & Readonly<{
|
|
79
89
|
"onUpdate:modelValue"?: ((modelValue: string) => any) | undefined;
|
|
80
90
|
"onClick:clear"?: (() => any) | undefined;
|
|
81
|
-
}
|
|
91
|
+
}>, {
|
|
82
92
|
readonly: boolean;
|
|
83
93
|
color: ContextColorsType;
|
|
84
94
|
label: string;
|
|
@@ -99,22 +109,14 @@ declare const __VLS_component: import("vue").DefineComponent<__VLS_WithDefaults<
|
|
|
99
109
|
maxRows: number | string;
|
|
100
110
|
rowHeight: number | string;
|
|
101
111
|
autoGrow: boolean;
|
|
102
|
-
}, {}>;
|
|
103
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component,
|
|
112
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
113
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
104
114
|
export default _default;
|
|
105
115
|
type __VLS_WithDefaults<P, D> = {
|
|
106
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ?
|
|
116
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_PrettifyLocal<P[K] & {
|
|
107
117
|
default: D[K];
|
|
108
118
|
}> : P[K];
|
|
109
119
|
};
|
|
110
|
-
type __VLS_Prettify<T> = {
|
|
111
|
-
[K in keyof T]: T[K];
|
|
112
|
-
} & {};
|
|
113
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
114
|
-
new (): {
|
|
115
|
-
$slots: S;
|
|
116
|
-
};
|
|
117
|
-
};
|
|
118
120
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
119
121
|
type __VLS_TypePropsToOption<T> = {
|
|
120
122
|
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
@@ -124,3 +126,11 @@ type __VLS_TypePropsToOption<T> = {
|
|
|
124
126
|
required: true;
|
|
125
127
|
};
|
|
126
128
|
};
|
|
129
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
130
|
+
new (): {
|
|
131
|
+
$slots: S;
|
|
132
|
+
};
|
|
133
|
+
};
|
|
134
|
+
type __VLS_PrettifyLocal<T> = {
|
|
135
|
+
[K in keyof T]: T[K];
|
|
136
|
+
} & {};
|
|
@@ -23,10 +23,20 @@ type __VLS_PublicProps = {
|
|
|
23
23
|
modelValue: string;
|
|
24
24
|
} & typeof __VLS_typeProps;
|
|
25
25
|
declare function __VLS_template(): {
|
|
26
|
-
|
|
27
|
-
|
|
26
|
+
slots: {
|
|
27
|
+
prepend?(_: {}): any;
|
|
28
|
+
append?(_: {}): any;
|
|
29
|
+
};
|
|
30
|
+
refs: {
|
|
31
|
+
prepend: HTMLDivElement;
|
|
32
|
+
innerWrapper: HTMLDivElement;
|
|
33
|
+
inputRef: unknown;
|
|
34
|
+
append: HTMLDivElement;
|
|
35
|
+
};
|
|
36
|
+
attrs: Partial<{}>;
|
|
28
37
|
};
|
|
29
|
-
|
|
38
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
39
|
+
declare const __VLS_component: import("vue").DefineComponent<globalThis.ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<__VLS_PublicProps>, {
|
|
30
40
|
label: string;
|
|
31
41
|
placeholder: string;
|
|
32
42
|
disabled: boolean;
|
|
@@ -43,12 +53,12 @@ declare const __VLS_component: import("vue").DefineComponent<__VLS_WithDefaults<
|
|
|
43
53
|
appendIcon: undefined;
|
|
44
54
|
readonly: boolean;
|
|
45
55
|
clearable: boolean;
|
|
46
|
-
}
|
|
47
|
-
"update:modelValue": (modelValue: string) => void;
|
|
56
|
+
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
48
57
|
"focus-input": (event: Event) => void;
|
|
49
58
|
blur: (event: Event) => void;
|
|
50
59
|
remove: (value: unknown) => void;
|
|
51
60
|
clear: () => void;
|
|
61
|
+
"update:modelValue": (modelValue: string) => void;
|
|
52
62
|
}, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<__VLS_PublicProps>, {
|
|
53
63
|
label: string;
|
|
54
64
|
placeholder: string;
|
|
@@ -66,13 +76,13 @@ declare const __VLS_component: import("vue").DefineComponent<__VLS_WithDefaults<
|
|
|
66
76
|
appendIcon: undefined;
|
|
67
77
|
readonly: boolean;
|
|
68
78
|
clearable: boolean;
|
|
69
|
-
}>>> & {
|
|
79
|
+
}>>> & Readonly<{
|
|
80
|
+
onClear?: (() => any) | undefined;
|
|
70
81
|
onBlur?: ((event: Event) => any) | undefined;
|
|
71
82
|
"onUpdate:modelValue"?: ((modelValue: string) => any) | undefined;
|
|
72
|
-
onClear?: (() => any) | undefined;
|
|
73
83
|
"onFocus-input"?: ((event: Event) => any) | undefined;
|
|
74
84
|
onRemove?: ((value: unknown) => any) | undefined;
|
|
75
|
-
}
|
|
85
|
+
}>, {
|
|
76
86
|
readonly: boolean;
|
|
77
87
|
color: ContextColorsType;
|
|
78
88
|
label: string;
|
|
@@ -89,22 +99,14 @@ declare const __VLS_component: import("vue").DefineComponent<__VLS_WithDefaults<
|
|
|
89
99
|
prependIcon: RuiIcons;
|
|
90
100
|
appendIcon: RuiIcons;
|
|
91
101
|
as: string | object;
|
|
92
|
-
}, {}>;
|
|
93
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component,
|
|
102
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
103
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
94
104
|
export default _default;
|
|
95
105
|
type __VLS_WithDefaults<P, D> = {
|
|
96
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ?
|
|
106
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_PrettifyLocal<P[K] & {
|
|
97
107
|
default: D[K];
|
|
98
108
|
}> : P[K];
|
|
99
109
|
};
|
|
100
|
-
type __VLS_Prettify<T> = {
|
|
101
|
-
[K in keyof T]: T[K];
|
|
102
|
-
} & {};
|
|
103
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
104
|
-
new (): {
|
|
105
|
-
$slots: S;
|
|
106
|
-
};
|
|
107
|
-
};
|
|
108
110
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
109
111
|
type __VLS_TypePropsToOption<T> = {
|
|
110
112
|
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
@@ -114,3 +116,11 @@ type __VLS_TypePropsToOption<T> = {
|
|
|
114
116
|
required: true;
|
|
115
117
|
};
|
|
116
118
|
};
|
|
119
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
120
|
+
new (): {
|
|
121
|
+
$slots: S;
|
|
122
|
+
};
|
|
123
|
+
};
|
|
124
|
+
type __VLS_PrettifyLocal<T> = {
|
|
125
|
+
[K in keyof T]: T[K];
|
|
126
|
+
} & {};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<{
|
|
1
|
+
declare const _default: import("vue").DefineComponent<globalThis.ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
|
|
2
2
|
errorMessages?: string | string[];
|
|
3
3
|
successMessages?: string | string[];
|
|
4
4
|
hint?: string;
|
|
@@ -6,7 +6,7 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
6
6
|
errorMessages: () => never[];
|
|
7
7
|
successMessages: () => never[];
|
|
8
8
|
hint: string;
|
|
9
|
-
}
|
|
9
|
+
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
|
|
10
10
|
errorMessages?: string | string[];
|
|
11
11
|
successMessages?: string | string[];
|
|
12
12
|
hint?: string;
|
|
@@ -14,20 +14,17 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
14
14
|
errorMessages: () => never[];
|
|
15
15
|
successMessages: () => never[];
|
|
16
16
|
hint: string;
|
|
17
|
-
}
|
|
17
|
+
}>>> & Readonly<{}>, {
|
|
18
18
|
errorMessages: string | string[];
|
|
19
19
|
successMessages: string | string[];
|
|
20
20
|
hint: string;
|
|
21
|
-
}, {}>;
|
|
21
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
22
22
|
export default _default;
|
|
23
23
|
type __VLS_WithDefaults<P, D> = {
|
|
24
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ?
|
|
24
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_PrettifyLocal<P[K] & {
|
|
25
25
|
default: D[K];
|
|
26
26
|
}> : P[K];
|
|
27
27
|
};
|
|
28
|
-
type __VLS_Prettify<T> = {
|
|
29
|
-
[K in keyof T]: T[K];
|
|
30
|
-
} & {};
|
|
31
28
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
32
29
|
type __VLS_TypePropsToOption<T> = {
|
|
33
30
|
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
@@ -37,3 +34,6 @@ type __VLS_TypePropsToOption<T> = {
|
|
|
37
34
|
required: true;
|
|
38
35
|
};
|
|
39
36
|
};
|
|
37
|
+
type __VLS_PrettifyLocal<T> = {
|
|
38
|
+
[K in keyof T]: T[K];
|
|
39
|
+
} & {};
|
|
@@ -5,25 +5,22 @@ export interface Props {
|
|
|
5
5
|
size?: number | string;
|
|
6
6
|
color?: ContextColorsType;
|
|
7
7
|
}
|
|
8
|
-
declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<Props>, {
|
|
8
|
+
declare const _default: import("vue").DefineComponent<globalThis.ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<Props>, {
|
|
9
9
|
size: number;
|
|
10
10
|
color: undefined;
|
|
11
|
-
}
|
|
11
|
+
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<Props>, {
|
|
12
12
|
size: number;
|
|
13
13
|
color: undefined;
|
|
14
|
-
}
|
|
14
|
+
}>>> & Readonly<{}>, {
|
|
15
15
|
size: number | string;
|
|
16
16
|
color: ContextColorsType;
|
|
17
|
-
}, {}>;
|
|
17
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
18
18
|
export default _default;
|
|
19
19
|
type __VLS_WithDefaults<P, D> = {
|
|
20
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ?
|
|
20
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_PrettifyLocal<P[K] & {
|
|
21
21
|
default: D[K];
|
|
22
22
|
}> : P[K];
|
|
23
23
|
};
|
|
24
|
-
type __VLS_Prettify<T> = {
|
|
25
|
-
[K in keyof T]: T[K];
|
|
26
|
-
} & {};
|
|
27
24
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
28
25
|
type __VLS_TypePropsToOption<T> = {
|
|
29
26
|
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
@@ -33,3 +30,6 @@ type __VLS_TypePropsToOption<T> = {
|
|
|
33
30
|
required: true;
|
|
34
31
|
};
|
|
35
32
|
};
|
|
33
|
+
type __VLS_PrettifyLocal<T> = {
|
|
34
|
+
[K in keyof T]: T[K];
|
|
35
|
+
} & {};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { I as u, H as s, R as e, a as R, b as o, J as t, c as r, d as l, u as d, v as n, e as p, f as c, K as T, r as b, t as S, D as g, g as m, h as x, _ as C, q as A, F as h, L as B, M as D, i as k, j as v, k as w, l as F, s as I, B as f, G, m as L, n as M, x as P, z as E, y as H, A as N, E as j, w as q, C as y, o as z, p as J } from "../RuiNavigationDrawer-
|
|
1
|
+
import { I as u, H as s, R as e, a as R, b as o, J as t, c as r, d as l, u as d, v as n, e as p, f as c, K as T, r as b, t as S, D as g, g as m, h as x, _ as C, q as A, F as h, L as B, M as D, i as k, j as v, k as w, l as F, s as I, B as f, G, m as L, n as M, x as P, z as E, y as H, A as N, E as j, w as q, C as y, o as z, p as J } from "../RuiNavigationDrawer-Boq-RcMw.js";
|
|
2
2
|
export {
|
|
3
3
|
u as RuiAccordion,
|
|
4
4
|
s as RuiAccordions,
|
|
@@ -1,22 +1,19 @@
|
|
|
1
1
|
export interface Props {
|
|
2
2
|
rounded?: 'none' | 'sm' | 'md' | 'lg' | 'full';
|
|
3
3
|
}
|
|
4
|
-
declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<Props>, {
|
|
4
|
+
declare const _default: import("vue").DefineComponent<globalThis.ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<Props>, {
|
|
5
5
|
rounded: undefined;
|
|
6
|
-
}
|
|
6
|
+
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<Props>, {
|
|
7
7
|
rounded: undefined;
|
|
8
|
-
}
|
|
8
|
+
}>>> & Readonly<{}>, {
|
|
9
9
|
rounded: "none" | "sm" | "md" | "lg" | "full";
|
|
10
|
-
}, {}>;
|
|
10
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
11
11
|
export default _default;
|
|
12
12
|
type __VLS_WithDefaults<P, D> = {
|
|
13
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ?
|
|
13
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_PrettifyLocal<P[K] & {
|
|
14
14
|
default: D[K];
|
|
15
15
|
}> : P[K];
|
|
16
16
|
};
|
|
17
|
-
type __VLS_Prettify<T> = {
|
|
18
|
-
[K in keyof T]: T[K];
|
|
19
|
-
} & {};
|
|
20
17
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
21
18
|
type __VLS_TypePropsToOption<T> = {
|
|
22
19
|
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
@@ -26,3 +23,6 @@ type __VLS_TypePropsToOption<T> = {
|
|
|
26
23
|
required: true;
|
|
27
24
|
};
|
|
28
25
|
};
|
|
26
|
+
type __VLS_PrettifyLocal<T> = {
|
|
27
|
+
[K in keyof T]: T[K];
|
|
28
|
+
} & {};
|
|
@@ -2,25 +2,22 @@ import { type Props as SkeletonBaseProps } from '../../components/loaders/RuiSke
|
|
|
2
2
|
export interface Props extends SkeletonBaseProps {
|
|
3
3
|
type?: 'text' | 'paragraph' | 'heading' | 'article' | 'button' | 'icon' | 'avatar' | 'thumbnail' | 'custom';
|
|
4
4
|
}
|
|
5
|
-
declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<Props>, {
|
|
5
|
+
declare const _default: import("vue").DefineComponent<globalThis.ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<Props>, {
|
|
6
6
|
type: string;
|
|
7
7
|
rounded: undefined;
|
|
8
|
-
}
|
|
8
|
+
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<Props>, {
|
|
9
9
|
type: string;
|
|
10
10
|
rounded: undefined;
|
|
11
|
-
}
|
|
11
|
+
}>>> & Readonly<{}>, {
|
|
12
12
|
type: "text" | "paragraph" | "heading" | "article" | "button" | "icon" | "avatar" | "thumbnail" | "custom";
|
|
13
13
|
rounded: "none" | "sm" | "md" | "lg" | "full";
|
|
14
|
-
}, {}>;
|
|
14
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
15
15
|
export default _default;
|
|
16
16
|
type __VLS_WithDefaults<P, D> = {
|
|
17
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ?
|
|
17
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_PrettifyLocal<P[K] & {
|
|
18
18
|
default: D[K];
|
|
19
19
|
}> : P[K];
|
|
20
20
|
};
|
|
21
|
-
type __VLS_Prettify<T> = {
|
|
22
|
-
[K in keyof T]: T[K];
|
|
23
|
-
} & {};
|
|
24
21
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
25
22
|
type __VLS_TypePropsToOption<T> = {
|
|
26
23
|
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
@@ -30,3 +27,6 @@ type __VLS_TypePropsToOption<T> = {
|
|
|
30
27
|
required: true;
|
|
31
28
|
};
|
|
32
29
|
};
|
|
30
|
+
type __VLS_PrettifyLocal<T> = {
|
|
31
|
+
[K in keyof T]: T[K];
|
|
32
|
+
} & {};
|
|
@@ -13,34 +13,31 @@ export interface Props {
|
|
|
13
13
|
size?: string | number;
|
|
14
14
|
uniqueKey?: string | number;
|
|
15
15
|
}
|
|
16
|
-
declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<Props>, {
|
|
16
|
+
declare const _default: import("vue").DefineComponent<globalThis.ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<Props>, {
|
|
17
17
|
text: boolean;
|
|
18
18
|
branch: string;
|
|
19
19
|
logo: undefined;
|
|
20
20
|
size: number;
|
|
21
21
|
uniqueKey: undefined;
|
|
22
|
-
}
|
|
22
|
+
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<Props>, {
|
|
23
23
|
text: boolean;
|
|
24
24
|
branch: string;
|
|
25
25
|
logo: undefined;
|
|
26
26
|
size: number;
|
|
27
27
|
uniqueKey: undefined;
|
|
28
|
-
}
|
|
28
|
+
}>>> & Readonly<{}>, {
|
|
29
29
|
size: string | number;
|
|
30
30
|
text: boolean;
|
|
31
31
|
branch: "develop" | "main" | string;
|
|
32
32
|
logo: keyof ExternalLinks;
|
|
33
33
|
uniqueKey: string | number;
|
|
34
|
-
}, {}>;
|
|
34
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
35
35
|
export default _default;
|
|
36
36
|
type __VLS_WithDefaults<P, D> = {
|
|
37
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ?
|
|
37
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_PrettifyLocal<P[K] & {
|
|
38
38
|
default: D[K];
|
|
39
39
|
}> : P[K];
|
|
40
40
|
};
|
|
41
|
-
type __VLS_Prettify<T> = {
|
|
42
|
-
[K in keyof T]: T[K];
|
|
43
|
-
} & {};
|
|
44
41
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
45
42
|
type __VLS_TypePropsToOption<T> = {
|
|
46
43
|
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
@@ -50,3 +47,6 @@ type __VLS_TypePropsToOption<T> = {
|
|
|
50
47
|
required: true;
|
|
51
48
|
};
|
|
52
49
|
};
|
|
50
|
+
type __VLS_PrettifyLocal<T> = {
|
|
51
|
+
[K in keyof T]: T[K];
|
|
52
|
+
} & {};
|
|
@@ -14,11 +14,16 @@ export interface Props {
|
|
|
14
14
|
color?: 'default' | ContextColorsType;
|
|
15
15
|
}
|
|
16
16
|
declare function __VLS_template(): {
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
17
|
+
slots: {
|
|
18
|
+
default?(_: {}): any;
|
|
19
|
+
badge?(_: {}): any;
|
|
20
|
+
icon?(_: {}): any;
|
|
21
|
+
};
|
|
22
|
+
refs: {};
|
|
23
|
+
attrs: Partial<{}>;
|
|
20
24
|
};
|
|
21
|
-
|
|
25
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
26
|
+
declare const __VLS_component: import("vue").DefineComponent<globalThis.ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<Props>, {
|
|
22
27
|
text: null;
|
|
23
28
|
icon: null;
|
|
24
29
|
modelValue: boolean;
|
|
@@ -30,7 +35,7 @@ declare const __VLS_component: import("vue").DefineComponent<__VLS_WithDefaults<
|
|
|
30
35
|
color: string;
|
|
31
36
|
offsetX: number;
|
|
32
37
|
offsetY: number;
|
|
33
|
-
}
|
|
38
|
+
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<Props>, {
|
|
34
39
|
text: null;
|
|
35
40
|
icon: null;
|
|
36
41
|
modelValue: boolean;
|
|
@@ -42,34 +47,26 @@ declare const __VLS_component: import("vue").DefineComponent<__VLS_WithDefaults<
|
|
|
42
47
|
color: string;
|
|
43
48
|
offsetX: number;
|
|
44
49
|
offsetY: number;
|
|
45
|
-
}
|
|
50
|
+
}>>> & Readonly<{}>, {
|
|
46
51
|
size: "sm" | "md" | "lg";
|
|
47
52
|
text: string | null;
|
|
48
53
|
color: "default" | ContextColorsType;
|
|
54
|
+
placement: "top" | "center" | "bottom";
|
|
49
55
|
rounded: "sm" | "md" | "lg" | "full";
|
|
50
56
|
icon: RuiIcons | null;
|
|
51
57
|
modelValue: boolean;
|
|
52
58
|
left: boolean;
|
|
53
59
|
dot: boolean;
|
|
54
|
-
placement: "top" | "center" | "bottom";
|
|
55
60
|
offsetX: string | number;
|
|
56
61
|
offsetY: string | number;
|
|
57
|
-
}, {}>;
|
|
58
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component,
|
|
62
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
63
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
59
64
|
export default _default;
|
|
60
65
|
type __VLS_WithDefaults<P, D> = {
|
|
61
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ?
|
|
66
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_PrettifyLocal<P[K] & {
|
|
62
67
|
default: D[K];
|
|
63
68
|
}> : P[K];
|
|
64
69
|
};
|
|
65
|
-
type __VLS_Prettify<T> = {
|
|
66
|
-
[K in keyof T]: T[K];
|
|
67
|
-
} & {};
|
|
68
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
69
|
-
new (): {
|
|
70
|
-
$slots: S;
|
|
71
|
-
};
|
|
72
|
-
};
|
|
73
70
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
74
71
|
type __VLS_TypePropsToOption<T> = {
|
|
75
72
|
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
@@ -79,3 +76,11 @@ type __VLS_TypePropsToOption<T> = {
|
|
|
79
76
|
required: true;
|
|
80
77
|
};
|
|
81
78
|
};
|
|
79
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
80
|
+
new (): {
|
|
81
|
+
$slots: S;
|
|
82
|
+
};
|
|
83
|
+
};
|
|
84
|
+
type __VLS_PrettifyLocal<T> = {
|
|
85
|
+
[K in keyof T]: T[K];
|
|
86
|
+
} & {};
|