@vuu-ui/vuu-filters 0.8.10-debug → 0.8.11-debug

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 (77) hide show
  1. package/cjs/index.js +1460 -646
  2. package/cjs/index.js.map +4 -4
  3. package/esm/index.js +1430 -581
  4. package/esm/index.js.map +4 -4
  5. package/index.css +608 -2
  6. package/index.css.map +3 -3
  7. package/package.json +10 -10
  8. package/types/{vuu-filters/src/filter-bar → filter-bar}/FilterBar.d.ts +1 -2
  9. package/types/{vuu-filters/src/filter-bar → filter-bar}/useFilterBar.d.ts +4 -3
  10. package/types/{vuu-filters/src/filter-bar → filter-bar}/useFilters.d.ts +1 -1
  11. package/types/{vuu-filters/src/filter-builder-menu → filter-builder-menu}/FilterBuilderMenu.d.ts +1 -1
  12. package/types/filter-clause/ExpandoCombobox.d.ts +9 -0
  13. package/types/{vuu-filters/src/filter-clause → filter-clause}/filterClauseTypes.d.ts +1 -1
  14. package/types/{vuu-filters/src/filter-clause → filter-clause}/useFilterClauseEditor.d.ts +8 -4
  15. package/types/vuu-filters/src/filter-clause/ExpandoCombobox.d.ts +0 -10
  16. package/types/vuu-popups/src/dialog/Dialog.d.ts +0 -8
  17. package/types/vuu-popups/src/dialog/index.d.ts +0 -1
  18. package/types/vuu-popups/src/index.d.ts +0 -8
  19. package/types/vuu-popups/src/menu/ContextMenu.d.ts +0 -16
  20. package/types/vuu-popups/src/menu/MenuList.d.ts +0 -43
  21. package/types/vuu-popups/src/menu/context-menu-provider.d.ts +0 -10
  22. package/types/vuu-popups/src/menu/index.d.ts +0 -4
  23. package/types/vuu-popups/src/menu/key-code.d.ts +0 -12
  24. package/types/vuu-popups/src/menu/list-dom-utils.d.ts +0 -4
  25. package/types/vuu-popups/src/menu/use-cascade.d.ts +0 -25
  26. package/types/vuu-popups/src/menu/use-items-with-ids-next.d.ts +0 -13
  27. package/types/vuu-popups/src/menu/use-keyboard-navigation.d.ts +0 -27
  28. package/types/vuu-popups/src/menu/useContextMenu.d.ts +0 -20
  29. package/types/vuu-popups/src/menu/utils.d.ts +0 -2
  30. package/types/vuu-popups/src/popup/Popup.d.ts +0 -10
  31. package/types/vuu-popups/src/popup/index.d.ts +0 -3
  32. package/types/vuu-popups/src/popup/popup-service.d.ts +0 -59
  33. package/types/vuu-popups/src/popup/useAnchoredPosition.d.ts +0 -12
  34. package/types/vuu-popups/src/popup-menu/PopupMenu.d.ts +0 -16
  35. package/types/vuu-popups/src/popup-menu/index.d.ts +0 -1
  36. package/types/vuu-popups/src/portal/Portal.d.ts +0 -30
  37. package/types/vuu-popups/src/portal/index.d.ts +0 -1
  38. package/types/vuu-popups/src/portal-deprecated/PortalDeprecated.d.ts +0 -8
  39. package/types/vuu-popups/src/portal-deprecated/index.d.ts +0 -3
  40. package/types/vuu-popups/src/portal-deprecated/portal-utils.d.ts +0 -1
  41. package/types/vuu-popups/src/portal-deprecated/render-portal.d.ts +0 -10
  42. package/types/vuu-popups/src/prompt/Prompt.d.ts +0 -14
  43. package/types/vuu-popups/src/prompt/index.d.ts +0 -1
  44. package/types/vuu-popups/src/tooltip/Tooltip.d.ts +0 -12
  45. package/types/vuu-popups/src/tooltip/index.d.ts +0 -2
  46. package/types/vuu-popups/src/tooltip/useAnchoredPosition.d.ts +0 -12
  47. package/types/vuu-popups/src/tooltip/useTooltip.d.ts +0 -16
  48. /package/types/{vuu-filters/src/column-filter → column-filter}/utils.d.ts +0 -0
  49. /package/types/{vuu-filters/src/filter-bar → filter-bar}/index.d.ts +0 -0
  50. /package/types/{vuu-filters/src/filter-builder-menu → filter-builder-menu}/index.d.ts +0 -0
  51. /package/types/{vuu-filters/src/filter-clause → filter-clause}/CloseButton.d.ts +0 -0
  52. /package/types/{vuu-filters/src/filter-clause → filter-clause}/FilterClauseEditor.d.ts +0 -0
  53. /package/types/{vuu-filters/src/filter-clause → filter-clause}/FilterMenu.d.ts +0 -0
  54. /package/types/{vuu-filters/src/filter-clause → filter-clause}/FilterMenuOptions.d.ts +0 -0
  55. /package/types/{vuu-filters/src/filter-clause → filter-clause}/NumericInput.d.ts +0 -0
  56. /package/types/{vuu-filters/src/filter-clause → filter-clause}/TextInput.d.ts +0 -0
  57. /package/types/{vuu-filters/src/filter-clause → filter-clause}/index.d.ts +0 -0
  58. /package/types/{vuu-filters/src/filter-clause → filter-clause}/operator-utils.d.ts +0 -0
  59. /package/types/{vuu-filters/src/filter-input → filter-input}/FilterInput.d.ts +0 -0
  60. /package/types/{vuu-filters/src/filter-input → filter-input}/FilterLanguage.d.ts +0 -0
  61. /package/types/{vuu-filters/src/filter-input → filter-input}/filterInfo.d.ts +0 -0
  62. /package/types/{vuu-filters/src/filter-input → filter-input}/highlighting.d.ts +0 -0
  63. /package/types/{vuu-filters/src/filter-input → filter-input}/index.d.ts +0 -0
  64. /package/types/{vuu-filters/src/filter-input → filter-input}/theme.d.ts +0 -0
  65. /package/types/{vuu-filters/src/filter-input → filter-input}/useCodeMirrorEditor.d.ts +0 -0
  66. /package/types/{vuu-filters/src/filter-input → filter-input}/useFilterAutoComplete.d.ts +0 -0
  67. /package/types/{vuu-filters/src/filter-input → filter-input}/useFilterSuggestionProvider.d.ts +0 -0
  68. /package/types/{vuu-filters/src/filter-pill → filter-pill}/FilterPill.d.ts +0 -0
  69. /package/types/{vuu-filters/src/filter-pill → filter-pill}/index.d.ts +0 -0
  70. /package/types/{vuu-filters/src/filter-pill-menu → filter-pill-menu}/FilterPillMenu.d.ts +0 -0
  71. /package/types/{vuu-filters/src/filter-pill-menu → filter-pill-menu}/FilterPillMenuOptions.d.ts +0 -0
  72. /package/types/{vuu-filters/src/filter-pill-menu → filter-pill-menu}/index.d.ts +0 -0
  73. /package/types/{vuu-filters/src/filter-utils.d.ts → filter-utils.d.ts} +0 -0
  74. /package/types/{vuu-filters/src/index.d.ts → index.d.ts} +0 -0
  75. /package/types/{vuu-filters/src/local-config.d.ts → local-config.d.ts} +0 -0
  76. /package/types/{vuu-filters/src/use-filter-config.d.ts → use-filter-config.d.ts} +0 -0
  77. /package/types/{vuu-filters/src/use-rest-config.d.ts → use-rest-config.d.ts} +0 -0
