@rotki/ui-library 1.6.0 → 1.7.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/README.md +1 -1
- package/dist/components/accordions/accordion/RuiAccordion.vue.d.ts +2 -1
- package/dist/components/alerts/RuiAlert.vue.d.ts +2 -1
- package/dist/components/buttons/button/RuiButton.vue.d.ts +1 -1
- package/dist/components/buttons/button-group/RuiButtonGroup.vue.d.ts +1 -1
- package/dist/components/cards/RuiCard.vue.d.ts +4 -1
- package/dist/components/cards/RuiCardHeader.vue.d.ts +2 -1
- package/dist/components/chips/RuiChip.vue.d.ts +2 -1
- package/dist/components/color-picker/RuiColorBoard.vue.d.ts +4 -5
- package/dist/components/color-picker/RuiColorDisplay.vue.d.ts +3 -4
- package/dist/components/color-picker/RuiColorHue.vue.d.ts +2 -2
- package/dist/components/color-picker/RuiColorInput.vue.d.ts +2 -2
- package/dist/components/forms/auto-complete/RuiAutoComplete.vue.d.ts +4 -7
- package/dist/components/forms/checkbox/RuiCheckbox.vue.d.ts +2 -1
- package/dist/components/forms/radio-button/radio/RuiRadio.vue.d.ts +3 -5
- package/dist/components/forms/radio-button/radio-group/RuiRadioGroup.vue.d.ts +3 -5
- package/dist/components/forms/revealable-text-field/RuiRevealableTextField.vue.d.ts +6 -5
- package/dist/components/forms/select/RuiMenuSelect.vue.d.ts +3 -5
- package/dist/components/forms/switch/RuiSwitch.vue.d.ts +2 -1
- package/dist/components/forms/text-area/RuiTextArea.vue.d.ts +6 -5
- package/dist/components/forms/text-field/RuiTextField.vue.d.ts +6 -5
- package/dist/components/helpers/RuiFormTextDetail.vue.d.ts +3 -6
- package/dist/components/icons/RuiIcon.vue.d.ts +1 -1
- package/dist/components/index.es.js +1382 -1375
- package/dist/components/loaders/RuiSkeletonBase.vue.d.ts +1 -1
- package/dist/components/logos/RuiLogo.vue.d.ts +1 -1
- package/dist/components/overlays/badge/RuiBadge.vue.d.ts +3 -2
- package/dist/components/overlays/bottom-sheet/RuiBottomSheet.vue.d.ts +2 -1
- package/dist/components/overlays/dialog/RuiDialog.vue.d.ts +6 -1
- package/dist/components/overlays/menu/RuiMenu.vue.d.ts +3 -2
- package/dist/components/overlays/navigation-drawer/RuiNavigationDrawer.vue.d.ts +2 -1
- package/dist/components/overlays/notification/RuiNotification.vue.d.ts +2 -1
- package/dist/components/overlays/tooltip/RuiTooltip.vue.d.ts +3 -2
- package/dist/components/progress/RuiProgress.vue.d.ts +1 -1
- package/dist/components/steppers/RuiFooterStepper.vue.d.ts +1 -1
- package/dist/components/steppers/RuiStepper.vue.d.ts +3 -2
- package/dist/components/steppers/RuiStepperCustomIcon.vue.d.ts +4 -6
- package/dist/components/steppers/RuiStepperIcon.vue.d.ts +4 -6
- package/dist/components/tables/RuiDataTable.vue.d.ts +1 -1
- package/dist/components/tables/RuiExpandButton.vue.d.ts +2 -1
- package/dist/components/tables/RuiTableHead.vue.d.ts +1 -1
- package/dist/components/tables/RuiTablePagination.vue.d.ts +1 -1
- package/dist/components/tabs/tab/RuiTab.vue.d.ts +2 -1
- package/dist/components/tabs/tab-item/RuiTabItem.vue.d.ts +3 -2
- package/dist/components/tabs/tab-items/RuiTabItems.vue.d.ts +3 -5
- package/dist/components/tabs/tabs/RuiTabs.vue.d.ts +1 -1
- package/dist/composables/{index--ZwAZVMb.js → index-Q1RSg-Av.js} +2 -2
- package/dist/composables/index.es.js +1 -1
- package/dist/icons/icons_1.d.ts +32 -32
- package/dist/icons/icons_1.es.js +1089 -1089
- package/dist/icons/icons_2.d.ts +44 -44
- package/dist/icons/icons_2.es.js +1092 -1092
- package/dist/icons/icons_3.d.ts +54 -54
- package/dist/icons/icons_3.es.js +1072 -1072
- package/dist/icons/icons_4.d.ts +68 -68
- package/dist/icons/icons_4.es.js +1137 -1137
- package/dist/icons/icons_5.d.ts +118 -118
- package/dist/icons/icons_5.es.js +1239 -1239
- package/dist/icons/icons_6.d.ts +126 -20
- package/dist/icons/icons_6.es.js +1251 -827
- package/dist/icons/icons_7.d.ts +21 -0
- package/dist/icons/icons_7.es.js +83 -0
- package/dist/icons/index.d.ts +2 -1
- package/dist/icons/index.es.js +3001 -2874
- package/dist/index.es.js +3010 -2883
- package/dist/style.css +1 -1
- package/dist/web-types.json +118 -11
- package/package.json +39 -39
|
@@ -3,5 +3,5 @@ export interface Props {
|
|
|
3
3
|
}
|
|
4
4
|
declare const _default: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{}>, {
|
|
5
5
|
rounded: "none" | "sm" | "md" | "lg" | "full";
|
|
6
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {},
|
|
6
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
7
7
|
export default _default;
|
|
@@ -19,5 +19,5 @@ declare const _default: import("vue").DefineComponent<Props, {}, {}, {}, {}, imp
|
|
|
19
19
|
branch: "develop" | "main" | string;
|
|
20
20
|
logo: keyof ExternalLinks;
|
|
21
21
|
uniqueKey: string | number;
|
|
22
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {},
|
|
22
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
23
23
|
export default _default;
|
|
@@ -14,13 +14,14 @@ export interface Props {
|
|
|
14
14
|
color?: 'default' | ContextColorsType;
|
|
15
15
|
}
|
|
16
16
|
declare function __VLS_template(): {
|
|
17
|
+
attrs: Partial<{}>;
|
|
17
18
|
slots: {
|
|
18
19
|
default?(_: {}): any;
|
|
19
20
|
badge?(_: {}): any;
|
|
20
21
|
icon?(_: {}): any;
|
|
21
22
|
};
|
|
22
23
|
refs: {};
|
|
23
|
-
|
|
24
|
+
rootEl: HTMLDivElement;
|
|
24
25
|
};
|
|
25
26
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
26
27
|
declare const __VLS_component: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{}>, {
|
|
@@ -35,7 +36,7 @@ declare const __VLS_component: import("vue").DefineComponent<Props, {}, {}, {},
|
|
|
35
36
|
dot: boolean;
|
|
36
37
|
offsetX: string | number;
|
|
37
38
|
offsetY: string | number;
|
|
38
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {},
|
|
39
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
39
40
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
40
41
|
export default _default;
|
|
41
42
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
@@ -5,9 +5,10 @@ export interface BottomSheetProps {
|
|
|
5
5
|
maxWidth?: string | number;
|
|
6
6
|
}
|
|
7
7
|
declare function __VLS_template(): {
|
|
8
|
+
attrs: Partial<{}>;
|
|
8
9
|
slots: Partial<Record<string, (_: any) => any>>;
|
|
9
10
|
refs: {};
|
|
10
|
-
|
|
11
|
+
rootEl: any;
|
|
11
12
|
};
|
|
12
13
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
13
14
|
declare const __VLS_component: import("vue").DefineComponent<BottomSheetProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<BottomSheetProps> & Readonly<{}>, {
|
|
@@ -9,6 +9,7 @@ export interface DialogProps {
|
|
|
9
9
|
}
|
|
10
10
|
declare function close(): void;
|
|
11
11
|
declare function __VLS_template(): {
|
|
12
|
+
attrs: Partial<{}>;
|
|
12
13
|
slots: {
|
|
13
14
|
activator?(_: {
|
|
14
15
|
attrs: {
|
|
@@ -24,15 +25,19 @@ declare function __VLS_template(): {
|
|
|
24
25
|
refs: {
|
|
25
26
|
contentRef: HTMLDivElement;
|
|
26
27
|
};
|
|
27
|
-
|
|
28
|
+
rootEl: any;
|
|
28
29
|
};
|
|
29
30
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
30
31
|
declare const __VLS_component: import("vue").DefineComponent<DialogProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
31
32
|
"update:model-value": (value: boolean) => any;
|
|
32
33
|
closed: () => any;
|
|
34
|
+
"click:outside": () => any;
|
|
35
|
+
"click:esc": () => any;
|
|
33
36
|
}, string, import("vue").PublicProps, Readonly<DialogProps> & Readonly<{
|
|
34
37
|
"onUpdate:model-value"?: ((value: boolean) => any) | undefined;
|
|
35
38
|
onClosed?: (() => any) | undefined;
|
|
39
|
+
"onClick:outside"?: (() => any) | undefined;
|
|
40
|
+
"onClick:esc"?: (() => any) | undefined;
|
|
36
41
|
}>, {
|
|
37
42
|
width: string | number;
|
|
38
43
|
modelValue: boolean;
|
|
@@ -20,6 +20,7 @@ export interface MenuProps {
|
|
|
20
20
|
}
|
|
21
21
|
declare function checkClick(): void;
|
|
22
22
|
declare function __VLS_template(): {
|
|
23
|
+
attrs: Partial<{}>;
|
|
23
24
|
slots: {
|
|
24
25
|
activator?(_: {
|
|
25
26
|
attrs: {
|
|
@@ -44,7 +45,7 @@ declare function __VLS_template(): {
|
|
|
44
45
|
activator: HTMLDivElement;
|
|
45
46
|
menu: HTMLDivElement;
|
|
46
47
|
};
|
|
47
|
-
|
|
48
|
+
rootEl: HTMLDivElement;
|
|
48
49
|
};
|
|
49
50
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
50
51
|
declare const __VLS_component: import("vue").DefineComponent<MenuProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
@@ -67,7 +68,7 @@ declare const __VLS_component: import("vue").DefineComponent<MenuProps, {}, {},
|
|
|
67
68
|
closeOnContentClick: boolean;
|
|
68
69
|
persistOnActivatorClick: boolean;
|
|
69
70
|
persistent: boolean;
|
|
70
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {},
|
|
71
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
71
72
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
72
73
|
export default _default;
|
|
73
74
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
@@ -10,6 +10,7 @@ export interface NavigationDrawerProps {
|
|
|
10
10
|
}
|
|
11
11
|
declare function close(): void;
|
|
12
12
|
declare function __VLS_template(): {
|
|
13
|
+
attrs: Partial<{}>;
|
|
13
14
|
slots: {
|
|
14
15
|
activator?(_: {
|
|
15
16
|
open: boolean;
|
|
@@ -27,7 +28,7 @@ declare function __VLS_template(): {
|
|
|
27
28
|
refs: {
|
|
28
29
|
content: HTMLElement;
|
|
29
30
|
};
|
|
30
|
-
|
|
31
|
+
rootEl: any;
|
|
31
32
|
};
|
|
32
33
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
33
34
|
declare const __VLS_component: import("vue").DefineComponent<NavigationDrawerProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
@@ -5,11 +5,12 @@ export interface NotificationProps {
|
|
|
5
5
|
theme?: 'light' | 'dark';
|
|
6
6
|
}
|
|
7
7
|
declare function __VLS_template(): {
|
|
8
|
+
attrs: Partial<{}>;
|
|
8
9
|
slots: {
|
|
9
10
|
default?(_: {}): any;
|
|
10
11
|
};
|
|
11
12
|
refs: {};
|
|
12
|
-
|
|
13
|
+
rootEl: any;
|
|
13
14
|
};
|
|
14
15
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
15
16
|
declare const __VLS_component: import("vue").DefineComponent<NotificationProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
@@ -10,6 +10,7 @@ export interface Props {
|
|
|
10
10
|
tooltipClass?: string;
|
|
11
11
|
}
|
|
12
12
|
declare function __VLS_template(): {
|
|
13
|
+
attrs: Partial<{}>;
|
|
13
14
|
slots: {
|
|
14
15
|
activator?(_: {
|
|
15
16
|
open: boolean;
|
|
@@ -21,7 +22,7 @@ declare function __VLS_template(): {
|
|
|
21
22
|
activator: HTMLDivElement;
|
|
22
23
|
tooltip: HTMLDivElement;
|
|
23
24
|
};
|
|
24
|
-
|
|
25
|
+
rootEl: HTMLDivElement;
|
|
25
26
|
};
|
|
26
27
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
27
28
|
declare const __VLS_component: import("vue").DefineComponent<Props, {
|
|
@@ -36,7 +37,7 @@ declare const __VLS_component: import("vue").DefineComponent<Props, {
|
|
|
36
37
|
hideArrow: boolean;
|
|
37
38
|
persistOnTooltipHover: boolean;
|
|
38
39
|
tooltipClass: string;
|
|
39
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {},
|
|
40
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
40
41
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
41
42
|
export default _default;
|
|
42
43
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
@@ -32,5 +32,5 @@ declare const _default: import("vue").DefineComponent<Props, {}, {}, {}, {}, imp
|
|
|
32
32
|
circular: boolean;
|
|
33
33
|
showLabel: boolean;
|
|
34
34
|
thickness: number | string;
|
|
35
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {},
|
|
35
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
36
36
|
export default _default;
|
|
@@ -14,5 +14,5 @@ declare const _default: import("vue").DefineComponent<Props, {}, {}, {}, {}, imp
|
|
|
14
14
|
modelValue: number;
|
|
15
15
|
arrowButtons: boolean;
|
|
16
16
|
hideButtons: boolean;
|
|
17
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {},
|
|
17
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
18
18
|
export default _default;
|
|
@@ -10,6 +10,7 @@ export interface Props {
|
|
|
10
10
|
keepActiveVisible?: boolean;
|
|
11
11
|
}
|
|
12
12
|
declare function __VLS_template(): {
|
|
13
|
+
attrs: Partial<{}>;
|
|
13
14
|
slots: {
|
|
14
15
|
icon?(_: {
|
|
15
16
|
state: StepperState | undefined;
|
|
@@ -19,7 +20,7 @@ declare function __VLS_template(): {
|
|
|
19
20
|
refs: {
|
|
20
21
|
wrapperRef: HTMLDivElement;
|
|
21
22
|
};
|
|
22
|
-
|
|
23
|
+
rootEl: HTMLDivElement;
|
|
23
24
|
};
|
|
24
25
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
25
26
|
declare const __VLS_component: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{}>, {
|
|
@@ -30,7 +31,7 @@ declare const __VLS_component: import("vue").DefineComponent<Props, {}, {}, {},
|
|
|
30
31
|
subtitleClass: string;
|
|
31
32
|
orientation: StepperOrientation;
|
|
32
33
|
keepActiveVisible: boolean;
|
|
33
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {},
|
|
34
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
34
35
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
35
36
|
export default _default;
|
|
36
37
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
@@ -1,11 +1,9 @@
|
|
|
1
1
|
import { StepperState } from '../../types/stepper';
|
|
2
|
-
|
|
2
|
+
type __VLS_Props = {
|
|
3
3
|
state?: StepperState;
|
|
4
4
|
index: number;
|
|
5
|
-
}
|
|
6
|
-
|
|
7
|
-
index: number;
|
|
8
|
-
}> & Readonly<{}>, {
|
|
5
|
+
};
|
|
6
|
+
declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
9
7
|
state: StepperState;
|
|
10
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {},
|
|
8
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, HTMLSpanElement>;
|
|
11
9
|
export default _default;
|
|
@@ -1,11 +1,9 @@
|
|
|
1
1
|
import { StepperState } from '../../types/stepper';
|
|
2
|
-
|
|
2
|
+
type __VLS_Props = {
|
|
3
3
|
state?: StepperState;
|
|
4
4
|
index: number;
|
|
5
|
-
}
|
|
6
|
-
|
|
7
|
-
index: number;
|
|
8
|
-
}> & Readonly<{}>, {
|
|
5
|
+
};
|
|
6
|
+
declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
9
7
|
state: StepperState;
|
|
10
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {},
|
|
8
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, HTMLSpanElement>;
|
|
11
9
|
export default _default;
|
|
@@ -151,7 +151,7 @@ declare const _default: <T extends object, IdType extends keyof T = keyof T>(__V
|
|
|
151
151
|
readonly "onUpdate:group"?: ((value?: GroupKeys<T>) => any) | undefined;
|
|
152
152
|
readonly "onUpdate:collapsed"?: ((value?: T[] | undefined) => any) | undefined;
|
|
153
153
|
readonly "onCopy:group"?: ((value: GroupData<T>) => any) | undefined;
|
|
154
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>, "onUpdate:model-value" | "onUpdate:expanded" | "onUpdate:pagination" | "onUpdate:sort" | "onUpdate:options" | "onUpdate:group" | "onUpdate:collapsed" | "onCopy:group"> & Props<T, IdType>> & import("vue").PublicProps;
|
|
154
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>, "onUpdate:model-value" | "onUpdate:expanded" | "onUpdate:pagination" | "onUpdate:sort" | "onUpdate:options" | "onUpdate:group" | "onUpdate:collapsed" | "onCopy:group"> & Partial<{}> & Props<T, IdType>> & import("vue").PublicProps;
|
|
155
155
|
expose(exposed: import("vue").ShallowUnwrapRef<{}>): void;
|
|
156
156
|
attrs: any;
|
|
157
157
|
slots: Readonly<Partial<Record<`header.${string}`, (props: {
|
|
@@ -4,11 +4,12 @@ export interface Props {
|
|
|
4
4
|
icon?: RuiIcons;
|
|
5
5
|
}
|
|
6
6
|
declare function __VLS_template(): {
|
|
7
|
+
attrs: Partial<{}>;
|
|
7
8
|
slots: {
|
|
8
9
|
default?(_: {}): any;
|
|
9
10
|
};
|
|
10
11
|
refs: {};
|
|
11
|
-
|
|
12
|
+
rootEl: any;
|
|
12
13
|
};
|
|
13
14
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
14
15
|
declare const __VLS_component: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{}>, {
|
|
@@ -72,7 +72,7 @@ declare const _default: <T extends object, K extends keyof T = keyof T>(__VLS_pr
|
|
|
72
72
|
direction?: "asc" | "desc";
|
|
73
73
|
}) => any) | undefined;
|
|
74
74
|
readonly "onSelect:all"?: ((value: boolean) => any) | undefined;
|
|
75
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>, "onSort" | "onSelect:all"> & Props<T>> & import("vue").PublicProps;
|
|
75
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>, "onSort" | "onSelect:all"> & Partial<{}> & Props<T>> & import("vue").PublicProps;
|
|
76
76
|
expose(exposed: import("vue").ShallowUnwrapRef<{}>): void;
|
|
77
77
|
attrs: any;
|
|
78
78
|
slots: Partial<Record<`header.${string}`, (_: {
|
|
@@ -18,5 +18,5 @@ declare const _default: import("vue").DefineComponent<Props, {}, {}, {}, {}, imp
|
|
|
18
18
|
loading: boolean;
|
|
19
19
|
dense: boolean;
|
|
20
20
|
disablePerPage: boolean;
|
|
21
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {},
|
|
21
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
22
22
|
export default _default;
|
|
@@ -17,6 +17,7 @@ export interface Props {
|
|
|
17
17
|
indicatorPosition?: 'start' | 'end';
|
|
18
18
|
}
|
|
19
19
|
declare function __VLS_template(): {
|
|
20
|
+
attrs: Partial<{}>;
|
|
20
21
|
slots: Readonly<{
|
|
21
22
|
default?: (props?: object) => any;
|
|
22
23
|
prepend?: (props?: object) => any;
|
|
@@ -27,7 +28,7 @@ declare function __VLS_template(): {
|
|
|
27
28
|
append?: (props?: object) => any;
|
|
28
29
|
};
|
|
29
30
|
refs: {};
|
|
30
|
-
|
|
31
|
+
rootEl: any;
|
|
31
32
|
};
|
|
32
33
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
33
34
|
declare const __VLS_component: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
@@ -5,12 +5,13 @@ export interface Props {
|
|
|
5
5
|
reverse?: boolean;
|
|
6
6
|
}
|
|
7
7
|
declare function __VLS_template(): {
|
|
8
|
+
attrs: Partial<{}>;
|
|
8
9
|
slots: {
|
|
9
10
|
default?(_: {}): any;
|
|
10
11
|
default?(_: {}): any;
|
|
11
12
|
};
|
|
12
13
|
refs: {};
|
|
13
|
-
|
|
14
|
+
rootEl: HTMLDivElement;
|
|
14
15
|
};
|
|
15
16
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
16
17
|
declare const __VLS_component: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{}>, {
|
|
@@ -18,7 +19,7 @@ declare const __VLS_component: import("vue").DefineComponent<Props, {}, {}, {},
|
|
|
18
19
|
active: boolean;
|
|
19
20
|
value: number | string;
|
|
20
21
|
eager: boolean;
|
|
21
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {},
|
|
22
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
22
23
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
23
24
|
export default _default;
|
|
24
25
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
@@ -3,16 +3,14 @@ export interface Props<T> {
|
|
|
3
3
|
}
|
|
4
4
|
declare const _default: <T extends string | number>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
5
5
|
props: __VLS_PrettifyLocal<Pick<Partial<{}> & Omit<{
|
|
6
|
-
readonly "onUpdate:modelValue"?: ((
|
|
7
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>, "onUpdate:modelValue"> & {
|
|
6
|
+
readonly "onUpdate:modelValue"?: ((value: T | undefined) => any) | undefined;
|
|
7
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>, "onUpdate:modelValue"> & Partial<{}> & {
|
|
8
8
|
modelValue?: Props<T>["modelValue"];
|
|
9
9
|
}> & import("vue").PublicProps;
|
|
10
10
|
expose(exposed: import("vue").ShallowUnwrapRef<{}>): void;
|
|
11
11
|
attrs: any;
|
|
12
12
|
slots: {};
|
|
13
|
-
emit:
|
|
14
|
-
'update:modelValue': [modelValue: Props<T>["modelValue"]];
|
|
15
|
-
};
|
|
13
|
+
emit: (evt: "update:modelValue", value: T | undefined) => void;
|
|
16
14
|
}>) => globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
17
15
|
[key: string]: any;
|
|
18
16
|
}> & {
|
|
@@ -20,5 +20,5 @@ declare const _default: import("vue").DefineComponent<Props, {}, {}, {}, {}, imp
|
|
|
20
20
|
align: "start" | "center" | "end";
|
|
21
21
|
grow: boolean;
|
|
22
22
|
indicatorPosition: "start" | "end";
|
|
23
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {},
|
|
23
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
24
24
|
export default _default;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { RiArrowDownLine as ie, RiArrowDropDownFill as se, RiArrowLeftDoubleLine as re, RiArrowLeftLine as ce, RiArrowLeftSLine as ae, RiArrowRightDoubleLine as le, RiArrowRightLine as fe, RiArrowRightSLine as ue, RiExpandUpDownLine as de } from "../icons/icons_1.es.js";
|
|
2
2
|
import { RiDatabase2Line as pe } from "../icons/icons_2.es.js";
|
|
3
|
-
import { RiAlertFill as me, RiAlertLine as he
|
|
4
|
-
import { RiRadioButtonLine as Ae, RiMoreFill as $e } from "../icons/icons_6.es.js";
|
|
3
|
+
import { RiAlertFill as me, RiAlertLine as he } from "../icons/icons_5.es.js";
|
|
4
|
+
import { RiCheckLine as ge, RiCheckboxBlankCircleFill as ye, RiCheckboxBlankCircleLine as we, RiCheckboxBlankLine as be, RiCheckboxCircleFill as Re, RiCheckboxCircleLine as Le, RiCheckboxFill as xe, RiCheckboxIndeterminateFill as Ce, RiCloseCircleLine as ve, RiCloseFill as Se, RiCloseLine as Te, RiErrorWarningFill as Ee, RiErrorWarningLine as ke, RiEyeLine as Ie, RiEyeOffLine as Pe, RiInformationFill as De, RiInformationLine as Oe, RiRadioButtonLine as Ae, RiMoreFill as $e } from "../icons/icons_6.es.js";
|
|
5
5
|
import { inject as ee, ref as h, computed as B, watch as V, onMounted as te, watchEffect as Be, nextTick as Y } from "vue";
|
|
6
6
|
import { e as Me } from "../utils/index-Cps3W0wA.js";
|
|
7
7
|
import { createSharedComposable as ze, useColorMode as Fe, useWindowSize as He, breakpointsTailwind as _e, useBreakpoints as qe, unrefElement as Z, useResizeObserver as ne, useVirtualList as je, useArrayMap as We, watchOnce as Ve, useEventListener as G, useMutationObserver as Ue } from "@vueuse/core";
|
package/dist/icons/icons_1.d.ts
CHANGED
|
@@ -1,4 +1,6 @@
|
|
|
1
1
|
import { type GeneratedIcon } from '../types/icons';
|
|
2
|
+
export declare const RiArrowDownBoxFill: GeneratedIcon;
|
|
3
|
+
export declare const RiArrowDownBoxLine: GeneratedIcon;
|
|
2
4
|
export declare const RiArrowDownCircleFill: GeneratedIcon;
|
|
3
5
|
export declare const RiArrowDownCircleLine: GeneratedIcon;
|
|
4
6
|
export declare const RiArrowDownDoubleFill: GeneratedIcon;
|
|
@@ -21,10 +23,14 @@ export declare const RiArrowGoBackFill: GeneratedIcon;
|
|
|
21
23
|
export declare const RiArrowGoBackLine: GeneratedIcon;
|
|
22
24
|
export declare const RiArrowGoForwardFill: GeneratedIcon;
|
|
23
25
|
export declare const RiArrowGoForwardLine: GeneratedIcon;
|
|
26
|
+
export declare const RiArrowLeftBoxFill: GeneratedIcon;
|
|
27
|
+
export declare const RiArrowLeftBoxLine: GeneratedIcon;
|
|
24
28
|
export declare const RiArrowLeftCircleFill: GeneratedIcon;
|
|
25
29
|
export declare const RiArrowLeftCircleLine: GeneratedIcon;
|
|
26
30
|
export declare const RiArrowLeftDoubleFill: GeneratedIcon;
|
|
27
31
|
export declare const RiArrowLeftDoubleLine: GeneratedIcon;
|
|
32
|
+
export declare const RiArrowLeftDownBoxFill: GeneratedIcon;
|
|
33
|
+
export declare const RiArrowLeftDownBoxLine: GeneratedIcon;
|
|
28
34
|
export declare const RiArrowLeftDownFill: GeneratedIcon;
|
|
29
35
|
export declare const RiArrowLeftDownLine: GeneratedIcon;
|
|
30
36
|
export declare const RiArrowLeftFill: GeneratedIcon;
|
|
@@ -33,20 +39,28 @@ export declare const RiArrowLeftRightFill: GeneratedIcon;
|
|
|
33
39
|
export declare const RiArrowLeftRightLine: GeneratedIcon;
|
|
34
40
|
export declare const RiArrowLeftSFill: GeneratedIcon;
|
|
35
41
|
export declare const RiArrowLeftSLine: GeneratedIcon;
|
|
42
|
+
export declare const RiArrowLeftUpBoxFill: GeneratedIcon;
|
|
43
|
+
export declare const RiArrowLeftUpBoxLine: GeneratedIcon;
|
|
36
44
|
export declare const RiArrowLeftUpFill: GeneratedIcon;
|
|
37
45
|
export declare const RiArrowLeftUpLine: GeneratedIcon;
|
|
38
46
|
export declare const RiArrowLeftWideFill: GeneratedIcon;
|
|
39
47
|
export declare const RiArrowLeftWideLine: GeneratedIcon;
|
|
48
|
+
export declare const RiArrowRightBoxFill: GeneratedIcon;
|
|
49
|
+
export declare const RiArrowRightBoxLine: GeneratedIcon;
|
|
40
50
|
export declare const RiArrowRightCircleFill: GeneratedIcon;
|
|
41
51
|
export declare const RiArrowRightCircleLine: GeneratedIcon;
|
|
42
52
|
export declare const RiArrowRightDoubleFill: GeneratedIcon;
|
|
43
53
|
export declare const RiArrowRightDoubleLine: GeneratedIcon;
|
|
54
|
+
export declare const RiArrowRightDownBoxFill: GeneratedIcon;
|
|
55
|
+
export declare const RiArrowRightDownBoxLine: GeneratedIcon;
|
|
44
56
|
export declare const RiArrowRightDownFill: GeneratedIcon;
|
|
45
57
|
export declare const RiArrowRightDownLine: GeneratedIcon;
|
|
46
58
|
export declare const RiArrowRightFill: GeneratedIcon;
|
|
47
59
|
export declare const RiArrowRightLine: GeneratedIcon;
|
|
48
60
|
export declare const RiArrowRightSFill: GeneratedIcon;
|
|
49
61
|
export declare const RiArrowRightSLine: GeneratedIcon;
|
|
62
|
+
export declare const RiArrowRightUpBoxFill: GeneratedIcon;
|
|
63
|
+
export declare const RiArrowRightUpBoxLine: GeneratedIcon;
|
|
50
64
|
export declare const RiArrowRightUpFill: GeneratedIcon;
|
|
51
65
|
export declare const RiArrowRightUpLine: GeneratedIcon;
|
|
52
66
|
export declare const RiArrowRightWideFill: GeneratedIcon;
|
|
@@ -55,6 +69,8 @@ export declare const RiArrowTurnBackFill: GeneratedIcon;
|
|
|
55
69
|
export declare const RiArrowTurnBackLine: GeneratedIcon;
|
|
56
70
|
export declare const RiArrowTurnForwardFill: GeneratedIcon;
|
|
57
71
|
export declare const RiArrowTurnForwardLine: GeneratedIcon;
|
|
72
|
+
export declare const RiArrowUpBoxFill: GeneratedIcon;
|
|
73
|
+
export declare const RiArrowUpBoxLine: GeneratedIcon;
|
|
58
74
|
export declare const RiArrowUpCircleFill: GeneratedIcon;
|
|
59
75
|
export declare const RiArrowUpCircleLine: GeneratedIcon;
|
|
60
76
|
export declare const RiArrowUpDoubleFill: GeneratedIcon;
|
|
@@ -177,6 +193,8 @@ export declare const RiHome7Fill: GeneratedIcon;
|
|
|
177
193
|
export declare const RiHome7Line: GeneratedIcon;
|
|
178
194
|
export declare const RiHome8Fill: GeneratedIcon;
|
|
179
195
|
export declare const RiHome8Line: GeneratedIcon;
|
|
196
|
+
export declare const RiHome9Fill: GeneratedIcon;
|
|
197
|
+
export declare const RiHome9Line: GeneratedIcon;
|
|
180
198
|
export declare const RiHomeFill: GeneratedIcon;
|
|
181
199
|
export declare const RiHomeGearFill: GeneratedIcon;
|
|
182
200
|
export declare const RiHomeGearLine: GeneratedIcon;
|
|
@@ -223,6 +241,8 @@ export declare const RiAwardFill: GeneratedIcon;
|
|
|
223
241
|
export declare const RiAwardLine: GeneratedIcon;
|
|
224
242
|
export declare const RiBarChart2Fill: GeneratedIcon;
|
|
225
243
|
export declare const RiBarChart2Line: GeneratedIcon;
|
|
244
|
+
export declare const RiBarChartBoxAiFill: GeneratedIcon;
|
|
245
|
+
export declare const RiBarChartBoxAiLine: GeneratedIcon;
|
|
226
246
|
export declare const RiBarChartBoxFill: GeneratedIcon;
|
|
227
247
|
export declare const RiBarChartBoxLine: GeneratedIcon;
|
|
228
248
|
export declare const RiBarChartFill: GeneratedIcon;
|
|
@@ -295,6 +315,8 @@ export declare const RiFlag2Fill: GeneratedIcon;
|
|
|
295
315
|
export declare const RiFlag2Line: GeneratedIcon;
|
|
296
316
|
export declare const RiFlagFill: GeneratedIcon;
|
|
297
317
|
export declare const RiFlagLine: GeneratedIcon;
|
|
318
|
+
export declare const RiFlagOffFill: GeneratedIcon;
|
|
319
|
+
export declare const RiFlagOffLine: GeneratedIcon;
|
|
298
320
|
export declare const RiGlobalFill: GeneratedIcon;
|
|
299
321
|
export declare const RiGlobalLine: GeneratedIcon;
|
|
300
322
|
export declare const RiHonourFill: GeneratedIcon;
|
|
@@ -309,12 +331,16 @@ export declare const RiInboxFill: GeneratedIcon;
|
|
|
309
331
|
export declare const RiInboxLine: GeneratedIcon;
|
|
310
332
|
export declare const RiInboxUnarchiveFill: GeneratedIcon;
|
|
311
333
|
export declare const RiInboxUnarchiveLine: GeneratedIcon;
|
|
334
|
+
export declare const RiInfoCardFill: GeneratedIcon;
|
|
335
|
+
export declare const RiInfoCardLine: GeneratedIcon;
|
|
312
336
|
export declare const RiLineChartFill: GeneratedIcon;
|
|
313
337
|
export declare const RiLineChartLine: GeneratedIcon;
|
|
314
338
|
export declare const RiLinksFill: GeneratedIcon;
|
|
315
339
|
export declare const RiLinksLine: GeneratedIcon;
|
|
316
340
|
export declare const RiMailAddFill: GeneratedIcon;
|
|
317
341
|
export declare const RiMailAddLine: GeneratedIcon;
|
|
342
|
+
export declare const RiMailAiFill: GeneratedIcon;
|
|
343
|
+
export declare const RiMailAiLine: GeneratedIcon;
|
|
318
344
|
export declare const RiMailCheckFill: GeneratedIcon;
|
|
319
345
|
export declare const RiMailCheckLine: GeneratedIcon;
|
|
320
346
|
export declare const RiMailCloseFill: GeneratedIcon;
|
|
@@ -415,6 +441,8 @@ export declare const RiChat3Fill: GeneratedIcon;
|
|
|
415
441
|
export declare const RiChat3Line: GeneratedIcon;
|
|
416
442
|
export declare const RiChat4Fill: GeneratedIcon;
|
|
417
443
|
export declare const RiChat4Line: GeneratedIcon;
|
|
444
|
+
export declare const RiChatAiFill: GeneratedIcon;
|
|
445
|
+
export declare const RiChatAiLine: GeneratedIcon;
|
|
418
446
|
export declare const RiChatCheckFill: GeneratedIcon;
|
|
419
447
|
export declare const RiChatCheckLine: GeneratedIcon;
|
|
420
448
|
export declare const RiChatDeleteFill: GeneratedIcon;
|
|
@@ -447,6 +475,8 @@ export declare const RiChatSmile2Fill: GeneratedIcon;
|
|
|
447
475
|
export declare const RiChatSmile2Line: GeneratedIcon;
|
|
448
476
|
export declare const RiChatSmile3Fill: GeneratedIcon;
|
|
449
477
|
export declare const RiChatSmile3Line: GeneratedIcon;
|
|
478
|
+
export declare const RiChatSmileAiFill: GeneratedIcon;
|
|
479
|
+
export declare const RiChatSmileAiLine: GeneratedIcon;
|
|
450
480
|
export declare const RiChatSmileFill: GeneratedIcon;
|
|
451
481
|
export declare const RiChatSmileLine: GeneratedIcon;
|
|
452
482
|
export declare const RiChatThreadFill: GeneratedIcon;
|
|
@@ -455,6 +485,8 @@ export declare const RiChatUnreadFill: GeneratedIcon;
|
|
|
455
485
|
export declare const RiChatUnreadLine: GeneratedIcon;
|
|
456
486
|
export declare const RiChatUploadFill: GeneratedIcon;
|
|
457
487
|
export declare const RiChatUploadLine: GeneratedIcon;
|
|
488
|
+
export declare const RiChatVoiceAiFill: GeneratedIcon;
|
|
489
|
+
export declare const RiChatVoiceAiLine: GeneratedIcon;
|
|
458
490
|
export declare const RiChatVoiceFill: GeneratedIcon;
|
|
459
491
|
export declare const RiChatVoiceLine: GeneratedIcon;
|
|
460
492
|
export declare const RiDiscussFill: GeneratedIcon;
|
|
@@ -467,35 +499,3 @@ export declare const RiMessage2Fill: GeneratedIcon;
|
|
|
467
499
|
export declare const RiMessage2Line: GeneratedIcon;
|
|
468
500
|
export declare const RiMessage3Fill: GeneratedIcon;
|
|
469
501
|
export declare const RiMessage3Line: GeneratedIcon;
|
|
470
|
-
export declare const RiMessageFill: GeneratedIcon;
|
|
471
|
-
export declare const RiMessageLine: GeneratedIcon;
|
|
472
|
-
export declare const RiQuestionAnswerFill: GeneratedIcon;
|
|
473
|
-
export declare const RiQuestionAnswerLine: GeneratedIcon;
|
|
474
|
-
export declare const RiQuestionnaireFill: GeneratedIcon;
|
|
475
|
-
export declare const RiQuestionnaireLine: GeneratedIcon;
|
|
476
|
-
export declare const RiSpeakFill: GeneratedIcon;
|
|
477
|
-
export declare const RiSpeakLine: GeneratedIcon;
|
|
478
|
-
export declare const RiVideoChatFill: GeneratedIcon;
|
|
479
|
-
export declare const RiVideoChatLine: GeneratedIcon;
|
|
480
|
-
export declare const RiAlignItemBottomFill: GeneratedIcon;
|
|
481
|
-
export declare const RiAlignItemBottomLine: GeneratedIcon;
|
|
482
|
-
export declare const RiAlignItemHorizontalCenterFill: GeneratedIcon;
|
|
483
|
-
export declare const RiAlignItemHorizontalCenterLine: GeneratedIcon;
|
|
484
|
-
export declare const RiAlignItemLeftFill: GeneratedIcon;
|
|
485
|
-
export declare const RiAlignItemLeftLine: GeneratedIcon;
|
|
486
|
-
export declare const RiAlignItemRightFill: GeneratedIcon;
|
|
487
|
-
export declare const RiAlignItemRightLine: GeneratedIcon;
|
|
488
|
-
export declare const RiAlignItemTopFill: GeneratedIcon;
|
|
489
|
-
export declare const RiAlignItemTopLine: GeneratedIcon;
|
|
490
|
-
export declare const RiAlignItemVerticalCenterFill: GeneratedIcon;
|
|
491
|
-
export declare const RiAlignItemVerticalCenterLine: GeneratedIcon;
|
|
492
|
-
export declare const RiAnticlockwise2Fill: GeneratedIcon;
|
|
493
|
-
export declare const RiAnticlockwise2Line: GeneratedIcon;
|
|
494
|
-
export declare const RiAnticlockwiseFill: GeneratedIcon;
|
|
495
|
-
export declare const RiAnticlockwiseLine: GeneratedIcon;
|
|
496
|
-
export declare const RiArtboard2Fill: GeneratedIcon;
|
|
497
|
-
export declare const RiArtboard2Line: GeneratedIcon;
|
|
498
|
-
export declare const RiArtboardFill: GeneratedIcon;
|
|
499
|
-
export declare const RiArtboardLine: GeneratedIcon;
|
|
500
|
-
export declare const RiBallPenFill: GeneratedIcon;
|
|
501
|
-
export declare const RiBallPenLine: GeneratedIcon;
|