@next-bricks/form 1.15.8 → 1.15.9

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 (32) hide show
  1. package/dist/bricks.json +39 -39
  2. package/dist/chunks/5347.407eaf45.js +3 -0
  3. package/dist/chunks/5347.407eaf45.js.map +1 -0
  4. package/dist/chunks/{eo-date-picker.740508ba.js → eo-date-picker.79d82882.js} +2 -2
  5. package/dist/chunks/{eo-date-picker.740508ba.js.map → eo-date-picker.79d82882.js.map} +1 -1
  6. package/dist/chunks/eo-radio.3b5b1a87.js +3 -0
  7. package/dist/chunks/eo-radio.3b5b1a87.js.map +1 -0
  8. package/dist/chunks/{input.eb21f7c8.js → input.4e2e5b20.js} +3 -3
  9. package/dist/chunks/{input.eb21f7c8.js.map → input.4e2e5b20.js.map} +1 -1
  10. package/dist/chunks/main.38afb015.js +2 -0
  11. package/dist/chunks/main.38afb015.js.map +1 -0
  12. package/dist/examples.json +11 -11
  13. package/dist/index.ff5669c5.js +2 -0
  14. package/dist/index.ff5669c5.js.map +1 -0
  15. package/dist/manifest.json +310 -310
  16. package/dist/types.json +390 -390
  17. package/dist-types/input.d.ts +1 -1
  18. package/dist-types/radio/index.d.ts +1 -1
  19. package/package.json +2 -2
  20. package/dist/chunks/2853.13a2154a.js +0 -2
  21. package/dist/chunks/2853.13a2154a.js.map +0 -1
  22. package/dist/chunks/7138.32feb41d.js +0 -3
  23. package/dist/chunks/7138.32feb41d.js.map +0 -1
  24. package/dist/chunks/eo-radio.f7ea3494.js +0 -3
  25. package/dist/chunks/eo-radio.f7ea3494.js.map +0 -1
  26. package/dist/chunks/main.363d8234.js +0 -2
  27. package/dist/chunks/main.363d8234.js.map +0 -1
  28. package/dist/index.fa015fd4.js +0 -2
  29. package/dist/index.fa015fd4.js.map +0 -1
  30. /package/dist/chunks/{7138.32feb41d.js.LICENSE.txt → 5347.407eaf45.js.LICENSE.txt} +0 -0
  31. /package/dist/chunks/{eo-radio.f7ea3494.js.LICENSE.txt → eo-radio.3b5b1a87.js.LICENSE.txt} +0 -0
  32. /package/dist/chunks/{input.eb21f7c8.js.LICENSE.txt → input.4e2e5b20.js.LICENSE.txt} +0 -0
@@ -492,6 +492,66 @@
492
492
  "description": "通用下拉选择构件",
493
493
  "category": "form-input-basic"
494
494
  },