package/index.css CHANGED
@@ -581,6 +581,611 @@ path.drop-target.centre {
581
581
  --saltToolbarField-marginTop: 0;
582
582
  }
583
583
 
584
+ /* ../vuu-shell/src/connection-status/ConnectionStatusIcon.css */
585
+ .vuuStatus-container {
586
+ display: flex;
587
+ }
588
+ .vuuStatus-text {
589
+ align-self: center;
590
+ }
591
+ .vuuStatus {
592
+ --vuu-icon-height: 18px;
593
+ --vuu-icon-padding: var(--vuuStatus-padding, 6px);
594
+ --vuu-icon-width: var(--vuuStatus-width, auto);
595
+ --vuu-icon-min-width: var(--vuuStatus-min-width, 20px);
596
+ align-items: center;
597
+ display: inline-flex;
598
+ height: var(--vuu-icon-height);
599
+ justify-content: center;
600
+ min-width: var(--vuu-icon-min-width);
601
+ padding: 0 var(--vuu-icon-padding);
602
+ width: var(--vuu-icon-width);
603
+ position: relative;
604
+ }
605
+ .vuuStatus[data-icon]::after {
606
+ inset: 0 0 0 0;
607
+ content: "";
608
+ box-shadow: 0 0 0 0 black;
609
+ position: absolute;
610
+ mask: var(--vuu-icon-svg) center center/20px 20px no-repeat;
611
+ -webkit-mask: var(--vuu-icon-svg) center center/20px 20px no-repeat;
612
+ }
613
+ .vuuActiveStatus::after {
614
+ --vuu-icon-svg: var(--svg-active-status);
615
+ background-color: rgb(0, 255, 0);
616
+ }
617
+ .vuuConnectingStatus::after {
618
+ --vuu-icon-svg: var(--svg-connecting-status);
619
+ background-color: orange;
620
+ transform: scale(1);
621
+ animation: infinite pulse 1s;
622
+ }
623
+ .vuuDisconnectedStatus::after {
624
+ --vuu-icon-svg: var(--svg-disconnected-status);
625
+ background-color: red;
626
+ transform: scale(1);
627
+ animation: infinite pulse 0.5s;
628
+ }
629
+ @keyframes pulse {
630
+ 0% {
631
+ transform: scale(0.95);
632
+ box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
633
+ }
634
+ 70% {
635
+ transform: scale(1);
636
+ box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
637
+ }
638
+ 100% {
639
+ transform: scale(0.95);
640
+ box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
641
+ }
642
+ }
643
+
644
+ /* ../vuu-shell/src/layout-management/SaveLayoutPanel.css */
645
+ .saveLayoutPanel {
646
+ --salt-selectable-foreground-hover: #6d18bdc3;
647
+ --salt-selectable-foreground-selected: #6D18BD;
648
+ --salt-selectable-borderColor-selected: #6D18BD;
649
+ --saltInputLegacy-fontSize: 12px;
650
+ --salt-text-label-fontSize: 10px;
651
+ --saltFormFieldLegacy-label-paddingLeft: 0;
652
+ --saltFormField-label-fontWeight: 400;
653
+ }
654
+ .saveLayoutPanel-panelContainer {
655
+ display: flex;
656
+ padding: 16px;
657
+ flex-direction: column;
658
+ align-items: flex-start;
659
+ gap: 16px;
660
+ }
661
+ .saveLayoutPanel-panelContent {
662
+ display: flex;
663
+ align-items: flex-start;
664
+ gap: 32px;
665
+ }
666
+ .saveLayoutPanel-formContainer {
667
+ display: flex;
668
+ width: 217px;
669
+ flex-direction: column;
670
+ align-items: flex-start;
671
+ gap: 16px;
672
+ }
673
+ .saveLayoutPanel-formField {
674
+ display: flex;
675
+ flex-direction: column;
676
+ gap: 1px;
677
+ }
678
+ .saveLayoutPanel-inputText {
679
+ color: var(--light-text-secondary, #606477);
680
+ font-family: Nunito Sans Regular;
681
+ font-feature-settings:
682
+ "ss02" on,
683
+ "ss01" on,
684
+ "salt" on,
685
+ "liga" off;
686
+ font-size: 12px;
687
+ font-weight: 400;
688
+ line-height: 16px;
689
+ border: none;
690
+ padding-left: 4px;
691
+ width: 100%;
692
+ outline: none;
693
+ }
694
+ .saveLayoutPanel-settingsGroup {
695
+ display: flex;
696
+ flex-wrap: wrap;
697
+ align-items: flex-end;
698
+ gap: 10px;
699
+ width: 100%;
700
+ line-height: 16px;
701
+ }
702
+ .saveLayoutPanel-screenshotContainer {
703
+ display: flex;
704
+ width: 304px;
705
+ height: 208px;
706
+ padding: 11px 15.5px;
707
+ justify-content: center;
708
+ align-items: center;
709
+ border: 1px solid #E8E8E8;
710
+ background: var(--dark-text-primary, #FFF);
711
+ }
712
+ .saveLayoutPanel-screenshot {
713
+ display: flex;
714
+ justify-content: center;
715
+ align-items: center;
716
+ background: lightgray 50% / cover no-repeat;
717
+ width: 273px;
718
+ height: 186px;
719
+ flex-shrink: 0;
720
+ }
721
+ .saveLayoutPanel-buttonsContainer {
722
+ display: flex;
723
+ padding-top: 8px;
724
+ justify-content: flex-end;
725
+ align-items: flex-start;
726
+ gap: 8px;
727
+ align-self: stretch;
728
+ }
729
+ .saveLayoutPanel-cancelButton,
730
+ .saveLayoutPanel-saveButton {
731
+ display: flex;
732
+ height: fit-content;
733
+ padding: 4px 8px;
734
+ align-items: flex-start;
735
+ gap: 8px;
736
+ border-radius: 6px;
737
+ font-feature-settings:
738
+ "ss02" on,
739
+ "ss01" on,
740
+ "salt" on,
741
+ "liga" off;
742
+ font-size: 12px;
743
+ font-style: normal;
744
+ font-weight: 700;
745
+ line-height: 133.333%;
746
+ letter-spacing: 0.48px;
747
+ text-transform: uppercase;
748
+ }
749
+ .saveLayoutPanel-cancelButton {
750
+ color: var(--actionable-primary-foreground-default, #606477);
751
+ background: var(--actionable-primary-background-default, #FFF);
752
+ }
753
+ .saveLayoutPanel-saveButton {
754
+ background: #6D18BD;
755
+ border-color: #6D18BD;
756
+ color: white;
757
+ }
758
+ .saveLayoutPanel-saveButton.saltButton:disabled {
759
+ background: #6D18BD;
760
+ border-color: #6D18BD;
761
+ color: white;
762
+ opacity: 0.3;
763
+ }
764
+ .saveLayoutPanel-saveButton.saltButton:hover {
765
+ background: #F37880;
766
+ border-color: #F37880;
767
+ color: white;
768
+ }
769
+
770
+ /* ../vuu-shell/src/layout-management/LayoutList.css */
771
+ .vuuLayoutList {
772
+ align-self: stretch;
773
+ height: 100%;
774
+ overflow: hidden;
775
+ }
776
+ .vuuLayoutList-header {
777
+ color: var(--light-text-primary, #15171B);
778
+ font-weight: 700;
779
+ letter-spacing: 0.48px;
780
+ text-transform: uppercase;
781
+ display: flex;
782
+ padding: 16px 0px;
783
+ border-bottom: 1px solid rgba(119, 124, 148, 0.10);
784
+ line-height: 200%;
785
+ }
786
+ .vuuLayoutList-groupName {
787
+ display: flex;
788
+ padding-top: 24px;
789
+ color: var(--light-text-secondary, #606477);
790
+ font-weight: 700;
791
+ letter-spacing: 0.48px;
792
+ line-height: 200%;
793
+ }
794
+ .vuuLayoutList-layoutContainer {
795
+ display: flex;
796
+ align-items: center;
797
+ gap: 8px;
798
+ padding: 8px 0px;
799
+ flex: 1 1 auto;
800
+ cursor: pointer;
801
+ }
802
+ .vuuLayoutList-layoutName {
803
+ color: var(--light-text-primary, #15171B);
804
+ font-weight: 600;
805
+ line-height: 133.333%;
806
+ text-transform: capitalize;
807
+ }
808
+ .vuuLayoutList-screenshot {
809
+ width: 60px;
810
+ height: 45.6px;
811
+ border: 1px solid #D6D7DA;
812
+ }
813
+ .vuuLayoutList-layoutDetails {
814
+ color: var(--light-text-secondary, #606477);
815
+ font-size: 10px;
816
+ font-weight: 600;
817
+ line-height: 150%;
818
+ }
819
+
820
+ /* ../vuu-shell/src/feature-list/FeatureList.css */
821
+ .vuuFeatureList {
822
+ background: var(--vuuFeatureList-background, var(--salt-container-primary-background));
823
+ height: 100%;
824
+ padding: 180px 32px 0 24px;
825
+ }
826
+ .vuuFeatureList-header {
827
+ font-size: 12px;
828
+ font-weight: 700;
829
+ }
830
+
831
+ /* ../vuu-shell/src/left-nav/LeftNav.css */
832
+ .vuuLeftNav {
833
+ --salt-navigable-fontWeight-active: 700;
834
+ --vuuTab-background-selected: rgba(255, 255, 255, 0.10);
835
+ --vuuTab-hover-background: rgba(255, 255, 255, 0.10);
836
+ --vuuTab-before-content: none;
837
+ --vuuTab-borderRadius: 6px;
838
+ --vuuTab-height: 40px;
839
+ --vuuTab-padding: 0 0 0 48px;
840
+ --vuuTabstrip-fontWeight: 700;
841
+ --vuuTabstrip-width: 100%;
842
+ --svg-demo: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M11.3333 11C11.52 11 11.6667 10.8533 11.6667 10.6667C11.6667 10.48 11.52 10.3333 11.3333 10.3333C11.1467 10.3333 11 10.48 11 10.6667C11 10.8533 11.1467 11 11.3333 11Z"/><path d="M5.99999 8.66667C6.36818 8.66667 6.66666 8.36819 6.66666 8C6.66666 7.63181 6.36818 7.33334 5.99999 7.33334C5.63181 7.33334 5.33333 7.63181 5.33333 8C5.33333 8.36819 5.63181 8.66667 5.99999 8.66667Z"/><path d="M8.66667 6C9.03486 6 9.33333 5.70152 9.33333 5.33333C9.33333 4.96514 9.03486 4.66667 8.66667 4.66667C8.29848 4.66667 8 4.96514 8 5.33333C8 5.70152 8.29848 6 8.66667 6Z"/><path d="M8.66667 11.3333C9.03486 11.3333 9.33333 11.0349 9.33333 10.6667C9.33333 10.2985 9.03486 10 8.66667 10C8.29848 10 8 10.2985 8 10.6667C8 11.0349 8.29848 11.3333 8.66667 11.3333Z"/><path d="M11.3333 8.33333C11.52 8.33333 11.6667 8.18666 11.6667 8C11.6667 7.81333 11.52 7.66666 11.3333 7.66666C11.1467 7.66666 11 7.81333 11 8C11 8.18666 11.1467 8.33333 11.3333 8.33333Z"/><path d="M8.66667 8.66667C9.03486 8.66667 9.33333 8.36819 9.33333 8C9.33333 7.63181 9.03486 7.33334 8.66667 7.33334C8.29848 7.33334 8 7.63181 8 8C8 8.36819 8.29848 8.66667 8.66667 8.66667Z"/><path d="M2 2H14V3.33333H2V2Z"/><path d="M3.33333 6.33333C3.88561 6.33333 4.33333 5.88562 4.33333 5.33333C4.33333 4.78105 3.88561 4.33333 3.33333 4.33333C2.78104 4.33333 2.33333 4.78105 2.33333 5.33333C2.33333 5.88562 2.78104 6.33333 3.33333 6.33333Z"/><path d="M3.33333 9C3.88561 9 4.33333 8.55228 4.33333 8C4.33333 7.44772 3.88561 7 3.33333 7C2.78104 7 2.33333 7.44772 2.33333 8C2.33333 8.55228 2.78104 9 3.33333 9Z"/><path d="M3.33333 11.6667C3.88561 11.6667 4.33333 11.2189 4.33333 10.6667C4.33333 10.1144 3.88561 9.66666 3.33333 9.66666C2.78104 9.66666 2.33333 10.1144 2.33333 10.6667C2.33333 11.2189 2.78104 11.6667 3.33333 11.6667Z"/><path d="M11.3333 5.66667C11.52 5.66667 11.6667 5.52 11.6667 5.33333C11.6667 5.14667 11.52 5 11.3333 5C11.1467 5 11 5.14667 11 5.33333C11 5.52 11.1467 5.66667 11.3333 5.66667Z"/><path d="M5.99999 11.3333C6.36818 11.3333 6.66666 11.0349 6.66666 10.6667C6.66666 10.2985 6.36818 10 5.99999 10C5.63181 10 5.33333 10.2985 5.33333 10.6667C5.33333 11.0349 5.63181 11.3333 5.99999 11.3333Z"/><path d="M5.99999 6C6.36818 6 6.66666 5.70152 6.66666 5.33333C6.66666 4.96514 6.36818 4.66667 5.99999 4.66667C5.63181 4.66667 5.33333 4.96514 5.33333 5.33333C5.33333 5.70152 5.63181 6 5.99999 6Z"/><path d="M2 12.6667H14V14H2V12.6667Z"/></svg>');
843
+ --svg-tables: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M2 6H4.66667V3.33334H3.33333C2.6 3.33334 2 3.93334 2 4.66667V6ZM2 9.33334H4.66667V6.66667H2V9.33334ZM5.33333 9.33334H8V6.66667H5.33333V9.33334ZM8.66667 9.33334H11.3333V6.66667H8.66667V9.33334ZM5.33333 6H8V3.33334H5.33333V6ZM8.66667 3.33334V6H11.3333V3.33334H8.66667ZM12 9.33334H14.6667V6.66667H12V9.33334ZM3.33333 12.6667H4.66667V10H2V11.3333C2 12.0667 2.6 12.6667 3.33333 12.6667ZM5.33333 12.6667H8V10H5.33333V12.6667ZM8.66667 12.6667H11.3333V10H8.66667V12.6667ZM12 12.6667H13.3333C14.0667 12.6667 14.6667 12.0667 14.6667 11.3333V10H12V12.6667ZM12 3.33334V6H14.6667V4.66667C14.6667 3.93334 14.0667 3.33334 13.3333 3.33334H12Z"/></svg>');
844
+ --svg-templates: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M15.3333 12.6667H14L14 3.33334H15.3333L15.3333 12.6667ZM12.6667 12.6667H11.3333L11.3333 3.33334H12.6667L12.6667 12.6667ZM1.33333 12.6667L9.33333 12.6667C9.69999 12.6667 9.99999 12.3667 9.99999 12V4.00001C9.99999 3.63334 9.69999 3.33334 9.33333 3.33334L1.33333 3.33334C0.966661 3.33334 0.666661 3.63334 0.666661 4.00001L0.666661 12C0.666661 12.3667 0.966661 12.6667 1.33333 12.6667ZM1.99999 4.66667L8.66666 4.66667V11.3333L1.99999 11.3333L1.99999 4.66667Z"/></svg>');
845
+ --svg-layouts: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M15.3333 10H14V11.3333H15.3333V10ZM15.3333 12.6667H14V14H15.3333V12.6667ZM15.3333 7.33333H14V8.66667H15.3333V7.33333ZM10 2H8.66667V3.33333H10V2ZM15.3333 4.66667H14V6H15.3333V4.66667ZM0.666672 14H7.33334V10H0.666672V14ZM2.00001 4.66667H0.666672V6H2.00001V4.66667ZM10 12.6667H8.66667V14H10V12.6667ZM12.6667 2H11.3333V3.33333H12.6667V2ZM15.3333 2H14V3.33333H15.3333V2ZM12.6667 12.6667H11.3333V14H12.6667V12.6667ZM2.00001 7.33333H0.666672V8.66667H2.00001V7.33333ZM7.33334 2H6.00001V3.33333H7.33334V2ZM4.66667 2H3.33334V3.33333H4.66667V2ZM2.00001 2H0.666672V3.33333H2.00001V2Z"/></svg>');
846
+ --vuu-light-text-primary: #15171b;
847
+ box-shadow: 3px 4px 4px 0px rgba(0, 0, 0, 0.15);
848
+ margin-bottom: 4px;
849
+ position: relative;
850
+ transition: width .3s ease-in-out;
851
+ z-index: 0;
852
+ }
853
+ .vuuLeftNav-menu-full {
854
+ --menu-width: var(--nav-menu-expanded-width);
855
+ }
856
+ .vuuLeftNav-menu-icons {
857
+ --menu-width: var(--nav-menu-collapsed-width);
858
+ }
859
+ .vuuLeftNav-menu-icons-content {
860
+ --menu-width: var(--nav-menu-collapsed-width);
861
+ }
862
+ .vuuLeftNav-menu-full-content {
863
+ --menu-width: var(--nav-menu-expanded-width);
864
+ }
865
+ .vuuLeftNav-menu-icons-content .vuuLeftNav-menu-secondary,
866
+ .vuuLeftNav-menu-full-content .vuuLeftNav-menu-secondary {
867
+ display: block;
868
+ }
869
+ .vuuLeftNav-menu-primary {
870
+ background-color: #2A015F;
871
+ container-type: inline-size;
872
+ display: flex;
873
+ flex-direction: column;
874
+ height: 100%;
875
+ padding: 32px 16px;
876
+ transition: width ease .3s;
877
+ width: var(--menu-width, 100%);
878
+ }
879
+ .vuuLeftNav-menu-secondary {
880
+ flex: 1 1 auto;
881
+ height: 100%;
882
+ display: none;
883
+ position: absolute;
884
+ top: 0;
885
+ right: 0;
886
+ width: 240px;
887
+ z-index: -1;
888
+ }
889
+ .vuuLeftNav .vuuTabstrip {
890
+ margin-top: 102px;
891
+ }
892
+ .vuuLeftNav .vuuTab {
893
+ --vuuTab-focusVisible-color: pink;
894
+ --vuu-icon-color: white;
895
+ --vuu-icon-left: 12px;
896
+ --vuu-icon-size: 16px;
897
+ border-left: solid 4px transparent;
898
+ }
899
+ .vuuLeftNav .vuuTab-selected {
900
+ --vuu-icon-color: var(--salt-navigable-indicator-active);
901
+ border-left: solid 4px var(--salt-navigable-indicator-active);
902
+ }
903
+ .vuuLeftNav-logo {
904
+ display: flex;
905
+ flex: 0 0 auto;
906
+ justify-content: center;
907
+ }
908
+ .vuuLeftNav-main {
909
+ flex: 1 1 auto;
910
+ }
911
+ .vuuLeftNav-menu {
912
+ color: white;
913
+ margin-top: 102px;
914
+ padding: 0;
915
+ }
916
+ .vuuLeftNav [data-icon=demo] {
917
+ --vuu-icon-svg: var(--svg-demo);
918
+ }
919
+ .vuuLeftNav [data-icon=tables] {
920
+ --vuu-icon-svg: var(--svg-tables);
921
+ }
922
+ .vuuLeftNav [data-icon=templates] {
923
+ --vuu-icon-svg: var(--svg-templates);
924
+ }
925
+ .vuuLeftNav [data-icon=layouts] {
926
+ --vuu-icon-svg: var(--svg-layouts);
927
+ }
928
+ @container (max-width: 100px) {
929
+ .vuuTab {
930
+ --vuuTab-padding: 0 0 0 42px;
931
+ }
932
+ .vuuTab-main {
933
+ display: none !important;
934
+ }
935
+ }
936
+ .vuuLeftNav-buttonBar {
937
+ align-items: center;
938
+ display: flex;
939
+ flex: 0 0 100px;
940
+ justify-content: center;
941
+ }
942
+ .vuuLeftNav-toggleButton {
943
+ --vuu-icon-color: var(--vuu-light-text-primary);
944
+ --vuu-icon-left: 11px;
945
+ --vuu-icon-top: 10px;
946
+ --vuu-icon-size: 16px;
947
+ background-color: var(--salt-navigable-indicator-active);
948
+ border-width: 0;
949
+ border-radius: 18px;
950
+ height: 36px;
951
+ position: relative;
952
+ width: 36px;
953
+ }
954
+ .vuuLeftNav-toggleButton-open {
955
+ --vuu-icon-left: 9px;
956
+ }
957
+ .vuuLeftNav-drawer {
958
+ display: flex;
959
+ padding: 40px 32px 0px 24px;
960
+ flex-direction: column;
961
+ align-items: flex-start;
962
+ flex-shrink: 0;
963
+ align-self: stretch;
964
+ background: #FFF;
965
+ box-shadow: 3px 4px 4px 0px rgba(0, 0, 0, 0.15);
966
+ height: 100%;
967
+ }
968
+
969
+ /* ../vuu-shell/src/login/LoginPanel.css */
970
+ .vuuLoginPanel {
971
+ --hwTextInput-border: solid 1px #ccc;
972
+ --hwTextInput-height: 28px;
973
+ --hwTextInput-padding: 0 12px;
974
+ --hwTextInput-width: 100%;
975
+ --login-row-height: 60px;
976
+ align-content: center;
977
+ align-items: center;
978
+ border: solid 1px lightgray;
979
+ display: flex;
980
+ flex-direction: column;
981
+ gap: 24px;
982
+ justify-content: center;
983
+ justify-items: center;
984
+ margin: 0 auto;
985
+ padding: 48px 48px 24px 48px;
986
+ width: fit-content;
987
+ }
988
+ .vuuLoginPanel-login {
989
+ grid-column: 2/3;
990
+ align-self: end;
991
+ justify-self: end;
992
+ }
993
+
994
+ /* ../vuu-shell/src/session-editing-form/SessionEditingForm.css */
995
+ .vuuSessionEditingForm {
996
+ display: flex;
997
+ flex-direction: column;
998
+ gap: 3px;
999
+ min-width: 400px;
1000
+ padding: 6px;
1001
+ }
1002
+ .vuuSessionEditingForm-content {
1003
+ display: flex;
1004
+ flex-direction: column;
1005
+ flex: 1 1 auto;
1006
+ gap: 3px;
1007
+ overflow: auto;
1008
+ }
1009
+ .vuuSessionEditingForm-field {
1010
+ align-items: center;
1011
+ display: flex;
1012
+ height: 32px;
1013
+ }
1014
+ .vuuSessionEditingForm-fieldLabel {
1015
+ flex: 0 0 50%;
1016
+ }
1017
+ .vuuSessionEditingForm-fieldValue {
1018
+ max-width: 50%;
1019
+ }
1020
+ .vuuSessionEditingForm-fieldValue.vuuReadOnly {
1021
+ font-weight: var(--salt-text-label-fontWeight-strong);
1022
+ }
1023
+ .vuuSessionEditingForm-buttonbar {
1024
+ align-items: center;
1025
+ border-top: solid 1px var(--salt-container-primary-borderColor);
1026
+ display: flex;
1027
+ justify-content: flex-end;
1028
+ flex: 0 0 autox;
1029
+ gap: 6px;
1030
+ padding-top: 6px;
1031
+ }
1032
+ .vuuSessionEditingForm-errorBanner {
1033
+ --vuu-icon-left: 3px;
1034
+ --vuu-icon-size: 18px;
1035
+ --vuu-icon-top: 3px;
1036
+ border: solid 1px var(--salt-status-error-borderColor);
1037
+ line-height: 24px;
1038
+ padding: 0 6px 0 26px;
1039
+ position: relative;
1040
+ }
1041
+
1042
+ /* ../vuu-shell/src/user-profile/UserPanel.css */
1043
+ .vuuUserPanel {
1044
+ background-color: white;
1045
+ display: flex;
1046
+ flex-direction: column;
1047
+ max-height: 400px;
1048
+ padding: 12px;
1049
+ }
1050
+ vuuUserPanel-history {
1051
+ flex: 1 1 auto;
1052
+ }
1053
+ .vuuUserPanel-buttonBar {
1054
+ --saltButton-width: 100%;
1055
+ align-items: flex-end;
1056
+ border-top: 1px solid var(--surface3);
1057
+ display: flex;
1058
+ flex: 0 0 32px;
1059
+ justify-content: flex-start;
1060
+ }
1061
+ .btn-logout {
1062
+ --hwButton-icon-left: 12px;
1063
+ --hwButton-padding: 0 6px 0 24px;
1064
+ padding-left: 24px;
1065
+ }
1066
+
1067
+ /* ../vuu-shell/src/user-profile/UserProfile.css */
1068
+ .vuuUserProfile {
1069
+ --svg-icon: var(--svg-user);
1070
+ }
1071
+
1072
+ /* ../vuu-shell/src/theme-switch/ThemeSwitch.css */
1073
+ .vuuThemeSwitch {
1074
+ --saltButton-minWidth: 22px;
1075
+ --svg-light: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><path d="M24 31q2.9 0 4.95-2.05Q31 26.9 31 24q0-2.9-2.05-4.95Q26.9 17 24 17q-2.9 0-4.95 2.05Q17 21.1 17 24q0 2.9 2.05 4.95Q21.1 31 24 31Zm0 3q-4.15 0-7.075-2.925T14 24q0-4.15 2.925-7.075T24 14q4.15 0 7.075 2.925T34 24q0 4.15-2.925 7.075T24 34ZM3.5 25.5q-.65 0-1.075-.425Q2 24.65 2 24q0-.65.425-1.075Q2.85 22.5 3.5 22.5h5q.65 0 1.075.425Q10 23.35 10 24q0 .65-.425 1.075-.425.425-1.075.425Zm36 0q-.65 0-1.075-.425Q38 24.65 38 24q0-.65.425-1.075.425-.425 1.075-.425h5q.65 0 1.075.425Q46 23.35 46 24q0 .65-.425 1.075-.425.425-1.075.425ZM24 10q-.65 0-1.075-.425Q22.5 9.15 22.5 8.5v-5q0-.65.425-1.075Q23.35 2 24 2q.65 0 1.075.425.425.425.425 1.075v5q0 .65-.425 1.075Q24.65 10 24 10Zm0 36q-.65 0-1.075-.425-.425-.425-.425-1.075v-5q0-.65.425-1.075Q23.35 38 24 38q.65 0 1.075.425.425.425.425 1.075v5q0 .65-.425 1.075Q24.65 46 24 46ZM12 14.1l-2.85-2.8q-.45-.45-.425-1.075.025-.625.425-1.075.45-.45 1.075-.45t1.075.45L14.1 12q.4.45.4 1.05 0 .6-.4 1-.4.45-1.025.45-.625 0-1.075-.4Zm24.7 24.75L33.9 36q-.4-.45-.4-1.075t.45-1.025q.4-.45 1-.45t1.05.45l2.85 2.8q.45.45.425 1.075-.025.625-.425 1.075-.45.45-1.075.45t-1.075-.45ZM33.9 14.1q-.45-.45-.45-1.05 0-.6.45-1.05l2.8-2.85q.45-.45 1.075-.425.625.025 1.075.425.45.45.45 1.075t-.45 1.075L36 14.1q-.4.4-1.025.4-.625 0-1.075-.4ZM9.15 38.85q-.45-.45-.45-1.075t.45-1.075L12 33.9q.45-.45 1.05-.45.6 0 1.05.45.45.45.45 1.05 0 .6-.45 1.05l-2.8 2.85q-.45.45-1.075.425-.625-.025-1.075-.425ZM24 24Z"/></svg>');
1076
+ --svg-dark: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><path d="M24 42q-7.5 0-12.75-5.25T6 24q0-7.5 5.25-12.75T24 6q.4 0 .85.025.45.025 1.15.075-1.8 1.6-2.8 3.95-1 2.35-1 4.95 0 4.5 3.15 7.65Q28.5 25.8 33 25.8q2.6 0 4.95-.925T41.9 22.3q.05.6.075.975Q42 23.65 42 24q0 7.5-5.25 12.75T24 42Zm0-3q5.45 0 9.5-3.375t5.05-7.925q-1.25.55-2.675.825Q34.45 28.8 33 28.8q-5.75 0-9.775-4.025T19.2 15q0-1.2.25-2.575.25-1.375.9-3.125-4.9 1.35-8.125 5.475Q9 18.9 9 24q0 6.25 4.375 10.625T24 39Zm-.2-14.85Z"/></svg>');
1077
+ padding: 2px;
1078
+ }
1079
+ .salt-density-high .vuuThemeSwitch {
1080
+ --saltButton-minWidth: 16px;
1081
+ --saltButton-width: 18px;
1082
+ --vuuThemeSwitch-iconSize: 16px;
1083
+ }
1084
+ .vuuThemeSwitch [data-icon] {
1085
+ --vuu-icon-size: var(--vuuThemeSwitch-iconSize,18px);
1086
+ }
1087
+ .vuuThemeSwitch [data-icon=light] {
1088
+ --vuu-icon-svg: var(--svg-light);
1089
+ }
1090
+ .vuuThemeSwitch [data-icon=dark] {
1091
+ --vuu-icon-svg: var(--svg-dark);
1092
+ }
1093
+ .vuuThemeSwitch .saltToggleButton {
1094
+ height: 20px;
1095
+ width: 20px;
1096
+ }
1097
+
1098
+ /* ../vuu-shell/src/app-header/AppHeader.css */
1099
+ .vuuAppHeader {
1100
+ align-items: center;
1101
+ background: var(--vuuAppHeader-background, var(--salt-container-primary-background));
1102
+ border-bottom: solid 1px var(--salt-container-secondary-borderColor);
1103
+ display: flex;
1104
+ height: 40px;
1105
+ justify-content: flex-end;
1106
+ }
1107
+ .vuu-theme .vuuAppHeader {
1108
+ border-radius: 8px;
1109
+ border: 1px solid #D6D7DA;
1110
+ height: 44px;
1111
+ margin-bottom: 8px;
1112
+ }
1113
+
1114
+ /* ../vuu-shell/src/shell-layouts/context-panel/ContextPanel.css */
1115
+ .vuuContextPanel {
1116
+ position: relative;
1117
+ transition: width .3s ease-in-out;
1118
+ width: var(--vuu-side-panel-width, 0px) !important;
1119
+ z-index: 1;
1120
+ }
1121
+ .vuuContextPanel-expanded {
1122
+ --vuu-side-panel-width: 300px !important;
1123
+ --vuu-side-panel-shadow: -4px 4px 4px rgba(0, 0, 0, 0.1);
1124
+ --vuu-side-panel-padding: 24px;
1125
+ }
1126
+ .vuuContextPanel-overlay {
1127
+ width: 0px !important;
1128
+ }
1129
+ .vuuContextPanel-inner {
1130
+ background-color: var(--salt-container-primary-background);
1131
+ box-shadow: var(--vuu-side-panel-shadow, none);
1132
+ display: flex;
1133
+ flex-direction: column;
1134
+ height: 100%;
1135
+ overflow: auto;
1136
+ padding-bottom: 24px;
1137
+ padding-top: 24px;
1138
+ padding-left: var(--vuu-side-panel-padding, 0);
1139
+ padding-right: var(--vuu-side-panel-padding, 0);
1140
+ position: absolute;
1141
+ right: 0;
1142
+ top: 0;
1143
+ transition-property:
1144
+ padding-left,
1145
+ padding-right,
1146
+ width;
1147
+ transition-duration: .3s;
1148
+ transition-timing-function: ease-in-out;
1149
+ width: var(--vuu-side-panel-width, 0px);
1150
+ }
1151
+ .vuuContextPanel-header {
1152
+ align-items: center;
1153
+ display: flex;
1154
+ flex-wrap: nowrap;
1155
+ flex: 0 0 27px;
1156
+ justify-content: space-between;
1157
+ }
1158
+ .vuuContextPanel-title {
1159
+ font-size: 20px;
1160
+ font-weight: 700;
1161
+ white-space: nowrap;
1162
+ }
1163
+ .vuuContextPanel-content {
1164
+ flex: 1 1 auto;
1165
+ width: 100%;
1166
+ }
1167
+
1168
+ /* ../vuu-shell/src/shell.css */
1169
+ .vuuShell {
1170
+ background-color: var(--vuu-color-gray-25);
1171
+ height: var(--vuuShell-height, 100vh);
1172
+ width: var(--vuuShell-width, 100vw);
1173
+ }
1174
+ .vuuShell-mainTabs {
1175
+ background: var(--salt-container-primary-background);
1176
+ }
1177
+ .vuuShell-palette {
1178
+ --vuuView-border: none;
1179
+ --vuuView-margin: 0;
1180
+ }
1181
+ .vuuShell-warningPlaceholder {
1182
+ background-color: var(--salt-container-background-high);
1183
+ height: 100%;
1184
+ }
1185
+ .vuuToolbarProxy {
1186
+ background: var(--salt-container-primary-background);
1187
+ }
1188
+
584
1189
  /* ../vuu-layout/src/measured-container/MeasuredContainer.css */
585
1190
  .vuuMeasuredContainer {
586
1191
  height: var(--vuuMeasuredContainer-height, var(--measured-css-height));
@@ -611,7 +1216,7 @@ path.drop-target.centre {
611
1216
  flex-direction: var(--overflow-direction);
612
1217
  flex-wrap: wrap;
613
1218
  height: var(--overflow-container-height);
614
- min-width: 44px;
1219
+ min-width: var(--vuuOverflowContainer-minWidth, 44px);
615
1220
  overflow: hidden;
616
1221
  position: relative;
617
1222
  width: 100%;
@@ -1072,6 +1677,7 @@ path.drop-target.centre {
1072
1677
  --vuu-svg-tune: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 18C3 18.55 3.45 19 4 19H9V17H4C3.45 17 3 17.45 3 18ZM3 6C3 6.55 3.45 7 4 7H13V5H4C3.45 5 3 5.45 3 6ZM13 20V19H20C20.55 19 21 18.55 21 18C21 17.45 20.55 17 20 17H13V16C13 15.45 12.55 15 12 15C11.45 15 11 15.45 11 16V20C11 20.55 11.45 21 12 21C12.55 21 13 20.55 13 20ZM7 10V11H4C3.45 11 3 11.45 3 12C3 12.55 3.45 13 4 13H7V14C7 14.55 7.45 15 8 15C8.55 15 9 14.55 9 14V10C9 9.45 8.55 9 8 9C7.45 9 7 9.45 7 10ZM21 12C21 11.45 20.55 11 20 11H11V13H20C20.55 13 21 12.55 21 12ZM16 9C16.55 9 17 8.55 17 8V7H20C20.55 7 21 6.55 21 6C21 5.45 20.55 5 20 5H17V4C17 3.45 16.55 3 16 3C15.45 3 15 3.45 15 4V8C15 8.55 15.45 9 16 9Z" /></svg>');
1073
1678
  --vuuToolbar-height: 26px;
1074
1679
  --salt-container-primary-borderColor: var(--vuu-color-purple-10);
1680
+ --vuuOverflowContainer-minWidth: 0;
1075
1681
  --saltButton-height: 26px;
1076
1682
  --saltButton-width: 26px;
1077
1683
  align-items: center;
@@ -1095,7 +1701,7 @@ path.drop-target.centre {
1095
1701
  --vuu-icon-size: 16px;
1096
1702
  }
1097
1703
  .vuuFilterBar .vuuToolbar {
1098
- flex: 1 1 auto;
1704
+ flex: 0 1 auto;
1099
1705
  }
1100
1706
 
1101
1707
  /* src/filter-input/FilterInput.css */