@vuu-ui/vuu-table-extras 0.8.7-debug → 0.8.8-debug

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (85) hide show
  1. package/cjs/index.js +1034 -654
  2. package/cjs/index.js.map +4 -4
  3. package/esm/index.js +1160 -671
  4. package/esm/index.js.map +4 -4
  5. package/index.css +813 -107
  6. package/index.css.map +3 -3
  7. package/package.json +13 -13
  8. package/types/vuu-data/src/array-data-source/array-data-source.d.ts +65 -0
  9. package/types/vuu-data/src/array-data-source/group-utils.d.ts +10 -0
  10. package/types/vuu-data/src/array-data-source/sort-utils.d.ts +4 -0
  11. package/types/vuu-data/src/authenticate.d.ts +1 -0
  12. package/types/vuu-data/src/connection-manager.d.ts +46 -0
  13. package/types/vuu-data/src/connectionTypes.d.ts +5 -0
  14. package/types/vuu-data/src/constants.d.ts +41 -0
  15. package/types/vuu-data/src/data-source.d.ts +172 -0
  16. package/types/vuu-data/src/index.d.ts +10 -0
  17. package/types/vuu-data/src/inlined-worker.d.ts +1 -0
  18. package/types/vuu-data/src/json-data-source.d.ts +53 -0
  19. package/types/vuu-data/src/message-utils.d.ts +26 -0
  20. package/types/vuu-data/src/remote-data-source.d.ts +56 -0
  21. package/types/vuu-data/src/server-proxy/messages.d.ts +43 -0
  22. package/types/vuu-data/src/vuuUIMessageTypes.d.ts +202 -0
  23. package/types/vuu-data/src/websocket-connection.d.ts +25 -0
  24. package/types/vuu-table-extras/src/column-list/ColumnList.d.ts +12 -0
  25. package/types/vuu-table-extras/src/column-list/index.d.ts +1 -0
  26. package/types/{index.d.ts → vuu-table-extras/src/index.d.ts} +1 -0
  27. package/types/vuu-table-extras/src/table-settings/TableSettingsPanel.d.ts +15 -0
  28. package/types/vuu-table-extras/src/table-settings/index.d.ts +2 -0
  29. package/types/vuu-table-extras/src/table-settings/useTableSettings.d.ts +14 -0
  30. package/types/table-settings/column-picker/ColumnListItem.d.ts +0 -4
  31. package/types/table-settings/column-picker/ColumnPicker.d.ts +0 -13
  32. package/types/table-settings/column-picker/index.d.ts +0 -1
  33. /package/types/{cell-renderers → vuu-table-extras/src/cell-renderers}/background-cell/BackgroundCell.d.ts +0 -0
  34. /package/types/{cell-renderers → vuu-table-extras/src/cell-renderers}/background-cell/index.d.ts +0 -0
  35. /package/types/{cell-renderers → vuu-table-extras/src/cell-renderers}/background-cell/useDirection.d.ts +0 -0
  36. /package/types/{cell-renderers → vuu-table-extras/src/cell-renderers}/index.d.ts +0 -0
  37. /package/types/{cell-renderers → vuu-table-extras/src/cell-renderers}/progress-cell/ProgressCell.d.ts +0 -0
  38. /package/types/{cell-renderers → vuu-table-extras/src/cell-renderers}/progress-cell/index.d.ts +0 -0
  39. /package/types/{column-expression-input → vuu-table-extras/src/column-expression-input}/ColumnExpressionInput.d.ts +0 -0
  40. /package/types/{column-expression-input → vuu-table-extras/src/column-expression-input}/column-function-descriptors.d.ts +0 -0
  41. /package/types/{column-expression-input → vuu-table-extras/src/column-expression-input}/column-language-parser/ColumnExpressionLanguage.d.ts +0 -0
  42. /package/types/{column-expression-input → vuu-table-extras/src/column-expression-input}/column-language-parser/ColumnExpressionTreeWalker.d.ts +0 -0
  43. /package/types/{column-expression-input → vuu-table-extras/src/column-expression-input}/column-language-parser/column-expression-parse-utils.d.ts +0 -0
  44. /package/types/{column-expression-input → vuu-table-extras/src/column-expression-input}/column-language-parser/generated/column-parser.d.ts +0 -0
  45. /package/types/{column-expression-input → vuu-table-extras/src/column-expression-input}/column-language-parser/generated/column-parser.terms.d.ts +0 -0
  46. /package/types/{column-expression-input → vuu-table-extras/src/column-expression-input}/column-language-parser/index.d.ts +0 -0
  47. /package/types/{column-expression-input → vuu-table-extras/src/column-expression-input}/column-language-parser/test.d.mts +0 -0
  48. /package/types/{column-expression-input → vuu-table-extras/src/column-expression-input}/functionDocInfo.d.ts +0 -0
  49. /package/types/{column-expression-input → vuu-table-extras/src/column-expression-input}/highlighting.d.ts +0 -0
  50. /package/types/{column-expression-input → vuu-table-extras/src/column-expression-input}/index.d.ts +0 -0
  51. /package/types/{column-expression-input → vuu-table-extras/src/column-expression-input}/theme.d.ts +0 -0
  52. /package/types/{column-expression-input → vuu-table-extras/src/column-expression-input}/useColumnAutoComplete.d.ts +0 -0
  53. /package/types/{column-expression-input → vuu-table-extras/src/column-expression-input}/useColumnExpressionEditor.d.ts +0 -0
  54. /package/types/{column-expression-input → vuu-table-extras/src/column-expression-input}/useColumnExpressionSuggestionProvider.d.ts +0 -0
  55. /package/types/{datagrid-configuration-ui → vuu-table-extras/src/datagrid-configuration-ui}/calculated-column-panel/CalculatedColumnPanel.d.ts +0 -0
  56. /package/types/{datagrid-configuration-ui → vuu-table-extras/src/datagrid-configuration-ui}/calculated-column-panel/index.d.ts +0 -0
  57. /package/types/{datagrid-configuration-ui → vuu-table-extras/src/datagrid-configuration-ui}/column-picker/ColumnListItem.d.ts +0 -0
  58. /package/types/{datagrid-configuration-ui → vuu-table-extras/src/datagrid-configuration-ui}/column-picker/ColumnPicker.d.ts +0 -0
  59. /package/types/{datagrid-configuration-ui → vuu-table-extras/src/datagrid-configuration-ui}/column-picker/index.d.ts +0 -0
  60. /package/types/{datagrid-configuration-ui → vuu-table-extras/src/datagrid-configuration-ui}/column-settings-panel/ColumnSettingsPanel.d.ts +0 -0
  61. /package/types/{datagrid-configuration-ui → vuu-table-extras/src/datagrid-configuration-ui}/column-settings-panel/index.d.ts +0 -0
  62. /package/types/{datagrid-configuration-ui → vuu-table-extras/src/datagrid-configuration-ui}/column-type-panel/ColumnTypePanel.d.ts +0 -0
  63. /package/types/{datagrid-configuration-ui → vuu-table-extras/src/datagrid-configuration-ui}/column-type-panel/NumericColumnPanel.d.ts +0 -0
  64. /package/types/{datagrid-configuration-ui → vuu-table-extras/src/datagrid-configuration-ui}/column-type-panel/StringColumnPanel.d.ts +0 -0
  65. /package/types/{datagrid-configuration-ui → vuu-table-extras/src/datagrid-configuration-ui}/column-type-panel/index.d.ts +0 -0
  66. /package/types/{datagrid-configuration-ui → vuu-table-extras/src/datagrid-configuration-ui}/index.d.ts +0 -0
  67. /package/types/{datagrid-configuration-ui → vuu-table-extras/src/datagrid-configuration-ui}/settings-panel/DatagridSettingsPanel.d.ts +0 -0
  68. /package/types/{datagrid-configuration-ui → vuu-table-extras/src/datagrid-configuration-ui}/settings-panel/GridSettingsPanel.d.ts +0 -0
  69. /package/types/{datagrid-configuration-ui → vuu-table-extras/src/datagrid-configuration-ui}/settings-panel/index.d.ts +0 -0
  70. /package/types/{datagrid-configuration-ui → vuu-table-extras/src/datagrid-configuration-ui}/settings-panel/useGridSettings.d.ts +0 -0
  71. /package/types/{datasource-stats → vuu-table-extras/src/datasource-stats}/DatasourceStats.d.ts +0 -0
  72. /package/types/{datasource-stats → vuu-table-extras/src/datasource-stats}/index.d.ts +0 -0
  73. /package/types/{table-settings → vuu-table-extras/src/table-settings-deprecated}/calculated-column-panel/CalculatedColumnPanel.d.ts +0 -0
  74. /package/types/{table-settings → vuu-table-extras/src/table-settings-deprecated}/calculated-column-panel/index.d.ts +0 -0
  75. /package/types/{table-settings → vuu-table-extras/src/table-settings-deprecated}/column-settings-panel/ColumnSettingsPanel.d.ts +0 -0
  76. /package/types/{table-settings → vuu-table-extras/src/table-settings-deprecated}/column-settings-panel/index.d.ts +0 -0
  77. /package/types/{table-settings → vuu-table-extras/src/table-settings-deprecated}/column-type-panel/ColumnTypePanel.d.ts +0 -0
  78. /package/types/{table-settings → vuu-table-extras/src/table-settings-deprecated}/column-type-panel/NumericColumnPanel.d.ts +0 -0
  79. /package/types/{table-settings → vuu-table-extras/src/table-settings-deprecated}/column-type-panel/StringColumnPanel.d.ts +0 -0
  80. /package/types/{table-settings → vuu-table-extras/src/table-settings-deprecated}/column-type-panel/index.d.ts +0 -0
  81. /package/types/{table-settings → vuu-table-extras/src/table-settings-deprecated}/index.d.ts +0 -0
  82. /package/types/{table-settings → vuu-table-extras/src/table-settings-deprecated}/settings-panel/DatagridSettingsPanel.d.ts +0 -0
  83. /package/types/{table-settings → vuu-table-extras/src/table-settings-deprecated}/settings-panel/GridSettingsPanel.d.ts +0 -0
  84. /package/types/{table-settings → vuu-table-extras/src/table-settings-deprecated}/settings-panel/index.d.ts +0 -0
  85. /package/types/{table-settings → vuu-table-extras/src/table-settings-deprecated}/settings-panel/useGridSettings.d.ts +0 -0
