@vuu-ui/vuu-table-extras 0.8.21 → 0.8.22-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.map CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "version": 3,
3
- "sources": ["../../../packages/vuu-table/src/column-header-pill/ColumnHeaderPill.css", "../../../packages/vuu-table/src/column-header-pill/SortIndicator.css", "../../../packages/vuu-table/src/column-resizing/ColumnResizer.css", "../../../packages/vuu-table/src/header-cell/GroupHeaderCell.css", "../../../packages/vuu-table/src/column-menu/ColumnMenu.css", "../../../packages/vuu-table/src/header-cell/HeaderCell.css", "../../../packages/vuu-table/src/table-cell/TableCell.css", "../../../packages/vuu-table/src/table-cell/TableGroupCell.css", "../../../packages/vuu-table/src/Row.css", "../../../packages/vuu-table/src/Table.css", "../../../packages/vuu-table/src/cell-renderers/input-cell/InputCell.css", "../../../packages/vuu-table/src/cell-renderers/toggle-cell/ToggleCell.css", "../../../packages/vuu-table-extras/src/cell-renderers/background-cell/BackgroundCell.css", "../../../packages/vuu-table-extras/src/cell-renderers/background-cell/BackgroundKeyframes.css", "../../../packages/vuu-table-extras/src/cell-renderers/background-cell/BackgroundCellConfigurationEditor.css", "../../../packages/vuu-table-extras/src/cell-renderers/dropdown-cell/DropdownCell.css", "../../../packages/vuu-table-extras/src/cell-renderers/progress-cell/ProgressCell.css", "../../../packages/vuu-table-extras/src/column-list/ColumnList.css", "../../../packages/vuu-table-extras/src/column-expression-input/ColumnExpressionInput.css", "../../../packages/vuu-table-extras/src/column-formatting-settings/LongTypeFormattingSettings.css", "../../../packages/vuu-table-extras/src/column-settings/ColumnNameLabel.css", "../../../packages/vuu-table-extras/src/column-settings/ColumnSettingsPanel.css", "../../../packages/vuu-table-extras/src/datasource-stats/DatasourceStats.css", "../../../packages/vuu-table-extras/src/table-settings/TableSettingsPanel.css"],
4
- "sourcesContent": [".vuuColumnHeaderPill {\n --vuu-icon-size: 14px;\n --menu-item-icon-color: black;\n --vuu-icon-color: white;\n --vuu-icon-height: 12px;\n --vuu-icon-width: 12px;\n align-items: center;\n background: var(--salt-taggable-background-active);\n color: white;\n border-radius: 4px;\n flex: var(--vuuColumnHeaderPill-flex, none);\n font-size: 11px;\n gap: 4px;\n height: 16px;\n display: flex;\n margin: var(--vuuColumnHeaderPill-margin, 0);\n padding: 0 6px;\n position: relative; \n}\n\n.vuuColumnHeaderPill:hover {\n --vuu-icon-color: var(--vuu-color-gray-80);\n background-color: var(--salt-taggable-background-hover);\n color: var(--vuu-color-gray-80);\n \n}\n\n.vuuColumnHeaderPill-removeButton {\n cursor: pointer;\n}", "\n.vuuSortPosition {\n font-size: 11px;\n font-weight: 700;\n padding-top: 1px;\n}\n\n", ".vuuColumnResizerNext {\n background-color: var(--columnResizer-color);\n cursor: col-resize;\n height: var(--header-height);\n margin-left: var(--columnResizer-left, auto);\n position: absolute;\n right: -5px;\n width: 8px;\n z-index:1;\n}\n\n.vuuColumnResizerNext:hover {\n --columnResizer-color: var(--vuu-color-purple-10);\n}\n\n.vuuColumnResizerNext:after {\n background-color: var(--columnResizer-color, var(--salt-separable-tertiary-borderColor));\n bottom:0;\n content: '';\n position: absolute;\n top: 0;\n right: 3px;\n height: var(--columnResizer-height, 0);\n width: 2px;\n}", "\n.vuu-theme {\n --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>');\n}\n\n.vuuTableGroupHeaderCell {\n --vuuColumnHeaderPill-margin: 0;\n --cell-align: 'flex-start';\n text-align: left;\n background: var(--dataTable-background);\n cursor: default;\n height: var(--vuuTableHeaderHeight);\n /* ensure header row sits atop everything else when scrolling down */\n }\n\n\n .vuuTableGroupHeaderCell-inner {\n align-items: center;\n display: flex;\n gap: 4px;\n height: 100%;\n padding-left: 1px;\n }\n\n .vuuTableGroupHeaderCell-col {\n align-items: center;\n background-color: inherit;\n display: inline-flex;\n flex: 0 1 auto;\n height: calc(var(--vuuTableHeaderHeight) - 2px);\n justify-content: space-between;\n padding-right: 8px;\n position: relative;\n }\n\n .vuuTableGroupHeaderCell-label {\n align-items: center;\n display: flex;\n flex: 0 0 auto;\n }\n\n .vuuTableGroupHeaderCell-close {\n --vuu-icon-height: 18px;\n --vuu-icon-width: 18px;\n cursor: pointer;\n left: 3px;\n }\n \n .vuuTableGroupHeaderCell-resizing {\n --columnResizer-color: var(--salt-color-blue-500);\n --columnResizer-height: var(--table-height);\n --columnResizer-width: 2px;\n }\n .vuuTableGroupHeaderCell-pending {\n --pending-content: '';\n }\n\n .vuuTableGroupHeaderCell-col:has(+ .vuuColumnResizer):after {\n content: var(--pending-content);\n width: 24px;\n height:24px;\n background-image: var(--svg-spinner);\n background-repeat: no-repeat;\n background-size: cover;\n }\n", ".vuuMenuItem {\n --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>');\n}\n.vuuTable-columnMenu {\n\n --vuu-icon-color: #606477;\n --vuu-icon-height: 20px;\n --vuu-icon-left: 0px;\n --vuu-icon-size: 16px;\n --vuu-icon-top: 0px;\n --vuu-icon-width: 20px;\n\n border-radius: 4px;\n cursor: pointer;\n display: inline-block;\n flex: 0 0 20px;\n padding: 2px;\n /* left: var(--column-menu-left, 0); */\n margin: var(--vuuTable-columnMenu-margin, 0);\n width: auto;\n}\n\n.vuuTable-columnMenu:hover {\n --vuu-icon-color: #15171B;\n background-color: #F37880;\n}\n\n.vuuTable-columnMenu-open:hover,\n.vuuTable-columnMenu-open {\n background-color: #6D18BD;\n --vuu-icon-color: white;\n\n}\n\n[data-icon='cog'] {\n --vuu-icon-svg: var(--vuu-svg-cog);\n --vuu-icon-size: 14px;\n }\n\n ", ".vuuTableGroupHeaderCell,\n.vuuTableHeaderCell {\n --cell-align: 'flex-start';\n --vuuColumnHeaderPill-margin: 0;\n --vuuColumnHeaderPill-flex: 0 0 24px;\n\n align-items: center;\n background-color: var(--vuuTableHeaderCell-background, inherit);\n border-bottom: 1px solid #ccc;\n border-right-color: var(--cell-borderColor);\n border-right-style: solid;\n border-right-width: 1px;\n box-sizing: border-box;\n cursor: default;\n display: inline-flex;\n gap: 4px;\n height: var(--header-height);\n padding: 0 12px 0 4px;\n position: relative;\n vertical-align: top;\n}\n\n .vuuTableHeaderCell-right {\n --columnResizer-left: 0;\n --vuuTable-columnMenu-margin: 0;\n --vuuColumnHeaderPill-margin: 0 3px 0 0;\n --column-menu-left: 2px;\n justify-content: flex-end;\n padding: 0 3px 0 12px;\n }\n\n\n.vuuTableHeaderCell-label {\n flex: 0 1 auto;\n line-height: calc(var(--header-height) - 1px);\n overflow: hidden;\n text-overflow: ellipsis;\n white-space: nowrap;\n}\n\n.vuuTableHeaderCell-right .vuuTableHeaderCell-label {\n text-align: right;\n}\n\n.vuuTableHeaderCell-resizing {\n --columnResizer-height: var(--table-height);\n}\n\n.vuuTableHeaderCell.vuuPinLeft {\n padding-left: 2px;\n}\n\n .vuuTableHeaderCell.vuuPinLeft.vuuEndPin .vuuColumnResizerNext:before {\n --height: calc(var(--table-height) - var(--horizontal-scrollbar-height));\n --inset-r: calc(var(--pin-width) - 2px);\n --inset-b: calc(var(--height) - 2px);\n --clip-path: polygon(\n 0% 0%, \n 0% 120%, \n 2px 120%, \n 2px 2px, \n var(--inset-r) 2px, \n var(--inset-r) var(--inset-b), \n 2px var(--inset-b), \n 2px 120%, \n 120% 120%, \n 120% 0% \n );\n background-color: transparent;\n border-color: var(--vuu-color-gray-40);\n border-width: 1px;\n border-style: solid solid solid solid;\n /* border-radius: 0 6px 6px 0; */\n border-radius: 4px;\n box-shadow: 2px 1px 4px 0px rgba(0, 0, 0, 0.10);\n /* clip-path: inset(10px 10px 10px 10px); */\n clip-path: var(--clip-path);\n content: '';\n position: absolute;\n width: var(--pin-width);\n top:0;\n bottom:0;\n right: 3px;\n height: var(--height);\n z-index: -5;\n}\n\n.vuuTableHeaderCell.vuuPinRight.vuuEndPin .vuuColumnResizerNext:before {\n --height: calc(var(--table-height) - var(--horizontal-scrollbar-height));\n --inset-r: calc(var(--pin-width) - 2px);\n --inset-b: calc(var(--height) - 2px);\n --clip-path: polygon(\n -20% 0%, \n -20% 120%, \n 2px 120%, \n 2px 2px, \n var(--inset-r) 2px, \n var(--inset-r) var(--inset-b), \n 2px var(--inset-b), \n 2px 120%, \n 120% 120%, \n 120% 0% \n );\n background-color: transparent;\n border-color: #A9AAAD;\n border-width: 1px;\n border-style: solid solid solid solid;\n /* border-radius: 0 6px 6px 0; */\n border-radius: 4px;\n box-shadow: -2px 1px 4px 0px rgba(0, 0, 0, 0.10);\n /* clip-path: inset(10px 10px 10px 10px); */\n clip-path: var(--clip-path);\n content: '';\n position: absolute;\n width: var(--pin-width);\n top:0;\n bottom:0;\n right: 0px;\n height: var(--height);\n z-index: -5;\n}\n\n.vuuTableHeaderCell.vuuDraggable-dragAway {\n display: none;\n}\n\n.vuuTable-headingCell {\n background: var(--dataTable-background);\n border-color: var(--salt-separable-tertiary-borderColor);\n border-style: solid solid solid none;\n border-width: 1px;\n color: var(--salt-text-secondary-foreground);\n display: inline-block;\n height: var(--header-height);\n padding: 0 !important;\n}\n", ".vuuTableCell {\n border-right-color: var(--cell-borderColor);\n border-right-style: solid;\n border-right-width: 1px;\n display: inline-block;\n height: 100%;\n overflow:hidden;\n padding: var(--vuuTableCell-padding, 0 11px 0 12px);\n text-overflow: ellipsis;\n vertical-align: top;\n}\n\n.vuuTableCell-right {\n text-align: right;\n}\n\n.vuuTableCell-editable {\n display: inline-flex;\n line-height: 18px;\n padding-bottom: 1px;\n padding-top: 1px;\n text-overflow: unset;\n}\n \n.vuuTableCell:focus {\n outline: var(--vuuTableCell-outline, solid var(--vuu-color-purple-10) 2px);\n outline-offset: -2px;\n /** This is to achieve a white background to outline dashes */\n box-shadow: inset 0 0 0 var(--cell-outline-width) white;\n border-bottom: none;\n}\n\n.vuuTableRow-selected .vuuTableCell:not(.vuuTableCell-editable):focus {\n outline: var(--vuuTableCell-outline, solid var(--vuu-color-purple-10) 2px);\n outline-offset: -1px;\n\n}\n.vuuTableCell-editable:focus {\n outline: none;\n}\n\n", ".vuuTableGroupCell {\n --group-cell-spacer-width: 20px;\n align-items: center;\n border-right-color: var(--vuuTableGroupCell-borderColor, var(--salt-separable-tertiary-borderColor));\n border-right-style: solid;\n border-right-width: 1px;\n \n cursor: pointer;\n display: inline-flex;\n height: var(--row-height);\n line-height: 16px;\n}\n\n.vuuTableGroupCell-toggle {\n --vuu-icon-height: 16px;\n --vuu-icon-size: 16px;\n --vuu-icon-width: 8px;\n margin-right: 4px;\n transition: transform 0.25s;\n transform: var(--toggle-icon-transform);\n\n}\n\n.vuuTableGroupCell-spacer {\n width: var(--group-cell-spacer-width);\n }\n", ".vuuTableRow {\n background: var(--row-background,#fff);\n border-bottom: 1px solid var(--row-borderColor);\n box-sizing: border-box;\n height: var(--row-height);\n line-height: calc(var(--row-height) - 1px);\n position: absolute;\n top:0;\n white-space: nowrap;\n }\n \n .vuuTableRow-even {\n --row-background: var(--row-background-even);\n }\n\n .vuuTableRow-highlighted {\n background-color: var(--vuu-color-gray-10);\n }\n\n\n .vuuTableRow-selected,\n .vuuTableRow-selectedEnd {\n /* background-color: rgb(133,133,137,.16); */\n background-color: rgb(235,235,236);\n }\n \n .vuuTableRow-selectedStart {\n --vuu-selection-decorator-left-radius: 5px 0 0 0;\n --vuu-selection-decorator-right-radius: 0 5px 0 0;\n border-radius: 5px 5px 0 0;\n }\n \n .vuuTableRow-selectedEnd {\n --vuu-selection-decorator-left-radius: 0 0 0 5px;\n --vuu-selection-decorator-right-radius: 0 0 5px 0;\n border-radius: 0 0 5px 5px;\n }\n \n .vuuTableRow-selectedStart.vuuTableRow-selectedEnd {\n --vuu-selection-decorator-left-radius: 5px 0 0 5px;\n --vuu-selection-decorator-right-radius: 0 5px 5px 0;\n border-radius: 5px 5px 5px 5px;\n \n }\n \n .vuuTableRow-selectedStart:after {\n content: '';\n position: absolute;\n top:0;\n left: 4px;\n height: 1px;\n background-color: var(--vuu-color-purple-10);\n width: calc(var(--content-width) - 8px);\n z-index: 1;\n }\n \n .vuuTableRow-selectedEnd {\n border-bottom-color: var(--vuu-color-purple-10);\n }\n \n .vuuTableRow-selectionDecorator {\n background-color: var(--vuu-selection-decorator-bg, white);\n display: inline-block;\n position: relative;\n height: var(--row-height);\n width: 4px;\n z-index: 2;\n }\n \n .vuuTableRow-selectionDecorator.vuuStickyLeft {\n left:0;\n position: sticky;\n }\n \n .vuuTableRow-selectionDecorator.vuuStickyRight {\n right:0;\n position: sticky;\n }\n \n .vuuTableRow-selected {\n --vuu-selection-decorator-bg: var(--vuu-color-purple-10);\n \n }\n \n .vuuTableRow-selectedStart {\n --vuu-selection-decorator-bg: white;\n }\n \n .vuuTableRow-selectedEnd {\n --vuu-selection-decorator-bg: white;\n }\n \n .vuuTableRow-selectedStart.vuuTableRow-selectedEnd {\n \n }\n \n .vuuTableRow-selectedStart .vuuTableRow-selectionDecorator:before,\n .vuuTableRow-selectedEnd .vuuTableRow-selectionDecorator:before {\n content: '';\n inset: 0;\n position: absolute;\n background-color: var(--vuu-color-purple-10);\n }\n \n \n .vuuTableRow-selectionDecorator.vuuStickyLeft:before {\n border-radius: var(--vuu-selection-decorator-left-radius, 0);\n }\n \n .vuuTableRow-selectionDecorator.vuuStickyRight:before {\n border-radius: var(--vuu-selection-decorator-right-radius, 0);\n }\n\n .vuuTableRow-expanded {\n --toggle-icon-transform: rotate(90deg);\n }\n \n .vuuDraggable .vuuTableRow {\n --cell-borderColor: transparent;\n --vuu-selection-decorator-bg: transparent;\n transform: none!important;\n z-index: 1;\n }", ".vuuTable {\n --vuu-table-cell-outlineWidth: 1px;\n --table-height: var(--measured-px-height);\n --table-width: var(--measured-px-width);\n --vuu-table-next-selection-bookend-width: 4px;\n --columnResizer-color: transparent;\n --row-background: white;\n --cell-borderColor: transparent;\n --row-borderColor: var(--row-background);\n --table-background: var(--salt-container-primary-background);\n\n font-family: var(--vuuTable-fontFamily,var(--salt-typography-fontFamily, sans-serif));\n font-size: var(--vuuTable-fontSize,var(--salt-text-fontSize, 12px));\n position: relative;\n user-select: none;\n}\n\n.vuuTable-zebra {\n --row-background-even: var(--vuu-color-gray-25)\n}\n\n.vuuTable-colLines {\n --cell-borderColor: var(--vuu-color-gray-03);\n}\n\n.vuuTable-rowLines {\n --row-borderColor: var(--vuu-color-gray-03);\n}\n\n.vuuTable-highlight .vuuTableRow:hover {\n background-color: var(--vuu-color-pink-10-fade-20);\n}\n\n.vuuTable-scrollbarContainer {\n --scroll-content-width: 1100px;\n border-bottom: none !important;\n border-top: none !important;\n border-left: solid 1px var(--salt-container-primary-borderColor);\n /* a top border */\n /** creates a border to top od scrollbar */\n /* box-shadow: 0px -1px 0px 0px var(--salt-container-primary-borderColor); */\n height: var(--viewport-body-height);\n left: 0px;\n overflow: auto;\n position: absolute;\n top: var(--total-header-height);\n width: var(--table-width);\n}\n\n\n.vuuTable-scrollbarContainer::-webkit-scrollbar {\n border: none;\n width: 10px;\n}\n\n.vuuTable-scrollbarContainer::-webkit-scrollbar:horizontal {\n height: 10px;\n}\n\n\n.vuuTable-scrollbarContainer::-webkit-scrollbar-track {\n background-color: white;\n}\n.vuuTable-scrollbarContainer::-webkit-scrollbar-thumb {\n background-clip: padding-box;\n border-radius: 10px;\n border: 2px solid rgba(0, 0, 0, 0);\n background-color: var(--vuu-color-gray-30);\n}\n\n.vuuTable-scrollbarContent {\n height: calc(var(--content-height) + var(--horizontal-scrollbar-height));\n position: absolute;\n width: var(--content-width);\n}\n\n.vuuTable-contentContainer {\n background-color: var(--salt-container-primary-background);\n height: calc(var(--table-height) - var(--horizontal-scrollbar-height));\n position: relative;\n overflow: auto;\n overscroll-behavior: none;\n width: calc(var(--table-width) - var(--vertical-scrollbar-width));\n}\n\n.vuuTable-contentContainer::-webkit-scrollbar {\n display: none;\n}\n\n \n.vuuTable-table {\n position: absolute;\n top: 0;\n left: 0;\n table-layout: fixed;\n width: var(--content-width);\n margin: 0;\n border: none;\n background-color: #fff;\n border-collapse: separate;\n border-spacing: 0;\n}\n\n.vuuTable-body {\n height: var(--content-height);\n position: relative;\n}\n\n.vuuPinLeft, .vuuPinRight {\n background-color: inherit;\n position: sticky;\n z-index: 1;\n}\n\n.vuuTable-col-headings {\n background-color: white;\n padding: 0 var(--vuu-table-next-selection-bookend-width, 0);\n\n position: sticky;\n top: 0;\n /* ensure header row sits atop everything else when scrolling down */\n z-index: 1;\n}\n\n .vuuTable-col-headers {\n background-color: var(--table-background);\n white-space: nowrap;\n }\n\n\n .sizer-cell {\n background-color: green !important;\n border: none !important;\n height: 0px;\n }\n \n .vuuDraggable-vuuTable {\n --header-height: 25px;\n --vuuTableHeaderCell-background: var(--vuu-color-gray-25);\n }\n.vuuDraggable-vuuTable {\n --row-height: 25px;\n} \n", "\n.vuuTableInputCell.saltInput-primary {\n --salt-focused-outlineStyle: none;\n --saltInput-height: 17px;\n --saltInput-minHeight: 17px;\n border-radius: 4px;\n font-weight: 500;\n}\n\n.vuuTableCell:focus .vuuTableInputCell.saltInput-primary,\n.vuuTableInputCell.saltInput-primary.saltInput-focused {\n border: solid 2px var(--vuu-color-purple-10);\n padding: 0 3px;\n}\n\n.vuuTableInputCell-icon {\n --vuu-icon-height: 13px;\n --vuu-icon-size: 15px;\n --vuu-icon-width: 12px;\n border-radius: 10px;\n}\n\n.vuuTableCell:focus .vuuTableInputCell.saltInput-primary.vuuTableInputCell-error,\n.vuuTableInputCell.saltInput-primary.saltInput-focused.vuuTableInputCell-error {\n border: solid 2px var(--vuu-color-red-50);\n}\n\n\n.vuuTableInputCell-error.saltInput-primary {\n border: solid 1px var(--vuu-color-red-50);\n}", "\n.vuuTableToggleCell {\n --saltButton-borderRadius: 4px;\n --saltButton-height: 16px;\n font-weight: 500;\n position: relative;\n top: 1px;;\n}\n.vuuTableToggleCell-side {\n --saltButton-minWidth: 40px;\n}\n.vuuTableToggleCell.vuuCycleStateButton-buy {\n background-color: var(--vuu-color-green-50);\n}\n\n.vuuTableToggleCell.vuuCycleStateButton-sell {\n background-color: var(--vuu-color-red-50);\n\n}\n\n.vuuTableCell .vuuTableToggleCell:focus {\n /* TODO fix use of important */\n border: solid 2px var(--vuu-color-purple-10) !important;\n color: white !important;\n height: 18px !important;\n top: 0px !important;\n}\n\n\n\n\n\n", "\n.vuuBackgroundCell {\n --background-animation-duration: 10s;\n color: var(--vuuBackgroundCell-color, var(--vuu-color-gray-80));\n padding-right: var(--salt-size-unit);\n position: relative;\n z-index: -1;\n}\n\n.vuuBackgroundCell-arrowBackground,\n.vuuBackgroundCell-arrowOnly {\n padding-left: 14px;\n}\n\n.vuuBackgroundCell-arrow {\n background-color: var(--background-cell-background);\n position: absolute;\n left: 0;\n right: 0;\n top: 0;\n bottom: 0;\n z-index: -1;\n}\n\n.vuuBackgroundCell-arrow {\n text-align: left;\n}\n.vuuBackgroundCell-arrow + .num {\n padding-left: 8px;\n}\n\n.right .vuuBackgroundCell-arrow {\n text-align: right;\n}\n.right .vuuBackgroundCell-arrow + .num {\n padding-right: 8px;\n}\n\n.vuuBackgroundCell-arrowOnly > .vuuBackgroundCell-arrow {\n background-color: transparent;\n}\n\n.vuuBackgroundCell-backgroundOnly.up1,\n.vuuBackgroundCell-arrowBackground.up1 {\n animation-duration: var(--background-animation-duration);\n animation-name: vuubgup1;\n}\n\n.vuuBackgroundCell-backgroundOnly.up2,\n.vuuBackgroundCell-arrowBackground.up2 {\n animation-duration: var(--background-animation-duration);\n animation-name: vuubgup2;\n}\n\n.vuuBackgroundCell-backgroundOnly.down1,\n.vuuBackgroundCell-arrowBackground.down1 {\n animation-duration: var(--background-animation-duration);\n animation-name: vuubgdown1;\n}\n\n.vuuBackgroundCell-backgroundOnly.down2,\n.vuuBackgroundCell-arrowBackground.down2 {\n animation-duration: var(--background-animation-duration);\n animation-name: vuubgdown2;\n}\n\n.up1.vuuBackgroundCell-arrowOnly > .vuuBackgroundCell-arrow {\n animation-duration: 30s;\n animation-name: vuuarrowup1;\n}\n\n.up2.vuuBackgroundCell-arrowOnly > .vuuBackgroundCell-arrow {\n animation-duration: 30s;\n animation-name: vuuarrowup2;\n}\n\n.down1.vuuBackgroundCell-arrowOnly > .vuuBackgroundCell-arrow {\n animation-duration: 30s;\n animation-name: vuuarrowdown1;\n}\n\n.down2.vuuBackgroundCell-arrowOnly > .vuuBackgroundCell-arrow {\n animation-duration: 30s;\n animation-name: vuuarrowdown2;\n}\n\n.up1.vuuBackgroundCell-arrowBackground > .vuuBackgroundCell-arrow {\n animation-duration: 30s;\n animation-name: vuubgarrowup1;\n}\n\n.up2.vuuBackgroundCell-arrowBackground > .vuuBackgroundCell-arrow {\n animation-duration: 30s;\n animation-name: vuubgarrowup2;\n}\n\n.down1.vuuBackgroundCell-arrowBackground > .vuuBackgroundCell-arrow {\n animation-duration: 30s;\n animation-name: vuubgarrowdown1;\n}\n\n.down2.vuuBackgroundCell-arrowBackground > .vuuBackgroundCell-arrow {\n animation-duration: 30s;\n animation-name: vuubgarrowdown2;\n}\n", "\n@keyframes vuubgup1 {\n 0% {\n background-color: var(--vuu-color-green-50);\n color: white;\n }\n\n 30% {\n color: white;\n } \n 33% {\n color: var(--vuu-color-gray-80);\n } \n\n 100% {\n background-color: transparent;\n color: var(--vuu-color-gray-80);\n }\n }\n \n @keyframes vuubgup2 {\n 0% {\n background-color: var(--vuu-color-green-50);\n color: white;\n }\n\n 30% {\n color: white;\n } \n 33% {\n color: var(--vuu-color-gray-80);\n } \n\n 100% {\n background-color: transparent;\n color: var(--vuu-color-gray-80);\n }\n }\n \n @keyframes vuubgdown1 {\n 0% {\n background-color: var(--vuu-color-red-50);\n color: white;\n }\n 30% {\n color: white;\n } \n 33% {\n color: var(--vuu-color-gray-80);\n } \n 100% {\n background-color: transparent;\n color: var(--vuu-color-gray-80);\n }\n }\n \n @keyframes vuubgdown2 {\n 0% {\n background-color: var(--vuu-color-red-50);\n color: white;\n }\n 30% {\n color: white;\n } \n 33% {\n color: var(--vuu-color-gray-80);\n } \n 100% {\n background-color: transparent;\n color: var(--vuu-color-gray-80);\n }\n }\n \n @keyframes vuuarrowup1 {\n from {\n color: var(--salt-differential-positive-foreground);\n }\n to {\n color: transparent;\n }\n }\n \n @keyframes vuuarrowup2 {\n from {\n color: var(--salt-differential-positive-foreground);\n }\n to {\n color: transparent;\n }\n }\n \n @keyframes vuuarrowdown1 {\n from {\n color: var(--salt-differential-negative-foreground);\n }\n to {\n color: transparent;\n }\n }\n \n @keyframes vuuarrowdown2 {\n from {\n color: var(--salt-differential-negative-foreground);\n }\n to {\n color: transparent;\n }\n }\n \n @keyframes vuubgarrowup1 {\n 0% {\n color: var(--salt-differential-positive-foreground);\n background-color: var(--vuu-color-green-50);\n }\n 20% {\n color: var(--salt-differential-positive-foreground);\n background-color: transparent;\n }\n 100% {\n color: transparent;\n background-color: transparent;\n }\n }\n \n @keyframes vuubgarrowup2 {\n 0% {\n color: var(--salt-differential-positive-foreground);\n background-color: var(--vuu-color-green-50);\n }\n 20% {\n color: var(--salt-differential-positive-foreground);\n background-color: transparent;\n }\n 100% {\n color: transparent;\n background-color: transparent;\n }\n }\n \n @keyframes vuubgarrowdown1 {\n 0% {\n color: var(--salt-differential-negative-foreground);\n background-color: var(--vuu-color-red-50);\n }\n 20% {\n color: var(--salt-differential-negative-foreground);\n background-color: transparent;\n }\n 100% {\n color: transparent;\n background-color: transparent;\n }\n }\n \n @keyframes vuubgarrowdown2 {\n 0% {\n color: var(--salt-differential-negative-foreground);\n background-color: var(--vuu-color-red-50);\n }\n 20% {\n color: var(--salt-differential-negative-foreground);\n background-color: transparent;\n }\n 100% {\n color: transparent;\n background-color: transparent;\n }\n }\n ", ".vuuBackgroundCellConfiguration {\n height: 50px;\n background-color: red;\n}", "\n.vuuTableDropdownCell {\n --vuu-icon-height: 15px;\n --salt-focused-outlineStyle: none;\n\n --saltButton-borderRadius: 4px;\n font-weight: 500;\n}\n\n.vuuTableDropdownCell button:focus-visible {\n --saltButton-borderColor: var(--vuu-color-purple-10);\n --saltButton-borderWidth: 2px;\n padding-left: 3px;\n}", ".vuuProgressCell {\n align-items: center;\n display: flex;\n}\n\n.vuuProgressCell-track {\n display: inline-block;\n flex: auto 1 1;\n height: 4px;\n overflow: hidden;\n position: relative;\n}\n\n.vuuProgressCell-bg {\n background-color: var(--salt-measured-background);\n display: inline-block;\n height: 2px;\n left: 0;\n position: absolute;\n top: 1px;\n width: 100%;\n}\n\n\n.vuuProgressCell-bar {\n background-color: var(--salt-measured-fill);\n display: inline-block;\n height: 100%;\n left: 0;\n position: absolute;\n top:0;\n transform: translateX(var(--progress-bar-pct, -100%));\n width: 100%;\n}\n\n.vuuProgressCell-text {\n flex: 35px 0 0;\n text-align: right;\n}", "\n\n.vuuColumnList {\n --vuuMeasuredContainer-flex: 1 1 1px;\n --vuu-svg-function: url('data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 14 14\"><path d=\"M5.8625 10.5V9.625H6.72291L8.4875 7.59792L6.72291 5.54167H5.64375L4.60833 10.8792C4.53055 11.3167 4.36527 11.6545 4.1125 11.8927C3.85972 12.1309 3.53402 12.25 3.13541 12.25C2.7368 12.25 2.40382 12.1333 2.13645 11.9C1.86909 11.6667 1.73541 11.375 1.73541 11.025C1.73541 10.7625 1.80833 10.551 1.95416 10.3906C2.1 10.2302 2.28958 10.15 2.52291 10.15C2.72708 10.15 2.89479 10.2083 3.02604 10.325C3.15729 10.4417 3.22291 10.5972 3.22291 10.7917C3.22291 10.8986 3.20104 10.9983 3.15729 11.0906C3.11354 11.183 3.05277 11.2583 2.975 11.3167C3.01388 11.3361 3.0552 11.3507 3.09895 11.3604C3.1427 11.3701 3.18888 11.375 3.2375 11.375C3.36388 11.375 3.47083 11.3142 3.55833 11.1927C3.64583 11.0712 3.70902 10.9132 3.74791 10.7188L4.75416 5.54167H2.91666V4.66667H4.91458L5.22083 3.12083C5.30833 2.68333 5.48333 2.34549 5.74583 2.10729C6.00833 1.8691 6.33402 1.75 6.72291 1.75C7.12152 1.75 7.44965 1.86667 7.70729 2.1C7.96493 2.33333 8.09375 2.625 8.09375 2.975C8.09375 3.2375 8.02083 3.44896 7.875 3.60938C7.72916 3.76979 7.53958 3.85 7.30625 3.85C7.1118 3.85 6.94652 3.7941 6.81041 3.68229C6.6743 3.57049 6.60625 3.42222 6.60625 3.2375C6.60625 3.14028 6.62569 3.04549 6.66458 2.95312C6.70347 2.86076 6.75208 2.78542 6.81041 2.72708C6.79097 2.70764 6.7618 2.69063 6.72291 2.67604C6.68402 2.66146 6.64513 2.65417 6.60625 2.65417C6.47986 2.65417 6.37048 2.7125 6.27812 2.82917C6.18576 2.94583 6.12013 3.09653 6.08125 3.28125L5.81875 4.66667H8.575V5.54167H7.88958L9.1 6.94167L10.2375 5.54167H9.5375V4.66667H12.25V5.54167H11.4042L9.65416 7.59792L11.4042 9.625H12.25V10.5H9.5375V9.625H10.2375L9.07083 8.26875L7.875 9.625H8.575V10.5H5.8625Z\"/></svg>');\n --vuuList-borderStyle: none;\n --vuuListItem-padding: 0;\n display: flex;\n flex-direction: column;\n width: 252px;\n}\n\n[data-icon=\"function\"]{\n --vuu-icon-svg: var(--vuu-svg-function);\n}\n\n.vuuColumnListItem {\n border-bottom: solid 1px var(--salt-separable-tertiary-borderColor);\n padding: 0 6px 0 0;\n}\n\n.vuuColumnList-switch {\n flex: 0 0 32px;\n}\n\n.vuuColumnList-text {\n flex: 1 1 auto;\n}\n\n.vuuColumnList-text:hover {\n font-weight: 600;\n text-decoration: underline;\n}\n\n.vuuColumnList-checkBox {\n flex: 0 0 20px;\n}\n\n.vuuColumnList-icon {\n --vuu-icon-color: var(--vuu-color-gray-45);\n --vuu-icon-size: 16px;\n --vuu-icon-width: 32px;\n}\n\n.vuuColumnList-header {\n border-top: solid 2px var(--vuu-color-gray-30);\n flex: 0 0 40px;\n font-size: 14px;\n font-weight: 600;\n padding-top: 24px;\n}\n\n.vuuColumnList-colHeadings {\n border-bottom: solid 2px var(--vuu-color-gray-30);\n color: var(--vuu-color-gray-50);\n display: flex;\n flex: 0 0 24px;\n font-size: 10px;\n justify-content: space-between;\n margin-top: 16px;\n padding-bottom: 8px;\n\n}", "\n.vuuColumnExpressionInput {\n --vuuFilterEditor-background: var(--salt-container-primary-background);\n --vuuFilterEditor-color: var(--salt-text-primary-foreground);\n --vuuFilterEditor-fontFamily: var(--salt-typography-fontFamily);\n --vuuFilterEditor-fontSize: var(--salt-text-fontSize);\n --vuuFilterEditor-cursorColor: var(--salt-text-secondary-foreground);\n --vuuFilterEditor-selectionBackground: var(--salt-text-background-selected);\n --vuuFilterEditor-tooltipBackground: var(--salt-container-primary-background);\n --vuuFilterEditor-tooltipBorder: solid 1px var(--vuu-color-purple-10); \n --vuuFilterEditor-tooltipElevation: var(--salt-overlayable-shadow-popout);\n --vuuFilterEditor-suggestion-selectedBackground: var(--vuu-color-gray-10);\n --vuuFilterEditor-suggestion-selectedColor: var(--salt-text-primary-foreground);\n --vuuFilterEditor-suggestion-detailColor: var(--salt-text-secondary-foreground-disabled);\n --vuuFilterEditor-suggestion-height: 24px;\n --vuuFilterEditor-variableColor: var(--vuu-color-purple-10);\n\n align-items: center;\n box-sizing: border-box;\n height: 30px;\n}\n\n.vuuColumnExpressionInput-FilterButton,\n.vuuColumnExpressionInput-ClearButton {\n --vuu-icon-size: 12px;\n --saltButton-width: 28px;\n}\n\n.expression-type-container {\n margin: 0 3px 0 auto;\n color: var(--salt-text-secondary-foreground)\n}\n\n.expression-kind {\n display: inline-block;\n width: 50px;\n}\n\n.expression-type {\n display: inline-block;\n text-align: right;\n width: 50px;\n}\n\n.vuuSuggestion {\n display: flex;\n align-items: center;\n}\n\n.vuuFunctionDoc {\n padding: 13px 7px;\n}\n\n.vuuFunctionDoc .function-heading {\n display: flex;\n gap: 3px;\n}\n\n.vuuFunctionDoc .function-name {\n font-weight: 700;\n text-transform: capitalize;\n}\n\n.vuuFunctionDoc .param-list {\n color: var(--vuu-color-gray-50);\n white-space: pre;\n}\n\n.vuuFunctionDoc .function-type {\n color: var(--vuu-color-gray-50);\n font-weight: 700;\n margin-left: auto;\n text-transform: capitalize;\n}\n\n.vuuFunctionDoc .example-container {\n background-color: var(--vuu-color-gray-03);\n margin: 6px 0;\n padding: 3px;\n}\n\n.vuuFunctionDoc .example-expression {\n color: var(--vuu-color-gray-80);\n font-family: var(--salt-typography-fontFamily-code);\n font-weight: 500;\n padding: 8px;\n}\n\n.vuuFunctionDoc .example-result {\n margin-left: 8px;\n margin-top: 6px;\n}", ".vuuLongColumnFormattingSettings {\n display: flex;\n flex-direction: column;\n gap: 4px;\n padding-top: 6px;\n}\n", ".vuuColumnNameLabel-calculated {\n cursor: pointer;\n display: flex;\n gap: 2px;\n}\n\n.vuuColumnNameLabel-edit {\n margin-left: auto;\n}\n\n.vuuColumnNameLabel-placeholder {\n color: var(--vuu-color-gray-35);\n}", ".vuuColumnSettingsPanel {\n --vuu-svg-align-left: url('data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 16 16\"><path d=\"M9.33333 10H2.66667C2.3 10 2 10.3 2 10.6667C2 11.0333 2.3 11.3333 2.66667 11.3333H9.33333C9.7 11.3333 10 11.0333 10 10.6667C10 10.3 9.7 10 9.33333 10ZM9.33333 4.66667H2.66667C2.3 4.66667 2 4.96667 2 5.33333C2 5.7 2.3 6 2.66667 6H9.33333C9.7 6 10 5.7 10 5.33333C10 4.96667 9.7 4.66667 9.33333 4.66667ZM2.66667 8.66667H13.3333C13.7 8.66667 14 8.36667 14 8C14 7.63333 13.7 7.33333 13.3333 7.33333H2.66667C2.3 7.33333 2 7.63333 2 8C2 8.36667 2.3 8.66667 2.66667 8.66667ZM2.66667 14H13.3333C13.7 14 14 13.7 14 13.3333C14 12.9667 13.7 12.6667 13.3333 12.6667H2.66667C2.3 12.6667 2 12.9667 2 13.3333C2 13.7 2.3 14 2.66667 14ZM2 2.66667C2 3.03333 2.3 3.33333 2.66667 3.33333H13.3333C13.7 3.33333 14 3.03333 14 2.66667C14 2.3 13.7 2 13.3333 2H2.66667C2.3 2 2 2.3 2 2.66667Z\" /></svg>');\n --vuu-svg-align-right: url('data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 16 16\"><path d=\"M2.66667 14H13.3333C13.7 14 14 13.7 14 13.3333C14 12.9667 13.7 12.6667 13.3333 12.6667H2.66667C2.3 12.6667 2 12.9667 2 13.3333C2 13.7 2.3 14 2.66667 14ZM6.66667 11.3333H13.3333C13.7 11.3333 14 11.0333 14 10.6667C14 10.3 13.7 10 13.3333 10H6.66667C6.3 10 6 10.3 6 10.6667C6 11.0333 6.3 11.3333 6.66667 11.3333ZM2.66667 8.66667H13.3333C13.7 8.66667 14 8.36667 14 8C14 7.63333 13.7 7.33333 13.3333 7.33333H2.66667C2.3 7.33333 2 7.63333 2 8C2 8.36667 2.3 8.66667 2.66667 8.66667ZM6.66667 6H13.3333C13.7 6 14 5.7 14 5.33333C14 4.96667 13.7 4.66667 13.3333 4.66667H6.66667C6.3 4.66667 6 4.96667 6 5.33333C6 5.7 6.3 6 6.66667 6ZM2 2.66667C2 3.03333 2.3 3.33333 2.66667 3.33333H13.3333C13.7 3.33333 14 3.03333 14 2.66667C14 2.3 13.7 2 13.3333 2H2.66667C2.3 2 2 2.3 2 2.66667Z\" /></svg>');\n --vuu-svg-pin-left: url('data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 16 16\"><path d=\"M7.33333 9.86V8.66666H13.3333C13.7 8.66666 14 8.36666 14 8C14 7.63333 13.7 7.33333 13.3333 7.33333L7.33333 7.33333V6.14C7.33333 5.84 6.97333 5.69333 6.76667 5.90666L4.90667 7.76666C4.77333 7.89999 4.77333 8.10666 4.90667 8.24L6.76667 10.1C6.97333 10.3067 7.33333 10.16 7.33333 9.86ZM2.66667 13.3333C3.03333 13.3333 3.33333 13.0333 3.33333 12.6667L3.33333 3.33333C3.33333 2.96666 3.03333 2.66666 2.66667 2.66666C2.3 2.66666 2 2.96666 2 3.33333L2 12.6667C2 13.0333 2.3 13.3333 2.66667 13.3333Z\" /></svg>');\n --vuu-svg-pin-float: url('data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 16 16\"><path d=\"M6 4.66667H4.66667V6H6V4.66667ZM6 7.33333H4.66667V8.66667H6V7.33333ZM6 2C5.26 2 4.66667 2.6 4.66667 3.33333H6V2ZM8.66667 10H7.33333V11.3333H8.66667V10ZM12.6667 2V3.33333H14C14 2.6 13.4 2 12.6667 2ZM8.66667 2H7.33333V3.33333H8.66667V2ZM6 11.3333V10H4.66667C4.66667 10.7333 5.26 11.3333 6 11.3333ZM12.6667 8.66667H14V7.33333H12.6667V8.66667ZM12.6667 6H14V4.66667H12.6667V6ZM12.6667 11.3333C13.4 11.3333 14 10.7333 14 10H12.6667V11.3333ZM2.66667 4.66667C2.3 4.66667 2 4.96667 2 5.33333V12.6667C2 13.4 2.6 14 3.33333 14H10.6667C11.0333 14 11.3333 13.7 11.3333 13.3333C11.3333 12.9667 11.0333 12.6667 10.6667 12.6667H4C3.63333 12.6667 3.33333 12.3667 3.33333 12V5.33333C3.33333 4.96667 3.03333 4.66667 2.66667 4.66667ZM10 3.33333H11.3333V2H10V3.33333ZM10 11.3333H11.3333V10H10V11.3333Z\" /></svg>');\n --vuu-svg-pin-right: url('data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 16 16\"><path d=\"M8.66667 6.14V7.33333H2.66667C2.3 7.33333 2 7.63333 2 8C2 8.36666 2.3 8.66666 2.66667 8.66666H8.66667V9.86C8.66667 10.16 9.02667 10.3067 9.23333 10.0933L11.0933 8.23333C11.2267 8.1 11.2267 7.89333 11.0933 7.76L9.23333 5.9C9.02667 5.69333 8.66667 5.84 8.66667 6.14ZM13.3333 13.3333C13.7 13.3333 14 13.0333 14 12.6667V3.33333C14 2.96666 13.7 2.66666 13.3333 2.66666C12.9667 2.66666 12.6667 2.96666 12.6667 3.33333V12.6667C12.6667 13.0333 12.9667 13.3333 13.3333 13.3333Z\"/></svg>');\n --vuuDropdown-height: 24px;\n --vuuDropdown-width: 100%;\n \n \n --vuuIconToggleButton-iconSize: 16px;\n\n display: flex;\n flex-direction: column;\n gap: 24px;\n height: 100%;\n padding-top: 24px;\n}\n\n.vuuColumnSettingsPanel-header {\n border-top: solid 2px var(--vuu-color-gray-30);\n font-size: 14px;\n font-weight: 600;\n padding-top: 24px;\n}\n\n\n.vuuColumnSettingsPanel-buttonBar {\n align-items: center;\n display: flex;\n justify-content: space-between;\n margin-top: auto;\n}\n\n.vuuColumnSettingsPanel-buttonBar[data-align=\"right\"]{\n gap: 6px;\n justify-content: flex-end;\n}\n\n.vuuColumnSettingsPanel-buttonNavPrev {\n --vuu-icon-left: 6px;\n padding-left: 24px\n}\n\n.vuuColumnSettingsPanel-buttonNavNext {\n --vuu-icon-left: calc(100% - 18px);\n padding-right: 24px\n}\n\n\n\n[data-icon='align-left'] {\n --vuu-icon-svg: var(--vuu-svg-align-left);\n }\n\n [data-icon='align-right'] {\n --vuu-icon-svg: var(--vuu-svg-align-right);\n }\n\n [data-icon='pin-left'] {\n --vuu-icon-svg: var(--vuu-svg-pin-left);\n }\n [data-icon='pin-float'] {\n --vuu-icon-svg: var(--vuu-svg-pin-float);\n }\n [data-icon='pin-right'] {\n --vuu-icon-svg: var(--vuu-svg-pin-right);\n }\n\n .vuuColumnSettingsPanel-editing .vuuColumnNameLabel-edit {\n display: none;\n }\n \n\n\n \n \n \n \n \n", ".vuuDatasourceStats {\n color: black;\n display: flex;\n font-size: 10px;\n gap: var(--salt-size-unit);\n padding: 4px 0 0 12px;\n}\n\n.vuuDatasourceStats-label {\n color: var(--vuu-color-gray-50);\n}", ".vuuTableSettingsPanel {\n --vuu-svg-text-strikethrough: url('data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 48 24\"><path d=\"M28.3333 9.33334C28.8867 9.33334 29.3333 8.88668 29.3333 8.33334C29.3333 7.78001 28.8867 7.33334 28.3333 7.33334H20.26L22.26 9.33334H23.48L23.1133 10.1867L24.5067 11.58L25.4733 9.33334H28.3333ZM27.6267 16.5867L18.7467 7.70668C18.4867 7.44668 18.0667 7.44668 17.8067 7.70668C17.5467 7.96668 17.5467 8.38668 17.8067 8.64668L21.98 12.82L20.88 15.38C20.62 15.9933 21.0667 16.6667 21.7267 16.6667C22.0933 16.6667 22.4267 16.4467 22.5733 16.1067L23.38 14.22L26.68 17.52C26.94 17.78 27.36 17.78 27.62 17.52C27.8867 17.2667 27.8867 16.8467 27.6267 16.5867Z\"/></svg>');\n --vuu-svg-text-Tt: url('data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 48 24\"><path d=\"M17.6667 7.66666C17.6667 8.21999 18.1133 8.66666 18.6667 8.66666H21V15.6667C21 16.22 21.4467 16.6667 22 16.6667C22.5533 16.6667 23 16.22 23 15.6667V8.66666H25.3333C25.8867 8.66666 26.3333 8.21999 26.3333 7.66666C26.3333 7.11332 25.8867 6.66666 25.3333 6.66666H18.6667C18.1133 6.66666 17.6667 7.11332 17.6667 7.66666ZM29.3333 9.99999H25.3333C24.78 9.99999 24.3333 10.4467 24.3333 11C24.3333 11.5533 24.78 12 25.3333 12H26.3333V15.6667C26.3333 16.22 26.78 16.6667 27.3333 16.6667C27.8867 16.6667 28.3333 16.22 28.3333 15.6667V12H29.3333C29.8867 12 30.3333 11.5533 30.3333 11C30.3333 10.4467 29.8867 9.99999 29.3333 9.99999Z\" /></svg>');\n --vuu-svg-text-T: url('data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 48 24\"><path d=\"M19.3333 7.66666C19.3333 8.21999 19.78 8.66666 20.3333 8.66666H23V15.6667C23 16.22 23.4467 16.6667 24 16.6667C24.5533 16.6667 25 16.22 25 15.6667V8.66666H27.6667C28.22 8.66666 28.6667 8.21999 28.6667 7.66666C28.6667 7.11332 28.22 6.66666 27.6667 6.66666H20.3333C19.78 6.66666 19.3333 7.11332 19.3333 7.66666Z\"/></svg>');\n --vuu-svg-stripes: url('data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 16 16\"><rect x=\"2\" y=\"2\" width=\"12\" height=\"2\" rx=\"0.3\"/><rect x=\"2\" y=\"5\" width=\"12\" height=\"2\" rx=\"0.3\"/><rect x=\"2\" y=\"8\" width=\"12\" height=\"2\" rx=\"0.3\"/><rect x=\"2\" y=\"11\" width=\"12\" height=\"2\" rx=\"0.3\"/></svg>');\n --vuu-svg-row-lines: url('data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 16 16\"><rect x=\"2\" y=\"3\" width=\"12\" height=\"1\" rx=\"0.3\" /><rect x=\"2\" y=\"6\" width=\"12\" height=\"1\" rx=\"0.3\" /><rect x=\"2\" y=\"9\" width=\"12\" height=\"1\" rx=\"0.3\" /><rect x=\"2\" y=\"12\" width=\"12\" height=\"1\" rx=\"0.3\"/></svg>');\n --vuu-svg-col-lines: url('data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 16 16\"><rect x=\"3\" y=\"14\" width=\"12\" height=\"1\" rx=\"0.3\" transform=\"rotate(-90 3 14)\"/><rect x=\"6\" y=\"14\" width=\"12\" height=\"1\" rx=\"0.3\" transform=\"rotate(-90 6 14)\"/><rect x=\"9\" y=\"14\" width=\"12\" height=\"1\" rx=\"0.3\" transform=\"rotate(-90 9 14)\"/><rect x=\"12\" y=\"14\" width=\"12\" height=\"1\" rx=\"0.3\" transform=\"rotate(-90 12 14)\"/></svg>');\n\n display: flex;\n flex-direction: column;\n gap: 24px;\n height: 100%;\n padding-top: 24px;\n}\n\n\n.vuuTableSettingsPanel [data-icon=\"text-strikethrough\"]{\n --vuu-icon-svg: var(--vuu-svg-text-strikethrough);\n}\n.vuuTableSettingsPanel [data-icon=\"text-Tt\"]{\n --vuu-icon-svg: var(--vuu-svg-text-Tt);\n}\n.vuuTableSettingsPanel [data-icon=\"text-T\"]{\n --vuu-icon-svg: var(--vuu-svg-text-T);\n}\n.vuuTableSettingsPanel [data-icon=\"col-lines\"]{\n --vuu-icon-svg: var(--vuu-svg-col-lines);\n}\n.vuuTableSettingsPanel [data-icon=\"row-lines\"]{\n --vuu-icon-svg: var(--vuu-svg-row-lines);\n}\n.vuuTableSettingsPanel [data-icon=\"row-striping\"]{\n --vuu-icon-svg: var(--vuu-svg-stripes);\n}\n\n.vuuTableSettingsPanel-header {\n border-top: solid 2px var(--vuu-color-gray-30);\n font-size: 14px;\n font-weight: 600;\n padding-top: 24px;\n}\n\n.vuuTableSettingsPanel .vuuColumnList {\n flex-grow: 1;\n flex-shrink: 1;\n flex-basis: 0;\n}\n\n.vuuTableSettingsPanel-calculatedButtonbar {\n --vuu-icon-size: 16px;\n --saltButton-height: 24px;\n --saltButton-width: 24px;\n align-items: center;\n display: flex;\n flex: 0 0 32px;\n gap: 12px;\n}\n\n.vuuGridSeparators {\n --vuuIconToggleButton-iconSize: 16px;\n}\n\n\n\n\n\n"],
5
- "mappings": "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CAvF1C,wBAwFC,mBAAoB,IACpB,eAAgB,eAClB,CCvGA,WAAW,SACP,GACE,iBAAkB,IAAI,sBACtB,MAAO,IACT,CAEA,IACE,MAAO,IACT,CACA,IACE,MAAO,IAAI,oBACb,CAEA,GACE,iBAAkB,YAClB,MAAO,IAAI,oBACb,CACF,CAEA,WAAW,SACT,GACE,iBAAkB,IAAI,sBACtB,MAAO,IACT,CAEA,IACE,MAAO,IACT,CACA,IACE,MAAO,IAAI,oBACb,CAEA,GACE,iBAAkB,YAClB,MAAO,IAAI,oBACb,CACF,CAEA,WAAW,WACT,GACE,iBAAkB,IAAI,oBACtB,MAAO,IACT,CACA,IACE,MAAO,IACT,CACA,IACE,MAAO,IAAI,oBACb,CACA,GACE,iBAAkB,YAClB,MAAO,IAAI,oBACb,CACF,CAEA,WAAW,WACT,GACE,iBAAkB,IAAI,oBACtB,MAAO,IACT,CACA,IACE,MAAO,IACT,CACA,IACE,MAAO,IAAI,oBACb,CACA,GACE,iBAAkB,YAClB,MAAO,IAAI,oBACb,CACF,CAEA,WAAW,YACT,GACE,MAAO,IAAI,wCACb,CACA,GACE,MAAO,WACT,CACF,CAEA,WAAW,YACT,GACE,MAAO,IAAI,wCACb,CACA,GACE,MAAO,WACT,CACF,CAEA,WAAW,cACT,GACE,MAAO,IAAI,wCACb,CACA,GACE,MAAO,WACT,CACF,CAEA,WAAW,cACT,GACE,MAAO,IAAI,wCACb,CACA,GACE,MAAO,WACT,CACF,CAEA,WAAW,cACT,GACE,MAAO,IAAI,yCACX,iBAAkB,IAAI,qBACxB,CACA,IACE,MAAO,IAAI,yCACX,iBAAkB,WACpB,CACA,GACE,MAAO,YACP,iBAAkB,WACpB,CACF,CAEA,WAAW,cACT,GACE,MAAO,IAAI,yCACX,iBAAkB,IAAI,qBACxB,CACA,IACE,MAAO,IAAI,yCACX,iBAAkB,WACpB,CACA,GACE,MAAO,YACP,iBAAkB,WACpB,CACF,CAEA,WAAW,gBACT,GACE,MAAO,IAAI,yCACX,iBAAkB,IAAI,mBACxB,CACA,IACE,MAAO,IAAI,yCACX,iBAAkB,WACpB,C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",
3
+ "sources": ["../../../packages/vuu-table/src/column-header-pill/ColumnHeaderPill.css", "../../../packages/vuu-table/src/column-header-pill/GroupColumnPill.css", "../../../packages/vuu-table/src/column-header-pill/SortIndicator.css", "../../../packages/vuu-table/src/column-resizing/ColumnResizer.css", "../../../packages/vuu-table/src/header-cell/GroupHeaderCell.css", "../../../packages/vuu-table/src/column-menu/ColumnMenu.css", "../../../packages/vuu-table/src/header-cell/HeaderCell.css", "../../../packages/vuu-table/src/table-cell/TableCell.css", "../../../packages/vuu-table/src/table-cell/TableGroupCell.css", "../../../packages/vuu-table/src/Row.css", "../../../packages/vuu-table/src/Table.css", "../../../packages/vuu-table/src/cell-renderers/input-cell/InputCell.css", "../../../packages/vuu-table/src/cell-renderers/toggle-cell/ToggleCell.css", "../../../packages/vuu-table-extras/src/cell-renderers/background-cell/BackgroundCell.css", "../../../packages/vuu-table-extras/src/cell-renderers/background-cell/BackgroundKeyframes.css", "../../../packages/vuu-table-extras/src/cell-renderers/background-cell/BackgroundCellConfigurationEditor.css", "../../../packages/vuu-table-extras/src/cell-renderers/dropdown-cell/DropdownCell.css", "../../../packages/vuu-table-extras/src/cell-renderers/progress-cell/ProgressCell.css", "../../../packages/vuu-table-extras/src/column-list/ColumnList.css", "../../../packages/vuu-table-extras/src/column-expression-input/ColumnExpressionInput.css", "../../../packages/vuu-table-extras/src/column-formatting-settings/LongTypeFormattingSettings.css", "../../../packages/vuu-table-extras/src/column-settings/ColumnNameLabel.css", "../../../packages/vuu-table-extras/src/column-settings/ColumnSettingsPanel.css", "../../../packages/vuu-table-extras/src/datasource-stats/DatasourceStats.css", "../../../packages/vuu-table-extras/src/table-settings/TableSettingsPanel.css"],
4
+ "sourcesContent": [".vuuColumnHeaderPill {\n --vuu-icon-size: 14px;\n --menu-item-icon-color: black;\n --vuu-icon-color: white;\n --vuu-icon-height: 12px;\n --vuu-icon-width: 12px;\n align-items: center;\n background: var(--salt-taggable-background-active);\n color: white;\n border-radius: 4px;\n flex: var(--vuuColumnHeaderPill-flex, none);\n font-size: 11px;\n gap: 4px;\n height: 16px;\n display: flex;\n margin: var(--vuuColumnHeaderPill-margin, 0);\n padding: 0 6px;\n position: relative; \n}\n\n.vuuColumnHeaderPill:hover {\n --vuu-icon-color: var(--vuu-color-gray-80);\n background-color: var(--salt-taggable-background-hover);\n color: var(--vuu-color-gray-80);\n \n}\n\n.vuuColumnHeaderPill-removeButton {\n cursor: pointer;\n}", "\n.vuuSortPosition {\n font-size: 11px;\n font-weight: 700;\n padding-top: 1px;\n}\n\n", "\n.vuuSortPosition {\n font-size: 11px;\n font-weight: 700;\n padding-top: 1px;\n}\n\n", ".vuuColumnResizerNext {\n background-color: var(--columnResizer-color);\n cursor: col-resize;\n height: var(--header-height);\n margin-left: var(--columnResizer-left, auto);\n position: absolute;\n right: -5px;\n width: 8px;\n z-index:1;\n}\n\n.vuuColumnResizerNext:hover {\n --columnResizer-color: var(--vuu-color-purple-10);\n}\n\n.vuuColumnResizerNext:after {\n background-color: var(--columnResizer-color, var(--salt-separable-tertiary-borderColor));\n bottom:0;\n content: '';\n position: absolute;\n top: 0;\n right: 3px;\n height: var(--columnResizer-height, 0);\n width: 2px;\n}", "\n.vuu-theme {\n --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>');\n}\n\n.vuuTableGroupHeaderCell {\n --vuuColumnHeaderPill-margin: 0;\n --cell-align: 'flex-start';\n text-align: left;\n background: var(--dataTable-background);\n cursor: default;\n height: var(--vuuTableHeaderHeight);\n /* ensure header row sits atop everything else when scrolling down */\n }\n\n\n .vuuTableGroupHeaderCell-inner {\n align-items: center;\n display: flex;\n gap: 4px;\n height: 100%;\n padding-left: 1px;\n }\n\n .vuuTableGroupHeaderCell-col {\n align-items: center;\n background-color: inherit;\n display: inline-flex;\n flex: 0 1 auto;\n height: calc(var(--vuuTableHeaderHeight) - 2px);\n justify-content: space-between;\n padding-right: 8px;\n position: relative;\n }\n\n .vuuTableGroupHeaderCell-label {\n align-items: center;\n display: flex;\n flex: 0 0 auto;\n }\n\n .vuuTableGroupHeaderCell-close {\n --vuu-icon-height: 18px;\n --vuu-icon-width: 18px;\n cursor: pointer;\n left: 3px;\n }\n \n .vuuTableGroupHeaderCell-resizing {\n --columnResizer-color: var(--salt-color-blue-500);\n --columnResizer-height: var(--table-height);\n --columnResizer-width: 2px;\n }\n .vuuTableGroupHeaderCell-pending {\n --pending-content: '';\n }\n\n .vuuTableGroupHeaderCell-col:has(+ .vuuColumnResizer):after {\n content: var(--pending-content);\n width: 24px;\n height:24px;\n background-image: var(--svg-spinner);\n background-repeat: no-repeat;\n background-size: cover;\n }\n", ".vuuMenuItem {\n --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>');\n}\n.vuuTable-columnMenu {\n\n --vuu-icon-color: #606477;\n --vuu-icon-height: 20px;\n --vuu-icon-left: 0px;\n --vuu-icon-size: 16px;\n --vuu-icon-top: 0px;\n --vuu-icon-width: 20px;\n\n border-radius: 4px;\n cursor: pointer;\n display: inline-block;\n flex: 0 0 20px;\n padding: 2px;\n /* left: var(--column-menu-left, 0); */\n margin: var(--vuuTable-columnMenu-margin, 0);\n width: auto;\n}\n\n.vuuTable-columnMenu:hover {\n --vuu-icon-color: #15171B;\n background-color: #F37880;\n}\n\n.vuuTable-columnMenu-open:hover,\n.vuuTable-columnMenu-open {\n background-color: #6D18BD;\n --vuu-icon-color: white;\n\n}\n\n[data-icon='cog'] {\n --vuu-icon-svg: var(--vuu-svg-cog);\n --vuu-icon-size: 14px;\n }\n\n ", ".vuuTableGroupHeaderCell,\n.vuuTableHeaderCell {\n --cell-align: 'flex-start';\n --vuuColumnHeaderPill-margin: 0;\n --vuuColumnHeaderPill-flex: 0 0 24px;\n\n align-items: center;\n background-color: var(--vuuTableHeaderCell-background, inherit);\n border-bottom: 1px solid #ccc;\n border-right-color: var(--cell-borderColor);\n border-right-style: solid;\n border-right-width: 1px;\n box-sizing: border-box;\n cursor: default;\n display: inline-flex;\n gap: 4px;\n height: var(--header-height);\n padding: 0 12px 0 4px;\n position: relative;\n vertical-align: top;\n}\n\n .vuuTableHeaderCell-right {\n --columnResizer-left: 0;\n --vuuTable-columnMenu-margin: 0;\n --vuuColumnHeaderPill-margin: 0 3px 0 0;\n --column-menu-left: 2px;\n justify-content: flex-end;\n padding: 0 3px 0 12px;\n }\n\n\n.vuuTableHeaderCell-label {\n flex: 0 1 auto;\n line-height: calc(var(--header-height) - 1px);\n overflow: hidden;\n text-overflow: ellipsis;\n white-space: nowrap;\n}\n\n.vuuTableHeaderCell-right .vuuTableHeaderCell-label {\n text-align: right;\n}\n\n.vuuTableHeaderCell-resizing {\n --columnResizer-height: var(--table-height);\n}\n\n.vuuTableHeaderCell.vuuPinLeft {\n padding-left: 2px;\n}\n\n .vuuTableHeaderCell.vuuPinLeft.vuuEndPin .vuuColumnResizerNext:before {\n --height: calc(var(--table-height) - var(--horizontal-scrollbar-height));\n --inset-r: calc(var(--pin-width) - 2px);\n --inset-b: calc(var(--height) - 2px);\n --clip-path: polygon(\n 0% 0%, \n 0% 120%, \n 2px 120%, \n 2px 2px, \n var(--inset-r) 2px, \n var(--inset-r) var(--inset-b), \n 2px var(--inset-b), \n 2px 120%, \n 120% 120%, \n 120% 0% \n );\n background-color: transparent;\n border-color: var(--vuu-color-gray-40);\n border-width: 1px;\n border-style: solid solid solid solid;\n /* border-radius: 0 6px 6px 0; */\n border-radius: 4px;\n box-shadow: 2px 1px 4px 0px rgba(0, 0, 0, 0.10);\n /* clip-path: inset(10px 10px 10px 10px); */\n clip-path: var(--clip-path);\n content: '';\n position: absolute;\n width: var(--pin-width);\n top:0;\n bottom:0;\n right: 3px;\n height: var(--height);\n z-index: -5;\n}\n\n.vuuTableHeaderCell.vuuPinRight.vuuEndPin .vuuColumnResizerNext:before {\n --height: calc(var(--table-height) - var(--horizontal-scrollbar-height));\n --inset-r: calc(var(--pin-width) - 2px);\n --inset-b: calc(var(--height) - 2px);\n --clip-path: polygon(\n -20% 0%, \n -20% 120%, \n 2px 120%, \n 2px 2px, \n var(--inset-r) 2px, \n var(--inset-r) var(--inset-b), \n 2px var(--inset-b), \n 2px 120%, \n 120% 120%, \n 120% 0% \n );\n background-color: transparent;\n border-color: #A9AAAD;\n border-width: 1px;\n border-style: solid solid solid solid;\n /* border-radius: 0 6px 6px 0; */\n border-radius: 4px;\n box-shadow: -2px 1px 4px 0px rgba(0, 0, 0, 0.10);\n /* clip-path: inset(10px 10px 10px 10px); */\n clip-path: var(--clip-path);\n content: '';\n position: absolute;\n width: var(--pin-width);\n top:0;\n bottom:0;\n right: 0px;\n height: var(--height);\n z-index: -5;\n}\n\n.vuuTableHeaderCell.vuuDraggable-dragAway {\n display: none;\n}\n\n.vuuTable-headingCell {\n background: var(--dataTable-background);\n border-color: var(--salt-separable-tertiary-borderColor);\n border-style: solid solid solid none;\n border-width: 1px;\n color: var(--salt-text-secondary-foreground);\n display: inline-block;\n height: var(--header-height);\n padding: 0 !important;\n}\n", ".vuuTableCell {\n border-right-color: var(--cell-borderColor);\n border-right-style: solid;\n border-right-width: 1px;\n display: inline-block;\n height: 100%;\n overflow:hidden;\n padding: var(--vuuTableCell-padding, 0 11px 0 12px);\n text-overflow: ellipsis;\n vertical-align: top;\n}\n\n.vuuTableCell-right {\n text-align: right;\n}\n\n.vuuTableCell-editable {\n display: inline-flex;\n line-height: 18px;\n padding-bottom: 1px;\n padding-top: 1px;\n text-overflow: unset;\n}\n \n.vuuTableCell:focus {\n outline: var(--vuuTableCell-outline, solid var(--vuu-color-purple-10) 2px);\n outline-offset: -2px;\n /** This is to achieve a white background to outline dashes */\n box-shadow: inset 0 0 0 var(--cell-outline-width) white;\n border-bottom: none;\n}\n\n.vuuTableRow-selected .vuuTableCell:not(.vuuTableCell-editable):focus {\n outline: var(--vuuTableCell-outline, solid var(--vuu-color-purple-10) 2px);\n outline-offset: -1px;\n\n}\n.vuuTableCell-editable:focus {\n outline: none;\n}\n\n", ".vuuTableGroupCell {\n --group-cell-spacer-width: 20px;\n align-items: center;\n border-right-color: var(--vuuTableGroupCell-borderColor, var(--salt-separable-tertiary-borderColor));\n border-right-style: solid;\n border-right-width: 1px;\n \n cursor: pointer;\n display: inline-flex;\n height: var(--row-height);\n line-height: 16px;\n}\n\n.vuuTableGroupCell-toggle {\n --vuu-icon-height: 16px;\n --vuu-icon-size: 16px;\n --vuu-icon-width: 8px;\n margin-right: 4px;\n transition: transform 0.25s;\n transform: var(--toggle-icon-transform);\n\n}\n\n.vuuTableGroupCell-spacer {\n width: var(--group-cell-spacer-width);\n }\n", ".vuuTableRow {\n background: var(--row-background,#fff);\n border-bottom: 1px solid var(--row-borderColor);\n box-sizing: border-box;\n height: var(--row-height);\n line-height: calc(var(--row-height) - 1px);\n position: absolute;\n top:0;\n white-space: nowrap;\n }\n \n .vuuTableRow-even {\n --row-background: var(--row-background-even);\n }\n\n .vuuTableRow-highlighted {\n background-color: var(--vuu-color-gray-10);\n }\n\n\n .vuuTableRow-selected,\n .vuuTableRow-selectedEnd {\n /* background-color: rgb(133,133,137,.16); */\n background-color: rgb(235,235,236);\n }\n \n .vuuTableRow-selectedStart {\n --vuu-selection-decorator-left-radius: 5px 0 0 0;\n --vuu-selection-decorator-right-radius: 0 5px 0 0;\n border-radius: 5px 5px 0 0;\n }\n \n .vuuTableRow-selectedEnd {\n --vuu-selection-decorator-left-radius: 0 0 0 5px;\n --vuu-selection-decorator-right-radius: 0 0 5px 0;\n border-radius: 0 0 5px 5px;\n }\n \n .vuuTableRow-selectedStart.vuuTableRow-selectedEnd {\n --vuu-selection-decorator-left-radius: 5px 0 0 5px;\n --vuu-selection-decorator-right-radius: 0 5px 5px 0;\n border-radius: 5px 5px 5px 5px;\n \n }\n \n .vuuTableRow-selectedStart:after {\n content: '';\n position: absolute;\n top:0;\n left: 4px;\n height: 1px;\n background-color: var(--vuu-color-purple-10);\n width: calc(var(--content-width) - 8px);\n z-index: 1;\n }\n \n .vuuTableRow-selectedEnd {\n border-bottom-color: var(--vuu-color-purple-10);\n }\n \n .vuuTableRow-selectionDecorator {\n background-color: var(--vuu-selection-decorator-bg, white);\n display: inline-block;\n position: relative;\n height: var(--row-height);\n width: 4px;\n z-index: 2;\n }\n \n .vuuTableRow-selectionDecorator.vuuStickyLeft {\n left:0;\n position: sticky;\n }\n \n .vuuTableRow-selectionDecorator.vuuStickyRight {\n right:0;\n position: sticky;\n }\n \n .vuuTableRow-selected {\n --vuu-selection-decorator-bg: var(--vuu-color-purple-10);\n \n }\n \n .vuuTableRow-selectedStart {\n --vuu-selection-decorator-bg: white;\n }\n \n .vuuTableRow-selectedEnd {\n --vuu-selection-decorator-bg: white;\n }\n \n .vuuTableRow-selectedStart.vuuTableRow-selectedEnd {\n \n }\n \n .vuuTableRow-selectedStart .vuuTableRow-selectionDecorator:before,\n .vuuTableRow-selectedEnd .vuuTableRow-selectionDecorator:before {\n content: '';\n inset: 0;\n position: absolute;\n background-color: var(--vuu-color-purple-10);\n }\n \n \n .vuuTableRow-selectionDecorator.vuuStickyLeft:before {\n border-radius: var(--vuu-selection-decorator-left-radius, 0);\n }\n \n .vuuTableRow-selectionDecorator.vuuStickyRight:before {\n border-radius: var(--vuu-selection-decorator-right-radius, 0);\n }\n\n .vuuTableRow-expanded {\n --toggle-icon-transform: rotate(90deg);\n }\n \n .vuuDraggable .vuuTableRow {\n --cell-borderColor: transparent;\n --vuu-selection-decorator-bg: transparent;\n transform: none!important;\n z-index: 1;\n }", ".vuuTable {\n --vuu-table-cell-outlineWidth: 1px;\n --table-height: var(--measured-px-height);\n --table-width: var(--measured-px-width);\n --vuu-table-next-selection-bookend-width: 4px;\n --columnResizer-color: transparent;\n --row-background: white;\n --cell-borderColor: transparent;\n --row-borderColor: var(--row-background);\n --table-background: var(--salt-container-primary-background);\n\n font-family: var(--vuuTable-fontFamily,var(--salt-typography-fontFamily, sans-serif));\n font-size: var(--vuuTable-fontSize,var(--salt-text-fontSize, 12px));\n position: relative;\n user-select: none;\n}\n\n.vuuTable-zebra {\n --row-background-even: var(--vuu-color-gray-25)\n}\n\n.vuuTable-colLines {\n --cell-borderColor: var(--vuu-color-gray-03);\n}\n\n.vuuTable-rowLines {\n --row-borderColor: var(--vuu-color-gray-03);\n}\n\n.vuuTable-highlight .vuuTableRow:hover {\n background-color: var(--vuu-color-pink-10-fade-20);\n}\n\n.vuuTable-scrollbarContainer {\n --scroll-content-width: 1100px;\n border-bottom: none !important;\n border-top: none !important;\n border-left: solid 1px var(--salt-container-primary-borderColor);\n /* a top border */\n /** creates a border to top od scrollbar */\n /* box-shadow: 0px -1px 0px 0px var(--salt-container-primary-borderColor); */\n height: var(--viewport-body-height);\n left: 0px;\n overflow: auto;\n position: absolute;\n top: var(--total-header-height);\n width: var(--table-width);\n}\n\n\n.vuuTable-scrollbarContainer::-webkit-scrollbar {\n border: none;\n width: 10px;\n}\n\n.vuuTable-scrollbarContainer::-webkit-scrollbar:horizontal {\n height: 10px;\n}\n\n\n.vuuTable-scrollbarContainer::-webkit-scrollbar-track {\n background-color: white;\n}\n.vuuTable-scrollbarContainer::-webkit-scrollbar-thumb {\n background-clip: padding-box;\n border-radius: 10px;\n border: 2px solid rgba(0, 0, 0, 0);\n background-color: var(--vuu-color-gray-30);\n}\n\n.vuuTable-scrollbarContent {\n height: calc(var(--content-height) + var(--horizontal-scrollbar-height));\n position: absolute;\n width: var(--content-width);\n}\n\n.vuuTable-contentContainer {\n background-color: var(--salt-container-primary-background);\n height: calc(var(--table-height) - var(--horizontal-scrollbar-height));\n position: relative;\n overflow: auto;\n overscroll-behavior: none;\n width: calc(var(--table-width) - var(--vertical-scrollbar-width));\n}\n\n.vuuTable-contentContainer::-webkit-scrollbar {\n display: none;\n}\n\n \n.vuuTable-table {\n position: absolute;\n top: 0;\n left: 0;\n table-layout: fixed;\n width: var(--content-width);\n margin: 0;\n border: none;\n background-color: #fff;\n border-collapse: separate;\n border-spacing: 0;\n}\n\n.vuuTable-body {\n height: var(--content-height);\n position: relative;\n}\n\n.vuuPinLeft, .vuuPinRight {\n background-color: inherit;\n position: sticky;\n z-index: 1;\n}\n\n.vuuTable-col-headings {\n background-color: white;\n padding: 0 var(--vuu-table-next-selection-bookend-width, 0);\n\n position: sticky;\n top: 0;\n /* ensure header row sits atop everything else when scrolling down */\n z-index: 1;\n}\n\n .vuuTable-col-headers {\n background-color: var(--table-background);\n white-space: nowrap;\n }\n\n\n .sizer-cell {\n background-color: green !important;\n border: none !important;\n height: 0px;\n }\n \n .vuuDraggable-vuuTable {\n --header-height: 25px;\n --vuuTableHeaderCell-background: var(--vuu-color-gray-25);\n }\n.vuuDraggable-vuuTable {\n --row-height: 25px;\n} \n", "\n.vuuTableInputCell.saltInput-primary {\n --salt-focused-outlineStyle: none;\n --saltInput-height: 17px;\n --saltInput-minHeight: 17px;\n border-radius: 4px;\n font-weight: 500;\n}\n\n.vuuTableCell:focus .vuuTableInputCell.saltInput-primary,\n.vuuTableInputCell.saltInput-primary.saltInput-focused {\n border: solid 2px var(--vuu-color-purple-10);\n padding: 0 3px;\n}\n\n.vuuTableInputCell-icon {\n --vuu-icon-height: 13px;\n --vuu-icon-size: 15px;\n --vuu-icon-width: 12px;\n border-radius: 10px;\n}\n\n.vuuTableCell:focus .vuuTableInputCell.saltInput-primary.vuuTableInputCell-error,\n.vuuTableInputCell.saltInput-primary.saltInput-focused.vuuTableInputCell-error {\n border: solid 2px var(--vuu-color-red-50);\n}\n\n\n.vuuTableInputCell-error.saltInput-primary {\n border: solid 1px var(--vuu-color-red-50);\n}", "\n.vuuTableToggleCell {\n --saltButton-borderRadius: 4px;\n --saltButton-height: 16px;\n font-weight: 500;\n position: relative;\n top: 1px;;\n}\n.vuuTableToggleCell-side {\n --saltButton-minWidth: 40px;\n}\n.vuuTableToggleCell.vuuCycleStateButton-buy {\n background-color: var(--vuu-color-green-50);\n}\n\n.vuuTableToggleCell.vuuCycleStateButton-sell {\n background-color: var(--vuu-color-red-50);\n\n}\n\n.vuuTableCell .vuuTableToggleCell:focus {\n /* TODO fix use of important */\n border: solid 2px var(--vuu-color-purple-10) !important;\n color: white !important;\n height: 18px !important;\n top: 0px !important;\n}\n\n\n\n\n\n", "\n.vuuBackgroundCell {\n --background-animation-duration: 10s;\n color: var(--vuuBackgroundCell-color, var(--vuu-color-gray-80));\n padding-right: var(--salt-size-unit);\n position: relative;\n z-index: -1;\n}\n\n.vuuBackgroundCell-arrowBackground,\n.vuuBackgroundCell-arrowOnly {\n padding-left: 14px;\n}\n\n.vuuBackgroundCell-arrow {\n background-color: var(--background-cell-background);\n position: absolute;\n left: 0;\n right: 0;\n top: 0;\n bottom: 0;\n z-index: -1;\n}\n\n.vuuBackgroundCell-arrow {\n text-align: left;\n}\n.vuuBackgroundCell-arrow + .num {\n padding-left: 8px;\n}\n\n.right .vuuBackgroundCell-arrow {\n text-align: right;\n}\n.right .vuuBackgroundCell-arrow + .num {\n padding-right: 8px;\n}\n\n.vuuBackgroundCell-arrowOnly > .vuuBackgroundCell-arrow {\n background-color: transparent;\n}\n\n.vuuBackgroundCell-backgroundOnly.up1,\n.vuuBackgroundCell-arrowBackground.up1 {\n animation-duration: var(--background-animation-duration);\n animation-name: vuubgup1;\n}\n\n.vuuBackgroundCell-backgroundOnly.up2,\n.vuuBackgroundCell-arrowBackground.up2 {\n animation-duration: var(--background-animation-duration);\n animation-name: vuubgup2;\n}\n\n.vuuBackgroundCell-backgroundOnly.down1,\n.vuuBackgroundCell-arrowBackground.down1 {\n animation-duration: var(--background-animation-duration);\n animation-name: vuubgdown1;\n}\n\n.vuuBackgroundCell-backgroundOnly.down2,\n.vuuBackgroundCell-arrowBackground.down2 {\n animation-duration: var(--background-animation-duration);\n animation-name: vuubgdown2;\n}\n\n.up1.vuuBackgroundCell-arrowOnly > .vuuBackgroundCell-arrow {\n animation-duration: 30s;\n animation-name: vuuarrowup1;\n}\n\n.up2.vuuBackgroundCell-arrowOnly > .vuuBackgroundCell-arrow {\n animation-duration: 30s;\n animation-name: vuuarrowup2;\n}\n\n.down1.vuuBackgroundCell-arrowOnly > .vuuBackgroundCell-arrow {\n animation-duration: 30s;\n animation-name: vuuarrowdown1;\n}\n\n.down2.vuuBackgroundCell-arrowOnly > .vuuBackgroundCell-arrow {\n animation-duration: 30s;\n animation-name: vuuarrowdown2;\n}\n\n.up1.vuuBackgroundCell-arrowBackground > .vuuBackgroundCell-arrow {\n animation-duration: 30s;\n animation-name: vuubgarrowup1;\n}\n\n.up2.vuuBackgroundCell-arrowBackground > .vuuBackgroundCell-arrow {\n animation-duration: 30s;\n animation-name: vuubgarrowup2;\n}\n\n.down1.vuuBackgroundCell-arrowBackground > .vuuBackgroundCell-arrow {\n animation-duration: 30s;\n animation-name: vuubgarrowdown1;\n}\n\n.down2.vuuBackgroundCell-arrowBackground > .vuuBackgroundCell-arrow {\n animation-duration: 30s;\n animation-name: vuubgarrowdown2;\n}\n", "\n@keyframes vuubgup1 {\n 0% {\n background-color: var(--vuu-color-green-50);\n color: white;\n }\n\n 30% {\n color: white;\n } \n 33% {\n color: var(--vuu-color-gray-80);\n } \n\n 100% {\n background-color: transparent;\n color: var(--vuu-color-gray-80);\n }\n }\n \n @keyframes vuubgup2 {\n 0% {\n background-color: var(--vuu-color-green-50);\n color: white;\n }\n\n 30% {\n color: white;\n } \n 33% {\n color: var(--vuu-color-gray-80);\n } \n\n 100% {\n background-color: transparent;\n color: var(--vuu-color-gray-80);\n }\n }\n \n @keyframes vuubgdown1 {\n 0% {\n background-color: var(--vuu-color-red-50);\n color: white;\n }\n 30% {\n color: white;\n } \n 33% {\n color: var(--vuu-color-gray-80);\n } \n 100% {\n background-color: transparent;\n color: var(--vuu-color-gray-80);\n }\n }\n \n @keyframes vuubgdown2 {\n 0% {\n background-color: var(--vuu-color-red-50);\n color: white;\n }\n 30% {\n color: white;\n } \n 33% {\n color: var(--vuu-color-gray-80);\n } \n 100% {\n background-color: transparent;\n color: var(--vuu-color-gray-80);\n }\n }\n \n @keyframes vuuarrowup1 {\n from {\n color: var(--salt-differential-positive-foreground);\n }\n to {\n color: transparent;\n }\n }\n \n @keyframes vuuarrowup2 {\n from {\n color: var(--salt-differential-positive-foreground);\n }\n to {\n color: transparent;\n }\n }\n \n @keyframes vuuarrowdown1 {\n from {\n color: var(--salt-differential-negative-foreground);\n }\n to {\n color: transparent;\n }\n }\n \n @keyframes vuuarrowdown2 {\n from {\n color: var(--salt-differential-negative-foreground);\n }\n to {\n color: transparent;\n }\n }\n \n @keyframes vuubgarrowup1 {\n 0% {\n color: var(--salt-differential-positive-foreground);\n background-color: var(--vuu-color-green-50);\n }\n 20% {\n color: var(--salt-differential-positive-foreground);\n background-color: transparent;\n }\n 100% {\n color: transparent;\n background-color: transparent;\n }\n }\n \n @keyframes vuubgarrowup2 {\n 0% {\n color: var(--salt-differential-positive-foreground);\n background-color: var(--vuu-color-green-50);\n }\n 20% {\n color: var(--salt-differential-positive-foreground);\n background-color: transparent;\n }\n 100% {\n color: transparent;\n background-color: transparent;\n }\n }\n \n @keyframes vuubgarrowdown1 {\n 0% {\n color: var(--salt-differential-negative-foreground);\n background-color: var(--vuu-color-red-50);\n }\n 20% {\n color: var(--salt-differential-negative-foreground);\n background-color: transparent;\n }\n 100% {\n color: transparent;\n background-color: transparent;\n }\n }\n \n @keyframes vuubgarrowdown2 {\n 0% {\n color: var(--salt-differential-negative-foreground);\n background-color: var(--vuu-color-red-50);\n }\n 20% {\n color: var(--salt-differential-negative-foreground);\n background-color: transparent;\n }\n 100% {\n color: transparent;\n background-color: transparent;\n }\n }\n ", ".vuuBackgroundCellConfiguration {\n height: 50px;\n background-color: red;\n}", "\n.vuuTableDropdownCell {\n --vuu-icon-height: 15px;\n --salt-focused-outlineStyle: none;\n\n --saltButton-borderRadius: 4px;\n font-weight: 500;\n}\n\n.vuuTableDropdownCell button:focus-visible {\n --saltButton-borderColor: var(--vuu-color-purple-10);\n --saltButton-borderWidth: 2px;\n padding-left: 3px;\n}", ".vuuProgressCell {\n align-items: center;\n display: flex;\n}\n\n.vuuProgressCell-track {\n display: inline-block;\n flex: auto 1 1;\n height: 4px;\n overflow: hidden;\n position: relative;\n}\n\n.vuuProgressCell-bg {\n background-color: var(--salt-measured-background);\n display: inline-block;\n height: 2px;\n left: 0;\n position: absolute;\n top: 1px;\n width: 100%;\n}\n\n\n.vuuProgressCell-bar {\n background-color: var(--salt-measured-fill);\n display: inline-block;\n height: 100%;\n left: 0;\n position: absolute;\n top:0;\n transform: translateX(var(--progress-bar-pct, -100%));\n width: 100%;\n}\n\n.vuuProgressCell-text {\n flex: 35px 0 0;\n text-align: right;\n}", "\n\n.vuuColumnList {\n --vuuMeasuredContainer-flex: 1 1 1px;\n --vuu-svg-function: url('data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 14 14\"><path d=\"M5.8625 10.5V9.625H6.72291L8.4875 7.59792L6.72291 5.54167H5.64375L4.60833 10.8792C4.53055 11.3167 4.36527 11.6545 4.1125 11.8927C3.85972 12.1309 3.53402 12.25 3.13541 12.25C2.7368 12.25 2.40382 12.1333 2.13645 11.9C1.86909 11.6667 1.73541 11.375 1.73541 11.025C1.73541 10.7625 1.80833 10.551 1.95416 10.3906C2.1 10.2302 2.28958 10.15 2.52291 10.15C2.72708 10.15 2.89479 10.2083 3.02604 10.325C3.15729 10.4417 3.22291 10.5972 3.22291 10.7917C3.22291 10.8986 3.20104 10.9983 3.15729 11.0906C3.11354 11.183 3.05277 11.2583 2.975 11.3167C3.01388 11.3361 3.0552 11.3507 3.09895 11.3604C3.1427 11.3701 3.18888 11.375 3.2375 11.375C3.36388 11.375 3.47083 11.3142 3.55833 11.1927C3.64583 11.0712 3.70902 10.9132 3.74791 10.7188L4.75416 5.54167H2.91666V4.66667H4.91458L5.22083 3.12083C5.30833 2.68333 5.48333 2.34549 5.74583 2.10729C6.00833 1.8691 6.33402 1.75 6.72291 1.75C7.12152 1.75 7.44965 1.86667 7.70729 2.1C7.96493 2.33333 8.09375 2.625 8.09375 2.975C8.09375 3.2375 8.02083 3.44896 7.875 3.60938C7.72916 3.76979 7.53958 3.85 7.30625 3.85C7.1118 3.85 6.94652 3.7941 6.81041 3.68229C6.6743 3.57049 6.60625 3.42222 6.60625 3.2375C6.60625 3.14028 6.62569 3.04549 6.66458 2.95312C6.70347 2.86076 6.75208 2.78542 6.81041 2.72708C6.79097 2.70764 6.7618 2.69063 6.72291 2.67604C6.68402 2.66146 6.64513 2.65417 6.60625 2.65417C6.47986 2.65417 6.37048 2.7125 6.27812 2.82917C6.18576 2.94583 6.12013 3.09653 6.08125 3.28125L5.81875 4.66667H8.575V5.54167H7.88958L9.1 6.94167L10.2375 5.54167H9.5375V4.66667H12.25V5.54167H11.4042L9.65416 7.59792L11.4042 9.625H12.25V10.5H9.5375V9.625H10.2375L9.07083 8.26875L7.875 9.625H8.575V10.5H5.8625Z\"/></svg>');\n --vuuList-borderStyle: none;\n --vuuListItem-padding: 0;\n display: flex;\n flex-direction: column;\n width: 252px;\n}\n\n[data-icon=\"function\"]{\n --vuu-icon-svg: var(--vuu-svg-function);\n}\n\n.vuuColumnListItem {\n border-bottom: solid 1px var(--salt-separable-tertiary-borderColor);\n padding: 0 6px 0 0;\n}\n\n.vuuColumnList-switch {\n flex: 0 0 32px;\n}\n\n.vuuColumnList-text {\n flex: 1 1 auto;\n}\n\n.vuuColumnList-text:hover {\n font-weight: 600;\n text-decoration: underline;\n}\n\n.vuuColumnList-checkBox {\n flex: 0 0 20px;\n}\n\n.vuuColumnList-icon {\n --vuu-icon-color: var(--vuu-color-gray-45);\n --vuu-icon-size: 16px;\n --vuu-icon-width: 32px;\n}\n\n.vuuColumnList-header {\n border-top: solid 2px var(--vuu-color-gray-30);\n flex: 0 0 40px;\n font-size: 14px;\n font-weight: 600;\n padding-top: 24px;\n}\n\n.vuuColumnList-colHeadings {\n border-bottom: solid 2px var(--vuu-color-gray-30);\n color: var(--vuu-color-gray-50);\n display: flex;\n flex: 0 0 24px;\n font-size: 10px;\n justify-content: space-between;\n margin-top: 16px;\n padding-bottom: 8px;\n\n}", "\n.vuuColumnExpressionInput {\n --vuuFilterEditor-background: var(--salt-container-primary-background);\n --vuuFilterEditor-color: var(--salt-text-primary-foreground);\n --vuuFilterEditor-fontFamily: var(--salt-typography-fontFamily);\n --vuuFilterEditor-fontSize: var(--salt-text-fontSize);\n --vuuFilterEditor-cursorColor: var(--salt-text-secondary-foreground);\n --vuuFilterEditor-selectionBackground: var(--salt-text-background-selected);\n --vuuFilterEditor-tooltipBackground: var(--salt-container-primary-background);\n --vuuFilterEditor-tooltipBorder: solid 1px var(--vuu-color-purple-10); \n --vuuFilterEditor-tooltipElevation: var(--salt-overlayable-shadow-popout);\n --vuuFilterEditor-suggestion-selectedBackground: var(--vuu-color-gray-10);\n --vuuFilterEditor-suggestion-selectedColor: var(--salt-text-primary-foreground);\n --vuuFilterEditor-suggestion-detailColor: var(--salt-text-secondary-foreground-disabled);\n --vuuFilterEditor-suggestion-height: 24px;\n --vuuFilterEditor-variableColor: var(--vuu-color-purple-10);\n\n align-items: center;\n box-sizing: border-box;\n height: 30px;\n}\n\n.vuuColumnExpressionInput-FilterButton,\n.vuuColumnExpressionInput-ClearButton {\n --vuu-icon-size: 12px;\n --saltButton-width: 28px;\n}\n\n.expression-type-container {\n margin: 0 3px 0 auto;\n color: var(--salt-text-secondary-foreground)\n}\n\n.expression-kind {\n display: inline-block;\n width: 50px;\n}\n\n.expression-type {\n display: inline-block;\n text-align: right;\n width: 50px;\n}\n\n.vuuSuggestion {\n display: flex;\n align-items: center;\n}\n\n.vuuFunctionDoc {\n padding: 13px 7px;\n}\n\n.vuuFunctionDoc .function-heading {\n display: flex;\n gap: 3px;\n}\n\n.vuuFunctionDoc .function-name {\n font-weight: 700;\n text-transform: capitalize;\n}\n\n.vuuFunctionDoc .param-list {\n color: var(--vuu-color-gray-50);\n white-space: pre;\n}\n\n.vuuFunctionDoc .function-type {\n color: var(--vuu-color-gray-50);\n font-weight: 700;\n margin-left: auto;\n text-transform: capitalize;\n}\n\n.vuuFunctionDoc .example-container {\n background-color: var(--vuu-color-gray-03);\n margin: 6px 0;\n padding: 3px;\n}\n\n.vuuFunctionDoc .example-expression {\n color: var(--vuu-color-gray-80);\n font-family: var(--salt-typography-fontFamily-code);\n font-weight: 500;\n padding: 8px;\n}\n\n.vuuFunctionDoc .example-result {\n margin-left: 8px;\n margin-top: 6px;\n}", ".vuuLongColumnFormattingSettings {\n display: flex;\n flex-direction: column;\n gap: 4px;\n padding-top: 6px;\n}\n", ".vuuColumnNameLabel-calculated {\n cursor: pointer;\n display: flex;\n gap: 2px;\n}\n\n.vuuColumnNameLabel-edit {\n margin-left: auto;\n}\n\n.vuuColumnNameLabel-placeholder {\n color: var(--vuu-color-gray-35);\n}", ".vuuColumnSettingsPanel {\n --vuu-svg-align-left: url('data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 16 16\"><path d=\"M9.33333 10H2.66667C2.3 10 2 10.3 2 10.6667C2 11.0333 2.3 11.3333 2.66667 11.3333H9.33333C9.7 11.3333 10 11.0333 10 10.6667C10 10.3 9.7 10 9.33333 10ZM9.33333 4.66667H2.66667C2.3 4.66667 2 4.96667 2 5.33333C2 5.7 2.3 6 2.66667 6H9.33333C9.7 6 10 5.7 10 5.33333C10 4.96667 9.7 4.66667 9.33333 4.66667ZM2.66667 8.66667H13.3333C13.7 8.66667 14 8.36667 14 8C14 7.63333 13.7 7.33333 13.3333 7.33333H2.66667C2.3 7.33333 2 7.63333 2 8C2 8.36667 2.3 8.66667 2.66667 8.66667ZM2.66667 14H13.3333C13.7 14 14 13.7 14 13.3333C14 12.9667 13.7 12.6667 13.3333 12.6667H2.66667C2.3 12.6667 2 12.9667 2 13.3333C2 13.7 2.3 14 2.66667 14ZM2 2.66667C2 3.03333 2.3 3.33333 2.66667 3.33333H13.3333C13.7 3.33333 14 3.03333 14 2.66667C14 2.3 13.7 2 13.3333 2H2.66667C2.3 2 2 2.3 2 2.66667Z\" /></svg>');\n --vuu-svg-align-right: url('data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 16 16\"><path d=\"M2.66667 14H13.3333C13.7 14 14 13.7 14 13.3333C14 12.9667 13.7 12.6667 13.3333 12.6667H2.66667C2.3 12.6667 2 12.9667 2 13.3333C2 13.7 2.3 14 2.66667 14ZM6.66667 11.3333H13.3333C13.7 11.3333 14 11.0333 14 10.6667C14 10.3 13.7 10 13.3333 10H6.66667C6.3 10 6 10.3 6 10.6667C6 11.0333 6.3 11.3333 6.66667 11.3333ZM2.66667 8.66667H13.3333C13.7 8.66667 14 8.36667 14 8C14 7.63333 13.7 7.33333 13.3333 7.33333H2.66667C2.3 7.33333 2 7.63333 2 8C2 8.36667 2.3 8.66667 2.66667 8.66667ZM6.66667 6H13.3333C13.7 6 14 5.7 14 5.33333C14 4.96667 13.7 4.66667 13.3333 4.66667H6.66667C6.3 4.66667 6 4.96667 6 5.33333C6 5.7 6.3 6 6.66667 6ZM2 2.66667C2 3.03333 2.3 3.33333 2.66667 3.33333H13.3333C13.7 3.33333 14 3.03333 14 2.66667C14 2.3 13.7 2 13.3333 2H2.66667C2.3 2 2 2.3 2 2.66667Z\" /></svg>');\n --vuu-svg-pin-left: url('data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 16 16\"><path d=\"M7.33333 9.86V8.66666H13.3333C13.7 8.66666 14 8.36666 14 8C14 7.63333 13.7 7.33333 13.3333 7.33333L7.33333 7.33333V6.14C7.33333 5.84 6.97333 5.69333 6.76667 5.90666L4.90667 7.76666C4.77333 7.89999 4.77333 8.10666 4.90667 8.24L6.76667 10.1C6.97333 10.3067 7.33333 10.16 7.33333 9.86ZM2.66667 13.3333C3.03333 13.3333 3.33333 13.0333 3.33333 12.6667L3.33333 3.33333C3.33333 2.96666 3.03333 2.66666 2.66667 2.66666C2.3 2.66666 2 2.96666 2 3.33333L2 12.6667C2 13.0333 2.3 13.3333 2.66667 13.3333Z\" /></svg>');\n --vuu-svg-pin-float: url('data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 16 16\"><path d=\"M6 4.66667H4.66667V6H6V4.66667ZM6 7.33333H4.66667V8.66667H6V7.33333ZM6 2C5.26 2 4.66667 2.6 4.66667 3.33333H6V2ZM8.66667 10H7.33333V11.3333H8.66667V10ZM12.6667 2V3.33333H14C14 2.6 13.4 2 12.6667 2ZM8.66667 2H7.33333V3.33333H8.66667V2ZM6 11.3333V10H4.66667C4.66667 10.7333 5.26 11.3333 6 11.3333ZM12.6667 8.66667H14V7.33333H12.6667V8.66667ZM12.6667 6H14V4.66667H12.6667V6ZM12.6667 11.3333C13.4 11.3333 14 10.7333 14 10H12.6667V11.3333ZM2.66667 4.66667C2.3 4.66667 2 4.96667 2 5.33333V12.6667C2 13.4 2.6 14 3.33333 14H10.6667C11.0333 14 11.3333 13.7 11.3333 13.3333C11.3333 12.9667 11.0333 12.6667 10.6667 12.6667H4C3.63333 12.6667 3.33333 12.3667 3.33333 12V5.33333C3.33333 4.96667 3.03333 4.66667 2.66667 4.66667ZM10 3.33333H11.3333V2H10V3.33333ZM10 11.3333H11.3333V10H10V11.3333Z\" /></svg>');\n --vuu-svg-pin-right: url('data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 16 16\"><path d=\"M8.66667 6.14V7.33333H2.66667C2.3 7.33333 2 7.63333 2 8C2 8.36666 2.3 8.66666 2.66667 8.66666H8.66667V9.86C8.66667 10.16 9.02667 10.3067 9.23333 10.0933L11.0933 8.23333C11.2267 8.1 11.2267 7.89333 11.0933 7.76L9.23333 5.9C9.02667 5.69333 8.66667 5.84 8.66667 6.14ZM13.3333 13.3333C13.7 13.3333 14 13.0333 14 12.6667V3.33333C14 2.96666 13.7 2.66666 13.3333 2.66666C12.9667 2.66666 12.6667 2.96666 12.6667 3.33333V12.6667C12.6667 13.0333 12.9667 13.3333 13.3333 13.3333Z\"/></svg>');\n --vuuDropdown-height: 24px;\n --vuuDropdown-width: 100%;\n \n \n --vuuIconToggleButton-iconSize: 16px;\n\n display: flex;\n flex-direction: column;\n gap: 24px;\n height: 100%;\n padding-top: 24px;\n}\n\n.vuuColumnSettingsPanel-header {\n border-top: solid 2px var(--vuu-color-gray-30);\n font-size: 14px;\n font-weight: 600;\n padding-top: 24px;\n}\n\n\n.vuuColumnSettingsPanel-buttonBar {\n align-items: center;\n display: flex;\n justify-content: space-between;\n margin-top: auto;\n}\n\n.vuuColumnSettingsPanel-buttonBar[data-align=\"right\"]{\n gap: 6px;\n justify-content: flex-end;\n}\n\n.vuuColumnSettingsPanel-buttonNavPrev {\n --vuu-icon-left: 6px;\n padding-left: 24px\n}\n\n.vuuColumnSettingsPanel-buttonNavNext {\n --vuu-icon-left: calc(100% - 18px);\n padding-right: 24px\n}\n\n\n\n[data-icon='align-left'] {\n --vuu-icon-svg: var(--vuu-svg-align-left);\n }\n\n [data-icon='align-right'] {\n --vuu-icon-svg: var(--vuu-svg-align-right);\n }\n\n [data-icon='pin-left'] {\n --vuu-icon-svg: var(--vuu-svg-pin-left);\n }\n [data-icon='pin-float'] {\n --vuu-icon-svg: var(--vuu-svg-pin-float);\n }\n [data-icon='pin-right'] {\n --vuu-icon-svg: var(--vuu-svg-pin-right);\n }\n\n .vuuColumnSettingsPanel-editing .vuuColumnNameLabel-edit {\n display: none;\n }\n \n\n\n \n \n \n \n \n", ".vuuDatasourceStats {\n color: black;\n display: flex;\n font-size: 10px;\n gap: var(--salt-size-unit);\n padding: 4px 0 0 12px;\n}\n\n.vuuDatasourceStats-label {\n color: var(--vuu-color-gray-50);\n}", ".vuuTableSettingsPanel {\n --vuu-svg-text-strikethrough: url('data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 48 24\"><path d=\"M28.3333 9.33334C28.8867 9.33334 29.3333 8.88668 29.3333 8.33334C29.3333 7.78001 28.8867 7.33334 28.3333 7.33334H20.26L22.26 9.33334H23.48L23.1133 10.1867L24.5067 11.58L25.4733 9.33334H28.3333ZM27.6267 16.5867L18.7467 7.70668C18.4867 7.44668 18.0667 7.44668 17.8067 7.70668C17.5467 7.96668 17.5467 8.38668 17.8067 8.64668L21.98 12.82L20.88 15.38C20.62 15.9933 21.0667 16.6667 21.7267 16.6667C22.0933 16.6667 22.4267 16.4467 22.5733 16.1067L23.38 14.22L26.68 17.52C26.94 17.78 27.36 17.78 27.62 17.52C27.8867 17.2667 27.8867 16.8467 27.6267 16.5867Z\"/></svg>');\n --vuu-svg-text-Tt: url('data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 48 24\"><path d=\"M17.6667 7.66666C17.6667 8.21999 18.1133 8.66666 18.6667 8.66666H21V15.6667C21 16.22 21.4467 16.6667 22 16.6667C22.5533 16.6667 23 16.22 23 15.6667V8.66666H25.3333C25.8867 8.66666 26.3333 8.21999 26.3333 7.66666C26.3333 7.11332 25.8867 6.66666 25.3333 6.66666H18.6667C18.1133 6.66666 17.6667 7.11332 17.6667 7.66666ZM29.3333 9.99999H25.3333C24.78 9.99999 24.3333 10.4467 24.3333 11C24.3333 11.5533 24.78 12 25.3333 12H26.3333V15.6667C26.3333 16.22 26.78 16.6667 27.3333 16.6667C27.8867 16.6667 28.3333 16.22 28.3333 15.6667V12H29.3333C29.8867 12 30.3333 11.5533 30.3333 11C30.3333 10.4467 29.8867 9.99999 29.3333 9.99999Z\" /></svg>');\n --vuu-svg-text-T: url('data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 48 24\"><path d=\"M19.3333 7.66666C19.3333 8.21999 19.78 8.66666 20.3333 8.66666H23V15.6667C23 16.22 23.4467 16.6667 24 16.6667C24.5533 16.6667 25 16.22 25 15.6667V8.66666H27.6667C28.22 8.66666 28.6667 8.21999 28.6667 7.66666C28.6667 7.11332 28.22 6.66666 27.6667 6.66666H20.3333C19.78 6.66666 19.3333 7.11332 19.3333 7.66666Z\"/></svg>');\n --vuu-svg-stripes: url('data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 16 16\"><rect x=\"2\" y=\"2\" width=\"12\" height=\"2\" rx=\"0.3\"/><rect x=\"2\" y=\"5\" width=\"12\" height=\"2\" rx=\"0.3\"/><rect x=\"2\" y=\"8\" width=\"12\" height=\"2\" rx=\"0.3\"/><rect x=\"2\" y=\"11\" width=\"12\" height=\"2\" rx=\"0.3\"/></svg>');\n --vuu-svg-row-lines: url('data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 16 16\"><rect x=\"2\" y=\"3\" width=\"12\" height=\"1\" rx=\"0.3\" /><rect x=\"2\" y=\"6\" width=\"12\" height=\"1\" rx=\"0.3\" /><rect x=\"2\" y=\"9\" width=\"12\" height=\"1\" rx=\"0.3\" /><rect x=\"2\" y=\"12\" width=\"12\" height=\"1\" rx=\"0.3\"/></svg>');\n --vuu-svg-col-lines: url('data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 16 16\"><rect x=\"3\" y=\"14\" width=\"12\" height=\"1\" rx=\"0.3\" transform=\"rotate(-90 3 14)\"/><rect x=\"6\" y=\"14\" width=\"12\" height=\"1\" rx=\"0.3\" transform=\"rotate(-90 6 14)\"/><rect x=\"9\" y=\"14\" width=\"12\" height=\"1\" rx=\"0.3\" transform=\"rotate(-90 9 14)\"/><rect x=\"12\" y=\"14\" width=\"12\" height=\"1\" rx=\"0.3\" transform=\"rotate(-90 12 14)\"/></svg>');\n\n display: flex;\n flex-direction: column;\n gap: 24px;\n height: 100%;\n padding-top: 24px;\n}\n\n\n.vuuTableSettingsPanel [data-icon=\"text-strikethrough\"]{\n --vuu-icon-svg: var(--vuu-svg-text-strikethrough);\n}\n.vuuTableSettingsPanel [data-icon=\"text-Tt\"]{\n --vuu-icon-svg: var(--vuu-svg-text-Tt);\n}\n.vuuTableSettingsPanel [data-icon=\"text-T\"]{\n --vuu-icon-svg: var(--vuu-svg-text-T);\n}\n.vuuTableSettingsPanel [data-icon=\"col-lines\"]{\n --vuu-icon-svg: var(--vuu-svg-col-lines);\n}\n.vuuTableSettingsPanel [data-icon=\"row-lines\"]{\n --vuu-icon-svg: var(--vuu-svg-row-lines);\n}\n.vuuTableSettingsPanel [data-icon=\"row-striping\"]{\n --vuu-icon-svg: var(--vuu-svg-stripes);\n}\n\n.vuuTableSettingsPanel-header {\n border-top: solid 2px var(--vuu-color-gray-30);\n font-size: 14px;\n font-weight: 600;\n padding-top: 24px;\n}\n\n.vuuTableSettingsPanel .vuuColumnList {\n flex-grow: 1;\n flex-shrink: 1;\n flex-basis: 0;\n}\n\n.vuuTableSettingsPanel-calculatedButtonbar {\n --vuu-icon-size: 16px;\n --saltButton-height: 24px;\n --saltButton-width: 24px;\n align-items: center;\n display: flex;\n flex: 0 0 32px;\n gap: 12px;\n}\n\n.vuuGridSeparators {\n --vuuIconToggleButton-iconSize: 16px;\n}\n\n\n\n\n\n"],
5
+ "mappings": ";AAAA,CAAC;AACG,mBAAiB;AACjB,0BAAwB;AACxB,oBAAkB;AAClB,qBAAmB;AACnB,oBAAkB;AAClB,eAAa;AACb,cAAY,IAAI;AAChB,SAAO;AACP,iBAAe;AACf,QAAM,IAAI,0BAA0B,EAAE;AACtC,aAAW;AACX,OAAK;AACL,UAAQ;AACR,WAAS;AACT,UAAQ,IAAI,4BAA4B,EAAE;AAC1C,WAAS,EAAE;AACX,YAAU;AACd;AAEA,CApBC,mBAoBmB;AAChB,oBAAkB,IAAI;AACtB,oBAAkB,IAAI;AACtB,SAAO,IAAI;AAEf;AAEA,CAAC;AACG,UAAQ;AACZ;;;AC5BA,CAAC;AACC,aAAW;AACX,eAAa;AACb,eAAa;AACf;;;ACJA,CAAC;AACC,aAAW;AACX,eAAa;AACb,eAAa;AACf;;;ACLA,CAAC;AACG,oBAAkB,IAAI;AACtB,UAAQ;AACR,UAAQ,IAAI;AACZ,eAAa,IAAI,oBAAoB,EAAE;AACvC,YAAU;AACV,SAAO;AACP,SAAO;AACP,WAAQ;AACZ;AAEA,CAXC,oBAWoB;AACjB,yBAAuB,IAAI;AAC/B;AAEA,CAfC,oBAeoB;AACjB,oBAAkB,IAAI,qBAAqB,EAAE,IAAI;AACjD,UAAO;AACP,WAAS;AACT,YAAU;AACV,OAAK;AACL,SAAO;AACP,UAAQ,IAAI,sBAAsB,EAAE;AACpC,SAAO;AACX;;;ACvBA,CAAC;AACA,iBAAe;AAChB;AAEA,CAAC;AACC,gCAA8B;AAC9B,gBAAc;AACZ,cAAY;AACZ,cAAY,IAAI;AAChB,UAAQ;AACR,UAAQ,IAAI;AAEd;AAGA,CAAC;AACC,eAAa;AACb,WAAS;AACT,OAAK;AACL,UAAQ;AACR,gBAAc;AAChB;AAEA,CAAC;AACC,eAAa;AACb,oBAAkB;AAClB,WAAS;AACT,QAAM,EAAE,EAAE;AACV,UAAQ,KAAK,IAAI,wBAAwB,EAAE;AAC3C,mBAAiB;AACjB,iBAAe;AACf,YAAU;AACZ;AAEA,CAAC;AACC,eAAa;AACb,WAAS;AACT,QAAM,EAAE,EAAE;AACZ;AAEA,CAAC;AACC,qBAAmB;AACnB,oBAAkB;AAClB,UAAQ;AACR,QAAM;AACR;AAEA,CAAC;AACC,yBAAuB,IAAI;AAC3B,0BAAwB,IAAI;AAC5B,yBAAuB;AACzB;AACA,CAAC;AACC,qBAAmB;AACrB;AAEA,CAjCC,2BAiC2B,KAAK,EAAE,CAAC,iBAAiB;AACnD,WAAS,IAAI;AACb,SAAO;AACP,UAAO;AACP,oBAAkB,IAAI;AACtB,qBAAmB;AACnB,mBAAiB;AACnB;;;AChEF,CAAC;AACG,iBAAe;AACnB;AACA,CAAC;AAEG,oBAAkB;AAClB,qBAAmB;AACnB,mBAAiB;AACjB,mBAAiB;AACjB,kBAAgB;AAChB,oBAAkB;AAElB,iBAAe;AACf,UAAQ;AACR,WAAS;AACT,QAAM,EAAE,EAAE;AACV,WAAS;AAET,UAAQ,IAAI,4BAA4B,EAAE;AAC1C,SAAO;AACX;AAEA,CAnBC,mBAmBmB;AAChB,oBAAkB;AAClB,oBAAkB;AACtB;AAEA,CAAC,wBAAwB;AACzB,CADC;AAEG,oBAAkB;AAClB,oBAAkB;AAEtB;AAEA,CAAC;AACG,kBAAgB,IAAI;AACpB,mBAAiB;AACnB;;;ACrCF,CAAC;AACD,CAAC;AACC,gBAAc;AACd,gCAA8B;AAC9B,8BAA4B,EAAE,EAAE;AAEhC,eAAa;AACb,oBAAkB,IAAI,+BAA+B,EAAE;AACvD,iBAAe,IAAI,MAAM;AACzB,sBAAoB,IAAI;AACxB,sBAAoB;AACpB,sBAAoB;AACpB,cAAY;AACZ,UAAQ;AACR,WAAS;AACT,OAAK;AACL,UAAQ,IAAI;AACZ,WAAS,EAAE,KAAK,EAAE;AAClB,YAAU;AACV,kBAAgB;AAClB;AAEE,CAAC;AACC,wBAAsB;AACtB,gCAA8B;AAC9B,gCAA8B,EAAE,IAAI,EAAE;AACtC,sBAAoB;AACpB,mBAAiB;AACjB,WAAS,EAAE,IAAI,EAAE;AACnB;AAGF,CAAC;AACC,QAAM,EAAE,EAAE;AACV,eAAa,KAAK,IAAI,iBAAiB,EAAE;AACzC,YAAU;AACV,iBAAe;AACf,eAAa;AACf;AAEA,CAlBG,yBAkBuB,CARzB;AASC,cAAY;AACd;AAEA,CAAC;AACC,0BAAwB,IAAI;AAC9B;AAEA,CA/CC,kBA+CkB,CAAC;AAClB,gBAAc;AAChB;AAEE,CAnDD,kBAmDoB,CAJD,UAIY,CAAC,UAAU,CAAC,oBAAoB;AAC5D,YAAU,KAAK,IAAI,gBAAgB,EAAE,IAAI;AACzC,aAAW,KAAK,IAAI,aAAa,EAAE;AACnC,aAAW,KAAK,IAAI,UAAU,EAAE;AAChC,eAAa,SACX,GAAG,EAAE,EACL,GAAG,IAAI,EACP,IAAI,IAAI,EACR,IAAI,GAAG,EACP,IAAI,WAAW,GAAG,EAClB,IAAI,WAAW,IAAI,UAAU,EAC7B,IAAI,IAAI,UAAU,EAClB,IAAI,IAAI,EACR,KAAK,IAAI,EACT,KAAK;AAEP,oBAAkB;AAClB,gBAAgB,IAAI;AACpB,gBAAc;AACd,gBAAc,MAAM,MAAM,MAAM;AAEhC,iBAAe;AACf,cAAY,IAAI,IAAI,IAAI,IAAI,KAAK,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE;AAE1C,aAAW,IAAI;AACf,WAAS;AACT,YAAU;AACV,SAAO,IAAI;AACX,OAAI;AACJ,UAAO;AACP,SAAO;AACP,UAAQ,IAAI;AACZ,WAAS;AACb;AAEA,CAtFC,kBAsFkB,CAAC,WAAW,CAnCE,UAmCS,CAnCE,oBAmCmB;AAC7D,YAAU,KAAK,IAAI,gBAAgB,EAAE,IAAI;AACzC,aAAW,KAAK,IAAI,aAAa,EAAE;AACnC,aAAW,KAAK,IAAI,UAAU,EAAE;AAChC,eAAa,SACX,KAAK,EAAE,EACP,KAAK,IAAI,EACT,IAAI,IAAI,EACR,IAAI,GAAG,EACP,IAAI,WAAW,GAAG,EAClB,IAAI,WAAW,IAAI,UAAU,EAC7B,IAAI,IAAI,UAAU,EAClB,IAAI,IAAI,EACR,KAAK,IAAI,EACT,KAAK;AAEP,oBAAkB;AAClB,gBAAc;AACd,gBAAc;AACd,gBAAc,MAAM,MAAM,MAAM;AAEhC,iBAAe;AACf,cAAY,KAAK,IAAI,IAAI,IAAI,KAAK,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE;AAE3C,aAAW,IAAI;AACf,WAAS;AACT,YAAU;AACV,SAAO,IAAI;AACX,OAAI;AACJ,UAAO;AACP,SAAO;AACP,UAAQ,IAAI;AACZ,WAAS;AACX;AAEA,CAzHC,kBAyHkB,CAAC;AAChB,WAAS;AACb;AAEA,CAAC;AACC,cAAY,IAAI;AAChB,gBAAc,IAAI;AAClB,gBAAc,MAAM,MAAM,MAAM;AAChC,gBAAc;AACd,SAAO,IAAI;AACX,WAAS;AACT,UAAQ,IAAI;AACZ,WAAS;AACX;;;ACvIA,CAAC;AACC,sBAAoB,IAAI;AACxB,sBAAoB;AACpB,sBAAoB;AACpB,WAAS;AACT,UAAQ;AACR,YAAS;AACT,WAAS,IAAI,sBAAsB,EAAE,EAAE,KAAK,EAAE;AAC9C,iBAAe;AACf,kBAAgB;AAClB;AAEA,CAAC;AACG,cAAY;AAChB;AAEA,CAAC;AACG,WAAS;AACT,eAAa;AACb,kBAAgB;AAChB,eAAa;AACb,iBAAe;AACnB;AAEA,CAxBC,YAwBY;AACT,WAAS,IAAI,sBAAsB,EAAE,MAAM,IAAI,uBAAuB;AACtE,kBAAgB;AAEhB,cAAY,MAAM,EAAE,EAAE,EAAE,IAAI,sBAAsB;AAClD,iBAAe;AACnB;AAEA,CAAC,qBAAqB,CAhCrB,YAgCkC,KAAK,CAhBvC,sBAgB8D;AAC7D,WAAS,IAAI,sBAAsB,EAAE,MAAM,IAAI,uBAAuB;AACtE,kBAAgB;AAElB;AACA,CArBC,qBAqBqB;AACpB,WAAS;AACX;;;ACvCA,CAAC;AACG,6BAA2B;AAC3B,eAAa;AACb,sBAAoB,IAAI,+BAA+B,EAAE,IAAI;AAC7D,sBAAoB;AACpB,sBAAoB;AAEpB,UAAQ;AACR,WAAS;AACT,UAAQ,IAAI;AACZ,eAAa;AACjB;AAEA,CAAC;AACG,qBAAmB;AACnB,mBAAiB;AACjB,oBAAkB;AAClB,gBAAc;AACd,cAAY,UAAU;AACtB,aAAW,IAAI;AAEnB;AAEA,CAAC;AACG,SAAO,IAAI;AACb;;;ACzBF,CAAC;AACC,cAAY,IAAI,gBAAgB,CAAC;AAC/B,iBAAe,IAAI,MAAM,IAAI;AAC7B,cAAY;AACZ,UAAQ,IAAI;AACZ,eAAa,KAAK,IAAI,cAAc,EAAE;AACtC,YAAU;AACV,OAAI;AACJ,eAAa;AACb;AAEA,CAAC;AACC,oBAAkB,IAAI;AACxB;AAEA,CAAC;AACC,oBAAkB,IAAI;AACxB;AAGA,CAAC;AACD,CAAC;AAEC,oBAAkB,IAAI,GAAG,EAAC,GAAG,EAAC;AAChC;AAEA,CAAC;AACG,yCAAuC,IAAI,EAAE,EAAE;AAC/C,0CAAwC,EAAE,IAAI,EAAE;AAChD,iBAAe,IAAI,IAAI,EAAE;AAC3B;AAEA,CAXD;AAYG,yCAAuC,EAAE,EAAE,EAAE;AAC7C,0CAAwC,EAAE,EAAE,IAAI;AAChD,iBAAe,EAAE,EAAE,IAAI;AACzB;AAEA,CAZD,yBAY2B,CAjB3B;AAkBG,yCAAuC,IAAI,EAAE,EAAE;AAC/C,0CAAwC,EAAE,IAAI,IAAI;AAClD,iBAAe,IAAI,IAAI,IAAI;AAE7B;AAEF,CAnBC,yBAmByB;AACtB,WAAS;AACT,YAAU;AACV,OAAI;AACJ,QAAM;AACN,UAAQ;AACR,oBAAkB,IAAI;AACtB,SAAO,KAAK,IAAI,iBAAiB,EAAE;AACnC,WAAS;AACX;AAEF,CAnCC;AAoCG,uBAAqB,IAAI;AAC3B;AAEA,CAAC;AACC,oBAAkB,IAAI,4BAA4B,EAAE;AACpD,WAAS;AACT,YAAU;AACV,UAAQ,IAAI;AACZ,SAAO;AACP,WAAS;AACX;AAEA,CATC,8BAS8B,CAAC;AAC9B,QAAK;AACL,YAAU;AACZ;AAEA,CAdC,8BAc8B,CAAC;AAC9B,SAAM;AACN,YAAU;AACZ;AAEA,CA3DD;AA4DG,gCAA8B,IAAI;AAEpC;AAEA,CA1DD;AA2DG,gCAA8B;AAChC;AAEA,CAnED;AAoEG,gCAA8B;AAChC;AAEA,CAlED,yBAkE2B,CAvE3B;AAyEC;AAEA,CAtED,0BAsE4B,CApC1B,8BAoCyD;AAC1D,CA5ED,wBA4E0B,CArCxB,8BAqCuD;AACtD,WAAS;AACT,OAAO;AAAP,SAAO;AAAP,UAAO;AAAP,QAAO;AACP,YAAU;AACV,oBAAkB,IAAI;AACxB;AAGA,CA7CC,8BA6C8B,CApCC,aAoCa;AAC3C,iBAAe,IAAI,qCAAqC,EAAE;AAC5D;AAEA,CAjDC,8BAiD8B,CAnCC,cAmCc;AAC5C,iBAAe,IAAI,sCAAsC,EAAE;AAC7D;AAEA,CAAC;AACC,2BAAyB,OAAO;AAClC;AAEA,CAAC,aAAa,CArHnB;AAsHO,sBAAoB;AACpB,gCAA8B;AAC9B,aAAW;AACX,WAAS;AACX;;;AC1HN,CAAC;AACC,iCAA+B;AAC/B,kBAAgB,IAAI;AACpB,iBAAe,IAAI;AACnB,4CAA0C;AAC1C,yBAAuB;AACvB,oBAAkB;AAClB,sBAAoB;AACpB,qBAAmB,IAAI;AACvB,sBAAoB,IAAI;AAExB,eAAa,IAAI,qBAAqB,CAAC,IAAI,4BAA4B,EAAE;AACzE,aAAW,IAAI,mBAAmB,CAAC,IAAI,oBAAoB,EAAE;AAC7D,YAAU;AACV,eAAa;AACf;AAEA,CAAC;AACC,yBAAuB,IAAI;AAC7B;AAEA,CAAC;AACC,sBAAoB,IAAI;AAC1B;AAEA,CAAC;AACC,qBAAmB,IAAI;AACzB;AAEA,CAAC,mBAAmB,CAAC,WAAW;AAC9B,oBAAkB,IAAI;AACxB;AAEA,CAAC;AACC,0BAAwB;AACxB,iBAAe;AACf,cAAY;AACZ,eAAa,MAAM,IAAI,IAAI;AAI3B,UAAQ,IAAI;AACZ,QAAM;AACN,YAAU;AACV,YAAU;AACV,OAAK,IAAI;AACT,SAAO,IAAI;AACb;AAGA,CAjBC,2BAiB2B;AAC1B,UAAQ;AACR,SAAO;AACT;AAEA,CAtBC,2BAsB2B,mBAAmB;AAC7C,UAAQ;AACV;AAGA,CA3BC,2BA2B2B;AAC1B,oBAAkB;AACpB;AACA,CA9BC,2BA8B2B;AAC1B,mBAAiB;AACjB,iBAAe;AACf,UAAQ,IAAI,MAAM,KAAK,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE;AAChC,oBAAkB,IAAI;AACxB;AAEA,CAAC;AACC,UAAQ,KAAK,IAAI,kBAAkB,EAAE,IAAI;AACzC,YAAU;AACV,SAAO,IAAI;AACb;AAEA,CAAC;AACC,oBAAkB,IAAI;AACtB,UAAQ,KAAK,IAAI,gBAAgB,EAAE,IAAI;AACvC,YAAU;AACV,YAAU;AACV,uBAAqB;AACrB,SAAO,KAAK,IAAI,eAAe,EAAE,IAAI;AACvC;AAEA,CATC,yBASyB;AACxB,WAAS;AACX;AAGA,CAAC;AACC,YAAU;AACV,OAAK;AACL,QAAM;AACN,gBAAc;AACd,SAAO,IAAI;AACX,UAAQ;AACR,UAAQ;AACR,oBAAkB;AAClB,mBAAiB;AACjB,kBAAgB;AAClB;AAEA,CAAC;AACC,UAAQ,IAAI;AACZ,YAAU;AACZ;AAEA,CAAC;AAAY,CAAC;AACZ,oBAAkB;AAClB,YAAU;AACV,WAAS;AACX;AAEA,CAAC;AACC,oBAAkB;AAClB,WAAS,EAAE,IAAI,wCAAwC,EAAE;AAEvD,YAAU;AACV,OAAK;AAEL,WAAS;AACb;AAEE,CAAC;AACC,oBAAkB,IAAI;AACtB,eAAa;AACf;AAGA,CAAC;AACC,oBAAkB;AAClB,UAAQ;AACR,UAAQ;AACV;AAEA,CAAC;AACC,mBAAiB;AACjB,mCAAiC,IAAI;AACvC;AACF,CAJG;AAKD,gBAAc;AAChB;;;AC7IA,CAAC,iBAAiB,CAAC;AACf,+BAA6B;AAC7B,sBAAoB;AACpB,yBAAuB;AACvB,iBAAe;AACf,eAAa;AACjB;AAEA,CAAC,YAAY,OAAO,CARnB,iBAQqC,CARnB;AASnB,CATC,iBASiB,CATC,iBASiB,CAAC;AACjC,UAAQ,MAAM,IAAI,IAAI;AACtB,WAAS,EAAE;AACf;AAEA,CAAC;AACG,qBAAmB;AACnB,mBAAiB;AACjB,oBAAkB;AAClB,iBAAe;AACnB;AAEA,CAbC,YAaY,OAAO,CArBnB,iBAqBqC,CArBnB,iBAqBqC,CAAC;AACzD,CAtBC,iBAsBiB,CAtBC,iBAsBiB,CAbC,iBAaiB,CADG;AAErD,UAAQ,MAAM,IAAI,IAAI;AAC1B;AAGA,CANyD,uBAMjC,CA3BL;AA4Bf,UAAQ,MAAM,IAAI,IAAI;AAC1B;;;AC7BA,CAAC;AACG,6BAA2B;AAC3B,uBAAqB;AACrB,eAAa;AACb,YAAU;AACV,OAAK;AACT;AACA,CAAC;AACG,yBAAuB;AAC3B;AACA,CAVC,kBAUkB,CAAC;AAChB,oBAAkB,IAAI;AAC1B;AAEA,CAdC,kBAckB,CAAC;AAChB,oBAAkB,IAAI;AAE1B;AAEA,CAAC,aAAa,CAnBb,kBAmBgC;AAE7B,UAAQ,MAAM,IAAI,IAAI;AACtB,SAAO;AACP,UAAQ;AACR,OAAK;AACT;;;ACzBA,CAAC;AACC,mCAAiC;AACjC,SAAO,IAAI,yBAAyB,EAAE,IAAI;AAC1C,iBAAe,IAAI;AACnB,YAAU;AACV,WAAS;AACX;AAEA,CAAC;AACD,CAAC;AACC,gBAAc;AAChB;AAEA,CAAC;AACC,oBAAkB,IAAI;AACtB,YAAU;AACV,QAAM;AACN,SAAO;AACP,OAAK;AACL,UAAQ;AACR,WAAS;AACX;AAEA,CAVC;AAWC,cAAY;AACd;AACA,CAbC,wBAawB,EAAE,CAAC;AAC1B,gBAAc;AAChB;AAEA,CAAC,MAAM,CAjBN;AAkBC,cAAY;AACd;AACA,CAHC,MAGM,CApBN,wBAoB+B,EAAE,CAPN;AAQ1B,iBAAe;AACjB;AAEA,CA5BC,4BA4B4B,EAAE,CAxB9B;AAyBC,oBAAkB;AACpB;AAEA,CAAC,gCAAgC,CAAC;AAClC,CAlCC,iCAkCiC,CADA;AAEhC,sBAAoB,IAAI;AACxB,kBAAgB;AAClB;AAEA,CANC,gCAMgC,CAAC;AAClC,CAxCC,iCAwCiC,CADA;AAEhC,sBAAoB,IAAI;AACxB,kBAAgB;AAClB;AAEA,CAZC,gCAYgC,CAAC;AAClC,CA9CC,iCA8CiC,CADA;AAEhC,sBAAoB,IAAI;AACxB,kBAAgB;AAClB;AAEA,CAlBC,gCAkBgC,CAAC;AAClC,CApDC,iCAoDiC,CADA;AAEhC,sBAAoB,IAAI;AACxB,kBAAgB;AAClB;AAEA,CAxBkC,GAwB9B,CAxDH,4BAwDgC,EAAE,CApDlC;AAqDC,sBAAoB;AACpB,kBAAgB;AAClB;AAEA,CAvBkC,GAuB9B,CA7DH,4BA6DgC,EAAE,CAzDlC;AA0DC,sBAAoB;AACpB,kBAAgB;AAClB;AAEA,CAtBkC,KAsB5B,CAlEL,4BAkEkC,EAAE,CA9DpC;AA+DC,sBAAoB;AACpB,kBAAgB;AAClB;AAEA,CArBkC,KAqB5B,CAvEL,4BAuEkC,EAAE,CAnEpC;AAoEC,sBAAoB;AACpB,kBAAgB;AAClB;AAEA,CA5CkC,GA4C9B,CA7EH,kCA6EsC,EAAE,CAxExC;AAyEC,sBAAoB;AACpB,kBAAgB;AAClB;AAEA,CA3CkC,GA2C9B,CAlFH,kCAkFsC,EAAE,CA7ExC;AA8EC,sBAAoB;AACpB,kBAAgB;AAClB;AAEA,CA1CkC,KA0C5B,CAvFL,kCAuFwC,EAAE,CAlF1C;AAmFC,sBAAoB;AACpB,kBAAgB;AAClB;AAEA,CAzCkC,KAyC5B,CA5FL,kCA4FwC,EAAE,CAvF1C;AAwFC,sBAAoB;AACpB,kBAAgB;AAClB;;;ACvGA,WAAW;AACP;AACE,sBAAkB,IAAI;AACtB,WAAO;AACT;AAEA;AACE,WAAO;AACT;AACA;AACE,WAAO,IAAI;AACb;AAEA;AACE,sBAAkB;AAClB,WAAO,IAAI;AACb;AACF;AAEA,WAAW;AACT;AACE,sBAAkB,IAAI;AACtB,WAAO;AACT;AAEA;AACE,WAAO;AACT;AACA;AACE,WAAO,IAAI;AACb;AAEA;AACE,sBAAkB;AAClB,WAAO,IAAI;AACb;AACF;AAEA,WAAW;AACT;AACE,sBAAkB,IAAI;AACtB,WAAO;AACT;AACA;AACE,WAAO;AACT;AACA;AACE,WAAO,IAAI;AACb;AACA;AACE,sBAAkB;AAClB,WAAO,IAAI;AACb;AACF;AAEA,WAAW;AACT;AACE,sBAAkB,IAAI;AACtB,WAAO;AACT;AACA;AACE,WAAO;AACT;AACA;AACE,WAAO,IAAI;AACb;AACA;AACE,sBAAkB;AAClB,WAAO,IAAI;AACb;AACF;AAEA,WAAW;AACT;AACE,WAAO,IAAI;AACb;AACA;AACE,WAAO;AACT;AACF;AAEA,WAAW;AACT;AACE,WAAO,IAAI;AACb;AACA;AACE,WAAO;AACT;AACF;AAEA,WAAW;AACT;AACE,WAAO,IAAI;AACb;AACA;AACE,WAAO;AACT;AACF;AAEA,WAAW;AACT;AACE,WAAO,IAAI;AACb;AACA;AACE,WAAO;AACT;AACF;AAEA,WAAW;AACT;AACE,WAAO,IAAI;AACX,sBAAkB,IAAI;AACxB;AACA;AACE,WAAO,IAAI;AACX,sBAAkB;AACpB;AACA;AACE,WAAO;AACP,sBAAkB;AACpB;AACF;AAEA,WAAW;AACT;AACE,WAAO,IAAI;AACX,sBAAkB,IAAI;AACxB;AACA;AACE,WAAO,IAAI;AACX,sBAAkB;AACpB;AACA;AACE,WAAO;AACP,sBAAkB;AACpB;A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",
6
6
  "names": []
