@vuu-ui/vuu-table-extras 0.8.8-debug → 0.8.9-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 (100) hide show
  1. package/cjs/index.js +1598 -1159
  2. package/cjs/index.js.map +4 -4
  3. package/esm/index.js +1632 -1143
  4. package/esm/index.js.map +4 -4
  5. package/index.css +653 -211
  6. package/index.css.map +3 -3
  7. package/package.json +11 -11
  8. package/types/cell-edit-validators/CaseValidator.d.ts +2 -0
  9. package/types/cell-edit-validators/PatternValidator.d.ts +2 -0
  10. package/types/cell-edit-validators/index.d.ts +2 -0
  11. package/types/cell-renderers/background-cell/index.d.ts +1 -0
  12. package/types/cell-renderers/background-cell/useDirection.d.ts +3 -0
  13. package/types/cell-renderers-next/background-cell/BackgroundCell.d.ts +5 -0
  14. package/types/cell-renderers-next/index.d.ts +1 -0
  15. package/types/{vuu-table-extras/src/column-expression-input → column-expression-input}/ColumnExpressionInput.d.ts +4 -3
  16. package/types/{vuu-table-extras/src/column-expression-input → column-expression-input}/useColumnExpressionEditor.d.ts +2 -7
  17. package/types/column-expression-panel/ColumnExpressionPanel.d.ts +8 -0
  18. package/types/column-expression-panel/index.d.ts +1 -0
  19. package/types/column-expression-panel/useColumnExpression.d.ts +11 -0
  20. package/types/column-formatting-settings/ColumnFormattingPanel.d.ts +12 -0
  21. package/types/column-formatting-settings/NumericFormattingSettings.d.ts +7 -0
  22. package/types/column-formatting-settings/index.d.ts +2 -0
  23. package/types/column-settings/ColumnSettingsPanel.d.ts +12 -0
  24. package/types/column-settings/useColumnSettings.d.ts +17 -0
  25. package/types/index.d.ts +11 -0
  26. package/types/{vuu-table-extras/src/table-settings → table-settings}/TableSettingsPanel.d.ts +6 -4
  27. package/types/table-settings/useTableSettings.d.ts +17 -0
  28. package/types/useTableAndColumnSettings.d.ts +15 -0
  29. package/types/vuu-data/src/array-data-source/array-data-source.d.ts +0 -65
  30. package/types/vuu-data/src/array-data-source/group-utils.d.ts +0 -10
  31. package/types/vuu-data/src/array-data-source/sort-utils.d.ts +0 -4
  32. package/types/vuu-data/src/authenticate.d.ts +0 -1
  33. package/types/vuu-data/src/connection-manager.d.ts +0 -46
  34. package/types/vuu-data/src/connectionTypes.d.ts +0 -5
  35. package/types/vuu-data/src/constants.d.ts +0 -41
  36. package/types/vuu-data/src/data-source.d.ts +0 -172
  37. package/types/vuu-data/src/index.d.ts +0 -10
  38. package/types/vuu-data/src/inlined-worker.d.ts +0 -1
  39. package/types/vuu-data/src/json-data-source.d.ts +0 -53
  40. package/types/vuu-data/src/message-utils.d.ts +0 -26
  41. package/types/vuu-data/src/remote-data-source.d.ts +0 -56
  42. package/types/vuu-data/src/server-proxy/messages.d.ts +0 -43
  43. package/types/vuu-data/src/vuuUIMessageTypes.d.ts +0 -202
  44. package/types/vuu-data/src/websocket-connection.d.ts +0 -25
  45. package/types/vuu-table-extras/src/datagrid-configuration-ui/calculated-column-panel/CalculatedColumnPanel.d.ts +0 -11
  46. package/types/vuu-table-extras/src/datagrid-configuration-ui/calculated-column-panel/index.d.ts +0 -1
  47. package/types/vuu-table-extras/src/datagrid-configuration-ui/column-picker/ColumnListItem.d.ts +0 -4
  48. package/types/vuu-table-extras/src/datagrid-configuration-ui/column-picker/ColumnPicker.d.ts +0 -13
  49. package/types/vuu-table-extras/src/datagrid-configuration-ui/column-picker/index.d.ts +0 -1
  50. package/types/vuu-table-extras/src/datagrid-configuration-ui/column-settings-panel/ColumnSettingsPanel.d.ts +0 -9
  51. package/types/vuu-table-extras/src/datagrid-configuration-ui/column-type-panel/ColumnTypePanel.d.ts +0 -10
  52. package/types/vuu-table-extras/src/datagrid-configuration-ui/column-type-panel/NumericColumnPanel.d.ts +0 -4
  53. package/types/vuu-table-extras/src/datagrid-configuration-ui/column-type-panel/StringColumnPanel.d.ts +0 -4
  54. package/types/vuu-table-extras/src/datagrid-configuration-ui/column-type-panel/index.d.ts +0 -1
  55. package/types/vuu-table-extras/src/datagrid-configuration-ui/index.d.ts +0 -1
  56. package/types/vuu-table-extras/src/datagrid-configuration-ui/settings-panel/DatagridSettingsPanel.d.ts +0 -10
  57. package/types/vuu-table-extras/src/datagrid-configuration-ui/settings-panel/GridSettingsPanel.d.ts +0 -9
  58. package/types/vuu-table-extras/src/datagrid-configuration-ui/settings-panel/index.d.ts +0 -1
  59. package/types/vuu-table-extras/src/datagrid-configuration-ui/settings-panel/useGridSettings.d.ts +0 -59
  60. package/types/vuu-table-extras/src/index.d.ts +0 -6
  61. package/types/vuu-table-extras/src/table-settings/useTableSettings.d.ts +0 -14
  62. package/types/vuu-table-extras/src/table-settings-deprecated/calculated-column-panel/CalculatedColumnPanel.d.ts +0 -11
  63. package/types/vuu-table-extras/src/table-settings-deprecated/calculated-column-panel/index.d.ts +0 -1
  64. package/types/vuu-table-extras/src/table-settings-deprecated/column-settings-panel/ColumnSettingsPanel.d.ts +0 -9
  65. package/types/vuu-table-extras/src/table-settings-deprecated/column-settings-panel/index.d.ts +0 -1
  66. package/types/vuu-table-extras/src/table-settings-deprecated/column-type-panel/ColumnTypePanel.d.ts +0 -10
  67. package/types/vuu-table-extras/src/table-settings-deprecated/column-type-panel/NumericColumnPanel.d.ts +0 -4
  68. package/types/vuu-table-extras/src/table-settings-deprecated/column-type-panel/StringColumnPanel.d.ts +0 -4
  69. package/types/vuu-table-extras/src/table-settings-deprecated/column-type-panel/index.d.ts +0 -1
  70. package/types/vuu-table-extras/src/table-settings-deprecated/index.d.ts +0 -1
  71. package/types/vuu-table-extras/src/table-settings-deprecated/settings-panel/DatagridSettingsPanel.d.ts +0 -10
  72. package/types/vuu-table-extras/src/table-settings-deprecated/settings-panel/GridSettingsPanel.d.ts +0 -9
  73. package/types/vuu-table-extras/src/table-settings-deprecated/settings-panel/index.d.ts +0 -1
  74. package/types/vuu-table-extras/src/table-settings-deprecated/settings-panel/useGridSettings.d.ts +0 -59
  75. /package/types/{vuu-table-extras/src/cell-renderers → cell-renderers}/background-cell/BackgroundCell.d.ts +0 -0
  76. /package/types/{vuu-table-extras/src/cell-renderers → cell-renderers}/index.d.ts +0 -0
  77. /package/types/{vuu-table-extras/src/cell-renderers → cell-renderers}/progress-cell/ProgressCell.d.ts +0 -0
  78. /package/types/{vuu-table-extras/src/cell-renderers → cell-renderers}/progress-cell/index.d.ts +0 -0
  79. /package/types/{vuu-table-extras/src/cell-renderers → cell-renderers-next}/background-cell/index.d.ts +0 -0
  80. /package/types/{vuu-table-extras/src/cell-renderers → cell-renderers-next}/background-cell/useDirection.d.ts +0 -0
  81. /package/types/{vuu-table-extras/src/column-expression-input → column-expression-input}/column-function-descriptors.d.ts +0 -0
  82. /package/types/{vuu-table-extras/src/column-expression-input → column-expression-input}/column-language-parser/ColumnExpressionLanguage.d.ts +0 -0
  83. /package/types/{vuu-table-extras/src/column-expression-input → column-expression-input}/column-language-parser/ColumnExpressionTreeWalker.d.ts +0 -0
  84. /package/types/{vuu-table-extras/src/column-expression-input → column-expression-input}/column-language-parser/column-expression-parse-utils.d.ts +0 -0
  85. /package/types/{vuu-table-extras/src/column-expression-input → column-expression-input}/column-language-parser/generated/column-parser.d.ts +0 -0
  86. /package/types/{vuu-table-extras/src/column-expression-input → column-expression-input}/column-language-parser/generated/column-parser.terms.d.ts +0 -0
  87. /package/types/{vuu-table-extras/src/column-expression-input → column-expression-input}/column-language-parser/index.d.ts +0 -0
  88. /package/types/{vuu-table-extras/src/column-expression-input → column-expression-input}/column-language-parser/test.d.mts +0 -0
  89. /package/types/{vuu-table-extras/src/column-expression-input → column-expression-input}/functionDocInfo.d.ts +0 -0
  90. /package/types/{vuu-table-extras/src/column-expression-input → column-expression-input}/highlighting.d.ts +0 -0
  91. /package/types/{vuu-table-extras/src/column-expression-input → column-expression-input}/index.d.ts +0 -0
  92. /package/types/{vuu-table-extras/src/column-expression-input → column-expression-input}/theme.d.ts +0 -0
  93. /package/types/{vuu-table-extras/src/column-expression-input → column-expression-input}/useColumnAutoComplete.d.ts +0 -0
  94. /package/types/{vuu-table-extras/src/column-expression-input → column-expression-input}/useColumnExpressionSuggestionProvider.d.ts +0 -0
  95. /package/types/{vuu-table-extras/src/column-list → column-list}/ColumnList.d.ts +0 -0
  96. /package/types/{vuu-table-extras/src/column-list → column-list}/index.d.ts +0 -0
  97. /package/types/{vuu-table-extras/src/datagrid-configuration-ui/column-settings-panel → column-settings}/index.d.ts +0 -0
  98. /package/types/{vuu-table-extras/src/datasource-stats → datasource-stats}/DatasourceStats.d.ts +0 -0
  99. /package/types/{vuu-table-extras/src/datasource-stats → datasource-stats}/index.d.ts +0 -0
  100. /package/types/{vuu-table-extras/src/table-settings → table-settings}/index.d.ts +0 -0
