jodit 4.1.12 → 4.1.16
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 +81 -61
- 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 +80 -60
- 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 +79 -60
- 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 +79 -60
- 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 +91 -63
- 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/core/decorators/cache/cache.d.ts +2 -1
- package/esm/core/decorators/cache/cache.js +7 -0
- package/esm/core/ui/button/tooltip/tooltip.js +2 -4
- 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/core/decorators/cache/cache.d.ts +2 -1
- package/types/plugins/ai-assistant/ai-assistant.d.ts +2 -0
package/es2015/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.16
|
|
5
5
|
* Url: https://xdsoft.net/jodit/
|
|
6
6
|
* License(s): MIT
|
|
7
7
|
*/
|
|
@@ -1707,7 +1707,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
1707
1707
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
1708
1708
|
* Copyright (c) 2013-2024 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
1709
1709
|
*/
|
|
1710
|
-
const APP_VERSION = "4.1.
|
|
1710
|
+
const APP_VERSION = "4.1.16";
|
|
1711
1711
|
// prettier-ignore
|
|
1712
1712
|
const ES = "es2015";
|
|
1713
1713
|
const IS_ES_MODERN = true;
|
|
@@ -2110,8 +2110,9 @@ class Create {
|
|
|
2110
2110
|
|
|
2111
2111
|
"use strict";
|
|
2112
2112
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
2113
|
-
/* harmony export */
|
|
2114
|
-
/* harmony export */
|
|
2113
|
+
/* harmony export */ OK: function() { return /* binding */ cacheHTML; },
|
|
2114
|
+
/* harmony export */ PO: function() { return /* binding */ cached; },
|
|
2115
|
+
/* harmony export */ PP: function() { return /* binding */ cache; }
|
|
2115
2116
|
/* harmony export */ });
|
|
2116
2117
|
/* harmony import */ var jodit_core_component_statuses__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(64567);
|
|
2117
2118
|
/* harmony import */ var jodit_core_dom_dom__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(55186);
|
|
@@ -2126,6 +2127,13 @@ class Create {
|
|
|
2126
2127
|
|
|
2127
2128
|
|
|
2128
2129
|
|
|
2130
|
+
function cached(object, property) {
|
|
2131
|
+
const descriptor = Object.getOwnPropertyDescriptor(object, property);
|
|
2132
|
+
if (!descriptor || (0,jodit_core_helpers_checker__WEBPACK_IMPORTED_MODULE_2__/* .isFunction */ .Tn)(descriptor.get)) {
|
|
2133
|
+
return null;
|
|
2134
|
+
}
|
|
2135
|
+
return descriptor.value;
|
|
2136
|
+
}
|
|
2129
2137
|
function cache(_, name, descriptor) {
|
|
2130
2138
|
const getter = descriptor.get;
|
|
2131
2139
|
if (!getter) {
|
|
@@ -2394,8 +2402,9 @@ function idle() {
|
|
|
2394
2402
|
__webpack_require__.r(__webpack_exports__);
|
|
2395
2403
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
2396
2404
|
/* harmony export */ autobind: function() { return /* reexport safe */ _autobind_autobind__WEBPACK_IMPORTED_MODULE_0__.d; },
|
|
2397
|
-
/* harmony export */ cache: function() { return /* reexport safe */ _cache_cache__WEBPACK_IMPORTED_MODULE_1__.
|
|
2398
|
-
/* harmony export */ cacheHTML: function() { return /* reexport safe */ _cache_cache__WEBPACK_IMPORTED_MODULE_1__.
|
|
2405
|
+
/* harmony export */ cache: function() { return /* reexport safe */ _cache_cache__WEBPACK_IMPORTED_MODULE_1__.PP; },
|
|
2406
|
+
/* harmony export */ cacheHTML: function() { return /* reexport safe */ _cache_cache__WEBPACK_IMPORTED_MODULE_1__.OK; },
|
|
2407
|
+
/* harmony export */ cached: function() { return /* reexport safe */ _cache_cache__WEBPACK_IMPORTED_MODULE_1__.PO; },
|
|
2399
2408
|
/* harmony export */ component: function() { return /* reexport safe */ _component_component__WEBPACK_IMPORTED_MODULE_2__.s; },
|
|
2400
2409
|
/* harmony export */ debounce: function() { return /* reexport safe */ _debounce_debounce__WEBPACK_IMPORTED_MODULE_3__.s; },
|
|
2401
2410
|
/* harmony export */ derive: function() { return /* reexport safe */ _derive_derive__WEBPACK_IMPORTED_MODULE_4__.C; },
|
|
@@ -13281,7 +13290,8 @@ let UITooltip = UITooltip_1 = class UITooltip extends jodit_core_ui_element__WEB
|
|
|
13281
13290
|
view.o.showTooltip &&
|
|
13282
13291
|
!view.o.useNativeTooltip) {
|
|
13283
13292
|
view.hookStatus(jodit_core_component__WEBPACK_IMPORTED_MODULE_0__/* .STATUSES */ .f.ready, () => {
|
|
13284
|
-
|
|
13293
|
+
// TODO Move it inside __open method. Now it is here becous testcase failed with capturing
|
|
13294
|
+
(0,jodit_core_global__WEBPACK_IMPORTED_MODULE_3__/* .getContainer */ .My)(this.j, UITooltip_1).appendChild(this.container);
|
|
13285
13295
|
view.e.on(view.container, 'mouseenter.tooltip', this.__onMouseEnter, {
|
|
13286
13296
|
capture: true
|
|
13287
13297
|
});
|
|
@@ -13410,9 +13420,6 @@ let UITooltip = UITooltip_1 = class UITooltip extends jodit_core_ui_element__WEB
|
|
|
13410
13420
|
(0,tslib__WEBPACK_IMPORTED_MODULE_7__/* .__decorate */ .Cg)([
|
|
13411
13421
|
jodit_core_decorators__WEBPACK_IMPORTED_MODULE_1__.autobind
|
|
13412
13422
|
], UITooltip.prototype, "__onMouseEnter", null);
|
|
13413
|
-
(0,tslib__WEBPACK_IMPORTED_MODULE_7__/* .__decorate */ .Cg)([
|
|
13414
|
-
jodit_core_decorators__WEBPACK_IMPORTED_MODULE_1__.autobind
|
|
13415
|
-
], UITooltip.prototype, "__delayOpen", null);
|
|
13416
13423
|
(0,tslib__WEBPACK_IMPORTED_MODULE_7__/* .__decorate */ .Cg)([
|
|
13417
13424
|
jodit_core_decorators__WEBPACK_IMPORTED_MODULE_1__.autobind
|
|
13418
13425
|
], UITooltip.prototype, "__hide", null);
|
|
@@ -16015,22 +16022,22 @@ View.version = jodit_core_constants__WEBPACK_IMPORTED_MODULE_3__.APP_VERSION;
|
|
|
16015
16022
|
View.esNext = jodit_core_constants__WEBPACK_IMPORTED_MODULE_3__.IS_ES_NEXT; // from webpack.config.js
|
|
16016
16023
|
View.esModern = jodit_core_constants__WEBPACK_IMPORTED_MODULE_3__.IS_ES_MODERN; // from webpack.config.js
|
|
16017
16024
|
(0,tslib__WEBPACK_IMPORTED_MODULE_15__/* .__decorate */ .Cg)([
|
|
16018
|
-
jodit_core_decorators_cache_cache__WEBPACK_IMPORTED_MODULE_5__/* .cache */ .
|
|
16025
|
+
jodit_core_decorators_cache_cache__WEBPACK_IMPORTED_MODULE_5__/* .cache */ .PP
|
|
16019
16026
|
], View.prototype, "buffer", null);
|
|
16020
16027
|
(0,tslib__WEBPACK_IMPORTED_MODULE_15__/* .__decorate */ .Cg)([
|
|
16021
|
-
jodit_core_decorators_cache_cache__WEBPACK_IMPORTED_MODULE_5__/* .cache */ .
|
|
16028
|
+
jodit_core_decorators_cache_cache__WEBPACK_IMPORTED_MODULE_5__/* .cache */ .PP
|
|
16022
16029
|
], View.prototype, "message", null);
|
|
16023
16030
|
(0,tslib__WEBPACK_IMPORTED_MODULE_15__/* .__decorate */ .Cg)([
|
|
16024
|
-
jodit_core_decorators_cache_cache__WEBPACK_IMPORTED_MODULE_5__/* .cache */ .
|
|
16031
|
+
jodit_core_decorators_cache_cache__WEBPACK_IMPORTED_MODULE_5__/* .cache */ .PP
|
|
16025
16032
|
], View.prototype, "storage", null);
|
|
16026
16033
|
(0,tslib__WEBPACK_IMPORTED_MODULE_15__/* .__decorate */ .Cg)([
|
|
16027
|
-
jodit_core_decorators_cache_cache__WEBPACK_IMPORTED_MODULE_5__/* .cache */ .
|
|
16034
|
+
jodit_core_decorators_cache_cache__WEBPACK_IMPORTED_MODULE_5__/* .cache */ .PP
|
|
16028
16035
|
], View.prototype, "c", null);
|
|
16029
16036
|
(0,tslib__WEBPACK_IMPORTED_MODULE_15__/* .__decorate */ .Cg)([
|
|
16030
|
-
jodit_core_decorators_cache_cache__WEBPACK_IMPORTED_MODULE_5__/* .cache */ .
|
|
16037
|
+
jodit_core_decorators_cache_cache__WEBPACK_IMPORTED_MODULE_5__/* .cache */ .PP
|
|
16031
16038
|
], View.prototype, "e", null);
|
|
16032
16039
|
(0,tslib__WEBPACK_IMPORTED_MODULE_15__/* .__decorate */ .Cg)([
|
|
16033
|
-
jodit_core_decorators_cache_cache__WEBPACK_IMPORTED_MODULE_5__/* .cache */ .
|
|
16040
|
+
jodit_core_decorators_cache_cache__WEBPACK_IMPORTED_MODULE_5__/* .cache */ .PP
|
|
16034
16041
|
], View.prototype, "progressbar", null);
|
|
16035
16042
|
(0,tslib__WEBPACK_IMPORTED_MODULE_15__/* .__decorate */ .Cg)([
|
|
16036
16043
|
(0,jodit_core_decorators_hook_hook__WEBPACK_IMPORTED_MODULE_6__/* .hook */ .A)(jodit_core_component_statuses__WEBPACK_IMPORTED_MODULE_2__/* .STATUSES */ .f.beforeDestruct)
|
|
@@ -25066,14 +25073,15 @@ jodit_core_ui_icon__WEBPACK_IMPORTED_MODULE_0__/* .Icon */ .I.set('enter', (_ent
|
|
|
25066
25073
|
|
|
25067
25074
|
"use strict";
|
|
25068
25075
|
/* unused harmony export aiAssistant */
|
|
25069
|
-
/* harmony import */ var
|
|
25070
|
-
/* harmony import */ var
|
|
25071
|
-
/* harmony import */ var
|
|
25072
|
-
/* harmony import */ var
|
|
25073
|
-
/* harmony import */ var
|
|
25074
|
-
/* harmony import */ var
|
|
25075
|
-
/* harmony import */ var
|
|
25076
|
-
/* harmony import */ var
|
|
25076
|
+
/* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(31635);
|
|
25077
|
+
/* harmony import */ var jodit_core_decorators_cache_cache__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(87875);
|
|
25078
|
+
/* harmony import */ var jodit_core_decorators_watch_watch__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(66927);
|
|
25079
|
+
/* harmony import */ var jodit_core_global__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(56298);
|
|
25080
|
+
/* harmony import */ var jodit_core_helpers_checker_is_abort_error__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(99951);
|
|
25081
|
+
/* harmony import */ var jodit_core_plugin_plugin__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(29866);
|
|
25082
|
+
/* harmony import */ var _config__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(66888);
|
|
25083
|
+
/* harmony import */ var _ui_ui_ai_assistant__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(20785);
|
|
25084
|
+
/* harmony import */ var _langs__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(81026);
|
|
25077
25085
|
/*!
|
|
25078
25086
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
25079
25087
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
@@ -25087,10 +25095,37 @@ jodit_core_ui_icon__WEBPACK_IMPORTED_MODULE_0__/* .Icon */ .I.set('enter', (_ent
|
|
|
25087
25095
|
|
|
25088
25096
|
|
|
25089
25097
|
|
|
25098
|
+
|
|
25090
25099
|
/**
|
|
25091
25100
|
* The plugin inserts content generated by AI into the editor.
|
|
25092
25101
|
*/
|
|
25093
|
-
class aiAssistant extends
|
|
25102
|
+
class aiAssistant extends jodit_core_plugin_plugin__WEBPACK_IMPORTED_MODULE_3__/* .Plugin */ .k {
|
|
25103
|
+
get __dialog() {
|
|
25104
|
+
return this.jodit.dlg({
|
|
25105
|
+
buttons: ['fullsize', 'dialog.close'],
|
|
25106
|
+
closeOnClickOverlay: true,
|
|
25107
|
+
closeOnEsc: true,
|
|
25108
|
+
resizable: false,
|
|
25109
|
+
draggable: true,
|
|
25110
|
+
minHeight: 160
|
|
25111
|
+
});
|
|
25112
|
+
}
|
|
25113
|
+
get __container() {
|
|
25114
|
+
const { jodit, __dialog } = this;
|
|
25115
|
+
return new _ui_ui_ai_assistant__WEBPACK_IMPORTED_MODULE_5__/* .UiAiAssistant */ .b(jodit, {
|
|
25116
|
+
onInsertAfter(html) {
|
|
25117
|
+
jodit.s.focus();
|
|
25118
|
+
jodit.s.setCursorAfter(jodit.s.current());
|
|
25119
|
+
jodit.s.insertHTML(html);
|
|
25120
|
+
__dialog.close();
|
|
25121
|
+
},
|
|
25122
|
+
onInsert(html) {
|
|
25123
|
+
jodit.s.focus();
|
|
25124
|
+
jodit.s.insertHTML(html);
|
|
25125
|
+
__dialog.close();
|
|
25126
|
+
}
|
|
25127
|
+
});
|
|
25128
|
+
}
|
|
25094
25129
|
constructor(jodit) {
|
|
25095
25130
|
super(jodit);
|
|
25096
25131
|
/** @override */
|
|
@@ -25104,45 +25139,20 @@ class aiAssistant extends jodit_core_plugin_plugin__WEBPACK_IMPORTED_MODULE_2__/
|
|
|
25104
25139
|
group: 'insert'
|
|
25105
25140
|
}
|
|
25106
25141
|
];
|
|
25107
|
-
(0,
|
|
25142
|
+
(0,jodit_core_global__WEBPACK_IMPORTED_MODULE_2__/* .extendLang */ .JW)(_langs__WEBPACK_IMPORTED_MODULE_6__);
|
|
25108
25143
|
}
|
|
25109
25144
|
/** @override */
|
|
25110
25145
|
afterInit(jodit) { }
|
|
25111
25146
|
onGenerateAiAssistantForm(prompt) {
|
|
25112
|
-
|
|
25113
|
-
|
|
25114
|
-
buttons: ['fullsize', 'dialog.close'],
|
|
25115
|
-
closeOnClickOverlay: true,
|
|
25116
|
-
closeOnEsc: true,
|
|
25117
|
-
resizable: false,
|
|
25118
|
-
draggable: true
|
|
25119
|
-
// minWidth: 460,
|
|
25120
|
-
// maxWidth: 460
|
|
25121
|
-
});
|
|
25122
|
-
dialog.bindDestruct(jodit);
|
|
25123
|
-
const container = new _ui_ui_ai_assistant__WEBPACK_IMPORTED_MODULE_4__/* .UiAiAssistant */ .b(jodit, {
|
|
25124
|
-
onInsertAfter(html) {
|
|
25125
|
-
jodit.s.focus();
|
|
25126
|
-
jodit.s.setCursorAfter(jodit.s.current());
|
|
25127
|
-
jodit.s.insertHTML(html);
|
|
25128
|
-
dialog.close();
|
|
25129
|
-
},
|
|
25130
|
-
onInsert(html) {
|
|
25131
|
-
jodit.s.focus();
|
|
25132
|
-
jodit.s.insertHTML(html);
|
|
25133
|
-
dialog.close();
|
|
25134
|
-
}
|
|
25135
|
-
});
|
|
25136
|
-
container.bindDestruct(dialog);
|
|
25137
|
-
dialog.open(container, 'AI Assistant', true, false);
|
|
25138
|
-
container.setPrompt(prompt);
|
|
25147
|
+
this.__dialog.open(this.__container, 'AI Assistant');
|
|
25148
|
+
this.__container.setPrompt(prompt);
|
|
25139
25149
|
}
|
|
25140
25150
|
onInvokeAiAssistant(prompt) {
|
|
25141
25151
|
const { jodit } = this;
|
|
25142
25152
|
jodit.s.focus();
|
|
25143
25153
|
const selectedText = jodit.s.html;
|
|
25144
25154
|
jodit.async
|
|
25145
|
-
.promise((resolve, reject) => (0,
|
|
25155
|
+
.promise((resolve, reject) => (0,tslib__WEBPACK_IMPORTED_MODULE_7__/* .__awaiter */ .sH)(this, void 0, void 0, function* () {
|
|
25146
25156
|
try {
|
|
25147
25157
|
const result = yield jodit.o.aiAssistant
|
|
25148
25158
|
.aiAssistantCallback(prompt, selectedText);
|
|
@@ -25156,7 +25166,7 @@ class aiAssistant extends jodit_core_plugin_plugin__WEBPACK_IMPORTED_MODULE_2__/
|
|
|
25156
25166
|
jodit.e.fire('ai-assistant-response', htmlFragment);
|
|
25157
25167
|
})
|
|
25158
25168
|
.catch(error => {
|
|
25159
|
-
if ((0,
|
|
25169
|
+
if ((0,jodit_core_helpers_checker_is_abort_error__WEBPACK_IMPORTED_MODULE_8__/* .isAbortError */ .z)(error)) {
|
|
25160
25170
|
return;
|
|
25161
25171
|
}
|
|
25162
25172
|
jodit.message.error(error.message);
|
|
@@ -25164,15 +25174,25 @@ class aiAssistant extends jodit_core_plugin_plugin__WEBPACK_IMPORTED_MODULE_2__/
|
|
|
25164
25174
|
});
|
|
25165
25175
|
}
|
|
25166
25176
|
/** @override */
|
|
25167
|
-
beforeDestruct(_) {
|
|
25177
|
+
beforeDestruct(_) {
|
|
25178
|
+
var _a, _b;
|
|
25179
|
+
(_a = (0,jodit_core_decorators_cache_cache__WEBPACK_IMPORTED_MODULE_0__/* .cached */ .PO)(this, '__container')) === null || _a === void 0 ? void 0 : _a.destruct();
|
|
25180
|
+
(_b = (0,jodit_core_decorators_cache_cache__WEBPACK_IMPORTED_MODULE_0__/* .cached */ .PO)(this, '__dialog')) === null || _b === void 0 ? void 0 : _b.destruct();
|
|
25181
|
+
}
|
|
25168
25182
|
}
|
|
25169
|
-
(0,
|
|
25170
|
-
|
|
25183
|
+
(0,tslib__WEBPACK_IMPORTED_MODULE_7__/* .__decorate */ .Cg)([
|
|
25184
|
+
jodit_core_decorators_cache_cache__WEBPACK_IMPORTED_MODULE_0__/* .cache */ .PP
|
|
25185
|
+
], aiAssistant.prototype, "__dialog", null);
|
|
25186
|
+
(0,tslib__WEBPACK_IMPORTED_MODULE_7__/* .__decorate */ .Cg)([
|
|
25187
|
+
jodit_core_decorators_cache_cache__WEBPACK_IMPORTED_MODULE_0__/* .cache */ .PP
|
|
25188
|
+
], aiAssistant.prototype, "__container", null);
|
|
25189
|
+
(0,tslib__WEBPACK_IMPORTED_MODULE_7__/* .__decorate */ .Cg)([
|
|
25190
|
+
(0,jodit_core_decorators_watch_watch__WEBPACK_IMPORTED_MODULE_1__/* .watch */ .w)(':generateAiAssistantForm.ai-assistant')
|
|
25171
25191
|
], aiAssistant.prototype, "onGenerateAiAssistantForm", null);
|
|
25172
|
-
(0,
|
|
25173
|
-
(0,
|
|
25192
|
+
(0,tslib__WEBPACK_IMPORTED_MODULE_7__/* .__decorate */ .Cg)([
|
|
25193
|
+
(0,jodit_core_decorators_watch_watch__WEBPACK_IMPORTED_MODULE_1__/* .watch */ .w)(':invokeAiAssistant')
|
|
25174
25194
|
], aiAssistant.prototype, "onInvokeAiAssistant", null);
|
|
25175
|
-
|
|
25195
|
+
jodit_core_global__WEBPACK_IMPORTED_MODULE_2__/* .pluginSystem */ .fg.add('ai-assistant', aiAssistant);
|
|
25176
25196
|
|
|
25177
25197
|
|
|
25178
25198
|
/***/ }),
|