jodit 4.14.3 → 4.14.4
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/CHANGELOG.md +7 -0
- package/es2015/jodit.css +1 -1
- package/es2015/jodit.fat.min.js +13 -13
- package/es2015/jodit.js +225 -229
- package/es2015/jodit.min.js +13 -13
- package/es2015/plugins/debug/debug.css +1 -1
- package/es2015/plugins/debug/debug.js +2 -2
- package/es2015/plugins/debug/debug.min.js +2 -2
- package/es2015/plugins/speech-recognize/speech-recognize.css +1 -1
- package/es2015/plugins/speech-recognize/speech-recognize.js +50 -50
- package/es2015/plugins/speech-recognize/speech-recognize.min.js +2 -2
- package/es2018/jodit.fat.min.js +13 -13
- package/es2018/jodit.min.js +13 -13
- package/es2018/plugins/debug/debug.min.js +2 -2
- package/es2018/plugins/speech-recognize/speech-recognize.min.js +2 -2
- package/es2021/jodit.css +1 -1
- package/es2021/jodit.fat.min.js +14 -14
- package/es2021/jodit.js +225 -229
- package/es2021/jodit.min.js +14 -14
- package/es2021/plugins/debug/debug.css +1 -1
- package/es2021/plugins/debug/debug.js +2 -2
- package/es2021/plugins/debug/debug.min.js +2 -2
- package/es2021/plugins/speech-recognize/speech-recognize.css +1 -1
- package/es2021/plugins/speech-recognize/speech-recognize.js +50 -50
- package/es2021/plugins/speech-recognize/speech-recognize.min.js +2 -2
- package/es2021.en/jodit.css +1 -1
- package/es2021.en/jodit.fat.min.js +13 -13
- package/es2021.en/jodit.js +64 -47
- package/es2021.en/jodit.min.js +13 -13
- package/es2021.en/plugins/debug/debug.css +1 -1
- package/es2021.en/plugins/debug/debug.js +2 -2
- package/es2021.en/plugins/debug/debug.min.js +2 -2
- package/es2021.en/plugins/speech-recognize/speech-recognize.css +1 -1
- package/es2021.en/plugins/speech-recognize/speech-recognize.js +2 -2
- package/es2021.en/plugins/speech-recognize/speech-recognize.min.js +2 -2
- package/es5/jodit.css +2 -2
- package/es5/jodit.fat.min.js +2 -2
- package/es5/jodit.js +216 -230
- package/es5/jodit.min.css +2 -2
- package/es5/jodit.min.js +2 -2
- package/es5/plugins/debug/debug.css +1 -1
- package/es5/plugins/debug/debug.js +2 -2
- package/es5/plugins/debug/debug.min.js +2 -2
- package/es5/plugins/speech-recognize/speech-recognize.css +1 -1
- package/es5/plugins/speech-recognize/speech-recognize.js +50 -50
- package/es5/plugins/speech-recognize/speech-recognize.min.js +2 -2
- package/es5/polyfills.fat.min.js +2 -2
- package/es5/polyfills.js +32 -57
- package/es5/polyfills.min.js +2 -2
- package/esm/core/constants.js +1 -1
- package/package.json +1 -1
package/es2021.en/jodit.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* jodit - Jodit is an awesome and useful wysiwyg editor with filebrowser
|
|
3
3
|
* Author: Chupurnov <chupurnov@gmail.com> (https://xdsoft.net/jodit/)
|
|
4
|
-
* Version: v4.14.
|
|
4
|
+
* Version: v4.14.4
|
|
5
5
|
* Url: https://xdsoft.net/jodit/
|
|
6
6
|
* License(s): MIT
|
|
7
7
|
*/
|
|
@@ -1779,7 +1779,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
1779
1779
|
* ```
|
|
1780
1780
|
* @packageDocumentation
|
|
1781
1781
|
* @module constants
|
|
1782
|
-
*/ const APP_VERSION = "4.14.
|
|
1782
|
+
*/ const APP_VERSION = "4.14.4";
|
|
1783
1783
|
// prettier-ignore
|
|
1784
1784
|
const ES = "es2021";
|
|
1785
1785
|
const IS_ES_MODERN = true;
|
|
@@ -26747,13 +26747,13 @@ jodit_config__WEBPACK_IMPORTED_MODULE_1__.Config.prototype.controls['ai-assistan
|
|
|
26747
26747
|
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
26748
26748
|
|
|
26749
26749
|
"use strict";
|
|
26750
|
+
var _en_js__WEBPACK_IMPORTED_MODULE_0___namespace_cache;
|
|
26750
26751
|
__webpack_require__.r(__webpack_exports__);
|
|
26751
26752
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
26752
|
-
/* harmony export */ en: function() { return /* reexport
|
|
26753
|
+
/* harmony export */ en: function() { return /* reexport fake namespace object from non-harmony */ _en_js__WEBPACK_IMPORTED_MODULE_0___namespace_cache || (_en_js__WEBPACK_IMPORTED_MODULE_0___namespace_cache = __webpack_require__.t(_en_js__WEBPACK_IMPORTED_MODULE_0__, 2)); },
|
|
26753
26754
|
/* harmony export */ es: function() { return /* reexport module object */ _es_js__WEBPACK_IMPORTED_MODULE_1__; }
|
|
26754
26755
|
/* harmony export */ });
|
|
26755
26756
|
/* harmony import */ var _en_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(17918);
|
|
26756
|
-
/* harmony import */ var _en_js__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_en_js__WEBPACK_IMPORTED_MODULE_0__);
|
|
26757
26757
|
/* harmony import */ var _es_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(41324);
|
|
26758
26758
|
/* harmony import */ var _es_js__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_es_js__WEBPACK_IMPORTED_MODULE_1__);
|
|
26759
26759
|
/*!
|
|
@@ -44555,7 +44555,7 @@ function __rewriteRelativeImportExtension(path, preserveJsx) {
|
|
|
44555
44555
|
/******/ var priority = deferred[i][2];
|
|
44556
44556
|
/******/ var fulfilled = true;
|
|
44557
44557
|
/******/ for (var j = 0; j < chunkIds.length; j++) {
|
|
44558
|
-
/******/ if ((priority & 1 === 0 || notFulfilled >= priority) && Object.keys(__webpack_require__.O).every(function(key) { return __webpack_require__.O[key](chunkIds[j]); })) {
|
|
44558
|
+
/******/ if (((priority & 1) === 0 || notFulfilled >= priority) && Object.keys(__webpack_require__.O).every(function(key) { return __webpack_require__.O[key](chunkIds[j]); })) {
|
|
44559
44559
|
/******/ chunkIds.splice(j--, 1);
|
|
44560
44560
|
/******/ } else {
|
|
44561
44561
|
/******/ fulfilled = false;
|
|
@@ -44573,59 +44573,76 @@ function __rewriteRelativeImportExtension(path, preserveJsx) {
|
|
|
44573
44573
|
/******/ }();
|
|
44574
44574
|
/******/
|
|
44575
44575
|
/******/ /* webpack/runtime/compat get default export */
|
|
44576
|
+
/******/ // getDefaultExport function for compatibility with non-harmony modules
|
|
44577
|
+
/******/ __webpack_require__.n = function(module) {
|
|
44578
|
+
/******/ var getter = module && module.__esModule ?
|
|
44579
|
+
/******/ function() { return module['default']; } :
|
|
44580
|
+
/******/ function() { return module; };
|
|
44581
|
+
/******/ __webpack_require__.d(getter, { a: getter });
|
|
44582
|
+
/******/ return getter;
|
|
44583
|
+
/******/ };
|
|
44584
|
+
/******/
|
|
44585
|
+
/******/ /* webpack/runtime/create fake namespace object */
|
|
44576
44586
|
/******/ !function() {
|
|
44577
|
-
/******/
|
|
44578
|
-
/******/
|
|
44579
|
-
/******/
|
|
44580
|
-
/******/
|
|
44581
|
-
/******/
|
|
44582
|
-
/******/
|
|
44583
|
-
/******/
|
|
44587
|
+
/******/ var getProto = Object.getPrototypeOf;
|
|
44588
|
+
/******/ var leafPrototypes;
|
|
44589
|
+
/******/ // create a fake namespace object
|
|
44590
|
+
/******/ // mode & 1: value is a module id, require it
|
|
44591
|
+
/******/ // mode & 2: merge all properties of value into the ns
|
|
44592
|
+
/******/ // mode & 4: return value when already ns object
|
|
44593
|
+
/******/ // mode & 16: return value when it's Promise-like
|
|
44594
|
+
/******/ // mode & 8|1: behave like require
|
|
44595
|
+
/******/ __webpack_require__.t = function(value, mode) {
|
|
44596
|
+
/******/ if(mode & 1) value = this(value);
|
|
44597
|
+
/******/ if(mode & 8) return value;
|
|
44598
|
+
/******/ if(typeof value === 'object' && value) {
|
|
44599
|
+
/******/ if((mode & 4) && value.__esModule) return value;
|
|
44600
|
+
/******/ if((mode & 16) && typeof value.then === 'function') return value;
|
|
44601
|
+
/******/ }
|
|
44602
|
+
/******/ var ns = Object.create(null);
|
|
44603
|
+
/******/ __webpack_require__.r(ns);
|
|
44604
|
+
/******/ var def = {};
|
|
44605
|
+
/******/ leafPrototypes = leafPrototypes || [null, getProto({}), getProto([]), getProto(getProto)];
|
|
44606
|
+
/******/ for(var current = mode & 2 && value; (typeof current == 'object' || typeof current == 'function') && !~leafPrototypes.indexOf(current); current = getProto(current)) {
|
|
44607
|
+
/******/ Object.getOwnPropertyNames(current).forEach(function(key) { def[key] = function() { return value[key]; }; });
|
|
44608
|
+
/******/ }
|
|
44609
|
+
/******/ def['default'] = function() { return value; };
|
|
44610
|
+
/******/ __webpack_require__.d(ns, def);
|
|
44611
|
+
/******/ return ns;
|
|
44584
44612
|
/******/ };
|
|
44585
44613
|
/******/ }();
|
|
44586
44614
|
/******/
|
|
44587
44615
|
/******/ /* webpack/runtime/define property getters */
|
|
44588
|
-
/******/
|
|
44589
|
-
/******/
|
|
44590
|
-
/******/
|
|
44591
|
-
/******/
|
|
44592
|
-
/******/
|
|
44593
|
-
/******/
|
|
44594
|
-
/******/
|
|
44595
|
-
/******/
|
|
44596
|
-
/******/
|
|
44597
|
-
/******/
|
|
44598
|
-
/******/
|
|
44599
|
-
/******/
|
|
44600
|
-
/******/
|
|
44601
|
-
/******/
|
|
44602
|
-
/******/ } else if(binding === 0) { i++; }
|
|
44603
|
-
/******/ }
|
|
44604
|
-
/******/ } else {
|
|
44605
|
-
/******/ for(var key in definition) {
|
|
44606
|
-
/******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
|
|
44607
|
-
/******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
|
|
44608
|
-
/******/ }
|
|
44616
|
+
/******/ // define getter/value functions for harmony exports
|
|
44617
|
+
/******/ __webpack_require__.d = function(exports, definition) {
|
|
44618
|
+
/******/ if(Array.isArray(definition)) {
|
|
44619
|
+
/******/ var i = 0;
|
|
44620
|
+
/******/ while(i < definition.length) {
|
|
44621
|
+
/******/ var key = definition[i++];
|
|
44622
|
+
/******/ var binding = definition[i++];
|
|
44623
|
+
/******/ var descriptor = binding === 0 ? { enumerable: true, value: definition[i++] } : { enumerable: true, get: binding };
|
|
44624
|
+
/******/ if(!__webpack_require__.o(exports, key)) Object.defineProperty(exports, key, descriptor);
|
|
44625
|
+
/******/ }
|
|
44626
|
+
/******/ } else {
|
|
44627
|
+
/******/ for(var key in definition) {
|
|
44628
|
+
/******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
|
|
44629
|
+
/******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
|
|
44609
44630
|
/******/ }
|
|
44610
44631
|
/******/ }
|
|
44611
|
-
/******/ }
|
|
44612
|
-
/******/ }
|
|
44632
|
+
/******/ }
|
|
44633
|
+
/******/ };
|
|
44613
44634
|
/******/
|
|
44614
44635
|
/******/ /* webpack/runtime/hasOwnProperty shorthand */
|
|
44615
|
-
/******/
|
|
44616
|
-
/******/ __webpack_require__.o = function(obj, prop) { return Object.prototype.hasOwnProperty.call(obj, prop); }
|
|
44617
|
-
/******/ }();
|
|
44636
|
+
/******/ __webpack_require__.o = function(obj, prop) { return Object.prototype.hasOwnProperty.call(obj, prop); };
|
|
44618
44637
|
/******/
|
|
44619
44638
|
/******/ /* webpack/runtime/make namespace object */
|
|
44620
|
-
/******/
|
|
44621
|
-
/******/
|
|
44622
|
-
/******/
|
|
44623
|
-
/******/
|
|
44624
|
-
/******/
|
|
44625
|
-
/******/
|
|
44626
|
-
/******/
|
|
44627
|
-
/******/ };
|
|
44628
|
-
/******/ }();
|
|
44639
|
+
/******/ // define __esModule on exports
|
|
44640
|
+
/******/ __webpack_require__.r = function(exports) {
|
|
44641
|
+
/******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
|
|
44642
|
+
/******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
44643
|
+
/******/ }
|
|
44644
|
+
/******/ Object.defineProperty(exports, '__esModule', { value: true });
|
|
44645
|
+
/******/ };
|
|
44629
44646
|
/******/
|
|
44630
44647
|
/******/ /* webpack/runtime/jsonp chunk loading */
|
|
44631
44648
|
/******/ !function() {
|