@ibiz-template/web-theme 1.0.31-dev.0 → 1.0.32-dev.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.
- package/CHANGELOG.md +4 -0
- package/dist/index.min.css +1 -1
- package/dist/index.system.min.js +1 -1
- package/dist/index.system.min.js.map +1 -1
- package/es/index.d.ts +4 -1
- package/es/index.mjs +10 -1
- package/es/theme/index.css +1 -1
- package/es/theme/theme/default/default-theme.css +1 -1
- package/es/theme/theme/default-dark/default-dark-theme.css +1 -1
- package/es/theme/theme/index.css +1 -1
- package/lib/index.cjs +11 -2
- package/lib/theme/index.css +1 -1
- package/lib/theme/theme/default/default-theme.css +1 -1
- package/lib/theme/theme/default-dark/default-dark-theme.css +1 -1
- package/lib/theme/theme/index.css +1 -1
- package/package.json +6 -3
- package/src/index.ts +12 -0
- package/src/publish/app-index-view-layout-blank-mode.ts +31 -0
- package/src/publish/app-index-view-layout-center.ts +28 -0
- package/src/publish/app-index-view-layout-top.ts +426 -0
- package/src/publish/app-index-view-layout.ts +476 -0
- package/src/publish/app-login-view.ts +252 -0
- package/src/publish/control-layout/control-layout-model-repository-chart-exp-bar-layout.ts +178 -0
- package/src/publish/control-layout/control-layout-model-repository-data-view-exp-bar-layout.ts +180 -0
- package/src/publish/control-layout/control-layout-model-repository-grid-exp-bar-layout.ts +179 -0
- package/src/publish/control-layout/control-layout-model-repository-list-exp-bar-layout.ts +179 -0
- package/src/publish/control-layout/control-layout-model-repository-search-form-layout.ts +130 -0
- package/src/publish/control-layout/control-layout-model-repository-tree-exp-bar-layout.ts +179 -0
- package/src/publish/index.ts +193 -0
- package/src/publish/view-layout-model-repository/view-layout-model-repository-de-calendar-exp-view-layout.ts +98 -0
- package/src/publish/view-layout-model-repository/view-layout-model-repository-de-calendar-view-layout.ts +206 -0
- package/src/publish/view-layout-model-repository/view-layout-model-repository-de-chart-exp-view-layout.ts +100 -0
- package/src/publish/view-layout-model-repository/view-layout-model-repository-de-chart-view-layout.ts +251 -0
- package/src/publish/view-layout-model-repository/view-layout-model-repository-de-data-view-exp-view-layout.ts +98 -0
- package/src/publish/view-layout-model-repository/view-layout-model-repository-de-data-view-layout.ts +251 -0
- package/src/publish/view-layout-model-repository/view-layout-model-repository-de-edit-view-2-layout.ts +275 -0
- package/src/publish/view-layout-model-repository/view-layout-model-repository-de-edit-view-3-layout.ts +257 -0
- package/src/publish/view-layout-model-repository/view-layout-model-repository-de-edit-view-4-layout.ts +234 -0
- package/src/publish/view-layout-model-repository/view-layout-model-repository-de-edit-view-layout.ts +176 -0
- package/src/publish/view-layout-model-repository/view-layout-model-repository-de-grid-exp-view-layout.ts +98 -0
- package/src/publish/view-layout-model-repository/view-layout-model-repository-de-grid-view-layout.ts +251 -0
- package/src/publish/view-layout-model-repository/view-layout-model-repository-de-index-pickup-data-view-layout.ts +28 -0
- package/src/publish/view-layout-model-repository/view-layout-model-repository-de-kanban-view-layout.ts +251 -0
- package/src/publish/view-layout-model-repository/view-layout-model-repository-de-list-exp-view-layout.ts +98 -0
- package/src/publish/view-layout-model-repository/view-layout-model-repository-de-list-view-layout.ts +251 -0
- package/src/publish/view-layout-model-repository/view-layout-model-repository-de-map-view-layout.ts +321 -0
- package/src/publish/view-layout-model-repository/view-layout-model-repository-de-option-view-layout.ts +228 -0
- package/src/publish/view-layout-model-repository/view-layout-model-repository-de-panel-view-layout.ts +176 -0
- package/src/publish/view-layout-model-repository/view-layout-model-repository-de-pickup-data-view-layout.ts +73 -0
- package/src/publish/view-layout-model-repository/view-layout-model-repository-de-pickup-grid-view-layout.ts +73 -0
- package/src/publish/view-layout-model-repository/view-layout-model-repository-de-pickup-tree-view-layout.ts +72 -0
- package/src/publish/view-layout-model-repository/view-layout-model-repository-de-pickup-view-2-layout.ts +273 -0
- package/src/publish/view-layout-model-repository/view-layout-model-repository-de-pickup-view-layout.ts +228 -0
- package/src/publish/view-layout-model-repository/view-layout-model-repository-de-report-view-layout.ts +221 -0
- package/src/publish/view-layout-model-repository/view-layout-model-repository-de-tab-exp-view-layout.ts +201 -0
- package/src/publish/view-layout-model-repository/view-layout-model-repository-de-tree-exp-view-layout.ts +98 -0
- package/src/publish/view-layout-model-repository/view-layout-model-repository-de-tree-grid-ex-view-layout.ts +250 -0
- package/src/publish/view-layout-model-repository/view-layout-model-repository-de-tree-grid-view-layout.ts +250 -0
- package/src/publish/view-layout-model-repository/view-layout-model-repository-de-tree-view-layout.ts +250 -0
- package/src/publish/view-layout-model-repository/view-layout-model-repository-de-wizard-view-layout.ts +49 -0
- package/src/publish/view-layout-model-repository/view-layout-model-repository-dem-edit-view-9-layout.ts +297 -0
- package/src/publish/view-layout-model-repository/view-layout-model-repository-dem-pickup-view-2-layout.ts +414 -0
- package/src/publish/view-layout-model-repository/view-layout-model-repository-dem-pickup-view-layout.ts +368 -0
- package/src/publish/view-layout-model-repository/view-layout-model-repository-dewf-dyna-action-view-layout.ts +98 -0
- package/src/publish/view-layout-model-repository/view-layout-model-repository-dewf-dyna-edit-view-3-layout.ts +257 -0
- package/src/publish/view-layout-model-repository/view-layout-model-repository-dewf-dyna-edit-view-layout.ts +175 -0
- package/src/publish/view-layout-model-repository/view-layout-model-repository-dewf-dyna-start-view-layout.ts +99 -0
- package/src/publish/view-layout-model-repository/view-layout-model-repository-form-pickup-data-view.ts +28 -0
- package/src/theme/elements/index.scss +35 -0
- package/src/theme/generic/element-plus.scss +452 -0
- package/src/theme/generic/index.scss +2 -0
- package/src/theme/index.scss +17 -0
- package/src/theme/objects/expand/expand.scss +41 -0
- package/src/theme/objects/index.scss +3 -0
- package/src/theme/objects/state/state.scss +1 -0
- package/src/theme/theme/dark/dark-theme.scss +304 -0
- package/src/theme/theme/default/default-theme.scss +404 -0
- package/src/theme/theme/default-dark/default-dark-theme.scss +403 -0
- package/src/theme/theme/index.scss +7 -0
- package/src/theme/theme/light/light-theme.scss +337 -0
- package/src/theme/tumps/index.scss +1 -0
- package/src/theme/var.scss +88 -0
- package/src/types.d.ts +1 -0
- package/es/theme/theme/omni-oa/omni-oa-theme.css +0 -1
- package/lib/theme/theme/omni-oa/omni-oa-theme.css +0 -1
|
@@ -0,0 +1,193 @@
|
|
|
1
|
+
/* eslint-disable camelcase */
|
|
2
|
+
// 应用视图
|
|
3
|
+
import AppIndexViewLayout_BLANK_MODE from './app-index-view-layout-blank-mode';
|
|
4
|
+
import AppIndexViewLayout_CENTER from './app-index-view-layout-center';
|
|
5
|
+
import AppIndexViewLayout_TOP from './app-index-view-layout-top';
|
|
6
|
+
import AppIndexViewLayout from './app-index-view-layout';
|
|
7
|
+
import AppLoginView from './app-login-view';
|
|
8
|
+
// 实体视图
|
|
9
|
+
import DEChartView from './view-layout-model-repository/view-layout-model-repository-de-chart-view-layout';
|
|
10
|
+
import DECalendarExpView from './view-layout-model-repository/view-layout-model-repository-de-calendar-exp-view-layout';
|
|
11
|
+
import DECalendarView from './view-layout-model-repository/view-layout-model-repository-de-calendar-view-layout';
|
|
12
|
+
import DEDataViewExpView from './view-layout-model-repository/view-layout-model-repository-de-data-view-exp-view-layout';
|
|
13
|
+
import DEDataView from './view-layout-model-repository/view-layout-model-repository-de-data-view-layout';
|
|
14
|
+
import DEKanbanView from './view-layout-model-repository/view-layout-model-repository-de-kanban-view-layout';
|
|
15
|
+
import DEEdit2View from './view-layout-model-repository/view-layout-model-repository-de-edit-view-2-layout';
|
|
16
|
+
import DEEdit3View from './view-layout-model-repository/view-layout-model-repository-de-edit-view-3-layout';
|
|
17
|
+
import DEEdit4View from './view-layout-model-repository/view-layout-model-repository-de-edit-view-4-layout';
|
|
18
|
+
import DEFormPickupDataView from './view-layout-model-repository/view-layout-model-repository-form-pickup-data-view';
|
|
19
|
+
import DEEditView from './view-layout-model-repository/view-layout-model-repository-de-edit-view-layout';
|
|
20
|
+
import DEGridViewExpView from './view-layout-model-repository/view-layout-model-repository-de-grid-exp-view-layout';
|
|
21
|
+
import DEGridView from './view-layout-model-repository/view-layout-model-repository-de-grid-view-layout';
|
|
22
|
+
import DEListViewExpView from './view-layout-model-repository/view-layout-model-repository-de-list-exp-view-layout';
|
|
23
|
+
import DEListView from './view-layout-model-repository/view-layout-model-repository-de-list-view-layout';
|
|
24
|
+
import DEOptView from './view-layout-model-repository/view-layout-model-repository-de-option-view-layout';
|
|
25
|
+
import DEPickupGirdView from './view-layout-model-repository/view-layout-model-repository-de-pickup-grid-view-layout';
|
|
26
|
+
import DEPickupTreeView from './view-layout-model-repository/view-layout-model-repository-de-pickup-tree-view-layout';
|
|
27
|
+
import DEPickupView2 from './view-layout-model-repository/view-layout-model-repository-de-pickup-view-2-layout';
|
|
28
|
+
import DEPickupView from './view-layout-model-repository/view-layout-model-repository-de-pickup-view-layout';
|
|
29
|
+
import DETabExpView from './view-layout-model-repository/view-layout-model-repository-de-tab-exp-view-layout';
|
|
30
|
+
import DETreeViewExpView from './view-layout-model-repository/view-layout-model-repository-de-tree-exp-view-layout';
|
|
31
|
+
import DETreeView from './view-layout-model-repository/view-layout-model-repository-de-tree-view-layout';
|
|
32
|
+
import DEWizardDView from './view-layout-model-repository/view-layout-model-repository-de-wizard-view-layout';
|
|
33
|
+
import DEMPickupView from './view-layout-model-repository/view-layout-model-repository-dem-pickup-view-layout';
|
|
34
|
+
import DEMPickupView2 from './view-layout-model-repository/view-layout-model-repository-dem-pickup-view-2-layout';
|
|
35
|
+
import DEWFDynaActionView from './view-layout-model-repository/view-layout-model-repository-dewf-dyna-action-view-layout';
|
|
36
|
+
import DEWFDynaStartView from './view-layout-model-repository/view-layout-model-repository-dewf-dyna-start-view-layout';
|
|
37
|
+
import DEWFDynaEditView3 from './view-layout-model-repository/view-layout-model-repository-dewf-dyna-edit-view-3-layout';
|
|
38
|
+
import DEWFDynaEditView from './view-layout-model-repository/view-layout-model-repository-dewf-dyna-edit-view-layout';
|
|
39
|
+
import DEPanelView from './view-layout-model-repository/view-layout-model-repository-de-panel-view-layout';
|
|
40
|
+
import DEPickupDataView from './view-layout-model-repository/view-layout-model-repository-de-pickup-data-view-layout';
|
|
41
|
+
import DEIndexPickupDataView from './view-layout-model-repository/view-layout-model-repository-de-index-pickup-data-view-layout';
|
|
42
|
+
import DETreeGridExView from './view-layout-model-repository/view-layout-model-repository-de-tree-grid-ex-view-layout';
|
|
43
|
+
import DETreeGridView from './view-layout-model-repository/view-layout-model-repository-de-tree-grid-view-layout';
|
|
44
|
+
import DEMEditView9 from './view-layout-model-repository/view-layout-model-repository-dem-edit-view-9-layout';
|
|
45
|
+
import DEChartExpView from './view-layout-model-repository/view-layout-model-repository-de-chart-exp-view-layout';
|
|
46
|
+
import DEMAPVIEW from './view-layout-model-repository/view-layout-model-repository-de-map-view-layout';
|
|
47
|
+
import DEREPORTVIEW from './view-layout-model-repository/view-layout-model-repository-de-report-view-layout';
|
|
48
|
+
|
|
49
|
+
// 部件布局面板
|
|
50
|
+
import GridExpBar from './control-layout/control-layout-model-repository-grid-exp-bar-layout';
|
|
51
|
+
import ListExpBar from './control-layout/control-layout-model-repository-list-exp-bar-layout';
|
|
52
|
+
import DataViewExpBar from './control-layout/control-layout-model-repository-data-view-exp-bar-layout';
|
|
53
|
+
import TreeExpBar from './control-layout/control-layout-model-repository-tree-exp-bar-layout';
|
|
54
|
+
import ChartExpBar from './control-layout/control-layout-model-repository-chart-exp-bar-layout';
|
|
55
|
+
import SearchForm from './control-layout/control-layout-model-repository-search-form-layout';
|
|
56
|
+
|
|
57
|
+
/**
|
|
58
|
+
* 安装视图默认布局
|
|
59
|
+
*
|
|
60
|
+
* @author chitanda
|
|
61
|
+
* @date 2023-04-28 15:04:37
|
|
62
|
+
* @export
|
|
63
|
+
* @param {(key: string, model: any) => void} callBack
|
|
64
|
+
*/
|
|
65
|
+
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
|
66
|
+
export function install(callBack: (key: string, model: any) => void): void {
|
|
67
|
+
/**
|
|
68
|
+
* 应用视图
|
|
69
|
+
*/
|
|
70
|
+
// 应用首页视图
|
|
71
|
+
callBack('APPINDEXVIEW_DEFAULT', AppIndexViewLayout);
|
|
72
|
+
// 应用首页视图_左侧菜单
|
|
73
|
+
callBack('APPINDEXVIEW_DEFAULT_LEFT', AppIndexViewLayout);
|
|
74
|
+
// 应用首页视图_空白模式
|
|
75
|
+
callBack('APPINDEXVIEW_DEFAULT_BLANK_MODE', AppIndexViewLayout_BLANK_MODE);
|
|
76
|
+
// 应用首页视图_中间菜单
|
|
77
|
+
callBack('APPINDEXVIEW_DEFAULT_CENTER', AppIndexViewLayout_CENTER);
|
|
78
|
+
// 应用首页视图_上方菜单
|
|
79
|
+
callBack('APPINDEXVIEW_DEFAULT_TOP', AppIndexViewLayout_TOP);
|
|
80
|
+
// 应用登录视图
|
|
81
|
+
callBack('APPLOGINVIEW_DEFAULT', AppLoginView);
|
|
82
|
+
/**
|
|
83
|
+
* 实体视图
|
|
84
|
+
*/
|
|
85
|
+
// 实体图表视图
|
|
86
|
+
callBack('DECHARTVIEW_DEFAULT', DEChartView);
|
|
87
|
+
// 实体图表视图(部件视图)
|
|
88
|
+
callBack('DECHARTVIEW9_DEFAULT', DEChartView);
|
|
89
|
+
// 实体日历导航视图
|
|
90
|
+
callBack('DECALENDAREXPVIEW_DEFAULT', DECalendarExpView);
|
|
91
|
+
// 实体日历视图
|
|
92
|
+
callBack('DECALENDARVIEW_DEFAULT', DECalendarView);
|
|
93
|
+
// 实体日历视图(部件视图)
|
|
94
|
+
callBack('DECALENDARVIEW9_DEFAULT', DECalendarView);
|
|
95
|
+
// 实体卡片视图导航视图
|
|
96
|
+
callBack('DEDATAVIEWEXPVIEW_DEFAULT', DEDataViewExpView);
|
|
97
|
+
// 实体卡片视图
|
|
98
|
+
callBack('DEDATAVIEW_DEFAULT', DEDataView);
|
|
99
|
+
// 实体卡片视图(部件视图)
|
|
100
|
+
callBack('DEDATAVIEW9_DEFAULT', DEDataView);
|
|
101
|
+
// 实体看板视图
|
|
102
|
+
callBack('DEKANBANVIEW_DEFAULT', DEKanbanView);
|
|
103
|
+
// 实体编辑视图(左右关系)
|
|
104
|
+
callBack('DEEDITVIEW2_DEFAULT', DEEdit2View);
|
|
105
|
+
// 实体编辑视图(分页关系)
|
|
106
|
+
callBack('DEEDITVIEW3_DEFAULT', DEEdit3View);
|
|
107
|
+
// 实体编辑视图(上下关系)
|
|
108
|
+
callBack('DEEDITVIEW4_DEFAULT', DEEdit4View);
|
|
109
|
+
// 实体表单选择数据视图
|
|
110
|
+
callBack('DEFORMPICKUPDATAVIEW_DEFAULT', DEFormPickupDataView);
|
|
111
|
+
// 实体编辑视图
|
|
112
|
+
callBack('DEEDITVIEW_DEFAULT', DEEditView);
|
|
113
|
+
// 实体编辑视图(部件视图)
|
|
114
|
+
callBack('DEEDITVIEW9_DEFAULT', DEEditView);
|
|
115
|
+
// 实体表格导航视图
|
|
116
|
+
callBack('DEGRIDEXPVIEW_DEFAULT', DEGridViewExpView);
|
|
117
|
+
// 实体表格视图
|
|
118
|
+
callBack('DEGRIDVIEW_DEFAULT', DEGridView);
|
|
119
|
+
// 实体表格视图(部件视图)
|
|
120
|
+
callBack('DEGRIDVIEW9_DEFAULT', DEGridView);
|
|
121
|
+
// 实体列表导航视图
|
|
122
|
+
callBack('DELISTEXPVIEW_DEFAULT', DEListViewExpView);
|
|
123
|
+
// 实体列表视图
|
|
124
|
+
callBack('DELISTVIEW_DEFAULT', DEListView);
|
|
125
|
+
// 实体列表视图(部件视图)
|
|
126
|
+
callBack('DELISTVIEW9_DEFAULT', DEListView);
|
|
127
|
+
// 实体选项操作视图
|
|
128
|
+
callBack('DEOPTVIEW_DEFAULT', DEOptView);
|
|
129
|
+
// 实体选择表格视图(部件视图)
|
|
130
|
+
callBack('DEPICKUPGRIDVIEW_DEFAULT', DEPickupGirdView);
|
|
131
|
+
// 实体选择树视图(部件视图)
|
|
132
|
+
callBack('DEPICKUPTREEVIEW_DEFAULT', DEPickupTreeView);
|
|
133
|
+
// 实体数据选择视图(左右关系)
|
|
134
|
+
callBack('DEPICKUPVIEW2_DEFAULT', DEPickupView2);
|
|
135
|
+
// 实体数据选择视图
|
|
136
|
+
callBack('DEPICKUPVIEW_DEFAULT', DEPickupView);
|
|
137
|
+
// 实体分页导航视图
|
|
138
|
+
callBack('DETABEXPVIEW_DEFAULT', DETabExpView);
|
|
139
|
+
// 实体分页导航视图(部件视图)
|
|
140
|
+
callBack('DETABEXPVIEW9_DEFAULT', DETabExpView);
|
|
141
|
+
// 实体树导航视图
|
|
142
|
+
callBack('DETREEEXPVIEW_DEFAULT', DETreeViewExpView);
|
|
143
|
+
// 实体树视图
|
|
144
|
+
callBack('DETREEVIEW_DEFAULT', DETreeView);
|
|
145
|
+
// 实体树视图(部件视图)
|
|
146
|
+
callBack('DETREEVIEW9_DEFAULT', DETreeView);
|
|
147
|
+
// 实体向导视图
|
|
148
|
+
callBack('DEWIZARDVIEW_DEFAULT', DEWizardDView);
|
|
149
|
+
// 实体数据多项选择视图
|
|
150
|
+
callBack('DEMPICKUPVIEW_DEFAULT', DEMPickupView);
|
|
151
|
+
// 实体数据多项选择视图(左右关系)
|
|
152
|
+
callBack('DEMPICKUPVIEW2_DEFAULT', DEMPickupView2);
|
|
153
|
+
// 实体工作流动态操作视图
|
|
154
|
+
callBack('DEWFDYNAACTIONVIEW_DEFAULT', DEWFDynaActionView);
|
|
155
|
+
// 实体工作流动态操作视图
|
|
156
|
+
callBack('DEWFDYNASTARTVIEW_DEFAULT', DEWFDynaStartView);
|
|
157
|
+
// 实体工作流动态视图(分页关系)
|
|
158
|
+
callBack('DEWFDYNAEDITVIEW3_DEFAULT', DEWFDynaEditView3);
|
|
159
|
+
// 实体工作流动态视图
|
|
160
|
+
callBack('DEWFDYNAEDITVIEW_DEFAULT', DEWFDynaEditView);
|
|
161
|
+
// 实体面板视图
|
|
162
|
+
callBack('DEPANELVIEW_DEFAULT', DEPanelView);
|
|
163
|
+
// 实体选择数据视图
|
|
164
|
+
callBack('DEPICKUPDATAVIEW_DEFAULT', DEPickupDataView);
|
|
165
|
+
// 实体索引关系选择数据视图(部件视图)
|
|
166
|
+
callBack('DEINDEXPICKUPDATAVIEW_DEFAULT', DEIndexPickupDataView);
|
|
167
|
+
// 实体树表格视图(增强)
|
|
168
|
+
callBack('DETREEGRIDEXVIEW_DEFAULT', DETreeGridExView);
|
|
169
|
+
// 实体树表格视图
|
|
170
|
+
callBack('DETREEGRIDVIEW_DEFAULT', DETreeGridView);
|
|
171
|
+
// 实体多表单编辑视图(部件视图)
|
|
172
|
+
callBack('DEMEDITVIEW9_DEFAULT', DEMEditView9);
|
|
173
|
+
// 实体图表导航视图
|
|
174
|
+
callBack('DECHARTEXPVIEW_DEFAULT', DEChartExpView);
|
|
175
|
+
// 实体地图视图
|
|
176
|
+
callBack('DEMAPVIEW_DEFAULT', DEMAPVIEW);
|
|
177
|
+
// 实体报表视图
|
|
178
|
+
callBack('DEREPORTVIEW_DEFAULT', DEREPORTVIEW);
|
|
179
|
+
|
|
180
|
+
// 部件布局面板
|
|
181
|
+
// 表格导航
|
|
182
|
+
callBack('GRIDEXPBAR_DEFAULT', GridExpBar);
|
|
183
|
+
// 列表导航
|
|
184
|
+
callBack('LISTEXPBAR_DEFAULT', ListExpBar);
|
|
185
|
+
// 卡片导航
|
|
186
|
+
callBack('DATAVIEWEXPBAR_DEFAULT', DataViewExpBar);
|
|
187
|
+
// 树导航
|
|
188
|
+
callBack('TREEEXPBAR_DEFAULT', TreeExpBar);
|
|
189
|
+
// 图表导航
|
|
190
|
+
callBack('CHARTEXPBAR_DEFAULT', ChartExpBar);
|
|
191
|
+
// 搜索表单
|
|
192
|
+
callBack('SEARCHFORM_DEFAULT', SearchForm);
|
|
193
|
+
}
|
|
@@ -0,0 +1,98 @@
|
|
|
1
|
+
export default {
|
|
2
|
+
"layoutMode": "FLEX",
|
|
3
|
+
"layout": {
|
|
4
|
+
"layout": "FLEX"
|
|
5
|
+
},
|
|
6
|
+
"rootPanelItems": [
|
|
7
|
+
{
|
|
8
|
+
"panelItems": [
|
|
9
|
+
{
|
|
10
|
+
"panelItems": [
|
|
11
|
+
{
|
|
12
|
+
"caption": "日历导航栏",
|
|
13
|
+
"itemStyle": "DEFAULT",
|
|
14
|
+
"itemType": "CTRLPOS",
|
|
15
|
+
"layoutPos": {
|
|
16
|
+
"grow": 1,
|
|
17
|
+
"shrink": 1,
|
|
18
|
+
"layout": "FLEX"
|
|
19
|
+
},
|
|
20
|
+
"showCaption": true,
|
|
21
|
+
"id": "calendarexpbar"
|
|
22
|
+
}
|
|
23
|
+
],
|
|
24
|
+
"layout": {
|
|
25
|
+
"layout": "FLEX"
|
|
26
|
+
},
|
|
27
|
+
"dataRegionType": "INHERIT",
|
|
28
|
+
"caption": "容器",
|
|
29
|
+
"contentWidth": 600,
|
|
30
|
+
"itemStyle": "DEFAULT",
|
|
31
|
+
"itemType": "CONTAINER",
|
|
32
|
+
"layoutPos": {
|
|
33
|
+
"shrink": 1,
|
|
34
|
+
"layout": "FLEX",
|
|
35
|
+
"width": 600,
|
|
36
|
+
"widthMode": "PX"
|
|
37
|
+
},
|
|
38
|
+
"width": 600,
|
|
39
|
+
"id": "view_content_left"
|
|
40
|
+
},
|
|
41
|
+
{
|
|
42
|
+
"panelItems": [
|
|
43
|
+
{
|
|
44
|
+
"rawItem": {
|
|
45
|
+
"predefinedType": "NAV_POS",
|
|
46
|
+
"id": "nav_pos"
|
|
47
|
+
},
|
|
48
|
+
"caption": "导航区占位",
|
|
49
|
+
"itemStyle": "DEFAULT",
|
|
50
|
+
"itemType": "RAWITEM",
|
|
51
|
+
"layoutPos": {
|
|
52
|
+
"grow": 1,
|
|
53
|
+
"shrink": 1,
|
|
54
|
+
"layout": "FLEX"
|
|
55
|
+
},
|
|
56
|
+
"showCaption": true,
|
|
57
|
+
"id": "nav_pos"
|
|
58
|
+
}
|
|
59
|
+
],
|
|
60
|
+
"layout": {
|
|
61
|
+
"layout": "FLEX"
|
|
62
|
+
},
|
|
63
|
+
"dataRegionType": "INHERIT",
|
|
64
|
+
"caption": "容器",
|
|
65
|
+
"itemStyle": "DEFAULT",
|
|
66
|
+
"itemType": "CONTAINER",
|
|
67
|
+
"layoutPos": {
|
|
68
|
+
"shrink": 1,
|
|
69
|
+
"layout": "FLEX"
|
|
70
|
+
},
|
|
71
|
+
"id": "view_content_right"
|
|
72
|
+
}
|
|
73
|
+
],
|
|
74
|
+
"predefinedType": "CONTAINER_H_SPLIT",
|
|
75
|
+
"layout": {
|
|
76
|
+
"layout": "FLEX"
|
|
77
|
+
},
|
|
78
|
+
"dataRegionType": "INHERIT",
|
|
79
|
+
"caption": "容器",
|
|
80
|
+
"itemStyle": "DEFAULT",
|
|
81
|
+
"itemType": "CONTAINER",
|
|
82
|
+
"layoutPos": {
|
|
83
|
+
"grow": 1,
|
|
84
|
+
"shrink": 1,
|
|
85
|
+
"layout": "FLEX"
|
|
86
|
+
},
|
|
87
|
+
"id": "view_exp_split"
|
|
88
|
+
}
|
|
89
|
+
],
|
|
90
|
+
"layoutPanel": true,
|
|
91
|
+
"codeName": "CalendarExpViewLayout",
|
|
92
|
+
"controlType": "VIEWLAYOUTPANEL",
|
|
93
|
+
"logicName": "日历导航视图布局面板(预置模型)",
|
|
94
|
+
"appDataEntityId": "frontmodel.viewlayoutmodelrepository",
|
|
95
|
+
"controlParam": {},
|
|
96
|
+
"name": "layoutpanel",
|
|
97
|
+
"id": "calendarexpviewlayout"
|
|
98
|
+
}
|
|
@@ -0,0 +1,206 @@
|
|
|
1
|
+
export default {
|
|
2
|
+
"layoutMode": "FLEX",
|
|
3
|
+
"layout": {
|
|
4
|
+
"layout": "FLEX"
|
|
5
|
+
},
|
|
6
|
+
"rootPanelItems": [
|
|
7
|
+
{
|
|
8
|
+
"panelItems": [
|
|
9
|
+
{
|
|
10
|
+
"panelItems": [
|
|
11
|
+
{
|
|
12
|
+
"panelItems": [
|
|
13
|
+
{
|
|
14
|
+
"panelItems": [
|
|
15
|
+
{
|
|
16
|
+
"caption": "页面标题",
|
|
17
|
+
"itemStyle": "DEFAULT",
|
|
18
|
+
"itemType": "CTRLPOS",
|
|
19
|
+
"layoutPos": {
|
|
20
|
+
"shrink": 1,
|
|
21
|
+
"layout": "FLEX"
|
|
22
|
+
},
|
|
23
|
+
"showCaption": true,
|
|
24
|
+
"id": "captionbar"
|
|
25
|
+
}
|
|
26
|
+
],
|
|
27
|
+
"layout": {
|
|
28
|
+
"align": "center",
|
|
29
|
+
"layout": "FLEX"
|
|
30
|
+
},
|
|
31
|
+
"dataRegionType": "INHERIT",
|
|
32
|
+
"caption": "容器",
|
|
33
|
+
"itemStyle": "DEFAULT",
|
|
34
|
+
"itemType": "CONTAINER",
|
|
35
|
+
"layoutPos": {
|
|
36
|
+
"shrink": 1,
|
|
37
|
+
"heightMode": "FULL",
|
|
38
|
+
"layout": "FLEX"
|
|
39
|
+
},
|
|
40
|
+
"id": "view_captionbar"
|
|
41
|
+
}
|
|
42
|
+
],
|
|
43
|
+
"layout": {
|
|
44
|
+
"layout": "FLEX"
|
|
45
|
+
},
|
|
46
|
+
"dataRegionType": "INHERIT",
|
|
47
|
+
"caption": "容器",
|
|
48
|
+
"itemStyle": "DEFAULT",
|
|
49
|
+
"itemType": "CONTAINER",
|
|
50
|
+
"layoutPos": {
|
|
51
|
+
"shrink": 1,
|
|
52
|
+
"heightMode": "FULL",
|
|
53
|
+
"layout": "FLEX"
|
|
54
|
+
},
|
|
55
|
+
"id": "view_header_left"
|
|
56
|
+
},
|
|
57
|
+
{
|
|
58
|
+
"panelItems": [
|
|
59
|
+
{
|
|
60
|
+
"panelItems": [
|
|
61
|
+
{
|
|
62
|
+
"caption": "搜索栏",
|
|
63
|
+
"itemStyle": "DEFAULT",
|
|
64
|
+
"itemType": "CTRLPOS",
|
|
65
|
+
"layoutPos": {
|
|
66
|
+
"shrink": 1,
|
|
67
|
+
"layout": "FLEX"
|
|
68
|
+
},
|
|
69
|
+
"showCaption": true,
|
|
70
|
+
"id": "searchbar"
|
|
71
|
+
}
|
|
72
|
+
],
|
|
73
|
+
"layout": {
|
|
74
|
+
"align": "center",
|
|
75
|
+
"layout": "FLEX"
|
|
76
|
+
},
|
|
77
|
+
"dataRegionType": "INHERIT",
|
|
78
|
+
"caption": "容器",
|
|
79
|
+
"itemStyle": "DEFAULT",
|
|
80
|
+
"itemType": "CONTAINER",
|
|
81
|
+
"layoutPos": {
|
|
82
|
+
"shrink": 1,
|
|
83
|
+
"heightMode": "FULL",
|
|
84
|
+
"layout": "FLEX"
|
|
85
|
+
},
|
|
86
|
+
"id": "view_searchbar"
|
|
87
|
+
},
|
|
88
|
+
{
|
|
89
|
+
"panelItems": [
|
|
90
|
+
{
|
|
91
|
+
"caption": "工具栏",
|
|
92
|
+
"itemStyle": "DEFAULT",
|
|
93
|
+
"itemType": "CTRLPOS",
|
|
94
|
+
"layoutPos": {
|
|
95
|
+
"shrink": 1,
|
|
96
|
+
"layout": "FLEX"
|
|
97
|
+
},
|
|
98
|
+
"showCaption": true,
|
|
99
|
+
"id": "toolbar"
|
|
100
|
+
}
|
|
101
|
+
],
|
|
102
|
+
"layout": {
|
|
103
|
+
"align": "center",
|
|
104
|
+
"layout": "FLEX"
|
|
105
|
+
},
|
|
106
|
+
"dataRegionType": "INHERIT",
|
|
107
|
+
"caption": "容器",
|
|
108
|
+
"itemStyle": "DEFAULT",
|
|
109
|
+
"itemType": "CONTAINER",
|
|
110
|
+
"layoutPos": {
|
|
111
|
+
"shrink": 1,
|
|
112
|
+
"heightMode": "FULL",
|
|
113
|
+
"layout": "FLEX"
|
|
114
|
+
},
|
|
115
|
+
"id": "view_toolbar"
|
|
116
|
+
}
|
|
117
|
+
],
|
|
118
|
+
"layout": {
|
|
119
|
+
"dir": "row",
|
|
120
|
+
"layout": "FLEX"
|
|
121
|
+
},
|
|
122
|
+
"dataRegionType": "INHERIT",
|
|
123
|
+
"caption": "容器",
|
|
124
|
+
"itemStyle": "DEFAULT",
|
|
125
|
+
"itemType": "CONTAINER",
|
|
126
|
+
"layoutPos": {
|
|
127
|
+
"shrink": 1,
|
|
128
|
+
"heightMode": "FULL",
|
|
129
|
+
"layout": "FLEX"
|
|
130
|
+
},
|
|
131
|
+
"id": "view_header_right"
|
|
132
|
+
}
|
|
133
|
+
],
|
|
134
|
+
"predefinedType": "VIEWHEADER",
|
|
135
|
+
"layout": {
|
|
136
|
+
"align": "space-between",
|
|
137
|
+
"dir": "row",
|
|
138
|
+
"layout": "FLEX",
|
|
139
|
+
"valign": "center"
|
|
140
|
+
},
|
|
141
|
+
"dataRegionType": "INHERIT",
|
|
142
|
+
"caption": "容器",
|
|
143
|
+
"itemStyle": "DEFAULT",
|
|
144
|
+
"itemType": "CONTAINER",
|
|
145
|
+
"layoutPos": {
|
|
146
|
+
"shrink": 0,
|
|
147
|
+
"layout": "FLEX"
|
|
148
|
+
},
|
|
149
|
+
"id": "view_header"
|
|
150
|
+
}
|
|
151
|
+
],
|
|
152
|
+
"predefinedType": "PANELPART",
|
|
153
|
+
"layout": {
|
|
154
|
+
"layout": "FLEX"
|
|
155
|
+
},
|
|
156
|
+
"dataRegionType": "INHERIT",
|
|
157
|
+
"caption": "引用布局面板",
|
|
158
|
+
"itemStyle": "DEFAULT",
|
|
159
|
+
"itemType": "CONTAINER",
|
|
160
|
+
"layoutPos": {
|
|
161
|
+
"shrink": 1,
|
|
162
|
+
"layout": "FLEX"
|
|
163
|
+
},
|
|
164
|
+
"showCaption": true,
|
|
165
|
+
"id": "panelpart"
|
|
166
|
+
},
|
|
167
|
+
{
|
|
168
|
+
"panelItems": [
|
|
169
|
+
{
|
|
170
|
+
"caption": "日历",
|
|
171
|
+
"itemStyle": "DEFAULT",
|
|
172
|
+
"itemType": "CTRLPOS",
|
|
173
|
+
"layoutPos": {
|
|
174
|
+
"grow": 1,
|
|
175
|
+
"shrink": 1,
|
|
176
|
+
"layout": "FLEX"
|
|
177
|
+
},
|
|
178
|
+
"showCaption": true,
|
|
179
|
+
"id": "calendar"
|
|
180
|
+
}
|
|
181
|
+
],
|
|
182
|
+
"predefinedType": "VIEWCONTENT",
|
|
183
|
+
"layout": {
|
|
184
|
+
"layout": "FLEX"
|
|
185
|
+
},
|
|
186
|
+
"dataRegionType": "INHERIT",
|
|
187
|
+
"caption": "容器",
|
|
188
|
+
"itemStyle": "DEFAULT",
|
|
189
|
+
"itemType": "CONTAINER",
|
|
190
|
+
"layoutPos": {
|
|
191
|
+
"grow": 1,
|
|
192
|
+
"shrink": 1,
|
|
193
|
+
"layout": "FLEX"
|
|
194
|
+
},
|
|
195
|
+
"id": "view_content"
|
|
196
|
+
}
|
|
197
|
+
],
|
|
198
|
+
"layoutPanel": true,
|
|
199
|
+
"codeName": "CalendarViewLayout",
|
|
200
|
+
"controlType": "VIEWLAYOUTPANEL",
|
|
201
|
+
"logicName": "日历视图布局面板(预置模型)",
|
|
202
|
+
"appDataEntityId": "frontmodel.viewlayoutmodelrepository",
|
|
203
|
+
"controlParam": {},
|
|
204
|
+
"name": "layoutpanel",
|
|
205
|
+
"id": "calendarviewlayout"
|
|
206
|
+
}
|
|
@@ -0,0 +1,100 @@
|
|
|
1
|
+
export default {
|
|
2
|
+
"layoutMode": "FLEX",
|
|
3
|
+
"layout": {
|
|
4
|
+
"layout": "FLEX"
|
|
5
|
+
},
|
|
6
|
+
"rootPanelItems": [
|
|
7
|
+
{
|
|
8
|
+
"panelItems": [
|
|
9
|
+
{
|
|
10
|
+
"panelItems": [
|
|
11
|
+
{
|
|
12
|
+
"caption": "图表导航",
|
|
13
|
+
"itemStyle": "DEFAULT",
|
|
14
|
+
"itemType": "CTRLPOS",
|
|
15
|
+
"layoutPos": {
|
|
16
|
+
"colMD": 24,
|
|
17
|
+
"heightMode": "FULL",
|
|
18
|
+
"layout": "TABLE_24COL"
|
|
19
|
+
},
|
|
20
|
+
"showCaption": true,
|
|
21
|
+
"id": "chartexpbar"
|
|
22
|
+
}
|
|
23
|
+
],
|
|
24
|
+
"layout": {
|
|
25
|
+
"columnCount": 24,
|
|
26
|
+
"layout": "TABLE_24COL"
|
|
27
|
+
},
|
|
28
|
+
"dataRegionType": "INHERIT",
|
|
29
|
+
"caption": "面板容器",
|
|
30
|
+
"contentWidth": 500,
|
|
31
|
+
"itemStyle": "DEFAULT",
|
|
32
|
+
"itemType": "CONTAINER",
|
|
33
|
+
"layoutPos": {
|
|
34
|
+
"shrink": 1,
|
|
35
|
+
"layout": "SIMPLEFLEX",
|
|
36
|
+
"width": 500,
|
|
37
|
+
"widthMode": "PX"
|
|
38
|
+
},
|
|
39
|
+
"width": 500,
|
|
40
|
+
"id": "container"
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
"panelItems": [
|
|
44
|
+
{
|
|
45
|
+
"rawItem": {
|
|
46
|
+
"predefinedType": "NAV_POS",
|
|
47
|
+
"id": "nav_pos"
|
|
48
|
+
},
|
|
49
|
+
"caption": "导航区占位",
|
|
50
|
+
"itemStyle": "DEFAULT",
|
|
51
|
+
"itemType": "RAWITEM",
|
|
52
|
+
"layoutPos": {
|
|
53
|
+
"colMD": 24,
|
|
54
|
+
"heightMode": "FULL",
|
|
55
|
+
"layout": "TABLE_24COL"
|
|
56
|
+
},
|
|
57
|
+
"showCaption": true,
|
|
58
|
+
"id": "nav_pos"
|
|
59
|
+
}
|
|
60
|
+
],
|
|
61
|
+
"layout": {
|
|
62
|
+
"columnCount": 24,
|
|
63
|
+
"layout": "TABLE_24COL"
|
|
64
|
+
},
|
|
65
|
+
"dataRegionType": "INHERIT",
|
|
66
|
+
"caption": "面板容器",
|
|
67
|
+
"itemStyle": "DEFAULT",
|
|
68
|
+
"itemType": "CONTAINER",
|
|
69
|
+
"layoutPos": {
|
|
70
|
+
"shrink": 1,
|
|
71
|
+
"layout": "SIMPLEFLEX"
|
|
72
|
+
},
|
|
73
|
+
"id": "container3"
|
|
74
|
+
}
|
|
75
|
+
],
|
|
76
|
+
"predefinedType": "CONTAINER_H_SPLIT",
|
|
77
|
+
"layout": {
|
|
78
|
+
"layout": "SIMPLEFLEX"
|
|
79
|
+
},
|
|
80
|
+
"dataRegionType": "INHERIT",
|
|
81
|
+
"caption": "分割容器(左右)",
|
|
82
|
+
"itemStyle": "DEFAULT",
|
|
83
|
+
"itemType": "CONTAINER",
|
|
84
|
+
"layoutPos": {
|
|
85
|
+
"grow": 1,
|
|
86
|
+
"shrink": 1,
|
|
87
|
+
"layout": "FLEX"
|
|
88
|
+
},
|
|
89
|
+
"id": "view_exp_split"
|
|
90
|
+
}
|
|
91
|
+
],
|
|
92
|
+
"layoutPanel": true,
|
|
93
|
+
"codeName": "ChartExpViewLayout",
|
|
94
|
+
"controlType": "VIEWLAYOUTPANEL",
|
|
95
|
+
"logicName": "图表导航视图布局面板(预置模型)",
|
|
96
|
+
"appDataEntityId": "frontmodel.viewlayoutmodelrepository",
|
|
97
|
+
"controlParam": {},
|
|
98
|
+
"name": "layoutpanel",
|
|
99
|
+
"id": "chartexpviewlayout"
|
|
100
|
+
}
|