@ibiz-template/mob-theme 3.1.0 → 3.1.2

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.
@@ -167,6 +167,7 @@ declare const _default: {
167
167
  layoutPos: {
168
168
  shrink: number;
169
169
  layout: string;
170
+ grow?: undefined;
170
171
  };
171
172
  id: string;
172
173
  predefinedType?: undefined;
@@ -228,6 +229,7 @@ declare const _default: {
228
229
  itemStyle: string;
229
230
  itemType: string;
230
231
  layoutPos: {
232
+ grow: number;
231
233
  shrink: number;
232
234
  layout: string;
233
235
  };
@@ -257,6 +259,7 @@ declare const _default: {
257
259
  layoutPos: {
258
260
  shrink: number;
259
261
  layout: string;
262
+ grow?: undefined;
260
263
  };
261
264
  id: string;
262
265
  })[];
@@ -271,6 +271,7 @@ var DEMobEditView3 = {
271
271
  "itemStyle": "DEFAULT",
272
272
  "itemType": "CONTAINER",
273
273
  "layoutPos": {
274
+ "grow": 1,
274
275
  "shrink": 1,
275
276
  "layout": "FLEX"
276
277
  },
@@ -288,7 +289,7 @@ var DEMobEditView3 = {
288
289
  "layout": "FLEX"
289
290
  },
290
291
  "showCaption": true,
291
- "id": "toolbar"
292
+ "id": "footertoolbar"
292
293
  }
293
294
  ],
294
295
  "predefinedType": "Footer",
@@ -251,7 +251,7 @@ var DEMobWFDynaEditView = {
251
251
  "itemStyle": "DEFAULT",
252
252
  "itemType": "CONTAINER",
253
253
  "layoutPos": {
254
- "shrink": 1,
254
+ "shrink": 0,
255
255
  "layout": "FLEX",
256
256
  "spacingBottom": "INNERMEDIUM",
257
257
  "spacingLeft": "INNERMEDIUM",
@@ -275,6 +275,7 @@ var DEMobEditView3 = {
275
275
  "itemStyle": "DEFAULT",
276
276
  "itemType": "CONTAINER",
277
277
  "layoutPos": {
278
+ "grow": 1,
278
279
  "shrink": 1,
279
280
  "layout": "FLEX"
280
281
  },
@@ -292,7 +293,7 @@ var DEMobEditView3 = {
292
293
  "layout": "FLEX"
293
294
  },
294
295
  "showCaption": true,
295
- "id": "toolbar"
296
+ "id": "footertoolbar"
296
297
  }
297
298
  ],
298
299
  "predefinedType": "Footer",
@@ -255,7 +255,7 @@ var DEMobWFDynaEditView = {
255
255
  "itemStyle": "DEFAULT",
256
256
  "itemType": "CONTAINER",
257
257
  "layoutPos": {
258
- "shrink": 1,
258
+ "shrink": 0,
259
259
  "layout": "FLEX",
260
260
  "spacingBottom": "INNERMEDIUM",
261
261
  "spacingLeft": "INNERMEDIUM",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ibiz-template/mob-theme",
3
- "version": "3.1.0",
3
+ "version": "3.1.2",
4
4
  "description": "移动端主题样式库",
5
5
  "type": "module",
6
6
  "main": "lib/index.cjs",
@@ -20,7 +20,7 @@
20
20
  "scripts": {
21
21
  "dev": "ibiz-temp build -w",
22
22
  "build": "npm run pub && ibiz-temp build -c && vue-tsc --declaration --emitDeclarationOnly",
23
- "pub": "ibizlab pub -m /root/workspace/template/FrontPresetModel/frontmodelbackend-core/src/main/resources/model/front/model/ibiz -t ./template -o ./src/publish --app MobFrontModel --clean",
23
+ "pub": "ibizlab pub -m /home/zpc/workspace/template/FrontPresetModel/frontmodelbackend-core/src/main/resources/model/front/model/ibiz -t ./template -o ./src/publish --app MobFrontModel --clean",
24
24
  "publish:next": "npm run build && npm publish --access public --tag=next",
25
25
  "publish:dev": "npm run build && npm publish --access public --tag=dev",
26
26
  "publish:beta": "npm run build && npm publish --access public --tag=beta",