@ibiz-template/mob-theme 0.2.15 → 0.2.16
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-mob-tree-layout.d.ts +99 -0
- package/es/publish/control-layout/control-layout-model-repository-mob-tree-layout.mjs +111 -0
- package/es/publish/index.mjs +3 -1
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tab-exp-view-layout.d.ts +3 -1
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tab-exp-view-layout.mjs +2 -0
- package/lib/publish/control-layout/control-layout-model-repository-mob-tree-layout.cjs +115 -0
- package/lib/publish/index.cjs +3 -1
- package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tab-exp-view-layout.cjs +2 -0
- package/package.json +1 -1
|
@@ -0,0 +1,99 @@
|
|
|
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
|
+
shrink: number;
|
|
31
|
+
layout: string;
|
|
32
|
+
};
|
|
33
|
+
id: string;
|
|
34
|
+
}[];
|
|
35
|
+
layout: {
|
|
36
|
+
layout: string;
|
|
37
|
+
};
|
|
38
|
+
dataRegionType: string;
|
|
39
|
+
caption: string;
|
|
40
|
+
itemStyle: string;
|
|
41
|
+
itemType: string;
|
|
42
|
+
layoutPos: {
|
|
43
|
+
shrink: number;
|
|
44
|
+
layout: string;
|
|
45
|
+
grow?: undefined;
|
|
46
|
+
};
|
|
47
|
+
id: string;
|
|
48
|
+
} | {
|
|
49
|
+
actionGroupExtractMode: string;
|
|
50
|
+
panelItems: {
|
|
51
|
+
caption: string;
|
|
52
|
+
itemStyle: string;
|
|
53
|
+
itemType: string;
|
|
54
|
+
layoutPos: {
|
|
55
|
+
grow: number;
|
|
56
|
+
shrink: number;
|
|
57
|
+
layout: string;
|
|
58
|
+
};
|
|
59
|
+
showCaption: boolean;
|
|
60
|
+
id: string;
|
|
61
|
+
}[];
|
|
62
|
+
layout: {
|
|
63
|
+
layout: string;
|
|
64
|
+
};
|
|
65
|
+
dataRegionType: string;
|
|
66
|
+
caption: string;
|
|
67
|
+
itemStyle: string;
|
|
68
|
+
itemType: string;
|
|
69
|
+
layoutPos: {
|
|
70
|
+
grow: number;
|
|
71
|
+
shrink: number;
|
|
72
|
+
layout: string;
|
|
73
|
+
};
|
|
74
|
+
id: string;
|
|
75
|
+
})[];
|
|
76
|
+
layoutPanel: boolean;
|
|
77
|
+
controls: {
|
|
78
|
+
capLanguageRes: {
|
|
79
|
+
lanResTag: string;
|
|
80
|
+
};
|
|
81
|
+
caption: string;
|
|
82
|
+
codeName: string;
|
|
83
|
+
controlType: string;
|
|
84
|
+
appDataEntityId: string;
|
|
85
|
+
controlParam: {};
|
|
86
|
+
name: string;
|
|
87
|
+
id: string;
|
|
88
|
+
}[];
|
|
89
|
+
codeName: string;
|
|
90
|
+
controlType: string;
|
|
91
|
+
logicName: string;
|
|
92
|
+
appDataEntityId: string;
|
|
93
|
+
controlParam: {};
|
|
94
|
+
modelId: string;
|
|
95
|
+
modelType: string;
|
|
96
|
+
name: string;
|
|
97
|
+
id: string;
|
|
98
|
+
};
|
|
99
|
+
export default _default;
|
|
@@ -0,0 +1,111 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var TreeView = {
|
|
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\u680F",
|
|
17
|
+
"itemStyle": "DEFAULT",
|
|
18
|
+
"itemType": "CTRLPOS",
|
|
19
|
+
"layoutPos": {
|
|
20
|
+
"shrink": 1,
|
|
21
|
+
"layout": "FLEX"
|
|
22
|
+
},
|
|
23
|
+
"showCaption": true,
|
|
24
|
+
"id": "searchbar"
|
|
25
|
+
}
|
|
26
|
+
],
|
|
27
|
+
"layout": {
|
|
28
|
+
"layout": "FLEX"
|
|
29
|
+
},
|
|
30
|
+
"dataRegionType": "INHERIT",
|
|
31
|
+
"caption": "\u5BB9\u5668",
|
|
32
|
+
"itemStyle": "DEFAULT",
|
|
33
|
+
"itemType": "CONTAINER",
|
|
34
|
+
"layoutPos": {
|
|
35
|
+
"shrink": 1,
|
|
36
|
+
"layout": "FLEX"
|
|
37
|
+
},
|
|
38
|
+
"id": "control_searchbar"
|
|
39
|
+
}
|
|
40
|
+
],
|
|
41
|
+
"layout": {
|
|
42
|
+
"layout": "FLEX"
|
|
43
|
+
},
|
|
44
|
+
"dataRegionType": "INHERIT",
|
|
45
|
+
"caption": "\u5BB9\u5668",
|
|
46
|
+
"itemStyle": "DEFAULT",
|
|
47
|
+
"itemType": "CONTAINER",
|
|
48
|
+
"layoutPos": {
|
|
49
|
+
"shrink": 0,
|
|
50
|
+
"layout": "FLEX"
|
|
51
|
+
},
|
|
52
|
+
"id": "control_header"
|
|
53
|
+
},
|
|
54
|
+
{
|
|
55
|
+
"actionGroupExtractMode": "ITEM",
|
|
56
|
+
"panelItems": [
|
|
57
|
+
{
|
|
58
|
+
"caption": "\u6811\u89C6\u56FE",
|
|
59
|
+
"itemStyle": "DEFAULT",
|
|
60
|
+
"itemType": "CTRLPOS",
|
|
61
|
+
"layoutPos": {
|
|
62
|
+
"grow": 1,
|
|
63
|
+
"shrink": 1,
|
|
64
|
+
"layout": "FLEX"
|
|
65
|
+
},
|
|
66
|
+
"showCaption": true,
|
|
67
|
+
"id": "tree"
|
|
68
|
+
}
|
|
69
|
+
],
|
|
70
|
+
"layout": {
|
|
71
|
+
"layout": "FLEX"
|
|
72
|
+
},
|
|
73
|
+
"dataRegionType": "INHERIT",
|
|
74
|
+
"caption": "\u5BB9\u5668",
|
|
75
|
+
"itemStyle": "DEFAULT",
|
|
76
|
+
"itemType": "CONTAINER",
|
|
77
|
+
"layoutPos": {
|
|
78
|
+
"grow": 1,
|
|
79
|
+
"shrink": 1,
|
|
80
|
+
"layout": "FLEX"
|
|
81
|
+
},
|
|
82
|
+
"id": "control_tree"
|
|
83
|
+
}
|
|
84
|
+
],
|
|
85
|
+
"layoutPanel": true,
|
|
86
|
+
"controls": [
|
|
87
|
+
{
|
|
88
|
+
"capLanguageRes": {
|
|
89
|
+
"lanResTag": "DE.LNAME.CONTROLLAYOUTMODELREPOSITORY"
|
|
90
|
+
},
|
|
91
|
+
"caption": "\u5B9E\u4F53\u79FB\u52A8\u7AEF\u6811\u90E8\u4EF6\u5E03\u5C40\u9762\u677F",
|
|
92
|
+
"codeName": "MobTreeLayoutcaptionbar",
|
|
93
|
+
"controlType": "CAPTIONBAR",
|
|
94
|
+
"appDataEntityId": "mobfrontmodel.controllayoutmodelrepository",
|
|
95
|
+
"controlParam": {},
|
|
96
|
+
"name": "captionbar",
|
|
97
|
+
"id": "mobtreelayoutcaptionbar"
|
|
98
|
+
}
|
|
99
|
+
],
|
|
100
|
+
"codeName": "Usr1023111608",
|
|
101
|
+
"controlType": "VIEWLAYOUTPANEL",
|
|
102
|
+
"logicName": "\u79FB\u52A8\u7AEF\u6811\u90E8\u4EF6\u5E03\u5C40\u5E03\u5C40\u9762\u677F",
|
|
103
|
+
"appDataEntityId": "mobfrontmodel.controllayoutmodelrepository",
|
|
104
|
+
"controlParam": {},
|
|
105
|
+
"modelId": "6676E7E6-FD4A-4342-97C3-468B43B7B263",
|
|
106
|
+
"modelType": "PSSYSVIEWLAYOUTPANEL",
|
|
107
|
+
"name": "layoutpanel",
|
|
108
|
+
"id": "usr1023111608"
|
|
109
|
+
};
|
|
110
|
+
|
|
111
|
+
export { TreeView as default };
|
package/es/publish/index.mjs
CHANGED
|
@@ -27,6 +27,7 @@ import DEMobWFDynaStartView from './mob-view-layout-model-repository/mob-view-la
|
|
|
27
27
|
import DEMobWizardVIEW from './mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wizard-view-layout.mjs';
|
|
28
28
|
import DEMobTreeExpView from './mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tree-exp-view-layout.mjs';
|
|
29
29
|
import TreeExpBar from './control-layout/control-layout-model-repository-mob-tree-exp-bar-layout.mjs';
|
|
30
|
+
import TreeView from './control-layout/control-layout-model-repository-mob-tree-layout.mjs';
|
|
30
31
|
|
|
31
32
|
"use strict";
|
|
32
33
|
function install(callBack) {
|
|
@@ -58,7 +59,8 @@ function install(callBack) {
|
|
|
58
59
|
callBack("DEMOBWFDYNASTARTVIEW_DEFAULT", DEMobWFDynaStartView);
|
|
59
60
|
callBack("DEMOBWIZARDVIEW_DEFAULT", DEMobWizardVIEW);
|
|
60
61
|
callBack("DEMOBTREEEXPVIEW_DEFAULT", DEMobTreeExpView);
|
|
61
|
-
callBack("TREEVIEW_DEFAULT",
|
|
62
|
+
callBack("TREEVIEW_DEFAULT", TreeView);
|
|
63
|
+
callBack("TREEEXPBAR_DEFAULT", TreeExpBar);
|
|
62
64
|
}
|
|
63
65
|
|
|
64
66
|
export { install };
|
|
@@ -165,9 +165,10 @@ declare const _default: {
|
|
|
165
165
|
itemStyle: string;
|
|
166
166
|
itemType: string;
|
|
167
167
|
layoutPos: {
|
|
168
|
+
basis: number;
|
|
169
|
+
grow: number;
|
|
168
170
|
shrink: number;
|
|
169
171
|
layout: string;
|
|
170
|
-
grow?: undefined;
|
|
171
172
|
};
|
|
172
173
|
id: string;
|
|
173
174
|
predefinedType?: undefined;
|
|
@@ -201,6 +202,7 @@ declare const _default: {
|
|
|
201
202
|
grow: number;
|
|
202
203
|
shrink: number;
|
|
203
204
|
layout: string;
|
|
205
|
+
basis?: undefined;
|
|
204
206
|
};
|
|
205
207
|
id: string;
|
|
206
208
|
})[];
|
|
@@ -0,0 +1,115 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
5
|
+
"use strict";
|
|
6
|
+
var TreeView = {
|
|
7
|
+
"viewProxyMode": true,
|
|
8
|
+
"layoutMode": "FLEX",
|
|
9
|
+
"layout": {
|
|
10
|
+
"layout": "FLEX"
|
|
11
|
+
},
|
|
12
|
+
"rootPanelItems": [
|
|
13
|
+
{
|
|
14
|
+
"actionGroupExtractMode": "ITEM",
|
|
15
|
+
"panelItems": [
|
|
16
|
+
{
|
|
17
|
+
"actionGroupExtractMode": "ITEM",
|
|
18
|
+
"panelItems": [
|
|
19
|
+
{
|
|
20
|
+
"caption": "\u641C\u7D22\u680F",
|
|
21
|
+
"itemStyle": "DEFAULT",
|
|
22
|
+
"itemType": "CTRLPOS",
|
|
23
|
+
"layoutPos": {
|
|
24
|
+
"shrink": 1,
|
|
25
|
+
"layout": "FLEX"
|
|
26
|
+
},
|
|
27
|
+
"showCaption": true,
|
|
28
|
+
"id": "searchbar"
|
|
29
|
+
}
|
|
30
|
+
],
|
|
31
|
+
"layout": {
|
|
32
|
+
"layout": "FLEX"
|
|
33
|
+
},
|
|
34
|
+
"dataRegionType": "INHERIT",
|
|
35
|
+
"caption": "\u5BB9\u5668",
|
|
36
|
+
"itemStyle": "DEFAULT",
|
|
37
|
+
"itemType": "CONTAINER",
|
|
38
|
+
"layoutPos": {
|
|
39
|
+
"shrink": 1,
|
|
40
|
+
"layout": "FLEX"
|
|
41
|
+
},
|
|
42
|
+
"id": "control_searchbar"
|
|
43
|
+
}
|
|
44
|
+
],
|
|
45
|
+
"layout": {
|
|
46
|
+
"layout": "FLEX"
|
|
47
|
+
},
|
|
48
|
+
"dataRegionType": "INHERIT",
|
|
49
|
+
"caption": "\u5BB9\u5668",
|
|
50
|
+
"itemStyle": "DEFAULT",
|
|
51
|
+
"itemType": "CONTAINER",
|
|
52
|
+
"layoutPos": {
|
|
53
|
+
"shrink": 0,
|
|
54
|
+
"layout": "FLEX"
|
|
55
|
+
},
|
|
56
|
+
"id": "control_header"
|
|
57
|
+
},
|
|
58
|
+
{
|
|
59
|
+
"actionGroupExtractMode": "ITEM",
|
|
60
|
+
"panelItems": [
|
|
61
|
+
{
|
|
62
|
+
"caption": "\u6811\u89C6\u56FE",
|
|
63
|
+
"itemStyle": "DEFAULT",
|
|
64
|
+
"itemType": "CTRLPOS",
|
|
65
|
+
"layoutPos": {
|
|
66
|
+
"grow": 1,
|
|
67
|
+
"shrink": 1,
|
|
68
|
+
"layout": "FLEX"
|
|
69
|
+
},
|
|
70
|
+
"showCaption": true,
|
|
71
|
+
"id": "tree"
|
|
72
|
+
}
|
|
73
|
+
],
|
|
74
|
+
"layout": {
|
|
75
|
+
"layout": "FLEX"
|
|
76
|
+
},
|
|
77
|
+
"dataRegionType": "INHERIT",
|
|
78
|
+
"caption": "\u5BB9\u5668",
|
|
79
|
+
"itemStyle": "DEFAULT",
|
|
80
|
+
"itemType": "CONTAINER",
|
|
81
|
+
"layoutPos": {
|
|
82
|
+
"grow": 1,
|
|
83
|
+
"shrink": 1,
|
|
84
|
+
"layout": "FLEX"
|
|
85
|
+
},
|
|
86
|
+
"id": "control_tree"
|
|
87
|
+
}
|
|
88
|
+
],
|
|
89
|
+
"layoutPanel": true,
|
|
90
|
+
"controls": [
|
|
91
|
+
{
|
|
92
|
+
"capLanguageRes": {
|
|
93
|
+
"lanResTag": "DE.LNAME.CONTROLLAYOUTMODELREPOSITORY"
|
|
94
|
+
},
|
|
95
|
+
"caption": "\u5B9E\u4F53\u79FB\u52A8\u7AEF\u6811\u90E8\u4EF6\u5E03\u5C40\u9762\u677F",
|
|
96
|
+
"codeName": "MobTreeLayoutcaptionbar",
|
|
97
|
+
"controlType": "CAPTIONBAR",
|
|
98
|
+
"appDataEntityId": "mobfrontmodel.controllayoutmodelrepository",
|
|
99
|
+
"controlParam": {},
|
|
100
|
+
"name": "captionbar",
|
|
101
|
+
"id": "mobtreelayoutcaptionbar"
|
|
102
|
+
}
|
|
103
|
+
],
|
|
104
|
+
"codeName": "Usr1023111608",
|
|
105
|
+
"controlType": "VIEWLAYOUTPANEL",
|
|
106
|
+
"logicName": "\u79FB\u52A8\u7AEF\u6811\u90E8\u4EF6\u5E03\u5C40\u5E03\u5C40\u9762\u677F",
|
|
107
|
+
"appDataEntityId": "mobfrontmodel.controllayoutmodelrepository",
|
|
108
|
+
"controlParam": {},
|
|
109
|
+
"modelId": "6676E7E6-FD4A-4342-97C3-468B43B7B263",
|
|
110
|
+
"modelType": "PSSYSVIEWLAYOUTPANEL",
|
|
111
|
+
"name": "layoutpanel",
|
|
112
|
+
"id": "usr1023111608"
|
|
113
|
+
};
|
|
114
|
+
|
|
115
|
+
exports.default = TreeView;
|
package/lib/publish/index.cjs
CHANGED
|
@@ -29,6 +29,7 @@ var mobViewLayoutModelRepositoryDeMobWfDynaStartViewLayout = require('./mob-view
|
|
|
29
29
|
var mobViewLayoutModelRepositoryDeMobWizardViewLayout = require('./mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wizard-view-layout.cjs');
|
|
30
30
|
var mobViewLayoutModelRepositoryDeMobTreeExpViewLayout = require('./mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tree-exp-view-layout.cjs');
|
|
31
31
|
var controlLayoutModelRepositoryMobTreeExpBarLayout = require('./control-layout/control-layout-model-repository-mob-tree-exp-bar-layout.cjs');
|
|
32
|
+
var controlLayoutModelRepositoryMobTreeLayout = require('./control-layout/control-layout-model-repository-mob-tree-layout.cjs');
|
|
32
33
|
|
|
33
34
|
"use strict";
|
|
34
35
|
function install(callBack) {
|
|
@@ -60,7 +61,8 @@ function install(callBack) {
|
|
|
60
61
|
callBack("DEMOBWFDYNASTARTVIEW_DEFAULT", mobViewLayoutModelRepositoryDeMobWfDynaStartViewLayout.default);
|
|
61
62
|
callBack("DEMOBWIZARDVIEW_DEFAULT", mobViewLayoutModelRepositoryDeMobWizardViewLayout.default);
|
|
62
63
|
callBack("DEMOBTREEEXPVIEW_DEFAULT", mobViewLayoutModelRepositoryDeMobTreeExpViewLayout.default);
|
|
63
|
-
callBack("TREEVIEW_DEFAULT",
|
|
64
|
+
callBack("TREEVIEW_DEFAULT", controlLayoutModelRepositoryMobTreeLayout.default);
|
|
65
|
+
callBack("TREEEXPBAR_DEFAULT", controlLayoutModelRepositoryMobTreeExpBarLayout.default);
|
|
64
66
|
}
|
|
65
67
|
|
|
66
68
|
exports.install = install;
|