@next-bricks/presentational 1.14.1 → 1.14.2
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 +36 -36
- package/dist/chunks/7082.4443a6cf.js +2 -0
- package/dist/chunks/7082.4443a6cf.js.map +1 -0
- package/dist/chunks/{eo-descriptions.935a0e78.js → eo-descriptions.60087249.js} +3 -3
- package/dist/chunks/eo-descriptions.60087249.js.map +1 -0
- package/dist/chunks/{main.5a473cc6.js → main.968254e5.js} +2 -2
- package/dist/chunks/{main.5a473cc6.js.map → main.968254e5.js.map} +1 -1
- package/dist/examples.json +16 -16
- package/dist/{index.98193f50.js → index.e491f19d.js} +2 -2
- package/dist/{index.98193f50.js.map → index.e491f19d.js.map} +1 -1
- package/dist/manifest.json +270 -270
- package/dist/types.json +460 -460
- 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.map +0 -1
- /package/dist/chunks/{eo-descriptions.935a0e78.js.LICENSE.txt → eo-descriptions.60087249.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,54 +728,157 @@
|
|
|
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
|
-
|
|
763
|
+
"type": "tuple",
|
|
764
|
+
"elementTypes": [
|
|
765
|
+
{
|
|
766
|
+
"type": "keyword",
|
|
767
|
+
"value": "number"
|
|
768
|
+
},
|
|
769
|
+
{
|
|
770
|
+
"type": "keyword",
|
|
771
|
+
"value": "number"
|
|
772
|
+
}
|
|
773
|
+
]
|
|
774
|
+
}
|
|
775
|
+
},
|
|
776
|
+
{
|
|
777
|
+
"name": "dividerStyle",
|
|
778
|
+
"annotation": {
|
|
779
|
+
"type": "reference",
|
|
780
|
+
"typeName": {
|
|
781
|
+
"type": "identifier",
|
|
782
|
+
"name": "CSSProperties"
|
|
783
|
+
}
|
|
784
|
+
}
|
|
785
|
+
}
|
|
786
|
+
],
|
|
787
|
+
"events": [],
|
|
788
|
+
"methods": [],
|
|
789
|
+
"types": [
|
|
790
|
+
{
|
|
791
|
+
"type": "typeAlias",
|
|
792
|
+
"name": "OrientationType",
|
|
793
|
+
"annotation": {
|
|
794
|
+
"type": "union",
|
|
795
|
+
"types": [
|
|
796
|
+
{
|
|
797
|
+
"type": "jsLiteral",
|
|
798
|
+
"value": "left"
|
|
799
|
+
},
|
|
800
|
+
{
|
|
801
|
+
"type": "jsLiteral",
|
|
802
|
+
"value": "center"
|
|
803
|
+
},
|
|
804
|
+
{
|
|
805
|
+
"type": "jsLiteral",
|
|
806
|
+
"value": "right"
|
|
807
|
+
}
|
|
808
|
+
]
|
|
809
|
+
}
|
|
810
|
+
},
|
|
811
|
+
{
|
|
812
|
+
"type": "typeAlias",
|
|
813
|
+
"name": "dividerType",
|
|
814
|
+
"annotation": {
|
|
815
|
+
"type": "union",
|
|
816
|
+
"types": [
|
|
817
|
+
{
|
|
818
|
+
"type": "jsLiteral",
|
|
819
|
+
"value": "horizontal"
|
|
820
|
+
},
|
|
821
|
+
{
|
|
822
|
+
"type": "jsLiteral",
|
|
823
|
+
"value": "vertical"
|
|
824
|
+
},
|
|
825
|
+
{
|
|
826
|
+
"type": "jsLiteral",
|
|
827
|
+
"value": "radiation"
|
|
828
|
+
}
|
|
829
|
+
]
|
|
830
|
+
}
|
|
831
|
+
}
|
|
832
|
+
]
|
|
833
|
+
},
|
|
834
|
+
"eo-info-card-item": {
|
|
835
|
+
"properties": [
|
|
836
|
+
{
|
|
837
|
+
"name": "cardTitle",
|
|
838
|
+
"annotation": {
|
|
839
|
+
"type": "keyword",
|
|
840
|
+
"value": "string"
|
|
841
|
+
}
|
|
842
|
+
},
|
|
843
|
+
{
|
|
844
|
+
"name": "description",
|
|
845
|
+
"annotation": {
|
|
846
|
+
"type": "keyword",
|
|
847
|
+
"value": "string"
|
|
848
|
+
}
|
|
849
|
+
},
|
|
850
|
+
{
|
|
851
|
+
"name": "url",
|
|
852
|
+
"annotation": {
|
|
853
|
+
"type": "keyword",
|
|
854
|
+
"value": "string"
|
|
855
|
+
}
|
|
856
|
+
},
|
|
857
|
+
{
|
|
858
|
+
"name": "cardIcon",
|
|
859
|
+
"annotation": {
|
|
860
|
+
"type": "reference",
|
|
861
|
+
"typeName": {
|
|
862
|
+
"type": "identifier",
|
|
863
|
+
"name": "IconAvatar"
|
|
864
|
+
}
|
|
865
|
+
}
|
|
866
|
+
},
|
|
867
|
+
{
|
|
868
|
+
"name": "detailList",
|
|
869
|
+
"annotation": {
|
|
870
|
+
"type": "array",
|
|
871
|
+
"elementType": {
|
|
872
|
+
"type": "reference",
|
|
873
|
+
"typeName": {
|
|
874
|
+
"type": "identifier",
|
|
875
|
+
"name": "InfoCardDetail"
|
|
876
|
+
}
|
|
877
|
+
}
|
|
878
|
+
}
|
|
879
|
+
},
|
|
880
|
+
{
|
|
881
|
+
"name": "target",
|
|
563
882
|
"annotation": {
|
|
564
883
|
"type": "indexedAccess",
|
|
565
884
|
"objectType": {
|
|
@@ -1068,100 +1387,6 @@
|
|
|
1068
1387
|
}
|
|
1069
1388
|
]
|
|
1070
1389
|
},
|
|
1071
|
-
"eo-current-time": {
|
|
1072
|
-
"properties": [
|
|
1073
|
-
{
|
|
1074
|
-
"name": "format",
|
|
1075
|
-
"annotation": {
|
|
1076
|
-
"type": "keyword",
|
|
1077
|
-
"value": "string"
|
|
1078
|
-
}
|
|
1079
|
-
},
|
|
1080
|
-
{
|
|
1081
|
-
"name": "icon",
|
|
1082
|
-
"annotation": {
|
|
1083
|
-
"type": "reference",
|
|
1084
|
-
"typeName": {
|
|
1085
|
-
"type": "identifier",
|
|
1086
|
-
"name": "GeneralIconProps"
|
|
1087
|
-
}
|
|
1088
|
-
}
|
|
1089
|
-
}
|
|
1090
|
-
],
|
|
1091
|
-
"events": [],
|
|
1092
|
-
"methods": []
|
|
1093
|
-
},
|
|
1094
|
-
"eo-carousel-text": {
|
|
1095
|
-
"properties": [
|
|
1096
|
-
{
|
|
1097
|
-
"name": "text",
|
|
1098
|
-
"annotation": {
|
|
1099
|
-
"type": "keyword",
|
|
1100
|
-
"value": "string"
|
|
1101
|
-
}
|
|
1102
|
-
},
|
|
1103
|
-
{
|
|
1104
|
-
"name": "containerWidth",
|
|
1105
|
-
"annotation": {
|
|
1106
|
-
"type": "indexedAccess",
|
|
1107
|
-
"objectType": {
|
|
1108
|
-
"type": "reference",
|
|
1109
|
-
"typeName": {
|
|
1110
|
-
"type": "identifier",
|
|
1111
|
-
"name": "CSSProperties"
|
|
1112
|
-
}
|
|
1113
|
-
},
|
|
1114
|
-
"indexType": {
|
|
1115
|
-
"type": "jsLiteral",
|
|
1116
|
-
"value": "width"
|
|
1117
|
-
}
|
|
1118
|
-
}
|
|
1119
|
-
},
|
|
1120
|
-
{
|
|
1121
|
-
"name": "fontSize",
|
|
1122
|
-
"annotation": {
|
|
1123
|
-
"type": "indexedAccess",
|
|
1124
|
-
"objectType": {
|
|
1125
|
-
"type": "reference",
|
|
1126
|
-
"typeName": {
|
|
1127
|
-
"type": "identifier",
|
|
1128
|
-
"name": "CSSProperties"
|
|
1129
|
-
}
|
|
1130
|
-
},
|
|
1131
|
-
"indexType": {
|
|
1132
|
-
"type": "jsLiteral",
|
|
1133
|
-
"value": "fontSize"
|
|
1134
|
-
}
|
|
1135
|
-
}
|
|
1136
|
-
},
|
|
1137
|
-
{
|
|
1138
|
-
"name": "fontColor",
|
|
1139
|
-
"annotation": {
|
|
1140
|
-
"type": "indexedAccess",
|
|
1141
|
-
"objectType": {
|
|
1142
|
-
"type": "reference",
|
|
1143
|
-
"typeName": {
|
|
1144
|
-
"type": "identifier",
|
|
1145
|
-
"name": "CSSProperties"
|
|
1146
|
-
}
|
|
1147
|
-
},
|
|
1148
|
-
"indexType": {
|
|
1149
|
-
"type": "jsLiteral",
|
|
1150
|
-
"value": "color"
|
|
1151
|
-
}
|
|
1152
|
-
}
|
|
1153
|
-
},
|
|
1154
|
-
{
|
|
1155
|
-
"name": "speed",
|
|
1156
|
-
"annotation": {
|
|
1157
|
-
"type": "keyword",
|
|
1158
|
-
"value": "number"
|
|
1159
|
-
}
|
|
1160
|
-
}
|
|
1161
|
-
],
|
|
1162
|
-
"events": [],
|
|
1163
|
-
"methods": []
|
|
1164
|
-
},
|
|
1165
1390
|
"eo-loading-step": {
|
|
1166
1391
|
"properties": [
|
|
1167
1392
|
{
|
|
@@ -1271,324 +1496,99 @@
|
|
|
1271
1496
|
}
|
|
1272
1497
|
]
|
|
1273
1498
|
},
|
|
1274
|
-
"eo-
|
|
1499
|
+
"eo-current-time": {
|
|
1275
1500
|
"properties": [
|
|
1276
1501
|
{
|
|
1277
|
-
"name": "
|
|
1502
|
+
"name": "format",
|
|
1278
1503
|
"annotation": {
|
|
1279
1504
|
"type": "keyword",
|
|
1280
1505
|
"value": "string"
|
|
1281
1506
|
}
|
|
1282
1507
|
},
|
|
1283
1508
|
{
|
|
1284
|
-
"name": "
|
|
1509
|
+
"name": "icon",
|
|
1285
1510
|
"annotation": {
|
|
1286
|
-
"type": "
|
|
1287
|
-
"
|
|
1288
|
-
"type": "
|
|
1289
|
-
"
|
|
1290
|
-
"type": "identifier",
|
|
1291
|
-
"name": "DescriptionItem"
|
|
1292
|
-
}
|
|
1511
|
+
"type": "reference",
|
|
1512
|
+
"typeName": {
|
|
1513
|
+
"type": "identifier",
|
|
1514
|
+
"name": "GeneralIconProps"
|
|
1293
1515
|
}
|
|
1294
1516
|
}
|
|
1295
|
-
}
|
|
1296
|
-
|
|
1297
|
-
|
|
1298
|
-
|
|
1299
|
-
|
|
1300
|
-
|
|
1301
|
-
|
|
1302
|
-
},
|
|
1517
|
+
}
|
|
1518
|
+
],
|
|
1519
|
+
"events": [],
|
|
1520
|
+
"methods": []
|
|
1521
|
+
},
|
|
1522
|
+
"eo-carousel-text": {
|
|
1523
|
+
"properties": [
|
|
1303
1524
|
{
|
|
1304
|
-
"name": "
|
|
1525
|
+
"name": "text",
|
|
1305
1526
|
"annotation": {
|
|
1306
1527
|
"type": "keyword",
|
|
1307
|
-
"value": "
|
|
1528
|
+
"value": "string"
|
|
1308
1529
|
}
|
|
1309
1530
|
},
|
|
1310
1531
|
{
|
|
1311
|
-
"name": "
|
|
1532
|
+
"name": "containerWidth",
|
|
1312
1533
|
"annotation": {
|
|
1313
|
-
"type": "
|
|
1314
|
-
"
|
|
1315
|
-
"type": "
|
|
1316
|
-
"
|
|
1317
|
-
|
|
1318
|
-
|
|
1319
|
-
},
|
|
1320
|
-
{
|
|
1321
|
-
"name": "bordered",
|
|
1322
|
-
"annotation": {
|
|
1323
|
-
"type": "keyword",
|
|
1324
|
-
"value": "boolean"
|
|
1325
|
-
}
|
|
1326
|
-
},
|
|
1327
|
-
{
|
|
1328
|
-
"name": "hideGroups",
|
|
1329
|
-
"annotation": {
|
|
1330
|
-
"type": "union",
|
|
1331
|
-
"types": [
|
|
1332
|
-
{
|
|
1333
|
-
"type": "keyword",
|
|
1334
|
-
"value": "string"
|
|
1335
|
-
},
|
|
1336
|
-
{
|
|
1337
|
-
"type": "array",
|
|
1338
|
-
"elementType": {
|
|
1339
|
-
"type": "keyword",
|
|
1340
|
-
"value": "string"
|
|
1341
|
-
}
|
|
1534
|
+
"type": "indexedAccess",
|
|
1535
|
+
"objectType": {
|
|
1536
|
+
"type": "reference",
|
|
1537
|
+
"typeName": {
|
|
1538
|
+
"type": "identifier",
|
|
1539
|
+
"name": "CSSProperties"
|
|
1342
1540
|
}
|
|
1343
|
-
]
|
|
1344
|
-
}
|
|
1345
|
-
},
|
|
1346
|
-
{
|
|
1347
|
-
"name": "dataSource",
|
|
1348
|
-
"annotation": {
|
|
1349
|
-
"type": "reference",
|
|
1350
|
-
"typeName": {
|
|
1351
|
-
"type": "identifier",
|
|
1352
|
-
"name": "Record"
|
|
1353
1541
|
},
|
|
1354
|
-
"
|
|
1355
|
-
"type": "
|
|
1356
|
-
"
|
|
1357
|
-
{
|
|
1358
|
-
"type": "keyword",
|
|
1359
|
-
"value": "string"
|
|
1360
|
-
},
|
|
1361
|
-
{
|
|
1362
|
-
"type": "keyword",
|
|
1363
|
-
"value": "unknown"
|
|
1364
|
-
}
|
|
1365
|
-
]
|
|
1542
|
+
"indexType": {
|
|
1543
|
+
"type": "jsLiteral",
|
|
1544
|
+
"value": "width"
|
|
1366
1545
|
}
|
|
1367
1546
|
}
|
|
1368
1547
|
},
|
|
1369
1548
|
{
|
|
1370
|
-
"name": "
|
|
1549
|
+
"name": "fontSize",
|
|
1371
1550
|
"annotation": {
|
|
1372
|
-
"type": "
|
|
1373
|
-
"
|
|
1374
|
-
|
|
1375
|
-
|
|
1376
|
-
"value": "default"
|
|
1377
|
-
},
|
|
1378
|
-
{
|
|
1379
|
-
"type": "jsLiteral",
|
|
1380
|
-
"value": "elevo"
|
|
1381
|
-
}
|
|
1382
|
-
]
|
|
1383
|
-
}
|
|
1384
|
-
}
|
|
1385
|
-
],
|
|
1386
|
-
"events": [],
|
|
1387
|
-
"methods": [],
|
|
1388
|
-
"types": [
|
|
1389
|
-
{
|
|
1390
|
-
"type": "interface",
|
|
1391
|
-
"name": "DescriptionItem",
|
|
1392
|
-
"body": [
|
|
1393
|
-
{
|
|
1394
|
-
"type": "propertySignature",
|
|
1395
|
-
"key": {
|
|
1396
|
-
"type": "identifier",
|
|
1397
|
-
"name": "label"
|
|
1398
|
-
},
|
|
1399
|
-
"annotation": {
|
|
1400
|
-
"type": "keyword",
|
|
1401
|
-
"value": "string"
|
|
1402
|
-
},
|
|
1403
|
-
"computed": false
|
|
1404
|
-
},
|
|
1405
|
-
{
|
|
1406
|
-
"type": "propertySignature",
|
|
1407
|
-
"key": {
|
|
1408
|
-
"type": "identifier",
|
|
1409
|
-
"name": "field"
|
|
1410
|
-
},
|
|
1411
|
-
"annotation": {
|
|
1412
|
-
"type": "keyword",
|
|
1413
|
-
"value": "string"
|
|
1414
|
-
},
|
|
1415
|
-
"optional": true,
|
|
1416
|
-
"computed": false
|
|
1417
|
-
},
|
|
1418
|
-
{
|
|
1419
|
-
"type": "propertySignature",
|
|
1420
|
-
"key": {
|
|
1421
|
-
"type": "identifier",
|
|
1422
|
-
"name": "group"
|
|
1423
|
-
},
|
|
1424
|
-
"annotation": {
|
|
1425
|
-
"type": "keyword",
|
|
1426
|
-
"value": "string"
|
|
1427
|
-
},
|
|
1428
|
-
"optional": true,
|
|
1429
|
-
"computed": false
|
|
1430
|
-
},
|
|
1431
|
-
{
|
|
1432
|
-
"type": "propertySignature",
|
|
1433
|
-
"key": {
|
|
1551
|
+
"type": "indexedAccess",
|
|
1552
|
+
"objectType": {
|
|
1553
|
+
"type": "reference",
|
|
1554
|
+
"typeName": {
|
|
1434
1555
|
"type": "identifier",
|
|
1435
|
-
"name": "
|
|
1436
|
-
}
|
|
1437
|
-
"annotation": {
|
|
1438
|
-
"type": "union",
|
|
1439
|
-
"types": [
|
|
1440
|
-
{
|
|
1441
|
-
"type": "keyword",
|
|
1442
|
-
"value": "string"
|
|
1443
|
-
},
|
|
1444
|
-
{
|
|
1445
|
-
"type": "keyword",
|
|
1446
|
-
"value": "number"
|
|
1447
|
-
}
|
|
1448
|
-
]
|
|
1449
|
-
},
|
|
1450
|
-
"optional": true,
|
|
1451
|
-
"computed": false
|
|
1556
|
+
"name": "CSSProperties"
|
|
1557
|
+
}
|
|
1452
1558
|
},
|
|
1453
|
-
{
|
|
1454
|
-
"type": "
|
|
1455
|
-
"
|
|
1456
|
-
"type": "identifier",
|
|
1457
|
-
"name": "useBrick"
|
|
1458
|
-
},
|
|
1459
|
-
"annotation": {
|
|
1460
|
-
"type": "reference",
|
|
1461
|
-
"typeName": {
|
|
1462
|
-
"type": "identifier",
|
|
1463
|
-
"name": "UseBrickConf"
|
|
1464
|
-
}
|
|
1465
|
-
},
|
|
1466
|
-
"optional": true,
|
|
1467
|
-
"computed": false
|
|
1559
|
+
"indexType": {
|
|
1560
|
+
"type": "jsLiteral",
|
|
1561
|
+
"value": "fontSize"
|
|
1468
1562
|
}
|
|
1469
|
-
|
|
1563
|
+
}
|
|
1470
1564
|
},
|
|
1471
1565
|
{
|
|
1472
|
-
"
|
|
1473
|
-
"name": "Layout",
|
|
1566
|
+
"name": "fontColor",
|
|
1474
1567
|
"annotation": {
|
|
1475
|
-
"type": "
|
|
1476
|
-
"
|
|
1477
|
-
|
|
1478
|
-
|
|
1479
|
-
"
|
|
1480
|
-
|
|
1481
|
-
{
|
|
1482
|
-
"type": "jsLiteral",
|
|
1483
|
-
"value": "vertical"
|
|
1568
|
+
"type": "indexedAccess",
|
|
1569
|
+
"objectType": {
|
|
1570
|
+
"type": "reference",
|
|
1571
|
+
"typeName": {
|
|
1572
|
+
"type": "identifier",
|
|
1573
|
+
"name": "CSSProperties"
|
|
1484
1574
|
}
|
|
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"
|
|
1575
|
+
},
|
|
1576
|
+
"indexType": {
|
|
1577
|
+
"type": "jsLiteral",
|
|
1578
|
+
"value": "color"
|
|
1499
1579
|
}
|
|
1500
1580
|
}
|
|
1501
1581
|
},
|
|
1502
1582
|
{
|
|
1503
|
-
"name": "
|
|
1583
|
+
"name": "speed",
|
|
1504
1584
|
"annotation": {
|
|
1505
1585
|
"type": "keyword",
|
|
1506
|
-
"value": "
|
|
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
|
-
{
|
|
1525
|
-
"type": "keyword",
|
|
1526
|
-
"value": "number"
|
|
1527
|
-
},
|
|
1528
|
-
{
|
|
1529
|
-
"type": "keyword",
|
|
1530
|
-
"value": "number"
|
|
1531
|
-
}
|
|
1532
|
-
]
|
|
1533
|
-
}
|
|
1534
|
-
},
|
|
1535
|
-
{
|
|
1536
|
-
"name": "dividerStyle",
|
|
1537
|
-
"annotation": {
|
|
1538
|
-
"type": "reference",
|
|
1539
|
-
"typeName": {
|
|
1540
|
-
"type": "identifier",
|
|
1541
|
-
"name": "CSSProperties"
|
|
1542
|
-
}
|
|
1586
|
+
"value": "number"
|
|
1543
1587
|
}
|
|
1544
1588
|
}
|
|
1545
1589
|
],
|
|
1546
1590
|
"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"
|
|
1558
|
-
},
|
|
1559
|
-
{
|
|
1560
|
-
"type": "jsLiteral",
|
|
1561
|
-
"value": "center"
|
|
1562
|
-
},
|
|
1563
|
-
{
|
|
1564
|
-
"type": "jsLiteral",
|
|
1565
|
-
"value": "right"
|
|
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"
|
|
1579
|
-
},
|
|
1580
|
-
{
|
|
1581
|
-
"type": "jsLiteral",
|
|
1582
|
-
"value": "vertical"
|
|
1583
|
-
},
|
|
1584
|
-
{
|
|
1585
|
-
"type": "jsLiteral",
|
|
1586
|
-
"value": "radiation"
|
|
1587
|
-
}
|
|
1588
|
-
]
|
|
1589
|
-
}
|
|
1590
|
-
}
|
|
1591
|
-
]
|
|
1591
|
+
"methods": []
|
|
1592
1592
|
},
|
|
1593
1593
|
"eo-pagination": {
|
|
1594
1594
|
"properties": [
|
|
@@ -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
|
{
|
|
@@ -2083,5 +2021,67 @@
|
|
|
2083
2021
|
]
|
|
2084
2022
|
}
|
|
2085
2023
|
]
|
|
2024
|
+
},
|
|
2025
|
+
"eo-code-display": {
|
|
2026
|
+
"properties": [
|
|
2027
|
+
{
|
|
2028
|
+
"name": "value",
|
|
2029
|
+
"annotation": {
|
|
2030
|
+
"type": "keyword",
|
|
2031
|
+
"value": "string"
|
|
2032
|
+
}
|
|
2033
|
+
},
|
|
2034
|
+
{
|
|
2035
|
+
"name": "language",
|
|
2036
|
+
"annotation": {
|
|
2037
|
+
"type": "keyword",
|
|
2038
|
+
"value": "string"
|
|
2039
|
+
}
|
|
2040
|
+
},
|
|
2041
|
+
{
|
|
2042
|
+
"name": "hideLineNumber",
|
|
2043
|
+
"annotation": {
|
|
2044
|
+
"type": "keyword",
|
|
2045
|
+
"value": "boolean"
|
|
2046
|
+
}
|
|
2047
|
+
},
|
|
2048
|
+
{
|
|
2049
|
+
"name": "maxLines",
|
|
2050
|
+
"annotation": {
|
|
2051
|
+
"type": "keyword",
|
|
2052
|
+
"value": "number"
|
|
2053
|
+
}
|
|
2054
|
+
},
|
|
2055
|
+
{
|
|
2056
|
+
"name": "minLines",
|
|
2057
|
+
"annotation": {
|
|
2058
|
+
"type": "keyword",
|
|
2059
|
+
"value": "number"
|
|
2060
|
+
}
|
|
2061
|
+
},
|
|
2062
|
+
{
|
|
2063
|
+
"name": "showCopyButton",
|
|
2064
|
+
"annotation": {
|
|
2065
|
+
"type": "keyword",
|
|
2066
|
+
"value": "boolean"
|
|
2067
|
+
}
|
|
2068
|
+
},
|
|
2069
|
+
{
|
|
2070
|
+
"name": "showExportButton",
|
|
2071
|
+
"annotation": {
|
|
2072
|
+
"type": "keyword",
|
|
2073
|
+
"value": "boolean"
|
|
2074
|
+
}
|
|
2075
|
+
},
|
|
2076
|
+
{
|
|
2077
|
+
"name": "exportFileName",
|
|
2078
|
+
"annotation": {
|
|
2079
|
+
"type": "keyword",
|
|
2080
|
+
"value": "string"
|
|
2081
|
+
}
|
|
2082
|
+
}
|
|
2083
|
+
],
|
|
2084
|
+
"events": [],
|
|
2085
|
+
"methods": []
|
|
2086
2086
|
}
|
|
2087
2087
|
}
|