@ibiz-template/web-theme 1.0.14 → 1.0.15

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 (22) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/dist/index.system.min.js +1 -1
  3. package/dist/index.system.min.js.map +1 -1
  4. package/es/publish/index.mjs +2 -0
  5. package/es/publish/view-layout-model-repository/view-layout-model-repository-de-edit-view-3-layout.d.ts +53 -54
  6. package/es/publish/view-layout-model-repository/view-layout-model-repository-de-edit-view-3-layout.mjs +53 -53
  7. package/es/publish/view-layout-model-repository/view-layout-model-repository-de-kanban-view-layout.d.ts +201 -0
  8. package/es/publish/view-layout-model-repository/view-layout-model-repository-de-kanban-view-layout.mjs +250 -0
  9. package/es/publish/view-layout-model-repository/view-layout-model-repository-de-option-view-layout.mjs +10 -10
  10. package/es/publish/view-layout-model-repository/view-layout-model-repository-de-pickup-view-2-layout.mjs +10 -10
  11. package/es/publish/view-layout-model-repository/view-layout-model-repository-de-pickup-view-layout.mjs +10 -10
  12. package/es/publish/view-layout-model-repository/view-layout-model-repository-dem-pickup-view-2-layout.mjs +10 -10
  13. package/es/publish/view-layout-model-repository/view-layout-model-repository-dem-pickup-view-layout.mjs +10 -10
  14. package/lib/publish/index.cjs +2 -0
  15. package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-edit-view-3-layout.cjs +53 -53
  16. package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-kanban-view-layout.cjs +254 -0
  17. package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-option-view-layout.cjs +10 -10
  18. package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-pickup-view-2-layout.cjs +10 -10
  19. package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-pickup-view-layout.cjs +10 -10
  20. package/lib/publish/view-layout-model-repository/view-layout-model-repository-dem-pickup-view-2-layout.cjs +10 -10
  21. package/lib/publish/view-layout-model-repository/view-layout-model-repository-dem-pickup-view-layout.cjs +10 -10
  22. package/package.json +1 -1
@@ -7,6 +7,7 @@ import DECalendarExpView from './view-layout-model-repository/view-layout-model-
7
7
  import DECalendarView from './view-layout-model-repository/view-layout-model-repository-de-calendar-view-layout.mjs';
8
8
  import DEDataViewExpView from './view-layout-model-repository/view-layout-model-repository-de-data-view-exp-view-layout.mjs';
9
9
  import DEDataView from './view-layout-model-repository/view-layout-model-repository-de-data-view-layout.mjs';
10
+ import DEKanbanView from './view-layout-model-repository/view-layout-model-repository-de-kanban-view-layout.mjs';
10
11
  import DEEdit2View from './view-layout-model-repository/view-layout-model-repository-de-edit-view-2-layout.mjs';
11
12
  import DEEdit3View from './view-layout-model-repository/view-layout-model-repository-de-edit-view-3-layout.mjs';
12
13
  import DEEdit4View from './view-layout-model-repository/view-layout-model-repository-de-edit-view-4-layout.mjs';
