@asd20/ui 3.2.491 → 3.2.493

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-lock.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@asd20/ui",
3
- "version": "3.2.389",
3
+ "version": "3.2.492",
4
4
  "lockfileVersion": 1,
5
5
  "requires": true,
6
6
  "dependencies": {
package/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "*.scss",
6
6
  "*.vue"
7
7
  ],
8
- "version": "3.2.491",
8
+ "version": "3.2.493",
9
9
  "private": false,
10
10
  "license": "MIT",
11
11
  "repository": {
@@ -44,7 +44,7 @@
44
44
  "vue-intersect": "^1.1.6",
45
45
  "vue-lazyload": "^1.2.6",
46
46
  "vue-mq": "^1.0.1",
47
- "vue-multiselect": "^2.1.4",
47
+ "vue-multiselect": "2.1.6",
48
48
  "vue-observe-visibility": "^0.4.3",
49
49
  "vue-promised": "^1.0.0",
50
50
  "vue-recaptcha": "^1.2.0",
@@ -57,7 +57,7 @@ export default {
57
57
  classes[`${this.kebabComponentName}--expanded`] = this.expanded
58
58
  classes[`${this.kebabComponentName}--bordered`] = this.bordered
59
59
  classes[`${this.kebabComponentName}--reversed`] = this.reversed
60
-
60
+ classes[`${this.kebabComponentName}--taggable`] = this.taggable
61
61
  return classes
62
62
  },
63
63
  computedItems() {