@next-bricks/visual-builder 1.33.3 → 1.33.5

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.
@@ -40,43 +40,16 @@
40
40
  "insider": true
41
41
  },
42
42
  {
43
- "name": "visual-builder.workbench-action",
43
+ "name": "visual-builder.workbench-action-list",
44
44
  "properties": [
45
45
  {
46
- "name": "icon",
47
- "attribute": false,
48
- "type": "GeneralIconProps"
49
- },
50
- {
51
- "name": "to",
52
- "type": "string"
53
- },
54
- {
55
- "name": "active",
56
- "type": "boolean"
57
- },
58
- {
59
- "name": "href",
46
+ "name": "appId",
60
47
  "type": "string"
61
48
  },
62
49
  {
63
- "name": "target",
64
- "type": "string"
65
- }
66
- ],
67
- "events": [],
68
- "slots": [],
69
- "methods": [],
70
- "parts": [],
71
- "description": "",
72
- "insider": true
73
- },
74
- {
75
- "name": "visual-builder.workbench-sidebar",
76
- "properties": [
77
- {
78
- "name": "titleLabel",
79
- "type": "string"
50
+ "name": "menu",
51
+ "attribute": false,
52
+ "type": "SidebarMenu"
80
53
  }
81
54
  ],
82
55
  "events": [],
@@ -207,64 +180,35 @@
207
180
  "insider": true
208
181
  },
209
182
  {
210
- "name": "visual-builder.workbench-action-list",
183
+ "name": "visual-builder.workbench-action",
211
184
  "properties": [
212
185
  {
213
- "name": "appId",
214
- "type": "string"
215
- },
216
- {
217
- "name": "menu",
186
+ "name": "icon",
218
187
  "attribute": false,
219
- "type": "SidebarMenu"
220
- }
221
- ],
222
- "events": [],
223
- "slots": [],
224
- "methods": [],
225
- "parts": [],
226
- "description": "",
227
- "insider": true
228
- },
229
- {
230
- "name": "visual-builder.workbench-history-action",
231
- "properties": [
232
- {
233
- "name": "appId",
234
- "type": "string"
188
+ "type": "GeneralIconProps"
235
189
  },
236
190
  {
237
- "name": "projectId",
191
+ "name": "to",
238
192
  "type": "string"
239
- }
240
- ],
241
- "events": [
193
+ },
242
194
  {
243
- "name": "history.item.click",
244
- "description": "点击历史项标题触发",
245
- "detail": {
246
- "type": "HistoryData & { enableRollback: boolean }"
247
- }
195
+ "name": "active",
196
+ "type": "boolean"
248
197
  },
249
198
  {
250
- "name": "rollback",
251
- "description": "点击回滚触发",
252
- "detail": {
253
- "type": "HistoryData"
254
- }
199
+ "name": "href",
200
+ "type": "string"
255
201
  },
256
202
  {
257
- "name": "rollback.all",
258
- "description": "回滚全部",
259
- "detail": {
260
- "type": "void"
261
- }
203
+ "name": "target",
204
+ "type": "string"
262
205
  }
263
206
  ],
207
+ "events": [],
264
208
  "slots": [],
265
209
  "methods": [],
266
210
  "parts": [],
267
- "description": "项目变更历史",
211
+ "description": "",
268
212
  "insider": true
269
213
  },
270
214
  {
@@ -366,6 +310,62 @@
366
310
  "parts": [],
367
311
  "description": "构件 `visual-builder.page-arch-node`"
368
312
  },
313
+ {
314
+ "name": "visual-builder.workbench-sidebar",
315
+ "properties": [
316
+ {
317
+ "name": "titleLabel",
318
+ "type": "string"
319
+ }
320
+ ],
321
+ "events": [],
322
+ "slots": [],
323
+ "methods": [],
324
+ "parts": [],
325
+ "description": "",
326
+ "insider": true
327
+ },
328
+ {
329
+ "name": "visual-builder.workbench-history-action",
330
+ "properties": [
331
+ {
332
+ "name": "appId",
333
+ "type": "string"
334
+ },
335
+ {
336
+ "name": "projectId",
337
+ "type": "string"
338
+ }
339
+ ],
340
+ "events": [
341
+ {
342
+ "name": "history.item.click",
343
+ "description": "点击历史项标题触发",
344
+ "detail": {
345
+ "type": "HistoryData & { enableRollback: boolean }"
346
+ }
347
+ },
348
+ {
349
+ "name": "rollback",
350
+ "description": "点击回滚触发",
351
+ "detail": {
352
+ "type": "HistoryData"
353
+ }
354
+ },
355
+ {
356
+ "name": "rollback.all",
357
+ "description": "回滚全部",
358
+ "detail": {
359
+ "type": "void"
360
+ }
361
+ }
362
+ ],
363
+ "slots": [],
364
+ "methods": [],
365
+ "parts": [],
366
+ "description": "项目变更历史",
367
+ "insider": true
368
+ },
369
369
  {
370
370
  "name": "visual-builder.contract-select",
371
371
  "properties": [
package/dist/types.json CHANGED
@@ -45,63 +45,6 @@
45
45
  ],
46
46
  "methods": []
47
47
  },
48
- "visual-builder.workbench-action": {
49
- "properties": [
50
- {
51
- "name": "icon",
52
- "annotation": {
53
- "type": "reference",
54
- "typeName": {
55
- "type": "identifier",
56
- "name": "GeneralIconProps"
57
- }
58
- }
59
- },
60
- {
61
- "name": "to",
62
- "annotation": {
63
- "type": "keyword",
64
- "value": "string"
65
- }
66
- },
67
- {
68
- "name": "active",
69
- "annotation": {
70
- "type": "keyword",
71
- "value": "boolean"
72
- }
73
- },
74
- {
75
- "name": "href",
76
- "annotation": {
77
- "type": "keyword",
78
- "value": "string"
79
- }
80
- },
81
- {
82
- "name": "target",
83
- "annotation": {
84
- "type": "keyword",
85
- "value": "string"
86
- }
87
- }
88
- ],
89
- "events": [],
90
- "methods": []
91
- },
92
- "visual-builder.workbench-sidebar": {
93
- "properties": [
94
- {
95
- "name": "titleLabel",
96
- "annotation": {
97
- "type": "keyword",
98
- "value": "string"
99
- }
100
- }
101
- ],
102
- "events": [],
103
- "methods": []
104
- },
105
48
  "visual-builder.check-editor-by-name": {
106
49
  "type": "provider",
107
50
  "params": [
@@ -255,6 +198,50 @@
255
198
  }
256
199
  ]
257
200
  },
