vxe-pc-ui 3.14.34 → 3.14.36
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/es/layout-aside/src/layout-aside.js +9 -1
- 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 +11 -3
- package/lib/index.umd.min.js +1 -1
- package/lib/layout-aside/src/layout-aside.js +8 -1
- 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 +9 -0
- package/styles/components/layout-aside.scss +3 -1
- package/types/components/column.d.ts +2 -0
- package/types/components/grid.d.ts +6 -0
- package/types/components/layout-aside.d.ts +7 -0
- package/types/components/table.d.ts +12 -5
- /package/es/icon/{iconfont.1780986252009.ttf → iconfont.1781257686318.ttf} +0 -0
- /package/es/icon/{iconfont.1780986252009.woff → iconfont.1781257686318.woff} +0 -0
- /package/es/icon/{iconfont.1780986252009.woff2 → iconfont.1781257686318.woff2} +0 -0
- /package/es/{iconfont.1780986252009.ttf → iconfont.1781257686318.ttf} +0 -0
- /package/es/{iconfont.1780986252009.woff → iconfont.1781257686318.woff} +0 -0
- /package/es/{iconfont.1780986252009.woff2 → iconfont.1781257686318.woff2} +0 -0
- /package/lib/icon/style/{iconfont.1780986252009.ttf → iconfont.1781257686318.ttf} +0 -0
- /package/lib/icon/style/{iconfont.1780986252009.woff → iconfont.1781257686318.woff} +0 -0
- /package/lib/icon/style/{iconfont.1780986252009.woff2 → iconfont.1781257686318.woff2} +0 -0
- /package/lib/{iconfont.1780986252009.ttf → iconfont.1781257686318.ttf} +0 -0
- /package/lib/{iconfont.1780986252009.woff → iconfont.1781257686318.woff} +0 -0
- /package/lib/{iconfont.1780986252009.woff2 → iconfont.1781257686318.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 = "3.14.
|
|
4
|
+
export const version = "3.14.36";
|
|
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
|
@@ -13214,7 +13214,7 @@ function checkDynamic() {
|
|
|
13214
13214
|
}
|
|
13215
13215
|
;// ./packages/ui/src/log.ts
|
|
13216
13216
|
|
|
13217
|
-
var log_version = "ui v".concat("3.14.
|
|
13217
|
+
var log_version = "ui v".concat("3.14.36");
|
|
13218
13218
|
var warnLog = log.create('warn', log_version);
|
|
13219
13219
|
var errLog = log.create('error', log_version);
|
|
13220
13220
|
;// ./packages/ui/index.ts
|
|
@@ -13222,7 +13222,7 @@ var errLog = log.create('error', log_version);
|
|
|
13222
13222
|
|
|
13223
13223
|
|
|
13224
13224
|
|
|
13225
|
-
var ui_version = "3.14.
|
|
13225
|
+
var ui_version = "3.14.36";
|
|
13226
13226
|
VxeUI.uiVersion = ui_version;
|
|
13227
13227
|
VxeUI.dynamicApp = dynamicApp;
|
|
13228
13228
|
function config(options) {
|
|
@@ -41040,6 +41040,7 @@ var Input = VxeInput;
|
|
|
41040
41040
|
|
|
41041
41041
|
|
|
41042
41042
|
|
|
41043
|
+
|
|
41043
41044
|
/* harmony default export */ var layout_aside = (/* define-vxe-component start */defineVxeComponent({
|
|
41044
41045
|
name: 'VxeLayoutAside',
|
|
41045
41046
|
mixins: [globalMixins.sizeMixin],
|
|
@@ -41049,6 +41050,7 @@ var Input = VxeInput;
|
|
|
41049
41050
|
collapseWidth: [String, Number],
|
|
41050
41051
|
loading: Boolean,
|
|
41051
41052
|
padding: Boolean,
|
|
41053
|
+
collapseConfig: Object,
|
|
41052
41054
|
size: {
|
|
41053
41055
|
type: String,
|
|
41054
41056
|
default: function _default() {
|
|
@@ -41071,6 +41073,11 @@ var Input = VxeInput;
|
|
|
41071
41073
|
};
|
|
41072
41074
|
},
|
|
41073
41075
|
computed: _objectSpread2(_objectSpread2({}, {}), {}, {
|
|
41076
|
+
computeCollapseOpts: function computeCollapseOpts() {
|
|
41077
|
+
var $xeLayoutAside = this;
|
|
41078
|
+
var props = $xeLayoutAside;
|
|
41079
|
+
return Object.assign({}, getConfig().layoutAside.collapseConfig, props.collapseConfig);
|
|
41080
|
+
},
|
|
41074
41081
|
computeWrapperWidth: function computeWrapperWidth() {
|
|
41075
41082
|
var $xeLayoutAside = this;
|
|
41076
41083
|
var props = $xeLayoutAside;
|
|
@@ -41112,9 +41119,10 @@ var Input = VxeInput;
|
|
|
41112
41119
|
padding = props.padding;
|
|
41113
41120
|
var wrapperWidth = $xeLayoutAside.computeWrapperWidth;
|
|
41114
41121
|
var vSize = $xeLayoutAside.computeSize;
|
|
41122
|
+
var collapseOpts = $xeLayoutAside.computeCollapseOpts;
|
|
41115
41123
|
var defaultSlot = slots.default;
|
|
41116
41124
|
return h('aside', {
|
|
41117
|
-
class: ['vxe-layout-aside', _defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty({}, "size--".concat(vSize), vSize), 'is--padding', padding), 'is--default-width', !width), 'is--collapse', collapsed), 'is--loading', loading)],
|
|
41125
|
+
class: ['vxe-layout-aside', _defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty({}, "size--".concat(vSize), vSize), 'is--animat', collapseOpts.animation !== false), 'is--padding', padding), 'is--default-width', !width), 'is--collapse', collapsed), 'is--loading', loading)],
|
|
41118
41126
|
style: wrapperWidth ? {
|
|
41119
41127
|
width: wrapperWidth
|
|
41120
41128
|
} : {}
|