@vuu-ui/vuu-datatable 0.6.13-debug → 0.6.13

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/index.css CHANGED
@@ -1,638 +1,2 @@
1
- /* ../vuu-popups/src/dialog/Dialog.css */
2
- .vuuDialog {
3
- background: var(--salt-container-primary-background);
4
- border: var(--vuuDialog-border, solid 1px #ccc);
5
- border-radius: 5px;
6
- padding: var(--vuuDialog-padding, 0);
7
- box-shadow: var(--salt-overlayable-shadow, none);
8
- height: var(--vuuDialog-height, fit-content);
9
- width: var(--vuuDialog-width, fit-content);
10
- }
11
- .vuuDialog-header {
12
- --saltButton-height: 28px;
13
- --saltButton-width: 28px;
14
- --saltToolbar-background: transparent;
15
- --saltToolbar-height: calc(var(--salt-size-base) + 5px);
16
- border-bottom: solid 1px var(--salt-container-primary-borderColor);
17
- }
18
- .vuuDialog-header > .Responsive-inner {
19
- align-items: center;
20
- }
21
- .vuuDialog-header > .Responsive-inner > :last-child {
22
- right: 2px;
23
- }
24
-
25
- /* ../vuu-popups/src/menu/MenuList.css */
26
- .vuuMenuList {
27
- --context-menu-color: #161616;
28
- --context-menu-padding: var(--hw-list-item-padding, 0 6px);
29
- --context-menu-shadow: var(--hw-dialog-shadow, 0 6px 12px rgba(0, 0, 0, 0.175));
30
- --focus-visible-border-color: var(--hw-focus-visible-border-color, rgb(141, 154, 179));
31
- --context-menu-highlight-bg: #a4d5f4;
32
- --context-menu-blur-focus-bg: #e0e4e9;
33
- --menu-item-height: var(--hw-list-item-height, 24px);
34
- --menu-item-icon-color: black;
35
- --menu-item-twisty-color: black;
36
- --menu-item-twisty-content: "";
37
- --menu-item-twisty-top: 50%;
38
- --menu-item-twisty-left: auto;
39
- --menu-item-twisty-right: 0px;
40
- --menu-icon-size: 12px;
41
- background-clip: padding-box;
42
- background-color: white;
43
- border-radius: 4px;
44
- border: solid 1px rgba(0, 0, 0, 0.15);
45
- box-shadow: var(--context-menu-shadow);
46
- font-size: var(--salt-text-label-fontSize);
47
- font-weight: var(--salt-typography-fontWeight-semiBold);
48
- list-style: none;
49
- margin: 2px 0 0;
50
- outline: 0;
51
- padding: 0;
52
- position: absolute;
53
- }
54
- .vuuMenuItem {
55
- align-items: center;
56
- color: var(--context-menu-color);
57
- display: flex;
58
- gap: 6px;
59
- height: var(--menu-item-height);
60
- padding: var(--context-menu-padding);
61
- padding-right: 24px;
62
- position: relative;
63
- white-space: nowrap;
64
- }
65
- .vuuIconContainer {
66
- display: inline-block;
67
- flex: 12px 0 0;
68
- height: var(--menu-icon-size);
69
- mask-repeat: no-repeat;
70
- width: var(--menu-icon-size);
71
- }
72
- .vuuMenuItem[aria-expanded=true] {
73
- background-color: var(--context-menu-blur-focus-bg);
74
- }
75
- .vuuMenuItem-separator {
76
- border-top: solid 1px var(--context-menu-blur-focus-bg);
77
- }
78
- .vuuMenuItem[aria-haspopup=true]:after {
79
- content: var(--menu-item-twisty-content);
80
- -webkit-mask: var(--svg-chevron-right) center center/12px 12px;
81
- mask: var(--svg-chevron-down) center center/12px 12px;
82
- mask-repeat: no-repeat;
83
- background-color: var(--menu-item-twisty-color);
84
- height: 16px;
85
- left: var(--menu-item-twisty-left);
86
- right: var(--menu-item-twisty-right);
87
- margin-top: -8px;
88
- position: absolute;
89
- top: var(--menu-item-twisty-top);
90
- transition: transform 0.3s;
91
- width: 16px;
92
- }
93
- .vuuMenuItem[data-highlighted] {
94
- background-color: var(--context-menu-highlight-bg);
95
- }
96
- .vuuMenuItem:hover {
97
- background-color: var(--context-menu-highlight-bg);
98
- cursor: default;
99
- }
100
- .vuuMenuList-childMenuShowing .hwMenuItem[data-highlighted] {
101
- background-color: var(--context-menu-blur-focus-bg);
102
- }
103
- .vuuMenuItem.focusVisible:before {
104
- content: "";
105
- position: absolute;
106
- top: 0;
107
- left: 0;
108
- right: 0;
109
- bottom: 0px;
110
- border: dotted var(--focus-visible-border-color) 2px;
111
- }
112
- .vuuPopupContainer.top-bottom-right-right .popup-menu {
113
- left: auto;
114
- right: 0;
115
- }
116
- .popup-menu .menu-item.showing > button,
117
- .popup-menu .menu-item > button:focus,
118
- .popup-menu .menu-item > button:hover {
119
- text-decoration: none;
120
- color: rgb(0, 0, 0);
121
- background-color: rgb(220, 220, 220);
122
- }
123
- .vuuMenuItem-button:active,
124
- .hwMenuItem-button:hover {
125
- outline: 0;
126
- }
127
- .popup-menu .menu-item.disabled > button {
128
- clear: both;
129
- font-weight: normal;
130
- line-height: 1.5;
131
- color: rgb(120, 120, 120);
132
- white-space: nowrap;
133
- text-decoration: none;
134
- cursor: default;
135
- }
136
-
137
- /* ../vuu-popups/src/popup/popup-service.css */
138
- .vuuPopup {
139
- box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
140
- position: absolute;
141
- top: 0;
142
- left: 0;
143
- width: 0;
144
- height: 0;
145
- overflow: visible;
146
- z-index: 1000;
147
- }
148
- .vuuPopup {
149
- position: absolute;
150
- }
151
-
152
- /* src/TableCell.css */
153
- .vuuDataTable {
154
- --cell-outline-width: 2px;
155
- user-select: none;
156
- }
157
- .vuuDataTable-table td {
158
- --saltEditableLabel-height: 17px;
159
- --saltInput-height: 17px;
160
- --saltInput-minHeight: 17px;
161
- border-right: 1px solid var(--vuuTableCell-border-rightColor);
162
- border-bottom: 1px solid var(--vuuTableCell-border-bottomColor);
163
- color: var(--salt-text-primary-foreground);
164
- cursor: default;
165
- height: var(--vuuTable-rowHeight);
166
- line-height: calc(var(--vuuTable-rowHeight) - 1px);
167
- overflow: hidden;
168
- padding: 0 5px;
169
- }
170
- .vuuDataTable th:focus,
171
- .vuuDataTable td:focus {
172
- outline: var(--vuuTableCell-outline, dotted var(--salt-color-blue-400) var(--cell-outline-width));
173
- outline-offset: calc(var(--cell-outline-width) * -1);
174
- box-shadow: inset 0 0 0 var(--cell-outline-width) white;
175
- border-bottom: none;
176
- }
177
- .vuuDataTable th:focus .vuuTable-headerCell-inner {
178
- padding-bottom: var(--cell-outline-width);
179
- }
180
- .vuuDataTable th:not(.vuuTable-headerCell-resizing):focus .vuuTable-headerCell-inner {
181
- --columnResizer-color: transparent;
182
- }
183
- .vuuDataTable td:focus {
184
- border-right: none;
185
- padding-bottom: 1px;
186
- }
187
- td[data-editable=true] {
188
- --salt-text-fontSize: 10px;
189
- --vuu-icon-size: 5px;
190
- position: relative;
191
- }
192
- td[data-editable=true]:after {
193
- top: 0;
194
- content: "";
195
- background-color: var(--salt-text-secondary-foreground, black);
196
- left: 0;
197
- height: var(--vuu-icon-height, var(--vuu-icon-size, 12px));
198
- -webkit-mask: var(--svg-corner-triangle) center center/var(--vuu-icon-size) var(--vuu-icon-size);
199
- mask: var(--svg-corner-triangle) center center/var(--vuu-icon-size) var(--vuu-icon-size);
200
- mask-repeat: no-repeat;
201
- -webkit-mask-repeat: no-repeat;
202
- position: absolute;
203
- transform: rotate(180deg);
204
- width: var(--vuu-icon-width, var(--vuu-icon-size, 12px));
205
- }
206
- td:focus[data-editable],
207
- td:focus-within[data-editable],
208
- td:has(.saltEditableLabel-editing) {
209
- outline: solid var(--salt-color-blue-400) 1px;
210
- background-color: white;
211
- outline-offset: -1px;
212
- }
213
- td:focus[data-editable=true]:after,
214
- td:has(.saltEditableLabel):after {
215
- background-color: var(--salt-color-blue-400);
216
- left: 1px;
217
- top: 1px;
218
- }
219
-
220
- /* src/TableGroupCell.css */
221
- .vuuTableGroupCell {
222
- --spacer-width: 20px;
223
- --toggle-icon-transform: var(--row-toggle-icon-transform, none);
224
- --vuu-icon-width: 18px;
225
- display: flex;
226
- align-items: center;
227
- }
228
- .vuuTableGroupCell-spacer {
229
- height: 100%;
230
- position: relative;
231
- width: var(--spacer-width);
232
- }
233
- .vuuTableGroupCell-spacer:after {
234
- background: var(--salt-container-primary-borderColor);
235
- content: "";
236
- position: absolute;
237
- top: 0;
238
- bottom: -1px;
239
- left: 9px;
240
- width: 1px;
241
- }
242
- .vuuTableGroupCell-toggle {
243
- transition: transform 0.25s;
244
- transform: var(--toggle-icon-transform);
245
- }
246
-
247
- /* src/TableRow.css */
248
- .vuuDataTableRow-even {
249
- --row-background: var(--salt-container-secondary-background);
250
- }
251
- .vuuDataTableRow:not(.vuuDataTableRow-even) {
252
- --row-background: var(--vuuTableRow-backgroundColor-odd, var(--table-background));
253
- }
254
- .vuuDataTableRow {
255
- background: var(--row-background);
256
- }
257
- .vuuDataTableRow :is(.vuuPinFloating, .vuuPinLeft, .vuuPinRight) {
258
- background-color: var(--row-background);
259
- }
260
- .vuuDataTableRow-expanded {
261
- --row-toggle-icon-transform: rotate(90deg);
262
- }
263
- .vuuDataTableRow[aria-selected] {
264
- background-color: var(--vuuTableRow-selected-background, var(--salt-selectable-background-selected));
265
- --vuuTableCell-border-bottomColor: var(--salt-selectable-borderColor-selected);
266
- }
267
- .vuuDataTableRow-preSelected {
268
- --vuuTableCell-border-bottomColor: var(--salt-selectable-borderColor-selected);
269
- }
270
-
271
- /* src/ColumnResizer.css */
272
- .vuuColumnResizer {
273
- cursor: col-resize;
274
- margin-left: auto;
275
- width: 4px;
276
- }
277
- .vuuColumnResizer:after {
278
- content: "";
279
- position: absolute;
280
- width: var(--columnResizer-width, 1px);
281
- top: 0;
282
- bottom: 0;
283
- right: 0;
284
- background-color: var(--columnResizer-color, var(--salt-separable-tertiary-borderColor));
285
- height: var(--columnResizer-height, 100%);
286
- }
287
-
288
- /* src/SortIndicator.css */
289
- .vuuSortIndicator {
290
- --menu-icon-size: 18px;
291
- --menu-item-icon-color: black;
292
- display: flex;
293
- flex-direction: column;
294
- position: relative;
295
- width: 18px;
296
- }
297
- .vuuSortPosition {
298
- font-size: 10px;
299
- line-height: 10px;
300
- text-align: center;
301
- }
302
-
303
- /* src/TableHeaderCell.css */
304
- .vuuTable-heading:nth-child(2) {
305
- --heading-top: calc(var(--header-height));
306
- }
307
- .vuuTable-heading:nth-child(3) {
308
- --heading-top: calc(var(--header-height) * 2);
309
- }
310
- .vuuTable-heading:nth-child(3) {
311
- --heading-top: calc(var(--header-height) * 3);
312
- }
313
- .vuuTable-headingCell {
314
- background: var(--table-background);
315
- border-color: var(--salt-separable-tertiary-borderColor);
316
- border-style: solid solid solid none;
317
- border-width: 1px;
318
- color: var(--salt-text-secondary-foreground);
319
- height: var(--vuuTableHeaderHeight);
320
- padding: 0 !important;
321
- position: sticky;
322
- top: var(--heading-top, 0);
323
- z-index: 1;
324
- }
325
- .vuuTable-heading:has(+ .vuuTable-heading) > .vuuTable-headingCell {
326
- border-bottom-color: transparent;
327
- }
328
- .vuuTable-headerCell {
329
- --cell-align: "flex-start";
330
- text-align: left;
331
- background: var(--table-background);
332
- border-bottom: 2px solid var(--salt-separable-tertiary-borderColor);
333
- color: var(--salt-text-secondary-foreground);
334
- cursor: default;
335
- padding: 0 !important;
336
- position: sticky;
337
- top: calc(var(--total-header-height) - var(--header-height));
338
- height: var(--vuuTableHeaderHeight);
339
- z-index: 1;
340
- }
341
- .vuuTable-headerCell-right {
342
- --cell-align: flex-end;
343
- }
344
- .vuuTable-headerCell-inner {
345
- align-items: stretch;
346
- display: flex;
347
- height: 100%;
348
- padding: 0 0 0 3px;
349
- }
350
- .vuuTable-headerCell-inner:has(.vuuFilterIndicator) {
351
- padding-left: 0;
352
- }
353
- .vuuTable-headerCell-label {
354
- align-items: center;
355
- justify-content: var(--cell-align);
356
- display: flex;
357
- flex: 1 1 auto;
358
- }
359
- .vuuTable-headerCell-resizing {
360
- --columnResizer-color: var(--salt-color-blue-500);
361
- --columnResizer-height: var(--table-height);
362
- --columnResizer-width: 2px;
363
- }
364
- .vuuTable-headerCell.vuuPinLeft.vuuEndPin:after {
365
- box-shadow: 2px 0px 5px rgba(0, 0, 0, 0.4);
366
- content: "";
367
- position: absolute;
368
- width: 1px;
369
- background-color: transparent;
370
- height: var(--table-height);
371
- top: 0;
372
- right: 0px;
373
- }
374
- .vuuTable-headerCell.vuuPinRight.vuuEndPin:after {
375
- box-shadow: -2px 0px 5px rgba(0, 0, 0, 0.3);
376
- content: "";
377
- position: absolute;
378
- width: 1px;
379
- background-color: transparent;
380
- height: var(--table-height);
381
- top: 0;
382
- left: 0px;
383
- }
384
-
385
- /* src/filter-indicator.css */
386
- .vuuFilterIndicator {
387
- --menu-icon-size: 12px;
388
- --menu-item-icon-color: black;
389
- align-items: center;
390
- cursor: pointer;
391
- display: flex;
392
- flex: 0 0 18px;
393
- flex-direction: column;
394
- justify-content: center;
395
- position: relative;
396
- }
397
- .vuuFilterIndicator + .vuuTable-headerCell-inner {
398
- padding-left: 0;
399
- }
400
-
401
- /* ../vuu-filters/src/filter-input/FilterInput.css */
402
- .salt-theme {
403
- --vuuFilterEditor-lineHeight: 28px;
404
- }
405
- .salt-density-high {
406
- --vuuFilterEditor-buttonWidth: 20px;
407
- --vuuFilterEditor-height: 22px;
408
- --vuuFilterEditor-lineHeight: 20px;
409
- }
410
- .vuuFilterInput {
411
- --vuuFilterEditor-background: var(--salt-container-primary-background);
412
- --vuuFilterEditor-color: var(--salt-text-primary-foreground);
413
- --vuuFilterEditor-fontFamily: var(--salt-typography-fontFamily);
414
- --vuuFilterEditor-fontSize: var(--salt-text-fontSize);
415
- --vuuFilterEditor-cursorColor: var(--salt-text-secondary-foreground);
416
- --vuuFilterEditor-selectionBackground: var(--salt-text-background-selected);
417
- --vuuFilterEditor-tooltipBackground: var(--salt-container-primary-background);
418
- --vuuFilterEditor-tooltipBorder: var(--tooltip-status-borderColor) var(--salt-container-borderWidth) var(--salt-container-borderStyle);
419
- --vuuFilterEditor-tooltipElevation: var(--salt-overlayable-shadow-popout);
420
- --vuuFilterEditor-suggestion-selectedBackground: var(--salt-selectable-background-selected);
421
- --vuuFilterEditor-suggestion-selectedColor: var(--vuuFilterEditor-color);
422
- --vuuFilterEditor-suggestion-height: 24px;
423
- --vuuFilterEditor-variableColor: blue;
424
- align-items: center;
425
- border-color: var(--salt-container-secondary-borderColor);
426
- border-style: solid none;
427
- border-width: 1px;
428
- box-sizing: border-box;
429
- display: flex;
430
- height: var(--vuuFilterEditor-height, 30px);
431
- }
432
- .vuuFilterInput-Editor {
433
- flex: 1 1 auto;
434
- height: 100%;
435
- }
436
- .vuuFilterInput-FilterButton,
437
- .vuuFilterInput-ClearButton {
438
- --vuu-icon-size: 12px;
439
- --saltButton-width: var(--vuuFilterEditor-buttonWidth, 28px);
440
- }
441
- .vuuIllustration {
442
- --vuuFilterEditor-suggestion-selectedBackground:var(--salt-container-secondary-background);
443
- background: var(--salt-container-secondary-background);
444
- color: var(--salt-text-secondary-foreground);
445
- }
446
-
447
- /* ../vuu-filters/src/filter-toolbar/FilterToolbar.css */
448
- .vuuFilterDropdown,
449
- .vuuFilterSwitch {
450
- --saltToolbarField-marginTop: 0;
451
- height: 100%;
452
- }
453
- .vuuFilterDropdown.saltFormField-focused:before {
454
- top: 2px !important;
455
- bottom: 2px !important;
456
- }
457
-
458
- /* src/TableGroupHeaderCell.css */
459
- .vuuTable-groupHeaderCell {
460
- --cell-align: "flex-start";
461
- text-align: left;
462
- background: var(--table-background);
463
- border-right: 1px solid var(--salt-separable-tertiary-borderColor);
464
- border-bottom: 2px solid var(--salt-separable-tertiary-borderColor);
465
- color: var(--salt-text-secondary-foreground);
466
- cursor: default;
467
- padding: 0 !important;
468
- position: sticky;
469
- top: 0;
470
- height: var(--vuuTableHeaderHeight);
471
- z-index: 1;
472
- }
473
- .vuuTable-groupHeaderCell-inner {
474
- display: flex;
475
- height: 100%;
476
- }
477
- .vuuTable-groupHeaderCell-label {
478
- align-items: center;
479
- display: flex;
480
- flex: 0 0 auto;
481
- }
482
- .vuuTable-groupHeaderCell-col {
483
- align-items: center;
484
- background-color: inherit;
485
- display: inline-flex;
486
- flex: 0 1 auto;
487
- height: calc(var(--vuuTableHeaderHeight) - 4px);
488
- justify-content: space-between;
489
- padding-right: 8px;
490
- position: relative;
491
- }
492
- .vuuTable-groupHeaderCell-close {
493
- --vuu-icon-height: 18px;
494
- --vuu-icon-width: 18px;
495
- cursor: pointer;
496
- left: 3px;
497
- }
498
- .vuuTable-groupHeaderCell-col:nth-child(odd) {
499
- background-color: var(--salt-color-gray-50);
500
- }
501
- .vuuTable-groupHeaderCell-col:nth-child(even) {
502
- background-color: var(--salt-color-gray-40);
503
- }
504
- .vuuTable-groupHeaderCell-col:first-child {
505
- clip-path: polygon(0 0, calc(100% - 8px) 0, 100% 50%, calc(100% - 8px) 100%, 0 100%);
506
- padding-left: 3px;
507
- z-index: 1;
508
- }
509
- .vuuTable-groupHeaderCell-col:not(:first-child) {
510
- margin-left: -6px;
511
- padding-left: 12px;
512
- clip-path: polygon(0 0, calc(100% - 8px) 0, 100% 50%, calc(100% - 8px) 100%, 0 100%, 8px 50%);
513
- }
514
- .vuuTable-groupHeaderCell-resizing {
515
- --columnResizer-color: var(--salt-color-blue-500);
516
- --columnResizer-height: var(--table-height);
517
- --columnResizer-width: 2px;
518
- }
519
-
520
- /* src/DataTable.css */
521
- .vuuDataTable {
522
- background-color: var(--salt-container-primary-background, inherit);
523
- position: relative;
524
- }
525
- .vuuDataTable-contentContainer {
526
- --table-background: var(--salt-container-primary-background, inherit);
527
- --vuuTable-contentHeight: var(--content-height, "auto");
528
- --vuuTable-contentWidth: var(--content-width, "auto");
529
- --vuuTableHeaderHeight: var(--header-height, 30px);
530
- --vuuTable-height: calc(var(--table-height) - var(--scrollbar-size));
531
- --vuuTable-pinnedWidthLeft: var(--pinned-width-left, 0pxs);
532
- --vuuTable-scrollbarSize: var(--scrollbar-size, 15px);
533
- --vuuTable-width: calc(var(--table-width) - var(--scrollbar-size));
534
- background-color: var(--salt-container-primary-background);
535
- height: var(--vuuTable-height);
536
- position: relative;
537
- overflow: auto;
538
- overscroll-behavior: none;
539
- width: var(--vuuTable-width);
540
- }
541
- .vuuDataTable-contentContainer::-webkit-scrollbar {
542
- display: none;
543
- }
544
- .vuuDataTable-scrollbarContainer {
545
- --scroll-content-width: calc(var(--content-width) - var(--pinned-width-left));
546
- border-left: solid 1px var(--salt-container-primary-borderColor);
547
- border-top: solid 1px var(--salt-container-primary-borderColor);
548
- overflow: auto;
549
- position: absolute;
550
- height: calc(var(--table-height) - var(--total-header-height) + 1px);
551
- width: calc(var(--table-width) - var(--pinned-width-left) + 1px);
552
- }
553
- .vuuDataTable-scrollContainerHeader {
554
- background: #777;
555
- height: var(--header-height);
556
- position: fixed;
557
- top: 0;
558
- right: 0;
559
- width: var(--vuuTable-scrollbarSize);
560
- }
561
- .vuuDataTable-scrollContainerFooter {
562
- background-color: green;
563
- height: var(--vuuTable-scrollbarSize);
564
- position: fixed;
565
- bottom: 0;
566
- left: 0;
567
- width: var(--pinned-width-left);
568
- }
569
- .vuuDataTable-scrollContent {
570
- position: absolute;
571
- height: var(--content-height);
572
- width: var(--scroll-content-width, var(--content-width));
573
- }
574
- .vuuDataTable-tableContainer {
575
- background-color: var(--table-background);
576
- border-bottom: solid 1px var(--salt-container-primary-borderColor);
577
- height: calc(var(--table-height) - var(--scrollbar-size));
578
- left: 0px;
579
- overflow: hidden;
580
- position: sticky;
581
- top: 0px;
582
- width: calc(var(--table-width) - var(--scrollbar-size));
583
- white-space: nowrap;
584
- }
585
- .vuuDataTable-table {
586
- --vuuTable-rowHeight: var(--row-height);
587
- --vuuTableCell-border-bottomColor: transparent;
588
- --vuuTableCell-border-rightColor: var(--salt-separable-tertiary-borderColor);
589
- position: absolute;
590
- top: 0;
591
- left: 0;
592
- background: repeating-linear-gradient(to bottom, var(--salt-container-secondary-background), var(--salt-container-secondary-background) 20px, var(--table-background) 20px, var(--table-background) 40px);
593
- border-collapse: separate;
594
- border-spacing: 0;
595
- border-left: 1px solid #ccc;
596
- border: none;
597
- font-size: var(--vuuDataTable-font-size, 10px);
598
- margin: 0;
599
- min-height: 100%;
600
- table-layout: fixed;
601
- width: var(--vuuTable-contentWidth);
602
- }
603
- .vuuDataTable-columnBased {
604
- display: inline-table;
605
- height: var(--vuuTable-height);
606
- position: static;
607
- }
608
- .vuuDataTable-filler {
609
- height: var(--filler-height);
610
- }
611
- :is(.vuuPinLeft, .vuuPinRight, .vuuPinFloating) {
612
- position: sticky;
613
- }
614
- .vuuAlignRight {
615
- text-align: right;
616
- }
617
- th:is(.vuuPinLeft, .vuuPinRight, .vuuPinFloating) {
618
- top: 0;
619
- z-index: 20;
620
- }
621
- table:is(.vuuPinLeft, .vuuPinRight, .vuuPinFloating) {
622
- z-index: 10;
623
- }
624
- .vuuDataTable-settings {
625
- height: var(--header-height);
626
- position: absolute;
627
- right: 0;
628
- top: 0;
629
- width: 15px;
630
- }
631
- .vuuDataTable:has(.vuuTable-headerCell-resizing) * {
632
- cursor: col-resize;
633
- }
634
- .saltDraggable-table-column {
635
- background-color: var(--salt-container-primary-background);
636
- overflow: hidden;
637
- }
1
+ .vuuDialog{background:var(--salt-container-primary-background);border:var(--vuuDialog-border, solid 1px #ccc);border-radius:5px;padding:var(--vuuDialog-padding, 0);box-shadow:var(--salt-overlayable-shadow, none);height:var(--vuuDialog-height, fit-content);width:var(--vuuDialog-width, fit-content)}.vuuDialog-header{--saltButton-height: 28px;--saltButton-width: 28px;--saltToolbar-background: transparent;--saltToolbar-height: calc(var(--salt-size-base) + 5px);border-bottom:solid 1px var(--salt-container-primary-borderColor)}.vuuDialog-header>.Responsive-inner{align-items:center}.vuuDialog-header>.Responsive-inner>:last-child{right:2px}.vuuMenuList{--context-menu-color: #161616;--context-menu-padding: var(--hw-list-item-padding, 0 6px);--context-menu-shadow: var(--hw-dialog-shadow, 0 6px 12px rgba(0, 0, 0, .175));--focus-visible-border-color: var(--hw-focus-visible-border-color, rgb(141, 154, 179));--context-menu-highlight-bg: #a4d5f4;--context-menu-blur-focus-bg: #e0e4e9;--menu-item-height: var(--hw-list-item-height, 24px);--menu-item-icon-color: black;--menu-item-twisty-color: black;--menu-item-twisty-content: "";--menu-item-twisty-top: 50%;--menu-item-twisty-left: auto;--menu-item-twisty-right: 0px;--menu-icon-size: 12px;background-clip:padding-box;background-color:#fff;border-radius:4px;border:solid 1px rgba(0,0,0,.15);box-shadow:var(--context-menu-shadow);font-size:var(--salt-text-label-fontSize);font-weight:var(--salt-typography-fontWeight-semiBold);list-style:none;margin:2px 0 0;outline:0;padding:0;position:absolute}.vuuMenuItem{align-items:center;color:var(--context-menu-color);display:flex;gap:6px;height:var(--menu-item-height);padding:var(--context-menu-padding);padding-right:24px;position:relative;white-space:nowrap}.vuuIconContainer{display:inline-block;flex:12px 0 0;height:var(--menu-icon-size);mask-repeat:no-repeat;width:var(--menu-icon-size)}.vuuMenuItem[aria-expanded=true]{background-color:var(--context-menu-blur-focus-bg)}.vuuMenuItem-separator{border-top:solid 1px var(--context-menu-blur-focus-bg)}.vuuMenuItem[aria-haspopup=true]:after{content:var(--menu-item-twisty-content);-webkit-mask:var(--svg-chevron-right) center center/12px 12px;mask:var(--svg-chevron-down) center center/12px 12px;mask-repeat:no-repeat;background-color:var(--menu-item-twisty-color);height:16px;left:var(--menu-item-twisty-left);right:var(--menu-item-twisty-right);margin-top:-8px;position:absolute;top:var(--menu-item-twisty-top);transition:transform .3s;width:16px}.vuuMenuItem[data-highlighted]{background-color:var(--context-menu-highlight-bg)}.vuuMenuItem:hover{background-color:var(--context-menu-highlight-bg);cursor:default}.vuuMenuList-childMenuShowing .hwMenuItem[data-highlighted]{background-color:var(--context-menu-blur-focus-bg)}.vuuMenuItem.focusVisible:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0px;border:dotted var(--focus-visible-border-color) 2px}.vuuPopupContainer.top-bottom-right-right .popup-menu{left:auto;right:0}.popup-menu .menu-item.showing>button,.popup-menu .menu-item>button:focus,.popup-menu .menu-item>button:hover{text-decoration:none;color:#000;background-color:#dcdcdc}.vuuMenuItem-button:active,.hwMenuItem-button:hover{outline:0}.popup-menu .menu-item.disabled>button{clear:both;font-weight:400;line-height:1.5;color:#787878;white-space:nowrap;text-decoration:none;cursor:default}.vuuPopup{box-shadow:0 6px 12px #0000002d;position:absolute;top:0;left:0;width:0;height:0;overflow:visible;z-index:1000}.vuuPopup{position:absolute}.vuuDataTable{--cell-outline-width: 2px;user-select:none}.vuuDataTable-table td{--saltEditableLabel-height: 17px;--saltInput-height: 17px;--saltInput-minHeight: 17px;border-right:1px solid var(--vuuTableCell-border-rightColor);border-bottom:1px solid var(--vuuTableCell-border-bottomColor);color:var(--salt-text-primary-foreground);cursor:default;height:var(--vuuTable-rowHeight);line-height:calc(var(--vuuTable-rowHeight) - 1px);overflow:hidden;padding:0 5px}.vuuDataTable th:focus,.vuuDataTable td:focus{outline:var(--vuuTableCell-outline, dotted var(--salt-color-blue-400) var(--cell-outline-width));outline-offset:calc(var(--cell-outline-width) * -1);box-shadow:inset 0 0 0 var(--cell-outline-width) #fff;border-bottom:none}.vuuDataTable th:focus .vuuTable-headerCell-inner{padding-bottom:var(--cell-outline-width)}.vuuDataTable th:not(.vuuTable-headerCell-resizing):focus .vuuTable-headerCell-inner{--columnResizer-color: transparent}.vuuDataTable td:focus{border-right:none;padding-bottom:1px}td[data-editable=true]{--salt-text-fontSize: 10px;--vuu-icon-size: 5px;position:relative}td[data-editable=true]:after{top:0;content:"";background-color:var(--salt-text-secondary-foreground, black);left:0;height:var(--vuu-icon-height, var(--vuu-icon-size, 12px));-webkit-mask:var(--svg-corner-triangle) center center/var(--vuu-icon-size) var(--vuu-icon-size);mask:var(--svg-corner-triangle) center center/var(--vuu-icon-size) var(--vuu-icon-size);mask-repeat:no-repeat;-webkit-mask-repeat:no-repeat;position:absolute;transform:rotate(180deg);width:var(--vuu-icon-width, var(--vuu-icon-size, 12px))}td:focus[data-editable],td:focus-within[data-editable],td:has(.saltEditableLabel-editing){outline:solid var(--salt-color-blue-400) 1px;background-color:#fff;outline-offset:-1px}td:focus[data-editable=true]:after,td:has(.saltEditableLabel):after{background-color:var(--salt-color-blue-400);left:1px;top:1px}.vuuTableGroupCell{--spacer-width: 20px;--toggle-icon-transform: var(--row-toggle-icon-transform, none);--vuu-icon-width: 18px;display:flex;align-items:center}.vuuTableGroupCell-spacer{height:100%;position:relative;width:var(--spacer-width)}.vuuTableGroupCell-spacer:after{background:var(--salt-container-primary-borderColor);content:"";position:absolute;top:0;bottom:-1px;left:9px;width:1px}.vuuTableGroupCell-toggle{transition:transform .25s;transform:var(--toggle-icon-transform)}.vuuDataTableRow-even{--row-background: var(--salt-container-secondary-background)}.vuuDataTableRow:not(.vuuDataTableRow-even){--row-background: var(--vuuTableRow-backgroundColor-odd, var(--table-background))}.vuuDataTableRow{background:var(--row-background)}.vuuDataTableRow :is(.vuuPinFloating,.vuuPinLeft,.vuuPinRight){background-color:var(--row-background)}.vuuDataTableRow-expanded{--row-toggle-icon-transform: rotate(90deg)}.vuuDataTableRow[aria-selected]{background-color:var(--vuuTableRow-selected-background, var(--salt-selectable-background-selected));--vuuTableCell-border-bottomColor: var(--salt-selectable-borderColor-selected)}.vuuDataTableRow-preSelected{--vuuTableCell-border-bottomColor: var(--salt-selectable-borderColor-selected)}.vuuColumnResizer{cursor:col-resize;margin-left:auto;width:4px}.vuuColumnResizer:after{content:"";position:absolute;width:var(--columnResizer-width, 1px);top:0;bottom:0;right:0;background-color:var(--columnResizer-color, var(--salt-separable-tertiary-borderColor));height:var(--columnResizer-height, 100%)}.vuuSortIndicator{--menu-icon-size: 18px;--menu-item-icon-color: black;display:flex;flex-direction:column;position:relative;width:18px}.vuuSortPosition{font-size:10px;line-height:10px;text-align:center}.vuuTable-heading:nth-child(2){--heading-top: calc(var(--header-height))}.vuuTable-heading:nth-child(3){--heading-top: calc(var(--header-height) * 2)}.vuuTable-heading:nth-child(3){--heading-top: calc(var(--header-height) * 3)}.vuuTable-headingCell{background:var(--table-background);border-color:var(--salt-separable-tertiary-borderColor);border-style:solid solid solid none;border-width:1px;color:var(--salt-text-secondary-foreground);height:var(--vuuTableHeaderHeight);padding:0!important;position:sticky;top:var(--heading-top, 0);z-index:1}.vuuTable-heading:has(+ .vuuTable-heading)>.vuuTable-headingCell{border-bottom-color:transparent}.vuuTable-headerCell{--cell-align: "flex-start";text-align:left;background:var(--table-background);border-bottom:2px solid var(--salt-separable-tertiary-borderColor);color:var(--salt-text-secondary-foreground);cursor:default;padding:0!important;position:sticky;top:calc(var(--total-header-height) - var(--header-height));height:var(--vuuTableHeaderHeight);z-index:1}.vuuTable-headerCell-right{--cell-align: flex-end}.vuuTable-headerCell-inner{align-items:stretch;display:flex;height:100%;padding:0 0 0 3px}.vuuTable-headerCell-inner:has(.vuuFilterIndicator){padding-left:0}.vuuTable-headerCell-label{align-items:center;justify-content:var(--cell-align);display:flex;flex:1 1 auto}.vuuTable-headerCell-resizing{--columnResizer-color: var(--salt-color-blue-500);--columnResizer-height: var(--table-height);--columnResizer-width: 2px}.vuuTable-headerCell.vuuPinLeft.vuuEndPin:after{box-shadow:2px 0 5px #0006;content:"";position:absolute;width:1px;background-color:transparent;height:var(--table-height);top:0;right:0px}.vuuTable-headerCell.vuuPinRight.vuuEndPin:after{box-shadow:-2px 0 5px #0000004d;content:"";position:absolute;width:1px;background-color:transparent;height:var(--table-height);top:0;left:0px}.vuuFilterIndicator{--menu-icon-size: 12px;--menu-item-icon-color: black;align-items:center;cursor:pointer;display:flex;flex:0 0 18px;flex-direction:column;justify-content:center;position:relative}.vuuFilterIndicator+.vuuTable-headerCell-inner{padding-left:0}.salt-theme{--vuuFilterEditor-lineHeight: 28px}.salt-density-high{--vuuFilterEditor-buttonWidth: 20px;--vuuFilterEditor-height: 22px;--vuuFilterEditor-lineHeight: 20px}.vuuFilterInput{--vuuFilterEditor-background: var(--salt-container-primary-background);--vuuFilterEditor-color: var(--salt-text-primary-foreground);--vuuFilterEditor-fontFamily: var(--salt-typography-fontFamily);--vuuFilterEditor-fontSize: var(--salt-text-fontSize);--vuuFilterEditor-cursorColor: var(--salt-text-secondary-foreground);--vuuFilterEditor-selectionBackground: var(--salt-text-background-selected);--vuuFilterEditor-tooltipBackground: var(--salt-container-primary-background);--vuuFilterEditor-tooltipBorder: var(--tooltip-status-borderColor) var(--salt-container-borderWidth) var(--salt-container-borderStyle);--vuuFilterEditor-tooltipElevation: var(--salt-overlayable-shadow-popout);--vuuFilterEditor-suggestion-selectedBackground: var(--salt-selectable-background-selected);--vuuFilterEditor-suggestion-selectedColor: var(--vuuFilterEditor-color);--vuuFilterEditor-suggestion-height: 24px;--vuuFilterEditor-variableColor: blue;align-items:center;border-color:var(--salt-container-secondary-borderColor);border-style:solid none;border-width:1px;box-sizing:border-box;display:flex;height:var(--vuuFilterEditor-height, 30px)}.vuuFilterInput-Editor{flex:1 1 auto;height:100%}.vuuFilterInput-FilterButton,.vuuFilterInput-ClearButton{--vuu-icon-size: 12px;--saltButton-width: var(--vuuFilterEditor-buttonWidth, 28px)}.vuuIllustration{--vuuFilterEditor-suggestion-selectedBackground:var(--salt-container-secondary-background);background:var(--salt-container-secondary-background);color:var(--salt-text-secondary-foreground)}.vuuFilterDropdown,.vuuFilterSwitch{--saltToolbarField-marginTop: 0;height:100%}.vuuFilterDropdown.saltFormField-focused:before{top:2px!important;bottom:2px!important}.vuuTable-groupHeaderCell{--cell-align: "flex-start";text-align:left;background:var(--table-background);border-right:1px solid var(--salt-separable-tertiary-borderColor);border-bottom:2px solid var(--salt-separable-tertiary-borderColor);color:var(--salt-text-secondary-foreground);cursor:default;padding:0!important;position:sticky;top:0;height:var(--vuuTableHeaderHeight);z-index:1}.vuuTable-groupHeaderCell-inner{display:flex;height:100%}.vuuTable-groupHeaderCell-label{align-items:center;display:flex;flex:0 0 auto}.vuuTable-groupHeaderCell-col{align-items:center;background-color:inherit;display:inline-flex;flex:0 1 auto;height:calc(var(--vuuTableHeaderHeight) - 4px);justify-content:space-between;padding-right:8px;position:relative}.vuuTable-groupHeaderCell-close{--vuu-icon-height: 18px;--vuu-icon-width: 18px;cursor:pointer;left:3px}.vuuTable-groupHeaderCell-col:nth-child(odd){background-color:var(--salt-color-gray-50)}.vuuTable-groupHeaderCell-col:nth-child(even){background-color:var(--salt-color-gray-40)}.vuuTable-groupHeaderCell-col:first-child{clip-path:polygon(0 0,calc(100% - 8px) 0,100% 50%,calc(100% - 8px) 100%,0 100%);padding-left:3px;z-index:1}.vuuTable-groupHeaderCell-col:not(:first-child){margin-left:-6px;padding-left:12px;clip-path:polygon(0 0,calc(100% - 8px) 0,100% 50%,calc(100% - 8px) 100%,0 100%,8px 50%)}.vuuTable-groupHeaderCell-resizing{--columnResizer-color: var(--salt-color-blue-500);--columnResizer-height: var(--table-height);--columnResizer-width: 2px}.vuuDataTable{background-color:var(--salt-container-primary-background, inherit);position:relative}.vuuDataTable-contentContainer{--table-background: var(--salt-container-primary-background, inherit);--vuuTable-contentHeight: var(--content-height, "auto");--vuuTable-contentWidth: var(--content-width, "auto");--vuuTableHeaderHeight: var(--header-height, 30px);--vuuTable-height: calc(var(--table-height) - var(--scrollbar-size));--vuuTable-pinnedWidthLeft: var(--pinned-width-left, 0pxs);--vuuTable-scrollbarSize: var(--scrollbar-size, 15px);--vuuTable-width: calc(var(--table-width) - var(--scrollbar-size));background-color:var(--salt-container-primary-background);height:var(--vuuTable-height);position:relative;overflow:auto;overscroll-behavior:none;width:var(--vuuTable-width)}.vuuDataTable-contentContainer::-webkit-scrollbar{display:none}.vuuDataTable-scrollbarContainer{--scroll-content-width: calc(var(--content-width) - var(--pinned-width-left));border-left:solid 1px var(--salt-container-primary-borderColor);border-top:solid 1px var(--salt-container-primary-borderColor);overflow:auto;position:absolute;height:calc(var(--table-height) - var(--total-header-height) + 1px);width:calc(var(--table-width) - var(--pinned-width-left) + 1px)}.vuuDataTable-scrollContainerHeader{background:#777;height:var(--header-height);position:fixed;top:0;right:0;width:var(--vuuTable-scrollbarSize)}.vuuDataTable-scrollContainerFooter{background-color:green;height:var(--vuuTable-scrollbarSize);position:fixed;bottom:0;left:0;width:var(--pinned-width-left)}.vuuDataTable-scrollContent{position:absolute;height:var(--content-height);width:var(--scroll-content-width, var(--content-width))}.vuuDataTable-tableContainer{background-color:var(--table-background);border-bottom:solid 1px var(--salt-container-primary-borderColor);height:calc(var(--table-height) - var(--scrollbar-size));left:0px;overflow:hidden;position:sticky;top:0px;width:calc(var(--table-width) - var(--scrollbar-size));white-space:nowrap}.vuuDataTable-table{--vuuTable-rowHeight: var(--row-height);--vuuTableCell-border-bottomColor: transparent;--vuuTableCell-border-rightColor: var(--salt-separable-tertiary-borderColor);position:absolute;top:0;left:0;background:repeating-linear-gradient(to bottom,var(--salt-container-secondary-background),var(--salt-container-secondary-background) 20px,var(--table-background) 20px,var(--table-background) 40px);border-collapse:separate;border-spacing:0;border-left:1px solid #ccc;border:none;font-size:var(--vuuDataTable-font-size, 10px);margin:0;min-height:100%;table-layout:fixed;width:var(--vuuTable-contentWidth)}.vuuDataTable-columnBased{display:inline-table;height:var(--vuuTable-height);position:static}.vuuDataTable-filler{height:var(--filler-height)}:is(.vuuPinLeft,.vuuPinRight,.vuuPinFloating){position:sticky}.vuuAlignRight{text-align:right}th:is(.vuuPinLeft,.vuuPinRight,.vuuPinFloating){top:0;z-index:20}table:is(.vuuPinLeft,.vuuPinRight,.vuuPinFloating){z-index:10}.vuuDataTable-settings{height:var(--header-height);position:absolute;right:0;top:0;width:15px}.vuuDataTable:has(.vuuTable-headerCell-resizing) *{cursor:col-resize}.saltDraggable-table-column{background-color:var(--salt-container-primary-background);overflow:hidden}
638
2
  /*# sourceMappingURL=index.css.map */