@next-bricks/presentational 1.14.1 → 1.14.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 +25 -25
- package/dist/chunks/7082.8e4910e8.js +2 -0
- package/dist/chunks/7082.8e4910e8.js.map +1 -0
- package/dist/chunks/eo-descriptions.972f8d12.js +3 -0
- package/dist/chunks/eo-descriptions.972f8d12.js.map +1 -0
- package/dist/chunks/{main.5a473cc6.js → main.38c43416.js} +2 -2
- package/dist/chunks/{main.5a473cc6.js.map → main.38c43416.js.map} +1 -1
- package/dist/examples.json +9 -9
- package/dist/{index.98193f50.js → index.c08d5ad1.js} +2 -2
- package/dist/{index.98193f50.js.map → index.c08d5ad1.js.map} +1 -1
- package/dist/manifest.json +133 -133
- package/dist/types.json +432 -432
- package/package.json +2 -2
- package/dist/chunks/7082.0543bf39.js +0 -2
- package/dist/chunks/7082.0543bf39.js.map +0 -1
- package/dist/chunks/eo-descriptions.935a0e78.js +0 -3
- package/dist/chunks/eo-descriptions.935a0e78.js.map +0 -1
- /package/dist/chunks/{eo-descriptions.935a0e78.js.LICENSE.txt → eo-descriptions.972f8d12.js.LICENSE.txt} +0 -0
package/dist/types.json
CHANGED
|
@@ -1,4 +1,220 @@
|
|
|
1
1
|
{
|
|
2
|
+
"eo-descriptions": {
|
|
3
|
+
"properties": [
|
|
4
|
+
{
|
|
5
|
+
"name": "descriptionTitle",
|
|
6
|
+
"annotation": {
|
|
7
|
+
"type": "keyword",
|
|
8
|
+
"value": "string"
|
|
9
|
+
}
|
|
10
|
+
},
|
|
11
|
+
{
|
|
12
|
+
"name": "list",
|
|
13
|
+
"annotation": {
|
|
14
|
+
"type": "array",
|
|
15
|
+
"elementType": {
|
|
16
|
+
"type": "reference",
|
|
17
|
+
"typeName": {
|
|
18
|
+
"type": "identifier",
|
|
19
|
+
"name": "DescriptionItem"
|
|
20
|
+
}
|
|
21
|
+
}
|
|
22
|
+
}
|
|
23
|
+
},
|
|
24
|
+
{
|
|
25
|
+
"name": "showCard",
|
|
26
|
+
"annotation": {
|
|
27
|
+
"type": "keyword",
|
|
28
|
+
"value": "boolean"
|
|
29
|
+
}
|
|
30
|
+
},
|
|
31
|
+
{
|
|
32
|
+
"name": "column",
|
|
33
|
+
"annotation": {
|
|
34
|
+
"type": "keyword",
|
|
35
|
+
"value": "number"
|
|
36
|
+
}
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
"name": "layout",
|
|
40
|
+
"annotation": {
|
|
41
|
+
"type": "reference",
|
|
42
|
+
"typeName": {
|
|
43
|
+
"type": "identifier",
|
|
44
|
+
"name": "Layout"
|
|
45
|
+
}
|
|
46
|
+
}
|
|
47
|
+
},
|
|
48
|
+
{
|
|
49
|
+
"name": "bordered",
|
|
50
|
+
"annotation": {
|
|
51
|
+
"type": "keyword",
|
|
52
|
+
"value": "boolean"
|
|
53
|
+
}
|
|
54
|
+
},
|
|
55
|
+
{
|
|
56
|
+
"name": "hideGroups",
|
|
57
|
+
"annotation": {
|
|
58
|
+
"type": "union",
|
|
59
|
+
"types": [
|
|
60
|
+
{
|
|
61
|
+
"type": "keyword",
|
|
62
|
+
"value": "string"
|
|
63
|
+
},
|
|
64
|
+
{
|
|
65
|
+
"type": "array",
|
|
66
|
+
"elementType": {
|
|
67
|
+
"type": "keyword",
|
|
68
|
+
"value": "string"
|
|
69
|
+
}
|
|
70
|
+
}
|
|
71
|
+
]
|
|
72
|
+
}
|
|
73
|
+
},
|
|
74
|
+
{
|
|
75
|
+
"name": "dataSource",
|
|
76
|
+
"annotation": {
|
|
77
|
+
"type": "reference",
|
|
78
|
+
"typeName": {
|
|
79
|
+
"type": "identifier",
|
|
80
|
+
"name": "Record"
|
|
81
|
+
},
|
|
82
|
+
"typeParameters": {
|
|
83
|
+
"type": "typeParameterInstantiation",
|
|
84
|
+
"params": [
|
|
85
|
+
{
|
|
86
|
+
"type": "keyword",
|
|
87
|
+
"value": "string"
|
|
88
|
+
},
|
|
89
|
+
{
|
|
90
|
+
"type": "keyword",
|
|
91
|
+
"value": "unknown"
|
|
92
|
+
}
|
|
93
|
+
]
|
|
94
|
+
}
|
|
95
|
+
}
|
|
96
|
+
},
|
|
97
|
+
{
|
|
98
|
+
"name": "themeVariant",
|
|
99
|
+
"annotation": {
|
|
100
|
+
"type": "union",
|
|
101
|
+
"types": [
|
|
102
|
+
{
|
|
103
|
+
"type": "jsLiteral",
|
|
104
|
+
"value": "default"
|
|
105
|
+
},
|
|
106
|
+
{
|
|
107
|
+
"type": "jsLiteral",
|
|
108
|
+
"value": "elevo"
|
|
109
|
+
}
|
|
110
|
+
]
|
|
111
|
+
}
|
|
112
|
+
}
|
|
113
|
+
],
|
|
114
|
+
"events": [],
|
|
115
|
+
"methods": [],
|
|
116
|
+
"types": [
|
|
117
|
+
{
|
|
118
|
+
"type": "interface",
|
|
119
|
+
"name": "DescriptionItem",
|
|
120
|
+
"body": [
|
|
121
|
+
{
|
|
122
|
+
"type": "propertySignature",
|
|
123
|
+
"key": {
|
|
124
|
+
"type": "identifier",
|
|
125
|
+
"name": "label"
|
|
126
|
+
},
|
|
127
|
+
"annotation": {
|
|
128
|
+
"type": "keyword",
|
|
129
|
+
"value": "string"
|
|
130
|
+
},
|
|
131
|
+
"computed": false
|
|
132
|
+
},
|
|
133
|
+
{
|
|
134
|
+
"type": "propertySignature",
|
|
135
|
+
"key": {
|
|
136
|
+
"type": "identifier",
|
|
137
|
+
"name": "field"
|
|
138
|
+
},
|
|
139
|
+
"annotation": {
|
|
140
|
+
"type": "keyword",
|
|
141
|
+
"value": "string"
|
|
142
|
+
},
|
|
143
|
+
"optional": true,
|
|
144
|
+
"computed": false
|
|
145
|
+
},
|
|
146
|
+
{
|
|
147
|
+
"type": "propertySignature",
|
|
148
|
+
"key": {
|
|
149
|
+
"type": "identifier",
|
|
150
|
+
"name": "group"
|
|
151
|
+
},
|
|
152
|
+
"annotation": {
|
|
153
|
+
"type": "keyword",
|
|
154
|
+
"value": "string"
|
|
155
|
+
},
|
|
156
|
+
"optional": true,
|
|
157
|
+
"computed": false
|
|
158
|
+
},
|
|
159
|
+
{
|
|
160
|
+
"type": "propertySignature",
|
|
161
|
+
"key": {
|
|
162
|
+
"type": "identifier",
|
|
163
|
+
"name": "text"
|
|
164
|
+
},
|
|
165
|
+
"annotation": {
|
|
166
|
+
"type": "union",
|
|
167
|
+
"types": [
|
|
168
|
+
{
|
|
169
|
+
"type": "keyword",
|
|
170
|
+
"value": "string"
|
|
171
|
+
},
|
|
172
|
+
{
|
|
173
|
+
"type": "keyword",
|
|
174
|
+
"value": "number"
|
|
175
|
+
}
|
|
176
|
+
]
|
|
177
|
+
},
|
|
178
|
+
"optional": true,
|
|
179
|
+
"computed": false
|
|
180
|
+
},
|
|
181
|
+
{
|
|
182
|
+
"type": "propertySignature",
|
|
183
|
+
"key": {
|
|
184
|
+
"type": "identifier",
|
|
185
|
+
"name": "useBrick"
|
|
186
|
+
},
|
|
187
|
+
"annotation": {
|
|
188
|
+
"type": "reference",
|
|
189
|
+
"typeName": {
|
|
190
|
+
"type": "identifier",
|
|
191
|
+
"name": "UseBrickConf"
|
|
192
|
+
}
|
|
193
|
+
},
|
|
194
|
+
"optional": true,
|
|
195
|
+
"computed": false
|
|
196
|
+
}
|
|
197
|
+
]
|
|
198
|
+
},
|
|
199
|
+
{
|
|
200
|
+
"type": "typeAlias",
|
|
201
|
+
"name": "Layout",
|
|
202
|
+
"annotation": {
|
|
203
|
+
"type": "union",
|
|
204
|
+
"types": [
|
|
205
|
+
{
|
|
206
|
+
"type": "jsLiteral",
|
|
207
|
+
"value": "horizontal"
|
|
208
|
+
},
|
|
209
|
+
{
|
|
210
|
+
"type": "jsLiteral",
|
|
211
|
+
"value": "vertical"
|
|
212
|
+
}
|
|
213
|
+
]
|
|
214
|
+
}
|
|
215
|
+
}
|
|
216
|
+
]
|
|
217
|
+
},
|
|
2
218
|
"eo-card-item": {
|
|
3
219
|
"properties": [
|
|
4
220
|
{
|
|
@@ -512,66 +728,58 @@
|
|
|
512
728
|
}
|
|
513
729
|
]
|
|
514
730
|
},
|
|
515
|
-
"eo-
|
|
731
|
+
"eo-divider": {
|
|
516
732
|
"properties": [
|
|
517
733
|
{
|
|
518
|
-
"name": "
|
|
519
|
-
"annotation": {
|
|
520
|
-
"type": "keyword",
|
|
521
|
-
"value": "string"
|
|
522
|
-
}
|
|
523
|
-
},
|
|
524
|
-
{
|
|
525
|
-
"name": "description",
|
|
734
|
+
"name": "orientation",
|
|
526
735
|
"annotation": {
|
|
527
|
-
"type": "
|
|
528
|
-
"
|
|
736
|
+
"type": "reference",
|
|
737
|
+
"typeName": {
|
|
738
|
+
"type": "identifier",
|
|
739
|
+
"name": "OrientationType"
|
|
740
|
+
}
|
|
529
741
|
}
|
|
530
742
|
},
|
|
531
743
|
{
|
|
532
|
-
"name": "
|
|
744
|
+
"name": "dashed",
|
|
533
745
|
"annotation": {
|
|
534
746
|
"type": "keyword",
|
|
535
|
-
"value": "
|
|
747
|
+
"value": "boolean"
|
|
536
748
|
}
|
|
537
749
|
},
|
|
538
750
|
{
|
|
539
|
-
"name": "
|
|
751
|
+
"name": "type",
|
|
540
752
|
"annotation": {
|
|
541
753
|
"type": "reference",
|
|
542
754
|
"typeName": {
|
|
543
755
|
"type": "identifier",
|
|
544
|
-
"name": "
|
|
756
|
+
"name": "dividerType"
|
|
545
757
|
}
|
|
546
758
|
}
|
|
547
759
|
},
|
|
548
760
|
{
|
|
549
|
-
"name": "
|
|
761
|
+
"name": "proportion",
|
|
550
762
|
"annotation": {
|
|
551
|
-
"type": "
|
|
552
|
-
"
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
"
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
},
|
|
561
|
-
{
|
|
562
|
-
"name": "target",
|
|
563
|
-
"annotation": {
|
|
564
|
-
"type": "indexedAccess",
|
|
565
|
-
"objectType": {
|
|
566
|
-
"type": "reference",
|
|
567
|
-
"typeName": {
|
|
568
|
-
"type": "identifier",
|
|
569
|
-
"name": "LinkProps"
|
|
763
|
+
"type": "tuple",
|
|
764
|
+
"elementTypes": [
|
|
765
|
+
{
|
|
766
|
+
"type": "keyword",
|
|
767
|
+
"value": "number"
|
|
768
|
+
},
|
|
769
|
+
{
|
|
770
|
+
"type": "keyword",
|
|
771
|
+
"value": "number"
|
|
570
772
|
}
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
773
|
+
]
|
|
774
|
+
}
|
|
775
|
+
},
|
|
776
|
+
{
|
|
777
|
+
"name": "dividerStyle",
|
|
778
|
+
"annotation": {
|
|
779
|
+
"type": "reference",
|
|
780
|
+
"typeName": {
|
|
781
|
+
"type": "identifier",
|
|
782
|
+
"name": "CSSProperties"
|
|
575
783
|
}
|
|
576
784
|
}
|
|
577
785
|
}
|
|
@@ -580,138 +788,46 @@
|
|
|
580
788
|
"methods": [],
|
|
581
789
|
"types": [
|
|
582
790
|
{
|
|
583
|
-
"type": "
|
|
584
|
-
"name": "
|
|
585
|
-
"
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
"type": "
|
|
590
|
-
"
|
|
591
|
-
},
|
|
592
|
-
"annotation": {
|
|
593
|
-
"type": "reference",
|
|
594
|
-
"typeName": {
|
|
595
|
-
"type": "identifier",
|
|
596
|
-
"name": "GeneralIconProps"
|
|
597
|
-
}
|
|
598
|
-
},
|
|
599
|
-
"computed": false
|
|
600
|
-
},
|
|
601
|
-
{
|
|
602
|
-
"type": "propertySignature",
|
|
603
|
-
"key": {
|
|
604
|
-
"type": "identifier",
|
|
605
|
-
"name": "color"
|
|
606
|
-
},
|
|
607
|
-
"annotation": {
|
|
608
|
-
"type": "keyword",
|
|
609
|
-
"value": "string"
|
|
610
|
-
},
|
|
611
|
-
"optional": true,
|
|
612
|
-
"computed": false
|
|
613
|
-
},
|
|
614
|
-
{
|
|
615
|
-
"type": "propertySignature",
|
|
616
|
-
"key": {
|
|
617
|
-
"type": "identifier",
|
|
618
|
-
"name": "size"
|
|
619
|
-
},
|
|
620
|
-
"annotation": {
|
|
621
|
-
"type": "keyword",
|
|
622
|
-
"value": "number"
|
|
623
|
-
},
|
|
624
|
-
"optional": true,
|
|
625
|
-
"computed": false
|
|
626
|
-
},
|
|
627
|
-
{
|
|
628
|
-
"type": "propertySignature",
|
|
629
|
-
"key": {
|
|
630
|
-
"type": "identifier",
|
|
631
|
-
"name": "shape"
|
|
632
|
-
},
|
|
633
|
-
"annotation": {
|
|
634
|
-
"type": "union",
|
|
635
|
-
"types": [
|
|
636
|
-
{
|
|
637
|
-
"type": "jsLiteral",
|
|
638
|
-
"value": "circle"
|
|
639
|
-
},
|
|
640
|
-
{
|
|
641
|
-
"type": "jsLiteral",
|
|
642
|
-
"value": "square"
|
|
643
|
-
},
|
|
644
|
-
{
|
|
645
|
-
"type": "jsLiteral",
|
|
646
|
-
"value": "round-square"
|
|
647
|
-
}
|
|
648
|
-
]
|
|
649
|
-
},
|
|
650
|
-
"optional": true,
|
|
651
|
-
"computed": false
|
|
652
|
-
},
|
|
653
|
-
{
|
|
654
|
-
"type": "propertySignature",
|
|
655
|
-
"key": {
|
|
656
|
-
"type": "identifier",
|
|
657
|
-
"name": "bgColor"
|
|
791
|
+
"type": "typeAlias",
|
|
792
|
+
"name": "OrientationType",
|
|
793
|
+
"annotation": {
|
|
794
|
+
"type": "union",
|
|
795
|
+
"types": [
|
|
796
|
+
{
|
|
797
|
+
"type": "jsLiteral",
|
|
798
|
+
"value": "left"
|
|
658
799
|
},
|
|
659
|
-
|
|
660
|
-
"type": "
|
|
661
|
-
"value": "
|
|
800
|
+
{
|
|
801
|
+
"type": "jsLiteral",
|
|
802
|
+
"value": "center"
|
|
662
803
|
},
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
804
|
+
{
|
|
805
|
+
"type": "jsLiteral",
|
|
806
|
+
"value": "right"
|
|
807
|
+
}
|
|
808
|
+
]
|
|
809
|
+
}
|
|
667
810
|
},
|
|
668
811
|
{
|
|
669
|
-
"type": "
|
|
670
|
-
"name": "
|
|
671
|
-
"
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
"type": "
|
|
676
|
-
"
|
|
677
|
-
},
|
|
678
|
-
"annotation": {
|
|
679
|
-
"type": "keyword",
|
|
680
|
-
"value": "string"
|
|
681
|
-
},
|
|
682
|
-
"optional": true,
|
|
683
|
-
"computed": false
|
|
684
|
-
},
|
|
685
|
-
{
|
|
686
|
-
"type": "propertySignature",
|
|
687
|
-
"key": {
|
|
688
|
-
"type": "identifier",
|
|
689
|
-
"name": "desc"
|
|
690
|
-
},
|
|
691
|
-
"annotation": {
|
|
692
|
-
"type": "keyword",
|
|
693
|
-
"value": "string"
|
|
694
|
-
},
|
|
695
|
-
"optional": true,
|
|
696
|
-
"computed": false
|
|
697
|
-
},
|
|
698
|
-
{
|
|
699
|
-
"type": "propertySignature",
|
|
700
|
-
"key": {
|
|
701
|
-
"type": "identifier",
|
|
702
|
-
"name": "useBrick"
|
|
812
|
+
"type": "typeAlias",
|
|
813
|
+
"name": "dividerType",
|
|
814
|
+
"annotation": {
|
|
815
|
+
"type": "union",
|
|
816
|
+
"types": [
|
|
817
|
+
{
|
|
818
|
+
"type": "jsLiteral",
|
|
819
|
+
"value": "horizontal"
|
|
703
820
|
},
|
|
704
|
-
|
|
705
|
-
"type": "
|
|
706
|
-
"
|
|
707
|
-
"type": "identifier",
|
|
708
|
-
"name": "UseSingleBrickConf"
|
|
709
|
-
}
|
|
821
|
+
{
|
|
822
|
+
"type": "jsLiteral",
|
|
823
|
+
"value": "vertical"
|
|
710
824
|
},
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
|
|
825
|
+
{
|
|
826
|
+
"type": "jsLiteral",
|
|
827
|
+
"value": "radiation"
|
|
828
|
+
}
|
|
829
|
+
]
|
|
830
|
+
}
|
|
715
831
|
}
|
|
716
832
|
]
|
|
717
833
|
},
|
|
@@ -1271,115 +1387,67 @@
|
|
|
1271
1387
|
}
|
|
1272
1388
|
]
|
|
1273
1389
|
},
|
|
1274
|
-
"eo-
|
|
1390
|
+
"eo-info-card-item": {
|
|
1275
1391
|
"properties": [
|
|
1276
1392
|
{
|
|
1277
|
-
"name": "
|
|
1393
|
+
"name": "cardTitle",
|
|
1278
1394
|
"annotation": {
|
|
1279
1395
|
"type": "keyword",
|
|
1280
1396
|
"value": "string"
|
|
1281
1397
|
}
|
|
1282
1398
|
},
|
|
1283
1399
|
{
|
|
1284
|
-
"name": "
|
|
1285
|
-
"annotation": {
|
|
1286
|
-
"type": "array",
|
|
1287
|
-
"elementType": {
|
|
1288
|
-
"type": "reference",
|
|
1289
|
-
"typeName": {
|
|
1290
|
-
"type": "identifier",
|
|
1291
|
-
"name": "DescriptionItem"
|
|
1292
|
-
}
|
|
1293
|
-
}
|
|
1294
|
-
}
|
|
1295
|
-
},
|
|
1296
|
-
{
|
|
1297
|
-
"name": "showCard",
|
|
1400
|
+
"name": "description",
|
|
1298
1401
|
"annotation": {
|
|
1299
1402
|
"type": "keyword",
|
|
1300
|
-
"value": "
|
|
1403
|
+
"value": "string"
|
|
1301
1404
|
}
|
|
1302
1405
|
},
|
|
1303
1406
|
{
|
|
1304
|
-
"name": "
|
|
1407
|
+
"name": "url",
|
|
1305
1408
|
"annotation": {
|
|
1306
1409
|
"type": "keyword",
|
|
1307
|
-
"value": "
|
|
1410
|
+
"value": "string"
|
|
1308
1411
|
}
|
|
1309
1412
|
},
|
|
1310
1413
|
{
|
|
1311
|
-
"name": "
|
|
1414
|
+
"name": "cardIcon",
|
|
1312
1415
|
"annotation": {
|
|
1313
1416
|
"type": "reference",
|
|
1314
1417
|
"typeName": {
|
|
1315
1418
|
"type": "identifier",
|
|
1316
|
-
"name": "
|
|
1419
|
+
"name": "IconAvatar"
|
|
1317
1420
|
}
|
|
1318
1421
|
}
|
|
1319
1422
|
},
|
|
1320
1423
|
{
|
|
1321
|
-
"name": "
|
|
1322
|
-
"annotation": {
|
|
1323
|
-
"type": "keyword",
|
|
1324
|
-
"value": "boolean"
|
|
1325
|
-
}
|
|
1326
|
-
},
|
|
1327
|
-
{
|
|
1328
|
-
"name": "hideGroups",
|
|
1424
|
+
"name": "detailList",
|
|
1329
1425
|
"annotation": {
|
|
1330
|
-
"type": "
|
|
1331
|
-
"
|
|
1332
|
-
|
|
1333
|
-
|
|
1334
|
-
"
|
|
1335
|
-
|
|
1336
|
-
{
|
|
1337
|
-
"type": "array",
|
|
1338
|
-
"elementType": {
|
|
1339
|
-
"type": "keyword",
|
|
1340
|
-
"value": "string"
|
|
1341
|
-
}
|
|
1426
|
+
"type": "array",
|
|
1427
|
+
"elementType": {
|
|
1428
|
+
"type": "reference",
|
|
1429
|
+
"typeName": {
|
|
1430
|
+
"type": "identifier",
|
|
1431
|
+
"name": "InfoCardDetail"
|
|
1342
1432
|
}
|
|
1343
|
-
|
|
1433
|
+
}
|
|
1344
1434
|
}
|
|
1345
1435
|
},
|
|
1346
1436
|
{
|
|
1347
|
-
"name": "
|
|
1437
|
+
"name": "target",
|
|
1348
1438
|
"annotation": {
|
|
1349
|
-
"type": "
|
|
1350
|
-
"
|
|
1351
|
-
"type": "
|
|
1352
|
-
"
|
|
1353
|
-
|
|
1354
|
-
|
|
1355
|
-
"type": "typeParameterInstantiation",
|
|
1356
|
-
"params": [
|
|
1357
|
-
{
|
|
1358
|
-
"type": "keyword",
|
|
1359
|
-
"value": "string"
|
|
1360
|
-
},
|
|
1361
|
-
{
|
|
1362
|
-
"type": "keyword",
|
|
1363
|
-
"value": "unknown"
|
|
1364
|
-
}
|
|
1365
|
-
]
|
|
1366
|
-
}
|
|
1367
|
-
}
|
|
1368
|
-
},
|
|
1369
|
-
{
|
|
1370
|
-
"name": "themeVariant",
|
|
1371
|
-
"annotation": {
|
|
1372
|
-
"type": "union",
|
|
1373
|
-
"types": [
|
|
1374
|
-
{
|
|
1375
|
-
"type": "jsLiteral",
|
|
1376
|
-
"value": "default"
|
|
1377
|
-
},
|
|
1378
|
-
{
|
|
1379
|
-
"type": "jsLiteral",
|
|
1380
|
-
"value": "elevo"
|
|
1439
|
+
"type": "indexedAccess",
|
|
1440
|
+
"objectType": {
|
|
1441
|
+
"type": "reference",
|
|
1442
|
+
"typeName": {
|
|
1443
|
+
"type": "identifier",
|
|
1444
|
+
"name": "LinkProps"
|
|
1381
1445
|
}
|
|
1382
|
-
|
|
1446
|
+
},
|
|
1447
|
+
"indexType": {
|
|
1448
|
+
"type": "jsLiteral",
|
|
1449
|
+
"value": "target"
|
|
1450
|
+
}
|
|
1383
1451
|
}
|
|
1384
1452
|
}
|
|
1385
1453
|
],
|
|
@@ -1388,17 +1456,20 @@
|
|
|
1388
1456
|
"types": [
|
|
1389
1457
|
{
|
|
1390
1458
|
"type": "interface",
|
|
1391
|
-
"name": "
|
|
1459
|
+
"name": "IconAvatar",
|
|
1392
1460
|
"body": [
|
|
1393
1461
|
{
|
|
1394
1462
|
"type": "propertySignature",
|
|
1395
1463
|
"key": {
|
|
1396
1464
|
"type": "identifier",
|
|
1397
|
-
"name": "
|
|
1465
|
+
"name": "icon"
|
|
1398
1466
|
},
|
|
1399
1467
|
"annotation": {
|
|
1400
|
-
"type": "
|
|
1401
|
-
"
|
|
1468
|
+
"type": "reference",
|
|
1469
|
+
"typeName": {
|
|
1470
|
+
"type": "identifier",
|
|
1471
|
+
"name": "GeneralIconProps"
|
|
1472
|
+
}
|
|
1402
1473
|
},
|
|
1403
1474
|
"computed": false
|
|
1404
1475
|
},
|
|
@@ -1406,7 +1477,7 @@
|
|
|
1406
1477
|
"type": "propertySignature",
|
|
1407
1478
|
"key": {
|
|
1408
1479
|
"type": "identifier",
|
|
1409
|
-
"name": "
|
|
1480
|
+
"name": "color"
|
|
1410
1481
|
},
|
|
1411
1482
|
"annotation": {
|
|
1412
1483
|
"type": "keyword",
|
|
@@ -1419,11 +1490,11 @@
|
|
|
1419
1490
|
"type": "propertySignature",
|
|
1420
1491
|
"key": {
|
|
1421
1492
|
"type": "identifier",
|
|
1422
|
-
"name": "
|
|
1493
|
+
"name": "size"
|
|
1423
1494
|
},
|
|
1424
1495
|
"annotation": {
|
|
1425
1496
|
"type": "keyword",
|
|
1426
|
-
"value": "
|
|
1497
|
+
"value": "number"
|
|
1427
1498
|
},
|
|
1428
1499
|
"optional": true,
|
|
1429
1500
|
"computed": false
|
|
@@ -1432,18 +1503,22 @@
|
|
|
1432
1503
|
"type": "propertySignature",
|
|
1433
1504
|
"key": {
|
|
1434
1505
|
"type": "identifier",
|
|
1435
|
-
"name": "
|
|
1506
|
+
"name": "shape"
|
|
1436
1507
|
},
|
|
1437
1508
|
"annotation": {
|
|
1438
1509
|
"type": "union",
|
|
1439
1510
|
"types": [
|
|
1440
1511
|
{
|
|
1441
|
-
"type": "
|
|
1442
|
-
"value": "
|
|
1512
|
+
"type": "jsLiteral",
|
|
1513
|
+
"value": "circle"
|
|
1443
1514
|
},
|
|
1444
1515
|
{
|
|
1445
|
-
"type": "
|
|
1446
|
-
"value": "
|
|
1516
|
+
"type": "jsLiteral",
|
|
1517
|
+
"value": "square"
|
|
1518
|
+
},
|
|
1519
|
+
{
|
|
1520
|
+
"type": "jsLiteral",
|
|
1521
|
+
"value": "round-square"
|
|
1447
1522
|
}
|
|
1448
1523
|
]
|
|
1449
1524
|
},
|
|
@@ -1454,14 +1529,11 @@
|
|
|
1454
1529
|
"type": "propertySignature",
|
|
1455
1530
|
"key": {
|
|
1456
1531
|
"type": "identifier",
|
|
1457
|
-
"name": "
|
|
1532
|
+
"name": "bgColor"
|
|
1458
1533
|
},
|
|
1459
1534
|
"annotation": {
|
|
1460
|
-
"type": "
|
|
1461
|
-
"
|
|
1462
|
-
"type": "identifier",
|
|
1463
|
-
"name": "UseBrickConf"
|
|
1464
|
-
}
|
|
1535
|
+
"type": "keyword",
|
|
1536
|
+
"value": "string"
|
|
1465
1537
|
},
|
|
1466
1538
|
"optional": true,
|
|
1467
1539
|
"computed": false
|
|
@@ -1469,124 +1541,52 @@
|
|
|
1469
1541
|
]
|
|
1470
1542
|
},
|
|
1471
1543
|
{
|
|
1472
|
-
"type": "
|
|
1473
|
-
"name": "
|
|
1474
|
-
"
|
|
1475
|
-
|
|
1476
|
-
|
|
1477
|
-
{
|
|
1478
|
-
"type": "
|
|
1479
|
-
"
|
|
1544
|
+
"type": "interface",
|
|
1545
|
+
"name": "InfoCardDetail",
|
|
1546
|
+
"body": [
|
|
1547
|
+
{
|
|
1548
|
+
"type": "propertySignature",
|
|
1549
|
+
"key": {
|
|
1550
|
+
"type": "identifier",
|
|
1551
|
+
"name": "title"
|
|
1480
1552
|
},
|
|
1481
|
-
{
|
|
1482
|
-
"type": "jsLiteral",
|
|
1483
|
-
"value": "vertical"
|
|
1484
|
-
}
|
|
1485
|
-
]
|
|
1486
|
-
}
|
|
1487
|
-
}
|
|
1488
|
-
]
|
|
1489
|
-
},
|
|
1490
|
-
"eo-divider": {
|
|
1491
|
-
"properties": [
|
|
1492
|
-
{
|
|
1493
|
-
"name": "orientation",
|
|
1494
|
-
"annotation": {
|
|
1495
|
-
"type": "reference",
|
|
1496
|
-
"typeName": {
|
|
1497
|
-
"type": "identifier",
|
|
1498
|
-
"name": "OrientationType"
|
|
1499
|
-
}
|
|
1500
|
-
}
|
|
1501
|
-
},
|
|
1502
|
-
{
|
|
1503
|
-
"name": "dashed",
|
|
1504
|
-
"annotation": {
|
|
1505
|
-
"type": "keyword",
|
|
1506
|
-
"value": "boolean"
|
|
1507
|
-
}
|
|
1508
|
-
},
|
|
1509
|
-
{
|
|
1510
|
-
"name": "type",
|
|
1511
|
-
"annotation": {
|
|
1512
|
-
"type": "reference",
|
|
1513
|
-
"typeName": {
|
|
1514
|
-
"type": "identifier",
|
|
1515
|
-
"name": "dividerType"
|
|
1516
|
-
}
|
|
1517
|
-
}
|
|
1518
|
-
},
|
|
1519
|
-
{
|
|
1520
|
-
"name": "proportion",
|
|
1521
|
-
"annotation": {
|
|
1522
|
-
"type": "tuple",
|
|
1523
|
-
"elementTypes": [
|
|
1524
|
-
{
|
|
1553
|
+
"annotation": {
|
|
1525
1554
|
"type": "keyword",
|
|
1526
|
-
"value": "
|
|
1555
|
+
"value": "string"
|
|
1527
1556
|
},
|
|
1528
|
-
|
|
1529
|
-
|
|
1530
|
-
|
|
1531
|
-
|
|
1532
|
-
|
|
1533
|
-
|
|
1534
|
-
|
|
1535
|
-
|
|
1536
|
-
"name": "dividerStyle",
|
|
1537
|
-
"annotation": {
|
|
1538
|
-
"type": "reference",
|
|
1539
|
-
"typeName": {
|
|
1540
|
-
"type": "identifier",
|
|
1541
|
-
"name": "CSSProperties"
|
|
1542
|
-
}
|
|
1543
|
-
}
|
|
1544
|
-
}
|
|
1545
|
-
],
|
|
1546
|
-
"events": [],
|
|
1547
|
-
"methods": [],
|
|
1548
|
-
"types": [
|
|
1549
|
-
{
|
|
1550
|
-
"type": "typeAlias",
|
|
1551
|
-
"name": "OrientationType",
|
|
1552
|
-
"annotation": {
|
|
1553
|
-
"type": "union",
|
|
1554
|
-
"types": [
|
|
1555
|
-
{
|
|
1556
|
-
"type": "jsLiteral",
|
|
1557
|
-
"value": "left"
|
|
1557
|
+
"optional": true,
|
|
1558
|
+
"computed": false
|
|
1559
|
+
},
|
|
1560
|
+
{
|
|
1561
|
+
"type": "propertySignature",
|
|
1562
|
+
"key": {
|
|
1563
|
+
"type": "identifier",
|
|
1564
|
+
"name": "desc"
|
|
1558
1565
|
},
|
|
1559
|
-
{
|
|
1560
|
-
"type": "
|
|
1561
|
-
"value": "
|
|
1566
|
+
"annotation": {
|
|
1567
|
+
"type": "keyword",
|
|
1568
|
+
"value": "string"
|
|
1562
1569
|
},
|
|
1563
|
-
|
|
1564
|
-
|
|
1565
|
-
|
|
1566
|
-
|
|
1567
|
-
|
|
1568
|
-
|
|
1569
|
-
|
|
1570
|
-
|
|
1571
|
-
"type": "typeAlias",
|
|
1572
|
-
"name": "dividerType",
|
|
1573
|
-
"annotation": {
|
|
1574
|
-
"type": "union",
|
|
1575
|
-
"types": [
|
|
1576
|
-
{
|
|
1577
|
-
"type": "jsLiteral",
|
|
1578
|
-
"value": "horizontal"
|
|
1570
|
+
"optional": true,
|
|
1571
|
+
"computed": false
|
|
1572
|
+
},
|
|
1573
|
+
{
|
|
1574
|
+
"type": "propertySignature",
|
|
1575
|
+
"key": {
|
|
1576
|
+
"type": "identifier",
|
|
1577
|
+
"name": "useBrick"
|
|
1579
1578
|
},
|
|
1580
|
-
{
|
|
1581
|
-
"type": "
|
|
1582
|
-
"
|
|
1579
|
+
"annotation": {
|
|
1580
|
+
"type": "reference",
|
|
1581
|
+
"typeName": {
|
|
1582
|
+
"type": "identifier",
|
|
1583
|
+
"name": "UseSingleBrickConf"
|
|
1584
|
+
}
|
|
1583
1585
|
},
|
|
1584
|
-
|
|
1585
|
-
|
|
1586
|
-
|
|
1587
|
-
|
|
1588
|
-
]
|
|
1589
|
-
}
|
|
1586
|
+
"optional": true,
|
|
1587
|
+
"computed": false
|
|
1588
|
+
}
|
|
1589
|
+
]
|
|
1590
1590
|
}
|
|
1591
1591
|
]
|
|
1592
1592
|
},
|
|
@@ -1783,68 +1783,6 @@
|
|
|
1783
1783
|
}
|
|
1784
1784
|
]
|
|
1785
1785
|
},
|
|
1786
|
-
"eo-code-display": {
|
|
1787
|
-
"properties": [
|
|
1788
|
-
{
|
|
1789
|
-
"name": "value",
|
|
1790
|
-
"annotation": {
|
|
1791
|
-
"type": "keyword",
|
|
1792
|
-
"value": "string"
|
|
1793
|
-
}
|
|
1794
|
-
},
|
|
1795
|
-
{
|
|
1796
|
-
"name": "language",
|
|
1797
|
-
"annotation": {
|
|
1798
|
-
"type": "keyword",
|
|
1799
|
-
"value": "string"
|
|
1800
|
-
}
|
|
1801
|
-
},
|
|
1802
|
-
{
|
|
1803
|
-
"name": "hideLineNumber",
|
|
1804
|
-
"annotation": {
|
|
1805
|
-
"type": "keyword",
|
|
1806
|
-
"value": "boolean"
|
|
1807
|
-
}
|
|
1808
|
-
},
|
|
1809
|
-
{
|
|
1810
|
-
"name": "maxLines",
|
|
1811
|
-
"annotation": {
|
|
1812
|
-
"type": "keyword",
|
|
1813
|
-
"value": "number"
|
|
1814
|
-
}
|
|
1815
|
-
},
|
|
1816
|
-
{
|
|
1817
|
-
"name": "minLines",
|
|
1818
|
-
"annotation": {
|
|
1819
|
-
"type": "keyword",
|
|
1820
|
-
"value": "number"
|
|
1821
|
-
}
|
|
1822
|
-
},
|
|
1823
|
-
{
|
|
1824
|
-
"name": "showCopyButton",
|
|
1825
|
-
"annotation": {
|
|
1826
|
-
"type": "keyword",
|
|
1827
|
-
"value": "boolean"
|
|
1828
|
-
}
|
|
1829
|
-
},
|
|
1830
|
-
{
|
|
1831
|
-
"name": "showExportButton",
|
|
1832
|
-
"annotation": {
|
|
1833
|
-
"type": "keyword",
|
|
1834
|
-
"value": "boolean"
|
|
1835
|
-
}
|
|
1836
|
-
},
|
|
1837
|
-
{
|
|
1838
|
-
"name": "exportFileName",
|
|
1839
|
-
"annotation": {
|
|
1840
|
-
"type": "keyword",
|
|
1841
|
-
"value": "string"
|
|
1842
|
-
}
|
|
1843
|
-
}
|
|
1844
|
-
],
|
|
1845
|
-
"events": [],
|
|
1846
|
-
"methods": []
|
|
1847
|
-
},
|
|
1848
1786
|
"eo-alert": {
|
|
1849
1787
|
"properties": [
|
|
1850
1788
|
{
|
|
@@ -1955,6 +1893,68 @@
|
|
|
1955
1893
|
}
|
|
1956
1894
|
]
|
|
1957
1895
|
},
|
|
1896
|
+
"eo-code-display": {
|
|
1897
|
+
"properties": [
|
|
1898
|
+
{
|
|
1899
|
+
"name": "value",
|
|
1900
|
+
"annotation": {
|
|
1901
|
+
"type": "keyword",
|
|
1902
|
+
"value": "string"
|
|
1903
|
+
}
|
|
1904
|
+
},
|
|
1905
|
+
{
|
|
1906
|
+
"name": "language",
|
|
1907
|
+
"annotation": {
|
|
1908
|
+
"type": "keyword",
|
|
1909
|
+
"value": "string"
|
|
1910
|
+
}
|
|
1911
|
+
},
|
|
1912
|
+
{
|
|
1913
|
+
"name": "hideLineNumber",
|
|
1914
|
+
"annotation": {
|
|
1915
|
+
"type": "keyword",
|
|
1916
|
+
"value": "boolean"
|
|
1917
|
+
}
|
|
1918
|
+
},
|
|
1919
|
+
{
|
|
1920
|
+
"name": "maxLines",
|
|
1921
|
+
"annotation": {
|
|
1922
|
+
"type": "keyword",
|
|
1923
|
+
"value": "number"
|
|
1924
|
+
}
|
|
1925
|
+
},
|
|
1926
|
+
{
|
|
1927
|
+
"name": "minLines",
|
|
1928
|
+
"annotation": {
|
|
1929
|
+
"type": "keyword",
|
|
1930
|
+
"value": "number"
|
|
1931
|
+
}
|
|
1932
|
+
},
|
|
1933
|
+
{
|
|
1934
|
+
"name": "showCopyButton",
|
|
1935
|
+
"annotation": {
|
|
1936
|
+
"type": "keyword",
|
|
1937
|
+
"value": "boolean"
|
|
1938
|
+
}
|
|
1939
|
+
},
|
|
1940
|
+
{
|
|
1941
|
+
"name": "showExportButton",
|
|
1942
|
+
"annotation": {
|
|
1943
|
+
"type": "keyword",
|
|
1944
|
+
"value": "boolean"
|
|
1945
|
+
}
|
|
1946
|
+
},
|
|
1947
|
+
{
|
|
1948
|
+
"name": "exportFileName",
|
|
1949
|
+
"annotation": {
|
|
1950
|
+
"type": "keyword",
|
|
1951
|
+
"value": "string"
|
|
1952
|
+
}
|
|
1953
|
+
}
|
|
1954
|
+
],
|
|
1955
|
+
"events": [],
|
|
1956
|
+
"methods": []
|
|
1957
|
+
},
|
|
1958
1958
|
"eo-humanize-time": {
|
|
1959
1959
|
"properties": [
|
|
1960
1960
|
{
|