react-autoql 6.3.1 → 6.4.0

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.
Binary file
@@ -480,8 +480,9 @@ span.react-autoql-icon {
480
480
  .react-autoql-table-container.filtering .react-autoql-table .tabulator-col {
481
481
  height: 72px !important; }
482
482
  .react-autoql-table-container.filtering.infinite .tabulator-col.DATE_STRING .tabulator-header-filter,
483
- .react-autoql-table-container.filtering.infinite .tabulator-col.DATE .tabulator-header-filter {
484
- display: none; }
483
+ .react-autoql-table-container.filtering.infinite .tabulator-col.DATE .tabulator-header-filter,
484
+ .react-autoql-table-container.filtering.infinite .tabulator-col.DRILLDOWN .tabulator-header-filter {
485
+ display: none !important; }
485
486
  .react-autoql-table-container.filtering.limited .tabulator-col .tabulator-header-filter,
486
487
  .react-autoql-table-container.filtering.infinite .tabulator-col:not(.DATE_STRING):not(.DATE) .tabulator-header-filter {
487
488
  display: inline; }
@@ -1021,7 +1022,7 @@ g.legendOrdinal .legendTitle tspan {
1021
1022
  display: flex;
1022
1023
  flex-direction: column;
1023
1024
  justify-content: center;
1024
- align-items: flex-start;
1025
+ align-items: center;
1025
1026
  background-color: inherit;
1026
1027
  font-size: 14px;
1027
1028
  overflow: hidden;
@@ -1135,6 +1136,9 @@ g.legendOrdinal .legendTitle tspan {
1135
1136
  .query-output-footer.no-margin {
1136
1137
  margin: 0; }
1137
1138
 
1139
+ .query-output-table-row-count {
1140
+ padding-top: 10px; }
1141
+
1138
1142
  .dashboard-data-limit-warning-icon {
1139
1143
  color: var(--react-autoql-warning-color) !important;
1140
1144
  margin-left: 10px;
@@ -4020,9 +4024,13 @@ g.legendOrdinal .legendTitle tspan {
4020
4024
  .dashboard-tile-response-wrapper .dashboard-tile-response-container .react-autoql-table-container {
4021
4025
  padding: 15px 20px 0px 20px; }
4022
4026
  .dashboard-tile-response-wrapper .dashboard-tile-response-container .react-autoql-response-content-container {
4023
- padding: 7px 12px 20px 18px;
4027
+ padding: 7px;
4024
4028
  align-items: center; }
4025
4029
 
4030
+ .dashboard-tile-response-wrapper.editing .dashboard-tile-response-container .react-autoql-response-content-container {
4031
+ padding: 7px 12px 20px 18px;
4032
+ align-items: center; }
4033
+
4026
4034
  .dashboard-tile-title-container {
4027
4035
  width: 100%;
4028
4036
  text-align: left;
Binary file