jodit 4.14.0 → 4.14.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.
Files changed (61) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/es2015/jodit.css +1 -1
  3. package/es2015/jodit.fat.min.css +1 -1
  4. package/es2015/jodit.fat.min.js +11 -11
  5. package/es2015/jodit.js +632 -547
  6. package/es2015/jodit.min.css +1 -1
  7. package/es2015/jodit.min.js +9 -9
  8. package/es2015/plugins/debug/debug.css +1 -1
  9. package/es2015/plugins/debug/debug.js +1 -1
  10. package/es2015/plugins/debug/debug.min.js +1 -1
  11. package/es2015/plugins/speech-recognize/speech-recognize.css +1 -1
  12. package/es2015/plugins/speech-recognize/speech-recognize.js +11 -33
  13. package/es2015/plugins/speech-recognize/speech-recognize.min.js +2 -2
  14. package/es2018/jodit.fat.min.css +1 -1
  15. package/es2018/jodit.fat.min.js +11 -11
  16. package/es2018/jodit.min.css +1 -1
  17. package/es2018/jodit.min.js +9 -9
  18. package/es2018/plugins/debug/debug.min.js +1 -1
  19. package/es2018/plugins/speech-recognize/speech-recognize.min.js +2 -2
  20. package/es2021/jodit.css +1 -1
  21. package/es2021/jodit.fat.min.css +1 -1
  22. package/es2021/jodit.fat.min.js +16 -16
  23. package/es2021/jodit.js +638 -553
  24. package/es2021/jodit.min.css +1 -1
  25. package/es2021/jodit.min.js +14 -14
  26. package/es2021/plugins/debug/debug.css +1 -1
  27. package/es2021/plugins/debug/debug.js +1 -1
  28. package/es2021/plugins/debug/debug.min.js +1 -1
  29. package/es2021/plugins/speech-recognize/speech-recognize.css +1 -1
  30. package/es2021/plugins/speech-recognize/speech-recognize.js +11 -33
  31. package/es2021/plugins/speech-recognize/speech-recognize.min.js +2 -2
  32. package/es2021.en/jodit.css +1 -1
  33. package/es2021.en/jodit.fat.min.css +1 -1
  34. package/es2021.en/jodit.fat.min.js +55 -55
  35. package/es2021.en/jodit.js +638 -553
  36. package/es2021.en/jodit.min.css +1 -1
  37. package/es2021.en/jodit.min.js +55 -55
  38. package/es2021.en/plugins/debug/debug.css +1 -1
  39. package/es2021.en/plugins/debug/debug.js +1 -1
  40. package/es2021.en/plugins/debug/debug.min.js +1 -1
  41. package/es2021.en/plugins/speech-recognize/speech-recognize.css +1 -1
  42. package/es2021.en/plugins/speech-recognize/speech-recognize.js +11 -33
  43. package/es2021.en/plugins/speech-recognize/speech-recognize.min.js +2 -2
  44. package/es5/jodit.css +2 -2
  45. package/es5/jodit.fat.min.css +1 -1
  46. package/es5/jodit.fat.min.js +2 -2
  47. package/es5/jodit.js +314 -318
  48. package/es5/jodit.min.css +3 -3
  49. package/es5/jodit.min.js +2 -2
  50. package/es5/plugins/debug/debug.css +1 -1
  51. package/es5/plugins/debug/debug.js +2 -2
  52. package/es5/plugins/debug/debug.min.js +1 -1
  53. package/es5/plugins/speech-recognize/speech-recognize.css +1 -1
  54. package/es5/plugins/speech-recognize/speech-recognize.js +3 -3
  55. package/es5/plugins/speech-recognize/speech-recognize.min.js +1 -1
  56. package/es5/polyfills.fat.min.js +2 -2
  57. package/es5/polyfills.js +20 -5
  58. package/es5/polyfills.min.js +2 -2
  59. package/esm/core/constants.js +1 -1
  60. package/esm/plugins/search/ui/search.js +1 -1
  61. 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.14.0
4
+ * Version: v4.14.2
5
5
  * Url: https://xdsoft.net/jodit/
6
6
  * License(s): MIT
7
7
  */
@@ -1066,7 +1066,7 @@ var ConfigPrototype = {};
1066
1066
  */ (0,_swc_helpers_define_property__WEBPACK_IMPORTED_MODULE_2__._)(this, "showBrowserColorPicker", true);
1067
1067
  Object.assign(this, ConfigPrototype);
1068
1068
  }
