hy-design-ui 0.1.5 → 0.1.7
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/collapse/index.vue.d.ts +1 -3
- package/dist/customInput/index.vue.d.ts +1 -3
- package/dist/dialog/index.vue.d.ts +1 -15
- package/dist/drawer/index.vue.d.ts +1 -15
- package/dist/hy-design-ui.css +1 -1
- package/dist/hy-design-ui.js +3927 -3632
- package/dist/hy-design-ui.umd.cjs +247 -247
- package/dist/table/components/SearchBox.vue.d.ts +1 -0
- package/dist/table/components/Table.vue.d.ts +13 -7
- package/dist/table/index.vue.d.ts +8 -1
- package/dist/table/sort.d.ts +22 -0
- package/dist/types/table.d.ts +47 -2
- package/package.json +3 -3
|
@@ -12,10 +12,8 @@ declare const __VLS_base: import('vue').DefineComponent<__VLS_PublicProps, {
|
|
|
12
12
|
activeNames: import('vue').ComputedRef<any>;
|
|
13
13
|
setActiveNames: (activeNames: (string | number)[]) => any;
|
|
14
14
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
15
|
-
|
|
16
|
-
"update:modelValue": (value: string | any[]) => void;
|
|
15
|
+
"update:modelValue": (value: string | any[]) => any;
|
|
17
16
|
}, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
18
|
-
onChange?: (...args: any[]) => any;
|
|
19
17
|
"onUpdate:modelValue"?: (value: string | any[]) => any;
|
|
20
18
|
}>, {
|
|
21
19
|
disabled: boolean;
|
|
@@ -5,10 +5,8 @@ type __VLS_ModelProps = {
|
|
|
5
5
|
};
|
|
6
6
|
type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps;
|
|
7
7
|
declare const __VLS_export: import('vue').DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
8
|
-
|
|
9
|
-
"update:modelValue": (value: string) => void;
|
|
8
|
+
"update:modelValue": (value: string) => any;
|
|
10
9
|
}, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
11
|
-
onChange?: (...args: any[]) => any;
|
|
12
10
|
"onUpdate:modelValue"?: (value: string) => any;
|
|
13
11
|
}>, {
|
|
14
12
|
disabled: boolean;
|
|
@@ -22,23 +22,9 @@ declare const __VLS_base: import('vue').DefineComponent<__VLS_PublicProps, {
|
|
|
22
22
|
unlock: import('../index.ts').LockDone;
|
|
23
23
|
};
|
|
24
24
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
25
|
-
|
|
26
|
-
open: (...args: any[]) => void;
|
|
27
|
-
ok: (...args: any[]) => void;
|
|
28
|
-
opened: (...args: any[]) => void;
|
|
29
|
-
closed: (...args: any[]) => void;
|
|
30
|
-
openAutoFocus: (...args: any[]) => void;
|
|
31
|
-
closeAutoFocus: (...args: any[]) => void;
|
|
32
|
-
"update:modelValue": (value: boolean) => void;
|
|
25
|
+
"update:modelValue": (value: boolean) => any;
|
|
33
26
|
}, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
34
|
-
onClose?: (...args: any[]) => any;
|
|
35
27
|
"onUpdate:modelValue"?: (value: boolean) => any;
|
|
36
|
-
onOpen?: (...args: any[]) => any;
|
|
37
|
-
onOk?: (...args: any[]) => any;
|
|
38
|
-
onOpened?: (...args: any[]) => any;
|
|
39
|
-
onClosed?: (...args: any[]) => any;
|
|
40
|
-
onOpenAutoFocus?: (...args: any[]) => any;
|
|
41
|
-
onCloseAutoFocus?: (...args: any[]) => any;
|
|
42
28
|
}>, {
|
|
43
29
|
width: string | number;
|
|
44
30
|
center: boolean;
|
|
@@ -22,23 +22,9 @@ declare const __VLS_base: import('vue').DefineComponent<__VLS_PublicProps, {
|
|
|
22
22
|
unlock: import('../index.ts').LockDone;
|
|
23
23
|
};
|
|
24
24
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
25
|
-
|
|
26
|
-
open: (...args: any[]) => void;
|
|
27
|
-
ok: (...args: any[]) => void;
|
|
28
|
-
opened: (...args: any[]) => void;
|
|
29
|
-
closed: (...args: any[]) => void;
|
|
30
|
-
openAutoFocus: (...args: any[]) => void;
|
|
31
|
-
closeAutoFocus: (...args: any[]) => void;
|
|
32
|
-
"update:modelValue": (value: boolean) => void;
|
|
25
|
+
"update:modelValue": (value: boolean) => any;
|
|
33
26
|
}, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
34
|
-
onClose?: (...args: any[]) => any;
|
|
35
27
|
"onUpdate:modelValue"?: (value: boolean) => any;
|
|
36
|
-
onOpen?: (...args: any[]) => any;
|
|
37
|
-
onOk?: (...args: any[]) => any;
|
|
38
|
-
onOpened?: (...args: any[]) => any;
|
|
39
|
-
onClosed?: (...args: any[]) => any;
|
|
40
|
-
onOpenAutoFocus?: (...args: any[]) => any;
|
|
41
|
-
onCloseAutoFocus?: (...args: any[]) => any;
|
|
42
28
|
}>, {
|
|
43
29
|
size: number | string;
|
|
44
30
|
resizable: boolean;
|