@ibiz-template/mob-theme 0.2.9 → 0.2.11

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 (83) hide show
  1. package/CHANGELOG.md +16 -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/index.d.ts +4 -1
  6. package/es/index.mjs +12 -1
  7. package/es/publish/app-index-view-layout-blank-mode.mjs +1 -0
  8. package/es/publish/app-index-view-layout.d.ts +0 -8
  9. package/es/publish/app-index-view-layout.mjs +1 -4
  10. package/es/publish/app-wf-step-trace-view-layout.mjs +1 -0
  11. package/es/publish/index.mjs +3 -0
  12. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-calendar-view-9-layout.mjs +1 -0
  13. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-calendar-view-layout.mjs +1 -0
  14. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-chart-view-9-layout.mjs +1 -0
  15. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-chart-view-layout.mjs +1 -0
  16. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-data-view-layout.mjs +1 -0
  17. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-edit-view-3-layout.mjs +1 -0
  18. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-edit-view-9-layout.mjs +1 -0
  19. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-edit-view-layout.mjs +1 -0
  20. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-list-view-layout.mjs +1 -0
  21. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-m-pickup-view-layout.mjs +2 -1
  22. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-md-view-9-layout.mjs +1 -0
  23. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-md-view-layout.mjs +1 -0
  24. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-option-view-layout.mjs +1 -0
  25. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-pickup-md-view-layout.mjs +2 -1
  26. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-pickup-tree-view-layout.mjs +1 -0
  27. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-pickup-view-layout.mjs +1 -0
  28. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tab-exp-view-9-layout.mjs +1 -0
  29. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tab-exp-view-layout.mjs +1 -0
  30. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tree-view-layout.d.ts +3 -0
  31. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tree-view-layout.mjs +4 -1
  32. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-action-view-layout.mjs +1 -0
  33. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-edit-view-3-layout.mjs +1 -0
  34. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-edit-view-layout.mjs +1 -0
  35. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-start-view-layout.mjs +1 -0
  36. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wizard-view-layout.d.ts +191 -0
  37. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wizard-view-layout.mjs +236 -0
  38. package/es/theme/elements/index.css +1 -1
  39. package/es/theme/generic/index.css +1 -1
  40. package/es/theme/generic/vant.css +1 -1
  41. package/es/theme/index.css +1 -1
  42. package/es/theme/theme/dark/dark-theme.css +1 -1
  43. package/es/theme/theme/index.css +1 -1
  44. package/es/theme/theme/light/light-theme.css +1 -1
  45. package/es/theme/var.css +1 -1
  46. package/lib/index.cjs +12 -3
  47. package/lib/publish/app-index-view-layout-blank-mode.cjs +1 -0
  48. package/lib/publish/app-index-view-layout.cjs +1 -4
  49. package/lib/publish/app-wf-step-trace-view-layout.cjs +1 -0
  50. package/lib/publish/index.cjs +3 -0
  51. package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-calendar-view-9-layout.cjs +1 -0
  52. package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-calendar-view-layout.cjs +1 -0
  53. package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-chart-view-9-layout.cjs +1 -0
  54. package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-chart-view-layout.cjs +1 -0
  55. package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-data-view-layout.cjs +1 -0
  56. package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-edit-view-3-layout.cjs +1 -0
  57. package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-edit-view-9-layout.cjs +1 -0
  58. package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-edit-view-layout.cjs +1 -0
  59. package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-list-view-layout.cjs +1 -0
  60. package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-m-pickup-view-layout.cjs +2 -1
  61. package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-md-view-9-layout.cjs +1 -0
  62. package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-md-view-layout.cjs +1 -0
  63. package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-option-view-layout.cjs +1 -0
  64. package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-pickup-md-view-layout.cjs +2 -1
  65. package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-pickup-tree-view-layout.cjs +1 -0
  66. package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-pickup-view-layout.cjs +1 -0
  67. package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tab-exp-view-9-layout.cjs +1 -0
  68. package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tab-exp-view-layout.cjs +1 -0
  69. package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tree-view-layout.cjs +4 -1
  70. package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-action-view-layout.cjs +1 -0
  71. package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-edit-view-3-layout.cjs +1 -0
  72. package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-edit-view-layout.cjs +1 -0
  73. package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-start-view-layout.cjs +1 -0
  74. package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wizard-view-layout.cjs +240 -0
  75. package/lib/theme/elements/index.css +1 -1
  76. package/lib/theme/generic/index.css +1 -1
  77. package/lib/theme/generic/vant.css +1 -1
  78. package/lib/theme/index.css +1 -1
  79. package/lib/theme/theme/dark/dark-theme.css +1 -1
  80. package/lib/theme/theme/index.css +1 -1
  81. package/lib/theme/theme/light/light-theme.css +1 -1
  82. package/lib/theme/var.css +1 -1
  83. package/package.json +5 -2
