jodit 4.2.38 → 4.2.39
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 +28 -0
- package/es2015/jodit.css +1 -1
- package/es2015/jodit.fat.min.js +2 -2
- package/es2015/jodit.js +28 -5
- package/es2015/jodit.min.js +2 -2
- package/es2015/plugins/debug/debug.js +1 -1
- package/es2015/plugins/debug/debug.min.js +1 -1
- package/es2015/plugins/speech-recognize/speech-recognize.css +1 -1
- package/es2015/plugins/speech-recognize/speech-recognize.js +1 -1
- package/es2015/plugins/speech-recognize/speech-recognize.min.js +1 -1
- package/es2018/jodit.css +1 -1
- package/es2018/jodit.fat.min.js +2 -2
- package/es2018/jodit.js +28 -5
- package/es2018/jodit.min.js +2 -2
- package/es2018/plugins/debug/debug.js +1 -1
- package/es2018/plugins/debug/debug.min.js +1 -1
- package/es2018/plugins/speech-recognize/speech-recognize.css +1 -1
- package/es2018/plugins/speech-recognize/speech-recognize.js +1 -1
- package/es2018/plugins/speech-recognize/speech-recognize.min.js +1 -1
- package/es2021/jodit.css +1 -1
- package/es2021/jodit.fat.min.js +2 -2
- package/es2021/jodit.js +28 -5
- package/es2021/jodit.min.js +2 -2
- package/es2021/plugins/debug/debug.js +1 -1
- package/es2021/plugins/debug/debug.min.js +1 -1
- package/es2021/plugins/speech-recognize/speech-recognize.css +1 -1
- package/es2021/plugins/speech-recognize/speech-recognize.js +1 -1
- package/es2021/plugins/speech-recognize/speech-recognize.min.js +1 -1
- package/es2021.en/jodit.css +1 -1
- package/es2021.en/jodit.fat.min.js +2 -2
- package/es2021.en/jodit.js +28 -5
- package/es2021.en/jodit.min.js +2 -2
- package/es2021.en/plugins/debug/debug.js +1 -1
- package/es2021.en/plugins/debug/debug.min.js +1 -1
- package/es2021.en/plugins/speech-recognize/speech-recognize.css +1 -1
- package/es2021.en/plugins/speech-recognize/speech-recognize.js +1 -1
- package/es2021.en/plugins/speech-recognize/speech-recognize.min.js +1 -1
- package/es5/164.fat.min.js +2 -2
- package/es5/164.js +6 -6
- package/es5/164.min.js +2 -2
- package/es5/5.fat.min.js +1 -1
- package/es5/5.min.js +1 -1
- package/es5/jodit.css +2 -2
- package/es5/jodit.fat.min.js +2 -2
- package/es5/jodit.js +28 -5
- package/es5/jodit.min.css +2 -2
- package/es5/jodit.min.js +2 -2
- package/es5/plugins/debug/debug.js +1 -1
- package/es5/plugins/debug/debug.min.js +1 -1
- package/es5/plugins/speech-recognize/speech-recognize.css +1 -1
- package/es5/plugins/speech-recognize/speech-recognize.js +1 -1
- package/es5/plugins/speech-recognize/speech-recognize.min.js +1 -1
- package/esm/core/constants.js +1 -1
- package/package.json +1 -1
package/es5/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.2.
|
|
4
|
+
* Version: v4.2.39
|
|
5
5
|
* Url: https://xdsoft.net/jodit/
|
|
6
6
|
* License(s): MIT
|
|
7
7
|
*/
|
|
@@ -1838,7 +1838,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
1838
1838
|
* Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
1839
1839
|
*/
|
|
1840
1840
|
|
|
1841
|
-
var APP_VERSION = "4.2.
|
|
1841
|
+
var APP_VERSION = "4.2.39";
|
|
1842
1842
|
// prettier-ignore
|
|
1843
1843
|
var ES = "es5";
|
|
1844
1844
|
var IS_ES_MODERN = false;
|
|
@@ -45816,7 +45816,7 @@ module.exports = {assert(){}};;
|
|
|
45816
45816
|
/* harmony export */ sH: function() { return /* binding */ __awaiter; },
|
|
45817
45817
|
/* harmony export */ zs: function() { return /* binding */ __read; }
|
|
45818
45818
|
/* harmony export */ });
|
|
45819
|
-
/* unused harmony exports __rest, __param, __esDecorate, __runInitializers, __propKey, __setFunctionName, __metadata, __createBinding, __exportStar, __spread, __spreadArrays, __await, __asyncGenerator, __asyncDelegator, __asyncValues, __makeTemplateObject, __importStar, __importDefault, __classPrivateFieldGet, __classPrivateFieldSet, __classPrivateFieldIn, __addDisposableResource, __disposeResources */
|
|
45819
|
+
/* unused harmony exports __rest, __param, __esDecorate, __runInitializers, __propKey, __setFunctionName, __metadata, __createBinding, __exportStar, __spread, __spreadArrays, __await, __asyncGenerator, __asyncDelegator, __asyncValues, __makeTemplateObject, __importStar, __importDefault, __classPrivateFieldGet, __classPrivateFieldSet, __classPrivateFieldIn, __addDisposableResource, __disposeResources, __rewriteRelativeImportExtension */
|
|
45820
45820
|
/******************************************************************************
|
|
45821
45821
|
Copyright (c) Microsoft Corporation.
|
|
45822
45822
|
|
|
@@ -46082,10 +46082,19 @@ var __setModuleDefault = Object.create ? (function(o, v) {
|
|
|
46082
46082
|
o["default"] = v;
|
|
46083
46083
|
};
|
|
46084
46084
|
|
|
46085
|
+
var ownKeys = function(o) {
|
|
46086
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
46087
|
+
var ar = [];
|
|
46088
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
46089
|
+
return ar;
|
|
46090
|
+
};
|
|
46091
|
+
return ownKeys(o);
|
|
46092
|
+
};
|
|
46093
|
+
|
|
46085
46094
|
function __importStar(mod) {
|
|
46086
46095
|
if (mod && mod.__esModule) return mod;
|
|
46087
46096
|
var result = {};
|
|
46088
|
-
if (mod != null) for (var k
|
|
46097
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
46089
46098
|
__setModuleDefault(result, mod);
|
|
46090
46099
|
return result;
|
|
46091
46100
|
}
|
|
@@ -46166,12 +46175,25 @@ function __disposeResources(env) {
|
|
|
46166
46175
|
return next();
|
|
46167
46176
|
}
|
|
46168
46177
|
|
|
46178
|
+
function __rewriteRelativeImportExtension(path, preserveJsx) {
|
|
46179
|
+
if (typeof path === "string" && /^\.\.?\//.test(path)) {
|
|
46180
|
+
return path.replace(/\.(tsx)$|((?:\.d)?)((?:\.[^./]+?)?)\.([cm]?)ts$/i, function (m, tsx, d, ext, cm) {
|
|
46181
|
+
return tsx ? preserveJsx ? ".jsx" : ".js" : d && (!ext || !cm) ? m : (d + ext + "." + cm.toLowerCase() + "js");
|
|
46182
|
+
});
|
|
46183
|
+
}
|
|
46184
|
+
return path;
|
|
46185
|
+
}
|
|
46186
|
+
|
|
46169
46187
|
/* unused harmony default export */ var __WEBPACK_DEFAULT_EXPORT__ = ({
|
|
46170
46188
|
__extends,
|
|
46171
46189
|
__assign,
|
|
46172
46190
|
__rest,
|
|
46173
46191
|
__decorate,
|
|
46174
46192
|
__param,
|
|
46193
|
+
__esDecorate,
|
|
46194
|
+
__runInitializers,
|
|
46195
|
+
__propKey,
|
|
46196
|
+
__setFunctionName,
|
|
46175
46197
|
__metadata,
|
|
46176
46198
|
__awaiter,
|
|
46177
46199
|
__generator,
|
|
@@ -46194,6 +46216,7 @@ function __disposeResources(env) {
|
|
|
46194
46216
|
__classPrivateFieldIn,
|
|
46195
46217
|
__addDisposableResource,
|
|
46196
46218
|
__disposeResources,
|
|
46219
|
+
__rewriteRelativeImportExtension,
|
|
46197
46220
|
});
|
|
46198
46221
|
|
|
46199
46222
|
|
|
@@ -46491,7 +46514,7 @@ function __disposeResources(env) {
|
|
|
46491
46514
|
/******/
|
|
46492
46515
|
/************************************************************************/
|
|
46493
46516
|
var __webpack_exports__ = {};
|
|
46494
|
-
// This entry
|
|
46517
|
+
// This entry needs to be wrapped in an IIFE because it needs to be in strict mode.
|
|
46495
46518
|
!function() {
|
|
46496
46519
|
"use strict";
|
|
46497
46520
|
__webpack_require__.r(__webpack_exports__);
|
package/es5/jodit.min.css
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
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.2.
|
|
4
|
+
* Version: v4.2.39
|
|
5
5
|
* Url: https://xdsoft.net/jodit/
|
|
6
6
|
* License(s): MIT
|
|
7
7
|
*/
|
|
8
8
|
/*!
|
|
9
9
|
* jodit - Jodit is an awesome and useful wysiwyg editor with filebrowser
|
|
10
10
|
* Author: Chupurnov <chupurnov@gmail.com> (https://xdsoft.net/jodit/)
|
|
11
|
-
* Version: v4.2.
|
|
11
|
+
* Version: v4.2.39
|
|
12
12
|
* Url: https://xdsoft.net/jodit/
|
|
13
13
|
* License(s): MIT
|
|
14
14
|
*/
|