@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/types.json
CHANGED
|
@@ -1,224 +1,4 @@
|
|
|
1
1
|
{
|
|
2
|
-
"eo-textarea": {
|
|
3
|
-
"properties": [
|
|
4
|
-
{
|
|
5
|
-
"name": "name",
|
|
6
|
-
"annotation": {
|
|
7
|
-
"type": "keyword",
|
|
8
|
-
"value": "string"
|
|
9
|
-
}
|
|
10
|
-
},
|
|
11
|
-
{
|
|
12
|
-
"name": "label",
|
|
13
|
-
"annotation": {
|
|
14
|
-
"type": "keyword",
|
|
15
|
-
"value": "string"
|
|
16
|
-
}
|
|
17
|
-
},
|
|
18
|
-
{
|
|
19
|
-
"name": "value",
|
|
20
|
-
"annotation": {
|
|
21
|
-
"type": "keyword",
|
|
22
|
-
"value": "string"
|
|
23
|
-
}
|
|
24
|
-
},
|
|
25
|
-
{
|
|
26
|
-
"name": "placeholder",
|
|
27
|
-
"annotation": {
|
|
28
|
-
"type": "keyword",
|
|
29
|
-
"value": "string"
|
|
30
|
-
}
|
|
31
|
-
},
|
|
32
|
-
{
|
|
33
|
-
"name": "disabled",
|
|
34
|
-
"annotation": {
|
|
35
|
-
"type": "keyword",
|
|
36
|
-
"value": "boolean"
|
|
37
|
-
}
|
|
38
|
-
},
|
|
39
|
-
{
|
|
40
|
-
"name": "minLength",
|
|
41
|
-
"annotation": {
|
|
42
|
-
"type": "keyword",
|
|
43
|
-
"value": "number"
|
|
44
|
-
}
|
|
45
|
-
},
|
|
46
|
-
{
|
|
47
|
-
"name": "maxLength",
|
|
48
|
-
"annotation": {
|
|
49
|
-
"type": "keyword",
|
|
50
|
-
"value": "number"
|
|
51
|
-
}
|
|
52
|
-
},
|
|
53
|
-
{
|
|
54
|
-
"name": "autoSize",
|
|
55
|
-
"annotation": {
|
|
56
|
-
"type": "reference",
|
|
57
|
-
"typeName": {
|
|
58
|
-
"type": "identifier",
|
|
59
|
-
"name": "AutoSize"
|
|
60
|
-
}
|
|
61
|
-
}
|
|
62
|
-
},
|
|
63
|
-
{
|
|
64
|
-
"name": "required",
|
|
65
|
-
"annotation": {
|
|
66
|
-
"type": "keyword",
|
|
67
|
-
"value": "boolean"
|
|
68
|
-
}
|
|
69
|
-
},
|
|
70
|
-
{
|
|
71
|
-
"name": "max",
|
|
72
|
-
"annotation": {
|
|
73
|
-
"type": "keyword",
|
|
74
|
-
"value": "number"
|
|
75
|
-
}
|
|
76
|
-
},
|
|
77
|
-
{
|
|
78
|
-
"name": "min",
|
|
79
|
-
"annotation": {
|
|
80
|
-
"type": "keyword",
|
|
81
|
-
"value": "number"
|
|
82
|
-
}
|
|
83
|
-
},
|
|
84
|
-
{
|
|
85
|
-
"name": "message",
|
|
86
|
-
"annotation": {
|
|
87
|
-
"type": "reference",
|
|
88
|
-
"typeName": {
|
|
89
|
-
"type": "identifier",
|
|
90
|
-
"name": "Record"
|
|
91
|
-
},
|
|
92
|
-
"typeParameters": {
|
|
93
|
-
"type": "typeParameterInstantiation",
|
|
94
|
-
"params": [
|
|
95
|
-
{
|
|
96
|
-
"type": "keyword",
|
|
97
|
-
"value": "string"
|
|
98
|
-
},
|
|
99
|
-
{
|
|
100
|
-
"type": "keyword",
|
|
101
|
-
"value": "string"
|
|
102
|
-
}
|
|
103
|
-
]
|
|
104
|
-
}
|
|
105
|
-
}
|
|
106
|
-
},
|
|
107
|
-
{
|
|
108
|
-
"name": "textareaStyle",
|
|
109
|
-
"annotation": {
|
|
110
|
-
"type": "reference",
|
|
111
|
-
"typeName": {
|
|
112
|
-
"type": "qualifiedName",
|
|
113
|
-
"left": {
|
|
114
|
-
"type": "identifier",
|
|
115
|
-
"name": "React"
|
|
116
|
-
},
|
|
117
|
-
"right": {
|
|
118
|
-
"type": "identifier",
|
|
119
|
-
"name": "CSSProperties"
|
|
120
|
-
}
|
|
121
|
-
}
|
|
122
|
-
}
|
|
123
|
-
},
|
|
124
|
-
{
|
|
125
|
-
"name": "variant",
|
|
126
|
-
"annotation": {
|
|
127
|
-
"type": "union",
|
|
128
|
-
"types": [
|
|
129
|
-
{
|
|
130
|
-
"type": "jsLiteral",
|
|
131
|
-
"value": "default"
|
|
132
|
-
},
|
|
133
|
-
{
|
|
134
|
-
"type": "jsLiteral",
|
|
135
|
-
"value": "muted"
|
|
136
|
-
}
|
|
137
|
-
]
|
|
138
|
-
}
|
|
139
|
-
},
|
|
140
|
-
{
|
|
141
|
-
"name": "themeVariant",
|
|
142
|
-
"annotation": {
|
|
143
|
-
"type": "union",
|
|
144
|
-
"types": [
|
|
145
|
-
{
|
|
146
|
-
"type": "jsLiteral",
|
|
147
|
-
"value": "default"
|
|
148
|
-
},
|
|
149
|
-
{
|
|
150
|
-
"type": "jsLiteral",
|
|
151
|
-
"value": "elevo"
|
|
152
|
-
}
|
|
153
|
-
]
|
|
154
|
-
}
|
|
155
|
-
}
|
|
156
|
-
],
|
|
157
|
-
"events": [
|
|
158
|
-
{
|
|
159
|
-
"name": "change",
|
|
160
|
-
"detail": {
|
|
161
|
-
"annotation": {
|
|
162
|
-
"type": "keyword",
|
|
163
|
-
"value": "string"
|
|
164
|
-
}
|
|
165
|
-
}
|
|
166
|
-
}
|
|
167
|
-
],
|
|
168
|
-
"methods": [
|
|
169
|
-
{
|
|
170
|
-
"name": "focusTextarea",
|
|
171
|
-
"params": [],
|
|
172
|
-
"returns": {}
|
|
173
|
-
}
|
|
174
|
-
],
|
|
175
|
-
"types": [
|
|
176
|
-
{
|
|
177
|
-
"type": "typeAlias",
|
|
178
|
-
"name": "AutoSize",
|
|
179
|
-
"annotation": {
|
|
180
|
-
"type": "union",
|
|
181
|
-
"types": [
|
|
182
|
-
{
|
|
183
|
-
"type": "keyword",
|
|
184
|
-
"value": "boolean"
|
|
185
|
-
},
|
|
186
|
-
{
|
|
187
|
-
"type": "typeLiteral",
|
|
188
|
-
"members": [
|
|
189
|
-
{
|
|
190
|
-
"type": "propertySignature",
|
|
191
|
-
"key": {
|
|
192
|
-
"type": "identifier",
|
|
193
|
-
"name": "minRows"
|
|
194
|
-
},
|
|
195
|
-
"annotation": {
|
|
196
|
-
"type": "keyword",
|
|
197
|
-
"value": "number"
|
|
198
|
-
},
|
|
199
|
-
"optional": true,
|
|
200
|
-
"computed": false
|
|
201
|
-
},
|
|
202
|
-
{
|
|
203
|
-
"type": "propertySignature",
|
|
204
|
-
"key": {
|
|
205
|
-
"type": "identifier",
|
|
206
|
-
"name": "maxRows"
|
|
207
|
-
},
|
|
208
|
-
"annotation": {
|
|
209
|
-
"type": "keyword",
|
|
210
|
-
"value": "number"
|
|
211
|
-
},
|
|
212
|
-
"optional": true,
|
|
213
|
-
"computed": false
|
|
214
|
-
}
|
|
215
|
-
]
|
|
216
|
-
}
|
|
217
|
-
]
|
|
218
|
-
}
|
|
219
|
-
}
|
|
220
|
-
]
|
|
221
|
-
},
|
|
222
2
|
"eo-submit-buttons": {
|
|
223
3
|
"properties": [
|
|
224
4
|
{
|
|
@@ -688,7 +468,7 @@
|
|
|
688
468
|
],
|
|
689
469
|
"methods": []
|
|
690
470
|
},
|
|
691
|
-
"eo-
|
|
471
|
+
"eo-textarea": {
|
|
692
472
|
"properties": [
|
|
693
473
|
{
|
|
694
474
|
"name": "name",
|
|
@@ -712,49 +492,269 @@
|
|
|
712
492
|
}
|
|
713
493
|
},
|
|
714
494
|
{
|
|
715
|
-
"name": "
|
|
495
|
+
"name": "placeholder",
|
|
716
496
|
"annotation": {
|
|
717
|
-
"type": "
|
|
718
|
-
"
|
|
719
|
-
{
|
|
720
|
-
"type": "keyword",
|
|
721
|
-
"value": "string"
|
|
722
|
-
},
|
|
723
|
-
{
|
|
724
|
-
"type": "reference",
|
|
725
|
-
"typeName": {
|
|
726
|
-
"type": "identifier",
|
|
727
|
-
"name": "Color"
|
|
728
|
-
}
|
|
729
|
-
}
|
|
730
|
-
]
|
|
497
|
+
"type": "keyword",
|
|
498
|
+
"value": "string"
|
|
731
499
|
}
|
|
732
500
|
},
|
|
733
501
|
{
|
|
734
|
-
"name": "
|
|
502
|
+
"name": "disabled",
|
|
735
503
|
"annotation": {
|
|
736
504
|
"type": "keyword",
|
|
737
505
|
"value": "boolean"
|
|
738
506
|
}
|
|
739
507
|
},
|
|
740
508
|
{
|
|
741
|
-
"name": "
|
|
509
|
+
"name": "minLength",
|
|
742
510
|
"annotation": {
|
|
743
511
|
"type": "keyword",
|
|
744
|
-
"value": "
|
|
512
|
+
"value": "number"
|
|
745
513
|
}
|
|
746
514
|
},
|
|
747
515
|
{
|
|
748
|
-
"name": "
|
|
516
|
+
"name": "maxLength",
|
|
749
517
|
"annotation": {
|
|
750
|
-
"type": "
|
|
751
|
-
"
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
|
|
518
|
+
"type": "keyword",
|
|
519
|
+
"value": "number"
|
|
520
|
+
}
|
|
521
|
+
},
|
|
522
|
+
{
|
|
523
|
+
"name": "autoSize",
|
|
524
|
+
"annotation": {
|
|
525
|
+
"type": "reference",
|
|
526
|
+
"typeName": {
|
|
527
|
+
"type": "identifier",
|
|
528
|
+
"name": "AutoSize"
|
|
529
|
+
}
|
|
530
|
+
}
|
|
531
|
+
},
|
|
532
|
+
{
|
|
533
|
+
"name": "required",
|
|
534
|
+
"annotation": {
|
|
535
|
+
"type": "keyword",
|
|
536
|
+
"value": "boolean"
|
|
537
|
+
}
|
|
538
|
+
},
|
|
539
|
+
{
|
|
540
|
+
"name": "max",
|
|
541
|
+
"annotation": {
|
|
542
|
+
"type": "keyword",
|
|
543
|
+
"value": "number"
|
|
544
|
+
}
|
|
545
|
+
},
|
|
546
|
+
{
|
|
547
|
+
"name": "min",
|
|
548
|
+
"annotation": {
|
|
549
|
+
"type": "keyword",
|
|
550
|
+
"value": "number"
|
|
551
|
+
}
|
|
552
|
+
},
|
|
553
|
+
{
|
|
554
|
+
"name": "message",
|
|
555
|
+
"annotation": {
|
|
556
|
+
"type": "reference",
|
|
557
|
+
"typeName": {
|
|
558
|
+
"type": "identifier",
|
|
559
|
+
"name": "Record"
|
|
560
|
+
},
|
|
561
|
+
"typeParameters": {
|
|
562
|
+
"type": "typeParameterInstantiation",
|
|
563
|
+
"params": [
|
|
564
|
+
{
|
|
565
|
+
"type": "keyword",
|
|
566
|
+
"value": "string"
|
|
567
|
+
},
|
|
568
|
+
{
|
|
569
|
+
"type": "keyword",
|
|
570
|
+
"value": "string"
|
|
571
|
+
}
|
|
572
|
+
]
|
|
573
|
+
}
|
|
574
|
+
}
|
|
575
|
+
},
|
|
576
|
+
{
|
|
577
|
+
"name": "textareaStyle",
|
|
578
|
+
"annotation": {
|
|
579
|
+
"type": "reference",
|
|
580
|
+
"typeName": {
|
|
581
|
+
"type": "qualifiedName",
|
|
582
|
+
"left": {
|
|
583
|
+
"type": "identifier",
|
|
584
|
+
"name": "React"
|
|
585
|
+
},
|
|
586
|
+
"right": {
|
|
587
|
+
"type": "identifier",
|
|
588
|
+
"name": "CSSProperties"
|
|
589
|
+
}
|
|
590
|
+
}
|
|
591
|
+
}
|
|
592
|
+
},
|
|
593
|
+
{
|
|
594
|
+
"name": "variant",
|
|
595
|
+
"annotation": {
|
|
596
|
+
"type": "union",
|
|
597
|
+
"types": [
|
|
598
|
+
{
|
|
599
|
+
"type": "jsLiteral",
|
|
600
|
+
"value": "default"
|
|
601
|
+
},
|
|
602
|
+
{
|
|
603
|
+
"type": "jsLiteral",
|
|
604
|
+
"value": "muted"
|
|
605
|
+
}
|
|
606
|
+
]
|
|
607
|
+
}
|
|
608
|
+
},
|
|
609
|
+
{
|
|
610
|
+
"name": "themeVariant",
|
|
611
|
+
"annotation": {
|
|
612
|
+
"type": "union",
|
|
613
|
+
"types": [
|
|
614
|
+
{
|
|
615
|
+
"type": "jsLiteral",
|
|
616
|
+
"value": "default"
|
|
617
|
+
},
|
|
618
|
+
{
|
|
619
|
+
"type": "jsLiteral",
|
|
620
|
+
"value": "elevo"
|
|
621
|
+
}
|
|
622
|
+
]
|
|
623
|
+
}
|
|
624
|
+
}
|
|
625
|
+
],
|
|
626
|
+
"events": [
|
|
627
|
+
{
|
|
628
|
+
"name": "change",
|
|
629
|
+
"detail": {
|
|
630
|
+
"annotation": {
|
|
631
|
+
"type": "keyword",
|
|
632
|
+
"value": "string"
|
|
633
|
+
}
|
|
634
|
+
}
|
|
635
|
+
}
|
|
636
|
+
],
|
|
637
|
+
"methods": [
|
|
638
|
+
{
|
|
639
|
+
"name": "focusTextarea",
|
|
640
|
+
"params": [],
|
|
641
|
+
"returns": {}
|
|
642
|
+
}
|
|
643
|
+
],
|
|
644
|
+
"types": [
|
|
645
|
+
{
|
|
646
|
+
"type": "typeAlias",
|
|
647
|
+
"name": "AutoSize",
|
|
648
|
+
"annotation": {
|
|
649
|
+
"type": "union",
|
|
650
|
+
"types": [
|
|
651
|
+
{
|
|
652
|
+
"type": "keyword",
|
|
653
|
+
"value": "boolean"
|
|
654
|
+
},
|
|
655
|
+
{
|
|
656
|
+
"type": "typeLiteral",
|
|
657
|
+
"members": [
|
|
658
|
+
{
|
|
659
|
+
"type": "propertySignature",
|
|
660
|
+
"key": {
|
|
661
|
+
"type": "identifier",
|
|
662
|
+
"name": "minRows"
|
|
663
|
+
},
|
|
664
|
+
"annotation": {
|
|
665
|
+
"type": "keyword",
|
|
666
|
+
"value": "number"
|
|
667
|
+
},
|
|
668
|
+
"optional": true,
|
|
669
|
+
"computed": false
|
|
670
|
+
},
|
|
671
|
+
{
|
|
672
|
+
"type": "propertySignature",
|
|
673
|
+
"key": {
|
|
674
|
+
"type": "identifier",
|
|
675
|
+
"name": "maxRows"
|
|
676
|
+
},
|
|
677
|
+
"annotation": {
|
|
678
|
+
"type": "keyword",
|
|
679
|
+
"value": "number"
|
|
680
|
+
},
|
|
681
|
+
"optional": true,
|
|
682
|
+
"computed": false
|
|
683
|
+
}
|
|
684
|
+
]
|
|
685
|
+
}
|
|
686
|
+
]
|
|
687
|
+
}
|
|
688
|
+
}
|
|
689
|
+
]
|
|
690
|
+
},
|
|
691
|
+
"eo-color-picker": {
|
|
692
|
+
"properties": [
|
|
693
|
+
{
|
|
694
|
+
"name": "name",
|
|
695
|
+
"annotation": {
|
|
696
|
+
"type": "keyword",
|
|
697
|
+
"value": "string"
|
|
698
|
+
}
|
|
699
|
+
},
|
|
700
|
+
{
|
|
701
|
+
"name": "label",
|
|
702
|
+
"annotation": {
|
|
703
|
+
"type": "keyword",
|
|
704
|
+
"value": "string"
|
|
705
|
+
}
|
|
706
|
+
},
|
|
707
|
+
{
|
|
708
|
+
"name": "value",
|
|
709
|
+
"annotation": {
|
|
710
|
+
"type": "keyword",
|
|
711
|
+
"value": "string"
|
|
712
|
+
}
|
|
713
|
+
},
|
|
714
|
+
{
|
|
715
|
+
"name": "defaultValue",
|
|
716
|
+
"annotation": {
|
|
717
|
+
"type": "union",
|
|
718
|
+
"types": [
|
|
719
|
+
{
|
|
720
|
+
"type": "keyword",
|
|
721
|
+
"value": "string"
|
|
722
|
+
},
|
|
723
|
+
{
|
|
724
|
+
"type": "reference",
|
|
725
|
+
"typeName": {
|
|
726
|
+
"type": "identifier",
|
|
727
|
+
"name": "Color"
|
|
728
|
+
}
|
|
729
|
+
}
|
|
730
|
+
]
|
|
731
|
+
}
|
|
732
|
+
},
|
|
733
|
+
{
|
|
734
|
+
"name": "required",
|
|
735
|
+
"annotation": {
|
|
736
|
+
"type": "keyword",
|
|
737
|
+
"value": "boolean"
|
|
738
|
+
}
|
|
739
|
+
},
|
|
740
|
+
{
|
|
741
|
+
"name": "allowClear",
|
|
742
|
+
"annotation": {
|
|
743
|
+
"type": "keyword",
|
|
744
|
+
"value": "boolean"
|
|
745
|
+
}
|
|
746
|
+
},
|
|
747
|
+
{
|
|
748
|
+
"name": "size",
|
|
749
|
+
"annotation": {
|
|
750
|
+
"type": "union",
|
|
751
|
+
"types": [
|
|
752
|
+
{
|
|
753
|
+
"type": "jsLiteral",
|
|
754
|
+
"value": "small"
|
|
755
|
+
},
|
|
756
|
+
{
|
|
757
|
+
"type": "jsLiteral",
|
|
758
758
|
"value": "middle"
|
|
759
759
|
},
|
|
760
760
|
{
|
|
@@ -3740,7 +3740,7 @@
|
|
|
3740
3740
|
}
|
|
3741
3741
|
]
|
|
3742
3742
|
},
|
|
3743
|
-
"eo-
|
|
3743
|
+
"eo-radio": {
|
|
3744
3744
|
"properties": [
|
|
3745
3745
|
{
|
|
3746
3746
|
"name": "name",
|
|
@@ -3757,31 +3757,30 @@
|
|
|
3757
3757
|
}
|
|
3758
3758
|
},
|
|
3759
3759
|
{
|
|
3760
|
-
"name": "
|
|
3760
|
+
"name": "options",
|
|
3761
3761
|
"annotation": {
|
|
3762
|
-
"type": "
|
|
3763
|
-
"
|
|
3762
|
+
"type": "array",
|
|
3763
|
+
"elementType": {
|
|
3764
|
+
"type": "reference",
|
|
3765
|
+
"typeName": {
|
|
3766
|
+
"type": "identifier",
|
|
3767
|
+
"name": "GeneralOption"
|
|
3768
|
+
}
|
|
3769
|
+
}
|
|
3764
3770
|
}
|
|
3765
3771
|
},
|
|
3766
3772
|
{
|
|
3767
|
-
"name": "
|
|
3773
|
+
"name": "value",
|
|
3768
3774
|
"annotation": {
|
|
3769
3775
|
"type": "keyword",
|
|
3770
|
-
"value": "
|
|
3771
|
-
}
|
|
3772
|
-
},
|
|
3773
|
-
{
|
|
3774
|
-
"name": "max",
|
|
3775
|
-
"annotation": {
|
|
3776
|
-
"type": "keyword",
|
|
3777
|
-
"value": "number"
|
|
3776
|
+
"value": "any"
|
|
3778
3777
|
}
|
|
3779
3778
|
},
|
|
3780
3779
|
{
|
|
3781
|
-
"name": "
|
|
3780
|
+
"name": "required",
|
|
3782
3781
|
"annotation": {
|
|
3783
3782
|
"type": "keyword",
|
|
3784
|
-
"value": "
|
|
3783
|
+
"value": "boolean"
|
|
3785
3784
|
}
|
|
3786
3785
|
},
|
|
3787
3786
|
{
|
|
@@ -3807,20 +3806,6 @@
|
|
|
3807
3806
|
}
|
|
3808
3807
|
}
|
|
3809
3808
|
},
|
|
3810
|
-
{
|
|
3811
|
-
"name": "value",
|
|
3812
|
-
"annotation": {
|
|
3813
|
-
"type": "keyword",
|
|
3814
|
-
"value": "string"
|
|
3815
|
-
}
|
|
3816
|
-
},
|
|
3817
|
-
{
|
|
3818
|
-
"name": "placeholder",
|
|
3819
|
-
"annotation": {
|
|
3820
|
-
"type": "keyword",
|
|
3821
|
-
"value": "string"
|
|
3822
|
-
}
|
|
3823
|
-
},
|
|
3824
3809
|
{
|
|
3825
3810
|
"name": "disabled",
|
|
3826
3811
|
"annotation": {
|
|
@@ -3829,33 +3814,22 @@
|
|
|
3829
3814
|
}
|
|
3830
3815
|
},
|
|
3831
3816
|
{
|
|
3832
|
-
"name": "
|
|
3833
|
-
"annotation": {
|
|
3834
|
-
"type": "keyword",
|
|
3835
|
-
"value": "boolean"
|
|
3836
|
-
}
|
|
3837
|
-
},
|
|
3838
|
-
{
|
|
3839
|
-
"name": "clearable",
|
|
3840
|
-
"annotation": {
|
|
3841
|
-
"type": "keyword",
|
|
3842
|
-
"value": "boolean"
|
|
3843
|
-
}
|
|
3844
|
-
},
|
|
3845
|
-
{
|
|
3846
|
-
"name": "autoFocus",
|
|
3817
|
+
"name": "type",
|
|
3847
3818
|
"annotation": {
|
|
3848
|
-
"type": "
|
|
3849
|
-
"
|
|
3819
|
+
"type": "reference",
|
|
3820
|
+
"typeName": {
|
|
3821
|
+
"type": "identifier",
|
|
3822
|
+
"name": "RadioType"
|
|
3823
|
+
}
|
|
3850
3824
|
}
|
|
3851
3825
|
},
|
|
3852
3826
|
{
|
|
3853
|
-
"name": "
|
|
3827
|
+
"name": "ui",
|
|
3854
3828
|
"annotation": {
|
|
3855
3829
|
"type": "reference",
|
|
3856
3830
|
"typeName": {
|
|
3857
3831
|
"type": "identifier",
|
|
3858
|
-
"name": "
|
|
3832
|
+
"name": "UIType"
|
|
3859
3833
|
}
|
|
3860
3834
|
}
|
|
3861
3835
|
},
|
|
@@ -3870,21 +3844,7 @@
|
|
|
3870
3844
|
}
|
|
3871
3845
|
},
|
|
3872
3846
|
{
|
|
3873
|
-
"name": "
|
|
3874
|
-
"annotation": {
|
|
3875
|
-
"type": "keyword",
|
|
3876
|
-
"value": "number"
|
|
3877
|
-
}
|
|
3878
|
-
},
|
|
3879
|
-
{
|
|
3880
|
-
"name": "maxLength",
|
|
3881
|
-
"annotation": {
|
|
3882
|
-
"type": "keyword",
|
|
3883
|
-
"value": "number"
|
|
3884
|
-
}
|
|
3885
|
-
},
|
|
3886
|
-
{
|
|
3887
|
-
"name": "inputStyle",
|
|
3847
|
+
"name": "customStyle",
|
|
3888
3848
|
"annotation": {
|
|
3889
3849
|
"type": "reference",
|
|
3890
3850
|
"typeName": {
|
|
@@ -3900,6 +3860,16 @@
|
|
|
3900
3860
|
}
|
|
3901
3861
|
}
|
|
3902
3862
|
},
|
|
3863
|
+
{
|
|
3864
|
+
"name": "useBrick",
|
|
3865
|
+
"annotation": {
|
|
3866
|
+
"type": "reference",
|
|
3867
|
+
"typeName": {
|
|
3868
|
+
"type": "identifier",
|
|
3869
|
+
"name": "UseSingleBrickConf"
|
|
3870
|
+
}
|
|
3871
|
+
}
|
|
3872
|
+
},
|
|
3903
3873
|
{
|
|
3904
3874
|
"name": "themeVariant",
|
|
3905
3875
|
"annotation": {
|
|
@@ -3915,151 +3885,301 @@
|
|
|
3915
3885
|
}
|
|
3916
3886
|
]
|
|
3917
3887
|
}
|
|
3918
|
-
}
|
|
3888
|
+
}
|
|
3889
|
+
],
|
|
3890
|
+
"events": [
|
|
3919
3891
|
{
|
|
3920
|
-
"name": "
|
|
3921
|
-
"
|
|
3922
|
-
"type": "parenthesizedType",
|
|
3892
|
+
"name": "change",
|
|
3893
|
+
"detail": {
|
|
3923
3894
|
"annotation": {
|
|
3924
|
-
"type": "
|
|
3925
|
-
"
|
|
3895
|
+
"type": "union",
|
|
3896
|
+
"types": [
|
|
3926
3897
|
{
|
|
3927
|
-
"type": "
|
|
3928
|
-
"
|
|
3929
|
-
|
|
3930
|
-
"
|
|
3931
|
-
"value": "any"
|
|
3898
|
+
"type": "reference",
|
|
3899
|
+
"typeName": {
|
|
3900
|
+
"type": "identifier",
|
|
3901
|
+
"name": "GeneralComplexOption"
|
|
3932
3902
|
}
|
|
3903
|
+
},
|
|
3904
|
+
{
|
|
3905
|
+
"type": "keyword",
|
|
3906
|
+
"value": "undefined"
|
|
3933
3907
|
}
|
|
3934
|
-
]
|
|
3935
|
-
"annotation": {
|
|
3936
|
-
"type": "reference",
|
|
3937
|
-
"typeName": {
|
|
3938
|
-
"type": "identifier",
|
|
3939
|
-
"name": "MessageBody"
|
|
3940
|
-
}
|
|
3941
|
-
}
|
|
3908
|
+
]
|
|
3942
3909
|
}
|
|
3943
3910
|
}
|
|
3944
|
-
}
|
|
3945
|
-
],
|
|
3946
|
-
"events": [
|
|
3911
|
+
},
|
|
3947
3912
|
{
|
|
3948
|
-
"name": "change",
|
|
3913
|
+
"name": "options.change",
|
|
3949
3914
|
"detail": {
|
|
3950
3915
|
"annotation": {
|
|
3951
|
-
"type": "
|
|
3952
|
-
"
|
|
3916
|
+
"type": "typeLiteral",
|
|
3917
|
+
"members": [
|
|
3918
|
+
{
|
|
3919
|
+
"type": "propertySignature",
|
|
3920
|
+
"key": {
|
|
3921
|
+
"type": "identifier",
|
|
3922
|
+
"name": "options"
|
|
3923
|
+
},
|
|
3924
|
+
"annotation": {
|
|
3925
|
+
"type": "typeLiteral",
|
|
3926
|
+
"members": [
|
|
3927
|
+
{
|
|
3928
|
+
"type": "propertySignature",
|
|
3929
|
+
"key": {
|
|
3930
|
+
"type": "identifier",
|
|
3931
|
+
"name": "label"
|
|
3932
|
+
},
|
|
3933
|
+
"annotation": {
|
|
3934
|
+
"type": "keyword",
|
|
3935
|
+
"value": "string"
|
|
3936
|
+
},
|
|
3937
|
+
"computed": false
|
|
3938
|
+
},
|
|
3939
|
+
{
|
|
3940
|
+
"type": "propertySignature",
|
|
3941
|
+
"key": {
|
|
3942
|
+
"type": "identifier",
|
|
3943
|
+
"name": "value"
|
|
3944
|
+
},
|
|
3945
|
+
"annotation": {
|
|
3946
|
+
"type": "keyword",
|
|
3947
|
+
"value": "any"
|
|
3948
|
+
},
|
|
3949
|
+
"computed": false
|
|
3950
|
+
},
|
|
3951
|
+
{
|
|
3952
|
+
"type": "indexSignature",
|
|
3953
|
+
"parameter": {
|
|
3954
|
+
"type": "identifier",
|
|
3955
|
+
"name": "key",
|
|
3956
|
+
"annotation": {
|
|
3957
|
+
"type": "keyword",
|
|
3958
|
+
"value": "string"
|
|
3959
|
+
}
|
|
3960
|
+
},
|
|
3961
|
+
"annotation": {
|
|
3962
|
+
"type": "keyword",
|
|
3963
|
+
"value": "any"
|
|
3964
|
+
}
|
|
3965
|
+
}
|
|
3966
|
+
]
|
|
3967
|
+
},
|
|
3968
|
+
"computed": false
|
|
3969
|
+
},
|
|
3970
|
+
{
|
|
3971
|
+
"type": "propertySignature",
|
|
3972
|
+
"key": {
|
|
3973
|
+
"type": "identifier",
|
|
3974
|
+
"name": "name"
|
|
3975
|
+
},
|
|
3976
|
+
"annotation": {
|
|
3977
|
+
"type": "keyword",
|
|
3978
|
+
"value": "string"
|
|
3979
|
+
},
|
|
3980
|
+
"computed": false
|
|
3981
|
+
}
|
|
3982
|
+
]
|
|
3953
3983
|
}
|
|
3954
3984
|
}
|
|
3955
3985
|
}
|
|
3956
3986
|
],
|
|
3957
|
-
"methods": [
|
|
3958
|
-
{
|
|
3959
|
-
"name": "focusInput",
|
|
3960
|
-
"params": [],
|
|
3961
|
-
"returns": {}
|
|
3962
|
-
},
|
|
3963
|
-
{
|
|
3964
|
-
"name": "blurInput",
|
|
3965
|
-
"params": [],
|
|
3966
|
-
"returns": {}
|
|
3967
|
-
}
|
|
3968
|
-
],
|
|
3987
|
+
"methods": [],
|
|
3969
3988
|
"types": [
|
|
3970
3989
|
{
|
|
3971
3990
|
"type": "typeAlias",
|
|
3972
|
-
"name": "
|
|
3991
|
+
"name": "GeneralOption",
|
|
3973
3992
|
"annotation": {
|
|
3974
3993
|
"type": "union",
|
|
3975
3994
|
"types": [
|
|
3976
3995
|
{
|
|
3977
|
-
"type": "
|
|
3978
|
-
"value": "
|
|
3996
|
+
"type": "keyword",
|
|
3997
|
+
"value": "string"
|
|
3979
3998
|
},
|
|
3980
3999
|
{
|
|
3981
|
-
"type": "
|
|
3982
|
-
"value": "
|
|
4000
|
+
"type": "keyword",
|
|
4001
|
+
"value": "number"
|
|
3983
4002
|
},
|
|
3984
4003
|
{
|
|
3985
|
-
"type": "
|
|
3986
|
-
"value": "
|
|
4004
|
+
"type": "keyword",
|
|
4005
|
+
"value": "boolean"
|
|
3987
4006
|
},
|
|
3988
4007
|
{
|
|
3989
|
-
"type": "
|
|
3990
|
-
"
|
|
4008
|
+
"type": "reference",
|
|
4009
|
+
"typeName": {
|
|
4010
|
+
"type": "identifier",
|
|
4011
|
+
"name": "GeneralComplexOption"
|
|
4012
|
+
}
|
|
3991
4013
|
},
|
|
3992
4014
|
{
|
|
3993
|
-
"type": "
|
|
3994
|
-
"
|
|
3995
|
-
|
|
4015
|
+
"type": "reference",
|
|
4016
|
+
"typeName": {
|
|
4017
|
+
"type": "identifier",
|
|
4018
|
+
"name": "Record"
|
|
4019
|
+
},
|
|
4020
|
+
"typeParameters": {
|
|
4021
|
+
"type": "typeParameterInstantiation",
|
|
4022
|
+
"params": [
|
|
4023
|
+
{
|
|
4024
|
+
"type": "keyword",
|
|
4025
|
+
"value": "string"
|
|
4026
|
+
},
|
|
4027
|
+
{
|
|
4028
|
+
"type": "keyword",
|
|
4029
|
+
"value": "any"
|
|
4030
|
+
}
|
|
4031
|
+
]
|
|
4032
|
+
}
|
|
4033
|
+
}
|
|
4034
|
+
]
|
|
4035
|
+
}
|
|
4036
|
+
},
|
|
4037
|
+
{
|
|
4038
|
+
"type": "interface",
|
|
4039
|
+
"name": "GeneralComplexOption",
|
|
4040
|
+
"typeParameters": {
|
|
4041
|
+
"type": "typeParameterDeclaration",
|
|
4042
|
+
"params": [
|
|
3996
4043
|
{
|
|
3997
|
-
"type": "
|
|
3998
|
-
"
|
|
4044
|
+
"type": "typeParameter",
|
|
4045
|
+
"name": "T",
|
|
4046
|
+
"default": {
|
|
4047
|
+
"type": "union",
|
|
4048
|
+
"types": [
|
|
4049
|
+
{
|
|
4050
|
+
"type": "keyword",
|
|
4051
|
+
"value": "string"
|
|
4052
|
+
},
|
|
4053
|
+
{
|
|
4054
|
+
"type": "keyword",
|
|
4055
|
+
"value": "number"
|
|
4056
|
+
},
|
|
4057
|
+
{
|
|
4058
|
+
"type": "keyword",
|
|
4059
|
+
"value": "boolean"
|
|
4060
|
+
}
|
|
4061
|
+
]
|
|
4062
|
+
}
|
|
4063
|
+
}
|
|
4064
|
+
]
|
|
4065
|
+
},
|
|
4066
|
+
"body": [
|
|
4067
|
+
{
|
|
4068
|
+
"type": "propertySignature",
|
|
4069
|
+
"key": {
|
|
4070
|
+
"type": "identifier",
|
|
4071
|
+
"name": "label"
|
|
3999
4072
|
},
|
|
4000
|
-
{
|
|
4001
|
-
"type": "
|
|
4002
|
-
"value": "
|
|
4073
|
+
"annotation": {
|
|
4074
|
+
"type": "keyword",
|
|
4075
|
+
"value": "string"
|
|
4003
4076
|
},
|
|
4004
|
-
|
|
4005
|
-
|
|
4006
|
-
|
|
4077
|
+
"computed": false
|
|
4078
|
+
},
|
|
4079
|
+
{
|
|
4080
|
+
"type": "propertySignature",
|
|
4081
|
+
"key": {
|
|
4082
|
+
"type": "identifier",
|
|
4083
|
+
"name": "value"
|
|
4007
4084
|
},
|
|
4008
|
-
{
|
|
4009
|
-
"type": "
|
|
4010
|
-
"
|
|
4085
|
+
"annotation": {
|
|
4086
|
+
"type": "reference",
|
|
4087
|
+
"typeName": {
|
|
4088
|
+
"type": "identifier",
|
|
4089
|
+
"name": "T"
|
|
4090
|
+
}
|
|
4011
4091
|
},
|
|
4012
|
-
|
|
4013
|
-
|
|
4014
|
-
|
|
4092
|
+
"computed": false
|
|
4093
|
+
},
|
|
4094
|
+
{
|
|
4095
|
+
"type": "propertySignature",
|
|
4096
|
+
"key": {
|
|
4097
|
+
"type": "identifier",
|
|
4098
|
+
"name": "caption"
|
|
4015
4099
|
},
|
|
4016
|
-
{
|
|
4017
|
-
"type": "
|
|
4018
|
-
"value": "
|
|
4100
|
+
"annotation": {
|
|
4101
|
+
"type": "keyword",
|
|
4102
|
+
"value": "string"
|
|
4019
4103
|
},
|
|
4020
|
-
|
|
4021
|
-
|
|
4022
|
-
|
|
4104
|
+
"optional": true,
|
|
4105
|
+
"computed": false
|
|
4106
|
+
},
|
|
4107
|
+
{
|
|
4108
|
+
"type": "propertySignature",
|
|
4109
|
+
"key": {
|
|
4110
|
+
"type": "identifier",
|
|
4111
|
+
"name": "emoji"
|
|
4023
4112
|
},
|
|
4024
|
-
{
|
|
4025
|
-
"type": "
|
|
4026
|
-
"value": "
|
|
4113
|
+
"annotation": {
|
|
4114
|
+
"type": "keyword",
|
|
4115
|
+
"value": "string"
|
|
4027
4116
|
},
|
|
4028
|
-
|
|
4029
|
-
|
|
4030
|
-
|
|
4117
|
+
"optional": true,
|
|
4118
|
+
"computed": false
|
|
4119
|
+
},
|
|
4120
|
+
{
|
|
4121
|
+
"type": "indexSignature",
|
|
4122
|
+
"parameter": {
|
|
4123
|
+
"type": "identifier",
|
|
4124
|
+
"name": "key",
|
|
4125
|
+
"annotation": {
|
|
4126
|
+
"type": "keyword",
|
|
4127
|
+
"value": "string"
|
|
4128
|
+
}
|
|
4031
4129
|
},
|
|
4130
|
+
"annotation": {
|
|
4131
|
+
"type": "keyword",
|
|
4132
|
+
"value": "any"
|
|
4133
|
+
}
|
|
4134
|
+
}
|
|
4135
|
+
]
|
|
4136
|
+
},
|
|
4137
|
+
{
|
|
4138
|
+
"type": "typeAlias",
|
|
4139
|
+
"name": "RadioType",
|
|
4140
|
+
"annotation": {
|
|
4141
|
+
"type": "union",
|
|
4142
|
+
"types": [
|
|
4032
4143
|
{
|
|
4033
4144
|
"type": "jsLiteral",
|
|
4034
|
-
"value": "
|
|
4145
|
+
"value": "button"
|
|
4035
4146
|
},
|
|
4036
4147
|
{
|
|
4037
4148
|
"type": "jsLiteral",
|
|
4038
|
-
"value": "
|
|
4149
|
+
"value": "default"
|
|
4039
4150
|
},
|
|
4040
4151
|
{
|
|
4041
4152
|
"type": "jsLiteral",
|
|
4042
|
-
"value": "
|
|
4153
|
+
"value": "icon"
|
|
4043
4154
|
},
|
|
4044
4155
|
{
|
|
4045
4156
|
"type": "jsLiteral",
|
|
4046
|
-
"value": "
|
|
4157
|
+
"value": "icon-circle"
|
|
4047
4158
|
},
|
|
4048
4159
|
{
|
|
4049
4160
|
"type": "jsLiteral",
|
|
4050
|
-
"value": "
|
|
4161
|
+
"value": "icon-square"
|
|
4051
4162
|
},
|
|
4052
4163
|
{
|
|
4053
4164
|
"type": "jsLiteral",
|
|
4054
|
-
"value": "
|
|
4055
|
-
}
|
|
4165
|
+
"value": "custom"
|
|
4166
|
+
}
|
|
4167
|
+
]
|
|
4168
|
+
}
|
|
4169
|
+
},
|
|
4170
|
+
{
|
|
4171
|
+
"type": "typeAlias",
|
|
4172
|
+
"name": "UIType",
|
|
4173
|
+
"annotation": {
|
|
4174
|
+
"type": "union",
|
|
4175
|
+
"types": [
|
|
4056
4176
|
{
|
|
4057
4177
|
"type": "jsLiteral",
|
|
4058
|
-
"value": "
|
|
4178
|
+
"value": "default"
|
|
4059
4179
|
},
|
|
4060
4180
|
{
|
|
4061
4181
|
"type": "jsLiteral",
|
|
4062
|
-
"value": "
|
|
4182
|
+
"value": "dashboard"
|
|
4063
4183
|
}
|
|
4064
4184
|
]
|
|
4065
4185
|
}
|
|
@@ -4091,7 +4211,7 @@
|
|
|
4091
4211
|
}
|
|
4092
4212
|
]
|
|
4093
4213
|
},
|
|
4094
|
-
"eo-
|
|
4214
|
+
"eo-upload-image": {
|
|
4095
4215
|
"properties": [
|
|
4096
4216
|
{
|
|
4097
4217
|
"name": "name",
|
|
@@ -4108,23 +4228,44 @@
|
|
|
4108
4228
|
}
|
|
4109
4229
|
},
|
|
4110
4230
|
{
|
|
4111
|
-
"name": "
|
|
4231
|
+
"name": "value",
|
|
4112
4232
|
"annotation": {
|
|
4113
4233
|
"type": "array",
|
|
4114
4234
|
"elementType": {
|
|
4115
4235
|
"type": "reference",
|
|
4116
4236
|
"typeName": {
|
|
4117
4237
|
"type": "identifier",
|
|
4118
|
-
"name": "
|
|
4238
|
+
"name": "ImageData"
|
|
4119
4239
|
}
|
|
4120
4240
|
}
|
|
4121
4241
|
}
|
|
4122
4242
|
},
|
|
4123
4243
|
{
|
|
4124
|
-
"name": "
|
|
4244
|
+
"name": "bucketName",
|
|
4125
4245
|
"annotation": {
|
|
4126
4246
|
"type": "keyword",
|
|
4127
|
-
"value": "
|
|
4247
|
+
"value": "string"
|
|
4248
|
+
}
|
|
4249
|
+
},
|
|
4250
|
+
{
|
|
4251
|
+
"name": "maxCount",
|
|
4252
|
+
"annotation": {
|
|
4253
|
+
"type": "keyword",
|
|
4254
|
+
"value": "number"
|
|
4255
|
+
}
|
|
4256
|
+
},
|
|
4257
|
+
{
|
|
4258
|
+
"name": "multiple",
|
|
4259
|
+
"annotation": {
|
|
4260
|
+
"type": "keyword",
|
|
4261
|
+
"value": "boolean"
|
|
4262
|
+
}
|
|
4263
|
+
},
|
|
4264
|
+
{
|
|
4265
|
+
"name": "limitSize",
|
|
4266
|
+
"annotation": {
|
|
4267
|
+
"type": "keyword",
|
|
4268
|
+
"value": "number"
|
|
4128
4269
|
}
|
|
4129
4270
|
},
|
|
4130
4271
|
{
|
|
@@ -4158,67 +4299,19 @@
|
|
|
4158
4299
|
}
|
|
4159
4300
|
},
|
|
4160
4301
|
{
|
|
4161
|
-
"name": "
|
|
4162
|
-
"annotation": {
|
|
4163
|
-
"type": "keyword",
|
|
4164
|
-
"value": "boolean"
|
|
4165
|
-
}
|
|
4166
|
-
},
|
|
4167
|
-
{
|
|
4168
|
-
"name": "type",
|
|
4169
|
-
"annotation": {
|
|
4170
|
-
"type": "reference",
|
|
4171
|
-
"typeName": {
|
|
4172
|
-
"type": "identifier",
|
|
4173
|
-
"name": "RadioType"
|
|
4174
|
-
}
|
|
4175
|
-
}
|
|
4176
|
-
},
|
|
4177
|
-
{
|
|
4178
|
-
"name": "ui",
|
|
4179
|
-
"annotation": {
|
|
4180
|
-
"type": "reference",
|
|
4181
|
-
"typeName": {
|
|
4182
|
-
"type": "identifier",
|
|
4183
|
-
"name": "UIType"
|
|
4184
|
-
}
|
|
4185
|
-
}
|
|
4186
|
-
},
|
|
4187
|
-
{
|
|
4188
|
-
"name": "size",
|
|
4189
|
-
"annotation": {
|
|
4190
|
-
"type": "reference",
|
|
4191
|
-
"typeName": {
|
|
4192
|
-
"type": "identifier",
|
|
4193
|
-
"name": "ComponentSize"
|
|
4194
|
-
}
|
|
4195
|
-
}
|
|
4196
|
-
},
|
|
4197
|
-
{
|
|
4198
|
-
"name": "customStyle",
|
|
4302
|
+
"name": "variant",
|
|
4199
4303
|
"annotation": {
|
|
4200
|
-
"type": "
|
|
4201
|
-
"
|
|
4202
|
-
|
|
4203
|
-
|
|
4204
|
-
"
|
|
4205
|
-
"name": "React"
|
|
4304
|
+
"type": "union",
|
|
4305
|
+
"types": [
|
|
4306
|
+
{
|
|
4307
|
+
"type": "jsLiteral",
|
|
4308
|
+
"value": "default"
|
|
4206
4309
|
},
|
|
4207
|
-
|
|
4208
|
-
"type": "
|
|
4209
|
-
"
|
|
4310
|
+
{
|
|
4311
|
+
"type": "jsLiteral",
|
|
4312
|
+
"value": "avatar"
|
|
4210
4313
|
}
|
|
4211
|
-
|
|
4212
|
-
}
|
|
4213
|
-
},
|
|
4214
|
-
{
|
|
4215
|
-
"name": "useBrick",
|
|
4216
|
-
"annotation": {
|
|
4217
|
-
"type": "reference",
|
|
4218
|
-
"typeName": {
|
|
4219
|
-
"type": "identifier",
|
|
4220
|
-
"name": "UseSingleBrickConf"
|
|
4221
|
-
}
|
|
4314
|
+
]
|
|
4222
4315
|
}
|
|
4223
4316
|
},
|
|
4224
4317
|
{
|
|
@@ -4243,210 +4336,29 @@
|
|
|
4243
4336
|
"name": "change",
|
|
4244
4337
|
"detail": {
|
|
4245
4338
|
"annotation": {
|
|
4246
|
-
"type": "
|
|
4247
|
-
"
|
|
4248
|
-
|
|
4249
|
-
|
|
4250
|
-
"
|
|
4251
|
-
|
|
4252
|
-
"name": "GeneralComplexOption"
|
|
4253
|
-
}
|
|
4254
|
-
},
|
|
4255
|
-
{
|
|
4256
|
-
"type": "keyword",
|
|
4257
|
-
"value": "undefined"
|
|
4258
|
-
}
|
|
4259
|
-
]
|
|
4260
|
-
}
|
|
4261
|
-
}
|
|
4262
|
-
},
|
|
4263
|
-
{
|
|
4264
|
-
"name": "options.change",
|
|
4265
|
-
"detail": {
|
|
4266
|
-
"annotation": {
|
|
4267
|
-
"type": "typeLiteral",
|
|
4268
|
-
"members": [
|
|
4269
|
-
{
|
|
4270
|
-
"type": "propertySignature",
|
|
4271
|
-
"key": {
|
|
4272
|
-
"type": "identifier",
|
|
4273
|
-
"name": "options"
|
|
4274
|
-
},
|
|
4275
|
-
"annotation": {
|
|
4276
|
-
"type": "typeLiteral",
|
|
4277
|
-
"members": [
|
|
4278
|
-
{
|
|
4279
|
-
"type": "propertySignature",
|
|
4280
|
-
"key": {
|
|
4281
|
-
"type": "identifier",
|
|
4282
|
-
"name": "label"
|
|
4283
|
-
},
|
|
4284
|
-
"annotation": {
|
|
4285
|
-
"type": "keyword",
|
|
4286
|
-
"value": "string"
|
|
4287
|
-
},
|
|
4288
|
-
"computed": false
|
|
4289
|
-
},
|
|
4290
|
-
{
|
|
4291
|
-
"type": "propertySignature",
|
|
4292
|
-
"key": {
|
|
4293
|
-
"type": "identifier",
|
|
4294
|
-
"name": "value"
|
|
4295
|
-
},
|
|
4296
|
-
"annotation": {
|
|
4297
|
-
"type": "keyword",
|
|
4298
|
-
"value": "any"
|
|
4299
|
-
},
|
|
4300
|
-
"computed": false
|
|
4301
|
-
},
|
|
4302
|
-
{
|
|
4303
|
-
"type": "indexSignature",
|
|
4304
|
-
"parameter": {
|
|
4305
|
-
"type": "identifier",
|
|
4306
|
-
"name": "key",
|
|
4307
|
-
"annotation": {
|
|
4308
|
-
"type": "keyword",
|
|
4309
|
-
"value": "string"
|
|
4310
|
-
}
|
|
4311
|
-
},
|
|
4312
|
-
"annotation": {
|
|
4313
|
-
"type": "keyword",
|
|
4314
|
-
"value": "any"
|
|
4315
|
-
}
|
|
4316
|
-
}
|
|
4317
|
-
]
|
|
4318
|
-
},
|
|
4319
|
-
"computed": false
|
|
4320
|
-
},
|
|
4321
|
-
{
|
|
4322
|
-
"type": "propertySignature",
|
|
4323
|
-
"key": {
|
|
4324
|
-
"type": "identifier",
|
|
4325
|
-
"name": "name"
|
|
4326
|
-
},
|
|
4327
|
-
"annotation": {
|
|
4328
|
-
"type": "keyword",
|
|
4329
|
-
"value": "string"
|
|
4330
|
-
},
|
|
4331
|
-
"computed": false
|
|
4339
|
+
"type": "array",
|
|
4340
|
+
"elementType": {
|
|
4341
|
+
"type": "reference",
|
|
4342
|
+
"typeName": {
|
|
4343
|
+
"type": "identifier",
|
|
4344
|
+
"name": "ImageData"
|
|
4332
4345
|
}
|
|
4333
|
-
|
|
4346
|
+
}
|
|
4334
4347
|
}
|
|
4335
4348
|
}
|
|
4336
4349
|
}
|
|
4337
4350
|
],
|
|
4338
4351
|
"methods": [],
|
|
4339
4352
|
"types": [
|
|
4340
|
-
{
|
|
4341
|
-
"type": "typeAlias",
|
|
4342
|
-
"name": "GeneralOption",
|
|
4343
|
-
"annotation": {
|
|
4344
|
-
"type": "union",
|
|
4345
|
-
"types": [
|
|
4346
|
-
{
|
|
4347
|
-
"type": "keyword",
|
|
4348
|
-
"value": "string"
|
|
4349
|
-
},
|
|
4350
|
-
{
|
|
4351
|
-
"type": "keyword",
|
|
4352
|
-
"value": "number"
|
|
4353
|
-
},
|
|
4354
|
-
{
|
|
4355
|
-
"type": "keyword",
|
|
4356
|
-
"value": "boolean"
|
|
4357
|
-
},
|
|
4358
|
-
{
|
|
4359
|
-
"type": "reference",
|
|
4360
|
-
"typeName": {
|
|
4361
|
-
"type": "identifier",
|
|
4362
|
-
"name": "GeneralComplexOption"
|
|
4363
|
-
}
|
|
4364
|
-
},
|
|
4365
|
-
{
|
|
4366
|
-
"type": "reference",
|
|
4367
|
-
"typeName": {
|
|
4368
|
-
"type": "identifier",
|
|
4369
|
-
"name": "Record"
|
|
4370
|
-
},
|
|
4371
|
-
"typeParameters": {
|
|
4372
|
-
"type": "typeParameterInstantiation",
|
|
4373
|
-
"params": [
|
|
4374
|
-
{
|
|
4375
|
-
"type": "keyword",
|
|
4376
|
-
"value": "string"
|
|
4377
|
-
},
|
|
4378
|
-
{
|
|
4379
|
-
"type": "keyword",
|
|
4380
|
-
"value": "any"
|
|
4381
|
-
}
|
|
4382
|
-
]
|
|
4383
|
-
}
|
|
4384
|
-
}
|
|
4385
|
-
]
|
|
4386
|
-
}
|
|
4387
|
-
},
|
|
4388
4353
|
{
|
|
4389
4354
|
"type": "interface",
|
|
4390
|
-
"name": "
|
|
4391
|
-
"typeParameters": {
|
|
4392
|
-
"type": "typeParameterDeclaration",
|
|
4393
|
-
"params": [
|
|
4394
|
-
{
|
|
4395
|
-
"type": "typeParameter",
|
|
4396
|
-
"name": "T",
|
|
4397
|
-
"default": {
|
|
4398
|
-
"type": "union",
|
|
4399
|
-
"types": [
|
|
4400
|
-
{
|
|
4401
|
-
"type": "keyword",
|
|
4402
|
-
"value": "string"
|
|
4403
|
-
},
|
|
4404
|
-
{
|
|
4405
|
-
"type": "keyword",
|
|
4406
|
-
"value": "number"
|
|
4407
|
-
},
|
|
4408
|
-
{
|
|
4409
|
-
"type": "keyword",
|
|
4410
|
-
"value": "boolean"
|
|
4411
|
-
}
|
|
4412
|
-
]
|
|
4413
|
-
}
|
|
4414
|
-
}
|
|
4415
|
-
]
|
|
4416
|
-
},
|
|
4355
|
+
"name": "ImageData",
|
|
4417
4356
|
"body": [
|
|
4418
4357
|
{
|
|
4419
4358
|
"type": "propertySignature",
|
|
4420
4359
|
"key": {
|
|
4421
4360
|
"type": "identifier",
|
|
4422
|
-
"name": "
|
|
4423
|
-
},
|
|
4424
|
-
"annotation": {
|
|
4425
|
-
"type": "keyword",
|
|
4426
|
-
"value": "string"
|
|
4427
|
-
},
|
|
4428
|
-
"computed": false
|
|
4429
|
-
},
|
|
4430
|
-
{
|
|
4431
|
-
"type": "propertySignature",
|
|
4432
|
-
"key": {
|
|
4433
|
-
"type": "identifier",
|
|
4434
|
-
"name": "value"
|
|
4435
|
-
},
|
|
4436
|
-
"annotation": {
|
|
4437
|
-
"type": "reference",
|
|
4438
|
-
"typeName": {
|
|
4439
|
-
"type": "identifier",
|
|
4440
|
-
"name": "T"
|
|
4441
|
-
}
|
|
4442
|
-
},
|
|
4443
|
-
"computed": false
|
|
4444
|
-
},
|
|
4445
|
-
{
|
|
4446
|
-
"type": "propertySignature",
|
|
4447
|
-
"key": {
|
|
4448
|
-
"type": "identifier",
|
|
4449
|
-
"name": "caption"
|
|
4361
|
+
"name": "url"
|
|
4450
4362
|
},
|
|
4451
4363
|
"annotation": {
|
|
4452
4364
|
"type": "keyword",
|
|
@@ -4454,294 +4366,399 @@
|
|
|
4454
4366
|
},
|
|
4455
4367
|
"optional": true,
|
|
4456
4368
|
"computed": false
|
|
4457
|
-
}
|
|
4369
|
+
}
|
|
4370
|
+
],
|
|
4371
|
+
"extends": [
|
|
4458
4372
|
{
|
|
4459
|
-
"type": "
|
|
4460
|
-
"
|
|
4373
|
+
"type": "expressionWithTypeArguments",
|
|
4374
|
+
"expression": {
|
|
4461
4375
|
"type": "identifier",
|
|
4462
|
-
"name": "
|
|
4463
|
-
}
|
|
4464
|
-
|
|
4465
|
-
|
|
4466
|
-
|
|
4467
|
-
|
|
4468
|
-
|
|
4469
|
-
|
|
4376
|
+
"name": "FileData"
|
|
4377
|
+
}
|
|
4378
|
+
}
|
|
4379
|
+
]
|
|
4380
|
+
}
|
|
4381
|
+
]
|
|
4382
|
+
},
|
|
4383
|
+
"eo-upload-file": {
|
|
4384
|
+
"properties": [
|
|
4385
|
+
{
|
|
4386
|
+
"name": "label",
|
|
4387
|
+
"annotation": {
|
|
4388
|
+
"type": "keyword",
|
|
4389
|
+
"value": "string"
|
|
4390
|
+
}
|
|
4391
|
+
},
|
|
4392
|
+
{
|
|
4393
|
+
"name": "name",
|
|
4394
|
+
"annotation": {
|
|
4395
|
+
"type": "keyword",
|
|
4396
|
+
"value": "string"
|
|
4397
|
+
}
|
|
4398
|
+
},
|
|
4399
|
+
{
|
|
4400
|
+
"name": "required",
|
|
4401
|
+
"annotation": {
|
|
4402
|
+
"type": "keyword",
|
|
4403
|
+
"value": "boolean"
|
|
4404
|
+
}
|
|
4405
|
+
},
|
|
4406
|
+
{
|
|
4407
|
+
"name": "message",
|
|
4408
|
+
"annotation": {
|
|
4409
|
+
"type": "reference",
|
|
4410
|
+
"typeName": {
|
|
4411
|
+
"type": "identifier",
|
|
4412
|
+
"name": "Record"
|
|
4470
4413
|
},
|
|
4471
|
-
{
|
|
4472
|
-
"type": "
|
|
4473
|
-
"
|
|
4474
|
-
|
|
4475
|
-
|
|
4476
|
-
|
|
4414
|
+
"typeParameters": {
|
|
4415
|
+
"type": "typeParameterInstantiation",
|
|
4416
|
+
"params": [
|
|
4417
|
+
{
|
|
4418
|
+
"type": "keyword",
|
|
4419
|
+
"value": "string"
|
|
4420
|
+
},
|
|
4421
|
+
{
|
|
4477
4422
|
"type": "keyword",
|
|
4478
4423
|
"value": "string"
|
|
4479
4424
|
}
|
|
4480
|
-
|
|
4481
|
-
|
|
4482
|
-
|
|
4483
|
-
|
|
4425
|
+
]
|
|
4426
|
+
}
|
|
4427
|
+
}
|
|
4428
|
+
},
|
|
4429
|
+
{
|
|
4430
|
+
"name": "value",
|
|
4431
|
+
"annotation": {
|
|
4432
|
+
"type": "array",
|
|
4433
|
+
"elementType": {
|
|
4434
|
+
"type": "reference",
|
|
4435
|
+
"typeName": {
|
|
4436
|
+
"type": "identifier",
|
|
4437
|
+
"name": "FileData"
|
|
4484
4438
|
}
|
|
4485
4439
|
}
|
|
4486
|
-
|
|
4440
|
+
}
|
|
4441
|
+
},
|
|
4442
|
+
{
|
|
4443
|
+
"name": "multiple",
|
|
4444
|
+
"annotation": {
|
|
4445
|
+
"type": "keyword",
|
|
4446
|
+
"value": "boolean"
|
|
4447
|
+
}
|
|
4448
|
+
},
|
|
4449
|
+
{
|
|
4450
|
+
"name": "accept",
|
|
4451
|
+
"annotation": {
|
|
4452
|
+
"type": "keyword",
|
|
4453
|
+
"value": "string"
|
|
4454
|
+
}
|
|
4455
|
+
},
|
|
4456
|
+
{
|
|
4457
|
+
"name": "maxCount",
|
|
4458
|
+
"annotation": {
|
|
4459
|
+
"type": "keyword",
|
|
4460
|
+
"value": "number"
|
|
4461
|
+
}
|
|
4462
|
+
},
|
|
4463
|
+
{
|
|
4464
|
+
"name": "limitSize",
|
|
4465
|
+
"annotation": {
|
|
4466
|
+
"type": "keyword",
|
|
4467
|
+
"value": "number"
|
|
4468
|
+
}
|
|
4487
4469
|
},
|
|
4488
4470
|
{
|
|
4489
|
-
"
|
|
4490
|
-
"name": "RadioType",
|
|
4471
|
+
"name": "buttonText",
|
|
4491
4472
|
"annotation": {
|
|
4492
|
-
"type": "
|
|
4493
|
-
"
|
|
4494
|
-
{
|
|
4495
|
-
"type": "jsLiteral",
|
|
4496
|
-
"value": "button"
|
|
4497
|
-
},
|
|
4498
|
-
{
|
|
4499
|
-
"type": "jsLiteral",
|
|
4500
|
-
"value": "default"
|
|
4501
|
-
},
|
|
4502
|
-
{
|
|
4503
|
-
"type": "jsLiteral",
|
|
4504
|
-
"value": "icon"
|
|
4505
|
-
},
|
|
4506
|
-
{
|
|
4507
|
-
"type": "jsLiteral",
|
|
4508
|
-
"value": "icon-circle"
|
|
4509
|
-
},
|
|
4510
|
-
{
|
|
4511
|
-
"type": "jsLiteral",
|
|
4512
|
-
"value": "icon-square"
|
|
4513
|
-
},
|
|
4514
|
-
{
|
|
4515
|
-
"type": "jsLiteral",
|
|
4516
|
-
"value": "custom"
|
|
4517
|
-
}
|
|
4518
|
-
]
|
|
4473
|
+
"type": "keyword",
|
|
4474
|
+
"value": "string"
|
|
4519
4475
|
}
|
|
4520
4476
|
},
|
|
4521
4477
|
{
|
|
4522
|
-
"
|
|
4523
|
-
"name": "UIType",
|
|
4478
|
+
"name": "buttonType",
|
|
4524
4479
|
"annotation": {
|
|
4525
|
-
"type": "
|
|
4526
|
-
"
|
|
4527
|
-
|
|
4528
|
-
|
|
4529
|
-
"
|
|
4530
|
-
|
|
4531
|
-
{
|
|
4532
|
-
"type": "jsLiteral",
|
|
4533
|
-
"value": "dashboard"
|
|
4480
|
+
"type": "indexedAccess",
|
|
4481
|
+
"objectType": {
|
|
4482
|
+
"type": "reference",
|
|
4483
|
+
"typeName": {
|
|
4484
|
+
"type": "identifier",
|
|
4485
|
+
"name": "ButtonProps"
|
|
4534
4486
|
}
|
|
4535
|
-
|
|
4487
|
+
},
|
|
4488
|
+
"indexType": {
|
|
4489
|
+
"type": "jsLiteral",
|
|
4490
|
+
"value": "type"
|
|
4491
|
+
}
|
|
4536
4492
|
}
|
|
4537
4493
|
},
|
|
4538
4494
|
{
|
|
4539
|
-
"
|
|
4540
|
-
"
|
|
4495
|
+
"name": "buttonIcon",
|
|
4496
|
+
"annotation": {
|
|
4497
|
+
"type": "reference",
|
|
4498
|
+
"typeName": {
|
|
4499
|
+
"type": "identifier",
|
|
4500
|
+
"name": "GeneralIconProps"
|
|
4501
|
+
}
|
|
4502
|
+
}
|
|
4503
|
+
},
|
|
4504
|
+
{
|
|
4505
|
+
"name": "overMaxCountMode",
|
|
4541
4506
|
"annotation": {
|
|
4542
4507
|
"type": "union",
|
|
4543
4508
|
"types": [
|
|
4544
4509
|
{
|
|
4545
4510
|
"type": "jsLiteral",
|
|
4546
|
-
"value": "
|
|
4547
|
-
},
|
|
4548
|
-
{
|
|
4549
|
-
"type": "jsLiteral",
|
|
4550
|
-
"value": "medium"
|
|
4551
|
-
},
|
|
4552
|
-
{
|
|
4553
|
-
"type": "jsLiteral",
|
|
4554
|
-
"value": "small"
|
|
4511
|
+
"value": "ignore"
|
|
4555
4512
|
},
|
|
4556
4513
|
{
|
|
4557
4514
|
"type": "jsLiteral",
|
|
4558
|
-
"value": "
|
|
4515
|
+
"value": "replace"
|
|
4559
4516
|
}
|
|
4560
4517
|
]
|
|
4561
4518
|
}
|
|
4562
|
-
}
|
|
4563
|
-
]
|
|
4564
|
-
},
|
|
4565
|
-
"eo-upload-image": {
|
|
4566
|
-
"properties": [
|
|
4519
|
+
},
|
|
4567
4520
|
{
|
|
4568
|
-
"name": "
|
|
4521
|
+
"name": "uploadDraggable",
|
|
4569
4522
|
"annotation": {
|
|
4570
4523
|
"type": "keyword",
|
|
4571
|
-
"value": "
|
|
4524
|
+
"value": "boolean"
|
|
4572
4525
|
}
|
|
4573
4526
|
},
|
|
4574
4527
|
{
|
|
4575
|
-
"name": "
|
|
4528
|
+
"name": "draggableUploadTip",
|
|
4576
4529
|
"annotation": {
|
|
4577
4530
|
"type": "keyword",
|
|
4578
4531
|
"value": "string"
|
|
4579
4532
|
}
|
|
4580
4533
|
},
|
|
4581
4534
|
{
|
|
4582
|
-
"name": "
|
|
4535
|
+
"name": "autoUpload",
|
|
4583
4536
|
"annotation": {
|
|
4584
|
-
"type": "
|
|
4585
|
-
"
|
|
4586
|
-
"type": "reference",
|
|
4587
|
-
"typeName": {
|
|
4588
|
-
"type": "identifier",
|
|
4589
|
-
"name": "ImageData"
|
|
4590
|
-
}
|
|
4591
|
-
}
|
|
4537
|
+
"type": "keyword",
|
|
4538
|
+
"value": "boolean"
|
|
4592
4539
|
}
|
|
4593
4540
|
},
|
|
4594
4541
|
{
|
|
4595
|
-
"name": "
|
|
4542
|
+
"name": "url",
|
|
4596
4543
|
"annotation": {
|
|
4597
4544
|
"type": "keyword",
|
|
4598
4545
|
"value": "string"
|
|
4599
4546
|
}
|
|
4600
4547
|
},
|
|
4601
4548
|
{
|
|
4602
|
-
"name": "
|
|
4549
|
+
"name": "method",
|
|
4603
4550
|
"annotation": {
|
|
4604
4551
|
"type": "keyword",
|
|
4605
|
-
"value": "
|
|
4552
|
+
"value": "string"
|
|
4606
4553
|
}
|
|
4607
4554
|
},
|
|
4608
4555
|
{
|
|
4609
|
-
"name": "
|
|
4556
|
+
"name": "uploadName",
|
|
4610
4557
|
"annotation": {
|
|
4611
4558
|
"type": "keyword",
|
|
4612
|
-
"value": "
|
|
4559
|
+
"value": "string"
|
|
4613
4560
|
}
|
|
4614
4561
|
},
|
|
4615
4562
|
{
|
|
4616
|
-
"name": "
|
|
4563
|
+
"name": "themeVariant",
|
|
4617
4564
|
"annotation": {
|
|
4618
|
-
"type": "
|
|
4619
|
-
"
|
|
4565
|
+
"type": "union",
|
|
4566
|
+
"types": [
|
|
4567
|
+
{
|
|
4568
|
+
"type": "jsLiteral",
|
|
4569
|
+
"value": "default"
|
|
4570
|
+
},
|
|
4571
|
+
{
|
|
4572
|
+
"type": "jsLiteral",
|
|
4573
|
+
"value": "elevo"
|
|
4574
|
+
}
|
|
4575
|
+
]
|
|
4620
4576
|
}
|
|
4621
|
-
}
|
|
4577
|
+
}
|
|
4578
|
+
],
|
|
4579
|
+
"events": [
|
|
4622
4580
|
{
|
|
4623
|
-
"name": "
|
|
4624
|
-
"
|
|
4625
|
-
"
|
|
4626
|
-
|
|
4581
|
+
"name": "change",
|
|
4582
|
+
"detail": {
|
|
4583
|
+
"annotation": {
|
|
4584
|
+
"type": "array",
|
|
4585
|
+
"elementType": {
|
|
4586
|
+
"type": "reference",
|
|
4587
|
+
"typeName": {
|
|
4588
|
+
"type": "identifier",
|
|
4589
|
+
"name": "FileData"
|
|
4590
|
+
}
|
|
4591
|
+
}
|
|
4592
|
+
}
|
|
4627
4593
|
}
|
|
4628
|
-
}
|
|
4594
|
+
}
|
|
4595
|
+
],
|
|
4596
|
+
"methods": [],
|
|
4597
|
+
"types": [
|
|
4629
4598
|
{
|
|
4630
|
-
"
|
|
4631
|
-
"
|
|
4632
|
-
|
|
4633
|
-
|
|
4634
|
-
"type": "
|
|
4635
|
-
"
|
|
4599
|
+
"type": "interface",
|
|
4600
|
+
"name": "FileData",
|
|
4601
|
+
"body": [
|
|
4602
|
+
{
|
|
4603
|
+
"type": "propertySignature",
|
|
4604
|
+
"key": {
|
|
4605
|
+
"type": "identifier",
|
|
4606
|
+
"name": "uid"
|
|
4607
|
+
},
|
|
4608
|
+
"annotation": {
|
|
4609
|
+
"type": "keyword",
|
|
4610
|
+
"value": "string"
|
|
4611
|
+
},
|
|
4612
|
+
"computed": false
|
|
4613
|
+
},
|
|
4614
|
+
{
|
|
4615
|
+
"type": "propertySignature",
|
|
4616
|
+
"key": {
|
|
4617
|
+
"type": "identifier",
|
|
4618
|
+
"name": "name"
|
|
4619
|
+
},
|
|
4620
|
+
"annotation": {
|
|
4621
|
+
"type": "keyword",
|
|
4622
|
+
"value": "string"
|
|
4623
|
+
},
|
|
4624
|
+
"computed": false
|
|
4625
|
+
},
|
|
4626
|
+
{
|
|
4627
|
+
"type": "propertySignature",
|
|
4628
|
+
"key": {
|
|
4629
|
+
"type": "identifier",
|
|
4630
|
+
"name": "file"
|
|
4631
|
+
},
|
|
4632
|
+
"annotation": {
|
|
4633
|
+
"type": "intersection",
|
|
4634
|
+
"types": [
|
|
4635
|
+
{
|
|
4636
|
+
"type": "reference",
|
|
4637
|
+
"typeName": {
|
|
4638
|
+
"type": "identifier",
|
|
4639
|
+
"name": "File"
|
|
4640
|
+
}
|
|
4641
|
+
},
|
|
4642
|
+
{
|
|
4643
|
+
"type": "typeLiteral",
|
|
4644
|
+
"members": [
|
|
4645
|
+
{
|
|
4646
|
+
"type": "propertySignature",
|
|
4647
|
+
"key": {
|
|
4648
|
+
"type": "identifier",
|
|
4649
|
+
"name": "uid"
|
|
4650
|
+
},
|
|
4651
|
+
"annotation": {
|
|
4652
|
+
"type": "keyword",
|
|
4653
|
+
"value": "string"
|
|
4654
|
+
},
|
|
4655
|
+
"optional": true,
|
|
4656
|
+
"computed": false
|
|
4657
|
+
}
|
|
4658
|
+
]
|
|
4659
|
+
}
|
|
4660
|
+
]
|
|
4661
|
+
},
|
|
4662
|
+
"optional": true,
|
|
4663
|
+
"computed": false
|
|
4664
|
+
},
|
|
4665
|
+
{
|
|
4666
|
+
"type": "propertySignature",
|
|
4667
|
+
"key": {
|
|
4668
|
+
"type": "identifier",
|
|
4669
|
+
"name": "response"
|
|
4670
|
+
},
|
|
4671
|
+
"annotation": {
|
|
4672
|
+
"type": "keyword",
|
|
4673
|
+
"value": "any"
|
|
4674
|
+
},
|
|
4675
|
+
"optional": true,
|
|
4676
|
+
"computed": false
|
|
4677
|
+
},
|
|
4678
|
+
{
|
|
4679
|
+
"type": "propertySignature",
|
|
4680
|
+
"key": {
|
|
4681
|
+
"type": "identifier",
|
|
4682
|
+
"name": "userData"
|
|
4683
|
+
},
|
|
4684
|
+
"annotation": {
|
|
4685
|
+
"type": "keyword",
|
|
4686
|
+
"value": "any"
|
|
4687
|
+
},
|
|
4688
|
+
"optional": true,
|
|
4689
|
+
"computed": false
|
|
4636
4690
|
},
|
|
4637
|
-
|
|
4638
|
-
"type": "
|
|
4639
|
-
"
|
|
4640
|
-
|
|
4641
|
-
|
|
4642
|
-
|
|
4643
|
-
|
|
4644
|
-
|
|
4645
|
-
|
|
4646
|
-
"
|
|
4691
|
+
{
|
|
4692
|
+
"type": "propertySignature",
|
|
4693
|
+
"key": {
|
|
4694
|
+
"type": "identifier",
|
|
4695
|
+
"name": "status"
|
|
4696
|
+
},
|
|
4697
|
+
"annotation": {
|
|
4698
|
+
"type": "reference",
|
|
4699
|
+
"typeName": {
|
|
4700
|
+
"type": "identifier",
|
|
4701
|
+
"name": "UploadStatus"
|
|
4647
4702
|
}
|
|
4648
|
-
|
|
4703
|
+
},
|
|
4704
|
+
"optional": true,
|
|
4705
|
+
"computed": false
|
|
4706
|
+
},
|
|
4707
|
+
{
|
|
4708
|
+
"type": "propertySignature",
|
|
4709
|
+
"key": {
|
|
4710
|
+
"type": "identifier",
|
|
4711
|
+
"name": "errors"
|
|
4712
|
+
},
|
|
4713
|
+
"annotation": {
|
|
4714
|
+
"type": "array",
|
|
4715
|
+
"elementType": {
|
|
4716
|
+
"type": "reference",
|
|
4717
|
+
"typeName": {
|
|
4718
|
+
"type": "identifier",
|
|
4719
|
+
"name": "Error"
|
|
4720
|
+
}
|
|
4721
|
+
}
|
|
4722
|
+
},
|
|
4723
|
+
"optional": true,
|
|
4724
|
+
"computed": false
|
|
4649
4725
|
}
|
|
4650
|
-
|
|
4726
|
+
]
|
|
4651
4727
|
},
|
|
4652
4728
|
{
|
|
4653
|
-
"
|
|
4729
|
+
"type": "typeAlias",
|
|
4730
|
+
"name": "UploadStatus",
|
|
4654
4731
|
"annotation": {
|
|
4655
4732
|
"type": "union",
|
|
4656
4733
|
"types": [
|
|
4657
4734
|
{
|
|
4658
4735
|
"type": "jsLiteral",
|
|
4659
|
-
"value": "
|
|
4736
|
+
"value": "uploading"
|
|
4660
4737
|
},
|
|
4661
4738
|
{
|
|
4662
4739
|
"type": "jsLiteral",
|
|
4663
|
-
"value": "
|
|
4664
|
-
}
|
|
4665
|
-
]
|
|
4666
|
-
}
|
|
4667
|
-
},
|
|
4668
|
-
{
|
|
4669
|
-
"name": "themeVariant",
|
|
4670
|
-
"annotation": {
|
|
4671
|
-
"type": "union",
|
|
4672
|
-
"types": [
|
|
4673
|
-
{
|
|
4674
|
-
"type": "jsLiteral",
|
|
4675
|
-
"value": "default"
|
|
4740
|
+
"value": "done"
|
|
4676
4741
|
},
|
|
4677
4742
|
{
|
|
4678
4743
|
"type": "jsLiteral",
|
|
4679
|
-
"value": "
|
|
4744
|
+
"value": "error"
|
|
4680
4745
|
}
|
|
4681
4746
|
]
|
|
4682
4747
|
}
|
|
4683
4748
|
}
|
|
4684
|
-
],
|
|
4685
|
-
"events": [
|
|
4686
|
-
{
|
|
4687
|
-
"name": "change",
|
|
4688
|
-
"detail": {
|
|
4689
|
-
"annotation": {
|
|
4690
|
-
"type": "array",
|
|
4691
|
-
"elementType": {
|
|
4692
|
-
"type": "reference",
|
|
4693
|
-
"typeName": {
|
|
4694
|
-
"type": "identifier",
|
|
4695
|
-
"name": "ImageData"
|
|
4696
|
-
}
|
|
4697
|
-
}
|
|
4698
|
-
}
|
|
4699
|
-
}
|
|
4700
|
-
}
|
|
4701
|
-
],
|
|
4702
|
-
"methods": [],
|
|
4703
|
-
"types": [
|
|
4704
|
-
{
|
|
4705
|
-
"type": "interface",
|
|
4706
|
-
"name": "ImageData",
|
|
4707
|
-
"body": [
|
|
4708
|
-
{
|
|
4709
|
-
"type": "propertySignature",
|
|
4710
|
-
"key": {
|
|
4711
|
-
"type": "identifier",
|
|
4712
|
-
"name": "url"
|
|
4713
|
-
},
|
|
4714
|
-
"annotation": {
|
|
4715
|
-
"type": "keyword",
|
|
4716
|
-
"value": "string"
|
|
4717
|
-
},
|
|
4718
|
-
"optional": true,
|
|
4719
|
-
"computed": false
|
|
4720
|
-
}
|
|
4721
|
-
],
|
|
4722
|
-
"extends": [
|
|
4723
|
-
{
|
|
4724
|
-
"type": "expressionWithTypeArguments",
|
|
4725
|
-
"expression": {
|
|
4726
|
-
"type": "identifier",
|
|
4727
|
-
"name": "FileData"
|
|
4728
|
-
}
|
|
4729
|
-
}
|
|
4730
|
-
]
|
|
4731
|
-
}
|
|
4732
4749
|
]
|
|
4733
4750
|
},
|
|
4734
|
-
"eo-
|
|
4751
|
+
"eo-input": {
|
|
4735
4752
|
"properties": [
|
|
4736
4753
|
{
|
|
4737
|
-
"name": "
|
|
4754
|
+
"name": "name",
|
|
4738
4755
|
"annotation": {
|
|
4739
4756
|
"type": "keyword",
|
|
4740
4757
|
"value": "string"
|
|
4741
4758
|
}
|
|
4742
4759
|
},
|
|
4743
4760
|
{
|
|
4744
|
-
"name": "
|
|
4761
|
+
"name": "label",
|
|
4745
4762
|
"annotation": {
|
|
4746
4763
|
"type": "keyword",
|
|
4747
4764
|
"value": "string"
|
|
@@ -4754,6 +4771,27 @@
|
|
|
4754
4771
|
"value": "boolean"
|
|
4755
4772
|
}
|
|
4756
4773
|
},
|
|
4774
|
+
{
|
|
4775
|
+
"name": "pattern",
|
|
4776
|
+
"annotation": {
|
|
4777
|
+
"type": "keyword",
|
|
4778
|
+
"value": "string"
|
|
4779
|
+
}
|
|
4780
|
+
},
|
|
4781
|
+
{
|
|
4782
|
+
"name": "max",
|
|
4783
|
+
"annotation": {
|
|
4784
|
+
"type": "keyword",
|
|
4785
|
+
"value": "number"
|
|
4786
|
+
}
|
|
4787
|
+
},
|
|
4788
|
+
{
|
|
4789
|
+
"name": "min",
|
|
4790
|
+
"annotation": {
|
|
4791
|
+
"type": "keyword",
|
|
4792
|
+
"value": "number"
|
|
4793
|
+
}
|
|
4794
|
+
},
|
|
4757
4795
|
{
|
|
4758
4796
|
"name": "message",
|
|
4759
4797
|
"annotation": {
|
|
@@ -4779,135 +4817,95 @@
|
|
|
4779
4817
|
},
|
|
4780
4818
|
{
|
|
4781
4819
|
"name": "value",
|
|
4782
|
-
"annotation": {
|
|
4783
|
-
"type": "array",
|
|
4784
|
-
"elementType": {
|
|
4785
|
-
"type": "reference",
|
|
4786
|
-
"typeName": {
|
|
4787
|
-
"type": "identifier",
|
|
4788
|
-
"name": "FileData"
|
|
4789
|
-
}
|
|
4790
|
-
}
|
|
4791
|
-
}
|
|
4792
|
-
},
|
|
4793
|
-
{
|
|
4794
|
-
"name": "multiple",
|
|
4795
4820
|
"annotation": {
|
|
4796
4821
|
"type": "keyword",
|
|
4797
|
-
"value": "
|
|
4822
|
+
"value": "string"
|
|
4798
4823
|
}
|
|
4799
4824
|
},
|
|
4800
4825
|
{
|
|
4801
|
-
"name": "
|
|
4826
|
+
"name": "placeholder",
|
|
4802
4827
|
"annotation": {
|
|
4803
4828
|
"type": "keyword",
|
|
4804
4829
|
"value": "string"
|
|
4805
4830
|
}
|
|
4806
4831
|
},
|
|
4807
4832
|
{
|
|
4808
|
-
"name": "
|
|
4833
|
+
"name": "disabled",
|
|
4809
4834
|
"annotation": {
|
|
4810
4835
|
"type": "keyword",
|
|
4811
|
-
"value": "
|
|
4836
|
+
"value": "boolean"
|
|
4812
4837
|
}
|
|
4813
4838
|
},
|
|
4814
4839
|
{
|
|
4815
|
-
"name": "
|
|
4840
|
+
"name": "readonly",
|
|
4816
4841
|
"annotation": {
|
|
4817
4842
|
"type": "keyword",
|
|
4818
|
-
"value": "
|
|
4843
|
+
"value": "boolean"
|
|
4819
4844
|
}
|
|
4820
4845
|
},
|
|
4821
4846
|
{
|
|
4822
|
-
"name": "
|
|
4847
|
+
"name": "clearable",
|
|
4823
4848
|
"annotation": {
|
|
4824
4849
|
"type": "keyword",
|
|
4825
|
-
"value": "
|
|
4850
|
+
"value": "boolean"
|
|
4826
4851
|
}
|
|
4827
4852
|
},
|
|
4828
4853
|
{
|
|
4829
|
-
"name": "
|
|
4854
|
+
"name": "autoFocus",
|
|
4830
4855
|
"annotation": {
|
|
4831
|
-
"type": "
|
|
4832
|
-
"
|
|
4833
|
-
"type": "reference",
|
|
4834
|
-
"typeName": {
|
|
4835
|
-
"type": "identifier",
|
|
4836
|
-
"name": "ButtonProps"
|
|
4837
|
-
}
|
|
4838
|
-
},
|
|
4839
|
-
"indexType": {
|
|
4840
|
-
"type": "jsLiteral",
|
|
4841
|
-
"value": "type"
|
|
4842
|
-
}
|
|
4856
|
+
"type": "keyword",
|
|
4857
|
+
"value": "boolean"
|
|
4843
4858
|
}
|
|
4844
4859
|
},
|
|
4845
4860
|
{
|
|
4846
|
-
"name": "
|
|
4861
|
+
"name": "type",
|
|
4847
4862
|
"annotation": {
|
|
4848
4863
|
"type": "reference",
|
|
4849
4864
|
"typeName": {
|
|
4850
4865
|
"type": "identifier",
|
|
4851
|
-
"name": "
|
|
4866
|
+
"name": "InputType"
|
|
4852
4867
|
}
|
|
4853
4868
|
}
|
|
4854
4869
|
},
|
|
4855
4870
|
{
|
|
4856
|
-
"name": "
|
|
4857
|
-
"annotation": {
|
|
4858
|
-
"type": "union",
|
|
4859
|
-
"types": [
|
|
4860
|
-
{
|
|
4861
|
-
"type": "jsLiteral",
|
|
4862
|
-
"value": "ignore"
|
|
4863
|
-
},
|
|
4864
|
-
{
|
|
4865
|
-
"type": "jsLiteral",
|
|
4866
|
-
"value": "replace"
|
|
4867
|
-
}
|
|
4868
|
-
]
|
|
4869
|
-
}
|
|
4870
|
-
},
|
|
4871
|
-
{
|
|
4872
|
-
"name": "uploadDraggable",
|
|
4873
|
-
"annotation": {
|
|
4874
|
-
"type": "keyword",
|
|
4875
|
-
"value": "boolean"
|
|
4876
|
-
}
|
|
4877
|
-
},
|
|
4878
|
-
{
|
|
4879
|
-
"name": "draggableUploadTip",
|
|
4880
|
-
"annotation": {
|
|
4881
|
-
"type": "keyword",
|
|
4882
|
-
"value": "string"
|
|
4883
|
-
}
|
|
4884
|
-
},
|
|
4885
|
-
{
|
|
4886
|
-
"name": "autoUpload",
|
|
4871
|
+
"name": "size",
|
|
4887
4872
|
"annotation": {
|
|
4888
|
-
"type": "
|
|
4889
|
-
"
|
|
4873
|
+
"type": "reference",
|
|
4874
|
+
"typeName": {
|
|
4875
|
+
"type": "identifier",
|
|
4876
|
+
"name": "ComponentSize"
|
|
4877
|
+
}
|
|
4890
4878
|
}
|
|
4891
4879
|
},
|
|
4892
4880
|
{
|
|
4893
|
-
"name": "
|
|
4881
|
+
"name": "minLength",
|
|
4894
4882
|
"annotation": {
|
|
4895
4883
|
"type": "keyword",
|
|
4896
|
-
"value": "
|
|
4884
|
+
"value": "number"
|
|
4897
4885
|
}
|
|
4898
4886
|
},
|
|
4899
4887
|
{
|
|
4900
|
-
"name": "
|
|
4888
|
+
"name": "maxLength",
|
|
4901
4889
|
"annotation": {
|
|
4902
4890
|
"type": "keyword",
|
|
4903
|
-
"value": "
|
|
4891
|
+
"value": "number"
|
|
4904
4892
|
}
|
|
4905
4893
|
},
|
|
4906
4894
|
{
|
|
4907
|
-
"name": "
|
|
4895
|
+
"name": "inputStyle",
|
|
4908
4896
|
"annotation": {
|
|
4909
|
-
"type": "
|
|
4910
|
-
"
|
|
4897
|
+
"type": "reference",
|
|
4898
|
+
"typeName": {
|
|
4899
|
+
"type": "qualifiedName",
|
|
4900
|
+
"left": {
|
|
4901
|
+
"type": "identifier",
|
|
4902
|
+
"name": "React"
|
|
4903
|
+
},
|
|
4904
|
+
"right": {
|
|
4905
|
+
"type": "identifier",
|
|
4906
|
+
"name": "CSSProperties"
|
|
4907
|
+
}
|
|
4908
|
+
}
|
|
4911
4909
|
}
|
|
4912
4910
|
},
|
|
4913
4911
|
{
|
|
@@ -4925,174 +4923,176 @@
|
|
|
4925
4923
|
}
|
|
4926
4924
|
]
|
|
4927
4925
|
}
|
|
4928
|
-
}
|
|
4929
|
-
],
|
|
4930
|
-
"events": [
|
|
4926
|
+
},
|
|
4931
4927
|
{
|
|
4932
|
-
"name": "
|
|
4933
|
-
"
|
|
4928
|
+
"name": "validator",
|
|
4929
|
+
"annotation": {
|
|
4930
|
+
"type": "parenthesizedType",
|
|
4934
4931
|
"annotation": {
|
|
4935
|
-
"type": "
|
|
4936
|
-
"
|
|
4932
|
+
"type": "function",
|
|
4933
|
+
"parameters": [
|
|
4934
|
+
{
|
|
4935
|
+
"type": "identifier",
|
|
4936
|
+
"name": "value",
|
|
4937
|
+
"annotation": {
|
|
4938
|
+
"type": "keyword",
|
|
4939
|
+
"value": "any"
|
|
4940
|
+
}
|
|
4941
|
+
}
|
|
4942
|
+
],
|
|
4943
|
+
"annotation": {
|
|
4937
4944
|
"type": "reference",
|
|
4938
4945
|
"typeName": {
|
|
4939
4946
|
"type": "identifier",
|
|
4940
|
-
"name": "
|
|
4947
|
+
"name": "MessageBody"
|
|
4941
4948
|
}
|
|
4942
4949
|
}
|
|
4943
4950
|
}
|
|
4944
4951
|
}
|
|
4945
4952
|
}
|
|
4946
4953
|
],
|
|
4947
|
-
"
|
|
4954
|
+
"events": [
|
|
4955
|
+
{
|
|
4956
|
+
"name": "change",
|
|
4957
|
+
"detail": {
|
|
4958
|
+
"annotation": {
|
|
4959
|
+
"type": "keyword",
|
|
4960
|
+
"value": "string"
|
|
4961
|
+
}
|
|
4962
|
+
}
|
|
4963
|
+
}
|
|
4964
|
+
],
|
|
4965
|
+
"methods": [
|
|
4966
|
+
{
|
|
4967
|
+
"name": "focusInput",
|
|
4968
|
+
"params": [],
|
|
4969
|
+
"returns": {}
|
|
4970
|
+
},
|
|
4971
|
+
{
|
|
4972
|
+
"name": "blurInput",
|
|
4973
|
+
"params": [],
|
|
4974
|
+
"returns": {}
|
|
4975
|
+
}
|
|
4976
|
+
],
|
|
4948
4977
|
"types": [
|
|
4949
4978
|
{
|
|
4950
|
-
"type": "
|
|
4951
|
-
"name": "
|
|
4952
|
-
"
|
|
4953
|
-
|
|
4954
|
-
|
|
4955
|
-
|
|
4956
|
-
"type": "
|
|
4957
|
-
"
|
|
4979
|
+
"type": "typeAlias",
|
|
4980
|
+
"name": "InputType",
|
|
4981
|
+
"annotation": {
|
|
4982
|
+
"type": "union",
|
|
4983
|
+
"types": [
|
|
4984
|
+
{
|
|
4985
|
+
"type": "jsLiteral",
|
|
4986
|
+
"value": "button"
|
|
4958
4987
|
},
|
|
4959
|
-
|
|
4960
|
-
"type": "
|
|
4961
|
-
"value": "
|
|
4988
|
+
{
|
|
4989
|
+
"type": "jsLiteral",
|
|
4990
|
+
"value": "checkbox"
|
|
4962
4991
|
},
|
|
4963
|
-
|
|
4964
|
-
|
|
4965
|
-
|
|
4966
|
-
"type": "propertySignature",
|
|
4967
|
-
"key": {
|
|
4968
|
-
"type": "identifier",
|
|
4969
|
-
"name": "name"
|
|
4992
|
+
{
|
|
4993
|
+
"type": "jsLiteral",
|
|
4994
|
+
"value": "color"
|
|
4970
4995
|
},
|
|
4971
|
-
|
|
4972
|
-
"type": "
|
|
4973
|
-
"value": "
|
|
4996
|
+
{
|
|
4997
|
+
"type": "jsLiteral",
|
|
4998
|
+
"value": "date"
|
|
4974
4999
|
},
|
|
4975
|
-
|
|
4976
|
-
|
|
4977
|
-
|
|
4978
|
-
"type": "propertySignature",
|
|
4979
|
-
"key": {
|
|
4980
|
-
"type": "identifier",
|
|
4981
|
-
"name": "file"
|
|
5000
|
+
{
|
|
5001
|
+
"type": "jsLiteral",
|
|
5002
|
+
"value": "datetime-local"
|
|
4982
5003
|
},
|
|
4983
|
-
|
|
4984
|
-
"type": "
|
|
4985
|
-
"
|
|
4986
|
-
{
|
|
4987
|
-
"type": "reference",
|
|
4988
|
-
"typeName": {
|
|
4989
|
-
"type": "identifier",
|
|
4990
|
-
"name": "File"
|
|
4991
|
-
}
|
|
4992
|
-
},
|
|
4993
|
-
{
|
|
4994
|
-
"type": "typeLiteral",
|
|
4995
|
-
"members": [
|
|
4996
|
-
{
|
|
4997
|
-
"type": "propertySignature",
|
|
4998
|
-
"key": {
|
|
4999
|
-
"type": "identifier",
|
|
5000
|
-
"name": "uid"
|
|
5001
|
-
},
|
|
5002
|
-
"annotation": {
|
|
5003
|
-
"type": "keyword",
|
|
5004
|
-
"value": "string"
|
|
5005
|
-
},
|
|
5006
|
-
"optional": true,
|
|
5007
|
-
"computed": false
|
|
5008
|
-
}
|
|
5009
|
-
]
|
|
5010
|
-
}
|
|
5011
|
-
]
|
|
5004
|
+
{
|
|
5005
|
+
"type": "jsLiteral",
|
|
5006
|
+
"value": "email"
|
|
5012
5007
|
},
|
|
5013
|
-
|
|
5014
|
-
|
|
5015
|
-
|
|
5016
|
-
{
|
|
5017
|
-
"type": "propertySignature",
|
|
5018
|
-
"key": {
|
|
5019
|
-
"type": "identifier",
|
|
5020
|
-
"name": "response"
|
|
5008
|
+
{
|
|
5009
|
+
"type": "jsLiteral",
|
|
5010
|
+
"value": "file"
|
|
5021
5011
|
},
|
|
5022
|
-
|
|
5023
|
-
"type": "
|
|
5024
|
-
"value": "
|
|
5012
|
+
{
|
|
5013
|
+
"type": "jsLiteral",
|
|
5014
|
+
"value": "hidden"
|
|
5025
5015
|
},
|
|
5026
|
-
|
|
5027
|
-
|
|
5028
|
-
|
|
5029
|
-
{
|
|
5030
|
-
"type": "propertySignature",
|
|
5031
|
-
"key": {
|
|
5032
|
-
"type": "identifier",
|
|
5033
|
-
"name": "userData"
|
|
5016
|
+
{
|
|
5017
|
+
"type": "jsLiteral",
|
|
5018
|
+
"value": "image"
|
|
5034
5019
|
},
|
|
5035
|
-
|
|
5036
|
-
"type": "
|
|
5037
|
-
"value": "
|
|
5020
|
+
{
|
|
5021
|
+
"type": "jsLiteral",
|
|
5022
|
+
"value": "month"
|
|
5038
5023
|
},
|
|
5039
|
-
|
|
5040
|
-
|
|
5041
|
-
|
|
5042
|
-
{
|
|
5043
|
-
"type": "propertySignature",
|
|
5044
|
-
"key": {
|
|
5045
|
-
"type": "identifier",
|
|
5046
|
-
"name": "status"
|
|
5024
|
+
{
|
|
5025
|
+
"type": "jsLiteral",
|
|
5026
|
+
"value": "number"
|
|
5047
5027
|
},
|
|
5048
|
-
|
|
5049
|
-
"type": "
|
|
5050
|
-
"
|
|
5051
|
-
"type": "identifier",
|
|
5052
|
-
"name": "UploadStatus"
|
|
5053
|
-
}
|
|
5028
|
+
{
|
|
5029
|
+
"type": "jsLiteral",
|
|
5030
|
+
"value": "password"
|
|
5054
5031
|
},
|
|
5055
|
-
|
|
5056
|
-
|
|
5057
|
-
|
|
5058
|
-
{
|
|
5059
|
-
"type": "propertySignature",
|
|
5060
|
-
"key": {
|
|
5061
|
-
"type": "identifier",
|
|
5062
|
-
"name": "errors"
|
|
5032
|
+
{
|
|
5033
|
+
"type": "jsLiteral",
|
|
5034
|
+
"value": "radio"
|
|
5063
5035
|
},
|
|
5064
|
-
|
|
5065
|
-
"type": "
|
|
5066
|
-
"
|
|
5067
|
-
"type": "reference",
|
|
5068
|
-
"typeName": {
|
|
5069
|
-
"type": "identifier",
|
|
5070
|
-
"name": "Error"
|
|
5071
|
-
}
|
|
5072
|
-
}
|
|
5036
|
+
{
|
|
5037
|
+
"type": "jsLiteral",
|
|
5038
|
+
"value": "range"
|
|
5073
5039
|
},
|
|
5074
|
-
|
|
5075
|
-
|
|
5076
|
-
|
|
5077
|
-
|
|
5040
|
+
{
|
|
5041
|
+
"type": "jsLiteral",
|
|
5042
|
+
"value": "reset"
|
|
5043
|
+
},
|
|
5044
|
+
{
|
|
5045
|
+
"type": "jsLiteral",
|
|
5046
|
+
"value": "search"
|
|
5047
|
+
},
|
|
5048
|
+
{
|
|
5049
|
+
"type": "jsLiteral",
|
|
5050
|
+
"value": "submit"
|
|
5051
|
+
},
|
|
5052
|
+
{
|
|
5053
|
+
"type": "jsLiteral",
|
|
5054
|
+
"value": "tel"
|
|
5055
|
+
},
|
|
5056
|
+
{
|
|
5057
|
+
"type": "jsLiteral",
|
|
5058
|
+
"value": "text"
|
|
5059
|
+
},
|
|
5060
|
+
{
|
|
5061
|
+
"type": "jsLiteral",
|
|
5062
|
+
"value": "time"
|
|
5063
|
+
},
|
|
5064
|
+
{
|
|
5065
|
+
"type": "jsLiteral",
|
|
5066
|
+
"value": "url"
|
|
5067
|
+
},
|
|
5068
|
+
{
|
|
5069
|
+
"type": "jsLiteral",
|
|
5070
|
+
"value": "week"
|
|
5071
|
+
}
|
|
5072
|
+
]
|
|
5073
|
+
}
|
|
5078
5074
|
},
|
|
5079
5075
|
{
|
|
5080
5076
|
"type": "typeAlias",
|
|
5081
|
-
"name": "
|
|
5077
|
+
"name": "ComponentSize",
|
|
5082
5078
|
"annotation": {
|
|
5083
5079
|
"type": "union",
|
|
5084
5080
|
"types": [
|
|
5085
5081
|
{
|
|
5086
5082
|
"type": "jsLiteral",
|
|
5087
|
-
"value": "
|
|
5083
|
+
"value": "large"
|
|
5088
5084
|
},
|
|
5089
5085
|
{
|
|
5090
5086
|
"type": "jsLiteral",
|
|
5091
|
-
"value": "
|
|
5087
|
+
"value": "medium"
|
|
5092
5088
|
},
|
|
5093
5089
|
{
|
|
5094
5090
|
"type": "jsLiteral",
|
|
5095
|
-
"value": "
|
|
5091
|
+
"value": "small"
|
|
5092
|
+
},
|
|
5093
|
+
{
|
|
5094
|
+
"type": "jsLiteral",
|
|
5095
|
+
"value": "xs"
|
|
5096
5096
|
}
|
|
5097
5097
|
]
|
|
5098
5098
|
}
|