@das-fed/ui 6.4.0-dev.42 → 6.4.0-dev.44
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/i18n-collection/en.js +536 -0
- package/i18n-collection/zh-CN.js +537 -0
- package/package.json +6 -5
- package/packages/business-components/change-pwd/src/hooks/use-changePwd.d.ts +14 -14
- package/packages/business-components/device-panel/src/components/alarmDevicePanel/alarmLog/components/listItem.vue.d.ts +1 -1
- package/packages/business-components/device-panel/src/components/devicePanelModal/alarmLog/components/listItem.vue.d.ts +1 -1
- package/packages/business-components/device-panel/src/components/drag-resize/index.vue.d.ts +1 -1
- package/packages/business-components/echarts/index.d.ts +10 -10
- package/packages/business-components/echarts/index.js +1648 -1639
- package/packages/business-components/echarts/index.js.gz +0 -0
- package/packages/business-components/echarts/src/Index.vue.d.ts +2 -2
- package/packages/business-components/echarts/style.css +1 -1
- package/packages/business-components/export-button/index.d.ts +5 -5
- package/packages/business-components/export-button/src/App.vue.d.ts +2 -2
- package/packages/business-components/import-button/index.d.ts +13 -13
- package/packages/business-components/import-button/src/App.vue.d.ts +5 -5
- package/packages/business-components/model-table-dialog/index.d.ts +61 -61
- package/packages/business-components/model-table-dialog/src/Index.vue.d.ts +10 -10
- package/packages/business-components/model-table-dialog/src/ModelTable.vue.d.ts +4 -4
- package/packages/business-components/process-form/index.js +1093 -1079
- package/packages/business-components/process-form/index.js.gz +0 -0
- package/packages/business-components/process-form/src/hooks/useForm.d.ts +14 -14
- package/packages/business-components/process-form/src/hooks/useSelector.d.ts +2 -1
- package/packages/business-components/process-form/src/widgets/layout/accordion/accordion.d.ts +1 -1
- package/packages/business-components/process-form/src/widgets/layout/grid/grid.d.ts +1 -1
- package/packages/business-components/process-form/style.css +1 -1
- package/packages/business-components/process-table/index.d.ts +11 -2
- package/packages/business-components/process-table/index.js +147 -146
- package/packages/business-components/process-table/index.js.gz +0 -0
- package/packages/business-components/process-table/src/App.vue.d.ts +9 -24
- package/packages/business-components/process-table/src/type.d.ts +2 -0
- package/packages/business-components/process-table/style.css +1 -1
- package/packages/business-components/urgent-panel/src/components/drag-resize/index.vue.d.ts +1 -1
- package/packages/components/audio-video/index.d.ts +10 -10
- package/packages/components/audio-video/src/Index.vue.d.ts +2 -2
- package/packages/components/autocomplete/index.d.ts +38 -38
- package/packages/components/autocomplete/src/index.vue.d.ts +17 -17
- package/packages/components/cascader/index.d.ts +6 -6
- package/packages/components/cascader/src/Index.vue.d.ts +2 -2
- package/packages/components/checkbox/index.d.ts +59 -59
- package/packages/components/checkbox/src/Index.vue.d.ts +8 -8
- package/packages/components/collaspe/index.d.ts +9 -9
- package/packages/components/collaspe/src/Index.vue.d.ts +1 -1
- package/packages/components/color-picker/index.d.ts +13 -13
- package/packages/components/color-picker/src/Index.vue.d.ts +3 -3
- package/packages/components/custom-search-item/index.d.ts +24 -24
- package/packages/components/custom-search-item/src/Index.vue.d.ts +3 -3
- package/packages/components/date-picker/index.d.ts +27 -27
- package/packages/components/date-picker/src/DatePicker.vue.d.ts +2 -2
- package/packages/components/date-picker/src/DateRangePicker.vue.d.ts +1 -1
- package/packages/components/date-picker/src/RangePicker.vue.d.ts +2 -2
- package/packages/components/date-picker/src/TimePicker.vue.d.ts +2 -2
- package/packages/components/date-picker/src/TimeRangePicker.vue.d.ts +2 -2
- package/packages/components/dialog/index.d.ts +13 -13
- package/packages/components/dialog/src/Index.vue.d.ts +5 -5
- package/packages/components/edit-table/index.d.ts +9 -9
- package/packages/components/edit-table/src/index.vue.d.ts +1 -1
- package/packages/components/form/index.d.ts +23 -23
- package/packages/components/form/src/Index.vue.d.ts +3 -3
- package/packages/components/image-upload/index.d.ts +1 -1
- package/packages/components/image-upload/src/Index.vue.d.ts +1 -1
- package/packages/components/image-viewer/index.d.ts +1 -1
- package/packages/components/image-viewer/src/Index.vue.d.ts +1 -1
- package/packages/components/input/index.d.ts +12 -12
- package/packages/components/input/src/index.vue.d.ts +4 -4
- package/packages/components/input-dialog-select/index.d.ts +3 -3
- package/packages/components/input-dialog-select/src/Index.vue.d.ts +3 -3
- package/packages/components/input-number/src/App.vue.d.ts +3 -3
- package/packages/components/pagination/index.d.ts +9 -9
- package/packages/components/pagination/src/Pagination.vue.d.ts +1 -1
- package/packages/components/progress/index.d.ts +3 -3
- package/packages/components/progress/src/Index.vue.d.ts +1 -1
- package/packages/components/radio/index.d.ts +38 -38
- package/packages/components/radio/src/Index.vue.d.ts +5 -5
- package/packages/components/rich-editor/index.d.ts +16 -16
- package/packages/components/rich-editor/src/Index.vue.d.ts +4 -4
- package/packages/components/search/index.d.ts +5 -5
- package/packages/components/search/src/Index.vue.d.ts +5 -5
- package/packages/components/search-form/src/Index.vue.d.ts +1 -1
- package/packages/components/search-form/src/SearchDateRange.vue.d.ts +1 -1
- package/packages/components/select/index.d.ts +11 -11
- package/packages/components/select/src/Select.vue.d.ts +4 -4
- package/packages/components/select-input/index.d.ts +1 -1
- package/packages/components/select-input/src/Index.vue.d.ts +1 -1
- package/packages/components/special-range-picker-month/index.d.ts +3 -3
- package/packages/components/special-range-picker-month/src/Index.vue.d.ts +3 -3
- package/packages/components/special-range-picker-year/index.d.ts +3 -3
- package/packages/components/special-range-picker-year/src/Index.vue.d.ts +3 -3
- package/packages/components/spin/index.d.ts +3 -3
- package/packages/components/spin/src/index.vue.d.ts +1 -1
- package/packages/components/table/index.d.ts +16 -16
- package/packages/components/table/src/filter-pane/filterPane.vue.d.ts +2 -2
- package/packages/components/table/src/table-column/index.vue.d.ts +2 -2
- package/packages/components/tabs/index.d.ts +6 -6
- package/packages/components/tabs/style.css +1 -1
- package/packages/components/tabs/style.css.gz +0 -0
- package/packages/components/tag/index.d.ts +6 -6
- package/packages/components/tag/src/Index.vue.d.ts +2 -2
- package/packages/components/tooltip/index.d.ts +31 -31
- package/packages/components/tooltip/src/index.vue.d.ts +4 -4
- package/packages/components/tree/src/App.vue.d.ts +1 -1
- package/packages/components/tree-select/src/App.vue.d.ts +30 -30
- package/packages/components/tree-select/src/hooks/use-tree-select.d.ts +26 -26
- package/packages/components/upload/index.d.ts +3 -3
- package/packages/components/upload/src/Index.vue.d.ts +1 -1
|
Binary file
|
|
@@ -194,9 +194,7 @@ declare function __VLS_template(): {
|
|
|
194
194
|
showOverflowTooltip: import("vue").PropType<boolean | Partial<Pick<import("element-plus").ElTooltipProps, "offset" | "effect" | "placement" | "popperClass" | "showAfter" | "hideAfter" | "popperOptions" | "enterable" | "showArrow">> | undefined>;
|
|
195
195
|
}>> & {
|
|
196
196
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
197
|
-
"onExpand-change"?: ((
|
|
198
|
-
/**__VLS_emit,__VLS_3,tableSetting*/
|
|
199
|
-
...args: any[]) => any) | undefined;
|
|
197
|
+
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
200
198
|
"onCurrent-change"?: ((...args: any[]) => any) | undefined;
|
|
201
199
|
"onSelect-all"?: ((...args: any[]) => any) | undefined;
|
|
202
200
|
"onSelection-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -423,9 +421,7 @@ declare function __VLS_template(): {
|
|
|
423
421
|
showOverflowTooltip: import("vue").PropType<boolean | Partial<Pick<import("element-plus").ElTooltipProps, "offset" | "effect" | "placement" | "popperClass" | "showAfter" | "hideAfter" | "popperOptions" | "enterable" | "showArrow">> | undefined>;
|
|
424
422
|
}>> & {
|
|
425
423
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
426
|
-
"onExpand-change"?: ((
|
|
427
|
-
/**__VLS_emit,__VLS_3,tableSetting*/
|
|
428
|
-
...args: any[]) => any) | undefined;
|
|
424
|
+
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
429
425
|
"onCurrent-change"?: ((...args: any[]) => any) | undefined;
|
|
430
426
|
"onSelect-all"?: ((...args: any[]) => any) | undefined;
|
|
431
427
|
"onSelection-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -645,9 +641,7 @@ declare function __VLS_template(): {
|
|
|
645
641
|
showOverflowTooltip: import("vue").PropType<boolean | Partial<Pick<import("element-plus").ElTooltipProps, "offset" | "effect" | "placement" | "popperClass" | "showAfter" | "hideAfter" | "popperOptions" | "enterable" | "showArrow">> | undefined>;
|
|
646
642
|
}>> & {
|
|
647
643
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
648
|
-
"onExpand-change"?: ((
|
|
649
|
-
/**__VLS_emit,__VLS_3,tableSetting*/
|
|
650
|
-
...args: any[]) => any) | undefined;
|
|
644
|
+
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
651
645
|
"onCurrent-change"?: ((...args: any[]) => any) | undefined;
|
|
652
646
|
"onSelect-all"?: ((...args: any[]) => any) | undefined;
|
|
653
647
|
"onSelection-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -874,9 +868,7 @@ declare function __VLS_template(): {
|
|
|
874
868
|
showOverflowTooltip: import("vue").PropType<boolean | Partial<Pick<import("element-plus").ElTooltipProps, "offset" | "effect" | "placement" | "popperClass" | "showAfter" | "hideAfter" | "popperOptions" | "enterable" | "showArrow">> | undefined>;
|
|
875
869
|
}>> & {
|
|
876
870
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
877
|
-
"onExpand-change"?: ((
|
|
878
|
-
/**__VLS_emit,__VLS_3,tableSetting*/
|
|
879
|
-
...args: any[]) => any) | undefined;
|
|
871
|
+
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
880
872
|
"onCurrent-change"?: ((...args: any[]) => any) | undefined;
|
|
881
873
|
"onSelect-all"?: ((...args: any[]) => any) | undefined;
|
|
882
874
|
"onSelection-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -1162,9 +1154,7 @@ declare function __VLS_template(): {
|
|
|
1162
1154
|
showOverflowTooltip: import("vue").PropType<boolean | Partial<Pick<import("element-plus").ElTooltipProps, "offset" | "effect" | "placement" | "popperClass" | "showAfter" | "hideAfter" | "popperOptions" | "enterable" | "showArrow">> | undefined>;
|
|
1163
1155
|
}>> & {
|
|
1164
1156
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
1165
|
-
"onExpand-change"?: ((
|
|
1166
|
-
/**__VLS_emit,__VLS_3,tableSetting*/
|
|
1167
|
-
...args: any[]) => any) | undefined;
|
|
1157
|
+
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
1168
1158
|
"onCurrent-change"?: ((...args: any[]) => any) | undefined;
|
|
1169
1159
|
"onSelect-all"?: ((...args: any[]) => any) | undefined;
|
|
1170
1160
|
"onSelection-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -1391,9 +1381,7 @@ declare function __VLS_template(): {
|
|
|
1391
1381
|
showOverflowTooltip: import("vue").PropType<boolean | Partial<Pick<import("element-plus").ElTooltipProps, "offset" | "effect" | "placement" | "popperClass" | "showAfter" | "hideAfter" | "popperOptions" | "enterable" | "showArrow">> | undefined>;
|
|
1392
1382
|
}>> & {
|
|
1393
1383
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
1394
|
-
"onExpand-change"?: ((
|
|
1395
|
-
/**__VLS_emit,__VLS_3,tableSetting*/
|
|
1396
|
-
...args: any[]) => any) | undefined;
|
|
1384
|
+
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
1397
1385
|
"onCurrent-change"?: ((...args: any[]) => any) | undefined;
|
|
1398
1386
|
"onSelect-all"?: ((...args: any[]) => any) | undefined;
|
|
1399
1387
|
"onSelection-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -1613,9 +1601,7 @@ declare function __VLS_template(): {
|
|
|
1613
1601
|
showOverflowTooltip: import("vue").PropType<boolean | Partial<Pick<import("element-plus").ElTooltipProps, "offset" | "effect" | "placement" | "popperClass" | "showAfter" | "hideAfter" | "popperOptions" | "enterable" | "showArrow">> | undefined>;
|
|
1614
1602
|
}>> & {
|
|
1615
1603
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
1616
|
-
"onExpand-change"?: ((
|
|
1617
|
-
/**__VLS_emit,__VLS_3,tableSetting*/
|
|
1618
|
-
...args: any[]) => any) | undefined;
|
|
1604
|
+
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
1619
1605
|
"onCurrent-change"?: ((...args: any[]) => any) | undefined;
|
|
1620
1606
|
"onSelect-all"?: ((...args: any[]) => any) | undefined;
|
|
1621
1607
|
"onSelection-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -1842,9 +1828,7 @@ declare function __VLS_template(): {
|
|
|
1842
1828
|
showOverflowTooltip: import("vue").PropType<boolean | Partial<Pick<import("element-plus").ElTooltipProps, "offset" | "effect" | "placement" | "popperClass" | "showAfter" | "hideAfter" | "popperOptions" | "enterable" | "showArrow">> | undefined>;
|
|
1843
1829
|
}>> & {
|
|
1844
1830
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
1845
|
-
"onExpand-change"?: ((
|
|
1846
|
-
/**__VLS_emit,__VLS_3,tableSetting*/
|
|
1847
|
-
...args: any[]) => any) | undefined;
|
|
1831
|
+
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
1848
1832
|
"onCurrent-change"?: ((...args: any[]) => any) | undefined;
|
|
1849
1833
|
"onSelect-all"?: ((...args: any[]) => any) | undefined;
|
|
1850
1834
|
"onSelection-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -2002,6 +1986,7 @@ declare const __VLS_component: import("vue").DefineComponent<__VLS_PublicProps,
|
|
|
2002
1986
|
onGetSearchQuery?: ((val: any) => any) | undefined;
|
|
2003
1987
|
onChangeSlotShow?: ((val: import("./type").ITableShowColumn[]) => any) | undefined;
|
|
2004
1988
|
}>, {
|
|
1989
|
+
showOperationColumn: boolean;
|
|
2005
1990
|
flowKey: string;
|
|
2006
1991
|
needDisplayFileds: boolean;
|
|
2007
1992
|
clientType: "pc" | "mobile";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
.das-process-table[data-v-
|
|
1
|
+
.das-process-table[data-v-3a6b66b2]{width:100%;height:100%}.das-process-table .setting-top[data-v-3a6b66b2]{border-bottom:1px solid #e5e5e5}.das-process-table .setting-top .setting-top-content[data-v-3a6b66b2]{width:88px;height:32px;line-height:32px;text-align:center;background:#fff;font-size:12px;color:#5582f3;letter-spacing:0;font-weight:400;border-bottom:2px solid #5582f3}.das-process-table .operate[data-v-3a6b66b2]{display:flex;justify-content:flex-end;align-items:center;height:40px}.das-process-table .operate .text-btn[data-v-3a6b66b2]{font-size:14px;color:#5582f3;letter-spacing:0;line-height:21px;font-weight:400;cursor:pointer}.das-process-table[data-v-3a6b66b2] .das-ui-switch{display:block}.no-header-column[data-v-3a6b66b2] .el-table td.el-table__cell,.no-header-column[data-v-3a6b66b2] .el-table th.el-table__cell.is-leaf{border-bottom:none}
|
|
@@ -21,12 +21,12 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<Pr
|
|
|
21
21
|
onResizing?: ((rect: rectType) => any) | undefined;
|
|
22
22
|
onResizestop?: ((rect: rectType) => any) | undefined;
|
|
23
23
|
}>, {
|
|
24
|
-
aspectRatio: boolean;
|
|
25
24
|
isActive: boolean;
|
|
26
25
|
y: number;
|
|
27
26
|
h: number | string;
|
|
28
27
|
w: number | string;
|
|
29
28
|
x: number;
|
|
29
|
+
aspectRatio: boolean;
|
|
30
30
|
axis: string;
|
|
31
31
|
preventActiveBehavior: boolean;
|
|
32
32
|
parentW: number;
|
|
@@ -4,10 +4,10 @@ declare const DasAudioVideoRef: () => import("vue").Ref<import("vue").CreateComp
|
|
|
4
4
|
"visible-change": (val: boolean) => any;
|
|
5
5
|
}, import("vue").PublicProps, {
|
|
6
6
|
type: "video" | "audio";
|
|
7
|
-
height: string;
|
|
8
|
-
width: string;
|
|
9
7
|
mode: "normal" | "view";
|
|
8
|
+
height: string;
|
|
10
9
|
src: string;
|
|
10
|
+
width: string;
|
|
11
11
|
needPreview: boolean;
|
|
12
12
|
playerProps: Omit<import("./src/player/type.js").Props, "visible" | "type" | "src">;
|
|
13
13
|
}, false, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
@@ -21,10 +21,10 @@ declare const DasAudioVideoRef: () => import("vue").Ref<import("vue").CreateComp
|
|
|
21
21
|
"onVisible-change"?: ((val: boolean) => any) | undefined;
|
|
22
22
|
}>, {}, {}, {}, {}, {
|
|
23
23
|
type: "video" | "audio";
|
|
24
|
-
height: string;
|
|
25
|
-
width: string;
|
|
26
24
|
mode: "normal" | "view";
|
|
25
|
+
height: string;
|
|
27
26
|
src: string;
|
|
27
|
+
width: string;
|
|
28
28
|
needPreview: boolean;
|
|
29
29
|
playerProps: Omit<import("./src/player/type.js").Props, "visible" | "type" | "src">;
|
|
30
30
|
}> | null, import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("./src/type.js").Props> & Readonly<{
|
|
@@ -33,10 +33,10 @@ declare const DasAudioVideoRef: () => import("vue").Ref<import("vue").CreateComp
|
|
|
33
33
|
"visible-change": (val: boolean) => any;
|
|
34
34
|
}, import("vue").PublicProps, {
|
|
35
35
|
type: "video" | "audio";
|
|
36
|
-
height: string;
|
|
37
|
-
width: string;
|
|
38
36
|
mode: "normal" | "view";
|
|
37
|
+
height: string;
|
|
39
38
|
src: string;
|
|
39
|
+
width: string;
|
|
40
40
|
needPreview: boolean;
|
|
41
41
|
playerProps: Omit<import("./src/player/type.js").Props, "visible" | "type" | "src">;
|
|
42
42
|
}, false, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
@@ -50,10 +50,10 @@ declare const DasAudioVideoRef: () => import("vue").Ref<import("vue").CreateComp
|
|
|
50
50
|
"onVisible-change"?: ((val: boolean) => any) | undefined;
|
|
51
51
|
}>, {}, {}, {}, {}, {
|
|
52
52
|
type: "video" | "audio";
|
|
53
|
-
height: string;
|
|
54
|
-
width: string;
|
|
55
53
|
mode: "normal" | "view";
|
|
54
|
+
height: string;
|
|
56
55
|
src: string;
|
|
56
|
+
width: string;
|
|
57
57
|
needPreview: boolean;
|
|
58
58
|
playerProps: Omit<import("./src/player/type.js").Props, "visible" | "type" | "src">;
|
|
59
59
|
}> | null>;
|
|
@@ -130,10 +130,10 @@ declare const DasAudioVideo: import("@das-fed/utils").SFCWithInstall<import("vue
|
|
|
130
130
|
"onVisible-change"?: ((val: boolean) => any) | undefined;
|
|
131
131
|
}>, {
|
|
132
132
|
type: "video" | "audio";
|
|
133
|
-
height: string;
|
|
134
|
-
width: string;
|
|
135
133
|
mode: "normal" | "view";
|
|
134
|
+
height: string;
|
|
136
135
|
src: string;
|
|
136
|
+
width: string;
|
|
137
137
|
needPreview: boolean;
|
|
138
138
|
playerProps: Omit<import("./src/player/type.js").Props, "visible" | "type" | "src">;
|
|
139
139
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>>;
|
|
@@ -5,10 +5,10 @@ declare const _default: import("vue").DefineComponent<Props, {}, {}, {}, {}, imp
|
|
|
5
5
|
"onVisible-change"?: ((val: boolean) => any) | undefined;
|
|
6
6
|
}>, {
|
|
7
7
|
type: "video" | "audio";
|
|
8
|
-
height: string;
|
|
9
|
-
width: string;
|
|
10
8
|
mode: "normal" | "view";
|
|
9
|
+
height: string;
|
|
11
10
|
src: string;
|
|
11
|
+
width: string;
|
|
12
12
|
needPreview: boolean;
|
|
13
13
|
playerProps: Omit<import("./player/type").Props, "visible" | "type" | "src">;
|
|
14
14
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
@@ -18,9 +18,9 @@ declare const DasAutocompleteRef: () => import("vue").Ref<({
|
|
|
18
18
|
readonly path?: any;
|
|
19
19
|
readonly nodeKey?: string | undefined;
|
|
20
20
|
readonly mode: "tree" | "list";
|
|
21
|
-
readonly onChange?: ((val: string) => any) | undefined;
|
|
22
21
|
readonly onInput?: ((val: string) => any) | undefined;
|
|
23
22
|
readonly "onUpdate:modelValue"?: ((val: string) => any) | undefined;
|
|
23
|
+
readonly onChange?: ((val: string) => any) | undefined;
|
|
24
24
|
readonly "onUpdate:path"?: ((val: any) => any) | undefined;
|
|
25
25
|
readonly "onNode-click"?: ((val: any) => any) | undefined;
|
|
26
26
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
|
|
@@ -36,30 +36,30 @@ declare const DasAutocompleteRef: () => import("vue").Ref<({
|
|
|
36
36
|
$root: import("vue").ComponentPublicInstance | null;
|
|
37
37
|
$parent: import("vue").ComponentPublicInstance | null;
|
|
38
38
|
$host: Element | null;
|
|
39
|
-
$emit: ((event: "
|
|
39
|
+
$emit: ((event: "input", val: string) => void) & ((event: "update:modelValue", val: string) => void) & ((event: "change", val: string) => void) & ((event: "update:path", val: any) => void) & ((event: "node-click", val: any) => void);
|
|
40
40
|
$el: any;
|
|
41
41
|
$options: import("vue").ComponentOptionsBase<Readonly<import("./src/type.js").Props> & Readonly<{
|
|
42
|
-
onChange?: ((val: string) => any) | undefined;
|
|
43
42
|
onInput?: ((val: string) => any) | undefined;
|
|
44
43
|
"onUpdate:modelValue"?: ((val: string) => any) | undefined;
|
|
44
|
+
onChange?: ((val: string) => any) | undefined;
|
|
45
45
|
"onUpdate:path"?: ((val: any) => any) | undefined;
|
|
46
46
|
"onNode-click"?: ((val: any) => any) | undefined;
|
|
47
47
|
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
48
|
-
change: (val: string) => any;
|
|
49
48
|
input: (val: string) => any;
|
|
50
49
|
"update:modelValue": (val: string) => any;
|
|
50
|
+
change: (val: string) => any;
|
|
51
51
|
"update:path": (val: any) => any;
|
|
52
52
|
"node-click": (val: any) => any;
|
|
53
53
|
}, string, {
|
|
54
54
|
size: "default" | "table";
|
|
55
|
-
options: any[];
|
|
56
|
-
width: number | string;
|
|
57
|
-
offset: number;
|
|
58
55
|
mode: "tree" | "list";
|
|
59
56
|
modelValue: string;
|
|
57
|
+
offset: number;
|
|
60
58
|
placement: "top" | "top-start" | "top-end" | "bottom" | "bottom-start" | "bottom-end";
|
|
61
59
|
popperOptions: Record<string, any>;
|
|
60
|
+
width: number | string;
|
|
62
61
|
isView: boolean;
|
|
62
|
+
options: any[];
|
|
63
63
|
fieldNames: import("./src/type.js").FieldNamesOptions & any;
|
|
64
64
|
showFullPath: boolean;
|
|
65
65
|
maxCount: number;
|
|
@@ -86,25 +86,25 @@ declare const DasAutocompleteRef: () => import("vue").Ref<({
|
|
|
86
86
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import("@vue/reactivity").OnCleanup]) => any : (...args: [any, any, import("@vue/reactivity").OnCleanup]) => any, options?: import("vue").WatchOptions): import("vue").WatchStopHandle;
|
|
87
87
|
} & Readonly<{
|
|
88
88
|
size: "default" | "table";
|
|
89
|
-
options: any[];
|
|
90
|
-
width: number | string;
|
|
91
|
-
offset: number;
|
|
92
89
|
mode: "tree" | "list";
|
|
93
90
|
modelValue: string;
|
|
91
|
+
offset: number;
|
|
94
92
|
placement: "top" | "top-start" | "top-end" | "bottom" | "bottom-start" | "bottom-end";
|
|
95
93
|
popperOptions: Record<string, any>;
|
|
94
|
+
width: number | string;
|
|
96
95
|
isView: boolean;
|
|
96
|
+
options: any[];
|
|
97
97
|
fieldNames: import("./src/type.js").FieldNamesOptions & any;
|
|
98
98
|
showFullPath: boolean;
|
|
99
99
|
maxCount: number;
|
|
100
100
|
treeOptions: any;
|
|
101
101
|
}> & Omit<Readonly<import("./src/type.js").Props> & Readonly<{
|
|
102
|
-
onChange?: ((val: string) => any) | undefined;
|
|
103
102
|
onInput?: ((val: string) => any) | undefined;
|
|
104
103
|
"onUpdate:modelValue"?: ((val: string) => any) | undefined;
|
|
104
|
+
onChange?: ((val: string) => any) | undefined;
|
|
105
105
|
"onUpdate:path"?: ((val: any) => any) | undefined;
|
|
106
106
|
"onNode-click"?: ((val: any) => any) | undefined;
|
|
107
|
-
}>, "size" | "
|
|
107
|
+
}>, "size" | "mode" | "modelValue" | "offset" | "placement" | "popperOptions" | "width" | "isView" | "options" | "fieldNames" | "showFullPath" | "maxCount" | "treeOptions"> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
|
|
108
108
|
$slots: Partial<Record<NonNullable<string | number>, (_: {}) => any>>;
|
|
109
109
|
}) | null, ({
|
|
110
110
|
$: import("vue").ComponentInternalInstance;
|
|
@@ -125,9 +125,9 @@ declare const DasAutocompleteRef: () => import("vue").Ref<({
|
|
|
125
125
|
readonly path?: any;
|
|
126
126
|
readonly nodeKey?: string | undefined;
|
|
127
127
|
readonly mode: "tree" | "list";
|
|
128
|
-
readonly onChange?: ((val: string) => any) | undefined;
|
|
129
128
|
readonly onInput?: ((val: string) => any) | undefined;
|
|
130
129
|
readonly "onUpdate:modelValue"?: ((val: string) => any) | undefined;
|
|
130
|
+
readonly onChange?: ((val: string) => any) | undefined;
|
|
131
131
|
readonly "onUpdate:path"?: ((val: any) => any) | undefined;
|
|
132
132
|
readonly "onNode-click"?: ((val: any) => any) | undefined;
|
|
133
133
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
|
|
@@ -143,30 +143,30 @@ declare const DasAutocompleteRef: () => import("vue").Ref<({
|
|
|
143
143
|
$root: import("vue").ComponentPublicInstance | null;
|
|
144
144
|
$parent: import("vue").ComponentPublicInstance | null;
|
|
145
145
|
$host: Element | null;
|
|
146
|
-
$emit: ((event: "
|
|
146
|
+
$emit: ((event: "input", val: string) => void) & ((event: "update:modelValue", val: string) => void) & ((event: "change", val: string) => void) & ((event: "update:path", val: any) => void) & ((event: "node-click", val: any) => void);
|
|
147
147
|
$el: any;
|
|
148
148
|
$options: import("vue").ComponentOptionsBase<Readonly<import("./src/type.js").Props> & Readonly<{
|
|
149
|
-
onChange?: ((val: string) => any) | undefined;
|
|
150
149
|
onInput?: ((val: string) => any) | undefined;
|
|
151
150
|
"onUpdate:modelValue"?: ((val: string) => any) | undefined;
|
|
151
|
+
onChange?: ((val: string) => any) | undefined;
|
|
152
152
|
"onUpdate:path"?: ((val: any) => any) | undefined;
|
|
153
153
|
"onNode-click"?: ((val: any) => any) | undefined;
|
|
154
154
|
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
155
|
-
change: (val: string) => any;
|
|
156
155
|
input: (val: string) => any;
|
|
157
156
|
"update:modelValue": (val: string) => any;
|
|
157
|
+
change: (val: string) => any;
|
|
158
158
|
"update:path": (val: any) => any;
|
|
159
159
|
"node-click": (val: any) => any;
|
|
160
160
|
}, string, {
|
|
161
161
|
size: "default" | "table";
|
|
162
|
-
options: any[];
|
|
163
|
-
width: number | string;
|
|
164
|
-
offset: number;
|
|
165
162
|
mode: "tree" | "list";
|
|
166
163
|
modelValue: string;
|
|
164
|
+
offset: number;
|
|
167
165
|
placement: "top" | "top-start" | "top-end" | "bottom" | "bottom-start" | "bottom-end";
|
|
168
166
|
popperOptions: Record<string, any>;
|
|
167
|
+
width: number | string;
|
|
169
168
|
isView: boolean;
|
|
169
|
+
options: any[];
|
|
170
170
|
fieldNames: import("./src/type.js").FieldNamesOptions & any;
|
|
171
171
|
showFullPath: boolean;
|
|
172
172
|
maxCount: number;
|
|
@@ -193,50 +193,50 @@ declare const DasAutocompleteRef: () => import("vue").Ref<({
|
|
|
193
193
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import("@vue/reactivity").OnCleanup]) => any : (...args: [any, any, import("@vue/reactivity").OnCleanup]) => any, options?: import("vue").WatchOptions): import("vue").WatchStopHandle;
|
|
194
194
|
} & Readonly<{
|
|
195
195
|
size: "default" | "table";
|
|
196
|
-
options: any[];
|
|
197
|
-
width: number | string;
|
|
198
|
-
offset: number;
|
|
199
196
|
mode: "tree" | "list";
|
|
200
197
|
modelValue: string;
|
|
198
|
+
offset: number;
|
|
201
199
|
placement: "top" | "top-start" | "top-end" | "bottom" | "bottom-start" | "bottom-end";
|
|
202
200
|
popperOptions: Record<string, any>;
|
|
201
|
+
width: number | string;
|
|
203
202
|
isView: boolean;
|
|
203
|
+
options: any[];
|
|
204
204
|
fieldNames: import("./src/type.js").FieldNamesOptions & any;
|
|
205
205
|
showFullPath: boolean;
|
|
206
206
|
maxCount: number;
|
|
207
207
|
treeOptions: any;
|
|
208
208
|
}> & Omit<Readonly<import("./src/type.js").Props> & Readonly<{
|
|
209
|
-
onChange?: ((val: string) => any) | undefined;
|
|
210
209
|
onInput?: ((val: string) => any) | undefined;
|
|
211
210
|
"onUpdate:modelValue"?: ((val: string) => any) | undefined;
|
|
211
|
+
onChange?: ((val: string) => any) | undefined;
|
|
212
212
|
"onUpdate:path"?: ((val: any) => any) | undefined;
|
|
213
213
|
"onNode-click"?: ((val: any) => any) | undefined;
|
|
214
|
-
}>, "size" | "
|
|
214
|
+
}>, "size" | "mode" | "modelValue" | "offset" | "placement" | "popperOptions" | "width" | "isView" | "options" | "fieldNames" | "showFullPath" | "maxCount" | "treeOptions"> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
|
|
215
215
|
$slots: Partial<Record<NonNullable<string | number>, (_: {}) => any>>;
|
|
216
216
|
}) | null>;
|
|
217
217
|
declare const DasAutocomplete: import("@das-fed/utils").SFCWithInstall<{
|
|
218
218
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("./src/type.js").Props> & Readonly<{
|
|
219
|
-
onChange?: ((val: string) => any) | undefined;
|
|
220
219
|
onInput?: ((val: string) => any) | undefined;
|
|
221
220
|
"onUpdate:modelValue"?: ((val: string) => any) | undefined;
|
|
221
|
+
onChange?: ((val: string) => any) | undefined;
|
|
222
222
|
"onUpdate:path"?: ((val: any) => any) | undefined;
|
|
223
223
|
"onNode-click"?: ((val: any) => any) | undefined;
|
|
224
224
|
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
225
|
-
change: (val: string) => any;
|
|
226
225
|
input: (val: string) => any;
|
|
227
226
|
"update:modelValue": (val: string) => any;
|
|
227
|
+
change: (val: string) => any;
|
|
228
228
|
"update:path": (val: any) => any;
|
|
229
229
|
"node-click": (val: any) => any;
|
|
230
230
|
}, import("vue").PublicProps, {
|
|
231
231
|
size: "default" | "table";
|
|
232
|
-
options: any[];
|
|
233
|
-
width: number | string;
|
|
234
|
-
offset: number;
|
|
235
232
|
mode: "tree" | "list";
|
|
236
233
|
modelValue: string;
|
|
234
|
+
offset: number;
|
|
237
235
|
placement: "top" | "top-start" | "top-end" | "bottom" | "bottom-start" | "bottom-end";
|
|
238
236
|
popperOptions: Record<string, any>;
|
|
237
|
+
width: number | string;
|
|
239
238
|
isView: boolean;
|
|
239
|
+
options: any[];
|
|
240
240
|
fieldNames: import("./src/type.js").FieldNamesOptions & any;
|
|
241
241
|
showFullPath: boolean;
|
|
242
242
|
maxCount: number;
|
|
@@ -249,21 +249,21 @@ declare const DasAutocomplete: import("@das-fed/utils").SFCWithInstall<{
|
|
|
249
249
|
M: {};
|
|
250
250
|
Defaults: {};
|
|
251
251
|
}, Readonly<import("./src/type.js").Props> & Readonly<{
|
|
252
|
-
onChange?: ((val: string) => any) | undefined;
|
|
253
252
|
onInput?: ((val: string) => any) | undefined;
|
|
254
253
|
"onUpdate:modelValue"?: ((val: string) => any) | undefined;
|
|
254
|
+
onChange?: ((val: string) => any) | undefined;
|
|
255
255
|
"onUpdate:path"?: ((val: any) => any) | undefined;
|
|
256
256
|
"onNode-click"?: ((val: any) => any) | undefined;
|
|
257
257
|
}>, {}, {}, {}, {}, {
|
|
258
258
|
size: "default" | "table";
|
|
259
|
-
options: any[];
|
|
260
|
-
width: number | string;
|
|
261
|
-
offset: number;
|
|
262
259
|
mode: "tree" | "list";
|
|
263
260
|
modelValue: string;
|
|
261
|
+
offset: number;
|
|
264
262
|
placement: "top" | "top-start" | "top-end" | "bottom" | "bottom-start" | "bottom-end";
|
|
265
263
|
popperOptions: Record<string, any>;
|
|
264
|
+
width: number | string;
|
|
266
265
|
isView: boolean;
|
|
266
|
+
options: any[];
|
|
267
267
|
fieldNames: import("./src/type.js").FieldNamesOptions & any;
|
|
268
268
|
showFullPath: boolean;
|
|
269
269
|
maxCount: number;
|
|
@@ -273,27 +273,27 @@ declare const DasAutocomplete: import("@das-fed/utils").SFCWithInstall<{
|
|
|
273
273
|
__isTeleport?: never;
|
|
274
274
|
__isSuspense?: never;
|
|
275
275
|
} & import("vue").ComponentOptionsBase<Readonly<import("./src/type.js").Props> & Readonly<{
|
|
276
|
-
onChange?: ((val: string) => any) | undefined;
|
|
277
276
|
onInput?: ((val: string) => any) | undefined;
|
|
278
277
|
"onUpdate:modelValue"?: ((val: string) => any) | undefined;
|
|
278
|
+
onChange?: ((val: string) => any) | undefined;
|
|
279
279
|
"onUpdate:path"?: ((val: any) => any) | undefined;
|
|
280
280
|
"onNode-click"?: ((val: any) => any) | undefined;
|
|
281
281
|
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
282
|
-
change: (val: string) => any;
|
|
283
282
|
input: (val: string) => any;
|
|
284
283
|
"update:modelValue": (val: string) => any;
|
|
284
|
+
change: (val: string) => any;
|
|
285
285
|
"update:path": (val: any) => any;
|
|
286
286
|
"node-click": (val: any) => any;
|
|
287
287
|
}, string, {
|
|
288
288
|
size: "default" | "table";
|
|
289
|
-
options: any[];
|
|
290
|
-
width: number | string;
|
|
291
|
-
offset: number;
|
|
292
289
|
mode: "tree" | "list";
|
|
293
290
|
modelValue: string;
|
|
291
|
+
offset: number;
|
|
294
292
|
placement: "top" | "top-start" | "top-end" | "bottom" | "bottom-start" | "bottom-end";
|
|
295
293
|
popperOptions: Record<string, any>;
|
|
294
|
+
width: number | string;
|
|
296
295
|
isView: boolean;
|
|
296
|
+
options: any[];
|
|
297
297
|
fieldNames: import("./src/type.js").FieldNamesOptions & any;
|
|
298
298
|
showFullPath: boolean;
|
|
299
299
|
maxCount: number;
|
|
@@ -1585,8 +1585,8 @@ declare function __VLS_template(): {
|
|
|
1585
1585
|
} & {
|
|
1586
1586
|
[x: string]: any;
|
|
1587
1587
|
}, string, {
|
|
1588
|
-
data: any[];
|
|
1589
1588
|
props: import("../../tree/src/type").TreeOptionProps;
|
|
1589
|
+
data: any[];
|
|
1590
1590
|
modelValue: string | number | any[];
|
|
1591
1591
|
nodeKey: string;
|
|
1592
1592
|
currentNodeKey: string | number;
|
|
@@ -1625,8 +1625,8 @@ declare function __VLS_template(): {
|
|
|
1625
1625
|
$nextTick: typeof nextTick;
|
|
1626
1626
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import("@vue/reactivity").OnCleanup]) => any : (...args: [any, any, import("@vue/reactivity").OnCleanup]) => any, options?: import("vue").WatchOptions): import("vue").WatchStopHandle;
|
|
1627
1627
|
} & Readonly<{
|
|
1628
|
-
data: any[];
|
|
1629
1628
|
props: import("../../tree/src/type").TreeOptionProps;
|
|
1629
|
+
data: any[];
|
|
1630
1630
|
modelValue: string | number | any[];
|
|
1631
1631
|
nodeKey: string;
|
|
1632
1632
|
currentNodeKey: string | number;
|
|
@@ -1646,7 +1646,7 @@ declare function __VLS_template(): {
|
|
|
1646
1646
|
overlayZIndex: string;
|
|
1647
1647
|
}> & Omit<Readonly<import("../../tree/src/type").Props> & Readonly<{
|
|
1648
1648
|
[x: `on${Capitalize<any>}`]: ((...args: any) => any) | undefined;
|
|
1649
|
-
}>, "findSelectableParentNode" | "filterSeach" | "handleSearch" | "treeRef" | "treeIsEmpty" | "childLinkParent" | "parentLinkChild" | "resetLazyLoad" | "autoExpand" | "searchClear" | "lazyData" | "lazyDataNextTick" | "getGrandChildrenFn" | ("
|
|
1649
|
+
}>, "findSelectableParentNode" | "filterSeach" | "handleSearch" | "treeRef" | "treeIsEmpty" | "childLinkParent" | "parentLinkChild" | "resetLazyLoad" | "autoExpand" | "searchClear" | "lazyData" | "lazyDataNextTick" | "getGrandChildrenFn" | ("props" | "data" | "modelValue" | "nodeKey" | "currentNodeKey" | "defaultExpandedKeys" | "defaultExpandedPaths" | "defaultExpandRoot" | "expandOnClickNode" | "checkStrictly" | "operationsLayout" | "maxNodeLevel" | "showFilterInput" | "inputOptions" | "emptyText" | "searchEmptyText" | "rootNodeId" | "renderDom" | "overlayZIndex")> & import("vue").ShallowUnwrapRef<{
|
|
1650
1650
|
treeRef: import("vue").Ref<import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
1651
1651
|
data: {
|
|
1652
1652
|
type: ArrayConstructor;
|
|
@@ -3241,18 +3241,18 @@ declare function __VLS_template(): {
|
|
|
3241
3241
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
3242
3242
|
"update:modelValue": (val: any) => any;
|
|
3243
3243
|
}, string, {
|
|
3244
|
-
size: "default" | "table";
|
|
3245
|
-
error: boolean;
|
|
3246
3244
|
type: string;
|
|
3247
|
-
|
|
3245
|
+
size: "default" | "table";
|
|
3248
3246
|
disabled: boolean;
|
|
3249
|
-
width: string | number;
|
|
3250
3247
|
modelValue: any;
|
|
3251
3248
|
teleported: boolean;
|
|
3249
|
+
success: boolean;
|
|
3250
|
+
width: string | number;
|
|
3252
3251
|
borderType: string;
|
|
3253
3252
|
placeholder: string;
|
|
3254
3253
|
isView: boolean;
|
|
3255
3254
|
successLabel: string;
|
|
3255
|
+
error: boolean;
|
|
3256
3256
|
errorLabel: string;
|
|
3257
3257
|
isErrorTitle: boolean;
|
|
3258
3258
|
isTitle: boolean;
|
|
@@ -3289,18 +3289,18 @@ declare function __VLS_template(): {
|
|
|
3289
3289
|
$nextTick: typeof nextTick;
|
|
3290
3290
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import("@vue/reactivity").OnCleanup]) => any : (...args: [any, any, import("@vue/reactivity").OnCleanup]) => any, options?: import("vue").WatchOptions): import("vue").WatchStopHandle;
|
|
3291
3291
|
} & Readonly<{
|
|
3292
|
-
size: "default" | "table";
|
|
3293
|
-
error: boolean;
|
|
3294
3292
|
type: string;
|
|
3295
|
-
|
|
3293
|
+
size: "default" | "table";
|
|
3296
3294
|
disabled: boolean;
|
|
3297
|
-
width: string | number;
|
|
3298
3295
|
modelValue: any;
|
|
3299
3296
|
teleported: boolean;
|
|
3297
|
+
success: boolean;
|
|
3298
|
+
width: string | number;
|
|
3300
3299
|
borderType: string;
|
|
3301
3300
|
placeholder: string;
|
|
3302
3301
|
isView: boolean;
|
|
3303
3302
|
successLabel: string;
|
|
3303
|
+
error: boolean;
|
|
3304
3304
|
errorLabel: string;
|
|
3305
3305
|
isErrorTitle: boolean;
|
|
3306
3306
|
isTitle: boolean;
|
|
@@ -3318,7 +3318,7 @@ declare function __VLS_template(): {
|
|
|
3318
3318
|
filterSpace: boolean;
|
|
3319
3319
|
}> & Omit<Readonly<import("../../input/src/type").Props> & Readonly<{
|
|
3320
3320
|
"onUpdate:modelValue"?: ((val: any) => any) | undefined;
|
|
3321
|
-
}>, "$refInput" | ("
|
|
3321
|
+
}>, "$refInput" | ("type" | "size" | "disabled" | "modelValue" | "teleported" | "success" | "width" | "borderType" | "placeholder" | "isView" | "successLabel" | "error" | "errorLabel" | "isErrorTitle" | "isTitle" | "errorMode" | "errorModelZIndex" | "noSetDefaultVal" | "autosize" | "showWordLimit" | "showTextWordLimit" | "maxlength" | "maxLength" | "filterSpace")> & import("vue").ShallowUnwrapRef<{
|
|
3322
3322
|
$refInput: import("vue").Ref<any, any>;
|
|
3323
3323
|
}> & {} & import("vue").ComponentCustomProperties & {} & {
|
|
3324
3324
|
$slots: {
|
|
@@ -3333,27 +3333,27 @@ declare function __VLS_template(): {
|
|
|
3333
3333
|
};
|
|
3334
3334
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
3335
3335
|
declare const __VLS_component: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
3336
|
-
change: (val: string) => any;
|
|
3337
3336
|
input: (val: string) => any;
|
|
3338
3337
|
"update:modelValue": (val: string) => any;
|
|
3338
|
+
change: (val: string) => any;
|
|
3339
3339
|
"update:path": (val: any) => any;
|
|
3340
3340
|
"node-click": (val: any) => any;
|
|
3341
3341
|
}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{
|
|
3342
|
-
onChange?: ((val: string) => any) | undefined;
|
|
3343
3342
|
onInput?: ((val: string) => any) | undefined;
|
|
3344
3343
|
"onUpdate:modelValue"?: ((val: string) => any) | undefined;
|
|
3344
|
+
onChange?: ((val: string) => any) | undefined;
|
|
3345
3345
|
"onUpdate:path"?: ((val: any) => any) | undefined;
|
|
3346
3346
|
"onNode-click"?: ((val: any) => any) | undefined;
|
|
3347
3347
|
}>, {
|
|
3348
3348
|
size: "default" | "table";
|
|
3349
|
-
options: any[];
|
|
3350
|
-
width: number | string;
|
|
3351
|
-
offset: number;
|
|
3352
3349
|
mode: "tree" | "list";
|
|
3353
3350
|
modelValue: string;
|
|
3351
|
+
offset: number;
|
|
3354
3352
|
placement: "top" | "top-start" | "top-end" | "bottom" | "bottom-start" | "bottom-end";
|
|
3355
3353
|
popperOptions: Record<string, any>;
|
|
3354
|
+
width: number | string;
|
|
3356
3355
|
isView: boolean;
|
|
3356
|
+
options: any[];
|
|
3357
3357
|
fieldNames: import("./type").FieldNamesOptions & any;
|
|
3358
3358
|
showFullPath: boolean;
|
|
3359
3359
|
maxCount: number;
|
|
@@ -8,13 +8,13 @@ declare const DasCascader: import("@das-fed/utils").SFCWithInstall<{
|
|
|
8
8
|
change: (val: any) => any;
|
|
9
9
|
"update:model-value": (val: any) => any;
|
|
10
10
|
}, import("vue").PublicProps, {
|
|
11
|
-
error: boolean;
|
|
12
11
|
disabled: boolean;
|
|
13
|
-
width: number | string;
|
|
14
12
|
modelValue: any;
|
|
15
13
|
teleported: boolean;
|
|
14
|
+
width: number | string;
|
|
16
15
|
placeholder: string;
|
|
17
16
|
isView: boolean;
|
|
17
|
+
error: boolean;
|
|
18
18
|
errorMode: "default" | "overlay";
|
|
19
19
|
errorModelZIndex: number;
|
|
20
20
|
isTooltip: boolean;
|
|
@@ -34,13 +34,13 @@ declare const DasCascader: import("@das-fed/utils").SFCWithInstall<{
|
|
|
34
34
|
}>, {
|
|
35
35
|
$cascader: import("vue").Ref<any, any>;
|
|
36
36
|
}, {}, {}, {}, {
|
|
37
|
-
error: boolean;
|
|
38
37
|
disabled: boolean;
|
|
39
|
-
width: number | string;
|
|
40
38
|
modelValue: any;
|
|
41
39
|
teleported: boolean;
|
|
40
|
+
width: number | string;
|
|
42
41
|
placeholder: string;
|
|
43
42
|
isView: boolean;
|
|
43
|
+
error: boolean;
|
|
44
44
|
errorMode: "default" | "overlay";
|
|
45
45
|
errorModelZIndex: number;
|
|
46
46
|
isTooltip: boolean;
|
|
@@ -60,13 +60,13 @@ declare const DasCascader: import("@das-fed/utils").SFCWithInstall<{
|
|
|
60
60
|
change: (val: any) => any;
|
|
61
61
|
"update:model-value": (val: any) => any;
|
|
62
62
|
}, string, {
|
|
63
|
-
error: boolean;
|
|
64
63
|
disabled: boolean;
|
|
65
|
-
width: number | string;
|
|
66
64
|
modelValue: any;
|
|
67
65
|
teleported: boolean;
|
|
66
|
+
width: number | string;
|
|
68
67
|
placeholder: string;
|
|
69
68
|
isView: boolean;
|
|
69
|
+
error: boolean;
|
|
70
70
|
errorMode: "default" | "overlay";
|
|
71
71
|
errorModelZIndex: number;
|
|
72
72
|
isTooltip: boolean;
|
|
@@ -9,13 +9,13 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<Pr
|
|
|
9
9
|
onChange?: ((val: any) => any) | undefined;
|
|
10
10
|
"onUpdate:model-value"?: ((val: any) => any) | undefined;
|
|
11
11
|
}>, {
|
|
12
|
-
error: boolean;
|
|
13
12
|
disabled: boolean;
|
|
14
|
-
width: number | string;
|
|
15
13
|
modelValue: any;
|
|
16
14
|
teleported: boolean;
|
|
15
|
+
width: number | string;
|
|
17
16
|
placeholder: string;
|
|
18
17
|
isView: boolean;
|
|
18
|
+
error: boolean;
|
|
19
19
|
errorMode: "default" | "overlay";
|
|
20
20
|
errorModelZIndex: number;
|
|
21
21
|
isTooltip: boolean;
|