@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.
- package/dist/index.system.min.js +2 -2
- package/dist/index.system.min.js.map +1 -1
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-edit-view-3-layout.d.ts +3 -0
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-edit-view-3-layout.mjs +2 -1
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-edit-view-layout.mjs +1 -1
- package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-edit-view-3-layout.cjs +2 -1
- package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-edit-view-layout.cjs +1 -1
- package/package.json +2 -2
|
@@ -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": "
|
|
292
|
+
"id": "footertoolbar"
|
|
292
293
|
}
|
|
293
294
|
],
|
|
294
295
|
"predefinedType": "Footer",
|
|
@@ -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": "
|
|
296
|
+
"id": "footertoolbar"
|
|
296
297
|
}
|
|
297
298
|
],
|
|
298
299
|
"predefinedType": "Footer",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ibiz-template/mob-theme",
|
|
3
|
-
"version": "3.1.
|
|
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 /
|
|
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",
|