@ibiz-template/web-theme 1.1.3 → 1.1.4

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.
@@ -169,6 +169,7 @@ declare const _default: {
169
169
  itemStyle: string;
170
170
  itemType: string;
171
171
  layoutPos: {
172
+ grow: number;
172
173
  shrink: number;
173
174
  layout: string;
174
175
  };
@@ -217,6 +217,7 @@ var DETreeGridExView = {
217
217
  "itemStyle": "DEFAULT",
218
218
  "itemType": "CTRLPOS",
219
219
  "layoutPos": {
220
+ "grow": 1,
220
221
  "shrink": 1,
221
222
  "layout": "FLEX"
222
223
  },
@@ -169,6 +169,7 @@ declare const _default: {
169
169
  itemStyle: string;
170
170
  itemType: string;
171
171
  layoutPos: {
172
+ grow: number;
172
173
  shrink: number;
173
174
  layout: string;
174
175
  };
@@ -217,6 +217,7 @@ var DETreeGridView = {
217
217
  "itemStyle": "DEFAULT",
218
218
  "itemType": "CTRLPOS",
219
219
  "layoutPos": {
220
+ "grow": 1,
220
221
  "shrink": 1,
221
222
  "layout": "FLEX"
222
223
  },
@@ -221,6 +221,7 @@ var DETreeGridExView = {
221
221
  "itemStyle": "DEFAULT",
222
222
  "itemType": "CTRLPOS",
223
223
  "layoutPos": {
224
+ "grow": 1,
224
225
  "shrink": 1,
225
226
  "layout": "FLEX"
226
227
  },
@@ -221,6 +221,7 @@ var DETreeGridView = {
221
221
  "itemStyle": "DEFAULT",
222
222
  "itemType": "CTRLPOS",
223
223
  "layoutPos": {
224
+ "grow": 1,
224
225
  "shrink": 1,
225
226
  "layout": "FLEX"
226
227
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ibiz-template/web-theme",
3
- "version": "1.1.3",
3
+ "version": "1.1.4",
4
4
  "type": "module",
5
5
  "main": "lib/index.cjs",
6
6
  "types": "es/index.d.ts",
@@ -216,6 +216,7 @@ export default {
216
216
  "itemStyle": "DEFAULT",
217
217
  "itemType": "CTRLPOS",
218
218
  "layoutPos": {
219
+ "grow": 1,
219
220
  "shrink": 1,
220
221
  "layout": "FLEX"
221
222
  },
@@ -216,6 +216,7 @@ export default {
216
216
  "itemStyle": "DEFAULT",
217
217
  "itemType": "CTRLPOS",
218
218
  "layoutPos": {
219
+ "grow": 1,
219
220
  "shrink": 1,
220
221
  "layout": "FLEX"
221
222
  },