@ibiz-template/web-theme 1.0.11 → 1.0.13

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 (32) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/dist/index.min.css +1 -1
  3. package/dist/index.system.min.js +1 -1
  4. package/dist/index.system.min.js.map +1 -1
  5. package/es/publish/view-layout-model-repository/view-layout-model-repository-de-edit-view-3-layout.d.ts +84 -76
  6. package/es/publish/view-layout-model-repository/view-layout-model-repository-de-edit-view-3-layout.mjs +87 -69
  7. package/es/publish/view-layout-model-repository/view-layout-model-repository-de-option-view-layout.d.ts +2 -17
  8. package/es/publish/view-layout-model-repository/view-layout-model-repository-de-option-view-layout.mjs +1 -2
  9. package/es/publish/view-layout-model-repository/view-layout-model-repository-de-pickup-view-2-layout.d.ts +2 -17
  10. package/es/publish/view-layout-model-repository/view-layout-model-repository-de-pickup-view-2-layout.mjs +1 -2
  11. package/es/publish/view-layout-model-repository/view-layout-model-repository-de-pickup-view-layout.d.ts +2 -17
  12. package/es/publish/view-layout-model-repository/view-layout-model-repository-de-pickup-view-layout.mjs +1 -2
  13. package/es/publish/view-layout-model-repository/view-layout-model-repository-dem-pickup-view-2-layout.d.ts +2 -17
  14. package/es/publish/view-layout-model-repository/view-layout-model-repository-dem-pickup-view-2-layout.mjs +11 -12
  15. package/es/publish/view-layout-model-repository/view-layout-model-repository-dem-pickup-view-layout.d.ts +2 -17
  16. package/es/publish/view-layout-model-repository/view-layout-model-repository-dem-pickup-view-layout.mjs +11 -12
  17. package/es/publish/view-layout-model-repository/view-layout-model-repository-dewf-dyna-edit-view-3-layout.d.ts +67 -60
  18. package/es/publish/view-layout-model-repository/view-layout-model-repository-dewf-dyna-edit-view-3-layout.mjs +77 -59
  19. package/es/theme/generic/element-plus.css +1 -1
  20. package/es/theme/generic/index.css +1 -1
  21. package/es/theme/index.css +1 -1
  22. package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-edit-view-3-layout.cjs +87 -69
  23. package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-option-view-layout.cjs +1 -2
  24. package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-pickup-view-2-layout.cjs +1 -2
  25. package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-pickup-view-layout.cjs +1 -2
  26. package/lib/publish/view-layout-model-repository/view-layout-model-repository-dem-pickup-view-2-layout.cjs +11 -12
  27. package/lib/publish/view-layout-model-repository/view-layout-model-repository-dem-pickup-view-layout.cjs +11 -12
  28. package/lib/publish/view-layout-model-repository/view-layout-model-repository-dewf-dyna-edit-view-3-layout.cjs +77 -59
  29. package/lib/theme/generic/element-plus.css +1 -1
  30. package/lib/theme/generic/index.css +1 -1
  31. package/lib/theme/index.css +1 -1
  32. package/package.json +1 -1
