@next-bricks/presentational 1.12.3 → 1.12.5

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.
Files changed (32) hide show
  1. package/dist/bricks.json +12 -12
  2. package/dist/chunks/4185.a12b48a8.js +3 -0
  3. package/dist/chunks/4185.a12b48a8.js.map +1 -0
  4. package/dist/chunks/{7082.d6a7b628.js → 7082.bcdbed6b.js} +2 -2
  5. package/dist/chunks/{7082.d6a7b628.js.map → 7082.bcdbed6b.js.map} +1 -1
  6. package/dist/chunks/{eo-card-item.e7f1e7e4.js → eo-card-item.d2b19a47.js} +3 -3
  7. package/dist/chunks/{eo-card-item.e7f1e7e4.js.map → eo-card-item.d2b19a47.js.map} +1 -1
  8. package/dist/chunks/{eo-descriptions.ff76ecc8.js → eo-descriptions.2d616ee9.js} +3 -3
  9. package/dist/chunks/{eo-descriptions.ff76ecc8.js.map → eo-descriptions.2d616ee9.js.map} +1 -1
  10. package/dist/chunks/{eo-info-card-item.b348374e.js → eo-info-card-item.95316172.js} +3 -3
  11. package/dist/chunks/{eo-info-card-item.b348374e.js.map → eo-info-card-item.95316172.js.map} +1 -1
  12. package/dist/chunks/{eo-loading-step.505b64b4.js → eo-loading-step.f1c3cda6.js} +3 -3
  13. package/dist/chunks/{eo-loading-step.505b64b4.js.map → eo-loading-step.f1c3cda6.js.map} +1 -1
  14. package/dist/chunks/main.31905ce9.js +2 -0
  15. package/dist/chunks/main.31905ce9.js.map +1 -0
  16. package/dist/examples.json +6 -6
  17. package/dist/index.bbce755d.js +2 -0
  18. package/dist/index.bbce755d.js.map +1 -0
  19. package/dist/manifest.json +118 -118
  20. package/dist/types.json +370 -370
  21. package/package.json +3 -3
  22. package/dist/chunks/4185.d75ff5bd.js +0 -3
  23. package/dist/chunks/4185.d75ff5bd.js.map +0 -1
  24. package/dist/chunks/main.66e9c68e.js +0 -2
  25. package/dist/chunks/main.66e9c68e.js.map +0 -1
  26. package/dist/index.0254377f.js +0 -2
  27. package/dist/index.0254377f.js.map +0 -1
  28. /package/dist/chunks/{4185.d75ff5bd.js.LICENSE.txt → 4185.a12b48a8.js.LICENSE.txt} +0 -0
  29. /package/dist/chunks/{eo-card-item.e7f1e7e4.js.LICENSE.txt → eo-card-item.d2b19a47.js.LICENSE.txt} +0 -0
  30. /package/dist/chunks/{eo-descriptions.ff76ecc8.js.LICENSE.txt → eo-descriptions.2d616ee9.js.LICENSE.txt} +0 -0
  31. /package/dist/chunks/{eo-info-card-item.b348374e.js.LICENSE.txt → eo-info-card-item.95316172.js.LICENSE.txt} +0 -0
  32. /package/dist/chunks/{eo-loading-step.505b64b4.js.LICENSE.txt → eo-loading-step.f1c3cda6.js.LICENSE.txt} +0 -0
