@ibiz-template/web-theme 1.1.22 → 1.1.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.
@@ -92,19 +92,27 @@ declare const _default: {
92
92
  layoutPos: {
93
93
  shrink: number;
94
94
  layout: string;
95
+ height?: undefined;
96
+ heightMode?: undefined;
95
97
  };
96
98
  showCaption: boolean;
97
99
  id: string;
100
+ contentHeight?: undefined;
101
+ height?: undefined;
98
102
  actionGroupExtractMode?: undefined;
99
103
  panelItems?: undefined;
100
104
  layout?: undefined;
101
105
  dataRegionType?: undefined;
102
106
  } | {
103
107
  caption: string;
108
+ contentHeight: number;
109
+ height: number;
104
110
  itemStyle: string;
105
111
  itemType: string;
106
112
  layoutPos: {
107
113
  shrink: number;
114
+ height: number;
115
+ heightMode: string;
108
116
  layout: string;
109
117
  };
110
118
  showCaption: boolean;
@@ -320,10 +328,14 @@ declare const _default: {
320
328
  layoutPos: {
321
329
  shrink: number;
322
330
  layout: string;
331
+ height?: undefined;
332
+ heightMode?: undefined;
323
333
  };
324
334
  id: string;
325
335
  rawItem?: undefined;
326
336
  showCaption?: undefined;
337
+ contentHeight?: undefined;
338
+ height?: undefined;
327
339
  })[];
328
340
  predefinedType: string;
