@ibiz-template/mob-theme 3.1.2 → 4.1.0

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 (115) hide show
  1. package/dist/index.min.css +1 -1
  2. package/dist/index.system.min.js +2 -2
  3. package/dist/index.system.min.js.map +1 -1
  4. package/es/publish/control-layout/control-layout-model-repository-mob-search-form-layout.mjs +155 -0
  5. package/es/publish/control-layout/control-layout-model-repository-mob-tree-exp-bar-layout.mjs +79 -0
  6. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-calendar-view-layout.mjs +63 -0
  7. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-chart-view-layout.mjs +63 -0
  8. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-data-view-layout.mjs +209 -125
  9. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-edit-view-3-layout.mjs +83 -20
  10. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-edit-view-layout.mjs +64 -1
  11. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-list-view-layout.mjs +63 -0
  12. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-m-pickup-view-layout.mjs +63 -10
  13. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-md-view-layout.mjs +206 -124
  14. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-option-view-layout.mjs +63 -10
  15. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-pickup-md-view-layout.mjs +63 -0
  16. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-pickup-tree-view-layout.mjs +42 -0
  17. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-pickup-view-layout.mjs +63 -10
  18. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tab-exp-view-layout-flow.mjs +42 -0
  19. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tab-exp-view-layout.mjs +182 -29
  20. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tab-search-view-layout.mjs +258 -13
  21. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tree-exp-view-layout.mjs +64 -1
  22. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tree-view-layout.mjs +63 -0
  23. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-action-view-layout.mjs +63 -10
  24. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-edit-view-3-layout.mjs +65 -2
  25. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-edit-view-layout.mjs +63 -0
  26. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wizard-view-layout.mjs +63 -0
  27. package/es/theme/elements/index.css +1 -1
  28. package/es/theme/generic/index.css +1 -1
  29. package/es/theme/generic/rolldate.css +1 -0
  30. package/es/theme/generic/vant-rem.css +1 -0
  31. package/es/theme/generic/vant.css +1 -1
  32. package/es/theme/index.css +1 -1
  33. package/es/theme/objects/editor/editor.css +1 -0
  34. package/es/theme/objects/index.css +1 -1
  35. package/es/theme/objects/view/view.css +1 -0
  36. package/es/theme/theme/dark/dark-theme.css +1 -1
  37. package/es/theme/theme/index.css +1 -1
  38. package/es/theme/theme/light/light-theme.css +1 -1
  39. package/es/theme/var.css +1 -1
  40. package/lib/publish/control-layout/control-layout-model-repository-mob-search-form-layout.cjs +159 -0
  41. package/lib/publish/control-layout/control-layout-model-repository-mob-tree-exp-bar-layout.cjs +79 -0
  42. package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-calendar-view-layout.cjs +63 -0
  43. package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-chart-view-layout.cjs +63 -0
  44. package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-data-view-layout.cjs +209 -125
  45. package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-edit-view-3-layout.cjs +83 -20
  46. package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-edit-view-layout.cjs +64 -1
  47. package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-list-view-layout.cjs +63 -0
  48. package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-m-pickup-view-layout.cjs +63 -10
  49. package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-md-view-layout.cjs +206 -124
  50. package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-option-view-layout.cjs +63 -10
  51. package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-pickup-md-view-layout.cjs +63 -0
  52. package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-pickup-tree-view-layout.cjs +42 -0
  53. package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-pickup-view-layout.cjs +63 -10
  54. package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tab-exp-view-layout-flow.cjs +42 -0
  55. package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tab-exp-view-layout.cjs +182 -29
  56. package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tab-search-view-layout.cjs +258 -13
  57. package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tree-exp-view-layout.cjs +64 -1
  58. package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tree-view-layout.cjs +63 -0
  59. package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-action-view-layout.cjs +63 -10
  60. package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-edit-view-3-layout.cjs +65 -2
  61. package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-edit-view-layout.cjs +63 -0
  62. package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wizard-view-layout.cjs +63 -0
  63. package/lib/theme/elements/index.css +1 -1
  64. package/lib/theme/generic/index.css +1 -1
  65. package/lib/theme/generic/rolldate.css +1 -0
  66. package/lib/theme/generic/vant-rem.css +1 -0
  67. package/lib/theme/generic/vant.css +1 -1
  68. package/lib/theme/index.css +1 -1
  69. package/lib/theme/objects/app/app.css +0 -0
  70. package/lib/theme/objects/ctrl/ctrl.css +0 -0
  71. package/lib/theme/objects/editor/editor.css +1 -0
  72. package/lib/theme/objects/index.css +1 -1
  73. package/lib/theme/objects/view/view.css +1 -0
  74. package/lib/theme/theme/dark/dark-theme.css +1 -1
  75. package/lib/theme/theme/index.css +1 -1
  76. package/lib/theme/theme/light/light-theme.css +1 -1
  77. package/lib/theme/var.css +1 -1
  78. package/package.json +2 -2
  79. package/es/index.d.ts +0 -5
  80. package/es/publish/app-index-view-layout-blank-mode.d.ts +0 -33
  81. package/es/publish/app-index-view-layout.d.ts +0 -46
  82. package/es/publish/app-login-view.d.ts +0 -341
  83. package/es/publish/app-wf-step-trace-view-layout.d.ts +0 -38
  84. package/es/publish/control-layout/control-layout-model-repository-mob-tree-exp-bar-layout.d.ts +0 -45
  85. package/es/publish/control-layout/control-layout-model-repository-mob-tree-layout.d.ts +0 -99
  86. package/es/publish/index.d.ts +0 -9
  87. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-calendar-view-9-layout.d.ts +0 -45
  88. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-calendar-view-layout.d.ts +0 -271
  89. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-chart-view-9-layout.d.ts +0 -47
  90. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-chart-view-layout.d.ts +0 -270
  91. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-data-view-layout.d.ts +0 -242
  92. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-edit-view-3-layout.d.ts +0 -278
  93. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-edit-view-9-layout.d.ts +0 -46
  94. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-edit-view-layout.d.ts +0 -201
  95. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-list-view-layout.d.ts +0 -240
  96. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-m-pickup-view-layout.d.ts +0 -324
  97. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-md-view-9-layout.d.ts +0 -45
  98. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-md-view-layout.d.ts +0 -271
  99. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-option-view-layout.d.ts +0 -254
  100. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-pickup-md-view-layout.d.ts +0 -75
  101. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-pickup-tree-view-layout.d.ts +0 -47
  102. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-pickup-view-layout.d.ts +0 -342
  103. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tab-exp-view-9-layout.d.ts +0 -95
  104. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tab-exp-view-layout-flow.d.ts +0 -186
  105. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tab-exp-view-layout.d.ts +0 -221
  106. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tab-search-view-layout.d.ts +0 -127
  107. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tree-exp-view-layout.d.ts +0 -242
  108. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tree-view-layout.d.ts +0 -243
  109. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-action-view-layout.d.ts +0 -252
  110. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-edit-view-3-layout.d.ts +0 -323
  111. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-edit-view-layout.d.ts +0 -245
  112. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-start-view-layout.d.ts +0 -208
  113. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wizard-view-layout.d.ts +0 -201
  114. /package/es/theme/objects/{state/state.css → app/app.css} +0 -0
  115. /package/{lib/theme/objects/state/state.css → es/theme/objects/ctrl/ctrl.css} +0 -0
