@asd20/ui 3.2.492 → 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.492",
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",
@@ -343,13 +343,13 @@ export default {
343
343
  // return this.categoryOptions
344
344
  // },
345
345
  },
346
- // watch: {
347
- // selectedCategories: function(newVal, oldVal) {
348
- // if (newVal !== oldVal) {
349
- // this.reset()
350
- // }
351
- // },
352
- // },
346
+ watch: {
347
+ selectedCategories: function(newVal, oldVal) {
348
+ if (newVal !== oldVal) {
349
+ this.reset()
350
+ }
351
+ },
352
+ },
353
353
  methods: {
354
354
  nextSet() {
355
355
  if (
@@ -336,13 +336,13 @@ export default {
336
336
  ]
337
337
  },
338
338
  },
339
- // watch: {
340
- // selectedCategories: function(newVal, oldVal) {
341
- // if (newVal !== oldVal) {
342
- // this.reset()
343
- // }
344
- // },
345
- // },
339
+ watch: {
340
+ selectedCategories: function(newVal, oldVal) {
341
+ if (newVal !== oldVal) {
342
+ this.reset()
343
+ }
344
+ },
345
+ },
346
346
  methods: {
347
347
  nextSet() {
348
348
  if (
@@ -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() {