@ibiz-template/web-theme 1.1.13 → 1.1.15
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 +13 -0
- package/dist/index.system.min.js +1 -1
- package/dist/index.system.min.js.map +1 -1
- package/es/publish/view-layout-model-repository/view-layout-model-repository-app-panel-view-layout.d.ts +57 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-app-panel-view-layout.mjs +65 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-calendar-exp-view-layout.d.ts +95 -31
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-calendar-exp-view-layout.mjs +117 -37
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-calendar-view-layout.d.ts +25 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-calendar-view-layout.mjs +63 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-chart-exp-view-layout.d.ts +98 -34
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-chart-exp-view-layout.mjs +125 -45
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-chart-view-layout.d.ts +26 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-chart-view-layout.mjs +63 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-data-view-exp-view-layout.d.ts +95 -31
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-data-view-exp-view-layout.mjs +117 -37
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-data-view-layout.d.ts +26 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-data-view-layout.mjs +63 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-edit-view-2-layout.d.ts +26 -1
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-edit-view-2-layout.mjs +63 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-edit-view-3-layout.d.ts +25 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-edit-view-3-layout.mjs +63 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-edit-view-4-layout.d.ts +27 -2
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-edit-view-4-layout.mjs +63 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-edit-view-layout.d.ts +25 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-edit-view-layout.mjs +63 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-gantt-view-layout.d.ts +26 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-gantt-view-layout.mjs +63 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-grid-exp-view-layout.d.ts +95 -31
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-grid-exp-view-layout.mjs +117 -37
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-grid-view-layout.d.ts +26 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-grid-view-layout.mjs +63 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-index-view-layout.d.ts +25 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-index-view-layout.mjs +63 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-kanban-view-layout.d.ts +26 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-kanban-view-layout.mjs +63 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-list-exp-view-layout.d.ts +95 -31
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-list-exp-view-layout.mjs +117 -37
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-list-view-layout.d.ts +26 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-list-view-layout.mjs +63 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-map-view-layout.d.ts +26 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-map-view-layout.mjs +63 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-option-view-layout.d.ts +27 -1
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-option-view-layout.mjs +63 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-panel-view-layout.d.ts +24 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-panel-view-layout.mjs +63 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-pickup-view-2-layout.d.ts +28 -2
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-pickup-view-2-layout.mjs +63 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-pickup-view-layout.d.ts +27 -1
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-pickup-view-layout.mjs +63 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-report-view-layout.d.ts +26 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-report-view-layout.mjs +63 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-tab-exp-view-layout.d.ts +27 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-tab-exp-view-layout.mjs +63 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-tab-search-view-view-layout.d.ts +60 -2
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-tab-search-view-view-layout.mjs +88 -1
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-tree-exp-view-layout.d.ts +95 -31
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-tree-exp-view-layout.mjs +117 -37
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-tree-grid-ex-view-layout.d.ts +26 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-tree-grid-ex-view-layout.mjs +63 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-tree-grid-view-layout.d.ts +26 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-tree-grid-view-layout.mjs +63 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-tree-view-layout.d.ts +26 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-tree-view-layout.mjs +63 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-wizard-view-layout.d.ts +52 -4
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-wizard-view-layout.mjs +63 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-dem-edit-view-9-layout.d.ts +29 -2
- package/es/publish/view-layout-model-repository/view-layout-model-repository-dem-edit-view-9-layout.mjs +63 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-dem-pickup-view-2-layout.d.ts +27 -1
- package/es/publish/view-layout-model-repository/view-layout-model-repository-dem-pickup-view-2-layout.mjs +63 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-dem-pickup-view-layout.d.ts +27 -1
- package/es/publish/view-layout-model-repository/view-layout-model-repository-dem-pickup-view-layout.mjs +63 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-dewf-dyna-action-view-layout.d.ts +48 -2
- package/es/publish/view-layout-model-repository/view-layout-model-repository-dewf-dyna-action-view-layout.mjs +63 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-dewf-dyna-edit-view-3-layout.d.ts +25 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-dewf-dyna-edit-view-3-layout.mjs +63 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-dewf-dyna-edit-view-layout.d.ts +25 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-dewf-dyna-edit-view-layout.mjs +63 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-dewf-dyna-start-view-layout.d.ts +49 -2
- package/es/publish/view-layout-model-repository/view-layout-model-repository-dewf-dyna-start-view-layout.mjs +63 -0
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-app-panel-view-layout.cjs +69 -0
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-calendar-exp-view-layout.cjs +117 -37
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-calendar-view-layout.cjs +63 -0
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-chart-exp-view-layout.cjs +125 -45
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-chart-view-layout.cjs +63 -0
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-data-view-exp-view-layout.cjs +117 -37
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-data-view-layout.cjs +63 -0
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-edit-view-2-layout.cjs +63 -0
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-edit-view-3-layout.cjs +63 -0
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-edit-view-4-layout.cjs +63 -0
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-edit-view-layout.cjs +63 -0
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-gantt-view-layout.cjs +63 -0
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-grid-exp-view-layout.cjs +117 -37
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-grid-view-layout.cjs +63 -0
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-index-view-layout.cjs +63 -0
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-kanban-view-layout.cjs +63 -0
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-list-exp-view-layout.cjs +117 -37
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-list-view-layout.cjs +63 -0
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-map-view-layout.cjs +63 -0
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-option-view-layout.cjs +63 -0
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-panel-view-layout.cjs +63 -0
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-pickup-view-2-layout.cjs +63 -0
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-pickup-view-layout.cjs +63 -0
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-report-view-layout.cjs +63 -0
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-tab-exp-view-layout.cjs +63 -0
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-tab-search-view-view-layout.cjs +88 -1
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-tree-exp-view-layout.cjs +117 -37
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-tree-grid-ex-view-layout.cjs +63 -0
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-tree-grid-view-layout.cjs +63 -0
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-tree-view-layout.cjs +63 -0
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-wizard-view-layout.cjs +63 -0
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-dem-edit-view-9-layout.cjs +63 -0
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-dem-pickup-view-2-layout.cjs +63 -0
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-dem-pickup-view-layout.cjs +63 -0
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-dewf-dyna-action-view-layout.cjs +63 -0
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-dewf-dyna-edit-view-3-layout.cjs +63 -0
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-dewf-dyna-edit-view-layout.cjs +63 -0
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-dewf-dyna-start-view-layout.cjs +63 -0
- package/package.json +1 -1
- package/src/publish/view-layout-model-repository/view-layout-model-repository-app-panel-view-layout.ts +62 -0
- package/src/publish/view-layout-model-repository/view-layout-model-repository-de-calendar-exp-view-layout.ts +117 -37
- package/src/publish/view-layout-model-repository/view-layout-model-repository-de-calendar-view-layout.ts +63 -0
- package/src/publish/view-layout-model-repository/view-layout-model-repository-de-chart-exp-view-layout.ts +125 -45
- package/src/publish/view-layout-model-repository/view-layout-model-repository-de-chart-view-layout.ts +63 -0
- package/src/publish/view-layout-model-repository/view-layout-model-repository-de-data-view-exp-view-layout.ts +117 -37
- package/src/publish/view-layout-model-repository/view-layout-model-repository-de-data-view-layout.ts +63 -0
- package/src/publish/view-layout-model-repository/view-layout-model-repository-de-edit-view-2-layout.ts +63 -0
- package/src/publish/view-layout-model-repository/view-layout-model-repository-de-edit-view-3-layout.ts +63 -0
- package/src/publish/view-layout-model-repository/view-layout-model-repository-de-edit-view-4-layout.ts +63 -0
- package/src/publish/view-layout-model-repository/view-layout-model-repository-de-edit-view-layout.ts +63 -0
- package/src/publish/view-layout-model-repository/view-layout-model-repository-de-gantt-view-layout.ts +63 -0
- package/src/publish/view-layout-model-repository/view-layout-model-repository-de-grid-exp-view-layout.ts +117 -37
- package/src/publish/view-layout-model-repository/view-layout-model-repository-de-grid-view-layout.ts +63 -0
- package/src/publish/view-layout-model-repository/view-layout-model-repository-de-index-view-layout.ts +63 -0
- package/src/publish/view-layout-model-repository/view-layout-model-repository-de-kanban-view-layout.ts +63 -0
- package/src/publish/view-layout-model-repository/view-layout-model-repository-de-list-exp-view-layout.ts +117 -37
- package/src/publish/view-layout-model-repository/view-layout-model-repository-de-list-view-layout.ts +63 -0
- package/src/publish/view-layout-model-repository/view-layout-model-repository-de-map-view-layout.ts +63 -0
- package/src/publish/view-layout-model-repository/view-layout-model-repository-de-option-view-layout.ts +63 -0
- package/src/publish/view-layout-model-repository/view-layout-model-repository-de-panel-view-layout.ts +63 -0
- package/src/publish/view-layout-model-repository/view-layout-model-repository-de-pickup-view-2-layout.ts +63 -0
- package/src/publish/view-layout-model-repository/view-layout-model-repository-de-pickup-view-layout.ts +63 -0
- package/src/publish/view-layout-model-repository/view-layout-model-repository-de-report-view-layout.ts +63 -0
- package/src/publish/view-layout-model-repository/view-layout-model-repository-de-tab-exp-view-layout.ts +63 -0
- package/src/publish/view-layout-model-repository/view-layout-model-repository-de-tab-search-view-view-layout.ts +88 -1
- package/src/publish/view-layout-model-repository/view-layout-model-repository-de-tree-exp-view-layout.ts +117 -37
- package/src/publish/view-layout-model-repository/view-layout-model-repository-de-tree-grid-ex-view-layout.ts +63 -0
- package/src/publish/view-layout-model-repository/view-layout-model-repository-de-tree-grid-view-layout.ts +63 -0
- package/src/publish/view-layout-model-repository/view-layout-model-repository-de-tree-view-layout.ts +63 -0
- package/src/publish/view-layout-model-repository/view-layout-model-repository-de-wizard-view-layout.ts +63 -0
- package/src/publish/view-layout-model-repository/view-layout-model-repository-dem-edit-view-9-layout.ts +63 -0
- package/src/publish/view-layout-model-repository/view-layout-model-repository-dem-pickup-view-2-layout.ts +63 -0
- package/src/publish/view-layout-model-repository/view-layout-model-repository-dem-pickup-view-layout.ts +63 -0
- package/src/publish/view-layout-model-repository/view-layout-model-repository-dewf-dyna-action-view-layout.ts +63 -0
- package/src/publish/view-layout-model-repository/view-layout-model-repository-dewf-dyna-edit-view-3-layout.ts +63 -0
- package/src/publish/view-layout-model-repository/view-layout-model-repository-dewf-dyna-edit-view-layout.ts +63 -0
- package/src/publish/view-layout-model-repository/view-layout-model-repository-dewf-dyna-start-view-layout.ts +63 -0
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
viewProxyMode: boolean;
|
|
3
|
+
layoutMode: string;
|
|
4
|
+
layout: {
|
|
5
|
+
layout: string;
|
|
6
|
+
};
|
|
7
|
+
rootPanelItems: {
|
|
8
|
+
panelItems: {
|
|
9
|
+
caption: string;
|
|
10
|
+
itemStyle: string;
|
|
11
|
+
itemType: string;
|
|
12
|
+
layoutPos: {
|
|
13
|
+
shrink: number;
|
|
14
|
+
heightMode: string;
|
|
15
|
+
layout: string;
|
|
16
|
+
widthMode: string;
|
|
17
|
+
};
|
|
18
|
+
showCaption: boolean;
|
|
19
|
+
id: string;
|
|
20
|
+
}[];
|
|
21
|
+
layout: {
|
|
22
|
+
dir: string;
|
|
23
|
+
layout: string;
|
|
24
|
+
};
|
|
25
|
+
dataRegionType: string;
|
|
26
|
+
itemStyle: string;
|
|
27
|
+
itemType: string;
|
|
28
|
+
layoutPos: {
|
|
29
|
+
shrink: number;
|
|
30
|
+
heightMode: string;
|
|
31
|
+
layout: string;
|
|
32
|
+
widthMode: string;
|
|
33
|
+
};
|
|
34
|
+
id: string;
|
|
35
|
+
}[];
|
|
36
|
+
layoutPanel: boolean;
|
|
37
|
+
controls: {
|
|
38
|
+
capLanguageRes: {
|
|
39
|
+
lanResTag: string;
|
|
40
|
+
};
|
|
41
|
+
caption: string;
|
|
42
|
+
codeName: string;
|
|
43
|
+
controlType: string;
|
|
44
|
+
appDataEntityId: string;
|
|
45
|
+
controlParam: {};
|
|
46
|
+
name: string;
|
|
47
|
+
id: string;
|
|
48
|
+
}[];
|
|
49
|
+
codeName: string;
|
|
50
|
+
controlType: string;
|
|
51
|
+
logicName: string;
|
|
52
|
+
appDataEntityId: string;
|
|
53
|
+
controlParam: {};
|
|
54
|
+
name: string;
|
|
55
|
+
id: string;
|
|
56
|
+
};
|
|
57
|
+
export default _default;
|
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var viewLayoutModelRepositoryAppPanelViewLayout = {
|
|
3
|
+
"viewProxyMode": true,
|
|
4
|
+
"layoutMode": "FLEX",
|
|
5
|
+
"layout": {
|
|
6
|
+
"layout": "FLEX"
|
|
7
|
+
},
|
|
8
|
+
"rootPanelItems": [
|
|
9
|
+
{
|
|
10
|
+
"panelItems": [
|
|
11
|
+
{
|
|
12
|
+
"caption": "\u9762\u677F\u90E8\u4EF6",
|
|
13
|
+
"itemStyle": "DEFAULT",
|
|
14
|
+
"itemType": "CTRLPOS",
|
|
15
|
+
"layoutPos": {
|
|
16
|
+
"shrink": 1,
|
|
17
|
+
"heightMode": "FULL",
|
|
18
|
+
"layout": "FLEX",
|
|
19
|
+
"widthMode": "FULL"
|
|
20
|
+
},
|
|
21
|
+
"showCaption": true,
|
|
22
|
+
"id": "panel"
|
|
23
|
+
}
|
|
24
|
+
],
|
|
25
|
+
"layout": {
|
|
26
|
+
"dir": "column",
|
|
27
|
+
"layout": "FLEX"
|
|
28
|
+
},
|
|
29
|
+
"dataRegionType": "INHERIT",
|
|
30
|
+
"itemStyle": "DEFAULT",
|
|
31
|
+
"itemType": "CONTAINER",
|
|
32
|
+
"layoutPos": {
|
|
33
|
+
"shrink": 1,
|
|
34
|
+
"heightMode": "FULL",
|
|
35
|
+
"layout": "FLEX",
|
|
36
|
+
"widthMode": "FULL"
|
|
37
|
+
},
|
|
38
|
+
"id": "page_container"
|
|
39
|
+
}
|
|
40
|
+
],
|
|
41
|
+
"layoutPanel": true,
|
|
42
|
+
"controls": [
|
|
43
|
+
{
|
|
44
|
+
"capLanguageRes": {
|
|
45
|
+
"lanResTag": "DE.LNAME.VIEWLAYOUTMODELREPOSITORY"
|
|
46
|
+
},
|
|
47
|
+
"caption": "\u5E94\u7528\u9762\u677F\u89C6\u56FE\u5E03\u5C40\u9762\u677F",
|
|
48
|
+
"codeName": "AppPanelViewLayoutcaptionbar",
|
|
49
|
+
"controlType": "CAPTIONBAR",
|
|
50
|
+
"appDataEntityId": "frontmodel.viewlayoutmodelrepository",
|
|
51
|
+
"controlParam": {},
|
|
52
|
+
"name": "captionbar",
|
|
53
|
+
"id": "apppanelviewlayoutcaptionbar"
|
|
54
|
+
}
|
|
55
|
+
],
|
|
56
|
+
"codeName": "Usr0411453122",
|
|
57
|
+
"controlType": "VIEWLAYOUTPANEL",
|
|
58
|
+
"logicName": "\u5E94\u7528\u9762\u677F\u89C6\u56FE\u5E03\u5C40\u9762\u677F\u5E03\u5C40\u9762\u677F",
|
|
59
|
+
"appDataEntityId": "frontmodel.viewlayoutmodelrepository",
|
|
60
|
+
"controlParam": {},
|
|
61
|
+
"name": "layoutpanel",
|
|
62
|
+
"id": "usr0411453122"
|
|
63
|
+
};
|
|
64
|
+
|
|
65
|
+
export { viewLayoutModelRepositoryAppPanelViewLayout as default };
|
|
@@ -3,53 +3,117 @@ declare const _default: {
|
|
|
3
3
|
layout: {
|
|
4
4
|
layout: string;
|
|
5
5
|
};
|
|
6
|
-
rootPanelItems: {
|
|
6
|
+
rootPanelItems: ({
|
|
7
|
+
rawItem: {
|
|
8
|
+
rawItemParams: {
|
|
9
|
+
key: string;
|
|
10
|
+
value: string;
|
|
11
|
+
}[];
|
|
12
|
+
predefinedType: string;
|
|
13
|
+
id: string;
|
|
14
|
+
};
|
|
15
|
+
caption: string;
|
|
16
|
+
itemStyle: string;
|
|
17
|
+
itemType: string;
|
|
18
|
+
layoutPos: {
|
|
19
|
+
shrink: number;
|
|
20
|
+
layout: string;
|
|
21
|
+
grow?: undefined;
|
|
22
|
+
};
|
|
23
|
+
showCaption: boolean;
|
|
24
|
+
id: string;
|
|
25
|
+
panelItems?: undefined;
|
|
26
|
+
layout?: undefined;
|
|
27
|
+
dataRegionType?: undefined;
|
|
28
|
+
} | {
|
|
7
29
|
panelItems: ({
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
shrink: number;
|
|
15
|
-
layout: string;
|
|
16
|
-
};
|
|
17
|
-
showCaption: boolean;
|
|
30
|
+
rawItem: {
|
|
31
|
+
rawItemParams: {
|
|
32
|
+
key: string;
|
|
33
|
+
value: string;
|
|
34
|
+
}[];
|
|
35
|
+
predefinedType: string;
|
|
18
36
|
id: string;
|
|
19
|
-
}[];
|
|
20
|
-
layout: {
|
|
21
|
-
layout: string;
|
|
22
37
|
};
|
|
23
|
-
dataRegionType: string;
|
|
24
38
|
caption: string;
|
|
25
|
-
contentWidth: number;
|
|
26
39
|
itemStyle: string;
|
|
27
40
|
itemType: string;
|
|
28
41
|
layoutPos: {
|
|
29
42
|
shrink: number;
|
|
30
43
|
layout: string;
|
|
31
|
-
|
|
32
|
-
widthMode: string;
|
|
44
|
+
grow?: undefined;
|
|
33
45
|
};
|
|
34
|
-
|
|
46
|
+
showCaption: boolean;
|
|
35
47
|
id: string;
|
|
48
|
+
panelItems?: undefined;
|
|
49
|
+
predefinedType?: undefined;
|
|
50
|
+
layout?: undefined;
|
|
51
|
+
dataRegionType?: undefined;
|
|
36
52
|
} | {
|
|
37
|
-
panelItems: {
|
|
38
|
-
|
|
39
|
-
|
|
53
|
+
panelItems: ({
|
|
54
|
+
panelItems: {
|
|
55
|
+
caption: string;
|
|
56
|
+
itemStyle: string;
|
|
57
|
+
itemType: string;
|
|
58
|
+
layoutPos: {
|
|
59
|
+
grow: number;
|
|
60
|
+
shrink: number;
|
|
61
|
+
layout: string;
|
|
62
|
+
};
|
|
63
|
+
showCaption: boolean;
|
|
40
64
|
id: string;
|
|
65
|
+
}[];
|
|
66
|
+
layout: {
|
|
67
|
+
layout: string;
|
|
41
68
|
};
|
|
69
|
+
dataRegionType: string;
|
|
42
70
|
caption: string;
|
|
71
|
+
contentWidth: number;
|
|
43
72
|
itemStyle: string;
|
|
44
73
|
itemType: string;
|
|
45
74
|
layoutPos: {
|
|
46
|
-
grow: number;
|
|
47
75
|
shrink: number;
|
|
48
76
|
layout: string;
|
|
77
|
+
width: number;
|
|
78
|
+
widthMode: string;
|
|
49
79
|
};
|
|
50
|
-
|
|
80
|
+
width: number;
|
|
51
81
|
id: string;
|
|
52
|
-
}
|
|
82
|
+
} | {
|
|
83
|
+
panelItems: {
|
|
84
|
+
rawItem: {
|
|
85
|
+
predefinedType: string;
|
|
86
|
+
id: string;
|
|
87
|
+
};
|
|
88
|
+
caption: string;
|
|
89
|
+
itemStyle: string;
|
|
90
|
+
itemType: string;
|
|
91
|
+
layoutPos: {
|
|
92
|
+
grow: number;
|
|
93
|
+
shrink: number;
|
|
94
|
+
layout: string;
|
|
95
|
+
};
|
|
96
|
+
showCaption: boolean;
|
|
97
|
+
id: string;
|
|
98
|
+
}[];
|
|
99
|
+
layout: {
|
|
100
|
+
layout: string;
|
|
101
|
+
};
|
|
102
|
+
dataRegionType: string;
|
|
103
|
+
caption: string;
|
|
104
|
+
itemStyle: string;
|
|
105
|
+
itemType: string;
|
|
106
|
+
layoutPos: {
|
|
107
|
+
shrink: number;
|
|
108
|
+
layout: string;
|
|
109
|
+
width?: undefined;
|
|
110
|
+
widthMode?: undefined;
|
|
111
|
+
};
|
|
112
|
+
id: string;
|
|
113
|
+
contentWidth?: undefined;
|
|
114
|
+
width?: undefined;
|
|
115
|
+
})[];
|
|
116
|
+
predefinedType: string;
|
|
53
117
|
layout: {
|
|
54
118
|
layout: string;
|
|
55
119
|
};
|
|
@@ -58,16 +122,14 @@ declare const _default: {
|
|
|
58
122
|
itemStyle: string;
|
|
59
123
|
itemType: string;
|
|
60
124
|
layoutPos: {
|
|
125
|
+
grow: number;
|
|
61
126
|
shrink: number;
|
|
62
127
|
layout: string;
|
|
63
|
-
width?: undefined;
|
|
64
|
-
widthMode?: undefined;
|
|
65
128
|
};
|
|
66
129
|
id: string;
|
|
67
|
-
|
|
68
|
-
|
|
130
|
+
rawItem?: undefined;
|
|
131
|
+
showCaption?: undefined;
|
|
69
132
|
})[];
|
|
70
|
-
predefinedType: string;
|
|
71
133
|
layout: {
|
|
72
134
|
layout: string;
|
|
73
135
|
};
|
|
@@ -81,7 +143,9 @@ declare const _default: {
|
|
|
81
143
|
layout: string;
|
|
82
144
|
};
|
|
83
145
|
id: string;
|
|
84
|
-
|
|
146
|
+
rawItem?: undefined;
|
|
147
|
+
showCaption?: undefined;
|
|
148
|
+
})[];
|
|
85
149
|
layoutPanel: boolean;
|
|
86
150
|
codeName: string;
|
|
87
151
|
controlType: string;
|
|
@@ -5,59 +5,118 @@ var DECalendarExpView = {
|
|
|
5
5
|
"layout": "FLEX"
|
|
6
6
|
},
|
|
7
7
|
"rootPanelItems": [
|
|
8
|
+
{
|
|
9
|
+
"rawItem": {
|
|
10
|
+
"rawItemParams": [
|
|
11
|
+
{
|
|
12
|
+
"key": "POSITION",
|
|
13
|
+
"value": "TOP"
|
|
14
|
+
}
|
|
15
|
+
],
|
|
16
|
+
"predefinedType": "VIEWMSG_POS",
|
|
17
|
+
"id": "viewmsg_pos_top"
|
|
18
|
+
},
|
|
19
|
+
"caption": "\u89C6\u56FE\u6D88\u606F\u5360\u4F4D",
|
|
20
|
+
"itemStyle": "DEFAULT",
|
|
21
|
+
"itemType": "RAWITEM",
|
|
22
|
+
"layoutPos": {
|
|
23
|
+
"shrink": 0,
|
|
24
|
+
"layout": "FLEX"
|
|
25
|
+
},
|
|
26
|
+
"showCaption": true,
|
|
27
|
+
"id": "viewmsg_pos_top"
|
|
28
|
+
},
|
|
8
29
|
{
|
|
9
30
|
"panelItems": [
|
|
10
31
|
{
|
|
11
|
-
"
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
},
|
|
21
|
-
"showCaption": true,
|
|
22
|
-
"id": "calendarexpbar"
|
|
23
|
-
}
|
|
24
|
-
],
|
|
25
|
-
"layout": {
|
|
26
|
-
"layout": "FLEX"
|
|
32
|
+
"rawItem": {
|
|
33
|
+
"rawItemParams": [
|
|
34
|
+
{
|
|
35
|
+
"key": "POSITION",
|
|
36
|
+
"value": "BODY"
|
|
37
|
+
}
|
|
38
|
+
],
|
|
39
|
+
"predefinedType": "VIEWMSG_POS",
|
|
40
|
+
"id": "viewmsg_pos_body"
|
|
27
41
|
},
|
|
28
|
-
"
|
|
29
|
-
"caption": "\u5BB9\u5668",
|
|
30
|
-
"contentWidth": 600,
|
|
42
|
+
"caption": "\u89C6\u56FE\u6D88\u606F\u5360\u4F4D",
|
|
31
43
|
"itemStyle": "DEFAULT",
|
|
32
|
-
"itemType": "
|
|
44
|
+
"itemType": "RAWITEM",
|
|
33
45
|
"layoutPos": {
|
|
34
|
-
"shrink":
|
|
35
|
-
"layout": "FLEX"
|
|
36
|
-
"width": 600,
|
|
37
|
-
"widthMode": "PX"
|
|
46
|
+
"shrink": 0,
|
|
47
|
+
"layout": "FLEX"
|
|
38
48
|
},
|
|
39
|
-
"
|
|
40
|
-
"id": "
|
|
49
|
+
"showCaption": true,
|
|
50
|
+
"id": "viewmsg_pos_body"
|
|
41
51
|
},
|
|
42
52
|
{
|
|
43
53
|
"panelItems": [
|
|
44
54
|
{
|
|
45
|
-
"
|
|
46
|
-
|
|
47
|
-
|
|
55
|
+
"panelItems": [
|
|
56
|
+
{
|
|
57
|
+
"caption": "\u65E5\u5386\u5BFC\u822A\u680F",
|
|
58
|
+
"itemStyle": "DEFAULT",
|
|
59
|
+
"itemType": "CTRLPOS",
|
|
60
|
+
"layoutPos": {
|
|
61
|
+
"grow": 1,
|
|
62
|
+
"shrink": 1,
|
|
63
|
+
"layout": "FLEX"
|
|
64
|
+
},
|
|
65
|
+
"showCaption": true,
|
|
66
|
+
"id": "calendarexpbar"
|
|
67
|
+
}
|
|
68
|
+
],
|
|
69
|
+
"layout": {
|
|
70
|
+
"layout": "FLEX"
|
|
71
|
+
},
|
|
72
|
+
"dataRegionType": "INHERIT",
|
|
73
|
+
"caption": "\u5BB9\u5668",
|
|
74
|
+
"contentWidth": 600,
|
|
75
|
+
"itemStyle": "DEFAULT",
|
|
76
|
+
"itemType": "CONTAINER",
|
|
77
|
+
"layoutPos": {
|
|
78
|
+
"shrink": 1,
|
|
79
|
+
"layout": "FLEX",
|
|
80
|
+
"width": 600,
|
|
81
|
+
"widthMode": "PX"
|
|
82
|
+
},
|
|
83
|
+
"width": 600,
|
|
84
|
+
"id": "view_content_left"
|
|
85
|
+
},
|
|
86
|
+
{
|
|
87
|
+
"panelItems": [
|
|
88
|
+
{
|
|
89
|
+
"rawItem": {
|
|
90
|
+
"predefinedType": "NAV_POS",
|
|
91
|
+
"id": "nav_pos"
|
|
92
|
+
},
|
|
93
|
+
"caption": "\u5BFC\u822A\u533A\u5360\u4F4D",
|
|
94
|
+
"itemStyle": "DEFAULT",
|
|
95
|
+
"itemType": "RAWITEM",
|
|
96
|
+
"layoutPos": {
|
|
97
|
+
"grow": 1,
|
|
98
|
+
"shrink": 1,
|
|
99
|
+
"layout": "FLEX"
|
|
100
|
+
},
|
|
101
|
+
"showCaption": true,
|
|
102
|
+
"id": "nav_pos"
|
|
103
|
+
}
|
|
104
|
+
],
|
|
105
|
+
"layout": {
|
|
106
|
+
"layout": "FLEX"
|
|
48
107
|
},
|
|
49
|
-
"
|
|
108
|
+
"dataRegionType": "INHERIT",
|
|
109
|
+
"caption": "\u5BB9\u5668",
|
|
50
110
|
"itemStyle": "DEFAULT",
|
|
51
|
-
"itemType": "
|
|
111
|
+
"itemType": "CONTAINER",
|
|
52
112
|
"layoutPos": {
|
|
53
|
-
"grow": 1,
|
|
54
113
|
"shrink": 1,
|
|
55
114
|
"layout": "FLEX"
|
|
56
115
|
},
|
|
57
|
-
"
|
|
58
|
-
"id": "nav_pos"
|
|
116
|
+
"id": "view_content_right"
|
|
59
117
|
}
|
|
60
118
|
],
|
|
119
|
+
"predefinedType": "CONTAINER_H_SPLIT",
|
|
61
120
|
"layout": {
|
|
62
121
|
"layout": "FLEX"
|
|
63
122
|
},
|
|
@@ -66,13 +125,13 @@ var DECalendarExpView = {
|
|
|
66
125
|
"itemStyle": "DEFAULT",
|
|
67
126
|
"itemType": "CONTAINER",
|
|
68
127
|
"layoutPos": {
|
|
128
|
+
"grow": 1,
|
|
69
129
|
"shrink": 1,
|
|
70
130
|
"layout": "FLEX"
|
|
71
131
|
},
|
|
72
|
-
"id": "
|
|
132
|
+
"id": "view_exp_split"
|
|
73
133
|
}
|
|
74
134
|
],
|
|
75
|
-
"predefinedType": "CONTAINER_H_SPLIT",
|
|
76
135
|
"layout": {
|
|
77
136
|
"layout": "FLEX"
|
|
78
137
|
},
|
|
@@ -85,7 +144,28 @@ var DECalendarExpView = {
|
|
|
85
144
|
"shrink": 1,
|
|
86
145
|
"layout": "FLEX"
|
|
87
146
|
},
|
|
88
|
-
"id": "
|
|
147
|
+
"id": "container"
|
|
148
|
+
},
|
|
149
|
+
{
|
|
150
|
+
"rawItem": {
|
|
151
|
+
"rawItemParams": [
|
|
152
|
+
{
|
|
153
|
+
"key": "POSITION",
|
|
154
|
+
"value": "BOTTOM"
|
|
155
|
+
}
|
|
156
|
+
],
|
|
157
|
+
"predefinedType": "VIEWMSG_POS",
|
|
158
|
+
"id": "viewmsg_pos_bottom"
|
|
159
|
+
},
|
|
160
|
+
"caption": "\u89C6\u56FE\u6D88\u606F\u5360\u4F4D",
|
|
161
|
+
"itemStyle": "DEFAULT",
|
|
162
|
+
"itemType": "RAWITEM",
|
|
163
|
+
"layoutPos": {
|
|
164
|
+
"shrink": 0,
|
|
165
|
+
"layout": "FLEX"
|
|
166
|
+
},
|
|
167
|
+
"showCaption": true,
|
|
168
|
+
"id": "viewmsg_pos_bottom"
|
|
89
169
|
}
|
|
90
170
|
],
|
|
91
171
|
"layoutPanel": true,
|
|
@@ -4,6 +4,29 @@ declare const _default: {
|
|
|
4
4
|
layout: string;
|
|
5
5
|
};
|
|
6
6
|
rootPanelItems: ({
|
|
7
|
+
rawItem: {
|
|
8
|
+
rawItemParams: {
|
|
9
|
+
key: string;
|
|
10
|
+
value: string;
|
|
11
|
+
}[];
|
|
12
|
+
predefinedType: string;
|
|
13
|
+
id: string;
|
|
14
|
+
};
|
|
15
|
+
caption: string;
|
|
16
|
+
itemStyle: string;
|
|
17
|
+
itemType: string;
|
|
18
|
+
layoutPos: {
|
|
19
|
+
shrink: number;
|
|
20
|
+
layout: string;
|
|
21
|
+
grow?: undefined;
|
|
22
|
+
};
|
|
23
|
+
showCaption: boolean;
|
|
24
|
+
id: string;
|
|
25
|
+
panelItems?: undefined;
|
|
26
|
+
predefinedType?: undefined;
|
|
27
|
+
layout?: undefined;
|
|
28
|
+
dataRegionType?: undefined;
|
|
29
|
+
} | {
|
|
7
30
|
panelItems: {
|
|
8
31
|
panelItems: ({
|
|
9
32
|
panelItems: {
|
|
@@ -122,6 +145,7 @@ declare const _default: {
|
|
|
122
145
|
};
|
|
123
146
|
showCaption: boolean;
|
|
124
147
|
id: string;
|
|
148
|
+
rawItem?: undefined;
|
|
125
149
|
} | {
|
|
126
150
|
panelItems: {
|
|
127
151
|
caption: string;
|
|
@@ -149,6 +173,7 @@ declare const _default: {
|
|
|
149
173
|
layout: string;
|
|
150
174
|
};
|
|
151
175
|
id: string;
|
|
176
|
+
rawItem?: undefined;
|
|
152
177
|
showCaption?: undefined;
|
|
153
178
|
})[];
|
|
154
179
|
layoutPanel: boolean;
|
|
@@ -5,6 +5,27 @@ var DECalendarView = {
|
|
|
5
5
|
"layout": "FLEX"
|
|
6
6
|
},
|
|
7
7
|
"rootPanelItems": [
|
|
8
|
+
{
|
|
9
|
+
"rawItem": {
|
|
10
|
+
"rawItemParams": [
|
|
11
|
+
{
|
|
12
|
+
"key": "POSITION",
|
|
13
|
+
"value": "TOP"
|
|
14
|
+
}
|
|
15
|
+
],
|
|
16
|
+
"predefinedType": "VIEWMSG_POS",
|
|
17
|
+
"id": "viewmsg_pos_top"
|
|
18
|
+
},
|
|
19
|
+
"caption": "\u89C6\u56FE\u6D88\u606F\u5360\u4F4D",
|
|
20
|
+
"itemStyle": "DEFAULT",
|
|
21
|
+
"itemType": "RAWITEM",
|
|
22
|
+
"layoutPos": {
|
|
23
|
+
"shrink": 0,
|
|
24
|
+
"layout": "FLEX"
|
|
25
|
+
},
|
|
26
|
+
"showCaption": true,
|
|
27
|
+
"id": "viewmsg_pos_top"
|
|
28
|
+
},
|
|
8
29
|
{
|
|
9
30
|
"panelItems": [
|
|
10
31
|
{
|
|
@@ -165,6 +186,27 @@ var DECalendarView = {
|
|
|
165
186
|
"showCaption": true,
|
|
166
187
|
"id": "panelpart"
|
|
167
188
|
},
|
|
189
|
+
{
|
|
190
|
+
"rawItem": {
|
|
191
|
+
"rawItemParams": [
|
|
192
|
+
{
|
|
193
|
+
"key": "POSITION",
|
|
194
|
+
"value": "BODY"
|
|
195
|
+
}
|
|
196
|
+
],
|
|
197
|
+
"predefinedType": "VIEWMSG_POS",
|
|
198
|
+
"id": "viewmsg_pos_body"
|
|
199
|
+
},
|
|
200
|
+
"caption": "\u89C6\u56FE\u6D88\u606F\u5360\u4F4D",
|
|
201
|
+
"itemStyle": "DEFAULT",
|
|
202
|
+
"itemType": "RAWITEM",
|
|
203
|
+
"layoutPos": {
|
|
204
|
+
"shrink": 0,
|
|
205
|
+
"layout": "FLEX"
|
|
206
|
+
},
|
|
207
|
+
"showCaption": true,
|
|
208
|
+
"id": "viewmsg_pos_body"
|
|
209
|
+
},
|
|
168
210
|
{
|
|
169
211
|
"panelItems": [
|
|
170
212
|
{
|
|
@@ -194,6 +236,27 @@ var DECalendarView = {
|
|
|
194
236
|
"layout": "FLEX"
|
|
195
237
|
},
|
|
196
238
|
"id": "view_content"
|
|
239
|
+
},
|
|
240
|
+
{
|
|
241
|
+
"rawItem": {
|
|
242
|
+
"rawItemParams": [
|
|
243
|
+
{
|
|
244
|
+
"key": "POSITION",
|
|
245
|
+
"value": "BOTTOM"
|
|
246
|
+
}
|
|
247
|
+
],
|
|
248
|
+
"predefinedType": "VIEWMSG_POS",
|
|
249
|
+
"id": "viewmsg_pos_bottom"
|
|
250
|
+
},
|
|
251
|
+
"caption": "\u89C6\u56FE\u6D88\u606F\u5360\u4F4D",
|
|
252
|
+
"itemStyle": "DEFAULT",
|
|
253
|
+
"itemType": "RAWITEM",
|
|
254
|
+
"layoutPos": {
|
|
255
|
+
"shrink": 0,
|
|
256
|
+
"layout": "FLEX"
|
|
257
|
+
},
|
|
258
|
+
"showCaption": true,
|
|
259
|
+
"id": "viewmsg_pos_bottom"
|
|
197
260
|
}
|
|
198
261
|
],
|
|
199
262
|
"layoutPanel": true,
|