jodit 4.0.0-beta.95 → 4.0.0-beta.99
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 +21 -5
- package/README.md +4 -4
- package/es2015/jodit.css +1 -1
- package/es2015/jodit.fat.min.js +2 -2
- package/es2015/jodit.js +95 -88
- package/es2015/jodit.min.js +2 -2
- package/es2015/plugins/debug/debug.js +1 -1
- package/es2015/plugins/debug/debug.min.js +1 -1
- package/es2015/plugins/speech-recognize/speech-recognize.css +1 -1
- package/es2015/plugins/speech-recognize/speech-recognize.js +1 -1
- package/es2015/plugins/speech-recognize/speech-recognize.min.js +1 -1
- package/es2018/jodit.css +1 -1
- package/es2018/jodit.fat.min.js +2 -2
- package/es2018/jodit.js +95 -88
- package/es2018/jodit.min.js +2 -2
- package/es2018/plugins/debug/debug.js +1 -1
- package/es2018/plugins/debug/debug.min.js +1 -1
- package/es2018/plugins/speech-recognize/speech-recognize.css +1 -1
- package/es2018/plugins/speech-recognize/speech-recognize.js +1 -1
- package/es2018/plugins/speech-recognize/speech-recognize.min.js +1 -1
- package/es2021/jodit.css +1 -1
- package/es2021/jodit.fat.min.js +2 -2
- package/es2021/jodit.js +95 -88
- package/es2021/jodit.min.js +2 -2
- package/es2021/plugins/debug/debug.js +1 -1
- package/es2021/plugins/debug/debug.min.js +1 -1
- package/es2021/plugins/speech-recognize/speech-recognize.css +1 -1
- package/es2021/plugins/speech-recognize/speech-recognize.js +1 -1
- package/es2021/plugins/speech-recognize/speech-recognize.min.js +1 -1
- package/es2021.en/jodit.css +1 -1
- package/es2021.en/jodit.fat.min.js +2 -2
- package/es2021.en/jodit.js +95 -88
- package/es2021.en/jodit.min.js +2 -2
- package/es2021.en/plugins/debug/debug.js +1 -1
- package/es2021.en/plugins/debug/debug.min.js +1 -1
- package/es2021.en/plugins/speech-recognize/speech-recognize.css +1 -1
- package/es2021.en/plugins/speech-recognize/speech-recognize.js +1 -1
- package/es2021.en/plugins/speech-recognize/speech-recognize.min.js +1 -1
- package/es5/jodit.css +2 -2
- package/es5/jodit.fat.min.js +2 -2
- package/es5/jodit.js +104 -97
- package/es5/jodit.min.css +2 -2
- package/es5/jodit.min.js +2 -2
- package/es5/plugins/debug/debug.js +1 -1
- package/es5/plugins/debug/debug.min.js +1 -1
- package/es5/plugins/speech-recognize/speech-recognize.css +1 -1
- package/es5/plugins/speech-recognize/speech-recognize.js +1 -1
- package/es5/plugins/speech-recognize/speech-recognize.min.js +1 -1
- package/esm/core/async/async.d.ts +1 -1
- package/esm/core/async/async.js +4 -0
- package/esm/core/constants.js +1 -1
- package/esm/core/helpers/string/ucfirst.js +1 -1
- package/esm/core/helpers/utils/index.d.ts +0 -1
- package/esm/core/helpers/utils/index.js +0 -1
- package/esm/core/selection/interface.d.ts +1 -1
- package/esm/core/ui/form/inputs/area/area.d.ts +1 -1
- package/esm/core/ui/form/inputs/area/area.js +1 -1
- package/esm/core/ui/form/inputs/checkbox/checkbox.d.ts +1 -1
- package/esm/core/ui/form/inputs/checkbox/checkbox.js +1 -1
- package/esm/core/ui/form/inputs/file/file.d.ts +1 -1
- package/esm/core/ui/form/inputs/file/file.js +1 -1
- package/esm/core/ui/form/inputs/index.d.ts +1 -1
- package/esm/core/ui/form/inputs/index.js +1 -1
- package/esm/core/ui/form/inputs/input/input.d.ts +1 -1
- package/esm/core/ui/form/inputs/input/input.js +1 -1
- package/esm/core/ui/form/inputs/select/select.d.ts +1 -1
- package/esm/core/ui/form/inputs/select/select.js +1 -1
- package/esm/modules/messages/messages.d.ts +28 -0
- package/esm/modules/messages/messages.js +28 -0
- package/esm/modules/table/table.d.ts +4 -2
- package/esm/modules/table/table.js +2 -0
- package/esm/modules/widget/color-picker/color-picker.d.ts +1 -1
- package/esm/modules/widget/color-picker/color-picker.js +1 -1
- package/esm/modules/widget/file-selector/file-selector.d.ts +1 -18
- package/esm/modules/widget/file-selector/file-selector.js +12 -19
- package/esm/modules/widget/tabs/tabs.d.ts +17 -6
- package/esm/modules/widget/tabs/tabs.js +17 -6
- package/package.json +1 -1
- package/types/core/async/async.d.ts +1 -1
- package/types/core/helpers/utils/index.d.ts +0 -1
- package/types/core/selection/interface.d.ts +1 -1
- package/types/core/ui/form/inputs/area/area.d.ts +1 -1
- package/types/core/ui/form/inputs/checkbox/checkbox.d.ts +1 -1
- package/types/core/ui/form/inputs/file/file.d.ts +1 -1
- package/types/core/ui/form/inputs/index.d.ts +1 -1
- package/types/core/ui/form/inputs/input/input.d.ts +1 -1
- package/types/core/ui/form/inputs/select/select.d.ts +1 -1
- package/types/modules/messages/messages.d.ts +28 -0
- package/types/modules/table/table.d.ts +4 -2
- package/types/modules/widget/color-picker/color-picker.d.ts +1 -1
- package/types/modules/widget/file-selector/file-selector.d.ts +1 -18
- package/types/modules/widget/tabs/tabs.d.ts +17 -6
- package/esm/core/helpers/utils/val.d.ts +0 -9
- package/esm/core/helpers/utils/val.js +0 -18
- package/types/core/helpers/utils/val.d.ts +0 -9
package/es2015/jodit.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* jodit - Jodit is awesome and usefully wysiwyg editor with filebrowser
|
|
3
3
|
* Author: Chupurnov <chupurnov@gmail.com> (https://xdsoft.net/jodit/)
|
|
4
|
-
* Version: v4.0.0-beta.
|
|
4
|
+
* Version: v4.0.0-beta.99
|
|
5
5
|
* Url: https://xdsoft.net/jodit/
|
|
6
6
|
* License(s): MIT
|
|
7
7
|
*/
|
|
@@ -1023,14 +1023,15 @@ Config.prototype.controls = {};
|
|
|
1023
1023
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
1024
1024
|
/* harmony export */ e: function() { return /* binding */ Async; }
|
|
1025
1025
|
/* harmony export */ });
|
|
1026
|
-
/* harmony import */ var
|
|
1027
|
-
/* harmony import */ var
|
|
1028
|
-
/* harmony import */ var
|
|
1029
|
-
/* harmony import */ var
|
|
1030
|
-
/* harmony import */ var
|
|
1031
|
-
/* harmony import */ var
|
|
1026
|
+
/* harmony import */ var jodit_core_helpers_async__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(78037);
|
|
1027
|
+
/* harmony import */ var jodit_core_helpers_checker_is_function__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(69099);
|
|
1028
|
+
/* harmony import */ var jodit_core_helpers_checker_is_plain_object__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(45564);
|
|
1029
|
+
/* harmony import */ var jodit_core_helpers_checker_is_promise__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(59862);
|
|
1030
|
+
/* harmony import */ var jodit_core_helpers_checker_is_string__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(2926);
|
|
1031
|
+
/* harmony import */ var jodit_core_helpers_checker_is_number__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(32952);
|
|
1032
1032
|
/* harmony import */ var jodit_core_helpers_utils_assert__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(52378);
|
|
1033
1033
|
/* harmony import */ var jodit_core_helpers_utils_assert__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(jodit_core_helpers_utils_assert__WEBPACK_IMPORTED_MODULE_0__);
|
|
1034
|
+
/* harmony import */ var jodit_core_helpers_checker_is_void__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(41240);
|
|
1034
1035
|
/* harmony import */ var jodit_core_constants__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(62924);
|
|
1035
1036
|
/*!
|
|
1036
1037
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
@@ -1045,6 +1046,7 @@ Config.prototype.controls = {};
|
|
|
1045
1046
|
|
|
1046
1047
|
|
|
1047
1048
|
|
|
1049
|
+
|
|
1048
1050
|
class Async {
|
|
1049
1051
|
constructor() {
|
|
1050
1052
|
var _a, _b, _c, _d, _e;
|
|
@@ -1077,14 +1079,17 @@ class Async {
|
|
|
1077
1079
|
return 0;
|
|
1078
1080
|
}
|
|
1079
1081
|
let options = {};
|
|
1080
|
-
if (
|
|
1082
|
+
if ((0,jodit_core_helpers_checker_is_void__WEBPACK_IMPORTED_MODULE_2__/* .isVoid */ .n)(timeout)) {
|
|
1083
|
+
timeout = 0;
|
|
1084
|
+
}
|
|
1085
|
+
if (!(0,jodit_core_helpers_checker_is_number__WEBPACK_IMPORTED_MODULE_3__/* .isNumber */ .h)(timeout)) {
|
|
1081
1086
|
options = timeout;
|
|
1082
1087
|
timeout = options.timeout || 0;
|
|
1083
1088
|
}
|
|
1084
1089
|
if (options.label) {
|
|
1085
1090
|
this.clearLabel(options.label);
|
|
1086
1091
|
}
|
|
1087
|
-
const timer = (0,
|
|
1092
|
+
const timer = (0,jodit_core_helpers_async__WEBPACK_IMPORTED_MODULE_4__/* .setTimeout */ .i)(callback, timeout, ...args), key = options.label || timer;
|
|
1088
1093
|
this.timers.set(key, timer);
|
|
1089
1094
|
this.__callbacks.set(key, callback);
|
|
1090
1095
|
return timer;
|
|
@@ -1100,16 +1105,16 @@ class Async {
|
|
|
1100
1105
|
}
|
|
1101
1106
|
clearLabel(label) {
|
|
1102
1107
|
if (label && this.timers.has(label)) {
|
|
1103
|
-
(0,
|
|
1108
|
+
(0,jodit_core_helpers_async__WEBPACK_IMPORTED_MODULE_4__/* .clearTimeout */ .g)(this.timers.get(label));
|
|
1104
1109
|
this.timers.delete(label);
|
|
1105
1110
|
this.__callbacks.delete(label);
|
|
1106
1111
|
}
|
|
1107
1112
|
}
|
|
1108
1113
|
clearTimeout(timerOrLabel) {
|
|
1109
|
-
if ((0,
|
|
1114
|
+
if ((0,jodit_core_helpers_checker_is_string__WEBPACK_IMPORTED_MODULE_5__/* .isString */ .H)(timerOrLabel)) {
|
|
1110
1115
|
return this.clearLabel(timerOrLabel);
|
|
1111
1116
|
}
|
|
1112
|
-
(0,
|
|
1117
|
+
(0,jodit_core_helpers_async__WEBPACK_IMPORTED_MODULE_4__/* .clearTimeout */ .g)(timerOrLabel);
|
|
1113
1118
|
this.timers.delete(timerOrLabel);
|
|
1114
1119
|
this.__callbacks.delete(timerOrLabel);
|
|
1115
1120
|
}
|
|
@@ -1138,7 +1143,7 @@ class Async {
|
|
|
1138
1143
|
promises.forEach(res => res());
|
|
1139
1144
|
promises.length = 0;
|
|
1140
1145
|
};
|
|
1141
|
-
(0,
|
|
1146
|
+
(0,jodit_core_helpers_checker_is_promise__WEBPACK_IMPORTED_MODULE_6__/* .isPromise */ .t)(res) ? res.finally(runPromises) : runPromises();
|
|
1142
1147
|
}
|
|
1143
1148
|
}
|
|
1144
1149
|
};
|
|
@@ -1151,12 +1156,12 @@ class Async {
|
|
|
1151
1156
|
if (!timer && firstCallImmediately) {
|
|
1152
1157
|
callFn(...args);
|
|
1153
1158
|
}
|
|
1154
|
-
(0,
|
|
1155
|
-
timer = this.setTimeout(() => callFn(...args), (0,
|
|
1159
|
+
(0,jodit_core_helpers_async__WEBPACK_IMPORTED_MODULE_4__/* .clearTimeout */ .g)(timer);
|
|
1160
|
+
timer = this.setTimeout(() => callFn(...args), (0,jodit_core_helpers_checker_is_function__WEBPACK_IMPORTED_MODULE_7__/* .isFunction */ .m)(timeout) ? timeout() : timeout);
|
|
1156
1161
|
this.timers.set(fn, timer);
|
|
1157
1162
|
}
|
|
1158
1163
|
};
|
|
1159
|
-
return (0,
|
|
1164
|
+
return (0,jodit_core_helpers_checker_is_plain_object__WEBPACK_IMPORTED_MODULE_8__/* .isPlainObject */ .P)(timeout) && timeout.promisify
|
|
1160
1165
|
? (...args) => {
|
|
1161
1166
|
const promise = this.promise(res => {
|
|
1162
1167
|
promises.push(res);
|
|
@@ -1217,7 +1222,7 @@ class Async {
|
|
|
1217
1222
|
if (needInvoke) {
|
|
1218
1223
|
fn(...lastArgs);
|
|
1219
1224
|
needInvoke = false;
|
|
1220
|
-
timer = this.setTimeout(callee, (0,
|
|
1225
|
+
timer = this.setTimeout(callee, (0,jodit_core_helpers_checker_is_function__WEBPACK_IMPORTED_MODULE_7__/* .isFunction */ .m)(timeout) ? timeout() : timeout);
|
|
1221
1226
|
this.timers.set(callee, timer);
|
|
1222
1227
|
}
|
|
1223
1228
|
else {
|
|
@@ -1300,7 +1305,7 @@ class Async {
|
|
|
1300
1305
|
clear() {
|
|
1301
1306
|
this.requestsIdle.forEach(key => this.cancelIdleCallback(key));
|
|
1302
1307
|
this.requestsRaf.forEach(key => this.cancelAnimationFrame(key));
|
|
1303
|
-
this.timers.forEach(key => (0,
|
|
1308
|
+
this.timers.forEach(key => (0,jodit_core_helpers_async__WEBPACK_IMPORTED_MODULE_4__/* .clearTimeout */ .g)(this.timers.get(key)));
|
|
1304
1309
|
this.timers.clear();
|
|
1305
1310
|
this.promisesRejections.forEach(reject => reject());
|
|
1306
1311
|
this.promisesRejections.clear();
|
|
@@ -1715,7 +1720,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
1715
1720
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
1716
1721
|
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
1717
1722
|
*/
|
|
1718
|
-
const APP_VERSION = "4.0.0-beta.
|
|
1723
|
+
const APP_VERSION = "4.0.0-beta.99";
|
|
1719
1724
|
// prettier-ignore
|
|
1720
1725
|
const ES = "es2015";
|
|
1721
1726
|
const IS_ES_MODERN = true;
|
|
@@ -7058,7 +7063,7 @@ function ucfirst(value) {
|
|
|
7058
7063
|
if (!value.length) {
|
|
7059
7064
|
return '';
|
|
7060
7065
|
}
|
|
7061
|
-
return value[0].toUpperCase() + value.
|
|
7066
|
+
return value[0].toUpperCase() + value.substring(1);
|
|
7062
7067
|
}
|
|
7063
7068
|
|
|
7064
7069
|
|
|
@@ -8216,8 +8221,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
8216
8221
|
/* harmony export */ reset: function() { return /* reexport safe */ _reset__WEBPACK_IMPORTED_MODULE_21__.m; },
|
|
8217
8222
|
/* harmony export */ resolveElement: function() { return /* reexport safe */ _selector__WEBPACK_IMPORTED_MODULE_23__.W2; },
|
|
8218
8223
|
/* harmony export */ scrollIntoViewIfNeeded: function() { return /* reexport safe */ _scroll_into_view__WEBPACK_IMPORTED_MODULE_22__.n; },
|
|
8219
|
-
/* harmony export */ set: function() { return /* reexport safe */ _set__WEBPACK_IMPORTED_MODULE_24__.t; }
|
|
8220
|
-
/* harmony export */ val: function() { return /* reexport safe */ _val__WEBPACK_IMPORTED_MODULE_27__.P; }
|
|
8224
|
+
/* harmony export */ set: function() { return /* reexport safe */ _set__WEBPACK_IMPORTED_MODULE_24__.t; }
|
|
8221
8225
|
/* harmony export */ });
|
|
8222
8226
|
/* harmony import */ var _align__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(13931);
|
|
8223
8227
|
/* harmony import */ var _attr__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(23144);
|
|
@@ -8250,7 +8254,6 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
8250
8254
|
/* harmony import */ var _set__WEBPACK_IMPORTED_MODULE_24__ = __webpack_require__(49155);
|
|
8251
8255
|
/* harmony import */ var _stack__WEBPACK_IMPORTED_MODULE_25__ = __webpack_require__(56114);
|
|
8252
8256
|
/* harmony import */ var _utils__WEBPACK_IMPORTED_MODULE_26__ = __webpack_require__(87398);
|
|
8253
|
-
/* harmony import */ var _val__WEBPACK_IMPORTED_MODULE_27__ = __webpack_require__(96416);
|
|
8254
8257
|
/*!
|
|
8255
8258
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
8256
8259
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
@@ -8286,7 +8289,6 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
8286
8289
|
|
|
8287
8290
|
|
|
8288
8291
|
|
|
8289
|
-
|
|
8290
8292
|
|
|
8291
8293
|
|
|
8292
8294
|
/***/ }),
|
|
@@ -9004,35 +9006,6 @@ const getDataTransfer = (event) => {
|
|
|
9004
9006
|
};
|
|
9005
9007
|
|
|
9006
9008
|
|
|
9007
|
-
/***/ }),
|
|
9008
|
-
|
|
9009
|
-
/***/ 96416:
|
|
9010
|
-
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
9011
|
-
|
|
9012
|
-
"use strict";
|
|
9013
|
-
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
9014
|
-
/* harmony export */ P: function() { return /* binding */ val; }
|
|
9015
|
-
/* harmony export */ });
|
|
9016
|
-
/*!
|
|
9017
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
9018
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
9019
|
-
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
9020
|
-
*/
|
|
9021
|
-
/**
|
|
9022
|
-
* @module helpers/utils
|
|
9023
|
-
*/
|
|
9024
|
-
const val = (elm, selector, value) => {
|
|
9025
|
-
const child = elm.querySelector(selector);
|
|
9026
|
-
if (!child) {
|
|
9027
|
-
return '';
|
|
9028
|
-
}
|
|
9029
|
-
if (value) {
|
|
9030
|
-
child.value = value;
|
|
9031
|
-
}
|
|
9032
|
-
return child.value;
|
|
9033
|
-
};
|
|
9034
|
-
|
|
9035
|
-
|
|
9036
9009
|
/***/ }),
|
|
9037
9010
|
|
|
9038
9011
|
/***/ 97800:
|
|
@@ -13738,7 +13711,7 @@ UIForm = (0,tslib__WEBPACK_IMPORTED_MODULE_5__/* .__decorate */ .gn)([
|
|
|
13738
13711
|
var UITextArea_1;
|
|
13739
13712
|
|
|
13740
13713
|
/**
|
|
13741
|
-
* @module ui/form
|
|
13714
|
+
* @module ui/form
|
|
13742
13715
|
*/
|
|
13743
13716
|
|
|
13744
13717
|
|
|
@@ -13788,7 +13761,7 @@ UITextArea = UITextArea_1 = (0,tslib__WEBPACK_IMPORTED_MODULE_1__/* .__decorate
|
|
|
13788
13761
|
var UICheckbox_1;
|
|
13789
13762
|
|
|
13790
13763
|
/**
|
|
13791
|
-
* @module ui/form
|
|
13764
|
+
* @module ui/form
|
|
13792
13765
|
*/
|
|
13793
13766
|
|
|
13794
13767
|
|
|
@@ -13873,7 +13846,7 @@ UICheckbox = UICheckbox_1 = (0,tslib__WEBPACK_IMPORTED_MODULE_3__/* .__decorate
|
|
|
13873
13846
|
*/
|
|
13874
13847
|
|
|
13875
13848
|
/**
|
|
13876
|
-
* @module ui/form
|
|
13849
|
+
* @module ui/form
|
|
13877
13850
|
*/
|
|
13878
13851
|
|
|
13879
13852
|
|
|
@@ -13943,7 +13916,7 @@ UIFileInput = (0,tslib__WEBPACK_IMPORTED_MODULE_2__/* .__decorate */ .gn)([
|
|
|
13943
13916
|
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
13944
13917
|
*/
|
|
13945
13918
|
/**
|
|
13946
|
-
* @module ui/form
|
|
13919
|
+
* @module ui/form
|
|
13947
13920
|
*/
|
|
13948
13921
|
|
|
13949
13922
|
|
|
@@ -13977,7 +13950,7 @@ UIFileInput = (0,tslib__WEBPACK_IMPORTED_MODULE_2__/* .__decorate */ .gn)([
|
|
|
13977
13950
|
var UIInput_1;
|
|
13978
13951
|
|
|
13979
13952
|
/**
|
|
13980
|
-
* @module ui/form
|
|
13953
|
+
* @module ui/form
|
|
13981
13954
|
*/
|
|
13982
13955
|
|
|
13983
13956
|
|
|
@@ -14218,7 +14191,7 @@ UIInput = UIInput_1 = (0,tslib__WEBPACK_IMPORTED_MODULE_7__/* .__decorate */ .gn
|
|
|
14218
14191
|
var UISelect_1;
|
|
14219
14192
|
|
|
14220
14193
|
/**
|
|
14221
|
-
* @module ui/form
|
|
14194
|
+
* @module ui/form
|
|
14222
14195
|
*/
|
|
14223
14196
|
|
|
14224
14197
|
|
|
@@ -21817,15 +21790,43 @@ let UIMessages = class UIMessages extends jodit_core_ui_group_group__WEBPACK_IMP
|
|
|
21817
21790
|
this.options = options;
|
|
21818
21791
|
this.__messages = new Set();
|
|
21819
21792
|
}
|
|
21793
|
+
/**
|
|
21794
|
+
* Show popup info message in the lower right corner of the container
|
|
21795
|
+
* ```js
|
|
21796
|
+
* const jodit = Jodit.make('#editor');
|
|
21797
|
+
* jodit.info('Hello world', 3000);
|
|
21798
|
+
* ```
|
|
21799
|
+
*/
|
|
21820
21800
|
info(text, timeout) {
|
|
21821
21801
|
this.__message(text, 'info', timeout);
|
|
21822
21802
|
}
|
|
21803
|
+
/**
|
|
21804
|
+
* Show popup success message in the lower right corner of the container
|
|
21805
|
+
* ```js
|
|
21806
|
+
* const jodit = Jodit.make('#editor');
|
|
21807
|
+
* jodit.success('Hello world', 3000);
|
|
21808
|
+
* ```
|
|
21809
|
+
*/
|
|
21823
21810
|
success(text, timeout) {
|
|
21824
21811
|
this.__message(text, 'success', timeout);
|
|
21825
21812
|
}
|
|
21813
|
+
/**
|
|
21814
|
+
* Show popup error message in the lower right corner of the container
|
|
21815
|
+
* ```js
|
|
21816
|
+
* const jodit = Jodit.make('#editor');
|
|
21817
|
+
* jodit.error('Hello world', 3000);
|
|
21818
|
+
* ```
|
|
21819
|
+
*/
|
|
21826
21820
|
error(text, timeout) {
|
|
21827
21821
|
this.__message(text, 'error', timeout);
|
|
21828
21822
|
}
|
|
21823
|
+
/**
|
|
21824
|
+
* Show popup message in the lower right corner of the container
|
|
21825
|
+
* ```js
|
|
21826
|
+
* const jodit = Jodit.make('#editor');
|
|
21827
|
+
* jodit.message('Hello world', 'info', 3000);
|
|
21828
|
+
* ```
|
|
21829
|
+
*/
|
|
21829
21830
|
message(text, variant, timeout) {
|
|
21830
21831
|
this.__message(text, variant, timeout);
|
|
21831
21832
|
}
|
|
@@ -22155,9 +22156,11 @@ class Table extends jodit_core_component__WEBPACK_IMPORTED_MODULE_3__/* .ViewCom
|
|
|
22155
22156
|
/**
|
|
22156
22157
|
* Inserts a new line after row what contains the selected cell
|
|
22157
22158
|
*
|
|
22159
|
+
* @param table - Working table
|
|
22158
22160
|
* @param line - Insert a new line after/before this
|
|
22159
22161
|
* line contains the selected cell
|
|
22160
22162
|
* @param after - Insert a new line after line contains the selected cell
|
|
22163
|
+
* @param create - Instance of Create class
|
|
22161
22164
|
*/
|
|
22162
22165
|
static appendRow(table, line, after, create) {
|
|
22163
22166
|
var _a;
|
|
@@ -24259,7 +24262,7 @@ jodit_core_ui__WEBPACK_IMPORTED_MODULE_1__/* .Icon */ .JO.set('palette', (_palet
|
|
|
24259
24262
|
* @param coldColor - Color value ex. #fff or rgb(123, 123, 123) or rgba(123, 123, 123, 1)
|
|
24260
24263
|
* @example
|
|
24261
24264
|
* ```javascript
|
|
24262
|
-
*
|
|
24265
|
+
* const tabs = TabsWidget(editor, {
|
|
24263
24266
|
* 'Text' : ColorPickerWidget(editor, function (color) {
|
|
24264
24267
|
* box.style.color = color;
|
|
24265
24268
|
* }, box.style.color),
|
|
@@ -24359,27 +24362,10 @@ const ColorPickerWidget = (editor, callback, coldColor) => {
|
|
|
24359
24362
|
* Generate 3 tabs
|
|
24360
24363
|
* upload - Use Drag and Drop
|
|
24361
24364
|
* url - By specifying the image url
|
|
24362
|
-
* filebrowser - After opening the file browser
|
|
24365
|
+
* filebrowser - After opening the file browser. In the absence of one of the parameters will be less tabs
|
|
24363
24366
|
*
|
|
24364
24367
|
* @param callbacks - Object with keys `url`, `upload` and `filebrowser`, values which are callback
|
|
24365
24368
|
* functions with different parameters
|
|
24366
|
-
*
|
|
24367
|
-
* @example
|
|
24368
|
-
* ```javascript
|
|
24369
|
-
* let widget = new Jodit.modules.Widget(editor);
|
|
24370
|
-
*
|
|
24371
|
-
* return widget.c('ImageSelector', {
|
|
24372
|
-
* url: function (url, alt) {
|
|
24373
|
-
* editor.selections.insertImage(url);
|
|
24374
|
-
* },
|
|
24375
|
-
* upload: function (images) {
|
|
24376
|
-
* editor.selections.insertImage(images[0]);
|
|
24377
|
-
* },
|
|
24378
|
-
* filebrowser: function (images) {
|
|
24379
|
-
* editor.selections.insertImage(images[0]);
|
|
24380
|
-
* }
|
|
24381
|
-
* }, image);
|
|
24382
|
-
* ```
|
|
24383
24369
|
*/
|
|
24384
24370
|
const FileSelectorWidget = (editor, callbacks, elm, close, isImage = true) => {
|
|
24385
24371
|
let currentImage;
|
|
@@ -24448,13 +24434,13 @@ const FileSelectorWidget = (editor, callbacks, elm, close, isImage = true) => {
|
|
|
24448
24434
|
!jodit_core_dom_dom__WEBPACK_IMPORTED_MODULE_1__/* .Dom */ .i.isText(elm) &&
|
|
24449
24435
|
(jodit_core_dom_dom__WEBPACK_IMPORTED_MODULE_1__/* .Dom */ .i.isTag(elm, 'img') || (0,jodit_core_helpers__WEBPACK_IMPORTED_MODULE_0__.$$)('img', elm).length)) {
|
|
24450
24436
|
currentImage = elm.tagName === 'IMG' ? elm : (0,jodit_core_helpers__WEBPACK_IMPORTED_MODULE_0__.$$)('img', elm)[0];
|
|
24451
|
-
|
|
24452
|
-
|
|
24437
|
+
val(form.container, 'input[name=url]', (0,jodit_core_helpers__WEBPACK_IMPORTED_MODULE_0__.attr)(currentImage, 'src'));
|
|
24438
|
+
val(form.container, 'input[name=text]', (0,jodit_core_helpers__WEBPACK_IMPORTED_MODULE_0__.attr)(currentImage, 'alt'));
|
|
24453
24439
|
button.state.text = 'Update';
|
|
24454
24440
|
}
|
|
24455
24441
|
if (elm && jodit_core_dom_dom__WEBPACK_IMPORTED_MODULE_1__/* .Dom */ .i.isTag(elm, 'a')) {
|
|
24456
|
-
|
|
24457
|
-
|
|
24442
|
+
val(form.container, 'input[name=url]', (0,jodit_core_helpers__WEBPACK_IMPORTED_MODULE_0__.attr)(elm, 'href'));
|
|
24443
|
+
val(form.container, 'input[name=text]', (0,jodit_core_helpers__WEBPACK_IMPORTED_MODULE_0__.attr)(elm, 'title'));
|
|
24458
24444
|
button.state.text = 'Update';
|
|
24459
24445
|
}
|
|
24460
24446
|
form.onSubmit(data => {
|
|
@@ -24470,6 +24456,16 @@ const FileSelectorWidget = (editor, callbacks, elm, close, isImage = true) => {
|
|
|
24470
24456
|
}
|
|
24471
24457
|
return (0,jodit_modules_widget_tabs_tabs__WEBPACK_IMPORTED_MODULE_3__/* .TabsWidget */ .I)(editor, tabs);
|
|
24472
24458
|
};
|
|
24459
|
+
function val(elm, selector, value) {
|
|
24460
|
+
const child = elm.querySelector(selector);
|
|
24461
|
+
if (!child) {
|
|
24462
|
+
return '';
|
|
24463
|
+
}
|
|
24464
|
+
if (value) {
|
|
24465
|
+
child.value = value;
|
|
24466
|
+
}
|
|
24467
|
+
return child.value;
|
|
24468
|
+
}
|
|
24473
24469
|
|
|
24474
24470
|
|
|
24475
24471
|
/***/ }),
|
|
@@ -24539,12 +24535,23 @@ const FileSelectorWidget = (editor, callbacks, elm, close, isImage = true) => {
|
|
|
24539
24535
|
*
|
|
24540
24536
|
* @example
|
|
24541
24537
|
* ```javascript
|
|
24542
|
-
*
|
|
24543
|
-
*
|
|
24544
|
-
*
|
|
24545
|
-
*
|
|
24546
|
-
*
|
|
24547
|
-
*
|
|
24538
|
+
* const editor = Jodit.make('#editor');
|
|
24539
|
+
* const tabs = Jodit.modules.TabsWidget(editor, [
|
|
24540
|
+
* { name: 'Images', content: '<div>Images</div>' },
|
|
24541
|
+
* {
|
|
24542
|
+
* name: 'Title 2',
|
|
24543
|
+
* content: editor.c.fromHTML('<div>Some content</div>')
|
|
24544
|
+
* },
|
|
24545
|
+
* {
|
|
24546
|
+
* name: 'Color Picker',
|
|
24547
|
+
* content: ColorPickerWidget(
|
|
24548
|
+
* editor,
|
|
24549
|
+
* function (color) {
|
|
24550
|
+
* box.style.color = color;
|
|
24551
|
+
* },
|
|
24552
|
+
* box.style.color
|
|
24553
|
+
* )
|
|
24554
|
+
* }
|
|
24548
24555
|
* ]);
|
|
24549
24556
|
* ```
|
|
24550
24557
|
*/
|