3h1-ui 3.0.0-next.249 → 3.0.0-next.250

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 (113) hide show
  1. package/es/index.js +26 -24
  2. package/es/style.css +21 -33
  3. package/es/ui/src/AdvancedSearch/src/AdvancedSearch.vue.d.ts +279 -0
  4. package/es/ui/src/Basic/src/BasicHelp.d.ts +2 -2
  5. package/es/ui/src/Basic/src/BasicTitle.vue.d.ts +2 -2
  6. package/es/ui/src/BasicContainer/src/BasicContainer.vue.d.ts +1 -1
  7. package/es/ui/src/Button/index.d.ts +7 -7
  8. package/es/ui/src/Button/src/BasicButton.d.ts +3 -3
  9. package/es/ui/src/Button/src/props.d.ts +1 -1
  10. package/es/ui/src/ColorPickerPopover/src/ColorPickerPopover.d.ts +1 -1
  11. package/es/ui/src/Container/src/LazyContainer.vue.d.ts +2 -2
  12. package/es/ui/src/Container/src/collapse/CollapseContainer.vue.d.ts +1 -384
  13. package/es/ui/src/ContextMenu/src/ContextMenu.d.ts +2 -2
  14. package/es/ui/src/Cropper/src/CopperModal.vue.d.ts +2 -2
  15. package/es/ui/src/Cropper/src/CropperAvatar.vue.d.ts +3 -3
  16. package/es/ui/src/Description/src/Description.d.ts +1 -1
  17. package/es/ui/src/Descriptions/index.d.ts +3 -3
  18. package/es/ui/src/Descriptions/src/ShyDescriptions.d.ts +1 -1
  19. package/es/ui/src/DescriptionsForm/index.d.ts +426 -0
  20. package/es/ui/src/DescriptionsForm/src/DescriptionsForm.vue.d.ts +106 -0
  21. package/es/ui/src/Drawer/src/BasicDrawer.vue.d.ts +1 -1
  22. package/es/ui/src/Modal/index.d.ts +7 -7
  23. package/es/ui/src/Modal/src/BasicModal.vue.d.ts +2 -2
  24. package/es/ui/src/Modal/src/components/BasicTitle.vue.d.ts +2 -2
  25. package/es/ui/src/Modal/src/components/Modal.d.ts +1 -1
  26. package/es/ui/src/Modal/src/components/ModalFooter.vue.d.ts +1 -1
  27. package/es/ui/src/Modal/src/components/ModalWrapper.vue.d.ts +1 -1
  28. package/es/ui/src/Page/src/PageSecond.d.ts +1 -1
  29. package/es/ui/src/Process/src/Process.d.ts +1 -1
  30. package/es/ui/src/ShyContainer/src/ShyContainer.d.ts +4 -4
  31. package/es/ui/src/ShyContainer/src/props.d.ts +1 -1
  32. package/es/ui/src/ShyForm/src/ShyForm.d.ts +161 -161
  33. package/es/ui/src/ShyForm/src/components/ApiModalSelect/ApiModalSelect.vue.d.ts +2211 -0
  34. package/es/ui/src/ShyForm/src/components/ApiModalSelect/DeptTree.vue.d.ts +4 -4
  35. package/es/ui/src/ShyForm/src/components/ApiModalSelect/Modal.vue.d.ts +13 -13
  36. package/es/ui/src/ShyForm/src/components/ApiModalSelect/Table.vue.d.ts +2 -2
  37. package/es/ui/src/ShyForm/src/components/ApiSelect.vue.d.ts +1 -1
  38. package/es/ui/src/ShyForm/src/components/ApiTransfer.vue.d.ts +3 -3
  39. package/es/ui/src/ShyForm/src/components/FormAction.vue.d.ts +1 -1
  40. package/es/ui/src/ShyForm/src/components/Table.d.ts +2 -2
  41. package/es/ui/src/ShyForm/src/hooks/useLabelWidth.d.ts +13 -13
  42. package/es/ui/src/ShyForm/src/props.d.ts +80 -80
  43. package/es/ui/src/ShyTable/src/ShyTable.d.ts +2 -2
  44. package/es/ui/src/ShyTable/src/components/HeaderCell.vue.d.ts +2 -2
  45. package/es/ui/src/ShyTable/src/components/ShyTableAction.d.ts +1 -1
  46. package/es/ui/src/ShyTable/src/components/TableImg.vue.d.ts +1 -1
  47. package/es/ui/src/TablePlus/TablePlus.vue.d.ts +163 -606
  48. package/es/ui/src/TablePlus/components/ButtonGroupEdit.vue.d.ts +1 -1
  49. package/es/ui/src/Tree/src/BasicTree.d.ts +3 -3
  50. package/es/ui/src/Upload/index.d.ts +9574 -0
  51. package/es/ui/src/Upload/src/BasicUpload.vue.d.ts +2949 -0
  52. package/es/ui/src/Upload/src/components/FileList.d.ts +18 -18
  53. package/es/ui/src/Upload/src/components/ImageUpload.vue.d.ts +410 -0
  54. package/es/ui/src/Upload/src/components/ThumbUrl.vue.d.ts +25 -0
  55. package/es/ui/src/Upload/src/components/UploadModal.vue.d.ts +1350 -0
  56. package/es/ui/src/Upload/src/components/UploadPreviewModal.vue.d.ts +25 -25
  57. package/lib/index.js +26 -24
  58. package/lib/style.css +21 -33
  59. package/lib/ui/src/AdvancedSearch/src/AdvancedSearch.vue.d.ts +279 -0
  60. package/lib/ui/src/Basic/src/BasicHelp.d.ts +2 -2
  61. package/lib/ui/src/Basic/src/BasicTitle.vue.d.ts +2 -2
  62. package/lib/ui/src/BasicContainer/src/BasicContainer.vue.d.ts +1 -1
  63. package/lib/ui/src/Button/index.d.ts +7 -7
  64. package/lib/ui/src/Button/src/BasicButton.d.ts +3 -3
  65. package/lib/ui/src/Button/src/props.d.ts +1 -1
  66. package/lib/ui/src/ColorPickerPopover/src/ColorPickerPopover.d.ts +1 -1
  67. package/lib/ui/src/Container/src/LazyContainer.vue.d.ts +2 -2
  68. package/lib/ui/src/Container/src/collapse/CollapseContainer.vue.d.ts +1 -384
  69. package/lib/ui/src/ContextMenu/src/ContextMenu.d.ts +2 -2
  70. package/lib/ui/src/Cropper/src/CopperModal.vue.d.ts +2 -2
  71. package/lib/ui/src/Cropper/src/CropperAvatar.vue.d.ts +3 -3
  72. package/lib/ui/src/Description/src/Description.d.ts +1 -1
  73. package/lib/ui/src/Descriptions/index.d.ts +3 -3
  74. package/lib/ui/src/Descriptions/src/ShyDescriptions.d.ts +1 -1
  75. package/lib/ui/src/DescriptionsForm/index.d.ts +426 -0
  76. package/lib/ui/src/DescriptionsForm/src/DescriptionsForm.vue.d.ts +106 -0
  77. package/lib/ui/src/Drawer/src/BasicDrawer.vue.d.ts +1 -1
  78. package/lib/ui/src/Modal/index.d.ts +7 -7
  79. package/lib/ui/src/Modal/src/BasicModal.vue.d.ts +2 -2
  80. package/lib/ui/src/Modal/src/components/BasicTitle.vue.d.ts +2 -2
  81. package/lib/ui/src/Modal/src/components/Modal.d.ts +1 -1
  82. package/lib/ui/src/Modal/src/components/ModalFooter.vue.d.ts +1 -1
  83. package/lib/ui/src/Modal/src/components/ModalWrapper.vue.d.ts +1 -1
  84. package/lib/ui/src/Page/src/PageSecond.d.ts +1 -1
  85. package/lib/ui/src/Process/src/Process.d.ts +1 -1
  86. package/lib/ui/src/ShyContainer/src/ShyContainer.d.ts +4 -4
  87. package/lib/ui/src/ShyContainer/src/props.d.ts +1 -1
  88. package/lib/ui/src/ShyForm/src/ShyForm.d.ts +161 -161
  89. package/lib/ui/src/ShyForm/src/components/ApiModalSelect/ApiModalSelect.vue.d.ts +2211 -0
  90. package/lib/ui/src/ShyForm/src/components/ApiModalSelect/DeptTree.vue.d.ts +4 -4
  91. package/lib/ui/src/ShyForm/src/components/ApiModalSelect/Modal.vue.d.ts +13 -13
  92. package/lib/ui/src/ShyForm/src/components/ApiModalSelect/Table.vue.d.ts +2 -2
  93. package/lib/ui/src/ShyForm/src/components/ApiSelect.vue.d.ts +1 -1
  94. package/lib/ui/src/ShyForm/src/components/ApiTransfer.vue.d.ts +3 -3
  95. package/lib/ui/src/ShyForm/src/components/FormAction.vue.d.ts +1 -1
  96. package/lib/ui/src/ShyForm/src/components/Table.d.ts +2 -2
  97. package/lib/ui/src/ShyForm/src/hooks/useLabelWidth.d.ts +13 -13
  98. package/lib/ui/src/ShyForm/src/props.d.ts +80 -80
  99. package/lib/ui/src/ShyTable/src/ShyTable.d.ts +2 -2
  100. package/lib/ui/src/ShyTable/src/components/HeaderCell.vue.d.ts +2 -2
  101. package/lib/ui/src/ShyTable/src/components/ShyTableAction.d.ts +1 -1
  102. package/lib/ui/src/ShyTable/src/components/TableImg.vue.d.ts +1 -1
  103. package/lib/ui/src/TablePlus/TablePlus.vue.d.ts +163 -606
  104. package/lib/ui/src/TablePlus/components/ButtonGroupEdit.vue.d.ts +1 -1
  105. package/lib/ui/src/Tree/src/BasicTree.d.ts +3 -3
  106. package/lib/ui/src/Upload/index.d.ts +9574 -0
  107. package/lib/ui/src/Upload/src/BasicUpload.vue.d.ts +2949 -0
  108. package/lib/ui/src/Upload/src/components/FileList.d.ts +18 -18
  109. package/lib/ui/src/Upload/src/components/ImageUpload.vue.d.ts +410 -0
  110. package/lib/ui/src/Upload/src/components/ThumbUrl.vue.d.ts +25 -0
  111. package/lib/ui/src/Upload/src/components/UploadModal.vue.d.ts +1350 -0
  112. package/lib/ui/src/Upload/src/components/UploadPreviewModal.vue.d.ts +25 -25
  113. package/package.json +3 -3
