@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
@@ -2055,6 +2055,18 @@
2055
2055
  touch-action: pinch-zoom;
2056
2056
  }
2057
2057
 
2058
+ .e-license {
2059
+ color: rgb(255, 255, 0);
2060
+ text-decoration: none;
2061
+ }
2062
+
2063
+ .e-license-banner {
2064
+ cursor: pointer;
2065
+ position: absolute;
2066
+ right: 10px;
2067
+ top: 27%;
2068
+ }
2069
+
2058
2070
  /*! animation keyframes */
2059
2071
  @keyframes SlideLeftOut {
2060
2072
  from {
@@ -7362,6 +7374,33 @@ textarea.e-outline.e-input,
7362
7374
  width: calc(100% - 1px);
7363
7375
  }
7364
7376
 
7377
+ .e-outline.e-float-input.e-control-wrapper.e-numeric label.e-float-text.e-label-bottom span.e-float-text-content.e-float-text-overflow {
7378
+ width: calc(100% - 80px);
7379
+ }
7380
+
7381
+ .e-outline.e-float-input.e-control-wrapper.e-numeric label.e-float-text.e-label-top span.e-float-text-content.e-float-text-overflow,
7382
+ .e-outline.e-float-input.e-control-wrapper label.e-float-text.e-label-top span.e-float-text-content.e-float-text-overflow,
7383
+ .e-outline.e-float-input.e-control-wrapper label.e-float-text.e-label-bottom span.e-float-text-content.e-float-text-overflow,
7384
+ .e-outline.e-float-input.e-control-wrapper.e-static-clear label.e-float-text.e-label-top span.e-float-text-content.e-float-text-overflow,
7385
+ .e-outline.e-float-input.e-control-wrapper.e-numeric.e-static-clear label.e-float-text.e-label-top span.e-float-text-content.e-float-text-overflow {
7386
+ overflow: hidden;
7387
+ text-overflow: ellipsis;
7388
+ width: 100%;
7389
+ }
7390
+
7391
+ .e-outline.e-float-input.e-control-wrapper.e-static-clear label.e-float-text.e-label-bottom span.e-float-text-content.e-float-text-overflow,
7392
+ .e-outline.e-float-input.e-control-wrapper label.e-float-text.e-label-bottom span.e-float-text-content.e-float-text-overflow.e-icon {
7393
+ width: calc(100% - 45px);
7394
+ }
7395
+
7396
+ .e-outline.e-float-input.e-control-wrapper.e-static-clear label.e-float-text.e-label-bottom span.e-float-text-content.e-float-text-overflow.e-icon {
7397
+ width: calc(100% - 75px);
7398
+ }
7399
+
7400
+ .e-outline.e-float-input.e-control-wrapper.e-numeric.e-static-clear label.e-float-text.e-label-bottom span.e-float-text-content.e-float-text-overflow {
7401
+ width: calc(100% - 110px);
7402
+ }
7403
+
7365
7404
  .e-outline.e-float-input.e-input-group:not(.e-float-icon-left).e-input-focus .e-float-line::before,
7366
7405
  .e-outline.e-float-input.e-input-group:not(.e-float-icon-left).e-input-focus .e-float-line::after,
7367
7406
  .e-outline.e-float-input.e-input-group.e-float-icon-left.e-input-focus .e-input-in-wrap .e-float-line::before,
@@ -51168,13 +51207,10 @@ li.e-separator.e-menu-item.e-excel-separator {
51168
51207
  .e-lib.e-grid.e-rtl .e-frozenheader.e-frozen-right-header > .e-table, .e-lib.e-grid.e-rtl .e-frozencontent.e-frozen-right-content > .e-table {
51169
51208
  border-right-color: #e3165b;
51170
51209
  }
51171
- .e-lib.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-lib.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-lib.e-grid.e-gridhover tr[role=row]:hover .e-rowdragdrop:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-lib.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-lib.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) {
51210
+ .e-lib.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-lib.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-lib.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-lib.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-lib.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) {
51172
51211
  background-color: #eee;
51173
51212
  color: #000;
51174
51213
  }
51175
- .e-lib.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-lib.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-lib.e-grid.e-disable-gridhover tr[role=row]:hover .e-rowdragdrop:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), .e-lib.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-lib.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) {
51176
- background-color: transparent;
51177
- }
51178
51214
  .e-lib.e-grid tr[role=row]:hover .e-rowdragdrop {
51179
51215
  cursor: move;
51180
51216
  }
@@ -57721,14 +57757,13 @@ span.e-table-box.e-rbox-select {
57721
57757
  }
