@syncfusion/ej2-vue-documenteditor 19.2.60 → 19.3.45
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 +134 -90
- package/dist/ej2-vue-documenteditor.umd.min.js +1 -1
- package/dist/es6/ej2-vue-documenteditor.es2015.js +4 -2
- package/dist/es6/ej2-vue-documenteditor.es2015.js.map +1 -1
- package/dist/es6/ej2-vue-documenteditor.es5.js +4 -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 +2 -1
- package/src/document-editor-container/documenteditorcontainer.component.js +2 -1
- package/styles/bootstrap-dark.css +284 -302
- package/styles/bootstrap.css +30 -110
- package/styles/bootstrap4.css +56 -139
- package/styles/bootstrap5-dark.css +5866 -0
- package/styles/bootstrap5-dark.scss +2 -0
- package/styles/bootstrap5.css +5866 -0
- package/styles/bootstrap5.scss +2 -0
- package/styles/document-editor/bootstrap-dark.css +53 -142
- package/styles/document-editor/bootstrap.css +10 -99
- package/styles/document-editor/bootstrap4.css +36 -125
- package/styles/document-editor/bootstrap5-dark.css +3699 -0
- package/styles/document-editor/bootstrap5-dark.scss +1 -0
- package/styles/document-editor/bootstrap5.css +3699 -0
- package/styles/document-editor/bootstrap5.scss +1 -0
- package/styles/document-editor/fabric-dark.css +31 -120
- package/styles/document-editor/fabric.css +10 -99
- package/styles/document-editor/highcontrast.css +15 -104
- package/styles/document-editor/material-dark.css +76 -168
- package/styles/document-editor/material.css +10 -99
- package/styles/document-editor/tailwind-dark.css +63 -61
- package/styles/document-editor/tailwind.css +47 -44
- package/styles/document-editor-container/bootstrap-dark.css +231 -160
- package/styles/document-editor-container/bootstrap.css +20 -11
- package/styles/document-editor-container/bootstrap4.css +20 -14
- package/styles/document-editor-container/bootstrap5-dark.css +2166 -0
- package/styles/document-editor-container/bootstrap5-dark.scss +1 -0
- package/styles/document-editor-container/bootstrap5.css +2166 -0
- package/styles/document-editor-container/bootstrap5.scss +1 -0
- package/styles/document-editor-container/fabric-dark.css +214 -138
- package/styles/document-editor-container/fabric.css +67 -13
- package/styles/document-editor-container/highcontrast-light.css +87 -13
- package/styles/document-editor-container/highcontrast.css +66 -13
- package/styles/document-editor-container/material-dark.css +232 -170
- package/styles/document-editor-container/material.css +67 -15
- package/styles/document-editor-container/tailwind-dark.css +132 -45
- package/styles/document-editor-container/tailwind.css +127 -40
- package/styles/fabric-dark.css +245 -258
- package/styles/fabric.css +77 -112
- package/styles/highcontrast-light.css +87 -13
- package/styles/highcontrast.css +81 -117
- package/styles/material-dark.css +308 -338
- package/styles/material.css +77 -114
- package/styles/tailwind-dark.css +195 -106
- package/styles/tailwind.css +174 -84
|
@@ -168,7 +168,7 @@
|
|
|
168
168
|
}
|
|
169
169
|
|
|
170
170
|
.e-de-table-border-setting {
|
|
171
|
-
border: 1px solid #
|
|
171
|
+
border: 1px solid #ddd;
|
|
172
172
|
height: 48px;
|
|
173
173
|
left: 5px;
|
|
174
174
|
position: relative;
|
|
@@ -177,14 +177,14 @@
|
|
|
177
177
|
}
|
|
178
178
|
|
|
179
179
|
.e-de-table-border-setting-genral {
|
|
180
|
-
border: 1px solid
|
|
180
|
+
border: 1px solid #ddd;
|
|
181
181
|
display: inline-block;
|
|
182
182
|
height: 60px;
|
|
183
183
|
width: 60px;
|
|
184
184
|
}
|
|
185
185
|
|
|
186
186
|
.e-de-table-border-preview-genral {
|
|
187
|
-
border: 1px solid
|
|
187
|
+
border: 1px solid #ddd;
|
|
188
188
|
display: inline-block;
|
|
189
189
|
height: 25px;
|
|
190
190
|
width: 25px;
|
|
@@ -669,16 +669,6 @@
|
|
|
669
669
|
display: block;
|
|
670
670
|
}
|
|
671
671
|
|
|
672
|
-
.e-documenteditor .e-checkbox-wrapper .e-frame {
|
|
673
|
-
height: 14px;
|
|
674
|
-
line-height: 6px;
|
|
675
|
-
width: 14px;
|
|
676
|
-
}
|
|
677
|
-
|
|
678
|
-
.e-documenteditor .e-checkbox-wrapper .e-label {
|
|
679
|
-
font-size: 12px;
|
|
680
|
-
}
|
|
681
|
-
|
|
682
672
|
.e-documenteditor .e-de-op-close-button {
|
|
683
673
|
left: 267px;
|
|
684
674
|
position: absolute;
|
|
@@ -713,7 +703,6 @@
|
|
|
713
703
|
|
|
714
704
|
.e-de-ff-dlg-heading-small {
|
|
715
705
|
display: block;
|
|
716
|
-
font-size: 14px;
|
|
717
706
|
font-weight: 600;
|
|
718
707
|
margin-bottom: 4px;
|
|
719
708
|
}
|
|
@@ -1352,10 +1341,12 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
1352
1341
|
.e-de-row-ht-top,
|
|
1353
1342
|
.e-de-cell-ht-top {
|
|
1354
1343
|
padding: 0 20px;
|
|
1344
|
+
width: 160px;
|
|
1355
1345
|
}
|
|
1356
1346
|
|
|
1357
1347
|
.e-de-ht-wdth-type {
|
|
1358
1348
|
margin-top: -25px;
|
|
1349
|
+
width: 120px;
|
|
1359
1350
|
}
|
|
1360
1351
|
|
|
1361
1352
|
.e-de-row-ht-top.e-de-rtl,
|
|
@@ -1504,6 +1495,10 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
1504
1495
|
top: 18px;
|
|
1505
1496
|
}
|
|
1506
1497
|
|
|
1498
|
+
.e-de-restrict-pane {
|
|
1499
|
+
color: #fff;
|
|
1500
|
+
}
|
|
1501
|
+
|
|
1507
1502
|
.e-de-op.e-de-rtl .e-de-search-tab-content {
|
|
1508
1503
|
margin-left: 1px;
|
|
1509
1504
|
margin-right: 0;
|
|
@@ -1548,7 +1543,6 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
1548
1543
|
}
|
|
1549
1544
|
|
|
1550
1545
|
.e-documenteditor .e-input {
|
|
1551
|
-
color: #fff;
|
|
1552
1546
|
font-size: 14px;
|
|
1553
1547
|
}
|
|
1554
1548
|
|
|
@@ -1931,7 +1925,6 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
1931
1925
|
}
|
|
1932
1926
|
|
|
1933
1927
|
.e-de-spellcheck-btn {
|
|
1934
|
-
height: 36px;
|
|
1935
1928
|
margin-bottom: 8px;
|
|
1936
1929
|
width: 154px;
|
|
1937
1930
|
}
|
|
@@ -1998,10 +1991,6 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
1998
1991
|
top: 385px;
|
|
1999
1992
|
}
|
|
2000
1993
|
|
|
2001
|
-
.e-de-font-content-label span.e-label {
|
|
2002
|
-
color: #fff;
|
|
2003
|
-
}
|
|
2004
|
-
|
|
2005
1994
|
.e-de-font-label span.e-label {
|
|
2006
1995
|
color: #fff;
|
|
2007
1996
|
}
|
|
@@ -2016,17 +2005,6 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
2016
2005
|
color: #fff;
|
|
2017
2006
|
}
|
|
2018
2007
|
|
|
2019
|
-
.e-documenteditor .e-checkbox-wrapper .e-label {
|
|
2020
|
-
color: #fff;
|
|
2021
|
-
font-size: 14px;
|
|
2022
|
-
}
|
|
2023
|
-
|
|
2024
|
-
.e-documenteditor .e-checkbox-wrapper .e-frame {
|
|
2025
|
-
height: 20px;
|
|
2026
|
-
line-height: 16px;
|
|
2027
|
-
width: 20px;
|
|
2028
|
-
}
|
|
2029
|
-
|
|
2030
2008
|
.e-de-op-dlg-footer {
|
|
2031
2009
|
margin-top: 20px;
|
|
2032
2010
|
}
|
|
@@ -2048,62 +2026,6 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
2048
2026
|
border: 0;
|
|
2049
2027
|
}
|
|
2050
2028
|
|
|
2051
|
-
.e-de-table-container-div .e-checkbox-wrapper .e-label {
|
|
2052
|
-
color: #fff;
|
|
2053
|
-
}
|
|
2054
|
-
|
|
2055
|
-
.e-de-table-header-div .e-checkbox-wrapper .e-label {
|
|
2056
|
-
color: #fff;
|
|
2057
|
-
}
|
|
2058
|
-
|
|
2059
|
-
.e-de-table-ppty-options-break .e-checkbox-wrapper .e-label {
|
|
2060
|
-
color: #fff;
|
|
2061
|
-
}
|
|
2062
|
-
|
|
2063
|
-
.e-de-table-ppty-options-header-row .e-checkbox-wrapper .e-label {
|
|
2064
|
-
color: #fff;
|
|
2065
|
-
}
|
|
2066
|
-
|
|
2067
|
-
.e-de-table-cell-header-div .e-checkbox-wrapper .e-label {
|
|
2068
|
-
color: #fff;
|
|
2069
|
-
}
|
|
2070
|
-
|
|
2071
|
-
.e-de-tbl-margin-sub-header .e-label {
|
|
2072
|
-
color: #fff;
|
|
2073
|
-
}
|
|
2074
|
-
|
|
2075
|
-
.e-de-tbl-btn-separator .e-checkbox-wrapper .e-label {
|
|
2076
|
-
color: #fff;
|
|
2077
|
-
}
|
|
2078
|
-
|
|
2079
|
-
.e-de-table-container-div .e-checkbox-wrapper .e-label {
|
|
2080
|
-
color: #fff;
|
|
2081
|
-
}
|
|
2082
|
-
|
|
2083
|
-
.e-de-table-header-div .e-checkbox-wrapper .e-label {
|
|
2084
|
-
color: #fff;
|
|
2085
|
-
}
|
|
2086
|
-
|
|
2087
|
-
.e-de-table-ppty-options-break .e-checkbox-wrapper .e-label {
|
|
2088
|
-
color: #fff;
|
|
2089
|
-
}
|
|
2090
|
-
|
|
2091
|
-
.e-de-table-ppty-options-header-row .e-checkbox-wrapper .e-label {
|
|
2092
|
-
color: #fff;
|
|
2093
|
-
}
|
|
2094
|
-
|
|
2095
|
-
.e-de-table-cell-header-div .e-checkbox-wrapper .e-label {
|
|
2096
|
-
color: #fff;
|
|
2097
|
-
}
|
|
2098
|
-
|
|
2099
|
-
.e-de-tbl-margin-sub-header .e-label {
|
|
2100
|
-
color: #fff;
|
|
2101
|
-
}
|
|
2102
|
-
|
|
2103
|
-
.e-de-tbl-btn-separator .e-checkbox-wrapper .e-label {
|
|
2104
|
-
color: #fff;
|
|
2105
|
-
}
|
|
2106
|
-
|
|
2107
2029
|
.e-de-list-format-info {
|
|
2108
2030
|
border-radius: 50% !important;
|
|
2109
2031
|
cursor: default;
|
|
@@ -2432,6 +2354,7 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
2432
2354
|
float: right;
|
|
2433
2355
|
margin-left: 20px;
|
|
2434
2356
|
margin-top: 13px;
|
|
2357
|
+
width: 120px;
|
|
2435
2358
|
}
|
|
2436
2359
|
|
|
2437
2360
|
.e-de-table-ppty-dlg-measure-drop-down-div.e-de-rtl {
|
|
@@ -2465,11 +2388,13 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
2465
2388
|
float: right;
|
|
2466
2389
|
margin-left: 20px;
|
|
2467
2390
|
margin-top: 13px;
|
|
2391
|
+
width: 120px;
|
|
2468
2392
|
}
|
|
2469
2393
|
|
|
2470
2394
|
.e-de-table-ppty-dlg-preferred-width-div.e-de-rtl {
|
|
2471
2395
|
margin-left: 0;
|
|
2472
2396
|
margin-right: 20px;
|
|
2397
|
+
width: 120px;
|
|
2473
2398
|
}
|
|
2474
2399
|
|
|
2475
2400
|
.e-de-table-ppty-options-break {
|
|
@@ -2857,27 +2782,13 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
2857
2782
|
color: #fff;
|
|
2858
2783
|
}
|
|
2859
2784
|
|
|
2860
|
-
.e-de-restrict-pane .e-checkbox-wrapper .e-label {
|
|
2861
|
-
color: #fff;
|
|
2862
|
-
font-size: 12px;
|
|
2863
|
-
}
|
|
2864
|
-
|
|
2865
|
-
.e-de-restrict-pane .e-checkbox-wrapper .e-frame {
|
|
2866
|
-
height: 16px;
|
|
2867
|
-
width: 16px;
|
|
2868
|
-
}
|
|
2869
|
-
|
|
2870
|
-
.e-de-restrict-pane .e-checkbox-wrapper {
|
|
2871
|
-
margin-bottom: 8px;
|
|
2872
|
-
}
|
|
2873
|
-
|
|
2874
2785
|
.e-de-rp-user .e-checkbox-wrapper {
|
|
2875
2786
|
width: auto;
|
|
2876
2787
|
}
|
|
2877
2788
|
|
|
2878
2789
|
.e-de-rp-nav-btn,
|
|
2879
2790
|
.e-de-rp-btn-enforce {
|
|
2880
|
-
background:
|
|
2791
|
+
background: "";
|
|
2881
2792
|
font-size: 13px;
|
|
2882
2793
|
opacity: 0.87;
|
|
2883
2794
|
border-radius: 2px;
|
|
@@ -2899,7 +2810,7 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
2899
2810
|
}
|
|
2900
2811
|
|
|
2901
2812
|
.e-de-rp-btn-stop-enforce {
|
|
2902
|
-
background:
|
|
2813
|
+
background: "";
|
|
2903
2814
|
font-size: 13px;
|
|
2904
2815
|
opacity: 0.87;
|
|
2905
2816
|
border-radius: 2px;
|
|
@@ -2943,7 +2854,6 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
2943
2854
|
font-size: 14px;
|
|
2944
2855
|
font-weight: normal;
|
|
2945
2856
|
margin-bottom: 8px;
|
|
2946
|
-
margin-top: c;
|
|
2947
2857
|
}
|
|
2948
2858
|
|
|
2949
2859
|
.e-de-enforce .e-de-enforce-dlg-input {
|
|
@@ -3101,6 +3011,7 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
3101
3011
|
}
|
|
3102
3012
|
|
|
3103
3013
|
.e-de-tc-no-chng {
|
|
3014
|
+
color: #fff;
|
|
3104
3015
|
font-size: 14px;
|
|
3105
3016
|
opacity: 65%;
|
|
3106
3017
|
margin: 60px 0;
|