@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
@@ -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
  }
@@ -1523,7 +1523,7 @@
1523
1523
  .e-pivotview .e-expand,
1524
1524
  .e-pivotview .e-collapse {
1525
1525
  cursor: pointer;
1526
- display: inline-block;
1526
+ display: inline;
1527
1527
  height: 18px;
1528
1528
  margin-top: 5px;
1529
1529
  text-align: center;
@@ -1053,11 +1053,11 @@
1053
1053
  border-right-width: 1px;
1054
1054
  }
1055
1055
  .e-pivotview .e-stackedheadercelldiv {
1056
- display: block;
1056
+ display: inline;
1057
1057
  }
1058
1058
  .e-pivotview .e-stackedheadertext.e-cellvalue,
1059
1059
  .e-pivotview .e-stackedheadercelldiv.e-cellvalue {
1060
- display: inline-block;
1060
+ display: inline;
1061
1061
  padding-left: 12px !important;
1062
1062
  margin-top: 5px;
1063
1063
  margin-top: 1px;
@@ -1555,7 +1555,7 @@
1555
1555
  .e-pivotview .e-expand,
1556
1556
  .e-pivotview .e-collapse {
1557
1557
  cursor: pointer;
1558
- display: inline-block;
1558
+ display: inline;
1559
1559
  height: 18px;
1560
1560
  margin-top: 5px;
1561
1561
  text-align: center;
@@ -1055,11 +1055,11 @@
1055
1055
  border-right-width: 1px;
1056
1056
  }
1057
1057
  .e-pivotview .e-stackedheadercelldiv {
1058
- display: block;
1058
+ display: inline;
1059
1059
  }
1060
1060
  .e-pivotview .e-stackedheadertext.e-cellvalue,
1061
1061
  .e-pivotview .e-stackedheadercelldiv.e-cellvalue {
1062
- display: inline-block;
1062
+ display: inline;
1063
1063
  padding-left: 12px !important;
1064
1064
  margin-top: 5px;
1065
1065
  margin-top: 1px;
@@ -1557,7 +1557,7 @@
1557
1557
  .e-pivotview .e-expand,
1558
1558
  .e-pivotview .e-collapse {
1559
1559
  cursor: pointer;
1560
- display: inline-block;
1560
+ display: inline;
1561
1561
  height: 18px;
1562
1562
  margin-top: 5px;
1563
1563
  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
  margin-top: 0;
@@ -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;
@@ -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
  margin-top: 0;
@@ -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;
@@ -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;
@@ -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;
@@ -1067,11 +1067,11 @@
1067
1067
  border-right-width: 1px;
1068
1068
  }
1069
1069
  .e-pivotview .e-stackedheadercelldiv {
1070
- display: block;
1070
+ display: inline;
1071
1071
  }
1072
1072
  .e-pivotview .e-stackedheadertext.e-cellvalue,
1073
1073
  .e-pivotview .e-stackedheadercelldiv.e-cellvalue {
1074
- display: inline-block;
1074
+ display: inline;
1075
1075
  padding-left: 12px !important;
1076
1076
  margin-top: 5px;
1077
1077
  margin-top: 2px;
@@ -1568,7 +1568,7 @@
1568
1568
  .e-pivotview .e-expand,
1569
1569
  .e-pivotview .e-collapse {
1570
1570
  cursor: pointer;
1571
- display: inline-block;
1571
+ display: inline;
1572
1572
  height: 18px;
1573
1573
  margin-top: 5px;
1574
1574
  text-align: center;
@@ -1069,11 +1069,11 @@
1069
1069
  border-right-width: 1px;
1070
1070
  }
1071
1071
  .e-pivotview .e-stackedheadercelldiv {
1072
- display: block;
1072
+ display: inline;
1073
1073
  }
1074
1074
  .e-pivotview .e-stackedheadertext.e-cellvalue,
1075
1075
  .e-pivotview .e-stackedheadercelldiv.e-cellvalue {
1076
- display: inline-block;
1076
+ display: inline;
1077
1077
  padding-left: 12px !important;
1078
1078
  margin-top: 5px;
1079
1079
  margin-top: 2px;
@@ -1570,7 +1570,7 @@
1570
1570
  .e-pivotview .e-expand,
1571
1571
  .e-pivotview .e-collapse {
1572
1572
  cursor: pointer;
1573
- display: inline-block;
1573
+ display: inline;
1574
1574
  height: 18px;
1575
1575
  margin-top: 5px;
1576
1576
  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;
@@ -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
  }
@@ -1523,7 +1523,7 @@
1523
1523
  .e-pivotview .e-expand,
1524
1524
  .e-pivotview .e-collapse {
1525
1525
  cursor: pointer;
1526
- display: inline-block;
1526
+ display: inline;
1527
1527
  height: 18px;
1528
1528
  margin-top: 5px;
1529
1529
  text-align: center;
@@ -1053,11 +1053,11 @@
1053
1053
  border-right-width: 1px;
1054
1054
  }
1055
1055
  .e-pivotview .e-stackedheadercelldiv {
1056
- display: block;
1056
+ display: inline;
1057
1057
  }
1058
1058
  .e-pivotview .e-stackedheadertext.e-cellvalue,
1059
1059
  .e-pivotview .e-stackedheadercelldiv.e-cellvalue {
1060
- display: inline-block;
1060
+ display: inline;
1061
1061
  padding-left: 12px !important;
1062
1062
  margin-top: 5px;
1063
1063
  margin-top: 1px;
@@ -1555,7 +1555,7 @@
1555
1555
  .e-pivotview .e-expand,
1556
1556
  .e-pivotview .e-collapse {
1557
1557
  cursor: pointer;
1558
- display: inline-block;
1558
+ display: inline;
1559
1559
  height: 18px;
1560
1560
  margin-top: 5px;
1561
1561
  text-align: center;
@@ -1055,11 +1055,11 @@
1055
1055
  border-right-width: 1px;
1056
1056
  }
1057
1057
  .e-pivotview .e-stackedheadercelldiv {
1058
- display: block;
1058
+ display: inline;
1059
1059
  }
1060
1060
  .e-pivotview .e-stackedheadertext.e-cellvalue,
1061
1061
  .e-pivotview .e-stackedheadercelldiv.e-cellvalue {
1062
- display: inline-block;
1062
+ display: inline;
1063
1063
  padding-left: 12px !important;
1064
1064
  margin-top: 5px;
1065
1065
  margin-top: 1px;
@@ -1557,7 +1557,7 @@
1557
1557
  .e-pivotview .e-expand,
1558
1558
  .e-pivotview .e-collapse {
1559
1559
  cursor: pointer;
1560
- display: inline-block;
1560
+ display: inline;
1561
1561
  height: 18px;
1562
1562
  margin-top: 5px;
1563
1563
  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
  margin-top: 0;
@@ -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;
@@ -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
  margin-top: 0;
@@ -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;
@@ -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;
@@ -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;
@@ -1067,11 +1067,11 @@
1067
1067
  border-right-width: 1px;
1068
1068
  }
1069
1069
  .e-pivotview .e-stackedheadercelldiv {
1070
- display: block;
1070
+ display: inline;
1071
1071
  }
1072
1072
  .e-pivotview .e-stackedheadertext.e-cellvalue,
1073
1073
  .e-pivotview .e-stackedheadercelldiv.e-cellvalue {
1074
- display: inline-block;
1074
+ display: inline;
1075
1075
  padding-left: 12px !important;
1076
1076
  margin-top: 5px;
1077
1077
  margin-top: 2px;
@@ -1568,7 +1568,7 @@
1568
1568
  .e-pivotview .e-expand,
1569
1569
  .e-pivotview .e-collapse {
1570
1570
  cursor: pointer;
1571
- display: inline-block;
1571
+ display: inline;
1572
1572
  height: 18px;
1573
1573
  margin-top: 5px;
1574
1574
  text-align: center;
@@ -1069,11 +1069,11 @@
1069
1069
  border-right-width: 1px;
1070
1070
  }
1071
1071
  .e-pivotview .e-stackedheadercelldiv {
1072
- display: block;
1072
+ display: inline;
1073
1073
  }
1074
1074
  .e-pivotview .e-stackedheadertext.e-cellvalue,
1075
1075
  .e-pivotview .e-stackedheadercelldiv.e-cellvalue {
1076
- display: inline-block;
1076
+ display: inline;
1077
1077
  padding-left: 12px !important;
1078
1078
  margin-top: 5px;
1079
1079
  margin-top: 2px;
@@ -1570,7 +1570,7 @@
1570
1570
  .e-pivotview .e-expand,
1571
1571
  .e-pivotview .e-collapse {
1572
1572
  cursor: pointer;
1573
- display: inline-block;
1573
+ display: inline;
1574
1574
  height: 18px;
1575
1575
  margin-top: 5px;
1576
1576
  text-align: center;
package/resource.json CHANGED
@@ -636,15 +636,9 @@
636
636
  "tooltip": {
637
637
  "classname": "Tooltip",
638
638
  "dependencies": [
639
- "ej2-base",
640
- "ej2-popups/Popup"
641
- ],
642
- "blazorDependencies": [
643
- "ej2-base",
644
- "ej2-popups"
639
+ "ej2-base"
645
640
  ],
646
- "blazorType": "native",
647
- "package": "ej2-popups"
641
+ "package": "ej2-svg-base"
648
642
  },
649
643
  "textbox": {
650
644
  "classname": "TextBox",
@@ -720,10 +720,10 @@
720
720
  .e-spreadsheet .e-reenterpwd-dlg.e-dialog .e-dlg-content .e-reenterpwd-content .e-input {
721
721
  margin-top: 10px;
722
722
  }
723
- .e-spreadsheet .e-goto-dlg {
723
+ .e-spreadsheet .e-goto-dlg.e-dialog {
724
724
  height: auto;
725
725
  }
726
- .e-spreadsheet .e-goto-dlg .e-dlg-content .e-goto-alert-span {
726
+ .e-spreadsheet .e-goto-dlg.e-dialog .e-dlg-content .e-goto-alert-span {
727
727
  font-weight: bold;
728
728
  padding-top: 7px;
729
729
  }
@@ -1927,32 +1927,32 @@
1927
1927
  font-size: 12px;
1928
1928
  padding-top: 7px;
1929
1929
  }
1930
- .e-spreadsheet .e-find-dlg {
1930
+ .e-spreadsheet .e-find-dlg.e-dialog {
1931
1931
  height: auto;
1932
1932
  width: 442px;
1933
1933
  }
1934
- .e-spreadsheet .e-find-dlg .e-dlg-content .e-find-alert-span {
1934
+ .e-spreadsheet .e-find-dlg.e-dialog .e-dlg-content .e-find-alert-span {
1935
1935
  color: #dd2c2c;
1936
1936
  font-size: 12px;
1937
1937
  padding-top: 7px;
1938
1938
  }
1939
- .e-spreadsheet .e-find-dlg .e-dlg-content .e-replace-alert-span {
1939
+ .e-spreadsheet .e-find-dlg.e-dialog .e-dlg-content .e-replace-alert-span {
1940
1940
  color: #dd2c2c;
1941
1941
  font-size: 12px;
1942
1942
  padding-top: 7px;
1943
1943
  }
1944
- .e-spreadsheet .e-find-dlg .e-dlg-content .e-findnreplace-casecheckbox {
1944
+ .e-spreadsheet .e-find-dlg.e-dialog .e-dlg-content .e-findnreplace-casecheckbox {
1945
1945
  padding-right: 12px;
1946
1946
  }
1947
- .e-spreadsheet .e-find-dlg .e-dlg-content .e-findnreplace-exactmatchcheckbox {
1947
+ .e-spreadsheet .e-find-dlg.e-dialog .e-dlg-content .e-findnreplace-exactmatchcheckbox {
1948
1948
  padding: 12px 0;
1949
1949
  }
1950
- .e-spreadsheet .e-find-dlg p.e-header {
1950
+ .e-spreadsheet .e-find-dlg.e-dialog p.e-header {
1951
1951
  margin: 0;
1952
1952
  padding-bottom: 8px;
1953
1953
  padding-top: 12px;
1954
1954
  }
1955
- .e-spreadsheet .e-find-dlg .e-footer-content {
1955
+ .e-spreadsheet .e-find-dlg.e-dialog .e-footer-content {
1956
1956
  text-align: left;
1957
1957
  }
1958
1958
  .e-spreadsheet .e-protectworkbook-dlg.e-dialog {
@@ -2677,12 +2677,12 @@
2677
2677
  height: 45px;
2678
2678
  width: 419px;
2679
2679
  }
2680
- .e-bigger .e-spreadsheet .e-goto-dlg,
2681
- .e-bigger.e-spreadsheet .e-goto-dlg {
2680
+ .e-bigger .e-spreadsheet .e-goto-dlg.e-dialog,
2681
+ .e-bigger.e-spreadsheet .e-goto-dlg.e-dialog {
2682
2682
  height: auto;
2683
2683
  }
2684
- .e-bigger .e-spreadsheet .e-goto-dlg .e-btn,
2685
- .e-bigger.e-spreadsheet .e-goto-dlg .e-btn {
2684
+ .e-bigger .e-spreadsheet .e-goto-dlg.e-dialog .e-btn,
2685
+ .e-bigger.e-spreadsheet .e-goto-dlg.e-dialog .e-btn {
2686
2686
  font-size: 12px;
2687
2687
  }
2688
2688
  .e-bigger .e-spreadsheet .e-protectworkbook-dlg.e-dialog .e-dlg-content .e-pwd-alert-span,
@@ -726,10 +726,10 @@
726
726
  .e-spreadsheet .e-reenterpwd-dlg.e-dialog .e-dlg-content .e-reenterpwd-content .e-input {
727
727
  margin-top: 10px;
728
728
  }
729
- .e-spreadsheet .e-goto-dlg {
729
+ .e-spreadsheet .e-goto-dlg.e-dialog {
730
730
  height: auto;
731
731
  }
732
- .e-spreadsheet .e-goto-dlg .e-dlg-content .e-goto-alert-span {
732
+ .e-spreadsheet .e-goto-dlg.e-dialog .e-dlg-content .e-goto-alert-span {
733
733
  font-weight: bold;
734
734
  padding-top: 7px;
735
735
  }
@@ -1952,32 +1952,32 @@
1952
1952
  font-size: 12px;
1953
1953
  padding-top: 7px;
1954
1954
  }
1955
- .e-spreadsheet .e-find-dlg {
1955
+ .e-spreadsheet .e-find-dlg.e-dialog {
1956
1956
  height: auto;
1957
1957
  width: 442px;
1958
1958
  }
1959
- .e-spreadsheet .e-find-dlg .e-dlg-content .e-find-alert-span {
1959
+ .e-spreadsheet .e-find-dlg.e-dialog .e-dlg-content .e-find-alert-span {
1960
1960
  color: #dd2c2c;
1961
1961
  font-size: 12px;
1962
1962
  padding-top: 7px;
1963
1963
  }
1964
- .e-spreadsheet .e-find-dlg .e-dlg-content .e-replace-alert-span {
1964
+ .e-spreadsheet .e-find-dlg.e-dialog .e-dlg-content .e-replace-alert-span {
1965
1965
  color: #dd2c2c;
1966
1966
  font-size: 12px;
1967
1967
  padding-top: 7px;
1968
1968
  }
1969
- .e-spreadsheet .e-find-dlg .e-dlg-content .e-findnreplace-casecheckbox {
1969
+ .e-spreadsheet .e-find-dlg.e-dialog .e-dlg-content .e-findnreplace-casecheckbox {
1970
1970
  padding-right: 12px;
1971
1971
  }
1972
- .e-spreadsheet .e-find-dlg .e-dlg-content .e-findnreplace-exactmatchcheckbox {
1972
+ .e-spreadsheet .e-find-dlg.e-dialog .e-dlg-content .e-findnreplace-exactmatchcheckbox {
1973
1973
  padding: 12px 0;
1974
1974
  }
1975
- .e-spreadsheet .e-find-dlg p.e-header {
1975
+ .e-spreadsheet .e-find-dlg.e-dialog p.e-header {
1976
1976
  margin: 0;
1977
1977
  padding-bottom: 8px;
1978
1978
  padding-top: 12px;
1979
1979
  }
1980
- .e-spreadsheet .e-find-dlg .e-footer-content {
1980
+ .e-spreadsheet .e-find-dlg.e-dialog .e-footer-content {
1981
1981
  text-align: left;
1982
1982
  }
1983
1983
  .e-spreadsheet .e-protectworkbook-dlg.e-dialog {
@@ -2697,12 +2697,12 @@
2697
2697
  height: 54px;
2698
2698
  width: 419px;
2699
2699
  }
2700
- .e-bigger .e-spreadsheet .e-goto-dlg,
2701
- .e-bigger.e-spreadsheet .e-goto-dlg {
2700
+ .e-bigger .e-spreadsheet .e-goto-dlg.e-dialog,
2701
+ .e-bigger.e-spreadsheet .e-goto-dlg.e-dialog {
2702
2702
  height: auto;
2703
2703
  }
2704
- .e-bigger .e-spreadsheet .e-goto-dlg .e-btn,
2705
- .e-bigger.e-spreadsheet .e-goto-dlg .e-btn {
2704
+ .e-bigger .e-spreadsheet .e-goto-dlg.e-dialog .e-btn,
2705
+ .e-bigger.e-spreadsheet .e-goto-dlg.e-dialog .e-btn {
2706
2706
  font-size: 12px;
2707
2707
  }
2708
2708
  .e-bigger .e-spreadsheet .e-protectworkbook-dlg.e-dialog .e-dlg-content .e-pwd-alert-span,
@@ -769,10 +769,10 @@
769
769
  .e-spreadsheet .e-reenterpwd-dlg.e-dialog .e-dlg-content .e-reenterpwd-content .e-input {
770
770
  margin-top: 10px;
771
771
  }
772
- .e-spreadsheet .e-goto-dlg {
772
+ .e-spreadsheet .e-goto-dlg.e-dialog {
773
773
  height: auto;
774
774
  }
775
- .e-spreadsheet .e-goto-dlg .e-dlg-content .e-goto-alert-span {
775
+ .e-spreadsheet .e-goto-dlg.e-dialog .e-dlg-content .e-goto-alert-span {
776
776
  font-weight: bold;
777
777
  padding-top: 7px;
778
778
  }
@@ -2000,32 +2000,32 @@
2000
2000
  font-size: 12px;
2001
2001
  padding-top: 7px;
2002
2002
  }
2003
- .e-spreadsheet .e-find-dlg {
2003
+ .e-spreadsheet .e-find-dlg.e-dialog {
2004
2004
  height: auto;
2005
2005
  width: 413px;
2006
2006
  }
2007
- .e-spreadsheet .e-find-dlg .e-dlg-content .e-find-alert-span {
2007
+ .e-spreadsheet .e-find-dlg.e-dialog .e-dlg-content .e-find-alert-span {
2008
2008
  color: #dd2c2c;
2009
2009
  font-size: 12px;
2010
2010
  padding-top: 7px;
2011
2011
  }
2012
- .e-spreadsheet .e-find-dlg .e-dlg-content .e-replace-alert-span {
2012
+ .e-spreadsheet .e-find-dlg.e-dialog .e-dlg-content .e-replace-alert-span {
2013
2013
  color: #dd2c2c;
2014
2014
  font-size: 12px;
2015
2015
  padding-top: 7px;
2016
2016
  }
2017
- .e-spreadsheet .e-find-dlg .e-dlg-content .e-findnreplace-casecheckbox {
2017
+ .e-spreadsheet .e-find-dlg.e-dialog .e-dlg-content .e-findnreplace-casecheckbox {
2018
2018
  padding-right: 12px;
2019
2019
  }
2020
- .e-spreadsheet .e-find-dlg .e-dlg-content .e-findnreplace-exactmatchcheckbox {
2020
+ .e-spreadsheet .e-find-dlg.e-dialog .e-dlg-content .e-findnreplace-exactmatchcheckbox {
2021
2021
  padding: 12px 0;
2022
2022
  }
2023
- .e-spreadsheet .e-find-dlg p.e-header {
2023
+ .e-spreadsheet .e-find-dlg.e-dialog p.e-header {
2024
2024
  margin: 0;
2025
2025
  padding-bottom: 8px;
2026
2026
  padding-top: 12px;
2027
2027
  }
2028
- .e-spreadsheet .e-find-dlg .e-footer-content {
2028
+ .e-spreadsheet .e-find-dlg.e-dialog .e-footer-content {
2029
2029
  text-align: left;
2030
2030
  }
2031
2031
  .e-spreadsheet .e-protectworkbook-dlg.e-dialog {
@@ -2745,12 +2745,12 @@
2745
2745
  height: 59px;
2746
2746
  width: 389px;
2747
2747
  }
2748
- .e-bigger .e-spreadsheet .e-goto-dlg,
2749
- .e-bigger.e-spreadsheet .e-goto-dlg {
2748
+ .e-bigger .e-spreadsheet .e-goto-dlg.e-dialog,
2749
+ .e-bigger.e-spreadsheet .e-goto-dlg.e-dialog {
2750
2750
  height: auto;
2751
2751
  }
2752
- .e-bigger .e-spreadsheet .e-goto-dlg .e-btn,
2753
- .e-bigger.e-spreadsheet .e-goto-dlg .e-btn {
2752
+ .e-bigger .e-spreadsheet .e-goto-dlg.e-dialog .e-btn,
2753
+ .e-bigger.e-spreadsheet .e-goto-dlg.e-dialog .e-btn {
2754
2754
  font-size: 12px;
2755
2755
  }
2756
2756
  .e-bigger .e-spreadsheet .e-protectworkbook-dlg.e-dialog .e-dlg-content .e-pwd-alert-span,