@ibiz-template/web-theme 1.1.5 → 1.1.6

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.
@@ -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
  {
@@ -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
  {
@@ -144,37 +144,59 @@ var AppIndexViewLayout_TOP_NO_NAV = {
144
144
  {
145
145
  "panelItems": [
146
146
  {
147
- "actionType": "NONE",
148
- "buttonStyle": "DEFAULT",
149
- "buttonType": "PANELBUTTON",
150
- "renderMode": "BUTTON",
151
- "tooltip": "\u6309\u94AE",
152
- "uiactionTarget": "NONE",
153
- "caption": "\u6309\u94AE",
147
+ "rawItem": {
148
+ "sysImage": {
149
+ "imagePath": "svg/message.svg",
150
+ "imagePathX": "svg/message.svg"
151
+ },
152
+ "contentType": "IMAGE",
153
+ "predefinedType": "USERMESSAGE",
154
+ "rawItemHeight": 22,
155
+ "rawItemWidth": 22,
156
+ "id": "usermessage"
157
+ },
158
+ "caption": "\u6D88\u606F\u901A\u77E5",
159
+ "contentHeight": 22,
160
+ "contentWidth": 22,
161
+ "height": 22,
154
162
  "itemStyle": "DEFAULT",
155
- "itemType": "BUTTON",
163
+ "itemType": "RAWITEM",
156
164
  "layoutPos": {
157
165
  "shrink": 1,
158
- "layout": "FLEX"
166
+ "height": 22,
167
+ "heightMode": "PX",
168
+ "layout": "FLEX",
169
+ "width": 22,
170
+ "widthMode": "PX"
159
171
  },
160
172
  "sysImage": {
161
173
  "imagePath": "svg/message.svg",
162
174
  "imagePathX": "svg/message.svg"
163
175
  },
164
- "id": "button_calluilogic"
176
+ "width": 22,
177
+ "showCaption": true,
178
+ "id": "usermessage"
165
179
  }
166
180
  ],
167
181
  "layout": {
168
- "layout": "FLEX"
182
+ "align": "center",
183
+ "dir": "row",
184
+ "layout": "FLEX",
185
+ "valign": "center"
169
186
  },
170
187
  "dataRegionType": "INHERIT",
171
188
  "caption": "\u5BB9\u5668",
189
+ "contentWidth": 52,
172
190
  "itemStyle": "DEFAULT",
173
191
  "itemType": "CONTAINER",
174
192
  "layoutPos": {
175
193
  "shrink": 1,
176
- "layout": "FLEX"
194
+ "heightMode": "FULL",
195
+ "layout": "FLEX",
196
+ "width": 52,
197
+ "widthMode": "PX"
177
198
  },
199
+ "width": 52,
178
200
  "id": "container4"
179
201
  },
180
202
  {
@@ -159,37 +159,59 @@ var AppIndexViewLayout_TOP = {
159
159
  {
160
160
  "panelItems": [
161
161
  {
162
- "actionType": "NONE",
163
- "buttonStyle": "DEFAULT",
164
- "buttonType": "PANELBUTTON",
165
- "renderMode": "BUTTON",
166
- "tooltip": "\u6309\u94AE",
167
- "uiactionTarget": "NONE",
168
- "caption": "\u6309\u94AE",
162
+ "rawItem": {
163
+ "sysImage": {
164
+ "imagePath": "svg/message.svg",
165
+ "imagePathX": "svg/message.svg"
166
+ },
167
+ "contentType": "IMAGE",
168
+ "predefinedType": "USERMESSAGE",
169
+ "rawItemHeight": 22,
170
+ "rawItemWidth": 22,
171
+ "id": "usermessage"
172
+ },
173
+ "caption": "\u6D88\u606F\u901A\u77E5",
174
+ "contentHeight": 22,
175
+ "contentWidth": 22,
176
+ "height": 22,
169
177
  "itemStyle": "DEFAULT",
170
- "itemType": "BUTTON",
178
+ "itemType": "RAWITEM",
171
179
  "layoutPos": {
172
180
  "shrink": 1,
173
- "layout": "FLEX"
181
+ "height": 22,
182
+ "heightMode": "PX",
183
+ "layout": "FLEX",
184
+ "width": 22,
185
+ "widthMode": "PX"
174
186
  },
175
187
  "sysImage": {
176
188
  "imagePath": "svg/message.svg",
177
189
  "imagePathX": "svg/message.svg"
178
190
  },
179
- "id": "button_calluilogic"
191
+ "width": 22,
192
+ "showCaption": true,
193
+ "id": "usermessage"
180
194
  }
181
195
  ],
182
196
  "layout": {
183
- "layout": "FLEX"
197
+ "align": "center",
198
+ "dir": "row",
199
+ "layout": "FLEX",
200
+ "valign": "center"
184
201
  },
185
202
  "dataRegionType": "INHERIT",
186
203
  "caption": "\u5BB9\u5668",
204
+ "contentWidth": 52,
187
205
  "itemStyle": "DEFAULT",
188
206
  "itemType": "CONTAINER",
189
207
  "layoutPos": {
190
208
  "shrink": 1,
191
- "layout": "FLEX"
209
+ "heightMode": "FULL",
210
+ "layout": "FLEX",
211
+ "width": 52,
212
+ "widthMode": "PX"
192
213
  },
214
+ "width": 52,
193
215
  "id": "container4"
194
216
  },
195
217
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ibiz-template/web-theme",
3
- "version": "1.1.5",
3
+ "version": "1.1.6",
4
4
  "type": "module",
5
5
  "main": "lib/index.cjs",
6
6
  "types": "es/index.d.ts",
@@ -139,37 +139,59 @@ export default {
139
139
  {
140
140
  "panelItems": [
141
141
  {
142
- "actionType": "NONE",
143
- "buttonStyle": "DEFAULT",
144
- "buttonType": "PANELBUTTON",
145
- "renderMode": "BUTTON",
146
- "tooltip": "按钮",
147
- "uiactionTarget": "NONE",
148
- "caption": "按钮",
142
+ "rawItem": {
143
+ "sysImage": {
144
+ "imagePath": "svg/message.svg",
145
+ "imagePathX": "svg/message.svg"
146
+ },
147
+ "contentType": "IMAGE",
148
+ "predefinedType": "USERMESSAGE",
149
+ "rawItemHeight": 22,
150
+ "rawItemWidth": 22,
151
+ "id": "usermessage"
152
+ },
153
+ "caption": "消息通知",
154
+ "contentHeight": 22,
155
+ "contentWidth": 22,
156
+ "height": 22,
149
157
  "itemStyle": "DEFAULT",
150
- "itemType": "BUTTON",
158
+ "itemType": "RAWITEM",
151
159
  "layoutPos": {
152
160
  "shrink": 1,
153
- "layout": "FLEX"
161
+ "height": 22,
162
+ "heightMode": "PX",
163
+ "layout": "FLEX",
164
+ "width": 22,
165
+ "widthMode": "PX"
154
166
  },
155
167
  "sysImage": {
156
168
  "imagePath": "svg/message.svg",
157
169
  "imagePathX": "svg/message.svg"
158
170
  },
159
- "id": "button_calluilogic"
171
+ "width": 22,
172
+ "showCaption": true,
173
+ "id": "usermessage"
160
174
  }
161
175
  ],
162
176
  "layout": {
163
- "layout": "FLEX"
177
+ "align": "center",
178
+ "dir": "row",
179
+ "layout": "FLEX",
180
+ "valign": "center"
164
181
  },
165
182
  "dataRegionType": "INHERIT",
166
183
  "caption": "容器",
184
+ "contentWidth": 52,
167
185
  "itemStyle": "DEFAULT",
168
186
  "itemType": "CONTAINER",
169
187
  "layoutPos": {
170
188
  "shrink": 1,
171
- "layout": "FLEX"
189
+ "heightMode": "FULL",
190
+ "layout": "FLEX",
191
+ "width": 52,
192
+ "widthMode": "PX"
172
193
  },
194
+ "width": 52,
173
195
  "id": "container4"
174
196
  },
175
197
  {
@@ -154,37 +154,59 @@ export default {
154
154
  {
155
155
  "panelItems": [
156
156
  {
157
- "actionType": "NONE",
158
- "buttonStyle": "DEFAULT",
159
- "buttonType": "PANELBUTTON",
160
- "renderMode": "BUTTON",
161
- "tooltip": "按钮",
162
- "uiactionTarget": "NONE",
163
- "caption": "按钮",
157
+ "rawItem": {
158
+ "sysImage": {
159
+ "imagePath": "svg/message.svg",
160
+ "imagePathX": "svg/message.svg"
161
+ },
162
+ "contentType": "IMAGE",
163
+ "predefinedType": "USERMESSAGE",
164
+ "rawItemHeight": 22,
165
+ "rawItemWidth": 22,
166
+ "id": "usermessage"
167
+ },
168
+ "caption": "消息通知",
169
+ "contentHeight": 22,
170
+ "contentWidth": 22,
171
+ "height": 22,
164
172
  "itemStyle": "DEFAULT",
165
- "itemType": "BUTTON",
173
+ "itemType": "RAWITEM",
166
174
  "layoutPos": {
167
175
  "shrink": 1,
168
- "layout": "FLEX"
176
+ "height": 22,
177
+ "heightMode": "PX",
178
+ "layout": "FLEX",
179
+ "width": 22,
180
+ "widthMode": "PX"
169
181
  },
170
182
  "sysImage": {
171
183
  "imagePath": "svg/message.svg",
172
184
  "imagePathX": "svg/message.svg"
173
185
  },
174
- "id": "button_calluilogic"
186
+ "width": 22,
187
+ "showCaption": true,
188
+ "id": "usermessage"
175
189
  }
176
190
  ],
177
191
  "layout": {
178
- "layout": "FLEX"
192
+ "align": "center",
193
+ "dir": "row",
194
+ "layout": "FLEX",
195
+ "valign": "center"
179
196
  },
180
197
  "dataRegionType": "INHERIT",
181
198
  "caption": "容器",
199
+ "contentWidth": 52,
182
200
  "itemStyle": "DEFAULT",
183
201
  "itemType": "CONTAINER",
184
202
  "layoutPos": {
185
203
  "shrink": 1,
186
- "layout": "FLEX"
204
+ "heightMode": "FULL",
205
+ "layout": "FLEX",
206
+ "width": 52,
207
+ "widthMode": "PX"
187
208
  },
209
+ "width": 52,
188
210
  "id": "container4"
189
211
  },
190
212
  {