@das-fed/ui 6.4.0-dev.42 → 6.4.0-dev.43
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 +1065 -1057
- 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/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
|
@@ -22,8 +22,8 @@ declare const DasCheckboxRef: () => import("vue").Ref<({
|
|
|
22
22
|
readonly errorMode?: ("default" | "overlay") | undefined;
|
|
23
23
|
readonly isErrorTitle?: boolean | undefined;
|
|
24
24
|
readonly noSetDefaultVal?: boolean | undefined;
|
|
25
|
-
readonly onChange?: ((e: any) => any) | undefined;
|
|
26
25
|
readonly "onUpdate:modelValue"?: ((n: any) => any) | undefined;
|
|
26
|
+
readonly onChange?: ((e: any) => any) | undefined;
|
|
27
27
|
readonly "onUpdate:indeterminate"?: ((n: any) => any) | undefined;
|
|
28
28
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
|
|
29
29
|
$attrs: {
|
|
@@ -38,34 +38,34 @@ declare const DasCheckboxRef: () => import("vue").Ref<({
|
|
|
38
38
|
$root: import("vue").ComponentPublicInstance | null;
|
|
39
39
|
$parent: import("vue").ComponentPublicInstance | null;
|
|
40
40
|
$host: Element | null;
|
|
41
|
-
$emit: ((event: "
|
|
41
|
+
$emit: ((event: "update:modelValue", n: any) => void) & ((event: "change", e: any) => void) & ((event: "update:indeterminate", n: any) => void);
|
|
42
42
|
$el: any;
|
|
43
43
|
$options: import("vue").ComponentOptionsBase<Readonly<import("./src/type.js").Props> & Readonly<{
|
|
44
|
-
onChange?: ((e: any) => any) | undefined;
|
|
45
44
|
"onUpdate:modelValue"?: ((n: any) => any) | undefined;
|
|
45
|
+
onChange?: ((e: any) => any) | undefined;
|
|
46
46
|
"onUpdate:indeterminate"?: ((n: any) => any) | undefined;
|
|
47
47
|
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
48
|
-
change: (e: any) => any;
|
|
49
48
|
"update:modelValue": (n: any) => any;
|
|
49
|
+
change: (e: any) => any;
|
|
50
50
|
"update:indeterminate": (n: any) => any;
|
|
51
51
|
}, string, {
|
|
52
52
|
size: "small" | "middle" | "large";
|
|
53
|
-
options: import("./src/type.js").optionsProps[];
|
|
54
|
-
error: boolean;
|
|
55
|
-
disabled: boolean;
|
|
56
|
-
name: string;
|
|
57
|
-
maxWidth: string;
|
|
58
|
-
width: string;
|
|
59
53
|
defaultProps: import("./src/type.js").ValLabel<string>;
|
|
54
|
+
name: string;
|
|
55
|
+
disabled: boolean;
|
|
60
56
|
modelValue: any;
|
|
61
57
|
teleported: boolean;
|
|
58
|
+
width: string;
|
|
62
59
|
isView: boolean;
|
|
60
|
+
error: boolean;
|
|
63
61
|
errorLabel: string;
|
|
64
62
|
isErrorTitle: boolean;
|
|
65
63
|
errorMode: "default" | "overlay";
|
|
66
64
|
noSetDefaultVal: boolean;
|
|
65
|
+
options: import("./src/type.js").optionsProps[];
|
|
67
66
|
layout: "default" | "vertical";
|
|
68
67
|
optionType: "default" | "square" | "filterSquare";
|
|
68
|
+
maxWidth: string;
|
|
69
69
|
checkboxType: "default" | "group";
|
|
70
70
|
indeterminate: boolean;
|
|
71
71
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & {
|
|
@@ -90,29 +90,29 @@ declare const DasCheckboxRef: () => 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
|
size: "small" | "middle" | "large";
|
|
93
|
-
options: import("./src/type.js").optionsProps[];
|
|
94
|
-
error: boolean;
|
|
95
|
-
disabled: boolean;
|
|
96
|
-
name: string;
|
|
97
|
-
maxWidth: string;
|
|
98
|
-
width: string;
|
|
99
93
|
defaultProps: import("./src/type.js").ValLabel<string>;
|
|
94
|
+
name: string;
|
|
95
|
+
disabled: boolean;
|
|
100
96
|
modelValue: any;
|
|
101
97
|
teleported: boolean;
|
|
98
|
+
width: string;
|
|
102
99
|
isView: boolean;
|
|
100
|
+
error: boolean;
|
|
103
101
|
errorLabel: string;
|
|
104
102
|
isErrorTitle: boolean;
|
|
105
103
|
errorMode: "default" | "overlay";
|
|
106
104
|
noSetDefaultVal: boolean;
|
|
105
|
+
options: import("./src/type.js").optionsProps[];
|
|
107
106
|
layout: "default" | "vertical";
|
|
108
107
|
optionType: "default" | "square" | "filterSquare";
|
|
108
|
+
maxWidth: string;
|
|
109
109
|
checkboxType: "default" | "group";
|
|
110
110
|
indeterminate: boolean;
|
|
111
111
|
}> & Omit<Readonly<import("./src/type.js").Props> & Readonly<{
|
|
112
|
-
onChange?: ((e: any) => any) | undefined;
|
|
113
112
|
"onUpdate:modelValue"?: ((n: any) => any) | undefined;
|
|
113
|
+
onChange?: ((e: any) => any) | undefined;
|
|
114
114
|
"onUpdate:indeterminate"?: ((n: any) => any) | undefined;
|
|
115
|
-
}>, "size" | "
|
|
115
|
+
}>, "size" | "defaultProps" | "name" | "disabled" | "modelValue" | "teleported" | "width" | "isView" | "error" | "errorLabel" | "isErrorTitle" | "errorMode" | "noSetDefaultVal" | "options" | "layout" | "optionType" | "maxWidth" | "checkboxType" | "indeterminate"> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
|
|
116
116
|
$slots: {
|
|
117
117
|
default?(_: {}): any;
|
|
118
118
|
default?(_: {}): any;
|
|
@@ -141,8 +141,8 @@ declare const DasCheckboxRef: () => import("vue").Ref<({
|
|
|
141
141
|
readonly errorMode?: ("default" | "overlay") | undefined;
|
|
142
142
|
readonly isErrorTitle?: boolean | undefined;
|
|
143
143
|
readonly noSetDefaultVal?: boolean | undefined;
|
|
144
|
-
readonly onChange?: ((e: any) => any) | undefined;
|
|
145
144
|
readonly "onUpdate:modelValue"?: ((n: any) => any) | undefined;
|
|
145
|
+
readonly onChange?: ((e: any) => any) | undefined;
|
|
146
146
|
readonly "onUpdate:indeterminate"?: ((n: any) => any) | undefined;
|
|
147
147
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
|
|
148
148
|
$attrs: {
|
|
@@ -157,34 +157,34 @@ declare const DasCheckboxRef: () => import("vue").Ref<({
|
|
|
157
157
|
$root: import("vue").ComponentPublicInstance | null;
|
|
158
158
|
$parent: import("vue").ComponentPublicInstance | null;
|
|
159
159
|
$host: Element | null;
|
|
160
|
-
$emit: ((event: "
|
|
160
|
+
$emit: ((event: "update:modelValue", n: any) => void) & ((event: "change", e: any) => void) & ((event: "update:indeterminate", n: any) => void);
|
|
161
161
|
$el: any;
|
|
162
162
|
$options: import("vue").ComponentOptionsBase<Readonly<import("./src/type.js").Props> & Readonly<{
|
|
163
|
-
onChange?: ((e: any) => any) | undefined;
|
|
164
163
|
"onUpdate:modelValue"?: ((n: any) => any) | undefined;
|
|
164
|
+
onChange?: ((e: any) => any) | undefined;
|
|
165
165
|
"onUpdate:indeterminate"?: ((n: any) => any) | undefined;
|
|
166
166
|
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
167
|
-
change: (e: any) => any;
|
|
168
167
|
"update:modelValue": (n: any) => any;
|
|
168
|
+
change: (e: any) => any;
|
|
169
169
|
"update:indeterminate": (n: any) => any;
|
|
170
170
|
}, string, {
|
|
171
171
|
size: "small" | "middle" | "large";
|
|
172
|
-
options: import("./src/type.js").optionsProps[];
|
|
173
|
-
error: boolean;
|
|
174
|
-
disabled: boolean;
|
|
175
|
-
name: string;
|
|
176
|
-
maxWidth: string;
|
|
177
|
-
width: string;
|
|
178
172
|
defaultProps: import("./src/type.js").ValLabel<string>;
|
|
173
|
+
name: string;
|
|
174
|
+
disabled: boolean;
|
|
179
175
|
modelValue: any;
|
|
180
176
|
teleported: boolean;
|
|
177
|
+
width: string;
|
|
181
178
|
isView: boolean;
|
|
179
|
+
error: boolean;
|
|
182
180
|
errorLabel: string;
|
|
183
181
|
isErrorTitle: boolean;
|
|
184
182
|
errorMode: "default" | "overlay";
|
|
185
183
|
noSetDefaultVal: boolean;
|
|
184
|
+
options: import("./src/type.js").optionsProps[];
|
|
186
185
|
layout: "default" | "vertical";
|
|
187
186
|
optionType: "default" | "square" | "filterSquare";
|
|
187
|
+
maxWidth: string;
|
|
188
188
|
checkboxType: "default" | "group";
|
|
189
189
|
indeterminate: boolean;
|
|
190
190
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & {
|
|
@@ -209,29 +209,29 @@ declare const DasCheckboxRef: () => import("vue").Ref<({
|
|
|
209
209
|
$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;
|
|
210
210
|
} & Readonly<{
|
|
211
211
|
size: "small" | "middle" | "large";
|
|
212
|
-
options: import("./src/type.js").optionsProps[];
|
|
213
|
-
error: boolean;
|
|
214
|
-
disabled: boolean;
|
|
215
|
-
name: string;
|
|
216
|
-
maxWidth: string;
|
|
217
|
-
width: string;
|
|
218
212
|
defaultProps: import("./src/type.js").ValLabel<string>;
|
|
213
|
+
name: string;
|
|
214
|
+
disabled: boolean;
|
|
219
215
|
modelValue: any;
|
|
220
216
|
teleported: boolean;
|
|
217
|
+
width: string;
|
|
221
218
|
isView: boolean;
|
|
219
|
+
error: boolean;
|
|
222
220
|
errorLabel: string;
|
|
223
221
|
isErrorTitle: boolean;
|
|
224
222
|
errorMode: "default" | "overlay";
|
|
225
223
|
noSetDefaultVal: boolean;
|
|
224
|
+
options: import("./src/type.js").optionsProps[];
|
|
226
225
|
layout: "default" | "vertical";
|
|
227
226
|
optionType: "default" | "square" | "filterSquare";
|
|
227
|
+
maxWidth: string;
|
|
228
228
|
checkboxType: "default" | "group";
|
|
229
229
|
indeterminate: boolean;
|
|
230
230
|
}> & Omit<Readonly<import("./src/type.js").Props> & Readonly<{
|
|
231
|
-
onChange?: ((e: any) => any) | undefined;
|
|
232
231
|
"onUpdate:modelValue"?: ((n: any) => any) | undefined;
|
|
232
|
+
onChange?: ((e: any) => any) | undefined;
|
|
233
233
|
"onUpdate:indeterminate"?: ((n: any) => any) | undefined;
|
|
234
|
-
}>, "size" | "
|
|
234
|
+
}>, "size" | "defaultProps" | "name" | "disabled" | "modelValue" | "teleported" | "width" | "isView" | "error" | "errorLabel" | "isErrorTitle" | "errorMode" | "noSetDefaultVal" | "options" | "layout" | "optionType" | "maxWidth" | "checkboxType" | "indeterminate"> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
|
|
235
235
|
$slots: {
|
|
236
236
|
default?(_: {}): any;
|
|
237
237
|
default?(_: {}): any;
|
|
@@ -240,31 +240,31 @@ declare const DasCheckboxRef: () => import("vue").Ref<({
|
|
|
240
240
|
}) | null>;
|
|
241
241
|
declare const DasCheckbox: import("@das-fed/utils").SFCWithInstall<{
|
|
242
242
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("./src/type.js").Props> & Readonly<{
|
|
243
|
-
onChange?: ((e: any) => any) | undefined;
|
|
244
243
|
"onUpdate:modelValue"?: ((n: any) => any) | undefined;
|
|
244
|
+
onChange?: ((e: any) => any) | undefined;
|
|
245
245
|
"onUpdate:indeterminate"?: ((n: any) => any) | undefined;
|
|
246
246
|
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
247
|
-
change: (e: any) => any;
|
|
248
247
|
"update:modelValue": (n: any) => any;
|
|
248
|
+
change: (e: any) => any;
|
|
249
249
|
"update:indeterminate": (n: any) => any;
|
|
250
250
|
}, import("vue").PublicProps, {
|
|
251
251
|
size: "small" | "middle" | "large";
|
|
252
|
-
options: import("./src/type.js").optionsProps[];
|
|
253
|
-
error: boolean;
|
|
254
|
-
disabled: boolean;
|
|
255
|
-
name: string;
|
|
256
|
-
maxWidth: string;
|
|
257
|
-
width: string;
|
|
258
252
|
defaultProps: import("./src/type.js").ValLabel<string>;
|
|
253
|
+
name: string;
|
|
254
|
+
disabled: boolean;
|
|
259
255
|
modelValue: any;
|
|
260
256
|
teleported: boolean;
|
|
257
|
+
width: string;
|
|
261
258
|
isView: boolean;
|
|
259
|
+
error: boolean;
|
|
262
260
|
errorLabel: string;
|
|
263
261
|
isErrorTitle: boolean;
|
|
264
262
|
errorMode: "default" | "overlay";
|
|
265
263
|
noSetDefaultVal: boolean;
|
|
264
|
+
options: import("./src/type.js").optionsProps[];
|
|
266
265
|
layout: "default" | "vertical";
|
|
267
266
|
optionType: "default" | "square" | "filterSquare";
|
|
267
|
+
maxWidth: string;
|
|
268
268
|
checkboxType: "default" | "group";
|
|
269
269
|
indeterminate: boolean;
|
|
270
270
|
}, false, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
@@ -275,27 +275,27 @@ declare const DasCheckbox: import("@das-fed/utils").SFCWithInstall<{
|
|
|
275
275
|
M: {};
|
|
276
276
|
Defaults: {};
|
|
277
277
|
}, Readonly<import("./src/type.js").Props> & Readonly<{
|
|
278
|
-
onChange?: ((e: any) => any) | undefined;
|
|
279
278
|
"onUpdate:modelValue"?: ((n: any) => any) | undefined;
|
|
279
|
+
onChange?: ((e: any) => any) | undefined;
|
|
280
280
|
"onUpdate:indeterminate"?: ((n: any) => any) | undefined;
|
|
281
281
|
}>, {}, {}, {}, {}, {
|
|
282
282
|
size: "small" | "middle" | "large";
|
|
283
|
-
options: import("./src/type.js").optionsProps[];
|
|
284
|
-
error: boolean;
|
|
285
|
-
disabled: boolean;
|
|
286
|
-
name: string;
|
|
287
|
-
maxWidth: string;
|
|
288
|
-
width: string;
|
|
289
283
|
defaultProps: import("./src/type.js").ValLabel<string>;
|
|
284
|
+
name: string;
|
|
285
|
+
disabled: boolean;
|
|
290
286
|
modelValue: any;
|
|
291
287
|
teleported: boolean;
|
|
288
|
+
width: string;
|
|
292
289
|
isView: boolean;
|
|
290
|
+
error: boolean;
|
|
293
291
|
errorLabel: string;
|
|
294
292
|
isErrorTitle: boolean;
|
|
295
293
|
errorMode: "default" | "overlay";
|
|
296
294
|
noSetDefaultVal: boolean;
|
|
295
|
+
options: import("./src/type.js").optionsProps[];
|
|
297
296
|
layout: "default" | "vertical";
|
|
298
297
|
optionType: "default" | "square" | "filterSquare";
|
|
298
|
+
maxWidth: string;
|
|
299
299
|
checkboxType: "default" | "group";
|
|
300
300
|
indeterminate: boolean;
|
|
301
301
|
}>;
|
|
@@ -303,31 +303,31 @@ declare const DasCheckbox: import("@das-fed/utils").SFCWithInstall<{
|
|
|
303
303
|
__isTeleport?: never;
|
|
304
304
|
__isSuspense?: never;
|
|
305
305
|
} & import("vue").ComponentOptionsBase<Readonly<import("./src/type.js").Props> & Readonly<{
|
|
306
|
-
onChange?: ((e: any) => any) | undefined;
|
|
307
306
|
"onUpdate:modelValue"?: ((n: any) => any) | undefined;
|
|
307
|
+
onChange?: ((e: any) => any) | undefined;
|
|
308
308
|
"onUpdate:indeterminate"?: ((n: any) => any) | undefined;
|
|
309
309
|
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
310
|
-
change: (e: any) => any;
|
|
311
310
|
"update:modelValue": (n: any) => any;
|
|
311
|
+
change: (e: any) => any;
|
|
312
312
|
"update:indeterminate": (n: any) => any;
|
|
313
313
|
}, string, {
|
|
314
314
|
size: "small" | "middle" | "large";
|
|
315
|
-
options: import("./src/type.js").optionsProps[];
|
|
316
|
-
error: boolean;
|
|
317
|
-
disabled: boolean;
|
|
318
|
-
name: string;
|
|
319
|
-
maxWidth: string;
|
|
320
|
-
width: string;
|
|
321
315
|
defaultProps: import("./src/type.js").ValLabel<string>;
|
|
316
|
+
name: string;
|
|
317
|
+
disabled: boolean;
|
|
322
318
|
modelValue: any;
|
|
323
319
|
teleported: boolean;
|
|
320
|
+
width: string;
|
|
324
321
|
isView: boolean;
|
|
322
|
+
error: boolean;
|
|
325
323
|
errorLabel: string;
|
|
326
324
|
isErrorTitle: boolean;
|
|
327
325
|
errorMode: "default" | "overlay";
|
|
328
326
|
noSetDefaultVal: boolean;
|
|
327
|
+
options: import("./src/type.js").optionsProps[];
|
|
329
328
|
layout: "default" | "vertical";
|
|
330
329
|
optionType: "default" | "square" | "filterSquare";
|
|
330
|
+
maxWidth: string;
|
|
331
331
|
checkboxType: "default" | "group";
|
|
332
332
|
indeterminate: boolean;
|
|
333
333
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
@@ -13,31 +13,31 @@ declare function __VLS_template(): {
|
|
|
13
13
|
};
|
|
14
14
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
15
15
|
declare const __VLS_component: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
16
|
-
change: (e: any) => any;
|
|
17
16
|
"update:modelValue": (n: any) => any;
|
|
17
|
+
change: (e: any) => any;
|
|
18
18
|
"update:indeterminate": (n: any) => any;
|
|
19
19
|
}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{
|
|
20
|
-
onChange?: ((e: any) => any) | undefined;
|
|
21
20
|
"onUpdate:modelValue"?: ((n: any) => any) | undefined;
|
|
21
|
+
onChange?: ((e: any) => any) | undefined;
|
|
22
22
|
"onUpdate:indeterminate"?: ((n: any) => any) | undefined;
|
|
23
23
|
}>, {
|
|
24
24
|
size: "small" | "middle" | "large";
|
|
25
|
-
options: import("./type").optionsProps[];
|
|
26
|
-
error: boolean;
|
|
27
|
-
disabled: boolean;
|
|
28
|
-
name: string;
|
|
29
|
-
maxWidth: string;
|
|
30
|
-
width: string;
|
|
31
25
|
defaultProps: import("./type").ValLabel<string>;
|
|
26
|
+
name: string;
|
|
27
|
+
disabled: boolean;
|
|
32
28
|
modelValue: any;
|
|
33
29
|
teleported: boolean;
|
|
30
|
+
width: string;
|
|
34
31
|
isView: boolean;
|
|
32
|
+
error: boolean;
|
|
35
33
|
errorLabel: string;
|
|
36
34
|
isErrorTitle: boolean;
|
|
37
35
|
errorMode: "default" | "overlay";
|
|
38
36
|
noSetDefaultVal: boolean;
|
|
37
|
+
options: import("./type").optionsProps[];
|
|
39
38
|
layout: "default" | "vertical";
|
|
40
39
|
optionType: "default" | "square" | "filterSquare";
|
|
40
|
+
maxWidth: string;
|
|
41
41
|
checkboxType: "default" | "group";
|
|
42
42
|
indeterminate: boolean;
|
|
43
43
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
@@ -22,8 +22,8 @@ declare const DasCollaspeRef: () => import("vue").Ref<({
|
|
|
22
22
|
$emit: (event: string, ...args: any[]) => void;
|
|
23
23
|
$el: any;
|
|
24
24
|
$options: import("vue").ComponentOptionsBase<Readonly<import("./src/type.js").Props> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
25
|
-
width: string;
|
|
26
25
|
activeKey: string | string[];
|
|
26
|
+
width: string;
|
|
27
27
|
bordered: boolean;
|
|
28
28
|
expandIconType: "triangle" | "arrow";
|
|
29
29
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & {
|
|
@@ -47,11 +47,11 @@ declare const DasCollaspeRef: () => import("vue").Ref<({
|
|
|
47
47
|
$nextTick: typeof import("vue").nextTick;
|
|
48
48
|
$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;
|
|
49
49
|
} & Readonly<{
|
|
50
|
-
width: string;
|
|
51
50
|
activeKey: string | string[];
|
|
51
|
+
width: string;
|
|
52
52
|
bordered: boolean;
|
|
53
53
|
expandIconType: "triangle" | "arrow";
|
|
54
|
-
}> & Omit<Readonly<import("./src/type.js").Props> & Readonly<{}>, "
|
|
54
|
+
}> & Omit<Readonly<import("./src/type.js").Props> & Readonly<{}>, "activeKey" | "width" | "bordered" | "expandIconType"> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
|
|
55
55
|
$slots: {
|
|
56
56
|
default?(_: {}): any;
|
|
57
57
|
};
|
|
@@ -79,8 +79,8 @@ declare const DasCollaspeRef: () => import("vue").Ref<({
|
|
|
79
79
|
$emit: (event: string, ...args: any[]) => void;
|
|
80
80
|
$el: any;
|
|
81
81
|
$options: import("vue").ComponentOptionsBase<Readonly<import("./src/type.js").Props> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
82
|
-
width: string;
|
|
83
82
|
activeKey: string | string[];
|
|
83
|
+
width: string;
|
|
84
84
|
bordered: boolean;
|
|
85
85
|
expandIconType: "triangle" | "arrow";
|
|
86
86
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & {
|
|
@@ -104,19 +104,19 @@ declare const DasCollaspeRef: () => import("vue").Ref<({
|
|
|
104
104
|
$nextTick: typeof import("vue").nextTick;
|
|
105
105
|
$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;
|
|
106
106
|
} & Readonly<{
|
|
107
|
-
width: string;
|
|
108
107
|
activeKey: string | string[];
|
|
108
|
+
width: string;
|
|
109
109
|
bordered: boolean;
|
|
110
110
|
expandIconType: "triangle" | "arrow";
|
|
111
|
-
}> & Omit<Readonly<import("./src/type.js").Props> & Readonly<{}>, "
|
|
111
|
+
}> & Omit<Readonly<import("./src/type.js").Props> & Readonly<{}>, "activeKey" | "width" | "bordered" | "expandIconType"> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
|
|
112
112
|
$slots: {
|
|
113
113
|
default?(_: {}): any;
|
|
114
114
|
};
|
|
115
115
|
}) | null>;
|
|
116
116
|
declare const DasCollaspe: import("@das-fed/utils").SFCWithInstall<{
|
|
117
117
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("./src/type.js").Props> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
|
|
118
|
-
width: string;
|
|
119
118
|
activeKey: string | string[];
|
|
119
|
+
width: string;
|
|
120
120
|
bordered: boolean;
|
|
121
121
|
expandIconType: "triangle" | "arrow";
|
|
122
122
|
}, false, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
@@ -127,8 +127,8 @@ declare const DasCollaspe: import("@das-fed/utils").SFCWithInstall<{
|
|
|
127
127
|
M: {};
|
|
128
128
|
Defaults: {};
|
|
129
129
|
}, Readonly<import("./src/type.js").Props> & Readonly<{}>, {}, {}, {}, {}, {
|
|
130
|
-
width: string;
|
|
131
130
|
activeKey: string | string[];
|
|
131
|
+
width: string;
|
|
132
132
|
bordered: boolean;
|
|
133
133
|
expandIconType: "triangle" | "arrow";
|
|
134
134
|
}>;
|
|
@@ -136,8 +136,8 @@ declare const DasCollaspe: import("@das-fed/utils").SFCWithInstall<{
|
|
|
136
136
|
__isTeleport?: never;
|
|
137
137
|
__isSuspense?: never;
|
|
138
138
|
} & import("vue").ComponentOptionsBase<Readonly<import("./src/type.js").Props> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
139
|
-
width: string;
|
|
140
139
|
activeKey: string | string[];
|
|
140
|
+
width: string;
|
|
141
141
|
bordered: boolean;
|
|
142
142
|
expandIconType: "triangle" | "arrow";
|
|
143
143
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
@@ -9,8 +9,8 @@ declare function __VLS_template(): {
|
|
|
9
9
|
};
|
|
10
10
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
11
11
|
declare const __VLS_component: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{}>, {
|
|
12
|
-
width: string;
|
|
13
12
|
activeKey: string | string[];
|
|
13
|
+
width: string;
|
|
14
14
|
bordered: boolean;
|
|
15
15
|
expandIconType: "triangle" | "arrow";
|
|
16
16
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
/** 获取组件实例 */
|
|
2
2
|
declare const DasColorPickerRef: () => import("vue").Ref<import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("./src/type.js").Props> & Readonly<{
|
|
3
|
-
onChange?: ((value: string) => any) | undefined;
|
|
4
3
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
4
|
+
onChange?: ((value: string) => any) | undefined;
|
|
5
5
|
onDasInput?: ((value: string) => any) | undefined;
|
|
6
6
|
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
7
|
-
change: (value: string) => any;
|
|
8
7
|
"update:modelValue": (value: string) => any;
|
|
8
|
+
change: (value: string) => any;
|
|
9
9
|
dasInput: (value: string) => any;
|
|
10
10
|
}, import("vue").PublicProps, {
|
|
11
|
-
options: Record<string, any>;
|
|
12
11
|
disabled: boolean;
|
|
13
12
|
modelValue: any;
|
|
14
13
|
borderType: string;
|
|
15
14
|
placeholder: string;
|
|
16
15
|
isView: boolean;
|
|
17
16
|
noSetDefaultVal: boolean;
|
|
17
|
+
options: Record<string, any>;
|
|
18
18
|
}, false, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
19
19
|
P: {};
|
|
20
20
|
B: {};
|
|
@@ -23,33 +23,33 @@ declare const DasColorPickerRef: () => import("vue").Ref<import("vue").CreateCom
|
|
|
23
23
|
M: {};
|
|
24
24
|
Defaults: {};
|
|
25
25
|
}, Readonly<import("./src/type.js").Props> & Readonly<{
|
|
26
|
-
onChange?: ((value: string) => any) | undefined;
|
|
27
26
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
27
|
+
onChange?: ((value: string) => any) | undefined;
|
|
28
28
|
onDasInput?: ((value: string) => any) | undefined;
|
|
29
29
|
}>, {}, {}, {}, {}, {
|
|
30
|
-
options: Record<string, any>;
|
|
31
30
|
disabled: boolean;
|
|
32
31
|
modelValue: any;
|
|
33
32
|
borderType: string;
|
|
34
33
|
placeholder: string;
|
|
35
34
|
isView: boolean;
|
|
36
35
|
noSetDefaultVal: boolean;
|
|
36
|
+
options: Record<string, any>;
|
|
37
37
|
}> | null, import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("./src/type.js").Props> & Readonly<{
|
|
38
|
-
onChange?: ((value: string) => any) | undefined;
|
|
39
38
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
39
|
+
onChange?: ((value: string) => any) | undefined;
|
|
40
40
|
onDasInput?: ((value: string) => any) | undefined;
|
|
41
41
|
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
42
|
-
change: (value: string) => any;
|
|
43
42
|
"update:modelValue": (value: string) => any;
|
|
43
|
+
change: (value: string) => any;
|
|
44
44
|
dasInput: (value: string) => any;
|
|
45
45
|
}, import("vue").PublicProps, {
|
|
46
|
-
options: Record<string, any>;
|
|
47
46
|
disabled: boolean;
|
|
48
47
|
modelValue: any;
|
|
49
48
|
borderType: string;
|
|
50
49
|
placeholder: string;
|
|
51
50
|
isView: boolean;
|
|
52
51
|
noSetDefaultVal: boolean;
|
|
52
|
+
options: Record<string, any>;
|
|
53
53
|
}, false, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
54
54
|
P: {};
|
|
55
55
|
B: {};
|
|
@@ -58,34 +58,34 @@ declare const DasColorPickerRef: () => import("vue").Ref<import("vue").CreateCom
|
|
|
58
58
|
M: {};
|
|
59
59
|
Defaults: {};
|
|
60
60
|
}, Readonly<import("./src/type.js").Props> & Readonly<{
|
|
61
|
-
onChange?: ((value: string) => any) | undefined;
|
|
62
61
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
62
|
+
onChange?: ((value: string) => any) | undefined;
|
|
63
63
|
onDasInput?: ((value: string) => any) | undefined;
|
|
64
64
|
}>, {}, {}, {}, {}, {
|
|
65
|
-
options: Record<string, any>;
|
|
66
65
|
disabled: boolean;
|
|
67
66
|
modelValue: any;
|
|
68
67
|
borderType: string;
|
|
69
68
|
placeholder: string;
|
|
70
69
|
isView: boolean;
|
|
71
70
|
noSetDefaultVal: boolean;
|
|
71
|
+
options: Record<string, any>;
|
|
72
72
|
}> | null>;
|
|
73
73
|
declare const DasColorPicker: import("@das-fed/utils").SFCWithInstall<import("vue").DefineComponent<import("./src/type.js").Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
74
|
-
change: (value: string) => any;
|
|
75
74
|
"update:modelValue": (value: string) => any;
|
|
75
|
+
change: (value: string) => any;
|
|
76
76
|
dasInput: (value: string) => any;
|
|
77
77
|
}, string, import("vue").PublicProps, Readonly<import("./src/type.js").Props> & Readonly<{
|
|
78
|
-
onChange?: ((value: string) => any) | undefined;
|
|
79
78
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
79
|
+
onChange?: ((value: string) => any) | undefined;
|
|
80
80
|
onDasInput?: ((value: string) => any) | undefined;
|
|
81
81
|
}>, {
|
|
82
|
-
options: Record<string, any>;
|
|
83
82
|
disabled: boolean;
|
|
84
83
|
modelValue: any;
|
|
85
84
|
borderType: string;
|
|
86
85
|
placeholder: string;
|
|
87
86
|
isView: boolean;
|
|
88
87
|
noSetDefaultVal: boolean;
|
|
88
|
+
options: Record<string, any>;
|
|
89
89
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>>;
|
|
90
90
|
export { DasColorPicker, DasColorPickerRef };
|
|
91
91
|
export default DasColorPicker;
|
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
import 'element-plus/es/components/color-picker/style/css';
|
|
2
2
|
import type { Props } from './type';
|
|
3
3
|
declare const _default: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
4
|
-
change: (value: string) => any;
|
|
5
4
|
"update:modelValue": (value: string) => any;
|
|
5
|
+
change: (value: string) => any;
|
|
6
6
|
dasInput: (value: string) => any;
|
|
7
7
|
}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{
|
|
8
|
-
onChange?: ((value: string) => any) | undefined;
|
|
9
8
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
9
|
+
onChange?: ((value: string) => any) | undefined;
|
|
10
10
|
onDasInput?: ((value: string) => any) | undefined;
|
|
11
11
|
}>, {
|
|
12
|
-
options: Record<string, any>;
|
|
13
12
|
disabled: boolean;
|
|
14
13
|
modelValue: any;
|
|
15
14
|
borderType: string;
|
|
16
15
|
placeholder: string;
|
|
17
16
|
isView: boolean;
|
|
18
17
|
noSetDefaultVal: boolean;
|
|
18
|
+
options: Record<string, any>;
|
|
19
19
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
20
20
|
export default _default;
|