@rotki/ui-library 0.11.0 → 0.13.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/components/alerts/Alert.vue.d.ts +1 -1
- package/dist/components/cards/Card.vue.d.ts +1 -1
- package/dist/components/cards/CardHeader.vue.d.ts +1 -1
- package/dist/components/chips/Chip.vue.d.ts +1 -1
- package/dist/components/divider/Divider.vue.d.ts +1 -1
- package/dist/components/forms/auto-complete/AutoComplete.vue.d.ts +1 -1
- package/dist/components/forms/auto-complete/AutoCompleteSelection.vue.d.ts +1 -1
- package/dist/components/forms/checkbox/Checkbox.vue.d.ts +1 -1
- package/dist/components/forms/radio-button/radio/Radio.vue.d.ts +1 -1
- package/dist/components/forms/radio-button/radio-group/RadioGroup.vue.d.ts +1 -1
- package/dist/components/forms/revealable-text-field/RevealableTextField.vue.d.ts +1 -1
- package/dist/components/forms/select/SimpleSelect.vue.d.ts +1 -1
- package/dist/components/forms/switch/Switch.vue.d.ts +109 -0
- package/dist/components/forms/text-area/TextArea.vue.d.ts +1 -1
- package/dist/components/forms/text-field/TextField.vue.d.ts +1 -1
- package/dist/components/helpers/FormTextDetail.vue.d.ts +1 -1
- package/dist/components/icons/Icon.vue.d.ts +1 -1
- package/dist/components/index.d.ts +2 -1
- package/dist/components/index.es.js +19 -18
- package/dist/components/loaders/Skeleton.vue.d.ts +1 -1
- package/dist/components/loaders/SkeletonBase.vue.d.ts +1 -1
- package/dist/components/logos/Logo.vue.d.ts +1 -1
- package/dist/components/overlays/badge/Badge.vue.d.ts +1 -1
- package/dist/components/overlays/dialog/Dialog.vue.d.ts +1 -1
- package/dist/components/overlays/tooltip/Tooltip.vue.d.ts +1 -1
- package/dist/components/progress/Progress.vue.d.ts +1 -1
- package/dist/components/steppers/FooterStepper.vue.d.ts +1 -1
- package/dist/components/steppers/Stepper.vue.d.ts +1 -1
- package/dist/components/steppers/StepperCustomIcon.vue.d.ts +1 -1
- package/dist/components/steppers/StepperIcon.vue.d.ts +1 -1
- package/dist/components/tables/ExpandButton.vue.d.ts +1 -1
- package/dist/components/tables/TablePagination.vue.d.ts +1 -1
- package/dist/components/tabs/tab/Tab.vue.d.ts +1 -1
- package/dist/components/tabs/tab-item/TabItem.vue.d.ts +1 -1
- package/dist/components/tabs/tab-items/TabItems.vue.d.ts +1 -1
- package/dist/components/tabs/tabs/Tabs.vue.d.ts +1 -1
- package/dist/{index-H4RSbryN.js → index-Ph4f0pga.js} +2932 -2806
- package/dist/index.es.js +2761 -2760
- package/dist/style.css +1 -1
- package/package.json +32 -30
|
@@ -41,7 +41,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
41
41
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
42
42
|
action: () => void;
|
|
43
43
|
close: () => void;
|
|
44
|
-
}, string, import("vue").
|
|
44
|
+
}, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
45
45
|
variant: {
|
|
46
46
|
type: globalThis.PropType<"default" | "outlined" | "filled">;
|
|
47
47
|
default: string;
|
|
@@ -31,7 +31,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
31
31
|
type: globalThis.PropType<boolean>;
|
|
32
32
|
default: boolean;
|
|
33
33
|
};
|
|
34
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
34
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
35
35
|
variant: {
|
|
36
36
|
type: globalThis.PropType<"flat" | "outlined">;
|
|
37
37
|
default: string;
|
|
@@ -6,7 +6,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
6
6
|
type: globalThis.PropType<boolean>;
|
|
7
7
|
default: boolean;
|
|
8
8
|
};
|
|
9
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
9
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
10
10
|
dense: {
|
|
11
11
|
type: globalThis.PropType<boolean>;
|
|
12
12
|
default: boolean;
|
|
@@ -56,7 +56,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
56
56
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
57
57
|
"click:close": () => void;
|
|
58
58
|
click: () => void;
|
|
59
|
-
}, string, import("vue").
|
|
59
|
+
}, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
60
60
|
variant: {
|
|
61
61
|
type: globalThis.PropType<"outlined" | "filled">;
|
|
62
62
|
default: string;
|
|
@@ -6,7 +6,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6
6
|
type: globalThis.PropType<boolean>;
|
|
7
7
|
default: boolean;
|
|
8
8
|
};
|
|
9
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
9
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
10
10
|
vertical: {
|
|
11
11
|
type: globalThis.PropType<boolean>;
|
|
12
12
|
default: boolean;
|
|
@@ -86,7 +86,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
86
86
|
};
|
|
87
87
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
88
88
|
"update:modelValue": (modelValue: ModelValue) => void;
|
|
89
|
-
}, string, import("vue").
|
|
89
|
+
}, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
90
90
|
variant: {
|
|
91
91
|
type: globalThis.PropType<"default" | "outlined" | "filled">;
|
|
92
92
|
default: string;
|
|
@@ -38,7 +38,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
38
38
|
};
|
|
39
39
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
40
40
|
remove: (option: Option) => void;
|
|
41
|
-
}, string, import("vue").
|
|
41
|
+
}, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
42
42
|
variant: {
|
|
43
43
|
type: globalThis.PropType<"default" | "outlined" | "filled">;
|
|
44
44
|
};
|
|
@@ -55,7 +55,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
55
55
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
56
56
|
"update:modelValue": (modelValue: boolean) => void;
|
|
57
57
|
"update:indeterminate": (indeterminate: boolean) => void;
|
|
58
|
-
}, string, import("vue").
|
|
58
|
+
}, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
59
59
|
indeterminate: {
|
|
60
60
|
type: globalThis.PropType<boolean>;
|
|
61
61
|
default: boolean;
|
|
@@ -54,7 +54,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
54
54
|
};
|
|
55
55
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
56
56
|
"update:modelValue": (modelValue: string) => void;
|
|
57
|
-
}, string, import("vue").
|
|
57
|
+
}, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
58
58
|
value: {
|
|
59
59
|
type: globalThis.PropType<string>;
|
|
60
60
|
required: true;
|
|
@@ -54,7 +54,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
54
54
|
};
|
|
55
55
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
56
56
|
"update:modelValue": (value: string) => void;
|
|
57
|
-
}, string, import("vue").
|
|
57
|
+
}, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
58
58
|
color: {
|
|
59
59
|
type: globalThis.PropType<"primary" | "secondary" | "error" | "warning" | "info" | "success">;
|
|
60
60
|
default: undefined;
|
|
@@ -70,7 +70,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
70
70
|
type: globalThis.PropType<boolean>;
|
|
71
71
|
default: boolean;
|
|
72
72
|
};
|
|
73
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
73
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
74
74
|
readonly: {
|
|
75
75
|
type: globalThis.PropType<boolean>;
|
|
76
76
|
default: boolean;
|
|
@@ -28,7 +28,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
28
28
|
};
|
|
29
29
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
30
30
|
"update:model-value": (value?: string | number | undefined) => void;
|
|
31
|
-
}, string, import("vue").
|
|
31
|
+
}, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
32
32
|
name: {
|
|
33
33
|
type: globalThis.PropType<string>;
|
|
34
34
|
default: string;
|
|
@@ -0,0 +1,109 @@
|
|
|
1
|
+
import type { ContextColorsType } from '../../../consts/colors';
|
|
2
|
+
export interface Props {
|
|
3
|
+
modelValue?: boolean;
|
|
4
|
+
disabled?: boolean;
|
|
5
|
+
color?: ContextColorsType;
|
|
6
|
+
size?: 'sm';
|
|
7
|
+
label?: string;
|
|
8
|
+
hint?: string;
|
|
9
|
+
errorMessages?: string | string[];
|
|
10
|
+
successMessages?: string | string[];
|
|
11
|
+
hideDetails?: boolean;
|
|
12
|
+
}
|
|
13
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
14
|
+
color: {
|
|
15
|
+
type: globalThis.PropType<"primary" | "secondary" | "error" | "warning" | "info" | "success">;
|
|
16
|
+
default: undefined;
|
|
17
|
+
};
|
|
18
|
+
size: {
|
|
19
|
+
type: globalThis.PropType<"sm">;
|
|
20
|
+
default: undefined;
|
|
21
|
+
};
|
|
22
|
+
label: {
|
|
23
|
+
type: globalThis.PropType<string>;
|
|
24
|
+
default: string;
|
|
25
|
+
};
|
|
26
|
+
disabled: {
|
|
27
|
+
type: globalThis.PropType<boolean>;
|
|
28
|
+
default: boolean;
|
|
29
|
+
};
|
|
30
|
+
errorMessages: {
|
|
31
|
+
type: globalThis.PropType<string | string[]>;
|
|
32
|
+
default: () => never[];
|
|
33
|
+
};
|
|
34
|
+
successMessages: {
|
|
35
|
+
type: globalThis.PropType<string | string[]>;
|
|
36
|
+
default: () => never[];
|
|
37
|
+
};
|
|
38
|
+
hint: {
|
|
39
|
+
type: globalThis.PropType<string>;
|
|
40
|
+
default: string;
|
|
41
|
+
};
|
|
42
|
+
modelValue: {
|
|
43
|
+
type: globalThis.PropType<boolean>;
|
|
44
|
+
default: boolean;
|
|
45
|
+
};
|
|
46
|
+
hideDetails: {
|
|
47
|
+
type: globalThis.PropType<boolean>;
|
|
48
|
+
default: boolean;
|
|
49
|
+
};
|
|
50
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
51
|
+
"update:modelValue": (modelValue: boolean) => void;
|
|
52
|
+
}, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
53
|
+
color: {
|
|
54
|
+
type: globalThis.PropType<"primary" | "secondary" | "error" | "warning" | "info" | "success">;
|
|
55
|
+
default: undefined;
|
|
56
|
+
};
|
|
57
|
+
size: {
|
|
58
|
+
type: globalThis.PropType<"sm">;
|
|
59
|
+
default: undefined;
|
|
60
|
+
};
|
|
61
|
+
label: {
|
|
62
|
+
type: globalThis.PropType<string>;
|
|
63
|
+
default: string;
|
|
64
|
+
};
|
|
65
|
+
disabled: {
|
|
66
|
+
type: globalThis.PropType<boolean>;
|
|
67
|
+
default: boolean;
|
|
68
|
+
};
|
|
69
|
+
errorMessages: {
|
|
70
|
+
type: globalThis.PropType<string | string[]>;
|
|
71
|
+
default: () => never[];
|
|
72
|
+
};
|
|
73
|
+
successMessages: {
|
|
74
|
+
type: globalThis.PropType<string | string[]>;
|
|
75
|
+
default: () => never[];
|
|
76
|
+
};
|
|
77
|
+
hint: {
|
|
78
|
+
type: globalThis.PropType<string>;
|
|
79
|
+
default: string;
|
|
80
|
+
};
|
|
81
|
+
modelValue: {
|
|
82
|
+
type: globalThis.PropType<boolean>;
|
|
83
|
+
default: boolean;
|
|
84
|
+
};
|
|
85
|
+
hideDetails: {
|
|
86
|
+
type: globalThis.PropType<boolean>;
|
|
87
|
+
default: boolean;
|
|
88
|
+
};
|
|
89
|
+
}>> & {
|
|
90
|
+
"onUpdate:modelValue"?: ((modelValue: boolean) => any) | undefined;
|
|
91
|
+
}, {
|
|
92
|
+
color: "primary" | "secondary" | "error" | "warning" | "info" | "success";
|
|
93
|
+
size: "sm";
|
|
94
|
+
label: string;
|
|
95
|
+
disabled: boolean;
|
|
96
|
+
errorMessages: string | string[];
|
|
97
|
+
successMessages: string | string[];
|
|
98
|
+
hint: string;
|
|
99
|
+
modelValue: boolean;
|
|
100
|
+
hideDetails: boolean;
|
|
101
|
+
}, {}>, {
|
|
102
|
+
default?(_: {}): any;
|
|
103
|
+
}>;
|
|
104
|
+
export default _default;
|
|
105
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
106
|
+
new (): {
|
|
107
|
+
$slots: S;
|
|
108
|
+
};
|
|
109
|
+
};
|
|
@@ -111,7 +111,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
111
111
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
112
112
|
input: (modelValue: string) => void;
|
|
113
113
|
"click:clear": () => void;
|
|
114
|
-
}, string, import("vue").
|
|
114
|
+
}, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
115
115
|
readonly: {
|
|
116
116
|
type: globalThis.PropType<boolean>;
|
|
117
117
|
default: boolean;
|
|
@@ -94,7 +94,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
94
94
|
blur: (event: Event) => void;
|
|
95
95
|
remove: (value: unknown) => void;
|
|
96
96
|
clear: () => void;
|
|
97
|
-
}, string, import("vue").
|
|
97
|
+
}, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
98
98
|
readonly: {
|
|
99
99
|
type: globalThis.PropType<boolean>;
|
|
100
100
|
default: boolean;
|
|
@@ -11,7 +11,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
11
11
|
type: globalThis.PropType<string>;
|
|
12
12
|
default: string;
|
|
13
13
|
};
|
|
14
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
14
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
15
15
|
errorMessages: {
|
|
16
16
|
type: globalThis.PropType<string | string[]>;
|
|
17
17
|
default: () => never[];
|
|
@@ -18,7 +18,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
18
18
|
type: globalThis.PropType<string | number>;
|
|
19
19
|
default: number;
|
|
20
20
|
};
|
|
21
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
21
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
22
22
|
name: {
|
|
23
23
|
type: globalThis.PropType<RuiIcons>;
|
|
24
24
|
required: true;
|
|
@@ -4,6 +4,7 @@ import { type Props as ButtonProps, default as RuiButton } from '../components/b
|
|
|
4
4
|
import { type Props as ButtonGroupProps, default as RuiButtonGroup } from '../components/buttons/button-group/ButtonGroup.vue';
|
|
5
5
|
import { type Props as IconProps, default as RuiIcon } from '../components/icons/Icon.vue';
|
|
6
6
|
import { type Props as CheckboxProps, default as RuiCheckbox } from '../components/forms/checkbox/Checkbox.vue';
|
|
7
|
+
import { default as RuiSwitch, type Props as SwitchProps } from '../components/forms/switch/Switch.vue';
|
|
7
8
|
import { type Props as ChipProps, default as RuiChip } from '../components/chips/Chip.vue';
|
|
8
9
|
import { type Props as DividerProps, default as RuiDivider } from '../components/divider/Divider.vue';
|
|
9
10
|
import { default as RuiStepper, type Props as StepperProps } from '../components/steppers/Stepper.vue';
|
|
@@ -30,4 +31,4 @@ import { default as RuiTabItems, type Props as TabItemsProps } from '../componen
|
|
|
30
31
|
import { default as RuiTabItem, type Props as TabItemProps } from '../components/tabs/tab-item/TabItem.vue';
|
|
31
32
|
import { default as RuiSkeletonLoader, type Props as SkeletonLoaderProps } from '../components/loaders/Skeleton.vue';
|
|
32
33
|
import type { TableColumn as DataTableColumn, GroupKeys as DataTableGroupKeys, SortColumn as DataTableSortColumn, TableSortData as DataTableSortData } from '../components/tables/TableHead.vue';
|
|
33
|
-
export { RuiAlert, RuiAutoComplete, RuiBadge, RuiButton, RuiButtonGroup, RuiCheckbox, RuiChip, RuiFooterStepper, RuiIcon, RuiLogo, RuiProgress, RuiRadio, RuiRadioGroup, RuiRevealableTextField, RuiStepper, RuiTextField, RuiTooltip, RuiDataTable, RuiSimpleSelect, RuiDialog, RuiCard, RuiCardHeader, RuiTabs, RuiTab, RuiTabItems, RuiTabItem, RuiTablePagination, RuiSkeletonLoader, RuiTextArea, RuiDivider, RuiTableRowExpander, AutoCompleteProps, ChipProps, TooltipProps, SimpleSelectProps, DataTableProps, DataTableColumn, DataTableSortColumn, DataTableOptions, TablePaginationData, DialogProps, ButtonProps, ButtonGroupProps, CardProps, CardHeaderProps, BadgeProps, AlertProps, CheckboxProps, ProgressProps, RadioGroupProps, RadioProps, LogoProps, StepperProps, TextFieldProps, IconProps, FooterStepperProps, TabsProps, TabProps, TabItemsProps, TabItemProps, TablePaginationProps, RevealableTextFieldProps, SkeletonLoaderProps, DividerProps, TextAreaProps, ExpandButtonProps, DataTableSortData, DataTableGroupKeys, };
|
|
34
|
+
export { RuiAlert, RuiAutoComplete, RuiBadge, RuiButton, RuiButtonGroup, RuiCheckbox, RuiChip, RuiFooterStepper, RuiIcon, RuiLogo, RuiProgress, RuiRadio, RuiRadioGroup, RuiRevealableTextField, RuiStepper, RuiSwitch, RuiTextField, RuiTooltip, RuiDataTable, RuiSimpleSelect, RuiDialog, RuiCard, RuiCardHeader, RuiTabs, RuiTab, RuiTabItems, RuiTabItem, RuiTablePagination, RuiSkeletonLoader, RuiTextArea, RuiDivider, RuiTableRowExpander, AutoCompleteProps, ChipProps, TooltipProps, 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, };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { A as m, a as d, B as T, b, d as n,
|
|
1
|
+
import { A as m, a as d, B as T, b, d as n, n as g, o as x, C, e as S, D as c, m as h, w as A, F as B, I as D, _ as F, P as I, R as k, f as v, g as w, l as P, u as f, h as E, i as G, q as L, s as j, r as q, t as H, E as _, p as y, v as z, j as J, k as K } from "../index-Ph4f0pga.js";
|
|
2
2
|
import "vue";
|
|
3
3
|
import "@vueuse/shared";
|
|
4
4
|
import "../theme-DT8UjYf9.js";
|
|
@@ -18,26 +18,27 @@ export {
|
|
|
18
18
|
x as RuiCardHeader,
|
|
19
19
|
C as RuiCheckbox,
|
|
20
20
|
S as RuiChip,
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
21
|
+
c as RuiDataTable,
|
|
22
|
+
h as RuiDialog,
|
|
23
|
+
A as RuiDivider,
|
|
24
|
+
B as RuiFooterStepper,
|
|
25
|
+
D as RuiIcon,
|
|
26
|
+
F as RuiLogo,
|
|
27
|
+
I as RuiProgress,
|
|
28
28
|
k as RuiRadio,
|
|
29
29
|
v as RuiRadioGroup,
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
30
|
+
w as RuiRevealableTextField,
|
|
31
|
+
P as RuiSimpleSelect,
|
|
32
|
+
f as RuiSkeletonLoader,
|
|
33
|
+
E as RuiStepper,
|
|
34
|
+
G as RuiSwitch,
|
|
34
35
|
L as RuiTab,
|
|
35
36
|
j as RuiTabItem,
|
|
36
37
|
q as RuiTabItems,
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
38
|
+
H as RuiTablePagination,
|
|
39
|
+
_ as RuiTableRowExpander,
|
|
40
|
+
y as RuiTabs,
|
|
41
|
+
z as RuiTextArea,
|
|
42
|
+
J as RuiTextField,
|
|
43
|
+
K as RuiTooltip
|
|
43
44
|
};
|
|
@@ -11,7 +11,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
11
11
|
type: globalThis.PropType<"none" | "sm" | "lg" | "md" | "full">;
|
|
12
12
|
default: undefined;
|
|
13
13
|
};
|
|
14
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
14
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
15
15
|
type: {
|
|
16
16
|
type: globalThis.PropType<"article" | "button" | "text" | "icon" | "heading" | "paragraph" | "custom" | "avatar" | "thumbnail">;
|
|
17
17
|
default: string;
|
|
@@ -6,7 +6,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6
6
|
type: globalThis.PropType<"none" | "sm" | "lg" | "md" | "full">;
|
|
7
7
|
default: undefined;
|
|
8
8
|
};
|
|
9
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
9
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
10
10
|
rounded: {
|
|
11
11
|
type: globalThis.PropType<"none" | "sm" | "lg" | "md" | "full">;
|
|
12
12
|
default: undefined;
|
|
@@ -11,7 +11,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
11
11
|
type: globalThis.PropType<string>;
|
|
12
12
|
default: undefined;
|
|
13
13
|
};
|
|
14
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
14
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
15
15
|
text: {
|
|
16
16
|
type: globalThis.PropType<boolean>;
|
|
17
17
|
default: boolean;
|
|
@@ -58,7 +58,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
58
58
|
type: globalThis.PropType<string | number>;
|
|
59
59
|
default: number;
|
|
60
60
|
};
|
|
61
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
61
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
62
62
|
color: {
|
|
63
63
|
type: globalThis.PropType<"primary" | "secondary" | "error" | "warning" | "info" | "success" | "default">;
|
|
64
64
|
default: string;
|
|
@@ -23,7 +23,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
23
23
|
};
|
|
24
24
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
25
25
|
"update:model-value": (modelValue: boolean) => void;
|
|
26
|
-
}, string, import("vue").
|
|
26
|
+
}, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
27
27
|
size: {
|
|
28
28
|
type: globalThis.PropType<"sm" | "lg" | "md">;
|
|
29
29
|
default: string;
|
|
@@ -37,7 +37,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
37
37
|
type: globalThis.PropType<string>;
|
|
38
38
|
default: string;
|
|
39
39
|
};
|
|
40
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
40
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
41
41
|
text: {
|
|
42
42
|
type: globalThis.PropType<string | null>;
|
|
43
43
|
default: null;
|
|
@@ -56,7 +56,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
56
56
|
type: globalThis.PropType<string | number>;
|
|
57
57
|
default: number;
|
|
58
58
|
};
|
|
59
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
59
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
60
60
|
value: {
|
|
61
61
|
type: globalThis.PropType<number>;
|
|
62
62
|
default: number;
|
|
@@ -23,7 +23,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
23
23
|
};
|
|
24
24
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
25
25
|
"update:modelValue": (modelValue: number) => void;
|
|
26
|
-
}, string, import("vue").
|
|
26
|
+
}, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
27
27
|
variant: {
|
|
28
28
|
type: globalThis.PropType<"progress" | "numeric" | "bullet" | "pill">;
|
|
29
29
|
default: string;
|
|
@@ -42,7 +42,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
42
42
|
type: globalThis.PropType<boolean>;
|
|
43
43
|
default: boolean;
|
|
44
44
|
};
|
|
45
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
45
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
46
46
|
orientation: {
|
|
47
47
|
type: globalThis.PropType<StepperOrientation>;
|
|
48
48
|
default: "horizontal";
|
|
@@ -8,7 +8,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
8
8
|
type: globalThis.PropType<number>;
|
|
9
9
|
required: true;
|
|
10
10
|
};
|
|
11
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
11
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
12
12
|
state: {
|
|
13
13
|
type: globalThis.PropType<StepperState>;
|
|
14
14
|
default: "inactive";
|
|
@@ -8,7 +8,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
8
8
|
type: globalThis.PropType<number>;
|
|
9
9
|
required: true;
|
|
10
10
|
};
|
|
11
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
11
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
12
12
|
state: {
|
|
13
13
|
type: globalThis.PropType<StepperState>;
|
|
14
14
|
default: "inactive";
|
|
@@ -12,7 +12,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
12
12
|
type: globalThis.PropType<boolean>;
|
|
13
13
|
required: true;
|
|
14
14
|
};
|
|
15
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
15
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
16
16
|
icon: {
|
|
17
17
|
type: globalThis.PropType<RuiIcons>;
|
|
18
18
|
default: string;
|
|
@@ -24,7 +24,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
24
24
|
};
|
|
25
25
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
26
26
|
"update:model-value": (value: TablePaginationData) => void;
|
|
27
|
-
}, string, import("vue").
|
|
27
|
+
}, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
28
28
|
loading: {
|
|
29
29
|
type: globalThis.PropType<boolean>;
|
|
30
30
|
default: boolean;
|
|
@@ -64,7 +64,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
64
64
|
};
|
|
65
65
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
66
66
|
click: (tabValue: string | number) => void;
|
|
67
|
-
}, string, import("vue").
|
|
67
|
+
}, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
68
68
|
color: {
|
|
69
69
|
type: globalThis.PropType<"primary" | "secondary" | "error" | "warning" | "info" | "success">;
|
|
70
70
|
default: undefined;
|
|
@@ -21,7 +21,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
21
21
|
type: globalThis.PropType<boolean>;
|
|
22
22
|
default: boolean;
|
|
23
23
|
};
|
|
24
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
24
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
25
25
|
reverse: {
|
|
26
26
|
type: globalThis.PropType<boolean>;
|
|
27
27
|
default: boolean;
|
|
@@ -6,7 +6,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6
6
|
type: globalThis.PropType<string | number>;
|
|
7
7
|
default: undefined;
|
|
8
8
|
};
|
|
9
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
9
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
10
10
|
modelValue: {
|
|
11
11
|
type: globalThis.PropType<string | number>;
|
|
12
12
|
default: undefined;
|
|
@@ -34,7 +34,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
34
34
|
};
|
|
35
35
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
36
36
|
"update:modelValue": (modelValue: string | number) => void;
|
|
37
|
-
}, string, import("vue").
|
|
37
|
+
}, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
38
38
|
color: {
|
|
39
39
|
type: globalThis.PropType<"primary" | "secondary" | "error" | "warning" | "info" | "success">;
|
|
40
40
|
default: undefined;
|