@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
|
@@ -0,0 +1,139 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
viewProxyMode: boolean;
|
|
3
|
+
layoutMode: string;
|
|
4
|
+
layout: {
|
|
5
|
+
layout: string;
|
|
6
|
+
};
|
|
7
|
+
rootPanelItems: ({
|
|
8
|
+
actionGroupExtractMode: string;
|
|
9
|
+
panelItems: ({
|
|
10
|
+
actionGroupExtractMode: string;
|
|
11
|
+
panelItems: {
|
|
12
|
+
caption: string;
|
|
13
|
+
itemStyle: string;
|
|
14
|
+
itemType: string;
|
|
15
|
+
layoutPos: {
|
|
16
|
+
shrink: number;
|
|
17
|
+
layout: string;
|
|
18
|
+
};
|
|
19
|
+
showCaption: boolean;
|
|
20
|
+
id: string;
|
|
21
|
+
}[];
|
|
22
|
+
layout: {
|
|
23
|
+
layout: string;
|
|
24
|
+
};
|
|
25
|
+
dataRegionType: string;
|
|
26
|
+
caption: string;
|
|
27
|
+
itemStyle: string;
|
|
28
|
+
itemType: string;
|
|
29
|
+
layoutPos: {
|
|
30
|
+
grow: number;
|
|
31
|
+
shrink: number;
|
|
32
|
+
layout: string;
|
|
33
|
+
};
|
|
34
|
+
id: string;
|
|
35
|
+
} | {
|
|
36
|
+
actionGroupExtractMode: string;
|
|
37
|
+
panelItems: {
|
|
38
|
+
rawItem: {
|
|
39
|
+
halign: string;
|
|
40
|
+
valign: string;
|
|
41
|
+
wrapMode: string;
|
|
42
|
+
contentType: string;
|
|
43
|
+
predefinedType: string;
|
|
44
|
+
id: string;
|
|
45
|
+
};
|
|
46
|
+
itemStyle: string;
|
|
47
|
+
itemType: string;
|
|
48
|
+
layoutPos: {
|
|
49
|
+
shrink: number;
|
|
50
|
+
layout: string;
|
|
51
|
+
};
|
|
52
|
+
id: string;
|
|
53
|
+
}[];
|
|
54
|
+
layout: {
|
|
55
|
+
layout: string;
|
|
56
|
+
};
|
|
57
|
+
dataRegionType: string;
|
|
58
|
+
caption: string;
|
|
59
|
+
itemStyle: string;
|
|
60
|
+
itemType: string;
|
|
61
|
+
layoutPos: {
|
|
62
|
+
grow: number;
|
|
63
|
+
shrink: number;
|
|
64
|
+
layout: string;
|
|
65
|
+
};
|
|
66
|
+
id: string;
|
|
67
|
+
})[];
|
|
68
|
+
layout: {
|
|
69
|
+
dir: string;
|
|
70
|
+
layout: string;
|
|
71
|
+
};
|
|
72
|
+
dataRegionType: string;
|
|
73
|
+
caption: string;
|
|
74
|
+
itemStyle: string;
|
|
75
|
+
itemType: string;
|
|
76
|
+
layoutPos: {
|
|
77
|
+
grow: number;
|
|
78
|
+
shrink: number;
|
|
79
|
+
layout: string;
|
|
80
|
+
};
|
|
81
|
+
id: string;
|
|
82
|
+
} | {
|
|
83
|
+
actionGroupExtractMode: string;
|
|
84
|
+
panelItems: {
|
|
85
|
+
rawItem: {
|
|
86
|
+
caption: string;
|
|
87
|
+
contentType: string;
|
|
88
|
+
predefinedType: string;
|
|
89
|
+
id: string;
|
|
90
|
+
};
|
|
91
|
+
caption: string;
|
|
92
|
+
itemStyle: string;
|
|
93
|
+
itemType: string;
|
|
94
|
+
layoutPos: {
|
|
95
|
+
shrink: number;
|
|
96
|
+
layout: string;
|
|
97
|
+
};
|
|
98
|
+
showCaption: boolean;
|
|
99
|
+
id: string;
|
|
100
|
+
}[];
|
|
101
|
+
layout: {
|
|
102
|
+
dir: string;
|
|
103
|
+
layout: string;
|
|
104
|
+
};
|
|
105
|
+
dataRegionType: string;
|
|
106
|
+
caption: string;
|
|
107
|
+
itemStyle: string;
|
|
108
|
+
itemType: string;
|
|
109
|
+
layoutPos: {
|
|
110
|
+
grow: number;
|
|
111
|
+
shrink: number;
|
|
112
|
+
layout: string;
|
|
113
|
+
};
|
|
114
|
+
id: string;
|
|
115
|
+
})[];
|
|
116
|
+
layoutPanel: boolean;
|
|
117
|
+
controls: {
|
|
118
|
+
capLanguageRes: {
|
|
119
|
+
lanResTag: string;
|
|
120
|
+
};
|
|
121
|
+
caption: string;
|
|
122
|
+
codeName: string;
|
|
123
|
+
controlType: string;
|
|
124
|
+
appDataEntityId: string;
|
|
125
|
+
controlParam: {};
|
|
126
|
+
name: string;
|
|
127
|
+
id: string;
|
|
128
|
+
}[];
|
|
129
|
+
codeName: string;
|
|
130
|
+
controlType: string;
|
|
131
|
+
logicName: string;
|
|
132
|
+
appDataEntityId: string;
|
|
133
|
+
controlParam: {};
|
|
134
|
+
modelId: string;
|
|
135
|
+
modelType: string;
|
|
136
|
+
name: string;
|
|
137
|
+
id: string;
|
|
138
|
+
};
|
|
139
|
+
export default _default;
|
|
@@ -0,0 +1,155 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var controlLayoutModelRepositoryMobSearchFormLayout = {
|
|
3
|
+
"viewProxyMode": true,
|
|
4
|
+
"layoutMode": "FLEX",
|
|
5
|
+
"layout": {
|
|
6
|
+
"layout": "FLEX"
|
|
7
|
+
},
|
|
8
|
+
"rootPanelItems": [
|
|
9
|
+
{
|
|
10
|
+
"actionGroupExtractMode": "ITEM",
|
|
11
|
+
"panelItems": [
|
|
12
|
+
{
|
|
13
|
+
"actionGroupExtractMode": "ITEM",
|
|
14
|
+
"panelItems": [
|
|
15
|
+
{
|
|
16
|
+
"caption": "\u641C\u7D22\u8868\u5355",
|
|
17
|
+
"itemStyle": "DEFAULT",
|
|
18
|
+
"itemType": "CTRLPOS",
|
|
19
|
+
"layoutPos": {
|
|
20
|
+
"shrink": 1,
|
|
21
|
+
"layout": "FLEX"
|
|
22
|
+
},
|
|
23
|
+
"showCaption": true,
|
|
24
|
+
"id": "searchform"
|
|
25
|
+
}
|
|
26
|
+
],
|
|
27
|
+
"layout": {
|
|
28
|
+
"layout": "FLEX"
|
|
29
|
+
},
|
|
30
|
+
"dataRegionType": "INHERIT",
|
|
31
|
+
"caption": "\u5BB9\u5668",
|
|
32
|
+
"itemStyle": "DEFAULT",
|
|
33
|
+
"itemType": "CONTAINER",
|
|
34
|
+
"layoutPos": {
|
|
35
|
+
"grow": 1,
|
|
36
|
+
"shrink": 1,
|
|
37
|
+
"layout": "FLEX"
|
|
38
|
+
},
|
|
39
|
+
"id": "control_searchform"
|
|
40
|
+
},
|
|
41
|
+
{
|
|
42
|
+
"actionGroupExtractMode": "ITEM",
|
|
43
|
+
"panelItems": [
|
|
44
|
+
{
|
|
45
|
+
"rawItem": {
|
|
46
|
+
"halign": "LEFT",
|
|
47
|
+
"valign": "MIDDLE",
|
|
48
|
+
"wrapMode": "NOWRAP",
|
|
49
|
+
"contentType": "RAW",
|
|
50
|
+
"predefinedType": "SEARCHFORM_BUTTONS",
|
|
51
|
+
"id": "searchform_buttons2"
|
|
52
|
+
},
|
|
53
|
+
"itemStyle": "DEFAULT",
|
|
54
|
+
"itemType": "RAWITEM",
|
|
55
|
+
"layoutPos": {
|
|
56
|
+
"shrink": 1,
|
|
57
|
+
"layout": "FLEX"
|
|
58
|
+
},
|
|
59
|
+
"id": "searchform_buttons2"
|
|
60
|
+
}
|
|
61
|
+
],
|
|
62
|
+
"layout": {
|
|
63
|
+
"layout": "FLEX"
|
|
64
|
+
},
|
|
65
|
+
"dataRegionType": "INHERIT",
|
|
66
|
+
"caption": "\u5BB9\u5668",
|
|
67
|
+
"itemStyle": "DEFAULT",
|
|
68
|
+
"itemType": "CONTAINER",
|
|
69
|
+
"layoutPos": {
|
|
70
|
+
"grow": 0,
|
|
71
|
+
"shrink": 0,
|
|
72
|
+
"layout": "FLEX"
|
|
73
|
+
},
|
|
74
|
+
"id": "control_buttons_right"
|
|
75
|
+
}
|
|
76
|
+
],
|
|
77
|
+
"layout": {
|
|
78
|
+
"dir": "row",
|
|
79
|
+
"layout": "FLEX"
|
|
80
|
+
},
|
|
81
|
+
"dataRegionType": "INHERIT",
|
|
82
|
+
"caption": "\u5BB9\u5668",
|
|
83
|
+
"itemStyle": "DEFAULT",
|
|
84
|
+
"itemType": "CONTAINER",
|
|
85
|
+
"layoutPos": {
|
|
86
|
+
"grow": 1,
|
|
87
|
+
"shrink": 1,
|
|
88
|
+
"layout": "FLEX"
|
|
89
|
+
},
|
|
90
|
+
"id": "control_content"
|
|
91
|
+
},
|
|
92
|
+
{
|
|
93
|
+
"actionGroupExtractMode": "ITEM",
|
|
94
|
+
"panelItems": [
|
|
95
|
+
{
|
|
96
|
+
"rawItem": {
|
|
97
|
+
"caption": "\u56FE\u7247",
|
|
98
|
+
"contentType": "PLACEHOLDER",
|
|
99
|
+
"predefinedType": "SEARCHFORM_BUTTONS",
|
|
100
|
+
"id": "searchform_buttons"
|
|
101
|
+
},
|
|
102
|
+
"caption": "\u56FE\u7247",
|
|
103
|
+
"itemStyle": "DEFAULT",
|
|
104
|
+
"itemType": "RAWITEM",
|
|
105
|
+
"layoutPos": {
|
|
106
|
+
"shrink": 1,
|
|
107
|
+
"layout": "FLEX"
|
|
108
|
+
},
|
|
109
|
+
"showCaption": true,
|
|
110
|
+
"id": "searchform_buttons"
|
|
111
|
+
}
|
|
112
|
+
],
|
|
113
|
+
"layout": {
|
|
114
|
+
"dir": "row-reverse",
|
|
115
|
+
"layout": "FLEX"
|
|
116
|
+
},
|
|
117
|
+
"dataRegionType": "INHERIT",
|
|
118
|
+
"caption": "\u5BB9\u5668",
|
|
119
|
+
"itemStyle": "DEFAULT",
|
|
120
|
+
"itemType": "CONTAINER",
|
|
121
|
+
"layoutPos": {
|
|
122
|
+
"grow": 0,
|
|
123
|
+
"shrink": 0,
|
|
124
|
+
"layout": "FLEX"
|
|
125
|
+
},
|
|
126
|
+
"id": "control_buttons_bottom"
|
|
127
|
+
}
|
|
128
|
+
],
|
|
129
|
+
"layoutPanel": true,
|
|
130
|
+
"controls": [
|
|
131
|
+
{
|
|
132
|
+
"capLanguageRes": {
|
|
133
|
+
"lanResTag": "DE.LNAME.CONTROLLAYOUTMODELREPOSITORY"
|
|
134
|
+
},
|
|
135
|
+
"caption": "\u79FB\u52A8\u7AEF\u641C\u7D22\u8868\u5355",
|
|
136
|
+
"codeName": "MobSearchFormLayoutcaptionbar",
|
|
137
|
+
"controlType": "CAPTIONBAR",
|
|
138
|
+
"appDataEntityId": "mobfrontmodel.controllayoutmodelrepository",
|
|
139
|
+
"controlParam": {},
|
|
140
|
+
"name": "captionbar",
|
|
141
|
+
"id": "mobsearchformlayoutcaptionbar"
|
|
142
|
+
}
|
|
143
|
+
],
|
|
144
|
+
"codeName": "Usr1022075630",
|
|
145
|
+
"controlType": "VIEWLAYOUTPANEL",
|
|
146
|
+
"logicName": "\u79FB\u52A8\u7AEF\u641C\u7D22\u8868\u5355\u90E8\u4EF6\u5E03\u5C40\u9762\u677F\u5E03\u5C40\u9762\u677F",
|
|
147
|
+
"appDataEntityId": "mobfrontmodel.controllayoutmodelrepository",
|
|
148
|
+
"controlParam": {},
|
|
149
|
+
"modelId": "EE291077-4277-4F81-8DE6-67A7690BD32F",
|
|
150
|
+
"modelType": "PSSYSVIEWLAYOUTPANEL",
|
|
151
|
+
"name": "layoutpanel",
|
|
152
|
+
"id": "usr1022075630"
|
|
153
|
+
};
|
|
154
|
+
|
|
155
|
+
export { controlLayoutModelRepositoryMobSearchFormLayout as default };
|
package/es/publish/control-layout/control-layout-model-repository-mob-tree-exp-bar-layout.d.ts
CHANGED
|
@@ -3,7 +3,82 @@ declare const _default: {
|
|
|
3
3
|
layout: {
|
|
4
4
|
layout: string;
|
|
5
5
|
};
|
|
6
|
-
rootPanelItems: {
|
|
6
|
+
rootPanelItems: ({
|
|
7
|
+
actionGroupExtractMode: string;
|
|
8
|
+
panelItems: ({
|
|
9
|
+
actionGroupExtractMode: string;
|
|
10
|
+
panelItems: {
|
|
11
|
+
caption: string;
|
|
12
|
+
itemStyle: string;
|
|
13
|
+
itemType: string;
|
|
14
|
+
layoutPos: {
|
|
15
|
+
shrink: number;
|
|
16
|
+
layout: string;
|
|
17
|
+
};
|
|
18
|
+
showCaption: boolean;
|
|
19
|
+
id: string;
|
|
20
|
+
}[];
|
|
21
|
+
layout: {
|
|
22
|
+
align: string;
|
|
23
|
+
dir: string;
|
|
24
|
+
layout: string;
|
|
25
|
+
valign: string;
|
|
26
|
+
};
|
|
27
|
+
dataRegionType: string;
|
|
28
|
+
caption: string;
|
|
29
|
+
itemStyle: string;
|
|
30
|
+
itemType: string;
|
|
31
|
+
layoutPos: {
|
|
32
|
+
shrink: number;
|
|
33
|
+
layout: string;
|
|
34
|
+
grow?: undefined;
|
|
35
|
+
};
|
|
36
|
+
id: string;
|
|
37
|
+
} | {
|
|
38
|
+
actionGroupExtractMode: string;
|
|
39
|
+
panelItems: {
|
|
40
|
+
caption: string;
|
|
41
|
+
itemStyle: string;
|
|
42
|
+
itemType: string;
|
|
43
|
+
layoutPos: {
|
|
44
|
+
shrink: number;
|
|
45
|
+
layout: string;
|
|
46
|
+
};
|
|
47
|
+
showCaption: boolean;
|
|
48
|
+
id: string;
|
|
49
|
+
}[];
|
|
50
|
+
layout: {
|
|
51
|
+
dir: string;
|
|
52
|
+
layout: string;
|
|
53
|
+
align?: undefined;
|
|
54
|
+
valign?: undefined;
|
|
55
|
+
};
|
|
56
|
+
dataRegionType: string;
|
|
57
|
+
caption: string;
|
|
58
|
+
itemStyle: string;
|
|
59
|
+
itemType: string;
|
|
60
|
+
layoutPos: {
|
|
61
|
+
grow: number;
|
|
62
|
+
shrink: number;
|
|
63
|
+
layout: string;
|
|
64
|
+
};
|
|
65
|
+
id: string;
|
|
66
|
+
})[];
|
|
67
|
+
layout: {
|
|
68
|
+
dir: string;
|
|
69
|
+
layout: string;
|
|
70
|
+
};
|
|
71
|
+
dataRegionType: string;
|
|
72
|
+
caption: string;
|
|
73
|
+
itemStyle: string;
|
|
74
|
+
itemType: string;
|
|
75
|
+
layoutPos: {
|
|
76
|
+
shrink: number;
|
|
77
|
+
layout: string;
|
|
78
|
+
grow?: undefined;
|
|
79
|
+
};
|
|
80
|
+
id: string;
|
|
81
|
+
} | {
|
|
7
82
|
actionGroupExtractMode: string;
|
|
8
83
|
panelItems: {
|
|
9
84
|
caption: string;
|
|
@@ -30,7 +105,8 @@ declare const _default: {
|
|
|
30
105
|
layout: string;
|
|
31
106
|
};
|
|
32
107
|
id: string;
|
|
33
|
-
|
|
108
|
+
caption?: undefined;
|
|
109
|
+
})[];
|
|
34
110
|
layoutPanel: boolean;
|
|
35
111
|
codeName: string;
|
|
36
112
|
controlType: string;
|
package/es/publish/control-layout/control-layout-model-repository-mob-tree-exp-bar-layout.mjs
CHANGED
|
@@ -5,6 +5,85 @@ var TreeExpBar = {
|
|
|
5
5
|
"layout": "FLEX"
|
|
6
6
|
},
|
|
7
7
|
"rootPanelItems": [
|
|
8
|
+
{
|
|
9
|
+
"actionGroupExtractMode": "ITEM",
|
|
10
|
+
"panelItems": [
|
|
11
|
+
{
|
|
12
|
+
"actionGroupExtractMode": "ITEM",
|
|
13
|
+
"panelItems": [
|
|
14
|
+
{
|
|
15
|
+
"caption": "\u9875\u9762\u6807\u9898",
|
|
16
|
+
"itemStyle": "DEFAULT",
|
|
17
|
+
"itemType": "CTRLPOS",
|
|
18
|
+
"layoutPos": {
|
|
19
|
+
"shrink": 1,
|
|
20
|
+
"layout": "FLEX"
|
|
21
|
+
},
|
|
22
|
+
"showCaption": true,
|
|
23
|
+
"id": "captionbar"
|
|
24
|
+
}
|
|
25
|
+
],
|
|
26
|
+
"layout": {
|
|
27
|
+
"align": "center",
|
|
28
|
+
"dir": "row",
|
|
29
|
+
"layout": "FLEX",
|
|
30
|
+
"valign": "center"
|
|
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_header_left"
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
"actionGroupExtractMode": "ITEM",
|
|
44
|
+
"panelItems": [
|
|
45
|
+
{
|
|
46
|
+
"caption": "\u5DE5\u5177\u680F",
|
|
47
|
+
"itemStyle": "DEFAULT",
|
|
48
|
+
"itemType": "CTRLPOS",
|
|
49
|
+
"layoutPos": {
|
|
50
|
+
"shrink": 1,
|
|
51
|
+
"layout": "FLEX"
|
|
52
|
+
},
|
|
53
|
+
"showCaption": true,
|
|
54
|
+
"id": "treeexpbar_toolbar"
|
|
55
|
+
}
|
|
56
|
+
],
|
|
57
|
+
"layout": {
|
|
58
|
+
"dir": "row-reverse",
|
|
59
|
+
"layout": "FLEX"
|
|
60
|
+
},
|
|
61
|
+
"dataRegionType": "INHERIT",
|
|
62
|
+
"caption": "\u5BB9\u5668",
|
|
63
|
+
"itemStyle": "DEFAULT",
|
|
64
|
+
"itemType": "CONTAINER",
|
|
65
|
+
"layoutPos": {
|
|
66
|
+
"grow": 1,
|
|
67
|
+
"shrink": 1,
|
|
68
|
+
"layout": "FLEX"
|
|
69
|
+
},
|
|
70
|
+
"id": "control_header_right"
|
|
71
|
+
}
|
|
72
|
+
],
|
|
73
|
+
"layout": {
|
|
74
|
+
"dir": "row",
|
|
75
|
+
"layout": "FLEX"
|
|
76
|
+
},
|
|
77
|
+
"dataRegionType": "INHERIT",
|
|
78
|
+
"caption": "\u5BB9\u5668",
|
|
79
|
+
"itemStyle": "DEFAULT",
|
|
80
|
+
"itemType": "CONTAINER",
|
|
81
|
+
"layoutPos": {
|
|
82
|
+
"shrink": 0,
|
|
83
|
+
"layout": "FLEX"
|
|
84
|
+
},
|
|
85
|
+
"id": "control_header"
|
|
86
|
+
},
|
|
8
87
|
{
|
|
9
88
|
"actionGroupExtractMode": "ITEM",
|
|
10
89
|
"panelItems": [
|
|
@@ -5,6 +5,30 @@ 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
|
+
predefinedType?: undefined;
|
|
29
|
+
layout?: undefined;
|
|
30
|
+
dataRegionType?: undefined;
|
|
31
|
+
} | {
|
|
8
32
|
actionGroupExtractMode: string;
|
|
9
33
|
panelItems: {
|
|
10
34
|
actionGroupExtractMode: string;
|
|
@@ -198,6 +222,7 @@ declare const _default: {
|
|
|
198
222
|
};
|
|
199
223
|
showCaption: boolean;
|
|
200
224
|
id: string;
|
|
225
|
+
rawItem?: undefined;
|
|
201
226
|
} | {
|
|
202
227
|
actionGroupExtractMode: string;
|
|
203
228
|
panelItems: {
|
|
@@ -226,6 +251,7 @@ declare const _default: {
|
|
|
226
251
|
layout: string;
|
|
227
252
|
};
|
|
228
253
|
id: string;
|
|
254
|
+
rawItem?: undefined;
|
|
229
255
|
showCaption?: undefined;
|
|
230
256
|
} | {
|
|
231
257
|
actionGroupExtractMode: string;
|
|
@@ -254,6 +280,7 @@ declare const _default: {
|
|
|
254
280
|
grow?: undefined;
|
|
255
281
|
};
|
|
256
282
|
id: string;
|
|
283
|
+
rawItem?: undefined;
|
|
257
284
|
showCaption?: undefined;
|
|
258
285
|
})[];
|
|
259
286
|
layoutPanel: boolean;
|
|
@@ -6,6 +6,27 @@ var DEMobCalendarView = {
|
|
|
6
6
|
"layout": "FLEX"
|
|
7
7
|
},
|
|
8
8
|
"rootPanelItems": [
|
|
9
|
+
{
|
|
10
|
+
"rawItem": {
|
|
11
|
+
"rawItemParams": [
|
|
12
|
+
{
|
|
13
|
+
"key": "POSITION",
|
|
14
|
+
"value": "TOP"
|
|
15
|
+
}
|
|
16
|
+
],
|
|
17
|
+
"predefinedType": "VIEWMSG_POS",
|
|
18
|
+
"id": "viewmsg_pos_top"
|
|
19
|
+
},
|
|
20
|
+
"caption": "\u89C6\u56FE\u6D88\u606F\u5360\u4F4D",
|
|
21
|
+
"itemStyle": "DEFAULT",
|
|
22
|
+
"itemType": "RAWITEM",
|
|
23
|
+
"layoutPos": {
|
|
24
|
+
"shrink": 0,
|
|
25
|
+
"layout": "FLEX"
|
|
26
|
+
},
|
|
27
|
+
"showCaption": true,
|
|
28
|
+
"id": "viewmsg_pos_top"
|
|
29
|
+
},
|
|
9
30
|
{
|
|
10
31
|
"actionGroupExtractMode": "ITEM",
|
|
11
32
|
"panelItems": [
|
|
@@ -245,6 +266,27 @@ var DEMobCalendarView = {
|
|
|
245
266
|
"showCaption": true,
|
|
246
267
|
"id": "panelpart"
|
|
247
268
|
},
|
|
269
|
+
{
|
|
270
|
+
"rawItem": {
|
|
271
|
+
"rawItemParams": [
|
|
272
|
+
{
|
|
273
|
+
"key": "POSITION",
|
|
274
|
+
"value": "BODY"
|
|
275
|
+
}
|
|
276
|
+
],
|
|
277
|
+
"predefinedType": "VIEWMSG_POS",
|
|
278
|
+
"id": "viewmsg_pos_body"
|
|
279
|
+
},
|
|
280
|
+
"caption": "\u89C6\u56FE\u6D88\u606F\u5360\u4F4D",
|
|
281
|
+
"itemStyle": "DEFAULT",
|
|
282
|
+
"itemType": "RAWITEM",
|
|
283
|
+
"layoutPos": {
|
|
284
|
+
"shrink": 0,
|
|
285
|
+
"layout": "FLEX"
|
|
286
|
+
},
|
|
287
|
+
"showCaption": true,
|
|
288
|
+
"id": "viewmsg_pos_body"
|
|
289
|
+
},
|
|
248
290
|
{
|
|
249
291
|
"actionGroupExtractMode": "ITEM",
|
|
250
292
|
"panelItems": [
|
|
@@ -276,6 +318,27 @@ var DEMobCalendarView = {
|
|
|
276
318
|
},
|
|
277
319
|
"id": "view_content"
|
|
278
320
|
},
|
|
321
|
+
{
|
|
322
|
+
"rawItem": {
|
|
323
|
+
"rawItemParams": [
|
|
324
|
+
{
|
|
325
|
+
"key": "POSITION",
|
|
326
|
+
"value": "BOTTOM"
|
|
327
|
+
}
|
|
328
|
+
],
|
|
329
|
+
"predefinedType": "VIEWMSG_POS",
|
|
330
|
+
"id": "viewmsg_pos_bottom"
|
|
331
|
+
},
|
|
332
|
+
"caption": "\u89C6\u56FE\u6D88\u606F\u5360\u4F4D",
|
|
333
|
+
"itemStyle": "DEFAULT",
|
|
334
|
+
"itemType": "RAWITEM",
|
|
335
|
+
"layoutPos": {
|
|
336
|
+
"shrink": 0,
|
|
337
|
+
"layout": "FLEX"
|
|
338
|
+
},
|
|
339
|
+
"showCaption": true,
|
|
340
|
+
"id": "viewmsg_pos_bottom"
|
|
341
|
+
},
|
|
279
342
|
{
|
|
280
343
|
"actionGroupExtractMode": "ITEM",
|
|
281
344
|
"panelItems": [
|
|
@@ -4,6 +4,30 @@ 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
|
+
actionGroupExtractMode?: undefined;
|
|
26
|
+
panelItems?: undefined;
|
|
27
|
+
predefinedType?: undefined;
|
|
28
|
+
layout?: undefined;
|
|
29
|
+
dataRegionType?: undefined;
|
|
30
|
+
} | {
|
|
7
31
|
actionGroupExtractMode: string;
|
|
8
32
|
panelItems: {
|
|
9
33
|
actionGroupExtractMode: string;
|
|
@@ -197,6 +221,7 @@ declare const _default: {
|
|
|
197
221
|
};
|
|
198
222
|
showCaption: boolean;
|
|
199
223
|
id: string;
|
|
224
|
+
rawItem?: undefined;
|
|
200
225
|
} | {
|
|
201
226
|
actionGroupExtractMode: string;
|
|
202
227
|
panelItems: {
|
|
@@ -225,6 +250,7 @@ declare const _default: {
|
|
|
225
250
|
layout: string;
|
|
226
251
|
};
|
|
227
252
|
id: string;
|
|
253
|
+
rawItem?: undefined;
|
|
228
254
|
showCaption?: undefined;
|
|
229
255
|
} | {
|
|
230
256
|
actionGroupExtractMode: string;
|
|
@@ -253,6 +279,7 @@ declare const _default: {
|
|
|
253
279
|
grow?: undefined;
|
|
254
280
|
};
|
|
255
281
|
id: string;
|
|
282
|
+
rawItem?: undefined;
|
|
256
283
|
showCaption?: undefined;
|
|
257
284
|
})[];
|
|
258
285
|
layoutPanel: boolean;
|