@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.
Files changed (105) hide show
  1. package/i18n-collection/en.js +536 -0
  2. package/i18n-collection/zh-CN.js +537 -0
  3. package/package.json +6 -5
  4. package/packages/business-components/change-pwd/src/hooks/use-changePwd.d.ts +14 -14
  5. package/packages/business-components/device-panel/src/components/alarmDevicePanel/alarmLog/components/listItem.vue.d.ts +1 -1
  6. package/packages/business-components/device-panel/src/components/devicePanelModal/alarmLog/components/listItem.vue.d.ts +1 -1
  7. package/packages/business-components/device-panel/src/components/drag-resize/index.vue.d.ts +1 -1
  8. package/packages/business-components/echarts/index.d.ts +10 -10
  9. package/packages/business-components/echarts/index.js +1648 -1639
  10. package/packages/business-components/echarts/index.js.gz +0 -0
  11. package/packages/business-components/echarts/src/Index.vue.d.ts +2 -2
  12. package/packages/business-components/echarts/style.css +1 -1
  13. package/packages/business-components/export-button/index.d.ts +5 -5
  14. package/packages/business-components/export-button/src/App.vue.d.ts +2 -2
  15. package/packages/business-components/import-button/index.d.ts +13 -13
  16. package/packages/business-components/import-button/src/App.vue.d.ts +5 -5
  17. package/packages/business-components/model-table-dialog/index.d.ts +61 -61
  18. package/packages/business-components/model-table-dialog/src/Index.vue.d.ts +10 -10
  19. package/packages/business-components/model-table-dialog/src/ModelTable.vue.d.ts +4 -4
  20. package/packages/business-components/process-form/index.js +1093 -1079
  21. package/packages/business-components/process-form/index.js.gz +0 -0
  22. package/packages/business-components/process-form/src/hooks/useForm.d.ts +14 -14
  23. package/packages/business-components/process-form/src/hooks/useSelector.d.ts +2 -1
  24. package/packages/business-components/process-form/src/widgets/layout/accordion/accordion.d.ts +1 -1
  25. package/packages/business-components/process-form/src/widgets/layout/grid/grid.d.ts +1 -1
  26. package/packages/business-components/process-form/style.css +1 -1
  27. package/packages/business-components/process-table/index.d.ts +11 -2
  28. package/packages/business-components/process-table/index.js +147 -146
  29. package/packages/business-components/process-table/index.js.gz +0 -0
  30. package/packages/business-components/process-table/src/App.vue.d.ts +9 -24
  31. package/packages/business-components/process-table/src/type.d.ts +2 -0
  32. package/packages/business-components/process-table/style.css +1 -1
  33. package/packages/business-components/urgent-panel/src/components/drag-resize/index.vue.d.ts +1 -1
  34. package/packages/components/audio-video/index.d.ts +10 -10
  35. package/packages/components/audio-video/src/Index.vue.d.ts +2 -2
  36. package/packages/components/autocomplete/index.d.ts +38 -38
  37. package/packages/components/autocomplete/src/index.vue.d.ts +17 -17
  38. package/packages/components/cascader/index.d.ts +6 -6
  39. package/packages/components/cascader/src/Index.vue.d.ts +2 -2
  40. package/packages/components/checkbox/index.d.ts +59 -59
  41. package/packages/components/checkbox/src/Index.vue.d.ts +8 -8
  42. package/packages/components/collaspe/index.d.ts +9 -9
  43. package/packages/components/collaspe/src/Index.vue.d.ts +1 -1
  44. package/packages/components/color-picker/index.d.ts +13 -13
  45. package/packages/components/color-picker/src/Index.vue.d.ts +3 -3
  46. package/packages/components/custom-search-item/index.d.ts +24 -24
  47. package/packages/components/custom-search-item/src/Index.vue.d.ts +3 -3
  48. package/packages/components/date-picker/index.d.ts +27 -27
  49. package/packages/components/date-picker/src/DatePicker.vue.d.ts +2 -2
  50. package/packages/components/date-picker/src/DateRangePicker.vue.d.ts +1 -1
  51. package/packages/components/date-picker/src/RangePicker.vue.d.ts +2 -2
  52. package/packages/components/date-picker/src/TimePicker.vue.d.ts +2 -2
  53. package/packages/components/date-picker/src/TimeRangePicker.vue.d.ts +2 -2
  54. package/packages/components/dialog/index.d.ts +13 -13
  55. package/packages/components/dialog/src/Index.vue.d.ts +5 -5
  56. package/packages/components/edit-table/index.d.ts +9 -9
  57. package/packages/components/edit-table/src/index.vue.d.ts +1 -1
  58. package/packages/components/form/index.d.ts +23 -23
  59. package/packages/components/form/src/Index.vue.d.ts +3 -3
  60. package/packages/components/image-upload/index.d.ts +1 -1
  61. package/packages/components/image-upload/src/Index.vue.d.ts +1 -1
  62. package/packages/components/image-viewer/index.d.ts +1 -1
  63. package/packages/components/image-viewer/src/Index.vue.d.ts +1 -1
  64. package/packages/components/input/index.d.ts +12 -12
  65. package/packages/components/input/src/index.vue.d.ts +4 -4
  66. package/packages/components/input-dialog-select/index.d.ts +3 -3
  67. package/packages/components/input-dialog-select/src/Index.vue.d.ts +3 -3
  68. package/packages/components/input-number/src/App.vue.d.ts +3 -3
  69. package/packages/components/pagination/index.d.ts +9 -9
  70. package/packages/components/pagination/src/Pagination.vue.d.ts +1 -1
  71. package/packages/components/progress/index.d.ts +3 -3
  72. package/packages/components/progress/src/Index.vue.d.ts +1 -1
  73. package/packages/components/radio/index.d.ts +38 -38
  74. package/packages/components/radio/src/Index.vue.d.ts +5 -5
  75. package/packages/components/rich-editor/index.d.ts +16 -16
  76. package/packages/components/rich-editor/src/Index.vue.d.ts +4 -4
  77. package/packages/components/search/index.d.ts +5 -5
  78. package/packages/components/search/src/Index.vue.d.ts +5 -5
  79. package/packages/components/search-form/src/Index.vue.d.ts +1 -1
  80. package/packages/components/search-form/src/SearchDateRange.vue.d.ts +1 -1
  81. package/packages/components/select/index.d.ts +11 -11
  82. package/packages/components/select/src/Select.vue.d.ts +4 -4
  83. package/packages/components/select-input/index.d.ts +1 -1
  84. package/packages/components/select-input/src/Index.vue.d.ts +1 -1
  85. package/packages/components/special-range-picker-month/index.d.ts +3 -3
  86. package/packages/components/special-range-picker-month/src/Index.vue.d.ts +3 -3
  87. package/packages/components/special-range-picker-year/index.d.ts +3 -3
  88. package/packages/components/special-range-picker-year/src/Index.vue.d.ts +3 -3
  89. package/packages/components/spin/index.d.ts +3 -3
  90. package/packages/components/spin/src/index.vue.d.ts +1 -1
  91. package/packages/components/table/index.d.ts +16 -16
  92. package/packages/components/table/src/filter-pane/filterPane.vue.d.ts +2 -2
  93. package/packages/components/table/src/table-column/index.vue.d.ts +2 -2
  94. package/packages/components/tabs/index.d.ts +6 -6
  95. package/packages/components/tabs/style.css +1 -1
  96. package/packages/components/tabs/style.css.gz +0 -0
  97. package/packages/components/tag/index.d.ts +6 -6
  98. package/packages/components/tag/src/Index.vue.d.ts +2 -2
  99. package/packages/components/tooltip/index.d.ts +31 -31
  100. package/packages/components/tooltip/src/index.vue.d.ts +4 -4
  101. package/packages/components/tree/src/App.vue.d.ts +1 -1
  102. package/packages/components/tree-select/src/App.vue.d.ts +30 -30
  103. package/packages/components/tree-select/src/hooks/use-tree-select.d.ts +26 -26
  104. package/packages/components/upload/index.d.ts +3 -3
  105. package/packages/components/upload/src/Index.vue.d.ts +1 -1