57722
57758
  .e-lib.e-gantt .e-gantt-chart .e-timeline-header-container {
57723
57759
  border-bottom-style: solid;
57724
- border-right-width: 0;
57760
+ border-right: 1px solid;
57725
57761
  overflow: hidden;
57726
57762
  position: relative;
57727
57763
  z-index: 6;
57728
57764
  }
57729
57765
  .e-lib.e-gantt .e-gantt-chart .e-timeline-header-table-container > thead > tr > th {
57730
57766
  border-left: 0;
57731
- padding: 0 3px;
57732
57767
  }
57733
57768
  .e-lib.e-gantt .e-gantt-chart .e-timeline-header-table-container {
57734
57769
  border-collapse: collapse;
@@ -57780,7 +57815,7 @@ span.e-table-box.e-rbox-select {
57780
57815
  }
57781
57816
  .e-lib.e-gantt .e-gantt-chart .e-timeline-top-header-cell .e-gantt-top-cell-text,
57782
57817
  .e-lib.e-gantt .e-gantt-chart .e-timeline-single-header-cell .e-gantt-top-cell-text {
57783
- padding-left: 8px;
57818
+ padding-left: 11px;
57784
57819
  text-align: left;
57785
57820
  }
57786
57821
  .e-lib.e-gantt .e-gantt-chart .e-gantt-grid-lines {
@@ -57884,7 +57919,7 @@ span.e-table-box.e-rbox-select {
57884
57919
  .e-lib.e-gantt .e-gantt-chart .e-indicator-span {
57885
57920
  display: inline-block;
57886
57921
  font-size: 13px;
57887
- font-weight: 400;
57922
+ font-weight: normal;
57888
57923
  overflow: hidden;
57889
57924
  position: absolute;
57890
57925
  text-overflow: ellipsis;
@@ -58277,6 +58312,7 @@ span.e-table-box.e-rbox-select {
58277
58312
  .e-gantt-dialog .e-richtexteditor .e-rte-content {
58278
58313
  border-bottom-width: 0px;
58279
58314
  height: 198px;
58315
+ overflow: hidden;
58280
58316
  }
58281
58317
  .e-gantt-dialog > .e-dlg-content {
58282
58318
  padding: 0 !important;
@@ -70959,11 +70995,11 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
70959
70995
  border-right-width: 1px;
70960
70996
  }
70961
70997
  .e-pivotview .e-stackedheadercelldiv {
70962
- display: block;
70998
+ display: inline;
70963
70999
  }
70964
71000
  .e-pivotview .e-stackedheadertext.e-cellvalue,
70965
71001
  .e-pivotview .e-stackedheadercelldiv.e-cellvalue {
70966
- display: inline-block;
71002
+ display: inline;
70967
71003
  padding-left: 12px !important;
70968
71004
  margin-top: 5px;
70969
71005
  }
@@ -71458,7 +71494,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
71458
71494
  .e-pivotview .e-expand,
71459
71495
  .e-pivotview .e-collapse {
71460
71496
  cursor: pointer;
71461
- display: inline-block;
71497
+ display: inline;
71462
71498
  height: 18px;
71463
71499
  margin-top: 5px;
71464
71500
  text-align: center;
@@ -77568,10 +77604,10 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
77568
77604
  .e-spreadsheet .e-reenterpwd-dlg.e-dialog .e-dlg-content .e-reenterpwd-content .e-input {
77569
77605
  margin-top: 10px;
77570
77606
  }
77571
- .e-spreadsheet .e-goto-dlg {
77607
+ .e-spreadsheet .e-goto-dlg.e-dialog {
77572
77608
  height: auto;
77573
77609
  }
77574
- .e-spreadsheet .e-goto-dlg .e-dlg-content .e-goto-alert-span {
77610
+ .e-spreadsheet .e-goto-dlg.e-dialog .e-dlg-content .e-goto-alert-span {
77575
77611
  font-weight: bold;
77576
77612
  padding-top: 7px;
77577
77613
  }
@@ -78784,32 +78820,32 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
78784
78820
  font-size: 12px;
78785
78821
  padding-top: 7px;
78786
78822
  }
78787
- .e-spreadsheet .e-find-dlg {
78823
+ .e-spreadsheet .e-find-dlg.e-dialog {
78788
78824
  height: auto;
78789
78825
  width: 468px;
78790
78826
  }
78791
- .e-spreadsheet .e-find-dlg .e-dlg-content .e-find-alert-span {
78827
+ .e-spreadsheet .e-find-dlg.e-dialog .e-dlg-content .e-find-alert-span {
78792
78828
  color: #dd2c2c;
78793
78829
  font-size: 12px;
78794
78830
  padding-top: 7px;
78795
78831
  }
78796
- .e-spreadsheet .e-find-dlg .e-dlg-content .e-replace-alert-span {
78832
+ .e-spreadsheet .e-find-dlg.e-dialog .e-dlg-content .e-replace-alert-span {
78797
78833
  color: #dd2c2c;
78798
78834
  font-size: 12px;
78799
78835
  padding-top: 7px;
78800
78836
  }
78801
- .e-spreadsheet .e-find-dlg .e-dlg-content .e-findnreplace-casecheckbox {
78837
+ .e-spreadsheet .e-find-dlg.e-dialog .e-dlg-content .e-findnreplace-casecheckbox {
78802
78838
  padding-right: 12px;
78803
78839
  }
78804
- .e-spreadsheet .e-find-dlg .e-dlg-content .e-findnreplace-exactmatchcheckbox {
78840
+ .e-spreadsheet .e-find-dlg.e-dialog .e-dlg-content .e-findnreplace-exactmatchcheckbox {
78805
78841
  padding: 12px 0;
78806
78842
  }
78807
- .e-spreadsheet .e-find-dlg p.e-header {
78843
+ .e-spreadsheet .e-find-dlg.e-dialog p.e-header {
78808
78844
  margin: 0;
78809
78845
  padding-bottom: 8px;
78810
78846
  padding-top: 12px;
78811
78847
  }
78812
- .e-spreadsheet .e-find-dlg .e-footer-content {
78848
+ .e-spreadsheet .e-find-dlg.e-dialog .e-footer-content {
78813
78849
  text-align: left;
78814
78850
  }
78815
78851
  .e-spreadsheet .e-protectworkbook-dlg.e-dialog {
@@ -79533,12 +79569,12 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
79533
79569
  height: 59px;
79534
79570
  width: 403px;
79535
79571
  }
79536
- .e-bigger .e-spreadsheet .e-goto-dlg,
79537
- .e-bigger.e-spreadsheet .e-goto-dlg {
79572
+ .e-bigger .e-spreadsheet .e-goto-dlg.e-dialog,
79573
+ .e-bigger.e-spreadsheet .e-goto-dlg.e-dialog {
79538
79574
  height: auto;
79539
79575
  }
79540
- .e-bigger .e-spreadsheet .e-goto-dlg .e-btn,
79541
- .e-bigger.e-spreadsheet .e-goto-dlg .e-btn {
79576
+ .e-bigger .e-spreadsheet .e-goto-dlg.e-dialog .e-btn,
79577
+ .e-bigger.e-spreadsheet .e-goto-dlg.e-dialog .e-btn {
79542
79578
  font-size: 12px;
79543
79579
  }
79544
79580
  .e-bigger .e-spreadsheet .e-protectworkbook-dlg.e-dialog .e-dlg-content .e-pwd-alert-span,
package/tailwind-dark.css CHANGED
@@ -1402,6 +1402,18 @@
1402
1402
  touch-action: pinch-zoom;
1403
1403
  }
1404
1404
 
1405
+ .e-license {
1406
+ color: rgb(255, 255, 0);
1407
+ text-decoration: none;
1408
+ }
1409
+
1410
+ .e-license-banner {
1411
+ cursor: pointer;
1412
+ position: absolute;
1413
+ right: 10px;
1414
+ top: 27%;
1415
+ }
1416
+
1405
1417
  /*! animation keyframes */
1406
1418
  @keyframes SlideLeftOut {
1407
1419
  from {
@@ -20886,7 +20898,7 @@ body.e-colorpicker-overflow {
20886
20898
  .e-bigger.e-small .e-upload .e-upload-files .e-file-reload-btn.e-icons:hover,
20887
20899
  .e-bigger.e-small .e-upload .e-upload-files .e-file-abort-btn.e-icons:not(.e-disabled):hover,
20888
20900
  .e-bigger.e-small .e-upload .e-upload-files .e-clear-icon-focus {
20889
- background-color: transparent;
20901
+ background-color: rgba(0, 0, 0, 0.12);
20890
20902
  border-color: transparent;
20891
20903
  border-radius: 50%;
20892
20904
  box-shadow: 0 0 0 transparent;
@@ -21187,7 +21199,7 @@ body.e-colorpicker-overflow {
21187
21199
  color: #f3f4f6;
21188
21200
  }
21189
21201
  .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 {
21190
- background-color: transparent;
21202
+ background-color: rgba(0, 0, 0, 0.12);
21191
21203
  border-color: transparent;
21192
21204
  box-shadow: 0 0 0 transparent;
21193
21205
  }
@@ -30192,6 +30204,7 @@ ejs-sidebar {
30192
30204
  -ms-flex-direction: row;
30193
30205
  flex-direction: row;
30194
30206
  margin-top: -2em;
30207
+ margin-top: -1.45em;
30195
30208
  outline: 0;
30196
30209
  padding: 0;
30197
30210
  position: absolute;
@@ -30372,6 +30385,7 @@ ejs-sidebar {
30372
30385
  .e-bigger .e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon {
30373
30386
  margin-top: -1.62em;
30374
30387
  height: 36px;
30388
+ margin-top: -2em;
30375
30389
  width: 40px;
30376
30390
  }
30377
30391
 
@@ -42699,13 +42713,10 @@ li.e-separator.e-menu-item.e-excel-separator {
42699
42713
  .e-grid.e-rtl .e-frozenheader.e-frozen-right-header > .e-table, .e-grid.e-rtl .e-frozencontent.e-frozen-right-content > .e-table {
42700
42714
  border-right-color: #4b5563;
42701
42715
  }
42702
- .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) {
42716
+ .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) {
42703
42717
  background-color: #4b5563;
42704
42718
  color: #fff;
42705
42719
  }
42706
- .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) {
42707
- background-color: transparent;
42708
- }
42709
42720
  .e-grid tr[role=row]:hover .e-rowdragdrop {
42710
42721
  cursor: move;
42711
42722
  }
@@ -49363,14 +49374,13 @@ span.e-table-box.e-rbox-select {
49363
49374
  }
49364
49375
  .e-gantt .e-gantt-chart .e-timeline-header-container {
49365
49376
  border-bottom-style: solid;
49366
- border-right-width: 0;
49377
+ border-right: 1px solid;
49367
49378
  overflow: hidden;
49368
49379
  position: relative;
49369
49380
  z-index: 6;
49370
49381
  }
49371
49382
  .e-gantt .e-gantt-chart .e-timeline-header-table-container > thead > tr > th {
49372
49383
  border-left: 0;
49373
- padding: 0 3px;
49374
49384
  }
49375
49385
  .e-gantt .e-gantt-chart .e-timeline-header-table-container {
49376
49386
  border-collapse: collapse;
@@ -49422,7 +49432,7 @@ span.e-table-box.e-rbox-select {
49422
49432
  }
49423
49433
  .e-gantt .e-gantt-chart .e-timeline-top-header-cell .e-gantt-top-cell-text,
49424
49434
  .e-gantt .e-gantt-chart .e-timeline-single-header-cell .e-gantt-top-cell-text {
49425
- padding-left: 8px;
49435
+ padding-left: 11px;
49426
49436
  text-align: left;
49427
49437
  }
49428
49438
  .e-gantt .e-gantt-chart .e-gantt-grid-lines {
@@ -49529,7 +49539,7 @@ span.e-table-box.e-rbox-select {
49529
49539
  .e-gantt .e-gantt-chart .e-indicator-span {
49530
49540
  display: inline-block;
49531
49541
  font-size: 13px;
49532
- font-weight: 400;
49542
+ font-weight: normal;
49533
49543
  overflow: hidden;
49534
49544
  position: absolute;
49535
49545
  text-overflow: ellipsis;
@@ -49922,6 +49932,7 @@ span.e-table-box.e-rbox-select {
49922
49932
  .e-gantt-dialog .e-richtexteditor .e-rte-content {
49923
49933
  border-bottom-width: 0px;
49924
49934
  height: 210px;
49935
+ overflow: hidden;
49925
49936
  }
49926
49937
  .e-gantt-dialog > .e-dlg-content {
49927
49938
  padding: 0 !important;
@@ -60754,11 +60765,11 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
60754
60765
  border-right-width: 1px;
60755
60766
  }
60756
60767
  .e-pivotview .e-stackedheadercelldiv {
60757
- display: block;
60768
+ display: inline;
60758
60769
  }
60759
60770
  .e-pivotview .e-stackedheadertext.e-cellvalue,
60760
60771
  .e-pivotview .e-stackedheadercelldiv.e-cellvalue {
60761
- display: inline-block;
60772
+ display: inline;
60762
60773
  padding-left: 12px !important;
60763
60774
  margin-top: 5px;
60764
60775
  margin-top: 2px;
@@ -61255,7 +61266,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
61255
61266
  .e-pivotview .e-expand,
61256
61267
  .e-pivotview .e-collapse {
61257
61268
  cursor: pointer;
61258
- display: inline-block;
61269
+ display: inline;
61259
61270
  height: 18px;
61260
61271
  margin-top: 5px;
61261
61272
  text-align: center;
@@ -67519,10 +67530,10 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
67519
67530
  .e-spreadsheet .e-reenterpwd-dlg.e-dialog .e-dlg-content .e-reenterpwd-content .e-input {
67520
67531
  margin-top: 10px;
67521
67532
  }
67522
- .e-spreadsheet .e-goto-dlg {
67533
+ .e-spreadsheet .e-goto-dlg.e-dialog {
67523
67534
  height: auto;
67524
67535
  }
67525
- .e-spreadsheet .e-goto-dlg .e-dlg-content .e-goto-alert-span {
67536
+ .e-spreadsheet .e-goto-dlg.e-dialog .e-dlg-content .e-goto-alert-span {
67526
67537
  font-weight: bold;
67527
67538
  padding-top: 7px;
67528
67539
  }
@@ -68748,32 +68759,32 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
68748
68759
  font-size: 12px;
68749
68760
  padding-top: 7px;
68750
68761
  }
68751
- .e-spreadsheet .e-find-dlg {
68762
+ .e-spreadsheet .e-find-dlg.e-dialog {
68752
68763
  height: auto;
68753
68764
  width: 468px;
68754
68765
  }
68755
- .e-spreadsheet .e-find-dlg .e-dlg-content .e-find-alert-span {
68766
+ .e-spreadsheet .e-find-dlg.e-dialog .e-dlg-content .e-find-alert-span {
68756
68767
  color: #f87171;
68757
68768
  font-size: 12px;
68758
68769
  padding-top: 7px;
68759
68770
  }
68760
- .e-spreadsheet .e-find-dlg .e-dlg-content .e-replace-alert-span {
68771
+ .e-spreadsheet .e-find-dlg.e-dialog .e-dlg-content .e-replace-alert-span {
68761
68772
  color: #f87171;
68762
68773
  font-size: 12px;
68763
68774
  padding-top: 7px;
68764
68775
  }
68765
- .e-spreadsheet .e-find-dlg .e-dlg-content .e-findnreplace-casecheckbox {
68776
+ .e-spreadsheet .e-find-dlg.e-dialog .e-dlg-content .e-findnreplace-casecheckbox {
68766
68777
  padding-right: 12px;
68767
68778
  }
68768
- .e-spreadsheet .e-find-dlg .e-dlg-content .e-findnreplace-exactmatchcheckbox {
68779
+ .e-spreadsheet .e-find-dlg.e-dialog .e-dlg-content .e-findnreplace-exactmatchcheckbox {
68769
68780
  padding: 12px 0;
68770
68781
  }
68771
- .e-spreadsheet .e-find-dlg p.e-header {
68782
+ .e-spreadsheet .e-find-dlg.e-dialog p.e-header {
68772
68783
  margin: 0;
68773
68784
  padding-bottom: 8px;
68774
68785
  padding-top: 12px;
68775
68786
  }
68776
- .e-spreadsheet .e-find-dlg .e-footer-content {
68787
+ .e-spreadsheet .e-find-dlg.e-dialog .e-footer-content {
68777
68788
  text-align: left;
68778
68789
  }
68779
68790
  .e-spreadsheet .e-protectworkbook-dlg.e-dialog {
@@ -69517,12 +69528,12 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
69517
69528
  height: 50px;
69518
69529
  width: 419px;
69519
69530
  }
69520
- .e-bigger .e-spreadsheet .e-goto-dlg,
69521
- .e-bigger.e-spreadsheet .e-goto-dlg {
69531
+ .e-bigger .e-spreadsheet .e-goto-dlg.e-dialog,
69532
+ .e-bigger.e-spreadsheet .e-goto-dlg.e-dialog {
69522
69533
  height: auto;
69523
69534
  }
69524
- .e-bigger .e-spreadsheet .e-goto-dlg .e-btn,
69525
- .e-bigger.e-spreadsheet .e-goto-dlg .e-btn {
69535
+ .e-bigger .e-spreadsheet .e-goto-dlg.e-dialog .e-btn,
69536
+ .e-bigger.e-spreadsheet .e-goto-dlg.e-dialog .e-btn {
69526
69537
  font-size: 12px;
69527
69538
  }
69528
69539
  .e-bigger .e-spreadsheet .e-protectworkbook-dlg.e-dialog .e-dlg-content .e-pwd-alert-span,
package/tailwind.css CHANGED
@@ -1402,6 +1402,18 @@
1402
1402
  touch-action: pinch-zoom;
1403
1403
  }
1404
1404
 
1405
+ .e-license {
1406
+ color: rgb(255, 255, 0);
1407
+ text-decoration: none;
1408
+ }
1409
+
1410
+ .e-license-banner {
1411
+ cursor: pointer;
1412
+ position: absolute;
1413
+ right: 10px;
1414
+ top: 27%;
1415
+ }
1416
+
1405
1417
  /*! animation keyframes */
1406
1418
  @keyframes SlideLeftOut {
1407
1419
  from {
@@ -20886,7 +20898,7 @@ body.e-colorpicker-overflow {
20886
20898
  .e-bigger.e-small .e-upload .e-upload-files .e-file-reload-btn.e-icons:hover,
20887
20899
  .e-bigger.e-small .e-upload .e-upload-files .e-file-abort-btn.e-icons:not(.e-disabled):hover,
20888
20900
  .e-bigger.e-small .e-upload .e-upload-files .e-clear-icon-focus {
20889
- background-color: transparent;
20901
+ background-color: rgba(0, 0, 0, 0.12);
20890
20902
  border-color: transparent;
20891
20903
  border-radius: 50%;
20892
20904
  box-shadow: 0 0 0 transparent;
@@ -21187,7 +21199,7 @@ body.e-colorpicker-overflow {
21187
21199
  color: #374151;
21188
21200
  }
21189
21201
  .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 {
21190
- background-color: transparent;
21202
+ background-color: rgba(0, 0, 0, 0.12);
21191
21203
  border-color: transparent;
21192
21204
  box-shadow: 0 0 0 transparent;
21193
21205
  }
@@ -30192,6 +30204,7 @@ ejs-sidebar {
30192
30204
  -ms-flex-direction: row;
30193
30205
  flex-direction: row;
30194
30206
  margin-top: -2em;
30207
+ margin-top: -1.45em;
30195
30208
  outline: 0;
30196
30209
  padding: 0;
30197
30210
  position: absolute;
@@ -30372,6 +30385,7 @@ ejs-sidebar {
30372
30385
  .e-bigger .e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon {
30373
30386
  margin-top: -1.62em;
30374
30387
  height: 36px;
30388
+ margin-top: -2em;
30375
30389
  width: 40px;
30376
30390
  }
30377
30391
 
@@ -42699,13 +42713,10 @@ li.e-separator.e-menu-item.e-excel-separator {
42699
42713
  .e-grid.e-rtl .e-frozenheader.e-frozen-right-header > .e-table, .e-grid.e-rtl .e-frozencontent.e-frozen-right-content > .e-table {
42700
42714
  border-right-color: #e5e7eb;
42701
42715
  }
42702
- .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) {
42716
+ .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) {
42703
42717
  background-color: #f3f4f6;
42704
42718
  color: #111827;
42705
42719
  }
42706
- .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) {
42707
- background-color: transparent;
42708
- }
42709
42720
  .e-grid tr[role=row]:hover .e-rowdragdrop {
42710
42721
  cursor: move;
42711
42722
  }
@@ -49363,14 +49374,13 @@ span.e-table-box.e-rbox-select {
49363
49374
  }
49364
49375
  .e-gantt .e-gantt-chart .e-timeline-header-container {
49365
49376
  border-bottom-style: solid;
49366
- border-right-width: 0;
49377
+ border-right: 1px solid;
49367
49378
  overflow: hidden;
49368
49379
  position: relative;
49369
49380
  z-index: 6;
49370
49381
  }
49371
49382
  .e-gantt .e-gantt-chart .e-timeline-header-table-container > thead > tr > th {
49372
49383
  border-left: 0;
49373
- padding: 0 3px;
49374
49384
  }
49375
49385
  .e-gantt .e-gantt-chart .e-timeline-header-table-container {
49376
49386
  border-collapse: collapse;
@@ -49422,7 +49432,7 @@ span.e-table-box.e-rbox-select {
49422
49432
  }
49423
49433
  .e-gantt .e-gantt-chart .e-timeline-top-header-cell .e-gantt-top-cell-text,
49424
49434
  .e-gantt .e-gantt-chart .e-timeline-single-header-cell .e-gantt-top-cell-text {
49425
- padding-left: 8px;
49435
+ padding-left: 11px;
49426
49436
  text-align: left;
49427
49437
  }
49428
49438
  .e-gantt .e-gantt-chart .e-gantt-grid-lines {
@@ -49529,7 +49539,7 @@ span.e-table-box.e-rbox-select {
49529
49539
  .e-gantt .e-gantt-chart .e-indicator-span {
49530
49540
  display: inline-block;
49531
49541
  font-size: 13px;
49532
- font-weight: 400;
49542
+ font-weight: normal;
49533
49543
  overflow: hidden;
49534
49544
  position: absolute;
49535
49545
  text-overflow: ellipsis;
@@ -49922,6 +49932,7 @@ span.e-table-box.e-rbox-select {
49922
49932
  .e-gantt-dialog .e-richtexteditor .e-rte-content {
49923
49933
  border-bottom-width: 0px;
49924
49934
  height: 210px;
49935
+ overflow: hidden;
49925
49936
  }
49926
49937
  .e-gantt-dialog > .e-dlg-content {
49927
49938
  padding: 0 !important;
@@ -60758,11 +60769,11 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
60758
60769
  border-right-width: 1px;
60759
60770
  }
60760
60771
  .e-pivotview .e-stackedheadercelldiv {
60761
- display: block;
60772
+ display: inline;
60762
60773
  }
60763
60774
  .e-pivotview .e-stackedheadertext.e-cellvalue,
60764
60775
  .e-pivotview .e-stackedheadercelldiv.e-cellvalue {
60765
- display: inline-block;
60776
+ display: inline;
60766
60777
  padding-left: 12px !important;
60767
60778
  margin-top: 5px;
60768
60779
  margin-top: 2px;
@@ -61259,7 +61270,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
61259
61270
  .e-pivotview .e-expand,
61260
61271
  .e-pivotview .e-collapse {
61261
61272
  cursor: pointer;
61262
- display: inline-block;
61273
+ display: inline;
61263
61274
  height: 18px;
61264
61275
  margin-top: 5px;
61265
61276
  text-align: center;
@@ -67523,10 +67534,10 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
67523
67534
  .e-spreadsheet .e-reenterpwd-dlg.e-dialog .e-dlg-content .e-reenterpwd-content .e-input {
67524
67535
  margin-top: 10px;
67525
67536
  }
67526
- .e-spreadsheet .e-goto-dlg {
67537
+ .e-spreadsheet .e-goto-dlg.e-dialog {
67527
67538
  height: auto;
67528
67539
  }
67529
- .e-spreadsheet .e-goto-dlg .e-dlg-content .e-goto-alert-span {
67540
+ .e-spreadsheet .e-goto-dlg.e-dialog .e-dlg-content .e-goto-alert-span {
67530
67541
  font-weight: bold;
67531
67542
  padding-top: 7px;
67532
67543
  }
@@ -68752,32 +68763,32 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
68752
68763
  font-size: 12px;
68753
68764
  padding-top: 7px;
68754
68765
  }
68755
- .e-spreadsheet .e-find-dlg {
68766
+ .e-spreadsheet .e-find-dlg.e-dialog {
68756
68767
  height: auto;
68757
68768
  width: 468px;
68758
68769
  }
68759
- .e-spreadsheet .e-find-dlg .e-dlg-content .e-find-alert-span {
68770
+ .e-spreadsheet .e-find-dlg.e-dialog .e-dlg-content .e-find-alert-span {
68760
68771
  color: #dc2626;
68761
68772
  font-size: 12px;
68762
68773
  padding-top: 7px;
68763
68774
  }
68764
- .e-spreadsheet .e-find-dlg .e-dlg-content .e-replace-alert-span {
68775
+ .e-spreadsheet .e-find-dlg.e-dialog .e-dlg-content .e-replace-alert-span {
68765
68776
  color: #dc2626;
68766
68777
  font-size: 12px;
68767
68778
  padding-top: 7px;
68768
68779
  }
68769
- .e-spreadsheet .e-find-dlg .e-dlg-content .e-findnreplace-casecheckbox {
68780
+ .e-spreadsheet .e-find-dlg.e-dialog .e-dlg-content .e-findnreplace-casecheckbox {
68770
68781
  padding-right: 12px;
68771
68782
  }
68772
- .e-spreadsheet .e-find-dlg .e-dlg-content .e-findnreplace-exactmatchcheckbox {
68783
+ .e-spreadsheet .e-find-dlg.e-dialog .e-dlg-content .e-findnreplace-exactmatchcheckbox {
68773
68784
  padding: 12px 0;
68774
68785
  }
68775
- .e-spreadsheet .e-find-dlg p.e-header {
68786
+ .e-spreadsheet .e-find-dlg.e-dialog p.e-header {
68776
68787
  margin: 0;
68777
68788
  padding-bottom: 8px;
68778
68789
  padding-top: 12px;
68779
68790
  }
68780
- .e-spreadsheet .e-find-dlg .e-footer-content {
68791
+ .e-spreadsheet .e-find-dlg.e-dialog .e-footer-content {
68781
68792
  text-align: left;
68782
68793
  }
68783
68794
  .e-spreadsheet .e-protectworkbook-dlg.e-dialog {
@@ -69521,12 +69532,12 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
69521
69532
  height: 50px;
69522
69533
  width: 419px;
69523
69534
  }
69524
- .e-bigger .e-spreadsheet .e-goto-dlg,
69525
- .e-bigger.e-spreadsheet .e-goto-dlg {
69535
+ .e-bigger .e-spreadsheet .e-goto-dlg.e-dialog,
69536
+ .e-bigger.e-spreadsheet .e-goto-dlg.e-dialog {
69526
69537
  height: auto;
69527
69538
  }
69528
- .e-bigger .e-spreadsheet .e-goto-dlg .e-btn,
69529
- .e-bigger.e-spreadsheet .e-goto-dlg .e-btn {
69539
+ .e-bigger .e-spreadsheet .e-goto-dlg.e-dialog .e-btn,
69540
+ .e-bigger.e-spreadsheet .e-goto-dlg.e-dialog .e-btn {
69530
69541
  font-size: 12px;
69531
69542
  }
69532
69543
  .e-bigger .e-spreadsheet .e-protectworkbook-dlg.e-dialog .e-dlg-content .e-pwd-alert-span,
@@ -501,7 +501,7 @@
501
501
  .e-bigger.e-small .e-upload .e-upload-files .e-file-reload-btn.e-icons:hover,
502
502
  .e-bigger.e-small .e-upload .e-upload-files .e-file-abort-btn.e-icons:not(.e-disabled):hover,
503
503
  .e-bigger.e-small .e-upload .e-upload-files .e-clear-icon-focus {
504
- background-color: transparent;
504
+ background-color: rgba(0, 0, 0, 0.12);
505
505
  border-color: transparent;
506
506
  border-radius: 50%;
507
507
  box-shadow: 0 0 0 transparent;
@@ -799,7 +799,7 @@
799
799
  color: #dee2e6;
800
800
  }
801
801
  .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 {
802
- background-color: transparent;
802
+ background-color: rgba(0, 0, 0, 0.12);
803
803
  border-color: transparent;
804
804
  box-shadow: 0 0 0 transparent;
805
805
  }
@@ -501,7 +501,7 @@
501
501
  .e-bigger.e-small .e-upload .e-upload-files .e-file-reload-btn.e-icons:hover,
502
502
  .e-bigger.e-small .e-upload .e-upload-files .e-file-abort-btn.e-icons:not(.e-disabled):hover,
503
503
  .e-bigger.e-small .e-upload .e-upload-files .e-clear-icon-focus {
504
- background-color: transparent;
504
+ background-color: rgba(0, 0, 0, 0.12);
505
505
  border-color: transparent;
506
506
  border-radius: 50%;
507
507
  box-shadow: 0 0 0 transparent;
@@ -799,7 +799,7 @@
799
799
  color: #343a40;
800
800
  }
801
801
  .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 {
802
- background-color: transparent;
802
+ background-color: rgba(0, 0, 0, 0.12);
803
803
  border-color: transparent;
804
804
  box-shadow: 0 0 0 transparent;
805
805
  }
@@ -501,7 +501,7 @@
501
501
  .e-bigger.e-small .e-upload .e-upload-files .e-file-reload-btn.e-icons:hover,
502
502
  .e-bigger.e-small .e-upload .e-upload-files .e-file-abort-btn.e-icons:not(.e-disabled):hover,
503
503
  .e-bigger.e-small .e-upload .e-upload-files .e-clear-icon-focus {
504
- background-color: transparent;
504
+ background-color: rgba(0, 0, 0, 0.12);
505
505
  border-color: transparent;
506
506
  border-radius: 50%;
507
507
  box-shadow: 0 0 0 transparent;
@@ -799,7 +799,7 @@
799
799
  color: #dee2e6;
800
800
  }
801
801
  .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 {
802
- background-color: transparent;
802
+ background-color: rgba(0, 0, 0, 0.12);
803
803
  border-color: transparent;
804
804
  box-shadow: 0 0 0 transparent;
805
805
  }