@@ -1,252 +0,0 @@
1
- declare const _default: {
2
- layoutMode: string;
3
- layout: {
4
- layout: string;
5
- };
6
- rootPanelItems: ({
7
- actionGroupExtractMode: string;
8
- panelItems: {
9
- actionGroupExtractMode: string;
10
- panelItems: {
11
- actionGroupExtractMode: string;
12
- panelItems: ({
13
- actionGroupExtractMode: string;
14
- panelItems: {
15
- caption: string;
16
- itemStyle: string;
17
- itemType: string;
18
- layoutPos: {
19
- grow: number;
20
- shrink: number;
21
- heightMode: string;
22
- layout: string;
23
- valignSelf: string;
24
- widthMode: string;
25
- };
26
- showCaption: boolean;
27
- id: string;
28
- }[];
29
- layout: {
30
- layout: string;
31
- align?: undefined;
32
- dir?: undefined;
33
- };
34
- dataRegionType: string;
35
- caption: string;
36
- contentWidth: number;
37
- itemStyle: string;
38
- itemType: string;
39
- layoutPos: {
40
- basis: number;
41
- shrink: number;
42
- layout: string;
43
- width: number;
44
- widthMode: string;
45
- grow?: undefined;
46
- };
47
- width: number;
48
- id: string;
49
- } | {
50
- actionGroupExtractMode: string;
51
- panelItems: {
52
- caption: string;
53
- itemStyle: string;
54
- itemType: string;
55
- layoutPos: {
56
- shrink: number;
57
- heightMode: string;
58
- layout: string;
59
- widthMode: string;
60
- };
61
- showCaption: boolean;
62
- id: string;
63
- }[];
64
- layout: {
65
- align: string;
66
- dir: string;
67
- layout: string;
68
- };
69
- dataRegionType: string;
70
- caption: string;
71
- itemStyle: string;
72
- itemType: string;
73
- layoutPos: {
74
- grow: number;
75
- shrink: number;
76
- layout: string;
77
- basis?: undefined;
78
- width?: undefined;
79
- widthMode?: undefined;
80
- };
81
- id: string;
82
- contentWidth?: undefined;
83
- width?: undefined;
84
- })[];
85
- predefinedType: string;
86
- layout: {
87
- dir: string;
88
- layout: string;
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
- predefinedType: string;
116
- layout: {
117
- layout: string;
118
- align?: undefined;
119
- dir?: undefined;
120
- };
121
- dataRegionType: string;
122
- caption: string;
123
- itemStyle: string;
124
- itemType: string;
125
- layoutPos: {
126
- shrink: number;
127
- layout: string;
128
- grow?: undefined;
129
- spacingBottom?: undefined;
130
- spacingLeft?: undefined;
131
- spacingRight?: undefined;
132
- };
133
- showCaption: boolean;
134
- id: string;
135
- } | {
136
- actionGroupExtractMode: string;
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
- align?: undefined;
152
- dir?: undefined;
153
- };
154
- dataRegionType: string;
155
- caption: string;
156
- itemStyle: string;
157
- itemType: string;
158
- layoutPos: {
159
- grow: number;
160
- shrink: number;
161
- layout: string;
162
- spacingBottom?: undefined;
163
- spacingLeft?: undefined;
164
- spacingRight?: undefined;
165
- };
166
- id: string;
167
- showCaption?: undefined;
168
- } | {
169
- actionGroupExtractMode: string;
170
- panelItems: ({
171
- actionType: string;
172
- buttonHeight: number;
173
- buttonStyle: string;
174
- buttonType: string;
175
- uiactionId: string;
176
- renderMode: string;
177
- tooltip: string;
178
- caption: string;
179
- contentHeight: number;
180
- height: number;
181
- itemStyle: string;
182
- itemType: string;
183
- layoutPos: {
184
- grow: number;
185
- shrink: number;
186
- height: number;
187
- heightMode: string;
188
- layout: string;
189
- spacingRight: string;
190
- spacingLeft?: undefined;
191
- };
192
- showCaption: boolean;
193
- id: string;
194
- } | {
195
- actionType: string;
196
- buttonHeight: number;
197
- buttonStyle: string;
198
- buttonType: string;
199
- uiactionId: string;
200
- renderMode: string;
201
- tooltip: string;
202
- caption: string;
203
- contentHeight: number;
204
- height: number;
205
- itemStyle: string;
206
- itemType: string;
207
- layoutPos: {
208
- grow: number;
209
- shrink: number;
210
- height: number;
211
- heightMode: string;
212
- layout: string;
213
- spacingLeft: string;
214
- spacingRight?: undefined;
215
- };
216
- showCaption: boolean;
217
- id: string;
218
- })[];
219
- predefinedType: string;
220
- layout: {
221
- align: string;
222
- dir: string;
223
- layout: string;
224
- };
225
- dataRegionType: string;
226
- caption: string;
227
- itemStyle: string;
228
- itemType: string;
229
- layoutPos: {
230
- shrink: number;
231
- layout: string;
232
- spacingBottom: string;
233
- spacingLeft: string;
234
- spacingRight: string;
235
- grow?: undefined;
236
- };
237
- id: string;
238
- showCaption?: undefined;
239
- })[];
240
- layoutPanel: boolean;
241
- mobilePanel: boolean;
242
- codeName: string;
243
- controlType: string;
244
- logicName: string;
245
- appDataEntityId: string;
246
- controlParam: {};
247
- modelId: string;
248
- modelType: string;
249
- name: string;
250
- id: string;
251
- };
252
- export default _default;
@@ -1,323 +0,0 @@
1
- declare const _default: {
2
- layoutMode: string;
3
- layout: {
4
- layout: string;
5
- };
6
- rootPanelItems: ({
7
- actionGroupExtractMode: string;
8
- panelItems: ({
9
- actionGroupExtractMode: string;
10
- panelItems: {
11
- actionGroupExtractMode: string;
12
- panelItems: {
13
- actionGroupExtractMode: string;
14
- panelItems: ({
15
- actionGroupExtractMode: string;
16
- panelItems: {
17
- caption: string;
18
- itemStyle: string;
19
- itemType: string;
20
- layoutPos: {
21
- grow: number;
22
- shrink: number;
23
- heightMode: string;
24
- layout: string;
25
- valignSelf: string;
26
- widthMode: string;
27
- };
28
- showCaption: boolean;
29
- id: string;
30
- }[];
31
- layout: {
32
- layout: string;
33
- align?: undefined;
34
- dir?: undefined;
35
- };
36
- dataRegionType: string;
37
- caption: string;
38
- contentWidth: number;
39
- itemStyle: string;
40
- itemType: string;
41
- layoutPos: {
42
- basis: number;
43
- shrink: number;
44
- layout: string;
45
- width: number;
46
- widthMode: string;
47
- grow?: undefined;
48
- };
49
- width: number;
50
- id: string;
51
- } | {
52
- actionGroupExtractMode: string;
53
- panelItems: {
54
- caption: string;
55
- itemStyle: string;
56
- itemType: string;
57
- layoutPos: {
58
- shrink: number;
59
- heightMode: string;
60
- layout: string;
61
- widthMode: string;
62
- };
63
- showCaption: boolean;
64
- id: string;
65
- }[];
66
- layout: {
67
- align: string;
68
- dir: string;
69
- layout: string;
70
- };
71
- dataRegionType: string;
72
- caption: string;
73
- itemStyle: string;
74
- itemType: string;
75
- layoutPos: {
76
- grow: number;
77
- shrink: number;
78
- layout: string;
79
- basis?: undefined;
80
- width?: undefined;
81
- widthMode?: undefined;
82
- };
83
- id: string;
84
- contentWidth?: undefined;
85
- width?: undefined;
86
- })[];
87
- predefinedType: string;
88
- layout: {
89
- dir: string;
90
- layout: string;
91
- };
92
- dataRegionType: string;
93
- caption: string;
94
- itemStyle: string;
95
- itemType: string;
96
- layoutPos: {
97
- shrink: number;
98
- layout: string;
99
- };
100
- id: string;
101
- }[];
102
- predefinedType: string;
103
- layout: {
104
- dir: string;
105
- layout: string;
106
- };
107
- dataRegionType: string;
108
- caption: string;
109
- itemStyle: string;
110
- itemType: string;
111
- layoutPos: {
112
- shrink: number;
113
- layout: string;
114
- };
115
- id: string;
116
- }[];
117
- predefinedType: string;
118
- layout: {
119
- layout: string;
120
- };
121
- dataRegionType: string;
122
- caption: string;
123
- itemStyle: string;
124
- itemType: string;
125
- layoutPos: {
126
- shrink: number;
127
- layout: string;
128
- };
129
- showCaption: boolean;
130
- id: string;
131
- } | {
132
- actionGroupExtractMode: string;
133
- panelItems: {
134
- caption: string;
135
- itemStyle: string;
136
- itemType: string;
137
- layoutPos: {
138
- shrink: number;
139
- layout: string;
140
- };
141
- showCaption: boolean;
142
- id: string;
143
- }[];
144
- layout: {
145
- layout: string;
146
- };
147
- dataRegionType: string;
148
- caption: string;
149
- itemStyle: string;
150
- itemType: string;
151
- layoutPos: {
152
- shrink: number;
153
- layout: string;
154
- };
155
- id: string;
156
- predefinedType?: undefined;
157
- showCaption?: undefined;
158
- })[];
159
- layout: {
160
- layout: string;
161
- };
162
- dataRegionType: string;
163
- caption: string;
164
- itemStyle: string;
165
- itemType: string;
166
- layoutPos: {
167
- shrink: number;
168
- layout: string;
169
- basis?: undefined;
170
- grow?: undefined;
171
- spacingBottom?: undefined;
172
- spacingLeft?: undefined;
173
- spacingRight?: undefined;
174
- spacingTop?: undefined;
175
- };
176
- id: string;
177
- predefinedType?: undefined;
178
- } | {
179
- actionGroupExtractMode: string;
180
- panelItems: ({
181
- actionGroupExtractMode: string;
182
- panelItems: {
183
- caption: string;
184
- itemStyle: string;
185
- itemType: string;
186
- layoutPos: {
187
- shrink: number;
188
- layout: string;
189
- };
190
- showCaption: boolean;
191
- id: string;
192
- }[];
193
- layout: {
194
- layout: string;
195
- };
196
- dataRegionType: string;
197
- caption: string;
198
- itemStyle: string;
199
- itemType: string;
200
- layoutPos: {
201
- shrink: number;
202
- layout: string;
203
- };
204
- id: string;
205
- rawItem?: undefined;
206
- showCaption?: undefined;
207
- } | {
208
- rawItem: {
209
- predefinedType: string;
210
- id: string;
211
- };
212
- caption: string;
213
- itemStyle: string;
214
- itemType: string;
215
- layoutPos: {
216
- shrink: number;
217
- layout: string;
218
- };
219
- showCaption: boolean;
220
- id: string;
221
- actionGroupExtractMode?: undefined;
222
- panelItems?: undefined;
223
- layout?: undefined;
224
- dataRegionType?: undefined;
225
- })[];
226
- predefinedType: string;
227
- layout: {
228
- layout: string;
229
- };
230
- dataRegionType: string;
231
- caption: string;
232
- itemStyle: string;
233
- itemType: string;
234
- layoutPos: {
235
- basis: number;
236
- grow: number;
237
- shrink: number;
238
- layout: string;
239
- spacingBottom?: undefined;
240
- spacingLeft?: undefined;
241
- spacingRight?: undefined;
242
- spacingTop?: undefined;
243
- };
244
- id: string;
245
- } | {
246
- actionGroupExtractMode: string;
247
- panelItems: ({
248
- rawItem: {
249
- halign: string;
250
- renderMode: string;
251
- valign: string;
252
- wrapMode: string;
253
- contentType: string;
254
- predefinedType: string;
255
- rawItemHeight: number;
256
- id: string;
257
- };
258
- caption: string;
259
- contentHeight: number;
260
- height: number;
261
- itemStyle: string;
262
- itemType: string;
263
- layoutPos: {
264
- grow: number;
265
- shrink: number;
266
- height: number;
267
- heightMode: string;
268
- layout: string;
269
- widthMode: string;
270
- };
271
- showCaption: boolean;
272
- id: string;
273
- } | {
274
- caption: string;
275
- itemStyle: string;
276
- itemType: string;
277
- layoutPos: {
278
- shrink: number;
279
- layout: string;
280
- grow?: undefined;
281
- height?: undefined;
282
- heightMode?: undefined;
283
- widthMode?: undefined;
284
- };
285
- showCaption: boolean;
286
- id: string;
287
- rawItem?: undefined;
288
- contentHeight?: undefined;
289
- height?: undefined;
290
- })[];
291
- predefinedType: string;
292
- layout: {
293
- layout: string;
294
- };
295
- dataRegionType: string;
296
- caption: string;
297
- itemStyle: string;
298
- itemType: string;
299
- layoutPos: {
300
- shrink: number;
301
- layout: string;
302
- spacingBottom: string;
303
- spacingLeft: string;
304
- spacingRight: string;
305
- spacingTop: string;
306
- basis?: undefined;
307
- grow?: undefined;
308
- };
309
- id: string;
310
- })[];
311
- layoutPanel: boolean;
312
- mobilePanel: boolean;
313
- codeName: string;
314
- controlType: string;
315
- logicName: string;
316
- appDataEntityId: string;
317
- controlParam: {};
318
- modelId: string;
319
- modelType: string;
320
- name: string;
321
- id: string;
322
- };
323
- export default _default;