@ibiz-template/web-theme 3.7.0 → 3.8.0

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.
@@ -51,6 +51,7 @@ import DEGANTTVIEW from './view-layout-model-repository/view-layout-model-reposi
51
51
  import DEINDEXVIEW from './view-layout-model-repository/view-layout-model-repository-de-index-view-layout.mjs';
52
52
  import DETABSEARCHVIEW from './view-layout-model-repository/view-layout-model-repository-de-tab-search-view-view-layout.mjs';
53
53
  import DETABEXPVIEW_FLOW from './view-layout-model-repository/view-layout-model-repository-de-tab-exp-view-layout-flow.mjs';
54
+ import DEMEDITVIEW9_TOP from './view-layout-model-repository/view-layout-model-repository-dem-edit-view-9-layout-top.mjs';
54
55
  import GridExpBar from './control-layout/control-layout-model-repository-grid-exp-bar-layout.mjs';
55
56
  import ListExpBar from './control-layout/control-layout-model-repository-list-exp-bar-layout.mjs';
56
57
  import DataViewExpBar from './control-layout/control-layout-model-repository-data-view-exp-bar-layout.mjs';
@@ -126,6 +127,7 @@ function install(callBack) {
126
127
  callBack("DEINDEXVIEW_DEFAULT", DEINDEXVIEW);
127
128
  callBack("DETABSEARCHVIEW_DEFAULT", DETABSEARCHVIEW);
128
129
  callBack("DETABEXPVIEW_FLOW", DETABEXPVIEW_FLOW);
130
+ callBack("DEMEDITVIEW9_TOP", DEMEDITVIEW9_TOP);
129
131
  callBack("GRIDEXPBAR_DEFAULT", GridExpBar);
130
132
  callBack("LISTEXPBAR_DEFAULT", ListExpBar);
131
133
  callBack("DATAVIEWEXPBAR_DEFAULT", DataViewExpBar);
@@ -1,5 +1,5 @@
1
1
  "use strict";
2
- var viewLayoutModelRepositoryDemEditView9LayoutTop = {
2
+ var DEMEDITVIEW9_TOP = {
3
3
  "viewProxyMode": true,
4
4
  "layoutMode": "FLEX",
5
5
  "layout": {
@@ -279,4 +279,4 @@ var viewLayoutModelRepositoryDemEditView9LayoutTop = {
279
279
  "id": "usr0806549299"
280
280
  };
281
281
 
282
- export { viewLayoutModelRepositoryDemEditView9LayoutTop as default };
282
+ export { DEMEDITVIEW9_TOP as default };
@@ -53,6 +53,7 @@ var viewLayoutModelRepositoryDeGanttViewLayout = require('./view-layout-model-re
53
53
  var viewLayoutModelRepositoryDeIndexViewLayout = require('./view-layout-model-repository/view-layout-model-repository-de-index-view-layout.cjs');
54
54
  var viewLayoutModelRepositoryDeTabSearchViewViewLayout = require('./view-layout-model-repository/view-layout-model-repository-de-tab-search-view-view-layout.cjs');
55
55
  var viewLayoutModelRepositoryDeTabExpViewLayoutFlow = require('./view-layout-model-repository/view-layout-model-repository-de-tab-exp-view-layout-flow.cjs');
56
+ var viewLayoutModelRepositoryDemEditView9LayoutTop = require('./view-layout-model-repository/view-layout-model-repository-dem-edit-view-9-layout-top.cjs');
56
57
  var controlLayoutModelRepositoryGridExpBarLayout = require('./control-layout/control-layout-model-repository-grid-exp-bar-layout.cjs');
57
58
  var controlLayoutModelRepositoryListExpBarLayout = require('./control-layout/control-layout-model-repository-list-exp-bar-layout.cjs');
58
59
  var controlLayoutModelRepositoryDataViewExpBarLayout = require('./control-layout/control-layout-model-repository-data-view-exp-bar-layout.cjs');
@@ -128,6 +129,7 @@ function install(callBack) {
128
129
  callBack("DEINDEXVIEW_DEFAULT", viewLayoutModelRepositoryDeIndexViewLayout.default);
129
130
  callBack("DETABSEARCHVIEW_DEFAULT", viewLayoutModelRepositoryDeTabSearchViewViewLayout.default);
130
131
  callBack("DETABEXPVIEW_FLOW", viewLayoutModelRepositoryDeTabExpViewLayoutFlow.default);
132
+ callBack("DEMEDITVIEW9_TOP", viewLayoutModelRepositoryDemEditView9LayoutTop.default);
131
133
  callBack("GRIDEXPBAR_DEFAULT", controlLayoutModelRepositoryGridExpBarLayout.default);
132
134
  callBack("LISTEXPBAR_DEFAULT", controlLayoutModelRepositoryListExpBarLayout.default);
133
135
  callBack("DATAVIEWEXPBAR_DEFAULT", controlLayoutModelRepositoryDataViewExpBarLayout.default);
@@ -3,7 +3,7 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  "use strict";
6
- var viewLayoutModelRepositoryDemEditView9LayoutTop = {
6
+ var DEMEDITVIEW9_TOP = {
7
7
  "viewProxyMode": true,
8
8
  "layoutMode": "FLEX",
9
9
  "layout": {
@@ -283,4 +283,4 @@ var viewLayoutModelRepositoryDemEditView9LayoutTop = {
283
283
  "id": "usr0806549299"
284
284
  };
285
285
 
286
- exports.default = viewLayoutModelRepositoryDemEditView9LayoutTop;
286
+ exports.default = DEMEDITVIEW9_TOP;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ibiz-template/web-theme",
3
- "version": "3.7.0",
3
+ "version": "3.8.0",
4
4
  "description": "web端主题样式库",
5
5
  "type": "module",
6
6
  "main": "lib/index.cjs",
@@ -54,6 +54,7 @@ import DEGANTTVIEW from './view-layout-model-repository/view-layout-model-reposi
54
54
  import DEINDEXVIEW from './view-layout-model-repository/view-layout-model-repository-de-index-view-layout';
55
55
  import DETABSEARCHVIEW from './view-layout-model-repository/view-layout-model-repository-de-tab-search-view-view-layout';
56
56
  import DETABEXPVIEW_FLOW from './view-layout-model-repository/view-layout-model-repository-de-tab-exp-view-layout-flow';
57
+ import DEMEDITVIEW9_TOP from './view-layout-model-repository/view-layout-model-repository-dem-edit-view-9-layout-top';
57
58
 
58
59
  // 部件布局面板
59
60
  import GridExpBar from './control-layout/control-layout-model-repository-grid-exp-bar-layout';
@@ -208,6 +209,8 @@ export function install(callBack: (key: string, model: any) => void): void {
208
209
  callBack('DETABSEARCHVIEW_DEFAULT', DETABSEARCHVIEW);
209
210
  // 实体分页导航视图(流式布局)
210
211
  callBack('DETABEXPVIEW_FLOW', DETABEXPVIEW_FLOW);
212
+ // 实体多表单编辑视图(部件视图)(上分页)
213
+ callBack('DEMEDITVIEW9_TOP', DEMEDITVIEW9_TOP);
211
214
 
212
215
  // 部件布局面板
213
216
  // 表格导航