@@ -0,0 +1,279 @@
1
+ declare const _sfc_main: import("vue").DefineComponent<{
2
+ schemas: {
3
+ type: ArrayConstructor;
4
+ required: true;
5
+ default: () => ({
6
+ label: string;
7
+ field: string;
8
+ advancedShow: boolean;
9
+ type?: undefined;
10
+ } | {
11
+ label: string;
12
+ field: string;
13
+ type: string;
14
+ advancedShow?: undefined;
15
+ })[];
16
+ };
17
+ }, {
18
+ props: any;
19
+ advancedSearchRef: import("vue").Ref<any>;
20
+ formRef: import("vue").Ref<any>;
21
+ schemasCurrent: import("vue").Reactive<Recordable<any>[]>;
22
+ isStringSearch: (item: any) => boolean;
23
+ dicColumn: import("vue").ComputedRef<Recordable<any>[]>;
24
+ handleAdd: () => void;
25
+ handleMinus: (index: any) => void;
26
+ handleFieldChange: (schema: any) => void;
27
+ handleSetValNull: (schema: any) => void;
28
+ getSearchType: (field: string) => {
29
+ label: string;
30
+ value: string;
31
+ }[];
32
+ getComponent: (field: string) => any;
33
+ getTypeByField: (field: string) => "string" | "number" | "select" | "date" | "stringSelect";
34
+ getComponentPropsByField: (field: string) => any;
35
+ getSearchFrom: () => {};
36
+ resetFields: () => void;
37
+ readonly Row: any;
38
+ readonly Col: any;
39
+ readonly Select: any;
40
+ readonly Form: any;
41
+ readonly FormItem: any;
42
+ readonly Input: any;
43
+ readonly InputNumber: any;
44
+ readonly DatePicker: any;
45
+ ApiSelect: import("vue").DefineComponent<{
46
+ value: (ObjectConstructor | NumberConstructor | ArrayConstructor | StringConstructor)[];
47
+ numberToString: {
48
+ type: BooleanConstructor;
49
+ };
50
+ stringToNumber: {
51
+ type: BooleanConstructor;
52
+ };
53
+ api: {
54
+ type: import("vue").PropType<(arg?: Recordable<any>) => Promise<{
55
+ label: string;
56
+ value: string;
57
+ disabled?: boolean;
58
+ }[]>>;
59
+ default: any;
60
+ };
61
+ params: {
62
+ type: import("vue").PropType<Recordable<any>>;
63
+ default: () => {};
64
+ };
65
+ resultField: {
66
+ type: StringConstructor;
67
+ default: string;
68
+ };
69
+ labelField: {
70
+ type: StringConstructor;
71
+ default: string;
72
+ };
73
+ valueField: {
74
+ type: StringConstructor;
75
+ default: string;
76
+ };
77
+ immediate: {
78
+ type: BooleanConstructor;
79
+ default: boolean;
80
+ };
81
+ alwaysLoad: {
82
+ type: BooleanConstructor;
83
+ default: boolean;
84
+ };
85
+ }, {
86
+ state: import("vue").WritableComputedRef<string | number | unknown[] | Record<string, any>>;
87
+ attrs: Recordable<any> | import("vue").Ref<Recordable<any>>;
88
+ getOptions: import("vue").ComputedRef<{
89
+ label: string;
90
+ value: string;
91
+ disabled?: boolean;
92
+ }[]>;
93
+ loading: import("vue").Ref<boolean>;
94
+ handleFetch: (visible: any) => Promise<void>;
95
+ handleChange: (val: any, ...args: any[]) => void;
96
+ filterOption: (input: string, option: any) => boolean;
97
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("change" | "options-change" | "update:value")[], "change" | "options-change" | "update:value", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
98
+ value: (ObjectConstructor | NumberConstructor | ArrayConstructor | StringConstructor)[];
99
+ numberToString: {
100
+ type: BooleanConstructor;
101
+ };
102
+ stringToNumber: {
103
+ type: BooleanConstructor;
104
+ };
105
+ api: {
106
+ type: import("vue").PropType<(arg?: Recordable<any>) => Promise<{
107
+ label: string;
108
+ value: string;
109
+ disabled?: boolean;
110
+ }[]>>;
111
+ default: any;
112
+ };
113
+ params: {
114
+ type: import("vue").PropType<Recordable<any>>;
115
+ default: () => {};
116
+ };
117
+ resultField: {
118
+ type: StringConstructor;
119
+ default: string;
120
+ };
121
+ labelField: {
122
+ type: StringConstructor;
123
+ default: string;
124
+ };
125
+ valueField: {
126
+ type: StringConstructor;
127
+ default: string;
128
+ };
129
+ immediate: {
130
+ type: BooleanConstructor;
131
+ default: boolean;
132
+ };
133
+ alwaysLoad: {
134
+ type: BooleanConstructor;
135
+ default: boolean;
136
+ };
137
+ }>> & {
138
+ onChange?: (...args: any[]) => any;
139
+ "onOptions-change"?: (...args: any[]) => any;
140
+ "onUpdate:value"?: (...args: any[]) => any;
141
+ }, {
142
+ params: {};
143
+ numberToString: boolean;
144
+ stringToNumber: boolean;
145
+ api: (arg?: Recordable<any>) => Promise<{
146
+ label: string;
147
+ value: string;
148
+ disabled?: boolean;
149
+ }[]>;
150
+ resultField: string;
151
+ labelField: string;
152
+ valueField: string;
153
+ immediate: boolean;
154
+ alwaysLoad: boolean;
155
+ }, {}>;
156
+ readonly BasicButton: import("vue").DefineComponent<{
157
+ type: {
158
+ type: ((new (...args: any[]) => "link" | "default" | "message" | "primary" | "text" | "ghost" | "dashed" | "danger" | "waring" | "success") | (() => "link" | "default" | "message" | "primary" | "text" | "ghost" | "dashed" | "danger" | "waring" | "success")) | ((new (...args: any[]) => "link" | "default" | "message" | "primary" | "text" | "ghost" | "dashed" | "danger" | "waring" | "success") | (() => "link" | "default" | "message" | "primary" | "text" | "ghost" | "dashed" | "danger" | "waring" | "success"))[];
159
+ default: string;
160
+ };
161
+ color: {
162
+ type: ((new (...args: any[]) => "" | "error" | "success" | "warning") | (() => "" | "error" | "success" | "warning")) | ((new (...args: any[]) => "" | "error" | "success" | "warning") | (() => "" | "error" | "success" | "warning"))[];
163
+ validator: (v: any) => boolean;
164
+ default: string;
165
+ };
166
+ loading: {
167
+ type: BooleanConstructor;
168
+ default: any;
169
+ };
170
+ disabled: {
171
+ type: BooleanConstructor;
172
+ };
173
+ preIcon: {
174
+ type: StringConstructor;
175
+ };
176
+ postIcon: {
177
+ type: StringConstructor;
178
+ };
179
+ iconSize: {
180
+ type: NumberConstructor;
181
+ default: number;
182
+ };
183
+ onClick: {
184
+ type: ((new (...args: any[]) => (...args: any[]) => any) | (() => (...args: any[]) => any) | {
185
+ (): (...args: any[]) => any;
186
+ new (): any;
187
+ readonly prototype: any;
188
+ }) | ((new (...args: any[]) => (...args: any[]) => any) | (() => (...args: any[]) => any) | {
189
+ (): (...args: any[]) => any;
190
+ new (): any;
191
+ readonly prototype: any;
192
+ })[];
193
+ default: any;
194
+ };
195
+ isContinuousClicks: {
196
+ type: BooleanConstructor;
197
+ default: boolean;
198
+ };
199
+ closeConfigProvide: {
200
+ type: BooleanConstructor;
201
+ default: boolean;
202
+ };
203
+ }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
204
+ type: {
205
+ type: ((new (...args: any[]) => "link" | "default" | "message" | "primary" | "text" | "ghost" | "dashed" | "danger" | "waring" | "success") | (() => "link" | "default" | "message" | "primary" | "text" | "ghost" | "dashed" | "danger" | "waring" | "success")) | ((new (...args: any[]) => "link" | "default" | "message" | "primary" | "text" | "ghost" | "dashed" | "danger" | "waring" | "success") | (() => "link" | "default" | "message" | "primary" | "text" | "ghost" | "dashed" | "danger" | "waring" | "success"))[];
206
+ default: string;
207
+ };
208
+ color: {
209
+ type: ((new (...args: any[]) => "" | "error" | "success" | "warning") | (() => "" | "error" | "success" | "warning")) | ((new (...args: any[]) => "" | "error" | "success" | "warning") | (() => "" | "error" | "success" | "warning"))[];
210
+ validator: (v: any) => boolean;
211
+ default: string;
212
+ };
213
+ loading: {
214
+ type: BooleanConstructor;
215
+ default: any;
216
+ };
217
+ disabled: {
218
+ type: BooleanConstructor;
219
+ };
220
+ preIcon: {
221
+ type: StringConstructor;
222
+ };
223
+ postIcon: {
224
+ type: StringConstructor;
225
+ };
226
+ iconSize: {
227
+ type: NumberConstructor;
228
+ default: number;
229
+ };
230
+ onClick: {
231
+ type: ((new (...args: any[]) => (...args: any[]) => any) | (() => (...args: any[]) => any) | {
232
+ (): (...args: any[]) => any;
233
+ new (): any;
234
+ readonly prototype: any;
235
+ }) | ((new (...args: any[]) => (...args: any[]) => any) | (() => (...args: any[]) => any) | {
236
+ (): (...args: any[]) => any;
237
+ new (): any;
238
+ readonly prototype: any;
239
+ })[];
240
+ default: any;
241
+ };
242
+ isContinuousClicks: {
243
+ type: BooleanConstructor;
244
+ default: boolean;
245
+ };
246
+ closeConfigProvide: {
247
+ type: BooleanConstructor;
248
+ default: boolean;
249
+ };
250
+ }>>, {
251
+ type: "link" | "default" | "message" | "primary" | "text" | "ghost" | "dashed" | "danger" | "waring" | "success";
252
+ onClick: (...args: any[]) => any;
253
+ disabled: boolean;
254
+ loading: boolean;
255
+ color: "" | "error" | "success" | "warning";
256
+ iconSize: number;
257
+ isContinuousClicks: boolean;
258
+ closeConfigProvide: boolean;
259
+ }, {}>;
260
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
261
+ schemas: {
262
+ type: ArrayConstructor;
263
+ required: true;
264
+ default: () => ({
265
+ label: string;
266
+ field: string;
267
+ advancedShow: boolean;
268
+ type?: undefined;
269
+ } | {
270
+ label: string;
271
+ field: string;
272
+ type: string;
273
+ advancedShow?: undefined;
274
+ })[];
275
+ };
276
+ }>>, {
277
+ schemas: unknown[];
278
+ }, {}>;
279
+ export default _sfc_main;
@@ -107,11 +107,11 @@ declare const _default: import("vue").DefineComponent<{
107
107
  default: string;
108
108
  };
