@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,254 +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
- align?: undefined;
120
- dir?: undefined;
121
- };
122
- dataRegionType: string;
123
- caption: string;
124
- itemStyle: string;
125
- itemType: string;
126
- layoutPos: {
127
- shrink: number;
128
- layout: string;
129
- grow?: undefined;
130
- spacingBottom?: undefined;
131
- spacingLeft?: undefined;
132
- spacingRight?: undefined;
133
- };
134
- showCaption: boolean;
135
- id: string;
136
- } | {
137
- actionGroupExtractMode: string;
138
- panelItems: {
139
- caption: string;
140
- itemStyle: string;
141
- itemType: string;
142
- layoutPos: {
143
- grow: number;
144
- shrink: number;
145
- layout: string;
146
- };
147
- showCaption: boolean;
148
- id: string;
149
- }[];
150
- predefinedType: string;
151
- layout: {
152
- layout: string;
153
- align?: undefined;
154
- dir?: undefined;
155
- };
156
- dataRegionType: string;
157
- caption: string;
158
- itemStyle: string;
159
- itemType: string;
160
- layoutPos: {
161
- grow: number;
162
- shrink: number;
163
- layout: string;
164
- spacingBottom?: undefined;
165
- spacingLeft?: undefined;
166
- spacingRight?: undefined;
167
- };
168
- id: string;
169
- showCaption?: undefined;
170
- } | {
171
- actionGroupExtractMode: string;
172
- panelItems: ({
173
- actionType: string;
174
- buttonHeight: number;
175
- buttonStyle: string;
176
- buttonType: string;
177
- uiactionId: string;
178
- renderMode: string;
179
- tooltip: string;
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
- spacingRight: string;
192
- spacingLeft?: undefined;
193
- };
194
- showCaption: boolean;
195
- id: string;
196
- } | {
197
- actionType: string;
198
- buttonHeight: number;
199
- buttonStyle: string;
200
- buttonType: string;
201
- uiactionId: string;
202
- renderMode: string;
203
- tooltip: string;
204
- caption: string;
205
- contentHeight: number;
206
- height: number;
207
- itemStyle: string;
208
- itemType: string;
209
- layoutPos: {
210
- grow: number;
211
- shrink: number;
212
- height: number;
213
- heightMode: string;
214
- layout: string;
215
- spacingLeft: string;
216
- spacingRight?: undefined;
217
- };
218
- showCaption: boolean;
219
- id: string;
220
- })[];
221
- predefinedType: string;
222
- layout: {
223
- align: string;
224
- dir: string;
225
- layout: string;
226
- };
227
- dataRegionType: string;
228
- caption: string;
229
- itemStyle: string;
230
- itemType: string;
231
- layoutPos: {
232
- shrink: number;
233
- layout: string;
234
- spacingBottom: string;
235
- spacingLeft: string;
236
- spacingRight: string;
237
- grow?: undefined;
238
- };
239
- id: string;
240
- showCaption?: undefined;
241
- })[];
242
- layoutPanel: boolean;
243
- mobilePanel: boolean;
244
- codeName: string;
245
- controlType: string;
246
- logicName: string;
247
- appDataEntityId: string;
248
- controlParam: {};
249
- modelId: string;
250
- modelType: string;
251
- name: string;
252
- id: string;
253
- };
254
- export default _default;
@@ -1,75 +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
- caption: string;
11
- itemStyle: string;
12
- itemType: string;
13
- layoutPos: {
14
- shrink: number;
15
- layout: string;
16
- };
17
- showCaption: boolean;
18
- id: string;
19
- }[];
20
- predefinedType: string;
21
- layout: {
22
- layout: string;
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
- actionGroupExtractMode: string;
36
- panelItems: {
37
- caption: string;
38
- itemStyle: string;
39
- itemType: string;
40
- layoutPos: {
41
- grow: number;
42
- shrink: number;
43
- layout: string;
44
- };
45
- showCaption: boolean;
46
- id: string;
47
- }[];
48
- layout: {
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
- predefinedType?: undefined;
62
- })[];
63
- layoutPanel: boolean;
64
- mobilePanel: boolean;
65
- codeName: string;
66
- controlType: string;
67
- logicName: string;
68
- appDataEntityId: string;
69
- controlParam: {};
70
- modelId: string;
71
- modelType: string;
72
- name: string;
73
- id: string;
74
- };
75
- export default _default;
@@ -1,47 +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
- caption: string;
11
- itemStyle: string;
12
- itemType: string;
13
- layoutPos: {
14
- shrink: number;
15
- layout: string;
16
- };
17
- showCaption: boolean;
18
- id: string;
19
- }[];
20
- predefinedType: string;
21
- layout: {
22
- layout: string;
23
- };
24
- dataRegionType: string;
25
- caption: string;
26
- itemStyle: string;
27
- itemType: string;
28
- layoutPos: {
29
- grow: number;
30
- shrink: number;
31
- layout: string;
32
- };
33
- id: string;
34
- }[];
35
- layoutPanel: boolean;
36
- mobilePanel: boolean;
37
- codeName: string;
38
- controlType: string;
39
- logicName: string;
40
- appDataEntityId: string;
41
- controlParam: {};
42
- modelId: string;
43
- modelType: string;
44
- name: string;
45
- id: string;
46
- };
47
- export default _default;
@@ -1,342 +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
- actionGroupExtractMode: string;
17
- panelItems: {
18
- caption: string;
19
- itemStyle: string;
20
- itemType: string;
21
- layoutPos: {
22
- grow: number;
23
- shrink: number;
24
- heightMode: string;
25
- layout: string;
26
- valignSelf: string;
27
- widthMode: string;
28
- };
29
- showCaption: boolean;
30
- id: string;
31
- }[];
32
- layout: {
33
- layout: string;
34
- align?: undefined;
35
- dir?: undefined;
36
- };
37
- dataRegionType: string;
38
- caption: string;
39
- contentWidth: number;
40
- itemStyle: string;
41
- itemType: string;
42
- layoutPos: {
43
- basis: number;
44
- shrink: number;
45
- layout: string;
46
- width: number;
47
- widthMode: string;
48
- grow?: undefined;
49
- };
50
- width: number;
51
- id: string;
52
- } | {
53
- actionGroupExtractMode: string;
54
- panelItems: {
55
- caption: string;
56
- itemStyle: string;
57
- itemType: string;
58
- layoutPos: {
59
- shrink: number;
60
- heightMode: string;
61
- layout: string;
62
- widthMode: string;
63
- };
64
- showCaption: boolean;
65
- id: string;
66
- }[];
67
- layout: {
68
- align: string;
69
- dir: string;
70
- layout: string;
71
- };
72
- dataRegionType: string;
73
- caption: string;
74
- itemStyle: string;
75
- itemType: string;
76
- layoutPos: {
77
- grow: number;
78
- shrink: number;
79
- layout: string;
80
- basis?: undefined;
81
- width?: undefined;
82
- widthMode?: undefined;
83
- };
84
- id: string;
85
- contentWidth?: undefined;
86
- width?: undefined;
87
- })[];
88
- predefinedType: string;
89
- layout: {
90
- dir: string;
91
- layout: string;
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
- actionGroupExtractMode: string;
119
- panelItems: {
120
- caption: string;
121
- itemStyle: string;
122
- itemType: string;
123
- layoutPos: {
124
- shrink: number;
125
- layout: string;
126
- };
127
- showCaption: boolean;
128
- id: string;
129
- }[];
130
- predefinedType: string;
131
- layout: {
132
- layout: string;
133
- dir?: undefined;
134
- };
135
- dataRegionType: string;
136
- caption: string;
137
- itemStyle: string;
138
- itemType: string;
139
- layoutPos: {
140
- shrink: number;
141
- layout: string;
142
- };
143
- id: string;
144
- } | {
145
- actionGroupExtractMode: string;
146
- panelItems: {
147
- caption: string;
148
- itemStyle: string;
149
- itemType: string;
150
- layoutPos: {
151
- shrink: number;
152
- layout: string;
153
- };
154
- showCaption: boolean;
155
- id: string;
156
- }[];
157
- layout: {
158
- layout: string;
159
- dir?: undefined;
160
- };
161
- dataRegionType: string;
162
- caption: string;
163
- itemStyle: string;
164
- itemType: string;
165
- layoutPos: {
166
- shrink: number;
167
- layout: string;
168
- };
169
- id: string;
170
- predefinedType?: undefined;
171
- })[];
172
- layout: {
173
- dir: string;
174
- layout: string;
175
- };
176
- dataRegionType: string;
177
- caption: string;
178
- itemStyle: string;
179
- itemType: string;
180
- layoutPos: {
181
- shrink: number;
182
- layout: string;
183
- };
184
- id: string;
185
- }[];
186
- predefinedType: string;
187
- layout: {
188
- layout: string;
189
- };
190
- dataRegionType: string;
191
- caption: string;
192
- itemStyle: string;
193
- itemType: string;
194
- layoutPos: {
195
- shrink: number;
196
- layout: string;
197
- basis?: undefined;
198
- grow?: undefined;
199
- spacingBottom?: undefined;
200
- spacingLeft?: undefined;
201
- spacingRight?: undefined;
202
- };
203
- showCaption: boolean;
204
- id: string;
205
- } | {
206
- actionGroupExtractMode: string;
207
- panelItems: {
208
- caption: string;
209
- itemStyle: string;
210
- itemType: string;
211
- layoutPos: {
212
- shrink: number;
213
- layout: string;
214
- };
215
- showCaption: boolean;
216
- id: string;
217
- }[];
218
- predefinedType: string;
219
- layout: {
220
- layout: string;
221
- };
222
- dataRegionType: string;
223
- caption: string;
224
- itemStyle: string;
225
- itemType: string;
226
- layoutPos: {
227
- basis: number;
228
- grow: number;
229
- shrink: number;
230
- layout: string;
231
- spacingBottom?: undefined;
232
- spacingLeft?: undefined;
233
- spacingRight?: undefined;
234
- };
235
- id: string;
236
- showCaption?: undefined;
237
- } | {
238
- actionGroupExtractMode: string;
239
- panelItems: {
240
- actionGroupExtractMode: string;
241
- panelItems: ({
242
- actionType: string;
243
- buttonHeight: number;
244
- buttonStyle: string;
245
- buttonType: string;
246
- uiactionId: string;
247
- renderMode: string;
248
- tooltip: string;
249
- caption: string;
250
- contentHeight: number;
251
- height: number;
252
- itemStyle: string;
253
- itemType: string;
254
- layoutPos: {
255
- grow: number;
256
- shrink: number;
257
- height: number;
258
- heightMode: string;
259
- layout: string;
260
- spacingRight: string;
261
- spacingLeft?: undefined;
262
- };
263
- showCaption: boolean;
264
- id: string;
265
- } | {
266
- actionType: string;
267
- buttonHeight: number;
268
- buttonStyle: string;
269
- buttonType: string;
270
- uiactionId: string;
271
- renderMode: string;
272
- tooltip: string;
273
- caption: string;
274
- contentHeight: number;
275
- height: number;
276
- itemStyle: string;
277
- itemType: string;
278
- layoutPos: {
279
- grow: number;
280
- shrink: number;
281
- height: number;
282
- heightMode: string;
283
- layout: string;
284
- spacingLeft: string;
285
- spacingRight?: undefined;
286
- };
287
- showCaption: boolean;
288
- id: string;
289
- })[];
290
- layout: {
291
- align: string;
292
- dir: string;
293
- layout: string;
294
- };
295
- dataRegionType: string;
296
- caption: string;
297
- contentHeight: number;
298
- height: number;
299
- itemStyle: string;
300
- itemType: string;
301
- layoutPos: {
302
- grow: number;
303
- shrink: number;
304
- height: number;
305
- heightMode: string;
306
- layout: string;
307
- };
308
- id: string;
309
- }[];
310
- predefinedType: string;
311
- layout: {
312
- layout: string;
313
- };
314
- dataRegionType: string;
315
- caption: string;
316
- itemStyle: string;
317
- itemType: string;
318
- layoutPos: {
319
- shrink: number;
320
- layout: string;
321
- spacingBottom: string;
322
- spacingLeft: string;
323
- spacingRight: string;
324
- basis?: undefined;
325
- grow?: undefined;
326
- };
327
- id: string;
328
- showCaption?: undefined;
329
- })[];
330
- layoutPanel: boolean;
331
- mobilePanel: boolean;
332
- codeName: string;
333
- controlType: string;
334
- logicName: string;
335
- appDataEntityId: string;
336
- controlParam: {};
337
- modelId: string;
338
- modelType: string;
339
- name: string;
340
- id: string;
341
- };
342
- export default _default;