@ibiz-template/web-theme 1.0.1 → 1.0.2

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.
@@ -17,6 +17,7 @@ import DEListView from './view-layout-model-repository/view-layout-model-reposit
17
17
  import DEOptView from './view-layout-model-repository/view-layout-model-repository-de-option-view-layout.mjs';
18
18
  import DEPickupGirdView from './view-layout-model-repository/view-layout-model-repository-de-pickup-grid-view-layout.mjs';
19
19
  import DEPickupTreeView from './view-layout-model-repository/view-layout-model-repository-de-pickup-tree-view-layout.mjs';
20
+ import DEPickupView2 from './view-layout-model-repository/view-layout-model-repository-de-pickup-view-2-layout.mjs';
20
21
  import DEPickupView from './view-layout-model-repository/view-layout-model-repository-de-pickup-view-layout.mjs';
21
22
  import DETabExpView from './view-layout-model-repository/view-layout-model-repository-de-tab-exp-view-layout.mjs';
22
23
  import DETreeViewExpView from './view-layout-model-repository/view-layout-model-repository-de-tree-exp-view-layout.mjs';
@@ -62,6 +63,7 @@ function install(callBack) {
62
63
  callBack("DEOPTVIEW_DEFAULT", DEOptView);
63
64
  callBack("DEPICKUPGRIDVIEW_DEFAULT", DEPickupGirdView);
64
65
  callBack("DEPICKUPTREEVIEW_DEFAULT", DEPickupTreeView);
66
+ callBack("DEPICKUPVIEW2_DEFAULT", DEPickupView2);
65
67
  callBack("DEPICKUPVIEW_DEFAULT", DEPickupView);
66
68
  callBack("DETABEXPVIEW_DEFAULT", DETabExpView);
67
69
  callBack("DETABEXPVIEW9_DEFAULT", DETabExpView);
@@ -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 };
@@ -19,6 +19,7 @@ var viewLayoutModelRepositoryDeListViewLayout = require('./view-layout-model-rep
19
19
  var viewLayoutModelRepositoryDeOptionViewLayout = require('./view-layout-model-repository/view-layout-model-repository-de-option-view-layout.cjs');
20
20
  var viewLayoutModelRepositoryDePickupGridViewLayout = require('./view-layout-model-repository/view-layout-model-repository-de-pickup-grid-view-layout.cjs');
21
21
  var viewLayoutModelRepositoryDePickupTreeViewLayout = require('./view-layout-model-repository/view-layout-model-repository-de-pickup-tree-view-layout.cjs');
22
+ var viewLayoutModelRepositoryDePickupView2Layout = require('./view-layout-model-repository/view-layout-model-repository-de-pickup-view-2-layout.cjs');
22
23
  var viewLayoutModelRepositoryDePickupViewLayout = require('./view-layout-model-repository/view-layout-model-repository-de-pickup-view-layout.cjs');
23
24
  var viewLayoutModelRepositoryDeTabExpViewLayout = require('./view-layout-model-repository/view-layout-model-repository-de-tab-exp-view-layout.cjs');
24
25
  var viewLayoutModelRepositoryDeTreeExpViewLayout = require('./view-layout-model-repository/view-layout-model-repository-de-tree-exp-view-layout.cjs');
@@ -64,6 +65,7 @@ function install(callBack) {
64
65
  callBack("DEOPTVIEW_DEFAULT", viewLayoutModelRepositoryDeOptionViewLayout.default);
65
66
  callBack("DEPICKUPGRIDVIEW_DEFAULT", viewLayoutModelRepositoryDePickupGridViewLayout.default);
66
67
  callBack("DEPICKUPTREEVIEW_DEFAULT", viewLayoutModelRepositoryDePickupTreeViewLayout.default);
68
+ callBack("DEPICKUPVIEW2_DEFAULT", viewLayoutModelRepositoryDePickupView2Layout.default);
67
69
  callBack("DEPICKUPVIEW_DEFAULT", viewLayoutModelRepositoryDePickupViewLayout.default);
68
70
  callBack("DETABEXPVIEW_DEFAULT", viewLayoutModelRepositoryDeTabExpViewLayout.default);
69
71
  callBack("DETABEXPVIEW9_DEFAULT", viewLayoutModelRepositoryDeTabExpViewLayout.default);