@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/material.css CHANGED
@@ -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,
@@ -51528,13 +51567,10 @@ li.e-separator.e-menu-item.e-excel-separator {
51528
51567
  .e-grid.e-rtl .e-frozenheader.e-frozen-right-header > .e-table, .e-grid.e-rtl .e-frozencontent.e-frozen-right-content > .e-table {
51529
51568
  border-right-color: #e3165b;
51530
51569
  }
51531
- .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) {
51570
+ .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) {
51532
51571
  background-color: #eee;
51533
51572
  color: #000;
51534
51573
  }
51535
- .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) {
51536
- background-color: transparent;
51537
- }
51538
51574
  .e-grid tr[role=row]:hover .e-rowdragdrop {
51539
51575
  cursor: move;
51540
51576
  }
@@ -58145,14 +58181,13 @@ span.e-table-box.e-rbox-select {
58145
58181
  }
58146
58182
  .e-gantt .e-gantt-chart .e-timeline-header-container {
58147
58183
  border-bottom-style: solid;
58148
- border-right-width: 0;
58184
+ border-right: 1px solid;
58149
58185
  overflow: hidden;
58150
58186
  position: relative;
58151
58187
  z-index: 6;
58152
58188
  }
58153
58189
  .e-gantt .e-gantt-chart .e-timeline-header-table-container > thead > tr > th {
58154
58190
  border-left: 0;
58155
- padding: 0 3px;
58156
58191
  }
