@syncfusion/ej2 20.2.43 → 20.2.44

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 (161) 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 +30 -21
  32. package/bootstrap.css +30 -21
  33. package/bootstrap4.css +30 -21
  34. package/bootstrap5-dark.css +32 -23
  35. package/bootstrap5.css +32 -23
  36. package/dist/ej2.d.ts +1 -1
  37. package/dist/ej2.min.js +2 -2
  38. package/fabric-dark.css +30 -21
  39. package/fabric.css +30 -21
  40. package/fluent-dark.css +32 -23
  41. package/fluent.css +32 -23
  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 +30 -21
  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 +57 -21
  106. package/material.css +57 -21
  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 +19 -19
  112. package/resource.json +2 -8
  113. package/spreadsheet/bootstrap-dark.css +13 -13
  114. package/spreadsheet/bootstrap.css +13 -13
  115. package/spreadsheet/bootstrap4.css +13 -13
  116. package/spreadsheet/bootstrap5-dark.css +13 -13
  117. package/spreadsheet/bootstrap5.css +13 -13
  118. package/spreadsheet/compatibility/bootstrap-dark.css +13 -13
  119. package/spreadsheet/compatibility/bootstrap.css +13 -13
  120. package/spreadsheet/compatibility/bootstrap4.css +13 -13
  121. package/spreadsheet/compatibility/bootstrap5-dark.css +13 -13
  122. package/spreadsheet/compatibility/bootstrap5.css +13 -13
  123. package/spreadsheet/compatibility/fabric-dark.css +13 -13
  124. package/spreadsheet/compatibility/fabric.css +13 -13
  125. package/spreadsheet/compatibility/fluent-dark.css +13 -13
  126. package/spreadsheet/compatibility/fluent.css +13 -13
  127. package/spreadsheet/compatibility/highcontrast-light.css +13 -13
  128. package/spreadsheet/compatibility/highcontrast.css +13 -13
  129. package/spreadsheet/compatibility/material-dark.css +13 -13
  130. package/spreadsheet/compatibility/material.css +13 -13
  131. package/spreadsheet/compatibility/tailwind-dark.css +13 -13
  132. package/spreadsheet/compatibility/tailwind.css +13 -13
  133. package/spreadsheet/fabric-dark.css +13 -13
  134. package/spreadsheet/fabric.css +13 -13
  135. package/spreadsheet/fluent-dark.css +13 -13
  136. package/spreadsheet/fluent.css +13 -13
  137. package/spreadsheet/highcontrast-light.css +13 -13
  138. package/spreadsheet/highcontrast.css +13 -13
  139. package/spreadsheet/material-dark.css +13 -13
  140. package/spreadsheet/material.css +13 -13
  141. package/spreadsheet/tailwind-dark.css +13 -13
  142. package/spreadsheet/tailwind.css +13 -13
  143. package/styles/compatibility/bootstrap.css +30 -21
  144. package/styles/compatibility/bootstrap4.css +30 -21
  145. package/styles/compatibility/fabric.css +30 -21
  146. package/styles/compatibility/highcontrast.css +30 -21
  147. package/styles/compatibility/material.css +57 -21
  148. package/tailwind-dark.css +34 -23
  149. package/tailwind.css +34 -23
  150. package/uploader/bootstrap5-dark.css +2 -2
  151. package/uploader/bootstrap5.css +2 -2
  152. package/uploader/compatibility/bootstrap5-dark.css +2 -2
  153. package/uploader/compatibility/bootstrap5.css +2 -2
  154. package/uploader/compatibility/fluent-dark.css +2 -2
  155. package/uploader/compatibility/fluent.css +2 -2
  156. package/uploader/compatibility/tailwind-dark.css +2 -2
  157. package/uploader/compatibility/tailwind.css +2 -2
  158. package/uploader/fluent-dark.css +2 -2
  159. package/uploader/fluent.css +2 -2
  160. package/uploader/tailwind-dark.css +2 -2
  161. package/uploader/tailwind.css +2 -2
