@ibiz-template/web-theme 1.1.3 → 1.1.5

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.
Files changed (16) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/dist/index.system.min.js +1 -1
  3. package/dist/index.system.min.js.map +1 -1
  4. package/es/publish/view-layout-model-repository/view-layout-model-repository-de-tree-grid-ex-view-layout.d.ts +1 -0
  5. package/es/publish/view-layout-model-repository/view-layout-model-repository-de-tree-grid-ex-view-layout.mjs +1 -0
  6. package/es/publish/view-layout-model-repository/view-layout-model-repository-de-tree-grid-view-layout.d.ts +1 -0
  7. package/es/publish/view-layout-model-repository/view-layout-model-repository-de-tree-grid-view-layout.mjs +1 -0
  8. package/es/publish/view-layout-model-repository/view-layout-model-repository-dem-pickup-view-layout.d.ts +8 -2
  9. package/es/publish/view-layout-model-repository/view-layout-model-repository-dem-pickup-view-layout.mjs +16 -4
  10. package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-tree-grid-ex-view-layout.cjs +1 -0
  11. package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-tree-grid-view-layout.cjs +1 -0
  12. package/lib/publish/view-layout-model-repository/view-layout-model-repository-dem-pickup-view-layout.cjs +16 -4
  13. package/package.json +3 -3
  14. package/src/publish/view-layout-model-repository/view-layout-model-repository-de-tree-grid-ex-view-layout.ts +1 -0
  15. package/src/publish/view-layout-model-repository/view-layout-model-repository-de-tree-grid-view-layout.ts +1 -0
  16. package/src/publish/view-layout-model-repository/view-layout-model-repository-dem-pickup-view-layout.ts +16 -4
@@ -169,6 +169,7 @@ declare const _default: {
169
169
  itemStyle: string;
170
170
  itemType: string;
171
171
  layoutPos: {
172
+ grow: number;
172
173
  shrink: number;
173
174
  layout: string;
174
175
  };
@@ -217,6 +217,7 @@ var DETreeGridExView = {
217
217
  "itemStyle": "DEFAULT",
218
218
  "itemType": "CTRLPOS",
219
219
  "layoutPos": {
220
+ "grow": 1,
220
221
  "shrink": 1,
221
222
  "layout": "FLEX"
222
223
  },
@@ -169,6 +169,7 @@ declare const _default: {
169
169
  itemStyle: string;
170
170
  itemType: string;
171
171
  layoutPos: {
172
+ grow: number;
172
173
  shrink: number;
173
174
  layout: string;
174
175
  };
@@ -217,6 +217,7 @@ var DETreeGridView = {
217
217
  "itemStyle": "DEFAULT",
218
218
  "itemType": "CTRLPOS",
219
219
  "layoutPos": {
220
+ "grow": 1,
220
221
  "shrink": 1,
221
222
  "layout": "FLEX"
222
223
  },
@@ -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
  ],
@@ -221,6 +221,7 @@ var DETreeGridExView = {
221
221
  "itemStyle": "DEFAULT",
222
222
  "itemType": "CTRLPOS",
223
223
  "layoutPos": {
224
+ "grow": 1,
224
225
  "shrink": 1,
225
226
  "layout": "FLEX"
226
227
  },
@@ -221,6 +221,7 @@ var DETreeGridView = {
221
221
  "itemStyle": "DEFAULT",
222
222
  "itemType": "CTRLPOS",
223
223
  "layoutPos": {
224
+ "grow": 1,
224
225
  "shrink": 1,
225
226
  "layout": "FLEX"
226
227
  },
@@ -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.3",
3
+ "version": "1.1.5",
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
  }
@@ -216,6 +216,7 @@ export default {
216
216
  "itemStyle": "DEFAULT",
217
217
  "itemType": "CTRLPOS",
218
218
  "layoutPos": {
219
+ "grow": 1,
219
220
  "shrink": 1,
220
221
  "layout": "FLEX"
221
222
  },
@@ -216,6 +216,7 @@ export default {
216
216
  "itemStyle": "DEFAULT",
217
217
  "itemType": "CTRLPOS",
218
218
  "layoutPos": {
219
+ "grow": 1,
219
220
  "shrink": 1,
220
221
  "layout": "FLEX"
221
222
  },
@@ -182,7 +182,10 @@ export default {
182
182
  "layout": "FLEX",
183
183
  "spacingBottom": "OUTERMEDIUM"
184
184
  },
185
- "showCaption": true,
185
+ "sysImage": {
186
+ "cssClass": "fa fa-angle-right",
187
+ "glyph": "xf105@FontAwesome"
188
+ },
186
189
  "id": "button_addselection"
187
190
  },
188
191
  {
@@ -200,7 +203,10 @@ export default {
200
203
  "layout": "FLEX",
201
204
  "spacingBottom": "OUTERMEDIUM"
202
205
  },
203
- "showCaption": true,
206
+ "sysImage": {
207
+ "cssClass": "fa fa-angle-double-right",
208
+ "glyph": "xf101@FontAwesome"
209
+ },
204
210
  "id": "button_addall"
205
211
  },
206
212
  {
@@ -218,7 +224,10 @@ export default {
218
224
  "layout": "FLEX",
219
225
  "spacingBottom": "OUTERMEDIUM"
220
226
  },
221
- "showCaption": true,
227
+ "sysImage": {
228
+ "cssClass": "fa fa-angle-double-left",
229
+ "glyph": "xf100@FontAwesome"
230
+ },
222
231
  "id": "button_removeall"
223
232
  },
224
233
  {
@@ -235,7 +244,10 @@ export default {
235
244
  "shrink": 1,
236
245
  "layout": "FLEX"
237
246
  },
238
- "showCaption": true,
247
+ "sysImage": {
248
+ "cssClass": "fa fa-angle-left",
249
+ "glyph": "xf104@FontAwesome"
250
+ },
239
251
  "id": "button_removeselection"
240
252
  }
241
253
  ],