@ibiz-template/mob-theme 0.2.3 → 0.2.5

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 (72) hide show
  1. package/CHANGELOG.md +13 -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/app-index-view-layout.d.ts +3 -0
  6. package/es/publish/app-index-view-layout.mjs +3 -0
  7. package/es/publish/app-wf-step-trace-view-layout.d.ts +3 -0
  8. package/es/publish/app-wf-step-trace-view-layout.mjs +3 -0
  9. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-data-view-layout.d.ts +3 -0
  10. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-data-view-layout.mjs +3 -0
  11. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-edit-view-3-layout.d.ts +3 -0
  12. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-edit-view-3-layout.mjs +3 -0
  13. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-edit-view-9-layout.d.ts +3 -0
  14. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-edit-view-9-layout.mjs +3 -0
  15. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-edit-view-layout.d.ts +32 -0
  16. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-edit-view-layout.mjs +6 -1
  17. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-list-view-layout.d.ts +3 -0
  18. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-list-view-layout.mjs +3 -0
  19. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-m-pickup-view-layout.d.ts +7 -0
  20. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-m-pickup-view-layout.mjs +11 -0
  21. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-md-view-9-layout.d.ts +3 -0
  22. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-md-view-9-layout.mjs +3 -0
  23. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-md-view-layout.d.ts +3 -0
  24. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-md-view-layout.mjs +3 -0
  25. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-pickup-md-view-layout.d.ts +3 -0
  26. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-pickup-md-view-layout.mjs +3 -0
  27. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-pickup-tree-view-layout.d.ts +3 -0
  28. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-pickup-tree-view-layout.mjs +3 -0
  29. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-pickup-view-layout.d.ts +11 -0
  30. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-pickup-view-layout.mjs +11 -0
  31. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tab-exp-view-layout.d.ts +3 -0
  32. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tab-exp-view-layout.mjs +3 -0
  33. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tree-view-layout.d.ts +3 -0
  34. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tree-view-layout.mjs +3 -0
  35. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-action-view-layout.d.ts +11 -0
  36. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-action-view-layout.mjs +11 -0
  37. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-edit-view-3-layout.d.ts +3 -0
  38. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-edit-view-3-layout.mjs +3 -0
  39. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-edit-view-layout.d.ts +32 -0
  40. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-edit-view-layout.mjs +6 -1
  41. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-start-view-layout.d.ts +6 -0
  42. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-start-view-layout.mjs +9 -0
  43. package/es/theme/elements/index.css +1 -1
  44. package/es/theme/generic/index.css +1 -1
  45. package/es/theme/generic/vant.css +1 -1
  46. package/es/theme/index.css +1 -1
  47. package/es/theme/var.css +1 -1
  48. package/lib/publish/app-index-view-layout.cjs +3 -0
  49. package/lib/publish/app-wf-step-trace-view-layout.cjs +3 -0
  50. package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-data-view-layout.cjs +3 -0
  51. package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-edit-view-3-layout.cjs +3 -0
  52. package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-edit-view-9-layout.cjs +3 -0
  53. package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-edit-view-layout.cjs +6 -1
  54. package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-list-view-layout.cjs +3 -0
  55. package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-m-pickup-view-layout.cjs +11 -0
  56. package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-md-view-9-layout.cjs +3 -0
  57. package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-md-view-layout.cjs +3 -0
  58. package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-pickup-md-view-layout.cjs +3 -0
  59. package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-pickup-tree-view-layout.cjs +3 -0
  60. package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-pickup-view-layout.cjs +11 -0
  61. package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tab-exp-view-layout.cjs +3 -0
  62. package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tree-view-layout.cjs +3 -0
  63. package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-action-view-layout.cjs +11 -0
  64. package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-edit-view-3-layout.cjs +3 -0
  65. package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-edit-view-layout.cjs +6 -1
  66. package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-start-view-layout.cjs +9 -0
  67. package/lib/theme/elements/index.css +1 -1
  68. package/lib/theme/generic/index.css +1 -1
  69. package/lib/theme/generic/vant.css +1 -1
  70. package/lib/theme/index.css +1 -1
  71. package/lib/theme/var.css +1 -1
  72. package/package.json +3 -3
