@ibiz-template/web-theme 1.0.1 → 1.0.4

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.
@@ -3,6 +3,7 @@ import AppIndexViewLayout_CENTER from './app-index-view-layout-center.mjs';
3
3
  import AppIndexViewLayout_TOP from './app-index-view-layout-top.mjs';
4
4
  import AppIndexViewLayout from './app-index-view-layout.mjs';
5
5
  import DEChartView from './view-layout-model-repository/view-layout-model-repository-de-chart-view-layout.mjs';
6
+ import DECalendarExpView from './view-layout-model-repository/view-layout-model-repository-de-calendar-exp-view-layout.mjs';
6
7
  import DECalendarView from './view-layout-model-repository/view-layout-model-repository-de-calendar-view-layout.mjs';
7
8
  import DEDataViewExpView from './view-layout-model-repository/view-layout-model-repository-de-data-view-exp-view-layout.mjs';
8
9
  import DEDataView from './view-layout-model-repository/view-layout-model-repository-de-data-view-layout.mjs';
@@ -17,6 +18,7 @@ import DEListView from './view-layout-model-repository/view-layout-model-reposit
17
18
  import DEOptView from './view-layout-model-repository/view-layout-model-repository-de-option-view-layout.mjs';
18
19
  import DEPickupGirdView from './view-layout-model-repository/view-layout-model-repository-de-pickup-grid-view-layout.mjs';
19
20
  import DEPickupTreeView from './view-layout-model-repository/view-layout-model-repository-de-pickup-tree-view-layout.mjs';
21
+ import DEPickupView2 from './view-layout-model-repository/view-layout-model-repository-de-pickup-view-2-layout.mjs';
20
22
  import DEPickupView from './view-layout-model-repository/view-layout-model-repository-de-pickup-view-layout.mjs';
21
23
  import DETabExpView from './view-layout-model-repository/view-layout-model-repository-de-tab-exp-view-layout.mjs';
22
24
  import DETreeViewExpView from './view-layout-model-repository/view-layout-model-repository-de-tree-exp-view-layout.mjs';
