@asd20/ui 3.2.490 → 3.2.492

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
@@ -5,7 +5,7 @@
5
5
  "*.scss",
6
6
  "*.vue"
7
7
  ],
8
- "version": "3.2.490",
8
+ "version": "3.2.492",
9
9
  "private": false,
10
10
  "license": "MIT",
11
11
  "repository": {
@@ -13,7 +13,7 @@
13
13
  ref="multiselect"
14
14
  :value="value"
15
15
  :options="computedItems"
16
- :taggable="true"
16
+ :taggable="taggable"
17
17
  v-bind="$attrs"
18
18
  multiple
19
19
  :track-by="itemValue"
@@ -87,7 +87,7 @@
87
87
  @input="$emit('update:keywords', $event)"
88
88
  medium
89
89
  />
90
- <asd20-multi-select-input
90
+ <asd20-multiselect-input
91
91
  label="Categories"
92
92
  :taggable="false"
93
93
  :value="selectedCategories"
@@ -262,7 +262,7 @@ import Asd20QuicklinksMenu from '../../../components/organisms/Asd20QuicklinksMe
262
262
  import Asd20NotificationGroup from '@asd20/notifications-ui/src/components/Asd20NotificationGroup'
263
263
 
264
264
  import Asd20SearchField from '../../../components/molecules/Asd20SearchField'
265
- import Asd20MultiSelectInput from '../../../components/atoms/Asd20MultiselectInput'
265
+ import Asd20MultiselectInput from '../../../components/atoms/Asd20MultiselectInput'
266
266
  import Asd20Card from '../../../components/molecules/Asd20Card'
267
267
  import Asd20Button from '../../../components/atoms/Asd20Button'
268
268
 
@@ -288,7 +288,7 @@ export default {
288
288
  Asd20NotificationGroup,
289
289
  Asd20QuicklinksMenu,
290
290
  Asd20SearchField,
291
- Asd20MultiSelectInput,
291
+ Asd20MultiselectInput,
292
292
  Asd20Card,
293
293
  Asd20Button,
294
294
  Intersect,
@@ -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 (
@@ -86,7 +86,7 @@
86
86
  @input="$emit('update:keywords', $event)"
87
87
  medium
88
88
  />
89
- <asd20-multi-select-input
89
+ <asd20-multiselect-input
90
90
  label="Categories"
91
91
  :taggable="false"
92
92
  :value="selectedCategories"
@@ -268,7 +268,7 @@ import Asd20QuicklinksMenu from '../../../components/organisms/Asd20QuicklinksMe
268
268
  import Asd20NotificationGroup from '@asd20/notifications-ui/src/components/Asd20NotificationGroup'
269
269
 
270
270
  import Asd20SearchField from '../../../components/molecules/Asd20SearchField'
271
- import Asd20MultiSelectInput from '../../../components/atoms/Asd20MultiselectInput'
271
+ import Asd20MultiselectInput from '../../../components/atoms/Asd20MultiselectInput'
272
272
  import Asd20Card from '../../../components/molecules/Asd20Card'
273
273
  import Asd20Button from '../../../components/atoms/Asd20Button'
274
274
 
@@ -294,7 +294,7 @@ export default {
294
294
  Asd20NotificationGroup,
295
295
  Asd20QuicklinksMenu,
296
296
  Asd20SearchField,
297
- Asd20MultiSelectInput,
297
+ Asd20MultiselectInput,
298
298
  Asd20Card,
299
299
  Asd20Button,
300
300
  Intersect,
@@ -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 (