@@ -72,94 +72,107 @@ declare const _default: {
72
72
  layoutPos: {
73
73
  shrink: number;
74
74
  layout: string;
75
- height?: undefined;
76
- heightMode?: undefined;
77
75
  grow?: undefined;
78
76
  };
79
77
  showCaption: boolean;
80
78
  id: string;
81
- contentHeight?: undefined;
82
- height?: undefined;
83
79
  } | {
84
80
  panelItems: {
85
- caption: string;
86
- itemStyle: string;
87
- itemType: string;
88
- layoutPos: {
89
- shrink: number;
90
- heightMode: string;
91
- layout: string;
92
- widthMode: string;
93
- };
94
- showCaption: boolean;
95
- id: string;
96
- }[];
97
- layout: {
98
- layout: string;
99
- };
100
- dataRegionType: string;
101
- caption: string;
102
- contentHeight: number;
103
- height: number;
104
- itemStyle: string;
105
- itemType: string;
106
- layoutPos: {
107
- shrink: number;
108
- height: number;
109
- heightMode: string;
110
- layout: string;
111
- grow?: undefined;
112
- };
113
- id: string;
114
- predefinedType?: undefined;
115
- showCaption?: undefined;
116
- } | {
117
- panelItems: {
118
- caption: string;
119
- itemStyle: string;
120
- itemType: string;
121
- layoutPos: {
122
- shrink: number;
123
- layout: string;
124
- };
125
- showCaption: boolean;
126
- id: string;
127
- }[];
128
- layout: {
129
- layout: string;
130
- };
131
- dataRegionType: string;
132
- caption: string;
133
- itemStyle: string;
134
- itemType: string;
135
- layoutPos: {
136
- grow: number;
137
- shrink: number;
138
- layout: string;
139
- height?: undefined;
140
- heightMode?: undefined;
141
- };
142
- id: string;
143
- predefinedType?: undefined;
144
- showCaption?: undefined;
145
- contentHeight?: undefined;
146
- height?: undefined;
147
- } | {
148
- panelItems: {
149
- rawItem: {
150
- predefinedType: string;
81
+ panelItems: ({
82
+ caption: string;
83
+ itemStyle: string;
84
+ itemType: string;
85
+ layoutPos: {
86
+ shrink: number;
87
+ heightMode: string;
88
+ layout: string;
89
+ widthMode: string;
90
+ grow?: undefined;
91
+ };
92
+ showCaption: boolean;
93
+ 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;
113
+ caption: string;
114
+ itemStyle: string;
115
+ itemType: string;
116
+ layoutPos: {
117
+ grow: number;
118
+ shrink: number;
119
+ layout: string;
120
+ heightMode?: undefined;
121
+ widthMode?: undefined;
122
+ };
123
+ 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;
139
+ id: string;
140
+ }[];
141
+ layout: {
142
+ layout: string;
143
+ };
144
+ dataRegionType: string;
145
+ caption: string;
146
+ itemStyle: string;
147
+ itemType: string;
148
+ layoutPos: {
149
+ grow: number;
150
+ shrink: number;
151
+ layout: string;
152
+ heightMode?: undefined;
153
+ widthMode?: undefined;
154
+ };
151
155
  id: string;
156
+ showCaption?: undefined;
157
+ })[];
158
+ layout: {
159
+ layout: string;
152
160
  };
161
+ dataRegionType: string;
153
162
  caption: string;
163
+ contentHeight: number;
164
+ height: number;
154
165
  itemStyle: string;
155
166
  itemType: string;
156
167
  layoutPos: {
157
168
  shrink: number;
169
+ height: number;
170
+ heightMode: string;
158
171
  layout: string;
159
172
  };
160
- showCaption: boolean;
161
173
  id: string;
162
174
  }[];
175
+ predefinedType: string;
163
176
  layout: {
164
177
  layout: string;
165
178
  };
@@ -171,14 +184,9 @@ declare const _default: {
171
184
  grow: number;
172
185
  shrink: number;
173
186
  layout: string;
174
- height?: undefined;
175
- heightMode?: undefined;
176
187
  };
177
188
  id: string;
178
- predefinedType?: undefined;
179
189
  showCaption?: undefined;
180
- contentHeight?: undefined;
181
- height?: undefined;
182
190
  })[];
183
191
  layoutPanel: boolean;
184
192
  codeName: string;
