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 +2 -2
- package/build/jodit.es2018.css +1 -1
- package/build/jodit.es2018.en.css +1 -1
- package/build/jodit.es2018.en.js +4 -4
- package/build/jodit.es2018.en.min.js +2 -2
- package/build/jodit.es2018.js +4 -4
- package/build/jodit.es2018.min.js +2 -2
- package/build/jodit.js +4 -4
- package/build/jodit.min.css +1 -1
- package/build/jodit.min.js +2 -2
- package/package.json +1 -1
- package/src/core/helpers/utils/utils.ts +1 -1
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.
|
|
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.
|
|
11
|
+
* Version: v3.7.2
|
|
12
12
|
* Url: https://xdsoft.net/jodit/
|
|
13
13
|
* License(s): MIT
|
|
14
14
|
*/
|
package/build/jodit.es2018.css
CHANGED
package/build/jodit.es2018.en.js
CHANGED
|
@@ -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.
|
|
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.
|
|
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.
|
|
9197
|
+
return "3.7.2";
|
|
9198
9198
|
}
|
|
9199
9199
|
static getVersion() {
|
|
9200
|
-
return "3.7.
|
|
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));
|