@procore/data-table 14.35.0 → 14.35.2
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/CHANGELOG.md +19 -0
- package/dist/legacy/index.cjs +177 -177
- package/dist/legacy/index.js +177 -177
- package/dist/modern/index.cjs +177 -177
- package/dist/modern/index.js +177 -177
- package/package.json +3 -3
package/dist/modern/index.js
CHANGED
|
@@ -1040,28 +1040,7 @@ __export(styles_exports, {
|
|
|
1040
1040
|
css: () => css,
|
|
1041
1041
|
default: () => styles_default
|
|
1042
1042
|
});
|
|
1043
|
-
var css = `.ag-
|
|
1044
|
-
pointer-events: all !important;
|
|
1045
|
-
}
|
|
1046
|
-
.ag-root-wrapper.ag-layout-print .ag-details-grid .ag-root-wrapper-body, .ag-root-wrapper.ag-layout-print .ag-details-grid .ag-root, .ag-root-wrapper.ag-layout-print .ag-details-grid .ag-body-viewport, .ag-root-wrapper.ag-layout-print .ag-details-grid .ag-center-cols-viewport, .ag-root-wrapper.ag-layout-print .ag-details-grid .ag-body-horizontal-scroll-viewport, .ag-root-wrapper.ag-layout-print .ag-details-grid .ag-virtual-list-viewport {
|
|
1047
|
-
height: auto !important;
|
|
1048
|
-
overflow: hidden;
|
|
1049
|
-
display: flex !important;
|
|
1050
|
-
min-height: auto;
|
|
1051
|
-
}
|
|
1052
|
-
.ag-root-wrapper.ag-layout-print .ag-details-grid .ag-center-cols-container, .ag-root-wrapper.ag-layout-print .ag-details-grid .ag-center-cols-viewport {
|
|
1053
|
-
min-height: auto;
|
|
1054
|
-
}
|
|
1055
|
-
.ag-root-wrapper.ag-layout-print .ag-details-grid .ag-center-cols-container {
|
|
1056
|
-
width: 100% !important;
|
|
1057
|
-
}
|
|
1058
|
-
.ag-root-wrapper {
|
|
1059
|
-
z-index: 0;
|
|
1060
|
-
}
|
|
1061
|
-
.ag-details-grid {
|
|
1062
|
-
padding-right: 14px;
|
|
1063
|
-
}
|
|
1064
|
-
.ag-icon {
|
|
1043
|
+
var css = `.ag-icon {
|
|
1065
1044
|
font-family: var(--ag-icon-font-family);
|
|
1066
1045
|
font-size: var(--ag-icon-size);
|
|
1067
1046
|
line-height: var(--ag-icon-size);
|
|
@@ -1408,7 +1387,7 @@ ag-grid, ag-grid-angular, ag-grid-ng2, ag-grid-polymer, ag-grid-aurelia {
|
|
|
1408
1387
|
animation-iteration-count: infinite;
|
|
1409
1388
|
animation-name: ag-shake-left-to-right;
|
|
1410
1389
|
}
|
|
1411
|
-
@keyframes _ag-shake-left-to-
|
|
1390
|
+
@keyframes _ag-shake-left-to-right_1ern5_342 {
|
|
1412
1391
|
from {
|
|
1413
1392
|
padding-left: 6px;
|
|
1414
1393
|
padding-right: 2px;
|
|
@@ -5409,7 +5388,7 @@ input[class^=ag-][type=button]:focus, button[class^=ag-]:focus {
|
|
|
5409
5388
|
animation-iteration-count: infinite;
|
|
5410
5389
|
animation-timing-function: linear;
|
|
5411
5390
|
}
|
|
5412
|
-
@keyframes
|
|
5391
|
+
@keyframes _spin_1ern5_1 {
|
|
5413
5392
|
from {
|
|
5414
5393
|
transform: rotate(0deg);
|
|
5415
5394
|
}
|
|
@@ -7479,23 +7458,44 @@ input[class^=ag-][type=range]:disabled {
|
|
|
7479
7458
|
--ag-header-column-separator-color: rgba(214, 218, 220, 0.5);
|
|
7480
7459
|
--ag-header-column-resize-handle-color: rgba(214, 218, 220, 0.5);
|
|
7481
7460
|
}
|
|
7482
|
-
.ag-
|
|
7461
|
+
.data-table-container .ag-body-horizontal-scroll.ag-scrollbar-invisible {
|
|
7462
|
+
pointer-events: all !important;
|
|
7463
|
+
}
|
|
7464
|
+
.data-table-container .ag-root-wrapper.ag-layout-print .ag-details-grid .ag-root-wrapper-body, .data-table-container .ag-root-wrapper.ag-layout-print .ag-details-grid .ag-root, .data-table-container .ag-root-wrapper.ag-layout-print .ag-details-grid .ag-body-viewport, .data-table-container .ag-root-wrapper.ag-layout-print .ag-details-grid .ag-center-cols-viewport, .data-table-container .ag-root-wrapper.ag-layout-print .ag-details-grid .ag-body-horizontal-scroll-viewport, .data-table-container .ag-root-wrapper.ag-layout-print .ag-details-grid .ag-virtual-list-viewport {
|
|
7465
|
+
height: auto !important;
|
|
7466
|
+
overflow: hidden;
|
|
7467
|
+
display: flex !important;
|
|
7468
|
+
min-height: auto;
|
|
7469
|
+
}
|
|
7470
|
+
.data-table-container .ag-root-wrapper.ag-layout-print .ag-details-grid .ag-center-cols-container, .data-table-container .ag-root-wrapper.ag-layout-print .ag-details-grid .ag-center-cols-viewport {
|
|
7471
|
+
min-height: auto;
|
|
7472
|
+
}
|
|
7473
|
+
.data-table-container .ag-root-wrapper.ag-layout-print .ag-details-grid .ag-center-cols-container {
|
|
7474
|
+
width: 100% !important;
|
|
7475
|
+
}
|
|
7476
|
+
.data-table-container .ag-root-wrapper {
|
|
7477
|
+
z-index: 0;
|
|
7478
|
+
}
|
|
7479
|
+
.data-table-container .ag-details-grid {
|
|
7480
|
+
padding-right: 14px;
|
|
7481
|
+
}
|
|
7482
|
+
.data-table-container.ag-theme-alpine {
|
|
7483
7483
|
font-family: inherit;
|
|
7484
7484
|
}
|
|
7485
|
-
.
|
|
7485
|
+
.data-table-container.ag-theme-alpine .ag-row-group-expanded.ag-row--dt-master {
|
|
7486
7486
|
border-bottom: none;
|
|
7487
7487
|
}
|
|
7488
|
-
.
|
|
7488
|
+
.data-table-container.ag-theme-alpine.ag-dnd-ghost {
|
|
7489
7489
|
background-color: #e3e6e8;
|
|
7490
7490
|
}
|
|
7491
|
-
.
|
|
7491
|
+
.data-table-container.ag-theme-alpine .ag-details-row {
|
|
7492
7492
|
padding: 12px;
|
|
7493
7493
|
min-height: 100%;
|
|
7494
7494
|
}
|
|
7495
|
-
.
|
|
7495
|
+
.data-table-container.ag-theme-alpine .ag-row--dt-active {
|
|
7496
7496
|
background-color: #e4ecfb;
|
|
7497
7497
|
}
|
|
7498
|
-
.
|
|
7498
|
+
.data-table-container.ag-theme-alpine .ag-row--dt-active::before {
|
|
7499
7499
|
background-color: #2066df;
|
|
7500
7500
|
content: "";
|
|
7501
7501
|
width: 4px;
|
|
@@ -7504,22 +7504,22 @@ input[class^=ag-][type=range]:disabled {
|
|
|
7504
7504
|
top: 0;
|
|
7505
7505
|
left: 0;
|
|
7506
7506
|
}
|
|
7507
|
-
.
|
|
7507
|
+
.data-table-container.ag-theme-alpine .ag-row--dt-overdue span {
|
|
7508
7508
|
color: #e61920;
|
|
7509
7509
|
}
|
|
7510
|
-
.
|
|
7510
|
+
.data-table-container.ag-theme-alpine .ag-header-row {
|
|
7511
7511
|
height: auto;
|
|
7512
7512
|
}
|
|
7513
|
-
.
|
|
7513
|
+
.data-table-container.ag-theme-alpine .ag-row.ag-row-group {
|
|
7514
7514
|
display: flex;
|
|
7515
7515
|
}
|
|
7516
|
-
.
|
|
7516
|
+
.data-table-container.ag-theme-alpine .ag-row-inline-editing {
|
|
7517
7517
|
background-color: #f6f9fe;
|
|
7518
7518
|
}
|
|
7519
|
-
.
|
|
7519
|
+
.data-table-container.ag-theme-alpine .ag-ltr span[class*=ag-row-group-indent-] {
|
|
7520
7520
|
margin-left: 0;
|
|
7521
7521
|
}
|
|
7522
|
-
.
|
|
7522
|
+
.data-table-container.ag-theme-alpine .ag-cell {
|
|
7523
7523
|
align-items: center;
|
|
7524
7524
|
display: flex;
|
|
7525
7525
|
height: 100%;
|
|
@@ -7528,84 +7528,84 @@ input[class^=ag-][type=range]:disabled {
|
|
|
7528
7528
|
padding-left: 8px;
|
|
7529
7529
|
padding-right: 8px;
|
|
7530
7530
|
}
|
|
7531
|
-
.
|
|
7531
|
+
.data-table-container.ag-theme-alpine .ag-cell-focus {
|
|
7532
7532
|
background: #e4ecfb;
|
|
7533
7533
|
}
|
|
7534
|
-
.
|
|
7534
|
+
.data-table-container.ag-theme-alpine .ag-floating-bottom {
|
|
7535
7535
|
box-shadow: 0px -6px 12px -3px hsla(200, 8%, 10%, 0.25);
|
|
7536
7536
|
z-index: 2;
|
|
7537
7537
|
}
|
|
7538
|
-
.
|
|
7538
|
+
.data-table-container.ag-theme-alpine .ag-floating-bottom .ag-pinned-left-floating-bottom .ag-row, .data-table-container.ag-theme-alpine .ag-floating-bottom .ag-pinned-right-floating-bottom .ag-row {
|
|
7539
7539
|
background-color: #f4f5f6;
|
|
7540
7540
|
}
|
|
7541
|
-
.
|
|
7541
|
+
.data-table-container.ag-theme-alpine .ag-floating-bottom .ag-pinned-left-floating-bottom {
|
|
7542
7542
|
z-index: 1;
|
|
7543
7543
|
box-shadow: 3px -10px 12px 0.5px hsl(200, 8%, 90%);
|
|
7544
7544
|
border-right: 1px solid #d6dadc;
|
|
7545
7545
|
}
|
|
7546
|
-
.
|
|
7546
|
+
.data-table-container.ag-theme-alpine .ag-floating-bottom .ag-pinned-right-floating-bottom {
|
|
7547
7547
|
box-shadow: -3px -10px 12px 0.5px hsl(200, 8%, 90%);
|
|
7548
7548
|
border-left: 1px solid #d6dadc;
|
|
7549
7549
|
}
|
|
7550
|
-
.
|
|
7550
|
+
.data-table-container.ag-theme-alpine .ag-group-value {
|
|
7551
7551
|
line-height: 16px;
|
|
7552
7552
|
}
|
|
7553
|
-
.
|
|
7553
|
+
.data-table-container.ag-theme-alpine .ag-header .ag-header-cell {
|
|
7554
7554
|
font-size: 12px;
|
|
7555
7555
|
padding-left: 16px;
|
|
7556
7556
|
padding-right: 16px;
|
|
7557
7557
|
}
|
|
7558
|
-
.
|
|
7558
|
+
.data-table-container.ag-theme-alpine .ag-header .ag-header-cell .ag-header-cell-comp-wrapper {
|
|
7559
7559
|
overflow: visible;
|
|
7560
7560
|
}
|
|
7561
|
-
.
|
|
7561
|
+
.data-table-container.ag-theme-alpine .ag-header .ag-pinned-left-header {
|
|
7562
7562
|
box-shadow: 3px -10px 12px 0.5px hsl(200, 8%, 90%);
|
|
7563
7563
|
}
|
|
7564
|
-
.
|
|
7564
|
+
.data-table-container.ag-theme-alpine .ag-pinned-left-cols-container {
|
|
7565
7565
|
box-shadow: 3px -10px 12px 0.5px hsl(200, 8%, 90%);
|
|
7566
7566
|
border-right: 1px solid #d6dadc;
|
|
7567
7567
|
}
|
|
7568
|
-
.
|
|
7568
|
+
.data-table-container.ag-theme-alpine .ag-header .ag-pinned-right-header {
|
|
7569
7569
|
box-shadow: -3px -10px 12px 0.5px hsl(200, 8%, 90%);
|
|
7570
7570
|
}
|
|
7571
|
-
.
|
|
7571
|
+
.data-table-container.ag-theme-alpine .ag-pinned-right-cols-container {
|
|
7572
7572
|
box-shadow: -3px -10px 12px 0.5px hsl(200, 8%, 90%);
|
|
7573
7573
|
border-left: 1px solid #d6dadc;
|
|
7574
7574
|
}
|
|
7575
|
-
.
|
|
7575
|
+
.data-table-container.ag-theme-alpine .ag-pinned-left-cols-container, .data-table-container.ag-theme-alpine .ag-pinned-right-cols-container {
|
|
7576
7576
|
z-index: 1;
|
|
7577
7577
|
}
|
|
7578
|
-
.
|
|
7578
|
+
.data-table-container.ag-theme-alpine .ag-header-icon.ag-filter-icon {
|
|
7579
7579
|
display: none;
|
|
7580
7580
|
}
|
|
7581
|
-
.
|
|
7581
|
+
.data-table-container.ag-theme-alpine .ag-header-icon.ag-sort-order {
|
|
7582
7582
|
color: #2066df;
|
|
7583
7583
|
}
|
|
7584
|
-
.
|
|
7584
|
+
.data-table-container.ag-theme-alpine.ag-theme-alpine .ag-ltr .ag-header-cell .ag-header-label-icon {
|
|
7585
7585
|
margin-left: 4px;
|
|
7586
7586
|
}
|
|
7587
|
-
.
|
|
7587
|
+
.data-table-container.ag-theme-alpine.ag-theme-alpine .ag-ltr .ag-header-cell .ag-header-cell-text {
|
|
7588
7588
|
overflow: auto;
|
|
7589
7589
|
text-overflow: initial;
|
|
7590
7590
|
white-space: initial;
|
|
7591
7591
|
}
|
|
7592
|
-
.
|
|
7592
|
+
.data-table-container.ag-theme-alpine.ag-theme-alpine .ag-ltr .ag-header-cell .ag-header-cell-comp-wrapper .data-table-header-cell-container, .data-table-container.ag-theme-alpine.ag-theme-alpine .ag-ltr .ag-header-cell .ag-header-cell-comp-wrapper .ag-header-cell-label-container {
|
|
7593
7593
|
min-width: 0;
|
|
7594
7594
|
}
|
|
7595
|
-
.
|
|
7595
|
+
.data-table-container.ag-theme-alpine.ag-theme-alpine .ag-ltr .ag-header-cell .ag-header-cell-comp-wrapper .ag-header-cell-menu-button {
|
|
7596
7596
|
margin-left: 4px;
|
|
7597
7597
|
}
|
|
7598
|
-
.
|
|
7598
|
+
.data-table-container.ag-theme-alpine.ag-theme-alpine .ag-ltr .ag-header-cell .ag-header-cell-comp-wrapper .ag-header-cell-label {
|
|
7599
7599
|
padding: 8px 0;
|
|
7600
7600
|
}
|
|
7601
|
-
.
|
|
7601
|
+
.data-table-container.ag-theme-alpine.ag-theme-alpine .ag-ltr .ag-header-cell .ag-header-cell-comp-wrapper .ag-header-cell-label .data-table-header-display-name-container {
|
|
7602
7602
|
width: 100%;
|
|
7603
7603
|
display: -webkit-box;
|
|
7604
7604
|
overflow: hidden;
|
|
7605
7605
|
white-space: normal;
|
|
7606
7606
|
-webkit-box-orient: vertical;
|
|
7607
7607
|
}
|
|
7608
|
-
.
|
|
7608
|
+
.data-table-container.ag-theme-alpine.ag-theme-alpine .ag-ltr .ag-header-cell .ag-header-cell-comp-wrapper .ag-header-cell-label .data-table-header-display-name {
|
|
7609
7609
|
word-wrap: break-word;
|
|
7610
7610
|
overflow: hidden;
|
|
7611
7611
|
-webkit-box-orient: vertical;
|
|
@@ -7613,145 +7613,145 @@ input[class^=ag-][type=range]:disabled {
|
|
|
7613
7613
|
display: -webkit-box;
|
|
7614
7614
|
}
|
|
7615
7615
|
@supports (-webkit-line-clamp: 4) {
|
|
7616
|
-
.
|
|
7616
|
+
.data-table-container.ag-theme-alpine.ag-theme-alpine .ag-ltr .ag-header-cell .ag-header-cell-comp-wrapper .ag-header-cell-label .data-table-header-display-name {
|
|
7617
7617
|
white-space: initial;
|
|
7618
7618
|
-webkit-line-clamp: 4;
|
|
7619
7619
|
-webkit-box-orient: vertical;
|
|
7620
7620
|
}
|
|
7621
7621
|
}
|
|
7622
|
-
.
|
|
7622
|
+
.data-table-container.ag-theme-alpine.ag-theme-alpine .ag-ltr .ag-header-cell.ag-right-aligned-header .data-table-header-cell-container {
|
|
7623
7623
|
flex-direction: row-reverse;
|
|
7624
7624
|
text-align: right;
|
|
7625
7625
|
}
|
|
7626
|
-
.
|
|
7626
|
+
.data-table-container.ag-theme-alpine.ag-theme-alpine .ag-ltr .ag-header-cell.ag-right-aligned-header .ag-header-cell-menu-button {
|
|
7627
7627
|
margin-left: 0;
|
|
7628
7628
|
}
|
|
7629
|
-
.
|
|
7629
|
+
.data-table-container.ag-theme-alpine.ag-theme-alpine .ag-ltr .ag-header-cell.ag-right-aligned-header .ag-header-cell-label .data-table-header-display-name {
|
|
7630
7630
|
padding-left: 4px;
|
|
7631
7631
|
}
|
|
7632
|
-
.
|
|
7632
|
+
.data-table-container.ag-theme-alpine .ag-ltr .ag-header-cell.ag-right-aligned-header .ag-header-label-icon {
|
|
7633
7633
|
margin-right: 4px;
|
|
7634
7634
|
}
|
|
7635
|
-
.
|
|
7635
|
+
.data-table-container.ag-theme-alpine .ag-ltr .ag-group-contracted, .data-table-container.ag-theme-alpine .ag-ltr .ag-group-expanded {
|
|
7636
7636
|
margin-right: 4px;
|
|
7637
7637
|
width: 12px;
|
|
7638
7638
|
}
|
|
7639
|
-
.
|
|
7639
|
+
.data-table-container.ag-theme-alpine .ag-ltr .ag-group-contracted:hover .ag-icon-tree-closed:before, .data-table-container.ag-theme-alpine .ag-ltr .ag-group-expanded:hover .ag-icon-tree-closed:before {
|
|
7640
7640
|
content: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='4px' height='8px'><path d='M0 8L-3.49691e-07 0L4 4L0 8Z' fill='%232066DF'/></svg>");
|
|
7641
7641
|
}
|
|
7642
|
-
.
|
|
7642
|
+
.data-table-container.ag-theme-alpine .ag-ltr .ag-header-group-cell-with-group[aria-expanded=true] .ag-header-group-cell-label, .data-table-container.ag-theme-alpine .ag-ltr .ag-header-group-cell-with-group[aria-expanded=false] .ag-header-group-cell-label {
|
|
7643
7643
|
position: relative;
|
|
7644
7644
|
padding-right: 16px;
|
|
7645
7645
|
}
|
|
7646
|
-
.
|
|
7646
|
+
.data-table-container.ag-theme-alpine .ag-ltr .ag-header-group-cell-with-group .ag-icon-contracted:before, .data-table-container.ag-theme-alpine .ag-ltr .ag-header-group-cell-with-group .ag-icon-expanded:before {
|
|
7647
7647
|
position: absolute;
|
|
7648
7648
|
top: 16px;
|
|
7649
7649
|
right: 0px;
|
|
7650
7650
|
}
|
|
7651
|
-
.
|
|
7651
|
+
.data-table-container.ag-theme-alpine .ag-ltr .ag-header-group-cell-with-group .ag-icon-expanded:before {
|
|
7652
7652
|
content: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16px' height='16px' viewBox='0 0 24 24'><path d='M3 19.5V4.5L11 12L3 19.5Z' fill='%23232729'/><path d='M21 4.5V19.5L13 12L21 4.5Z' fill='%23232729'/></svg>");
|
|
7653
7653
|
}
|
|
7654
|
-
.
|
|
7654
|
+
.data-table-container.ag-theme-alpine .ag-ltr .ag-header-group-cell-with-group .ag-icon-contracted:before {
|
|
7655
7655
|
content: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16px' height='16px' viewBox='0 0 24 24'><path d='M14 19.5V4.5L22 12L14 19.5Z' fill='%23232729'/><path d='M10 4.5V19.5L2 12L10 4.5Z' fill='%23232729'/></svg>");
|
|
7656
7656
|
}
|
|
7657
|
-
.
|
|
7657
|
+
.data-table-container.ag-theme-alpine .ag-icon-tree-closed, .data-table-container.ag-theme-alpine .ag-icon-tree-open {
|
|
7658
7658
|
font-size: 4px;
|
|
7659
7659
|
line-height: 4px;
|
|
7660
7660
|
}
|
|
7661
|
-
.
|
|
7661
|
+
.data-table-container.ag-theme-alpine .ag-icon-tree-closed::before {
|
|
7662
7662
|
content: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='4px' height='8px'><path d='M0 8L-3.49691e-07 0L4 4L0 8Z' fill='%236A767C'/></svg>");
|
|
7663
7663
|
}
|
|
7664
|
-
.
|
|
7664
|
+
.data-table-container.ag-theme-alpine .ag-icon-tree-open::before {
|
|
7665
7665
|
content: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='8px' height='4px'><path d='M0 0H8L4 4L0 0Z' fill='%232066DF'/></svg>");
|
|
7666
7666
|
}
|
|
7667
|
-
.
|
|
7667
|
+
.data-table-container.ag-theme-alpine .ag-header-cell-resize {
|
|
7668
7668
|
right: -5px;
|
|
7669
7669
|
}
|
|
7670
|
-
.
|
|
7670
|
+
.data-table-container.ag-theme-alpine .ag-header-cell-resize::after {
|
|
7671
7671
|
width: 1px;
|
|
7672
7672
|
height: 100%;
|
|
7673
7673
|
top: 0;
|
|
7674
7674
|
background-color: #d6dadc;
|
|
7675
7675
|
}
|
|
7676
|
-
.
|
|
7676
|
+
.data-table-container.ag-theme-alpine .ag-right-aligned-cell {
|
|
7677
7677
|
justify-content: flex-end;
|
|
7678
7678
|
}
|
|
7679
|
-
.
|
|
7679
|
+
.data-table-container.ag-theme-alpine .ag-cell-wrapper {
|
|
7680
7680
|
width: 100%;
|
|
7681
7681
|
}
|
|
7682
|
-
.
|
|
7682
|
+
.data-table-container.ag-theme-alpine .ag-cell-wrapper.ag-row-group {
|
|
7683
7683
|
align-items: center;
|
|
7684
7684
|
}
|
|
7685
|
-
.
|
|
7685
|
+
.data-table-container.ag-theme-alpine .ag-cell-wrapper .ag-cell-value {
|
|
7686
7686
|
display: flex;
|
|
7687
7687
|
width: 100%;
|
|
7688
7688
|
}
|
|
7689
|
-
.
|
|
7689
|
+
.data-table-container.ag-theme-alpine .ag-cell {
|
|
7690
7690
|
border: none;
|
|
7691
7691
|
}
|
|
7692
|
-
.
|
|
7692
|
+
.data-table-container.ag-theme-alpine .ag-cell .ag-selection-checkbox.ag-invisible {
|
|
7693
7693
|
display: none;
|
|
7694
7694
|
}
|
|
7695
|
-
.
|
|
7695
|
+
.data-table-container.ag-theme-alpine .ag-body-viewport [col-id=ag-Grid-AutoColumn].ag-cell, .data-table-container.ag-theme-alpine .ag-sticky-top-viewport [col-id=ag-Grid-AutoColumn].ag-cell {
|
|
7696
7696
|
overflow: visible;
|
|
7697
7697
|
}
|
|
7698
|
-
.
|
|
7698
|
+
.data-table-container.ag-theme-alpine .ag-body-viewport .ag-header-cell-comp-wrapper, .data-table-container.ag-theme-alpine .ag-sticky-top-viewport .ag-header-cell-comp-wrapper {
|
|
7699
7699
|
height: 100%;
|
|
7700
7700
|
padding: 0 16px;
|
|
7701
7701
|
margin-left: -16px;
|
|
7702
7702
|
}
|
|
7703
|
-
.
|
|
7703
|
+
.data-table-container.ag-theme-alpine .ag-body-viewport .ag-row-loading.ag-full-width-row {
|
|
7704
7704
|
overflow: visible;
|
|
7705
7705
|
}
|
|
7706
|
-
.
|
|
7706
|
+
.data-table-container.ag-theme-alpine .ag-checkbox-input-wrapper {
|
|
7707
7707
|
font-size: 20px;
|
|
7708
7708
|
line-height: 20px;
|
|
7709
7709
|
width: 20px;
|
|
7710
7710
|
height: 20px;
|
|
7711
7711
|
margin-left: 8px;
|
|
7712
7712
|
}
|
|
7713
|
-
.
|
|
7713
|
+
.data-table-container.ag-theme-alpine .ag-header-select-all .ag-checkbox-input-wrapper.ag-indeterminate::after {
|
|
7714
7714
|
color: #2066df;
|
|
7715
7715
|
}
|
|
7716
|
-
.
|
|
7716
|
+
.data-table-container.ag-theme-alpine .ag-details-row-auto-height .ag-center-cols-viewport, .data-table-container.ag-theme-alpine .ag-layout-auto-height .ag-center-cols-viewport {
|
|
7717
7717
|
min-height: 0px;
|
|
7718
7718
|
}
|
|
7719
|
-
.
|
|
7719
|
+
.data-table-container.ag-theme-alpine .ag-overlay .ag-react-container {
|
|
7720
7720
|
pointer-events: initial;
|
|
7721
7721
|
}
|
|
7722
|
-
.
|
|
7722
|
+
.data-table-container.ag-theme-alpine .ag-menu, .data-table-container.ag-theme-alpine .ag-menu-header {
|
|
7723
7723
|
background-color: #ffffff;
|
|
7724
7724
|
border-radius: 0px;
|
|
7725
7725
|
}
|
|
7726
|
-
.
|
|
7726
|
+
.data-table-container.ag-theme-alpine .ag-header-cell-menu-button:hover {
|
|
7727
7727
|
color: #232729;
|
|
7728
7728
|
}
|
|
7729
|
-
.
|
|
7729
|
+
.data-table-container.ag-theme-alpine .ag-tab-selected {
|
|
7730
7730
|
border-bottom-color: transparent;
|
|
7731
7731
|
}
|
|
7732
|
-
.
|
|
7732
|
+
.data-table-container.ag-theme-alpine .ag-menu .ag-menu-header {
|
|
7733
7733
|
display: none;
|
|
7734
7734
|
}
|
|
7735
|
-
.
|
|
7735
|
+
.data-table-container.ag-theme-alpine .ag-menu-body {
|
|
7736
7736
|
min-width: 206px;
|
|
7737
7737
|
}
|
|
7738
|
-
.
|
|
7738
|
+
.data-table-container.ag-theme-alpine .ag-floating-bottom-container .ag-row {
|
|
7739
7739
|
background: #f4f5f6;
|
|
7740
7740
|
}
|
|
7741
|
-
.
|
|
7741
|
+
.data-table-container.ag-theme-alpine .ag-floating-bottom-container .ag-row:hover {
|
|
7742
7742
|
background: #f4f5f6;
|
|
7743
7743
|
}
|
|
7744
|
-
.ag-row.ag-row-position-absolute .ag-cell {
|
|
7744
|
+
.data-table-container .ag-row.ag-row-position-absolute .ag-cell {
|
|
7745
7745
|
top: 0;
|
|
7746
7746
|
}
|
|
7747
|
-
.ag-row .ag-cell.ag-cell-inline-editing.editable-cell, .ag-row .ag-cell.editable-cell {
|
|
7747
|
+
.data-table-container .ag-row .ag-cell.ag-cell-inline-editing.editable-cell, .data-table-container .ag-row .ag-cell.editable-cell {
|
|
7748
7748
|
padding-left: 8px;
|
|
7749
7749
|
padding-right: 8px;
|
|
7750
7750
|
}
|
|
7751
|
-
.ag-row .ag-cell > .ag-react-container {
|
|
7751
|
+
.data-table-container .ag-row .ag-cell > .ag-react-container {
|
|
7752
7752
|
width: 100%;
|
|
7753
7753
|
}
|
|
7754
|
-
.ag-row .ag-cell .pseudo-inline-edit-content {
|
|
7754
|
+
.data-table-container .ag-row .ag-cell .pseudo-inline-edit-content {
|
|
7755
7755
|
width: 100%;
|
|
7756
7756
|
align-items: center;
|
|
7757
7757
|
border: 1px solid transparent;
|
|
@@ -7761,166 +7761,166 @@ input[class^=ag-][type=range]:disabled {
|
|
|
7761
7761
|
padding: 4px 7px;
|
|
7762
7762
|
cursor: pointer;
|
|
7763
7763
|
}
|
|
7764
|
-
.ag-row .ag-cell .pseudo-inline-edit-content--with-clear {
|
|
7764
|
+
.data-table-container .ag-row .ag-cell .pseudo-inline-edit-content--with-clear {
|
|
7765
7765
|
display: flex;
|
|
7766
7766
|
justify-content: space-between;
|
|
7767
7767
|
}
|
|
7768
|
-
.ag-row .ag-cell .pseudo-inline-edit-content--with-arrow {
|
|
7768
|
+
.data-table-container .ag-row .ag-cell .pseudo-inline-edit-content--with-arrow {
|
|
7769
7769
|
padding-right: 10px;
|
|
7770
7770
|
padding-left: 8px;
|
|
7771
7771
|
}
|
|
7772
|
-
.ag-row .ag-cell .pseudo-inline-edit-content--empty {
|
|
7772
|
+
.data-table-container .ag-row .ag-cell .pseudo-inline-edit-content--empty {
|
|
7773
7773
|
visibility: hidden;
|
|
7774
7774
|
}
|
|
7775
|
-
.ag-row .ag-cell .pseudo-inline-edit-content--right-aligned {
|
|
7775
|
+
.data-table-container .ag-row .ag-cell .pseudo-inline-edit-content--right-aligned {
|
|
7776
7776
|
padding-right: 8px;
|
|
7777
7777
|
justify-content: flex-end;
|
|
7778
7778
|
display: inline;
|
|
7779
7779
|
}
|
|
7780
|
-
.ag-row .ag-cell .pseudo-inline-edit-content .inline-edit-spacer {
|
|
7780
|
+
.data-table-container .ag-row .ag-cell .pseudo-inline-edit-content .inline-edit-spacer {
|
|
7781
7781
|
flex: 1;
|
|
7782
7782
|
}
|
|
7783
|
-
.ag-row .ag-cell.invalid-cell .inline-wrapper--right-aligned .cell-error__button {
|
|
7783
|
+
.data-table-container .ag-row .ag-cell.invalid-cell .inline-wrapper--right-aligned .cell-error__button {
|
|
7784
7784
|
margin-left: 0;
|
|
7785
7785
|
padding: 0 2px;
|
|
7786
7786
|
}
|
|
7787
|
-
.ag-row .ag-cell.invalid-cell .ag-header-cell-comp-wrapper {
|
|
7787
|
+
.data-table-container .ag-row .ag-cell.invalid-cell .ag-header-cell-comp-wrapper {
|
|
7788
7788
|
width: 100%;
|
|
7789
7789
|
}
|
|
7790
|
-
.ag-row .ag-cell .cell-error {
|
|
7790
|
+
.data-table-container .ag-row .ag-cell .cell-error {
|
|
7791
7791
|
display: none;
|
|
7792
7792
|
}
|
|
7793
|
-
.ag-row .ag-cell.invalid-cell .cell-error {
|
|
7793
|
+
.data-table-container .ag-row .ag-cell.invalid-cell .cell-error {
|
|
7794
7794
|
display: flex;
|
|
7795
7795
|
}
|
|
7796
|
-
.ag-row .ag-cell.invalid-cell .cell-error svg {
|
|
7796
|
+
.data-table-container .ag-row .ag-cell.invalid-cell .cell-error svg {
|
|
7797
7797
|
width: 14px;
|
|
7798
7798
|
padding-top: 5px;
|
|
7799
7799
|
}
|
|
7800
|
-
.ag-row .ag-cell.invalid-cell .cell-error__button {
|
|
7800
|
+
.data-table-container .ag-row .ag-cell.invalid-cell .cell-error__button {
|
|
7801
7801
|
padding: 0;
|
|
7802
7802
|
height: 28px;
|
|
7803
7803
|
}
|
|
7804
|
-
.ag-row .ag-cell .pseudo-inline-edit-wrapper {
|
|
7804
|
+
.data-table-container .ag-row .ag-cell .pseudo-inline-edit-wrapper {
|
|
7805
7805
|
display: flex;
|
|
7806
7806
|
align-items: center;
|
|
7807
7807
|
width: 100%;
|
|
7808
7808
|
}
|
|
7809
|
-
.ag-row .ag-cell .inline-edit-wrapper {
|
|
7809
|
+
.data-table-container .ag-row .ag-cell .inline-edit-wrapper {
|
|
7810
7810
|
display: flex;
|
|
7811
7811
|
align-items: center;
|
|
7812
7812
|
width: 100%;
|
|
7813
7813
|
height: 100%;
|
|
7814
7814
|
}
|
|
7815
|
-
.ag-row .ag-cell .inline-nonedit-wrapper {
|
|
7815
|
+
.data-table-container .ag-row .ag-cell .inline-nonedit-wrapper {
|
|
7816
7816
|
display: flex;
|
|
7817
7817
|
align-items: center;
|
|
7818
7818
|
justify-content: space-between;
|
|
7819
7819
|
width: 100%;
|
|
7820
7820
|
}
|
|
7821
|
-
.ag-row .ag-cell .inline-nonedit-wrapper > span {
|
|
7821
|
+
.data-table-container .ag-row .ag-cell .inline-nonedit-wrapper > span {
|
|
7822
7822
|
padding: 0 8px;
|
|
7823
7823
|
}
|
|
7824
|
-
.ag-row .ag-cell .inline-nonedit-wrapper .pill-cell {
|
|
7824
|
+
.data-table-container .ag-row .ag-cell .inline-nonedit-wrapper .pill-cell {
|
|
7825
7825
|
margin-left: 8px;
|
|
7826
7826
|
}
|
|
7827
|
-
.ag-row .ag-cell .inline-wrapper--right-aligned {
|
|
7827
|
+
.data-table-container .ag-row .ag-cell .inline-wrapper--right-aligned {
|
|
7828
7828
|
flex-direction: row-reverse;
|
|
7829
7829
|
}
|
|
7830
|
-
.ag-row .ag-cell .inline-wrapper--with-show-pseudo-editors .pseudo-inline-edit-content--empty, .ag-row .ag-cell .inline-wrapper--with-show-pseudo-editors .cell-asterisk {
|
|
7830
|
+
.data-table-container .ag-row .ag-cell .inline-wrapper--with-show-pseudo-editors .pseudo-inline-edit-content--empty, .data-table-container .ag-row .ag-cell .inline-wrapper--with-show-pseudo-editors .cell-asterisk {
|
|
7831
7831
|
visibility: visible;
|
|
7832
7832
|
}
|
|
7833
|
-
.ag-row .ag-cell .inline-wrapper--with-show-pseudo-editors .arrow-down-wrapper, .ag-row .ag-cell .inline-wrapper--with-show-pseudo-editors .calendar-wrapper {
|
|
7833
|
+
.data-table-container .ag-row .ag-cell .inline-wrapper--with-show-pseudo-editors .arrow-down-wrapper, .data-table-container .ag-row .ag-cell .inline-wrapper--with-show-pseudo-editors .calendar-wrapper {
|
|
7834
7834
|
display: inline-flex;
|
|
7835
7835
|
}
|
|
7836
|
-
.ag-row .ag-cell .inline-wrapper--with-show-pseudo-editors .pseudo-inline-edit-content {
|
|
7836
|
+
.data-table-container .ag-row .ag-cell .inline-wrapper--with-show-pseudo-editors .pseudo-inline-edit-content {
|
|
7837
7837
|
border-color: #d6dadc;
|
|
7838
7838
|
}
|
|
7839
|
-
.ag-row-inline-editing > .editable-cell, .ag-row-focus > .editable-cell, .ag-row-hover > .editable-cell {
|
|
7839
|
+
.data-table-container .ag-row-inline-editing > .editable-cell, .data-table-container .ag-row-focus > .editable-cell, .data-table-container .ag-row-hover > .editable-cell {
|
|
7840
7840
|
padding-left: 8px;
|
|
7841
7841
|
}
|
|
7842
|
-
.ag-row-inline-editing > .editable-cell--right-aligned, .ag-row-focus > .editable-cell--right-aligned, .ag-row-hover > .editable-cell--right-aligned {
|
|
7842
|
+
.data-table-container .ag-row-inline-editing > .editable-cell--right-aligned, .data-table-container .ag-row-focus > .editable-cell--right-aligned, .data-table-container .ag-row-hover > .editable-cell--right-aligned {
|
|
7843
7843
|
padding-left: calc(8px * 2);
|
|
7844
7844
|
padding-right: 8px;
|
|
7845
7845
|
}
|
|
7846
|
-
.ag-row-inline-editing > .editable-cell .pseudo-inline-edit-content--empty, .ag-row-inline-editing > .editable-cell .cell-asterisk, .ag-row-focus > .editable-cell .pseudo-inline-edit-content--empty, .ag-row-focus > .editable-cell .cell-asterisk, .ag-row-hover > .editable-cell .pseudo-inline-edit-content--empty, .ag-row-hover > .editable-cell .cell-asterisk {
|
|
7846
|
+
.data-table-container .ag-row-inline-editing > .editable-cell .pseudo-inline-edit-content--empty, .data-table-container .ag-row-inline-editing > .editable-cell .cell-asterisk, .data-table-container .ag-row-focus > .editable-cell .pseudo-inline-edit-content--empty, .data-table-container .ag-row-focus > .editable-cell .cell-asterisk, .data-table-container .ag-row-hover > .editable-cell .pseudo-inline-edit-content--empty, .data-table-container .ag-row-hover > .editable-cell .cell-asterisk {
|
|
7847
7847
|
visibility: visible;
|
|
7848
7848
|
}
|
|
7849
|
-
.ag-row-inline-editing > .editable-cell .pseudo-inline-edit-content, .ag-row-focus > .editable-cell .pseudo-inline-edit-content, .ag-row-hover > .editable-cell .pseudo-inline-edit-content {
|
|
7849
|
+
.data-table-container .ag-row-inline-editing > .editable-cell .pseudo-inline-edit-content, .data-table-container .ag-row-focus > .editable-cell .pseudo-inline-edit-content, .data-table-container .ag-row-hover > .editable-cell .pseudo-inline-edit-content {
|
|
7850
7850
|
border-color: #d6dadc;
|
|
7851
7851
|
background: #ffffff;
|
|
7852
7852
|
}
|
|
7853
|
-
.ag-row-inline-editing > .editable-cell .arrow-down-wrapper, .ag-row-inline-editing > .editable-cell .clear-wrapper, .ag-row-inline-editing > .editable-cell .calendar-wrapper, .ag-row-focus > .editable-cell .arrow-down-wrapper, .ag-row-focus > .editable-cell .clear-wrapper, .ag-row-focus > .editable-cell .calendar-wrapper, .ag-row-hover > .editable-cell .arrow-down-wrapper, .ag-row-hover > .editable-cell .clear-wrapper, .ag-row-hover > .editable-cell .calendar-wrapper {
|
|
7853
|
+
.data-table-container .ag-row-inline-editing > .editable-cell .arrow-down-wrapper, .data-table-container .ag-row-inline-editing > .editable-cell .clear-wrapper, .data-table-container .ag-row-inline-editing > .editable-cell .calendar-wrapper, .data-table-container .ag-row-focus > .editable-cell .arrow-down-wrapper, .data-table-container .ag-row-focus > .editable-cell .clear-wrapper, .data-table-container .ag-row-focus > .editable-cell .calendar-wrapper, .data-table-container .ag-row-hover > .editable-cell .arrow-down-wrapper, .data-table-container .ag-row-hover > .editable-cell .clear-wrapper, .data-table-container .ag-row-hover > .editable-cell .calendar-wrapper {
|
|
7854
7854
|
display: inline-flex;
|
|
7855
7855
|
}
|
|
7856
|
-
.ag-row .ag-cell.invalid-cell .pseudo-inline-edit-content {
|
|
7856
|
+
.data-table-container .ag-row .ag-cell.invalid-cell .pseudo-inline-edit-content {
|
|
7857
7857
|
border-color: #e61920;
|
|
7858
7858
|
visibility: visible;
|
|
7859
7859
|
}
|
|
7860
|
-
.ag-row .ag-cell.invalid-cell .inline-nonedit-wrapper span {
|
|
7860
|
+
.data-table-container .ag-row .ag-cell.invalid-cell .inline-nonedit-wrapper span {
|
|
7861
7861
|
color: #c42223;
|
|
7862
7862
|
}
|
|
7863
|
-
.ag-row .ag-cell.invalid-cell .arrow-down-wrapper, .ag-row .ag-cell.invalid-cell .clear-wrapper, .ag-row .ag-cell.invalid-cell .calendar-wrapper {
|
|
7863
|
+
.data-table-container .ag-row .ag-cell.invalid-cell .arrow-down-wrapper, .data-table-container .ag-row .ag-cell.invalid-cell .clear-wrapper, .data-table-container .ag-row .ag-cell.invalid-cell .calendar-wrapper {
|
|
7864
7864
|
display: inline-flex;
|
|
7865
7865
|
}
|
|
7866
|
-
.editable-cell:hover {
|
|
7866
|
+
.data-table-container .editable-cell:hover {
|
|
7867
7867
|
background: #eef0f1;
|
|
7868
7868
|
}
|
|
7869
|
-
.editable-cell .cell-asterisk {
|
|
7869
|
+
.data-table-container .editable-cell .cell-asterisk {
|
|
7870
7870
|
visibility: hidden;
|
|
7871
7871
|
padding: 0 8px;
|
|
7872
7872
|
}
|
|
7873
|
-
.ag-cell .input-cell {
|
|
7873
|
+
.data-table-container .ag-cell .input-cell {
|
|
7874
7874
|
display: flex;
|
|
7875
7875
|
height: 28px;
|
|
7876
7876
|
min-height: 28px;
|
|
7877
7877
|
padding-left: 8px;
|
|
7878
7878
|
font-size: 12px;
|
|
7879
7879
|
}
|
|
7880
|
-
.ag-cell .input-cell--right-aligned {
|
|
7880
|
+
.data-table-container .ag-cell .input-cell--right-aligned {
|
|
7881
7881
|
text-align: right;
|
|
7882
7882
|
padding-right: 8px;
|
|
7883
7883
|
}
|
|
7884
|
-
.ag-cell .textarea-cell {
|
|
7884
|
+
.data-table-container .ag-cell .textarea-cell {
|
|
7885
7885
|
padding-left: 8px;
|
|
7886
7886
|
font-size: 12px;
|
|
7887
7887
|
line-height: 16px;
|
|
7888
7888
|
margin: 8px 0px;
|
|
7889
7889
|
height: 100%;
|
|
7890
7890
|
}
|
|
7891
|
-
.ag-cell .textarea-cell.editor-text {
|
|
7891
|
+
.data-table-container .ag-cell .textarea-cell.editor-text {
|
|
7892
7892
|
word-break: break-word;
|
|
7893
7893
|
padding: 8px 12px;
|
|
7894
7894
|
}
|
|
7895
|
-
.ag-cell .textarea-cell.text {
|
|
7895
|
+
.data-table-container .ag-cell .textarea-cell.text {
|
|
7896
7896
|
word-break: break-word;
|
|
7897
7897
|
}
|
|
7898
|
-
.ag-cell .textarea-cell--right-aligned {
|
|
7898
|
+
.data-table-container .ag-cell .textarea-cell--right-aligned {
|
|
7899
7899
|
text-align: right;
|
|
7900
7900
|
padding-right: 8px;
|
|
7901
7901
|
}
|
|
7902
|
-
.ag-cell .textarea-cell .pseudo-inline-edit-content {
|
|
7902
|
+
.data-table-container .ag-cell .textarea-cell .pseudo-inline-edit-content {
|
|
7903
7903
|
margin-top: 8px;
|
|
7904
7904
|
margin-bottom: 8px;
|
|
7905
7905
|
}
|
|
7906
|
-
.arrow-down-wrapper, .clear-wrapper {
|
|
7906
|
+
.data-table-container .arrow-down-wrapper, .data-table-container .clear-wrapper {
|
|
7907
7907
|
display: none;
|
|
7908
7908
|
margin-left: 8px;
|
|
7909
7909
|
}
|
|
7910
|
-
.arrow-down {
|
|
7910
|
+
.data-table-container .arrow-down {
|
|
7911
7911
|
border-bottom: 0;
|
|
7912
7912
|
border-left: 4px solid transparent;
|
|
7913
7913
|
border-right: 4px solid transparent;
|
|
7914
7914
|
border-top: 4px solid #6a767c;
|
|
7915
7915
|
}
|
|
7916
|
-
.calendar-wrapper {
|
|
7916
|
+
.data-table-container .calendar-wrapper {
|
|
7917
7917
|
color: #6a767c;
|
|
7918
7918
|
display: none;
|
|
7919
7919
|
margin-left: auto;
|
|
7920
7920
|
padding-left: 16px;
|
|
7921
7921
|
}
|
|
7922
7922
|
|
|
7923
|
-
div.
|
|
7923
|
+
div._contextPanel_1ern5_7159 {
|
|
7924
7924
|
width: 400px;
|
|
7925
7925
|
transition: all ease 500ms;
|
|
7926
7926
|
flex: 0 0 auto;
|
|
@@ -7929,7 +7929,7 @@ div._contextPanel_if78k_7159 {
|
|
|
7929
7929
|
border: 1px solid #d6dadc;
|
|
7930
7930
|
display: flex;
|
|
7931
7931
|
}
|
|
7932
|
-
div._contextPanel--
|
|
7932
|
+
div._contextPanel--hidden_1ern5_7168 {
|
|
7933
7933
|
border: none;
|
|
7934
7934
|
overflow: hidden;
|
|
7935
7935
|
padding: 0px;
|
|
@@ -7937,50 +7937,50 @@ div._contextPanel--hidden_if78k_7168 {
|
|
|
7937
7937
|
width: 0px;
|
|
7938
7938
|
}
|
|
7939
7939
|
|
|
7940
|
-
.
|
|
7940
|
+
._contextPanelWrapper_1ern5_7176 {
|
|
7941
7941
|
position: relative;
|
|
7942
7942
|
flex-grow: 1;
|
|
7943
7943
|
}
|
|
7944
7944
|
|
|
7945
|
-
.
|
|
7945
|
+
._contextPanelBody_1ern5_7181 {
|
|
7946
7946
|
width: clamp(380px, 400px, 100%);
|
|
7947
7947
|
}
|
|
7948
7948
|
|
|
7949
|
-
._contextPanel-
|
|
7949
|
+
._contextPanel-stickyHeader_1ern5_7185 {
|
|
7950
7950
|
background-color: #ffffff;
|
|
7951
7951
|
position: sticky;
|
|
7952
7952
|
top: 0;
|
|
7953
7953
|
z-index: 5;
|
|
7954
7954
|
}
|
|
7955
7955
|
|
|
7956
|
-
._filters-
|
|
7956
|
+
._filters-list_1ern5_7192 {
|
|
7957
7957
|
padding: 0;
|
|
7958
7958
|
margin: 0;
|
|
7959
7959
|
}
|
|
7960
|
-
._filters-
|
|
7960
|
+
._filters-list_1ern5_7192 ol {
|
|
7961
7961
|
padding: 0;
|
|
7962
7962
|
margin: 0;
|
|
7963
7963
|
}
|
|
7964
7964
|
|
|
7965
|
-
._col-drag-column-
|
|
7965
|
+
._col-drag-column-icon_1ern5_7201 {
|
|
7966
7966
|
color: #6a767c;
|
|
7967
7967
|
}
|
|
7968
7968
|
|
|
7969
|
-
._tabular-
|
|
7969
|
+
._tabular-nums_1ern5_7205 {
|
|
7970
7970
|
font-variant-numeric: tabular-nums;
|
|
7971
7971
|
}`;
|
|
7972
7972
|
document.head.appendChild(document.createElement("style")).appendChild(document.createTextNode(css));
|
|
7973
7973
|
var styles_default = {
|
|
7974
|
-
"contextPanel": "
|
|
7975
|
-
"contextPanel--hidden": "_contextPanel--
|
|
7976
|
-
"contextPanelWrapper": "
|
|
7977
|
-
"contextPanelBody": "
|
|
7978
|
-
"contextPanel-stickyHeader": "_contextPanel-
|
|
7979
|
-
"filters-list": "_filters-
|
|
7980
|
-
"col-drag-column-icon": "_col-drag-column-
|
|
7981
|
-
"tabular-nums": "_tabular-
|
|
7982
|
-
"ag-shake-left-to-right": "_ag-shake-left-to-
|
|
7983
|
-
"spin": "
|
|
7974
|
+
"contextPanel": "_contextPanel_1ern5_7159",
|
|
7975
|
+
"contextPanel--hidden": "_contextPanel--hidden_1ern5_7168",
|
|
7976
|
+
"contextPanelWrapper": "_contextPanelWrapper_1ern5_7176",
|
|
7977
|
+
"contextPanelBody": "_contextPanelBody_1ern5_7181",
|
|
7978
|
+
"contextPanel-stickyHeader": "_contextPanel-stickyHeader_1ern5_7185",
|
|
7979
|
+
"filters-list": "_filters-list_1ern5_7192",
|
|
7980
|
+
"col-drag-column-icon": "_col-drag-column-icon_1ern5_7201",
|
|
7981
|
+
"tabular-nums": "_tabular-nums_1ern5_7205",
|
|
7982
|
+
"ag-shake-left-to-right": "_ag-shake-left-to-right_1ern5_342",
|
|
7983
|
+
"spin": "_spin_1ern5_1"
|
|
7984
7984
|
};
|
|
7985
7985
|
|
|
7986
7986
|
// src/CellRenderers/BooleanCell.tsx
|
|
@@ -55526,7 +55526,7 @@ var AutoGroupCellRenderer = (props) => {
|
|
|
55526
55526
|
};
|
|
55527
55527
|
|
|
55528
55528
|
// src/CellRenderers/rowActionsCellStyles.scss
|
|
55529
|
-
var css6 = `.
|
|
55529
|
+
var css6 = `.data-table-container.ag-theme-alpine div.ag-cell[col-id=rowActions] {
|
|
55530
55530
|
left: var(--viewport-width) !important;
|
|
55531
55531
|
width: 0px !important;
|
|
55532
55532
|
padding: 0px !important;
|
|
@@ -55536,23 +55536,23 @@ var css6 = `.ag-theme-alpine.ag-theme-alpine div.ag-cell[col-id=rowActions] {
|
|
|
55536
55536
|
background: none;
|
|
55537
55537
|
overflow: visible;
|
|
55538
55538
|
}
|
|
55539
|
-
.
|
|
55539
|
+
.data-table-container.ag-theme-alpine div.ag-cell[col-id=rowActions] .inline-nonedit-wrapper {
|
|
55540
55540
|
width: auto;
|
|
55541
55541
|
height: 100%;
|
|
55542
55542
|
padding: 0px 8px;
|
|
55543
55543
|
position: absolute;
|
|
55544
55544
|
right: 0px;
|
|
55545
55545
|
}
|
|
55546
|
-
.
|
|
55546
|
+
.data-table-container.ag-theme-alpine .ag-row-hover div.ag-cell[col-id=rowActions] .inline-nonedit-wrapper {
|
|
55547
55547
|
background: #f4f5f6;
|
|
55548
55548
|
}
|
|
55549
|
-
.
|
|
55549
|
+
.data-table-container.ag-theme-alpine .ag-row-focus div.ag-cell[col-id=rowActions] .inline-nonedit-wrapper {
|
|
55550
55550
|
background: #f6f9fe;
|
|
55551
55551
|
}
|
|
55552
|
-
.
|
|
55552
|
+
.data-table-container.ag-theme-alpine .ag-row-hover .ag-cell[col-id=rowActions], .data-table-container.ag-theme-alpine .ag-row-focus .ag-cell[col-id=rowActions] {
|
|
55553
55553
|
visibility: visible;
|
|
55554
55554
|
}
|
|
55555
|
-
.
|
|
55555
|
+
.data-table-container.ag-theme-alpine .ag-cell[col-id=rowActions-pinned] {
|
|
55556
55556
|
background: "transparent";
|
|
55557
55557
|
padding: 2px 8px !important;
|
|
55558
55558
|
}`;
|
|
@@ -55834,9 +55834,9 @@ var DataTableCellRenderer = ({
|
|
|
55834
55834
|
editorType,
|
|
55835
55835
|
value,
|
|
55836
55836
|
setValue,
|
|
55837
|
+
columnApi,
|
|
55837
55838
|
...props
|
|
55838
55839
|
}) => {
|
|
55839
|
-
const { columnApi } = useInternalTableContext();
|
|
55840
55840
|
const columnDefinition = transformToColumnDefinition(colDef);
|
|
55841
55841
|
const validationOutput = colDef.valueValidator?.({
|
|
55842
55842
|
data,
|
|
@@ -56295,35 +56295,35 @@ function isServerSideGroupSelectionState(value) {
|
|
|
56295
56295
|
}
|
|
56296
56296
|
|
|
56297
56297
|
// src/GenericHeader/genericHeader.scss
|
|
56298
|
-
var css7 = `.ag-header-cell .data-table-header-menu {
|
|
56298
|
+
var css7 = `.data-table-container .ag-header-cell .data-table-header-menu {
|
|
56299
56299
|
opacity: 1;
|
|
56300
56300
|
}
|
|
56301
|
-
.ag-header-cell .ag-checkbox.ag-header-select-all {
|
|
56301
|
+
.data-table-container .ag-header-cell .ag-checkbox.ag-header-select-all {
|
|
56302
56302
|
display: none;
|
|
56303
56303
|
}
|
|
56304
|
-
.ag-header-cell .checkbox {
|
|
56304
|
+
.data-table-container .ag-header-cell .checkbox {
|
|
56305
56305
|
margin-right: 16px;
|
|
56306
56306
|
}
|
|
56307
|
-
.ag-header-cell .ag-header-cell-comp-wrapper {
|
|
56307
|
+
.data-table-container .ag-header-cell .ag-header-cell-comp-wrapper {
|
|
56308
56308
|
display: flex;
|
|
56309
56309
|
height: 100%;
|
|
56310
56310
|
width: 100%;
|
|
56311
56311
|
flex-grow: 1;
|
|
56312
56312
|
align-items: center;
|
|
56313
56313
|
}
|
|
56314
|
-
.ag-header-cell .ag-header-cell-sortable, .ag-header-cell .ag-header-cell-label-container, .ag-header-cell .ag-header-cell-label {
|
|
56314
|
+
.data-table-container .ag-header-cell .ag-header-cell-sortable, .data-table-container .ag-header-cell .ag-header-cell-label-container, .data-table-container .ag-header-cell .ag-header-cell-label {
|
|
56315
56315
|
display: flex;
|
|
56316
56316
|
align-items: center;
|
|
56317
56317
|
width: 100%;
|
|
56318
56318
|
}
|
|
56319
|
-
.ag-header-cell .ag-header-cell-sortable {
|
|
56319
|
+
.data-table-container .ag-header-cell .ag-header-cell-sortable {
|
|
56320
56320
|
justify-content: space-between;
|
|
56321
56321
|
cursor: pointer;
|
|
56322
56322
|
}
|
|
56323
|
-
.ag-header-cell .ag-header-cell-comp-wrapper {
|
|
56323
|
+
.data-table-container .ag-header-cell .ag-header-cell-comp-wrapper {
|
|
56324
56324
|
display: flex;
|
|
56325
56325
|
}
|
|
56326
|
-
.ag-header-cell .expand-button {
|
|
56326
|
+
.data-table-container .ag-header-cell .expand-button {
|
|
56327
56327
|
display: flex;
|
|
56328
56328
|
padding: 3px;
|
|
56329
56329
|
width: 20px;
|
|
@@ -56334,12 +56334,12 @@ var css7 = `.ag-header-cell .data-table-header-menu {
|
|
|
56334
56334
|
cursor: pointer;
|
|
56335
56335
|
margin-right: 8px;
|
|
56336
56336
|
}
|
|
56337
|
-
.ag-header-group-cell-with-group .ag-header-cell-comp-wrapper {
|
|
56337
|
+
.data-table-container .ag-header-group-cell-with-group .ag-header-cell-comp-wrapper {
|
|
56338
56338
|
width: 100%;
|
|
56339
56339
|
overflow: hidden;
|
|
56340
56340
|
display: flex;
|
|
56341
56341
|
}
|
|
56342
|
-
.ag-header-group-cell-with-group .expand-button {
|
|
56342
|
+
.data-table-container .ag-header-group-cell-with-group .expand-button {
|
|
56343
56343
|
display: flex;
|
|
56344
56344
|
padding: 3px;
|
|
56345
56345
|
width: 20px;
|
|
@@ -56350,10 +56350,10 @@ var css7 = `.ag-header-cell .data-table-header-menu {
|
|
|
56350
56350
|
cursor: pointer;
|
|
56351
56351
|
margin-left: auto;
|
|
56352
56352
|
}
|
|
56353
|
-
.auto-column-expand-tooltip-content {
|
|
56353
|
+
.data-table-container .auto-column-expand-tooltip-content {
|
|
56354
56354
|
width: 96px;
|
|
56355
56355
|
}
|
|
56356
|
-
.data-table-header-menu {
|
|
56356
|
+
.data-table-container .data-table-header-menu {
|
|
56357
56357
|
transition: opacity 0.2s;
|
|
56358
56358
|
opacity: 0;
|
|
56359
56359
|
}`;
|
|
@@ -109205,7 +109205,7 @@ var Table = (props) => {
|
|
|
109205
109205
|
width: "100%",
|
|
109206
109206
|
maxHeight: props.maxHeight && tableHeight < props.maxHeight ? void 0 : props.maxHeight
|
|
109207
109207
|
},
|
|
109208
|
-
className: cx19("ag-theme-alpine", {
|
|
109208
|
+
className: cx19("data-table-container", "ag-theme-alpine", {
|
|
109209
109209
|
"ag-suppress-column-virtualization": suppressColumnVirtualisation
|
|
109210
109210
|
}),
|
|
109211
109211
|
ref: combinedRef,
|