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