goodteditor-ui 1.0.81 → 1.0.82

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": "goodteditor-ui",
3
- "version": "1.0.81",
3
+ "version": "1.0.82",
4
4
  "main": "index.js",
5
5
  "homepage": "https://goodt-ui.netlify.app/",
6
6
  "scripts": {
@@ -374,6 +374,9 @@ export default {
374
374
  },
375
375
  options() {
376
376
  this.importModel(this.value);
377
+ },
378
+ popoverShow(isPopoverShown) {
379
+ this.$emit('options-toggle', isPopoverShown);
377
380
  }
378
381
  },
379
382
  methods: {