goodteditor-ui 1.0.47 → 1.0.49

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.47",
3
+ "version": "1.0.49",
4
4
  "main": "index.js",
5
5
  "homepage": "https://goodt-ui.netlify.app/",
6
6
  "scripts": {
@@ -36,7 +36,7 @@
36
36
  "babel-eslint": "^10.1.0",
37
37
  "eslint": "^6.7.2",
38
38
  "eslint-plugin-vue": "^6.2.2",
39
- "goodt-framework-css": "^1.1.1",
39
+ "goodt-framework-css": "^2.0.0",
40
40
  "less": "^3.13.1",
41
41
  "less-loader": "^5.0.0",
42
42
  "netlify-cli": "^5.0.1",
@@ -196,6 +196,8 @@ export default {
196
196
  },
197
197
  onUpdate: () => {
198
198
  this.onInput();
199
+ },
200
+ onBlur: () => {
199
201
  this.onChange();
200
202
  },
201
203
  onSelectionUpdate: this.onSelectionUpdateDebounced