495
+ {
496
+ "name": "eo-submit-buttons",
497
+ "alias": [
498
+ "form.submit-buttons"
499
+ ],
500
+ "properties": [
501
+ {
502
+ "name": "submitText",
503
+ "description": "提交按钮的文字",
504
+ "default": "\"提交\"",
505
+ "type": "string"
506
+ },
507
+ {
508
+ "name": "cancelText",
509
+ "description": "取消按钮的文字,不设置则不显示取消按钮",
510
+ "type": "string"
511
+ },
512
+ {
513
+ "name": "disableAfterClick",
514
+ "description": "点击确定按钮后自动禁用",
515
+ "type": "boolean"
516
+ },
517
+ {
518
+ "name": "submitDisabled",
519
+ "description": "禁用提交按钮",
520
+ "type": "boolean"
521
+ },
522
+ {
523
+ "name": "submitType",
524
+ "description": "提交按钮类型",
525
+ "type": "ButtonType"
526
+ },
527
+ {
528
+ "name": "cancelType",
529
+ "description": "取消按钮类型",
530
+ "type": "ButtonType"
531
+ }
532
+ ],
533
+ "events": [
534
+ {
535
+ "name": "submit",
536
+ "description": "点击提交按钮触发的事件",
537
+ "detail": {
538
+ "type": "void"
539
+ }
540
+ },
541
+ {
542
+ "name": "cancel",
543
+ "description": "点击取消按钮触发的事件",
544
+ "detail": {
545
+ "type": "void"
546
+ }
547
+ }
548
+ ],
549
+ "slots": [],
550
+ "methods": [],
551
+ "parts": [],
552
+ "description": "表单提交按钮",
553
+ "category": "form-input-basic"
554
+ },
495
555
  {
496
556
  "name": "eo-checkbox",
497
557
  "alias": [
@@ -584,66 +644,6 @@
584
644
  "description": "表单复选框构件",
585
645
  "category": "form-input-basic"
586
646
  },
587
- {
588
- "name": "eo-submit-buttons",
589
- "alias": [
590
- "form.submit-buttons"
591
- ],
592
- "properties": [
593
- {
594
- "name": "submitText",
595
- "description": "提交按钮的文字",
596
- "default": "\"提交\"",
597
- "type": "string"
598
- },
599
- {
600
- "name": "cancelText",
601
- "description": "取消按钮的文字,不设置则不显示取消按钮",
602
- "type": "string"
603
- },
604
- {
605
- "name": "disableAfterClick",
606
- "description": "点击确定按钮后自动禁用",
607
- "type": "boolean"
608
- },
609
- {
610
- "name": "submitDisabled",
611
- "description": "禁用提交按钮",
612
- "type": "boolean"
613
- },
614
- {
615
- "name": "submitType",
616
- "description": "提交按钮类型",
617
- "type": "ButtonType"
618
- },
619
- {
620
- "name": "cancelType",
621
- "description": "取消按钮类型",
622
- "type": "ButtonType"
623
- }
624
- ],
625
- "events": [
626
- {
627
- "name": "submit",
628
- "description": "点击提交按钮触发的事件",
629
- "detail": {
630
- "type": "void"
631
- }
632
- },
633
- {
634
- "name": "cancel",
635
- "description": "点击取消按钮触发的事件",
636
- "detail": {
637
- "type": "void"
638
- }
639
- }
640
- ],
641
- "slots": [],
642
- "methods": [],
643
- "parts": [],
644
- "description": "表单提交按钮",
645
- "category": "form-input-basic"
646
- },
647
647
  {
648
648
  "name": "eo-dynamic-form-item",
649
649
  "alias": [
@@ -736,6 +736,60 @@
736
736
  "description": "动态表单",
737
737
  "category": "form-input-basic"
738
738
  },
739
+ {
740
+ "name": "eo-icon-select",
741
+ "alias": [
742
+ "form.icon-select"
743
+ ],
744
+ "properties": [
745
+ {
746
+ "name": "name",
747
+ "description": "字段名称",
748
+ "type": "string"
749
+ },
750
+ {
751
+ "name": "label",
752
+ "description": "字段说明",
753
+ "type": "string"
754
+ },
755
+ {
756
+ "name": "value",
757
+ "description": "值",
758
+ "attribute": false,
759
+ "type": "Icon"
760
+ },
761
+ {
762
+ "name": "disabled",
763
+ "description": "是否禁用",
764
+ "type": "boolean"
765
+ },
766
+ {
767
+ "name": "required",
768
+ "description": "是否必填",
769
+ "type": "boolean"
770
+ },
771
+ {
772
+ "name": "message",
773
+ "description": "是否必填",
774
+ "attribute": false,
775
+ "type": "Record<string, string>"
776
+ }
777
+ ],
778
+ "events": [
779
+ {
780
+ "name": "change",
781
+ "description": "值变化时触发",
782
+ "detail": {
783
+ "type": "Icon | undefined"
784
+ }
785
+ }
786
+ ],
787
+ "slots": [],
788
+ "methods": [],
789
+ "parts": [],
790
+ "description": "图标选择构件",
791
+ "category": "form-input-basic"
792
+ },
739
793
  {
740
794
  "name": "eo-search",
741
795
  "alias": [
@@ -804,9 +858,9 @@
804
858
  "category": "interact-basic"
805
859
  },
806
860
  {
807
- "name": "eo-icon-select",
861
+ "name": "eo-switch",
808
862
  "alias": [
809
- "form.icon-select"
863
+ "form.general-switch"
810
864
  ],
811
865
  "properties": [
812
866
  {
@@ -816,14 +870,13 @@
816
870
  },
817
871
  {
818
872
  "name": "label",
819
- "description": "字段说明",
873
+ "description": "字段文本",
820
874
  "type": "string"
821
875
  },
822
876
  {
823
877
  "name": "value",
824
- "description": "",
825
- "attribute": false,
826
- "type": "Icon"
878
+ "description": "初始值",
879
+ "type": "boolean"
827
880
  },
828
881
  {
829
882
  "name": "disabled",
@@ -831,30 +884,46 @@
831
884
  "type": "boolean"
832
885
  },
833
886
  {
834
- "name": "required",
835
- "description": "是否必填",
836
- "type": "boolean"
887
+ "name": "size",
888
+ "description": "按钮大小,目前只支持small和非small两种大小。",
889
+ "type": "ComponentSize"
837
890
  },
838
891
  {
839
- "name": "message",
840
- "description": "是否必填",
892
+ "name": "checkedText",
893
+ "description": "选中时的文本",
894
+ "type": "string"
895
+ },
896
+ {
897
+ "name": "unCheckedText",
898
+ "description": "非选中时的文本",
899
+ "type": "string"
900
+ },
901
+ {
902
+ "name": "checkedIcon",
903
+ "description": "选中时的图标",
841
904
  "attribute": false,
842
- "type": "Record<string, string>"
905
+ "type": "GeneralIconProps"
906
+ },
907
+ {
908
+ "name": "unCheckedIcon",
909
+ "description": "非选中时的文本",
910
+ "attribute": false,
911
+ "type": "GeneralIconProps"
843
912
  }
844
913
  ],
845
914
  "events": [
846
915
  {
847
- "name": "change",
848
- "description": "值变化时触发",
916
+ "name": "switch",
917
+ "description": "开关改变时触发",
849
918
  "detail": {
850
- "type": "Icon | undefined"
919
+ "type": "boolean"
851
920
  }
852
921
  }
853
922
  ],
854
923
  "slots": [],
855
924
  "methods": [],
856
925
  "parts": [],
857
- "description": "图标选择构件",
926
+ "description": "开关",
858
927
  "category": "form-input-basic"
859
928
  },
860
929
  {
@@ -927,103 +996,34 @@
927
996
  "category": "form-input-basic"
928
997
  },
929
998
  {
930
- "name": "eo-switch",
931
- "alias": [
932
- "form.general-switch"
933
- ],
999
+ "name": "eo-upload-file",
934
1000
  "properties": [
935
1001
  {
936
- "name": "name",
937
- "description": "字段名称",
1002
+ "name": "label",
1003
+ "description": "字段说明",
938
1004
  "type": "string"
939
1005
  },
940
1006
  {
941
- "name": "label",
942
- "description": "字段文本",
1007
+ "name": "name",
1008
+ "description": "字段名称",
943
1009
  "type": "string"
944
1010
  },
945
1011
  {
946
- "name": "value",
947
- "description": "初始值",
1012
+ "name": "required",
1013
+ "description": "是否必填",
948
1014
  "type": "boolean"
949
1015
  },
950
1016
  {
951
- "name": "disabled",
952
- "description": "是否禁用",
953
- "type": "boolean"
1017
+ "name": "message",
1018
+ "description": "校验文本信息",
1019
+ "attribute": false,
1020
+ "type": "Record<string, string>"
954
1021
  },
955
1022
  {
956
- "name": "size",
957
- "description": "按钮大小,目前只支持small和非small两种大小。",
958
- "type": "ComponentSize"
959
- },
960
- {
961
- "name": "checkedText",
962
- "description": "选中时的文本",
963
- "type": "string"
964
- },
965
- {
966
- "name": "unCheckedText",
967
- "description": "非选中时的文本",
968
- "type": "string"
969
- },
970
- {
971
- "name": "checkedIcon",
972
- "description": "选中时的图标",
973
- "attribute": false,
974
- "type": "GeneralIconProps"
975
- },
976
- {
977
- "name": "unCheckedIcon",
978
- "description": "非选中时的文本",
979
- "attribute": false,
980
- "type": "GeneralIconProps"
981
- }
982
- ],
983
- "events": [
984
- {
985
- "name": "switch",
986
- "description": "开关改变时触发",
987
- "detail": {
988
- "type": "boolean"
989
- }
990
- }
991
- ],
992
- "slots": [],
993
- "methods": [],
994
- "parts": [],
995
- "description": "开关",
996
- "category": "form-input-basic"
997
- },
998
- {
999
- "name": "eo-upload-file",
1000
- "properties": [
1001
- {
1002
- "name": "label",
1003
- "description": "字段说明",
1004
- "type": "string"
1005
- },
1006
- {
1007
- "name": "name",
1008
- "description": "字段名称",
1009
- "type": "string"
1010
- },
1011
- {
1012
- "name": "required",
1013
- "description": "是否必填",
1014
- "type": "boolean"
1015
- },
1016
- {
1017
- "name": "message",
1018
- "description": "校验文本信息",
1019
- "attribute": false,
1020
- "type": "Record<string, string>"
1021
- },
1022
- {
1023
- "name": "value",
1024
- "description": "值",
1025
- "attribute": false,
1026
- "type": "FileData[]"
1023
+ "name": "value",
1024
+ "description": "",
1025
+ "attribute": false,
1026
+ "type": "FileData[]"
1027
1027
  },
1028
1028
  {
1029
1029
  "name": "multiple",
@@ -1376,6 +1376,88 @@
1376
1376
  "description": "日期选择器",
1377
1377
  "category": "form-input-basic"
1378
1378
  },
1379
+ {
1380
+ "name": "eo-time-range-picker",
1381
+ "properties": [
1382
+ {
1383
+ "name": "name",
1384
+ "description": "时间段选择器字段名",
1385
+ "type": "string"
1386
+ },
1387
+ {
1388
+ "name": "label",
1389
+ "description": "时间段选择器说明",
1390
+ "type": "string"
1391
+ },
1392
+ {
1393
+ "name": "value",
1394
+ "description": "时间段选择器的初始值",
1395
+ "default": "{ \"startTime\": \"00:00:00\", \"endTime\": \"23:59:59\" }",
1396
+ "attribute": false,
1397
+ "type": "TimeRange"
1398
+ },
1399
+ {
1400
+ "name": "required",
1401
+ "description": "是否必填",
1402
+ "type": "boolean"
1403
+ },
1404
+ {
1405
+ "name": "rangeType",
1406
+ "description": "时间段类型",
1407
+ "attribute": false,
1408
+ "type": "RangeType"
1409
+ },
1410
+ {
1411
+ "name": "placeholder",
1412
+ "description": "输入框提示文字,单时间段时为string,范围时间段时为[string, string]",
1413
+ "attribute": false,
1414
+ "type": "string | [string, string]"
1415
+ },
1416
+ {
1417
+ "name": "inputStyle",
1418
+ "description": "输入框样式",
1419
+ "attribute": false,
1420
+ "type": "React.CSSProperties"
1421
+ },
1422
+ {
1423
+ "name": "selectNearDays",
1424
+ "description": "只有rangeType在`date` 和 `dateTime`下, 才支持只选择最近n天(当前时间向前n天)",
1425
+ "type": "number"
1426
+ },
1427
+ {
1428
+ "name": "emitChangeOnInit",
1429
+ "description": "",
1430
+ "default": "true\n是否在初始化完成后额外触发一次`time.range.change`, 这里因为历史原因之前默认行为就是在初始化后会触发该事件,这里为了兼容之前的行为,默认值只能设置为 true。",
1431
+ "type": "boolean"
1432
+ },
1433
+ {
1434
+ "name": "presetRanges",
1435
+ "description": "",
1436
+ "default": "[]\n预设时间范围快捷选择;设置了属性selectNearDays时,属性presetRanges不生效;属性rangeType为week时,presetRanges的值只能为本周、本月、本季度、今年,属性rangeType为month、quarter、year时,以此类推",
1437
+ "attribute": false,
1438
+ "type": "presetRangeType[]"
1439
+ },
1440
+ {
1441
+ "name": "validator",
1442
+ "attribute": false,
1443
+ "type": "((value: any) => MessageBody | string)"
1444
+ }
1445
+ ],
1446
+ "events": [
1447
+ {
1448
+ "name": "change",
1449
+ "description": "时间段变化时触发",
1450
+ "detail": {
1451
+ "type": "TimeRange"
1452
+ }
1453
+ }
1454
+ ],
1455
+ "slots": [],
1456
+ "methods": [],
1457
+ "parts": [],
1458
+ "description": "时间区间选择器",
1459
+ "category": "form-input-basic"
1460
+ },
1379
1461
  {
1380
1462
  "name": "eo-color-picker",
1381
1463
  "properties": [
@@ -1455,86 +1537,112 @@
1455
1537
  "description": "构件 `eo-color-picker`"
1456
1538
  },
1457
1539
  {
1458
- "name": "eo-time-range-picker",
1540
+ "name": "eo-form-item",
1541
+ "alias": [
1542
+ "form.general-form-item"
1543
+ ],
1459
1544
  "properties": [
1545
+ {
1546
+ "name": "formElement",
1547
+ "attribute": false,
1548
+ "type": "Form"
1549
+ },
1550
+ {
1551
+ "name": "curElement",
1552
+ "attribute": false,
1553
+ "type": "HTMLElement"
1554
+ },
1460
1555
  {
1461
1556
  "name": "name",
1462
- "description": "时间段选择器字段名",
1557
+ "description": "字段名称",
1463
1558
  "type": "string"
1464
1559
  },
1465
1560
  {
1466
1561
  "name": "label",
1467
- "description": "时间段选择器说明",
1468
1562
  "type": "string"
1469
1563
  },
1470
1564
  {
1471
- "name": "value",
1472
- "description": "时间段选择器的初始值",
1473
- "default": "{ \"startTime\": \"00:00:00\", \"endTime\": \"23:59:59\" }",
1565
+ "name": "pattern",
1566
+ "type": "string"
1567
+ },
1568
+ {
1569
+ "name": "message",
1474
1570
  "attribute": false,
1475
- "type": "TimeRange"
1571
+ "type": "Record<string, string>"
1572
+ },
1573
+ {
1574
+ "name": "type",
1575
+ "type": "string"
1576
+ },
1577
+ {
1578
+ "name": "max",
1579
+ "type": "number"
1580
+ },
1581
+ {
1582
+ "name": "min",
1583
+ "type": "number"
1476
1584
  },
1477
1585
  {
1478
1586
  "name": "required",
1479
- "description": "是否必填",
1587
+ "description": "表单项是否为必填",
1480
1588
  "type": "boolean"
1481
1589
  },
1482
1590
  {
1483
- "name": "rangeType",
1484
- "description": "时间段类型",
1485
- "attribute": false,
1486
- "type": "RangeType"
1591
+ "name": "value",
1592
+ "description": "初始值",
1593
+ "type": "string"
1487
1594
  },
1488
1595
  {
1489
- "name": "placeholder",
1490
- "description": "输入框提示文字,单时间段时为string,范围时间段时为[string, string]",
1491
- "attribute": false,
1492
- "type": "string | [string, string]"
1596
+ "name": "valuePropsName",
1597
+ "type": "string"
1493
1598
  },
1494
1599
  {
1495
- "name": "inputStyle",
1496
- "description": "输入框样式",
1497
- "attribute": false,
1498
- "type": "React.CSSProperties"
1600
+ "name": "layout",
1601
+ "type": "Layout"
1499
1602
  },
1500
1603
  {
1501
- "name": "selectNearDays",
1502
- "description": "只有rangeType在`date` 和 `dateTime`下, 才支持只选择最近n天(当前时间向前n天)",
1503
- "type": "number"
1604
+ "name": "size",
1605
+ "type": "ComponentSize"
1504
1606
  },
1505
1607
  {
1506
- "name": "emitChangeOnInit",
1507
- "description": "",
1508
- "default": "true\n是否在初始化完成后额外触发一次`time.range.change`, 这里因为历史原因之前默认行为就是在初始化后会触发该事件,这里为了兼容之前的行为,默认值只能设置为 true。",
1509
- "type": "boolean"
1608
+ "name": "trim",
1609
+ "description": "是否自动去除前后的空白字符",
1610
+ "default": "true"
1510
1611
  },
1511
1612
  {
1512
- "name": "presetRanges",
1513
- "description": "",
1514
- "default": "[]\n预设时间范围快捷选择;设置了属性selectNearDays时,属性presetRanges不生效;属性rangeType为week时,presetRanges的值只能为本周、本月、本季度、今年,属性rangeType为month、quarter、year时,以此类推",
1515
- "attribute": false,
1516
- "type": "presetRangeType[]"
1613
+ "name": "trigger",
1614
+ "description": "事件触发方法名",
1615
+ "type": "string"
1517
1616
  },
1518
1617
  {
1519
1618
  "name": "validator",
1619
+ "description": "表单项校验方法",
1520
1620
  "attribute": false,
1521
- "type": "((value: any) => MessageBody | string)"
1621
+ "type": "((value: any) => MessageBody)"
1622
+ },
1623
+ {
1624
+ "name": "needValidate",
1625
+ "description": "值变化时是否主动出发校验",
1626
+ "type": "boolean"
1627
+ },
1628
+ {
1629
+ "name": "textContent",
1630
+ "type": "string",
1631
+ "description": "文本内容"
1522
1632
  }
1523
1633
  ],
1524
- "events": [
1634
+ "events": [],
1635
+ "slots": [
1525
1636
  {
1526
- "name": "change",
1527
- "description": "时间段变化时触发",
1528
- "detail": {
1529
- "type": "TimeRange"
1530
- }
1637
+ "name": null,
1638
+ "description": "表单项内容"
1531
1639
  }
1532
1640
  ],
1533
- "slots": [],
1534
1641
  "methods": [],
1535
1642
  "parts": [],
1536
- "description": "时间区间选择器",
1537
- "category": "form-input-basic"
1643
+ "description": "通用输入框构件",
1644
+ "category": "form-input-basic",
1645
+ "insider": true
1538
1646
  },
1539
1647
  {
1540
1648
  "name": "eo-input",
@@ -1720,114 +1828,6 @@
1720
1828
  ],
1721
1829
  "description": "通用输入框构件",
1722
1830
  "category": "form-input-basic"
1723
- },
1724
- {
1725
- "name": "eo-form-item",
1726
- "alias": [
1727
- "form.general-form-item"
1728
- ],
1729
- "properties": [
1730
- {
1731
- "name": "formElement",
1732
- "attribute": false,
1733
- "type": "Form"
1734
- },
1735
- {
1736
- "name": "curElement",
1737
- "attribute": false,
1738
- "type": "HTMLElement"
1739
- },
1740
- {
1741
- "name": "name",
1742
- "description": "字段名称",
1743
- "type": "string"
1744
- },
1745
- {
1746
- "name": "label",
1747
- "type": "string"
1748
- },
1749
- {
1750
- "name": "pattern",
1751
- "type": "string"
1752
- },
1753
- {
1754
- "name": "message",
1755
- "attribute": false,
1756
- "type": "Record<string, string>"
1757
- },
1758
- {
1759
- "name": "type",
1760
- "type": "string"
1761
- },
1762
- {
1763
- "name": "max",
1764
- "type": "number"
1765
- },
1766
- {
1767
- "name": "min",
1768
- "type": "number"
1769
- },
1770
- {
1771
- "name": "required",
1772
- "description": "表单项是否为必填",
1773
- "type": "boolean"
1774
- },
1775
- {
1776
- "name": "value",
1777
- "description": "初始值",
1778
- "type": "string"
1779
- },
1780
- {
1781
- "name": "valuePropsName",
1782
- "type": "string"
1783
- },
1784
- {
1785
- "name": "layout",
1786
- "type": "Layout"
1787
- },
1788
- {
1789
- "name": "size",
1790
- "type": "ComponentSize"
1791
- },
1792
- {
1793
- "name": "trim",
1794
- "description": "是否自动去除前后的空白字符",
1795
- "default": "true"
1796
- },
1797
- {
1798
- "name": "trigger",
1799
- "description": "事件触发方法名",
1800
- "type": "string"
1801
- },
1802
- {
1803
- "name": "validator",
1804
- "description": "表单项校验方法",
1805
- "attribute": false,
1806
- "type": "((value: any) => MessageBody)"
1807
- },
1808
- {
1809
- "name": "needValidate",
1810
- "description": "值变化时是否主动出发校验",
1811
- "type": "boolean"
1812
- },
1813
- {
1814
- "name": "textContent",
1815
- "type": "string",
1816
- "description": "文本内容"
1817
- }
1818
- ],
1819
- "events": [],
1820
- "slots": [
1821
- {
1822
- "name": null,
1823
- "description": "表单项内容"
1824
- }
1825
- ],
1826
- "methods": [],
1827
- "parts": [],
1828
- "description": "通用输入框构件",
1829
- "category": "form-input-basic",
1830
- "insider": true
1831
1831
  }
1832
1832
  ],
1833
1833
  "providers": []