@@ -1,6 +1,9 @@
1
1
  declare const _default: {
2
2
  layoutBodyOnly: boolean;
3
3
  layoutMode: string;
4
+ layout: {
5
+ layout: string;
6
+ };
4
7
  rootPanelItems: {
5
8
  caption: string;
6
9
  itemStyle: string;
@@ -1,6 +1,9 @@
1
1
  var AppIndexViewLayout = {
2
2
  "layoutBodyOnly": true,
3
3
  "layoutMode": "FLEX",
4
+ "layout": {
5
+ "layout": "FLEX"
6
+ },
4
7
  "rootPanelItems": [
5
8
  {
6
9
  "caption": "\u9996\u9875\u83DC\u5355",
@@ -1,5 +1,8 @@
1
1
  declare const _default: {
2
2
  layoutMode: string;
3
+ layout: {
4
+ layout: string;
5
+ };
3
6
  rootPanelItems: {
4
7
  rawItem: {
5
8
  halign: string;
@@ -1,5 +1,8 @@
1
1
  var AppWFStepTraceViewLayout = {
2
2
  "layoutMode": "FLEX",
3
+ "layout": {
4
+ "layout": "FLEX"
5
+ },
3
6
  "rootPanelItems": [
4
7
  {
5
8
  "rawItem": {
@@ -1,5 +1,8 @@
1
1
  declare const _default: {
2
2
  layoutMode: string;
3
+ layout: {
4
+ layout: string;
5
+ };
3
6
  rootPanelItems: ({
4
7
  panelItems: {
5
8
  panelItems: ({
@@ -1,5 +1,8 @@
1
1
  var DEMobDataView = {
2
2
  "layoutMode": "FLEX",
3
+ "layout": {
4
+ "layout": "FLEX"
5
+ },
3
6
  "rootPanelItems": [
4
7
  {
5
8
  "panelItems": [
@@ -1,5 +1,8 @@
1
1
  declare const _default: {
2
2
  layoutMode: string;
3
+ layout: {
4
+ layout: string;
5
+ };
3
6
  rootPanelItems: ({
4
7
  panelItems: ({
5
8
  panelItems: ({
@@ -1,5 +1,8 @@
1
1
  var DEMobEditView3 = {
2
2
  "layoutMode": "FLEX",
3
+ "layout": {
4
+ "layout": "FLEX"
5
+ },
3
6
  "rootPanelItems": [
4
7
  {
5
8
  "panelItems": [
@@ -1,6 +1,9 @@
1
1
  declare const _default: {
2
2
  layoutBodyOnly: boolean;
3
3
  layoutMode: string;
4
+ layout: {
5
+ layout: string;
6
+ };
4
7
  rootPanelItems: {
5
8
  panelItems: {
6
9
  caption: string;
@@ -1,6 +1,9 @@
1
1
  var DEMobEditView9 = {
2
2
  "layoutBodyOnly": true,
3
3
  "layoutMode": "FLEX",
4
+ "layout": {
5
+ "layout": "FLEX"
6
+ },
4
7
  "rootPanelItems": [
5
8
  {
6
9
  "panelItems": [
@@ -1,6 +1,9 @@
1
1
  declare const _default: {
2
2
  layoutBodyOnly: boolean;
3
3
  layoutMode: string;
4
+ layout: {
5
+ layout: string;
6
+ };
4
7
  rootPanelItems: ({
5
8
  panelItems: {
6
9
  panelItems: {
@@ -59,6 +62,35 @@ declare const _default: {
59
62
  layout: string;
60
63
  };
61
64
  id: string;
65
+ } | {
66
+ panelItems: {
67
+ caption: string;
68
+ itemStyle: string;
69
+ itemType: string;
70
+ layoutPos: {
71
+ shrink: number;
72
+ heightMode: string;
73
+ layout: string;
74
+ valignSelf: string;
75
+ };
76
+ showCaption: boolean;
77
+ id: string;
78
+ }[];
79
+ layout: {
80
+ layout: string;
81
+ align?: undefined;
82
+ dir?: undefined;
83
+ };
84
+ dataRegionType: string;
85
+ caption: string;
86
+ itemStyle: string;
87
+ itemType: string;
88
+ layoutPos: {
89
+ shrink: number;
90
+ layout: string;
91
+ grow?: undefined;
92
+ };
93
+ id: string;
62
94
  })[];
63
95
  predefinedType: string;
64
96
  layout: {
@@ -1,6 +1,9 @@
1
1
  var DEMobEditView = {
2
2
  "layoutBodyOnly": true,
3
3
  "layoutMode": "FLEX",
4
+ "layout": {
5
+ "layout": "FLEX"
6
+ },
4
7
  "rootPanelItems": [
5
8
  {
6
9
  "panelItems": [
@@ -74,7 +77,9 @@ var DEMobEditView = {
74
77
  "itemType": "CTRLPOS",
75
78
  "layoutPos": {
76
79
  "shrink": 1,
77
- "layout": "FLEX"
80
+ "heightMode": "FULL",
81
+ "layout": "FLEX",
82
+ "valignSelf": "MIDDLE"
78
83
  },
79
84
  "showCaption": true,
80
85
  "id": "righttoolbar"
@@ -1,6 +1,9 @@
1
1
  declare const _default: {
2
2
  layoutBodyOnly: boolean;
3
3
  layoutMode: string;
4
+ layout: {
5
+ layout: string;
6
+ };
4
7
  rootPanelItems: ({
5
8
  panelItems: {
6
9
  panelItems: ({
@@ -1,6 +1,9 @@
1
1
  var DEMobListView = {
2
2
  "layoutBodyOnly": true,
3
3
  "layoutMode": "Flex",
4
+ "layout": {
5
+ "layout": "FLEX"
6
+ },
4
7
  "rootPanelItems": [
5
8
  {
6
9
  "panelItems": [
@@ -1,6 +1,9 @@
1
1
  declare const _default: {
2
2
  layoutBodyOnly: boolean;
3
3
  layoutMode: string;
4
+ layout: {
5
+ layout: string;
6
+ };
4
7
  rootPanelItems: ({
5
8
  panelItems: {
6
9
  panelItems: ({
@@ -180,7 +183,11 @@ declare const _default: {
180
183
  } | {
181
184
  panelItems: {
182
185
  actionType: string;
186
+ buttonHeight: number;
187
+ buttonStyle: string;
188
+ buttonType: string;
183
189
  uiactionId: string;
190
+ renderMode: string;
184
191
  tooltip: string;
185
192
  caption: string;
186
193
  contentHeight: number;
@@ -1,6 +1,9 @@
1
1
  var DEMobMPickupView = {
2
2
  "layoutBodyOnly": true,
3
3
  "layoutMode": "FLEX",
4
+ "layout": {
5
+ "layout": "FLEX"
6
+ },
4
7
  "rootPanelItems": [
5
8
  {
6
9
  "panelItems": [
@@ -216,7 +219,11 @@ var DEMobMPickupView = {
216
219
  "panelItems": [
217
220
  {
218
221
  "actionType": "UIACTION",
222
+ "buttonHeight": 40,
223
+ "buttonStyle": "DEFAULT",
224
+ "buttonType": "PANELBUTTON",
219
225
  "uiactionId": "cancel",
226
+ "renderMode": "BUTTON",
220
227
  "tooltip": "\u53D6\u6D88",
221
228
  "caption": "\u53D6\u6D88",
222
229
  "contentHeight": 40,
@@ -236,7 +243,11 @@ var DEMobMPickupView = {
236
243
  },
237
244
  {
238
245
  "actionType": "UIACTION",
246
+ "buttonHeight": 40,
247
+ "buttonStyle": "PRIMARY",
248
+ "buttonType": "PANELBUTTON",
239
249
  "uiactionId": "ok",
250
+ "renderMode": "BUTTON",
240
251
  "tooltip": "\u786E\u5B9A",
241
252
  "caption": "\u786E\u5B9A",
242
253
  "contentHeight": 40,
@@ -1,6 +1,9 @@
1
1
  declare const _default: {
2
2
  layoutBodyOnly: boolean;
3
3
  layoutMode: string;
4
+ layout: {
5
+ layout: string;
6
+ };
4
7
  rootPanelItems: {
5
8
  panelItems: {
6
9
  caption: string;
@@ -1,6 +1,9 @@
1
1
  var DEMobMdView9 = {
2
2
  "layoutBodyOnly": true,
3
3
  "layoutMode": "FLEX",
4
+ "layout": {
5
+ "layout": "FLEX"
6
+ },
4
7
  "rootPanelItems": [
5
8
  {
6
9
  "panelItems": [
@@ -1,6 +1,9 @@
1
1
  declare const _default: {
2
2
  layoutBodyOnly: boolean;
3
3
  layoutMode: string;
4
+ layout: {
5
+ layout: string;
6
+ };
4
7
  rootPanelItems: ({
5
8
  panelItems: {
6
9
  panelItems: ({
@@ -1,6 +1,9 @@
1
1
  var DEMobMdView = {
2
2
  "layoutBodyOnly": true,
3
3
  "layoutMode": "FLEX",
4
+ "layout": {
5
+ "layout": "FLEX"
6
+ },
4
7
  "rootPanelItems": [
5
8
  {
6
9
  "panelItems": [
@@ -1,6 +1,9 @@
1
1
  declare const _default: {
2
2
  layoutBodyOnly: boolean;
3
3
  layoutMode: string;
4
+ layout: {
5
+ layout: string;
6
+ };
4
7
  rootPanelItems: {
5
8
  panelItems: {
6
9
  caption: string;
@@ -1,6 +1,9 @@
1
1
  var DEMobPickupMDView = {
2
2
  "layoutBodyOnly": true,
3
3
  "layoutMode": "FLEX",
4
+ "layout": {
5
+ "layout": "FLEX"
6
+ },
4
7
  "rootPanelItems": [
5
8
  {
6
9
  "panelItems": [
@@ -1,6 +1,9 @@
1
1
  declare const _default: {
2
2
  layoutBodyOnly: boolean;
3
3
  layoutMode: string;
4
+ layout: {
5
+ layout: string;
6
+ };
4
7
  rootPanelItems: {
5
8
  panelItems: {
6
9
  caption: string;
@@ -1,6 +1,9 @@
1
1
  var DEMobPickupTreeView = {
2
2
  "layoutBodyOnly": true,
3
3
  "layoutMode": "FLEX",
4
+ "layout": {
5
+ "layout": "FLEX"
6
+ },
4
7
  "rootPanelItems": [
5
8
  {
6
9
  "panelItems": [
@@ -1,6 +1,9 @@
1
1
  declare const _default: {
2
2
  layoutBodyOnly: boolean;
3
3
  layoutMode: string;
4
+ layout: {
5
+ layout: string;
6
+ };
4
7
  rootPanelItems: ({
5
8
  panelItems: {
6
9
  panelItems: ({
@@ -170,7 +173,11 @@ declare const _default: {
170
173
  panelItems: {
171
174
  panelItems: ({
172
175
  actionType: string;
176
+ buttonHeight: number;
177
+ buttonStyle: string;
178
+ buttonType: string;
173
179
  uiactionId: string;
180
+ renderMode: string;
174
181
  tooltip: string;
175
182
  caption: string;
176
183
  contentHeight: number;
@@ -190,7 +197,11 @@ declare const _default: {
190
197
  id: string;
191
198
  } | {
192
199
  actionType: string;
200
+ buttonHeight: number;
201
+ buttonStyle: string;
202
+ buttonType: string;
193
203
  uiactionId: string;
204
+ renderMode: string;
194
205
  tooltip: string;
195
206
  caption: string;
196
207
  contentHeight: number;
@@ -1,6 +1,9 @@
1
1
  var DEMobPickupView = {
2
2
  "layoutBodyOnly": true,
3
3
  "layoutMode": "FLEX",
4
+ "layout": {
5
+ "layout": "FLEX"
6
+ },
4
7
  "rootPanelItems": [
5
8
  {
6
9
  "panelItems": [
@@ -205,7 +208,11 @@ var DEMobPickupView = {
205
208
  "panelItems": [
206
209
  {
207
210
  "actionType": "UIACTION",
211
+ "buttonHeight": 40,
212
+ "buttonStyle": "DEFAULT",
213
+ "buttonType": "PANELBUTTON",
208
214
  "uiactionId": "cancel",
215
+ "renderMode": "BUTTON",
209
216
  "tooltip": "\u53D6\u6D88",
210
217
  "caption": "\u53D6\u6D88",
211
218
  "contentHeight": 40,
@@ -225,7 +232,11 @@ var DEMobPickupView = {
225
232
  },
226
233
  {
227
234
  "actionType": "UIACTION",
235
+ "buttonHeight": 40,
236
+ "buttonStyle": "PRIMARY",
237
+ "buttonType": "PANELBUTTON",
228
238
  "uiactionId": "ok",
239
+ "renderMode": "BUTTON",
229
240
  "tooltip": "\u786E\u5B9A",
230
241
  "caption": "\u786E\u5B9A",
231
242
  "contentHeight": 40,
@@ -1,6 +1,9 @@
1
1
  declare const _default: {
2
2
  layoutBodyOnly: boolean;
3
3
  layoutMode: string;
4
+ layout: {
5
+ layout: string;
6
+ };
4
7
  rootPanelItems: ({
5
8
  panelItems: ({
6
9
  panelItems: ({
@@ -1,6 +1,9 @@
1
1
  var DEMobTabExpView = {
2
2
  "layoutBodyOnly": true,
3
3
  "layoutMode": "FLEX",
4
+ "layout": {
5
+ "layout": "FLEX"
6
+ },
4
7
  "rootPanelItems": [
5
8
  {
6
9
  "panelItems": [
@@ -1,6 +1,9 @@
1
1
  declare const _default: {
2
2
  layoutBodyOnly: boolean;
3
3
  layoutMode: string;
4
+ layout: {
5
+ layout: string;
6
+ };
4
7
  rootPanelItems: ({
5
8
  panelItems: {
6
9
  panelItems: ({
@@ -1,6 +1,9 @@
1
1
  var DEMobTreeView = {
2
2
  "layoutBodyOnly": true,
3
3
  "layoutMode": "FLEX",
4
+ "layout": {
5
+ "layout": "FLEX"
6
+ },
4
7
  "rootPanelItems": [
5
8
  {
6
9
  "panelItems": [
@@ -1,5 +1,8 @@
1
1
  declare const _default: {
2
2
  layoutMode: string;
3
+ layout: {
4
+ layout: string;
5
+ };
3
6
  rootPanelItems: ({
4
7
  panelItems: {
5
8
  panelItems: {
@@ -83,7 +86,11 @@ declare const _default: {
83
86
  } | {
84
87
  panelItems: ({
85
88
  actionType: string;
89
+ buttonHeight: number;
90
+ buttonStyle: string;
91
+ buttonType: string;
86
92
  uiactionId: string;
93
+ renderMode: string;
87
94
  tooltip: string;
88
95
  caption: string;
89
96
  contentHeight: number;
@@ -103,7 +110,11 @@ declare const _default: {
103
110
  id: string;
104
111
  } | {
105
112
  actionType: string;
113
+ buttonHeight: number;
114
+ buttonStyle: string;
115
+ buttonType: string;
106
116
  uiactionId: string;
117
+ renderMode: string;
107
118
  tooltip: string;
108
119
  caption: string;
109
120
  contentHeight: number;
@@ -1,5 +1,8 @@
1
1
  var DEMobWFDynaActionView = {
2
2
  "layoutMode": "FLEX",
3
+ "layout": {
4
+ "layout": "FLEX"
5
+ },
3
6
  "rootPanelItems": [
4
7
  {
5
8
  "panelItems": [
@@ -83,7 +86,11 @@ var DEMobWFDynaActionView = {
83
86
  "panelItems": [
84
87
  {
85
88
  "actionType": "UIACTION",
89
+ "buttonHeight": 40,
90
+ "buttonStyle": "DEFAULT",
91
+ "buttonType": "PANELBUTTON",
86
92
  "uiactionId": "cancel",
93
+ "renderMode": "BUTTON",
87
94
  "tooltip": "\u53D6\u6D88",
88
95
  "caption": "\u53D6\u6D88",
89
96
  "contentHeight": 40,
@@ -103,7 +110,11 @@ var DEMobWFDynaActionView = {
103
110
  },
104
111
  {
105
112
  "actionType": "UIACTION",
113
+ "buttonHeight": 40,
114
+ "buttonStyle": "PRIMARY",
115
+ "buttonType": "PANELBUTTON",
106
116
  "uiactionId": "ok",
117
+ "renderMode": "BUTTON",
107
118
  "tooltip": "\u786E\u5B9A",
108
119
  "caption": "\u786E\u5B9A",
109
120
  "contentHeight": 40,
@@ -1,5 +1,8 @@
1
1
  declare const _default: {
2
2
  layoutMode: string;
3
+ layout: {
4
+ layout: string;
5
+ };
3
6
  rootPanelItems: ({
4
7
  panelItems: ({
5
8
  panelItems: ({
@@ -1,5 +1,8 @@
1
1
  var DEMobWFDynaEditView3 = {
2
2
  "layoutMode": "FLEX",
3
+ "layout": {
4
+ "layout": "FLEX"
5
+ },
3
6
  "rootPanelItems": [
4
7
  {
5
8
  "panelItems": [
@@ -1,5 +1,8 @@
1
1
  declare const _default: {
2
2
  layoutMode: string;
3
+ layout: {
4
+ layout: string;
5
+ };
3
6
  rootPanelItems: ({
4
7
  panelItems: {
5
8
  panelItems: {
@@ -58,6 +61,35 @@ declare const _default: {
58
61
  layout: string;
59
62
  };
60
63
  id: string;
64
+ } | {
65
+ panelItems: {
66
+ caption: string;
67
+ itemStyle: string;
68
+ itemType: string;
69
+ layoutPos: {
70
+ shrink: number;
71
+ heightMode: string;
72
+ layout: string;
73
+ valignSelf: string;
74
+ };
75
+ showCaption: boolean;
76
+ id: string;
77
+ }[];
78
+ layout: {
79
+ layout: string;
80
+ align?: undefined;
81
+ dir?: undefined;
82
+ };
83
+ dataRegionType: string;
84
+ caption: string;
85
+ itemStyle: string;
86
+ itemType: string;
87
+ layoutPos: {
88
+ shrink: number;
89
+ layout: string;
90
+ grow?: undefined;
91
+ };
92
+ id: string;
61
93
  })[];
62
94
  predefinedType: string;
63
95
  layout: {
@@ -1,5 +1,8 @@
1
1
  var DEMobWFDynaEditView = {
2
2
  "layoutMode": "FLEX",
3
+ "layout": {
4
+ "layout": "FLEX"
5
+ },
3
6
  "rootPanelItems": [
4
7
  {
5
8
  "panelItems": [
@@ -73,7 +76,9 @@ var DEMobWFDynaEditView = {
73
76
  "itemType": "CTRLPOS",
74
77
  "layoutPos": {
75
78
  "shrink": 1,
76
- "layout": "FLEX"
79
+ "heightMode": "FULL",
80
+ "layout": "FLEX",
81
+ "valignSelf": "MIDDLE"
77
82
  },
78
83
  "showCaption": true,
79
84
  "id": "righttoolbar"
@@ -1,5 +1,8 @@
1
1
  declare const _default: {
2
2
  layoutMode: string;
3
+ layout: {
4
+ layout: string;
5
+ };
3
6
  rootPanelItems: ({
4
7
  panelItems: {
5
8
  panelItems: {
@@ -72,7 +75,10 @@ declare const _default: {
72
75
  } | {
73
76
  panelItems: {
74
77
  actionType: string;
78
+ buttonStyle: string;
79
+ buttonType: string;
75
80
  uiactionId: string;
81
+ renderMode: string;
76
82
  tooltip: string;
77
83
  caption: string;
78
84
  itemStyle: string;
@@ -1,5 +1,8 @@
1
1
  var DEMobWFDynaStartView = {
2
2
  "layoutMode": "FLEX",
3
+ "layout": {
4
+ "layout": "FLEX"
5
+ },
3
6
  "rootPanelItems": [
4
7
  {
5
8
  "panelItems": [
@@ -78,7 +81,10 @@ var DEMobWFDynaStartView = {
78
81
  "panelItems": [
79
82
  {
80
83
  "actionType": "UIACTION",
84
+ "buttonStyle": "DEFAULT",
85
+ "buttonType": "PANELBUTTON",
81
86
  "uiactionId": "cancel",
87
+ "renderMode": "BUTTON",
82
88
  "tooltip": "\u53D6\u6D88",
83
89
  "caption": "\u53D6\u6D88",
84
90
  "itemStyle": "DEFAULT",
@@ -92,7 +98,10 @@ var DEMobWFDynaStartView = {
92
98
  },
93
99
  {
94
100
  "actionType": "UIACTION",
101
+ "buttonStyle": "DEFAULT",
102
+ "buttonType": "PANELBUTTON",
95
103
  "uiactionId": "ok",
104
+ "renderMode": "BUTTON",
96
105
  "tooltip": "\u786E\u5B9A",
97
106
  "caption": "\u786E\u5B9A",
98
107
  "itemStyle": "DEFAULT",
@@ -1 +1 @@
1
- @charset "UTF-8";body,html{padding:0;margin:0;overflow:hidden}*{box-sizing:border-box}.ibiz-app{width:100vw;height:100vh}::-webkit-scrollbar{width:4px;height:6px}::-webkit-scrollbar-thumb{background:var(--ibiz-color-tertiary-light-active)}div::-webkit-scrollbar{width:4px;height:6px}div::-webkit-scrollbar-thumb{background:var(--ibiz-color-tertiary-light-active)}
1
+ @charset "UTF-8";body,html{padding:0;margin:0;overflow:hidden}*{box-sizing:border-box}.ibiz-app{width:100vw;height:100vh}::-webkit-scrollbar{width:0;height:6px}::-webkit-scrollbar-thumb{background:var(--ibiz-color-tertiary-light-active)}div::-webkit-scrollbar{width:0;height:6px}div::-webkit-scrollbar-thumb{background:var(--ibiz-color-tertiary-light-active)}