smart-webcomponents-react 14.0.0 → 14.0.35

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 (244) hide show
  1. package/alertwindow/alertwindow.umd.js +1 -1
  2. package/combobox/combobox.d.ts +5 -0
  3. package/combobox/combobox.esm.js +12 -1
  4. package/combobox/combobox.umd.js +12 -1
  5. package/dialogwindow/dialogwindow.umd.js +1 -1
  6. package/grid/grid.d.ts +74 -38
  7. package/grid/grid.esm.js +60 -26
  8. package/grid/grid.umd.js +60 -26
  9. package/index.d.ts +99 -30
  10. package/kanban/kanban.d.ts +10 -0
  11. package/kanban/kanban.esm.js +23 -1
  12. package/kanban/kanban.umd.js +23 -1
  13. package/multilinewindow/multilinewindow.umd.js +1 -1
  14. package/package.json +1 -1
  15. package/progresswindow/progresswindow.umd.js +1 -1
  16. package/promptwindow/promptwindow.umd.js +1 -1
  17. package/source/modules/smart.accordion.js +1 -1
  18. package/source/modules/smart.array.js +2 -2
  19. package/source/modules/smart.barcode.js +1 -1
  20. package/source/modules/smart.breadcrumb.js +1 -1
  21. package/source/modules/smart.button.js +1 -1
  22. package/source/modules/smart.buttongroup.js +1 -1
  23. package/source/modules/smart.calendar.js +1 -1
  24. package/source/modules/smart.card.js +1 -1
  25. package/source/modules/smart.cardview.js +2 -2
  26. package/source/modules/smart.carousel.js +1 -1
  27. package/source/modules/smart.chart.js +2 -2
  28. package/source/modules/smart.checkbox.js +1 -1
  29. package/source/modules/smart.checkinput.js +1 -1
  30. package/source/modules/smart.chip.js +1 -1
  31. package/source/modules/smart.colorinput.js +1 -1
  32. package/source/modules/smart.colorpanel.js +1 -1
  33. package/source/modules/smart.colorpicker.js +1 -1
  34. package/source/modules/smart.combobox.js +2 -2
  35. package/source/modules/smart.common.js +2 -2
  36. package/source/modules/smart.countryinput.js +1 -1
  37. package/source/modules/smart.dateinput.js +2 -2
  38. package/source/modules/smart.daterangeinput.js +2 -2
  39. package/source/modules/smart.datetimepicker.js +1 -1
  40. package/source/modules/smart.dockinglayout.js +1 -1
  41. package/source/modules/smart.dropdownbutton.js +1 -1
  42. package/source/modules/smart.dropdownlist.js +1 -1
  43. package/source/modules/smart.editor.js +1 -1
  44. package/source/modules/smart.element.js +1 -1
  45. package/source/modules/smart.fileupload.js +1 -1
  46. package/source/modules/smart.form.js +1 -1
  47. package/source/modules/smart.formulaparser.js +1 -1
  48. package/source/modules/smart.ganttchart.js +4 -4
  49. package/source/modules/smart.gauge.js +1 -1
  50. package/source/modules/smart.grid.js +15 -15
  51. package/source/modules/smart.gridpanel.js +3 -3
  52. package/source/modules/smart.input.js +1 -1
  53. package/source/modules/smart.kanban.js +4 -4
  54. package/source/modules/smart.layout.js +1 -1
  55. package/source/modules/smart.led.js +1 -1
  56. package/source/modules/smart.listbox.js +1 -1
  57. package/source/modules/smart.listmenu.js +1 -1
  58. package/source/modules/smart.map.js +1 -1
  59. package/source/modules/smart.maskedtextbox.js +1 -1
  60. package/source/modules/smart.menu.js +1 -1
  61. package/source/modules/smart.multicomboinput.js +1 -1
  62. package/source/modules/smart.multiinput.js +1 -1
  63. package/source/modules/smart.multilinetextbox.js +2 -2
  64. package/source/modules/smart.multisplitbutton.js +1 -1
  65. package/source/modules/smart.numberinput.js +1 -1
  66. package/source/modules/smart.numerictextbox.js +2 -2
  67. package/source/modules/smart.pager.js +1 -1
  68. package/source/modules/smart.passwordinput.js +1 -1
  69. package/source/modules/smart.passwordtextbox.js +1 -1
  70. package/source/modules/smart.path.js +1 -1
  71. package/source/modules/smart.phoneinput.js +1 -1
  72. package/source/modules/smart.pivottable.js +4 -4
  73. package/source/modules/smart.progressbar.js +1 -1
  74. package/source/modules/smart.qrcode.js +1 -1
  75. package/source/modules/smart.querybuilder.js +2 -2
  76. package/source/modules/smart.radiobutton.js +1 -1
  77. package/source/modules/smart.rating.js +1 -1
  78. package/source/modules/smart.router.js +2 -2
  79. package/source/modules/smart.scheduler.js +2 -2
  80. package/source/modules/smart.scrollbar.js +1 -1
  81. package/source/modules/smart.slider.js +1 -1
  82. package/source/modules/smart.sortable.js +1 -1
  83. package/source/modules/smart.splitter.js +1 -1
  84. package/source/modules/smart.switchbutton.js +1 -1
  85. package/source/modules/smart.table.js +3 -3
  86. package/source/modules/smart.tabs.js +1 -1
  87. package/source/modules/smart.tank.js +1 -1
  88. package/source/modules/smart.textarea.js +1 -1
  89. package/source/modules/smart.textbox.js +2 -2
  90. package/source/modules/smart.timeinput.js +1 -1
  91. package/source/modules/smart.timepicker.js +1 -1
  92. package/source/modules/smart.toast.js +1 -1
  93. package/source/modules/smart.tooltip.js +1 -1
  94. package/source/modules/smart.tree.js +2 -2
  95. package/source/modules/smart.validator.js +1 -1
  96. package/source/modules/smart.window.js +2 -2
  97. package/source/smart.accordion.js +1 -1
  98. package/source/smart.ajax.js +1 -1
  99. package/source/smart.array.js +1 -1
  100. package/source/smart.barcode.js +1 -1
  101. package/source/smart.bootstrap.js +1 -1
  102. package/source/smart.breadcrumb.js +1 -1
  103. package/source/smart.button.js +1 -1
  104. package/source/smart.buttongroup.js +1 -1
  105. package/source/smart.calendar.js +1 -1
  106. package/source/smart.card.js +1 -1
  107. package/source/smart.cardview.js +1 -1
  108. package/source/smart.carousel.js +1 -1
  109. package/source/smart.chart.annotations.js +1 -1
  110. package/source/smart.chart.api.js +1 -1
  111. package/source/smart.chart.core.js +1 -1
  112. package/source/smart.chart.js +1 -1
  113. package/source/smart.chart.rangeselector.js +1 -1
  114. package/source/smart.chart.waterfall.js +1 -1
  115. package/source/smart.checkbox.js +1 -1
  116. package/source/smart.checkinput.js +1 -1
  117. package/source/smart.chip.js +1 -1
  118. package/source/smart.colorinput.js +1 -1
  119. package/source/smart.colorpanel.js +1 -1
  120. package/source/smart.colorpicker.js +1 -1
  121. package/source/smart.combobox.js +2 -2
  122. package/source/smart.complex.js +1 -1
  123. package/source/smart.core.js +1 -1
  124. package/source/smart.countryinput.js +1 -1
  125. package/source/smart.data.js +2 -2
  126. package/source/smart.date.js +1 -1
  127. package/source/smart.dateformatpanel.js +1 -1
  128. package/source/smart.dateinput.js +2 -2
  129. package/source/smart.daterangeinput.js +1 -1
  130. package/source/smart.datetimepicker.js +1 -1
  131. package/source/smart.dockinglayout.js +1 -1
  132. package/source/smart.draw.js +1 -1
  133. package/source/smart.dropdownbutton.js +1 -1
  134. package/source/smart.dropdownlist.js +1 -1
  135. package/source/smart.editor.js +1 -1
  136. package/source/smart.element.js +1 -1
  137. package/source/smart.elements.js +18 -18
  138. package/source/smart.export.js +1 -1
  139. package/source/smart.fileupload.js +1 -1
  140. package/source/smart.filter.js +1 -1
  141. package/source/smart.filterbuilder.js +1 -1
  142. package/source/smart.filterpanel.js +1 -1
  143. package/source/smart.form.js +1 -1
  144. package/source/smart.format.js +1 -1
  145. package/source/smart.formulaparser.js +1 -1
  146. package/source/smart.ganttchart.js +2 -2
  147. package/source/smart.gauge.js +1 -1
  148. package/source/smart.grid.cell.js +2 -2
  149. package/source/smart.grid.chart.js +1 -1
  150. package/source/smart.grid.column.js +2 -2
  151. package/source/smart.grid.core.js +2 -2
  152. package/source/smart.grid.dialog.js +2 -2
  153. package/source/smart.grid.edit.js +2 -2
  154. package/source/smart.grid.export.js +1 -1
  155. package/source/smart.grid.filter.js +2 -2
  156. package/source/smart.grid.group.js +1 -1
  157. package/source/smart.grid.js +1 -1
  158. package/source/smart.grid.menu.js +2 -2
  159. package/source/smart.grid.pager.js +1 -1
  160. package/source/smart.grid.reorder.js +1 -1
  161. package/source/smart.grid.resize.js +1 -1
  162. package/source/smart.grid.row.js +2 -2
  163. package/source/smart.grid.select.js +2 -2
  164. package/source/smart.grid.sort.js +1 -1
  165. package/source/smart.grid.toolbar.js +2 -2
  166. package/source/smart.grid.tree.js +1 -1
  167. package/source/smart.grid.view.js +2 -2
  168. package/source/smart.gridpanel.js +1 -1
  169. package/source/smart.input.js +1 -1
  170. package/source/smart.kanban.js +2 -2
  171. package/source/smart.layout.js +1 -1
  172. package/source/smart.led.js +1 -1
  173. package/source/smart.listbox.js +1 -1
  174. package/source/smart.listmenu.js +1 -1
  175. package/source/smart.map.js +1 -1
  176. package/source/smart.maskedtextbox.js +1 -1
  177. package/source/smart.math.js +1 -1
  178. package/source/smart.menu.js +1 -1
  179. package/source/smart.multicomboinput.js +1 -1
  180. package/source/smart.multiinput.js +1 -1
  181. package/source/smart.multilinetextbox.js +1 -1
  182. package/source/smart.multisplitbutton.js +1 -1
  183. package/source/smart.numberformatpanel.js +1 -1
  184. package/source/smart.numberinput.js +1 -1
  185. package/source/smart.numeric.js +1 -1
  186. package/source/smart.numerictextbox.js +1 -1
  187. package/source/smart.pager.js +1 -1
  188. package/source/smart.passwordinput.js +1 -1
  189. package/source/smart.passwordtextbox.js +1 -1
  190. package/source/smart.path.js +1 -1
  191. package/source/smart.phoneinput.js +1 -1
  192. package/source/smart.pivottable.js +1 -1
  193. package/source/smart.powerbutton.js +1 -1
  194. package/source/smart.progressbar.js +1 -1
  195. package/source/smart.qrcode.js +1 -1
  196. package/source/smart.radiobutton.js +1 -1
  197. package/source/smart.rating.js +1 -1
  198. package/source/smart.router.js +1 -1
  199. package/source/smart.scheduler.js +1 -1
  200. package/source/smart.scrollbar.js +1 -1
  201. package/source/smart.slider.js +1 -1
  202. package/source/smart.sortable.js +1 -1
  203. package/source/smart.splitter.js +1 -1
  204. package/source/smart.switchbutton.js +1 -1
  205. package/source/smart.table.js +2 -2
  206. package/source/smart.tabs.js +1 -1
  207. package/source/smart.tank.js +1 -1
  208. package/source/smart.textarea.js +1 -1
  209. package/source/smart.textbox.js +1 -1
  210. package/source/smart.tickintervalhandler.js +1 -1
  211. package/source/smart.timeinput.js +1 -1
  212. package/source/smart.timepicker.js +1 -1
  213. package/source/smart.toast.js +1 -1
  214. package/source/smart.tooltip.js +1 -1
  215. package/source/smart.tree.js +2 -2
  216. package/source/smart.validationpanel.js +1 -1
  217. package/source/smart.validator.js +1 -1
  218. package/source/smart.window.js +1 -1
  219. package/source/styles/components/smart.ganttchart.css +1 -1
  220. package/source/styles/components/smart.kanban.css +1 -1
  221. package/source/styles/components/smart.pivottable.css +1 -1
  222. package/source/styles/components/smart.table.css +1 -1
  223. package/source/styles/default/scss/smart.kanban.scss +20 -3
  224. package/source/styles/default/scss/smart.table.scss +22 -4
  225. package/source/styles/default/scss/textbox/_check-input.scss +1 -0
  226. package/source/styles/default/scss/textbox/_multi-combo-input.scss +1 -1
  227. package/source/styles/default/smart.kanban.css +17 -1
  228. package/source/styles/default/smart.table.css +30 -12
  229. package/source/styles/smart.default.css +2 -2
  230. package/source/typescript/smart.combobox.d.ts +5 -0
  231. package/source/typescript/smart.elements.d.ts +99 -30
  232. package/source/typescript/smart.grid.d.ts +77 -28
  233. package/source/typescript/smart.kanban.d.ts +10 -0
  234. package/source/typescript/smart.scheduler.d.ts +1 -1
  235. package/source/typescript/smart.table.d.ts +1 -1
  236. package/source/typescript/smart.tree.d.ts +5 -0
  237. package/table/table.d.ts +1 -1
  238. package/table/table.esm.js +1 -1
  239. package/table/table.umd.js +1 -1
  240. package/tabswindow/tabswindow.umd.js +1 -1
  241. package/tree/tree.d.ts +5 -0
  242. package/tree/tree.esm.js +12 -1
  243. package/tree/tree.umd.js +12 -1
  244. package/waitwindow/waitwindow.umd.js +1 -1
