@syncfusion/ej2 20.2.43 → 20.2.46

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 (191) hide show
  1. package/base/bootstrap-dark.css +12 -0
  2. package/base/bootstrap.css +12 -0
  3. package/base/bootstrap4.css +12 -0
  4. package/base/bootstrap5-dark.css +12 -0
  5. package/base/bootstrap5.css +12 -0
  6. package/base/compatibility/bootstrap-dark.css +12 -0
  7. package/base/compatibility/bootstrap.css +12 -0
  8. package/base/compatibility/bootstrap4.css +12 -0
  9. package/base/compatibility/bootstrap5-dark.css +12 -0
  10. package/base/compatibility/bootstrap5.css +12 -0
  11. package/base/compatibility/fabric-dark.css +12 -0
  12. package/base/compatibility/fabric.css +12 -0
  13. package/base/compatibility/fluent-dark.css +12 -0
  14. package/base/compatibility/fluent.css +12 -0
  15. package/base/compatibility/highcontrast-light.css +12 -0
  16. package/base/compatibility/highcontrast.css +12 -0
  17. package/base/compatibility/material-dark.css +12 -0
  18. package/base/compatibility/material.css +12 -0
  19. package/base/compatibility/tailwind-dark.css +12 -0
  20. package/base/compatibility/tailwind.css +12 -0
  21. package/base/fabric-dark.css +12 -0
  22. package/base/fabric.css +12 -0
  23. package/base/fluent-dark.css +12 -0
  24. package/base/fluent.css +12 -0
  25. package/base/highcontrast-light.css +12 -0
  26. package/base/highcontrast.css +12 -0
  27. package/base/material-dark.css +12 -0
  28. package/base/material.css +12 -0
  29. package/base/tailwind-dark.css +12 -0
  30. package/base/tailwind.css +12 -0
  31. package/bootstrap-dark.css +33 -24
  32. package/bootstrap.css +33 -24
  33. package/bootstrap4.css +33 -24
  34. package/bootstrap5-dark.css +35 -26
  35. package/bootstrap5.css +35 -26
  36. package/dist/ej2.d.ts +1 -1
  37. package/dist/ej2.min.js +2 -2
  38. package/fabric-dark.css +33 -24
  39. package/fabric.css +33 -24
  40. package/fluent-dark.css +35 -26
  41. package/fluent.css +35 -26
  42. package/gantt/bootstrap-dark.css +4 -4
  43. package/gantt/bootstrap.css +4 -4
  44. package/gantt/bootstrap4.css +4 -4
  45. package/gantt/bootstrap5.css +4 -4
  46. package/gantt/compatibility/bootstrap-dark.css +4 -4
  47. package/gantt/compatibility/bootstrap.css +4 -4
  48. package/gantt/compatibility/bootstrap4.css +4 -4
  49. package/gantt/compatibility/bootstrap5.css +4 -4
  50. package/gantt/compatibility/fabric-dark.css +4 -4
  51. package/gantt/compatibility/fabric.css +4 -4
  52. package/gantt/compatibility/fluent-dark.css +4 -4
  53. package/gantt/compatibility/fluent.css +4 -4
  54. package/gantt/compatibility/highcontrast-light.css +4 -4
  55. package/gantt/compatibility/highcontrast.css +4 -4
  56. package/gantt/compatibility/material-dark.css +4 -4
  57. package/gantt/compatibility/material.css +4 -4
  58. package/gantt/compatibility/tailwind-dark.css +4 -4
  59. package/gantt/compatibility/tailwind.css +4 -4
  60. package/gantt/fabric-dark.css +4 -4
  61. package/gantt/fabric.css +4 -4
  62. package/gantt/fluent-dark.css +4 -4
  63. package/gantt/fluent.css +4 -4
  64. package/gantt/highcontrast-light.css +4 -4
  65. package/gantt/highcontrast.css +4 -4
  66. package/gantt/material-dark.css +4 -4
  67. package/gantt/material.css +4 -4
  68. package/gantt/tailwind-dark.css +4 -4
  69. package/gantt/tailwind.css +4 -4
  70. package/grid/bootstrap-dark.css +1 -4
  71. package/grid/bootstrap.css +1 -4
  72. package/grid/bootstrap4.css +1 -4
  73. package/grid/bootstrap5-dark.css +1 -4
  74. package/grid/bootstrap5.css +1 -4
  75. package/grid/compatibility/bootstrap-dark.css +1 -4
  76. package/grid/compatibility/bootstrap.css +1 -4
  77. package/grid/compatibility/bootstrap4.css +1 -4
  78. package/grid/compatibility/bootstrap5-dark.css +1 -4
  79. package/grid/compatibility/bootstrap5.css +1 -4
  80. package/grid/compatibility/fabric-dark.css +1 -4
  81. package/grid/compatibility/fabric.css +1 -4
  82. package/grid/compatibility/fluent-dark.css +1 -4
  83. package/grid/compatibility/fluent.css +1 -4
  84. package/grid/compatibility/highcontrast-light.css +1 -4
  85. package/grid/compatibility/highcontrast.css +1 -4
  86. package/grid/compatibility/material-dark.css +1 -4
  87. package/grid/compatibility/material.css +1 -4
  88. package/grid/compatibility/tailwind-dark.css +1 -4
  89. package/grid/compatibility/tailwind.css +1 -4
  90. package/grid/fabric-dark.css +1 -4
  91. package/grid/fabric.css +1 -4
  92. package/grid/fluent-dark.css +1 -4
  93. package/grid/fluent.css +1 -4
  94. package/grid/highcontrast-light.css +1 -4
  95. package/grid/highcontrast.css +1 -4
  96. package/grid/material-dark.css +1 -4
  97. package/grid/material.css +1 -4
  98. package/grid/tailwind-dark.css +1 -4
  99. package/grid/tailwind.css +1 -4
  100. package/highcontrast.css +33 -24
  101. package/input/compatibility/material-dark.css +27 -0
  102. package/input/compatibility/material.css +27 -0
  103. package/input/material-dark.css +27 -0
  104. package/input/material.css +27 -0
  105. package/material-dark.css +60 -24
  106. package/material.css +60 -24
  107. package/multi-select/compatibility/tailwind-dark.css +2 -0
  108. package/multi-select/compatibility/tailwind.css +2 -0
  109. package/multi-select/tailwind-dark.css +2 -0
  110. package/multi-select/tailwind.css +2 -0
  111. package/package.json +47 -47
  112. package/pivotview/bootstrap-dark.css +3 -3
  113. package/pivotview/bootstrap.css +3 -3
  114. package/pivotview/bootstrap4.css +3 -3
  115. package/pivotview/bootstrap5-dark.css +3 -3
  116. package/pivotview/bootstrap5.css +3 -3
  117. package/pivotview/compatibility/bootstrap-dark.css +3 -3
  118. package/pivotview/compatibility/bootstrap.css +3 -3
  119. package/pivotview/compatibility/bootstrap4.css +3 -3
  120. package/pivotview/compatibility/bootstrap5-dark.css +3 -3
  121. package/pivotview/compatibility/bootstrap5.css +3 -3
  122. package/pivotview/compatibility/fabric-dark.css +3 -3
  123. package/pivotview/compatibility/fabric.css +3 -3
  124. package/pivotview/compatibility/fluent-dark.css +3 -3
  125. package/pivotview/compatibility/fluent.css +3 -3
  126. package/pivotview/compatibility/highcontrast-light.css +3 -3
  127. package/pivotview/compatibility/highcontrast.css +3 -3
  128. package/pivotview/compatibility/material-dark.css +3 -3
  129. package/pivotview/compatibility/material.css +3 -3
  130. package/pivotview/compatibility/tailwind-dark.css +3 -3
  131. package/pivotview/compatibility/tailwind.css +3 -3
  132. package/pivotview/fabric-dark.css +3 -3
  133. package/pivotview/fabric.css +3 -3
  134. package/pivotview/fluent-dark.css +3 -3
  135. package/pivotview/fluent.css +3 -3
  136. package/pivotview/highcontrast-light.css +3 -3
  137. package/pivotview/highcontrast.css +3 -3
  138. package/pivotview/material-dark.css +3 -3
  139. package/pivotview/material.css +3 -3
  140. package/pivotview/tailwind-dark.css +3 -3
  141. package/pivotview/tailwind.css +3 -3
  142. package/resource.json +2 -8
  143. package/spreadsheet/bootstrap-dark.css +13 -13
  144. package/spreadsheet/bootstrap.css +13 -13
  145. package/spreadsheet/bootstrap4.css +13 -13
  146. package/spreadsheet/bootstrap5-dark.css +13 -13
  147. package/spreadsheet/bootstrap5.css +13 -13
  148. package/spreadsheet/compatibility/bootstrap-dark.css +13 -13
  149. package/spreadsheet/compatibility/bootstrap.css +13 -13
  150. package/spreadsheet/compatibility/bootstrap4.css +13 -13
  151. package/spreadsheet/compatibility/bootstrap5-dark.css +13 -13
  152. package/spreadsheet/compatibility/bootstrap5.css +13 -13
  153. package/spreadsheet/compatibility/fabric-dark.css +13 -13
  154. package/spreadsheet/compatibility/fabric.css +13 -13
  155. package/spreadsheet/compatibility/fluent-dark.css +13 -13
  156. package/spreadsheet/compatibility/fluent.css +13 -13
  157. package/spreadsheet/compatibility/highcontrast-light.css +13 -13
  158. package/spreadsheet/compatibility/highcontrast.css +13 -13
  159. package/spreadsheet/compatibility/material-dark.css +13 -13
  160. package/spreadsheet/compatibility/material.css +13 -13
  161. package/spreadsheet/compatibility/tailwind-dark.css +13 -13
  162. package/spreadsheet/compatibility/tailwind.css +13 -13
  163. package/spreadsheet/fabric-dark.css +13 -13
  164. package/spreadsheet/fabric.css +13 -13
  165. package/spreadsheet/fluent-dark.css +13 -13
  166. package/spreadsheet/fluent.css +13 -13
  167. package/spreadsheet/highcontrast-light.css +13 -13
  168. package/spreadsheet/highcontrast.css +13 -13
  169. package/spreadsheet/material-dark.css +13 -13
  170. package/spreadsheet/material.css +13 -13
  171. package/spreadsheet/tailwind-dark.css +13 -13
  172. package/spreadsheet/tailwind.css +13 -13
  173. package/styles/compatibility/bootstrap.css +33 -24
  174. package/styles/compatibility/bootstrap4.css +33 -24
  175. package/styles/compatibility/fabric.css +33 -24
  176. package/styles/compatibility/highcontrast.css +33 -24
  177. package/styles/compatibility/material.css +60 -24
  178. package/tailwind-dark.css +37 -26
  179. package/tailwind.css +37 -26
  180. package/uploader/bootstrap5-dark.css +2 -2
  181. package/uploader/bootstrap5.css +2 -2
  182. package/uploader/compatibility/bootstrap5-dark.css +2 -2
  183. package/uploader/compatibility/bootstrap5.css +2 -2
  184. package/uploader/compatibility/fluent-dark.css +2 -2
  185. package/uploader/compatibility/fluent.css +2 -2
  186. package/uploader/compatibility/tailwind-dark.css +2 -2
  187. package/uploader/compatibility/tailwind.css +2 -2
  188. package/uploader/fluent-dark.css +2 -2
  189. package/uploader/fluent.css +2 -2
  190. package/uploader/tailwind-dark.css +2 -2
  191. package/uploader/tailwind.css +2 -2