package/index.css CHANGED
@@ -236,6 +236,41 @@
236
236
  text-align: right;
237
237
  }
238
238
 
239
+ /* src/column-list/ColumnList.css */
240
+ .vuuColumnList {
241
+ --vuuList-borderStyle: none;
242
+ --vuuListItem-padding: 0;
243
+ width: 252px;
244
+ }
245
+ .vuuColumnListItem {
246
+ border-bottom: solid 1px var(--salt-separable-tertiary-borderColor);
247
+ padding: 0 6px 0 0;
248
+ }
249
+ .vuuColumnList-switch {
250
+ flex: 0 0 32px;
251
+ }
252
+ .vuuColumnList-text {
253
+ flex: 1 1 auto;
254
+ }
255
+ .vuuColumnList-checkBox {
256
+ flex: 0 0 20px;
257
+ }
258
+ .vuuColumnList-header {
259
+ border-top: solid 2px var(--vuu-color-gray-30);
260
+ font-size: 14px;
261
+ font-weight: 600;
262
+ padding-top: 24px;
263
+ }
264
+ .vuuColumnList-colHeadings {
265
+ border-bottom: solid 2px var(--vuu-color-gray-30);
266
+ color: var(--vuu-color-gray-50);
267
+ display: flex;
268
+ font-size: 10px;
269
+ justify-content: space-between;
270
+ margin-top: 16px;
271
+ padding-bottom: 8px;
272
+ }
273
+
239
274
  /* src/column-expression-input/ColumnExpressionInput.css */
240
275
  .vuuColumnExpressionInput {
241
276
  --vuuFilterEditor-background: var(--salt-container-primary-background);
@@ -308,85 +343,6 @@
308
343
  margin-top: 6px;
309
344
  }
310
345
 
