@blueprintui/grid
Advanced tools
Comparing version 1.9.0 to 1.9.1
@@ -111,3 +111,4 @@ { | ||
"name": "#columnItems", | ||
"privacy": "private" | ||
"privacy": "private", | ||
"readonly": true | ||
}, | ||
@@ -331,3 +332,4 @@ { | ||
"name": "#hostGrid", | ||
"privacy": "private" | ||
"privacy": "private", | ||
"readonly": true | ||
}, | ||
@@ -578,3 +580,4 @@ { | ||
"kind": "field", | ||
"name": "placeholder" | ||
"name": "placeholder", | ||
"readonly": true | ||
}, | ||
@@ -591,3 +594,4 @@ { | ||
"kind": "field", | ||
"name": "footer" | ||
"name": "footer", | ||
"readonly": true | ||
}, | ||
@@ -604,3 +608,4 @@ { | ||
"kind": "field", | ||
"name": "rows" | ||
"name": "rows", | ||
"readonly": true | ||
}, | ||
@@ -617,3 +622,4 @@ { | ||
"kind": "field", | ||
"name": "columns" | ||
"name": "columns", | ||
"readonly": true | ||
}, | ||
@@ -630,3 +636,4 @@ { | ||
"kind": "field", | ||
"name": "cells" | ||
"name": "cells", | ||
"readonly": true | ||
}, | ||
@@ -646,3 +653,4 @@ { | ||
"text": "HTMLElement[][]" | ||
} | ||
}, | ||
"readonly": true | ||
}, | ||
@@ -660,3 +668,4 @@ { | ||
"kind": "field", | ||
"name": "isStatic" | ||
"name": "isStatic", | ||
"readonly": true | ||
}, | ||
@@ -827,3 +836,4 @@ { | ||
"name": "gridLayoutControllerConfig", | ||
"privacy": "private" | ||
"privacy": "private", | ||
"readonly": true | ||
}, | ||
@@ -844,3 +854,4 @@ { | ||
"text": "HTMLElement[][]" | ||
} | ||
}, | ||
"readonly": true | ||
}, | ||
@@ -850,3 +861,4 @@ { | ||
"name": "keyNavGrid", | ||
"privacy": "private" | ||
"privacy": "private", | ||
"readonly": true | ||
}, | ||
@@ -1063,3 +1075,4 @@ { | ||
"name": "#columns", | ||
"privacy": "private" | ||
"privacy": "private", | ||
"readonly": true | ||
}, | ||
@@ -1069,3 +1082,4 @@ { | ||
"name": "#config", | ||
"privacy": "private" | ||
"privacy": "private", | ||
"readonly": true | ||
}, | ||
@@ -1075,3 +1089,4 @@ { | ||
"name": "#visibleColumns", | ||
"privacy": "private" | ||
"privacy": "private", | ||
"readonly": true | ||
}, | ||
@@ -1081,3 +1096,4 @@ { | ||
"name": "#lastVisibleColumn", | ||
"privacy": "private" | ||
"privacy": "private", | ||
"readonly": true | ||
}, | ||
@@ -1084,0 +1100,0 @@ { |
{ | ||
"name": "@blueprintui/grid", | ||
"version": "1.9.0", | ||
"version": "1.9.1", | ||
"main": "./index.js", | ||
@@ -5,0 +5,0 @@ "module": "./index.js", |
104824
2648