amis-editor 4.2.0-beta.2 → 5.1.9-beta.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (220) hide show
  1. package/dist/6dbcbb49b6fd405190a9.png +0 -0
  2. package/dist/component/Editor.d.ts +16 -0
  3. package/dist/component/RegionWrapper.d.ts +10 -0
  4. package/dist/component/VRenderer.d.ts +10 -0
  5. package/dist/component/base/BackTop.d.ts +1 -1
  6. package/dist/component/control/APIControl.d.ts +1158 -0
  7. package/dist/component/control/ActionAPIControl.d.ts +1158 -0
  8. package/dist/component/control/BadgeControl.d.ts +133 -0
  9. package/dist/component/control/BaseControl.d.ts +248 -0
  10. package/dist/component/control/DataBindingControl.d.ts +14 -0
  11. package/dist/component/control/DataPickerControl.d.ts +13 -0
  12. package/dist/component/control/DateShortCutControl.d.ts +83 -0
  13. package/dist/component/control/FormulaControl.d.ts +51 -0
  14. package/dist/component/{Control → control}/OptionControl.d.ts +23 -34
  15. package/dist/component/{Control → control}/PopoverEdit.d.ts +0 -0
  16. package/dist/component/control/StatusControl.d.ts +44 -0
  17. package/dist/component/control/SwitchMoreControl.d.ts +224 -0
  18. package/dist/component/control/ValidationControl.d.ts +65 -0
  19. package/dist/component/control/ValidationItem.d.ts +46 -0
  20. package/dist/component/control/style-control/Background.d.ts +17 -0
  21. package/dist/component/control/style-control/Border.d.ts +18 -0
  22. package/dist/component/control/style-control/BoxModel.d.ts +17 -0
  23. package/dist/component/control/style-control/BoxShadow.d.ts +18 -0
  24. package/dist/component/control/style-control/Display.d.ts +14 -0
  25. package/dist/component/control/style-control/Font.d.ts +16 -0
  26. package/dist/component/control/style-control/font-family.d.ts +11 -0
  27. package/dist/component/control/style-control/transformation.d.ts +29 -0
  28. package/dist/component/control/style-control/types.d.ts +8 -0
  29. package/dist/component/schemaTpl.d.ts +8 -0
  30. package/dist/component/validator.d.ts +62 -0
  31. package/dist/dnd/index.d.ts +1 -1
  32. package/dist/event-action/action-config-panel.d.ts +8 -0
  33. package/dist/event-action/actions.d.ts +3 -0
  34. package/dist/event-action/comp-action-select.d.ts +11 -0
  35. package/dist/event-action/config.d.ts +13 -0
  36. package/dist/event-action/index.d.ts +459 -0
  37. package/dist/event-action/schema.d.ts +32 -0
  38. package/dist/exports.min.js +1 -1
  39. package/dist/index.d.ts +23 -5
  40. package/dist/index.min.js +1 -1
  41. package/dist/manager.d.ts +46 -1
  42. package/dist/plugin/Alert.d.ts +4 -2
  43. package/dist/plugin/Button.d.ts +5 -1
  44. package/dist/plugin/ButtonGroup.d.ts +13 -34
  45. package/dist/plugin/ButtonToolbar.d.ts +4 -10
  46. package/dist/plugin/CRUD.d.ts +2 -0
  47. package/dist/plugin/Chart.d.ts +2 -0
  48. package/dist/plugin/Collapse.d.ts +1 -0
  49. package/dist/plugin/CollapseGroup.d.ts +28 -4
  50. package/dist/plugin/Container.d.ts +2 -1
  51. package/dist/plugin/Dialog.d.ts +12 -2
  52. package/dist/plugin/Drawer.d.ts +12 -2
  53. package/dist/plugin/DropDownButton.d.ts +11 -11
  54. package/dist/plugin/Form/ButtonGroupSelect.d.ts +7 -2
  55. package/dist/plugin/Form/ButtonToolbar.d.ts +8 -7
  56. package/dist/plugin/Form/ChainedSelect.d.ts +3 -0
  57. package/dist/plugin/Form/Checkbox.d.ts +7 -2
  58. package/dist/plugin/Form/Checkboxes.d.ts +8 -2
  59. package/dist/plugin/Form/CodeEditor.d.ts +7 -22
  60. package/dist/plugin/Form/Combo.d.ts +3 -0
  61. package/dist/plugin/Form/Control.d.ts +6 -2
  62. package/dist/plugin/Form/DiffEditor.d.ts +7 -1
  63. package/dist/plugin/Form/Form.d.ts +6 -0
  64. package/dist/plugin/Form/Formula.d.ts +1 -25
  65. package/dist/plugin/Form/InputDate.d.ts +8 -2
  66. package/dist/plugin/Form/InputDateRange.d.ts +8 -2
  67. package/dist/plugin/Form/InputDateTime.d.ts +4 -4
  68. package/dist/plugin/Form/InputDateTimeRange.d.ts +4 -4
  69. package/dist/plugin/Form/InputEmail.d.ts +1 -0
  70. package/dist/plugin/Form/InputExcel.d.ts +6 -41
  71. package/dist/plugin/Form/InputFile.d.ts +7 -3
  72. package/dist/plugin/Form/InputKV.d.ts +6 -0
  73. package/dist/plugin/Form/InputMonth.d.ts +1 -0
  74. package/dist/plugin/Form/InputMonthRange.d.ts +4 -4
  75. package/dist/plugin/Form/InputPassword.d.ts +1 -0
  76. package/dist/plugin/Form/InputQuarter.d.ts +1 -0
  77. package/dist/plugin/Form/InputQuarterRange.d.ts +4 -4
  78. package/dist/plugin/Form/InputRange.d.ts +3 -0
  79. package/dist/plugin/Form/InputRating.d.ts +9 -3
  80. package/dist/plugin/Form/InputText.d.ts +24 -2
  81. package/dist/plugin/Form/InputTime.d.ts +3 -3
  82. package/dist/plugin/Form/InputTimeRange.d.ts +20 -0
  83. package/dist/plugin/Form/InputTree.d.ts +6 -2
  84. package/dist/plugin/Form/InputURL.d.ts +1 -0
  85. package/dist/plugin/Form/InputYear.d.ts +1 -0
  86. package/dist/plugin/Form/InputYearRange.d.ts +20 -0
  87. package/dist/plugin/Form/ListSelect.d.ts +6 -2
  88. package/dist/plugin/Form/LocationPicker.d.ts +1 -31
  89. package/dist/plugin/Form/NestedSelect.d.ts +5 -2
  90. package/dist/plugin/Form/Radios.d.ts +7 -2
  91. package/dist/plugin/Form/Select.d.ts +7 -2
  92. package/dist/plugin/Form/Switch.d.ts +7 -2
  93. package/dist/plugin/Form/TabsTransfer.d.ts +5 -2
  94. package/dist/plugin/Form/Textarea.d.ts +7 -1
  95. package/dist/plugin/Form/Transfer.d.ts +5 -2
  96. package/dist/plugin/Form/TreeSelect.d.ts +6 -2
  97. package/dist/plugin/IFrame.d.ts +2 -2
  98. package/dist/plugin/Nav.d.ts +1 -116
  99. package/dist/plugin/Others/Action.d.ts +5 -1
  100. package/dist/plugin/Page.d.ts +5 -2
  101. package/dist/plugin/Progress.d.ts +5 -1
  102. package/dist/plugin/Table.d.ts +2 -0
  103. package/dist/plugin/Tabs.d.ts +33 -2
  104. package/dist/plugin/TooltipWrapper.d.ts +10 -0
  105. package/dist/plugin/Tpl.d.ts +2 -1
  106. package/dist/plugin/Wizard.d.ts +4 -1
  107. package/dist/plugin.d.ts +37 -1
  108. package/dist/store/editor.d.ts +55 -28
  109. package/dist/store/node.d.ts +16 -0
  110. package/dist/style.css +1 -1
  111. package/dist/util.d.ts +36 -3
  112. package/package.json +14 -8
  113. package/src/component/schemaTpl.tsx +1209 -474
  114. package/src/plugin/Alert.tsx +69 -48
  115. package/src/plugin/AnchorNav.tsx +1 -0
  116. package/src/plugin/Audio.tsx +9 -15
  117. package/src/plugin/Avatar.tsx +2 -1
  118. package/src/plugin/Breadcrumb.tsx +2 -1
  119. package/src/plugin/Button.tsx +257 -188
  120. package/src/plugin/ButtonGroup.tsx +99 -38
  121. package/src/plugin/ButtonToolbar.tsx +7 -13
  122. package/src/plugin/CRUD.tsx +78 -136
  123. package/src/plugin/Card.tsx +1 -0
  124. package/src/plugin/Cards.tsx +8 -14
  125. package/src/plugin/Carousel.tsx +1 -1
  126. package/src/plugin/Chart.tsx +26 -14
  127. package/src/plugin/Collapse.tsx +78 -78
  128. package/src/plugin/CollapseGroup.tsx +165 -83
  129. package/src/plugin/Container.tsx +59 -6
  130. package/src/plugin/Custom.tsx +2 -8
  131. package/src/plugin/CustomRegion.tsx +4 -3
  132. package/src/plugin/Dialog.tsx +55 -24
  133. package/src/plugin/Drawer.tsx +65 -35
  134. package/src/plugin/DropDownButton.tsx +95 -79
  135. package/src/plugin/Flex.tsx +123 -65
  136. package/src/plugin/Form/ButtonGroupSelect.tsx +114 -26
  137. package/src/plugin/Form/ButtonToolbar.tsx +62 -55
  138. package/src/plugin/Form/ChainedSelect.tsx +45 -0
  139. package/src/plugin/Form/Checkbox.tsx +122 -33
  140. package/src/plugin/Form/Checkboxes.tsx +154 -87
  141. package/src/plugin/Form/CodeEditor.tsx +163 -34
  142. package/src/plugin/Form/Combo.tsx +104 -65
  143. package/src/plugin/Form/Control.tsx +16 -70
  144. package/src/plugin/Form/DiffEditor.tsx +158 -54
  145. package/src/plugin/Form/FieldSet.tsx +6 -11
  146. package/src/plugin/Form/Form.tsx +277 -70
  147. package/src/plugin/Form/Formula.tsx +8 -14
  148. package/src/plugin/Form/InputArray.tsx +7 -16
  149. package/src/plugin/Form/InputCity.tsx +1 -1
  150. package/src/plugin/Form/InputDate.tsx +344 -121
  151. package/src/plugin/Form/InputDateRange.tsx +303 -161
  152. package/src/plugin/Form/InputDateTime.tsx +6 -150
  153. package/src/plugin/Form/InputDateTimeRange.tsx +7 -187
  154. package/src/plugin/Form/InputEmail.tsx +1 -0
  155. package/src/plugin/Form/InputExcel.tsx +70 -27
  156. package/src/plugin/Form/InputFile.tsx +326 -152
  157. package/src/plugin/Form/InputImage.tsx +1 -1
  158. package/src/plugin/Form/InputKV.tsx +61 -0
  159. package/src/plugin/Form/InputMonth.tsx +3 -1
  160. package/src/plugin/Form/InputMonthRange.tsx +6 -160
  161. package/src/plugin/Form/InputNumber.tsx +1 -1
  162. package/src/plugin/Form/InputPassword.tsx +2 -0
  163. package/src/plugin/Form/InputQuarter.tsx +3 -1
  164. package/src/plugin/Form/InputQuarterRange.tsx +6 -160
  165. package/src/plugin/Form/InputRange.tsx +74 -4
  166. package/src/plugin/Form/InputRating.tsx +347 -35
  167. package/src/plugin/Form/InputRichText.tsx +2 -3
  168. package/src/plugin/Form/InputTable.tsx +33 -49
  169. package/src/plugin/Form/InputTag.tsx +1 -1
  170. package/src/plugin/Form/InputText.tsx +310 -132
  171. package/src/plugin/Form/InputTime.tsx +4 -53
  172. package/src/plugin/Form/InputTimeRange.tsx +41 -0
  173. package/src/plugin/Form/InputTree.tsx +196 -46
  174. package/src/plugin/Form/InputURL.tsx +2 -0
  175. package/src/plugin/Form/InputYear.tsx +2 -0
  176. package/src/plugin/Form/InputYearRange.tsx +41 -0
  177. package/src/plugin/Form/Item.tsx +17 -18
  178. package/src/plugin/Form/ListSelect.tsx +75 -20
  179. package/src/plugin/Form/LocationPicker.tsx +2 -7
  180. package/src/plugin/Form/MatrixCheckboxes.tsx +1 -1
  181. package/src/plugin/Form/NestedSelect.tsx +110 -43
  182. package/src/plugin/Form/Picker.tsx +2 -5
  183. package/src/plugin/Form/Radios.tsx +122 -52
  184. package/src/plugin/Form/Select.tsx +239 -168
  185. package/src/plugin/Form/Static.tsx +1 -1
  186. package/src/plugin/Form/Switch.tsx +170 -58
  187. package/src/plugin/Form/TabsTransfer.tsx +175 -79
  188. package/src/plugin/Form/Textarea.tsx +146 -36
  189. package/src/plugin/Form/Transfer.tsx +295 -233
  190. package/src/plugin/Form/TreeSelect.tsx +287 -146
  191. package/src/plugin/Grid.tsx +340 -312
  192. package/src/plugin/HBox.tsx +1 -0
  193. package/src/plugin/IFrame.tsx +21 -12
  194. package/src/plugin/Image.tsx +7 -12
  195. package/src/plugin/Images.tsx +7 -12
  196. package/src/plugin/Link.tsx +6 -12
  197. package/src/plugin/List.tsx +6 -10
  198. package/src/plugin/ListItem.tsx +1 -0
  199. package/src/plugin/Nav.tsx +7 -9
  200. package/src/plugin/Others/Action.tsx +16 -10
  201. package/src/plugin/Others/BasicToolbar.tsx +4 -1
  202. package/src/plugin/Others/TableCell.tsx +19 -39
  203. package/src/plugin/Page.tsx +315 -229
  204. package/src/plugin/Panel.tsx +6 -7
  205. package/src/plugin/Plain.tsx +3 -6
  206. package/src/plugin/Progress.tsx +234 -94
  207. package/src/plugin/Service.tsx +10 -6
  208. package/src/plugin/Table.tsx +49 -20
  209. package/src/plugin/TableView.tsx +212 -106
  210. package/src/plugin/Tabs.tsx +306 -146
  211. package/src/plugin/TooltipWrapper.tsx +231 -135
  212. package/src/plugin/Tpl.tsx +68 -52
  213. package/src/plugin/Video.tsx +9 -20
  214. package/src/plugin/Wizard.tsx +537 -336
  215. package/src/plugin/Wrapper.tsx +82 -61
  216. package/src/plugin.ts +66 -4
  217. package/static/empty.png +0 -0
  218. package/dist/component/Control/APIControl.d.ts +0 -504
  219. package/dist/component/Control/ValidationControl.d.ts +0 -30
  220. package/dist/component/remarkTpl.d.ts +0 -150
