@revolist/revogrid 3.1.6 → 3.1.8
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-element/index.js +3 -0
- package/dist/cjs/revo-grid_11.cjs.entry.js +3 -0
- package/dist/collection/components/revo-grid/revo-grid.js +4 -1
- package/dist/esm/revo-grid_11.entry.js +3 -0
- package/dist/esm-es5/revo-grid_11.entry.js +1 -1
- package/dist/revo-grid/revo-grid_11.entry.js +1 -1
- package/dist/revo-grid/revo-grid_11.system.entry.js +1 -1
- package/dist/types/components.d.ts +2 -2
- package/package.json +1 -1
|
@@ -183,7 +183,7 @@ export namespace Components {
|
|
|
183
183
|
/**
|
|
184
184
|
* Defines stretch strategy for columns with @StretchColumn plugin if there are more space on the right last column size would be increased
|
|
185
185
|
*/
|
|
186
|
-
"stretch": boolean|string;
|
|
186
|
+
"stretch": boolean | string;
|
|
187
187
|
/**
|
|
188
188
|
* Theme name
|
|
189
189
|
*/
|
|
@@ -647,7 +647,7 @@ declare namespace LocalJSX {
|
|
|
647
647
|
/**
|
|
648
648
|
* Defines stretch strategy for columns with @StretchColumn plugin if there are more space on the right last column size would be increased
|
|
649
649
|
*/
|
|
650
|
-
"stretch"?: boolean|string;
|
|
650
|
+
"stretch"?: boolean | string;
|
|
651
651
|
/**
|
|
652
652
|
* Theme name
|
|
653
653
|
*/
|