329
341
  layout: {
@@ -104,10 +104,14 @@ var AppIndexViewLayout_TOP = {
104
104
  },
105
105
  {
106
106
  "caption": "\u9996\u9875\u83DC\u5355",
107
+ "contentHeight": 56,
108
+ "height": 56,
107
109
  "itemStyle": "DEFAULT",
108
110
  "itemType": "CTRLPOS",
109
111
  "layoutPos": {
110
112
  "shrink": 1,
113
+ "height": 56,
114
+ "heightMode": "PX",
111
115
  "layout": "FLEX"
112
116
  },
113
117
  "showCaption": true,
@@ -94,6 +94,7 @@ declare const _default: {
94
94
  height: number;
95
95
  heightMode: string;
96
96
  layout: string;
97
+ spacingBottom: string;
97
98
  widthMode: string;
98
99
  grow?: undefined;
99
100
  };
@@ -101,9 +102,86 @@ declare const _default: {
101
102
  id: string;
102
103
  actionGroupExtractMode?: undefined;
103
104
  panelItems?: undefined;
105
+ layout?: undefined;
106
+ dataRegionType?: undefined;
104
107
  predefinedType?: undefined;
108
+ } | {
109
+ rawItem: {
110
+ predefinedType: string;
111
+ rawItemHeight: number;
112
+ id: string;
113
+ };
114
+ caption: string;
115
+ contentHeight: number;
116
+ height: number;
117
+ itemStyle: string;
118
+ itemType: string;
119
+ layoutPos: {
120
+ shrink: number;
121
+ height: number;
122
+ heightMode: string;
123
+ layout: string;
124
+ widthMode: string;
125
+ spacingBottom?: undefined;
126
+ grow?: undefined;
127
+ };
128
+ showCaption: boolean;
129
+ id: string;
130
+ actionGroupExtractMode?: undefined;
131
+ panelItems?: undefined;
105
132
  layout?: undefined;
106
133
  dataRegionType?: undefined;
134
+ predefinedType?: undefined;
135
+ } | {
136
+ actionGroupExtractMode: string;
137
+ panelItems: {
138
+ rawItem: {
139
+ caption: string;
140
+ halign: string;
141
+ renderMode: string;
142
+ valign: string;
143
+ wrapMode: string;
144
+ contentType: string;
145
+ predefinedType: string;
146
+ id: string;
147
+ };
148
+ caption: string;
149
+ itemStyle: string;
150
+ itemType: string;
151
+ layoutPos: {
152
+ shrink: number;
153
+ heightMode: string;
154
+ layout: string;
155
+ widthMode: string;
156
+ };
157
+ showCaption: boolean;
158
+ id: string;
159
+ }[];
160
+ layout: {
161
+ align: string;
162
+ layout: string;
163
+ valign: string;
164
+ dir?: undefined;
165
+ };
166
+ dataRegionType: string;
167
+ caption: string;
168
+ itemStyle: string;
169
+ itemType: string;
170
+ layoutPos: {
171
+ shrink: number;
172
+ layout: string;
173
+ widthMode: string;
174
+ height?: undefined;
175
+ heightMode?: undefined;
176
+ spacingBottom?: undefined;
177
+ grow?: undefined;
178
+ };
179
+ id: string;
180
+ rawItem?: undefined;
181
+ contentHeight?: undefined;
182
+ height?: undefined;
183
+ showCaption?: undefined;
184
+ predefinedType?: undefined;
107
185
  } | {
108
186
  actionGroupExtractMode: string;
109
187
  panelItems: {
@@ -172,6 +250,7 @@ declare const _default: {
172
250
  widthMode: string;
173
251
  height?: undefined;
174
252
  heightMode?: undefined;
253
+ spacingBottom?: undefined;
175
254
  grow?: undefined;
176
255
  };
177
256
  id: string;
@@ -179,53 +258,6 @@ declare const _default: {
179
258
  contentHeight?: undefined;
180
259
  height?: undefined;
181
260
  showCaption?: undefined;
182
- } | {
183
- actionGroupExtractMode: string;
184
- panelItems: {
185
- rawItem: {
186
- caption: string;
187
- halign: string;
188
- renderMode: string;
189
- valign: string;
190
- wrapMode: string;
191
- contentType: string;
192
- predefinedType: string;
193
- id: string;
194
- };
195
- caption: string;
196
- itemStyle: string;
197
- itemType: string;
198
- layoutPos: {
199
- shrink: number;
200
- layout: string;
201
- };
202
- showCaption: boolean;
203
- id: string;
204
- }[];
205
- layout: {
206
- align: string;
207
- layout: string;
208
- valign: string;
209
- dir?: undefined;
210
- };
211
- dataRegionType: string;
212
- caption: string;
213
- contentHeight: number;
214
- height: number;
215
- itemStyle: string;
216
- itemType: string;
217
- layoutPos: {
218
- shrink: number;
219
- height: number;
220
- heightMode: string;
221
- layout: string;
222
- widthMode: string;
223
- grow?: undefined;
224
- };
225
- id: string;
226
- rawItem?: undefined;
227
- showCaption?: undefined;
228
- predefinedType?: undefined;
229
261
  } | {
230
262
  caption: string;
231
263
  itemStyle: string;
@@ -237,6 +269,7 @@ declare const _default: {
237
269
  widthMode: string;
238
270
  height?: undefined;
239
271
  heightMode?: undefined;
272
+ spacingBottom?: undefined;
240
273
  };
241
274
  showCaption: boolean;
242
275
  id: string;
@@ -245,9 +278,9 @@ declare const _default: {
245
278
  height?: undefined;
246
279
  actionGroupExtractMode?: undefined;
247
280
  panelItems?: undefined;
248
- predefinedType?: undefined;
249
281
  layout?: undefined;
250
282
  dataRegionType?: undefined;
283
+ predefinedType?: undefined;
251
284
  })[];
252
285
  predefinedType: string;
253
286
  layout: {
@@ -90,19 +90,20 @@ var AppIndexViewLayout = {
90
90
  {
91
91
  "rawItem": {
92
92
  "predefinedType": "APP_APPTITLE",
93
- "rawItemHeight": 90,
93
+ "rawItemHeight": 80,
94
94
  "id": "app_apptitle"
95
95
  },
96
96
  "caption": "\u5E94\u7528\u6807\u9898",
97
- "contentHeight": 90,
98
- "height": 90,
97
+ "contentHeight": 80,
98
+ "height": 80,
99
99
  "itemStyle": "DEFAULT",
100
100
  "itemType": "RAWITEM",
101
101
  "layoutPos": {
102
102
  "shrink": 0,
103
- "height": 90,
103
+ "height": 80,
104
104
  "heightMode": "PX",
105
105
  "layout": "FLEX",
106
+ "spacingBottom": "OUTERSMALL",
106
107
  "widthMode": "FULL"
107
108
  },
108
109
  "showCaption": true,
@@ -111,17 +112,17 @@ var AppIndexViewLayout = {
111
112
  {
112
113
  "rawItem": {
113
114
  "predefinedType": "AUTH_USERINFO",
114
- "rawItemHeight": 68,
115
+ "rawItemHeight": 72,
115
116
  "id": "auth_userinfo"
116
117
  },
117
118
  "caption": "\u7528\u6237\u4FE1\u606F",
118
- "contentHeight": 68,
119
- "height": 68,
119
+ "contentHeight": 72,
120
+ "height": 72,
120
121
  "itemStyle": "DEFAULT",
121
122
  "itemType": "RAWITEM",
122
123
  "layoutPos": {
123
124
  "shrink": 0,
124
- "height": 68,
125
+ "height": 72,
125
126
  "heightMode": "PX",
126
127
  "layout": "FLEX",
127
128
  "widthMode": "FULL"
@@ -129,6 +130,49 @@ var AppIndexViewLayout = {
129
130
  "showCaption": true,
130
131
  "id": "auth_userinfo"
131
132
  },
133
+ {
134
+ "actionGroupExtractMode": "ITEM",
135
+ "panelItems": [
136
+ {
137
+ "rawItem": {
138
+ "caption": "\u6587\u672C\u5185\u5BB9",
139
+ "halign": "LEFT",
140
+ "renderMode": "TEXT",
141
+ "valign": "MIDDLE",
142
+ "wrapMode": "NOWRAP",
143
+ "contentType": "RAW",
144
+ "predefinedType": "INDEX_VIEW_SEARCH",
145
+ "id": "index_view_search"
146
+ },
147
+ "caption": "\u641C\u7D22\u680F",
148
+ "itemStyle": "DEFAULT",
149
+ "itemType": "RAWITEM",
150
+ "layoutPos": {
151
+ "shrink": 1,
152
+ "heightMode": "FULL",
153
+ "layout": "FLEX",
154
+ "widthMode": "FULL"
155
+ },
156
+ "showCaption": true,
157
+ "id": "index_view_search"
158
+ }
159
+ ],
160
+ "layout": {
161
+ "align": "center",
162
+ "layout": "FLEX",
163
+ "valign": "center"
164
+ },
165
+ "dataRegionType": "INHERIT",
166
+ "caption": "\u5BB9\u5668",
167
+ "itemStyle": "DEFAULT",
168
+ "itemType": "CONTAINER",
169
+ "layoutPos": {
170
+ "shrink": 0,
171
+ "layout": "FLEX",
172
+ "widthMode": "FULL"
173
+ },
174
+ "id": "container"
175
+ },
132
176
  {
133
177
  "actionGroupExtractMode": "ITEM",
134
178
  "panelItems": [
@@ -167,20 +211,20 @@ var AppIndexViewLayout = {
167
211
  },
168
212
  "dataRegionType": "INHERIT",
169
213
  "caption": "\u5BB9\u5668",
170
- "contentHeight": 48,
171
- "contentWidth": 48,
172
- "height": 48,
214
+ "contentHeight": 32,
215
+ "contentWidth": 32,
216
+ "height": 32,
173
217
  "itemStyle": "DEFAULT",
174
218
  "itemType": "CONTAINER",
175
219
  "layoutPos": {
176
220
  "shrink": 1,
177
- "height": 48,
221
+ "height": 32,
178
222
  "heightMode": "PX",
179
223
  "layout": "FLEX",
180
- "width": 48,
224
+ "width": 32,
181
225
  "widthMode": "PX"
182
226
  },
183
- "width": 48,
227
+ "width": 32,
184
228
  "id": "container1"
185
229
  },
186
230
  {
@@ -218,20 +262,20 @@ var AppIndexViewLayout = {
218
262
  },
219
263
  "dataRegionType": "INHERIT",
220
264
  "caption": "\u5BB9\u5668",
221
- "contentHeight": 48,
222
- "contentWidth": 48,
223
- "height": 48,
265
+ "contentHeight": 32,
266
+ "contentWidth": 32,
267
+ "height": 32,
224
268
  "itemStyle": "DEFAULT",
225
269
  "itemType": "CONTAINER",
226
270
  "layoutPos": {
227
271
  "shrink": 1,
228
- "height": 48,
272
+ "height": 32,
229
273
  "heightMode": "PX",
230
274
  "layout": "FLEX",
231
- "width": 48,
275
+ "width": 32,
232
276
  "widthMode": "PX"
233
277
  },
234
- "width": 48,
278
+ "width": 32,
235
279
  "id": "container2"
236
280
  },
237
281
  {
@@ -269,20 +313,20 @@ var AppIndexViewLayout = {
269
313
  },
270
314
  "dataRegionType": "INHERIT",
271
315
  "caption": "\u5BB9\u5668",
272
- "contentHeight": 48,
273
- "contentWidth": 48,
274
- "height": 48,
316
+ "contentHeight": 32,
317
+ "contentWidth": 32,
318
+ "height": 32,
275
319
  "itemStyle": "DEFAULT",
276
320
  "itemType": "CONTAINER",
277
321
  "layoutPos": {
278
322
  "shrink": 1,
279
- "height": 48,
323
+ "height": 32,
280
324
  "heightMode": "PX",
281
325
  "layout": "FLEX",
282
- "width": 48,
326
+ "width": 32,
283
327
  "widthMode": "PX"
284
328
  },
285
- "width": 48,
329
+ "width": 32,
286
330
  "id": "container3"
287
331
  },
288
332
  {
@@ -320,20 +364,20 @@ var AppIndexViewLayout = {
320
364
  },
321
365
  "dataRegionType": "INHERIT",
322
366
  "caption": "\u5BB9\u5668",
323
- "contentHeight": 48,
324
- "contentWidth": 48,
325
- "height": 48,
367
+ "contentHeight": 32,
368
+ "contentWidth": 32,
369
+ "height": 32,
326
370
  "itemStyle": "DEFAULT",
327
371
  "itemType": "CONTAINER",
328
372
  "layoutPos": {
329
373
  "shrink": 1,
330
- "height": 48,
374
+ "height": 32,
331
375
  "heightMode": "PX",
332
376
  "layout": "FLEX",
333
- "width": 48,
377
+ "width": 32,
334
378
  "widthMode": "PX"
335
379
  },
336
- "width": 48,
380
+ "width": 32,
337
381
  "id": "container5"
338
382
  }
339
383
  ],
@@ -355,51 +399,6 @@ var AppIndexViewLayout = {
355
399
  },
356
400
  "id": "indexactions"
357
401
  },
358
- {
359
- "actionGroupExtractMode": "ITEM",
360
- "panelItems": [
361
- {
362
- "rawItem": {
363
- "caption": "\u6587\u672C\u5185\u5BB9",
364
- "halign": "LEFT",
365
- "renderMode": "TEXT",
366
- "valign": "MIDDLE",
367
- "wrapMode": "NOWRAP",
368
- "contentType": "RAW",
369
- "predefinedType": "INDEX_VIEW_SEARCH",
370
- "id": "index_view_search"
371
- },
372
- "caption": "\u641C\u7D22\u680F",
373
- "itemStyle": "DEFAULT",
374
- "itemType": "RAWITEM",
375
- "layoutPos": {
376
- "shrink": 1,
377
- "layout": "FLEX"
378
- },
379
- "showCaption": true,
380
- "id": "index_view_search"
381
- }
382
- ],
383
- "layout": {
384
- "align": "center",
385
- "layout": "FLEX",
386
- "valign": "center"
387
- },
388
- "dataRegionType": "INHERIT",
389
- "caption": "\u5BB9\u5668",
390
- "contentHeight": 52,
391
- "height": 52,
392
- "itemStyle": "DEFAULT",
393
- "itemType": "CONTAINER",
394
- "layoutPos": {
395
- "shrink": 0,
396
- "height": 52,
397
- "heightMode": "PX",
398
- "layout": "FLEX",
399
- "widthMode": "FULL"
400
- },
401
- "id": "container"
402
- },
403
402
  {
404
403
  "caption": "\u9996\u9875\u83DC\u5355",
405
404
  "itemStyle": "DEFAULT",