@ibiz-template/web-theme 1.1.4 → 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
  {
@@ -132,7 +132,10 @@ declare const _default: {
132
132
  layout: string;
133
133
  spacingBottom: string;
134
134
  };
135
- showCaption: boolean;
135
+ sysImage: {
136
+ cssClass: string;
137
+ glyph: string;
138
+ };
136
139
  id: string;
137
140
  } | {
138
141
  actionType: string;
@@ -149,7 +152,10 @@ declare const _default: {
149
152
  layout: string;
150
153
  spacingBottom?: undefined;
151
154
  };
152
- showCaption: boolean;
155
+ sysImage: {
156
+ cssClass: string;
157
+ glyph: string;
158
+ };
153
159
  id: string;
154
160
  })[];
155
161
  layout: {
@@ -183,7 +183,10 @@ var DEMPickupView = {
183
183
  "layout": "FLEX",
184
184
  "spacingBottom": "OUTERMEDIUM"
185
185
  },
186
- "showCaption": true,
186
+ "sysImage": {
187
+ "cssClass": "fa fa-angle-right",
188
+ "glyph": "xf105@FontAwesome"
189
+ },
187
190
  "id": "button_addselection"
188
191
  },
189
192
  {
@@ -201,7 +204,10 @@ var DEMPickupView = {
201
204
  "layout": "FLEX",
202
205
  "spacingBottom": "OUTERMEDIUM"
203
206
  },
204
- "showCaption": true,
207
+ "sysImage": {
208
+ "cssClass": "fa fa-angle-double-right",
209
+ "glyph": "xf101@FontAwesome"
210
+ },
205
211
  "id": "button_addall"
206
212
  },
207
213
  {
@@ -219,7 +225,10 @@ var DEMPickupView = {
219
225
  "layout": "FLEX",
220
226
  "spacingBottom": "OUTERMEDIUM"
221
227
  },
222
- "showCaption": true,
228
+ "sysImage": {
229
+ "cssClass": "fa fa-angle-double-left",
230
+ "glyph": "xf100@FontAwesome"
231
+ },
223
232
  "id": "button_removeall"
224
233
  },
225
234
  {
@@ -236,7 +245,10 @@ var DEMPickupView = {
236
245
  "shrink": 1,
237
246
  "layout": "FLEX"
238
247
  },
239
- "showCaption": true,
248
+ "sysImage": {
249
+ "cssClass": "fa fa-angle-left",
250
+ "glyph": "xf104@FontAwesome"
251
+ },
240
252
  "id": "button_removeselection"
241
253
  }
242
254
  ],
@@ -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
  {
@@ -187,7 +187,10 @@ var DEMPickupView = {
187
187
  "layout": "FLEX",
188
188
  "spacingBottom": "OUTERMEDIUM"
189
189
  },
190
- "showCaption": true,
190
+ "sysImage": {
191
+ "cssClass": "fa fa-angle-right",
192
+ "glyph": "xf105@FontAwesome"
193
+ },
191
194
  "id": "button_addselection"
192
195
  },
193
196
  {
@@ -205,7 +208,10 @@ var DEMPickupView = {
205
208
  "layout": "FLEX",
206
209
  "spacingBottom": "OUTERMEDIUM"
207
210
  },
208
- "showCaption": true,
211
+ "sysImage": {
212
+ "cssClass": "fa fa-angle-double-right",
213
+ "glyph": "xf101@FontAwesome"
214
+ },
209
215
  "id": "button_addall"
210
216
  },
211
217
  {
@@ -223,7 +229,10 @@ var DEMPickupView = {
223
229
  "layout": "FLEX",
224
230
  "spacingBottom": "OUTERMEDIUM"
225
231
  },
226
- "showCaption": true,
232
+ "sysImage": {
233
+ "cssClass": "fa fa-angle-double-left",
234
+ "glyph": "xf100@FontAwesome"
235
+ },
227
236
  "id": "button_removeall"
228
237
  },
229
238
  {
@@ -240,7 +249,10 @@ var DEMPickupView = {
240
249
  "shrink": 1,
241
250
  "layout": "FLEX"
242
251
  },
243
- "showCaption": true,
252
+ "sysImage": {
253
+ "cssClass": "fa fa-angle-left",
254
+ "glyph": "xf104@FontAwesome"
255
+ },
244
256
  "id": "button_removeselection"
245
257
  }
246
258
  ],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ibiz-template/web-theme",
3
- "version": "1.1.4",
3
+ "version": "1.1.6",
4
4
  "type": "module",
5
5
  "main": "lib/index.cjs",
6
6
  "types": "es/index.d.ts",
@@ -24,7 +24,7 @@
24
24
  "scripts": {
25
25
  "dev": "ibiz-temp build -w",
26
26
  "build": "npm run pub && ibiz-temp build -c && vue-tsc --declaration --emitDeclarationOnly",
27
- "pub": "ibizlab pub -m /root/workspace/template/template-next/FrontPresetModel/frontmodelbackend-core/src/main/resources/model/front/model/ibiz -t ./template -o ./src/publish --app FrontModel --clean",
27
+ "pub": "ibizlab pub -m /root/workspace/gitlab/FrontPresetModel/frontmodelbackend-core/src/main/resources/model/front/model/ibiz -t ./template -o ./src/publish --app FrontModel --clean",
28
28
  "publish:next": "npm run build && npm publish --access public --tag=next --registry=https://registry.npmjs.org/",
29
29
  "publish:dev": "npm run build && npm publish --access public --tag=dev --registry=https://registry.npmjs.org/",
30
30
  "publish:beta": "npm run build && npm publish --access public --tag=beta --registry=https://registry.npmjs.org/",
@@ -36,6 +36,6 @@
36
36
  "@ibiz-template/theme": "^0.4.0"
37
37
  },
38
38
  "dependencies": {
39
- "@ibiz-template/runtime": "^0.4.3"
39
+ "@ibiz-template/runtime": "^0.5.0-beta.0"
40
40
  }
41
41
  }