@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.
Files changed (54) hide show
  1. package/CHANGELOG.md +134 -90
  2. package/dist/ej2-vue-documenteditor.umd.min.js +1 -1
  3. package/dist/es6/ej2-vue-documenteditor.es2015.js +4 -2
  4. package/dist/es6/ej2-vue-documenteditor.es2015.js.map +1 -1
  5. package/dist/es6/ej2-vue-documenteditor.es5.js +4 -2
  6. package/dist/es6/ej2-vue-documenteditor.es5.js.map +1 -1
  7. package/dist/global/ej2-vue-documenteditor.min.js +2 -2
  8. package/package.json +8 -8
  9. package/src/document-editor/documenteditor.component.js +2 -1
  10. package/src/document-editor-container/documenteditorcontainer.component.js +2 -1
  11. package/styles/bootstrap-dark.css +284 -302
  12. package/styles/bootstrap.css +30 -110
  13. package/styles/bootstrap4.css +56 -139
  14. package/styles/bootstrap5-dark.css +5866 -0
  15. package/styles/bootstrap5-dark.scss +2 -0
  16. package/styles/bootstrap5.css +5866 -0
  17. package/styles/bootstrap5.scss +2 -0
  18. package/styles/document-editor/bootstrap-dark.css +53 -142
  19. package/styles/document-editor/bootstrap.css +10 -99
  20. package/styles/document-editor/bootstrap4.css +36 -125
  21. package/styles/document-editor/bootstrap5-dark.css +3699 -0
  22. package/styles/document-editor/bootstrap5-dark.scss +1 -0
  23. package/styles/document-editor/bootstrap5.css +3699 -0
  24. package/styles/document-editor/bootstrap5.scss +1 -0
  25. package/styles/document-editor/fabric-dark.css +31 -120
  26. package/styles/document-editor/fabric.css +10 -99
  27. package/styles/document-editor/highcontrast.css +15 -104
  28. package/styles/document-editor/material-dark.css +76 -168
  29. package/styles/document-editor/material.css +10 -99
  30. package/styles/document-editor/tailwind-dark.css +63 -61
  31. package/styles/document-editor/tailwind.css +47 -44
  32. package/styles/document-editor-container/bootstrap-dark.css +231 -160
  33. package/styles/document-editor-container/bootstrap.css +20 -11
  34. package/styles/document-editor-container/bootstrap4.css +20 -14
  35. package/styles/document-editor-container/bootstrap5-dark.css +2166 -0
  36. package/styles/document-editor-container/bootstrap5-dark.scss +1 -0
  37. package/styles/document-editor-container/bootstrap5.css +2166 -0
  38. package/styles/document-editor-container/bootstrap5.scss +1 -0
  39. package/styles/document-editor-container/fabric-dark.css +214 -138
  40. package/styles/document-editor-container/fabric.css +67 -13
  41. package/styles/document-editor-container/highcontrast-light.css +87 -13
  42. package/styles/document-editor-container/highcontrast.css +66 -13
  43. package/styles/document-editor-container/material-dark.css +232 -170
  44. package/styles/document-editor-container/material.css +67 -15
  45. package/styles/document-editor-container/tailwind-dark.css +132 -45
  46. package/styles/document-editor-container/tailwind.css +127 -40
  47. package/styles/fabric-dark.css +245 -258
  48. package/styles/fabric.css +77 -112
  49. package/styles/highcontrast-light.css +87 -13
  50. package/styles/highcontrast.css +81 -117
  51. package/styles/material-dark.css +308 -338
  52. package/styles/material.css +77 -114
  53. package/styles/tailwind-dark.css +195 -106
  54. package/styles/tailwind.css +174 -84
@@ -666,16 +666,6 @@
666
666
  display: block;
667
667
  }
668
668
 