109
109
  }>>, {
110
- placement: TooltipPlacement;
111
- color: string;
112
110
  maxWidth: string;
113
111
  showIndex: boolean;
112
+ color: string;
114
113
  fontSize: string;
114
+ placement: TooltipPlacement;
115
115
  iconSize: string;
116
116
  }, {}>;
117
117
  export default _default;
@@ -83,11 +83,11 @@ declare const _sfc_main: import("vue").DefineComponent<{
83
83
  default: string;
84
84
  };
85
85
  }>>, {
86
- placement: import("ant-design-vue/es/tooltip").TooltipPlacement;
87
- color: string;
88
86
  maxWidth: string;
89
87
  showIndex: boolean;
88
+ color: string;
90
89
  fontSize: string;
90
+ placement: import("ant-design-vue/es/tooltip").TooltipPlacement;
91
91
  iconSize: string;
92
92
  }, {}>;
93
93
  readonly isFunction: typeof isFunction;
@@ -192,8 +192,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
192
192
  onSave?: (...args: any[]) => any;
193
193
  onCancel?: (...args: any[]) => any;
194
194
  }, {
195
- loading: boolean;
196
195
  onSubmit: (...args: any[]) => any;
196
+ loading: boolean;
197
197
  isShowHeader: boolean;
198
198
  isShowBack: boolean;
199
199
  isShowFooter: boolean;
@@ -10,7 +10,7 @@ export declare const Button: {
10
10
  default: string;
11
11
  };
12
12
  color: {
13
- type: ((new (...args: any[]) => "" | "error" | "warning" | "success") | (() => "" | "error" | "warning" | "success")) | ((new (...args: any[]) => "" | "error" | "warning" | "success") | (() => "" | "error" | "warning" | "success"))[];
13
+ type: ((new (...args: any[]) => "" | "error" | "success" | "warning") | (() => "" | "error" | "success" | "warning")) | ((new (...args: any[]) => "" | "error" | "success" | "warning") | (() => "" | "error" | "success" | "warning"))[];
14
14
  validator: (v: any) => boolean;
15
15
  default: string;
16
16
  };
@@ -57,7 +57,7 @@ export declare const Button: {
57
57
  default: string;
58
58
  };
59
59
  color: {
60
- type: ((new (...args: any[]) => "" | "error" | "warning" | "success") | (() => "" | "error" | "warning" | "success")) | ((new (...args: any[]) => "" | "error" | "warning" | "success") | (() => "" | "error" | "warning" | "success"))[];
60
+ type: ((new (...args: any[]) => "" | "error" | "success" | "warning") | (() => "" | "error" | "success" | "warning")) | ((new (...args: any[]) => "" | "error" | "success" | "warning") | (() => "" | "error" | "success" | "warning"))[];
61
61
  validator: (v: any) => boolean;
62
62
  default: string;
63
63
  };
@@ -103,7 +103,7 @@ export declare const Button: {
103
103
  onClick: (...args: any[]) => any;
104
104
  disabled: boolean;
105
105
  loading: boolean;
106
- color: "" | "error" | "warning" | "success";
106
+ color: "" | "error" | "success" | "warning";
107
107
  iconSize: number;
108
108
  isContinuousClicks: boolean;
109
109
  closeConfigProvide: boolean;
@@ -120,7 +120,7 @@ export declare const Button: {
120
120
  default: string;
121
121
  };
122
122
  color: {
123
- type: ((new (...args: any[]) => "" | "error" | "warning" | "success") | (() => "" | "error" | "warning" | "success")) | ((new (...args: any[]) => "" | "error" | "warning" | "success") | (() => "" | "error" | "warning" | "success"))[];
123
+ type: ((new (...args: any[]) => "" | "error" | "success" | "warning") | (() => "" | "error" | "success" | "warning")) | ((new (...args: any[]) => "" | "error" | "success" | "warning") | (() => "" | "error" | "success" | "warning"))[];
124
124
  validator: (v: any) => boolean;
125
125
  default: string;
126
126
  };
@@ -166,7 +166,7 @@ export declare const Button: {
166
166
  onClick: (...args: any[]) => any;
167
167
  disabled: boolean;
168
168
  loading: boolean;
169
- color: "" | "error" | "warning" | "success";
169
+ color: "" | "error" | "success" | "warning";
170
170
  iconSize: number;
171
171
  isContinuousClicks: boolean;
172
172
  closeConfigProvide: boolean;
@@ -180,7 +180,7 @@ export declare const Button: {
180
180
  default: string;
181
181
  };
182
182
  color: {
183
- type: ((new (...args: any[]) => "" | "error" | "warning" | "success") | (() => "" | "error" | "warning" | "success")) | ((new (...args: any[]) => "" | "error" | "warning" | "success") | (() => "" | "error" | "warning" | "success"))[];
183
+ type: ((new (...args: any[]) => "" | "error" | "success" | "warning") | (() => "" | "error" | "success" | "warning")) | ((new (...args: any[]) => "" | "error" | "success" | "warning") | (() => "" | "error" | "success" | "warning"))[];
184
184
  validator: (v: any) => boolean;
185
185
  default: string;
186
186
  };
@@ -226,7 +226,7 @@ export declare const Button: {
226
226
  onClick: (...args: any[]) => any;
227
227
  disabled: boolean;
228
228
  loading: boolean;
229
- color: "" | "error" | "warning" | "success";
229
+ color: "" | "error" | "success" | "warning";
230
230
  iconSize: number;
231
231
  isContinuousClicks: boolean;
232
232
  closeConfigProvide: boolean;
@@ -4,7 +4,7 @@ declare const BasicButton: import("vue").DefineComponent<{
4
4
  default: string;
5
5
  };
6
6
  color: {
7
- type: ((new (...args: any[]) => "" | "error" | "warning" | "success") | (() => "" | "error" | "warning" | "success")) | ((new (...args: any[]) => "" | "error" | "warning" | "success") | (() => "" | "error" | "warning" | "success"))[];
7
+ type: ((new (...args: any[]) => "" | "error" | "success" | "warning") | (() => "" | "error" | "success" | "warning")) | ((new (...args: any[]) => "" | "error" | "success" | "warning") | (() => "" | "error" | "success" | "warning"))[];
8
8
  validator: (v: any) => boolean;
9
9
  default: string;
10
10
  };
@@ -51,7 +51,7 @@ declare const BasicButton: import("vue").DefineComponent<{
51
51
  default: string;
52
52
  };
53
53
  color: {
54
- type: ((new (...args: any[]) => "" | "error" | "warning" | "success") | (() => "" | "error" | "warning" | "success")) | ((new (...args: any[]) => "" | "error" | "warning" | "success") | (() => "" | "error" | "warning" | "success"))[];
54
+ type: ((new (...args: any[]) => "" | "error" | "success" | "warning") | (() => "" | "error" | "success" | "warning")) | ((new (...args: any[]) => "" | "error" | "success" | "warning") | (() => "" | "error" | "success" | "warning"))[];
55
55
  validator: (v: any) => boolean;
56
56
  default: string;
57
57
  };
@@ -97,7 +97,7 @@ declare const BasicButton: import("vue").DefineComponent<{
97
97
  onClick: (...args: any[]) => any;
98
98
  disabled: boolean;
99
99
  loading: boolean;
100
- color: "" | "error" | "warning" | "success";
100
+ color: "" | "error" | "success" | "warning";
101
101
  iconSize: number;
102
102
  isContinuousClicks: boolean;
103
103
  closeConfigProvide: boolean;
@@ -4,7 +4,7 @@ export declare const buttonProps: {
4
4
  default: string;
5
5
  };
6
6
  color: {
7
- type: ((new (...args: any[]) => "" | "error" | "warning" | "success") | (() => "" | "error" | "warning" | "success")) | ((new (...args: any[]) => "" | "error" | "warning" | "success") | (() => "" | "error" | "warning" | "success"))[];
7
+ type: ((new (...args: any[]) => "" | "error" | "success" | "warning") | (() => "" | "error" | "success" | "warning")) | ((new (...args: any[]) => "" | "error" | "success" | "warning") | (() => "" | "error" | "success" | "warning"))[];
8
8
  validator: (v: any) => boolean;
9
9
  default: string;
10
10
  };
@@ -29,8 +29,8 @@ declare const ColorPickerPanel: import("vue").DefineComponent<{
29
29
  type: BooleanConstructor;
30
30
  };
31
31
  }>> & {
32
- "onUpdate:value"?: (...args: any[]) => any;
33
32
  onChange?: (...args: any[]) => any;
33
+ "onUpdate:value"?: (...args: any[]) => any;
34
34
  }, {
35
35
  value: string;
36
36
  alpha: boolean;
@@ -112,10 +112,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
112
112
  onInit?: (...args: any[]) => any;
113
113
  }, {
114
114
  threshold: string;
115
- transitionName: string;
116
- direction: string;
117
115
  viewport: HTMLElement;
116
+ direction: string;
118
117
  tag: string;
119
118
  maxWaitingTime: number;
119
+ transitionName: string;
120
120
  }, {}>;
121
121
  export default _sfc_main;