@ibiz-template/mob-theme 0.0.1 → 0.2.2

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 (68) hide show
  1. package/CHANGELOG.md +102 -0
  2. package/dist/index.min.css +1 -0
  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 +2 -0
  6. package/es/index.mjs +1 -0
  7. package/es/publish/app-index-view-layout.d.ts +25 -0
  8. package/es/publish/app-index-view-layout.mjs +1 -0
  9. package/es/publish/app-wf-step-trace-view-layout.d.ts +33 -0
  10. package/es/publish/index.d.ts +9 -0
  11. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-data-view-layout.d.ts +170 -0
  12. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-edit-view-3-layout.d.ts +210 -0
  13. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-edit-view-3-layout.mjs +4 -0
  14. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-edit-view-9-layout.d.ts +40 -0
  15. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-edit-view-layout.d.ts +174 -0
  16. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-list-view-layout.d.ts +170 -0
  17. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-m-pickup-view-layout.d.ts +247 -0
  18. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-m-pickup-view-layout.mjs +31 -12
  19. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-md-view-9-layout.d.ts +39 -0
  20. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-md-view-layout.d.ts +200 -0
  21. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-pickup-md-view-layout.d.ts +41 -0
  22. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-pickup-tree-view-layout.d.ts +41 -0
  23. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-pickup-view-layout.d.ts +262 -0
  24. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-pickup-view-layout.mjs +23 -4
  25. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tab-exp-view-layout.d.ts +148 -0
  26. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tab-exp-view-layout.mjs +25 -5
  27. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tree-view-layout.d.ts +170 -0
  28. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-action-view-layout.d.ts +155 -0
  29. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-action-view-layout.mjs +23 -4
  30. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-edit-view-3-layout.d.ts +212 -0
  31. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-edit-view-3-layout.mjs +6 -0
  32. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-edit-view-layout.d.ts +173 -0
  33. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-edit-view-layout.mjs +1 -0
  34. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-start-view-layout.d.ts +112 -0
  35. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-start-view-layout.mjs +1 -1
  36. package/es/theme/elements/index.css +1 -0
  37. package/es/theme/generic/index.css +1 -0
  38. package/es/theme/generic/vant.css +1 -0
  39. package/es/theme/index.css +1 -0
  40. package/es/theme/objects/index.css +1 -0
  41. package/es/theme/objects/state/state.css +0 -0
  42. package/es/theme/theme/dark/dark-theme.css +1 -0
  43. package/es/theme/theme/index.css +1 -0
  44. package/es/theme/theme/light/light-theme.css +1 -0
  45. package/es/theme/tumps/index.css +1 -0
  46. package/es/theme/var.css +1 -0
  47. package/lib/index.cjs +1 -0
  48. package/lib/publish/app-index-view-layout.cjs +1 -0
  49. package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-edit-view-3-layout.cjs +4 -0
  50. package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-m-pickup-view-layout.cjs +31 -12
  51. package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-pickup-view-layout.cjs +23 -4
  52. package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tab-exp-view-layout.cjs +25 -5
  53. package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-action-view-layout.cjs +23 -4
  54. package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-edit-view-3-layout.cjs +6 -0
  55. package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-edit-view-layout.cjs +1 -0
  56. package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-start-view-layout.cjs +1 -1
  57. package/lib/theme/elements/index.css +1 -0
  58. package/lib/theme/generic/index.css +1 -0
  59. package/lib/theme/generic/vant.css +1 -0
  60. package/lib/theme/index.css +1 -0
  61. package/lib/theme/objects/index.css +1 -0
  62. package/lib/theme/objects/state/state.css +0 -0
  63. package/lib/theme/theme/dark/dark-theme.css +1 -0
  64. package/lib/theme/theme/index.css +1 -0
  65. package/lib/theme/theme/light/light-theme.css +1 -0
  66. package/lib/theme/tumps/index.css +1 -0
  67. package/lib/theme/var.css +1 -0
  68. package/package.json +9 -7
package/es/index.d.ts ADDED
@@ -0,0 +1,2 @@
1
+ import './theme/index.scss';
2
+ export * from './publish';
package/es/index.mjs CHANGED
@@ -1 +1,2 @@
1
+ import './theme/index.css';
1
2
  export { install } from './publish/index.mjs';