669
- .e-documenteditor .e-checkbox-wrapper .e-frame {
670
- height: 14px;
671
- line-height: 6px;
672
- width: 14px;
673
- }
674
-
675
- .e-documenteditor .e-checkbox-wrapper .e-label {
676
- font-size: 12px;
677
- }
678
-
679
669
  .e-documenteditor .e-de-op-close-button {
680
670
  left: 267px;
681
671
  position: absolute;
@@ -710,7 +700,6 @@
710
700
 
711
701
  .e-de-ff-dlg-heading-small {
712
702
  display: block;
713
- font-size: 14px;
714
703
  font-weight: 400;
715
704
  margin-bottom: 4px;
716
705
  }
@@ -1349,10 +1338,12 @@ label[for*="_wholeWord_e-de-rtl"] {
1349
1338
  .e-de-row-ht-top,
1350
1339
  .e-de-cell-ht-top {
1351
1340
  padding: 0 20px;
1341
+ width: 160px;
1352
1342
  }
1353
1343
 
1354
1344
  .e-de-ht-wdth-type {
1355
1345
  margin-top: -24px;
1346
+ width: 120px;
1356
1347
  }
1357
1348
 
1358
1349
  .e-de-row-ht-top.e-de-rtl,
@@ -1502,20 +1493,18 @@ label[for*="_wholeWord_e-de-rtl"] {
1502
1493
  padding-top: 0px;
1503
1494
  }
1504
1495
 
1505
- .e-de-style-font-color-picker .e-split-btn-wrapper .e-split-colorpicker.e-split-btn,
1506
- .e-de-style-font-color-picker .e-btn.e-icon-btn,
1507
- .e-de-dlg-clr-picker .e-split-btn-wrapper .e-split-colorpicker.e-split-btn,
1508
- .e-de-dlg-clr-picker .e-btn.e-icon-btn,
1509
- .e-de-font-dlg-display .e-colorpicker-wrapper .e-split-btn-wrapper .e-split-colorpicker.e-split-btn,
1510
- .e-de-font-dlg-display .e-colorpicker-wrapper .e-btn.e-icon-btn {
1511
- padding: 4px 8px !important;
1496
+ .e-de-style-paragraph-indent-group-button .e-btn.e-active,
1497
+ .e-de-style-paragraph-group-button .e-btn.e-active,
1498
+ .e-de-style-font-group-button .e-btn.e-active {
1499
+ background-color: #6c757d;
1500
+ box-shadow: inset 0 3px 5px #4e555b;
1501
+ box-shadow: none;
1512
1502
  }
1513
1503
 
1514
- .e-de-rp-close-icon.e-btn {
1515
- background: #fafafa;
1516
- border: 0;
1517
- color: #495057;
1518
- opacity: 1;
1504
+ .e-de-style-paragraph-indent-group-button .e-btn.e-active .e-btn-icon,
1505
+ .e-de-style-paragraph-group-button .e-btn.e-active .e-btn-icon,
1506
+ .e-de-style-font-group-button .e-btn.e-active .e-btn-icon {
1507
+ color: #fff;
1519
1508
  }
1520
1509
 
1521
1510
  .e-de-style-font-group-button .e-btn,
@@ -1576,26 +1565,28 @@ label[for*="_wholeWord_e-de-rtl"] {
1576
1565
  font-size: 14px;
1577
1566
  }
1578
1567
 
1579
- .e-de-toc-dlg-style-input {
1580
- margin-top: 18px;
1568
+ .e-de-style-font-color-picker .e-split-btn-wrapper .e-split-colorpicker.e-split-btn,
1569
+ .e-de-style-font-color-picker .e-btn.e-icon-btn,
1570
+ .e-de-dlg-clr-picker .e-split-btn-wrapper .e-split-colorpicker.e-split-btn,
1571
+ .e-de-dlg-clr-picker .e-btn.e-icon-btn,
1572
+ .e-de-font-dlg-display .e-colorpicker-wrapper .e-split-btn-wrapper .e-split-colorpicker.e-split-btn,
1573
+ .e-de-font-dlg-display .e-colorpicker-wrapper .e-btn.e-icon-btn {
1574
+ padding: 4px 8px !important;
1581
1575
  }
1582
1576
 
1583
- .e-de-list-container {
1584
- background: #fff !important;
1577
+ .e-de-rp-close-icon.e-btn {
1578
+ background: #fafafa;
1579
+ border: 0;
1580
+ color: #495057;
1581
+ opacity: 1;
1585
1582
  }
1586
1583
 
1587
- .e-de-style-paragraph-indent-group-button .e-btn.e-active,
1588
- .e-de-style-paragraph-group-button .e-btn.e-active,
1589
- .e-de-style-font-group-button .e-btn.e-active {
1590
- background-color: #6c757d;
1591
- box-shadow: inset 0 3px 5px #4e555b;
1592
- box-shadow: none;
1584
+ .e-de-toc-dlg-style-input {
1585
+ margin-top: 18px;
1593
1586
  }
1594
1587
 
1595
- .e-de-style-paragraph-indent-group-button .e-btn.e-active .e-btn-icon,
1596
- .e-de-style-paragraph-group-button .e-btn.e-active .e-btn-icon,
1597
- .e-de-style-font-group-button .e-btn.e-active .e-btn-icon {
1598
- color: #fff;
1588
+ .e-de-list-container {
1589
+ background: #fff !important;
1599
1590
  }
1600
1591
 
1601
1592
  .e-documenteditor .e-de-op-close-button {
@@ -1656,6 +1647,10 @@ label[for*="_wholeWord_e-de-rtl"] {
1656
1647
  border-color: #ced4da;
1657
1648
  }
1658
1649
 
1650
+ .e-de-restrict-pane {
1651
+ color: #000;
1652
+ }
1653
+
1659
1654
  .e-de-op.e-de-rtl .e-de-search-tab-content {
1660
1655
  margin-left: 14px;
1661
1656
  margin-right: 0;
@@ -1700,7 +1695,6 @@ label[for*="_wholeWord_e-de-rtl"] {
1700
1695
  }
1701
1696
 
1702
1697
  .e-documenteditor .e-input {
1703
- color: #000;
1704
1698
  font-size: 14px;
1705
1699
  }
1706
1700
 
@@ -2083,7 +2077,6 @@ label[for*="_wholeWord_e-de-rtl"] {
2083
2077
  }
2084
2078
 
2085
2079
  .e-de-spellcheck-btn {
2086
- height: 36px;
2087
2080
  margin-bottom: 8px;
2088
2081
  width: 154px;
2089
2082
  }
@@ -2150,10 +2143,6 @@ label[for*="_wholeWord_e-de-rtl"] {
2150
2143
  top: 385px;
2151
2144
  }
2152
2145
 
2153
- .e-de-font-content-label span.e-label {
2154
- color: rgba(0, 0, 0, 0.87);
2155
- }
2156
-
2157
2146
  .e-de-font-label span.e-label {
2158
2147
  color: rgba(0, 0, 0, 0.87);
2159
2148
  }
@@ -2168,17 +2157,6 @@ label[for*="_wholeWord_e-de-rtl"] {
2168
2157
  color: rgba(0, 0, 0, 0.87);
2169
2158
  }
2170
2159
 
2171
- .e-documenteditor .e-checkbox-wrapper .e-label {
2172
- color: rgba(0, 0, 0, 0.87);
2173
- font-size: 14px;
2174
- }
2175
-
2176
- .e-documenteditor .e-checkbox-wrapper .e-frame {
2177
- height: 15px;
2178
- line-height: 13px;
2179
- width: 15px;
2180
- }
2181
-
2182
2160
  .e-de-op-dlg-footer {
2183
2161
  margin-top: 14px;
2184
2162
  }
@@ -2200,62 +2178,6 @@ label[for*="_wholeWord_e-de-rtl"] {
2200
2178
  border: 0;
2201
2179
  }
2202
2180
 
2203
- .e-de-table-container-div .e-checkbox-wrapper .e-label {
2204
- color: rgba(0, 0, 0, 0.87);
2205
- }
2206
-
2207
- .e-de-table-header-div .e-checkbox-wrapper .e-label {
2208
- color: rgba(0, 0, 0, 0.87);
2209
- }
2210
-
2211
- .e-de-table-ppty-options-break .e-checkbox-wrapper .e-label {
2212
- color: rgba(0, 0, 0, 0.87);
2213
- }
2214
-
2215
- .e-de-table-ppty-options-header-row .e-checkbox-wrapper .e-label {
2216
- color: rgba(0, 0, 0, 0.87);
2217
- }
2218
-
2219
- .e-de-table-cell-header-div .e-checkbox-wrapper .e-label {
2220
- color: rgba(0, 0, 0, 0.87);
2221
- }
2222
-
2223
- .e-de-tbl-margin-sub-header .e-label {
2224
- color: rgba(0, 0, 0, 0.87);
2225
- }
2226
-
2227
- .e-de-tbl-btn-separator .e-checkbox-wrapper .e-label {
2228
- color: rgba(0, 0, 0, 0.87);
2229
- }
2230
-
2231
- .e-de-table-container-div .e-checkbox-wrapper .e-label {
2232
- color: rgba(0, 0, 0, 0.87);
2233
- }
2234
-
2235
- .e-de-table-header-div .e-checkbox-wrapper .e-label {
2236
- color: rgba(0, 0, 0, 0.87);
2237
- }
2238
-
2239
- .e-de-table-ppty-options-break .e-checkbox-wrapper .e-label {
2240
- color: rgba(0, 0, 0, 0.87);
2241
- }
2242
-
2243
- .e-de-table-ppty-options-header-row .e-checkbox-wrapper .e-label {
2244
- color: rgba(0, 0, 0, 0.87);
2245
- }
2246
-
2247
- .e-de-table-cell-header-div .e-checkbox-wrapper .e-label {
2248
- color: rgba(0, 0, 0, 0.87);
2249
- }
2250
-
2251
- .e-de-tbl-margin-sub-header .e-label {
2252
- color: rgba(0, 0, 0, 0.87);
2253
- }
2254
-
2255
- .e-de-tbl-btn-separator .e-checkbox-wrapper .e-label {
2256
- color: rgba(0, 0, 0, 0.87);
2257
- }
2258
-
2259
2181
  .e-de-list-format-info {
2260
2182
  border-radius: 50% !important;
2261
2183
  cursor: default;
@@ -2575,6 +2497,7 @@ label[for*="_wholeWord_e-de-rtl"] {
2575
2497
  float: right;
2576
2498
  margin-left: 20px;
2577
2499
  margin-top: 6px;
2500
+ width: 120px;
2578
2501
  }
2579
2502
 
2580
2503
  .e-de-table-ppty-dlg-measure-drop-down-div.e-de-rtl {
@@ -2608,11 +2531,13 @@ label[for*="_wholeWord_e-de-rtl"] {
2608
2531
  float: right;
2609
2532
  margin-left: 20px;
2610
2533
  margin-top: 6px;
2534
+ width: 120px;
2611
2535
  }
2612
2536
 
2613
2537
  .e-de-table-ppty-dlg-preferred-width-div.e-de-rtl {
2614
2538
  margin-left: 0;
2615
2539
  margin-right: 20px;
2540
+ width: 120px;
2616
2541
  }
2617
2542
 
2618
2543
  .e-de-table-ppty-options-break {
@@ -3000,20 +2925,6 @@ label[for*="_wholeWord_e-de-rtl"] {
3000
2925
  color: #212529;
3001
2926
  }
3002
2927
 
3003
- .e-de-restrict-pane .e-checkbox-wrapper .e-label {
3004
- color: rgba(0, 0, 0, 0.87);
3005
- font-size: 12px;
3006
- }
3007
-
3008
- .e-de-restrict-pane .e-checkbox-wrapper .e-frame {
3009
- height: 16px;
3010
- width: 16px;
3011
- }
3012
-
3013
- .e-de-restrict-pane .e-checkbox-wrapper {
3014
- margin-bottom: 8px;
3015
- }
3016
-
3017
2928
  .e-de-rp-user .e-checkbox-wrapper {
3018
2929
  width: auto;
3019
2930
  }
@@ -3095,7 +3006,6 @@ label[for*="_wholeWord_e-de-rtl"] {
3095
3006
  font-size: 14px;
3096
3007
  font-weight: normal;
3097
3008
  margin-bottom: 8px;
3098
- margin-top: c;
3099
3009
  }
3100
3010
 
3101
3011
  .e-de-enforce .e-de-enforce-dlg-input {
@@ -3252,6 +3162,7 @@ label[for*="_wholeWord_e-de-rtl"] {
3252
3162
  }
3253
3163
 
3254
3164
  .e-de-tc-no-chng {
3165
+ color: #000;
3255
3166
  font-size: 14px;
3256
3167
  opacity: 65%;
3257
3168
  margin: 60px 0;