jodit 4.6.6 → 4.6.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +41 -0
- package/es2015/jodit.css +1 -1
- package/es2015/jodit.fat.min.js +2 -2
- package/es2015/jodit.js +161 -25
- package/es2015/jodit.min.js +2 -2
- package/es2015/plugins/debug/debug.css +1 -1
- package/es2015/plugins/debug/debug.js +1 -1
- package/es2015/plugins/debug/debug.min.js +1 -1
- package/es2015/plugins/speech-recognize/speech-recognize.css +1 -1
- package/es2015/plugins/speech-recognize/speech-recognize.js +1 -1
- package/es2015/plugins/speech-recognize/speech-recognize.min.js +1 -1
- package/es2018/jodit.css +1 -1
- package/es2018/jodit.fat.min.js +2 -2
- package/es2018/jodit.js +161 -25
- package/es2018/jodit.min.js +2 -2
- package/es2018/plugins/debug/debug.css +1 -1
- package/es2018/plugins/debug/debug.js +1 -1
- package/es2018/plugins/debug/debug.min.js +1 -1
- package/es2018/plugins/speech-recognize/speech-recognize.css +1 -1
- package/es2018/plugins/speech-recognize/speech-recognize.js +1 -1
- package/es2018/plugins/speech-recognize/speech-recognize.min.js +1 -1
- package/es2021/jodit.css +1 -1
- package/es2021/jodit.fat.min.js +2 -2
- package/es2021/jodit.js +161 -25
- package/es2021/jodit.min.js +2 -2
- package/es2021/plugins/debug/debug.css +1 -1
- package/es2021/plugins/debug/debug.js +1 -1
- package/es2021/plugins/debug/debug.min.js +1 -1
- package/es2021/plugins/speech-recognize/speech-recognize.css +1 -1
- package/es2021/plugins/speech-recognize/speech-recognize.js +1 -1
- package/es2021/plugins/speech-recognize/speech-recognize.min.js +1 -1
- package/es2021.en/jodit.css +1 -1
- package/es2021.en/jodit.fat.min.js +2 -2
- package/es2021.en/jodit.js +161 -25
- package/es2021.en/jodit.min.js +2 -2
- package/es2021.en/plugins/debug/debug.css +1 -1
- package/es2021.en/plugins/debug/debug.js +1 -1
- package/es2021.en/plugins/debug/debug.min.js +1 -1
- package/es2021.en/plugins/speech-recognize/speech-recognize.css +1 -1
- package/es2021.en/plugins/speech-recognize/speech-recognize.js +1 -1
- package/es2021.en/plugins/speech-recognize/speech-recognize.min.js +1 -1
- package/es5/415.fat.min.js +1 -1
- package/es5/415.min.js +1 -1
- package/es5/5.fat.min.js +1 -1
- package/es5/5.min.js +1 -1
- package/es5/jodit.css +2 -2
- package/es5/jodit.fat.min.js +2 -2
- package/es5/jodit.js +161 -25
- package/es5/jodit.min.css +2 -2
- package/es5/jodit.min.js +2 -2
- package/es5/plugins/debug/debug.css +1 -1
- package/es5/plugins/debug/debug.js +1 -1
- package/es5/plugins/debug/debug.min.js +1 -1
- package/es5/plugins/speech-recognize/speech-recognize.css +1 -1
- package/es5/plugins/speech-recognize/speech-recognize.js +1 -1
- package/es5/plugins/speech-recognize/speech-recognize.min.js +1 -1
- package/esm/core/constants.js +1 -1
- package/esm/core/helpers/array/index.d.ts +1 -0
- package/esm/core/helpers/array/index.js +1 -0
- package/esm/core/helpers/array/reconcile-arrays.d.ts +54 -0
- package/esm/core/helpers/array/reconcile-arrays.js +103 -0
- package/esm/core/ui/group/group.d.ts +4 -2
- package/esm/core/ui/group/group.js +31 -14
- package/esm/types/ui.d.ts +4 -1
- package/package.json +1 -1
- package/types/core/helpers/array/index.d.ts +1 -0
- package/types/core/helpers/array/reconcile-arrays.d.ts +54 -0
- package/types/core/ui/group/group.d.ts +4 -2
- package/types/types/ui.d.ts +4 -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.6.
|
|
4
|
+
* Version: v4.6.10
|
|
5
5
|
* Url: https://xdsoft.net/jodit/
|
|
6
6
|
* License(s): MIT
|
|
7
7
|
*/
|
|
@@ -3558,9 +3558,7 @@ function brBefore(start) {
|
|
|
3558
3558
|
/* harmony import */ var jodit_core_decorators__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(22664);
|
|
3559
3559
|
/* harmony import */ var jodit_core_dom_dom__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(55186);
|
|
3560
3560
|
/* harmony import */ var jodit_core_helpers__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(65147);
|
|
3561
|
-
/* harmony import */ var
|
|
3562
|
-
/* harmony import */ var jodit_core_helpers_utils_assert__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__webpack_require__.n(jodit_core_helpers_utils_assert__WEBPACK_IMPORTED_MODULE_5__);
|
|
3563
|
-
/* harmony import */ var jodit_core_ui_element__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(29780);
|
|
3561
|
+
/* harmony import */ var jodit_core_ui_element__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(29780);
|
|
3564
3562
|
/*!
|
|
3565
3563
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
3566
3564
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
@@ -3573,7 +3571,6 @@ function brBefore(start) {
|
|
|
3573
3571
|
|
|
3574
3572
|
|
|
3575
3573
|
|
|
3576
|
-
|
|
3577
3574
|
var UIGroup = /** @class */ (function (_super) {
|
|
3578
3575
|
(0,tslib__WEBPACK_IMPORTED_MODULE_0__/* .__extends */ .C6)(UIGroup, _super);
|
|
3579
3576
|
/**
|
|
@@ -3629,26 +3626,36 @@ var UIGroup = /** @class */ (function (_super) {
|
|
|
3629
3626
|
this.elements.forEach(function (elm) { return elm.update(); });
|
|
3630
3627
|
this.setMod('size', this.buttonSize);
|
|
3631
3628
|
};
|
|
3632
|
-
|
|
3633
|
-
* Append new element into group
|
|
3634
|
-
*/
|
|
3635
|
-
UIGroup.prototype.append = function (elm, distElement) {
|
|
3629
|
+
UIGroup.prototype.append = function (elms, distElementOrIndex) {
|
|
3636
3630
|
var _this = this;
|
|
3637
|
-
if ((0,jodit_core_helpers__WEBPACK_IMPORTED_MODULE_4__.isArray)(
|
|
3638
|
-
|
|
3631
|
+
if ((0,jodit_core_helpers__WEBPACK_IMPORTED_MODULE_4__.isArray)(elms)) {
|
|
3632
|
+
if (typeof distElementOrIndex === 'number') {
|
|
3633
|
+
throw new Error('You can not use index when append array of elements');
|
|
3634
|
+
}
|
|
3635
|
+
elms.forEach(function (item) { return _this.append(item, distElementOrIndex); });
|
|
3639
3636
|
return this;
|
|
3640
3637
|
}
|
|
3641
|
-
|
|
3638
|
+
var elm = elms;
|
|
3639
|
+
var index = undefined;
|
|
3640
|
+
if (typeof distElementOrIndex === 'number') {
|
|
3641
|
+
index = Math.min(Math.max(0, distElementOrIndex), this.elements.length);
|
|
3642
|
+
this.elements.splice(index, 0, elm);
|
|
3643
|
+
}
|
|
3644
|
+
else {
|
|
3645
|
+
this.elements.push(elm);
|
|
3646
|
+
}
|
|
3642
3647
|
if (elm.name) {
|
|
3643
3648
|
elm.container.classList.add(this.getFullElName(elm.name));
|
|
3644
3649
|
}
|
|
3645
|
-
if (
|
|
3646
|
-
var distElm = this.getElm(
|
|
3647
|
-
|
|
3650
|
+
if (distElementOrIndex && typeof distElementOrIndex === 'string') {
|
|
3651
|
+
var distElm = this.getElm(distElementOrIndex);
|
|
3652
|
+
if (distElm == null) {
|
|
3653
|
+
throw new Error('Element does not exist');
|
|
3654
|
+
}
|
|
3648
3655
|
distElm.appendChild(elm.container);
|
|
3649
3656
|
}
|
|
3650
3657
|
else {
|
|
3651
|
-
this.appendChildToContainer(elm.container);
|
|
3658
|
+
this.appendChildToContainer(elm.container, index);
|
|
3652
3659
|
}
|
|
3653
3660
|
elm.parentElement = this;
|
|
3654
3661
|
return this;
|
|
@@ -3662,8 +3669,16 @@ var UIGroup = /** @class */ (function (_super) {
|
|
|
3662
3669
|
/**
|
|
3663
3670
|
* Allow set another container for the box of all children
|
|
3664
3671
|
*/
|
|
3665
|
-
UIGroup.prototype.appendChildToContainer = function (childContainer) {
|
|
3666
|
-
|
|
3672
|
+
UIGroup.prototype.appendChildToContainer = function (childContainer, index) {
|
|
3673
|
+
if (index === undefined ||
|
|
3674
|
+
index < 0 ||
|
|
3675
|
+
index > this.elements.length - 1 ||
|
|
3676
|
+
this.container.children[index] == null) {
|
|
3677
|
+
this.container.appendChild(childContainer);
|
|
3678
|
+
}
|
|
3679
|
+
else {
|
|
3680
|
+
this.container.insertBefore(childContainer, this.container.children[index]);
|
|
3681
|
+
}
|
|
3667
3682
|
};
|
|
3668
3683
|
/**
|
|
3669
3684
|
* Remove element from group
|
|
@@ -3698,7 +3713,7 @@ var UIGroup = /** @class */ (function (_super) {
|
|
|
3698
3713
|
jodit_core_decorators__WEBPACK_IMPORTED_MODULE_2__.component
|
|
3699
3714
|
], UIGroup);
|
|
3700
3715
|
return UIGroup;
|
|
3701
|
-
}(
|
|
3716
|
+
}(jodit_core_ui_element__WEBPACK_IMPORTED_MODULE_5__/* .UIElement */ .D));
|
|
3702
3717
|
|
|
3703
3718
|
|
|
3704
3719
|
|
|
@@ -8760,7 +8775,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
8760
8775
|
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
8761
8776
|
*/
|
|
8762
8777
|
|
|
8763
|
-
var APP_VERSION = "4.6.
|
|
8778
|
+
var APP_VERSION = "4.6.10";
|
|
8764
8779
|
// prettier-ignore
|
|
8765
8780
|
var ES = "es5";
|
|
8766
8781
|
var IS_ES_MODERN = false;
|
|
@@ -14544,13 +14559,16 @@ function observable(obj) {
|
|
|
14544
14559
|
|
|
14545
14560
|
"use strict";
|
|
14546
14561
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
14547
|
-
/* harmony export */ $r: function() { return /* reexport safe */
|
|
14562
|
+
/* harmony export */ $r: function() { return /* reexport safe */ _to_array__WEBPACK_IMPORTED_MODULE_3__.$; },
|
|
14548
14563
|
/* harmony export */ _j: function() { return /* reexport safe */ _as_array__WEBPACK_IMPORTED_MODULE_0__._; },
|
|
14549
|
-
/* harmony export */
|
|
14564
|
+
/* harmony export */ ft: function() { return /* reexport safe */ _reconcile_arrays__WEBPACK_IMPORTED_MODULE_1__.f; },
|
|
14565
|
+
/* harmony export */ j5: function() { return /* reexport safe */ _reconcile_arrays__WEBPACK_IMPORTED_MODULE_1__.j; },
|
|
14566
|
+
/* harmony export */ uM: function() { return /* reexport safe */ _split_array__WEBPACK_IMPORTED_MODULE_2__.u; }
|
|
14550
14567
|
/* harmony export */ });
|
|
14551
14568
|
/* harmony import */ var _as_array__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(82317);
|
|
14552
|
-
/* harmony import */ var
|
|
14553
|
-
/* harmony import */ var
|
|
14569
|
+
/* harmony import */ var _reconcile_arrays__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(63784);
|
|
14570
|
+
/* harmony import */ var _split_array__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(42589);
|
|
14571
|
+
/* harmony import */ var _to_array__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(42448);
|
|
14554
14572
|
/*!
|
|
14555
14573
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
14556
14574
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
@@ -14564,6 +14582,7 @@ function observable(obj) {
|
|
|
14564
14582
|
|
|
14565
14583
|
|
|
14566
14584
|
|
|
14585
|
+
|
|
14567
14586
|
/***/ }),
|
|
14568
14587
|
|
|
14569
14588
|
/***/ 32782:
|
|
@@ -30182,6 +30201,121 @@ function moveCursorOutFromSpecialTags(jodit, fake, tags) {
|
|
|
30182
30201
|
}
|
|
30183
30202
|
|
|
30184
30203
|
|
|
30204
|
+
/***/ }),
|
|
30205
|
+
|
|
30206
|
+
/***/ 63784:
|
|
30207
|
+
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
30208
|
+
|
|
30209
|
+
"use strict";
|
|
30210
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
30211
|
+
/* harmony export */ f: function() { return /* binding */ applyArrayReconciliation; },
|
|
30212
|
+
/* harmony export */ j: function() { return /* binding */ reconcileArrays; }
|
|
30213
|
+
/* harmony export */ });
|
|
30214
|
+
/*!
|
|
30215
|
+
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
30216
|
+
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
30217
|
+
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
30218
|
+
*/
|
|
30219
|
+
/**
|
|
30220
|
+
* Reconciles two arrays and returns the differences
|
|
30221
|
+
* @param oldArray - The original array
|
|
30222
|
+
* @param newArray - The new array to compare against
|
|
30223
|
+
* @param keyFn - Optional function to generate unique keys for items (for object comparison)
|
|
30224
|
+
* @returns Object containing added, removed, kept and moved items
|
|
30225
|
+
*
|
|
30226
|
+
* @example
|
|
30227
|
+
* ```typescript
|
|
30228
|
+
* const old = [1, 2, 3, 4];
|
|
30229
|
+
* const new = [2, 4, 5, 1];
|
|
30230
|
+
* const result = reconcileArrays(old, new);
|
|
30231
|
+
* // result.added = [5]
|
|
30232
|
+
* // result.removed = [3]
|
|
30233
|
+
* // result.kept = [2, 4, 1]
|
|
30234
|
+
* // result.moved = [{item: 1, from: 0, to: 3}]
|
|
30235
|
+
* ```
|
|
30236
|
+
*
|
|
30237
|
+
* @example
|
|
30238
|
+
* ```typescript
|
|
30239
|
+
* const old = [{id: 1, name: 'a'}, {id: 2, name: 'b'}];
|
|
30240
|
+
* const new = [{id: 2, name: 'b'}, {id: 3, name: 'c'}];
|
|
30241
|
+
* const result = reconcileArrays(old, new, item => item.id);
|
|
30242
|
+
* // result.added = [{id: 3, name: 'c'}]
|
|
30243
|
+
* // result.removed = [{id: 1, name: 'a'}]
|
|
30244
|
+
* ```
|
|
30245
|
+
*/
|
|
30246
|
+
function reconcileArrays(oldArray, newArray, keyFn) {
|
|
30247
|
+
var getKey = keyFn || (function (item) { return item; });
|
|
30248
|
+
var oldMap = new Map();
|
|
30249
|
+
var newMap = new Map();
|
|
30250
|
+
oldArray.forEach(function (item, index) {
|
|
30251
|
+
oldMap.set(getKey(item), { item: item, index: index });
|
|
30252
|
+
});
|
|
30253
|
+
newArray.forEach(function (item, index) {
|
|
30254
|
+
newMap.set(getKey(item), { item: item, index: index });
|
|
30255
|
+
});
|
|
30256
|
+
var added = [];
|
|
30257
|
+
var removed = [];
|
|
30258
|
+
var kept = [];
|
|
30259
|
+
var moved = [];
|
|
30260
|
+
// Find removed items
|
|
30261
|
+
oldMap.forEach(function (value, key) {
|
|
30262
|
+
if (!newMap.has(key)) {
|
|
30263
|
+
removed.push(value.item);
|
|
30264
|
+
}
|
|
30265
|
+
});
|
|
30266
|
+
// Find added items and track kept/moved items
|
|
30267
|
+
newMap.forEach(function (value, key) {
|
|
30268
|
+
var oldItem = oldMap.get(key);
|
|
30269
|
+
if (!oldItem) {
|
|
30270
|
+
added.push(value.item);
|
|
30271
|
+
}
|
|
30272
|
+
else {
|
|
30273
|
+
kept.push(value.item);
|
|
30274
|
+
if (oldItem.index !== value.index) {
|
|
30275
|
+
moved.push({
|
|
30276
|
+
item: value.item,
|
|
30277
|
+
from: oldItem.index,
|
|
30278
|
+
to: value.index
|
|
30279
|
+
});
|
|
30280
|
+
}
|
|
30281
|
+
}
|
|
30282
|
+
});
|
|
30283
|
+
return {
|
|
30284
|
+
added: added,
|
|
30285
|
+
removed: removed,
|
|
30286
|
+
kept: kept,
|
|
30287
|
+
moved: moved
|
|
30288
|
+
};
|
|
30289
|
+
}
|
|
30290
|
+
/**
|
|
30291
|
+
* Applies reconciliation patches to transform one array into another
|
|
30292
|
+
* @param oldArray - The original array to transform
|
|
30293
|
+
* @param newArray - The target array structure
|
|
30294
|
+
* @param keyFn - Optional function to generate unique keys for items
|
|
30295
|
+
* @returns New array matching the structure of newArray
|
|
30296
|
+
*/
|
|
30297
|
+
function applyArrayReconciliation(oldArray, newArray, keyFn) {
|
|
30298
|
+
var result = reconcileArrays(oldArray, newArray, keyFn);
|
|
30299
|
+
var output = [];
|
|
30300
|
+
// Build the new array based on newArray order
|
|
30301
|
+
newArray.forEach(function (item) {
|
|
30302
|
+
var key = keyFn ? keyFn(item) : item;
|
|
30303
|
+
var isNew = result.added.some(function (addedItem) { return (keyFn ? keyFn(addedItem) : addedItem) === key; });
|
|
30304
|
+
if (isNew) {
|
|
30305
|
+
output.push(item);
|
|
30306
|
+
}
|
|
30307
|
+
else {
|
|
30308
|
+
// Use the old item reference if it exists
|
|
30309
|
+
var oldItem = oldArray.find(function (oldItem) { return (keyFn ? keyFn(oldItem) : oldItem) === key; });
|
|
30310
|
+
if (oldItem !== undefined) {
|
|
30311
|
+
output.push(oldItem);
|
|
30312
|
+
}
|
|
30313
|
+
}
|
|
30314
|
+
});
|
|
30315
|
+
return output;
|
|
30316
|
+
}
|
|
30317
|
+
|
|
30318
|
+
|
|
30185
30319
|
/***/ }),
|
|
30186
30320
|
|
|
30187
30321
|
/***/ 63837:
|
|
@@ -30778,6 +30912,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
30778
30912
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
30779
30913
|
/* harmony export */ CamelCaseToKebabCase: function() { return /* reexport safe */ _string__WEBPACK_IMPORTED_MODULE_7__.N; },
|
|
30780
30914
|
/* harmony export */ NUMBER_FIELDS_REG: function() { return /* reexport safe */ _normalize__WEBPACK_IMPORTED_MODULE_5__.b$; },
|
|
30915
|
+
/* harmony export */ applyArrayReconciliation: function() { return /* reexport safe */ _array__WEBPACK_IMPORTED_MODULE_0__.ft; },
|
|
30781
30916
|
/* harmony export */ applyStyles: function() { return /* reexport safe */ _html__WEBPACK_IMPORTED_MODULE_4__.ZM; },
|
|
30782
30917
|
/* harmony export */ asArray: function() { return /* reexport safe */ _array__WEBPACK_IMPORTED_MODULE_0__._j; },
|
|
30783
30918
|
/* harmony export */ camelCase: function() { return /* reexport safe */ _string__WEBPACK_IMPORTED_MODULE_7__.xQ; },
|
|
@@ -30832,6 +30967,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
30832
30967
|
/* harmony export */ normalizeUrl: function() { return /* reexport safe */ _normalize__WEBPACK_IMPORTED_MODULE_5__.l2; },
|
|
30833
30968
|
/* harmony export */ offset: function() { return /* reexport safe */ _size__WEBPACK_IMPORTED_MODULE_6__.cY; },
|
|
30834
30969
|
/* harmony export */ position: function() { return /* reexport safe */ _size__WEBPACK_IMPORTED_MODULE_6__.G1; },
|
|
30970
|
+
/* harmony export */ reconcileArrays: function() { return /* reexport safe */ _array__WEBPACK_IMPORTED_MODULE_0__.j5; },
|
|
30835
30971
|
/* harmony export */ safeHTML: function() { return /* reexport safe */ _html__WEBPACK_IMPORTED_MODULE_4__.t_; },
|
|
30836
30972
|
/* harmony export */ sanitizeHTMLElement: function() { return /* reexport safe */ _html__WEBPACK_IMPORTED_MODULE_4__.vn; },
|
|
30837
30973
|
/* harmony export */ setTimeout: function() { return /* reexport safe */ _async__WEBPACK_IMPORTED_MODULE_1__.w; },
|
|
@@ -30856,7 +30992,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
30856
30992
|
/* harmony import */ var _string__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(6589);
|
|
30857
30993
|
/* harmony import */ var _utils__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(97369);
|
|
30858
30994
|
/* harmony reexport (unknown) */ var __WEBPACK_REEXPORT_OBJECT__ = {};
|
|
30859
|
-
/* harmony reexport (unknown) */ for(var __WEBPACK_IMPORT_KEY__ in _utils__WEBPACK_IMPORTED_MODULE_8__) if(["default","asArray","splitArray","toArray","clearTimeout","setTimeout","hasBrowserColorPicker","hasContainer","isAbortError","isArray","isBoolean","isDestructable","isEqual","isFastEqual","isFunction","isHTML","isHtmlFromWord","isInitable","isInt","isJoditObject","isLicense","isMarker","isNativeFunction","isNumber","isNumeric","isPlainObject","isPromise","isSet","isString","isStringArray","isURL","isValidName","isViewObject","isVoid","isWindow","colorToHex","applyStyles","cleanFromWord","htmlspecialchars","nl2br","safeHTML","sanitizeHTMLElement","stripTags","NUMBER_FIELDS_REG","normalizeColor","normalizeCssNumericValue","normalizeCssValue","normalizeKeyAliases","normalizeLicense","normalizePath","normalizeRelativePath","normalizeSize","normalizeUrl","getContentWidth","getScrollParent","innerWidth","offset","position","size","CamelCaseToKebabCase","camelCase","fuzzySearchIndex","i18n","kebabCase","sprintf","stringify","trim","trimChars","trimInv","ucfirst"].indexOf(__WEBPACK_IMPORT_KEY__) < 0) __WEBPACK_REEXPORT_OBJECT__[__WEBPACK_IMPORT_KEY__] = function(key) { return _utils__WEBPACK_IMPORTED_MODULE_8__[key]; }.bind(0, __WEBPACK_IMPORT_KEY__)
|
|
30995
|
+
/* harmony reexport (unknown) */ for(var __WEBPACK_IMPORT_KEY__ in _utils__WEBPACK_IMPORTED_MODULE_8__) if(["default","applyArrayReconciliation","asArray","reconcileArrays","splitArray","toArray","clearTimeout","setTimeout","hasBrowserColorPicker","hasContainer","isAbortError","isArray","isBoolean","isDestructable","isEqual","isFastEqual","isFunction","isHTML","isHtmlFromWord","isInitable","isInt","isJoditObject","isLicense","isMarker","isNativeFunction","isNumber","isNumeric","isPlainObject","isPromise","isSet","isString","isStringArray","isURL","isValidName","isViewObject","isVoid","isWindow","colorToHex","applyStyles","cleanFromWord","htmlspecialchars","nl2br","safeHTML","sanitizeHTMLElement","stripTags","NUMBER_FIELDS_REG","normalizeColor","normalizeCssNumericValue","normalizeCssValue","normalizeKeyAliases","normalizeLicense","normalizePath","normalizeRelativePath","normalizeSize","normalizeUrl","getContentWidth","getScrollParent","innerWidth","offset","position","size","CamelCaseToKebabCase","camelCase","fuzzySearchIndex","i18n","kebabCase","sprintf","stringify","trim","trimChars","trimInv","ucfirst"].indexOf(__WEBPACK_IMPORT_KEY__) < 0) __WEBPACK_REEXPORT_OBJECT__[__WEBPACK_IMPORT_KEY__] = function(key) { return _utils__WEBPACK_IMPORTED_MODULE_8__[key]; }.bind(0, __WEBPACK_IMPORT_KEY__)
|
|
30860
30996
|
/* harmony reexport (unknown) */ __webpack_require__.d(__webpack_exports__, __WEBPACK_REEXPORT_OBJECT__);
|
|
30861
30997
|
/*!
|
|
30862
30998
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
package/es5/jodit.min.css
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
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.6.
|
|
4
|
+
* Version: v4.6.10
|
|
5
5
|
* Url: https://xdsoft.net/jodit/
|
|
6
6
|
* License(s): MIT
|
|
7
7
|
*/
|
|
8
8
|
/*!
|
|
9
9
|
* jodit - Jodit is an awesome and useful wysiwyg editor with filebrowser
|
|
10
10
|
* Author: Chupurnov <chupurnov@gmail.com> (https://xdsoft.net/jodit/)
|
|
11
|
-
* Version: v4.6.
|
|
11
|
+
* Version: v4.6.10
|
|
12
12
|
* Url: https://xdsoft.net/jodit/
|
|
13
13
|
* License(s): MIT
|
|
14
14
|
*/
|