@eturnity/eturnity_reusable_components 7.6.1-EPDM-9777.4 → 7.6.1-EPDM-9777.5
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
@@ -69,10 +69,9 @@
|
|
69
69
|
// import ThreeDots from "@eturnity/eturnity_reusable_components/src/components/threeDots"
|
70
70
|
// To use:
|
71
71
|
// <three-dots
|
72
|
-
// :isLoading="true"
|
73
72
|
// :options="listOptions"
|
74
|
-
// @on-click="onClick($event)"
|
75
73
|
// @on-select="onSelect($event)"
|
74
|
+
// :isLoading="true"
|
76
75
|
// />
|
77
76
|
// options to pass:
|
78
77
|
// listOptions: [
|
@@ -372,9 +371,6 @@ export default {
|
|
372
371
|
},
|
373
372
|
onSelect({ item, hasChildren }) {
|
374
373
|
if (hasChildren || item.disabled) {
|
375
|
-
if (item.disabled) {
|
376
|
-
this.$emit('on-click', item)
|
377
|
-
}
|
378
374
|
return
|
379
375
|
}
|
380
376
|
this.$emit('on-select', item)
|