synapse-react-client 3.0.0 → 3.0.3

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.
Files changed (52) hide show
  1. package/dist/containers/EntityLink.js +2 -2
  2. package/dist/containers/EntityLink.js.map +1 -1
  3. package/dist/containers/HasAccess.js +3 -2
  4. package/dist/containers/HasAccess.js.map +1 -1
  5. package/dist/containers/MarkdownPopover.js +1 -1
  6. package/dist/containers/MarkdownPopover.js.map +1 -1
  7. package/dist/containers/MissingQueryResultsWarning.d.ts +12 -0
  8. package/dist/containers/MissingQueryResultsWarning.js +64 -0
  9. package/dist/containers/MissingQueryResultsWarning.js.map +1 -0
  10. package/dist/containers/QueryCount.js +16 -44
  11. package/dist/containers/QueryCount.js.map +1 -1
  12. package/dist/containers/QueryWrapper.d.ts +3 -3
  13. package/dist/containers/QueryWrapper.js +4 -22
  14. package/dist/containers/QueryWrapper.js.map +1 -1
  15. package/dist/containers/download_list/DownloadConfirmation.d.ts +5 -0
  16. package/dist/containers/download_list/DownloadConfirmation.js +18 -16
  17. package/dist/containers/download_list/DownloadConfirmation.js.map +1 -1
  18. package/dist/containers/query_wrapper_plot_nav/QueryWrapperPlotNav.js +1 -1
  19. package/dist/containers/query_wrapper_plot_nav/QueryWrapperPlotNav.js.map +1 -1
  20. package/dist/containers/table/TopLevelControls.js +8 -5
  21. package/dist/containers/table/TopLevelControls.js.map +1 -1
  22. package/dist/containers/table/table-top/ProgrammaticTableDownload.js +15 -8
  23. package/dist/containers/table/table-top/ProgrammaticTableDownload.js.map +1 -1
  24. package/dist/style/base/_icons.scss +4 -0
  25. package/dist/style/components/_dataset-editor.scss +6 -0
  26. package/dist/style/components/_markdown.scss +1 -1
  27. package/dist/style/components/entity_finder/_details-view.scss +6 -6
  28. package/dist/style/components/entity_finder/_entity-finder.scss +3 -7
  29. package/dist/style/components/entity_finder/_tree-node-browse.scss +1 -3
  30. package/dist/style/components/entity_finder/_tree-node-select.scss +0 -4
  31. package/dist/style/components/query_filter/_enum-facet-filter.scss +4 -1
  32. package/dist/style/main.css +887 -19
  33. package/dist/template_style/_form.scss +150 -105
  34. package/dist/umd/synapse-react-client.development.css +805 -19
  35. package/dist/umd/synapse-react-client.development.css.map +2 -2
  36. package/dist/umd/synapse-react-client.development.js +2086 -2039
  37. package/dist/umd/synapse-react-client.development.js.map +3 -3
  38. package/dist/umd/synapse-react-client.production.min.css +1 -1
  39. package/dist/umd/synapse-react-client.production.min.js +77 -77
  40. package/dist/utils/APIConstants.d.ts +3 -0
  41. package/dist/utils/APIConstants.js +11 -1
  42. package/dist/utils/APIConstants.js.map +1 -1
  43. package/dist/utils/SynapseClient.js +9 -6
  44. package/dist/utils/SynapseClient.js.map +1 -1
  45. package/dist/utils/functions/sqlFunctions.d.ts +4 -0
  46. package/dist/utils/functions/sqlFunctions.js +13 -1
  47. package/dist/utils/functions/sqlFunctions.js.map +1 -1
  48. package/dist/utils/synapseTypes/DownloadListV2/DownloadListQueryResponse.d.ts +5 -0
  49. package/dist/utils/synapseTypes/DownloadListV2/DownloadListQueryResponse.js +3 -0
  50. package/dist/utils/synapseTypes/DownloadListV2/DownloadListQueryResponse.js.map +1 -0
  51. package/dist/utils/synapseTypes/Entity/Entity.js.map +1 -1
  52. package/package.json +5 -3
@@ -16239,6 +16239,9 @@ svg.HelpButton {
16239
16239
  cursor: pointer;
16240
16240
  font-size: 0.8em;
16241
16241
  }
16242
+ .SRC-color-warning {
16243
+ color: #cc9f00;
16244
+ }
16242
16245
  .modal-dialog-scrollable {
16243
16246
  height: 100%;
16244
16247
  }
@@ -17440,7 +17443,7 @@ img.iconImg.SRC-datasetIcon {
17440
17443
  word-wrap: break-word;
17441
17444
  overflow-x: auto;
17442
17445
  overflow-y: hidden;
17443
- line-height: 1.8em;
17446
+ line-height: 1.5em;
17444
17447
  color: #515359;
17445
17448
  font-weight: normal;
17446
17449
  }
@@ -18518,6 +18521,145 @@ button:hover .SRC-column-light-theme .SRC-light-column {
18518
18521
  box-shadow: none;
18519
18522
  border-radius: 2px;
18520
18523
  }
