@syncfusion/ej2-angular-documenteditor 19.3.48 → 19.3.56
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/@syncfusion/ej2-angular-documenteditor.es5.js.map +1 -1
- package/@syncfusion/ej2-angular-documenteditor.js.map +1 -1
- package/CHANGELOG.md +91 -0
- package/dist/ej2-angular-documenteditor.umd.js +1 -1
- package/dist/ej2-angular-documenteditor.umd.min.js +1 -1
- package/package.json +8 -8
- package/schematics/utils/lib-details.d.ts +2 -2
- package/schematics/utils/lib-details.js +2 -2
- package/schematics/utils/lib-details.ts +2 -2
- package/styles/bootstrap-dark.css +4 -4
- package/styles/bootstrap.css +4 -4
- package/styles/bootstrap4.css +5 -5
- package/styles/bootstrap5-dark.css +6 -6
- package/styles/bootstrap5.css +6 -6
- package/styles/document-editor-container/bootstrap-dark.css +4 -4
- package/styles/document-editor-container/bootstrap.css +4 -4
- package/styles/document-editor-container/bootstrap4.css +5 -5
- package/styles/document-editor-container/bootstrap5-dark.css +6 -6
- package/styles/document-editor-container/bootstrap5.css +6 -6
- package/styles/document-editor-container/fabric-dark.css +4 -4
- package/styles/document-editor-container/fabric.css +4 -4
- package/styles/document-editor-container/highcontrast-light.css +4 -4
- package/styles/document-editor-container/highcontrast.css +4 -4
- package/styles/document-editor-container/material-dark.css +4 -4
- package/styles/document-editor-container/material.css +4 -4
- package/styles/document-editor-container/tailwind-dark.css +4 -4
- package/styles/document-editor-container/tailwind.css +4 -4
- package/styles/fabric-dark.css +4 -4
- package/styles/fabric.css +4 -4
- package/styles/highcontrast-light.css +4 -4
- package/styles/highcontrast.css +4 -4
- package/styles/material-dark.css +4 -4
- package/styles/material.css +4 -4
- package/styles/tailwind-dark.css +4 -4
- package/styles/tailwind.css +4 -4
|
@@ -3304,8 +3304,8 @@ label[for='container_wholeWord'] {
|
|
|
3304
3304
|
}
|
|
3305
3305
|
|
|
3306
3306
|
.e-de-ctnr-properties-pane {
|
|
3307
|
-
display: -ms-
|
|
3308
|
-
display:
|
|
3307
|
+
display: -ms-flexbox;
|
|
3308
|
+
display: flex;
|
|
3309
3309
|
height: calc(100% - 38px);
|
|
3310
3310
|
width: 100%;
|
|
3311
3311
|
}
|
|
@@ -4268,8 +4268,8 @@ label[for='container_wholeWord'] {
|
|
|
4268
4268
|
}
|
|
4269
4269
|
|
|
4270
4270
|
.e-bigger .e-de-ctnr-properties-pane {
|
|
4271
|
-
display: -ms-
|
|
4272
|
-
display:
|
|
4271
|
+
display: -ms-flexbox;
|
|
4272
|
+
display: flex;
|
|
4273
4273
|
height: calc(100% - 38px);
|
|
4274
4274
|
width: 100%;
|
|
4275
4275
|
}
|
package/styles/highcontrast.css
CHANGED
|
@@ -4129,8 +4129,8 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
4129
4129
|
}
|
|
4130
4130
|
|
|
4131
4131
|
.e-de-ctnr-properties-pane {
|
|
4132
|
-
display: -ms-
|
|
4133
|
-
display:
|
|
4132
|
+
display: -ms-flexbox;
|
|
4133
|
+
display: flex;
|
|
4134
4134
|
height: calc(100% - 40px);
|
|
4135
4135
|
width: 100%;
|
|
4136
4136
|
}
|
|
@@ -5102,8 +5102,8 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
5102
5102
|
}
|
|
5103
5103
|
|
|
5104
5104
|
.e-bigger .e-de-ctnr-properties-pane {
|
|
5105
|
-
display: -ms-
|
|
5106
|
-
display:
|
|
5105
|
+
display: -ms-flexbox;
|
|
5106
|
+
display: flex;
|
|
5107
5107
|
height: calc(100% - 40px);
|
|
5108
5108
|
width: 100%;
|
|
5109
5109
|
}
|
package/styles/material-dark.css
CHANGED
|
@@ -4125,8 +4125,8 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
4125
4125
|
}
|
|
4126
4126
|
|
|
4127
4127
|
.e-de-ctnr-properties-pane {
|
|
4128
|
-
display: -ms-
|
|
4129
|
-
display:
|
|
4128
|
+
display: -ms-flexbox;
|
|
4129
|
+
display: flex;
|
|
4130
4130
|
height: calc(100% - 40px);
|
|
4131
4131
|
width: 100%;
|
|
4132
4132
|
}
|
|
@@ -5089,8 +5089,8 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
5089
5089
|
}
|
|
5090
5090
|
|
|
5091
5091
|
.e-bigger .e-de-ctnr-properties-pane {
|
|
5092
|
-
display: -ms-
|
|
5093
|
-
display:
|
|
5092
|
+
display: -ms-flexbox;
|
|
5093
|
+
display: flex;
|
|
5094
5094
|
height: calc(100% - 40px);
|
|
5095
5095
|
width: 100%;
|
|
5096
5096
|
}
|
package/styles/material.css
CHANGED
|
@@ -4125,8 +4125,8 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
4125
4125
|
}
|
|
4126
4126
|
|
|
4127
4127
|
.e-de-ctnr-properties-pane {
|
|
4128
|
-
display: -ms-
|
|
4129
|
-
display:
|
|
4128
|
+
display: -ms-flexbox;
|
|
4129
|
+
display: flex;
|
|
4130
4130
|
height: calc(100% - 40px);
|
|
4131
4131
|
width: 100%;
|
|
4132
4132
|
}
|
|
@@ -5094,8 +5094,8 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
5094
5094
|
}
|
|
5095
5095
|
|
|
5096
5096
|
.e-bigger .e-de-ctnr-properties-pane {
|
|
5097
|
-
display: -ms-
|
|
5098
|
-
display:
|
|
5097
|
+
display: -ms-flexbox;
|
|
5098
|
+
display: flex;
|
|
5099
5099
|
height: calc(100% - 40px);
|
|
5100
5100
|
width: 100%;
|
|
5101
5101
|
}
|
package/styles/tailwind-dark.css
CHANGED
|
@@ -4715,8 +4715,8 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
4715
4715
|
}
|
|
4716
4716
|
|
|
4717
4717
|
.e-de-ctnr-properties-pane {
|
|
4718
|
-
display: -ms-
|
|
4719
|
-
display:
|
|
4718
|
+
display: -ms-flexbox;
|
|
4719
|
+
display: flex;
|
|
4720
4720
|
height: calc(100% - 38px);
|
|
4721
4721
|
width: 100%;
|
|
4722
4722
|
}
|
|
@@ -5739,8 +5739,8 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
5739
5739
|
}
|
|
5740
5740
|
|
|
5741
5741
|
.e-bigger .e-de-ctnr-properties-pane {
|
|
5742
|
-
display: -ms-
|
|
5743
|
-
display:
|
|
5742
|
+
display: -ms-flexbox;
|
|
5743
|
+
display: flex;
|
|
5744
5744
|
height: calc(100% - 38px);
|
|
5745
5745
|
width: 100%;
|
|
5746
5746
|
}
|
package/styles/tailwind.css
CHANGED
|
@@ -4715,8 +4715,8 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
4715
4715
|
}
|
|
4716
4716
|
|
|
4717
4717
|
.e-de-ctnr-properties-pane {
|
|
4718
|
-
display: -ms-
|
|
4719
|
-
display:
|
|
4718
|
+
display: -ms-flexbox;
|
|
4719
|
+
display: flex;
|
|
4720
4720
|
height: calc(100% - 38px);
|
|
4721
4721
|
width: 100%;
|
|
4722
4722
|
}
|
|
@@ -5739,8 +5739,8 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
5739
5739
|
}
|
|
5740
5740
|
|
|
5741
5741
|
.e-bigger .e-de-ctnr-properties-pane {
|
|
5742
|
-
display: -ms-
|
|
5743
|
-
display:
|
|
5742
|
+
display: -ms-flexbox;
|
|
5743
|
+
display: flex;
|
|
5744
5744
|
height: calc(100% - 38px);
|
|
5745
5745
|
width: 100%;
|
|
5746
5746
|
}
|