@ibiz-template/web-theme 1.0.11 → 1.0.12

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.
@@ -72,94 +72,107 @@ declare const _default: {
72
72
  layoutPos: {
73
73
  shrink: number;
74
74
  layout: string;
75
- height?: undefined;
76
- heightMode?: undefined;
77
75
  grow?: undefined;
78
76
  };
79
77
  showCaption: boolean;
80
78
  id: string;
81
- contentHeight?: undefined;
82
- height?: undefined;
83
79
  } | {
84
80
  panelItems: {
85
- caption: string;
86
- itemStyle: string;
87
- itemType: string;
88
- layoutPos: {
89
- shrink: number;
90
- heightMode: string;
91
- layout: string;
92
- widthMode: string;
93
- };
94
- showCaption: boolean;
95
- id: string;
96
- }[];
97
- layout: {
98
- layout: string;
99
- };
100
- dataRegionType: string;
101
- caption: string;
102
- contentHeight: number;
103
- height: number;
104
- itemStyle: string;
105
- itemType: string;
106
- layoutPos: {
107
- shrink: number;
108
- height: number;
109
- heightMode: string;
110
- layout: string;
111
- grow?: undefined;
112
- };
113
- id: string;
114
- predefinedType?: undefined;
115
- showCaption?: undefined;
116
- } | {
117
- panelItems: {
118
- caption: string;
119
- itemStyle: string;
120
- itemType: string;
121
- layoutPos: {
122
- shrink: number;
123
- layout: string;
124
- };
125
- showCaption: boolean;
126
- id: string;
127
- }[];
128
- layout: {
129
- layout: string;
130
- };
131
- dataRegionType: string;
132
- caption: string;
133
- itemStyle: string;
134
- itemType: string;
135
- layoutPos: {
136
- grow: number;
137
- shrink: number;
138
- layout: string;
139
- height?: undefined;
140
- heightMode?: undefined;
141
- };
142
- id: string;
143
- predefinedType?: undefined;
144
- showCaption?: undefined;
145
- contentHeight?: undefined;
146
- height?: undefined;
147
- } | {
148
- panelItems: {
149
- rawItem: {
150
- predefinedType: string;
81
+ panelItems: ({
82
+ caption: string;
83
+ itemStyle: string;
84
+ itemType: string;
85
+ layoutPos: {
86
+ shrink: number;
87
+ heightMode: string;
88
+ layout: string;
89
+ widthMode: string;
90
+ grow?: undefined;
91
+ };
92
+ showCaption: boolean;
93
+ id: string;
94
+ panelItems?: undefined;
95
+ layout?: undefined;
96
+ dataRegionType?: undefined;
97
+ } | {
98
+ panelItems: {
99
+ caption: string;
100
+ itemStyle: string;
101
+ itemType: string;
102
+ layoutPos: {
103
+ shrink: number;
104
+ layout: string;
105
+ };
106
+ showCaption: boolean;
107
+ id: string;
108
+ }[];
109
+ layout: {
110
+ layout: string;
111
+ };
112
+ dataRegionType: string;
113
+ caption: string;
114
+ itemStyle: string;
115
+ itemType: string;
116
+ layoutPos: {
117
+ grow: number;
118
+ shrink: number;
119
+ layout: string;
120
+ heightMode?: undefined;
121
+ widthMode?: undefined;
122
+ };
123
+ id: string;
124
+ showCaption?: undefined;
125
+ } | {
126
+ panelItems: {
127
+ rawItem: {
128
+ predefinedType: string;
129
+ id: string;
130
+ };
131
+ caption: string;
132
+ itemStyle: string;
133
+ itemType: string;
134
+ layoutPos: {
135
+ shrink: number;
136
+ layout: string;
137
+ };
138
+ showCaption: boolean;
139
+ id: string;
140
+ }[];
141
+ layout: {
142
+ layout: string;
143
+ };
144
+ dataRegionType: string;
145
+ caption: string;
146
+ itemStyle: string;
147
+ itemType: string;
148
+ layoutPos: {
149
+ grow: number;
150
+ shrink: number;
151
+ layout: string;
152
+ heightMode?: undefined;
153
+ widthMode?: undefined;
154
+ };
151
155
  id: string;
156
+ showCaption?: undefined;
157
+ })[];
158
+ layout: {
159
+ layout: string;
152
160
  };
161
+ dataRegionType: string;
153
162
  caption: string;
163
+ contentHeight: number;
164
+ height: number;
154
165
  itemStyle: string;
155
166
  itemType: string;
156
167
  layoutPos: {
157
168
  shrink: number;
169
+ height: number;
170
+ heightMode: string;
158
171
  layout: string;
159
172
  };
160
- showCaption: boolean;
161
173
  id: string;
162
174
  }[];
175
+ predefinedType: string;
163
176
  layout: {
164
177
  layout: string;
165
178
  };
@@ -171,14 +184,9 @@ declare const _default: {
171
184
  grow: number;
172
185
  shrink: number;
173
186
  layout: string;
174
- height?: undefined;
175
- heightMode?: undefined;
176
187
  };
177
188
  id: string;
178
- predefinedType?: undefined;
179
189
  showCaption?: undefined;
180
- contentHeight?: undefined;
181
- height?: undefined;
182
190
  })[];