@@ -16,8 +16,8 @@ declare const DasRadioRef: () => import("vue").Ref<({
16
16
  readonly maxWidth?: string | undefined;
17
17
  readonly isSetTimeout?: boolean | undefined;
18
18
  readonly noSetDefaultVal?: boolean | undefined;
19
- readonly onChange?: ((e: any) => any) | undefined;
20
19
  readonly "onUpdate:modelValue"?: ((n: any) => any) | undefined;
20
+ readonly onChange?: ((e: any) => any) | undefined;
21
21
  } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
22
22
  $attrs: {
23
23
  [x: string]: unknown;
@@ -31,22 +31,22 @@ declare const DasRadioRef: () => import("vue").Ref<({
31
31
  $root: import("vue").ComponentPublicInstance | null;
32
32
  $parent: import("vue").ComponentPublicInstance | null;
33
33
  $host: Element | null;
34
- $emit: ((event: "change", e: any) => void) & ((event: "update:modelValue", n: any) => void);
34
+ $emit: ((event: "update:modelValue", n: any) => void) & ((event: "change", e: any) => void);
35
35
  $el: any;
36
36
  $options: import("vue").ComponentOptionsBase<Readonly<import("./src/type.js").Props> & Readonly<{
37
- onChange?: ((e: any) => any) | undefined;
38
37
  "onUpdate:modelValue"?: ((n: any) => any) | undefined;
38
+ onChange?: ((e: any) => any) | undefined;
39
39
  }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
40
- change: (e: any) => any;
41
40
  "update:modelValue": (n: any) => any;
41
+ change: (e: any) => any;
42
42
  }, string, {
43
- options: any[];
44
- disabled: boolean;
45
- name: string;
46
43
  defaultProps: import("./src/type.js").ValLabel<string>;
44
+ name: string;
45
+ disabled: boolean;
47
46
  modelValue: any;
48
47
  isView: boolean;
49
48
  noSetDefaultVal: boolean;
49
+ options: any[];
50
50
  layout: "default" | "vertical";
51
51
  optionType: "default" | "square" | "button" | "filterSquare";
52
52
  radioType: "default" | "group";
@@ -71,20 +71,20 @@ declare const DasRadioRef: () => import("vue").Ref<({
71
71
  $nextTick: typeof import("vue").nextTick;
72
72
  $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;
73
73
  } & Readonly<{
74
- options: any[];
75
- disabled: boolean;
76
- name: string;
77
74
  defaultProps: import("./src/type.js").ValLabel<string>;
75
+ name: string;
76
+ disabled: boolean;
78
77
  modelValue: any;
79
78
  isView: boolean;
80
79
  noSetDefaultVal: boolean;
80
+ options: any[];
81
81
  layout: "default" | "vertical";
82
82
  optionType: "default" | "square" | "button" | "filterSquare";
83
83
  radioType: "default" | "group";
84
84
  }> & Omit<Readonly<import("./src/type.js").Props> & Readonly<{
85
- onChange?: ((e: any) => any) | undefined;
86
85
  "onUpdate:modelValue"?: ((n: any) => any) | undefined;
87
- }>, "options" | "disabled" | "name" | "defaultProps" | "modelValue" | "isView" | "noSetDefaultVal" | "layout" | "optionType" | "radioType"> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
86
+ onChange?: ((e: any) => any) | undefined;
87
+ }>, "defaultProps" | "name" | "disabled" | "modelValue" | "isView" | "noSetDefaultVal" | "options" | "layout" | "optionType" | "radioType"> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
88
88
  $slots: {
89
89
  default?(_: {}): any;
90
90
  default?(_: {}): any;
@@ -112,8 +112,8 @@ declare const DasRadioRef: () => import("vue").Ref<({
112
112
  readonly maxWidth?: string | undefined;
113
113
  readonly isSetTimeout?: boolean | undefined;
114
114
  readonly noSetDefaultVal?: boolean | undefined;
115
- readonly onChange?: ((e: any) => any) | undefined;
116
115
  readonly "onUpdate:modelValue"?: ((n: any) => any) | undefined;
116
+ readonly onChange?: ((e: any) => any) | undefined;
117
117
  } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
118
118
  $attrs: {
119
119
  [x: string]: unknown;
@@ -127,22 +127,22 @@ declare const DasRadioRef: () => import("vue").Ref<({
127
127
  $root: import("vue").ComponentPublicInstance | null;
128
128
  $parent: import("vue").ComponentPublicInstance | null;
129
129
  $host: Element | null;
130
- $emit: ((event: "change", e: any) => void) & ((event: "update:modelValue", n: any) => void);
130
+ $emit: ((event: "update:modelValue", n: any) => void) & ((event: "change", e: any) => void);
131
131
  $el: any;
132
132
  $options: import("vue").ComponentOptionsBase<Readonly<import("./src/type.js").Props> & Readonly<{
133
- onChange?: ((e: any) => any) | undefined;
134
133
  "onUpdate:modelValue"?: ((n: any) => any) | undefined;
134
+ onChange?: ((e: any) => any) | undefined;
135
135
  }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
136
- change: (e: any) => any;
137
136
  "update:modelValue": (n: any) => any;
137
+ change: (e: any) => any;
138
138
  }, string, {
139
- options: any[];
140
- disabled: boolean;
141
- name: string;
142
139
  defaultProps: import("./src/type.js").ValLabel<string>;
140
+ name: string;
141
+ disabled: boolean;
143
142
  modelValue: any;
144
143
  isView: boolean;
145
144
  noSetDefaultVal: boolean;
145
+ options: any[];
146
146
  layout: "default" | "vertical";
147
147
  optionType: "default" | "square" | "button" | "filterSquare";
148
148
  radioType: "default" | "group";
@@ -167,20 +167,20 @@ declare const DasRadioRef: () => import("vue").Ref<({
167
167
  $nextTick: typeof import("vue").nextTick;
168
168
  $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;
169
169
  } & Readonly<{
170
- options: any[];
171
- disabled: boolean;
172
- name: string;
173
170
  defaultProps: import("./src/type.js").ValLabel<string>;
171
+ name: string;
172
+ disabled: boolean;
174
173
  modelValue: any;
175
174
  isView: boolean;
176
175
  noSetDefaultVal: boolean;
176
+ options: any[];
177
177
  layout: "default" | "vertical";
178
178
  optionType: "default" | "square" | "button" | "filterSquare";
179
179
  radioType: "default" | "group";
180
180
  }> & Omit<Readonly<import("./src/type.js").Props> & Readonly<{
181
- onChange?: ((e: any) => any) | undefined;
182
181
  "onUpdate:modelValue"?: ((n: any) => any) | undefined;
183
- }>, "options" | "disabled" | "name" | "defaultProps" | "modelValue" | "isView" | "noSetDefaultVal" | "layout" | "optionType" | "radioType"> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
182
+ onChange?: ((e: any) => any) | undefined;
183
+ }>, "defaultProps" | "name" | "disabled" | "modelValue" | "isView" | "noSetDefaultVal" | "options" | "layout" | "optionType" | "radioType"> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
184
184
  $slots: {
185
185
  default?(_: {}): any;
186
186
  default?(_: {}): any;
@@ -194,19 +194,19 @@ declare const DasRadioRef: () => import("vue").Ref<({
194
194
  }) | null>;
195
195
  declare const DasRadio: import("@das-fed/utils").SFCWithInstall<{
196
196
  new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("./src/type.js").Props> & Readonly<{
197
- onChange?: ((e: any) => any) | undefined;
198
197
  "onUpdate:modelValue"?: ((n: any) => any) | undefined;
198
+ onChange?: ((e: any) => any) | undefined;
199
199
  }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
200
- change: (e: any) => any;
201
200
  "update:modelValue": (n: any) => any;
201
+ change: (e: any) => any;
202
202
  }, import("vue").PublicProps, {
203
- options: any[];
204
- disabled: boolean;
205
- name: string;
206
203
  defaultProps: import("./src/type.js").ValLabel<string>;
204
+ name: string;
205
+ disabled: boolean;
207
206
  modelValue: any;
208
207
  isView: boolean;
209
208
  noSetDefaultVal: boolean;
209
+ options: any[];
210
210
  layout: "default" | "vertical";
211
211
  optionType: "default" | "square" | "button" | "filterSquare";
212
212
  radioType: "default" | "group";
@@ -218,16 +218,16 @@ declare const DasRadio: import("@das-fed/utils").SFCWithInstall<{
218
218
  M: {};
219
219
  Defaults: {};
220
220
  }, Readonly<import("./src/type.js").Props> & Readonly<{
221
- onChange?: ((e: any) => any) | undefined;
222
221
  "onUpdate:modelValue"?: ((n: any) => any) | undefined;
222
+ onChange?: ((e: any) => any) | undefined;
223
223
  }>, {}, {}, {}, {}, {
224
- options: any[];
225
- disabled: boolean;
226
- name: string;
227
224
  defaultProps: import("./src/type.js").ValLabel<string>;
225
+ name: string;
226
+ disabled: boolean;
228
227
  modelValue: any;
229
228
  isView: boolean;
230
229
  noSetDefaultVal: boolean;
230
+ options: any[];
231
231
  layout: "default" | "vertical";
232
232
  optionType: "default" | "square" | "button" | "filterSquare";
233
233
  radioType: "default" | "group";
@@ -236,19 +236,19 @@ declare const DasRadio: import("@das-fed/utils").SFCWithInstall<{
236
236
  __isTeleport?: never;
237
237
  __isSuspense?: never;
238
238
  } & import("vue").ComponentOptionsBase<Readonly<import("./src/type.js").Props> & Readonly<{
239
- onChange?: ((e: any) => any) | undefined;
240
239
  "onUpdate:modelValue"?: ((n: any) => any) | undefined;
240
+ onChange?: ((e: any) => any) | undefined;
241
241
  }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
242
- change: (e: any) => any;
243
242
  "update:modelValue": (n: any) => any;
243
+ change: (e: any) => any;
244
244
  }, string, {
245
- options: any[];
246
- disabled: boolean;
247
- name: string;
248
245
  defaultProps: import("./src/type.js").ValLabel<string>;
246
+ name: string;
247
+ disabled: boolean;
249
248
  modelValue: any;
250
249
  isView: boolean;
251
250
  noSetDefaultVal: boolean;
251
+ options: any[];
252
252
  layout: "default" | "vertical";
253
253
  optionType: "default" | "square" | "button" | "filterSquare";
254
254
  radioType: "default" | "group";
@@ -18,19 +18,19 @@ declare function __VLS_template(): {
18
18
  };
19
19
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
20
20
  declare const __VLS_component: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
21
- change: (e: any) => any;
22
21
  "update:modelValue": (n: any) => any;
22
+ change: (e: any) => any;
23
23
  }, string, import("vue").PublicProps, Readonly<Props> & Readonly<{
24
- onChange?: ((e: any) => any) | undefined;
25
24
  "onUpdate:modelValue"?: ((n: any) => any) | undefined;
25
+ onChange?: ((e: any) => any) | undefined;
26
26
  }>, {
27
- options: any[];
28
- disabled: boolean;
29
- name: string;
30
27
  defaultProps: import("./type").ValLabel<string>;
28
+ name: string;
29
+ disabled: boolean;
31
30
  modelValue: any;
32
31
  isView: boolean;
33
32
  noSetDefaultVal: boolean;
33
+ options: any[];
34
34
  layout: "default" | "vertical";
35
35
  optionType: "default" | "square" | "button" | "filterSquare";
36
36
  radioType: "default" | "group";
@@ -4,15 +4,15 @@ declare const DasRichEditor: import("@das-fed/utils").SFCWithInstall<import("vue
4
4
  $editor: import("vue").Ref<any, any>;
5
5
  editorRef: import("vue").ShallowRef<import("@wangeditor/editor").IDomEditor | undefined, import("@wangeditor/editor").IDomEditor | undefined>;
6
6
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
7
- blur: (value: string) => any;
7
+ "update:modelValue": (value: string) => any;
8
8
  change: (value: string) => any;
9
9
  focus: () => any;
10
- "update:modelValue": (value: string) => any;
10
+ blur: (value: string) => any;
11
11
  }, string, import("vue").PublicProps, Readonly<import("./src/type.js").Props> & Readonly<{
12
- onBlur?: ((value: string) => any) | undefined;
12
+ "onUpdate:modelValue"?: ((value: string) => any) | undefined;
13
13
  onChange?: ((value: string) => any) | undefined;
14
14
  onFocus?: (() => any) | undefined;
15
- "onUpdate:modelValue"?: ((value: string) => any) | undefined;
15
+ onBlur?: ((value: string) => any) | undefined;
16
16
  }>, {
17
17
  config: import("./src/type.js").defaultHtml;
18
18
  type: "default" | "text";
@@ -20,20 +20,20 @@ declare const DasRichEditor: import("@das-fed/utils").SFCWithInstall<import("vue
20
20
  excludeKeys: Array<string>;
21
21
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>>;
22
22
  declare const DasRichEditorRef: () => import("vue").Ref<import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("./src/type.js").Props> & Readonly<{
23
- onBlur?: ((value: string) => any) | undefined;
23
+ "onUpdate:modelValue"?: ((value: string) => any) | undefined;
24
24
  onChange?: ((value: string) => any) | undefined;
25
25
  onFocus?: (() => any) | undefined;
26
- "onUpdate:modelValue"?: ((value: string) => any) | undefined;
26
+ onBlur?: ((value: string) => any) | undefined;
27
27
  }>, {
28
28
  richEditor: import("vue").Ref<HTMLElement | null, HTMLElement | null>;
29
29
  $toolbar: import("vue").Ref<any, any>;
30
30
  $editor: import("vue").Ref<any, any>;
31
31
  editorRef: import("vue").ShallowRef<import("@wangeditor/editor").IDomEditor | undefined, import("@wangeditor/editor").IDomEditor | undefined>;
32
32
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
33
- blur: (value: string) => any;
33
+ "update:modelValue": (value: string) => any;
34
34
  change: (value: string) => any;
35
35
  focus: () => any;
36
- "update:modelValue": (value: string) => any;
36
+ blur: (value: string) => any;
37
37
  }, import("vue").PublicProps, {
38
38
  config: import("./src/type.js").defaultHtml;
39
39
  type: "default" | "text";
@@ -47,10 +47,10 @@ declare const DasRichEditorRef: () => import("vue").Ref<import("vue").CreateComp
47
47
  M: {};
48
48
  Defaults: {};
49
49
  }, Readonly<import("./src/type.js").Props> & Readonly<{
50
- onBlur?: ((value: string) => any) | undefined;
50
+ "onUpdate:modelValue"?: ((value: string) => any) | undefined;
51
51
  onChange?: ((value: string) => any) | undefined;
52
52
  onFocus?: (() => any) | undefined;
53
- "onUpdate:modelValue"?: ((value: string) => any) | undefined;
53
+ onBlur?: ((value: string) => any) | undefined;
54
54
  }>, {
55
55
  richEditor: import("vue").Ref<HTMLElement | null, HTMLElement | null>;
56
56
  $toolbar: import("vue").Ref<any, any>;
@@ -62,20 +62,20 @@ declare const DasRichEditorRef: () => import("vue").Ref<import("vue").CreateComp
62
62
  mode: "default" | "simple";
63
63
  excludeKeys: Array<string>;
64
64
  }> | null, import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("./src/type.js").Props> & Readonly<{
65
- onBlur?: ((value: string) => any) | undefined;
65
+ "onUpdate:modelValue"?: ((value: string) => any) | undefined;
66
66
  onChange?: ((value: string) => any) | undefined;
67
67
  onFocus?: (() => any) | undefined;
68
- "onUpdate:modelValue"?: ((value: string) => any) | undefined;
68
+ onBlur?: ((value: string) => any) | undefined;
69
69
  }>, {
70
70
  richEditor: import("vue").Ref<HTMLElement | null, HTMLElement | null>;
71
71
  $toolbar: import("vue").Ref<any, any>;
72
72
  $editor: import("vue").Ref<any, any>;
73
73
  editorRef: import("vue").ShallowRef<import("@wangeditor/editor").IDomEditor | undefined, import("@wangeditor/editor").IDomEditor | undefined>;
74
74
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
75
- blur: (value: string) => any;
75
+ "update:modelValue": (value: string) => any;
76
76
  change: (value: string) => any;
77
77
  focus: () => any;
78
- "update:modelValue": (value: string) => any;
78
+ blur: (value: string) => any;
79
79
  }, import("vue").PublicProps, {
80
80
  config: import("./src/type.js").defaultHtml;
81
81
  type: "default" | "text";
@@ -89,10 +89,10 @@ declare const DasRichEditorRef: () => import("vue").Ref<import("vue").CreateComp
89
89
  M: {};
90
90
  Defaults: {};
91
91
  }, Readonly<import("./src/type.js").Props> & Readonly<{
92
- onBlur?: ((value: string) => any) | undefined;
92
+ "onUpdate:modelValue"?: ((value: string) => any) | undefined;
93
93
  onChange?: ((value: string) => any) | undefined;
94
94
  onFocus?: (() => any) | undefined;
95
- "onUpdate:modelValue"?: ((value: string) => any) | undefined;
95
+ onBlur?: ((value: string) => any) | undefined;
96
96
  }>, {
97
97
  richEditor: import("vue").Ref<HTMLElement | null, HTMLElement | null>;
98
98
  $toolbar: import("vue").Ref<any, any>;
@@ -11,15 +11,15 @@ declare const _default: import("vue").DefineComponent<Props, {
11
11
  /** 编辑器实例 */
12
12
  editorRef: import("vue").ShallowRef<IDomEditor | undefined, IDomEditor | undefined>;
13
13
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
14
- blur: (value: string) => any;
14
+ "update:modelValue": (value: string) => any;
15
15
  change: (value: string) => any;
16
16
  focus: () => any;
17
- "update:modelValue": (value: string) => any;
17
+ blur: (value: string) => any;
18
18
  }, string, import("vue").PublicProps, Readonly<Props> & Readonly<{
19
- onBlur?: ((value: string) => any) | undefined;
19
+ "onUpdate:modelValue"?: ((value: string) => any) | undefined;
20
20
  onChange?: ((value: string) => any) | undefined;
21
21
  onFocus?: (() => any) | undefined;
22
- "onUpdate:modelValue"?: ((value: string) => any) | undefined;
22
+ onBlur?: ((value: string) => any) | undefined;
23
23
  }>, {
24
24
  config: import("./type").defaultHtml;
25
25
  type: "default" | "text";
@@ -36,10 +36,10 @@ declare const DasSearch: import("@das-fed/utils").SFCWithInstall<import("vue").D
36
36
  default: boolean;
37
37
  };
38
38
  }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
39
- blur: (...args: any[]) => void;
40
- change: (...args: any[]) => void;
41
39
  search: (...args: any[]) => void;
42
40
  "update:modelValue": (...args: any[]) => void;
41
+ change: (...args: any[]) => void;
42
+ blur: (...args: any[]) => void;
43
43
  "press-enter": (...args: any[]) => void;
44
44
  }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
45
45
  modelValue: {
@@ -79,20 +79,20 @@ declare const DasSearch: import("@das-fed/utils").SFCWithInstall<import("vue").D
79
79
  default: boolean;
80
80
  };
81
81
  }>> & Readonly<{
82
- onBlur?: ((...args: any[]) => any) | undefined;
83
- onChange?: ((...args: any[]) => any) | undefined;
84
82
  onSearch?: ((...args: any[]) => any) | undefined;
85
83
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
84
+ onChange?: ((...args: any[]) => any) | undefined;
85
+ onBlur?: ((...args: any[]) => any) | undefined;
86
86
  "onPress-enter"?: ((...args: any[]) => any) | undefined;
87
87
  }>, {
88
88
  size: string;
89
89
  disabled: boolean;
90
- border: boolean;
91
90
  modelValue: string;
92
91
  clearable: boolean;
93
92
  suffixIcon: string;
94
93
  prefixIcon: string;
95
94
  isIconLeft: boolean;
95
+ border: boolean;
96
96
  searchType: string;
97
97
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
98
98
  export { DasSearch };
@@ -61,10 +61,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
61
61
  default: boolean;
62
62
  };
63
63
  }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
64
- blur: (...args: any[]) => void;
65
- change: (...args: any[]) => void;
66
64
  search: (...args: any[]) => void;
67
65
  "update:modelValue": (...args: any[]) => void;
66
+ change: (...args: any[]) => void;
67
+ blur: (...args: any[]) => void;
68
68
  "press-enter": (...args: any[]) => void;
69
69
  }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
70
70
  modelValue: {
@@ -128,20 +128,20 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
128
128
  default: boolean;
129
129
  };
130
130
  }>> & Readonly<{
131
- onBlur?: ((...args: any[]) => any) | undefined;
132
- onChange?: ((...args: any[]) => any) | undefined;
133
131
  onSearch?: ((...args: any[]) => any) | undefined;
134
132
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
133
+ onChange?: ((...args: any[]) => any) | undefined;
134
+ onBlur?: ((...args: any[]) => any) | undefined;
135
135
  "onPress-enter"?: ((...args: any[]) => any) | undefined;
136
136
  }>, {
137
137
  size: string;
138
138
  disabled: boolean;
139
- border: boolean;
140
139
  modelValue: string;
141
140
  clearable: boolean;
142
141
  suffixIcon: string;
143
142
  prefixIcon: string;
144
143
  isIconLeft: boolean;
144
+ border: boolean;
145
145
  searchType: string;
146
146
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
147
147
  export default _default;
@@ -34,8 +34,8 @@ declare const __VLS_component: import("vue").DefineComponent<DasSearchFormProp,
34
34
  onConfirm?: ((e: any) => any) | undefined;
35
35
  onClearSearch?: ((e: any) => any) | undefined;
36
36
  }>, {
37
- options: SearchFormProp[];
38
37
  title: string;
38
+ options: SearchFormProp[];
39
39
  layout: "horizontal" | "vertical";
40
40
  labelLength: string | number;
41
41
  labelPosition: "left" | "top" | "right";
@@ -14,11 +14,11 @@ declare const _default: import("vue").DefineComponent<Props, {}, {}, {}, {}, imp
14
14
  onOpenDialogHandle?: (() => any) | undefined;
15
15
  onOpenDialogChange?: ((value: any) => any) | undefined;
16
16
  }>, {
17
- options: any;
18
17
  type: any;
19
18
  label: any;
20
19
  mode: string;
21
20
  modelValue: any;
21
+ options: any;
22
22
  optionValue: any;
23
23
  optionsLabelKey: string | number | object;
24
24
  optionsValueKey: string | number;
@@ -1,8 +1,8 @@
1
1
  declare const DasSelect: import("@das-fed/utils").SFCWithInstall<{
2
2
  new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("./src/type.js").Props> & Readonly<{
3
- onBlur?: ((val: any) => any) | undefined;
4
3
  onChange?: ((currValue: any, options: any) => any) | undefined;
5
4
  onFocus?: ((val: any) => any) | undefined;
5
+ onBlur?: ((val: any) => any) | undefined;
6
6
  "onUpdate:model-value"?: ((currValue: any) => any) | undefined;
7
7
  onDropdownVisibleChange?: ((val: any) => any) | undefined;
8
8
  onAddCustomItem?: ((val: any) => any) | undefined;
@@ -10,26 +10,26 @@ declare const DasSelect: import("@das-fed/utils").SFCWithInstall<{
10
10
  $select: import("vue").Ref<any, any>;
11
11
  toChangeMaxCount: (isFocus: boolean) => void;
12
12
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
13
- blur: (val: any) => any;
14
13
  change: (currValue: any, options: any) => any;
15
14
  focus: (val: any) => any;
15
+ blur: (val: any) => any;
16
16
  "update:model-value": (currValue: any) => any;
17
17
  dropdownVisibleChange: (val: any) => any;
18
18
  addCustomItem: (val: any) => any;
19
19
  }, import("vue").PublicProps, {
20
20
  size: "large" | "middle" | "default" | "small" | "mini" | "table";
21
- error: boolean;
22
21
  disabled: boolean;
23
- width: string | number;
24
22
  mode: "multiple" | "tags" | "combobox";
25
23
  modelValue: any;
26
24
  showArrow: boolean;
27
25
  open: boolean;
28
26
  teleported: boolean;
29
27
  getPopupContainer: Function;
28
+ width: string | number;
30
29
  borderType: "underline" | "bordered" | "none";
31
30
  placeholder: string;
32
31
  isView: boolean;
32
+ error: boolean;
33
33
  errorMode: "default" | "overlay";
34
34
  errorModelZIndex: number;
35
35
  noSetDefaultVal: boolean;
@@ -63,9 +63,9 @@ declare const DasSelect: import("@das-fed/utils").SFCWithInstall<{
63
63
  M: {};
64
64
  Defaults: {};
65
65
  }, Readonly<import("./src/type.js").Props> & Readonly<{
66
- onBlur?: ((val: any) => any) | undefined;
67
66
  onChange?: ((currValue: any, options: any) => any) | undefined;
68
67
  onFocus?: ((val: any) => any) | undefined;
68
+ onBlur?: ((val: any) => any) | undefined;
69
69
  "onUpdate:model-value"?: ((currValue: any) => any) | undefined;
70
70
  onDropdownVisibleChange?: ((val: any) => any) | undefined;
71
71
  onAddCustomItem?: ((val: any) => any) | undefined;
@@ -74,18 +74,18 @@ declare const DasSelect: import("@das-fed/utils").SFCWithInstall<{
74
74
  toChangeMaxCount: (isFocus: boolean) => void;
75
75
  }, {}, {}, {}, {
76
76
  size: "large" | "middle" | "default" | "small" | "mini" | "table";
77
- error: boolean;
78
77
  disabled: boolean;
79
- width: string | number;
80
78
  mode: "multiple" | "tags" | "combobox";
81
79
  modelValue: any;
82
80
  showArrow: boolean;
83
81
  open: boolean;
84
82
  teleported: boolean;
85
83
  getPopupContainer: Function;
84
+ width: string | number;
86
85
  borderType: "underline" | "bordered" | "none";
87
86
  placeholder: string;
88
87
  isView: boolean;
88
+ error: boolean;
89
89
  errorMode: "default" | "overlay";
90
90
  errorModelZIndex: number;
91
91
  noSetDefaultVal: boolean;
@@ -105,9 +105,9 @@ declare const DasSelect: import("@das-fed/utils").SFCWithInstall<{
105
105
  __isTeleport?: never;
106
106
  __isSuspense?: never;
107
107
  } & import("vue").ComponentOptionsBase<Readonly<import("./src/type.js").Props> & Readonly<{
108
- onBlur?: ((val: any) => any) | undefined;
109
108
  onChange?: ((currValue: any, options: any) => any) | undefined;
110
109
  onFocus?: ((val: any) => any) | undefined;
110
+ onBlur?: ((val: any) => any) | undefined;
111
111
  "onUpdate:model-value"?: ((currValue: any) => any) | undefined;
112
112
  onDropdownVisibleChange?: ((val: any) => any) | undefined;
113
113
  onAddCustomItem?: ((val: any) => any) | undefined;
@@ -115,26 +115,26 @@ declare const DasSelect: import("@das-fed/utils").SFCWithInstall<{
115
115
  $select: import("vue").Ref<any, any>;
116
116
  toChangeMaxCount: (isFocus: boolean) => void;
117
117
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
118
- blur: (val: any) => any;
119
118
  change: (currValue: any, options: any) => any;
120
119
  focus: (val: any) => any;
120
+ blur: (val: any) => any;
121
121
  "update:model-value": (currValue: any) => any;
122
122
  dropdownVisibleChange: (val: any) => any;
123
123
  addCustomItem: (val: any) => any;
124
124
  }, string, {
125
125
  size: "large" | "middle" | "default" | "small" | "mini" | "table";
126
- error: boolean;
127
126
  disabled: boolean;
128
- width: string | number;
129
127
  mode: "multiple" | "tags" | "combobox";
130
128
  modelValue: any;
131
129
  showArrow: boolean;
132
130
  open: boolean;
133
131
  teleported: boolean;
134
132
  getPopupContainer: Function;
133
+ width: string | number;
135
134
  borderType: "underline" | "bordered" | "none";
136
135
  placeholder: string;
137
136
  isView: boolean;
137
+ error: boolean;
138
138
  errorMode: "default" | "overlay";
139
139
  errorModelZIndex: number;
140
140
  noSetDefaultVal: boolean;
@@ -4,33 +4,33 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<Pr
4
4
  $select: import("vue").Ref<any, any>;
5
5
  toChangeMaxCount: (isFocus: boolean) => void;
6
6
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
7
- blur: (val: any) => any;
8
7
  change: (currValue: any, options: any) => any;
9
8
  focus: (val: any) => any;
9
+ blur: (val: any) => any;
10
10
  "update:model-value": (currValue: any) => any;
11
11
  dropdownVisibleChange: (val: any) => any;
12
12
  addCustomItem: (val: any) => any;
13
13
  }, string, import("vue").PublicProps, Readonly<Props> & Readonly<{
14
- onBlur?: ((val: any) => any) | undefined;
15
14
  onChange?: ((currValue: any, options: any) => any) | undefined;
16
15
  onFocus?: ((val: any) => any) | undefined;
16
+ onBlur?: ((val: any) => any) | undefined;
17
17
  "onUpdate:model-value"?: ((currValue: any) => any) | undefined;
18
18
  onDropdownVisibleChange?: ((val: any) => any) | undefined;
19
19
  onAddCustomItem?: ((val: any) => any) | undefined;
20
20
  }>, {
21
21
  size: "large" | "middle" | "default" | "small" | "mini" | "table";
22
- error: boolean;
23
22
  disabled: boolean;
24
- width: string | number;
25
23
  mode: "multiple" | "tags" | "combobox";
26
24
  modelValue: any;
27
25
  showArrow: boolean;
28
26
  open: boolean;
29
27
  teleported: boolean;
30
28
  getPopupContainer: Function;
29
+ width: string | number;
31
30
  borderType: "underline" | "bordered" | "none";
32
31
  placeholder: string;
33
32
  isView: boolean;
33
+ error: boolean;
34
34
  errorMode: "default" | "overlay";
35
35
  errorModelZIndex: number;
36
36
  noSetDefaultVal: boolean;
@@ -12,8 +12,8 @@ declare const DasSelectInput: import("@das-fed/utils").SFCWithInstall<import("vu
12
12
  "onUpdate:optionValue"?: ((value: string | number) => any) | undefined;
13
13
  onInputChange?: ((value: string) => any) | undefined;
14
14
  }>, {
15
- options: any;
16
15
  modelValue: any;
16
+ options: any;
17
17
  optionValue: any;
18
18
  optionsLabelKey: string | number | object;
19
19
  optionsValueKey: string | number;
@@ -12,8 +12,8 @@ declare const _default: import("vue").DefineComponent<Props, {}, {}, {}, {}, imp
12
12
  "onUpdate:optionValue"?: ((value: string | number) => any) | undefined;
13
13
  onInputChange?: ((value: string) => any) | undefined;
14
14
  }>, {
15
- options: any;
16
15
  modelValue: any;
16
+ options: any;
17
17
  optionValue: any;
18
18
  optionsLabelKey: string | number | object;
19
19
  optionsValueKey: string | number;
@@ -1,21 +1,21 @@
1
1
  import '@das-fed/ui/packages/global/theme';
2
2
  declare const DasSpecialRangePickerMonth: import("@das-fed/utils").SFCWithInstall<import("vue").DefineComponent<import("./src/type.js").Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
3
- change: (currValue: import("./src/type.js").RangeValue) => any;
4
3
  "update:modelValue": (currValue: import("./src/type.js").RangeValue) => any;
4
+ change: (currValue: import("./src/type.js").RangeValue) => any;
5
5
  "update:error": (currValue: boolean) => any;
6
6
  "show-popover": () => any;
7
7
  }, string, import("vue").PublicProps, Readonly<import("./src/type.js").Props> & Readonly<{
8
- onChange?: ((currValue: import("./src/type.js").RangeValue) => any) | undefined;
9
8
  "onUpdate:modelValue"?: ((currValue: import("./src/type.js").RangeValue) => any) | undefined;
9
+ onChange?: ((currValue: import("./src/type.js").RangeValue) => any) | undefined;
10
10
  "onUpdate:error"?: ((currValue: boolean) => any) | undefined;
11
11
  "onShow-popover"?: (() => any) | undefined;
12
12
  }>, {
13
13
  size: "large" | "medium" | "table";
14
- error: boolean;
15
14
  disabled: boolean;
16
15
  width: string;
17
16
  borderType: "underline" | "bordered" | "none";
18
17
  isView: boolean;
18
+ error: boolean;
19
19
  errorMode: "default" | "overlay";
20
20
  errorModelZIndex: number;
21
21
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>>;