@ibiz-template/web-theme 1.0.27 → 1.0.28
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 +6 -0
- 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-search-form-layout.d.ts +119 -0
- package/es/publish/control-layout/control-layout-model-repository-search-form-layout.mjs +133 -0
- package/es/publish/index.mjs +2 -0
- package/lib/publish/control-layout/control-layout-model-repository-search-form-layout.cjs +137 -0
- package/lib/publish/index.cjs +2 -0
- package/package.json +1 -1
|
@@ -0,0 +1,119 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
layoutMode: string;
|
|
3
|
+
layout: {
|
|
4
|
+
layout: string;
|
|
5
|
+
};
|
|
6
|
+
rootPanelItems: ({
|
|
7
|
+
panelItems: ({
|
|
8
|
+
panelItems: {
|
|
9
|
+
caption: string;
|
|
10
|
+
itemStyle: string;
|
|
11
|
+
itemType: string;
|
|
12
|
+
layoutPos: {
|
|
13
|
+
shrink: number;
|
|
14
|
+
layout: string;
|
|
15
|
+
};
|
|
16
|
+
showCaption: boolean;
|
|
17
|
+
id: string;
|
|
18
|
+
}[];
|
|
19
|
+
layout: {
|
|
20
|
+
layout: string;
|
|
21
|
+
};
|
|
22
|
+
dataRegionType: string;
|
|
23
|
+
caption: string;
|
|
24
|
+
itemStyle: string;
|
|
25
|
+
itemType: string;
|
|
26
|
+
layoutPos: {
|
|
27
|
+
grow: number;
|
|
28
|
+
shrink: number;
|
|
29
|
+
layout: string;
|
|
30
|
+
};
|
|
31
|
+
id: string;
|
|
32
|
+
} | {
|
|
33
|
+
panelItems: {
|
|
34
|
+
rawItem: {
|
|
35
|
+
halign: string;
|
|
36
|
+
valign: string;
|
|
37
|
+
wrapMode: string;
|
|
38
|
+
contentType: string;
|
|
39
|
+
predefinedType: string;
|
|
40
|
+
id: string;
|
|
41
|
+
};
|
|
42
|
+
itemStyle: string;
|
|
43
|
+
itemType: string;
|
|
44
|
+
layoutPos: {
|
|
45
|
+
shrink: number;
|
|
46
|
+
layout: string;
|
|
47
|
+
};
|
|
48
|
+
id: string;
|
|
49
|
+
}[];
|
|
50
|
+
layout: {
|
|
51
|
+
layout: string;
|
|
52
|
+
};
|
|
53
|
+
dataRegionType: string;
|
|
54
|
+
caption: string;
|
|
55
|
+
itemStyle: string;
|
|
56
|
+
itemType: string;
|
|
57
|
+
layoutPos: {
|
|
58
|
+
grow: number;
|
|
59
|
+
shrink: number;
|
|
60
|
+
layout: string;
|
|
61
|
+
};
|
|
62
|
+
id: string;
|
|
63
|
+
})[];
|
|
64
|
+
layout: {
|
|
65
|
+
dir: string;
|
|
66
|
+
layout: string;
|
|
67
|
+
};
|
|
68
|
+
dataRegionType: string;
|
|
69
|
+
caption: string;
|
|
70
|
+
itemStyle: string;
|
|
71
|
+
itemType: string;
|
|
72
|
+
layoutPos: {
|
|
73
|
+
grow: number;
|
|
74
|
+
shrink: number;
|
|
75
|
+
layout: string;
|
|
76
|
+
};
|
|
77
|
+
id: string;
|
|
78
|
+
} | {
|
|
79
|
+
panelItems: {
|
|
80
|
+
rawItem: {
|
|
81
|
+
contentType: string;
|
|
82
|
+
predefinedType: string;
|
|
83
|
+
id: string;
|
|
84
|
+
};
|
|
85
|
+
caption: string;
|
|
86
|
+
itemStyle: string;
|
|
87
|
+
itemType: string;
|
|
88
|
+
layoutPos: {
|
|
89
|
+
shrink: number;
|
|
90
|
+
layout: string;
|
|
91
|
+
};
|
|
92
|
+
showCaption: boolean;
|
|
93
|
+
id: string;
|
|
94
|
+
}[];
|
|
95
|
+
layout: {
|
|
96
|
+
dir: string;
|
|
97
|
+
layout: string;
|
|
98
|
+
};
|
|
99
|
+
dataRegionType: string;
|
|
100
|
+
caption: string;
|
|
101
|
+
itemStyle: string;
|
|
102
|
+
itemType: string;
|
|
103
|
+
layoutPos: {
|
|
104
|
+
grow: number;
|
|
105
|
+
shrink: number;
|
|
106
|
+
layout: string;
|
|
107
|
+
};
|
|
108
|
+
id: string;
|
|
109
|
+
})[];
|
|
110
|
+
layoutPanel: boolean;
|
|
111
|
+
codeName: string;
|
|
112
|
+
controlType: string;
|
|
113
|
+
logicName: string;
|
|
114
|
+
appDataEntityId: string;
|
|
115
|
+
controlParam: {};
|
|
116
|
+
name: string;
|
|
117
|
+
id: string;
|
|
118
|
+
};
|
|
119
|
+
export default _default;
|
|
@@ -0,0 +1,133 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var SearchForm = {
|
|
3
|
+
"layoutMode": "FLEX",
|
|
4
|
+
"layout": {
|
|
5
|
+
"layout": "FLEX"
|
|
6
|
+
},
|
|
7
|
+
"rootPanelItems": [
|
|
8
|
+
{
|
|
9
|
+
"panelItems": [
|
|
10
|
+
{
|
|
11
|
+
"panelItems": [
|
|
12
|
+
{
|
|
13
|
+
"caption": "\u641C\u7D22\u8868\u5355",
|
|
14
|
+
"itemStyle": "DEFAULT",
|
|
15
|
+
"itemType": "CTRLPOS",
|
|
16
|
+
"layoutPos": {
|
|
17
|
+
"shrink": 1,
|
|
18
|
+
"layout": "FLEX"
|
|
19
|
+
},
|
|
20
|
+
"showCaption": true,
|
|
21
|
+
"id": "searchform"
|
|
22
|
+
}
|
|
23
|
+
],
|
|
24
|
+
"layout": {
|
|
25
|
+
"layout": "FLEX"
|
|
26
|
+
},
|
|
27
|
+
"dataRegionType": "INHERIT",
|
|
28
|
+
"caption": "\u5BB9\u5668",
|
|
29
|
+
"itemStyle": "DEFAULT",
|
|
30
|
+
"itemType": "CONTAINER",
|
|
31
|
+
"layoutPos": {
|
|
32
|
+
"grow": 1,
|
|
33
|
+
"shrink": 1,
|
|
34
|
+
"layout": "FLEX"
|
|
35
|
+
},
|
|
36
|
+
"id": "control_searchform"
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
"panelItems": [
|
|
40
|
+
{
|
|
41
|
+
"rawItem": {
|
|
42
|
+
"halign": "LEFT",
|
|
43
|
+
"valign": "MIDDLE",
|
|
44
|
+
"wrapMode": "NOWRAP",
|
|
45
|
+
"contentType": "RAW",
|
|
46
|
+
"predefinedType": "SEARCHFORM_BUTTONS",
|
|
47
|
+
"id": "searchform_buttons2"
|
|
48
|
+
},
|
|
49
|
+
"itemStyle": "DEFAULT",
|
|
50
|
+
"itemType": "RAWITEM",
|
|
51
|
+
"layoutPos": {
|
|
52
|
+
"shrink": 1,
|
|
53
|
+
"layout": "FLEX"
|
|
54
|
+
},
|
|
55
|
+
"id": "searchform_buttons2"
|
|
56
|
+
}
|
|
57
|
+
],
|
|
58
|
+
"layout": {
|
|
59
|
+
"layout": "FLEX"
|
|
60
|
+
},
|
|
61
|
+
"dataRegionType": "INHERIT",
|
|
62
|
+
"caption": "\u5BB9\u5668",
|
|
63
|
+
"itemStyle": "DEFAULT",
|
|
64
|
+
"itemType": "CONTAINER",
|
|
65
|
+
"layoutPos": {
|
|
66
|
+
"grow": 0,
|
|
67
|
+
"shrink": 0,
|
|
68
|
+
"layout": "FLEX"
|
|
69
|
+
},
|
|
70
|
+
"id": "control_buttons_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
|
+
"grow": 1,
|
|
83
|
+
"shrink": 1,
|
|
84
|
+
"layout": "FLEX"
|
|
85
|
+
},
|
|
86
|
+
"id": "control_content"
|
|
87
|
+
},
|
|
88
|
+
{
|
|
89
|
+
"panelItems": [
|
|
90
|
+
{
|
|
91
|
+
"rawItem": {
|
|
92
|
+
"contentType": "PLACEHOLDER",
|
|
93
|
+
"predefinedType": "SEARCHFORM_BUTTONS",
|
|
94
|
+
"id": "searchform_buttons"
|
|
95
|
+
},
|
|
96
|
+
"caption": "\u56FE\u7247",
|
|
97
|
+
"itemStyle": "DEFAULT",
|
|
98
|
+
"itemType": "RAWITEM",
|
|
99
|
+
"layoutPos": {
|
|
100
|
+
"shrink": 1,
|
|
101
|
+
"layout": "FLEX"
|
|
102
|
+
},
|
|
103
|
+
"showCaption": true,
|
|
104
|
+
"id": "searchform_buttons"
|
|
105
|
+
}
|
|
106
|
+
],
|
|
107
|
+
"layout": {
|
|
108
|
+
"dir": "row-reverse",
|
|
109
|
+
"layout": "FLEX"
|
|
110
|
+
},
|
|
111
|
+
"dataRegionType": "INHERIT",
|
|
112
|
+
"caption": "\u5BB9\u5668",
|
|
113
|
+
"itemStyle": "DEFAULT",
|
|
114
|
+
"itemType": "CONTAINER",
|
|
115
|
+
"layoutPos": {
|
|
116
|
+
"grow": 0,
|
|
117
|
+
"shrink": 0,
|
|
118
|
+
"layout": "FLEX"
|
|
119
|
+
},
|
|
120
|
+
"id": "control_buttons_bottom"
|
|
121
|
+
}
|
|
122
|
+
],
|
|
123
|
+
"layoutPanel": true,
|
|
124
|
+
"codeName": "SearchFormLayout",
|
|
125
|
+
"controlType": "VIEWLAYOUTPANEL",
|
|
126
|
+
"logicName": "\u90E8\u4EF6-\u641C\u7D22\u8868\u5355\u5E03\u5C40\u9762\u677F",
|
|
127
|
+
"appDataEntityId": "frontmodel.controllayoutmodelrepository",
|
|
128
|
+
"controlParam": {},
|
|
129
|
+
"name": "layoutpanel",
|
|
130
|
+
"id": "searchformlayout"
|
|
131
|
+
};
|
|
132
|
+
|
|
133
|
+
export { SearchForm as default };
|
package/es/publish/index.mjs
CHANGED
|
@@ -46,6 +46,7 @@ import ListExpBar from './control-layout/control-layout-model-repository-list-ex
|
|
|
46
46
|
import DataViewExpBar from './control-layout/control-layout-model-repository-data-view-exp-bar-layout.mjs';
|
|
47
47
|
import TreeExpBar from './control-layout/control-layout-model-repository-tree-exp-bar-layout.mjs';
|
|
48
48
|
import ChartExpBar from './control-layout/control-layout-model-repository-chart-exp-bar-layout.mjs';
|
|
49
|
+
import SearchForm from './control-layout/control-layout-model-repository-search-form-layout.mjs';
|
|
49
50
|
|
|
50
51
|
"use strict";
|
|
51
52
|
function install(callBack) {
|
|
@@ -106,6 +107,7 @@ function install(callBack) {
|
|
|
106
107
|
callBack("DATAVIEWEXPBAR_DEFAULT", DataViewExpBar);
|
|
107
108
|
callBack("TREEEXPBAR_DEFAULT", TreeExpBar);
|
|
108
109
|
callBack("CHARTEXPBAR_DEFAULT", ChartExpBar);
|
|
110
|
+
callBack("SEARCHFORM_DEFAULT", SearchForm);
|
|
109
111
|
}
|
|
110
112
|
|
|
111
113
|
export { install };
|
|
@@ -0,0 +1,137 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
5
|
+
"use strict";
|
|
6
|
+
var SearchForm = {
|
|
7
|
+
"layoutMode": "FLEX",
|
|
8
|
+
"layout": {
|
|
9
|
+
"layout": "FLEX"
|
|
10
|
+
},
|
|
11
|
+
"rootPanelItems": [
|
|
12
|
+
{
|
|
13
|
+
"panelItems": [
|
|
14
|
+
{
|
|
15
|
+
"panelItems": [
|
|
16
|
+
{
|
|
17
|
+
"caption": "\u641C\u7D22\u8868\u5355",
|
|
18
|
+
"itemStyle": "DEFAULT",
|
|
19
|
+
"itemType": "CTRLPOS",
|
|
20
|
+
"layoutPos": {
|
|
21
|
+
"shrink": 1,
|
|
22
|
+
"layout": "FLEX"
|
|
23
|
+
},
|
|
24
|
+
"showCaption": true,
|
|
25
|
+
"id": "searchform"
|
|
26
|
+
}
|
|
27
|
+
],
|
|
28
|
+
"layout": {
|
|
29
|
+
"layout": "FLEX"
|
|
30
|
+
},
|
|
31
|
+
"dataRegionType": "INHERIT",
|
|
32
|
+
"caption": "\u5BB9\u5668",
|
|
33
|
+
"itemStyle": "DEFAULT",
|
|
34
|
+
"itemType": "CONTAINER",
|
|
35
|
+
"layoutPos": {
|
|
36
|
+
"grow": 1,
|
|
37
|
+
"shrink": 1,
|
|
38
|
+
"layout": "FLEX"
|
|
39
|
+
},
|
|
40
|
+
"id": "control_searchform"
|
|
41
|
+
},
|
|
42
|
+
{
|
|
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
|
+
"panelItems": [
|
|
94
|
+
{
|
|
95
|
+
"rawItem": {
|
|
96
|
+
"contentType": "PLACEHOLDER",
|
|
97
|
+
"predefinedType": "SEARCHFORM_BUTTONS",
|
|
98
|
+
"id": "searchform_buttons"
|
|
99
|
+
},
|
|
100
|
+
"caption": "\u56FE\u7247",
|
|
101
|
+
"itemStyle": "DEFAULT",
|
|
102
|
+
"itemType": "RAWITEM",
|
|
103
|
+
"layoutPos": {
|
|
104
|
+
"shrink": 1,
|
|
105
|
+
"layout": "FLEX"
|
|
106
|
+
},
|
|
107
|
+
"showCaption": true,
|
|
108
|
+
"id": "searchform_buttons"
|
|
109
|
+
}
|
|
110
|
+
],
|
|
111
|
+
"layout": {
|
|
112
|
+
"dir": "row-reverse",
|
|
113
|
+
"layout": "FLEX"
|
|
114
|
+
},
|
|
115
|
+
"dataRegionType": "INHERIT",
|
|
116
|
+
"caption": "\u5BB9\u5668",
|
|
117
|
+
"itemStyle": "DEFAULT",
|
|
118
|
+
"itemType": "CONTAINER",
|
|
119
|
+
"layoutPos": {
|
|
120
|
+
"grow": 0,
|
|
121
|
+
"shrink": 0,
|
|
122
|
+
"layout": "FLEX"
|
|
123
|
+
},
|
|
124
|
+
"id": "control_buttons_bottom"
|
|
125
|
+
}
|
|
126
|
+
],
|
|
127
|
+
"layoutPanel": true,
|
|
128
|
+
"codeName": "SearchFormLayout",
|
|
129
|
+
"controlType": "VIEWLAYOUTPANEL",
|
|
130
|
+
"logicName": "\u90E8\u4EF6-\u641C\u7D22\u8868\u5355\u5E03\u5C40\u9762\u677F",
|
|
131
|
+
"appDataEntityId": "frontmodel.controllayoutmodelrepository",
|
|
132
|
+
"controlParam": {},
|
|
133
|
+
"name": "layoutpanel",
|
|
134
|
+
"id": "searchformlayout"
|
|
135
|
+
};
|
|
136
|
+
|
|
137
|
+
exports.default = SearchForm;
|
package/lib/publish/index.cjs
CHANGED
|
@@ -48,6 +48,7 @@ var controlLayoutModelRepositoryListExpBarLayout = require('./control-layout/con
|
|
|
48
48
|
var controlLayoutModelRepositoryDataViewExpBarLayout = require('./control-layout/control-layout-model-repository-data-view-exp-bar-layout.cjs');
|
|
49
49
|
var controlLayoutModelRepositoryTreeExpBarLayout = require('./control-layout/control-layout-model-repository-tree-exp-bar-layout.cjs');
|
|
50
50
|
var controlLayoutModelRepositoryChartExpBarLayout = require('./control-layout/control-layout-model-repository-chart-exp-bar-layout.cjs');
|
|
51
|
+
var controlLayoutModelRepositorySearchFormLayout = require('./control-layout/control-layout-model-repository-search-form-layout.cjs');
|
|
51
52
|
|
|
52
53
|
"use strict";
|
|
53
54
|
function install(callBack) {
|
|
@@ -108,6 +109,7 @@ function install(callBack) {
|
|
|
108
109
|
callBack("DATAVIEWEXPBAR_DEFAULT", controlLayoutModelRepositoryDataViewExpBarLayout.default);
|
|
109
110
|
callBack("TREEEXPBAR_DEFAULT", controlLayoutModelRepositoryTreeExpBarLayout.default);
|
|
110
111
|
callBack("CHARTEXPBAR_DEFAULT", controlLayoutModelRepositoryChartExpBarLayout.default);
|
|
112
|
+
callBack("SEARCHFORM_DEFAULT", controlLayoutModelRepositorySearchFormLayout.default);
|
|
111
113
|
}
|
|
112
114
|
|
|
113
115
|
exports.install = install;
|