@rotki/ui-library 0.15.0 → 1.0.0-beta.1
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/README.md +3 -3
- package/dist/RuiNavigationDrawer-By3iqC3V.js +7822 -0
- package/dist/__test__/options.d.ts +5 -0
- package/dist/{breakpoint-CRvqq4aP.js → breakpoint-OTAceaTK.js} +1 -1
- package/dist/components/accordions/accordion/RuiAccordion.vue.d.ts +58 -0
- package/dist/components/accordions/accordions/RuiAccordions.vue.d.ts +36 -0
- package/dist/components/alerts/RuiAlert.vue.d.ts +69 -0
- package/dist/components/buttons/button/RuiButton.vue.d.ts +94 -0
- package/dist/components/buttons/button-group/RuiButtonGroup.vue.d.ts +70 -0
- package/dist/components/cards/RuiCard.vue.d.ts +61 -0
- package/dist/components/cards/RuiCardHeader.vue.d.ts +37 -0
- package/dist/components/chips/RuiChip.vue.d.ts +80 -0
- package/dist/components/color-picker/RuiColorBoard.vue.d.ts +26 -0
- package/dist/components/color-picker/RuiColorDisplay.vue.d.ts +15 -0
- package/dist/components/color-picker/RuiColorHue.vue.d.ts +18 -0
- package/dist/components/color-picker/RuiColorInput.vue.d.ts +19 -0
- package/dist/components/color-picker/RuiColorPicker.vue.d.ts +32 -0
- package/dist/components/color-picker/utils.d.ts +44 -0
- package/dist/components/divider/RuiDivider.vue.d.ts +28 -0
- package/dist/components/forms/checkbox/RuiCheckbox.vue.d.ts +78 -0
- package/dist/components/forms/radio-button/radio/RuiRadio.vue.d.ts +73 -0
- package/dist/components/forms/radio-button/radio-group/RuiRadioGroup.vue.d.ts +69 -0
- package/dist/components/forms/revealable-text-field/RuiRevealableTextField.vue.d.ts +84 -0
- package/dist/components/forms/select/RuiMenuSelect.vue.d.ts +160 -49
- package/dist/components/forms/select/RuiSimpleSelect.vue.d.ts +42 -0
- package/dist/components/forms/slider/RuiSlider.vue.d.ts +101 -0
- package/dist/components/forms/switch/RuiSwitch.vue.d.ts +72 -0
- package/dist/components/forms/text-area/RuiTextArea.vue.d.ts +124 -0
- package/dist/components/forms/text-field/RuiTextField.vue.d.ts +114 -0
- package/dist/components/helpers/RuiFormTextDetail.vue.d.ts +39 -0
- package/dist/components/icons/RuiIcon.vue.d.ts +35 -0
- package/dist/components/index.d.ts +43 -39
- package/dist/components/index.es.js +35 -31
- package/dist/components/loaders/RuiSkeletonBase.vue.d.ts +28 -0
- package/dist/components/loaders/RuiSkeletonLoader.vue.d.ts +32 -0
- package/dist/components/logos/RuiLogo.vue.d.ts +52 -0
- package/dist/components/overlays/badge/RuiBadge.vue.d.ts +79 -0
- package/dist/components/overlays/bottom-sheet/RuiBottomSheet.vue.d.ts +39 -0
- package/dist/components/overlays/dialog/RuiDialog.vue.d.ts +68 -0
- package/dist/components/overlays/menu/RuiMenu.vue.d.ts +116 -0
- package/dist/components/overlays/navigation-drawer/RuiNavigationDrawer.vue.d.ts +81 -0
- package/dist/components/overlays/notification/RuiNotification.vue.d.ts +45 -0
- package/dist/components/overlays/tooltip/RuiTooltip.vue.d.ts +63 -0
- package/dist/components/progress/RuiProgress.vue.d.ts +71 -0
- package/dist/components/steppers/RuiFooterStepper.vue.d.ts +45 -0
- package/dist/components/steppers/RuiStepper.vue.d.ts +64 -0
- package/dist/components/steppers/RuiStepperCustomIcon.vue.d.ts +32 -0
- package/dist/components/steppers/RuiStepperIcon.vue.d.ts +32 -0
- package/dist/components/tables/RuiDataTable.vue.d.ts +512 -0
- package/dist/components/tables/RuiExpandButton.vue.d.ts +37 -0
- package/dist/components/tables/RuiTableHead.vue.d.ts +194 -0
- package/dist/components/tables/RuiTablePagination.vue.d.ts +47 -0
- package/dist/components/tabs/tab/RuiTab.vue.d.ts +90 -0
- package/dist/components/tabs/tab-item/RuiTabItem.vue.d.ts +48 -0
- package/dist/components/tabs/tab-items/RuiTabItems.vue.d.ts +28 -0
- package/dist/components/tabs/tabs/RuiTabs.vue.d.ts +53 -0
- package/dist/composables/dropdown-menu.d.ts +18 -6
- package/dist/composables/index.es.js +2 -2
- package/dist/composables/popper.d.ts +2 -0
- package/dist/composables/theme.d.ts +1 -1
- package/dist/consts/typography.d.ts +1 -2
- package/dist/icons/icons_1.d.ts +44 -44
- package/dist/icons/icons_1.es.js +987 -987
- package/dist/icons/icons_2.d.ts +60 -60
- package/dist/icons/icons_2.es.js +1121 -1121
- package/dist/icons/icons_3.d.ts +76 -76
- package/dist/icons/icons_3.es.js +1149 -1149
- package/dist/icons/icons_4.d.ts +96 -96
- package/dist/icons/icons_4.es.js +1193 -1193
- package/dist/icons/icons_5.d.ts +132 -132
- package/dist/icons/icons_5.es.js +1267 -1267
- package/dist/icons/icons_6.d.ts +156 -0
- package/dist/icons/icons_6.es.js +1099 -475
- package/dist/icons/index.d.ts +1 -1
- package/dist/icons/index.es.js +2840 -2684
- package/dist/index-NNlkUY_M.js +161 -0
- package/dist/index.es.js +2921 -2761
- package/dist/style.css +1 -1
- package/dist/utils/helpers.d.ts +9 -0
- package/package.json +45 -48
- package/dist/Accordion-BFcz_iFc.js +0 -8386
- package/dist/components/accordions/accordion/Accordion.vue.d.ts +0 -71
- package/dist/components/accordions/accordions/Accordions.vue.d.ts +0 -31
- package/dist/components/alerts/Alert.vue.d.ts +0 -93
- package/dist/components/buttons/button/Button.vue.d.ts +0 -51
- package/dist/components/buttons/button-group/ButtonGroup.vue.d.ts +0 -36
- package/dist/components/cards/Card.vue.d.ts +0 -80
- package/dist/components/cards/CardHeader.vue.d.ts +0 -26
- package/dist/components/chips/Chip.vue.d.ts +0 -123
- package/dist/components/divider/Divider.vue.d.ts +0 -17
- package/dist/components/forms/auto-complete/AutoComplete.vue.d.ts +0 -71
- package/dist/components/forms/auto-complete/AutoCompleteSelection.vue.d.ts +0 -30
- package/dist/components/forms/checkbox/Checkbox.vue.d.ts +0 -121
- package/dist/components/forms/radio-button/radio/Radio.vue.d.ts +0 -118
- package/dist/components/forms/radio-button/radio-group/RadioGroup.vue.d.ts +0 -112
- package/dist/components/forms/revealable-text-field/RevealableTextField.vue.d.ts +0 -169
- package/dist/components/forms/select/SimpleSelect.vue.d.ts +0 -59
- package/dist/components/forms/slider/Slider.vue.d.ts +0 -192
- package/dist/components/forms/switch/Switch.vue.d.ts +0 -109
- package/dist/components/forms/text-area/TextArea.vue.d.ts +0 -233
- package/dist/components/forms/text-field/TextField.vue.d.ts +0 -199
- package/dist/components/helpers/FormTextDetail.vue.d.ts +0 -32
- package/dist/components/icons/Icon.vue.d.ts +0 -38
- package/dist/components/loaders/Skeleton.vue.d.ts +0 -27
- package/dist/components/loaders/SkeletonBase.vue.d.ts +0 -17
- package/dist/components/logos/Logo.vue.d.ts +0 -65
- package/dist/components/overlays/badge/Badge.vue.d.ts +0 -128
- package/dist/components/overlays/dialog/Dialog.vue.d.ts +0 -60
- package/dist/components/overlays/menu/Menu.vue.d.ts +0 -191
- package/dist/components/overlays/tooltip/Tooltip.vue.d.ts +0 -88
- package/dist/components/progress/Progress.vue.d.ts +0 -102
- package/dist/components/steppers/FooterStepper.vue.d.ts +0 -50
- package/dist/components/steppers/Stepper.vue.d.ts +0 -97
- package/dist/components/steppers/StepperCustomIcon.vue.d.ts +0 -23
- package/dist/components/steppers/StepperIcon.vue.d.ts +0 -23
- package/dist/components/tables/DataTable.vue.d.ts +0 -279
- package/dist/components/tables/ExpandButton.vue.d.ts +0 -34
- package/dist/components/tables/TableHead.vue.d.ts +0 -127
- package/dist/components/tables/TablePagination.vue.d.ts +0 -56
- package/dist/components/tabs/tab/Tab.vue.d.ts +0 -141
- package/dist/components/tabs/tab-item/TabItem.vue.d.ts +0 -54
- package/dist/components/tabs/tab-items/TabItems.vue.d.ts +0 -17
- package/dist/components/tabs/tabs/Tabs.vue.d.ts +0 -72
- package/dist/index-x2urm9HD.js +0 -176
|
@@ -1,199 +0,0 @@
|
|
|
1
|
-
import type { ContextColorsType } from '../../../consts/colors';
|
|
2
|
-
import type { RuiIcons } from '~/src';
|
|
3
|
-
export interface TextFieldProps {
|
|
4
|
-
modelValue?: string;
|
|
5
|
-
label?: string;
|
|
6
|
-
placeholder?: string;
|
|
7
|
-
disabled?: boolean;
|
|
8
|
-
variant?: 'default' | 'filled' | 'outlined';
|
|
9
|
-
color?: ContextColorsType;
|
|
10
|
-
textColor?: ContextColorsType;
|
|
11
|
-
dense?: boolean;
|
|
12
|
-
hint?: string;
|
|
13
|
-
as?: string | object;
|
|
14
|
-
errorMessages?: string | string[];
|
|
15
|
-
successMessages?: string | string[];
|
|
16
|
-
hideDetails?: boolean;
|
|
17
|
-
prependIcon?: RuiIcons;
|
|
18
|
-
appendIcon?: RuiIcons;
|
|
19
|
-
readonly?: boolean;
|
|
20
|
-
clearable?: boolean;
|
|
21
|
-
}
|
|
22
|
-
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
23
|
-
readonly: {
|
|
24
|
-
type: globalThis.PropType<boolean>;
|
|
25
|
-
default: boolean;
|
|
26
|
-
};
|
|
27
|
-
variant: {
|
|
28
|
-
type: globalThis.PropType<"default" | "outlined" | "filled">;
|
|
29
|
-
default: string;
|
|
30
|
-
};
|
|
31
|
-
color: {
|
|
32
|
-
type: globalThis.PropType<"primary" | "secondary" | "error" | "warning" | "info" | "success">;
|
|
33
|
-
default: undefined;
|
|
34
|
-
};
|
|
35
|
-
label: {
|
|
36
|
-
type: globalThis.PropType<string>;
|
|
37
|
-
default: string;
|
|
38
|
-
};
|
|
39
|
-
placeholder: {
|
|
40
|
-
type: globalThis.PropType<string>;
|
|
41
|
-
default: string;
|
|
42
|
-
};
|
|
43
|
-
disabled: {
|
|
44
|
-
type: globalThis.PropType<boolean>;
|
|
45
|
-
default: boolean;
|
|
46
|
-
};
|
|
47
|
-
modelValue: {
|
|
48
|
-
type: globalThis.PropType<string>;
|
|
49
|
-
default: string;
|
|
50
|
-
};
|
|
51
|
-
errorMessages: {
|
|
52
|
-
type: globalThis.PropType<string | string[]>;
|
|
53
|
-
default: () => never[];
|
|
54
|
-
};
|
|
55
|
-
successMessages: {
|
|
56
|
-
type: globalThis.PropType<string | string[]>;
|
|
57
|
-
default: () => never[];
|
|
58
|
-
};
|
|
59
|
-
hint: {
|
|
60
|
-
type: globalThis.PropType<string>;
|
|
61
|
-
default: string;
|
|
62
|
-
};
|
|
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
|
-
as: {
|
|
72
|
-
type: globalThis.PropType<string | object>;
|
|
73
|
-
default: string;
|
|
74
|
-
};
|
|
75
|
-
hideDetails: {
|
|
76
|
-
type: globalThis.PropType<boolean>;
|
|
77
|
-
default: boolean;
|
|
78
|
-
};
|
|
79
|
-
prependIcon: {
|
|
80
|
-
type: globalThis.PropType<RuiIcons>;
|
|
81
|
-
default: undefined;
|
|
82
|
-
};
|
|
83
|
-
appendIcon: {
|
|
84
|
-
type: globalThis.PropType<RuiIcons>;
|
|
85
|
-
default: undefined;
|
|
86
|
-
};
|
|
87
|
-
clearable: {
|
|
88
|
-
type: globalThis.PropType<boolean>;
|
|
89
|
-
default: boolean;
|
|
90
|
-
};
|
|
91
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
92
|
-
"update:modelValue": (modelValue: string) => void;
|
|
93
|
-
"focus-input": (event: Event) => void;
|
|
94
|
-
blur: (event: Event) => void;
|
|
95
|
-
remove: (value: unknown) => void;
|
|
96
|
-
clear: () => void;
|
|
97
|
-
}, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
98
|
-
readonly: {
|
|
99
|
-
type: globalThis.PropType<boolean>;
|
|
100
|
-
default: boolean;
|
|
101
|
-
};
|
|
102
|
-
variant: {
|
|
103
|
-
type: globalThis.PropType<"default" | "outlined" | "filled">;
|
|
104
|
-
default: string;
|
|
105
|
-
};
|
|
106
|
-
color: {
|
|
107
|
-
type: globalThis.PropType<"primary" | "secondary" | "error" | "warning" | "info" | "success">;
|
|
108
|
-
default: undefined;
|
|
109
|
-
};
|
|
110
|
-
label: {
|
|
111
|
-
type: globalThis.PropType<string>;
|
|
112
|
-
default: string;
|
|
113
|
-
};
|
|
114
|
-
placeholder: {
|
|
115
|
-
type: globalThis.PropType<string>;
|
|
116
|
-
default: string;
|
|
117
|
-
};
|
|
118
|
-
disabled: {
|
|
119
|
-
type: globalThis.PropType<boolean>;
|
|
120
|
-
default: boolean;
|
|
121
|
-
};
|
|
122
|
-
modelValue: {
|
|
123
|
-
type: globalThis.PropType<string>;
|
|
124
|
-
default: string;
|
|
125
|
-
};
|
|
126
|
-
errorMessages: {
|
|
127
|
-
type: globalThis.PropType<string | string[]>;
|
|
128
|
-
default: () => never[];
|
|
129
|
-
};
|
|
130
|
-
successMessages: {
|
|
131
|
-
type: globalThis.PropType<string | string[]>;
|
|
132
|
-
default: () => never[];
|
|
133
|
-
};
|
|
134
|
-
hint: {
|
|
135
|
-
type: globalThis.PropType<string>;
|
|
136
|
-
default: string;
|
|
137
|
-
};
|
|
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
|
-
as: {
|
|
147
|
-
type: globalThis.PropType<string | object>;
|
|
148
|
-
default: string;
|
|
149
|
-
};
|
|
150
|
-
hideDetails: {
|
|
151
|
-
type: globalThis.PropType<boolean>;
|
|
152
|
-
default: boolean;
|
|
153
|
-
};
|
|
154
|
-
prependIcon: {
|
|
155
|
-
type: globalThis.PropType<RuiIcons>;
|
|
156
|
-
default: undefined;
|
|
157
|
-
};
|
|
158
|
-
appendIcon: {
|
|
159
|
-
type: globalThis.PropType<RuiIcons>;
|
|
160
|
-
default: undefined;
|
|
161
|
-
};
|
|
162
|
-
clearable: {
|
|
163
|
-
type: globalThis.PropType<boolean>;
|
|
164
|
-
default: boolean;
|
|
165
|
-
};
|
|
166
|
-
}>> & {
|
|
167
|
-
onBlur?: ((event: Event) => any) | undefined;
|
|
168
|
-
onClear?: (() => any) | undefined;
|
|
169
|
-
"onUpdate:modelValue"?: ((modelValue: string) => any) | undefined;
|
|
170
|
-
"onFocus-input"?: ((event: Event) => any) | undefined;
|
|
171
|
-
onRemove?: ((value: unknown) => any) | undefined;
|
|
172
|
-
}, {
|
|
173
|
-
readonly: boolean;
|
|
174
|
-
variant: "default" | "outlined" | "filled";
|
|
175
|
-
color: "primary" | "secondary" | "error" | "warning" | "info" | "success";
|
|
176
|
-
label: string;
|
|
177
|
-
placeholder: string;
|
|
178
|
-
disabled: boolean;
|
|
179
|
-
modelValue: string;
|
|
180
|
-
errorMessages: string | string[];
|
|
181
|
-
successMessages: string | string[];
|
|
182
|
-
hint: string;
|
|
183
|
-
textColor: "primary" | "secondary" | "error" | "warning" | "info" | "success";
|
|
184
|
-
dense: boolean;
|
|
185
|
-
as: string | object;
|
|
186
|
-
hideDetails: boolean;
|
|
187
|
-
prependIcon: RuiIcons;
|
|
188
|
-
appendIcon: RuiIcons;
|
|
189
|
-
clearable: boolean;
|
|
190
|
-
}, {}>, {
|
|
191
|
-
prepend?(_: {}): any;
|
|
192
|
-
append?(_: {}): any;
|
|
193
|
-
}>;
|
|
194
|
-
export default _default;
|
|
195
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
196
|
-
new (): {
|
|
197
|
-
$slots: S;
|
|
198
|
-
};
|
|
199
|
-
};
|
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{
|
|
2
|
-
errorMessages: {
|
|
3
|
-
type: globalThis.PropType<string | string[]>;
|
|
4
|
-
default: () => never[];
|
|
5
|
-
};
|
|
6
|
-
successMessages: {
|
|
7
|
-
type: globalThis.PropType<string | string[]>;
|
|
8
|
-
default: () => never[];
|
|
9
|
-
};
|
|
10
|
-
hint: {
|
|
11
|
-
type: globalThis.PropType<string>;
|
|
12
|
-
default: string;
|
|
13
|
-
};
|
|
14
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
15
|
-
errorMessages: {
|
|
16
|
-
type: globalThis.PropType<string | string[]>;
|
|
17
|
-
default: () => never[];
|
|
18
|
-
};
|
|
19
|
-
successMessages: {
|
|
20
|
-
type: globalThis.PropType<string | string[]>;
|
|
21
|
-
default: () => never[];
|
|
22
|
-
};
|
|
23
|
-
hint: {
|
|
24
|
-
type: globalThis.PropType<string>;
|
|
25
|
-
default: string;
|
|
26
|
-
};
|
|
27
|
-
}>>, {
|
|
28
|
-
errorMessages: string | string[];
|
|
29
|
-
successMessages: string | string[];
|
|
30
|
-
hint: string;
|
|
31
|
-
}, {}>;
|
|
32
|
-
export default _default;
|
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
import type { ContextColorsType } from '../../consts/colors';
|
|
2
|
-
import type { RuiIcons } from '~/src';
|
|
3
|
-
export interface Props {
|
|
4
|
-
name: RuiIcons;
|
|
5
|
-
size?: number | string;
|
|
6
|
-
color?: ContextColorsType;
|
|
7
|
-
}
|
|
8
|
-
declare const _default: import("vue").DefineComponent<{
|
|
9
|
-
size: {
|
|
10
|
-
type: globalThis.PropType<string | number>;
|
|
11
|
-
default: number;
|
|
12
|
-
};
|
|
13
|
-
name: {
|
|
14
|
-
type: globalThis.PropType<RuiIcons>;
|
|
15
|
-
required: true;
|
|
16
|
-
};
|
|
17
|
-
color: {
|
|
18
|
-
type: globalThis.PropType<"primary" | "secondary" | "error" | "warning" | "info" | "success">;
|
|
19
|
-
default: undefined;
|
|
20
|
-
};
|
|
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
|
-
name: {
|
|
27
|
-
type: globalThis.PropType<RuiIcons>;
|
|
28
|
-
required: true;
|
|
29
|
-
};
|
|
30
|
-
color: {
|
|
31
|
-
type: globalThis.PropType<"primary" | "secondary" | "error" | "warning" | "info" | "success">;
|
|
32
|
-
default: undefined;
|
|
33
|
-
};
|
|
34
|
-
}>>, {
|
|
35
|
-
size: string | number;
|
|
36
|
-
color: "primary" | "secondary" | "error" | "warning" | "info" | "success";
|
|
37
|
-
}, {}>;
|
|
38
|
-
export default _default;
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
import { type Props as SkeletonBaseProps } from '../../components/loaders/SkeletonBase.vue';
|
|
2
|
-
export interface Props extends SkeletonBaseProps {
|
|
3
|
-
type?: 'text' | 'paragraph' | 'heading' | 'article' | 'button' | 'icon' | 'avatar' | 'thumbnail' | 'custom';
|
|
4
|
-
}
|
|
5
|
-
declare const _default: import("vue").DefineComponent<{
|
|
6
|
-
type: {
|
|
7
|
-
type: globalThis.PropType<"heading" | "paragraph" | "text" | "article" | "button" | "icon" | "custom" | "avatar" | "thumbnail">;
|
|
8
|
-
default: string;
|
|
9
|
-
};
|
|
10
|
-
rounded: {
|
|
11
|
-
type: globalThis.PropType<"sm" | "md" | "lg" | "none" | "full">;
|
|
12
|
-
default: undefined;
|
|
13
|
-
};
|
|
14
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
15
|
-
type: {
|
|
16
|
-
type: globalThis.PropType<"heading" | "paragraph" | "text" | "article" | "button" | "icon" | "custom" | "avatar" | "thumbnail">;
|
|
17
|
-
default: string;
|
|
18
|
-
};
|
|
19
|
-
rounded: {
|
|
20
|
-
type: globalThis.PropType<"sm" | "md" | "lg" | "none" | "full">;
|
|
21
|
-
default: undefined;
|
|
22
|
-
};
|
|
23
|
-
}>>, {
|
|
24
|
-
type: "heading" | "paragraph" | "text" | "article" | "button" | "icon" | "custom" | "avatar" | "thumbnail";
|
|
25
|
-
rounded: "sm" | "md" | "lg" | "none" | "full";
|
|
26
|
-
}, {}>;
|
|
27
|
-
export default _default;
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
export interface Props {
|
|
2
|
-
rounded?: 'none' | 'sm' | 'md' | 'lg' | 'full';
|
|
3
|
-
}
|
|
4
|
-
declare const _default: import("vue").DefineComponent<{
|
|
5
|
-
rounded: {
|
|
6
|
-
type: globalThis.PropType<"sm" | "md" | "lg" | "none" | "full">;
|
|
7
|
-
default: undefined;
|
|
8
|
-
};
|
|
9
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
10
|
-
rounded: {
|
|
11
|
-
type: globalThis.PropType<"sm" | "md" | "lg" | "none" | "full">;
|
|
12
|
-
default: undefined;
|
|
13
|
-
};
|
|
14
|
-
}>>, {
|
|
15
|
-
rounded: "sm" | "md" | "lg" | "none" | "full";
|
|
16
|
-
}, {}>;
|
|
17
|
-
export default _default;
|
|
@@ -1,65 +0,0 @@
|
|
|
1
|
-
interface ExternalLinks {
|
|
2
|
-
drawer?: string;
|
|
3
|
-
app?: string;
|
|
4
|
-
website?: string;
|
|
5
|
-
about?: string;
|
|
6
|
-
emptyScreen?: string;
|
|
7
|
-
[key: string]: string | undefined;
|
|
8
|
-
}
|
|
9
|
-
export interface Props {
|
|
10
|
-
text?: boolean;
|
|
11
|
-
branch?: 'develop' | 'main' | string;
|
|
12
|
-
logo?: keyof ExternalLinks;
|
|
13
|
-
size?: string | number;
|
|
14
|
-
uniqueKey?: string | number;
|
|
15
|
-
}
|
|
16
|
-
declare const _default: import("vue").DefineComponent<{
|
|
17
|
-
size: {
|
|
18
|
-
type: globalThis.PropType<string | number>;
|
|
19
|
-
default: number;
|
|
20
|
-
};
|
|
21
|
-
text: {
|
|
22
|
-
type: globalThis.PropType<boolean>;
|
|
23
|
-
default: boolean;
|
|
24
|
-
};
|
|
25
|
-
branch: {
|
|
26
|
-
type: globalThis.PropType<string>;
|
|
27
|
-
default: string;
|
|
28
|
-
};
|
|
29
|
-
logo: {
|
|
30
|
-
type: globalThis.PropType<keyof ExternalLinks>;
|
|
31
|
-
default: undefined;
|
|
32
|
-
};
|
|
33
|
-
uniqueKey: {
|
|
34
|
-
type: globalThis.PropType<string | number>;
|
|
35
|
-
default: undefined;
|
|
36
|
-
};
|
|
37
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
38
|
-
size: {
|
|
39
|
-
type: globalThis.PropType<string | number>;
|
|
40
|
-
default: number;
|
|
41
|
-
};
|
|
42
|
-
text: {
|
|
43
|
-
type: globalThis.PropType<boolean>;
|
|
44
|
-
default: boolean;
|
|
45
|
-
};
|
|
46
|
-
branch: {
|
|
47
|
-
type: globalThis.PropType<string>;
|
|
48
|
-
default: string;
|
|
49
|
-
};
|
|
50
|
-
logo: {
|
|
51
|
-
type: globalThis.PropType<keyof ExternalLinks>;
|
|
52
|
-
default: undefined;
|
|
53
|
-
};
|
|
54
|
-
uniqueKey: {
|
|
55
|
-
type: globalThis.PropType<string | number>;
|
|
56
|
-
default: undefined;
|
|
57
|
-
};
|
|
58
|
-
}>>, {
|
|
59
|
-
size: string | number;
|
|
60
|
-
text: boolean;
|
|
61
|
-
branch: string;
|
|
62
|
-
logo: keyof ExternalLinks;
|
|
63
|
-
uniqueKey: string | number;
|
|
64
|
-
}, {}>;
|
|
65
|
-
export default _default;
|
|
@@ -1,128 +0,0 @@
|
|
|
1
|
-
import type { ContextColorsType } from '../../../consts/colors';
|
|
2
|
-
import type { RuiIcons } from '~/src';
|
|
3
|
-
export interface Props {
|
|
4
|
-
text?: string | null;
|
|
5
|
-
icon?: RuiIcons | null;
|
|
6
|
-
modelValue?: boolean;
|
|
7
|
-
dot?: boolean;
|
|
8
|
-
left?: boolean;
|
|
9
|
-
offsetX?: string | number;
|
|
10
|
-
offsetY?: string | number;
|
|
11
|
-
placement?: 'top' | 'center' | 'bottom';
|
|
12
|
-
size?: 'sm' | 'md' | 'lg';
|
|
13
|
-
rounded?: 'sm' | 'md' | 'lg' | 'full';
|
|
14
|
-
color?: 'default' | ContextColorsType;
|
|
15
|
-
}
|
|
16
|
-
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
17
|
-
size: {
|
|
18
|
-
type: globalThis.PropType<"sm" | "md" | "lg">;
|
|
19
|
-
default: string;
|
|
20
|
-
};
|
|
21
|
-
text: {
|
|
22
|
-
type: globalThis.PropType<string | null>;
|
|
23
|
-
default: null;
|
|
24
|
-
};
|
|
25
|
-
color: {
|
|
26
|
-
type: globalThis.PropType<"primary" | "secondary" | "error" | "warning" | "info" | "success" | "default">;
|
|
27
|
-
default: string;
|
|
28
|
-
};
|
|
29
|
-
rounded: {
|
|
30
|
-
type: globalThis.PropType<"sm" | "md" | "lg" | "full">;
|
|
31
|
-
default: string;
|
|
32
|
-
};
|
|
33
|
-
icon: {
|
|
34
|
-
type: globalThis.PropType<RuiIcons | null>;
|
|
35
|
-
default: null;
|
|
36
|
-
};
|
|
37
|
-
modelValue: {
|
|
38
|
-
type: globalThis.PropType<boolean>;
|
|
39
|
-
default: boolean;
|
|
40
|
-
};
|
|
41
|
-
left: {
|
|
42
|
-
type: globalThis.PropType<boolean>;
|
|
43
|
-
default: boolean;
|
|
44
|
-
};
|
|
45
|
-
placement: {
|
|
46
|
-
type: globalThis.PropType<"bottom" | "top" | "center">;
|
|
47
|
-
default: string;
|
|
48
|
-
};
|
|
49
|
-
dot: {
|
|
50
|
-
type: globalThis.PropType<boolean>;
|
|
51
|
-
default: boolean;
|
|
52
|
-
};
|
|
53
|
-
offsetX: {
|
|
54
|
-
type: globalThis.PropType<string | number>;
|
|
55
|
-
default: number;
|
|
56
|
-
};
|
|
57
|
-
offsetY: {
|
|
58
|
-
type: globalThis.PropType<string | number>;
|
|
59
|
-
default: number;
|
|
60
|
-
};
|
|
61
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
62
|
-
size: {
|
|
63
|
-
type: globalThis.PropType<"sm" | "md" | "lg">;
|
|
64
|
-
default: string;
|
|
65
|
-
};
|
|
66
|
-
text: {
|
|
67
|
-
type: globalThis.PropType<string | null>;
|
|
68
|
-
default: null;
|
|
69
|
-
};
|
|
70
|
-
color: {
|
|
71
|
-
type: globalThis.PropType<"primary" | "secondary" | "error" | "warning" | "info" | "success" | "default">;
|
|
72
|
-
default: string;
|
|
73
|
-
};
|
|
74
|
-
rounded: {
|
|
75
|
-
type: globalThis.PropType<"sm" | "md" | "lg" | "full">;
|
|
76
|
-
default: string;
|
|
77
|
-
};
|
|
78
|
-
icon: {
|
|
79
|
-
type: globalThis.PropType<RuiIcons | null>;
|
|
80
|
-
default: null;
|
|
81
|
-
};
|
|
82
|
-
modelValue: {
|
|
83
|
-
type: globalThis.PropType<boolean>;
|
|
84
|
-
default: boolean;
|
|
85
|
-
};
|
|
86
|
-
left: {
|
|
87
|
-
type: globalThis.PropType<boolean>;
|
|
88
|
-
default: boolean;
|
|
89
|
-
};
|
|
90
|
-
placement: {
|
|
91
|
-
type: globalThis.PropType<"bottom" | "top" | "center">;
|
|
92
|
-
default: string;
|
|
93
|
-
};
|
|
94
|
-
dot: {
|
|
95
|
-
type: globalThis.PropType<boolean>;
|
|
96
|
-
default: boolean;
|
|
97
|
-
};
|
|
98
|
-
offsetX: {
|
|
99
|
-
type: globalThis.PropType<string | number>;
|
|
100
|
-
default: number;
|
|
101
|
-
};
|
|
102
|
-
offsetY: {
|
|
103
|
-
type: globalThis.PropType<string | number>;
|
|
104
|
-
default: number;
|
|
105
|
-
};
|
|
106
|
-
}>>, {
|
|
107
|
-
size: "sm" | "md" | "lg";
|
|
108
|
-
text: string | null;
|
|
109
|
-
color: "primary" | "secondary" | "error" | "warning" | "info" | "success" | "default";
|
|
110
|
-
rounded: "sm" | "md" | "lg" | "full";
|
|
111
|
-
icon: RuiIcons | null;
|
|
112
|
-
modelValue: boolean;
|
|
113
|
-
left: boolean;
|
|
114
|
-
placement: "bottom" | "top" | "center";
|
|
115
|
-
dot: boolean;
|
|
116
|
-
offsetX: string | number;
|
|
117
|
-
offsetY: string | number;
|
|
118
|
-
}, {}>, {
|
|
119
|
-
default?(_: {}): any;
|
|
120
|
-
badge?(_: {}): any;
|
|
121
|
-
icon?(_: {}): any;
|
|
122
|
-
}>;
|
|
123
|
-
export default _default;
|
|
124
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
125
|
-
new (): {
|
|
126
|
-
$slots: S;
|
|
127
|
-
};
|
|
128
|
-
};
|
|
@@ -1,60 +0,0 @@
|
|
|
1
|
-
export interface Props {
|
|
2
|
-
modelValue: boolean;
|
|
3
|
-
dismissible?: boolean;
|
|
4
|
-
persistent?: boolean;
|
|
5
|
-
size?: 'sm' | 'md' | 'lg';
|
|
6
|
-
}
|
|
7
|
-
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
8
|
-
size: {
|
|
9
|
-
type: globalThis.PropType<"sm" | "md" | "lg">;
|
|
10
|
-
default: string;
|
|
11
|
-
};
|
|
12
|
-
modelValue: {
|
|
13
|
-
type: globalThis.PropType<boolean>;
|
|
14
|
-
required: true;
|
|
15
|
-
};
|
|
16
|
-
persistent: {
|
|
17
|
-
type: globalThis.PropType<boolean>;
|
|
18
|
-
default: boolean;
|
|
19
|
-
};
|
|
20
|
-
dismissible: {
|
|
21
|
-
type: globalThis.PropType<boolean>;
|
|
22
|
-
default: boolean;
|
|
23
|
-
};
|
|
24
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
25
|
-
"update:model-value": (modelValue: boolean) => void;
|
|
26
|
-
}, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
27
|
-
size: {
|
|
28
|
-
type: globalThis.PropType<"sm" | "md" | "lg">;
|
|
29
|
-
default: string;
|
|
30
|
-
};
|
|
31
|
-
modelValue: {
|
|
32
|
-
type: globalThis.PropType<boolean>;
|
|
33
|
-
required: true;
|
|
34
|
-
};
|
|
35
|
-
persistent: {
|
|
36
|
-
type: globalThis.PropType<boolean>;
|
|
37
|
-
default: boolean;
|
|
38
|
-
};
|
|
39
|
-
dismissible: {
|
|
40
|
-
type: globalThis.PropType<boolean>;
|
|
41
|
-
default: boolean;
|
|
42
|
-
};
|
|
43
|
-
}>> & {
|
|
44
|
-
"onUpdate:model-value"?: ((modelValue: boolean) => any) | undefined;
|
|
45
|
-
}, {
|
|
46
|
-
size: "sm" | "md" | "lg";
|
|
47
|
-
persistent: boolean;
|
|
48
|
-
dismissible: boolean;
|
|
49
|
-
}, {}>, {
|
|
50
|
-
description?(_: {}): any;
|
|
51
|
-
title?(_: {}): any;
|
|
52
|
-
default?(_: {}): any;
|
|
53
|
-
actions?(_: {}): any;
|
|
54
|
-
}>;
|
|
55
|
-
export default _default;
|
|
56
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
57
|
-
new (): {
|
|
58
|
-
$slots: S;
|
|
59
|
-
};
|
|
60
|
-
};
|