@ibiz-template/web-theme 1.0.28 → 1.0.29
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 +8 -1
- 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-chart-exp-bar-layout.d.ts +3 -0
- package/es/publish/control-layout/control-layout-model-repository-chart-exp-bar-layout.mjs +2 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-tab-exp-view-layout.mjs +1 -1
- package/lib/publish/control-layout/control-layout-model-repository-chart-exp-bar-layout.cjs +2 -0
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-tab-exp-view-layout.cjs +1 -1
- package/package.json +1 -1
|
@@ -96,6 +96,7 @@ declare const _default: {
|
|
|
96
96
|
layoutPos: {
|
|
97
97
|
shrink: number;
|
|
98
98
|
layout: string;
|
|
99
|
+
grow?: undefined;
|
|
99
100
|
};
|
|
100
101
|
id: string;
|
|
101
102
|
} | {
|
|
@@ -104,6 +105,7 @@ declare const _default: {
|
|
|
104
105
|
itemStyle: string;
|
|
105
106
|
itemType: string;
|
|
106
107
|
layoutPos: {
|
|
108
|
+
grow: number;
|
|
107
109
|
shrink: number;
|
|
108
110
|
layout: string;
|
|
109
111
|
};
|
|
@@ -121,6 +123,7 @@ declare const _default: {
|
|
|
121
123
|
itemStyle: string;
|
|
122
124
|
itemType: string;
|
|
123
125
|
layoutPos: {
|
|
126
|
+
grow: number;
|
|
124
127
|
shrink: number;
|
|
125
128
|
layout: string;
|
|
126
129
|
};
|
|
@@ -145,6 +145,7 @@ var ChartExpBar = {
|
|
|
145
145
|
"itemStyle": "DEFAULT",
|
|
146
146
|
"itemType": "CTRLPOS",
|
|
147
147
|
"layoutPos": {
|
|
148
|
+
"grow": 1,
|
|
148
149
|
"shrink": 1,
|
|
149
150
|
"layout": "FLEX"
|
|
150
151
|
},
|
|
@@ -160,6 +161,7 @@ var ChartExpBar = {
|
|
|
160
161
|
"itemStyle": "DEFAULT",
|
|
161
162
|
"itemType": "CONTAINER",
|
|
162
163
|
"layoutPos": {
|
|
164
|
+
"grow": 1,
|
|
163
165
|
"shrink": 1,
|
|
164
166
|
"layout": "FLEX"
|
|
165
167
|
},
|
|
@@ -149,6 +149,7 @@ var ChartExpBar = {
|
|
|
149
149
|
"itemStyle": "DEFAULT",
|
|
150
150
|
"itemType": "CTRLPOS",
|
|
151
151
|
"layoutPos": {
|
|
152
|
+
"grow": 1,
|
|
152
153
|
"shrink": 1,
|
|
153
154
|
"layout": "FLEX"
|
|
154
155
|
},
|
|
@@ -164,6 +165,7 @@ var ChartExpBar = {
|
|
|
164
165
|
"itemStyle": "DEFAULT",
|
|
165
166
|
"itemType": "CONTAINER",
|
|
166
167
|
"layoutPos": {
|
|
168
|
+
"grow": 1,
|
|
167
169
|
"shrink": 1,
|
|
168
170
|
"layout": "FLEX"
|
|
169
171
|
},
|