jodit 4.1.12 → 4.1.14
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/es2015/jodit.css +2 -1
- package/es2015/jodit.fat.min.css +1 -1
- package/es2015/jodit.fat.min.js +2 -2
- package/es2015/jodit.js +59 -47
- package/es2015/jodit.min.css +1 -1
- 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 +2 -1
- package/es2018/jodit.fat.min.css +1 -1
- package/es2018/jodit.fat.min.js +2 -2
- package/es2018/jodit.js +58 -46
- package/es2018/jodit.min.css +1 -1
- 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 +2 -1
- package/es2021/jodit.fat.min.css +1 -1
- package/es2021/jodit.fat.min.js +2 -2
- package/es2021/jodit.js +58 -46
- package/es2021/jodit.min.css +1 -1
- 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 +2 -1
- package/es2021.en/jodit.fat.min.css +1 -1
- package/es2021.en/jodit.fat.min.js +2 -2
- package/es2021.en/jodit.js +58 -46
- package/es2021.en/jodit.min.css +1 -1
- 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 +3 -2
- package/es5/jodit.fat.min.css +1 -1
- package/es5/jodit.fat.min.js +2 -2
- package/es5/jodit.js +69 -49
- package/es5/jodit.min.css +3 -3
- 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/esm/plugins/ai-assistant/ai-assistant.d.ts +2 -0
- package/esm/plugins/ai-assistant/ai-assistant.js +39 -28
- package/package.json +1 -1
- package/types/plugins/ai-assistant/ai-assistant.d.ts +2 -0
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.1.
|
|
4
|
+
* Version: v4.1.14
|
|
5
5
|
* Url: https://xdsoft.net/jodit/
|
|
6
6
|
* License(s): MIT
|
|
7
7
|
*/
|
|
@@ -1708,7 +1708,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
1708
1708
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
1709
1709
|
* Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
1710
1710
|
*/
|
|
1711
|
-
const APP_VERSION = "4.1.
|
|
1711
|
+
const APP_VERSION = "4.1.14";
|
|
1712
1712
|
// prettier-ignore
|
|
1713
1713
|
const ES = "es2021";
|
|
1714
1714
|
const IS_ES_MODERN = true;
|
|
@@ -25053,14 +25053,15 @@ jodit_core_ui_icon__WEBPACK_IMPORTED_MODULE_0__/* .Icon */ .I.set('enter', (_ent
|
|
|
25053
25053
|
|
|
25054
25054
|
"use strict";
|
|
25055
25055
|
/* unused harmony export aiAssistant */
|
|
25056
|
-
/* harmony import */ var
|
|
25057
|
-
/* harmony import */ var
|
|
25058
|
-
/* harmony import */ var
|
|
25059
|
-
/* harmony import */ var
|
|
25060
|
-
/* harmony import */ var
|
|
25061
|
-
/* harmony import */ var
|
|
25062
|
-
/* harmony import */ var
|
|
25063
|
-
/* harmony import */ var
|
|
25056
|
+
/* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(31635);
|
|
25057
|
+
/* harmony import */ var jodit_core_decorators_cache_cache__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(87875);
|
|
25058
|
+
/* harmony import */ var jodit_core_decorators_watch_watch__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(66927);
|
|
25059
|
+
/* harmony import */ var jodit_core_global__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(56298);
|
|
25060
|
+
/* harmony import */ var jodit_core_helpers_checker_is_abort_error__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(99951);
|
|
25061
|
+
/* harmony import */ var jodit_core_plugin_plugin__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(29866);
|
|
25062
|
+
/* harmony import */ var _config__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(66888);
|
|
25063
|
+
/* harmony import */ var _ui_ui_ai_assistant__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(20785);
|
|
25064
|
+
/* harmony import */ var _langs__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(81026);
|
|
25064
25065
|
/*!
|
|
25065
25066
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
25066
25067
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
@@ -25074,10 +25075,37 @@ jodit_core_ui_icon__WEBPACK_IMPORTED_MODULE_0__/* .Icon */ .I.set('enter', (_ent
|
|
|
25074
25075
|
|
|
25075
25076
|
|
|
25076
25077
|
|
|
25078
|
+
|
|
25077
25079
|
/**
|
|
25078
25080
|
* The plugin inserts content generated by AI into the editor.
|
|
25079
25081
|
*/
|
|
25080
|
-
class aiAssistant extends
|
|
25082
|
+
class aiAssistant extends jodit_core_plugin_plugin__WEBPACK_IMPORTED_MODULE_3__/* .Plugin */ .k {
|
|
25083
|
+
get __dialog() {
|
|
25084
|
+
return this.jodit.dlg({
|
|
25085
|
+
buttons: ['fullsize', 'dialog.close'],
|
|
25086
|
+
closeOnClickOverlay: true,
|
|
25087
|
+
closeOnEsc: true,
|
|
25088
|
+
resizable: false,
|
|
25089
|
+
draggable: true,
|
|
25090
|
+
minHeight: 160
|
|
25091
|
+
});
|
|
25092
|
+
}
|
|
25093
|
+
get __container() {
|
|
25094
|
+
const { jodit, __dialog } = this;
|
|
25095
|
+
return new _ui_ui_ai_assistant__WEBPACK_IMPORTED_MODULE_5__/* .UiAiAssistant */ .b(jodit, {
|
|
25096
|
+
onInsertAfter(html) {
|
|
25097
|
+
jodit.s.focus();
|
|
25098
|
+
jodit.s.setCursorAfter(jodit.s.current());
|
|
25099
|
+
jodit.s.insertHTML(html);
|
|
25100
|
+
__dialog.close();
|
|
25101
|
+
},
|
|
25102
|
+
onInsert(html) {
|
|
25103
|
+
jodit.s.focus();
|
|
25104
|
+
jodit.s.insertHTML(html);
|
|
25105
|
+
__dialog.close();
|
|
25106
|
+
}
|
|
25107
|
+
});
|
|
25108
|
+
}
|
|
25081
25109
|
constructor(jodit) {
|
|
25082
25110
|
super(jodit);
|
|
25083
25111
|
/** @override */
|
|
@@ -25091,38 +25119,13 @@ class aiAssistant extends jodit_core_plugin_plugin__WEBPACK_IMPORTED_MODULE_2__/
|
|
|
25091
25119
|
group: 'insert'
|
|
25092
25120
|
}
|
|
25093
25121
|
];
|
|
25094
|
-
(0,
|
|
25122
|
+
(0,jodit_core_global__WEBPACK_IMPORTED_MODULE_2__/* .extendLang */ .JW)(_langs__WEBPACK_IMPORTED_MODULE_6__);
|
|
25095
25123
|
}
|
|
25096
25124
|
/** @override */
|
|
25097
25125
|
afterInit(jodit) { }
|
|
25098
25126
|
onGenerateAiAssistantForm(prompt) {
|
|
25099
|
-
|
|
25100
|
-
|
|
25101
|
-
buttons: ['fullsize', 'dialog.close'],
|
|
25102
|
-
closeOnClickOverlay: true,
|
|
25103
|
-
closeOnEsc: true,
|
|
25104
|
-
resizable: false,
|
|
25105
|
-
draggable: true
|
|
25106
|
-
// minWidth: 460,
|
|
25107
|
-
// maxWidth: 460
|
|
25108
|
-
});
|
|
25109
|
-
dialog.bindDestruct(jodit);
|
|
25110
|
-
const container = new _ui_ui_ai_assistant__WEBPACK_IMPORTED_MODULE_4__/* .UiAiAssistant */ .b(jodit, {
|
|
25111
|
-
onInsertAfter(html) {
|
|
25112
|
-
jodit.s.focus();
|
|
25113
|
-
jodit.s.setCursorAfter(jodit.s.current());
|
|
25114
|
-
jodit.s.insertHTML(html);
|
|
25115
|
-
dialog.close();
|
|
25116
|
-
},
|
|
25117
|
-
onInsert(html) {
|
|
25118
|
-
jodit.s.focus();
|
|
25119
|
-
jodit.s.insertHTML(html);
|
|
25120
|
-
dialog.close();
|
|
25121
|
-
}
|
|
25122
|
-
});
|
|
25123
|
-
container.bindDestruct(dialog);
|
|
25124
|
-
dialog.open(container, 'AI Assistant', true, false);
|
|
25125
|
-
container.setPrompt(prompt);
|
|
25127
|
+
this.__dialog.open(this.__container, 'AI Assistant');
|
|
25128
|
+
this.__container.setPrompt(prompt);
|
|
25126
25129
|
}
|
|
25127
25130
|
onInvokeAiAssistant(prompt) {
|
|
25128
25131
|
const { jodit } = this;
|
|
@@ -25143,7 +25146,7 @@ class aiAssistant extends jodit_core_plugin_plugin__WEBPACK_IMPORTED_MODULE_2__/
|
|
|
25143
25146
|
jodit.e.fire('ai-assistant-response', htmlFragment);
|
|
25144
25147
|
})
|
|
25145
25148
|
.catch(error => {
|
|
25146
|
-
if ((0,
|
|
25149
|
+
if ((0,jodit_core_helpers_checker_is_abort_error__WEBPACK_IMPORTED_MODULE_7__/* .isAbortError */ .z)(error)) {
|
|
25147
25150
|
return;
|
|
25148
25151
|
}
|
|
25149
25152
|
jodit.message.error(error.message);
|
|
@@ -25151,15 +25154,24 @@ class aiAssistant extends jodit_core_plugin_plugin__WEBPACK_IMPORTED_MODULE_2__/
|
|
|
25151
25154
|
});
|
|
25152
25155
|
}
|
|
25153
25156
|
/** @override */
|
|
25154
|
-
beforeDestruct(_) {
|
|
25157
|
+
beforeDestruct(_) {
|
|
25158
|
+
this.__container.destruct();
|
|
25159
|
+
this.__dialog.destruct();
|
|
25160
|
+
}
|
|
25155
25161
|
}
|
|
25156
|
-
(0,
|
|
25157
|
-
|
|
25162
|
+
(0,tslib__WEBPACK_IMPORTED_MODULE_8__/* .__decorate */ .Cg)([
|
|
25163
|
+
jodit_core_decorators_cache_cache__WEBPACK_IMPORTED_MODULE_0__/* .cache */ .P
|
|
25164
|
+
], aiAssistant.prototype, "__dialog", null);
|
|
25165
|
+
(0,tslib__WEBPACK_IMPORTED_MODULE_8__/* .__decorate */ .Cg)([
|
|
25166
|
+
jodit_core_decorators_cache_cache__WEBPACK_IMPORTED_MODULE_0__/* .cache */ .P
|
|
25167
|
+
], aiAssistant.prototype, "__container", null);
|
|
25168
|
+
(0,tslib__WEBPACK_IMPORTED_MODULE_8__/* .__decorate */ .Cg)([
|
|
25169
|
+
(0,jodit_core_decorators_watch_watch__WEBPACK_IMPORTED_MODULE_1__/* .watch */ .w)(':generateAiAssistantForm.ai-assistant')
|
|
25158
25170
|
], aiAssistant.prototype, "onGenerateAiAssistantForm", null);
|
|
25159
|
-
(0,
|
|
25160
|
-
(0,
|
|
25171
|
+
(0,tslib__WEBPACK_IMPORTED_MODULE_8__/* .__decorate */ .Cg)([
|
|
25172
|
+
(0,jodit_core_decorators_watch_watch__WEBPACK_IMPORTED_MODULE_1__/* .watch */ .w)(':invokeAiAssistant')
|
|
25161
25173
|
], aiAssistant.prototype, "onInvokeAiAssistant", null);
|
|
25162
|
-
|
|
25174
|
+
jodit_core_global__WEBPACK_IMPORTED_MODULE_2__/* .pluginSystem */ .fg.add('ai-assistant', aiAssistant);
|
|
25163
25175
|
|
|
25164
25176
|
|
|
25165
25177
|
/***/ }),
|