@@ -0,0 +1,25 @@
1
+ declare const _default: {
2
+ layoutBodyOnly: boolean;
3
+ layoutMode: string;
4
+ rootPanelItems: {
5
+ caption: string;
6
+ itemStyle: string;
7
+ itemType: string;
8
+ layoutPos: {
9
+ grow: number;
10
+ shrink: number;
11
+ layout: string;
12
+ };
13
+ showCaption: boolean;
14
+ id: string;
15
+ }[];
16
+ layoutPanel: boolean;
17
+ mobilePanel: boolean;
18
+ codeName: string;
19
+ controlType: string;
20
+ logicName: string;
21
+ controlParam: {};
22
+ name: string;
23
+ id: string;
24
+ };
25
+ export default _default;
@@ -7,6 +7,7 @@ var AppIndexViewLayout = {
7
7
  "itemStyle": "DEFAULT",
8
8
  "itemType": "CTRLPOS",
9
9
  "layoutPos": {
10
+ "grow": 1,
10
11
  "shrink": 1,
11
12
  "layout": "FLEX"
12
13
  },
@@ -0,0 +1,33 @@
1
+ declare const _default: {
2
+ layoutMode: string;
3
+ rootPanelItems: {
4
+ rawItem: {
5
+ halign: string;
6
+ renderMode: string;
7
+ valign: string;
8
+ wrapMode: string;
9
+ contentType: string;
10
+ predefinedType: string;
11
+ id: string;
12
+ };
13
+ caption: string;
14
+ itemStyle: string;
15
+ itemType: string;
16
+ layoutPos: {
17
+ shrink: number;
18
+ heightMode: string;
19
+ layout: string;
20
+ };
21
+ showCaption: boolean;
22
+ id: string;
23
+ }[];
24
+ layoutPanel: boolean;
25
+ mobilePanel: boolean;
26
+ codeName: string;
27
+ controlType: string;
28
+ logicName: string;
29
+ controlParam: {};
30
+ name: string;
31
+ id: string;
32
+ };
33
+ export default _default;
@@ -0,0 +1,9 @@
1
+ /**
2
+ * 安装视图默认布局
3
+ *
4
+ * @author chitanda
5
+ * @date 2023-04-28 15:04:37
6
+ * @export
7
+ * @param {(key: string, model: any) => void} callBack
8
+ */
9
+ export declare function install(callBack: (key: string, model: any) => void): void;
@@ -0,0 +1,170 @@
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
+ layout: string;
20
+ align?: undefined;
21
+ dir?: undefined;
22
+ };
23
+ dataRegionType: string;
24
+ caption: string;
25
+ itemStyle: string;
26
+ itemType: string;
27
+ layoutPos: {
28
+ shrink: number;
29
+ layout: string;
30
+ grow?: undefined;
31
+ };
32
+ id: string;
33
+ } | {
34
+ panelItems: {
35
+ caption: string;
36
+ itemStyle: string;
37
+ itemType: string;
38
+ layoutPos: {
39
+ shrink: number;
40
+ heightMode: string;
41
+ layout: string;
42
+ };
43
+ showCaption: boolean;
44
+ id: string;
45
+ }[];
46
+ layout: {
47
+ align: string;
48
+ dir: string;
49
+ layout: string;
50
+ };
51
+ dataRegionType: string;
52
+ caption: string;
53
+ itemStyle: string;
54
+ itemType: string;
55
+ layoutPos: {
56
+ grow: number;
57
+ shrink: number;
58
+ layout: string;
59
+ };
60
+ id: string;
61
+ })[];
62
+ predefinedType: string;
63
+ layout: {
64
+ dir: string;
65
+ layout: string;
66
+ };
67
+ dataRegionType: string;
68
+ caption: string;
69
+ itemStyle: string;
70
+ itemType: string;
71
+ layoutPos: {
72
+ shrink: number;
73
+ layout: string;
74
+ };
75
+ id: string;
76
+ } | {
77
+ panelItems: {
78
+ caption: string;
79
+ itemStyle: string;
80
+ itemType: string;
81
+ layoutPos: {
82
+ shrink: number;
83
+ layout: string;
84
+ };
85
+ showCaption: boolean;
86
+ id: string;
87
+ }[];
88
+ predefinedType: string;
89
+ layout: {
90
+ layout: string;
91
+ dir?: undefined;
92
+ };
93
+ dataRegionType: string;
94
+ caption: string;
95
+ itemStyle: string;
96
+ itemType: string;
97
+ layoutPos: {
98
+ shrink: number;
99
+ layout: string;
100
+ };
101
+ id: string;
102
+ })[];
103
+ predefinedType: string;
104
+ layout: {
105
+ dir: string;
106
+ layout: string;
107
+ };
108
+ dataRegionType: string;
109
+ caption: string;
110
+ itemStyle: string;
111
+ itemType: string;
112
+ layoutPos: {
113
+ shrink: number;
114
+ layout: string;
115
+ };
116
+ id: string;
117
+ }[];
118
+ predefinedType: string;
119
+ layout: {
120
+ layout: string;
121
+ dir?: undefined;
122
+ };
123
+ dataRegionType: string;
124
+ caption: string;
125
+ itemStyle: string;
126
+ itemType: string;
127
+ layoutPos: {
128
+ shrink: number;
129
+ layout: string;
130
+ };
131
+ showCaption: boolean;
132
+ id: string;
133
+ } | {
134
+ panelItems: {
135
+ caption: string;
136
+ itemStyle: string;
137
+ itemType: string;
138
+ layoutPos: {
139
+ shrink: number;
140
+ layout: string;
141
+ };
142
+ showCaption: boolean;
143
+ id: string;
144
+ }[];
145
+ predefinedType: string;
146
+ layout: {
147
+ dir: string;
148
+ layout: string;
149
+ };
150
+ dataRegionType: string;
151
+ itemStyle: string;
152
+ itemType: string;
153
+ layoutPos: {
154
+ shrink: number;
155
+ layout: string;
156
+ };
157
+ id: string;
158
+ caption?: undefined;
159
+ showCaption?: undefined;
160
+ })[];
161
+ layoutPanel: boolean;
162
+ codeName: string;
163
+ controlType: string;
164
+ logicName: string;
165
+ appDataEntityId: string;
166
+ controlParam: {};
167
+ name: string;
168
+ id: string;
169
+ };
170
+ export default _default;
@@ -0,0 +1,210 @@
1
+ declare const _default: {
2
+ layoutMode: string;
3
+ rootPanelItems: ({
4
+ panelItems: ({
5
+ panelItems: ({
6
+ panelItems: {
7
+ caption: string;
8
+ itemStyle: string;
9
+ itemType: string;
10
+ layoutPos: {
11
+ shrink: number;
12
+ layout: string;
13
+ };
14
+ showCaption: boolean;
15
+ id: string;
16
+ }[];
17
+ layout: {
18
+ layout: string;
19
+ align?: undefined;
20
+ dir?: undefined;
21
+ };
22
+ dataRegionType: string;
23
+ caption: string;
24
+ itemStyle: string;
25
+ itemType: string;
26
+ layoutPos: {
27
+ shrink: number;
28
+ layout: string;
29
+ grow?: undefined;
30
+ };
31
+ id: string;
32
+ } | {
33
+ panelItems: {
34
+ caption: string;
35
+ itemStyle: string;
36
+ itemType: string;
37
+ layoutPos: {
38
+ shrink: number;
39
+ heightMode: string;
40
+ layout: string;
41
+ };
42
+ showCaption: boolean;
43
+ id: string;
44
+ }[];
45
+ layout: {
46
+ align: string;
47
+ dir: string;
48
+ layout: string;
49
+ };
50
+ dataRegionType: string;
51
+ caption: string;
52
+ itemStyle: string;
53
+ itemType: string;
54
+ layoutPos: {
55
+ grow: number;
56
+ shrink: number;
57
+ layout: string;
58
+ };
59
+ id: string;
60
+ })[];
61
+ layout: {
62
+ dir: string;
63
+ layout: string;
64
+ };
65
+ dataRegionType: string;
66
+ caption: string;
67
+ itemStyle: string;
68
+ itemType: string;
69
+ layoutPos: {
70
+ shrink: number;
71
+ layout: string;
72
+ };
73
+ id: string;
74
+ } | {
75
+ panelItems: {
76
+ caption: string;
77
+ itemStyle: string;
78
+ itemType: string;
79
+ layoutPos: {
80
+ shrink: number;
81
+ layout: string;
82
+ };
83
+ showCaption: boolean;
84
+ id: string;
85
+ }[];
86
+ layout: {
87
+ layout: string;
88
+ dir?: undefined;
89
+ };
90
+ dataRegionType: string;
91
+ caption: string;
92
+ itemStyle: string;
93
+ itemType: string;
94
+ layoutPos: {
95
+ shrink: number;
96
+ layout: string;
97
+ };
98
+ id: string;
99
+ })[];
100
+ predefinedType: string;
101
+ layout: {
102
+ dir: string;
103
+ layout: string;
104
+ };
105
+ dataRegionType: string;
106
+ caption: string;
107
+ itemStyle: string;
108
+ itemType: string;
109
+ layoutPos: {
110
+ shrink: number;
111
+ layout: string;
112
+ };
113
+ id: string;
114
+ } | {
115
+ panelItems: ({
116
+ panelItems: {
117
+ caption: string;
118
+ itemStyle: string;
119
+ itemType: string;
120
+ layoutPos: {
121
+ shrink: number;
122
+ layout: string;
123
+ };
124
+ showCaption: boolean;
125
+ id: string;
126
+ }[];
127
+ layout: {
128
+ layout: string;
129
+ };
130
+ dataRegionType: string;
131
+ caption: string;
132
+ itemStyle: string;
133
+ itemType: string;
134
+ layoutPos: {
135
+ shrink: number;
136
+ layout: string;
137
+ };
138
+ id: string;
139
+ rawItem?: undefined;
140
+ showCaption?: undefined;
141
+ } | {
142
+ rawItem: {
143
+ predefinedType: string;
144
+ id: string;
145
+ };
146
+ caption: string;
147
+ itemStyle: string;
148
+ itemType: string;
149
+ layoutPos: {
150
+ shrink: number;
151
+ layout: string;
152
+ };
153
+ showCaption: boolean;
154
+ id: string;
155
+ panelItems?: undefined;
156
+ layout?: undefined;
157
+ dataRegionType?: undefined;
158
+ })[];
159
+ predefinedType: string;
160
+ layout: {
161
+ layout: string;
162
+ dir?: undefined;
163
+ };
164
+ dataRegionType: string;
165
+ caption: string;
166
+ itemStyle: string;
167
+ itemType: string;
168
+ layoutPos: {
169
+ shrink: number;
170
+ layout: string;
171
+ };
172
+ id: string;
173
+ } | {
174
+ panelItems: {
175
+ caption: string;
176
+ itemStyle: string;
177
+ itemType: string;
178
+ layoutPos: {
179
+ shrink: number;
180
+ layout: string;
181
+ };
182
+ showCaption: boolean;
183
+ id: string;
184
+ }[];
185
+ predefinedType: string;
186
+ layout: {
187
+ layout: string;
188
+ dir?: undefined;
189
+ };
190
+ dataRegionType: string;
191
+ caption: string;
192
+ itemStyle: string;
193
+ itemType: string;
194
+ layoutPos: {
195
+ shrink: number;
196
+ layout: string;
197
+ };
198
+ id: string;
199
+ })[];
200
+ layoutPanel: boolean;
201
+ mobilePanel: boolean;
202
+ codeName: string;
203
+ controlType: string;
204
+ logicName: string;
205
+ appDataEntityId: string;
206
+ controlParam: {};
207
+ name: string;
208
+ id: string;
209
+ };
210
+ export default _default;
@@ -40,6 +40,7 @@ var DEMobEditView3 = {
40
40
  "itemType": "CTRLPOS",
41
41
  "layoutPos": {
42
42
  "shrink": 1,
43
+ "heightMode": "FULL",
43
44
  "layout": "FLEX"
44
45
  },
45
46
  "showCaption": true,
@@ -47,6 +48,8 @@ var DEMobEditView3 = {
47
48
  }
48
49
  ],
