@ibiz-template/web-theme 1.1.18 → 1.1.19

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.
@@ -113,6 +113,7 @@ declare const _default: {
113
113
  layoutPos: {
114
114
  grow: number;
115
115
  shrink: number;
116
+ heightMode: string;
116
117
  layout: string;
117
118
  };
118
119
  showCaption: boolean;
@@ -188,6 +188,7 @@ var DEEdit2View = {
188
188
  "layoutPos": {
189
189
  "grow": 1,
190
190
  "shrink": 1,
191
+ "heightMode": "FULL",
191
192
  "layout": "FLEX"
192
193
  },
193
194
  "showCaption": true,
@@ -195,7 +195,9 @@ declare const _default: {
195
195
  itemType: string;
196
196
  layoutPos: {
197
197
  shrink: number;
198
+ heightMode: string;
198
199
  layout: string;
200
+ widthMode: string;
199
201
  };
200
202
  showCaption: boolean;
201
203
  id: string;
@@ -260,7 +260,9 @@ var DETreeView = {
260
260
  "itemType": "CTRLPOS",
261
261
  "layoutPos": {
262
262
  "shrink": 1,
263
- "layout": "FLEX"
263
+ "heightMode": "FULL",
264
+ "layout": "FLEX",
265
+ "widthMode": "FULL"
264
266
  },
265
267
  "showCaption": true,
266
268
  "id": "tree"
@@ -192,6 +192,7 @@ var DEEdit2View = {
192
192
  "layoutPos": {
193
193
  "grow": 1,
194
194
  "shrink": 1,
195
+ "heightMode": "FULL",
195
196
  "layout": "FLEX"
196
197
  },
197
198
  "showCaption": true,
@@ -264,7 +264,9 @@ var DETreeView = {
264
264
  "itemType": "CTRLPOS",
265
265
  "layoutPos": {
266
266
  "shrink": 1,
267
- "layout": "FLEX"
267
+ "heightMode": "FULL",
268
+ "layout": "FLEX",
269
+ "widthMode": "FULL"
268
270
  },
269
271
  "showCaption": true,
270
272
  "id": "tree"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ibiz-template/web-theme",
3
- "version": "1.1.18",
3
+ "version": "1.1.19",
4
4
  "type": "module",
5
5
  "main": "lib/index.cjs",
6
6
  "types": "es/index.d.ts",
@@ -187,6 +187,7 @@ export default {
187
187
  "layoutPos": {
188
188
  "grow": 1,
189
189
  "shrink": 1,
190
+ "heightMode": "FULL",
190
191
  "layout": "FLEX"
191
192
  },
192
193
  "showCaption": true,
@@ -259,7 +259,9 @@ export default {
259
259
  "itemType": "CTRLPOS",
260
260
  "layoutPos": {
261
261
  "shrink": 1,
262
- "layout": "FLEX"
262
+ "heightMode": "FULL",
263
+ "layout": "FLEX",
264
+ "widthMode": "FULL"
263
265
  },
264
266
  "showCaption": true,
265
267
  "id": "tree"