@ibiz-template/web-theme 1.1.12 → 1.1.13

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.
@@ -148,6 +148,7 @@ declare const _default: {
148
148
  itemStyle: string;
149
149
  itemType: string;
150
150
  layoutPos: {
151
+ grow: number;
151
152
  shrink: number;
152
153
  layout: string;
153
154
  };
@@ -233,6 +233,7 @@ var DETABSEARCHVIEW = {
233
233
  "itemStyle": "DEFAULT",
234
234
  "itemType": "RAWITEM",
235
235
  "layoutPos": {
236
+ "grow": 1,
236
237
  "shrink": 1,
237
238
  "layout": "FLEX"
238
239
  },
@@ -237,6 +237,7 @@ var DETABSEARCHVIEW = {
237
237
  "itemStyle": "DEFAULT",
238
238
  "itemType": "RAWITEM",
239
239
  "layoutPos": {
240
+ "grow": 1,
240
241
  "shrink": 1,
241
242
  "layout": "FLEX"
242
243
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ibiz-template/web-theme",
3
- "version": "1.1.12",
3
+ "version": "1.1.13",
4
4
  "type": "module",
5
5
  "main": "lib/index.cjs",
6
6
  "types": "es/index.d.ts",
@@ -232,6 +232,7 @@ export default {
232
232
  "itemStyle": "DEFAULT",
233
233
  "itemType": "RAWITEM",
234
234
  "layoutPos": {
235
+ "grow": 1,
235
236
  "shrink": 1,
236
237
  "layout": "FLEX"
237
238
  },