183
191
  layoutPanel: boolean;
184
192
  codeName: string;
@@ -134,82 +134,100 @@ var DEEdit3View = {
134
134
  {
135
135
  "panelItems": [
136
136
  {
137
- "caption": "\u5173\u7CFB\u5206\u9875\u90E8\u4EF6",
138
- "itemStyle": "DEFAULT",
139
- "itemType": "CTRLPOS",
140
- "layoutPos": {
141
- "shrink": 1,
142
- "heightMode": "FULL",
143
- "layout": "FLEX",
144
- "widthMode": "FULL"
145
- },
146
- "showCaption": true,
147
- "id": "drtab"
148
- }
149
- ],
150
- "layout": {
151
- "layout": "FLEX"
152
- },
153
- "dataRegionType": "INHERIT",
154
- "caption": "\u5BB9\u5668",
155
- "contentHeight": 54,
156
- "height": 54,
157
- "itemStyle": "DEFAULT",
158
- "itemType": "CONTAINER",
159
- "layoutPos": {
160
- "shrink": 0,
161
- "height": 54,
162
- "heightMode": "PX",
163
- "layout": "FLEX"
164
- },
165
- "id": "view_drtab"
166
- },
167
- {
168
- "panelItems": [
169
- {
170
- "caption": "\u8868\u5355",
171
- "itemStyle": "DEFAULT",
172
- "itemType": "CTRLPOS",
173
- "layoutPos": {
174
- "shrink": 1,
137
+ "panelItems": [
138
+ {
139
+ "caption": "\u5173\u7CFB\u5206\u9875\u90E8\u4EF6",
140
+ "itemStyle": "DEFAULT",
141
+ "itemType": "CTRLPOS",
142
+ "layoutPos": {
143
+ "shrink": 1,
144
+ "heightMode": "FULL",
145
+ "layout": "FLEX",
146
+ "widthMode": "FULL"
147
+ },
148
+ "showCaption": true,
149
+ "id": "drtab"
150
+ },
151
+ {
152
+ "panelItems": [
153
+ {
154
+ "caption": "\u8868\u5355",
155
+ "itemStyle": "DEFAULT",
156
+ "itemType": "CTRLPOS",
157
+ "layoutPos": {
158
+ "shrink": 1,
159
+ "layout": "FLEX"
160
+ },
161
+ "showCaption": true,
162
+ "id": "form"
163
+ }
164
+ ],
165
+ "layout": {
166
+ "layout": "FLEX"
167
+ },
168
+ "dataRegionType": "INHERIT",
169
+ "caption": "\u5BB9\u5668",
170
+ "itemStyle": "DEFAULT",
171
+ "itemType": "CONTAINER",
172
+ "layoutPos": {
173
+ "grow": 1,
174
+ "shrink": 1,
175
+ "layout": "FLEX"
176
+ },
177
+ "id": "view_form"
178
+ },
179
+ {
180
+ "panelItems": [
181
+ {
182
+ "rawItem": {
183
+ "predefinedType": "NAV_POS",
184
+ "id": "nav_pos"
185
+ },
186
+ "caption": "\u5BFC\u822A\u533A\u5360\u4F4D",
187
+ "itemStyle": "DEFAULT",
188
+ "itemType": "RAWITEM",
189
+ "layoutPos": {
190
+ "shrink": 1,
191
+ "layout": "FLEX"
192
+ },
193
+ "showCaption": true,
194
+ "id": "nav_pos"
195
+ }
196
+ ],
197
+ "layout": {
198
+ "layout": "FLEX"
199
+ },
200
+ "dataRegionType": "INHERIT",
201
+ "caption": "\u5BB9\u5668",
202
+ "itemStyle": "DEFAULT",
203
+ "itemType": "CONTAINER",
204
+ "layoutPos": {
205
+ "grow": 1,
206
+ "shrink": 1,
207
+ "layout": "FLEX"
208
+ },
209
+ "id": "view_nav_pos"
210
+ }
211
+ ],
212
+ "layout": {
175
213
  "layout": "FLEX"
176
214
  },
177
- "showCaption": true,
178
- "id": "form"
179
- }
180
- ],
181
- "layout": {
182
- "layout": "FLEX"
183
- },
184
- "dataRegionType": "INHERIT",
185
- "caption": "\u5BB9\u5668",
186
- "itemStyle": "DEFAULT",
187
- "itemType": "CONTAINER",
188
- "layoutPos": {
189
- "grow": 1,
190
- "shrink": 1,
191
- "layout": "FLEX"
192
- },
193
- "id": "view_form"
194
- },
195
- {
196
- "panelItems": [
197
- {
198
- "rawItem": {
199
- "predefinedType": "NAV_POS",
200
- "id": "nav_pos"
201
- },
202
- "caption": "\u5BFC\u822A\u533A\u5360\u4F4D",
215
+ "dataRegionType": "INHERIT",
216
+ "caption": "\u5BB9\u5668",
217
+ "contentHeight": 54,
218
+ "height": 54,
203
219
  "itemStyle": "DEFAULT",
204
- "itemType": "RAWITEM",
220
+ "itemType": "CONTAINER",
205
221
  "layoutPos": {
206
- "shrink": 1,
222
+ "shrink": 0,
223
+ "height": 54,
224
+ "heightMode": "PX",
207
225
  "layout": "FLEX"
208
226
  },
209
- "showCaption": true,
210
- "id": "nav_pos"
227
+ "id": "view_drtab"
211
228
  }
212
229
  ],
230
+ "predefinedType": "VIEWCONTENT",
213
231
  "layout": {
214
232
  "layout": "FLEX"
215
233
  },
@@ -222,7 +240,7 @@ var DEEdit3View = {
222
240
  "shrink": 1,
223
241
  "layout": "FLEX"
224
242
  },
225
- "id": "view_nav_pos"
243
+ "id": "view_content"
226
244
  }
227
245
  ],
228
246
  "layoutPanel": true,
@@ -72,94 +72,106 @@ declare const _default: {
72
72
  layoutPos: {
73
73
  shrink: number;
74
74
  layout: string;
75
- height?: undefined;
76
- heightMode?: undefined;
77
75
  grow?: undefined;
78
76
  };
79
77
  showCaption: boolean;
80
78
  id: string;
81
- contentHeight?: undefined;
82
- height?: undefined;
83
79
  } | {
84
- panelItems: {
80
+ panelItems: ({
81
+ panelItems: {
82
+ caption: string;
83
+ itemStyle: string;
84
+ itemType: string;
85
+ layoutPos: {
86
+ shrink: number;
87
+ heightMode: string;
88
+ layout: string;
89
+ widthMode: string;
90
+ };
91
+ showCaption: boolean;
92
+ id: string;
93
+ }[];
94
+ layout: {
95
+ layout: string;
96
+ };
97
+ dataRegionType: string;
85
98
  caption: string;
99
+ contentHeight: number;
100
+ height: number;
86
101
  itemStyle: string;
87
102
  itemType: string;
88
103
  layoutPos: {
89
104
  shrink: number;
105
+ height: number;
90
106
  heightMode: string;
91
107
  layout: string;
92
- widthMode: string;
108
+ grow?: undefined;
93
109
  };
94
- showCaption: boolean;
95
110
  id: string;
96
- }[];
97
- layout: {
98
- layout: string;
99
- };
100
- dataRegionType: string;
101
- caption: string;
102
- contentHeight: number;
103
- height: number;
104
- itemStyle: string;
105
- itemType: string;
106
- layoutPos: {
107
- shrink: number;
108
- height: number;
109
- heightMode: string;
110
- layout: string;
111
- grow?: undefined;
112
- };
113
- id: string;
114
- predefinedType?: undefined;
115
- showCaption?: undefined;
116
- } | {
117
- panelItems: {
111
+ } | {
112
+ panelItems: {
113
+ caption: string;
114
+ itemStyle: string;
115
+ itemType: string;
116
+ layoutPos: {
117
+ shrink: number;
118
+ layout: string;
119
+ };
120
+ showCaption: boolean;
121
+ id: string;
122
+ }[];
123
+ layout: {
124
+ layout: string;
125
+ };
126
+ dataRegionType: string;
118
127
  caption: string;
119
128
  itemStyle: string;
120
129
  itemType: string;
121
130
  layoutPos: {
131
+ grow: number;
122
132
  shrink: number;
123
133
  layout: string;
134
+ height?: undefined;
135
+ heightMode?: undefined;
124
136
  };
125
- showCaption: boolean;
126
137
  id: string;
127
- }[];
128
- layout: {
129
- layout: string;
130
- };
131
- dataRegionType: string;
132
- caption: string;
133
- itemStyle: string;
134
- itemType: string;
135
- layoutPos: {
136
- grow: number;
137
- shrink: number;
138
- layout: string;
138
+ contentHeight?: undefined;
139
139
  height?: undefined;
140
- heightMode?: undefined;
141
- };
142
- id: string;
143
- predefinedType?: undefined;
144
- showCaption?: undefined;
145
- contentHeight?: undefined;
146
- height?: undefined;
147
- } | {
148
- panelItems: {
149
- rawItem: {
150
- predefinedType: string;
140
+ } | {
141
+ panelItems: {
142
+ rawItem: {
143
+ predefinedType: string;
144
+ id: string;
145
+ };
146
+ caption: string;
147
+ itemStyle: string;
148
+ itemType: string;
149
+ layoutPos: {
150
+ shrink: number;
151
+ layout: string;
152
+ };
153
+ showCaption: boolean;
151
154
  id: string;
155
+ }[];
156
+ layout: {
157
+ layout: string;
152
158
  };
159
+ dataRegionType: string;
153
160
  caption: string;
154
161
  itemStyle: string;
155
162
  itemType: string;
156
163
  layoutPos: {
164
+ grow: number;
157
165
  shrink: number;
158
166
  layout: string;
167
+ height?: undefined;
168
+ heightMode?: undefined;
159
169
  };
160
- showCaption: boolean;
161
170
  id: string;
162
- }[];
171
+ contentHeight?: undefined;
172
+ height?: undefined;
173
+ })[];
174
+ predefinedType: string;
163
175
  layout: {
164
176
  layout: string;
165
177
  };
@@ -171,14 +183,9 @@ declare const _default: {
171
183
  grow: number;
172
184
  shrink: number;
173
185
  layout: string;
174
- height?: undefined;
175
- heightMode?: undefined;
176
186
  };
177
187
  id: string;
178
- predefinedType?: undefined;
179
188
  showCaption?: undefined;
180
- contentHeight?: undefined;
181
- height?: undefined;
182
189
  })[];
183
190
  layoutPanel: boolean;
184
191
  codeName: string;