jodit 4.9.19 → 4.10.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.
- package/CHANGELOG.md +7 -0
- package/es2015/jodit.css +17 -5
- package/es2015/jodit.fat.min.css +1 -1
- package/es2015/jodit.fat.min.js +3 -3
- package/es2015/jodit.js +47 -37
- package/es2015/jodit.min.css +1 -1
- package/es2015/jodit.min.js +3 -3
- 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.fat.min.css +1 -1
- package/es2018/jodit.fat.min.js +3 -3
- package/es2018/jodit.min.css +1 -1
- package/es2018/jodit.min.js +3 -3
- package/es2018/plugins/debug/debug.min.js +1 -1
- package/es2018/plugins/speech-recognize/speech-recognize.min.js +1 -1
- package/es2021/jodit.css +17 -5
- package/es2021/jodit.fat.min.css +1 -1
- package/es2021/jodit.fat.min.js +4 -4
- package/es2021/jodit.js +47 -37
- package/es2021/jodit.min.css +1 -1
- package/es2021/jodit.min.js +4 -4
- 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 +17 -5
- package/es2021.en/jodit.fat.min.css +1 -1
- package/es2021.en/jodit.fat.min.js +4 -4
- package/es2021.en/jodit.js +47 -37
- package/es2021.en/jodit.min.css +1 -1
- package/es2021.en/jodit.min.js +4 -4
- 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/jodit.css +47 -5
- package/es5/jodit.fat.min.css +1 -1
- package/es5/jodit.fat.min.js +2 -2
- package/es5/jodit.js +47 -37
- package/es5/jodit.min.css +3 -3
- 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/es5/polyfills.fat.min.js +1 -1
- package/es5/polyfills.js +1 -1
- package/es5/polyfills.min.js +1 -1
- package/esm/core/constants.js +1 -1
- package/esm/plugins/inline-popup/config/config.js +9 -0
- package/esm/plugins/inline-popup/config/items/cells.js +1 -1
- package/package.json +1 -1
package/es5/jodit.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.
|
|
4
|
+
* Version: v4.10.2
|
|
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.
|
|
11
|
+
* Version: v4.10.2
|
|
12
12
|
* Url: https://xdsoft.net/jodit/
|
|
13
13
|
* License(s): MIT
|
|
14
14
|
*/
|
|
@@ -4779,13 +4779,47 @@ html.jodit_fullsize-box_true {
|
|
|
4779
4779
|
margin: 0 0 8px;
|
|
4780
4780
|
background-color: #f5f5f6;
|
|
4781
4781
|
}
|
|
4782
|
+
.jodit-ui-image-position-tab .jodit-properties_image_view {
|
|
4783
|
+
display: -webkit-box;
|
|
4784
|
+
display: -ms-flexbox;
|
|
4785
|
+
display: flex;
|
|
4786
|
+
height: 180px;
|
|
4787
|
+
-webkit-box-align: center;
|
|
4788
|
+
-ms-flex-align: center;
|
|
4789
|
+
align-items: center;
|
|
4790
|
+
-webkit-box-pack: center;
|
|
4791
|
+
-ms-flex-pack: center;
|
|
4792
|
+
justify-content: center;
|
|
4793
|
+
padding: 0;
|
|
4794
|
+
margin: 0 0 8px;
|
|
4795
|
+
background-color: #f5f5f6;
|
|
4796
|
+
}
|
|
4797
|
+
.jodit-ui-image-properties-form .jodit-properties_image_view {
|
|
4798
|
+
display: -webkit-box;
|
|
4799
|
+
display: -ms-flexbox;
|
|
4800
|
+
display: flex;
|
|
4801
|
+
height: 180px;
|
|
4802
|
+
-webkit-box-align: center;
|
|
4803
|
+
-ms-flex-align: center;
|
|
4804
|
+
align-items: center;
|
|
4805
|
+
-webkit-box-pack: center;
|
|
4806
|
+
-ms-flex-pack: center;
|
|
4807
|
+
justify-content: center;
|
|
4808
|
+
padding: 0;
|
|
4809
|
+
margin: 0 0 8px;
|
|
4810
|
+
background-color: #f5f5f6;
|
|
4811
|
+
}
|
|
4782
4812
|
.jodit-ui-image-position-tab__imageView img,
|
|
4783
|
-
.jodit-ui-image-properties-form__imageView img
|
|
4813
|
+
.jodit-ui-image-properties-form__imageView img,
|
|
4814
|
+
.jodit-ui-image-position-tab .jodit-properties_image_view img,
|
|
4815
|
+
.jodit-ui-image-properties-form .jodit-properties_image_view img {
|
|
4784
4816
|
max-width: 100%;
|
|
4785
4817
|
max-height: 100%;
|
|
4786
4818
|
}
|
|
4787
4819
|
.jodit-ui-image-position-tab__imageSizes.jodit-form__group,
|
|
4788
|
-
.jodit-ui-image-properties-form__imageSizes.jodit-form__group
|
|
4820
|
+
.jodit-ui-image-properties-form__imageSizes.jodit-form__group,
|
|
4821
|
+
.jodit-ui-image-position-tab .jodit-properties_image_sizes.jodit-form__group,
|
|
4822
|
+
.jodit-ui-image-properties-form .jodit-properties_image_sizes.jodit-form__group {
|
|
4789
4823
|
min-width: auto;
|
|
4790
4824
|
-webkit-box-orient: horizontal;
|
|
4791
4825
|
-webkit-box-direction: normal;
|
|
@@ -4798,7 +4832,9 @@ html.jodit_fullsize-box_true {
|
|
|
4798
4832
|
margin: 0;
|
|
4799
4833
|
}
|
|
4800
4834
|
.jodit-ui-image-position-tab__imageSizes.jodit-form__group a,
|
|
4801
|
-
.jodit-ui-image-properties-form__imageSizes.jodit-form__group a
|
|
4835
|
+
.jodit-ui-image-properties-form__imageSizes.jodit-form__group a,
|
|
4836
|
+
.jodit-ui-image-position-tab .jodit-properties_image_sizes.jodit-form__group a,
|
|
4837
|
+
.jodit-ui-image-properties-form .jodit-properties_image_sizes.jodit-form__group a {
|
|
4802
4838
|
display: inline-block;
|
|
4803
4839
|
cursor: pointer;
|
|
4804
4840
|
}
|
|
@@ -4818,6 +4854,12 @@ html.jodit_fullsize-box_true {
|
|
|
4818
4854
|
.jodit_theme_dark .jodit-ui-image-properties-form__imageView {
|
|
4819
4855
|
background-color: #575757;
|
|
4820
4856
|
}
|
|
4857
|
+
.jodit-dialog_theme_dark .jodit-properties_image_view {
|
|
4858
|
+
background-color: #575757;
|
|
4859
|
+
}
|
|
4860
|
+
.jodit_theme_dark .jodit-properties_image_view {
|
|
4861
|
+
background-color: #575757;
|
|
4862
|
+
}
|
|
4821
4863
|
.jodit-ui-image-properties-form_lock_true::before {
|
|
4822
4864
|
content: '';
|
|
4823
4865
|
left: 0;
|