@rotki/ui-library 0.14.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-DAvEs_TA.js +37 -0
- 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} +5 -5
- package/dist/components/buttons/button-group/{ButtonGroup.vue.d.ts → RuiButtonGroup.vue.d.ts} +4 -4
- 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} +37 -37
- package/dist/components/forms/select/RuiMenuSelect.vue.d.ts +153 -0
- package/dist/components/forms/slider/{Slider.vue.d.ts → RuiSlider.vue.d.ts} +19 -19
- 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} +38 -38
- 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/logos/RuiLogo.vue.d.ts +65 -0
- 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/overlays/menu/{Menu.vue.d.ts → RuiMenu.vue.d.ts} +90 -7
- 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} +13 -9
- 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} +16 -4
- package/dist/composables/dropdown-menu.d.ts +40 -0
- package/dist/composables/index.es.js +5 -81
- package/dist/consts/forms/auto-complete/index.d.ts +3 -3
- 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/dist/theme/index.es.js +1 -1
- package/dist/utils/assert.d.ts +1 -0
- package/dist/utils/helpers.d.ts +7 -0
- package/package.json +45 -49
- package/dist/components/forms/select/MenuSelect.vue.d.ts +0 -62
- package/dist/components/logos/Logo.vue.d.ts +0 -27
- package/dist/components/overlays/dialog/Dialog.vue.d.ts +0 -60
- package/dist/index-4pX97qAk.js +0 -8090
- package/dist/theme-DT8UjYf9.js +0 -124
- package/dist/{colors-ikihApJv.js → colors-D563Ic3q.js} +0 -0
- 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} +18 -18
- 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} +9 -9
- package/dist/components/helpers/{FormTextDetail.vue.d.ts → RuiFormTextDetail.vue.d.ts} +0 -0
- 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
package/dist/theme-DT8UjYf9.js
DELETED
|
@@ -1,124 +0,0 @@
|
|
|
1
|
-
import { RiArrowDownLine as $, RiArrowDropDownFill as y, RiArrowLeftDoubleLine as D, RiArrowLeftLine as E, RiArrowLeftSLine as T, RiArrowRightDoubleLine as I, RiArrowRightLine as v, RiArrowRightSLine as B } from "./icons/icons_1.es.js";
|
|
2
|
-
import { RiDatabase2Line as M } from "./icons/icons_2.es.js";
|
|
3
|
-
import { RiAlertFill as S, RiAlertLine as O, RiCheckLine as j, RiCheckboxBlankCircleFill as U, RiCheckboxBlankCircleLine as V, RiCheckboxBlankLine as W, RiCheckboxCircleFill as q, RiCheckboxCircleLine as G, RiCheckboxFill as P, RiCheckboxIndeterminateFill as z, RiCloseCircleLine as H, RiCloseFill as J, RiCloseLine as K, RiErrorWarningFill as N, RiErrorWarningLine as Q, RiEyeLine as X, RiEyeOffLine as Y, RiInformationFill as Z, RiInformationLine as _, RiRadioButtonLine as ee, RiMoreFill as ie } from "./icons/icons_5.es.js";
|
|
4
|
-
import { createGlobalState as re, useColorMode as te } from "@vueuse/core";
|
|
5
|
-
import { ref as C, computed as m, watch as oe } from "vue";
|
|
6
|
-
import { set as f, get as e } from "@vueuse/shared";
|
|
7
|
-
import { c as ne } from "./colors-ikihApJv.js";
|
|
8
|
-
const Re = re(() => {
|
|
9
|
-
const t = [
|
|
10
|
-
S,
|
|
11
|
-
O,
|
|
12
|
-
$,
|
|
13
|
-
y,
|
|
14
|
-
D,
|
|
15
|
-
E,
|
|
16
|
-
T,
|
|
17
|
-
I,
|
|
18
|
-
v,
|
|
19
|
-
B,
|
|
20
|
-
j,
|
|
21
|
-
U,
|
|
22
|
-
V,
|
|
23
|
-
W,
|
|
24
|
-
q,
|
|
25
|
-
G,
|
|
26
|
-
P,
|
|
27
|
-
z,
|
|
28
|
-
H,
|
|
29
|
-
J,
|
|
30
|
-
K,
|
|
31
|
-
M,
|
|
32
|
-
N,
|
|
33
|
-
Q,
|
|
34
|
-
X,
|
|
35
|
-
Y,
|
|
36
|
-
Z,
|
|
37
|
-
_,
|
|
38
|
-
ee,
|
|
39
|
-
ie
|
|
40
|
-
], i = C({});
|
|
41
|
-
return { registeredIcons: i, registerIcons: (a) => {
|
|
42
|
-
f(i, {
|
|
43
|
-
...e(i),
|
|
44
|
-
...Object.fromEntries(
|
|
45
|
-
[...t, ...a].map(({ name: s, path: u }) => [s, u])
|
|
46
|
-
)
|
|
47
|
-
});
|
|
48
|
-
} };
|
|
49
|
-
}), r = {
|
|
50
|
-
auto: "auto",
|
|
51
|
-
dark: "dark",
|
|
52
|
-
light: "light"
|
|
53
|
-
};
|
|
54
|
-
function L(t) {
|
|
55
|
-
return Object.fromEntries(
|
|
56
|
-
ne.map((i) => [
|
|
57
|
-
i,
|
|
58
|
-
{
|
|
59
|
-
darker: `var(--rui-${t}-${i}-darker)`,
|
|
60
|
-
DEFAULT: `var(--rui-${t}-${i}-main)`,
|
|
61
|
-
lighter: `var(--rui-${t}-${i}-lighter)`
|
|
62
|
-
}
|
|
63
|
-
])
|
|
64
|
-
);
|
|
65
|
-
}
|
|
66
|
-
const b = {
|
|
67
|
-
dark: L("dark"),
|
|
68
|
-
light: L("light")
|
|
69
|
-
}, d = C({ ...b });
|
|
70
|
-
function fe() {
|
|
71
|
-
const { state: t, store: i, system: h } = te(), a = m(
|
|
72
|
-
() => e(i) === r.auto
|
|
73
|
-
), s = m(
|
|
74
|
-
() => e(a) && e(h) === r.light || e(t) === r.light
|
|
75
|
-
), u = m(
|
|
76
|
-
() => e(a) && e(h) === r.dark || e(t) === r.dark
|
|
77
|
-
), g = m(() => e(s) ? e(d).light : e(d).dark), c = (l) => {
|
|
78
|
-
f(i, l || r.auto);
|
|
79
|
-
}, p = () => {
|
|
80
|
-
e(a) ? c(r.light) : e(s) ? c(r.dark) : e(u) && c(r.auto);
|
|
81
|
-
}, k = (l) => {
|
|
82
|
-
f(d, l);
|
|
83
|
-
};
|
|
84
|
-
return {
|
|
85
|
-
config: d,
|
|
86
|
-
init: (l) => {
|
|
87
|
-
c(l.mode ?? r.auto), k(l.config ?? { ...b }), typeof window < "u" && oe(
|
|
88
|
-
[s, g],
|
|
89
|
-
([w, x]) => {
|
|
90
|
-
const A = Object.entries(x).map(([o, n]) => ({
|
|
91
|
-
[`--rui-${o}-darker`]: n.darker,
|
|
92
|
-
[`--rui-${o}-lighter`]: n.lighter,
|
|
93
|
-
[`--rui-${o}-main`]: n.DEFAULT
|
|
94
|
-
})).reduce((o, n) => ({ ...o, ...n }), {}), R = w ? r.light : r.dark, F = {
|
|
95
|
-
"--rui-text-disabled": `var(--rui-${R}-text-disabled)`,
|
|
96
|
-
"--rui-text-primary": `var(--rui-${R}-text-primary)`,
|
|
97
|
-
"--rui-text-secondary": `var(--rui-${R}-text-secondary)`
|
|
98
|
-
};
|
|
99
|
-
Object.entries({
|
|
100
|
-
...A,
|
|
101
|
-
...F
|
|
102
|
-
}).forEach(([o, n]) => {
|
|
103
|
-
document.documentElement.style.setProperty(o, n);
|
|
104
|
-
});
|
|
105
|
-
},
|
|
106
|
-
{ immediate: !0 }
|
|
107
|
-
);
|
|
108
|
-
},
|
|
109
|
-
isAutoControlled: a,
|
|
110
|
-
isDark: u,
|
|
111
|
-
isLight: s,
|
|
112
|
-
setThemeConfig: k,
|
|
113
|
-
state: t,
|
|
114
|
-
store: i,
|
|
115
|
-
switchThemeScheme: c,
|
|
116
|
-
theme: g,
|
|
117
|
-
toggleThemeMode: p
|
|
118
|
-
};
|
|
119
|
-
}
|
|
120
|
-
export {
|
|
121
|
-
r as T,
|
|
122
|
-
fe as a,
|
|
123
|
-
Re as u
|
|
124
|
-
};
|
|
File without changes
|
|
File without changes
|
package/dist/components/accordions/accordions/{Accordions.vue.d.ts → RuiAccordions.vue.d.ts}
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -16,10 +16,6 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
16
16
|
type: globalThis.PropType<"sm" | "lg">;
|
|
17
17
|
default: undefined;
|
|
18
18
|
};
|
|
19
|
-
indeterminate: {
|
|
20
|
-
type: globalThis.PropType<boolean>;
|
|
21
|
-
default: boolean;
|
|
22
|
-
};
|
|
23
19
|
color: {
|
|
24
20
|
type: globalThis.PropType<"primary" | "secondary" | "error" | "warning" | "info" | "success">;
|
|
25
21
|
default: undefined;
|
|
@@ -28,6 +24,14 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
28
24
|
type: globalThis.PropType<string>;
|
|
29
25
|
default: string;
|
|
30
26
|
};
|
|
27
|
+
modelValue: {
|
|
28
|
+
type: globalThis.PropType<boolean>;
|
|
29
|
+
default: boolean;
|
|
30
|
+
};
|
|
31
|
+
indeterminate: {
|
|
32
|
+
type: globalThis.PropType<boolean>;
|
|
33
|
+
default: boolean;
|
|
34
|
+
};
|
|
31
35
|
disabled: {
|
|
32
36
|
type: globalThis.PropType<boolean>;
|
|
33
37
|
default: boolean;
|
|
@@ -44,10 +48,6 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
44
48
|
type: globalThis.PropType<string>;
|
|
45
49
|
default: string;
|
|
46
50
|
};
|
|
47
|
-
modelValue: {
|
|
48
|
-
type: globalThis.PropType<boolean>;
|
|
49
|
-
default: boolean;
|
|
50
|
-
};
|
|
51
51
|
hideDetails: {
|
|
52
52
|
type: globalThis.PropType<boolean>;
|
|
53
53
|
default: boolean;
|
|
@@ -60,10 +60,6 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
60
60
|
type: globalThis.PropType<"sm" | "lg">;
|
|
61
61
|
default: undefined;
|
|
62
62
|
};
|
|
63
|
-
indeterminate: {
|
|
64
|
-
type: globalThis.PropType<boolean>;
|
|
65
|
-
default: boolean;
|
|
66
|
-
};
|
|
67
63
|
color: {
|
|
68
64
|
type: globalThis.PropType<"primary" | "secondary" | "error" | "warning" | "info" | "success">;
|
|
69
65
|
default: undefined;
|
|
@@ -72,6 +68,14 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
72
68
|
type: globalThis.PropType<string>;
|
|
73
69
|
default: string;
|
|
74
70
|
};
|
|
71
|
+
modelValue: {
|
|
72
|
+
type: globalThis.PropType<boolean>;
|
|
73
|
+
default: boolean;
|
|
74
|
+
};
|
|
75
|
+
indeterminate: {
|
|
76
|
+
type: globalThis.PropType<boolean>;
|
|
77
|
+
default: boolean;
|
|
78
|
+
};
|
|
75
79
|
disabled: {
|
|
76
80
|
type: globalThis.PropType<boolean>;
|
|
77
81
|
default: boolean;
|
|
@@ -88,10 +92,6 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
88
92
|
type: globalThis.PropType<string>;
|
|
89
93
|
default: string;
|
|
90
94
|
};
|
|
91
|
-
modelValue: {
|
|
92
|
-
type: globalThis.PropType<boolean>;
|
|
93
|
-
default: boolean;
|
|
94
|
-
};
|
|
95
95
|
hideDetails: {
|
|
96
96
|
type: globalThis.PropType<boolean>;
|
|
97
97
|
default: boolean;
|
|
@@ -101,14 +101,14 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
101
101
|
"onUpdate:indeterminate"?: ((indeterminate: boolean) => any) | undefined;
|
|
102
102
|
}, {
|
|
103
103
|
size: "sm" | "lg";
|
|
104
|
-
indeterminate: boolean;
|
|
105
104
|
color: "primary" | "secondary" | "error" | "warning" | "info" | "success";
|
|
106
105
|
label: string;
|
|
106
|
+
modelValue: boolean;
|
|
107
|
+
indeterminate: boolean;
|
|
107
108
|
disabled: boolean;
|
|
108
109
|
errorMessages: string | string[];
|
|
109
110
|
successMessages: string | string[];
|
|
110
111
|
hint: string;
|
|
111
|
-
modelValue: boolean;
|
|
112
112
|
hideDetails: boolean;
|
|
113
113
|
}, {}>, {
|
|
114
114
|
default?(_: {}): any;
|
|
@@ -16,10 +16,6 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
16
16
|
type: globalThis.PropType<"sm" | "lg">;
|
|
17
17
|
default: undefined;
|
|
18
18
|
};
|
|
19
|
-
value: {
|
|
20
|
-
type: globalThis.PropType<string>;
|
|
21
|
-
required: true;
|
|
22
|
-
};
|
|
23
19
|
color: {
|
|
24
20
|
type: globalThis.PropType<"primary" | "secondary" | "error" | "warning" | "info" | "success">;
|
|
25
21
|
default: undefined;
|
|
@@ -28,6 +24,14 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
28
24
|
type: globalThis.PropType<string>;
|
|
29
25
|
default: string;
|
|
30
26
|
};
|
|
27
|
+
modelValue: {
|
|
28
|
+
type: globalThis.PropType<string>;
|
|
29
|
+
default: string;
|
|
30
|
+
};
|
|
31
|
+
value: {
|
|
32
|
+
type: globalThis.PropType<string>;
|
|
33
|
+
required: true;
|
|
34
|
+
};
|
|
31
35
|
disabled: {
|
|
32
36
|
type: globalThis.PropType<boolean>;
|
|
33
37
|
default: boolean;
|
|
@@ -44,10 +48,6 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
44
48
|
type: globalThis.PropType<string>;
|
|
45
49
|
default: string;
|
|
46
50
|
};
|
|
47
|
-
modelValue: {
|
|
48
|
-
type: globalThis.PropType<string>;
|
|
49
|
-
default: string;
|
|
50
|
-
};
|
|
51
51
|
hideDetails: {
|
|
52
52
|
type: globalThis.PropType<boolean>;
|
|
53
53
|
default: boolean;
|
|
@@ -59,10 +59,6 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
59
59
|
type: globalThis.PropType<"sm" | "lg">;
|
|
60
60
|
default: undefined;
|
|
61
61
|
};
|
|
62
|
-
value: {
|
|
63
|
-
type: globalThis.PropType<string>;
|
|
64
|
-
required: true;
|
|
65
|
-
};
|
|
66
62
|
color: {
|
|
67
63
|
type: globalThis.PropType<"primary" | "secondary" | "error" | "warning" | "info" | "success">;
|
|
68
64
|
default: undefined;
|
|
@@ -71,6 +67,14 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
71
67
|
type: globalThis.PropType<string>;
|
|
72
68
|
default: string;
|
|
73
69
|
};
|
|
70
|
+
modelValue: {
|
|
71
|
+
type: globalThis.PropType<string>;
|
|
72
|
+
default: string;
|
|
73
|
+
};
|
|
74
|
+
value: {
|
|
75
|
+
type: globalThis.PropType<string>;
|
|
76
|
+
required: true;
|
|
77
|
+
};
|
|
74
78
|
disabled: {
|
|
75
79
|
type: globalThis.PropType<boolean>;
|
|
76
80
|
default: boolean;
|
|
@@ -87,10 +91,6 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
87
91
|
type: globalThis.PropType<string>;
|
|
88
92
|
default: string;
|
|
89
93
|
};
|
|
90
|
-
modelValue: {
|
|
91
|
-
type: globalThis.PropType<string>;
|
|
92
|
-
default: string;
|
|
93
|
-
};
|
|
94
94
|
hideDetails: {
|
|
95
95
|
type: globalThis.PropType<boolean>;
|
|
96
96
|
default: boolean;
|
|
@@ -101,11 +101,11 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
101
101
|
size: "sm" | "lg";
|
|
102
102
|
color: "primary" | "secondary" | "error" | "warning" | "info" | "success";
|
|
103
103
|
label: string;
|
|
104
|
+
modelValue: string;
|
|
104
105
|
disabled: boolean;
|
|
105
106
|
errorMessages: string | string[];
|
|
106
107
|
successMessages: string | string[];
|
|
107
108
|
hint: string;
|
|
108
|
-
modelValue: string;
|
|
109
109
|
hideDetails: boolean;
|
|
110
110
|
}, {}>, {
|
|
111
111
|
default?(_: {}): any;
|
|
@@ -10,6 +10,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
10
10
|
type: globalThis.PropType<string>;
|
|
11
11
|
default: string;
|
|
12
12
|
};
|
|
13
|
+
modelValue: {
|
|
14
|
+
type: globalThis.PropType<string | number>;
|
|
15
|
+
required: true;
|
|
16
|
+
};
|
|
13
17
|
variant: {
|
|
14
18
|
type: globalThis.PropType<"default" | "outlined">;
|
|
15
19
|
default: string;
|
|
@@ -18,10 +22,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
18
22
|
type: globalThis.PropType<boolean>;
|
|
19
23
|
default: boolean;
|
|
20
24
|
};
|
|
21
|
-
modelValue: {
|
|
22
|
-
type: globalThis.PropType<string | number>;
|
|
23
|
-
required: true;
|
|
24
|
-
};
|
|
25
25
|
options: {
|
|
26
26
|
type: globalThis.PropType<string[] | number[]>;
|
|
27
27
|
required: true;
|
|
@@ -33,6 +33,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
33
33
|
type: globalThis.PropType<string>;
|
|
34
34
|
default: string;
|
|
35
35
|
};
|
|
36
|
+
modelValue: {
|
|
37
|
+
type: globalThis.PropType<string | number>;
|
|
38
|
+
required: true;
|
|
39
|
+
};
|
|
36
40
|
variant: {
|
|
37
41
|
type: globalThis.PropType<"default" | "outlined">;
|
|
38
42
|
default: string;
|
|
@@ -41,10 +45,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
41
45
|
type: globalThis.PropType<boolean>;
|
|
42
46
|
default: boolean;
|
|
43
47
|
};
|
|
44
|
-
modelValue: {
|
|
45
|
-
type: globalThis.PropType<string | number>;
|
|
46
|
-
required: true;
|
|
47
|
-
};
|
|
48
48
|
options: {
|
|
49
49
|
type: globalThis.PropType<string[] | number[]>;
|
|
50
50
|
required: true;
|
|
@@ -23,6 +23,10 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
23
23
|
type: globalThis.PropType<string>;
|
|
24
24
|
default: string;
|
|
25
25
|
};
|
|
26
|
+
modelValue: {
|
|
27
|
+
type: globalThis.PropType<boolean>;
|
|
28
|
+
default: boolean;
|
|
29
|
+
};
|
|
26
30
|
disabled: {
|
|
27
31
|
type: globalThis.PropType<boolean>;
|
|
28
32
|
default: boolean;
|
|
@@ -39,10 +43,6 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
39
43
|
type: globalThis.PropType<string>;
|
|
40
44
|
default: string;
|
|
41
45
|
};
|
|
42
|
-
modelValue: {
|
|
43
|
-
type: globalThis.PropType<boolean>;
|
|
44
|
-
default: boolean;
|
|
45
|
-
};
|
|
46
46
|
hideDetails: {
|
|
47
47
|
type: globalThis.PropType<boolean>;
|
|
48
48
|
default: boolean;
|
|
@@ -62,6 +62,10 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
62
62
|
type: globalThis.PropType<string>;
|
|
63
63
|
default: string;
|
|
64
64
|
};
|
|
65
|
+
modelValue: {
|
|
66
|
+
type: globalThis.PropType<boolean>;
|
|
67
|
+
default: boolean;
|
|
68
|
+
};
|
|
65
69
|
disabled: {
|
|
66
70
|
type: globalThis.PropType<boolean>;
|
|
67
71
|
default: boolean;
|
|
@@ -78,10 +82,6 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
78
82
|
type: globalThis.PropType<string>;
|
|
79
83
|
default: string;
|
|
80
84
|
};
|
|
81
|
-
modelValue: {
|
|
82
|
-
type: globalThis.PropType<boolean>;
|
|
83
|
-
default: boolean;
|
|
84
|
-
};
|
|
85
85
|
hideDetails: {
|
|
86
86
|
type: globalThis.PropType<boolean>;
|
|
87
87
|
default: boolean;
|
|
@@ -92,11 +92,11 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
92
92
|
size: "sm";
|
|
93
93
|
color: "primary" | "secondary" | "error" | "warning" | "info" | "success";
|
|
94
94
|
label: string;
|
|
95
|
+
modelValue: boolean;
|
|
95
96
|
disabled: boolean;
|
|
96
97
|
errorMessages: string | string[];
|
|
97
98
|
successMessages: string | string[];
|
|
98
99
|
hint: string;
|
|
99
|
-
modelValue: boolean;
|
|
100
100
|
hideDetails: boolean;
|
|
101
101
|
}, {}>, {
|
|
102
102
|
default?(_: {}): any;
|
|
File without changes
|
|
File without changes
|
|
@@ -28,6 +28,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
28
28
|
type: globalThis.PropType<string | number>;
|
|
29
29
|
default: number;
|
|
30
30
|
};
|
|
31
|
+
color: {
|
|
32
|
+
type: globalThis.PropType<"primary" | "secondary" | "error" | "warning" | "info" | "success" | "inherit">;
|
|
33
|
+
default: string;
|
|
34
|
+
};
|
|
31
35
|
value: {
|
|
32
36
|
type: globalThis.PropType<number>;
|
|
33
37
|
default: number;
|
|
@@ -40,10 +44,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
40
44
|
type: globalThis.PropType<"determinate" | "indeterminate" | "buffer">;
|
|
41
45
|
default: string;
|
|
42
46
|
};
|
|
43
|
-
color: {
|
|
44
|
-
type: globalThis.PropType<"primary" | "secondary" | "error" | "warning" | "info" | "success" | "inherit">;
|
|
45
|
-
default: string;
|
|
46
|
-
};
|
|
47
47
|
circular: {
|
|
48
48
|
type: globalThis.PropType<boolean>;
|
|
49
49
|
default: boolean;
|
|
@@ -61,6 +61,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
61
61
|
type: globalThis.PropType<string | number>;
|
|
62
62
|
default: number;
|
|
63
63
|
};
|
|
64
|
+
color: {
|
|
65
|
+
type: globalThis.PropType<"primary" | "secondary" | "error" | "warning" | "info" | "success" | "inherit">;
|
|
66
|
+
default: string;
|
|
67
|
+
};
|
|
64
68
|
value: {
|
|
65
69
|
type: globalThis.PropType<number>;
|
|
66
70
|
default: number;
|
|
@@ -73,10 +77,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
73
77
|
type: globalThis.PropType<"determinate" | "indeterminate" | "buffer">;
|
|
74
78
|
default: string;
|
|
75
79
|
};
|
|
76
|
-
color: {
|
|
77
|
-
type: globalThis.PropType<"primary" | "secondary" | "error" | "warning" | "info" | "success" | "inherit">;
|
|
78
|
-
default: string;
|
|
79
|
-
};
|
|
80
80
|
circular: {
|
|
81
81
|
type: globalThis.PropType<boolean>;
|
|
82
82
|
default: boolean;
|
|
@@ -91,10 +91,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
91
91
|
};
|
|
92
92
|
}>>, {
|
|
93
93
|
size: string | number;
|
|
94
|
+
color: "primary" | "secondary" | "error" | "warning" | "info" | "success" | "inherit";
|
|
94
95
|
value: number;
|
|
95
96
|
bufferValue: number;
|
|
96
97
|
variant: "determinate" | "indeterminate" | "buffer";
|
|
97
|
-
color: "primary" | "secondary" | "error" | "warning" | "info" | "success" | "inherit";
|
|
98
98
|
circular: boolean;
|
|
99
99
|
showLabel: boolean;
|
|
100
100
|
thickness: string | number;
|
|
@@ -18,6 +18,10 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
18
18
|
type: globalThis.PropType<number>;
|
|
19
19
|
default: undefined;
|
|
20
20
|
};
|
|
21
|
+
custom: {
|
|
22
|
+
type: globalThis.PropType<boolean>;
|
|
23
|
+
default: boolean;
|
|
24
|
+
};
|
|
21
25
|
steps: {
|
|
22
26
|
type: globalThis.PropType<StepperStep[]>;
|
|
23
27
|
required: true;
|
|
@@ -26,10 +30,6 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
26
30
|
type: globalThis.PropType<boolean>;
|
|
27
31
|
default: boolean;
|
|
28
32
|
};
|
|
29
|
-
custom: {
|
|
30
|
-
type: globalThis.PropType<boolean>;
|
|
31
|
-
default: boolean;
|
|
32
|
-
};
|
|
33
33
|
titleClass: {
|
|
34
34
|
type: globalThis.PropType<string>;
|
|
35
35
|
default: string;
|
|
@@ -51,6 +51,10 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
51
51
|
type: globalThis.PropType<number>;
|
|
52
52
|
default: undefined;
|
|
53
53
|
};
|
|
54
|
+
custom: {
|
|
55
|
+
type: globalThis.PropType<boolean>;
|
|
56
|
+
default: boolean;
|
|
57
|
+
};
|
|
54
58
|
steps: {
|
|
55
59
|
type: globalThis.PropType<StepperStep[]>;
|
|
56
60
|
required: true;
|
|
@@ -59,10 +63,6 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
59
63
|
type: globalThis.PropType<boolean>;
|
|
60
64
|
default: boolean;
|
|
61
65
|
};
|
|
62
|
-
custom: {
|
|
63
|
-
type: globalThis.PropType<boolean>;
|
|
64
|
-
default: boolean;
|
|
65
|
-
};
|
|
66
66
|
titleClass: {
|
|
67
67
|
type: globalThis.PropType<string>;
|
|
68
68
|
default: string;
|
|
@@ -78,8 +78,8 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
78
78
|
}>>, {
|
|
79
79
|
orientation: StepperOrientation;
|
|
80
80
|
step: number;
|
|
81
|
-
iconTop: boolean;
|
|
82
81
|
custom: boolean;
|
|
82
|
+
iconTop: boolean;
|
|
83
83
|
titleClass: string;
|
|
84
84
|
subtitleClass: string;
|
|
85
85
|
keepActiveVisible: boolean;
|
package/dist/components/steppers/{StepperCustomIcon.vue.d.ts → RuiStepperCustomIcon.vue.d.ts}
RENAMED
|
File without changes
|
|
File without changes
|
|
@@ -11,14 +11,14 @@ export interface Props {
|
|
|
11
11
|
loading?: boolean;
|
|
12
12
|
}
|
|
13
13
|
declare const _default: import("vue").DefineComponent<{
|
|
14
|
-
loading: {
|
|
15
|
-
type: globalThis.PropType<boolean>;
|
|
16
|
-
default: boolean;
|
|
17
|
-
};
|
|
18
14
|
modelValue: {
|
|
19
15
|
type: globalThis.PropType<TablePaginationData>;
|
|
20
16
|
required: true;
|
|
21
17
|
};
|
|
18
|
+
loading: {
|
|
19
|
+
type: globalThis.PropType<boolean>;
|
|
20
|
+
default: boolean;
|
|
21
|
+
};
|
|
22
22
|
dense: {
|
|
23
23
|
type: globalThis.PropType<boolean>;
|
|
24
24
|
default: boolean;
|
|
@@ -30,14 +30,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
30
30
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
31
31
|
"update:model-value": (value: TablePaginationData) => void;
|
|
32
32
|
}, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
33
|
-
loading: {
|
|
34
|
-
type: globalThis.PropType<boolean>;
|
|
35
|
-
default: boolean;
|
|
36
|
-
};
|
|
37
33
|
modelValue: {
|
|
38
34
|
type: globalThis.PropType<TablePaginationData>;
|
|
39
35
|
required: true;
|
|
40
36
|
};
|
|
37
|
+
loading: {
|
|
38
|
+
type: globalThis.PropType<boolean>;
|
|
39
|
+
default: boolean;
|
|
40
|
+
};
|
|
41
41
|
dense: {
|
|
42
42
|
type: globalThis.PropType<boolean>;
|
|
43
43
|
default: boolean;
|
|
@@ -14,14 +14,6 @@ export interface Props {
|
|
|
14
14
|
align?: 'start' | 'center' | 'end';
|
|
15
15
|
}
|
|
16
16
|
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
17
|
-
active: {
|
|
18
|
-
type: globalThis.PropType<boolean>;
|
|
19
|
-
default: boolean;
|
|
20
|
-
};
|
|
21
|
-
vertical: {
|
|
22
|
-
type: globalThis.PropType<boolean>;
|
|
23
|
-
default: boolean;
|
|
24
|
-
};
|
|
25
17
|
link: {
|
|
26
18
|
type: globalThis.PropType<boolean>;
|
|
27
19
|
default: boolean;
|
|
@@ -42,6 +34,14 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
42
34
|
type: globalThis.PropType<boolean>;
|
|
43
35
|
default: boolean;
|
|
44
36
|
};
|
|
37
|
+
active: {
|
|
38
|
+
type: globalThis.PropType<boolean>;
|
|
39
|
+
default: boolean;
|
|
40
|
+
};
|
|
41
|
+
vertical: {
|
|
42
|
+
type: globalThis.PropType<boolean>;
|
|
43
|
+
default: boolean;
|
|
44
|
+
};
|
|
45
45
|
align: {
|
|
46
46
|
type: globalThis.PropType<"end" | "center" | "start">;
|
|
47
47
|
default: string;
|
|
@@ -65,14 +65,6 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
65
65
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
66
66
|
click: (tabValue: string | number) => void;
|
|
67
67
|
}, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
68
|
-
active: {
|
|
69
|
-
type: globalThis.PropType<boolean>;
|
|
70
|
-
default: boolean;
|
|
71
|
-
};
|
|
72
|
-
vertical: {
|
|
73
|
-
type: globalThis.PropType<boolean>;
|
|
74
|
-
default: boolean;
|
|
75
|
-
};
|
|
76
68
|
link: {
|
|
77
69
|
type: globalThis.PropType<boolean>;
|
|
78
70
|
default: boolean;
|
|
@@ -93,6 +85,14 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
93
85
|
type: globalThis.PropType<boolean>;
|
|
94
86
|
default: boolean;
|
|
95
87
|
};
|
|
88
|
+
active: {
|
|
89
|
+
type: globalThis.PropType<boolean>;
|
|
90
|
+
default: boolean;
|
|
91
|
+
};
|
|
92
|
+
vertical: {
|
|
93
|
+
type: globalThis.PropType<boolean>;
|
|
94
|
+
default: boolean;
|
|
95
|
+
};
|
|
96
96
|
align: {
|
|
97
97
|
type: globalThis.PropType<"end" | "center" | "start">;
|
|
98
98
|
default: string;
|
|
@@ -116,13 +116,13 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
116
116
|
}>> & {
|
|
117
117
|
onClick?: ((tabValue: string | number) => any) | undefined;
|
|
118
118
|
}, {
|
|
119
|
-
active: boolean;
|
|
120
|
-
vertical: boolean;
|
|
121
119
|
link: boolean;
|
|
122
120
|
color: "primary" | "secondary" | "error" | "warning" | "info" | "success";
|
|
123
121
|
target: string;
|
|
124
122
|
to: string;
|
|
125
123
|
disabled: boolean;
|
|
124
|
+
active: boolean;
|
|
125
|
+
vertical: boolean;
|
|
126
126
|
align: "end" | "center" | "start";
|
|
127
127
|
grow: boolean;
|
|
128
128
|
tabValue: string | number;
|
|
@@ -9,6 +9,10 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
9
9
|
type: globalThis.PropType<boolean>;
|
|
10
10
|
default: boolean;
|
|
11
11
|
};
|
|
12
|
+
eager: {
|
|
13
|
+
type: globalThis.PropType<boolean>;
|
|
14
|
+
default: boolean;
|
|
15
|
+
};
|
|
12
16
|
value: {
|
|
13
17
|
type: globalThis.PropType<string | number>;
|
|
14
18
|
default: undefined;
|
|
@@ -17,12 +21,12 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
17
21
|
type: globalThis.PropType<boolean>;
|
|
18
22
|
default: boolean;
|
|
19
23
|
};
|
|
20
|
-
|
|
24
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
25
|
+
reverse: {
|
|
21
26
|
type: globalThis.PropType<boolean>;
|
|
22
27
|
default: boolean;
|
|
23
28
|
};
|
|
24
|
-
|
|
25
|
-
reverse: {
|
|
29
|
+
eager: {
|
|
26
30
|
type: globalThis.PropType<boolean>;
|
|
27
31
|
default: boolean;
|
|
28
32
|
};
|
|
@@ -34,15 +38,11 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
34
38
|
type: globalThis.PropType<boolean>;
|
|
35
39
|
default: boolean;
|
|
36
40
|
};
|
|
37
|
-
eager: {
|
|
38
|
-
type: globalThis.PropType<boolean>;
|
|
39
|
-
default: boolean;
|
|
40
|
-
};
|
|
41
41
|
}>>, {
|
|
42
42
|
reverse: boolean;
|
|
43
|
+
eager: boolean;
|
|
43
44
|
value: string | number;
|
|
44
45
|
active: boolean;
|
|
45
|
-
eager: boolean;
|
|
46
46
|
}, {}>, {
|
|
47
47
|
default?(_: {}): any;
|
|
48
48
|
}>;
|
|
File without changes
|