@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
|
@@ -60,11 +60,11 @@ declare const DasEditTableRef: () => import("vue").Ref<({
|
|
|
60
60
|
sortEnd: (oldData: any[], newData: any[], oldIndex: number, newIndex: number) => any;
|
|
61
61
|
}, string, {
|
|
62
62
|
config: import("./src/type.js").ListConfig[];
|
|
63
|
-
data: any[];
|
|
64
63
|
props: {
|
|
65
64
|
isView?: string;
|
|
66
65
|
isDisabled?: string;
|
|
67
66
|
};
|
|
67
|
+
data: any[];
|
|
68
68
|
trigger: "change" | "blur" | "save";
|
|
69
69
|
rowKey: string;
|
|
70
70
|
selectionRows: any[];
|
|
@@ -90,11 +90,11 @@ declare const DasEditTableRef: () => import("vue").Ref<({
|
|
|
90
90
|
$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;
|
|
91
91
|
} & Readonly<{
|
|
92
92
|
config: import("./src/type.js").ListConfig[];
|
|
93
|
-
data: any[];
|
|
94
93
|
props: {
|
|
95
94
|
isView?: string;
|
|
96
95
|
isDisabled?: string;
|
|
97
96
|
};
|
|
97
|
+
data: any[];
|
|
98
98
|
trigger: "change" | "blur" | "save";
|
|
99
99
|
rowKey: string;
|
|
100
100
|
selectionRows: any[];
|
|
@@ -102,7 +102,7 @@ declare const DasEditTableRef: () => import("vue").Ref<({
|
|
|
102
102
|
onAddRow?: (() => any) | undefined;
|
|
103
103
|
onRemoveRow?: (() => any) | undefined;
|
|
104
104
|
onSortEnd?: ((oldData: any[], newData: any[], oldIndex: number, newIndex: number) => any) | undefined;
|
|
105
|
-
}>, "removeErrorByRowKey" | "deactivateAll" | "validateAll" | "clearValidate" | "changeRules" | "validateByRowKey" | "getResultData" | "recover" | "recoverByKey" | "insert" | "changeRowValueByKey" | "removeRowByKey" | ("config" | "
|
|
105
|
+
}>, "removeErrorByRowKey" | "deactivateAll" | "validateAll" | "clearValidate" | "changeRules" | "validateByRowKey" | "getResultData" | "recover" | "recoverByKey" | "insert" | "changeRowValueByKey" | "removeRowByKey" | ("config" | "props" | "data" | "trigger" | "rowKey" | "selectionRows")> & import("vue").ShallowUnwrapRef<{
|
|
106
106
|
getResultData: () => {}[];
|
|
107
107
|
recover: () => void;
|
|
108
108
|
recoverByKey: (id: string | string[] | number | number[]) => void;
|
|
@@ -214,11 +214,11 @@ declare const DasEditTableRef: () => import("vue").Ref<({
|
|
|
214
214
|
sortEnd: (oldData: any[], newData: any[], oldIndex: number, newIndex: number) => any;
|
|
215
215
|
}, string, {
|
|
216
216
|
config: import("./src/type.js").ListConfig[];
|
|
217
|
-
data: any[];
|
|
218
217
|
props: {
|
|
219
218
|
isView?: string;
|
|
220
219
|
isDisabled?: string;
|
|
221
220
|
};
|
|
221
|
+
data: any[];
|
|
222
222
|
trigger: "change" | "blur" | "save";
|
|
223
223
|
rowKey: string;
|
|
224
224
|
selectionRows: any[];
|
|
@@ -244,11 +244,11 @@ declare const DasEditTableRef: () => import("vue").Ref<({
|
|
|
244
244
|
$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;
|
|
245
245
|
} & Readonly<{
|
|
246
246
|
config: import("./src/type.js").ListConfig[];
|
|
247
|
-
data: any[];
|
|
248
247
|
props: {
|
|
249
248
|
isView?: string;
|
|
250
249
|
isDisabled?: string;
|
|
251
250
|
};
|
|
251
|
+
data: any[];
|
|
252
252
|
trigger: "change" | "blur" | "save";
|
|
253
253
|
rowKey: string;
|
|
254
254
|
selectionRows: any[];
|
|
@@ -256,7 +256,7 @@ declare const DasEditTableRef: () => import("vue").Ref<({
|
|
|
256
256
|
onAddRow?: (() => any) | undefined;
|
|
257
257
|
onRemoveRow?: (() => any) | undefined;
|
|
258
258
|
onSortEnd?: ((oldData: any[], newData: any[], oldIndex: number, newIndex: number) => any) | undefined;
|
|
259
|
-
}>, "removeErrorByRowKey" | "deactivateAll" | "validateAll" | "clearValidate" | "changeRules" | "validateByRowKey" | "getResultData" | "recover" | "recoverByKey" | "insert" | "changeRowValueByKey" | "removeRowByKey" | ("config" | "
|
|
259
|
+
}>, "removeErrorByRowKey" | "deactivateAll" | "validateAll" | "clearValidate" | "changeRules" | "validateByRowKey" | "getResultData" | "recover" | "recoverByKey" | "insert" | "changeRowValueByKey" | "removeRowByKey" | ("config" | "props" | "data" | "trigger" | "rowKey" | "selectionRows")> & import("vue").ShallowUnwrapRef<{
|
|
260
260
|
getResultData: () => {}[];
|
|
261
261
|
recover: () => void;
|
|
262
262
|
recoverByKey: (id: string | string[] | number | number[]) => void;
|
|
@@ -336,11 +336,11 @@ declare const DasEditTable: import("@das-fed/utils").SFCWithInstall<{
|
|
|
336
336
|
sortEnd: (oldData: any[], newData: any[], oldIndex: number, newIndex: number) => any;
|
|
337
337
|
}, import("vue").PublicProps, {
|
|
338
338
|
config: import("./src/type.js").ListConfig[];
|
|
339
|
-
data: any[];
|
|
340
339
|
props: {
|
|
341
340
|
isView?: string;
|
|
342
341
|
isDisabled?: string;
|
|
343
342
|
};
|
|
343
|
+
data: any[];
|
|
344
344
|
trigger: "change" | "blur" | "save";
|
|
345
345
|
rowKey: string;
|
|
346
346
|
selectionRows: any[];
|
|
@@ -374,11 +374,11 @@ declare const DasEditTable: import("@das-fed/utils").SFCWithInstall<{
|
|
|
374
374
|
changeRules: (key: string, callback?: (rule: any, checkFn: any) => void) => void;
|
|
375
375
|
}, {}, {}, {}, {
|
|
376
376
|
config: import("./src/type.js").ListConfig[];
|
|
377
|
-
data: any[];
|
|
378
377
|
props: {
|
|
379
378
|
isView?: string;
|
|
380
379
|
isDisabled?: string;
|
|
381
380
|
};
|
|
381
|
+
data: any[];
|
|
382
382
|
trigger: "change" | "blur" | "save";
|
|
383
383
|
rowKey: string;
|
|
384
384
|
selectionRows: any[];
|
|
@@ -413,11 +413,11 @@ declare const DasEditTable: import("@das-fed/utils").SFCWithInstall<{
|
|
|
413
413
|
sortEnd: (oldData: any[], newData: any[], oldIndex: number, newIndex: number) => any;
|
|
414
414
|
}, string, {
|
|
415
415
|
config: import("./src/type.js").ListConfig[];
|
|
416
|
-
data: any[];
|
|
417
416
|
props: {
|
|
418
417
|
isView?: string;
|
|
419
418
|
isDisabled?: string;
|
|
420
419
|
};
|
|
420
|
+
data: any[];
|
|
421
421
|
trigger: "change" | "blur" | "save";
|
|
422
422
|
rowKey: string;
|
|
423
423
|
selectionRows: any[];
|
|
@@ -2043,11 +2043,11 @@ declare const __VLS_component: import("vue").DefineComponent<Props, {
|
|
|
2043
2043
|
onSortEnd?: ((oldData: any[], newData: any[], oldIndex: number, newIndex: number) => any) | undefined;
|
|
2044
2044
|
}>, {
|
|
2045
2045
|
config: import("./type").ListConfig[];
|
|
2046
|
-
data: any[];
|
|
2047
2046
|
props: {
|
|
2048
2047
|
isView?: string;
|
|
2049
2048
|
isDisabled?: string;
|
|
2050
2049
|
};
|
|
2050
|
+
data: any[];
|
|
2051
2051
|
trigger: "change" | "blur" | "save";
|
|
2052
2052
|
rowKey: string;
|
|
2053
2053
|
selectionRows: any[];
|
|
@@ -5,14 +5,14 @@ declare const DasForm: import("@das-fed/utils").SFCWithInstall<{
|
|
|
5
5
|
validateField: (prop: string, callback: any) => Promise<void>;
|
|
6
6
|
resetField: () => void;
|
|
7
7
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
|
|
8
|
-
alignItems: string;
|
|
9
|
-
marginBottom: string;
|
|
10
|
-
marginRight: string;
|
|
11
8
|
errorMode: "default" | "overlay";
|
|
12
9
|
labelLength: number | string;
|
|
13
10
|
contentWidth: number | string;
|
|
14
11
|
labelPosition: "left" | "right" | "top";
|
|
15
12
|
alignType: "vertical" | "horizontal";
|
|
13
|
+
alignItems: string;
|
|
14
|
+
marginBottom: string;
|
|
15
|
+
marginRight: string;
|
|
16
16
|
rules: any;
|
|
17
17
|
labelMarginRight: string;
|
|
18
18
|
isSearchForm: boolean;
|
|
@@ -29,14 +29,14 @@ declare const DasForm: import("@das-fed/utils").SFCWithInstall<{
|
|
|
29
29
|
validateField: (prop: string, callback: any) => Promise<void>;
|
|
30
30
|
resetField: () => void;
|
|
31
31
|
}, {}, {}, {}, {
|
|
32
|
-
alignItems: string;
|
|
33
|
-
marginBottom: string;
|
|
34
|
-
marginRight: string;
|
|
35
32
|
errorMode: "default" | "overlay";
|
|
36
33
|
labelLength: number | string;
|
|
37
34
|
contentWidth: number | string;
|
|
38
35
|
labelPosition: "left" | "right" | "top";
|
|
39
36
|
alignType: "vertical" | "horizontal";
|
|
37
|
+
alignItems: string;
|
|
38
|
+
marginBottom: string;
|
|
39
|
+
marginRight: string;
|
|
40
40
|
rules: any;
|
|
41
41
|
labelMarginRight: string;
|
|
42
42
|
isSearchForm: boolean;
|
|
@@ -50,14 +50,14 @@ declare const DasForm: import("@das-fed/utils").SFCWithInstall<{
|
|
|
50
50
|
validateField: (prop: string, callback: any) => Promise<void>;
|
|
51
51
|
resetField: () => void;
|
|
52
52
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
53
|
-
alignItems: string;
|
|
54
|
-
marginBottom: string;
|
|
55
|
-
marginRight: string;
|
|
56
53
|
errorMode: "default" | "overlay";
|
|
57
54
|
labelLength: number | string;
|
|
58
55
|
contentWidth: number | string;
|
|
59
56
|
labelPosition: "left" | "right" | "top";
|
|
60
57
|
alignType: "vertical" | "horizontal";
|
|
58
|
+
alignItems: string;
|
|
59
|
+
marginBottom: string;
|
|
60
|
+
marginRight: string;
|
|
61
61
|
rules: any;
|
|
62
62
|
labelMarginRight: string;
|
|
63
63
|
isSearchForm: boolean;
|
|
@@ -104,14 +104,14 @@ declare const DasFormRef: () => import("vue").Ref<({
|
|
|
104
104
|
validateField: (prop: string, callback: any) => Promise<void>;
|
|
105
105
|
resetField: () => void;
|
|
106
106
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
107
|
-
alignItems: string;
|
|
108
|
-
marginBottom: string;
|
|
109
|
-
marginRight: string;
|
|
110
107
|
errorMode: "default" | "overlay";
|
|
111
108
|
labelLength: number | string;
|
|
112
109
|
contentWidth: number | string;
|
|
113
110
|
labelPosition: "left" | "right" | "top";
|
|
114
111
|
alignType: "vertical" | "horizontal";
|
|
112
|
+
alignItems: string;
|
|
113
|
+
marginBottom: string;
|
|
114
|
+
marginRight: string;
|
|
115
115
|
rules: any;
|
|
116
116
|
labelMarginRight: string;
|
|
117
117
|
isSearchForm: boolean;
|
|
@@ -137,19 +137,19 @@ declare const DasFormRef: () => import("vue").Ref<({
|
|
|
137
137
|
$nextTick: typeof import("vue").nextTick;
|
|
138
138
|
$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;
|
|
139
139
|
} & Readonly<{
|
|
140
|
-
alignItems: string;
|
|
141
|
-
marginBottom: string;
|
|
142
|
-
marginRight: string;
|
|
143
140
|
errorMode: "default" | "overlay";
|
|
144
141
|
labelLength: number | string;
|
|
145
142
|
contentWidth: number | string;
|
|
146
143
|
labelPosition: "left" | "right" | "top";
|
|
147
144
|
alignType: "vertical" | "horizontal";
|
|
145
|
+
alignItems: string;
|
|
146
|
+
marginBottom: string;
|
|
147
|
+
marginRight: string;
|
|
148
148
|
rules: any;
|
|
149
149
|
labelMarginRight: string;
|
|
150
150
|
isSearchForm: boolean;
|
|
151
151
|
autoMarginRight: boolean;
|
|
152
|
-
}> & Omit<Readonly<import("./src/type.js").Props> & Readonly<{}>, "validate" | "validateField" | "resetField" | ("
|
|
152
|
+
}> & Omit<Readonly<import("./src/type.js").Props> & Readonly<{}>, "validate" | "validateField" | "resetField" | ("errorMode" | "labelLength" | "contentWidth" | "labelPosition" | "alignType" | "alignItems" | "marginBottom" | "marginRight" | "rules" | "labelMarginRight" | "isSearchForm" | "autoMarginRight")> & import("vue").ShallowUnwrapRef<{
|
|
153
153
|
validate: (callback: any) => Promise<void>;
|
|
154
154
|
validateField: (prop: string, callback: any) => Promise<void>;
|
|
155
155
|
resetField: () => void;
|
|
@@ -194,14 +194,14 @@ declare const DasFormRef: () => import("vue").Ref<({
|
|
|
194
194
|
validateField: (prop: string, callback: any) => Promise<void>;
|
|
195
195
|
resetField: () => void;
|
|
196
196
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
197
|
-
alignItems: string;
|
|
198
|
-
marginBottom: string;
|
|
199
|
-
marginRight: string;
|
|
200
197
|
errorMode: "default" | "overlay";
|
|
201
198
|
labelLength: number | string;
|
|
202
199
|
contentWidth: number | string;
|
|
203
200
|
labelPosition: "left" | "right" | "top";
|
|
204
201
|
alignType: "vertical" | "horizontal";
|
|
202
|
+
alignItems: string;
|
|
203
|
+
marginBottom: string;
|
|
204
|
+
marginRight: string;
|
|
205
205
|
rules: any;
|
|
206
206
|
labelMarginRight: string;
|
|
207
207
|
isSearchForm: boolean;
|
|
@@ -227,19 +227,19 @@ declare const DasFormRef: () => import("vue").Ref<({
|
|
|
227
227
|
$nextTick: typeof import("vue").nextTick;
|
|
228
228
|
$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;
|
|
229
229
|
} & Readonly<{
|
|
230
|
-
alignItems: string;
|
|
231
|
-
marginBottom: string;
|
|
232
|
-
marginRight: string;
|
|
233
230
|
errorMode: "default" | "overlay";
|
|
234
231
|
labelLength: number | string;
|
|
235
232
|
contentWidth: number | string;
|
|
236
233
|
labelPosition: "left" | "right" | "top";
|
|
237
234
|
alignType: "vertical" | "horizontal";
|
|
235
|
+
alignItems: string;
|
|
236
|
+
marginBottom: string;
|
|
237
|
+
marginRight: string;
|
|
238
238
|
rules: any;
|
|
239
239
|
labelMarginRight: string;
|
|
240
240
|
isSearchForm: boolean;
|
|
241
241
|
autoMarginRight: boolean;
|
|
242
|
-
}> & Omit<Readonly<import("./src/type.js").Props> & Readonly<{}>, "validate" | "validateField" | "resetField" | ("
|
|
242
|
+
}> & Omit<Readonly<import("./src/type.js").Props> & Readonly<{}>, "validate" | "validateField" | "resetField" | ("errorMode" | "labelLength" | "contentWidth" | "labelPosition" | "alignType" | "alignItems" | "marginBottom" | "marginRight" | "rules" | "labelMarginRight" | "isSearchForm" | "autoMarginRight")> & import("vue").ShallowUnwrapRef<{
|
|
243
243
|
validate: (callback: any) => Promise<void>;
|
|
244
244
|
validateField: (prop: string, callback: any) => Promise<void>;
|
|
245
245
|
resetField: () => void;
|
|
@@ -14,14 +14,14 @@ declare const __VLS_component: import("vue").DefineComponent<Props, {
|
|
|
14
14
|
validateField: (prop: string, callback: any) => Promise<void>;
|
|
15
15
|
resetField: () => void;
|
|
16
16
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{}>, {
|
|
17
|
-
alignItems: string;
|
|
18
|
-
marginBottom: string;
|
|
19
|
-
marginRight: string;
|
|
20
17
|
errorMode: "default" | "overlay";
|
|
21
18
|
labelLength: number | string;
|
|
22
19
|
contentWidth: number | string;
|
|
23
20
|
labelPosition: "left" | "right" | "top";
|
|
24
21
|
alignType: "vertical" | "horizontal";
|
|
22
|
+
alignItems: string;
|
|
23
|
+
marginBottom: string;
|
|
24
|
+
marginRight: string;
|
|
25
25
|
rules: any;
|
|
26
26
|
labelMarginRight: string;
|
|
27
27
|
isSearchForm: boolean;
|
|
@@ -6,8 +6,8 @@ declare const DasImageUpload: import("@das-fed/utils").SFCWithInstall<import("vu
|
|
|
6
6
|
"onUpdate:status"?: ((val: any) => any) | undefined;
|
|
7
7
|
"onImage-upload"?: ((file: import("ant-design-vue").UploadFile<any>) => any) | undefined;
|
|
8
8
|
}>, {
|
|
9
|
-
message: string;
|
|
10
9
|
status: "normal" | "uploading" | "error";
|
|
10
|
+
message: string;
|
|
11
11
|
maxCount: number;
|
|
12
12
|
errorMessage: string;
|
|
13
13
|
accept: string;
|
|
@@ -7,8 +7,8 @@ declare const _default: import("vue").DefineComponent<Props, {}, {}, {}, {}, imp
|
|
|
7
7
|
"onUpdate:status"?: ((val: any) => any) | undefined;
|
|
8
8
|
"onImage-upload"?: ((file: import("ant-design-vue").UploadFile<any>) => any) | undefined;
|
|
9
9
|
}>, {
|
|
10
|
-
message: string;
|
|
11
10
|
status: "normal" | "uploading" | "error";
|
|
11
|
+
message: string;
|
|
12
12
|
maxCount: number;
|
|
13
13
|
errorMessage: string;
|
|
14
14
|
accept: string;
|
|
@@ -14,9 +14,9 @@ declare const DasImageViewer: import("@das-fed/utils").SFCWithInstall<import("vu
|
|
|
14
14
|
onDownloadImage?: ((val: string) => any) | undefined;
|
|
15
15
|
"onUpload-success"?: ((file: import("ant-design-vue").UploadFile<any>, url: string) => any) | undefined;
|
|
16
16
|
}>, {
|
|
17
|
-
status: "normal" | "uploading" | "error" | "info";
|
|
18
17
|
style: any;
|
|
19
18
|
mode: "upload" | "view";
|
|
19
|
+
status: "normal" | "uploading" | "error" | "info";
|
|
20
20
|
needPreview: boolean;
|
|
21
21
|
previewBtnConfig: boolean | {
|
|
22
22
|
zoom_in?: boolean;
|
|
@@ -16,9 +16,9 @@ declare const _default: import("vue").DefineComponent<Props, {}, {}, {}, {}, imp
|
|
|
16
16
|
onDownloadImage?: ((val: string) => any) | undefined;
|
|
17
17
|
"onUpload-success"?: ((file: import("ant-design-vue").UploadFile<any>, url: string) => any) | undefined;
|
|
18
18
|
}>, {
|
|
19
|
-
status: "normal" | "uploading" | "error" | "info";
|
|
20
19
|
style: any;
|
|
21
20
|
mode: "upload" | "view";
|
|
21
|
+
status: "normal" | "uploading" | "error" | "info";
|
|
22
22
|
needPreview: boolean;
|
|
23
23
|
previewBtnConfig: boolean | {
|
|
24
24
|
zoom_in?: boolean;
|
|
@@ -6,18 +6,18 @@ declare const DasInput: import("@das-fed/utils").SFCWithInstall<{
|
|
|
6
6
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
7
7
|
"update:modelValue": (val: any) => any;
|
|
8
8
|
}, import("vue").PublicProps, {
|
|
9
|
-
size: "default" | "table";
|
|
10
|
-
error: boolean;
|
|
11
9
|
type: string;
|
|
12
|
-
|
|
10
|
+
size: "default" | "table";
|
|
13
11
|
disabled: boolean;
|
|
14
|
-
width: string | number;
|
|
15
12
|
modelValue: any;
|
|
16
13
|
teleported: boolean;
|
|
14
|
+
success: boolean;
|
|
15
|
+
width: string | number;
|
|
17
16
|
borderType: string;
|
|
18
17
|
placeholder: string;
|
|
19
18
|
isView: boolean;
|
|
20
19
|
successLabel: string;
|
|
20
|
+
error: boolean;
|
|
21
21
|
errorLabel: string;
|
|
22
22
|
isErrorTitle: boolean;
|
|
23
23
|
isTitle: boolean;
|
|
@@ -45,18 +45,18 @@ declare const DasInput: import("@das-fed/utils").SFCWithInstall<{
|
|
|
45
45
|
}>, {
|
|
46
46
|
$refInput: import("vue").Ref<any, any>;
|
|
47
47
|
}, {}, {}, {}, {
|
|
48
|
-
size: "default" | "table";
|
|
49
|
-
error: boolean;
|
|
50
48
|
type: string;
|
|
51
|
-
|
|
49
|
+
size: "default" | "table";
|
|
52
50
|
disabled: boolean;
|
|
53
|
-
width: string | number;
|
|
54
51
|
modelValue: any;
|
|
55
52
|
teleported: boolean;
|
|
53
|
+
success: boolean;
|
|
54
|
+
width: string | number;
|
|
56
55
|
borderType: string;
|
|
57
56
|
placeholder: string;
|
|
58
57
|
isView: boolean;
|
|
59
58
|
successLabel: string;
|
|
59
|
+
error: boolean;
|
|
60
60
|
errorLabel: string;
|
|
61
61
|
isErrorTitle: boolean;
|
|
62
62
|
isTitle: boolean;
|
|
@@ -83,18 +83,18 @@ declare const DasInput: import("@das-fed/utils").SFCWithInstall<{
|
|
|
83
83
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
84
84
|
"update:modelValue": (val: any) => any;
|
|
85
85
|
}, string, {
|
|
86
|
-
size: "default" | "table";
|
|
87
|
-
error: boolean;
|
|
88
86
|
type: string;
|
|
89
|
-
|
|
87
|
+
size: "default" | "table";
|
|
90
88
|
disabled: boolean;
|
|
91
|
-
width: string | number;
|
|
92
89
|
modelValue: any;
|
|
93
90
|
teleported: boolean;
|
|
91
|
+
success: boolean;
|
|
92
|
+
width: string | number;
|
|
94
93
|
borderType: string;
|
|
95
94
|
placeholder: string;
|
|
96
95
|
isView: boolean;
|
|
97
96
|
successLabel: string;
|
|
97
|
+
error: boolean;
|
|
98
98
|
errorLabel: string;
|
|
99
99
|
isErrorTitle: boolean;
|
|
100
100
|
isTitle: boolean;
|
|
@@ -7,18 +7,18 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<Pr
|
|
|
7
7
|
}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{
|
|
8
8
|
"onUpdate:modelValue"?: ((val: any) => any) | undefined;
|
|
9
9
|
}>, {
|
|
10
|
-
size: "default" | "table";
|
|
11
|
-
error: boolean;
|
|
12
10
|
type: string;
|
|
13
|
-
|
|
11
|
+
size: "default" | "table";
|
|
14
12
|
disabled: boolean;
|
|
15
|
-
width: string | number;
|
|
16
13
|
modelValue: any;
|
|
17
14
|
teleported: boolean;
|
|
15
|
+
success: boolean;
|
|
16
|
+
width: string | number;
|
|
18
17
|
borderType: string;
|
|
19
18
|
placeholder: string;
|
|
20
19
|
isView: boolean;
|
|
21
20
|
successLabel: string;
|
|
21
|
+
error: boolean;
|
|
22
22
|
errorLabel: string;
|
|
23
23
|
isErrorTitle: boolean;
|
|
24
24
|
isTitle: boolean;
|
|
@@ -1,22 +1,22 @@
|
|
|
1
1
|
declare const DasInputDialogSelect: import("@das-fed/utils").SFCWithInstall<import("vue").DefineComponent<import("./src/type.js").Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
2
|
-
change: (...args: any[]) => void;
|
|
3
2
|
"update:modelValue": (...args: any[]) => void;
|
|
3
|
+
change: (...args: any[]) => void;
|
|
4
4
|
"open-dialog": (...args: any[]) => void;
|
|
5
5
|
"clear-dialog": (...args: any[]) => void;
|
|
6
6
|
"update:selectedOptions": (...args: any[]) => void;
|
|
7
7
|
}, string, import("vue").PublicProps, Readonly<import("./src/type.js").Props> & Readonly<{
|
|
8
|
-
onChange?: ((...args: any[]) => any) | undefined;
|
|
9
8
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
9
|
+
onChange?: ((...args: any[]) => any) | undefined;
|
|
10
10
|
"onOpen-dialog"?: ((...args: any[]) => any) | undefined;
|
|
11
11
|
"onClear-dialog"?: ((...args: any[]) => any) | undefined;
|
|
12
12
|
"onUpdate:selectedOptions"?: ((...args: any[]) => any) | undefined;
|
|
13
13
|
}>, {
|
|
14
14
|
size: "default" | "auto" | "table" | "small";
|
|
15
|
-
error: boolean;
|
|
16
15
|
disabled: boolean;
|
|
17
16
|
teleported: boolean;
|
|
18
17
|
borderType: string;
|
|
19
18
|
isView: boolean;
|
|
19
|
+
error: boolean;
|
|
20
20
|
errorLabel: string;
|
|
21
21
|
errorMode: "default" | "overlay";
|
|
22
22
|
errorModelZIndex: number;
|
|
@@ -1,23 +1,23 @@
|
|
|
1
1
|
import type { Props } from './type';
|
|
2
2
|
declare const _default: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
3
|
-
change: (...args: any[]) => void;
|
|
4
3
|
"update:modelValue": (...args: any[]) => void;
|
|
4
|
+
change: (...args: any[]) => void;
|
|
5
5
|
"open-dialog": (...args: any[]) => void;
|
|
6
6
|
"clear-dialog": (...args: any[]) => void;
|
|
7
7
|
"update:selectedOptions": (...args: any[]) => void;
|
|
8
8
|
}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{
|
|
9
|
-
onChange?: ((...args: any[]) => any) | undefined;
|
|
10
9
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
10
|
+
onChange?: ((...args: any[]) => any) | undefined;
|
|
11
11
|
"onOpen-dialog"?: ((...args: any[]) => any) | undefined;
|
|
12
12
|
"onClear-dialog"?: ((...args: any[]) => any) | undefined;
|
|
13
13
|
"onUpdate:selectedOptions"?: ((...args: any[]) => any) | undefined;
|
|
14
14
|
}>, {
|
|
15
15
|
size: "default" | "auto" | "table" | "small";
|
|
16
|
-
error: boolean;
|
|
17
16
|
disabled: boolean;
|
|
18
17
|
teleported: boolean;
|
|
19
18
|
borderType: string;
|
|
20
19
|
isView: boolean;
|
|
20
|
+
error: boolean;
|
|
21
21
|
errorLabel: string;
|
|
22
22
|
errorMode: "default" | "overlay";
|
|
23
23
|
errorModelZIndex: number;
|
|
@@ -5679,22 +5679,22 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5679
5679
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
5680
5680
|
"update:modelValue": (modelValue: number) => any;
|
|
5681
5681
|
} & {
|
|
5682
|
-
change: (curVal: number | null | undefined, oldVal: number | null | undefined) => any;
|
|
5683
5682
|
input: (curValue: number | null | undefined) => any;
|
|
5684
5683
|
"update:modelValue": (value: number | null) => any;
|
|
5684
|
+
change: (curVal: number | null | undefined, oldVal: number | null | undefined) => any;
|
|
5685
5685
|
}, string, import("vue").PublicProps, Readonly<{
|
|
5686
5686
|
modelValue?: number;
|
|
5687
5687
|
} & Props> & Readonly<{
|
|
5688
|
-
onChange?: ((curVal: number | null | undefined, oldVal: number | null | undefined) => any) | undefined;
|
|
5689
5688
|
onInput?: ((curValue: number | null | undefined) => any) | undefined;
|
|
5690
5689
|
"onUpdate:modelValue"?: ((value: number | null) => any) | undefined;
|
|
5690
|
+
onChange?: ((curVal: number | null | undefined, oldVal: number | null | undefined) => any) | undefined;
|
|
5691
5691
|
}>, {
|
|
5692
5692
|
size: "default" | "table";
|
|
5693
|
-
error: boolean;
|
|
5694
5693
|
disabled: boolean;
|
|
5695
5694
|
modelValue: number;
|
|
5696
5695
|
teleported: boolean;
|
|
5697
5696
|
isView: boolean;
|
|
5697
|
+
error: boolean;
|
|
5698
5698
|
errorLabel: string;
|
|
5699
5699
|
errorMode: "default" | "overlay";
|
|
5700
5700
|
errorModelZIndex: number;
|
|
@@ -57,8 +57,8 @@ declare const DasPaginationRef: () => import("vue").Ref<({
|
|
|
57
57
|
}, string, {
|
|
58
58
|
small: boolean;
|
|
59
59
|
disabled: boolean;
|
|
60
|
-
background: boolean;
|
|
61
60
|
modelValue: number;
|
|
61
|
+
background: boolean;
|
|
62
62
|
simple: boolean;
|
|
63
63
|
total: number;
|
|
64
64
|
pageSize: number;
|
|
@@ -86,8 +86,8 @@ declare const DasPaginationRef: () => import("vue").Ref<({
|
|
|
86
86
|
} & Readonly<{
|
|
87
87
|
small: boolean;
|
|
88
88
|
disabled: boolean;
|
|
89
|
-
background: boolean;
|
|
90
89
|
modelValue: number;
|
|
90
|
+
background: boolean;
|
|
91
91
|
simple: boolean;
|
|
92
92
|
total: number;
|
|
93
93
|
pageSize: number;
|
|
@@ -101,7 +101,7 @@ declare const DasPaginationRef: () => import("vue").Ref<({
|
|
|
101
101
|
"onNext-click"?: ((currentPage: number) => any) | undefined;
|
|
102
102
|
"onFirst-click"?: ((currentPage: number) => any) | undefined;
|
|
103
103
|
"onLast-click"?: ((currentPage: number) => any) | undefined;
|
|
104
|
-
}>, "small" | "disabled" | "
|
|
104
|
+
}>, "small" | "disabled" | "modelValue" | "background" | "simple" | "total" | "pageSize" | "pageSizes"> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
|
|
105
105
|
$slots: {
|
|
106
106
|
default?(_: {}): any;
|
|
107
107
|
};
|
|
@@ -163,8 +163,8 @@ declare const DasPaginationRef: () => import("vue").Ref<({
|
|
|
163
163
|
}, string, {
|
|
164
164
|
small: boolean;
|
|
165
165
|
disabled: boolean;
|
|
166
|
-
background: boolean;
|
|
167
166
|
modelValue: number;
|
|
167
|
+
background: boolean;
|
|
168
168
|
simple: boolean;
|
|
169
169
|
total: number;
|
|
170
170
|
pageSize: number;
|
|
@@ -192,8 +192,8 @@ declare const DasPaginationRef: () => import("vue").Ref<({
|
|
|
192
192
|
} & Readonly<{
|
|
193
193
|
small: boolean;
|
|
194
194
|
disabled: boolean;
|
|
195
|
-
background: boolean;
|
|
196
195
|
modelValue: number;
|
|
196
|
+
background: boolean;
|
|
197
197
|
simple: boolean;
|
|
198
198
|
total: number;
|
|
199
199
|
pageSize: number;
|
|
@@ -207,7 +207,7 @@ declare const DasPaginationRef: () => import("vue").Ref<({
|
|
|
207
207
|
"onNext-click"?: ((currentPage: number) => any) | undefined;
|
|
208
208
|
"onFirst-click"?: ((currentPage: number) => any) | undefined;
|
|
209
209
|
"onLast-click"?: ((currentPage: number) => any) | undefined;
|
|
210
|
-
}>, "small" | "disabled" | "
|
|
210
|
+
}>, "small" | "disabled" | "modelValue" | "background" | "simple" | "total" | "pageSize" | "pageSizes"> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
|
|
211
211
|
$slots: {
|
|
212
212
|
default?(_: {}): any;
|
|
213
213
|
};
|
|
@@ -234,8 +234,8 @@ declare const DasPagination: import("@das-fed/utils").SFCWithInstall<{
|
|
|
234
234
|
}, import("vue").PublicProps, {
|
|
235
235
|
small: boolean;
|
|
236
236
|
disabled: boolean;
|
|
237
|
-
background: boolean;
|
|
238
237
|
modelValue: number;
|
|
238
|
+
background: boolean;
|
|
239
239
|
simple: boolean;
|
|
240
240
|
total: number;
|
|
241
241
|
pageSize: number;
|
|
@@ -259,8 +259,8 @@ declare const DasPagination: import("@das-fed/utils").SFCWithInstall<{
|
|
|
259
259
|
}>, {}, {}, {}, {}, {
|
|
260
260
|
small: boolean;
|
|
261
261
|
disabled: boolean;
|
|
262
|
-
background: boolean;
|
|
263
262
|
modelValue: number;
|
|
263
|
+
background: boolean;
|
|
264
264
|
simple: boolean;
|
|
265
265
|
total: number;
|
|
266
266
|
pageSize: number;
|
|
@@ -290,8 +290,8 @@ declare const DasPagination: import("@das-fed/utils").SFCWithInstall<{
|
|
|
290
290
|
}, string, {
|
|
291
291
|
small: boolean;
|
|
292
292
|
disabled: boolean;
|
|
293
|
-
background: boolean;
|
|
294
293
|
modelValue: number;
|
|
294
|
+
background: boolean;
|
|
295
295
|
simple: boolean;
|
|
296
296
|
total: number;
|
|
297
297
|
pageSize: number;
|
|
@@ -131,8 +131,8 @@ declare const __VLS_component: import("vue").DefineComponent<PaginationProps, {}
|
|
|
131
131
|
}>, {
|
|
132
132
|
small: boolean;
|
|
133
133
|
disabled: boolean;
|
|
134
|
-
background: boolean;
|
|
135
134
|
modelValue: number;
|
|
135
|
+
background: boolean;
|
|
136
136
|
simple: boolean;
|
|
137
137
|
total: number;
|
|
138
138
|
pageSize: number;
|
|
@@ -3,8 +3,8 @@ declare const DasProgress: import("@das-fed/utils").SFCWithInstall<{
|
|
|
3
3
|
$progress: import("vue").Ref<null, null>;
|
|
4
4
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
|
|
5
5
|
type: "line" | "circle";
|
|
6
|
-
width: number;
|
|
7
6
|
modelValue: number;
|
|
7
|
+
width: number;
|
|
8
8
|
tipType: "percentage" | "score";
|
|
9
9
|
percentages: number;
|
|
10
10
|
textMap: Array;
|
|
@@ -24,8 +24,8 @@ declare const DasProgress: import("@das-fed/utils").SFCWithInstall<{
|
|
|
24
24
|
$progress: import("vue").Ref<null, null>;
|
|
25
25
|
}, {}, {}, {}, {
|
|
26
26
|
type: "line" | "circle";
|
|
27
|
-
width: number;
|
|
28
27
|
modelValue: number;
|
|
28
|
+
width: number;
|
|
29
29
|
tipType: "percentage" | "score";
|
|
30
30
|
percentages: number;
|
|
31
31
|
textMap: Array;
|
|
@@ -42,8 +42,8 @@ declare const DasProgress: import("@das-fed/utils").SFCWithInstall<{
|
|
|
42
42
|
$progress: import("vue").Ref<null, null>;
|
|
43
43
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
44
44
|
type: "line" | "circle";
|
|
45
|
-
width: number;
|
|
46
45
|
modelValue: number;
|
|
46
|
+
width: number;
|
|
47
47
|
tipType: "percentage" | "score";
|
|
48
48
|
percentages: number;
|
|
49
49
|
textMap: Array;
|
|
@@ -15,8 +15,8 @@ declare const __VLS_component: import("vue").DefineComponent<Props, {
|
|
|
15
15
|
$progress: import("vue").Ref<null, null>;
|
|
16
16
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{}>, {
|
|
17
17
|
type: "line" | "circle";
|
|
18
|
-
width: number;
|
|
19
18
|
modelValue: number;
|
|
19
|
+
width: number;
|
|
20
20
|
tipType: "percentage" | "score";
|
|
21
21
|
percentages: number;
|
|
22
22
|
textMap: Array;
|