@next-bricks/presentational 1.12.5 → 1.12.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 +23 -23
- package/dist/chunks/7082.77109a1a.js +2 -0
- package/dist/chunks/7082.77109a1a.js.map +1 -0
- package/dist/chunks/{eo-humanize-time.f638634f.js → eo-humanize-time.b5b9d600.js} +2 -2
- package/dist/chunks/eo-humanize-time.b5b9d600.js.map +1 -0
- package/dist/chunks/{main.31905ce9.js → main.4ae13c92.js} +2 -2
- package/dist/chunks/{main.31905ce9.js.map → main.4ae13c92.js.map} +1 -1
- package/dist/examples.json +10 -10
- package/dist/{index.bbce755d.js → index.19b5a9e9.js} +2 -2
- package/dist/{index.bbce755d.js.map → index.19b5a9e9.js.map} +1 -1
- package/dist/manifest.json +151 -151
- package/dist/types.json +352 -352
- package/package.json +2 -2
- package/dist/chunks/7082.bcdbed6b.js +0 -2
- package/dist/chunks/7082.bcdbed6b.js.map +0 -1
- package/dist/chunks/eo-humanize-time.f638634f.js.map +0 -1
package/dist/types.json
CHANGED
|
@@ -1,4 +1,204 @@
|
|
|
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
|
+
"events": [],
|
|
99
|
+
"methods": [],
|
|
100
|
+
"types": [
|
|
101
|
+
{
|
|
102
|
+
"type": "interface",
|
|
103
|
+
"name": "DescriptionItem",
|
|
104
|
+
"body": [
|
|
105
|
+
{
|
|
106
|
+
"type": "propertySignature",
|
|
107
|
+
"key": {
|
|
108
|
+
"type": "identifier",
|
|
109
|
+
"name": "label"
|
|
110
|
+
},
|
|
111
|
+
"annotation": {
|
|
112
|
+
"type": "keyword",
|
|
113
|
+
"value": "string"
|
|
114
|
+
},
|
|
115
|
+
"computed": false
|
|
116
|
+
},
|
|
117
|
+
{
|
|
118
|
+
"type": "propertySignature",
|
|
119
|
+
"key": {
|
|
120
|
+
"type": "identifier",
|
|
121
|
+
"name": "field"
|
|
122
|
+
},
|
|
123
|
+
"annotation": {
|
|
124
|
+
"type": "keyword",
|
|
125
|
+
"value": "string"
|
|
126
|
+
},
|
|
127
|
+
"optional": true,
|
|
128
|
+
"computed": false
|
|
129
|
+
},
|
|
130
|
+
{
|
|
131
|
+
"type": "propertySignature",
|
|
132
|
+
"key": {
|
|
133
|
+
"type": "identifier",
|
|
134
|
+
"name": "group"
|
|
135
|
+
},
|
|
136
|
+
"annotation": {
|
|
137
|
+
"type": "keyword",
|
|
138
|
+
"value": "string"
|
|
139
|
+
},
|
|
140
|
+
"optional": true,
|
|
141
|
+
"computed": false
|
|
142
|
+
},
|
|
143
|
+
{
|
|
144
|
+
"type": "propertySignature",
|
|
145
|
+
"key": {
|
|
146
|
+
"type": "identifier",
|
|
147
|
+
"name": "text"
|
|
148
|
+
},
|
|
149
|
+
"annotation": {
|
|
150
|
+
"type": "union",
|
|
151
|
+
"types": [
|
|
152
|
+
{
|
|
153
|
+
"type": "keyword",
|
|
154
|
+
"value": "string"
|
|
155
|
+
},
|
|
156
|
+
{
|
|
157
|
+
"type": "keyword",
|
|
158
|
+
"value": "number"
|
|
159
|
+
}
|
|
160
|
+
]
|
|
161
|
+
},
|
|
162
|
+
"optional": true,
|
|
163
|
+
"computed": false
|
|
164
|
+
},
|
|
165
|
+
{
|
|
166
|
+
"type": "propertySignature",
|
|
167
|
+
"key": {
|
|
168
|
+
"type": "identifier",
|
|
169
|
+
"name": "useBrick"
|
|
170
|
+
},
|
|
171
|
+
"annotation": {
|
|
172
|
+
"type": "reference",
|
|
173
|
+
"typeName": {
|
|
174
|
+
"type": "identifier",
|
|
175
|
+
"name": "UseBrickConf"
|
|
176
|
+
}
|
|
177
|
+
},
|
|
178
|
+
"optional": true,
|
|
179
|
+
"computed": false
|
|
180
|
+
}
|
|
181
|
+
]
|
|
182
|
+
},
|
|
183
|
+
{
|
|
184
|
+
"type": "typeAlias",
|
|
185
|
+
"name": "Layout",
|
|
186
|
+
"annotation": {
|
|
187
|
+
"type": "union",
|
|
188
|
+
"types": [
|
|
189
|
+
{
|
|
190
|
+
"type": "jsLiteral",
|
|
191
|
+
"value": "horizontal"
|
|
192
|
+
},
|
|
193
|
+
{
|
|
194
|
+
"type": "jsLiteral",
|
|
195
|
+
"value": "vertical"
|
|
196
|
+
}
|
|
197
|
+
]
|
|
198
|
+
}
|
|
199
|
+
}
|
|
200
|
+
]
|
|
201
|
+
},
|
|
2
202
|
"eo-card-item": {
|
|
3
203
|
"properties": [
|
|
4
204
|
{
|
|
@@ -509,279 +709,75 @@
|
|
|
509
709
|
},
|
|
510
710
|
{
|
|
511
711
|
"name": "dashed",
|
|
512
|
-
"annotation": {
|
|
513
|
-
"type": "keyword",
|
|
514
|
-
"value": "boolean"
|
|
515
|
-
}
|
|
516
|
-
},
|
|
517
|
-
{
|
|
518
|
-
"name": "type",
|
|
519
|
-
"annotation": {
|
|
520
|
-
"type": "reference",
|
|
521
|
-
"typeName": {
|
|
522
|
-
"type": "identifier",
|
|
523
|
-
"name": "dividerType"
|
|
524
|
-
}
|
|
525
|
-
}
|
|
526
|
-
},
|
|
527
|
-
{
|
|
528
|
-
"name": "proportion",
|
|
529
|
-
"annotation": {
|
|
530
|
-
"type": "tuple",
|
|
531
|
-
"elementTypes": [
|
|
532
|
-
{
|
|
533
|
-
"type": "keyword",
|
|
534
|
-
"value": "number"
|
|
535
|
-
},
|
|
536
|
-
{
|
|
537
|
-
"type": "keyword",
|
|
538
|
-
"value": "number"
|
|
539
|
-
}
|
|
540
|
-
]
|
|
541
|
-
}
|
|
542
|
-
},
|
|
543
|
-
{
|
|
544
|
-
"name": "dividerStyle",
|
|
545
|
-
"annotation": {
|
|
546
|
-
"type": "reference",
|
|
547
|
-
"typeName": {
|
|
548
|
-
"type": "identifier",
|
|
549
|
-
"name": "CSSProperties"
|
|
550
|
-
}
|
|
551
|
-
}
|
|
552
|
-
}
|
|
553
|
-
],
|
|
554
|
-
"events": [],
|
|
555
|
-
"methods": [],
|
|
556
|
-
"types": [
|
|
557
|
-
{
|
|
558
|
-
"type": "typeAlias",
|
|
559
|
-
"name": "OrientationType",
|
|
560
|
-
"annotation": {
|
|
561
|
-
"type": "union",
|
|
562
|
-
"types": [
|
|
563
|
-
{
|
|
564
|
-
"type": "jsLiteral",
|
|
565
|
-
"value": "left"
|
|
566
|
-
},
|
|
567
|
-
{
|
|
568
|
-
"type": "jsLiteral",
|
|
569
|
-
"value": "center"
|
|
570
|
-
},
|
|
571
|
-
{
|
|
572
|
-
"type": "jsLiteral",
|
|
573
|
-
"value": "right"
|
|
574
|
-
}
|
|
575
|
-
]
|
|
576
|
-
}
|
|
577
|
-
},
|
|
578
|
-
{
|
|
579
|
-
"type": "typeAlias",
|
|
580
|
-
"name": "dividerType",
|
|
581
|
-
"annotation": {
|
|
582
|
-
"type": "union",
|
|
583
|
-
"types": [
|
|
584
|
-
{
|
|
585
|
-
"type": "jsLiteral",
|
|
586
|
-
"value": "horizontal"
|
|
587
|
-
},
|
|
588
|
-
{
|
|
589
|
-
"type": "jsLiteral",
|
|
590
|
-
"value": "vertical"
|
|
591
|
-
},
|
|
592
|
-
{
|
|
593
|
-
"type": "jsLiteral",
|
|
594
|
-
"value": "radiation"
|
|
595
|
-
}
|
|
596
|
-
]
|
|
597
|
-
}
|
|
598
|
-
}
|
|
599
|
-
]
|
|
600
|
-
},
|
|
601
|
-
"eo-descriptions": {
|
|
602
|
-
"properties": [
|
|
603
|
-
{
|
|
604
|
-
"name": "descriptionTitle",
|
|
605
|
-
"annotation": {
|
|
606
|
-
"type": "keyword",
|
|
607
|
-
"value": "string"
|
|
608
|
-
}
|
|
609
|
-
},
|
|
610
|
-
{
|
|
611
|
-
"name": "list",
|
|
612
|
-
"annotation": {
|
|
613
|
-
"type": "array",
|
|
614
|
-
"elementType": {
|
|
615
|
-
"type": "reference",
|
|
616
|
-
"typeName": {
|
|
617
|
-
"type": "identifier",
|
|
618
|
-
"name": "DescriptionItem"
|
|
619
|
-
}
|
|
620
|
-
}
|
|
621
|
-
}
|
|
622
|
-
},
|
|
623
|
-
{
|
|
624
|
-
"name": "showCard",
|
|
625
|
-
"annotation": {
|
|
626
|
-
"type": "keyword",
|
|
627
|
-
"value": "boolean"
|
|
628
|
-
}
|
|
629
|
-
},
|
|
630
|
-
{
|
|
631
|
-
"name": "column",
|
|
632
|
-
"annotation": {
|
|
633
|
-
"type": "keyword",
|
|
634
|
-
"value": "number"
|
|
635
|
-
}
|
|
636
|
-
},
|
|
637
|
-
{
|
|
638
|
-
"name": "layout",
|
|
639
|
-
"annotation": {
|
|
640
|
-
"type": "reference",
|
|
641
|
-
"typeName": {
|
|
642
|
-
"type": "identifier",
|
|
643
|
-
"name": "Layout"
|
|
644
|
-
}
|
|
645
|
-
}
|
|
646
|
-
},
|
|
647
|
-
{
|
|
648
|
-
"name": "bordered",
|
|
649
|
-
"annotation": {
|
|
650
|
-
"type": "keyword",
|
|
651
|
-
"value": "boolean"
|
|
652
|
-
}
|
|
653
|
-
},
|
|
654
|
-
{
|
|
655
|
-
"name": "hideGroups",
|
|
656
|
-
"annotation": {
|
|
657
|
-
"type": "union",
|
|
658
|
-
"types": [
|
|
659
|
-
{
|
|
660
|
-
"type": "keyword",
|
|
661
|
-
"value": "string"
|
|
662
|
-
},
|
|
663
|
-
{
|
|
664
|
-
"type": "array",
|
|
665
|
-
"elementType": {
|
|
666
|
-
"type": "keyword",
|
|
667
|
-
"value": "string"
|
|
668
|
-
}
|
|
669
|
-
}
|
|
670
|
-
]
|
|
671
|
-
}
|
|
672
|
-
},
|
|
673
|
-
{
|
|
674
|
-
"name": "dataSource",
|
|
675
|
-
"annotation": {
|
|
676
|
-
"type": "reference",
|
|
677
|
-
"typeName": {
|
|
678
|
-
"type": "identifier",
|
|
679
|
-
"name": "Record"
|
|
680
|
-
},
|
|
681
|
-
"typeParameters": {
|
|
682
|
-
"type": "typeParameterInstantiation",
|
|
683
|
-
"params": [
|
|
684
|
-
{
|
|
685
|
-
"type": "keyword",
|
|
686
|
-
"value": "string"
|
|
687
|
-
},
|
|
688
|
-
{
|
|
689
|
-
"type": "keyword",
|
|
690
|
-
"value": "unknown"
|
|
691
|
-
}
|
|
692
|
-
]
|
|
693
|
-
}
|
|
694
|
-
}
|
|
695
|
-
}
|
|
696
|
-
],
|
|
697
|
-
"events": [],
|
|
698
|
-
"methods": [],
|
|
699
|
-
"types": [
|
|
700
|
-
{
|
|
701
|
-
"type": "interface",
|
|
702
|
-
"name": "DescriptionItem",
|
|
703
|
-
"body": [
|
|
704
|
-
{
|
|
705
|
-
"type": "propertySignature",
|
|
706
|
-
"key": {
|
|
707
|
-
"type": "identifier",
|
|
708
|
-
"name": "label"
|
|
709
|
-
},
|
|
710
|
-
"annotation": {
|
|
711
|
-
"type": "keyword",
|
|
712
|
-
"value": "string"
|
|
713
|
-
},
|
|
714
|
-
"computed": false
|
|
715
|
-
},
|
|
716
|
-
{
|
|
717
|
-
"type": "propertySignature",
|
|
718
|
-
"key": {
|
|
719
|
-
"type": "identifier",
|
|
720
|
-
"name": "field"
|
|
721
|
-
},
|
|
722
|
-
"annotation": {
|
|
723
|
-
"type": "keyword",
|
|
724
|
-
"value": "string"
|
|
725
|
-
},
|
|
726
|
-
"optional": true,
|
|
727
|
-
"computed": false
|
|
728
|
-
},
|
|
729
|
-
{
|
|
730
|
-
"type": "propertySignature",
|
|
731
|
-
"key": {
|
|
732
|
-
"type": "identifier",
|
|
733
|
-
"name": "group"
|
|
734
|
-
},
|
|
735
|
-
"annotation": {
|
|
736
|
-
"type": "keyword",
|
|
737
|
-
"value": "string"
|
|
738
|
-
},
|
|
739
|
-
"optional": true,
|
|
740
|
-
"computed": false
|
|
741
|
-
},
|
|
742
|
-
{
|
|
743
|
-
"type": "propertySignature",
|
|
744
|
-
"key": {
|
|
745
|
-
"type": "identifier",
|
|
746
|
-
"name": "text"
|
|
747
|
-
},
|
|
748
|
-
"annotation": {
|
|
749
|
-
"type": "union",
|
|
750
|
-
"types": [
|
|
751
|
-
{
|
|
752
|
-
"type": "keyword",
|
|
753
|
-
"value": "string"
|
|
754
|
-
},
|
|
755
|
-
{
|
|
756
|
-
"type": "keyword",
|
|
757
|
-
"value": "number"
|
|
758
|
-
}
|
|
759
|
-
]
|
|
712
|
+
"annotation": {
|
|
713
|
+
"type": "keyword",
|
|
714
|
+
"value": "boolean"
|
|
715
|
+
}
|
|
716
|
+
},
|
|
717
|
+
{
|
|
718
|
+
"name": "type",
|
|
719
|
+
"annotation": {
|
|
720
|
+
"type": "reference",
|
|
721
|
+
"typeName": {
|
|
722
|
+
"type": "identifier",
|
|
723
|
+
"name": "dividerType"
|
|
724
|
+
}
|
|
725
|
+
}
|
|
726
|
+
},
|
|
727
|
+
{
|
|
728
|
+
"name": "proportion",
|
|
729
|
+
"annotation": {
|
|
730
|
+
"type": "tuple",
|
|
731
|
+
"elementTypes": [
|
|
732
|
+
{
|
|
733
|
+
"type": "keyword",
|
|
734
|
+
"value": "number"
|
|
760
735
|
},
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
|
|
736
|
+
{
|
|
737
|
+
"type": "keyword",
|
|
738
|
+
"value": "number"
|
|
739
|
+
}
|
|
740
|
+
]
|
|
741
|
+
}
|
|
742
|
+
},
|
|
743
|
+
{
|
|
744
|
+
"name": "dividerStyle",
|
|
745
|
+
"annotation": {
|
|
746
|
+
"type": "reference",
|
|
747
|
+
"typeName": {
|
|
748
|
+
"type": "identifier",
|
|
749
|
+
"name": "CSSProperties"
|
|
750
|
+
}
|
|
751
|
+
}
|
|
752
|
+
}
|
|
753
|
+
],
|
|
754
|
+
"events": [],
|
|
755
|
+
"methods": [],
|
|
756
|
+
"types": [
|
|
757
|
+
{
|
|
758
|
+
"type": "typeAlias",
|
|
759
|
+
"name": "OrientationType",
|
|
760
|
+
"annotation": {
|
|
761
|
+
"type": "union",
|
|
762
|
+
"types": [
|
|
763
|
+
{
|
|
764
|
+
"type": "jsLiteral",
|
|
765
|
+
"value": "left"
|
|
769
766
|
},
|
|
770
|
-
|
|
771
|
-
"type": "
|
|
772
|
-
"
|
|
773
|
-
"type": "identifier",
|
|
774
|
-
"name": "UseBrickConf"
|
|
775
|
-
}
|
|
767
|
+
{
|
|
768
|
+
"type": "jsLiteral",
|
|
769
|
+
"value": "center"
|
|
776
770
|
},
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
|
|
780
|
-
|
|
771
|
+
{
|
|
772
|
+
"type": "jsLiteral",
|
|
773
|
+
"value": "right"
|
|
774
|
+
}
|
|
775
|
+
]
|
|
776
|
+
}
|
|
781
777
|
},
|
|
782
778
|
{
|
|
783
779
|
"type": "typeAlias",
|
|
784
|
-
"name": "
|
|
780
|
+
"name": "dividerType",
|
|
785
781
|
"annotation": {
|
|
786
782
|
"type": "union",
|
|
787
783
|
"types": [
|
|
@@ -792,6 +788,10 @@
|
|
|
792
788
|
{
|
|
793
789
|
"type": "jsLiteral",
|
|
794
790
|
"value": "vertical"
|
|
791
|
+
},
|
|
792
|
+
{
|
|
793
|
+
"type": "jsLiteral",
|
|
794
|
+
"value": "radiation"
|
|
795
795
|
}
|
|
796
796
|
]
|
|
797
797
|
}
|
|
@@ -1463,29 +1463,6 @@
|
|
|
1463
1463
|
}
|
|
1464
1464
|
]
|
|
1465
1465
|
},
|
|
1466
|
-
"eo-current-time": {
|
|
1467
|
-
"properties": [
|
|
1468
|
-
{
|
|
1469
|
-
"name": "format",
|
|
1470
|
-
"annotation": {
|
|
1471
|
-
"type": "keyword",
|
|
1472
|
-
"value": "string"
|
|
1473
|
-
}
|
|
1474
|
-
},
|
|
1475
|
-
{
|
|
1476
|
-
"name": "icon",
|
|
1477
|
-
"annotation": {
|
|
1478
|
-
"type": "reference",
|
|
1479
|
-
"typeName": {
|
|
1480
|
-
"type": "identifier",
|
|
1481
|
-
"name": "GeneralIconProps"
|
|
1482
|
-
}
|
|
1483
|
-
}
|
|
1484
|
-
}
|
|
1485
|
-
],
|
|
1486
|
-
"events": [],
|
|
1487
|
-
"methods": []
|
|
1488
|
-
},
|
|
1489
1466
|
"eo-carousel-text": {
|
|
1490
1467
|
"properties": [
|
|
1491
1468
|
{
|
|
@@ -1557,6 +1534,29 @@
|
|
|
1557
1534
|
"events": [],
|
|
1558
1535
|
"methods": []
|
|
1559
1536
|
},
|
|
1537
|
+
"eo-current-time": {
|
|
1538
|
+
"properties": [
|
|
1539
|
+
{
|
|
1540
|
+
"name": "format",
|
|
1541
|
+
"annotation": {
|
|
1542
|
+
"type": "keyword",
|
|
1543
|
+
"value": "string"
|
|
1544
|
+
}
|
|
1545
|
+
},
|
|
1546
|
+
{
|
|
1547
|
+
"name": "icon",
|
|
1548
|
+
"annotation": {
|
|
1549
|
+
"type": "reference",
|
|
1550
|
+
"typeName": {
|
|
1551
|
+
"type": "identifier",
|
|
1552
|
+
"name": "GeneralIconProps"
|
|
1553
|
+
}
|
|
1554
|
+
}
|
|
1555
|
+
}
|
|
1556
|
+
],
|
|
1557
|
+
"events": [],
|
|
1558
|
+
"methods": []
|
|
1559
|
+
},
|
|
1560
1560
|
"eo-alert": {
|
|
1561
1561
|
"properties": [
|
|
1562
1562
|
{
|
|
@@ -1860,68 +1860,6 @@
|
|
|
1860
1860
|
}
|
|
1861
1861
|
]
|
|
1862
1862
|
},
|
|
1863
|
-
"eo-code-display": {
|
|
1864
|
-
"properties": [
|
|
1865
|
-
{
|
|
1866
|
-
"name": "value",
|
|
1867
|
-
"annotation": {
|
|
1868
|
-
"type": "keyword",
|
|
1869
|
-
"value": "string"
|
|
1870
|
-
}
|
|
1871
|
-
},
|
|
1872
|
-
{
|
|
1873
|
-
"name": "language",
|
|
1874
|
-
"annotation": {
|
|
1875
|
-
"type": "keyword",
|
|
1876
|
-
"value": "string"
|
|
1877
|
-
}
|
|
1878
|
-
},
|
|
1879
|
-
{
|
|
1880
|
-
"name": "hideLineNumber",
|
|
1881
|
-
"annotation": {
|
|
1882
|
-
"type": "keyword",
|
|
1883
|
-
"value": "boolean"
|
|
1884
|
-
}
|
|
1885
|
-
},
|
|
1886
|
-
{
|
|
1887
|
-
"name": "maxLines",
|
|
1888
|
-
"annotation": {
|
|
1889
|
-
"type": "keyword",
|
|
1890
|
-
"value": "number"
|
|
1891
|
-
}
|
|
1892
|
-
},
|
|
1893
|
-
{
|
|
1894
|
-
"name": "minLines",
|
|
1895
|
-
"annotation": {
|
|
1896
|
-
"type": "keyword",
|
|
1897
|
-
"value": "number"
|
|
1898
|
-
}
|
|
1899
|
-
},
|
|
1900
|
-
{
|
|
1901
|
-
"name": "showCopyButton",
|
|
1902
|
-
"annotation": {
|
|
1903
|
-
"type": "keyword",
|
|
1904
|
-
"value": "boolean"
|
|
1905
|
-
}
|
|
1906
|
-
},
|
|
1907
|
-
{
|
|
1908
|
-
"name": "showExportButton",
|
|
1909
|
-
"annotation": {
|
|
1910
|
-
"type": "keyword",
|
|
1911
|
-
"value": "boolean"
|
|
1912
|
-
}
|
|
1913
|
-
},
|
|
1914
|
-
{
|
|
1915
|
-
"name": "exportFileName",
|
|
1916
|
-
"annotation": {
|
|
1917
|
-
"type": "keyword",
|
|
1918
|
-
"value": "string"
|
|
1919
|
-
}
|
|
1920
|
-
}
|
|
1921
|
-
],
|
|
1922
|
-
"events": [],
|
|
1923
|
-
"methods": []
|
|
1924
|
-
},
|
|
1925
1863
|
"eo-humanize-time": {
|
|
1926
1864
|
"properties": [
|
|
1927
1865
|
{
|
|
@@ -2050,5 +1988,67 @@
|
|
|
2050
1988
|
]
|
|
2051
1989
|
}
|
|
2052
1990
|
]
|
|
1991
|
+
},
|
|
1992
|
+
"eo-code-display": {
|
|
1993
|
+
"properties": [
|
|
1994
|
+
{
|
|
1995
|
+
"name": "value",
|
|
1996
|
+
"annotation": {
|
|
1997
|
+
"type": "keyword",
|
|
1998
|
+
"value": "string"
|
|
1999
|
+
}
|
|
2000
|
+
},
|
|
2001
|
+
{
|
|
2002
|
+
"name": "language",
|
|
2003
|
+
"annotation": {
|
|
2004
|
+
"type": "keyword",
|
|
2005
|
+
"value": "string"
|
|
2006
|
+
}
|
|
2007
|
+
},
|
|
2008
|
+
{
|
|
2009
|
+
"name": "hideLineNumber",
|
|
2010
|
+
"annotation": {
|
|
2011
|
+
"type": "keyword",
|
|
2012
|
+
"value": "boolean"
|
|
2013
|
+
}
|
|
2014
|
+
},
|
|
2015
|
+
{
|
|
2016
|
+
"name": "maxLines",
|
|
2017
|
+
"annotation": {
|
|
2018
|
+
"type": "keyword",
|
|
2019
|
+
"value": "number"
|
|
2020
|
+
}
|
|
2021
|
+
},
|
|
2022
|
+
{
|
|
2023
|
+
"name": "minLines",
|
|
2024
|
+
"annotation": {
|
|
2025
|
+
"type": "keyword",
|
|
2026
|
+
"value": "number"
|
|
2027
|
+
}
|
|
2028
|
+
},
|
|
2029
|
+
{
|
|
2030
|
+
"name": "showCopyButton",
|
|
2031
|
+
"annotation": {
|
|
2032
|
+
"type": "keyword",
|
|
2033
|
+
"value": "boolean"
|
|
2034
|
+
}
|
|
2035
|
+
},
|
|
2036
|
+
{
|
|
2037
|
+
"name": "showExportButton",
|
|
2038
|
+
"annotation": {
|
|
2039
|
+
"type": "keyword",
|
|
2040
|
+
"value": "boolean"
|
|
2041
|
+
}
|
|
2042
|
+
},
|
|
2043
|
+
{
|
|
2044
|
+
"name": "exportFileName",
|
|
2045
|
+
"annotation": {
|
|
2046
|
+
"type": "keyword",
|
|
2047
|
+
"value": "string"
|
|
2048
|
+
}
|
|
2049
|
+
}
|
|
2050
|
+
],
|
|
2051
|
+
"events": [],
|
|
2052
|
+
"methods": []
|
|
2053
2053
|
}
|
|
2054
2054
|
}
|