@@ -46,6 +46,24 @@ smart-table {
46
46
  border-bottom: var(--smart-border-width) solid var(--smart-border);
47
47
  text-align: left;
48
48
  font-weight: 500;
49
+ &[filter]::before {
50
+ content: var(--smart-icon-filter);
51
+ font-family: var(--smart-font-family-icon);
52
+ font-style: normal;
53
+ font-weight: normal;
54
+ font-size: var(--smart-arrow-size);
55
+ color: inherit;
56
+ text-decoration: inherit;
57
+ font-variant: normal;
58
+ text-transform: none;
59
+ display: flex;
60
+ flex-wrap: wrap;
61
+ margin-top: 2px;
62
+ align-items: center;
63
+ justify-content: center;
64
+ position: absolute;
65
+ right: 10px;
66
+ }
49
67
 
50
68
  .sort-by {
51
69
  display: none;
@@ -1466,7 +1484,7 @@ smart-table {
1466
1484
  }
1467
1485
  }
1468
1486
 
1469
- &[filtering]:not([filter-row]),
1487
+ &[filtering]:not([filter-row]):not([column-menu]),
1470
1488
  &[conditional-formatting-button] {
1471
1489
  thead {
1472
1490
  th {
@@ -1540,7 +1558,7 @@ smart-table {
1540
1558
  }
1541
1559
  }
1542
1560
 
1543
- &[filtering]:not([filter-row]),
1561
+ &[filtering]:not([filter-row]):not([column-menu]),
1544
1562
  &[conditional-formatting-button] {
1545
1563
  thead {
1546
1564
  th {
@@ -1775,7 +1793,7 @@ smart-table {
1775
1793
  height: 100%;
1776
1794
  }
1777
1795
 
1778
- &[filtering]:not([filter-row]),
1796
+ &[filtering]:not([filter-row]):not([column-menu]),
1779
1797
  &[conditional-formatting-button] {
1780
1798
  .smart-table-container {
1781
1799
  height: 100%;
@@ -1785,7 +1803,7 @@ smart-table {
1785
1803
 
1786
1804
  &[freeze-header] {
1787
1805
 
1788
- &[filtering]:not([filter-row]),
1806
+ &[filtering]:not([filter-row]):not([column-menu]),
1789
1807
  &[conditional-formatting-button] {
1790
1808
  thead th {
1791
1809
  top: 0;
@@ -99,6 +99,7 @@ smart-check-input {
99
99
  top: 50%;
100
100
  transform: translateY(-50%);
101
101
  pointer-events: none;
102
+ box-sizing: content-box;
102
103
  }
103
104
 
104
105
  a {
@@ -49,7 +49,7 @@ smart-multi-combo-input {
49
49
  height: var(--smart-editor-height);
50
50
  min-height: var(--smart-editor-height);
51
51
 
52
- &:not([input-tags-mode="one"]) {
52
+ &:not([input-tags-mode="one"]):not(.smart-grid-cell-editor) {
53
53
  height: auto !important;
54
54
  }
55
55
 
@@ -264,6 +264,21 @@
264
264
  .smart-kanban .smart-kanban-column-content-tasks:focus {
265
265
  outline: none;
266
266
  }
267
+ .smart-kanban .smart-kanban-column-content-tasks.empty {
268
+ position: relative;
269
+ }
270
+ .smart-kanban .smart-kanban-column-content-tasks.empty:after {
271
+ content: attr(empty);
272
+ position: absolute;
273
+ top: calc(50% - 11px);
274
+ display: flex;
275
+ align-items: center;
276
+ align-content: center;
277
+ justify-content: center;
278
+ width: 100%;
279
+ opacity: 0.5;
280
+ font-size: 11px;
281
+ }
267
282
  .smart-kanban .smart-kanban-column-content-tasks .smart-kanban-task[focus] {
268
283
  box-shadow: inset 0px 0px 1px 1px var(--smart-primary);
269
284
  }
@@ -399,8 +414,9 @@
399
414
  font-size: 24px;
400
415
  box-shadow: var(--smart-elevation-6);
401
416
  cursor: pointer;
402
- transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
417
+ transition: transform 0.1s ease-out, box-shadow 0.2s ease-in-out;
403
418
  transform: scale(1);
419
+ transition-delay: 0s;
404
420
  }
405
421
  .smart-kanban[add-new-button] .smart-kanban-add-new-button:hover {
406
422
  box-shadow: var(--smart-elevation-8);
@@ -36,6 +36,24 @@ smart-table tr.expanded .hierarchy-arrow {
36
36
  text-align: left;
37
37
  font-weight: 500;
38
38
  }
39
+ .smart-table thead th[filter]::before {
40
+ content: var(--smart-icon-filter);
41
+ font-family: var(--smart-font-family-icon);
42
+ font-style: normal;
43
+ font-weight: normal;
44
+ font-size: var(--smart-arrow-size);
45
+ color: inherit;
46
+ text-decoration: inherit;
47
+ font-variant: normal;
48
+ text-transform: none;
49
+ display: flex;
50
+ flex-wrap: wrap;
51
+ margin-top: 2px;
52
+ align-items: center;
53
+ justify-content: center;
54
+ position: absolute;
55
+ right: 10px;
56
+ }
39
57
  .smart-table thead th .sort-by {
40
58
  display: none;
41
59
  position: relative;
@@ -1118,19 +1136,19 @@ smart-table tr.expanded .hierarchy-arrow {
1118
1136
  .smart-table[freeze-header]:not([virtualization]) thead tr:nth-child(5) > th {
1119
1137
  top: calc(4 * var(--smart-table-column-header-height));
1120
1138
  }
1121
- .smart-table[freeze-header]:not([virtualization])[filtering]:not([filter-row]) thead th, .smart-table[freeze-header]:not([virtualization])[conditional-formatting-button] thead th {
1139
+ .smart-table[freeze-header]:not([virtualization])[filtering]:not([filter-row]):not([column-menu]) thead th, .smart-table[freeze-header]:not([virtualization])[conditional-formatting-button] thead th {
1122
1140
  top: var(--smart-table-header-footer-height);
1123
1141
  }
1124
- .smart-table[freeze-header]:not([virtualization])[filtering]:not([filter-row]) thead tr:nth-child(2) > th, .smart-table[freeze-header]:not([virtualization])[conditional-formatting-button] thead tr:nth-child(2) > th {
1142
+ .smart-table[freeze-header]:not([virtualization])[filtering]:not([filter-row]):not([column-menu]) thead tr:nth-child(2) > th, .smart-table[freeze-header]:not([virtualization])[conditional-formatting-button] thead tr:nth-child(2) > th {
1125
1143
  top: calc(var(--smart-table-header-footer-height) + var(--smart-table-column-header-height));
1126
1144
  }
1127
- .smart-table[freeze-header]:not([virtualization])[filtering]:not([filter-row]) thead tr:nth-child(3) > th, .smart-table[freeze-header]:not([virtualization])[conditional-formatting-button] thead tr:nth-child(3) > th {
1145
+ .smart-table[freeze-header]:not([virtualization])[filtering]:not([filter-row]):not([column-menu]) thead tr:nth-child(3) > th, .smart-table[freeze-header]:not([virtualization])[conditional-formatting-button] thead tr:nth-child(3) > th {
1128
1146
  top: calc(var(--smart-table-header-footer-height) + 2 * var(--smart-table-column-header-height));
1129
1147
  }
1130
- .smart-table[freeze-header]:not([virtualization])[filtering]:not([filter-row]) thead tr:nth-child(4) > th, .smart-table[freeze-header]:not([virtualization])[conditional-formatting-button] thead tr:nth-child(4) > th {
1148
+ .smart-table[freeze-header]:not([virtualization])[filtering]:not([filter-row]):not([column-menu]) thead tr:nth-child(4) > th, .smart-table[freeze-header]:not([virtualization])[conditional-formatting-button] thead tr:nth-child(4) > th {
1131
1149
  top: calc(var(--smart-table-header-footer-height) + 3 * var(--smart-table-column-header-height));
1132
1150
  }
1133
- .smart-table[freeze-header]:not([virtualization])[filtering]:not([filter-row]) thead tr:nth-child(5) > th, .smart-table[freeze-header]:not([virtualization])[conditional-formatting-button] thead tr:nth-child(5) > th {
1151
+ .smart-table[freeze-header]:not([virtualization])[filtering]:not([filter-row]):not([column-menu]) thead tr:nth-child(5) > th, .smart-table[freeze-header]:not([virtualization])[conditional-formatting-button] thead tr:nth-child(5) > th {
1134
1152
  top: calc(var(--smart-table-header-footer-height) + 4 * var(--smart-table-column-header-height));
1135
1153
  }
1136
1154
  .smart-table[freeze-header][virtualization] thead {
@@ -1170,19 +1188,19 @@ smart-table tr.expanded .hierarchy-arrow {
1170
1188
  .smart-table[freeze-header][virtualization] thead tr:nth-child(5) > th {
1171
1189
  top: calc(4 * var(--smart-table-column-header-height));
1172
1190
  }
1173
- .smart-table[freeze-header][virtualization][filtering]:not([filter-row]) thead th, .smart-table[freeze-header][virtualization][conditional-formatting-button] thead th {
1191
+ .smart-table[freeze-header][virtualization][filtering]:not([filter-row]):not([column-menu]) thead th, .smart-table[freeze-header][virtualization][conditional-formatting-button] thead th {
1174
1192
  top: var(--smart-table-header-footer-height);
1175
1193
  }
1176
- .smart-table[freeze-header][virtualization][filtering]:not([filter-row]) thead tr:nth-child(2) > th, .smart-table[freeze-header][virtualization][conditional-formatting-button] thead tr:nth-child(2) > th {
1194
+ .smart-table[freeze-header][virtualization][filtering]:not([filter-row]):not([column-menu]) thead tr:nth-child(2) > th, .smart-table[freeze-header][virtualization][conditional-formatting-button] thead tr:nth-child(2) > th {
1177
1195
  top: calc(var(--smart-table-header-footer-height) + var(--smart-table-column-header-height));
1178
1196
  }
1179
- .smart-table[freeze-header][virtualization][filtering]:not([filter-row]) thead tr:nth-child(3) > th, .smart-table[freeze-header][virtualization][conditional-formatting-button] thead tr:nth-child(3) > th {
1197
+ .smart-table[freeze-header][virtualization][filtering]:not([filter-row]):not([column-menu]) thead tr:nth-child(3) > th, .smart-table[freeze-header][virtualization][conditional-formatting-button] thead tr:nth-child(3) > th {
1180
1198
  top: calc(var(--smart-table-header-footer-height) + 2 * var(--smart-table-column-header-height));
1181
1199
  }
1182
- .smart-table[freeze-header][virtualization][filtering]:not([filter-row]) thead tr:nth-child(4) > th, .smart-table[freeze-header][virtualization][conditional-formatting-button] thead tr:nth-child(4) > th {
1200
+ .smart-table[freeze-header][virtualization][filtering]:not([filter-row]):not([column-menu]) thead tr:nth-child(4) > th, .smart-table[freeze-header][virtualization][conditional-formatting-button] thead tr:nth-child(4) > th {
1183
1201
  top: calc(var(--smart-table-header-footer-height) + 3 * var(--smart-table-column-header-height));
1184
1202
  }
1185
- .smart-table[freeze-header][virtualization][filtering]:not([filter-row]) thead tr:nth-child(5) > th, .smart-table[freeze-header][virtualization][conditional-formatting-button] thead tr:nth-child(5) > th {
1203
+ .smart-table[freeze-header][virtualization][filtering]:not([filter-row]):not([column-menu]) thead tr:nth-child(5) > th, .smart-table[freeze-header][virtualization][conditional-formatting-button] thead tr:nth-child(5) > th {
1186
1204
  top: calc(var(--smart-table-header-footer-height) + 4 * var(--smart-table-column-header-height));
1187
1205
  }
1188
1206
  .smart-table[freeze-footer] tfoot td {
@@ -1308,10 +1326,10 @@ smart-table tr.expanded .hierarchy-arrow {
1308
1326
  .smart-table[virtualization][paging] .smart-table-container {
1309
1327
  height: 100%;
1310
1328
  }
1311
- .smart-table[virtualization][paging][filtering]:not([filter-row]) .smart-table-container, .smart-table[virtualization][paging][conditional-formatting-button] .smart-table-container {
1329
+ .smart-table[virtualization][paging][filtering]:not([filter-row]):not([column-menu]) .smart-table-container, .smart-table[virtualization][paging][conditional-formatting-button] .smart-table-container {
1312
1330
  height: 100%;
1313
1331
  }
1314
- .smart-table[virtualization][freeze-header][filtering]:not([filter-row]) thead th, .smart-table[virtualization][freeze-header][conditional-formatting-button] thead th {
1332
+ .smart-table[virtualization][freeze-header][filtering]:not([filter-row]):not([column-menu]) thead th, .smart-table[virtualization][freeze-header][conditional-formatting-button] thead th {
1315
1333
  top: 0;
1316
1334
  }
1317
1335
  @media (max-width: 575.98px) {