jodit 3.7.1 → 3.7.2

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/build/jodit.css CHANGED
@@ -1,14 +1,14 @@
1
1
  /*!
2
2
  * jodit - Jodit is awesome and usefully wysiwyg editor with filebrowser
3
3
  * Author: Chupurnov <chupurnov@gmail.com> (https://xdsoft.net/)
4
- * Version: v3.7.1
4
+ * Version: v3.7.2
5
5
  * Url: https://xdsoft.net/jodit/
6
6
  * License(s): MIT
7
7
  */
8
8
  /*!
9
9
  * jodit - Jodit is awesome and usefully wysiwyg editor with filebrowser
10
10
  * Author: Chupurnov <chupurnov@gmail.com> (https://xdsoft.net/)
11
- * Version: v3.7.1
11
+ * Version: v3.7.2
12
12
  * Url: https://xdsoft.net/jodit/
13
13
  * License(s): MIT
14
14
  */
@@ -1,7 +1,7 @@
1
1
  /*!
2
2
  * jodit - Jodit is awesome and usefully wysiwyg editor with filebrowser
3
3
  * Author: Chupurnov <chupurnov@gmail.com> (https://xdsoft.net/)
4
- * Version: v3.7.1
4
+ * Version: v3.7.2
5
5
  * Url: https://xdsoft.net/jodit/
6
6
  * License(s): MIT
7
7
  */
@@ -1,7 +1,7 @@
1
1
  /*!
2
2
  * jodit - Jodit is awesome and usefully wysiwyg editor with filebrowser
3
3
  * Author: Chupurnov <chupurnov@gmail.com> (https://xdsoft.net/)
4
- * Version: v3.7.1
4
+ * Version: v3.7.2
5
5
  * Url: https://xdsoft.net/jodit/
6
6
  * License(s): MIT
7
7
  */
@@ -1,7 +1,7 @@
1
1
  /*!
2
2
  * jodit - Jodit is awesome and usefully wysiwyg editor with filebrowser
3
3
  * Author: Chupurnov <chupurnov@gmail.com> (https://xdsoft.net/)
4
- * Version: v3.7.1
4
+ * Version: v3.7.2
5
5
  * Url: https://xdsoft.net/jodit/
6
6
  * License(s): MIT
7
7
  */
@@ -9096,7 +9096,7 @@ class View extends component/* Component */.wA {
9096
9096
  this.isView = true;
9097
9097
  this.mods = {};
9098
9098
  this.components = new Set();
9099
- this.version = "3.7.1";
9099
+ this.version = "3.7.2";
9100
9100
  this.async = new Async();
9101
9101
  this.buffer = Storage.makeStorage();
9102
9102
  this.storage = Storage.makeStorage(true, this.componentName);
@@ -9194,10 +9194,10 @@ class View extends component/* Component */.wA {
9194
9194
  return this.__isFullSize;
9195
9195
  }
9196
9196
  getVersion() {
9197
- return "3.7.1";
9197
+ return "3.7.2";
9198
9198
  }
9199
9199
  static getVersion() {
9200
- return "3.7.1";
9200
+ return "3.7.2";
9201
9201
  }
9202
9202
  initOptions(options) {
9203
9203
  this.options = (0,helpers.ConfigProto)(options || {}, (0,helpers.ConfigProto)(this.options || {}, View.defaultOptions));