package/dist/types.json CHANGED
@@ -1,204 +1,4 @@
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
- },
202
2
  "eo-card-item": {
203
3
  "properties": [
204
4
  {
@@ -627,20 +427,297 @@
627
427
  "type": "keyword",
628
428
  "value": "string"
629
429
  },
630
- "optional": true,
430
+ "optional": true,
431
+ "computed": false
432
+ }
433
+ ]
434
+ },
435
+ {
436
+ "type": "interface",
437
+ "name": "TagConfig",
438
+ "body": [
439
+ {
440
+ "type": "propertySignature",
441
+ "key": {
442
+ "type": "identifier",
443
+ "name": "text"
444
+ },
445
+ "annotation": {
446
+ "type": "keyword",
447
+ "value": "string"
448
+ },
449
+ "optional": true,
450
+ "computed": false
451
+ },
452
+ {
453
+ "type": "propertySignature",
454
+ "key": {
455
+ "type": "identifier",
456
+ "name": "icon"
457
+ },
458
+ "annotation": {
459
+ "type": "reference",
460
+ "typeName": {
461
+ "type": "identifier",
462
+ "name": "GeneralIconProps"
463
+ }
464
+ },
465
+ "optional": true,
466
+ "computed": false
467
+ },
468
+ {
469
+ "type": "propertySignature",
470
+ "key": {
471
+ "type": "identifier",
472
+ "name": "bgColor"
473
+ },
474
+ "annotation": {
475
+ "type": "keyword",
476
+ "value": "string"
477
+ },
478
+ "optional": true,
479
+ "computed": false
480
+ },
481
+ {
482
+ "type": "propertySignature",
483
+ "key": {
484
+ "type": "identifier",
485
+ "name": "color"
486
+ },
487
+ "annotation": {
488
+ "type": "keyword",
489
+ "value": "string"
490
+ },
491
+ "optional": true,
492
+ "computed": false
493
+ }
494
+ ]
495
+ }
496
+ ]
497
+ },
498
+ "eo-divider": {
499
+ "properties": [
500
+ {
501
+ "name": "orientation",
502
+ "annotation": {
503
+ "type": "reference",
504
+ "typeName": {
505
+ "type": "identifier",
506
+ "name": "OrientationType"
507
+ }
508
+ }
509
+ },
510
+ {
511
+ "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
+ },
631
714
  "computed": false
632
- }
633
- ]
634
- },
635
- {
636
- "type": "interface",
637
- "name": "TagConfig",
638
- "body": [
715
+ },
639
716
  {
640
717
  "type": "propertySignature",
641
718
  "key": {
642
719
  "type": "identifier",
643
- "name": "text"
720
+ "name": "field"
644
721
  },
645
722
  "annotation": {
646
723
  "type": "keyword",
@@ -653,14 +730,11 @@
653
730
  "type": "propertySignature",
654
731
  "key": {
655
732
  "type": "identifier",
656
- "name": "icon"
733
+ "name": "group"
657
734
  },
658
735
  "annotation": {
659
- "type": "reference",
660
- "typeName": {
661
- "type": "identifier",
662
- "name": "GeneralIconProps"
663
- }
736
+ "type": "keyword",
737
+ "value": "string"
664
738
  },
665
739
  "optional": true,
666
740
  "computed": false
@@ -669,11 +743,20 @@
669
743
  "type": "propertySignature",
670
744
  "key": {
671
745
  "type": "identifier",
672
- "name": "bgColor"
746
+ "name": "text"
673
747
  },
674
748
  "annotation": {
675
- "type": "keyword",
676
- "value": "string"
749
+ "type": "union",
750
+ "types": [
751
+ {
752
+ "type": "keyword",
753
+ "value": "string"
754
+ },
755
+ {
756
+ "type": "keyword",
757
+ "value": "number"
758
+ }
759
+ ]
677
760
  },
678
761
  "optional": true,
679
762
  "computed": false
@@ -682,102 +765,23 @@
682
765
  "type": "propertySignature",
683
766
  "key": {
684
767
  "type": "identifier",
685
- "name": "color"
768
+ "name": "useBrick"
686
769
  },
687
770
  "annotation": {
688
- "type": "keyword",
689
- "value": "string"
771
+ "type": "reference",
772
+ "typeName": {
773
+ "type": "identifier",
774
+ "name": "UseBrickConf"
775
+ }
690
776
  },
691
777
  "optional": true,
692
778
  "computed": false
693
779
  }
694
780
  ]
695
- }
696
- ]
697
- },
698
- "eo-divider": {
699
- "properties": [
700
- {
701
- "name": "orientation",
702
- "annotation": {
703
- "type": "reference",
704
- "typeName": {
705
- "type": "identifier",
706
- "name": "OrientationType"
707
- }
708
- }
709
- },
710
- {
711
- "name": "dashed",
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"
735
- },
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"
766
- },
767
- {
768
- "type": "jsLiteral",
769
- "value": "center"
770
- },
771
- {
772
- "type": "jsLiteral",
773
- "value": "right"
774
- }
775
- ]
776
- }
777
781
  },
778
782
  {
779
783
  "type": "typeAlias",
780
- "name": "dividerType",
784
+ "name": "Layout",
781
785
  "annotation": {
782
786
  "type": "union",
783
787
  "types": [
@@ -788,10 +792,6 @@
788
792
  {
789
793
  "type": "jsLiteral",
790
794
  "value": "vertical"
791
- },
792
- {
793
- "type": "jsLiteral",
794
- "value": "radiation"
795
795
  }
796
796
  ]
797
797
  }
@@ -1667,68 +1667,6 @@
1667
1667
  }
1668
1668
  ]
1669
1669
  },
1670
- "eo-code-display": {
1671
- "properties": [
1672
- {
1673
- "name": "value",
1674
- "annotation": {
1675
- "type": "keyword",
1676
- "value": "string"
1677
- }
1678
- },
1679
- {
1680
- "name": "language",
1681
- "annotation": {
1682
- "type": "keyword",
1683
- "value": "string"
1684
- }
1685
- },
1686
- {
1687
- "name": "hideLineNumber",
1688
- "annotation": {
1689
- "type": "keyword",
1690
- "value": "boolean"
1691
- }
1692
- },
1693
- {
1694
- "name": "maxLines",
1695
- "annotation": {
1696
- "type": "keyword",
1697
- "value": "number"
1698
- }
1699
- },
1700
- {
1701
- "name": "minLines",
1702
- "annotation": {
1703
- "type": "keyword",
1704
- "value": "number"
1705
- }
1706
- },
1707
- {
1708
- "name": "showCopyButton",
1709
- "annotation": {
1710
- "type": "keyword",
1711
- "value": "boolean"
1712
- }
1713
- },
1714
- {
1715
- "name": "showExportButton",
1716
- "annotation": {
1717
- "type": "keyword",
1718
- "value": "boolean"
1719
- }
1720
- },
1721
- {
1722
- "name": "exportFileName",
1723
- "annotation": {
1724
- "type": "keyword",
1725
- "value": "string"
1726
- }
1727
- }
1728
- ],
1729
- "events": [],
1730
- "methods": []
1731
- },
1732
1670
  "eo-pagination": {
1733
1671
  "properties": [
1734
1672
  {
@@ -1922,6 +1860,68 @@
1922
1860
  }
1923
1861
  ]
1924
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
1925
  "eo-humanize-time": {
1926
1926
  "properties": [
1927
1927
  {