@next-bricks/form 0.4.5 → 0.4.6

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 (28) hide show
  1. package/dist/bricks.json +1 -1
  2. package/dist/chunks/{2255.a8429f39.js → 2255.91dc8128.js} +2 -2
  3. package/dist/chunks/2255.91dc8128.js.map +1 -0
  4. package/dist/chunks/249.bd1c98ae.js +2 -0
  5. package/dist/chunks/249.bd1c98ae.js.map +1 -0
  6. package/dist/chunks/{3494.a6ce8b8b.js → 3494.4a17db19.js} +2 -2
  7. package/dist/chunks/{3494.a6ce8b8b.js.map → 3494.4a17db19.js.map} +1 -1
  8. package/dist/chunks/{7822.1ee7749c.js → 7822.53604e29.js} +2 -2
  9. package/dist/chunks/{7822.1ee7749c.js.map → 7822.53604e29.js.map} +1 -1
  10. package/dist/chunks/{dynamic-form-item.465a24a5.js → dynamic-form-item.97b25da2.js} +2 -2
  11. package/dist/chunks/{dynamic-form-item.465a24a5.js.map → dynamic-form-item.97b25da2.js.map} +1 -1
  12. package/dist/chunks/general-input.243352ff.js +3 -0
  13. package/dist/chunks/general-input.243352ff.js.map +1 -0
  14. package/dist/chunks/{general-radio.dae2691a.js → general-radio.21553834.js} +3 -3
  15. package/dist/chunks/{general-radio.dae2691a.js.map → general-radio.21553834.js.map} +1 -1
  16. package/dist/chunks/{main.e81ae8c4.js → main.c0e6f0e9.js} +2 -2
  17. package/dist/chunks/{main.e81ae8c4.js.map → main.c0e6f0e9.js.map} +1 -1
  18. package/dist/{index.cc24c9e3.js → index.43b4a615.js} +2 -2
  19. package/dist/{index.cc24c9e3.js.map → index.43b4a615.js.map} +1 -1
  20. package/dist/manifest.json +920 -0
  21. package/package.json +7 -4
  22. package/dist/chunks/2255.a8429f39.js.map +0 -1
  23. package/dist/chunks/249.f97b46f0.js +0 -2
  24. package/dist/chunks/249.f97b46f0.js.map +0 -1
  25. package/dist/chunks/general-input.e273c453.js +0 -3
  26. package/dist/chunks/general-input.e273c453.js.map +0 -1
  27. /package/dist/chunks/{general-input.e273c453.js.LICENSE.txt → general-input.243352ff.js.LICENSE.txt} +0 -0
  28. /package/dist/chunks/{general-radio.dae2691a.js.LICENSE.txt → general-radio.21553834.js.LICENSE.txt} +0 -0
