@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
|
@@ -87,7 +87,7 @@
|
|
|
87
87
|
@input="$emit('update:keywords', $event)"
|
|
88
88
|
medium
|
|
89
89
|
/>
|
|
90
|
-
<asd20-
|
|
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
|
|
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
|
-
|
|
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
|
-
|
|
348
|
-
|
|
349
|
-
|
|
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-
|
|
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
|
|
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
|
-
|
|
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
|
-
|
|
341
|
-
|
|
342
|
-
|
|
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 (
|