@ibiz-template/web-theme 1.0.30 → 1.0.31-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.
@@ -41,6 +41,7 @@ import DETreeGridView from './view-layout-model-repository/view-layout-model-rep
41
41
  import DEMEditView9 from './view-layout-model-repository/view-layout-model-repository-dem-edit-view-9-layout.mjs';
42
42
  import DEChartExpView from './view-layout-model-repository/view-layout-model-repository-de-chart-exp-view-layout.mjs';
43
43
  import DEMAPVIEW from './view-layout-model-repository/view-layout-model-repository-de-map-view-layout.mjs';
44
+ import DEREPORTVIEW from './view-layout-model-repository/view-layout-model-repository-de-report-view-layout.mjs';
44
45
  import GridExpBar from './control-layout/control-layout-model-repository-grid-exp-bar-layout.mjs';
45
46
  import ListExpBar from './control-layout/control-layout-model-repository-list-exp-bar-layout.mjs';
46
47
  import DataViewExpBar from './control-layout/control-layout-model-repository-data-view-exp-bar-layout.mjs';
@@ -102,6 +103,7 @@ function install(callBack) {
102
103
  callBack("DEMEDITVIEW9_DEFAULT", DEMEditView9);
103
104
  callBack("DECHARTEXPVIEW_DEFAULT", DEChartExpView);
104
105
  callBack("DEMAPVIEW_DEFAULT", DEMAPVIEW);
106
+ callBack("DEREPORTVIEW_DEFAULT", DEREPORTVIEW);
105
107
  callBack("GRIDEXPBAR_DEFAULT", GridExpBar);
106
108
  callBack("LISTEXPBAR_DEFAULT", ListExpBar);
107
109
  callBack("DATAVIEWEXPBAR_DEFAULT", DataViewExpBar);
@@ -0,0 +1,161 @@
1
+ declare const _default: {
2
+ layoutMode: string;
3
+ layout: {
4
+ layout: string;
5
+ };
6
+ rootPanelItems: ({
7
+ panelItems: {
8
+ panelItems: {
9
+ panelItems: {
10
+ panelItems: {
11
+ caption: string;
12
+ itemStyle: string;
13
+ itemType: string;
14
+ layoutPos: {
15
+ shrink: number;
16
+ layout: string;
17
+ };
18
+ showCaption: boolean;
19
+ id: string;
20
+ }[];
21
+ layout: {
22
+ align: string;
23
+ layout: string;
24
+ };
25
+ dataRegionType: string;
26
+ caption: string;
27
+ itemStyle: string;
28
+ itemType: string;
29
+ layoutPos: {
30
+ shrink: number;
31
+ heightMode: string;
32
+ layout: string;
33
+ };
34
+ id: string;
35
+ }[];
36
+ layout: {
37
+ layout: string;
38
+ };
39
+ dataRegionType: string;
40
+ caption: string;
41
+ itemStyle: string;
42
+ itemType: string;
43
+ layoutPos: {
44
+ shrink: number;
45
+ heightMode: string;
46
+ layout: string;
47
+ };
48
+ id: string;
49
+ }[];
50
+ predefinedType: string;
51
+ layout: {
52
+ align: string;
53
+ dir: string;
54
+ layout: string;
55
+ valign: string;
56
+ };
57
+ dataRegionType: string;
58
+ caption: string;
59
+ itemStyle: string;
60
+ itemType: string;
61
+ layoutPos: {
62
+ shrink: number;
63
+ layout: string;
64
+ };
65
+ id: string;
66
+ }[];
67
+ predefinedType: string;
68
+ layout: {
69
+ layout: string;
70
+ };
71
+ dataRegionType: string;
72
+ caption: string;
73
+ itemStyle: string;
74
+ itemType: string;
75
+ layoutPos: {
76
+ shrink: number;
77
+ layout: string;
78
+ grow?: undefined;
79
+ };
80
+ showCaption: boolean;
81
+ id: string;
82
+ } | {
83
+ panelItems: {
84
+ panelItems: {
85
+ caption: string;
86
+ itemStyle: string;
87
+ itemType: string;
88
+ layoutPos: {
89
+ shrink: number;
90
+ layout: string;
91
+ };
92
+ showCaption: boolean;
93
+ id: string;
94
+ }[];
95
+ layout: {
96
+ dir: string;
97
+ layout: string;
98
+ };
99
+ dataRegionType: string;
100
+ itemStyle: string;
101
+ itemType: string;
102
+ layoutPos: {
103
+ shrink: number;
104
+ layout: string;
105
+ };
106
+ id: string;
107
+ }[];
108
+ predefinedType: string;
109
+ layout: {
110
+ layout: string;
111
+ };
112
+ dataRegionType: string;
113
+ caption: string;
114
+ itemStyle: string;
115
+ itemType: string;
116
+ layoutPos: {
117
+ shrink: number;
118
+ layout: string;
119
+ grow?: undefined;
120
+ };
121
+ showCaption: boolean;
122
+ id: string;
123
+ } | {
124
+ panelItems: {
125
+ caption: string;
126
+ itemStyle: string;
127
+ itemType: string;
128
+ layoutPos: {
129
+ grow: number;
130
+ shrink: number;
131
+ layout: string;
132
+ };
133
+ showCaption: boolean;
134
+ id: string;
135
+ }[];
136
+ predefinedType: string;
137
+ layout: {
138
+ layout: string;
139
+ };
140
+ dataRegionType: string;
141
+ caption: string;
142
+ itemStyle: string;
143
+ itemType: string;
144
+ layoutPos: {
145
+ grow: number;
146
+ shrink: number;
147
+ layout: string;
148
+ };
149
+ id: string;
150
+ showCaption?: undefined;
151
+ })[];
152
+ layoutPanel: boolean;
153
+ codeName: string;
154
+ controlType: string;
155
+ logicName: string;
156
+ appDataEntityId: string;
157
+ controlParam: {};
158
+ name: string;
159
+ id: string;
160
+ };
161
+ export default _default;
@@ -0,0 +1,224 @@
1
+ "use strict";
2
+ var DEREPORTVIEW = {
3
+ "layoutMode": "FLEX",
4
+ "layout": {
5
+ "layout": "FLEX"
6
+ },
7
+ "rootPanelItems": [
8
+ {
9
+ "panelItems": [
10
+ {
11
+ "panelItems": [
12
+ {
13
+ "panelItems": [
14
+ {
15
+ "panelItems": [
16
+ {
17
+ "caption": "\u9875\u9762\u6807\u9898",
18
+ "itemStyle": "DEFAULT",
19
+ "itemType": "CTRLPOS",
20
+ "layoutPos": {
21
+ "shrink": 1,
22
+ "layout": "FLEX"
23
+ },
24
+ "showCaption": true,
25
+ "id": "captionbar"
26
+ }
27
+ ],
28
+ "layout": {
29
+ "align": "center",
30
+ "layout": "FLEX"
31
+ },
32
+ "dataRegionType": "INHERIT",
33
+ "caption": "\u5BB9\u5668",
34
+ "itemStyle": "DEFAULT",
35
+ "itemType": "CONTAINER",
36
+ "layoutPos": {
37
+ "shrink": 1,
38
+ "heightMode": "FULL",
39
+ "layout": "FLEX"
40
+ },
41
+ "id": "view_captionbar"
42
+ }
43
+ ],
44
+ "layout": {
45
+ "layout": "FLEX"
46
+ },
47
+ "dataRegionType": "INHERIT",
48
+ "caption": "\u5BB9\u5668",
49
+ "itemStyle": "DEFAULT",
50
+ "itemType": "CONTAINER",
51
+ "layoutPos": {
52
+ "shrink": 1,
53
+ "heightMode": "FULL",
54
+ "layout": "FLEX"
55
+ },
56
+ "id": "view_header_left"
57
+ },
58
+ {
59
+ "panelItems": [
60
+ {
61
+ "panelItems": [
62
+ {
63
+ "caption": "\u5DE5\u5177\u680F",
64
+ "itemStyle": "DEFAULT",
65
+ "itemType": "CTRLPOS",
66
+ "layoutPos": {
67
+ "shrink": 1,
68
+ "layout": "FLEX"
69
+ },
70
+ "showCaption": true,
71
+ "id": "toolbar"
72
+ }
73
+ ],
74
+ "layout": {
75
+ "align": "center",
76
+ "layout": "FLEX"
77
+ },
78
+ "dataRegionType": "INHERIT",
79
+ "caption": "\u5BB9\u5668",
80
+ "itemStyle": "DEFAULT",
81
+ "itemType": "CONTAINER",
82
+ "layoutPos": {
83
+ "shrink": 1,
84
+ "heightMode": "FULL",
85
+ "layout": "FLEX"
86
+ },
87
+ "id": "view_toolbar"
88
+ }
89
+ ],
90
+ "layout": {
91
+ "layout": "FLEX"
92
+ },
93
+ "dataRegionType": "INHERIT",
94
+ "caption": "\u5BB9\u5668",
95
+ "itemStyle": "DEFAULT",
96
+ "itemType": "CONTAINER",
97
+ "layoutPos": {
98
+ "shrink": 1,
99
+ "heightMode": "FULL",
100
+ "layout": "FLEX"
101
+ },
102
+ "id": "view_header_right"
103
+ }
104
+ ],
105
+ "predefinedType": "VIEWHEADER",
106
+ "layout": {
107
+ "align": "space-between",
108
+ "dir": "row",
109
+ "layout": "FLEX",
110
+ "valign": "center"
111
+ },
112
+ "dataRegionType": "INHERIT",
113
+ "caption": "\u5BB9\u5668",
114
+ "itemStyle": "DEFAULT",
115
+ "itemType": "CONTAINER",
116
+ "layoutPos": {
117
+ "shrink": 0,
118
+ "layout": "FLEX"
119
+ },
120
+ "id": "view_header"
121
+ }
122
+ ],
123
+ "predefinedType": "PANELPART",
124
+ "layout": {
125
+ "layout": "FLEX"
126
+ },
127
+ "dataRegionType": "INHERIT",
128
+ "caption": "\u5F15\u7528\u5E03\u5C40\u9762\u677F",
129
+ "itemStyle": "DEFAULT",
130
+ "itemType": "CONTAINER",
131
+ "layoutPos": {
132
+ "shrink": 1,
133
+ "layout": "FLEX"
134
+ },
135
+ "showCaption": true,
136
+ "id": "panelpart"
137
+ },
138
+ {
139
+ "panelItems": [
140
+ {
141
+ "panelItems": [
142
+ {
143
+ "caption": "\u641C\u7D22\u8868\u5355",
144
+ "itemStyle": "DEFAULT",
145
+ "itemType": "CTRLPOS",
146
+ "layoutPos": {
147
+ "shrink": 1,
148
+ "layout": "FLEX"
149
+ },
150
+ "showCaption": true,
151
+ "id": "searchform"
152
+ }
153
+ ],
154
+ "layout": {
155
+ "dir": "column",
156
+ "layout": "FLEX"
157
+ },
158
+ "dataRegionType": "INHERIT",
159
+ "itemStyle": "DEFAULT",
160
+ "itemType": "CONTAINER",
161
+ "layoutPos": {
162
+ "shrink": 0,
163
+ "layout": "FLEX"
164
+ },
165
+ "id": "view_searchform"
166
+ }
167
+ ],
168
+ "predefinedType": "PANELPART",
169
+ "layout": {
170
+ "layout": "FLEX"
171
+ },
172
+ "dataRegionType": "INHERIT",
173
+ "caption": "\u5F15\u7528\u5E03\u5C40\u9762\u677F",
174
+ "itemStyle": "DEFAULT",
175
+ "itemType": "CONTAINER",
176
+ "layoutPos": {
177
+ "shrink": 1,
178
+ "layout": "FLEX"
179
+ },
180
+ "showCaption": true,
181
+ "id": "panelpart1"
182
+ },
183
+ {
184
+ "panelItems": [
185
+ {
186
+ "caption": "\u62A5\u8868",
187
+ "itemStyle": "DEFAULT",
188
+ "itemType": "CTRLPOS",
189
+ "layoutPos": {
190
+ "grow": 1,
191
+ "shrink": 1,
192
+ "layout": "FLEX"
193
+ },
194
+ "showCaption": true,
195
+ "id": "reportpanel"
196
+ }
197
+ ],
198
+ "predefinedType": "VIEWCONTENT",
199
+ "layout": {
200
+ "layout": "FLEX"
201
+ },
202
+ "dataRegionType": "INHERIT",
203
+ "caption": "\u5BB9\u5668",
204
+ "itemStyle": "DEFAULT",
205
+ "itemType": "CONTAINER",
206
+ "layoutPos": {
207
+ "grow": 1,
208
+ "shrink": 1,
209
+ "layout": "FLEX"
210
+ },
211
+ "id": "view_content"
212
+ }
213
+ ],
214
+ "layoutPanel": true,
215
+ "codeName": "ReportViewLayout",
216
+ "controlType": "VIEWLAYOUTPANEL",
217
+ "logicName": "\u62A5\u8868\u89C6\u56FE\u5E03\u5C40(\u9884\u7F6E\u6A21\u578B)",
218
+ "appDataEntityId": "frontmodel.viewlayoutmodelrepository",
219
+ "controlParam": {},
220
+ "name": "layoutpanel",
221
+ "id": "reportviewlayout"
222
+ };
223
+
224
+ export { DEREPORTVIEW as default };
@@ -43,6 +43,7 @@ var viewLayoutModelRepositoryDeTreeGridViewLayout = require('./view-layout-model
43
43
  var viewLayoutModelRepositoryDemEditView9Layout = require('./view-layout-model-repository/view-layout-model-repository-dem-edit-view-9-layout.cjs');
44
44
  var viewLayoutModelRepositoryDeChartExpViewLayout = require('./view-layout-model-repository/view-layout-model-repository-de-chart-exp-view-layout.cjs');
45
45
  var viewLayoutModelRepositoryDeMapViewLayout = require('./view-layout-model-repository/view-layout-model-repository-de-map-view-layout.cjs');
46
+ var viewLayoutModelRepositoryDeReportViewLayout = require('./view-layout-model-repository/view-layout-model-repository-de-report-view-layout.cjs');
46
47
  var controlLayoutModelRepositoryGridExpBarLayout = require('./control-layout/control-layout-model-repository-grid-exp-bar-layout.cjs');
47
48
  var controlLayoutModelRepositoryListExpBarLayout = require('./control-layout/control-layout-model-repository-list-exp-bar-layout.cjs');
48
49
  var controlLayoutModelRepositoryDataViewExpBarLayout = require('./control-layout/control-layout-model-repository-data-view-exp-bar-layout.cjs');
@@ -104,6 +105,7 @@ function install(callBack) {
104
105
  callBack("DEMEDITVIEW9_DEFAULT", viewLayoutModelRepositoryDemEditView9Layout.default);
105
106
  callBack("DECHARTEXPVIEW_DEFAULT", viewLayoutModelRepositoryDeChartExpViewLayout.default);
106
107
  callBack("DEMAPVIEW_DEFAULT", viewLayoutModelRepositoryDeMapViewLayout.default);
108
+ callBack("DEREPORTVIEW_DEFAULT", viewLayoutModelRepositoryDeReportViewLayout.default);
107
109
  callBack("GRIDEXPBAR_DEFAULT", controlLayoutModelRepositoryGridExpBarLayout.default);
108
110
  callBack("LISTEXPBAR_DEFAULT", controlLayoutModelRepositoryListExpBarLayout.default);
109
111
  callBack("DATAVIEWEXPBAR_DEFAULT", controlLayoutModelRepositoryDataViewExpBarLayout.default);
@@ -0,0 +1,228 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ "use strict";
6
+ var DEREPORTVIEW = {
7
+ "layoutMode": "FLEX",
8
+ "layout": {
9
+ "layout": "FLEX"
10
+ },
11
+ "rootPanelItems": [
12
+ {
13
+ "panelItems": [
14
+ {
15
+ "panelItems": [
16
+ {
17
+ "panelItems": [
18
+ {
19
+ "panelItems": [
20
+ {
21
+ "caption": "\u9875\u9762\u6807\u9898",
22
+ "itemStyle": "DEFAULT",
23
+ "itemType": "CTRLPOS",
24
+ "layoutPos": {
25
+ "shrink": 1,
26
+ "layout": "FLEX"
27
+ },
28
+ "showCaption": true,
29
+ "id": "captionbar"
30
+ }
31
+ ],
32
+ "layout": {
33
+ "align": "center",
34
+ "layout": "FLEX"
35
+ },
36
+ "dataRegionType": "INHERIT",
37
+ "caption": "\u5BB9\u5668",
38
+ "itemStyle": "DEFAULT",
39
+ "itemType": "CONTAINER",
40
+ "layoutPos": {
41
+ "shrink": 1,
42
+ "heightMode": "FULL",
43
+ "layout": "FLEX"
44
+ },
45
+ "id": "view_captionbar"
46
+ }
47
+ ],
48
+ "layout": {
49
+ "layout": "FLEX"
50
+ },
51
+ "dataRegionType": "INHERIT",
52
+ "caption": "\u5BB9\u5668",
53
+ "itemStyle": "DEFAULT",
54
+ "itemType": "CONTAINER",
55
+ "layoutPos": {
56
+ "shrink": 1,
57
+ "heightMode": "FULL",
58
+ "layout": "FLEX"
59
+ },
60
+ "id": "view_header_left"
61
+ },
62
+ {
63
+ "panelItems": [
64
+ {
65
+ "panelItems": [
66
+ {
67
+ "caption": "\u5DE5\u5177\u680F",
68
+ "itemStyle": "DEFAULT",
69
+ "itemType": "CTRLPOS",
70
+ "layoutPos": {
71
+ "shrink": 1,
72
+ "layout": "FLEX"
73
+ },
74
+ "showCaption": true,
75
+ "id": "toolbar"
76
+ }
77
+ ],
78
+ "layout": {
79
+ "align": "center",
80
+ "layout": "FLEX"
81
+ },
82
+ "dataRegionType": "INHERIT",
83
+ "caption": "\u5BB9\u5668",
84
+ "itemStyle": "DEFAULT",
85
+ "itemType": "CONTAINER",
86
+ "layoutPos": {
87
+ "shrink": 1,
88
+ "heightMode": "FULL",
89
+ "layout": "FLEX"
90
+ },
91
+ "id": "view_toolbar"
92
+ }
93
+ ],
94
+ "layout": {
95
+ "layout": "FLEX"
96
+ },
97
+ "dataRegionType": "INHERIT",
98
+ "caption": "\u5BB9\u5668",
99
+ "itemStyle": "DEFAULT",
100
+ "itemType": "CONTAINER",
101
+ "layoutPos": {
102
+ "shrink": 1,
103
+ "heightMode": "FULL",
104
+ "layout": "FLEX"
105
+ },
106
+ "id": "view_header_right"
107
+ }
108
+ ],
109
+ "predefinedType": "VIEWHEADER",
110
+ "layout": {
111
+ "align": "space-between",
112
+ "dir": "row",
113
+ "layout": "FLEX",
114
+ "valign": "center"
115
+ },
116
+ "dataRegionType": "INHERIT",
117
+ "caption": "\u5BB9\u5668",
118
+ "itemStyle": "DEFAULT",
119
+ "itemType": "CONTAINER",
120
+ "layoutPos": {
121
+ "shrink": 0,
122
+ "layout": "FLEX"
123
+ },
124
+ "id": "view_header"
125
+ }
126
+ ],
127
+ "predefinedType": "PANELPART",
128
+ "layout": {
129
+ "layout": "FLEX"
130
+ },
131
+ "dataRegionType": "INHERIT",
132
+ "caption": "\u5F15\u7528\u5E03\u5C40\u9762\u677F",
133
+ "itemStyle": "DEFAULT",
134
+ "itemType": "CONTAINER",
135
+ "layoutPos": {
136
+ "shrink": 1,
137
+ "layout": "FLEX"
138
+ },
139
+ "showCaption": true,
140
+ "id": "panelpart"
141
+ },
142
+ {
143
+ "panelItems": [
144
+ {
145
+ "panelItems": [
146
+ {
147
+ "caption": "\u641C\u7D22\u8868\u5355",
148
+ "itemStyle": "DEFAULT",
149
+ "itemType": "CTRLPOS",
150
+ "layoutPos": {
151
+ "shrink": 1,
152
+ "layout": "FLEX"
153
+ },
154
+ "showCaption": true,
155
+ "id": "searchform"
156
+ }
157
+ ],
158
+ "layout": {
159
+ "dir": "column",
160
+ "layout": "FLEX"
161
+ },
162
+ "dataRegionType": "INHERIT",
163
+ "itemStyle": "DEFAULT",
164
+ "itemType": "CONTAINER",
165
+ "layoutPos": {
166
+ "shrink": 0,
167
+ "layout": "FLEX"
168
+ },
169
+ "id": "view_searchform"
170
+ }
171
+ ],
172
+ "predefinedType": "PANELPART",
173
+ "layout": {
174
+ "layout": "FLEX"
175
+ },
176
+ "dataRegionType": "INHERIT",
177
+ "caption": "\u5F15\u7528\u5E03\u5C40\u9762\u677F",
178
+ "itemStyle": "DEFAULT",
179
+ "itemType": "CONTAINER",
180
+ "layoutPos": {
181
+ "shrink": 1,
182
+ "layout": "FLEX"
183
+ },
184
+ "showCaption": true,
185
+ "id": "panelpart1"
186
+ },
187
+ {
188
+ "panelItems": [
189
+ {
190
+ "caption": "\u62A5\u8868",
191
+ "itemStyle": "DEFAULT",
192
+ "itemType": "CTRLPOS",
193
+ "layoutPos": {
194
+ "grow": 1,
195
+ "shrink": 1,
196
+ "layout": "FLEX"
197
+ },
198
+ "showCaption": true,
199
+ "id": "reportpanel"
200
+ }
201
+ ],
202
+ "predefinedType": "VIEWCONTENT",
203
+ "layout": {
204
+ "layout": "FLEX"
205
+ },
206
+ "dataRegionType": "INHERIT",
207
+ "caption": "\u5BB9\u5668",
208
+ "itemStyle": "DEFAULT",
209
+ "itemType": "CONTAINER",
210
+ "layoutPos": {
211
+ "grow": 1,
212
+ "shrink": 1,
213
+ "layout": "FLEX"
214
+ },
215
+ "id": "view_content"
216
+ }
217
+ ],
218
+ "layoutPanel": true,
219
+ "codeName": "ReportViewLayout",
220
+ "controlType": "VIEWLAYOUTPANEL",
221
+ "logicName": "\u62A5\u8868\u89C6\u56FE\u5E03\u5C40(\u9884\u7F6E\u6A21\u578B)",
222
+ "appDataEntityId": "frontmodel.viewlayoutmodelrepository",
223
+ "controlParam": {},
224
+ "name": "layoutpanel",
225
+ "id": "reportviewlayout"
226
+ };
227
+
228
+ exports.default = DEREPORTVIEW;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ibiz-template/web-theme",
3
- "version": "1.0.30",
3
+ "version": "1.0.31-dev.0",
4
4
  "type": "module",
5
5
  "main": "lib/index.cjs",
6
6
  "types": "es/index.d.ts",
@@ -23,7 +23,7 @@
23
23
  "scripts": {
24
24
  "dev": "ibiz-temp build -w",
25
25
  "build": "npm run pub && ibiz-temp build -c && vue-tsc --declaration --emitDeclarationOnly",
26
- "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",
26
+ "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",
27
27
  "publish:next": "npm run build && npm publish --access public --tag=next --registry=https://registry.npmjs.org/",
28
28
  "publish:dev": "npm run build && npm publish --access public --tag=dev --registry=https://registry.npmjs.org/",
29
29
  "publish:beta": "npm run build && npm publish --access public --tag=beta --registry=https://registry.npmjs.org/",
@@ -32,7 +32,7 @@
32
32
  "author": "chitanda",
33
33
  "license": "MIT",
34
34
  "devDependencies": {
35
- "@ibiz-template/theme": "0.1.24"
35
+ "@ibiz-template/theme": "0.3.0"
36
36
  }
37
37
  }
38
38