@next-bricks/visual-builder 1.25.0 → 1.26.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/bricks.json +2 -2
- package/dist/chunks/{2220.abc53e32.js → 9876.8d524d3b.js} +3 -3
- package/dist/chunks/9876.8d524d3b.js.map +1 -0
- package/dist/chunks/9992.cbc677c3.js +3 -0
- package/dist/chunks/9992.cbc677c3.js.map +1 -0
- package/dist/chunks/{main.2c7f6960.js → main.2df757ce.js} +2 -2
- package/dist/chunks/{main.2c7f6960.js.map → main.2df757ce.js.map} +1 -1
- package/dist/chunks/property-editor.288470b8.js +2 -0
- package/dist/chunks/property-editor.288470b8.js.map +1 -0
- package/dist/{index.a6d1d3e0.js → index.0b7bc538.js} +2 -2
- package/dist/{index.a6d1d3e0.js.map → index.0b7bc538.js.map} +1 -1
- package/dist/manifest.json +15 -15
- package/dist/types.json +13 -13
- package/dist-types/property-editor/components/common/TextAlignRadioComponent.d.ts +2 -0
- package/dist-types/property-editor/index.d.ts +20 -14
- package/package.json +2 -2
- package/dist/chunks/2220.abc53e32.js.map +0 -1
- package/dist/chunks/8850.69fcce19.js +0 -3
- package/dist/chunks/8850.69fcce19.js.map +0 -1
- package/dist/chunks/property-editor.49c0072c.js +0 -2
- package/dist/chunks/property-editor.49c0072c.js.map +0 -1
- /package/dist/chunks/{2220.abc53e32.js.LICENSE.txt → 9876.8d524d3b.js.LICENSE.txt} +0 -0
- /package/dist/chunks/{8850.69fcce19.js.LICENSE.txt → 9992.cbc677c3.js.LICENSE.txt} +0 -0
|
@@ -9,6 +9,7 @@ import { CodeEditorComponent } from "./components/common/CodeEditorComponent";
|
|
|
9
9
|
import { IconSelectComponent } from "./components/common/IconSelectComponent";
|
|
10
10
|
import { ColorPickerComponent } from "./components/common/ColorPickerComponent";
|
|
11
11
|
import { InputWithUrlComponent } from "./components/common/InputWithUrlComponent";
|
|
12
|
+
import { TextAlignRadioComponent } from "./components/common/TextAlignRadioComponent";
|
|
12
13
|
import { DataNode } from "./utils/formilySchemaFormatter";
|
|
13
14
|
import "./style.css";
|
|
14
15
|
import { BrickPackage } from "@next-core/types";
|
|
@@ -18,7 +19,7 @@ declare const SchemaField: {
|
|
|
18
19
|
<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;
|
|
19
20
|
displayName: string;
|
|
20
21
|
Markup: {
|
|
21
|
-
<Decorator_1 extends "CodeEditor" | "
|
|
22
|
+
<Decorator_1 extends "CodeEditor" | "FormItem" | "FormItemWithoutAdvanced" | "Input" | "Switch" | "FormLayout" | "FormCollapse" | "NumberPicker" | "Radio" | "Select" | "CategoryTitle" | "IconSelect" | "ColorPicker" | "InputWithUrl" | "TextAlignRadio" | "FormCollapse.CollapsePanel" | "FormItemWithoutAdvanced.BaseItem" | "Input.TextArea" | "Switch.$$typeof" | "FormLayout.useFormLayout" | "FormLayout.useFormDeepLayout" | "FormLayout.useFormShallowLayout" | "FormCollapse.createFormCollapse" | "NumberPicker.$$typeof" | "Radio.$$typeof" | "Radio.__ANT_RADIO" | "Radio.Group", Component_1 extends "CodeEditor" | "FormItem" | "FormItemWithoutAdvanced" | "Input" | "Switch" | "FormLayout" | "FormCollapse" | "NumberPicker" | "Radio" | "Select" | "CategoryTitle" | "IconSelect" | "ColorPicker" | "InputWithUrl" | "TextAlignRadio" | "FormCollapse.CollapsePanel" | "FormItemWithoutAdvanced.BaseItem" | "Input.TextArea" | "Switch.$$typeof" | "FormLayout.useFormLayout" | "FormLayout.useFormDeepLayout" | "FormLayout.useFormShallowLayout" | "FormCollapse.createFormCollapse" | "NumberPicker.$$typeof" | "Radio.$$typeof" | "Radio.__ANT_RADIO" | "Radio.Group">(props: import("@formily/react").ISchemaMarkupFieldProps<{
|
|
22
23
|
FormLayout: React.FC<React.PropsWithChildren<import("@formily/antd-v5").IFormLayoutProps>> & {
|
|
23
24
|
useFormLayout: () => import("@formily/antd-v5").IFormLayoutContext;
|
|
24
25
|
useFormDeepLayout: () => import("@formily/antd-v5").IFormLayoutContext;
|
|
@@ -56,11 +57,12 @@ declare const SchemaField: {
|
|
|
56
57
|
IconSelect: typeof IconSelectComponent;
|
|
57
58
|
ColorPicker: typeof ColorPickerComponent;
|
|
58
59
|
InputWithUrl: typeof InputWithUrlComponent;
|
|
60
|
+
TextAlignRadio: typeof TextAlignRadioComponent;
|
|
59
61
|
}, Component_1, Decorator_1>): JSX.Element;
|
|
60
62
|
displayName: string;
|
|
61
63
|
};
|
|
62
64
|
String: {
|
|
63
|
-
<Decorator_2 extends "CodeEditor" | "
|
|
65
|
+
<Decorator_2 extends "CodeEditor" | "FormItem" | "FormItemWithoutAdvanced" | "Input" | "Switch" | "FormLayout" | "FormCollapse" | "NumberPicker" | "Radio" | "Select" | "CategoryTitle" | "IconSelect" | "ColorPicker" | "InputWithUrl" | "TextAlignRadio" | "FormCollapse.CollapsePanel" | "FormItemWithoutAdvanced.BaseItem" | "Input.TextArea" | "Switch.$$typeof" | "FormLayout.useFormLayout" | "FormLayout.useFormDeepLayout" | "FormLayout.useFormShallowLayout" | "FormCollapse.createFormCollapse" | "NumberPicker.$$typeof" | "Radio.$$typeof" | "Radio.__ANT_RADIO" | "Radio.Group", Component_2 extends "CodeEditor" | "FormItem" | "FormItemWithoutAdvanced" | "Input" | "Switch" | "FormLayout" | "FormCollapse" | "NumberPicker" | "Radio" | "Select" | "CategoryTitle" | "IconSelect" | "ColorPicker" | "InputWithUrl" | "TextAlignRadio" | "FormCollapse.CollapsePanel" | "FormItemWithoutAdvanced.BaseItem" | "Input.TextArea" | "Switch.$$typeof" | "FormLayout.useFormLayout" | "FormLayout.useFormDeepLayout" | "FormLayout.useFormShallowLayout" | "FormCollapse.createFormCollapse" | "NumberPicker.$$typeof" | "Radio.$$typeof" | "Radio.__ANT_RADIO" | "Radio.Group">(props: import("@formily/react").ISchemaTypeFieldProps<{
|
|
64
66
|
FormLayout: React.FC<React.PropsWithChildren<import("@formily/antd-v5").IFormLayoutProps>> & {
|
|
65
67
|
useFormLayout: () => import("@formily/antd-v5").IFormLayoutContext;
|
|
66
68
|
useFormDeepLayout: () => import("@formily/antd-v5").IFormLayoutContext;
|
|
@@ -98,11 +100,12 @@ declare const SchemaField: {
|
|
|
98
100
|
IconSelect: typeof IconSelectComponent;
|
|
99
101
|
ColorPicker: typeof ColorPickerComponent;
|
|
100
102
|
InputWithUrl: typeof InputWithUrlComponent;
|
|
103
|
+
TextAlignRadio: typeof TextAlignRadioComponent;
|
|
101
104
|
}, Component_2, Decorator_2>): JSX.Element;
|
|
102
105
|
displayName: string;
|
|
103
106
|
};
|
|
104
107
|
Object: {
|
|
105
|
-
<Decorator_3 extends "CodeEditor" | "
|
|
108
|
+
<Decorator_3 extends "CodeEditor" | "FormItem" | "FormItemWithoutAdvanced" | "Input" | "Switch" | "FormLayout" | "FormCollapse" | "NumberPicker" | "Radio" | "Select" | "CategoryTitle" | "IconSelect" | "ColorPicker" | "InputWithUrl" | "TextAlignRadio" | "FormCollapse.CollapsePanel" | "FormItemWithoutAdvanced.BaseItem" | "Input.TextArea" | "Switch.$$typeof" | "FormLayout.useFormLayout" | "FormLayout.useFormDeepLayout" | "FormLayout.useFormShallowLayout" | "FormCollapse.createFormCollapse" | "NumberPicker.$$typeof" | "Radio.$$typeof" | "Radio.__ANT_RADIO" | "Radio.Group", Component_3 extends "CodeEditor" | "FormItem" | "FormItemWithoutAdvanced" | "Input" | "Switch" | "FormLayout" | "FormCollapse" | "NumberPicker" | "Radio" | "Select" | "CategoryTitle" | "IconSelect" | "ColorPicker" | "InputWithUrl" | "TextAlignRadio" | "FormCollapse.CollapsePanel" | "FormItemWithoutAdvanced.BaseItem" | "Input.TextArea" | "Switch.$$typeof" | "FormLayout.useFormLayout" | "FormLayout.useFormDeepLayout" | "FormLayout.useFormShallowLayout" | "FormCollapse.createFormCollapse" | "NumberPicker.$$typeof" | "Radio.$$typeof" | "Radio.__ANT_RADIO" | "Radio.Group">(props: import("@formily/react").ISchemaTypeFieldProps<{
|
|
106
109
|
FormLayout: React.FC<React.PropsWithChildren<import("@formily/antd-v5").IFormLayoutProps>> & {
|
|
107
110
|
useFormLayout: () => import("@formily/antd-v5").IFormLayoutContext;
|
|
108
111
|
useFormDeepLayout: () => import("@formily/antd-v5").IFormLayoutContext;
|
|
@@ -140,11 +143,12 @@ declare const SchemaField: {
|
|
|
140
143
|
IconSelect: typeof IconSelectComponent;
|
|
141
144
|
ColorPicker: typeof ColorPickerComponent;
|
|
142
145
|
InputWithUrl: typeof InputWithUrlComponent;
|
|
146
|
+
TextAlignRadio: typeof TextAlignRadioComponent;
|
|
143
147
|
}, Component_3, Decorator_3>): JSX.Element;
|
|
144
148
|
displayName: string;
|
|
145
149
|
};
|
|
146
150
|
Array: {
|
|
147
|
-
<Decorator_4 extends "CodeEditor" | "
|
|
151
|
+
<Decorator_4 extends "CodeEditor" | "FormItem" | "FormItemWithoutAdvanced" | "Input" | "Switch" | "FormLayout" | "FormCollapse" | "NumberPicker" | "Radio" | "Select" | "CategoryTitle" | "IconSelect" | "ColorPicker" | "InputWithUrl" | "TextAlignRadio" | "FormCollapse.CollapsePanel" | "FormItemWithoutAdvanced.BaseItem" | "Input.TextArea" | "Switch.$$typeof" | "FormLayout.useFormLayout" | "FormLayout.useFormDeepLayout" | "FormLayout.useFormShallowLayout" | "FormCollapse.createFormCollapse" | "NumberPicker.$$typeof" | "Radio.$$typeof" | "Radio.__ANT_RADIO" | "Radio.Group", Component_4 extends "CodeEditor" | "FormItem" | "FormItemWithoutAdvanced" | "Input" | "Switch" | "FormLayout" | "FormCollapse" | "NumberPicker" | "Radio" | "Select" | "CategoryTitle" | "IconSelect" | "ColorPicker" | "InputWithUrl" | "TextAlignRadio" | "FormCollapse.CollapsePanel" | "FormItemWithoutAdvanced.BaseItem" | "Input.TextArea" | "Switch.$$typeof" | "FormLayout.useFormLayout" | "FormLayout.useFormDeepLayout" | "FormLayout.useFormShallowLayout" | "FormCollapse.createFormCollapse" | "NumberPicker.$$typeof" | "Radio.$$typeof" | "Radio.__ANT_RADIO" | "Radio.Group">(props: import("@formily/react").ISchemaTypeFieldProps<{
|
|
148
152
|
FormLayout: React.FC<React.PropsWithChildren<import("@formily/antd-v5").IFormLayoutProps>> & {
|
|
149
153
|
useFormLayout: () => import("@formily/antd-v5").IFormLayoutContext;
|
|
150
154
|
useFormDeepLayout: () => import("@formily/antd-v5").IFormLayoutContext;
|
|
@@ -182,11 +186,12 @@ declare const SchemaField: {
|
|
|
182
186
|
IconSelect: typeof IconSelectComponent;
|
|
183
187
|
ColorPicker: typeof ColorPickerComponent;
|
|
184
188
|
InputWithUrl: typeof InputWithUrlComponent;
|
|
189
|
+
TextAlignRadio: typeof TextAlignRadioComponent;
|
|
185
190
|
}, Component_4, Decorator_4>): JSX.Element;
|
|
186
191
|
displayName: string;
|
|
187
192
|
};
|
|
188
193
|
Boolean: {
|
|
189
|
-
<Decorator_5 extends "CodeEditor" | "
|
|
194
|
+
<Decorator_5 extends "CodeEditor" | "FormItem" | "FormItemWithoutAdvanced" | "Input" | "Switch" | "FormLayout" | "FormCollapse" | "NumberPicker" | "Radio" | "Select" | "CategoryTitle" | "IconSelect" | "ColorPicker" | "InputWithUrl" | "TextAlignRadio" | "FormCollapse.CollapsePanel" | "FormItemWithoutAdvanced.BaseItem" | "Input.TextArea" | "Switch.$$typeof" | "FormLayout.useFormLayout" | "FormLayout.useFormDeepLayout" | "FormLayout.useFormShallowLayout" | "FormCollapse.createFormCollapse" | "NumberPicker.$$typeof" | "Radio.$$typeof" | "Radio.__ANT_RADIO" | "Radio.Group", Component_5 extends "CodeEditor" | "FormItem" | "FormItemWithoutAdvanced" | "Input" | "Switch" | "FormLayout" | "FormCollapse" | "NumberPicker" | "Radio" | "Select" | "CategoryTitle" | "IconSelect" | "ColorPicker" | "InputWithUrl" | "TextAlignRadio" | "FormCollapse.CollapsePanel" | "FormItemWithoutAdvanced.BaseItem" | "Input.TextArea" | "Switch.$$typeof" | "FormLayout.useFormLayout" | "FormLayout.useFormDeepLayout" | "FormLayout.useFormShallowLayout" | "FormCollapse.createFormCollapse" | "NumberPicker.$$typeof" | "Radio.$$typeof" | "Radio.__ANT_RADIO" | "Radio.Group">(props: import("@formily/react").ISchemaTypeFieldProps<{
|
|
190
195
|
FormLayout: React.FC<React.PropsWithChildren<import("@formily/antd-v5").IFormLayoutProps>> & {
|
|
191
196
|
useFormLayout: () => import("@formily/antd-v5").IFormLayoutContext;
|
|
192
197
|
useFormDeepLayout: () => import("@formily/antd-v5").IFormLayoutContext;
|
|
@@ -224,11 +229,12 @@ declare const SchemaField: {
|
|
|
224
229
|
IconSelect: typeof IconSelectComponent;
|
|
225
230
|
ColorPicker: typeof ColorPickerComponent;
|
|
226
231
|
InputWithUrl: typeof InputWithUrlComponent;
|
|
232
|
+
TextAlignRadio: typeof TextAlignRadioComponent;
|
|
227
233
|
}, Component_5, Decorator_5>): JSX.Element;
|
|
228
234
|
displayName: string;
|
|
229
235
|
};
|
|
230
236
|
Date: {
|
|
231
|
-
<Decorator_6 extends "CodeEditor" | "
|
|
237
|
+
<Decorator_6 extends "CodeEditor" | "FormItem" | "FormItemWithoutAdvanced" | "Input" | "Switch" | "FormLayout" | "FormCollapse" | "NumberPicker" | "Radio" | "Select" | "CategoryTitle" | "IconSelect" | "ColorPicker" | "InputWithUrl" | "TextAlignRadio" | "FormCollapse.CollapsePanel" | "FormItemWithoutAdvanced.BaseItem" | "Input.TextArea" | "Switch.$$typeof" | "FormLayout.useFormLayout" | "FormLayout.useFormDeepLayout" | "FormLayout.useFormShallowLayout" | "FormCollapse.createFormCollapse" | "NumberPicker.$$typeof" | "Radio.$$typeof" | "Radio.__ANT_RADIO" | "Radio.Group", Component_6 extends "CodeEditor" | "FormItem" | "FormItemWithoutAdvanced" | "Input" | "Switch" | "FormLayout" | "FormCollapse" | "NumberPicker" | "Radio" | "Select" | "CategoryTitle" | "IconSelect" | "ColorPicker" | "InputWithUrl" | "TextAlignRadio" | "FormCollapse.CollapsePanel" | "FormItemWithoutAdvanced.BaseItem" | "Input.TextArea" | "Switch.$$typeof" | "FormLayout.useFormLayout" | "FormLayout.useFormDeepLayout" | "FormLayout.useFormShallowLayout" | "FormCollapse.createFormCollapse" | "NumberPicker.$$typeof" | "Radio.$$typeof" | "Radio.__ANT_RADIO" | "Radio.Group">(props: import("@formily/react").ISchemaTypeFieldProps<{
|
|
232
238
|
FormLayout: React.FC<React.PropsWithChildren<import("@formily/antd-v5").IFormLayoutProps>> & {
|
|
233
239
|
useFormLayout: () => import("@formily/antd-v5").IFormLayoutContext;
|
|
234
240
|
useFormDeepLayout: () => import("@formily/antd-v5").IFormLayoutContext;
|
|
@@ -266,11 +272,12 @@ declare const SchemaField: {
|
|
|
266
272
|
IconSelect: typeof IconSelectComponent;
|
|
267
273
|
ColorPicker: typeof ColorPickerComponent;
|
|
268
274
|
InputWithUrl: typeof InputWithUrlComponent;
|
|
275
|
+
TextAlignRadio: typeof TextAlignRadioComponent;
|
|
269
276
|
}, Component_6, Decorator_6>): JSX.Element;
|
|
270
277
|
displayName: string;
|
|
271
278
|
};
|
|
272
279
|
DateTime: {
|
|
273
|
-
<Decorator_7 extends "CodeEditor" | "
|
|
280
|
+
<Decorator_7 extends "CodeEditor" | "FormItem" | "FormItemWithoutAdvanced" | "Input" | "Switch" | "FormLayout" | "FormCollapse" | "NumberPicker" | "Radio" | "Select" | "CategoryTitle" | "IconSelect" | "ColorPicker" | "InputWithUrl" | "TextAlignRadio" | "FormCollapse.CollapsePanel" | "FormItemWithoutAdvanced.BaseItem" | "Input.TextArea" | "Switch.$$typeof" | "FormLayout.useFormLayout" | "FormLayout.useFormDeepLayout" | "FormLayout.useFormShallowLayout" | "FormCollapse.createFormCollapse" | "NumberPicker.$$typeof" | "Radio.$$typeof" | "Radio.__ANT_RADIO" | "Radio.Group", Component_7 extends "CodeEditor" | "FormItem" | "FormItemWithoutAdvanced" | "Input" | "Switch" | "FormLayout" | "FormCollapse" | "NumberPicker" | "Radio" | "Select" | "CategoryTitle" | "IconSelect" | "ColorPicker" | "InputWithUrl" | "TextAlignRadio" | "FormCollapse.CollapsePanel" | "FormItemWithoutAdvanced.BaseItem" | "Input.TextArea" | "Switch.$$typeof" | "FormLayout.useFormLayout" | "FormLayout.useFormDeepLayout" | "FormLayout.useFormShallowLayout" | "FormCollapse.createFormCollapse" | "NumberPicker.$$typeof" | "Radio.$$typeof" | "Radio.__ANT_RADIO" | "Radio.Group">(props: import("@formily/react").ISchemaTypeFieldProps<{
|
|
274
281
|
FormLayout: React.FC<React.PropsWithChildren<import("@formily/antd-v5").IFormLayoutProps>> & {
|
|
275
282
|
useFormLayout: () => import("@formily/antd-v5").IFormLayoutContext;
|
|
276
283
|
useFormDeepLayout: () => import("@formily/antd-v5").IFormLayoutContext;
|
|
@@ -308,11 +315,12 @@ declare const SchemaField: {
|
|
|
308
315
|
IconSelect: typeof IconSelectComponent;
|
|
309
316
|
ColorPicker: typeof ColorPickerComponent;
|
|
310
317
|
InputWithUrl: typeof InputWithUrlComponent;
|
|
318
|
+
TextAlignRadio: typeof TextAlignRadioComponent;
|
|
311
319
|
}, Component_7, Decorator_7>): JSX.Element;
|
|
312
320
|
displayName: string;
|
|
313
321
|
};
|
|
314
322
|
Void: {
|
|
315
|
-
<Decorator_8 extends "CodeEditor" | "
|
|
323
|
+
<Decorator_8 extends "CodeEditor" | "FormItem" | "FormItemWithoutAdvanced" | "Input" | "Switch" | "FormLayout" | "FormCollapse" | "NumberPicker" | "Radio" | "Select" | "CategoryTitle" | "IconSelect" | "ColorPicker" | "InputWithUrl" | "TextAlignRadio" | "FormCollapse.CollapsePanel" | "FormItemWithoutAdvanced.BaseItem" | "Input.TextArea" | "Switch.$$typeof" | "FormLayout.useFormLayout" | "FormLayout.useFormDeepLayout" | "FormLayout.useFormShallowLayout" | "FormCollapse.createFormCollapse" | "NumberPicker.$$typeof" | "Radio.$$typeof" | "Radio.__ANT_RADIO" | "Radio.Group", Component_8 extends "CodeEditor" | "FormItem" | "FormItemWithoutAdvanced" | "Input" | "Switch" | "FormLayout" | "FormCollapse" | "NumberPicker" | "Radio" | "Select" | "CategoryTitle" | "IconSelect" | "ColorPicker" | "InputWithUrl" | "TextAlignRadio" | "FormCollapse.CollapsePanel" | "FormItemWithoutAdvanced.BaseItem" | "Input.TextArea" | "Switch.$$typeof" | "FormLayout.useFormLayout" | "FormLayout.useFormDeepLayout" | "FormLayout.useFormShallowLayout" | "FormCollapse.createFormCollapse" | "NumberPicker.$$typeof" | "Radio.$$typeof" | "Radio.__ANT_RADIO" | "Radio.Group">(props: import("@formily/react").ISchemaTypeFieldProps<{
|
|
316
324
|
FormLayout: React.FC<React.PropsWithChildren<import("@formily/antd-v5").IFormLayoutProps>> & {
|
|
317
325
|
useFormLayout: () => import("@formily/antd-v5").IFormLayoutContext;
|
|
318
326
|
useFormDeepLayout: () => import("@formily/antd-v5").IFormLayoutContext;
|
|
@@ -350,11 +358,12 @@ declare const SchemaField: {
|
|
|
350
358
|
IconSelect: typeof IconSelectComponent;
|
|
351
359
|
ColorPicker: typeof ColorPickerComponent;
|
|
352
360
|
InputWithUrl: typeof InputWithUrlComponent;
|
|
361
|
+
TextAlignRadio: typeof TextAlignRadioComponent;
|
|
353
362
|
}, Component_8, Decorator_8>): JSX.Element;
|
|
354
363
|
displayName: string;
|
|
355
364
|
};
|
|
356
365
|
Number: {
|
|
357
|
-
<Decorator_9 extends "CodeEditor" | "
|
|
366
|
+
<Decorator_9 extends "CodeEditor" | "FormItem" | "FormItemWithoutAdvanced" | "Input" | "Switch" | "FormLayout" | "FormCollapse" | "NumberPicker" | "Radio" | "Select" | "CategoryTitle" | "IconSelect" | "ColorPicker" | "InputWithUrl" | "TextAlignRadio" | "FormCollapse.CollapsePanel" | "FormItemWithoutAdvanced.BaseItem" | "Input.TextArea" | "Switch.$$typeof" | "FormLayout.useFormLayout" | "FormLayout.useFormDeepLayout" | "FormLayout.useFormShallowLayout" | "FormCollapse.createFormCollapse" | "NumberPicker.$$typeof" | "Radio.$$typeof" | "Radio.__ANT_RADIO" | "Radio.Group", Component_9 extends "CodeEditor" | "FormItem" | "FormItemWithoutAdvanced" | "Input" | "Switch" | "FormLayout" | "FormCollapse" | "NumberPicker" | "Radio" | "Select" | "CategoryTitle" | "IconSelect" | "ColorPicker" | "InputWithUrl" | "TextAlignRadio" | "FormCollapse.CollapsePanel" | "FormItemWithoutAdvanced.BaseItem" | "Input.TextArea" | "Switch.$$typeof" | "FormLayout.useFormLayout" | "FormLayout.useFormDeepLayout" | "FormLayout.useFormShallowLayout" | "FormCollapse.createFormCollapse" | "NumberPicker.$$typeof" | "Radio.$$typeof" | "Radio.__ANT_RADIO" | "Radio.Group">(props: import("@formily/react").ISchemaTypeFieldProps<{
|
|
358
367
|
FormLayout: React.FC<React.PropsWithChildren<import("@formily/antd-v5").IFormLayoutProps>> & {
|
|
359
368
|
useFormLayout: () => import("@formily/antd-v5").IFormLayoutContext;
|
|
360
369
|
useFormDeepLayout: () => import("@formily/antd-v5").IFormLayoutContext;
|
|
@@ -392,11 +401,8 @@ declare const SchemaField: {
|
|
|
392
401
|
IconSelect: typeof IconSelectComponent;
|
|
393
402
|
ColorPicker: typeof ColorPickerComponent;
|
|
394
403
|
InputWithUrl: typeof InputWithUrlComponent;
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
* 表单验证成功时触发事件
|
|
398
|
-
*/
|
|
399
|
-
JSX.Element;
|
|
404
|
+
TextAlignRadio: typeof TextAlignRadioComponent;
|
|
405
|
+
}, Component_9, Decorator_9>): JSX.Element;
|
|
400
406
|
displayName: string;
|
|
401
407
|
};
|
|
402
408
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@next-bricks/visual-builder",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.26.0",
|
|
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": "
|
|
47
|
+
"gitHead": "84fbc2d9644b22d204f6edc6c6c79024b456aa67"
|
|
48
48
|
}
|