311
- /* src/datagrid-configuration-ui/column-picker/ColumnListItem.css */
312
- .vuuColumnListItem {
313
- --svg-eye-hidden: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="none" d="M0 0h24v24H0z"/><path d="M4.52 5.934L1.393 2.808l1.415-1.415 19.799 19.8-1.415 1.414-3.31-3.31A10.949 10.949 0 0 1 12 21c-5.392 0-9.878-3.88-10.819-9a10.982 10.982 0 0 1 3.34-6.066zm10.237 10.238l-1.464-1.464a3 3 0 0 1-4.001-4.001L7.828 9.243a5 5 0 0 0 6.929 6.929zM7.974 3.76C9.221 3.27 10.58 3 12 3c5.392 0 9.878 3.88 10.819 9a10.947 10.947 0 0 1-2.012 4.592l-3.86-3.86a5 5 0 0 0-5.68-5.68L7.974 3.761z"/></svg>');
314
- align-items: center;
315
- padding: 0 !important;
316
- }
317
- .vuuColumnListItem-calculated {
318
- --vuu-icon-size: 12px;
319
- --column-icon-svg: var(--svg-function);
320
- --calculated-background: var(--salt-text-secondary-foreground);
321
- }
322
- .vuuColumnListItem-hidden {
323
- --vuu-icon-size: 14px;
324
- --hidden-background: var(--salt-text-secondary-foreground);
325
- --hidden-icon-svg: var(--svg-eye-hidden);
326
- }
327
- .vuuColumnListItem-label {
328
- flex: 1 1 auto;
329
- }
330
- .vuuColumnListItem-iconType {
331
- background-color: var(--calculated-background, transparent);
332
- display: inline-block;
333
- height: 100%;
334
- mask: var(--column-icon-svg) center center/var(--vuu-icon-size) var(--vuu-icon-size);
335
- mask-repeat: no-repeat;
336
- -webkit-mask: var(--column-icon-svg) center center/var(--vuu-icon-size) var(--vuu-icon-size);
337
- -webkit-mask-repeat: no-repeat;
338
- width: 20px;
339
- }
340
- .vuuColumnListItem-iconHidden {
341
- background-color: var(--hidden-background, transparent);
342
- display: inline-block;
343
- height: 100%;
344
- mask: var(--hidden-icon-svg) center center/var(--vuu-icon-size) var(--vuu-icon-size);
345
- mask-repeat: no-repeat;
346
- -webkit-mask: var(--hidden-icon-svg) center center/var(--vuu-icon-size) var(--vuu-icon-size);
347
- -webkit-mask-repeat: no-repeat;
348
- width: 20px;
349
- }
350
-
351
- /* src/datagrid-configuration-ui/column-picker/ColumnPicker.css */
352
- .vuuColumnPicker {
353
- --vuu-icon-color: var(--salt-text-primary-foreground);
354
- --vuu-icon-left: 0px;
355
- --vuu-icon-size: 12px;
356
- display: flex;
357
- flex-shrink: 0;
358
- gap: calc(var(--salt-size-unit) * 2);
359
- width: var(--vuuColumnPicker-width, 100%);
360
- }
361
- .vuuColumnPicker-listColumn {
362
- display: flex;
363
- flex: 1;
364
- flex-direction: column;
365
- }
366
- .vuuColumnPicker-listContainer {
367
- border: solid 1px var(--salt-container-primary-borderColor);
368
- margin-right: var(--salt-size-unit);
369
- }
370
- .vuuColumnPicker-defineColumn {
371
- align-items: center;
372
- border-top: solid 1px var(--salt-container-primary-borderColor);
373
- display: flex;
374
- flex: 0 0 calc(100% - var(--salt-size-unit));
375
- gap: var(--salt-size-unit);
376
- transition: .2s height;
377
- margin-top: 12px;
378
- height: 48px;
379
- }
380
- [data-align=right] .vuuColumnPicker-defineColumn {
381
- border-top: none;
382
- height: 0;
383
- }
384
- .vuuColumnPicker-addCalculatedColumn {
385
- margin-left: auto;
386
- margin-right: var(--salt-size-unit);
387
- width: 28px;
388
- }
389
-
390
346
  /* src/datagrid-configuration-ui/column-type-panel/ColumnTypePanel.css */
391
347
  .vuuColumnTypePanel {
392
348
  --settings-panel-marginTop: 0px;
@@ -536,48 +492,798 @@
536
492
  gap: var(--salt-size-unit);
537
493
  }
538
494
 
