@syncfusion/ej2-vue-documenteditor 19.4.42 → 19.4.50
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 +121 -0
- package/dist/ej2-vue-documenteditor.umd.min.js +10 -1
- package/dist/global/ej2-vue-documenteditor.min.js +2 -2
- package/package.json +8 -8
- package/styles/bootstrap-dark.css +9 -5
- package/styles/bootstrap.css +9 -5
- package/styles/bootstrap4.css +9 -5
- package/styles/bootstrap5-dark.css +9 -5
- package/styles/bootstrap5.css +9 -5
- package/styles/document-editor/bootstrap-dark.css +2 -1
- package/styles/document-editor/bootstrap.css +2 -1
- package/styles/document-editor/bootstrap4.css +2 -1
- package/styles/document-editor/bootstrap5-dark.css +2 -1
- package/styles/document-editor/bootstrap5.css +2 -1
- package/styles/document-editor/fabric-dark.css +2 -1
- package/styles/document-editor/fabric.css +2 -1
- package/styles/document-editor/highcontrast.css +2 -1
- package/styles/document-editor/material-dark.css +2 -1
- package/styles/document-editor/material.css +2 -1
- package/styles/document-editor/tailwind-dark.css +2 -1
- package/styles/document-editor/tailwind.css +2 -1
- package/styles/document-editor-container/bootstrap-dark.css +7 -4
- package/styles/document-editor-container/bootstrap.css +7 -4
- package/styles/document-editor-container/bootstrap4.css +7 -4
- package/styles/document-editor-container/bootstrap5-dark.css +7 -4
- package/styles/document-editor-container/bootstrap5.css +7 -4
- package/styles/document-editor-container/fabric-dark.css +7 -4
- package/styles/document-editor-container/fabric.css +7 -4
- package/styles/document-editor-container/highcontrast-light.css +4 -1
- package/styles/document-editor-container/highcontrast.css +7 -4
- package/styles/document-editor-container/material-dark.css +7 -4
- package/styles/document-editor-container/material.css +7 -4
- package/styles/document-editor-container/tailwind-dark.css +4 -5
- package/styles/document-editor-container/tailwind.css +4 -5
- package/styles/fabric-dark.css +9 -5
- package/styles/fabric.css +9 -5
- package/styles/highcontrast-light.css +4 -1
- package/styles/highcontrast.css +9 -5
- package/styles/material-dark.css +9 -5
- package/styles/material.css +9 -5
- package/styles/tailwind-dark.css +6 -6
- package/styles/tailwind.css +6 -6
package/styles/tailwind-dark.css
CHANGED
|
@@ -2263,6 +2263,7 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
2263
2263
|
|
|
2264
2264
|
.e-de-font-color-label {
|
|
2265
2265
|
margin-bottom: 8px;
|
|
2266
|
+
margin-right: 12px;
|
|
2266
2267
|
margin-top: 12px;
|
|
2267
2268
|
}
|
|
2268
2269
|
|
|
@@ -2301,7 +2302,7 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
2301
2302
|
}
|
|
2302
2303
|
|
|
2303
2304
|
.e-de-font-checkbox {
|
|
2304
|
-
margin-
|
|
2305
|
+
margin-top: 8px;
|
|
2305
2306
|
}
|
|
2306
2307
|
|
|
2307
2308
|
.e-de-font-checkbox-transform {
|
|
@@ -4664,12 +4665,12 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
4664
4665
|
box-shadow: none;
|
|
4665
4666
|
float: right;
|
|
4666
4667
|
height: 33px;
|
|
4667
|
-
margin-left: calc(100% -
|
|
4668
|
+
margin-left: calc(100% - 420px);
|
|
4668
4669
|
width: 33px;
|
|
4669
4670
|
}
|
|
4670
4671
|
|
|
4671
4672
|
.e-bigger .e-btn-pageweb-spellcheck {
|
|
4672
|
-
margin-left: calc(100% -
|
|
4673
|
+
margin-left: calc(100% - 480px);
|
|
4673
4674
|
}
|
|
4674
4675
|
|
|
4675
4676
|
.e-de-ctn-title {
|
|
@@ -5458,7 +5459,6 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
5458
5459
|
font-size: 14px;
|
|
5459
5460
|
height: 100%;
|
|
5460
5461
|
padding-top: 8px;
|
|
5461
|
-
width: 110px;
|
|
5462
5462
|
}
|
|
5463
5463
|
|
|
5464
5464
|
.e-de-ctnr-pg-no span {
|
|
@@ -5495,7 +5495,7 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
5495
5495
|
color: #9ca3af;
|
|
5496
5496
|
float: right;
|
|
5497
5497
|
height: 34px;
|
|
5498
|
-
margin-left: calc(100% -
|
|
5498
|
+
margin-left: calc(100% - 420px);
|
|
5499
5499
|
}
|
|
5500
5500
|
|
|
5501
5501
|
.e-bigger .e-de-statusbar-zoom-spell {
|
|
@@ -5504,7 +5504,7 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
5504
5504
|
color: #9ca3af;
|
|
5505
5505
|
float: right;
|
|
5506
5506
|
height: 34px;
|
|
5507
|
-
margin-left: calc(100% -
|
|
5507
|
+
margin-left: calc(100% - 480px);
|
|
5508
5508
|
}
|
|
5509
5509
|
|
|
5510
5510
|
.e-de-btn-cancel {
|
package/styles/tailwind.css
CHANGED
|
@@ -2263,6 +2263,7 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
2263
2263
|
|
|
2264
2264
|
.e-de-font-color-label {
|
|
2265
2265
|
margin-bottom: 8px;
|
|
2266
|
+
margin-right: 12px;
|
|
2266
2267
|
margin-top: 12px;
|
|
2267
2268
|
}
|
|
2268
2269
|
|
|
@@ -2301,7 +2302,7 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
2301
2302
|
}
|
|
2302
2303
|
|
|
2303
2304
|
.e-de-font-checkbox {
|
|
2304
|
-
margin-
|
|
2305
|
+
margin-top: 8px;
|
|
2305
2306
|
}
|
|
2306
2307
|
|
|
2307
2308
|
.e-de-font-checkbox-transform {
|
|
@@ -4664,12 +4665,12 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
4664
4665
|
box-shadow: none;
|
|
4665
4666
|
float: right;
|
|
4666
4667
|
height: 33px;
|
|
4667
|
-
margin-left: calc(100% -
|
|
4668
|
+
margin-left: calc(100% - 420px);
|
|
4668
4669
|
width: 33px;
|
|
4669
4670
|
}
|
|
4670
4671
|
|
|
4671
4672
|
.e-bigger .e-btn-pageweb-spellcheck {
|
|
4672
|
-
margin-left: calc(100% -
|
|
4673
|
+
margin-left: calc(100% - 480px);
|
|
4673
4674
|
}
|
|
4674
4675
|
|
|
4675
4676
|
.e-de-ctn-title {
|
|
@@ -5458,7 +5459,6 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
5458
5459
|
font-size: 14px;
|
|
5459
5460
|
height: 100%;
|
|
5460
5461
|
padding-top: 8px;
|
|
5461
|
-
width: 110px;
|
|
5462
5462
|
}
|
|
5463
5463
|
|
|
5464
5464
|
.e-de-ctnr-pg-no span {
|
|
@@ -5495,7 +5495,7 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
5495
5495
|
color: #6b7280;
|
|
5496
5496
|
float: right;
|
|
5497
5497
|
height: 34px;
|
|
5498
|
-
margin-left: calc(100% -
|
|
5498
|
+
margin-left: calc(100% - 420px);
|
|
5499
5499
|
}
|
|
5500
5500
|
|
|
5501
5501
|
.e-bigger .e-de-statusbar-zoom-spell {
|
|
@@ -5504,7 +5504,7 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
5504
5504
|
color: #6b7280;
|
|
5505
5505
|
float: right;
|
|
5506
5506
|
height: 34px;
|
|
5507
|
-
margin-left: calc(100% -
|
|
5507
|
+
margin-left: calc(100% - 480px);
|
|
5508
5508
|
}
|
|
5509
5509
|
|
|
5510
5510
|
.e-de-btn-cancel {
|