7
7
  }
package/package.json CHANGED
@@ -1,21 +1,21 @@
1
1
  {
2
2
  "name": "@vuu-ui/vuu-table-extras",
3
- "version": "0.8.21",
3
+ "version": "0.8.22-debug",
4
4
  "author": "heswell",
5
5
  "license": "Apache-2.0",
6
6
  "devDependencies": {
7
- "@vuu-ui/vuu-filter-types": "0.8.21",
8
- "@vuu-ui/vuu-protocol-types": "0.8.21"
7
+ "@vuu-ui/vuu-filter-types": "0.8.22-debug",
8
+ "@vuu-ui/vuu-protocol-types": "0.8.22-debug"
9
9
  },
10
10
  "dependencies": {
11
- "@vuu-ui/vuu-codemirror": "0.8.21",
12
- "@vuu-ui/vuu-data-react": "0.8.21",
13
- "@vuu-ui/vuu-data-types": "0.8.21",
14
- "@vuu-ui/vuu-table-types": "0.8.21",
15
- "@vuu-ui/vuu-layout": "0.8.21",
16
- "@vuu-ui/vuu-popups": "0.8.21",
17
- "@vuu-ui/vuu-utils": "0.8.21",
18
- "@vuu-ui/vuu-ui-controls": "0.8.21",
11
+ "@vuu-ui/vuu-codemirror": "0.8.22-debug",
12
+ "@vuu-ui/vuu-data-react": "0.8.22-debug",
13
+ "@vuu-ui/vuu-data-types": "0.8.22-debug",
14
+ "@vuu-ui/vuu-table-types": "0.8.22-debug",
15
+ "@vuu-ui/vuu-layout": "0.8.22-debug",
16
+ "@vuu-ui/vuu-popups": "0.8.22-debug",
17
+ "@vuu-ui/vuu-utils": "0.8.22-debug",
18
+ "@vuu-ui/vuu-ui-controls": "0.8.22-debug",
19
19
  "@lezer/lr": "1.3.4",
20
20
  "@salt-ds/core": "1.13.2"
21
21
  },
package/LICENSE DELETED
@@ -1,201 +0,0 @@
1
- Apache License
2
- Version 2.0, January 2004
3
- http://www.apache.org/licenses/
4
-
5
- TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
6
-
7
- 1. Definitions.
8
-
9
- "License" shall mean the terms and conditions for use, reproduction,
10
- and distribution as defined by Sections 1 through 9 of this document.
11
-
12
- "Licensor" shall mean the copyright owner or entity authorized by
13
- the copyright owner that is granting the License.
14
-
15
- "Legal Entity" shall mean the union of the acting entity and all
16
- other entities that control, are controlled by, or are under common
17
- control with that entity. For the purposes of this definition,
18
- "control" means (i) the power, direct or indirect, to cause the
19
- direction or management of such entity, whether by contract or
20
- otherwise, or (ii) ownership of fifty percent (50%) or more of the
21
- outstanding shares, or (iii) beneficial ownership of such entity.
22
-
23
- "You" (or "Your") shall mean an individual or Legal Entity
24
- exercising permissions granted by this License.
25
-
26
- "Source" form shall mean the preferred form for making modifications,
27
- including but not limited to software source code, documentation
28
- source, and configuration files.
29
-
30
- "Object" form shall mean any form resulting from mechanical
31
- transformation or translation of a Source form, including but
32
- not limited to compiled object code, generated documentation,
33
- and conversions to other media types.
34
-
35
- "Work" shall mean the work of authorship, whether in Source or
36
- Object form, made available under the License, as indicated by a
37
- copyright notice that is included in or attached to the work
38
- (an example is provided in the Appendix below).
39
-
40
- "Derivative Works" shall mean any work, whether in Source or Object
41
- form, that is based on (or derived from) the Work and for which the
42
- editorial revisions, annotations, elaborations, or other modifications
43
- represent, as a whole, an original work of authorship. For the purposes
44
- of this License, Derivative Works shall not include works that remain
45
- separable from, or merely link (or bind by name) to the interfaces of,
46
- the Work and Derivative Works thereof.
47
-
48
- "Contribution" shall mean any work of authorship, including
49
- the original version of the Work and any modifications or additions
50
- to that Work or Derivative Works thereof, that is intentionally
51
- submitted to Licensor for inclusion in the Work by the copyright owner
52
- or by an individual or Legal Entity authorized to submit on behalf of
53
- the copyright owner. For the purposes of this definition, "submitted"
54
- means any form of electronic, verbal, or written communication sent
55
- to the Licensor or its representatives, including but not limited to
56
- communication on electronic mailing lists, source code control systems,
57
- and issue tracking systems that are managed by, or on behalf of, the
58
- Licensor for the purpose of discussing and improving the Work, but
59
- excluding communication that is conspicuously marked or otherwise
60
- designated in writing by the copyright owner as "Not a Contribution."
61
-
62
- "Contributor" shall mean Licensor and any individual or Legal Entity
63
- on behalf of whom a Contribution has been received by Licensor and
64
- subsequently incorporated within the Work.
65
-
66
- 2. Grant of Copyright License. Subject to the terms and conditions of
67
- this License, each Contributor hereby grants to You a perpetual,
68
- worldwide, non-exclusive, no-charge, royalty-free, irrevocable
69
- copyright license to reproduce, prepare Derivative Works of,
70
- publicly display, publicly perform, sublicense, and distribute the
71
- Work and such Derivative Works in Source or Object form.
72
-
73
- 3. Grant of Patent License. Subject to the terms and conditions of
74
- this License, each Contributor hereby grants to You a perpetual,
75
- worldwide, non-exclusive, no-charge, royalty-free, irrevocable
76
- (except as stated in this section) patent license to make, have made,
77
- use, offer to sell, sell, import, and otherwise transfer the Work,
78
- where such license applies only to those patent claims licensable
79
- by such Contributor that are necessarily infringed by their
80
- Contribution(s) alone or by combination of their Contribution(s)
81
- with the Work to which such Contribution(s) was submitted. If You
82
- institute patent litigation against any entity (including a
83
- cross-claim or counterclaim in a lawsuit) alleging that the Work
84
- or a Contribution incorporated within the Work constitutes direct
85
- or contributory patent infringement, then any patent licenses
86
- granted to You under this License for that Work shall terminate
87
- as of the date such litigation is filed.
88
-
89
- 4. Redistribution. You may reproduce and distribute copies of the
90
- Work or Derivative Works thereof in any medium, with or without
91
- modifications, and in Source or Object form, provided that You
92
- meet the following conditions:
93
-
94
- (a) You must give any other recipients of the Work or
95
- Derivative Works a copy of this License; and
96
-
97
- (b) You must cause any modified files to carry prominent notices
98
- stating that You changed the files; and
99
-
100
- (c) You must retain, in the Source form of any Derivative Works
101
- that You distribute, all copyright, patent, trademark, and
102
- attribution notices from the Source form of the Work,
103
- excluding those notices that do not pertain to any part of
104
- the Derivative Works; and
105
-
106
- (d) If the Work includes a "NOTICE" text file as part of its
107
- distribution, then any Derivative Works that You distribute must
108
- include a readable copy of the attribution notices contained
109
- within such NOTICE file, excluding those notices that do not
110
- pertain to any part of the Derivative Works, in at least one
111
- of the following places: within a NOTICE text file distributed
112
- as part of the Derivative Works; within the Source form or
113
- documentation, if provided along with the Derivative Works; or,
114
- within a display generated by the Derivative Works, if and
115
- wherever such third-party notices normally appear. The contents
116
- of the NOTICE file are for informational purposes only and
117
- do not modify the License. You may add Your own attribution
118
- notices within Derivative Works that You distribute, alongside
119
- or as an addendum to the NOTICE text from the Work, provided
120
- that such additional attribution notices cannot be construed
121
- as modifying the License.
122
-
123
- You may add Your own copyright statement to Your modifications and
124
- may provide additional or different license terms and conditions
125
- for use, reproduction, or distribution of Your modifications, or
126
- for any such Derivative Works as a whole, provided Your use,
127
- reproduction, and distribution of the Work otherwise complies with
128
- the conditions stated in this License.
129
-
130
- 5. Submission of Contributions. Unless You explicitly state otherwise,
131
- any Contribution intentionally submitted for inclusion in the Work
132
- by You to the Licensor shall be under the terms and conditions of
133
- this License, without any additional terms or conditions.
134
- Notwithstanding the above, nothing herein shall supersede or modify
135
- the terms of any separate license agreement you may have executed
136
- with Licensor regarding such Contributions.
137
-
138
- 6. Trademarks. This License does not grant permission to use the trade
139
- names, trademarks, service marks, or product names of the Licensor,
140
- except as required for reasonable and customary use in describing the
141
- origin of the Work and reproducing the content of the NOTICE file.
142
-
143
- 7. Disclaimer of Warranty. Unless required by applicable law or
144
- agreed to in writing, Licensor provides the Work (and each
145
- Contributor provides its Contributions) on an "AS IS" BASIS,
146
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
147
- implied, including, without limitation, any warranties or conditions
148
- of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
149
- PARTICULAR PURPOSE. You are solely responsible for determining the
150
- appropriateness of using or redistributing the Work and assume any
151
- risks associated with Your exercise of permissions under this License.
152
-
153
- 8. Limitation of Liability. In no event and under no legal theory,
154
- whether in tort (including negligence), contract, or otherwise,
155
- unless required by applicable law (such as deliberate and grossly
156
- negligent acts) or agreed to in writing, shall any Contributor be
157
- liable to You for damages, including any direct, indirect, special,
158
- incidental, or consequential damages of any character arising as a
159
- result of this License or out of the use or inability to use the
160
- Work (including but not limited to damages for loss of goodwill,
161
- work stoppage, computer failure or malfunction, or any and all
162
- other commercial damages or losses), even if such Contributor
163
- has been advised of the possibility of such damages.
164
-
165
- 9. Accepting Warranty or Additional Liability. While redistributing
166
- the Work or Derivative Works thereof, You may choose to offer,
167
- and charge a fee for, acceptance of support, warranty, indemnity,
168
- or other liability obligations and/or rights consistent with this
169
- License. However, in accepting such obligations, You may act only
170
- on Your own behalf and on Your sole responsibility, not on behalf
171
- of any other Contributor, and only if You agree to indemnify,
172
- defend, and hold each Contributor harmless for any liability
173
- incurred by, or claims asserted against, such Contributor by reason
174
- of your accepting any such warranty or additional liability.
175
-
176
- END OF TERMS AND CONDITIONS
177
-
178
- APPENDIX: How to apply the Apache License to your work.
179
-
180
- To apply the Apache License to your work, attach the following
181
- boilerplate notice, with the fields enclosed by brackets "[]"
182
- replaced with your own identifying information. (Don't include
183
- the brackets!) The text should be enclosed in the appropriate
184
- comment syntax for the file format. We also recommend that a
185
- file or class name and description of purpose be included on the
186
- same "printed page" as the copyright notice for easier
187
- identification within third-party archives.
188
-
189
- Copyright 2015 UBS
190
-
191
- Licensed under the Apache License, Version 2.0 (the "License");
192
- you may not use this file except in compliance with the License.
193
- You may obtain a copy of the License at
194
-
195
- http://www.apache.org/licenses/LICENSE-2.0
196
-
197
- Unless required by applicable law or agreed to in writing, software
198
- distributed under the License is distributed on an "AS IS" BASIS,
199
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
200
- See the License for the specific language governing permissions and
201
- limitations under the License.