@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
@@ -0,0 +1,254 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ var DEKanbanView = {
6
+ "layoutMode": "FLEX",
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": "\u641C\u7D22\u680F",
64
+ "itemStyle": "DEFAULT",
65
+ "itemType": "CTRLPOS",
66
+ "layoutPos": {
67
+ "shrink": 1,
68
+ "layout": "FLEX"
69
+ },
70
+ "showCaption": true,
71
+ "id": "searchbar"
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_searchbar"
88
+ },
89
+ {
90
+ "panelItems": [
91
+ {
92
+ "caption": "\u5DE5\u5177\u680F",
93
+ "itemStyle": "DEFAULT",
94
+ "itemType": "CTRLPOS",
95
+ "layoutPos": {
96
+ "shrink": 1,
97
+ "layout": "FLEX"
98
+ },
99
+ "showCaption": true,
100
+ "id": "toolbar"
101
+ }
102
+ ],
103
+ "layout": {
104
+ "align": "center",
105
+ "layout": "FLEX"
106
+ },
107
+ "dataRegionType": "INHERIT",
108
+ "caption": "\u5BB9\u5668",
109
+ "itemStyle": "DEFAULT",
110
+ "itemType": "CONTAINER",
111
+ "layoutPos": {
112
+ "shrink": 1,
113
+ "heightMode": "FULL",
114
+ "layout": "FLEX"
115
+ },
116
+ "id": "view_toolbar"
117
+ }
118
+ ],
119
+ "layout": {
120
+ "dir": "row",
121
+ "layout": "FLEX"
122
+ },
123
+ "dataRegionType": "INHERIT",
124
+ "caption": "\u5BB9\u5668",
125
+ "itemStyle": "DEFAULT",
126
+ "itemType": "CONTAINER",
127
+ "layoutPos": {
128
+ "shrink": 1,
129
+ "heightMode": "FULL",
130
+ "layout": "FLEX"
131
+ },
132
+ "id": "view_header_right"
133
+ }
134
+ ],
135
+ "predefinedType": "VIEWHEADER",
136
+ "layout": {
137
+ "align": "space-between",
138
+ "dir": "row",
139
+ "layout": "FLEX",
140
+ "valign": "center"
141
+ },
142
+ "dataRegionType": "INHERIT",
143
+ "caption": "\u5BB9\u5668",
144
+ "itemStyle": "DEFAULT",
145
+ "itemType": "CONTAINER",
146
+ "layoutPos": {
147
+ "shrink": 0,
148
+ "layout": "FLEX"
149
+ },
150
+ "id": "view_header"
151
+ }
152
+ ],
153
+ "predefinedType": "PANELPART",
154
+ "layout": {
155
+ "layout": "FLEX"
156
+ },
157
+ "dataRegionType": "INHERIT",
158
+ "caption": "\u5F15\u7528\u5E03\u5C40\u9762\u677F",
159
+ "itemStyle": "DEFAULT",
160
+ "itemType": "CONTAINER",
161
+ "layoutPos": {
162
+ "shrink": 1,
163
+ "layout": "FLEX"
164
+ },
165
+ "showCaption": true,
166
+ "id": "panelpart"
167
+ },
168
+ {
169
+ "panelItems": [
170
+ {
171
+ "panelItems": [
172
+ {
173
+ "caption": "\u641C\u7D22\u8868\u5355",
174
+ "itemStyle": "DEFAULT",
175
+ "itemType": "CTRLPOS",
176
+ "layoutPos": {
177
+ "shrink": 1,
178
+ "layout": "FLEX"
179
+ },
180
+ "showCaption": true,
181
+ "id": "searchform"
182
+ }
183
+ ],
184
+ "layout": {
185
+ "dir": "column",
186
+ "layout": "FLEX"
187
+ },
188
+ "dataRegionType": "INHERIT",
189
+ "itemStyle": "DEFAULT",
190
+ "itemType": "CONTAINER",
191
+ "layoutPos": {
192
+ "shrink": 0,
193
+ "layout": "FLEX"
194
+ },
195
+ "id": "view_searchform"
196
+ }
197
+ ],
198
+ "predefinedType": "PANELPART",
199
+ "layout": {
200
+ "layout": "FLEX"
201
+ },
202
+ "dataRegionType": "INHERIT",
203
+ "caption": "\u5F15\u7528\u5E03\u5C40\u9762\u677F",
204
+ "itemStyle": "DEFAULT",
205
+ "itemType": "CONTAINER",
206
+ "layoutPos": {
207
+ "shrink": 1,
208
+ "layout": "FLEX"
209
+ },
210
+ "showCaption": true,
211
+ "id": "panelpart1"
212
+ },
213
+ {
214
+ "panelItems": [
215
+ {
216
+ "caption": "\u770B\u677F",
217
+ "itemStyle": "DEFAULT",
218
+ "itemType": "CTRLPOS",
219
+ "layoutPos": {
220
+ "grow": 1,
221
+ "shrink": 1,
222
+ "layout": "FLEX"
223
+ },
224
+ "showCaption": true,
225
+ "id": "kanban"
226
+ }
227
+ ],
228
+ "predefinedType": "VIEWCONTENT",
229
+ "layout": {
230
+ "layout": "FLEX"
231
+ },
232
+ "dataRegionType": "INHERIT",
233
+ "caption": "\u5BB9\u5668",
234
+ "itemStyle": "DEFAULT",
235
+ "itemType": "CONTAINER",
236
+ "layoutPos": {
237
+ "grow": 1,
238
+ "shrink": 1,
239
+ "layout": "FLEX"
240
+ },
241
+ "id": "view_kanban"
242
+ }
243
+ ],
244
+ "layoutPanel": true,
245
+ "codeName": "DEKanbanViewLayout",
246
+ "controlType": "VIEWLAYOUTPANEL",
247
+ "logicName": "\u5B9E\u4F53\u770B\u677F\u89C6\u56FE\u5E03\u5C40\u9762\u677F(\u9884\u7F6E\u6A21\u578B)",
248
+ "appDataEntityId": "frontmodel.viewlayoutmodelrepository",
249
+ "controlParam": {},
250
+ "name": "layoutpanel",
251
+ "id": "dekanbanviewlayout"
252
+ };
253
+
254
+ exports.default = DEKanbanView;
@@ -169,31 +169,31 @@ var DEOptView = {
169
169
  "panelItems": [
170
170
  {
171
171
  "actionType": "UIACTION",
172
- "uiactionId": "cancel",
173
- "tooltip": "\u53D6\u6D88",
174
- "caption": "\u53D6\u6D88",
175
- "itemStyle": "INFO",
172
+ "uiactionId": "ok",
173
+ "tooltip": "\u786E\u5B9A",
174
+ "caption": "\u786E\u5B9A",
175
+ "itemStyle": "PRIMARY",
176
176
  "itemType": "BUTTON",
177
177
  "layoutPos": {
178
178
  "shrink": 1,
179
179
  "layout": "FLEX"
180
180
  },
181
181
  "showCaption": true,
182
- "id": "button_cancelaction"
182
+ "id": "button_okaction"
183
183
  },
184
184
  {
185
185
  "actionType": "UIACTION",
186
- "uiactionId": "ok",
187
- "tooltip": "\u786E\u5B9A",
188
- "caption": "\u786E\u5B9A",
189
- "itemStyle": "PRIMARY",
186
+ "uiactionId": "cancel",
187
+ "tooltip": "\u53D6\u6D88",
188
+ "caption": "\u53D6\u6D88",
189
+ "itemStyle": "INFO",
190
190
  "itemType": "BUTTON",
191
191
  "layoutPos": {
192
192
  "shrink": 1,
193
193
  "layout": "FLEX"
194
194
  },
195
195
  "showCaption": true,
196
- "id": "button_okaction"
196
+ "id": "button_cancelaction"
197
197
  }
198
198
  ],
199
199
  "layout": {
@@ -213,31 +213,31 @@ var DEPickupView2 = {
213
213
  "panelItems": [
214
214
  {
215
215
  "actionType": "UIACTION",
216
- "uiactionId": "cancel",
217
- "tooltip": "\u53D6\u6D88",
218
- "caption": "\u53D6\u6D88",
219
- "itemStyle": "INFO",
216
+ "uiactionId": "ok",
217
+ "tooltip": "\u786E\u5B9A",
218
+ "caption": "\u786E\u5B9A",
219
+ "itemStyle": "PRIMARY",
220
220
  "itemType": "BUTTON",
221
221
  "layoutPos": {
222
222
  "shrink": 1,
223
223
  "layout": "FLEX"
224
224
  },
225
225
  "showCaption": true,
226
- "id": "button_cancelaction"
226
+ "id": "button_okaction"
227
227
  },
228
228
  {
229
229
  "actionType": "UIACTION",
230
- "uiactionId": "ok",
231
- "tooltip": "\u786E\u5B9A",
232
- "caption": "\u786E\u5B9A",
233
- "itemStyle": "PRIMARY",
230
+ "uiactionId": "cancel",
231
+ "tooltip": "\u53D6\u6D88",
232
+ "caption": "\u53D6\u6D88",
233
+ "itemStyle": "INFO",
234
234
  "itemType": "BUTTON",
235
235
  "layoutPos": {
236
236
  "shrink": 1,
237
237
  "layout": "FLEX"
238
238
  },
239
239
  "showCaption": true,
240
- "id": "button_okaction"
240
+ "id": "button_cancelaction"
241
241
  }
242
242
  ],
243
243
  "layout": {
@@ -169,31 +169,31 @@ var DEPickupView = {
169
169
  "panelItems": [
170
170
  {
171
171
  "actionType": "UIACTION",
172
- "uiactionId": "cancel",
173
- "tooltip": "\u53D6\u6D88",
174
- "caption": "\u53D6\u6D88",
175
- "itemStyle": "INFO",
172
+ "uiactionId": "ok",
173
+ "tooltip": "\u786E\u5B9A",
174
+ "caption": "\u786E\u5B9A",
175
+ "itemStyle": "PRIMARY",
176
176
  "itemType": "BUTTON",
177
177
  "layoutPos": {
178
178
  "shrink": 1,
179
179
  "layout": "FLEX"
180
180
  },
181
181
  "showCaption": true,
182
- "id": "button_cancelaction"
182
+ "id": "button_okaction"
183
183
  },
184
184
  {
185
185
  "actionType": "UIACTION",
186
- "uiactionId": "ok",
187
- "tooltip": "\u786E\u5B9A",
188
- "caption": "\u786E\u5B9A",
189
- "itemStyle": "PRIMARY",
186
+ "uiactionId": "cancel",
187
+ "tooltip": "\u53D6\u6D88",
188
+ "caption": "\u53D6\u6D88",
189
+ "itemStyle": "INFO",
190
190
  "itemType": "BUTTON",
191
191
  "layoutPos": {
192
192
  "shrink": 1,
193
193
  "layout": "FLEX"
194
194
  },
195
195
  "showCaption": true,
196
- "id": "button_okaction"
196
+ "id": "button_cancelaction"
197
197
  }
198
198
  ],
199
199
  "layout": {
@@ -342,31 +342,31 @@ var DEMPickupView2 = {
342
342
  "panelItems": [
343
343
  {
344
344
  "actionType": "UIACTION",
345
- "uiactionId": "cancel",
346
- "tooltip": "\u53D6\u6D88",
347
- "caption": "\u53D6\u6D88",
348
- "itemStyle": "INFO",
345
+ "uiactionId": "ok",
346
+ "tooltip": "\u786E\u5B9A",
347
+ "caption": "\u786E\u5B9A",
348
+ "itemStyle": "PRIMARY",
349
349
  "itemType": "BUTTON",
350
350
  "layoutPos": {
351
351
  "shrink": 1,
352
352
  "layout": "FLEX"
353
353
  },
354
354
  "showCaption": true,
355
- "id": "button_cancelaction"
355
+ "id": "button_okaction"
356
356
  },
357
357
  {
358
358
  "actionType": "UIACTION",
359
- "uiactionId": "ok",
360
- "tooltip": "\u786E\u5B9A",
361
- "caption": "\u786E\u5B9A",
362
- "itemStyle": "PRIMARY",
359
+ "uiactionId": "cancel",
360
+ "tooltip": "\u53D6\u6D88",
361
+ "caption": "\u53D6\u6D88",
362
+ "itemStyle": "INFO",
363
363
  "itemType": "BUTTON",
364
364
  "layoutPos": {
365
365
  "shrink": 1,
366
366
  "layout": "FLEX"
367
367
  },
368
368
  "showCaption": true,
369
- "id": "button_okaction"
369
+ "id": "button_cancelaction"
370
370
  }
371
371
  ],
372
372
  "layout": {
@@ -297,31 +297,31 @@ var DEMPickupView = {
297
297
  "panelItems": [
298
298
  {
299
299
  "actionType": "UIACTION",
300
- "uiactionId": "cancel",
301
- "tooltip": "\u53D6\u6D88",
302
- "caption": "\u53D6\u6D88",
303
- "itemStyle": "INFO",
300
+ "uiactionId": "ok",
301
+ "tooltip": "\u786E\u5B9A",
302
+ "caption": "\u786E\u5B9A",
303
+ "itemStyle": "PRIMARY",
304
304
  "itemType": "BUTTON",
305
305
  "layoutPos": {
306
306
  "shrink": 1,
307
307
  "layout": "FLEX"
308
308
  },
309
309
  "showCaption": true,
310
- "id": "button_cancelaction"
310
+ "id": "button_okaction"
311
311
  },
312
312
  {
313
313
  "actionType": "UIACTION",
314
- "uiactionId": "ok",
315
- "tooltip": "\u786E\u5B9A",
316
- "caption": "\u786E\u5B9A",
317
- "itemStyle": "PRIMARY",
314
+ "uiactionId": "cancel",
315
+ "tooltip": "\u53D6\u6D88",
316
+ "caption": "\u53D6\u6D88",
317
+ "itemStyle": "INFO",
318
318
  "itemType": "BUTTON",
319
319
  "layoutPos": {
320
320
  "shrink": 1,
321
321
  "layout": "FLEX"
322
322
  },
323
323
  "showCaption": true,
324
- "id": "button_okaction"
324
+ "id": "button_cancelaction"
325
325
  }
326
326
  ],
327
327
  "layout": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ibiz-template/web-theme",
3
- "version": "1.0.14",
3
+ "version": "1.0.15",
4
4
  "type": "module",
5
5
  "main": "lib/index.cjs",
6
6
  "types": "es/index.d.ts",