@ibiz-template/web-theme 1.0.23 → 1.0.24

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.
@@ -91,7 +91,7 @@ var AppIndexViewLayout_TOP = {
91
91
  "itemStyle": "DEFAULT",
92
92
  "itemType": "RAWITEM",
93
93
  "layoutPos": {
94
- "shrink": 1,
94
+ "shrink": 0,
95
95
  "layout": "FLEX"
96
96
  },
97
97
  "showCaption": true,
@@ -358,7 +358,7 @@ var AppIndexViewLayout_TOP = {
358
358
  "itemStyle": "DEFAULT",
359
359
  "itemType": "CONTAINER",
360
360
  "layoutPos": {
361
- "shrink": 1,
361
+ "shrink": 0,
362
362
  "layout": "FLEX"
363
363
  },
364
364
  "id": "container"
@@ -95,6 +95,7 @@ declare const _default: {
95
95
  showCaption: boolean;
96
96
  id: string;
97
97
  panelItems?: undefined;
98
+ predefinedType?: undefined;
98
99
  layout?: undefined;
99
100
  dataRegionType?: undefined;
100
101
  } | {
@@ -150,6 +151,7 @@ declare const _default: {
150
151
  width: number;
151
152
  id: string;
152
153
  }[];
154
+ predefinedType: string;
153
155
  layout: {
154
156
  align: string;
155
157
  dir: string;
@@ -158,20 +160,20 @@ declare const _default: {
158
160
  };
159
161
  dataRegionType: string;
160
162
  caption: string;
161
- contentHeight: number;
162
- height: number;
163
163
  itemStyle: string;
164
164
  itemType: string;
165
165
  layoutPos: {
166
166
  shrink: number;
167
- height: number;
168
- heightMode: string;
169
167
  layout: string;
170
168
  widthMode: string;
169
+ height?: undefined;
170
+ heightMode?: undefined;
171
171
  grow?: undefined;
172
172
  };
173
173
  id: string;
174
174
  rawItem?: undefined;
175
+ contentHeight?: undefined;
176
+ height?: undefined;
175
177
  showCaption?: undefined;
176
178
  } | {
177
179
  panelItems: {
@@ -218,6 +220,7 @@ declare const _default: {
218
220
  id: string;
219
221
  rawItem?: undefined;
220
222
  showCaption?: undefined;
223
+ predefinedType?: undefined;
221
224
  } | {
222
225
  caption: string;
223
226
  itemStyle: string;
@@ -236,6 +239,7 @@ declare const _default: {
236
239
  contentHeight?: undefined;
237
240
  height?: undefined;
238
241
  panelItems?: undefined;
242
+ predefinedType?: undefined;
239
243
  layout?: undefined;
240
244
  dataRegionType?: undefined;
241
245
  })[];
@@ -343,6 +343,7 @@ var AppIndexViewLayout = {
343
343
  "id": "container5"
344
344
  }
345
345
  ],
346
+ "predefinedType": "INDEX_ACTIONS",
346
347
  "layout": {
347
348
  "align": "space-around",
348
349
  "dir": "row",
@@ -351,14 +352,10 @@ var AppIndexViewLayout = {
351
352
  },
352
353
  "dataRegionType": "INHERIT",
353
354
  "caption": "\u5BB9\u5668",
354
- "contentHeight": 76,
355
- "height": 76,
356
355
  "itemStyle": "DEFAULT",
357
356
  "itemType": "CONTAINER",
358
357
  "layoutPos": {
359
358
  "shrink": 0,
360
- "height": 76,
361
- "heightMode": "PX",
362
359
  "layout": "FLEX",
363
360
  "widthMode": "FULL"
364
361
  },
@@ -95,7 +95,7 @@ var AppIndexViewLayout_TOP = {
95
95
  "itemStyle": "DEFAULT",
96
96
  "itemType": "RAWITEM",
97
97
  "layoutPos": {
98
- "shrink": 1,
98
+ "shrink": 0,
99
99
  "layout": "FLEX"
100
100
  },
101
101
  "showCaption": true,
@@ -362,7 +362,7 @@ var AppIndexViewLayout_TOP = {
362
362
  "itemStyle": "DEFAULT",
363
363
  "itemType": "CONTAINER",
364
364
  "layoutPos": {
365
- "shrink": 1,
365
+ "shrink": 0,
366
366
  "layout": "FLEX"
367
367
  },
368
368
  "id": "container"
@@ -347,6 +347,7 @@ var AppIndexViewLayout = {
347
347
  "id": "container5"
348
348
  }
349
349
  ],
350
+ "predefinedType": "INDEX_ACTIONS",
350
351
  "layout": {
351
352
  "align": "space-around",
352
353
  "dir": "row",
@@ -355,14 +356,10 @@ var AppIndexViewLayout = {
355
356
  },
356
357
  "dataRegionType": "INHERIT",
357
358
  "caption": "\u5BB9\u5668",
358
- "contentHeight": 76,
359
- "height": 76,
360
359
  "itemStyle": "DEFAULT",
361
360
  "itemType": "CONTAINER",
362
361
  "layoutPos": {
363
362
  "shrink": 0,
364
- "height": 76,
365
- "heightMode": "PX",
366
363
  "layout": "FLEX",
367
364
  "widthMode": "FULL"
368
365
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ibiz-template/web-theme",
3
- "version": "1.0.23",
3
+ "version": "1.0.24",
4
4
  "type": "module",
5
5
  "main": "lib/index.cjs",
6
6
  "types": "es/index.d.ts",