201
+ "visual-builder.workbench-action": {
202
+ "properties": [
203
+ {
204
+ "name": "icon",
205
+ "annotation": {
206
+ "type": "reference",
207
+ "typeName": {
208
+ "type": "identifier",
209
+ "name": "GeneralIconProps"
210
+ }
211
+ }
212
+ },
213
+ {
214
+ "name": "to",
215
+ "annotation": {
216
+ "type": "keyword",
217
+ "value": "string"
218
+ }
219
+ },
220
+ {
221
+ "name": "active",
222
+ "annotation": {
223
+ "type": "keyword",
224
+ "value": "boolean"
225
+ }
226
+ },
227
+ {
228
+ "name": "href",
229
+ "annotation": {
230
+ "type": "keyword",
231
+ "value": "string"
232
+ }
233
+ },
234
+ {
235
+ "name": "target",
236
+ "annotation": {
237
+ "type": "keyword",
238
+ "value": "string"
239
+ }
240
+ }
241
+ ],
242
+ "events": [],
243
+ "methods": []
244
+ },
258
245
  "visual-builder.page-arch-node": {
259
246
  "properties": [
260
247
  {
@@ -532,6 +519,19 @@
532
519
  }
533
520
  ]
534
521
  },
522
+ "visual-builder.workbench-sidebar": {
523
+ "properties": [
524
+ {
525
+ "name": "titleLabel",
526
+ "annotation": {
527
+ "type": "keyword",
528
+ "value": "string"
529
+ }
530
+ }
531
+ ],
532
+ "events": [],
533
+ "methods": []
534
+ },
535
535
  "visual-builder.pre-generated-preview": {
536
536
  "properties": [
537
537
  {
@@ -54,7 +54,7 @@ export interface PreviewDataOption {
54
54
  dataType: "state" | "context";
55
55
  }
56
56
  export type PreviewMessageFromPreviewer = PreviewMessagePreviewerHoverOnMain | PreviewMessagePreviewerHoverOnBrick | PreviewMessagePreviewerSelectBrick | PreviewMessagePreviewerHighlightBrick | PreviewMessagePreviewerHighlightContext | PreviewMessagePreviewerContextMenuOnBrick | PreviewMessagePreviewerPreviewStarted | PreviewMessagePreviewerUrlChange | PreviewMessagePreviewerRouteMatchChange | PreviewMessagePreviewerScroll | PreviewMessagePreviewerContentScroll | PreviewMessagePreviewerRealTimeDataInspectChange | PreviewMessagePreviewerCaptureOk | PreviewMessagePreviewerCaptureFailed | PreviewMessagePreviewDataValueSuccess | PreviewMessagePreviewDataValueError | PreviewMessagePreviewDebugValueSuccess | PreviewMessagePreviewInspectRuntimeValue | PreviewMessagePreviewDebugValueError | PreviewMessagePreviewContractUpdate;
57
- export type PreviewMessageToPreviewer = PreviewMessageContainerBuilderHoverOnIframe | PreviewMessageContainerBuilderHoverOnMain | PreviewMessageContainerBuilderHoverOnBrick | PreviewMessageContainerBuilderHoverOnContext | PreviewMessageContainerBuilderSelectBrick | PreviewMessageContainerToggleInspecting | PreviewMessageContainerBack | PreviewMessageContainerForward | PreviewMessageContainerRefresh | PreviewMessageContainerReload | PreviewMessageContainerCapture | PreviewMessageContainerUpdatePreviewUrl | PreviewMessageContainerUpdatePreviewRoute | PreviewMessageContainerInspectDataValue | PreviewMessageContainerDebugDataValue;
57
+ export type PreviewMessageToPreviewer = PreviewMessageContainerBuilderHoverOnIframe | PreviewMessageContainerBuilderHoverOnMain | PreviewMessageContainerBuilderHoverOnBrick | PreviewMessageContainerBuilderHoverOnContext | PreviewMessageContainerBuilderSelectBrick | PreviewMessageContainerToggleInspecting | PreviewMessageContainerBack | PreviewMessageContainerForward | PreviewMessageContainerRefresh | PreviewMessageContainerReload | PreviewMessageContainerCapture | PreviewMessageContainerUpdatePreviewUrl | PreviewMessageContainerUpdatePreviewRoute | PreviewMessageContainerInspectDataValue | PreviewMessageContainerDebugDataValue | PreviewMessageContainerProxyMethod;
58
58
  export type PreviewMessageFromContainer = PreviewMessageContainerBuilderHoverOnIframe | PreviewMessageContainerBuilderHoverOnMain | PreviewMessageContainerBuilderHoverOnBrick | PreviewMessageContainerBuilderHoverOnContext | PreviewMessageContainerPreviewerHoverOnBrick | PreviewMessageContainerPreviewerSelectBrick | PreviewMessageContainerPreviewerContextMenuOnBrick | PreviewMessageContainerRefresh | PreviewMessageContainerReload | PreviewMessageContainerResize | PreviewMessageContainerCapture;
59
59
  export type PreviewMessageToContainer = PreviewMessageBuilderHoverOnIframe | PreviewMessageBuilderHoverOnBrick | PreviewMessageBuilderSelectBrick | PreviewMessageBuilderDrop | PreviewMessageBuilderHoverOnMain | PreviewMessageBuilderHoverOnContext | PreviewMessagePreviewerHoverOnMain | PreviewMessagePreviewerHoverOnBrick | PreviewMessagePreviewerSelectBrick | PreviewMessagePreviewerHighlightBrick | PreviewMessagePreviewerHighlightContext | PreviewMessagePreviewerContextMenuOnBrick | PreviewMessagePreviewerPreviewStarted | PreviewMessagePreviewerUrlChange | PreviewMessagePreviewerRouteMatchChange | PreviewMessagePreviewerScroll | PreviewMessagePreviewerCaptureOk | PreviewMessagePreviewerCaptureFailed | PreviewMessageContainerMatchApiCache | PreviewMessagePreviewDataValueSuccess | PreviewMessagePreviewDataValueError | PreviewMessagePreviewContractUpdate;
60
60
  export type PreviewerMessageToBuilder = PreviewMessageContainerPreviewerHoverOnMain | PreviewMessageContainerPreviewerHoverOnBrick | PreviewMessageContainerPreviewerSelectBrick | PreviewMessageContainerPreviewerContextMenuOnBrick | PreviewMessageContainerResize;
@@ -220,6 +220,11 @@ export interface PreviewMessageContainerCapture extends PreviewBaseMessage {
220
220
  maxWidth: number;
221
221
  maxHeight: number;
222
222
  }
223
+ export interface PreviewMessageContainerProxyMethod extends PreviewBaseMessage {
224
+ sender: "preview-container";
225
+ type: "excute-proxy-method";
226
+ proxyMethodArgs: [ref: any, method: string, args?: any[]];
227
+ }
223
228
  export interface PreviewMessageContainerBuilderHoverOnIframe extends Omit<PreviewMessageBuilderHoverOnIframe, "sender"> {
224
229
  sender: "preview-container";
225
230
  forwardedFor: "builder";
@@ -24,7 +24,7 @@ export declare const SchemaField: {
24
24
  <Decorator extends import("@formily/react").JSXComponent, Component extends import("@formily/react").JSXComponent>(props: import("@formily/react").ISchemaFieldProps<Decorator, Component, import("@formily/core").ObjectField<Decorator, Component>>): JSX.Element;
25
25
  displayName: string;
26
26
  Markup: {
27
- <Decorator_1 extends "CodeEditor" | "FormItemWithoutAdvanced" | "InputWithUnit" | "TextAlignRadio" | "ColorPicker" | "BoxSize" | "FormItem" | "CustomTab" | "CustomTab.TabPanel" | "Input" | "Switch" | "FormLayout" | "FormCollapse" | "NumberPicker" | "Radio" | "Select" | "CategoryTitle" | "IconSelect" | "UseChildrenSelect" | "InputWithUrl" | "CustomOptions" | "FormCollapse.CollapsePanel" | "FormItemWithoutAdvanced.BaseItem" | "Input.TextArea" | "Switch.$$typeof" | "FormLayout.useFormLayout" | "FormLayout.useFormDeepLayout" | "FormLayout.useFormShallowLayout" | "FormCollapse.createFormCollapse" | "NumberPicker.$$typeof" | "Radio.Group" | "Radio.$$typeof" | "Radio.__ANT_RADIO", Component_1 extends "CodeEditor" | "FormItemWithoutAdvanced" | "InputWithUnit" | "TextAlignRadio" | "ColorPicker" | "BoxSize" | "FormItem" | "CustomTab" | "CustomTab.TabPanel" | "Input" | "Switch" | "FormLayout" | "FormCollapse" | "NumberPicker" | "Radio" | "Select" | "CategoryTitle" | "IconSelect" | "UseChildrenSelect" | "InputWithUrl" | "CustomOptions" | "FormCollapse.CollapsePanel" | "FormItemWithoutAdvanced.BaseItem" | "Input.TextArea" | "Switch.$$typeof" | "FormLayout.useFormLayout" | "FormLayout.useFormDeepLayout" | "FormLayout.useFormShallowLayout" | "FormCollapse.createFormCollapse" | "NumberPicker.$$typeof" | "Radio.Group" | "Radio.$$typeof" | "Radio.__ANT_RADIO">(props: import("@formily/react").ISchemaMarkupFieldProps<{
27
+ <Decorator_1 extends "CodeEditor" | "FormItemWithoutAdvanced" | "Input" | "TextAlignRadio" | "ColorPicker" | "BoxSize" | "FormItem" | "CustomTab" | "CustomTab.TabPanel" | "Switch" | "FormLayout" | "FormCollapse" | "NumberPicker" | "Radio" | "Select" | "CategoryTitle" | "IconSelect" | "UseChildrenSelect" | "InputWithUrl" | "InputWithUnit" | "CustomOptions" | "FormCollapse.CollapsePanel" | "FormItemWithoutAdvanced.BaseItem" | "Input.TextArea" | "Switch.$$typeof" | "FormLayout.useFormLayout" | "FormLayout.useFormDeepLayout" | "FormLayout.useFormShallowLayout" | "FormCollapse.createFormCollapse" | "NumberPicker.$$typeof" | "Radio.Group" | "Radio.$$typeof" | "Radio.__ANT_RADIO", Component_1 extends "CodeEditor" | "FormItemWithoutAdvanced" | "Input" | "TextAlignRadio" | "ColorPicker" | "BoxSize" | "FormItem" | "CustomTab" | "CustomTab.TabPanel" | "Switch" | "FormLayout" | "FormCollapse" | "NumberPicker" | "Radio" | "Select" | "CategoryTitle" | "IconSelect" | "UseChildrenSelect" | "InputWithUrl" | "InputWithUnit" | "CustomOptions" | "FormCollapse.CollapsePanel" | "FormItemWithoutAdvanced.BaseItem" | "Input.TextArea" | "Switch.$$typeof" | "FormLayout.useFormLayout" | "FormLayout.useFormDeepLayout" | "FormLayout.useFormShallowLayout" | "FormCollapse.createFormCollapse" | "NumberPicker.$$typeof" | "Radio.Group" | "Radio.$$typeof" | "Radio.__ANT_RADIO">(props: import("@formily/react").ISchemaMarkupFieldProps<{
28
28
  FormLayout: React.FC<React.PropsWithChildren<import("@formily/antd-v5").IFormLayoutProps>> & {
29
29
  useFormLayout: () => import("@formily/antd-v5").IFormLayoutContext;
30
30
  useFormDeepLayout: () => import("@formily/antd-v5").IFormLayoutContext;
@@ -72,7 +72,7 @@ export declare const SchemaField: {
72
72
  displayName: string;
73
73
  };
74
74
  String: {
75
- <Decorator_2 extends "CodeEditor" | "FormItemWithoutAdvanced" | "InputWithUnit" | "TextAlignRadio" | "ColorPicker" | "BoxSize" | "FormItem" | "CustomTab" | "CustomTab.TabPanel" | "Input" | "Switch" | "FormLayout" | "FormCollapse" | "NumberPicker" | "Radio" | "Select" | "CategoryTitle" | "IconSelect" | "UseChildrenSelect" | "InputWithUrl" | "CustomOptions" | "FormCollapse.CollapsePanel" | "FormItemWithoutAdvanced.BaseItem" | "Input.TextArea" | "Switch.$$typeof" | "FormLayout.useFormLayout" | "FormLayout.useFormDeepLayout" | "FormLayout.useFormShallowLayout" | "FormCollapse.createFormCollapse" | "NumberPicker.$$typeof" | "Radio.Group" | "Radio.$$typeof" | "Radio.__ANT_RADIO", Component_2 extends "CodeEditor" | "FormItemWithoutAdvanced" | "InputWithUnit" | "TextAlignRadio" | "ColorPicker" | "BoxSize" | "FormItem" | "CustomTab" | "CustomTab.TabPanel" | "Input" | "Switch" | "FormLayout" | "FormCollapse" | "NumberPicker" | "Radio" | "Select" | "CategoryTitle" | "IconSelect" | "UseChildrenSelect" | "InputWithUrl" | "CustomOptions" | "FormCollapse.CollapsePanel" | "FormItemWithoutAdvanced.BaseItem" | "Input.TextArea" | "Switch.$$typeof" | "FormLayout.useFormLayout" | "FormLayout.useFormDeepLayout" | "FormLayout.useFormShallowLayout" | "FormCollapse.createFormCollapse" | "NumberPicker.$$typeof" | "Radio.Group" | "Radio.$$typeof" | "Radio.__ANT_RADIO">(props: import("@formily/react").ISchemaTypeFieldProps<{
75
+ <Decorator_2 extends "CodeEditor" | "FormItemWithoutAdvanced" | "Input" | "TextAlignRadio" | "ColorPicker" | "BoxSize" | "FormItem" | "CustomTab" | "CustomTab.TabPanel" | "Switch" | "FormLayout" | "FormCollapse" | "NumberPicker" | "Radio" | "Select" | "CategoryTitle" | "IconSelect" | "UseChildrenSelect" | "InputWithUrl" | "InputWithUnit" | "CustomOptions" | "FormCollapse.CollapsePanel" | "FormItemWithoutAdvanced.BaseItem" | "Input.TextArea" | "Switch.$$typeof" | "FormLayout.useFormLayout" | "FormLayout.useFormDeepLayout" | "FormLayout.useFormShallowLayout" | "FormCollapse.createFormCollapse" | "NumberPicker.$$typeof" | "Radio.Group" | "Radio.$$typeof" | "Radio.__ANT_RADIO", Component_2 extends "CodeEditor" | "FormItemWithoutAdvanced" | "Input" | "TextAlignRadio" | "ColorPicker" | "BoxSize" | "FormItem" | "CustomTab" | "CustomTab.TabPanel" | "Switch" | "FormLayout" | "FormCollapse" | "NumberPicker" | "Radio" | "Select" | "CategoryTitle" | "IconSelect" | "UseChildrenSelect" | "InputWithUrl" | "InputWithUnit" | "CustomOptions" | "FormCollapse.CollapsePanel" | "FormItemWithoutAdvanced.BaseItem" | "Input.TextArea" | "Switch.$$typeof" | "FormLayout.useFormLayout" | "FormLayout.useFormDeepLayout" | "FormLayout.useFormShallowLayout" | "FormCollapse.createFormCollapse" | "NumberPicker.$$typeof" | "Radio.Group" | "Radio.$$typeof" | "Radio.__ANT_RADIO">(props: import("@formily/react").ISchemaTypeFieldProps<{
76
76
  FormLayout: React.FC<React.PropsWithChildren<import("@formily/antd-v5").IFormLayoutProps>> & {
77
77
  useFormLayout: () => import("@formily/antd-v5").IFormLayoutContext;
78
78
  useFormDeepLayout: () => import("@formily/antd-v5").IFormLayoutContext;
@@ -120,7 +120,7 @@ export declare const SchemaField: {
120
120
  displayName: string;
121
121
  };
122
122
  Object: {
123
- <Decorator_3 extends "CodeEditor" | "FormItemWithoutAdvanced" | "InputWithUnit" | "TextAlignRadio" | "ColorPicker" | "BoxSize" | "FormItem" | "CustomTab" | "CustomTab.TabPanel" | "Input" | "Switch" | "FormLayout" | "FormCollapse" | "NumberPicker" | "Radio" | "Select" | "CategoryTitle" | "IconSelect" | "UseChildrenSelect" | "InputWithUrl" | "CustomOptions" | "FormCollapse.CollapsePanel" | "FormItemWithoutAdvanced.BaseItem" | "Input.TextArea" | "Switch.$$typeof" | "FormLayout.useFormLayout" | "FormLayout.useFormDeepLayout" | "FormLayout.useFormShallowLayout" | "FormCollapse.createFormCollapse" | "NumberPicker.$$typeof" | "Radio.Group" | "Radio.$$typeof" | "Radio.__ANT_RADIO", Component_3 extends "CodeEditor" | "FormItemWithoutAdvanced" | "InputWithUnit" | "TextAlignRadio" | "ColorPicker" | "BoxSize" | "FormItem" | "CustomTab" | "CustomTab.TabPanel" | "Input" | "Switch" | "FormLayout" | "FormCollapse" | "NumberPicker" | "Radio" | "Select" | "CategoryTitle" | "IconSelect" | "UseChildrenSelect" | "InputWithUrl" | "CustomOptions" | "FormCollapse.CollapsePanel" | "FormItemWithoutAdvanced.BaseItem" | "Input.TextArea" | "Switch.$$typeof" | "FormLayout.useFormLayout" | "FormLayout.useFormDeepLayout" | "FormLayout.useFormShallowLayout" | "FormCollapse.createFormCollapse" | "NumberPicker.$$typeof" | "Radio.Group" | "Radio.$$typeof" | "Radio.__ANT_RADIO">(props: import("@formily/react").ISchemaTypeFieldProps<{
123
+ <Decorator_3 extends "CodeEditor" | "FormItemWithoutAdvanced" | "Input" | "TextAlignRadio" | "ColorPicker" | "BoxSize" | "FormItem" | "CustomTab" | "CustomTab.TabPanel" | "Switch" | "FormLayout" | "FormCollapse" | "NumberPicker" | "Radio" | "Select" | "CategoryTitle" | "IconSelect" | "UseChildrenSelect" | "InputWithUrl" | "InputWithUnit" | "CustomOptions" | "FormCollapse.CollapsePanel" | "FormItemWithoutAdvanced.BaseItem" | "Input.TextArea" | "Switch.$$typeof" | "FormLayout.useFormLayout" | "FormLayout.useFormDeepLayout" | "FormLayout.useFormShallowLayout" | "FormCollapse.createFormCollapse" | "NumberPicker.$$typeof" | "Radio.Group" | "Radio.$$typeof" | "Radio.__ANT_RADIO", Component_3 extends "CodeEditor" | "FormItemWithoutAdvanced" | "Input" | "TextAlignRadio" | "ColorPicker" | "BoxSize" | "FormItem" | "CustomTab" | "CustomTab.TabPanel" | "Switch" | "FormLayout" | "FormCollapse" | "NumberPicker" | "Radio" | "Select" | "CategoryTitle" | "IconSelect" | "UseChildrenSelect" | "InputWithUrl" | "InputWithUnit" | "CustomOptions" | "FormCollapse.CollapsePanel" | "FormItemWithoutAdvanced.BaseItem" | "Input.TextArea" | "Switch.$$typeof" | "FormLayout.useFormLayout" | "FormLayout.useFormDeepLayout" | "FormLayout.useFormShallowLayout" | "FormCollapse.createFormCollapse" | "NumberPicker.$$typeof" | "Radio.Group" | "Radio.$$typeof" | "Radio.__ANT_RADIO">(props: import("@formily/react").ISchemaTypeFieldProps<{
124
124
  FormLayout: React.FC<React.PropsWithChildren<import("@formily/antd-v5").IFormLayoutProps>> & {
125
125
  useFormLayout: () => import("@formily/antd-v5").IFormLayoutContext;
126
126
  useFormDeepLayout: () => import("@formily/antd-v5").IFormLayoutContext;
@@ -168,7 +168,7 @@ export declare const SchemaField: {
168
168
  displayName: string;
169
169
  };
170
170
  Array: {
171
- <Decorator_4 extends "CodeEditor" | "FormItemWithoutAdvanced" | "InputWithUnit" | "TextAlignRadio" | "ColorPicker" | "BoxSize" | "FormItem" | "CustomTab" | "CustomTab.TabPanel" | "Input" | "Switch" | "FormLayout" | "FormCollapse" | "NumberPicker" | "Radio" | "Select" | "CategoryTitle" | "IconSelect" | "UseChildrenSelect" | "InputWithUrl" | "CustomOptions" | "FormCollapse.CollapsePanel" | "FormItemWithoutAdvanced.BaseItem" | "Input.TextArea" | "Switch.$$typeof" | "FormLayout.useFormLayout" | "FormLayout.useFormDeepLayout" | "FormLayout.useFormShallowLayout" | "FormCollapse.createFormCollapse" | "NumberPicker.$$typeof" | "Radio.Group" | "Radio.$$typeof" | "Radio.__ANT_RADIO", Component_4 extends "CodeEditor" | "FormItemWithoutAdvanced" | "InputWithUnit" | "TextAlignRadio" | "ColorPicker" | "BoxSize" | "FormItem" | "CustomTab" | "CustomTab.TabPanel" | "Input" | "Switch" | "FormLayout" | "FormCollapse" | "NumberPicker" | "Radio" | "Select" | "CategoryTitle" | "IconSelect" | "UseChildrenSelect" | "InputWithUrl" | "CustomOptions" | "FormCollapse.CollapsePanel" | "FormItemWithoutAdvanced.BaseItem" | "Input.TextArea" | "Switch.$$typeof" | "FormLayout.useFormLayout" | "FormLayout.useFormDeepLayout" | "FormLayout.useFormShallowLayout" | "FormCollapse.createFormCollapse" | "NumberPicker.$$typeof" | "Radio.Group" | "Radio.$$typeof" | "Radio.__ANT_RADIO">(props: import("@formily/react").ISchemaTypeFieldProps<{
171
+ <Decorator_4 extends "CodeEditor" | "FormItemWithoutAdvanced" | "Input" | "TextAlignRadio" | "ColorPicker" | "BoxSize" | "FormItem" | "CustomTab" | "CustomTab.TabPanel" | "Switch" | "FormLayout" | "FormCollapse" | "NumberPicker" | "Radio" | "Select" | "CategoryTitle" | "IconSelect" | "UseChildrenSelect" | "InputWithUrl" | "InputWithUnit" | "CustomOptions" | "FormCollapse.CollapsePanel" | "FormItemWithoutAdvanced.BaseItem" | "Input.TextArea" | "Switch.$$typeof" | "FormLayout.useFormLayout" | "FormLayout.useFormDeepLayout" | "FormLayout.useFormShallowLayout" | "FormCollapse.createFormCollapse" | "NumberPicker.$$typeof" | "Radio.Group" | "Radio.$$typeof" | "Radio.__ANT_RADIO", Component_4 extends "CodeEditor" | "FormItemWithoutAdvanced" | "Input" | "TextAlignRadio" | "ColorPicker" | "BoxSize" | "FormItem" | "CustomTab" | "CustomTab.TabPanel" | "Switch" | "FormLayout" | "FormCollapse" | "NumberPicker" | "Radio" | "Select" | "CategoryTitle" | "IconSelect" | "UseChildrenSelect" | "InputWithUrl" | "InputWithUnit" | "CustomOptions" | "FormCollapse.CollapsePanel" | "FormItemWithoutAdvanced.BaseItem" | "Input.TextArea" | "Switch.$$typeof" | "FormLayout.useFormLayout" | "FormLayout.useFormDeepLayout" | "FormLayout.useFormShallowLayout" | "FormCollapse.createFormCollapse" | "NumberPicker.$$typeof" | "Radio.Group" | "Radio.$$typeof" | "Radio.__ANT_RADIO">(props: import("@formily/react").ISchemaTypeFieldProps<{
172
172
  FormLayout: React.FC<React.PropsWithChildren<import("@formily/antd-v5").IFormLayoutProps>> & {
173
173
  useFormLayout: () => import("@formily/antd-v5").IFormLayoutContext;
174
174
  useFormDeepLayout: () => import("@formily/antd-v5").IFormLayoutContext;
@@ -216,7 +216,7 @@ export declare const SchemaField: {
216
216
  displayName: string;
217
217
  };
218
218
  Boolean: {
219
- <Decorator_5 extends "CodeEditor" | "FormItemWithoutAdvanced" | "InputWithUnit" | "TextAlignRadio" | "ColorPicker" | "BoxSize" | "FormItem" | "CustomTab" | "CustomTab.TabPanel" | "Input" | "Switch" | "FormLayout" | "FormCollapse" | "NumberPicker" | "Radio" | "Select" | "CategoryTitle" | "IconSelect" | "UseChildrenSelect" | "InputWithUrl" | "CustomOptions" | "FormCollapse.CollapsePanel" | "FormItemWithoutAdvanced.BaseItem" | "Input.TextArea" | "Switch.$$typeof" | "FormLayout.useFormLayout" | "FormLayout.useFormDeepLayout" | "FormLayout.useFormShallowLayout" | "FormCollapse.createFormCollapse" | "NumberPicker.$$typeof" | "Radio.Group" | "Radio.$$typeof" | "Radio.__ANT_RADIO", Component_5 extends "CodeEditor" | "FormItemWithoutAdvanced" | "InputWithUnit" | "TextAlignRadio" | "ColorPicker" | "BoxSize" | "FormItem" | "CustomTab" | "CustomTab.TabPanel" | "Input" | "Switch" | "FormLayout" | "FormCollapse" | "NumberPicker" | "Radio" | "Select" | "CategoryTitle" | "IconSelect" | "UseChildrenSelect" | "InputWithUrl" | "CustomOptions" | "FormCollapse.CollapsePanel" | "FormItemWithoutAdvanced.BaseItem" | "Input.TextArea" | "Switch.$$typeof" | "FormLayout.useFormLayout" | "FormLayout.useFormDeepLayout" | "FormLayout.useFormShallowLayout" | "FormCollapse.createFormCollapse" | "NumberPicker.$$typeof" | "Radio.Group" | "Radio.$$typeof" | "Radio.__ANT_RADIO">(props: import("@formily/react").ISchemaTypeFieldProps<{
219
+ <Decorator_5 extends "CodeEditor" | "FormItemWithoutAdvanced" | "Input" | "TextAlignRadio" | "ColorPicker" | "BoxSize" | "FormItem" | "CustomTab" | "CustomTab.TabPanel" | "Switch" | "FormLayout" | "FormCollapse" | "NumberPicker" | "Radio" | "Select" | "CategoryTitle" | "IconSelect" | "UseChildrenSelect" | "InputWithUrl" | "InputWithUnit" | "CustomOptions" | "FormCollapse.CollapsePanel" | "FormItemWithoutAdvanced.BaseItem" | "Input.TextArea" | "Switch.$$typeof" | "FormLayout.useFormLayout" | "FormLayout.useFormDeepLayout" | "FormLayout.useFormShallowLayout" | "FormCollapse.createFormCollapse" | "NumberPicker.$$typeof" | "Radio.Group" | "Radio.$$typeof" | "Radio.__ANT_RADIO", Component_5 extends "CodeEditor" | "FormItemWithoutAdvanced" | "Input" | "TextAlignRadio" | "ColorPicker" | "BoxSize" | "FormItem" | "CustomTab" | "CustomTab.TabPanel" | "Switch" | "FormLayout" | "FormCollapse" | "NumberPicker" | "Radio" | "Select" | "CategoryTitle" | "IconSelect" | "UseChildrenSelect" | "InputWithUrl" | "InputWithUnit" | "CustomOptions" | "FormCollapse.CollapsePanel" | "FormItemWithoutAdvanced.BaseItem" | "Input.TextArea" | "Switch.$$typeof" | "FormLayout.useFormLayout" | "FormLayout.useFormDeepLayout" | "FormLayout.useFormShallowLayout" | "FormCollapse.createFormCollapse" | "NumberPicker.$$typeof" | "Radio.Group" | "Radio.$$typeof" | "Radio.__ANT_RADIO">(props: import("@formily/react").ISchemaTypeFieldProps<{
220
220
  FormLayout: React.FC<React.PropsWithChildren<import("@formily/antd-v5").IFormLayoutProps>> & {
221
221
  useFormLayout: () => import("@formily/antd-v5").IFormLayoutContext;
222
222
  useFormDeepLayout: () => import("@formily/antd-v5").IFormLayoutContext;
@@ -264,7 +264,7 @@ export declare const SchemaField: {
264
264
  displayName: string;
265
265
  };
266
266
  Date: {
267
- <Decorator_6 extends "CodeEditor" | "FormItemWithoutAdvanced" | "InputWithUnit" | "TextAlignRadio" | "ColorPicker" | "BoxSize" | "FormItem" | "CustomTab" | "CustomTab.TabPanel" | "Input" | "Switch" | "FormLayout" | "FormCollapse" | "NumberPicker" | "Radio" | "Select" | "CategoryTitle" | "IconSelect" | "UseChildrenSelect" | "InputWithUrl" | "CustomOptions" | "FormCollapse.CollapsePanel" | "FormItemWithoutAdvanced.BaseItem" | "Input.TextArea" | "Switch.$$typeof" | "FormLayout.useFormLayout" | "FormLayout.useFormDeepLayout" | "FormLayout.useFormShallowLayout" | "FormCollapse.createFormCollapse" | "NumberPicker.$$typeof" | "Radio.Group" | "Radio.$$typeof" | "Radio.__ANT_RADIO", Component_6 extends "CodeEditor" | "FormItemWithoutAdvanced" | "InputWithUnit" | "TextAlignRadio" | "ColorPicker" | "BoxSize" | "FormItem" | "CustomTab" | "CustomTab.TabPanel" | "Input" | "Switch" | "FormLayout" | "FormCollapse" | "NumberPicker" | "Radio" | "Select" | "CategoryTitle" | "IconSelect" | "UseChildrenSelect" | "InputWithUrl" | "CustomOptions" | "FormCollapse.CollapsePanel" | "FormItemWithoutAdvanced.BaseItem" | "Input.TextArea" | "Switch.$$typeof" | "FormLayout.useFormLayout" | "FormLayout.useFormDeepLayout" | "FormLayout.useFormShallowLayout" | "FormCollapse.createFormCollapse" | "NumberPicker.$$typeof" | "Radio.Group" | "Radio.$$typeof" | "Radio.__ANT_RADIO">(props: import("@formily/react").ISchemaTypeFieldProps<{
267
+ <Decorator_6 extends "CodeEditor" | "FormItemWithoutAdvanced" | "Input" | "TextAlignRadio" | "ColorPicker" | "BoxSize" | "FormItem" | "CustomTab" | "CustomTab.TabPanel" | "Switch" | "FormLayout" | "FormCollapse" | "NumberPicker" | "Radio" | "Select" | "CategoryTitle" | "IconSelect" | "UseChildrenSelect" | "InputWithUrl" | "InputWithUnit" | "CustomOptions" | "FormCollapse.CollapsePanel" | "FormItemWithoutAdvanced.BaseItem" | "Input.TextArea" | "Switch.$$typeof" | "FormLayout.useFormLayout" | "FormLayout.useFormDeepLayout" | "FormLayout.useFormShallowLayout" | "FormCollapse.createFormCollapse" | "NumberPicker.$$typeof" | "Radio.Group" | "Radio.$$typeof" | "Radio.__ANT_RADIO", Component_6 extends "CodeEditor" | "FormItemWithoutAdvanced" | "Input" | "TextAlignRadio" | "ColorPicker" | "BoxSize" | "FormItem" | "CustomTab" | "CustomTab.TabPanel" | "Switch" | "FormLayout" | "FormCollapse" | "NumberPicker" | "Radio" | "Select" | "CategoryTitle" | "IconSelect" | "UseChildrenSelect" | "InputWithUrl" | "InputWithUnit" | "CustomOptions" | "FormCollapse.CollapsePanel" | "FormItemWithoutAdvanced.BaseItem" | "Input.TextArea" | "Switch.$$typeof" | "FormLayout.useFormLayout" | "FormLayout.useFormDeepLayout" | "FormLayout.useFormShallowLayout" | "FormCollapse.createFormCollapse" | "NumberPicker.$$typeof" | "Radio.Group" | "Radio.$$typeof" | "Radio.__ANT_RADIO">(props: import("@formily/react").ISchemaTypeFieldProps<{
268
268
  FormLayout: React.FC<React.PropsWithChildren<import("@formily/antd-v5").IFormLayoutProps>> & {
269
269
  useFormLayout: () => import("@formily/antd-v5").IFormLayoutContext;
270
270
  useFormDeepLayout: () => import("@formily/antd-v5").IFormLayoutContext;
@@ -312,7 +312,7 @@ export declare const SchemaField: {
312
312
  displayName: string;
313
313
  };
314
314
  DateTime: {
315
- <Decorator_7 extends "CodeEditor" | "FormItemWithoutAdvanced" | "InputWithUnit" | "TextAlignRadio" | "ColorPicker" | "BoxSize" | "FormItem" | "CustomTab" | "CustomTab.TabPanel" | "Input" | "Switch" | "FormLayout" | "FormCollapse" | "NumberPicker" | "Radio" | "Select" | "CategoryTitle" | "IconSelect" | "UseChildrenSelect" | "InputWithUrl" | "CustomOptions" | "FormCollapse.CollapsePanel" | "FormItemWithoutAdvanced.BaseItem" | "Input.TextArea" | "Switch.$$typeof" | "FormLayout.useFormLayout" | "FormLayout.useFormDeepLayout" | "FormLayout.useFormShallowLayout" | "FormCollapse.createFormCollapse" | "NumberPicker.$$typeof" | "Radio.Group" | "Radio.$$typeof" | "Radio.__ANT_RADIO", Component_7 extends "CodeEditor" | "FormItemWithoutAdvanced" | "InputWithUnit" | "TextAlignRadio" | "ColorPicker" | "BoxSize" | "FormItem" | "CustomTab" | "CustomTab.TabPanel" | "Input" | "Switch" | "FormLayout" | "FormCollapse" | "NumberPicker" | "Radio" | "Select" | "CategoryTitle" | "IconSelect" | "UseChildrenSelect" | "InputWithUrl" | "CustomOptions" | "FormCollapse.CollapsePanel" | "FormItemWithoutAdvanced.BaseItem" | "Input.TextArea" | "Switch.$$typeof" | "FormLayout.useFormLayout" | "FormLayout.useFormDeepLayout" | "FormLayout.useFormShallowLayout" | "FormCollapse.createFormCollapse" | "NumberPicker.$$typeof" | "Radio.Group" | "Radio.$$typeof" | "Radio.__ANT_RADIO">(props: import("@formily/react").ISchemaTypeFieldProps<{
315
+ <Decorator_7 extends "CodeEditor" | "FormItemWithoutAdvanced" | "Input" | "TextAlignRadio" | "ColorPicker" | "BoxSize" | "FormItem" | "CustomTab" | "CustomTab.TabPanel" | "Switch" | "FormLayout" | "FormCollapse" | "NumberPicker" | "Radio" | "Select" | "CategoryTitle" | "IconSelect" | "UseChildrenSelect" | "InputWithUrl" | "InputWithUnit" | "CustomOptions" | "FormCollapse.CollapsePanel" | "FormItemWithoutAdvanced.BaseItem" | "Input.TextArea" | "Switch.$$typeof" | "FormLayout.useFormLayout" | "FormLayout.useFormDeepLayout" | "FormLayout.useFormShallowLayout" | "FormCollapse.createFormCollapse" | "NumberPicker.$$typeof" | "Radio.Group" | "Radio.$$typeof" | "Radio.__ANT_RADIO", Component_7 extends "CodeEditor" | "FormItemWithoutAdvanced" | "Input" | "TextAlignRadio" | "ColorPicker" | "BoxSize" | "FormItem" | "CustomTab" | "CustomTab.TabPanel" | "Switch" | "FormLayout" | "FormCollapse" | "NumberPicker" | "Radio" | "Select" | "CategoryTitle" | "IconSelect" | "UseChildrenSelect" | "InputWithUrl" | "InputWithUnit" | "CustomOptions" | "FormCollapse.CollapsePanel" | "FormItemWithoutAdvanced.BaseItem" | "Input.TextArea" | "Switch.$$typeof" | "FormLayout.useFormLayout" | "FormLayout.useFormDeepLayout" | "FormLayout.useFormShallowLayout" | "FormCollapse.createFormCollapse" | "NumberPicker.$$typeof" | "Radio.Group" | "Radio.$$typeof" | "Radio.__ANT_RADIO">(props: import("@formily/react").ISchemaTypeFieldProps<{
316
316
  FormLayout: React.FC<React.PropsWithChildren<import("@formily/antd-v5").IFormLayoutProps>> & {
317
317
  useFormLayout: () => import("@formily/antd-v5").IFormLayoutContext;
318
318
  useFormDeepLayout: () => import("@formily/antd-v5").IFormLayoutContext;
@@ -360,7 +360,7 @@ export declare const SchemaField: {
360
360
  displayName: string;
361
361
  };
362
362
  Void: {
363
- <Decorator_8 extends "CodeEditor" | "FormItemWithoutAdvanced" | "InputWithUnit" | "TextAlignRadio" | "ColorPicker" | "BoxSize" | "FormItem" | "CustomTab" | "CustomTab.TabPanel" | "Input" | "Switch" | "FormLayout" | "FormCollapse" | "NumberPicker" | "Radio" | "Select" | "CategoryTitle" | "IconSelect" | "UseChildrenSelect" | "InputWithUrl" | "CustomOptions" | "FormCollapse.CollapsePanel" | "FormItemWithoutAdvanced.BaseItem" | "Input.TextArea" | "Switch.$$typeof" | "FormLayout.useFormLayout" | "FormLayout.useFormDeepLayout" | "FormLayout.useFormShallowLayout" | "FormCollapse.createFormCollapse" | "NumberPicker.$$typeof" | "Radio.Group" | "Radio.$$typeof" | "Radio.__ANT_RADIO", Component_8 extends "CodeEditor" | "FormItemWithoutAdvanced" | "InputWithUnit" | "TextAlignRadio" | "ColorPicker" | "BoxSize" | "FormItem" | "CustomTab" | "CustomTab.TabPanel" | "Input" | "Switch" | "FormLayout" | "FormCollapse" | "NumberPicker" | "Radio" | "Select" | "CategoryTitle" | "IconSelect" | "UseChildrenSelect" | "InputWithUrl" | "CustomOptions" | "FormCollapse.CollapsePanel" | "FormItemWithoutAdvanced.BaseItem" | "Input.TextArea" | "Switch.$$typeof" | "FormLayout.useFormLayout" | "FormLayout.useFormDeepLayout" | "FormLayout.useFormShallowLayout" | "FormCollapse.createFormCollapse" | "NumberPicker.$$typeof" | "Radio.Group" | "Radio.$$typeof" | "Radio.__ANT_RADIO">(props: import("@formily/react").ISchemaTypeFieldProps<{
363
+ <Decorator_8 extends "CodeEditor" | "FormItemWithoutAdvanced" | "Input" | "TextAlignRadio" | "ColorPicker" | "BoxSize" | "FormItem" | "CustomTab" | "CustomTab.TabPanel" | "Switch" | "FormLayout" | "FormCollapse" | "NumberPicker" | "Radio" | "Select" | "CategoryTitle" | "IconSelect" | "UseChildrenSelect" | "InputWithUrl" | "InputWithUnit" | "CustomOptions" | "FormCollapse.CollapsePanel" | "FormItemWithoutAdvanced.BaseItem" | "Input.TextArea" | "Switch.$$typeof" | "FormLayout.useFormLayout" | "FormLayout.useFormDeepLayout" | "FormLayout.useFormShallowLayout" | "FormCollapse.createFormCollapse" | "NumberPicker.$$typeof" | "Radio.Group" | "Radio.$$typeof" | "Radio.__ANT_RADIO", Component_8 extends "CodeEditor" | "FormItemWithoutAdvanced" | "Input" | "TextAlignRadio" | "ColorPicker" | "BoxSize" | "FormItem" | "CustomTab" | "CustomTab.TabPanel" | "Switch" | "FormLayout" | "FormCollapse" | "NumberPicker" | "Radio" | "Select" | "CategoryTitle" | "IconSelect" | "UseChildrenSelect" | "InputWithUrl" | "InputWithUnit" | "CustomOptions" | "FormCollapse.CollapsePanel" | "FormItemWithoutAdvanced.BaseItem" | "Input.TextArea" | "Switch.$$typeof" | "FormLayout.useFormLayout" | "FormLayout.useFormDeepLayout" | "FormLayout.useFormShallowLayout" | "FormCollapse.createFormCollapse" | "NumberPicker.$$typeof" | "Radio.Group" | "Radio.$$typeof" | "Radio.__ANT_RADIO">(props: import("@formily/react").ISchemaTypeFieldProps<{
364
364
  FormLayout: React.FC<React.PropsWithChildren<import("@formily/antd-v5").IFormLayoutProps>> & {
365
365
  useFormLayout: () => import("@formily/antd-v5").IFormLayoutContext;
366
366
  useFormDeepLayout: () => import("@formily/antd-v5").IFormLayoutContext;
@@ -408,7 +408,7 @@ export declare const SchemaField: {
408
408
  displayName: string;
409
409
  };
410
410
  Number: {
411
- <Decorator_9 extends "CodeEditor" | "FormItemWithoutAdvanced" | "InputWithUnit" | "TextAlignRadio" | "ColorPicker" | "BoxSize" | "FormItem" | "CustomTab" | "CustomTab.TabPanel" | "Input" | "Switch" | "FormLayout" | "FormCollapse" | "NumberPicker" | "Radio" | "Select" | "CategoryTitle" | "IconSelect" | "UseChildrenSelect" | "InputWithUrl" | "CustomOptions" | "FormCollapse.CollapsePanel" | "FormItemWithoutAdvanced.BaseItem" | "Input.TextArea" | "Switch.$$typeof" | "FormLayout.useFormLayout" | "FormLayout.useFormDeepLayout" | "FormLayout.useFormShallowLayout" | "FormCollapse.createFormCollapse" | "NumberPicker.$$typeof" | "Radio.Group" | "Radio.$$typeof" | "Radio.__ANT_RADIO", Component_9 extends "CodeEditor" | "FormItemWithoutAdvanced" | "InputWithUnit" | "TextAlignRadio" | "ColorPicker" | "BoxSize" | "FormItem" | "CustomTab" | "CustomTab.TabPanel" | "Input" | "Switch" | "FormLayout" | "FormCollapse" | "NumberPicker" | "Radio" | "Select" | "CategoryTitle" | "IconSelect" | "UseChildrenSelect" | "InputWithUrl" | "CustomOptions" | "FormCollapse.CollapsePanel" | "FormItemWithoutAdvanced.BaseItem" | "Input.TextArea" | "Switch.$$typeof" | "FormLayout.useFormLayout" | "FormLayout.useFormDeepLayout" | "FormLayout.useFormShallowLayout" | "FormCollapse.createFormCollapse" | "NumberPicker.$$typeof" | "Radio.Group" | "Radio.$$typeof" | "Radio.__ANT_RADIO">(props: import("@formily/react").ISchemaTypeFieldProps<{
411
+ <Decorator_9 extends "CodeEditor" | "FormItemWithoutAdvanced" | "Input" | "TextAlignRadio" | "ColorPicker" | "BoxSize" | "FormItem" | "CustomTab" | "CustomTab.TabPanel" | "Switch" | "FormLayout" | "FormCollapse" | "NumberPicker" | "Radio" | "Select" | "CategoryTitle" | "IconSelect" | "UseChildrenSelect" | "InputWithUrl" | "InputWithUnit" | "CustomOptions" | "FormCollapse.CollapsePanel" | "FormItemWithoutAdvanced.BaseItem" | "Input.TextArea" | "Switch.$$typeof" | "FormLayout.useFormLayout" | "FormLayout.useFormDeepLayout" | "FormLayout.useFormShallowLayout" | "FormCollapse.createFormCollapse" | "NumberPicker.$$typeof" | "Radio.Group" | "Radio.$$typeof" | "Radio.__ANT_RADIO", Component_9 extends "CodeEditor" | "FormItemWithoutAdvanced" | "Input" | "TextAlignRadio" | "ColorPicker" | "BoxSize" | "FormItem" | "CustomTab" | "CustomTab.TabPanel" | "Switch" | "FormLayout" | "FormCollapse" | "NumberPicker" | "Radio" | "Select" | "CategoryTitle" | "IconSelect" | "UseChildrenSelect" | "InputWithUrl" | "InputWithUnit" | "CustomOptions" | "FormCollapse.CollapsePanel" | "FormItemWithoutAdvanced.BaseItem" | "Input.TextArea" | "Switch.$$typeof" | "FormLayout.useFormLayout" | "FormLayout.useFormDeepLayout" | "FormLayout.useFormShallowLayout" | "FormCollapse.createFormCollapse" | "NumberPicker.$$typeof" | "Radio.Group" | "Radio.$$typeof" | "Radio.__ANT_RADIO">(props: import("@formily/react").ISchemaTypeFieldProps<{
412
412
  FormLayout: React.FC<React.PropsWithChildren<import("@formily/antd-v5").IFormLayoutProps>> & {
413
413
  useFormLayout: () => import("@formily/antd-v5").IFormLayoutContext;
414
414
  useFormDeepLayout: () => import("@formily/antd-v5").IFormLayoutContext;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@next-bricks/visual-builder",
3
- "version": "1.33.3",
3
+ "version": "1.33.5",
4
4
  "homepage": "https://github.com/easyops-cn/next-bricks/tree/master/bricks/visual-builder",
5
5
  "repository": {
6
6
  "type": "git",
@@ -44,5 +44,5 @@
44
44
  "@next-bricks/icons": "*",
45
45
  "@next-bricks/vs": "*"
46
46
  },
47
- "gitHead": "f50f5f8a3b0ee3255538d73615f93afb3d5385f5"
47
+ "gitHead": "6ba94f71f3df1d80ca1ba2adfa45719df24723d0"
48
48
  }