49
50
  "layout": {
51
+ "align": "center",
52
+ "dir": "row",
50
53
  "layout": "FLEX"
51
54
  },
52
55
  "dataRegionType": "INHERIT",
@@ -54,6 +57,7 @@ var DEMobEditView3 = {
54
57
  "itemStyle": "DEFAULT",
55
58
  "itemType": "CONTAINER",
56
59
  "layoutPos": {
60
+ "grow": 1,
57
61
  "shrink": 1,
58
62
  "layout": "FLEX"
59
63
  },
@@ -0,0 +1,40 @@
1
+ declare const _default: {
2
+ layoutBodyOnly: boolean;
3
+ layoutMode: string;
4
+ rootPanelItems: {
5
+ panelItems: {
6
+ caption: string;
7
+ itemStyle: string;
8
+ itemType: string;
9
+ layoutPos: {
10
+ shrink: number;
11
+ layout: string;
12
+ };
13
+ showCaption: boolean;
14
+ id: string;
15
+ }[];
16
+ layout: {
17
+ layout: string;
18
+ };
19
+ dataRegionType: string;
20
+ caption: string;
21
+ itemStyle: string;
22
+ itemType: string;
23
+ layoutPos: {
24
+ grow: number;
25
+ shrink: number;
26
+ layout: string;
27
+ };
28
+ id: string;
29
+ }[];
30
+ layoutPanel: boolean;
31
+ mobilePanel: boolean;
32
+ codeName: string;
33
+ controlType: string;
34
+ logicName: string;
35
+ appDataEntityId: string;
36
+ controlParam: {};
37
+ name: string;
38
+ id: string;
39
+ };
40
+ export default _default;
@@ -0,0 +1,174 @@
1
+ declare const _default: {
2
+ layoutBodyOnly: boolean;
3
+ layoutMode: string;
4
+ rootPanelItems: ({
5
+ panelItems: {
6
+ panelItems: {
7
+ panelItems: ({
8
+ panelItems: {
9
+ caption: string;
10
+ itemStyle: string;
11
+ itemType: string;
12
+ layoutPos: {
13
+ shrink: number;
14
+ layout: string;
15
+ };
16
+ showCaption: boolean;
17
+ id: string;
18
+ }[];
19
+ layout: {
20
+ layout: string;
21
+ align?: undefined;
22
+ dir?: undefined;
23
+ };
24
+ dataRegionType: string;
25
+ caption: string;
26
+ itemStyle: string;
27
+ itemType: string;
28
+ layoutPos: {
29
+ shrink: number;
30
+ layout: string;
31
+ grow?: undefined;
32
+ };
33
+ id: string;
34
+ } | {
35
+ panelItems: {
36
+ caption: string;
37
+ itemStyle: string;
38
+ itemType: string;
39
+ layoutPos: {
40
+ shrink: number;
41
+ heightMode: string;
42
+ layout: string;
43
+ };
44
+ showCaption: boolean;
45
+ id: string;
46
+ }[];
47
+ layout: {
48
+ align: string;
49
+ dir: string;
50
+ layout: string;
51
+ };
52
+ dataRegionType: string;
53
+ caption: string;
54
+ itemStyle: string;
55
+ itemType: string;
56
+ layoutPos: {
57
+ grow: number;
58
+ shrink: number;
59
+ layout: string;
60
+ };
61
+ id: string;
62
+ })[];
63
+ predefinedType: string;
64
+ layout: {
65
+ dir: string;
66
+ layout: string;
67
+ };
68
+ dataRegionType: string;
69
+ caption: string;
70
+ itemStyle: string;
71
+ itemType: string;
72
+ layoutPos: {
73
+ shrink: number;
74
+ layout: string;
75
+ };
76
+ id: string;
77
+ }[];
78
+ predefinedType: string;
79
+ layout: {
80
+ dir: string;
81
+ layout: string;
82
+ };
83
+ dataRegionType: string;
84
+ caption: string;
85
+ itemStyle: string;
86
+ itemType: string;
87
+ layoutPos: {
88
+ shrink: number;
89
+ layout: string;
90
+ };
91
+ id: string;
92
+ }[];
93
+ predefinedType: string;
94
+ layout: {
95
+ layout: string;
96
+ };
97
+ dataRegionType: string;
98
+ caption: string;
99
+ itemStyle: string;
100
+ itemType: string;
101
+ layoutPos: {
102
+ shrink: number;
103
+ layout: string;
104
+ grow?: undefined;
105
+ };
106
+ showCaption: boolean;
107
+ id: string;
108
+ } | {
109
+ panelItems: {
110
+ caption: string;
111
+ itemStyle: string;
112
+ itemType: string;
113
+ layoutPos: {
114
+ grow: number;
115
+ shrink: number;
116
+ layout: string;
117
+ };
118
+ showCaption: boolean;
119
+ id: string;
120
+ }[];
121
+ predefinedType: string;
122
+ layout: {
123
+ layout: string;
124
+ };
125
+ dataRegionType: string;
126
+ caption: string;
127
+ itemStyle: string;
128
+ itemType: string;
129
+ layoutPos: {
130
+ grow: number;
131
+ shrink: number;
132
+ layout: string;
133
+ };
134
+ id: string;
135
+ showCaption?: undefined;
136
+ } | {
137
+ panelItems: {
138
+ caption: string;
139
+ itemStyle: string;
140
+ itemType: string;
141
+ layoutPos: {
142
+ shrink: number;
143
+ layout: string;
144
+ };
145
+ showCaption: boolean;
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
+ id: string;
162
+ showCaption?: undefined;
163
+ })[];
164
+ layoutPanel: boolean;
165
+ mobilePanel: boolean;
166
+ codeName: string;
167
+ controlType: string;
168
+ logicName: string;
169
+ appDataEntityId: string;
170
+ controlParam: {};
171
+ name: string;
172
+ id: string;
173
+ };
174
+ export default _default;