@next-bricks/form 1.19.2 → 1.20.1
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 +29 -29
- package/dist/chunks/1225.9ddafbd7.js +3 -0
- package/dist/chunks/1225.9ddafbd7.js.map +1 -0
- package/dist/chunks/eo-textarea.4650c5fa.js +3 -0
- package/dist/chunks/eo-textarea.4650c5fa.js.map +1 -0
- package/dist/chunks/{main.66472aad.js → main.a864cfbd.js} +2 -2
- package/dist/chunks/{main.66472aad.js.map → main.a864cfbd.js.map} +1 -1
- package/dist/examples.json +15 -15
- package/dist/{index.ca2e284b.js → index.ee686eae.js} +2 -2
- package/dist/{index.ca2e284b.js.map → index.ee686eae.js.map} +1 -1
- package/dist/manifest.json +407 -407
- package/dist/types.json +121 -121
- package/dist-types/textarea/index.d.ts +1 -0
- package/package.json +2 -2
- package/dist/chunks/1418.923b1d93.js +0 -3
- package/dist/chunks/1418.923b1d93.js.map +0 -1
- package/dist/chunks/eo-textarea.4149c695.js +0 -3
- package/dist/chunks/eo-textarea.4149c695.js.map +0 -1
- /package/dist/chunks/{1418.923b1d93.js.LICENSE.txt → 1225.9ddafbd7.js.LICENSE.txt} +0 -0
- /package/dist/chunks/{eo-textarea.4149c695.js.LICENSE.txt → eo-textarea.4650c5fa.js.LICENSE.txt} +0 -0
package/dist/types.json
CHANGED
|
@@ -567,6 +567,127 @@
|
|
|
567
567
|
}
|
|
568
568
|
]
|
|
569
569
|
},
|
|
570
|
+
"eo-time-picker": {
|
|
571
|
+
"properties": [
|
|
572
|
+
{
|
|
573
|
+
"name": "name",
|
|
574
|
+
"annotation": {
|
|
575
|
+
"type": "keyword",
|
|
576
|
+
"value": "string"
|
|
577
|
+
}
|
|
578
|
+
},
|
|
579
|
+
{
|
|
580
|
+
"name": "label",
|
|
581
|
+
"annotation": {
|
|
582
|
+
"type": "keyword",
|
|
583
|
+
"value": "string"
|
|
584
|
+
}
|
|
585
|
+
},
|
|
586
|
+
{
|
|
587
|
+
"name": "value",
|
|
588
|
+
"annotation": {
|
|
589
|
+
"type": "keyword",
|
|
590
|
+
"value": "string"
|
|
591
|
+
}
|
|
592
|
+
},
|
|
593
|
+
{
|
|
594
|
+
"name": "placeholder",
|
|
595
|
+
"annotation": {
|
|
596
|
+
"type": "keyword",
|
|
597
|
+
"value": "string"
|
|
598
|
+
}
|
|
599
|
+
},
|
|
600
|
+
{
|
|
601
|
+
"name": "message",
|
|
602
|
+
"annotation": {
|
|
603
|
+
"type": "reference",
|
|
604
|
+
"typeName": {
|
|
605
|
+
"type": "identifier",
|
|
606
|
+
"name": "Record"
|
|
607
|
+
},
|
|
608
|
+
"typeParameters": {
|
|
609
|
+
"type": "typeParameterInstantiation",
|
|
610
|
+
"params": [
|
|
611
|
+
{
|
|
612
|
+
"type": "keyword",
|
|
613
|
+
"value": "string"
|
|
614
|
+
},
|
|
615
|
+
{
|
|
616
|
+
"type": "keyword",
|
|
617
|
+
"value": "string"
|
|
618
|
+
}
|
|
619
|
+
]
|
|
620
|
+
}
|
|
621
|
+
}
|
|
622
|
+
},
|
|
623
|
+
{
|
|
624
|
+
"name": "disabled",
|
|
625
|
+
"annotation": {
|
|
626
|
+
"type": "keyword",
|
|
627
|
+
"value": "boolean"
|
|
628
|
+
}
|
|
629
|
+
},
|
|
630
|
+
{
|
|
631
|
+
"name": "required",
|
|
632
|
+
"annotation": {
|
|
633
|
+
"type": "keyword",
|
|
634
|
+
"value": "boolean"
|
|
635
|
+
}
|
|
636
|
+
},
|
|
637
|
+
{
|
|
638
|
+
"name": "configProps",
|
|
639
|
+
"annotation": {
|
|
640
|
+
"type": "reference",
|
|
641
|
+
"typeName": {
|
|
642
|
+
"type": "identifier",
|
|
643
|
+
"name": "Partial"
|
|
644
|
+
},
|
|
645
|
+
"typeParameters": {
|
|
646
|
+
"type": "typeParameterInstantiation",
|
|
647
|
+
"params": [
|
|
648
|
+
{
|
|
649
|
+
"type": "reference",
|
|
650
|
+
"typeName": {
|
|
651
|
+
"type": "identifier",
|
|
652
|
+
"name": "TimePickerProps"
|
|
653
|
+
}
|
|
654
|
+
}
|
|
655
|
+
]
|
|
656
|
+
}
|
|
657
|
+
}
|
|
658
|
+
}
|
|
659
|
+
],
|
|
660
|
+
"events": [
|
|
661
|
+
{
|
|
662
|
+
"name": "change",
|
|
663
|
+
"detail": {
|
|
664
|
+
"annotation": {
|
|
665
|
+
"type": "keyword",
|
|
666
|
+
"value": "string"
|
|
667
|
+
}
|
|
668
|
+
}
|
|
669
|
+
},
|
|
670
|
+
{
|
|
671
|
+
"name": "open",
|
|
672
|
+
"detail": {
|
|
673
|
+
"annotation": {
|
|
674
|
+
"type": "keyword",
|
|
675
|
+
"value": "string"
|
|
676
|
+
}
|
|
677
|
+
}
|
|
678
|
+
},
|
|
679
|
+
{
|
|
680
|
+
"name": "close",
|
|
681
|
+
"detail": {
|
|
682
|
+
"annotation": {
|
|
683
|
+
"type": "keyword",
|
|
684
|
+
"value": "string"
|
|
685
|
+
}
|
|
686
|
+
}
|
|
687
|
+
}
|
|
688
|
+
],
|
|
689
|
+
"methods": []
|
|
690
|
+
},
|
|
570
691
|
"eo-color-picker": {
|
|
571
692
|
"properties": [
|
|
572
693
|
{
|
|
@@ -722,127 +843,6 @@
|
|
|
722
843
|
],
|
|
723
844
|
"methods": []
|
|
724
845
|
},
|
|
725
|
-
"eo-time-picker": {
|
|
726
|
-
"properties": [
|
|
727
|
-
{
|
|
728
|
-
"name": "name",
|
|
729
|
-
"annotation": {
|
|
730
|
-
"type": "keyword",
|
|
731
|
-
"value": "string"
|
|
732
|
-
}
|
|
733
|
-
},
|
|
734
|
-
{
|
|
735
|
-
"name": "label",
|
|
736
|
-
"annotation": {
|
|
737
|
-
"type": "keyword",
|
|
738
|
-
"value": "string"
|
|
739
|
-
}
|
|
740
|
-
},
|
|
741
|
-
{
|
|
742
|
-
"name": "value",
|
|
743
|
-
"annotation": {
|
|
744
|
-
"type": "keyword",
|
|
745
|
-
"value": "string"
|
|
746
|
-
}
|
|
747
|
-
},
|
|
748
|
-
{
|
|
749
|
-
"name": "placeholder",
|
|
750
|
-
"annotation": {
|
|
751
|
-
"type": "keyword",
|
|
752
|
-
"value": "string"
|
|
753
|
-
}
|
|
754
|
-
},
|
|
755
|
-
{
|
|
756
|
-
"name": "message",
|
|
757
|
-
"annotation": {
|
|
758
|
-
"type": "reference",
|
|
759
|
-
"typeName": {
|
|
760
|
-
"type": "identifier",
|
|
761
|
-
"name": "Record"
|
|
762
|
-
},
|
|
763
|
-
"typeParameters": {
|
|
764
|
-
"type": "typeParameterInstantiation",
|
|
765
|
-
"params": [
|
|
766
|
-
{
|
|
767
|
-
"type": "keyword",
|
|
768
|
-
"value": "string"
|
|
769
|
-
},
|
|
770
|
-
{
|
|
771
|
-
"type": "keyword",
|
|
772
|
-
"value": "string"
|
|
773
|
-
}
|
|
774
|
-
]
|
|
775
|
-
}
|
|
776
|
-
}
|
|
777
|
-
},
|
|
778
|
-
{
|
|
779
|
-
"name": "disabled",
|
|
780
|
-
"annotation": {
|
|
781
|
-
"type": "keyword",
|
|
782
|
-
"value": "boolean"
|
|
783
|
-
}
|
|
784
|
-
},
|
|
785
|
-
{
|
|
786
|
-
"name": "required",
|
|
787
|
-
"annotation": {
|
|
788
|
-
"type": "keyword",
|
|
789
|
-
"value": "boolean"
|
|
790
|
-
}
|
|
791
|
-
},
|
|
792
|
-
{
|
|
793
|
-
"name": "configProps",
|
|
794
|
-
"annotation": {
|
|
795
|
-
"type": "reference",
|
|
796
|
-
"typeName": {
|
|
797
|
-
"type": "identifier",
|
|
798
|
-
"name": "Partial"
|
|
799
|
-
},
|
|
800
|
-
"typeParameters": {
|
|
801
|
-
"type": "typeParameterInstantiation",
|
|
802
|
-
"params": [
|
|
803
|
-
{
|
|
804
|
-
"type": "reference",
|
|
805
|
-
"typeName": {
|
|
806
|
-
"type": "identifier",
|
|
807
|
-
"name": "TimePickerProps"
|
|
808
|
-
}
|
|
809
|
-
}
|
|
810
|
-
]
|
|
811
|
-
}
|
|
812
|
-
}
|
|
813
|
-
}
|
|
814
|
-
],
|
|
815
|
-
"events": [
|
|
816
|
-
{
|
|
817
|
-
"name": "change",
|
|
818
|
-
"detail": {
|
|
819
|
-
"annotation": {
|
|
820
|
-
"type": "keyword",
|
|
821
|
-
"value": "string"
|
|
822
|
-
}
|
|
823
|
-
}
|
|
824
|
-
},
|
|
825
|
-
{
|
|
826
|
-
"name": "open",
|
|
827
|
-
"detail": {
|
|
828
|
-
"annotation": {
|
|
829
|
-
"type": "keyword",
|
|
830
|
-
"value": "string"
|
|
831
|
-
}
|
|
832
|
-
}
|
|
833
|
-
},
|
|
834
|
-
{
|
|
835
|
-
"name": "close",
|
|
836
|
-
"detail": {
|
|
837
|
-
"annotation": {
|
|
838
|
-
"type": "keyword",
|
|
839
|
-
"value": "string"
|
|
840
|
-
}
|
|
841
|
-
}
|
|
842
|
-
}
|
|
843
|
-
],
|
|
844
|
-
"methods": []
|
|
845
|
-
},
|
|
846
846
|
"eo-radio": {
|
|
847
847
|
"properties": [
|
|
848
848
|
{
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@next-bricks/form",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.20.1",
|
|
4
4
|
"homepage": "https://github.com/easyops-cn/next-advanced-bricks/tree/master/bricks/form",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -44,5 +44,5 @@
|
|
|
44
44
|
"@next-bricks/icons": "*",
|
|
45
45
|
"@next-bricks/illustrations": "*"
|
|
46
46
|
},
|
|
47
|
-
"gitHead": "
|
|
47
|
+
"gitHead": "08ba5fcce5d1269c9bd2d0609a1455a86c911cdd"
|
|
48
48
|
}
|