18524
+ .checkbox,
18525
+ .radio {
18526
+ padding-left: 0px;
18527
+ min-width: 27px;
18528
+ margin-top: 0px;
18529
+ margin-bottom: 0px;
18530
+ }
18531
+ .checkbox label,
18532
+ .radio label {
18533
+ padding-left: 0px;
18534
+ }
18535
+ .rjsf .checkbox,
18536
+ .rjsf .radio {
18537
+ margin-bottom: 10px;
18538
+ }
18539
+ input[type=checkbox],
18540
+ input[type=radio] {
18541
+ position: absolute !important;
18542
+ height: 1px;
18543
+ width: 1px;
18544
+ overflow: hidden;
18545
+ clip: rect(1px, 1px, 1px, 1px);
18546
+ margin-left: unset;
18547
+ }
18548
+ input[type=checkbox] + label,
18549
+ input[type=checkbox] + span,
18550
+ input[type=radio] + label,
18551
+ input[type=radio] + span {
18552
+ position: relative;
18553
+ padding-left: 22px;
18554
+ margin-top: 5px;
18555
+ margin-bottom: 5px;
18556
+ }
18557
+ input[type=checkbox] + label::before,
18558
+ input[type=checkbox] + span::before,
18559
+ input[type=radio] + label::before,
18560
+ input[type=radio] + span::before {
18561
+ position: absolute;
18562
+ content: "";
18563
+ vertical-align: middle;
18564
+ width: 16px;
18565
+ height: 16px;
18566
+ border: 1px solid #aeb5bc;
18567
+ background: white;
18568
+ }
18569
+ .indeterminate-checkbox input[type=checkbox] + label::before,
18570
+ input[type=checkbox]:checked + label::before,
18571
+ input[type=checkbox]:checked + span::before {
18572
+ border: none;
18573
+ background: #469285;
18574
+ }
18575
+ input[type=checkbox] + label::before,
18576
+ input[type=checkbox] + span::before {
18577
+ top: 0px;
18578
+ left: 0px;
18579
+ }
18580
+ input[type=radio] + label::before,
18581
+ input[type=radio] + span::before {
18582
+ border-radius: 50%;
18583
+ top: 1px;
18584
+ left: 4px;
18585
+ }
18586
+ input[type=checkbox]:focus + label::before,
18587
+ input[type=checkbox]:focus + span::before,
18588
+ input[type=radio]:focus:checked + label::before,
18589
+ input[type=radio]:focus:checked + span::before,
18590
+ input[type=checkbox]:hover:checked:not(:disabled) + label::before,
18591
+ input[type=checkbox]:hover:checked:not(:disabled) + span::before,
18592
+ input[type=radio]:hover:checked:not(:disabled) + label::before,
18593
+ input[type=radio]:hover:checked:not(:disabled) + span::before {
18594
+ box-shadow: 0px 0px 2px 2px #eaeded;
18595
+ }
18596
+ input[type=checkbox]:hover:not(:checked):not(:disabled) + label::before,
18597
+ input[type=checkbox]:hover:not(:checked):not(:disabled) + span::before,
18598
+ input[type=radio]:hover:not(:checked):not(:disabled) + label::before,
18599
+ input[type=radio]:hover:not(:checked):not(:disabled) + span::before {
18600
+ box-shadow: 0px 0px 2px 2px #dfe2e6;
18601
+ }
18602
+ input[type=checkbox]:disabled:checked + label::before,
18603
+ input[type=checkbox]:disabled:checked + span::before {
18604
+ background: #ddd;
18605
+ }
18606
+ input[type=radio]:disabled:checked + label::after,
18607
+ input[type=radio]:disabled:checked + span::after {
18608
+ background: #dfe2e6;
18609
+ }
18610
+ input[type=checkbox]:disabled:not(:checked) + label::before,
18611
+ input[type=checkbox]:disabled:not(:checked) + span::before,
18612
+ input[type=radio]:disabled + label::before,
18613
+ input[type=radio]:disabled + span::before {
18614
+ background: white;
18615
+ }
18616
+ input[type=checkbox]:disabled + label,
18617
+ input[type=checkbox]:disabled + span,
18618
+ input[type=radio]:disabled + label,
18619
+ input[type=radio]:disabled + span {
18620
+ color: #777;
18621
+ }
18622
+ .indeterminate-checkbox input[type=checkbox] + label::after,
18623
+ .indeterminate-checkbox input[type=checkbox] + span::after {
18624
+ content: "\2014";
18625
+ color: white;
18626
+ font-size: 12px;
18627
+ position: absolute;
18628
+ top: -1px;
18629
+ left: 3px;
18630
+ font-weight: bolder;
18631
+ }
18632
+ input[type=checkbox]:checked + label::after,
18633
+ input[type=checkbox]:checked + span::after {
18634
+ content: "";
18635
+ transform: rotate(45deg);
18636
+ height: 9px;
18637
+ width: 4px;
18638
+ border-bottom: 2px solid white;
18639
+ border-right: 2px solid white;
18640
+ position: absolute;
18641
+ top: 2px;
18642
+ left: 6px;
18643
+ }
18644
+ input[type=radio]:checked + label::after,
18645
+ input[type=radio]:checked + span::after {
18646
+ content: "";
18647
+ vertical-align: middle;
18648
+ width: 10px;
18649
+ height: 10px;
18650
+ border-radius: 50%;
18651
+ background: #469285;
18652
+ position: absolute;
18653
+ top: 4px;
18654
+ left: 7px;
18655
+ }
18656
+ input[type=radio] + label,
18657
+ input[type=radio] + span,
18658
+ input[type=radio] + label,
18659
+ input[type=radio] + span {
18660
+ padding-left: 23px;
18661
+ color: #515359;
18662
+ }
18521
18663
  .EnumFacetFilter__dropdown_menu {
18522
18664
  overflow-y: auto;
18523
18665
  max-height: 300px;
@@ -18601,13 +18743,137 @@ button:hover .SRC-column-light-theme .SRC-light-column {
18601
18743
  .EnumFacetFilter__resetSearch {
18602
18744
  right: 5px;
18603
18745
  }
18746
+ .EnumFacetFilter input[type=checkbox],
18747
+ .EnumFacetFilter input[type=radio] {
18748
+ position: absolute !important;
18749
+ height: 1px;
18750
+ width: 1px;
18751
+ overflow: hidden;
18752
+ clip: rect(1px, 1px, 1px, 1px);
18753
+ margin-left: unset;
18754
+ }
18755
+ .EnumFacetFilter input[type=checkbox] + label,
18756
+ .EnumFacetFilter input[type=checkbox] + span,
18757
+ .EnumFacetFilter input[type=radio] + label,
18758
+ .EnumFacetFilter input[type=radio] + span {
18759
+ position: relative;
18760
+ padding-left: 22px;
18761
+ margin-top: 5px;
18762
+ margin-bottom: 5px;
18763
+ }
18764
+ .EnumFacetFilter input[type=checkbox] + label::before,
18765
+ .EnumFacetFilter input[type=checkbox] + span::before,
18766
+ .EnumFacetFilter input[type=radio] + label::before,
18767
+ .EnumFacetFilter input[type=radio] + span::before {
18768
+ position: absolute;
18769
+ content: "";
18770
+ vertical-align: middle;
18771
+ width: 16px;
18772
+ height: 16px;
18773
+ border: 1px solid #aeb5bc;
18774
+ background: white;
18775
+ }
18776
+ .EnumFacetFilter .indeterminate-checkbox input[type=checkbox] + label::before,
18777
+ .EnumFacetFilter input[type=checkbox]:checked + label::before,
18778
+ .EnumFacetFilter input[type=checkbox]:checked + span::before {
18779
+ border: none;
18780
+ background: #469285;
18781
+ }
18782
+ .EnumFacetFilter input[type=checkbox] + label::before,
18783
+ .EnumFacetFilter input[type=checkbox] + span::before {
18784
+ top: 3px;
18785
+ left: 0px;
18786
+ }
18787
+ .EnumFacetFilter input[type=radio] + label::before,
18788
+ .EnumFacetFilter input[type=radio] + span::before {
18789
+ border-radius: 50%;
18790
+ top: 1px;
18791
+ left: 4px;
18792
+ }
18793
+ .EnumFacetFilter input[type=checkbox]:focus + label::before,
18794
+ .EnumFacetFilter input[type=checkbox]:focus + span::before,
18795
+ .EnumFacetFilter input[type=radio]:focus:checked + label::before,
18796
+ .EnumFacetFilter input[type=radio]:focus:checked + span::before,
18797
+ .EnumFacetFilter input[type=checkbox]:hover:checked:not(:disabled) + label::before,
18798
+ .EnumFacetFilter input[type=checkbox]:hover:checked:not(:disabled) + span::before,
18799
+ .EnumFacetFilter input[type=radio]:hover:checked:not(:disabled) + label::before,
18800
+ .EnumFacetFilter input[type=radio]:hover:checked:not(:disabled) + span::before {
18801
+ box-shadow: 0px 0px 2px 2px #eaeded;
18802
+ }
18803
+ .EnumFacetFilter input[type=checkbox]:hover:not(:checked):not(:disabled) + label::before,
18804
+ .EnumFacetFilter input[type=checkbox]:hover:not(:checked):not(:disabled) + span::before,
18805
+ .EnumFacetFilter input[type=radio]:hover:not(:checked):not(:disabled) + label::before,
18806
+ .EnumFacetFilter input[type=radio]:hover:not(:checked):not(:disabled) + span::before {
18807
+ box-shadow: 0px 0px 2px 2px #dfe2e6;
18808
+ }
18809
+ .EnumFacetFilter input[type=checkbox]:disabled:checked + label::before,
18810
+ .EnumFacetFilter input[type=checkbox]:disabled:checked + span::before {
18811
+ background: #ddd;
18812
+ }
18813
+ .EnumFacetFilter input[type=radio]:disabled:checked + label::after,
18814
+ .EnumFacetFilter input[type=radio]:disabled:checked + span::after {
18815
+ background: #dfe2e6;
18816
+ }
18817
+ .EnumFacetFilter input[type=checkbox]:disabled:not(:checked) + label::before,
18818
+ .EnumFacetFilter input[type=checkbox]:disabled:not(:checked) + span::before,
18819
+ .EnumFacetFilter input[type=radio]:disabled + label::before,
18820
+ .EnumFacetFilter input[type=radio]:disabled + span::before {
18821
+ background: white;
18822
+ }
18823
+ .EnumFacetFilter input[type=checkbox]:disabled + label,
18824
+ .EnumFacetFilter input[type=checkbox]:disabled + span,
18825
+ .EnumFacetFilter input[type=radio]:disabled + label,
18826
+ .EnumFacetFilter input[type=radio]:disabled + span {
18827
+ color: #777;
18828
+ }
18829
+ .EnumFacetFilter .indeterminate-checkbox input[type=checkbox] + label::after,
18830
+ .EnumFacetFilter .indeterminate-checkbox input[type=checkbox] + span::after {
18831
+ content: "\2014";
18832
+ color: white;
18833
+ font-size: 12px;
18834
+ position: absolute;
18835
+ top: 2px;
18836
+ left: 3px;
18837
+ font-weight: bolder;
18838
+ }
18839
+ .EnumFacetFilter input[type=checkbox]:checked + label::after,
18840
+ .EnumFacetFilter input[type=checkbox]:checked + span::after {
18841
+ content: "";
18842
+ transform: rotate(45deg);
18843
+ height: 9px;
18844
+ width: 4px;
18845
+ border-bottom: 2px solid white;
18846
+ border-right: 2px solid white;
18847
+ position: absolute;
18848
+ top: 5px;
18849
+ left: 6px;
18850
+ }
18851
+ .EnumFacetFilter input[type=radio]:checked + label::after,
18852
+ .EnumFacetFilter input[type=radio]:checked + span::after {
18853
+ content: "";
18854
+ vertical-align: middle;
18855
+ width: 10px;
18856
+ height: 10px;
18857
+ border-radius: 50%;
18858
+ background: #469285;
18859
+ position: absolute;
18860
+ top: 4px;
18861
+ left: 7px;
18862
+ }
18863
+ .EnumFacetFilter input[type=radio] + label,
18864
+ .EnumFacetFilter input[type=radio] + span,
18865
+ .EnumFacetFilter input[type=radio] + label,
18866
+ .EnumFacetFilter input[type=radio] + span {
18867
+ padding-left: 23px;
18868
+ color: #515359;
18869
+ }
18604
18870
  .EnumFacetFilter__checkbox > label {
18605
18871
  display: flex;
18606
18872
  flex-wrap: nowrap;
18607
18873
  }
18608
18874
  .EnumFacetFilter__checkbox > label::before {
18609
18875
  flex: none;
18610
- align-self: center;
18876
+ align-self: start;
18611
18877
  }
18612
18878
  .EnumFacetFilter__checkbox > label > span {
18613
18879
  margin-left: 2px;
@@ -20632,6 +20898,145 @@ button:hover .SRC-column-light-theme .SRC-light-column {
20632
20898
  border-right: none;
20633
20899
  background-color: transparent;
20634
20900
  }
20901
+ .checkbox,
20902
+ .radio {
20903
+ padding-left: 0px;
20904
+ min-width: 27px;
20905
+ margin-top: 0px;
20906
+ margin-bottom: 0px;
20907
+ }
20908
+ .checkbox label,
20909
+ .radio label {
20910
+ padding-left: 0px;
20911
+ }
20912
+ .rjsf .checkbox,
20913
+ .rjsf .radio {
20914
+ margin-bottom: 10px;
20915
+ }
20916
+ input[type=checkbox],
20917
+ input[type=radio] {
20918
+ position: absolute !important;
20919
+ height: 1px;
20920
+ width: 1px;
20921
+ overflow: hidden;
20922
+ clip: rect(1px, 1px, 1px, 1px);
20923
+ margin-left: unset;
20924
+ }
20925
+ input[type=checkbox] + label,
20926
+ input[type=checkbox] + span,
20927
+ input[type=radio] + label,
20928
+ input[type=radio] + span {
20929
+ position: relative;
20930
+ padding-left: 22px;
20931
+ margin-top: 5px;
20932
+ margin-bottom: 5px;
20933
+ }
20934
+ input[type=checkbox] + label::before,
20935
+ input[type=checkbox] + span::before,
20936
+ input[type=radio] + label::before,
20937
+ input[type=radio] + span::before {
20938
+ position: absolute;
20939
+ content: "";
20940
+ vertical-align: middle;
20941
+ width: 16px;
20942
+ height: 16px;
20943
+ border: 1px solid #aeb5bc;
20944
+ background: white;
20945
+ }
20946
+ .indeterminate-checkbox input[type=checkbox] + label::before,
20947
+ input[type=checkbox]:checked + label::before,
20948
+ input[type=checkbox]:checked + span::before {
20949
+ border: none;
20950
+ background: #469285;
20951
+ }
20952
+ input[type=checkbox] + label::before,
20953
+ input[type=checkbox] + span::before {
20954
+ top: 0px;
20955
+ left: 0px;
20956
+ }
20957
+ input[type=radio] + label::before,
20958
+ input[type=radio] + span::before {
20959
+ border-radius: 50%;
20960
+ top: 1px;
20961
+ left: 4px;
20962
+ }
20963
+ input[type=checkbox]:focus + label::before,
20964
+ input[type=checkbox]:focus + span::before,
20965
+ input[type=radio]:focus:checked + label::before,
20966
+ input[type=radio]:focus:checked + span::before,
20967
+ input[type=checkbox]:hover:checked:not(:disabled) + label::before,
20968
+ input[type=checkbox]:hover:checked:not(:disabled) + span::before,
20969
+ input[type=radio]:hover:checked:not(:disabled) + label::before,
20970
+ input[type=radio]:hover:checked:not(:disabled) + span::before {
20971
+ box-shadow: 0px 0px 2px 2px #eaeded;
20972
+ }
20973
+ input[type=checkbox]:hover:not(:checked):not(:disabled) + label::before,
20974
+ input[type=checkbox]:hover:not(:checked):not(:disabled) + span::before,
20975
+ input[type=radio]:hover:not(:checked):not(:disabled) + label::before,
20976
+ input[type=radio]:hover:not(:checked):not(:disabled) + span::before {
20977
+ box-shadow: 0px 0px 2px 2px #dfe2e6;
20978
+ }
20979
+ input[type=checkbox]:disabled:checked + label::before,
20980
+ input[type=checkbox]:disabled:checked + span::before {
20981
+ background: #ddd;
20982
+ }
20983
+ input[type=radio]:disabled:checked + label::after,
20984
+ input[type=radio]:disabled:checked + span::after {
20985
+ background: #dfe2e6;
20986
+ }
20987
+ input[type=checkbox]:disabled:not(:checked) + label::before,
20988
+ input[type=checkbox]:disabled:not(:checked) + span::before,
20989
+ input[type=radio]:disabled + label::before,
20990
+ input[type=radio]:disabled + span::before {
20991
+ background: white;
20992
+ }
20993
+ input[type=checkbox]:disabled + label,
20994
+ input[type=checkbox]:disabled + span,
20995
+ input[type=radio]:disabled + label,
20996
+ input[type=radio]:disabled + span {
20997
+ color: #777;
20998
+ }
20999
+ .indeterminate-checkbox input[type=checkbox] + label::after,
21000
+ .indeterminate-checkbox input[type=checkbox] + span::after {
21001
+ content: "\2014";
21002
+ color: white;
21003
+ font-size: 12px;
21004
+ position: absolute;
21005
+ top: -1px;
21006
+ left: 3px;
21007
+ font-weight: bolder;
21008
+ }
21009
+ input[type=checkbox]:checked + label::after,
21010
+ input[type=checkbox]:checked + span::after {
21011
+ content: "";
21012
+ transform: rotate(45deg);
21013
+ height: 9px;
21014
+ width: 4px;
21015
+ border-bottom: 2px solid white;
21016
+ border-right: 2px solid white;
21017
+ position: absolute;
21018
+ top: 2px;
21019
+ left: 6px;
21020
+ }
21021
+ input[type=radio]:checked + label::after,
21022
+ input[type=radio]:checked + span::after {
21023
+ content: "";
21024
+ vertical-align: middle;
21025
+ width: 10px;
21026
+ height: 10px;
21027
+ border-radius: 50%;
21028
+ background: #469285;
21029
+ position: absolute;
21030
+ top: 4px;
21031
+ left: 7px;
21032
+ }
21033
+ input[type=radio] + label,
21034
+ input[type=radio] + span,
21035
+ input[type=radio] + label,
21036
+ input[type=radio] + span {
21037
+ padding-left: 23px;
21038
+ color: #515359;
21039
+ }
20635
21040
  .DetailsViewTable {
20636
21041
  box-shadow: 0 2px 4px 0 #eeeeee;
20637
21042
  background-color: #ffffff;
@@ -20866,9 +21271,133 @@ button:hover .SRC-column-light-theme .SRC-light-column {
20866
21271
  border-bottom: 1px solid #dcdcdc;
20867
21272
  overflow-y: hidden;
20868
21273
  }
20869
- .DetailsViewTable__header {
21274
+ .DetailsViewTable .DetailsViewTable__header {
20870
21275
  box-shadow: 3px 3px 7px -1px rgba(0, 0, 30, 0.2);
20871
21276
  }
21277
+ .DetailsViewTable input[type=checkbox],
21278
+ .DetailsViewTable input[type=radio] {
21279
+ position: absolute !important;
21280
+ height: 1px;
21281
+ width: 1px;
21282
+ overflow: hidden;
21283
+ clip: rect(1px, 1px, 1px, 1px);
21284
+ margin-left: unset;
21285
+ }
21286
+ .DetailsViewTable input[type=checkbox] + label,
21287
+ .DetailsViewTable input[type=checkbox] + span,
21288
+ .DetailsViewTable input[type=radio] + label,
21289
+ .DetailsViewTable input[type=radio] + span {
21290
+ position: relative;
21291
+ padding-left: 22px;
21292
+ margin-top: 5px;
21293
+ margin-bottom: 5px;
21294
+ }
21295
+ .DetailsViewTable input[type=checkbox] + label::before,
21296
+ .DetailsViewTable input[type=checkbox] + span::before,
21297
+ .DetailsViewTable input[type=radio] + label::before,
21298
+ .DetailsViewTable input[type=radio] + span::before {
21299
+ position: absolute;
21300
+ content: "";
21301
+ vertical-align: middle;
21302
+ width: 16px;
21303
+ height: 16px;
21304
+ border: 1px solid #aeb5bc;
21305
+ background: white;
21306
+ }
21307
+ .DetailsViewTable .indeterminate-checkbox input[type=checkbox] + label::before,
21308
+ .DetailsViewTable input[type=checkbox]:checked + label::before,
21309
+ .DetailsViewTable input[type=checkbox]:checked + span::before {
21310
+ border: none;
21311
+ background: #469285;
21312
+ }
21313
+ .DetailsViewTable input[type=checkbox] + label::before,
21314
+ .DetailsViewTable input[type=checkbox] + span::before {
21315
+ top: 3px;
21316
+ left: 0px;
21317
+ }
21318
+ .DetailsViewTable input[type=radio] + label::before,
21319
+ .DetailsViewTable input[type=radio] + span::before {
21320
+ border-radius: 50%;
21321
+ top: 1px;
21322
+ left: 4px;
21323
+ }
21324
+ .DetailsViewTable input[type=checkbox]:focus + label::before,
21325
+ .DetailsViewTable input[type=checkbox]:focus + span::before,
21326
+ .DetailsViewTable input[type=radio]:focus:checked + label::before,
21327
+ .DetailsViewTable input[type=radio]:focus:checked + span::before,
21328
+ .DetailsViewTable input[type=checkbox]:hover:checked:not(:disabled) + label::before,
21329
+ .DetailsViewTable input[type=checkbox]:hover:checked:not(:disabled) + span::before,
21330
+ .DetailsViewTable input[type=radio]:hover:checked:not(:disabled) + label::before,
21331
+ .DetailsViewTable input[type=radio]:hover:checked:not(:disabled) + span::before {
21332
+ box-shadow: 0px 0px 2px 2px #eaeded;
21333
+ }
21334
+ .DetailsViewTable input[type=checkbox]:hover:not(:checked):not(:disabled) + label::before,
21335
+ .DetailsViewTable input[type=checkbox]:hover:not(:checked):not(:disabled) + span::before,
21336
+ .DetailsViewTable input[type=radio]:hover:not(:checked):not(:disabled) + label::before,
21337
+ .DetailsViewTable input[type=radio]:hover:not(:checked):not(:disabled) + span::before {
21338
+ box-shadow: 0px 0px 2px 2px #dfe2e6;
21339
+ }
21340
+ .DetailsViewTable input[type=checkbox]:disabled:checked + label::before,
21341
+ .DetailsViewTable input[type=checkbox]:disabled:checked + span::before {
21342
+ background: #ddd;
21343
+ }
21344
+ .DetailsViewTable input[type=radio]:disabled:checked + label::after,
21345
+ .DetailsViewTable input[type=radio]:disabled:checked + span::after {
21346
+ background: #dfe2e6;
21347
+ }
21348
+ .DetailsViewTable input[type=checkbox]:disabled:not(:checked) + label::before,
21349
+ .DetailsViewTable input[type=checkbox]:disabled:not(:checked) + span::before,
21350
+ .DetailsViewTable input[type=radio]:disabled + label::before,
21351
+ .DetailsViewTable input[type=radio]:disabled + span::before {
21352
+ background: white;
21353
+ }
21354
+ .DetailsViewTable input[type=checkbox]:disabled + label,
21355
+ .DetailsViewTable input[type=checkbox]:disabled + span,
21356
+ .DetailsViewTable input[type=radio]:disabled + label,
21357
+ .DetailsViewTable input[type=radio]:disabled + span {
21358
+ color: #777;
21359
+ }
21360
+ .DetailsViewTable .indeterminate-checkbox input[type=checkbox] + label::after,
21361
+ .DetailsViewTable .indeterminate-checkbox input[type=checkbox] + span::after {
21362
+ content: "\2014";
21363
+ color: white;
21364
+ font-size: 12px;
21365
+ position: absolute;
21366
+ top: 2px;
21367
+ left: 3px;
21368
+ font-weight: bolder;
21369
+ }
21370
+ .DetailsViewTable input[type=checkbox]:checked + label::after,
21371
+ .DetailsViewTable input[type=checkbox]:checked + span::after {
21372
+ content: "";
21373
+ transform: rotate(45deg);
21374
+ height: 9px;
21375
+ width: 4px;
21376
+ border-bottom: 2px solid white;
21377
+ border-right: 2px solid white;
21378
+ position: absolute;
21379
+ top: 5px;
21380
+ left: 6px;
21381
+ }
21382
+ .DetailsViewTable input[type=radio]:checked + label::after,
21383
+ .DetailsViewTable input[type=radio]:checked + span::after {
21384
+ content: "";
21385
+ vertical-align: middle;
21386
+ width: 10px;
21387
+ height: 10px;
21388
+ border-radius: 50%;
21389
+ background: #469285;
21390
+ position: absolute;
21391
+ top: 4px;
21392
+ left: 7px;
21393
+ }
21394
+ .DetailsViewTable input[type=radio] + label,
21395
+ .DetailsViewTable input[type=radio] + span,
21396
+ .DetailsViewTable input[type=radio] + label,
21397
+ .DetailsViewTable input[type=radio] + span {
21398
+ padding-left: 23px;
21399
+ color: #515359;
21400
+ }
20872
21401
  .EntityFinderDetailsView {
20873
21402
  height: 500px;
20874
21403
  width: 100%;
@@ -20899,18 +21428,13 @@ button:hover .SRC-column-light-theme .SRC-light-column {
20899
21428
  background: #f9f9f9;
20900
21429
  }
20901
21430
  .EntityFinderDetailsViewRow[aria-disabled=false][aria-selected=false]:hover {
20902
- background-color: rgba(8, 136, 216, 0.2);
21431
+ background-color: #edf0f2;
20903
21432
  }
20904
21433
  .EntityFinderDetailsViewRow[aria-disabled=false][aria-selected=true]:hover {
20905
- background-color: #0778bf;
21434
+ background-color: #6ba097;
20906
21435
  }
20907
21436
  .EntityFinderDetailsViewRow[aria-selected=true] {
20908
- color: white;
20909
- background-color: #0888d8;
20910
- }
20911
- .EntityFinderDetailsViewRow[aria-selected=true] .UserCardSmall {
20912
- color: white !important;
20913
- border-color: white !important;
21437
+ background-color: #8ab4ad;
20914
21438
  }
20915
21439
  .EntityFinderDetailsViewRow[aria-disabled=true] {
20916
21440
  opacity: 0.5;
@@ -21220,7 +21744,7 @@ button:hover .SRC-column-light-theme .SRC-light-column {
21220
21744
  .TreeView.BrowseTree .Node[aria-disabled=false][aria-selected=false] > .EntityName:hover {
21221
21745
  text-underline-offset: 2px;
21222
21746
  }
21223
- .TreeView.BrowseTree .Node.BrowseNode[aria-disabled=false][aria-selected=true] > .EntityName > span {
21747
+ .TreeView.BrowseTree .Node.BrowseNode[aria-disabled=false][aria-selected=true] > .EntityName {
21224
21748
  font-weight: bold;
21225
21749
  }
21226
21750
  .terms-conditions .view-terms a,
@@ -21346,17 +21870,13 @@ button:hover .SRC-column-light-theme .SRC-light-column {
21346
21870
  margin-bottom: 3px;
21347
21871
  }
21348
21872
  .TreeView.SelectTree .Tree .Node.SelectNode[aria-selected=true] {
21349
- background: #0888d8;
21350
- color: white;
21351
- }
21352
- .TreeView.SelectTree .Tree .Node.SelectNode[aria-selected=true] > .ExpandButton {
21353
- color: white;
21873
+ background: #8ab4ad;
21354
21874
  }
21355
21875
  .TreeView.SelectTree .Tree .Node.SelectNode[aria-selected=true]:hover {
21356
- background-color: #0778bf;
21876
+ background-color: #6ba097;
21357
21877
  }
21358
21878
  .TreeView.SelectTree .Node[aria-disabled=false]:hover {
21359
- background-color: rgba(8, 136, 216, 0.2);
21879
+ background-color: #edf0f2;
21360
21880
  }
21361
21881
  .terms-conditions .view-terms a,
21362
21882
  .terms-conditions .view-terms a:active:focus,
@@ -22671,6 +23191,145 @@ table.DownloadListTableV2 td {
22671
23191
  box-shadow: none;
22672
23192
  border-radius: 2px;
22673
23193
  }
23194
+ .checkbox,
23195
+ .radio {
23196
+ padding-left: 0px;
23197
+ min-width: 27px;
23198
+ margin-top: 0px;
23199
+ margin-bottom: 0px;
23200
+ }
23201
+ .checkbox label,
23202
+ .radio label {
23203
+ padding-left: 0px;
23204
+ }
23205
+ .rjsf .checkbox,
23206
+ .rjsf .radio {
23207
+ margin-bottom: 10px;
23208
+ }
23209
+ input[type=checkbox],
23210
+ input[type=radio] {
23211
+ position: absolute !important;
23212
+ height: 1px;
23213
+ width: 1px;
23214
+ overflow: hidden;
23215
+ clip: rect(1px, 1px, 1px, 1px);
23216
+ margin-left: unset;
23217
+ }
23218
+ input[type=checkbox] + label,
23219
+ input[type=checkbox] + span,
23220
+ input[type=radio] + label,
23221
+ input[type=radio] + span {
23222
+ position: relative;
23223
+ padding-left: 22px;
23224
+ margin-top: 5px;
23225
+ margin-bottom: 5px;
23226
+ }
23227
+ input[type=checkbox] + label::before,
23228
+ input[type=checkbox] + span::before,
23229
+ input[type=radio] + label::before,
23230
+ input[type=radio] + span::before {
23231
+ position: absolute;
23232
+ content: "";
23233
+ vertical-align: middle;
23234
+ width: 16px;
23235
+ height: 16px;
23236
+ border: 1px solid #aeb5bc;
23237
+ background: white;
23238
+ }
23239
+ .indeterminate-checkbox input[type=checkbox] + label::before,
23240
+ input[type=checkbox]:checked + label::before,
23241
+ input[type=checkbox]:checked + span::before {
23242
+ border: none;
23243
+ background: #469285;
23244
+ }
23245
+ input[type=checkbox] + label::before,
23246
+ input[type=checkbox] + span::before {
23247
+ top: 0px;
23248
+ left: 0px;
23249
+ }
23250
+ input[type=radio] + label::before,
23251
+ input[type=radio] + span::before {
23252
+ border-radius: 50%;
23253
+ top: 1px;
23254
+ left: 4px;
23255
+ }
23256
+ input[type=checkbox]:focus + label::before,
23257
+ input[type=checkbox]:focus + span::before,
23258
+ input[type=radio]:focus:checked + label::before,
23259
+ input[type=radio]:focus:checked + span::before,
23260
+ input[type=checkbox]:hover:checked:not(:disabled) + label::before,
23261
+ input[type=checkbox]:hover:checked:not(:disabled) + span::before,
23262
+ input[type=radio]:hover:checked:not(:disabled) + label::before,
23263
+ input[type=radio]:hover:checked:not(:disabled) + span::before {
23264
+ box-shadow: 0px 0px 2px 2px #eaeded;
23265
+ }
23266
+ input[type=checkbox]:hover:not(:checked):not(:disabled) + label::before,
23267
+ input[type=checkbox]:hover:not(:checked):not(:disabled) + span::before,
23268
+ input[type=radio]:hover:not(:checked):not(:disabled) + label::before,
23269
+ input[type=radio]:hover:not(:checked):not(:disabled) + span::before {
23270
+ box-shadow: 0px 0px 2px 2px #dfe2e6;
23271
+ }
23272
+ input[type=checkbox]:disabled:checked + label::before,
23273
+ input[type=checkbox]:disabled:checked + span::before {
23274
+ background: #ddd;
23275
+ }
23276
+ input[type=radio]:disabled:checked + label::after,
23277
+ input[type=radio]:disabled:checked + span::after {
23278
+ background: #dfe2e6;
23279
+ }
23280
+ input[type=checkbox]:disabled:not(:checked) + label::before,
23281
+ input[type=checkbox]:disabled:not(:checked) + span::before,
23282
+ input[type=radio]:disabled + label::before,
23283
+ input[type=radio]:disabled + span::before {
23284
+ background: white;
23285
+ }
23286
+ input[type=checkbox]:disabled + label,
23287
+ input[type=checkbox]:disabled + span,
23288
+ input[type=radio]:disabled + label,
23289
+ input[type=radio]:disabled + span {
23290
+ color: #777;
23291
+ }
23292
+ .indeterminate-checkbox input[type=checkbox] + label::after,
23293
+ .indeterminate-checkbox input[type=checkbox] + span::after {
23294
+ content: "\2014";
23295
+ color: white;
23296
+ font-size: 12px;
23297
+ position: absolute;
23298
+ top: -1px;
23299
+ left: 3px;
23300
+ font-weight: bolder;
23301
+ }
23302
+ input[type=checkbox]:checked + label::after,
23303
+ input[type=checkbox]:checked + span::after {
23304
+ content: "";
23305
+ transform: rotate(45deg);
23306
+ height: 9px;
23307
+ width: 4px;
23308
+ border-bottom: 2px solid white;
23309
+ border-right: 2px solid white;
23310
+ position: absolute;
23311
+ top: 2px;
23312
+ left: 6px;
23313
+ }
23314
+ input[type=radio]:checked + label::after,
23315
+ input[type=radio]:checked + span::after {
23316
+ content: "";
23317
+ vertical-align: middle;
23318
+ width: 10px;
23319
+ height: 10px;
23320
+ border-radius: 50%;
23321
+ background: #469285;
23322
+ position: absolute;
23323
+ top: 4px;
23324
+ left: 7px;
23325
+ }
23326
+ input[type=radio] + label,
23327
+ input[type=radio] + span,
23328
+ input[type=radio] + label,
23329
+ input[type=radio] + span {
23330
+ padding-left: 23px;
23331
+ color: #515359;
23332
+ }
22674
23333
  .DatasetEditor {
22675
23334
  border: 1px solid #eaecee;
22676
23335
  }
@@ -22694,6 +23353,130 @@ table.DownloadListTableV2 td {
22694
23353
  width: 100%;
22695
23354
  overflow-x: auto;
22696
23355
  }
23356
+ .DatasetEditor .DatasetEditorTableContainer input[type=checkbox],
23357
+ .DatasetEditor .DatasetEditorTableContainer input[type=radio] {
23358
+ position: absolute !important;
23359
+ height: 1px;
23360
+ width: 1px;
23361
+ overflow: hidden;
23362
+ clip: rect(1px, 1px, 1px, 1px);
23363
+ margin-left: unset;
23364
+ }
23365
+ .DatasetEditor .DatasetEditorTableContainer input[type=checkbox] + label,
23366
+ .DatasetEditor .DatasetEditorTableContainer input[type=checkbox] + span,
23367
+ .DatasetEditor .DatasetEditorTableContainer input[type=radio] + label,
23368
+ .DatasetEditor .DatasetEditorTableContainer input[type=radio] + span {
23369
+ position: relative;
23370
+ padding-left: 22px;
23371
+ margin-top: 5px;
23372
+ margin-bottom: 5px;
23373
+ }
23374
+ .DatasetEditor .DatasetEditorTableContainer input[type=checkbox] + label::before,
23375
+ .DatasetEditor .DatasetEditorTableContainer input[type=checkbox] + span::before,
23376
+ .DatasetEditor .DatasetEditorTableContainer input[type=radio] + label::before,
23377
+ .DatasetEditor .DatasetEditorTableContainer input[type=radio] + span::before {
23378
+ position: absolute;
23379
+ content: "";
23380
+ vertical-align: middle;
23381
+ width: 16px;
23382
+ height: 16px;
23383
+ border: 1px solid #aeb5bc;
23384
+ background: white;
23385
+ }
23386
+ .DatasetEditor .DatasetEditorTableContainer .indeterminate-checkbox input[type=checkbox] + label::before,
23387
+ .DatasetEditor .DatasetEditorTableContainer input[type=checkbox]:checked + label::before,
23388
+ .DatasetEditor .DatasetEditorTableContainer input[type=checkbox]:checked + span::before {
23389
+ border: none;
23390
+ background: #469285;
23391
+ }
23392
+ .DatasetEditor .DatasetEditorTableContainer input[type=checkbox] + label::before,
23393
+ .DatasetEditor .DatasetEditorTableContainer input[type=checkbox] + span::before {
23394
+ top: 5px;
23395
+ left: 0px;
23396
+ }
23397
+ .DatasetEditor .DatasetEditorTableContainer input[type=radio] + label::before,
23398
+ .DatasetEditor .DatasetEditorTableContainer input[type=radio] + span::before {
23399
+ border-radius: 50%;
23400
+ top: 1px;
23401
+ left: 4px;
23402
+ }
23403
+ .DatasetEditor .DatasetEditorTableContainer input[type=checkbox]:focus + label::before,
23404
+ .DatasetEditor .DatasetEditorTableContainer input[type=checkbox]:focus + span::before,
23405
+ .DatasetEditor .DatasetEditorTableContainer input[type=radio]:focus:checked + label::before,
23406
+ .DatasetEditor .DatasetEditorTableContainer input[type=radio]:focus:checked + span::before,
23407
+ .DatasetEditor .DatasetEditorTableContainer input[type=checkbox]:hover:checked:not(:disabled) + label::before,
23408
+ .DatasetEditor .DatasetEditorTableContainer input[type=checkbox]:hover:checked:not(:disabled) + span::before,
23409
+ .DatasetEditor .DatasetEditorTableContainer input[type=radio]:hover:checked:not(:disabled) + label::before,
23410
+ .DatasetEditor .DatasetEditorTableContainer input[type=radio]:hover:checked:not(:disabled) + span::before {
23411
+ box-shadow: 0px 0px 2px 2px #eaeded;
23412
+ }
23413
+ .DatasetEditor .DatasetEditorTableContainer input[type=checkbox]:hover:not(:checked):not(:disabled) + label::before,
23414
+ .DatasetEditor .DatasetEditorTableContainer input[type=checkbox]:hover:not(:checked):not(:disabled) + span::before,
23415
+ .DatasetEditor .DatasetEditorTableContainer input[type=radio]:hover:not(:checked):not(:disabled) + label::before,
23416
+ .DatasetEditor .DatasetEditorTableContainer input[type=radio]:hover:not(:checked):not(:disabled) + span::before {
23417
+ box-shadow: 0px 0px 2px 2px #dfe2e6;
23418
+ }
23419
+ .DatasetEditor .DatasetEditorTableContainer input[type=checkbox]:disabled:checked + label::before,
23420
+ .DatasetEditor .DatasetEditorTableContainer input[type=checkbox]:disabled:checked + span::before {
23421
+ background: #ddd;
23422
+ }
23423
+ .DatasetEditor .DatasetEditorTableContainer input[type=radio]:disabled:checked + label::after,
23424
+ .DatasetEditor .DatasetEditorTableContainer input[type=radio]:disabled:checked + span::after {
23425
+ background: #dfe2e6;
23426
+ }
23427
+ .DatasetEditor .DatasetEditorTableContainer input[type=checkbox]:disabled:not(:checked) + label::before,
23428
+ .DatasetEditor .DatasetEditorTableContainer input[type=checkbox]:disabled:not(:checked) + span::before,
23429
+ .DatasetEditor .DatasetEditorTableContainer input[type=radio]:disabled + label::before,
23430
+ .DatasetEditor .DatasetEditorTableContainer input[type=radio]:disabled + span::before {
23431
+ background: white;
23432
+ }
23433
+ .DatasetEditor .DatasetEditorTableContainer input[type=checkbox]:disabled + label,
23434
+ .DatasetEditor .DatasetEditorTableContainer input[type=checkbox]:disabled + span,
23435
+ .DatasetEditor .DatasetEditorTableContainer input[type=radio]:disabled + label,
23436
+ .DatasetEditor .DatasetEditorTableContainer input[type=radio]:disabled + span {
23437
+ color: #777;
23438
+ }
23439
+ .DatasetEditor .DatasetEditorTableContainer .indeterminate-checkbox input[type=checkbox] + label::after,
23440
+ .DatasetEditor .DatasetEditorTableContainer .indeterminate-checkbox input[type=checkbox] + span::after {
23441
+ content: "\2014";
23442
+ color: white;
23443
+ font-size: 12px;
23444
+ position: absolute;
23445
+ top: 4px;
23446
+ left: 3px;
23447
+ font-weight: bolder;
23448
+ }
23449
+ .DatasetEditor .DatasetEditorTableContainer input[type=checkbox]:checked + label::after,
23450
+ .DatasetEditor .DatasetEditorTableContainer input[type=checkbox]:checked + span::after {
23451
+ content: "";
23452
+ transform: rotate(45deg);
23453
+ height: 9px;
23454
+ width: 4px;
23455
+ border-bottom: 2px solid white;
23456
+ border-right: 2px solid white;
23457
+ position: absolute;
23458
+ top: 7px;
23459
+ left: 6px;
23460
+ }
23461
+ .DatasetEditor .DatasetEditorTableContainer input[type=radio]:checked + label::after,
23462
+ .DatasetEditor .DatasetEditorTableContainer input[type=radio]:checked + span::after {
23463
+ content: "";
23464
+ vertical-align: middle;
23465
+ width: 10px;
23466
+ height: 10px;
23467
+ border-radius: 50%;
23468
+ background: #469285;
23469
+ position: absolute;
23470
+ top: 4px;
23471
+ left: 7px;
23472
+ }
23473
+ .DatasetEditor .DatasetEditorTableContainer input[type=radio] + label,
23474
+ .DatasetEditor .DatasetEditorTableContainer input[type=radio] + span,
23475
+ .DatasetEditor .DatasetEditorTableContainer input[type=radio] + label,
23476
+ .DatasetEditor .DatasetEditorTableContainer input[type=radio] + span {
23477
+ padding-left: 23px;
23478
+ color: #515359;
23479
+ }
22697
23480
  .DatasetEditor .DatasetEditorTableContainer .DatasetEditorTable p {
22698
23481
  margin-bottom: unset;
22699
23482
  }
@@ -22721,6 +23504,9 @@ table.DownloadListTableV2 td {
22721
23504
  text-overflow: ellipsis;
22722
23505
  white-space: nowrap;
22723
23506
  }
23507
+ .EntityNameWithIconRenderer svg {
23508
+ margin-bottom: 3px;
23509
+ }
22724
23510
  .EntityErrorRenderer {
22725
23511
  color: #cc9f00;
22726
23512
  }