@ibiz-template/web-theme 1.0.25 → 1.0.26
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/CHANGELOG.md +9 -3
- package/dist/index.system.min.js +1 -1
- package/dist/index.system.min.js.map +1 -1
- package/es/publish/index.mjs +1 -1
- package/es/publish/view-layout-model-repository/view-layout-model-repository-dem-edit-view-9-layout.d.ts +56 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-dem-edit-view-9-layout.mjs +47 -0
- package/lib/publish/index.cjs +1 -1
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-dem-edit-view-9-layout.cjs +47 -0
- package/package.json +1 -1
package/es/publish/index.mjs
CHANGED
|
@@ -103,7 +103,7 @@ function install(callBack) {
|
|
|
103
103
|
callBack("LISTEXPBAR_DEFAULT", ListExpBar);
|
|
104
104
|
callBack("DATAVIEWEXPBAR_DEFAULT", DataViewExpBar);
|
|
105
105
|
callBack("TREEEXPBAR_DEFAULT", TreeExpBar);
|
|
106
|
-
callBack("
|
|
106
|
+
callBack("CHARTEXPBAR_DEFAULT", ChartExpBar);
|
|
107
107
|
}
|
|
108
108
|
|
|
109
109
|
export { install };
|
|
@@ -110,6 +110,9 @@ declare const _default: {
|
|
|
110
110
|
predefinedType: string;
|
|
111
111
|
layout: {
|
|
112
112
|
layout: string;
|
|
113
|
+
align?: undefined;
|
|
114
|
+
dir?: undefined;
|
|
115
|
+
valign?: undefined;
|
|
113
116
|
};
|
|
114
117
|
dataRegionType: string;
|
|
115
118
|
caption: string;
|
|
@@ -151,6 +154,9 @@ declare const _default: {
|
|
|
151
154
|
predefinedType: string;
|
|
152
155
|
layout: {
|
|
153
156
|
layout: string;
|
|
157
|
+
align?: undefined;
|
|
158
|
+
dir?: undefined;
|
|
159
|
+
valign?: undefined;
|
|
154
160
|
};
|
|
155
161
|
dataRegionType: string;
|
|
156
162
|
caption: string;
|
|
@@ -178,6 +184,9 @@ declare const _default: {
|
|
|
178
184
|
}[];
|
|
179
185
|
layout: {
|
|
180
186
|
layout: string;
|
|
187
|
+
align?: undefined;
|
|
188
|
+
dir?: undefined;
|
|
189
|
+
valign?: undefined;
|
|
181
190
|
};
|
|
182
191
|
dataRegionType: string;
|
|
183
192
|
caption: string;
|
|
@@ -191,6 +200,53 @@ declare const _default: {
|
|
|
191
200
|
id: string;
|
|
192
201
|
predefinedType?: undefined;
|
|
193
202
|
showCaption?: undefined;
|
|
203
|
+
} | {
|
|
204
|
+
panelItems: {
|
|
205
|
+
actionType: string;
|
|
206
|
+
buttonStyle: string;
|
|
207
|
+
buttonType: string;
|
|
208
|
+
uiactionId: string;
|
|
209
|
+
renderMode: string;
|
|
210
|
+
tooltip: string;
|
|
211
|
+
capLanguageRes: {
|
|
212
|
+
defaultContent: string;
|
|
213
|
+
lanResTag: string;
|
|
214
|
+
lanResType: string;
|
|
215
|
+
refFlag: boolean;
|
|
216
|
+
name: string;
|
|
217
|
+
id: string;
|
|
218
|
+
};
|
|
219
|
+
caption: string;
|
|
220
|
+
itemStyle: string;
|
|
221
|
+
itemType: string;
|
|
222
|
+
layoutPos: {
|
|
223
|
+
shrink: number;
|
|
224
|
+
layout: string;
|
|
225
|
+
};
|
|
226
|
+
sysImage: {
|
|
227
|
+
cssClass: string;
|
|
228
|
+
};
|
|
229
|
+
showCaption: boolean;
|
|
230
|
+
id: string;
|
|
231
|
+
}[];
|
|
232
|
+
layout: {
|
|
233
|
+
align: string;
|
|
234
|
+
dir: string;
|
|
235
|
+
layout: string;
|
|
236
|
+
valign: string;
|
|
237
|
+
};
|
|
238
|
+
dataRegionType: string;
|
|
239
|
+
caption: string;
|
|
240
|
+
itemStyle: string;
|
|
241
|
+
itemType: string;
|
|
242
|
+
layoutPos: {
|
|
243
|
+
shrink: number;
|
|
244
|
+
layout: string;
|
|
245
|
+
grow?: undefined;
|
|
246
|
+
};
|
|
247
|
+
id: string;
|
|
248
|
+
predefinedType?: undefined;
|
|
249
|
+
showCaption?: undefined;
|
|
194
250
|
})[];
|
|
195
251
|
layoutPanel: boolean;
|
|
196
252
|
codeName: string;
|
|
@@ -238,6 +238,53 @@ var DEMEditView9 = {
|
|
|
238
238
|
"layout": "FLEX"
|
|
239
239
|
},
|
|
240
240
|
"id": "view_meditviewpanel"
|
|
241
|
+
},
|
|
242
|
+
{
|
|
243
|
+
"panelItems": [
|
|
244
|
+
{
|
|
245
|
+
"actionType": "UIACTION",
|
|
246
|
+
"buttonStyle": "DEFAULT",
|
|
247
|
+
"buttonType": "PANELBUTTON",
|
|
248
|
+
"uiactionId": "new",
|
|
249
|
+
"renderMode": "BUTTON",
|
|
250
|
+
"tooltip": "\u6DFB\u52A0",
|
|
251
|
+
"capLanguageRes": {
|
|
252
|
+
"defaultContent": "\u65B0\u5EFA",
|
|
253
|
+
"lanResTag": "TBB.TEXT.*.NEW",
|
|
254
|
+
"lanResType": "TBB.TEXT",
|
|
255
|
+
"refFlag": true,
|
|
256
|
+
"name": "\u5DE5\u5177\u680F\u6309\u94AE\u6587\u672C[*.NEW]",
|
|
257
|
+
"id": "\u5DE5\u5177\u680F\u6309\u94AE\u6587\u672C[*.new]"
|
|
258
|
+
},
|
|
259
|
+
"caption": "\u6DFB\u52A0",
|
|
260
|
+
"itemStyle": "DEFAULT",
|
|
261
|
+
"itemType": "BUTTON",
|
|
262
|
+
"layoutPos": {
|
|
263
|
+
"shrink": 1,
|
|
264
|
+
"layout": "FLEX"
|
|
265
|
+
},
|
|
266
|
+
"sysImage": {
|
|
267
|
+
"cssClass": "add"
|
|
268
|
+
},
|
|
269
|
+
"showCaption": true,
|
|
270
|
+
"id": "button_calluilogic"
|
|
271
|
+
}
|
|
272
|
+
],
|
|
273
|
+
"layout": {
|
|
274
|
+
"align": "center",
|
|
275
|
+
"dir": "row",
|
|
276
|
+
"layout": "FLEX",
|
|
277
|
+
"valign": "center"
|
|
278
|
+
},
|
|
279
|
+
"dataRegionType": "INHERIT",
|
|
280
|
+
"caption": "\u5BB9\u5668",
|
|
281
|
+
"itemStyle": "DEFAULT",
|
|
282
|
+
"itemType": "CONTAINER",
|
|
283
|
+
"layoutPos": {
|
|
284
|
+
"shrink": 1,
|
|
285
|
+
"layout": "FLEX"
|
|
286
|
+
},
|
|
287
|
+
"id": "container"
|
|
241
288
|
}
|
|
242
289
|
],
|
|
243
290
|
"layoutPanel": true,
|
package/lib/publish/index.cjs
CHANGED
|
@@ -105,7 +105,7 @@ function install(callBack) {
|
|
|
105
105
|
callBack("LISTEXPBAR_DEFAULT", controlLayoutModelRepositoryListExpBarLayout.default);
|
|
106
106
|
callBack("DATAVIEWEXPBAR_DEFAULT", controlLayoutModelRepositoryDataViewExpBarLayout.default);
|
|
107
107
|
callBack("TREEEXPBAR_DEFAULT", controlLayoutModelRepositoryTreeExpBarLayout.default);
|
|
108
|
-
callBack("
|
|
108
|
+
callBack("CHARTEXPBAR_DEFAULT", controlLayoutModelRepositoryChartExpBarLayout.default);
|
|
109
109
|
}
|
|
110
110
|
|
|
111
111
|
exports.install = install;
|
|
@@ -242,6 +242,53 @@ var DEMEditView9 = {
|
|
|
242
242
|
"layout": "FLEX"
|
|
243
243
|
},
|
|
244
244
|
"id": "view_meditviewpanel"
|
|
245
|
+
},
|
|
246
|
+
{
|
|
247
|
+
"panelItems": [
|
|
248
|
+
{
|
|
249
|
+
"actionType": "UIACTION",
|
|
250
|
+
"buttonStyle": "DEFAULT",
|
|
251
|
+
"buttonType": "PANELBUTTON",
|
|
252
|
+
"uiactionId": "new",
|
|
253
|
+
"renderMode": "BUTTON",
|
|
254
|
+
"tooltip": "\u6DFB\u52A0",
|
|
255
|
+
"capLanguageRes": {
|
|
256
|
+
"defaultContent": "\u65B0\u5EFA",
|
|
257
|
+
"lanResTag": "TBB.TEXT.*.NEW",
|
|
258
|
+
"lanResType": "TBB.TEXT",
|
|
259
|
+
"refFlag": true,
|
|
260
|
+
"name": "\u5DE5\u5177\u680F\u6309\u94AE\u6587\u672C[*.NEW]",
|
|
261
|
+
"id": "\u5DE5\u5177\u680F\u6309\u94AE\u6587\u672C[*.new]"
|
|
262
|
+
},
|
|
263
|
+
"caption": "\u6DFB\u52A0",
|
|
264
|
+
"itemStyle": "DEFAULT",
|
|
265
|
+
"itemType": "BUTTON",
|
|
266
|
+
"layoutPos": {
|
|
267
|
+
"shrink": 1,
|
|
268
|
+
"layout": "FLEX"
|
|
269
|
+
},
|
|
270
|
+
"sysImage": {
|
|
271
|
+
"cssClass": "add"
|
|
272
|
+
},
|
|
273
|
+
"showCaption": true,
|
|
274
|
+
"id": "button_calluilogic"
|
|
275
|
+
}
|
|
276
|
+
],
|
|
277
|
+
"layout": {
|
|
278
|
+
"align": "center",
|
|
279
|
+
"dir": "row",
|
|
280
|
+
"layout": "FLEX",
|
|
281
|
+
"valign": "center"
|
|
282
|
+
},
|
|
283
|
+
"dataRegionType": "INHERIT",
|
|
284
|
+
"caption": "\u5BB9\u5668",
|
|
285
|
+
"itemStyle": "DEFAULT",
|
|
286
|
+
"itemType": "CONTAINER",
|
|
287
|
+
"layoutPos": {
|
|
288
|
+
"shrink": 1,
|
|
289
|
+
"layout": "FLEX"
|
|
290
|
+
},
|
|
291
|
+
"id": "container"
|
|
245
292
|
}
|
|
246
293
|
],
|
|
247
294
|
"layoutPanel": true,
|