sone-ui-component-3.2.4 2.1.30 → 2.1.32

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sone-ui-component-3.2.4",
3
- "version": "2.1.30",
3
+ "version": "2.1.32",
4
4
  "private": false,
5
5
  "main": "lib/sone-ui.common.js",
6
6
  "files": [
@@ -10,7 +10,7 @@
10
10
  </div>
11
11
  <div class="table-menu-right" v-if="showMenuRight">
12
12
  <slot name="menuRight"></slot>
13
- <el-dropdown trigger="click" :hide-on-click="false" v-if="showColumnHandleBtn">
13
+ <el-dropdown v-if="showColumnHandleBtn">
14
14
  <IconButton
15
15
  :iconfont="false"
16
16
  :tooltipDisabled="tooltipDisabled"
@@ -237,7 +237,7 @@
237
237
 
238
238
  <script>
239
239
  import { deepClone } from 'sone-ui-component/src/utils/util'
240
- import ColumnTransfer from './columnTransfer.vue'
240
+ import ColumnTransfer from './columnTransferNew.vue'
241
241
  import IconButton from "sone-ui-component/packages/IconButton/index.vue";
242
242
  export default {
243
243
  name: "SoneNormalTable",
package/src/index.js CHANGED
@@ -57,7 +57,7 @@ if (typeof window !== 'undefined' && window.Vue) {
57
57
  }
58
58
 
59
59
  export default {
60
- version: '2.1.30',
60
+ version: '2.1.32',
61
61
  locale: locale.use,
62
62
  i18n: locale.i18n,
63
63
  install,