jodit 4.1.8 → 4.1.11
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 +25 -5
- package/es2015/jodit.css +1 -1
- package/es2015/jodit.fat.min.js +2 -2
- package/es2015/jodit.js +135 -103
- 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 +138 -106
- 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 +138 -106
- 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 +138 -106
- 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/jodit.css +2 -2
- package/es5/jodit.fat.min.js +2 -2
- package/es5/jodit.js +138 -111
- 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/async/async.js +4 -3
- package/esm/core/constants.js +1 -1
- package/esm/core/helpers/checker/index.d.ts +1 -0
- package/esm/core/helpers/checker/index.js +1 -0
- package/esm/core/helpers/checker/is-abort-error.d.ts +10 -0
- package/esm/core/helpers/checker/is-abort-error.js +10 -0
- package/esm/core/helpers/utils/error/error.d.ts +0 -2
- package/esm/core/helpers/utils/error/error.js +1 -7
- package/esm/core/helpers/utils/error/errors/abort-error.d.ts +13 -3
- package/esm/core/helpers/utils/error/errors/abort-error.js +7 -5
- package/esm/modules/file-browser/config.d.ts +1 -0
- package/esm/modules/file-browser/config.js +1 -0
- package/esm/modules/file-browser/data-provider.d.ts +1 -1
- package/esm/modules/file-browser/data-provider.js +9 -9
- package/esm/modules/file-browser/file-browser.js +3 -3
- package/esm/modules/messages/messages.js +3 -0
- package/esm/plugins/ai-assistant/ai-assistant.js +4 -0
- package/esm/plugins/ai-assistant/ui/ui-ai-assistant.js +1 -1
- package/package.json +1 -1
- package/types/core/helpers/checker/index.d.ts +1 -0
- package/types/core/helpers/checker/is-abort-error.d.ts +10 -0
- package/types/core/helpers/utils/error/error.d.ts +0 -2
- package/types/core/helpers/utils/error/errors/abort-error.d.ts +13 -3
- package/types/modules/file-browser/config.d.ts +1 -0
- package/types/modules/file-browser/data-provider.d.ts +1 -1
package/es2018/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.1.
|
|
4
|
+
* Version: v4.1.11
|
|
5
5
|
* Url: https://xdsoft.net/jodit/
|
|
6
6
|
* License(s): MIT
|
|
7
7
|
*/
|
|
@@ -1017,6 +1017,7 @@ Config.prototype.controls = {};
|
|
|
1017
1017
|
/* harmony import */ var jodit_core_helpers_checker_is_void__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(35642);
|
|
1018
1018
|
/* harmony import */ var jodit_core_helpers_utils_assert__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(28712);
|
|
1019
1019
|
/* harmony import */ var jodit_core_helpers_utils_assert__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(jodit_core_helpers_utils_assert__WEBPACK_IMPORTED_MODULE_1__);
|
|
1020
|
+
/* harmony import */ var jodit_core_helpers_utils_error_errors_abort_error__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(21567);
|
|
1020
1021
|
/*!
|
|
1021
1022
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
1022
1023
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
@@ -1031,6 +1032,7 @@ Config.prototype.controls = {};
|
|
|
1031
1032
|
|
|
1032
1033
|
|
|
1033
1034
|
|
|
1035
|
+
|
|
1034
1036
|
class Async {
|
|
1035
1037
|
constructor() {
|
|
1036
1038
|
var _a, _b, _c, _d, _e;
|
|
@@ -1220,9 +1222,9 @@ class Async {
|
|
|
1220
1222
|
promise(executor) {
|
|
1221
1223
|
let rejectCallback = () => { };
|
|
1222
1224
|
const promise = new Promise((resolve, reject) => {
|
|
1223
|
-
|
|
1224
|
-
rejectCallback
|
|
1225
|
-
|
|
1225
|
+
rejectCallback = () => reject((0,jodit_core_helpers_utils_error_errors_abort_error__WEBPACK_IMPORTED_MODULE_9__/* .abort */ .h)());
|
|
1226
|
+
this.promisesRejections.add(rejectCallback);
|
|
1227
|
+
executor(resolve, reject);
|
|
1226
1228
|
});
|
|
1227
1229
|
if (!promise.finally && typeof process !== 'undefined' && !jodit_core_constants__WEBPACK_IMPORTED_MODULE_0__.IS_ES_NEXT) {
|
|
1228
1230
|
promise.finally = (onfinally) => {
|
|
@@ -1705,7 +1707,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
1705
1707
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
1706
1708
|
* Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
1707
1709
|
*/
|
|
1708
|
-
const APP_VERSION = "4.1.
|
|
1710
|
+
const APP_VERSION = "4.1.11";
|
|
1709
1711
|
// prettier-ignore
|
|
1710
1712
|
const ES = "es2018";
|
|
1711
1713
|
const IS_ES_MODERN = true;
|
|
@@ -4736,59 +4738,61 @@ function hasBrowserColorPicker() {
|
|
|
4736
4738
|
|
|
4737
4739
|
"use strict";
|
|
4738
4740
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
4739
|
-
/* harmony export */ AH: function() { return /* reexport safe */
|
|
4740
|
-
/* harmony export */ Bo: function() { return /* reexport safe */
|
|
4741
|
-
/* harmony export */ CE: function() { return /* reexport safe */
|
|
4742
|
-
/* harmony export */ E6: function() { return /* reexport safe */
|
|
4743
|
-
/* harmony export */ Et: function() { return /* reexport safe */
|
|
4744
|
-
/* harmony export */ Gp: function() { return /* reexport safe */
|
|
4745
|
-
/* harmony export */ Kg: function() { return /* reexport safe */
|
|
4746
|
-
/* harmony export */ Lm: function() { return /* reexport safe */
|
|
4747
|
-
/* harmony export */ Mj: function() { return /* reexport safe */
|
|
4748
|
-
/* harmony export */ P5: function() { return /* reexport safe */
|
|
4749
|
-
/* harmony export */ Qd: function() { return /* reexport safe */
|
|
4750
|
-
/* harmony export */ Rd: function() { return /* reexport safe */
|
|
4751
|
-
/* harmony export */ Tn: function() { return /* reexport safe */
|
|
4752
|
-
/* harmony export */ a3: function() { return /* reexport safe */
|
|
4753
|
-
/* harmony export */ cy: function() { return /* reexport safe */
|
|
4754
|
-
/* harmony export */ hH: function() { return /* reexport safe */
|
|
4741
|
+
/* harmony export */ AH: function() { return /* reexport safe */ _is_html__WEBPACK_IMPORTED_MODULE_6__.A; },
|
|
4742
|
+
/* harmony export */ Bo: function() { return /* reexport safe */ _is_string__WEBPACK_IMPORTED_MODULE_19__.B; },
|
|
4743
|
+
/* harmony export */ CE: function() { return /* reexport safe */ _is_html_from_word__WEBPACK_IMPORTED_MODULE_7__.C; },
|
|
4744
|
+
/* harmony export */ E6: function() { return /* reexport safe */ _is_int__WEBPACK_IMPORTED_MODULE_9__.E; },
|
|
4745
|
+
/* harmony export */ Et: function() { return /* reexport safe */ _is_number__WEBPACK_IMPORTED_MODULE_14__.E; },
|
|
4746
|
+
/* harmony export */ Gp: function() { return /* reexport safe */ _is_imp_interface__WEBPACK_IMPORTED_MODULE_8__.n4; },
|
|
4747
|
+
/* harmony export */ Kg: function() { return /* reexport safe */ _is_string__WEBPACK_IMPORTED_MODULE_19__.K; },
|
|
4748
|
+
/* harmony export */ Lm: function() { return /* reexport safe */ _is_boolean__WEBPACK_IMPORTED_MODULE_3__.L; },
|
|
4749
|
+
/* harmony export */ Mj: function() { return /* reexport safe */ _is_license__WEBPACK_IMPORTED_MODULE_11__.M; },
|
|
4750
|
+
/* harmony export */ P5: function() { return /* reexport safe */ _is_equal__WEBPACK_IMPORTED_MODULE_4__.P; },
|
|
4751
|
+
/* harmony export */ Qd: function() { return /* reexport safe */ _is_plain_object__WEBPACK_IMPORTED_MODULE_16__.Q; },
|
|
4752
|
+
/* harmony export */ Rd: function() { return /* reexport safe */ _is_void__WEBPACK_IMPORTED_MODULE_23__.R; },
|
|
4753
|
+
/* harmony export */ Tn: function() { return /* reexport safe */ _is_function__WEBPACK_IMPORTED_MODULE_5__.T; },
|
|
4754
|
+
/* harmony export */ a3: function() { return /* reexport safe */ _is_native_function__WEBPACK_IMPORTED_MODULE_13__.a; },
|
|
4755
|
+
/* harmony export */ cy: function() { return /* reexport safe */ _is_array__WEBPACK_IMPORTED_MODULE_2__.c; },
|
|
4756
|
+
/* harmony export */ hH: function() { return /* reexport safe */ _is_view_object__WEBPACK_IMPORTED_MODULE_22__.h; },
|
|
4755
4757
|
/* harmony export */ kC: function() { return /* reexport safe */ _has_browser_color_picker__WEBPACK_IMPORTED_MODULE_0__.k; },
|
|
4756
|
-
/* harmony export */ kO: function() { return /* reexport safe */
|
|
4757
|
-
/* harmony export */ kf: function() { return /* reexport safe */
|
|
4758
|
-
/* harmony export */ l6: function() { return /* reexport safe */
|
|
4759
|
-
/* harmony export */ mv: function() { return /* reexport safe */
|
|
4760
|
-
/* harmony export */ n4: function() { return /* reexport safe */
|
|
4761
|
-
/* harmony export */ pV: function() { return /* reexport safe */
|
|
4762
|
-
/* harmony export */ rg: function() { return /* reexport safe */
|
|
4763
|
-
/* harmony export */ uV: function() { return /* reexport safe */
|
|
4764
|
-
/* harmony export */ vM: function() { return /* reexport safe */
|
|
4765
|
-
/* harmony export */ y0: function() { return /* reexport safe */
|
|
4766
|
-
/* harmony export */ yL: function() { return /* reexport safe */
|
|
4758
|
+
/* harmony export */ kO: function() { return /* reexport safe */ _is_imp_interface__WEBPACK_IMPORTED_MODULE_8__.kO; },
|
|
4759
|
+
/* harmony export */ kf: function() { return /* reexport safe */ _is_numeric__WEBPACK_IMPORTED_MODULE_15__.k; },
|
|
4760
|
+
/* harmony export */ l6: function() { return /* reexport safe */ _is_window__WEBPACK_IMPORTED_MODULE_24__.l; },
|
|
4761
|
+
/* harmony export */ mv: function() { return /* reexport safe */ _is_url__WEBPACK_IMPORTED_MODULE_20__.m; },
|
|
4762
|
+
/* harmony export */ n4: function() { return /* reexport safe */ _is_equal__WEBPACK_IMPORTED_MODULE_4__.n; },
|
|
4763
|
+
/* harmony export */ pV: function() { return /* reexport safe */ _is_imp_interface__WEBPACK_IMPORTED_MODULE_8__.pV; },
|
|
4764
|
+
/* harmony export */ rg: function() { return /* reexport safe */ _is_marker__WEBPACK_IMPORTED_MODULE_12__.r; },
|
|
4765
|
+
/* harmony export */ uV: function() { return /* reexport safe */ _is_valid_name__WEBPACK_IMPORTED_MODULE_21__.u; },
|
|
4766
|
+
/* harmony export */ vM: function() { return /* reexport safe */ _is_set__WEBPACK_IMPORTED_MODULE_18__.v; },
|
|
4767
|
+
/* harmony export */ y0: function() { return /* reexport safe */ _is_jodit_object__WEBPACK_IMPORTED_MODULE_10__.y; },
|
|
4768
|
+
/* harmony export */ yL: function() { return /* reexport safe */ _is_promise__WEBPACK_IMPORTED_MODULE_17__.y; },
|
|
4769
|
+
/* harmony export */ zf: function() { return /* reexport safe */ _is_abort_error__WEBPACK_IMPORTED_MODULE_1__.z; }
|
|
4767
4770
|
/* harmony export */ });
|
|
4768
4771
|
/* harmony import */ var _has_browser_color_picker__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(78479);
|
|
4769
|
-
/* harmony import */ var
|
|
4770
|
-
/* harmony import */ var
|
|
4771
|
-
/* harmony import */ var
|
|
4772
|
-
/* harmony import */ var
|
|
4773
|
-
/* harmony import */ var
|
|
4774
|
-
/* harmony import */ var
|
|
4775
|
-
/* harmony import */ var
|
|
4776
|
-
/* harmony import */ var
|
|
4777
|
-
/* harmony import */ var
|
|
4778
|
-
/* harmony import */ var
|
|
4779
|
-
/* harmony import */ var
|
|
4780
|
-
/* harmony import */ var
|
|
4781
|
-
/* harmony import */ var
|
|
4782
|
-
/* harmony import */ var
|
|
4783
|
-
/* harmony import */ var
|
|
4784
|
-
/* harmony import */ var
|
|
4785
|
-
/* harmony import */ var
|
|
4786
|
-
/* harmony import */ var
|
|
4787
|
-
/* harmony import */ var
|
|
4788
|
-
/* harmony import */ var
|
|
4789
|
-
/* harmony import */ var
|
|
4790
|
-
/* harmony import */ var
|
|
4791
|
-
/* harmony import */ var
|
|
4772
|
+
/* harmony import */ var _is_abort_error__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(99951);
|
|
4773
|
+
/* harmony import */ var _is_array__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(37923);
|
|
4774
|
+
/* harmony import */ var _is_boolean__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(9810);
|
|
4775
|
+
/* harmony import */ var _is_equal__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(69810);
|
|
4776
|
+
/* harmony import */ var _is_function__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(69052);
|
|
4777
|
+
/* harmony import */ var _is_html__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(53701);
|
|
4778
|
+
/* harmony import */ var _is_html_from_word__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(21811);
|
|
4779
|
+
/* harmony import */ var _is_imp_interface__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(10058);
|
|
4780
|
+
/* harmony import */ var _is_int__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(3947);
|
|
4781
|
+
/* harmony import */ var _is_jodit_object__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(83044);
|
|
4782
|
+
/* harmony import */ var _is_license__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(82201);
|
|
4783
|
+
/* harmony import */ var _is_marker__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(71274);
|
|
4784
|
+
/* harmony import */ var _is_native_function__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(34796);
|
|
4785
|
+
/* harmony import */ var _is_number__WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__(2461);
|
|
4786
|
+
/* harmony import */ var _is_numeric__WEBPACK_IMPORTED_MODULE_15__ = __webpack_require__(12461);
|
|
4787
|
+
/* harmony import */ var _is_plain_object__WEBPACK_IMPORTED_MODULE_16__ = __webpack_require__(25376);
|
|
4788
|
+
/* harmony import */ var _is_promise__WEBPACK_IMPORTED_MODULE_17__ = __webpack_require__(92039);
|
|
4789
|
+
/* harmony import */ var _is_set__WEBPACK_IMPORTED_MODULE_18__ = __webpack_require__(53470);
|
|
4790
|
+
/* harmony import */ var _is_string__WEBPACK_IMPORTED_MODULE_19__ = __webpack_require__(98253);
|
|
4791
|
+
/* harmony import */ var _is_url__WEBPACK_IMPORTED_MODULE_20__ = __webpack_require__(6939);
|
|
4792
|
+
/* harmony import */ var _is_valid_name__WEBPACK_IMPORTED_MODULE_21__ = __webpack_require__(59082);
|
|
4793
|
+
/* harmony import */ var _is_view_object__WEBPACK_IMPORTED_MODULE_22__ = __webpack_require__(12041);
|
|
4794
|
+
/* harmony import */ var _is_void__WEBPACK_IMPORTED_MODULE_23__ = __webpack_require__(35642);
|
|
4795
|
+
/* harmony import */ var _is_window__WEBPACK_IMPORTED_MODULE_24__ = __webpack_require__(76776);
|
|
4792
4796
|
/*!
|
|
4793
4797
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
4794
4798
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
@@ -4821,6 +4825,28 @@ function hasBrowserColorPicker() {
|
|
|
4821
4825
|
|
|
4822
4826
|
|
|
4823
4827
|
|
|
4828
|
+
|
|
4829
|
+
|
|
4830
|
+
|
|
4831
|
+
/***/ }),
|
|
4832
|
+
|
|
4833
|
+
/***/ 99951:
|
|
4834
|
+
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
4835
|
+
|
|
4836
|
+
"use strict";
|
|
4837
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
4838
|
+
/* harmony export */ z: function() { return /* binding */ isAbortError; }
|
|
4839
|
+
/* harmony export */ });
|
|
4840
|
+
/*!
|
|
4841
|
+
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
4842
|
+
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
4843
|
+
* Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
4844
|
+
*/
|
|
4845
|
+
function isAbortError(error) {
|
|
4846
|
+
return (Boolean(error) &&
|
|
4847
|
+
error instanceof DOMException &&
|
|
4848
|
+
error.name === 'AbortError');
|
|
4849
|
+
}
|
|
4824
4850
|
|
|
4825
4851
|
|
|
4826
4852
|
/***/ }),
|
|
@@ -6010,6 +6036,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
6010
6036
|
/* harmony export */ htmlspecialchars: function() { return /* reexport safe */ _html__WEBPACK_IMPORTED_MODULE_4__.Gq; },
|
|
6011
6037
|
/* harmony export */ i18n: function() { return /* reexport safe */ _string__WEBPACK_IMPORTED_MODULE_7__.Ru; },
|
|
6012
6038
|
/* harmony export */ innerWidth: function() { return /* reexport safe */ _size__WEBPACK_IMPORTED_MODULE_6__.xM; },
|
|
6039
|
+
/* harmony export */ isAbortError: function() { return /* reexport safe */ _checker__WEBPACK_IMPORTED_MODULE_2__.zf; },
|
|
6013
6040
|
/* harmony export */ isArray: function() { return /* reexport safe */ _checker__WEBPACK_IMPORTED_MODULE_2__.cy; },
|
|
6014
6041
|
/* harmony export */ isBoolean: function() { return /* reexport safe */ _checker__WEBPACK_IMPORTED_MODULE_2__.Lm; },
|
|
6015
6042
|
/* harmony export */ isDestructable: function() { return /* reexport safe */ _checker__WEBPACK_IMPORTED_MODULE_2__.pV; },
|
|
@@ -6073,7 +6100,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
6073
6100
|
/* harmony import */ var _string__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(6589);
|
|
6074
6101
|
/* harmony import */ var _utils__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(97369);
|
|
6075
6102
|
/* harmony reexport (unknown) */ var __WEBPACK_REEXPORT_OBJECT__ = {};
|
|
6076
|
-
/* harmony reexport (unknown) */ for(var __WEBPACK_IMPORT_KEY__ in _utils__WEBPACK_IMPORTED_MODULE_8__) if(["default","asArray","splitArray","toArray","clearTimeout","setTimeout","hasBrowserColorPicker","hasContainer","isArray","isBoolean","isDestructable","isEqual","isFastEqual","isFunction","isHTML","isHtmlFromWord","isInitable","isInt","isJoditObject","isLicense","isMarker","isNativeFunction","isNumber","isNumeric","isPlainObject","isPromise","isSet","isString","isStringArray","isURL","isValidName","isViewObject","isVoid","isWindow","colorToHex","applyStyles","cleanFromWord","htmlspecialchars","nl2br","safeHTML","sanitizeHTMLElement","stripTags","NUMBER_FIELDS_REG","normalizeColor","normalizeCssNumericValue","normalizeCssValue","normalizeKeyAliases","normalizeLicense","normalizePath","normalizeRelativePath","normalizeSize","normalizeUrl","getContentWidth","getScrollParent","innerWidth","offset","position","size","CamelCaseToKebabCase","camelCase","fuzzySearchIndex","i18n","kebabCase","sprintf","stringify","trim","trimChars","trimInv","ucfirst"].indexOf(__WEBPACK_IMPORT_KEY__) < 0) __WEBPACK_REEXPORT_OBJECT__[__WEBPACK_IMPORT_KEY__] = function(key) { return _utils__WEBPACK_IMPORTED_MODULE_8__[key]; }.bind(0, __WEBPACK_IMPORT_KEY__)
|
|
6103
|
+
/* harmony reexport (unknown) */ for(var __WEBPACK_IMPORT_KEY__ in _utils__WEBPACK_IMPORTED_MODULE_8__) if(["default","asArray","splitArray","toArray","clearTimeout","setTimeout","hasBrowserColorPicker","hasContainer","isAbortError","isArray","isBoolean","isDestructable","isEqual","isFastEqual","isFunction","isHTML","isHtmlFromWord","isInitable","isInt","isJoditObject","isLicense","isMarker","isNativeFunction","isNumber","isNumeric","isPlainObject","isPromise","isSet","isString","isStringArray","isURL","isValidName","isViewObject","isVoid","isWindow","colorToHex","applyStyles","cleanFromWord","htmlspecialchars","nl2br","safeHTML","sanitizeHTMLElement","stripTags","NUMBER_FIELDS_REG","normalizeColor","normalizeCssNumericValue","normalizeCssValue","normalizeKeyAliases","normalizeLicense","normalizePath","normalizeRelativePath","normalizeSize","normalizeUrl","getContentWidth","getScrollParent","innerWidth","offset","position","size","CamelCaseToKebabCase","camelCase","fuzzySearchIndex","i18n","kebabCase","sprintf","stringify","trim","trimChars","trimInv","ucfirst"].indexOf(__WEBPACK_IMPORT_KEY__) < 0) __WEBPACK_REEXPORT_OBJECT__[__WEBPACK_IMPORT_KEY__] = function(key) { return _utils__WEBPACK_IMPORTED_MODULE_8__[key]; }.bind(0, __WEBPACK_IMPORT_KEY__)
|
|
6077
6104
|
/* harmony reexport (unknown) */ __webpack_require__.d(__webpack_exports__, __WEBPACK_REEXPORT_OBJECT__);
|
|
6078
6105
|
/*!
|
|
6079
6106
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
@@ -7839,8 +7866,6 @@ const defaultLanguage = (language, defaultLanguage = 'en') => {
|
|
|
7839
7866
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
7840
7867
|
/* harmony export */ FI: function() { return /* binding */ connection; },
|
|
7841
7868
|
/* harmony export */ fF: function() { return /* binding */ options; },
|
|
7842
|
-
/* harmony export */ h2: function() { return /* binding */ abort; },
|
|
7843
|
-
/* harmony export */ rV: function() { return /* binding */ isAbort; },
|
|
7844
7869
|
/* harmony export */ z3: function() { return /* binding */ error; }
|
|
7845
7870
|
/* harmony export */ });
|
|
7846
7871
|
/* harmony import */ var _errors__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(20222);
|
|
@@ -7865,12 +7890,6 @@ function connection(message) {
|
|
|
7865
7890
|
function options(message) {
|
|
7866
7891
|
return new _errors__WEBPACK_IMPORTED_MODULE_0__/* .OptionsError */ .ZW(message);
|
|
7867
7892
|
}
|
|
7868
|
-
function abort(message) {
|
|
7869
|
-
return new _errors__WEBPACK_IMPORTED_MODULE_0__/* .AbortError */ .lc(message);
|
|
7870
|
-
}
|
|
7871
|
-
function isAbort(error) {
|
|
7872
|
-
return error instanceof _errors__WEBPACK_IMPORTED_MODULE_0__/* .AbortError */ .lc;
|
|
7873
|
-
}
|
|
7874
7893
|
|
|
7875
7894
|
|
|
7876
7895
|
/***/ }),
|
|
@@ -7880,8 +7899,10 @@ function isAbort(error) {
|
|
|
7880
7899
|
|
|
7881
7900
|
"use strict";
|
|
7882
7901
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
7883
|
-
/* harmony export */
|
|
7902
|
+
/* harmony export */ h: function() { return /* binding */ abort; },
|
|
7903
|
+
/* harmony export */ r: function() { return /* binding */ isAbort; }
|
|
7884
7904
|
/* harmony export */ });
|
|
7905
|
+
/* harmony import */ var jodit_core_helpers_checker_is_abort_error__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(99951);
|
|
7885
7906
|
/*!
|
|
7886
7907
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
7887
7908
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
@@ -7890,12 +7911,14 @@ function isAbort(error) {
|
|
|
7890
7911
|
/**
|
|
7891
7912
|
* @module helpers/utils
|
|
7892
7913
|
*/
|
|
7893
|
-
|
|
7894
|
-
|
|
7895
|
-
|
|
7896
|
-
Object.setPrototypeOf(this, AbortError.prototype);
|
|
7897
|
-
}
|
|
7914
|
+
|
|
7915
|
+
function abort(message = 'Aborted') {
|
|
7916
|
+
return new DOMException(message, 'AbortError');
|
|
7898
7917
|
}
|
|
7918
|
+
/**
|
|
7919
|
+
* @deprecated use `isAbortError` instead
|
|
7920
|
+
*/
|
|
7921
|
+
const isAbort = jodit_core_helpers_checker_is_abort_error__WEBPACK_IMPORTED_MODULE_0__/* .isAbortError */ .z;
|
|
7899
7922
|
|
|
7900
7923
|
|
|
7901
7924
|
/***/ }),
|
|
@@ -7932,7 +7955,8 @@ class ConnectionError extends Error {
|
|
|
7932
7955
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
7933
7956
|
/* harmony export */ Rc: function() { return /* reexport safe */ _connection_error__WEBPACK_IMPORTED_MODULE_1__.R; },
|
|
7934
7957
|
/* harmony export */ ZW: function() { return /* reexport safe */ _options_error__WEBPACK_IMPORTED_MODULE_2__.Z; },
|
|
7935
|
-
/* harmony export */
|
|
7958
|
+
/* harmony export */ h2: function() { return /* reexport safe */ _abort_error__WEBPACK_IMPORTED_MODULE_0__.h; },
|
|
7959
|
+
/* harmony export */ rV: function() { return /* reexport safe */ _abort_error__WEBPACK_IMPORTED_MODULE_0__.r; }
|
|
7936
7960
|
/* harmony export */ });
|
|
7937
7961
|
/* harmony import */ var _abort_error__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(21567);
|
|
7938
7962
|
/* harmony import */ var _connection_error__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(30495);
|
|
@@ -7986,9 +8010,8 @@ class OptionsError extends TypeError {
|
|
|
7986
8010
|
/* harmony export */ Rc: function() { return /* reexport safe */ _errors___WEBPACK_IMPORTED_MODULE_1__.Rc; },
|
|
7987
8011
|
/* harmony export */ ZW: function() { return /* reexport safe */ _errors___WEBPACK_IMPORTED_MODULE_1__.ZW; },
|
|
7988
8012
|
/* harmony export */ fF: function() { return /* reexport safe */ _error__WEBPACK_IMPORTED_MODULE_0__.fF; },
|
|
7989
|
-
/* harmony export */ h2: function() { return /* reexport safe */
|
|
7990
|
-
/* harmony export */
|
|
7991
|
-
/* harmony export */ rV: function() { return /* reexport safe */ _error__WEBPACK_IMPORTED_MODULE_0__.rV; },
|
|
8013
|
+
/* harmony export */ h2: function() { return /* reexport safe */ _errors___WEBPACK_IMPORTED_MODULE_1__.h2; },
|
|
8014
|
+
/* harmony export */ rV: function() { return /* reexport safe */ _errors___WEBPACK_IMPORTED_MODULE_1__.rV; },
|
|
7992
8015
|
/* harmony export */ z3: function() { return /* reexport safe */ _error__WEBPACK_IMPORTED_MODULE_0__.z3; }
|
|
7993
8016
|
/* harmony export */ });
|
|
7994
8017
|
/* harmony import */ var _error__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(76166);
|
|
@@ -8180,7 +8203,6 @@ const humanSizeToBytes = (human) => {
|
|
|
8180
8203
|
__webpack_require__.r(__webpack_exports__);
|
|
8181
8204
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
8182
8205
|
/* harmony export */ $$: function() { return /* reexport safe */ _selector__WEBPACK_IMPORTED_MODULE_23__.$$; },
|
|
8183
|
-
/* harmony export */ AbortError: function() { return /* reexport safe */ _error__WEBPACK_IMPORTED_MODULE_13__.lc; },
|
|
8184
8206
|
/* harmony export */ ConfigFlatten: function() { return /* reexport safe */ _config_proto__WEBPACK_IMPORTED_MODULE_7__.V; },
|
|
8185
8207
|
/* harmony export */ ConfigProto: function() { return /* reexport safe */ _config_proto__WEBPACK_IMPORTED_MODULE_7__.t; },
|
|
8186
8208
|
/* harmony export */ ConnectionError: function() { return /* reexport safe */ _error__WEBPACK_IMPORTED_MODULE_13__.Rc; },
|
|
@@ -18709,10 +18731,11 @@ class FileBrowserItem {
|
|
|
18709
18731
|
/***/ (function(__unused_webpack_module, __unused_webpack___webpack_exports__, __webpack_require__) {
|
|
18710
18732
|
|
|
18711
18733
|
"use strict";
|
|
18712
|
-
/* harmony import */ var
|
|
18713
|
-
/* harmony import */ var
|
|
18714
|
-
/* harmony import */ var
|
|
18715
|
-
/* harmony import */ var
|
|
18734
|
+
/* harmony import */ var jodit_core_request_config__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(27337);
|
|
18735
|
+
/* harmony import */ var jodit_core_helpers_checker__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(9823);
|
|
18736
|
+
/* harmony import */ var jodit_core_helpers_utils_human_size_to_bytes__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(99898);
|
|
18737
|
+
/* harmony import */ var jodit_core_ui_form_inputs_file_file__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(47964);
|
|
18738
|
+
/* harmony import */ var jodit_config__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(36115);
|
|
18716
18739
|
/*!
|
|
18717
18740
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
18718
18741
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
@@ -18722,19 +18745,20 @@ class FileBrowserItem {
|
|
|
18722
18745
|
|
|
18723
18746
|
|
|
18724
18747
|
|
|
18725
|
-
|
|
18748
|
+
|
|
18749
|
+
jodit_config__WEBPACK_IMPORTED_MODULE_3__/* .Config */ .T.prototype.filebrowser = {
|
|
18726
18750
|
namespace: '',
|
|
18727
18751
|
cache: true,
|
|
18728
18752
|
extraButtons: [],
|
|
18729
18753
|
filter(item, search) {
|
|
18730
18754
|
search = search.toLowerCase();
|
|
18731
|
-
if ((0,
|
|
18755
|
+
if ((0,jodit_core_helpers_checker__WEBPACK_IMPORTED_MODULE_1__/* .isString */ .Kg)(item)) {
|
|
18732
18756
|
return item.toLowerCase().indexOf(search) !== -1;
|
|
18733
18757
|
}
|
|
18734
|
-
if ((0,
|
|
18758
|
+
if ((0,jodit_core_helpers_checker__WEBPACK_IMPORTED_MODULE_1__/* .isString */ .Kg)(item.name)) {
|
|
18735
18759
|
return item.name.toLowerCase().indexOf(search) !== -1;
|
|
18736
18760
|
}
|
|
18737
|
-
if ((0,
|
|
18761
|
+
if ((0,jodit_core_helpers_checker__WEBPACK_IMPORTED_MODULE_1__/* .isString */ .Kg)(item.file)) {
|
|
18738
18762
|
return item.file.toLowerCase().indexOf(search) !== -1;
|
|
18739
18763
|
}
|
|
18740
18764
|
return true;
|
|
@@ -18751,14 +18775,14 @@ jodit_config__WEBPACK_IMPORTED_MODULE_2__/* .Config */ .T.prototype.filebrowser
|
|
|
18751
18775
|
}
|
|
18752
18776
|
return 0;
|
|
18753
18777
|
};
|
|
18754
|
-
if ((0,
|
|
18778
|
+
if ((0,jodit_core_helpers_checker__WEBPACK_IMPORTED_MODULE_1__/* .isString */ .Kg)(a)) {
|
|
18755
18779
|
return compareStr(a.toLowerCase(), b.toLowerCase());
|
|
18756
18780
|
}
|
|
18757
18781
|
if (a[sortAttr] === undefined || sortAttr === 'name') {
|
|
18758
|
-
if ((0,
|
|
18782
|
+
if ((0,jodit_core_helpers_checker__WEBPACK_IMPORTED_MODULE_1__/* .isString */ .Kg)(a.name)) {
|
|
18759
18783
|
return compareStr(a.name.toLowerCase(), b.name.toLowerCase());
|
|
18760
18784
|
}
|
|
18761
|
-
if ((0,
|
|
18785
|
+
if ((0,jodit_core_helpers_checker__WEBPACK_IMPORTED_MODULE_1__/* .isString */ .Kg)(a.file)) {
|
|
18762
18786
|
return compareStr(a.file.toLowerCase(), b.file.toLowerCase());
|
|
18763
18787
|
}
|
|
18764
18788
|
return 0;
|
|
@@ -18769,7 +18793,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_2__/* .Config */ .T.prototype.filebrowser
|
|
|
18769
18793
|
return asc ? f - s : s - f;
|
|
18770
18794
|
}
|
|
18771
18795
|
case 'size': {
|
|
18772
|
-
const f = (0,
|
|
18796
|
+
const f = (0,jodit_core_helpers_utils_human_size_to_bytes__WEBPACK_IMPORTED_MODULE_4__/* .humanSizeToBytes */ .z)(a.size), s = (0,jodit_core_helpers_utils_human_size_to_bytes__WEBPACK_IMPORTED_MODULE_4__/* .humanSizeToBytes */ .z)(b.size);
|
|
18773
18797
|
return asc ? f - s : s - f;
|
|
18774
18798
|
}
|
|
18775
18799
|
}
|
|
@@ -18830,7 +18854,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_2__/* .Config */ .T.prototype.filebrowser
|
|
|
18830
18854
|
return resp.success;
|
|
18831
18855
|
},
|
|
18832
18856
|
getMessage(resp) {
|
|
18833
|
-
return resp.data.messages !== undefined && (0,
|
|
18857
|
+
return resp.data.messages !== undefined && (0,jodit_core_helpers_checker__WEBPACK_IMPORTED_MODULE_1__/* .isArray */ .cy)(resp.data.messages)
|
|
18834
18858
|
? resp.data.messages.join(' ')
|
|
18835
18859
|
: '';
|
|
18836
18860
|
},
|
|
@@ -18876,7 +18900,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_2__/* .Config */ .T.prototype.filebrowser
|
|
|
18876
18900
|
</a>`;
|
|
18877
18901
|
},
|
|
18878
18902
|
ajax: {
|
|
18879
|
-
...
|
|
18903
|
+
...jodit_config__WEBPACK_IMPORTED_MODULE_3__/* .Config */ .T.prototype.defaultAjaxOptions,
|
|
18880
18904
|
url: '',
|
|
18881
18905
|
data: {},
|
|
18882
18906
|
cache: true,
|
|
@@ -18931,13 +18955,13 @@ jodit_config__WEBPACK_IMPORTED_MODULE_2__/* .Config */ .T.prototype.filebrowser
|
|
|
18931
18955
|
data: { action: 'permissions' }
|
|
18932
18956
|
}
|
|
18933
18957
|
};
|
|
18934
|
-
|
|
18958
|
+
jodit_config__WEBPACK_IMPORTED_MODULE_3__/* .Config */ .T.prototype.controls.filebrowser = {
|
|
18935
18959
|
upload: {
|
|
18936
18960
|
icon: 'plus',
|
|
18937
18961
|
isInput: true,
|
|
18938
18962
|
isDisabled: (browser) => !browser.dataProvider.canI('FileUpload'),
|
|
18939
18963
|
getContent: (filebrowser) => {
|
|
18940
|
-
const btn = new
|
|
18964
|
+
const btn = new jodit_core_ui_form_inputs_file_file__WEBPACK_IMPORTED_MODULE_2__/* .UIFileInput */ .n(filebrowser, {
|
|
18941
18965
|
onlyImages: filebrowser.state.onlyImages
|
|
18942
18966
|
});
|
|
18943
18967
|
filebrowser.e.fire('bindUploader.filebrowser', btn.container);
|
|
@@ -19085,7 +19109,7 @@ let DataProvider = class DataProvider {
|
|
|
19085
19109
|
this.parent = parent;
|
|
19086
19110
|
this.options = options;
|
|
19087
19111
|
this.__currentPermissions = null;
|
|
19088
|
-
this.
|
|
19112
|
+
this.__ajaxInstances = new Map();
|
|
19089
19113
|
this.progressHandler = (ignore) => { };
|
|
19090
19114
|
}
|
|
19091
19115
|
/**
|
|
@@ -19095,11 +19119,11 @@ let DataProvider = class DataProvider {
|
|
|
19095
19119
|
return this.options;
|
|
19096
19120
|
}
|
|
19097
19121
|
get(name) {
|
|
19098
|
-
const
|
|
19099
|
-
if (
|
|
19100
|
-
const ajax =
|
|
19122
|
+
const instances = this.__ajaxInstances;
|
|
19123
|
+
if (instances.has(name)) {
|
|
19124
|
+
const ajax = instances.get(name);
|
|
19101
19125
|
ajax === null || ajax === void 0 ? void 0 : ajax.abort();
|
|
19102
|
-
|
|
19126
|
+
instances.delete(name);
|
|
19103
19127
|
}
|
|
19104
19128
|
const opts = (0,jodit_core_helpers__WEBPACK_IMPORTED_MODULE_2__.ConfigProto)(this.options[name] !== undefined
|
|
19105
19129
|
? this.options[name]
|
|
@@ -19110,12 +19134,12 @@ let DataProvider = class DataProvider {
|
|
|
19110
19134
|
opts.data = opts.prepareData.call(this, opts.data);
|
|
19111
19135
|
}
|
|
19112
19136
|
const ajax = new jodit_core_request__WEBPACK_IMPORTED_MODULE_3__/* .Ajax */ .d(opts);
|
|
19113
|
-
|
|
19137
|
+
instances.set(name, ajax);
|
|
19114
19138
|
const promise = ajax.send();
|
|
19115
19139
|
promise
|
|
19116
19140
|
.finally(() => {
|
|
19117
19141
|
ajax.destruct();
|
|
19118
|
-
|
|
19142
|
+
instances.delete(name);
|
|
19119
19143
|
this.progressHandler(100);
|
|
19120
19144
|
})
|
|
19121
19145
|
.catch(() => null);
|
|
@@ -19436,8 +19460,8 @@ let DataProvider = class DataProvider {
|
|
|
19436
19460
|
return this.options.isSuccess(resp);
|
|
19437
19461
|
}
|
|
19438
19462
|
destruct() {
|
|
19439
|
-
this.
|
|
19440
|
-
this.
|
|
19463
|
+
this.__ajaxInstances.forEach(a => a.destruct());
|
|
19464
|
+
this.__ajaxInstances.clear();
|
|
19441
19465
|
}
|
|
19442
19466
|
};
|
|
19443
19467
|
DataProvider = (0,tslib__WEBPACK_IMPORTED_MODULE_5__/* .__decorate */ .Cg)([
|
|
@@ -19701,7 +19725,7 @@ let FileBrowser = class FileBrowser extends jodit_core_view_view_with_toolbar__W
|
|
|
19701
19725
|
* ```
|
|
19702
19726
|
*/
|
|
19703
19727
|
status(message, success) {
|
|
19704
|
-
if (!message || (0,jodit_core_helpers__WEBPACK_IMPORTED_MODULE_4__.
|
|
19728
|
+
if (!message || (0,jodit_core_helpers__WEBPACK_IMPORTED_MODULE_4__.isAbortError)(message)) {
|
|
19705
19729
|
return;
|
|
19706
19730
|
}
|
|
19707
19731
|
if (!(0,jodit_core_helpers__WEBPACK_IMPORTED_MODULE_4__.isString)(message)) {
|
|
@@ -19819,7 +19843,7 @@ let FileBrowser = class FileBrowser extends jodit_core_view_view_with_toolbar__W
|
|
|
19819
19843
|
onlyImages: false
|
|
19820
19844
|
});
|
|
19821
19845
|
this.errorHandler = (resp) => {
|
|
19822
|
-
if ((0,jodit_core_helpers__WEBPACK_IMPORTED_MODULE_4__.
|
|
19846
|
+
if ((0,jodit_core_helpers__WEBPACK_IMPORTED_MODULE_4__.isAbortError)(resp)) {
|
|
19823
19847
|
return;
|
|
19824
19848
|
}
|
|
19825
19849
|
if (resp instanceof Error) {
|
|
@@ -21932,6 +21956,9 @@ let UIMessages = class UIMessages extends jodit_core_ui_group_group__WEBPACK_IMP
|
|
|
21932
21956
|
this.async.updateTimeout(key, timeout || this.options.defaultTimeout);
|
|
21933
21957
|
return;
|
|
21934
21958
|
}
|
|
21959
|
+
if (!this.__box) {
|
|
21960
|
+
throw new Error('Container is not defined: ' + key);
|
|
21961
|
+
}
|
|
21935
21962
|
this.__box.appendChild(this.container);
|
|
21936
21963
|
const msg = new jodit_modules_messages_message__WEBPACK_IMPORTED_MODULE_1__/* .UIMessage */ .C(this.j, { text, variant });
|
|
21937
21964
|
this.append(msg);
|
|
@@ -25094,9 +25121,10 @@ jodit_core_ui_icon__WEBPACK_IMPORTED_MODULE_0__/* .Icon */ .I.set('enter', (_ent
|
|
|
25094
25121
|
|
|
25095
25122
|
"use strict";
|
|
25096
25123
|
/* unused harmony export aiAssistant */
|
|
25097
|
-
/* harmony import */ var
|
|
25124
|
+
/* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(31635);
|
|
25098
25125
|
/* harmony import */ var jodit_core_decorators_watch_watch__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(66927);
|
|
25099
25126
|
/* harmony import */ var jodit_core_global__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(56298);
|
|
25127
|
+
/* harmony import */ var jodit_core_helpers_checker_is_abort_error__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(99951);
|
|
25100
25128
|
/* harmony import */ var jodit_core_plugin_plugin__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(29866);
|
|
25101
25129
|
/* harmony import */ var _config__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(66888);
|
|
25102
25130
|
/* harmony import */ var _ui_ui_ai_assistant__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(20785);
|
|
@@ -25113,6 +25141,7 @@ jodit_core_ui_icon__WEBPACK_IMPORTED_MODULE_0__/* .Icon */ .I.set('enter', (_ent
|
|
|
25113
25141
|
|
|
25114
25142
|
|
|
25115
25143
|
|
|
25144
|
+
|
|
25116
25145
|
/**
|
|
25117
25146
|
* The plugin inserts content generated by AI into the editor.
|
|
25118
25147
|
*/
|
|
@@ -25182,6 +25211,9 @@ class aiAssistant extends jodit_core_plugin_plugin__WEBPACK_IMPORTED_MODULE_2__/
|
|
|
25182
25211
|
jodit.e.fire('ai-assistant-response', htmlFragment);
|
|
25183
25212
|
})
|
|
25184
25213
|
.catch(error => {
|
|
25214
|
+
if ((0,jodit_core_helpers_checker_is_abort_error__WEBPACK_IMPORTED_MODULE_6__/* .isAbortError */ .z)(error)) {
|
|
25215
|
+
return;
|
|
25216
|
+
}
|
|
25185
25217
|
jodit.message.error(error.message);
|
|
25186
25218
|
jodit.e.fire('ai-assistant-error', error.message);
|
|
25187
25219
|
});
|
|
@@ -25189,10 +25221,10 @@ class aiAssistant extends jodit_core_plugin_plugin__WEBPACK_IMPORTED_MODULE_2__/
|
|
|
25189
25221
|
/** @override */
|
|
25190
25222
|
beforeDestruct(_) { }
|
|
25191
25223
|
}
|
|
25192
|
-
(0,
|
|
25224
|
+
(0,tslib__WEBPACK_IMPORTED_MODULE_7__/* .__decorate */ .Cg)([
|
|
25193
25225
|
(0,jodit_core_decorators_watch_watch__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Ay)(':generateAiAssistantForm.ai-assistant')
|
|
25194
25226
|
], aiAssistant.prototype, "onGenerateAiAssistantForm", null);
|
|
25195
|
-
(0,
|
|
25227
|
+
(0,tslib__WEBPACK_IMPORTED_MODULE_7__/* .__decorate */ .Cg)([
|
|
25196
25228
|
(0,jodit_core_decorators_watch_watch__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Ay)(':invokeAiAssistant')
|
|
25197
25229
|
], aiAssistant.prototype, "onInvokeAiAssistant", null);
|
|
25198
25230
|
jodit_core_global__WEBPACK_IMPORTED_MODULE_1__/* .pluginSystem */ .fg.add('ai-assistant', aiAssistant);
|
|
@@ -25557,7 +25589,7 @@ let UiAiAssistant = class UiAiAssistant extends jodit_core_ui_element__WEBPACK_I
|
|
|
25557
25589
|
(0,jodit_core_decorators_watch_watch__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Ay)(':ai-assistant-error')
|
|
25558
25590
|
], UiAiAssistant.prototype, "onAiAssistentError", null);
|
|
25559
25591
|
(0,tslib__WEBPACK_IMPORTED_MODULE_5__/* .__decorate */ .Cg)([
|
|
25560
|
-
(0,jodit_core_decorators_watch_watch__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Ay)('promptInput
|
|
25592
|
+
(0,jodit_core_decorators_watch_watch__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Ay)('promptInput:change')
|
|
25561
25593
|
], UiAiAssistant.prototype, "onChangePromptValue", null);
|
|
25562
25594
|
UiAiAssistant = (0,tslib__WEBPACK_IMPORTED_MODULE_5__/* .__decorate */ .Cg)([
|
|
25563
25595
|
jodit_core_decorators_component_component__WEBPACK_IMPORTED_MODULE_6__/* .component */ .s
|