@ibiz-template/web-theme 1.1.23 → 1.1.24
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/app-index-view-layout-top.d.ts +12 -0
- package/es/publish/app-index-view-layout-top.mjs +4 -0
- package/es/publish/app-index-view-layout.d.ts +2 -0
- package/es/publish/app-index-view-layout.mjs +7 -5
- package/lib/publish/app-index-view-layout-top.cjs +4 -0
- package/lib/publish/app-index-view-layout.cjs +7 -5
- package/package.json +1 -1
- package/src/publish/app-index-view-layout-top.ts +4 -0
- package/src/publish/app-index-view-layout.ts +7 -5
|
@@ -92,19 +92,27 @@ declare const _default: {
|
|
|
92
92
|
layoutPos: {
|
|
93
93
|
shrink: number;
|
|
94
94
|
layout: string;
|
|
95
|
+
height?: undefined;
|
|
96
|
+
heightMode?: undefined;
|
|
95
97
|
};
|
|
96
98
|
showCaption: boolean;
|
|
97
99
|
id: string;
|
|
100
|
+
contentHeight?: undefined;
|
|
101
|
+
height?: undefined;
|
|
98
102
|
actionGroupExtractMode?: undefined;
|
|
99
103
|
panelItems?: undefined;
|
|
100
104
|
layout?: undefined;
|
|
101
105
|
dataRegionType?: undefined;
|
|
102
106
|
} | {
|
|
103
107
|
caption: string;
|
|
108
|
+
contentHeight: number;
|
|
109
|
+
height: number;
|
|
104
110
|
itemStyle: string;
|
|
105
111
|
itemType: string;
|
|
106
112
|
layoutPos: {
|
|
107
113
|
shrink: number;
|
|
114
|
+
height: number;
|
|
115
|
+
heightMode: string;
|
|
108
116
|
layout: string;
|
|
109
117
|
};
|
|
110
118
|
showCaption: boolean;
|
|
@@ -320,10 +328,14 @@ declare const _default: {
|
|
|
320
328
|
layoutPos: {
|
|
321
329
|
shrink: number;
|
|
322
330
|
layout: string;
|
|
331
|
+
height?: undefined;
|
|
332
|
+
heightMode?: undefined;
|
|
323
333
|
};
|
|
324
334
|
id: string;
|
|
325
335
|
rawItem?: undefined;
|
|
326
336
|
showCaption?: undefined;
|
|
337
|
+
contentHeight?: undefined;
|
|
338
|
+
height?: undefined;
|
|
327
339
|
})[];
|
|
328
340
|
predefinedType: string;
|
|
329
341
|
layout: {
|
|
@@ -104,10 +104,14 @@ var AppIndexViewLayout_TOP = {
|
|
|
104
104
|
},
|
|
105
105
|
{
|
|
106
106
|
"caption": "\u9996\u9875\u83DC\u5355",
|
|
107
|
+
"contentHeight": 56,
|
|
108
|
+
"height": 56,
|
|
107
109
|
"itemStyle": "DEFAULT",
|
|
108
110
|
"itemType": "CTRLPOS",
|
|
109
111
|
"layoutPos": {
|
|
110
112
|
"shrink": 1,
|
|
113
|
+
"height": 56,
|
|
114
|
+
"heightMode": "PX",
|
|
111
115
|
"layout": "FLEX"
|
|
112
116
|
},
|
|
113
117
|
"showCaption": true,
|
|
@@ -112,17 +112,17 @@ var AppIndexViewLayout = {
|
|
|
112
112
|
{
|
|
113
113
|
"rawItem": {
|
|
114
114
|
"predefinedType": "AUTH_USERINFO",
|
|
115
|
-
"rawItemHeight":
|
|
115
|
+
"rawItemHeight": 72,
|
|
116
116
|
"id": "auth_userinfo"
|
|
117
117
|
},
|
|
118
118
|
"caption": "\u7528\u6237\u4FE1\u606F",
|
|
119
|
-
"contentHeight":
|
|
120
|
-
"height":
|
|
119
|
+
"contentHeight": 72,
|
|
120
|
+
"height": 72,
|
|
121
121
|
"itemStyle": "DEFAULT",
|
|
122
122
|
"itemType": "RAWITEM",
|
|
123
123
|
"layoutPos": {
|
|
124
124
|
"shrink": 0,
|
|
125
|
-
"height":
|
|
125
|
+
"height": 72,
|
|
126
126
|
"heightMode": "PX",
|
|
127
127
|
"layout": "FLEX",
|
|
128
128
|
"widthMode": "FULL"
|
|
@@ -149,7 +149,9 @@ var AppIndexViewLayout = {
|
|
|
149
149
|
"itemType": "RAWITEM",
|
|
150
150
|
"layoutPos": {
|
|
151
151
|
"shrink": 1,
|
|
152
|
-
"
|
|
152
|
+
"heightMode": "FULL",
|
|
153
|
+
"layout": "FLEX",
|
|
154
|
+
"widthMode": "FULL"
|
|
153
155
|
},
|
|
154
156
|
"showCaption": true,
|
|
155
157
|
"id": "index_view_search"
|
|
@@ -108,10 +108,14 @@ var AppIndexViewLayout_TOP = {
|
|
|
108
108
|
},
|
|
109
109
|
{
|
|
110
110
|
"caption": "\u9996\u9875\u83DC\u5355",
|
|
111
|
+
"contentHeight": 56,
|
|
112
|
+
"height": 56,
|
|
111
113
|
"itemStyle": "DEFAULT",
|
|
112
114
|
"itemType": "CTRLPOS",
|
|
113
115
|
"layoutPos": {
|
|
114
116
|
"shrink": 1,
|
|
117
|
+
"height": 56,
|
|
118
|
+
"heightMode": "PX",
|
|
115
119
|
"layout": "FLEX"
|
|
116
120
|
},
|
|
117
121
|
"showCaption": true,
|
|
@@ -116,17 +116,17 @@ var AppIndexViewLayout = {
|
|
|
116
116
|
{
|
|
117
117
|
"rawItem": {
|
|
118
118
|
"predefinedType": "AUTH_USERINFO",
|
|
119
|
-
"rawItemHeight":
|
|
119
|
+
"rawItemHeight": 72,
|
|
120
120
|
"id": "auth_userinfo"
|
|
121
121
|
},
|
|
122
122
|
"caption": "\u7528\u6237\u4FE1\u606F",
|
|
123
|
-
"contentHeight":
|
|
124
|
-
"height":
|
|
123
|
+
"contentHeight": 72,
|
|
124
|
+
"height": 72,
|
|
125
125
|
"itemStyle": "DEFAULT",
|
|
126
126
|
"itemType": "RAWITEM",
|
|
127
127
|
"layoutPos": {
|
|
128
128
|
"shrink": 0,
|
|
129
|
-
"height":
|
|
129
|
+
"height": 72,
|
|
130
130
|
"heightMode": "PX",
|
|
131
131
|
"layout": "FLEX",
|
|
132
132
|
"widthMode": "FULL"
|
|
@@ -153,7 +153,9 @@ var AppIndexViewLayout = {
|
|
|
153
153
|
"itemType": "RAWITEM",
|
|
154
154
|
"layoutPos": {
|
|
155
155
|
"shrink": 1,
|
|
156
|
-
"
|
|
156
|
+
"heightMode": "FULL",
|
|
157
|
+
"layout": "FLEX",
|
|
158
|
+
"widthMode": "FULL"
|
|
157
159
|
},
|
|
158
160
|
"showCaption": true,
|
|
159
161
|
"id": "index_view_search"
|
package/package.json
CHANGED
|
@@ -103,10 +103,14 @@ export default {
|
|
|
103
103
|
},
|
|
104
104
|
{
|
|
105
105
|
"caption": "首页菜单",
|
|
106
|
+
"contentHeight": 56,
|
|
107
|
+
"height": 56,
|
|
106
108
|
"itemStyle": "DEFAULT",
|
|
107
109
|
"itemType": "CTRLPOS",
|
|
108
110
|
"layoutPos": {
|
|
109
111
|
"shrink": 1,
|
|
112
|
+
"height": 56,
|
|
113
|
+
"heightMode": "PX",
|
|
110
114
|
"layout": "FLEX"
|
|
111
115
|
},
|
|
112
116
|
"showCaption": true,
|
|
@@ -111,17 +111,17 @@ export default {
|
|
|
111
111
|
{
|
|
112
112
|
"rawItem": {
|
|
113
113
|
"predefinedType": "AUTH_USERINFO",
|
|
114
|
-
"rawItemHeight":
|
|
114
|
+
"rawItemHeight": 72,
|
|
115
115
|
"id": "auth_userinfo"
|
|
116
116
|
},
|
|
117
117
|
"caption": "用户信息",
|
|
118
|
-
"contentHeight":
|
|
119
|
-
"height":
|
|
118
|
+
"contentHeight": 72,
|
|
119
|
+
"height": 72,
|
|
120
120
|
"itemStyle": "DEFAULT",
|
|
121
121
|
"itemType": "RAWITEM",
|
|
122
122
|
"layoutPos": {
|
|
123
123
|
"shrink": 0,
|
|
124
|
-
"height":
|
|
124
|
+
"height": 72,
|
|
125
125
|
"heightMode": "PX",
|
|
126
126
|
"layout": "FLEX",
|
|
127
127
|
"widthMode": "FULL"
|
|
@@ -148,7 +148,9 @@ export default {
|
|
|
148
148
|
"itemType": "RAWITEM",
|
|
149
149
|
"layoutPos": {
|
|
150
150
|
"shrink": 1,
|
|
151
|
-
"
|
|
151
|
+
"heightMode": "FULL",
|
|
152
|
+
"layout": "FLEX",
|
|
153
|
+
"widthMode": "FULL"
|
|
152
154
|
},
|
|
153
155
|
"showCaption": true,
|
|
154
156
|
"id": "index_view_search"
|