react-autoql 7.1.1 → 7.2.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.
@@ -91,6 +91,7 @@ span.react-autoql-icon {
91
91
  left: 82%; } }
92
92
 
93
93
  .loading-container-centered {
94
+ -webkit-transform: translate3d(0, 0, 0);
94
95
  height: 100%;
95
96
  width: 100%;
96
97
  display: flex;
@@ -500,238 +501,6 @@ span.react-autoql-icon {
500
501
  .react-autoql-date-picker .rdrNextPrevButton.rdrNextButton i {
501
502
  border-color: transparent transparent transparent var(--react-autoql-text-color-primary); }
502
503
 
503
- .react-autoql-table-container {
504
- flex: 1;
505
- width: 100% !important;
506
- background-color: inherit;
507
- position: relative;
508
- display: flex; }
509
- .react-autoql-table-container.infinite:not(.last-page) .tabulator-row:last-child {
510
- margin-bottom: 40px; }
511
- .react-autoql-table-container .table-loader {
512
- position: absolute;
513
- display: flex;
514
- justify-content: center;
515
- align-items: center;
516
- pointer-events: none;
517
- background-color: transparent;
518
- color: var(--react-autoql-accent-color); }
519
- .react-autoql-table-container .table-loader.table-page-loader {
520
- top: 50px;
521
- bottom: 0;
522
- right: 0;
523
- left: 0; }
524
- .react-autoql-table-container .table-loader.table-scroll-loader {
525
- bottom: 20px;
526
- width: 100%;
527
- z-index: 0; }
528
-
529
- .react-autoql-table-date-picker {
530
- background: var(--react-autoql-background-color-secondary);
531
- color: var(--react-autoql-text-color-primary);
532
- padding: 15px;
533
- padding-bottom: 5px;
534
- display: flex;
535
- justify-content: center;
536
- align-items: stretch;
537
- flex-direction: column; }
538
- .react-autoql-table-date-picker h3 {
539
- margin-top: 0;
540
- margin-left: 5px; }
541
-
542
- .react-autoql-table {
543
- margin-bottom: 0 !important; }
544
-
545
- /* tabulator */
546
- .react-autoql-table.tabulator,
547
- .react-autoql-table.tabulator .tabulator-row,
548
- .react-autoql-table.tabulator .tabulator-header,
549
- .react-autoql-table.tabulator .tabulator-headers,
550
- .react-autoql-table.tabulator .tabulator-header .tabulator-col,
551
- .react-autoql-table.tabulator .tabulator-tableHolder .tabulator-table {
552
- background-color: inherit; }
553
-
554
- .react-autoql-table-container:not(.supports-drilldown) .react-autoql-table.tabulator .tabulator-row .tabulator-cell {
555
- cursor: text; }
556
-
557
- .react-autoql-table-container.supports-drilldown
558
- .react-autoql-table.tabulator
559
- .tabulator-row
560
- .tabulator-cell.pivot-category {
561
- font-weight: 600; }
562
-
563
- .react-autoql-table-container.supports-drilldown
564
- .react-autoql-table.tabulator
565
- .tabulator-row
566
- .tabulator-cell:not(.pivot-category) {
567
- transition: color 0.1s ease;
568
- cursor: pointer; }
569
-
570
- .react-autoql-table-container.supports-drilldown.pivot .react-autoql-table.tabulator .tabulator-row .tabulator-cell:not(.pivot-category):hover,
571
- .react-autoql-table-container.supports-drilldown:not(.pivot) .react-autoql-table.tabulator .tabulator-row:hover .tabulator-cell {
572
- color: var(--react-autoql-accent-color); }
573
-
574
- .react-autoql-table.tabulator .tabulator-header .tabulator-col.tabulator-sortable:hover {
575
- background-color: var(--react-autoql-hover-color) !important; }
576
-
577
- .react-autoql-table.tabulator .tabulator-header .tabulator-col,
578
- .react-autoql-table.tabulator .tabulator-cell {
579
- border-color: var(--react-autoql-border-color);
580
- background-color: var(--react-autoql-background-color-secondary); }
581
-
582
- .react-autoql-table.tabulator .tabulator-header {
583
- border-bottom: 2px solid var(--react-autoql-border-color); }
584
-
585
- .react-autoql-table.tabulator {
586
- background-color: inherit;
587
- font-size: 12px;
588
- flex: 1; }
589
- .react-autoql-table.tabulator.table-condensed .tabulator-tableHolder .tabulator-table .tabulator-row {
590
- min-height: 24px; }
591
-
592
- .react-autoql-table .tabulator-row {
593
- /* user-select: none; This breaks copy/paste */
594
- border-bottom: 1px solid var(--react-autoql-border-color);
595
- background-color: var(--react-autoql-background-color-secondary);
596
- z-index: 1; }
597
- .react-autoql-table .tabulator-row:last-child {
598
- border-bottom: none; }
599
-
600
- .tabulator-cell:not(:first-child) {
601
- border-left: 1px solid !important;
602
- border-color: rgba(0, 0, 0, 0.06) !important; }
603
-
604
- .react-autoql-table .tabulator-tableHolder {
605
- background-color: inherit; }
606
-
607
- .react-autoql-table-container.resizing {
608
- width: 100vw; }
609
- .react-autoql-table-container.resizing .react-autoql-table {
610
- visibility: hidden; }
611
-
612
- .react-autoql-table-container.filtering {
613
- min-height: 125px; }
614
- .react-autoql-table-container.filtering .filter-tag {
615
- display: none; }
616
- .react-autoql-table-container.filtering .react-autoql-table .tabulator-col {
617
- height: 72px !important; }
618
- .react-autoql-table-container.filtering.infinite .tabulator-col.DATE_STRING .tabulator-header-filter,
619
- .react-autoql-table-container.filtering .tabulator-col.DRILLDOWN .tabulator-header-filter {
620
- display: none; }
621
- .react-autoql-table-container.filtering.limited .tabulator-col .tabulator-header-filter,
622
- .react-autoql-table-container.filtering.infinite .tabulator-col:not(.DATE_STRING) .tabulator-header-filter {
623
- display: inline; }
624
- .react-autoql-table-container.filtering .react-autoql-table .tabulator-tableHolder {
625
- min-height: calc(100% - 74px) !important;
626
- height: calc(100% - 74px) !important;
627
- max-height: calc(100% - 74px) !important; }
628
-
629
- .react-autoql-table-container:not(.filtering) {
630
- min-height: 90px; }
631
- .react-autoql-table-container:not(.filtering) .react-autoql-table .tabulator-col {
632
- height: auto !important; }
633
- .react-autoql-table-container:not(.filtering) .react-autoql-table .tabulator-header-filter {
634
- display: none; }
635
- .react-autoql-table-container:not(.filtering) .react-autoql-table .tabulator-tableHolder {
636
- min-height: calc(100% - 40px) !important;
637
- height: calc(100% - 40px) !important;
638
- max-height: calc(100% - 40px) !important; }
639
-
640
- .react-autoql-table.tabulator .tabulator-header .tabulator-col .tabulator-col-content {
641
- padding: 8px 5px; }
642
-
643
- .react-autoql-table.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-arrow {
644
- opacity: 0;
645
- border-left: 4px solid transparent !important;
646
- border-right: 4px solid transparent !important;
647
- right: 4px;
648
- top: calc(50% - 3px); }
649
-
650
- .react-autoql-table.tabulator .tabulator-header .tabulator-col:hover .tabulator-col-content .tabulator-arrow {
651
- opacity: 1 !important; }
652
-
653
- .react-autoql-table.tabulator
654
- .tabulator-header
655
- .tabulator-col.tabulator-sortable[aria-sort='desc']
656
- .tabulator-col-content
657
- .tabulator-arrow {
658
- border-top: 4px solid rgba(0, 0, 0, 0.2) !important; }
659
-
660
- .react-autoql-table.tabulator
661
- .tabulator-header
662
- .tabulator-col.tabulator-sortable[aria-sort='asc']
663
- .tabulator-col-content
664
- .tabulator-arrow,
665
- .react-autoql-table.tabulator
666
- .tabulator-header
667
- .tabulator-col.tabulator-sortable[aria-sort='none']
668
- .tabulator-col-content
669
- .tabulator-arrow {
670
- border-bottom: 4px solid rgba(0, 0, 0, 0.2) !important; }
671
-
672
- .react-autoql-table .tabulator-tableHolder::-webkit-scrollbar {
673
- display: unset;
674
- opacity: 0;
675
- background-color: transparent;
676
- width: 7px;
677
- height: 7px;
678
- -webkit-transition: all 0.3s ease;
679
- transition: all 0.3s ease; }
680
-
681
- .react-autoql-table .tabulator-tableHolder:hover::-webkit-scrollbar-corner {
682
- background-color: transparent; }
683
-
684
- .react-autoql-table .tabulator-tableHolder:hover::-webkit-scrollbar-track,
685
- .react-autoql-table .tabulator-tableHolder:hover::-webkit-scrollbar-track-piece,
686
- .react-autoql-table .tabulator-tableHolder::-webkit-scrollbar-corner {
687
- background-color: transparent; }
688
-
689
- .react-autoql-table .tabulator-tableHolder:hover::-webkit-scrollbar-thumb {
690
- background-color: rgba(0, 0, 0, 0.2);
691
- border-radius: 7px;
692
- border: 0px; }
693
-
694
- .react-autoql-table .tabulator-header-filter input {
695
- border: 1px solid var(--react-autoql-border-color);
696
- border-radius: 4px;
697
- background: transparent;
698
- padding: 4px 9px !important;
699
- outline: none !important;
700
- text-overflow: ellipsis; }
701
-
702
- .react-autoql-table .tabulator-header-filter input:focus {
703
- border: 1px solid #28a8e0; }
704
-
705
- .tabulator-table .tabulator-row .tabulator-cell {
706
- min-height: 20px;
707
- height: 28px;
708
- line-height: 20px; }
709
-
710
- /* Center header titles */
711
- .react-autoql-table .tabulator-header .tabulator-col {
712
- text-align: center !important; }
713
-
714
- .react-autoql-table .tabulator-header .tabulator-col-title {
715
- padding-left: 10px !important;
716
- padding-right: 10px !important; }
717
-
718
- .filter-tag {
719
- color: #2ecc40;
720
- border: 1px solid;
721
- padding: 2px 4px;
722
- border-radius: 4px;
723
- font-weight: 400;
724
- font-size: 10px;
725
- margin-right: 5px;
726
- vertical-align: top;
727
- line-height: 21px; }
728
-
729
- .comparison-value-positive {
730
- color: #2ecc40; }
731
-
732
- .comparison-value-negative {
733
- color: #e80000; }
734
-
735
504
  .react-autoql-btn {
736
505
  border-radius: 4px;
737
506
  cursor: pointer;
@@ -776,52 +545,253 @@ span.react-autoql-icon {
776
545
  background-color: var(--react-autoql-danger-color, #ca0b00);
777
546
  color: var(--react-autoql-text-color-accent); }
778
547
 
779
- ::-webkit-scrollbar {
780
- visibility: hidden;
781
- width: 6px;
782
- height: 6px; }
783
-
784
- .scrollbar-content-container {
785
- position: absolute;
786
- height: 100%;
787
- width: 100%; }
788
-
789
- .thumb-vertical,
790
- .thumb-horizontal {
791
- border-radius: 3px;
792
- background-color: var(--react-autoql-highlight-color);
793
- opacity: 0.2; }
794
-
795
- g.legendOrdinal,
796
- g.legendOrdinal tspan {
797
- stroke-width: 10px;
798
- stroke: transparent;
799
- letter-spacing: 0;
800
- cursor: pointer; }
801
-
802
- .axis-label-border,
803
- .legend-title-border {
804
- cursor: pointer;
805
- stroke: transparent;
806
- opacity: 0.5; }
807
- .axis-label-border:hover,
808
- .legend-title-border:hover {
809
- stroke: var(--react-autoql-accent-color) !important; }
548
+ .react-autoql-table-container {
549
+ -webkit-transform: translate3d(0, 0, 0);
550
+ display: flex;
551
+ flex-direction: column;
552
+ width: 100% !important;
553
+ max-width: 100%;
554
+ max-height: 100%;
555
+ overflow: hidden;
556
+ background-color: inherit;
557
+ position: relative;
558
+ box-sizing: border-box;
559
+ flex: 1; }
560
+ .react-autoql-table-container .table-row-count {
561
+ flex: 0;
562
+ width: 100%;
563
+ font-size: 13px;
564
+ opacity: 0.6;
565
+ text-align: center;
566
+ padding-top: 3px; }
567
+ .react-autoql-table-container .react-autoql-tabulator-container {
568
+ position: relative;
569
+ flex: 1;
570
+ width: 100%;
571
+ max-height: 100%;
572
+ min-height: 100px;
573
+ display: flex;
574
+ flex-direction: column;
575
+ overflow: hidden; }
576
+ .react-autoql-table-container .react-autoql-tabulator-container .tabulator-cell,
577
+ .react-autoql-table-container .react-autoql-tabulator-container .tabulator-col {
578
+ color: var(--react-autoql-text-color-primary); }
579
+ .react-autoql-table-container.loading {
580
+ pointer-events: none; }
581
+ .react-autoql-table-container.hidden {
582
+ visibility: hidden;
583
+ position: absolute;
584
+ pointer-events: none;
585
+ opacity: 0; }
586
+ .react-autoql-table-container.empty:not(.filtering) .tabulator-headers {
587
+ height: 37px !important; }
588
+ .react-autoql-table-container.empty .react-autoql-table.tabulator {
589
+ overflow: auto; }
590
+ .react-autoql-table-container.empty .react-autoql-table.tabulator .tabulator-tableholder {
591
+ overflow: hidden; }
592
+ .react-autoql-table-container.empty .react-autoql-table.tabulator .tabulator-header {
593
+ border: none !important;
594
+ overflow: visible; }
595
+ .react-autoql-table-container.empty .react-autoql-table.tabulator .tabulator-header .tabulator-header-contents {
596
+ overflow: visible; }
597
+ .react-autoql-table-container.empty .react-autoql-table.tabulator .tabulator-header .tabulator-header-contents .tabulator-headers {
598
+ border-bottom: 2px solid var(--react-autoql-border-color); }
599
+ .react-autoql-table-container.empty .react-autoql-table.tabulator .tabulator-header .tabulator-header-contents .tabulator-headers .tabulator-col {
600
+ background: transparent; }
601
+ .react-autoql-table-container.resizing {
602
+ width: 100vw; }
603
+ .react-autoql-table-container.resizing .react-autoql-table {
604
+ visibility: hidden;
605
+ opacity: 0;
606
+ pointer-events: none; }
607
+ .react-autoql-table-container.infinite .tabulator-col.DATE_STRING .tabulator-header-filter,
608
+ .react-autoql-table-container .tabulator-col.DRILLDOWN .tabulator-header-filter {
609
+ visibility: hidden;
610
+ opacity: 0;
611
+ pointer-events: none; }
612
+ .react-autoql-table-container.limited .tabulator-col .tabulator-header-filter,
613
+ .react-autoql-table-container.infinite .tabulator-col:not(.DATE_STRING) .tabulator-header-filter {
614
+ visibility: visible;
615
+ opacity: 1; }
616
+ .react-autoql-table-container.filtering {
617
+ min-height: 125px; }
618
+ .react-autoql-table-container.filtering .tabulator-header-contents {
619
+ height: 60px; }
620
+ .react-autoql-table-container.filtering .tabulator-header-contents .tabulator-col,
621
+ .react-autoql-table-container.filtering .tabulator-header-contents .tabulator-headers,
622
+ .react-autoql-table-container.filtering .tabulator-header-contents .tabulator-col-resize-handle {
623
+ height: 100% !important; }
624
+ .react-autoql-table-container.filtering .react-autoql-tabulator-container .tabulator-tableholder {
625
+ min-height: calc(100% - 60px) !important;
626
+ height: calc(100% - 60px) !important;
627
+ max-height: calc(100% - 60px) !important; }
628
+ .react-autoql-table-container.filtering .filter-tag {
629
+ display: none; }
630
+ .react-autoql-table-container.filtering.empty .react-autoql-table.tabulator .tabulator-header {
631
+ border: none; }
632
+ .react-autoql-table-container.filtering.empty .react-autoql-table.tabulator .tabulator-header .tabulator-headers {
633
+ border-bottom: 2px solid var(--react-autoql-border-color); }
634
+ .react-autoql-table-container:not(.filtering) .tabulator-header-contents {
635
+ height: 35px; }
636
+ .react-autoql-table-container:not(.filtering) .tabulator-header-filter input {
637
+ opacity: 0;
638
+ visibility: hidden;
639
+ pointer-events: none; }
640
+ .react-autoql-table-container:not(.filtering) .react-autoql-tabulator-container .tabulator-tableholder {
641
+ min-height: calc(100% - 37px) !important;
642
+ height: calc(100% - 37px) !important;
643
+ max-height: calc(100% - 37px) !important; }
644
+ .react-autoql-table-container .tabulator-header-filter input {
645
+ border: 1px solid var(--react-autoql-border-color);
646
+ border-radius: 4px;
647
+ background: transparent;
648
+ padding: 4px 9px !important;
649
+ outline: none !important;
650
+ text-overflow: ellipsis;
651
+ visibility: visible;
652
+ opacity: 1; }
653
+ .react-autoql-table-container .tabulator-header-filter input:focus {
654
+ border: 1px solid var(--react-autoql-accent-color); }
655
+ .react-autoql-table-container.supports-drilldown .tabulator-row .tabulator-cell:not(.pivot-category) {
656
+ transition: color 0.1s ease;
657
+ cursor: pointer; }
658
+ .react-autoql-table-container.supports-drilldown.pivot .react-autoql-table.tabulator .tabulator-row .tabulator-cell:not(.pivot-category):hover,
659
+ .react-autoql-table-container.supports-drilldown:not(.pivot) .react-autoql-table.tabulator .tabulator-row:hover .tabulator-cell {
660
+ color: var(--react-autoql-accent-color); }
661
+ .react-autoql-table-container:not(.supports-drilldown) .react-autoql-table.tabulator .tabulator-row .tabulator-cell {
662
+ cursor: text; }
663
+ .react-autoql-table-container.animating .react-autoql-table {
664
+ visibility: hidden;
665
+ pointer-events: none;
666
+ opacity: 0; }
667
+ .react-autoql-table-container .react-autoql-table.tabulator {
668
+ background-color: inherit;
669
+ border-color: transparent;
670
+ margin-bottom: 0 !important;
671
+ font-size: 11px; }
672
+ .react-autoql-table-container .react-autoql-table.tabulator .comparison-value-positive {
673
+ color: #2ecc40; }
674
+ .react-autoql-table-container .react-autoql-table.tabulator .comparison-value-negative {
675
+ color: #e80000; }
676
+ .react-autoql-table-container .react-autoql-table.tabulator .tabulator-header {
677
+ border-bottom: 2px solid var(--react-autoql-border-color); }
678
+ .react-autoql-table-container .react-autoql-table.tabulator .tabulator-header .filter-tag {
679
+ color: #2ecc40;
680
+ border: 1px solid;
681
+ padding: 2px 4px;
682
+ border-radius: 4px;
683
+ font-weight: 400;
684
+ font-size: 10px;
685
+ margin-right: 5px;
686
+ vertical-align: top;
687
+ line-height: 21px;
688
+ margin-left: -11px; }
689
+ .react-autoql-table-container .react-autoql-table.tabulator .tabulator-row,
690
+ .react-autoql-table-container .react-autoql-table.tabulator .tabulator-header,
691
+ .react-autoql-table-container .react-autoql-table.tabulator .tabulator-headers,
692
+ .react-autoql-table-container .react-autoql-table.tabulator .tabulator-header .tabulator-col,
693
+ .react-autoql-table-container .react-autoql-table.tabulator .tabulator-tableholder .tabulator-table {
694
+ background-color: inherit; }
695
+ .react-autoql-table-container .react-autoql-table.tabulator .tabulator-row {
696
+ /* user-select: none; This breaks copy/paste */
697
+ border-bottom: 1px solid var(--react-autoql-border-color);
698
+ background-color: var(--react-autoql-background-color-secondary);
699
+ z-index: 1; }
700
+ .react-autoql-table-container .react-autoql-table.tabulator .tabulator-row:last-child {
701
+ border-bottom: none;
702
+ margin-bottom: 15px; }
703
+ .react-autoql-table-container .react-autoql-table.tabulator .tabulator-row .tabulator-cell:not(:first-child) {
704
+ border-left: 1px solid !important;
705
+ border-color: rgba(0, 0, 0, 0.06) !important; }
706
+ .react-autoql-table-container .react-autoql-table.tabulator .tabulator-row .tabulator-cell.pivot-category {
707
+ font-weight: 600; }
708
+ .react-autoql-table-container .react-autoql-table.tabulator .tabulator-header .tabulator-col {
709
+ text-align: center !important;
710
+ border-color: transparent;
711
+ background-color: var(--react-autoql-background-color-secondary);
712
+ min-height: 35px; }
713
+ .react-autoql-table-container .react-autoql-table.tabulator .tabulator-header .tabulator-col .tabulator-col-title {
714
+ padding-left: 12px !important;
715
+ padding-right: 15px !important; }
716
+ .react-autoql-table-container .react-autoql-table.tabulator .tabulator-header .tabulator-col .tabulator-col-content {
717
+ padding: 8px 5px; }
718
+ .react-autoql-table-container .react-autoql-table.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-arrow {
719
+ border-left: 4px solid transparent !important;
720
+ border-right: 4px solid transparent !important;
721
+ right: 4px;
722
+ top: calc(50% - 3px); }
723
+ .react-autoql-table-container .react-autoql-table.tabulator .tabulator-header .tabulator-col.tabulator-sortable:hover {
724
+ background-color: var(--react-autoql-hover-color) !important; }
725
+ .react-autoql-table-container .react-autoql-table.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort='descending'] .tabulator-col-content .tabulator-arrow {
726
+ border-top: 4px solid var(--react-autoql-text-color-primary) !important;
727
+ opacity: 0.5; }
728
+ .react-autoql-table-container .react-autoql-table.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort='ascending'] .tabulator-col-content .tabulator-arrow {
729
+ border-bottom: 4px solid var(--react-autoql-text-color-primary) !important;
730
+ opacity: 0.5; }
731
+ .react-autoql-table-container .react-autoql-table.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort='none'] .tabulator-col-content .tabulator-arrow {
732
+ border-bottom: 4px solid var(--react-autoql-text-color-primary) !important;
733
+ opacity: 0; }
734
+ .react-autoql-table-container .react-autoql-table.tabulator .tabulator-header .tabulator-col:hover .tabulator-col-content .tabulator-arrow {
735
+ opacity: 1 !important; }
736
+ .react-autoql-table-container .react-autoql-table.tabulator .tabulator-cell {
737
+ border-color: var(--react-autoql-border-color);
738
+ background-color: var(--react-autoql-background-color-secondary); }
739
+ .react-autoql-table-container .react-autoql-table.tabulator .tabulator-tableholder {
740
+ background-color: inherit; }
810
741
 
811
- .axis-scaler-border {
812
- cursor: pointer;
813
- stroke: transparent;
814
- opacity: 0.5; }
815
- .axis-scaler-border:hover {
816
- stroke: transparent !important; }
742
+ .react-autoql-table-date-picker {
743
+ background: var(--react-autoql-background-color-secondary);
744
+ color: var(--react-autoql-text-color-primary);
745
+ padding: 15px;
746
+ padding-bottom: 5px;
747
+ display: flex;
748
+ justify-content: center;
749
+ align-items: stretch;
750
+ flex-direction: column; }
751
+ .react-autoql-table-date-picker h3 {
752
+ margin-top: 0;
753
+ margin-left: 5px; }
817
754
 
818
- .react-autoql-axis-selector-arrow {
819
- opacity: 1 !important; }
755
+ .tabulator-alert {
756
+ display: none !important; }
820
757
 
821
- g.legendOrdinal .legendTitle tspan {
822
- letter-spacing: 0.04em !important;
823
- font-size: 12px;
824
- cursor: default; }
758
+ .table-loader {
759
+ position: absolute;
760
+ display: flex;
761
+ justify-content: center;
762
+ align-items: center;
763
+ pointer-events: none;
764
+ background-color: transparent;
765
+ color: var(--react-autoql-accent-color); }
766
+ .table-loader.table-placeholder {
767
+ color: var(--react-autoql-text-color-primary);
768
+ font-size: 12px;
769
+ opacity: 0.5;
770
+ top: 20px; }
771
+ .table-loader.table-page-loader {
772
+ top: 0;
773
+ bottom: 0;
774
+ right: 0;
775
+ left: 0;
776
+ pointer-events: none; }
777
+ .table-loader.table-page-loader .page-loader-spinner {
778
+ display: flex;
779
+ justify-content: center;
780
+ align-items: center;
781
+ width: 40px;
782
+ height: 40px;
783
+ background-color: var(--react-autoql-background-color-secondary);
784
+ border: 1px solid var(--react-autoql-border-color);
785
+ box-shadow: var(--react-autoql-box-shadow-color, rgba(0, 0, 0, 0.15)) 0px 8px 24px;
786
+ border-radius: 4px; }
787
+ .table-loader.table-page-loader .page-loader-spinner .spinner-loader {
788
+ margin: 0;
789
+ height: 17px;
790
+ width: 17px; }
791
+ .table-loader.table-scroll-loader {
792
+ bottom: 20px;
793
+ width: 100%;
794
+ z-index: 0; }
825
795
 
826
796
  .content {
827
797
  margin: 2rem; }
@@ -835,10 +805,14 @@ g.legendOrdinal .legendTitle tspan {
835
805
  align-items: center;
836
806
  position: relative;
837
807
  cursor: pointer; }
838
- .react-autoql-checkbox .react-autoql-checkbox--switch__input:checked,
839
- .react-autoql-checkbox .react-autoql-checkbox__input:checked {
840
- border-color: var(--react-autoql-accent-color, #26a7df);
808
+ .react-autoql-checkbox .react-autoql-checkbox--switch__input:checked:not(:disabled),
809
+ .react-autoql-checkbox .react-autoql-checkbox__input:checked:not(:disabled) {
810
+ border-color: var(--react-autoql-accent-color, #26a7df) !important;
841
811
  background: var(--react-autoql-accent-color, #26a7df); }
812
+ .react-autoql-checkbox .react-autoql-checkbox--switch__input:checked:disabled,
813
+ .react-autoql-checkbox .react-autoql-checkbox__input:checked:disabled {
814
+ border-color: var(--react-autoql-background-color-disabled-dark) !important;
815
+ background: var(--react-autoql-background-color-disabled-dark); }
842
816
 
843
817
  .react-autoql-checkbox__label {
844
818
  flex-shrink: 0;
@@ -855,11 +829,12 @@ g.legendOrdinal .legendTitle tspan {
855
829
  -webkit-appearance: none;
856
830
  -moz-appearance: none;
857
831
  outline: none;
858
- background: transparent;
832
+ background: var(--react-autoql-background-color-checkbox);
859
833
  border: 1px solid;
860
- border-color: var(--react-autoql-accent-color, #26a7df);
861
834
  border-radius: 2px;
862
835
  cursor: pointer; }
836
+ .react-autoql-checkbox__input:not(.react-autoql-checkbox--switch__input) {
837
+ border-color: var(--react-autoql-accent-color, #26a7df); }
863
838
 
864
839
  .react-autoql-checkbox__input::before {
865
840
  content: ' ';
@@ -893,14 +868,15 @@ g.legendOrdinal .legendTitle tspan {
893
868
  bottom: 7px; }
894
869
 
895
870
  .react-autoql-checkbox__input:disabled {
896
- border-color: #5a5358;
871
+ border-color: var(--react-autoql-background-color-disabled-dark) !important;
872
+ background: var(--react-autoql-background-color-disabled) !important;
897
873
  cursor: default; }
898
874
 
899
875
  .react-autoql-checkbox__input:disabled::before {
900
- background-color: #5a5358; }
876
+ background-color: var(--react-autoql-background-color-disabled-dark); }
901
877
 
902
878
  .react-autoql-checkbox__input:disabled + .react-autoql-checkbox__label {
903
- color: gray;
879
+ color: var(--react-autoql-background-color-disabled-dark);
904
880
  cursor: default; }
905
881
 
906
882
  .react-autoql-checkbox--has-error__input {
@@ -927,81 +903,335 @@ g.legendOrdinal .legendTitle tspan {
927
903
  bottom: 2px;
928
904
  left: 2px;
929
905
  border-radius: 50%;
930
- background: var(--react-autoql-text-color-accent); }
906
+ background: #fff; }
931
907
 
932
- .react-autoql-checkbox--switch__input:checked
933
- + .react-autoql-checkbox--switch__label::after {
908
+ .react-autoql-checkbox--switch__input:checked + .react-autoql-checkbox--switch__label::after {
934
909
  content: 'on'; }
935
910
 
936
- .react-autoql-checkbox--switch__input:checked::before {
937
- right: 2px;
938
- left: 18px;
939
- top: 2px;
940
- bottom: 2px; }
911
+ .react-autoql-checkbox--switch__input:checked::before {
912
+ right: 2px;
913
+ left: 18px;
914
+ top: 2px;
915
+ bottom: 2px; }
916
+
917
+ .react-autoql-checkbox-label {
918
+ padding-left: 6px;
919
+ line-height: 100%; }
920
+
921
+ .react-autoql-modal-container .react-autoql-checkbox__input:not(.react-autoql-checkbox--switch__input),
922
+ .react-autoql-drawer .react-autoql-checkbox__input:not(.react-autoql-checkbox--switch__input) {
923
+ border-color: var(--react-autoql-accent-color);
924
+ background: var(--react-autoql-background-color-secondary); }
925
+
926
+ .react-autoql-modal-container .react-autoql-checkbox__input::before:not(.react-autoql-checkbox--switch__input),
927
+ .react-autoql-drawer .react-autoql-checkbox__input::before:not(.react-autoql-checkbox--switch__input) {
928
+ background: var(--react-autoql-accent-color); }
929
+
930
+ .react-autoql-list-item {
931
+ padding: 0 20px;
932
+ display: flex;
933
+ justify-content: space-between;
934
+ line-height: 36px;
935
+ -webkit-user-select: none;
936
+ -moz-user-select: none;
937
+ user-select: none;
938
+ cursor: default; }
939
+ .react-autoql-list-item:hover {
940
+ background: var(--react-autoql-hover-color); }
941
+ .react-autoql-list-item.selected {
942
+ background: var(--react-autoql-hover-color); }
943
+ .react-autoql-list-item.disabled {
944
+ opacity: 0.4;
945
+ pointer-events: none; }
946
+
947
+ .col-visibility-header {
948
+ padding-left: 20px;
949
+ display: flex;
950
+ justify-content: space-between;
951
+ margin-bottom: 10px;
952
+ font-weight: 600;
953
+ font-size: 15px; }
954
+
955
+ .react-autoql-list-item:not(:last-child) {
956
+ border-bottom: 1px solid #d3d3d34a; }
957
+
958
+ .scrollbar-content-container {
959
+ position: absolute;
960
+ height: 100%;
961
+ width: 100%; }
962
+
963
+ .thumb-vertical,
964
+ .thumb-horizontal {
965
+ border-radius: 3px;
966
+ background-color: var(--react-autoql-highlight-color);
967
+ opacity: 0.2; }
968
+
969
+ .react-autoql-select {
970
+ border: 1px solid var(--react-autoql-border-color, rgba(0, 0, 0, 0.1));
971
+ border-radius: 4px;
972
+ background: var(--react-autoql-background-color-secondary, white);
973
+ display: inline-block;
974
+ font-size: 13px;
975
+ line-height: 32px;
976
+ height: 34px;
977
+ margin: 0 3px;
978
+ padding: 0 11px;
979
+ color: var(--react-autoql-accent-color, #26a7df);
980
+ transition: all 0.2s ease;
981
+ cursor: pointer; }
982
+ .react-autoql-select:hover {
983
+ border-color: var(--react-autoql-accent-color, #26a7df); }
984
+
985
+ .react-autoql-select-popup-container {
986
+ background: var(--react-autoql-background-color-secondary, white);
987
+ padding: 10px 0;
988
+ max-height: 300px;
989
+ overflow-y: auto; }
990
+ .react-autoql-select-popup-container .react-autoql-select-option.active {
991
+ background: var(--react-autoql-hover-color, rgba(0, 0, 0, 0.04)); }
992
+ .react-autoql-select-popup-container .react-autoql-select-popup {
993
+ list-style-type: none;
994
+ width: 100%;
995
+ margin: 0;
996
+ padding: 0; }
997
+ .react-autoql-select-popup-container .react-autoql-select-popup li {
998
+ color: var(--react-autoql-text-color-primary);
999
+ width: 100%;
1000
+ height: 35px;
1001
+ line-height: 35px;
1002
+ padding: 0 20px;
1003
+ cursor: pointer; }
1004
+ .react-autoql-select-popup-container .react-autoql-select-popup li:hover {
1005
+ background: var(--react-autoql-hover-color, rgba(0, 0, 0, 0.04)); }
1006
+
1007
+ g.legendOrdinal,
1008
+ g.legendOrdinal tspan {
1009
+ stroke: transparent;
1010
+ letter-spacing: 0;
1011
+ cursor: pointer; }
1012
+
1013
+ .axis-label-border.hidden,
1014
+ .legend-title-border.hidden {
1015
+ stroke: transparent;
1016
+ opacity: 0; }
1017
+
1018
+ .axis-label-border:not(.hidden),
1019
+ .legend-title-border:not(.hidden) {
1020
+ cursor: pointer;
1021
+ stroke: transparent;
1022
+ opacity: 0.5; }
1023
+ .axis-label-border:not(.hidden):hover,
1024
+ .legend-title-border:not(.hidden):hover {
1025
+ stroke: var(--react-autoql-accent-color) !important; }
1026
+
1027
+ .axis-scaler-border {
1028
+ cursor: pointer;
1029
+ stroke: transparent;
1030
+ opacity: 0.5; }
1031
+ .axis-scaler-border:hover {
1032
+ stroke: transparent !important; }
1033
+
1034
+ .react-autoql-axis-selector-arrow {
1035
+ opacity: 1 !important; }
941
1036
 
942
- .react-autoql-checkbox-label {
943
- padding-left: 6px;
944
- line-height: 100%; }
1037
+ .number-axis-selector-popover .number-axis-selector-popover-content {
1038
+ display: flex;
1039
+ flex-direction: column;
1040
+ background: var(--react-autoql-background-color-secondary);
1041
+ color: var(--react-autoql-text-color-primary);
1042
+ padding: 10px;
1043
+ z-index: 9999;
1044
+ flex: 1; }
1045
+ .number-axis-selector-popover .number-axis-selector-popover-content h4 {
1046
+ margin: 0;
1047
+ margin-top: 5px;
1048
+ margin-bottom: 15px; }
1049
+ .number-axis-selector-popover .number-axis-selector-popover-content .number-selector-list-checkbox {
1050
+ margin-left: 10px; }
1051
+ .number-axis-selector-popover .number-axis-selector-popover-content .number-selector-field-group-container {
1052
+ white-space: nowrap; }
1053
+ .number-axis-selector-popover .number-axis-selector-popover-content .number-selector-field-group-container .number-selector-field-group {
1054
+ display: inline-block;
1055
+ vertical-align: top; }
1056
+ .number-axis-selector-popover .number-axis-selector-popover-content .number-selector-field-group-container .number-selector-field-group:not(:last-of-type) {
1057
+ padding-right: 8px; }
1058
+ .number-axis-selector-popover .number-axis-selector-popover-content .axis-agg-type-selector {
1059
+ width: 175px;
1060
+ border-left: 1px solid var(--react-autoql-border-color);
1061
+ padding: 10px 20px; }
1062
+ .number-axis-selector-popover .number-axis-selector-popover-content .axis-agg-type-selector .agg-type-selector-fields {
1063
+ font-size: 12px;
1064
+ font-style: italic; }
1065
+ .number-axis-selector-popover .number-axis-selector-popover-content .axis-agg-type-selector .react-autoql-radio-btn-container-list p {
1066
+ font-size: 12px;
1067
+ margin: 4px 0px; }
1068
+ .number-axis-selector-popover .number-axis-selector-popover-content .axis-agg-type-selector .react-autoql-radio-btn-container-list p [type='radio']:checked + label,
1069
+ .number-axis-selector-popover .number-axis-selector-popover-content .axis-agg-type-selector .react-autoql-radio-btn-container-list p [type='radio']:not(:checked) + label {
1070
+ padding-left: 22px;
1071
+ line-height: 17px; }
1072
+ .number-axis-selector-popover .number-axis-selector-popover-content .axis-agg-type-selector .react-autoql-radio-btn-container-list p [type='radio']:checked + label:before,
1073
+ .number-axis-selector-popover .number-axis-selector-popover-content .axis-agg-type-selector .react-autoql-radio-btn-container-list p [type='radio']:not(:checked) + label:before {
1074
+ width: 15px;
1075
+ height: 15px; }
1076
+ .number-axis-selector-popover .number-axis-selector-popover-content .axis-agg-type-selector .react-autoql-radio-btn-container-list p [type='radio']:checked + label:after,
1077
+ .number-axis-selector-popover .number-axis-selector-popover-content .axis-agg-type-selector .react-autoql-radio-btn-container-list p [type='radio']:not(:checked) + label:after {
1078
+ width: 9px;
1079
+ height: 9px; }
1080
+ .number-axis-selector-popover .number-axis-selector-popover-content .axis-select-option.active {
1081
+ background: var(--react-autoql-hover-color);
1082
+ outline: none !important; }
1083
+ .number-axis-selector-popover .number-axis-selector-popover-content .react-autoql-list-item .react-autoql-checkbox {
1084
+ margin-left: 20px; }
1085
+ .number-axis-selector-popover .number-axis-selector-popover-content .react-autoql-checkbox-tick {
1086
+ left: 2px; }
1087
+ .number-axis-selector-popover .number-axis-selector-popover-content .react-autoql-checkbox__input {
1088
+ width: 16px;
1089
+ height: 16px; }
1090
+ .number-axis-selector-popover .number-axis-selector-popover-content .react-autoql-list-item {
1091
+ padding: 0;
1092
+ padding-right: 10px;
1093
+ font-size: 12px;
1094
+ line-height: 25px;
1095
+ cursor: default; }
1096
+ .number-axis-selector-popover .number-axis-selector-popover-content .react-autoql-list-item.checked .agg-type-symbol {
1097
+ color: var(--react-autoql-accent-color); }
1098
+ .number-axis-selector-popover .number-axis-selector-popover-content .number-selector-header {
1099
+ display: flex;
1100
+ justify-content: space-between;
1101
+ margin-bottom: 5px;
1102
+ padding: 10px;
1103
+ font-size: 12px;
1104
+ border-bottom: 1px solid var(--react-autoql-border-color);
1105
+ background: var(--react-autoql-background-color-primary); }
1106
+ .number-axis-selector-popover .number-axis-selector-popover-content .number-selector-header .number-selector-header-title {
1107
+ font-weight: 600; }
1108
+ .number-axis-selector-popover .number-axis-selector-popover-content .number-selector-header .number-selector-header-title svg {
1109
+ stroke-width: 0.5px; }
1110
+ .number-axis-selector-popover .number-axis-selector-popover-content .axis-series-selector .react-autoql-selectable-list {
1111
+ margin-bottom: 10px; }
1112
+ .number-axis-selector-popover .number-axis-selector-popover-content .react-autoql-select.agg-type-symbol {
1113
+ display: inline-block;
1114
+ font-weight: 600;
1115
+ font-size: 12px;
1116
+ line-height: 22px;
1117
+ height: 22px;
1118
+ margin: 3px 10px;
1119
+ padding: 0 8px; }
945
1120
 
946
- .react-autoql-modal-container
947
- .react-autoql-checkbox__input:not(.react-autoql-checkbox--switch__input),
948
- .react-autoql-drawer
949
- .react-autoql-checkbox__input:not(.react-autoql-checkbox--switch__input) {
950
- border-color: var(--react-autoql-accent-color); }
1121
+ .number-axis-selector-popover .axis-selector-apply-btn-container .axis-selector-apply-btn {
1122
+ margin: 0;
1123
+ width: 100%; }
951
1124
 
952
- .react-autoql-modal-container
953
- .react-autoql-checkbox__input::before:not(.react-autoql-checkbox--switch__input),
954
- .react-autoql-drawer
955
- .react-autoql-checkbox__input::before:not(.react-autoql-checkbox--switch__input) {
956
- background: var(--react-autoql-accent-color); }
1125
+ .agg-type-symbol-select .react-autoql-select-popup li {
1126
+ font-size: 12px;
1127
+ line-height: 28px;
1128
+ height: 28px; }
1129
+ .agg-type-symbol-select .react-autoql-select-popup li .agg-select-list-symbol {
1130
+ font-weight: 600;
1131
+ margin-right: 10px; }
957
1132
 
958
- .react-autoql-list-item {
959
- padding: 0 20px;
960
- display: flex;
961
- justify-content: space-between;
962
- line-height: 36px;
963
- -webkit-user-select: none;
964
- -moz-user-select: none;
965
- user-select: none; }
966
- .react-autoql-list-item:hover {
967
- background: var(--react-autoql-hover-color); }
968
- .react-autoql-list-item.selected {
969
- background: var(--react-autoql-hover-color); }
1133
+ .axis-selector-content {
1134
+ list-style-type: none;
1135
+ width: 100%;
1136
+ margin: 0;
1137
+ padding: 0; }
1138
+ .axis-selector-content li {
1139
+ color: var(--react-autoql-text-color-primary);
1140
+ width: 100%;
1141
+ height: 30px;
1142
+ line-height: 30px;
1143
+ padding: 0 15px;
1144
+ cursor: pointer; }
1145
+ .axis-selector-content li:hover {
1146
+ background: rgba(0, 0, 0, 0.05); }
970
1147
 
971
- .col-visibility-header {
972
- padding-left: 20px;
1148
+ .string-axis-selector-popover-content {
973
1149
  display: flex;
974
- justify-content: space-between;
975
- margin-bottom: 10px;
976
- font-weight: 600;
977
- font-size: 15px; }
1150
+ flex-direction: column;
1151
+ background: var(--react-autoql-background-color-secondary);
1152
+ color: var(--react-autoql-text-color-primary);
1153
+ padding: 5px;
1154
+ z-index: 9999; }
1155
+ .string-axis-selector-popover-content .string-select-list-item {
1156
+ font-size: 12px;
1157
+ line-height: 28px; }
1158
+ .string-axis-selector-popover-content .string-select-list-item.active {
1159
+ background: var(--react-autoql-accent-color);
1160
+ color: var(--react-autoql-text-color-accent); }
978
1161
 
979
- .react-autoql-list-item:not(:last-child) {
980
- border-bottom: 1px solid #d3d3d34a; }
1162
+ g.legendOrdinal .legendTitle tspan {
1163
+ letter-spacing: 0.04em !important;
1164
+ font-size: 12px;
1165
+ cursor: default; }
981
1166
 
982
1167
  .react-autoql-chart-container {
983
1168
  position: relative;
984
1169
  width: 100%;
1170
+ height: 100%;
1171
+ max-height: 100%;
985
1172
  flex-grow: 1;
986
1173
  flex-shrink: 1;
1174
+ flex-basis: 100vh;
987
1175
  overflow: hidden;
988
1176
  color: var(--react-autoql-text-color-primary);
989
1177
  background: var(--react-autoql-background-color-secondary);
990
1178
  transition: opacity 0.2s ease;
991
1179
  /* These are not inline styles since they do not apply to saved PNG charts */ }
1180
+ .react-autoql-chart-container.hidden {
1181
+ position: absolute;
1182
+ visibility: hidden;
1183
+ flex: 0 0 0;
1184
+ opacity: 0;
1185
+ flex-basis: 0 !important;
1186
+ pointer-events: none; }
992
1187
  .react-autoql-chart-container svg {
993
- background: transparent !important; }
1188
+ background: transparent !important;
1189
+ color: var(--react-autoql-text-color-primary) !important; }
994
1190
  .react-autoql-chart-container.loading {
995
1191
  opacity: 0;
996
1192
  transition: none; }
1193
+ .react-autoql-chart-container.loading-rows {
1194
+ pointer-events: none; }
1195
+ .react-autoql-chart-container .legend-hidden-field-arrow {
1196
+ outline: none !important; }
1197
+ .react-autoql-chart-container .legendCells .cell.hidden text {
1198
+ color: var(--react-autoql-background-disabled);
1199
+ opacity: 0.4 !important; }
1200
+ .react-autoql-chart-container .legendCells .cell.hidden line.swatch,
1201
+ .react-autoql-chart-container .legendCells .cell.hidden path.swatch {
1202
+ fill: var(--react-autoql-background-color-disabled) !important;
1203
+ stroke: var(--react-autoql-background-color-disabled) !important; }
1204
+ .react-autoql-chart-container .legendCells .cell:hover path.swatch {
1205
+ stroke-width: 2px; }
1206
+ .react-autoql-chart-container .legendCells .cell:hover line.swatch {
1207
+ stroke-width: 3px; }
1208
+ .react-autoql-chart-container .legendCells .cell text:hover {
1209
+ font-weight: 600; }
1210
+ .react-autoql-chart-container path.swatch {
1211
+ outline: none !important;
1212
+ fill-opacity: 1; }
1213
+ .react-autoql-chart-container path.swatch:hover, .react-autoql-chart-container path.swatch.active {
1214
+ fill-opacity: 0.7; }
1215
+ .react-autoql-chart-container line.swatch {
1216
+ stroke-width: 2px;
1217
+ outline: none !important; }
1218
+ .react-autoql-chart-container line.swatch:hover, .react-autoql-chart-container line.swatch.active {
1219
+ stroke-width: 3px; }
1220
+ .react-autoql-chart-container .bar,
1221
+ .react-autoql-chart-container .column,
1222
+ .react-autoql-chart-container .slice,
1223
+ .react-autoql-chart-container .stacked-bar,
1224
+ .react-autoql-chart-container .stacked-column {
1225
+ cursor: pointer;
1226
+ stroke: transparent;
1227
+ stroke-width: 10px; }
997
1228
  .react-autoql-chart-container .bar,
998
1229
  .react-autoql-chart-container .column,
999
1230
  .react-autoql-chart-container .line,
1000
1231
  .react-autoql-chart-container .slice,
1001
1232
  .react-autoql-chart-container .stacked-area,
1002
1233
  .react-autoql-chart-container .stacked-bar,
1003
- .react-autoql-chart-container .stacked-column,
1004
- .react-autoql-chart-container .swatch {
1234
+ .react-autoql-chart-container .stacked-column {
1005
1235
  transition: fill-opacity 0.3s ease;
1006
1236
  fill-opacity: 1 !important;
1007
1237
  outline: none !important; }
@@ -1017,18 +1247,29 @@ g.legendOrdinal .legendTitle tspan {
1017
1247
  .react-autoql-chart-container .stacked-bar:hover,
1018
1248
  .react-autoql-chart-container .stacked-bar.active,
1019
1249
  .react-autoql-chart-container .stacked-column:hover,
1020
- .react-autoql-chart-container .stacked-column.active,
1021
- .react-autoql-chart-container .swatch:hover,
1022
- .react-autoql-chart-container .swatch.active {
1250
+ .react-autoql-chart-container .stacked-column.active {
1023
1251
  fill-opacity: 0.7 !important; }
1024
- .react-autoql-chart-container .line-dot,
1252
+ .react-autoql-chart-container .line-dot {
1253
+ outline: none !important;
1254
+ stroke-linecap: round;
1255
+ stroke-linejoin: round; }
1256
+ .react-autoql-chart-container .line-dot.hidden-dot .line-dot-inner-circle {
1257
+ transition: opacity 0.2s ease;
1258
+ fill: currentColor !important; }
1259
+ .react-autoql-chart-container .line-dot:not(.hidden-dot) .line-dot-inner-circle {
1260
+ fill: var(--react-autoql-background-color-secondary) !important; }
1261
+ .react-autoql-chart-container .line-dot:not(.hidden-dot) .line-dot-outer-circle,
1262
+ .react-autoql-chart-container .line-dot:not(.hidden-dot) .line-dot-inner-circle {
1263
+ transition: fill 0.3s ease, stroke 0.3s ease; }
1264
+ .react-autoql-chart-container .line-dot:hover .line-dot-inner-circle,
1265
+ .react-autoql-chart-container .line-dot.active .line-dot-inner-circle {
1266
+ fill: currentColor !important;
1267
+ opacity: 1 !important; }
1025
1268
  .react-autoql-chart-container .vertex-dot {
1026
1269
  transition: opacity 0.3s ease;
1027
1270
  opacity: 0 !important;
1028
1271
  outline: none !important; }
1029
- .react-autoql-chart-container .line-dot:hover, .react-autoql-chart-container .line-dot.active,
1030
- .react-autoql-chart-container .vertex-dot:hover,
1031
- .react-autoql-chart-container .vertex-dot.active {
1272
+ .react-autoql-chart-container .vertex-dot:hover, .react-autoql-chart-container .vertex-dot.active {
1032
1273
  opacity: 1 !important; }
1033
1274
  .react-autoql-chart-container .square {
1034
1275
  transition: fill 0.2s ease;
@@ -1044,10 +1285,16 @@ g.legendOrdinal .legendTitle tspan {
1044
1285
  outline: none !important; }
1045
1286
  .react-autoql-chart-container .circle:hover, .react-autoql-chart-container .circle.active {
1046
1287
  fill-opacity: 1 !important; }
1047
- .react-autoql-chart-container g.tick {
1048
- transition: opacity 0.3s ease; }
1288
+ .react-autoql-chart-container g.tick text {
1289
+ cursor: default; }
1290
+ .react-autoql-chart-container g.tick line {
1291
+ pointer-events: none; }
1292
+ .react-autoql-chart-container .line,
1293
+ .react-autoql-chart-container .line-outer {
1294
+ pointer-events: none; }
1049
1295
  .react-autoql-chart-container .react-autoql-heatmap-chart g.tick line,
1050
1296
  .react-autoql-chart-container .react-autoql-bubble-chart g.tick line {
1297
+ pointer-events: none;
1051
1298
  opacity: 0 !important; }
1052
1299
  .react-autoql-chart-container .axis {
1053
1300
  font-family: inherit; }
@@ -1055,56 +1302,6 @@ g.legendOrdinal .legendTitle tspan {
1055
1302
  font-size: 12px;
1056
1303
  font-weight: 600; }
1057
1304
 
1058
- .axis-selector-container {
1059
- background: var(--react-autoql-background-color-secondary);
1060
- color: var(--react-autoql-text-color-primary);
1061
- z-index: 9999;
1062
- padding: 5px 0;
1063
- min-width: 150px; }
1064
- .axis-selector-container .axis-select-option.active {
1065
- background: var(--react-autoql-hover-color);
1066
- outline: none !important; }
1067
- .axis-selector-container .react-autoql-checkbox {
1068
- margin-left: 20px; }
1069
- .axis-selector-container .react-autoql-checkbox .react-autoql-checkbox__input {
1070
- width: 18px;
1071
- height: 18px; }
1072
- .axis-selector-container .react-autoql-list-item {
1073
- padding-left: 25px;
1074
- padding-right: 15px;
1075
- font-size: 12px;
1076
- line-height: 28px; }
1077
- .axis-selector-container .string-select-list-item {
1078
- font-size: 12px;
1079
- line-height: 28px; }
1080
- .axis-selector-container .string-select-list-item.active {
1081
- background: rgba(0, 0, 0, 0.04); }
1082
- .axis-selector-container .number-selector-header {
1083
- margin-top: 10px;
1084
- padding: 0px 18px;
1085
- font-size: 12px;
1086
- padding-bottom: 7px;
1087
- font-weight: 500;
1088
- opacity: 0.6; }
1089
- .axis-selector-container .axis-selector-content {
1090
- list-style-type: none;
1091
- width: 100%;
1092
- margin: 0;
1093
- padding: 0; }
1094
- .axis-selector-container .axis-selector-content li {
1095
- color: var(--react-autoql-text-color-primary);
1096
- width: 100%;
1097
- height: 30px;
1098
- line-height: 30px;
1099
- padding: 0 15px;
1100
- cursor: pointer; }
1101
- .axis-selector-container .axis-selector-content li:hover {
1102
- background: rgba(0, 0, 0, 0.05); }
1103
-
1104
- .axis-selector-apply-btn {
1105
- background: var(--react-autoql-background-color-secondary);
1106
- padding: 5px; }
1107
-
1108
1305
  .chart-loader {
1109
1306
  position: absolute;
1110
1307
  display: flex;
@@ -1114,7 +1311,8 @@ g.legendOrdinal .legendTitle tspan {
1114
1311
  opacity: 0.6;
1115
1312
  background-color: var(--react-autoql-background-color-primary);
1116
1313
  color: var(--react-autoql-accent-color);
1117
- border-radius: 10%; }
1314
+ border-radius: 10%;
1315
+ pointer-events: none; }
1118
1316
  .chart-loader.chart-page-loader {
1119
1317
  top: 25%;
1120
1318
  bottom: 0;
@@ -1123,44 +1321,6 @@ g.legendOrdinal .legendTitle tspan {
1123
1321
  width: 40px;
1124
1322
  height: 40px; }
1125
1323
 
1126
- .react-autoql-select {
1127
- border: 1px solid var(--react-autoql-border-color, rgba(0, 0, 0, 0.1));
1128
- border-radius: 4px;
1129
- background: var(--react-autoql-background-color-secondary, white);
1130
- display: inline-block;
1131
- font-size: 13px;
1132
- line-height: 32px;
1133
- height: 34px;
1134
- margin: 0 3px;
1135
- padding: 0 11px;
1136
- color: var(--react-autoql-accent-color, #26a7df);
1137
- transition: all 0.2s ease;
1138
- cursor: pointer; }
1139
- .react-autoql-select:hover {
1140
- border-color: var(--react-autoql-accent-color, #26a7df); }
1141
-
1142
- .react-autoql-select-popup-container {
1143
- background: var(--react-autoql-background-color-secondary, white);
1144
- padding: 10px 0;
1145
- max-height: 300px;
1146
- overflow-y: auto; }
1147
- .react-autoql-select-popup-container .react-autoql-select-option.active {
1148
- background: var(--react-autoql-hover-color, rgba(0, 0, 0, 0.04)); }
1149
- .react-autoql-select-popup-container .react-autoql-select-popup {
1150
- list-style-type: none;
1151
- width: 100%;
1152
- margin: 0;
1153
- padding: 0; }
1154
- .react-autoql-select-popup-container .react-autoql-select-popup li {
1155
- color: var(--react-autoql-text-color-primary);
1156
- width: 100%;
1157
- height: 35px;
1158
- line-height: 35px;
1159
- padding: 0 20px;
1160
- cursor: pointer; }
1161
- .react-autoql-select-popup-container .react-autoql-select-popup li:hover {
1162
- background: var(--react-autoql-hover-color, rgba(0, 0, 0, 0.04)); }
1163
-
1164
1324
 
1165
1325
  @import url("https://fonts.googleapis.com/icon?family=Material+Icons");
1166
1326
  .react-autoql-response-content-container {
@@ -1193,9 +1353,11 @@ g.legendOrdinal .legendTitle tspan {
1193
1353
  height: 100%;
1194
1354
  width: 100%; }
1195
1355
 
1196
- .react-autoql-response-content-container.table::-webkit-scrollbar {
1197
- width: 0;
1198
- height: 0; }
1356
+ .react-autoql-response-content-container.chart {
1357
+ width: 100vw;
1358
+ max-width: 100%;
1359
+ flex: 1 1 100vh;
1360
+ overflow: hidden; }
1199
1361
 
1200
1362
  .react-autoql-suggestion-btn {
1201
1363
  padding: 6px 14px;
@@ -1285,13 +1447,6 @@ g.legendOrdinal .legendTitle tspan {
1285
1447
  .query-output-footer.bottom {
1286
1448
  justify-content: space-between; }
1287
1449
 
1288
- .query-output-table-row-count {
1289
- width: 100%;
1290
- padding-top: 3px;
1291
- font-size: 13px;
1292
- opacity: 0.6;
1293
- text-align: center; }
1294
-
1295
1450
  .dashboard-data-limit-warning-icon {
1296
1451
  color: var(--react-autoql-warning-color) !important;
1297
1452
  margin-left: 10px;
@@ -1373,26 +1528,29 @@ g.legendOrdinal .legendTitle tspan {
1373
1528
  line-height: 22px;
1374
1529
  font-size: 13px;
1375
1530
  padding: 7px 15px;
1376
- transition: all 0.2s ease !important;
1531
+ transition: left 0.2s ease, top 0.2s ease !important;
1377
1532
  text-align: left !important;
1378
1533
  opacity: 1 !important;
1379
- z-index: 99999 !important;
1380
- /* necessary to show up on top of rc drawer */ }
1534
+ z-index: 999999 !important;
1535
+ /* necessary to show up on top of rc drawer */
1536
+ max-width: 300px; }
1381
1537
 
1382
- .single-value-response-container {
1383
- width: 100%;
1384
- text-align: center; }
1385
- .single-value-response-container .single-value-response {
1386
- color: inherit;
1387
- cursor: unset;
1388
- font-size: 20px; }
1389
- .single-value-response-container .single-value-response:hover {
1390
- color: inherit; }
1391
- .single-value-response-container .single-value-response.with-drilldown:hover {
1392
- color: inherit;
1393
- text-decoration: underline;
1394
- font-weight: 600;
1395
- cursor: pointer; }
1538
+ .single-value-response-flex-container {
1539
+ flex: 1; }
1540
+ .single-value-response-flex-container .single-value-response-container {
1541
+ width: 100%;
1542
+ text-align: center; }
1543
+ .single-value-response-flex-container .single-value-response-container .single-value-response {
1544
+ color: inherit;
1545
+ cursor: unset;
1546
+ font-size: 20px; }
1547
+ .single-value-response-flex-container .single-value-response-container .single-value-response:hover {
1548
+ color: inherit; }
1549
+ .single-value-response-flex-container .single-value-response-container .single-value-response.with-drilldown:hover {
1550
+ color: inherit;
1551
+ text-decoration: underline;
1552
+ font-weight: 600;
1553
+ cursor: pointer; }
1396
1554
 
1397
1555
  .react-autoql-query-validation-container {
1398
1556
  width: 100%; }
@@ -1487,6 +1645,8 @@ g.legendOrdinal .legendTitle tspan {
1487
1645
  color: var(--react-autoql-text-color-primary);
1488
1646
  cursor: pointer;
1489
1647
  outline: none !important; }
1648
+ .react-autoql-toolbar-btn.filter-btn {
1649
+ line-height: 24px; }
1490
1650
  .react-autoql-toolbar-btn.selected {
1491
1651
  color: var(--react-autoql-accent-color); }
1492
1652
 
@@ -1555,6 +1715,7 @@ g.legendOrdinal .legendTitle tspan {
1555
1715
  .ReactModal__Content {
1556
1716
  display: flex;
1557
1717
  flex-direction: column;
1718
+ overflow: hidden !important;
1558
1719
  transform: scale(0);
1559
1720
  transition: all 0.2s ease-in-out;
1560
1721
  color: var(--react-autoql-text-color-primary);
@@ -1584,6 +1745,13 @@ g.legendOrdinal .legendTitle tspan {
1584
1745
  .ReactModal__Overlay--before-close .ReactModal__Content {
1585
1746
  transform: scale(0); }
1586
1747
 
1748
+ .react-autoql-modal-content {
1749
+ display: flex;
1750
+ flex-direction: column;
1751
+ height: 100%;
1752
+ width: 100%;
1753
+ overflow: hidden; }
1754
+
1587
1755
  .react-autoql-modal-header {
1588
1756
  position: relative;
1589
1757
  text-align: center;
@@ -1602,9 +1770,8 @@ g.legendOrdinal .legendTitle tspan {
1602
1770
  .react-autoql-modal-body {
1603
1771
  display: flex;
1604
1772
  flex-direction: column;
1605
- padding: 25px;
1606
- flex: 1;
1607
- overflow: hidden; }
1773
+ padding: 20px 10px;
1774
+ flex: 1; }
1608
1775
  .react-autoql-modal-body h3 {
1609
1776
  color: var(--react-autoql-text-color-primary); }
1610
1777
 
@@ -2236,8 +2403,8 @@ g.legendOrdinal .legendTitle tspan {
2236
2403
  .react-autoql-notification-list-container {
2237
2404
  display: flex;
2238
2405
  flex-direction: column;
2239
- height: 100%;
2240
- background: var(--react-autoql-background-color-primary); }
2406
+ background: var(--react-autoql-background-color-primary);
2407
+ height: 100%; }
2241
2408
  .react-autoql-notification-list-container .notification-feed-list {
2242
2409
  padding: 0 20px;
2243
2410
  padding-top: 0; }
@@ -2295,6 +2462,13 @@ g.legendOrdinal .legendTitle tspan {
2295
2462
  color: var(--react-autoql-text-color-primary);
2296
2463
  padding-top: 20px;
2297
2464
  height: 100%; }
2465
+ .react-autoql-notification-settings .empty-list-message {
2466
+ color: var(--react-autoql-text-color-primary);
2467
+ text-align: center;
2468
+ margin-top: 75px; }
2469
+ .react-autoql-notification-settings .empty-list-message .empty-list-img {
2470
+ width: 250px;
2471
+ height: 250px; }
2298
2472
  .react-autoql-notification-settings .react-autoql-notification-settings-container {
2299
2473
  margin: 20px;
2300
2474
  margin-top: 10px;
@@ -2662,10 +2836,6 @@ g.legendOrdinal .legendTitle tspan {
2662
2836
  margin-bottom: 6px; }
2663
2837
  .chat-single-message-container .chat-message-bubble.text {
2664
2838
  max-width: 85%; }
2665
- .chat-single-message-container .chat-message-bubble.full-width {
2666
- width: calc(100% - 20px) !important;
2667
- min-width: calc(100% - 20px) !important;
2668
- max-width: calc(100% - 20px) !important; }
2669
2839
  .chat-single-message-container .chat-message-bubble.active {
2670
2840
  border: 1px solid #c3c3c3; }
2671
2841
  .chat-single-message-container .chat-message-bubble .chat-message-toolbars-container {
@@ -2718,17 +2888,28 @@ g.legendOrdinal .legendTitle tspan {
2718
2888
  transform-origin: 0% 100%; } }
2719
2889
 
2720
2890
  .chat-content-scroll-container {
2721
- flex: 1 0 0px; }
2891
+ position: absolute;
2892
+ height: 100%;
2893
+ width: 100%;
2894
+ padding-bottom: 158px; }
2722
2895
 
2723
2896
  .react-autoql-drawer .response-loading-container {
2724
2897
  position: absolute;
2725
- bottom: 45px;
2726
- left: 20px; }
2898
+ bottom: 102px;
2899
+ left: 20px;
2900
+ z-index: 1; }
2727
2901
 
2728
2902
  .react-autoql-drawer .chat-bar-container {
2729
- flex: 0 0 auto;
2730
- position: relative;
2731
- padding: 10px; }
2903
+ position: absolute;
2904
+ bottom: 0;
2905
+ padding: 10px;
2906
+ padding-top: 0;
2907
+ height: 92px;
2908
+ width: 100%;
2909
+ background: var(--react-autoql-background-color-primary);
2910
+ -webkit-clip-path: inset(-200px 0px 0px 0px);
2911
+ clip-path: inset(-200px 0px 0px 0px);
2912
+ box-shadow: 0 0px 3px 10px var(--react-autoql-background-color-primary); }
2732
2913
 
2733
2914
  .react-autoql-drawer .watermark {
2734
2915
  color: var(--react-autoql-text-color-placeholder);
@@ -2997,12 +3178,6 @@ g.legendOrdinal .legendTitle tspan {
2997
3178
  white-space: nowrap;
2998
3179
  text-overflow: ellipsis;
2999
3180
  overflow: auto; }
3000
- .data-explorer-section .custom-scrollbar-view:hover::-webkit-scrollbar-corner {
3001
- background-color: transparent; }
3002
- .data-explorer-section .custom-scrollbar-view:hover::-webkit-scrollbar-track,
3003
- .data-explorer-section .custom-scrollbar-view:hover::-webkit-scrollbar-track-piece,
3004
- .data-explorer-section .custom-scrollbar-view::-webkit-scrollbar-corner {
3005
- background-color: transparent; }
3006
3181
  .data-explorer-section .data-explorer-data-preview {
3007
3182
  flex: 0 0 auto;
3008
3183
  overflow: hidden;
@@ -3086,14 +3261,14 @@ g.legendOrdinal .legendTitle tspan {
3086
3261
  stroke: currentColor; }
3087
3262
 
3088
3263
  .data-explorer-page-container {
3264
+ position: absolute;
3089
3265
  height: 100%;
3266
+ width: 100%;
3090
3267
  padding: 0;
3091
3268
  display: flex;
3092
3269
  flex-direction: column;
3093
3270
  justify-content: flex-start;
3094
3271
  flex-wrap: nowrap;
3095
- flex: 1 1;
3096
- min-height: 0;
3097
3272
  color: var(--react-autoql-text-color-primary); }
3098
3273
  .data-explorer-page-container .data-explorer-section,
3099
3274
  .data-explorer-page-container .data-explorer-intro-message {
@@ -3134,11 +3309,11 @@ g.legendOrdinal .legendTitle tspan {
3134
3309
  margin-right: 5px; }
3135
3310
  .data-explorer-page-container .data-explorer-result-container {
3136
3311
  color: var(--react-autoql-text-color-primary);
3137
- flex: 1;
3138
3312
  width: 100%;
3139
3313
  overflow: auto;
3140
3314
  padding-left: 5px;
3141
- min-height: 0; }
3315
+ min-height: 0;
3316
+ height: calc(100% - 130px); }
3142
3317
  .data-explorer-page-container .data-explorer-result-container .data-explorer-sections-container {
3143
3318
  position: relative;
3144
3319
  height: 100%;
@@ -3501,7 +3676,10 @@ g.legendOrdinal .legendTitle tspan {
3501
3676
 
3502
3677
  .react-autoql-drawer {
3503
3678
  font-family: var(--react-autoql-font-family), sans-serif;
3504
- line-height: 22px; }
3679
+ line-height: 22px;
3680
+ outline: none !important; }
3681
+ .react-autoql-drawer .react-autoql-notification-list-container {
3682
+ height: calc(100% - 60px); }
3505
3683
 
3506
3684
  .react-autoql-drawer.disable-selection {
3507
3685
  -webkit-user-select: none;
@@ -3511,11 +3689,9 @@ g.legendOrdinal .legendTitle tspan {
3511
3689
  .react-autoql-drawer .react-autoql-drawer-content-container {
3512
3690
  width: 100%;
3513
3691
  height: 100%;
3514
- display: flex;
3515
3692
  background: var(--react-autoql-background-color-primary);
3516
3693
  overflow: hidden;
3517
- border-radius: 4px;
3518
- flex-direction: column; }
3694
+ border-radius: 4px; }
3519
3695
 
3520
3696
  .react-autoql-drawer .chat-header-container {
3521
3697
  display: flex;
@@ -3743,7 +3919,7 @@ g.legendOrdinal .legendTitle tspan {
3743
3919
  transition: none;
3744
3920
  text-align: left;
3745
3921
  opacity: 1 !important;
3746
- z-index: 99999 !important;
3922
+ z-index: 999999 !important;
3747
3923
  /* necessary to show up on top of rc drawer */
3748
3924
  max-width: 300px;
3749
3925
  word-break: break-word; }
@@ -3765,7 +3941,6 @@ g.legendOrdinal .legendTitle tspan {
3765
3941
  border: 1px solid #ababab52;
3766
3942
  border-radius: 4px;
3767
3943
  box-shadow: 0px 0 8px var(--react-autoql-box-shadow-color, rgba(0, 0, 0, 0.15));
3768
- transition: opacity 0.2s ease 0s !important;
3769
3944
  opacity: 1 !important;
3770
3945
  overflow: hidden !important;
3771
3946
  background-color: var(--react-autoql-background-color-secondary); }
@@ -3984,6 +4159,16 @@ g.legendOrdinal .legendTitle tspan {
3984
4159
  top: 30px;
3985
4160
  opacity: 0; } }
3986
4161
 
4162
+ .react-autoql-dashboard,
4163
+ .react-autoql-dashboard-container,
4164
+ .react-autoql-dashboard-tile,
4165
+ .dashboard-tile-title-container,
4166
+ .react-autoql-dashboard-tile-inner-div,
4167
+ .dashboard-tile-toolbars-container,
4168
+ .dashboard-tile-response-wrapper,
4169
+ .dashboard-tile-response-container {
4170
+ transform: translateZ(0) !important; }
4171
+
3987
4172
  .react-autoql-dashboard .react-autoql-dashboard-tile {
3988
4173
  background: var(--react-autoql-background-color-secondary, #fff);
3989
4174
  color: var(--react-autoql-text-color-primary, #404040);
@@ -4081,18 +4266,22 @@ g.legendOrdinal .legendTitle tspan {
4081
4266
  margin-top: -6px;
4082
4267
  opacity: 0.9; }
4083
4268
 
4269
+ .react-autoql-dashboard-tile-inner-div .tabulator-header-contents {
4270
+ height: 32px !important; }
4271
+
4272
+ .react-autoql-dashboard-tile-inner-div .react-autoql-table-container.filtering .tabulator-header-contents {
4273
+ height: 55px !important; }
4274
+
4084
4275
  .react-autoql-dashboard-tile-inner-div .react-autoql-table,
4085
- .react-autoql-dashboard-tile-inner-div .query-output-table-row-count {
4276
+ .react-autoql-dashboard-tile-inner-div .table-row-count {
4086
4277
  color: var(--react-autoql-text-color-primary);
4087
4278
  font-size: 11px; }
4088
4279
 
4089
- .react-autoql-dashboard-tile-inner-div .query-output-table-row-count {
4090
- padding: 0; }
4091
-
4092
4280
  .react-autoql-dashboard-tile-inner-div .dashboard-tile-response-wrapper {
4093
- height: calc(100% - 47px);
4281
+ flex: 1;
4094
4282
  width: 100%;
4095
4283
  padding-top: 0;
4284
+ overflow: hidden;
4096
4285
  background: inherit; }
4097
4286
  .react-autoql-dashboard-tile-inner-div .dashboard-tile-response-wrapper .layout-splitter {
4098
4287
  height: 1px !important;
@@ -4141,11 +4330,13 @@ g.legendOrdinal .legendTitle tspan {
4141
4330
  background: inherit;
4142
4331
  cursor: default; }
4143
4332
  .dashboard-tile-response-wrapper .dashboard-tile-response-container .react-autoql-response-content-container {
4333
+ position: relative;
4144
4334
  padding: 8px 15px 20px 15px;
4145
4335
  align-items: center; }
4146
4336
 
4147
4337
  .dashboard-tile-response-wrapper.editing .dashboard-tile-response-container .react-autoql-response-content-container {
4148
- padding: 7px 12px 32px 18px;
4338
+ box-sizing: content-box;
4339
+ width: calc(100% - 40px);
4149
4340
  align-items: center; }
4150
4341
 
4151
4342
  .dashboard-tile-title-container {
@@ -4392,6 +4583,7 @@ g.legendOrdinal .legendTitle tspan {
4392
4583
 
4393
4584
  /* React Grid Layout overrides */
4394
4585
  .react-grid-item .react-resizable-handle {
4586
+ -webkit-transform: translate3d(0, 0, 0);
4395
4587
  z-index: 1;
4396
4588
  position: absolute;
4397
4589
  width: 11px;
@@ -4444,7 +4636,8 @@ g.legendOrdinal .legendTitle tspan {
4444
4636
  background: var(--react-autoql-background-color-primary);
4445
4637
  height: 100%;
4446
4638
  width: 100%;
4447
- overflow: hidden; }
4639
+ overflow: hidden;
4640
+ padding-top: 3px; }
4448
4641
 
4449
4642
  .react-autoql-dashboard-container.edit-mode {
4450
4643
  padding-bottom: 200px; }
@@ -4457,7 +4650,11 @@ g.legendOrdinal .legendTitle tspan {
4457
4650
  .dashboard-drilldown-modal .dashboard-drilldown-modal-content.chart-hidden .react-autoql-dashboard-drilldown-original,
4458
4651
  .dashboard-drilldown-modal .dashboard-drilldown-modal-content.chart-hidden .layout-splitter, .dashboard-drilldown-modal .dashboard-drilldown-modal-content.top-hidden .react-autoql-dashboard-drilldown-original,
4459
4652
  .dashboard-drilldown-modal .dashboard-drilldown-modal-content.top-hidden .layout-splitter {
4460
- display: none; }
4653
+ transition: opacity 0.3s ease, height 0.3s ease;
4654
+ visibility: hidden;
4655
+ pointer-events: none;
4656
+ opacity: 0;
4657
+ height: 0; }
4461
4658
 
4462
4659
  .dashboard-drilldown-modal .dashboard-drilldown-modal-content.chart-hidden .layout-pane:not(.layout-pane-primary) {
4463
4660
  height: calc(100% - 50px) !important; }