@rotki/ui-library 0.15.0 → 0.16.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/RuiColorPicker.vue_vue_type_script_setup_true_lang-ByCIjyQ_.js +8945 -0
- package/dist/{breakpoint-CRvqq4aP.js → breakpoint-DAvEs_TA.js} +1 -1
- package/dist/components/alerts/{Alert.vue.d.ts → RuiAlert.vue.d.ts} +10 -10
- package/dist/components/buttons/button/{Button.vue.d.ts → RuiButton.vue.d.ts} +1 -1
- package/dist/components/buttons/button-group/{ButtonGroup.vue.d.ts → RuiButtonGroup.vue.d.ts} +1 -1
- package/dist/components/cards/{Card.vue.d.ts → RuiCard.vue.d.ts} +12 -12
- package/dist/components/chips/{Chip.vue.d.ts → RuiChip.vue.d.ts} +19 -19
- package/dist/components/color-picker/RuiColorBoard.vue.d.ts +23 -0
- package/dist/components/color-picker/RuiColorDisplay.vue.d.ts +12 -0
- package/dist/components/color-picker/RuiColorHue.vue.d.ts +12 -0
- package/dist/components/color-picker/RuiColorInput.vue.d.ts +13 -0
- package/dist/components/color-picker/RuiColorPicker.vue.d.ts +21 -0
- package/dist/components/color-picker/utils.d.ts +44 -0
- package/dist/components/forms/auto-complete/{AutoComplete.vue.d.ts → RuiAutoComplete.vue.d.ts} +1 -1
- package/dist/components/forms/auto-complete/{AutoCompleteSelection.vue.d.ts → RuiAutoCompleteSelection.vue.d.ts} +2 -2
- package/dist/components/forms/radio-button/radio-group/{RadioGroup.vue.d.ts → RuiRadioGroup.vue.d.ts} +10 -10
- package/dist/components/forms/revealable-text-field/{RevealableTextField.vue.d.ts → RuiRevealableTextField.vue.d.ts} +35 -35
- package/dist/components/forms/select/RuiMenuSelect.vue.d.ts +2 -4
- package/dist/components/forms/slider/{Slider.vue.d.ts → RuiSlider.vue.d.ts} +17 -17
- package/dist/components/forms/text-area/{TextArea.vue.d.ts → RuiTextArea.vue.d.ts} +37 -37
- package/dist/components/forms/text-field/{TextField.vue.d.ts → RuiTextField.vue.d.ts} +36 -36
- package/dist/components/icons/{Icon.vue.d.ts → RuiIcon.vue.d.ts} +9 -9
- package/dist/components/index.d.ts +41 -39
- package/dist/components/index.es.js +36 -34
- package/dist/components/loaders/{SkeletonBase.vue.d.ts → RuiSkeletonBase.vue.d.ts} +3 -3
- package/dist/components/loaders/{Skeleton.vue.d.ts → RuiSkeletonLoader.vue.d.ts} +7 -7
- package/dist/components/overlays/badge/{Badge.vue.d.ts → RuiBadge.vue.d.ts} +19 -19
- package/dist/components/overlays/bottom-sheet/RuiBottomSheet.vue.d.ts +46 -0
- package/dist/components/overlays/dialog/RuiDialog.vue.d.ts +87 -0
- package/dist/components/steppers/{FooterStepper.vue.d.ts → RuiFooterStepper.vue.d.ts} +19 -9
- package/dist/components/tables/{DataTable.vue.d.ts → RuiDataTable.vue.d.ts} +4 -3
- package/dist/components/tables/{ExpandButton.vue.d.ts → RuiExpandButton.vue.d.ts} +1 -1
- package/dist/components/tables/{TableHead.vue.d.ts → RuiTableHead.vue.d.ts} +1 -1
- package/dist/composables/index.es.js +2 -2
- package/dist/consts/typography.d.ts +1 -2
- package/dist/index-RsNqSz2V.js +177 -0
- package/dist/index.es.js +2787 -2785
- package/dist/style.css +1 -1
- package/package.json +35 -37
- package/dist/Accordion-BFcz_iFc.js +0 -8386
- package/dist/components/overlays/dialog/Dialog.vue.d.ts +0 -60
- package/dist/index-x2urm9HD.js +0 -176
- package/dist/components/accordions/accordion/{Accordion.vue.d.ts → RuiAccordion.vue.d.ts} +0 -0
- package/dist/components/accordions/accordions/{Accordions.vue.d.ts → RuiAccordions.vue.d.ts} +0 -0
- package/dist/components/cards/{CardHeader.vue.d.ts → RuiCardHeader.vue.d.ts} +0 -0
- package/dist/components/divider/{Divider.vue.d.ts → RuiDivider.vue.d.ts} +0 -0
- package/dist/components/forms/checkbox/{Checkbox.vue.d.ts → RuiCheckbox.vue.d.ts} +14 -14
- package/dist/components/forms/radio-button/radio/{Radio.vue.d.ts → RuiRadio.vue.d.ts} +17 -17
- package/dist/components/forms/select/{SimpleSelect.vue.d.ts → RuiSimpleSelect.vue.d.ts} +8 -8
- package/dist/components/forms/switch/{Switch.vue.d.ts → RuiSwitch.vue.d.ts} +5 -5
- package/dist/components/helpers/{FormTextDetail.vue.d.ts → RuiFormTextDetail.vue.d.ts} +0 -0
- package/dist/components/logos/{Logo.vue.d.ts → RuiLogo.vue.d.ts} +9 -9
- package/dist/components/overlays/menu/{Menu.vue.d.ts → RuiMenu.vue.d.ts} +32 -32
- package/dist/components/overlays/tooltip/{Tooltip.vue.d.ts → RuiTooltip.vue.d.ts} +0 -0
- package/dist/components/progress/{Progress.vue.d.ts → RuiProgress.vue.d.ts} +9 -9
- package/dist/components/steppers/{Stepper.vue.d.ts → RuiStepper.vue.d.ts} +9 -9
- package/dist/components/steppers/{StepperCustomIcon.vue.d.ts → RuiStepperCustomIcon.vue.d.ts} +0 -0
- package/dist/components/steppers/{StepperIcon.vue.d.ts → RuiStepperIcon.vue.d.ts} +0 -0
- package/dist/components/tables/{TablePagination.vue.d.ts → RuiTablePagination.vue.d.ts} +8 -8
- package/dist/components/tabs/tab/{Tab.vue.d.ts → RuiTab.vue.d.ts} +18 -18
- package/dist/components/tabs/tab-item/{TabItem.vue.d.ts → RuiTabItem.vue.d.ts} +8 -8
- package/dist/components/tabs/tab-items/{TabItems.vue.d.ts → RuiTabItems.vue.d.ts} +0 -0
- package/dist/components/tabs/tabs/{Tabs.vue.d.ts → RuiTabs.vue.d.ts} +16 -16
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { ContextColorsType } from '
|
|
1
|
+
import type { ContextColorsType } from '../../../consts/colors';
|
|
2
2
|
export interface Props {
|
|
3
3
|
modelValue?: number;
|
|
4
4
|
min?: number;
|
|
@@ -20,10 +20,6 @@ export interface Props {
|
|
|
20
20
|
tickClass?: string;
|
|
21
21
|
}
|
|
22
22
|
declare const _default: import("vue").DefineComponent<{
|
|
23
|
-
vertical: {
|
|
24
|
-
type: globalThis.PropType<boolean>;
|
|
25
|
-
default: boolean;
|
|
26
|
-
};
|
|
27
23
|
color: {
|
|
28
24
|
type: globalThis.PropType<"primary" | "secondary" | "error" | "warning" | "info" | "success">;
|
|
29
25
|
default: string;
|
|
@@ -40,13 +36,17 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
40
36
|
type: globalThis.PropType<number>;
|
|
41
37
|
default: number;
|
|
42
38
|
};
|
|
39
|
+
modelValue: {
|
|
40
|
+
type: globalThis.PropType<number>;
|
|
41
|
+
default: number;
|
|
42
|
+
};
|
|
43
43
|
disabled: {
|
|
44
44
|
type: globalThis.PropType<boolean>;
|
|
45
45
|
default: boolean;
|
|
46
46
|
};
|
|
47
|
-
|
|
48
|
-
type: globalThis.PropType<
|
|
49
|
-
default:
|
|
47
|
+
vertical: {
|
|
48
|
+
type: globalThis.PropType<boolean>;
|
|
49
|
+
default: boolean;
|
|
50
50
|
};
|
|
51
51
|
errorMessages: {
|
|
52
52
|
type: globalThis.PropType<string | string[]>;
|
|
@@ -95,10 +95,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
95
95
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
96
96
|
"update:model-value": (value: number) => void;
|
|
97
97
|
}, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
98
|
-
vertical: {
|
|
99
|
-
type: globalThis.PropType<boolean>;
|
|
100
|
-
default: boolean;
|
|
101
|
-
};
|
|
102
98
|
color: {
|
|
103
99
|
type: globalThis.PropType<"primary" | "secondary" | "error" | "warning" | "info" | "success">;
|
|
104
100
|
default: string;
|
|
@@ -115,13 +111,17 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
115
111
|
type: globalThis.PropType<number>;
|
|
116
112
|
default: number;
|
|
117
113
|
};
|
|
114
|
+
modelValue: {
|
|
115
|
+
type: globalThis.PropType<number>;
|
|
116
|
+
default: number;
|
|
117
|
+
};
|
|
118
118
|
disabled: {
|
|
119
119
|
type: globalThis.PropType<boolean>;
|
|
120
120
|
default: boolean;
|
|
121
121
|
};
|
|
122
|
-
|
|
123
|
-
type: globalThis.PropType<
|
|
124
|
-
default:
|
|
122
|
+
vertical: {
|
|
123
|
+
type: globalThis.PropType<boolean>;
|
|
124
|
+
default: boolean;
|
|
125
125
|
};
|
|
126
126
|
errorMessages: {
|
|
127
127
|
type: globalThis.PropType<string | string[]>;
|
|
@@ -170,13 +170,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
170
170
|
}>> & {
|
|
171
171
|
"onUpdate:model-value"?: ((value: number) => any) | undefined;
|
|
172
172
|
}, {
|
|
173
|
-
vertical: boolean;
|
|
174
173
|
color: "primary" | "secondary" | "error" | "warning" | "info" | "success";
|
|
175
174
|
label: string;
|
|
176
175
|
max: number;
|
|
177
176
|
min: number;
|
|
178
|
-
disabled: boolean;
|
|
179
177
|
modelValue: number;
|
|
178
|
+
disabled: boolean;
|
|
179
|
+
vertical: boolean;
|
|
180
180
|
errorMessages: string | string[];
|
|
181
181
|
successMessages: string | string[];
|
|
182
182
|
hint: string;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { ContextColorsType } from '../../../consts/colors';
|
|
2
|
-
import type { RuiIcons } from '
|
|
2
|
+
import type { RuiIcons } from '../../../icons';
|
|
3
3
|
export interface Props {
|
|
4
4
|
value?: string;
|
|
5
5
|
label?: string;
|
|
@@ -24,18 +24,10 @@ export interface Props {
|
|
|
24
24
|
autoGrow?: boolean;
|
|
25
25
|
}
|
|
26
26
|
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
27
|
-
value: {
|
|
28
|
-
type: globalThis.PropType<string>;
|
|
29
|
-
default: string;
|
|
30
|
-
};
|
|
31
27
|
readonly: {
|
|
32
28
|
type: globalThis.PropType<boolean>;
|
|
33
29
|
default: boolean;
|
|
34
30
|
};
|
|
35
|
-
variant: {
|
|
36
|
-
type: globalThis.PropType<"default" | "outlined" | "filled">;
|
|
37
|
-
default: string;
|
|
38
|
-
};
|
|
39
31
|
color: {
|
|
40
32
|
type: globalThis.PropType<"primary" | "secondary" | "error" | "warning" | "info" | "success">;
|
|
41
33
|
default: undefined;
|
|
@@ -48,10 +40,26 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
48
40
|
type: globalThis.PropType<string>;
|
|
49
41
|
default: string;
|
|
50
42
|
};
|
|
43
|
+
value: {
|
|
44
|
+
type: globalThis.PropType<string>;
|
|
45
|
+
default: string;
|
|
46
|
+
};
|
|
47
|
+
variant: {
|
|
48
|
+
type: globalThis.PropType<"default" | "outlined" | "filled">;
|
|
49
|
+
default: string;
|
|
50
|
+
};
|
|
51
51
|
disabled: {
|
|
52
52
|
type: globalThis.PropType<boolean>;
|
|
53
53
|
default: boolean;
|
|
54
54
|
};
|
|
55
|
+
dense: {
|
|
56
|
+
type: globalThis.PropType<boolean>;
|
|
57
|
+
default: boolean;
|
|
58
|
+
};
|
|
59
|
+
textColor: {
|
|
60
|
+
type: globalThis.PropType<"primary" | "secondary" | "error" | "warning" | "info" | "success">;
|
|
61
|
+
default: undefined;
|
|
62
|
+
};
|
|
55
63
|
errorMessages: {
|
|
56
64
|
type: globalThis.PropType<string | string[]>;
|
|
57
65
|
default: () => never[];
|
|
@@ -64,14 +72,6 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
64
72
|
type: globalThis.PropType<string>;
|
|
65
73
|
default: string;
|
|
66
74
|
};
|
|
67
|
-
textColor: {
|
|
68
|
-
type: globalThis.PropType<"primary" | "secondary" | "error" | "warning" | "info" | "success">;
|
|
69
|
-
default: undefined;
|
|
70
|
-
};
|
|
71
|
-
dense: {
|
|
72
|
-
type: globalThis.PropType<boolean>;
|
|
73
|
-
default: boolean;
|
|
74
|
-
};
|
|
75
75
|
hideDetails: {
|
|
76
76
|
type: globalThis.PropType<boolean>;
|
|
77
77
|
default: boolean;
|
|
@@ -112,18 +112,10 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
112
112
|
input: (modelValue: string) => void;
|
|
113
113
|
"click:clear": () => void;
|
|
114
114
|
}, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
115
|
-
value: {
|
|
116
|
-
type: globalThis.PropType<string>;
|
|
117
|
-
default: string;
|
|
118
|
-
};
|
|
119
115
|
readonly: {
|
|
120
116
|
type: globalThis.PropType<boolean>;
|
|
121
117
|
default: boolean;
|
|
122
118
|
};
|
|
123
|
-
variant: {
|
|
124
|
-
type: globalThis.PropType<"default" | "outlined" | "filled">;
|
|
125
|
-
default: string;
|
|
126
|
-
};
|
|
127
119
|
color: {
|
|
128
120
|
type: globalThis.PropType<"primary" | "secondary" | "error" | "warning" | "info" | "success">;
|
|
129
121
|
default: undefined;
|
|
@@ -136,10 +128,26 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
136
128
|
type: globalThis.PropType<string>;
|
|
137
129
|
default: string;
|
|
138
130
|
};
|
|
131
|
+
value: {
|
|
132
|
+
type: globalThis.PropType<string>;
|
|
133
|
+
default: string;
|
|
134
|
+
};
|
|
135
|
+
variant: {
|
|
136
|
+
type: globalThis.PropType<"default" | "outlined" | "filled">;
|
|
137
|
+
default: string;
|
|
138
|
+
};
|
|
139
139
|
disabled: {
|
|
140
140
|
type: globalThis.PropType<boolean>;
|
|
141
141
|
default: boolean;
|
|
142
142
|
};
|
|
143
|
+
dense: {
|
|
144
|
+
type: globalThis.PropType<boolean>;
|
|
145
|
+
default: boolean;
|
|
146
|
+
};
|
|
147
|
+
textColor: {
|
|
148
|
+
type: globalThis.PropType<"primary" | "secondary" | "error" | "warning" | "info" | "success">;
|
|
149
|
+
default: undefined;
|
|
150
|
+
};
|
|
143
151
|
errorMessages: {
|
|
144
152
|
type: globalThis.PropType<string | string[]>;
|
|
145
153
|
default: () => never[];
|
|
@@ -152,14 +160,6 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
152
160
|
type: globalThis.PropType<string>;
|
|
153
161
|
default: string;
|
|
154
162
|
};
|
|
155
|
-
textColor: {
|
|
156
|
-
type: globalThis.PropType<"primary" | "secondary" | "error" | "warning" | "info" | "success">;
|
|
157
|
-
default: undefined;
|
|
158
|
-
};
|
|
159
|
-
dense: {
|
|
160
|
-
type: globalThis.PropType<boolean>;
|
|
161
|
-
default: boolean;
|
|
162
|
-
};
|
|
163
163
|
hideDetails: {
|
|
164
164
|
type: globalThis.PropType<boolean>;
|
|
165
165
|
default: boolean;
|
|
@@ -200,18 +200,18 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
200
200
|
onInput?: ((modelValue: string) => any) | undefined;
|
|
201
201
|
"onClick:clear"?: (() => any) | undefined;
|
|
202
202
|
}, {
|
|
203
|
-
value: string;
|
|
204
203
|
readonly: boolean;
|
|
205
|
-
variant: "default" | "outlined" | "filled";
|
|
206
204
|
color: "primary" | "secondary" | "error" | "warning" | "info" | "success";
|
|
207
205
|
label: string;
|
|
208
206
|
placeholder: string;
|
|
207
|
+
value: string;
|
|
208
|
+
variant: "default" | "outlined" | "filled";
|
|
209
209
|
disabled: boolean;
|
|
210
|
+
dense: boolean;
|
|
211
|
+
textColor: "primary" | "secondary" | "error" | "warning" | "info" | "success";
|
|
210
212
|
errorMessages: string | string[];
|
|
211
213
|
successMessages: string | string[];
|
|
212
214
|
hint: string;
|
|
213
|
-
textColor: "primary" | "secondary" | "error" | "warning" | "info" | "success";
|
|
214
|
-
dense: boolean;
|
|
215
215
|
hideDetails: boolean;
|
|
216
216
|
prependIcon: RuiIcons;
|
|
217
217
|
appendIcon: RuiIcons;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { ContextColorsType } from '../../../consts/colors';
|
|
2
|
-
import type { RuiIcons } from '
|
|
2
|
+
import type { RuiIcons } from '../../../icons';
|
|
3
3
|
export interface TextFieldProps {
|
|
4
4
|
modelValue?: string;
|
|
5
5
|
label?: string;
|
|
@@ -24,10 +24,6 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
24
24
|
type: globalThis.PropType<boolean>;
|
|
25
25
|
default: boolean;
|
|
26
26
|
};
|
|
27
|
-
variant: {
|
|
28
|
-
type: globalThis.PropType<"default" | "outlined" | "filled">;
|
|
29
|
-
default: string;
|
|
30
|
-
};
|
|
31
27
|
color: {
|
|
32
28
|
type: globalThis.PropType<"primary" | "secondary" | "error" | "warning" | "info" | "success">;
|
|
33
29
|
default: undefined;
|
|
@@ -40,13 +36,25 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
40
36
|
type: globalThis.PropType<string>;
|
|
41
37
|
default: string;
|
|
42
38
|
};
|
|
39
|
+
modelValue: {
|
|
40
|
+
type: globalThis.PropType<string>;
|
|
41
|
+
default: string;
|
|
42
|
+
};
|
|
43
|
+
variant: {
|
|
44
|
+
type: globalThis.PropType<"default" | "outlined" | "filled">;
|
|
45
|
+
default: string;
|
|
46
|
+
};
|
|
43
47
|
disabled: {
|
|
44
48
|
type: globalThis.PropType<boolean>;
|
|
45
49
|
default: boolean;
|
|
46
50
|
};
|
|
47
|
-
|
|
48
|
-
type: globalThis.PropType<
|
|
49
|
-
default:
|
|
51
|
+
dense: {
|
|
52
|
+
type: globalThis.PropType<boolean>;
|
|
53
|
+
default: boolean;
|
|
54
|
+
};
|
|
55
|
+
textColor: {
|
|
56
|
+
type: globalThis.PropType<"primary" | "secondary" | "error" | "warning" | "info" | "success">;
|
|
57
|
+
default: undefined;
|
|
50
58
|
};
|
|
51
59
|
errorMessages: {
|
|
52
60
|
type: globalThis.PropType<string | string[]>;
|
|
@@ -60,14 +68,6 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
60
68
|
type: globalThis.PropType<string>;
|
|
61
69
|
default: string;
|
|
62
70
|
};
|
|
63
|
-
textColor: {
|
|
64
|
-
type: globalThis.PropType<"primary" | "secondary" | "error" | "warning" | "info" | "success">;
|
|
65
|
-
default: undefined;
|
|
66
|
-
};
|
|
67
|
-
dense: {
|
|
68
|
-
type: globalThis.PropType<boolean>;
|
|
69
|
-
default: boolean;
|
|
70
|
-
};
|
|
71
71
|
as: {
|
|
72
72
|
type: globalThis.PropType<string | object>;
|
|
73
73
|
default: string;
|
|
@@ -99,10 +99,6 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
99
99
|
type: globalThis.PropType<boolean>;
|
|
100
100
|
default: boolean;
|
|
101
101
|
};
|
|
102
|
-
variant: {
|
|
103
|
-
type: globalThis.PropType<"default" | "outlined" | "filled">;
|
|
104
|
-
default: string;
|
|
105
|
-
};
|
|
106
102
|
color: {
|
|
107
103
|
type: globalThis.PropType<"primary" | "secondary" | "error" | "warning" | "info" | "success">;
|
|
108
104
|
default: undefined;
|
|
@@ -115,13 +111,25 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
115
111
|
type: globalThis.PropType<string>;
|
|
116
112
|
default: string;
|
|
117
113
|
};
|
|
114
|
+
modelValue: {
|
|
115
|
+
type: globalThis.PropType<string>;
|
|
116
|
+
default: string;
|
|
117
|
+
};
|
|
118
|
+
variant: {
|
|
119
|
+
type: globalThis.PropType<"default" | "outlined" | "filled">;
|
|
120
|
+
default: string;
|
|
121
|
+
};
|
|
118
122
|
disabled: {
|
|
119
123
|
type: globalThis.PropType<boolean>;
|
|
120
124
|
default: boolean;
|
|
121
125
|
};
|
|
122
|
-
|
|
123
|
-
type: globalThis.PropType<
|
|
124
|
-
default:
|
|
126
|
+
dense: {
|
|
127
|
+
type: globalThis.PropType<boolean>;
|
|
128
|
+
default: boolean;
|
|
129
|
+
};
|
|
130
|
+
textColor: {
|
|
131
|
+
type: globalThis.PropType<"primary" | "secondary" | "error" | "warning" | "info" | "success">;
|
|
132
|
+
default: undefined;
|
|
125
133
|
};
|
|
126
134
|
errorMessages: {
|
|
127
135
|
type: globalThis.PropType<string | string[]>;
|
|
@@ -135,14 +143,6 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
135
143
|
type: globalThis.PropType<string>;
|
|
136
144
|
default: string;
|
|
137
145
|
};
|
|
138
|
-
textColor: {
|
|
139
|
-
type: globalThis.PropType<"primary" | "secondary" | "error" | "warning" | "info" | "success">;
|
|
140
|
-
default: undefined;
|
|
141
|
-
};
|
|
142
|
-
dense: {
|
|
143
|
-
type: globalThis.PropType<boolean>;
|
|
144
|
-
default: boolean;
|
|
145
|
-
};
|
|
146
146
|
as: {
|
|
147
147
|
type: globalThis.PropType<string | object>;
|
|
148
148
|
default: string;
|
|
@@ -165,23 +165,23 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
165
165
|
};
|
|
166
166
|
}>> & {
|
|
167
167
|
onBlur?: ((event: Event) => any) | undefined;
|
|
168
|
-
onClear?: (() => any) | undefined;
|
|
169
168
|
"onUpdate:modelValue"?: ((modelValue: string) => any) | undefined;
|
|
169
|
+
onClear?: (() => any) | undefined;
|
|
170
170
|
"onFocus-input"?: ((event: Event) => any) | undefined;
|
|
171
171
|
onRemove?: ((value: unknown) => any) | undefined;
|
|
172
172
|
}, {
|
|
173
173
|
readonly: boolean;
|
|
174
|
-
variant: "default" | "outlined" | "filled";
|
|
175
174
|
color: "primary" | "secondary" | "error" | "warning" | "info" | "success";
|
|
176
175
|
label: string;
|
|
177
176
|
placeholder: string;
|
|
178
|
-
disabled: boolean;
|
|
179
177
|
modelValue: string;
|
|
178
|
+
variant: "default" | "outlined" | "filled";
|
|
179
|
+
disabled: boolean;
|
|
180
|
+
dense: boolean;
|
|
181
|
+
textColor: "primary" | "secondary" | "error" | "warning" | "info" | "success";
|
|
180
182
|
errorMessages: string | string[];
|
|
181
183
|
successMessages: string | string[];
|
|
182
184
|
hint: string;
|
|
183
|
-
textColor: "primary" | "secondary" | "error" | "warning" | "info" | "success";
|
|
184
|
-
dense: boolean;
|
|
185
185
|
as: string | object;
|
|
186
186
|
hideDetails: boolean;
|
|
187
187
|
prependIcon: RuiIcons;
|
|
@@ -1,32 +1,32 @@
|
|
|
1
1
|
import type { ContextColorsType } from '../../consts/colors';
|
|
2
|
-
import type { RuiIcons } from '
|
|
2
|
+
import type { RuiIcons } from '../../icons';
|
|
3
3
|
export interface Props {
|
|
4
4
|
name: RuiIcons;
|
|
5
5
|
size?: number | string;
|
|
6
6
|
color?: ContextColorsType;
|
|
7
7
|
}
|
|
8
8
|
declare const _default: import("vue").DefineComponent<{
|
|
9
|
-
size: {
|
|
10
|
-
type: globalThis.PropType<string | number>;
|
|
11
|
-
default: number;
|
|
12
|
-
};
|
|
13
9
|
name: {
|
|
14
10
|
type: globalThis.PropType<RuiIcons>;
|
|
15
11
|
required: true;
|
|
16
12
|
};
|
|
13
|
+
size: {
|
|
14
|
+
type: globalThis.PropType<string | number>;
|
|
15
|
+
default: number;
|
|
16
|
+
};
|
|
17
17
|
color: {
|
|
18
18
|
type: globalThis.PropType<"primary" | "secondary" | "error" | "warning" | "info" | "success">;
|
|
19
19
|
default: undefined;
|
|
20
20
|
};
|
|
21
21
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
22
|
-
size: {
|
|
23
|
-
type: globalThis.PropType<string | number>;
|
|
24
|
-
default: number;
|
|
25
|
-
};
|
|
26
22
|
name: {
|
|
27
23
|
type: globalThis.PropType<RuiIcons>;
|
|
28
24
|
required: true;
|
|
29
25
|
};
|
|
26
|
+
size: {
|
|
27
|
+
type: globalThis.PropType<string | number>;
|
|
28
|
+
default: number;
|
|
29
|
+
};
|
|
30
30
|
color: {
|
|
31
31
|
type: globalThis.PropType<"primary" | "secondary" | "error" | "warning" | "info" | "success">;
|
|
32
32
|
default: undefined;
|
|
@@ -1,39 +1,41 @@
|
|
|
1
|
-
import { type Props as AlertProps
|
|
2
|
-
import { type Props as AutoCompleteProps
|
|
3
|
-
import { type Props as ButtonProps
|
|
4
|
-
import { type Props as ButtonGroupProps
|
|
5
|
-
import { type Props as IconProps
|
|
6
|
-
import { type Props as CheckboxProps
|
|
7
|
-
import
|
|
8
|
-
import
|
|
9
|
-
import { type Props as ChipProps
|
|
10
|
-
import { type Props as DividerProps
|
|
11
|
-
import
|
|
12
|
-
import
|
|
13
|
-
import
|
|
14
|
-
import
|
|
15
|
-
import { type MenuProps
|
|
16
|
-
import { type Props as BadgeProps
|
|
17
|
-
import { type
|
|
18
|
-
import { type Props as FooterStepperProps
|
|
19
|
-
import { type Props as ProgressProps
|
|
20
|
-
import { type Props as RadioGroupProps
|
|
21
|
-
import { type RadioProps
|
|
22
|
-
import { type Props as RevealableTextFieldProps
|
|
23
|
-
import { type Props as LogoProps
|
|
24
|
-
import
|
|
25
|
-
import { type TableOptions as DataTableOptions, type Props as DataTableProps
|
|
26
|
-
import { type Props as ExpandButtonProps
|
|
27
|
-
import
|
|
28
|
-
import { type Props as CardProps
|
|
29
|
-
import { type Props as CardHeaderProps
|
|
30
|
-
import
|
|
31
|
-
import
|
|
32
|
-
import
|
|
33
|
-
import
|
|
34
|
-
import
|
|
35
|
-
import { type Props as MenuSelectProps
|
|
36
|
-
import { type Props as AccordionsProps
|
|
37
|
-
import { type AccordionProps
|
|
38
|
-
import
|
|
39
|
-
|
|
1
|
+
import RuiAlert, { type Props as AlertProps } from '../components/alerts/RuiAlert.vue';
|
|
2
|
+
import RuiAutoComplete, { type Props as AutoCompleteProps } from '../components/forms/auto-complete/RuiAutoComplete.vue';
|
|
3
|
+
import RuiButton, { type Props as ButtonProps } from '../components/buttons/button/RuiButton.vue';
|
|
4
|
+
import RuiButtonGroup, { type Props as ButtonGroupProps } from '../components/buttons/button-group/RuiButtonGroup.vue';
|
|
5
|
+
import RuiIcon, { type Props as IconProps } from '../components/icons/RuiIcon.vue';
|
|
6
|
+
import RuiCheckbox, { type Props as CheckboxProps } from '../components/forms/checkbox/RuiCheckbox.vue';
|
|
7
|
+
import RuiSwitch, { type Props as SwitchProps } from '../components/forms/switch/RuiSwitch.vue';
|
|
8
|
+
import RuiSlider, { type Props as SliderProps } from '../components/forms/slider/RuiSlider.vue';
|
|
9
|
+
import RuiChip, { type Props as ChipProps } from '../components/chips/RuiChip.vue';
|
|
10
|
+
import RuiDivider, { type Props as DividerProps } from '../components/divider/RuiDivider.vue';
|
|
11
|
+
import RuiStepper, { type Props as StepperProps } from '../components/steppers/RuiStepper.vue';
|
|
12
|
+
import RuiTextArea, { type Props as TextAreaProps } from '../components/forms/text-area/RuiTextArea.vue';
|
|
13
|
+
import RuiTextField, { type TextFieldProps } from '../components/forms/text-field/RuiTextField.vue';
|
|
14
|
+
import RuiTooltip, { type Props as TooltipProps } from '../components/overlays/tooltip/RuiTooltip.vue';
|
|
15
|
+
import RuiMenu, { type MenuProps } from '../components/overlays/menu/RuiMenu.vue';
|
|
16
|
+
import RuiBadge, { type Props as BadgeProps } from '../components/overlays/badge/RuiBadge.vue';
|
|
17
|
+
import RuiDialog, { type DialogProps } from '../components/overlays/dialog/RuiDialog.vue';
|
|
18
|
+
import RuiFooterStepper, { type Props as FooterStepperProps } from '../components/steppers/RuiFooterStepper.vue';
|
|
19
|
+
import RuiProgress, { type Props as ProgressProps } from '../components/progress/RuiProgress.vue';
|
|
20
|
+
import RuiRadioGroup, { type Props as RadioGroupProps } from '../components/forms/radio-button/radio-group/RuiRadioGroup.vue';
|
|
21
|
+
import RuiRadio, { type RadioProps } from '../components/forms/radio-button/radio/RuiRadio.vue';
|
|
22
|
+
import RuiRevealableTextField, { type Props as RevealableTextFieldProps } from '../components/forms/revealable-text-field/RuiRevealableTextField.vue';
|
|
23
|
+
import RuiLogo, { type Props as LogoProps } from '../components/logos/RuiLogo.vue';
|
|
24
|
+
import RuiSimpleSelect, { type Props as SimpleSelectProps } from '../components/forms/select/RuiSimpleSelect.vue';
|
|
25
|
+
import RuiDataTable, { type TableOptions as DataTableOptions, type Props as DataTableProps } from '../components/tables/RuiDataTable.vue';
|
|
26
|
+
import RuiTableRowExpander, { type Props as ExpandButtonProps } from '../components/tables/RuiExpandButton.vue';
|
|
27
|
+
import RuiTablePagination, { type TablePaginationData, type Props as TablePaginationProps } from '../components/tables/RuiTablePagination.vue';
|
|
28
|
+
import RuiCard, { type Props as CardProps } from '../components/cards/RuiCard.vue';
|
|
29
|
+
import RuiCardHeader, { type Props as CardHeaderProps } from '../components/cards/RuiCardHeader.vue';
|
|
30
|
+
import RuiTabs, { type Props as TabsProps } from '../components/tabs/tabs/RuiTabs.vue';
|
|
31
|
+
import RuiTab, { type Props as TabProps } from '../components/tabs/tab/RuiTab.vue';
|
|
32
|
+
import RuiTabItems, { type Props as TabItemsProps } from '../components/tabs/tab-items/RuiTabItems.vue';
|
|
33
|
+
import RuiTabItem, { type Props as TabItemProps } from '../components/tabs/tab-item/RuiTabItem.vue';
|
|
34
|
+
import RuiSkeletonLoader, { type Props as SkeletonLoaderProps } from '../components/loaders/RuiSkeletonLoader.vue';
|
|
35
|
+
import RuiMenuSelect, { type Props as MenuSelectProps } from '../components/forms/select/RuiMenuSelect.vue';
|
|
36
|
+
import RuiAccordions, { type Props as AccordionsProps } from '../components/accordions/accordions/RuiAccordions.vue';
|
|
37
|
+
import RuiAccordion, { type AccordionProps } from '../components/accordions/accordion/RuiAccordion.vue';
|
|
38
|
+
import RuiBottomSheet, { type BottomSheetProps } from '../components/overlays/bottom-sheet/RuiBottomSheet.vue';
|
|
39
|
+
import RuiColorPicker, { type Props as ColorPickerProps } from '../components/color-picker/RuiColorPicker.vue';
|
|
40
|
+
import type { TableColumn as DataTableColumn, GroupKeys as DataTableGroupKeys, SortColumn as DataTableSortColumn, TableSortData as DataTableSortData } from '../components/tables/RuiTableHead.vue';
|
|
41
|
+
export { RuiAlert, RuiAutoComplete, RuiBadge, RuiButton, RuiButtonGroup, RuiCheckbox, RuiChip, RuiFooterStepper, RuiIcon, RuiLogo, RuiProgress, RuiRadio, RuiRadioGroup, RuiRevealableTextField, RuiStepper, RuiSwitch, RuiTextField, RuiTooltip, RuiMenu, RuiDataTable, RuiSimpleSelect, RuiDialog, RuiCard, RuiCardHeader, RuiTabs, RuiTab, RuiTabItems, RuiTabItem, RuiTablePagination, RuiSkeletonLoader, RuiTextArea, RuiDivider, RuiTableRowExpander, RuiMenuSelect, RuiSlider, RuiAccordions, RuiAccordion, RuiBottomSheet, RuiColorPicker, AutoCompleteProps, ChipProps, TooltipProps, MenuProps, SimpleSelectProps, DataTableProps, DataTableColumn, DataTableSortColumn, DataTableOptions, TablePaginationData, DialogProps, ButtonProps, ButtonGroupProps, CardProps, CardHeaderProps, BadgeProps, AlertProps, CheckboxProps, SwitchProps, ProgressProps, RadioGroupProps, RadioProps, LogoProps, StepperProps, TextFieldProps, IconProps, FooterStepperProps, TabsProps, TabProps, TabItemsProps, TabItemProps, TablePaginationProps, RevealableTextFieldProps, SkeletonLoaderProps, DividerProps, TextAreaProps, ExpandButtonProps, DataTableSortData, DataTableGroupKeys, MenuSelectProps, SliderProps, AccordionsProps, AccordionProps, BottomSheetProps, ColorPickerProps, };
|
|
@@ -1,40 +1,42 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { I as u, H as e, R as s, a as R, b as o, J as t, c as r, d as l, u as d, v as p, e as n, f as c, K as T, r as b, t as S, D as m, g as x, h as C, _ as g, q as A, F as h, i as B, j as k, k as D, l as F, s as I, B as v, G as w, m as G, n as P, x as f, z as E, y as H, A as L, E as M, w as j, C as q, o as y, p as z } from "../RuiColorPicker.vue_vue_type_script_setup_true_lang-ByCIjyQ_.js";
|
|
2
2
|
export {
|
|
3
3
|
u as RuiAccordion,
|
|
4
|
-
|
|
5
|
-
|
|
4
|
+
e as RuiAccordions,
|
|
5
|
+
s as RuiAlert,
|
|
6
6
|
R as RuiAutoComplete,
|
|
7
7
|
o as RuiBadge,
|
|
8
|
-
t as
|
|
9
|
-
r as
|
|
10
|
-
l as
|
|
11
|
-
d as
|
|
12
|
-
p as
|
|
13
|
-
n as
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
S as
|
|
18
|
-
|
|
8
|
+
t as RuiBottomSheet,
|
|
9
|
+
r as RuiButton,
|
|
10
|
+
l as RuiButtonGroup,
|
|
11
|
+
d as RuiCard,
|
|
12
|
+
p as RuiCardHeader,
|
|
13
|
+
n as RuiCheckbox,
|
|
14
|
+
c as RuiChip,
|
|
15
|
+
T as RuiColorPicker,
|
|
16
|
+
b as RuiDataTable,
|
|
17
|
+
S as RuiDialog,
|
|
18
|
+
m as RuiDivider,
|
|
19
|
+
x as RuiFooterStepper,
|
|
20
|
+
C as RuiIcon,
|
|
19
21
|
g as RuiLogo,
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
22
|
+
A as RuiMenu,
|
|
23
|
+
h as RuiMenuSelect,
|
|
24
|
+
B as RuiProgress,
|
|
25
|
+
k as RuiRadio,
|
|
26
|
+
D as RuiRadioGroup,
|
|
27
|
+
F as RuiRevealableTextField,
|
|
28
|
+
I as RuiSimpleSelect,
|
|
29
|
+
v as RuiSkeletonLoader,
|
|
30
|
+
w as RuiSlider,
|
|
31
|
+
G as RuiStepper,
|
|
32
|
+
P as RuiSwitch,
|
|
33
|
+
f as RuiTab,
|
|
34
|
+
E as RuiTabItem,
|
|
35
|
+
H as RuiTabItems,
|
|
36
|
+
L as RuiTablePagination,
|
|
37
|
+
M as RuiTableRowExpander,
|
|
38
|
+
j as RuiTabs,
|
|
39
|
+
q as RuiTextArea,
|
|
40
|
+
y as RuiTextField,
|
|
41
|
+
z as RuiTooltip
|
|
40
42
|
};
|
|
@@ -3,15 +3,15 @@ export interface Props {
|
|
|
3
3
|
}
|
|
4
4
|
declare const _default: import("vue").DefineComponent<{
|
|
5
5
|
rounded: {
|
|
6
|
-
type: globalThis.PropType<"
|
|
6
|
+
type: globalThis.PropType<"none" | "sm" | "lg" | "md" | "full">;
|
|
7
7
|
default: undefined;
|
|
8
8
|
};
|
|
9
9
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
10
10
|
rounded: {
|
|
11
|
-
type: globalThis.PropType<"
|
|
11
|
+
type: globalThis.PropType<"none" | "sm" | "lg" | "md" | "full">;
|
|
12
12
|
default: undefined;
|
|
13
13
|
};
|
|
14
14
|
}>>, {
|
|
15
|
-
rounded: "
|
|
15
|
+
rounded: "none" | "sm" | "lg" | "md" | "full";
|
|
16
16
|
}, {}>;
|
|
17
17
|
export default _default;
|
|
@@ -1,27 +1,27 @@
|
|
|
1
|
-
import { type Props as SkeletonBaseProps } from '../../components/loaders/
|
|
1
|
+
import { type Props as SkeletonBaseProps } from '../../components/loaders/RuiSkeletonBase.vue';
|
|
2
2
|
export interface Props extends SkeletonBaseProps {
|
|
3
3
|
type?: 'text' | 'paragraph' | 'heading' | 'article' | 'button' | 'icon' | 'avatar' | 'thumbnail' | 'custom';
|
|
4
4
|
}
|
|
5
5
|
declare const _default: import("vue").DefineComponent<{
|
|
6
6
|
type: {
|
|
7
|
-
type: globalThis.PropType<"heading" | "paragraph" | "text" | "article" | "button" | "icon" | "
|
|
7
|
+
type: globalThis.PropType<"heading" | "paragraph" | "text" | "article" | "button" | "icon" | "avatar" | "thumbnail" | "custom">;
|
|
8
8
|
default: string;
|
|
9
9
|
};
|
|
10
10
|
rounded: {
|
|
11
|
-
type: globalThis.PropType<"
|
|
11
|
+
type: globalThis.PropType<"none" | "sm" | "lg" | "md" | "full">;
|
|
12
12
|
default: undefined;
|
|
13
13
|
};
|
|
14
14
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
15
15
|
type: {
|
|
16
|
-
type: globalThis.PropType<"heading" | "paragraph" | "text" | "article" | "button" | "icon" | "
|
|
16
|
+
type: globalThis.PropType<"heading" | "paragraph" | "text" | "article" | "button" | "icon" | "avatar" | "thumbnail" | "custom">;
|
|
17
17
|
default: string;
|
|
18
18
|
};
|
|
19
19
|
rounded: {
|
|
20
|
-
type: globalThis.PropType<"
|
|
20
|
+
type: globalThis.PropType<"none" | "sm" | "lg" | "md" | "full">;
|
|
21
21
|
default: undefined;
|
|
22
22
|
};
|
|
23
23
|
}>>, {
|
|
24
|
-
type: "heading" | "paragraph" | "text" | "article" | "button" | "icon" | "
|
|
25
|
-
rounded: "
|
|
24
|
+
type: "heading" | "paragraph" | "text" | "article" | "button" | "icon" | "avatar" | "thumbnail" | "custom";
|
|
25
|
+
rounded: "none" | "sm" | "lg" | "md" | "full";
|
|
26
26
|
}, {}>;
|
|
27
27
|
export default _default;
|