@ibiz-template/web-theme 1.1.5 → 1.1.7

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.
@@ -170,9 +170,9 @@ var AppIndexViewLayout_NO_NAV = {
170
170
  "buttonType": "PANELBUTTON",
171
171
  "buttonWidth": 48,
172
172
  "renderMode": "BUTTON",
173
- "tooltip": "\u6309\u94AE",
173
+ "tooltip": "\u656C\u8BF7\u671F\u5F85",
174
174
  "uiactionTarget": "NONE",
175
- "caption": "\u6309\u94AE",
175
+ "caption": "\u656C\u8BF7\u671F\u5F85",
176
176
  "contentHeight": 48,
177
177
  "contentWidth": 48,
178
178
  "height": 48,
@@ -224,9 +224,9 @@ var AppIndexViewLayout_NO_NAV = {
224
224
  "buttonType": "PANELBUTTON",
225
225
  "buttonWidth": 48,
226
226
  "renderMode": "BUTTON",
227
- "tooltip": "\u6309\u94AE",
227
+ "tooltip": "\u656C\u8BF7\u671F\u5F85",
228
228
  "uiactionTarget": "NONE",
229
- "caption": "\u6309\u94AE",
229
+ "caption": "\u656C\u8BF7\u671F\u5F85",
230
230
  "contentHeight": 48,
231
231
  "contentWidth": 48,
232
232
  "height": 48,
@@ -278,9 +278,9 @@ var AppIndexViewLayout_NO_NAV = {
278
278
  "buttonType": "PANELBUTTON",
279
279
  "buttonWidth": 48,
280
280
  "renderMode": "BUTTON",
281
- "tooltip": "\u6309\u94AE",
281
+ "tooltip": "\u656C\u8BF7\u671F\u5F85",
282
282
  "uiactionTarget": "NONE",
283
- "caption": "\u6309\u94AE",
283
+ "caption": "\u656C\u8BF7\u671F\u5F85",
284
284
  "contentHeight": 48,
285
285
  "contentWidth": 48,
286
286
  "height": 48,
@@ -132,7 +132,62 @@ declare const _default: {
132
132
  };
133
133
  id: string;
134
134
  } | {
135
- panelItems: {
135
+ panelItems: ({
136
+ panelItems: {
137
+ rawItem: {
138
+ sysImage: {
139
+ imagePath: string;
140
+ imagePathX: string;
141
+ };
142
+ contentType: string;
143
+ predefinedType: string;
144
+ rawItemHeight: number;
145
+ rawItemWidth: number;
146
+ id: string;
147
+ };
148
+ caption: string;
149
+ contentHeight: number;
150
+ contentWidth: number;
151
+ height: number;
152
+ itemStyle: string;
153
+ itemType: string;
154
+ layoutPos: {
155
+ shrink: number;
156
+ height: number;
157
+ heightMode: string;
158
+ layout: string;
159
+ width: number;
160
+ widthMode: string;
161
+ };
162
+ sysImage: {
163
+ imagePath: string;
164
+ imagePathX: string;
165
+ };
166
+ width: number;
167
+ showCaption: boolean;
168
+ id: string;
169
+ }[];
170
+ layout: {
171
+ align: string;
172
+ dir: string;
173
+ layout: string;
174
+ valign: string;
175
+ };
176
+ dataRegionType: string;
177
+ caption: string;
178
+ contentWidth: number;
179
+ itemStyle: string;
180
+ itemType: string;
181
+ layoutPos: {
182
+ shrink: number;
183
+ heightMode: string;
184
+ layout: string;
185
+ width: number;
186
+ widthMode: string;
187
+ };
188
+ width: number;
189
+ id: string;
190
+ } | {
136
191
  panelItems: {
137
192
  actionType: string;
138
193
  buttonStyle: string;
@@ -155,6 +210,9 @@ declare const _default: {
155
210
  }[];
156
211
  layout: {
157
212
  layout: string;
213
+ align?: undefined;
214
+ dir?: undefined;
215
+ valign?: undefined;
158
216
  };
159
217
  dataRegionType: string;
160
218
  caption: string;
@@ -163,9 +221,14 @@ declare const _default: {
163
221
  layoutPos: {
164
222
  shrink: number;
165
223
  layout: string;
224
+ heightMode?: undefined;
225
+ width?: undefined;
226
+ widthMode?: undefined;
166
227
  };
167
228
  id: string;
168
- }[];
229
+ contentWidth?: undefined;
230
+ width?: undefined;
231
+ })[];
169
232
  layout: {
170
233
  align: string;
171
234
  dir: string;
@@ -140,37 +140,59 @@ var AppIndexViewLayout_TOP_NO_NAV = {
140
140
  {
141
141
  "panelItems": [
142
142
  {
143
- "actionType": "NONE",
144
- "buttonStyle": "DEFAULT",
145
- "buttonType": "PANELBUTTON",
146
- "renderMode": "BUTTON",
147
- "tooltip": "\u6309\u94AE",
148
- "uiactionTarget": "NONE",
149
- "caption": "\u6309\u94AE",
143
+ "rawItem": {
144
+ "sysImage": {
145
+ "imagePath": "svg/message.svg",
146
+ "imagePathX": "svg/message.svg"
147
+ },
148
+ "contentType": "IMAGE",
149
+ "predefinedType": "USERMESSAGE",
150
+ "rawItemHeight": 22,
151
+ "rawItemWidth": 22,
152
+ "id": "usermessage"
153
+ },
154
+ "caption": "\u6D88\u606F\u901A\u77E5",
155
+ "contentHeight": 22,
156
+ "contentWidth": 22,
157
+ "height": 22,
150
158
  "itemStyle": "DEFAULT",
151
- "itemType": "BUTTON",
159
+ "itemType": "RAWITEM",
152
160
  "layoutPos": {
153
161
  "shrink": 1,
154
- "layout": "FLEX"
162
+ "height": 22,
163
+ "heightMode": "PX",
164
+ "layout": "FLEX",
165
+ "width": 22,
166
+ "widthMode": "PX"
155
167
  },
156
168
  "sysImage": {
157
169
  "imagePath": "svg/message.svg",
158
170
  "imagePathX": "svg/message.svg"
159
171
  },
160
- "id": "button_calluilogic"
172
+ "width": 22,
173
+ "showCaption": true,
174
+ "id": "usermessage"
161
175
  }
162
176
  ],
163
177
  "layout": {
164
- "layout": "FLEX"
178
+ "align": "center",
179
+ "dir": "row",
180
+ "layout": "FLEX",
181
+ "valign": "center"
165
182
  },
166
183
  "dataRegionType": "INHERIT",
167
184
  "caption": "\u5BB9\u5668",
185
+ "contentWidth": 52,
168
186
  "itemStyle": "DEFAULT",
169
187
  "itemType": "CONTAINER",
170
188
  "layoutPos": {
171
189
  "shrink": 1,
172
- "layout": "FLEX"
190
+ "heightMode": "FULL",
191
+ "layout": "FLEX",
192
+ "width": 52,
193
+ "widthMode": "PX"
173
194
  },
195
+ "width": 52,
174
196
  "id": "container4"
175
197
  },
176
198
  {
@@ -180,9 +202,9 @@ var AppIndexViewLayout_TOP_NO_NAV = {
180
202
  "buttonStyle": "DEFAULT",
181
203
  "buttonType": "PANELBUTTON",
182
204
  "renderMode": "BUTTON",
183
- "tooltip": "\u6309\u94AE",
205
+ "tooltip": "\u656C\u8BF7\u671F\u5F85",
184
206
  "uiactionTarget": "NONE",
185
- "caption": "\u6309\u94AE",
207
+ "caption": "\u656C\u8BF7\u671F\u5F85",
186
208
  "itemStyle": "DEFAULT",
187
209
  "itemType": "BUTTON",
188
210
  "layoutPos": {
@@ -216,9 +238,9 @@ var AppIndexViewLayout_TOP_NO_NAV = {
216
238
  "buttonStyle": "DEFAULT",
217
239
  "buttonType": "PANELBUTTON",
218
240
  "renderMode": "BUTTON",
219
- "tooltip": "\u6309\u94AE",
241
+ "tooltip": "\u656C\u8BF7\u671F\u5F85",
220
242
  "uiactionTarget": "NONE",
221
- "caption": "\u6309\u94AE",
243
+ "caption": "\u656C\u8BF7\u671F\u5F85",
222
244
  "itemStyle": "DEFAULT",
223
245
  "itemType": "BUTTON",
224
246
  "layoutPos": {
@@ -252,9 +274,9 @@ var AppIndexViewLayout_TOP_NO_NAV = {
252
274
  "buttonStyle": "DEFAULT",
253
275
  "buttonType": "PANELBUTTON",
254
276
  "renderMode": "BUTTON",
255
- "tooltip": "\u6309\u94AE",
277
+ "tooltip": "\u656C\u8BF7\u671F\u5F85",
256
278
  "uiactionTarget": "NONE",
257
- "caption": "\u6309\u94AE",
279
+ "caption": "\u656C\u8BF7\u671F\u5F85",
258
280
  "itemStyle": "DEFAULT",
259
281
  "itemType": "BUTTON",
260
282
  "layoutPos": {
@@ -147,7 +147,62 @@ declare const _default: {
147
147
  };
148
148
  id: string;
149
149
  } | {
150
- panelItems: {
150
+ panelItems: ({
151
+ panelItems: {
152
+ rawItem: {
153
+ sysImage: {
154
+ imagePath: string;
155
+ imagePathX: string;
156
+ };
157
+ contentType: string;
158
+ predefinedType: string;
159
+ rawItemHeight: number;
160
+ rawItemWidth: number;
161
+ id: string;
162
+ };
163
+ caption: string;
164
+ contentHeight: number;
165
+ contentWidth: number;
166
+ height: number;
167
+ itemStyle: string;
168
+ itemType: string;
169
+ layoutPos: {
170
+ shrink: number;
171
+ height: number;
172
+ heightMode: string;
173
+ layout: string;
174
+ width: number;
175
+ widthMode: string;
176
+ };
177
+ sysImage: {
178
+ imagePath: string;
179
+ imagePathX: string;
180
+ };
181
+ width: number;
182
+ showCaption: boolean;
183
+ id: string;
184
+ }[];
185
+ layout: {
186
+ align: string;
187
+ dir: string;
188
+ layout: string;
189
+ valign: string;
190
+ };
191
+ dataRegionType: string;
192
+ caption: string;
193
+ contentWidth: number;
194
+ itemStyle: string;
195
+ itemType: string;
196
+ layoutPos: {
197
+ shrink: number;
198
+ heightMode: string;
199
+ layout: string;
200
+ width: number;
201
+ widthMode: string;
202
+ };
203
+ width: number;
204
+ id: string;
205
+ } | {
151
206
  panelItems: {
152
207
  actionType: string;
153
208
  buttonStyle: string;
@@ -170,6 +225,9 @@ declare const _default: {
170
225
  }[];
171
226
  layout: {
172
227
  layout: string;
228
+ align?: undefined;
229
+ dir?: undefined;
230
+ valign?: undefined;
173
231
  };
174
232
  dataRegionType: string;
175
233
  caption: string;
@@ -178,9 +236,14 @@ declare const _default: {
178
236
  layoutPos: {
179
237
  shrink: number;
180
238
  layout: string;
239
+ heightMode?: undefined;
240
+ width?: undefined;
241
+ widthMode?: undefined;
181
242
  };
182
243
  id: string;
183
- }[];
244
+ contentWidth?: undefined;
245
+ width?: undefined;
246
+ })[];
184
247
  layout: {
185
248
  align: string;
186
249
  dir: string;
@@ -155,37 +155,59 @@ var AppIndexViewLayout_TOP = {
155
155
  {
156
156
  "panelItems": [
157
157
  {
158
- "actionType": "NONE",
159
- "buttonStyle": "DEFAULT",
160
- "buttonType": "PANELBUTTON",
161
- "renderMode": "BUTTON",
162
- "tooltip": "\u6309\u94AE",
163
- "uiactionTarget": "NONE",
164
- "caption": "\u6309\u94AE",
158
+ "rawItem": {
159
+ "sysImage": {
160
+ "imagePath": "svg/message.svg",
161
+ "imagePathX": "svg/message.svg"
162
+ },
163
+ "contentType": "IMAGE",
164
+ "predefinedType": "USERMESSAGE",
165
+ "rawItemHeight": 22,
166
+ "rawItemWidth": 22,
167
+ "id": "usermessage"
168
+ },
169
+ "caption": "\u6D88\u606F\u901A\u77E5",
170
+ "contentHeight": 22,
171
+ "contentWidth": 22,
172
+ "height": 22,
165
173
  "itemStyle": "DEFAULT",
166
- "itemType": "BUTTON",
174
+ "itemType": "RAWITEM",
167
175
  "layoutPos": {
168
176
  "shrink": 1,
169
- "layout": "FLEX"
177
+ "height": 22,
178
+ "heightMode": "PX",
179
+ "layout": "FLEX",
180
+ "width": 22,
181
+ "widthMode": "PX"
170
182
  },
171
183
  "sysImage": {
172
184
  "imagePath": "svg/message.svg",
173
185
  "imagePathX": "svg/message.svg"
174
186
  },
175
- "id": "button_calluilogic"
187
+ "width": 22,
188
+ "showCaption": true,
189
+ "id": "usermessage"
176
190
  }
177
191
  ],
178
192
  "layout": {
179
- "layout": "FLEX"
193
+ "align": "center",
194
+ "dir": "row",
195
+ "layout": "FLEX",
196
+ "valign": "center"
180
197
  },
181
198
  "dataRegionType": "INHERIT",
182
199
  "caption": "\u5BB9\u5668",
200
+ "contentWidth": 52,
183
201
  "itemStyle": "DEFAULT",
184
202
  "itemType": "CONTAINER",
185
203
  "layoutPos": {
186
204
  "shrink": 1,
187
- "layout": "FLEX"
205
+ "heightMode": "FULL",
206
+ "layout": "FLEX",
207
+ "width": 52,
208
+ "widthMode": "PX"
188
209
  },
210
+ "width": 52,
189
211
  "id": "container4"
190
212
  },
191
213
  {
@@ -195,9 +217,9 @@ var AppIndexViewLayout_TOP = {
195
217
  "buttonStyle": "DEFAULT",
196
218
  "buttonType": "PANELBUTTON",
197
219
  "renderMode": "BUTTON",
198
- "tooltip": "\u6309\u94AE",
220
+ "tooltip": "\u656C\u8BF7\u671F\u5F85",
199
221
  "uiactionTarget": "NONE",
200
- "caption": "\u6309\u94AE",
222
+ "caption": "\u656C\u8BF7\u671F\u5F85",
201
223
  "itemStyle": "DEFAULT",
202
224
  "itemType": "BUTTON",
203
225
  "layoutPos": {
@@ -231,9 +253,9 @@ var AppIndexViewLayout_TOP = {
231
253
  "buttonStyle": "DEFAULT",
232
254
  "buttonType": "PANELBUTTON",
233
255
  "renderMode": "BUTTON",
234
- "tooltip": "\u6309\u94AE",
256
+ "tooltip": "\u656C\u8BF7\u671F\u5F85",
235
257
  "uiactionTarget": "NONE",
236
- "caption": "\u6309\u94AE",
258
+ "caption": "\u656C\u8BF7\u671F\u5F85",
237
259
  "itemStyle": "DEFAULT",
238
260
  "itemType": "BUTTON",
239
261
  "layoutPos": {
@@ -267,9 +289,9 @@ var AppIndexViewLayout_TOP = {
267
289
  "buttonStyle": "DEFAULT",
268
290
  "buttonType": "PANELBUTTON",
269
291
  "renderMode": "BUTTON",
270
- "tooltip": "\u6309\u94AE",
292
+ "tooltip": "\u656C\u8BF7\u671F\u5F85",
271
293
  "uiactionTarget": "NONE",
272
- "caption": "\u6309\u94AE",
294
+ "caption": "\u656C\u8BF7\u671F\u5F85",
273
295
  "itemStyle": "DEFAULT",
274
296
  "itemType": "BUTTON",
275
297
  "layoutPos": {
@@ -185,9 +185,9 @@ var AppIndexViewLayout = {
185
185
  "buttonType": "PANELBUTTON",
186
186
  "buttonWidth": 48,
187
187
  "renderMode": "BUTTON",
188
- "tooltip": "\u6309\u94AE",
188
+ "tooltip": "\u656C\u8BF7\u671F\u5F85",
189
189
  "uiactionTarget": "NONE",
190
- "caption": "\u6309\u94AE",
190
+ "caption": "\u656C\u8BF7\u671F\u5F85",
191
191
  "contentHeight": 48,
192
192
  "contentWidth": 48,
193
193
  "height": 48,
@@ -239,9 +239,9 @@ var AppIndexViewLayout = {
239
239
  "buttonType": "PANELBUTTON",
240
240
  "buttonWidth": 48,
241
241
  "renderMode": "BUTTON",
242
- "tooltip": "\u6309\u94AE",
242
+ "tooltip": "\u656C\u8BF7\u671F\u5F85",
243
243
  "uiactionTarget": "NONE",
244
- "caption": "\u6309\u94AE",
244
+ "caption": "\u656C\u8BF7\u671F\u5F85",
245
245
  "contentHeight": 48,
246
246
  "contentWidth": 48,
247
247
  "height": 48,
@@ -293,9 +293,9 @@ var AppIndexViewLayout = {
293
293
  "buttonType": "PANELBUTTON",
294
294
  "buttonWidth": 48,
295
295
  "renderMode": "BUTTON",
296
- "tooltip": "\u6309\u94AE",
296
+ "tooltip": "\u656C\u8BF7\u671F\u5F85",
297
297
  "uiactionTarget": "NONE",
298
- "caption": "\u6309\u94AE",
298
+ "caption": "\u656C\u8BF7\u671F\u5F85",
299
299
  "contentHeight": 48,
300
300
  "contentWidth": 48,
301
301
  "height": 48,