package/bootstrap5.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 {
@@ -20878,7 +20890,7 @@ body.e-colorpicker-overflow {
20878
20890
  .e-bigger.e-small .e-upload .e-upload-files .e-file-reload-btn.e-icons:hover,
20879
20891
  .e-bigger.e-small .e-upload .e-upload-files .e-file-abort-btn.e-icons:not(.e-disabled):hover,
20880
20892
  .e-bigger.e-small .e-upload .e-upload-files .e-clear-icon-focus {
20881
- background-color: transparent;
20893
+ background-color: rgba(0, 0, 0, 0.12);
20882
20894
  border-color: transparent;
20883
20895
  border-radius: 50%;
20884
20896
  box-shadow: 0 0 0 transparent;
@@ -21176,7 +21188,7 @@ body.e-colorpicker-overflow {
21176
21188
  color: #343a40;
21177
21189
  }
21178
21190
  .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 {
21179
- background-color: transparent;
21191
+ background-color: rgba(0, 0, 0, 0.12);
21180
21192
  border-color: transparent;
21181
21193
  box-shadow: 0 0 0 transparent;
21182
21194
  }
@@ -42702,13 +42714,10 @@ li.e-separator.e-menu-item.e-excel-separator {
42702
42714
  .e-grid.e-rtl .e-frozenheader.e-frozen-right-header > .e-table, .e-grid.e-rtl .e-frozencontent.e-frozen-right-content > .e-table {
42703
42715
  border-right-color: #dee2e6;
42704
42716
  }
42705
- .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) {
42717
+ .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) {
42706
42718
  background-color: #eff1f4;
42707
42719
  color: #212529;
42708
42720
  }
42709
- .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) {
42710
- background-color: transparent;
42711
- }
42712
42721
  .e-grid tr[role=row]:hover .e-rowdragdrop {
42713
42722
  cursor: move;
42714
42723
  }
@@ -49430,14 +49439,13 @@ span.e-table-box.e-rbox-select {
49430
49439
  }
49431
49440
  .e-gantt .e-gantt-chart .e-timeline-header-container {
49432
49441
  border-bottom-style: solid;
49433
- border-right-width: 0;
49442
+ border-right: 1px solid;
49434
49443
  overflow: hidden;
49435
49444
  position: relative;
49436
49445
  z-index: 6;
49437
49446
  }
49438
49447
  .e-gantt .e-gantt-chart .e-timeline-header-table-container > thead > tr > th {
49439
49448
  border-left: 0;
49440
- padding: 0 3px;
49441
49449
  }
49442
49450
  .e-gantt .e-gantt-chart .e-timeline-header-table-container {
49443
49451
  border-collapse: collapse;
@@ -49489,7 +49497,7 @@ span.e-table-box.e-rbox-select {
49489
49497
  }
49490
49498
  .e-gantt .e-gantt-chart .e-timeline-top-header-cell .e-gantt-top-cell-text,
49491
49499
  .e-gantt .e-gantt-chart .e-timeline-single-header-cell .e-gantt-top-cell-text {
49492
- padding-left: 8px;
49500
+ padding-left: 11px;
49493
49501
  text-align: left;
49494
49502
  }
49495
49503
  .e-gantt .e-gantt-chart .e-gantt-grid-lines {
@@ -49593,7 +49601,7 @@ span.e-table-box.e-rbox-select {
49593
49601
  .e-gantt .e-gantt-chart .e-indicator-span {
49594
49602
  display: inline-block;
49595
49603
  font-size: 13px;
49596
- font-weight: 400;
49604
+ font-weight: normal;
49597
49605
  overflow: hidden;
49598
49606
  position: absolute;
49599
49607
  text-overflow: ellipsis;
@@ -49986,6 +49994,7 @@ span.e-table-box.e-rbox-select {
49986
49994
  .e-gantt-dialog .e-richtexteditor .e-rte-content {
49987
49995
  border-bottom-width: 0px;
49988
49996
  height: 200px;
49997
+ overflow: hidden;
49989
49998
  }
49990
49999
  .e-gantt-dialog > .e-dlg-content {
49991
50000
  padding: 0 !important;
@@ -67886,10 +67895,10 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
67886
67895
  .e-spreadsheet .e-reenterpwd-dlg.e-dialog .e-dlg-content .e-reenterpwd-content .e-input {
67887
67896
  margin-top: 10px;
67888
67897
  }
67889
- .e-spreadsheet .e-goto-dlg {
67898
+ .e-spreadsheet .e-goto-dlg.e-dialog {
67890
67899
  height: auto;
67891
67900
  }
67892
- .e-spreadsheet .e-goto-dlg .e-dlg-content .e-goto-alert-span {
67901
+ .e-spreadsheet .e-goto-dlg.e-dialog .e-dlg-content .e-goto-alert-span {
67893
67902
  font-weight: bold;
67894
67903
  padding-top: 7px;
67895
67904
  }
@@ -69094,32 +69103,32 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
69094
69103
  font-size: 12px;
69095
69104
  padding-top: 7px;
69096
69105
  }
69097
- .e-spreadsheet .e-find-dlg {
69106
+ .e-spreadsheet .e-find-dlg.e-dialog {
69098
69107
  height: auto;
69099
69108
  width: 468px;
69100
69109
  }
69101
- .e-spreadsheet .e-find-dlg .e-dlg-content .e-find-alert-span {
69110
+ .e-spreadsheet .e-find-dlg.e-dialog .e-dlg-content .e-find-alert-span {
69102
69111
  color: #dc3545;
69103
69112
  font-size: 12px;
69104
69113
  padding-top: 7px;
69105
69114
  }
69106
- .e-spreadsheet .e-find-dlg .e-dlg-content .e-replace-alert-span {
69115
+ .e-spreadsheet .e-find-dlg.e-dialog .e-dlg-content .e-replace-alert-span {
69107
69116
  color: #dc3545;
69108
69117
  font-size: 12px;
69109
69118
  padding-top: 7px;
69110
69119
  }
69111
- .e-spreadsheet .e-find-dlg .e-dlg-content .e-findnreplace-casecheckbox {
69120
+ .e-spreadsheet .e-find-dlg.e-dialog .e-dlg-content .e-findnreplace-casecheckbox {
69112
69121
  padding-right: 12px;
69113
69122
  }
69114
- .e-spreadsheet .e-find-dlg .e-dlg-content .e-findnreplace-exactmatchcheckbox {
69123
+ .e-spreadsheet .e-find-dlg.e-dialog .e-dlg-content .e-findnreplace-exactmatchcheckbox {
69115
69124
  padding: 12px 0;
69116
69125
  }
69117
- .e-spreadsheet .e-find-dlg p.e-header {
69126
+ .e-spreadsheet .e-find-dlg.e-dialog p.e-header {
69118
69127
  margin: 0;
69119
69128
  padding-bottom: 8px;
69120
69129
  padding-top: 12px;
69121
69130
  }
69122
- .e-spreadsheet .e-find-dlg .e-footer-content {
69131
+ .e-spreadsheet .e-find-dlg.e-dialog .e-footer-content {
69123
69132
  text-align: left;
69124
69133
  }
69125
69134
  .e-spreadsheet .e-protectworkbook-dlg.e-dialog {
@@ -69844,12 +69853,12 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
69844
69853
  height: 50px;
69845
69854
  width: 419px;
69846
69855
  }
69847
- .e-bigger .e-spreadsheet .e-goto-dlg,
69848
- .e-bigger.e-spreadsheet .e-goto-dlg {
69856
+ .e-bigger .e-spreadsheet .e-goto-dlg.e-dialog,
69857
+ .e-bigger.e-spreadsheet .e-goto-dlg.e-dialog {
69849
69858
  height: auto;
69850
69859
  }
69851
- .e-bigger .e-spreadsheet .e-goto-dlg .e-btn,
69852
- .e-bigger.e-spreadsheet .e-goto-dlg .e-btn {
69860
+ .e-bigger .e-spreadsheet .e-goto-dlg.e-dialog .e-btn,
69861
+ .e-bigger.e-spreadsheet .e-goto-dlg.e-dialog .e-btn {
69853
69862
  font-size: 12px;
69854
69863
  }
69855
69864
  .e-bigger .e-spreadsheet .e-protectworkbook-dlg.e-dialog .e-dlg-content .e-pwd-alert-span,
package/dist/ej2.d.ts CHANGED
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2.d.ts
3
- * version : 20.2.43
3
+ * version : 20.2.44
4
4
  * Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.
5
5
  * Use of this code is subject to the terms of our license.
6
6
  * A copy of the current license can be obtained at any time by e-mailing