@vuu-ui/vuu-table 0.8.6 → 0.8.7-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.
package/index.css CHANGED
@@ -1,2 +1,2122 @@
1
- .vuuColumnResizer{background-color:var(--columnResizer-color);cursor:col-resize;height:var(--header-height);position:relative;width:4px}.vuuColumnResizer:hover{--columnResizer-color: var(--salt-color-blue-500)}.vuuColumnResizer:after{content:"";position:absolute;width:var(--columnResizer-width, 1px);top:0;bottom:0;right:-1px;background-color:var(--columnResizer-color, var(--salt-separable-tertiary-borderColor));height:var(--columnResizer-height, calc(100% + 1px))}.vuuDraggable{background:transparent;box-shadow:var(--salt-overlayable-shadow-drag);cursor:var(--salt-draggable-grab-cursor-active);position:absolute;opacity:.95;z-index:2000}.vuuDraggable-spacer{display:var(--saltDraggable-display, inline-block);height:var(--saltDraggable-spacer-height, var(--tabstrip-height));transition:var(--saltDraggable-transitionProp, width) .3s ease;width:var(--saltDraggable-spacer-width, 0)}.vuuDraggable-dropIndicatorPosition{display:var(--saltDraggable-display, inline-block);height:0px;width:100%}.vuuDraggable-dropIndicatorContainer{transition:var(--saltDraggable-transitionProp, top) .2s ease}.vuuDraggable-dropIndicator{background-color:var(--salt-palette-accent-background);height:2px;width:100%}.vuuDraggable-dropIndicator:before{content:"";width:6px;height:6px;border-radius:3px;background-color:var(--salt-palette-accent-background);position:absolute;top:-2px;left:-3px}.vuuDraggable-settling{transition-property:left,top;transition-duration:.15s;transition-timing-function:ease-out}.vuuDraggable-spacer{order:1}.vuuEditableLabel{--saltInput-background: transparent;--saltInput-minWidth: 14px;--saltInput-position: absolute;--editableLabel-padding: var(--saltEditableLabel-padding, 6px);--editableLabel-height: var(--saltEditableLabel-height, 26px);color:inherit;cursor:default;display:flex;flex-direction:column;font-size:var(--salt-text-fontSize);height:var(--editableLabel-height);justify-content:center;outline:none;padding:0 var(--editableLabel-padding);position:relative;z-index:var(--salt-zIndex-default)}.vuuEditableLabel:before{content:attr(data-text);display:block;height:0px;visibility:hidden;white-space:pre-wrap}.vuuEditableLabel .saltInput{font-weight:var(--salt-text-fontWeight);left:var(--editableLabel-padding, 0);padding:0;outline-style:none;position:absolute;right:var(--editableLabel-padding, 0);top:var(--saltEditableLabel-top, 2px);width:auto}.vuuEditableLabel .saltInput-activationIndicator{display:none}.vuuEditableLabel-input{background-color:transparent;border:none;box-sizing:content-box;display:block;flex:1;font:inherit;height:20px;margin:0;min-width:0;outline:none;padding:0}.vuuDrawer{--drawer-leading-edge-border: solid 1px var(--salt-container-primary-borderColor, none);--vuu-close-icon-svg: var(--svg-chevron-double-right);transition:flex-basis;transition-duration:var(--drawer-transition-duration);position:relative;z-index:1;flex-basis:0;flex-grow:1;flex-shrink:1;min-width:0;min-height:0;display:flex}.vuuDrawer-peekaboo{flex-basis:var(--drawer-peek-size);flex-grow:0;flex-shrink:0}.vuuDrawer-inline.vuuDrawer-open{flex-basis:var(--drawer-size);flex-grow:0;flex-shrink:0}.vuuDrawer-liner{background-color:var(--drawer-bg);overflow:hidden;position:relative}.vuuDrawer-content{height:100%;overflow:hidden;position:absolute;top:0;right:var(--drawer-peek-size);transition:right;transition-duration:var(--drawer-transition-duration);width:100%;flex:1 1 100%}.vuuDrawer-open .vuuDrawer-content{right:0}.vuuDrawer-left{border-right:var(--drawer-leading-edge-border)}.vuuDrawer-right{border-left:var(--drawer-leading-edge-border)}.vuuDrawer-top{border-bottom:var(--drawer-leading-edge-border)}.vuuDrawer-bottom{border-top:var(--drawer-leading-edge-border)}.vuuDrawer-left .vuuDrawer-liner,.vuuDrawer-right .vuuDrawer-liner{height:100%;transition:width}.vuuDrawer-top .vuuDrawer-liner,.vuuDrawer-bottom .vuuDrawer-liner{width:100%;transition:height}.vuuDrawer-inline .vuuDrawer-liner{width:100%;height:100%}.vuuDrawer-over .vuuDrawer-liner{position:absolute;transition-duration:.4s}.vuuDrawer-over.vuuDrawer-left .vuuDrawer-liner{top:0;left:0;width:0}.vuuDrawer-over.vuuDrawer-right .vuuDrawer-liner{top:0;right:0;width:0}.vuuDrawer-over.vuuDrawer-top .vuuDrawer-liner{height:0;top:0;left:0}.vuuDrawer-over.vuuDrawer-bottom .vuuDrawer-liner{bottom:0;height:0;left:0}.vuuDrawer-left.vuuDrawer-over.vuuDrawer-peekaboo .vuuDrawer-liner,.vuuDrawer-right.vuuDrawer-over.vuuDrawer-peekaboo .vuuDrawer-liner{width:var(--drawer-peek-size)}.vuuDrawer-top.vuuDrawer-over.vuuDrawer-peekaboo .vuuDrawer-liner,.vuuDrawer-bottom.vuuDrawer-over.vuuDrawer-peekaboo .vuuDrawer-liner{height:var(--drawer-peek-size)}.vuuDrawer-left.vuuDrawer-over.vuuDrawer-open .vuuDrawer-liner,.vuuDrawer-right.vuuDrawer-over.vuuDrawer-open .vuuDrawer-liner{width:var(--drawer-size)}.vuuDrawer-top.vuuDrawer-over.vuuDrawer-open .vuuDrawer-liner,.vuuDrawer-bottom.vuuDrawer-over.vuuDrawer-open .vuuDrawer-liner{height:var(--drawer-size)}.vuuDrawer-top,.vuuDrawer-left{order:0}.vuuDrawer-bottom,.vuuDrawer-right{order:99}.vuuDrawer-left,.vuuDrawer-right{flex-direction:column}.vuuToggleButton-container{--saltButton-height: 28px;--saltButton-width: 28px;--vuu-icon-size: 12px;flex:0 0 28px}.vuuDrawer-open{--vuu-close-icon-svg: var(--svg-chevron-double-left)}.vuuDockLayout{--chest-bg: var(--hw-chest-bg, inherit);--drawer-bg: var(--hw-drawer-bg, inherit);--drawer-size: var(--hw-drawer-size, 200px);--drawer-peek-size: var(--hw-drawer-peek-size, 32px);--drawer-transition-duration: var(--hw-drawer-transition-duration, .4s);background-color:var(--chest-bg);display:flex}.vuuDockLayout-horizontal{flex-direction:row}.vuuDockLayout-vertical{flex-direction:column}.vuuDockLayout-content{background-color:var(--chest-bg);flex-grow:1;flex-shrink:1;overflow:hidden;display:flex;align-items:center;justify-content:center}.vuuDockLayout-horizontal .vuuDockLayout-content,.vuuDockLayout-vertical .vuuDockLayout-content{flex-basis:100%}.vuuDropMenu{margin-left:-50%;margin-bottom:-50%;background-color:#fff;border:solid 1px var(--grey40);display:inline-flex;justify-content:center;align-items:center;padding:3px;border-radius:3px}.vuuDropMenu-left,.vuuDropMenu-right{flex-direction:column}.vuuDropMenu-bottom{transform:translateY(-30px)}.vuuDropMenu-right{transform:translate(-20px)}.vuuDropMenu-item{--vuu-icon-size: 20px;width:32px;height:32px;background-color:var(--grey20);border-bottom:solid 1px var(--grey40);cursor:pointer;display:flex;align-items:center;justify-content:center}.vuuDropMenu-item .Icon{transform:scale(1.25);transform-origin:center center}.vuuDropMenu-left .vuuDropMenu-item .hwIcon{transform:scale(1.25) rotate(180deg);transform-origin:center center}.vuuDropMenu-top .vuuDropMenu-item .hwIcon{transform:scale(1.25) rotate(270deg);transform-origin:center center}.vuuDropMenu-bottom .vuuDropMenu-item .hwIcon{transform:scale(1.25) rotate(90deg);transform-origin:center center}.vuuDropMenu-item .hwIcon-path{fill:gray}.vuuDropMenu-item:hover{background-color:#c8c8c880}.vuuDropMenu-item:hover .hwIcon-path-2{fill:#00f}.vuuDropMenu-item:last-child{border-bottom:none}#hw-drag-canvas{visibility:hidden;z-index:1;position:absolute;top:0px;left:0;right:0;bottom:0;background-color:transparent}#hw-drag-canvas>svg{position:absolute}.drawing #hw-drag-canvas{visibility:visible}path.drop-target{stroke:#00f;stroke-width:4px;fill:transparent}path.drop-target.centre{stroke:red}#vuu-drop-outline{fill:#0000ff4d;stroke:none;stroke-dasharray:4 2}#hw-drop-guides{fill:none;stroke:#0000004d;stroke-dasharray:2 3}.DraggableLayout{display:inline-block;outline:none}[data-dragging=true]{position:absolute!important;z-index:100}.vuuSimpleDraggableWrapper{background-color:#fff;box-shadow:0 6px 10px #0003}.vuuSimpleDraggableWrapper>*{height:100%;width:100%}.vuuPlaceholder{flex-basis:0;flex-grow:1;flex-shrink:1}.vuuPlaceholder-shim{flex-grow:0;flex-shrink:0}.Splitter{--splitter-size: 3px;--splitter-border-width: 4px;--splitter-border-style: none;--splitter-border-color: white;align-items:center;background-color:var(--salt-palette-neutral-secondary-separator);border-color:var(--splitter-border-color);border-style:var(--splitter-border-style);box-sizing:border-box;display:flex;justify-content:center;position:relative;outline:none;z-index:1}.Splitter:hover{background-color:var(--salt-palette-neutral-primary-separator)}.active.Splitter{background-color:var(--salt-palette-interact-outline)}.Splitter.column{cursor:ns-resize;height:var(--splitter-size);border-width:var(--splitter-border-width) 0}.Splitter:not(.column){cursor:ew-resize;width:var(--splitter-size);border-width:0 var(--splitter-border-width)}.Splitter:before{border:none;border-radius:0;content:"";display:block;padding:0}.Splitter .grab-zone{position:absolute;background-color:#ff000003;cursor:inherit}.Splitter.column .grab-zone{left:0;right:0;top:-5px;bottom:-5px}.Splitter:not(.column) .grab-zone{left:-5px;right:-5px;top:0;bottom:0}.active.Splitter:not(.column) .grab-zone{background-color:#ffffff0d;left:-150px;right:-150px}.Splitter:not(.column):before{width:1px;height:10px;background:linear-gradient(to bottom,var(--grey900) 10%,transparent 10%,transparent 30%,var(--grey900) 30%,var(--grey900) 40%,transparent 40%,transparent 60%,var(--grey900) 60%,var(--grey900) 70%,transparent 70%,transparent 90%,var(--grey900) 90%)}.active.Splitter.column:before{background:linear-gradient(to right,#ffffff 10%,transparent 10%,transparent 30%,#ffffff 30%,#ffffff 40%,transparent 40%,transparent 60%,#ffffff 60%,#ffffff 70%,transparent 70%,transparent 90%,#ffffff 90%)}.active.Splitter:not(.column):before{background:linear-gradient(to bottom,#ffffff 10%,transparent 10%,transparent 30%,#ffffff 30%,#ffffff 40%,transparent 40%,transparent 60%,#ffffff 60%,#ffffff 70%,transparent 70%,transparent 90%,#ffffff 90%)}.Splitter.column:before{width:10px;height:1px;background:linear-gradient(to right,var(--grey900) 10%,transparent 10%,transparent 30%,var(--grey900) 30%,var(--grey900) 40%,transparent 40%,transparent 60%,var(--grey900) 60%,var(--grey900) 70%,transparent 70%,transparent 90%,var(--grey900) 90%)}:root{--hw-space-unit: 4px;--hw-flex-gap: 3;--hw-fluid-grid-col-bg: rgba(200, 200, 200, .3)}.hwFlexbox{background-color:var(--container1-background);box-sizing:border-box;display:flex;gap:calc(var(--spacing) * var(--space));min-height:0;min-width:0;overflow:hidden}.hwFlexbox-column{flex-direction:column}.hwFlexbox-row{flex-direction:row}.hwFlexbox>.Splitter{flex-basis:auto;flex-grow:0;flex-shrink:0}.hwFlexbox.full-page{height:100vh;width:100vw}.flex-fill{border-color:red;flex:0;flex-grow:1;flex-shrink:1}.vuuView.flex-fill{border-color:red}:root{--hw-space-unit: 4px;--hw-fluid-grid-col-bg: rgba(252, 209, 232, .7)}.hwFluidGrid{--gap: var(--gutter-width);display:flex;gap:calc(var(--grid-gap) * var(--hw-space-unit));flex-wrap:wrap;padding:0}.hwFluidGrid>*{--gutter-width: calc(var(--hw-flex-gap) * var(--hw-space-unit));--gutter-count: calc(var(--parent-col-count) - 1);--total-gutter-width: calc(var(--gutter-count) * var(--gutter-width));--available-width: calc(100% - var(--total-gutter-width));flex-basis:0;flex-grow:1;flex-shrink:1;position:relative}.hwFluidGrid>*:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border:dashed 2px blue}.hwFluidGrid>[data-xs]{--internal-gutter-count: calc(var(--col-span) - 1);--percent-width: calc(var(--col-span) / var(--parent-col-count));--internal-gutter-width: calc(var(--internal-gutter-count) * var(--gutter-width));flex-basis:calc(var(--available-width) * var(--percent-width) + var(--internal-gutter-width));flex-grow:0}.hwFluidGrid>[data-xs="1"]{--col-span: 1}.hwFluidGrid>[data-xs="2"]{--col-span: 2}.hwFluidGrid>[data-xs="3"]{--col-span: 3}.hwFluidGrid>[data-xs="4"]{--col-span: 4}.hwFluidGrid>[data-xs="6"]{--col-span: 6}.hwFluidGrid>[data-xs="8"]{--col-span: 8}.hwFluidGrid>[data-xs="9"]{--col-span: 9}.hwFluidGrid>[data-xs="10"]{--col-span: 10}.hwFluidGrid>[data-xs="11"]{--col-span: 11}.hwFluidGrid>[data-xs="12"]{--col-span: 12}@media (min-width: 600px){.hwFluidGrid>[data-sm="1"]{--col-span: 1}.hwFluidGrid>[data-sm="2"]{--col-span: 2}.hwFluidGrid>[data-sm="3"]{--col-span: 3}.hwFluidGrid>[data-sm="4"]{--col-span: 4}.hwFluidGrid>[data-sm="6"]{--col-span: 6}.hwFluidGrid>[data-sm="8"]{--col-span: 8}.hwFluidGrid>[data-sm="9"]{--col-span: 9}.hwFluidGrid>[data-sm="10"]{--col-span: 10}.hwFluidGrid>[data-sm="11"]{--col-span: 11}.hwFluidGrid>[data-sm="12"]{--col-span: 12}}.hwFluidGrid-show-grid{--gutter-width: calc(var(--hw-flex-gap) * var(--hw-space-unit));--grid-gutter-count: calc(var(--grid-col-count, var(--parent-col-count)) - 1);--grid-total-gutter-width: calc(var(--grid-gutter-count) * var(--gutter-width));--grid-available-width: calc(100% - var(--grid-total-gutter-width));--grid-percent-width: calc(1 / var(--grid-col-count, var(--parent-col-count)));--column-width: calc(var(--grid-available-width) * var(--grid-percent-width));background:repeating-linear-gradient(to right,var(--hw-fluid-grid-col-bg) 0,var(--hw-fluid-grid-col-bg) var(--column-width),white var(--column-width),white calc(var(--column-width) + var(--gutter-width)))}.vuuView{border-color:var(--vuuView-borderColor, var(--salt-container-primary-borderColor));border-width:var(--vuuView-borderWidth, 1px);border-style:var(--vuuView-borderStyle, none);display:flex;flex-direction:column;margin:var(--vuuView-margin, 0px);min-height:50px;min-width:50px;outline:none;overflow:hidden;position:relative}.vuuView.focus-visible:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border:dotted cornflowerblue 2px}.vuuView.dragging{box-shadow:0 6px 12px #0000002d}.vuuView-main{display:flex;flex-direction:var(--vuuView-flexDirection, column);flex-wrap:var(--vuuView-flex-wrap, nowrap);flex:1;overflow:hidden;position:relative}.vuuView-main>*{flex-basis:auto;flex-grow:var(--vuuView-flex-grow, 1);flex-shrink:var(--vuuView-flex-shrink, 1)}.vuuView-collapsed .vuuView-main{display:none}.vuuView-collapsed+.Splitter{display:none}.vuuView-collapsed .Toolbar-vertical{border-right:solid 1px var(--grey40)}.vuuView-collapsed .Toolbar-vertical .toolbar-title{display:none}.vuuHeader{--saltButton-height: 24px;--saltButton-width: 24px}.salt-density-high .vuuHeader{--saltToolbarField-marginTop: 0}.vuuOverflowContainer{--item-gap: 4px;--overflow-direction: row;--overflow-width: 0px;--overflow-order: 99;--border-size: calc((var(--overflow-container-height) - 24px) / 2);background-color:var(--vuuOverflowContainer-background, black);height:var(--overflow-container-height)}.vuuOverflowContainer-horizontal{--item-align: center;--item-margin: 0 0 0 var(--item-gap)}.vuuOverflowContainer-vertical{--item-align: stretch;--item-margin: var(--item-gap) 0 0 0;--overflow-direction: column}.vuuOverflowContainer-wrapContainer{align-items:var(--item-align);display:flex;flex-direction:var(--overflow-direction);flex-wrap:wrap;height:var(--overflow-container-height);min-width:44px;overflow:hidden;position:relative;width:100%}.vuuOverflowContainer-wrapContainer.overflowed{--overflow-order: 2;--overflow-left: auto;--overflow-position: relative;--overflow-width: auto}.vuuOverflowContainer-item:first-child{--item-gap: 0}.vuuOverflowContainer-item:first-child{--item-margin: 0}.vuuOverflowContainer-item{align-items:inherit;display:flex;order:1;position:relative;height:var(--overflow-container-height);margin:var(--item-margin)}.vuuOverflowContainer-item.wrapped{--overflow-item-bg: #ccc;order:3}.vuuOverflowContainer-item:has(.vuuDraggable-dragAway){display:none}.vuuOverflowContainer-item.vuuDropTarget-settling{visibility:hidden}.vuuOverflowContainer-OverflowIndicator{align-items:center;background-color:transparent;display:flex;height:var(--overflow-container-height);order:var(--overflow-order);overflow:hidden;left:var(--overflow-left, 100%);position:var(--overflow-position, absolute);width:var(--overflow-width)}.vuuPalette-horizontal{align-items:center;display:flex}.vuuPaletteItem{--vuu-icon-color: var(--salt-separable-primary-borderColor);--vuu-icon-inset:calc(50% - 12px) auto auto -3px;--vuu-icon-height: 24px;--vuu-icon-width: 24px;--list-item-text-padding: 0 0 0 calc(var(--salt-size-unit) * 3)}.vuuPaletteItem[data-draggable]:after{height:22px;width:6px;content:"";position:absolute;background-image:linear-gradient(45deg,rgb(180,183,190) 25%,transparent 25%),linear-gradient(-45deg,rgb(180,183,190) 25%,transparent 25%),linear-gradient(45deg,transparent 75%,rgb(180,183,190) 25%),linear-gradient(-45deg,transparent 75%,rgb(180,183,190) 25%);background-size:4px 4px;background-position:0 0,2px 0,2px -2px,0 2px}.vuuSimpleDraggableWrapper>.vuuPaletteItem{--vuu-icon-color: var(--salt-selectable-foreground)}.Tabs{display:flex;box-sizing:border-box;flex-direction:column}.Tabs-horizontal{--vuu-tabs-border-style: none solid none none;flex-direction:row}.Tabs .Toolbar:before{left:0;width:100%;bottom:0;height:1px;content:"";position:absolute;background:var(--grey60)}.vuuTabHeader{--saltTabs-activationIndicator-background: transparent;--saltToolbarField-marginTop: calc(var(--salt-size-unit) - 1px);border-color:var(--salt-container-primary-borderColor);border-style:var(--vuu-tabs-border-style, none none solid none);border-width:1px}.vuuTabHeader+.hwFlexbox,.vuuTabHeader+*{flex:1}.vuuTabHeader+.vuuView>.vuuHeader{height:0;overflow:hidden}.Layout-svg-button{--spacing-medium: 5px}[data-design-mode=true] .Component{filter:grayscale(100%);opacity:.4}[data-design-mode=true] .Component:after{color:#000;content:"Component";height:12px;background-color:#ff0}.LayoutConfigurator{--margin-color: #f3cea5;--border-color: #fddda0;--padding-color: #c6d092;--content-color: #8cb6c0;display:flex;flex-direction:column;align-items:stretch;background-color:var(--margin-color)}.LayoutConfigurator .layout-outer{flex:1 1 auto;display:flex;flex-direction:column;align-items:stretch}.LayoutBox{--hw-control-font-size: 13px;--hw-text-input-bg: rgba(255, 255, 255, .3);--hwTextInput-padding: 3px;--hw-text-input-position: absolute;--hwTextInput-width: 30px;flex:1 1 auto}.LayoutBox>.layout-top{flex:0 0 40px;padding-left:12px;display:flex;flex-direction:row;align-items:center;position:relative}.LayoutBox>.layout-bottom{flex:0 0 40px;position:relative;display:flex;flex-direction:row;align-items:center}.LayoutBox>.layout-inner>.layout-right,.LayoutBox>.layout-inner>.layout-left{flex:0 0 40px;display:flex;flex-direction:column;justify-content:center;align-items:center}.layout-top,.layout-bottom{--hw-text-input-margin: 0 0 0 -15px}.layout-top>.layout-input,.layout-bottom>.layout-input{left:50%}.LayoutBox>.layout-inner{flex:1 1 auto;display:flex;flex-direction:row;align-items:stretch}.LayoutBox.layout-margin{background-color:var(--margin-color);border:dashed 2px black}.LayoutBox.layout-border{background-color:var(--border-color);border:solid 2px black}.LayoutBox.layout-padding{background-color:var(--padding-color);border:dashed 2px black}.LayoutBox .layout-content{flex:1 1 auto;background-color:var(--content-color);border:solid 2px #808080}.LayoutBox .layout-title{color:#161616;font-size:11px;left:4px;line-height:15px;position:absolute;top:1px}.hwLayoutTreeNode{cursor:default}.hwLayoutTreeNode:hover{background-color:#fff3}.hwLayoutTreeNode[aria-selected=true]{background-color:#6495ed;color:#fff}.vuuTabstrip{--vuuOverflowContainer-background: transparent;--tabstrip-dragging-display: none;--tabstrip-display: inline-flex;--tabstrip-background: transparent;align-self:var(--saltTabs-tabstrip-alignSelf, stretch);font-size:var(--salt-text-fontSize);font-weight:var(--vuuTabstrip-fontWeight, var(--salt-text-fontWeight));position:relative;overflow:visible;display:flex;min-width:28px;width:var(--tabstrip-width)}.vuuTabstrip-horizontal{--tabstrip-height: var(--vuuTabstrip-height, 28px);--tabstrip-width: var(--vuuTabstrip-width, 100%);--tab-width: auto;--tab-thumb-height: 2px;--tab-thumb-left: var(--tab-thumb-offset, 0);--tab-thumb-top: auto;--tab-thumb-width: var(--tab-thumb-size, 100%);align-items:flex-start;border-bottom:var(--vuuTabstrip-borderBottom, solid 1px var(--salt-container-primary-borderColor))}.vuuTabstrip-vertical{--tabstrip-height: var(--vuuTabstrip-height, 100%);--tabstrip-width: var(--vuuTabstrip-width, 100px);--tab-width: 100%;--tab-thumb-height: var(--tab-thumb-size, 100%);--tab-thumb-left: 0;--tab-thumb-top: var(--tab-thumb-offset, 0);--tab-thumb-width: 2px;align-self:flex-start;display:inline-flex}.vuuTabstrip-draggingTab .vuuTab{pointer-events:none}.vuuTabstrip-addTabButton{--saltButton-height: 20px;--saltButton-width: 20px}.vuuTabstrip-overflowMenu.saltDropdown{--saltIcon-margin: 2px 0 0 0px}.vuuTabstrip-overflowMenu-open{--saltButton-background: var(--salt-actionable-secondary-background-active);--saltButton-text-color: var(--salt-actionable-secondary-text-color-active)}.vuuTabstrip-overflowMenu-open .saltButton{--saltIcon-color: var(--salt-actionable-secondary-foreground-active)}.vuuTabstrip-inner{width:100%;align-items:center;display:flex;flex-basis:auto;flex-grow:0;flex-shrink:1;flex-wrap:wrap;justify-content:flex-start;line-height:var(--tabstrip-height)}.vuuTabstrip-vertical .vuuTabstrip-inner{flex-direction:column;height:auto}.vuuTabstrip-centered .vuuTabstrip-inner{justify-content:center}.vuuDraggable[class*=vuuTabstrip]{--tabstrip-display: flex;--tabstrip-height: 100%;--tabstrip-dragging-display: block;--tabs-tab-background: var(--salt-navigable-primary-background-hover);--tabs-tab-before-content: "";--tabs-tab-before-background: var(--salt-navigable-indicator-hover);--tabs-tab-before-height: var(--tab-activationIndicator-thumb-height);--tabs-tab-before-inset: var(--tab-activationIndicator-inset);--tabs-tab-before-width: var(--tab-activationIndicator-thumb-width);--tabs-tab-cursor: var(--salt-draggable-grab-cursor-active);--tabs-tab-position: static;font-size:12px}.vuuDraggable-tabstrip-horizontal{--tab-thumb-height: 2px;--tabstrip-height: 28px;line-height:var(--tabstrip-height)}.vuuDraggable[class*=tabstrip] .vuuTab[aria-selected=true]:before{--tabs-tab-before-background: var(--salt-navigable-indicator-active)}.vuuTabstrip-overflowMenu-dropTarget:after{background:var(--salt-selectable-background-selected);content:"";position:absolute;height:2px;left:0;right:0;bottom:0}.vuuTabMenu{top:-2px}.vuuTab{--saltEditableLabel-padding: 0;--saltEditableLabel-height: var(--tabstrip-height);--saltInputLegacy-minWidth: 4em;--saltEditableLabel-top: 3px;--tab-background: var(--vuuTab-background, var(--salt-navigable-primary-background));--tab-cursor: pointer;--tab-position: relative}.vuuTab{align-items:center;align-self:stretch;background:var(--tab-background);border:none;border-radius:var(--vuuTab-borderRadius, 0);color:var(--salt-text-primary-foreground);cursor:var(--vuuTab-cursor, var(--tab-cursor));display:var(--tabstrip-display);gap:8px;height:var(--vuuTab-height, var(--tabstrip-height));letter-spacing:var(--vuuTab-letterSpacing, var(--tab-letterSpacing, 0));min-width:var(--vuuTab-minWidth, 40px);outline:none;padding:var(--vuuTab-padding, 0 24px);position:var(--vuuTab-position, var(--tab-position));user-select:none;width:var(--tab-width)}.vuuTab{margin:0 var(--tab-spacing) 0 0}.vuuTab-selected{background:var(--vuuTab-background-selected, var(--tab-background));color:var(--salt-text-primary-foreground);font-weight:var(--salt-navigable-fontWeight-active)}.vuuTab-main{align-items:center;border:none;color:inherit;cursor:inherit;display:flex;font-family:inherit;font-size:inherit;font-weight:inherit;height:var(--vuuTabstrip-height, var(--salt-size-stackable));outline:none;position:relative}.vuuTab-closeable .vuuTab-main{border-right:solid transparent var(--salt-size-unit)}.vuuTab .vuuTab-closeButton{display:flex;align-items:center;justify-content:center}.vuuTab-close-icon{display:none}.salt-density-touch .vuuTab-close-icon,.salt-density-low .vuuTab-close-icon{display:block}.salt-density-touch .vuuTab-close-icon-small,.salt-density-low .vuuTab-close-icon-small{display:none}.vuuTab .vuuTab-text{display:inline-block;position:relative;overflow:hidden;text-align:var(--salt-text-textAlign-embedded);text-overflow:ellipsis;top:var(--vuuTab-top, var(--tab-top, auto));white-space:nowrap;z-index:var(--salt-zIndex-default)}.vuuTab .vuuTab-text:before{height:0;content:attr(data-text);display:block;visibility:hidden;font-weight:var(--salt-navigable-fontWeight-active)}.vuuTab-editing:after{content:"";position:absolute;top:0;left:0;right:0;bottom:2px;outline-color:var(--salt-focused-outlineColor);outline-style:var(--salt-focused-outlineStyle);outline-width:var(--salt-focused-outlineWidth);outline-offset:-2px}.vuuTab.vuuFocusVisible{background:var(--vuuTab-hover-background, var(--salt-navigable-primary-background-hover));outline-color:var(--vuuTab-focusVisible-color, var(--salt-focused-outlineColor));outline-style:dashed;outline-width:1px;outline-offset:-1px}.vuuTab:before{content:var(--tab-before-content, none);content:"";background:var(--tab-before-background);height:var(--tab-before-height);inset:var(--tab-before-inset);position:absolute;width:var(--tab-before-width);z-index:1}.vuuTabstrip-draggingTab .vuuTab-selected:before{--tab-before-content: "";--tab-before-background: var(--salt-navigable-indicator-color-active);--tab-before-height: var(--tab-thumb-height);--tab-before-inset: var(--tab-activationIndicator-inset);--tab-before-width: var(--tab-activationIndicator-thumb-width)}.vuuTab-selected:before{--tab-before-content: "";background:var(--salt-navigable-indicator-active);height:var(--tab-thumb-height);position:absolute;left:var(--tab-thumb-left);bottom:0px;top:var(--tab-thumb-top, auto);transition:var(--tab-thumb-transition, none);width:var(--tab-thumb-width, 100%)}.vuuTab:hover:not(.vuuTab-closeHover){background:var(--vuuTab-hover-background, var(--salt-navigable-primary-background-hover))}.vuuTree{--tree-node-collapse: var(--vuuTree-toggle-collapse, var(--svg-tree-node-collapse));--tree-node-expand: var(--vuuTree-toggle-expand, var(--svg-tree-node-expand));--tree-toggle-width: 12px;--tree-icon-color: var(--vuuTree-icon-color, #4c505b);--tree-node-expanded-transform: var(--vuuTree-node-expanded-transform, none);--tree-node-indent: 0px;--list-hilited-bg: var(--hw-list-hilited-bg, rgba(0, 0, 0, .1));--list-item-height: var(--hw-list-item-height, 30px);--list-item-padding: var(--hw-list-item-padding, 0 6px);--list-item-header-bg: var(--hw-list-item-header-bg, black);--list-item-header-color: var(--hw-list-item-header-color, white);--list-item-header-font-weight: bold;--list-item-header-twisty-color: black;--list-item-header-twisty-content: "";--list-item-header-twisty-top: 50%;--list-item-header-twisty-left: -18px;--list-item-header-twisty-right: auto;--list-item-selected-bg: var(--hw-list-selected-bg, #1ea7fd);--list-item-selected-color: white;--list-item-text-color: var(--hw-gray-800);--focus-visible-border-color: var(--hw-focus-visible-border-color, rgb(141, 154, 179));list-style:none;margin:0;padding:0 1px;font-size:var(--vuuTree-font-size, 14px);max-height:inherit;outline:none;overflow-y:auto;position:relative;user-select:none}.vuuTree-viewport{--list-item-height: 30px;box-sizing:border-box;max-height:inherit;overflow:auto}.vuuTree-scrollingContentContainer{box-sizing:inherit;position:relative}.vuuTree-scrollingContentContainer .vuuTreeNode{line-height:30px;position:absolute;top:0;left:0;right:0;will-change:transform}.vuuTreeNode{list-style:none}.vuuTreeNode:not([aria-expanded]),.vuuTreeNode[aria-expanded]>.vuuTreeNode-label{--checkbox-border-color: black;--checkbox-border-width: 1px;--checkbox-tick: black;--list-item-padding-left: 6px;--svg-toggle: var(--tree-node-collapse);align-items:center;color:var(--list-item-text-color);display:flex;flex-wrap:nowrap;height:var(--list-item-height);line-height:var(--list-item-height);padding:var(--list-item-padding);padding-left:var(--padding-left);position:relative;cursor:default;margin:0;white-space:nowrap}.vuuTreeNode:not([aria-expanded]){--padding-left: calc( var(--list-item-padding-left) + var(--tree-toggle-width) + var(--tree-node-indent) )}.vuuTreeNode[aria-expanded]>.vuuTreeNode-label{--padding-left: calc( var(--list-item-padding-left) + var(--tree-toggle-width) + var(--tree-node-indent) )}.vuuTreeNode-icon{background-color:var(--tree-icon-color);display:inline-block;height:18px;margin-right:6px;-webkit-mask:var(--vuu-icon-svg) center center/12px 12px no-repeat;mask:var(--vuu-icon-svg) center center/12px 12px no-repeat;flex:0 0 18px}.vuuTreeNode[aria-expanded]{flex-direction:column}.vuuTreeNode[aria-expanded]{flex-direction:column;height:auto}.vuuTreeNode>*[role=group]{padding-left:0}.vuuTreeNode{padding-left:calc(var(--padding-left) + var(--tree-node-indent))}.vuuTreeNode[aria-level="2"]{--tree-node-indent: 12px}.vuuTreeNode[aria-level="3"]{--tree-node-indent: 24px}.vuuTreeNode[aria-level="4"]{--tree-node-indent: 36px}.vuuTreeNode:not(.focusVisible):not(.hwListItemHeader):not([aria-expanded])[data-highlighted],.vuuTreeNode:not(.focusVisible):not(.hwListItemHeader)[aria-expanded][data-highlighted]>div:first-child{background-color:var(--list-hilited-bg)}.vuuTreeNode-toggle{cursor:pointer}.vuuTreeNode>.vuuTreeNode-toggle{display:inline-block;height:100%;left:0;position:absolute;width:calc(var(--list-item-padding-left) + var(--tree-toggle-width))}.vuuTreeNode[aria-expanded]>.vuuTreeNode-label:after{content:var(--list-item-header-twisty-content);-webkit-mask:var(--svg-toggle) center center/8px 8px no-repeat;mask:var(--svg-toggle) center center/8px 8px no-repeat;background-color:var(--list-item-header-twisty-color);height:18px;margin-top:-9px;left:var(--tree-node-indent);position:absolute;top:var(--list-item-header-twisty-top);transition:transform .3s;width:18px}.vuuTreeNode[aria-selected=true]{--list-item-header-twisty-color: var(--list-item-selected-color)}.vuuTreeNode:not(.focusVisible):focus{background-color:#0000001a}.vuuTreeNode:not([aria-expanded]).focusVisible:before,.vuuTreeNode[aria-expanded].focusVisible>div:first-child:before{content:"";position:absolute;top:0px;left:var(--tree-focus-offset, 0px);right:0;bottom:0px;border:dotted var(--focus-visible-border-color) 2px;background-color:var(--list-hilited-bg)}.vuuTreeNode[aria-expanded=false]>*:first-child:after{--svg-toggle: var(--tree-node-expand)}.vuuTreeNode[aria-expanded=true]>*:first-child:after{transform:var(--tree-node-expanded-transform)}.vuuTree:not(.checkbox-only) .vuuTreeNode:not([aria-expanded])[aria-selected=true],.vuuTree:not(.checkbox-only) .vuuTreeNode[aria-expanded][aria-selected=true]>div:first-child{--checkbox-border-color: var(--list-item-selected-color);--checkbox-tick: var(--list-item-selected-color);--focus-visible-border-color: var(--list-item-selected-color);background-color:var(--list-item-selected-bg);color:var(--list-item-selected-color)}.with-checkbox .vuuTreeNode{padding-left:28px}.with-checkbox .vuuTreeNode:before{border-style:solid;border-width:var(--checkbox-border-width);border-color:var(--checkbox-border-color);content:"";height:12px;left:3px;margin-top:-7px;position:absolute;top:50%;width:12px}.vuuTable{--cell-outline-width: 2px;user-select:none}[role=cell]{display:inline-block}[data-align=end]{margin-left:auto}[data-align=end]+[data-align=end]{margin-left:0}.vuuTable-table [role=cell]{--saltEditableLabel-height: 17px;--saltInput-height: 17px;--saltInput-minHeight: 17px;border-right:1px solid var(--vuuTableCell-border-rightColor);border-bottom:1px solid var(--vuuTableCell-border-bottomColor);color:var(--salt-text-primary-foreground);cursor:default;height:var(--vuuTable-rowHeight);line-height:calc(var(--vuuTable-rowHeight) - 1px);overflow:hidden;padding:0 5px;vertical-align:top}.vuuTable-headerCell:focus,.vuuTable [role=cell]:focus{outline:var(--vuuTableCell-outline, dotted var(--salt-color-blue-400) var(--cell-outline-width));outline-offset:calc(var(--cell-outline-width) * -1);box-shadow:inset 0 0 0 var(--cell-outline-width) #fff;border-bottom:none}.vuuTable-headerCell:focus .vuuTable-headerCell-inner{padding-bottom:var(--cell-outline-width)}.vuuTable-headerCell:not(.vuuTable-headerCell-resizing):focus .vuuTable-headerCell-inner{--columnResizer-color: transparent}.vuuTable [role=cell]:focus{border-right:none;padding-bottom:1px}[role=cell][data-editable=true]{--salt-text-fontSize: 10px;--vuu-icon-size: 5px;position:relative}[role=cell][data-editable=true]:after{top:0;content:"";background-color:var(--salt-text-secondary-foreground, black);left:0;height:var(--vuu-icon-height, var(--vuu-icon-size, 12px));-webkit-mask:var(--svg-corner-triangle) center center/var(--vuu-icon-size) var(--vuu-icon-size);mask:var(--svg-corner-triangle) center center/var(--vuu-icon-size) var(--vuu-icon-size);mask-repeat:no-repeat;-webkit-mask-repeat:no-repeat;position:absolute;transform:rotate(180deg);width:var(--vuu-icon-width, var(--vuu-icon-size, 12px))}[role=cell]:focus[data-editable],[role=cell]:focus-within[data-editable],[role=cell]:has(.saltEditableLabel-editing){outline:solid var(--salt-color-blue-400) 1px;background-color:#fff;outline-offset:-1px}[role=cell]:focus[data-editable=true]:after,[role=cell]:has(.saltEditableLabel):after{background-color:var(--salt-color-blue-400);left:1px;top:1px}.vuuAlignRight{text-align:right}.vuuTableGroupCell{--spacer-width: 20px;--toggle-icon-transform: var(--row-toggle-icon-transform, none);--vuu-icon-width: 18px;align-items:center;display:inline-flex}.vuuTableGroupCell-spacer{height:100%;position:relative;width:var(--spacer-width)}.vuuTableGroupCell-spacer:after{background:var(--salt-container-primary-borderColor);content:"";position:absolute;top:0;bottom:-1px;left:9px;width:1px}.vuuTableGroupCell-toggle{transition:transform .25s;transform:var(--toggle-icon-transform)}.vuuTableRow{--row-background: var(--table-background);position:absolute;top:0}.vuuTableRow-even{--row-background: var(--row-background-even)}.vuuTableRow{background-color:var(--row-background)}.vuuTableRow-expanded{--row-toggle-icon-transform: rotate(90deg)}.vuuTableRow[aria-selected]{background-color:var(--vuuTableRow-selected-background, var(--salt-selectable-background-selected));--vuuTableCell-border-bottomColor: var(--salt-selectable-borderColor-selected)}.vuuTableRow-preSelected{--vuuTableCell-border-bottomColor: var(--salt-selectable-borderColor-selected)}.salt-theme{--svg-spinner: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><path fill="rgb(38, 112, 169)" d="M73,50c0-12.7-10.3-23-23-23S27,37.3,27,50 M30.9,50c0-10.5,8.5-19.1,19.1-19.1S69.1,39.5,69.1,50"><animateTransform attributeName="transform" attributeType="XML" type="rotate" dur="1s" from="0 50 50" to="360 50 50" repeatCount="indefinite" /></path></svg>')}.vuuTable-groupHeaderCell{--cell-align: "flex-start";text-align:left;background:var(--dataTable-background);cursor:default;height:var(--vuuTableHeaderHeight)}.vuuTable-groupHeaderCell-inner{align-items:center;display:flex;height:100%;padding-left:1px}.vuuTable-groupHeaderCell-label{align-items:center;display:flex;flex:0 0 auto}.vuuTable-groupHeaderCell-col{align-items:center;background-color:inherit;display:inline-flex;flex:0 1 auto;height:calc(var(--vuuTableHeaderHeight) - 2px);justify-content:space-between;padding-right:8px;position:relative}.vuuTable-groupHeaderCell-close{--vuu-icon-height: 18px;--vuu-icon-width: 18px;cursor:pointer;left:3px}.vuuTable-groupHeaderCell-col:nth-child(odd){background-color:var(--salt-color-gray-50)}.vuuTable-groupHeaderCell-col:nth-child(even){background-color:var(--salt-color-gray-40)}.vuuTable-groupHeaderCell-col:first-child{clip-path:polygon(0 0,calc(100% - 8px) 0,100% 50%,calc(100% - 8px) 100%,0 100%);padding-left:3px;z-index:1}.vuuTable-groupHeaderCell-col:not(:first-child){margin-left:-6px;padding-left:12px;clip-path:polygon(0 0,calc(100% - 8px) 0,100% 50%,calc(100% - 8px) 100%,0 100%,8px 50%)}.vuuTable-groupHeaderCell-resizing{--columnResizer-color: var(--salt-color-blue-500);--columnResizer-height: var(--table-height);--columnResizer-width: 2px}.vuuTable-groupHeaderCell-pending{--pending-content: ""}.vuuTable-groupHeaderCell-col:has(+ .vuuColumnResizer):after{content:var(--pending-content);width:24px;height:24px;background-image:var(--svg-spinner);background-repeat:no-repeat;background-size:cover}.vuuSortIndicator{--menu-icon-size: 18px;--menu-item-icon-color: black;display:flex;flex-direction:column;position:relative;width:18px}.vuuSortPosition{font-size:10px;line-height:10px;text-align:center}.vuuTable-heading:nth-child(2){--heading-top: calc(var(--header-height))}.vuuTable-heading:nth-child(3){--heading-top: calc(var(--header-height) * 2)}.vuuTable-heading:nth-child(3){--heading-top: calc(var(--header-height) * 3)}.vuuTable-headingCell{background:var(--dataTable-background);border-color:var(--salt-separable-tertiary-borderColor);border-style:solid solid solid none;border-width:1px;color:var(--salt-text-secondary-foreground);display:inline-block;height:var(--vuuTableHeaderHeight);padding:0!important}.vuuTable-heading:has(+ .vuuTable-heading)>.vuuTable-headingCell{border-bottom-color:transparent}[role=columnHeader]{--vuuTableCell-border-bottomColor: var(--salt-separable-tertiary-borderColor);--cell-align: "flex-start";display:inline-block;text-align:left;background:var(--dataTable-background);border-right:1px solid var(--vuuTableCell-border-rightColor);border-bottom:1px solid var(--vuuTableCell-border-bottomColor);color:var(--salt-text-secondary-foreground);cursor:default;height:var(--vuuTableHeaderHeight);padding:0!important;vertical-align:top}.vuuTable-headerCell-right{--cell-align: flex-end}.vuuTable-headerCell-inner{align-items:stretch;display:flex;height:100%;padding:0 0 0 3px}.vuuTable-headerCell-inner:has(.vuuFilterIndicator){padding-left:0}.vuuTable-headerCell-label{align-items:center;justify-content:var(--cell-align);display:flex;flex:1 1 auto}.vuuTable-headerCell-resizing{--columnResizer-color: var(--salt-color-blue-500);--columnResizer-height: var(--table-height);--columnResizer-width: 2px}[role=headerCell].vuuPinLeft.vuuEndPin:after{box-shadow:2px 0 5px #0006;content:"";position:absolute;width:1px;background-color:transparent;height:var(--table-height);top:0;right:0px}[role=headerCell].vuuPinRight.vuuEndPin:after{box-shadow:-2px 0 5px #0000004d;content:"";position:absolute;width:1px;background-color:transparent;height:var(--table-height);top:0;left:0px}[role=headerCell]:is(.vuuPinLeft,.vuuPinRight,.vuuPinFloating){top:0;z-index:20}.saltDraggable-vuuTable-headerCell{--dataTable-background: ivory;--vuuTableHeaderHeight: 25px}.vuuFilterIndicator{--menu-icon-size: 12px;--menu-item-icon-color: black;align-items:center;cursor:pointer;display:flex;flex:0 0 18px;flex-direction:column;justify-content:center;position:relative}.vuuFilterIndicator+.vuuTable-headerCell-inner{padding-left:0}.vuuTable-table{--vuuTable-rowHeight: var(--row-height);--vuuTableCell-border-bottomColor: transparent;--vuuTableCell-border-rightColor: var(--salt-separable-tertiary-borderColor);border-collapse:separate;border-spacing:0;border-left:1px solid #ccc;border:none;font-size:var(--vuuTable-font-size, 10px);margin:0;min-height:100%;width:var(--content-width)}.vuuTable-headers{position:sticky;top:0;z-index:1}.vuuTable-body{height:var(--content-height);position:relative}.vuuTable{--dataTable-background: var(--salt-container-primary-background, inherit);--row-background-even: var(--dataTable-background);--row-background-odd: var(--dataTable-background);--table-background: var(--dataTable-background, none);background-color:var(--dataTable-background);position:relative}.vuuTable-zebra{--row-background-even: var(--salt-container-secondary-background)}.vuuTable-scrollbarContainer{--scroll-content-width: calc(var(--content-width) - var(--pinned-width-left));border-bottom:none!important;border-top:none!important;border-left:solid 1px var(--salt-container-primary-borderColor);box-shadow:0 -1px 0 0 var(--salt-container-primary-borderColor);height:var(--viewport-body-height);left:var(--pinned-width-left);overflow:auto;position:absolute;top:var(--total-header-height);width:calc(var(--table-width) - var(--pinned-width-left) + 1px)}.vuuTable-scrollbarContent{height:calc(var(--content-height) + var(--horizontal-scrollbar-height));position:absolute;width:var(--scroll-content-width, var(--content-width))}.vuuTable-contentContainer{--vuuTableHeaderHeight: var(--header-height, 30px);background-color:var(--salt-container-primary-background);height:calc(var(--table-height) - var(--horizontal-scrollbar-height));position:relative;overflow:auto;overscroll-behavior:none;width:calc(var(--table-width) - var(--vertical-scrollbar-width))}.vuuTable-contentContainer::-webkit-scrollbar{display:none}:is(.vuuPinLeft,.vuuPinRight,.vuuPinFloating){background-color:inherit;position:sticky;z-index:1}.vuuTable-settings{--saltButton-height: var(--header-height);--saltButton-width: 15px;position:absolute!important;right:0;top:0}.vuuTable:has(.vuuTable-headerCell-resizing) *{cursor:col-resize}.vuuTable-loading .vuuTable-table{--skeleton-height: 20px;--skeleton-width: calc(var(--content-width) - 8px);--skeleton-left: 4px;--skeleton-row-height: 16px;--skeleton-size: var(--skeleton-width) var(--skeleton-height);--skeleton-row: linear-gradient( var(--salt-color-gray-20-fade-background) var(--skeleton-row-height), transparent 0 );--skeleton-background-image: var(--skeleton-row);background-image:var(--skeleton-background-image);background-repeat:repeat-y;background-size:var(--skeleton-size);background-position-x:var(--skeleton-left);background-position-y:27px}.vuuTable-loading .vuuTable-table:after{animation:shimmer 2s infinite;background:linear-gradient(90deg,rgba(255,255,255,0) 0,rgba(255,255,255,.2) 20%,rgba(255,255,255,.6) 60%,rgba(255,255,255,0));content:"";height:var(--table-height);left:0px;position:absolute;transform:translate(-100%);top:var(--header-height);width:var(--content-width)}@keyframes shimmer{to{transform:translate(100%)}}.vuuJsonCell-group{align-items:center;display:inline-flex;height:calc(var(--vuuTable-rowHeight) - 1px);width:100%}.vuuJsonCell-toggle{--vuu-icon-color: var(--salt-text-primary-foreground);--vuu-icon-height: calc(var(--vuuTable-rowHeight) - 1px);--vuu-icon-width: 18px;flex-shrink:0;margin-left:auto}.vuuJsonCell-name{font-weight:var(--salt-typography-fontWeight-semiBold)}.vuuJsonCell-value{overflow:hidden;text-overflow:ellipsis}.vuuMenuItem{--vuu-svg-cog: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M12.9533 8.65331C12.98 8.43998 13 8.22665 13 7.99998C13 7.77331 12.98 7.55998 12.9533 7.34665L14.36 6.24665C14.4867 6.14665 14.52 5.96665 14.44 5.81998L13.1067 3.51331C13.0267 3.36665 12.8467 3.31331 12.7 3.36665L11.04 4.03331C10.6933 3.76665 10.32 3.54665 9.91333 3.37998L9.66 1.61331C9.64 1.45331 9.5 1.33331 9.33333 1.33331H6.66667C6.5 1.33331 6.36 1.45331 6.34 1.61331L6.08667 3.37998C5.68 3.54665 5.30667 3.77331 4.96 4.03331L3.3 3.36665C3.14667 3.30665 2.97333 3.36665 2.89333 3.51331L1.56 5.81998C1.47333 5.96665 1.51333 6.14665 1.64 6.24665L3.04667 7.34665C3.02 7.55998 3 7.77998 3 7.99998C3 8.21998 3.02 8.43998 3.04667 8.65331L1.64 9.75331C1.51333 9.85331 1.48 10.0333 1.56 10.18L2.89333 12.4866C2.97333 12.6333 3.15333 12.6866 3.3 12.6333L4.96 11.9666C5.30667 12.2333 5.68 12.4533 6.08667 12.62L6.34 14.3866C6.36 14.5466 6.5 14.6666 6.66667 14.6666H9.33333C9.5 14.6666 9.64 14.5466 9.66 14.3866L9.91333 12.62C10.32 12.4533 10.6933 12.2266 11.04 11.9666L12.7 12.6333C12.8533 12.6933 13.0267 12.6333 13.1067 12.4866L14.44 10.18C14.52 10.0333 14.4867 9.85331 14.36 9.75331L12.9533 8.65331V8.65331ZM8 10.3333C6.71333 10.3333 5.66667 9.28665 5.66667 7.99998C5.66667 6.71331 6.71333 5.66665 8 5.66665C9.28667 5.66665 10.3333 6.71331 10.3333 7.99998C10.3333 9.28665 9.28667 10.3333 8 10.3333Z"/></svg>')}.vuuTable-columnMenu{--vuu-icon-color: #606477;--vuu-icon-height: 20px;--vuu-icon-left: 0px;--vuu-icon-size: 16px;--vuu-icon-top: 0px;--vuu-icon-width: 20px;border-radius:4px;cursor:pointer;display:inline-block;margin-top:2px;padding:2px}.vuuTable-columnMenu:hover{--vuu-icon-color: #15171B;background-color:#f37880}.vuuTable-columnMenu-open:hover,.vuuTable-columnMenu-open{background-color:#6d18bd;--vuu-icon-color: white}[data-icon=cog]{--vuu-icon-svg: var(--vuu-svg-cog);--vuu-icon-size: 14px}.vuuTableNext-col-header{border-bottom:1px solid #ccc;box-sizing:border-box;cursor:default;display:inline-flex;gap:3px;height:var(--header-height);vertical-align:top}.vuuTableNext-col-header .vuuColumnResizer:hover{--columnResizer-color: var(--vuu-color-purple-10)}.vuuTableNext-col-header-label{line-height:calc(var(--header-height) - 1px)}.vuuTableNext-col-header.vuuPinLeft.vuuEndPin .vuuColumnResizer:before{--height: calc(var(--columnResizer-height) - 15px);--inset-r: calc(var(--pin-width) - 2px);--inset-b: calc(var(--height) - 2px);--clip-path: polygon( 0% 0%, 0% 120%, 2px 120%, 2px 2px, var(--inset-r) 2px, var(--inset-r) var(--inset-b), 2px var(--inset-b), 2px 120%, 120% 120%, 120% 0% );background-color:transparent;border-color:var(--vuu-color-gray-40);border-width:1px;border-style:solid solid solid solid;border-radius:4px;box-shadow:2px 1px 4px #0000001a;clip-path:var(--clip-path);content:"";position:absolute;width:var(--pin-width);top:0;bottom:0;right:-1px;height:var(--height);z-index:-5}.vuuTableNext-col-header.vuuPinRight.vuuEndPin .vuuColumnResizer:before{--height: calc(var(--columnResizer-height) - 15px);--inset-r: calc(var(--pin-width) - 2px);--inset-b: calc(var(--height) - 2px);--clip-path: polygon( -20% 0%, -20% 120%, 2px 120%, 2px 2px, var(--inset-r) 2px, var(--inset-r) var(--inset-b), 2px var(--inset-b), 2px 120%, 120% 120%, 120% 0% );background-color:transparent;border-color:#a9aaad;border-width:1px;border-style:solid solid solid solid;border-radius:4px;box-shadow:-2px 1px 4px #0000001a;clip-path:var(--clip-path);content:"";position:absolute;width:var(--pin-width);top:0;bottom:0;right:0px;height:var(--height);z-index:-5}.vuuTableNextRow{background:#fff;border-bottom:1px solid var(--salt-separable-tertiary-borderColor);box-sizing:border-box;height:var(--row-height);line-height:calc(var(--row-height) - 1px);position:absolute;top:0;white-space:nowrap}.vuuTableNextRow-selected,.vuuTableNextRow-selectedEnd{background-color:#ebebec}.vuuTableNextRow-selectedStart{--vuu-selection-decorator-left-radius: 5px 0 0 0;--vuu-selection-decorator-right-radius: 0 5px 0 0;border-radius:5px 5px 0 0}.vuuTableNextRow-selectedEnd{--vuu-selection-decorator-left-radius: 0 0 0 5px;--vuu-selection-decorator-right-radius: 0 0 5px 0;border-radius:0 0 5px 5px}.vuuTableNextRow-selectedStart.vuuTableNexRow-selectedEnd{--vuu-selection-decorator-left-radius: 5px 0 0 5px;--vuu-selection-decorator-right-radius: 0 5px 5px 0;border-radius:5px}.vuuTableNextRow-selectedStart:after{content:"";position:absolute;top:0;left:4px;height:1px;background-color:var(--vuu-color-purple-10);width:calc(var(--content-width) - 8px);z-index:1}.vuuTableNextRow-selectedEnd{border-bottom-color:var(--vuu-color-purple-10)}.vuuTableNextRow-selectionDecorator{background-color:var(--vuu-selection-decorator-bg, inherit);display:inline-block;position:relative;height:var(--row-height);width:4px;z-index:2}.vuuTableNextRow-selectionDecorator.vuuStickyLeft{left:0;position:sticky}.vuuTableNextRow-selectionDecorator.vuuStickyRight{right:0;position:sticky}.vuuTableNextRow-selected{--vuu-selection-decorator-bg: var(--vuu-color-purple-10)}.vuuTableNextRow-selectedStart,.vuuTableNextRow-selectedEnd{--vuu-selection-decorator-bg: white}.vuuTableNextRow-selectedStart .vuuTableNextRow-selectionDecorator:before,.vuuTableNextRow-selectedEnd .vuuTableNextRow-selectionDecorator:before{content:"";inset:0;position:absolute;background-color:var(--vuu-color-purple-10)}.vuuTableNextRow-selectionDecorator.vuuStickyLeft:before{border-radius:var(--vuu-selection-decorator-left-radius, 0)}.vuuTableNextRow-selectionDecorator.vuuStickyRight:before{border-radius:var(--vuu-selection-decorator-right-radius, 0)}.vuuTableNext{--vuu-table-next-selection-bookend-width: 4px;--columnResizer-height: var(--table-height);--columnResizer-color: transparent;--table-background: var(--salt-container-primary-background);height:var(--table-css-height);background-color:red;position:relative;user-select:none;width:var(--table-css-width)}.vuuTableNext-scrollbarContainer{--scroll-content-width: 1100px;border-bottom:none!important;border-top:none!important;border-left:solid 1px var(--salt-container-primary-borderColor);box-shadow:0 -1px 0 0 var(--salt-container-primary-borderColor);height:var(--viewport-body-height);left:0px;overflow:auto;position:absolute;top:var(--total-header-height);width:var(--table-width)}.vuuTableNext-scrollbarContent{height:calc(var(--content-height) + var(--horizontal-scrollbar-height));position:absolute;width:var(--content-width)}.vuuTableNext-contentContainer{background-color:var(--salt-container-primary-background);height:calc(var(--table-height) - var(--horizontal-scrollbar-height));position:relative;overflow:auto;overscroll-behavior:none;width:calc(var(--table-width) - var(--vertical-scrollbar-width))}.vuuTableNext-contentContainer::-webkit-scrollbar{display:none}.vuuTableNext-table{position:absolute;top:0;left:0;table-layout:fixed;width:var(--content-width);margin:0;border:none;background-color:#fff;border-collapse:separate;border-spacing:0}.vuuTableNext-body{height:var(--content-height)}.vuuTableNextCell{display:inline-block;padding:0 8px;vertical-align:top}.vuuPinLeft,.vuuPinRight{background-color:inherit;position:sticky;z-index:1}.vuuTableNext-col-headings{background-color:#fff;padding:0 var(--vuu-table-next-selection-bookend-width, 0);position:sticky;top:0;z-index:1}.vuuTableNext-col-headers{background-color:var(--table-background);white-space:nowrap}.sizer-cell{background-color:green!important;border:none!important;height:0px}
1
+ /* src/table/ColumnResizer.css */
2
+ .vuuColumnResizer {
3
+ background-color: var(--columnResizer-color);
4
+ cursor: col-resize;
5
+ height: var(--header-height);
6
+ position: relative;
7
+ width: 4px;
8
+ }
9
+ .vuuColumnResizer:hover {
10
+ --columnResizer-color: var(--salt-color-blue-500);
11
+ }
12
+ .vuuColumnResizer:after {
13
+ content: "";
14
+ position: absolute;
15
+ width: var(--columnResizer-width, 1px);
16
+ top: 0;
17
+ bottom: 0;
18
+ right: -1px;
19
+ background-color: var(--columnResizer-color, var(--salt-separable-tertiary-borderColor));
20
+ height: var(--columnResizer-height, calc(100% + 1px));
21
+ }
22
+
23
+ /* ../vuu-ui-controls/src/drag-drop/Draggable.css */
24
+ .vuuDraggable {
25
+ background: transparent;
26
+ box-shadow: var(--salt-overlayable-shadow-drag);
27
+ cursor: var(--salt-draggable-grab-cursor-active);
28
+ position: absolute;
29
+ opacity: .95;
30
+ z-index: 2000;
31
+ }
32
+ .vuuDraggable-spacer {
33
+ display: var(--saltDraggable-display, inline-block);
34
+ height: var(--saltDraggable-spacer-height, var(--tabstrip-height));
35
+ transition: var(--saltDraggable-transitionProp, width) 0.3s ease;
36
+ width: var(--saltDraggable-spacer-width, 0);
37
+ }
38
+ .vuuDraggable-dropIndicatorPosition {
39
+ display: var(--saltDraggable-display, inline-block);
40
+ height: 0px;
41
+ width: 100%;
42
+ }
43
+ .vuuDraggable-dropIndicatorContainer {
44
+ transition: var(--saltDraggable-transitionProp, top) 0.2s ease;
45
+ }
46
+ .vuuDraggable-dropIndicator {
47
+ background-color: var(--salt-palette-accent-background);
48
+ height: 2px;
49
+ width: 100%;
50
+ }
51
+ .vuuDraggable-dropIndicator:before {
52
+ content: "";
53
+ width: 6px;
54
+ height: 6px;
55
+ border-radius: 3px;
56
+ background-color: var(--salt-palette-accent-background);
57
+ position: absolute;
58
+ top: -2px;
59
+ left: -3px;
60
+ }
61
+ .vuuDraggable-settling {
62
+ transition-property: left, top;
63
+ transition-duration: .15s;
64
+ transition-timing-function: ease-out;
65
+ }
66
+ .vuuDraggable-spacer {
67
+ order: 1;
68
+ }
69
+
70
+ /* ../vuu-ui-controls/src/editable-label/EditableLabel.css */
71
+ .vuuEditableLabel {
72
+ --saltInput-background: transparent;
73
+ --saltInput-minWidth: 14px;
74
+ --saltInput-position: absolute;
75
+ --editableLabel-padding: var(--saltEditableLabel-padding, 6px);
76
+ --editableLabel-height: var(--saltEditableLabel-height, 26px);
77
+ color: inherit;
78
+ cursor: default;
79
+ display: flex;
80
+ flex-direction: column;
81
+ font-size: var(--salt-text-fontSize);
82
+ height: var(--editableLabel-height);
83
+ justify-content: center;
84
+ outline: none;
85
+ padding: 0 var(--editableLabel-padding);
86
+ position: relative;
87
+ z-index: var(--salt-zIndex-default);
88
+ }
89
+ .vuuEditableLabel:before {
90
+ content: attr(data-text);
91
+ display: block;
92
+ height: 0px;
93
+ visibility: hidden;
94
+ white-space: pre-wrap;
95
+ }
96
+ .vuuEditableLabel .saltInput {
97
+ font-weight: var(--salt-text-fontWeight);
98
+ left: var(--editableLabel-padding, 0);
99
+ padding: 0;
100
+ outline-style: none;
101
+ position: absolute;
102
+ right: var(--editableLabel-padding, 0);
103
+ top: var(--saltEditableLabel-top, 2px);
104
+ width: auto;
105
+ }
106
+ .vuuEditableLabel .saltInput-activationIndicator {
107
+ display: none;
108
+ }
109
+ .vuuEditableLabel-input {
110
+ background-color: transparent;
111
+ border: none;
112
+ box-sizing: content-box;
113
+ display: block;
114
+ flex: 1;
115
+ font: inherit;
116
+ height: 20px;
117
+ margin: 0;
118
+ min-width: 0;
119
+ outline: none;
120
+ padding: 0;
121
+ }
122
+
123
+ /* ../vuu-layout/src/dock-layout/Drawer.css */
124
+ .vuuDrawer {
125
+ --drawer-leading-edge-border: solid 1px var(--salt-container-primary-borderColor, none);
126
+ --vuu-close-icon-svg: var(--svg-chevron-double-right);
127
+ transition: flex-basis;
128
+ transition-duration: var(--drawer-transition-duration);
129
+ position: relative;
130
+ z-index: 1;
131
+ flex-basis: 0;
132
+ flex-grow: 1;
133
+ flex-shrink: 1;
134
+ min-width: 0;
135
+ min-height: 0;
136
+ display: flex;
137
+ }
138
+ .vuuDrawer-peekaboo {
139
+ flex-basis: var(--drawer-peek-size);
140
+ flex-grow: 0;
141
+ flex-shrink: 0;
142
+ }
143
+ .vuuDrawer-inline.vuuDrawer-open {
144
+ flex-basis: var(--drawer-size);
145
+ flex-grow: 0;
146
+ flex-shrink: 0;
147
+ }
148
+ .vuuDrawer-liner {
149
+ background-color: var(--drawer-bg);
150
+ overflow: hidden;
151
+ position: relative;
152
+ }
153
+ .vuuDrawer-content {
154
+ height: 100%;
155
+ overflow: hidden;
156
+ position: absolute;
157
+ top: 0;
158
+ right: var(--drawer-peek-size);
159
+ transition: right;
160
+ transition-duration: var(--drawer-transition-duration);
161
+ width: 100%;
162
+ flex: 1 1 100%;
163
+ }
164
+ .vuuDrawer-open .vuuDrawer-content {
165
+ right: 0;
166
+ }
167
+ .vuuDrawer-left {
168
+ border-right: var(--drawer-leading-edge-border);
169
+ }
170
+ .vuuDrawer-right {
171
+ border-left: var(--drawer-leading-edge-border);
172
+ }
173
+ .vuuDrawer-top {
174
+ border-bottom: var(--drawer-leading-edge-border);
175
+ }
176
+ .vuuDrawer-bottom {
177
+ border-top: var(--drawer-leading-edge-border);
178
+ }
179
+ .vuuDrawer-left .vuuDrawer-liner,
180
+ .vuuDrawer-right .vuuDrawer-liner {
181
+ height: 100%;
182
+ transition: width;
183
+ }
184
+ .vuuDrawer-top .vuuDrawer-liner,
185
+ .vuuDrawer-bottom .vuuDrawer-liner {
186
+ width: 100%;
187
+ transition: height;
188
+ }
189
+ .vuuDrawer-inline .vuuDrawer-liner {
190
+ width: 100%;
191
+ height: 100%;
192
+ }
193
+ .vuuDrawer-over .vuuDrawer-liner {
194
+ position: absolute;
195
+ transition-duration: 0.4s;
196
+ }
197
+ .vuuDrawer-over.vuuDrawer-left .vuuDrawer-liner {
198
+ top: 0;
199
+ left: 0;
200
+ width: 0;
201
+ }
202
+ .vuuDrawer-over.vuuDrawer-right .vuuDrawer-liner {
203
+ top: 0;
204
+ right: 0;
205
+ width: 0;
206
+ }
207
+ .vuuDrawer-over.vuuDrawer-top .vuuDrawer-liner {
208
+ height: 0;
209
+ top: 0;
210
+ left: 0;
211
+ }
212
+ .vuuDrawer-over.vuuDrawer-bottom .vuuDrawer-liner {
213
+ bottom: 0;
214
+ height: 0;
215
+ left: 0;
216
+ }
217
+ .vuuDrawer-left.vuuDrawer-over.vuuDrawer-peekaboo .vuuDrawer-liner,
218
+ .vuuDrawer-right.vuuDrawer-over.vuuDrawer-peekaboo .vuuDrawer-liner {
219
+ width: var(--drawer-peek-size);
220
+ }
221
+ .vuuDrawer-top.vuuDrawer-over.vuuDrawer-peekaboo .vuuDrawer-liner,
222
+ .vuuDrawer-bottom.vuuDrawer-over.vuuDrawer-peekaboo .vuuDrawer-liner {
223
+ height: var(--drawer-peek-size);
224
+ }
225
+ .vuuDrawer-left.vuuDrawer-over.vuuDrawer-open .vuuDrawer-liner,
226
+ .vuuDrawer-right.vuuDrawer-over.vuuDrawer-open .vuuDrawer-liner {
227
+ width: var(--drawer-size);
228
+ }
229
+ .vuuDrawer-top.vuuDrawer-over.vuuDrawer-open .vuuDrawer-liner,
230
+ .vuuDrawer-bottom.vuuDrawer-over.vuuDrawer-open .vuuDrawer-liner {
231
+ height: var(--drawer-size);
232
+ }
233
+ .vuuDrawer-top,
234
+ .vuuDrawer-left {
235
+ order: 0;
236
+ }
237
+ .vuuDrawer-bottom,
238
+ .vuuDrawer-right {
239
+ order: 99;
240
+ }
241
+ .vuuDrawer-left,
242
+ .vuuDrawer-right {
243
+ flex-direction: column;
244
+ }
245
+ .vuuToggleButton-container {
246
+ --saltButton-height: 28px;
247
+ --saltButton-width: 28px;
248
+ --vuu-icon-size: 12px;
249
+ flex: 0 0 28px;
250
+ }
251
+ .vuuDrawer-open {
252
+ --vuu-close-icon-svg: var(--svg-chevron-double-left);
253
+ }
254
+
255
+ /* ../vuu-layout/src/dock-layout/DockLayout.css */
256
+ .vuuDockLayout {
257
+ --chest-bg: var(--hw-chest-bg, inherit);
258
+ --drawer-bg: var(--hw-drawer-bg, inherit);
259
+ --drawer-size: var(--hw-drawer-size, 200px);
260
+ --drawer-peek-size: var(--hw-drawer-peek-size, 32px);
261
+ --drawer-transition-duration: var(--hw-drawer-transition-duration, 0.4s);
262
+ background-color: var(--chest-bg);
263
+ display: flex;
264
+ }
265
+ .vuuDockLayout-horizontal {
266
+ flex-direction: row;
267
+ }
268
+ .vuuDockLayout-vertical {
269
+ flex-direction: column;
270
+ }
271
+ .vuuDockLayout-content {
272
+ background-color: var(--chest-bg);
273
+ flex-grow: 1;
274
+ flex-shrink: 1;
275
+ overflow: hidden;
276
+ display: flex;
277
+ align-items: center;
278
+ justify-content: center;
279
+ }
280
+ .vuuDockLayout-horizontal .vuuDockLayout-content {
281
+ flex-basis: 100%;
282
+ }
283
+ .vuuDockLayout-vertical .vuuDockLayout-content {
284
+ flex-basis: 100%;
285
+ }
286
+
287
+ /* ../vuu-layout/src/Component.css */
288
+
289
+ /* ../vuu-layout/src/drag-drop/DropMenu.css */
290
+ .vuuDropMenu {
291
+ margin-left: -50%;
292
+ margin-bottom: -50%;
293
+ background-color: white;
294
+ border: solid 1px var(--grey40);
295
+ display: inline-flex;
296
+ justify-content: center;
297
+ align-items: center;
298
+ padding: 3px;
299
+ border-radius: 3px;
300
+ }
301
+ .vuuDropMenu-left,
302
+ .vuuDropMenu-right {
303
+ flex-direction: column;
304
+ }
305
+ .vuuDropMenu-bottom {
306
+ transform: translate(0, -30px);
307
+ }
308
+ .vuuDropMenu-right {
309
+ transform: translate(-20px, 0);
310
+ }
311
+ .vuuDropMenu-item {
312
+ --vuu-icon-size: 20px;
313
+ width: 32px;
314
+ height: 32px;
315
+ background-color: var(--grey20);
316
+ border-bottom: solid 1px var(--grey40);
317
+ cursor: pointer;
318
+ display: flex;
319
+ align-items: center;
320
+ justify-content: center;
321
+ }
322
+ .vuuDropMenu-item .Icon {
323
+ transform: scale(1.25);
324
+ transform-origin: center center;
325
+ }
326
+ .vuuDropMenu-left .vuuDropMenu-item .hwIcon {
327
+ transform: scale(1.25) rotate(180deg);
328
+ transform-origin: center center;
329
+ }
330
+ .vuuDropMenu-top .vuuDropMenu-item .hwIcon {
331
+ transform: scale(1.25) rotate(270deg);
332
+ transform-origin: center center;
333
+ }
334
+ .vuuDropMenu-bottom .vuuDropMenu-item .hwIcon {
335
+ transform: scale(1.25) rotate(90deg);
336
+ transform-origin: center center;
337
+ }
338
+ .vuuDropMenu-item .hwIcon-path {
339
+ fill: grey;
340
+ }
341
+ .vuuDropMenu-item:hover {
342
+ background-color: rgba(200, 200, 200, 0.5);
343
+ }
344
+ .vuuDropMenu-item:hover .hwIcon-path-2 {
345
+ fill: blue;
346
+ }
347
+ .vuuDropMenu-item:last-child {
348
+ border-bottom: none;
349
+ }
350
+
351
+ /* ../vuu-layout/src/drag-drop/DropTargetRenderer.css */
352
+ #hw-drag-canvas {
353
+ visibility: hidden;
354
+ z-index: 1;
355
+ position: absolute;
356
+ top: 0px;
357
+ left: 0;
358
+ right: 0;
359
+ bottom: 0;
360
+ background-color: transparent;
361
+ }
362
+ #hw-drag-canvas > svg {
363
+ position: absolute;
364
+ }
365
+ .drawing #hw-drag-canvas {
366
+ visibility: visible;
367
+ }
368
+ path.drop-target {
369
+ stroke: blue;
370
+ stroke-width: 4px;
371
+ fill: transparent;
372
+ }
373
+ path.drop-target.centre {
374
+ stroke: red;
375
+ }
376
+ #vuu-drop-outline {
377
+ fill: rgba(0, 0, 255, .3);
378
+ stroke: none;
379
+ stroke-dasharray: 4 2;
380
+ }
381
+ #hw-drop-guides {
382
+ fill: none;
383
+ stroke: rgba(0, 0, 0, 0.3);
384
+ stroke-dasharray: 2 3;
385
+ }
386
+
387
+ /* ../vuu-layout/src/DraggableLayout.css */
388
+ .DraggableLayout {
389
+ display: inline-block;
390
+ outline: none;
391
+ }
392
+ [data-dragging=true] {
393
+ position: absolute !important;
394
+ z-index: 100;
395
+ }
396
+ .vuuSimpleDraggableWrapper {
397
+ background-color: white;
398
+ box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.2);
399
+ }
400
+ .vuuSimpleDraggableWrapper > * {
401
+ height: 100%;
402
+ width: 100%;
403
+ }
404
+
405
+ /* ../vuu-layout/src/placeholder/Placeholder.css */
406
+ .vuuPlaceholder {
407
+ flex-basis: 0;
408
+ flex-grow: 1;
409
+ flex-shrink: 1;
410
+ }
411
+ .vuuPlaceholder-shim {
412
+ flex-grow: 0;
413
+ flex-shrink: 0;
414
+ }
415
+
416
+ /* ../vuu-layout/src/flexbox/Splitter.css */
417
+ .Splitter {
418
+ --splitter-size: 3px;
419
+ --splitter-border-width: 4px;
420
+ --splitter-border-style: none;
421
+ --splitter-border-color: white;
422
+ align-items: center;
423
+ background-color: var(--salt-palette-neutral-secondary-separator);
424
+ border-color: var(--splitter-border-color);
425
+ border-style: var(--splitter-border-style);
426
+ box-sizing: border-box;
427
+ display: flex;
428
+ justify-content: center;
429
+ position: relative;
430
+ outline: none;
431
+ z-index: 1;
432
+ }
433
+ .Splitter:hover {
434
+ background-color: var(--salt-palette-neutral-primary-separator);
435
+ }
436
+ .active.Splitter {
437
+ background-color: var(--salt-palette-interact-outline);
438
+ }
439
+ .Splitter.column {
440
+ cursor: ns-resize;
441
+ height: var(--splitter-size);
442
+ border-width: var(--splitter-border-width) 0;
443
+ }
444
+ .Splitter:not(.column) {
445
+ cursor: ew-resize;
446
+ width: var(--splitter-size);
447
+ border-width: 0 var(--splitter-border-width);
448
+ }
449
+ .Splitter:before {
450
+ border: none;
451
+ border-radius: 0;
452
+ content: "";
453
+ display: block;
454
+ padding: 0;
455
+ }
456
+ .Splitter .grab-zone {
457
+ position: absolute;
458
+ background-color: rgba(255, 0, 0, 0.01);
459
+ cursor: inherit;
460
+ }
461
+ .Splitter.column .grab-zone {
462
+ left: 0;
463
+ right: 0;
464
+ top: -5px;
465
+ bottom: -5px;
466
+ }
467
+ .Splitter:not(.column) .grab-zone {
468
+ left: -5px;
469
+ right: -5px;
470
+ top: 0;
471
+ bottom: 0;
472
+ }
473
+ .active.Splitter:not(.column) .grab-zone {
474
+ background-color: rgba(255, 255, 255, .05);
475
+ left: -150px;
476
+ right: -150px;
477
+ }
478
+ .Splitter:not(.column):before {
479
+ width: 1px;
480
+ height: 10px;
481
+ background: linear-gradient(to bottom, var(--grey900) 10%, transparent 10%, transparent 30%, var(--grey900) 30%, var(--grey900) 40%, transparent 40%, transparent 60%, var(--grey900) 60%, var(--grey900) 70%, transparent 70%, transparent 90%, var(--grey900) 90%);
482
+ }
483
+ .active.Splitter.column:before {
484
+ background: linear-gradient(to right, #ffffff 10%, transparent 10%, transparent 30%, #ffffff 30%, #ffffff 40%, transparent 40%, transparent 60%, #ffffff 60%, #ffffff 70%, transparent 70%, transparent 90%, #ffffff 90%);
485
+ }
486
+ .active.Splitter:not(.column):before {
487
+ background: linear-gradient(to bottom, #ffffff 10%, transparent 10%, transparent 30%, #ffffff 30%, #ffffff 40%, transparent 40%, transparent 60%, #ffffff 60%, #ffffff 70%, transparent 70%, transparent 90%, #ffffff 90%);
488
+ }
489
+ .Splitter.column:before {
490
+ width: 10px;
491
+ height: 1px;
492
+ background: linear-gradient(to right, var(--grey900) 10%, transparent 10%, transparent 30%, var(--grey900) 30%, var(--grey900) 40%, transparent 40%, transparent 60%, var(--grey900) 60%, var(--grey900) 70%, transparent 70%, transparent 90%, var(--grey900) 90%);
493
+ }
494
+
495
+ /* ../vuu-layout/src/flexbox/Flexbox.css */
496
+ :root {
497
+ --hw-space-unit: 4px;
498
+ --hw-flex-gap: 3;
499
+ --hw-fluid-grid-col-bg: rgba(200, 200, 200, 0.3);
500
+ }
501
+ .hwFlexbox {
502
+ background-color: var(--container1-background);
503
+ box-sizing: border-box;
504
+ display: flex;
505
+ gap: calc(var(--spacing) * var(--space));
506
+ min-height: 0;
507
+ min-width: 0;
508
+ overflow: hidden;
509
+ }
510
+ .hwFlexbox-column {
511
+ flex-direction: column;
512
+ }
513
+ .hwFlexbox-row {
514
+ flex-direction: row;
515
+ }
516
+ .hwFlexbox > .Splitter {
517
+ flex-basis: auto;
518
+ flex-grow: 0;
519
+ flex-shrink: 0;
520
+ }
521
+ .hwFlexbox.full-page {
522
+ height: 100vh;
523
+ width: 100vw;
524
+ }
525
+ .flex-fill {
526
+ border-color: red;
527
+ flex: 0;
528
+ flex-grow: 1;
529
+ flex-shrink: 1;
530
+ }
531
+ .vuuView.flex-fill {
532
+ border-color: red;
533
+ }
534
+
535
+ /* ../vuu-layout/src/flexbox/FluidGrid.css */
536
+ :root {
537
+ --hw-space-unit: 4px;
538
+ --hw-fluid-grid-col-bg: rgba(252, 209, 232, 0.7);
539
+ }
540
+ .hwFluidGrid {
541
+ --gap: var(--gutter-width);
542
+ display: flex;
543
+ gap: calc(var(--grid-gap) * var(--hw-space-unit));
544
+ flex-wrap: wrap;
545
+ padding: 0;
546
+ }
547
+ .hwFluidGrid > * {
548
+ --gutter-width: calc(var(--hw-flex-gap) * var(--hw-space-unit));
549
+ --gutter-count: calc(var(--parent-col-count) - 1);
550
+ --total-gutter-width: calc(var(--gutter-count) * var(--gutter-width));
551
+ --available-width: calc(100% - var(--total-gutter-width));
552
+ flex-basis: 0;
553
+ flex-grow: 1;
554
+ flex-shrink: 1;
555
+ position: relative;
556
+ }
557
+ .hwFluidGrid > *:after {
558
+ content: "";
559
+ position: absolute;
560
+ top: 0;
561
+ left: 0;
562
+ right: 0;
563
+ bottom: 0;
564
+ border: dashed 2px blue;
565
+ }
566
+ .hwFluidGrid > [data-xs] {
567
+ --internal-gutter-count: calc(var(--col-span) - 1);
568
+ --percent-width: calc(var(--col-span) / var(--parent-col-count));
569
+ --internal-gutter-width: calc(var(--internal-gutter-count) * var(--gutter-width));
570
+ flex-basis: calc(var(--available-width) * var(--percent-width) + var(--internal-gutter-width));
571
+ flex-grow: 0;
572
+ }
573
+ .hwFluidGrid > [data-xs="1"] {
574
+ --col-span: 1;
575
+ }
576
+ .hwFluidGrid > [data-xs="2"] {
577
+ --col-span: 2;
578
+ }
579
+ .hwFluidGrid > [data-xs="3"] {
580
+ --col-span: 3;
581
+ }
582
+ .hwFluidGrid > [data-xs="4"] {
583
+ --col-span: 4;
584
+ }
585
+ .hwFluidGrid > [data-xs="6"] {
586
+ --col-span: 6;
587
+ }
588
+ .hwFluidGrid > [data-xs="8"] {
589
+ --col-span: 8;
590
+ }
591
+ .hwFluidGrid > [data-xs="9"] {
592
+ --col-span: 9;
593
+ }
594
+ .hwFluidGrid > [data-xs="10"] {
595
+ --col-span: 10;
596
+ }
597
+ .hwFluidGrid > [data-xs="11"] {
598
+ --col-span: 11;
599
+ }
600
+ .hwFluidGrid > [data-xs="12"] {
601
+ --col-span: 12;
602
+ }
603
+ @media (min-width: 600px) {
604
+ .hwFluidGrid > [data-sm="1"] {
605
+ --col-span: 1;
606
+ }
607
+ .hwFluidGrid > [data-sm="2"] {
608
+ --col-span: 2;
609
+ }
610
+ .hwFluidGrid > [data-sm="3"] {
611
+ --col-span: 3;
612
+ }
613
+ .hwFluidGrid > [data-sm="4"] {
614
+ --col-span: 4;
615
+ }
616
+ .hwFluidGrid > [data-sm="6"] {
617
+ --col-span: 6;
618
+ }
619
+ .hwFluidGrid > [data-sm="8"] {
620
+ --col-span: 8;
621
+ }
622
+ .hwFluidGrid > [data-sm="9"] {
623
+ --col-span: 9;
624
+ }
625
+ .hwFluidGrid > [data-sm="10"] {
626
+ --col-span: 10;
627
+ }
628
+ .hwFluidGrid > [data-sm="11"] {
629
+ --col-span: 11;
630
+ }
631
+ .hwFluidGrid > [data-sm="12"] {
632
+ --col-span: 12;
633
+ }
634
+ }
635
+ .hwFluidGrid-show-grid {
636
+ --gutter-width: calc(var(--hw-flex-gap) * var(--hw-space-unit));
637
+ --grid-gutter-count: calc(var(--grid-col-count, var(--parent-col-count)) - 1);
638
+ --grid-total-gutter-width: calc(var(--grid-gutter-count) * var(--gutter-width));
639
+ --grid-available-width: calc(100% - var(--grid-total-gutter-width));
640
+ --grid-percent-width: calc(1 / var(--grid-col-count, var(--parent-col-count)));
641
+ --column-width: calc(var(--grid-available-width) * var(--grid-percent-width));
642
+ background: repeating-linear-gradient(to right, var(--hw-fluid-grid-col-bg) 0, var(--hw-fluid-grid-col-bg) var(--column-width), white var(--column-width), white calc(var(--column-width) + var(--gutter-width)));
643
+ }
644
+
645
+ /* ../vuu-layout/src/layout-view/View.css */
646
+ .vuuView {
647
+ border-color: var(--vuuView-borderColor, var(--salt-container-primary-borderColor));
648
+ border-width: var(--vuuView-borderWidth, 1px);
649
+ border-style: var(--vuuView-borderStyle, none);
650
+ display: flex;
651
+ flex-direction: column;
652
+ margin: var(--vuuView-margin, 0px);
653
+ min-height: 50px;
654
+ min-width: 50px;
655
+ outline: none;
656
+ overflow: hidden;
657
+ position: relative;
658
+ }
659
+ .vuuView.focus-visible:after {
660
+ content: "";
661
+ position: absolute;
662
+ top: 0;
663
+ left: 0;
664
+ right: 0;
665
+ bottom: 0;
666
+ border: dotted cornflowerblue 2px;
667
+ }
668
+ .vuuView.dragging {
669
+ box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
670
+ }
671
+ .vuuView-main {
672
+ display: flex;
673
+ flex-direction: var(--vuuView-flexDirection, column);
674
+ flex-wrap: var(--vuuView-flex-wrap, nowrap);
675
+ flex: 1;
676
+ overflow: hidden;
677
+ position: relative;
678
+ }
679
+ .vuuView-main > * {
680
+ flex-basis: auto;
681
+ flex-grow: var(--vuuView-flex-grow, 1);
682
+ flex-shrink: var(--vuuView-flex-shrink, 1);
683
+ }
684
+ .vuuView-collapsed .vuuView-main {
685
+ display: none;
686
+ }
687
+ .vuuView-collapsed + .Splitter {
688
+ display: none;
689
+ }
690
+ .vuuView-collapsed .Toolbar-vertical {
691
+ border-right: solid 1px var(--grey40);
692
+ }
693
+ .vuuView-collapsed .Toolbar-vertical .toolbar-title {
694
+ display: none;
695
+ }
696
+
697
+ /* ../vuu-layout/src/layout-header/Header.css */
698
+ .vuuHeader {
699
+ --saltButton-height: 24px;
700
+ --saltButton-width: 24px;
701
+ }
702
+ .salt-density-high .vuuHeader {
703
+ --saltToolbarField-marginTop: 0;
704
+ }
705
+
706
+ /* ../vuu-layout/src/overflow-container/OverflowContainer.css */
707
+ .vuuOverflowContainer {
708
+ --item-gap: 4px;
709
+ --overflow-direction: row;
710
+ --overflow-width: 0px;
711
+ --overflow-order: 99;
712
+ --border-size: calc((var(--overflow-container-height) - 24px) / 2);
713
+ background-color: var(--vuuOverflowContainer-background, black);
714
+ height: var(--overflow-container-height);
715
+ }
716
+ .vuuOverflowContainer-horizontal {
717
+ --item-align: center;
718
+ --item-margin: 0 0 0 var(--item-gap);
719
+ }
720
+ .vuuOverflowContainer-vertical {
721
+ --item-align: stretch;
722
+ --item-margin: var(--item-gap) 0 0 0;
723
+ --overflow-direction: column;
724
+ }
725
+ .vuuOverflowContainer-wrapContainer {
726
+ align-items: var(--item-align);
727
+ display: flex;
728
+ flex-direction: var(--overflow-direction);
729
+ flex-wrap: wrap;
730
+ height: var(--overflow-container-height);
731
+ min-width: 44px;
732
+ overflow: hidden;
733
+ position: relative;
734
+ width: 100%;
735
+ }
736
+ .vuuOverflowContainer-wrapContainer.overflowed {
737
+ --overflow-order: 2;
738
+ --overflow-left: auto;
739
+ --overflow-position: relative;
740
+ --overflow-width: auto;
741
+ }
742
+ .vuuOverflowContainer-item:first-child {
743
+ --item-gap: 0;
744
+ }
745
+ .vuuOverflowContainer-item:first-child {
746
+ --item-margin: 0;
747
+ }
748
+ .vuuOverflowContainer-item {
749
+ align-items: inherit;
750
+ display: flex;
751
+ order: 1;
752
+ position: relative;
753
+ height: var(--overflow-container-height);
754
+ margin: var(--item-margin);
755
+ }
756
+ .vuuOverflowContainer-item.wrapped {
757
+ --overflow-item-bg: #ccc;
758
+ order: 3;
759
+ }
760
+ .vuuOverflowContainer-item:has(.vuuDraggable-dragAway) {
761
+ display: none;
762
+ }
763
+ .vuuOverflowContainer-item.vuuDropTarget-settling {
764
+ visibility: hidden;
765
+ }
766
+ .vuuOverflowContainer-OverflowIndicator {
767
+ align-items: center;
768
+ background-color: transparent;
769
+ display: flex;
770
+ height: var(--overflow-container-height);
771
+ height: var(--overflow-container-height);
772
+ order: var(--overflow-order);
773
+ overflow: hidden;
774
+ left: var(--overflow-left, 100%);
775
+ position: var(--overflow-position, absolute);
776
+ width: var(--overflow-width);
777
+ }
778
+
779
+ /* ../vuu-layout/src/palette/Palette.css */
780
+ .vuuPalette-horizontal {
781
+ align-items: center;
782
+ display: flex;
783
+ }
784
+ .vuuPaletteItem {
785
+ --vuu-icon-color: var(--salt-separable-primary-borderColor);
786
+ --vuu-icon-inset: calc(50% - 12px) auto auto -3px;
787
+ --vuu-icon-height: 24px;
788
+ --vuu-icon-width: 24px;
789
+ --list-item-text-padding: 0 0 0 calc(var(--salt-size-unit) * 3);
790
+ }
791
+ .vuuPaletteItem[data-draggable]:after {
792
+ height: 22px;
793
+ width: 6px;
794
+ content: "";
795
+ position: absolute;
796
+ background-image:
797
+ linear-gradient(45deg, rgb(180, 183, 190) 25%, transparent 25%),
798
+ linear-gradient(-45deg, rgb(180, 183, 190) 25%, transparent 25%),
799
+ linear-gradient(45deg, transparent 75%, rgb(180, 183, 190) 25%),
800
+ linear-gradient(-45deg, transparent 75%, rgb(180, 183, 190) 25%);
801
+ background-size: 4px 4px;
802
+ background-position:
803
+ 0 0,
804
+ 2px 0,
805
+ 2px -2px,
806
+ 0 2px;
807
+ }
808
+ .vuuSimpleDraggableWrapper > .vuuPaletteItem {
809
+ --vuu-icon-color: var(--salt-selectable-foreground);
810
+ }
811
+
812
+ /* ../vuu-layout/src/stack/Stack.css */
813
+ .Tabs {
814
+ display: flex;
815
+ box-sizing: border-box;
816
+ flex-direction: column;
817
+ }
818
+ .Tabs-horizontal {
819
+ --vuu-tabs-border-style: none solid none none;
820
+ flex-direction: row;
821
+ }
822
+ .Tabs .Toolbar:before {
823
+ left: 0;
824
+ width: 100%;
825
+ bottom: 0;
826
+ height: 1px;
827
+ content: "";
828
+ position: absolute;
829
+ background: var(--grey60);
830
+ }
831
+ .vuuTabHeader {
832
+ --saltTabs-activationIndicator-background: transparent;
833
+ --saltToolbarField-marginTop: calc(var(--salt-size-unit) - 1px);
834
+ border-color: var(--salt-container-primary-borderColor);
835
+ border-style: var(--vuu-tabs-border-style, none none solid none);
836
+ border-width: 1px;
837
+ }
838
+ .vuuTabHeader + .hwFlexbox,
839
+ .vuuTabHeader + * {
840
+ flex: 1;
841
+ }
842
+ .vuuTabHeader + .vuuView > .vuuHeader {
843
+ height: 0;
844
+ overflow: hidden;
845
+ }
846
+ .Layout-svg-button {
847
+ --spacing-medium: 5px;
848
+ }
849
+
850
+ /* ../vuu-layout/src/tools/devtools-box/layout-configurator.css */
851
+ [data-design-mode=true] .Component {
852
+ filter: grayscale(100%);
853
+ opacity: 0.4;
854
+ }
855
+ [data-design-mode=true] .Component:after {
856
+ color: black;
857
+ content: "Component";
858
+ height: 12px;
859
+ background-color: yellow;
860
+ }
861
+ .LayoutConfigurator {
862
+ --margin-color: #f3cea5;
863
+ --border-color: #fddda0;
864
+ --padding-color: #c6d092;
865
+ --content-color: #8cb6c0;
866
+ display: flex;
867
+ flex-direction: column;
868
+ align-items: stretch;
869
+ background-color: var(--margin-color);
870
+ }
871
+ .LayoutConfigurator .layout-outer {
872
+ flex: 1 1 auto;
873
+ display: flex;
874
+ flex-direction: column;
875
+ align-items: stretch;
876
+ }
877
+ .LayoutBox {
878
+ --hw-control-font-size: 13px;
879
+ --hw-text-input-bg: rgba(255, 255, 255, 0.3);
880
+ --hwTextInput-padding: 3px;
881
+ --hw-text-input-position: absolute;
882
+ --hwTextInput-width: 30px;
883
+ flex: 1 1 auto;
884
+ }
885
+ .LayoutBox > .layout-top {
886
+ flex: 0 0 40px;
887
+ padding-left: 12px;
888
+ display: flex;
889
+ flex-direction: row;
890
+ align-items: center;
891
+ position: relative;
892
+ }
893
+ .LayoutBox > .layout-bottom {
894
+ flex: 0 0 40px;
895
+ position: relative;
896
+ display: flex;
897
+ flex-direction: row;
898
+ align-items: center;
899
+ }
900
+ .LayoutBox > .layout-inner > .layout-right,
901
+ .LayoutBox > .layout-inner > .layout-left {
902
+ flex: 0 0 40px;
903
+ display: flex;
904
+ flex-direction: column;
905
+ justify-content: center;
906
+ align-items: center;
907
+ }
908
+ .layout-top,
909
+ .layout-bottom {
910
+ --hw-text-input-margin: 0 0 0 -15px;
911
+ }
912
+ .layout-top > .layout-input,
913
+ .layout-bottom > .layout-input {
914
+ left: 50%;
915
+ }
916
+ .LayoutBox > .layout-inner {
917
+ flex: 1 1 auto;
918
+ display: flex;
919
+ flex-direction: row;
920
+ align-items: stretch;
921
+ }
922
+ .LayoutBox.layout-margin {
923
+ background-color: var(--margin-color);
924
+ border: dashed 2px black;
925
+ }
926
+ .LayoutBox.layout-border {
927
+ background-color: var(--border-color);
928
+ border: solid 2px black;
929
+ }
930
+ .LayoutBox.layout-padding {
931
+ background-color: var(--padding-color);
932
+ border: dashed 2px black;
933
+ }
934
+ .LayoutBox .layout-content {
935
+ flex: 1 1 auto;
936
+ background-color: var(--content-color);
937
+ border: solid 2px #808080;
938
+ }
939
+ .LayoutBox .layout-title {
940
+ color: #161616;
941
+ font-size: 11px;
942
+ left: 4px;
943
+ line-height: 15px;
944
+ position: absolute;
945
+ top: 1px;
946
+ }
947
+
948
+ /* ../vuu-layout/src/tools/devtools-tree/layout-tree-viewer.css */
949
+ .hwLayoutTreeViewer {
950
+ }
951
+ .hwLayoutTreeNode {
952
+ cursor: default;
953
+ }
954
+ .hwLayoutTreeNode:hover {
955
+ background-color: rgba(255, 255, 255, 0.2);
956
+ }
957
+ .hwLayoutTreeNode[aria-selected=true] {
958
+ background-color: cornflowerblue;
959
+ color: white;
960
+ }
961
+
962
+ /* ../vuu-ui-controls/src/tabstrip/Tabstrip.css */
963
+ .vuuTabstrip {
964
+ --vuuOverflowContainer-background: transparent;
965
+ --tabstrip-dragging-display: none;
966
+ --tabstrip-display: inline-flex;
967
+ --tabstrip-background: transparent;
968
+ align-self: var(--saltTabs-tabstrip-alignSelf, stretch);
969
+ font-size: var(--salt-text-fontSize);
970
+ font-weight: var(--vuuTabstrip-fontWeight, var(--salt-text-fontWeight));
971
+ position: relative;
972
+ overflow: visible;
973
+ display: flex;
974
+ min-width: 28px;
975
+ width: var(--tabstrip-width);
976
+ }
977
+ .vuuTabstrip-horizontal {
978
+ --tabstrip-height: var(--vuuTabstrip-height, 28px);
979
+ --tabstrip-width: var(--vuuTabstrip-width, 100%);
980
+ --tab-width: auto;
981
+ --tab-thumb-height: 2px;
982
+ --tab-thumb-left: var(--tab-thumb-offset, 0);
983
+ --tab-thumb-top: auto;
984
+ --tab-thumb-width: var(--tab-thumb-size, 100%);
985
+ align-items: flex-start;
986
+ border-bottom: var(--vuuTabstrip-borderBottom, solid 1px var(--salt-container-primary-borderColor));
987
+ }
988
+ .vuuTabstrip-vertical {
989
+ --tabstrip-height: var(--vuuTabstrip-height, 100%);
990
+ --tabstrip-width: var(--vuuTabstrip-width, 100px);
991
+ --tab-width: 100%;
992
+ --tab-thumb-height: var(--tab-thumb-size, 100%);
993
+ --tab-thumb-left: 0;
994
+ --tab-thumb-top: var(--tab-thumb-offset, 0);
995
+ --tab-thumb-width: 2px;
996
+ align-self: flex-start;
997
+ display: inline-flex;
998
+ }
999
+ .vuuTabstrip-draggingTab .vuuTab {
1000
+ pointer-events: none;
1001
+ }
1002
+ .vuuTabstrip-addTabButton {
1003
+ --saltButton-height: 20px;
1004
+ --saltButton-width: 20px;
1005
+ }
1006
+ .vuuTabstrip-overflowMenu.saltDropdown {
1007
+ --saltIcon-margin: 2px 0 0 0px;
1008
+ }
1009
+ .vuuTabstrip-overflowMenu-open {
1010
+ --saltButton-background: var(--salt-actionable-secondary-background-active);
1011
+ --saltButton-text-color: var(--salt-actionable-secondary-text-color-active);
1012
+ }
1013
+ .vuuTabstrip-overflowMenu-open .saltButton {
1014
+ --saltIcon-color: var(--salt-actionable-secondary-foreground-active);
1015
+ }
1016
+ .vuuTabstrip-inner {
1017
+ width: 100%;
1018
+ align-items: center;
1019
+ display: flex;
1020
+ flex-basis: auto;
1021
+ flex-grow: 0;
1022
+ flex-shrink: 1;
1023
+ flex-wrap: wrap;
1024
+ justify-content: flex-start;
1025
+ line-height: var(--tabstrip-height);
1026
+ }
1027
+ .vuuTabstrip-vertical .vuuTabstrip-inner {
1028
+ flex-direction: column;
1029
+ height: auto;
1030
+ }
1031
+ .vuuTabstrip-centered .vuuTabstrip-inner {
1032
+ justify-content: center;
1033
+ }
1034
+ .vuuDraggable[class*=vuuTabstrip] {
1035
+ --tabstrip-display: flex;
1036
+ --tabstrip-height: 100%;
1037
+ --tabstrip-dragging-display: block;
1038
+ --tabs-tab-background: var(--salt-navigable-primary-background-hover);
1039
+ --tabs-tab-before-content: "";
1040
+ --tabs-tab-before-background: var(--salt-navigable-indicator-hover);
1041
+ --tabs-tab-before-height: var(--tab-activationIndicator-thumb-height);
1042
+ --tabs-tab-before-inset: var(--tab-activationIndicator-inset);
1043
+ --tabs-tab-before-width: var(--tab-activationIndicator-thumb-width);
1044
+ --tabs-tab-cursor: var(--salt-draggable-grab-cursor-active);
1045
+ --tabs-tab-position: static;
1046
+ font-size: 12px;
1047
+ }
1048
+ .vuuDraggable-tabstrip-horizontal {
1049
+ --tab-thumb-height: 2px;
1050
+ --tabstrip-height: 28px;
1051
+ line-height: var(--tabstrip-height);
1052
+ }
1053
+ .vuuDraggable[class*=tabstrip] .vuuTab[aria-selected=true]:before {
1054
+ --tabs-tab-before-background: var(--salt-navigable-indicator-active);
1055
+ }
1056
+ .vuuTabstrip-overflowMenu-dropTarget:after {
1057
+ background: var(--salt-selectable-background-selected);
1058
+ content: "";
1059
+ position: absolute;
1060
+ height: 2px;
1061
+ left: 0;
1062
+ right: 0;
1063
+ bottom: 0;
1064
+ }
1065
+
1066
+ /* ../vuu-ui-controls/src/tabstrip/TabMenu.css */
1067
+ .vuuTabMenu {
1068
+ top: -2px;
1069
+ }
1070
+
1071
+ /* ../vuu-ui-controls/src/tabstrip/Tab.css */
1072
+ .vuuTab {
1073
+ --saltEditableLabel-padding: 0;
1074
+ --saltEditableLabel-height: var(--tabstrip-height);
1075
+ --saltInputLegacy-minWidth: 4em;
1076
+ --saltEditableLabel-top: 3px;
1077
+ --tab-background: var(--vuuTab-background, var(--salt-navigable-primary-background));
1078
+ --tab-cursor: pointer;
1079
+ --tab-position: relative;
1080
+ }
1081
+ .vuuTab {
1082
+ align-items: center;
1083
+ align-self: stretch;
1084
+ background: var(--tab-background);
1085
+ border: none;
1086
+ border-radius: var(--vuuTab-borderRadius, 0);
1087
+ color: var(--salt-text-primary-foreground);
1088
+ cursor: var(--vuuTab-cursor, var(--tab-cursor));
1089
+ display: var(--tabstrip-display);
1090
+ gap: 8px;
1091
+ height: var(--vuuTab-height, var(--tabstrip-height));
1092
+ letter-spacing: var(--vuuTab-letterSpacing, var(--tab-letterSpacing, 0));
1093
+ min-width: var(--vuuTab-minWidth, 40px);
1094
+ outline: none;
1095
+ padding: var(--vuuTab-padding, 0 24px);
1096
+ position: var(--vuuTab-position, var(--tab-position));
1097
+ user-select: none;
1098
+ width: var(--tab-width);
1099
+ }
1100
+ .vuuTab {
1101
+ margin: 0 var(--tab-spacing) 0 0;
1102
+ }
1103
+ .vuuTab-selected {
1104
+ background: var(--vuuTab-background-selected, var(--tab-background));
1105
+ color: var(--salt-text-primary-foreground);
1106
+ font-weight: var(--salt-navigable-fontWeight-active);
1107
+ }
1108
+ .vuuTab-main {
1109
+ align-items: center;
1110
+ border: none;
1111
+ color: inherit;
1112
+ cursor: inherit;
1113
+ display: flex;
1114
+ font-family: inherit;
1115
+ font-size: inherit;
1116
+ font-weight: inherit;
1117
+ height: var(--vuuTabstrip-height, var(--salt-size-stackable));
1118
+ outline: none;
1119
+ position: relative;
1120
+ }
1121
+ .vuuTab-closeable .vuuTab-main {
1122
+ border-right: solid transparent var(--salt-size-unit);
1123
+ }
1124
+ .vuuTab .vuuTab-closeButton {
1125
+ display: flex;
1126
+ align-items: center;
1127
+ justify-content: center;
1128
+ }
1129
+ .vuuTab-close-icon {
1130
+ display: none;
1131
+ }
1132
+ .salt-density-touch .vuuTab-close-icon,
1133
+ .salt-density-low .vuuTab-close-icon {
1134
+ display: block;
1135
+ }
1136
+ .salt-density-touch .vuuTab-close-icon-small,
1137
+ .salt-density-low .vuuTab-close-icon-small {
1138
+ display: none;
1139
+ }
1140
+ .vuuTab .vuuTab-text {
1141
+ display: inline-block;
1142
+ position: relative;
1143
+ overflow: hidden;
1144
+ text-align: var(--salt-text-textAlign-embedded);
1145
+ text-overflow: ellipsis;
1146
+ top: var(--vuuTab-top, var(--tab-top, auto));
1147
+ white-space: nowrap;
1148
+ z-index: var(--salt-zIndex-default);
1149
+ }
1150
+ .vuuTab .vuuTab-text:before {
1151
+ height: 0;
1152
+ content: attr(data-text);
1153
+ display: block;
1154
+ visibility: hidden;
1155
+ font-weight: var(--salt-navigable-fontWeight-active);
1156
+ }
1157
+ .vuuTab-editing:after {
1158
+ content: "";
1159
+ position: absolute;
1160
+ top: 0;
1161
+ left: 0;
1162
+ right: 0;
1163
+ bottom: 2px;
1164
+ outline-color: var(--salt-focused-outlineColor);
1165
+ outline-style: var(--salt-focused-outlineStyle);
1166
+ outline-width: var(--salt-focused-outlineWidth);
1167
+ outline-offset: -2px;
1168
+ }
1169
+ .vuuTab.vuuFocusVisible {
1170
+ background: var(--vuuTab-hover-background, var(--salt-navigable-primary-background-hover));
1171
+ outline-color: var(--vuuTab-focusVisible-color, var(--salt-focused-outlineColor));
1172
+ outline-style: dashed;
1173
+ outline-width: 1px;
1174
+ outline-offset: -1px;
1175
+ }
1176
+ .vuuTab:before {
1177
+ content: var(--tab-before-content, none);
1178
+ content: "";
1179
+ background: var(--tab-before-background);
1180
+ height: var(--tab-before-height);
1181
+ inset: var(--tab-before-inset);
1182
+ position: absolute;
1183
+ width: var(--tab-before-width);
1184
+ z-index: 1;
1185
+ }
1186
+ .vuuTabstrip-draggingTab .vuuTab-selected:before {
1187
+ --tab-before-content: "";
1188
+ --tab-before-background: var(--salt-navigable-indicator-color-active);
1189
+ --tab-before-height: var(--tab-thumb-height);
1190
+ --tab-before-inset: var(--tab-activationIndicator-inset);
1191
+ --tab-before-width: var(--tab-activationIndicator-thumb-width);
1192
+ }
1193
+ .vuuTab-selected:before {
1194
+ --tab-before-content: "";
1195
+ background: var(--salt-navigable-indicator-active);
1196
+ height: var(--tab-thumb-height);
1197
+ position: absolute;
1198
+ left: var(--tab-thumb-left);
1199
+ bottom: 0px;
1200
+ top: var(--tab-thumb-top, auto);
1201
+ transition: var(--tab-thumb-transition, none);
1202
+ width: var(--tab-thumb-width, 100%);
1203
+ }
1204
+ .vuuTab:hover:not(.vuuTab-closeHover) {
1205
+ background: var(--vuuTab-hover-background, var(--salt-navigable-primary-background-hover));
1206
+ }
1207
+
1208
+ /* ../vuu-ui-controls/src/tree/Tree.css */
1209
+ .vuuTree {
1210
+ --tree-node-collapse: var(--vuuTree-toggle-collapse, var(--svg-tree-node-collapse));
1211
+ --tree-node-expand: var(--vuuTree-toggle-expand, var(--svg-tree-node-expand));
1212
+ --tree-toggle-width: 12px;
1213
+ --tree-icon-color: var(--vuuTree-icon-color, #4c505b);
1214
+ --tree-node-expanded-transform: var(--vuuTree-node-expanded-transform, none);
1215
+ --tree-node-indent: 0px;
1216
+ --list-hilited-bg: var(--hw-list-hilited-bg, rgba(0, 0, 0, 0.1));
1217
+ --list-item-height: var(--hw-list-item-height, 30px);
1218
+ --list-item-padding: var(--hw-list-item-padding, 0 6px);
1219
+ --list-item-header-bg: var(--hw-list-item-header-bg, black);
1220
+ --list-item-header-color: var(--hw-list-item-header-color, white);
1221
+ --list-item-header-font-weight: bold;
1222
+ --list-item-header-twisty-color: black;
1223
+ --list-item-header-twisty-content: "";
1224
+ --list-item-header-twisty-top: 50%;
1225
+ --list-item-header-twisty-left: -18px;
1226
+ --list-item-header-twisty-right: auto;
1227
+ --list-item-selected-bg: var(--hw-list-selected-bg, #1ea7fd);
1228
+ --list-item-selected-color: white;
1229
+ --list-item-text-color: var(--hw-gray-800);
1230
+ --focus-visible-border-color: var(--hw-focus-visible-border-color, rgb(141, 154, 179));
1231
+ list-style: none;
1232
+ margin: 0;
1233
+ padding: 0 1px;
1234
+ font-size: var(--vuuTree-font-size, 14px);
1235
+ max-height: inherit;
1236
+ outline: none;
1237
+ overflow-y: auto;
1238
+ position: relative;
1239
+ user-select: none;
1240
+ }
1241
+ .vuuTree-viewport {
1242
+ --list-item-height: 30px;
1243
+ box-sizing: border-box;
1244
+ max-height: inherit;
1245
+ overflow: auto;
1246
+ }
1247
+ .vuuTree-scrollingContentContainer {
1248
+ box-sizing: inherit;
1249
+ position: relative;
1250
+ }
1251
+ .vuuTree-scrollingContentContainer .vuuTreeNode {
1252
+ line-height: 30px;
1253
+ position: absolute;
1254
+ top: 0;
1255
+ left: 0;
1256
+ right: 0;
1257
+ will-change: transform;
1258
+ }
1259
+ .vuuTreeNode {
1260
+ list-style: none;
1261
+ }
1262
+ .vuuTreeNode:not([aria-expanded]),
1263
+ .vuuTreeNode[aria-expanded] > .vuuTreeNode-label {
1264
+ --checkbox-border-color: black;
1265
+ --checkbox-border-width: 1px;
1266
+ --checkbox-tick: black;
1267
+ --list-item-padding-left: 6px;
1268
+ --svg-toggle: var(--tree-node-collapse);
1269
+ align-items: center;
1270
+ color: var(--list-item-text-color);
1271
+ display: flex;
1272
+ flex-wrap: nowrap;
1273
+ height: var(--list-item-height);
1274
+ line-height: var(--list-item-height);
1275
+ padding: var(--list-item-padding);
1276
+ padding-left: var(--padding-left);
1277
+ position: relative;
1278
+ cursor: default;
1279
+ margin: 0;
1280
+ white-space: nowrap;
1281
+ }
1282
+ .vuuTreeNode:not([aria-expanded]) {
1283
+ --padding-left: calc( var(--list-item-padding-left) + var(--tree-toggle-width) + var(--tree-node-indent) );
1284
+ }
1285
+ .vuuTreeNode[aria-expanded] > .vuuTreeNode-label {
1286
+ --padding-left: calc( var(--list-item-padding-left) + var(--tree-toggle-width) + var(--tree-node-indent) );
1287
+ }
1288
+ .vuuTreeNode-icon {
1289
+ background-color: var(--tree-icon-color);
1290
+ display: inline-block;
1291
+ height: 18px;
1292
+ margin-right: 6px;
1293
+ -webkit-mask: var(--vuu-icon-svg) center center/12px 12px no-repeat;
1294
+ mask: var(--vuu-icon-svg) center center/12px 12px no-repeat;
1295
+ flex: 0 0 18px;
1296
+ }
1297
+ .vuuTreeNode[aria-expanded] {
1298
+ flex-direction: column;
1299
+ }
1300
+ .vuuTreeNode[aria-expanded] {
1301
+ flex-direction: column;
1302
+ height: auto;
1303
+ }
1304
+ .vuuTreeNode > *[role=group] {
1305
+ padding-left: 0px;
1306
+ }
1307
+ .vuuTreeNode {
1308
+ padding-left: calc(var(--padding-left) + var(--tree-node-indent));
1309
+ }
1310
+ .vuuTreeNode[aria-level="2"] {
1311
+ --tree-node-indent: 12px;
1312
+ }
1313
+ .vuuTreeNode[aria-level="3"] {
1314
+ --tree-node-indent: 24px;
1315
+ }
1316
+ .vuuTreeNode[aria-level="4"] {
1317
+ --tree-node-indent: 36px;
1318
+ }
1319
+ .vuuTreeNode:not(.focusVisible):not(.hwListItemHeader):not([aria-expanded])[data-highlighted],
1320
+ .vuuTreeNode:not(.focusVisible):not(.hwListItemHeader)[aria-expanded][data-highlighted] > div:first-child {
1321
+ background-color: var(--list-hilited-bg);
1322
+ }
1323
+ .vuuTreeNode-toggle {
1324
+ cursor: pointer;
1325
+ }
1326
+ .vuuTreeNode > .vuuTreeNode-toggle {
1327
+ display: inline-block;
1328
+ height: 100%;
1329
+ left: 0;
1330
+ position: absolute;
1331
+ width: calc(var(--list-item-padding-left) + var(--tree-toggle-width));
1332
+ }
1333
+ .vuuTreeNode[aria-expanded] > .vuuTreeNode-label:after {
1334
+ content: var(--list-item-header-twisty-content);
1335
+ -webkit-mask: var(--svg-toggle) center center/8px 8px no-repeat;
1336
+ mask: var(--svg-toggle) center center/8px 8px no-repeat;
1337
+ background-color: var(--list-item-header-twisty-color);
1338
+ height: 18px;
1339
+ margin-top: -9px;
1340
+ left: var(--tree-node-indent);
1341
+ position: absolute;
1342
+ top: var(--list-item-header-twisty-top);
1343
+ transition: transform 0.3s;
1344
+ width: 18px;
1345
+ }
1346
+ .vuuTreeNode[aria-selected=true] {
1347
+ --list-item-header-twisty-color: var(--list-item-selected-color);
1348
+ }
1349
+ .vuuTreeNode:not(.focusVisible):focus {
1350
+ background-color: rgba(0, 0, 0, 0.1);
1351
+ }
1352
+ .vuuTreeNode:not([aria-expanded]).focusVisible:before,
1353
+ .vuuTreeNode[aria-expanded].focusVisible > div:first-child:before {
1354
+ content: "";
1355
+ position: absolute;
1356
+ top: 0px;
1357
+ left: var(--tree-focus-offset, 0px);
1358
+ right: 0;
1359
+ bottom: 0px;
1360
+ border: dotted var(--focus-visible-border-color) 2px;
1361
+ background-color: var(--list-hilited-bg);
1362
+ }
1363
+ .vuuTreeNode[aria-expanded=false] > *:first-child:after {
1364
+ --svg-toggle: var(--tree-node-expand);
1365
+ }
1366
+ .vuuTreeNode[aria-expanded=true] > *:first-child:after {
1367
+ transform: var(--tree-node-expanded-transform);
1368
+ }
1369
+ .vuuTree:not(.checkbox-only) .vuuTreeNode:not([aria-expanded])[aria-selected=true],
1370
+ .vuuTree:not(.checkbox-only) .vuuTreeNode[aria-expanded][aria-selected=true] > div:first-child {
1371
+ --checkbox-border-color: var(--list-item-selected-color);
1372
+ --checkbox-tick: var(--list-item-selected-color);
1373
+ --focus-visible-border-color: var(--list-item-selected-color);
1374
+ background-color: var(--list-item-selected-bg);
1375
+ color: var(--list-item-selected-color);
1376
+ }
1377
+ .with-checkbox .vuuTreeNode {
1378
+ padding-left: 28px;
1379
+ }
1380
+ .with-checkbox .vuuTreeNode:before {
1381
+ border-style: solid;
1382
+ border-width: var(--checkbox-border-width);
1383
+ border-color: var(--checkbox-border-color);
1384
+ content: "";
1385
+ height: 12px;
1386
+ left: 3px;
1387
+ margin-top: -7px;
1388
+ position: absolute;
1389
+ top: 50%;
1390
+ width: 12px;
1391
+ }
1392
+
1393
+ /* src/table/TableCell.css */
1394
+ .vuuTable {
1395
+ --cell-outline-width: 2px;
1396
+ user-select: none;
1397
+ }
1398
+ [role=cell] {
1399
+ display: inline-block;
1400
+ }
1401
+ [data-align=end] {
1402
+ margin-left: auto;
1403
+ }
1404
+ [data-align=end] + [data-align=end] {
1405
+ margin-left: 0;
1406
+ }
1407
+ .vuuTable-table [role=cell] {
1408
+ --saltEditableLabel-height: 17px;
1409
+ --saltInput-height: 17px;
1410
+ --saltInput-minHeight: 17px;
1411
+ border-right: 1px solid var(--vuuTableCell-border-rightColor);
1412
+ border-bottom: 1px solid var(--vuuTableCell-border-bottomColor);
1413
+ color: var(--salt-text-primary-foreground);
1414
+ cursor: default;
1415
+ height: var(--vuuTable-rowHeight);
1416
+ line-height: calc(var(--vuuTable-rowHeight) - 1px);
1417
+ overflow: hidden;
1418
+ padding: 0 5px;
1419
+ vertical-align: top;
1420
+ }
1421
+ .vuuTable-headerCell:focus,
1422
+ .vuuTable [role=cell]:focus {
1423
+ outline: var(--vuuTableCell-outline, dotted var(--salt-color-blue-400) var(--cell-outline-width));
1424
+ outline-offset: calc(var(--cell-outline-width) * -1);
1425
+ box-shadow: inset 0 0 0 var(--cell-outline-width) white;
1426
+ border-bottom: none;
1427
+ }
1428
+ .vuuTable-headerCell:focus .vuuTable-headerCell-inner {
1429
+ padding-bottom: var(--cell-outline-width);
1430
+ }
1431
+ .vuuTable-headerCell:not(.vuuTable-headerCell-resizing):focus .vuuTable-headerCell-inner {
1432
+ --columnResizer-color: transparent;
1433
+ }
1434
+ .vuuTable [role=cell]:focus {
1435
+ border-right: none;
1436
+ padding-bottom: 1px;
1437
+ }
1438
+ [role=cell][data-editable=true] {
1439
+ --salt-text-fontSize: 10px;
1440
+ --vuu-icon-size: 5px;
1441
+ position: relative;
1442
+ }
1443
+ [role=cell][data-editable=true]:after {
1444
+ top: 0;
1445
+ content: "";
1446
+ background-color: var(--salt-text-secondary-foreground, black);
1447
+ left: 0;
1448
+ height: var(--vuu-icon-height, var(--vuu-icon-size, 12px));
1449
+ -webkit-mask: var(--svg-corner-triangle) center center/var(--vuu-icon-size) var(--vuu-icon-size);
1450
+ mask: var(--svg-corner-triangle) center center/var(--vuu-icon-size) var(--vuu-icon-size);
1451
+ mask-repeat: no-repeat;
1452
+ -webkit-mask-repeat: no-repeat;
1453
+ position: absolute;
1454
+ transform: rotate(180deg);
1455
+ width: var(--vuu-icon-width, var(--vuu-icon-size, 12px));
1456
+ }
1457
+ [role=cell]:focus[data-editable],
1458
+ [role=cell]:focus-within[data-editable],
1459
+ [role=cell]:has(.saltEditableLabel-editing) {
1460
+ outline: solid var(--salt-color-blue-400) 1px;
1461
+ background-color: white;
1462
+ outline-offset: -1px;
1463
+ }
1464
+ [role=cell]:focus[data-editable=true]:after,
1465
+ [role=cell]:has(.saltEditableLabel):after {
1466
+ background-color: var(--salt-color-blue-400);
1467
+ left: 1px;
1468
+ top: 1px;
1469
+ }
1470
+ .vuuAlignRight {
1471
+ text-align: right;
1472
+ }
1473
+
1474
+ /* src/table/TableGroupCell.css */
1475
+ .vuuTableGroupCell {
1476
+ --spacer-width: 20px;
1477
+ --toggle-icon-transform: var(--row-toggle-icon-transform, none);
1478
+ --vuu-icon-width: 18px;
1479
+ align-items: center;
1480
+ display: inline-flex;
1481
+ }
1482
+ .vuuTableGroupCell-spacer {
1483
+ height: 100%;
1484
+ position: relative;
1485
+ width: var(--spacer-width);
1486
+ }
1487
+ .vuuTableGroupCell-spacer:after {
1488
+ background: var(--salt-container-primary-borderColor);
1489
+ content: "";
1490
+ position: absolute;
1491
+ top: 0;
1492
+ bottom: -1px;
1493
+ left: 9px;
1494
+ width: 1px;
1495
+ }
1496
+ .vuuTableGroupCell-toggle {
1497
+ transition: transform 0.25s;
1498
+ transform: var(--toggle-icon-transform);
1499
+ }
1500
+
1501
+ /* src/table/TableRow.css */
1502
+ .vuuTableRow {
1503
+ --row-background: var(--table-background);
1504
+ position: absolute;
1505
+ top: 0;
1506
+ }
1507
+ .vuuTableRow-even {
1508
+ --row-background: var(--row-background-even);
1509
+ }
1510
+ .vuuTableRow {
1511
+ background-color: var(--row-background);
1512
+ }
1513
+ .vuuTableRow-expanded {
1514
+ --row-toggle-icon-transform: rotate(90deg);
1515
+ }
1516
+ .vuuTableRow[aria-selected] {
1517
+ background-color: var(--vuuTableRow-selected-background, var(--salt-selectable-background-selected));
1518
+ --vuuTableCell-border-bottomColor: var(--salt-selectable-borderColor-selected);
1519
+ }
1520
+ .vuuTableRow-preSelected {
1521
+ --vuuTableCell-border-bottomColor: var(--salt-selectable-borderColor-selected);
1522
+ }
1523
+
1524
+ /* src/table/TableGroupHeaderCell.css */
1525
+ .salt-theme {
1526
+ --svg-spinner: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><path fill="rgb(38, 112, 169)" d="M73,50c0-12.7-10.3-23-23-23S27,37.3,27,50 M30.9,50c0-10.5,8.5-19.1,19.1-19.1S69.1,39.5,69.1,50"><animateTransform attributeName="transform" attributeType="XML" type="rotate" dur="1s" from="0 50 50" to="360 50 50" repeatCount="indefinite" /></path></svg>');
1527
+ }
1528
+ .vuuTable-groupHeaderCell {
1529
+ --cell-align: "flex-start";
1530
+ text-align: left;
1531
+ background: var(--dataTable-background);
1532
+ cursor: default;
1533
+ height: var(--vuuTableHeaderHeight);
1534
+ }
1535
+ .vuuTable-groupHeaderCell-inner {
1536
+ align-items: center;
1537
+ display: flex;
1538
+ height: 100%;
1539
+ padding-left: 1px;
1540
+ }
1541
+ .vuuTable-groupHeaderCell-label {
1542
+ align-items: center;
1543
+ display: flex;
1544
+ flex: 0 0 auto;
1545
+ }
1546
+ .vuuTable-groupHeaderCell-col {
1547
+ align-items: center;
1548
+ background-color: inherit;
1549
+ display: inline-flex;
1550
+ flex: 0 1 auto;
1551
+ height: calc(var(--vuuTableHeaderHeight) - 2px);
1552
+ justify-content: space-between;
1553
+ padding-right: 8px;
1554
+ position: relative;
1555
+ }
1556
+ .vuuTable-groupHeaderCell-close {
1557
+ --vuu-icon-height: 18px;
1558
+ --vuu-icon-width: 18px;
1559
+ cursor: pointer;
1560
+ left: 3px;
1561
+ }
1562
+ .vuuTable-groupHeaderCell-col:nth-child(odd) {
1563
+ background-color: var(--salt-color-gray-50);
1564
+ }
1565
+ .vuuTable-groupHeaderCell-col:nth-child(even) {
1566
+ background-color: var(--salt-color-gray-40);
1567
+ }
1568
+ .vuuTable-groupHeaderCell-col:first-child {
1569
+ clip-path: polygon(0 0, calc(100% - 8px) 0, 100% 50%, calc(100% - 8px) 100%, 0 100%);
1570
+ padding-left: 3px;
1571
+ z-index: 1;
1572
+ }
1573
+ .vuuTable-groupHeaderCell-col:not(:first-child) {
1574
+ margin-left: -6px;
1575
+ padding-left: 12px;
1576
+ clip-path: polygon(0 0, calc(100% - 8px) 0, 100% 50%, calc(100% - 8px) 100%, 0 100%, 8px 50%);
1577
+ }
1578
+ .vuuTable-groupHeaderCell-resizing {
1579
+ --columnResizer-color: var(--salt-color-blue-500);
1580
+ --columnResizer-height: var(--table-height);
1581
+ --columnResizer-width: 2px;
1582
+ }
1583
+ .vuuTable-groupHeaderCell-pending {
1584
+ --pending-content: "";
1585
+ }
1586
+ .vuuTable-groupHeaderCell-col:has(+ .vuuColumnResizer):after {
1587
+ content: var(--pending-content);
1588
+ width: 24px;
1589
+ height: 24px;
1590
+ background-image: var(--svg-spinner);
1591
+ background-repeat: no-repeat;
1592
+ background-size: cover;
1593
+ }
1594
+
1595
+ /* src/table/SortIndicator.css */
1596
+ .vuuSortIndicator {
1597
+ --menu-icon-size: 18px;
1598
+ --menu-item-icon-color: black;
1599
+ display: flex;
1600
+ flex-direction: column;
1601
+ position: relative;
1602
+ width: 18px;
1603
+ }
1604
+ .vuuSortPosition {
1605
+ font-size: 10px;
1606
+ line-height: 10px;
1607
+ text-align: center;
1608
+ }
1609
+
1610
+ /* src/table/TableHeaderCell.css */
1611
+ .vuuTable-heading:nth-child(2) {
1612
+ --heading-top: calc(var(--header-height));
1613
+ }
1614
+ .vuuTable-heading:nth-child(3) {
1615
+ --heading-top: calc(var(--header-height) * 2);
1616
+ }
1617
+ .vuuTable-heading:nth-child(3) {
1618
+ --heading-top: calc(var(--header-height) * 3);
1619
+ }
1620
+ .vuuTable-headingCell {
1621
+ background: var(--dataTable-background);
1622
+ border-color: var(--salt-separable-tertiary-borderColor);
1623
+ border-style: solid solid solid none;
1624
+ border-width: 1px;
1625
+ color: var(--salt-text-secondary-foreground);
1626
+ display: inline-block;
1627
+ height: var(--vuuTableHeaderHeight);
1628
+ padding: 0 !important;
1629
+ }
1630
+ .vuuTable-heading:has(+ .vuuTable-heading) > .vuuTable-headingCell {
1631
+ border-bottom-color: transparent;
1632
+ }
1633
+ [role=columnHeader] {
1634
+ --vuuTableCell-border-bottomColor: var(--salt-separable-tertiary-borderColor);
1635
+ --cell-align: "flex-start";
1636
+ display: inline-block;
1637
+ text-align: left;
1638
+ background: var(--dataTable-background);
1639
+ border-right: 1px solid var(--vuuTableCell-border-rightColor);
1640
+ border-bottom: 1px solid var(--vuuTableCell-border-bottomColor);
1641
+ color: var(--salt-text-secondary-foreground);
1642
+ cursor: default;
1643
+ height: var(--vuuTableHeaderHeight);
1644
+ padding: 0 !important;
1645
+ vertical-align: top;
1646
+ }
1647
+ .vuuTable-headerCell-right {
1648
+ --cell-align: flex-end;
1649
+ }
1650
+ .vuuTable-headerCell-inner {
1651
+ align-items: stretch;
1652
+ display: flex;
1653
+ height: 100%;
1654
+ padding: 0 0 0 3px;
1655
+ }
1656
+ .vuuTable-headerCell-inner:has(.vuuFilterIndicator) {
1657
+ padding-left: 0;
1658
+ }
1659
+ .vuuTable-headerCell-label {
1660
+ align-items: center;
1661
+ justify-content: var(--cell-align);
1662
+ display: flex;
1663
+ flex: 1 1 auto;
1664
+ }
1665
+ .vuuTable-headerCell-resizing {
1666
+ --columnResizer-color: var(--salt-color-blue-500);
1667
+ --columnResizer-height: var(--table-height);
1668
+ --columnResizer-width: 2px;
1669
+ }
1670
+ [role=headerCell].vuuPinLeft.vuuEndPin:after {
1671
+ box-shadow: 2px 0px 5px rgba(0, 0, 0, 0.4);
1672
+ content: "";
1673
+ position: absolute;
1674
+ width: 1px;
1675
+ background-color: transparent;
1676
+ height: var(--table-height);
1677
+ top: 0;
1678
+ right: 0px;
1679
+ }
1680
+ [role=headerCell].vuuPinRight.vuuEndPin:after {
1681
+ box-shadow: -2px 0px 5px rgba(0, 0, 0, 0.3);
1682
+ content: "";
1683
+ position: absolute;
1684
+ width: 1px;
1685
+ background-color: transparent;
1686
+ height: var(--table-height);
1687
+ top: 0;
1688
+ left: 0px;
1689
+ }
1690
+ [role=headerCell]:is(.vuuPinLeft, .vuuPinRight, .vuuPinFloating) {
1691
+ top: 0;
1692
+ z-index: 20;
1693
+ }
1694
+ .saltDraggable-vuuTable-headerCell {
1695
+ --dataTable-background: ivory;
1696
+ --vuuTableHeaderHeight: 25px;
1697
+ }
1698
+
1699
+ /* src/table/filter-indicator.css */
1700
+ .vuuFilterIndicator {
1701
+ --menu-icon-size: 12px;
1702
+ --menu-item-icon-color: black;
1703
+ align-items: center;
1704
+ cursor: pointer;
1705
+ display: flex;
1706
+ flex: 0 0 18px;
1707
+ flex-direction: column;
1708
+ justify-content: center;
1709
+ position: relative;
1710
+ }
1711
+ .vuuFilterIndicator + .vuuTable-headerCell-inner {
1712
+ padding-left: 0;
1713
+ }
1714
+
1715
+ /* src/table/RowBasedTable.css */
1716
+ .vuuTable-table {
1717
+ --vuuTable-rowHeight: var(--row-height);
1718
+ --vuuTableCell-border-bottomColor: transparent;
1719
+ --vuuTableCell-border-rightColor: var(--salt-separable-tertiary-borderColor);
1720
+ border-collapse: separate;
1721
+ border-spacing: 0;
1722
+ border-left: 1px solid #ccc;
1723
+ border: none;
1724
+ font-size: var(--vuuTable-font-size, 10px);
1725
+ margin: 0;
1726
+ min-height: 100%;
1727
+ width: var(--content-width);
1728
+ }
1729
+ .vuuTable-headers {
1730
+ position: sticky;
1731
+ top: 0;
1732
+ z-index: 1;
1733
+ }
1734
+ .vuuTable-body {
1735
+ height: var(--content-height);
1736
+ position: relative;
1737
+ }
1738
+
1739
+ /* src/table/Table.css */
1740
+ .vuuTable {
1741
+ --dataTable-background: var(--salt-container-primary-background, inherit);
1742
+ --row-background-even: var(--dataTable-background);
1743
+ --row-background-odd: var(--dataTable-background);
1744
+ --table-background: var(--dataTable-background, none);
1745
+ background-color: var(--dataTable-background);
1746
+ position: relative;
1747
+ }
1748
+ .vuuTable-zebra {
1749
+ --row-background-even: var(--salt-container-secondary-background);
1750
+ }
1751
+ .vuuTable-scrollbarContainer {
1752
+ --scroll-content-width: calc(var(--content-width) - var(--pinned-width-left));
1753
+ border-bottom: none !important;
1754
+ border-top: none !important;
1755
+ border-left: solid 1px var(--salt-container-primary-borderColor);
1756
+ box-shadow: 0px -1px 0px 0px var(--salt-container-primary-borderColor);
1757
+ height: var(--viewport-body-height);
1758
+ left: var(--pinned-width-left);
1759
+ overflow: auto;
1760
+ position: absolute;
1761
+ top: var(--total-header-height);
1762
+ width: calc(var(--table-width) - var(--pinned-width-left) + 1px);
1763
+ }
1764
+ .vuuTable-scrollbarContent {
1765
+ height: calc(var(--content-height) + var(--horizontal-scrollbar-height));
1766
+ position: absolute;
1767
+ width: var(--scroll-content-width, var(--content-width));
1768
+ }
1769
+ .vuuTable-contentContainer {
1770
+ --vuuTableHeaderHeight: var(--header-height, 30px);
1771
+ background-color: var(--salt-container-primary-background);
1772
+ height: calc(var(--table-height) - var(--horizontal-scrollbar-height));
1773
+ position: relative;
1774
+ overflow: auto;
1775
+ overscroll-behavior: none;
1776
+ width: calc(var(--table-width) - var(--vertical-scrollbar-width));
1777
+ }
1778
+ .vuuTable-contentContainer::-webkit-scrollbar {
1779
+ display: none;
1780
+ }
1781
+ :is(.vuuPinLeft, .vuuPinRight, .vuuPinFloating) {
1782
+ background-color: inherit;
1783
+ position: sticky;
1784
+ z-index: 1;
1785
+ }
1786
+ .vuuTable-settings {
1787
+ --saltButton-height: var(--header-height);
1788
+ --saltButton-width: 15px;
1789
+ position: absolute !important;
1790
+ right: 0;
1791
+ top: 0;
1792
+ }
1793
+ .vuuTable:has(.vuuTable-headerCell-resizing) * {
1794
+ cursor: col-resize;
1795
+ }
1796
+
1797
+ /* src/table/Table-loading.css */
1798
+ .vuuTable-loading .vuuTable-table {
1799
+ --skeleton-height: 20px;
1800
+ --skeleton-width: calc(var(--content-width) - 8px);
1801
+ --skeleton-left: 4px;
1802
+ --skeleton-row-height: 16px;
1803
+ --skeleton-size: var(--skeleton-width) var(--skeleton-height);
1804
+ --skeleton-row: linear-gradient( var(--salt-color-gray-20-fade-background) var(--skeleton-row-height), transparent 0 );
1805
+ --skeleton-background-image: var(--skeleton-row);
1806
+ background-image: var(--skeleton-background-image);
1807
+ background-repeat: repeat-y;
1808
+ background-size: var(--skeleton-size);
1809
+ background-position-x: var(--skeleton-left);
1810
+ background-position-y: 27px;
1811
+ }
1812
+ .vuuTable-loading .vuuTable-table {
1813
+ --skeleton-height: 20px;
1814
+ --skeleton-width: calc(var(--content-width) - 8px);
1815
+ --skeleton-left: 4px;
1816
+ --skeleton-row-height: 16px;
1817
+ --skeleton-size: var(--skeleton-width) var(--skeleton-height);
1818
+ --skeleton-row: linear-gradient( var(--salt-color-gray-20-fade-background) var(--skeleton-row-height), transparent 0 );
1819
+ --skeleton-background-image: var(--skeleton-row);
1820
+ background-image: var(--skeleton-background-image);
1821
+ background-repeat: repeat-y;
1822
+ background-size: var(--skeleton-size);
1823
+ background-position-x: var(--skeleton-left);
1824
+ background-position-y: 27px;
1825
+ }
1826
+ .vuuTable-loading .vuuTable-table:after {
1827
+ animation: shimmer 2s infinite;
1828
+ background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .2) 20%, rgba(255, 255, 255, .6) 60%, rgba(255, 255, 255, 0));
1829
+ content: "";
1830
+ height: var(--table-height);
1831
+ left: 0px;
1832
+ position: absolute;
1833
+ transform: translateX(-100%);
1834
+ top: var(--header-height);
1835
+ width: var(--content-width);
1836
+ }
1837
+ @keyframes shimmer {
1838
+ 100% {
1839
+ transform: translateX(100%);
1840
+ }
1841
+ }
1842
+
1843
+ /* src/table/cell-renderers/json-cell/JsonCell.css */
1844
+ .vuuJsonCell-group {
1845
+ align-items: center;
1846
+ display: inline-flex;
1847
+ height: calc(var(--vuuTable-rowHeight) - 1px);
1848
+ width: 100%;
1849
+ }
1850
+ .vuuJsonCell-toggle {
1851
+ --vuu-icon-color: var(--salt-text-primary-foreground);
1852
+ --vuu-icon-height: calc(var(--vuuTable-rowHeight) - 1px);
1853
+ --vuu-icon-width: 18px;
1854
+ flex-shrink: 0;
1855
+ margin-left: auto;
1856
+ }
1857
+ .vuuJsonCell-name {
1858
+ font-weight: var(--salt-typography-fontWeight-semiBold);
1859
+ }
1860
+ .vuuJsonCell-value {
1861
+ overflow: hidden;
1862
+ text-overflow: ellipsis;
1863
+ }
1864
+
1865
+ /* src/table-next/ColumnMenu.css */
1866
+ .vuuMenuItem {
1867
+ --vuu-svg-cog: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M12.9533 8.65331C12.98 8.43998 13 8.22665 13 7.99998C13 7.77331 12.98 7.55998 12.9533 7.34665L14.36 6.24665C14.4867 6.14665 14.52 5.96665 14.44 5.81998L13.1067 3.51331C13.0267 3.36665 12.8467 3.31331 12.7 3.36665L11.04 4.03331C10.6933 3.76665 10.32 3.54665 9.91333 3.37998L9.66 1.61331C9.64 1.45331 9.5 1.33331 9.33333 1.33331H6.66667C6.5 1.33331 6.36 1.45331 6.34 1.61331L6.08667 3.37998C5.68 3.54665 5.30667 3.77331 4.96 4.03331L3.3 3.36665C3.14667 3.30665 2.97333 3.36665 2.89333 3.51331L1.56 5.81998C1.47333 5.96665 1.51333 6.14665 1.64 6.24665L3.04667 7.34665C3.02 7.55998 3 7.77998 3 7.99998C3 8.21998 3.02 8.43998 3.04667 8.65331L1.64 9.75331C1.51333 9.85331 1.48 10.0333 1.56 10.18L2.89333 12.4866C2.97333 12.6333 3.15333 12.6866 3.3 12.6333L4.96 11.9666C5.30667 12.2333 5.68 12.4533 6.08667 12.62L6.34 14.3866C6.36 14.5466 6.5 14.6666 6.66667 14.6666H9.33333C9.5 14.6666 9.64 14.5466 9.66 14.3866L9.91333 12.62C10.32 12.4533 10.6933 12.2266 11.04 11.9666L12.7 12.6333C12.8533 12.6933 13.0267 12.6333 13.1067 12.4866L14.44 10.18C14.52 10.0333 14.4867 9.85331 14.36 9.75331L12.9533 8.65331V8.65331ZM8 10.3333C6.71333 10.3333 5.66667 9.28665 5.66667 7.99998C5.66667 6.71331 6.71333 5.66665 8 5.66665C9.28667 5.66665 10.3333 6.71331 10.3333 7.99998C10.3333 9.28665 9.28667 10.3333 8 10.3333Z"/></svg>');
1868
+ }
1869
+ .vuuTable-columnMenu {
1870
+ --vuu-icon-color: #606477;
1871
+ --vuu-icon-height: 20px;
1872
+ --vuu-icon-left: 0px;
1873
+ --vuu-icon-size: 16px;
1874
+ --vuu-icon-top: 0px;
1875
+ --vuu-icon-width: 20px;
1876
+ border-radius: 4px;
1877
+ cursor: pointer;
1878
+ display: inline-block;
1879
+ margin-top: 2px;
1880
+ padding: 2px;
1881
+ }
1882
+ .vuuTable-columnMenu:hover {
1883
+ --vuu-icon-color: #15171B;
1884
+ background-color: #F37880;
1885
+ }
1886
+ .vuuTable-columnMenu-open:hover,
1887
+ .vuuTable-columnMenu-open {
1888
+ background-color: #6D18BD;
1889
+ --vuu-icon-color: white;
1890
+ }
1891
+ [data-icon=cog] {
1892
+ --vuu-icon-svg: var(--vuu-svg-cog);
1893
+ --vuu-icon-size: 14px;
1894
+ }
1895
+
1896
+ /* src/table-next/HeaderCell.css */
1897
+ .vuuTableNext-col-header {
1898
+ border-bottom: 1px solid #ccc;
1899
+ box-sizing: border-box;
1900
+ cursor: default;
1901
+ display: inline-flex;
1902
+ gap: 3px;
1903
+ height: var(--header-height);
1904
+ vertical-align: top;
1905
+ }
1906
+ .vuuTableNext-col-header .vuuColumnResizer:hover {
1907
+ --columnResizer-color: var(--vuu-color-purple-10);
1908
+ }
1909
+ .vuuTableNext-col-header-label {
1910
+ line-height: calc(var(--header-height) - 1px);
1911
+ }
1912
+ .vuuTableNext-col-header.vuuPinLeft.vuuEndPin .vuuColumnResizer:before {
1913
+ --height: calc(var(--columnResizer-height) - 15px);
1914
+ --inset-r: calc(var(--pin-width) - 2px);
1915
+ --inset-b: calc(var(--height) - 2px);
1916
+ --clip-path: polygon( 0% 0%, 0% 120%, 2px 120%, 2px 2px, var(--inset-r) 2px, var(--inset-r) var(--inset-b), 2px var(--inset-b), 2px 120%, 120% 120%, 120% 0% );
1917
+ background-color: transparent;
1918
+ border-color: var(--vuu-color-gray-40);
1919
+ border-width: 1px;
1920
+ border-style: solid solid solid solid;
1921
+ border-radius: 4px;
1922
+ box-shadow: 2px 1px 4px 0px rgba(0, 0, 0, 0.10);
1923
+ clip-path: var(--clip-path);
1924
+ content: "";
1925
+ position: absolute;
1926
+ width: var(--pin-width);
1927
+ top: 0;
1928
+ bottom: 0;
1929
+ right: -1px;
1930
+ height: var(--height);
1931
+ z-index: -5;
1932
+ }
1933
+ .vuuTableNext-col-header.vuuPinRight.vuuEndPin .vuuColumnResizer:before {
1934
+ --height: calc(var(--columnResizer-height) - 15px);
1935
+ --inset-r: calc(var(--pin-width) - 2px);
1936
+ --inset-b: calc(var(--height) - 2px);
1937
+ --clip-path: polygon( -20% 0%, -20% 120%, 2px 120%, 2px 2px, var(--inset-r) 2px, var(--inset-r) var(--inset-b), 2px var(--inset-b), 2px 120%, 120% 120%, 120% 0% );
1938
+ background-color: transparent;
1939
+ border-color: #A9AAAD;
1940
+ border-width: 1px;
1941
+ border-style: solid solid solid solid;
1942
+ border-radius: 4px;
1943
+ box-shadow: -2px 1px 4px 0px rgba(0, 0, 0, 0.10);
1944
+ clip-path: var(--clip-path);
1945
+ content: "";
1946
+ position: absolute;
1947
+ width: var(--pin-width);
1948
+ top: 0;
1949
+ bottom: 0;
1950
+ right: 0px;
1951
+ height: var(--height);
1952
+ z-index: -5;
1953
+ }
1954
+
1955
+ /* src/table-next/Row.css */
1956
+ .vuuTableNextRow {
1957
+ background: #fff;
1958
+ border-bottom: 1px solid var(--salt-separable-tertiary-borderColor);
1959
+ box-sizing: border-box;
1960
+ height: var(--row-height);
1961
+ line-height: calc(var(--row-height) - 1px);
1962
+ position: absolute;
1963
+ top: 0;
1964
+ white-space: nowrap;
1965
+ }
1966
+ .vuuTableNextRow-selected,
1967
+ .vuuTableNextRow-selectedEnd {
1968
+ background-color: rgb(235, 235, 236);
1969
+ }
1970
+ .vuuTableNextRow-selectedStart {
1971
+ --vuu-selection-decorator-left-radius: 5px 0 0 0;
1972
+ --vuu-selection-decorator-right-radius: 0 5px 0 0;
1973
+ border-radius: 5px 5px 0 0;
1974
+ }
1975
+ .vuuTableNextRow-selectedEnd {
1976
+ --vuu-selection-decorator-left-radius: 0 0 0 5px;
1977
+ --vuu-selection-decorator-right-radius: 0 0 5px 0;
1978
+ border-radius: 0 0 5px 5px;
1979
+ }
1980
+ .vuuTableNextRow-selectedStart.vuuTableNexRow-selectedEnd {
1981
+ --vuu-selection-decorator-left-radius: 5px 0 0 5px;
1982
+ --vuu-selection-decorator-right-radius: 0 5px 5px 0;
1983
+ border-radius: 5px 5px 5px 5px;
1984
+ }
1985
+ .vuuTableNextRow-selectedStart:after {
1986
+ content: "";
1987
+ position: absolute;
1988
+ top: 0;
1989
+ left: 4px;
1990
+ height: 1px;
1991
+ background-color: var(--vuu-color-purple-10);
1992
+ width: calc(var(--content-width) - 8px);
1993
+ z-index: 1;
1994
+ }
1995
+ .vuuTableNextRow-selectedEnd {
1996
+ border-bottom-color: var(--vuu-color-purple-10);
1997
+ }
1998
+ .vuuTableNextRow-selectionDecorator {
1999
+ background-color: var(--vuu-selection-decorator-bg, inherit);
2000
+ display: inline-block;
2001
+ position: relative;
2002
+ height: var(--row-height);
2003
+ width: 4px;
2004
+ z-index: 2;
2005
+ }
2006
+ .vuuTableNextRow-selectionDecorator.vuuStickyLeft {
2007
+ left: 0;
2008
+ position: sticky;
2009
+ }
2010
+ .vuuTableNextRow-selectionDecorator.vuuStickyRight {
2011
+ right: 0;
2012
+ position: sticky;
2013
+ }
2014
+ .vuuTableNextRow-selected {
2015
+ --vuu-selection-decorator-bg: var(--vuu-color-purple-10);
2016
+ }
2017
+ .vuuTableNextRow-selectedStart {
2018
+ --vuu-selection-decorator-bg: white;
2019
+ }
2020
+ .vuuTableNextRow-selectedEnd {
2021
+ --vuu-selection-decorator-bg: white;
2022
+ }
2023
+ .vuuTableNextRow-selectedStart.vuuTableNextRow-selectedEnd {
2024
+ }
2025
+ .vuuTableNextRow-selectedStart .vuuTableNextRow-selectionDecorator:before,
2026
+ .vuuTableNextRow-selectedEnd .vuuTableNextRow-selectionDecorator:before {
2027
+ content: "";
2028
+ inset: 0;
2029
+ position: absolute;
2030
+ background-color: var(--vuu-color-purple-10);
2031
+ }
2032
+ .vuuTableNextRow-selectionDecorator.vuuStickyLeft:before {
2033
+ border-radius: var(--vuu-selection-decorator-left-radius, 0);
2034
+ }
2035
+ .vuuTableNextRow-selectionDecorator.vuuStickyRight:before {
2036
+ border-radius: var(--vuu-selection-decorator-right-radius, 0);
2037
+ }
2038
+
2039
+ /* src/table-next/TableNext.css */
2040
+ .vuuTableNext {
2041
+ --vuu-table-next-selection-bookend-width: 4px;
2042
+ --columnResizer-height: var(--table-height);
2043
+ --columnResizer-color: transparent;
2044
+ --table-background: var(--salt-container-primary-background);
2045
+ height: var(--table-css-height);
2046
+ background-color: red;
2047
+ position: relative;
2048
+ user-select: none;
2049
+ width: var(--table-css-width);
2050
+ }
2051
+ .vuuTableNext-scrollbarContainer {
2052
+ --scroll-content-width: 1100px;
2053
+ border-bottom: none !important;
2054
+ border-top: none !important;
2055
+ border-left: solid 1px var(--salt-container-primary-borderColor);
2056
+ box-shadow: 0px -1px 0px 0px var(--salt-container-primary-borderColor);
2057
+ height: var(--viewport-body-height);
2058
+ left: 0px;
2059
+ overflow: auto;
2060
+ position: absolute;
2061
+ top: var(--total-header-height);
2062
+ width: var(--table-width);
2063
+ }
2064
+ .vuuTableNext-scrollbarContent {
2065
+ height: calc(var(--content-height) + var(--horizontal-scrollbar-height));
2066
+ position: absolute;
2067
+ width: var(--content-width);
2068
+ }
2069
+ .vuuTableNext-contentContainer {
2070
+ background-color: var(--salt-container-primary-background);
2071
+ height: calc(var(--table-height) - var(--horizontal-scrollbar-height));
2072
+ position: relative;
2073
+ overflow: auto;
2074
+ overscroll-behavior: none;
2075
+ width: calc(var(--table-width) - var(--vertical-scrollbar-width));
2076
+ }
2077
+ .vuuTableNext-contentContainer::-webkit-scrollbar {
2078
+ display: none;
2079
+ }
2080
+ .vuuTableNext-table {
2081
+ position: absolute;
2082
+ top: 0;
2083
+ left: 0;
2084
+ table-layout: fixed;
2085
+ width: var(--content-width);
2086
+ margin: 0;
2087
+ border: none;
2088
+ background-color: #fff;
2089
+ border-collapse: separate;
2090
+ border-spacing: 0;
2091
+ }
2092
+ .vuuTableNext-body {
2093
+ height: var(--content-height);
2094
+ }
2095
+ .vuuTableNextCell {
2096
+ display: inline-block;
2097
+ padding: 0 8px;
2098
+ vertical-align: top;
2099
+ }
2100
+ .vuuPinLeft,
2101
+ .vuuPinRight {
2102
+ background-color: inherit;
2103
+ position: sticky;
2104
+ z-index: 1;
2105
+ }
2106
+ .vuuTableNext-col-headings {
2107
+ background-color: white;
2108
+ padding: 0 var(--vuu-table-next-selection-bookend-width, 0);
2109
+ position: sticky;
2110
+ top: 0;
2111
+ z-index: 1;
2112
+ }
2113
+ .vuuTableNext-col-headers {
2114
+ background-color: var(--table-background);
2115
+ white-space: nowrap;
2116
+ }
2117
+ .sizer-cell {
2118
+ background-color: green !important;
2119
+ border: none !important;
2120
+ height: 0px;
2121
+ }
2
2122
  /*# sourceMappingURL=index.css.map */