package/fluent.css CHANGED
@@ -1328,6 +1328,18 @@
1328
1328
  touch-action: pinch-zoom;
1329
1329
  }
1330
1330
 
1331
+ .e-license {
1332
+ color: rgb(255, 255, 0);
1333
+ text-decoration: none;
1334
+ }
1335
+
1336
+ .e-license-banner {
1337
+ cursor: pointer;
1338
+ position: absolute;
1339
+ right: 10px;
1340
+ top: 27%;
1341
+ }
1342
+
1331
1343
  /*! animation keyframes */
1332
1344
  @keyframes SlideLeftOut {
1333
1345
  from {
@@ -20965,7 +20977,7 @@ body.e-colorpicker-overflow {
20965
20977
  .e-bigger.e-small .e-upload .e-upload-files .e-file-reload-btn.e-icons:hover,
20966
20978
  .e-bigger.e-small .e-upload .e-upload-files .e-file-abort-btn.e-icons:not(.e-disabled):hover,
20967
20979
  .e-bigger.e-small .e-upload .e-upload-files .e-clear-icon-focus {
20968
- background-color: transparent;
20980
+ background-color: rgba(0, 0, 0, 0.12);
20969
20981
  border-color: transparent;
20970
20982
  border-radius: 50%;
20971
20983
  box-shadow: 0 0 0 transparent;
@@ -21296,7 +21308,7 @@ body.e-colorpicker-overflow {
21296
21308
  color: #323130;
21297
21309
  }
21298
21310
  .e-upload .e-upload-files .e-file-remove-btn.e-icons:not(.e-upload-progress):focus, .e-upload .e-upload-files .e-file-delete-btn.e-icons:not(.e-upload-progress):focus, .e-upload .e-upload-files .e-file-pause-btn.e-icons:not(.e-upload-progress):focus, .e-upload .e-upload-files .e-file-play-btn.e-icons:not(.e-upload-progress):focus, .e-upload .e-upload-files .e-file-reload-btn.e-icons:focus, .e-upload .e-upload-files .e-file-abort-btn.e-icons:not(.e-disabled):focus, .e-upload .e-upload-files .e-clear-icon-focus {
21299
- background-color: transparent;
21311
+ background-color: rgba(0, 0, 0, 0.12);
21300
21312
  border-color: transparent;
21301
21313
  box-shadow: 0 0 0 transparent;
21302
21314
  }
@@ -42664,13 +42676,10 @@ li.e-separator.e-menu-item.e-excel-separator {
42664
42676
  .e-grid.e-rtl .e-frozenheader.e-frozen-right-header > .e-table, .e-grid.e-rtl .e-frozencontent.e-frozen-right-content > .e-table {
42665
42677
  border-right-color: #edebe9;
42666
42678
  }
42667
- .e-grid.e-gridhover tr[role=row]:not(.e-editedrow):not(.e-detailrow):hover .e-rowcell:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-gridhover tr[role=row]:not(.e-detailrow):hover .e-detailrowcollapse:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-gridhover tr[role=row]:hover .e-rowdragdrop:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-rtl .e-gridhover tr[role=row]:hover .e-rowdragdrop:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-gridhover tr[role=row]:not(.e-detailrow):hover .e-detailrowexpand:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell) {
42679
+ .e-grid.e-gridhover tr[role=row]:not(.e-disable-gridhover):not(.e-editedrow):not(.e-detailrow):hover .e-rowcell:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-gridhover tr[role=row]:not(.e-disable-gridhover):not(.e-detailrow):hover .e-detailrowcollapse:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-gridhover tr[role=row]:not(.e-disable-gridhover):hover .e-rowdragdrop:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-rtl .e-gridhover tr[role=row]:not(.e-disable-gridhover):hover .e-rowdragdrop:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-gridhover tr[role=row]:not(.e-disable-gridhover):not(.e-detailrow):hover .e-detailrowexpand:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell) {
42668
42680
  background-color: #f3f2f1;
42669
42681
  color: #201f1e;
42670
42682
  }
42671
- .e-grid.e-disable-gridhover tr[role=row]:not(.e-editedrow):not(.e-detailrow):hover .e-rowcell:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-disable-gridhover tr[role=row]:not(.e-detailrow):hover .e-detailrowcollapse:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-disable-gridhover tr[role=row]:hover .e-rowdragdrop:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-rtl .e-disable-gridhover tr[role=row]:hover .e-rowdragdrop:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-grid.e-disable-gridhover tr[role=row]:not(.e-detailrow):hover .e-detailrowexpand:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell) {
42672
- background-color: transparent;
42673
- }
42674
42683
  .e-grid tr[role=row]:hover .e-rowdragdrop {
42675
42684
  cursor: move;
42676
42685
  }
@@ -49281,14 +49290,13 @@ span.e-table-box.e-rbox-select {
49281
49290
  }
49282
49291
  .e-gantt .e-gantt-chart .e-timeline-header-container {
49283
49292
  border-bottom-style: solid;
49284
- border-right-width: 0;
49293
+ border-right: 1px solid;
49285
49294
  overflow: hidden;
49286
49295
  position: relative;
49287
49296
  z-index: 6;
49288
49297
  }
49289
49298
  .e-gantt .e-gantt-chart .e-timeline-header-table-container > thead > tr > th {
49290
49299
  border-left: 0;
49291
- padding: 0 3px;
49292
49300
  }
49293
49301
  .e-gantt .e-gantt-chart .e-timeline-header-table-container {
49294
49302
  border-collapse: collapse;
@@ -49340,7 +49348,7 @@ span.e-table-box.e-rbox-select {
49340
49348
  }
49341
49349
  .e-gantt .e-gantt-chart .e-timeline-top-header-cell .e-gantt-top-cell-text,
49342
49350
  .e-gantt .e-gantt-chart .e-timeline-single-header-cell .e-gantt-top-cell-text {
49343
- padding-left: 8px;
49351
+ padding-left: 11px;
49344
49352
  text-align: left;
49345
49353
  }
49346
49354
  .e-gantt .e-gantt-chart .e-gantt-grid-lines {
@@ -49444,7 +49452,7 @@ span.e-table-box.e-rbox-select {
49444
49452
  .e-gantt .e-gantt-chart .e-indicator-span {
49445
49453
  display: inline-block;
49446
49454
  font-size: 13px;
49447
- font-weight: 400;
49455
+ font-weight: normal;
49448
49456
  overflow: hidden;
49449
49457
  position: absolute;
49450
49458
  text-overflow: ellipsis;
@@ -49837,6 +49845,7 @@ span.e-table-box.e-rbox-select {
49837
49845
  .e-gantt-dialog .e-richtexteditor .e-rte-content {
49838
49846
  border-bottom-width: 0px;
49839
49847
  height: 200px;
49848
+ overflow: hidden;
49840
49849
  }
49841
49850
  .e-gantt-dialog > .e-dlg-content {
49842
49851
  padding: 0 !important;
@@ -60767,11 +60776,11 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
60767
60776
  border-right-width: 1px;
60768
60777
  }
60769
60778
  .e-pivotview .e-stackedheadercelldiv {
60770
- display: block;
60779
+ display: inline;
60771
60780
  }
60772
60781
  .e-pivotview .e-stackedheadertext.e-cellvalue,
60773
60782
  .e-pivotview .e-stackedheadercelldiv.e-cellvalue {
60774
- display: inline-block;
60783
+ display: inline;
60775
60784
  padding-left: 12px !important;
60776
60785
  margin-top: 5px;
60777
60786
  margin-top: 1px;
@@ -61269,7 +61278,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
61269
61278
  .e-pivotview .e-expand,
61270
61279
  .e-pivotview .e-collapse {
61271
61280
  cursor: pointer;
61272
- display: inline-block;
61281
+ display: inline;
61273
61282
  height: 18px;
61274
61283
  margin-top: 5px;
61275
61284
  text-align: center;
@@ -67401,10 +67410,10 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
67401
67410
  .e-spreadsheet .e-reenterpwd-dlg.e-dialog .e-dlg-content .e-reenterpwd-content .e-input {
67402
67411
  margin-top: 10px;
67403
67412
  }
67404
- .e-spreadsheet .e-goto-dlg {
67413
+ .e-spreadsheet .e-goto-dlg.e-dialog {
67405
67414
  height: auto;
67406
67415
  }
67407
- .e-spreadsheet .e-goto-dlg .e-dlg-content .e-goto-alert-span {
67416
+ .e-spreadsheet .e-goto-dlg.e-dialog .e-dlg-content .e-goto-alert-span {
67408
67417
  font-weight: bold;
67409
67418
  padding-top: 7px;
67410
67419
  }
@@ -68610,32 +68619,32 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
68610
68619
  font-size: 12px;
68611
68620
  padding-top: 7px;
68612
68621
  }
68613
- .e-spreadsheet .e-find-dlg {
68622
+ .e-spreadsheet .e-find-dlg.e-dialog {
68614
68623
  height: auto;
68615
68624
  width: 443px;
68616
68625
  }
68617
- .e-spreadsheet .e-find-dlg .e-dlg-content .e-find-alert-span {
68626
+ .e-spreadsheet .e-find-dlg.e-dialog .e-dlg-content .e-find-alert-span {
68618
68627
  color: #d13438;
68619
68628
  font-size: 12px;
68620
68629
  padding-top: 7px;
68621
68630
  }
68622
- .e-spreadsheet .e-find-dlg .e-dlg-content .e-replace-alert-span {
68631
+ .e-spreadsheet .e-find-dlg.e-dialog .e-dlg-content .e-replace-alert-span {
68623
68632
  color: #d13438;
68624
68633
  font-size: 12px;
68625
68634
  padding-top: 7px;
68626
68635
  }
68627
- .e-spreadsheet .e-find-dlg .e-dlg-content .e-findnreplace-casecheckbox {
68636
+ .e-spreadsheet .e-find-dlg.e-dialog .e-dlg-content .e-findnreplace-casecheckbox {
68628
68637
  padding-right: 12px;
68629
68638
  }
68630
- .e-spreadsheet .e-find-dlg .e-dlg-content .e-findnreplace-exactmatchcheckbox {
68639
+ .e-spreadsheet .e-find-dlg.e-dialog .e-dlg-content .e-findnreplace-exactmatchcheckbox {
68631
68640
  padding: 12px 0;
68632
68641
  }
68633
- .e-spreadsheet .e-find-dlg p.e-header {
68642
+ .e-spreadsheet .e-find-dlg.e-dialog p.e-header {
68634
68643
  margin: 0;
68635
68644
  padding-bottom: 8px;
68636
68645
  padding-top: 12px;
68637
68646
  }
68638
- .e-spreadsheet .e-find-dlg .e-footer-content {
68647
+ .e-spreadsheet .e-find-dlg.e-dialog .e-footer-content {
68639
68648
  text-align: left;
68640
68649
  }
68641
68650
  .e-spreadsheet .e-protectworkbook-dlg.e-dialog {
@@ -69397,12 +69406,12 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
69397
69406
  height: 50px;
69398
69407
  width: 419px;
69399
69408
  }
69400
- .e-bigger .e-spreadsheet .e-goto-dlg,
69401
- .e-bigger.e-spreadsheet .e-goto-dlg {
69409
+ .e-bigger .e-spreadsheet .e-goto-dlg.e-dialog,
69410
+ .e-bigger.e-spreadsheet .e-goto-dlg.e-dialog {
69402
69411
  height: auto;
69403
69412
  }
69404
- .e-bigger .e-spreadsheet .e-goto-dlg .e-btn,
69405
- .e-bigger.e-spreadsheet .e-goto-dlg .e-btn {
69413
+ .e-bigger .e-spreadsheet .e-goto-dlg.e-dialog .e-btn,
69414
+ .e-bigger.e-spreadsheet .e-goto-dlg.e-dialog .e-btn {
69406
69415
  font-size: 12px;
69407
69416
  }
69408
69417
  .e-bigger .e-spreadsheet .e-protectworkbook-dlg.e-dialog .e-dlg-content .e-pwd-alert-span,
@@ -621,14 +621,13 @@
621
621
  }
622
622
  .e-gantt .e-gantt-chart .e-timeline-header-container {
623
623
  border-bottom-style: solid;
624
- border-right-width: 0;
624
+ border-right: 1px solid;
625
625
  overflow: hidden;
626
626
  position: relative;
627
627
  z-index: 6;
628
628
  }
629
629
  .e-gantt .e-gantt-chart .e-timeline-header-table-container > thead > tr > th {
630
630
  border-left: 0;
631
- padding: 0 3px;
632
631
  }
633
632
  .e-gantt .e-gantt-chart .e-timeline-header-table-container {
634
633
  border-collapse: collapse;
@@ -680,7 +679,7 @@
680
679
  }
681
680
  .e-gantt .e-gantt-chart .e-timeline-top-header-cell .e-gantt-top-cell-text,
682
681
  .e-gantt .e-gantt-chart .e-timeline-single-header-cell .e-gantt-top-cell-text {
683
- padding-left: 8px;
682
+ padding-left: 11px;
684
683
  text-align: left;
685
684
  }
686
685
  .e-gantt .e-gantt-chart .e-gantt-grid-lines {
@@ -784,7 +783,7 @@
784
783
  .e-gantt .e-gantt-chart .e-indicator-span {
785
784
  display: inline-block;
786
785
  font-size: 13px;
787
- font-weight: 400;
786
+ font-weight: normal;
788
787
  overflow: hidden;
789
788
  position: absolute;
790
789
  text-overflow: ellipsis;
@@ -1177,6 +1176,7 @@
1177
1176
  .e-gantt-dialog .e-richtexteditor .e-rte-content {
1178
1177
  border-bottom-width: 0px;
1179
1178
  height: 200px;
1179
+ overflow: hidden;
1180
1180
  }
1181
1181
  .e-gantt-dialog > .e-dlg-content {
1182
1182
  padding: 0 !important;
@@ -765,14 +765,13 @@
765
765
  }
766
766
  .e-gantt .e-gantt-chart .e-timeline-header-container {
767
767
  border-bottom-style: solid;
768
- border-right-width: 0;
768
+ border-right: 1px solid;
769
769
  overflow: hidden;
770
770
  position: relative;
771
771
  z-index: 6;
772
772
  }
773
773
  .e-gantt .e-gantt-chart .e-timeline-header-table-container > thead > tr > th {
774
774
  border-left: 0;
775
- padding: 0 3px;
776
775
  }
777
776
  .e-gantt .e-gantt-chart .e-timeline-header-table-container {
778
777
  border-collapse: collapse;
@@ -824,7 +823,7 @@
824
823
  }
825
824
  .e-gantt .e-gantt-chart .e-timeline-top-header-cell .e-gantt-top-cell-text,
826
825
  .e-gantt .e-gantt-chart .e-timeline-single-header-cell .e-gantt-top-cell-text {
827
- padding-left: 8px;
826
+ padding-left: 11px;
828
827
  text-align: left;
829
828
  }
830
829
  .e-gantt .e-gantt-chart .e-gantt-grid-lines {
@@ -928,7 +927,7 @@
928
927
  .e-gantt .e-gantt-chart .e-indicator-span {
929
928
  display: inline-block;
930
929
  font-size: 13px;
931
- font-weight: 400;
930
+ font-weight: normal;
932
931
  overflow: hidden;
933
932
  position: absolute;
934
933
  text-overflow: ellipsis;
@@ -1321,6 +1320,7 @@
1321
1320
  .e-gantt-dialog .e-richtexteditor .e-rte-content {
1322
1321
  border-bottom-width: 0px;
1323
1322
  height: 200px;
1323
+ overflow: hidden;
1324
1324
  }
1325
1325
  .e-gantt-dialog > .e-dlg-content {
1326
1326
  padding: 0 !important;
@@ -948,14 +948,13 @@
948
948
  }
949
949
  .e-gantt .e-gantt-chart .e-timeline-header-container {
950
950
  border-bottom-style: solid;
951
- border-right-width: 0;
951
+ border-right: 1px solid;
952
952
  overflow: hidden;
953
953
  position: relative;
954
954
  z-index: 6;
955
955
  }
956
956
  .e-gantt .e-gantt-chart .e-timeline-header-table-container > thead > tr > th {
957
957
  border-left: 0;
958
- padding: 0 3px;
959
958
  }
960
959
  .e-gantt .e-gantt-chart .e-timeline-header-table-container {
961
960
  border-collapse: collapse;
@@ -1007,7 +1006,7 @@
1007
1006
  }
1008
1007
  .e-gantt .e-gantt-chart .e-timeline-top-header-cell .e-gantt-top-cell-text,
1009
1008
  .e-gantt .e-gantt-chart .e-timeline-single-header-cell .e-gantt-top-cell-text {
1010
- padding-left: 8px;
1009
+ padding-left: 11px;
1011
1010
  text-align: left;
1012
1011
  }
1013
1012
  .e-gantt .e-gantt-chart .e-gantt-grid-lines {
@@ -1111,7 +1110,7 @@
1111
1110
  .e-gantt .e-gantt-chart .e-indicator-span {
1112
1111
  display: inline-block;
1113
1112
  font-size: 13px;
1114
- font-weight: 400;
1113
+ font-weight: normal;
1115
1114
  overflow: hidden;
1116
1115
  position: absolute;
1117
1116
  text-overflow: ellipsis;
@@ -1504,6 +1503,7 @@
1504
1503
  .e-gantt-dialog .e-richtexteditor .e-rte-content {
1505
1504
  border-bottom-width: 0px;
1506
1505
  height: 200px;
1506
+ overflow: hidden;
1507
1507
  }
1508
1508
  .e-gantt-dialog > .e-dlg-content {
1509
1509
  padding: 0 !important;
@@ -661,14 +661,13 @@
661
661
  }
662
662
  .e-gantt .e-gantt-chart .e-timeline-header-container {
663
663
  border-bottom-style: solid;
664
- border-right-width: 0;
664
+ border-right: 1px solid;
665
665
  overflow: hidden;
666
666
  position: relative;
667
667
  z-index: 6;
668
668
  }
669
669
  .e-gantt .e-gantt-chart .e-timeline-header-table-container > thead > tr > th {
670
670
  border-left: 0;
671
- padding: 0 3px;
672
671
  }
673
672
  .e-gantt .e-gantt-chart .e-timeline-header-table-container {
674
673
  border-collapse: collapse;
@@ -720,7 +719,7 @@
720
719
  }
721
720
  .e-gantt .e-gantt-chart .e-timeline-top-header-cell .e-gantt-top-cell-text,
722
721
  .e-gantt .e-gantt-chart .e-timeline-single-header-cell .e-gantt-top-cell-text {
723
- padding-left: 8px;
722
+ padding-left: 11px;
724
723
  text-align: left;
725
724
  }
726
725
  .e-gantt .e-gantt-chart .e-gantt-grid-lines {
@@ -824,7 +823,7 @@
824
823
  .e-gantt .e-gantt-chart .e-indicator-span {
825
824
  display: inline-block;
826
825
  font-size: 13px;
827
- font-weight: 400;
826
+ font-weight: normal;
828
827
  overflow: hidden;
829
828
  position: absolute;
830
829
  text-overflow: ellipsis;
@@ -1217,6 +1216,7 @@
1217
1216
  .e-gantt-dialog .e-richtexteditor .e-rte-content {
1218
1217
  border-bottom-width: 0px;
1219
1218
  height: 200px;
1219
+ overflow: hidden;
1220
1220
  }
1221
1221
  .e-gantt-dialog > .e-dlg-content {
1222
1222
  padding: 0 !important;
@@ -621,14 +621,13 @@
621
621
  }
622
622
  .e-lib.e-gantt .e-gantt-chart .e-timeline-header-container {
623
623
  border-bottom-style: solid;
624
- border-right-width: 0;
624
+ border-right: 1px solid;
625
625
  overflow: hidden;
626
626
  position: relative;
627
627
  z-index: 6;
628
628
  }
629
629
  .e-lib.e-gantt .e-gantt-chart .e-timeline-header-table-container > thead > tr > th {
630
630
  border-left: 0;
631
- padding: 0 3px;
632
631
  }
633
632
  .e-lib.e-gantt .e-gantt-chart .e-timeline-header-table-container {
634
633
  border-collapse: collapse;
@@ -680,7 +679,7 @@
680
679
  }
681
680
  .e-lib.e-gantt .e-gantt-chart .e-timeline-top-header-cell .e-gantt-top-cell-text,
682
681
  .e-lib.e-gantt .e-gantt-chart .e-timeline-single-header-cell .e-gantt-top-cell-text {
683
- padding-left: 8px;
682
+ padding-left: 11px;
684
683
  text-align: left;
685
684
  }
686
685
  .e-lib.e-gantt .e-gantt-chart .e-gantt-grid-lines {
@@ -784,7 +783,7 @@
784
783
  .e-lib.e-gantt .e-gantt-chart .e-indicator-span {
785
784
  display: inline-block;
786
785
  font-size: 13px;
787
- font-weight: 400;
786
+ font-weight: normal;
788
787
  overflow: hidden;
789
788
  position: absolute;
790
789
  text-overflow: ellipsis;
@@ -1177,6 +1176,7 @@
1177
1176
  .e-gantt-dialog .e-richtexteditor .e-rte-content {
1178
1177
  border-bottom-width: 0px;
1179
1178
  height: 200px;
1179
+ overflow: hidden;
1180
1180
  }
1181
1181
  .e-gantt-dialog > .e-dlg-content {
1182
1182
  padding: 0 !important;
@@ -765,14 +765,13 @@
765
765
  }
766
766
  .e-lib.e-gantt .e-gantt-chart .e-timeline-header-container {
767
767
  border-bottom-style: solid;
768
- border-right-width: 0;
768
+ border-right: 1px solid;
769
769
  overflow: hidden;
770
770
  position: relative;
771
771
  z-index: 6;
772
772
  }
773
773
  .e-lib.e-gantt .e-gantt-chart .e-timeline-header-table-container > thead > tr > th {
774
774
  border-left: 0;
775
- padding: 0 3px;
776
775
  }
777
776
  .e-lib.e-gantt .e-gantt-chart .e-timeline-header-table-container {
778
777
  border-collapse: collapse;
@@ -824,7 +823,7 @@
824
823
  }
825
824
  .e-lib.e-gantt .e-gantt-chart .e-timeline-top-header-cell .e-gantt-top-cell-text,
826
825
  .e-lib.e-gantt .e-gantt-chart .e-timeline-single-header-cell .e-gantt-top-cell-text {
827
- padding-left: 8px;
826
+ padding-left: 11px;
828
827
  text-align: left;
829
828
  }
830
829
  .e-lib.e-gantt .e-gantt-chart .e-gantt-grid-lines {
@@ -928,7 +927,7 @@
928
927
  .e-lib.e-gantt .e-gantt-chart .e-indicator-span {
929
928
  display: inline-block;
930
929
  font-size: 13px;
931
- font-weight: 400;
930
+ font-weight: normal;
932
931
  overflow: hidden;
933
932
  position: absolute;
934
933
  text-overflow: ellipsis;
@@ -1321,6 +1320,7 @@
1321
1320
  .e-gantt-dialog .e-richtexteditor .e-rte-content {
1322
1321
  border-bottom-width: 0px;
1323
1322
  height: 200px;
1323
+ overflow: hidden;
1324
1324
  }
1325
1325
  .e-gantt-dialog > .e-dlg-content {
1326
1326
  padding: 0 !important;
@@ -948,14 +948,13 @@
948
948
  }
949
949
  .e-lib.e-gantt .e-gantt-chart .e-timeline-header-container {
950
950
  border-bottom-style: solid;
951
- border-right-width: 0;
951
+ border-right: 1px solid;
952
952
  overflow: hidden;
953
953
  position: relative;
954
954
  z-index: 6;
955
955
  }
956
956
  .e-lib.e-gantt .e-gantt-chart .e-timeline-header-table-container > thead > tr > th {
957
957
  border-left: 0;
958
- padding: 0 3px;
959
958
  }
960
959
  .e-lib.e-gantt .e-gantt-chart .e-timeline-header-table-container {
961
960
  border-collapse: collapse;
@@ -1007,7 +1006,7 @@
1007
1006
  }
1008
1007
  .e-lib.e-gantt .e-gantt-chart .e-timeline-top-header-cell .e-gantt-top-cell-text,
1009
1008
  .e-lib.e-gantt .e-gantt-chart .e-timeline-single-header-cell .e-gantt-top-cell-text {
1010
- padding-left: 8px;
1009
+ padding-left: 11px;
1011
1010
  text-align: left;
1012
1011
  }
1013
1012
  .e-lib.e-gantt .e-gantt-chart .e-gantt-grid-lines {
@@ -1111,7 +1110,7 @@
1111
1110
  .e-lib.e-gantt .e-gantt-chart .e-indicator-span {
1112
1111
  display: inline-block;
1113
1112
  font-size: 13px;
1114
- font-weight: 400;
1113
+ font-weight: normal;
1115
1114
  overflow: hidden;
1116
1115
  position: absolute;
1117
1116
  text-overflow: ellipsis;
@@ -1504,6 +1503,7 @@
1504
1503
  .e-gantt-dialog .e-richtexteditor .e-rte-content {
1505
1504
  border-bottom-width: 0px;
1506
1505
  height: 200px;
1506
+ overflow: hidden;
1507
1507
  }
1508
1508
  .e-gantt-dialog > .e-dlg-content {
1509
1509
  padding: 0 !important;
@@ -661,14 +661,13 @@
661
661
  }
662
662
  .e-lib.e-gantt .e-gantt-chart .e-timeline-header-container {
663
663
  border-bottom-style: solid;
664
- border-right-width: 0;
664
+ border-right: 1px solid;
665
665
  overflow: hidden;
666
666
  position: relative;
667
667
  z-index: 6;
668
668
  }
669
669
  .e-lib.e-gantt .e-gantt-chart .e-timeline-header-table-container > thead > tr > th {
670
670
  border-left: 0;
671
- padding: 0 3px;
672
671
  }
673
672
  .e-lib.e-gantt .e-gantt-chart .e-timeline-header-table-container {
674
673
  border-collapse: collapse;
@@ -720,7 +719,7 @@
720
719
  }
721
720
  .e-lib.e-gantt .e-gantt-chart .e-timeline-top-header-cell .e-gantt-top-cell-text,
722
721
  .e-lib.e-gantt .e-gantt-chart .e-timeline-single-header-cell .e-gantt-top-cell-text {
723
- padding-left: 8px;
722
+ padding-left: 11px;
724
723
  text-align: left;
725
724
  }
726
725
  .e-lib.e-gantt .e-gantt-chart .e-gantt-grid-lines {
@@ -824,7 +823,7 @@
824
823
  .e-lib.e-gantt .e-gantt-chart .e-indicator-span {
825
824
  display: inline-block;
826
825
  font-size: 13px;
827
- font-weight: 400;
826
+ font-weight: normal;
828
827
  overflow: hidden;
829
828
  position: absolute;
830
829
  text-overflow: ellipsis;
@@ -1217,6 +1216,7 @@
1217
1216
  .e-gantt-dialog .e-richtexteditor .e-rte-content {
1218
1217
  border-bottom-width: 0px;
1219
1218
  height: 200px;
1219
+ overflow: hidden;
1220
1220
  }
1221
1221
  .e-gantt-dialog > .e-dlg-content {
1222
1222
  padding: 0 !important;
@@ -577,14 +577,13 @@
577
577
  }
578
578
  .e-lib.e-gantt .e-gantt-chart .e-timeline-header-container {
579
579
  border-bottom-style: solid;
580
- border-right-width: 0;
580
+ border-right: 1px solid;
581
581
  overflow: hidden;
582
582
  position: relative;
583
583
  z-index: 6;
584
584
  }
585
585
  .e-lib.e-gantt .e-gantt-chart .e-timeline-header-table-container > thead > tr > th {
586
586
  border-left: 0;
587
- padding: 0 3px;
588
587
  }
589
588
  .e-lib.e-gantt .e-gantt-chart .e-timeline-header-table-container {
590
589
  border-collapse: collapse;
@@ -636,7 +635,7 @@
636
635
  }
637
636
  .e-lib.e-gantt .e-gantt-chart .e-timeline-top-header-cell .e-gantt-top-cell-text,
638
637
  .e-lib.e-gantt .e-gantt-chart .e-timeline-single-header-cell .e-gantt-top-cell-text {
639
- padding-left: 8px;
638
+ padding-left: 11px;
640
639
  text-align: left;
641
640
  }
642
641
  .e-lib.e-gantt .e-gantt-chart .e-gantt-grid-lines {
@@ -740,7 +739,7 @@
740
739
  .e-lib.e-gantt .e-gantt-chart .e-indicator-span {
741
740
  display: inline-block;
742
741
  font-size: 13px;
743
- font-weight: 400;
742
+ font-weight: normal;
744
743
  overflow: hidden;
745
744
  position: absolute;
746
745
  text-overflow: ellipsis;
@@ -1133,6 +1132,7 @@
1133
1132
  .e-gantt-dialog .e-richtexteditor .e-rte-content {
1134
1133
  border-bottom-width: 0px;
1135
1134
  height: 200px;
1135
+ overflow: hidden;
1136
1136
  }
1137
1137
  .e-gantt-dialog > .e-dlg-content {
1138
1138
  padding: 0 !important;
@@ -575,14 +575,13 @@
575
575
  }
576
576
  .e-lib.e-gantt .e-gantt-chart .e-timeline-header-container {
577
577
  border-bottom-style: solid;
578
- border-right-width: 0;
578
+ border-right: 1px solid;
579
579
  overflow: hidden;
580
580
  position: relative;
581
581
  z-index: 6;
582
582
  }
583
583
  .e-lib.e-gantt .e-gantt-chart .e-timeline-header-table-container > thead > tr > th {
584
584
  border-left: 0;
585
- padding: 0 3px;
586
585
  }
587
586
  .e-lib.e-gantt .e-gantt-chart .e-timeline-header-table-container {
588
587
  border-collapse: collapse;
@@ -634,7 +633,7 @@
634
633
  }
635
634
  .e-lib.e-gantt .e-gantt-chart .e-timeline-top-header-cell .e-gantt-top-cell-text,
636
635
  .e-lib.e-gantt .e-gantt-chart .e-timeline-single-header-cell .e-gantt-top-cell-text {
637
- padding-left: 8px;
636
+ padding-left: 11px;
638
637
  text-align: left;
639
638
  }
640
639
  .e-lib.e-gantt .e-gantt-chart .e-gantt-grid-lines {
@@ -738,7 +737,7 @@
738
737
  .e-lib.e-gantt .e-gantt-chart .e-indicator-span {
739
738
  display: inline-block;
740
739
  font-size: 13px;
741
- font-weight: 400;
740
+ font-weight: normal;
742
741
  overflow: hidden;
743
742
  position: absolute;
744
743
  text-overflow: ellipsis;
@@ -1131,6 +1130,7 @@
1131
1130
  .e-gantt-dialog .e-richtexteditor .e-rte-content {
1132
1131
  border-bottom-width: 0px;
1133
1132
  height: 200px;
1133
+ overflow: hidden;
1134
1134
  }
1135
1135
  .e-gantt-dialog > .e-dlg-content {
1136
1136
  padding: 0 !important;
@@ -640,14 +640,13 @@
640
640
  }
641
641
  .e-lib.e-gantt .e-gantt-chart .e-timeline-header-container {
642
642
  border-bottom-style: solid;
643
- border-right-width: 0;
643
+ border-right: 1px solid;
644
644
  overflow: hidden;
645
645
  position: relative;
646
646
  z-index: 6;
647
647
  }
648
648
  .e-lib.e-gantt .e-gantt-chart .e-timeline-header-table-container > thead > tr > th {
649
649
  border-left: 0;
650
- padding: 0 3px;
651
650
  }
652
651
  .e-lib.e-gantt .e-gantt-chart .e-timeline-header-table-container {
653
652
  border-collapse: collapse;
@@ -699,7 +698,7 @@
699
698
  }
700
699
  .e-lib.e-gantt .e-gantt-chart .e-timeline-top-header-cell .e-gantt-top-cell-text,
701
700
  .e-lib.e-gantt .e-gantt-chart .e-timeline-single-header-cell .e-gantt-top-cell-text {
702
- padding-left: 8px;
701
+ padding-left: 11px;
703
702
  text-align: left;
704
703
  }
705
704
  .e-lib.e-gantt .e-gantt-chart .e-gantt-grid-lines {
@@ -803,7 +802,7 @@
803
802
  .e-lib.e-gantt .e-gantt-chart .e-indicator-span {
804
803
  display: inline-block;
805
804
  font-size: 13px;
806
- font-weight: 400;
805
+ font-weight: normal;
807
806
  overflow: hidden;
808
807
  position: absolute;
809
808
  text-overflow: ellipsis;
@@ -1196,6 +1195,7 @@
1196
1195
  .e-gantt-dialog .e-richtexteditor .e-rte-content {
1197
1196
  border-bottom-width: 0px;
1198
1197
  height: 200px;
1198
+ overflow: hidden;
1199
1199
  }
1200
1200
  .e-gantt-dialog > .e-dlg-content {
1201
1201
  padding: 0 !important;
@@ -640,14 +640,13 @@
640
640
  }
641
641
  .e-lib.e-gantt .e-gantt-chart .e-timeline-header-container {
642
642
  border-bottom-style: solid;
643
- border-right-width: 0;
643
+ border-right: 1px solid;
644
644
  overflow: hidden;
645
645
  position: relative;
646
646
  z-index: 6;
647
647
  }
648
648
  .e-lib.e-gantt .e-gantt-chart .e-timeline-header-table-container > thead > tr > th {
649
649
  border-left: 0;
650
- padding: 0 3px;
651
650
  }
652
651
  .e-lib.e-gantt .e-gantt-chart .e-timeline-header-table-container {
653
652
  border-collapse: collapse;
@@ -699,7 +698,7 @@
699
698
  }
700
699
  .e-lib.e-gantt .e-gantt-chart .e-timeline-top-header-cell .e-gantt-top-cell-text,
701
700
  .e-lib.e-gantt .e-gantt-chart .e-timeline-single-header-cell .e-gantt-top-cell-text {
702
- padding-left: 8px;
701
+ padding-left: 11px;
703
702
  text-align: left;
704
703
  }
705
704
  .e-lib.e-gantt .e-gantt-chart .e-gantt-grid-lines {
@@ -803,7 +802,7 @@
803
802
  .e-lib.e-gantt .e-gantt-chart .e-indicator-span {
804
803
  display: inline-block;
805
804
  font-size: 13px;
806
- font-weight: 400;
805
+ font-weight: normal;
807
806
  overflow: hidden;
808
807
  position: absolute;
809
808
  text-overflow: ellipsis;
@@ -1196,6 +1195,7 @@
1196
1195
  .e-gantt-dialog .e-richtexteditor .e-rte-content {
1197
1196
  border-bottom-width: 0px;
1198
1197
  height: 200px;
1198
+ overflow: hidden;
1199
1199
  }
1200
1200
  .e-gantt-dialog > .e-dlg-content {
1201
1201
  padding: 0 !important;