1069
- (0,_swc_helpers_create_class__WEBPACK_IMPORTED_MODULE_1__._)(Config, null, [
1069
+ ;(0,_swc_helpers_create_class__WEBPACK_IMPORTED_MODULE_1__._)(Config, null, [
1070
1070
  {
1071
1071
  key: "defaultOptions",
1072
1072
  get: function get() {
@@ -1168,7 +1168,7 @@ var Async = /*#__PURE__*/ function() {
1168
1168
  });
1169
1169
  (0,_swc_helpers_define_property__WEBPACK_IMPORTED_MODULE_2__._)(this, "isDestructed", false);
1170
1170
  }
1171
- (0,_swc_helpers_create_class__WEBPACK_IMPORTED_MODULE_1__._)(Async, [
1171
+ ;(0,_swc_helpers_create_class__WEBPACK_IMPORTED_MODULE_1__._)(Async, [
1172
1172
  {
1173
1173
  key: "delay",
1174
1174
  value: function delay(timeout) {
@@ -1211,7 +1211,7 @@ var Async = /*#__PURE__*/ function() {
1211
1211
  {
1212
1212
  key: "updateTimeout",
1213
1213
  value: function updateTimeout(label, timeout) {
1214
- (0,jodit_core_helpers_utils_assert__WEBPACK_IMPORTED_MODULE_15__.assert)(label && this.timers.has(label), 'Label does not exist');
1214
+ ;(0,jodit_core_helpers_utils_assert__WEBPACK_IMPORTED_MODULE_15__.assert)(label && this.timers.has(label), 'Label does not exist');
1215
1215
  if (!label || !this.timers.has(label)) {
1216
1216
  return null;
1217
1217
  }
@@ -1239,7 +1239,7 @@ var Async = /*#__PURE__*/ function() {
1239
1239
  if ((0,jodit_core_helpers_checker_is_string__WEBPACK_IMPORTED_MODULE_13__.isString)(timerOrLabel)) {
1240
1240
  return this.clearLabel(timerOrLabel);
1241
1241
  }
1242
- (0,jodit_core_helpers_async__WEBPACK_IMPORTED_MODULE_7__.clearTimeout)(timerOrLabel);
1242
+ ;(0,jodit_core_helpers_async__WEBPACK_IMPORTED_MODULE_7__.clearTimeout)(timerOrLabel);
1243
1243
  this.timers.delete(timerOrLabel);
1244
1244
  this.__callbacks.delete(timerOrLabel);
1245
1245
  }
@@ -1292,7 +1292,7 @@ var Async = /*#__PURE__*/ function() {
1292
1292
  if (!timer && firstCallImmediately) {
1293
1293
  callFn.apply(void 0, (0,_swc_helpers_to_consumable_array__WEBPACK_IMPORTED_MODULE_5__._)(args));
1294
1294
  }
1295
- (0,jodit_core_helpers_async__WEBPACK_IMPORTED_MODULE_7__.clearTimeout)(timer);
1295
+ ;(0,jodit_core_helpers_async__WEBPACK_IMPORTED_MODULE_7__.clearTimeout)(timer);
1296
1296
  timer = _this.setTimeout(function() {
1297
1297
  return callFn.apply(void 0, (0,_swc_helpers_to_consumable_array__WEBPACK_IMPORTED_MODULE_5__._)(args));
1298
1298
  }, (0,jodit_core_helpers_checker_is_function__WEBPACK_IMPORTED_MODULE_9__.isFunction)(timeout) ? timeout() : timeout);
@@ -1656,7 +1656,7 @@ var StatusListHandlers = new Map();
1656
1656
  (0,_swc_helpers_define_property__WEBPACK_IMPORTED_MODULE_2__._)(this, "__componentStatus", jodit_core_component_statuses__WEBPACK_IMPORTED_MODULE_5__.STATUSES.beforeInit);
1657
1657
  this.uid = 'jodit-uid-' + (0,jodit_core_global__WEBPACK_IMPORTED_MODULE_6__.uniqueUid)();
1658
1658
  }
1659
- (0,_swc_helpers_create_class__WEBPACK_IMPORTED_MODULE_1__._)(Component, [
1659
+ ;(0,_swc_helpers_create_class__WEBPACK_IMPORTED_MODULE_1__._)(Component, [
1660
1660
  {
1661
1661
  key: "componentName",
1662
1662
  get: function get() {
@@ -1960,7 +1960,7 @@ var ViewComponent = /*#__PURE__*/ function(Component) {
1960
1960
  _this.setParentView(jodit);
1961
1961
  return _this;
1962
1962
  }
1963
- (0,_swc_helpers_create_class__WEBPACK_IMPORTED_MODULE_2__._)(ViewComponent, [
1963
+ ;(0,_swc_helpers_create_class__WEBPACK_IMPORTED_MODULE_2__._)(ViewComponent, [
1964
1964
  {
1965
1965
  key: "j",
1966
1966
  get: /**
@@ -2107,7 +2107,7 @@ __webpack_require__.r(__webpack_exports__);
2107
2107
  * @packageDocumentation
2108
2108
  * @module constants
2109
2109
  */
2110
- var APP_VERSION = "4.14.0";
2110
+ var APP_VERSION = "4.14.2";
2111
2111
  // prettier-ignore
2112
2112
  var ES = "es5";
2113
2113
  var IS_ES_MODERN = false;
@@ -2373,7 +2373,7 @@ var Create = /*#__PURE__*/ function() {
2373
2373
  this.document = document;
2374
2374
  this.createAttributes = createAttributes;
2375
2375
  }
2376
- (0,_swc_helpers_create_class__WEBPACK_IMPORTED_MODULE_1__._)(Create, [
2376
+ ;(0,_swc_helpers_create_class__WEBPACK_IMPORTED_MODULE_1__._)(Create, [
2377
2377
  {
2378
2378
  key: "doc",
2379
2379
  get: function get() {
@@ -2857,7 +2857,7 @@ var componentRegistry = new Map();
2857
2857
  for(var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++){
2858
2858
  args[_key] = arguments[_key];
2859
2859
  }
2860
- (0,_swc_helpers_class_call_check__WEBPACK_IMPORTED_MODULE_1__._)(this, newConstructorFunction);
2860
+ ;(0,_swc_helpers_class_call_check__WEBPACK_IMPORTED_MODULE_1__._)(this, newConstructorFunction);
2861
2861
  var _this;
2862
2862
  _this = (0,_swc_helpers_call_super__WEBPACK_IMPORTED_MODULE_0__._)(this, newConstructorFunction, (0,_swc_helpers_to_consumable_array__WEBPACK_IMPORTED_MODULE_4__._)(args));
2863
2863
  var isRootConstructor = _this.constructor === newConstructorFunction;
@@ -3331,7 +3331,7 @@ function wait(condition) {
3331
3331
  if (!immediately) {
3332
3332
  callback = component.async.microDebounce(callback, true);
3333
3333
  }
3334
- (0,jodit_core_helpers_array_split_array__WEBPACK_IMPORTED_MODULE_4__.splitArray)(observeFields).forEach(function(field) {
3334
+ ;(0,jodit_core_helpers_array_split_array__WEBPACK_IMPORTED_MODULE_4__.splitArray)(observeFields).forEach(function(field) {
3335
3335
  if (/:/.test(field)) {
3336
3336
  var _field_split = (0,_swc_helpers_sliced_to_array__WEBPACK_IMPORTED_MODULE_0__._)(field.split(':'), 2), objectPath = _field_split[0], eventName = _field_split[1];
3337
3337
  var ctx = context;
@@ -3462,7 +3462,7 @@ var TEMP_ELEMENT_REG_EXP = new RegExp("<([a-z]+)[^>]+".concat(jodit_core_constan
3462
3462
  (0,_swc_helpers_class_call_check__WEBPACK_IMPORTED_MODULE_0__._)(this, Dom);
3463
3463
  throw new Error('Dom is static module');
3464
3464
  }
3465
- (0,_swc_helpers_create_class__WEBPACK_IMPORTED_MODULE_1__._)(Dom, null, [
3465
+ ;(0,_swc_helpers_create_class__WEBPACK_IMPORTED_MODULE_1__._)(Dom, null, [
3466
3466
  {
3467
3467
  key: "detach",
3468
3468
  value: /**
@@ -4321,7 +4321,7 @@ var TEMP_ELEMENT_REG_EXP = new RegExp("<([a-z]+)[^>]+".concat(jodit_core_constan
4321
4321
  if (!node) {
4322
4322
  return;
4323
4323
  }
4324
- (0,jodit_core_helpers_utils_data_bind__WEBPACK_IMPORTED_MODULE_18__.dataBind)(node, '__old_display', node.style.getPropertyValue('display'));
4324
+ ;(0,jodit_core_helpers_utils_data_bind__WEBPACK_IMPORTED_MODULE_18__.dataBind)(node, '__old_display', node.style.getPropertyValue('display'));
4325
4325
  node.style.setProperty('display', 'none');
4326
4326
  }
4327
4327
  },
@@ -4490,7 +4490,7 @@ var TEMP_ELEMENT_REG_EXP = new RegExp("<([a-z]+)[^>]+".concat(jodit_core_constan
4490
4490
  _this = (0,_swc_helpers_call_super__WEBPACK_IMPORTED_MODULE_0__._)(this, LazyWalker), (0,_swc_helpers_define_property__WEBPACK_IMPORTED_MODULE_3__._)(_this, "async", void 0), (0,_swc_helpers_define_property__WEBPACK_IMPORTED_MODULE_3__._)(_this, "options", void 0), (0,_swc_helpers_define_property__WEBPACK_IMPORTED_MODULE_3__._)(_this, "workNodes", void 0), (0,_swc_helpers_define_property__WEBPACK_IMPORTED_MODULE_3__._)(_this, "hadAffect", void 0), (0,_swc_helpers_define_property__WEBPACK_IMPORTED_MODULE_3__._)(_this, "isWorked", void 0), (0,_swc_helpers_define_property__WEBPACK_IMPORTED_MODULE_3__._)(_this, "isFinished", void 0), (0,_swc_helpers_define_property__WEBPACK_IMPORTED_MODULE_3__._)(_this, "__schedulerController", void 0), _this.async = async, _this.options = options, _this.workNodes = null, _this.hadAffect = false, _this.isWorked = false, _this.isFinished = false, _this.__schedulerController = null;
4491
4491
  return _this;
4492
4492
  }
4493
- (0,_swc_helpers_create_class__WEBPACK_IMPORTED_MODULE_2__._)(LazyWalker, [
4493
+ ;(0,_swc_helpers_create_class__WEBPACK_IMPORTED_MODULE_2__._)(LazyWalker, [
4494
4494
  {
4495
4495
  /**
4496
4496
  * Starts a new pass over the `root` tree.
@@ -4555,7 +4555,7 @@ var TEMP_ELEMENT_REG_EXP = new RegExp("<([a-z]+)[^>]+".concat(jodit_core_constan
4555
4555
  {
4556
4556
  key: "destruct",
4557
4557
  value: function destruct() {
4558
- (0,_swc_helpers_get__WEBPACK_IMPORTED_MODULE_4__._)((0,_swc_helpers_get_prototype_of__WEBPACK_IMPORTED_MODULE_5__._)(LazyWalker.prototype), "destruct", this).call(this);
4558
+ ;(0,_swc_helpers_get__WEBPACK_IMPORTED_MODULE_4__._)((0,_swc_helpers_get_prototype_of__WEBPACK_IMPORTED_MODULE_5__._)(LazyWalker.prototype), "destruct", this).call(this);
4559
4559
  this.stop();
4560
4560
  }
4561
4561
  },
@@ -4701,7 +4701,7 @@ var TEMP_ELEMENT_REG_EXP = new RegExp("<([a-z]+)[^>]+".concat(jodit_core_constan
4701
4701
  }
4702
4702
  this.__key += new Date().getTime();
4703
4703
  }
4704
- (0,_swc_helpers_create_class__WEBPACK_IMPORTED_MODULE_1__._)(EventEmitter, [
4704
+ ;(0,_swc_helpers_create_class__WEBPACK_IMPORTED_MODULE_1__._)(EventEmitter, [
4705
4705
  {
4706
4706
  key: "mute",
4707
4707
  value: function mute(event) {
@@ -5221,7 +5221,7 @@ function isDOMElement(subject) {
5221
5221
  (0,_swc_helpers_class_call_check__WEBPACK_IMPORTED_MODULE_0__._)(this, Eventify);
5222
5222
  (0,_swc_helpers_define_property__WEBPACK_IMPORTED_MODULE_2__._)(this, "__map", new Map());
5223
5223
  }
5224
- (0,_swc_helpers_create_class__WEBPACK_IMPORTED_MODULE_1__._)(Eventify, [
5224
+ ;(0,_swc_helpers_create_class__WEBPACK_IMPORTED_MODULE_1__._)(Eventify, [
5225
5225
  {
5226
5226
  key: "on",
5227
5227
  value: function on(name, func) {
@@ -5526,7 +5526,7 @@ var EventHandlersStore = /*#__PURE__*/ function() {
5526
5526
  (0,_swc_helpers_class_call_check__WEBPACK_IMPORTED_MODULE_0__._)(this, EventHandlersStore);
5527
5527
  (0,_swc_helpers_define_property__WEBPACK_IMPORTED_MODULE_2__._)(this, "__store", new Map());
5528
5528
  }
5529
- (0,_swc_helpers_create_class__WEBPACK_IMPORTED_MODULE_1__._)(EventHandlersStore, [
5529
+ ;(0,_swc_helpers_create_class__WEBPACK_IMPORTED_MODULE_1__._)(EventHandlersStore, [
5530
5530
  {
5531
5531
  key: "get",
5532
5532
  value: function get(event, namespace) {
@@ -6739,25 +6739,6 @@ var isLicense = function isLicense(license) {
6739
6739
  };
6740
6740
 
6741
6741
 
6742
- /***/ }),
6743
-
6744
- /***/ 7018:
6745
- /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
6746
-
6747
- "use strict";
6748
- /* harmony export */ __webpack_require__.d(__webpack_exports__, {
6749
- /* harmony export */ colorToHex: function() { return /* reexport safe */ _color_to_hex__WEBPACK_IMPORTED_MODULE_0__.colorToHex; }
6750
- /* harmony export */ });
6751
- /* harmony import */ var _color_to_hex__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(93387);
6752
- /*!
6753
- * Jodit Editor (https://xdsoft.net/jodit/)
6754
- * Released under MIT see LICENSE.txt in the project root for license information.
6755
- * Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net
6756
- */ /**
6757
- * @module helpers/color
6758
- */
6759
-
6760
-
6761
6742
  /***/ }),
6762
6743
 
6763
6744
  /***/ 30893:
@@ -6949,7 +6930,7 @@ function normalizeCSS(s) {
6949
6930
  marks.push(node);
6950
6931
  break;
6951
6932
  }
6952
- (0,jodit_core_helpers_array_to_array__WEBPACK_IMPORTED_MODULE_2__.toArray)(node.attributes).forEach(function(attribute) {
6933
+ ;(0,jodit_core_helpers_array_to_array__WEBPACK_IMPORTED_MODULE_2__.toArray)(node.attributes).forEach(function(attribute) {
6953
6934
  if ([
6954
6935
  'src',
6955
6936
  'href',
@@ -7178,7 +7159,7 @@ function isSmuggledForeignHtml(elm) {
7178
7159
  if (!parts.includes('noreferrer')) {
7179
7160
  parts.push('noreferrer');
7180
7161
  }
7181
- (0,jodit_core_helpers_utils__WEBPACK_IMPORTED_MODULE_1__.attr)(node, 'rel', parts.join(' '));
7162
+ ;(0,jodit_core_helpers_utils__WEBPACK_IMPORTED_MODULE_1__.attr)(node, 'rel', parts.join(' '));
7182
7163
  }
7183
7164
  };
7184
7165
  process(box);
@@ -7502,7 +7483,7 @@ __webpack_require__.r(__webpack_exports__);
7502
7483
  /* harmony import */ var _array__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(45664);
7503
7484
  /* harmony import */ var _async__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(61077);
7504
7485
  /* harmony import */ var _checker__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(28686);
7505
- /* harmony import */ var _color__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(7018);
7486
+ /* harmony import */ var _color__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(93387);
7506
7487
  /* harmony import */ var _html__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(82658);
7507
7488
  /* harmony import */ var _normalize__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(97022);
7508
7489
  /* harmony import */ var _size__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(86878);
@@ -8601,7 +8582,7 @@ function trimChars(value, chars) {
8601
8582
  ].indexOf((0,jodit_core_helpers_utils_css__WEBPACK_IMPORTED_MODULE_2__.css)(image, 'float').toString().toLowerCase()) !== -1) {
8602
8583
  (0,jodit_core_helpers_utils_css__WEBPACK_IMPORTED_MODULE_2__.css)(image, 'float', '');
8603
8584
  }
8604
- (0,jodit_core_helpers_utils_css__WEBPACK_IMPORTED_MODULE_2__.clearCenterAlign)(image);
8585
+ ;(0,jodit_core_helpers_utils_css__WEBPACK_IMPORTED_MODULE_2__.clearCenterAlign)(image);
8605
8586
  }
8606
8587
  }
8607
8588
  /**
@@ -10091,7 +10072,7 @@ __webpack_require__.r(__webpack_exports__);
10091
10072
  if (container) {
10092
10073
  jodit_core_dom_dom__WEBPACK_IMPORTED_MODULE_0__.Dom.append(container, div);
10093
10074
  }
10094
- (0,_css__WEBPACK_IMPORTED_MODULE_3__.css)(div, {
10075
+ ;(0,_css__WEBPACK_IMPORTED_MODULE_3__.css)(div, {
10095
10076
  position: 'relative',
10096
10077
  padding: 16
10097
10078
  });
@@ -10560,7 +10541,7 @@ var LimitedStack = /*#__PURE__*/ function() {
10560
10541
  this.limit = limit;
10561
10542
  this.stack = [];
10562
10543
  }
10563
- (0,_swc_helpers_create_class__WEBPACK_IMPORTED_MODULE_1__._)(LimitedStack, [
10544
+ ;(0,_swc_helpers_create_class__WEBPACK_IMPORTED_MODULE_1__._)(LimitedStack, [
10564
10545
  {
10565
10546
  key: "push",
10566
10547
  value: function push(item) {
@@ -10652,7 +10633,7 @@ var LimitedStack = /*#__PURE__*/ function() {
10652
10633
  /**
10653
10634
  * Mark element for debugging
10654
10635
  */ function markOwner(jodit, elm) {
10655
- (0,_attr__WEBPACK_IMPORTED_MODULE_3__.attr)(elm, 'data-editor_id', jodit.id);
10636
+ ;(0,_attr__WEBPACK_IMPORTED_MODULE_3__.attr)(elm, 'data-editor_id', jodit.id);
10656
10637
  !elm.component && Object.defineProperty(elm, 'jodit', {
10657
10638
  value: jodit
10658
10639
  });
@@ -10706,7 +10687,7 @@ var keys = function keys(obj) {
10706
10687
  if ((0,jodit_core_helpers_checker_is_void__WEBPACK_IMPORTED_MODULE_2__.isVoid)(value)) {
10707
10688
  return false;
10708
10689
  }
10709
- (0,_data_bind__WEBPACK_IMPORTED_MODULE_4__.dataBind)(editor, key, value);
10690
+ ;(0,_data_bind__WEBPACK_IMPORTED_MODULE_4__.dataBind)(editor, key, value);
10710
10691
  if (preProcessValue) {
10711
10692
  value = preProcessValue(value);
10712
10693
  }
@@ -11020,7 +11001,7 @@ var styles = new Set();
11020
11001
  this.opts = opts;
11021
11002
  this.__items = new Map();
11022
11003
  }
11023
- (0,_swc_helpers_create_class__WEBPACK_IMPORTED_MODULE_1__._)(PluginSystem, [
11004
+ ;(0,_swc_helpers_create_class__WEBPACK_IMPORTED_MODULE_1__._)(PluginSystem, [
11024
11005
  {
11025
11006
  key: "size",
11026
11007
  get: function get() {
@@ -11109,7 +11090,7 @@ var styles = new Set();
11109
11090
  waitingList.delete(name);
11110
11091
  return;
11111
11092
  }
11112
- (0,jodit_core_plugin_helpers_init_instance__WEBPACK_IMPORTED_MODULE_10__.init)(jodit, name, plugin, instance, doneList, waitingList, _this.opts.getContainer);
11093
+ ;(0,jodit_core_plugin_helpers_init_instance__WEBPACK_IMPORTED_MODULE_10__.init)(jodit, name, plugin, instance, doneList, waitingList, _this.opts.getContainer);
11113
11094
  pluginsMap[name] = instance;
11114
11095
  });
11115
11096
  if (commit) {
@@ -11239,7 +11220,7 @@ var Plugin = /*#__PURE__*/ function(ViewComponent) {
11239
11220
  jodit.e.on('afterPluginSystemInit', _this.__afterPluginSystemInit).on('afterInit', _this.__afterInit).on('beforeDestruct', _this.__beforeDestruct);
11240
11221
  return _this;
11241
11222
  }
11242
- (0,_swc_helpers_create_class__WEBPACK_IMPORTED_MODULE_2__._)(Plugin, [
11223
+ ;(0,_swc_helpers_create_class__WEBPACK_IMPORTED_MODULE_2__._)(Plugin, [
11243
11224
  {
11244
11225
  /** @override */ key: "className",
11245
11226
  value: function className() {
@@ -11381,7 +11362,7 @@ var Ajax = /*#__PURE__*/ function() {
11381
11362
  this.options = (0,jodit_core_helpers__WEBPACK_IMPORTED_MODULE_14__.ConfigProto)(options || {}, defaultAjaxOptions);
11382
11363
  this.xhr = this.o.xhr ? this.o.xhr() : new XMLHttpRequest();
11383
11364
  }
11384
- (0,_swc_helpers_create_class__WEBPACK_IMPORTED_MODULE_3__._)(Ajax, [
11365
+ ;(0,_swc_helpers_create_class__WEBPACK_IMPORTED_MODULE_3__._)(Ajax, [
11385
11366
  {
11386
11367
  key: "className",
11387
11368
  value: function className() {
@@ -11860,7 +11841,7 @@ var Response = /*#__PURE__*/ function() {
11860
11841
  this.statusText = statusText;
11861
11842
  this.body = body;
11862
11843
  }
11863
- (0,_swc_helpers_create_class__WEBPACK_IMPORTED_MODULE_2__._)(Response, [
11844
+ ;(0,_swc_helpers_create_class__WEBPACK_IMPORTED_MODULE_2__._)(Response, [
11864
11845
  {
11865
11846
  key: "url",
11866
11847
  get: function get() {
@@ -12145,7 +12126,7 @@ var Selection = /*#__PURE__*/ function() {
12145
12126
  _this.removeMarkers();
12146
12127
  });
12147
12128
  }
12148
- (0,_swc_helpers_create_class__WEBPACK_IMPORTED_MODULE_1__._)(Selection, [
12129
+ ;(0,_swc_helpers_create_class__WEBPACK_IMPORTED_MODULE_1__._)(Selection, [
12149
12130
  {
12150
12131
  key: "j",
12151
12132
  get: /**
@@ -12752,7 +12733,7 @@ var Selection = /*#__PURE__*/ function() {
12752
12733
  if (dw && 'auto' !== dw && String(dw).indexOf('px') < 0 && String(dw).indexOf('%') < 0) {
12753
12734
  dw += 'px';
12754
12735
  }
12755
- (0,jodit_core_helpers__WEBPACK_IMPORTED_MODULE_11__.attr)(image, 'width', dw);
12736
+ ;(0,jodit_core_helpers__WEBPACK_IMPORTED_MODULE_11__.attr)(image, 'width', dw);
12756
12737
  }
12757
12738
  if (styles && (typeof styles === "undefined" ? "undefined" : (0,_swc_helpers_type_of__WEBPACK_IMPORTED_MODULE_7__._)(styles)) === 'object') {
12758
12739
  (0,jodit_core_helpers__WEBPACK_IMPORTED_MODULE_11__.css)(image, styles);
@@ -13422,7 +13403,7 @@ var Selection = /*#__PURE__*/ function() {
13422
13403
  * ```
13423
13404
  */ key: "commitStyle",
13424
13405
  value: function commitStyle(options) {
13425
- (0,jodit_core_helpers_utils_assert__WEBPACK_IMPORTED_MODULE_13__.assert)((0,jodit_core_helpers__WEBPACK_IMPORTED_MODULE_11__.size)(options) > 0, 'Need to pass at least one option');
13406
+ ;(0,jodit_core_helpers_utils_assert__WEBPACK_IMPORTED_MODULE_13__.assert)((0,jodit_core_helpers__WEBPACK_IMPORTED_MODULE_11__.size)(options) > 0, 'Need to pass at least one option');
13426
13407
  var styleElm = new _style_commit_style__WEBPACK_IMPORTED_MODULE_15__.CommitStyle(options);
13427
13408
  styleElm.apply(this.j);
13428
13409
  }
@@ -13698,11 +13679,11 @@ var Selection = /*#__PURE__*/ function() {
13698
13679
  this.__previewsStates = new Set();
13699
13680
  this.setState(state);
13700
13681
  }
13701
- (0,_swc_helpers_create_class__WEBPACK_IMPORTED_MODULE_1__._)(FiniteStateMachine, [
13682
+ ;(0,_swc_helpers_create_class__WEBPACK_IMPORTED_MODULE_1__._)(FiniteStateMachine, [
13702
13683
  {
13703
13684
  key: "setState",
13704
13685
  value: function setState(state) {
13705
- (0,jodit_core_helpers_utils_assert__WEBPACK_IMPORTED_MODULE_5__.assert)(!this.__previewsStates.has(state), 'Circled states');
13686
+ ;(0,jodit_core_helpers_utils_assert__WEBPACK_IMPORTED_MODULE_5__.assert)(!this.__previewsStates.has(state), 'Circled states');
13706
13687
  this.__previewsStates.add(state);
13707
13688
  this.__state = state;
13708
13689
  }
@@ -14054,7 +14035,7 @@ if (jodit_core_constants__WEBPACK_IMPORTED_MODULE_0__.globalDocument) {
14054
14035
  if (!(0,jodit_core_helpers_size_object_size__WEBPACK_IMPORTED_MODULE_0__.size)(attrs)) {
14055
14036
  return true;
14056
14037
  }
14057
- (0,jodit_core_helpers_utils_assert__WEBPACK_IMPORTED_MODULE_2__.assert)(attrs, 'Attrs must be a non-empty object');
14038
+ ;(0,jodit_core_helpers_utils_assert__WEBPACK_IMPORTED_MODULE_2__.assert)(attrs, 'Attrs must be a non-empty object');
14058
14039
  return Object.keys(attrs).every(function(key) {
14059
14040
  if (key === 'class' || key === 'className') {
14060
14041
  return elm.classList.contains(attrs[key]);
@@ -14216,7 +14197,7 @@ function unwrapList(mode, list, li, jodit, cs) {
14216
14197
  (0,jodit_core_helpers_utils_assert__WEBPACK_IMPORTED_MODULE_1__.assert)(jodit_core_dom_dom__WEBPACK_IMPORTED_MODULE_0__.Dom.isHTMLElement(result), "".concat(jodit_core_selection_style_constants__WEBPACK_IMPORTED_MODULE_4__._PREFIX, "BeforeUnwrapList hook must return HTMLElement"));
14217
14198
  return result;
14218
14199
  }
14219
- (0,jodit_core_selection_style_api_extract__WEBPACK_IMPORTED_MODULE_2__.extractSelectedPart)(list, li, jodit);
14200
+ ;(0,jodit_core_selection_style_api_extract__WEBPACK_IMPORTED_MODULE_2__.extractSelectedPart)(list, li, jodit);
14220
14201
  (0,jodit_core_helpers_utils_assert__WEBPACK_IMPORTED_MODULE_1__.assert)(jodit_core_dom_dom__WEBPACK_IMPORTED_MODULE_0__.Dom.isHTMLElement(li.parentElement), 'Element should be inside the list');
14221
14202
  jodit_core_dom_dom__WEBPACK_IMPORTED_MODULE_0__.Dom.unwrap(li.parentElement);
14222
14203
  // In the REPLACE mode the content will be immediately wrapped in a `li`
@@ -14346,7 +14327,7 @@ var tak = 'toggleAttributes';
14346
14327
  return mode;
14347
14328
  }
14348
14329
  function toggleStyle(commitStyle, jodit, style, elm, dry, mode) {
14349
- (0,jodit_core_helpers_utils__WEBPACK_IMPORTED_MODULE_6__.assert)((0,jodit_core_helpers_checker__WEBPACK_IMPORTED_MODULE_3__.isPlainObject)(style) && (0,jodit_core_helpers_size_object_size__WEBPACK_IMPORTED_MODULE_5__.size)(style), 'Style must be an object');
14330
+ ;(0,jodit_core_helpers_utils__WEBPACK_IMPORTED_MODULE_6__.assert)((0,jodit_core_helpers_checker__WEBPACK_IMPORTED_MODULE_3__.isPlainObject)(style) && (0,jodit_core_helpers_size_object_size__WEBPACK_IMPORTED_MODULE_5__.size)(style), 'Style must be an object');
14350
14331
  Object.keys(style).forEach(function(rule) {
14351
14332
  var inlineValue = (0,jodit_core_helpers_utils_css__WEBPACK_IMPORTED_MODULE_7__.cssInline)(elm, rule);
14352
14333
  var newValue = style[rule];
@@ -14371,7 +14352,7 @@ function toggleStyle(commitStyle, jodit, style, elm, dry, mode) {
14371
14352
  return mode;
14372
14353
  }
14373
14354
  function toggleClass(jodit, value, elm, mode, dry) {
14374
- (0,jodit_core_helpers_utils__WEBPACK_IMPORTED_MODULE_6__.assert)((0,jodit_core_helpers_checker__WEBPACK_IMPORTED_MODULE_3__.isString)(value), 'Class name must be a string');
14355
+ ;(0,jodit_core_helpers_utils__WEBPACK_IMPORTED_MODULE_6__.assert)((0,jodit_core_helpers_checker__WEBPACK_IMPORTED_MODULE_3__.isString)(value), 'Class name must be a string');
14375
14356
  var hook = jodit.e.fire.bind(jodit.e, "".concat(jodit_core_selection_style_constants__WEBPACK_IMPORTED_MODULE_9__._PREFIX, "AfterToggleAttribute"));
14376
14357
  if (elm.classList.contains(value.toString())) {
14377
14358
  mode = jodit_core_selection_style_constants__WEBPACK_IMPORTED_MODULE_9__.UNSET;
@@ -14392,7 +14373,7 @@ function toggleClass(jodit, value, elm, mode, dry) {
14392
14373
  return mode;
14393
14374
  }
14394
14375
  function toggleAttribute(jodit, value, elm, key, dry, mode) {
14395
- (0,jodit_core_helpers_utils__WEBPACK_IMPORTED_MODULE_6__.assert)((0,jodit_core_helpers_checker__WEBPACK_IMPORTED_MODULE_3__.isString)(value) || (0,jodit_core_helpers_checker__WEBPACK_IMPORTED_MODULE_3__.isNumber)(value) || (0,jodit_core_helpers_checker__WEBPACK_IMPORTED_MODULE_3__.isBoolean)(value) || value == null, 'Attribute value must be a string or number or boolean or null');
14376
+ ;(0,jodit_core_helpers_utils__WEBPACK_IMPORTED_MODULE_6__.assert)((0,jodit_core_helpers_checker__WEBPACK_IMPORTED_MODULE_3__.isString)(value) || (0,jodit_core_helpers_checker__WEBPACK_IMPORTED_MODULE_3__.isNumber)(value) || (0,jodit_core_helpers_checker__WEBPACK_IMPORTED_MODULE_3__.isBoolean)(value) || value == null, 'Attribute value must be a string or number or boolean or null');
14396
14377
  var hook = jodit.e.fire.bind(jodit.e, "".concat(jodit_core_selection_style_constants__WEBPACK_IMPORTED_MODULE_9__._PREFIX, "AfterToggleAttribute"));
14397
14378
  // `attr()` getter always returns a string, so a number/boolean value
14398
14379
  // must be normalized, otherwise the toggle-off branch is unreachable
@@ -14507,7 +14488,7 @@ function toggleAttribute(jodit, value, elm, key, dry, mode) {
14507
14488
  firstElementSuit = false;
14508
14489
  }
14509
14490
  needChangeStyle.push(function() {
14510
- (0,jodit_core_helpers_utils__WEBPACK_IMPORTED_MODULE_1__.css)(elm, Object.keys(cssStyle).reduce(function(acc, key) {
14491
+ ;(0,jodit_core_helpers_utils__WEBPACK_IMPORTED_MODULE_1__.css)(elm, Object.keys(cssStyle).reduce(function(acc, key) {
14511
14492
  acc[key] = null;
14512
14493
  return acc;
14513
14494
  }, {}));
@@ -14664,7 +14645,7 @@ var WRAP_NODES = new Set([
14664
14645
  }
14665
14646
  return (0,_wrap_unwrapped_text__WEBPACK_IMPORTED_MODULE_4__.wrapUnwrappedText)(commitStyle, font, jodit);
14666
14647
  }
14667
- (0,jodit_core_helpers_utils_attr__WEBPACK_IMPORTED_MODULE_1__.attr)(font, 'size', null);
14648
+ ;(0,jodit_core_helpers_utils_attr__WEBPACK_IMPORTED_MODULE_1__.attr)(font, 'size', null);
14668
14649
  return font;
14669
14650
  }
14670
14651
  /**
@@ -14772,7 +14753,7 @@ var CommitStyle = /*#__PURE__*/ function() {
14772
14753
  this.options = options;
14773
14754
  this.__applyMap = new WeakMap();
14774
14755
  }
14775
- (0,_swc_helpers_create_class__WEBPACK_IMPORTED_MODULE_1__._)(CommitStyle, [
14756
+ ;(0,_swc_helpers_create_class__WEBPACK_IMPORTED_MODULE_1__._)(CommitStyle, [
14776
14757
  {
14777
14758
  key: "isApplied",
14778
14759
  value: function isApplied(elm, key) {
@@ -15163,7 +15144,7 @@ var AsyncStorage = /*#__PURE__*/ function() {
15163
15144
  this.prefix += suffix;
15164
15145
  }
15165
15146
  }
15166
- (0,_swc_helpers_create_class__WEBPACK_IMPORTED_MODULE_2__._)(AsyncStorage, [
15147
+ ;(0,_swc_helpers_create_class__WEBPACK_IMPORTED_MODULE_2__._)(AsyncStorage, [
15167
15148
  {
15168
15149
  key: "set",
15169
15150
  value: function set(key, value) {
@@ -15422,7 +15403,7 @@ var AsyncStorage = /*#__PURE__*/ function() {
15422
15403
  this.DB_VERSION = 1;
15423
15404
  this.storeName = storeName;
15424
15405
  }
15425
- (0,_swc_helpers_create_class__WEBPACK_IMPORTED_MODULE_2__._)(IndexedDBProvider, [
15406
+ ;(0,_swc_helpers_create_class__WEBPACK_IMPORTED_MODULE_2__._)(IndexedDBProvider, [
15426
15407
  {
15427
15408
  key: "getDB",
15428
15409
  value: /**
@@ -16057,7 +16038,7 @@ function clearUseIndexedDBCache() {
16057
16038
  this.rootKey = rootKey;
16058
16039
  this.strategy = strategy;
16059
16040
  }
16060
- (0,_swc_helpers_create_class__WEBPACK_IMPORTED_MODULE_1__._)(LocalStorageProvider, [
16041
+ ;(0,_swc_helpers_create_class__WEBPACK_IMPORTED_MODULE_1__._)(LocalStorageProvider, [
16061
16042
  {
16062
16043
  key: "storage",
16063
16044
  get: function get() {
@@ -16147,7 +16128,7 @@ var MemoryStorageProvider = /*#__PURE__*/ function() {
16147
16128
  (0,_swc_helpers_class_call_check__WEBPACK_IMPORTED_MODULE_0__._)(this, MemoryStorageProvider);
16148
16129
  (0,_swc_helpers_define_property__WEBPACK_IMPORTED_MODULE_2__._)(this, "data", new Map());
16149
16130
  }
16150
- (0,_swc_helpers_create_class__WEBPACK_IMPORTED_MODULE_1__._)(MemoryStorageProvider, [
16131
+ ;(0,_swc_helpers_create_class__WEBPACK_IMPORTED_MODULE_1__._)(MemoryStorageProvider, [
16151
16132
  {
16152
16133
  key: "set",
16153
16134
  value: function set(key, value) {
@@ -16264,7 +16245,7 @@ var Storage = /*#__PURE__*/ function() {
16264
16245
  this.prefix += suffix;
16265
16246
  }
16266
16247
  }
16267
- (0,_swc_helpers_create_class__WEBPACK_IMPORTED_MODULE_1__._)(Storage, [
16248
+ ;(0,_swc_helpers_create_class__WEBPACK_IMPORTED_MODULE_1__._)(Storage, [
16268
16249
  {
16269
16250
  key: "set",
16270
16251
  value: function set(key, value) {
@@ -16358,7 +16339,7 @@ var Dlgs = /*#__PURE__*/ function() {
16358
16339
  function Dlgs() {
16359
16340
  (0,_swc_helpers_class_call_check__WEBPACK_IMPORTED_MODULE_0__._)(this, Dlgs);
16360
16341
  }
16361
- (0,_swc_helpers_create_class__WEBPACK_IMPORTED_MODULE_1__._)(Dlgs, [
16342
+ ;(0,_swc_helpers_create_class__WEBPACK_IMPORTED_MODULE_1__._)(Dlgs, [
16362
16343
  {
16363
16344
  key: "dlg",
16364
16345
  value: function dlg(options) {
@@ -16446,7 +16427,7 @@ var Elms = /*#__PURE__*/ function() {
16446
16427
  function Elms() {
16447
16428
  (0,_swc_helpers_class_call_check__WEBPACK_IMPORTED_MODULE_0__._)(this, Elms);
16448
16429
  }
16449
- (0,_swc_helpers_create_class__WEBPACK_IMPORTED_MODULE_1__._)(Elms, [
16430
+ ;(0,_swc_helpers_create_class__WEBPACK_IMPORTED_MODULE_1__._)(Elms, [
16450
16431
  {
16451
16432
  /**
16452
16433
  * Return element with BEM class name
@@ -16504,7 +16485,7 @@ var Mods = /*#__PURE__*/ function() {
16504
16485
  function Mods() {
16505
16486
  (0,_swc_helpers_class_call_check__WEBPACK_IMPORTED_MODULE_0__._)(this, Mods);
16506
16487
  }
16507
- (0,_swc_helpers_create_class__WEBPACK_IMPORTED_MODULE_1__._)(Mods, [
16488
+ ;(0,_swc_helpers_create_class__WEBPACK_IMPORTED_MODULE_1__._)(Mods, [
16508
16489
  {
16509
16490
  key: "afterSetMod",
16510
16491
  value: function afterSetMod(name, value) {}
@@ -16647,7 +16628,7 @@ var UIButton = /*#__PURE__*/ function(UIElement) {
16647
16628
  }
16648
16629
  return _this;
16649
16630
  }
16650
- (0,_swc_helpers_create_class__WEBPACK_IMPORTED_MODULE_2__._)(UIButton, [
16631
+ ;(0,_swc_helpers_create_class__WEBPACK_IMPORTED_MODULE_2__._)(UIButton, [
16651
16632
  {
16652
16633
  key: "className",
16653
16634
  value: /** @override */ function className() {
@@ -16692,13 +16673,13 @@ var UIButton = /*#__PURE__*/ function(UIElement) {
16692
16673
  {
16693
16674
  key: "onChangeType",
16694
16675
  value: function onChangeType() {
16695
- (0,jodit_core_helpers_utils_attr__WEBPACK_IMPORTED_MODULE_16__.attr)(this.container, 'type', this.state.type);
16676
+ ;(0,jodit_core_helpers_utils_attr__WEBPACK_IMPORTED_MODULE_16__.attr)(this.container, 'type', this.state.type);
16696
16677
  }
16697
16678
  },
16698
16679
  {
16699
16680
  key: "onChangeRole",
16700
16681
  value: function onChangeRole() {
16701
- (0,jodit_core_helpers_utils_attr__WEBPACK_IMPORTED_MODULE_16__.attr)(this.container, 'role', this.state.role);
16682
+ ;(0,jodit_core_helpers_utils_attr__WEBPACK_IMPORTED_MODULE_16__.attr)(this.container, 'role', this.state.role);
16702
16683
  }
16703
16684
  },
16704
16685
  {
@@ -16736,13 +16717,13 @@ var UIButton = /*#__PURE__*/ function(UIElement) {
16736
16717
  {
16737
16718
  key: "onChangeDisabled",
16738
16719
  value: function onChangeDisabled() {
16739
- (0,jodit_core_helpers_utils_attr__WEBPACK_IMPORTED_MODULE_16__.attr)(this.container, 'disabled', this.state.disabled || null);
16720
+ ;(0,jodit_core_helpers_utils_attr__WEBPACK_IMPORTED_MODULE_16__.attr)(this.container, 'disabled', this.state.disabled || null);
16740
16721
  }
16741
16722
  },
16742
16723
  {
16743
16724
  key: "onChangeActivated",
16744
16725
  value: function onChangeActivated() {
16745
- (0,jodit_core_helpers_utils_attr__WEBPACK_IMPORTED_MODULE_16__.attr)(this.container, 'aria-pressed', this.state.activated);
16726
+ ;(0,jodit_core_helpers_utils_attr__WEBPACK_IMPORTED_MODULE_16__.attr)(this.container, 'aria-pressed', this.state.activated);
16746
16727
  }
16747
16728
  },
16748
16729
  {
@@ -16761,7 +16742,7 @@ var UIButton = /*#__PURE__*/ function(UIElement) {
16761
16742
  if (this.get('j.o.useNativeTooltip')) {
16762
16743
  (0,jodit_core_helpers_utils_attr__WEBPACK_IMPORTED_MODULE_16__.attr)(this.container, 'title', i8nTooltip);
16763
16744
  }
16764
- (0,jodit_core_helpers_utils_attr__WEBPACK_IMPORTED_MODULE_16__.attr)(this.container, 'aria-label', i8nTooltip);
16745
+ ;(0,jodit_core_helpers_utils_attr__WEBPACK_IMPORTED_MODULE_16__.attr)(this.container, 'aria-label', i8nTooltip);
16765
16746
  this.updateAriaLabel();
16766
16747
  }
16767
16748
  },
@@ -16777,7 +16758,7 @@ var UIButton = /*#__PURE__*/ function(UIElement) {
16777
16758
  {
16778
16759
  key: "onChangeTabIndex",
16779
16760
  value: function onChangeTabIndex() {
16780
- (0,jodit_core_helpers_utils_attr__WEBPACK_IMPORTED_MODULE_16__.attr)(this.container, 'tabindex', this.state.tabIndex);
16761
+ ;(0,jodit_core_helpers_utils_attr__WEBPACK_IMPORTED_MODULE_16__.attr)(this.container, 'tabindex', this.state.tabIndex);
16781
16762
  }
16782
16763
  },
16783
16764
  {
@@ -17024,7 +17005,7 @@ var UIButtonGroup = /*#__PURE__*/ function(UIGroup) {
17024
17005
  _this.select((_options_value = options.value) !== null && _options_value !== void 0 ? _options_value : 0);
17025
17006
  return _this;
17026
17007
  }
17027
- (0,_swc_helpers_create_class__WEBPACK_IMPORTED_MODULE_3__._)(UIButtonGroup, [
17008
+ ;(0,_swc_helpers_create_class__WEBPACK_IMPORTED_MODULE_3__._)(UIButtonGroup, [
17028
17009
  {
17029
17010
  key: "className",
17030
17011
  value: /** @override */ function className() {
@@ -17189,7 +17170,7 @@ var UITooltip = /*#__PURE__*/ function(UIElement) {
17189
17170
  }
17190
17171
  return _this;
17191
17172
  }
17192
- (0,_swc_helpers_create_class__WEBPACK_IMPORTED_MODULE_2__._)(UITooltip, [
17173
+ ;(0,_swc_helpers_create_class__WEBPACK_IMPORTED_MODULE_2__._)(UITooltip, [
17193
17174
  {
17194
17175
  key: "className",
17195
17176
  value: function className() {
@@ -17450,7 +17431,7 @@ var UIElement = /*#__PURE__*/ function(ViewComponent) {
17450
17431
  });
17451
17432
  return _this;
17452
17433
  }
17453
- (0,_swc_helpers_create_class__WEBPACK_IMPORTED_MODULE_2__._)(UIElement, [
17434
+ ;(0,_swc_helpers_create_class__WEBPACK_IMPORTED_MODULE_2__._)(UIElement, [
17454
17435
  {
17455
17436
  key: "getRole",
17456
17437
  value: function getRole() {
@@ -17668,7 +17649,7 @@ var UIBlock = /*#__PURE__*/ function(UIGroup) {
17668
17649
  (0,jodit_core_helpers_utils__WEBPACK_IMPORTED_MODULE_7__.attr)(_this.container, 'ref', options.ref);
17669
17650
  return _this;
17670
17651
  }
17671
- (0,_swc_helpers_create_class__WEBPACK_IMPORTED_MODULE_2__._)(UIBlock, [
17652
+ ;(0,_swc_helpers_create_class__WEBPACK_IMPORTED_MODULE_2__._)(UIBlock, [
17672
17653
  {
17673
17654
  key: "className",
17674
17655
  value: /** @override */ function className() {
@@ -17731,7 +17712,7 @@ var UIForm = /*#__PURE__*/ function(UIGroup) {
17731
17712
  for(var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++){
17732
17713
  args[_key] = arguments[_key];
17733
17714
  }
17734
- (0,_swc_helpers_class_call_check__WEBPACK_IMPORTED_MODULE_1__._)(this, UIForm);
17715
+ ;(0,_swc_helpers_class_call_check__WEBPACK_IMPORTED_MODULE_1__._)(this, UIForm);
17735
17716
  var _this;
17736
17717
  var _this_options;
17737
17718
  _this = (0,_swc_helpers_call_super__WEBPACK_IMPORTED_MODULE_0__._)(this, UIForm, (0,_swc_helpers_to_consumable_array__WEBPACK_IMPORTED_MODULE_4__._)(args));
@@ -17741,7 +17722,7 @@ var UIForm = /*#__PURE__*/ function(UIGroup) {
17741
17722
  }
17742
17723
  return _this;
17743
17724
  }
17744
- (0,_swc_helpers_create_class__WEBPACK_IMPORTED_MODULE_2__._)(UIForm, [
17725
+ ;(0,_swc_helpers_create_class__WEBPACK_IMPORTED_MODULE_2__._)(UIForm, [
17745
17726
  {
17746
17727
  key: "className",
17747
17728
  value: /** @override */ function className() {
@@ -17933,7 +17914,7 @@ var UITextArea = /*#__PURE__*/ function(UIInput) {
17933
17914
  }
17934
17915
  return _this;
17935
17916
  }
17936
- (0,_swc_helpers_create_class__WEBPACK_IMPORTED_MODULE_2__._)(UITextArea, [
17917
+ ;(0,_swc_helpers_create_class__WEBPACK_IMPORTED_MODULE_2__._)(UITextArea, [
17937
17918
  {
17938
17919
  key: "className",
17939
17920
  value: /** @override */ function className() {
@@ -18025,7 +18006,7 @@ var UICheckbox = /*#__PURE__*/ function(UIInput) {
18025
18006
  Object.assign(_this.state, options);
18026
18007
  return _this;
18027
18008
  }
18028
- (0,_swc_helpers_create_class__WEBPACK_IMPORTED_MODULE_2__._)(UICheckbox, [
18009
+ ;(0,_swc_helpers_create_class__WEBPACK_IMPORTED_MODULE_2__._)(UICheckbox, [
18029
18010
  {
18030
18011
  key: "className",
18031
18012
  value: /** @override */ function className() {
@@ -18149,7 +18130,7 @@ var UIFileInput = /*#__PURE__*/ function(UIInput1) {
18149
18130
  }));
18150
18131
  return _this;
18151
18132
  }
18152
- (0,_swc_helpers_create_class__WEBPACK_IMPORTED_MODULE_2__._)(UIFileInput, [
18133
+ ;(0,_swc_helpers_create_class__WEBPACK_IMPORTED_MODULE_2__._)(UIFileInput, [
18153
18134
  {
18154
18135
  key: "className",
18155
18136
  value: /** @override */ function className() {
@@ -18302,7 +18283,7 @@ var UIInput = /*#__PURE__*/ function(UIElement) {
18302
18283
  _this.onChangeStateValue();
18303
18284
  return _this;
18304
18285
  }
18305
- (0,_swc_helpers_create_class__WEBPACK_IMPORTED_MODULE_2__._)(UIInput, [
18286
+ ;(0,_swc_helpers_create_class__WEBPACK_IMPORTED_MODULE_2__._)(UIInput, [
18306
18287
  {
18307
18288
  key: "className",
18308
18289
  value: /** @override */ function className() {
@@ -18590,7 +18571,7 @@ var UISelect = /*#__PURE__*/ function(UIInput) {
18590
18571
  Object.assign(_this.state, state);
18591
18572
  return _this;
18592
18573
  }
18593
- (0,_swc_helpers_create_class__WEBPACK_IMPORTED_MODULE_2__._)(UISelect, [
18574
+ ;(0,_swc_helpers_create_class__WEBPACK_IMPORTED_MODULE_2__._)(UISelect, [
18594
18575
  {
18595
18576
  key: "className",
18596
18577
  value: /** @override */ function className() {
@@ -18636,7 +18617,7 @@ var UISelect = /*#__PURE__*/ function(UIInput) {
18636
18617
  {
18637
18618
  key: "updateValidators",
18638
18619
  value: /** @override **/ function updateValidators() {
18639
- (0,_swc_helpers_get__WEBPACK_IMPORTED_MODULE_4__._)((0,_swc_helpers_get_prototype_of__WEBPACK_IMPORTED_MODULE_5__._)(UISelect.prototype), "updateValidators", this).call(this);
18620
+ ;(0,_swc_helpers_get__WEBPACK_IMPORTED_MODULE_4__._)((0,_swc_helpers_get_prototype_of__WEBPACK_IMPORTED_MODULE_5__._)(UISelect.prototype), "updateValidators", this).call(this);
18640
18621
  if (this.state.required) {
18641
18622
  this.validators.delete(jodit_core_ui_form_validators__WEBPACK_IMPORTED_MODULE_13__.inputValidators.required);
18642
18623
  this.validators.add(jodit_core_ui_form_validators__WEBPACK_IMPORTED_MODULE_13__.selectValidators.required);
@@ -18815,7 +18796,7 @@ var UIGroup = /*#__PURE__*/ function(UIElement) {
18815
18796
  }
18816
18797
  return _this;
18817
18798
  }
18818
- (0,_swc_helpers_create_class__WEBPACK_IMPORTED_MODULE_2__._)(UIGroup, [
18799
+ ;(0,_swc_helpers_create_class__WEBPACK_IMPORTED_MODULE_2__._)(UIGroup, [
18819
18800
  {
18820
18801
  key: "className",
18821
18802
  value: function className() {
@@ -19067,7 +19048,7 @@ var UIList = /*#__PURE__*/ function(UIGroup1) {
19067
19048
  _this = (0,_swc_helpers_call_super__WEBPACK_IMPORTED_MODULE_0__._)(this, UIList, arguments), (0,_swc_helpers_define_property__WEBPACK_IMPORTED_MODULE_3__._)(_this, "mode", 'horizontal'), (0,_swc_helpers_define_property__WEBPACK_IMPORTED_MODULE_3__._)(_this, "removeButtons", []);
19068
19049
  return _this;
19069
19050
  }
19070
- (0,_swc_helpers_create_class__WEBPACK_IMPORTED_MODULE_2__._)(UIList, [
19051
+ ;(0,_swc_helpers_create_class__WEBPACK_IMPORTED_MODULE_2__._)(UIList, [
19071
19052
  {
19072
19053
  key: "className",
19073
19054
  value: function className() {
@@ -19274,7 +19255,7 @@ var UISeparator = /*#__PURE__*/ function(UIElement) {
19274
19255
  (0,_swc_helpers_class_call_check__WEBPACK_IMPORTED_MODULE_1__._)(this, UISeparator);
19275
19256
  return (0,_swc_helpers_call_super__WEBPACK_IMPORTED_MODULE_0__._)(this, UISeparator, arguments);
19276
19257
  }
19277
- (0,_swc_helpers_create_class__WEBPACK_IMPORTED_MODULE_2__._)(UISeparator, [
19258
+ ;(0,_swc_helpers_create_class__WEBPACK_IMPORTED_MODULE_2__._)(UISeparator, [
19278
19259
  {
19279
19260
  key: "className",
19280
19261
  value: function className() {
@@ -19325,7 +19306,7 @@ var UISpacer = /*#__PURE__*/ function(UIElement) {
19325
19306
  (0,_swc_helpers_class_call_check__WEBPACK_IMPORTED_MODULE_1__._)(this, UISpacer);
19326
19307
  return (0,_swc_helpers_call_super__WEBPACK_IMPORTED_MODULE_0__._)(this, UISpacer, arguments);
19327
19308
  }
19328
- (0,_swc_helpers_create_class__WEBPACK_IMPORTED_MODULE_2__._)(UISpacer, [
19309
+ ;(0,_swc_helpers_create_class__WEBPACK_IMPORTED_MODULE_2__._)(UISpacer, [
19329
19310
  {
19330
19311
  key: "className",
19331
19312
  value: function className() {
@@ -19521,7 +19502,7 @@ var Icon = /*#__PURE__*/ function() {
19521
19502
  function Icon() {
19522
19503
  (0,_swc_helpers_class_call_check__WEBPACK_IMPORTED_MODULE_0__._)(this, Icon);
19523
19504
  }
19524
- (0,_swc_helpers_create_class__WEBPACK_IMPORTED_MODULE_1__._)(Icon, null, [
19505
+ ;(0,_swc_helpers_create_class__WEBPACK_IMPORTED_MODULE_1__._)(Icon, null, [
19525
19506
  {
19526
19507
  key: "getIcon",
19527
19508
  value: function getIcon(name) {
@@ -19785,7 +19766,7 @@ var Popup = /*#__PURE__*/ function(UIGroup) {
19785
19766
  (0,jodit_core_helpers__WEBPACK_IMPORTED_MODULE_15__.attr)(_this.container, 'role', 'popup');
19786
19767
  return _this;
19787
19768
  }
19788
- (0,_swc_helpers_create_class__WEBPACK_IMPORTED_MODULE_2__._)(Popup, [
19769
+ ;(0,_swc_helpers_create_class__WEBPACK_IMPORTED_MODULE_2__._)(Popup, [
19789
19770
  {
19790
19771
  key: "className",
19791
19772
  value: function className() {
@@ -20100,7 +20081,7 @@ var Popup = /*#__PURE__*/ function(UIGroup) {
20100
20081
  * Set ZIndex
20101
20082
  */ key: "setZIndex",
20102
20083
  value: function setZIndex(index) {
20103
- (0,jodit_core_helpers__WEBPACK_IMPORTED_MODULE_15__.css)(this.container, 'zIndex', index.toString());
20084
+ ;(0,jodit_core_helpers__WEBPACK_IMPORTED_MODULE_15__.css)(this.container, 'zIndex', index.toString());
20104
20085
  }
20105
20086
  },
20106
20087
  {
@@ -20197,7 +20178,7 @@ var ProgressBar = /*#__PURE__*/ function(UIElement) {
20197
20178
  _this = (0,_swc_helpers_call_super__WEBPACK_IMPORTED_MODULE_0__._)(this, ProgressBar, arguments), (0,_swc_helpers_define_property__WEBPACK_IMPORTED_MODULE_3__._)(_this, "__animationElement", null);
20198
20179
  return _this;
20199
20180
  }
20200
- (0,_swc_helpers_create_class__WEBPACK_IMPORTED_MODULE_2__._)(ProgressBar, [
20181
+ ;(0,_swc_helpers_create_class__WEBPACK_IMPORTED_MODULE_2__._)(ProgressBar, [
20201
20182
  {
20202
20183
  key: "className",
20203
20184
  value: /** @override */ function className() {
@@ -20230,7 +20211,7 @@ var ProgressBar = /*#__PURE__*/ function(UIElement) {
20230
20211
  {
20231
20212
  key: "progress",
20232
20213
  value: function progress(percentage) {
20233
- (0,jodit_core_helpers_utils_css__WEBPACK_IMPORTED_MODULE_10__.css)(this.container, 'width', percentage.toFixed(2) + '%');
20214
+ ;(0,jodit_core_helpers_utils_css__WEBPACK_IMPORTED_MODULE_10__.css)(this.container, 'width', percentage.toFixed(2) + '%');
20234
20215
  return this;
20235
20216
  }
20236
20217
  },
@@ -20368,7 +20349,7 @@ var ViewWithToolbar = /*#__PURE__*/ function(View) {
20368
20349
  _this.e.on('beforeToolbarBuild', _this.beforeToolbarBuild);
20369
20350
  return _this;
20370
20351
  }
20371
- (0,_swc_helpers_create_class__WEBPACK_IMPORTED_MODULE_2__._)(ViewWithToolbar, [
20352
+ ;(0,_swc_helpers_create_class__WEBPACK_IMPORTED_MODULE_2__._)(ViewWithToolbar, [
20372
20353
  {
20373
20354
  key: "toolbarContainer",
20374
20355
  get: /**
@@ -20604,7 +20585,7 @@ var View = /*#__PURE__*/ function(Component) {
20604
20585
  _this.__container = _this.c.div("jodit ".concat(_this.componentName));
20605
20586
  return _this;
20606
20587
  }
20607
- (0,_swc_helpers_create_class__WEBPACK_IMPORTED_MODULE_2__._)(View, [
20588
+ ;(0,_swc_helpers_create_class__WEBPACK_IMPORTED_MODULE_2__._)(View, [
20608
20589
  {
20609
20590
  key: "basePath",
20610
20591
  get: /**
@@ -21077,7 +21058,7 @@ var Jodit = /*#__PURE__*/ function(ViewWithToolbar) {
21077
21058
  if (_this.e) {
21078
21059
  _this.e.fire('afterInit', _this);
21079
21060
  }
21080
- (0,jodit_core_helpers__WEBPACK_IMPORTED_MODULE_15__.callPromise)(_this.afterInitHook());
21061
+ ;(0,jodit_core_helpers__WEBPACK_IMPORTED_MODULE_15__.callPromise)(_this.afterInitHook());
21081
21062
  _this.setStatus(jodit_modules__WEBPACK_IMPORTED_MODULE_20__.STATUSES.ready);
21082
21063
  _this.e.fire('afterConstructor', _this);
21083
21064
  };
@@ -21085,7 +21066,7 @@ var Jodit = /*#__PURE__*/ function(ViewWithToolbar) {
21085
21066
  });
21086
21067
  return _this;
21087
21068
  }
21088
- (0,_swc_helpers_create_class__WEBPACK_IMPORTED_MODULE_2__._)(Jodit, [
21069
+ ;(0,_swc_helpers_create_class__WEBPACK_IMPORTED_MODULE_2__._)(Jodit, [
21089
21070
  {
21090
21071
  key: "className",
21091
21072
  value: /** @override */ function className() {
@@ -22034,7 +22015,7 @@ var Jodit = /*#__PURE__*/ function(ViewWithToolbar) {
22034
22015
  if (display) {
22035
22016
  (0,jodit_core_helpers__WEBPACK_IMPORTED_MODULE_15__.attr)(element, __defaultStyleDisplayKey, display);
22036
22017
  }
22037
- (0,jodit_core_helpers__WEBPACK_IMPORTED_MODULE_15__.css)(element, 'display', 'none');
22018
+ ;(0,jodit_core_helpers__WEBPACK_IMPORTED_MODULE_15__.css)(element, 'display', 'none');
22038
22019
  }
22039
22020
  var SLOT = 'workplace-slot';
22040
22021
  // A slot that always stays ABOVE the toolbar (presence bars, banners…).
@@ -22463,7 +22444,7 @@ var Jodit = /*#__PURE__*/ function(ViewWithToolbar) {
22463
22444
  * @see {@link ConfigMerge} for the merge algorithm
22464
22445
  * @see {@link ConfigProto} for per-instance prototype-based merge used at editor creation time
22465
22446
  */ function configure(options) {
22466
- (0,jodit_core_helpers__WEBPACK_IMPORTED_MODULE_15__.ConfigMerge)(Jodit.defaultOptions, options);
22447
+ ;(0,jodit_core_helpers__WEBPACK_IMPORTED_MODULE_15__.ConfigMerge)(Jodit.defaultOptions, options);
22467
22448
  }
22468
22449
  }
22469
22450
  ]);
@@ -22681,7 +22662,7 @@ var ContextMenu = /*#__PURE__*/ function(Popup) {
22681
22662
  (0,_swc_helpers_class_call_check__WEBPACK_IMPORTED_MODULE_1__._)(this, ContextMenu);
22682
22663
  return (0,_swc_helpers_call_super__WEBPACK_IMPORTED_MODULE_0__._)(this, ContextMenu, arguments);
22683
22664
  }
22684
- (0,_swc_helpers_create_class__WEBPACK_IMPORTED_MODULE_2__._)(ContextMenu, [
22665
+ ;(0,_swc_helpers_create_class__WEBPACK_IMPORTED_MODULE_2__._)(ContextMenu, [
22685
22666
  {
22686
22667
  key: "className",
22687
22668
  value: /** @override */ function className() {
@@ -23016,7 +22997,7 @@ var Dialog = /*#__PURE__*/ function(ViewWithToolbar) {
23016
22997
  if (_this.o.zIndex) {
23017
22998
  (0,jodit_core_helpers_utils__WEBPACK_IMPORTED_MODULE_17__.css)(_this.container, 'zIndex', _this.o.zIndex.toString());
23018
22999
  }
23019
- (0,jodit_core_helpers_utils__WEBPACK_IMPORTED_MODULE_17__.attr)(self1.container, 'role', 'dialog');
23000
+ ;(0,jodit_core_helpers_utils__WEBPACK_IMPORTED_MODULE_17__.attr)(self1.container, 'role', 'dialog');
23020
23001
  Object.defineProperty(self1.container, 'component', {
23021
23002
  value: _this
23022
23003
  });
@@ -23057,7 +23038,7 @@ var Dialog = /*#__PURE__*/ function(ViewWithToolbar) {
23057
23038
  }
23058
23039
  return _this;
23059
23040
  }
23060
- (0,_swc_helpers_create_class__WEBPACK_IMPORTED_MODULE_2__._)(Dialog, [
23041
+ ;(0,_swc_helpers_create_class__WEBPACK_IMPORTED_MODULE_2__._)(Dialog, [
23061
23042
  {
23062
23043
  /** @override */ key: "className",
23063
23044
  value: function className() {
@@ -23245,7 +23226,7 @@ var Dialog = /*#__PURE__*/ function(ViewWithToolbar) {
23245
23226
  if (h == null) {
23246
23227
  h = this.dialog.offsetHeight;
23247
23228
  }
23248
- (0,jodit_core_helpers_utils__WEBPACK_IMPORTED_MODULE_17__.css)(this.dialog, {
23229
+ ;(0,jodit_core_helpers_utils__WEBPACK_IMPORTED_MODULE_17__.css)(this.dialog, {
23249
23230
  width: w,
23250
23231
  height: h
23251
23232
  });
@@ -23285,7 +23266,7 @@ var Dialog = /*#__PURE__*/ function(ViewWithToolbar) {
23285
23266
  this.moved = Math.abs(x - left) > 100 || Math.abs(y - top) > 100;
23286
23267
  }
23287
23268
  // strings on purpose: `css()` would truncate fractional pixels
23288
- (0,jodit_core_helpers_utils__WEBPACK_IMPORTED_MODULE_17__.css)(this.dialog, {
23269
+ ;(0,jodit_core_helpers_utils__WEBPACK_IMPORTED_MODULE_17__.css)(this.dialog, {
23289
23270
  left: (x || left) + 'px',
23290
23271
  top: (y || top) + 'px'
23291
23272
  });
@@ -23559,7 +23540,7 @@ var Dialog = /*#__PURE__*/ function(ViewWithToolbar) {
23559
23540
  this.__removeGlobalResizeListeners();
23560
23541
  this.events.off(this.container, 'close_dialog', self.close).off(this.ow, 'keydown', this.__onEsc).off(this.ow, 'resize', this.__onResize);
23561
23542
  }
23562
- (0,_swc_helpers_get__WEBPACK_IMPORTED_MODULE_4__._)((0,_swc_helpers_get_prototype_of__WEBPACK_IMPORTED_MODULE_5__._)(Dialog.prototype), "destruct", this).call(this);
23543
+ ;(0,_swc_helpers_get__WEBPACK_IMPORTED_MODULE_4__._)((0,_swc_helpers_get_prototype_of__WEBPACK_IMPORTED_MODULE_5__._)(Dialog.prototype), "destruct", this).call(this);
23563
23544
  }
23564
23545
  }
23565
23546
  ]);
@@ -23999,7 +23980,7 @@ var FileBrowserItem = /*#__PURE__*/ function() {
23999
23980
  _this[key] = data[key];
24000
23981
  });
24001
23982
  }
24002
- (0,_swc_helpers_create_class__WEBPACK_IMPORTED_MODULE_1__._)(FileBrowserItem, [
23983
+ ;(0,_swc_helpers_create_class__WEBPACK_IMPORTED_MODULE_1__._)(FileBrowserItem, [
24003
23984
  {
24004
23985
  key: "path",
24005
23986
  get: function get() {
@@ -24535,7 +24516,7 @@ var DataProvider = /*#__PURE__*/ function() {
24535
24516
  this.__ajaxInstances = new Map();
24536
24517
  this.progressHandler = function(ignore) {};
24537
24518
  }
24538
- (0,_swc_helpers_create_class__WEBPACK_IMPORTED_MODULE_2__._)(DataProvider, [
24519
+ ;(0,_swc_helpers_create_class__WEBPACK_IMPORTED_MODULE_2__._)(DataProvider, [
24539
24520
  {
24540
24521
  key: "o",
24541
24522
  get: /**
@@ -25382,7 +25363,7 @@ var FileBrowser = /*#__PURE__*/ function(ViewWithToolbar) {
25382
25363
  self.setStatus(jodit_core_component__WEBPACK_IMPORTED_MODULE_9__.STATUSES.ready);
25383
25364
  return _this;
25384
25365
  }
25385
- (0,_swc_helpers_create_class__WEBPACK_IMPORTED_MODULE_2__._)(FileBrowser, [
25366
+ ;(0,_swc_helpers_create_class__WEBPACK_IMPORTED_MODULE_2__._)(FileBrowser, [
25386
25367
  {
25387
25368
  /** @override */ key: "className",
25388
25369
  value: function className() {
@@ -25900,7 +25881,7 @@ function isEqualButtonList(prevButtons, buttons) {
25900
25881
  }, 'type name', name);
25901
25882
  }
25902
25883
  }).on('update.filebrowser', function() {
25903
- (0,jodit_modules_file_browser_fetch_load_tree__WEBPACK_IMPORTED_MODULE_6__.loadTree)(_this).then(_this.status, _this.status);
25884
+ ;(0,jodit_modules_file_browser_fetch_load_tree__WEBPACK_IMPORTED_MODULE_6__.loadTree)(_this).then(_this.status, _this.status);
25904
25885
  });
25905
25886
  }
25906
25887
 
@@ -25957,7 +25938,7 @@ var DEFAULT_SOURCE_NAME = 'default';
25957
25938
  if (_this.o.saveStateInStorage && _this.o.saveStateInStorage.storeLastOpenedFolder) {
25958
25939
  _this.storage.set('currentPath', _this.state.currentPath).set('currentSource', _this.state.currentSource);
25959
25940
  }
25960
- (0,jodit_modules_file_browser_fetch_load_tree__WEBPACK_IMPORTED_MODULE_4__.loadTree)(_this).catch(_this.status);
25941
+ ;(0,jodit_modules_file_browser_fetch_load_tree__WEBPACK_IMPORTED_MODULE_4__.loadTree)(_this).catch(_this.status);
25961
25942
  }, this.defaultTimeout)).on('beforeChange.activeElements', function() {
25962
25943
  state.activeElements.forEach(function(item) {
25963
25944
  var key = item.uniqueHashKey, elm = elmMap[key].elm;
@@ -26090,7 +26071,7 @@ var FileBrowserFiles = /*#__PURE__*/ function(UIGroup) {
26090
26071
  (0,_swc_helpers_class_call_check__WEBPACK_IMPORTED_MODULE_1__._)(this, FileBrowserFiles);
26091
26072
  return (0,_swc_helpers_call_super__WEBPACK_IMPORTED_MODULE_0__._)(this, FileBrowserFiles, arguments);
26092
26073
  }
26093
- (0,_swc_helpers_create_class__WEBPACK_IMPORTED_MODULE_2__._)(FileBrowserFiles, [
26074
+ ;(0,_swc_helpers_create_class__WEBPACK_IMPORTED_MODULE_2__._)(FileBrowserFiles, [
26094
26075
  {
26095
26076
  key: "className",
26096
26077
  value: function className() {
@@ -26155,7 +26136,7 @@ var FileBrowserTree = /*#__PURE__*/ function(UIGroup) {
26155
26136
  (0,_swc_helpers_class_call_check__WEBPACK_IMPORTED_MODULE_1__._)(this, FileBrowserTree);
26156
26137
  return (0,_swc_helpers_call_super__WEBPACK_IMPORTED_MODULE_0__._)(this, FileBrowserTree, arguments);
26157
26138
  }
26158
- (0,_swc_helpers_create_class__WEBPACK_IMPORTED_MODULE_2__._)(FileBrowserTree, [
26139
+ ;(0,_swc_helpers_create_class__WEBPACK_IMPORTED_MODULE_2__._)(FileBrowserTree, [
26159
26140
  {
26160
26141
  key: "className",
26161
26142
  value: function className() {
@@ -26201,7 +26182,7 @@ var Command = /*#__PURE__*/ function() {
26201
26182
  this.history = history;
26202
26183
  this.tick = tick;
26203
26184
  }
26204
- (0,_swc_helpers_create_class__WEBPACK_IMPORTED_MODULE_1__._)(Command, [
26185
+ ;(0,_swc_helpers_create_class__WEBPACK_IMPORTED_MODULE_1__._)(Command, [
26205
26186
  {
26206
26187
  key: "undo",
26207
26188
  value: function undo() {
@@ -26311,7 +26292,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_10__.Config.prototype.history = {
26311
26292
  }
26312
26293
  return _this;
26313
26294
  }
26314
- (0,_swc_helpers_create_class__WEBPACK_IMPORTED_MODULE_2__._)(History, [
26295
+ ;(0,_swc_helpers_create_class__WEBPACK_IMPORTED_MODULE_2__._)(History, [
26315
26296
  {
26316
26297
  key: "className",
26317
26298
  value: /** @override */ function className() {
@@ -26499,7 +26480,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_10__.Config.prototype.history = {
26499
26480
  _this = (0,_swc_helpers_call_super__WEBPACK_IMPORTED_MODULE_0__._)(this, Snapshot, arguments), (0,_swc_helpers_define_property__WEBPACK_IMPORTED_MODULE_3__._)(_this, "__isBlocked", false), (0,_swc_helpers_define_property__WEBPACK_IMPORTED_MODULE_3__._)(_this, "__levelOfTransaction", 0);
26500
26481
  return _this;
26501
26482
  }
26502
- (0,_swc_helpers_create_class__WEBPACK_IMPORTED_MODULE_2__._)(Snapshot, [
26483
+ ;(0,_swc_helpers_create_class__WEBPACK_IMPORTED_MODULE_2__._)(Snapshot, [
26503
26484
  {
26504
26485
  key: "className",
26505
26486
  value: /** @override */ function className() {
@@ -26772,7 +26753,7 @@ var Stack = /*#__PURE__*/ function() {
26772
26753
  this.commands = [];
26773
26754
  this.stackPosition = -1;
26774
26755
  }
26775
- (0,_swc_helpers_create_class__WEBPACK_IMPORTED_MODULE_1__._)(Stack, [
26756
+ ;(0,_swc_helpers_create_class__WEBPACK_IMPORTED_MODULE_1__._)(Stack, [
26776
26757
  {
26777
26758
  key: "length",
26778
26759
  get: function get() {
@@ -27010,7 +26991,7 @@ var ImageEditor = /*#__PURE__*/ function(ViewComponent) {
27010
26991
  wn = nw * (h / nh);
27011
26992
  hn = h;
27012
26993
  }
27013
- (0,jodit_core_helpers_utils_css__WEBPACK_IMPORTED_MODULE_13__.css)(_this.crop_box, {
26994
+ ;(0,jodit_core_helpers_utils_css__WEBPACK_IMPORTED_MODULE_13__.css)(_this.crop_box, {
27014
26995
  width: wn,
27015
26996
  height: hn
27016
26997
  });
@@ -27027,7 +27008,7 @@ var ImageEditor = /*#__PURE__*/ function(ViewComponent) {
27027
27008
  } else {
27028
27009
  _this.new_h = ImageEditor.calcValueByPercent(h, _this.o.cropDefaultHeight);
27029
27010
  }
27030
- (0,jodit_core_helpers_utils_css__WEBPACK_IMPORTED_MODULE_13__.css)(_this.cropHandler, {
27011
+ ;(0,jodit_core_helpers_utils_css__WEBPACK_IMPORTED_MODULE_13__.css)(_this.cropHandler, {
27031
27012
  backgroundImage: 'url(' + (0,jodit_core_helpers_utils_attr__WEBPACK_IMPORTED_MODULE_12__.attr)(_this.cropImage, 'src') + ')',
27032
27013
  width: _this.new_w,
27033
27014
  height: _this.new_h,
@@ -27075,7 +27056,7 @@ var ImageEditor = /*#__PURE__*/ function(ViewComponent) {
27075
27056
  });
27076
27057
  }
27077
27058
  self.j.e.on(self.resizeHandler, 'updatesize', function() {
27078
- (0,jodit_core_helpers_utils_css__WEBPACK_IMPORTED_MODULE_13__.css)(self.resizeHandler, {
27059
+ ;(0,jodit_core_helpers_utils_css__WEBPACK_IMPORTED_MODULE_13__.css)(self.resizeHandler, {
27079
27060
  top: 0,
27080
27061
  left: 0,
27081
27062
  width: self.image.offsetWidth || self.naturalWidth,
@@ -27105,7 +27086,7 @@ var ImageEditor = /*#__PURE__*/ function(ViewComponent) {
27105
27086
  new_width = new_height * self.ratio;
27106
27087
  }
27107
27088
  }
27108
- (0,jodit_core_helpers_utils_css__WEBPACK_IMPORTED_MODULE_13__.css)(self.cropHandler, {
27089
+ ;(0,jodit_core_helpers_utils_css__WEBPACK_IMPORTED_MODULE_13__.css)(self.cropHandler, {
27109
27090
  width: new_width,
27110
27091
  height: new_height,
27111
27092
  left: new_x,
@@ -27203,7 +27184,7 @@ var ImageEditor = /*#__PURE__*/ function(ViewComponent) {
27203
27184
  _this.setHandlers();
27204
27185
  return _this;
27205
27186
  }
27206
- (0,_swc_helpers_create_class__WEBPACK_IMPORTED_MODULE_2__._)(ImageEditor, [
27187
+ ;(0,_swc_helpers_create_class__WEBPACK_IMPORTED_MODULE_2__._)(ImageEditor, [
27207
27188
  {
27208
27189
  key: "className",
27209
27190
  value: /** @override */ function className() {
@@ -27272,7 +27253,7 @@ var ImageEditor = /*#__PURE__*/ function(ViewComponent) {
27272
27253
  } else {
27273
27254
  url += '?_tst=' + timestamp;
27274
27255
  }
27275
- (0,jodit_core_helpers_utils_attr__WEBPACK_IMPORTED_MODULE_12__.attr)(_this.image, 'src', url);
27256
+ ;(0,jodit_core_helpers_utils_attr__WEBPACK_IMPORTED_MODULE_12__.attr)(_this.image, 'src', url);
27276
27257
  _this._dialog.open();
27277
27258
  var _refs = (0,jodit_core_helpers_utils_selector__WEBPACK_IMPORTED_MODULE_14__.refs)(_this.editor), widthInput = _refs.widthInput, heightInput = _refs.heightInput;
27278
27259
  var onload = function onload1() {
@@ -27425,7 +27406,7 @@ var ImageEditor = /*#__PURE__*/ function(ViewComponent) {
27425
27406
  if (self.top_y + self.new_h > self.cropImage.offsetHeight) {
27426
27407
  self.new_h = self.cropImage.offsetHeight - self.top_y;
27427
27408
  }
27428
- (0,jodit_core_helpers_utils_css__WEBPACK_IMPORTED_MODULE_13__.css)(self.cropHandler, {
27409
+ ;(0,jodit_core_helpers_utils_css__WEBPACK_IMPORTED_MODULE_13__.css)(self.cropHandler, {
27429
27410
  width: self.new_w,
27430
27411
  height: self.new_h
27431
27412
  });
@@ -27433,11 +27414,11 @@ var ImageEditor = /*#__PURE__*/ function(ViewComponent) {
27433
27414
  if (self.top_x + self.diff_x + self.cropHandler.offsetWidth > self.cropImage.offsetWidth) {
27434
27415
  self.diff_x = self.cropImage.offsetWidth - self.top_x - self.cropHandler.offsetWidth;
27435
27416
  }
27436
- (0,jodit_core_helpers_utils_css__WEBPACK_IMPORTED_MODULE_13__.css)(self.cropHandler, 'left', self.top_x + self.diff_x);
27417
+ ;(0,jodit_core_helpers_utils_css__WEBPACK_IMPORTED_MODULE_13__.css)(self.cropHandler, 'left', self.top_x + self.diff_x);
27437
27418
  if (self.top_y + self.diff_y + self.cropHandler.offsetHeight > self.cropImage.offsetHeight) {
27438
27419
  self.diff_y = self.cropImage.offsetHeight - self.top_y - self.cropHandler.offsetHeight;
27439
27420
  }
27440
- (0,jodit_core_helpers_utils_css__WEBPACK_IMPORTED_MODULE_13__.css)(self.cropHandler, 'top', self.top_y + self.diff_y);
27421
+ ;(0,jodit_core_helpers_utils_css__WEBPACK_IMPORTED_MODULE_13__.css)(self.cropHandler, 'top', self.top_y + self.diff_y);
27441
27422
  }
27442
27423
  this.j.e.fire(self.cropHandler, 'updatesize');
27443
27424
  }
@@ -27456,7 +27437,7 @@ var ImageEditor = /*#__PURE__*/ function(ViewComponent) {
27456
27437
  if (this.j.e) {
27457
27438
  this.j.e.off(this.j.ow, 'mousemove', this.onGlobalMouseMove).off(this.j.ow, 'mouseup', this.onGlobalMouseUp).off(this.ow, ".".concat(jie)).off(".".concat(jie));
27458
27439
  }
27459
- (0,_swc_helpers_get__WEBPACK_IMPORTED_MODULE_4__._)((0,_swc_helpers_get_prototype_of__WEBPACK_IMPORTED_MODULE_5__._)(ImageEditor.prototype), "destruct", this).call(this);
27440
+ ;(0,_swc_helpers_get__WEBPACK_IMPORTED_MODULE_4__._)((0,_swc_helpers_get_prototype_of__WEBPACK_IMPORTED_MODULE_5__._)(ImageEditor.prototype), "destruct", this).call(this);
27460
27441
  }
27461
27442
  }
27462
27443
  ]);
@@ -27517,7 +27498,7 @@ ImageEditor = (0,_swc_helpers_ts_decorate__WEBPACK_IMPORTED_MODULE_7__.__decorat
27517
27498
  }
27518
27499
  return;
27519
27500
  }
27520
- (0,jodit_core_helpers_utils_utils__WEBPACK_IMPORTED_MODULE_15__.call)(box.action === 'resize' ? _this.dataProvider.resize : _this.dataProvider.crop, path, source, name, newname, box.box).then(function(result) {
27501
+ ;(0,jodit_core_helpers_utils_utils__WEBPACK_IMPORTED_MODULE_15__.call)(box.action === 'resize' ? _this.dataProvider.resize : _this.dataProvider.crop, path, source, name, newname, box.box).then(function(result) {
27521
27502
  if (result) {
27522
27503
  success();
27523
27504
  if (onSuccess) {
@@ -27753,7 +27734,7 @@ var UIMessage = /*#__PURE__*/ function(UIElement) {
27753
27734
  _this.container.textContent = options.text;
27754
27735
  return _this;
27755
27736
  }
27756
- (0,_swc_helpers_create_class__WEBPACK_IMPORTED_MODULE_2__._)(UIMessage, [
27737
+ ;(0,_swc_helpers_create_class__WEBPACK_IMPORTED_MODULE_2__._)(UIMessage, [
27757
27738
  {
27758
27739
  key: "className",
27759
27740
  value: function className() {
@@ -27823,7 +27804,7 @@ var UIMessages = /*#__PURE__*/ function(UIGroup) {
27823
27804
  ]), (0,_swc_helpers_define_property__WEBPACK_IMPORTED_MODULE_3__._)(_this, "__box", void 0), (0,_swc_helpers_define_property__WEBPACK_IMPORTED_MODULE_3__._)(_this, "options", void 0), (0,_swc_helpers_define_property__WEBPACK_IMPORTED_MODULE_3__._)(_this, "__messages", void 0), _this.__box = __box, _this.options = options, _this.__messages = new Set();
27824
27805
  return _this;
27825
27806
  }
27826
- (0,_swc_helpers_create_class__WEBPACK_IMPORTED_MODULE_2__._)(UIMessages, [
27807
+ ;(0,_swc_helpers_create_class__WEBPACK_IMPORTED_MODULE_2__._)(UIMessages, [
27827
27808
  {
27828
27809
  key: "className",
27829
27810
  value: function className() {
@@ -28005,7 +27986,7 @@ var StatusBar = /*#__PURE__*/ function(ViewComponent) {
28005
27986
  _this.hide();
28006
27987
  return _this;
28007
27988
  }
28008
- (0,_swc_helpers_create_class__WEBPACK_IMPORTED_MODULE_2__._)(StatusBar, [
27989
+ ;(0,_swc_helpers_create_class__WEBPACK_IMPORTED_MODULE_2__._)(StatusBar, [
28009
27990
  {
28010
27991
  key: "className",
28011
27992
  value: function className() {
@@ -28156,7 +28137,7 @@ var Table = /*#__PURE__*/ function(ViewComponent) {
28156
28137
  _this = (0,_swc_helpers_call_super__WEBPACK_IMPORTED_MODULE_0__._)(this, Table, arguments), (0,_swc_helpers_define_property__WEBPACK_IMPORTED_MODULE_3__._)(_this, "selected", new Set());
28157
28138
  return _this;
28158
28139
  }
28159
- (0,_swc_helpers_create_class__WEBPACK_IMPORTED_MODULE_2__._)(Table, [
28140
+ ;(0,_swc_helpers_create_class__WEBPACK_IMPORTED_MODULE_2__._)(Table, [
28160
28141
  {
28161
28142
  /** @override */ key: "className",
28162
28143
  value: function className() {
@@ -29058,7 +29039,7 @@ var ToolbarButton = /*#__PURE__*/ function(UIButton) {
29058
29039
  }
29059
29040
  return _this;
29060
29041
  }
29061
- (0,_swc_helpers_create_class__WEBPACK_IMPORTED_MODULE_2__._)(ToolbarButton, [
29042
+ ;(0,_swc_helpers_create_class__WEBPACK_IMPORTED_MODULE_2__._)(ToolbarButton, [
29062
29043
  {
29063
29044
  key: "className",
29064
29045
  value: function className() {
@@ -29074,7 +29055,7 @@ var ToolbarButton = /*#__PURE__*/ function(UIButton) {
29074
29055
  {
29075
29056
  key: "updateAriaLabel",
29076
29057
  value: function updateAriaLabel() {
29077
- (0,_swc_helpers_get__WEBPACK_IMPORTED_MODULE_4__._)((0,_swc_helpers_get_prototype_of__WEBPACK_IMPORTED_MODULE_5__._)(ToolbarButton.prototype), "updateAriaLabel", this).call(this);
29058
+ ;(0,_swc_helpers_get__WEBPACK_IMPORTED_MODULE_4__._)((0,_swc_helpers_get_prototype_of__WEBPACK_IMPORTED_MODULE_5__._)(ToolbarButton.prototype), "updateAriaLabel", this).call(this);
29078
29059
  if (this.trigger) {
29079
29060
  var i8nTooltip = this.state.tooltip ? this.jodit.i18n(this.state.tooltip) : null;
29080
29061
  (0,jodit_core_helpers_utils_attr__WEBPACK_IMPORTED_MODULE_27__.attr)(this.trigger, 'aria-label', i8nTooltip);
@@ -29144,7 +29125,7 @@ var ToolbarButton = /*#__PURE__*/ function(UIButton) {
29144
29125
  {
29145
29126
  key: "onChangeActivated",
29146
29127
  value: function onChangeActivated() {
29147
- (0,jodit_core_helpers_utils_attr__WEBPACK_IMPORTED_MODULE_27__.attr)(this.button, 'aria-pressed', this.state.activated);
29128
+ ;(0,jodit_core_helpers_utils_attr__WEBPACK_IMPORTED_MODULE_27__.attr)(this.button, 'aria-pressed', this.state.activated);
29148
29129
  (0,_swc_helpers_get__WEBPACK_IMPORTED_MODULE_4__._)((0,_swc_helpers_get_prototype_of__WEBPACK_IMPORTED_MODULE_5__._)(ToolbarButton.prototype), "onChangeActivated", this).call(this);
29149
29130
  }
29150
29131
  },
@@ -29162,7 +29143,7 @@ var ToolbarButton = /*#__PURE__*/ function(UIButton) {
29162
29143
  {
29163
29144
  key: "onChangeTabIndex",
29164
29145
  value: function onChangeTabIndex() {
29165
- (0,jodit_core_helpers_utils_attr__WEBPACK_IMPORTED_MODULE_27__.attr)(this.button, 'tabindex', this.state.tabIndex);
29146
+ ;(0,jodit_core_helpers_utils_attr__WEBPACK_IMPORTED_MODULE_27__.attr)(this.button, 'tabindex', this.state.tabIndex);
29166
29147
  (0,jodit_core_helpers_utils_attr__WEBPACK_IMPORTED_MODULE_27__.attr)(this.trigger, 'tabindex', this.state.tabIndex);
29167
29148
  }
29168
29149
  },
@@ -29572,7 +29553,7 @@ var ToolbarContent = /*#__PURE__*/ function(UIButton) {
29572
29553
  (0,jodit_core_helpers__WEBPACK_IMPORTED_MODULE_10__.attr)(_this.container, 'role', 'content');
29573
29554
  return _this;
29574
29555
  }
29575
- (0,_swc_helpers_create_class__WEBPACK_IMPORTED_MODULE_2__._)(ToolbarContent, [
29556
+ ;(0,_swc_helpers_create_class__WEBPACK_IMPORTED_MODULE_2__._)(ToolbarContent, [
29576
29557
  {
29577
29558
  key: "className",
29578
29559
  value: /** @override */ function className() {
@@ -29704,7 +29685,7 @@ var ToolbarSelect = /*#__PURE__*/ function(ToolbarButton) {
29704
29685
  (0,_swc_helpers_class_call_check__WEBPACK_IMPORTED_MODULE_1__._)(this, ToolbarSelect);
29705
29686
  return (0,_swc_helpers_call_super__WEBPACK_IMPORTED_MODULE_0__._)(this, ToolbarSelect, arguments);
29706
29687
  }
29707
- (0,_swc_helpers_create_class__WEBPACK_IMPORTED_MODULE_2__._)(ToolbarSelect, [
29688
+ ;(0,_swc_helpers_create_class__WEBPACK_IMPORTED_MODULE_2__._)(ToolbarSelect, [
29708
29689
  {
29709
29690
  key: "className",
29710
29691
  value: function className() {
@@ -29714,7 +29695,7 @@ var ToolbarSelect = /*#__PURE__*/ function(ToolbarButton) {
29714
29695
  {
29715
29696
  key: "update",
29716
29697
  value: function update() {
29717
- (0,_swc_helpers_get__WEBPACK_IMPORTED_MODULE_3__._)((0,_swc_helpers_get_prototype_of__WEBPACK_IMPORTED_MODULE_4__._)(ToolbarSelect.prototype), "update", this).call(this);
29698
+ ;(0,_swc_helpers_get__WEBPACK_IMPORTED_MODULE_3__._)((0,_swc_helpers_get_prototype_of__WEBPACK_IMPORTED_MODULE_4__._)(ToolbarSelect.prototype), "update", this).call(this);
29718
29699
  this.state.icon.name = '';
29719
29700
  var _this_control = this.control, list = _this_control.list, data = _this_control.data;
29720
29701
  if (list) {
@@ -29805,7 +29786,7 @@ var ToolbarCollection = /*#__PURE__*/ function(UIList) {
29805
29786
  ]), (0,_swc_helpers_define_property__WEBPACK_IMPORTED_MODULE_3__._)(_this, "__listenEvents", 'updatePlugins updateToolbar changeStack mousedown mouseup keydown change readonly afterResize ' + 'selectionchange changeSelection focus afterSetMode touchstart focus blur');
29806
29787
  return _this;
29807
29788
  }
29808
- (0,_swc_helpers_create_class__WEBPACK_IMPORTED_MODULE_2__._)(ToolbarCollection, [
29789
+ ;(0,_swc_helpers_create_class__WEBPACK_IMPORTED_MODULE_2__._)(ToolbarCollection, [
29809
29790
  {
29810
29791
  key: "className",
29811
29792
  value: function className() {
@@ -29871,7 +29852,7 @@ var ToolbarCollection = /*#__PURE__*/ function(UIList) {
29871
29852
  if (this.isDestructed || this.j.isLocked) {
29872
29853
  return;
29873
29854
  }
29874
- (0,_swc_helpers_get__WEBPACK_IMPORTED_MODULE_4__._)((0,_swc_helpers_get_prototype_of__WEBPACK_IMPORTED_MODULE_5__._)(ToolbarCollection.prototype), "update", this).call(this);
29855
+ ;(0,_swc_helpers_get__WEBPACK_IMPORTED_MODULE_4__._)((0,_swc_helpers_get_prototype_of__WEBPACK_IMPORTED_MODULE_5__._)(ToolbarCollection.prototype), "update", this).call(this);
29875
29856
  this.j.e.fire('afterUpdateToolbar', this);
29876
29857
  }
29877
29858
  },
@@ -29886,7 +29867,7 @@ var ToolbarCollection = /*#__PURE__*/ function(UIList) {
29886
29867
  * Set direction
29887
29868
  */ key: "setDirection",
29888
29869
  value: function setDirection(direction) {
29889
- (0,jodit_core_helpers_utils_css__WEBPACK_IMPORTED_MODULE_15__.css)(this.container, 'direction', direction);
29870
+ ;(0,jodit_core_helpers_utils_css__WEBPACK_IMPORTED_MODULE_15__.css)(this.container, 'direction', direction);
29890
29871
  (0,jodit_core_helpers_utils_attr__WEBPACK_IMPORTED_MODULE_14__.attr)(this.container, 'dir', direction);
29891
29872
  }
29892
29873
  },
@@ -29922,7 +29903,7 @@ var ToolbarCollection = /*#__PURE__*/ function(UIList) {
29922
29903
  if (itemsWithGroupps) {
29923
29904
  items = itemsWithGroupps;
29924
29905
  }
29925
- (0,_swc_helpers_get__WEBPACK_IMPORTED_MODULE_4__._)((0,_swc_helpers_get_prototype_of__WEBPACK_IMPORTED_MODULE_5__._)(ToolbarCollection.prototype), "build", this).call(this, items, target);
29906
+ ;(0,_swc_helpers_get__WEBPACK_IMPORTED_MODULE_4__._)((0,_swc_helpers_get_prototype_of__WEBPACK_IMPORTED_MODULE_5__._)(ToolbarCollection.prototype), "build", this).call(this, items, target);
29926
29907
  return this;
29927
29908
  }
29928
29909
  },
@@ -30025,7 +30006,7 @@ var ToolbarEditorCollection = /*#__PURE__*/ function(ToolbarCollection) {
30025
30006
  _this.prependInvisibleInput(_this.container);
30026
30007
  return _this;
30027
30008
  }
30028
- (0,_swc_helpers_create_class__WEBPACK_IMPORTED_MODULE_2__._)(ToolbarEditorCollection, [
30009
+ ;(0,_swc_helpers_create_class__WEBPACK_IMPORTED_MODULE_2__._)(ToolbarEditorCollection, [
30029
30010
  {
30030
30011
  key: "className",
30031
30012
  value: /** @override */ function className() {
@@ -30126,7 +30107,7 @@ var ToolbarEditorCollection = /*#__PURE__*/ function(ToolbarCollection) {
30126
30107
  {
30127
30108
  key: "show",
30128
30109
  value: function show() {
30129
- (0,_swc_helpers_get__WEBPACK_IMPORTED_MODULE_4__._)((0,_swc_helpers_get_prototype_of__WEBPACK_IMPORTED_MODULE_5__._)(ToolbarEditorCollection.prototype), "show", this).call(this);
30110
+ ;(0,_swc_helpers_get__WEBPACK_IMPORTED_MODULE_4__._)((0,_swc_helpers_get_prototype_of__WEBPACK_IMPORTED_MODULE_5__._)(ToolbarEditorCollection.prototype), "show", this).call(this);
30130
30111
  this.jodit.e.fire('toggleToolbar');
30131
30112
  }
30132
30113
  }
@@ -30784,7 +30765,7 @@ var Uploader = /*#__PURE__*/ function(ViewComponent) {
30784
30765
  _this.options = (0,jodit_core_helpers__WEBPACK_IMPORTED_MODULE_10__.ConfigProto)(options || {}, (0,jodit_core_helpers__WEBPACK_IMPORTED_MODULE_10__.ConfigProto)(jodit_config__WEBPACK_IMPORTED_MODULE_11__.Config.defaultOptions.uploader, (0,jodit_core_helpers__WEBPACK_IMPORTED_MODULE_10__.isJoditObject)(editor) ? editor.o.uploader : {}));
30785
30766
  return _this;
30786
30767
  }
30787
- (0,_swc_helpers_create_class__WEBPACK_IMPORTED_MODULE_2__._)(Uploader, [
30768
+ ;(0,_swc_helpers_create_class__WEBPACK_IMPORTED_MODULE_2__._)(Uploader, [
30788
30769
  {
30789
30770
  key: "j",
30790
30771
  get: function get() {
@@ -30974,7 +30955,7 @@ var Uploader = /*#__PURE__*/ function(ViewComponent) {
30974
30955
  });
30975
30956
  instances.clear();
30976
30957
  }
30977
- (0,_swc_helpers_get__WEBPACK_IMPORTED_MODULE_4__._)((0,_swc_helpers_get_prototype_of__WEBPACK_IMPORTED_MODULE_5__._)(Uploader.prototype), "destruct", this).call(this);
30958
+ ;(0,_swc_helpers_get__WEBPACK_IMPORTED_MODULE_4__._)((0,_swc_helpers_get_prototype_of__WEBPACK_IMPORTED_MODULE_5__._)(Uploader.prototype), "destruct", this).call(this);
30978
30959
  }
30979
30960
  }
30980
30961
  ]);
@@ -31479,7 +31460,7 @@ jodit_core_ui_icon__WEBPACK_IMPORTED_MODULE_3__.Icon.set('about', (_about_svg__W
31479
31460
  /***/ }),
31480
31461
 
31481
31462
  /***/ 42766:
31482
- /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
31463
+ /***/ (function(__unused_webpack_module, __unused_webpack___webpack_exports__, __webpack_require__) {
31483
31464
 
31484
31465
  "use strict";
31485
31466
  /* unused harmony export addNewLine */
@@ -31560,7 +31541,7 @@ var ns = 'addnewline';
31560
31541
  });
31561
31542
  return _this;
31562
31543
  }
31563
- (0,_swc_helpers_create_class__WEBPACK_IMPORTED_MODULE_2__._)(addNewLine, [
31544
+ ;(0,_swc_helpers_create_class__WEBPACK_IMPORTED_MODULE_2__._)(addNewLine, [
31564
31545
  {
31565
31546
  key: "__show",
31566
31547
  value: function __show() {
@@ -31766,7 +31747,7 @@ jodit_core_ui_icon__WEBPACK_IMPORTED_MODULE_0__.Icon.set('enter', (_enter_svg__W
31766
31747
  /***/ }),
31767
31748
 
31768
31749
  /***/ 14774:
31769
- /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
31750
+ /***/ (function(__unused_webpack_module, __unused_webpack___webpack_exports__, __webpack_require__) {
31770
31751
 
31771
31752
  "use strict";
31772
31753
  /* unused harmony export aiAssistant */
@@ -31835,7 +31816,7 @@ jodit_core_ui_icon__WEBPACK_IMPORTED_MODULE_0__.Icon.set('enter', (_enter_svg__W
31835
31816
  (0,jodit_core_global__WEBPACK_IMPORTED_MODULE_11__.extendLang)(_langs__WEBPACK_IMPORTED_MODULE_16__);
31836
31817
  return _this;
31837
31818
  }
31838
- (0,_swc_helpers_create_class__WEBPACK_IMPORTED_MODULE_3__._)(aiAssistant, [
31819
+ ;(0,_swc_helpers_create_class__WEBPACK_IMPORTED_MODULE_3__._)(aiAssistant, [
31839
31820
  {
31840
31821
  key: "__dialog",
31841
31822
  get: function get() {
@@ -31971,7 +31952,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_11__.pluginSystem.add('ai-assistant',
31971
31952
  /***/ }),
31972
31953
 
31973
31954
  /***/ 77227:
31974
- /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
31955
+ /***/ (function(__unused_webpack_module, __unused_webpack___webpack_exports__, __webpack_require__) {
31975
31956
 
31976
31957
  "use strict";
31977
31958
  /* unused harmony exports aiAssitentCommands, aiAssistantDefaults */
@@ -32282,7 +32263,7 @@ var UiAiAssistant = /*#__PURE__*/ function(UIElement) {
32282
32263
  _this.onChangePromptValue();
32283
32264
  return _this;
32284
32265
  }
32285
- (0,_swc_helpers_create_class__WEBPACK_IMPORTED_MODULE_2__._)(UiAiAssistant, [
32266
+ ;(0,_swc_helpers_create_class__WEBPACK_IMPORTED_MODULE_2__._)(UiAiAssistant, [
32286
32267
  {
32287
32268
  key: "className",
32288
32269
  value: function className() {
@@ -32380,7 +32361,7 @@ UiAiAssistant = (0,_swc_helpers_ts_decorate__WEBPACK_IMPORTED_MODULE_5__.__decor
32380
32361
  /***/ }),
32381
32362
 
32382
32363
  /***/ 28286:
32383
- /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
32364
+ /***/ (function(__unused_webpack_module, __unused_webpack___webpack_exports__, __webpack_require__) {
32384
32365
 
32385
32366
  "use strict";
32386
32367
  /* unused harmony export backspace */
@@ -32431,7 +32412,7 @@ var backspace = /*#__PURE__*/ function(Plugin) {
32431
32412
  (0,_swc_helpers_class_call_check__WEBPACK_IMPORTED_MODULE_1__._)(this, backspace);
32432
32413
  return (0,_swc_helpers_call_super__WEBPACK_IMPORTED_MODULE_0__._)(this, backspace, arguments);
32433
32414
  }
32434
- (0,_swc_helpers_create_class__WEBPACK_IMPORTED_MODULE_2__._)(backspace, [
32415
+ ;(0,_swc_helpers_create_class__WEBPACK_IMPORTED_MODULE_2__._)(backspace, [
32435
32416
  {
32436
32417
  key: "afterInit",
32437
32418
  value: function afterInit(jodit) {
@@ -32504,7 +32485,7 @@ var backspace = /*#__PURE__*/ function(Plugin) {
32504
32485
  if (jodit.e.fire('backSpaceBeforeCases', backspace, fakeNode)) {
32505
32486
  return false;
32506
32487
  }
32507
- (0,jodit_core_selection_helpers__WEBPACK_IMPORTED_MODULE_12__.moveNodeInsideStart)(jodit, fakeNode, backspace);
32488
+ ;(0,jodit_core_selection_helpers__WEBPACK_IMPORTED_MODULE_12__.moveNodeInsideStart)(jodit, fakeNode, backspace);
32508
32489
  var disabled = jodit.o.delete.disableCases;
32509
32490
  if (_cases__WEBPACK_IMPORTED_MODULE_15__.casesMap.some(function(param) {
32510
32491
  var _param = (0,_swc_helpers_sliced_to_array__WEBPACK_IMPORTED_MODULE_5__._)(param, 2), key = _param[0], func = _param[1];
@@ -32913,7 +32894,7 @@ function replaceSpaceOnNBSP(anotherSibling, backspace, value) {
32913
32894
  }
32914
32895
  }
32915
32896
  function checkRepeatRemoveCharAction(backspace, sibling, fakeNode, mode, removed, jodit) {
32916
- (0,jodit_core_helpers__WEBPACK_IMPORTED_MODULE_2__.call)(backspace ? jodit_core_dom__WEBPACK_IMPORTED_MODULE_1__.Dom.after : jodit_core_dom__WEBPACK_IMPORTED_MODULE_1__.Dom.before, sibling, fakeNode);
32897
+ ;(0,jodit_core_helpers__WEBPACK_IMPORTED_MODULE_2__.call)(backspace ? jodit_core_dom__WEBPACK_IMPORTED_MODULE_1__.Dom.after : jodit_core_dom__WEBPACK_IMPORTED_MODULE_1__.Dom.before, sibling, fakeNode);
32917
32898
  if (mode === 'sentence' || mode === 'word' && removed !== ' ' && removed !== jodit_core_constants__WEBPACK_IMPORTED_MODULE_0__.NBSP_SPACE) {
32918
32899
  checkRemoveChar(jodit, fakeNode, backspace, mode);
32919
32900
  }
@@ -33206,7 +33187,7 @@ function checkRepeatRemoveCharAction(backspace, sibling, fakeNode, mode, removed
33206
33187
  if (jodit_core_dom_dom__WEBPACK_IMPORTED_MODULE_0__.Dom.isEmpty(ul)) {
33207
33188
  jodit_core_dom_dom__WEBPACK_IMPORTED_MODULE_0__.Dom.safeRemove(ul);
33208
33189
  }
33209
- (0,jodit_core_helpers_utils__WEBPACK_IMPORTED_MODULE_1__.call)(backspace ? s.setCursorBefore : s.setCursorAfter, fakeNode);
33190
+ ;(0,jodit_core_helpers_utils__WEBPACK_IMPORTED_MODULE_1__.call)(backspace ? s.setCursorBefore : s.setCursorAfter, fakeNode);
33210
33191
  return true;
33211
33192
  }
33212
33193
  return false;
@@ -33398,7 +33379,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_0__.Config.prototype.delete = {
33398
33379
  /***/ }),
33399
33380
 
33400
33381
  /***/ 91678:
33401
- /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
33382
+ /***/ (function(__unused_webpack_module, __unused_webpack___webpack_exports__, __webpack_require__) {
33402
33383
 
33403
33384
  "use strict";
33404
33385
  /* unused harmony export bold */
@@ -33585,7 +33566,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_0__.Config.prototype.controls.strikethroug
33585
33566
  /***/ }),
33586
33567
 
33587
33568
  /***/ 58910:
33588
- /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
33569
+ /***/ (function(__unused_webpack_module, __unused_webpack___webpack_exports__, __webpack_require__) {
33589
33570
 
33590
33571
  "use strict";
33591
33572
  /* unused harmony export classSpan */
@@ -33696,7 +33677,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_11__.Config.prototype.controls.classSpan =
33696
33677
  ]);
33697
33678
  return _this;
33698
33679
  }
33699
- (0,_swc_helpers_create_class__WEBPACK_IMPORTED_MODULE_2__._)(classSpan, [
33680
+ ;(0,_swc_helpers_create_class__WEBPACK_IMPORTED_MODULE_2__._)(classSpan, [
33700
33681
  {
33701
33682
  key: "afterInit",
33702
33683
  value: /** @override */ function afterInit(jodit) {
@@ -33722,7 +33703,7 @@ jodit_core_ui_icon__WEBPACK_IMPORTED_MODULE_10__.Icon.set('class-span', (_class_
33722
33703
  /***/ }),
33723
33704
 
33724
33705
  /***/ 11018:
33725
- /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
33706
+ /***/ (function(__unused_webpack_module, __unused_webpack___webpack_exports__, __webpack_require__) {
33726
33707
 
33727
33708
  "use strict";
33728
33709
  /* unused harmony export cleanHtml */
@@ -33784,7 +33765,7 @@ jodit_core_ui_icon__WEBPACK_IMPORTED_MODULE_10__.Icon.set('class-span', (_class_
33784
33765
  }));
33785
33766
  return _this;
33786
33767
  }
33787
- (0,_swc_helpers_create_class__WEBPACK_IMPORTED_MODULE_2__._)(cleanHtml, [
33768
+ ;(0,_swc_helpers_create_class__WEBPACK_IMPORTED_MODULE_2__._)(cleanHtml, [
33788
33769
  {
33789
33770
  key: "afterInit",
33790
33771
  value: /** @override */ function afterInit(jodit) {}
@@ -33880,7 +33861,7 @@ jodit_core_ui_icon__WEBPACK_IMPORTED_MODULE_10__.Icon.set('class-span', (_class_
33880
33861
  if (sanitizer) {
33881
33862
  sandBox.innerHTML = sanitizer(sandBox.innerHTML);
33882
33863
  }
33883
- (0,jodit_core_helpers_html_safe_html__WEBPACK_IMPORTED_MODULE_12__.safeHTML)(sandBox, this.j.o.cleanHTML);
33864
+ ;(0,jodit_core_helpers_html_safe_html__WEBPACK_IMPORTED_MODULE_12__.safeHTML)(sandBox, this.j.o.cleanHTML);
33884
33865
  }
33885
33866
  },
33886
33867
  {
@@ -34266,7 +34247,7 @@ var VIMEO_EMBED = /^(https?:)?\/\/player\.vimeo\.com\/video\//i;
34266
34247
  // `attrRaw` on purpose: the sanitizer must remove exactly the
34267
34248
  // attribute name from the live list, without the `attr()`
34268
34249
  // helper name normalization
34269
- (0,jodit_core_helpers_utils_attr__WEBPACK_IMPORTED_MODULE_1__.attrRaw)(nodeElm, attr, null);
34250
+ ;(0,jodit_core_helpers_utils_attr__WEBPACK_IMPORTED_MODULE_1__.attrRaw)(nodeElm, attr, null);
34270
34251
  });
34271
34252
  }
34272
34253
  }
@@ -34912,7 +34893,7 @@ var keys = Object.keys(_filters__WEBPACK_IMPORTED_MODULE_1__);
34912
34893
  /***/ }),
34913
34894
 
34914
34895
  /***/ 43354:
34915
- /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
34896
+ /***/ (function(__unused_webpack_module, __unused_webpack___webpack_exports__, __webpack_require__) {
34916
34897
 
34917
34898
  "use strict";
34918
34899
  /* unused harmony export clipboard */
@@ -34968,7 +34949,7 @@ var keys = Object.keys(_filters__WEBPACK_IMPORTED_MODULE_1__);
34968
34949
  }
34969
34950
  ]);
34970
34951
  }
34971
- (0,_swc_helpers_create_class__WEBPACK_IMPORTED_MODULE_1__._)(clipboard, [
34952
+ ;(0,_swc_helpers_create_class__WEBPACK_IMPORTED_MODULE_1__._)(clipboard, [
34972
34953
  {
34973
34954
  key: "init",
34974
34955
  value: function init(editor) {
@@ -35088,7 +35069,7 @@ jodit_core_ui_icon__WEBPACK_IMPORTED_MODULE_0__.Icon.set('copy', (_icons_copy_sv
35088
35069
  /***/ }),
35089
35070
 
35090
35071
  /***/ 42462:
35091
- /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
35072
+ /***/ (function(__unused_webpack_module, __unused_webpack___webpack_exports__, __webpack_require__) {
35092
35073
 
35093
35074
  "use strict";
35094
35075
  /* unused harmony export color */
@@ -35194,7 +35175,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_3__.Config.prototype.controls.brushCell =
35194
35175
  var makeColorPicker = function makeColorPicker(key) {
35195
35176
  return (0,jodit_modules_widget__WEBPACK_IMPORTED_MODULE_4__.ColorPickerWidget)(editor, function(value) {
35196
35177
  selected.forEach(function(cell) {
35197
- (0,jodit_core_helpers___WEBPACK_IMPORTED_MODULE_1__.css)(cell, key, value);
35178
+ ;(0,jodit_core_helpers___WEBPACK_IMPORTED_MODULE_1__.css)(cell, key, value);
35198
35179
  });
35199
35180
  editor.lock();
35200
35181
  editor.synchronizeValues();
@@ -35283,7 +35264,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_3__.Config.prototype.controls.brush = {
35283
35264
  } else {
35284
35265
  (0,jodit_core_helpers___WEBPACK_IMPORTED_MODULE_1__.css)(currentElement, 'backgroundColor', value);
35285
35266
  }
35286
- (0,jodit_core_helpers___WEBPACK_IMPORTED_MODULE_1__.dataBind)(button, 'color', value);
35267
+ ;(0,jodit_core_helpers___WEBPACK_IMPORTED_MODULE_1__.dataBind)(button, 'color', value);
35287
35268
  (0,jodit_core_helpers___WEBPACK_IMPORTED_MODULE_1__.dataBind)(button, 'color-mode', 'background');
35288
35269
  close();
35289
35270
  }, bg_color);
@@ -35293,7 +35274,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_3__.Config.prototype.controls.brush = {
35293
35274
  } else {
35294
35275
  (0,jodit_core_helpers___WEBPACK_IMPORTED_MODULE_1__.css)(currentElement, 'color', value);
35295
35276
  }
35296
- (0,jodit_core_helpers___WEBPACK_IMPORTED_MODULE_1__.dataBind)(button, 'color', value);
35277
+ ;(0,jodit_core_helpers___WEBPACK_IMPORTED_MODULE_1__.dataBind)(button, 'color', value);
35297
35278
  (0,jodit_core_helpers___WEBPACK_IMPORTED_MODULE_1__.dataBind)(button, 'color-mode', 'color');
35298
35279
  close();
35299
35280
  }, colorHEX);
@@ -35338,7 +35319,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_3__.Config.prototype.controls.brush = {
35338
35319
  /***/ }),
35339
35320
 
35340
35321
  /***/ 30062:
35341
- /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
35322
+ /***/ (function(__unused_webpack_module, __unused_webpack___webpack_exports__, __webpack_require__) {
35342
35323
 
35343
35324
  "use strict";
35344
35325
  /* unused harmony export copyFormat */
@@ -35863,7 +35844,7 @@ __webpack_require__.r(__webpack_exports__);
35863
35844
  /***/ }),
35864
35845
 
35865
35846
  /***/ 63974:
35866
- /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
35847
+ /***/ (function(__unused_webpack_module, __unused_webpack___webpack_exports__, __webpack_require__) {
35867
35848
 
35868
35849
  "use strict";
35869
35850
  /* unused harmony export deleteCommand */
@@ -35912,7 +35893,7 @@ var deleteCommand = /*#__PURE__*/ function(Plugin) {
35912
35893
  (0,_swc_helpers_class_call_check__WEBPACK_IMPORTED_MODULE_1__._)(this, deleteCommand);
35913
35894
  return (0,_swc_helpers_call_super__WEBPACK_IMPORTED_MODULE_0__._)(this, deleteCommand, arguments);
35914
35895
  }
35915
- (0,_swc_helpers_create_class__WEBPACK_IMPORTED_MODULE_2__._)(deleteCommand, [
35896
+ ;(0,_swc_helpers_create_class__WEBPACK_IMPORTED_MODULE_2__._)(deleteCommand, [
35916
35897
  {
35917
35898
  key: "afterInit",
35918
35899
  value: function afterInit(jodit) {
@@ -36078,7 +36059,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_0__.Config.prototype.draggableTags = [
36078
36059
  /***/ }),
36079
36060
 
36080
36061
  /***/ 43102:
36081
- /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
36062
+ /***/ (function(__unused_webpack_module, __unused_webpack___webpack_exports__, __webpack_require__) {
36082
36063
 
36083
36064
  "use strict";
36084
36065
  /* unused harmony export dragAndDropElement */
@@ -36116,12 +36097,12 @@ jodit_config__WEBPACK_IMPORTED_MODULE_0__.Config.prototype.draggableTags = [
36116
36097
 
36117
36098
 
36118
36099
 
36119
- var DragState = /*#__PURE__*/ function(DragState) {
36100
+ var DragState = /*#__PURE__*/ (/* unused pure expression or super */ null && (function(DragState) {
36120
36101
  DragState[DragState["IDLE"] = 0] = "IDLE";
36121
36102
  DragState[DragState["WAIT_DRAGGING"] = 1] = "WAIT_DRAGGING";
36122
36103
  DragState[DragState["DRAGGING"] = 2] = "DRAGGING";
36123
36104
  return DragState;
36124
- }(DragState || {});
36105
+ }(DragState || {})));
36125
36106
  /**
36126
36107
  * Process drag and drop image or another element inside the editor
36127
36108
  */ var dragAndDropElement = /*#__PURE__*/ function(Plugin) {
@@ -36135,7 +36116,7 @@ var DragState = /*#__PURE__*/ function(DragState) {
36135
36116
  */ (0,_swc_helpers_define_property__WEBPACK_IMPORTED_MODULE_3__._)(_this, "diffStep", 10), (0,_swc_helpers_define_property__WEBPACK_IMPORTED_MODULE_3__._)(_this, "startX", 0), (0,_swc_helpers_define_property__WEBPACK_IMPORTED_MODULE_3__._)(_this, "startY", 0), (0,_swc_helpers_define_property__WEBPACK_IMPORTED_MODULE_3__._)(_this, "state", 0);
36136
36117
  return _this;
36137
36118
  }
36138
- (0,_swc_helpers_create_class__WEBPACK_IMPORTED_MODULE_2__._)(dragAndDropElement, [
36119
+ ;(0,_swc_helpers_create_class__WEBPACK_IMPORTED_MODULE_2__._)(dragAndDropElement, [
36139
36120
  {
36140
36121
  key: "afterInit",
36141
36122
  value: /** @override */ function afterInit() {
@@ -36252,7 +36233,7 @@ var DragState = /*#__PURE__*/ function(DragState) {
36252
36233
  });
36253
36234
  jodit_core_dom__WEBPACK_IMPORTED_MODULE_8__.Dom.append((0,jodit_core_global__WEBPACK_IMPORTED_MODULE_9__.getContainer)(this.j, dragAndDropElement), this.draggable);
36254
36235
  }
36255
- (0,jodit_core_helpers__WEBPACK_IMPORTED_MODULE_10__.css)(this.draggable, {
36236
+ ;(0,jodit_core_helpers__WEBPACK_IMPORTED_MODULE_10__.css)(this.draggable, {
36256
36237
  left: event.clientX,
36257
36238
  top: event.clientY
36258
36239
  });
@@ -36369,7 +36350,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_9__.pluginSystem.add('dragAndDropElem
36369
36350
  /***/ }),
36370
36351
 
36371
36352
  /***/ 64222:
36372
- /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
36353
+ /***/ (function(__unused_webpack_module, __unused_webpack___webpack_exports__, __webpack_require__) {
36373
36354
 
36374
36355
  "use strict";
36375
36356
  /* unused harmony export dragAndDrop */
@@ -36430,7 +36411,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_9__.pluginSystem.add('dragAndDropElem
36430
36411
  });
36431
36412
  return _this;
36432
36413
  }
36433
- (0,_swc_helpers_create_class__WEBPACK_IMPORTED_MODULE_2__._)(dragAndDrop, [
36414
+ ;(0,_swc_helpers_create_class__WEBPACK_IMPORTED_MODULE_2__._)(dragAndDrop, [
36434
36415
  {
36435
36416
  /** @override */ key: "afterInit",
36436
36417
  value: function afterInit() {
@@ -36846,7 +36827,7 @@ var dtd = /*#__PURE__*/ function(Plugin) {
36846
36827
  (0,_swc_helpers_class_call_check__WEBPACK_IMPORTED_MODULE_1__._)(this, dtd);
36847
36828
  return (0,_swc_helpers_call_super__WEBPACK_IMPORTED_MODULE_0__._)(this, dtd, arguments);
36848
36829
  }
36849
- (0,_swc_helpers_create_class__WEBPACK_IMPORTED_MODULE_2__._)(dtd, [
36830
+ ;(0,_swc_helpers_create_class__WEBPACK_IMPORTED_MODULE_2__._)(dtd, [
36850
36831
  {
36851
36832
  key: "afterInit",
36852
36833
  value: function afterInit(jodit) {}
@@ -36890,7 +36871,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_7__.pluginSystem.add('dtd', dtd);
36890
36871
  /***/ }),
36891
36872
 
36892
36873
  /***/ 3678:
36893
- /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
36874
+ /***/ (function(__unused_webpack_module, __unused_webpack___webpack_exports__, __webpack_require__) {
36894
36875
 
36895
36876
  "use strict";
36896
36877
  /* unused harmony export enter */
@@ -36939,7 +36920,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_7__.pluginSystem.add('dtd', dtd);
36939
36920
  (0,_swc_helpers_class_call_check__WEBPACK_IMPORTED_MODULE_1__._)(this, enter);
36940
36921
  return (0,_swc_helpers_call_super__WEBPACK_IMPORTED_MODULE_0__._)(this, enter, arguments);
36941
36922
  }
36942
- (0,_swc_helpers_create_class__WEBPACK_IMPORTED_MODULE_2__._)(enter, [
36923
+ ;(0,_swc_helpers_create_class__WEBPACK_IMPORTED_MODULE_2__._)(enter, [
36943
36924
  {
36944
36925
  key: "afterInit",
36945
36926
  value: /** @override */ function afterInit(editor) {
@@ -37013,7 +36994,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_7__.pluginSystem.add('dtd', dtd);
37013
36994
  (0,_helpers__WEBPACK_IMPORTED_MODULE_12__.processEmptyLILeaf)(fake, jodit, block);
37014
36995
  return false;
37015
36996
  }
37016
- (0,_helpers__WEBPACK_IMPORTED_MODULE_12__.splitFragment)(fake, jodit, block);
36997
+ ;(0,_helpers__WEBPACK_IMPORTED_MODULE_12__.splitFragment)(fake, jodit, block);
37017
36998
  } finally{
37018
36999
  fake.isConnected && jodit.s.setCursorBefore(fake);
37019
37000
  jodit_core_dom_dom__WEBPACK_IMPORTED_MODULE_8__.Dom.safeRemove(fake);
@@ -37089,7 +37070,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_9__.pluginSystem.add('enter', enter);
37089
37070
  jodit_core_dom_dom__WEBPACK_IMPORTED_MODULE_1__.Dom.after(br, clone);
37090
37071
  jodit_core_dom_dom__WEBPACK_IMPORTED_MODULE_1__.Dom.before(clone, fake);
37091
37072
  }
37092
- (0,jodit_core_helpers_utils_scroll_into_view__WEBPACK_IMPORTED_MODULE_2__.scrollIntoViewIfNeeded)(br, jodit.editor, jodit.ed);
37073
+ ;(0,jodit_core_helpers_utils_scroll_into_view__WEBPACK_IMPORTED_MODULE_2__.scrollIntoViewIfNeeded)(br, jodit.editor, jodit.ed);
37093
37074
  return true;
37094
37075
  }
37095
37076
  return false;
@@ -37424,7 +37405,7 @@ function brBefore(start) {
37424
37405
  } else {
37425
37406
  jodit_core_dom_dom__WEBPACK_IMPORTED_MODULE_0__.Dom.before(block, fake);
37426
37407
  }
37427
- (0,_insert_paragraph__WEBPACK_IMPORTED_MODULE_2__.insertParagraph)(fake, jodit, defaultTag);
37408
+ ;(0,_insert_paragraph__WEBPACK_IMPORTED_MODULE_2__.insertParagraph)(fake, jodit, defaultTag);
37428
37409
  if (cursorOnTheLeft && !cursorOnTheRight) {
37429
37410
  jodit_core_dom_dom__WEBPACK_IMPORTED_MODULE_0__.Dom.prepend(block, fake);
37430
37411
  }
@@ -37440,7 +37421,7 @@ function brBefore(start) {
37440
37421
  // After the split the caret stays inside `block` (the right half) —
37441
37422
  // `splitSelection` returns the left half, which is above the caret and
37442
37423
  // usually already visible. Follow the caret, not the left half. See #1300
37443
- (0,jodit_core_helpers_utils_scroll_into_view__WEBPACK_IMPORTED_MODULE_1__.scrollIntoViewIfNeeded)(block, jodit.editor, jodit.ed);
37424
+ ;(0,jodit_core_helpers_utils_scroll_into_view__WEBPACK_IMPORTED_MODULE_1__.scrollIntoViewIfNeeded)(block, jodit.editor, jodit.ed);
37444
37425
  }
37445
37426
 
37446
37427
 
@@ -37485,7 +37466,7 @@ function brBefore(start) {
37485
37466
  /***/ }),
37486
37467
 
37487
37468
  /***/ 49764:
37488
- /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
37469
+ /***/ (function(__unused_webpack_module, __unused_webpack___webpack_exports__, __webpack_require__) {
37489
37470
 
37490
37471
  "use strict";
37491
37472
  /* unused harmony export file */
@@ -37553,7 +37534,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_1__.pluginSystem.add('file', file);
37553
37534
  /***/ }),
37554
37535
 
37555
37536
  /***/ 78690:
37556
- /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
37537
+ /***/ (function(__unused_webpack_module, __unused_webpack___webpack_exports__, __webpack_require__) {
37557
37538
 
37558
37539
  "use strict";
37559
37540
  /* unused harmony export focus */
@@ -37815,7 +37796,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_7__.Config.prototype.controls.font = (0,_s
37815
37796
  /***/ }),
37816
37797
 
37817
37798
  /***/ 50294:
37818
- /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
37799
+ /***/ (function(__unused_webpack_module, __unused_webpack___webpack_exports__, __webpack_require__) {
37819
37800
 
37820
37801
  "use strict";
37821
37802
  /* unused harmony export font */
@@ -37947,7 +37928,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_3__.Config.prototype.controls.paragraph =
37947
37928
  /***/ }),
37948
37929
 
37949
37930
  /***/ 53390:
37950
- /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
37931
+ /***/ (function(__unused_webpack_module, __unused_webpack___webpack_exports__, __webpack_require__) {
37951
37932
 
37952
37933
  "use strict";
37953
37934
  /* unused harmony export formatBlock */
@@ -38030,7 +38011,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_2__.Config.prototype.controls.fullsize = {
38030
38011
  /***/ }),
38031
38012
 
38032
38013
  /***/ 69696:
38033
- /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
38014
+ /***/ (function(__unused_webpack_module, __unused_webpack___webpack_exports__, __webpack_require__) {
38034
38015
 
38035
38016
  "use strict";
38036
38017
  /* unused harmony export fullsize */
@@ -38076,7 +38057,7 @@ var fullsizeStack = new Set();
38076
38057
  oldWidth = (0,jodit_core_helpers_utils_css__WEBPACK_IMPORTED_MODULE_3__.css)(container, 'width', true);
38077
38058
  wasToggled = true;
38078
38059
  }
38079
- (0,jodit_core_helpers_utils_css__WEBPACK_IMPORTED_MODULE_3__.css)(container, {
38060
+ ;(0,jodit_core_helpers_utils_css__WEBPACK_IMPORTED_MODULE_3__.css)(container, {
38080
38061
  height: editor.ow.innerHeight,
38081
38062
  width: editor.ow.innerWidth
38082
38063
  });
@@ -38179,7 +38160,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_0__.Config.prototype.commandToHotkeys = {
38179
38160
  /***/ }),
38180
38161
 
38181
38162
  /***/ 50982:
38182
- /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
38163
+ /***/ (function(__unused_webpack_module, __unused_webpack___webpack_exports__, __webpack_require__) {
38183
38164
 
38184
38165
  "use strict";
38185
38166
  /* unused harmony export hotkeys */
@@ -38307,7 +38288,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_0__.Config.prototype.commandToHotkeys = {
38307
38288
  });
38308
38289
  return _this;
38309
38290
  }
38310
- (0,_swc_helpers_create_class__WEBPACK_IMPORTED_MODULE_2__._)(hotkeys, [
38291
+ ;(0,_swc_helpers_create_class__WEBPACK_IMPORTED_MODULE_2__._)(hotkeys, [
38311
38292
  {
38312
38293
  key: "afterInit",
38313
38294
  value: /** @override */ function afterInit(editor) {
@@ -38371,7 +38352,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_7__.pluginSystem.add('hotkeys', hotke
38371
38352
  /***/ }),
38372
38353
 
38373
38354
  /***/ 2952:
38374
- /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
38355
+ /***/ (function(__unused_webpack_module, __unused_webpack___webpack_exports__, __webpack_require__) {
38375
38356
 
38376
38357
  "use strict";
38377
38358
  /* unused harmony export hr */
@@ -38453,7 +38434,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_0__.Config.prototype.iframeSandbox = null;
38453
38434
  /***/ }),
38454
38435
 
38455
38436
  /***/ 81144:
38456
- /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
38437
+ /***/ (function(__unused_webpack_module, __unused_webpack___webpack_exports__, __webpack_require__) {
38457
38438
 
38458
38439
  "use strict";
38459
38440
  /* unused harmony export iframe */
@@ -38644,7 +38625,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_0__.Config.prototype.imageProcessor = {
38644
38625
  /***/ }),
38645
38626
 
38646
38627
  /***/ 39978:
38647
- /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
38628
+ /***/ (function(__unused_webpack_module, __unused_webpack___webpack_exports__, __webpack_require__) {
38648
38629
 
38649
38630
  "use strict";
38650
38631
  /* unused harmony export imageProcessor */
@@ -38697,7 +38678,7 @@ var JODIT_IMAGE_BLOB_ID = JODIT_IMAGE_PROCESSOR_BINDED + 'blob-id';
38697
38678
  (0,_swc_helpers_class_call_check__WEBPACK_IMPORTED_MODULE_2__._)(this, imageProcessor);
38698
38679
  return (0,_swc_helpers_call_super__WEBPACK_IMPORTED_MODULE_1__._)(this, imageProcessor, arguments);
38699
38680
  }
38700
- (0,_swc_helpers_create_class__WEBPACK_IMPORTED_MODULE_3__._)(imageProcessor, [
38681
+ ;(0,_swc_helpers_create_class__WEBPACK_IMPORTED_MODULE_3__._)(imageProcessor, [
38701
38682
  {
38702
38683
  key: "afterInit",
38703
38684
  value: function afterInit(jodit) {}
@@ -38788,7 +38769,7 @@ var JODIT_IMAGE_BLOB_ID = JODIT_IMAGE_PROCESSOR_BINDED + 'blob-id';
38788
38769
  2
38789
38770
  ];
38790
38771
  }
38791
- (0,jodit_core_helpers__WEBPACK_IMPORTED_MODULE_11__.$$)('img', editor.editor).forEach(function(elm) {
38772
+ ;(0,jodit_core_helpers__WEBPACK_IMPORTED_MODULE_11__.$$)('img', editor.editor).forEach(function(elm) {
38792
38773
  if (!(0,jodit_core_helpers__WEBPACK_IMPORTED_MODULE_11__.dataBind)(elm, JODIT_IMAGE_PROCESSOR_BINDED)) {
38793
38774
  (0,jodit_core_helpers__WEBPACK_IMPORTED_MODULE_11__.dataBind)(elm, JODIT_IMAGE_PROCESSOR_BINDED, true);
38794
38775
  if (!elm.complete) {
@@ -38894,7 +38875,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_0__.Config.prototype.image = {
38894
38875
  /***/ }),
38895
38876
 
38896
38877
  /***/ 90886:
38897
- /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
38878
+ /***/ (function(__unused_webpack_module, __unused_webpack___webpack_exports__, __webpack_require__) {
38898
38879
 
38899
38880
  "use strict";
38900
38881
  /* unused harmony export imageProperties */
@@ -39000,7 +38981,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_0__.Config.prototype.image = {
39000
38981
  });
39001
38982
  return _this;
39002
38983
  }
39003
- (0,_swc_helpers_create_class__WEBPACK_IMPORTED_MODULE_3__._)(imageProperties, [
38984
+ ;(0,_swc_helpers_create_class__WEBPACK_IMPORTED_MODULE_3__._)(imageProperties, [
39004
38985
  {
39005
38986
  key: "form",
39006
38987
  get: function get() {
@@ -39614,7 +39595,7 @@ var UIImagePropertiesForm = /*#__PURE__*/ function(UIGroup) {
39614
39595
  _this.append(_this.__mainTab).append(_this.__positionTab);
39615
39596
  return _this;
39616
39597
  }
39617
- (0,_swc_helpers_create_class__WEBPACK_IMPORTED_MODULE_2__._)(UIImagePropertiesForm, [
39598
+ ;(0,_swc_helpers_create_class__WEBPACK_IMPORTED_MODULE_2__._)(UIImagePropertiesForm, [
39618
39599
  {
39619
39600
  key: "className",
39620
39601
  value: function className() {
@@ -39844,7 +39825,7 @@ var UIImageMainTab = /*#__PURE__*/ function(UIGroup) {
39844
39825
  ]), (0,_swc_helpers_define_property__WEBPACK_IMPORTED_MODULE_4__._)(_this, "state", void 0), (0,_swc_helpers_define_property__WEBPACK_IMPORTED_MODULE_4__._)(_this, "handlers", void 0), _this.state = state, _this.handlers = handlers;
39845
39826
  return _this;
39846
39827
  }
39847
- (0,_swc_helpers_create_class__WEBPACK_IMPORTED_MODULE_3__._)(UIImageMainTab, [
39828
+ ;(0,_swc_helpers_create_class__WEBPACK_IMPORTED_MODULE_3__._)(UIImageMainTab, [
39848
39829
  {
39849
39830
  key: "className",
39850
39831
  value: function className() {
@@ -40108,7 +40089,7 @@ var UIImagePositionTab = /*#__PURE__*/ function(UIElement) {
40108
40089
  ]), (0,_swc_helpers_define_property__WEBPACK_IMPORTED_MODULE_3__._)(_this, "state", void 0), (0,_swc_helpers_define_property__WEBPACK_IMPORTED_MODULE_3__._)(_this, "handlers", void 0), _this.state = state, _this.handlers = handlers;
40109
40090
  return _this;
40110
40091
  }
40111
- (0,_swc_helpers_create_class__WEBPACK_IMPORTED_MODULE_2__._)(UIImagePositionTab, [
40092
+ ;(0,_swc_helpers_create_class__WEBPACK_IMPORTED_MODULE_2__._)(UIImagePositionTab, [
40112
40093
  {
40113
40094
  key: "className",
40114
40095
  value: function className() {
@@ -40572,7 +40553,7 @@ UIImagePositionTab = (0,_swc_helpers_ts_decorate__WEBPACK_IMPORTED_MODULE_6__.__
40572
40553
  return;
40573
40554
  }
40574
40555
  // Border radius
40575
- (0,jodit_core_helpers_utils_css__WEBPACK_IMPORTED_MODULE_2__.css)(image, 'borderRadius', borderRadius ? borderRadius + 'px' : '');
40556
+ ;(0,jodit_core_helpers_utils_css__WEBPACK_IMPORTED_MODULE_2__.css)(image, 'borderRadius', borderRadius ? borderRadius + 'px' : '');
40576
40557
  // Title
40577
40558
  (0,jodit_core_helpers_utils__WEBPACK_IMPORTED_MODULE_1__.attr)(image, 'title', imageTitle || null);
40578
40559
  // Alt
@@ -40623,7 +40604,7 @@ UIImagePositionTab = (0,_swc_helpers_ts_decorate__WEBPACK_IMPORTED_MODULE_6__.__
40623
40604
  if (!link) {
40624
40605
  link = jodit_core_dom_dom__WEBPACK_IMPORTED_MODULE_0__.Dom.wrap(image, 'a', j.createInside);
40625
40606
  }
40626
- (0,jodit_core_helpers_utils_attr__WEBPACK_IMPORTED_MODULE_1__.attr)(link, 'href', imageLink);
40607
+ ;(0,jodit_core_helpers_utils_attr__WEBPACK_IMPORTED_MODULE_1__.attr)(link, 'href', imageLink);
40627
40608
  (0,jodit_core_helpers_utils_attr__WEBPACK_IMPORTED_MODULE_1__.attr)(link, 'target', imageLinkOpenInNewTab ? '_blank' : null);
40628
40609
  if (!imageLinkOpenInNewTab) {
40629
40610
  var relParts = ((0,jodit_core_helpers_utils_attr__WEBPACK_IMPORTED_MODULE_1__.attr)(link, 'rel') || '').split(/\s+/).filter(function(p) {
@@ -40725,7 +40706,7 @@ UIImagePositionTab = (0,_swc_helpers_ts_decorate__WEBPACK_IMPORTED_MODULE_6__.__
40725
40706
  if (!(0,jodit_core_helpers_utils_attr__WEBPACK_IMPORTED_MODULE_1__.attr)(image, 'width') || sizeIsLocked) {
40726
40707
  updatedHeight = null;
40727
40708
  }
40728
- (0,jodit_core_helpers_utils_attr__WEBPACK_IMPORTED_MODULE_1__.attr)(image, 'height', updatedHeight);
40709
+ ;(0,jodit_core_helpers_utils_attr__WEBPACK_IMPORTED_MODULE_1__.attr)(image, 'height', updatedHeight);
40729
40710
  }
40730
40711
  }
40731
40712
 
@@ -40733,7 +40714,7 @@ UIImagePositionTab = (0,_swc_helpers_ts_decorate__WEBPACK_IMPORTED_MODULE_6__.__
40733
40714
  /***/ }),
40734
40715
 
40735
40716
  /***/ 90826:
40736
- /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
40717
+ /***/ (function(__unused_webpack_module, __unused_webpack___webpack_exports__, __webpack_require__) {
40737
40718
 
40738
40719
  "use strict";
40739
40720
  /* unused harmony export image */
@@ -40927,7 +40908,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_3__.Config.prototype.indentMargin = 10;
40927
40908
  /***/ }),
40928
40909
 
40929
40910
  /***/ 39000:
40930
- /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
40911
+ /***/ (function(__unused_webpack_module, __unused_webpack___webpack_exports__, __webpack_require__) {
40931
40912
 
40932
40913
  "use strict";
40933
40914
  /* unused harmony export indent */
@@ -41495,7 +41476,7 @@ var align = {
41495
41476
  if (!command) {
41496
41477
  return false;
41497
41478
  }
41498
- (0,jodit_core_helpers_utils_align__WEBPACK_IMPORTED_MODULE_2__.hAlignElement)(elm, command);
41479
+ ;(0,jodit_core_helpers_utils_align__WEBPACK_IMPORTED_MODULE_2__.hAlignElement)(elm, command);
41499
41480
  if (jodit_core_dom__WEBPACK_IMPORTED_MODULE_0__.Dom.isTag(elm, new Set([
41500
41481
  'jodit',
41501
41482
  'jodit-media'
@@ -41544,7 +41525,7 @@ var align = {
41544
41525
  if (!command) {
41545
41526
  return false;
41546
41527
  }
41547
- (0,jodit_core_helpers_utils_css__WEBPACK_IMPORTED_MODULE_3__.css)(image, 'vertical-align', command === 'normal' ? '' : command);
41528
+ ;(0,jodit_core_helpers_utils_css__WEBPACK_IMPORTED_MODULE_3__.css)(image, 'vertical-align', command === 'normal' ? '' : command);
41548
41529
  editor.e.fire('recalcPositionPopup');
41549
41530
  }
41550
41531
  },
@@ -41596,7 +41577,7 @@ var align = {
41596
41577
  /***/ }),
41597
41578
 
41598
41579
  /***/ 88952:
41599
- /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
41580
+ /***/ (function(__unused_webpack_module, __unused_webpack___webpack_exports__, __webpack_require__) {
41600
41581
 
41601
41582
  "use strict";
41602
41583
  /* unused harmony export inlinePopup */
@@ -41658,7 +41639,7 @@ var align = {
41658
41639
  }));
41659
41640
  return _this;
41660
41641
  }
41661
- (0,_swc_helpers_create_class__WEBPACK_IMPORTED_MODULE_2__._)(inlinePopup, [
41642
+ ;(0,_swc_helpers_create_class__WEBPACK_IMPORTED_MODULE_2__._)(inlinePopup, [
41662
41643
  {
41663
41644
  key: "popup",
41664
41645
  get: function get() {
@@ -42010,7 +41991,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_9__.pluginSystem.add('inlinePopup', i
42010
41991
  /***/ }),
42011
41992
 
42012
41993
  /***/ 64094:
42013
- /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
41994
+ /***/ (function(__unused_webpack_module, __unused_webpack___webpack_exports__, __webpack_require__) {
42014
41995
 
42015
41996
  "use strict";
42016
41997
  /* unused harmony export justify */
@@ -42130,7 +42111,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_6__.Config.prototype.controls.right = {
42130
42111
  if (!currentBox) {
42131
42112
  currentBox = jodit_core_dom_dom__WEBPACK_IMPORTED_MODULE_0__.Dom.wrapInline(current, editor.o.enterBlock, editor);
42132
42113
  }
42133
- (0,jodit_core_helpers_utils_align__WEBPACK_IMPORTED_MODULE_3__.alignElement)(command, currentBox);
42114
+ ;(0,jodit_core_helpers_utils_align__WEBPACK_IMPORTED_MODULE_3__.alignElement)(command, currentBox);
42134
42115
  });
42135
42116
  return false;
42136
42117
  };
@@ -42145,7 +42126,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_1__.pluginSystem.add('justify', justi
42145
42126
  /***/ }),
42146
42127
 
42147
42128
  /***/ 18210:
42148
- /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
42129
+ /***/ (function(__unused_webpack_module, __unused_webpack___webpack_exports__, __webpack_require__) {
42149
42130
 
42150
42131
  "use strict";
42151
42132
  /* unused harmony export keyArrowOutside */
@@ -42188,7 +42169,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_1__.pluginSystem.add('justify', justi
42188
42169
  (0,_swc_helpers_class_call_check__WEBPACK_IMPORTED_MODULE_1__._)(this, keyArrowOutside);
42189
42170
  return (0,_swc_helpers_call_super__WEBPACK_IMPORTED_MODULE_0__._)(this, keyArrowOutside, arguments);
42190
42171
  }
42191
- (0,_swc_helpers_create_class__WEBPACK_IMPORTED_MODULE_2__._)(keyArrowOutside, [
42172
+ ;(0,_swc_helpers_create_class__WEBPACK_IMPORTED_MODULE_2__._)(keyArrowOutside, [
42192
42173
  {
42193
42174
  key: "afterInit",
42194
42175
  value: function afterInit(jodit) {}
@@ -42247,7 +42228,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_0__.Config.prototype.limitHTML = false;
42247
42228
  /***/ }),
42248
42229
 
42249
42230
  /***/ 50662:
42250
- /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
42231
+ /***/ (function(__unused_webpack_module, __unused_webpack___webpack_exports__, __webpack_require__) {
42251
42232
 
42252
42233
  "use strict";
42253
42234
  /* unused harmony export limit */
@@ -42290,7 +42271,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_0__.Config.prototype.limitHTML = false;
42290
42271
  (0,_swc_helpers_class_call_check__WEBPACK_IMPORTED_MODULE_1__._)(this, limit);
42291
42272
  return (0,_swc_helpers_call_super__WEBPACK_IMPORTED_MODULE_0__._)(this, limit, arguments);
42292
42273
  }
42293
- (0,_swc_helpers_create_class__WEBPACK_IMPORTED_MODULE_2__._)(limit, [
42274
+ ;(0,_swc_helpers_create_class__WEBPACK_IMPORTED_MODULE_2__._)(limit, [
42294
42275
  {
42295
42276
  key: "afterInit",
42296
42277
  value: /** @override **/ function afterInit(jodit) {
@@ -42876,7 +42857,7 @@ __webpack_require__.r(__webpack_exports__);
42876
42857
  /***/ }),
42877
42858
 
42878
42859
  /***/ 58354:
42879
- /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
42860
+ /***/ (function(__unused_webpack_module, __unused_webpack___webpack_exports__, __webpack_require__) {
42880
42861
 
42881
42862
  "use strict";
42882
42863
  /* unused harmony export lineHeight */
@@ -42933,11 +42914,11 @@ var lineHeight = /*#__PURE__*/ function(Plugin) {
42933
42914
  (0,jodit_core_global__WEBPACK_IMPORTED_MODULE_9__.extendLang)(_langs__WEBPACK_IMPORTED_MODULE_13__);
42934
42915
  return _this;
42935
42916
  }
42936
- (0,_swc_helpers_create_class__WEBPACK_IMPORTED_MODULE_2__._)(lineHeight, [
42917
+ ;(0,_swc_helpers_create_class__WEBPACK_IMPORTED_MODULE_2__._)(lineHeight, [
42937
42918
  {
42938
42919
  key: "afterInit",
42939
42920
  value: function afterInit(jodit) {
42940
- (0,jodit_core_helpers__WEBPACK_IMPORTED_MODULE_10__.css)(jodit.editor, {
42921
+ ;(0,jodit_core_helpers__WEBPACK_IMPORTED_MODULE_10__.css)(jodit.editor, {
42941
42922
  lineHeight: jodit.o.defaultLineHeight
42942
42923
  });
42943
42924
  jodit.registerCommand('applyLineHeight', this.applyLineHeight);
@@ -42961,7 +42942,7 @@ var lineHeight = /*#__PURE__*/ function(Plugin) {
42961
42942
  if (addStyle === undefined) {
42962
42943
  addStyle = previousValue.toString() !== value.toString();
42963
42944
  }
42964
- (0,jodit_core_helpers__WEBPACK_IMPORTED_MODULE_10__.css)(parentBlock, 'lineHeight', addStyle ? value : null);
42945
+ ;(0,jodit_core_helpers__WEBPACK_IMPORTED_MODULE_10__.css)(parentBlock, 'lineHeight', addStyle ? value : null);
42965
42946
  };
42966
42947
  try {
42967
42948
  if (s.isCollapsed()) {
@@ -42980,7 +42961,7 @@ var lineHeight = /*#__PURE__*/ function(Plugin) {
42980
42961
  {
42981
42962
  key: "beforeDestruct",
42982
42963
  value: function beforeDestruct(jodit) {
42983
- (0,jodit_core_helpers__WEBPACK_IMPORTED_MODULE_10__.css)(jodit.editor, {
42964
+ ;(0,jodit_core_helpers__WEBPACK_IMPORTED_MODULE_10__.css)(jodit.editor, {
42984
42965
  lineHeight: null
42985
42966
  });
42986
42967
  }
@@ -43070,7 +43051,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_2__.Config.prototype.controls.link = {
43070
43051
  /***/ }),
43071
43052
 
43072
43053
  /***/ 68624:
43073
- /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
43054
+ /***/ (function(__unused_webpack_module, __unused_webpack___webpack_exports__, __webpack_require__) {
43074
43055
 
43075
43056
  "use strict";
43076
43057
  /* unused harmony export link */
@@ -43124,7 +43105,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_2__.Config.prototype.controls.link = {
43124
43105
  ]);
43125
43106
  return _this;
43126
43107
  }
43127
- (0,_swc_helpers_create_class__WEBPACK_IMPORTED_MODULE_2__._)(link, [
43108
+ ;(0,_swc_helpers_create_class__WEBPACK_IMPORTED_MODULE_2__._)(link, [
43128
43109
  {
43129
43110
  key: "afterInit",
43130
43111
  value: /** @override */ function afterInit(jodit) {
@@ -43325,7 +43306,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_2__.Config.prototype.controls.link = {
43325
43306
  ];
43326
43307
  }
43327
43308
  links.forEach(function(a) {
43328
- (0,jodit_core_helpers__WEBPACK_IMPORTED_MODULE_10__.attr)(a, 'href', url_input.value);
43309
+ ;(0,jodit_core_helpers__WEBPACK_IMPORTED_MODULE_10__.attr)(a, 'href', url_input.value);
43329
43310
  writeClasses(modeClassName, className_input, className_select, a);
43330
43311
  if (!isImageContent) {
43331
43312
  writeImage(a, content_input, textWasChanged, url_input);
@@ -43341,7 +43322,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_2__.Config.prototype.controls.link = {
43341
43322
  } else if (!nofollow_checkbox.checked && hasNofollow) {
43342
43323
  relParts.splice(relParts.indexOf('nofollow'), 1);
43343
43324
  }
43344
- (0,jodit_core_helpers__WEBPACK_IMPORTED_MODULE_10__.attr)(a, 'rel', relParts.length ? relParts.join(' ') : null);
43325
+ ;(0,jodit_core_helpers__WEBPACK_IMPORTED_MODULE_10__.attr)(a, 'rel', relParts.length ? relParts.join(' ') : null);
43345
43326
  }
43346
43327
  if (aria_label_input) {
43347
43328
  var ariaLabel = aria_label_input.value.trim();
@@ -43621,7 +43602,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_0__.Config.prototype.mediaBlocks = [
43621
43602
  /***/ }),
43622
43603
 
43623
43604
  /***/ 76830:
43624
- /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
43605
+ /***/ (function(__unused_webpack_module, __unused_webpack___webpack_exports__, __webpack_require__) {
43625
43606
 
43626
43607
  "use strict";
43627
43608
  /* unused harmony export media */
@@ -43858,7 +43839,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_3__.Config.prototype.controls.dots = {
43858
43839
  /***/ }),
43859
43840
 
43860
43841
  /***/ 74240:
43861
- /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
43842
+ /***/ (function(__unused_webpack_module, __unused_webpack___webpack_exports__, __webpack_require__) {
43862
43843
 
43863
43844
  "use strict";
43864
43845
  /* unused harmony export mobile */
@@ -44112,7 +44093,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_2__.Config.prototype.controls.ol = {
44112
44093
  /***/ }),
44113
44094
 
44114
44095
  /***/ 98792:
44115
- /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
44096
+ /***/ (function(__unused_webpack_module, __unused_webpack___webpack_exports__, __webpack_require__) {
44116
44097
 
44117
44098
  "use strict";
44118
44099
  /* unused harmony export orderedList */
@@ -44166,7 +44147,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_2__.Config.prototype.controls.ol = {
44166
44147
  ]);
44167
44148
  return _this;
44168
44149
  }
44169
- (0,_swc_helpers_create_class__WEBPACK_IMPORTED_MODULE_2__._)(orderedList, [
44150
+ ;(0,_swc_helpers_create_class__WEBPACK_IMPORTED_MODULE_2__._)(orderedList, [
44170
44151
  {
44171
44152
  key: "afterInit",
44172
44153
  value: function afterInit(jodit) {
@@ -44239,7 +44220,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_1__.Config.prototype.pasteFromWordActionLi
44239
44220
  /***/ }),
44240
44221
 
44241
44222
  /***/ 96730:
44242
- /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
44223
+ /***/ (function(__unused_webpack_module, __unused_webpack___webpack_exports__, __webpack_require__) {
44243
44224
 
44244
44225
  "use strict";
44245
44226
  /* unused harmony export pasteFromWord */
@@ -44286,7 +44267,7 @@ var pasteFromWord = /*#__PURE__*/ function(Plugin) {
44286
44267
  (0,_swc_helpers_class_call_check__WEBPACK_IMPORTED_MODULE_1__._)(this, pasteFromWord);
44287
44268
  return (0,_swc_helpers_call_super__WEBPACK_IMPORTED_MODULE_0__._)(this, pasteFromWord, arguments);
44288
44269
  }
44289
- (0,_swc_helpers_create_class__WEBPACK_IMPORTED_MODULE_2__._)(pasteFromWord, [
44270
+ ;(0,_swc_helpers_create_class__WEBPACK_IMPORTED_MODULE_2__._)(pasteFromWord, [
44290
44271
  {
44291
44272
  key: "afterInit",
44292
44273
  value: function afterInit(jodit) {}
@@ -44342,7 +44323,7 @@ var pasteFromWord = /*#__PURE__*/ function(Plugin) {
44342
44323
  break;
44343
44324
  }
44344
44325
  }
44345
- (0,jodit_plugins_paste_helpers__WEBPACK_IMPORTED_MODULE_13__.pasteInsertHtml)(e, this.j, html);
44326
+ ;(0,jodit_plugins_paste_helpers__WEBPACK_IMPORTED_MODULE_13__.pasteInsertHtml)(e, this.j, html);
44346
44327
  }
44347
44328
  }
44348
44329
  ]);
@@ -44360,7 +44341,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_9__.pluginSystem.add('pasteFromWord',
44360
44341
  /***/ }),
44361
44342
 
44362
44343
  /***/ 7758:
44363
- /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
44344
+ /***/ (function(__unused_webpack_module, __unused_webpack___webpack_exports__, __webpack_require__) {
44364
44345
 
44365
44346
  "use strict";
44366
44347
  /* unused harmony export pasteStorage */
@@ -44487,7 +44468,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_9__.pluginSystem.add('pasteFromWord',
44487
44468
  });
44488
44469
  return _this;
44489
44470
  }
44490
- (0,_swc_helpers_create_class__WEBPACK_IMPORTED_MODULE_2__._)(pasteStorage, [
44471
+ ;(0,_swc_helpers_create_class__WEBPACK_IMPORTED_MODULE_2__._)(pasteStorage, [
44491
44472
  {
44492
44473
  key: "createDialog",
44493
44474
  value: function createDialog() {
@@ -44880,7 +44861,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_4__.Config.prototype.controls.paste = {
44880
44861
  /***/ }),
44881
44862
 
44882
44863
  /***/ 23422:
44883
- /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
44864
+ /***/ (function(__unused_webpack_module, __unused_webpack___webpack_exports__, __webpack_require__) {
44884
44865
 
44885
44866
  "use strict";
44886
44867
  /* unused harmony export paste */
@@ -44935,7 +44916,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_4__.Config.prototype.controls.paste = {
44935
44916
  */ (0,_swc_helpers_define_property__WEBPACK_IMPORTED_MODULE_3__._)(_this, "_isDialogOpened", false);
44936
44917
  return _this;
44937
44918
  }
44938
- (0,_swc_helpers_create_class__WEBPACK_IMPORTED_MODULE_2__._)(paste, [
44919
+ ;(0,_swc_helpers_create_class__WEBPACK_IMPORTED_MODULE_2__._)(paste, [
44939
44920
  {
44940
44921
  key: "afterInit",
44941
44922
  value: /** @override **/ function afterInit(jodit) {
@@ -45098,7 +45079,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_4__.Config.prototype.controls.paste = {
45098
45079
  }
45099
45080
  }
45100
45081
  }
45101
- (0,_helpers__WEBPACK_IMPORTED_MODULE_14__.pasteInsertHtml)(e, this.j, html);
45082
+ ;(0,_helpers__WEBPACK_IMPORTED_MODULE_14__.pasteInsertHtml)(e, this.j, html);
45102
45083
  }
45103
45084
  },
45104
45085
  {
@@ -45149,7 +45130,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_0__.Config.prototype.useInputsPlaceholder
45149
45130
  /***/ }),
45150
45131
 
45151
45132
  /***/ 28346:
45152
- /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
45133
+ /***/ (function(__unused_webpack_module, __unused_webpack___webpack_exports__, __webpack_require__) {
45153
45134
 
45154
45135
  "use strict";
45155
45136
  /* unused harmony exports isEditorEmpty, placeholder */
@@ -45239,7 +45220,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_0__.Config.prototype.useInputsPlaceholder
45239
45220
  });
45240
45221
  return _this;
45241
45222
  }
45242
- (0,_swc_helpers_create_class__WEBPACK_IMPORTED_MODULE_2__._)(placeholder, [
45223
+ ;(0,_swc_helpers_create_class__WEBPACK_IMPORTED_MODULE_2__._)(placeholder, [
45243
45224
  {
45244
45225
  key: "afterInit",
45245
45226
  value: function afterInit(editor) {
@@ -45291,7 +45272,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_0__.Config.prototype.useInputsPlaceholder
45291
45272
  lineHeight: style.getPropertyValue('line-height')
45292
45273
  });
45293
45274
  }
45294
- (0,jodit_core_helpers_utils_css__WEBPACK_IMPORTED_MODULE_13__.css)(this.placeholderElm, {
45275
+ ;(0,jodit_core_helpers_utils_css__WEBPACK_IMPORTED_MODULE_13__.css)(this.placeholderElm, {
45295
45276
  display: 'block',
45296
45277
  textAlign: style.getPropertyValue('text-align'),
45297
45278
  paddingTop: parseInt(styleEditor.paddingTop, 10) + 'px',
@@ -45347,7 +45328,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_10__.pluginSystem.add('placeholder',
45347
45328
  /***/ }),
45348
45329
 
45349
45330
  /***/ 198:
45350
- /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
45331
+ /***/ (function(__unused_webpack_module, __unused_webpack___webpack_exports__, __webpack_require__) {
45351
45332
 
45352
45333
  "use strict";
45353
45334
  /* unused harmony export poweredByJodit */
@@ -45375,7 +45356,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_0__.pluginSystem.add('poweredByJodit'
45375
45356
  /***/ }),
45376
45357
 
45377
45358
  /***/ 49690:
45378
- /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
45359
+ /***/ (function(__unused_webpack_module, __unused_webpack___webpack_exports__, __webpack_require__) {
45379
45360
 
45380
45361
  "use strict";
45381
45362
  /* unused harmony export preview */
@@ -45510,7 +45491,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_2__.pluginSystem.add('preview', previ
45510
45491
  };
45511
45492
  parseTree();
45512
45493
  }
45513
- (0,_swc_helpers_create_class__WEBPACK_IMPORTED_MODULE_1__._)(CSSCriticalPath, [
45494
+ ;(0,_swc_helpers_create_class__WEBPACK_IMPORTED_MODULE_1__._)(CSSCriticalPath, [
45514
45495
  {
45515
45496
  key: "generateCSS",
45516
45497
  value: function generateCSS() {
@@ -45544,7 +45525,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_2__.pluginSystem.add('preview', previ
45544
45525
  /***/ }),
45545
45526
 
45546
45527
  /***/ 41134:
45547
- /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
45528
+ /***/ (function(__unused_webpack_module, __unused_webpack___webpack_exports__, __webpack_require__) {
45548
45529
 
45549
45530
  "use strict";
45550
45531
  /* unused harmony export print */
@@ -45624,7 +45605,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_2__.pluginSystem.add('print', print);
45624
45605
  /***/ }),
45625
45606
 
45626
45607
  /***/ 59758:
45627
- /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
45608
+ /***/ (function(__unused_webpack_module, __unused_webpack___webpack_exports__, __webpack_require__) {
45628
45609
 
45629
45610
  "use strict";
45630
45611
  /* unused harmony export redoUndo */
@@ -45699,7 +45680,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_10__.Config.prototype.controls.undo = {
45699
45680
  ]);
45700
45681
  return _this;
45701
45682
  }
45702
- (0,_swc_helpers_create_class__WEBPACK_IMPORTED_MODULE_2__._)(redoUndo, [
45683
+ ;(0,_swc_helpers_create_class__WEBPACK_IMPORTED_MODULE_2__._)(redoUndo, [
45703
45684
  {
45704
45685
  key: "beforeDestruct",
45705
45686
  value: function beforeDestruct() {
@@ -45757,7 +45738,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_0__.Config.prototype.tableAllowCellResize
45757
45738
  /***/ }),
45758
45739
 
45759
45740
  /***/ 14248:
45760
- /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
45741
+ /***/ (function(__unused_webpack_module, __unused_webpack___webpack_exports__, __webpack_require__) {
45761
45742
 
45762
45743
  "use strict";
45763
45744
  /* unused harmony export resizeCells */
@@ -45819,7 +45800,7 @@ var key = 'table_processor_observer-resize';
45819
45800
  }), (0,_swc_helpers_define_property__WEBPACK_IMPORTED_MODULE_3__._)(_this, "hideTimeout", 0), (0,_swc_helpers_define_property__WEBPACK_IMPORTED_MODULE_3__._)(_this, "drag", false), (0,_swc_helpers_define_property__WEBPACK_IMPORTED_MODULE_3__._)(_this, "wholeTable", void 0), (0,_swc_helpers_define_property__WEBPACK_IMPORTED_MODULE_3__._)(_this, "workCell", void 0), (0,_swc_helpers_define_property__WEBPACK_IMPORTED_MODULE_3__._)(_this, "workTable", void 0), (0,_swc_helpers_define_property__WEBPACK_IMPORTED_MODULE_3__._)(_this, "minX", 0), (0,_swc_helpers_define_property__WEBPACK_IMPORTED_MODULE_3__._)(_this, "maxX", 0), (0,_swc_helpers_define_property__WEBPACK_IMPORTED_MODULE_3__._)(_this, "startX", 0);
45820
45801
  return _this;
45821
45802
  }
45822
- (0,_swc_helpers_create_class__WEBPACK_IMPORTED_MODULE_2__._)(resizeCells, [
45803
+ ;(0,_swc_helpers_create_class__WEBPACK_IMPORTED_MODULE_2__._)(resizeCells, [
45823
45804
  {
45824
45805
  key: "module",
45825
45806
  get: /**
@@ -46029,7 +46010,7 @@ var key = 'table_processor_observer-resize';
46029
46010
  return;
46030
46011
  }
46031
46012
  editor.e.off(this.j.ow, '.resize-cells').off('.resize-cells').on('change.resize-cells afterCommand.resize-cells afterSetMode.resize-cells', function() {
46032
- (0,jodit_core_helpers__WEBPACK_IMPORTED_MODULE_11__.$$)('table', editor.editor).forEach(_this.observe);
46013
+ ;(0,jodit_core_helpers__WEBPACK_IMPORTED_MODULE_11__.$$)('table', editor.editor).forEach(_this.observe);
46033
46014
  }).on(this.j.ow, 'scroll.resize-cells', function() {
46034
46015
  if (!_this.drag) {
46035
46016
  return;
@@ -46059,7 +46040,7 @@ var key = 'table_processor_observer-resize';
46059
46040
  if ((0,jodit_core_helpers__WEBPACK_IMPORTED_MODULE_11__.dataBind)(table, key)) {
46060
46041
  return;
46061
46042
  }
46062
- (0,jodit_core_helpers__WEBPACK_IMPORTED_MODULE_11__.dataBind)(table, key, true);
46043
+ ;(0,jodit_core_helpers__WEBPACK_IMPORTED_MODULE_11__.dataBind)(table, key, true);
46063
46044
  this.j.e.on(table, 'mouseleave.resize-cells', function(e) {
46064
46045
  if (_this.resizeHandler && _this.resizeHandler !== e.relatedTarget) {
46065
46046
  _this.hideResizeHandle();
@@ -46127,7 +46108,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_0__.Config.prototype.allowResizeY = true;
46127
46108
  /***/ }),
46128
46109
 
46129
46110
  /***/ 72214:
46130
- /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
46111
+ /***/ (function(__unused_webpack_module, __unused_webpack___webpack_exports__, __webpack_require__) {
46131
46112
 
46132
46113
  "use strict";
46133
46114
  /* unused harmony export resizeHandler */
@@ -46189,7 +46170,7 @@ var resizeHandler = /*#__PURE__*/ function(Plugin) {
46189
46170
  */ (0,_swc_helpers_define_property__WEBPACK_IMPORTED_MODULE_3__._)(_this, "handle", _this.j.c.div('jodit-editor__resize', jodit_core_ui__WEBPACK_IMPORTED_MODULE_13__.Icon.get('resize_handler')));
46190
46171
  return _this;
46191
46172
  }
46192
- (0,_swc_helpers_create_class__WEBPACK_IMPORTED_MODULE_2__._)(resizeHandler, [
46173
+ ;(0,_swc_helpers_create_class__WEBPACK_IMPORTED_MODULE_2__._)(resizeHandler, [
46193
46174
  {
46194
46175
  key: "afterInit",
46195
46176
  value: /** @override **/ function afterInit(editor) {
@@ -46323,7 +46304,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_0__.Config.prototype.resizer = {
46323
46304
  /***/ }),
46324
46305
 
46325
46306
  /***/ 74522:
46326
- /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
46307
+ /***/ (function(__unused_webpack_module, __unused_webpack___webpack_exports__, __webpack_require__) {
46327
46308
 
46328
46309
  "use strict";
46329
46310
  /* unused harmony export resizer */
@@ -46416,7 +46397,7 @@ var keyBInd = '__jodit-resizer_binded';
46416
46397
  });
46417
46398
  return _this;
46418
46399
  }
46419
- (0,_swc_helpers_create_class__WEBPACK_IMPORTED_MODULE_2__._)(resizer, [
46400
+ ;(0,_swc_helpers_create_class__WEBPACK_IMPORTED_MODULE_2__._)(resizer, [
46420
46401
  {
46421
46402
  key: "afterInit",
46422
46403
  value: /** @override */ function afterInit(editor) {
@@ -46660,7 +46641,7 @@ var keyBInd = '__jodit-resizer_binded';
46660
46641
  this.updateSize();
46661
46642
  }
46662
46643
  }
46663
- (0,jodit_core_helpers__WEBPACK_IMPORTED_MODULE_11__.$$)('iframe', this.j.editor).forEach(this.__bind);
46644
+ ;(0,jodit_core_helpers__WEBPACK_IMPORTED_MODULE_11__.$$)('iframe', this.j.editor).forEach(this.__bind);
46664
46645
  }
46665
46646
  },
46666
46647
  {
@@ -46673,7 +46654,7 @@ var keyBInd = '__jodit-resizer_binded';
46673
46654
  if (!jodit_core_dom_dom__WEBPACK_IMPORTED_MODULE_9__.Dom.isHTMLElement(element) || !this.j.o.allowResizeTags.has(element.tagName.toLowerCase()) || (0,jodit_core_helpers__WEBPACK_IMPORTED_MODULE_11__.dataBind)(element, keyBInd)) {
46674
46655
  return;
46675
46656
  }
46676
- (0,jodit_core_helpers__WEBPACK_IMPORTED_MODULE_11__.dataBind)(element, keyBInd, true);
46657
+ ;(0,jodit_core_helpers__WEBPACK_IMPORTED_MODULE_11__.dataBind)(element, keyBInd, true);
46677
46658
  var wrapper;
46678
46659
  if (jodit_core_dom_dom__WEBPACK_IMPORTED_MODULE_9__.Dom.isTag(element, 'iframe')) {
46679
46660
  var iframe = element;
@@ -46704,7 +46685,7 @@ var keyBInd = '__jodit-resizer_binded';
46704
46685
  this.j.e.off(element, 'mousedown.select touchstart.select').on(element, 'mousedown.select touchstart.select', function() {
46705
46686
  _this.j.s.select(element);
46706
46687
  }).off(element, 'changesize').on(element, 'changesize', function() {
46707
- (0,jodit_core_helpers__WEBPACK_IMPORTED_MODULE_11__.attr)(iframe, 'width', element.offsetWidth + 'px');
46688
+ ;(0,jodit_core_helpers__WEBPACK_IMPORTED_MODULE_11__.attr)(iframe, 'width', element.offsetWidth + 'px');
46708
46689
  (0,jodit_core_helpers__WEBPACK_IMPORTED_MODULE_11__.attr)(iframe, 'height', element.offsetHeight + 'px');
46709
46690
  });
46710
46691
  }
@@ -46729,7 +46710,7 @@ var keyBInd = '__jodit-resizer_binded';
46729
46710
  this.hideSizeViewer();
46730
46711
  return;
46731
46712
  }
46732
- (0,jodit_core_helpers__WEBPACK_IMPORTED_MODULE_11__.css)(this.sizeViewer, 'opacity', '1');
46713
+ ;(0,jodit_core_helpers__WEBPACK_IMPORTED_MODULE_11__.css)(this.sizeViewer, 'opacity', '1');
46733
46714
  this.sizeViewer.textContent = "".concat(w, " x ").concat(h);
46734
46715
  this.j.async.setTimeout(this.hideSizeViewer, {
46735
46716
  timeout: this.j.o.resizer.hideSizeTimeout,
@@ -47134,7 +47115,7 @@ var SentenceFinder = /*#__PURE__*/ function() {
47134
47115
  this.queue = [];
47135
47116
  this.value = '';
47136
47117
  }
47137
- (0,_swc_helpers_create_class__WEBPACK_IMPORTED_MODULE_1__._)(SentenceFinder, [
47118
+ ;(0,_swc_helpers_create_class__WEBPACK_IMPORTED_MODULE_1__._)(SentenceFinder, [
47138
47119
  {
47139
47120
  key: "add",
47140
47121
  value: function add(node) {
@@ -47198,7 +47179,7 @@ var SentenceFinder = /*#__PURE__*/ function() {
47198
47179
  /***/ }),
47199
47180
 
47200
47181
  /***/ 30500:
47201
- /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
47182
+ /***/ (function(__unused_webpack_module, __unused_webpack___webpack_exports__, __webpack_require__) {
47202
47183
 
47203
47184
  "use strict";
47204
47185
  /* unused harmony export search */
@@ -47276,7 +47257,7 @@ var SentenceFinder = /*#__PURE__*/ function() {
47276
47257
  ]), (0,_swc_helpers_define_property__WEBPACK_IMPORTED_MODULE_4__._)(_this, "previousQuery", ''), (0,_swc_helpers_define_property__WEBPACK_IMPORTED_MODULE_4__._)(_this, "drawPromise", null), (0,_swc_helpers_define_property__WEBPACK_IMPORTED_MODULE_4__._)(_this, "walker", null), (0,_swc_helpers_define_property__WEBPACK_IMPORTED_MODULE_4__._)(_this, "walkerCount", null), (0,_swc_helpers_define_property__WEBPACK_IMPORTED_MODULE_4__._)(_this, "cache", {}), (0,_swc_helpers_define_property__WEBPACK_IMPORTED_MODULE_4__._)(_this, "wrapFrameRequest", 0);
47277
47258
  return _this;
47278
47259
  }
47279
- (0,_swc_helpers_create_class__WEBPACK_IMPORTED_MODULE_3__._)(search, [
47260
+ ;(0,_swc_helpers_create_class__WEBPACK_IMPORTED_MODULE_3__._)(search, [
47280
47261
  {
47281
47262
  key: "ui",
47282
47263
  get: function get() {
@@ -47671,7 +47652,7 @@ var SentenceFinder = /*#__PURE__*/ function() {
47671
47652
  editor.e.on('beforeSetMode.search', function() {
47672
47653
  _this.ui.close();
47673
47654
  }).on(this.ui, 'afterClose', function() {
47674
- (0,_helpers__WEBPACK_IMPORTED_MODULE_17__.clearSelectionWrappers)(editor);
47655
+ ;(0,_helpers__WEBPACK_IMPORTED_MODULE_17__.clearSelectionWrappers)(editor);
47675
47656
  _this.ui.currentIndex = 0;
47676
47657
  _this.ui.count = 0;
47677
47658
  _this.cache = {};
@@ -47939,7 +47920,7 @@ var UISearch = /*#__PURE__*/ function(UIElement) {
47939
47920
  }());
47940
47921
  return _this;
47941
47922
  }
47942
- (0,_swc_helpers_create_class__WEBPACK_IMPORTED_MODULE_3__._)(UISearch, [
47923
+ ;(0,_swc_helpers_create_class__WEBPACK_IMPORTED_MODULE_3__._)(UISearch, [
47943
47924
  {
47944
47925
  key: "className",
47945
47926
  value: function className() {
@@ -48108,7 +48089,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_0__.Config.prototype.tableAllowCellSelecti
48108
48089
  /***/ }),
48109
48090
 
48110
48091
  /***/ 2756:
48111
- /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
48092
+ /***/ (function(__unused_webpack_module, __unused_webpack___webpack_exports__, __webpack_require__) {
48112
48093
 
48113
48094
  "use strict";
48114
48095
  /* unused harmony export selectCells */
@@ -48167,7 +48148,7 @@ var selectCells = /*#__PURE__*/ function(Plugin) {
48167
48148
  */ (0,_swc_helpers_define_property__WEBPACK_IMPORTED_MODULE_3__._)(_this, "__isSelectionMode", false);
48168
48149
  return _this;
48169
48150
  }
48170
- (0,_swc_helpers_create_class__WEBPACK_IMPORTED_MODULE_2__._)(selectCells, [
48151
+ ;(0,_swc_helpers_create_class__WEBPACK_IMPORTED_MODULE_2__._)(selectCells, [
48171
48152
  {
48172
48153
  key: "__tableModule",
48173
48154
  get: /**
@@ -48588,7 +48569,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_0__.Config.prototype.select = {
48588
48569
  /***/ }),
48589
48570
 
48590
48571
  /***/ 98988:
48591
- /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
48572
+ /***/ (function(__unused_webpack_module, __unused_webpack___webpack_exports__, __webpack_require__) {
48592
48573
 
48593
48574
  "use strict";
48594
48575
  /* unused harmony export select */
@@ -48655,7 +48636,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_0__.Config.prototype.select = {
48655
48636
  ]);
48656
48637
  return _this;
48657
48638
  }
48658
- (0,_swc_helpers_create_class__WEBPACK_IMPORTED_MODULE_2__._)(select, [
48639
+ ;(0,_swc_helpers_create_class__WEBPACK_IMPORTED_MODULE_2__._)(select, [
48659
48640
  {
48660
48641
  key: "afterInit",
48661
48642
  value: function afterInit(jodit) {
@@ -48902,7 +48883,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_0__.Config.prototype.maxHeight = 'auto';
48902
48883
  /***/ }),
48903
48884
 
48904
48885
  /***/ 44322:
48905
- /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
48886
+ /***/ (function(__unused_webpack_module, __unused_webpack___webpack_exports__, __webpack_require__) {
48906
48887
 
48907
48888
  "use strict";
48908
48889
  /* unused harmony export size */
@@ -48954,7 +48935,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_0__.Config.prototype.maxHeight = 'auto';
48954
48935
  */ (0,_swc_helpers_define_property__WEBPACK_IMPORTED_MODULE_3__._)(_this, "__resizeWorkspaces", _this.j.async.debounce(_this.__resizeWorkspaceImd, _this.j.defaultTimeout, true));
48955
48936
  return _this;
48956
48937
  }
48957
- (0,_swc_helpers_create_class__WEBPACK_IMPORTED_MODULE_2__._)(size, [
48938
+ ;(0,_swc_helpers_create_class__WEBPACK_IMPORTED_MODULE_2__._)(size, [
48958
48939
  {
48959
48940
  key: "afterInit",
48960
48941
  value: function afterInit(editor) {
@@ -48986,7 +48967,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_0__.Config.prototype.maxHeight = 'auto';
48986
48967
  height = localHeight;
48987
48968
  }
48988
48969
  }
48989
- (0,jodit_core_helpers_utils_css__WEBPACK_IMPORTED_MODULE_10__.css)(j.editor, {
48970
+ ;(0,jodit_core_helpers_utils_css__WEBPACK_IMPORTED_MODULE_10__.css)(j.editor, {
48990
48971
  minHeight: '100%'
48991
48972
  });
48992
48973
  (0,jodit_core_helpers_utils_css__WEBPACK_IMPORTED_MODULE_10__.css)(j.container, {
@@ -49016,7 +48997,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_0__.Config.prototype.maxHeight = 'auto';
49016
48997
  height = maxHeight;
49017
48998
  }
49018
48999
  }
49019
- (0,jodit_core_helpers_utils_css__WEBPACK_IMPORTED_MODULE_10__.css)(this.j.container, 'height', height);
49000
+ ;(0,jodit_core_helpers_utils_css__WEBPACK_IMPORTED_MODULE_10__.css)(this.j.container, 'height', height);
49020
49001
  if (this.j.o.saveHeightInStorage) {
49021
49002
  this.j.storage.set('height', height);
49022
49003
  }
@@ -49041,7 +49022,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_0__.Config.prototype.maxHeight = 'auto';
49041
49022
  width = maxWidth;
49042
49023
  }
49043
49024
  }
49044
- (0,jodit_core_helpers_utils_css__WEBPACK_IMPORTED_MODULE_10__.css)(this.j.container, 'width', width);
49025
+ ;(0,jodit_core_helpers_utils_css__WEBPACK_IMPORTED_MODULE_10__.css)(this.j.container, 'width', width);
49045
49026
  this.__resizeWorkspaceImd({
49046
49027
  clientHeight: clientHeight,
49047
49028
  clientWidth: clientWidth
@@ -49245,7 +49226,7 @@ var AceEditor = /*#__PURE__*/ function(SourceEditor) {
49245
49226
  });
49246
49227
  return _this;
49247
49228
  }
49248
- (0,_swc_helpers_create_class__WEBPACK_IMPORTED_MODULE_2__._)(AceEditor, [
49229
+ ;(0,_swc_helpers_create_class__WEBPACK_IMPORTED_MODULE_2__._)(AceEditor, [
49249
49230
  {
49250
49231
  key: "aceExists",
49251
49232
  value: function aceExists() {
@@ -49560,7 +49541,7 @@ var TextAreaEditor = /*#__PURE__*/ function(SourceEditor) {
49560
49541
  }, _this.j.defaultTimeout, true));
49561
49542
  return _this;
49562
49543
  }
49563
- (0,_swc_helpers_create_class__WEBPACK_IMPORTED_MODULE_2__._)(TextAreaEditor, [
49544
+ ;(0,_swc_helpers_create_class__WEBPACK_IMPORTED_MODULE_2__._)(TextAreaEditor, [
49564
49545
  {
49565
49546
  key: "init",
49566
49547
  value: function init(editor) {
@@ -49649,13 +49630,13 @@ var TextAreaEditor = /*#__PURE__*/ function(SourceEditor) {
49649
49630
  {
49650
49631
  key: "setPlaceHolder",
49651
49632
  value: function setPlaceHolder(title) {
49652
- (0,jodit_core_helpers_utils_attr__WEBPACK_IMPORTED_MODULE_6__.attr)(this.instance, 'placeholder', title);
49633
+ ;(0,jodit_core_helpers_utils_attr__WEBPACK_IMPORTED_MODULE_6__.attr)(this.instance, 'placeholder', title);
49653
49634
  }
49654
49635
  },
49655
49636
  {
49656
49637
  key: "setReadOnly",
49657
49638
  value: function setReadOnly(isReadOnly) {
49658
- (0,jodit_core_helpers_utils_attr__WEBPACK_IMPORTED_MODULE_6__.attr)(this.instance, 'readonly', isReadOnly ? 'true' : null);
49639
+ ;(0,jodit_core_helpers_utils_attr__WEBPACK_IMPORTED_MODULE_6__.attr)(this.instance, 'readonly', isReadOnly ? 'true' : null);
49659
49640
  }
49660
49641
  },
49661
49642
  {
@@ -49790,7 +49771,7 @@ var SourceEditor = /*#__PURE__*/ function() {
49790
49771
  this.className = '';
49791
49772
  this.isReady = false;
49792
49773
  }
49793
- (0,_swc_helpers_create_class__WEBPACK_IMPORTED_MODULE_1__._)(SourceEditor, [
49774
+ ;(0,_swc_helpers_create_class__WEBPACK_IMPORTED_MODULE_1__._)(SourceEditor, [
49794
49775
  {
49795
49776
  key: "j",
49796
49777
  get: /**
@@ -49826,7 +49807,7 @@ var SourceEditor = /*#__PURE__*/ function() {
49826
49807
  /***/ }),
49827
49808
 
49828
49809
  /***/ 13810:
49829
- /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
49810
+ /***/ (function(__unused_webpack_module, __unused_webpack___webpack_exports__, __webpack_require__) {
49830
49811
 
49831
49812
  "use strict";
49832
49813
  /* unused harmony export source */
@@ -49895,7 +49876,7 @@ var SourceEditor = /*#__PURE__*/ function() {
49895
49876
  });
49896
49877
  return _this;
49897
49878
  }
49898
- (0,_swc_helpers_create_class__WEBPACK_IMPORTED_MODULE_2__._)(source, [
49879
+ ;(0,_swc_helpers_create_class__WEBPACK_IMPORTED_MODULE_2__._)(source, [
49899
49880
  {
49900
49881
  key: "onInsertHTML",
49901
49882
  value: function onInsertHTML(html) {
@@ -50700,7 +50681,7 @@ __webpack_require__.r(__webpack_exports__);
50700
50681
  /***/ }),
50701
50682
 
50702
50683
  /***/ 90204:
50703
- /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
50684
+ /***/ (function(__unused_webpack_module, __unused_webpack___webpack_exports__, __webpack_require__) {
50704
50685
 
50705
50686
  "use strict";
50706
50687
  /* unused harmony export spellcheck */
@@ -50755,7 +50736,7 @@ var spellcheck = /*#__PURE__*/ function(Plugin) {
50755
50736
  (0,jodit_core_global__WEBPACK_IMPORTED_MODULE_8__.extendLang)(_langs__WEBPACK_IMPORTED_MODULE_12__);
50756
50737
  return _this;
50757
50738
  }
50758
- (0,_swc_helpers_create_class__WEBPACK_IMPORTED_MODULE_2__._)(spellcheck, [
50739
+ ;(0,_swc_helpers_create_class__WEBPACK_IMPORTED_MODULE_2__._)(spellcheck, [
50759
50740
  {
50760
50741
  key: "afterInit",
50761
50742
  value: function afterInit(jodit) {
@@ -50772,7 +50753,7 @@ var spellcheck = /*#__PURE__*/ function(Plugin) {
50772
50753
  {
50773
50754
  key: "toggleSpellcheck",
50774
50755
  value: function toggleSpellcheck() {
50775
- (0,jodit_core_helpers_utils_attr__WEBPACK_IMPORTED_MODULE_9__.attr)(this.jodit.editor, 'spellcheck', this.jodit.o.spellcheck);
50756
+ ;(0,jodit_core_helpers_utils_attr__WEBPACK_IMPORTED_MODULE_9__.attr)(this.jodit.editor, 'spellcheck', this.jodit.o.spellcheck);
50776
50757
  }
50777
50758
  },
50778
50759
  {
@@ -50811,7 +50792,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_0__.Config.prototype.showWordsCounter = tr
50811
50792
  /***/ }),
50812
50793
 
50813
50794
  /***/ 86236:
50814
- /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
50795
+ /***/ (function(__unused_webpack_module, __unused_webpack___webpack_exports__, __webpack_require__) {
50815
50796
 
50816
50797
  "use strict";
50817
50798
  /* unused harmony export stat */
@@ -50885,7 +50866,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_0__.Config.prototype.showWordsCounter = tr
50885
50866
  }, _this.j.defaultTimeout));
50886
50867
  return _this;
50887
50868
  }
50888
- (0,_swc_helpers_create_class__WEBPACK_IMPORTED_MODULE_2__._)(stat, [
50869
+ ;(0,_swc_helpers_create_class__WEBPACK_IMPORTED_MODULE_2__._)(stat, [
50889
50870
  {
50890
50871
  /** @override */ key: "afterInit",
50891
50872
  value: function afterInit() {
@@ -50933,7 +50914,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_0__.Config.prototype.toolbarStickyOffset =
50933
50914
  /***/ }),
50934
50915
 
50935
50916
  /***/ 67582:
50936
- /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
50917
+ /***/ (function(__unused_webpack_module, __unused_webpack___webpack_exports__, __webpack_require__) {
50937
50918
 
50938
50919
  "use strict";
50939
50920
  /* unused harmony export sticky */
@@ -50996,7 +50977,7 @@ var sticky = /*#__PURE__*/ function(Plugin) {
50996
50977
  _this.__isToolbarStuck = true;
50997
50978
  }
50998
50979
  // on resize, it should work always
50999
- (0,jodit_core_helpers__WEBPACK_IMPORTED_MODULE_11__.css)(toolbar, {
50980
+ ;(0,jodit_core_helpers__WEBPACK_IMPORTED_MODULE_11__.css)(toolbar, {
51000
50981
  top: _this.j.o.toolbarStickyOffset || null,
51001
50982
  width: _this.j.container.offsetWidth - 2
51002
50983
  });
@@ -51009,7 +50990,7 @@ var sticky = /*#__PURE__*/ function(Plugin) {
51009
50990
  if (!_this.__isToolbarStuck) {
51010
50991
  return;
51011
50992
  }
51012
- (0,jodit_core_helpers__WEBPACK_IMPORTED_MODULE_11__.css)(toolbar, {
50993
+ ;(0,jodit_core_helpers__WEBPACK_IMPORTED_MODULE_11__.css)(toolbar, {
51013
50994
  width: '',
51014
50995
  top: ''
51015
50996
  });
@@ -51018,7 +50999,7 @@ var sticky = /*#__PURE__*/ function(Plugin) {
51018
50999
  });
51019
51000
  return _this;
51020
51001
  }
51021
- (0,_swc_helpers_create_class__WEBPACK_IMPORTED_MODULE_2__._)(sticky, [
51002
+ ;(0,_swc_helpers_create_class__WEBPACK_IMPORTED_MODULE_2__._)(sticky, [
51022
51003
  {
51023
51004
  key: "afterInit",
51024
51005
  value: function afterInit(jodit) {
@@ -51752,7 +51733,7 @@ __webpack_require__.r(__webpack_exports__);
51752
51733
  /***/ }),
51753
51734
 
51754
51735
  /***/ 11774:
51755
- /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
51736
+ /***/ (function(__unused_webpack_module, __unused_webpack___webpack_exports__, __webpack_require__) {
51756
51737
 
51757
51738
  "use strict";
51758
51739
  /* unused harmony export symbols */
@@ -51810,7 +51791,7 @@ __webpack_require__.r(__webpack_exports__);
51810
51791
  (0,jodit_core_global__WEBPACK_IMPORTED_MODULE_8__.extendLang)(_langs__WEBPACK_IMPORTED_MODULE_12__);
51811
51792
  return _this;
51812
51793
  }
51813
- (0,_swc_helpers_create_class__WEBPACK_IMPORTED_MODULE_2__._)(symbols, [
51794
+ ;(0,_swc_helpers_create_class__WEBPACK_IMPORTED_MODULE_2__._)(symbols, [
51814
51795
  {
51815
51796
  key: "afterInit",
51816
51797
  value: function afterInit(jodit) {
@@ -52111,7 +52092,7 @@ var tab = /*#__PURE__*/ function(Plugin) {
52111
52092
  (0,_swc_helpers_class_call_check__WEBPACK_IMPORTED_MODULE_1__._)(this, tab);
52112
52093
  return (0,_swc_helpers_call_super__WEBPACK_IMPORTED_MODULE_0__._)(this, tab, arguments);
52113
52094
  }
52114
- (0,_swc_helpers_create_class__WEBPACK_IMPORTED_MODULE_2__._)(tab, [
52095
+ ;(0,_swc_helpers_create_class__WEBPACK_IMPORTED_MODULE_2__._)(tab, [
52115
52096
  {
52116
52097
  key: "afterInit",
52117
52098
  value: function afterInit(jodit) {}
@@ -52161,7 +52142,7 @@ jodit_core_global__WEBPACK_IMPORTED_MODULE_8__.pluginSystem.add('tab', tab);
52161
52142
  /***/ }),
52162
52143
 
52163
52144
  /***/ 30110:
52164
- /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
52145
+ /***/ (function(__unused_webpack_module, __unused_webpack___webpack_exports__, __webpack_require__) {
52165
52146
 
52166
52147
  "use strict";
52167
52148
  /* unused harmony export tableKeyboardNavigation */
@@ -52402,7 +52383,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_6__.Config.prototype.controls.table = {
52402
52383
  if (!first_td) {
52403
52384
  first_td = td;
52404
52385
  }
52405
- (0,jodit_core_helpers__WEBPACK_IMPORTED_MODULE_3__.css)(td, 'width', (100 / cols_count).toFixed(4) + '%');
52386
+ ;(0,jodit_core_helpers__WEBPACK_IMPORTED_MODULE_3__.css)(td, 'width', (100 / cols_count).toFixed(4) + '%');
52406
52387
  jodit_core_dom__WEBPACK_IMPORTED_MODULE_2__.Dom.append(td, crt.element('br'));
52407
52388
  jodit_core_dom__WEBPACK_IMPORTED_MODULE_2__.Dom.append(tr, crt.text('\n'));
52408
52389
  jodit_core_dom__WEBPACK_IMPORTED_MODULE_2__.Dom.append(tr, crt.text('\t'));
@@ -52411,7 +52392,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_6__.Config.prototype.controls.table = {
52411
52392
  jodit_core_dom__WEBPACK_IMPORTED_MODULE_2__.Dom.append(tbody, crt.text('\n'));
52412
52393
  jodit_core_dom__WEBPACK_IMPORTED_MODULE_2__.Dom.append(tbody, tr);
52413
52394
  }
52414
- (0,jodit_core_helpers__WEBPACK_IMPORTED_MODULE_3__.$$)('input[type=checkbox]:checked', options).forEach(function(input) {
52395
+ ;(0,jodit_core_helpers__WEBPACK_IMPORTED_MODULE_3__.$$)('input[type=checkbox]:checked', options).forEach(function(input) {
52415
52396
  input.value.split(/[\s]+/).forEach(function(className) {
52416
52397
  table.classList.add(className);
52417
52398
  });
@@ -52528,7 +52509,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_6__.Config.prototype.controls.table = {
52528
52509
  /***/ }),
52529
52510
 
52530
52511
  /***/ 7994:
52531
- /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
52512
+ /***/ (function(__unused_webpack_module, __unused_webpack___webpack_exports__, __webpack_require__) {
52532
52513
 
52533
52514
  "use strict";
52534
52515
  /* unused harmony export table */
@@ -52769,7 +52750,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_0__.Config.prototype.wrapNodes = {
52769
52750
  });
52770
52751
  return _this;
52771
52752
  }
52772
- (0,_swc_helpers_create_class__WEBPACK_IMPORTED_MODULE_2__._)(wrapNodes, [
52753
+ ;(0,_swc_helpers_create_class__WEBPACK_IMPORTED_MODULE_2__._)(wrapNodes, [
52773
52754
  {
52774
52755
  key: "afterInit",
52775
52756
  value: /** @override **/ function afterInit(jodit) {
@@ -53030,7 +53011,7 @@ jodit_config__WEBPACK_IMPORTED_MODULE_0__.Config.prototype.showXPathInStatusbar
53030
53011
  }), (0,_swc_helpers_define_property__WEBPACK_IMPORTED_MODULE_3__._)(_this, "calcPath", _this.j.async.debounce(_this.calcPathImd, _this.j.defaultTimeout * 2, true)), (0,_swc_helpers_define_property__WEBPACK_IMPORTED_MODULE_3__._)(_this, "container", void 0), (0,_swc_helpers_define_property__WEBPACK_IMPORTED_MODULE_3__._)(_this, "menu", void 0);
53031
53012
  return _this;
53032
53013
  }
53033
- (0,_swc_helpers_create_class__WEBPACK_IMPORTED_MODULE_2__._)(xpath, [
53014
+ ;(0,_swc_helpers_create_class__WEBPACK_IMPORTED_MODULE_2__._)(xpath, [
53034
53015
  {
53035
53016
  key: "afterInit",
53036
53017
  value: function afterInit() {
@@ -54036,7 +54017,7 @@ function _instanceof(left, right) {
54036
54017
  return !!right[Symbol.hasInstance](left);
54037
54018
  } else return left instanceof right;
54038
54019
  }
54039
-
54020
+ ;
54040
54021
  function _async_generator(gen) {
54041
54022
  var front, back;
54042
54023
  function send(key, arg) {
@@ -54529,7 +54510,7 @@ function _object_spread(target) {
54529
54510
  }));
54530
54511
  }
54531
54512
  ownKeys.forEach(function(key) {
54532
- (0,_define_property_js__WEBPACK_IMPORTED_MODULE_0__._)(target, key, source[key]);
54513
+ ;(0,_define_property_js__WEBPACK_IMPORTED_MODULE_0__._)(target, key, source[key]);
54533
54514
  });
54534
54515
  }
54535
54516
  return target;
@@ -55267,10 +55248,10 @@ function __addDisposableResource(env, value, async) {
55267
55248
  return value;
55268
55249
  }
55269
55250
 
55270
- var _SuppressedError = typeof SuppressedError === "function" ? SuppressedError : function (error, suppressed, message) {
55251
+ var _SuppressedError = (/* unused pure expression or super */ null && (typeof SuppressedError === "function" ? SuppressedError : function (error, suppressed, message) {
55271
55252
  var e = new Error(message);
55272
55253
  return e.name = "SuppressedError", e.error = error, e.suppressed = suppressed, e;
55273
- };
55254
+ }));
55274
55255
 
55275
55256
  function __disposeResources(env) {
55276
55257
  function fail(e) {
@@ -55307,7 +55288,7 @@ function __rewriteRelativeImportExtension(path, preserveJsx) {
55307
55288
  return path;
55308
55289
  }
55309
55290
 
55310
- /* unused harmony default export */ var __WEBPACK_DEFAULT_EXPORT__ = ({
55291
+ /* unused harmony default export */ var __WEBPACK_DEFAULT_EXPORT__ = ((/* unused pure expression or super */ null && ({
55311
55292
  __extends,
55312
55293
  __assign,
55313
55294
  __rest,
@@ -55340,7 +55321,7 @@ function __rewriteRelativeImportExtension(path, preserveJsx) {
55340
55321
  __addDisposableResource,
55341
55322
  __disposeResources,
55342
55323
  __rewriteRelativeImportExtension,
55343
- });
55324
+ })));
55344
55325
 
55345
55326
 
55346
55327
  /***/ })
@@ -55423,11 +55404,26 @@ function __rewriteRelativeImportExtension(path, preserveJsx) {
55423
55404
  /******/
55424
55405
  /******/ /* webpack/runtime/define property getters */
55425
55406
  /******/ !function() {
55426
- /******/ // define getter functions for harmony exports
55407
+ /******/ // define getter/value functions for harmony exports
55427
55408
  /******/ __webpack_require__.d = function(exports, definition) {
55428
- /******/ for(var key in definition) {
55429
- /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
55430
- /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
55409
+ /******/ if(Array.isArray(definition)) {
55410
+ /******/ var i = 0;
55411
+ /******/ while(i < definition.length) {
55412
+ /******/ var key = definition[i++];
55413
+ /******/ var binding = definition[i++];
55414
+ /******/ if(!__webpack_require__.o(exports, key)) {
55415
+ /******/ if(binding === 0) {
55416
+ /******/ Object.defineProperty(exports, key, { enumerable: true, value: definition[i++] });
55417
+ /******/ } else {
55418
+ /******/ Object.defineProperty(exports, key, { enumerable: true, get: binding });
55419
+ /******/ }
55420
+ /******/ } else if(binding === 0) { i++; }
55421
+ /******/ }
55422
+ /******/ } else {
55423
+ /******/ for(var key in definition) {
55424
+ /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
55425
+ /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
55426
+ /******/ }
55431
55427
  /******/ }
55432
55428
  /******/ }
55433
55429
  /******/ };