vxe-pc-ui 3.14.35 → 3.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.
Files changed (41) hide show
  1. package/es/layout-aside/src/layout-aside.js +9 -1
  2. package/es/layout-aside/style.css +3 -1
  3. package/es/layout-aside/style.min.css +1 -1
  4. package/es/style.css +1 -1
  5. package/es/style.min.css +1 -1
  6. package/es/ui/index.js +1 -1
  7. package/es/ui/src/log.js +1 -1
  8. package/es/vxe-layout-aside/style.css +3 -1
  9. package/es/vxe-layout-aside/style.min.css +1 -1
  10. package/lib/index.umd.js +11 -3
  11. package/lib/index.umd.min.js +1 -1
  12. package/lib/layout-aside/src/layout-aside.js +8 -1
  13. package/lib/layout-aside/src/layout-aside.min.js +1 -1
  14. package/lib/layout-aside/style/style.css +3 -1
  15. package/lib/layout-aside/style/style.min.css +1 -1
  16. package/lib/style.css +1 -1
  17. package/lib/style.min.css +1 -1
  18. package/lib/ui/index.js +1 -1
  19. package/lib/ui/index.min.js +1 -1
  20. package/lib/ui/src/log.js +1 -1
  21. package/lib/ui/src/log.min.js +1 -1
  22. package/lib/vxe-layout-aside/style/style.css +3 -1
  23. package/lib/vxe-layout-aside/style/style.min.css +1 -1
  24. package/package.json +1 -1
  25. package/packages/layout-aside/src/layout-aside.ts +9 -0
  26. package/styles/components/layout-aside.scss +3 -1
  27. package/types/components/gantt.d.ts +7 -0
  28. package/types/components/layout-aside.d.ts +7 -0
  29. package/types/components/table.d.ts +9 -2
  30. /package/es/icon/{iconfont.1781140808314.ttf → iconfont.1781322540629.ttf} +0 -0
  31. /package/es/icon/{iconfont.1781140808314.woff → iconfont.1781322540629.woff} +0 -0
  32. /package/es/icon/{iconfont.1781140808314.woff2 → iconfont.1781322540629.woff2} +0 -0
  33. /package/es/{iconfont.1781140808314.ttf → iconfont.1781322540629.ttf} +0 -0
  34. /package/es/{iconfont.1781140808314.woff → iconfont.1781322540629.woff} +0 -0
  35. /package/es/{iconfont.1781140808314.woff2 → iconfont.1781322540629.woff2} +0 -0
  36. /package/lib/icon/style/{iconfont.1781140808314.ttf → iconfont.1781322540629.ttf} +0 -0
  37. /package/lib/icon/style/{iconfont.1781140808314.woff → iconfont.1781322540629.woff} +0 -0
  38. /package/lib/icon/style/{iconfont.1781140808314.woff2 → iconfont.1781322540629.woff2} +0 -0
  39. /package/lib/{iconfont.1781140808314.ttf → iconfont.1781322540629.ttf} +0 -0
  40. /package/lib/{iconfont.1781140808314.woff → iconfont.1781322540629.woff} +0 -0
  41. /package/lib/{iconfont.1781140808314.woff2 → iconfont.1781322540629.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.35";
4
+ export const version = "3.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
@@ -1,4 +1,4 @@
1
1
  import { log } from '@vxe-ui/core';
2
- const version = `ui v${"3.14.35"}`;
2
+ const version = `ui v${"3.14.37"}`;
3
3
  export const warnLog = log.create('warn', version);
4
4
  export const errLog = log.create('error', version);
@@ -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;overflow:hidden}.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}
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.35");
13217
+ var log_version = "ui v".concat("3.14.37");
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.35";
13225
+ var ui_version = "3.14.37";
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
  } : {}