@syncfusion/ej2-vue-documenteditor 19.3.53 → 19.4.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 +109 -0
- package/dist/ej2-vue-documenteditor.umd.min.js +1 -1
- package/dist/es6/ej2-vue-documenteditor.es2015.js +2 -2
- package/dist/es6/ej2-vue-documenteditor.es2015.js.map +1 -1
- package/dist/es6/ej2-vue-documenteditor.es5.js +2 -2
- package/dist/es6/ej2-vue-documenteditor.es5.js.map +1 -1
- package/dist/global/ej2-vue-documenteditor.min.js +2 -2
- package/package.json +8 -8
- package/src/document-editor/documenteditor.component.js +1 -1
- package/src/document-editor-container/documenteditorcontainer.component.js +1 -1
- package/styles/bootstrap-dark.css +16 -10
- package/styles/bootstrap.css +16 -10
- package/styles/bootstrap4.css +25 -15
- package/styles/bootstrap5-dark.css +18 -12
- package/styles/bootstrap5.css +18 -12
- package/styles/document-editor/bootstrap-dark.css +4 -2
- package/styles/document-editor/bootstrap.css +4 -2
- package/styles/document-editor/bootstrap4.css +4 -2
- package/styles/document-editor/bootstrap5-dark.css +4 -2
- package/styles/document-editor/bootstrap5.css +4 -2
- package/styles/document-editor/fabric-dark.css +4 -2
- package/styles/document-editor/fabric.css +4 -2
- package/styles/document-editor/highcontrast.css +4 -2
- package/styles/document-editor/material-dark.css +4 -2
- package/styles/document-editor/material.css +4 -2
- package/styles/document-editor/tailwind-dark.css +2 -7
- package/styles/document-editor/tailwind.css +2 -7
- package/styles/document-editor-container/bootstrap-dark.css +12 -8
- package/styles/document-editor-container/bootstrap.css +12 -8
- package/styles/document-editor-container/bootstrap4.css +21 -13
- package/styles/document-editor-container/bootstrap5-dark.css +14 -10
- package/styles/document-editor-container/bootstrap5.css +14 -10
- package/styles/document-editor-container/fabric-dark.css +12 -8
- package/styles/document-editor-container/fabric.css +12 -8
- package/styles/document-editor-container/highcontrast-light.css +12 -8
- package/styles/document-editor-container/highcontrast.css +12 -8
- package/styles/document-editor-container/material-dark.css +12 -8
- package/styles/document-editor-container/material.css +12 -8
- package/styles/document-editor-container/tailwind-dark.css +12 -8
- package/styles/document-editor-container/tailwind.css +12 -8
- package/styles/fabric-dark.css +16 -10
- package/styles/fabric.css +16 -10
- package/styles/highcontrast-light.css +12 -8
- package/styles/highcontrast.css +16 -10
- package/styles/material-dark.css +16 -10
- package/styles/material.css +16 -10
- package/styles/tailwind-dark.css +14 -15
- package/styles/tailwind.css +14 -15
package/styles/tailwind-dark.css
CHANGED
|
@@ -791,7 +791,6 @@
|
|
|
791
791
|
|
|
792
792
|
.e-de-ff-dlg-heading {
|
|
793
793
|
display: block;
|
|
794
|
-
font-size: 14px;
|
|
795
794
|
font-weight: 500;
|
|
796
795
|
margin-bottom: 8px;
|
|
797
796
|
color: #9ca3af;
|
|
@@ -1119,11 +1118,8 @@
|
|
|
1119
1118
|
top: 0;
|
|
1120
1119
|
}
|
|
1121
1120
|
|
|
1122
|
-
.e-de-page-setup-dlg-first-page-prop
|
|
1123
|
-
|
|
1124
|
-
height: 18px;
|
|
1125
|
-
line-height: 1.5;
|
|
1126
|
-
width: 18px;
|
|
1121
|
+
.e-de-page-setup-dlg-first-page-prop {
|
|
1122
|
+
margin-bottom: 8px;
|
|
1127
1123
|
}
|
|
1128
1124
|
|
|
1129
1125
|
.e-de-page-setup-dlg-left-layout-container {
|
|
@@ -1293,7 +1289,6 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
1293
1289
|
}
|
|
1294
1290
|
|
|
1295
1291
|
.e-de-cell-dia-options-label {
|
|
1296
|
-
font-size: 14px;
|
|
1297
1292
|
font-weight: 500;
|
|
1298
1293
|
color: #9ca3af;
|
|
1299
1294
|
}
|
|
@@ -4715,8 +4710,8 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
4715
4710
|
}
|
|
4716
4711
|
|
|
4717
4712
|
.e-de-ctnr-properties-pane {
|
|
4718
|
-
display: -ms-
|
|
4719
|
-
display:
|
|
4713
|
+
display: -ms-flexbox;
|
|
4714
|
+
display: flex;
|
|
4720
4715
|
height: calc(100% - 38px);
|
|
4721
4716
|
width: 100%;
|
|
4722
4717
|
}
|
|
@@ -5739,8 +5734,8 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
5739
5734
|
}
|
|
5740
5735
|
|
|
5741
5736
|
.e-bigger .e-de-ctnr-properties-pane {
|
|
5742
|
-
display: -ms-
|
|
5743
|
-
display:
|
|
5737
|
+
display: -ms-flexbox;
|
|
5738
|
+
display: flex;
|
|
5744
5739
|
height: calc(100% - 38px);
|
|
5745
5740
|
width: 100%;
|
|
5746
5741
|
}
|
|
@@ -5853,22 +5848,26 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
5853
5848
|
background-color: #4b5563;
|
|
5854
5849
|
}
|
|
5855
5850
|
|
|
5856
|
-
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn
|
|
5851
|
+
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn,
|
|
5852
|
+
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control {
|
|
5857
5853
|
padding: 0;
|
|
5858
5854
|
padding-bottom: 14px;
|
|
5859
5855
|
}
|
|
5860
5856
|
|
|
5861
|
-
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus
|
|
5857
|
+
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus,
|
|
5858
|
+
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:focus {
|
|
5862
5859
|
padding: 0;
|
|
5863
5860
|
padding-bottom: 14px;
|
|
5864
5861
|
}
|
|
5865
5862
|
|
|
5866
|
-
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active
|
|
5863
|
+
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active,
|
|
5864
|
+
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:active {
|
|
5867
5865
|
padding: 0;
|
|
5868
5866
|
padding-bottom: 14px;
|
|
5869
5867
|
}
|
|
5870
5868
|
|
|
5871
|
-
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover
|
|
5869
|
+
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover,
|
|
5870
|
+
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover {
|
|
5872
5871
|
padding: 0;
|
|
5873
5872
|
padding-bottom: 14px;
|
|
5874
5873
|
}
|
package/styles/tailwind.css
CHANGED
|
@@ -791,7 +791,6 @@
|
|
|
791
791
|
|
|
792
792
|
.e-de-ff-dlg-heading {
|
|
793
793
|
display: block;
|
|
794
|
-
font-size: 14px;
|
|
795
794
|
font-weight: 500;
|
|
796
795
|
margin-bottom: 8px;
|
|
797
796
|
color: #6b7280;
|
|
@@ -1119,11 +1118,8 @@
|
|
|
1119
1118
|
top: 0;
|
|
1120
1119
|
}
|
|
1121
1120
|
|
|
1122
|
-
.e-de-page-setup-dlg-first-page-prop
|
|
1123
|
-
|
|
1124
|
-
height: 18px;
|
|
1125
|
-
line-height: 1.5;
|
|
1126
|
-
width: 18px;
|
|
1121
|
+
.e-de-page-setup-dlg-first-page-prop {
|
|
1122
|
+
margin-bottom: 8px;
|
|
1127
1123
|
}
|
|
1128
1124
|
|
|
1129
1125
|
.e-de-page-setup-dlg-left-layout-container {
|
|
@@ -1293,7 +1289,6 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
1293
1289
|
}
|
|
1294
1290
|
|
|
1295
1291
|
.e-de-cell-dia-options-label {
|
|
1296
|
-
font-size: 14px;
|
|
1297
1292
|
font-weight: 500;
|
|
1298
1293
|
color: #6b7280;
|
|
1299
1294
|
}
|
|
@@ -4715,8 +4710,8 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
4715
4710
|
}
|
|
4716
4711
|
|
|
4717
4712
|
.e-de-ctnr-properties-pane {
|
|
4718
|
-
display: -ms-
|
|
4719
|
-
display:
|
|
4713
|
+
display: -ms-flexbox;
|
|
4714
|
+
display: flex;
|
|
4720
4715
|
height: calc(100% - 38px);
|
|
4721
4716
|
width: 100%;
|
|
4722
4717
|
}
|
|
@@ -5739,8 +5734,8 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
5739
5734
|
}
|
|
5740
5735
|
|
|
5741
5736
|
.e-bigger .e-de-ctnr-properties-pane {
|
|
5742
|
-
display: -ms-
|
|
5743
|
-
display:
|
|
5737
|
+
display: -ms-flexbox;
|
|
5738
|
+
display: flex;
|
|
5744
5739
|
height: calc(100% - 38px);
|
|
5745
5740
|
width: 100%;
|
|
5746
5741
|
}
|
|
@@ -5853,22 +5848,26 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
5853
5848
|
background-color: #e5e7eb;
|
|
5854
5849
|
}
|
|
5855
5850
|
|
|
5856
|
-
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn
|
|
5851
|
+
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn,
|
|
5852
|
+
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control {
|
|
5857
5853
|
padding: 0;
|
|
5858
5854
|
padding-bottom: 14px;
|
|
5859
5855
|
}
|
|
5860
5856
|
|
|
5861
|
-
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus
|
|
5857
|
+
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus,
|
|
5858
|
+
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:focus {
|
|
5862
5859
|
padding: 0;
|
|
5863
5860
|
padding-bottom: 14px;
|
|
5864
5861
|
}
|
|
5865
5862
|
|
|
5866
|
-
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active
|
|
5863
|
+
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active,
|
|
5864
|
+
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:active {
|
|
5867
5865
|
padding: 0;
|
|
5868
5866
|
padding-bottom: 14px;
|
|
5869
5867
|
}
|
|
5870
5868
|
|
|
5871
|
-
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover
|
|
5869
|
+
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover,
|
|
5870
|
+
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover {
|
|
5872
5871
|
padding: 0;
|
|
5873
5872
|
padding-bottom: 14px;
|
|
5874
5873
|
}
|