adtec-core-package 0.2.2 → 0.2.3

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": "adtec-core-package",
3
- "version": "0.2.2",
3
+ "version": "0.2.3",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "scripts": {
@@ -14,6 +14,7 @@ import ElIconSearch from '../components/Search/ElIconSearch.vue'
14
14
  import ElTableColumnEdit from '../components/Table/ElTableColumnEdit.vue'
15
15
  import vKeydown from '../directives/vKeydown'
16
16
  import ElAutoToolTip from '../components/autoToolTip/ElAutoToolTip.vue'
17
+ import userSelect from '../components/business/userSelect.vue'
17
18
  //@ts-ignore
18
19
  export const globalMixin = {
19
20
  components: {
@@ -25,7 +26,7 @@ export const globalMixin = {
25
26
  ElIconBtn,
26
27
  ElIconSearch,
27
28
  ElTableColumnEdit,
28
- ElAutoToolTip,
29
+ ElAutoToolTip,userSelect
29
30
  },
30
31
  directives: {
31
32
  keydown: vKeydown,