@syncfusion/ej2-angular-documenteditor 23.1.44 → 23.2.4
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/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 +74 -0
- package/styles/bootstrap.css +74 -0
- package/styles/bootstrap4.css +74 -0
- package/styles/bootstrap5-dark.css +74 -0
- package/styles/bootstrap5.css +74 -0
- package/styles/document-editor/_theme.scss +7 -0
- package/styles/document-editor/bootstrap-dark.css +8 -0
- package/styles/document-editor/bootstrap.css +8 -0
- package/styles/document-editor/bootstrap4.css +8 -0
- package/styles/document-editor/bootstrap5-dark.css +8 -0
- package/styles/document-editor/bootstrap5.css +8 -0
- package/styles/document-editor/fabric-dark.css +8 -0
- package/styles/document-editor/fabric.css +8 -0
- package/styles/document-editor/fluent-dark.css +8 -0
- package/styles/document-editor/fluent.css +8 -0
- package/styles/document-editor/highcontrast.css +8 -0
- package/styles/document-editor/material-dark.css +8 -0
- package/styles/document-editor/material.css +8 -0
- package/styles/document-editor/material3-dark.css +8 -0
- package/styles/document-editor/material3.css +8 -0
- package/styles/document-editor/tailwind-dark.css +8 -0
- package/styles/document-editor/tailwind.css +8 -0
- package/styles/document-editor-container/_bootstrap-dark-definition.scss +8 -0
- package/styles/document-editor-container/_bootstrap-definition.scss +8 -0
- package/styles/document-editor-container/_bootstrap4-definition.scss +8 -0
- package/styles/document-editor-container/_bootstrap5-definition.scss +8 -0
- package/styles/document-editor-container/_fabric-dark-definition.scss +8 -0
- package/styles/document-editor-container/_fabric-definition.scss +8 -0
- package/styles/document-editor-container/_fluent-definition.scss +8 -0
- package/styles/document-editor-container/_fusionnew-definition.scss +8 -0
- package/styles/document-editor-container/_highcontrast-definition.scss +8 -0
- package/styles/document-editor-container/_highcontrast-light-definition.scss +8 -0
- package/styles/document-editor-container/_material-dark-definition.scss +8 -0
- package/styles/document-editor-container/_material-definition.scss +8 -0
- package/styles/document-editor-container/_material3-definition.scss +8 -0
- package/styles/document-editor-container/_tailwind-definition.scss +8 -0
- package/styles/document-editor-container/_theme.scss +61 -0
- package/styles/document-editor-container/bootstrap-dark.css +66 -0
- package/styles/document-editor-container/bootstrap.css +66 -0
- package/styles/document-editor-container/bootstrap4.css +66 -0
- package/styles/document-editor-container/bootstrap5-dark.css +66 -0
- package/styles/document-editor-container/bootstrap5.css +66 -0
- package/styles/document-editor-container/fabric-dark.css +66 -0
- package/styles/document-editor-container/fabric.css +66 -0
- package/styles/document-editor-container/fluent-dark.css +66 -0
- package/styles/document-editor-container/fluent.css +66 -0
- package/styles/document-editor-container/highcontrast-light.css +66 -0
- package/styles/document-editor-container/highcontrast.css +66 -0
- package/styles/document-editor-container/material-dark.css +66 -0
- package/styles/document-editor-container/material.css +66 -0
- package/styles/document-editor-container/material3-dark.css +69 -0
- package/styles/document-editor-container/material3.css +69 -0
- package/styles/document-editor-container/tailwind-dark.css +66 -0
- package/styles/document-editor-container/tailwind.css +66 -0
- package/styles/fabric-dark.css +74 -0
- package/styles/fabric.css +74 -0
- package/styles/fluent-dark.css +74 -0
- package/styles/fluent.css +74 -0
- package/styles/highcontrast-light.css +66 -0
- package/styles/highcontrast.css +74 -0
- package/styles/material-dark.css +74 -0
- package/styles/material.css +74 -0
- package/styles/material3-dark.css +77 -0
- package/styles/material3.css +77 -0
- package/styles/tailwind-dark.css +74 -0
- package/styles/tailwind.css +74 -0
package/styles/tailwind-dark.css
CHANGED
|
@@ -855,6 +855,14 @@
|
|
|
855
855
|
padding-right: 20px;
|
|
856
856
|
}
|
|
857
857
|
|
|
858
|
+
.e-de-para-tab {
|
|
859
|
+
float: left;
|
|
860
|
+
}
|
|
861
|
+
|
|
862
|
+
.e-de-para-tab.e-rtl {
|
|
863
|
+
float: right;
|
|
864
|
+
}
|
|
865
|
+
|
|
858
866
|
.e-de-column-label.e-de-rtl {
|
|
859
867
|
font-size: 12px;
|
|
860
868
|
font-weight: 500;
|
|
@@ -5736,6 +5744,67 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
5736
5744
|
padding: 0;
|
|
5737
5745
|
}
|
|
5738
5746
|
|
|
5747
|
+
.e-de-hRuler {
|
|
5748
|
+
background-color: #374151;
|
|
5749
|
+
border-bottom: 0.5px solid #4b5563;
|
|
5750
|
+
}
|
|
5751
|
+
|
|
5752
|
+
.e-de-vRuler {
|
|
5753
|
+
background-color: #374151;
|
|
5754
|
+
border-right: 0.5px solid #4b5563;
|
|
5755
|
+
}
|
|
5756
|
+
|
|
5757
|
+
.e-de-ruler-margin {
|
|
5758
|
+
background-color: #1f2937;
|
|
5759
|
+
}
|
|
5760
|
+
|
|
5761
|
+
.e-de-ruler-tick {
|
|
5762
|
+
stroke: #d1d5db;
|
|
5763
|
+
}
|
|
5764
|
+
|
|
5765
|
+
.e-de-ruler-tick-label {
|
|
5766
|
+
fill: #d1d5db;
|
|
5767
|
+
}
|
|
5768
|
+
|
|
5769
|
+
.e-de-ruler-markIndicator {
|
|
5770
|
+
background-color: #1f2937;
|
|
5771
|
+
}
|
|
5772
|
+
|
|
5773
|
+
.e-de-ruler-marker .e-de-ruler-tab-svg {
|
|
5774
|
+
fill: #d1d5db;
|
|
5775
|
+
}
|
|
5776
|
+
|
|
5777
|
+
.e-de-ruler-marker .e-de-ruler-indent-svg {
|
|
5778
|
+
fill: #d1d5db;
|
|
5779
|
+
}
|
|
5780
|
+
|
|
5781
|
+
.e-de-ruler-indent .e-de-ruler-indent-svg {
|
|
5782
|
+
fill: #1f2937;
|
|
5783
|
+
stroke: #d1d5db;
|
|
5784
|
+
}
|
|
5785
|
+
|
|
5786
|
+
.e-de-ruler-indent .e-de-ruler-indent-svg:hover {
|
|
5787
|
+
fill: #4b5563;
|
|
5788
|
+
stroke: #d1d5db;
|
|
5789
|
+
}
|
|
5790
|
+
|
|
5791
|
+
.e-de-ruler-indent .e-de-ruler-indent-svg:active {
|
|
5792
|
+
fill: #22d3ee;
|
|
5793
|
+
stroke: #d1d5db;
|
|
5794
|
+
}
|
|
5795
|
+
|
|
5796
|
+
.e-de-ruler-table-svg {
|
|
5797
|
+
fill: #d1d5db;
|
|
5798
|
+
}
|
|
5799
|
+
|
|
5800
|
+
.e-de-ruler-table-svg:hover {
|
|
5801
|
+
fill: #4b5563;
|
|
5802
|
+
}
|
|
5803
|
+
|
|
5804
|
+
.e-de-ruler-table-svg:active {
|
|
5805
|
+
fill: #22d3ee;
|
|
5806
|
+
}
|
|
5807
|
+
|
|
5739
5808
|
.e-rtl .e-listview .e-list-icon {
|
|
5740
5809
|
height: 24px;
|
|
5741
5810
|
width: 16px;
|
|
@@ -5747,6 +5816,11 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
5747
5816
|
line-height: 22px;
|
|
5748
5817
|
margin-left: 10px;
|
|
5749
5818
|
}
|
|
5819
|
+
.e-rtl .e-de-vRuler {
|
|
5820
|
+
background-color: #374151;
|
|
5821
|
+
border-right: none;
|
|
5822
|
+
border-left: 0.5px solid #4b5563;
|
|
5823
|
+
}
|
|
5750
5824
|
|
|
5751
5825
|
.e-bigger .de-split-button > div:first-child {
|
|
5752
5826
|
margin-right: 0;
|
package/styles/tailwind.css
CHANGED
|
@@ -858,6 +858,14 @@
|
|
|
858
858
|
padding-right: 20px;
|
|
859
859
|
}
|
|
860
860
|
|
|
861
|
+
.e-de-para-tab {
|
|
862
|
+
float: left;
|
|
863
|
+
}
|
|
864
|
+
|
|
865
|
+
.e-de-para-tab.e-rtl {
|
|
866
|
+
float: right;
|
|
867
|
+
}
|
|
868
|
+
|
|
861
869
|
.e-de-column-label.e-de-rtl {
|
|
862
870
|
font-size: 12px;
|
|
863
871
|
font-weight: 500;
|
|
@@ -5739,6 +5747,67 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
5739
5747
|
padding: 0;
|
|
5740
5748
|
}
|
|
5741
5749
|
|
|
5750
|
+
.e-de-hRuler {
|
|
5751
|
+
background-color: #f3f4f6;
|
|
5752
|
+
border-bottom: 0.5px solid #e5e7eb;
|
|
5753
|
+
}
|
|
5754
|
+
|
|
5755
|
+
.e-de-vRuler {
|
|
5756
|
+
background-color: #f3f4f6;
|
|
5757
|
+
border-right: 0.5px solid #e5e7eb;
|
|
5758
|
+
}
|
|
5759
|
+
|
|
5760
|
+
.e-de-ruler-margin {
|
|
5761
|
+
background-color: #fff;
|
|
5762
|
+
}
|
|
5763
|
+
|
|
5764
|
+
.e-de-ruler-tick {
|
|
5765
|
+
stroke: #6b7280;
|
|
5766
|
+
}
|
|
5767
|
+
|
|
5768
|
+
.e-de-ruler-tick-label {
|
|
5769
|
+
fill: #374151;
|
|
5770
|
+
}
|
|
5771
|
+
|
|
5772
|
+
.e-de-ruler-markIndicator {
|
|
5773
|
+
background-color: #fff;
|
|
5774
|
+
}
|
|
5775
|
+
|
|
5776
|
+
.e-de-ruler-marker .e-de-ruler-tab-svg {
|
|
5777
|
+
fill: #6b7280;
|
|
5778
|
+
}
|
|
5779
|
+
|
|
5780
|
+
.e-de-ruler-marker .e-de-ruler-indent-svg {
|
|
5781
|
+
fill: #6b7280;
|
|
5782
|
+
}
|
|
5783
|
+
|
|
5784
|
+
.e-de-ruler-indent .e-de-ruler-indent-svg {
|
|
5785
|
+
fill: #fff;
|
|
5786
|
+
stroke: #6b7280;
|
|
5787
|
+
}
|
|
5788
|
+
|
|
5789
|
+
.e-de-ruler-indent .e-de-ruler-indent-svg:hover {
|
|
5790
|
+
fill: #e5e7eb;
|
|
5791
|
+
stroke: #6b7280;
|
|
5792
|
+
}
|
|
5793
|
+
|
|
5794
|
+
.e-de-ruler-indent .e-de-ruler-indent-svg:active {
|
|
5795
|
+
fill: #4f46e5;
|
|
5796
|
+
stroke: #6b7280;
|
|
5797
|
+
}
|
|
5798
|
+
|
|
5799
|
+
.e-de-ruler-table-svg {
|
|
5800
|
+
fill: #6b7280;
|
|
5801
|
+
}
|
|
5802
|
+
|
|
5803
|
+
.e-de-ruler-table-svg:hover {
|
|
5804
|
+
fill: #e5e7eb;
|
|
5805
|
+
}
|
|
5806
|
+
|
|
5807
|
+
.e-de-ruler-table-svg:active {
|
|
5808
|
+
fill: #4f46e5;
|
|
5809
|
+
}
|
|
5810
|
+
|
|
5742
5811
|
.e-rtl .e-listview .e-list-icon {
|
|
5743
5812
|
height: 24px;
|
|
5744
5813
|
width: 16px;
|
|
@@ -5750,6 +5819,11 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
5750
5819
|
line-height: 22px;
|
|
5751
5820
|
margin-left: 10px;
|
|
5752
5821
|
}
|
|
5822
|
+
.e-rtl .e-de-vRuler {
|
|
5823
|
+
background-color: #f3f4f6;
|
|
5824
|
+
border-right: none;
|
|
5825
|
+
border-left: 0.5px solid #e5e7eb;
|
|
5826
|
+
}
|
|
5753
5827
|
|
|
5754
5828
|
.e-bigger .de-split-button > div:first-child {
|
|
5755
5829
|
margin-right: 0;
|