@@ -134,82 +134,100 @@ var DEEdit3View = {
134
134
  {
135
135
  "panelItems": [
136
136
  {
137
- "caption": "\u5173\u7CFB\u5206\u9875\u90E8\u4EF6",
138
- "itemStyle": "DEFAULT",
139
- "itemType": "CTRLPOS",
140
- "layoutPos": {
141
- "shrink": 1,
142
- "heightMode": "FULL",
143
- "layout": "FLEX",
144
- "widthMode": "FULL"
145
- },
146
- "showCaption": true,
147
- "id": "drtab"
148
- }
149
- ],
150
- "layout": {
151
- "layout": "FLEX"
152
- },
153
- "dataRegionType": "INHERIT",
154
- "caption": "\u5BB9\u5668",
155
- "contentHeight": 54,
156
- "height": 54,
157
- "itemStyle": "DEFAULT",
158
- "itemType": "CONTAINER",
159
- "layoutPos": {
160
- "shrink": 0,
161
- "height": 54,
162
- "heightMode": "PX",
163
- "layout": "FLEX"
164
- },
165
- "id": "view_drtab"
166
- },
167
- {
168
- "panelItems": [
169
- {
170
- "caption": "\u8868\u5355",
171
- "itemStyle": "DEFAULT",
172
- "itemType": "CTRLPOS",
173
- "layoutPos": {
174
- "shrink": 1,
137
+ "panelItems": [
138
+ {
139
+ "caption": "\u5173\u7CFB\u5206\u9875\u90E8\u4EF6",
140
+ "itemStyle": "DEFAULT",
141
+ "itemType": "CTRLPOS",
142
+ "layoutPos": {
143
+ "shrink": 1,
144
+ "heightMode": "FULL",
145
+ "layout": "FLEX",
146
+ "widthMode": "FULL"
147
+ },
148
+ "showCaption": true,
149
+ "id": "drtab"
150
+ },
151
+ {
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",
170
+ "itemStyle": "DEFAULT",
171
+ "itemType": "CONTAINER",
172
+ "layoutPos": {
173
+ "grow": 1,
174
+ "shrink": 1,
175
+ "layout": "FLEX"
176
+ },
177
+ "id": "view_form"
178
+ },
179
+ {
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"
199
+ },
200
+ "dataRegionType": "INHERIT",
201
+ "caption": "\u5BB9\u5668",
202
+ "itemStyle": "DEFAULT",
203
+ "itemType": "CONTAINER",
204
+ "layoutPos": {
205
+ "grow": 1,
206
+ "shrink": 1,
207
+ "layout": "FLEX"
208
+ },
209
+ "id": "view_nav_pos"
210
+ }
211
+ ],
212
+ "layout": {
175
213
  "layout": "FLEX"
176
214
  },
177
- "showCaption": true,
178
- "id": "form"
179
- }
180
- ],
181
- "layout": {
182
- "layout": "FLEX"
183
- },
184
- "dataRegionType": "INHERIT",
185
- "caption": "\u5BB9\u5668",
186
- "itemStyle": "DEFAULT",
187
- "itemType": "CONTAINER",
188
- "layoutPos": {
189
- "grow": 1,
190
- "shrink": 1,
191
- "layout": "FLEX"
192
- },
193
- "id": "view_form"
194
- },
195
- {
196
- "panelItems": [
197
- {
198
- "rawItem": {
199
- "predefinedType": "NAV_POS",
200
- "id": "nav_pos"
201
- },
202
- "caption": "\u5BFC\u822A\u533A\u5360\u4F4D",
215
+ "dataRegionType": "INHERIT",
216
+ "caption": "\u5BB9\u5668",
217
+ "contentHeight": 54,
218
+ "height": 54,
203
219
  "itemStyle": "DEFAULT",
204
- "itemType": "RAWITEM",
220
+ "itemType": "CONTAINER",
205
221
  "layoutPos": {
206
- "shrink": 1,
222
+ "shrink": 0,
223
+ "height": 54,
224
+ "heightMode": "PX",
207
225
  "layout": "FLEX"
208
226
  },
209
- "showCaption": true,
210
- "id": "nav_pos"
227
+ "id": "view_drtab"
211
228
  }
212
229
  ],
230
+ "predefinedType": "VIEWCONTENT",
213
231
  "layout": {
214
232
  "layout": "FLEX"
215
233
  },
@@ -222,7 +240,7 @@ var DEEdit3View = {
222
240
  "shrink": 1,
223
241
  "layout": "FLEX"
224
242
  },
225
- "id": "view_nav_pos"
243
+ "id": "view_content"
226
244
  }
227
245
  ],
228
246
  "layoutPanel": true,