@@ -0,0 +1,920 @@
1
+ {
2
+ "manifest_version": 1,
3
+ "package": "@next-bricks/form",
4
+ "name": "form",
5
+ "bricks": [
6
+ {
7
+ "name": "form.general-input",
8
+ "properties": [
9
+ {
10
+ "name": "name",
11
+ "description": "",
12
+ "type": "string"
13
+ },
14
+ {
15
+ "name": "label",
16
+ "description": "",
17
+ "required": true,
18
+ "default": null,
19
+ "type": "string"
20
+ },
21
+ {
22
+ "name": "value",
23
+ "description": "",
24
+ "type": "string"
25
+ },
26
+ {
27
+ "name": "placeholder",
28
+ "description": "",
29
+ "type": "string"
30
+ },
31
+ {
32
+ "name": "disabled",
33
+ "description": "",
34
+ "type": "boolean"
35
+ },
36
+ {
37
+ "name": "type",
38
+ "description": "",
39
+ "type": "InputType"
40
+ },
41
+ {
42
+ "name": "size",
43
+ "description": "",
44
+ "type": "ComponentSize"
45
+ },
46
+ {
47
+ "name": "minLength",
48
+ "description": "",
49
+ "type": "number"
50
+ },
51
+ {
52
+ "name": "maxLength",
53
+ "description": "",
54
+ "type": "number"
55
+ },
56
+ {
57
+ "name": "required",
58
+ "description": "",
59
+ "type": "boolean"
60
+ },
61
+ {
62
+ "name": "pattern",
63
+ "description": "",
64
+ "required": true,
65
+ "default": null,
66
+ "type": "string"
67
+ },
68
+ {
69
+ "name": "max",
70
+ "description": "",
71
+ "required": true,
72
+ "default": null,
73
+ "type": "number"
74
+ },
75
+ {
76
+ "name": "min",
77
+ "description": "",
78
+ "required": true,
79
+ "default": null,
80
+ "type": "number"
81
+ },
82
+ {
83
+ "name": "message",
84
+ "description": "",
85
+ "required": true,
86
+ "default": null,
87
+ "attribute": true,
88
+ "type": "Record<string, string>"
89
+ },
90
+ {
91
+ "name": "inputStyle",
92
+ "description": "",
93
+ "attribute": false,
94
+ "type": "React.CSSProperties"
95
+ }
96
+ ],
97
+ "events": [
98
+ {
99
+ "name": "change",
100
+ "description": "",
101
+ "detail": {
102
+ "description": null,
103
+ "type": "string"
104
+ }
105
+ }
106
+ ],
107
+ "slots": [],
108
+ "methods": [],
109
+ "description": ""
110
+ },
111
+ {
112
+ "name": "form.general-textarea",
113
+ "properties": [
114
+ {
115
+ "name": "name",
116
+ "description": "",
117
+ "type": "string"
118
+ },
119
+ {
120
+ "name": "label",
121
+ "description": "",
122
+ "required": true,
123
+ "default": null,
124
+ "type": "string"
125
+ },
126
+ {
127
+ "name": "value",
128
+ "description": "",
129
+ "type": "string"
130
+ },
131
+ {
132
+ "name": "placeholder",
133
+ "description": "",
134
+ "type": "string"
135
+ },
136
+ {
137
+ "name": "disabled",
138
+ "description": "",
139
+ "type": "boolean"
140
+ },
141
+ {
142
+ "name": "minLength",
143
+ "description": "",
144
+ "type": "number"
145
+ },
146
+ {
147
+ "name": "maxLength",
148
+ "description": "",
149
+ "type": "number"
150
+ },
151
+ {
152
+ "name": "autoSize",
153
+ "description": "",
154
+ "attribute": false,
155
+ "type": "AutoSize"
156
+ },
157
+ {
158
+ "name": "required",
159
+ "description": "",
160
+ "type": "boolean"
161
+ },
162
+ {
163
+ "name": "textareaStyle",
164
+ "description": "",
165
+ "attribute": false,
166
+ "type": "React.CSSProperties"
167
+ }
168
+ ],
169
+ "events": [
170
+ {
171
+ "name": "change",
172
+ "description": "",
173
+ "detail": {
174
+ "description": null,
175
+ "type": "string"
176
+ }
177
+ }
178
+ ],
179
+ "slots": [],
180
+ "methods": [],
181
+ "description": ""
182
+ },
183
+ {
184
+ "name": "form.general-form",
185
+ "properties": [
186
+ {
187
+ "name": "layout",
188
+ "type": "Layout"
189
+ },
190
+ {
191
+ "name": "size",
192
+ "type": "ComponentSize"
193
+ }
194
+ ],
195
+ "events": [
196
+ {
197
+ "name": "values.change",
198
+ "description": "",
199
+ "detail": {
200
+ "description": null,
201
+ "type": "Record<string, unknown>"
202
+ }
203
+ },
204
+ {
205
+ "name": "validate.success",
206
+ "description": "",
207
+ "detail": {
208
+ "type": "Record<string, unknown>"
209
+ }
210
+ },
211
+ {
212
+ "name": "validate.error",
213
+ "description": "",
214
+ "detail": {
215
+ "type": "MessageBody[]"
216
+ }
217
+ }
218
+ ],
219
+ "slots": [],
220
+ "methods": [
221
+ {
222
+ "name": "validate",
223
+ "params": [],
224
+ "description": "",
225
+ "return": {
226
+ "type": "boolean | Record<string, unknown>"
227
+ }
228
+ },
229
+ {
230
+ "name": "setInitValue",
231
+ "params": [
232
+ "values: Record<string, unknown>"
233
+ ],
234
+ "description": ""
235
+ },
236
+ {
237
+ "name": "resetFields",
238
+ "params": [
239
+ "name?: string"
240
+ ],
241
+ "description": ""
242
+ },
243
+ {
244
+ "name": "getFieldsValue",
245
+ "params": [
246
+ "name: string"
247
+ ],
248
+ "description": ""
249
+ },
250
+ {
251
+ "name": "validateField",
252
+ "params": [
253
+ "name: string"
254
+ ],
255
+ "description": ""
256
+ },
257
+ {
258
+ "name": "resetValidateState",
259
+ "params": [],
260
+ "description": ""
261
+ }
262
+ ],
263
+ "description": ""
264
+ },
265
+ {
266
+ "name": "form.general-form-item",
267
+ "properties": [
268
+ {
269
+ "name": "formElement",
270
+ "description": "",
271
+ "required": true,
272
+ "default": null,
273
+ "attribute": false,
274
+ "type": "Form"
275
+ },
276
+ {
277
+ "name": "curElement",
278
+ "description": "",
279
+ "required": true,
280
+ "default": null,
281
+ "attribute": false,
282
+ "type": "HTMLElement"
283
+ },
284
+ {
285
+ "name": "name",
286
+ "description": "",
287
+ "type": "string"
288
+ },
289
+ {
290
+ "name": "label",
291
+ "description": "",
292
+ "required": true,
293
+ "default": null,
294
+ "type": "string"
295
+ },
296
+ {
297
+ "name": "pattern",
298
+ "description": "",
299
+ "required": true,
300
+ "default": null,
301
+ "type": "string"
302
+ },
303
+ {
304
+ "name": "message",
305
+ "description": "",
306
+ "required": true,
307
+ "default": null,
308
+ "attribute": true,
309
+ "type": "Record<string, string>"
310
+ },
311
+ {
312
+ "name": "max",
313
+ "description": "",
314
+ "required": true,
315
+ "default": null,
316
+ "type": "number"
317
+ },
318
+ {
319
+ "name": "min",
320
+ "description": "",
321
+ "required": true,
322
+ "default": null,
323
+ "type": "number"
324
+ },
325
+ {
326
+ "name": "required",
327
+ "description": "",
328
+ "type": "boolean"
329
+ },
330
+ {
331
+ "name": "value",
332
+ "description": "",
333
+ "type": "string"
334
+ },
335
+ {
336
+ "name": "labelCol",
337
+ "description": "",
338
+ "required": true,
339
+ "type": "string"
340
+ },
341
+ {
342
+ "name": "wrapperCol",
343
+ "description": "",
344
+ "required": true,
345
+ "type": "string"
346
+ },
347
+ {
348
+ "name": "valuePropsName",
349
+ "description": "",
350
+ "type": "string"
351
+ },
352
+ {
353
+ "name": "layout",
354
+ "type": "Layout",
355
+ "default": "\"horizontal\""
356
+ },
357
+ {
358
+ "name": "size",
359
+ "description": "",
360
+ "type": "ComponentSize"
361
+ },
362
+ {
363
+ "name": "trim",
364
+ "description": "",
365
+ "default": "true"
366
+ },
367
+ {
368
+ "name": "trigger",
369
+ "description": "",
370
+ "default": "false",
371
+ "type": "string"
372
+ },
373
+ {
374
+ "name": "validator",
375
+ "description": "",
376
+ "default": "false",
377
+ "attribute": false,
378
+ "type": "((value: any) => MessageBody)"
379
+ },
380
+ {
381
+ "name": "needValidate",
382
+ "description": "",
383
+ "required": true,
384
+ "default": null,
385
+ "type": "boolean"
386
+ }
387
+ ],
388
+ "events": [],
389
+ "slots": [],
390
+ "methods": [],
391
+ "description": ""
392
+ },
393
+ {
394
+ "name": "form.general-radio",
395
+ "properties": [
396
+ {
397
+ "name": "name",
398
+ "description": "",
399
+ "type": "string"
400
+ },
401
+ {
402
+ "name": "label",
403
+ "description": "",
404
+ "type": "string"
405
+ },
406
+ {
407
+ "name": "options",
408
+ "description": "",
409
+ "required": true,
410
+ "default": "-",
411
+ "attribute": false,
412
+ "type": "GeneralOption[]"
413
+ },
414
+ {
415
+ "name": "value",
416
+ "description": "",
417
+ "type": "any"
418
+ },
419
+ {
420
+ "name": "required",
421
+ "description": "",
422
+ "type": "boolean"
423
+ },
424
+ {
425
+ "name": "message",
426
+ "description": "",
427
+ "attribute": false,
428
+ "type": "Record<string, string>"
429
+ },
430
+ {
431
+ "name": "disabled",
432
+ "description": "",
433
+ "type": "boolean"
434
+ },
435
+ {
436
+ "name": "type",
437
+ "description": "",
438
+ "type": "RadioType"
439
+ },
440
+ {
441
+ "name": "ui",
442
+ "description": "",
443
+ "type": "UIType"
444
+ },
445
+ {
446
+ "name": "size",
447
+ "description": "",
448
+ "type": "\"large\" | \"medium\" | \"small\""
449
+ },
450
+ {
451
+ "name": "customStyle",
452
+ "description": "",
453
+ "attribute": false,
454
+ "type": "React.CSSProperties"
455
+ },
456
+ {
457
+ "name": "useBrick",
458
+ "description": "",
459
+ "attribute": false,
460
+ "type": "UseSingleBrickConf"
461
+ }
462
+ ],
463
+ "events": [
464
+ {
465
+ "name": "change",
466
+ "description": "",
467
+ "detail": {
468
+ "description": "`{label: string, value: any, [key: string]: any}\t`",
469
+ "type": "{\n label: string;\n value: any;\n [key: string]: any;\n }"
470
+ }
471
+ },
472
+ {
473
+ "name": "optionsChange",
474
+ "description": "",
475
+ "detail": {
476
+ "description": "`{options:{label: string, value: any, [key: string]: any},name:string}\t`",
477
+ "type": "{\n options: {\n label: string;\n value: any;\n [key: string]: any;\n };\n name: string;\n }"
478
+ }
479
+ }
480
+ ],
481
+ "slots": [],
482
+ "methods": [],
483
+ "description": ""
484
+ },
485
+ {
486
+ "name": "form.general-select",
487
+ "properties": [
488
+ {
489
+ "name": "name",
490
+ "description": "",
491
+ "type": "string"
492
+ },
493
+ {
494
+ "name": "placeholder",
495
+ "description": "",
496
+ "type": "string"
497
+ },
498
+ {
499
+ "name": "label",
500
+ "description": "",
501
+ "type": "string"
502
+ },
503
+ {
504
+ "name": "options",
505
+ "description": "",
506
+ "required": true,
507
+ "default": "-",
508
+ "attribute": false,
509
+ "type": "GeneralComplexOption[]"
510
+ },
511
+ {
512
+ "name": "value",
513
+ "description": "",
514
+ "attribute": false,
515
+ "type": "any"
516
+ },
517
+ {
518
+ "name": "required",
519
+ "description": "",
520
+ "type": "boolean"
521
+ },
522
+ {
523
+ "name": "message",
524
+ "description": "",
525
+ "attribute": false,
526
+ "type": "Record<string, string>"
527
+ },
528
+ {
529
+ "name": "disabled",
530
+ "description": "",
531
+ "type": "boolean"
532
+ },
533
+ {
534
+ "name": "multiple",
535
+ "description": "",
536
+ "type": "boolean"
537
+ },
538
+ {
539
+ "name": "clearable",
540
+ "description": "",
541
+ "type": "boolean"
542
+ },
543
+ {
544
+ "name": "inputStyle",
545
+ "description": "",
546
+ "attribute": false,
547
+ "type": "React.CSSProperties"
548
+ },
549
+ {
550
+ "name": "dropdownStyle",
551
+ "description": "",
552
+ "type": "React.CSSProperties"
553
+ }
554
+ ],
555
+ "events": [
556
+ {
557
+ "name": "change",
558
+ "description": "",
559
+ "detail": {
560
+ "description": "`{label: string, value: any, [key: string]: any}\t`",
561
+ "type": "{\n value: string | string[];\n options: GeneralComplexOption[];\n }"
562
+ }
563
+ },
564
+ {
565
+ "name": "options.change",
566
+ "description": "",
567
+ "detail": {
568
+ "description": "`{options:{label: string, value: any, [key: string]: any},name:string}\t`",
569
+ "type": "{\n options: {\n label: string;\n value: any;\n [key: string]: any;\n };\n name: string;\n }"
570
+ }
571
+ }
572
+ ],
573
+ "slots": [],
574
+ "methods": [],
575
+ "description": ""
576
+ },
577
+ {
578
+ "name": "form.submit-buttons",
579
+ "properties": [
580
+ {
581
+ "name": "submitText",
582
+ "description": "",
583
+ "type": "string"
584
+ },
585
+ {
586
+ "name": "showCancelButton",
587
+ "description": "",
588
+ "type": "boolean"
589
+ },
590
+ {
591
+ "name": "cancelText",
592
+ "description": "",
593
+ "type": "string"
594
+ },
595
+ {
596
+ "name": "disableAfterClick",
597
+ "description": "",
598
+ "type": "boolean"
599
+ },
600
+ {
601
+ "name": "submitDisabled",
602
+ "description": "",
603
+ "type": "boolean"
604
+ },
605
+ {
606
+ "name": "submitType",
607
+ "description": "",
608
+ "type": "ButtonType"
609
+ },
610
+ {
611
+ "name": "cancelType",
612
+ "description": "",
613
+ "type": "ButtonType"
614
+ }
615
+ ],
616
+ "events": [
617
+ {
618
+ "name": "submit",
619
+ "description": "",
620
+ "detail": {
621
+ "description": "-",
622
+ "type": "void"
623
+ }
624
+ },
625
+ {
626
+ "name": "cancel",
627
+ "description": "",
628
+ "detail": {
629
+ "description": "-",
630
+ "type": "void"
631
+ }
632
+ }
633
+ ],
634
+ "slots": [],
635
+ "methods": [],
636
+ "description": ""
637
+ },
638
+ {
639
+ "name": "form.general-checkbox",
640
+ "properties": [
641
+ {
642
+ "name": "value",
643
+ "description": "",
644
+ "attribute": false,
645
+ "type": "string[]"
646
+ },
647
+ {
648
+ "name": "options",
649
+ "description": "",
650
+ "required": true,
651
+ "default": "-",
652
+ "attribute": false,
653
+ "type": "CheckboxOptionType[]"
654
+ },
655
+ {
656
+ "name": "name",
657
+ "description": "",
658
+ "attribute": false,
659
+ "type": "string"
660
+ },
661
+ {
662
+ "name": "label",
663
+ "description": "",
664
+ "type": "string"
665
+ },
666
+ {
667
+ "name": "type",
668
+ "description": "",
669
+ "default": "\"default\"",
670
+ "attribute": false,
671
+ "type": "CheckboxType"
672
+ },
673
+ {
674
+ "name": "isCustom",
675
+ "description": "",
676
+ "default": "false",
677
+ "attribute": false,
678
+ "type": "boolean"
679
+ }
680
+ ],
681
+ "events": [
682
+ {
683
+ "name": "change",
684
+ "description": "",
685
+ "detail": {
686
+ "description": null,
687
+ "type": "CheckboxOptionType[]"
688
+ }
689
+ }
690
+ ],
691
+ "slots": [],
692
+ "methods": []
693
+ },
694
+ {
695
+ "name": "form.code-editor",
696
+ "properties": [
697
+ {
698
+ "name": "name",
699
+ "description": "",
700
+ "required": true,
701
+ "type": "string"
702
+ },
703
+ {
704
+ "name": "label",
705
+ "description": "",
706
+ "required": true,
707
+ "type": "string"
708
+ },
709
+ {
710
+ "name": "value",
711
+ "description": "",
712
+ "default": "\"\"",
713
+ "attribute": false
714
+ },
715
+ {
716
+ "name": "placeholder",
717
+ "description": "",
718
+ "required": true,
719
+ "type": "string"
720
+ },
721
+ {
722
+ "name": "theme",
723
+ "description": "",
724
+ "default": "\"monokai\"",
725
+ "type": "string"
726
+ },
727
+ {
728
+ "name": "mode",
729
+ "description": "",
730
+ "default": "\"text\"",
731
+ "type": "string"
732
+ },
733
+ {
734
+ "name": "required",
735
+ "description": "",
736
+ "default": "false",
737
+ "type": "boolean"
738
+ },
739
+ {
740
+ "name": "readOnly",
741
+ "description": "",
742
+ "default": "false",
743
+ "type": "boolean"
744
+ },
745
+ {
746
+ "name": "showLineNumbers",
747
+ "description": "",
748
+ "default": "true"
749
+ },
750
+ {
751
+ "name": "maxLines",
752
+ "description": "",
753
+ "attribute": false,
754
+ "type": "number | \"Infinity\""
755
+ },
756
+ {
757
+ "name": "minLines",
758
+ "description": "",
759
+ "default": "3"
760
+ },
761
+ {
762
+ "name": "tabSize",
763
+ "description": "",
764
+ "default": "2"
765
+ },
766
+ {
767
+ "name": "printMargin",
768
+ "description": "",
769
+ "required": true,
770
+ "type": "boolean"
771
+ },
772
+ {
773
+ "name": "highlightActiveLine",
774
+ "description": "",
775
+ "default": "true"
776
+ },
777
+ {
778
+ "name": "showExportButton",
779
+ "description": "",
780
+ "default": "false",
781
+ "type": "boolean"
782
+ },
783
+ {
784
+ "name": "showCopyButton",
785
+ "description": "",
786
+ "default": "true"
787
+ },
788
+ {
789
+ "name": "showExpandButton",
790
+ "description": "",
791
+ "type": "boolean"
792
+ },
793
+ {
794
+ "name": "exportFileName",
795
+ "description": "",
796
+ "default": "\"download.txt\"",
797
+ "type": "string"
798
+ },
799
+ {
800
+ "name": "jsonSchema",
801
+ "description": "",
802
+ "attribute": false,
803
+ "type": "Record<string, any>"
804
+ },
805
+ {
806
+ "name": "validateJsonSchemaMode",
807
+ "description": "",
808
+ "default": "\"warning\"",
809
+ "type": "\"warning\" | \"error\""
810
+ },
811
+ {
812
+ "name": "schemaRef",
813
+ "description": "",
814
+ "type": "string"
815
+ },
816
+ {
817
+ "name": "enableLiveAutocompletion",
818
+ "description": "",
819
+ "default": "false",
820
+ "type": "boolean"
821
+ },
822
+ {
823
+ "name": "customCompleters",
824
+ "description": "",
825
+ "attribute": false,
826
+ "type": "string[] | {\n caption?: string;\n value: string;\n meta?: string;\n score?: number;\n }[]"
827
+ },
828
+ {
829
+ "name": "loadYamlInJsonMode",
830
+ "description": "",
831
+ "default": "true"
832
+ },
833
+ {
834
+ "name": "highlightTokens",
835
+ "description": "",
836
+ "attribute": false,
837
+ "type": "HighlightTokenSettings[]"
838
+ }
839
+ ],
840
+ "events": [
841
+ {
842
+ "name": "code.change",
843
+ "description": "",
844
+ "detail": {
845
+ "type": "string"
846
+ }
847
+ },
848
+ {
849
+ "name": "editor.blur",
850
+ "description": "",
851
+ "detail": {
852
+ "type": "string"
853
+ }
854
+ },
855
+ {
856
+ "name": "error.change",
857
+ "description": "",
858
+ "detail": {
859
+ "description": "`{err:Record<string,any>[],hasError:boolean}`",
860
+ "type": "Error"
861
+ }
862
+ },
863
+ {
864
+ "name": "highlightToken.click",
865
+ "description": "",
866
+ "detail": {
867
+ "type": "{\n type: string;\n value: string;\n }"
868
+ }
869
+ }
870
+ ],
871
+ "slots": [],
872
+ "methods": [],
873
+ "description": ""
874
+ },
875
+ {
876
+ "name": "form.dynamic-form-item",
877
+ "properties": [
878
+ {
879
+ "name": "name",
880
+ "type": "string"
881
+ },
882
+ {
883
+ "name": "label",
884
+ "type": "string"
885
+ },
886
+ {
887
+ "name": "required",
888
+ "description": "",
889
+ "required": true,
890
+ "default": null,
891
+ "type": "boolean"
892
+ },
893
+ {
894
+ "name": "value",
895
+ "attribute": false,
896
+ "type": "DynamicFormValuesItem[]"
897
+ },
898
+ {
899
+ "name": "useBrick",
900
+ "description": "",
901
+ "required": true,
902
+ "default": null,
903
+ "attribute": false,
904
+ "type": "UseBrickConf"
905
+ }
906
+ ],
907
+ "events": [
908
+ {
909
+ "name": "change",
910
+ "detail": {
911
+ "type": "DynamicFormValuesItem[]"
912
+ }
913
+ }
914
+ ],
915
+ "slots": [],
916
+ "methods": [],
917
+ "description": ""
918
+ }
919
+ ]
920
+ }