@blueprintui/grid 1.9.0 → 1.9.1
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/custom-elements.json +32 -16
- package/package.json +1 -1
package/custom-elements.json
CHANGED
|
@@ -108,7 +108,8 @@
|
|
|
108
108
|
{
|
|
109
109
|
"kind": "field",
|
|
110
110
|
"name": "#columnItems",
|
|
111
|
-
"privacy": "private"
|
|
111
|
+
"privacy": "private",
|
|
112
|
+
"readonly": true
|
|
112
113
|
},
|
|
113
114
|
{
|
|
114
115
|
"kind": "method",
|
|
@@ -327,7 +328,8 @@
|
|
|
327
328
|
{
|
|
328
329
|
"kind": "field",
|
|
329
330
|
"name": "#hostGrid",
|
|
330
|
-
"privacy": "private"
|
|
331
|
+
"privacy": "private",
|
|
332
|
+
"readonly": true
|
|
331
333
|
},
|
|
332
334
|
{
|
|
333
335
|
"kind": "method",
|
|
@@ -573,7 +575,8 @@
|
|
|
573
575
|
},
|
|
574
576
|
{
|
|
575
577
|
"kind": "field",
|
|
576
|
-
"name": "placeholder"
|
|
578
|
+
"name": "placeholder",
|
|
579
|
+
"readonly": true
|
|
577
580
|
},
|
|
578
581
|
{
|
|
579
582
|
"kind": "field",
|
|
@@ -585,7 +588,8 @@
|
|
|
585
588
|
},
|
|
586
589
|
{
|
|
587
590
|
"kind": "field",
|
|
588
|
-
"name": "footer"
|
|
591
|
+
"name": "footer",
|
|
592
|
+
"readonly": true
|
|
589
593
|
},
|
|
590
594
|
{
|
|
591
595
|
"kind": "field",
|
|
@@ -597,7 +601,8 @@
|
|
|
597
601
|
},
|
|
598
602
|
{
|
|
599
603
|
"kind": "field",
|
|
600
|
-
"name": "rows"
|
|
604
|
+
"name": "rows",
|
|
605
|
+
"readonly": true
|
|
601
606
|
},
|
|
602
607
|
{
|
|
603
608
|
"kind": "field",
|
|
@@ -609,7 +614,8 @@
|
|
|
609
614
|
},
|
|
610
615
|
{
|
|
611
616
|
"kind": "field",
|
|
612
|
-
"name": "columns"
|
|
617
|
+
"name": "columns",
|
|
618
|
+
"readonly": true
|
|
613
619
|
},
|
|
614
620
|
{
|
|
615
621
|
"kind": "field",
|
|
@@ -621,7 +627,8 @@
|
|
|
621
627
|
},
|
|
622
628
|
{
|
|
623
629
|
"kind": "field",
|
|
624
|
-
"name": "cells"
|
|
630
|
+
"name": "cells",
|
|
631
|
+
"readonly": true
|
|
625
632
|
},
|
|
626
633
|
{
|
|
627
634
|
"kind": "field",
|
|
@@ -636,7 +643,8 @@
|
|
|
636
643
|
"name": "grid",
|
|
637
644
|
"type": {
|
|
638
645
|
"text": "HTMLElement[][]"
|
|
639
|
-
}
|
|
646
|
+
},
|
|
647
|
+
"readonly": true
|
|
640
648
|
},
|
|
641
649
|
{
|
|
642
650
|
"kind": "field",
|
|
@@ -649,7 +657,8 @@
|
|
|
649
657
|
},
|
|
650
658
|
{
|
|
651
659
|
"kind": "field",
|
|
652
|
-
"name": "isStatic"
|
|
660
|
+
"name": "isStatic",
|
|
661
|
+
"readonly": true
|
|
653
662
|
},
|
|
654
663
|
{
|
|
655
664
|
"kind": "method",
|
|
@@ -815,7 +824,8 @@
|
|
|
815
824
|
{
|
|
816
825
|
"kind": "field",
|
|
817
826
|
"name": "gridLayoutControllerConfig",
|
|
818
|
-
"privacy": "private"
|
|
827
|
+
"privacy": "private",
|
|
828
|
+
"readonly": true
|
|
819
829
|
},
|
|
820
830
|
{
|
|
821
831
|
"kind": "field",
|
|
@@ -831,12 +841,14 @@
|
|
|
831
841
|
"name": "grid",
|
|
832
842
|
"type": {
|
|
833
843
|
"text": "HTMLElement[][]"
|
|
834
|
-
}
|
|
844
|
+
},
|
|
845
|
+
"readonly": true
|
|
835
846
|
},
|
|
836
847
|
{
|
|
837
848
|
"kind": "field",
|
|
838
849
|
"name": "keyNavGrid",
|
|
839
|
-
"privacy": "private"
|
|
850
|
+
"privacy": "private",
|
|
851
|
+
"readonly": true
|
|
840
852
|
},
|
|
841
853
|
{
|
|
842
854
|
"kind": "field",
|
|
@@ -1048,22 +1060,26 @@
|
|
|
1048
1060
|
{
|
|
1049
1061
|
"kind": "field",
|
|
1050
1062
|
"name": "#columns",
|
|
1051
|
-
"privacy": "private"
|
|
1063
|
+
"privacy": "private",
|
|
1064
|
+
"readonly": true
|
|
1052
1065
|
},
|
|
1053
1066
|
{
|
|
1054
1067
|
"kind": "field",
|
|
1055
1068
|
"name": "#config",
|
|
1056
|
-
"privacy": "private"
|
|
1069
|
+
"privacy": "private",
|
|
1070
|
+
"readonly": true
|
|
1057
1071
|
},
|
|
1058
1072
|
{
|
|
1059
1073
|
"kind": "field",
|
|
1060
1074
|
"name": "#visibleColumns",
|
|
1061
|
-
"privacy": "private"
|
|
1075
|
+
"privacy": "private",
|
|
1076
|
+
"readonly": true
|
|
1062
1077
|
},
|
|
1063
1078
|
{
|
|
1064
1079
|
"kind": "field",
|
|
1065
1080
|
"name": "#lastVisibleColumn",
|
|
1066
|
-
"privacy": "private"
|
|
1081
|
+
"privacy": "private",
|
|
1082
|
+
"readonly": true
|
|
1067
1083
|
},
|
|
1068
1084
|
{
|
|
1069
1085
|
"kind": "method",
|