react-autoql 7.2.1-alpha.7 → 7.2.1-alpha.9

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
@@ -576,6 +576,8 @@ span.react-autoql-icon {
576
576
  .react-autoql-table-container .react-autoql-tabulator-container .tabulator-cell,
577
577
  .react-autoql-table-container .react-autoql-tabulator-container .tabulator-col {
578
578
  color: var(--react-autoql-text-color-primary); }
579
+ .react-autoql-table-container.loading {
580
+ pointer-events: none; }
579
581
  .react-autoql-table-container.hidden {
580
582
  visibility: hidden;
581
583
  position: absolute;
@@ -600,11 +602,13 @@ span.react-autoql-icon {
600
602
  width: 100vw; }
601
603
  .react-autoql-table-container.resizing .react-autoql-table {
602
604
  visibility: hidden;
603
- opacity: 0; }
605
+ opacity: 0;
606
+ pointer-events: none; }
604
607
  .react-autoql-table-container.infinite .tabulator-col.DATE_STRING .tabulator-header-filter,
605
608
  .react-autoql-table-container .tabulator-col.DRILLDOWN .tabulator-header-filter {
606
609
  visibility: hidden;
607
- opacity: 0; }
610
+ opacity: 0;
611
+ pointer-events: none; }
608
612
  .react-autoql-table-container.limited .tabulator-col .tabulator-header-filter,
609
613
  .react-autoql-table-container.infinite .tabulator-col:not(.DATE_STRING) .tabulator-header-filter {
610
614
  visibility: visible;
@@ -631,7 +635,8 @@ span.react-autoql-icon {
631
635
  height: 35px; }
632
636
  .react-autoql-table-container:not(.filtering) .tabulator-header-filter input {
633
637
  opacity: 0;
634
- visibility: hidden; }
638
+ visibility: hidden;
639
+ pointer-events: none; }
635
640
  .react-autoql-table-container:not(.filtering) .react-autoql-tabulator-container .tabulator-tableholder {
636
641
  min-height: calc(100% - 37px) !important;
637
642
  height: calc(100% - 37px) !important;
@@ -656,7 +661,9 @@ span.react-autoql-icon {
656
661
  .react-autoql-table-container:not(.supports-drilldown) .react-autoql-table.tabulator .tabulator-row .tabulator-cell {
657
662
  cursor: text; }
658
663
  .react-autoql-table-container.animating .react-autoql-table {
659
- visibility: hidden; }
664
+ visibility: hidden;
665
+ pointer-events: none;
666
+ opacity: 0; }
660
667
  .react-autoql-table-container .react-autoql-table.tabulator {
661
668
  background-color: inherit;
662
669
  border-color: transparent;
@@ -764,7 +771,8 @@ span.react-autoql-icon {
764
771
  top: 0;
765
772
  bottom: 0;
766
773
  right: 0;
767
- left: 0; }
774
+ left: 0;
775
+ pointer-events: none; }
768
776
  .table-loader.table-page-loader .page-loader-spinner {
769
777
  display: flex;
770
778
  justify-content: center;
@@ -1173,7 +1181,8 @@ g.legendOrdinal .legendTitle tspan {
1173
1181
  visibility: hidden;
1174
1182
  flex: 0 0 0;
1175
1183
  opacity: 0;
1176
- flex-basis: 0 !important; }
1184
+ flex-basis: 0 !important;
1185
+ pointer-events: none; }
1177
1186
  .react-autoql-chart-container svg {
1178
1187
  background: transparent !important;
1179
1188
  color: var(--react-autoql-text-color-primary) !important; }
@@ -1301,7 +1310,8 @@ g.legendOrdinal .legendTitle tspan {
1301
1310
  opacity: 0.6;
1302
1311
  background-color: var(--react-autoql-background-color-primary);
1303
1312
  color: var(--react-autoql-accent-color);
1304
- border-radius: 10%; }
1313
+ border-radius: 10%;
1314
+ pointer-events: none; }
1305
1315
  .chart-loader.chart-page-loader {
1306
1316
  top: 25%;
1307
1317
  bottom: 0;
@@ -1517,7 +1527,7 @@ g.legendOrdinal .legendTitle tspan {
1517
1527
  line-height: 22px;
1518
1528
  font-size: 13px;
1519
1529
  padding: 7px 15px;
1520
- transition: all 0.2s ease !important;
1530
+ transition: left 0.2s ease, top 0.2s ease !important;
1521
1531
  text-align: left !important;
1522
1532
  opacity: 1 !important;
1523
1533
  z-index: 999999 !important;
@@ -1760,8 +1770,7 @@ g.legendOrdinal .legendTitle tspan {
1760
1770
  display: flex;
1761
1771
  flex-direction: column;
1762
1772
  padding: 20px 10px;
1763
- flex: 1;
1764
- overflow: hidden !important; }
1773
+ flex: 1; }
1765
1774
  .react-autoql-modal-body h3 {
1766
1775
  color: var(--react-autoql-text-color-primary); }
1767
1776
 
@@ -2881,19 +2890,25 @@ g.legendOrdinal .legendTitle tspan {
2881
2890
  position: absolute;
2882
2891
  height: 100%;
2883
2892
  width: 100%;
2884
- padding-bottom: 155px; }
2893
+ padding-bottom: 158px; }
2885
2894
 
2886
2895
  .react-autoql-drawer .response-loading-container {
2887
2896
  position: absolute;
2888
2897
  bottom: 102px;
2889
- left: 20px; }
2898
+ left: 20px;
2899
+ z-index: 1; }
2890
2900
 
2891
2901
  .react-autoql-drawer .chat-bar-container {
2892
2902
  position: absolute;
2893
2903
  bottom: 0;
2894
2904
  padding: 10px;
2895
- height: 102px;
2896
- width: 100%; }
2905
+ padding-top: 0;
2906
+ height: 92px;
2907
+ width: 100%;
2908
+ background: var(--react-autoql-background-color-primary);
2909
+ -webkit-clip-path: inset(-200px 0px 0px 0px);
2910
+ clip-path: inset(-200px 0px 0px 0px);
2911
+ box-shadow: 0 0px 3px 10px var(--react-autoql-background-color-primary); }
2897
2912
 
2898
2913
  .react-autoql-drawer .watermark {
2899
2914
  color: var(--react-autoql-text-color-placeholder);
@@ -4620,7 +4635,8 @@ g.legendOrdinal .legendTitle tspan {
4620
4635
  background: var(--react-autoql-background-color-primary);
4621
4636
  height: 100%;
4622
4637
  width: 100%;
4623
- overflow: hidden; }
4638
+ overflow: hidden;
4639
+ padding-top: 3px; }
4624
4640
 
4625
4641
  .react-autoql-dashboard-container.edit-mode {
4626
4642
  padding-bottom: 200px; }
Binary file