@dazhicheng/ui 1.5.187 → 1.5.188
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.
|
@@ -31,6 +31,7 @@ declare function __VLS_template(): {
|
|
|
31
31
|
$props: Partial<{
|
|
32
32
|
grid: import('./props').TtSelectGridProps;
|
|
33
33
|
list: Record<string, any>[];
|
|
34
|
+
reload: (bool?: boolean) => Promise<void>;
|
|
34
35
|
loading: boolean;
|
|
35
36
|
multiple: boolean;
|
|
36
37
|
multipleLimit: number;
|
|
@@ -43,12 +44,12 @@ declare function __VLS_template(): {
|
|
|
43
44
|
deleteField: string;
|
|
44
45
|
setPagination: (pagination: import('vxe-table').VxeGridProps["pagerConfig"]) => void;
|
|
45
46
|
getPagination: () => import('vxe-table').VxeGridProps["pagerConfig"];
|
|
46
|
-
reload: (bool?: boolean) => Promise<void>;
|
|
47
47
|
hasNextPage: boolean;
|
|
48
48
|
showCheckbox: boolean;
|
|
49
49
|
}> & Omit<{
|
|
50
50
|
readonly grid: import('./props').TtSelectGridProps;
|
|
51
51
|
readonly list: Record<string, any>[];
|
|
52
|
+
readonly reload: (bool?: boolean) => Promise<void>;
|
|
52
53
|
readonly loading: boolean;
|
|
53
54
|
readonly multiple: boolean;
|
|
54
55
|
readonly multipleLimit: number;
|
|
@@ -61,14 +62,13 @@ declare function __VLS_template(): {
|
|
|
61
62
|
readonly deleteField: string;
|
|
62
63
|
readonly setPagination: (pagination: import('vxe-table').VxeGridProps["pagerConfig"]) => void;
|
|
63
64
|
readonly getPagination: () => import('vxe-table').VxeGridProps["pagerConfig"];
|
|
64
|
-
readonly reload: (bool?: boolean) => Promise<void>;
|
|
65
65
|
readonly hasNextPage: boolean;
|
|
66
66
|
readonly showCheckbox: boolean;
|
|
67
67
|
readonly onScroll?: ((...args: any[]) => any) | undefined;
|
|
68
68
|
readonly "onRadio-change"?: ((...args: any[]) => any) | undefined;
|
|
69
69
|
readonly "onCheckbox-change"?: ((...args: any[]) => any) | undefined;
|
|
70
70
|
readonly "onCheckbox-all"?: ((...args: any[]) => any) | undefined;
|
|
71
|
-
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "grid" | "list" | "loading" | "multiple" | "multipleLimit" | "configProps" | "disableFn" | "showPager" | "pagination" | "selectValue" | "selectWidth" | "deleteField" | "setPagination" | "getPagination" | "
|
|
71
|
+
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "grid" | "list" | "reload" | "loading" | "multiple" | "multipleLimit" | "configProps" | "disableFn" | "showPager" | "pagination" | "selectValue" | "selectWidth" | "deleteField" | "setPagination" | "getPagination" | "hasNextPage" | "showCheckbox">;
|
|
72
72
|
$attrs: {
|
|
73
73
|
[x: string]: unknown;
|
|
74
74
|
};
|
|
@@ -197,6 +197,7 @@ declare function __VLS_template(): {
|
|
|
197
197
|
}, string, {
|
|
198
198
|
grid: import('./props').TtSelectGridProps;
|
|
199
199
|
list: Record<string, any>[];
|
|
200
|
+
reload: (bool?: boolean) => Promise<void>;
|
|
200
201
|
loading: boolean;
|
|
201
202
|
multiple: boolean;
|
|
202
203
|
multipleLimit: number;
|
|
@@ -209,7 +210,6 @@ declare function __VLS_template(): {
|
|
|
209
210
|
deleteField: string;
|
|
210
211
|
setPagination: (pagination: import('vxe-table').VxeGridProps["pagerConfig"]) => void;
|
|
211
212
|
getPagination: () => import('vxe-table').VxeGridProps["pagerConfig"];
|
|
212
|
-
reload: (bool?: boolean) => Promise<void>;
|
|
213
213
|
hasNextPage: boolean;
|
|
214
214
|
showCheckbox: boolean;
|
|
215
215
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
@@ -235,6 +235,7 @@ declare function __VLS_template(): {
|
|
|
235
235
|
} & Readonly<{
|
|
236
236
|
grid: import('./props').TtSelectGridProps;
|
|
237
237
|
list: Record<string, any>[];
|
|
238
|
+
reload: (bool?: boolean) => Promise<void>;
|
|
238
239
|
loading: boolean;
|
|
239
240
|
multiple: boolean;
|
|
240
241
|
multipleLimit: number;
|
|
@@ -247,7 +248,6 @@ declare function __VLS_template(): {
|
|
|
247
248
|
deleteField: string;
|
|
248
249
|
setPagination: (pagination: import('vxe-table').VxeGridProps["pagerConfig"]) => void;
|
|
249
250
|
getPagination: () => import('vxe-table').VxeGridProps["pagerConfig"];
|
|
250
|
-
reload: (bool?: boolean) => Promise<void>;
|
|
251
251
|
hasNextPage: boolean;
|
|
252
252
|
showCheckbox: boolean;
|
|
253
253
|
}> & Omit<Readonly<import('vue').ExtractPropTypes<{
|
|
@@ -324,7 +324,7 @@ declare function __VLS_template(): {
|
|
|
324
324
|
"onRadio-change"?: ((...args: any[]) => any) | undefined;
|
|
325
325
|
"onCheckbox-change"?: ((...args: any[]) => any) | undefined;
|
|
326
326
|
"onCheckbox-all"?: ((...args: any[]) => any) | undefined;
|
|
327
|
-
}>, "getGridInstance" | ("grid" | "list" | "loading" | "multiple" | "multipleLimit" | "configProps" | "disableFn" | "showPager" | "pagination" | "selectValue" | "selectWidth" | "deleteField" | "setPagination" | "getPagination" | "
|
|
327
|
+
}>, "getGridInstance" | ("grid" | "list" | "reload" | "loading" | "multiple" | "multipleLimit" | "configProps" | "disableFn" | "showPager" | "pagination" | "selectValue" | "selectWidth" | "deleteField" | "setPagination" | "getPagination" | "hasNextPage" | "showCheckbox") | "clearCurrentRow" | "setCheckboxRow" | "clearCheckboxRow" | "setRadioRow" | "clearRadioRow" | "scrollTo" | "getCurrentRecord" | "getRowIndex" | "scrollToRow" | "setCurrentRow" | "getData"> & import('vue').ShallowUnwrapRef<{
|
|
328
328
|
clearCurrentRow: () => void;
|
|
329
329
|
setCheckboxRow: (rows: any | any[], checked: boolean) => void;
|
|
330
330
|
clearCheckboxRow: () => void;
|
|
@@ -526,6 +526,7 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
526
526
|
$props: Partial<{
|
|
527
527
|
grid: import('./props').TtSelectGridProps;
|
|
528
528
|
list: Record<string, any>[];
|
|
529
|
+
reload: (bool?: boolean) => Promise<void>;
|
|
529
530
|
loading: boolean;
|
|
530
531
|
multiple: boolean;
|
|
531
532
|
multipleLimit: number;
|
|
@@ -538,12 +539,12 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
538
539
|
deleteField: string;
|
|
539
540
|
setPagination: (pagination: import('vxe-table').VxeGridProps["pagerConfig"]) => void;
|
|
540
541
|
getPagination: () => import('vxe-table').VxeGridProps["pagerConfig"];
|
|
541
|
-
reload: (bool?: boolean) => Promise<void>;
|
|
542
542
|
hasNextPage: boolean;
|
|
543
543
|
showCheckbox: boolean;
|
|
544
544
|
}> & Omit<{
|
|
545
545
|
readonly grid: import('./props').TtSelectGridProps;
|
|
546
546
|
readonly list: Record<string, any>[];
|
|
547
|
+
readonly reload: (bool?: boolean) => Promise<void>;
|
|
547
548
|
readonly loading: boolean;
|
|
548
549
|
readonly multiple: boolean;
|
|
549
550
|
readonly multipleLimit: number;
|
|
@@ -556,14 +557,13 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
556
557
|
readonly deleteField: string;
|
|
557
558
|
readonly setPagination: (pagination: import('vxe-table').VxeGridProps["pagerConfig"]) => void;
|
|
558
559
|
readonly getPagination: () => import('vxe-table').VxeGridProps["pagerConfig"];
|
|
559
|
-
readonly reload: (bool?: boolean) => Promise<void>;
|
|
560
560
|
readonly hasNextPage: boolean;
|
|
561
561
|
readonly showCheckbox: boolean;
|
|
562
562
|
readonly onScroll?: ((...args: any[]) => any) | undefined;
|
|
563
563
|
readonly "onRadio-change"?: ((...args: any[]) => any) | undefined;
|
|
564
564
|
readonly "onCheckbox-change"?: ((...args: any[]) => any) | undefined;
|
|
565
565
|
readonly "onCheckbox-all"?: ((...args: any[]) => any) | undefined;
|
|
566
|
-
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "grid" | "list" | "loading" | "multiple" | "multipleLimit" | "configProps" | "disableFn" | "showPager" | "pagination" | "selectValue" | "selectWidth" | "deleteField" | "setPagination" | "getPagination" | "
|
|
566
|
+
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "grid" | "list" | "reload" | "loading" | "multiple" | "multipleLimit" | "configProps" | "disableFn" | "showPager" | "pagination" | "selectValue" | "selectWidth" | "deleteField" | "setPagination" | "getPagination" | "hasNextPage" | "showCheckbox">;
|
|
567
567
|
$attrs: {
|
|
568
568
|
[x: string]: unknown;
|
|
569
569
|
};
|
|
@@ -692,6 +692,7 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
692
692
|
}, string, {
|
|
693
693
|
grid: import('./props').TtSelectGridProps;
|
|
694
694
|
list: Record<string, any>[];
|
|
695
|
+
reload: (bool?: boolean) => Promise<void>;
|
|
695
696
|
loading: boolean;
|
|
696
697
|
multiple: boolean;
|
|
697
698
|
multipleLimit: number;
|
|
@@ -704,7 +705,6 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
704
705
|
deleteField: string;
|
|
705
706
|
setPagination: (pagination: import('vxe-table').VxeGridProps["pagerConfig"]) => void;
|
|
706
707
|
getPagination: () => import('vxe-table').VxeGridProps["pagerConfig"];
|
|
707
|
-
reload: (bool?: boolean) => Promise<void>;
|
|
708
708
|
hasNextPage: boolean;
|
|
709
709
|
showCheckbox: boolean;
|
|
710
710
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
@@ -730,6 +730,7 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
730
730
|
} & Readonly<{
|
|
731
731
|
grid: import('./props').TtSelectGridProps;
|
|
732
732
|
list: Record<string, any>[];
|
|
733
|
+
reload: (bool?: boolean) => Promise<void>;
|
|
733
734
|
loading: boolean;
|
|
734
735
|
multiple: boolean;
|
|
735
736
|
multipleLimit: number;
|
|
@@ -742,7 +743,6 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
742
743
|
deleteField: string;
|
|
743
744
|
setPagination: (pagination: import('vxe-table').VxeGridProps["pagerConfig"]) => void;
|
|
744
745
|
getPagination: () => import('vxe-table').VxeGridProps["pagerConfig"];
|
|
745
|
-
reload: (bool?: boolean) => Promise<void>;
|
|
746
746
|
hasNextPage: boolean;
|
|
747
747
|
showCheckbox: boolean;
|
|
748
748
|
}> & Omit<Readonly<import('vue').ExtractPropTypes<{
|
|
@@ -819,7 +819,7 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
819
819
|
"onRadio-change"?: ((...args: any[]) => any) | undefined;
|
|
820
820
|
"onCheckbox-change"?: ((...args: any[]) => any) | undefined;
|
|
821
821
|
"onCheckbox-all"?: ((...args: any[]) => any) | undefined;
|
|
822
|
-
}>, "getGridInstance" | ("grid" | "list" | "loading" | "multiple" | "multipleLimit" | "configProps" | "disableFn" | "showPager" | "pagination" | "selectValue" | "selectWidth" | "deleteField" | "setPagination" | "getPagination" | "
|
|
822
|
+
}>, "getGridInstance" | ("grid" | "list" | "reload" | "loading" | "multiple" | "multipleLimit" | "configProps" | "disableFn" | "showPager" | "pagination" | "selectValue" | "selectWidth" | "deleteField" | "setPagination" | "getPagination" | "hasNextPage" | "showCheckbox") | "clearCurrentRow" | "setCheckboxRow" | "clearCheckboxRow" | "setRadioRow" | "clearRadioRow" | "scrollTo" | "getCurrentRecord" | "getRowIndex" | "scrollToRow" | "setCurrentRow" | "getData"> & import('vue').ShallowUnwrapRef<{
|
|
823
823
|
clearCurrentRow: () => void;
|
|
824
824
|
setCheckboxRow: (rows: any | any[], checked: boolean) => void;
|
|
825
825
|
clearCheckboxRow: () => void;
|
|
@@ -84,6 +84,7 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
84
84
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, any, string, import('vue').PublicProps, any, {
|
|
85
85
|
grid: import('../props').TtSelectGridProps;
|
|
86
86
|
list: Record<string, any>[];
|
|
87
|
+
reload: (bool?: boolean) => Promise<void>;
|
|
87
88
|
loading: boolean;
|
|
88
89
|
multiple: boolean;
|
|
89
90
|
multipleLimit: number;
|
|
@@ -96,7 +97,6 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
96
97
|
deleteField: string;
|
|
97
98
|
setPagination: (pagination: VxeGridProps["pagerConfig"]) => void;
|
|
98
99
|
getPagination: () => VxeGridProps["pagerConfig"];
|
|
99
|
-
reload: (bool?: boolean) => Promise<void>;
|
|
100
100
|
hasNextPage: boolean;
|
|
101
101
|
showCheckbox: boolean;
|
|
102
102
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {
|
|
@@ -218,6 +218,7 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
218
218
|
}>, {
|
|
219
219
|
grid: import('../props').TtSelectGridProps;
|
|
220
220
|
list: Record<string, any>[];
|
|
221
|
+
reload: (bool?: boolean) => Promise<void>;
|
|
221
222
|
loading: boolean;
|
|
222
223
|
multiple: boolean;
|
|
223
224
|
multipleLimit: number;
|
|
@@ -230,7 +231,6 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
230
231
|
deleteField: string;
|
|
231
232
|
setPagination: (pagination: import('vxe-table').VxeGridProps["pagerConfig"]) => void;
|
|
232
233
|
getPagination: () => import('vxe-table').VxeGridProps["pagerConfig"];
|
|
233
|
-
reload: (bool?: boolean) => Promise<void>;
|
|
234
234
|
hasNextPage: boolean;
|
|
235
235
|
showCheckbox: boolean;
|
|
236
236
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dazhicheng/ui",
|
|
3
|
-
"version": "1.5.
|
|
3
|
+
"version": "1.5.188",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"module": "./dist/index.js",
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
"sortablejs": "^1.15.7",
|
|
55
55
|
"vee-validate": "^4.15.1",
|
|
56
56
|
"zod": "^4.3.6",
|
|
57
|
-
"@dazhicheng/hooks": "1.4.
|
|
57
|
+
"@dazhicheng/hooks": "1.4.41",
|
|
58
58
|
"@dazhicheng/utils": "1.3.38"
|
|
59
59
|
},
|
|
60
60
|
"peerDependencies": {
|