@gooddata/sdk-ui-filters 11.43.0-alpha.4 → 11.43.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.
- package/esm/DateFilter/DateFilter.js +1 -1
- package/package.json +13 -14
- package/styles/css/attributeFilter.css +14 -655
- package/styles/css/attributeFilter.css.map +1 -1
- package/styles/css/attributeFilterNext/attributeFilter.css +14 -655
- package/styles/css/attributeFilterNext/attributeFilter.css.map +1 -1
- package/styles/css/attributeFilterNext/attributeFilterAddons.css +14 -655
- package/styles/css/attributeFilterNext/attributeFilterAddons.css.map +1 -1
- package/styles/css/attributeFilterNext/attributeFilterDropdownBody.css +14 -655
- package/styles/css/attributeFilterNext/attributeFilterDropdownBody.css.map +1 -1
- package/styles/css/attributeFilterNext/attributeFilterDropdownButton.css +14 -655
- package/styles/css/attributeFilterNext/attributeFilterDropdownButton.css.map +1 -1
- package/styles/css/attributeFilterNext/attributeFilterElementsSelect.css +14 -655
- package/styles/css/attributeFilterNext/attributeFilterElementsSelect.css.map +1 -1
- package/styles/css/attributeFilterNext/attributeFilterEmptyResult.css +14 -655
- package/styles/css/attributeFilterNext/attributeFilterEmptyResult.css.map +1 -1
- package/styles/css/attributeFilterNext/attributeFilterStatusBar.css +14 -655
- package/styles/css/attributeFilterNext/attributeFilterStatusBar.css.map +1 -1
- package/styles/css/attributeFilterNext.css +14 -655
- package/styles/css/attributeFilterNext.css.map +1 -1
- package/styles/css/components/DateFilterBody.css +0 -3
- package/styles/css/components/DateFilterBody.css.map +1 -1
- package/styles/css/dateFilter.css +14 -658
- package/styles/css/dateFilter.css.map +1 -1
- package/styles/css/filterGroup.css +2 -2
- package/styles/css/main.css +16 -660
- package/styles/css/main.css.map +1 -1
- package/styles/scss/attributeFilter.scss +0 -1
- package/styles/scss/attributeFilterNext/_attributeFilterVariables.scss +0 -1
- package/styles/scss/components/DateFilterBody.scss +0 -4
- package/styles/scss/filterGroup.scss +1 -1
|
@@ -492,615 +492,6 @@
|
|
|
492
492
|
background-color: var(--gd-palette-complementary-0, #fff);
|
|
493
493
|
}
|
|
494
494
|
|
|
495
|
-
/**
|
|
496
|
-
* Copyright Schrodinger, LLC
|
|
497
|
-
* All rights reserved.
|
|
498
|
-
*
|
|
499
|
-
* This source code is licensed under the BSD-style license found in the
|
|
500
|
-
* LICENSE file in the root directory of this source tree. An additional grant
|
|
501
|
-
* of patent rights can be found in the PATENTS file in the same directory.
|
|
502
|
-
*
|
|
503
|
-
* @providesModule Scrollbar
|
|
504
|
-
*
|
|
505
|
-
*/
|
|
506
|
-
/**
|
|
507
|
-
* Scrollbars.
|
|
508
|
-
*/
|
|
509
|
-
/* Touching the scroll-track directly makes the scroll-track bolder */
|
|
510
|
-
.public_Scrollbar_main.public_Scrollbar_mainActive,
|
|
511
|
-
.public_Scrollbar_main {
|
|
512
|
-
background-color: #fff;
|
|
513
|
-
border-left: 1px solid #d3d3d3;
|
|
514
|
-
}
|
|
515
|
-
|
|
516
|
-
.fixedDataTable_isRTL .public_Scrollbar_main.public_Scrollbar_mainActive,
|
|
517
|
-
.fixedDataTable_isRTL .public_Scrollbar_main {
|
|
518
|
-
border-right: 1px solid #d3d3d3;
|
|
519
|
-
border-left-width: 0;
|
|
520
|
-
}
|
|
521
|
-
|
|
522
|
-
.public_Scrollbar_mainOpaque,
|
|
523
|
-
.public_Scrollbar_mainOpaque.public_Scrollbar_mainActive,
|
|
524
|
-
.public_Scrollbar_mainOpaque:hover {
|
|
525
|
-
background-color: #fff;
|
|
526
|
-
}
|
|
527
|
-
|
|
528
|
-
.public_Scrollbar_face:after {
|
|
529
|
-
background-color: #c2c2c2;
|
|
530
|
-
}
|
|
531
|
-
|
|
532
|
-
.public_Scrollbar_main:hover .public_Scrollbar_face:after,
|
|
533
|
-
.public_Scrollbar_mainActive .public_Scrollbar_face:after,
|
|
534
|
-
.public_Scrollbar_faceActive:after {
|
|
535
|
-
background-color: #7d7d7d;
|
|
536
|
-
}
|
|
537
|
-
|
|
538
|
-
/**
|
|
539
|
-
* Copyright Schrodinger, LLC
|
|
540
|
-
* All rights reserved.
|
|
541
|
-
*
|
|
542
|
-
* This source code is licensed under the BSD-style license found in the
|
|
543
|
-
* LICENSE file in the root directory of this source tree. An additional grant
|
|
544
|
-
* of patent rights can be found in the PATENTS file in the same directory.
|
|
545
|
-
*
|
|
546
|
-
* @providesModule fixedDataTable
|
|
547
|
-
*
|
|
548
|
-
*/
|
|
549
|
-
/**
|
|
550
|
-
* Table.
|
|
551
|
-
*/
|
|
552
|
-
.public_fixedDataTable_main {
|
|
553
|
-
border-color: #d3d3d3;
|
|
554
|
-
}
|
|
555
|
-
|
|
556
|
-
.public_fixedDataTable_header,
|
|
557
|
-
.public_fixedDataTable_hasBottomBorder {
|
|
558
|
-
border-color: #d3d3d3;
|
|
559
|
-
}
|
|
560
|
-
|
|
561
|
-
.public_fixedDataTable_header .public_fixedDataTableCell_main {
|
|
562
|
-
font-weight: bold;
|
|
563
|
-
}
|
|
564
|
-
|
|
565
|
-
.public_fixedDataTable_header,
|
|
566
|
-
.public_fixedDataTable_scrollbarSpacer,
|
|
567
|
-
.public_fixedDataTable_header .public_fixedDataTableCell_main {
|
|
568
|
-
background-color: #f6f7f8;
|
|
569
|
-
background-image: linear-gradient(#fff, #efefef);
|
|
570
|
-
}
|
|
571
|
-
|
|
572
|
-
.public_fixedDataTable_scrollbarSpacer {
|
|
573
|
-
position: absolute;
|
|
574
|
-
z-index: 99;
|
|
575
|
-
top: 0;
|
|
576
|
-
}
|
|
577
|
-
|
|
578
|
-
.public_fixedDataTable_footer .public_fixedDataTableCell_main {
|
|
579
|
-
background-color: #f6f7f8;
|
|
580
|
-
border-color: #d3d3d3;
|
|
581
|
-
}
|
|
582
|
-
|
|
583
|
-
.public_fixedDataTable_topShadow {
|
|
584
|
-
background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
|
|
585
|
-
}
|
|
586
|
-
|
|
587
|
-
.public_fixedDataTable_bottomShadow {
|
|
588
|
-
background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
|
|
589
|
-
}
|
|
590
|
-
|
|
591
|
-
.public_fixedDataTable_horizontalScrollbar .public_Scrollbar_mainHorizontal {
|
|
592
|
-
background-color: #fff;
|
|
593
|
-
}
|
|
594
|
-
|
|
595
|
-
/**
|
|
596
|
-
* Column reorder goodies.
|
|
597
|
-
*/
|
|
598
|
-
.fixedDataTableCellLayout_columnReorderContainer {
|
|
599
|
-
border-color: #0284ff;
|
|
600
|
-
background-color: rgba(0, 0, 0, 0.1);
|
|
601
|
-
width: 12px;
|
|
602
|
-
margin-right: -12px;
|
|
603
|
-
float: left;
|
|
604
|
-
cursor: move;
|
|
605
|
-
}
|
|
606
|
-
|
|
607
|
-
.fixedDataTable_isRTL .fixedDataTableCellLayout_columnReorderContainer {
|
|
608
|
-
margin-right: auto;
|
|
609
|
-
margin-left: -12px;
|
|
610
|
-
float: right;
|
|
611
|
-
}
|
|
612
|
-
|
|
613
|
-
.fixedDataTableCellLayout_columnReorderContainer:after {
|
|
614
|
-
content: "::";
|
|
615
|
-
position: absolute;
|
|
616
|
-
top: 50%;
|
|
617
|
-
left: 1px;
|
|
618
|
-
transform: translateY(-50%);
|
|
619
|
-
}
|
|
620
|
-
|
|
621
|
-
.fixedDataTable_isRTL .fixedDataTableCellLayout_columnReorderContainer:after {
|
|
622
|
-
left: auto;
|
|
623
|
-
right: 1px;
|
|
624
|
-
}
|
|
625
|
-
|
|
626
|
-
/**
|
|
627
|
-
* Copyright Schrodinger, LLC
|
|
628
|
-
* All rights reserved.
|
|
629
|
-
*
|
|
630
|
-
* This source code is licensed under the BSD-style license found in the
|
|
631
|
-
* LICENSE file in the root directory of this source tree. An additional grant
|
|
632
|
-
* of patent rights can be found in the PATENTS file in the same directory.
|
|
633
|
-
*
|
|
634
|
-
* @providesModule fixedDataTableRow
|
|
635
|
-
*/
|
|
636
|
-
/**
|
|
637
|
-
* Table row.
|
|
638
|
-
*/
|
|
639
|
-
.public_fixedDataTableRow_main {
|
|
640
|
-
background-color: #fff;
|
|
641
|
-
}
|
|
642
|
-
|
|
643
|
-
.public_fixedDataTableRow_highlighted,
|
|
644
|
-
.public_fixedDataTableRow_highlighted .public_fixedDataTableCell_main {
|
|
645
|
-
background-color: #f6f7f8;
|
|
646
|
-
}
|
|
647
|
-
|
|
648
|
-
.public_fixedDataTableRow_fixedColumnsDivider {
|
|
649
|
-
border-color: #d3d3d3;
|
|
650
|
-
}
|
|
651
|
-
|
|
652
|
-
.public_fixedDataTableRow_columnsShadow {
|
|
653
|
-
background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
|
|
654
|
-
}
|
|
655
|
-
|
|
656
|
-
.fixedDataTable_isRTL .public_fixedDataTableRow_columnsShadow {
|
|
657
|
-
background-image: linear-gradient(270deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
|
|
658
|
-
}
|
|
659
|
-
|
|
660
|
-
.public_fixedDataTableRow_columnsRightShadow {
|
|
661
|
-
transform: rotate(180deg);
|
|
662
|
-
}
|
|
663
|
-
|
|
664
|
-
/**
|
|
665
|
-
* Copyright Schrodinger, LLC
|
|
666
|
-
* All rights reserved.
|
|
667
|
-
*
|
|
668
|
-
* This source code is licensed under the BSD-style license found in the
|
|
669
|
-
* LICENSE file in the root directory of this source tree. An additional grant
|
|
670
|
-
* of patent rights can be found in the PATENTS file in the same directory.
|
|
671
|
-
*
|
|
672
|
-
* @providesModule fixedDataTableColumnResizerLine
|
|
673
|
-
*
|
|
674
|
-
*/
|
|
675
|
-
/**
|
|
676
|
-
* Column resizer line.
|
|
677
|
-
*/
|
|
678
|
-
.public_fixedDataTableColumnResizerLine_main {
|
|
679
|
-
border-color: #0284ff;
|
|
680
|
-
width: 1px;
|
|
681
|
-
}
|
|
682
|
-
|
|
683
|
-
/**
|
|
684
|
-
* Copyright Schrodinger, LLC
|
|
685
|
-
* All rights reserved.
|
|
686
|
-
*
|
|
687
|
-
* This source code is licensed under the BSD-style license found in the
|
|
688
|
-
* LICENSE file in the root directory of this source tree. An additional grant
|
|
689
|
-
* of patent rights can be found in the PATENTS file in the same directory.
|
|
690
|
-
*
|
|
691
|
-
* @providesModule ScrollbarLayout
|
|
692
|
-
*/
|
|
693
|
-
.ScrollbarLayout_main {
|
|
694
|
-
box-sizing: border-box;
|
|
695
|
-
outline: none;
|
|
696
|
-
overflow: hidden;
|
|
697
|
-
position: absolute;
|
|
698
|
-
-webkit-user-select: none;
|
|
699
|
-
-moz-user-select: none;
|
|
700
|
-
-ms-user-select: none;
|
|
701
|
-
user-select: none;
|
|
702
|
-
}
|
|
703
|
-
|
|
704
|
-
.ScrollbarLayout_mainVertical {
|
|
705
|
-
bottom: 0;
|
|
706
|
-
right: 0;
|
|
707
|
-
top: 0;
|
|
708
|
-
width: 15px;
|
|
709
|
-
}
|
|
710
|
-
|
|
711
|
-
.ScrollbarLayout_mainHorizontal {
|
|
712
|
-
height: 15px;
|
|
713
|
-
left: 0;
|
|
714
|
-
}
|
|
715
|
-
|
|
716
|
-
.ScrollbarLayout_face {
|
|
717
|
-
left: 0;
|
|
718
|
-
overflow: hidden;
|
|
719
|
-
position: absolute;
|
|
720
|
-
z-index: 1;
|
|
721
|
-
/* keep the thumb aligned to the center */
|
|
722
|
-
display: flex;
|
|
723
|
-
justify-content: center;
|
|
724
|
-
align-items: center;
|
|
725
|
-
}
|
|
726
|
-
|
|
727
|
-
/**
|
|
728
|
-
* This selector renders the "nub" of the scrollface. The nub must
|
|
729
|
-
* be rendered as pseudo-element so that it won't receive any UI events then
|
|
730
|
-
* we can get the correct `event.offsetX` and `event.offsetY` from the
|
|
731
|
-
* scrollface element while dragging it.
|
|
732
|
-
*/
|
|
733
|
-
.ScrollbarLayout_face:after {
|
|
734
|
-
border-radius: 6px;
|
|
735
|
-
content: "";
|
|
736
|
-
display: block;
|
|
737
|
-
position: absolute;
|
|
738
|
-
transition-duration: 250ms;
|
|
739
|
-
transition-timing-function: ease;
|
|
740
|
-
transition-property: background-color, height, width;
|
|
741
|
-
}
|
|
742
|
-
|
|
743
|
-
.ScrollbarLayout_faceHorizontal {
|
|
744
|
-
bottom: 0;
|
|
745
|
-
left: 0;
|
|
746
|
-
top: 0;
|
|
747
|
-
}
|
|
748
|
-
|
|
749
|
-
.ScrollbarLayout_faceHorizontal:after {
|
|
750
|
-
width: 100%;
|
|
751
|
-
height: calc(100% - 8px);
|
|
752
|
-
}
|
|
753
|
-
|
|
754
|
-
.fixedDataTable_isRTL .ScrollbarLayout_faceHorizontal,
|
|
755
|
-
.fixedDataTable_isRTL .ScrollbarLayout_faceHorizontal:after {
|
|
756
|
-
right: 0;
|
|
757
|
-
left: auto;
|
|
758
|
-
}
|
|
759
|
-
|
|
760
|
-
/* expand horizontal scrollbar face when active */
|
|
761
|
-
.ScrollbarLayout_faceHorizontal.public_Scrollbar_faceActive:after,
|
|
762
|
-
.ScrollbarLayout_main:hover .ScrollbarLayout_faceHorizontal:after {
|
|
763
|
-
height: calc(100% - 4px);
|
|
764
|
-
}
|
|
765
|
-
|
|
766
|
-
.ScrollbarLayout_faceVertical {
|
|
767
|
-
left: 0;
|
|
768
|
-
right: 0;
|
|
769
|
-
top: 0;
|
|
770
|
-
}
|
|
771
|
-
|
|
772
|
-
.ScrollbarLayout_faceVertical:after {
|
|
773
|
-
height: 100%;
|
|
774
|
-
width: calc(100% - 8px);
|
|
775
|
-
}
|
|
776
|
-
|
|
777
|
-
/* expand veritcal scrollbar face when active */
|
|
778
|
-
.ScrollbarLayout_main:hover .ScrollbarLayout_faceVertical:after,
|
|
779
|
-
.ScrollbarLayout_faceVertical.public_Scrollbar_faceActive:after {
|
|
780
|
-
width: calc(100% - 4px);
|
|
781
|
-
}
|
|
782
|
-
|
|
783
|
-
/**
|
|
784
|
-
* Copyright Schrodinger, LLC
|
|
785
|
-
* All rights reserved.
|
|
786
|
-
*
|
|
787
|
-
* This source code is licensed under the BSD-style license found in the
|
|
788
|
-
* LICENSE file in the root directory of this source tree. An additional grant
|
|
789
|
-
* of patent rights can be found in the PATENTS file in the same directory.
|
|
790
|
-
*
|
|
791
|
-
* @providesModule fixedDataTableCellLayout
|
|
792
|
-
*/
|
|
793
|
-
.fixedDataTableCellLayout_main {
|
|
794
|
-
border-right-style: solid;
|
|
795
|
-
border-right-width: 1px;
|
|
796
|
-
border-width: 0 1px 0 0;
|
|
797
|
-
box-sizing: border-box;
|
|
798
|
-
display: block;
|
|
799
|
-
overflow: hidden;
|
|
800
|
-
position: absolute;
|
|
801
|
-
white-space: normal;
|
|
802
|
-
}
|
|
803
|
-
|
|
804
|
-
.fixedDataTable_isRTL .fixedDataTableCellLayout_main {
|
|
805
|
-
border-right-width: 0;
|
|
806
|
-
border-left-style: solid;
|
|
807
|
-
border-left-width: 1px;
|
|
808
|
-
}
|
|
809
|
-
|
|
810
|
-
.fixedDataTableCellLayout_lastChild {
|
|
811
|
-
border-width: 0 1px 1px 0;
|
|
812
|
-
}
|
|
813
|
-
|
|
814
|
-
.fixedDataTableCellLayout_alignRight {
|
|
815
|
-
text-align: right;
|
|
816
|
-
}
|
|
817
|
-
|
|
818
|
-
.fixedDataTableCellLayout_alignCenter {
|
|
819
|
-
text-align: center;
|
|
820
|
-
}
|
|
821
|
-
|
|
822
|
-
.fixedDataTableCellLayout_wrap {
|
|
823
|
-
display: table-cell;
|
|
824
|
-
vertical-align: middle;
|
|
825
|
-
box-sizing: border-box;
|
|
826
|
-
}
|
|
827
|
-
|
|
828
|
-
.fixedDataTableCellLayout_wrap1 {
|
|
829
|
-
display: table;
|
|
830
|
-
}
|
|
831
|
-
|
|
832
|
-
.fixedDataTableCellLayout_wrap2 {
|
|
833
|
-
display: table-row;
|
|
834
|
-
}
|
|
835
|
-
|
|
836
|
-
.fixedDataTableCellLayout_wrap3 {
|
|
837
|
-
display: table-cell;
|
|
838
|
-
vertical-align: middle;
|
|
839
|
-
}
|
|
840
|
-
|
|
841
|
-
.fixedDataTableCellLayout_columnResizerContainer {
|
|
842
|
-
position: absolute;
|
|
843
|
-
right: 0px;
|
|
844
|
-
width: 6px;
|
|
845
|
-
z-index: 1;
|
|
846
|
-
}
|
|
847
|
-
|
|
848
|
-
.fixedDataTable_isRTL .fixedDataTableCellLayout_columnResizerContainer {
|
|
849
|
-
left: 0px;
|
|
850
|
-
right: auto;
|
|
851
|
-
}
|
|
852
|
-
|
|
853
|
-
.fixedDataTableCellLayout_columnResizerContainer:hover {
|
|
854
|
-
cursor: ew-resize;
|
|
855
|
-
background-color: #0284ff;
|
|
856
|
-
}
|
|
857
|
-
|
|
858
|
-
/**
|
|
859
|
-
* Copyright Schrodinger, LLC
|
|
860
|
-
* All rights reserved.
|
|
861
|
-
*
|
|
862
|
-
* This source code is licensed under the BSD-style license found in the
|
|
863
|
-
* LICENSE file in the root directory of this source tree. An additional grant
|
|
864
|
-
* of patent rights can be found in the PATENTS file in the same directory.
|
|
865
|
-
*
|
|
866
|
-
* @providesModule fixedDataTableCellGroupLayout
|
|
867
|
-
*/
|
|
868
|
-
.fixedDataTableCellGroupLayout_cellGroup {
|
|
869
|
-
-webkit-backface-visibility: hidden;
|
|
870
|
-
backface-visibility: hidden;
|
|
871
|
-
left: 0;
|
|
872
|
-
overflow: hidden;
|
|
873
|
-
position: absolute;
|
|
874
|
-
top: 0;
|
|
875
|
-
white-space: nowrap;
|
|
876
|
-
}
|
|
877
|
-
|
|
878
|
-
.fixedDataTable_isRTL .fixedDataTableCellGroupLayout_cellGroup {
|
|
879
|
-
right: 0;
|
|
880
|
-
left: auto;
|
|
881
|
-
}
|
|
882
|
-
|
|
883
|
-
.fixedDataTableCellGroupLayout_cellGroup > .public_fixedDataTableCell_main {
|
|
884
|
-
display: inline-block;
|
|
885
|
-
vertical-align: top;
|
|
886
|
-
white-space: normal;
|
|
887
|
-
}
|
|
888
|
-
|
|
889
|
-
.fixedDataTableCellGroupLayout_cellGroupWrapper {
|
|
890
|
-
position: absolute;
|
|
891
|
-
top: 0;
|
|
892
|
-
}
|
|
893
|
-
|
|
894
|
-
/**
|
|
895
|
-
* Copyright Schrodinger, LLC
|
|
896
|
-
* All rights reserved.
|
|
897
|
-
*
|
|
898
|
-
* This source code is licensed under the BSD-style license found in the
|
|
899
|
-
* LICENSE file in the root directory of this source tree. An additional grant
|
|
900
|
-
* of patent rights can be found in the PATENTS file in the same directory.
|
|
901
|
-
*
|
|
902
|
-
* @providesModule fixedDataTableColumnResizerLineLayout
|
|
903
|
-
*/
|
|
904
|
-
.fixedDataTableColumnResizerLineLayout_mouseArea {
|
|
905
|
-
cursor: ew-resize;
|
|
906
|
-
position: absolute;
|
|
907
|
-
right: -5px;
|
|
908
|
-
width: 12px;
|
|
909
|
-
}
|
|
910
|
-
|
|
911
|
-
.fixedDataTable_isRTL .fixedDataTableColumnResizerLineLayout_mouseArea {
|
|
912
|
-
right: auto;
|
|
913
|
-
left: -5px;
|
|
914
|
-
}
|
|
915
|
-
|
|
916
|
-
.fixedDataTableColumnResizerLineLayout_main {
|
|
917
|
-
border-right-style: solid;
|
|
918
|
-
border-right-width: 1px;
|
|
919
|
-
box-sizing: border-box;
|
|
920
|
-
position: absolute;
|
|
921
|
-
z-index: 100;
|
|
922
|
-
pointer-events: none;
|
|
923
|
-
}
|
|
924
|
-
|
|
925
|
-
.fixedDataTable_isRTL .fixedDataTableColumnResizerLineLayout_main {
|
|
926
|
-
border-right-width: 0;
|
|
927
|
-
border-left-style: solid;
|
|
928
|
-
border-left-width: 1px;
|
|
929
|
-
}
|
|
930
|
-
|
|
931
|
-
/**
|
|
932
|
-
* Copyright Schrodinger, LLC
|
|
933
|
-
* All rights reserved.
|
|
934
|
-
*
|
|
935
|
-
* This source code is licensed under the BSD-style license found in the
|
|
936
|
-
* LICENSE file in the root directory of this source tree. An additional grant
|
|
937
|
-
* of patent rights can be found in the PATENTS file in the same directory.
|
|
938
|
-
*
|
|
939
|
-
* @providesModule fixedDataTableLayout
|
|
940
|
-
*/
|
|
941
|
-
.fixedDataTableLayout_main {
|
|
942
|
-
border-style: solid;
|
|
943
|
-
border-width: 1px;
|
|
944
|
-
box-sizing: border-box;
|
|
945
|
-
overflow: hidden;
|
|
946
|
-
position: relative;
|
|
947
|
-
}
|
|
948
|
-
|
|
949
|
-
.fixedDataTableLayout_header,
|
|
950
|
-
.fixedDataTableLayout_hasBottomBorder {
|
|
951
|
-
border-bottom-style: solid;
|
|
952
|
-
border-bottom-width: 1px;
|
|
953
|
-
}
|
|
954
|
-
|
|
955
|
-
.fixedDataTableLayout_footer .public_fixedDataTableCell_main {
|
|
956
|
-
border-top-style: solid;
|
|
957
|
-
border-top-width: 1px;
|
|
958
|
-
}
|
|
959
|
-
|
|
960
|
-
.fixedDataTableLayout_topShadow,
|
|
961
|
-
.fixedDataTableLayout_bottomShadow {
|
|
962
|
-
height: 4px;
|
|
963
|
-
left: 0;
|
|
964
|
-
position: absolute;
|
|
965
|
-
right: 0;
|
|
966
|
-
z-index: 1;
|
|
967
|
-
}
|
|
968
|
-
|
|
969
|
-
.fixedDataTableLayout_bottomShadow {
|
|
970
|
-
margin-top: -4px;
|
|
971
|
-
}
|
|
972
|
-
|
|
973
|
-
.fixedDataTableLayout_rowsContainer {
|
|
974
|
-
overflow: hidden;
|
|
975
|
-
position: relative;
|
|
976
|
-
}
|
|
977
|
-
|
|
978
|
-
/**
|
|
979
|
-
* Copyright Schrodinger, LLC
|
|
980
|
-
* All rights reserved.
|
|
981
|
-
*
|
|
982
|
-
* This source code is licensed under the BSD-style license found in the
|
|
983
|
-
* LICENSE file in the root directory of this source tree. An additional grant
|
|
984
|
-
* of patent rights can be found in the PATENTS file in the same directory.
|
|
985
|
-
*
|
|
986
|
-
* @providesModule fixedDataTableRowLayout
|
|
987
|
-
*/
|
|
988
|
-
.fixedDataTableRowLayout_main {
|
|
989
|
-
box-sizing: border-box;
|
|
990
|
-
overflow: hidden;
|
|
991
|
-
position: absolute;
|
|
992
|
-
top: 0;
|
|
993
|
-
}
|
|
994
|
-
|
|
995
|
-
.fixedDataTableRowLayout_body {
|
|
996
|
-
left: 0;
|
|
997
|
-
right: 0;
|
|
998
|
-
position: absolute;
|
|
999
|
-
top: 0;
|
|
1000
|
-
}
|
|
1001
|
-
|
|
1002
|
-
.fixedDataTableRowLayout_rowExpanded {
|
|
1003
|
-
box-sizing: border-box;
|
|
1004
|
-
left: 0;
|
|
1005
|
-
position: absolute;
|
|
1006
|
-
}
|
|
1007
|
-
|
|
1008
|
-
.fixedDataTableRowLayout_fixedColumnsDivider {
|
|
1009
|
-
-webkit-backface-visibility: hidden;
|
|
1010
|
-
backface-visibility: hidden;
|
|
1011
|
-
border-left-style: solid;
|
|
1012
|
-
border-left-width: 1px;
|
|
1013
|
-
left: 0;
|
|
1014
|
-
position: absolute;
|
|
1015
|
-
top: 0;
|
|
1016
|
-
width: 0;
|
|
1017
|
-
}
|
|
1018
|
-
|
|
1019
|
-
.fixedDataTable_isRTL .fixedDataTableRowLayout_fixedColumnsDivider {
|
|
1020
|
-
border-left-width: 0;
|
|
1021
|
-
border-right-style: solid;
|
|
1022
|
-
border-right-width: 1px;
|
|
1023
|
-
}
|
|
1024
|
-
|
|
1025
|
-
.fixedDataTableRowLayout_columnsShadow {
|
|
1026
|
-
position: absolute;
|
|
1027
|
-
width: 4px;
|
|
1028
|
-
}
|
|
1029
|
-
|
|
1030
|
-
.fixedDataTableRowLayout_columnsRightShadow {
|
|
1031
|
-
right: 1px;
|
|
1032
|
-
}
|
|
1033
|
-
|
|
1034
|
-
.fixedDataTable_isRTL .fixedDataTableRowLayout_columnsRightShadow {
|
|
1035
|
-
left: 1px;
|
|
1036
|
-
right: auto;
|
|
1037
|
-
}
|
|
1038
|
-
|
|
1039
|
-
.fixedDataTableRowLayout_rowWrapper {
|
|
1040
|
-
position: absolute;
|
|
1041
|
-
top: 0;
|
|
1042
|
-
}
|
|
1043
|
-
|
|
1044
|
-
/**
|
|
1045
|
-
* Copyright Schrodinger, LLC
|
|
1046
|
-
* All rights reserved.
|
|
1047
|
-
*
|
|
1048
|
-
* This source code is licensed under the BSD-style license found in the
|
|
1049
|
-
* LICENSE file in the root directory of this source tree. An additional grant
|
|
1050
|
-
* of patent rights can be found in the PATENTS file in the same directory.
|
|
1051
|
-
*
|
|
1052
|
-
* @providesModule fixedDataTableCell
|
|
1053
|
-
*/
|
|
1054
|
-
/**
|
|
1055
|
-
* Table cell.
|
|
1056
|
-
*/
|
|
1057
|
-
.public_fixedDataTableCell_main {
|
|
1058
|
-
background-color: #fff;
|
|
1059
|
-
border-color: #d3d3d3;
|
|
1060
|
-
}
|
|
1061
|
-
|
|
1062
|
-
.public_fixedDataTableCell_highlighted {
|
|
1063
|
-
background-color: #f4f4f4;
|
|
1064
|
-
}
|
|
1065
|
-
|
|
1066
|
-
.public_fixedDataTableCell_cellContent {
|
|
1067
|
-
padding: 8px;
|
|
1068
|
-
}
|
|
1069
|
-
|
|
1070
|
-
.public_fixedDataTableCell_columnResizerKnob {
|
|
1071
|
-
background-color: #0284ff;
|
|
1072
|
-
}
|
|
1073
|
-
|
|
1074
|
-
.public_fixedDataTableCell_hasReorderHandle .public_fixedDataTableCell_wrap1 .public_fixedDataTableCell_cellContent {
|
|
1075
|
-
margin-left: 12px;
|
|
1076
|
-
}
|
|
1077
|
-
|
|
1078
|
-
.public_fixedDataTableCell_hasReorderHandle .public_fixedDataTableCell_wrap.public_fixedDataTableCell_cellContent {
|
|
1079
|
-
padding-left: 20px;
|
|
1080
|
-
}
|
|
1081
|
-
|
|
1082
|
-
.fixedDataTable_isRTL .public_fixedDataTableCell_hasReorderHandle .public_fixedDataTableCell_wrap1 .public_fixedDataTableCell_cellContent {
|
|
1083
|
-
margin-left: auto;
|
|
1084
|
-
margin-right: 12px;
|
|
1085
|
-
}
|
|
1086
|
-
|
|
1087
|
-
.fixedDataTable_isRTL .public_fixedDataTableCell_hasReorderHandle .public_fixedDataTableCell_wrap.public_fixedDataTableCell_cellContent {
|
|
1088
|
-
padding-right: 20px;
|
|
1089
|
-
}
|
|
1090
|
-
|
|
1091
|
-
.public_fixedDataTableCell_reordering {
|
|
1092
|
-
z-index: 2;
|
|
1093
|
-
}
|
|
1094
|
-
|
|
1095
|
-
.public_fixedDataTableCell_resizeReorderCellContainer {
|
|
1096
|
-
position: fixed;
|
|
1097
|
-
background-color: #f6f7f8;
|
|
1098
|
-
background-image: linear-gradient(#fff, #efefef);
|
|
1099
|
-
border-color: #d3d3d3;
|
|
1100
|
-
border-right-style: solid;
|
|
1101
|
-
border-right-width: 1px;
|
|
1102
|
-
}
|
|
1103
|
-
|
|
1104
495
|
.animation-fadeIn,
|
|
1105
496
|
.animation-fadeOut,
|
|
1106
497
|
.animation-bounce {
|
|
@@ -1517,62 +908,30 @@ button.gd-list-item {
|
|
|
1517
908
|
margin-left: 8px;
|
|
1518
909
|
}
|
|
1519
910
|
|
|
1520
|
-
.gd-infinite-list .
|
|
1521
|
-
|
|
1522
|
-
|
|
1523
|
-
|
|
1524
|
-
.gd-infinite-list .public_fixedDataTable_main,
|
|
1525
|
-
.gd-infinite-list .fixedDataTableCellLayout_main,
|
|
1526
|
-
.gd-infinite-list .fixedDataTableRowLayout_main {
|
|
1527
|
-
border: none;
|
|
1528
|
-
}
|
|
1529
|
-
.gd-infinite-list .public_fixedDataTable_main:focus-visible {
|
|
1530
|
-
outline: revert;
|
|
1531
|
-
}
|
|
1532
|
-
.gd-infinite-list .public_Scrollbar_main, .gd-infinite-list .public_Scrollbar_main.public_Scrollbar_mainActive {
|
|
1533
|
-
border-color: transparent;
|
|
1534
|
-
}
|
|
1535
|
-
.gd-infinite-list .public_Scrollbar_main, .gd-infinite-list .public_Scrollbar_mainActive {
|
|
1536
|
-
background-color: transparent;
|
|
911
|
+
.gd-infinite-list .gd-infinite-list-scroll-container {
|
|
912
|
+
overflow-x: hidden;
|
|
913
|
+
overflow-y: auto;
|
|
914
|
+
overscroll-behavior: contain;
|
|
1537
915
|
}
|
|
1538
|
-
.gd-infinite-list .
|
|
1539
|
-
|
|
916
|
+
.gd-infinite-list .gd-infinite-list-scroll-container::-webkit-scrollbar {
|
|
917
|
+
-webkit-appearance: none;
|
|
918
|
+
appearance: none;
|
|
919
|
+
width: 6px;
|
|
1540
920
|
}
|
|
1541
|
-
.gd-infinite-list .
|
|
921
|
+
.gd-infinite-list .gd-infinite-list-scroll-container::-webkit-scrollbar-thumb {
|
|
922
|
+
border-radius: 3px;
|
|
1542
923
|
background-color: rgba(176, 190, 202, 0.3);
|
|
1543
924
|
}
|
|
1544
|
-
.gd-infinite-list .
|
|
925
|
+
.gd-infinite-list .gd-infinite-list-scroll-container:hover::-webkit-scrollbar-thumb {
|
|
1545
926
|
background-color: var(--gd-palette-complementary-5, #b0beca);
|
|
1546
927
|
}
|
|
1547
|
-
.gd-infinite-list .
|
|
1548
|
-
|
|
1549
|
-
.gd-infinite-list .public_fixedDataTable_scrollbarSpacer {
|
|
1550
|
-
background: none;
|
|
1551
|
-
}
|
|
1552
|
-
.gd-infinite-list .public_fixedDataTableRow_main,
|
|
1553
|
-
.gd-infinite-list .public_fixedDataTableCell_main,
|
|
1554
|
-
.gd-infinite-list .public_fixedDataTableRow_highlighted,
|
|
1555
|
-
.gd-infinite-list .public_fixedDataTableRow_highlighted .public_fixedDataTableCell_main {
|
|
1556
|
-
background-color: transparent;
|
|
928
|
+
.gd-infinite-list .gd-infinite-list-scroll-container:focus-visible {
|
|
929
|
+
outline: revert;
|
|
1557
930
|
}
|
|
1558
|
-
.gd-infinite-list .
|
|
1559
|
-
padding: 0;
|
|
931
|
+
.gd-infinite-list .gd-infinite-list-item {
|
|
1560
932
|
white-space: nowrap;
|
|
1561
933
|
color: var(--gd-palette-complementary-8, #464e56);
|
|
1562
934
|
}
|
|
1563
|
-
.gd-infinite-list .public_fixedDataTableCell_cellContent:hover {
|
|
1564
|
-
background-color: transparent;
|
|
1565
|
-
}
|
|
1566
|
-
.gd-infinite-list .fixedDataTableCellLayout_wrap1 {
|
|
1567
|
-
table-layout: fixed;
|
|
1568
|
-
}
|
|
1569
|
-
.gd-infinite-list .fixedDataTableCellLayout_wrap2,
|
|
1570
|
-
.gd-infinite-list .fixedDataTableCellLayout_wrap3 {
|
|
1571
|
-
width: inherit;
|
|
1572
|
-
}
|
|
1573
|
-
.gd-infinite-list .fixedDataTableCellLayout_wrap2,
|
|
1574
|
-
.gd-infinite-list .fixedDataTableCellLayout_wrap3,
|
|
1575
|
-
.gd-infinite-list .public_fixedDataTableCell_cellContent,
|
|
1576
935
|
.gd-infinite-list .gd-project-list-item {
|
|
1577
936
|
height: inherit;
|
|
1578
937
|
}
|
|
@@ -5375,9 +4734,6 @@ a.gd-button-link:hover .gd-button-text, a.gd-button-link-dimmed:hover .gd-button
|
|
|
5375
4734
|
.gd-extended-date-filter-body .gd-date-filter-item-mobile.gd-list-item-header, .gd-extended-date-filter-body .gd-date-filter-item-mobile.gd-list-item-header:hover, .gd-extended-date-filter-body .gd-date-filter-item-mobile.gd-list-item-header:active {
|
|
5376
4735
|
background-color: var(--gd-palette-complementary-2-from-theme, rgba(221, 228, 235, 0.2));
|
|
5377
4736
|
}
|
|
5378
|
-
.gd-extended-date-filter-body-scrollable {
|
|
5379
|
-
min-height: 350px;
|
|
5380
|
-
}
|
|
5381
4737
|
.gd-extended-date-filter-body-scrollable-small-screen {
|
|
5382
4738
|
max-height: 350px;
|
|
5383
4739
|
}
|