@ibiz-template/web-theme 1.1.1 → 1.1.3

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.
Files changed (23) hide show
  1. package/CHANGELOG.md +13 -0
  2. package/dist/index.system.min.js +1 -1
  3. package/dist/index.system.min.js.map +1 -1
  4. package/es/publish/app-index-view-layout-no-nav.d.ts +335 -0
  5. package/es/publish/app-index-view-layout-no-nav.mjs +464 -0
  6. package/es/publish/app-index-view-layout-top-nonav.d.ts +295 -0
  7. package/es/publish/app-index-view-layout-top-nonav.mjs +414 -0
  8. package/es/publish/index.mjs +9 -0
  9. package/es/publish/view-layout-model-repository/view-layout-model-repository-de-gantt-view-layout.d.ts +204 -0
  10. package/es/publish/view-layout-model-repository/view-layout-model-repository-de-gantt-view-layout.mjs +254 -0
  11. package/es/publish/view-layout-model-repository/view-layout-model-repository-de-index-view-layout.d.ts +220 -0
  12. package/es/publish/view-layout-model-repository/view-layout-model-repository-de-index-view-layout.mjs +279 -0
  13. package/lib/publish/app-index-view-layout-no-nav.cjs +468 -0
  14. package/lib/publish/app-index-view-layout-top-nonav.cjs +418 -0
  15. package/lib/publish/index.cjs +9 -0
  16. package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-gantt-view-layout.cjs +258 -0
  17. package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-index-view-layout.cjs +283 -0
  18. package/package.json +1 -1
  19. package/src/publish/app-index-view-layout-no-nav.ts +461 -0
  20. package/src/publish/app-index-view-layout-top-nonav.ts +411 -0
  21. package/src/publish/index.ts +14 -0
  22. package/src/publish/view-layout-model-repository/view-layout-model-repository-de-gantt-view-layout.ts +251 -0
  23. package/src/publish/view-layout-model-repository/view-layout-model-repository-de-index-view-layout.ts +276 -0