539
- /* src/table-settings/column-type-panel/ColumnTypePanel.css */
540
- .vuuColumnTypePanel {
541
- --settings-panel-marginTop: 0px;
495
+ /* ../vuu-table/src/table/ColumnResizer.css */
496
+ .vuuColumnResizer {
497
+ background-color: var(--columnResizer-color);
498
+ cursor: col-resize;
499
+ height: var(--header-height);
500
+ position: relative;
501
+ width: 4px;
542
502
  }
543
- .vuuColumnTypePanel-renderer {
544
- --saltButton-background: var(--salt-container-secondary-background);
545
- --saltButton-background-hover: var(--salt-actionable-secondary-background-hover);
503
+ .vuuColumnResizer:hover {
504
+ --columnResizer-color: var(--salt-color-blue-500);
505
+ }
506
+ .vuuColumnResizer:after {
507
+ content: "";
508
+ position: absolute;
509
+ width: var(--columnResizer-width, 1px);
510
+ top: 0;
511
+ bottom: 0;
512
+ right: -1px;
513
+ background-color: var(--columnResizer-color, var(--salt-separable-tertiary-borderColor));
514
+ height: var(--columnResizer-height, calc(100% + 1px));
546
515
  }
547
516
 
548
- /* src/table-settings/column-settings-panel/ColumnSettingsPanel.css */
549
- .vuuColumnSettingsPanel {
550
- --saltFormField-margin: 3px 0;
551
- --saltFormField-label-width: 80px;
552
- --saltPanel-padding: var(--salt-size-unit);
553
- align-items: flex-start;
554
- border-left: solid 1px var(--salt-container-primary-borderColor);
517
+ /* ../vuu-table/src/table/TableCell.css */
518
+ .vuuTable {
519
+ --cell-outline-width: 2px;
520
+ user-select: none;
521
+ }
522
+ [role=cell] {
523
+ display: inline-block;
524
+ }
525
+ [data-align=end] {
526
+ margin-left: auto;
527
+ }
528
+ [data-align=end] + [data-align=end] {
529
+ margin-left: 0;
530
+ }
531
+ .vuuTable-table [role=cell] {
532
+ --saltEditableLabel-height: 17px;
533
+ --saltInput-height: 17px;
534
+ --saltInput-minHeight: 17px;
535
+ border-right: 1px solid var(--vuuTableCell-border-rightColor);
536
+ border-bottom: 1px solid var(--vuuTableCell-border-bottomColor);
537
+ color: var(--salt-text-primary-foreground);
538
+ cursor: default;
539
+ height: var(--vuuTable-rowHeight);
540
+ line-height: calc(var(--vuuTable-rowHeight) - 1px);
541
+ overflow: hidden;
542
+ padding: 0 5px;
543
+ vertical-align: top;
544
+ }
545
+ .vuuTable-headerCell:focus,
546
+ .vuuTable [role=cell]:focus {
547
+ outline: var(--vuuTableCell-outline, dotted var(--salt-color-blue-400) var(--cell-outline-width));
548
+ outline-offset: calc(var(--cell-outline-width) * -1);
549
+ box-shadow: inset 0 0 0 var(--cell-outline-width) white;
550
+ border-bottom: none;
551
+ }
552
+ .vuuTable-headerCell:focus .vuuTable-headerCell-inner {
553
+ padding-bottom: var(--cell-outline-width);
554
+ }
555
+ .vuuTable-headerCell:not(.vuuTable-headerCell-resizing):focus .vuuTable-headerCell-inner {
556
+ --columnResizer-color: transparent;
557
+ }
558
+ .vuuTable [role=cell]:focus {
559
+ border-right: none;
560
+ padding-bottom: 1px;
561
+ }
562
+ [role=cell][data-editable=true] {
563
+ --salt-text-fontSize: 10px;
564
+ --vuu-icon-size: 5px;
565
+ position: relative;
566
+ }
567
+ [role=cell][data-editable=true]:after {
568
+ top: 0;
569
+ content: "";
570
+ background-color: var(--salt-text-secondary-foreground, black);
571
+ left: 0;
572
+ height: var(--vuu-icon-height, var(--vuu-icon-size, 12px));
573
+ -webkit-mask: var(--svg-corner-triangle) center center/var(--vuu-icon-size) var(--vuu-icon-size);
574
+ mask: var(--svg-corner-triangle) center center/var(--vuu-icon-size) var(--vuu-icon-size);
575
+ mask-repeat: no-repeat;
576
+ -webkit-mask-repeat: no-repeat;
577
+ position: absolute;
578
+ transform: rotate(180deg);
579
+ width: var(--vuu-icon-width, var(--vuu-icon-size, 12px));
580
+ }
581
+ [role=cell]:focus[data-editable],
582
+ [role=cell]:focus-within[data-editable],
583
+ [role=cell]:has(.saltEditableLabel-editing) {
584
+ outline: solid var(--salt-color-blue-400) 1px;
585
+ background-color: white;
586
+ outline-offset: -1px;
587
+ }
588
+ [role=cell]:focus[data-editable=true]:after,
589
+ [role=cell]:has(.saltEditableLabel):after {
590
+ background-color: var(--salt-color-blue-400);
591
+ left: 1px;
592
+ top: 1px;
593
+ }
594
+ .vuuAlignRight {
595
+ text-align: right;
596
+ }
597
+
598
+ /* ../vuu-table/src/table/TableGroupCell.css */
599
+ .vuuTableGroupCell {
600
+ --spacer-width: 20px;
601
+ --toggle-icon-transform: var(--row-toggle-icon-transform, none);
602
+ --vuu-icon-width: 18px;
603
+ align-items: center;
604
+ display: inline-flex;
605
+ }
606
+ .vuuTableGroupCell-spacer {
607
+ height: 100%;
608
+ position: relative;
609
+ width: var(--spacer-width);
610
+ }
611
+ .vuuTableGroupCell-spacer:after {
612
+ background: var(--salt-container-primary-borderColor);
613
+ content: "";
614
+ position: absolute;
615
+ top: 0;
616
+ bottom: -1px;
617
+ left: 9px;
618
+ width: 1px;
619
+ }
620
+ .vuuTableGroupCell-toggle {
621
+ transition: transform 0.25s;
622
+ transform: var(--toggle-icon-transform);
623
+ }
624
+
625
+ /* ../vuu-table/src/table/TableRow.css */
626
+ .vuuTableRow {
627
+ --row-background: var(--table-background);
628
+ position: absolute;
629
+ top: 0;
630
+ }
631
+ .vuuTableRow-even {
632
+ --row-background: var(--row-background-even);
633
+ }
634
+ .vuuTableRow {
635
+ background-color: var(--row-background);
636
+ }
637
+ .vuuTableRow-expanded {
638
+ --row-toggle-icon-transform: rotate(90deg);
639
+ }
640
+ .vuuTableRow[aria-selected] {
641
+ background-color: var(--vuuTableRow-selected-background, var(--salt-selectable-background-selected));
642
+ --vuuTableCell-border-bottomColor: var(--salt-selectable-borderColor-selected);
643
+ }
644
+ .vuuTableRow-preSelected {
645
+ --vuuTableCell-border-bottomColor: var(--salt-selectable-borderColor-selected);
646
+ }
647
+
648
+ /* ../vuu-table/src/table/TableGroupHeaderCell.css */
649
+ .salt-theme {
650
+ --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>');
651
+ }
652
+ .vuuTable-groupHeaderCell {
653
+ --cell-align: "flex-start";
654
+ text-align: left;
655
+ background: var(--dataTable-background);
656
+ cursor: default;
657
+ height: var(--vuuTableHeaderHeight);
658
+ }
659
+ .vuuTable-groupHeaderCell-inner {
660
+ align-items: center;
661
+ display: flex;
662
+ height: 100%;
663
+ padding-left: 1px;
664
+ }
665
+ .vuuTable-groupHeaderCell-label {
666
+ align-items: center;
667
+ display: flex;
668
+ flex: 0 0 auto;
669
+ }
670
+ .vuuTable-groupHeaderCell-col {
671
+ align-items: center;
672
+ background-color: inherit;
673
+ display: inline-flex;
674
+ flex: 0 1 auto;
675
+ height: calc(var(--vuuTableHeaderHeight) - 2px);
676
+ justify-content: space-between;
677
+ padding-right: 8px;
678
+ position: relative;
679
+ }
680
+ .vuuTable-groupHeaderCell-close {
681
+ --vuu-icon-height: 18px;
682
+ --vuu-icon-width: 18px;
683
+ cursor: pointer;
684
+ left: 3px;
685
+ }
686
+ .vuuTable-groupHeaderCell-col:nth-child(odd) {
687
+ background-color: var(--salt-color-gray-50);
688
+ }
689
+ .vuuTable-groupHeaderCell-col:nth-child(even) {
690
+ background-color: var(--salt-color-gray-40);
691
+ }
692
+ .vuuTable-groupHeaderCell-col:first-child {
693
+ clip-path: polygon(0 0, calc(100% - 8px) 0, 100% 50%, calc(100% - 8px) 100%, 0 100%);
694
+ padding-left: 3px;
695
+ z-index: 1;
696
+ }
697
+ .vuuTable-groupHeaderCell-col:not(:first-child) {
698
+ margin-left: -6px;
699
+ padding-left: 12px;
700
+ clip-path: polygon(0 0, calc(100% - 8px) 0, 100% 50%, calc(100% - 8px) 100%, 0 100%, 8px 50%);
701
+ }
702
+ .vuuTable-groupHeaderCell-resizing {
703
+ --columnResizer-color: var(--salt-color-blue-500);
704
+ --columnResizer-height: var(--table-height);
705
+ --columnResizer-width: 2px;
706
+ }
707
+ .vuuTable-groupHeaderCell-pending {
708
+ --pending-content: "";
709
+ }
710
+ .vuuTable-groupHeaderCell-col:has(+ .vuuColumnResizer):after {
711
+ content: var(--pending-content);
712
+ width: 24px;
713
+ height: 24px;
714
+ background-image: var(--svg-spinner);
715
+ background-repeat: no-repeat;
716
+ background-size: cover;
717
+ }
718
+
719
+ /* ../vuu-table/src/table/SortIndicator.css */
720
+ .vuuSortIndicator {
721
+ --menu-icon-size: 18px;
722
+ --menu-item-icon-color: black;
555
723
  display: flex;
556
724
  flex-direction: column;
557
- flex-shrink: 0;
558
- min-width: 220px;
559
- padding-left: calc(var(--salt-size-unit) * 2);
560
- width: var(--vuuColumnSettings-width, auto);
725
+ position: relative;
726
+ width: 18px;
561
727
  }
562
- .vuuColumnSettingsPanel-columnTabs {
563
- --saltFormField-margin: 0;
728
+ .vuuSortPosition {
729
+ font-size: 10px;
730
+ line-height: 10px;
731
+ text-align: center;
564
732
  }
565
- .vuuColumnSettingsPanel-columnTabs .saltFormField {
566
- margin-left: 0 !important;
733
+
734
+ /* ../vuu-table/src/table/TableHeaderCell.css */
735
+ .vuuTable-heading:nth-child(2) {
736
+ --heading-top: calc(var(--header-height));
567
737
  }
568
- .vuuColumnSettingsPanel .saltPanel {
569
- --saltFormField-margin: 3px 0;
570
- margin-top: var(--settings-panel-marginTop, var(--salt-size-unit));
738
+ .vuuTable-heading:nth-child(3) {
739
+ --heading-top: calc(var(--header-height) * 2);
740
+ }
741
+ .vuuTable-heading:nth-child(3) {
742
+ --heading-top: calc(var(--header-height) * 3);
743
+ }
744
+ .vuuTable-headingCell {
745
+ background: var(--dataTable-background);
746
+ border-color: var(--salt-separable-tertiary-borderColor);
747
+ border-style: solid solid solid none;
748
+ border-width: 1px;
749
+ color: var(--salt-text-secondary-foreground);
750
+ display: inline-block;
751
+ height: var(--vuuTableHeaderHeight);
752
+ padding: 0 !important;
753
+ }
754
+ .vuuTable-heading:has(+ .vuuTable-heading) > .vuuTable-headingCell {
755
+ border-bottom-color: transparent;
756
+ }
757
+ [role=columnHeader] {
758
+ --vuuTableCell-border-bottomColor: var(--salt-separable-tertiary-borderColor);
759
+ --cell-align: "flex-start";
760
+ display: inline-block;
761
+ text-align: left;
762
+ background: var(--dataTable-background);
763
+ border-right: 1px solid var(--vuuTableCell-border-rightColor);
764
+ border-bottom: 1px solid var(--vuuTableCell-border-bottomColor);
765
+ color: var(--salt-text-secondary-foreground);
766
+ cursor: default;
767
+ height: var(--vuuTableHeaderHeight);
768
+ padding: 0 !important;
769
+ vertical-align: top;
770
+ }
771
+ .vuuTable-headerCell-right {
772
+ --cell-align: flex-end;
773
+ }
774
+ .vuuTable-headerCell-inner {
571
775
  align-items: stretch;
572
776
  display: flex;
777
+ height: 100%;
778
+ padding: 0 0 0 3px;
779
+ }
780
+ .vuuTable-headerCell-inner:has(.vuuFilterIndicator) {
781
+ padding-left: 0;
782
+ }
783
+ .vuuTable-headerCell-label {
784
+ align-items: center;
785
+ justify-content: var(--cell-align);
786
+ display: flex;
787
+ flex: 1 1 auto;
788
+ }
789
+ .vuuTable-headerCell-resizing {
790
+ --columnResizer-color: var(--salt-color-blue-500);
791
+ --columnResizer-height: var(--table-height);
792
+ --columnResizer-width: 2px;
793
+ }
794
+ [role=headerCell].vuuPinLeft.vuuEndPin:after {
795
+ box-shadow: 2px 0px 5px rgba(0, 0, 0, 0.4);
796
+ content: "";
797
+ position: absolute;
798
+ width: 1px;
799
+ background-color: transparent;
800
+ height: var(--table-height);
801
+ top: 0;
802
+ right: 0px;
803
+ }
804
+ [role=headerCell].vuuPinRight.vuuEndPin:after {
805
+ box-shadow: -2px 0px 5px rgba(0, 0, 0, 0.3);
806
+ content: "";
807
+ position: absolute;
808
+ width: 1px;
809
+ background-color: transparent;
810
+ height: var(--table-height);
811
+ top: 0;
812
+ left: 0px;
813
+ }
814
+ [role=headerCell]:is(.vuuPinLeft, .vuuPinRight, .vuuPinFloating) {
815
+ top: 0;
816
+ z-index: 20;
817
+ }
818
+ .saltDraggable-vuuTable-headerCell {
819
+ --dataTable-background: ivory;
820
+ --vuuTableHeaderHeight: 25px;
821
+ }
822
+
823
+ /* ../vuu-table/src/table/filter-indicator.css */
824
+ .vuuFilterIndicator {
825
+ --menu-icon-size: 12px;
826
+ --menu-item-icon-color: black;
827
+ align-items: center;
828
+ cursor: pointer;
829
+ display: flex;
830
+ flex: 0 0 18px;
573
831
  flex-direction: column;
574
- gap: var(--salt-size-unit);
832
+ justify-content: center;
833
+ position: relative;
575
834
  }
576
- .vuuColumnPanelSwitch {
577
- white-space: nowrap;
835
+ .vuuFilterIndicator + .vuuTable-headerCell-inner {
836
+ padding-left: 0;
837
+ }
838
+
839
+ /* ../vuu-table/src/table/RowBasedTable.css */
840
+ .vuuTable-table {
841
+ --vuuTable-rowHeight: var(--row-height);
842
+ --vuuTableCell-border-bottomColor: transparent;
843
+ --vuuTableCell-border-rightColor: var(--salt-separable-tertiary-borderColor);
844
+ border-collapse: separate;
845
+ border-spacing: 0;
846
+ border-left: 1px solid #ccc;
847
+ border: none;
848
+ font-size: var(--vuuTable-font-size, 10px);
849
+ margin: 0;
850
+ min-height: 100%;
851
+ width: var(--content-width);
852
+ }
853
+ .vuuTable-headers {
854
+ position: sticky;
855
+ top: 0;
856
+ z-index: 1;
857
+ }
858
+ .vuuTable-body {
859
+ height: var(--content-height);
860
+ position: relative;
861
+ }
862
+
863
+ /* ../vuu-table/src/table/Table.css */
864
+ .vuuTable {
865
+ --dataTable-background: var(--salt-container-primary-background, inherit);
866
+ --row-background-even: var(--dataTable-background);
867
+ --row-background-odd: var(--dataTable-background);
868
+ --table-background: var(--dataTable-background, none);
869
+ background-color: var(--dataTable-background);
870
+ position: relative;
871
+ }
872
+ .vuuTable-zebra {
873
+ --row-background-even: var(--salt-container-secondary-background);
874
+ }
875
+ .vuuTable-scrollbarContainer {
876
+ --scroll-content-width: calc(var(--content-width) - var(--pinned-width-left));
877
+ border-bottom: none !important;
878
+ border-top: none !important;
879
+ border-left: solid 1px var(--salt-container-primary-borderColor);
880
+ box-shadow: 0px -1px 0px 0px var(--salt-container-primary-borderColor);
881
+ height: var(--viewport-body-height);
882
+ left: var(--pinned-width-left);
883
+ overflow: auto;
884
+ position: absolute;
885
+ top: var(--total-header-height);
886
+ width: calc(var(--table-width) - var(--pinned-width-left) + 1px);
887
+ }
888
+ .vuuTable-scrollbarContent {
889
+ height: calc(var(--content-height) + var(--horizontal-scrollbar-height));
890
+ position: absolute;
891
+ width: var(--scroll-content-width, var(--content-width));
892
+ }
893
+ .vuuTable-contentContainer {
894
+ --vuuTableHeaderHeight: var(--header-height, 30px);
895
+ background-color: var(--salt-container-primary-background);
896
+ height: calc(var(--table-height) - var(--horizontal-scrollbar-height));
897
+ position: relative;
898
+ overflow: auto;
899
+ overscroll-behavior: none;
900
+ width: calc(var(--table-width) - var(--vertical-scrollbar-width));
901
+ }
902
+ .vuuTable-contentContainer::-webkit-scrollbar {
903
+ display: none;
904
+ }
905
+ :is(.vuuPinLeft, .vuuPinRight, .vuuPinFloating) {
906
+ background-color: inherit;
907
+ position: sticky;
908
+ z-index: 1;
909
+ }
910
+ .vuuTable-settings {
911
+ --saltButton-height: var(--header-height);
912
+ --saltButton-width: 15px;
913
+ position: absolute !important;
914
+ right: 0;
915
+ top: 0;
916
+ }
917
+ .vuuTable:has(.vuuTable-headerCell-resizing) * {
918
+ cursor: col-resize;
919
+ }
920
+
921
+ /* ../vuu-table/src/table/Table-loading.css */
922
+ .vuuTable-loading .vuuTable-table {
923
+ --skeleton-height: 20px;
924
+ --skeleton-width: calc(var(--content-width) - 8px);
925
+ --skeleton-left: 4px;
926
+ --skeleton-row-height: 16px;
927
+ --skeleton-size: var(--skeleton-width) var(--skeleton-height);
928
+ --skeleton-row: linear-gradient( var(--salt-color-gray-20-fade-background) var(--skeleton-row-height), transparent 0 );
929
+ --skeleton-background-image: var(--skeleton-row);
930
+ background-image: var(--skeleton-background-image);
931
+ background-repeat: repeat-y;
932
+ background-size: var(--skeleton-size);
933
+ background-position-x: var(--skeleton-left);
934
+ background-position-y: 27px;
935
+ }
936
+ .vuuTable-loading .vuuTable-table {
937
+ --skeleton-height: 20px;
938
+ --skeleton-width: calc(var(--content-width) - 8px);
939
+ --skeleton-left: 4px;
940
+ --skeleton-row-height: 16px;
941
+ --skeleton-size: var(--skeleton-width) var(--skeleton-height);
942
+ --skeleton-row: linear-gradient( var(--salt-color-gray-20-fade-background) var(--skeleton-row-height), transparent 0 );
943
+ --skeleton-background-image: var(--skeleton-row);
944
+ background-image: var(--skeleton-background-image);
945
+ background-repeat: repeat-y;
946
+ background-size: var(--skeleton-size);
947
+ background-position-x: var(--skeleton-left);
948
+ background-position-y: 27px;
949
+ }
950
+ .vuuTable-loading .vuuTable-table:after {
951
+ animation: shimmer 2s infinite;
952
+ background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .2) 20%, rgba(255, 255, 255, .6) 60%, rgba(255, 255, 255, 0));
953
+ content: "";
954
+ height: var(--table-height);
955
+ left: 0px;
956
+ position: absolute;
957
+ transform: translateX(-100%);
958
+ top: var(--header-height);
959
+ width: var(--content-width);
960
+ }
961
+ @keyframes shimmer {
962
+ 100% {
963
+ transform: translateX(100%);
964
+ }
965
+ }
966
+
967
+ /* ../vuu-table/src/table/cell-renderers/json-cell/JsonCell.css */
968
+ .vuuJsonCell-group {
969
+ align-items: center;
970
+ display: inline-flex;
971
+ height: calc(var(--vuuTable-rowHeight) - 1px);
578
972
  width: 100%;
579
973
  }
580
- .vuuColumnSettingsPanel .saltSwitch {
974
+ .vuuJsonCell-toggle {
975
+ --vuu-icon-color: var(--salt-text-primary-foreground);
976
+ --vuu-icon-height: calc(var(--vuuTable-rowHeight) - 1px);
977
+ --vuu-icon-width: 18px;
978
+ flex-shrink: 0;
581
979
  margin-left: auto;
582
980
  }
981
+ .vuuJsonCell-name {
982
+ font-weight: var(--salt-typography-fontWeight-semiBold);
983
+ }
984
+ .vuuJsonCell-value {
985
+ overflow: hidden;
986
+ text-overflow: ellipsis;
987
+ }
988
+
989
+ /* ../vuu-table/src/table-next/ColumnMenu.css */
990
+ .vuuMenuItem {
991
+ --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>');
992
+ }
993
+ .vuuTable-columnMenu {
994
+ --vuu-icon-color: #606477;
995
+ --vuu-icon-height: 20px;
996
+ --vuu-icon-left: 0px;
997
+ --vuu-icon-size: 16px;
998
+ --vuu-icon-top: 0px;
999
+ --vuu-icon-width: 20px;
1000
+ border-radius: 4px;
1001
+ cursor: pointer;
1002
+ display: inline-block;
1003
+ margin-top: 2px;
1004
+ padding: 2px;
1005
+ }
1006
+ .vuuTable-columnMenu:hover {
1007
+ --vuu-icon-color: #15171B;
1008
+ background-color: #F37880;
1009
+ }
1010
+ .vuuTable-columnMenu-open:hover,
1011
+ .vuuTable-columnMenu-open {
1012
+ background-color: #6D18BD;
1013
+ --vuu-icon-color: white;
1014
+ }
1015
+ [data-icon=cog] {
1016
+ --vuu-icon-svg: var(--vuu-svg-cog);
1017
+ --vuu-icon-size: 14px;
1018
+ }
1019
+
1020
+ /* ../vuu-table/src/table-next/column-resizing/ColumnResizer.css */
1021
+ .vuuColumnResizer {
1022
+ background-color: var(--columnResizer-color);
1023
+ cursor: col-resize;
1024
+ height: var(--header-height);
1025
+ position: relative;
1026
+ width: 4px;
1027
+ }
1028
+ .vuuColumnResizer:hover {
1029
+ --columnResizer-color: var(--salt-color-blue-500);
1030
+ }
1031
+ .vuuColumnResizer:after {
1032
+ content: "";
1033
+ position: absolute;
1034
+ width: var(--columnResizer-width, 1px);
1035
+ top: 0;
1036
+ bottom: 0;
1037
+ right: -1px;
1038
+ background-color: var(--columnResizer-color, var(--salt-separable-tertiary-borderColor));
1039
+ height: var(--columnResizer-height, calc(100% + 1px));
1040
+ }
1041
+
1042
+ /* ../vuu-table/src/table-next/HeaderCell.css */
1043
+ .vuuTableNext-col-header {
1044
+ border-bottom: 1px solid #ccc;
1045
+ box-sizing: border-box;
1046
+ cursor: default;
1047
+ display: inline-flex;
1048
+ gap: 3px;
1049
+ height: var(--header-height);
1050
+ vertical-align: top;
1051
+ }
1052
+ .vuuTableNext-col-header .vuuColumnResizer:hover {
1053
+ --columnResizer-color: var(--vuu-color-purple-10);
1054
+ }
1055
+ .vuuTableNext-col-header-label {
1056
+ line-height: calc(var(--header-height) - 1px);
1057
+ }
1058
+ .vuuTableNext-col-header.vuuPinLeft.vuuEndPin .vuuColumnResizer:before {
1059
+ --height: calc(var(--columnResizer-height) - 15px);
1060
+ --inset-r: calc(var(--pin-width) - 2px);
1061
+ --inset-b: calc(var(--height) - 2px);
1062
+ --clip-path: polygon( 0% 0%, 0% 120%, 2px 120%, 2px 2px, var(--inset-r) 2px, var(--inset-r) var(--inset-b), 2px var(--inset-b), 2px 120%, 120% 120%, 120% 0% );
1063
+ background-color: transparent;
1064
+ border-color: var(--vuu-color-gray-40);
1065
+ border-width: 1px;
1066
+ border-style: solid solid solid solid;
1067
+ border-radius: 4px;
1068
+ box-shadow: 2px 1px 4px 0px rgba(0, 0, 0, 0.10);
1069
+ clip-path: var(--clip-path);
1070
+ content: "";
1071
+ position: absolute;
1072
+ width: var(--pin-width);
1073
+ top: 0;
1074
+ bottom: 0;
1075
+ right: -1px;
1076
+ height: var(--height);
1077
+ z-index: -5;
1078
+ }
1079
+ .vuuTableNext-col-header.vuuPinRight.vuuEndPin .vuuColumnResizer:before {
1080
+ --height: calc(var(--columnResizer-height) - 15px);
1081
+ --inset-r: calc(var(--pin-width) - 2px);
1082
+ --inset-b: calc(var(--height) - 2px);
1083
+ --clip-path: polygon( -20% 0%, -20% 120%, 2px 120%, 2px 2px, var(--inset-r) 2px, var(--inset-r) var(--inset-b), 2px var(--inset-b), 2px 120%, 120% 120%, 120% 0% );
1084
+ background-color: transparent;
1085
+ border-color: #A9AAAD;
1086
+ border-width: 1px;
1087
+ border-style: solid solid solid solid;
1088
+ border-radius: 4px;
1089
+ box-shadow: -2px 1px 4px 0px rgba(0, 0, 0, 0.10);
1090
+ clip-path: var(--clip-path);
1091
+ content: "";
1092
+ position: absolute;
1093
+ width: var(--pin-width);
1094
+ top: 0;
1095
+ bottom: 0;
1096
+ right: 0px;
1097
+ height: var(--height);
1098
+ z-index: -5;
1099
+ }
1100
+
1101
+ /* ../vuu-table/src/table-next/Row.css */
1102
+ .vuuTableNextRow {
1103
+ background: #fff;
1104
+ border-bottom: 1px solid var(--salt-separable-tertiary-borderColor);
1105
+ box-sizing: border-box;
1106
+ height: var(--row-height);
1107
+ line-height: calc(var(--row-height) - 1px);
1108
+ position: absolute;
1109
+ top: 0;
1110
+ white-space: nowrap;
1111
+ }
1112
+ .vuuTableNextRow-selected,
1113
+ .vuuTableNextRow-selectedEnd {
1114
+ background-color: rgb(235, 235, 236);
1115
+ }
1116
+ .vuuTableNextRow-selectedStart {
1117
+ --vuu-selection-decorator-left-radius: 5px 0 0 0;
1118
+ --vuu-selection-decorator-right-radius: 0 5px 0 0;
1119
+ border-radius: 5px 5px 0 0;
1120
+ }
1121
+ .vuuTableNextRow-selectedEnd {
1122
+ --vuu-selection-decorator-left-radius: 0 0 0 5px;
1123
+ --vuu-selection-decorator-right-radius: 0 0 5px 0;
1124
+ border-radius: 0 0 5px 5px;
1125
+ }
1126
+ .vuuTableNextRow-selectedStart.vuuTableNexRow-selectedEnd {
1127
+ --vuu-selection-decorator-left-radius: 5px 0 0 5px;
1128
+ --vuu-selection-decorator-right-radius: 0 5px 5px 0;
1129
+ border-radius: 5px 5px 5px 5px;
1130
+ }
1131
+ .vuuTableNextRow-selectedStart:after {
1132
+ content: "";
1133
+ position: absolute;
1134
+ top: 0;
1135
+ left: 4px;
1136
+ height: 1px;
1137
+ background-color: var(--vuu-color-purple-10);
1138
+ width: calc(var(--content-width) - 8px);
1139
+ z-index: 1;
1140
+ }
1141
+ .vuuTableNextRow-selectedEnd {
1142
+ border-bottom-color: var(--vuu-color-purple-10);
1143
+ }
1144
+ .vuuTableNextRow-selectionDecorator {
1145
+ background-color: var(--vuu-selection-decorator-bg, inherit);
1146
+ display: inline-block;
1147
+ position: relative;
1148
+ height: var(--row-height);
1149
+ width: 4px;
1150
+ z-index: 2;
1151
+ }
1152
+ .vuuTableNextRow-selectionDecorator.vuuStickyLeft {
1153
+ left: 0;
1154
+ position: sticky;
1155
+ }
1156
+ .vuuTableNextRow-selectionDecorator.vuuStickyRight {
1157
+ right: 0;
1158
+ position: sticky;
1159
+ }
1160
+ .vuuTableNextRow-selected {
1161
+ --vuu-selection-decorator-bg: var(--vuu-color-purple-10);
1162
+ }
1163
+ .vuuTableNextRow-selectedStart {
1164
+ --vuu-selection-decorator-bg: white;
1165
+ }
1166
+ .vuuTableNextRow-selectedEnd {
1167
+ --vuu-selection-decorator-bg: white;
1168
+ }
1169
+ .vuuTableNextRow-selectedStart.vuuTableNextRow-selectedEnd {
1170
+ }
1171
+ .vuuTableNextRow-selectedStart .vuuTableNextRow-selectionDecorator:before,
1172
+ .vuuTableNextRow-selectedEnd .vuuTableNextRow-selectionDecorator:before {
1173
+ content: "";
1174
+ inset: 0;
1175
+ position: absolute;
1176
+ background-color: var(--vuu-color-purple-10);
1177
+ }
1178
+ .vuuTableNextRow-selectionDecorator.vuuStickyLeft:before {
1179
+ border-radius: var(--vuu-selection-decorator-left-radius, 0);
1180
+ }
1181
+ .vuuTableNextRow-selectionDecorator.vuuStickyRight:before {
1182
+ border-radius: var(--vuu-selection-decorator-right-radius, 0);
1183
+ }
1184
+
1185
+ /* ../vuu-table/src/table-next/TableNext.css */
1186
+ .vuuTableNext {
1187
+ --vuu-table-next-selection-bookend-width: 4px;
1188
+ --columnResizer-height: var(--table-height);
1189
+ --columnResizer-color: transparent;
1190
+ --table-background: var(--salt-container-primary-background);
1191
+ height: var(--table-css-height);
1192
+ background-color: red;
1193
+ position: relative;
1194
+ user-select: none;
1195
+ width: var(--table-css-width);
1196
+ }
1197
+ .vuuTableNext-scrollbarContainer {
1198
+ --scroll-content-width: 1100px;
1199
+ border-bottom: none !important;
1200
+ border-top: none !important;
1201
+ border-left: solid 1px var(--salt-container-primary-borderColor);
1202
+ box-shadow: 0px -1px 0px 0px var(--salt-container-primary-borderColor);
1203
+ height: var(--viewport-body-height);
1204
+ left: 0px;
1205
+ overflow: auto;
1206
+ position: absolute;
1207
+ top: var(--total-header-height);
1208
+ width: var(--table-width);
1209
+ }
1210
+ .vuuTableNext-scrollbarContent {
1211
+ height: calc(var(--content-height) + var(--horizontal-scrollbar-height));
1212
+ position: absolute;
1213
+ width: var(--content-width);
1214
+ }
1215
+ .vuuTableNext-contentContainer {
1216
+ background-color: var(--salt-container-primary-background);
1217
+ height: calc(var(--table-height) - var(--horizontal-scrollbar-height));
1218
+ position: relative;
1219
+ overflow: auto;
1220
+ overscroll-behavior: none;
1221
+ width: calc(var(--table-width) - var(--vertical-scrollbar-width));
1222
+ }
1223
+ .vuuTableNext-contentContainer::-webkit-scrollbar {
1224
+ display: none;
1225
+ }
1226
+ .vuuTableNext-table {
1227
+ position: absolute;
1228
+ top: 0;
1229
+ left: 0;
1230
+ table-layout: fixed;
1231
+ width: var(--content-width);
1232
+ margin: 0;
1233
+ border: none;
1234
+ background-color: #fff;
1235
+ border-collapse: separate;
1236
+ border-spacing: 0;
1237
+ }
1238
+ .vuuTableNext-body {
1239
+ height: var(--content-height);
1240
+ }
1241
+ .vuuTableNextCell {
1242
+ display: inline-block;
1243
+ padding: 0 8px;
1244
+ vertical-align: top;
1245
+ }
1246
+ .vuuPinLeft,
1247
+ .vuuPinRight {
1248
+ background-color: inherit;
1249
+ position: sticky;
1250
+ z-index: 1;
1251
+ }
1252
+ .vuuTableNext-col-headings {
1253
+ background-color: white;
1254
+ padding: 0 var(--vuu-table-next-selection-bookend-width, 0);
1255
+ position: sticky;
1256
+ top: 0;
1257
+ z-index: 1;
1258
+ }
1259
+ .vuuTableNext-col-headers {
1260
+ background-color: var(--table-background);
1261
+ white-space: nowrap;
1262
+ }
1263
+ .sizer-cell {
1264
+ background-color: green !important;
1265
+ border: none !important;
1266
+ height: 0px;
1267
+ }
1268
+
1269
+ /* src/table-settings/TableSettingsPanel.css */
1270
+ .vuuTableSettingsPanel {
1271
+ --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>');
1272
+ --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>');
1273
+ --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>');
1274
+ display: flex;
1275
+ flex-direction: column;
1276
+ gap: 24px;
1277
+ height: 100%;
1278
+ padding-top: 24px;
1279
+ }
1280
+ .vuuTableSettingsPanel [data-icon=text-strikethrough] {
1281
+ --vuu-icon-svg: var(--vuu-svg-text-strikethrough);
1282
+ }
1283
+ .vuuTableSettingsPanel [data-icon=text-Tt] {
1284
+ --vuu-icon-svg: var(--vuu-svg-text-Tt);
1285
+ }
1286
+ .vuuTableSettingsPanel [data-icon=text-T] {
1287
+ --vuu-icon-svg: var(--vuu-svg-text-T);
1288
+ }
583
1289
  /*# sourceMappingURL=index.css.map */