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/es2021.en/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
|
this.timers = new Map();
|
|
@@ -1078,14 +1080,17 @@ class Async {
|
|
|
1078
1080
|
return 0;
|
|
1079
1081
|
}
|
|
1080
1082
|
let options = {};
|
|
1081
|
-
if (
|
|
1083
|
+
if ((0,jodit_core_helpers_checker_is_void__WEBPACK_IMPORTED_MODULE_2__/* .isVoid */ .n)(timeout)) {
|
|
1084
|
+
timeout = 0;
|
|
1085
|
+
}
|
|
1086
|
+
if (!(0,jodit_core_helpers_checker_is_number__WEBPACK_IMPORTED_MODULE_3__/* .isNumber */ .h)(timeout)) {
|
|
1082
1087
|
options = timeout;
|
|
1083
1088
|
timeout = options.timeout || 0;
|
|
1084
1089
|
}
|
|
1085
1090
|
if (options.label) {
|
|
1086
1091
|
this.clearLabel(options.label);
|
|
1087
1092
|
}
|
|
1088
|
-
const timer = (0,
|
|
1093
|
+
const timer = (0,jodit_core_helpers_async__WEBPACK_IMPORTED_MODULE_4__/* .setTimeout */ .i)(callback, timeout, ...args), key = options.label || timer;
|
|
1089
1094
|
this.timers.set(key, timer);
|
|
1090
1095
|
this.__callbacks.set(key, callback);
|
|
1091
1096
|
return timer;
|
|
@@ -1101,16 +1106,16 @@ class Async {
|
|
|
1101
1106
|
}
|
|
1102
1107
|
clearLabel(label) {
|
|
1103
1108
|
if (label && this.timers.has(label)) {
|
|
1104
|
-
(0,
|
|
1109
|
+
(0,jodit_core_helpers_async__WEBPACK_IMPORTED_MODULE_4__/* .clearTimeout */ .g)(this.timers.get(label));
|
|
1105
1110
|
this.timers.delete(label);
|
|
1106
1111
|
this.__callbacks.delete(label);
|
|
1107
1112
|
}
|
|
1108
1113
|
}
|
|
1109
1114
|
clearTimeout(timerOrLabel) {
|
|
1110
|
-
if ((0,
|
|
1115
|
+
if ((0,jodit_core_helpers_checker_is_string__WEBPACK_IMPORTED_MODULE_5__/* .isString */ .H)(timerOrLabel)) {
|
|
1111
1116
|
return this.clearLabel(timerOrLabel);
|
|
1112
1117
|
}
|
|
1113
|
-
(0,
|
|
1118
|
+
(0,jodit_core_helpers_async__WEBPACK_IMPORTED_MODULE_4__/* .clearTimeout */ .g)(timerOrLabel);
|
|
1114
1119
|
this.timers.delete(timerOrLabel);
|
|
1115
1120
|
this.__callbacks.delete(timerOrLabel);
|
|
1116
1121
|
}
|
|
@@ -1139,7 +1144,7 @@ class Async {
|
|
|
1139
1144
|
promises.forEach(res => res());
|
|
1140
1145
|
promises.length = 0;
|
|
1141
1146
|
};
|
|
1142
|
-
(0,
|
|
1147
|
+
(0,jodit_core_helpers_checker_is_promise__WEBPACK_IMPORTED_MODULE_6__/* .isPromise */ .t)(res) ? res.finally(runPromises) : runPromises();
|
|
1143
1148
|
}
|
|
1144
1149
|
}
|
|
1145
1150
|
};
|
|
@@ -1152,12 +1157,12 @@ class Async {
|
|
|
1152
1157
|
if (!timer && firstCallImmediately) {
|
|
1153
1158
|
callFn(...args);
|
|
1154
1159
|
}
|
|
1155
|
-
(0,
|
|
1156
|
-
timer = this.setTimeout(() => callFn(...args), (0,
|
|
1160
|
+
(0,jodit_core_helpers_async__WEBPACK_IMPORTED_MODULE_4__/* .clearTimeout */ .g)(timer);
|
|
1161
|
+
timer = this.setTimeout(() => callFn(...args), (0,jodit_core_helpers_checker_is_function__WEBPACK_IMPORTED_MODULE_7__/* .isFunction */ .m)(timeout) ? timeout() : timeout);
|
|
1157
1162
|
this.timers.set(fn, timer);
|
|
1158
1163
|
}
|
|
1159
1164
|
};
|
|
1160
|
-
return (0,
|
|
1165
|
+
return (0,jodit_core_helpers_checker_is_plain_object__WEBPACK_IMPORTED_MODULE_8__/* .isPlainObject */ .P)(timeout) && timeout.promisify
|
|
1161
1166
|
? (...args) => {
|
|
1162
1167
|
const promise = this.promise(res => {
|
|
1163
1168
|
promises.push(res);
|
|
@@ -1218,7 +1223,7 @@ class Async {
|
|
|
1218
1223
|
if (needInvoke) {
|
|
1219
1224
|
fn(...lastArgs);
|
|
1220
1225
|
needInvoke = false;
|
|
1221
|
-
timer = this.setTimeout(callee, (0,
|
|
1226
|
+
timer = this.setTimeout(callee, (0,jodit_core_helpers_checker_is_function__WEBPACK_IMPORTED_MODULE_7__/* .isFunction */ .m)(timeout) ? timeout() : timeout);
|
|
1222
1227
|
this.timers.set(callee, timer);
|
|
1223
1228
|
}
|
|
1224
1229
|
else {
|
|
@@ -1301,7 +1306,7 @@ class Async {
|
|
|
1301
1306
|
clear() {
|
|
1302
1307
|
this.requestsIdle.forEach(key => this.cancelIdleCallback(key));
|
|
1303
1308
|
this.requestsRaf.forEach(key => this.cancelAnimationFrame(key));
|
|
1304
|
-
this.timers.forEach(key => (0,
|
|
1309
|
+
this.timers.forEach(key => (0,jodit_core_helpers_async__WEBPACK_IMPORTED_MODULE_4__/* .clearTimeout */ .g)(this.timers.get(key)));
|
|
1305
1310
|
this.timers.clear();
|
|
1306
1311
|
this.promisesRejections.forEach(reject => reject());
|
|
1307
1312
|
this.promisesRejections.clear();
|
|
@@ -1716,7 +1721,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
1716
1721
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
1717
1722
|
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
1718
1723
|
*/
|
|
1719
|
-
const APP_VERSION = "4.0.0-beta.
|
|
1724
|
+
const APP_VERSION = "4.0.0-beta.99";
|
|
1720
1725
|
// prettier-ignore
|
|
1721
1726
|
const ES = "es2021";
|
|
1722
1727
|
const IS_ES_MODERN = true;
|
|
@@ -7042,7 +7047,7 @@ function ucfirst(value) {
|
|
|
7042
7047
|
if (!value.length) {
|
|
7043
7048
|
return '';
|
|
7044
7049
|
}
|
|
7045
|
-
return value[0].toUpperCase() + value.
|
|
7050
|
+
return value[0].toUpperCase() + value.substring(1);
|
|
7046
7051
|
}
|
|
7047
7052
|
|
|
7048
7053
|
|
|
@@ -8197,8 +8202,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
8197
8202
|
/* harmony export */ reset: function() { return /* reexport safe */ _reset__WEBPACK_IMPORTED_MODULE_21__.m; },
|
|
8198
8203
|
/* harmony export */ resolveElement: function() { return /* reexport safe */ _selector__WEBPACK_IMPORTED_MODULE_23__.W2; },
|
|
8199
8204
|
/* harmony export */ scrollIntoViewIfNeeded: function() { return /* reexport safe */ _scroll_into_view__WEBPACK_IMPORTED_MODULE_22__.n; },
|
|
8200
|
-
/* harmony export */ set: function() { return /* reexport safe */ _set__WEBPACK_IMPORTED_MODULE_24__.t; }
|
|
8201
|
-
/* harmony export */ val: function() { return /* reexport safe */ _val__WEBPACK_IMPORTED_MODULE_27__.P; }
|
|
8205
|
+
/* harmony export */ set: function() { return /* reexport safe */ _set__WEBPACK_IMPORTED_MODULE_24__.t; }
|
|
8202
8206
|
/* harmony export */ });
|
|
8203
8207
|
/* harmony import */ var _align__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(13931);
|
|
8204
8208
|
/* harmony import */ var _attr__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(23144);
|
|
@@ -8231,7 +8235,6 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
8231
8235
|
/* harmony import */ var _set__WEBPACK_IMPORTED_MODULE_24__ = __webpack_require__(49155);
|
|
8232
8236
|
/* harmony import */ var _stack__WEBPACK_IMPORTED_MODULE_25__ = __webpack_require__(56114);
|
|
8233
8237
|
/* harmony import */ var _utils__WEBPACK_IMPORTED_MODULE_26__ = __webpack_require__(87398);
|
|
8234
|
-
/* harmony import */ var _val__WEBPACK_IMPORTED_MODULE_27__ = __webpack_require__(96416);
|
|
8235
8238
|
/*!
|
|
8236
8239
|
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
8237
8240
|
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
@@ -8267,7 +8270,6 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
8267
8270
|
|
|
8268
8271
|
|
|
8269
8272
|
|
|
8270
|
-
|
|
8271
8273
|
|
|
8272
8274
|
|
|
8273
8275
|
/***/ }),
|
|
@@ -8982,35 +8984,6 @@ const getDataTransfer = (event) => {
|
|
|
8982
8984
|
};
|
|
8983
8985
|
|
|
8984
8986
|
|
|
8985
|
-
/***/ }),
|
|
8986
|
-
|
|
8987
|
-
/***/ 96416:
|
|
8988
|
-
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
8989
|
-
|
|
8990
|
-
"use strict";
|
|
8991
|
-
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
8992
|
-
/* harmony export */ P: function() { return /* binding */ val; }
|
|
8993
|
-
/* harmony export */ });
|
|
8994
|
-
/*!
|
|
8995
|
-
* Jodit Editor (https://xdsoft.net/jodit/)
|
|
8996
|
-
* Released under MIT see LICENSE.txt in the project root for license information.
|
|
8997
|
-
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
8998
|
-
*/
|
|
8999
|
-
/**
|
|
9000
|
-
* @module helpers/utils
|
|
9001
|
-
*/
|
|
9002
|
-
const val = (elm, selector, value) => {
|
|
9003
|
-
const child = elm.querySelector(selector);
|
|
9004
|
-
if (!child) {
|
|
9005
|
-
return '';
|
|
9006
|
-
}
|
|
9007
|
-
if (value) {
|
|
9008
|
-
child.value = value;
|
|
9009
|
-
}
|
|
9010
|
-
return child.value;
|
|
9011
|
-
};
|
|
9012
|
-
|
|
9013
|
-
|
|
9014
8987
|
/***/ }),
|
|
9015
8988
|
|
|
9016
8989
|
/***/ 97800:
|
|
@@ -13720,7 +13693,7 @@ UIForm = (0,tslib__WEBPACK_IMPORTED_MODULE_5__/* .__decorate */ .gn)([
|
|
|
13720
13693
|
var UITextArea_1;
|
|
13721
13694
|
|
|
13722
13695
|
/**
|
|
13723
|
-
* @module ui/form
|
|
13696
|
+
* @module ui/form
|
|
13724
13697
|
*/
|
|
13725
13698
|
|
|
13726
13699
|
|
|
@@ -13774,7 +13747,7 @@ UITextArea = UITextArea_1 = (0,tslib__WEBPACK_IMPORTED_MODULE_1__/* .__decorate
|
|
|
13774
13747
|
var UICheckbox_1;
|
|
13775
13748
|
|
|
13776
13749
|
/**
|
|
13777
|
-
* @module ui/form
|
|
13750
|
+
* @module ui/form
|
|
13778
13751
|
*/
|
|
13779
13752
|
|
|
13780
13753
|
|
|
@@ -13863,7 +13836,7 @@ UICheckbox = UICheckbox_1 = (0,tslib__WEBPACK_IMPORTED_MODULE_3__/* .__decorate
|
|
|
13863
13836
|
*/
|
|
13864
13837
|
|
|
13865
13838
|
/**
|
|
13866
|
-
* @module ui/form
|
|
13839
|
+
* @module ui/form
|
|
13867
13840
|
*/
|
|
13868
13841
|
|
|
13869
13842
|
|
|
@@ -13940,7 +13913,7 @@ UIFileInput = (0,tslib__WEBPACK_IMPORTED_MODULE_2__/* .__decorate */ .gn)([
|
|
|
13940
13913
|
* Copyright (c) 2013-2023 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
|
|
13941
13914
|
*/
|
|
13942
13915
|
/**
|
|
13943
|
-
* @module ui/form
|
|
13916
|
+
* @module ui/form
|
|
13944
13917
|
*/
|
|
13945
13918
|
|
|
13946
13919
|
|
|
@@ -13974,7 +13947,7 @@ UIFileInput = (0,tslib__WEBPACK_IMPORTED_MODULE_2__/* .__decorate */ .gn)([
|
|
|
13974
13947
|
var UIInput_1;
|
|
13975
13948
|
|
|
13976
13949
|
/**
|
|
13977
|
-
* @module ui/form
|
|
13950
|
+
* @module ui/form
|
|
13978
13951
|
*/
|
|
13979
13952
|
|
|
13980
13953
|
|
|
@@ -14213,7 +14186,7 @@ UIInput = UIInput_1 = (0,tslib__WEBPACK_IMPORTED_MODULE_7__/* .__decorate */ .gn
|
|
|
14213
14186
|
var UISelect_1;
|
|
14214
14187
|
|
|
14215
14188
|
/**
|
|
14216
|
-
* @module ui/form
|
|
14189
|
+
* @module ui/form
|
|
14217
14190
|
*/
|
|
14218
14191
|
|
|
14219
14192
|
|
|
@@ -21807,15 +21780,43 @@ let UIMessages = class UIMessages extends jodit_core_ui_group_group__WEBPACK_IMP
|
|
|
21807
21780
|
this.options = options;
|
|
21808
21781
|
this.__messages = new Set();
|
|
21809
21782
|
}
|
|
21783
|
+
/**
|
|
21784
|
+
* Show popup info message in the lower right corner of the container
|
|
21785
|
+
* ```js
|
|
21786
|
+
* const jodit = Jodit.make('#editor');
|
|
21787
|
+
* jodit.info('Hello world', 3000);
|
|
21788
|
+
* ```
|
|
21789
|
+
*/
|
|
21810
21790
|
info(text, timeout) {
|
|
21811
21791
|
this.__message(text, 'info', timeout);
|
|
21812
21792
|
}
|
|
21793
|
+
/**
|
|
21794
|
+
* Show popup success message in the lower right corner of the container
|
|
21795
|
+
* ```js
|
|
21796
|
+
* const jodit = Jodit.make('#editor');
|
|
21797
|
+
* jodit.success('Hello world', 3000);
|
|
21798
|
+
* ```
|
|
21799
|
+
*/
|
|
21813
21800
|
success(text, timeout) {
|
|
21814
21801
|
this.__message(text, 'success', timeout);
|
|
21815
21802
|
}
|
|
21803
|
+
/**
|
|
21804
|
+
* Show popup error message in the lower right corner of the container
|
|
21805
|
+
* ```js
|
|
21806
|
+
* const jodit = Jodit.make('#editor');
|
|
21807
|
+
* jodit.error('Hello world', 3000);
|
|
21808
|
+
* ```
|
|
21809
|
+
*/
|
|
21816
21810
|
error(text, timeout) {
|
|
21817
21811
|
this.__message(text, 'error', timeout);
|
|
21818
21812
|
}
|
|
21813
|
+
/**
|
|
21814
|
+
* Show popup message in the lower right corner of the container
|
|
21815
|
+
* ```js
|
|
21816
|
+
* const jodit = Jodit.make('#editor');
|
|
21817
|
+
* jodit.message('Hello world', 'info', 3000);
|
|
21818
|
+
* ```
|
|
21819
|
+
*/
|
|
21819
21820
|
message(text, variant, timeout) {
|
|
21820
21821
|
this.__message(text, variant, timeout);
|
|
21821
21822
|
}
|
|
@@ -22143,9 +22144,11 @@ class Table extends jodit_core_component__WEBPACK_IMPORTED_MODULE_3__/* .ViewCom
|
|
|
22143
22144
|
/**
|
|
22144
22145
|
* Inserts a new line after row what contains the selected cell
|
|
22145
22146
|
*
|
|
22147
|
+
* @param table - Working table
|
|
22146
22148
|
* @param line - Insert a new line after/before this
|
|
22147
22149
|
* line contains the selected cell
|
|
22148
22150
|
* @param after - Insert a new line after line contains the selected cell
|
|
22151
|
+
* @param create - Instance of Create class
|
|
22149
22152
|
*/
|
|
22150
22153
|
static appendRow(table, line, after, create) {
|
|
22151
22154
|
let row;
|
|
@@ -24247,7 +24250,7 @@ jodit_core_ui__WEBPACK_IMPORTED_MODULE_1__/* .Icon */ .JO.set('palette', (_palet
|
|
|
24247
24250
|
* @param coldColor - Color value ex. #fff or rgb(123, 123, 123) or rgba(123, 123, 123, 1)
|
|
24248
24251
|
* @example
|
|
24249
24252
|
* ```javascript
|
|
24250
|
-
*
|
|
24253
|
+
* const tabs = TabsWidget(editor, {
|
|
24251
24254
|
* 'Text' : ColorPickerWidget(editor, function (color) {
|
|
24252
24255
|
* box.style.color = color;
|
|
24253
24256
|
* }, box.style.color),
|
|
@@ -24347,27 +24350,10 @@ const ColorPickerWidget = (editor, callback, coldColor) => {
|
|
|
24347
24350
|
* Generate 3 tabs
|
|
24348
24351
|
* upload - Use Drag and Drop
|
|
24349
24352
|
* url - By specifying the image url
|
|
24350
|
-
* filebrowser - After opening the file browser
|
|
24353
|
+
* filebrowser - After opening the file browser. In the absence of one of the parameters will be less tabs
|
|
24351
24354
|
*
|
|
24352
24355
|
* @param callbacks - Object with keys `url`, `upload` and `filebrowser`, values which are callback
|
|
24353
24356
|
* functions with different parameters
|
|
24354
|
-
*
|
|
24355
|
-
* @example
|
|
24356
|
-
* ```javascript
|
|
24357
|
-
* let widget = new Jodit.modules.Widget(editor);
|
|
24358
|
-
*
|
|
24359
|
-
* return widget.c('ImageSelector', {
|
|
24360
|
-
* url: function (url, alt) {
|
|
24361
|
-
* editor.selections.insertImage(url);
|
|
24362
|
-
* },
|
|
24363
|
-
* upload: function (images) {
|
|
24364
|
-
* editor.selections.insertImage(images[0]);
|
|
24365
|
-
* },
|
|
24366
|
-
* filebrowser: function (images) {
|
|
24367
|
-
* editor.selections.insertImage(images[0]);
|
|
24368
|
-
* }
|
|
24369
|
-
* }, image);
|
|
24370
|
-
* ```
|
|
24371
24357
|
*/
|
|
24372
24358
|
const FileSelectorWidget = (editor, callbacks, elm, close, isImage = true) => {
|
|
24373
24359
|
let currentImage;
|
|
@@ -24436,13 +24422,13 @@ const FileSelectorWidget = (editor, callbacks, elm, close, isImage = true) => {
|
|
|
24436
24422
|
!jodit_core_dom_dom__WEBPACK_IMPORTED_MODULE_1__/* .Dom */ .i.isText(elm) &&
|
|
24437
24423
|
(jodit_core_dom_dom__WEBPACK_IMPORTED_MODULE_1__/* .Dom */ .i.isTag(elm, 'img') || (0,jodit_core_helpers__WEBPACK_IMPORTED_MODULE_0__.$$)('img', elm).length)) {
|
|
24438
24424
|
currentImage = elm.tagName === 'IMG' ? elm : (0,jodit_core_helpers__WEBPACK_IMPORTED_MODULE_0__.$$)('img', elm)[0];
|
|
24439
|
-
|
|
24440
|
-
|
|
24425
|
+
val(form.container, 'input[name=url]', (0,jodit_core_helpers__WEBPACK_IMPORTED_MODULE_0__.attr)(currentImage, 'src'));
|
|
24426
|
+
val(form.container, 'input[name=text]', (0,jodit_core_helpers__WEBPACK_IMPORTED_MODULE_0__.attr)(currentImage, 'alt'));
|
|
24441
24427
|
button.state.text = 'Update';
|
|
24442
24428
|
}
|
|
24443
24429
|
if (elm && jodit_core_dom_dom__WEBPACK_IMPORTED_MODULE_1__/* .Dom */ .i.isTag(elm, 'a')) {
|
|
24444
|
-
|
|
24445
|
-
|
|
24430
|
+
val(form.container, 'input[name=url]', (0,jodit_core_helpers__WEBPACK_IMPORTED_MODULE_0__.attr)(elm, 'href'));
|
|
24431
|
+
val(form.container, 'input[name=text]', (0,jodit_core_helpers__WEBPACK_IMPORTED_MODULE_0__.attr)(elm, 'title'));
|
|
24446
24432
|
button.state.text = 'Update';
|
|
24447
24433
|
}
|
|
24448
24434
|
form.onSubmit(data => {
|
|
@@ -24458,6 +24444,16 @@ const FileSelectorWidget = (editor, callbacks, elm, close, isImage = true) => {
|
|
|
24458
24444
|
}
|
|
24459
24445
|
return (0,jodit_modules_widget_tabs_tabs__WEBPACK_IMPORTED_MODULE_3__/* .TabsWidget */ .I)(editor, tabs);
|
|
24460
24446
|
};
|
|
24447
|
+
function val(elm, selector, value) {
|
|
24448
|
+
const child = elm.querySelector(selector);
|
|
24449
|
+
if (!child) {
|
|
24450
|
+
return '';
|
|
24451
|
+
}
|
|
24452
|
+
if (value) {
|
|
24453
|
+
child.value = value;
|
|
24454
|
+
}
|
|
24455
|
+
return child.value;
|
|
24456
|
+
}
|
|
24461
24457
|
|
|
24462
24458
|
|
|
24463
24459
|
/***/ }),
|
|
@@ -24527,12 +24523,23 @@ const FileSelectorWidget = (editor, callbacks, elm, close, isImage = true) => {
|
|
|
24527
24523
|
*
|
|
24528
24524
|
* @example
|
|
24529
24525
|
* ```javascript
|
|
24530
|
-
*
|
|
24531
|
-
*
|
|
24532
|
-
*
|
|
24533
|
-
*
|
|
24534
|
-
*
|
|
24535
|
-
*
|
|
24526
|
+
* const editor = Jodit.make('#editor');
|
|
24527
|
+
* const tabs = Jodit.modules.TabsWidget(editor, [
|
|
24528
|
+
* { name: 'Images', content: '<div>Images</div>' },
|
|
24529
|
+
* {
|
|
24530
|
+
* name: 'Title 2',
|
|
24531
|
+
* content: editor.c.fromHTML('<div>Some content</div>')
|
|
24532
|
+
* },
|
|
24533
|
+
* {
|
|
24534
|
+
* name: 'Color Picker',
|
|
24535
|
+
* content: ColorPickerWidget(
|
|
24536
|
+
* editor,
|
|
24537
|
+
* function (color) {
|
|
24538
|
+
* box.style.color = color;
|
|
24539
|
+
* },
|
|
24540
|
+
* box.style.color
|
|
24541
|
+
* )
|
|
24542
|
+
* }
|
|
24536
24543
|
* ]);
|
|
24537
24544
|
* ```
|
|
24538
24545
|
*/
|