@@ -53,6 +54,7 @@ function install(callBack) {
53
54
  callBack("DEDATAVIEWEXPVIEW_DEFAULT", DEDataViewExpView);
54
55
  callBack("DEDATAVIEW_DEFAULT", DEDataView);
55
56
  callBack("DEDATAVIEW9_DEFAULT", DEDataView);
57
+ callBack("DEKANBANVIEW_DEFAULT", DEKanbanView);
56
58
  callBack("DEEDITVIEW2_DEFAULT", DEEdit2View);
57
59
  callBack("DEEDITVIEW3_DEFAULT", DEEdit3View);
58
60
  callBack("DEEDITVIEW4_DEFAULT", DEEdit4View);
@@ -77,8 +77,8 @@ declare const _default: {
77
77
  showCaption: boolean;
78
78
  id: string;
79
79
  } | {
80
- panelItems: {
81
- panelItems: ({
80
+ panelItems: ({
81
+ panelItems: {
82
82
  caption: string;
83
83
  itemStyle: string;
84
84
  itemType: string;
@@ -87,91 +87,90 @@ declare const _default: {
87
87
  heightMode: string;
88
88
  layout: string;
89
89
  widthMode: string;
90
- grow?: undefined;
91
90
  };
92
91
  showCaption: boolean;
93
92
  id: string;
94
- panelItems?: undefined;
95
- layout?: undefined;
96
- dataRegionType?: undefined;
97
- } | {
98
- panelItems: {
99
- caption: string;
100
- itemStyle: string;
101
- itemType: string;
102
- layoutPos: {
103
- shrink: number;
104
- layout: string;
105
- };
106
- showCaption: boolean;
107
- id: string;
108
- }[];
109
- layout: {
110
- layout: string;
111
- };
112
- dataRegionType: string;
93
+ }[];
94
+ layout: {
95
+ layout: string;
96
+ };
97
+ dataRegionType: string;
98
+ caption: string;
99
+ contentHeight: number;
100
+ height: number;
101
+ itemStyle: string;
102
+ itemType: string;
103
+ layoutPos: {
104
+ shrink: number;
105
+ height: number;
106
+ heightMode: string;
107
+ layout: string;
108
+ grow?: undefined;
109
+ };
110
+ id: string;
111
+ } | {
112
+ panelItems: {
113
113
  caption: string;
114
114
  itemStyle: string;
115
115
  itemType: string;
116
116
  layoutPos: {
117
- grow: number;
118
117
  shrink: number;
119
118
  layout: string;
120
- heightMode?: undefined;
121
- widthMode?: undefined;
122
119
  };
120
+ showCaption: boolean;
123
121
  id: string;
124
- showCaption?: undefined;
125
- } | {
126
- panelItems: {
127
- rawItem: {
128
- predefinedType: string;
129
- id: string;
130
- };
131
- caption: string;
132
- itemStyle: string;
133
- itemType: string;
134
- layoutPos: {
135
- shrink: number;
136
- layout: string;
137
- };
138
- showCaption: boolean;
122
+ }[];
123
+ layout: {
124
+ layout: string;
125
+ };
126
+ dataRegionType: string;
127
+ caption: string;
128
+ itemStyle: string;
129
+ itemType: string;
130
+ layoutPos: {
131
+ grow: number;
132
+ shrink: number;
133
+ layout: string;
134
+ height?: undefined;
135
+ heightMode?: undefined;
136
+ };
137
+ id: string;
138
+ contentHeight?: undefined;
139
+ height?: undefined;
140
+ } | {
141
+ panelItems: {
142
+ rawItem: {
143
+ predefinedType: string;
139
144
  id: string;
140
- }[];
141
- layout: {
142
- layout: string;
143
145
  };
144
- dataRegionType: string;
145
146
  caption: string;
146
147
  itemStyle: string;
147
148
  itemType: string;
148
149
  layoutPos: {
149
- grow: number;
150
150
  shrink: number;
151
151
  layout: string;
152
- heightMode?: undefined;
153
- widthMode?: undefined;
154
152
  };
153
+ showCaption: boolean;
155
154
  id: string;
156
- showCaption?: undefined;
157
- })[];
155
+ }[];
158
156
  layout: {
159
157
  layout: string;
160
158
  };
161
159
  dataRegionType: string;
162
160
  caption: string;
163
- contentHeight: number;
164
- height: number;
165
161
  itemStyle: string;
166
162
  itemType: string;
167
163
  layoutPos: {
164
+ grow: number;
168
165
  shrink: number;
169
- height: number;
170
- heightMode: string;
171
166
  layout: string;
167
+ height?: undefined;
168
+ heightMode?: undefined;
172
169
  };
173
170
  id: string;
174
- }[];
171
+ contentHeight?: undefined;
172
+ height?: undefined;
173
+ })[];
175
174
  predefinedType: string;
176
175
  layout: {
177
176
  layout: string;
@@ -147,66 +147,69 @@ var DEEdit3View = {
147
147
  },
148
148
  "showCaption": true,
149
149
  "id": "drtab"
150
- },
150
+ }
151
+ ],
152
+ "layout": {
153
+ "layout": "FLEX"
154
+ },
155
+ "dataRegionType": "INHERIT",
156
+ "caption": "\u5BB9\u5668",
157
+ "contentHeight": 54,
158
+ "height": 54,
159
+ "itemStyle": "DEFAULT",
160
+ "itemType": "CONTAINER",
161
+ "layoutPos": {
162
+ "shrink": 0,
163
+ "height": 54,
164
+ "heightMode": "PX",
165
+ "layout": "FLEX"
166
+ },
167
+ "id": "view_drtab"
168
+ },
169
+ {
170
+ "panelItems": [
151
171
  {
152
- "panelItems": [
153
- {
154
- "caption": "\u8868\u5355",
155
- "itemStyle": "DEFAULT",
156
- "itemType": "CTRLPOS",
157
- "layoutPos": {
158
- "shrink": 1,
159
- "layout": "FLEX"
160
- },
161
- "showCaption": true,
162
- "id": "form"
163
- }
164
- ],
165
- "layout": {
166
- "layout": "FLEX"
167
- },
168
- "dataRegionType": "INHERIT",
169
- "caption": "\u5BB9\u5668",
172
+ "caption": "\u8868\u5355",
170
173
  "itemStyle": "DEFAULT",
171
- "itemType": "CONTAINER",
174
+ "itemType": "CTRLPOS",
172
175
  "layoutPos": {
173
- "grow": 1,
174
176
  "shrink": 1,
175
177
  "layout": "FLEX"
176
178
  },
177
- "id": "view_form"
178
- },
179
+ "showCaption": true,
180
+ "id": "form"
181
+ }
182
+ ],
183
+ "layout": {
184
+ "layout": "FLEX"
185
+ },
186
+ "dataRegionType": "INHERIT",
187
+ "caption": "\u5BB9\u5668",
188
+ "itemStyle": "DEFAULT",
189
+ "itemType": "CONTAINER",
190
+ "layoutPos": {
191
+ "grow": 1,
192
+ "shrink": 1,
193
+ "layout": "FLEX"
194
+ },
195
+ "id": "view_form"
196
+ },
197
+ {
198
+ "panelItems": [
179
199
  {
180
- "panelItems": [
181
- {
182
- "rawItem": {
183
- "predefinedType": "NAV_POS",
184
- "id": "nav_pos"
185
- },
186
- "caption": "\u5BFC\u822A\u533A\u5360\u4F4D",
187
- "itemStyle": "DEFAULT",
188
- "itemType": "RAWITEM",
189
- "layoutPos": {
190
- "shrink": 1,
191
- "layout": "FLEX"
192
- },
193
- "showCaption": true,
194
- "id": "nav_pos"
195
- }
196
- ],
197
- "layout": {
198
- "layout": "FLEX"
200
+ "rawItem": {
201
+ "predefinedType": "NAV_POS",
202
+ "id": "nav_pos"
199
203
  },
200
- "dataRegionType": "INHERIT",
201
- "caption": "\u5BB9\u5668",
204
+ "caption": "\u5BFC\u822A\u533A\u5360\u4F4D",
202
205
  "itemStyle": "DEFAULT",
203
- "itemType": "CONTAINER",
206
+ "itemType": "RAWITEM",
204
207
  "layoutPos": {
205
- "grow": 1,
206
208
  "shrink": 1,
207
209
  "layout": "FLEX"
208
210
  },
209
- "id": "view_nav_pos"
211
+ "showCaption": true,
212
+ "id": "nav_pos"
210
213
  }
211
214
  ],
212
215
  "layout": {
@@ -214,17 +217,14 @@ var DEEdit3View = {
214
217
  },
215
218
  "dataRegionType": "INHERIT",
216
219
  "caption": "\u5BB9\u5668",
217
- "contentHeight": 54,
218
- "height": 54,
219
220
  "itemStyle": "DEFAULT",
220
221
  "itemType": "CONTAINER",
221
222
  "layoutPos": {
222
- "shrink": 0,
223
- "height": 54,
224
- "heightMode": "PX",
223
+ "grow": 1,
224
+ "shrink": 1,
225
225
  "layout": "FLEX"
226
226
  },
227
- "id": "view_drtab"
227
+ "id": "view_nav_pos"
228
228
  }
229
229
  ],
230
230
  "predefinedType": "VIEWCONTENT",
@@ -0,0 +1,201 @@
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
+ align: string;
20
+ layout: string;
21
+ };
22
+ dataRegionType: string;
23
+ caption: string;
24
+ itemStyle: string;
25
+ itemType: string;
26
+ layoutPos: {
27
+ shrink: number;
28
+ heightMode: string;
29
+ layout: string;
30
+ };
31
+ id: string;
32
+ }[];
33
+ layout: {
34
+ layout: string;
35
+ dir?: undefined;
36
+ };
37
+ dataRegionType: string;
38
+ caption: string;
39
+ itemStyle: string;
40
+ itemType: string;
41
+ layoutPos: {
42
+ shrink: number;
43
+ heightMode: string;
44
+ layout: string;
45
+ };
46
+ id: string;
47
+ } | {
48
+ panelItems: {
49
+ panelItems: {
50
+ caption: string;
51
+ itemStyle: string;
52
+ itemType: string;
53
+ layoutPos: {
54
+ shrink: number;
55
+ layout: string;
56
+ };
57
+ showCaption: boolean;
58
+ id: string;
59
+ }[];
60
+ layout: {
61
+ align: string;
62
+ layout: string;
63
+ };
64
+ dataRegionType: string;
65
+ caption: string;
66
+ itemStyle: string;
67
+ itemType: string;
68
+ layoutPos: {
69
+ shrink: number;
70
+ heightMode: string;
71
+ layout: string;
72
+ };
73
+ id: string;
74
+ }[];
75
+ layout: {
76
+ dir: string;
77
+ layout: string;
78
+ };
79
+ dataRegionType: string;
80
+ caption: string;
81
+ itemStyle: string;
82
+ itemType: string;
83
+ layoutPos: {
84
+ shrink: number;
85
+ heightMode: string;
86
+ layout: string;
87
+ };
88
+ id: string;
89
+ })[];
90
+ predefinedType: string;
91
+ layout: {
92
+ align: string;
93
+ dir: string;
94
+ layout: string;
95
+ valign: string;
96
+ };
97
+ dataRegionType: string;
98
+ caption: string;
99
+ itemStyle: string;
100
+ itemType: string;
101
+ layoutPos: {
102
+ shrink: number;
103
+ layout: string;
104
+ };
105
+ id: string;
106
+ }[];
107
+ predefinedType: string;
108
+ layout: {
109
+ layout: string;
110
+ };
111
+ dataRegionType: string;
112
+ caption: string;
113
+ itemStyle: string;
114
+ itemType: string;
115
+ layoutPos: {
116
+ shrink: number;
117
+ layout: string;
118
+ grow?: undefined;
119
+ };
120
+ showCaption: boolean;
121
+ id: string;
122
+ } | {
123
+ panelItems: {
124
+ panelItems: {
125
+ caption: string;
126
+ itemStyle: string;
127
+ itemType: string;
128
+ layoutPos: {
129
+ shrink: number;
130
+ layout: string;
131
+ };
132
+ showCaption: boolean;
133
+ id: string;
134
+ }[];
135
+ layout: {
136
+ dir: string;
137
+ layout: string;
138
+ };
139
+ dataRegionType: string;
140
+ itemStyle: string;
141
+ itemType: string;
142
+ layoutPos: {
143
+ shrink: number;
144
+ layout: string;
145
+ };
146
+ id: string;
147
+ }[];
148
+ predefinedType: string;
149
+ layout: {
150
+ layout: string;
151
+ };
152
+ dataRegionType: string;
153
+ caption: string;
154
+ itemStyle: string;
155
+ itemType: string;
156
+ layoutPos: {
157
+ shrink: number;
158
+ layout: string;
159
+ grow?: undefined;
160
+ };
161
+ showCaption: boolean;
162
+ id: string;
163
+ } | {
164
+ panelItems: {
165
+ caption: string;
166
+ itemStyle: string;
167
+ itemType: string;
168
+ layoutPos: {
169
+ grow: number;
170
+ shrink: number;
171
+ layout: string;
172
+ };
173
+ showCaption: boolean;
174
+ id: string;
175
+ }[];
176
+ predefinedType: string;
177
+ layout: {
178
+ layout: string;
179
+ };
180
+ dataRegionType: string;
181
+ caption: string;
182
+ itemStyle: string;
183
+ itemType: string;
184
+ layoutPos: {
185
+ grow: number;
186
+ shrink: number;
187
+ layout: string;
188
+ };
189
+ id: string;
190
+ showCaption?: undefined;
191
+ })[];
192
+ layoutPanel: boolean;
193
+ codeName: string;
194
+ controlType: string;
195
+ logicName: string;
196
+ appDataEntityId: string;
197
+ controlParam: {};
198
+ name: string;
199
+ id: string;
200
+ };
201
+ export default _default;