@ibiz-template/web-theme 3.5.0 → 3.6.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.system.min.js +1 -1
- package/dist/index.system.min.js.map +1 -1
- package/es/publish/control-layout/control-layout-model-repository-calendar-exp-bar-layout.d.ts +151 -0
- package/es/publish/control-layout/control-layout-model-repository-calendar-exp-bar-layout.mjs +191 -0
- package/es/publish/control-layout/control-layout-model-repository-chart-exp-bar-layout.d.ts +2 -0
- package/es/publish/control-layout/control-layout-model-repository-chart-exp-bar-layout.mjs +1 -0
- package/es/publish/index.mjs +2 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-dem-edit-view-9-layout.mjs +1 -1
- package/lib/publish/control-layout/control-layout-model-repository-calendar-exp-bar-layout.cjs +195 -0
- package/lib/publish/control-layout/control-layout-model-repository-chart-exp-bar-layout.cjs +1 -0
- package/lib/publish/index.cjs +2 -0
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-dem-edit-view-9-layout.cjs +1 -1
- package/package.json +1 -1
- package/src/publish/control-layout/control-layout-model-repository-calendar-exp-bar-layout.ts +188 -0
- package/src/publish/control-layout/control-layout-model-repository-chart-exp-bar-layout.ts +1 -0
- package/src/publish/index.ts +3 -0
- package/src/publish/view-layout-model-repository/view-layout-model-repository-dem-edit-view-9-layout.ts +1 -1
package/es/publish/control-layout/control-layout-model-repository-calendar-exp-bar-layout.d.ts
ADDED
|
@@ -0,0 +1,151 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
layoutMode: string;
|
|
3
|
+
layout: {
|
|
4
|
+
layout: string;
|
|
5
|
+
};
|
|
6
|
+
rootPanelItems: ({
|
|
7
|
+
actionGroupExtractMode: string;
|
|
8
|
+
panelItems: ({
|
|
9
|
+
actionGroupExtractMode: string;
|
|
10
|
+
panelItems: {
|
|
11
|
+
actionGroupExtractMode: string;
|
|
12
|
+
panelItems: {
|
|
13
|
+
caption: string;
|
|
14
|
+
itemStyle: string;
|
|
15
|
+
itemType: string;
|
|
16
|
+
layoutPos: {
|
|
17
|
+
shrink: number;
|
|
18
|
+
layout: string;
|
|
19
|
+
};
|
|
20
|
+
showCaption: boolean;
|
|
21
|
+
id: string;
|
|
22
|
+
}[];
|
|
23
|
+
layout: {
|
|
24
|
+
layout: string;
|
|
25
|
+
};
|
|
26
|
+
dataRegionType: string;
|
|
27
|
+
caption: string;
|
|
28
|
+
itemStyle: string;
|
|
29
|
+
itemType: string;
|
|
30
|
+
layoutPos: {
|
|
31
|
+
shrink: number;
|
|
32
|
+
layout: string;
|
|
33
|
+
};
|
|
34
|
+
id: string;
|
|
35
|
+
}[];
|
|
36
|
+
layout: {
|
|
37
|
+
layout: string;
|
|
38
|
+
dir?: undefined;
|
|
39
|
+
};
|
|
40
|
+
dataRegionType: string;
|
|
41
|
+
caption: string;
|
|
42
|
+
itemStyle: string;
|
|
43
|
+
itemType: string;
|
|
44
|
+
layoutPos: {
|
|
45
|
+
shrink: number;
|
|
46
|
+
layout: string;
|
|
47
|
+
};
|
|
48
|
+
id: string;
|
|
49
|
+
} | {
|
|
50
|
+
actionGroupExtractMode: string;
|
|
51
|
+
panelItems: {
|
|
52
|
+
actionGroupExtractMode: string;
|
|
53
|
+
panelItems: {
|
|
54
|
+
caption: string;
|
|
55
|
+
itemStyle: string;
|
|
56
|
+
itemType: string;
|
|
57
|
+
layoutPos: {
|
|
58
|
+
shrink: number;
|
|
59
|
+
layout: string;
|
|
60
|
+
};
|
|
61
|
+
showCaption: boolean;
|
|
62
|
+
id: string;
|
|
63
|
+
}[];
|
|
64
|
+
layout: {
|
|
65
|
+
layout: string;
|
|
66
|
+
};
|
|
67
|
+
dataRegionType: string;
|
|
68
|
+
caption: string;
|
|
69
|
+
itemStyle: string;
|
|
70
|
+
itemType: string;
|
|
71
|
+
layoutPos: {
|
|
72
|
+
shrink: number;
|
|
73
|
+
layout: string;
|
|
74
|
+
};
|
|
75
|
+
id: string;
|
|
76
|
+
}[];
|
|
77
|
+
layout: {
|
|
78
|
+
dir: string;
|
|
79
|
+
layout: string;
|
|
80
|
+
};
|
|
81
|
+
dataRegionType: string;
|
|
82
|
+
caption: string;
|
|
83
|
+
itemStyle: string;
|
|
84
|
+
itemType: string;
|
|
85
|
+
layoutPos: {
|
|
86
|
+
shrink: number;
|
|
87
|
+
layout: string;
|
|
88
|
+
};
|
|
89
|
+
id: string;
|
|
90
|
+
})[];
|
|
91
|
+
predefinedType: string;
|
|
92
|
+
layout: {
|
|
93
|
+
align: string;
|
|
94
|
+
dir: string;
|
|
95
|
+
layout: string;
|
|
96
|
+
valign: string;
|
|
97
|
+
};
|
|
98
|
+
dataRegionType: string;
|
|
99
|
+
caption: string;
|
|
100
|
+
itemStyle: string;
|
|
101
|
+
itemType: string;
|
|
102
|
+
layoutPos: {
|
|
103
|
+
shrink: number;
|
|
104
|
+
layout: string;
|
|
105
|
+
grow?: undefined;
|
|
106
|
+
};
|
|
107
|
+
id: string;
|
|
108
|
+
} | {
|
|
109
|
+
actionGroupExtractMode: string;
|
|
110
|
+
panelItems: {
|
|
111
|
+
caption: string;
|
|
112
|
+
itemStyle: string;
|
|
113
|
+
itemType: string;
|
|
114
|
+
layoutPos: {
|
|
115
|
+
grow: number;
|
|
116
|
+
shrink: number;
|
|
117
|
+
layout: string;
|
|
118
|
+
};
|
|
119
|
+
showCaption: boolean;
|
|
120
|
+
id: string;
|
|
121
|
+
}[];
|
|
122
|
+
layout: {
|
|
123
|
+
layout: string;
|
|
124
|
+
align?: undefined;
|
|
125
|
+
dir?: undefined;
|
|
126
|
+
valign?: undefined;
|
|
127
|
+
};
|
|
128
|
+
dataRegionType: string;
|
|
129
|
+
caption: string;
|
|
130
|
+
itemStyle: string;
|
|
131
|
+
itemType: string;
|
|
132
|
+
layoutPos: {
|
|
133
|
+
grow: number;
|
|
134
|
+
shrink: number;
|
|
135
|
+
layout: string;
|
|
136
|
+
};
|
|
137
|
+
id: string;
|
|
138
|
+
predefinedType?: undefined;
|
|
139
|
+
})[];
|
|
140
|
+
layoutPanel: boolean;
|
|
141
|
+
codeName: string;
|
|
142
|
+
controlType: string;
|
|
143
|
+
logicName: string;
|
|
144
|
+
appDataEntityId: string;
|
|
145
|
+
controlParam: {};
|
|
146
|
+
modelId: string;
|
|
147
|
+
modelType: string;
|
|
148
|
+
name: string;
|
|
149
|
+
id: string;
|
|
150
|
+
};
|
|
151
|
+
export default _default;
|
|
@@ -0,0 +1,191 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var CalendarExpBar = {
|
|
3
|
+
"layoutMode": "Flex",
|
|
4
|
+
"layout": {
|
|
5
|
+
"layout": "FLEX"
|
|
6
|
+
},
|
|
7
|
+
"rootPanelItems": [
|
|
8
|
+
{
|
|
9
|
+
"actionGroupExtractMode": "ITEM",
|
|
10
|
+
"panelItems": [
|
|
11
|
+
{
|
|
12
|
+
"actionGroupExtractMode": "ITEM",
|
|
13
|
+
"panelItems": [
|
|
14
|
+
{
|
|
15
|
+
"actionGroupExtractMode": "ITEM",
|
|
16
|
+
"panelItems": [
|
|
17
|
+
{
|
|
18
|
+
"caption": "\u9875\u9762\u6807\u9898",
|
|
19
|
+
"itemStyle": "DEFAULT",
|
|
20
|
+
"itemType": "CTRLPOS",
|
|
21
|
+
"layoutPos": {
|
|
22
|
+
"shrink": 1,
|
|
23
|
+
"layout": "FLEX"
|
|
24
|
+
},
|
|
25
|
+
"showCaption": true,
|
|
26
|
+
"id": "captionbar"
|
|
27
|
+
}
|
|
28
|
+
],
|
|
29
|
+
"layout": {
|
|
30
|
+
"layout": "FLEX"
|
|
31
|
+
},
|
|
32
|
+
"dataRegionType": "INHERIT",
|
|
33
|
+
"caption": "\u5BB9\u5668",
|
|
34
|
+
"itemStyle": "DEFAULT",
|
|
35
|
+
"itemType": "CONTAINER",
|
|
36
|
+
"layoutPos": {
|
|
37
|
+
"shrink": 1,
|
|
38
|
+
"layout": "FLEX"
|
|
39
|
+
},
|
|
40
|
+
"id": "control_captionbar"
|
|
41
|
+
}
|
|
42
|
+
],
|
|
43
|
+
"layout": {
|
|
44
|
+
"layout": "FLEX"
|
|
45
|
+
},
|
|
46
|
+
"dataRegionType": "INHERIT",
|
|
47
|
+
"caption": "\u5BB9\u5668",
|
|
48
|
+
"itemStyle": "DEFAULT",
|
|
49
|
+
"itemType": "CONTAINER",
|
|
50
|
+
"layoutPos": {
|
|
51
|
+
"shrink": 1,
|
|
52
|
+
"layout": "FLEX"
|
|
53
|
+
},
|
|
54
|
+
"id": "control_header_left"
|
|
55
|
+
},
|
|
56
|
+
{
|
|
57
|
+
"actionGroupExtractMode": "ITEM",
|
|
58
|
+
"panelItems": [
|
|
59
|
+
{
|
|
60
|
+
"actionGroupExtractMode": "ITEM",
|
|
61
|
+
"panelItems": [
|
|
62
|
+
{
|
|
63
|
+
"caption": "\u641C\u7D22\u680F",
|
|
64
|
+
"itemStyle": "DEFAULT",
|
|
65
|
+
"itemType": "CTRLPOS",
|
|
66
|
+
"layoutPos": {
|
|
67
|
+
"shrink": 1,
|
|
68
|
+
"layout": "FLEX"
|
|
69
|
+
},
|
|
70
|
+
"showCaption": true,
|
|
71
|
+
"id": "searchbar"
|
|
72
|
+
}
|
|
73
|
+
],
|
|
74
|
+
"layout": {
|
|
75
|
+
"layout": "FLEX"
|
|
76
|
+
},
|
|
77
|
+
"dataRegionType": "INHERIT",
|
|
78
|
+
"caption": "\u5BB9\u5668",
|
|
79
|
+
"itemStyle": "DEFAULT",
|
|
80
|
+
"itemType": "CONTAINER",
|
|
81
|
+
"layoutPos": {
|
|
82
|
+
"shrink": 1,
|
|
83
|
+
"layout": "FLEX"
|
|
84
|
+
},
|
|
85
|
+
"id": "control_searchbar"
|
|
86
|
+
},
|
|
87
|
+
{
|
|
88
|
+
"actionGroupExtractMode": "ITEM",
|
|
89
|
+
"panelItems": [
|
|
90
|
+
{
|
|
91
|
+
"caption": "\u5DE5\u5177\u680F",
|
|
92
|
+
"itemStyle": "DEFAULT",
|
|
93
|
+
"itemType": "CTRLPOS",
|
|
94
|
+
"layoutPos": {
|
|
95
|
+
"shrink": 1,
|
|
96
|
+
"layout": "FLEX"
|
|
97
|
+
},
|
|
98
|
+
"showCaption": true,
|
|
99
|
+
"id": "calendarexpbar_toolbar"
|
|
100
|
+
}
|
|
101
|
+
],
|
|
102
|
+
"layout": {
|
|
103
|
+
"layout": "FLEX"
|
|
104
|
+
},
|
|
105
|
+
"dataRegionType": "INHERIT",
|
|
106
|
+
"caption": "\u5BB9\u5668",
|
|
107
|
+
"itemStyle": "DEFAULT",
|
|
108
|
+
"itemType": "CONTAINER",
|
|
109
|
+
"layoutPos": {
|
|
110
|
+
"shrink": 1,
|
|
111
|
+
"layout": "FLEX"
|
|
112
|
+
},
|
|
113
|
+
"id": "control_toolbar"
|
|
114
|
+
}
|
|
115
|
+
],
|
|
116
|
+
"layout": {
|
|
117
|
+
"dir": "row",
|
|
118
|
+
"layout": "FLEX"
|
|
119
|
+
},
|
|
120
|
+
"dataRegionType": "INHERIT",
|
|
121
|
+
"caption": "\u5BB9\u5668",
|
|
122
|
+
"itemStyle": "DEFAULT",
|
|
123
|
+
"itemType": "CONTAINER",
|
|
124
|
+
"layoutPos": {
|
|
125
|
+
"shrink": 1,
|
|
126
|
+
"layout": "FLEX"
|
|
127
|
+
},
|
|
128
|
+
"id": "control_header_right"
|
|
129
|
+
}
|
|
130
|
+
],
|
|
131
|
+
"predefinedType": "EXP_HEADER",
|
|
132
|
+
"layout": {
|
|
133
|
+
"align": "space-between",
|
|
134
|
+
"dir": "row",
|
|
135
|
+
"layout": "FLEX",
|
|
136
|
+
"valign": "center"
|
|
137
|
+
},
|
|
138
|
+
"dataRegionType": "INHERIT",
|
|
139
|
+
"caption": "\u5BB9\u5668",
|
|
140
|
+
"itemStyle": "DEFAULT",
|
|
141
|
+
"itemType": "CONTAINER",
|
|
142
|
+
"layoutPos": {
|
|
143
|
+
"shrink": 0,
|
|
144
|
+
"layout": "FLEX"
|
|
145
|
+
},
|
|
146
|
+
"id": "control_header"
|
|
147
|
+
},
|
|
148
|
+
{
|
|
149
|
+
"actionGroupExtractMode": "ITEM",
|
|
150
|
+
"panelItems": [
|
|
151
|
+
{
|
|
152
|
+
"caption": "\u5BFC\u822A\u65E5\u5386",
|
|
153
|
+
"itemStyle": "DEFAULT",
|
|
154
|
+
"itemType": "CTRLPOS",
|
|
155
|
+
"layoutPos": {
|
|
156
|
+
"grow": 1,
|
|
157
|
+
"shrink": 1,
|
|
158
|
+
"layout": "FLEX"
|
|
159
|
+
},
|
|
160
|
+
"showCaption": true,
|
|
161
|
+
"id": "calendarexpbar_calendar"
|
|
162
|
+
}
|
|
163
|
+
],
|
|
164
|
+
"layout": {
|
|
165
|
+
"layout": "FLEX"
|
|
166
|
+
},
|
|
167
|
+
"dataRegionType": "INHERIT",
|
|
168
|
+
"caption": "\u5BB9\u5668",
|
|
169
|
+
"itemStyle": "DEFAULT",
|
|
170
|
+
"itemType": "CONTAINER",
|
|
171
|
+
"layoutPos": {
|
|
172
|
+
"grow": 0,
|
|
173
|
+
"shrink": 1,
|
|
174
|
+
"layout": "FLEX"
|
|
175
|
+
},
|
|
176
|
+
"id": "control_calendar"
|
|
177
|
+
}
|
|
178
|
+
],
|
|
179
|
+
"layoutPanel": true,
|
|
180
|
+
"codeName": "Usr0805404671",
|
|
181
|
+
"controlType": "VIEWLAYOUTPANEL",
|
|
182
|
+
"logicName": "\u90E8\u4EF6-\u65E5\u5386\u5BFC\u822A\u680F\u5E03\u5C40\u9762\u677F",
|
|
183
|
+
"appDataEntityId": "frontmodel.controllayoutmodelrepository",
|
|
184
|
+
"controlParam": {},
|
|
185
|
+
"modelId": "125CDF0E-2BDE-4478-AA4D-96F1DA73997C",
|
|
186
|
+
"modelType": "PSSYSVIEWLAYOUTPANEL",
|
|
187
|
+
"name": "layoutpanel",
|
|
188
|
+
"id": "usr0805404671"
|
|
189
|
+
};
|
|
190
|
+
|
|
191
|
+
export { CalendarExpBar as default };
|
|
@@ -88,6 +88,7 @@ declare const _default: {
|
|
|
88
88
|
};
|
|
89
89
|
id: string;
|
|
90
90
|
})[];
|
|
91
|
+
predefinedType: string;
|
|
91
92
|
layout: {
|
|
92
93
|
align: string;
|
|
93
94
|
dir: string;
|
|
@@ -134,6 +135,7 @@ declare const _default: {
|
|
|
134
135
|
layout: string;
|
|
135
136
|
};
|
|
136
137
|
id: string;
|
|
138
|
+
predefinedType?: undefined;
|
|
137
139
|
})[];
|
|
138
140
|
layoutPanel: boolean;
|
|
139
141
|
codeName: string;
|
package/es/publish/index.mjs
CHANGED
|
@@ -59,6 +59,7 @@ import ChartExpBar from './control-layout/control-layout-model-repository-chart-
|
|
|
59
59
|
import SearchForm from './control-layout/control-layout-model-repository-search-form-layout.mjs';
|
|
60
60
|
import Tree from './control-layout/control-layout-model-repository-tree-layout.mjs';
|
|
61
61
|
import DataView from './control-layout/control-layout-model-repository-data-view-layout.mjs';
|
|
62
|
+
import CalendarExpBar from './control-layout/control-layout-model-repository-calendar-exp-bar-layout.mjs';
|
|
62
63
|
|
|
63
64
|
"use strict";
|
|
64
65
|
function install(callBack) {
|
|
@@ -133,6 +134,7 @@ function install(callBack) {
|
|
|
133
134
|
callBack("SEARCHFORM_DEFAULT", SearchForm);
|
|
134
135
|
callBack("TREEVIEW_DEFAULT", Tree);
|
|
135
136
|
callBack("DATAVIEW_DEFAULT", DataView);
|
|
137
|
+
callBack("CALENDAREXPBAR_DEFAULT", CalendarExpBar);
|
|
136
138
|
}
|
|
137
139
|
|
|
138
140
|
export { install };
|
package/lib/publish/control-layout/control-layout-model-repository-calendar-exp-bar-layout.cjs
ADDED
|
@@ -0,0 +1,195 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
5
|
+
"use strict";
|
|
6
|
+
var CalendarExpBar = {
|
|
7
|
+
"layoutMode": "Flex",
|
|
8
|
+
"layout": {
|
|
9
|
+
"layout": "FLEX"
|
|
10
|
+
},
|
|
11
|
+
"rootPanelItems": [
|
|
12
|
+
{
|
|
13
|
+
"actionGroupExtractMode": "ITEM",
|
|
14
|
+
"panelItems": [
|
|
15
|
+
{
|
|
16
|
+
"actionGroupExtractMode": "ITEM",
|
|
17
|
+
"panelItems": [
|
|
18
|
+
{
|
|
19
|
+
"actionGroupExtractMode": "ITEM",
|
|
20
|
+
"panelItems": [
|
|
21
|
+
{
|
|
22
|
+
"caption": "\u9875\u9762\u6807\u9898",
|
|
23
|
+
"itemStyle": "DEFAULT",
|
|
24
|
+
"itemType": "CTRLPOS",
|
|
25
|
+
"layoutPos": {
|
|
26
|
+
"shrink": 1,
|
|
27
|
+
"layout": "FLEX"
|
|
28
|
+
},
|
|
29
|
+
"showCaption": true,
|
|
30
|
+
"id": "captionbar"
|
|
31
|
+
}
|
|
32
|
+
],
|
|
33
|
+
"layout": {
|
|
34
|
+
"layout": "FLEX"
|
|
35
|
+
},
|
|
36
|
+
"dataRegionType": "INHERIT",
|
|
37
|
+
"caption": "\u5BB9\u5668",
|
|
38
|
+
"itemStyle": "DEFAULT",
|
|
39
|
+
"itemType": "CONTAINER",
|
|
40
|
+
"layoutPos": {
|
|
41
|
+
"shrink": 1,
|
|
42
|
+
"layout": "FLEX"
|
|
43
|
+
},
|
|
44
|
+
"id": "control_captionbar"
|
|
45
|
+
}
|
|
46
|
+
],
|
|
47
|
+
"layout": {
|
|
48
|
+
"layout": "FLEX"
|
|
49
|
+
},
|
|
50
|
+
"dataRegionType": "INHERIT",
|
|
51
|
+
"caption": "\u5BB9\u5668",
|
|
52
|
+
"itemStyle": "DEFAULT",
|
|
53
|
+
"itemType": "CONTAINER",
|
|
54
|
+
"layoutPos": {
|
|
55
|
+
"shrink": 1,
|
|
56
|
+
"layout": "FLEX"
|
|
57
|
+
},
|
|
58
|
+
"id": "control_header_left"
|
|
59
|
+
},
|
|
60
|
+
{
|
|
61
|
+
"actionGroupExtractMode": "ITEM",
|
|
62
|
+
"panelItems": [
|
|
63
|
+
{
|
|
64
|
+
"actionGroupExtractMode": "ITEM",
|
|
65
|
+
"panelItems": [
|
|
66
|
+
{
|
|
67
|
+
"caption": "\u641C\u7D22\u680F",
|
|
68
|
+
"itemStyle": "DEFAULT",
|
|
69
|
+
"itemType": "CTRLPOS",
|
|
70
|
+
"layoutPos": {
|
|
71
|
+
"shrink": 1,
|
|
72
|
+
"layout": "FLEX"
|
|
73
|
+
},
|
|
74
|
+
"showCaption": true,
|
|
75
|
+
"id": "searchbar"
|
|
76
|
+
}
|
|
77
|
+
],
|
|
78
|
+
"layout": {
|
|
79
|
+
"layout": "FLEX"
|
|
80
|
+
},
|
|
81
|
+
"dataRegionType": "INHERIT",
|
|
82
|
+
"caption": "\u5BB9\u5668",
|
|
83
|
+
"itemStyle": "DEFAULT",
|
|
84
|
+
"itemType": "CONTAINER",
|
|
85
|
+
"layoutPos": {
|
|
86
|
+
"shrink": 1,
|
|
87
|
+
"layout": "FLEX"
|
|
88
|
+
},
|
|
89
|
+
"id": "control_searchbar"
|
|
90
|
+
},
|
|
91
|
+
{
|
|
92
|
+
"actionGroupExtractMode": "ITEM",
|
|
93
|
+
"panelItems": [
|
|
94
|
+
{
|
|
95
|
+
"caption": "\u5DE5\u5177\u680F",
|
|
96
|
+
"itemStyle": "DEFAULT",
|
|
97
|
+
"itemType": "CTRLPOS",
|
|
98
|
+
"layoutPos": {
|
|
99
|
+
"shrink": 1,
|
|
100
|
+
"layout": "FLEX"
|
|
101
|
+
},
|
|
102
|
+
"showCaption": true,
|
|
103
|
+
"id": "calendarexpbar_toolbar"
|
|
104
|
+
}
|
|
105
|
+
],
|
|
106
|
+
"layout": {
|
|
107
|
+
"layout": "FLEX"
|
|
108
|
+
},
|
|
109
|
+
"dataRegionType": "INHERIT",
|
|
110
|
+
"caption": "\u5BB9\u5668",
|
|
111
|
+
"itemStyle": "DEFAULT",
|
|
112
|
+
"itemType": "CONTAINER",
|
|
113
|
+
"layoutPos": {
|
|
114
|
+
"shrink": 1,
|
|
115
|
+
"layout": "FLEX"
|
|
116
|
+
},
|
|
117
|
+
"id": "control_toolbar"
|
|
118
|
+
}
|
|
119
|
+
],
|
|
120
|
+
"layout": {
|
|
121
|
+
"dir": "row",
|
|
122
|
+
"layout": "FLEX"
|
|
123
|
+
},
|
|
124
|
+
"dataRegionType": "INHERIT",
|
|
125
|
+
"caption": "\u5BB9\u5668",
|
|
126
|
+
"itemStyle": "DEFAULT",
|
|
127
|
+
"itemType": "CONTAINER",
|
|
128
|
+
"layoutPos": {
|
|
129
|
+
"shrink": 1,
|
|
130
|
+
"layout": "FLEX"
|
|
131
|
+
},
|
|
132
|
+
"id": "control_header_right"
|
|
133
|
+
}
|
|
134
|
+
],
|
|
135
|
+
"predefinedType": "EXP_HEADER",
|
|
136
|
+
"layout": {
|
|
137
|
+
"align": "space-between",
|
|
138
|
+
"dir": "row",
|
|
139
|
+
"layout": "FLEX",
|
|
140
|
+
"valign": "center"
|
|
141
|
+
},
|
|
142
|
+
"dataRegionType": "INHERIT",
|
|
143
|
+
"caption": "\u5BB9\u5668",
|
|
144
|
+
"itemStyle": "DEFAULT",
|
|
145
|
+
"itemType": "CONTAINER",
|
|
146
|
+
"layoutPos": {
|
|
147
|
+
"shrink": 0,
|
|
148
|
+
"layout": "FLEX"
|
|
149
|
+
},
|
|
150
|
+
"id": "control_header"
|
|
151
|
+
},
|
|
152
|
+
{
|
|
153
|
+
"actionGroupExtractMode": "ITEM",
|
|
154
|
+
"panelItems": [
|
|
155
|
+
{
|
|
156
|
+
"caption": "\u5BFC\u822A\u65E5\u5386",
|
|
157
|
+
"itemStyle": "DEFAULT",
|
|
158
|
+
"itemType": "CTRLPOS",
|
|
159
|
+
"layoutPos": {
|
|
160
|
+
"grow": 1,
|
|
161
|
+
"shrink": 1,
|
|
162
|
+
"layout": "FLEX"
|
|
163
|
+
},
|
|
164
|
+
"showCaption": true,
|
|
165
|
+
"id": "calendarexpbar_calendar"
|
|
166
|
+
}
|
|
167
|
+
],
|
|
168
|
+
"layout": {
|
|
169
|
+
"layout": "FLEX"
|
|
170
|
+
},
|
|
171
|
+
"dataRegionType": "INHERIT",
|
|
172
|
+
"caption": "\u5BB9\u5668",
|
|
173
|
+
"itemStyle": "DEFAULT",
|
|
174
|
+
"itemType": "CONTAINER",
|
|
175
|
+
"layoutPos": {
|
|
176
|
+
"grow": 0,
|
|
177
|
+
"shrink": 1,
|
|
178
|
+
"layout": "FLEX"
|
|
179
|
+
},
|
|
180
|
+
"id": "control_calendar"
|
|
181
|
+
}
|
|
182
|
+
],
|
|
183
|
+
"layoutPanel": true,
|
|
184
|
+
"codeName": "Usr0805404671",
|
|
185
|
+
"controlType": "VIEWLAYOUTPANEL",
|
|
186
|
+
"logicName": "\u90E8\u4EF6-\u65E5\u5386\u5BFC\u822A\u680F\u5E03\u5C40\u9762\u677F",
|
|
187
|
+
"appDataEntityId": "frontmodel.controllayoutmodelrepository",
|
|
188
|
+
"controlParam": {},
|
|
189
|
+
"modelId": "125CDF0E-2BDE-4478-AA4D-96F1DA73997C",
|
|
190
|
+
"modelType": "PSSYSVIEWLAYOUTPANEL",
|
|
191
|
+
"name": "layoutpanel",
|
|
192
|
+
"id": "usr0805404671"
|
|
193
|
+
};
|
|
194
|
+
|
|
195
|
+
exports.default = CalendarExpBar;
|
package/lib/publish/index.cjs
CHANGED
|
@@ -61,6 +61,7 @@ var controlLayoutModelRepositoryChartExpBarLayout = require('./control-layout/co
|
|
|
61
61
|
var controlLayoutModelRepositorySearchFormLayout = require('./control-layout/control-layout-model-repository-search-form-layout.cjs');
|
|
62
62
|
var controlLayoutModelRepositoryTreeLayout = require('./control-layout/control-layout-model-repository-tree-layout.cjs');
|
|
63
63
|
var controlLayoutModelRepositoryDataViewLayout = require('./control-layout/control-layout-model-repository-data-view-layout.cjs');
|
|
64
|
+
var controlLayoutModelRepositoryCalendarExpBarLayout = require('./control-layout/control-layout-model-repository-calendar-exp-bar-layout.cjs');
|
|
64
65
|
|
|
65
66
|
"use strict";
|
|
66
67
|
function install(callBack) {
|
|
@@ -135,6 +136,7 @@ function install(callBack) {
|
|
|
135
136
|
callBack("SEARCHFORM_DEFAULT", controlLayoutModelRepositorySearchFormLayout.default);
|
|
136
137
|
callBack("TREEVIEW_DEFAULT", controlLayoutModelRepositoryTreeLayout.default);
|
|
137
138
|
callBack("DATAVIEW_DEFAULT", controlLayoutModelRepositoryDataViewLayout.default);
|
|
139
|
+
callBack("CALENDAREXPBAR_DEFAULT", controlLayoutModelRepositoryCalendarExpBarLayout.default);
|
|
138
140
|
}
|
|
139
141
|
|
|
140
142
|
exports.install = install;
|