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.
- package/alertwindow/alertwindow.umd.js +1 -1
- package/combobox/combobox.d.ts +5 -0
- package/combobox/combobox.esm.js +12 -1
- package/combobox/combobox.umd.js +12 -1
- package/dialogwindow/dialogwindow.umd.js +1 -1
- package/grid/grid.d.ts +74 -38
- package/grid/grid.esm.js +60 -26
- package/grid/grid.umd.js +60 -26
- package/index.d.ts +99 -30
- package/kanban/kanban.d.ts +10 -0
- package/kanban/kanban.esm.js +23 -1
- package/kanban/kanban.umd.js +23 -1
- package/multilinewindow/multilinewindow.umd.js +1 -1
- package/package.json +1 -1
- package/progresswindow/progresswindow.umd.js +1 -1
- package/promptwindow/promptwindow.umd.js +1 -1
- package/source/modules/smart.accordion.js +1 -1
- package/source/modules/smart.array.js +2 -2
- package/source/modules/smart.barcode.js +1 -1
- package/source/modules/smart.breadcrumb.js +1 -1
- package/source/modules/smart.button.js +1 -1
- package/source/modules/smart.buttongroup.js +1 -1
- package/source/modules/smart.calendar.js +1 -1
- package/source/modules/smart.card.js +1 -1
- package/source/modules/smart.cardview.js +2 -2
- package/source/modules/smart.carousel.js +1 -1
- package/source/modules/smart.chart.js +2 -2
- package/source/modules/smart.checkbox.js +1 -1
- package/source/modules/smart.checkinput.js +1 -1
- package/source/modules/smart.chip.js +1 -1
- package/source/modules/smart.colorinput.js +1 -1
- package/source/modules/smart.colorpanel.js +1 -1
- package/source/modules/smart.colorpicker.js +1 -1
- package/source/modules/smart.combobox.js +2 -2
- package/source/modules/smart.common.js +2 -2
- package/source/modules/smart.countryinput.js +1 -1
- package/source/modules/smart.dateinput.js +2 -2
- package/source/modules/smart.daterangeinput.js +2 -2
- package/source/modules/smart.datetimepicker.js +1 -1
- package/source/modules/smart.dockinglayout.js +1 -1
- package/source/modules/smart.dropdownbutton.js +1 -1
- package/source/modules/smart.dropdownlist.js +1 -1
- package/source/modules/smart.editor.js +1 -1
- package/source/modules/smart.element.js +1 -1
- package/source/modules/smart.fileupload.js +1 -1
- package/source/modules/smart.form.js +1 -1
- package/source/modules/smart.formulaparser.js +1 -1
- package/source/modules/smart.ganttchart.js +4 -4
- package/source/modules/smart.gauge.js +1 -1
- package/source/modules/smart.grid.js +15 -15
- package/source/modules/smart.gridpanel.js +3 -3
- package/source/modules/smart.input.js +1 -1
- package/source/modules/smart.kanban.js +4 -4
- package/source/modules/smart.layout.js +1 -1
- package/source/modules/smart.led.js +1 -1
- package/source/modules/smart.listbox.js +1 -1
- package/source/modules/smart.listmenu.js +1 -1
- package/source/modules/smart.map.js +1 -1
- package/source/modules/smart.maskedtextbox.js +1 -1
- package/source/modules/smart.menu.js +1 -1
- package/source/modules/smart.multicomboinput.js +1 -1
- package/source/modules/smart.multiinput.js +1 -1
- package/source/modules/smart.multilinetextbox.js +2 -2
- package/source/modules/smart.multisplitbutton.js +1 -1
- package/source/modules/smart.numberinput.js +1 -1
- package/source/modules/smart.numerictextbox.js +2 -2
- package/source/modules/smart.pager.js +1 -1
- package/source/modules/smart.passwordinput.js +1 -1
- package/source/modules/smart.passwordtextbox.js +1 -1
- package/source/modules/smart.path.js +1 -1
- package/source/modules/smart.phoneinput.js +1 -1
- package/source/modules/smart.pivottable.js +4 -4
- package/source/modules/smart.progressbar.js +1 -1
- package/source/modules/smart.qrcode.js +1 -1
- package/source/modules/smart.querybuilder.js +2 -2
- package/source/modules/smart.radiobutton.js +1 -1
- package/source/modules/smart.rating.js +1 -1
- package/source/modules/smart.router.js +2 -2
- package/source/modules/smart.scheduler.js +2 -2
- package/source/modules/smart.scrollbar.js +1 -1
- package/source/modules/smart.slider.js +1 -1
- package/source/modules/smart.sortable.js +1 -1
- package/source/modules/smart.splitter.js +1 -1
- package/source/modules/smart.switchbutton.js +1 -1
- package/source/modules/smart.table.js +3 -3
- package/source/modules/smart.tabs.js +1 -1
- package/source/modules/smart.tank.js +1 -1
- package/source/modules/smart.textarea.js +1 -1
- package/source/modules/smart.textbox.js +2 -2
- package/source/modules/smart.timeinput.js +1 -1
- package/source/modules/smart.timepicker.js +1 -1
- package/source/modules/smart.toast.js +1 -1
- package/source/modules/smart.tooltip.js +1 -1
- package/source/modules/smart.tree.js +2 -2
- package/source/modules/smart.validator.js +1 -1
- package/source/modules/smart.window.js +2 -2
- package/source/smart.accordion.js +1 -1
- package/source/smart.ajax.js +1 -1
- package/source/smart.array.js +1 -1
- package/source/smart.barcode.js +1 -1
- package/source/smart.bootstrap.js +1 -1
- package/source/smart.breadcrumb.js +1 -1
- package/source/smart.button.js +1 -1
- package/source/smart.buttongroup.js +1 -1
- package/source/smart.calendar.js +1 -1
- package/source/smart.card.js +1 -1
- package/source/smart.cardview.js +1 -1
- package/source/smart.carousel.js +1 -1
- package/source/smart.chart.annotations.js +1 -1
- package/source/smart.chart.api.js +1 -1
- package/source/smart.chart.core.js +1 -1
- package/source/smart.chart.js +1 -1
- package/source/smart.chart.rangeselector.js +1 -1
- package/source/smart.chart.waterfall.js +1 -1
- package/source/smart.checkbox.js +1 -1
- package/source/smart.checkinput.js +1 -1
- package/source/smart.chip.js +1 -1
- package/source/smart.colorinput.js +1 -1
- package/source/smart.colorpanel.js +1 -1
- package/source/smart.colorpicker.js +1 -1
- package/source/smart.combobox.js +2 -2
- package/source/smart.complex.js +1 -1
- package/source/smart.core.js +1 -1
- package/source/smart.countryinput.js +1 -1
- package/source/smart.data.js +2 -2
- package/source/smart.date.js +1 -1
- package/source/smart.dateformatpanel.js +1 -1
- package/source/smart.dateinput.js +2 -2
- package/source/smart.daterangeinput.js +1 -1
- package/source/smart.datetimepicker.js +1 -1
- package/source/smart.dockinglayout.js +1 -1
- package/source/smart.draw.js +1 -1
- package/source/smart.dropdownbutton.js +1 -1
- package/source/smart.dropdownlist.js +1 -1
- package/source/smart.editor.js +1 -1
- package/source/smart.element.js +1 -1
- package/source/smart.elements.js +18 -18
- package/source/smart.export.js +1 -1
- package/source/smart.fileupload.js +1 -1
- package/source/smart.filter.js +1 -1
- package/source/smart.filterbuilder.js +1 -1
- package/source/smart.filterpanel.js +1 -1
- package/source/smart.form.js +1 -1
- package/source/smart.format.js +1 -1
- package/source/smart.formulaparser.js +1 -1
- package/source/smart.ganttchart.js +2 -2
- package/source/smart.gauge.js +1 -1
- package/source/smart.grid.cell.js +2 -2
- package/source/smart.grid.chart.js +1 -1
- package/source/smart.grid.column.js +2 -2
- package/source/smart.grid.core.js +2 -2
- package/source/smart.grid.dialog.js +2 -2
- package/source/smart.grid.edit.js +2 -2
- package/source/smart.grid.export.js +1 -1
- package/source/smart.grid.filter.js +2 -2
- package/source/smart.grid.group.js +1 -1
- package/source/smart.grid.js +1 -1
- package/source/smart.grid.menu.js +2 -2
- package/source/smart.grid.pager.js +1 -1
- package/source/smart.grid.reorder.js +1 -1
- package/source/smart.grid.resize.js +1 -1
- package/source/smart.grid.row.js +2 -2
- package/source/smart.grid.select.js +2 -2
- package/source/smart.grid.sort.js +1 -1
- package/source/smart.grid.toolbar.js +2 -2
- package/source/smart.grid.tree.js +1 -1
- package/source/smart.grid.view.js +2 -2
- package/source/smart.gridpanel.js +1 -1
- package/source/smart.input.js +1 -1
- package/source/smart.kanban.js +2 -2
- package/source/smart.layout.js +1 -1
- package/source/smart.led.js +1 -1
- package/source/smart.listbox.js +1 -1
- package/source/smart.listmenu.js +1 -1
- package/source/smart.map.js +1 -1
- package/source/smart.maskedtextbox.js +1 -1
- package/source/smart.math.js +1 -1
- package/source/smart.menu.js +1 -1
- package/source/smart.multicomboinput.js +1 -1
- package/source/smart.multiinput.js +1 -1
- package/source/smart.multilinetextbox.js +1 -1
- package/source/smart.multisplitbutton.js +1 -1
- package/source/smart.numberformatpanel.js +1 -1
- package/source/smart.numberinput.js +1 -1
- package/source/smart.numeric.js +1 -1
- package/source/smart.numerictextbox.js +1 -1
- package/source/smart.pager.js +1 -1
- package/source/smart.passwordinput.js +1 -1
- package/source/smart.passwordtextbox.js +1 -1
- package/source/smart.path.js +1 -1
- package/source/smart.phoneinput.js +1 -1
- package/source/smart.pivottable.js +1 -1
- package/source/smart.powerbutton.js +1 -1
- package/source/smart.progressbar.js +1 -1
- package/source/smart.qrcode.js +1 -1
- package/source/smart.radiobutton.js +1 -1
- package/source/smart.rating.js +1 -1
- package/source/smart.router.js +1 -1
- package/source/smart.scheduler.js +1 -1
- package/source/smart.scrollbar.js +1 -1
- package/source/smart.slider.js +1 -1
- package/source/smart.sortable.js +1 -1
- package/source/smart.splitter.js +1 -1
- package/source/smart.switchbutton.js +1 -1
- package/source/smart.table.js +2 -2
- package/source/smart.tabs.js +1 -1
- package/source/smart.tank.js +1 -1
- package/source/smart.textarea.js +1 -1
- package/source/smart.textbox.js +1 -1
- package/source/smart.tickintervalhandler.js +1 -1
- package/source/smart.timeinput.js +1 -1
- package/source/smart.timepicker.js +1 -1
- package/source/smart.toast.js +1 -1
- package/source/smart.tooltip.js +1 -1
- package/source/smart.tree.js +2 -2
- package/source/smart.validationpanel.js +1 -1
- package/source/smart.validator.js +1 -1
- package/source/smart.window.js +1 -1
- package/source/styles/components/smart.ganttchart.css +1 -1
- package/source/styles/components/smart.kanban.css +1 -1
- package/source/styles/components/smart.pivottable.css +1 -1
- package/source/styles/components/smart.table.css +1 -1
- package/source/styles/default/scss/smart.kanban.scss +20 -3
- package/source/styles/default/scss/smart.table.scss +22 -4
- package/source/styles/default/scss/textbox/_check-input.scss +1 -0
- package/source/styles/default/scss/textbox/_multi-combo-input.scss +1 -1
- package/source/styles/default/smart.kanban.css +17 -1
- package/source/styles/default/smart.table.css +30 -12
- package/source/styles/smart.default.css +2 -2
- package/source/typescript/smart.combobox.d.ts +5 -0
- package/source/typescript/smart.elements.d.ts +99 -30
- package/source/typescript/smart.grid.d.ts +77 -28
- package/source/typescript/smart.kanban.d.ts +10 -0
- package/source/typescript/smart.scheduler.d.ts +1 -1
- package/source/typescript/smart.table.d.ts +1 -1
- package/source/typescript/smart.tree.d.ts +5 -0
- package/table/table.d.ts +1 -1
- package/table/table.esm.js +1 -1
- package/table/table.umd.js +1 -1
- package/tabswindow/tabswindow.umd.js +1 -1
- package/tree/tree.d.ts +5 -0
- package/tree/tree.esm.js +12 -1
- package/tree/tree.umd.js +12 -1
- 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;
|
|
@@ -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.
|
|
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) {
|