@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,245 +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
- };
119
- dataRegionType: string;
120
- caption: string;
121
- itemStyle: string;
122
- itemType: string;
123
- layoutPos: {
124
- shrink: number;
125
- layout: string;
126
- grow?: undefined;
127
- spacingBottom?: undefined;
128
- spacingLeft?: undefined;
129
- spacingRight?: undefined;
130
- spacingTop?: undefined;
131
- };
132
- showCaption: boolean;
133
- id: string;
134
- } | {
135
- actionGroupExtractMode: string;
136
- panelItems: {
137
- caption: string;
138
- itemStyle: string;
139
- itemType: string;
140
- layoutPos: {
141
- grow: number;
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
- grow: number;
158
- shrink: number;
159
- layout: string;
160
- spacingBottom?: undefined;
161
- spacingLeft?: undefined;
162
- spacingRight?: undefined;
163
- spacingTop?: undefined;
164
- };
165
- id: string;
166
- showCaption?: undefined;
167
- } | {
168
- actionGroupExtractMode: string;
169
- panelItems: ({
170
- rawItem: {
171
- halign: string;
172
- renderMode: string;
173
- valign: string;
174
- wrapMode: string;
175
- contentType: string;
176
- predefinedType: string;
177
- rawItemHeight: number;
178
- id: string;
179
- };
180
- caption: string;
181
- contentHeight: number;
182
- height: number;
183
- itemStyle: string;
184
- itemType: string;
185
- layoutPos: {
186
- grow: number;
187
- shrink: number;
188
- height: number;
189
- heightMode: string;
190
- layout: string;
191
- widthMode: string;
192
- };
193
- showCaption: boolean;
194
- id: string;
195
- } | {
196
- caption: string;
197
- itemStyle: string;
198
- itemType: string;
199
- layoutPos: {
200
- shrink: number;
201
- layout: string;
202
- grow?: undefined;
203
- height?: undefined;
204
- heightMode?: undefined;
205
- widthMode?: undefined;
206
- };
207
- showCaption: boolean;
208
- id: string;
209
- rawItem?: undefined;
210
- contentHeight?: undefined;
211
- height?: undefined;
212
- })[];
213
- predefinedType: string;
214
- layout: {
215
- layout: string;
216
- };
217
- dataRegionType: string;
218
- caption: string;
219
- itemStyle: string;
220
- itemType: string;
221
- layoutPos: {
222
- shrink: number;
223
- layout: string;
224
- spacingBottom: string;
225
- spacingLeft: string;
226
- spacingRight: string;
227
- spacingTop: string;
228
- grow?: undefined;
229
- };
230
- id: string;
231
- showCaption?: undefined;
232
- })[];
233
- layoutPanel: boolean;
234
- mobilePanel: boolean;
235
- codeName: string;
236
- controlType: string;
237
- logicName: string;
238
- appDataEntityId: string;
239
- controlParam: {};
240
- modelId: string;
241
- modelType: string;
242
- name: string;
243
- id: string;
244
- };
245
- export default _default;
@@ -1,208 +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
- };
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
- predefinedType: string;
145
- layout: {
146
- layout: string;
147
- align?: undefined;
148
- dir?: undefined;
149
- };
150
- dataRegionType: string;
151
- caption: string;
152
- itemStyle: string;
153
- itemType: string;
154
- layoutPos: {
155
- shrink: number;
156
- layout: string;
157
- };
158
- id: string;
159
- showCaption?: undefined;
160
- } | {
161
- actionGroupExtractMode: string;
162
- panelItems: {
163
- actionType: string;
164
- buttonStyle: string;
165
- buttonType: string;
166
- uiactionId: string;
167
- renderMode: string;
168
- tooltip: string;
169
- caption: string;
170
- itemStyle: string;
171
- itemType: string;
172
- layoutPos: {
173
- shrink: number;
174
- layout: string;
175
- };
176
- showCaption: boolean;
177
- id: string;
178
- }[];
179
- predefinedType: string;
180
- layout: {
181
- align: string;
182
- dir: string;
183
- layout: string;
184
- };
185
- dataRegionType: string;
186
- caption: string;
187
- itemStyle: string;
188
- itemType: string;
189
- layoutPos: {
190
- shrink: number;
191
- layout: string;
192
- };
193
- id: string;
194
- showCaption?: undefined;
195
- })[];
196
- layoutPanel: boolean;
197
- mobilePanel: boolean;
198
- codeName: string;
199
- controlType: string;
200
- logicName: string;
201
- appDataEntityId: string;
202
- controlParam: {};
203
- modelId: string;
204
- modelType: string;
205
- name: string;
206
- id: string;
207
- };
208
- export default _default;
@@ -1,201 +0,0 @@
1
- declare const _default: {
2
- layoutBodyOnly: boolean;
3
- layoutMode: string;
4
- layout: {
5
- layout: string;
6
- };
7
- rootPanelItems: ({
8
- actionGroupExtractMode: string;
9
- panelItems: {
10
- actionGroupExtractMode: string;
11
- panelItems: {
12
- actionGroupExtractMode: string;
13
- panelItems: ({
14
- actionGroupExtractMode: string;
15
- panelItems: {
16
- caption: string;
17
- itemStyle: string;
18
- itemType: string;
19
- layoutPos: {
20
- grow: number;
21
- shrink: number;
22
- heightMode: string;
23
- layout: string;
24
- valignSelf: string;
25
- widthMode: string;
26
- };
27
- showCaption: boolean;
28
- id: string;
29
- }[];
30
- layout: {
31
- layout: string;
32
- align?: undefined;
33
- dir?: undefined;
34
- };
35
- dataRegionType: string;
36
- caption: string;
37
- contentWidth: number;
38
- itemStyle: string;
39
- itemType: string;
40
- layoutPos: {
41
- basis: number;
42
- shrink: number;
43
- layout: string;
44
- width: number;
45
- widthMode: string;
46
- grow?: undefined;
47
- };
48
- width: number;
49
- id: string;
50
- } | {
51
- actionGroupExtractMode: string;
52
- panelItems: {
53
- caption: string;
54
- itemStyle: string;
55
- itemType: string;
56
- layoutPos: {
57
- shrink: number;
58
- heightMode: string;
59
- layout: string;
60
- widthMode: string;
61
- };
62
- showCaption: boolean;
63
- id: string;
64
- }[];
65
- layout: {
66
- align: string;
67
- dir: string;
68
- layout: string;
69
- };
70
- dataRegionType: string;
71
- caption: string;
72
- itemStyle: string;
73
- itemType: string;
74
- layoutPos: {
75
- grow: number;
76
- shrink: number;
77
- layout: string;
78
- basis?: undefined;
79
- width?: undefined;
80
- widthMode?: undefined;
81
- };
82
- id: string;
83
- contentWidth?: undefined;
84
- width?: undefined;
85
- })[];
86
- predefinedType: string;
87
- layout: {
88
- dir: string;
89
- layout: string;
90
- };
91
- dataRegionType: string;
92
- caption: string;
93
- itemStyle: string;
94
- itemType: string;
95
- layoutPos: {
96
- shrink: number;
97
- layout: string;
98
- };
99
- id: string;
100
- }[];
101
- predefinedType: string;
102
- layout: {
103
- dir: string;
104
- layout: string;
105
- };
106
- dataRegionType: string;
107
- caption: string;
108
- itemStyle: string;
109
- itemType: string;
110
- layoutPos: {
111
- shrink: number;
112
- layout: string;
113
- };
114
- id: string;
115
- }[];
116
- predefinedType: string;
117
- layout: {
118
- layout: string;
119
- };
120
- dataRegionType: string;
121
- caption: string;
122
- itemStyle: string;
123
- itemType: string;
124
- layoutPos: {
125
- shrink: number;
126
- layout: string;
127
- grow?: undefined;
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
- grow: number;
139
- shrink: number;
140
- layout: string;
141
- };
142
- showCaption: boolean;
143
- id: string;
144
- }[];
145
- predefinedType: string;
146
- layout: {
147
- layout: string;
148
- };
149
- dataRegionType: string;
150
- caption: string;
151
- itemStyle: string;
152
- itemType: string;
153
- layoutPos: {
154
- grow: number;
155
- shrink: number;
156
- layout: string;
157
- };
158
- id: string;
159
- showCaption?: undefined;
160
- } | {
161
- actionGroupExtractMode: string;
162
- panelItems: {
163
- caption: string;
164
- itemStyle: string;
165
- itemType: string;
166
- layoutPos: {
167
- shrink: number;
168
- layout: string;
169
- };
170
- showCaption: boolean;
171
- id: string;
172
- }[];
173
- predefinedType: string;
174
- layout: {
175
- layout: string;
176
- };
177
- dataRegionType: string;
178
- caption: string;
179
- itemStyle: string;
180
- itemType: string;
181
- layoutPos: {
182
- shrink: number;
183
- layout: string;
184
- grow?: undefined;
185
- };
186
- id: string;
187
- showCaption?: undefined;
188
- })[];
189
- layoutPanel: boolean;
190
- mobilePanel: boolean;
191
- codeName: string;
192
- controlType: string;
193
- logicName: string;
194
- appDataEntityId: string;
195
- controlParam: {};
196
- modelId: string;
197
- modelType: string;
198
- name: string;
199
- id: string;
200
- };
201
- export default _default;