jodit 4.9.19 → 4.10.2
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 +17 -5
- package/es2015/jodit.fat.min.css +1 -1
- package/es2015/jodit.fat.min.js +3 -3
- package/es2015/jodit.js +47 -37
- package/es2015/jodit.min.css +1 -1
- package/es2015/jodit.min.js +3 -3
- package/es2015/plugins/debug/debug.css +1 -1
- 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.fat.min.css +1 -1
- package/es2018/jodit.fat.min.js +3 -3
- package/es2018/jodit.min.css +1 -1
- package/es2018/jodit.min.js +3 -3
- package/es2018/plugins/debug/debug.min.js +1 -1
- package/es2018/plugins/speech-recognize/speech-recognize.min.js +1 -1
- package/es2021/jodit.css +17 -5
- package/es2021/jodit.fat.min.css +1 -1
- package/es2021/jodit.fat.min.js +4 -4
- package/es2021/jodit.js +47 -37
- package/es2021/jodit.min.css +1 -1
- package/es2021/jodit.min.js +4 -4
- package/es2021/plugins/debug/debug.css +1 -1
- 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 +17 -5
- package/es2021.en/jodit.fat.min.css +1 -1
- package/es2021.en/jodit.fat.min.js +4 -4
- package/es2021.en/jodit.js +47 -37
- package/es2021.en/jodit.min.css +1 -1
- package/es2021.en/jodit.min.js +4 -4
- package/es2021.en/plugins/debug/debug.css +1 -1
- 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 +47 -5
- package/es5/jodit.fat.min.css +1 -1
- package/es5/jodit.fat.min.js +2 -2
- package/es5/jodit.js +47 -37
- package/es5/jodit.min.css +3 -3
- package/es5/jodit.min.js +2 -2
- package/es5/plugins/debug/debug.css +1 -1
- 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/es5/polyfills.fat.min.js +1 -1
- package/es5/polyfills.js +1 -1
- package/es5/polyfills.min.js +1 -1
- package/esm/core/constants.js +1 -1
- package/esm/plugins/inline-popup/config/config.js +9 -0
- package/esm/plugins/inline-popup/config/items/cells.js +1 -1
- package/package.json +1 -1
package/es2021/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.
|
|
4
|
+
* Version: v4.10.2
|
|
5
5
|
* Url: https://xdsoft.net/jodit/
|
|
6
6
|
* License(s): MIT
|
|
7
7
|
*/
|
|
@@ -8182,7 +8182,7 @@ const cmd = (control)=>control.args && (0,jodit_core_helpers_checker__WEBPACK_IM
|
|
|
8182
8182
|
tooltip: 'Add row'
|
|
8183
8183
|
},
|
|
8184
8184
|
{
|
|
8185
|
-
name: '
|
|
8185
|
+
name: 'deleteTable',
|
|
8186
8186
|
icon: 'bin',
|
|
8187
8187
|
list: {
|
|
8188
8188
|
tablebin: 'Delete table',
|
|
@@ -34779,7 +34779,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
34779
34779
|
* ```
|
|
34780
34780
|
* @packageDocumentation
|
|
34781
34781
|
* @module constants
|
|
34782
|
-
*/ const APP_VERSION = "4.
|
|
34782
|
+
*/ const APP_VERSION = "4.10.2";
|
|
34783
34783
|
// prettier-ignore
|
|
34784
34784
|
const ES = "es2021";
|
|
34785
34785
|
const IS_ES_MODERN = true;
|
|
@@ -37201,27 +37201,28 @@ function buildData(uploader, data) {
|
|
|
37201
37201
|
/***/ (function(__unused_webpack_module, __unused_webpack___webpack_exports__, __webpack_require__) {
|
|
37202
37202
|
|
|
37203
37203
|
"use strict";
|
|
37204
|
-
/* harmony import */ var
|
|
37205
|
-
/* harmony import */ var
|
|
37206
|
-
/* harmony import */ var
|
|
37207
|
-
/* harmony import */ var
|
|
37208
|
-
/* harmony import */ var
|
|
37209
|
-
/* harmony import */ var
|
|
37210
|
-
/* harmony import */ var
|
|
37211
|
-
/* harmony import */ var
|
|
37212
|
-
/* harmony import */ var
|
|
37213
|
-
/* harmony import */ var
|
|
37214
|
-
/* harmony import */ var
|
|
37215
|
-
/* harmony import */ var
|
|
37216
|
-
/* harmony import */ var
|
|
37217
|
-
/* harmony import */ var
|
|
37218
|
-
/* harmony import */ var
|
|
37219
|
-
/* harmony import */ var
|
|
37220
|
-
/* harmony import */ var
|
|
37221
|
-
/* harmony import */ var
|
|
37222
|
-
/* harmony import */ var
|
|
37223
|
-
/* harmony import */ var
|
|
37224
|
-
/* harmony import */ var
|
|
37204
|
+
/* harmony import */ var jodit_core_helpers_checker__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(28686);
|
|
37205
|
+
/* harmony import */ var jodit_core_ui_icon__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(29434);
|
|
37206
|
+
/* harmony import */ var jodit_config__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(5266);
|
|
37207
|
+
/* harmony import */ var _items_a__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(70235);
|
|
37208
|
+
/* harmony import */ var _items_cells__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(17849);
|
|
37209
|
+
/* harmony import */ var _items_iframe__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(466);
|
|
37210
|
+
/* harmony import */ var _items_img__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(75711);
|
|
37211
|
+
/* harmony import */ var _items_toolbar__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(59399);
|
|
37212
|
+
/* harmony import */ var jodit_plugins_inline_popup_icons_addcolumn_svg__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(38681);
|
|
37213
|
+
/* harmony import */ var jodit_plugins_inline_popup_icons_addcolumn_svg__WEBPACK_IMPORTED_MODULE_8___default = /*#__PURE__*/__webpack_require__.n(jodit_plugins_inline_popup_icons_addcolumn_svg__WEBPACK_IMPORTED_MODULE_8__);
|
|
37214
|
+
/* harmony import */ var jodit_plugins_inline_popup_icons_addrow_svg__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(64637);
|
|
37215
|
+
/* harmony import */ var jodit_plugins_inline_popup_icons_addrow_svg__WEBPACK_IMPORTED_MODULE_9___default = /*#__PURE__*/__webpack_require__.n(jodit_plugins_inline_popup_icons_addrow_svg__WEBPACK_IMPORTED_MODULE_9__);
|
|
37216
|
+
/* harmony import */ var jodit_plugins_inline_popup_icons_merge_svg__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(94190);
|
|
37217
|
+
/* harmony import */ var jodit_plugins_inline_popup_icons_merge_svg__WEBPACK_IMPORTED_MODULE_10___default = /*#__PURE__*/__webpack_require__.n(jodit_plugins_inline_popup_icons_merge_svg__WEBPACK_IMPORTED_MODULE_10__);
|
|
37218
|
+
/* harmony import */ var jodit_plugins_inline_popup_icons_splitg_svg__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(51957);
|
|
37219
|
+
/* harmony import */ var jodit_plugins_inline_popup_icons_splitg_svg__WEBPACK_IMPORTED_MODULE_11___default = /*#__PURE__*/__webpack_require__.n(jodit_plugins_inline_popup_icons_splitg_svg__WEBPACK_IMPORTED_MODULE_11__);
|
|
37220
|
+
/* harmony import */ var jodit_plugins_inline_popup_icons_splitv_svg__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(71940);
|
|
37221
|
+
/* harmony import */ var jodit_plugins_inline_popup_icons_splitv_svg__WEBPACK_IMPORTED_MODULE_12___default = /*#__PURE__*/__webpack_require__.n(jodit_plugins_inline_popup_icons_splitv_svg__WEBPACK_IMPORTED_MODULE_12__);
|
|
37222
|
+
/* harmony import */ var jodit_plugins_inline_popup_icons_th_svg__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(43218);
|
|
37223
|
+
/* harmony import */ var jodit_plugins_inline_popup_icons_th_svg__WEBPACK_IMPORTED_MODULE_13___default = /*#__PURE__*/__webpack_require__.n(jodit_plugins_inline_popup_icons_th_svg__WEBPACK_IMPORTED_MODULE_13__);
|
|
37224
|
+
/* harmony import */ var jodit_plugins_inline_popup_icons_th_list_svg__WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__(48007);
|
|
37225
|
+
/* harmony import */ var jodit_plugins_inline_popup_icons_th_list_svg__WEBPACK_IMPORTED_MODULE_14___default = /*#__PURE__*/__webpack_require__.n(jodit_plugins_inline_popup_icons_th_list_svg__WEBPACK_IMPORTED_MODULE_14__);
|
|
37225
37226
|
/*!
|
|
37226
37227
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
37227
37228
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
@@ -37242,21 +37243,30 @@ function buildData(uploader, data) {
|
|
|
37242
37243
|
|
|
37243
37244
|
|
|
37244
37245
|
|
|
37245
|
-
|
|
37246
|
-
|
|
37247
|
-
|
|
37248
|
-
|
|
37246
|
+
|
|
37247
|
+
jodit_config__WEBPACK_IMPORTED_MODULE_2__.Config.prototype.toolbarInline = true;
|
|
37248
|
+
jodit_config__WEBPACK_IMPORTED_MODULE_2__.Config.prototype.toolbarInlineForSelection = false;
|
|
37249
|
+
jodit_config__WEBPACK_IMPORTED_MODULE_2__.Config.prototype.toolbarInlineDisableFor = [];
|
|
37250
|
+
jodit_config__WEBPACK_IMPORTED_MODULE_2__.Config.prototype.toolbarInlineDisabledButtons = [
|
|
37249
37251
|
'source'
|
|
37250
37252
|
];
|
|
37251
|
-
|
|
37252
|
-
|
|
37253
|
-
|
|
37254
|
-
|
|
37255
|
-
|
|
37256
|
-
|
|
37257
|
-
|
|
37258
|
-
|
|
37259
|
-
|
|
37253
|
+
jodit_core_ui_icon__WEBPACK_IMPORTED_MODULE_1__.Icon.set('addcolumn', (jodit_plugins_inline_popup_icons_addcolumn_svg__WEBPACK_IMPORTED_MODULE_8___default())).set('addrow', (jodit_plugins_inline_popup_icons_addrow_svg__WEBPACK_IMPORTED_MODULE_9___default())).set('merge', (jodit_plugins_inline_popup_icons_merge_svg__WEBPACK_IMPORTED_MODULE_10___default())).set('th', (jodit_plugins_inline_popup_icons_th_svg__WEBPACK_IMPORTED_MODULE_13___default())).set('splitg', (jodit_plugins_inline_popup_icons_splitg_svg__WEBPACK_IMPORTED_MODULE_11___default())).set('splitv', (jodit_plugins_inline_popup_icons_splitv_svg__WEBPACK_IMPORTED_MODULE_12___default())).set('th-list', (jodit_plugins_inline_popup_icons_th_list_svg__WEBPACK_IMPORTED_MODULE_14___default()));
|
|
37254
|
+
// Register cell popup buttons as global controls so they can be
|
|
37255
|
+
// referenced by name in custom popup configurations.
|
|
37256
|
+
// Skip buttons that already exist in controls (e.g. 'align' from justify plugin).
|
|
37257
|
+
_items_cells__WEBPACK_IMPORTED_MODULE_4__["default"].forEach((item)=>{
|
|
37258
|
+
if (!(0,jodit_core_helpers_checker__WEBPACK_IMPORTED_MODULE_0__.isString)(item) && item.name && !jodit_config__WEBPACK_IMPORTED_MODULE_2__.Config.prototype.controls[item.name]) {
|
|
37259
|
+
jodit_config__WEBPACK_IMPORTED_MODULE_2__.Config.prototype.controls[item.name] = item;
|
|
37260
|
+
}
|
|
37261
|
+
});
|
|
37262
|
+
jodit_config__WEBPACK_IMPORTED_MODULE_2__.Config.prototype.popup = {
|
|
37263
|
+
a: _items_a__WEBPACK_IMPORTED_MODULE_3__["default"],
|
|
37264
|
+
img: _items_img__WEBPACK_IMPORTED_MODULE_6__["default"],
|
|
37265
|
+
cells: _items_cells__WEBPACK_IMPORTED_MODULE_4__["default"],
|
|
37266
|
+
toolbar: _items_toolbar__WEBPACK_IMPORTED_MODULE_7__["default"],
|
|
37267
|
+
jodit: _items_iframe__WEBPACK_IMPORTED_MODULE_5__["default"],
|
|
37268
|
+
iframe: _items_iframe__WEBPACK_IMPORTED_MODULE_5__["default"],
|
|
37269
|
+
'jodit-media': _items_iframe__WEBPACK_IMPORTED_MODULE_5__["default"],
|
|
37260
37270
|
selection: [
|
|
37261
37271
|
'bold',
|
|
37262
37272
|
'underline',
|