@@ -109,21 +109,7 @@ declare const _default: {
109
109
  id: string;
110
110
  showCaption?: undefined;
111
111
  } | {
112
- panelItems: ({
113
- actionType: string;
114
- uiactionId: string;
115
- tooltip: string;
116
- caption: string;
117
- itemStyle: string;
118
- itemType: string;
119
- layoutPos: {
120
- shrink: number;
121
- layout: string;
122
- spacingRight?: undefined;
123
- };
124
- showCaption: boolean;
125
- id: string;
126
- } | {
112
+ panelItems: {
127
113
  actionType: string;
128
114
  uiactionId: string;
129
115
  tooltip: string;
@@ -133,11 +119,10 @@ declare const _default: {
133
119
  layoutPos: {
134
120
  shrink: number;
135
121
  layout: string;
136
- spacingRight: string;
137
122
  };
138
123
  showCaption: boolean;
139
124
  id: string;
140
- })[];
125
+ }[];
141
126
  layout: {
142
127
  dir: string;
143
128
  layout: string;
@@ -186,8 +186,7 @@ var DEOptView = {
186
186
  "itemType": "BUTTON",
187
187
  "layoutPos": {
188
188
  "shrink": 1,
189
- "layout": "FLEX",
190
- "spacingRight": "OUTERMEDIUM"
189
+ "layout": "FLEX"
191
190
  },
192
191
  "showCaption": true,
193
192
  "id": "button_okaction"
@@ -149,21 +149,7 @@ declare const _default: {
149
149
  predefinedType?: undefined;
150
150
  showCaption?: undefined;
151
151
  } | {
152
- panelItems: ({
153
- actionType: string;
154
- uiactionId: string;
155
- tooltip: string;
156
- caption: string;
157
- itemStyle: string;
158
- itemType: string;
159
- layoutPos: {
160
- shrink: number;
161
- layout: string;
162
- spacingRight?: undefined;
163
- };
164
- showCaption: boolean;
165
- id: string;
166
- } | {
152
+ panelItems: {
167
153
  actionType: string;
168
154
  uiactionId: string;
169
155
  tooltip: string;
@@ -173,11 +159,10 @@ declare const _default: {
173
159
  layoutPos: {
174
160
  shrink: number;
175
161
  layout: string;
176
- spacingRight: string;
177
162
  };
178
163
  showCaption: boolean;
179
164
  id: string;
180
- })[];
165
+ }[];
181
166
  layout: {
182
167
  dir: string;
183
168
  layout: string;
@@ -230,8 +230,7 @@ var DEPickupView2 = {
230
230
  "itemType": "BUTTON",
231
231
  "layoutPos": {
232
232
  "shrink": 1,
233
- "layout": "FLEX",
234
- "spacingRight": "OUTERMEDIUM"
233
+ "layout": "FLEX"
235
234
  },
236
235
  "showCaption": true,
237
236
  "id": "button_okaction"
@@ -109,21 +109,7 @@ declare const _default: {
109
109
  id: string;
110
110
  showCaption?: undefined;
111
111
  } | {
112
- panelItems: ({
113
- actionType: string;
114
- uiactionId: string;
115
- tooltip: string;
116
- caption: string;
117
- itemStyle: string;
118
- itemType: string;
119
- layoutPos: {
120
- shrink: number;
121
- layout: string;
122
- spacingRight?: undefined;
123
- };
124
- showCaption: boolean;
125
- id: string;
126
- } | {
112
+ panelItems: {
127
113
  actionType: string;
128
114
  uiactionId: string;
129
115
  tooltip: string;
@@ -133,11 +119,10 @@ declare const _default: {
133
119
  layoutPos: {
134
120
  shrink: number;
135
121
  layout: string;
136
- spacingRight: string;
137
122
  };
138
123
  showCaption: boolean;
139
124
  id: string;
140
- })[];
125
+ }[];
141
126
  layout: {
142
127
  dir: string;
143
128
  layout: string;
@@ -186,8 +186,7 @@ var DEPickupView = {
186
186
  "itemType": "BUTTON",
187
187
  "layoutPos": {
188
188
  "shrink": 1,
189
- "layout": "FLEX",
190
- "spacingRight": "OUTERMEDIUM"
189
+ "layout": "FLEX"
191
190
  },
192
191
  "showCaption": true,
193
192
  "id": "button_okaction"
@@ -256,21 +256,7 @@ declare const _default: {
256
256
  id: string;
257
257
  showCaption?: undefined;
258
258
  } | {
259
- panelItems: ({
260
- actionType: string;
261
- uiactionId: string;
262
- tooltip: string;
263
- caption: string;
264
- itemStyle: string;
265
- itemType: string;
266
- layoutPos: {
267
- shrink: number;
268
- layout: string;
269
- spacingRight?: undefined;
270
- };
271
- showCaption: boolean;
272
- id: string;
273
- } | {
259
+ panelItems: {
274
260
  actionType: string;
275
261
  uiactionId: string;
276
262
  tooltip: string;
@@ -280,11 +266,10 @@ declare const _default: {
280
266
  layoutPos: {
281
267
  shrink: number;
282
268
  layout: string;
283
- spacingRight: string;
284
269
  };
285
270
  showCaption: boolean;
286
271
  id: string;
287
- })[];
272
+ }[];
288
273
  layout: {
289
274
  dir: string;
290
275
  layout: string;
@@ -338,32 +338,31 @@ var DEMPickupView2 = {
338
338
  "panelItems": [
339
339
  {
340
340
  "actionType": "UIACTION",
341
- "uiactionId": "ok",
342
- "tooltip": "\u786E\u5B9A",
343
- "caption": "\u786E\u5B9A",
344
- "itemStyle": "DEFAULT",
341
+ "uiactionId": "cancel",
342
+ "tooltip": "\u53D6\u6D88",
343
+ "caption": "\u53D6\u6D88",
344
+ "itemStyle": "INFO",
345
345
  "itemType": "BUTTON",
346
346
  "layoutPos": {
347
347
  "shrink": 1,
348
348
  "layout": "FLEX"
349
349
  },
350
350
  "showCaption": true,
351
- "id": "button_okaction"
351
+ "id": "button_cancelaction"
352
352
  },
353
353
  {
354
354
  "actionType": "UIACTION",
355
- "uiactionId": "cancel",
356
- "tooltip": "\u53D6\u6D88",
357
- "caption": "\u53D6\u6D88",
358
- "itemStyle": "DEFAULT",
355
+ "uiactionId": "ok",
356
+ "tooltip": "\u786E\u5B9A",
357
+ "caption": "\u786E\u5B9A",
358
+ "itemStyle": "PRIMARY",
359
359
  "itemType": "BUTTON",
360
360
  "layoutPos": {
361
361
  "shrink": 1,
362
- "layout": "FLEX",
363
- "spacingRight": "OUTERMEDIUM"
362
+ "layout": "FLEX"
364
363
  },
365
364
  "showCaption": true,
366
- "id": "button_cancelaction"
365
+ "id": "button_okaction"
367
366
  }
368
367
  ],
369
368
  "layout": {
@@ -216,21 +216,7 @@ declare const _default: {
216
216
  id: string;
217
217
  showCaption?: undefined;
218
218
  } | {
219
- panelItems: ({
220
- actionType: string;
221
- uiactionId: string;
222
- tooltip: string;
223
- caption: string;
224
- itemStyle: string;
225
- itemType: string;
226
- layoutPos: {
227
- shrink: number;
228
- layout: string;
229
- spacingRight?: undefined;
230
- };
231
- showCaption: boolean;
232
- id: string;
233
- } | {
219
+ panelItems: {
234
220
  actionType: string;
235
221
  uiactionId: string;
236
222
  tooltip: string;
@@ -240,11 +226,10 @@ declare const _default: {
240
226
  layoutPos: {
241
227
  shrink: number;
242
228
  layout: string;
243
- spacingRight: string;
244
229
  };
245
230
  showCaption: boolean;
246
231
  id: string;
247
- })[];
232
+ }[];
248
233
  layout: {
249
234
  dir: string;
250
235
  layout: string;