vxe-pc-ui 4.14.35 → 4.14.37
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/all.esm.js +8 -2
- package/dist/style.css +1 -1
- package/dist/style.min.css +1 -1
- package/es/layout-aside/src/layout-aside.js +6 -0
- package/es/layout-aside/style.css +3 -1
- package/es/layout-aside/style.min.css +1 -1
- package/es/style.css +1 -1
- package/es/style.min.css +1 -1
- package/es/ui/index.js +1 -1
- package/es/ui/src/log.js +1 -1
- package/es/vxe-layout-aside/style.css +3 -1
- package/es/vxe-layout-aside/style.min.css +1 -1
- package/lib/index.umd.js +8 -2
- package/lib/index.umd.min.js +1 -1
- package/lib/layout-aside/src/layout-aside.js +6 -0
- package/lib/layout-aside/src/layout-aside.min.js +1 -1
- package/lib/layout-aside/style/style.css +3 -1
- package/lib/layout-aside/style/style.min.css +1 -1
- package/lib/style.css +1 -1
- package/lib/style.min.css +1 -1
- package/lib/ui/index.js +1 -1
- package/lib/ui/index.min.js +1 -1
- package/lib/ui/src/log.js +1 -1
- package/lib/ui/src/log.min.js +1 -1
- package/lib/vxe-layout-aside/style/style.css +3 -1
- package/lib/vxe-layout-aside/style/style.min.css +1 -1
- package/package.json +1 -1
- package/packages/layout-aside/src/layout-aside.ts +7 -0
- package/styles/components/layout-aside.scss +3 -1
- package/types/components/gantt.d.ts +7 -0
- package/types/components/layout-aside.d.ts +7 -0
- package/types/components/table.d.ts +9 -2
- /package/es/icon/{iconfont.1781140815698.ttf → iconfont.1781322556500.ttf} +0 -0
- /package/es/icon/{iconfont.1781140815698.woff → iconfont.1781322556500.woff} +0 -0
- /package/es/icon/{iconfont.1781140815698.woff2 → iconfont.1781322556500.woff2} +0 -0
- /package/es/{iconfont.1781140815698.ttf → iconfont.1781322556500.ttf} +0 -0
- /package/es/{iconfont.1781140815698.woff → iconfont.1781322556500.woff} +0 -0
- /package/es/{iconfont.1781140815698.woff2 → iconfont.1781322556500.woff2} +0 -0
- /package/lib/icon/style/{iconfont.1781140815698.ttf → iconfont.1781322556500.ttf} +0 -0
- /package/lib/icon/style/{iconfont.1781140815698.woff → iconfont.1781322556500.woff} +0 -0
- /package/lib/icon/style/{iconfont.1781140815698.woff2 → iconfont.1781322556500.woff2} +0 -0
- /package/lib/{iconfont.1781140815698.ttf → iconfont.1781322556500.ttf} +0 -0
- /package/lib/{iconfont.1781140815698.woff → iconfont.1781322556500.woff} +0 -0
- /package/lib/{iconfont.1781140815698.woff2 → iconfont.1781322556500.woff2} +0 -0
package/es/ui/index.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { VxeUI, setConfig, setIcon } from '@vxe-ui/core';
|
|
2
2
|
import { dynamicApp } from '../dynamics';
|
|
3
3
|
import { warnLog } from './src/log';
|
|
4
|
-
export const version = "4.14.
|
|
4
|
+
export const version = "4.14.37";
|
|
5
5
|
VxeUI.uiVersion = version;
|
|
6
6
|
VxeUI.dynamicApp = dynamicApp;
|
|
7
7
|
export function config(options) {
|
package/es/ui/src/log.js
CHANGED
|
@@ -3,9 +3,11 @@
|
|
|
3
3
|
display: flex;
|
|
4
4
|
flex-direction: column;
|
|
5
5
|
flex-shrink: 0;
|
|
6
|
-
transition: width 0.3s;
|
|
7
6
|
overflow: hidden;
|
|
8
7
|
}
|
|
8
|
+
.vxe-layout-aside.is--animat {
|
|
9
|
+
transition: width 0.3s;
|
|
10
|
+
}
|
|
9
11
|
.vxe-layout-aside.is--default-width {
|
|
10
12
|
width: var(--vxe-ui-layout-aside-default-width);
|
|
11
13
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
.vxe-layout-aside{position:relative;display:flex;flex-direction:column;flex-shrink:0;transition:width .3s
|
|
1
|
+
.vxe-layout-aside{position:relative;display:flex;flex-direction:column;flex-shrink:0;overflow:hidden}.vxe-layout-aside.is--animat{transition:width .3s}.vxe-layout-aside.is--default-width{width:var(--vxe-ui-layout-aside-default-width)}.vxe-layout-aside.is--collapse{width:var(--vxe-ui-layout-aside-collapse-width)}.vxe-layout-aside.is--padding{padding:var(--vxe-ui-layout-padding-default)}.vxe-layout-aside--inner{flex-grow:1;overflow-y:auto;overflow-x:hidden;outline:0}
|
package/lib/index.umd.js
CHANGED
|
@@ -4646,7 +4646,7 @@ function checkDynamic() {
|
|
|
4646
4646
|
}
|
|
4647
4647
|
;// ./packages/ui/src/log.ts
|
|
4648
4648
|
|
|
4649
|
-
const log_version = `ui v${"4.14.
|
|
4649
|
+
const log_version = `ui v${"4.14.37"}`;
|
|
4650
4650
|
const warnLog = log.create('warn', log_version);
|
|
4651
4651
|
const errLog = log.create('error', log_version);
|
|
4652
4652
|
;// ./packages/ui/index.ts
|
|
@@ -4654,7 +4654,7 @@ const errLog = log.create('error', log_version);
|
|
|
4654
4654
|
|
|
4655
4655
|
|
|
4656
4656
|
|
|
4657
|
-
const ui_version = "4.14.
|
|
4657
|
+
const ui_version = "4.14.37";
|
|
4658
4658
|
VxeUI.uiVersion = ui_version;
|
|
4659
4659
|
VxeUI.dynamicApp = dynamicApp;
|
|
4660
4660
|
function config(options) {
|
|
@@ -30133,6 +30133,7 @@ const Input = VxeInput;
|
|
|
30133
30133
|
collapseWidth: [String, Number],
|
|
30134
30134
|
loading: Boolean,
|
|
30135
30135
|
padding: Boolean,
|
|
30136
|
+
collapseConfig: Object,
|
|
30136
30137
|
size: {
|
|
30137
30138
|
type: String,
|
|
30138
30139
|
default: () => getConfig().layoutAside.size || getConfig().size
|
|
@@ -30153,6 +30154,9 @@ const Input = VxeInput;
|
|
|
30153
30154
|
const refMaps = {
|
|
30154
30155
|
refElem
|
|
30155
30156
|
};
|
|
30157
|
+
const computeCollapseOpts = (0,external_commonjs_vue_commonjs2_vue_root_Vue_.computed)(() => {
|
|
30158
|
+
return Object.assign({}, getConfig().layoutAside.collapseConfig, props.collapseConfig);
|
|
30159
|
+
});
|
|
30156
30160
|
const computeWrapperWidth = (0,external_commonjs_vue_commonjs2_vue_root_Vue_.computed)(() => {
|
|
30157
30161
|
const {
|
|
30158
30162
|
width,
|
|
@@ -30200,11 +30204,13 @@ const Input = VxeInput;
|
|
|
30200
30204
|
} = props;
|
|
30201
30205
|
const wrapperWidth = computeWrapperWidth.value;
|
|
30202
30206
|
const vSize = computeSize.value;
|
|
30207
|
+
const collapseOpts = computeCollapseOpts.value;
|
|
30203
30208
|
const defaultSlot = slots.default;
|
|
30204
30209
|
return (0,external_commonjs_vue_commonjs2_vue_root_Vue_.h)('aside', {
|
|
30205
30210
|
ref: refElem,
|
|
30206
30211
|
class: ['vxe-layout-aside', {
|
|
30207
30212
|
[`size--${vSize}`]: vSize,
|
|
30213
|
+
'is--animat': collapseOpts.animation !== false,
|
|
30208
30214
|
'is--padding': padding,
|
|
30209
30215
|
'is--default-width': !width,
|
|
30210
30216
|
'is--collapse': collapsed,
|