@@ -0,0 +1,258 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ "use strict";
6
+ var DEGANTTVIEW = {
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": "\u641C\u7D22\u680F",
68
+ "itemStyle": "DEFAULT",
69
+ "itemType": "CTRLPOS",
70
+ "layoutPos": {
71
+ "shrink": 1,
72
+ "layout": "FLEX"
73
+ },
74
+ "showCaption": true,
75
+ "id": "searchbar"
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_searchbar"
92
+ },
93
+ {
94
+ "panelItems": [
95
+ {
96
+ "caption": "\u5DE5\u5177\u680F",
97
+ "itemStyle": "DEFAULT",
98
+ "itemType": "CTRLPOS",
99
+ "layoutPos": {
100
+ "shrink": 1,
101
+ "layout": "FLEX"
102
+ },
103
+ "showCaption": true,
104
+ "id": "toolbar"
105
+ }
106
+ ],
107
+ "layout": {
108
+ "align": "center",
109
+ "layout": "FLEX"
110
+ },
111
+ "dataRegionType": "INHERIT",
112
+ "caption": "\u5BB9\u5668",
113
+ "itemStyle": "DEFAULT",
114
+ "itemType": "CONTAINER",
115
+ "layoutPos": {
116
+ "shrink": 1,
117
+ "heightMode": "FULL",
118
+ "layout": "FLEX"
119
+ },
120
+ "id": "view_toolbar"
121
+ }
122
+ ],
123
+ "layout": {
124
+ "dir": "row",
125
+ "layout": "FLEX"
126
+ },
127
+ "dataRegionType": "INHERIT",
128
+ "caption": "\u5BB9\u5668",
129
+ "itemStyle": "DEFAULT",
130
+ "itemType": "CONTAINER",
131
+ "layoutPos": {
132
+ "shrink": 1,
133
+ "heightMode": "FULL",
134
+ "layout": "FLEX"
135
+ },
136
+ "id": "view_header_right"
137
+ }
138
+ ],
139
+ "predefinedType": "VIEWHEADER",
140
+ "layout": {
141
+ "align": "space-between",
142
+ "dir": "row",
143
+ "layout": "FLEX",
144
+ "valign": "center"
145
+ },
146
+ "dataRegionType": "INHERIT",
147
+ "caption": "\u5BB9\u5668",
148
+ "itemStyle": "DEFAULT",
149
+ "itemType": "CONTAINER",
150
+ "layoutPos": {
151
+ "shrink": 0,
152
+ "layout": "FLEX"
153
+ },
154
+ "id": "view_header"
155
+ }
156
+ ],
157
+ "predefinedType": "PANELPART",
158
+ "layout": {
159
+ "layout": "FLEX"
160
+ },
161
+ "dataRegionType": "INHERIT",
162
+ "caption": "\u5F15\u7528\u5E03\u5C40\u9762\u677F",
163
+ "itemStyle": "DEFAULT",
164
+ "itemType": "CONTAINER",
165
+ "layoutPos": {
166
+ "shrink": 1,
167
+ "layout": "FLEX"
168
+ },
169
+ "showCaption": true,
170
+ "id": "panelpart"
171
+ },
172
+ {
173
+ "panelItems": [
174
+ {
175
+ "panelItems": [
176
+ {
177
+ "caption": "\u641C\u7D22\u8868\u5355",
178
+ "itemStyle": "DEFAULT",
179
+ "itemType": "CTRLPOS",
180
+ "layoutPos": {
181
+ "shrink": 1,
182
+ "layout": "FLEX"
183
+ },
184
+ "showCaption": true,
185
+ "id": "searchform"
186
+ }
187
+ ],
188
+ "layout": {
189
+ "dir": "column",
190
+ "layout": "FLEX"
191
+ },
192
+ "dataRegionType": "INHERIT",
193
+ "itemStyle": "DEFAULT",
194
+ "itemType": "CONTAINER",
195
+ "layoutPos": {
196
+ "shrink": 0,
197
+ "layout": "FLEX"
198
+ },
199
+ "id": "view_searchform"
200
+ }
201
+ ],
202
+ "predefinedType": "PANELPART",
203
+ "layout": {
204
+ "layout": "FLEX"
205
+ },
206
+ "dataRegionType": "INHERIT",
207
+ "caption": "\u5F15\u7528\u5E03\u5C40\u9762\u677F",
208
+ "itemStyle": "DEFAULT",
209
+ "itemType": "CONTAINER",
210
+ "layoutPos": {
211
+ "shrink": 1,
212
+ "layout": "FLEX"
213
+ },
214
+ "showCaption": true,
215
+ "id": "panelpart1"
216
+ },
217
+ {
218
+ "panelItems": [
219
+ {
220
+ "caption": "\u7518\u7279\u56FE",
221
+ "itemStyle": "DEFAULT",
222
+ "itemType": "CTRLPOS",
223
+ "layoutPos": {
224
+ "grow": 1,
225
+ "shrink": 1,
226
+ "layout": "FLEX"
227
+ },
228
+ "showCaption": true,
229
+ "id": "gantt"
230
+ }
231
+ ],
232
+ "predefinedType": "VIEWCONTENT",
233
+ "layout": {
234
+ "layout": "FLEX"
235
+ },
236
+ "dataRegionType": "INHERIT",
237
+ "caption": "\u5BB9\u5668",
238
+ "itemStyle": "DEFAULT",
239
+ "itemType": "CONTAINER",
240
+ "layoutPos": {
241
+ "grow": 1,
242
+ "shrink": 1,
243
+ "layout": "FLEX"
244
+ },
245
+ "id": "view_content"
246
+ }
247
+ ],
248
+ "layoutPanel": true,
249
+ "codeName": "GanttViewLayout",
250
+ "controlType": "VIEWLAYOUTPANEL",
251
+ "logicName": "\u7518\u7279\u89C6\u56FE\u5E03\u5C40\u9762\u677F(\u9884\u7F6E\u6A21\u578B)",
252
+ "appDataEntityId": "frontmodel.viewlayoutmodelrepository",
253
+ "controlParam": {},
254
+ "name": "layoutpanel",
255
+ "id": "ganttviewlayout"
256
+ };
257
+
258
+ exports.default = DEGANTTVIEW;
@@ -0,0 +1,283 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ "use strict";
6
+ var DEINDEXVIEW = {
7
+ "viewProxyMode": true,
8
+ "layoutMode": "FLEX",
9
+ "layout": {
10
+ "layout": "FLEX"
11
+ },
12
+ "rootPanelItems": [
13
+ {
14
+ "panelItems": [
15
+ {
16
+ "panelItems": [
17
+ {
18
+ "panelItems": [
19
+ {
20
+ "panelItems": [
21
+ {
22
+ "caption": "\u9875\u9762\u6807\u9898",
23
+ "itemStyle": "DEFAULT",
24
+ "itemType": "CTRLPOS",
25
+ "layoutPos": {
26
+ "shrink": 1,
27
+ "layout": "FLEX"
28
+ },
29
+ "showCaption": true,
30
+ "id": "captionbar"
31
+ }
32
+ ],
33
+ "layout": {
34
+ "align": "center",
35
+ "layout": "FLEX"
36
+ },
37
+ "dataRegionType": "INHERIT",
38
+ "caption": "\u5BB9\u5668",
39
+ "itemStyle": "DEFAULT",
40
+ "itemType": "CONTAINER",
41
+ "layoutPos": {
42
+ "shrink": 1,
43
+ "heightMode": "FULL",
44
+ "layout": "FLEX"
45
+ },
46
+ "id": "view_captionbar"
47
+ }
48
+ ],
49
+ "layout": {
50
+ "layout": "FLEX"
51
+ },
52
+ "dataRegionType": "INHERIT",
53
+ "caption": "\u5BB9\u5668",
54
+ "itemStyle": "DEFAULT",
55
+ "itemType": "CONTAINER",
56
+ "layoutPos": {
57
+ "shrink": 1,
58
+ "heightMode": "FULL",
59
+ "layout": "FLEX"
60
+ },
61
+ "id": "view_header_left"
62
+ },
63
+ {
64
+ "panelItems": [
65
+ {
66
+ "panelItems": [
67
+ {
68
+ "caption": "\u5DE5\u5177\u680F",
69
+ "itemStyle": "DEFAULT",
70
+ "itemType": "CTRLPOS",
71
+ "layoutPos": {
72
+ "shrink": 1,
73
+ "layout": "FLEX"
74
+ },
75
+ "showCaption": true,
76
+ "id": "toolbar"
77
+ }
78
+ ],
79
+ "layout": {
80
+ "align": "center",
81
+ "layout": "FLEX"
82
+ },
83
+ "dataRegionType": "INHERIT",
84
+ "caption": "\u5BB9\u5668",
85
+ "itemStyle": "DEFAULT",
86
+ "itemType": "CONTAINER",
87
+ "layoutPos": {
88
+ "shrink": 1,
89
+ "heightMode": "FULL",
90
+ "layout": "FLEX"
91
+ },
92
+ "id": "view_toolbar"
93
+ }
94
+ ],
95
+ "layout": {
96
+ "layout": "FLEX"
97
+ },
98
+ "dataRegionType": "INHERIT",
99
+ "caption": "\u5BB9\u5668",
100
+ "itemStyle": "DEFAULT",
101
+ "itemType": "CONTAINER",
102
+ "layoutPos": {
103
+ "shrink": 1,
104
+ "heightMode": "FULL",
105
+ "layout": "FLEX"
106
+ },
107
+ "id": "view_header_right"
108
+ }
109
+ ],
110
+ "predefinedType": "VIEWHEADER",
111
+ "layout": {
112
+ "align": "space-between",
113
+ "dir": "row",
114
+ "layout": "FLEX",
115
+ "valign": "center"
116
+ },
117
+ "dataRegionType": "INHERIT",
118
+ "caption": "\u5BB9\u5668",
119
+ "itemStyle": "DEFAULT",
120
+ "itemType": "CONTAINER",
121
+ "layoutPos": {
122
+ "shrink": 0,
123
+ "layout": "FLEX"
124
+ },
125
+ "id": "view_header"
126
+ }
127
+ ],
128
+ "predefinedType": "PANELPART",
129
+ "layout": {
130
+ "layout": "FLEX"
131
+ },
132
+ "dataRegionType": "INHERIT",
133
+ "caption": "\u5F15\u7528\u5E03\u5C40\u9762\u677F",
134
+ "itemStyle": "DEFAULT",
135
+ "itemType": "CONTAINER",
136
+ "layoutPos": {
137
+ "shrink": 1,
138
+ "layout": "FLEX"
139
+ },
140
+ "showCaption": true,
141
+ "id": "panelpart"
142
+ },
143
+ {
144
+ "panelItems": [
145
+ {
146
+ "panelItems": [
147
+ {
148
+ "caption": "\u8868\u5355",
149
+ "itemStyle": "DEFAULT",
150
+ "itemType": "CTRLPOS",
151
+ "layoutPos": {
152
+ "shrink": 1,
153
+ "layout": "FLEX"
154
+ },
155
+ "showCaption": true,
156
+ "id": "form"
157
+ }
158
+ ],
159
+ "layout": {
160
+ "layout": "FLEX"
161
+ },
162
+ "dataRegionType": "INHERIT",
163
+ "caption": "\u5BB9\u5668",
164
+ "itemStyle": "DEFAULT",
165
+ "itemType": "CONTAINER",
166
+ "layoutPos": {
167
+ "shrink": 0,
168
+ "layout": "FLEX"
169
+ },
170
+ "id": "view_form"
171
+ },
172
+ {
173
+ "panelItems": [
174
+ {
175
+ "caption": "\u6570\u636E\u5173\u7CFB\u680F",
176
+ "itemStyle": "DEFAULT",
177
+ "itemType": "CTRLPOS",
178
+ "layoutPos": {
179
+ "shrink": 1,
180
+ "heightMode": "FULL",
181
+ "layout": "FLEX",
182
+ "widthMode": "FULL"
183
+ },
184
+ "showCaption": true,
185
+ "id": "drbar"
186
+ }
187
+ ],
188
+ "layout": {
189
+ "layout": "FLEX"
190
+ },
191
+ "dataRegionType": "INHERIT",
192
+ "caption": "\u5BB9\u5668",
193
+ "contentHeight": 65,
194
+ "height": 65,
195
+ "itemStyle": "DEFAULT",
196
+ "itemType": "CONTAINER",
197
+ "layoutPos": {
198
+ "shrink": 0,
199
+ "height": 65,
200
+ "heightMode": "PX",
201
+ "layout": "FLEX"
202
+ },
203
+ "id": "view_drbar"
204
+ },
205
+ {
206
+ "panelItems": [
207
+ {
208
+ "rawItem": {
209
+ "predefinedType": "NAV_POS",
210
+ "id": "nav_pos"
211
+ },
212
+ "caption": "\u5BFC\u822A\u533A\u5360\u4F4D",
213
+ "itemStyle": "DEFAULT",
214
+ "itemType": "RAWITEM",
215
+ "layoutPos": {
216
+ "shrink": 1,
217
+ "layout": "FLEX"
218
+ },
219
+ "showCaption": true,
220
+ "id": "nav_pos"
221
+ }
222
+ ],
223
+ "layout": {
224
+ "layout": "FLEX"
225
+ },
226
+ "dataRegionType": "INHERIT",
227
+ "caption": "\u5BB9\u5668",
228
+ "itemStyle": "DEFAULT",
229
+ "itemType": "CONTAINER",
230
+ "layoutPos": {
231
+ "grow": 1,
232
+ "shrink": 1,
233
+ "layout": "FLEX"
234
+ },
235
+ "id": "view_nav_pos"
236
+ }
237
+ ],
238
+ "predefinedType": "VIEWCONTENT",
239
+ "layout": {
240
+ "layout": "FLEX"
241
+ },
242
+ "dataRegionType": "INHERIT",
243
+ "caption": "\u5BB9\u5668",
244
+ "itemStyle": "DEFAULT",
245
+ "itemType": "CONTAINER",
246
+ "layoutPos": {
247
+ "grow": 1,
248
+ "shrink": 1,
249
+ "layout": "FLEX"
250
+ },
251
+ "id": "view_content"
252
+ }
253
+ ],
254
+ "layoutPanel": true,
255
+ "controls": [
256
+ {
257
+ "capLanguageRes": {
258
+ "defaultContent": "\u89C6\u56FE\u5E03\u5C40\u6A21\u578B\u5B58\u50A8",
259
+ "lanResTag": "DE.LNAME.VIEWLAYOUTMODELREPOSITORY",
260
+ "lanResType": "DE.LNAME",
261
+ "refFlag": true,
262
+ "name": "\u5B9E\u4F53\u903B\u8F91\u540D\u79F0\uFF08DE.LNAME.*\uFF09[VIEWLAYOUTMODELREPOSITORY]",
263
+ "id": "\u5B9E\u4F53\u903B\u8F91\u540D\u79F0\uFF08de.lname.*\uFF09[viewlayoutmodelrepository]"
264
+ },
265
+ "caption": "\u5B9E\u4F53\u9996\u9875\u89C6\u56FE\u5E03\u5C40\u9762\u677F",
266
+ "codeName": "DEIndexViewLayoutcaptionbar",
267
+ "controlType": "CAPTIONBAR",
268
+ "appDataEntityId": "frontmodel.viewlayoutmodelrepository",
269
+ "controlParam": {},
270
+ "name": "captionbar",
271
+ "id": "deindexviewlayoutcaptionbar"
272
+ }
273
+ ],
274
+ "codeName": "DEIndexViewLayout",
275
+ "controlType": "VIEWLAYOUTPANEL",
276
+ "logicName": "\u5B9E\u4F53\u9996\u9875\u89C6\u56FE\u5E03\u5C40\u9762\u677F(\u9884\u7F6E\u6A21\u578B)",
277
+ "appDataEntityId": "frontmodel.viewlayoutmodelrepository",
278
+ "controlParam": {},
279
+ "name": "layoutpanel",
280
+ "id": "deindexviewlayout"
281
+ };
282
+
283
+ exports.default = DEINDEXVIEW;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ibiz-template/web-theme",
3
- "version": "1.1.1",
3
+ "version": "1.1.3",
4
4
  "type": "module",
5
5
  "main": "lib/index.cjs",
6
6
  "types": "es/index.d.ts",