@ibiz-template/web-theme 1.0.22 → 1.0.23
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 +11 -0
- package/dist/index.min.css +1 -1
- package/dist/index.system.min.js +1 -1
- package/dist/index.system.min.js.map +1 -1
- package/es/publish/app-login-view.d.ts +123 -59
- package/es/publish/app-login-view.mjs +146 -70
- package/es/publish/index.mjs +2 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-dem-edit-view-9-layout.d.ts +204 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-dem-edit-view-9-layout.mjs +253 -0
- package/es/theme/generic/element-plus.css +1 -1
- package/es/theme/generic/index.css +1 -1
- package/es/theme/index.css +1 -1
- package/es/theme/theme/dark/dark-theme.css +1 -1
- package/es/theme/theme/default/default-theme.css +1 -1
- package/es/theme/theme/default-dark/default-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/theme/omni-oa/omni-oa-theme.css +1 -1
- package/lib/publish/app-login-view.cjs +146 -70
- package/lib/publish/index.cjs +2 -0
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-dem-edit-view-9-layout.cjs +257 -0
- package/lib/theme/generic/element-plus.css +1 -1
- package/lib/theme/generic/index.css +1 -1
- package/lib/theme/index.css +1 -1
- package/lib/theme/theme/dark/dark-theme.css +1 -1
- package/lib/theme/theme/default/default-theme.css +1 -1
- package/lib/theme/theme/default-dark/default-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/theme/omni-oa/omni-oa-theme.css +1 -1
- package/package.json +1 -1
|
@@ -6,50 +6,29 @@ declare const _default: {
|
|
|
6
6
|
rootPanelItems: {
|
|
7
7
|
panelItems: {
|
|
8
8
|
panelItems: ({
|
|
9
|
-
panelItems:
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
viewFieldName: string;
|
|
18
|
-
allowEmpty: boolean;
|
|
19
|
-
caption: string;
|
|
20
|
-
itemStyle: string;
|
|
21
|
-
itemType: string;
|
|
22
|
-
layoutPos: {
|
|
23
|
-
shrink: number;
|
|
24
|
-
layout: string;
|
|
25
|
-
spacingBottom: string;
|
|
26
|
-
};
|
|
27
|
-
id: string;
|
|
28
|
-
} | {
|
|
29
|
-
editor: {
|
|
30
|
-
editorType: string;
|
|
9
|
+
panelItems: {
|
|
10
|
+
rawItem: {
|
|
11
|
+
caption: string;
|
|
12
|
+
halign: string;
|
|
13
|
+
renderMode: string;
|
|
14
|
+
valign: string;
|
|
15
|
+
wrapMode: string;
|
|
16
|
+
contentType: string;
|
|
31
17
|
predefinedType: string;
|
|
32
|
-
valueType: string;
|
|
33
|
-
editable: boolean;
|
|
34
18
|
id: string;
|
|
35
19
|
};
|
|
36
|
-
viewFieldName: string;
|
|
37
|
-
allowEmpty: boolean;
|
|
38
20
|
caption: string;
|
|
39
21
|
itemStyle: string;
|
|
40
22
|
itemType: string;
|
|
41
23
|
layoutPos: {
|
|
42
24
|
shrink: number;
|
|
43
25
|
layout: string;
|
|
44
|
-
spacingBottom?: undefined;
|
|
45
26
|
};
|
|
27
|
+
showCaption: boolean;
|
|
46
28
|
id: string;
|
|
47
|
-
}
|
|
29
|
+
}[];
|
|
48
30
|
layout: {
|
|
49
31
|
layout: string;
|
|
50
|
-
align?: undefined;
|
|
51
|
-
dir?: undefined;
|
|
52
|
-
valign?: undefined;
|
|
53
32
|
};
|
|
54
33
|
dataRegionType: string;
|
|
55
34
|
caption: string;
|
|
@@ -58,46 +37,138 @@ declare const _default: {
|
|
|
58
37
|
layoutPos: {
|
|
59
38
|
shrink: number;
|
|
60
39
|
layout: string;
|
|
61
|
-
height?: undefined;
|
|
62
|
-
heightMode?: undefined;
|
|
63
40
|
};
|
|
64
41
|
id: string;
|
|
65
|
-
contentHeight?: undefined;
|
|
66
|
-
height?: undefined;
|
|
67
42
|
} | {
|
|
68
|
-
panelItems: {
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
43
|
+
panelItems: ({
|
|
44
|
+
layout: {
|
|
45
|
+
layout: string;
|
|
46
|
+
align?: undefined;
|
|
47
|
+
dir?: undefined;
|
|
48
|
+
valign?: undefined;
|
|
49
|
+
};
|
|
50
|
+
dataRegionType: string;
|
|
75
51
|
caption: string;
|
|
76
52
|
itemStyle: string;
|
|
77
53
|
itemType: string;
|
|
78
54
|
layoutPos: {
|
|
79
55
|
shrink: number;
|
|
80
56
|
layout: string;
|
|
57
|
+
height?: undefined;
|
|
58
|
+
heightMode?: undefined;
|
|
81
59
|
};
|
|
82
|
-
showCaption: boolean;
|
|
83
60
|
id: string;
|
|
84
|
-
|
|
61
|
+
panelItems?: undefined;
|
|
62
|
+
contentHeight?: undefined;
|
|
63
|
+
height?: undefined;
|
|
64
|
+
} | {
|
|
65
|
+
panelItems: ({
|
|
66
|
+
editor: {
|
|
67
|
+
editorType: string;
|
|
68
|
+
predefinedType: string;
|
|
69
|
+
valueType: string;
|
|
70
|
+
editable: boolean;
|
|
71
|
+
id: string;
|
|
72
|
+
};
|
|
73
|
+
viewFieldName: string;
|
|
74
|
+
allowEmpty: boolean;
|
|
75
|
+
caption: string;
|
|
76
|
+
itemStyle: string;
|
|
77
|
+
itemType: string;
|
|
78
|
+
layoutPos: {
|
|
79
|
+
shrink: number;
|
|
80
|
+
layout: string;
|
|
81
|
+
spacingBottom: string;
|
|
82
|
+
};
|
|
83
|
+
id: string;
|
|
84
|
+
predefinedType?: undefined;
|
|
85
|
+
layout?: undefined;
|
|
86
|
+
dataRegionType?: undefined;
|
|
87
|
+
} | {
|
|
88
|
+
predefinedType: string;
|
|
89
|
+
layout: {
|
|
90
|
+
layout: string;
|
|
91
|
+
};
|
|
92
|
+
dataRegionType: string;
|
|
93
|
+
caption: string;
|
|
94
|
+
itemStyle: string;
|
|
95
|
+
itemType: string;
|
|
96
|
+
layoutPos: {
|
|
97
|
+
shrink: number;
|
|
98
|
+
layout: string;
|
|
99
|
+
spacingBottom?: undefined;
|
|
100
|
+
};
|
|
101
|
+
id: string;
|
|
102
|
+
editor?: undefined;
|
|
103
|
+
viewFieldName?: undefined;
|
|
104
|
+
allowEmpty?: undefined;
|
|
105
|
+
})[];
|
|
106
|
+
layout: {
|
|
107
|
+
layout: string;
|
|
108
|
+
align?: undefined;
|
|
109
|
+
dir?: undefined;
|
|
110
|
+
valign?: undefined;
|
|
111
|
+
};
|
|
112
|
+
dataRegionType: string;
|
|
113
|
+
caption: string;
|
|
114
|
+
itemStyle: string;
|
|
115
|
+
itemType: string;
|
|
116
|
+
layoutPos: {
|
|
117
|
+
shrink: number;
|
|
118
|
+
layout: string;
|
|
119
|
+
height?: undefined;
|
|
120
|
+
heightMode?: undefined;
|
|
121
|
+
};
|
|
122
|
+
id: string;
|
|
123
|
+
contentHeight?: undefined;
|
|
124
|
+
height?: undefined;
|
|
125
|
+
} | {
|
|
126
|
+
panelItems: {
|
|
127
|
+
actionType: string;
|
|
128
|
+
buttonStyle: string;
|
|
129
|
+
buttonType: string;
|
|
130
|
+
uiactionId: string;
|
|
131
|
+
renderMode: string;
|
|
132
|
+
tooltip: string;
|
|
133
|
+
caption: string;
|
|
134
|
+
itemStyle: string;
|
|
135
|
+
itemType: string;
|
|
136
|
+
layoutPos: {
|
|
137
|
+
shrink: number;
|
|
138
|
+
layout: string;
|
|
139
|
+
};
|
|
140
|
+
showCaption: boolean;
|
|
141
|
+
id: string;
|
|
142
|
+
}[];
|
|
143
|
+
layout: {
|
|
144
|
+
align: string;
|
|
145
|
+
dir: string;
|
|
146
|
+
layout: string;
|
|
147
|
+
valign: string;
|
|
148
|
+
};
|
|
149
|
+
dataRegionType: string;
|
|
150
|
+
caption: string;
|
|
151
|
+
contentHeight: number;
|
|
152
|
+
height: number;
|
|
153
|
+
itemStyle: string;
|
|
154
|
+
itemType: string;
|
|
155
|
+
layoutPos: {
|
|
156
|
+
shrink: number;
|
|
157
|
+
height: number;
|
|
158
|
+
heightMode: string;
|
|
159
|
+
layout: string;
|
|
160
|
+
};
|
|
161
|
+
id: string;
|
|
162
|
+
})[];
|
|
85
163
|
layout: {
|
|
86
|
-
align: string;
|
|
87
|
-
dir: string;
|
|
88
164
|
layout: string;
|
|
89
|
-
valign: string;
|
|
90
165
|
};
|
|
91
166
|
dataRegionType: string;
|
|
92
167
|
caption: string;
|
|
93
|
-
contentHeight: number;
|
|
94
|
-
height: number;
|
|
95
168
|
itemStyle: string;
|
|
96
169
|
itemType: string;
|
|
97
170
|
layoutPos: {
|
|
98
171
|
shrink: number;
|
|
99
|
-
height: number;
|
|
100
|
-
heightMode: string;
|
|
101
172
|
layout: string;
|
|
102
173
|
};
|
|
103
174
|
id: string;
|
|
@@ -107,22 +178,15 @@ declare const _default: {
|
|
|
107
178
|
};
|
|
108
179
|
dataRegionType: string;
|
|
109
180
|
caption: string;
|
|
110
|
-
contentHeight: number;
|
|
111
|
-
contentWidth: number;
|
|
112
|
-
height: number;
|
|
113
181
|
itemStyle: string;
|
|
114
182
|
itemType: string;
|
|
115
183
|
layoutPos: {
|
|
116
184
|
shrink: number;
|
|
117
|
-
height: number;
|
|
118
|
-
heightMode: string;
|
|
119
185
|
layout: string;
|
|
120
|
-
width: number;
|
|
121
|
-
widthMode: string;
|
|
122
186
|
};
|
|
123
|
-
width: number;
|
|
124
187
|
id: string;
|
|
125
188
|
}[];
|
|
189
|
+
predefinedType: string;
|
|
126
190
|
layout: {
|
|
127
191
|
align: string;
|
|
128
192
|
layout: string;
|
|
@@ -12,43 +12,25 @@ var AppLoginView = {
|
|
|
12
12
|
{
|
|
13
13
|
"panelItems": [
|
|
14
14
|
{
|
|
15
|
-
"
|
|
16
|
-
"
|
|
17
|
-
"
|
|
18
|
-
"
|
|
19
|
-
"
|
|
20
|
-
"
|
|
15
|
+
"rawItem": {
|
|
16
|
+
"caption": "\u5E94\u7528\u767B\u5F55\u89C6\u56FE",
|
|
17
|
+
"halign": "LEFT",
|
|
18
|
+
"renderMode": "TEXT",
|
|
19
|
+
"valign": "MIDDLE",
|
|
20
|
+
"wrapMode": "NOWRAP",
|
|
21
|
+
"contentType": "RAW",
|
|
22
|
+
"predefinedType": "STATIC_TEXT",
|
|
23
|
+
"id": "static_text"
|
|
21
24
|
},
|
|
22
|
-
"
|
|
23
|
-
"allowEmpty": true,
|
|
24
|
-
"caption": "\u7528\u6237\u540D",
|
|
25
|
+
"caption": "\u6587\u672C",
|
|
25
26
|
"itemStyle": "DEFAULT",
|
|
26
|
-
"itemType": "
|
|
27
|
-
"layoutPos": {
|
|
28
|
-
"shrink": 1,
|
|
29
|
-
"layout": "FLEX",
|
|
30
|
-
"spacingBottom": "INNERLARGE"
|
|
31
|
-
},
|
|
32
|
-
"id": "auth_userid"
|
|
33
|
-
},
|
|
34
|
-
{
|
|
35
|
-
"editor": {
|
|
36
|
-
"editorType": "PASSWORD",
|
|
37
|
-
"predefinedType": "AUTH_PASSWORD",
|
|
38
|
-
"valueType": "SIMPLE",
|
|
39
|
-
"editable": true,
|
|
40
|
-
"id": "auth_password"
|
|
41
|
-
},
|
|
42
|
-
"viewFieldName": "password",
|
|
43
|
-
"allowEmpty": true,
|
|
44
|
-
"caption": "\u5BC6\u7801",
|
|
45
|
-
"itemStyle": "DEFAULT",
|
|
46
|
-
"itemType": "FIELD",
|
|
27
|
+
"itemType": "RAWITEM",
|
|
47
28
|
"layoutPos": {
|
|
48
29
|
"shrink": 1,
|
|
49
30
|
"layout": "FLEX"
|
|
50
31
|
},
|
|
51
|
-
"
|
|
32
|
+
"showCaption": true,
|
|
33
|
+
"id": "static_text"
|
|
52
34
|
}
|
|
53
35
|
],
|
|
54
36
|
"layout": {
|
|
@@ -62,64 +44,165 @@ var AppLoginView = {
|
|
|
62
44
|
"shrink": 1,
|
|
63
45
|
"layout": "FLEX"
|
|
64
46
|
},
|
|
65
|
-
"id": "
|
|
47
|
+
"id": "container4"
|
|
66
48
|
},
|
|
67
49
|
{
|
|
68
50
|
"panelItems": [
|
|
69
51
|
{
|
|
70
|
-
"
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
"
|
|
74
|
-
"
|
|
75
|
-
"tooltip": "\u767B\u9646",
|
|
76
|
-
"caption": "\u767B\u9646",
|
|
52
|
+
"layout": {
|
|
53
|
+
"layout": "FLEX"
|
|
54
|
+
},
|
|
55
|
+
"dataRegionType": "INHERIT",
|
|
56
|
+
"caption": "\u5934\u50CF",
|
|
77
57
|
"itemStyle": "DEFAULT",
|
|
78
|
-
"itemType": "
|
|
58
|
+
"itemType": "CONTAINER",
|
|
79
59
|
"layoutPos": {
|
|
80
60
|
"shrink": 1,
|
|
81
61
|
"layout": "FLEX"
|
|
82
62
|
},
|
|
83
|
-
"
|
|
84
|
-
|
|
63
|
+
"id": "container6"
|
|
64
|
+
},
|
|
65
|
+
{
|
|
66
|
+
"panelItems": [
|
|
67
|
+
{
|
|
68
|
+
"editor": {
|
|
69
|
+
"editorType": "TEXTBOX",
|
|
70
|
+
"predefinedType": "AUTH_USERID",
|
|
71
|
+
"valueType": "SIMPLE",
|
|
72
|
+
"editable": true,
|
|
73
|
+
"id": "auth_userid"
|
|
74
|
+
},
|
|
75
|
+
"viewFieldName": "username",
|
|
76
|
+
"allowEmpty": true,
|
|
77
|
+
"caption": "\u7528\u6237\u540D",
|
|
78
|
+
"itemStyle": "DEFAULT",
|
|
79
|
+
"itemType": "FIELD",
|
|
80
|
+
"layoutPos": {
|
|
81
|
+
"shrink": 1,
|
|
82
|
+
"layout": "FLEX",
|
|
83
|
+
"spacingBottom": "INNERLARGE"
|
|
84
|
+
},
|
|
85
|
+
"id": "auth_userid"
|
|
86
|
+
},
|
|
87
|
+
{
|
|
88
|
+
"editor": {
|
|
89
|
+
"editorType": "PASSWORD",
|
|
90
|
+
"predefinedType": "AUTH_PASSWORD",
|
|
91
|
+
"valueType": "SIMPLE",
|
|
92
|
+
"editable": true,
|
|
93
|
+
"id": "auth_password"
|
|
94
|
+
},
|
|
95
|
+
"viewFieldName": "password",
|
|
96
|
+
"allowEmpty": true,
|
|
97
|
+
"caption": "\u5BC6\u7801",
|
|
98
|
+
"itemStyle": "DEFAULT",
|
|
99
|
+
"itemType": "FIELD",
|
|
100
|
+
"layoutPos": {
|
|
101
|
+
"shrink": 1,
|
|
102
|
+
"layout": "FLEX",
|
|
103
|
+
"spacingBottom": "INNERLARGE"
|
|
104
|
+
},
|
|
105
|
+
"id": "auth_password"
|
|
106
|
+
},
|
|
107
|
+
{
|
|
108
|
+
"predefinedType": "REMEMBER_ME",
|
|
109
|
+
"layout": {
|
|
110
|
+
"layout": "FLEX"
|
|
111
|
+
},
|
|
112
|
+
"dataRegionType": "INHERIT",
|
|
113
|
+
"caption": "\u8BB0\u4F4F\u6211",
|
|
114
|
+
"itemStyle": "DEFAULT",
|
|
115
|
+
"itemType": "CONTAINER",
|
|
116
|
+
"layoutPos": {
|
|
117
|
+
"shrink": 1,
|
|
118
|
+
"layout": "FLEX"
|
|
119
|
+
},
|
|
120
|
+
"id": "container7"
|
|
121
|
+
}
|
|
122
|
+
],
|
|
123
|
+
"layout": {
|
|
124
|
+
"layout": "FLEX"
|
|
125
|
+
},
|
|
126
|
+
"dataRegionType": "INHERIT",
|
|
127
|
+
"caption": "\u5BB9\u5668",
|
|
128
|
+
"itemStyle": "DEFAULT",
|
|
129
|
+
"itemType": "CONTAINER",
|
|
130
|
+
"layoutPos": {
|
|
131
|
+
"shrink": 1,
|
|
132
|
+
"layout": "FLEX"
|
|
133
|
+
},
|
|
134
|
+
"id": "container2"
|
|
85
135
|
},
|
|
86
136
|
{
|
|
87
|
-
"
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
137
|
+
"panelItems": [
|
|
138
|
+
{
|
|
139
|
+
"actionType": "UIACTION",
|
|
140
|
+
"buttonStyle": "DEFAULT",
|
|
141
|
+
"buttonType": "PANELBUTTON",
|
|
142
|
+
"uiactionId": "login",
|
|
143
|
+
"renderMode": "BUTTON",
|
|
144
|
+
"tooltip": "\u767B\u5F55",
|
|
145
|
+
"caption": "\u767B\u5F55",
|
|
146
|
+
"itemStyle": "DEFAULT",
|
|
147
|
+
"itemType": "BUTTON",
|
|
148
|
+
"layoutPos": {
|
|
149
|
+
"shrink": 1,
|
|
150
|
+
"layout": "FLEX"
|
|
151
|
+
},
|
|
152
|
+
"showCaption": true,
|
|
153
|
+
"id": "auth_loginbutton"
|
|
154
|
+
},
|
|
155
|
+
{
|
|
156
|
+
"actionType": "UIACTION",
|
|
157
|
+
"buttonStyle": "DEFAULT",
|
|
158
|
+
"buttonType": "PANELBUTTON",
|
|
159
|
+
"uiactionId": "cancelchanges",
|
|
160
|
+
"renderMode": "BUTTON",
|
|
161
|
+
"tooltip": "\u91CD\u7F6E",
|
|
162
|
+
"caption": "\u91CD\u7F6E",
|
|
163
|
+
"itemStyle": "DEFAULT",
|
|
164
|
+
"itemType": "BUTTON",
|
|
165
|
+
"layoutPos": {
|
|
166
|
+
"shrink": 1,
|
|
167
|
+
"layout": "FLEX"
|
|
168
|
+
},
|
|
169
|
+
"showCaption": true,
|
|
170
|
+
"id": "auth_resetinput"
|
|
171
|
+
}
|
|
172
|
+
],
|
|
173
|
+
"layout": {
|
|
174
|
+
"align": "space-around",
|
|
175
|
+
"dir": "row",
|
|
176
|
+
"layout": "FLEX",
|
|
177
|
+
"valign": "center"
|
|
178
|
+
},
|
|
179
|
+
"dataRegionType": "INHERIT",
|
|
180
|
+
"caption": "\u5BB9\u5668",
|
|
181
|
+
"contentHeight": 80,
|
|
182
|
+
"height": 80,
|
|
94
183
|
"itemStyle": "DEFAULT",
|
|
95
|
-
"itemType": "
|
|
184
|
+
"itemType": "CONTAINER",
|
|
96
185
|
"layoutPos": {
|
|
97
186
|
"shrink": 1,
|
|
187
|
+
"height": 80,
|
|
188
|
+
"heightMode": "PX",
|
|
98
189
|
"layout": "FLEX"
|
|
99
190
|
},
|
|
100
|
-
"
|
|
101
|
-
"id": "auth_resetinput"
|
|
191
|
+
"id": "container3"
|
|
102
192
|
}
|
|
103
193
|
],
|
|
104
194
|
"layout": {
|
|
105
|
-
"
|
|
106
|
-
"dir": "row",
|
|
107
|
-
"layout": "FLEX",
|
|
108
|
-
"valign": "center"
|
|
195
|
+
"layout": "FLEX"
|
|
109
196
|
},
|
|
110
197
|
"dataRegionType": "INHERIT",
|
|
111
198
|
"caption": "\u5BB9\u5668",
|
|
112
|
-
"contentHeight": 100,
|
|
113
|
-
"height": 100,
|
|
114
199
|
"itemStyle": "DEFAULT",
|
|
115
200
|
"itemType": "CONTAINER",
|
|
116
201
|
"layoutPos": {
|
|
117
202
|
"shrink": 1,
|
|
118
|
-
"height": 100,
|
|
119
|
-
"heightMode": "PX",
|
|
120
203
|
"layout": "FLEX"
|
|
121
204
|
},
|
|
122
|
-
"id": "
|
|
205
|
+
"id": "container5"
|
|
123
206
|
}
|
|
124
207
|
],
|
|
125
208
|
"layout": {
|
|
@@ -127,23 +210,16 @@ var AppLoginView = {
|
|
|
127
210
|
},
|
|
128
211
|
"dataRegionType": "INHERIT",
|
|
129
212
|
"caption": "\u5BB9\u5668",
|
|
130
|
-
"contentHeight": 500,
|
|
131
|
-
"contentWidth": 500,
|
|
132
|
-
"height": 500,
|
|
133
213
|
"itemStyle": "DEFAULT",
|
|
134
214
|
"itemType": "CONTAINER",
|
|
135
215
|
"layoutPos": {
|
|
136
216
|
"shrink": 1,
|
|
137
|
-
"
|
|
138
|
-
"heightMode": "PX",
|
|
139
|
-
"layout": "FLEX",
|
|
140
|
-
"width": 500,
|
|
141
|
-
"widthMode": "PX"
|
|
217
|
+
"layout": "FLEX"
|
|
142
218
|
},
|
|
143
|
-
"width": 500,
|
|
144
219
|
"id": "container1"
|
|
145
220
|
}
|
|
146
221
|
],
|
|
222
|
+
"predefinedType": "APPLOGINVIEW",
|
|
147
223
|
"layout": {
|
|
148
224
|
"align": "center",
|
|
149
225
|
"layout": "FLEX",
|
package/es/publish/index.mjs
CHANGED
|
@@ -38,6 +38,7 @@ import DEPickupDataView from './view-layout-model-repository/view-layout-model-r
|
|
|
38
38
|
import DEIndexPickupDataView from './view-layout-model-repository/view-layout-model-repository-de-index-pickup-data-view-layout.mjs';
|
|
39
39
|
import DETreeGridExView from './view-layout-model-repository/view-layout-model-repository-de-tree-grid-ex-view-layout.mjs';
|
|
40
40
|
import DETreeGridView from './view-layout-model-repository/view-layout-model-repository-de-tree-grid-view-layout.mjs';
|
|
41
|
+
import DEMEditView9 from './view-layout-model-repository/view-layout-model-repository-dem-edit-view-9-layout.mjs';
|
|
41
42
|
import GridExpBar from './control-layout/control-layout-model-repository-grid-exp-bar-layout.mjs';
|
|
42
43
|
import ListExpBar from './control-layout/control-layout-model-repository-list-exp-bar-layout.mjs';
|
|
43
44
|
import DataViewExpBar from './control-layout/control-layout-model-repository-data-view-exp-bar-layout.mjs';
|
|
@@ -94,6 +95,7 @@ function install(callBack) {
|
|
|
94
95
|
callBack("DEINDEXPICKUPDATAVIEW_DEFAULT", DEIndexPickupDataView);
|
|
95
96
|
callBack("DETREEGRIDEXVIEW_DEFAULT", DETreeGridExView);
|
|
96
97
|
callBack("DETREEGRIDVIEW_DEFAULT", DETreeGridView);
|
|
98
|
+
callBack("DEMEDITVIEW9_DEFAULT", DEMEditView9);
|
|
97
99
|
callBack("GRIDEXPBAR_DEFAULT", GridExpBar);
|
|
98
100
|
callBack("LISTEXPBAR_DEFAULT", ListExpBar);
|
|
99
101
|
callBack("DATAVIEWEXPBAR_DEFAULT", DataViewExpBar);
|