@das-fed/ui 6.4.0-hot.20 → 6.4.0-hot.21
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/package.json +5 -5
- package/packages/business-components/change-enterprises/index.d.ts +2 -8
- package/packages/business-components/change-pwd/index.d.ts +2 -8
- package/packages/business-components/change-pwd/src/hooks/use-changePwd.d.ts +2 -2
- package/packages/business-components/device-panel/index.js +9420 -9376
- package/packages/business-components/device-panel/index.js.gz +0 -0
- package/packages/business-components/echarts/index.d.ts +2 -2
- package/packages/business-components/echarts/index.js +6004 -5961
- package/packages/business-components/echarts/index.js.gz +0 -0
- package/packages/business-components/export-button/index.d.ts +1 -5
- package/packages/business-components/import-button/index.d.ts +1 -5
- package/packages/business-components/layout-breadcrumb/index.d.ts +2 -6
- package/packages/business-components/model-table-dialog/index.d.ts +13 -90
- package/packages/business-components/model-table-dialog/src/Index.vue.d.ts +2 -12
- package/packages/business-components/model-table-dialog/src/ModelTable.vue.d.ts +5 -323
- package/packages/business-components/process-form/index.js +1 -1
- package/packages/business-components/process-form/index.js.gz +0 -0
- package/packages/business-components/process-form/src/hooks/useForm.d.ts +2 -2
- package/packages/business-components/process-table/index.d.ts +3 -21
- package/packages/business-components/process-table/src/App.vue.d.ts +5 -447
- package/packages/business-components/upload-file/index.d.ts +2 -8
- package/packages/business-components/user-org-dialog/index.d.ts +2 -10
- package/packages/business-components/video-dialog/index.d.ts +2 -6
- package/packages/business-components/video-dialog/index.js +202 -202
- package/packages/business-components/video-dialog/index.js.gz +0 -0
- package/packages/components/alert/index.d.ts +3 -3
- package/packages/components/audio-video/index.d.ts +4 -20
- package/packages/components/autocomplete/index.d.ts +3 -21
- package/packages/components/autocomplete/src/index.vue.d.ts +6 -326
- package/packages/components/breadcrumb/index.d.ts +2 -6
- package/packages/components/button/index.d.ts +1 -4
- package/packages/components/calendar/index.d.ts +1 -4
- package/packages/components/cascader/index.d.ts +1 -4
- package/packages/components/checkbox/index.d.ts +3 -15
- package/packages/components/collapse-panel/index.d.ts +3 -9
- package/packages/components/collapse-transition/index.d.ts +1 -1
- package/packages/components/collaspe/index.d.ts +3 -3
- package/packages/components/color-picker/index.d.ts +2 -10
- package/packages/components/custom-search-item/index.d.ts +3 -12
- package/packages/components/date-picker/index.d.ts +5 -29
- package/packages/components/dialog/index.d.ts +1 -9
- package/packages/components/dimple-layout/editor/index.d.ts +2 -28
- package/packages/components/dimple-layout/render/use-render.d.ts +1 -1
- package/packages/components/drawer/index.d.ts +1 -4
- package/packages/components/drawer/src/Index.vue.d.ts +1 -64
- package/packages/components/dropdown/index.d.ts +3 -5
- package/packages/components/dropdown/src/index.vue.d.ts +1 -41
- package/packages/components/edit-table/index.d.ts +3 -15
- package/packages/components/edit-table/src/index.vue.d.ts +5 -447
- package/packages/components/empty/index.d.ts +1 -1
- package/packages/components/form/index.d.ts +3 -3
- package/packages/components/input/index.d.ts +1 -3
- package/packages/components/input-number/src/App.vue.d.ts +2 -70
- package/packages/components/live-player/index.d.ts +3 -12
- package/packages/components/loading/index.js +4 -2
- package/packages/components/loading/index.js.gz +0 -0
- package/packages/components/map/index.d.ts +6 -14
- package/packages/components/menu-aside/index.d.ts +1 -6
- package/packages/components/menu-header/index.d.ts +1 -3
- package/packages/components/pagination/index.d.ts +3 -30
- package/packages/components/pagination/src/Pagination.vue.d.ts +1 -28
- package/packages/components/pagination/src/components/index.d.ts +4 -20
- package/packages/components/popover/index.d.ts +1 -5
- package/packages/components/popup-mask/index.d.ts +3 -18
- package/packages/components/popup-mask/src/Index.vue.d.ts +1 -1
- package/packages/components/preview/index.d.ts +1 -1
- package/packages/components/progress/index.d.ts +1 -1
- package/packages/components/radio/index.d.ts +3 -12
- package/packages/components/radio-tabs/index.d.ts +2 -18
- package/packages/components/rich-editor/index.d.ts +7 -17
- package/packages/components/rich-editor/src/Index.vue.d.ts +1 -1
- package/packages/components/scrollbar/index.d.ts +1 -1
- package/packages/components/scrollbar/src/scrollbar.vue.d.ts +1 -27
- package/packages/components/select/index.d.ts +1 -8
- package/packages/components/select-list/index.d.ts +1 -7
- package/packages/components/spin/index.d.ts +1 -1
- package/packages/components/split-panel/index.d.ts +3 -24
- package/packages/components/steps/index.d.ts +1 -1
- package/packages/components/table/index.d.ts +118 -1682
- package/packages/components/table/src/Table.vue.d.ts +3 -333
- package/packages/components/table/src/table-column/index.vue.d.ts +1 -62
- package/packages/components/tabs/index.d.ts +1 -5
- package/packages/components/tag/index.d.ts +1 -1
- package/packages/components/tooltip/index.d.ts +3 -12
- package/packages/components/tooltip/src/index.vue.d.ts +1 -325
- package/packages/components/tree/src/App.vue.d.ts +2 -164
- package/packages/components/tree-select/src/App.vue.d.ts +12 -662
- package/packages/components/tree-select/src/hooks/use-tree-select.d.ts +17 -667
- package/packages/components/tree-table/index.d.ts +3 -24
- package/packages/components/upload/index.d.ts +1 -5
- package/packages/components/virtual-tree/src/App.vue.d.ts +2 -106
- package/packages/components/watermark/index.d.ts +1 -1
|
@@ -4,9 +4,7 @@ declare const DasCollaspePanelRef: () => import("vue").Ref<({
|
|
|
4
4
|
$data: {};
|
|
5
5
|
$props: {
|
|
6
6
|
readonly header: string;
|
|
7
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps
|
|
8
|
-
header: string;
|
|
9
|
-
}> & Readonly<{}>;
|
|
7
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
|
|
10
8
|
$attrs: {
|
|
11
9
|
[x: string]: unknown;
|
|
12
10
|
};
|
|
@@ -60,9 +58,7 @@ declare const DasCollaspePanelRef: () => import("vue").Ref<({
|
|
|
60
58
|
$data: {};
|
|
61
59
|
$props: {
|
|
62
60
|
readonly header: string;
|
|
63
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps
|
|
64
|
-
header: string;
|
|
65
|
-
}> & Readonly<{}>;
|
|
61
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
|
|
66
62
|
$attrs: {
|
|
67
63
|
[x: string]: unknown;
|
|
68
64
|
};
|
|
@@ -115,9 +111,7 @@ declare const DasCollaspePanelRef: () => import("vue").Ref<({
|
|
|
115
111
|
declare const DasCollaspePanel: import("@das-fed/utils").SFCWithInstall<{
|
|
116
112
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<{
|
|
117
113
|
header: string;
|
|
118
|
-
}> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").
|
|
119
|
-
header: string;
|
|
120
|
-
}> & Readonly<{}>, {
|
|
114
|
+
}> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
|
|
121
115
|
header: string;
|
|
122
116
|
}, false, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
123
117
|
P: {};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
declare const DasCollapseTransition: import("@das-fed/utils").SFCWithInstall<{
|
|
2
|
-
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").
|
|
2
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
3
3
|
P: {};
|
|
4
4
|
B: {};
|
|
5
5
|
D: {};
|
|
@@ -6,7 +6,7 @@ declare const DasCollaspeRef: () => import("vue").Ref<({
|
|
|
6
6
|
readonly bordered: boolean;
|
|
7
7
|
readonly activeKey?: (string | string[]) | undefined;
|
|
8
8
|
readonly expandIconType?: ("triangle" | "arrow") | undefined;
|
|
9
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps
|
|
9
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
|
|
10
10
|
$attrs: {
|
|
11
11
|
[x: string]: unknown;
|
|
12
12
|
};
|
|
@@ -63,7 +63,7 @@ declare const DasCollaspeRef: () => import("vue").Ref<({
|
|
|
63
63
|
readonly bordered: boolean;
|
|
64
64
|
readonly activeKey?: (string | string[]) | undefined;
|
|
65
65
|
readonly expandIconType?: ("triangle" | "arrow") | undefined;
|
|
66
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps
|
|
66
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
|
|
67
67
|
$attrs: {
|
|
68
68
|
[x: string]: unknown;
|
|
69
69
|
};
|
|
@@ -114,7 +114,7 @@ declare const DasCollaspeRef: () => import("vue").Ref<({
|
|
|
114
114
|
};
|
|
115
115
|
}) | null>;
|
|
116
116
|
declare const DasCollaspe: import("@das-fed/utils").SFCWithInstall<{
|
|
117
|
-
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("./src/type.js").Props> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").
|
|
117
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("./src/type.js").Props> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
|
|
118
118
|
width: string;
|
|
119
119
|
activeKey: string | string[];
|
|
120
120
|
bordered: boolean;
|
|
@@ -7,11 +7,7 @@ declare const DasColorPickerRef: () => import("vue").Ref<import("vue").CreateCom
|
|
|
7
7
|
change: (value: string) => any;
|
|
8
8
|
"update:modelValue": (value: string) => any;
|
|
9
9
|
dasInput: (value: string) => any;
|
|
10
|
-
}, import("vue").
|
|
11
|
-
onChange?: ((value: string) => any) | undefined;
|
|
12
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
13
|
-
onDasInput?: ((value: string) => any) | undefined;
|
|
14
|
-
}>, {
|
|
10
|
+
}, import("vue").PublicProps, {
|
|
15
11
|
options: Record<string, any>;
|
|
16
12
|
disabled: boolean;
|
|
17
13
|
modelValue: any;
|
|
@@ -46,11 +42,7 @@ declare const DasColorPickerRef: () => import("vue").Ref<import("vue").CreateCom
|
|
|
46
42
|
change: (value: string) => any;
|
|
47
43
|
"update:modelValue": (value: string) => any;
|
|
48
44
|
dasInput: (value: string) => any;
|
|
49
|
-
}, import("vue").
|
|
50
|
-
onChange?: ((value: string) => any) | undefined;
|
|
51
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
52
|
-
onDasInput?: ((value: string) => any) | undefined;
|
|
53
|
-
}>, {
|
|
45
|
+
}, import("vue").PublicProps, {
|
|
54
46
|
options: Record<string, any>;
|
|
55
47
|
disabled: boolean;
|
|
56
48
|
modelValue: any;
|
|
@@ -12,10 +12,7 @@ declare const DasCustomSearchItemRef: () => import("vue").Ref<({
|
|
|
12
12
|
readonly labelPosition?: ("left" | "right" | "top") | undefined;
|
|
13
13
|
readonly onChange?: ((e: any) => any) | undefined;
|
|
14
14
|
readonly "onUpdate:modelValue"?: ((n: any) => any) | undefined;
|
|
15
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps
|
|
16
|
-
onChange?: ((e: any) => any) | undefined;
|
|
17
|
-
"onUpdate:modelValue"?: ((n: any) => any) | undefined;
|
|
18
|
-
}>;
|
|
15
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
|
|
19
16
|
$attrs: {
|
|
20
17
|
[x: string]: unknown;
|
|
21
18
|
};
|
|
@@ -88,10 +85,7 @@ declare const DasCustomSearchItemRef: () => import("vue").Ref<({
|
|
|
88
85
|
readonly labelPosition?: ("left" | "right" | "top") | undefined;
|
|
89
86
|
readonly onChange?: ((e: any) => any) | undefined;
|
|
90
87
|
readonly "onUpdate:modelValue"?: ((n: any) => any) | undefined;
|
|
91
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps
|
|
92
|
-
onChange?: ((e: any) => any) | undefined;
|
|
93
|
-
"onUpdate:modelValue"?: ((n: any) => any) | undefined;
|
|
94
|
-
}>;
|
|
88
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
|
|
95
89
|
$attrs: {
|
|
96
90
|
[x: string]: unknown;
|
|
97
91
|
};
|
|
@@ -159,10 +153,7 @@ declare const DasCustomSearchItem: import("@das-fed/utils").SFCWithInstall<{
|
|
|
159
153
|
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
160
154
|
change: (e: any) => any;
|
|
161
155
|
"update:modelValue": (n: any) => any;
|
|
162
|
-
}, import("vue").
|
|
163
|
-
onChange?: ((e: any) => any) | undefined;
|
|
164
|
-
"onUpdate:modelValue"?: ((n: any) => any) | undefined;
|
|
165
|
-
}>, {
|
|
156
|
+
}, import("vue").PublicProps, {
|
|
166
157
|
options: any[];
|
|
167
158
|
label: string;
|
|
168
159
|
defaultProps: import("./src/type.js").ValLabel<string>;
|
|
@@ -13,12 +13,7 @@ declare const DasDatePicker: import("@das-fed/utils").SFCWithInstall<{
|
|
|
13
13
|
openChange: (val: boolean) => any;
|
|
14
14
|
"update:model-value": (currValue: import("dayjs").Dayjs) => any;
|
|
15
15
|
"update:error": (error: string) => any;
|
|
16
|
-
}, import("vue").
|
|
17
|
-
onChange?: ((date: import("dayjs").Dayjs, dateString?: string | undefined) => any) | undefined;
|
|
18
|
-
onOpenChange?: ((val: boolean) => any) | undefined;
|
|
19
|
-
"onUpdate:model-value"?: ((currValue: import("dayjs").Dayjs) => any) | undefined;
|
|
20
|
-
"onUpdate:error"?: ((error: string) => any) | undefined;
|
|
21
|
-
}>, {
|
|
16
|
+
}, import("vue").PublicProps, {
|
|
22
17
|
size: "large" | "default" | "middle" | "small" | "table";
|
|
23
18
|
error: boolean;
|
|
24
19
|
disabled: boolean;
|
|
@@ -114,11 +109,7 @@ declare const DasDateRangePicker: import("@das-fed/utils").SFCWithInstall<{
|
|
|
114
109
|
change: (date: import("./src/type.js").RangeValue, dateString?: string[] | undefined) => any;
|
|
115
110
|
"update:model-value": (currValue: import("./src/type.js").RangeValue) => any;
|
|
116
111
|
"update:error": () => any;
|
|
117
|
-
}, import("vue").
|
|
118
|
-
onChange?: ((date: import("./src/type.js").RangeValue, dateString?: string[] | undefined) => any) | undefined;
|
|
119
|
-
"onUpdate:model-value"?: ((currValue: import("./src/type.js").RangeValue) => any) | undefined;
|
|
120
|
-
"onUpdate:error"?: (() => any) | undefined;
|
|
121
|
-
}>, {
|
|
112
|
+
}, import("vue").PublicProps, {
|
|
122
113
|
width: string;
|
|
123
114
|
teleported: boolean;
|
|
124
115
|
borderType: "underline" | "bordered" | "none";
|
|
@@ -194,12 +185,7 @@ declare const DasRangePicker: import("@das-fed/utils").SFCWithInstall<{
|
|
|
194
185
|
openChange: (val: boolean) => any;
|
|
195
186
|
"update:model-value": (currValue: import("./src/type.js").RangeValue) => any;
|
|
196
187
|
"update:error": (error: string) => any;
|
|
197
|
-
}, import("vue").
|
|
198
|
-
onChange?: ((date: import("./src/type.js").RangeValue, dateString?: string[] | undefined) => any) | undefined;
|
|
199
|
-
onOpenChange?: ((val: boolean) => any) | undefined;
|
|
200
|
-
"onUpdate:model-value"?: ((currValue: import("./src/type.js").RangeValue) => any) | undefined;
|
|
201
|
-
"onUpdate:error"?: ((error: string) => any) | undefined;
|
|
202
|
-
}>, {
|
|
188
|
+
}, import("vue").PublicProps, {
|
|
203
189
|
size: "large" | "default" | "middle" | "small" | "table";
|
|
204
190
|
error: boolean;
|
|
205
191
|
disabled: boolean;
|
|
@@ -304,12 +290,7 @@ declare const DasTimePicker: import("@das-fed/utils").SFCWithInstall<{
|
|
|
304
290
|
openChange: (val: boolean) => any;
|
|
305
291
|
"update:model-value": (currValue: import("dayjs").Dayjs) => any;
|
|
306
292
|
"update:error": (error: string) => any;
|
|
307
|
-
}, import("vue").
|
|
308
|
-
onChange?: ((date: import("dayjs").Dayjs, dateString?: string | undefined) => any) | undefined;
|
|
309
|
-
onOpenChange?: ((val: boolean) => any) | undefined;
|
|
310
|
-
"onUpdate:model-value"?: ((currValue: import("dayjs").Dayjs) => any) | undefined;
|
|
311
|
-
"onUpdate:error"?: ((error: string) => any) | undefined;
|
|
312
|
-
}>, {
|
|
293
|
+
}, import("vue").PublicProps, {
|
|
313
294
|
size: "large" | "default" | "middle" | "small" | "table";
|
|
314
295
|
error: boolean;
|
|
315
296
|
disabled: boolean;
|
|
@@ -403,12 +384,7 @@ declare const DasTimeRangePicker: import("@das-fed/utils").SFCWithInstall<{
|
|
|
403
384
|
openChange: (val: boolean) => any;
|
|
404
385
|
"update:model-value": (currValue: import("./src/type.js").RangeValue) => any;
|
|
405
386
|
"update:error": (error: string) => any;
|
|
406
|
-
}, import("vue").
|
|
407
|
-
onChange?: ((date: import("./src/type.js").RangeValue, dateString?: string | undefined) => any) | undefined;
|
|
408
|
-
onOpenChange?: ((val: boolean) => any) | undefined;
|
|
409
|
-
"onUpdate:model-value"?: ((currValue: import("./src/type.js").RangeValue) => any) | undefined;
|
|
410
|
-
"onUpdate:error"?: ((error: string) => any) | undefined;
|
|
411
|
-
}>, {
|
|
387
|
+
}, import("vue").PublicProps, {
|
|
412
388
|
size: "large" | "default" | "middle" | "small" | "table";
|
|
413
389
|
error: boolean;
|
|
414
390
|
disabled: boolean;
|
|
@@ -14,15 +14,7 @@ declare const DasDialog: import("@das-fed/utils").SFCWithInstall<{
|
|
|
14
14
|
close: () => any;
|
|
15
15
|
open: () => any;
|
|
16
16
|
confirm: () => any;
|
|
17
|
-
}, import("vue").
|
|
18
|
-
modelValue?: any;
|
|
19
|
-
} & import("./src/type.js").Props> & Readonly<{
|
|
20
|
-
onCancel?: (() => any) | undefined;
|
|
21
|
-
onClose?: (() => any) | undefined;
|
|
22
|
-
"onUpdate:modelValue"?: ((modelValue: any) => any) | undefined;
|
|
23
|
-
onOpen?: (() => any) | undefined;
|
|
24
|
-
onConfirm?: (() => any) | undefined;
|
|
25
|
-
}>, {
|
|
17
|
+
}, import("vue").PublicProps, {
|
|
26
18
|
size: "mini" | "small" | "nomarl" | "large" | "max";
|
|
27
19
|
type: "basic" | "feedback" | "notice";
|
|
28
20
|
loading: boolean;
|
|
@@ -48,20 +48,7 @@ declare const getDimpleLayoutEditorRef: () => import("vue").Ref<import("vue").Cr
|
|
|
48
48
|
"update:selectedCellsCount": (count: number) => any;
|
|
49
49
|
"update:backgroundEditing": (value: boolean) => any;
|
|
50
50
|
"update:customData": (data: any) => any;
|
|
51
|
-
}, import("vue").
|
|
52
|
-
options?: import("./type.js").DimpleLayoutEditorOptions;
|
|
53
|
-
canvas?: import("./type.js").DimpleLayoutCanvas | null;
|
|
54
|
-
zoom?: number;
|
|
55
|
-
selectedCellsCount?: number;
|
|
56
|
-
backgroundEditing?: boolean;
|
|
57
|
-
customData?: any;
|
|
58
|
-
}> & Readonly<{
|
|
59
|
-
"onUpdate:canvas"?: ((canvas?: import("./type.js").DimpleLayoutCanvas | null | undefined) => any) | undefined;
|
|
60
|
-
"onUpdate:zoom"?: ((zoom?: number | undefined) => any) | undefined;
|
|
61
|
-
"onUpdate:selectedCellsCount"?: ((count: number) => any) | undefined;
|
|
62
|
-
"onUpdate:backgroundEditing"?: ((value: boolean) => any) | undefined;
|
|
63
|
-
"onUpdate:customData"?: ((data: any) => any) | undefined;
|
|
64
|
-
}>, {}, false, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
51
|
+
}, import("vue").PublicProps, {}, false, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
65
52
|
P: {};
|
|
66
53
|
B: {};
|
|
67
54
|
D: {};
|
|
@@ -104,20 +91,7 @@ declare const getDimpleLayoutEditorRef: () => import("vue").Ref<import("vue").Cr
|
|
|
104
91
|
"update:selectedCellsCount": (count: number) => any;
|
|
105
92
|
"update:backgroundEditing": (value: boolean) => any;
|
|
106
93
|
"update:customData": (data: any) => any;
|
|
107
|
-
}, import("vue").
|
|
108
|
-
options?: import("./type.js").DimpleLayoutEditorOptions;
|
|
109
|
-
canvas?: import("./type.js").DimpleLayoutCanvas | null;
|
|
110
|
-
zoom?: number;
|
|
111
|
-
selectedCellsCount?: number;
|
|
112
|
-
backgroundEditing?: boolean;
|
|
113
|
-
customData?: any;
|
|
114
|
-
}> & Readonly<{
|
|
115
|
-
"onUpdate:canvas"?: ((canvas?: import("./type.js").DimpleLayoutCanvas | null | undefined) => any) | undefined;
|
|
116
|
-
"onUpdate:zoom"?: ((zoom?: number | undefined) => any) | undefined;
|
|
117
|
-
"onUpdate:selectedCellsCount"?: ((count: number) => any) | undefined;
|
|
118
|
-
"onUpdate:backgroundEditing"?: ((value: boolean) => any) | undefined;
|
|
119
|
-
"onUpdate:customData"?: ((data: any) => any) | undefined;
|
|
120
|
-
}>, {}, false, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
94
|
+
}, import("vue").PublicProps, {}, false, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
121
95
|
P: {};
|
|
122
96
|
B: {};
|
|
123
97
|
D: {};
|
|
@@ -5,5 +5,5 @@ export declare const useRender: (hookOptions?: {
|
|
|
5
5
|
}) => {
|
|
6
6
|
init: (initOptions?: DimpleLayoutEditorOptions) => Promise<void>;
|
|
7
7
|
containerEl: import("vue").Ref<HTMLDivElement | undefined, HTMLDivElement | undefined>;
|
|
8
|
-
canvas: import("vue").ShallowRef<DimpleLayoutCanvas | null | undefined>;
|
|
8
|
+
canvas: import("vue").ShallowRef<DimpleLayoutCanvas | null | undefined, DimpleLayoutCanvas | null | undefined>;
|
|
9
9
|
};
|
|
@@ -4,10 +4,7 @@ declare const DasDrawer: import("@das-fed/utils").SFCWithInstall<{
|
|
|
4
4
|
bodyStyle?: import("vue").StyleValue;
|
|
5
5
|
}> & Readonly<{}>, {
|
|
6
6
|
$drawer: import("vue").Ref<null, null>;
|
|
7
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").
|
|
8
|
-
title?: string;
|
|
9
|
-
bodyStyle?: import("vue").StyleValue;
|
|
10
|
-
}> & Readonly<{}>, {}, false, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
7
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {}, false, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
11
8
|
P: {};
|
|
12
9
|
B: {};
|
|
13
10
|
D: {};
|
|
@@ -128,70 +128,7 @@ declare function __VLS_template(): {
|
|
|
128
128
|
"update:modelValue": (value: boolean) => boolean;
|
|
129
129
|
openAutoFocus: () => boolean;
|
|
130
130
|
closeAutoFocus: () => boolean;
|
|
131
|
-
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps
|
|
132
|
-
readonly direction: import("element-plus/es/utils/index.mjs").EpPropFinalized<StringConstructor, "ltr" | "rtl" | "ttb" | "btt", unknown, "rtl", boolean>;
|
|
133
|
-
readonly size: import("element-plus/es/utils/index.mjs").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "30%", boolean>;
|
|
134
|
-
readonly withHeader: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
135
|
-
readonly modalFade: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
136
|
-
readonly headerAriaLevel: import("element-plus/es/utils/index.mjs").EpPropFinalized<StringConstructor, unknown, unknown, "2", boolean>;
|
|
137
|
-
readonly appendToBody: BooleanConstructor;
|
|
138
|
-
readonly beforeClose: {
|
|
139
|
-
readonly type: import("vue").PropType<import("element-plus").DialogBeforeCloseFn>;
|
|
140
|
-
readonly required: false;
|
|
141
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
142
|
-
__epPropKey: true;
|
|
143
|
-
};
|
|
144
|
-
readonly destroyOnClose: BooleanConstructor;
|
|
145
|
-
readonly closeOnClickModal: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
146
|
-
readonly closeOnPressEscape: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
147
|
-
readonly lockScroll: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
148
|
-
readonly modal: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
149
|
-
readonly openDelay: import("element-plus/es/utils/index.mjs").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
150
|
-
readonly closeDelay: import("element-plus/es/utils/index.mjs").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
151
|
-
readonly top: {
|
|
152
|
-
readonly type: import("vue").PropType<string>;
|
|
153
|
-
readonly required: false;
|
|
154
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
155
|
-
__epPropKey: true;
|
|
156
|
-
};
|
|
157
|
-
readonly modelValue: BooleanConstructor;
|
|
158
|
-
readonly modalClass: StringConstructor;
|
|
159
|
-
readonly width: {
|
|
160
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>>;
|
|
161
|
-
readonly required: false;
|
|
162
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
163
|
-
__epPropKey: true;
|
|
164
|
-
};
|
|
165
|
-
readonly zIndex: {
|
|
166
|
-
readonly type: import("vue").PropType<number>;
|
|
167
|
-
readonly required: false;
|
|
168
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
169
|
-
__epPropKey: true;
|
|
170
|
-
};
|
|
171
|
-
readonly trapFocus: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
172
|
-
readonly center: BooleanConstructor;
|
|
173
|
-
readonly alignCenter: BooleanConstructor;
|
|
174
|
-
readonly closeIcon: {
|
|
175
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown>>;
|
|
176
|
-
readonly required: false;
|
|
177
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
178
|
-
__epPropKey: true;
|
|
179
|
-
};
|
|
180
|
-
readonly customClass: import("element-plus/es/utils/index.mjs").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
181
|
-
readonly draggable: BooleanConstructor;
|
|
182
|
-
readonly fullscreen: BooleanConstructor;
|
|
183
|
-
readonly showClose: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
184
|
-
readonly title: import("element-plus/es/utils/index.mjs").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
185
|
-
readonly ariaLevel: import("element-plus/es/utils/index.mjs").EpPropFinalized<StringConstructor, unknown, unknown, "2", boolean>;
|
|
186
|
-
}>> & {
|
|
187
|
-
onClose?: (() => any) | undefined;
|
|
188
|
-
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
189
|
-
onOpen?: (() => any) | undefined;
|
|
190
|
-
onOpened?: (() => any) | undefined;
|
|
191
|
-
onClosed?: (() => any) | undefined;
|
|
192
|
-
onOpenAutoFocus?: (() => any) | undefined;
|
|
193
|
-
onCloseAutoFocus?: (() => any) | undefined;
|
|
194
|
-
}, {
|
|
131
|
+
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, {
|
|
195
132
|
readonly title: string;
|
|
196
133
|
readonly center: boolean;
|
|
197
134
|
readonly size: import("element-plus/es/utils/index.mjs").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
@@ -2,9 +2,7 @@ import '@das-fed/ui/packages/global/theme';
|
|
|
2
2
|
declare const DasDropdownItem: import("@das-fed/utils").SFCWithInstall<{
|
|
3
3
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<{
|
|
4
4
|
danger?: boolean;
|
|
5
|
-
}> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").
|
|
6
|
-
danger?: boolean;
|
|
7
|
-
}> & Readonly<{}>, {
|
|
5
|
+
}> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
|
|
8
6
|
danger: boolean;
|
|
9
7
|
}, false, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
10
8
|
P: {};
|
|
@@ -31,7 +29,7 @@ declare const DasDropdownItem: import("@das-fed/utils").SFCWithInstall<{
|
|
|
31
29
|
};
|
|
32
30
|
})>;
|
|
33
31
|
declare const DasDropdownMenu: import("@das-fed/utils").SFCWithInstall<{
|
|
34
|
-
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").
|
|
32
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
35
33
|
P: {};
|
|
36
34
|
B: {};
|
|
37
35
|
D: {};
|
|
@@ -50,7 +48,7 @@ declare const DasDropdownMenu: import("@das-fed/utils").SFCWithInstall<{
|
|
|
50
48
|
declare const DasDropdown: import("@das-fed/utils").SFCWithInstall<{
|
|
51
49
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("./src/type").Props> & Readonly<{}>, {
|
|
52
50
|
getElRef: () => any;
|
|
53
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").
|
|
51
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
|
|
54
52
|
selfPopperClass: string;
|
|
55
53
|
visibleArrow: boolean;
|
|
56
54
|
}, false, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
@@ -6314,47 +6314,7 @@ declare function __VLS_template(): {
|
|
|
6314
6314
|
contentRef: import("vue").Ref<HTMLElement | null>;
|
|
6315
6315
|
triggeringElementRef: import("vue").Ref<any>;
|
|
6316
6316
|
referenceElementRef: import("vue").Ref<any>;
|
|
6317
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("click" | "visible-change" | "command")[], import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps
|
|
6318
|
-
readonly trigger: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => import("element-plus/es/utils/typescript.mjs").Arrayable<import("element-plus").TooltipTriggerType> & {}) | (() => import("element-plus/es/utils/typescript.mjs").Arrayable<import("element-plus").TooltipTriggerType>) | ((new (...args: any[]) => import("element-plus/es/utils/typescript.mjs").Arrayable<import("element-plus").TooltipTriggerType> & {}) | (() => import("element-plus/es/utils/typescript.mjs").Arrayable<import("element-plus").TooltipTriggerType>))[], unknown, unknown, "hover", boolean>;
|
|
6319
|
-
readonly effect: {
|
|
6320
|
-
readonly default: "light";
|
|
6321
|
-
readonly type: import("vue").PropType<string>;
|
|
6322
|
-
readonly required: false;
|
|
6323
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
6324
|
-
readonly __epPropKey: true;
|
|
6325
|
-
};
|
|
6326
|
-
readonly type: {
|
|
6327
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<(new (...args: any[]) => import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "" | "default" | "success" | "warning" | "info" | "text" | "primary" | "danger", unknown> & {}) | (() => import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "" | "default" | "success" | "warning" | "info" | "text" | "primary" | "danger", unknown>) | ((new (...args: any[]) => import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "" | "default" | "success" | "warning" | "info" | "text" | "primary" | "danger", unknown> & {}) | (() => import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "" | "default" | "success" | "warning" | "info" | "text" | "primary" | "danger", unknown>))[], unknown, unknown>>;
|
|
6328
|
-
readonly required: false;
|
|
6329
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
6330
|
-
__epPropKey: true;
|
|
6331
|
-
};
|
|
6332
|
-
readonly placement: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => import("@popperjs/core").Placement & {}) | (() => import("@popperjs/core").Placement) | ((new (...args: any[]) => import("@popperjs/core").Placement & {}) | (() => import("@popperjs/core").Placement))[], unknown, unknown, "bottom", boolean>;
|
|
6333
|
-
readonly popperOptions: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>) | ((new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>))[], unknown, unknown, () => {}, boolean>;
|
|
6334
|
-
readonly id: StringConstructor;
|
|
6335
|
-
readonly size: import("element-plus/es/utils/index.mjs").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
6336
|
-
readonly splitButton: BooleanConstructor;
|
|
6337
|
-
readonly hideOnClick: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
6338
|
-
readonly loop: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
6339
|
-
readonly showTimeout: import("element-plus/es/utils/index.mjs").EpPropFinalized<NumberConstructor, unknown, unknown, 150, boolean>;
|
|
6340
|
-
readonly hideTimeout: import("element-plus/es/utils/index.mjs").EpPropFinalized<NumberConstructor, unknown, unknown, 150, boolean>;
|
|
6341
|
-
readonly tabindex: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => (string | number) & {}) | (() => string | number) | ((new (...args: any[]) => (string | number) & {}) | (() => string | number))[], unknown, unknown, 0, boolean>;
|
|
6342
|
-
readonly maxHeight: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => (string | number) & {}) | (() => string | number) | ((new (...args: any[]) => (string | number) & {}) | (() => string | number))[], unknown, unknown, "", boolean>;
|
|
6343
|
-
readonly popperClass: import("element-plus/es/utils/index.mjs").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
6344
|
-
readonly disabled: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
6345
|
-
readonly role: import("element-plus/es/utils/index.mjs").EpPropFinalized<StringConstructor, unknown, unknown, "menu", boolean>;
|
|
6346
|
-
readonly buttonProps: {
|
|
6347
|
-
readonly type: import("vue").PropType<import("element-plus").ButtonProps>;
|
|
6348
|
-
readonly required: false;
|
|
6349
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
6350
|
-
__epPropKey: true;
|
|
6351
|
-
};
|
|
6352
|
-
readonly teleported: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
6353
|
-
}>> & {
|
|
6354
|
-
onClick?: ((...args: any[]) => any) | undefined;
|
|
6355
|
-
"onVisible-change"?: ((...args: any[]) => any) | undefined;
|
|
6356
|
-
onCommand?: ((...args: any[]) => any) | undefined;
|
|
6357
|
-
}, {
|
|
6317
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("click" | "visible-change" | "command")[], import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, {
|
|
6358
6318
|
readonly effect: string;
|
|
6359
6319
|
readonly size: string;
|
|
6360
6320
|
readonly placement: import("element-plus/es/utils/index.mjs").EpPropMergeType<(new (...args: any[]) => import("@popperjs/core").Placement & {}) | (() => import("@popperjs/core").Placement) | ((new (...args: any[]) => import("@popperjs/core").Placement & {}) | (() => import("@popperjs/core").Placement))[], unknown, unknown>;
|
|
@@ -18,11 +18,7 @@ declare const DasEditTableRef: () => import("vue").Ref<({
|
|
|
18
18
|
readonly onAddRow?: (() => any) | undefined;
|
|
19
19
|
readonly onRemoveRow?: (() => any) | undefined;
|
|
20
20
|
readonly onSortEnd?: ((oldData: any[], newData: any[], oldIndex: number, newIndex: number) => any) | undefined;
|
|
21
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps
|
|
22
|
-
onAddRow?: (() => any) | undefined;
|
|
23
|
-
onRemoveRow?: (() => any) | undefined;
|
|
24
|
-
onSortEnd?: ((oldData: any[], newData: any[], oldIndex: number, newIndex: number) => any) | undefined;
|
|
25
|
-
}>;
|
|
21
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
|
|
26
22
|
$attrs: {
|
|
27
23
|
[x: string]: unknown;
|
|
28
24
|
};
|
|
@@ -176,11 +172,7 @@ declare const DasEditTableRef: () => import("vue").Ref<({
|
|
|
176
172
|
readonly onAddRow?: (() => any) | undefined;
|
|
177
173
|
readonly onRemoveRow?: (() => any) | undefined;
|
|
178
174
|
readonly onSortEnd?: ((oldData: any[], newData: any[], oldIndex: number, newIndex: number) => any) | undefined;
|
|
179
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps
|
|
180
|
-
onAddRow?: (() => any) | undefined;
|
|
181
|
-
onRemoveRow?: (() => any) | undefined;
|
|
182
|
-
onSortEnd?: ((oldData: any[], newData: any[], oldIndex: number, newIndex: number) => any) | undefined;
|
|
183
|
-
}>;
|
|
175
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
|
|
184
176
|
$attrs: {
|
|
185
177
|
[x: string]: unknown;
|
|
186
178
|
};
|
|
@@ -342,11 +334,7 @@ declare const DasEditTable: import("@das-fed/utils").SFCWithInstall<{
|
|
|
342
334
|
addRow: () => any;
|
|
343
335
|
removeRow: () => any;
|
|
344
336
|
sortEnd: (oldData: any[], newData: any[], oldIndex: number, newIndex: number) => any;
|
|
345
|
-
}, import("vue").
|
|
346
|
-
onAddRow?: (() => any) | undefined;
|
|
347
|
-
onRemoveRow?: (() => any) | undefined;
|
|
348
|
-
onSortEnd?: ((oldData: any[], newData: any[], oldIndex: number, newIndex: number) => any) | undefined;
|
|
349
|
-
}>, {
|
|
337
|
+
}, import("vue").PublicProps, {
|
|
350
338
|
config: import("./src/type.js").ListConfig[];
|
|
351
339
|
data: any[];
|
|
352
340
|
props: {
|