jodit 4.2.37 → 4.2.38
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 +11 -5
- package/es2015/jodit.css +4 -3
- package/es2015/jodit.fat.min.css +1 -1
- package/es2015/jodit.fat.min.js +2 -2
- package/es2015/jodit.js +17 -3
- package/es2015/jodit.min.css +1 -1
- 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 +4 -3
- package/es2018/jodit.fat.min.css +1 -1
- package/es2018/jodit.fat.min.js +2 -2
- package/es2018/jodit.js +17 -3
- package/es2018/jodit.min.css +1 -1
- 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 +4 -3
- package/es2021/jodit.fat.min.css +1 -1
- package/es2021/jodit.fat.min.js +2 -2
- package/es2021/jodit.js +16 -3
- package/es2021/jodit.min.css +1 -1
- 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 +4 -3
- package/es2021.en/jodit.fat.min.css +1 -1
- package/es2021.en/jodit.fat.min.js +2 -2
- package/es2021.en/jodit.js +16 -3
- package/es2021.en/jodit.min.css +1 -1
- 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/164.fat.min.js +1 -1
- package/es5/164.min.js +1 -1
- package/es5/5.fat.min.js +1 -1
- package/es5/5.min.js +1 -1
- package/es5/jodit.css +4 -4
- package/es5/jodit.fat.min.css +1 -1
- package/es5/jodit.fat.min.js +2 -2
- package/es5/jodit.js +19 -3
- package/es5/jodit.min.css +3 -3
- 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/constants.js +1 -1
- package/esm/core/ui/form/form.js +1 -0
- package/esm/core/ui/form/inputs/input/input.d.ts +1 -0
- package/esm/core/ui/form/inputs/input/input.js +13 -1
- package/package.json +1 -1
- package/types/core/ui/form/inputs/input/input.d.ts +1 -0
package/CHANGELOG.md
CHANGED
|
@@ -9,6 +9,12 @@
|
|
|
9
9
|
> - :house: [Internal]
|
|
10
10
|
> - :nail_care: [Polish]
|
|
11
11
|
|
|
12
|
+
## 4.2.38
|
|
13
|
+
|
|
14
|
+
### :bug: Bug Fix
|
|
15
|
+
|
|
16
|
+
- Fixed behavior of form submit with its own validation
|
|
17
|
+
|
|
12
18
|
## 4.2.37
|
|
13
19
|
|
|
14
20
|
### :bug: Bug Fix
|
|
@@ -2853,11 +2859,11 @@ Related with https://github.com/xdan/jodit/issues/574. In some cases need to lim
|
|
|
2853
2859
|
- @property {IUIOption[]} link.selectOptionsClassName=[] The list of the option for the select (to use with
|
|
2854
2860
|
modeClassName="select")
|
|
2855
2861
|
- ex: [
|
|
2856
|
-
-
|
|
2857
|
-
-
|
|
2858
|
-
-
|
|
2859
|
-
-
|
|
2860
|
-
-
|
|
2862
|
+
- { value: "", text: "" },
|
|
2863
|
+
- { value: "val1", text: "text1" },
|
|
2864
|
+
- { value: "val2", text: "text2" },
|
|
2865
|
+
- { value: "val3", text: "text3" }
|
|
2866
|
+
- ]
|
|
2861
2867
|
PR: https://github.com/xdan/jodit/pull/577 Thanks @s-renier-taonix-fr
|
|
2862
2868
|
|
|
2863
2869
|
##### New option `statusbar: boolean = true`
|
package/es2015/jodit.css
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.2.
|
|
4
|
+
* Version: v4.2.38
|
|
5
5
|
* Url: https://xdsoft.net/jodit/
|
|
6
6
|
* License(s): MIT
|
|
7
7
|
*/
|
|
@@ -1237,6 +1237,7 @@
|
|
|
1237
1237
|
:root {
|
|
1238
1238
|
--jd-popup-box-shadow: 0 4px 1px -2px rgba(76, 76, 76, 0.2),
|
|
1239
1239
|
0 3px 3px 0 rgb(76 76 76 / 15%), 0 1px 4px 0 rgb(76 76 76 / 13%);
|
|
1240
|
+
--jd-popup-max-height: max(50vh, 350px);
|
|
1240
1241
|
}
|
|
1241
1242
|
.jodit-popup {
|
|
1242
1243
|
position: static;
|
|
@@ -1259,7 +1260,7 @@
|
|
|
1259
1260
|
font-family: var(--jd-font-default);
|
|
1260
1261
|
font-size: var(--jd-font-size-default);
|
|
1261
1262
|
overflow: auto;
|
|
1262
|
-
max-height:
|
|
1263
|
+
max-height: var(--jd-popup-max-height, 400px);
|
|
1263
1264
|
padding: var(--jd-padding-default);
|
|
1264
1265
|
background: var(--jd-color-background-default);
|
|
1265
1266
|
overflow-scrolling: touch;
|
|
@@ -2673,7 +2674,7 @@
|
|
|
2673
2674
|
font-family: var(--jd-font-default);
|
|
2674
2675
|
font-size: var(--jd-font-size-default);
|
|
2675
2676
|
overflow: auto;
|
|
2676
|
-
max-height:
|
|
2677
|
+
max-height: var(--jd-popup-max-height, 400px);
|
|
2677
2678
|
padding: var(--jd-padding-default);
|
|
2678
2679
|
background: var(--jd-color-background-default);
|
|
2679
2680
|
overflow-scrolling: touch;
|