jodit-pro-react 5.4.30 → 5.4.31
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.
|
@@ -3852,7 +3852,9 @@ html.jodit_fullsize-box_true {
|
|
|
3852
3852
|
.jodit-ui-image-properties-form__view-box {
|
|
3853
3853
|
padding: var(--jd-padding-default);
|
|
3854
3854
|
}
|
|
3855
|
+
.jodit-ui-image-position-tab .jodit-properties_image_view,
|
|
3855
3856
|
.jodit-ui-image-position-tab__imageView,
|
|
3857
|
+
.jodit-ui-image-properties-form .jodit-properties_image_view,
|
|
3856
3858
|
.jodit-ui-image-properties-form__imageView {
|
|
3857
3859
|
align-items: center;
|
|
3858
3860
|
background-color: var(--jd-color-background-light-gray);
|
|
@@ -3862,12 +3864,16 @@ html.jodit_fullsize-box_true {
|
|
|
3862
3864
|
margin: 0 0 var(--jd-padding-default);
|
|
3863
3865
|
padding: 0;
|
|
3864
3866
|
}
|
|
3867
|
+
.jodit-ui-image-position-tab .jodit-properties_image_view img,
|
|
3865
3868
|
.jodit-ui-image-position-tab__imageView img,
|
|
3869
|
+
.jodit-ui-image-properties-form .jodit-properties_image_view img,
|
|
3866
3870
|
.jodit-ui-image-properties-form__imageView img {
|
|
3867
3871
|
max-height: 100%;
|
|
3868
3872
|
max-width: 100%;
|
|
3869
3873
|
}
|
|
3874
|
+
.jodit-ui-image-position-tab .jodit-properties_image_sizes.jodit-form__group,
|
|
3870
3875
|
.jodit-ui-image-position-tab__imageSizes.jodit-form__group,
|
|
3876
|
+
.jodit-ui-image-properties-form .jodit-properties_image_sizes.jodit-form__group,
|
|
3871
3877
|
.jodit-ui-image-properties-form__imageSizes.jodit-form__group {
|
|
3872
3878
|
align-items: center;
|
|
3873
3879
|
flex-direction: row;
|
|
@@ -3875,7 +3881,9 @@ html.jodit_fullsize-box_true {
|
|
|
3875
3881
|
min-width: auto;
|
|
3876
3882
|
padding: 0;
|
|
3877
3883
|
}
|
|
3884
|
+
.jodit-ui-image-position-tab .jodit-properties_image_sizes.jodit-form__group a,
|
|
3878
3885
|
.jodit-ui-image-position-tab__imageSizes.jodit-form__group a,
|
|
3886
|
+
.jodit-ui-image-properties-form .jodit-properties_image_sizes.jodit-form__group a,
|
|
3879
3887
|
.jodit-ui-image-properties-form__imageSizes.jodit-form__group a {
|
|
3880
3888
|
cursor: pointer;
|
|
3881
3889
|
display: inline-block;
|
|
@@ -3888,7 +3896,9 @@ html.jodit_fullsize-box_true {
|
|
|
3888
3896
|
.jodit-ui-image-properties-form__tabsBox {
|
|
3889
3897
|
padding: 0 var(--jd-padding-default);
|
|
3890
3898
|
}
|
|
3899
|
+
.jodit-dialog_theme_dark .jodit-properties_image_view,
|
|
3891
3900
|
.jodit-dialog_theme_dark .jodit-ui-image-properties-form__imageView,
|
|
3901
|
+
.jodit_theme_dark .jodit-properties_image_view,
|
|
3892
3902
|
.jodit_theme_dark .jodit-ui-image-properties-form__imageView {
|
|
3893
3903
|
background-color: var(--jd-dark-background-color);
|
|
3894
3904
|
}
|
|
@@ -182,7 +182,7 @@ var APP_VERSION, ES, IS_ES_MODERN, IS_ES_NEXT, IS_PROD, IS_TEST, FAT_MODE, HOMEP
|
|
|
182
182
|
var init_constants = __esm({
|
|
183
183
|
"node_modules/jodit/esm/core/constants.js"() {
|
|
184
184
|
"use strict";
|
|
185
|
-
APP_VERSION = "4.
|
|
185
|
+
APP_VERSION = "4.10.2";
|
|
186
186
|
ES = "es2020";
|
|
187
187
|
IS_ES_MODERN = true;
|
|
188
188
|
IS_ES_NEXT = true;
|
|
@@ -23315,6 +23315,7 @@ init_helpers();
|
|
|
23315
23315
|
init_plugin2();
|
|
23316
23316
|
|
|
23317
23317
|
// node_modules/jodit/esm/plugins/inline-popup/config/config.js
|
|
23318
|
+
init_checker();
|
|
23318
23319
|
init_config();
|
|
23319
23320
|
|
|
23320
23321
|
// node_modules/jodit/esm/plugins/inline-popup/config/items/a.js
|
|
@@ -23413,7 +23414,7 @@ var cells_default = [
|
|
|
23413
23414
|
tooltip: "Add row"
|
|
23414
23415
|
},
|
|
23415
23416
|
{
|
|
23416
|
-
name: "
|
|
23417
|
+
name: "deleteTable",
|
|
23417
23418
|
icon: "bin",
|
|
23418
23419
|
list: {
|
|
23419
23420
|
tablebin: "Delete table",
|
|
@@ -23568,6 +23569,11 @@ Config.prototype.toolbarInlineForSelection = false;
|
|
|
23568
23569
|
Config.prototype.toolbarInlineDisableFor = [];
|
|
23569
23570
|
Config.prototype.toolbarInlineDisabledButtons = ["source"];
|
|
23570
23571
|
Icon.set("addcolumn", addcolumn_svg_default).set("addrow", addrow_svg_default).set("merge", merge_svg_default).set("th", th_svg_default).set("splitg", splitg_svg_default).set("splitv", splitv_svg_default).set("th-list", th_list_svg_default);
|
|
23572
|
+
cells_default.forEach((item) => {
|
|
23573
|
+
if (!isString(item) && item.name && !Config.prototype.controls[item.name]) {
|
|
23574
|
+
Config.prototype.controls[item.name] = item;
|
|
23575
|
+
}
|
|
23576
|
+
});
|
|
23571
23577
|
Config.prototype.popup = {
|
|
23572
23578
|
a: a_default,
|
|
23573
23579
|
img: img_default,
|
package/build/esm/index.css
CHANGED
|
@@ -3852,7 +3852,9 @@ html.jodit_fullsize-box_true {
|
|
|
3852
3852
|
.jodit-ui-image-properties-form__view-box {
|
|
3853
3853
|
padding: var(--jd-padding-default);
|
|
3854
3854
|
}
|
|
3855
|
+
.jodit-ui-image-position-tab .jodit-properties_image_view,
|
|
3855
3856
|
.jodit-ui-image-position-tab__imageView,
|
|
3857
|
+
.jodit-ui-image-properties-form .jodit-properties_image_view,
|
|
3856
3858
|
.jodit-ui-image-properties-form__imageView {
|
|
3857
3859
|
align-items: center;
|
|
3858
3860
|
background-color: var(--jd-color-background-light-gray);
|
|
@@ -3862,12 +3864,16 @@ html.jodit_fullsize-box_true {
|
|
|
3862
3864
|
margin: 0 0 var(--jd-padding-default);
|
|
3863
3865
|
padding: 0;
|
|
3864
3866
|
}
|
|
3867
|
+
.jodit-ui-image-position-tab .jodit-properties_image_view img,
|
|
3865
3868
|
.jodit-ui-image-position-tab__imageView img,
|
|
3869
|
+
.jodit-ui-image-properties-form .jodit-properties_image_view img,
|
|
3866
3870
|
.jodit-ui-image-properties-form__imageView img {
|
|
3867
3871
|
max-height: 100%;
|
|
3868
3872
|
max-width: 100%;
|
|
3869
3873
|
}
|
|
3874
|
+
.jodit-ui-image-position-tab .jodit-properties_image_sizes.jodit-form__group,
|
|
3870
3875
|
.jodit-ui-image-position-tab__imageSizes.jodit-form__group,
|
|
3876
|
+
.jodit-ui-image-properties-form .jodit-properties_image_sizes.jodit-form__group,
|
|
3871
3877
|
.jodit-ui-image-properties-form__imageSizes.jodit-form__group {
|
|
3872
3878
|
align-items: center;
|
|
3873
3879
|
flex-direction: row;
|
|
@@ -3875,7 +3881,9 @@ html.jodit_fullsize-box_true {
|
|
|
3875
3881
|
min-width: auto;
|
|
3876
3882
|
padding: 0;
|
|
3877
3883
|
}
|
|
3884
|
+
.jodit-ui-image-position-tab .jodit-properties_image_sizes.jodit-form__group a,
|
|
3878
3885
|
.jodit-ui-image-position-tab__imageSizes.jodit-form__group a,
|
|
3886
|
+
.jodit-ui-image-properties-form .jodit-properties_image_sizes.jodit-form__group a,
|
|
3879
3887
|
.jodit-ui-image-properties-form__imageSizes.jodit-form__group a {
|
|
3880
3888
|
cursor: pointer;
|
|
3881
3889
|
display: inline-block;
|
|
@@ -3888,7 +3896,9 @@ html.jodit_fullsize-box_true {
|
|
|
3888
3896
|
.jodit-ui-image-properties-form__tabsBox {
|
|
3889
3897
|
padding: 0 var(--jd-padding-default);
|
|
3890
3898
|
}
|
|
3899
|
+
.jodit-dialog_theme_dark .jodit-properties_image_view,
|
|
3891
3900
|
.jodit-dialog_theme_dark .jodit-ui-image-properties-form__imageView,
|
|
3901
|
+
.jodit_theme_dark .jodit-properties_image_view,
|
|
3892
3902
|
.jodit_theme_dark .jodit-ui-image-properties-form__imageView {
|
|
3893
3903
|
background-color: var(--jd-dark-background-color);
|
|
3894
3904
|
}
|