@next-bricks/form 1.20.4 → 1.20.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.
- package/dist/bricks.json +21 -21
- package/dist/chunks/{2537.b566bad7.js → 2537.4a8642c2.js} +2 -2
- package/dist/chunks/{2537.b566bad7.js.map → 2537.4a8642c2.js.map} +1 -1
- package/dist/chunks/948.efc87221.js +3 -0
- package/dist/chunks/948.efc87221.js.map +1 -0
- package/dist/chunks/9949.5e4fd3aa.js +3 -0
- package/dist/chunks/{9949.eb3a3277.js.map → 9949.5e4fd3aa.js.map} +1 -1
- package/dist/chunks/eo-color-picker.54917de5.js +2 -0
- package/dist/chunks/{eo-color-picker.e673c424.js.map → eo-color-picker.54917de5.js.map} +1 -1
- package/dist/chunks/{eo-date-picker.fd17c595.js → eo-date-picker.de3d71ec.js} +2 -2
- package/dist/chunks/{eo-date-picker.fd17c595.js.map → eo-date-picker.de3d71ec.js.map} +1 -1
- package/dist/chunks/{eo-dynamic-form-item.44e325ad.js → eo-dynamic-form-item.a7986792.js} +3 -3
- package/dist/chunks/{eo-dynamic-form-item.44e325ad.js.map → eo-dynamic-form-item.a7986792.js.map} +1 -1
- package/dist/chunks/eo-radio.b3c33ffc.js +3 -0
- package/dist/chunks/{eo-radio.b3d3bdd3.js.map → eo-radio.b3c33ffc.js.map} +1 -1
- package/dist/chunks/eo-select.74d14ea1.js +3 -0
- package/dist/chunks/{eo-select.541983ce.js.map → eo-select.74d14ea1.js.map} +1 -1
- package/dist/chunks/eo-time-picker.fbf550b1.js +2 -0
- package/dist/chunks/{eo-time-picker.c3b13a39.js.map → eo-time-picker.fbf550b1.js.map} +1 -1
- package/dist/chunks/eo-time-range-picker.55d5baf8.js +2 -0
- package/dist/chunks/{eo-time-range-picker.3add1002.js.map → eo-time-range-picker.55d5baf8.js.map} +1 -1
- package/dist/chunks/eo-upload-file.8028c3f7.js +3 -0
- package/dist/chunks/{eo-upload-file.5efb2699.js.map → eo-upload-file.8028c3f7.js.map} +1 -1
- package/dist/chunks/{eo-upload-image.faad085a.js → eo-upload-image.b9a57757.js} +3 -3
- package/dist/chunks/{eo-upload-image.faad085a.js.map → eo-upload-image.b9a57757.js.map} +1 -1
- package/dist/chunks/main.5e9373c2.js +2 -0
- package/dist/chunks/{main.968e0034.js.map → main.5e9373c2.js.map} +1 -1
- package/dist/chunks/react.ce8f3302.js +2 -0
- package/dist/examples.json +8 -8
- package/dist/index.244d1588.js +2 -0
- package/dist/index.244d1588.js.map +1 -0
- package/dist/manifest.json +229 -229
- package/dist/types.json +1042 -1042
- package/package.json +2 -2
- package/dist/chunks/948.1b39e8b1.js +0 -3
- package/dist/chunks/948.1b39e8b1.js.map +0 -1
- package/dist/chunks/9949.eb3a3277.js +0 -3
- package/dist/chunks/eo-color-picker.e673c424.js +0 -2
- package/dist/chunks/eo-radio.b3d3bdd3.js +0 -3
- package/dist/chunks/eo-select.541983ce.js +0 -3
- package/dist/chunks/eo-time-picker.c3b13a39.js +0 -2
- package/dist/chunks/eo-time-range-picker.3add1002.js +0 -2
- package/dist/chunks/eo-upload-file.5efb2699.js +0 -3
- package/dist/chunks/main.968e0034.js +0 -2
- package/dist/chunks/react.1a68d605.js +0 -2
- package/dist/index.029a3007.js +0 -2
- package/dist/index.029a3007.js.map +0 -1
- /package/dist/chunks/{948.1b39e8b1.js.LICENSE.txt → 948.efc87221.js.LICENSE.txt} +0 -0
- /package/dist/chunks/{9949.eb3a3277.js.LICENSE.txt → 9949.5e4fd3aa.js.LICENSE.txt} +0 -0
- /package/dist/chunks/{eo-dynamic-form-item.44e325ad.js.LICENSE.txt → eo-dynamic-form-item.a7986792.js.LICENSE.txt} +0 -0
- /package/dist/chunks/{eo-radio.b3d3bdd3.js.LICENSE.txt → eo-radio.b3c33ffc.js.LICENSE.txt} +0 -0
- /package/dist/chunks/{eo-select.541983ce.js.LICENSE.txt → eo-select.74d14ea1.js.LICENSE.txt} +0 -0
- /package/dist/chunks/{eo-upload-file.5efb2699.js.LICENSE.txt → eo-upload-file.8028c3f7.js.LICENSE.txt} +0 -0
- /package/dist/chunks/{eo-upload-image.faad085a.js.LICENSE.txt → eo-upload-image.b9a57757.js.LICENSE.txt} +0 -0
- /package/dist/chunks/{react.1a68d605.js.LICENSE.txt → react.ce8f3302.js.LICENSE.txt} +0 -0
package/dist/manifest.json
CHANGED
|
@@ -4,83 +4,79 @@
|
|
|
4
4
|
"name": "form",
|
|
5
5
|
"bricks": [
|
|
6
6
|
{
|
|
7
|
-
"name": "eo-
|
|
7
|
+
"name": "eo-radio",
|
|
8
8
|
"alias": [
|
|
9
|
-
"form.general-
|
|
9
|
+
"form.general-radio"
|
|
10
10
|
],
|
|
11
11
|
"properties": [
|
|
12
12
|
{
|
|
13
13
|
"name": "name",
|
|
14
|
-
"description": "
|
|
14
|
+
"description": "下拉框字段名",
|
|
15
15
|
"type": "string"
|
|
16
16
|
},
|
|
17
17
|
{
|
|
18
18
|
"name": "label",
|
|
19
|
-
"description": "
|
|
19
|
+
"description": "单选框字段说明",
|
|
20
20
|
"type": "string"
|
|
21
21
|
},
|
|
22
22
|
{
|
|
23
|
-
"name": "
|
|
24
|
-
"description": "
|
|
25
|
-
"
|
|
23
|
+
"name": "options",
|
|
24
|
+
"description": "单选框选项表",
|
|
25
|
+
"required": true,
|
|
26
|
+
"attribute": false,
|
|
27
|
+
"type": "GeneralOption[]"
|
|
26
28
|
},
|
|
27
29
|
{
|
|
28
|
-
"name": "
|
|
29
|
-
"description": "
|
|
30
|
-
"
|
|
30
|
+
"name": "value",
|
|
31
|
+
"description": "单选框当前选中始值",
|
|
32
|
+
"attribute": false,
|
|
33
|
+
"type": "any"
|
|
31
34
|
},
|
|
32
35
|
{
|
|
33
|
-
"name": "
|
|
34
|
-
"description": "
|
|
36
|
+
"name": "required",
|
|
37
|
+
"description": "是否必填",
|
|
35
38
|
"type": "boolean"
|
|
36
39
|
},
|
|
37
40
|
{
|
|
38
|
-
"name": "
|
|
39
|
-
"description": "
|
|
40
|
-
"type": "number"
|
|
41
|
-
},
|
|
42
|
-
{
|
|
43
|
-
"name": "maxLength",
|
|
44
|
-
"description": "最大长度",
|
|
45
|
-
"type": "number"
|
|
46
|
-
},
|
|
47
|
-
{
|
|
48
|
-
"name": "autoSize",
|
|
49
|
-
"description": "大小自适应",
|
|
41
|
+
"name": "message",
|
|
42
|
+
"description": "校验文本信息",
|
|
50
43
|
"attribute": false,
|
|
51
|
-
"type": "
|
|
44
|
+
"type": "Record<string, string>"
|
|
52
45
|
},
|
|
53
46
|
{
|
|
54
|
-
"name": "
|
|
55
|
-
"description": "
|
|
47
|
+
"name": "disabled",
|
|
48
|
+
"description": "是否禁用",
|
|
56
49
|
"type": "boolean"
|
|
57
50
|
},
|
|
58
51
|
{
|
|
59
|
-
"name": "
|
|
60
|
-
"description": "
|
|
61
|
-
"
|
|
52
|
+
"name": "type",
|
|
53
|
+
"description": "单选框样式类型",
|
|
54
|
+
"default": "\"default\"",
|
|
55
|
+
"type": "RadioType"
|
|
62
56
|
},
|
|
63
57
|
{
|
|
64
|
-
"name": "
|
|
65
|
-
"description": "
|
|
66
|
-
"
|
|
58
|
+
"name": "ui",
|
|
59
|
+
"description": "UI样式",
|
|
60
|
+
"default": "\"default\"",
|
|
61
|
+
"type": "UIType"
|
|
67
62
|
},
|
|
68
63
|
{
|
|
69
|
-
"name": "
|
|
70
|
-
"description": "
|
|
71
|
-
"
|
|
72
|
-
"type": "
|
|
64
|
+
"name": "size",
|
|
65
|
+
"description": "大小,只对按钮样式生效",
|
|
66
|
+
"default": "\"medium\"",
|
|
67
|
+
"type": "ComponentSize"
|
|
73
68
|
},
|
|
74
69
|
{
|
|
75
|
-
"name": "
|
|
76
|
-
"description": "
|
|
70
|
+
"name": "customStyle",
|
|
71
|
+
"description": "自定义radio的外层样式",
|
|
77
72
|
"attribute": false,
|
|
78
73
|
"type": "React.CSSProperties"
|
|
79
74
|
},
|
|
80
75
|
{
|
|
81
|
-
"name": "
|
|
82
|
-
"description": "
|
|
83
|
-
"
|
|
76
|
+
"name": "useBrick",
|
|
77
|
+
"description": "自定义radio的内容",
|
|
78
|
+
"attribute": false,
|
|
79
|
+
"type": "UseSingleBrickConf"
|
|
84
80
|
},
|
|
85
81
|
{
|
|
86
82
|
"name": "themeVariant",
|
|
@@ -91,24 +87,23 @@
|
|
|
91
87
|
"events": [
|
|
92
88
|
{
|
|
93
89
|
"name": "change",
|
|
94
|
-
"description": "",
|
|
90
|
+
"description": "值变化事件",
|
|
95
91
|
"detail": {
|
|
96
|
-
"
|
|
97
|
-
"type": "string"
|
|
92
|
+
"type": "GeneralComplexOption | undefined"
|
|
98
93
|
}
|
|
99
|
-
}
|
|
100
|
-
],
|
|
101
|
-
"slots": [],
|
|
102
|
-
"methods": [
|
|
94
|
+
},
|
|
103
95
|
{
|
|
104
|
-
"name": "
|
|
105
|
-
"
|
|
106
|
-
"
|
|
107
|
-
|
|
96
|
+
"name": "options.change",
|
|
97
|
+
"description": "选项列表变化事件",
|
|
98
|
+
"detail": {
|
|
99
|
+
"type": "{\n options: {\n label: string;\n value: any;\n [key: string]: any;\n };\n name: string;\n }"
|
|
100
|
+
}
|
|
108
101
|
}
|
|
109
102
|
],
|
|
103
|
+
"slots": [],
|
|
104
|
+
"methods": [],
|
|
110
105
|
"parts": [],
|
|
111
|
-
"description": "
|
|
106
|
+
"description": "通用单选构件",
|
|
112
107
|
"category": "form-input-basic"
|
|
113
108
|
},
|
|
114
109
|
{
|
|
@@ -256,109 +251,6 @@
|
|
|
256
251
|
"description": "表单构件",
|
|
257
252
|
"category": "form-input-basic"
|
|
258
253
|
},
|
|
259
|
-
{
|
|
260
|
-
"name": "eo-radio",
|
|
261
|
-
"alias": [
|
|
262
|
-
"form.general-radio"
|
|
263
|
-
],
|
|
264
|
-
"properties": [
|
|
265
|
-
{
|
|
266
|
-
"name": "name",
|
|
267
|
-
"description": "下拉框字段名",
|
|
268
|
-
"type": "string"
|
|
269
|
-
},
|
|
270
|
-
{
|
|
271
|
-
"name": "label",
|
|
272
|
-
"description": "单选框字段说明",
|
|
273
|
-
"type": "string"
|
|
274
|
-
},
|
|
275
|
-
{
|
|
276
|
-
"name": "options",
|
|
277
|
-
"description": "单选框选项表",
|
|
278
|
-
"required": true,
|
|
279
|
-
"attribute": false,
|
|
280
|
-
"type": "GeneralOption[]"
|
|
281
|
-
},
|
|
282
|
-
{
|
|
283
|
-
"name": "value",
|
|
284
|
-
"description": "单选框当前选中始值",
|
|
285
|
-
"attribute": false,
|
|
286
|
-
"type": "any"
|
|
287
|
-
},
|
|
288
|
-
{
|
|
289
|
-
"name": "required",
|
|
290
|
-
"description": "是否必填",
|
|
291
|
-
"type": "boolean"
|
|
292
|
-
},
|
|
293
|
-
{
|
|
294
|
-
"name": "message",
|
|
295
|
-
"description": "校验文本信息",
|
|
296
|
-
"attribute": false,
|
|
297
|
-
"type": "Record<string, string>"
|
|
298
|
-
},
|
|
299
|
-
{
|
|
300
|
-
"name": "disabled",
|
|
301
|
-
"description": "是否禁用",
|
|
302
|
-
"type": "boolean"
|
|
303
|
-
},
|
|
304
|
-
{
|
|
305
|
-
"name": "type",
|
|
306
|
-
"description": "单选框样式类型",
|
|
307
|
-
"default": "\"default\"",
|
|
308
|
-
"type": "RadioType"
|
|
309
|
-
},
|
|
310
|
-
{
|
|
311
|
-
"name": "ui",
|
|
312
|
-
"description": "UI样式",
|
|
313
|
-
"default": "\"default\"",
|
|
314
|
-
"type": "UIType"
|
|
315
|
-
},
|
|
316
|
-
{
|
|
317
|
-
"name": "size",
|
|
318
|
-
"description": "大小,只对按钮样式生效",
|
|
319
|
-
"default": "\"medium\"",
|
|
320
|
-
"type": "ComponentSize"
|
|
321
|
-
},
|
|
322
|
-
{
|
|
323
|
-
"name": "customStyle",
|
|
324
|
-
"description": "自定义radio的外层样式",
|
|
325
|
-
"attribute": false,
|
|
326
|
-
"type": "React.CSSProperties"
|
|
327
|
-
},
|
|
328
|
-
{
|
|
329
|
-
"name": "useBrick",
|
|
330
|
-
"description": "自定义radio的内容",
|
|
331
|
-
"attribute": false,
|
|
332
|
-
"type": "UseSingleBrickConf"
|
|
333
|
-
},
|
|
334
|
-
{
|
|
335
|
-
"name": "themeVariant",
|
|
336
|
-
"description": "主题变体",
|
|
337
|
-
"type": "\"default\" | \"elevo\""
|
|
338
|
-
}
|
|
339
|
-
],
|
|
340
|
-
"events": [
|
|
341
|
-
{
|
|
342
|
-
"name": "change",
|
|
343
|
-
"description": "值变化事件",
|
|
344
|
-
"detail": {
|
|
345
|
-
"type": "GeneralComplexOption | undefined"
|
|
346
|
-
}
|
|
347
|
-
},
|
|
348
|
-
{
|
|
349
|
-
"name": "options.change",
|
|
350
|
-
"description": "选项列表变化事件",
|
|
351
|
-
"detail": {
|
|
352
|
-
"type": "{\n options: {\n label: string;\n value: any;\n [key: string]: any;\n };\n name: string;\n }"
|
|
353
|
-
}
|
|
354
|
-
}
|
|
355
|
-
],
|
|
356
|
-
"slots": [],
|
|
357
|
-
"methods": [],
|
|
358
|
-
"parts": [],
|
|
359
|
-
"description": "通用单选构件",
|
|
360
|
-
"category": "form-input-basic"
|
|
361
|
-
},
|
|
362
254
|
{
|
|
363
255
|
"name": "eo-select",
|
|
364
256
|
"alias": [
|
|
@@ -688,6 +580,78 @@
|
|
|
688
580
|
"description": "表单复选框构件",
|
|
689
581
|
"category": "form-input-basic"
|
|
690
582
|
},
|
|
583
|
+
{
|
|
584
|
+
"name": "eo-search",
|
|
585
|
+
"alias": [
|
|
586
|
+
"form.general-search"
|
|
587
|
+
],
|
|
588
|
+
"properties": [
|
|
589
|
+
{
|
|
590
|
+
"name": "value",
|
|
591
|
+
"description": "搜索框的值",
|
|
592
|
+
"default": "\"\"",
|
|
593
|
+
"type": "string"
|
|
594
|
+
},
|
|
595
|
+
{
|
|
596
|
+
"name": "placeholder",
|
|
597
|
+
"description": "提示语",
|
|
598
|
+
"type": "string"
|
|
599
|
+
},
|
|
600
|
+
{
|
|
601
|
+
"name": "autoFocus",
|
|
602
|
+
"description": "是否自动聚焦",
|
|
603
|
+
"type": "boolean"
|
|
604
|
+
},
|
|
605
|
+
{
|
|
606
|
+
"name": "clearable",
|
|
607
|
+
"description": "可以点击清除图标删除内容",
|
|
608
|
+
"type": "boolean"
|
|
609
|
+
},
|
|
610
|
+
{
|
|
611
|
+
"name": "trim",
|
|
612
|
+
"description": "是否剔除前后空格",
|
|
613
|
+
"type": "boolean"
|
|
614
|
+
},
|
|
615
|
+
{
|
|
616
|
+
"name": "debounceTime",
|
|
617
|
+
"description": "默认延迟时间",
|
|
618
|
+
"default": "0",
|
|
619
|
+
"type": "number"
|
|
620
|
+
},
|
|
621
|
+
{
|
|
622
|
+
"name": "inputStyle",
|
|
623
|
+
"description": "输入框样式",
|
|
624
|
+
"attribute": false,
|
|
625
|
+
"type": "CSSProperties"
|
|
626
|
+
},
|
|
627
|
+
{
|
|
628
|
+
"name": "themeVariant",
|
|
629
|
+
"description": "主题变体",
|
|
630
|
+
"type": "\"default\" | \"elevo\""
|
|
631
|
+
}
|
|
632
|
+
],
|
|
633
|
+
"events": [
|
|
634
|
+
{
|
|
635
|
+
"name": "change",
|
|
636
|
+
"description": "输入的搜索字符,输入变化时触发",
|
|
637
|
+
"detail": {
|
|
638
|
+
"type": "string"
|
|
639
|
+
}
|
|
640
|
+
},
|
|
641
|
+
{
|
|
642
|
+
"name": "search",
|
|
643
|
+
"description": "搜索时触发",
|
|
644
|
+
"detail": {
|
|
645
|
+
"type": "string"
|
|
646
|
+
}
|
|
647
|
+
}
|
|
648
|
+
],
|
|
649
|
+
"slots": [],
|
|
650
|
+
"methods": [],
|
|
651
|
+
"parts": [],
|
|
652
|
+
"description": "搜索框",
|
|
653
|
+
"category": "interact-basic"
|
|
654
|
+
},
|
|
691
655
|
{
|
|
692
656
|
"name": "eo-dynamic-form-item",
|
|
693
657
|
"alias": [
|
|
@@ -839,78 +803,6 @@
|
|
|
839
803
|
"description": "图标选择构件",
|
|
840
804
|
"category": "form-input-basic"
|
|
841
805
|
},
|
|
842
|
-
{
|
|
843
|
-
"name": "eo-search",
|
|
844
|
-
"alias": [
|
|
845
|
-
"form.general-search"
|
|
846
|
-
],
|
|
847
|
-
"properties": [
|
|
848
|
-
{
|
|
849
|
-
"name": "value",
|
|
850
|
-
"description": "搜索框的值",
|
|
851
|
-
"default": "\"\"",
|
|
852
|
-
"type": "string"
|
|
853
|
-
},
|
|
854
|
-
{
|
|
855
|
-
"name": "placeholder",
|
|
856
|
-
"description": "提示语",
|
|
857
|
-
"type": "string"
|
|
858
|
-
},
|
|
859
|
-
{
|
|
860
|
-
"name": "autoFocus",
|
|
861
|
-
"description": "是否自动聚焦",
|
|
862
|
-
"type": "boolean"
|
|
863
|
-
},
|
|
864
|
-
{
|
|
865
|
-
"name": "clearable",
|
|
866
|
-
"description": "可以点击清除图标删除内容",
|
|
867
|
-
"type": "boolean"
|
|
868
|
-
},
|
|
869
|
-
{
|
|
870
|
-
"name": "trim",
|
|
871
|
-
"description": "是否剔除前后空格",
|
|
872
|
-
"type": "boolean"
|
|
873
|
-
},
|
|
874
|
-
{
|
|
875
|
-
"name": "debounceTime",
|
|
876
|
-
"description": "默认延迟时间",
|
|
877
|
-
"default": "0",
|
|
878
|
-
"type": "number"
|
|
879
|
-
},
|
|
880
|
-
{
|
|
881
|
-
"name": "inputStyle",
|
|
882
|
-
"description": "输入框样式",
|
|
883
|
-
"attribute": false,
|
|
884
|
-
"type": "CSSProperties"
|
|
885
|
-
},
|
|
886
|
-
{
|
|
887
|
-
"name": "themeVariant",
|
|
888
|
-
"description": "主题变体",
|
|
889
|
-
"type": "\"default\" | \"elevo\""
|
|
890
|
-
}
|
|
891
|
-
],
|
|
892
|
-
"events": [
|
|
893
|
-
{
|
|
894
|
-
"name": "change",
|
|
895
|
-
"description": "输入的搜索字符,输入变化时触发",
|
|
896
|
-
"detail": {
|
|
897
|
-
"type": "string"
|
|
898
|
-
}
|
|
899
|
-
},
|
|
900
|
-
{
|
|
901
|
-
"name": "search",
|
|
902
|
-
"description": "搜索时触发",
|
|
903
|
-
"detail": {
|
|
904
|
-
"type": "string"
|
|
905
|
-
}
|
|
906
|
-
}
|
|
907
|
-
],
|
|
908
|
-
"slots": [],
|
|
909
|
-
"methods": [],
|
|
910
|
-
"parts": [],
|
|
911
|
-
"description": "搜索框",
|
|
912
|
-
"category": "interact-basic"
|
|
913
|
-
},
|
|
914
806
|
{
|
|
915
807
|
"name": "eo-upload-image",
|
|
916
808
|
"alias": [
|
|
@@ -1450,6 +1342,114 @@
|
|
|
1450
1342
|
"description": "日期选择器",
|
|
1451
1343
|
"category": "form-input-basic"
|
|
1452
1344
|
},
|
|
1345
|
+
{
|
|
1346
|
+
"name": "eo-textarea",
|
|
1347
|
+
"alias": [
|
|
1348
|
+
"form.general-textarea"
|
|
1349
|
+
],
|
|
1350
|
+
"properties": [
|
|
1351
|
+
{
|
|
1352
|
+
"name": "name",
|
|
1353
|
+
"description": "字段名称",
|
|
1354
|
+
"type": "string"
|
|
1355
|
+
},
|
|
1356
|
+
{
|
|
1357
|
+
"name": "label",
|
|
1358
|
+
"description": "标签文字",
|
|
1359
|
+
"type": "string"
|
|
1360
|
+
},
|
|
1361
|
+
{
|
|
1362
|
+
"name": "value",
|
|
1363
|
+
"description": "值",
|
|
1364
|
+
"type": "string"
|
|
1365
|
+
},
|
|
1366
|
+
{
|
|
1367
|
+
"name": "placeholder",
|
|
1368
|
+
"description": "占位说明",
|
|
1369
|
+
"type": "string"
|
|
1370
|
+
},
|
|
1371
|
+
{
|
|
1372
|
+
"name": "disabled",
|
|
1373
|
+
"description": "是否禁用",
|
|
1374
|
+
"type": "boolean"
|
|
1375
|
+
},
|
|
1376
|
+
{
|
|
1377
|
+
"name": "minLength",
|
|
1378
|
+
"description": "最小长度",
|
|
1379
|
+
"type": "number"
|
|
1380
|
+
},
|
|
1381
|
+
{
|
|
1382
|
+
"name": "maxLength",
|
|
1383
|
+
"description": "最大长度",
|
|
1384
|
+
"type": "number"
|
|
1385
|
+
},
|
|
1386
|
+
{
|
|
1387
|
+
"name": "autoSize",
|
|
1388
|
+
"description": "大小自适应",
|
|
1389
|
+
"attribute": false,
|
|
1390
|
+
"type": "AutoSize"
|
|
1391
|
+
},
|
|
1392
|
+
{
|
|
1393
|
+
"name": "required",
|
|
1394
|
+
"description": "是否必填",
|
|
1395
|
+
"type": "boolean"
|
|
1396
|
+
},
|
|
1397
|
+
{
|
|
1398
|
+
"name": "max",
|
|
1399
|
+
"description": "表单校验最大长度",
|
|
1400
|
+
"type": "number"
|
|
1401
|
+
},
|
|
1402
|
+
{
|
|
1403
|
+
"name": "min",
|
|
1404
|
+
"description": "表单校验最小长度",
|
|
1405
|
+
"type": "number"
|
|
1406
|
+
},
|
|
1407
|
+
{
|
|
1408
|
+
"name": "message",
|
|
1409
|
+
"description": "校验信息",
|
|
1410
|
+
"attribute": false,
|
|
1411
|
+
"type": "Record<string, string>"
|
|
1412
|
+
},
|
|
1413
|
+
{
|
|
1414
|
+
"name": "textareaStyle",
|
|
1415
|
+
"description": "自定义样式",
|
|
1416
|
+
"attribute": false,
|
|
1417
|
+
"type": "React.CSSProperties"
|
|
1418
|
+
},
|
|
1419
|
+
{
|
|
1420
|
+
"name": "variant",
|
|
1421
|
+
"description": "变体\n\n- muted: 在 themeVariant 为 elevo 时可用,设置时输入框没有 box-shadow",
|
|
1422
|
+
"type": "\"default\" | \"muted\""
|
|
1423
|
+
},
|
|
1424
|
+
{
|
|
1425
|
+
"name": "themeVariant",
|
|
1426
|
+
"description": "主题变体",
|
|
1427
|
+
"type": "\"default\" | \"elevo\""
|
|
1428
|
+
}
|
|
1429
|
+
],
|
|
1430
|
+
"events": [
|
|
1431
|
+
{
|
|
1432
|
+
"name": "change",
|
|
1433
|
+
"description": "",
|
|
1434
|
+
"detail": {
|
|
1435
|
+
"description": null,
|
|
1436
|
+
"type": "string"
|
|
1437
|
+
}
|
|
1438
|
+
}
|
|
1439
|
+
],
|
|
1440
|
+
"slots": [],
|
|
1441
|
+
"methods": [
|
|
1442
|
+
{
|
|
1443
|
+
"name": "focusTextarea",
|
|
1444
|
+
"params": [],
|
|
1445
|
+
"description": "focus",
|
|
1446
|
+
"returns": {}
|
|
1447
|
+
}
|
|
1448
|
+
],
|
|
1449
|
+
"parts": [],
|
|
1450
|
+
"description": "通用多行文本输入框构件",
|
|
1451
|
+
"category": "form-input-basic"
|
|
1452
|
+
},
|
|
1453
1453
|
{
|
|
1454
1454
|
"name": "eo-time-range-picker",
|
|
1455
1455
|
"properties": [
|