package/index.css CHANGED
@@ -1,14 +1,14 @@
1
1
  /* src/cell-renderers/background-cell/BackgroundCell.css */
2
- .vuuTable td:has(> .vuuBackgroundCell) {
2
+ .vuuTable td:has(> .vuuBackgroundCellDeprecated) {
3
3
  padding: 0;
4
4
  text-align: right;
5
5
  }
6
- .vuuBackgroundCell {
6
+ .vuuBackgroundCellDeprecated {
7
7
  padding-right: var(--salt-size-unit);
8
8
  position: relative;
9
9
  z-index: -1;
10
10
  }
11
- .vuuBackgroundCell-flasher {
11
+ .vuuBackgroundCellDeprecated-flasher {
12
12
  color: transparent;
13
13
  position: absolute;
14
14
  left: 0;
@@ -17,63 +17,63 @@
17
17
  bottom: 0;
18
18
  z-index: -1;
19
19
  }
20
- .vuuBackgroundCell-flasher {
20
+ .vuuBackgroundCellDeprecated-flasher {
21
21
  text-align: left;
22
22
  }
23
- .vuuBackgroundCell-flasher + .num {
23
+ .vuuBackgroundCellDeprecated-flasher + .num {
24
24
  padding-left: 8px;
25
25
  }
26
- .right .vuuBackgroundCell-flasher {
26
+ .right .vuuBackgroundCellDeprecated-flasher {
27
27
  text-align: right;
28
28
  }
29
- .right .vuuBackgroundCell-flasher + .num {
29
+ .right .vuuBackgroundCellDeprecated-flasher + .num {
30
30
  padding-right: 8px;
31
31
  }
32
- .up1 > .vuuBackgroundCell-flasher {
32
+ .up1 > .vuuBackgroundCellDeprecated-flasher {
33
33
  animation-duration: 30s;
34
34
  animation-name: reactbgup1;
35
35
  }
36
- .up2 > .vuuBackgroundCell-flasher {
36
+ .up2 > .vuuBackgroundCellDeprecated-flasher {
37
37
  animation-duration: 30s;
38
38
  animation-name: reactbgup2;
39
39
  }
40
- .down1 > .vuuBackgroundCell-flasher {
40
+ .down1 > .vuuBackgroundCellDeprecated-flasher {
41
41
  animation-duration: 30s;
42
42
  animation-name: reactbgdown1;
43
43
  }
44
- .down2 > .vuuBackgroundCell-flasher {
44
+ .down2 > .vuuBackgroundCellDeprecated-flasher {
45
45
  animation-duration: 30s;
46
46
  animation-name: reactbgdown2;
47
47
  }
48
- .up1.vuuBackgroundCell-arrowOnly > .vuuBackgroundCell-flasher {
48
+ .up1.vuuBackgroundCellDeprecated-arrowOnly > .vuuBackgroundCellDeprecated-flasher {
49
49
  animation-duration: 30s;
50
50
  animation-name: reactarrowup1;
51
51
  }
52
- .up2.vuuBackgroundCell-arrowOnly > .vuuBackgroundCell-flasher {
52
+ .up2.vuuBackgroundCellDeprecated-arrowOnly > .vuuBackgroundCellDeprecated-flasher {
53
53
  animation-duration: 30s;
54
54
  animation-name: reactarrowup2;
55
55
  }
56
- .down1.vuuBackgroundCell-arrowOnly > .vuuBackgroundCell-flasher {
56
+ .down1.vuuBackgroundCellDeprecated-arrowOnly > .vuuBackgroundCellDeprecated-flasher {
57
57
  animation-duration: 30s;
58
58
  animation-name: reactarrowdown1;
59
59
  }
60
- .down2.vuuBackgroundCell-arrowOnly > .vuuBackgroundCell-flasher {
60
+ .down2.vuuBackgroundCellDeprecated-arrowOnly > .vuuBackgroundCellDeprecated-flasher {
61
61
  animation-duration: 30s;
62
62
  animation-name: reactarrowdown2;
63
63
  }
64
- .up1.vuuBackgroundCell-arrowBackground > .vuuBackgroundCell-flasher {
64
+ .up1.vuuBackgroundCellDeprecated-arrowBackground > .vuuBackgroundCellDeprecated-flasher {
65
65
  animation-duration: 30s;
66
66
  animation-name: reactbgarrowup1;
67
67
  }
68
- .up2.vuuBackgroundCell-arrowBackground > .vuuBackgroundCell-flasher {
68
+ .up2.vuuBackgroundCellDeprecated-arrowBackground > .vuuBackgroundCellDeprecated-flasher {
69
69
  animation-duration: 30s;
70
70
  animation-name: reactbgarrowup2;
71
71
  }
72
- .down1.vuuBackgroundCell-arrowBackground > .vuuBackgroundCell-flasher {
72
+ .down1.vuuBackgroundCellDeprecated-arrowBackground > .vuuBackgroundCellDeprecated-flasher {
73
73
  animation-duration: 30s;
74
74
  animation-name: reactbgarrowdown1;
75
75
  }
76
- .down2.vuuBackgroundCell-arrowBackground > .vuuBackgroundCell-flasher {
76
+ .down2.vuuBackgroundCellDeprecated-arrowBackground > .vuuBackgroundCellDeprecated-flasher {
77
77
  animation-duration: 30s;
78
78
  animation-name: reactbgarrowdown2;
79
79
  }
@@ -81,7 +81,7 @@
81
81
  /* src/cell-renderers/background-cell/FlashingBackground.css */
82
82
  @keyframes reactbgup1 {
83
83
  from {
84
- background-color: var(--salt-differential-positive-background);
84
+ background-color: green;
85
85
  }
86
86
  to {
87
87
  background-color: transparent;
@@ -89,7 +89,7 @@
89
89
  }
90
90
  @keyframes reactbgup2 {
91
91
  from {
92
- background-color: var(--salt-differential-positive-background);
92
+ background-color: green;
93
93
  }
94
94
  to {
95
95
  background-color: transparent;
@@ -97,7 +97,7 @@
97
97
  }
98
98
  @keyframes reactbgdown1 {
99
99
  from {
100
- background-color: var(--salt-differential-negative-background);
100
+ background-color: red;
101
101
  }
102
102
  to {
103
103
  background-color: transparent;
@@ -105,7 +105,7 @@
105
105
  }
106
106
  @keyframes reactbgdown2 {
107
107
  from {
108
- background-color: var(--salt-differential-negative-background);
108
+ background-color: red;
109
109
  }
110
110
  to {
111
111
  background-color: transparent;
@@ -113,7 +113,7 @@
113
113
  }
114
114
  @keyframes reactarrowup1 {
115
115
  from {
116
- color: var(--salt-differential-positive-foreground);
116
+ color: white;
117
117
  }
118
118
  to {
119
119
  color: transparent;
@@ -121,7 +121,7 @@
121
121
  }
122
122
  @keyframes reactarrowup2 {
123
123
  from {
124
- color: var(--salt-differential-positive-foreground);
124
+ color: white;
125
125
  }
126
126
  to {
127
127
  color: transparent;
@@ -129,7 +129,7 @@
129
129
  }
130
130
  @keyframes reactarrowdown1 {
131
131
  from {
132
- color: var(--salt-differential-negative-foreground);
132
+ color: white;
133
133
  }
134
134
  to {
135
135
  color: transparent;
@@ -137,7 +137,7 @@
137
137
  }
138
138
  @keyframes reactarrowdown2 {
139
139
  from {
140
- color: var(--salt-differential-negative-foreground);
140
+ color: white;
141
141
  }
142
142
  to {
143
143
  color: transparent;
@@ -145,11 +145,11 @@
145
145
  }
146
146
  @keyframes reactbgarrowup1 {
147
147
  0% {
148
- color: var(--salt-differential-positive-foreground);
149
- background-color: var(--salt-differential-positive-background);
148
+ color: green;
149
+ background-color: green;
150
150
  }
151
151
  20% {
152
- color: var(--salt-differential-positive-foreground);
152
+ color: green;
153
153
  background-color: transparent;
154
154
  }
155
155
  100% {
@@ -159,11 +159,11 @@
159
159
  }
160
160
  @keyframes reactbgarrowup2 {
161
161
  0% {
162
- color: var(--salt-differential-positive-foreground);
163
- background-color: var(--salt-differential-positive-background);
162
+ color: green;
163
+ background-color: green;
164
164
  }
165
165
  20% {
166
- color: var(--salt-differential-positive-foreground);
166
+ color: green;
167
167
  background-color: transparent;
168
168
  }
169
169
  100% {
@@ -173,11 +173,11 @@
173
173
  }
174
174
  @keyframes reactbgarrowdown1 {
175
175
  0% {
176
- color: var(--salt-differential-negative-foreground);
177
- background-color: var(--salt-differential-negative-background);
176
+ color: red;
177
+ background-color: red;
178
178
  }
179
179
  20% {
180
- color: var(--salt-differential-negative-foreground);
180
+ color: red;
181
181
  background-color: transparent;
182
182
  }
183
183
  100% {
@@ -187,11 +187,11 @@
187
187
  }
188
188
  @keyframes reactbgarrowdown2 {
189
189
  0% {
190
- color: var(--salt-differential-negative-foreground);
191
- background-color: var(--salt-differential-negative-background);
190
+ color: red;
191
+ background-color: red;
192
192
  }
193
193
  20% {
194
- color: var(--salt-differential-negative-foreground);
194
+ color: red;
195
195
  background-color: transparent;
196
196
  }
197
197
  100% {
@@ -236,12 +236,231 @@
236
236
  text-align: right;
237
237
  }
238
238
 
239
+ /* src/cell-renderers-next/background-cell/BackgroundCell.css */
240
+ .vuuTableNext td:has(> .vuuBackgroundCell) {
241
+ padding: 0;
242
+ text-align: right;
243
+ }
244
+ .vuuBackgroundCell {
245
+ color: var(--background-cell-color);
246
+ padding-right: var(--salt-size-unit);
247
+ position: relative;
248
+ z-index: -1;
249
+ }
250
+ .vuuBackgroundCell-flasher {
251
+ background-color: var(--background-cell-background);
252
+ position: absolute;
253
+ left: 0;
254
+ right: 0;
255
+ top: 0;
256
+ bottom: 0;
257
+ z-index: -1;
258
+ }
259
+ .vuuBackgroundCell-flasher {
260
+ text-align: left;
261
+ }
262
+ .vuuBackgroundCell-flasher + .num {
263
+ padding-left: 8px;
264
+ }
265
+ .right .vuuBackgroundCell-flasher {
266
+ text-align: right;
267
+ }
268
+ .right .vuuBackgroundCell-flasher + .num {
269
+ padding-right: 8px;
270
+ }
271
+ .vuuBackgroundCell.up1 {
272
+ animation-duration: 30s;
273
+ animation-name: reactbgup1;
274
+ }
275
+ .vuuBackgroundCell.up2 {
276
+ animation-duration: 30s;
277
+ animation-name: reactbgup2;
278
+ }
279
+ .vuuBackgroundCell.down1 {
280
+ animation-duration: 30s;
281
+ animation-name: reactbgdown1;
282
+ }
283
+ .vuuBackgroundCell.down2 {
284
+ animation-duration: 30s;
285
+ animation-name: reactbgdown2;
286
+ }
287
+ .up1.vuuBackgroundCell-arrowOnly > .vuuBackgroundCell-flasher {
288
+ animation-duration: 30s;
289
+ animation-name: reactarrowup1;
290
+ }
291
+ .up2.vuuBackgroundCell-arrowOnly > .vuuBackgroundCell-flasher {
292
+ animation-duration: 30s;
293
+ animation-name: reactarrowup2;
294
+ }
295
+ .down1.vuuBackgroundCell-arrowOnly > .vuuBackgroundCell-flasher {
296
+ animation-duration: 30s;
297
+ animation-name: reactarrowdown1;
298
+ }
299
+ .down2.vuuBackgroundCell-arrowOnly > .vuuBackgroundCell-flasher {
300
+ animation-duration: 30s;
301
+ animation-name: reactarrowdown2;
302
+ }
303
+ .up1.vuuBackgroundCell-arrowBackground > .vuuBackgroundCell-flasher {
304
+ animation-duration: 30s;
305
+ animation-name: reactbgarrowup1;
306
+ }
307
+ .up2.vuuBackgroundCell-arrowBackground > .vuuBackgroundCell-flasher {
308
+ animation-duration: 30s;
309
+ animation-name: reactbgarrowup2;
310
+ }
311
+ .down1.vuuBackgroundCell-arrowBackground > .vuuBackgroundCell-flasher {
312
+ animation-duration: 30s;
313
+ animation-name: reactbgarrowdown1;
314
+ }
315
+ .down2.vuuBackgroundCell-arrowBackground > .vuuBackgroundCell-flasher {
316
+ animation-duration: 30s;
317
+ animation-name: reactbgarrowdown2;
318
+ }
319
+
320
+ /* src/cell-renderers-next/background-cell/FlashingBackground.css */
321
+ @property --background-cell-background { syntax: "<color>"; initial-value: transparent; inherits: false; }
322
+ @property --background-cell-color { syntax: "<color>"; initial-value: #15171B; inherits: false; }
323
+ @keyframes reactbgup1 {
324
+ from {
325
+ --background-cell-background: var(--vuu-color-green-50);
326
+ --background-cell-color: white;
327
+ }
328
+ to {
329
+ --background-cell-background: transparent;
330
+ --background-cell-color: var(--vuu-color-gray-80);
331
+ }
332
+ }
333
+ @keyframes reactbgup2 {
334
+ from {
335
+ --background-cell-background: var(--vuu-color-green-50);
336
+ --background-cell-color: #ffffff;
337
+ }
338
+ to {
339
+ --background-cell-background: transparent;
340
+ --background-cell-color: var(--vuu-color-gray-80);
341
+ }
342
+ }
343
+ @keyframes reactbgdown1 {
344
+ from {
345
+ --background-cell-background: var(--vuu-color-red-50);
346
+ --background-cell-color: white;
347
+ }
348
+ to {
349
+ --background-cell-background: transparent;
350
+ --background-cell-color: var(--vuu-color-gray-80);
351
+ }
352
+ }
353
+ @keyframes reactbgdown2 {
354
+ from {
355
+ --background-cell-background: var(--vuu-color-red-50);
356
+ --background-cell-color: white;
357
+ }
358
+ to {
359
+ --background-cell-background: transparent;
360
+ --background-cell-color: var(--vuu-color-gray-80);
361
+ }
362
+ }
363
+ @keyframes reactarrowup1 {
364
+ from {
365
+ color: var(--salt-differential-positive-foreground);
366
+ }
367
+ to {
368
+ color: transparent;
369
+ }
370
+ }
371
+ @keyframes reactarrowup2 {
372
+ from {
373
+ color: var(--salt-differential-positive-foreground);
374
+ }
375
+ to {
376
+ color: transparent;
377
+ }
378
+ }
379
+ @keyframes reactarrowdown1 {
380
+ from {
381
+ color: var(--salt-differential-negative-foreground);
382
+ }
383
+ to {
384
+ color: transparent;
385
+ }
386
+ }
387
+ @keyframes reactarrowdown2 {
388
+ from {
389
+ color: var(--salt-differential-negative-foreground);
390
+ }
391
+ to {
392
+ color: transparent;
393
+ }
394
+ }
395
+ @keyframes reactbgarrowup1 {
396
+ 0% {
397
+ color: var(--salt-differential-positive-foreground);
398
+ background-color: var(--vuu-color-green-50);
399
+ }
400
+ 20% {
401
+ color: var(--salt-differential-positive-foreground);
402
+ background-color: transparent;
403
+ }
404
+ 100% {
405
+ color: transparent;
406
+ background-color: transparent;
407
+ }
408
+ }
409
+ @keyframes reactbgarrowup2 {
410
+ 0% {
411
+ color: var(--salt-differential-positive-foreground);
412
+ background-color: var(--vuu-color-green-50);
413
+ }
414
+ 20% {
415
+ color: var(--salt-differential-positive-foreground);
416
+ background-color: transparent;
417
+ }
418
+ 100% {
419
+ color: transparent;
420
+ background-color: transparent;
421
+ }
422
+ }
423
+ @keyframes reactbgarrowdown1 {
424
+ 0% {
425
+ color: var(--salt-differential-negative-foreground);
426
+ background-color: var(--vuu-color-red-50);
427
+ }
428
+ 20% {
429
+ color: var(--salt-differential-negative-foreground);
430
+ background-color: transparent;
431
+ }
432
+ 100% {
433
+ color: transparent;
434
+ background-color: transparent;
435
+ }
436
+ }
437
+ @keyframes reactbgarrowdown2 {
438
+ 0% {
439
+ color: var(--salt-differential-negative-foreground);
440
+ background-color: var(--vuu-color-red-50);
441
+ }
442
+ 20% {
443
+ color: var(--salt-differential-negative-foreground);
444
+ background-color: transparent;
445
+ }
446
+ 100% {
447
+ color: transparent;
448
+ background-color: transparent;
449
+ }
450
+ }
451
+
239
452
  /* src/column-list/ColumnList.css */
240
453
  .vuuColumnList {
454
+ --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>');
241
455
  --vuuList-borderStyle: none;
242
456
  --vuuListItem-padding: 0;
457
+ display: flex;
458
+ flex-direction: column;
243
459
  width: 252px;
244
460
  }
461
+ [data-icon=function] {
462
+ --vuu-icon-svg: var(--vuu-svg-function);
463
+ }
245
464
  .vuuColumnListItem {
246
465
  border-bottom: solid 1px var(--salt-separable-tertiary-borderColor);
247
466
  padding: 0 6px 0 0;
@@ -255,8 +474,14 @@
255
474
  .vuuColumnList-checkBox {
256
475
  flex: 0 0 20px;
257
476
  }
477
+ .vuuColumnList-icon {
478
+ --vuu-icon-color: var(--vuu-color-gray-45);
479
+ --vuu-icon-size: 16px;
480
+ --vuu-icon-width: 32px;
481
+ }
258
482
  .vuuColumnList-header {
259
483
  border-top: solid 2px var(--vuu-color-gray-30);
484
+ flex: 0 0 40px;
260
485
  font-size: 14px;
261
486
  font-weight: 600;
262
487
  padding-top: 24px;
@@ -265,6 +490,7 @@
265
490
  border-bottom: solid 2px var(--vuu-color-gray-30);
266
491
  color: var(--vuu-color-gray-50);
267
492
  display: flex;
493
+ flex: 0 0 24px;
268
494
  font-size: 10px;
269
495
  justify-content: space-between;
270
496
  margin-top: 16px;
@@ -343,153 +569,72 @@
343
569
  margin-top: 6px;
344
570
  }
345
571
 
346
- /* src/datagrid-configuration-ui/column-type-panel/ColumnTypePanel.css */
347
- .vuuColumnTypePanel {
348
- --settings-panel-marginTop: 0px;
349
- }
350
- .vuuColumnTypePanel-renderer {
351
- --saltButton-background: var(--salt-container-secondary-background);
352
- --saltButton-background-hover: var(--salt-actionable-secondary-background-hover);
353
- }
354
-
355
- /* src/datagrid-configuration-ui/column-settings-panel/ColumnSettingsPanel.css */
572
+ /* src/column-settings/ColumnSettingsPanel.css */
356
573
  .vuuColumnSettingsPanel {
357
- --saltFormField-margin: 3px 0;
358
- --saltFormField-label-width: 80px;
359
- --saltPanel-padding: var(--salt-size-unit);
360
- align-items: flex-start;
361
- border-left: solid 1px var(--salt-container-primary-borderColor);
574
+ --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>');
575
+ --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>');
576
+ --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>');
577
+ --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>');
578
+ --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>');
579
+ --vuuDropdown-height: 24px;
580
+ --vuuDropdown-width: 100%;
581
+ --vuuIconToggleButton-iconSize: 16px;
362
582
  display: flex;
363
583
  flex-direction: column;
364
- flex-shrink: 0;
365
- min-width: 220px;
366
- padding-left: calc(var(--salt-size-unit) * 2);
367
- width: var(--vuuColumnSettings-width, auto);
368
- }
369
- .vuuColumnSettingsPanel-columnTabs {
370
- --saltFormField-margin: 0;
371
- }
372
- .vuuColumnSettingsPanel-columnTabs .saltFormField {
373
- margin-left: 0 !important;
374
- }
375
- .vuuColumnSettingsPanel .saltPanel {
376
- --saltFormField-margin: 3px 0;
377
- margin-top: var(--settings-panel-marginTop, var(--salt-size-unit));
378
- align-items: stretch;
379
- display: flex;
380
- flex-direction: column;
381
- gap: var(--salt-size-unit);
382
- }
383
- .vuuColumnPanelSwitch {
384
- white-space: nowrap;
385
- width: 100%;
386
- }
387
- .vuuColumnSettingsPanel .saltSwitch {
388
- margin-left: auto;
389
- }
390
-
391
- /* src/datagrid-configuration-ui/settings-panel/GridSettingsPanel.css */
392
- .vuuGridSettingsPanel {
393
- --saltFormField-label-width: 150px;
394
- }
395
-
396
- /* src/datagrid-configuration-ui/calculated-column-panel/CalculatedColumnPanel.css */
397
- .vuuCalculatedColumnPanel {
398
- display: flex;
399
- flex-direction: column;
400
- gap: var(--salt-size-unit);
401
- }
402
-
403
- /* src/datagrid-configuration-ui/settings-panel/DatagridSettingsPanel.css */
404
- .vuuDialog-gridConfig {
405
- }
406
- .vuuDatagridSettingsPanel {
407
- --svg-table-settings: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 18"><rect height="3" width="5" x="1" y="10" /><rect height="3" width="5" x="1" y="6" /><rect height="3" width="10" x="7" y="10" /><rect height="3" width="10" x="7" y="6" /><path d="M6,17H1.5a.5.5,0,0,1-.5-.5V14H6Z" /><path d="M16.5,17H7V14H17v2.5A.5.5,0,0,1,16.5,17Z" /><path d="M16.5,1H1.5a.5.5,0,0,0-.5.5V5H17V1.5A.5.5,0,0,0,16.5,1Z" /></svg>');
408
- --svg-column-chooser: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 18"><path d="M16,1H10V17h6a1,1,0,0,0,1-1V2A1,1,0,0,0,16,1Z" /><path d="M8,1H2A1,1,0,0,0,1,2V16a1,1,0,0,0,1,1H8Z" /></svg>');
409
- --svg-column-settings: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 18"><path d="M5,17H1.5a.5.5,0,0,1-.5-.5V1.5A.5.5,0,0,1,1.5,1H5Z" /><path d="M8.71,15.4685a1.8065,1.8065,0,0,1-1.11-1.665v-.607a1.806,1.806,0,0,1,1.11-1.665,1.807,1.807,0,0,1,.3875-1.974l.459-.4595a1.792,1.792,0,0,1,1.276-.5285c.057,0,.1115.0115.167.0165V1H7V17H8.773A1.81349,1.81349,0,0,1,8.71,15.4685Z" /><path d="M13.1965,7.6h.607A1.8065,1.8065,0,0,1,15.468,8.7095,1.77249,1.77249,0,0,1,17,8.7815V1.5a.5.5,0,0,0-.5-.5H13V7.63A1.70987,1.70987,0,0,1,13.1965,7.6Z" /><path d="M17.5965,12.893H16.534a3.0709,3.0709,0,0,0-.45-1.0895l.7565-.7565a.3035.3035,0,0,0,0-.429l-.46-.46a.3035.3035,0,0,0-.429,0l-.7555.757a3.07263,3.07263,0,0,0-1.089-.45V9.4035A.3035.3035,0,0,0,13.8035,9.1h-.607a.3035.3035,0,0,0-.3035.3035V10.466a3.07263,3.07263,0,0,0-1.089.45l-.7565-.7565a.3035.3035,0,0,0-.429,0l-.46.46a.3035.3035,0,0,0,0,.429l.7565.7565a3.0709,3.0709,0,0,0-.45,1.0895H9.4035A.3035.3035,0,0,0,9.1,13.198v.607a.3035.3035,0,0,0,.3035.3035H10.466a3.0709,3.0709,0,0,0,.45,1.0895l-.7565.7565a.3035.3035,0,0,0,0,.429l.46.46a.3035.3035,0,0,0,.429,0l.7565-.7565a3.07263,3.07263,0,0,0,1.089.45v1.0625a.3035.3035,0,0,0,.3035.3035h.607a.3035.3035,0,0,0,.3035-.3035V16.534a3.07263,3.07263,0,0,0,1.089-.45l.7565.7565a.3035.3035,0,0,0,.429,0l.46-.46a.3035.3035,0,0,0,0-.429l-.7575-.7555a3.0709,3.0709,0,0,0,.45-1.0895h1.0625a.3035.3035,0,0,0,.3035-.3035v-.6065a.3035.3035,0,0,0-.3035-.3035ZM13.5,15.25a1.75,1.75,0,1,1,1.75-1.75A1.75,1.75,0,0,1,13.5,15.25Z" /></svg>');
410
- --saltToolbar-background: transparent;
411
- --vuuView-borderStyle: solid;
412
- --vuuColumnPicker-width: 100%;
413
- --vuuColumnSettings-width: 50%;
414
- background-color: var(--salt-container-primary-background);
415
- display: flex;
416
- flex-direction: column;
417
- height: 442px;
418
- width: 520px;
419
- }
420
- [data-icon=column-chooser] {
421
- --vuu-icon-svg: var(--svg-column-chooser);
422
- }
423
- [data-icon=column-settings] {
424
- --vuu-icon-svg: var(--svg-column-settings);
425
- }
426
- [data-icon=table-settings] {
427
- --vuu-icon-svg: var(--svg-table-settings);
428
- }
429
- [data-icon=define-column] {
430
- --vuu-icon-svg: var(--svg-function);
431
- }
432
- .vuuDatagridSettingsPanel-header {
433
- flex: 0 0 50px;
434
- }
435
- .vuuDatagridSettingsPanel-stack {
436
- flex: 1;
437
584
  gap: 24px;
438
- overflow: hidden;
585
+ height: 100%;
586
+ padding-top: 24px;
439
587
  }
440
- .vuuDatagridSettingsPanel-stack > .saltToolbar {
441
- --saltToolbar-background: var(--salt-container-secondary-background);
442
- --vuu-icon-color: var(--salt-text-secondary-foreground);
443
- --vuu-icon-size: 18px;
444
- --vuu-icon-height: 36px;
445
- --vuu-icon-width: 36px;
446
- border-bottom: none;
588
+ .vuuColumnSettingsPanel-header {
589
+ border-top: solid 2px var(--vuu-color-gray-30);
590
+ font-size: 14px;
591
+ font-weight: 600;
592
+ padding-top: 24px;
447
593
  }
448
- .vuuDatagridSettingsPanel-stack > .saltToolbar .saltTabstrip {
449
- --tabs-activationIndicator-inset: 0px auto 0px 1px;
594
+ .vuuColumnSettingsPanel-buttonBar {
595
+ align-items: center;
596
+ display: flex;
597
+ justify-content: space-between;
598
+ margin-top: auto;
450
599
  }
451
- .vuuDatagridSettingsPanel-stack > .saltToolbar .saltTab[aria-selected=true],
452
- .vuuDatagridSettingsPanel-stack > .saltToolbar .saltTab:hover {
453
- --vuu-icon-color: var(--salt-text-primary-foreground);
600
+ .vuuColumnSettingsPanel-buttonBar[data-align=right] {
601
+ gap: 6px;
602
+ justify-content: flex-end;
454
603
  }
455
- .vuuDatagridSettingsPanel-stack > .saltToolbar {
456
- --saltToolbar-background: var(--salt-container-secondary-background);
604
+ .vuuColumnSettingsPanel-buttonNavPrev {
605
+ --vuu-icon-left: 6px;
606
+ padding-left: 24px;
457
607
  }
458
- .vuuDatagridSettingsPanel-columnPanels {
459
- display: flex;
460
- flex-flow: nowrap;
461
- gap: calc(var(--salt-size-unit) * 1);
462
- margin: var(--salt-size-unit) 0;
463
- overflow: hidden;
464
- position: relative;
608
+ .vuuColumnSettingsPanel-buttonNavNext {
609
+ --vuu-icon-left: calc(100% - 18px);
610
+ padding-right: 24px;
465
611
  }
466
- .vuuDatagridSettingsPanel-columnPanels > * {
467
- transition: .3s transform ease-out;
468
- transform: translate3d(0px, 0px, 0px);
612
+ [data-icon=align-left] {
613
+ --vuu-icon-svg: var(--vuu-svg-align-left);
469
614
  }
470
- .vuuDatagridSettingsPanel-columnPanels[data-align=right] > * {
471
- transform: translate3d(-235px, 0px, 0px);
615
+ [data-icon=align-right] {
616
+ --vuu-icon-svg: var(--vuu-svg-align-right);
472
617
  }
473
- .vuuDatagridSettingsPanel-columnToolbar {
474
- --saltButton-width: 60px;
618
+ [data-icon=pin-left] {
619
+ --vuu-icon-svg: var(--vuu-svg-pin-left);
475
620
  }
476
- .vuuDatagridSettingsPanel-columnToolbar > .Responsive-inner {
477
- align-items: center;
621
+ [data-icon=pin-float] {
622
+ --vuu-icon-svg: var(--vuu-svg-pin-float);
478
623
  }
479
- .vuuDatagridSettingsPanel-buttonBar {
480
- align-items: center;
481
- border-top: solid 1px var(--salt-separable-primary-borderColor);
482
- display: flex;
483
- flex: 0 0 40px;
484
- gap: var(--salt-size-unit);
485
- justify-content: flex-end;
486
- padding: 0 var(--salt-size-unit);
624
+ [data-icon=pin-right] {
625
+ --vuu-icon-svg: var(--vuu-svg-pin-right);
487
626
  }
488
627
 
489
628
  /* src/datasource-stats/DatasourceStats.css */
490
629
  .vuuDatasourceStats {
630
+ color: black;
491
631
  display: flex;
632
+ font-size: 10px;
492
633
  gap: var(--salt-size-unit);
634
+ padding: 4px 0 0 12px;
635
+ }
636
+ .vuuDatasourceStats-label {
637
+ color: var(--vuu-color-gray-50);
493
638
  }
494
639
 
495
640
  /* ../vuu-table/src/table/ColumnResizer.css */
@@ -986,7 +1131,129 @@
986
1131
  text-overflow: ellipsis;
987
1132
  }
988
1133
 
989
- /* ../vuu-table/src/table-next/ColumnMenu.css */
1134
+ /* ../vuu-table/src/table-next/column-resizing/ColumnResizer.css */
1135
+ .vuuColumnResizerNext {
1136
+ background-color: var(--columnResizer-color);
1137
+ cursor: col-resize;
1138
+ height: var(--header-height);
1139
+ margin-left: var(--columnResizer-left, auto);
1140
+ position: relative;
1141
+ width: 2px;
1142
+ }
1143
+ .vuuColumnResizerNext:hover {
1144
+ --columnResizer-color: var(--salt-color-blue-500);
1145
+ }
1146
+ .vuuColumnResizerNext:after {
1147
+ background-color: var(--columnResizer-color, var(--salt-separable-tertiary-borderColor));
1148
+ bottom: 0;
1149
+ content: "";
1150
+ position: absolute;
1151
+ top: 0;
1152
+ right: 0px;
1153
+ height: var(--columnResizer-height, 0);
1154
+ width: 2px;
1155
+ }
1156
+
1157
+ /* ../vuu-table/src/table-next/column-header-pill/ColumnHeaderPill.css */
1158
+ .vuuColumnHeaderPill {
1159
+ --vuu-icon-size: 14px;
1160
+ --menu-item-icon-color: black;
1161
+ --vuu-icon-color: white;
1162
+ --vuu-icon-height: 12px;
1163
+ --vuu-icon-width: 13px;
1164
+ align-items: center;
1165
+ background: var(--salt-taggable-background-active);
1166
+ color: white;
1167
+ border-radius: 4px;
1168
+ font-size: 11px;
1169
+ gap: 4px;
1170
+ height: 16px;
1171
+ display: flex;
1172
+ margin: var(--vuuColumnHeaderPill-margin, 0);
1173
+ padding: 0 6px;
1174
+ position: relative;
1175
+ }
1176
+ .vuuColumnHeaderPill:hover {
1177
+ --vuu-icon-color: var(--vuu-color-gray-80);
1178
+ background-color: var(--salt-taggable-background-hover);
1179
+ color: var(--vuu-color-gray-80);
1180
+ }
1181
+ .vuuColumnHeaderPill-removeButton {
1182
+ cursor: pointer;
1183
+ }
1184
+
1185
+ /* ../vuu-table/src/table-next/column-header-pill/GroupColumnPill.css */
1186
+ .vuuSortPosition {
1187
+ font-size: 11px;
1188
+ font-weight: 700;
1189
+ padding-top: 1px;
1190
+ }
1191
+
1192
+ /* ../vuu-table/src/table-next/column-header-pill/SortIndicator.css */
1193
+ .vuuSortPosition {
1194
+ font-size: 11px;
1195
+ font-weight: 700;
1196
+ padding-top: 1px;
1197
+ }
1198
+
1199
+ /* ../vuu-table/src/table-next/header-cell/GroupHeaderCell.css */
1200
+ .vuu-theme {
1201
+ --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>');
1202
+ }
1203
+ .vuuTableNextGroupHeaderCell.vuuTableNextHeaderCell {
1204
+ --vuuColumnHeaderPill-margin: 0;
1205
+ --cell-align: "flex-start";
1206
+ text-align: left;
1207
+ background: var(--dataTable-background);
1208
+ cursor: default;
1209
+ height: var(--vuuTableHeaderHeight);
1210
+ }
1211
+ .vuuTableNextGroupHeaderCell-inner {
1212
+ align-items: center;
1213
+ display: flex;
1214
+ gap: 4px;
1215
+ height: 100%;
1216
+ padding-left: 1px;
1217
+ }
1218
+ .vuuTableNextGroupHeaderCell-col {
1219
+ align-items: center;
1220
+ background-color: inherit;
1221
+ display: inline-flex;
1222
+ flex: 0 1 auto;
1223
+ height: calc(var(--vuuTableHeaderHeight) - 2px);
1224
+ justify-content: space-between;
1225
+ padding-right: 8px;
1226
+ position: relative;
1227
+ }
1228
+ .vuuTableNextGroupHeaderCell-label {
1229
+ align-items: center;
1230
+ display: flex;
1231
+ flex: 0 0 auto;
1232
+ }
1233
+ .vuuTableNextGroupHeaderCell-close {
1234
+ --vuu-icon-height: 18px;
1235
+ --vuu-icon-width: 18px;
1236
+ cursor: pointer;
1237
+ left: 3px;
1238
+ }
1239
+ .vuuTableNextGroupHeaderCell-resizing {
1240
+ --columnResizer-color: var(--salt-color-blue-500);
1241
+ --columnResizer-height: var(--table-height);
1242
+ --columnResizer-width: 2px;
1243
+ }
1244
+ .vuuTableNextGroupHeaderCell-pending {
1245
+ --pending-content: "";
1246
+ }
1247
+ .vuuTableNextGroupHeaderCell-col:has(+ .vuuColumnResizer):after {
1248
+ content: var(--pending-content);
1249
+ width: 24px;
1250
+ height: 24px;
1251
+ background-image: var(--svg-spinner);
1252
+ background-repeat: no-repeat;
1253
+ background-size: cover;
1254
+ }
1255
+
1256
+ /* ../vuu-table/src/table-next/column-menu/ColumnMenu.css */
990
1257
  .vuuMenuItem {
991
1258
  --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
1259
  }
@@ -1000,8 +1267,9 @@
1000
1267
  border-radius: 4px;
1001
1268
  cursor: pointer;
1002
1269
  display: inline-block;
1003
- margin-top: 2px;
1004
1270
  padding: 2px;
1271
+ left: var(--column-menu-left, 0);
1272
+ margin: var(--vuuTable-columnMenu-margin, 0);
1005
1273
  }
1006
1274
  .vuuTable-columnMenu:hover {
1007
1275
  --vuu-icon-color: #15171B;
@@ -1016,47 +1284,52 @@
1016
1284
  --vuu-icon-svg: var(--vuu-svg-cog);
1017
1285
  --vuu-icon-size: 14px;
1018
1286
  }
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));
1287
+ .vuuColumnMenuList {
1288
+ --vuuMenuList-borderStyle: solid;
1289
+ border-radius: 4px;
1290
+ box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
1291
+ border-color: var(--vuuMenuList-borderColor, var(--salt-container-primary-borderColor));
1292
+ border-style: solid;
1293
+ border-width: 1px;
1040
1294
  }
1041
1295
 
1042
- /* ../vuu-table/src/table-next/HeaderCell.css */
1043
- .vuuTableNext-col-header {
1296
+ /* ../vuu-table/src/table-next/header-cell/HeaderCell.css */
1297
+ .vuuTableNextHeaderCell {
1298
+ --cell-align: "flex-start";
1299
+ --vuuColumnHeaderPill-margin: 0 0 0 3px;
1300
+ align-items: center;
1301
+ background-color: var(--vuuTableNextHeaderCell-background, inherit);
1044
1302
  border-bottom: 1px solid #ccc;
1303
+ border-right-color: var(--cell-borderColor);
1304
+ border-right-style: solid;
1305
+ border-right-width: 1px;
1045
1306
  box-sizing: border-box;
1046
1307
  cursor: default;
1047
1308
  display: inline-flex;
1048
- gap: 3px;
1049
1309
  height: var(--header-height);
1050
1310
  vertical-align: top;
1051
1311
  }
1052
- .vuuTableNext-col-header .vuuColumnResizer:hover {
1312
+ .vuuTableNextHeaderCell-right {
1313
+ --columnResizer-left: 0;
1314
+ --vuuTable-columnMenu-margin: 0;
1315
+ --vuuColumnHeaderPill-margin: 0 3px 0 0;
1316
+ --column-menu-left: 2px;
1317
+ justify-content: flex-end;
1318
+ }
1319
+ .vuuTableNextHeaderCell .vuuColumnResizerNext:hover {
1053
1320
  --columnResizer-color: var(--vuu-color-purple-10);
1054
1321
  }
1055
- .vuuTableNext-col-header-label {
1322
+ .vuuTableNextHeaderCell-label {
1056
1323
  line-height: calc(var(--header-height) - 1px);
1057
1324
  }
1058
- .vuuTableNext-col-header.vuuPinLeft.vuuEndPin .vuuColumnResizer:before {
1059
- --height: calc(var(--columnResizer-height) - 15px);
1325
+ .vuuTableNextHeaderCell-resizing {
1326
+ --columnResizer-height: var(--table-height);
1327
+ }
1328
+ .vuuTableNextHeaderCell.vuuPinLeft {
1329
+ padding-left: 2px;
1330
+ }
1331
+ .vuuTableNextHeaderCell.vuuPinLeft.vuuEndPin .vuuColumnResizerNext:before {
1332
+ --height: calc(var(--table-height) - 15px);
1060
1333
  --inset-r: calc(var(--pin-width) - 2px);
1061
1334
  --inset-b: calc(var(--height) - 2px);
1062
1335
  --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% );
@@ -1076,8 +1349,8 @@
1076
1349
  height: var(--height);
1077
1350
  z-index: -5;
1078
1351
  }
1079
- .vuuTableNext-col-header.vuuPinRight.vuuEndPin .vuuColumnResizer:before {
1080
- --height: calc(var(--columnResizer-height) - 15px);
1352
+ .vuuTableNextHeaderCell.vuuPinRight.vuuEndPin .vuuColumnResizerNext:before {
1353
+ --height: calc(var(--table-height) - 15px);
1081
1354
  --inset-r: calc(var(--pin-width) - 2px);
1082
1355
  --inset-b: calc(var(--height) - 2px);
1083
1356
  --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% );
@@ -1097,11 +1370,74 @@
1097
1370
  height: var(--height);
1098
1371
  z-index: -5;
1099
1372
  }
1373
+ .vuuTableNextHeaderCell.vuuDraggable-dragAway {
1374
+ display: none;
1375
+ }
1376
+
1377
+ /* ../vuu-table/src/table-next/table-cell/TableCell.css */
1378
+ .vuuTableNextCell {
1379
+ border-right-color: var(--cell-borderColor);
1380
+ border-right-style: solid;
1381
+ border-right-width: 1px;
1382
+ display: inline-block;
1383
+ height: 100%;
1384
+ overflow: hidden;
1385
+ padding: 0 8px;
1386
+ text-overflow: ellipsis;
1387
+ vertical-align: top;
1388
+ }
1389
+ .vuuTableNextCell-right {
1390
+ text-align: right;
1391
+ }
1392
+ .vuuTableNextCell-editable {
1393
+ display: inline-flex;
1394
+ line-height: 18px;
1395
+ padding-bottom: 1px;
1396
+ padding-top: 1px;
1397
+ text-overflow: unset;
1398
+ }
1399
+ .vuuTableNextCell:focus {
1400
+ outline: var(--vuuTableCell-outline, solid var(--vuu-color-purple-10) 2px);
1401
+ outline-offset: -2px;
1402
+ box-shadow: inset 0 0 0 var(--cell-outline-width) white;
1403
+ border-bottom: none;
1404
+ }
1405
+ .vuuTableNextRow-selected .vuuTableNextCell:not(.vuuTableNextCell-editable):focus {
1406
+ outline: var(--vuuTableCell-outline, solid var(--vuu-color-purple-10) 2px);
1407
+ outline-offset: -1px;
1408
+ }
1409
+ .vuuTableNextCell-editable:focus {
1410
+ outline: none;
1411
+ }
1412
+
1413
+ /* ../vuu-table/src/table-next/table-cell/TableGroupCell.css */
1414
+ .vuuTableNextGroupCell {
1415
+ --group-cell-spacer-width: 20px;
1416
+ align-items: center;
1417
+ border-right-color: var(--vuuTableNextGroupCell-borderColor, var(--salt-separable-tertiary-borderColor));
1418
+ border-right-style: solid;
1419
+ border-right-width: 1px;
1420
+ cursor: pointer;
1421
+ display: inline-flex;
1422
+ height: var(--row-height);
1423
+ line-height: 16px;
1424
+ }
1425
+ .vuuTableNextGroupCell-toggle {
1426
+ --vuu-icon-height: 16px;
1427
+ --vuu-icon-size: 16px;
1428
+ --vuu-icon-width: 8px;
1429
+ margin-right: 4px;
1430
+ transition: transform 0.25s;
1431
+ transform: var(--toggle-icon-transform);
1432
+ }
1433
+ .vuuTableNextGroupCell-spacer {
1434
+ width: var(--group-cell-spacer-width);
1435
+ }
1100
1436
 
1101
1437
  /* ../vuu-table/src/table-next/Row.css */
1102
1438
  .vuuTableNextRow {
1103
- background: #fff;
1104
- border-bottom: 1px solid var(--salt-separable-tertiary-borderColor);
1439
+ background: var(--row-background,#fff);
1440
+ border-bottom: 1px solid var(--row-borderColor);
1105
1441
  box-sizing: border-box;
1106
1442
  height: var(--row-height);
1107
1443
  line-height: calc(var(--row-height) - 1px);
@@ -1109,6 +1445,9 @@
1109
1445
  top: 0;
1110
1446
  white-space: nowrap;
1111
1447
  }
1448
+ .vuuTableNextRow-even {
1449
+ --row-background: var(--row-background-even);
1450
+ }
1112
1451
  .vuuTableNextRow-selected,
1113
1452
  .vuuTableNextRow-selectedEnd {
1114
1453
  background-color: rgb(235, 235, 236);
@@ -1123,7 +1462,7 @@
1123
1462
  --vuu-selection-decorator-right-radius: 0 0 5px 0;
1124
1463
  border-radius: 0 0 5px 5px;
1125
1464
  }
1126
- .vuuTableNextRow-selectedStart.vuuTableNexRow-selectedEnd {
1465
+ .vuuTableNextRow-selectedStart.vuuTableNextRow-selectedEnd {
1127
1466
  --vuu-selection-decorator-left-radius: 5px 0 0 5px;
1128
1467
  --vuu-selection-decorator-right-radius: 0 5px 5px 0;
1129
1468
  border-radius: 5px 5px 5px 5px;
@@ -1181,25 +1520,38 @@
1181
1520
  .vuuTableNextRow-selectionDecorator.vuuStickyRight:before {
1182
1521
  border-radius: var(--vuu-selection-decorator-right-radius, 0);
1183
1522
  }
1523
+ .vuuTableNextRow-expanded {
1524
+ --toggle-icon-transform: rotate(90deg);
1525
+ }
1184
1526
 
1185
1527
  /* ../vuu-table/src/table-next/TableNext.css */
1186
1528
  .vuuTableNext {
1529
+ --vuu-table-cell-outlineWidth: 1px;
1530
+ --table-height: var(--measured-px-height);
1531
+ --table-width: var(--measured-px-width);
1187
1532
  --vuu-table-next-selection-bookend-width: 4px;
1188
- --columnResizer-height: var(--table-height);
1189
1533
  --columnResizer-color: transparent;
1534
+ --row-background: white;
1535
+ --cell-borderColor: transparent;
1536
+ --row-borderColor: var(--row-background);
1190
1537
  --table-background: var(--salt-container-primary-background);
1191
- height: var(--table-css-height);
1192
- background-color: red;
1193
1538
  position: relative;
1194
1539
  user-select: none;
1195
- width: var(--table-css-width);
1540
+ }
1541
+ .vuuTableNext-zebra {
1542
+ --row-background-even: var(--vuu-color-gray-25) ;
1543
+ }
1544
+ .vuuTableNext-colLines {
1545
+ --cell-borderColor: var(--salt-separable-tertiary-borderColor);
1546
+ }
1547
+ .vuuTableNext-rowLines {
1548
+ --row-borderColor: var(--salt-separable-tertiary-borderColor);
1196
1549
  }
1197
1550
  .vuuTableNext-scrollbarContainer {
1198
1551
  --scroll-content-width: 1100px;
1199
1552
  border-bottom: none !important;
1200
1553
  border-top: none !important;
1201
1554
  border-left: solid 1px var(--salt-container-primary-borderColor);
1202
- box-shadow: 0px -1px 0px 0px var(--salt-container-primary-borderColor);
1203
1555
  height: var(--viewport-body-height);
1204
1556
  left: 0px;
1205
1557
  overflow: auto;
@@ -1207,6 +1559,22 @@
1207
1559
  top: var(--total-header-height);
1208
1560
  width: var(--table-width);
1209
1561
  }
1562
+ .vuuTableNext-scrollbarContainer::-webkit-scrollbar {
1563
+ border: none;
1564
+ width: 10px;
1565
+ }
1566
+ .vuuTableNext-scrollbarContainer::-webkit-scrollbar:horizontal {
1567
+ height: 10px;
1568
+ }
1569
+ .vuuTableNext-scrollbarContainer::-webkit-scrollbar-track {
1570
+ background-color: white;
1571
+ }
1572
+ .vuuTableNext-scrollbarContainer::-webkit-scrollbar-thumb {
1573
+ background-clip: padding-box;
1574
+ border-radius: 10px;
1575
+ border: 2px solid rgba(0, 0, 0, 0);
1576
+ background-color: var(--vuu-color-gray-30);
1577
+ }
1210
1578
  .vuuTableNext-scrollbarContent {
1211
1579
  height: calc(var(--content-height) + var(--horizontal-scrollbar-height));
1212
1580
  position: absolute;
@@ -1238,11 +1606,6 @@
1238
1606
  .vuuTableNext-body {
1239
1607
  height: var(--content-height);
1240
1608
  }
1241
- .vuuTableNextCell {
1242
- display: inline-block;
1243
- padding: 0 8px;
1244
- vertical-align: top;
1245
- }
1246
1609
  .vuuPinLeft,
1247
1610
  .vuuPinRight {
1248
1611
  background-color: inherit;
@@ -1265,12 +1628,59 @@
1265
1628
  border: none !important;
1266
1629
  height: 0px;
1267
1630
  }
1631
+ .vuuDraggable-vuuTableNext {
1632
+ --header-height: 25px;
1633
+ --vuuTableNextHeaderCell-background: var(--vuu-color-gray-25);
1634
+ }
1635
+
1636
+ /* ../vuu-table/src/table-next/cell-renderers/dropdown-cell/DropdownCell.css */
1637
+ .vuuTableDropdownCell {
1638
+ --vuu-icon-height: 15px;
1639
+ --salt-focused-outlineStyle: none;
1640
+ --saltButton-borderRadius: 4px;
1641
+ font-weight: 500;
1642
+ }
1643
+ .vuuTableDropdownCell button:focus-visible {
1644
+ --saltButton-borderColor: var(--vuu-color-purple-10);
1645
+ --saltButton-borderWidth: 2px;
1646
+ padding-left: 3px;
1647
+ }
1648
+
1649
+ /* ../vuu-table/src/table-next/cell-renderers/input-cell/InputCell.css */
1650
+ .vuuTableInputCell.saltInput-primary {
1651
+ --salt-focused-outlineStyle: none;
1652
+ --saltInput-height: 17px;
1653
+ --saltInput-minHeight: 17px;
1654
+ border-radius: 4px;
1655
+ font-weight: 500;
1656
+ }
1657
+ .vuuTableNextCell:focus .vuuTableInputCell.saltInput-primary,
1658
+ .vuuTableInputCell.saltInput-primary.saltInput-focused {
1659
+ border: solid 2px var(--vuu-color-purple-10);
1660
+ padding: 0 3px;
1661
+ }
1662
+ .vuuTableInputCell-icon {
1663
+ --vuu-icon-height: 13px;
1664
+ --vuu-icon-size: 15px;
1665
+ --vuu-icon-width: 12px;
1666
+ border-radius: 10px;
1667
+ }
1668
+ .vuuTableNextCell:focus .vuuTableInputCell.saltInput-primary.vuuTableInputCell-error,
1669
+ .vuuTableInputCell.saltInput-primary.saltInput-focused.vuuTableInputCell-error {
1670
+ border: solid 2px var(--vuu-color-red-50);
1671
+ }
1672
+ .vuuTableInputCell-error.saltInput-primary {
1673
+ border: solid 1px var(--vuu-color-red-50);
1674
+ }
1268
1675
 
1269
1676
  /* src/table-settings/TableSettingsPanel.css */
1270
1677
  .vuuTableSettingsPanel {
1271
1678
  --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
1679
  --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
1680
  --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>');
1681
+ --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>');
1682
+ --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>');
1683
+ --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>');
1274
1684
  display: flex;
1275
1685
  flex-direction: column;
1276
1686
  gap: 24px;
@@ -1286,4 +1696,36 @@
1286
1696
  .vuuTableSettingsPanel [data-icon=text-T] {
1287
1697
  --vuu-icon-svg: var(--vuu-svg-text-T);
1288
1698
  }
1699
+ .vuuTableSettingsPanel [data-icon=col-lines] {
1700
+ --vuu-icon-svg: var(--vuu-svg-col-lines);
1701
+ }
1702
+ .vuuTableSettingsPanel [data-icon=row-lines] {
1703
+ --vuu-icon-svg: var(--vuu-svg-row-lines);
1704
+ }
1705
+ .vuuTableSettingsPanel [data-icon=row-striping] {
1706
+ --vuu-icon-svg: var(--vuu-svg-stripes);
1707
+ }
1708
+ .vuuTableSettingsPanel-header {
1709
+ border-top: solid 2px var(--vuu-color-gray-30);
1710
+ font-size: 14px;
1711
+ font-weight: 600;
1712
+ padding-top: 24px;
1713
+ }
1714
+ .vuuTableSettingsPanel .vuuColumnList {
1715
+ flex-grow: 1;
1716
+ flex-shrink: 1;
1717
+ flex-basis: 0;
1718
+ }
1719
+ .vuuTableSettingsPanel-calculatedButtonbar {
1720
+ --vuu-icon-size: 16px;
1721
+ --saltButton-height: 24px;
1722
+ --saltButton-width: 24px;
1723
+ align-items: center;
1724
+ display: flex;
1725
+ flex: 0 0 32px;
1726
+ gap: 12px;
1727
+ }
1728
+ .vuuGridSeparators {
1729
+ --vuuIconToggleButton-iconSize: 16px;
1730
+ }
1289
1731
  /*# sourceMappingURL=index.css.map */