@@ -43,6 +45,7 @@ function install(callBack) {
43
45
  callBack("APPINDEXVIEW_DEFAULT_TOP", AppIndexViewLayout_TOP);
44
46
  callBack("DECHARTVIEW_DEFAULT", DEChartView);
45
47
  callBack("DECHARTVIEW9_DEFAULT", DEChartView);
48
+ callBack("DECALENDAREXPVIEW_DEFAULT", DECalendarExpView);
46
49
  callBack("DECALENDARVIEW_DEFAULT", DECalendarView);
47
50
  callBack("DECALENDARVIEW9_DEFAULT", DECalendarView);
48
51
  callBack("DEDATAVIEWEXPVIEW_DEFAULT", DEDataViewExpView);
@@ -62,6 +65,7 @@ function install(callBack) {
62
65
  callBack("DEOPTVIEW_DEFAULT", DEOptView);
63
66
  callBack("DEPICKUPGRIDVIEW_DEFAULT", DEPickupGirdView);
64
67
  callBack("DEPICKUPTREEVIEW_DEFAULT", DEPickupTreeView);
68
+ callBack("DEPICKUPVIEW2_DEFAULT", DEPickupView2);
65
69
  callBack("DEPICKUPVIEW_DEFAULT", DEPickupView);
66
70
  callBack("DETABEXPVIEW_DEFAULT", DETabExpView);
67
71
  callBack("DETABEXPVIEW9_DEFAULT", DETabExpView);
@@ -0,0 +1,85 @@
1
+ declare const _default: {
2
+ layoutMode: string;
3
+ rootPanelItems: {
4
+ panelItems: ({
5
+ panelItems: {
6
+ caption: string;
7
+ itemStyle: string;
8
+ itemType: string;
9
+ layoutPos: {
10
+ grow: number;
11
+ shrink: number;
12
+ layout: string;
13
+ };
14
+ showCaption: boolean;
15
+ id: string;
16
+ }[];
17
+ layout: {
18
+ layout: string;
19
+ };
20
+ dataRegionType: string;
21
+ caption: string;
22
+ itemStyle: string;
23
+ itemType: string;
24
+ layoutPos: {
25
+ shrink: number;
26
+ layout: string;
27
+ grow?: undefined;
28
+ };
29
+ id: string;
30
+ } | {
31
+ panelItems: {
32
+ rawItem: {
33
+ predefinedType: string;
34
+ id: string;
35
+ };
36
+ caption: string;
37
+ itemStyle: string;
38
+ itemType: string;
39
+ layoutPos: {
40
+ grow: number;
41
+ shrink: number;
42
+ layout: string;
43
+ };
44
+ showCaption: boolean;
45
+ id: string;
46
+ }[];
47
+ layout: {
48
+ layout: string;
49
+ };
50
+ dataRegionType: string;
51
+ caption: string;
52
+ itemStyle: string;
53
+ itemType: string;
54
+ layoutPos: {
55
+ grow: number;
56
+ shrink: number;
57
+ layout: string;
58
+ };
59
+ id: string;
60
+ })[];
61
+ layout: {
62
+ dir: string;
63
+ layout: string;
64
+ };
65
+ dataRegionType: string;
66
+ caption: string;
67
+ itemStyle: string;
68
+ itemType: string;
69
+ layoutPos: {
70
+ grow: number;
71
+ shrink: number;
72
+ layout: string;
73
+ };
74
+ id: string;
75
+ }[];
76
+ layoutPanel: boolean;
77
+ codeName: string;
78
+ controlType: string;
79
+ logicName: string;
80
+ appDataEntityId: string;
81
+ controlParam: {};
82
+ name: string;
83
+ id: string;
84
+ };
85
+ export default _default;
@@ -0,0 +1,94 @@
1
+ var DECalendarExpView = {
2
+ "layoutMode": "FLEX",
3
+ "rootPanelItems": [
4
+ {
5
+ "panelItems": [
6
+ {
7
+ "panelItems": [
8
+ {
9
+ "caption": "\u65E5\u5386\u5BFC\u822A\u680F",
10
+ "itemStyle": "DEFAULT",
11
+ "itemType": "CTRLPOS",
12
+ "layoutPos": {
13
+ "grow": 1,
14
+ "shrink": 1,
15
+ "layout": "FLEX"
16
+ },
17
+ "showCaption": true,
18
+ "id": "calendarexpbar"
19
+ }
20
+ ],
21
+ "layout": {
22
+ "layout": "FLEX"
23
+ },
24
+ "dataRegionType": "INHERIT",
25
+ "caption": "\u5BB9\u5668",
26
+ "itemStyle": "DEFAULT",
27
+ "itemType": "CONTAINER",
28
+ "layoutPos": {
29
+ "shrink": 0,
30
+ "layout": "FLEX"
31
+ },
32
+ "id": "view_content_left"
33
+ },
34
+ {
35
+ "panelItems": [
36
+ {
37
+ "rawItem": {
38
+ "predefinedType": "NAV_POS",
39
+ "id": "nav_pos"
40
+ },
41
+ "caption": "\u5BFC\u822A\u533A\u5360\u4F4D",
42
+ "itemStyle": "DEFAULT",
43
+ "itemType": "RAWITEM",
44
+ "layoutPos": {
45
+ "grow": 1,
46
+ "shrink": 1,
47
+ "layout": "FLEX"
48
+ },
49
+ "showCaption": true,
50
+ "id": "nav_pos"
51
+ }
52
+ ],
53
+ "layout": {
54
+ "layout": "FLEX"
55
+ },
56
+ "dataRegionType": "INHERIT",
57
+ "caption": "\u5BB9\u5668",
58
+ "itemStyle": "DEFAULT",
59
+ "itemType": "CONTAINER",
60
+ "layoutPos": {
61
+ "grow": 1,
62
+ "shrink": 1,
63
+ "layout": "FLEX"
64
+ },
65
+ "id": "view_content_right"
66
+ }
67
+ ],
68
+ "layout": {
69
+ "dir": "row",
70
+ "layout": "FLEX"
71
+ },
72
+ "dataRegionType": "INHERIT",
73
+ "caption": "\u5BB9\u5668",
74
+ "itemStyle": "DEFAULT",
75
+ "itemType": "CONTAINER",
76
+ "layoutPos": {
77
+ "grow": 1,
78
+ "shrink": 1,
79
+ "layout": "FLEX"
80
+ },
81
+ "id": "view_content"
82
+ }
83
+ ],
84
+ "layoutPanel": true,
85
+ "codeName": "CalendarExpViewLayout",
86
+ "controlType": "VIEWLAYOUTPANEL",
87
+ "logicName": "\u65E5\u5386\u5BFC\u822A\u89C6\u56FE\u5E03\u5C40\u9762\u677F(\u9884\u7F6E\u6A21\u578B)",
88
+ "appDataEntityId": "frontmodel.viewlayoutmodelrepository",
89
+ "controlParam": {},
90
+ "name": "layoutpanel",
91
+ "id": "calendarexpviewlayout"
92
+ };
93
+
94
+ export { DECalendarExpView as default };
@@ -0,0 +1,205 @@
1
+ declare const _default: {
2
+ layoutMode: string;
3
+ rootPanelItems: ({
4
+ panelItems: {
5
+ panelItems: {
6
+ panelItems: {
7
+ panelItems: {
8
+ caption: string;
9
+ itemStyle: string;
10
+ itemType: string;
11
+ layoutPos: {
12
+ shrink: number;
13
+ layout: string;
14
+ };
15
+ showCaption: boolean;
16
+ id: string;
17
+ }[];
18
+ layout: {
19
+ layout: string;
20
+ };
21
+ dataRegionType: string;
22
+ caption: string;
23
+ itemStyle: string;
24
+ itemType: string;
25
+ layoutPos: {
26
+ shrink: number;
27
+ layout: string;
28
+ };
29
+ id: string;
30
+ }[];
31
+ layout: {
32
+ layout: string;
33
+ };
34
+ dataRegionType: string;
35
+ caption: string;
36
+ itemStyle: string;
37
+ itemType: string;
38
+ layoutPos: {
39
+ shrink: number;
40
+ layout: string;
41
+ };
42
+ id: string;
43
+ }[];
44
+ predefinedType: string;
45
+ layout: {
46
+ align: string;
47
+ dir: string;
48
+ layout: string;
49
+ valign: string;
50
+ };
51
+ dataRegionType: string;
52
+ caption: string;
53
+ itemStyle: string;
54
+ itemType: string;
55
+ layoutPos: {
56
+ shrink: number;
57
+ layout: string;
58
+ };
59
+ id: string;
60
+ }[];
61
+ predefinedType: string;
62
+ layout: {
63
+ layout: string;
64
+ dir?: undefined;
65
+ valign?: undefined;
66
+ };
67
+ dataRegionType: string;
68
+ caption: string;
69
+ itemStyle: string;
70
+ itemType: string;
71
+ layoutPos: {
72
+ shrink: number;
73
+ layout: string;
74
+ grow?: undefined;
75
+ };
76
+ showCaption: boolean;
77
+ id: string;
78
+ } | {
79
+ panelItems: ({
80
+ panelItems: {
81
+ caption: string;
82
+ itemStyle: string;
83
+ itemType: string;
84
+ layoutPos: {
85
+ shrink: number;
86
+ layout: string;
87
+ };
88
+ showCaption: boolean;
89
+ id: string;
90
+ }[];
91
+ layout: {
92
+ layout: string;
93
+ };
94
+ dataRegionType: string;
95
+ caption: string;
96
+ itemStyle: string;
97
+ itemType: string;
98
+ layoutPos: {
99
+ shrink: number;
100
+ layout: string;
101
+ grow?: undefined;
102
+ };
103
+ id: string;
104
+ } | {
105
+ panelItems: {
106
+ caption: string;
107
+ itemStyle: string;
108
+ itemType: string;
109
+ layoutPos: {
110
+ grow: number;
111
+ shrink: number;
112
+ layout: string;
113
+ };
114
+ showCaption: boolean;
115
+ id: string;
116
+ }[];
117
+ layout: {
118
+ layout: string;
119
+ };
120
+ dataRegionType: string;
121
+ caption: string;
122
+ itemStyle: string;
123
+ itemType: string;
124
+ layoutPos: {
125
+ grow: number;
126
+ shrink: number;
127
+ layout: string;
128
+ };
129
+ id: string;
130
+ })[];
131
+ layout: {
132
+ dir: string;
133
+ layout: string;
134
+ valign?: undefined;
135
+ };
136
+ dataRegionType: string;
137
+ caption: string;
138
+ itemStyle: string;
139
+ itemType: string;
140
+ layoutPos: {
141
+ grow: number;
142
+ shrink: number;
143
+ layout: string;
144
+ };
145
+ id: string;
146
+ predefinedType?: undefined;
147
+ showCaption?: undefined;
148
+ } | {
149
+ panelItems: ({
150
+ actionType: string;
151
+ uiactionId: string;
152
+ tooltip: string;
153
+ caption: string;
154
+ itemStyle: string;
155
+ itemType: string;
156
+ layoutPos: {
157
+ shrink: number;
158
+ layout: string;
159
+ spacingRight?: undefined;
160
+ };
161
+ showCaption: boolean;
162
+ id: string;
163
+ } | {
164
+ actionType: string;
165
+ uiactionId: string;
166
+ tooltip: string;
167
+ caption: string;
168
+ itemStyle: string;
169
+ itemType: string;
170
+ layoutPos: {
171
+ shrink: number;
172
+ layout: string;
173
+ spacingRight: string;
174
+ };
175
+ showCaption: boolean;
176
+ id: string;
177
+ })[];
178
+ layout: {
179
+ dir: string;
180
+ layout: string;
181
+ valign: string;
182
+ };
183
+ dataRegionType: string;
184
+ caption: string;
185
+ itemStyle: string;
186
+ itemType: string;
187
+ layoutPos: {
188
+ shrink: number;
189
+ layout: string;
190
+ grow?: undefined;
191
+ };
192
+ id: string;
193
+ predefinedType?: undefined;
194
+ showCaption?: undefined;
195
+ })[];
196
+ layoutPanel: boolean;
197
+ codeName: string;
198
+ controlType: string;
199
+ logicName: string;
200
+ appDataEntityId: string;
201
+ controlParam: {};
202
+ name: string;
203
+ id: string;
204
+ };
205
+ export default _default;
@@ -0,0 +1,260 @@
1
+ var DEPickupView2 = {
2
+ "layoutMode": "FLEX",
3
+ "rootPanelItems": [
4
+ {
5
+ "panelItems": [
6
+ {
7
+ "panelItems": [
8
+ {
9
+ "panelItems": [
10
+ {
11
+ "panelItems": [
12
+ {
13
+ "caption": "\u9875\u9762\u6807\u9898",
14
+ "itemStyle": "DEFAULT",
15
+ "itemType": "CTRLPOS",
16
+ "layoutPos": {
17
+ "shrink": 1,
18
+ "layout": "FLEX"
19
+ },
20
+ "showCaption": true,
21
+ "id": "captionbar"
22
+ }
23
+ ],
24
+ "layout": {
25
+ "layout": "FLEX"
26
+ },
27
+ "dataRegionType": "INHERIT",
28
+ "caption": "\u5BB9\u5668",
29
+ "itemStyle": "DEFAULT",
30
+ "itemType": "CONTAINER",
31
+ "layoutPos": {
32
+ "shrink": 1,
33
+ "layout": "FLEX"
34
+ },
35
+ "id": "view_captionbar"
36
+ }
37
+ ],
38
+ "layout": {
39
+ "layout": "FLEX"
40
+ },
41
+ "dataRegionType": "INHERIT",
42
+ "caption": "\u5BB9\u5668",
43
+ "itemStyle": "DEFAULT",
44
+ "itemType": "CONTAINER",
45
+ "layoutPos": {
46
+ "shrink": 1,
47
+ "layout": "FLEX"
48
+ },
49
+ "id": "view_header_left"
50
+ },
51
+ {
52
+ "panelItems": [
53
+ {
54
+ "panelItems": [
55
+ {
56
+ "caption": "\u5DE5\u5177\u680F",
57
+ "itemStyle": "DEFAULT",
58
+ "itemType": "CTRLPOS",
59
+ "layoutPos": {
60
+ "shrink": 1,
61
+ "layout": "FLEX"
62
+ },
63
+ "showCaption": true,
64
+ "id": "toolbar"
65
+ }
66
+ ],
67
+ "layout": {
68
+ "layout": "FLEX"
69
+ },
70
+ "dataRegionType": "INHERIT",
71
+ "caption": "\u5BB9\u5668",
72
+ "itemStyle": "DEFAULT",
73
+ "itemType": "CONTAINER",
74
+ "layoutPos": {
75
+ "shrink": 1,
76
+ "layout": "FLEX"
77
+ },
78
+ "id": "view_toolbar"
79
+ }
80
+ ],
81
+ "layout": {
82
+ "layout": "FLEX"
83
+ },
84
+ "dataRegionType": "INHERIT",
85
+ "caption": "\u5BB9\u5668",
86
+ "itemStyle": "DEFAULT",
87
+ "itemType": "CONTAINER",
88
+ "layoutPos": {
89
+ "shrink": 1,
90
+ "layout": "FLEX"
91
+ },
92
+ "id": "view_header_right"
93
+ }
94
+ ],
95
+ "predefinedType": "VIEWHEADER",
96
+ "layout": {
97
+ "align": "space-between",
98
+ "dir": "row",
99
+ "layout": "FLEX",
100
+ "valign": "center"
101
+ },
102
+ "dataRegionType": "INHERIT",
103
+ "caption": "\u5BB9\u5668",
104
+ "itemStyle": "DEFAULT",
105
+ "itemType": "CONTAINER",
106
+ "layoutPos": {
107
+ "shrink": 0,
108
+ "layout": "FLEX"
109
+ },
110
+ "id": "view_header"
111
+ }
112
+ ],
113
+ "predefinedType": "PANELPART",
114
+ "layout": {
115
+ "layout": "FLEX"
116
+ },
117
+ "dataRegionType": "INHERIT",
118
+ "caption": "\u5F15\u7528\u5E03\u5C40\u9762\u677F",
119
+ "itemStyle": "DEFAULT",
120
+ "itemType": "CONTAINER",
121
+ "layoutPos": {
122
+ "shrink": 1,
123
+ "layout": "FLEX"
124
+ },
125
+ "showCaption": true,
126
+ "id": "panelpart"
127
+ },
128
+ {
129
+ "panelItems": [
130
+ {
131
+ "panelItems": [
132
+ {
133
+ "caption": "\u6811\u5BFC\u822A",
134
+ "itemStyle": "DEFAULT",
135
+ "itemType": "CTRLPOS",
136
+ "layoutPos": {
137
+ "shrink": 1,
138
+ "layout": "FLEX"
139
+ },
140
+ "showCaption": true,
141
+ "id": "treeexpbar"
142
+ }
143
+ ],
144
+ "layout": {
145
+ "layout": "FLEX"
146
+ },
147
+ "dataRegionType": "INHERIT",
148
+ "caption": "\u5BB9\u5668",
149
+ "itemStyle": "DEFAULT",
150
+ "itemType": "CONTAINER",
151
+ "layoutPos": {
152
+ "shrink": 0,
153
+ "layout": "FLEX"
154
+ },
155
+ "id": "view_exp"
156
+ },
157
+ {
158
+ "panelItems": [
159
+ {
160
+ "caption": "\u9009\u62E9\u9762\u677F",
161
+ "itemStyle": "DEFAULT",
162
+ "itemType": "CTRLPOS",
163
+ "layoutPos": {
164
+ "grow": 1,
165
+ "shrink": 1,
166
+ "layout": "FLEX"
167
+ },
168
+ "showCaption": true,
169
+ "id": "pickupviewpanel"
170
+ }
171
+ ],
172
+ "layout": {
173
+ "layout": "FLEX"
174
+ },
175
+ "dataRegionType": "INHERIT",
176
+ "caption": "\u5BB9\u5668",
177
+ "itemStyle": "DEFAULT",
178
+ "itemType": "CONTAINER",
179
+ "layoutPos": {
180
+ "grow": 1,
181
+ "shrink": 1,
182
+ "layout": "FLEX"
183
+ },
184
+ "id": "view_content"
185
+ }
186
+ ],
187
+ "layout": {
188
+ "dir": "row",
189
+ "layout": "FLEX"
190
+ },
191
+ "dataRegionType": "INHERIT",
192
+ "caption": "\u5BB9\u5668",
193
+ "itemStyle": "DEFAULT",
194
+ "itemType": "CONTAINER",
195
+ "layoutPos": {
196
+ "grow": 1,
197
+ "shrink": 1,
198
+ "layout": "FLEX"
199
+ },
200
+ "id": "view_container"
201
+ },
202
+ {
203
+ "panelItems": [
204
+ {
205
+ "actionType": "UIACTION",
206
+ "uiactionId": "cancel",
207
+ "tooltip": "\u53D6\u6D88",
208
+ "caption": "\u53D6\u6D88",
209
+ "itemStyle": "INFO",
210
+ "itemType": "BUTTON",
211
+ "layoutPos": {
212
+ "shrink": 1,
213
+ "layout": "FLEX"
214
+ },
215
+ "showCaption": true,
216
+ "id": "button_cancelaction"
217
+ },
218
+ {
219
+ "actionType": "UIACTION",
220
+ "uiactionId": "ok",
221
+ "tooltip": "\u786E\u5B9A",
222
+ "caption": "\u786E\u5B9A",
223
+ "itemStyle": "PRIMARY",
224
+ "itemType": "BUTTON",
225
+ "layoutPos": {
226
+ "shrink": 1,
227
+ "layout": "FLEX",
228
+ "spacingRight": "OUTERMEDIUM"
229
+ },
230
+ "showCaption": true,
231
+ "id": "button_okaction"
232
+ }
233
+ ],
234
+ "layout": {
235
+ "dir": "row-reverse",
236
+ "layout": "FLEX",
237
+ "valign": "center"
238
+ },
239
+ "dataRegionType": "INHERIT",
240
+ "caption": "\u5BB9\u5668",
241
+ "itemStyle": "DEFAULT",
242
+ "itemType": "CONTAINER",
243
+ "layoutPos": {
244
+ "shrink": 0,
245
+ "layout": "FLEX"
246
+ },
247
+ "id": "view_footer"
248
+ }
249
+ ],
250
+ "layoutPanel": true,
251
+ "codeName": "PickupView2Layout",
252
+ "controlType": "VIEWLAYOUTPANEL",
253
+ "logicName": "\u5B9E\u4F53\u6570\u636E\u9009\u62E9\u89C6\u56FE\uFF08\u5DE6\u53F3\u5173\u7CFB\uFF09\u5E03\u5C40\u9762\u677F",
254
+ "appDataEntityId": "frontmodel.viewlayoutmodelrepository",
255
+ "controlParam": {},
256
+ "name": "layoutpanel",
257
+ "id": "pickupview2layout"
258
+ };
259
+
260
+ export { DEPickupView2 as default };