@eturnity/eturnity_reusable_components 6.43.9-qa-16-11.6.0 → 6.43.9-qa-16-11.6.1

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eturnity/eturnity_reusable_components",
3
- "version": "6.43.9-qa-16-11.06.0",
3
+ "version": "6.43.9-qa-16-11.06.1",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "dev": "vue-cli-service serve",
@@ -506,7 +506,7 @@ export default {
506
506
  methods: {
507
507
  toggleOpen(event) {
508
508
  if (
509
- this.isDisabled ||
509
+ this.disabled ||
510
510
  (event &&
511
511
  !(event.target === this.$el) &&
512
512
  !this.$el.contains(event.target))