@vuu-ui/vuu-table 0.8.10 → 0.8.11-debug
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/cjs/index.js +5126 -1
- package/cjs/index.js.map +3 -3
- package/esm/index.js +5237 -1
- package/esm/index.js.map +3 -3
- package/index.css +1027 -1
- package/index.css.map +3 -3
- package/package.json +9 -9
- package/types/table/Table.d.ts +1 -1
- package/types/table/dataTableTypes.d.ts +4 -2
- package/types/table/useSelection.d.ts +3 -1
- package/types/table-next/TableNext.d.ts +1 -1
- package/types/table-next/column-header-pill/ColumnHeaderPill.d.ts +1 -1
- package/types/table-next/column-header-pill/GroupColumnPill.d.ts +1 -1
- package/types/table-next/table-cell/TableCell.d.ts +1 -1
- package/types/table-next/useTableNext.d.ts +2 -2
- package/LICENSE +0 -201
package/index.css
CHANGED
|
@@ -1,2 +1,1028 @@
|
|
|
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))}.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}.vuuColumnResizerNext{background-color:var(--columnResizer-color);cursor:col-resize;height:var(--header-height);margin-left:var(--columnResizer-left, auto);position:relative;width:2px}.vuuColumnResizerNext:hover{--columnResizer-color: var(--salt-color-blue-500)}.vuuColumnResizerNext:after{background-color:var(--columnResizer-color, var(--salt-separable-tertiary-borderColor));bottom:0;content:"";position:absolute;top:0;right:0px;height:var(--columnResizer-height, 0);width:2px}.vuuColumnHeaderPill{--vuu-icon-size: 14px;--menu-item-icon-color: black;--vuu-icon-color: white;--vuu-icon-height: 12px;--vuu-icon-width: 13px;align-items:center;background:var(--salt-taggable-background-active);color:#fff;border-radius:4px;font-size:11px;gap:4px;height:16px;display:flex;margin:var(--vuuColumnHeaderPill-margin, 0);padding:0 6px;position:relative}.vuuColumnHeaderPill:hover{--vuu-icon-color: var(--vuu-color-gray-80);background-color:var(--salt-taggable-background-hover);color:var(--vuu-color-gray-80)}.vuuColumnHeaderPill-removeButton{cursor:pointer}.vuuSortPosition{font-size:11px;font-weight:700;padding-top:1px}.vuu-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>')}.vuuTableNextGroupHeaderCell.vuuTableNextHeaderCell{--vuuColumnHeaderPill-margin: 0;--cell-align: "flex-start";text-align:left;background:var(--dataTable-background);cursor:default;height:var(--vuuTableHeaderHeight)}.vuuTableNextGroupHeaderCell-inner{align-items:center;display:flex;gap:4px;height:100%;padding-left:1px}.vuuTableNextGroupHeaderCell-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}.vuuTableNextGroupHeaderCell-label{align-items:center;display:flex;flex:0 0 auto}.vuuTableNextGroupHeaderCell-close{--vuu-icon-height: 18px;--vuu-icon-width: 18px;cursor:pointer;left:3px}.vuuTableNextGroupHeaderCell-resizing{--columnResizer-color: var(--salt-color-blue-500);--columnResizer-height: var(--table-height);--columnResizer-width: 2px}.vuuTableNextGroupHeaderCell-pending{--pending-content: ""}.vuuTableNextGroupHeaderCell-col:has(+ .vuuColumnResizer):after{content:var(--pending-content);width:24px;height:24px;background-image:var(--svg-spinner);background-repeat:no-repeat;background-size:cover}.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;padding:2px;left:var(--column-menu-left, 0);margin:var(--vuuTable-columnMenu-margin, 0)}.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}.vuuColumnMenuList{--vuuMenuList-borderStyle: solid;border-radius:4px;box-shadow:0 6px 12px #0000002d;border-color:var(--vuuMenuList-borderColor, var(--salt-container-primary-borderColor));border-style:solid;border-width:1px}.vuuTableNextHeaderCell{--cell-align: "flex-start";--vuuColumnHeaderPill-margin: 0 0 0 3px;align-items:center;background-color:var(--vuuTableNextHeaderCell-background, inherit);border-bottom:1px solid #ccc;border-right-color:var(--cell-borderColor);border-right-style:solid;border-right-width:1px;box-sizing:border-box;cursor:default;display:inline-flex;height:var(--header-height);vertical-align:top}.vuuTableNextHeaderCell-right{--columnResizer-left: 0;--vuuTable-columnMenu-margin: 0;--vuuColumnHeaderPill-margin: 0 3px 0 0;--column-menu-left: 2px;justify-content:flex-end}.vuuTableNextHeaderCell .vuuColumnResizerNext:hover{--columnResizer-color: var(--vuu-color-purple-10)}.vuuTableNextHeaderCell-label{line-height:calc(var(--header-height) - 1px)}.vuuTableNextHeaderCell-resizing{--columnResizer-height: var(--table-height)}.vuuTableNextHeaderCell.vuuPinLeft{padding-left:2px}.vuuTableNextHeaderCell.vuuPinLeft.vuuEndPin .vuuColumnResizerNext:before{--height: calc(var(--table-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}.vuuTableNextHeaderCell.vuuPinRight.vuuEndPin .vuuColumnResizerNext:before{--height: calc(var(--table-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}.vuuTableNextHeaderCell.vuuDraggable-dragAway{display:none}.vuuTableNextCell{border-right-color:var(--cell-borderColor);border-right-style:solid;border-right-width:1px;display:inline-block;height:100%;overflow:hidden;padding:0 8px;text-overflow:ellipsis;vertical-align:top}.vuuTableNextCell-right{text-align:right}.vuuTableNextCell-editable{display:inline-flex;line-height:18px;padding-bottom:1px;padding-top:1px;text-overflow:unset}.vuuTableNextCell:focus{outline:var(--vuuTableCell-outline, solid var(--vuu-color-purple-10) 2px);outline-offset:-2px;box-shadow:inset 0 0 0 var(--cell-outline-width) #fff;border-bottom:none}.vuuTableNextRow-selected .vuuTableNextCell:not(.vuuTableNextCell-editable):focus{outline:var(--vuuTableCell-outline, solid var(--vuu-color-purple-10) 2px);outline-offset:-1px}.vuuTableNextCell-editable:focus{outline:none}.vuuTableNextGroupCell{--group-cell-spacer-width: 20px;align-items:center;border-right-color:var(--vuuTableNextGroupCell-borderColor, var(--salt-separable-tertiary-borderColor));border-right-style:solid;border-right-width:1px;cursor:pointer;display:inline-flex;height:var(--row-height);line-height:16px}.vuuTableNextGroupCell-toggle{--vuu-icon-height: 16px;--vuu-icon-size: 16px;--vuu-icon-width: 8px;margin-right:4px;transition:transform .25s;transform:var(--toggle-icon-transform)}.vuuTableNextGroupCell-spacer{width:var(--group-cell-spacer-width)}.vuuTableNextRow{background:var(--row-background,#fff);border-bottom:1px solid var(--row-borderColor);box-sizing:border-box;height:var(--row-height);line-height:calc(var(--row-height) - 1px);position:absolute;top:0;white-space:nowrap}.vuuTableNextRow-even{--row-background: var(--row-background-even)}.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.vuuTableNextRow-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)}.vuuTableNextRow-expanded{--toggle-icon-transform: rotate(90deg)}.vuuTableNext{--vuu-table-cell-outlineWidth: 1px;--table-height: var(--measured-px-height);--table-width: var(--measured-px-width);--vuu-table-next-selection-bookend-width: 4px;--columnResizer-color: transparent;--row-background: white;--cell-borderColor: transparent;--row-borderColor: var(--row-background);--table-background: var(--salt-container-primary-background);position:relative;user-select:none}.vuuTableNext-zebra{--row-background-even: var(--vuu-color-gray-25) }.vuuTableNext-colLines{--cell-borderColor: var(--salt-separable-tertiary-borderColor)}.vuuTableNext-rowLines{--row-borderColor: var(--salt-separable-tertiary-borderColor)}.vuuTableNext-scrollbarContainer{--scroll-content-width: 1100px;border-bottom:none!important;border-top:none!important;border-left:solid 1px 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-scrollbarContainer::-webkit-scrollbar{border:none;width:10px}.vuuTableNext-scrollbarContainer::-webkit-scrollbar:horizontal{height:10px}.vuuTableNext-scrollbarContainer::-webkit-scrollbar-track{background-color:#fff}.vuuTableNext-scrollbarContainer::-webkit-scrollbar-thumb{background-clip:padding-box;border-radius:10px;border:2px solid rgba(0,0,0,0);background-color:var(--vuu-color-gray-30)}.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)}.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}.vuuDraggable-vuuTableNext{--header-height: 25px;--vuuTableNextHeaderCell-background: var(--vuu-color-gray-25)}.vuuTableDropdownCell{--vuu-icon-height: 15px;--salt-focused-outlineStyle: none;--saltButton-borderRadius: 4px;font-weight:500}.vuuTableDropdownCell button:focus-visible{--saltButton-borderColor: var(--vuu-color-purple-10);--saltButton-borderWidth: 2px;padding-left:3px}.vuuTableInputCell.saltInput-primary{--salt-focused-outlineStyle: none;--saltInput-height: 17px;--saltInput-minHeight: 17px;border-radius:4px;font-weight:500}.vuuTableNextCell:focus .vuuTableInputCell.saltInput-primary,.vuuTableInputCell.saltInput-primary.saltInput-focused{border:solid 2px var(--vuu-color-purple-10);padding:0 3px}.vuuTableInputCell-icon{--vuu-icon-height: 13px;--vuu-icon-size: 15px;--vuu-icon-width: 12px;border-radius:10px}.vuuTableNextCell:focus .vuuTableInputCell.saltInput-primary.vuuTableInputCell-error,.vuuTableInputCell.saltInput-primary.saltInput-focused.vuuTableInputCell-error{border:solid 2px var(--vuu-color-red-50)}.vuuTableInputCell-error.saltInput-primary{border:solid 1px var(--vuu-color-red-50)}
|
|
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
|
+
/* src/table/TableCell.css */
|
|
24
|
+
.vuuTable {
|
|
25
|
+
--cell-outline-width: 2px;
|
|
26
|
+
user-select: none;
|
|
27
|
+
}
|
|
28
|
+
[role=cell] {
|
|
29
|
+
display: inline-block;
|
|
30
|
+
}
|
|
31
|
+
[data-align=end] {
|
|
32
|
+
margin-left: auto;
|
|
33
|
+
}
|
|
34
|
+
[data-align=end] + [data-align=end] {
|
|
35
|
+
margin-left: 0;
|
|
36
|
+
}
|
|
37
|
+
.vuuTable-table [role=cell] {
|
|
38
|
+
--saltEditableLabel-height: 17px;
|
|
39
|
+
--saltInput-height: 17px;
|
|
40
|
+
--saltInput-minHeight: 17px;
|
|
41
|
+
border-right: 1px solid var(--vuuTableCell-border-rightColor);
|
|
42
|
+
border-bottom: 1px solid var(--vuuTableCell-border-bottomColor);
|
|
43
|
+
color: var(--salt-text-primary-foreground);
|
|
44
|
+
cursor: default;
|
|
45
|
+
height: var(--vuuTable-rowHeight);
|
|
46
|
+
line-height: calc(var(--vuuTable-rowHeight) - 1px);
|
|
47
|
+
overflow: hidden;
|
|
48
|
+
padding: 0 5px;
|
|
49
|
+
vertical-align: top;
|
|
50
|
+
}
|
|
51
|
+
.vuuTable-headerCell:focus,
|
|
52
|
+
.vuuTable [role=cell]:focus {
|
|
53
|
+
outline: var(--vuuTableCell-outline, dotted var(--salt-color-blue-400) var(--cell-outline-width));
|
|
54
|
+
outline-offset: calc(var(--cell-outline-width) * -1);
|
|
55
|
+
box-shadow: inset 0 0 0 var(--cell-outline-width) white;
|
|
56
|
+
border-bottom: none;
|
|
57
|
+
}
|
|
58
|
+
.vuuTable-headerCell:focus .vuuTable-headerCell-inner {
|
|
59
|
+
padding-bottom: var(--cell-outline-width);
|
|
60
|
+
}
|
|
61
|
+
.vuuTable-headerCell:not(.vuuTable-headerCell-resizing):focus .vuuTable-headerCell-inner {
|
|
62
|
+
--columnResizer-color: transparent;
|
|
63
|
+
}
|
|
64
|
+
.vuuTable [role=cell]:focus {
|
|
65
|
+
border-right: none;
|
|
66
|
+
padding-bottom: 1px;
|
|
67
|
+
}
|
|
68
|
+
[role=cell][data-editable=true] {
|
|
69
|
+
--salt-text-fontSize: 10px;
|
|
70
|
+
--vuu-icon-size: 5px;
|
|
71
|
+
position: relative;
|
|
72
|
+
}
|
|
73
|
+
[role=cell][data-editable=true]:after {
|
|
74
|
+
top: 0;
|
|
75
|
+
content: "";
|
|
76
|
+
background-color: var(--salt-text-secondary-foreground, black);
|
|
77
|
+
left: 0;
|
|
78
|
+
height: var(--vuu-icon-height, var(--vuu-icon-size, 12px));
|
|
79
|
+
-webkit-mask: var(--svg-corner-triangle) center center/var(--vuu-icon-size) var(--vuu-icon-size);
|
|
80
|
+
mask: var(--svg-corner-triangle) center center/var(--vuu-icon-size) var(--vuu-icon-size);
|
|
81
|
+
mask-repeat: no-repeat;
|
|
82
|
+
-webkit-mask-repeat: no-repeat;
|
|
83
|
+
position: absolute;
|
|
84
|
+
transform: rotate(180deg);
|
|
85
|
+
width: var(--vuu-icon-width, var(--vuu-icon-size, 12px));
|
|
86
|
+
}
|
|
87
|
+
[role=cell]:focus[data-editable],
|
|
88
|
+
[role=cell]:focus-within[data-editable],
|
|
89
|
+
[role=cell]:has(.saltEditableLabel-editing) {
|
|
90
|
+
outline: solid var(--salt-color-blue-400) 1px;
|
|
91
|
+
background-color: white;
|
|
92
|
+
outline-offset: -1px;
|
|
93
|
+
}
|
|
94
|
+
[role=cell]:focus[data-editable=true]:after,
|
|
95
|
+
[role=cell]:has(.saltEditableLabel):after {
|
|
96
|
+
background-color: var(--salt-color-blue-400);
|
|
97
|
+
left: 1px;
|
|
98
|
+
top: 1px;
|
|
99
|
+
}
|
|
100
|
+
.vuuAlignRight {
|
|
101
|
+
text-align: right;
|
|
102
|
+
}
|
|
103
|
+
|
|
104
|
+
/* src/table/TableGroupCell.css */
|
|
105
|
+
.vuuTableGroupCell {
|
|
106
|
+
--spacer-width: 20px;
|
|
107
|
+
--toggle-icon-transform: var(--row-toggle-icon-transform, none);
|
|
108
|
+
--vuu-icon-width: 18px;
|
|
109
|
+
align-items: center;
|
|
110
|
+
display: inline-flex;
|
|
111
|
+
}
|
|
112
|
+
.vuuTableGroupCell-spacer {
|
|
113
|
+
height: 100%;
|
|
114
|
+
position: relative;
|
|
115
|
+
width: var(--spacer-width);
|
|
116
|
+
}
|
|
117
|
+
.vuuTableGroupCell-spacer:after {
|
|
118
|
+
background: var(--salt-container-primary-borderColor);
|
|
119
|
+
content: "";
|
|
120
|
+
position: absolute;
|
|
121
|
+
top: 0;
|
|
122
|
+
bottom: -1px;
|
|
123
|
+
left: 9px;
|
|
124
|
+
width: 1px;
|
|
125
|
+
}
|
|
126
|
+
.vuuTableGroupCell-toggle {
|
|
127
|
+
transition: transform 0.25s;
|
|
128
|
+
transform: var(--toggle-icon-transform);
|
|
129
|
+
}
|
|
130
|
+
|
|
131
|
+
/* src/table/TableRow.css */
|
|
132
|
+
.vuuTableRow {
|
|
133
|
+
--row-background: var(--table-background);
|
|
134
|
+
position: absolute;
|
|
135
|
+
top: 0;
|
|
136
|
+
}
|
|
137
|
+
.vuuTableRow-even {
|
|
138
|
+
--row-background: var(--row-background-even);
|
|
139
|
+
}
|
|
140
|
+
.vuuTableRow {
|
|
141
|
+
background-color: var(--row-background);
|
|
142
|
+
}
|
|
143
|
+
.vuuTableRow-expanded {
|
|
144
|
+
--row-toggle-icon-transform: rotate(90deg);
|
|
145
|
+
}
|
|
146
|
+
.vuuTableRow[aria-selected] {
|
|
147
|
+
background-color: var(--vuuTableRow-selected-background, var(--salt-selectable-background-selected));
|
|
148
|
+
--vuuTableCell-border-bottomColor: var(--salt-selectable-borderColor-selected);
|
|
149
|
+
}
|
|
150
|
+
.vuuTableRow-preSelected {
|
|
151
|
+
--vuuTableCell-border-bottomColor: var(--salt-selectable-borderColor-selected);
|
|
152
|
+
}
|
|
153
|
+
|
|
154
|
+
/* src/table/TableGroupHeaderCell.css */
|
|
155
|
+
.salt-theme {
|
|
156
|
+
--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>');
|
|
157
|
+
}
|
|
158
|
+
.vuuTable-groupHeaderCell {
|
|
159
|
+
--cell-align: "flex-start";
|
|
160
|
+
text-align: left;
|
|
161
|
+
background: var(--dataTable-background);
|
|
162
|
+
cursor: default;
|
|
163
|
+
height: var(--vuuTableHeaderHeight);
|
|
164
|
+
}
|
|
165
|
+
.vuuTable-groupHeaderCell-inner {
|
|
166
|
+
align-items: center;
|
|
167
|
+
display: flex;
|
|
168
|
+
height: 100%;
|
|
169
|
+
padding-left: 1px;
|
|
170
|
+
}
|
|
171
|
+
.vuuTable-groupHeaderCell-label {
|
|
172
|
+
align-items: center;
|
|
173
|
+
display: flex;
|
|
174
|
+
flex: 0 0 auto;
|
|
175
|
+
}
|
|
176
|
+
.vuuTable-groupHeaderCell-col {
|
|
177
|
+
align-items: center;
|
|
178
|
+
background-color: inherit;
|
|
179
|
+
display: inline-flex;
|
|
180
|
+
flex: 0 1 auto;
|
|
181
|
+
height: calc(var(--vuuTableHeaderHeight) - 2px);
|
|
182
|
+
justify-content: space-between;
|
|
183
|
+
padding-right: 8px;
|
|
184
|
+
position: relative;
|
|
185
|
+
}
|
|
186
|
+
.vuuTable-groupHeaderCell-close {
|
|
187
|
+
--vuu-icon-height: 18px;
|
|
188
|
+
--vuu-icon-width: 18px;
|
|
189
|
+
cursor: pointer;
|
|
190
|
+
left: 3px;
|
|
191
|
+
}
|
|
192
|
+
.vuuTable-groupHeaderCell-col:nth-child(odd) {
|
|
193
|
+
background-color: var(--salt-color-gray-50);
|
|
194
|
+
}
|
|
195
|
+
.vuuTable-groupHeaderCell-col:nth-child(even) {
|
|
196
|
+
background-color: var(--salt-color-gray-40);
|
|
197
|
+
}
|
|
198
|
+
.vuuTable-groupHeaderCell-col:first-child {
|
|
199
|
+
clip-path: polygon(0 0, calc(100% - 8px) 0, 100% 50%, calc(100% - 8px) 100%, 0 100%);
|
|
200
|
+
padding-left: 3px;
|
|
201
|
+
z-index: 1;
|
|
202
|
+
}
|
|
203
|
+
.vuuTable-groupHeaderCell-col:not(:first-child) {
|
|
204
|
+
margin-left: -6px;
|
|
205
|
+
padding-left: 12px;
|
|
206
|
+
clip-path: polygon(0 0, calc(100% - 8px) 0, 100% 50%, calc(100% - 8px) 100%, 0 100%, 8px 50%);
|
|
207
|
+
}
|
|
208
|
+
.vuuTable-groupHeaderCell-resizing {
|
|
209
|
+
--columnResizer-color: var(--salt-color-blue-500);
|
|
210
|
+
--columnResizer-height: var(--table-height);
|
|
211
|
+
--columnResizer-width: 2px;
|
|
212
|
+
}
|
|
213
|
+
.vuuTable-groupHeaderCell-pending {
|
|
214
|
+
--pending-content: "";
|
|
215
|
+
}
|
|
216
|
+
.vuuTable-groupHeaderCell-col:has(+ .vuuColumnResizer):after {
|
|
217
|
+
content: var(--pending-content);
|
|
218
|
+
width: 24px;
|
|
219
|
+
height: 24px;
|
|
220
|
+
background-image: var(--svg-spinner);
|
|
221
|
+
background-repeat: no-repeat;
|
|
222
|
+
background-size: cover;
|
|
223
|
+
}
|
|
224
|
+
|
|
225
|
+
/* src/table/SortIndicator.css */
|
|
226
|
+
.vuuSortIndicator {
|
|
227
|
+
--menu-icon-size: 18px;
|
|
228
|
+
--menu-item-icon-color: black;
|
|
229
|
+
display: flex;
|
|
230
|
+
flex-direction: column;
|
|
231
|
+
position: relative;
|
|
232
|
+
width: 18px;
|
|
233
|
+
}
|
|
234
|
+
.vuuSortPosition {
|
|
235
|
+
font-size: 10px;
|
|
236
|
+
line-height: 10px;
|
|
237
|
+
text-align: center;
|
|
238
|
+
}
|
|
239
|
+
|
|
240
|
+
/* src/table/TableHeaderCell.css */
|
|
241
|
+
.vuuTable-heading:nth-child(2) {
|
|
242
|
+
--heading-top: calc(var(--header-height));
|
|
243
|
+
}
|
|
244
|
+
.vuuTable-heading:nth-child(3) {
|
|
245
|
+
--heading-top: calc(var(--header-height) * 2);
|
|
246
|
+
}
|
|
247
|
+
.vuuTable-heading:nth-child(3) {
|
|
248
|
+
--heading-top: calc(var(--header-height) * 3);
|
|
249
|
+
}
|
|
250
|
+
.vuuTable-headingCell {
|
|
251
|
+
background: var(--dataTable-background);
|
|
252
|
+
border-color: var(--salt-separable-tertiary-borderColor);
|
|
253
|
+
border-style: solid solid solid none;
|
|
254
|
+
border-width: 1px;
|
|
255
|
+
color: var(--salt-text-secondary-foreground);
|
|
256
|
+
display: inline-block;
|
|
257
|
+
height: var(--vuuTableHeaderHeight);
|
|
258
|
+
padding: 0 !important;
|
|
259
|
+
}
|
|
260
|
+
.vuuTable-heading:has(+ .vuuTable-heading) > .vuuTable-headingCell {
|
|
261
|
+
border-bottom-color: transparent;
|
|
262
|
+
}
|
|
263
|
+
[role=columnHeader] {
|
|
264
|
+
--vuuTableCell-border-bottomColor: var(--salt-separable-tertiary-borderColor);
|
|
265
|
+
--cell-align: "flex-start";
|
|
266
|
+
display: inline-block;
|
|
267
|
+
text-align: left;
|
|
268
|
+
background: var(--dataTable-background);
|
|
269
|
+
border-right: 1px solid var(--vuuTableCell-border-rightColor);
|
|
270
|
+
border-bottom: 1px solid var(--vuuTableCell-border-bottomColor);
|
|
271
|
+
color: var(--salt-text-secondary-foreground);
|
|
272
|
+
cursor: default;
|
|
273
|
+
height: var(--vuuTableHeaderHeight);
|
|
274
|
+
padding: 0 !important;
|
|
275
|
+
vertical-align: top;
|
|
276
|
+
}
|
|
277
|
+
.vuuTable-headerCell-right {
|
|
278
|
+
--cell-align: flex-end;
|
|
279
|
+
}
|
|
280
|
+
.vuuTable-headerCell-inner {
|
|
281
|
+
align-items: stretch;
|
|
282
|
+
display: flex;
|
|
283
|
+
height: 100%;
|
|
284
|
+
padding: 0 0 0 3px;
|
|
285
|
+
}
|
|
286
|
+
.vuuTable-headerCell-inner:has(.vuuFilterIndicator) {
|
|
287
|
+
padding-left: 0;
|
|
288
|
+
}
|
|
289
|
+
.vuuTable-headerCell-label {
|
|
290
|
+
align-items: center;
|
|
291
|
+
justify-content: var(--cell-align);
|
|
292
|
+
display: flex;
|
|
293
|
+
flex: 1 1 auto;
|
|
294
|
+
}
|
|
295
|
+
.vuuTable-headerCell-resizing {
|
|
296
|
+
--columnResizer-color: var(--salt-color-blue-500);
|
|
297
|
+
--columnResizer-height: var(--table-height);
|
|
298
|
+
--columnResizer-width: 2px;
|
|
299
|
+
}
|
|
300
|
+
[role=headerCell].vuuPinLeft.vuuEndPin:after {
|
|
301
|
+
box-shadow: 2px 0px 5px rgba(0, 0, 0, 0.4);
|
|
302
|
+
content: "";
|
|
303
|
+
position: absolute;
|
|
304
|
+
width: 1px;
|
|
305
|
+
background-color: transparent;
|
|
306
|
+
height: var(--table-height);
|
|
307
|
+
top: 0;
|
|
308
|
+
right: 0px;
|
|
309
|
+
}
|
|
310
|
+
[role=headerCell].vuuPinRight.vuuEndPin:after {
|
|
311
|
+
box-shadow: -2px 0px 5px rgba(0, 0, 0, 0.3);
|
|
312
|
+
content: "";
|
|
313
|
+
position: absolute;
|
|
314
|
+
width: 1px;
|
|
315
|
+
background-color: transparent;
|
|
316
|
+
height: var(--table-height);
|
|
317
|
+
top: 0;
|
|
318
|
+
left: 0px;
|
|
319
|
+
}
|
|
320
|
+
[role=headerCell]:is(.vuuPinLeft, .vuuPinRight, .vuuPinFloating) {
|
|
321
|
+
top: 0;
|
|
322
|
+
z-index: 20;
|
|
323
|
+
}
|
|
324
|
+
.saltDraggable-vuuTable-headerCell {
|
|
325
|
+
--dataTable-background: ivory;
|
|
326
|
+
--vuuTableHeaderHeight: 25px;
|
|
327
|
+
}
|
|
328
|
+
|
|
329
|
+
/* src/table/filter-indicator.css */
|
|
330
|
+
.vuuFilterIndicator {
|
|
331
|
+
--menu-icon-size: 12px;
|
|
332
|
+
--menu-item-icon-color: black;
|
|
333
|
+
align-items: center;
|
|
334
|
+
cursor: pointer;
|
|
335
|
+
display: flex;
|
|
336
|
+
flex: 0 0 18px;
|
|
337
|
+
flex-direction: column;
|
|
338
|
+
justify-content: center;
|
|
339
|
+
position: relative;
|
|
340
|
+
}
|
|
341
|
+
.vuuFilterIndicator + .vuuTable-headerCell-inner {
|
|
342
|
+
padding-left: 0;
|
|
343
|
+
}
|
|
344
|
+
|
|
345
|
+
/* src/table/RowBasedTable.css */
|
|
346
|
+
.vuuTable-table {
|
|
347
|
+
--vuuTable-rowHeight: var(--row-height);
|
|
348
|
+
--vuuTableCell-border-bottomColor: transparent;
|
|
349
|
+
--vuuTableCell-border-rightColor: var(--salt-separable-tertiary-borderColor);
|
|
350
|
+
border-collapse: separate;
|
|
351
|
+
border-spacing: 0;
|
|
352
|
+
border-left: 1px solid #ccc;
|
|
353
|
+
border: none;
|
|
354
|
+
font-size: var(--vuuTable-font-size, 10px);
|
|
355
|
+
margin: 0;
|
|
356
|
+
min-height: 100%;
|
|
357
|
+
width: var(--content-width);
|
|
358
|
+
}
|
|
359
|
+
.vuuTable-headers {
|
|
360
|
+
position: sticky;
|
|
361
|
+
top: 0;
|
|
362
|
+
z-index: 1;
|
|
363
|
+
}
|
|
364
|
+
.vuuTable-body {
|
|
365
|
+
height: var(--content-height);
|
|
366
|
+
position: relative;
|
|
367
|
+
}
|
|
368
|
+
|
|
369
|
+
/* src/table/Table.css */
|
|
370
|
+
.vuuTable {
|
|
371
|
+
--dataTable-background: var(--salt-container-primary-background, inherit);
|
|
372
|
+
--row-background-even: var(--dataTable-background);
|
|
373
|
+
--row-background-odd: var(--dataTable-background);
|
|
374
|
+
--table-background: var(--dataTable-background, none);
|
|
375
|
+
background-color: var(--dataTable-background);
|
|
376
|
+
position: relative;
|
|
377
|
+
}
|
|
378
|
+
.vuuTable-zebra {
|
|
379
|
+
--row-background-even: var(--salt-container-secondary-background);
|
|
380
|
+
}
|
|
381
|
+
.vuuTable-scrollbarContainer {
|
|
382
|
+
--scroll-content-width: calc(var(--content-width) - var(--pinned-width-left));
|
|
383
|
+
border-bottom: none !important;
|
|
384
|
+
border-top: none !important;
|
|
385
|
+
border-left: solid 1px var(--salt-container-primary-borderColor);
|
|
386
|
+
box-shadow: 0px -1px 0px 0px var(--salt-container-primary-borderColor);
|
|
387
|
+
height: var(--viewport-body-height);
|
|
388
|
+
left: var(--pinned-width-left);
|
|
389
|
+
overflow: auto;
|
|
390
|
+
position: absolute;
|
|
391
|
+
top: var(--total-header-height);
|
|
392
|
+
width: calc(var(--table-width) - var(--pinned-width-left) + 1px);
|
|
393
|
+
}
|
|
394
|
+
.vuuTable-scrollbarContent {
|
|
395
|
+
height: calc(var(--content-height) + var(--horizontal-scrollbar-height));
|
|
396
|
+
position: absolute;
|
|
397
|
+
width: var(--scroll-content-width, var(--content-width));
|
|
398
|
+
}
|
|
399
|
+
.vuuTable-contentContainer {
|
|
400
|
+
--vuuTableHeaderHeight: var(--header-height, 30px);
|
|
401
|
+
background-color: var(--salt-container-primary-background);
|
|
402
|
+
height: calc(var(--table-height) - var(--horizontal-scrollbar-height));
|
|
403
|
+
position: relative;
|
|
404
|
+
overflow: auto;
|
|
405
|
+
overscroll-behavior: none;
|
|
406
|
+
width: calc(var(--table-width) - var(--vertical-scrollbar-width));
|
|
407
|
+
}
|
|
408
|
+
.vuuTable-contentContainer::-webkit-scrollbar {
|
|
409
|
+
display: none;
|
|
410
|
+
}
|
|
411
|
+
:is(.vuuPinLeft, .vuuPinRight, .vuuPinFloating) {
|
|
412
|
+
background-color: inherit;
|
|
413
|
+
position: sticky;
|
|
414
|
+
z-index: 1;
|
|
415
|
+
}
|
|
416
|
+
.vuuTable-settings {
|
|
417
|
+
--saltButton-height: var(--header-height);
|
|
418
|
+
--saltButton-width: 15px;
|
|
419
|
+
position: absolute !important;
|
|
420
|
+
right: 0;
|
|
421
|
+
top: 0;
|
|
422
|
+
}
|
|
423
|
+
.vuuTable:has(.vuuTable-headerCell-resizing) * {
|
|
424
|
+
cursor: col-resize;
|
|
425
|
+
}
|
|
426
|
+
|
|
427
|
+
/* src/table/Table-loading.css */
|
|
428
|
+
.vuuTable-loading .vuuTable-table {
|
|
429
|
+
--skeleton-height: 20px;
|
|
430
|
+
--skeleton-width: calc(var(--content-width) - 8px);
|
|
431
|
+
--skeleton-left: 4px;
|
|
432
|
+
--skeleton-row-height: 16px;
|
|
433
|
+
--skeleton-size: var(--skeleton-width) var(--skeleton-height);
|
|
434
|
+
--skeleton-row: linear-gradient( var(--salt-color-gray-20-fade-background) var(--skeleton-row-height), transparent 0 );
|
|
435
|
+
--skeleton-background-image: var(--skeleton-row);
|
|
436
|
+
background-image: var(--skeleton-background-image);
|
|
437
|
+
background-repeat: repeat-y;
|
|
438
|
+
background-size: var(--skeleton-size);
|
|
439
|
+
background-position-x: var(--skeleton-left);
|
|
440
|
+
background-position-y: 27px;
|
|
441
|
+
}
|
|
442
|
+
.vuuTable-loading .vuuTable-table {
|
|
443
|
+
--skeleton-height: 20px;
|
|
444
|
+
--skeleton-width: calc(var(--content-width) - 8px);
|
|
445
|
+
--skeleton-left: 4px;
|
|
446
|
+
--skeleton-row-height: 16px;
|
|
447
|
+
--skeleton-size: var(--skeleton-width) var(--skeleton-height);
|
|
448
|
+
--skeleton-row: linear-gradient( var(--salt-color-gray-20-fade-background) var(--skeleton-row-height), transparent 0 );
|
|
449
|
+
--skeleton-background-image: var(--skeleton-row);
|
|
450
|
+
background-image: var(--skeleton-background-image);
|
|
451
|
+
background-repeat: repeat-y;
|
|
452
|
+
background-size: var(--skeleton-size);
|
|
453
|
+
background-position-x: var(--skeleton-left);
|
|
454
|
+
background-position-y: 27px;
|
|
455
|
+
}
|
|
456
|
+
.vuuTable-loading .vuuTable-table:after {
|
|
457
|
+
animation: shimmer 2s infinite;
|
|
458
|
+
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));
|
|
459
|
+
content: "";
|
|
460
|
+
height: var(--table-height);
|
|
461
|
+
left: 0px;
|
|
462
|
+
position: absolute;
|
|
463
|
+
transform: translateX(-100%);
|
|
464
|
+
top: var(--header-height);
|
|
465
|
+
width: var(--content-width);
|
|
466
|
+
}
|
|
467
|
+
@keyframes shimmer {
|
|
468
|
+
100% {
|
|
469
|
+
transform: translateX(100%);
|
|
470
|
+
}
|
|
471
|
+
}
|
|
472
|
+
|
|
473
|
+
/* src/table/cell-renderers/json-cell/JsonCell.css */
|
|
474
|
+
.vuuJsonCell-group {
|
|
475
|
+
align-items: center;
|
|
476
|
+
display: inline-flex;
|
|
477
|
+
height: calc(var(--vuuTable-rowHeight) - 1px);
|
|
478
|
+
width: 100%;
|
|
479
|
+
}
|
|
480
|
+
.vuuJsonCell-toggle {
|
|
481
|
+
--vuu-icon-color: var(--salt-text-primary-foreground);
|
|
482
|
+
--vuu-icon-height: calc(var(--vuuTable-rowHeight) - 1px);
|
|
483
|
+
--vuu-icon-width: 18px;
|
|
484
|
+
flex-shrink: 0;
|
|
485
|
+
margin-left: auto;
|
|
486
|
+
}
|
|
487
|
+
.vuuJsonCell-name {
|
|
488
|
+
font-weight: var(--salt-typography-fontWeight-semiBold);
|
|
489
|
+
}
|
|
490
|
+
.vuuJsonCell-value {
|
|
491
|
+
overflow: hidden;
|
|
492
|
+
text-overflow: ellipsis;
|
|
493
|
+
}
|
|
494
|
+
|
|
495
|
+
/* src/table-next/column-resizing/ColumnResizer.css */
|
|
496
|
+
.vuuColumnResizerNext {
|
|
497
|
+
background-color: var(--columnResizer-color);
|
|
498
|
+
cursor: col-resize;
|
|
499
|
+
height: var(--header-height);
|
|
500
|
+
margin-left: var(--columnResizer-left, auto);
|
|
501
|
+
position: relative;
|
|
502
|
+
width: 2px;
|
|
503
|
+
}
|
|
504
|
+
.vuuColumnResizerNext:hover {
|
|
505
|
+
--columnResizer-color: var(--salt-color-blue-500);
|
|
506
|
+
}
|
|
507
|
+
.vuuColumnResizerNext:after {
|
|
508
|
+
background-color: var(--columnResizer-color, var(--salt-separable-tertiary-borderColor));
|
|
509
|
+
bottom: 0;
|
|
510
|
+
content: "";
|
|
511
|
+
position: absolute;
|
|
512
|
+
top: 0;
|
|
513
|
+
right: 0px;
|
|
514
|
+
height: var(--columnResizer-height, 0);
|
|
515
|
+
width: 2px;
|
|
516
|
+
}
|
|
517
|
+
|
|
518
|
+
/* src/table-next/column-header-pill/ColumnHeaderPill.css */
|
|
519
|
+
.vuuColumnHeaderPill {
|
|
520
|
+
--vuu-icon-size: 14px;
|
|
521
|
+
--menu-item-icon-color: black;
|
|
522
|
+
--vuu-icon-color: white;
|
|
523
|
+
--vuu-icon-height: 12px;
|
|
524
|
+
--vuu-icon-width: 13px;
|
|
525
|
+
align-items: center;
|
|
526
|
+
background: var(--salt-taggable-background-active);
|
|
527
|
+
color: white;
|
|
528
|
+
border-radius: 4px;
|
|
529
|
+
font-size: 11px;
|
|
530
|
+
gap: 4px;
|
|
531
|
+
height: 16px;
|
|
532
|
+
display: flex;
|
|
533
|
+
margin: var(--vuuColumnHeaderPill-margin, 0);
|
|
534
|
+
padding: 0 6px;
|
|
535
|
+
position: relative;
|
|
536
|
+
}
|
|
537
|
+
.vuuColumnHeaderPill:hover {
|
|
538
|
+
--vuu-icon-color: var(--vuu-color-gray-80);
|
|
539
|
+
background-color: var(--salt-taggable-background-hover);
|
|
540
|
+
color: var(--vuu-color-gray-80);
|
|
541
|
+
}
|
|
542
|
+
.vuuColumnHeaderPill-removeButton {
|
|
543
|
+
cursor: pointer;
|
|
544
|
+
}
|
|
545
|
+
|
|
546
|
+
/* src/table-next/column-header-pill/GroupColumnPill.css */
|
|
547
|
+
.vuuSortPosition {
|
|
548
|
+
font-size: 11px;
|
|
549
|
+
font-weight: 700;
|
|
550
|
+
padding-top: 1px;
|
|
551
|
+
}
|
|
552
|
+
|
|
553
|
+
/* src/table-next/column-header-pill/SortIndicator.css */
|
|
554
|
+
.vuuSortPosition {
|
|
555
|
+
font-size: 11px;
|
|
556
|
+
font-weight: 700;
|
|
557
|
+
padding-top: 1px;
|
|
558
|
+
}
|
|
559
|
+
|
|
560
|
+
/* src/table-next/header-cell/GroupHeaderCell.css */
|
|
561
|
+
.vuu-theme {
|
|
562
|
+
--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>');
|
|
563
|
+
}
|
|
564
|
+
.vuuTableNextGroupHeaderCell.vuuTableNextHeaderCell {
|
|
565
|
+
--vuuColumnHeaderPill-margin: 0;
|
|
566
|
+
--cell-align: "flex-start";
|
|
567
|
+
text-align: left;
|
|
568
|
+
background: var(--dataTable-background);
|
|
569
|
+
cursor: default;
|
|
570
|
+
height: var(--vuuTableHeaderHeight);
|
|
571
|
+
}
|
|
572
|
+
.vuuTableNextGroupHeaderCell-inner {
|
|
573
|
+
align-items: center;
|
|
574
|
+
display: flex;
|
|
575
|
+
gap: 4px;
|
|
576
|
+
height: 100%;
|
|
577
|
+
padding-left: 1px;
|
|
578
|
+
}
|
|
579
|
+
.vuuTableNextGroupHeaderCell-col {
|
|
580
|
+
align-items: center;
|
|
581
|
+
background-color: inherit;
|
|
582
|
+
display: inline-flex;
|
|
583
|
+
flex: 0 1 auto;
|
|
584
|
+
height: calc(var(--vuuTableHeaderHeight) - 2px);
|
|
585
|
+
justify-content: space-between;
|
|
586
|
+
padding-right: 8px;
|
|
587
|
+
position: relative;
|
|
588
|
+
}
|
|
589
|
+
.vuuTableNextGroupHeaderCell-label {
|
|
590
|
+
align-items: center;
|
|
591
|
+
display: flex;
|
|
592
|
+
flex: 0 0 auto;
|
|
593
|
+
}
|
|
594
|
+
.vuuTableNextGroupHeaderCell-close {
|
|
595
|
+
--vuu-icon-height: 18px;
|
|
596
|
+
--vuu-icon-width: 18px;
|
|
597
|
+
cursor: pointer;
|
|
598
|
+
left: 3px;
|
|
599
|
+
}
|
|
600
|
+
.vuuTableNextGroupHeaderCell-resizing {
|
|
601
|
+
--columnResizer-color: var(--salt-color-blue-500);
|
|
602
|
+
--columnResizer-height: var(--table-height);
|
|
603
|
+
--columnResizer-width: 2px;
|
|
604
|
+
}
|
|
605
|
+
.vuuTableNextGroupHeaderCell-pending {
|
|
606
|
+
--pending-content: "";
|
|
607
|
+
}
|
|
608
|
+
.vuuTableNextGroupHeaderCell-col:has(+ .vuuColumnResizer):after {
|
|
609
|
+
content: var(--pending-content);
|
|
610
|
+
width: 24px;
|
|
611
|
+
height: 24px;
|
|
612
|
+
background-image: var(--svg-spinner);
|
|
613
|
+
background-repeat: no-repeat;
|
|
614
|
+
background-size: cover;
|
|
615
|
+
}
|
|
616
|
+
|
|
617
|
+
/* src/table-next/column-menu/ColumnMenu.css */
|
|
618
|
+
.vuuMenuItem {
|
|
619
|
+
--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>');
|
|
620
|
+
}
|
|
621
|
+
.vuuTable-columnMenu {
|
|
622
|
+
--vuu-icon-color: #606477;
|
|
623
|
+
--vuu-icon-height: 20px;
|
|
624
|
+
--vuu-icon-left: 0px;
|
|
625
|
+
--vuu-icon-size: 16px;
|
|
626
|
+
--vuu-icon-top: 0px;
|
|
627
|
+
--vuu-icon-width: 20px;
|
|
628
|
+
border-radius: 4px;
|
|
629
|
+
cursor: pointer;
|
|
630
|
+
display: inline-block;
|
|
631
|
+
padding: 2px;
|
|
632
|
+
left: var(--column-menu-left, 0);
|
|
633
|
+
margin: var(--vuuTable-columnMenu-margin, 0);
|
|
634
|
+
}
|
|
635
|
+
.vuuTable-columnMenu:hover {
|
|
636
|
+
--vuu-icon-color: #15171B;
|
|
637
|
+
background-color: #F37880;
|
|
638
|
+
}
|
|
639
|
+
.vuuTable-columnMenu-open:hover,
|
|
640
|
+
.vuuTable-columnMenu-open {
|
|
641
|
+
background-color: #6D18BD;
|
|
642
|
+
--vuu-icon-color: white;
|
|
643
|
+
}
|
|
644
|
+
[data-icon=cog] {
|
|
645
|
+
--vuu-icon-svg: var(--vuu-svg-cog);
|
|
646
|
+
--vuu-icon-size: 14px;
|
|
647
|
+
}
|
|
648
|
+
|
|
649
|
+
/* src/table-next/header-cell/HeaderCell.css */
|
|
650
|
+
.vuuTableNextHeaderCell {
|
|
651
|
+
--cell-align: "flex-start";
|
|
652
|
+
--vuuColumnHeaderPill-margin: 0 0 0 3px;
|
|
653
|
+
align-items: center;
|
|
654
|
+
background-color: var(--vuuTableNextHeaderCell-background, inherit);
|
|
655
|
+
border-bottom: 1px solid #ccc;
|
|
656
|
+
border-right-color: var(--cell-borderColor);
|
|
657
|
+
border-right-style: solid;
|
|
658
|
+
border-right-width: 1px;
|
|
659
|
+
box-sizing: border-box;
|
|
660
|
+
cursor: default;
|
|
661
|
+
display: inline-flex;
|
|
662
|
+
height: var(--header-height);
|
|
663
|
+
vertical-align: top;
|
|
664
|
+
}
|
|
665
|
+
.vuuTableNextHeaderCell-right {
|
|
666
|
+
--columnResizer-left: 0;
|
|
667
|
+
--vuuTable-columnMenu-margin: 0;
|
|
668
|
+
--vuuColumnHeaderPill-margin: 0 3px 0 0;
|
|
669
|
+
--column-menu-left: 2px;
|
|
670
|
+
justify-content: flex-end;
|
|
671
|
+
}
|
|
672
|
+
.vuuTableNextHeaderCell .vuuColumnResizerNext:hover {
|
|
673
|
+
--columnResizer-color: var(--vuu-color-purple-10);
|
|
674
|
+
}
|
|
675
|
+
.vuuTableNextHeaderCell-label {
|
|
676
|
+
line-height: calc(var(--header-height) - 1px);
|
|
677
|
+
}
|
|
678
|
+
.vuuTableNextHeaderCell-resizing {
|
|
679
|
+
--columnResizer-height: var(--table-height);
|
|
680
|
+
}
|
|
681
|
+
.vuuTableNextHeaderCell.vuuPinLeft {
|
|
682
|
+
padding-left: 2px;
|
|
683
|
+
}
|
|
684
|
+
.vuuTableNextHeaderCell.vuuPinLeft.vuuEndPin .vuuColumnResizerNext:before {
|
|
685
|
+
--height: calc(var(--table-height) - 15px);
|
|
686
|
+
--inset-r: calc(var(--pin-width) - 2px);
|
|
687
|
+
--inset-b: calc(var(--height) - 2px);
|
|
688
|
+
--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% );
|
|
689
|
+
background-color: transparent;
|
|
690
|
+
border-color: var(--vuu-color-gray-40);
|
|
691
|
+
border-width: 1px;
|
|
692
|
+
border-style: solid solid solid solid;
|
|
693
|
+
border-radius: 4px;
|
|
694
|
+
box-shadow: 2px 1px 4px 0px rgba(0, 0, 0, 0.10);
|
|
695
|
+
clip-path: var(--clip-path);
|
|
696
|
+
content: "";
|
|
697
|
+
position: absolute;
|
|
698
|
+
width: var(--pin-width);
|
|
699
|
+
top: 0;
|
|
700
|
+
bottom: 0;
|
|
701
|
+
right: -1px;
|
|
702
|
+
height: var(--height);
|
|
703
|
+
z-index: -5;
|
|
704
|
+
}
|
|
705
|
+
.vuuTableNextHeaderCell.vuuPinRight.vuuEndPin .vuuColumnResizerNext:before {
|
|
706
|
+
--height: calc(var(--table-height) - 15px);
|
|
707
|
+
--inset-r: calc(var(--pin-width) - 2px);
|
|
708
|
+
--inset-b: calc(var(--height) - 2px);
|
|
709
|
+
--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% );
|
|
710
|
+
background-color: transparent;
|
|
711
|
+
border-color: #A9AAAD;
|
|
712
|
+
border-width: 1px;
|
|
713
|
+
border-style: solid solid solid solid;
|
|
714
|
+
border-radius: 4px;
|
|
715
|
+
box-shadow: -2px 1px 4px 0px rgba(0, 0, 0, 0.10);
|
|
716
|
+
clip-path: var(--clip-path);
|
|
717
|
+
content: "";
|
|
718
|
+
position: absolute;
|
|
719
|
+
width: var(--pin-width);
|
|
720
|
+
top: 0;
|
|
721
|
+
bottom: 0;
|
|
722
|
+
right: 0px;
|
|
723
|
+
height: var(--height);
|
|
724
|
+
z-index: -5;
|
|
725
|
+
}
|
|
726
|
+
.vuuTableNextHeaderCell.vuuDraggable-dragAway {
|
|
727
|
+
display: none;
|
|
728
|
+
}
|
|
729
|
+
|
|
730
|
+
/* src/table-next/table-cell/TableCell.css */
|
|
731
|
+
.vuuTableNextCell {
|
|
732
|
+
border-right-color: var(--cell-borderColor);
|
|
733
|
+
border-right-style: solid;
|
|
734
|
+
border-right-width: 1px;
|
|
735
|
+
display: inline-block;
|
|
736
|
+
height: 100%;
|
|
737
|
+
overflow: hidden;
|
|
738
|
+
padding: 0 8px;
|
|
739
|
+
text-overflow: ellipsis;
|
|
740
|
+
vertical-align: top;
|
|
741
|
+
}
|
|
742
|
+
.vuuTableNextCell-right {
|
|
743
|
+
text-align: right;
|
|
744
|
+
}
|
|
745
|
+
.vuuTableNextCell-editable {
|
|
746
|
+
display: inline-flex;
|
|
747
|
+
line-height: 18px;
|
|
748
|
+
padding-bottom: 1px;
|
|
749
|
+
padding-top: 1px;
|
|
750
|
+
text-overflow: unset;
|
|
751
|
+
}
|
|
752
|
+
.vuuTableNextCell:focus {
|
|
753
|
+
outline: var(--vuuTableCell-outline, solid var(--vuu-color-purple-10) 2px);
|
|
754
|
+
outline-offset: -2px;
|
|
755
|
+
box-shadow: inset 0 0 0 var(--cell-outline-width) white;
|
|
756
|
+
border-bottom: none;
|
|
757
|
+
}
|
|
758
|
+
.vuuTableNextRow-selected .vuuTableNextCell:not(.vuuTableNextCell-editable):focus {
|
|
759
|
+
outline: var(--vuuTableCell-outline, solid var(--vuu-color-purple-10) 2px);
|
|
760
|
+
outline-offset: -1px;
|
|
761
|
+
}
|
|
762
|
+
.vuuTableNextCell-editable:focus {
|
|
763
|
+
outline: none;
|
|
764
|
+
}
|
|
765
|
+
|
|
766
|
+
/* src/table-next/table-cell/TableGroupCell.css */
|
|
767
|
+
.vuuTableNextGroupCell {
|
|
768
|
+
--group-cell-spacer-width: 20px;
|
|
769
|
+
align-items: center;
|
|
770
|
+
border-right-color: var(--vuuTableNextGroupCell-borderColor, var(--salt-separable-tertiary-borderColor));
|
|
771
|
+
border-right-style: solid;
|
|
772
|
+
border-right-width: 1px;
|
|
773
|
+
cursor: pointer;
|
|
774
|
+
display: inline-flex;
|
|
775
|
+
height: var(--row-height);
|
|
776
|
+
line-height: 16px;
|
|
777
|
+
}
|
|
778
|
+
.vuuTableNextGroupCell-toggle {
|
|
779
|
+
--vuu-icon-height: 16px;
|
|
780
|
+
--vuu-icon-size: 16px;
|
|
781
|
+
--vuu-icon-width: 8px;
|
|
782
|
+
margin-right: 4px;
|
|
783
|
+
transition: transform 0.25s;
|
|
784
|
+
transform: var(--toggle-icon-transform);
|
|
785
|
+
}
|
|
786
|
+
.vuuTableNextGroupCell-spacer {
|
|
787
|
+
width: var(--group-cell-spacer-width);
|
|
788
|
+
}
|
|
789
|
+
|
|
790
|
+
/* src/table-next/Row.css */
|
|
791
|
+
.vuuTableNextRow {
|
|
792
|
+
background: var(--row-background,#fff);
|
|
793
|
+
border-bottom: 1px solid var(--row-borderColor);
|
|
794
|
+
box-sizing: border-box;
|
|
795
|
+
height: var(--row-height);
|
|
796
|
+
line-height: calc(var(--row-height) - 1px);
|
|
797
|
+
position: absolute;
|
|
798
|
+
top: 0;
|
|
799
|
+
white-space: nowrap;
|
|
800
|
+
}
|
|
801
|
+
.vuuTableNextRow-even {
|
|
802
|
+
--row-background: var(--row-background-even);
|
|
803
|
+
}
|
|
804
|
+
.vuuTableNextRow-selected,
|
|
805
|
+
.vuuTableNextRow-selectedEnd {
|
|
806
|
+
background-color: rgb(235, 235, 236);
|
|
807
|
+
}
|
|
808
|
+
.vuuTableNextRow-selectedStart {
|
|
809
|
+
--vuu-selection-decorator-left-radius: 5px 0 0 0;
|
|
810
|
+
--vuu-selection-decorator-right-radius: 0 5px 0 0;
|
|
811
|
+
border-radius: 5px 5px 0 0;
|
|
812
|
+
}
|
|
813
|
+
.vuuTableNextRow-selectedEnd {
|
|
814
|
+
--vuu-selection-decorator-left-radius: 0 0 0 5px;
|
|
815
|
+
--vuu-selection-decorator-right-radius: 0 0 5px 0;
|
|
816
|
+
border-radius: 0 0 5px 5px;
|
|
817
|
+
}
|
|
818
|
+
.vuuTableNextRow-selectedStart.vuuTableNextRow-selectedEnd {
|
|
819
|
+
--vuu-selection-decorator-left-radius: 5px 0 0 5px;
|
|
820
|
+
--vuu-selection-decorator-right-radius: 0 5px 5px 0;
|
|
821
|
+
border-radius: 5px 5px 5px 5px;
|
|
822
|
+
}
|
|
823
|
+
.vuuTableNextRow-selectedStart:after {
|
|
824
|
+
content: "";
|
|
825
|
+
position: absolute;
|
|
826
|
+
top: 0;
|
|
827
|
+
left: 4px;
|
|
828
|
+
height: 1px;
|
|
829
|
+
background-color: var(--vuu-color-purple-10);
|
|
830
|
+
width: calc(var(--content-width) - 8px);
|
|
831
|
+
z-index: 1;
|
|
832
|
+
}
|
|
833
|
+
.vuuTableNextRow-selectedEnd {
|
|
834
|
+
border-bottom-color: var(--vuu-color-purple-10);
|
|
835
|
+
}
|
|
836
|
+
.vuuTableNextRow-selectionDecorator {
|
|
837
|
+
background-color: var(--vuu-selection-decorator-bg, inherit);
|
|
838
|
+
display: inline-block;
|
|
839
|
+
position: relative;
|
|
840
|
+
height: var(--row-height);
|
|
841
|
+
width: 4px;
|
|
842
|
+
z-index: 2;
|
|
843
|
+
}
|
|
844
|
+
.vuuTableNextRow-selectionDecorator.vuuStickyLeft {
|
|
845
|
+
left: 0;
|
|
846
|
+
position: sticky;
|
|
847
|
+
}
|
|
848
|
+
.vuuTableNextRow-selectionDecorator.vuuStickyRight {
|
|
849
|
+
right: 0;
|
|
850
|
+
position: sticky;
|
|
851
|
+
}
|
|
852
|
+
.vuuTableNextRow-selected {
|
|
853
|
+
--vuu-selection-decorator-bg: var(--vuu-color-purple-10);
|
|
854
|
+
}
|
|
855
|
+
.vuuTableNextRow-selectedStart {
|
|
856
|
+
--vuu-selection-decorator-bg: white;
|
|
857
|
+
}
|
|
858
|
+
.vuuTableNextRow-selectedEnd {
|
|
859
|
+
--vuu-selection-decorator-bg: white;
|
|
860
|
+
}
|
|
861
|
+
.vuuTableNextRow-selectedStart.vuuTableNextRow-selectedEnd {
|
|
862
|
+
}
|
|
863
|
+
.vuuTableNextRow-selectedStart .vuuTableNextRow-selectionDecorator:before,
|
|
864
|
+
.vuuTableNextRow-selectedEnd .vuuTableNextRow-selectionDecorator:before {
|
|
865
|
+
content: "";
|
|
866
|
+
inset: 0;
|
|
867
|
+
position: absolute;
|
|
868
|
+
background-color: var(--vuu-color-purple-10);
|
|
869
|
+
}
|
|
870
|
+
.vuuTableNextRow-selectionDecorator.vuuStickyLeft:before {
|
|
871
|
+
border-radius: var(--vuu-selection-decorator-left-radius, 0);
|
|
872
|
+
}
|
|
873
|
+
.vuuTableNextRow-selectionDecorator.vuuStickyRight:before {
|
|
874
|
+
border-radius: var(--vuu-selection-decorator-right-radius, 0);
|
|
875
|
+
}
|
|
876
|
+
.vuuTableNextRow-expanded {
|
|
877
|
+
--toggle-icon-transform: rotate(90deg);
|
|
878
|
+
}
|
|
879
|
+
|
|
880
|
+
/* src/table-next/TableNext.css */
|
|
881
|
+
.vuuTableNext {
|
|
882
|
+
--vuu-table-cell-outlineWidth: 1px;
|
|
883
|
+
--table-height: var(--measured-px-height);
|
|
884
|
+
--table-width: var(--measured-px-width);
|
|
885
|
+
--vuu-table-next-selection-bookend-width: 4px;
|
|
886
|
+
--columnResizer-color: transparent;
|
|
887
|
+
--row-background: white;
|
|
888
|
+
--cell-borderColor: transparent;
|
|
889
|
+
--row-borderColor: var(--row-background);
|
|
890
|
+
--table-background: var(--salt-container-primary-background);
|
|
891
|
+
position: relative;
|
|
892
|
+
user-select: none;
|
|
893
|
+
}
|
|
894
|
+
.vuuTableNext-zebra {
|
|
895
|
+
--row-background-even: var(--vuu-color-gray-25) ;
|
|
896
|
+
}
|
|
897
|
+
.vuuTableNext-colLines {
|
|
898
|
+
--cell-borderColor: var(--salt-separable-tertiary-borderColor);
|
|
899
|
+
}
|
|
900
|
+
.vuuTableNext-rowLines {
|
|
901
|
+
--row-borderColor: var(--salt-separable-tertiary-borderColor);
|
|
902
|
+
}
|
|
903
|
+
.vuuTableNext-scrollbarContainer {
|
|
904
|
+
--scroll-content-width: 1100px;
|
|
905
|
+
border-bottom: none !important;
|
|
906
|
+
border-top: none !important;
|
|
907
|
+
border-left: solid 1px var(--salt-container-primary-borderColor);
|
|
908
|
+
height: var(--viewport-body-height);
|
|
909
|
+
left: 0px;
|
|
910
|
+
overflow: auto;
|
|
911
|
+
position: absolute;
|
|
912
|
+
top: var(--total-header-height);
|
|
913
|
+
width: var(--table-width);
|
|
914
|
+
}
|
|
915
|
+
.vuuTableNext-scrollbarContainer::-webkit-scrollbar {
|
|
916
|
+
border: none;
|
|
917
|
+
width: 10px;
|
|
918
|
+
}
|
|
919
|
+
.vuuTableNext-scrollbarContainer::-webkit-scrollbar:horizontal {
|
|
920
|
+
height: 10px;
|
|
921
|
+
}
|
|
922
|
+
.vuuTableNext-scrollbarContainer::-webkit-scrollbar-track {
|
|
923
|
+
background-color: white;
|
|
924
|
+
}
|
|
925
|
+
.vuuTableNext-scrollbarContainer::-webkit-scrollbar-thumb {
|
|
926
|
+
background-clip: padding-box;
|
|
927
|
+
border-radius: 10px;
|
|
928
|
+
border: 2px solid rgba(0, 0, 0, 0);
|
|
929
|
+
background-color: var(--vuu-color-gray-30);
|
|
930
|
+
}
|
|
931
|
+
.vuuTableNext-scrollbarContent {
|
|
932
|
+
height: calc(var(--content-height) + var(--horizontal-scrollbar-height));
|
|
933
|
+
position: absolute;
|
|
934
|
+
width: var(--content-width);
|
|
935
|
+
}
|
|
936
|
+
.vuuTableNext-contentContainer {
|
|
937
|
+
background-color: var(--salt-container-primary-background);
|
|
938
|
+
height: calc(var(--table-height) - var(--horizontal-scrollbar-height));
|
|
939
|
+
position: relative;
|
|
940
|
+
overflow: auto;
|
|
941
|
+
overscroll-behavior: none;
|
|
942
|
+
width: calc(var(--table-width) - var(--vertical-scrollbar-width));
|
|
943
|
+
}
|
|
944
|
+
.vuuTableNext-contentContainer::-webkit-scrollbar {
|
|
945
|
+
display: none;
|
|
946
|
+
}
|
|
947
|
+
.vuuTableNext-table {
|
|
948
|
+
position: absolute;
|
|
949
|
+
top: 0;
|
|
950
|
+
left: 0;
|
|
951
|
+
table-layout: fixed;
|
|
952
|
+
width: var(--content-width);
|
|
953
|
+
margin: 0;
|
|
954
|
+
border: none;
|
|
955
|
+
background-color: #fff;
|
|
956
|
+
border-collapse: separate;
|
|
957
|
+
border-spacing: 0;
|
|
958
|
+
}
|
|
959
|
+
.vuuTableNext-body {
|
|
960
|
+
height: var(--content-height);
|
|
961
|
+
}
|
|
962
|
+
.vuuPinLeft,
|
|
963
|
+
.vuuPinRight {
|
|
964
|
+
background-color: inherit;
|
|
965
|
+
position: sticky;
|
|
966
|
+
z-index: 1;
|
|
967
|
+
}
|
|
968
|
+
.vuuTableNext-col-headings {
|
|
969
|
+
background-color: white;
|
|
970
|
+
padding: 0 var(--vuu-table-next-selection-bookend-width, 0);
|
|
971
|
+
position: sticky;
|
|
972
|
+
top: 0;
|
|
973
|
+
z-index: 1;
|
|
974
|
+
}
|
|
975
|
+
.vuuTableNext-col-headers {
|
|
976
|
+
background-color: var(--table-background);
|
|
977
|
+
white-space: nowrap;
|
|
978
|
+
}
|
|
979
|
+
.sizer-cell {
|
|
980
|
+
background-color: green !important;
|
|
981
|
+
border: none !important;
|
|
982
|
+
height: 0px;
|
|
983
|
+
}
|
|
984
|
+
.vuuDraggable-vuuTableNext {
|
|
985
|
+
--header-height: 25px;
|
|
986
|
+
--vuuTableNextHeaderCell-background: var(--vuu-color-gray-25);
|
|
987
|
+
}
|
|
988
|
+
|
|
989
|
+
/* src/table-next/cell-renderers/dropdown-cell/DropdownCell.css */
|
|
990
|
+
.vuuTableDropdownCell {
|
|
991
|
+
--vuu-icon-height: 15px;
|
|
992
|
+
--salt-focused-outlineStyle: none;
|
|
993
|
+
--saltButton-borderRadius: 4px;
|
|
994
|
+
font-weight: 500;
|
|
995
|
+
}
|
|
996
|
+
.vuuTableDropdownCell button:focus-visible {
|
|
997
|
+
--saltButton-borderColor: var(--vuu-color-purple-10);
|
|
998
|
+
--saltButton-borderWidth: 2px;
|
|
999
|
+
padding-left: 3px;
|
|
1000
|
+
}
|
|
1001
|
+
|
|
1002
|
+
/* src/table-next/cell-renderers/input-cell/InputCell.css */
|
|
1003
|
+
.vuuTableInputCell.saltInput-primary {
|
|
1004
|
+
--salt-focused-outlineStyle: none;
|
|
1005
|
+
--saltInput-height: 17px;
|
|
1006
|
+
--saltInput-minHeight: 17px;
|
|
1007
|
+
border-radius: 4px;
|
|
1008
|
+
font-weight: 500;
|
|
1009
|
+
}
|
|
1010
|
+
.vuuTableNextCell:focus .vuuTableInputCell.saltInput-primary,
|
|
1011
|
+
.vuuTableInputCell.saltInput-primary.saltInput-focused {
|
|
1012
|
+
border: solid 2px var(--vuu-color-purple-10);
|
|
1013
|
+
padding: 0 3px;
|
|
1014
|
+
}
|
|
1015
|
+
.vuuTableInputCell-icon {
|
|
1016
|
+
--vuu-icon-height: 13px;
|
|
1017
|
+
--vuu-icon-size: 15px;
|
|
1018
|
+
--vuu-icon-width: 12px;
|
|
1019
|
+
border-radius: 10px;
|
|
1020
|
+
}
|
|
1021
|
+
.vuuTableNextCell:focus .vuuTableInputCell.saltInput-primary.vuuTableInputCell-error,
|
|
1022
|
+
.vuuTableInputCell.saltInput-primary.saltInput-focused.vuuTableInputCell-error {
|
|
1023
|
+
border: solid 2px var(--vuu-color-red-50);
|
|
1024
|
+
}
|
|
1025
|
+
.vuuTableInputCell-error.saltInput-primary {
|
|
1026
|
+
border: solid 1px var(--vuu-color-red-50);
|
|
1027
|
+
}
|
|
2
1028
|
/*# sourceMappingURL=index.css.map */
|