@rotki/ui-library 1.2.8 → 1.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/RuiNavigationDrawer-Boq-RcMw.js +7959 -0
- package/dist/components/accordions/accordion/RuiAccordion.vue.d.ts +26 -19
- package/dist/components/accordions/accordions/RuiAccordions.vue.d.ts +9 -9
- package/dist/components/alerts/RuiAlert.vue.d.ts +23 -19
- package/dist/components/buttons/button/RuiButton.vue.d.ts +8 -10
- package/dist/components/buttons/button-group/RuiButtonGroup.vue.d.ts +7 -9
- package/dist/components/cards/RuiCard.vue.d.ts +26 -21
- package/dist/components/cards/RuiCardHeader.vue.d.ts +22 -17
- package/dist/components/chips/RuiChip.vue.d.ts +22 -17
- package/dist/components/color-picker/RuiColorBoard.vue.d.ts +4 -4
- package/dist/components/color-picker/RuiColorDisplay.vue.d.ts +3 -3
- package/dist/components/color-picker/RuiColorHue.vue.d.ts +3 -3
- package/dist/components/color-picker/RuiColorInput.vue.d.ts +3 -3
- package/dist/components/color-picker/RuiColorPicker.vue.d.ts +9 -9
- package/dist/components/divider/RuiDivider.vue.d.ts +8 -8
- package/dist/components/forms/auto-complete/RuiAutoComplete.vue.d.ts +260 -19
- package/dist/components/forms/checkbox/RuiCheckbox.vue.d.ts +23 -16
- package/dist/components/forms/radio-button/radio/RuiRadio.vue.d.ts +7 -9
- package/dist/components/forms/radio-button/radio-group/RuiRadioGroup.vue.d.ts +6 -8
- package/dist/components/forms/revealable-text-field/RuiRevealableTextField.vue.d.ts +29 -18
- package/dist/components/forms/select/RuiMenuSelect.vue.d.ts +7 -9
- package/dist/components/forms/select/RuiSimpleSelect.vue.d.ts +9 -9
- package/dist/components/forms/slider/RuiSlider.vue.d.ts +10 -10
- package/dist/components/forms/switch/RuiSwitch.vue.d.ts +21 -16
- package/dist/components/forms/text-area/RuiTextArea.vue.d.ts +28 -18
- package/dist/components/forms/text-field/RuiTextField.vue.d.ts +29 -19
- package/dist/components/helpers/RuiFormTextDetail.vue.d.ts +8 -8
- package/dist/components/icons/RuiIcon.vue.d.ts +8 -8
- package/dist/components/index.es.js +1 -1
- package/dist/components/loaders/RuiSkeletonBase.vue.d.ts +8 -8
- package/dist/components/loaders/RuiSkeletonLoader.vue.d.ts +8 -8
- package/dist/components/logos/RuiLogo.vue.d.ts +8 -8
- package/dist/components/overlays/badge/RuiBadge.vue.d.ts +23 -18
- package/dist/components/overlays/bottom-sheet/RuiBottomSheet.vue.d.ts +20 -15
- package/dist/components/overlays/dialog/RuiDialog.vue.d.ts +32 -25
- package/dist/components/overlays/menu/RuiMenu.vue.d.ts +41 -33
- package/dist/components/overlays/navigation-drawer/RuiNavigationDrawer.vue.d.ts +34 -27
- package/dist/components/overlays/notification/RuiNotification.vue.d.ts +21 -16
- package/dist/components/overlays/tooltip/RuiTooltip.vue.d.ts +28 -20
- package/dist/components/progress/RuiProgress.vue.d.ts +8 -8
- package/dist/components/steppers/RuiFooterStepper.vue.d.ts +9 -9
- package/dist/components/steppers/RuiStepper.vue.d.ts +25 -18
- package/dist/components/steppers/RuiStepperCustomIcon.vue.d.ts +8 -8
- package/dist/components/steppers/RuiStepperIcon.vue.d.ts +8 -8
- package/dist/components/tables/RuiDataTable.vue.d.ts +20 -25
- package/dist/components/tables/RuiExpandButton.vue.d.ts +20 -15
- package/dist/components/tables/RuiTableHead.vue.d.ts +9 -15
- package/dist/components/tables/RuiTablePagination.vue.d.ts +9 -9
- package/dist/components/tabs/tab/RuiTab.vue.d.ts +28 -23
- package/dist/components/tabs/tab-item/RuiTabItem.vue.d.ts +21 -16
- package/dist/components/tabs/tab-items/RuiTabItems.vue.d.ts +6 -8
- package/dist/components/tabs/tabs/RuiTabs.vue.d.ts +9 -9
- package/dist/composables/dropdown-menu.d.ts +2 -2
- package/dist/composables/icons.d.ts +1 -1
- package/dist/composables/popper.d.ts +6 -6
- package/dist/composables/sticky-header.d.ts +3 -3
- package/dist/index.es.js +2 -2
- package/dist/style.css +1 -1
- package/dist/utils/generate-id.d.ts +1 -1
- package/dist/web-types.json +84 -51
- package/package.json +33 -33
- package/dist/RuiNavigationDrawer-BILenGNB.js +0 -7948
|
@@ -4,32 +4,29 @@ export interface BottomSheetProps {
|
|
|
4
4
|
width?: string | number;
|
|
5
5
|
maxWidth?: string | number;
|
|
6
6
|
}
|
|
7
|
-
declare function __VLS_template():
|
|
8
|
-
|
|
7
|
+
declare function __VLS_template(): {
|
|
8
|
+
slots: Partial<Record<string, (_: any) => any>>;
|
|
9
|
+
refs: {};
|
|
10
|
+
attrs: Partial<{}>;
|
|
11
|
+
};
|
|
12
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
13
|
+
declare const __VLS_component: import("vue").DefineComponent<globalThis.ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<BottomSheetProps>, {
|
|
9
14
|
modelValue: boolean;
|
|
10
15
|
persistent: boolean;
|
|
11
|
-
}
|
|
16
|
+
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<BottomSheetProps>, {
|
|
12
17
|
modelValue: boolean;
|
|
13
18
|
persistent: boolean;
|
|
14
|
-
}
|
|
19
|
+
}>>> & Readonly<{}>, {
|
|
15
20
|
modelValue: boolean;
|
|
16
21
|
persistent: boolean;
|
|
17
|
-
}, {}>;
|
|
18
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component,
|
|
22
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
23
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
19
24
|
export default _default;
|
|
20
25
|
type __VLS_WithDefaults<P, D> = {
|
|
21
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ?
|
|
26
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_PrettifyLocal<P[K] & {
|
|
22
27
|
default: D[K];
|
|
23
28
|
}> : P[K];
|
|
24
29
|
};
|
|
25
|
-
type __VLS_Prettify<T> = {
|
|
26
|
-
[K in keyof T]: T[K];
|
|
27
|
-
} & {};
|
|
28
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
29
|
-
new (): {
|
|
30
|
-
$slots: S;
|
|
31
|
-
};
|
|
32
|
-
};
|
|
33
30
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
34
31
|
type __VLS_TypePropsToOption<T> = {
|
|
35
32
|
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
@@ -39,3 +36,11 @@ type __VLS_TypePropsToOption<T> = {
|
|
|
39
36
|
required: true;
|
|
40
37
|
};
|
|
41
38
|
};
|
|
39
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
40
|
+
new (): {
|
|
41
|
+
$slots: S;
|
|
42
|
+
};
|
|
43
|
+
};
|
|
44
|
+
type __VLS_PrettifyLocal<T> = {
|
|
45
|
+
[K in keyof T]: T[K];
|
|
46
|
+
} & {};
|
|
@@ -9,25 +9,32 @@ export interface DialogProps {
|
|
|
9
9
|
}
|
|
10
10
|
declare function close(): void;
|
|
11
11
|
declare function __VLS_template(): {
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
12
|
+
slots: {
|
|
13
|
+
activator?(_: {
|
|
14
|
+
attrs: {
|
|
15
|
+
onClick: () => void;
|
|
16
|
+
};
|
|
17
|
+
isOpen: boolean;
|
|
18
|
+
}): any;
|
|
19
|
+
default?(_: {
|
|
20
|
+
isOpen: true;
|
|
21
|
+
close: typeof close;
|
|
22
|
+
}): any;
|
|
23
|
+
};
|
|
24
|
+
refs: {
|
|
25
|
+
contentRef: HTMLDivElement;
|
|
26
|
+
};
|
|
27
|
+
attrs: Partial<{}>;
|
|
22
28
|
};
|
|
23
|
-
|
|
29
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
30
|
+
declare const __VLS_component: import("vue").DefineComponent<globalThis.ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<DialogProps>, {
|
|
24
31
|
modelValue: boolean;
|
|
25
32
|
persistent: boolean;
|
|
26
33
|
width: string;
|
|
27
34
|
bottomSheet: boolean;
|
|
28
35
|
contentClass: string;
|
|
29
36
|
zIndex: number;
|
|
30
|
-
}
|
|
37
|
+
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
31
38
|
"update:model-value": (value: boolean) => void;
|
|
32
39
|
closed: () => void;
|
|
33
40
|
}, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<DialogProps>, {
|
|
@@ -37,32 +44,24 @@ declare const __VLS_component: import("vue").DefineComponent<__VLS_WithDefaults<
|
|
|
37
44
|
bottomSheet: boolean;
|
|
38
45
|
contentClass: string;
|
|
39
46
|
zIndex: number;
|
|
40
|
-
}>>> & {
|
|
47
|
+
}>>> & Readonly<{
|
|
41
48
|
"onUpdate:model-value"?: ((value: boolean) => any) | undefined;
|
|
42
49
|
onClosed?: (() => any) | undefined;
|
|
43
|
-
}
|
|
50
|
+
}>, {
|
|
44
51
|
width: string | number;
|
|
45
52
|
modelValue: boolean;
|
|
46
53
|
zIndex: string | number;
|
|
47
54
|
persistent: boolean;
|
|
48
55
|
bottomSheet: boolean;
|
|
49
56
|
contentClass: any;
|
|
50
|
-
}, {}>;
|
|
51
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component,
|
|
57
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
58
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
52
59
|
export default _default;
|
|
53
60
|
type __VLS_WithDefaults<P, D> = {
|
|
54
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ?
|
|
61
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_PrettifyLocal<P[K] & {
|
|
55
62
|
default: D[K];
|
|
56
63
|
}> : P[K];
|
|
57
64
|
};
|
|
58
|
-
type __VLS_Prettify<T> = {
|
|
59
|
-
[K in keyof T]: T[K];
|
|
60
|
-
} & {};
|
|
61
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
62
|
-
new (): {
|
|
63
|
-
$slots: S;
|
|
64
|
-
};
|
|
65
|
-
};
|
|
66
65
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
67
66
|
type __VLS_TypePropsToOption<T> = {
|
|
68
67
|
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
@@ -72,3 +71,11 @@ type __VLS_TypePropsToOption<T> = {
|
|
|
72
71
|
required: true;
|
|
73
72
|
};
|
|
74
73
|
};
|
|
74
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
75
|
+
new (): {
|
|
76
|
+
$slots: S;
|
|
77
|
+
};
|
|
78
|
+
};
|
|
79
|
+
type __VLS_PrettifyLocal<T> = {
|
|
80
|
+
[K in keyof T]: T[K];
|
|
81
|
+
} & {};
|
|
@@ -20,26 +20,34 @@ export interface MenuProps {
|
|
|
20
20
|
}
|
|
21
21
|
declare function checkClick(): void;
|
|
22
22
|
declare function __VLS_template(): {
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
23
|
+
slots: {
|
|
24
|
+
activator?(_: {
|
|
25
|
+
attrs: {
|
|
26
|
+
onMouseover?: undefined;
|
|
27
|
+
onMouseleave?: undefined;
|
|
28
|
+
onClick?: undefined;
|
|
29
|
+
} | {
|
|
30
|
+
onMouseover: () => void;
|
|
31
|
+
onMouseleave: () => void;
|
|
32
|
+
onClick: typeof checkClick;
|
|
33
|
+
};
|
|
34
|
+
open: boolean;
|
|
35
|
+
disabled: boolean;
|
|
36
|
+
hasError: boolean;
|
|
37
|
+
hasSuccess: boolean;
|
|
38
|
+
}): any;
|
|
39
|
+
default?(_: {
|
|
40
|
+
width: number;
|
|
41
|
+
}): any;
|
|
42
|
+
};
|
|
43
|
+
refs: {
|
|
44
|
+
activator: HTMLDivElement;
|
|
45
|
+
menu: HTMLDivElement;
|
|
46
|
+
};
|
|
47
|
+
attrs: Partial<{}>;
|
|
41
48
|
};
|
|
42
|
-
|
|
49
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
50
|
+
declare const __VLS_component: import("vue").DefineComponent<globalThis.ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<MenuProps>, {
|
|
43
51
|
modelValue: boolean;
|
|
44
52
|
openOnHover: boolean;
|
|
45
53
|
disabled: boolean;
|
|
@@ -55,7 +63,7 @@ declare const __VLS_component: import("vue").DefineComponent<__VLS_WithDefaults<
|
|
|
55
63
|
errorMessages: () => never[];
|
|
56
64
|
successMessages: () => never[];
|
|
57
65
|
persistent: boolean;
|
|
58
|
-
}
|
|
66
|
+
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
59
67
|
"update:model-value": (value: boolean) => void;
|
|
60
68
|
}, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<MenuProps>, {
|
|
61
69
|
modelValue: boolean;
|
|
@@ -73,9 +81,9 @@ declare const __VLS_component: import("vue").DefineComponent<__VLS_WithDefaults<
|
|
|
73
81
|
errorMessages: () => never[];
|
|
74
82
|
successMessages: () => never[];
|
|
75
83
|
persistent: boolean;
|
|
76
|
-
}>>> & {
|
|
84
|
+
}>>> & Readonly<{
|
|
77
85
|
"onUpdate:model-value"?: ((value: boolean) => any) | undefined;
|
|
78
|
-
}
|
|
86
|
+
}>, {
|
|
79
87
|
disabled: boolean;
|
|
80
88
|
modelValue: boolean;
|
|
81
89
|
errorMessages: string | string[];
|
|
@@ -91,22 +99,14 @@ declare const __VLS_component: import("vue").DefineComponent<__VLS_WithDefaults<
|
|
|
91
99
|
closeOnContentClick: boolean;
|
|
92
100
|
persistOnActivatorClick: boolean;
|
|
93
101
|
persistent: boolean;
|
|
94
|
-
}, {}>;
|
|
95
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component,
|
|
102
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
103
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
96
104
|
export default _default;
|
|
97
105
|
type __VLS_WithDefaults<P, D> = {
|
|
98
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ?
|
|
106
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_PrettifyLocal<P[K] & {
|
|
99
107
|
default: D[K];
|
|
100
108
|
}> : P[K];
|
|
101
109
|
};
|
|
102
|
-
type __VLS_Prettify<T> = {
|
|
103
|
-
[K in keyof T]: T[K];
|
|
104
|
-
} & {};
|
|
105
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
106
|
-
new (): {
|
|
107
|
-
$slots: S;
|
|
108
|
-
};
|
|
109
|
-
};
|
|
110
110
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
111
111
|
type __VLS_TypePropsToOption<T> = {
|
|
112
112
|
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
@@ -116,3 +116,11 @@ type __VLS_TypePropsToOption<T> = {
|
|
|
116
116
|
required: true;
|
|
117
117
|
};
|
|
118
118
|
};
|
|
119
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
120
|
+
new (): {
|
|
121
|
+
$slots: S;
|
|
122
|
+
};
|
|
123
|
+
};
|
|
124
|
+
type __VLS_PrettifyLocal<T> = {
|
|
125
|
+
[K in keyof T]: T[K];
|
|
126
|
+
} & {};
|
|
@@ -10,20 +10,27 @@ export interface NavigationDrawerProps {
|
|
|
10
10
|
}
|
|
11
11
|
declare function close(): void;
|
|
12
12
|
declare function __VLS_template(): {
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
13
|
+
slots: {
|
|
14
|
+
activator?(_: {
|
|
15
|
+
open: boolean;
|
|
16
|
+
attrs: {
|
|
17
|
+
onClick: () => void;
|
|
18
|
+
};
|
|
19
|
+
}): any;
|
|
20
|
+
default?(_: {
|
|
21
|
+
attrs: {
|
|
22
|
+
onClick: () => void;
|
|
23
|
+
};
|
|
24
|
+
close: typeof close;
|
|
25
|
+
}): any;
|
|
26
|
+
};
|
|
27
|
+
refs: {
|
|
28
|
+
content: HTMLElement;
|
|
29
|
+
};
|
|
30
|
+
attrs: Partial<{}>;
|
|
25
31
|
};
|
|
26
|
-
|
|
32
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
33
|
+
declare const __VLS_component: import("vue").DefineComponent<globalThis.ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<NavigationDrawerProps>, {
|
|
27
34
|
modelValue: boolean;
|
|
28
35
|
temporary: boolean;
|
|
29
36
|
stateless: boolean;
|
|
@@ -32,7 +39,7 @@ declare const __VLS_component: import("vue").DefineComponent<__VLS_WithDefaults<
|
|
|
32
39
|
overlay: boolean;
|
|
33
40
|
position: string;
|
|
34
41
|
contentClass: string;
|
|
35
|
-
}
|
|
42
|
+
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
36
43
|
"update:model-value": (value: boolean) => void;
|
|
37
44
|
closed: () => void;
|
|
38
45
|
}, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<NavigationDrawerProps>, {
|
|
@@ -44,10 +51,10 @@ declare const __VLS_component: import("vue").DefineComponent<__VLS_WithDefaults<
|
|
|
44
51
|
overlay: boolean;
|
|
45
52
|
position: string;
|
|
46
53
|
contentClass: string;
|
|
47
|
-
}>>> & {
|
|
54
|
+
}>>> & Readonly<{
|
|
48
55
|
"onUpdate:model-value"?: ((value: boolean) => any) | undefined;
|
|
49
56
|
onClosed?: (() => any) | undefined;
|
|
50
|
-
}
|
|
57
|
+
}>, {
|
|
51
58
|
width: string | number;
|
|
52
59
|
modelValue: boolean;
|
|
53
60
|
overlay: boolean;
|
|
@@ -56,22 +63,14 @@ declare const __VLS_component: import("vue").DefineComponent<__VLS_WithDefaults<
|
|
|
56
63
|
temporary: boolean;
|
|
57
64
|
stateless: boolean;
|
|
58
65
|
miniVariant: boolean;
|
|
59
|
-
}, {}>;
|
|
60
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component,
|
|
66
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
67
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
61
68
|
export default _default;
|
|
62
69
|
type __VLS_WithDefaults<P, D> = {
|
|
63
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ?
|
|
70
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_PrettifyLocal<P[K] & {
|
|
64
71
|
default: D[K];
|
|
65
72
|
}> : P[K];
|
|
66
73
|
};
|
|
67
|
-
type __VLS_Prettify<T> = {
|
|
68
|
-
[K in keyof T]: T[K];
|
|
69
|
-
} & {};
|
|
70
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
71
|
-
new (): {
|
|
72
|
-
$slots: S;
|
|
73
|
-
};
|
|
74
|
-
};
|
|
75
74
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
76
75
|
type __VLS_TypePropsToOption<T> = {
|
|
77
76
|
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
@@ -81,3 +80,11 @@ type __VLS_TypePropsToOption<T> = {
|
|
|
81
80
|
required: true;
|
|
82
81
|
};
|
|
83
82
|
};
|
|
83
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
84
|
+
new (): {
|
|
85
|
+
$slots: S;
|
|
86
|
+
};
|
|
87
|
+
};
|
|
88
|
+
type __VLS_PrettifyLocal<T> = {
|
|
89
|
+
[K in keyof T]: T[K];
|
|
90
|
+
} & {};
|
|
@@ -5,37 +5,34 @@ export interface NotificationProps {
|
|
|
5
5
|
theme?: 'light' | 'dark';
|
|
6
6
|
}
|
|
7
7
|
declare function __VLS_template(): {
|
|
8
|
-
|
|
8
|
+
slots: {
|
|
9
|
+
default?(_: {}): any;
|
|
10
|
+
};
|
|
11
|
+
refs: {};
|
|
12
|
+
attrs: Partial<{}>;
|
|
9
13
|
};
|
|
10
|
-
|
|
14
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
15
|
+
declare const __VLS_component: import("vue").DefineComponent<globalThis.ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<NotificationProps>, {
|
|
11
16
|
width: number;
|
|
12
17
|
theme: undefined;
|
|
13
|
-
}
|
|
18
|
+
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
14
19
|
"update:model-value": (value: boolean) => void;
|
|
15
20
|
}, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<NotificationProps>, {
|
|
16
21
|
width: number;
|
|
17
22
|
theme: undefined;
|
|
18
|
-
}>>> & {
|
|
23
|
+
}>>> & Readonly<{
|
|
19
24
|
"onUpdate:model-value"?: ((value: boolean) => any) | undefined;
|
|
20
|
-
}
|
|
25
|
+
}>, {
|
|
21
26
|
theme: "light" | "dark";
|
|
22
27
|
width: number | string;
|
|
23
|
-
}, {}>;
|
|
24
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component,
|
|
28
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
29
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
25
30
|
export default _default;
|
|
26
31
|
type __VLS_WithDefaults<P, D> = {
|
|
27
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ?
|
|
32
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_PrettifyLocal<P[K] & {
|
|
28
33
|
default: D[K];
|
|
29
34
|
}> : P[K];
|
|
30
35
|
};
|
|
31
|
-
type __VLS_Prettify<T> = {
|
|
32
|
-
[K in keyof T]: T[K];
|
|
33
|
-
} & {};
|
|
34
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
35
|
-
new (): {
|
|
36
|
-
$slots: S;
|
|
37
|
-
};
|
|
38
|
-
};
|
|
39
36
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
40
37
|
type __VLS_TypePropsToOption<T> = {
|
|
41
38
|
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
@@ -45,3 +42,11 @@ type __VLS_TypePropsToOption<T> = {
|
|
|
45
42
|
required: true;
|
|
46
43
|
};
|
|
47
44
|
};
|
|
45
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
46
|
+
new (): {
|
|
47
|
+
$slots: S;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
type __VLS_PrettifyLocal<T> = {
|
|
51
|
+
[K in keyof T]: T[K];
|
|
52
|
+
} & {};
|
|
@@ -10,13 +10,21 @@ export interface Props {
|
|
|
10
10
|
tooltipClass?: string;
|
|
11
11
|
}
|
|
12
12
|
declare function __VLS_template(): {
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
13
|
+
slots: {
|
|
14
|
+
activator?(_: {
|
|
15
|
+
open: boolean;
|
|
16
|
+
close: (immediate?: boolean) => void;
|
|
17
|
+
}): any;
|
|
18
|
+
default?(_: {}): any;
|
|
19
|
+
};
|
|
20
|
+
refs: {
|
|
21
|
+
activator: HTMLDivElement;
|
|
22
|
+
tooltip: HTMLDivElement;
|
|
23
|
+
};
|
|
24
|
+
attrs: Partial<{}>;
|
|
18
25
|
};
|
|
19
|
-
|
|
26
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
27
|
+
declare const __VLS_component: import("vue").DefineComponent<globalThis.ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<Props>, {
|
|
20
28
|
text: null;
|
|
21
29
|
disabled: boolean;
|
|
22
30
|
hideArrow: boolean;
|
|
@@ -25,10 +33,10 @@ declare const __VLS_component: import("vue").DefineComponent<__VLS_WithDefaults<
|
|
|
25
33
|
persistOnTooltipHover: boolean;
|
|
26
34
|
popper: () => {};
|
|
27
35
|
tooltipClass: string;
|
|
28
|
-
}
|
|
36
|
+
}>>, {
|
|
29
37
|
onOpen: (immediate?: boolean) => void;
|
|
30
38
|
onClose: (immediate?: boolean) => void;
|
|
31
|
-
},
|
|
39
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<Props>, {
|
|
32
40
|
text: null;
|
|
33
41
|
disabled: boolean;
|
|
34
42
|
hideArrow: boolean;
|
|
@@ -37,7 +45,7 @@ declare const __VLS_component: import("vue").DefineComponent<__VLS_WithDefaults<
|
|
|
37
45
|
persistOnTooltipHover: boolean;
|
|
38
46
|
popper: () => {};
|
|
39
47
|
tooltipClass: string;
|
|
40
|
-
}
|
|
48
|
+
}>>> & Readonly<{}>, {
|
|
41
49
|
text: string | null;
|
|
42
50
|
disabled: boolean;
|
|
43
51
|
openDelay: number;
|
|
@@ -46,22 +54,14 @@ declare const __VLS_component: import("vue").DefineComponent<__VLS_WithDefaults<
|
|
|
46
54
|
hideArrow: boolean;
|
|
47
55
|
persistOnTooltipHover: boolean;
|
|
48
56
|
tooltipClass: string;
|
|
49
|
-
}, {}>;
|
|
50
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component,
|
|
57
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
58
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
51
59
|
export default _default;
|
|
52
60
|
type __VLS_WithDefaults<P, D> = {
|
|
53
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ?
|
|
61
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_PrettifyLocal<P[K] & {
|
|
54
62
|
default: D[K];
|
|
55
63
|
}> : P[K];
|
|
56
64
|
};
|
|
57
|
-
type __VLS_Prettify<T> = {
|
|
58
|
-
[K in keyof T]: T[K];
|
|
59
|
-
} & {};
|
|
60
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
61
|
-
new (): {
|
|
62
|
-
$slots: S;
|
|
63
|
-
};
|
|
64
|
-
};
|
|
65
65
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
66
66
|
type __VLS_TypePropsToOption<T> = {
|
|
67
67
|
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
@@ -71,3 +71,11 @@ type __VLS_TypePropsToOption<T> = {
|
|
|
71
71
|
required: true;
|
|
72
72
|
};
|
|
73
73
|
};
|
|
74
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
75
|
+
new (): {
|
|
76
|
+
$slots: S;
|
|
77
|
+
};
|
|
78
|
+
};
|
|
79
|
+
type __VLS_PrettifyLocal<T> = {
|
|
80
|
+
[K in keyof T]: T[K];
|
|
81
|
+
} & {};
|
|
@@ -23,7 +23,7 @@ export interface Props {
|
|
|
23
23
|
*/
|
|
24
24
|
size?: number | string;
|
|
25
25
|
}
|
|
26
|
-
declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<Props>, {
|
|
26
|
+
declare const _default: import("vue").DefineComponent<globalThis.ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<Props>, {
|
|
27
27
|
value: number;
|
|
28
28
|
bufferValue: number;
|
|
29
29
|
variant: string;
|
|
@@ -32,7 +32,7 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
32
32
|
showLabel: boolean;
|
|
33
33
|
thickness: number;
|
|
34
34
|
size: number;
|
|
35
|
-
}
|
|
35
|
+
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<Props>, {
|
|
36
36
|
value: number;
|
|
37
37
|
bufferValue: number;
|
|
38
38
|
variant: string;
|
|
@@ -41,7 +41,7 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
41
41
|
showLabel: boolean;
|
|
42
42
|
thickness: number;
|
|
43
43
|
size: number;
|
|
44
|
-
}
|
|
44
|
+
}>>> & Readonly<{}>, {
|
|
45
45
|
size: number | string;
|
|
46
46
|
value: number;
|
|
47
47
|
color: ContextColorsType | "inherit";
|
|
@@ -50,16 +50,13 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
50
50
|
circular: boolean;
|
|
51
51
|
showLabel: boolean;
|
|
52
52
|
thickness: number | string;
|
|
53
|
-
}, {}>;
|
|
53
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
54
54
|
export default _default;
|
|
55
55
|
type __VLS_WithDefaults<P, D> = {
|
|
56
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ?
|
|
56
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_PrettifyLocal<P[K] & {
|
|
57
57
|
default: D[K];
|
|
58
58
|
}> : P[K];
|
|
59
59
|
};
|
|
60
|
-
type __VLS_Prettify<T> = {
|
|
61
|
-
[K in keyof T]: T[K];
|
|
62
|
-
} & {};
|
|
63
60
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
64
61
|
type __VLS_TypePropsToOption<T> = {
|
|
65
62
|
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
@@ -69,3 +66,6 @@ type __VLS_TypePropsToOption<T> = {
|
|
|
69
66
|
required: true;
|
|
70
67
|
};
|
|
71
68
|
};
|
|
69
|
+
type __VLS_PrettifyLocal<T> = {
|
|
70
|
+
[K in keyof T]: T[K];
|
|
71
|
+
} & {};
|
|
@@ -5,35 +5,32 @@ export interface Props {
|
|
|
5
5
|
arrowButtons?: boolean;
|
|
6
6
|
hideButtons?: boolean;
|
|
7
7
|
}
|
|
8
|
-
declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<Props>, {
|
|
8
|
+
declare const _default: import("vue").DefineComponent<globalThis.ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<Props>, {
|
|
9
9
|
modelValue: number;
|
|
10
10
|
variant: string;
|
|
11
11
|
arrowButtons: boolean;
|
|
12
12
|
hideButtons: boolean;
|
|
13
|
-
}
|
|
13
|
+
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
14
14
|
"update:modelValue": (modelValue: number) => void;
|
|
15
15
|
}, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<Props>, {
|
|
16
16
|
modelValue: number;
|
|
17
17
|
variant: string;
|
|
18
18
|
arrowButtons: boolean;
|
|
19
19
|
hideButtons: boolean;
|
|
20
|
-
}>>> & {
|
|
20
|
+
}>>> & Readonly<{
|
|
21
21
|
"onUpdate:modelValue"?: ((modelValue: number) => any) | undefined;
|
|
22
|
-
}
|
|
22
|
+
}>, {
|
|
23
23
|
variant: "numeric" | "bullet" | "progress" | "pill";
|
|
24
24
|
modelValue: number;
|
|
25
25
|
arrowButtons: boolean;
|
|
26
26
|
hideButtons: boolean;
|
|
27
|
-
}, {}>;
|
|
27
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
28
28
|
export default _default;
|
|
29
29
|
type __VLS_WithDefaults<P, D> = {
|
|
30
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ?
|
|
30
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_PrettifyLocal<P[K] & {
|
|
31
31
|
default: D[K];
|
|
32
32
|
}> : P[K];
|
|
33
33
|
};
|
|
34
|
-
type __VLS_Prettify<T> = {
|
|
35
|
-
[K in keyof T]: T[K];
|
|
36
|
-
} & {};
|
|
37
34
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
38
35
|
type __VLS_TypePropsToOption<T> = {
|
|
39
36
|
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
@@ -43,3 +40,6 @@ type __VLS_TypePropsToOption<T> = {
|
|
|
43
40
|
required: true;
|
|
44
41
|
};
|
|
45
42
|
};
|
|
43
|
+
type __VLS_PrettifyLocal<T> = {
|
|
44
|
+
[K in keyof T]: T[K];
|
|
45
|
+
} & {};
|