58157
58192
  .e-gantt .e-gantt-chart .e-timeline-header-table-container {
58158
58193
  border-collapse: collapse;
@@ -58204,7 +58239,7 @@ span.e-table-box.e-rbox-select {
58204
58239
  }
58205
58240
  .e-gantt .e-gantt-chart .e-timeline-top-header-cell .e-gantt-top-cell-text,
58206
58241
  .e-gantt .e-gantt-chart .e-timeline-single-header-cell .e-gantt-top-cell-text {
58207
- padding-left: 8px;
58242
+ padding-left: 11px;
58208
58243
  text-align: left;
58209
58244
  }
58210
58245
  .e-gantt .e-gantt-chart .e-gantt-grid-lines {
@@ -58308,7 +58343,7 @@ span.e-table-box.e-rbox-select {
58308
58343
  .e-gantt .e-gantt-chart .e-indicator-span {
58309
58344
  display: inline-block;
58310
58345
  font-size: 13px;
58311
- font-weight: 400;
58346
+ font-weight: normal;
58312
58347
  overflow: hidden;
58313
58348
  position: absolute;
58314
58349
  text-overflow: ellipsis;
@@ -58701,6 +58736,7 @@ span.e-table-box.e-rbox-select {
58701
58736
  .e-gantt-dialog .e-richtexteditor .e-rte-content {
58702
58737
  border-bottom-width: 0px;
58703
58738
  height: 198px;
58739
+ overflow: hidden;
58704
58740
  }
58705
58741
  .e-gantt-dialog > .e-dlg-content {
58706
58742
  padding: 0 !important;
@@ -71403,11 +71439,11 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
71403
71439
  border-right-width: 1px;
71404
71440
  }
71405
71441
  .e-pivotview .e-stackedheadercelldiv {
71406
- display: block;
71442
+ display: inline;
71407
71443
  }
71408
71444
  .e-pivotview .e-stackedheadertext.e-cellvalue,
71409
71445
  .e-pivotview .e-stackedheadercelldiv.e-cellvalue {
71410
- display: inline-block;
71446
+ display: inline;
71411
71447
  padding-left: 12px !important;
71412
71448
  margin-top: 5px;
71413
71449
  }
@@ -71902,7 +71938,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
71902
71938
  .e-pivotview .e-expand,
71903
71939
  .e-pivotview .e-collapse {
71904
71940
  cursor: pointer;
71905
- display: inline-block;
71941
+ display: inline;
71906
71942
  height: 18px;
71907
71943
  margin-top: 5px;
71908
71944
  text-align: center;
@@ -78012,10 +78048,10 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
78012
78048
  .e-spreadsheet .e-reenterpwd-dlg.e-dialog .e-dlg-content .e-reenterpwd-content .e-input {
78013
78049
  margin-top: 10px;
78014
78050
  }
78015
- .e-spreadsheet .e-goto-dlg {
78051
+ .e-spreadsheet .e-goto-dlg.e-dialog {
78016
78052
  height: auto;
78017
78053
  }
78018
- .e-spreadsheet .e-goto-dlg .e-dlg-content .e-goto-alert-span {
78054
+ .e-spreadsheet .e-goto-dlg.e-dialog .e-dlg-content .e-goto-alert-span {
78019
78055
  font-weight: bold;
78020
78056
  padding-top: 7px;
78021
78057
  }
@@ -79228,32 +79264,32 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
79228
79264
  font-size: 12px;
79229
79265
  padding-top: 7px;
79230
79266
  }
79231
- .e-spreadsheet .e-find-dlg {
79267
+ .e-spreadsheet .e-find-dlg.e-dialog {
79232
79268
  height: auto;
79233
79269
  width: 468px;
79234
79270
  }
79235
- .e-spreadsheet .e-find-dlg .e-dlg-content .e-find-alert-span {
79271
+ .e-spreadsheet .e-find-dlg.e-dialog .e-dlg-content .e-find-alert-span {
79236
79272
  color: #dd2c2c;
79237
79273
  font-size: 12px;
79238
79274
  padding-top: 7px;
79239
79275
  }
79240
- .e-spreadsheet .e-find-dlg .e-dlg-content .e-replace-alert-span {
79276
+ .e-spreadsheet .e-find-dlg.e-dialog .e-dlg-content .e-replace-alert-span {
79241
79277
  color: #dd2c2c;
79242
79278
  font-size: 12px;
79243
79279
  padding-top: 7px;
79244
79280
  }
79245
- .e-spreadsheet .e-find-dlg .e-dlg-content .e-findnreplace-casecheckbox {
79281
+ .e-spreadsheet .e-find-dlg.e-dialog .e-dlg-content .e-findnreplace-casecheckbox {
79246
79282
  padding-right: 12px;
79247
79283
  }
79248
- .e-spreadsheet .e-find-dlg .e-dlg-content .e-findnreplace-exactmatchcheckbox {
79284
+ .e-spreadsheet .e-find-dlg.e-dialog .e-dlg-content .e-findnreplace-exactmatchcheckbox {
79249
79285
  padding: 12px 0;
79250
79286
  }
79251
- .e-spreadsheet .e-find-dlg p.e-header {
79287
+ .e-spreadsheet .e-find-dlg.e-dialog p.e-header {
79252
79288
  margin: 0;
79253
79289
  padding-bottom: 8px;
79254
79290
  padding-top: 12px;
79255
79291
  }
79256
- .e-spreadsheet .e-find-dlg .e-footer-content {
79292
+ .e-spreadsheet .e-find-dlg.e-dialog .e-footer-content {
79257
79293
  text-align: left;
79258
79294
  }
79259
79295
  .e-spreadsheet .e-protectworkbook-dlg.e-dialog {
@@ -79977,12 +80013,12 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
79977
80013
  height: 59px;
79978
80014
  width: 403px;
79979
80015
  }
79980
- .e-bigger .e-spreadsheet .e-goto-dlg,
79981
- .e-bigger.e-spreadsheet .e-goto-dlg {
80016
+ .e-bigger .e-spreadsheet .e-goto-dlg.e-dialog,
80017
+ .e-bigger.e-spreadsheet .e-goto-dlg.e-dialog {
79982
80018
  height: auto;
79983
80019
  }
79984
- .e-bigger .e-spreadsheet .e-goto-dlg .e-btn,
79985
- .e-bigger.e-spreadsheet .e-goto-dlg .e-btn {
80020
+ .e-bigger .e-spreadsheet .e-goto-dlg.e-dialog .e-btn,
80021
+ .e-bigger.e-spreadsheet .e-goto-dlg.e-dialog .e-btn {
79986
80022
  font-size: 12px;
79987
80023
  }
79988
80024
  .e-bigger .e-spreadsheet .e-protectworkbook-dlg.e-dialog .e-dlg-content .e-pwd-alert-span,
@@ -221,6 +221,7 @@
221
221
  -ms-flex-direction: row;
222
222
  flex-direction: row;
223
223
  margin-top: -2em;
224
+ margin-top: -1.45em;
224
225
  outline: 0;
225
226
  padding: 0;
226
227
  position: absolute;
@@ -401,6 +402,7 @@
401
402
  .e-bigger .e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon {
402
403
  margin-top: -1.62em;
403
404
  height: 36px;
405
+ margin-top: -2em;
404
406
  width: 40px;
405
407
  }
406
408
 
@@ -221,6 +221,7 @@
221
221
  -ms-flex-direction: row;
222
222
  flex-direction: row;
223
223
  margin-top: -2em;
224
+ margin-top: -1.45em;
224
225
  outline: 0;
225
226
  padding: 0;
226
227
  position: absolute;
@@ -401,6 +402,7 @@
401
402
  .e-bigger .e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon {
402
403
  margin-top: -1.62em;
403
404
  height: 36px;
405
+ margin-top: -2em;
404
406
  width: 40px;
405
407
  }
406
408
 
@@ -221,6 +221,7 @@
221
221
  -ms-flex-direction: row;
222
222
  flex-direction: row;
223
223
  margin-top: -2em;
224
+ margin-top: -1.45em;
224
225
  outline: 0;
225
226
  padding: 0;
226
227
  position: absolute;
@@ -401,6 +402,7 @@
401
402
  .e-bigger .e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon {
402
403
  margin-top: -1.62em;
403
404
  height: 36px;
405
+ margin-top: -2em;
404
406
  width: 40px;
405
407
  }
406
408
 
@@ -221,6 +221,7 @@
221
221
  -ms-flex-direction: row;
222
222
  flex-direction: row;
223
223
  margin-top: -2em;
224
+ margin-top: -1.45em;
224
225
  outline: 0;
225
226
  padding: 0;
226
227
  position: absolute;
@@ -401,6 +402,7 @@
401
402
  .e-bigger .e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon {
402
403
  margin-top: -1.62em;
403
404
  height: 36px;
405
+ margin-top: -2em;
404
406
  width: 40px;
405
407
  }
406
408
 
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "_from": "@syncfusion/ej2@*",
3
- "_id": "@syncfusion/ej2@20.4.0",
3
+ "_id": "@syncfusion/ej2@20.3.0",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-IGpxGDM6b/qV/TAYtmdLwxkgxvhdYEcSgUflOq49kIZwE9qJ5wuI6uw+PLI5k0s0nk39llGBg6Y2/6jpvrIwfw==",
5
+ "_integrity": "sha512-ayRIjMdhHJ8vYMcg6fMyBPXYPMuP5jyFuHVBdVANj42IbQ3Rw4mc4r0gXja5RnLY7sth9Dd3bGBX1ULevJKi5Q==",
6
6
  "_location": "/@syncfusion/ej2",
7
7
  "_phantomChildren": {},
8
8
  "_requested": {
@@ -19,8 +19,8 @@
19
19
  "_requiredBy": [
20
20
  "/"
21
21
  ],
22
- "_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2/-/ej2-20.4.0.tgz",
23
- "_shasum": "d80ecd2efa6561b562430c8478fd7d3965ff1c5e",
22
+ "_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2/-/ej2-20.3.0.tgz",
23
+ "_shasum": "d15da59f2a7cc0f84e70d36bbaf28323012ad9ca",
24
24
  "_spec": "@syncfusion/ej2@*",
25
25
  "_where": "/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included",
26
26
  "author": {
@@ -31,48 +31,48 @@
31
31
  },
32
32
  "bundleDependencies": false,
33
33
  "dependencies": {
34
- "@syncfusion/ej2-barcode-generator": "~20.2.43",
35
- "@syncfusion/ej2-base": "~20.2.43",
36
- "@syncfusion/ej2-buttons": "~20.2.43",
37
- "@syncfusion/ej2-calendars": "~20.2.43",
38
- "@syncfusion/ej2-charts": "~20.2.43",
39
- "@syncfusion/ej2-circulargauge": "~20.2.43",
40
- "@syncfusion/ej2-compression": "~20.2.43",
41
- "@syncfusion/ej2-data": "~20.2.43",
42
- "@syncfusion/ej2-diagrams": "~20.2.43",
43
- "@syncfusion/ej2-documenteditor": "~20.2.43",
44
- "@syncfusion/ej2-drawings": "~20.2.43",
45
- "@syncfusion/ej2-dropdowns": "~20.2.43",
46
- "@syncfusion/ej2-excel-export": "~20.2.43",
47
- "@syncfusion/ej2-file-utils": "~20.2.43",
48
- "@syncfusion/ej2-filemanager": "~20.2.43",
49
- "@syncfusion/ej2-gantt": "~20.2.43",
50
- "@syncfusion/ej2-grids": "~20.2.43",
51
- "@syncfusion/ej2-heatmap": "~20.2.43",
52
- "@syncfusion/ej2-icons": "~20.2.43",
53
- "@syncfusion/ej2-inplace-editor": "~20.2.43",
54
- "@syncfusion/ej2-inputs": "~20.2.43",
55
- "@syncfusion/ej2-kanban": "~20.2.43",
56
- "@syncfusion/ej2-layouts": "~20.2.43",
57
- "@syncfusion/ej2-lineargauge": "~20.2.43",
58
- "@syncfusion/ej2-lists": "~20.2.43",
59
- "@syncfusion/ej2-maps": "~20.2.43",
60
- "@syncfusion/ej2-navigations": "~20.2.43",
61
- "@syncfusion/ej2-notifications": "~20.2.43",
62
- "@syncfusion/ej2-office-chart": "~20.2.43",
63
- "@syncfusion/ej2-pdf-export": "~20.2.43",
64
- "@syncfusion/ej2-pdfviewer": "~20.2.43",
65
- "@syncfusion/ej2-pivotview": "~20.2.43",
66
- "@syncfusion/ej2-popups": "~20.2.43",
67
- "@syncfusion/ej2-progressbar": "~20.2.43",
68
- "@syncfusion/ej2-querybuilder": "~20.2.43",
69
- "@syncfusion/ej2-richtexteditor": "~20.2.43",
70
- "@syncfusion/ej2-schedule": "~20.2.43",
71
- "@syncfusion/ej2-splitbuttons": "~20.2.43",
72
- "@syncfusion/ej2-spreadsheet": "~20.2.43",
73
- "@syncfusion/ej2-svg-base": "~20.2.43",
74
- "@syncfusion/ej2-treegrid": "~20.2.43",
75
- "@syncfusion/ej2-treemap": "~20.2.43",
34
+ "@syncfusion/ej2-barcode-generator": "~20.2.45",
35
+ "@syncfusion/ej2-base": "~20.2.46",
36
+ "@syncfusion/ej2-buttons": "~20.2.46",
37
+ "@syncfusion/ej2-calendars": "~20.2.46",
38
+ "@syncfusion/ej2-charts": "~20.2.46",
39
+ "@syncfusion/ej2-circulargauge": "~20.2.45",
40
+ "@syncfusion/ej2-compression": "~20.2.45",
41
+ "@syncfusion/ej2-data": "~20.2.45",
42
+ "@syncfusion/ej2-diagrams": "~20.2.45",
43
+ "@syncfusion/ej2-documenteditor": "~20.2.46",
44
+ "@syncfusion/ej2-drawings": "~20.2.45",
45
+ "@syncfusion/ej2-dropdowns": "~20.2.46",
46
+ "@syncfusion/ej2-excel-export": "~20.2.45",
47
+ "@syncfusion/ej2-file-utils": "~20.2.45",
48
+ "@syncfusion/ej2-filemanager": "~20.2.45",
49
+ "@syncfusion/ej2-gantt": "~20.2.46",
50
+ "@syncfusion/ej2-grids": "~20.2.46",
51
+ "@syncfusion/ej2-heatmap": "~20.2.45",
52
+ "@syncfusion/ej2-icons": "~20.2.45",
53
+ "@syncfusion/ej2-inplace-editor": "~20.2.45",
54
+ "@syncfusion/ej2-inputs": "~20.2.45",
55
+ "@syncfusion/ej2-kanban": "~20.2.45",
56
+ "@syncfusion/ej2-layouts": "~20.2.46",
57
+ "@syncfusion/ej2-lineargauge": "~20.2.45",
58
+ "@syncfusion/ej2-lists": "~20.2.46",
59
+ "@syncfusion/ej2-maps": "~20.2.45",
60
+ "@syncfusion/ej2-navigations": "~20.2.46",
61
+ "@syncfusion/ej2-notifications": "~20.2.45",
62
+ "@syncfusion/ej2-office-chart": "~20.2.46",
63
+ "@syncfusion/ej2-pdf-export": "~20.2.45",
64
+ "@syncfusion/ej2-pdfviewer": "~20.2.46",
65
+ "@syncfusion/ej2-pivotview": "~20.2.45",
66
+ "@syncfusion/ej2-popups": "~20.2.45",
67
+ "@syncfusion/ej2-progressbar": "~20.2.45",
68
+ "@syncfusion/ej2-querybuilder": "~20.2.46",
69
+ "@syncfusion/ej2-richtexteditor": "~20.2.46",
70
+ "@syncfusion/ej2-schedule": "~20.2.45",
71
+ "@syncfusion/ej2-splitbuttons": "~20.2.45",
72
+ "@syncfusion/ej2-spreadsheet": "~20.2.46",
73
+ "@syncfusion/ej2-svg-base": "~20.2.45",
74
+ "@syncfusion/ej2-treegrid": "~20.2.46",
75
+ "@syncfusion/ej2-treemap": "~20.2.45",
76
76
  "@types/lodash": "4.14.159",
77
77
  "sass": "^1.51.0",
78
78
  "tslib": "^1.8.0",
@@ -96,6 +96,6 @@
96
96
  "url": "git+https://github.com/syncfusion/ej2-javascript-ui-controls.git"
97
97
  },
98
98
  "typings": "index.d.ts",
99
- "version": "20.2.43",
99
+ "version": "20.2.46",
100
100
  "sideEffects": false
101
101
  }
@@ -1028,11 +1028,11 @@
1028
1028
  border-right-width: 1px;
1029
1029
  }
1030
1030
  .e-pivotview .e-stackedheadercelldiv {
1031
- display: block;
1031
+ display: inline;
1032
1032
  }
1033
1033
  .e-pivotview .e-stackedheadertext.e-cellvalue,
1034
1034
  .e-pivotview .e-stackedheadercelldiv.e-cellvalue {
1035
- display: inline-block;
1035
+ display: inline;
1036
1036
  padding-left: 12px !important;
1037
1037
  margin-top: 5px;
1038
1038
  }
@@ -1527,7 +1527,7 @@
1527
1527
  .e-pivotview .e-expand,
1528
1528
  .e-pivotview .e-collapse {
1529
1529
  cursor: pointer;
1530
- display: inline-block;
1530
+ display: inline;
1531
1531
  height: 18px;
1532
1532
  margin-top: 5px;
1533
1533
  text-align: center;
@@ -1027,11 +1027,11 @@
1027
1027
  border-right-width: 1px;
1028
1028
  }
1029
1029
  .e-pivotview .e-stackedheadercelldiv {
1030
- display: block;
1030
+ display: inline;
1031
1031
  }
1032
1032
  .e-pivotview .e-stackedheadertext.e-cellvalue,
1033
1033
  .e-pivotview .e-stackedheadercelldiv.e-cellvalue {
1034
- display: inline-block;
1034
+ display: inline;
1035
1035
  padding-left: 12px !important;
1036
1036
  margin-top: 5px;
1037
1037
  }
@@ -1526,7 +1526,7 @@
1526
1526
  .e-pivotview .e-expand,
1527
1527
  .e-pivotview .e-collapse {
1528
1528
  cursor: pointer;
1529
- display: inline-block;
1529
+ display: inline;
1530
1530
  height: 18px;
1531
1531
  margin-top: 5px;
1532
1532
  text-align: center;
@@ -1087,11 +1087,11 @@
1087
1087
  border-right-width: 1px;
1088
1088
  }
1089
1089
  .e-pivotview .e-stackedheadercelldiv {
1090
- display: block;
1090
+ display: inline;
1091
1091
  }
1092
1092
  .e-pivotview .e-stackedheadertext.e-cellvalue,
1093
1093
  .e-pivotview .e-stackedheadercelldiv.e-cellvalue {
1094
- display: inline-block;
1094
+ display: inline;
1095
1095
  padding-left: 12px !important;
1096
1096
  margin-top: 5px;
1097
1097
  }
@@ -1609,7 +1609,7 @@
1609
1609
  .e-pivotview .e-expand,
1610
1610
  .e-pivotview .e-collapse {
1611
1611
  cursor: pointer;
1612
- display: inline-block;
1612
+ display: inline;
1613
1613
  height: 18px;
1614
1614
  margin-top: 5px;
1615
1615
  text-align: center;
@@ -1045,11 +1045,11 @@
1045
1045
  border-right-width: 1px;
1046
1046
  }
1047
1047
  .e-pivotview .e-stackedheadercelldiv {
1048
- display: block;
1048
+ display: inline;
1049
1049
  }
1050
1050
  .e-pivotview .e-stackedheadertext.e-cellvalue,
1051
1051
  .e-pivotview .e-stackedheadercelldiv.e-cellvalue {
1052
- display: inline-block;
1052
+ display: inline;
1053
1053
  padding-left: 12px !important;
1054
1054
  margin-top: 5px;
1055
1055
  margin-top: 2px;
@@ -1579,7 +1579,7 @@
1579
1579
  .e-pivotview .e-expand,
1580
1580
  .e-pivotview .e-collapse {
1581
1581
  cursor: pointer;
1582
- display: inline-block;
1582
+ display: inline;
1583
1583
  height: 18px;
1584
1584
  margin-top: 5px;
1585
1585
  text-align: center;
@@ -1047,11 +1047,11 @@
1047
1047
  border-right-width: 1px;
1048
1048
  }
1049
1049
  .e-pivotview .e-stackedheadercelldiv {
1050
- display: block;
1050
+ display: inline;
1051
1051
  }
1052
1052
  .e-pivotview .e-stackedheadertext.e-cellvalue,
1053
1053
  .e-pivotview .e-stackedheadercelldiv.e-cellvalue {
1054
- display: inline-block;
1054
+ display: inline;
1055
1055
  padding-left: 12px !important;
1056
1056
  margin-top: 5px;
1057
1057
  margin-top: 2px;
@@ -1581,7 +1581,7 @@
1581
1581
  .e-pivotview .e-expand,
1582
1582
  .e-pivotview .e-collapse {
1583
1583
  cursor: pointer;
1584
- display: inline-block;
1584
+ display: inline;
1585
1585
  height: 18px;
1586
1586
  margin-top: 5px;
1587
1587
  text-align: center;
@@ -1028,11 +1028,11 @@
1028
1028
  border-right-width: 1px;
1029
1029
  }
1030
1030
  .e-pivotview .e-stackedheadercelldiv {
1031
- display: block;
1031
+ display: inline;
1032
1032
  }
1033
1033
  .e-pivotview .e-stackedheadertext.e-cellvalue,
1034
1034
  .e-pivotview .e-stackedheadercelldiv.e-cellvalue {
1035
- display: inline-block;
1035
+ display: inline;
1036
1036
  padding-left: 12px !important;
1037
1037
  margin-top: 5px;
1038
1038
  }
@@ -1527,7 +1527,7 @@
1527
1527
  .e-pivotview .e-expand,
1528
1528
  .e-pivotview .e-collapse {
1529
1529
  cursor: pointer;
1530
- display: inline-block;
1530
+ display: inline;
1531
1531
  height: 18px;
1532
1532
  margin-top: 5px;
1533
1533
  text-align: center;
@@ -1027,11 +1027,11 @@
1027
1027
  border-right-width: 1px;
1028
1028
  }
1029
1029
  .e-pivotview .e-stackedheadercelldiv {
1030
- display: block;
1030
+ display: inline;
1031
1031
  }
1032
1032
  .e-pivotview .e-stackedheadertext.e-cellvalue,
1033
1033
  .e-pivotview .e-stackedheadercelldiv.e-cellvalue {
1034
- display: inline-block;
1034
+ display: inline;
1035
1035
  padding-left: 12px !important;
1036
1036
  margin-top: 5px;
1037
1037
  }
@@ -1526,7 +1526,7 @@
1526
1526
  .e-pivotview .e-expand,
1527
1527
  .e-pivotview .e-collapse {
1528
1528
  cursor: pointer;
1529
- display: inline-block;
1529
+ display: inline;
1530
1530
  height: 18px;
1531
1531
  margin-top: 5px;
1532
1532
  text-align: center;
@@ -1087,11 +1087,11 @@
1087
1087
  border-right-width: 1px;
1088
1088
  }
1089
1089
  .e-pivotview .e-stackedheadercelldiv {
1090
- display: block;
1090
+ display: inline;
1091
1091
  }
1092
1092
  .e-pivotview .e-stackedheadertext.e-cellvalue,
1093
1093
  .e-pivotview .e-stackedheadercelldiv.e-cellvalue {
1094
- display: inline-block;
1094
+ display: inline;
1095
1095
  padding-left: 12px !important;
1096
1096
  margin-top: 5px;
1097
1097
  }
@@ -1609,7 +1609,7 @@
1609
1609
  .e-pivotview .e-expand,
1610
1610
  .e-pivotview .e-collapse {
1611
1611
  cursor: pointer;
1612
- display: inline-block;
1612
+ display: inline;
1613
1613
  height: 18px;
1614
1614
  margin-top: 5px;
1615
1615
  text-align: center;
@@ -1045,11 +1045,11 @@
1045
1045
  border-right-width: 1px;
1046
1046
  }
1047
1047
  .e-pivotview .e-stackedheadercelldiv {
1048
- display: block;
1048
+ display: inline;
1049
1049
  }
1050
1050
  .e-pivotview .e-stackedheadertext.e-cellvalue,
1051
1051
  .e-pivotview .e-stackedheadercelldiv.e-cellvalue {
1052
- display: inline-block;
1052
+ display: inline;
1053
1053
  padding-left: 12px !important;
1054
1054
  margin-top: 5px;
1055
1055
  margin-top: 2px;
@@ -1579,7 +1579,7 @@
1579
1579
  .e-pivotview .e-expand,
1580
1580
  .e-pivotview .e-collapse {
1581
1581
  cursor: pointer;
1582
- display: inline-block;
1582
+ display: inline;
1583
1583
  height: 18px;
1584
1584
  margin-top: 5px;
1585
1585
  text-align: center;
@@ -1047,11 +1047,11 @@
1047
1047
  border-right-width: 1px;
1048
1048
  }
1049
1049
  .e-pivotview .e-stackedheadercelldiv {
1050
- display: block;
1050
+ display: inline;
1051
1051
  }
1052
1052
  .e-pivotview .e-stackedheadertext.e-cellvalue,
1053
1053
  .e-pivotview .e-stackedheadercelldiv.e-cellvalue {
1054
- display: inline-block;
1054
+ display: inline;
1055
1055
  padding-left: 12px !important;
1056
1056
  margin-top: 5px;
1057
1057
  margin-top: 2px;
@@ -1581,7 +1581,7 @@
1581
1581
  .e-pivotview .e-expand,
1582
1582
  .e-pivotview .e-collapse {
1583
1583
  cursor: pointer;
1584
- display: inline-block;
1584
+ display: inline;
1585
1585
  height: 18px;
1586
1586
  margin-top: 5px;
1587
1587
  text-align: center;
@@ -1027,11 +1027,11 @@
1027
1027
  border-right-width: 1px;
1028
1028
  }
1029
1029
  .e-pivotview .e-stackedheadercelldiv {
1030
- display: block;
1030
+ display: inline;
1031
1031
  }
1032
1032
  .e-pivotview .e-stackedheadertext.e-cellvalue,
1033
1033
  .e-pivotview .e-stackedheadercelldiv.e-cellvalue {
1034
- display: inline-block;
1034
+ display: inline;
1035
1035
  padding-left: 12px !important;
1036
1036
  margin-top: 5px;
1037
1037
  margin-top: 2px;
@@ -1525,7 +1525,7 @@
1525
1525
  .e-pivotview .e-expand,
1526
1526
  .e-pivotview .e-collapse {
1527
1527
  cursor: pointer;
1528
- display: inline-block;
1528
+ display: inline;
1529
1529
  height: 18px;
1530
1530
  margin-top: 5px;
1531
1531
  text-align: center;