@ibiz-template/web-theme 1.1.16 → 1.1.17

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.
@@ -112,6 +112,7 @@ declare const _default: {
112
112
  itemStyle: string;
113
113
  itemType: string;
114
114
  layoutPos: {
115
+ grow: number;
115
116
  shrink: number;
116
117
  layout: string;
117
118
  };
@@ -185,6 +185,7 @@ var DEOptView = {
185
185
  "itemStyle": "DEFAULT",
186
186
  "itemType": "CTRLPOS",
187
187
  "layoutPos": {
188
+ "grow": 1,
188
189
  "shrink": 1,
189
190
  "layout": "FLEX"
190
191
  },
@@ -189,6 +189,7 @@ var DEOptView = {
189
189
  "itemStyle": "DEFAULT",
190
190
  "itemType": "CTRLPOS",
191
191
  "layoutPos": {
192
+ "grow": 1,
192
193
  "shrink": 1,
193
194
  "layout": "FLEX"
194
195
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ibiz-template/web-theme",
3
- "version": "1.1.16",
3
+ "version": "1.1.17",
4
4
  "type": "module",
5
5
  "main": "lib/index.cjs",
6
6
  "types": "es/index.d.ts",
@@ -184,6 +184,7 @@ export default {
184
184
  "itemStyle": "DEFAULT",
185
185
  "itemType": "CTRLPOS",
186
186
  "layoutPos": {
187
+ "grow": 1,
187
188
  "shrink": 1,
188
189
  "layout": "FLEX"
189
190
  },