package/es/index.d.ts CHANGED
@@ -1,2 +1,5 @@
1
1
  import './theme/index.scss';
2
- export * from './publish';
2
+ declare const _default: {
3
+ install(): void;
4
+ };
5
+ export default _default;
package/es/index.mjs CHANGED
@@ -1,2 +1,13 @@
1
1
  import './theme/index.css';
2
- export { install } from './publish/index.mjs';
2
+ import { install } from './publish/index.mjs';
3
+
4
+ "use strict";
5
+ var index = {
6
+ install() {
7
+ install((key, model) => {
8
+ ibiz.util.layoutPanel.register(key, model);
9
+ });
10
+ }
11
+ };
12
+
13
+ export { index as default };
@@ -1,3 +1,4 @@
1
+ "use strict";
1
2
  var AppIndexViewLayout_BLANK_MODE = {
2
3
  "layoutMode": "FLEX",
3
4
  "layout": {
@@ -16,23 +16,15 @@ declare const _default: {
16
16
  grow: number;
17
17
  shrink: number;
18
18
  layout: string;
19
- height?: undefined;
20
- heightMode?: undefined;
21
19
  };
22
20
  showCaption: boolean;
23
21
  id: string;
24
- contentHeight?: undefined;
25
- height?: undefined;
26
22
  } | {
27
23
  caption: string;
28
- contentHeight: number;
29
- height: number;
30
24
  itemStyle: string;
31
25
  itemType: string;
32
26
  layoutPos: {
33
27
  shrink: number;
34
- height: number;
35
- heightMode: string;
36
28
  layout: string;
37
29
  grow?: undefined;
38
30
  };
@@ -1,3 +1,4 @@
1
+ "use strict";
1
2
  var AppIndexViewLayout = {
2
3
  "layoutBodyOnly": true,
3
4
  "layoutMode": "FLEX",
@@ -23,14 +24,10 @@ var AppIndexViewLayout = {
23
24
  },
24
25
  {
25
26
  "caption": "\u9996\u9875\u83DC\u5355",
26
- "contentHeight": 50,
27
- "height": 50,
28
27
  "itemStyle": "DEFAULT",
29
28
  "itemType": "CTRLPOS",
30
29
  "layoutPos": {
31
30
  "shrink": 0,
32
- "height": 50,
33
- "heightMode": "PX",
34
31
  "layout": "FLEX"
35
32
  },
36
33
  "showCaption": true,
@@ -1,3 +1,4 @@
1
+ "use strict";
1
2
  var AppWFStepTraceViewLayout = {
2
3
  "layoutMode": "FLEX",
3
4
  "layout": {
@@ -24,7 +24,9 @@ import DEMobWFDynaEditView from './mob-view-layout-model-repository/mob-view-lay
24
24
  import DEMobWFDynaEditView3 from './mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-edit-view-3-layout.mjs';
25
25
  import DEMobWFDynaActionView from './mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-action-view-layout.mjs';
26
26
  import DEMobWFDynaStartView from './mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-start-view-layout.mjs';
27
+ import DEMobWizardVIEW from './mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wizard-view-layout.mjs';
27
28
 
29
+ "use strict";
28
30
  function install(callBack) {
29
31
  callBack("APPINDEXVIEW_DEFAULT", AppIndexViewLayout);
30
32
  callBack("APPINDEXVIEW_DEFAULT_BLANK_MODE", AppIndexViewLayout_BLANK_MODE);
@@ -52,6 +54,7 @@ function install(callBack) {
52
54
  callBack("DEMOBWFDYNAEDITVIEW3_DEFAULT", DEMobWFDynaEditView3);
53
55
  callBack("DEMOBWFDYNAACTIONVIEW_DEFAULT", DEMobWFDynaActionView);
54
56
  callBack("DEMOBWFDYNASTARTVIEW_DEFAULT", DEMobWFDynaStartView);
57
+ callBack("DEMOBWIZARDVIEW_DEFAULT", DEMobWizardVIEW);
55
58
  }
56
59
 
57
60
  export { install };
@@ -1,3 +1,4 @@
1
+ "use strict";
1
2
  var DEMobCalendarView9 = {
2
3
  "layoutBodyOnly": true,
3
4
  "layoutMode": "FLEX",
@@ -1,3 +1,4 @@
1
+ "use strict";
1
2
  var DEMobCalendarView = {
2
3
  "layoutBodyOnly": true,
3
4
  "layoutMode": "FLEX",
@@ -1,3 +1,4 @@
1
+ "use strict";
1
2
  var DEMobChartView9 = {
2
3
  "layoutBodyOnly": true,
3
4
  "layoutMode": "FLEX",
@@ -1,3 +1,4 @@
1
+ "use strict";
1
2
  var DEMobChartView = {
2
3
  "layoutMode": "FLEX",
3
4
  "layout": {
@@ -1,3 +1,4 @@
1
+ "use strict";
1
2
  var DEMobDataView = {
2
3
  "layoutMode": "FLEX",
3
4
  "layout": {
@@ -1,3 +1,4 @@
1
+ "use strict";
1
2
  var DEMobEditView3 = {
2
3
  "layoutMode": "FLEX",
3
4
  "layout": {
@@ -1,3 +1,4 @@
1
+ "use strict";
1
2
  var DEMobEditView9 = {
2
3
  "layoutBodyOnly": true,
3
4
  "layoutMode": "FLEX",
@@ -1,3 +1,4 @@
1
+ "use strict";
1
2
  var DEMobEditView = {
2
3
  "layoutBodyOnly": true,
3
4
  "layoutMode": "FLEX",
@@ -1,3 +1,4 @@
1
+ "use strict";
1
2
  var DEMobListView = {
2
3
  "layoutBodyOnly": true,
3
4
  "layoutMode": "Flex",
@@ -1,3 +1,4 @@
1
+ "use strict";
1
2
  var DEMobMPickupView = {
2
3
  "layoutBodyOnly": true,
3
4
  "layoutMode": "FLEX",
@@ -356,7 +357,7 @@ var DEMobMPickupView = {
356
357
  "itemStyle": "DEFAULT",
357
358
  "itemType": "CONTAINER",
358
359
  "layoutPos": {
359
- "shrink": 1,
360
+ "shrink": 0,
360
361
  "layout": "FLEX"
361
362
  },
362
363
  "id": "view_footer"
@@ -1,3 +1,4 @@
1
+ "use strict";
1
2
  var DEMobMdView9 = {
2
3
  "layoutBodyOnly": true,
3
4
  "layoutMode": "FLEX",
@@ -1,3 +1,4 @@
1
+ "use strict";
1
2
  var DEMobMdView = {
2
3
  "layoutBodyOnly": true,
3
4
  "layoutMode": "FLEX",
@@ -1,3 +1,4 @@
1
+ "use strict";
1
2
  var DEMobOptionView = {
2
3
  "layoutBodyOnly": true,
3
4
  "layoutMode": "FLEX",
@@ -1,3 +1,4 @@
1
+ "use strict";
1
2
  var DEMobPickupMDView = {
2
3
  "layoutBodyOnly": true,
3
4
  "layoutMode": "FLEX",
@@ -28,7 +29,7 @@ var DEMobPickupMDView = {
28
29
  "itemStyle": "DEFAULT",
29
30
  "itemType": "CONTAINER",
30
31
  "layoutPos": {
31
- "shrink": 1,
32
+ "shrink": 0,
32
33
  "layout": "FLEX"
33
34
  },
34
35
  "id": "view_toolbar2"
@@ -1,3 +1,4 @@
1
+ "use strict";
1
2
  var DEMobPickupTreeView = {
2
3
  "layoutBodyOnly": true,
3
4
  "layoutMode": "FLEX",
@@ -1,3 +1,4 @@
1
+ "use strict";
1
2
  var DEMobPickupView = {
2
3
  "layoutBodyOnly": true,
3
4
  "layoutMode": "FLEX",
@@ -1,3 +1,4 @@
1
+ "use strict";
1
2
  var DEMobTabExpView9 = {
2
3
  "layoutBodyOnly": true,
3
4
  "layoutMode": "FLEX",
@@ -1,3 +1,4 @@
1
+ "use strict";
1
2
  var DEMobTabExpView = {
2
3
  "layoutBodyOnly": true,
3
4
  "layoutMode": "FLEX",
@@ -185,6 +185,7 @@ declare const _default: {
185
185
  layoutPos: {
186
186
  shrink: number;
187
187
  layout: string;
188
+ grow?: undefined;
188
189
  };
189
190
  showCaption: boolean;
190
191
  id: string;
@@ -194,6 +195,7 @@ declare const _default: {
194
195
  itemStyle: string;
195
196
  itemType: string;
196
197
  layoutPos: {
198
+ grow: number;
197
199
  shrink: number;
198
200
  layout: string;
199
201
  };
@@ -209,6 +211,7 @@ declare const _default: {
209
211
  itemStyle: string;
210
212
  itemType: string;
211
213
  layoutPos: {
214
+ grow: number;
212
215
  shrink: number;
213
216
  layout: string;
214
217
  };
@@ -1,3 +1,4 @@
1
+ "use strict";
1
2
  var DEMobTreeView = {
2
3
  "layoutBodyOnly": true,
3
4
  "layoutMode": "FLEX",
@@ -241,11 +242,12 @@ var DEMobTreeView = {
241
242
  "itemStyle": "DEFAULT",
242
243
  "itemType": "CTRLPOS",
243
244
  "layoutPos": {
245
+ "grow": 1,
244
246
  "shrink": 1,
245
247
  "layout": "FLEX"
246
248
  },
247
249
  "showCaption": true,
248
- "id": "treeview"
250
+ "id": "tree"
249
251
  }
250
252
  ],
251
253
  "predefinedType": "Content",
@@ -257,6 +259,7 @@ var DEMobTreeView = {
257
259
  "itemStyle": "DEFAULT",
258
260
  "itemType": "CONTAINER",
259
261
  "layoutPos": {
262
+ "grow": 1,
260
263
  "shrink": 1,
261
264
  "layout": "FLEX"
262
265
  },
@@ -1,3 +1,4 @@
1
+ "use strict";
1
2
  var DEMobWFDynaActionView = {
2
3
  "layoutMode": "FLEX",
3
4
  "layout": {
@@ -1,3 +1,4 @@
1
+ "use strict";
1
2
  var DEMobWFDynaEditView3 = {
2
3
  "layoutMode": "FLEX",
3
4
  "layout": {
@@ -1,3 +1,4 @@
1
+ "use strict";
1
2
  var DEMobWFDynaEditView = {
2
3
  "layoutMode": "FLEX",
3
4
  "layout": {
@@ -1,3 +1,4 @@
1
+ "use strict";
1
2
  var DEMobWFDynaStartView = {
2
3
  "layoutMode": "FLEX",
3
4
  "layout": {
@@ -0,0 +1,191 @@
1
+ declare const _default: {
2
+ layoutBodyOnly: boolean;
3
+ layoutMode: string;
4
+ layout: {
5
+ layout: string;
6
+ };
7
+ rootPanelItems: ({
8
+ panelItems: {
9
+ panelItems: {
10
+ panelItems: ({
11
+ panelItems: {
12
+ caption: string;
13
+ itemStyle: string;
14
+ itemType: string;
15
+ layoutPos: {
16
+ grow: number;
17
+ shrink: number;
18
+ heightMode: string;
19
+ layout: string;
20
+ valignSelf: string;
21
+ widthMode: string;
22
+ };
23
+ showCaption: boolean;
24
+ id: string;
25
+ }[];
26
+ layout: {
27
+ layout: string;
28
+ align?: undefined;
29
+ dir?: undefined;
30
+ };
31
+ dataRegionType: string;
32
+ caption: string;
33
+ contentWidth: number;
34
+ itemStyle: string;
35
+ itemType: string;
36
+ layoutPos: {
37
+ basis: number;
38
+ shrink: number;
39
+ layout: string;
40
+ width: number;
41
+ widthMode: string;
42
+ grow?: undefined;
43
+ };
44
+ width: number;
45
+ id: string;
46
+ } | {
47
+ panelItems: {
48
+ caption: string;
49
+ itemStyle: string;
50
+ itemType: string;
51
+ layoutPos: {
52
+ shrink: number;
53
+ heightMode: string;
54
+ layout: string;
55
+ };
56
+ showCaption: boolean;
57
+ id: string;
58
+ }[];
59
+ layout: {
60
+ align: string;
61
+ dir: string;
62
+ layout: string;
63
+ };
64
+ dataRegionType: string;
65
+ caption: string;
66
+ itemStyle: string;
67
+ itemType: string;
68
+ layoutPos: {
69
+ grow: number;
70
+ shrink: number;
71
+ layout: string;
72
+ basis?: undefined;
73
+ width?: undefined;
74
+ widthMode?: undefined;
75
+ };
76
+ id: string;
77
+ contentWidth?: undefined;
78
+ width?: undefined;
79
+ })[];
80
+ predefinedType: string;
81
+ layout: {
82
+ dir: string;
83
+ layout: string;
84
+ };
85
+ dataRegionType: string;
86
+ caption: string;
87
+ itemStyle: string;
88
+ itemType: string;
89
+ layoutPos: {
90
+ shrink: number;
91
+ layout: string;
92
+ };
93
+ id: string;
94
+ }[];
95
+ predefinedType: string;
96
+ layout: {
97
+ dir: string;
98
+ layout: string;
99
+ };
100
+ dataRegionType: string;
101
+ caption: string;
102
+ itemStyle: string;
103
+ itemType: string;
104
+ layoutPos: {
105
+ shrink: number;
106
+ layout: string;
107
+ };
108
+ id: string;
109
+ }[];
110
+ predefinedType: string;
111
+ layout: {
112
+ layout: string;
113
+ };
114
+ dataRegionType: string;
115
+ caption: string;
116
+ itemStyle: string;
117
+ itemType: string;
118
+ layoutPos: {
119
+ shrink: number;
120
+ layout: string;
121
+ grow?: undefined;
122
+ };
123
+ showCaption: boolean;
124
+ id: string;
125
+ } | {
126
+ panelItems: {
127
+ caption: string;
128
+ itemStyle: string;
129
+ itemType: string;
130
+ layoutPos: {
131
+ grow: number;
132
+ shrink: number;
133
+ layout: string;
134
+ };
135
+ showCaption: boolean;
136
+ id: string;
137
+ }[];
138
+ predefinedType: string;
139
+ layout: {
140
+ layout: string;
141
+ };
142
+ dataRegionType: string;
143
+ caption: string;
144
+ itemStyle: string;
145
+ itemType: string;
146
+ layoutPos: {
147
+ grow: number;
148
+ shrink: number;
149
+ layout: string;
150
+ };
151
+ id: string;
152
+ showCaption?: undefined;
153
+ } | {
154
+ panelItems: {
155
+ caption: string;
156
+ itemStyle: string;
157
+ itemType: string;
158
+ layoutPos: {
159
+ shrink: number;
160
+ layout: string;
161
+ };
162
+ showCaption: boolean;
163
+ id: string;
164
+ }[];
165
+ predefinedType: string;
166
+ layout: {
167
+ layout: string;
168
+ };
169
+ dataRegionType: string;
170
+ caption: string;
171
+ itemStyle: string;
172
+ itemType: string;
173
+ layoutPos: {
174
+ shrink: number;
175
+ layout: string;
176
+ grow?: undefined;
177
+ };
178
+ id: string;
179
+ showCaption?: undefined;
180
+ })[];
181
+ layoutPanel: boolean;
182
+ mobilePanel: boolean;
183
+ codeName: string;
184
+ controlType: string;
185
+ logicName: string;
186
+ appDataEntityId: string;
187
+ controlParam: {};
188
+ name: string;
189
+ id: string;
190
+ };
191
+ export default _default;