@next-bricks/form 0.19.2 → 0.19.3
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 +15 -15
- package/dist/examples.json +6 -6
- package/dist/index.28e43061.js +2 -0
- package/dist/{index.7704ca4d.js.map → index.28e43061.js.map} +1 -1
- package/dist/manifest.json +337 -337
- package/dist/types.json +642 -642
- package/package.json +2 -2
- package/dist/index.7704ca4d.js +0 -2
package/dist/types.json
CHANGED
|
@@ -1,238 +1,4 @@
|
|
|
1
1
|
{
|
|
2
|
-
"eo-form-item": {
|
|
3
|
-
"properties": [
|
|
4
|
-
{
|
|
5
|
-
"name": "formElement",
|
|
6
|
-
"annotation": {
|
|
7
|
-
"type": "reference",
|
|
8
|
-
"typeName": {
|
|
9
|
-
"type": "identifier",
|
|
10
|
-
"name": "Form"
|
|
11
|
-
}
|
|
12
|
-
}
|
|
13
|
-
},
|
|
14
|
-
{
|
|
15
|
-
"name": "curElement",
|
|
16
|
-
"annotation": {
|
|
17
|
-
"type": "reference",
|
|
18
|
-
"typeName": {
|
|
19
|
-
"type": "identifier",
|
|
20
|
-
"name": "HTMLElement"
|
|
21
|
-
}
|
|
22
|
-
}
|
|
23
|
-
},
|
|
24
|
-
{
|
|
25
|
-
"name": "name",
|
|
26
|
-
"annotation": {
|
|
27
|
-
"type": "keyword",
|
|
28
|
-
"value": "string"
|
|
29
|
-
}
|
|
30
|
-
},
|
|
31
|
-
{
|
|
32
|
-
"name": "label",
|
|
33
|
-
"annotation": {
|
|
34
|
-
"type": "keyword",
|
|
35
|
-
"value": "string"
|
|
36
|
-
}
|
|
37
|
-
},
|
|
38
|
-
{
|
|
39
|
-
"name": "pattern",
|
|
40
|
-
"annotation": {
|
|
41
|
-
"type": "keyword",
|
|
42
|
-
"value": "string"
|
|
43
|
-
}
|
|
44
|
-
},
|
|
45
|
-
{
|
|
46
|
-
"name": "message",
|
|
47
|
-
"annotation": {
|
|
48
|
-
"type": "reference",
|
|
49
|
-
"typeName": {
|
|
50
|
-
"type": "identifier",
|
|
51
|
-
"name": "Record"
|
|
52
|
-
},
|
|
53
|
-
"typeParameters": {
|
|
54
|
-
"type": "typeParameterInstantiation",
|
|
55
|
-
"params": [
|
|
56
|
-
{
|
|
57
|
-
"type": "keyword",
|
|
58
|
-
"value": "string"
|
|
59
|
-
},
|
|
60
|
-
{
|
|
61
|
-
"type": "keyword",
|
|
62
|
-
"value": "string"
|
|
63
|
-
}
|
|
64
|
-
]
|
|
65
|
-
}
|
|
66
|
-
}
|
|
67
|
-
},
|
|
68
|
-
{
|
|
69
|
-
"name": "max",
|
|
70
|
-
"annotation": {
|
|
71
|
-
"type": "keyword",
|
|
72
|
-
"value": "number"
|
|
73
|
-
}
|
|
74
|
-
},
|
|
75
|
-
{
|
|
76
|
-
"name": "min",
|
|
77
|
-
"annotation": {
|
|
78
|
-
"type": "keyword",
|
|
79
|
-
"value": "number"
|
|
80
|
-
}
|
|
81
|
-
},
|
|
82
|
-
{
|
|
83
|
-
"name": "required",
|
|
84
|
-
"annotation": {
|
|
85
|
-
"type": "keyword",
|
|
86
|
-
"value": "boolean"
|
|
87
|
-
}
|
|
88
|
-
},
|
|
89
|
-
{
|
|
90
|
-
"name": "value",
|
|
91
|
-
"annotation": {
|
|
92
|
-
"type": "keyword",
|
|
93
|
-
"value": "string"
|
|
94
|
-
}
|
|
95
|
-
},
|
|
96
|
-
{
|
|
97
|
-
"name": "labelCol",
|
|
98
|
-
"annotation": {
|
|
99
|
-
"type": "keyword",
|
|
100
|
-
"value": "string"
|
|
101
|
-
}
|
|
102
|
-
},
|
|
103
|
-
{
|
|
104
|
-
"name": "wrapperCol",
|
|
105
|
-
"annotation": {
|
|
106
|
-
"type": "keyword",
|
|
107
|
-
"value": "string"
|
|
108
|
-
}
|
|
109
|
-
},
|
|
110
|
-
{
|
|
111
|
-
"name": "valuePropsName",
|
|
112
|
-
"annotation": {
|
|
113
|
-
"type": "keyword",
|
|
114
|
-
"value": "string"
|
|
115
|
-
}
|
|
116
|
-
},
|
|
117
|
-
{
|
|
118
|
-
"name": "layout",
|
|
119
|
-
"annotation": {
|
|
120
|
-
"type": "reference",
|
|
121
|
-
"typeName": {
|
|
122
|
-
"type": "identifier",
|
|
123
|
-
"name": "Layout"
|
|
124
|
-
}
|
|
125
|
-
}
|
|
126
|
-
},
|
|
127
|
-
{
|
|
128
|
-
"name": "size",
|
|
129
|
-
"annotation": {
|
|
130
|
-
"type": "reference",
|
|
131
|
-
"typeName": {
|
|
132
|
-
"type": "identifier",
|
|
133
|
-
"name": "ComponentSize"
|
|
134
|
-
}
|
|
135
|
-
}
|
|
136
|
-
},
|
|
137
|
-
{
|
|
138
|
-
"name": "trim",
|
|
139
|
-
"annotation": {
|
|
140
|
-
"type": "keyword",
|
|
141
|
-
"value": "boolean"
|
|
142
|
-
}
|
|
143
|
-
},
|
|
144
|
-
{
|
|
145
|
-
"name": "trigger",
|
|
146
|
-
"annotation": {
|
|
147
|
-
"type": "keyword",
|
|
148
|
-
"value": "string"
|
|
149
|
-
}
|
|
150
|
-
},
|
|
151
|
-
{
|
|
152
|
-
"name": "validator",
|
|
153
|
-
"annotation": {
|
|
154
|
-
"type": "parenthesizedType",
|
|
155
|
-
"annotation": {
|
|
156
|
-
"type": "function",
|
|
157
|
-
"parameters": [
|
|
158
|
-
{
|
|
159
|
-
"type": "identifier",
|
|
160
|
-
"name": "value",
|
|
161
|
-
"annotation": {
|
|
162
|
-
"type": "keyword",
|
|
163
|
-
"value": "any"
|
|
164
|
-
}
|
|
165
|
-
}
|
|
166
|
-
],
|
|
167
|
-
"annotation": {
|
|
168
|
-
"type": "reference",
|
|
169
|
-
"typeName": {
|
|
170
|
-
"type": "identifier",
|
|
171
|
-
"name": "MessageBody"
|
|
172
|
-
}
|
|
173
|
-
}
|
|
174
|
-
}
|
|
175
|
-
}
|
|
176
|
-
},
|
|
177
|
-
{
|
|
178
|
-
"name": "needValidate",
|
|
179
|
-
"annotation": {
|
|
180
|
-
"type": "keyword",
|
|
181
|
-
"value": "boolean"
|
|
182
|
-
}
|
|
183
|
-
}
|
|
184
|
-
],
|
|
185
|
-
"events": [],
|
|
186
|
-
"methods": [],
|
|
187
|
-
"types": [
|
|
188
|
-
{
|
|
189
|
-
"type": "typeAlias",
|
|
190
|
-
"name": "Layout",
|
|
191
|
-
"annotation": {
|
|
192
|
-
"type": "union",
|
|
193
|
-
"types": [
|
|
194
|
-
{
|
|
195
|
-
"type": "jsLiteral",
|
|
196
|
-
"value": "horizontal"
|
|
197
|
-
},
|
|
198
|
-
{
|
|
199
|
-
"type": "jsLiteral",
|
|
200
|
-
"value": "vertical"
|
|
201
|
-
},
|
|
202
|
-
{
|
|
203
|
-
"type": "jsLiteral",
|
|
204
|
-
"value": "inline"
|
|
205
|
-
}
|
|
206
|
-
]
|
|
207
|
-
}
|
|
208
|
-
},
|
|
209
|
-
{
|
|
210
|
-
"type": "typeAlias",
|
|
211
|
-
"name": "ComponentSize",
|
|
212
|
-
"annotation": {
|
|
213
|
-
"type": "union",
|
|
214
|
-
"types": [
|
|
215
|
-
{
|
|
216
|
-
"type": "jsLiteral",
|
|
217
|
-
"value": "large"
|
|
218
|
-
},
|
|
219
|
-
{
|
|
220
|
-
"type": "jsLiteral",
|
|
221
|
-
"value": "medium"
|
|
222
|
-
},
|
|
223
|
-
{
|
|
224
|
-
"type": "jsLiteral",
|
|
225
|
-
"value": "small"
|
|
226
|
-
},
|
|
227
|
-
{
|
|
228
|
-
"type": "jsLiteral",
|
|
229
|
-
"value": "xs"
|
|
230
|
-
}
|
|
231
|
-
]
|
|
232
|
-
}
|
|
233
|
-
}
|
|
234
|
-
]
|
|
235
|
-
},
|
|
236
2
|
"eo-submit-buttons": {
|
|
237
3
|
"properties": [
|
|
238
4
|
{
|
|
@@ -577,223 +343,191 @@
|
|
|
577
343
|
],
|
|
578
344
|
"methods": []
|
|
579
345
|
},
|
|
580
|
-
"eo-form": {
|
|
346
|
+
"eo-form-item": {
|
|
581
347
|
"properties": [
|
|
582
348
|
{
|
|
583
|
-
"name": "
|
|
349
|
+
"name": "formElement",
|
|
584
350
|
"annotation": {
|
|
585
351
|
"type": "reference",
|
|
586
352
|
"typeName": {
|
|
587
353
|
"type": "identifier",
|
|
588
|
-
"name": "
|
|
354
|
+
"name": "Form"
|
|
589
355
|
}
|
|
590
356
|
}
|
|
591
357
|
},
|
|
592
358
|
{
|
|
593
|
-
"name": "
|
|
359
|
+
"name": "curElement",
|
|
594
360
|
"annotation": {
|
|
595
361
|
"type": "reference",
|
|
596
362
|
"typeName": {
|
|
597
363
|
"type": "identifier",
|
|
598
|
-
"name": "
|
|
364
|
+
"name": "HTMLElement"
|
|
599
365
|
}
|
|
600
366
|
}
|
|
601
367
|
},
|
|
602
368
|
{
|
|
603
|
-
"name": "
|
|
369
|
+
"name": "name",
|
|
604
370
|
"annotation": {
|
|
605
|
-
"type": "
|
|
606
|
-
"
|
|
607
|
-
"type": "qualifiedName",
|
|
608
|
-
"left": {
|
|
609
|
-
"type": "identifier",
|
|
610
|
-
"name": "React"
|
|
611
|
-
},
|
|
612
|
-
"right": {
|
|
613
|
-
"type": "identifier",
|
|
614
|
-
"name": "CSSProperties"
|
|
615
|
-
}
|
|
616
|
-
}
|
|
617
|
-
}
|
|
618
|
-
}
|
|
619
|
-
],
|
|
620
|
-
"events": [
|
|
621
|
-
{
|
|
622
|
-
"name": "values.change",
|
|
623
|
-
"detail": {
|
|
624
|
-
"annotation": {
|
|
625
|
-
"type": "reference",
|
|
626
|
-
"typeName": {
|
|
627
|
-
"type": "identifier",
|
|
628
|
-
"name": "Record"
|
|
629
|
-
},
|
|
630
|
-
"typeParameters": {
|
|
631
|
-
"type": "typeParameterInstantiation",
|
|
632
|
-
"params": [
|
|
633
|
-
{
|
|
634
|
-
"type": "keyword",
|
|
635
|
-
"value": "string"
|
|
636
|
-
},
|
|
637
|
-
{
|
|
638
|
-
"type": "keyword",
|
|
639
|
-
"value": "unknown"
|
|
640
|
-
}
|
|
641
|
-
]
|
|
642
|
-
}
|
|
643
|
-
}
|
|
371
|
+
"type": "keyword",
|
|
372
|
+
"value": "string"
|
|
644
373
|
}
|
|
645
374
|
},
|
|
646
375
|
{
|
|
647
|
-
"name": "
|
|
648
|
-
"
|
|
649
|
-
"
|
|
650
|
-
|
|
651
|
-
"typeName": {
|
|
652
|
-
"type": "identifier",
|
|
653
|
-
"name": "Record"
|
|
654
|
-
},
|
|
655
|
-
"typeParameters": {
|
|
656
|
-
"type": "typeParameterInstantiation",
|
|
657
|
-
"params": [
|
|
658
|
-
{
|
|
659
|
-
"type": "keyword",
|
|
660
|
-
"value": "string"
|
|
661
|
-
},
|
|
662
|
-
{
|
|
663
|
-
"type": "keyword",
|
|
664
|
-
"value": "unknown"
|
|
665
|
-
}
|
|
666
|
-
]
|
|
667
|
-
}
|
|
668
|
-
}
|
|
376
|
+
"name": "label",
|
|
377
|
+
"annotation": {
|
|
378
|
+
"type": "keyword",
|
|
379
|
+
"value": "string"
|
|
669
380
|
}
|
|
670
381
|
},
|
|
671
382
|
{
|
|
672
|
-
"name": "
|
|
673
|
-
"
|
|
674
|
-
"
|
|
675
|
-
|
|
676
|
-
"elementType": {
|
|
677
|
-
"type": "reference",
|
|
678
|
-
"typeName": {
|
|
679
|
-
"type": "identifier",
|
|
680
|
-
"name": "MessageBody"
|
|
681
|
-
}
|
|
682
|
-
}
|
|
683
|
-
}
|
|
383
|
+
"name": "pattern",
|
|
384
|
+
"annotation": {
|
|
385
|
+
"type": "keyword",
|
|
386
|
+
"value": "string"
|
|
684
387
|
}
|
|
685
|
-
}
|
|
686
|
-
],
|
|
687
|
-
"methods": [
|
|
388
|
+
},
|
|
688
389
|
{
|
|
689
|
-
"name": "
|
|
690
|
-
"
|
|
691
|
-
|
|
692
|
-
"
|
|
693
|
-
"type": "
|
|
694
|
-
"
|
|
390
|
+
"name": "message",
|
|
391
|
+
"annotation": {
|
|
392
|
+
"type": "reference",
|
|
393
|
+
"typeName": {
|
|
394
|
+
"type": "identifier",
|
|
395
|
+
"name": "Record"
|
|
396
|
+
},
|
|
397
|
+
"typeParameters": {
|
|
398
|
+
"type": "typeParameterInstantiation",
|
|
399
|
+
"params": [
|
|
695
400
|
{
|
|
696
401
|
"type": "keyword",
|
|
697
|
-
"value": "
|
|
402
|
+
"value": "string"
|
|
698
403
|
},
|
|
699
404
|
{
|
|
700
|
-
"type": "
|
|
701
|
-
"
|
|
702
|
-
"type": "identifier",
|
|
703
|
-
"name": "Record"
|
|
704
|
-
},
|
|
705
|
-
"typeParameters": {
|
|
706
|
-
"type": "typeParameterInstantiation",
|
|
707
|
-
"params": [
|
|
708
|
-
{
|
|
709
|
-
"type": "keyword",
|
|
710
|
-
"value": "string"
|
|
711
|
-
},
|
|
712
|
-
{
|
|
713
|
-
"type": "keyword",
|
|
714
|
-
"value": "unknown"
|
|
715
|
-
}
|
|
716
|
-
]
|
|
717
|
-
}
|
|
405
|
+
"type": "keyword",
|
|
406
|
+
"value": "string"
|
|
718
407
|
}
|
|
719
408
|
]
|
|
720
409
|
}
|
|
721
410
|
}
|
|
722
411
|
},
|
|
723
412
|
{
|
|
724
|
-
"name": "
|
|
725
|
-
"
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
"type": "reference",
|
|
730
|
-
"typeName": {
|
|
731
|
-
"type": "identifier",
|
|
732
|
-
"name": "Record"
|
|
733
|
-
},
|
|
734
|
-
"typeParameters": {
|
|
735
|
-
"type": "typeParameterInstantiation",
|
|
736
|
-
"params": [
|
|
737
|
-
{
|
|
738
|
-
"type": "keyword",
|
|
739
|
-
"value": "string"
|
|
740
|
-
},
|
|
741
|
-
{
|
|
742
|
-
"type": "keyword",
|
|
743
|
-
"value": "unknown"
|
|
744
|
-
}
|
|
745
|
-
]
|
|
746
|
-
}
|
|
747
|
-
}
|
|
748
|
-
}
|
|
749
|
-
],
|
|
750
|
-
"returns": {}
|
|
413
|
+
"name": "max",
|
|
414
|
+
"annotation": {
|
|
415
|
+
"type": "keyword",
|
|
416
|
+
"value": "number"
|
|
417
|
+
}
|
|
751
418
|
},
|
|
752
419
|
{
|
|
753
|
-
"name": "
|
|
754
|
-
"
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
|
|
420
|
+
"name": "min",
|
|
421
|
+
"annotation": {
|
|
422
|
+
"type": "keyword",
|
|
423
|
+
"value": "number"
|
|
424
|
+
}
|
|
425
|
+
},
|
|
426
|
+
{
|
|
427
|
+
"name": "required",
|
|
428
|
+
"annotation": {
|
|
429
|
+
"type": "keyword",
|
|
430
|
+
"value": "boolean"
|
|
431
|
+
}
|
|
432
|
+
},
|
|
433
|
+
{
|
|
434
|
+
"name": "value",
|
|
435
|
+
"annotation": {
|
|
436
|
+
"type": "keyword",
|
|
437
|
+
"value": "string"
|
|
438
|
+
}
|
|
439
|
+
},
|
|
440
|
+
{
|
|
441
|
+
"name": "labelCol",
|
|
442
|
+
"annotation": {
|
|
443
|
+
"type": "keyword",
|
|
444
|
+
"value": "string"
|
|
445
|
+
}
|
|
446
|
+
},
|
|
447
|
+
{
|
|
448
|
+
"name": "wrapperCol",
|
|
449
|
+
"annotation": {
|
|
450
|
+
"type": "keyword",
|
|
451
|
+
"value": "string"
|
|
452
|
+
}
|
|
453
|
+
},
|
|
454
|
+
{
|
|
455
|
+
"name": "valuePropsName",
|
|
456
|
+
"annotation": {
|
|
457
|
+
"type": "keyword",
|
|
458
|
+
"value": "string"
|
|
459
|
+
}
|
|
460
|
+
},
|
|
461
|
+
{
|
|
462
|
+
"name": "layout",
|
|
463
|
+
"annotation": {
|
|
464
|
+
"type": "reference",
|
|
465
|
+
"typeName": {
|
|
466
|
+
"type": "identifier",
|
|
467
|
+
"name": "Layout"
|
|
761
468
|
}
|
|
762
|
-
|
|
763
|
-
"returns": {}
|
|
469
|
+
}
|
|
764
470
|
},
|
|
765
471
|
{
|
|
766
|
-
"name": "
|
|
767
|
-
"
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
"
|
|
771
|
-
|
|
772
|
-
"value": "string"
|
|
773
|
-
}
|
|
472
|
+
"name": "size",
|
|
473
|
+
"annotation": {
|
|
474
|
+
"type": "reference",
|
|
475
|
+
"typeName": {
|
|
476
|
+
"type": "identifier",
|
|
477
|
+
"name": "ComponentSize"
|
|
774
478
|
}
|
|
775
|
-
|
|
776
|
-
"returns": {}
|
|
479
|
+
}
|
|
777
480
|
},
|
|
778
481
|
{
|
|
779
|
-
"name": "
|
|
780
|
-
"
|
|
781
|
-
|
|
782
|
-
|
|
482
|
+
"name": "trim",
|
|
483
|
+
"annotation": {
|
|
484
|
+
"type": "keyword",
|
|
485
|
+
"value": "boolean"
|
|
486
|
+
}
|
|
487
|
+
},
|
|
488
|
+
{
|
|
489
|
+
"name": "trigger",
|
|
490
|
+
"annotation": {
|
|
491
|
+
"type": "keyword",
|
|
492
|
+
"value": "string"
|
|
493
|
+
}
|
|
494
|
+
},
|
|
495
|
+
{
|
|
496
|
+
"name": "validator",
|
|
497
|
+
"annotation": {
|
|
498
|
+
"type": "parenthesizedType",
|
|
499
|
+
"annotation": {
|
|
500
|
+
"type": "function",
|
|
501
|
+
"parameters": [
|
|
502
|
+
{
|
|
503
|
+
"type": "identifier",
|
|
504
|
+
"name": "value",
|
|
505
|
+
"annotation": {
|
|
506
|
+
"type": "keyword",
|
|
507
|
+
"value": "any"
|
|
508
|
+
}
|
|
509
|
+
}
|
|
510
|
+
],
|
|
783
511
|
"annotation": {
|
|
784
|
-
"type": "
|
|
785
|
-
"
|
|
512
|
+
"type": "reference",
|
|
513
|
+
"typeName": {
|
|
514
|
+
"type": "identifier",
|
|
515
|
+
"name": "MessageBody"
|
|
516
|
+
}
|
|
786
517
|
}
|
|
787
518
|
}
|
|
788
|
-
|
|
789
|
-
"returns": {}
|
|
519
|
+
}
|
|
790
520
|
},
|
|
791
521
|
{
|
|
792
|
-
"name": "
|
|
793
|
-
"
|
|
794
|
-
|
|
522
|
+
"name": "needValidate",
|
|
523
|
+
"annotation": {
|
|
524
|
+
"type": "keyword",
|
|
525
|
+
"value": "boolean"
|
|
526
|
+
}
|
|
795
527
|
}
|
|
796
528
|
],
|
|
529
|
+
"events": [],
|
|
530
|
+
"methods": [],
|
|
797
531
|
"types": [
|
|
798
532
|
{
|
|
799
533
|
"type": "typeAlias",
|
|
@@ -2030,54 +1764,320 @@
|
|
|
2030
1764
|
"computed": false
|
|
2031
1765
|
},
|
|
2032
1766
|
{
|
|
2033
|
-
"type": "propertySignature",
|
|
2034
|
-
"key": {
|
|
2035
|
-
"type": "identifier",
|
|
2036
|
-
"name": "value"
|
|
2037
|
-
},
|
|
1767
|
+
"type": "propertySignature",
|
|
1768
|
+
"key": {
|
|
1769
|
+
"type": "identifier",
|
|
1770
|
+
"name": "value"
|
|
1771
|
+
},
|
|
1772
|
+
"annotation": {
|
|
1773
|
+
"type": "keyword",
|
|
1774
|
+
"value": "any"
|
|
1775
|
+
},
|
|
1776
|
+
"computed": false
|
|
1777
|
+
}
|
|
1778
|
+
]
|
|
1779
|
+
},
|
|
1780
|
+
{
|
|
1781
|
+
"type": "interface",
|
|
1782
|
+
"name": "OptionGroup",
|
|
1783
|
+
"body": [
|
|
1784
|
+
{
|
|
1785
|
+
"type": "propertySignature",
|
|
1786
|
+
"key": {
|
|
1787
|
+
"type": "identifier",
|
|
1788
|
+
"name": "label"
|
|
1789
|
+
},
|
|
1790
|
+
"annotation": {
|
|
1791
|
+
"type": "keyword",
|
|
1792
|
+
"value": "string"
|
|
1793
|
+
},
|
|
1794
|
+
"computed": false
|
|
1795
|
+
},
|
|
1796
|
+
{
|
|
1797
|
+
"type": "propertySignature",
|
|
1798
|
+
"key": {
|
|
1799
|
+
"type": "identifier",
|
|
1800
|
+
"name": "options"
|
|
1801
|
+
},
|
|
1802
|
+
"annotation": {
|
|
1803
|
+
"type": "array",
|
|
1804
|
+
"elementType": {
|
|
1805
|
+
"type": "reference",
|
|
1806
|
+
"typeName": {
|
|
1807
|
+
"type": "identifier",
|
|
1808
|
+
"name": "Option"
|
|
1809
|
+
}
|
|
1810
|
+
}
|
|
1811
|
+
},
|
|
1812
|
+
"computed": false
|
|
1813
|
+
}
|
|
1814
|
+
]
|
|
1815
|
+
}
|
|
1816
|
+
]
|
|
1817
|
+
},
|
|
1818
|
+
"eo-form": {
|
|
1819
|
+
"properties": [
|
|
1820
|
+
{
|
|
1821
|
+
"name": "layout",
|
|
1822
|
+
"annotation": {
|
|
1823
|
+
"type": "reference",
|
|
1824
|
+
"typeName": {
|
|
1825
|
+
"type": "identifier",
|
|
1826
|
+
"name": "Layout"
|
|
1827
|
+
}
|
|
1828
|
+
}
|
|
1829
|
+
},
|
|
1830
|
+
{
|
|
1831
|
+
"name": "size",
|
|
1832
|
+
"annotation": {
|
|
1833
|
+
"type": "reference",
|
|
1834
|
+
"typeName": {
|
|
1835
|
+
"type": "identifier",
|
|
1836
|
+
"name": "ComponentSize"
|
|
1837
|
+
}
|
|
1838
|
+
}
|
|
1839
|
+
},
|
|
1840
|
+
{
|
|
1841
|
+
"name": "formStyle",
|
|
1842
|
+
"annotation": {
|
|
1843
|
+
"type": "reference",
|
|
1844
|
+
"typeName": {
|
|
1845
|
+
"type": "qualifiedName",
|
|
1846
|
+
"left": {
|
|
1847
|
+
"type": "identifier",
|
|
1848
|
+
"name": "React"
|
|
1849
|
+
},
|
|
1850
|
+
"right": {
|
|
1851
|
+
"type": "identifier",
|
|
1852
|
+
"name": "CSSProperties"
|
|
1853
|
+
}
|
|
1854
|
+
}
|
|
1855
|
+
}
|
|
1856
|
+
}
|
|
1857
|
+
],
|
|
1858
|
+
"events": [
|
|
1859
|
+
{
|
|
1860
|
+
"name": "values.change",
|
|
1861
|
+
"detail": {
|
|
1862
|
+
"annotation": {
|
|
1863
|
+
"type": "reference",
|
|
1864
|
+
"typeName": {
|
|
1865
|
+
"type": "identifier",
|
|
1866
|
+
"name": "Record"
|
|
1867
|
+
},
|
|
1868
|
+
"typeParameters": {
|
|
1869
|
+
"type": "typeParameterInstantiation",
|
|
1870
|
+
"params": [
|
|
1871
|
+
{
|
|
1872
|
+
"type": "keyword",
|
|
1873
|
+
"value": "string"
|
|
1874
|
+
},
|
|
1875
|
+
{
|
|
1876
|
+
"type": "keyword",
|
|
1877
|
+
"value": "unknown"
|
|
1878
|
+
}
|
|
1879
|
+
]
|
|
1880
|
+
}
|
|
1881
|
+
}
|
|
1882
|
+
}
|
|
1883
|
+
},
|
|
1884
|
+
{
|
|
1885
|
+
"name": "validate.success",
|
|
1886
|
+
"detail": {
|
|
1887
|
+
"annotation": {
|
|
1888
|
+
"type": "reference",
|
|
1889
|
+
"typeName": {
|
|
1890
|
+
"type": "identifier",
|
|
1891
|
+
"name": "Record"
|
|
1892
|
+
},
|
|
1893
|
+
"typeParameters": {
|
|
1894
|
+
"type": "typeParameterInstantiation",
|
|
1895
|
+
"params": [
|
|
1896
|
+
{
|
|
1897
|
+
"type": "keyword",
|
|
1898
|
+
"value": "string"
|
|
1899
|
+
},
|
|
1900
|
+
{
|
|
1901
|
+
"type": "keyword",
|
|
1902
|
+
"value": "unknown"
|
|
1903
|
+
}
|
|
1904
|
+
]
|
|
1905
|
+
}
|
|
1906
|
+
}
|
|
1907
|
+
}
|
|
1908
|
+
},
|
|
1909
|
+
{
|
|
1910
|
+
"name": "validate.error",
|
|
1911
|
+
"detail": {
|
|
1912
|
+
"annotation": {
|
|
1913
|
+
"type": "array",
|
|
1914
|
+
"elementType": {
|
|
1915
|
+
"type": "reference",
|
|
1916
|
+
"typeName": {
|
|
1917
|
+
"type": "identifier",
|
|
1918
|
+
"name": "MessageBody"
|
|
1919
|
+
}
|
|
1920
|
+
}
|
|
1921
|
+
}
|
|
1922
|
+
}
|
|
1923
|
+
}
|
|
1924
|
+
],
|
|
1925
|
+
"methods": [
|
|
1926
|
+
{
|
|
1927
|
+
"name": "validate",
|
|
1928
|
+
"params": [],
|
|
1929
|
+
"returns": {
|
|
1930
|
+
"annotation": {
|
|
1931
|
+
"type": "union",
|
|
1932
|
+
"types": [
|
|
1933
|
+
{
|
|
1934
|
+
"type": "keyword",
|
|
1935
|
+
"value": "boolean"
|
|
1936
|
+
},
|
|
1937
|
+
{
|
|
1938
|
+
"type": "reference",
|
|
1939
|
+
"typeName": {
|
|
1940
|
+
"type": "identifier",
|
|
1941
|
+
"name": "Record"
|
|
1942
|
+
},
|
|
1943
|
+
"typeParameters": {
|
|
1944
|
+
"type": "typeParameterInstantiation",
|
|
1945
|
+
"params": [
|
|
1946
|
+
{
|
|
1947
|
+
"type": "keyword",
|
|
1948
|
+
"value": "string"
|
|
1949
|
+
},
|
|
1950
|
+
{
|
|
1951
|
+
"type": "keyword",
|
|
1952
|
+
"value": "unknown"
|
|
1953
|
+
}
|
|
1954
|
+
]
|
|
1955
|
+
}
|
|
1956
|
+
}
|
|
1957
|
+
]
|
|
1958
|
+
}
|
|
1959
|
+
}
|
|
1960
|
+
},
|
|
1961
|
+
{
|
|
1962
|
+
"name": "setInitValue",
|
|
1963
|
+
"params": [
|
|
1964
|
+
{
|
|
1965
|
+
"name": "values",
|
|
1966
|
+
"annotation": {
|
|
1967
|
+
"type": "reference",
|
|
1968
|
+
"typeName": {
|
|
1969
|
+
"type": "identifier",
|
|
1970
|
+
"name": "Record"
|
|
1971
|
+
},
|
|
1972
|
+
"typeParameters": {
|
|
1973
|
+
"type": "typeParameterInstantiation",
|
|
1974
|
+
"params": [
|
|
1975
|
+
{
|
|
1976
|
+
"type": "keyword",
|
|
1977
|
+
"value": "string"
|
|
1978
|
+
},
|
|
1979
|
+
{
|
|
1980
|
+
"type": "keyword",
|
|
1981
|
+
"value": "unknown"
|
|
1982
|
+
}
|
|
1983
|
+
]
|
|
1984
|
+
}
|
|
1985
|
+
}
|
|
1986
|
+
}
|
|
1987
|
+
],
|
|
1988
|
+
"returns": {}
|
|
1989
|
+
},
|
|
1990
|
+
{
|
|
1991
|
+
"name": "resetFields",
|
|
1992
|
+
"params": [
|
|
1993
|
+
{
|
|
1994
|
+
"name": "name",
|
|
1995
|
+
"annotation": {
|
|
1996
|
+
"type": "keyword",
|
|
1997
|
+
"value": "string"
|
|
1998
|
+
}
|
|
1999
|
+
}
|
|
2000
|
+
],
|
|
2001
|
+
"returns": {}
|
|
2002
|
+
},
|
|
2003
|
+
{
|
|
2004
|
+
"name": "getFieldsValue",
|
|
2005
|
+
"params": [
|
|
2006
|
+
{
|
|
2007
|
+
"name": "name",
|
|
2038
2008
|
"annotation": {
|
|
2039
2009
|
"type": "keyword",
|
|
2040
|
-
"value": "
|
|
2041
|
-
}
|
|
2042
|
-
"computed": false
|
|
2010
|
+
"value": "string"
|
|
2011
|
+
}
|
|
2043
2012
|
}
|
|
2044
|
-
]
|
|
2013
|
+
],
|
|
2014
|
+
"returns": {}
|
|
2045
2015
|
},
|
|
2046
2016
|
{
|
|
2047
|
-
"
|
|
2048
|
-
"
|
|
2049
|
-
"body": [
|
|
2017
|
+
"name": "validateField",
|
|
2018
|
+
"params": [
|
|
2050
2019
|
{
|
|
2051
|
-
"
|
|
2052
|
-
"key": {
|
|
2053
|
-
"type": "identifier",
|
|
2054
|
-
"name": "label"
|
|
2055
|
-
},
|
|
2020
|
+
"name": "name",
|
|
2056
2021
|
"annotation": {
|
|
2057
2022
|
"type": "keyword",
|
|
2058
2023
|
"value": "string"
|
|
2024
|
+
}
|
|
2025
|
+
}
|
|
2026
|
+
],
|
|
2027
|
+
"returns": {}
|
|
2028
|
+
},
|
|
2029
|
+
{
|
|
2030
|
+
"name": "resetValidateState",
|
|
2031
|
+
"params": [],
|
|
2032
|
+
"returns": {}
|
|
2033
|
+
}
|
|
2034
|
+
],
|
|
2035
|
+
"types": [
|
|
2036
|
+
{
|
|
2037
|
+
"type": "typeAlias",
|
|
2038
|
+
"name": "Layout",
|
|
2039
|
+
"annotation": {
|
|
2040
|
+
"type": "union",
|
|
2041
|
+
"types": [
|
|
2042
|
+
{
|
|
2043
|
+
"type": "jsLiteral",
|
|
2044
|
+
"value": "horizontal"
|
|
2059
2045
|
},
|
|
2060
|
-
|
|
2061
|
-
|
|
2062
|
-
|
|
2063
|
-
"type": "propertySignature",
|
|
2064
|
-
"key": {
|
|
2065
|
-
"type": "identifier",
|
|
2066
|
-
"name": "options"
|
|
2046
|
+
{
|
|
2047
|
+
"type": "jsLiteral",
|
|
2048
|
+
"value": "vertical"
|
|
2067
2049
|
},
|
|
2068
|
-
|
|
2069
|
-
"type": "
|
|
2070
|
-
"
|
|
2071
|
-
|
|
2072
|
-
|
|
2073
|
-
|
|
2074
|
-
|
|
2075
|
-
|
|
2076
|
-
|
|
2050
|
+
{
|
|
2051
|
+
"type": "jsLiteral",
|
|
2052
|
+
"value": "inline"
|
|
2053
|
+
}
|
|
2054
|
+
]
|
|
2055
|
+
}
|
|
2056
|
+
},
|
|
2057
|
+
{
|
|
2058
|
+
"type": "typeAlias",
|
|
2059
|
+
"name": "ComponentSize",
|
|
2060
|
+
"annotation": {
|
|
2061
|
+
"type": "union",
|
|
2062
|
+
"types": [
|
|
2063
|
+
{
|
|
2064
|
+
"type": "jsLiteral",
|
|
2065
|
+
"value": "large"
|
|
2077
2066
|
},
|
|
2078
|
-
|
|
2079
|
-
|
|
2080
|
-
|
|
2067
|
+
{
|
|
2068
|
+
"type": "jsLiteral",
|
|
2069
|
+
"value": "medium"
|
|
2070
|
+
},
|
|
2071
|
+
{
|
|
2072
|
+
"type": "jsLiteral",
|
|
2073
|
+
"value": "small"
|
|
2074
|
+
},
|
|
2075
|
+
{
|
|
2076
|
+
"type": "jsLiteral",
|
|
2077
|
+
"value": "xs"
|
|
2078
|
+
}
|
|
2079
|
+
]
|
|
2080
|
+
}
|
|
2081
2081
|
}
|
|
2082
2082
|
]
|
|
2083
2083
|
},
|
|
@@ -2372,224 +2372,44 @@
|
|
|
2372
2372
|
},
|
|
2373
2373
|
{
|
|
2374
2374
|
"type": "jsLiteral",
|
|
2375
|
-
"value": "text"
|
|
2376
|
-
},
|
|
2377
|
-
{
|
|
2378
|
-
"type": "jsLiteral",
|
|
2379
|
-
"value": "time"
|
|
2380
|
-
},
|
|
2381
|
-
{
|
|
2382
|
-
"type": "jsLiteral",
|
|
2383
|
-
"value": "url"
|
|
2384
|
-
},
|
|
2385
|
-
{
|
|
2386
|
-
"type": "jsLiteral",
|
|
2387
|
-
"value": "week"
|
|
2388
|
-
}
|
|
2389
|
-
]
|
|
2390
|
-
}
|
|
2391
|
-
},
|
|
2392
|
-
{
|
|
2393
|
-
"type": "typeAlias",
|
|
2394
|
-
"name": "ComponentSize",
|
|
2395
|
-
"annotation": {
|
|
2396
|
-
"type": "union",
|
|
2397
|
-
"types": [
|
|
2398
|
-
{
|
|
2399
|
-
"type": "jsLiteral",
|
|
2400
|
-
"value": "large"
|
|
2401
|
-
},
|
|
2402
|
-
{
|
|
2403
|
-
"type": "jsLiteral",
|
|
2404
|
-
"value": "medium"
|
|
2405
|
-
},
|
|
2406
|
-
{
|
|
2407
|
-
"type": "jsLiteral",
|
|
2408
|
-
"value": "small"
|
|
2409
|
-
},
|
|
2410
|
-
{
|
|
2411
|
-
"type": "jsLiteral",
|
|
2412
|
-
"value": "xs"
|
|
2413
|
-
}
|
|
2414
|
-
]
|
|
2415
|
-
}
|
|
2416
|
-
}
|
|
2417
|
-
]
|
|
2418
|
-
},
|
|
2419
|
-
"eo-textarea": {
|
|
2420
|
-
"properties": [
|
|
2421
|
-
{
|
|
2422
|
-
"name": "name",
|
|
2423
|
-
"annotation": {
|
|
2424
|
-
"type": "keyword",
|
|
2425
|
-
"value": "string"
|
|
2426
|
-
}
|
|
2427
|
-
},
|
|
2428
|
-
{
|
|
2429
|
-
"name": "label",
|
|
2430
|
-
"annotation": {
|
|
2431
|
-
"type": "keyword",
|
|
2432
|
-
"value": "string"
|
|
2433
|
-
}
|
|
2434
|
-
},
|
|
2435
|
-
{
|
|
2436
|
-
"name": "value",
|
|
2437
|
-
"annotation": {
|
|
2438
|
-
"type": "keyword",
|
|
2439
|
-
"value": "string"
|
|
2440
|
-
}
|
|
2441
|
-
},
|
|
2442
|
-
{
|
|
2443
|
-
"name": "placeholder",
|
|
2444
|
-
"annotation": {
|
|
2445
|
-
"type": "keyword",
|
|
2446
|
-
"value": "string"
|
|
2447
|
-
}
|
|
2448
|
-
},
|
|
2449
|
-
{
|
|
2450
|
-
"name": "disabled",
|
|
2451
|
-
"annotation": {
|
|
2452
|
-
"type": "keyword",
|
|
2453
|
-
"value": "boolean"
|
|
2454
|
-
}
|
|
2455
|
-
},
|
|
2456
|
-
{
|
|
2457
|
-
"name": "minLength",
|
|
2458
|
-
"annotation": {
|
|
2459
|
-
"type": "keyword",
|
|
2460
|
-
"value": "number"
|
|
2461
|
-
}
|
|
2462
|
-
},
|
|
2463
|
-
{
|
|
2464
|
-
"name": "maxLength",
|
|
2465
|
-
"annotation": {
|
|
2466
|
-
"type": "keyword",
|
|
2467
|
-
"value": "number"
|
|
2468
|
-
}
|
|
2469
|
-
},
|
|
2470
|
-
{
|
|
2471
|
-
"name": "autoSize",
|
|
2472
|
-
"annotation": {
|
|
2473
|
-
"type": "reference",
|
|
2474
|
-
"typeName": {
|
|
2475
|
-
"type": "identifier",
|
|
2476
|
-
"name": "AutoSize"
|
|
2477
|
-
}
|
|
2478
|
-
}
|
|
2479
|
-
},
|
|
2480
|
-
{
|
|
2481
|
-
"name": "required",
|
|
2482
|
-
"annotation": {
|
|
2483
|
-
"type": "keyword",
|
|
2484
|
-
"value": "boolean"
|
|
2485
|
-
}
|
|
2486
|
-
},
|
|
2487
|
-
{
|
|
2488
|
-
"name": "max",
|
|
2489
|
-
"annotation": {
|
|
2490
|
-
"type": "keyword",
|
|
2491
|
-
"value": "number"
|
|
2492
|
-
}
|
|
2493
|
-
},
|
|
2494
|
-
{
|
|
2495
|
-
"name": "min",
|
|
2496
|
-
"annotation": {
|
|
2497
|
-
"type": "keyword",
|
|
2498
|
-
"value": "number"
|
|
2499
|
-
}
|
|
2500
|
-
},
|
|
2501
|
-
{
|
|
2502
|
-
"name": "message",
|
|
2503
|
-
"annotation": {
|
|
2504
|
-
"type": "reference",
|
|
2505
|
-
"typeName": {
|
|
2506
|
-
"type": "identifier",
|
|
2507
|
-
"name": "Record"
|
|
2508
|
-
},
|
|
2509
|
-
"typeParameters": {
|
|
2510
|
-
"type": "typeParameterInstantiation",
|
|
2511
|
-
"params": [
|
|
2512
|
-
{
|
|
2513
|
-
"type": "keyword",
|
|
2514
|
-
"value": "string"
|
|
2515
|
-
},
|
|
2516
|
-
{
|
|
2517
|
-
"type": "keyword",
|
|
2518
|
-
"value": "string"
|
|
2519
|
-
}
|
|
2520
|
-
]
|
|
2521
|
-
}
|
|
2522
|
-
}
|
|
2523
|
-
},
|
|
2524
|
-
{
|
|
2525
|
-
"name": "textareaStyle",
|
|
2526
|
-
"annotation": {
|
|
2527
|
-
"type": "reference",
|
|
2528
|
-
"typeName": {
|
|
2529
|
-
"type": "qualifiedName",
|
|
2530
|
-
"left": {
|
|
2531
|
-
"type": "identifier",
|
|
2532
|
-
"name": "React"
|
|
2375
|
+
"value": "text"
|
|
2533
2376
|
},
|
|
2534
|
-
|
|
2535
|
-
"type": "
|
|
2536
|
-
"
|
|
2377
|
+
{
|
|
2378
|
+
"type": "jsLiteral",
|
|
2379
|
+
"value": "time"
|
|
2380
|
+
},
|
|
2381
|
+
{
|
|
2382
|
+
"type": "jsLiteral",
|
|
2383
|
+
"value": "url"
|
|
2384
|
+
},
|
|
2385
|
+
{
|
|
2386
|
+
"type": "jsLiteral",
|
|
2387
|
+
"value": "week"
|
|
2537
2388
|
}
|
|
2538
|
-
|
|
2539
|
-
}
|
|
2540
|
-
}
|
|
2541
|
-
],
|
|
2542
|
-
"events": [
|
|
2543
|
-
{
|
|
2544
|
-
"name": "change",
|
|
2545
|
-
"detail": {
|
|
2546
|
-
"annotation": {
|
|
2547
|
-
"type": "keyword",
|
|
2548
|
-
"value": "string"
|
|
2549
|
-
}
|
|
2389
|
+
]
|
|
2550
2390
|
}
|
|
2551
|
-
}
|
|
2552
|
-
],
|
|
2553
|
-
"methods": [],
|
|
2554
|
-
"types": [
|
|
2391
|
+
},
|
|
2555
2392
|
{
|
|
2556
2393
|
"type": "typeAlias",
|
|
2557
|
-
"name": "
|
|
2394
|
+
"name": "ComponentSize",
|
|
2558
2395
|
"annotation": {
|
|
2559
2396
|
"type": "union",
|
|
2560
2397
|
"types": [
|
|
2561
2398
|
{
|
|
2562
|
-
"type": "
|
|
2563
|
-
"value": "
|
|
2399
|
+
"type": "jsLiteral",
|
|
2400
|
+
"value": "large"
|
|
2564
2401
|
},
|
|
2565
2402
|
{
|
|
2566
|
-
"type": "
|
|
2567
|
-
"
|
|
2568
|
-
|
|
2569
|
-
|
|
2570
|
-
|
|
2571
|
-
|
|
2572
|
-
|
|
2573
|
-
|
|
2574
|
-
|
|
2575
|
-
|
|
2576
|
-
"value": "number"
|
|
2577
|
-
},
|
|
2578
|
-
"computed": false
|
|
2579
|
-
},
|
|
2580
|
-
{
|
|
2581
|
-
"type": "propertySignature",
|
|
2582
|
-
"key": {
|
|
2583
|
-
"type": "identifier",
|
|
2584
|
-
"name": "maxRows"
|
|
2585
|
-
},
|
|
2586
|
-
"annotation": {
|
|
2587
|
-
"type": "keyword",
|
|
2588
|
-
"value": "number"
|
|
2589
|
-
},
|
|
2590
|
-
"computed": false
|
|
2591
|
-
}
|
|
2592
|
-
]
|
|
2403
|
+
"type": "jsLiteral",
|
|
2404
|
+
"value": "medium"
|
|
2405
|
+
},
|
|
2406
|
+
{
|
|
2407
|
+
"type": "jsLiteral",
|
|
2408
|
+
"value": "small"
|
|
2409
|
+
},
|
|
2410
|
+
{
|
|
2411
|
+
"type": "jsLiteral",
|
|
2412
|
+
"value": "xs"
|
|
2593
2413
|
}
|
|
2594
2414
|
]
|
|
2595
2415
|
}
|
|
@@ -3140,6 +2960,186 @@
|
|
|
3140
2960
|
}
|
|
3141
2961
|
]
|
|
3142
2962
|
},
|
|
2963
|
+
"eo-textarea": {
|
|
2964
|
+
"properties": [
|
|
2965
|
+
{
|
|
2966
|
+
"name": "name",
|
|
2967
|
+
"annotation": {
|
|
2968
|
+
"type": "keyword",
|
|
2969
|
+
"value": "string"
|
|
2970
|
+
}
|
|
2971
|
+
},
|
|
2972
|
+
{
|
|
2973
|
+
"name": "label",
|
|
2974
|
+
"annotation": {
|
|
2975
|
+
"type": "keyword",
|
|
2976
|
+
"value": "string"
|
|
2977
|
+
}
|
|
2978
|
+
},
|
|
2979
|
+
{
|
|
2980
|
+
"name": "value",
|
|
2981
|
+
"annotation": {
|
|
2982
|
+
"type": "keyword",
|
|
2983
|
+
"value": "string"
|
|
2984
|
+
}
|
|
2985
|
+
},
|
|
2986
|
+
{
|
|
2987
|
+
"name": "placeholder",
|
|
2988
|
+
"annotation": {
|
|
2989
|
+
"type": "keyword",
|
|
2990
|
+
"value": "string"
|
|
2991
|
+
}
|
|
2992
|
+
},
|
|
2993
|
+
{
|
|
2994
|
+
"name": "disabled",
|
|
2995
|
+
"annotation": {
|
|
2996
|
+
"type": "keyword",
|
|
2997
|
+
"value": "boolean"
|
|
2998
|
+
}
|
|
2999
|
+
},
|
|
3000
|
+
{
|
|
3001
|
+
"name": "minLength",
|
|
3002
|
+
"annotation": {
|
|
3003
|
+
"type": "keyword",
|
|
3004
|
+
"value": "number"
|
|
3005
|
+
}
|
|
3006
|
+
},
|
|
3007
|
+
{
|
|
3008
|
+
"name": "maxLength",
|
|
3009
|
+
"annotation": {
|
|
3010
|
+
"type": "keyword",
|
|
3011
|
+
"value": "number"
|
|
3012
|
+
}
|
|
3013
|
+
},
|
|
3014
|
+
{
|
|
3015
|
+
"name": "autoSize",
|
|
3016
|
+
"annotation": {
|
|
3017
|
+
"type": "reference",
|
|
3018
|
+
"typeName": {
|
|
3019
|
+
"type": "identifier",
|
|
3020
|
+
"name": "AutoSize"
|
|
3021
|
+
}
|
|
3022
|
+
}
|
|
3023
|
+
},
|
|
3024
|
+
{
|
|
3025
|
+
"name": "required",
|
|
3026
|
+
"annotation": {
|
|
3027
|
+
"type": "keyword",
|
|
3028
|
+
"value": "boolean"
|
|
3029
|
+
}
|
|
3030
|
+
},
|
|
3031
|
+
{
|
|
3032
|
+
"name": "max",
|
|
3033
|
+
"annotation": {
|
|
3034
|
+
"type": "keyword",
|
|
3035
|
+
"value": "number"
|
|
3036
|
+
}
|
|
3037
|
+
},
|
|
3038
|
+
{
|
|
3039
|
+
"name": "min",
|
|
3040
|
+
"annotation": {
|
|
3041
|
+
"type": "keyword",
|
|
3042
|
+
"value": "number"
|
|
3043
|
+
}
|
|
3044
|
+
},
|
|
3045
|
+
{
|
|
3046
|
+
"name": "message",
|
|
3047
|
+
"annotation": {
|
|
3048
|
+
"type": "reference",
|
|
3049
|
+
"typeName": {
|
|
3050
|
+
"type": "identifier",
|
|
3051
|
+
"name": "Record"
|
|
3052
|
+
},
|
|
3053
|
+
"typeParameters": {
|
|
3054
|
+
"type": "typeParameterInstantiation",
|
|
3055
|
+
"params": [
|
|
3056
|
+
{
|
|
3057
|
+
"type": "keyword",
|
|
3058
|
+
"value": "string"
|
|
3059
|
+
},
|
|
3060
|
+
{
|
|
3061
|
+
"type": "keyword",
|
|
3062
|
+
"value": "string"
|
|
3063
|
+
}
|
|
3064
|
+
]
|
|
3065
|
+
}
|
|
3066
|
+
}
|
|
3067
|
+
},
|
|
3068
|
+
{
|
|
3069
|
+
"name": "textareaStyle",
|
|
3070
|
+
"annotation": {
|
|
3071
|
+
"type": "reference",
|
|
3072
|
+
"typeName": {
|
|
3073
|
+
"type": "qualifiedName",
|
|
3074
|
+
"left": {
|
|
3075
|
+
"type": "identifier",
|
|
3076
|
+
"name": "React"
|
|
3077
|
+
},
|
|
3078
|
+
"right": {
|
|
3079
|
+
"type": "identifier",
|
|
3080
|
+
"name": "CSSProperties"
|
|
3081
|
+
}
|
|
3082
|
+
}
|
|
3083
|
+
}
|
|
3084
|
+
}
|
|
3085
|
+
],
|
|
3086
|
+
"events": [
|
|
3087
|
+
{
|
|
3088
|
+
"name": "change",
|
|
3089
|
+
"detail": {
|
|
3090
|
+
"annotation": {
|
|
3091
|
+
"type": "keyword",
|
|
3092
|
+
"value": "string"
|
|
3093
|
+
}
|
|
3094
|
+
}
|
|
3095
|
+
}
|
|
3096
|
+
],
|
|
3097
|
+
"methods": [],
|
|
3098
|
+
"types": [
|
|
3099
|
+
{
|
|
3100
|
+
"type": "typeAlias",
|
|
3101
|
+
"name": "AutoSize",
|
|
3102
|
+
"annotation": {
|
|
3103
|
+
"type": "union",
|
|
3104
|
+
"types": [
|
|
3105
|
+
{
|
|
3106
|
+
"type": "keyword",
|
|
3107
|
+
"value": "boolean"
|
|
3108
|
+
},
|
|
3109
|
+
{
|
|
3110
|
+
"type": "typeLiteral",
|
|
3111
|
+
"members": [
|
|
3112
|
+
{
|
|
3113
|
+
"type": "propertySignature",
|
|
3114
|
+
"key": {
|
|
3115
|
+
"type": "identifier",
|
|
3116
|
+
"name": "minRows"
|
|
3117
|
+
},
|
|
3118
|
+
"annotation": {
|
|
3119
|
+
"type": "keyword",
|
|
3120
|
+
"value": "number"
|
|
3121
|
+
},
|
|
3122
|
+
"computed": false
|
|
3123
|
+
},
|
|
3124
|
+
{
|
|
3125
|
+
"type": "propertySignature",
|
|
3126
|
+
"key": {
|
|
3127
|
+
"type": "identifier",
|
|
3128
|
+
"name": "maxRows"
|
|
3129
|
+
},
|
|
3130
|
+
"annotation": {
|
|
3131
|
+
"type": "keyword",
|
|
3132
|
+
"value": "number"
|
|
3133
|
+
},
|
|
3134
|
+
"computed": false
|
|
3135
|
+
}
|
|
3136
|
+
]
|
|
3137
|
+
}
|
|
3138
|
+
]
|
|
3139
|
+
}
|
|
3140
|
+
}
|
|
3141
|
+
]
|
|
3142
|
+
},
|
|
3143
3143
|
"eo-date-picker": {
|
|
3144
3144
|
"properties": [
|
|
3145
3145
|
{
|