@@ -1,504 +0,0 @@
1
- import React from 'react';
2
- import type { FormControlProps } from 'amis-core';
3
- import type { SchemaApi } from 'amis/lib/Schema';
4
- export interface APIControlProps extends FormControlProps {
5
- name?: string;
6
- label?: string;
7
- value?: any;
8
- /**
9
- * 接口消息设置描述信息
10
- */
11
- messageDesc?: string;
12
- }
13
- export interface APIControlState {
14
- apiStr: string;
15
- }
16
- export declare class APIControl extends React.Component<APIControlProps, APIControlState> {
17
- constructor(props: APIControlProps);
18
- componentDidUpdate(prevProps: APIControlProps): void;
19
- transformApi2Str(value: any): string;
20
- handleSubmit(values: SchemaApi, action: any): void;
21
- buildActionsSchema(): {
22
- type: string;
23
- justify: string;
24
- alignItems: string;
25
- className: string;
26
- items: ({
27
- label: string;
28
- type: string;
29
- acitonType: string;
30
- level: string;
31
- size: string;
32
- disabled: boolean;
33
- actionType?: undefined;
34
- dialog?: undefined;
35
- } | {
36
- label: string;
37
- type: string;
38
- acitonType: string;
39
- level: string;
40
- size: string;
41
- actionType: string;
42
- dialog: {
43
- title: string;
44
- size: string;
45
- className: string;
46
- headerClassName: string;
47
- bodyClassName: string;
48
- closeOnEsc: boolean;
49
- closeOnOutside: boolean;
50
- showCloseButton: boolean;
51
- body: {
52
- type: string;
53
- mode: string;
54
- onSubmit: (values: SchemaApi, action: any) => void;
55
- body: {
56
- type: string;
57
- tabs: ({
58
- title: string;
59
- tab: {
60
- type: string;
61
- gap: string;
62
- align: string;
63
- valign: string;
64
- columns: ({
65
- md: number;
66
- body: ({
67
- label: string;
68
- name: string;
69
- value: string;
70
- type: string;
71
- mode: string;
72
- options: {
73
- value: string;
74
- label: string;
75
- }[];
76
- placeholder?: undefined;
77
- required?: undefined;
78
- description?: undefined;
79
- size?: undefined;
80
- disabled?: undefined;
81
- } | {
82
- label: string;
83
- type: string;
84
- name: string;
85
- placeholder: string;
86
- required: boolean;
87
- value?: undefined;
88
- mode?: undefined;
89
- options?: undefined;
90
- description?: undefined;
91
- size?: undefined;
92
- disabled?: undefined;
93
- } | {
94
- label: string;
95
- type: string;
96
- name: string;
97
- placeholder: string;
98
- description: string;
99
- value?: undefined;
100
- mode?: undefined;
101
- options?: undefined;
102
- required?: undefined;
103
- size?: undefined;
104
- disabled?: undefined;
105
- } | {
106
- label: string;
107
- type: string;
108
- name: string;
109
- description: string;
110
- size: string;
111
- mode: string;
112
- options: {
113
- label: string;
114
- value: string;
115
- }[];
116
- disabled: boolean;
117
- value?: undefined;
118
- placeholder?: undefined;
119
- required?: undefined;
120
- })[];
121
- } | {
122
- md: number;
123
- body: ({
124
- label: string;
125
- type: string;
126
- name: string;
127
- mode: string;
128
- inputClassName: string;
129
- pipeIn: (value: any) => boolean;
130
- pipeOut: (value: any) => 3000 | undefined;
131
- min?: undefined;
132
- step?: undefined;
133
- visibleOn?: undefined;
134
- description?: undefined;
135
- className?: undefined;
136
- direction?: undefined;
137
- labelRemark?: undefined;
138
- body?: undefined;
139
- placeholder?: undefined;
140
- } | {
141
- label: string;
142
- type: string;
143
- name: string;
144
- mode: string;
145
- min: number;
146
- step: number;
147
- visibleOn: string;
148
- description: string;
149
- className: string;
150
- pipeIn: (value: any) => number;
151
- inputClassName?: undefined;
152
- pipeOut?: undefined;
153
- direction?: undefined;
154
- labelRemark?: undefined;
155
- body?: undefined;
156
- placeholder?: undefined;
157
- } | {
158
- label: string;
159
- type: string;
160
- name: string;
161
- mode: string;
162
- description: string;
163
- inputClassName: string;
164
- pipeIn: (value: any) => boolean;
165
- pipeOut: (value: any) => "blob" | undefined;
166
- min?: undefined;
167
- step?: undefined;
168
- visibleOn?: undefined;
169
- className?: undefined;
170
- direction?: undefined;
171
- labelRemark?: undefined;
172
- body?: undefined;
173
- placeholder?: undefined;
174
- } | {
175
- type: string;
176
- label: string;
177
- name: string;
178
- mode: string;
179
- description: string;
180
- inputClassName: string;
181
- pipeIn?: undefined;
182
- pipeOut?: undefined;
183
- min?: undefined;
184
- step?: undefined;
185
- visibleOn?: undefined;
186
- className?: undefined;
187
- direction?: undefined;
188
- labelRemark?: undefined;
189
- body?: undefined;
190
- placeholder?: undefined;
191
- } | {
192
- label: string;
193
- type: string;
194
- visibleOn: string;
195
- direction: string;
196
- labelRemark: {
197
- trigger: string;
198
- rootClose: boolean;
199
- content: string;
200
- placement: string;
201
- };
202
- body: ({
203
- name: string;
204
- type: string;
205
- inline: boolean;
206
- onChange: () => void;
207
- options: ({
208
- label: string;
209
- value: boolean;
210
- } | {
211
- label: string;
212
- value: string;
213
- })[];
214
- autoComplete?: undefined;
215
- visibleOn?: undefined;
216
- placeholder?: undefined;
217
- className?: undefined;
218
- } | {
219
- name: string;
220
- autoComplete: boolean;
221
- visibleOn: string;
222
- type: string;
223
- placeholder: string;
224
- className: string;
225
- inline?: undefined;
226
- onChange?: undefined;
227
- options?: undefined;
228
- })[];
229
- name?: undefined;
230
- mode?: undefined;
231
- inputClassName?: undefined;
232
- pipeIn?: undefined;
233
- pipeOut?: undefined;
234
- min?: undefined;
235
- step?: undefined;
236
- description?: undefined;
237
- className?: undefined;
238
- placeholder?: undefined;
239
- } | {
240
- label: string;
241
- type: string;
242
- name: string;
243
- mode: string;
244
- visibleOn: string;
245
- inputClassName: string;
246
- pipeIn: (value: any) => boolean;
247
- pipeOut: (value: any) => 3000 | undefined;
248
- min?: undefined;
249
- step?: undefined;
250
- description?: undefined;
251
- className?: undefined;
252
- direction?: undefined;
253
- labelRemark?: undefined;
254
- body?: undefined;
255
- placeholder?: undefined;
256
- } | {
257
- label: string;
258
- name: string;
259
- type: string;
260
- mode: string;
261
- visibleOn: string;
262
- step: number;
263
- className: string;
264
- description: string;
265
- inputClassName?: undefined;
266
- pipeIn?: undefined;
267
- pipeOut?: undefined;
268
- min?: undefined;
269
- direction?: undefined;
270
- labelRemark?: undefined;
271
- body?: undefined;
272
- placeholder?: undefined;
273
- } | {
274
- label: string;
275
- name: string;
276
- type: string;
277
- mode: string;
278
- visibleOn: string;
279
- description: string;
280
- inputClassName: string;
281
- pipeIn?: undefined;
282
- pipeOut?: undefined;
283
- min?: undefined;
284
- step?: undefined;
285
- className?: undefined;
286
- direction?: undefined;
287
- labelRemark?: undefined;
288
- body?: undefined;
289
- placeholder?: undefined;
290
- } | {
291
- label: string;
292
- name: string;
293
- type: string;
294
- mode: string;
295
- visibleOn: string;
296
- placeholder: string;
297
- labelRemark: {
298
- trigger: string;
299
- rootClose: boolean;
300
- content: string;
301
- placement: string;
302
- };
303
- inputClassName?: undefined;
304
- pipeIn?: undefined;
305
- pipeOut?: undefined;
306
- min?: undefined;
307
- step?: undefined;
308
- description?: undefined;
309
- className?: undefined;
310
- direction?: undefined;
311
- body?: undefined;
312
- })[];
313
- })[];
314
- }[];
315
- } | {
316
- title: string;
317
- tab: ({
318
- type: string;
319
- title: string;
320
- body: {
321
- type: string;
322
- gap: string;
323
- align: string;
324
- valign: string;
325
- columns: ({
326
- md: number;
327
- body: ({
328
- type: string;
329
- label: string;
330
- name: string;
331
- mode: string;
332
- className: string;
333
- inputClassName: string;
334
- labelRemark: {
335
- trigger: string;
336
- rootClose: boolean;
337
- content: string;
338
- placement: string;
339
- };
340
- pipeIn: (value: any) => boolean;
341
- pipeOut: (value: any) => {
342
- '&': string;
343
- } | null;
344
- syncDefaultValue?: undefined;
345
- visibleOn?: undefined;
346
- descriptionClassName?: undefined;
347
- description?: undefined;
348
- } | {
349
- type: string;
350
- syncDefaultValue: boolean;
351
- name: string;
352
- visibleOn: string;
353
- descriptionClassName: string;
354
- description: string;
355
- label?: undefined;
356
- mode?: undefined;
357
- className?: undefined;
358
- inputClassName?: undefined;
359
- labelRemark?: undefined;
360
- pipeIn?: undefined;
361
- pipeOut?: undefined;
362
- })[];
363
- } | {
364
- md: number;
365
- body: ({
366
- type: string;
367
- label: string;
368
- name: string;
369
- mode: string;
370
- className: string;
371
- inputClassName: string;
372
- labelRemark: {
373
- trigger: string;
374
- rootClose: boolean;
375
- content: string;
376
- placement: string;
377
- };
378
- pipeIn: (value: any) => boolean;
379
- pipeOut: (value: any) => {
380
- '&': string;
381
- } | null;
382
- syncDefaultValue?: undefined;
383
- visibleOn?: undefined;
384
- descriptionClassName?: undefined;
385
- } | {
386
- type: string;
387
- syncDefaultValue: boolean;
388
- name: string;
389
- visibleOn: string;
390
- descriptionClassName: string;
391
- label?: undefined;
392
- mode?: undefined;
393
- className?: undefined;
394
- inputClassName?: undefined;
395
- labelRemark?: undefined;
396
- pipeIn?: undefined;
397
- pipeOut?: undefined;
398
- })[];
399
- })[];
400
- }[];
401
- collapsable?: undefined;
402
- collapsed?: undefined;
403
- } | {
404
- type: string;
405
- title: string;
406
- body: ({
407
- type: string;
408
- label: string;
409
- name: string;
410
- mode: string;
411
- className: string;
412
- inputClassName: string;
413
- labelRemark: {
414
- trigger: string;
415
- rootClose: boolean;
416
- content: string;
417
- placement: string;
418
- };
419
- pipeIn: (value: any) => boolean;
420
- pipeOut: (value: any) => {} | null;
421
- syncDefaultValue?: undefined;
422
- multiple?: undefined;
423
- visibleOn?: undefined;
424
- items?: undefined;
425
- } | {
426
- type: string;
427
- name: string;
428
- mode: string;
429
- syncDefaultValue: boolean;
430
- multiple: boolean;
431
- visibleOn: string;
432
- items: ({
433
- type: string;
434
- name: string;
435
- placeholder: string;
436
- unique: boolean;
437
- required: boolean;
438
- options: {
439
- label: string;
440
- value: string;
441
- }[];
442
- disabled?: undefined;
443
- } | {
444
- type: string;
445
- name: string;
446
- placeholder: string;
447
- disabled: boolean;
448
- unique?: undefined;
449
- required?: undefined;
450
- options?: undefined;
451
- })[];
452
- pipeIn: (value: any) => any;
453
- pipeOut: (value: any) => any;
454
- label?: undefined;
455
- className?: undefined;
456
- inputClassName?: undefined;
457
- labelRemark?: undefined;
458
- })[];
459
- collapsable?: undefined;
460
- collapsed?: undefined;
461
- } | {
462
- title: string;
463
- type: string;
464
- collapsable: boolean;
465
- collapsed: boolean;
466
- body: {
467
- type: string;
468
- columns: {
469
- body: {
470
- label: string;
471
- name: string;
472
- type: string;
473
- allowFullscreen: boolean;
474
- description: string;
475
- }[];
476
- md: number;
477
- }[];
478
- }[];
479
- })[];
480
- } | {
481
- title: string;
482
- tab: {
483
- label: string;
484
- type: string;
485
- name: string;
486
- multiLine: boolean;
487
- description: string;
488
- items: {
489
- label: string;
490
- type: string;
491
- name: string;
492
- }[];
493
- }[];
494
- })[];
495
- }[];
496
- }[];
497
- };
498
- disabled?: undefined;
499
- })[];
500
- };
501
- render(): JSX.Element;
502
- }
503
- export declare class APIControlRenderer extends APIControl {
504
- }
@@ -1,30 +0,0 @@
1
- /**
2
- * @file 表单项校验配置
3
- */
4
- /// <reference types="lodash" />
5
- import React from 'react';
6
- import type { FormControlProps } from 'amis-core';
7
- export interface ValidationControlProps extends FormControlProps {
8
- }
9
- interface Rule {
10
- label: string;
11
- key: string;
12
- value: boolean | string | number;
13
- checked: boolean;
14
- message?: string;
15
- }
16
- interface ValidationControlState {
17
- rules: Array<Rule>;
18
- }
19
- export declare class ValidationControl extends React.Component<ValidationControlProps, ValidationControlState> {
20
- validationRules: Record<string, string>;
21
- constructor(props: ValidationControlProps);
22
- transformRules(): Rule[];
23
- normalizeRules(): import("lodash").Dictionary<boolean | Record<string, any>>;
24
- handleAddRule(): void;
25
- handleSubmit(values: any, action: any): void;
26
- render(): JSX.Element;
27
- }
28
- export declare class ValidationControlRenderer extends ValidationControl {
29
- }
30
- export {};
@@ -1,150 +0,0 @@
1
- /**
2
- * @description 信息提示组件模版
3
- * @file src/component/remarkTpl.tsx
4
- * @author hanxiao11@baidu.com
5
- */
6
- export default function remarkTpl(config: {
7
- name: 'remark' | 'labelRemark';
8
- label: string;
9
- }): {
10
- type: string;
11
- label: string;
12
- mode: string;
13
- className: string;
14
- labelRemark: {
15
- icon: string;
16
- trigger: string[];
17
- setting: boolean;
18
- title: string;
19
- content: string;
20
- placement: string;
21
- };
22
- body: {
23
- type: string;
24
- className: string;
25
- body: ({
26
- type: string;
27
- name: "remark" | "labelRemark";
28
- label: string;
29
- btnLabel: string;
30
- visibleOn: string;
31
- className: string;
32
- itemClassName: string;
33
- icon: string;
34
- form: {
35
- title: string;
36
- mode: string;
37
- size: string;
38
- body: {
39
- type: string;
40
- columns: ({
41
- md: string;
42
- body: ({
43
- name: string;
44
- type: string;
45
- label: string;
46
- placeholder: string;
47
- } | {
48
- name: string;
49
- type: string;
50
- label: string;
51
- placeholder?: undefined;
52
- })[];
53
- } | {
54
- md: string;
55
- body: ({
56
- name: string;
57
- type: string;
58
- size: string;
59
- label: string;
60
- options: {
61
- label: string;
62
- value: string;
63
- }[];
64
- labelRemark?: undefined;
65
- multiple?: undefined;
66
- pipeIn?: undefined;
67
- pipeOut?: undefined;
68
- visibleOn?: undefined;
69
- } | {
70
- name: string;
71
- label: string;
72
- type: string;
73
- size?: undefined;
74
- options?: undefined;
75
- labelRemark?: undefined;
76
- multiple?: undefined;
77
- pipeIn?: undefined;
78
- pipeOut?: undefined;
79
- visibleOn?: undefined;
80
- } | {
81
- name: string;
82
- label: string;
83
- type: string;
84
- labelRemark: {
85
- trigger: string;
86
- className: string;
87
- rootClose: boolean;
88
- content: string;
89
- placement: string;
90
- };
91
- size?: undefined;
92
- options?: undefined;
93
- multiple?: undefined;
94
- pipeIn?: undefined;
95
- pipeOut?: undefined;
96
- visibleOn?: undefined;
97
- } | {
98
- name: string;
99
- type: string;
100
- label: string;
101
- multiple: boolean;
102
- pipeIn: (value: any) => string | never[];
103
- pipeOut: (value: any) => any;
104
- options: {
105
- label: string;
106
- value: string;
107
- }[];
108
- size?: undefined;
109
- labelRemark?: undefined;
110
- visibleOn?: undefined;
111
- } | {
112
- name: string;
113
- visibleOn: string;
114
- label: string;
115
- type: string;
116
- size?: undefined;
117
- options?: undefined;
118
- labelRemark?: undefined;
119
- multiple?: undefined;
120
- pipeIn?: undefined;
121
- pipeOut?: undefined;
122
- })[];
123
- })[];
124
- };
125
- };
126
- mode?: undefined;
127
- pipeIn?: undefined;
128
- pipeOut?: undefined;
129
- } | {
130
- type: string;
131
- name: "remark" | "labelRemark";
132
- mode: string;
133
- pipeIn: (value: any) => boolean;
134
- pipeOut: (value: any) => {
135
- icon: string;
136
- trigger: string[];
137
- className: string;
138
- setting: boolean;
139
- placement: string;
140
- } | null;
141
- label?: undefined;
142
- btnLabel?: undefined;
143
- visibleOn?: undefined;
144
- className?: undefined;
145
- itemClassName?: undefined;
146
- icon?: undefined;
147
- form?: undefined;
148
- })[];
149
- }[];
150
- };