@rotki/ui-library 1.4.0 → 1.6.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/accordions/accordion/RuiAccordion.vue.d.ts +4 -33
- package/dist/components/accordions/accordions/RuiAccordions.vue.d.ts +4 -27
- package/dist/components/alerts/RuiAlert.vue.d.ts +5 -38
- package/dist/components/cards/RuiCard.vue.d.ts +2 -33
- package/dist/components/cards/RuiCardHeader.vue.d.ts +2 -23
- package/dist/components/chips/RuiChip.vue.d.ts +5 -44
- package/dist/components/color-picker/RuiColorBoard.vue.d.ts +6 -15
- package/dist/components/color-picker/RuiColorDisplay.vue.d.ts +3 -12
- package/dist/components/color-picker/RuiColorHue.vue.d.ts +4 -13
- package/dist/components/color-picker/RuiColorInput.vue.d.ts +4 -13
- package/dist/components/color-picker/RuiColorPicker.vue.d.ts +4 -25
- package/dist/components/divider/RuiDivider.vue.d.ts +2 -23
- package/dist/components/forms/auto-complete/RuiAutoComplete.vue.d.ts +4 -1
- package/dist/components/forms/checkbox/RuiCheckbox.vue.d.ts +5 -44
- package/dist/components/forms/radio-button/radio/RuiRadio.vue.d.ts +3 -1
- package/dist/components/forms/radio-button/radio-group/RuiRadioGroup.vue.d.ts +3 -1
- package/dist/components/forms/revealable-text-field/RuiRevealableTextField.vue.d.ts +4 -55
- package/dist/components/forms/select/RuiMenuSelect.vue.d.ts +3 -1
- package/dist/components/forms/select/RuiSimpleSelect.vue.d.ts +4 -29
- package/dist/components/forms/slider/RuiSlider.vue.d.ts +5 -60
- package/dist/components/forms/switch/RuiSwitch.vue.d.ts +4 -41
- package/dist/components/forms/text-area/RuiTextArea.vue.d.ts +6 -64
- package/dist/components/forms/text-field/RuiTextField.vue.d.ts +9 -59
- package/dist/components/helpers/RuiFormTextDetail.vue.d.ts +4 -29
- package/dist/components/icons/RuiIcon.vue.d.ts +2 -25
- package/dist/components/index.es.js +5946 -42
- package/dist/components/loaders/RuiSkeletonBase.vue.d.ts +2 -23
- package/dist/components/loaders/RuiSkeletonLoader.vue.d.ts +2 -25
- package/dist/components/logos/RuiLogo.vue.d.ts +3 -32
- package/dist/components/overlays/badge/RuiBadge.vue.d.ts +2 -43
- package/dist/components/overlays/bottom-sheet/RuiBottomSheet.vue.d.ts +2 -25
- package/dist/components/overlays/dialog/RuiDialog.vue.d.ts +5 -36
- package/dist/components/overlays/menu/RuiMenu.vue.d.ts +4 -53
- package/dist/components/overlays/navigation-drawer/RuiNavigationDrawer.vue.d.ts +5 -40
- package/dist/components/overlays/notification/RuiNotification.vue.d.ts +4 -27
- package/dist/components/overlays/tooltip/RuiTooltip.vue.d.ts +3 -38
- package/dist/components/progress/RuiProgress.vue.d.ts +2 -37
- package/dist/components/steppers/RuiFooterStepper.vue.d.ts +4 -31
- package/dist/components/steppers/RuiStepper.vue.d.ts +2 -35
- package/dist/components/steppers/RuiStepperCustomIcon.vue.d.ts +4 -25
- package/dist/components/steppers/RuiStepperIcon.vue.d.ts +4 -25
- package/dist/components/tables/RuiExpandButton.vue.d.ts +2 -23
- package/dist/components/tables/RuiTablePagination.vue.d.ts +4 -29
- package/dist/components/tabs/tab/RuiTab.vue.d.ts +6 -49
- package/dist/components/tabs/tab-item/RuiTabItem.vue.d.ts +2 -29
- package/dist/components/tabs/tab-items/RuiTabItems.vue.d.ts +3 -1
- package/dist/components/tabs/tabs/RuiTabs.vue.d.ts +6 -35
- package/dist/composables/icons.d.ts +10 -4
- package/dist/composables/index--ZwAZVMb.js +482 -0
- package/dist/composables/index.es.js +4 -5
- package/dist/index.d.ts +1 -0
- package/dist/index.es.js +2917 -2916
- package/dist/style.css +1 -1
- package/dist/theme/index.es.js +1 -1
- package/dist/types/index-DSBIGM2a.js +39 -0
- package/dist/utils/index-Cps3W0wA.js +108 -0
- package/dist/vendor-BRFX1hnB.js +1626 -0
- package/dist/web-types.json +534 -593
- package/package.json +26 -26
- package/dist/RuiNavigationDrawer-Boq-RcMw.js +0 -7959
- package/dist/breakpoint-sPlgsoXp.js +0 -37
- package/dist/index-DIN-6VhY.js +0 -154
- /package/dist/{colors-D563Ic3q.js → consts/colors-D563Ic3q.js} +0 -0
|
@@ -1,28 +1,7 @@
|
|
|
1
1
|
export interface Props {
|
|
2
2
|
rounded?: 'none' | 'sm' | 'md' | 'lg' | 'full';
|
|
3
3
|
}
|
|
4
|
-
declare const _default: import("vue").DefineComponent<
|
|
5
|
-
rounded: undefined;
|
|
6
|
-
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<Props>, {
|
|
7
|
-
rounded: undefined;
|
|
8
|
-
}>>> & Readonly<{}>, {
|
|
4
|
+
declare const _default: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{}>, {
|
|
9
5
|
rounded: "none" | "sm" | "md" | "lg" | "full";
|
|
10
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions,
|
|
6
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
11
7
|
export default _default;
|
|
12
|
-
type __VLS_WithDefaults<P, D> = {
|
|
13
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_PrettifyLocal<P[K] & {
|
|
14
|
-
default: D[K];
|
|
15
|
-
}> : P[K];
|
|
16
|
-
};
|
|
17
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
18
|
-
type __VLS_TypePropsToOption<T> = {
|
|
19
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
20
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
21
|
-
} : {
|
|
22
|
-
type: import('vue').PropType<T[K]>;
|
|
23
|
-
required: true;
|
|
24
|
-
};
|
|
25
|
-
};
|
|
26
|
-
type __VLS_PrettifyLocal<T> = {
|
|
27
|
-
[K in keyof T]: T[K];
|
|
28
|
-
} & {};
|
|
@@ -2,31 +2,8 @@ import { type Props as SkeletonBaseProps } from '../../components/loaders/RuiSke
|
|
|
2
2
|
export interface Props extends SkeletonBaseProps {
|
|
3
3
|
type?: 'text' | 'paragraph' | 'heading' | 'article' | 'button' | 'icon' | 'avatar' | 'thumbnail' | 'custom';
|
|
4
4
|
}
|
|
5
|
-
declare const _default: import("vue").DefineComponent<
|
|
6
|
-
type: string;
|
|
7
|
-
rounded: undefined;
|
|
8
|
-
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<Props>, {
|
|
9
|
-
type: string;
|
|
10
|
-
rounded: undefined;
|
|
11
|
-
}>>> & Readonly<{}>, {
|
|
5
|
+
declare const _default: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{}>, {
|
|
12
6
|
type: "text" | "paragraph" | "heading" | "article" | "button" | "icon" | "avatar" | "thumbnail" | "custom";
|
|
13
7
|
rounded: "none" | "sm" | "md" | "lg" | "full";
|
|
14
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions,
|
|
8
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
15
9
|
export default _default;
|
|
16
|
-
type __VLS_WithDefaults<P, D> = {
|
|
17
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_PrettifyLocal<P[K] & {
|
|
18
|
-
default: D[K];
|
|
19
|
-
}> : P[K];
|
|
20
|
-
};
|
|
21
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
22
|
-
type __VLS_TypePropsToOption<T> = {
|
|
23
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
24
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
25
|
-
} : {
|
|
26
|
-
type: import('vue').PropType<T[K]>;
|
|
27
|
-
required: true;
|
|
28
|
-
};
|
|
29
|
-
};
|
|
30
|
-
type __VLS_PrettifyLocal<T> = {
|
|
31
|
-
[K in keyof T]: T[K];
|
|
32
|
-
} & {};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
interface ExternalLinks {
|
|
1
|
+
export interface ExternalLinks {
|
|
2
2
|
drawer?: string;
|
|
3
3
|
app?: string;
|
|
4
4
|
website?: string;
|
|
@@ -13,40 +13,11 @@ export interface Props {
|
|
|
13
13
|
size?: string | number;
|
|
14
14
|
uniqueKey?: string | number;
|
|
15
15
|
}
|
|
16
|
-
declare const _default: import("vue").DefineComponent<
|
|
17
|
-
text: boolean;
|
|
18
|
-
branch: string;
|
|
19
|
-
logo: undefined;
|
|
20
|
-
size: number;
|
|
21
|
-
uniqueKey: undefined;
|
|
22
|
-
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<Props>, {
|
|
23
|
-
text: boolean;
|
|
24
|
-
branch: string;
|
|
25
|
-
logo: undefined;
|
|
26
|
-
size: number;
|
|
27
|
-
uniqueKey: undefined;
|
|
28
|
-
}>>> & Readonly<{}>, {
|
|
16
|
+
declare const _default: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{}>, {
|
|
29
17
|
size: string | number;
|
|
30
18
|
text: boolean;
|
|
31
19
|
branch: "develop" | "main" | string;
|
|
32
20
|
logo: keyof ExternalLinks;
|
|
33
21
|
uniqueKey: string | number;
|
|
34
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions,
|
|
22
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
35
23
|
export default _default;
|
|
36
|
-
type __VLS_WithDefaults<P, D> = {
|
|
37
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_PrettifyLocal<P[K] & {
|
|
38
|
-
default: D[K];
|
|
39
|
-
}> : P[K];
|
|
40
|
-
};
|
|
41
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
42
|
-
type __VLS_TypePropsToOption<T> = {
|
|
43
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
44
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
45
|
-
} : {
|
|
46
|
-
type: import('vue').PropType<T[K]>;
|
|
47
|
-
required: true;
|
|
48
|
-
};
|
|
49
|
-
};
|
|
50
|
-
type __VLS_PrettifyLocal<T> = {
|
|
51
|
-
[K in keyof T]: T[K];
|
|
52
|
-
} & {};
|
|
@@ -23,31 +23,7 @@ declare function __VLS_template(): {
|
|
|
23
23
|
attrs: Partial<{}>;
|
|
24
24
|
};
|
|
25
25
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
26
|
-
declare const __VLS_component: import("vue").DefineComponent<
|
|
27
|
-
text: null;
|
|
28
|
-
icon: null;
|
|
29
|
-
modelValue: boolean;
|
|
30
|
-
dot: boolean;
|
|
31
|
-
placement: string;
|
|
32
|
-
left: boolean;
|
|
33
|
-
size: string;
|
|
34
|
-
rounded: string;
|
|
35
|
-
color: string;
|
|
36
|
-
offsetX: number;
|
|
37
|
-
offsetY: number;
|
|
38
|
-
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<Props>, {
|
|
39
|
-
text: null;
|
|
40
|
-
icon: null;
|
|
41
|
-
modelValue: boolean;
|
|
42
|
-
dot: boolean;
|
|
43
|
-
placement: string;
|
|
44
|
-
left: boolean;
|
|
45
|
-
size: string;
|
|
46
|
-
rounded: string;
|
|
47
|
-
color: string;
|
|
48
|
-
offsetX: number;
|
|
49
|
-
offsetY: number;
|
|
50
|
-
}>>> & Readonly<{}>, {
|
|
26
|
+
declare const __VLS_component: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{}>, {
|
|
51
27
|
size: "sm" | "md" | "lg";
|
|
52
28
|
text: string | null;
|
|
53
29
|
color: "default" | ContextColorsType;
|
|
@@ -59,28 +35,11 @@ declare const __VLS_component: import("vue").DefineComponent<globalThis.ExtractP
|
|
|
59
35
|
dot: boolean;
|
|
60
36
|
offsetX: string | number;
|
|
61
37
|
offsetY: string | number;
|
|
62
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions,
|
|
38
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
63
39
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
64
40
|
export default _default;
|
|
65
|
-
type __VLS_WithDefaults<P, D> = {
|
|
66
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_PrettifyLocal<P[K] & {
|
|
67
|
-
default: D[K];
|
|
68
|
-
}> : P[K];
|
|
69
|
-
};
|
|
70
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
71
|
-
type __VLS_TypePropsToOption<T> = {
|
|
72
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
73
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
74
|
-
} : {
|
|
75
|
-
type: import('vue').PropType<T[K]>;
|
|
76
|
-
required: true;
|
|
77
|
-
};
|
|
78
|
-
};
|
|
79
41
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
80
42
|
new (): {
|
|
81
43
|
$slots: S;
|
|
82
44
|
};
|
|
83
45
|
};
|
|
84
|
-
type __VLS_PrettifyLocal<T> = {
|
|
85
|
-
[K in keyof T]: T[K];
|
|
86
|
-
} & {};
|
|
@@ -10,37 +10,14 @@ declare function __VLS_template(): {
|
|
|
10
10
|
attrs: Partial<{}>;
|
|
11
11
|
};
|
|
12
12
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
13
|
-
declare const __VLS_component: import("vue").DefineComponent<
|
|
13
|
+
declare const __VLS_component: import("vue").DefineComponent<BottomSheetProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<BottomSheetProps> & Readonly<{}>, {
|
|
14
14
|
modelValue: boolean;
|
|
15
15
|
persistent: boolean;
|
|
16
|
-
}
|
|
17
|
-
modelValue: boolean;
|
|
18
|
-
persistent: boolean;
|
|
19
|
-
}>>> & Readonly<{}>, {
|
|
20
|
-
modelValue: boolean;
|
|
21
|
-
persistent: boolean;
|
|
22
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
16
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
23
17
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
24
18
|
export default _default;
|
|
25
|
-
type __VLS_WithDefaults<P, D> = {
|
|
26
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_PrettifyLocal<P[K] & {
|
|
27
|
-
default: D[K];
|
|
28
|
-
}> : P[K];
|
|
29
|
-
};
|
|
30
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
31
|
-
type __VLS_TypePropsToOption<T> = {
|
|
32
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
33
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
34
|
-
} : {
|
|
35
|
-
type: import('vue').PropType<T[K]>;
|
|
36
|
-
required: true;
|
|
37
|
-
};
|
|
38
|
-
};
|
|
39
19
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
40
20
|
new (): {
|
|
41
21
|
$slots: S;
|
|
42
22
|
};
|
|
43
23
|
};
|
|
44
|
-
type __VLS_PrettifyLocal<T> = {
|
|
45
|
-
[K in keyof T]: T[K];
|
|
46
|
-
} & {};
|
|
@@ -27,24 +27,10 @@ declare function __VLS_template(): {
|
|
|
27
27
|
attrs: Partial<{}>;
|
|
28
28
|
};
|
|
29
29
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
30
|
-
declare const __VLS_component: import("vue").DefineComponent<
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
bottomSheet: boolean;
|
|
35
|
-
contentClass: string;
|
|
36
|
-
zIndex: number;
|
|
37
|
-
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
38
|
-
"update:model-value": (value: boolean) => void;
|
|
39
|
-
closed: () => void;
|
|
40
|
-
}, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<DialogProps>, {
|
|
41
|
-
modelValue: boolean;
|
|
42
|
-
persistent: boolean;
|
|
43
|
-
width: string;
|
|
44
|
-
bottomSheet: boolean;
|
|
45
|
-
contentClass: string;
|
|
46
|
-
zIndex: number;
|
|
47
|
-
}>>> & Readonly<{
|
|
30
|
+
declare const __VLS_component: import("vue").DefineComponent<DialogProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
31
|
+
"update:model-value": (value: boolean) => any;
|
|
32
|
+
closed: () => any;
|
|
33
|
+
}, string, import("vue").PublicProps, Readonly<DialogProps> & Readonly<{
|
|
48
34
|
"onUpdate:model-value"?: ((value: boolean) => any) | undefined;
|
|
49
35
|
onClosed?: (() => any) | undefined;
|
|
50
36
|
}>, {
|
|
@@ -54,28 +40,11 @@ declare const __VLS_component: import("vue").DefineComponent<globalThis.ExtractP
|
|
|
54
40
|
persistent: boolean;
|
|
55
41
|
bottomSheet: boolean;
|
|
56
42
|
contentClass: any;
|
|
57
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions,
|
|
43
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
58
44
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
59
45
|
export default _default;
|
|
60
|
-
type __VLS_WithDefaults<P, D> = {
|
|
61
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_PrettifyLocal<P[K] & {
|
|
62
|
-
default: D[K];
|
|
63
|
-
}> : P[K];
|
|
64
|
-
};
|
|
65
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
66
|
-
type __VLS_TypePropsToOption<T> = {
|
|
67
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
68
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
69
|
-
} : {
|
|
70
|
-
type: import('vue').PropType<T[K]>;
|
|
71
|
-
required: true;
|
|
72
|
-
};
|
|
73
|
-
};
|
|
74
46
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
75
47
|
new (): {
|
|
76
48
|
$slots: S;
|
|
77
49
|
};
|
|
78
50
|
};
|
|
79
|
-
type __VLS_PrettifyLocal<T> = {
|
|
80
|
-
[K in keyof T]: T[K];
|
|
81
|
-
} & {};
|
|
@@ -47,41 +47,9 @@ declare function __VLS_template(): {
|
|
|
47
47
|
attrs: Partial<{}>;
|
|
48
48
|
};
|
|
49
49
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
50
|
-
declare const __VLS_component: import("vue").DefineComponent<
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
disabled: boolean;
|
|
54
|
-
fullWidth: boolean;
|
|
55
|
-
openDelay: number;
|
|
56
|
-
closeDelay: number;
|
|
57
|
-
popper: () => {};
|
|
58
|
-
wrapperClass: string;
|
|
59
|
-
menuClass: string;
|
|
60
|
-
closeOnContentClick: boolean;
|
|
61
|
-
persistOnActivatorClick: boolean;
|
|
62
|
-
hint: undefined;
|
|
63
|
-
errorMessages: () => never[];
|
|
64
|
-
successMessages: () => never[];
|
|
65
|
-
persistent: boolean;
|
|
66
|
-
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
67
|
-
"update:model-value": (value: boolean) => void;
|
|
68
|
-
}, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<MenuProps>, {
|
|
69
|
-
modelValue: boolean;
|
|
70
|
-
openOnHover: boolean;
|
|
71
|
-
disabled: boolean;
|
|
72
|
-
fullWidth: boolean;
|
|
73
|
-
openDelay: number;
|
|
74
|
-
closeDelay: number;
|
|
75
|
-
popper: () => {};
|
|
76
|
-
wrapperClass: string;
|
|
77
|
-
menuClass: string;
|
|
78
|
-
closeOnContentClick: boolean;
|
|
79
|
-
persistOnActivatorClick: boolean;
|
|
80
|
-
hint: undefined;
|
|
81
|
-
errorMessages: () => never[];
|
|
82
|
-
successMessages: () => never[];
|
|
83
|
-
persistent: boolean;
|
|
84
|
-
}>>> & Readonly<{
|
|
50
|
+
declare const __VLS_component: import("vue").DefineComponent<MenuProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
51
|
+
"update:model-value": (value: boolean) => any;
|
|
52
|
+
}, string, import("vue").PublicProps, Readonly<MenuProps> & Readonly<{
|
|
85
53
|
"onUpdate:model-value"?: ((value: boolean) => any) | undefined;
|
|
86
54
|
}>, {
|
|
87
55
|
disabled: boolean;
|
|
@@ -99,28 +67,11 @@ declare const __VLS_component: import("vue").DefineComponent<globalThis.ExtractP
|
|
|
99
67
|
closeOnContentClick: boolean;
|
|
100
68
|
persistOnActivatorClick: boolean;
|
|
101
69
|
persistent: boolean;
|
|
102
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions,
|
|
70
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
103
71
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
104
72
|
export default _default;
|
|
105
|
-
type __VLS_WithDefaults<P, D> = {
|
|
106
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_PrettifyLocal<P[K] & {
|
|
107
|
-
default: D[K];
|
|
108
|
-
}> : P[K];
|
|
109
|
-
};
|
|
110
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
111
|
-
type __VLS_TypePropsToOption<T> = {
|
|
112
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
113
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
114
|
-
} : {
|
|
115
|
-
type: import('vue').PropType<T[K]>;
|
|
116
|
-
required: true;
|
|
117
|
-
};
|
|
118
|
-
};
|
|
119
73
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
120
74
|
new (): {
|
|
121
75
|
$slots: S;
|
|
122
76
|
};
|
|
123
77
|
};
|
|
124
|
-
type __VLS_PrettifyLocal<T> = {
|
|
125
|
-
[K in keyof T]: T[K];
|
|
126
|
-
} & {};
|
|
@@ -30,28 +30,10 @@ declare function __VLS_template(): {
|
|
|
30
30
|
attrs: Partial<{}>;
|
|
31
31
|
};
|
|
32
32
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
33
|
-
declare const __VLS_component: import("vue").DefineComponent<
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
width: number;
|
|
38
|
-
miniVariant: boolean;
|
|
39
|
-
overlay: boolean;
|
|
40
|
-
position: string;
|
|
41
|
-
contentClass: string;
|
|
42
|
-
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
43
|
-
"update:model-value": (value: boolean) => void;
|
|
44
|
-
closed: () => void;
|
|
45
|
-
}, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<NavigationDrawerProps>, {
|
|
46
|
-
modelValue: boolean;
|
|
47
|
-
temporary: boolean;
|
|
48
|
-
stateless: boolean;
|
|
49
|
-
width: number;
|
|
50
|
-
miniVariant: boolean;
|
|
51
|
-
overlay: boolean;
|
|
52
|
-
position: string;
|
|
53
|
-
contentClass: string;
|
|
54
|
-
}>>> & Readonly<{
|
|
33
|
+
declare const __VLS_component: import("vue").DefineComponent<NavigationDrawerProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
34
|
+
"update:model-value": (value: boolean) => any;
|
|
35
|
+
closed: () => any;
|
|
36
|
+
}, string, import("vue").PublicProps, Readonly<NavigationDrawerProps> & Readonly<{
|
|
55
37
|
"onUpdate:model-value"?: ((value: boolean) => any) | undefined;
|
|
56
38
|
onClosed?: (() => any) | undefined;
|
|
57
39
|
}>, {
|
|
@@ -63,28 +45,11 @@ declare const __VLS_component: import("vue").DefineComponent<globalThis.ExtractP
|
|
|
63
45
|
temporary: boolean;
|
|
64
46
|
stateless: boolean;
|
|
65
47
|
miniVariant: boolean;
|
|
66
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions,
|
|
48
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
67
49
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
68
50
|
export default _default;
|
|
69
|
-
type __VLS_WithDefaults<P, D> = {
|
|
70
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_PrettifyLocal<P[K] & {
|
|
71
|
-
default: D[K];
|
|
72
|
-
}> : P[K];
|
|
73
|
-
};
|
|
74
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
75
|
-
type __VLS_TypePropsToOption<T> = {
|
|
76
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
77
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
78
|
-
} : {
|
|
79
|
-
type: import('vue').PropType<T[K]>;
|
|
80
|
-
required: true;
|
|
81
|
-
};
|
|
82
|
-
};
|
|
83
51
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
84
52
|
new (): {
|
|
85
53
|
$slots: S;
|
|
86
54
|
};
|
|
87
55
|
};
|
|
88
|
-
type __VLS_PrettifyLocal<T> = {
|
|
89
|
-
[K in keyof T]: T[K];
|
|
90
|
-
} & {};
|
|
@@ -12,41 +12,18 @@ declare function __VLS_template(): {
|
|
|
12
12
|
attrs: Partial<{}>;
|
|
13
13
|
};
|
|
14
14
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
15
|
-
declare const __VLS_component: import("vue").DefineComponent<
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
19
|
-
"update:model-value": (value: boolean) => void;
|
|
20
|
-
}, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<NotificationProps>, {
|
|
21
|
-
width: number;
|
|
22
|
-
theme: undefined;
|
|
23
|
-
}>>> & Readonly<{
|
|
15
|
+
declare const __VLS_component: import("vue").DefineComponent<NotificationProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
16
|
+
"update:model-value": (value: boolean) => any;
|
|
17
|
+
}, string, import("vue").PublicProps, Readonly<NotificationProps> & Readonly<{
|
|
24
18
|
"onUpdate:model-value"?: ((value: boolean) => any) | undefined;
|
|
25
19
|
}>, {
|
|
26
20
|
theme: "light" | "dark";
|
|
27
21
|
width: number | string;
|
|
28
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions,
|
|
22
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
29
23
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
30
24
|
export default _default;
|
|
31
|
-
type __VLS_WithDefaults<P, D> = {
|
|
32
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_PrettifyLocal<P[K] & {
|
|
33
|
-
default: D[K];
|
|
34
|
-
}> : P[K];
|
|
35
|
-
};
|
|
36
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
37
|
-
type __VLS_TypePropsToOption<T> = {
|
|
38
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
39
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
40
|
-
} : {
|
|
41
|
-
type: import('vue').PropType<T[K]>;
|
|
42
|
-
required: true;
|
|
43
|
-
};
|
|
44
|
-
};
|
|
45
25
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
46
26
|
new (): {
|
|
47
27
|
$slots: S;
|
|
48
28
|
};
|
|
49
29
|
};
|
|
50
|
-
type __VLS_PrettifyLocal<T> = {
|
|
51
|
-
[K in keyof T]: T[K];
|
|
52
|
-
} & {};
|
|
@@ -24,28 +24,10 @@ declare function __VLS_template(): {
|
|
|
24
24
|
attrs: Partial<{}>;
|
|
25
25
|
};
|
|
26
26
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
27
|
-
declare const __VLS_component: import("vue").DefineComponent<
|
|
28
|
-
text: null;
|
|
29
|
-
disabled: boolean;
|
|
30
|
-
hideArrow: boolean;
|
|
31
|
-
openDelay: number;
|
|
32
|
-
closeDelay: number;
|
|
33
|
-
persistOnTooltipHover: boolean;
|
|
34
|
-
popper: () => {};
|
|
35
|
-
tooltipClass: string;
|
|
36
|
-
}>>, {
|
|
27
|
+
declare const __VLS_component: import("vue").DefineComponent<Props, {
|
|
37
28
|
onOpen: (immediate?: boolean) => void;
|
|
38
29
|
onClose: (immediate?: boolean) => void;
|
|
39
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<
|
|
40
|
-
text: null;
|
|
41
|
-
disabled: boolean;
|
|
42
|
-
hideArrow: boolean;
|
|
43
|
-
openDelay: number;
|
|
44
|
-
closeDelay: number;
|
|
45
|
-
persistOnTooltipHover: boolean;
|
|
46
|
-
popper: () => {};
|
|
47
|
-
tooltipClass: string;
|
|
48
|
-
}>>> & Readonly<{}>, {
|
|
30
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{}>, {
|
|
49
31
|
text: string | null;
|
|
50
32
|
disabled: boolean;
|
|
51
33
|
openDelay: number;
|
|
@@ -54,28 +36,11 @@ declare const __VLS_component: import("vue").DefineComponent<globalThis.ExtractP
|
|
|
54
36
|
hideArrow: boolean;
|
|
55
37
|
persistOnTooltipHover: boolean;
|
|
56
38
|
tooltipClass: string;
|
|
57
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions,
|
|
39
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
58
40
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
59
41
|
export default _default;
|
|
60
|
-
type __VLS_WithDefaults<P, D> = {
|
|
61
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_PrettifyLocal<P[K] & {
|
|
62
|
-
default: D[K];
|
|
63
|
-
}> : P[K];
|
|
64
|
-
};
|
|
65
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
66
|
-
type __VLS_TypePropsToOption<T> = {
|
|
67
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
68
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
69
|
-
} : {
|
|
70
|
-
type: import('vue').PropType<T[K]>;
|
|
71
|
-
required: true;
|
|
72
|
-
};
|
|
73
|
-
};
|
|
74
42
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
75
43
|
new (): {
|
|
76
44
|
$slots: S;
|
|
77
45
|
};
|
|
78
46
|
};
|
|
79
|
-
type __VLS_PrettifyLocal<T> = {
|
|
80
|
-
[K in keyof T]: T[K];
|
|
81
|
-
} & {};
|
|
@@ -23,25 +23,7 @@ export interface Props {
|
|
|
23
23
|
*/
|
|
24
24
|
size?: number | string;
|
|
25
25
|
}
|
|
26
|
-
declare const _default: import("vue").DefineComponent<
|
|
27
|
-
value: number;
|
|
28
|
-
bufferValue: number;
|
|
29
|
-
variant: string;
|
|
30
|
-
color: string;
|
|
31
|
-
circular: boolean;
|
|
32
|
-
showLabel: boolean;
|
|
33
|
-
thickness: number;
|
|
34
|
-
size: number;
|
|
35
|
-
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<Props>, {
|
|
36
|
-
value: number;
|
|
37
|
-
bufferValue: number;
|
|
38
|
-
variant: string;
|
|
39
|
-
color: string;
|
|
40
|
-
circular: boolean;
|
|
41
|
-
showLabel: boolean;
|
|
42
|
-
thickness: number;
|
|
43
|
-
size: number;
|
|
44
|
-
}>>> & Readonly<{}>, {
|
|
26
|
+
declare const _default: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{}>, {
|
|
45
27
|
size: number | string;
|
|
46
28
|
value: number;
|
|
47
29
|
color: ContextColorsType | "inherit";
|
|
@@ -50,22 +32,5 @@ declare const _default: import("vue").DefineComponent<globalThis.ExtractPropType
|
|
|
50
32
|
circular: boolean;
|
|
51
33
|
showLabel: boolean;
|
|
52
34
|
thickness: number | string;
|
|
53
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions,
|
|
35
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
54
36
|
export default _default;
|
|
55
|
-
type __VLS_WithDefaults<P, D> = {
|
|
56
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_PrettifyLocal<P[K] & {
|
|
57
|
-
default: D[K];
|
|
58
|
-
}> : P[K];
|
|
59
|
-
};
|
|
60
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
61
|
-
type __VLS_TypePropsToOption<T> = {
|
|
62
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
63
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
64
|
-
} : {
|
|
65
|
-
type: import('vue').PropType<T[K]>;
|
|
66
|
-
required: true;
|
|
67
|
-
};
|
|
68
|
-
};
|
|
69
|
-
type __VLS_PrettifyLocal<T> = {
|
|
70
|
-
[K in keyof T]: T[K];
|
|
71
|
-
} & {};
|
|
@@ -5,41 +5,14 @@ export interface Props {
|
|
|
5
5
|
arrowButtons?: boolean;
|
|
6
6
|
hideButtons?: boolean;
|
|
7
7
|
}
|
|
8
|
-
declare const _default: import("vue").DefineComponent<
|
|
9
|
-
modelValue: number;
|
|
10
|
-
|
|
11
|
-
arrowButtons: boolean;
|
|
12
|
-
hideButtons: boolean;
|
|
13
|
-
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
14
|
-
"update:modelValue": (modelValue: number) => void;
|
|
15
|
-
}, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<Props>, {
|
|
16
|
-
modelValue: number;
|
|
17
|
-
variant: string;
|
|
18
|
-
arrowButtons: boolean;
|
|
19
|
-
hideButtons: boolean;
|
|
20
|
-
}>>> & Readonly<{
|
|
8
|
+
declare const _default: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
9
|
+
"update:modelValue": (modelValue: number) => any;
|
|
10
|
+
}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{
|
|
21
11
|
"onUpdate:modelValue"?: ((modelValue: number) => any) | undefined;
|
|
22
12
|
}>, {
|
|
23
13
|
variant: "numeric" | "bullet" | "progress" | "pill";
|
|
24
14
|
modelValue: number;
|
|
25
15
|
arrowButtons: boolean;
|
|
26
16
|
hideButtons: boolean;
|
|
27
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions,
|
|
17
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
28
18
|
export default _default;
|
|
29
|
-
type __VLS_WithDefaults<P, D> = {
|
|
30
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_PrettifyLocal<P[K] & {
|
|
31
|
-
default: D[K];
|
|
32
|
-
}> : P[K];
|
|
33
|
-
};
|
|
34
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
35
|
-
type __VLS_TypePropsToOption<T> = {
|
|
36
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
37
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
38
|
-
} : {
|
|
39
|
-
type: import('vue').PropType<T[K]>;
|
|
40
|
-
required: true;
|
|
41
|
-
};
|
|
42
|
-
};
|
|
43
|
-
type __VLS_PrettifyLocal<T> = {
|
|
44
|
-
[K in keyof T]: T[K];
|
|
45
|
-
} & {};
|