@procore/data-table 14.35.1 → 14.35.3
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 +16 -0
- package/dist/legacy/index.cjs +193 -180
- package/dist/legacy/index.js +193 -180
- package/dist/modern/index.cjs +192 -179
- package/dist/modern/index.js +192 -179
- package/package.json +3 -3
package/dist/legacy/index.js
CHANGED
|
@@ -1042,28 +1042,7 @@ __export(styles_exports, {
|
|
|
1042
1042
|
css: () => css,
|
|
1043
1043
|
default: () => styles_default
|
|
1044
1044
|
});
|
|
1045
|
-
var css = `.ag-
|
|
1046
|
-
pointer-events: all !important;
|
|
1047
|
-
}
|
|
1048
|
-
.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 {
|
|
1049
|
-
height: auto !important;
|
|
1050
|
-
overflow: hidden;
|
|
1051
|
-
display: flex !important;
|
|
1052
|
-
min-height: auto;
|
|
1053
|
-
}
|
|
1054
|
-
.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 {
|
|
1055
|
-
min-height: auto;
|
|
1056
|
-
}
|
|
1057
|
-
.ag-root-wrapper.ag-layout-print .ag-details-grid .ag-center-cols-container {
|
|
1058
|
-
width: 100% !important;
|
|
1059
|
-
}
|
|
1060
|
-
.ag-root-wrapper {
|
|
1061
|
-
z-index: 0;
|
|
1062
|
-
}
|
|
1063
|
-
.ag-details-grid {
|
|
1064
|
-
padding-right: 14px;
|
|
1065
|
-
}
|
|
1066
|
-
.ag-icon {
|
|
1045
|
+
var css = `.ag-icon {
|
|
1067
1046
|
font-family: var(--ag-icon-font-family);
|
|
1068
1047
|
font-size: var(--ag-icon-size);
|
|
1069
1048
|
line-height: var(--ag-icon-size);
|
|
@@ -1410,7 +1389,7 @@ ag-grid, ag-grid-angular, ag-grid-ng2, ag-grid-polymer, ag-grid-aurelia {
|
|
|
1410
1389
|
animation-iteration-count: infinite;
|
|
1411
1390
|
animation-name: ag-shake-left-to-right;
|
|
1412
1391
|
}
|
|
1413
|
-
@keyframes _ag-shake-left-to-
|
|
1392
|
+
@keyframes _ag-shake-left-to-right_1ern5_342 {
|
|
1414
1393
|
from {
|
|
1415
1394
|
padding-left: 6px;
|
|
1416
1395
|
padding-right: 2px;
|
|
@@ -5411,7 +5390,7 @@ input[class^=ag-][type=button]:focus, button[class^=ag-]:focus {
|
|
|
5411
5390
|
animation-iteration-count: infinite;
|
|
5412
5391
|
animation-timing-function: linear;
|
|
5413
5392
|
}
|
|
5414
|
-
@keyframes
|
|
5393
|
+
@keyframes _spin_1ern5_1 {
|
|
5415
5394
|
from {
|
|
5416
5395
|
transform: rotate(0deg);
|
|
5417
5396
|
}
|
|
@@ -7481,23 +7460,44 @@ input[class^=ag-][type=range]:disabled {
|
|
|
7481
7460
|
--ag-header-column-separator-color: rgba(214, 218, 220, 0.5);
|
|
7482
7461
|
--ag-header-column-resize-handle-color: rgba(214, 218, 220, 0.5);
|
|
7483
7462
|
}
|
|
7484
|
-
.ag-
|
|
7463
|
+
.data-table-container .ag-body-horizontal-scroll.ag-scrollbar-invisible {
|
|
7464
|
+
pointer-events: all !important;
|
|
7465
|
+
}
|
|
7466
|
+
.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 {
|
|
7467
|
+
height: auto !important;
|
|
7468
|
+
overflow: hidden;
|
|
7469
|
+
display: flex !important;
|
|
7470
|
+
min-height: auto;
|
|
7471
|
+
}
|
|
7472
|
+
.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 {
|
|
7473
|
+
min-height: auto;
|
|
7474
|
+
}
|
|
7475
|
+
.data-table-container .ag-root-wrapper.ag-layout-print .ag-details-grid .ag-center-cols-container {
|
|
7476
|
+
width: 100% !important;
|
|
7477
|
+
}
|
|
7478
|
+
.data-table-container .ag-root-wrapper {
|
|
7479
|
+
z-index: 0;
|
|
7480
|
+
}
|
|
7481
|
+
.data-table-container .ag-details-grid {
|
|
7482
|
+
padding-right: 14px;
|
|
7483
|
+
}
|
|
7484
|
+
.data-table-container.ag-theme-alpine {
|
|
7485
7485
|
font-family: inherit;
|
|
7486
7486
|
}
|
|
7487
|
-
.
|
|
7487
|
+
.data-table-container.ag-theme-alpine .ag-row-group-expanded.ag-row--dt-master {
|
|
7488
7488
|
border-bottom: none;
|
|
7489
7489
|
}
|
|
7490
|
-
.
|
|
7490
|
+
.data-table-container.ag-theme-alpine.ag-dnd-ghost {
|
|
7491
7491
|
background-color: #e3e6e8;
|
|
7492
7492
|
}
|
|
7493
|
-
.
|
|
7493
|
+
.data-table-container.ag-theme-alpine .ag-details-row {
|
|
7494
7494
|
padding: 12px;
|
|
7495
7495
|
min-height: 100%;
|
|
7496
7496
|
}
|
|
7497
|
-
.
|
|
7497
|
+
.data-table-container.ag-theme-alpine .ag-row--dt-active {
|
|
7498
7498
|
background-color: #e4ecfb;
|
|
7499
7499
|
}
|
|
7500
|
-
.
|
|
7500
|
+
.data-table-container.ag-theme-alpine .ag-row--dt-active::before {
|
|
7501
7501
|
background-color: #2066df;
|
|
7502
7502
|
content: "";
|
|
7503
7503
|
width: 4px;
|
|
@@ -7506,22 +7506,22 @@ input[class^=ag-][type=range]:disabled {
|
|
|
7506
7506
|
top: 0;
|
|
7507
7507
|
left: 0;
|
|
7508
7508
|
}
|
|
7509
|
-
.
|
|
7509
|
+
.data-table-container.ag-theme-alpine .ag-row--dt-overdue span {
|
|
7510
7510
|
color: #e61920;
|
|
7511
7511
|
}
|
|
7512
|
-
.
|
|
7512
|
+
.data-table-container.ag-theme-alpine .ag-header-row {
|
|
7513
7513
|
height: auto;
|
|
7514
7514
|
}
|
|
7515
|
-
.
|
|
7515
|
+
.data-table-container.ag-theme-alpine .ag-row.ag-row-group {
|
|
7516
7516
|
display: flex;
|
|
7517
7517
|
}
|
|
7518
|
-
.
|
|
7518
|
+
.data-table-container.ag-theme-alpine .ag-row-inline-editing {
|
|
7519
7519
|
background-color: #f6f9fe;
|
|
7520
7520
|
}
|
|
7521
|
-
.
|
|
7521
|
+
.data-table-container.ag-theme-alpine .ag-ltr span[class*=ag-row-group-indent-] {
|
|
7522
7522
|
margin-left: 0;
|
|
7523
7523
|
}
|
|
7524
|
-
.
|
|
7524
|
+
.data-table-container.ag-theme-alpine .ag-cell {
|
|
7525
7525
|
align-items: center;
|
|
7526
7526
|
display: flex;
|
|
7527
7527
|
height: 100%;
|
|
@@ -7530,84 +7530,84 @@ input[class^=ag-][type=range]:disabled {
|
|
|
7530
7530
|
padding-left: 8px;
|
|
7531
7531
|
padding-right: 8px;
|
|
7532
7532
|
}
|
|
7533
|
-
.
|
|
7533
|
+
.data-table-container.ag-theme-alpine .ag-cell-focus {
|
|
7534
7534
|
background: #e4ecfb;
|
|
7535
7535
|
}
|
|
7536
|
-
.
|
|
7536
|
+
.data-table-container.ag-theme-alpine .ag-floating-bottom {
|
|
7537
7537
|
box-shadow: 0px -6px 12px -3px hsla(200, 8%, 10%, 0.25);
|
|
7538
7538
|
z-index: 2;
|
|
7539
7539
|
}
|
|
7540
|
-
.
|
|
7540
|
+
.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 {
|
|
7541
7541
|
background-color: #f4f5f6;
|
|
7542
7542
|
}
|
|
7543
|
-
.
|
|
7543
|
+
.data-table-container.ag-theme-alpine .ag-floating-bottom .ag-pinned-left-floating-bottom {
|
|
7544
7544
|
z-index: 1;
|
|
7545
7545
|
box-shadow: 3px -10px 12px 0.5px hsl(200, 8%, 90%);
|
|
7546
7546
|
border-right: 1px solid #d6dadc;
|
|
7547
7547
|
}
|
|
7548
|
-
.
|
|
7548
|
+
.data-table-container.ag-theme-alpine .ag-floating-bottom .ag-pinned-right-floating-bottom {
|
|
7549
7549
|
box-shadow: -3px -10px 12px 0.5px hsl(200, 8%, 90%);
|
|
7550
7550
|
border-left: 1px solid #d6dadc;
|
|
7551
7551
|
}
|
|
7552
|
-
.
|
|
7552
|
+
.data-table-container.ag-theme-alpine .ag-group-value {
|
|
7553
7553
|
line-height: 16px;
|
|
7554
7554
|
}
|
|
7555
|
-
.
|
|
7555
|
+
.data-table-container.ag-theme-alpine .ag-header .ag-header-cell {
|
|
7556
7556
|
font-size: 12px;
|
|
7557
7557
|
padding-left: 16px;
|
|
7558
7558
|
padding-right: 16px;
|
|
7559
7559
|
}
|
|
7560
|
-
.
|
|
7560
|
+
.data-table-container.ag-theme-alpine .ag-header .ag-header-cell .ag-header-cell-comp-wrapper {
|
|
7561
7561
|
overflow: visible;
|
|
7562
7562
|
}
|
|
7563
|
-
.
|
|
7563
|
+
.data-table-container.ag-theme-alpine .ag-header .ag-pinned-left-header {
|
|
7564
7564
|
box-shadow: 3px -10px 12px 0.5px hsl(200, 8%, 90%);
|
|
7565
7565
|
}
|
|
7566
|
-
.
|
|
7566
|
+
.data-table-container.ag-theme-alpine .ag-pinned-left-cols-container {
|
|
7567
7567
|
box-shadow: 3px -10px 12px 0.5px hsl(200, 8%, 90%);
|
|
7568
7568
|
border-right: 1px solid #d6dadc;
|
|
7569
7569
|
}
|
|
7570
|
-
.
|
|
7570
|
+
.data-table-container.ag-theme-alpine .ag-header .ag-pinned-right-header {
|
|
7571
7571
|
box-shadow: -3px -10px 12px 0.5px hsl(200, 8%, 90%);
|
|
7572
7572
|
}
|
|
7573
|
-
.
|
|
7573
|
+
.data-table-container.ag-theme-alpine .ag-pinned-right-cols-container {
|
|
7574
7574
|
box-shadow: -3px -10px 12px 0.5px hsl(200, 8%, 90%);
|
|
7575
7575
|
border-left: 1px solid #d6dadc;
|
|
7576
7576
|
}
|
|
7577
|
-
.
|
|
7577
|
+
.data-table-container.ag-theme-alpine .ag-pinned-left-cols-container, .data-table-container.ag-theme-alpine .ag-pinned-right-cols-container {
|
|
7578
7578
|
z-index: 1;
|
|
7579
7579
|
}
|
|
7580
|
-
.
|
|
7580
|
+
.data-table-container.ag-theme-alpine .ag-header-icon.ag-filter-icon {
|
|
7581
7581
|
display: none;
|
|
7582
7582
|
}
|
|
7583
|
-
.
|
|
7583
|
+
.data-table-container.ag-theme-alpine .ag-header-icon.ag-sort-order {
|
|
7584
7584
|
color: #2066df;
|
|
7585
7585
|
}
|
|
7586
|
-
.
|
|
7586
|
+
.data-table-container.ag-theme-alpine.ag-theme-alpine .ag-ltr .ag-header-cell .ag-header-label-icon {
|
|
7587
7587
|
margin-left: 4px;
|
|
7588
7588
|
}
|
|
7589
|
-
.
|
|
7589
|
+
.data-table-container.ag-theme-alpine.ag-theme-alpine .ag-ltr .ag-header-cell .ag-header-cell-text {
|
|
7590
7590
|
overflow: auto;
|
|
7591
7591
|
text-overflow: initial;
|
|
7592
7592
|
white-space: initial;
|
|
7593
7593
|
}
|
|
7594
|
-
.
|
|
7594
|
+
.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 {
|
|
7595
7595
|
min-width: 0;
|
|
7596
7596
|
}
|
|
7597
|
-
.
|
|
7597
|
+
.data-table-container.ag-theme-alpine.ag-theme-alpine .ag-ltr .ag-header-cell .ag-header-cell-comp-wrapper .ag-header-cell-menu-button {
|
|
7598
7598
|
margin-left: 4px;
|
|
7599
7599
|
}
|
|
7600
|
-
.
|
|
7600
|
+
.data-table-container.ag-theme-alpine.ag-theme-alpine .ag-ltr .ag-header-cell .ag-header-cell-comp-wrapper .ag-header-cell-label {
|
|
7601
7601
|
padding: 8px 0;
|
|
7602
7602
|
}
|
|
7603
|
-
.
|
|
7603
|
+
.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 {
|
|
7604
7604
|
width: 100%;
|
|
7605
7605
|
display: -webkit-box;
|
|
7606
7606
|
overflow: hidden;
|
|
7607
7607
|
white-space: normal;
|
|
7608
7608
|
-webkit-box-orient: vertical;
|
|
7609
7609
|
}
|
|
7610
|
-
.
|
|
7610
|
+
.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 {
|
|
7611
7611
|
word-wrap: break-word;
|
|
7612
7612
|
overflow: hidden;
|
|
7613
7613
|
-webkit-box-orient: vertical;
|
|
@@ -7615,145 +7615,145 @@ input[class^=ag-][type=range]:disabled {
|
|
|
7615
7615
|
display: -webkit-box;
|
|
7616
7616
|
}
|
|
7617
7617
|
@supports (-webkit-line-clamp: 4) {
|
|
7618
|
-
.
|
|
7618
|
+
.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 {
|
|
7619
7619
|
white-space: initial;
|
|
7620
7620
|
-webkit-line-clamp: 4;
|
|
7621
7621
|
-webkit-box-orient: vertical;
|
|
7622
7622
|
}
|
|
7623
7623
|
}
|
|
7624
|
-
.
|
|
7624
|
+
.data-table-container.ag-theme-alpine.ag-theme-alpine .ag-ltr .ag-header-cell.ag-right-aligned-header .data-table-header-cell-container {
|
|
7625
7625
|
flex-direction: row-reverse;
|
|
7626
7626
|
text-align: right;
|
|
7627
7627
|
}
|
|
7628
|
-
.
|
|
7628
|
+
.data-table-container.ag-theme-alpine.ag-theme-alpine .ag-ltr .ag-header-cell.ag-right-aligned-header .ag-header-cell-menu-button {
|
|
7629
7629
|
margin-left: 0;
|
|
7630
7630
|
}
|
|
7631
|
-
.
|
|
7631
|
+
.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 {
|
|
7632
7632
|
padding-left: 4px;
|
|
7633
7633
|
}
|
|
7634
|
-
.
|
|
7634
|
+
.data-table-container.ag-theme-alpine .ag-ltr .ag-header-cell.ag-right-aligned-header .ag-header-label-icon {
|
|
7635
7635
|
margin-right: 4px;
|
|
7636
7636
|
}
|
|
7637
|
-
.
|
|
7637
|
+
.data-table-container.ag-theme-alpine .ag-ltr .ag-group-contracted, .data-table-container.ag-theme-alpine .ag-ltr .ag-group-expanded {
|
|
7638
7638
|
margin-right: 4px;
|
|
7639
7639
|
width: 12px;
|
|
7640
7640
|
}
|
|
7641
|
-
.
|
|
7641
|
+
.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 {
|
|
7642
7642
|
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>");
|
|
7643
7643
|
}
|
|
7644
|
-
.
|
|
7644
|
+
.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 {
|
|
7645
7645
|
position: relative;
|
|
7646
7646
|
padding-right: 16px;
|
|
7647
7647
|
}
|
|
7648
|
-
.
|
|
7648
|
+
.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 {
|
|
7649
7649
|
position: absolute;
|
|
7650
7650
|
top: 16px;
|
|
7651
7651
|
right: 0px;
|
|
7652
7652
|
}
|
|
7653
|
-
.
|
|
7653
|
+
.data-table-container.ag-theme-alpine .ag-ltr .ag-header-group-cell-with-group .ag-icon-expanded:before {
|
|
7654
7654
|
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>");
|
|
7655
7655
|
}
|
|
7656
|
-
.
|
|
7656
|
+
.data-table-container.ag-theme-alpine .ag-ltr .ag-header-group-cell-with-group .ag-icon-contracted:before {
|
|
7657
7657
|
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>");
|
|
7658
7658
|
}
|
|
7659
|
-
.
|
|
7659
|
+
.data-table-container.ag-theme-alpine .ag-icon-tree-closed, .data-table-container.ag-theme-alpine .ag-icon-tree-open {
|
|
7660
7660
|
font-size: 4px;
|
|
7661
7661
|
line-height: 4px;
|
|
7662
7662
|
}
|
|
7663
|
-
.
|
|
7663
|
+
.data-table-container.ag-theme-alpine .ag-icon-tree-closed::before {
|
|
7664
7664
|
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>");
|
|
7665
7665
|
}
|
|
7666
|
-
.
|
|
7666
|
+
.data-table-container.ag-theme-alpine .ag-icon-tree-open::before {
|
|
7667
7667
|
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>");
|
|
7668
7668
|
}
|
|
7669
|
-
.
|
|
7669
|
+
.data-table-container.ag-theme-alpine .ag-header-cell-resize {
|
|
7670
7670
|
right: -5px;
|
|
7671
7671
|
}
|
|
7672
|
-
.
|
|
7672
|
+
.data-table-container.ag-theme-alpine .ag-header-cell-resize::after {
|
|
7673
7673
|
width: 1px;
|
|
7674
7674
|
height: 100%;
|
|
7675
7675
|
top: 0;
|
|
7676
7676
|
background-color: #d6dadc;
|
|
7677
7677
|
}
|
|
7678
|
-
.
|
|
7678
|
+
.data-table-container.ag-theme-alpine .ag-right-aligned-cell {
|
|
7679
7679
|
justify-content: flex-end;
|
|
7680
7680
|
}
|
|
7681
|
-
.
|
|
7681
|
+
.data-table-container.ag-theme-alpine .ag-cell-wrapper {
|
|
7682
7682
|
width: 100%;
|
|
7683
7683
|
}
|
|
7684
|
-
.
|
|
7684
|
+
.data-table-container.ag-theme-alpine .ag-cell-wrapper.ag-row-group {
|
|
7685
7685
|
align-items: center;
|
|
7686
7686
|
}
|
|
7687
|
-
.
|
|
7687
|
+
.data-table-container.ag-theme-alpine .ag-cell-wrapper .ag-cell-value {
|
|
7688
7688
|
display: flex;
|
|
7689
7689
|
width: 100%;
|
|
7690
7690
|
}
|
|
7691
|
-
.
|
|
7691
|
+
.data-table-container.ag-theme-alpine .ag-cell {
|
|
7692
7692
|
border: none;
|
|
7693
7693
|
}
|
|
7694
|
-
.
|
|
7694
|
+
.data-table-container.ag-theme-alpine .ag-cell .ag-selection-checkbox.ag-invisible {
|
|
7695
7695
|
display: none;
|
|
7696
7696
|
}
|
|
7697
|
-
.
|
|
7697
|
+
.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 {
|
|
7698
7698
|
overflow: visible;
|
|
7699
7699
|
}
|
|
7700
|
-
.
|
|
7700
|
+
.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 {
|
|
7701
7701
|
height: 100%;
|
|
7702
7702
|
padding: 0 16px;
|
|
7703
7703
|
margin-left: -16px;
|
|
7704
7704
|
}
|
|
7705
|
-
.
|
|
7705
|
+
.data-table-container.ag-theme-alpine .ag-body-viewport .ag-row-loading.ag-full-width-row {
|
|
7706
7706
|
overflow: visible;
|
|
7707
7707
|
}
|
|
7708
|
-
.
|
|
7708
|
+
.data-table-container.ag-theme-alpine .ag-checkbox-input-wrapper {
|
|
7709
7709
|
font-size: 20px;
|
|
7710
7710
|
line-height: 20px;
|
|
7711
7711
|
width: 20px;
|
|
7712
7712
|
height: 20px;
|
|
7713
7713
|
margin-left: 8px;
|
|
7714
7714
|
}
|
|
7715
|
-
.
|
|
7715
|
+
.data-table-container.ag-theme-alpine .ag-header-select-all .ag-checkbox-input-wrapper.ag-indeterminate::after {
|
|
7716
7716
|
color: #2066df;
|
|
7717
7717
|
}
|
|
7718
|
-
.
|
|
7718
|
+
.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 {
|
|
7719
7719
|
min-height: 0px;
|
|
7720
7720
|
}
|
|
7721
|
-
.
|
|
7721
|
+
.data-table-container.ag-theme-alpine .ag-overlay .ag-react-container {
|
|
7722
7722
|
pointer-events: initial;
|
|
7723
7723
|
}
|
|
7724
|
-
.
|
|
7724
|
+
.data-table-container.ag-theme-alpine .ag-menu, .data-table-container.ag-theme-alpine .ag-menu-header {
|
|
7725
7725
|
background-color: #ffffff;
|
|
7726
7726
|
border-radius: 0px;
|
|
7727
7727
|
}
|
|
7728
|
-
.
|
|
7728
|
+
.data-table-container.ag-theme-alpine .ag-header-cell-menu-button:hover {
|
|
7729
7729
|
color: #232729;
|
|
7730
7730
|
}
|
|
7731
|
-
.
|
|
7731
|
+
.data-table-container.ag-theme-alpine .ag-tab-selected {
|
|
7732
7732
|
border-bottom-color: transparent;
|
|
7733
7733
|
}
|
|
7734
|
-
.
|
|
7734
|
+
.data-table-container.ag-theme-alpine .ag-menu .ag-menu-header {
|
|
7735
7735
|
display: none;
|
|
7736
7736
|
}
|
|
7737
|
-
.
|
|
7737
|
+
.data-table-container.ag-theme-alpine .ag-menu-body {
|
|
7738
7738
|
min-width: 206px;
|
|
7739
7739
|
}
|
|
7740
|
-
.
|
|
7740
|
+
.data-table-container.ag-theme-alpine .ag-floating-bottom-container .ag-row {
|
|
7741
7741
|
background: #f4f5f6;
|
|
7742
7742
|
}
|
|
7743
|
-
.
|
|
7743
|
+
.data-table-container.ag-theme-alpine .ag-floating-bottom-container .ag-row:hover {
|
|
7744
7744
|
background: #f4f5f6;
|
|
7745
7745
|
}
|
|
7746
|
-
.ag-row.ag-row-position-absolute .ag-cell {
|
|
7746
|
+
.data-table-container .ag-row.ag-row-position-absolute .ag-cell {
|
|
7747
7747
|
top: 0;
|
|
7748
7748
|
}
|
|
7749
|
-
.ag-row .ag-cell.ag-cell-inline-editing.editable-cell, .ag-row .ag-cell.editable-cell {
|
|
7749
|
+
.data-table-container .ag-row .ag-cell.ag-cell-inline-editing.editable-cell, .data-table-container .ag-row .ag-cell.editable-cell {
|
|
7750
7750
|
padding-left: 8px;
|
|
7751
7751
|
padding-right: 8px;
|
|
7752
7752
|
}
|
|
7753
|
-
.ag-row .ag-cell > .ag-react-container {
|
|
7753
|
+
.data-table-container .ag-row .ag-cell > .ag-react-container {
|
|
7754
7754
|
width: 100%;
|
|
7755
7755
|
}
|
|
7756
|
-
.ag-row .ag-cell .pseudo-inline-edit-content {
|
|
7756
|
+
.data-table-container .ag-row .ag-cell .pseudo-inline-edit-content {
|
|
7757
7757
|
width: 100%;
|
|
7758
7758
|
align-items: center;
|
|
7759
7759
|
border: 1px solid transparent;
|
|
@@ -7763,166 +7763,166 @@ input[class^=ag-][type=range]:disabled {
|
|
|
7763
7763
|
padding: 4px 7px;
|
|
7764
7764
|
cursor: pointer;
|
|
7765
7765
|
}
|
|
7766
|
-
.ag-row .ag-cell .pseudo-inline-edit-content--with-clear {
|
|
7766
|
+
.data-table-container .ag-row .ag-cell .pseudo-inline-edit-content--with-clear {
|
|
7767
7767
|
display: flex;
|
|
7768
7768
|
justify-content: space-between;
|
|
7769
7769
|
}
|
|
7770
|
-
.ag-row .ag-cell .pseudo-inline-edit-content--with-arrow {
|
|
7770
|
+
.data-table-container .ag-row .ag-cell .pseudo-inline-edit-content--with-arrow {
|
|
7771
7771
|
padding-right: 10px;
|
|
7772
7772
|
padding-left: 8px;
|
|
7773
7773
|
}
|
|
7774
|
-
.ag-row .ag-cell .pseudo-inline-edit-content--empty {
|
|
7774
|
+
.data-table-container .ag-row .ag-cell .pseudo-inline-edit-content--empty {
|
|
7775
7775
|
visibility: hidden;
|
|
7776
7776
|
}
|
|
7777
|
-
.ag-row .ag-cell .pseudo-inline-edit-content--right-aligned {
|
|
7777
|
+
.data-table-container .ag-row .ag-cell .pseudo-inline-edit-content--right-aligned {
|
|
7778
7778
|
padding-right: 8px;
|
|
7779
7779
|
justify-content: flex-end;
|
|
7780
7780
|
display: inline;
|
|
7781
7781
|
}
|
|
7782
|
-
.ag-row .ag-cell .pseudo-inline-edit-content .inline-edit-spacer {
|
|
7782
|
+
.data-table-container .ag-row .ag-cell .pseudo-inline-edit-content .inline-edit-spacer {
|
|
7783
7783
|
flex: 1;
|
|
7784
7784
|
}
|
|
7785
|
-
.ag-row .ag-cell.invalid-cell .inline-wrapper--right-aligned .cell-error__button {
|
|
7785
|
+
.data-table-container .ag-row .ag-cell.invalid-cell .inline-wrapper--right-aligned .cell-error__button {
|
|
7786
7786
|
margin-left: 0;
|
|
7787
7787
|
padding: 0 2px;
|
|
7788
7788
|
}
|
|
7789
|
-
.ag-row .ag-cell.invalid-cell .ag-header-cell-comp-wrapper {
|
|
7789
|
+
.data-table-container .ag-row .ag-cell.invalid-cell .ag-header-cell-comp-wrapper {
|
|
7790
7790
|
width: 100%;
|
|
7791
7791
|
}
|
|
7792
|
-
.ag-row .ag-cell .cell-error {
|
|
7792
|
+
.data-table-container .ag-row .ag-cell .cell-error {
|
|
7793
7793
|
display: none;
|
|
7794
7794
|
}
|
|
7795
|
-
.ag-row .ag-cell.invalid-cell .cell-error {
|
|
7795
|
+
.data-table-container .ag-row .ag-cell.invalid-cell .cell-error {
|
|
7796
7796
|
display: flex;
|
|
7797
7797
|
}
|
|
7798
|
-
.ag-row .ag-cell.invalid-cell .cell-error svg {
|
|
7798
|
+
.data-table-container .ag-row .ag-cell.invalid-cell .cell-error svg {
|
|
7799
7799
|
width: 14px;
|
|
7800
7800
|
padding-top: 5px;
|
|
7801
7801
|
}
|
|
7802
|
-
.ag-row .ag-cell.invalid-cell .cell-error__button {
|
|
7802
|
+
.data-table-container .ag-row .ag-cell.invalid-cell .cell-error__button {
|
|
7803
7803
|
padding: 0;
|
|
7804
7804
|
height: 28px;
|
|
7805
7805
|
}
|
|
7806
|
-
.ag-row .ag-cell .pseudo-inline-edit-wrapper {
|
|
7806
|
+
.data-table-container .ag-row .ag-cell .pseudo-inline-edit-wrapper {
|
|
7807
7807
|
display: flex;
|
|
7808
7808
|
align-items: center;
|
|
7809
7809
|
width: 100%;
|
|
7810
7810
|
}
|
|
7811
|
-
.ag-row .ag-cell .inline-edit-wrapper {
|
|
7811
|
+
.data-table-container .ag-row .ag-cell .inline-edit-wrapper {
|
|
7812
7812
|
display: flex;
|
|
7813
7813
|
align-items: center;
|
|
7814
7814
|
width: 100%;
|
|
7815
7815
|
height: 100%;
|
|
7816
7816
|
}
|
|
7817
|
-
.ag-row .ag-cell .inline-nonedit-wrapper {
|
|
7817
|
+
.data-table-container .ag-row .ag-cell .inline-nonedit-wrapper {
|
|
7818
7818
|
display: flex;
|
|
7819
7819
|
align-items: center;
|
|
7820
7820
|
justify-content: space-between;
|
|
7821
7821
|
width: 100%;
|
|
7822
7822
|
}
|
|
7823
|
-
.ag-row .ag-cell .inline-nonedit-wrapper > span {
|
|
7823
|
+
.data-table-container .ag-row .ag-cell .inline-nonedit-wrapper > span {
|
|
7824
7824
|
padding: 0 8px;
|
|
7825
7825
|
}
|
|
7826
|
-
.ag-row .ag-cell .inline-nonedit-wrapper .pill-cell {
|
|
7826
|
+
.data-table-container .ag-row .ag-cell .inline-nonedit-wrapper .pill-cell {
|
|
7827
7827
|
margin-left: 8px;
|
|
7828
7828
|
}
|
|
7829
|
-
.ag-row .ag-cell .inline-wrapper--right-aligned {
|
|
7829
|
+
.data-table-container .ag-row .ag-cell .inline-wrapper--right-aligned {
|
|
7830
7830
|
flex-direction: row-reverse;
|
|
7831
7831
|
}
|
|
7832
|
-
.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 {
|
|
7832
|
+
.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 {
|
|
7833
7833
|
visibility: visible;
|
|
7834
7834
|
}
|
|
7835
|
-
.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 {
|
|
7835
|
+
.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 {
|
|
7836
7836
|
display: inline-flex;
|
|
7837
7837
|
}
|
|
7838
|
-
.ag-row .ag-cell .inline-wrapper--with-show-pseudo-editors .pseudo-inline-edit-content {
|
|
7838
|
+
.data-table-container .ag-row .ag-cell .inline-wrapper--with-show-pseudo-editors .pseudo-inline-edit-content {
|
|
7839
7839
|
border-color: #d6dadc;
|
|
7840
7840
|
}
|
|
7841
|
-
.ag-row-inline-editing > .editable-cell, .ag-row-focus > .editable-cell, .ag-row-hover > .editable-cell {
|
|
7841
|
+
.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 {
|
|
7842
7842
|
padding-left: 8px;
|
|
7843
7843
|
}
|
|
7844
|
-
.ag-row-inline-editing > .editable-cell--right-aligned, .ag-row-focus > .editable-cell--right-aligned, .ag-row-hover > .editable-cell--right-aligned {
|
|
7844
|
+
.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 {
|
|
7845
7845
|
padding-left: calc(8px * 2);
|
|
7846
7846
|
padding-right: 8px;
|
|
7847
7847
|
}
|
|
7848
|
-
.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 {
|
|
7848
|
+
.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 {
|
|
7849
7849
|
visibility: visible;
|
|
7850
7850
|
}
|
|
7851
|
-
.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 {
|
|
7851
|
+
.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 {
|
|
7852
7852
|
border-color: #d6dadc;
|
|
7853
7853
|
background: #ffffff;
|
|
7854
7854
|
}
|
|
7855
|
-
.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 {
|
|
7855
|
+
.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 {
|
|
7856
7856
|
display: inline-flex;
|
|
7857
7857
|
}
|
|
7858
|
-
.ag-row .ag-cell.invalid-cell .pseudo-inline-edit-content {
|
|
7858
|
+
.data-table-container .ag-row .ag-cell.invalid-cell .pseudo-inline-edit-content {
|
|
7859
7859
|
border-color: #e61920;
|
|
7860
7860
|
visibility: visible;
|
|
7861
7861
|
}
|
|
7862
|
-
.ag-row .ag-cell.invalid-cell .inline-nonedit-wrapper span {
|
|
7862
|
+
.data-table-container .ag-row .ag-cell.invalid-cell .inline-nonedit-wrapper span {
|
|
7863
7863
|
color: #c42223;
|
|
7864
7864
|
}
|
|
7865
|
-
.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 {
|
|
7865
|
+
.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 {
|
|
7866
7866
|
display: inline-flex;
|
|
7867
7867
|
}
|
|
7868
|
-
.editable-cell:hover {
|
|
7868
|
+
.data-table-container .editable-cell:hover {
|
|
7869
7869
|
background: #eef0f1;
|
|
7870
7870
|
}
|
|
7871
|
-
.editable-cell .cell-asterisk {
|
|
7871
|
+
.data-table-container .editable-cell .cell-asterisk {
|
|
7872
7872
|
visibility: hidden;
|
|
7873
7873
|
padding: 0 8px;
|
|
7874
7874
|
}
|
|
7875
|
-
.ag-cell .input-cell {
|
|
7875
|
+
.data-table-container .ag-cell .input-cell {
|
|
7876
7876
|
display: flex;
|
|
7877
7877
|
height: 28px;
|
|
7878
7878
|
min-height: 28px;
|
|
7879
7879
|
padding-left: 8px;
|
|
7880
7880
|
font-size: 12px;
|
|
7881
7881
|
}
|
|
7882
|
-
.ag-cell .input-cell--right-aligned {
|
|
7882
|
+
.data-table-container .ag-cell .input-cell--right-aligned {
|
|
7883
7883
|
text-align: right;
|
|
7884
7884
|
padding-right: 8px;
|
|
7885
7885
|
}
|
|
7886
|
-
.ag-cell .textarea-cell {
|
|
7886
|
+
.data-table-container .ag-cell .textarea-cell {
|
|
7887
7887
|
padding-left: 8px;
|
|
7888
7888
|
font-size: 12px;
|
|
7889
7889
|
line-height: 16px;
|
|
7890
7890
|
margin: 8px 0px;
|
|
7891
7891
|
height: 100%;
|
|
7892
7892
|
}
|
|
7893
|
-
.ag-cell .textarea-cell.editor-text {
|
|
7893
|
+
.data-table-container .ag-cell .textarea-cell.editor-text {
|
|
7894
7894
|
word-break: break-word;
|
|
7895
7895
|
padding: 8px 12px;
|
|
7896
7896
|
}
|
|
7897
|
-
.ag-cell .textarea-cell.text {
|
|
7897
|
+
.data-table-container .ag-cell .textarea-cell.text {
|
|
7898
7898
|
word-break: break-word;
|
|
7899
7899
|
}
|
|
7900
|
-
.ag-cell .textarea-cell--right-aligned {
|
|
7900
|
+
.data-table-container .ag-cell .textarea-cell--right-aligned {
|
|
7901
7901
|
text-align: right;
|
|
7902
7902
|
padding-right: 8px;
|
|
7903
7903
|
}
|
|
7904
|
-
.ag-cell .textarea-cell .pseudo-inline-edit-content {
|
|
7904
|
+
.data-table-container .ag-cell .textarea-cell .pseudo-inline-edit-content {
|
|
7905
7905
|
margin-top: 8px;
|
|
7906
7906
|
margin-bottom: 8px;
|
|
7907
7907
|
}
|
|
7908
|
-
.arrow-down-wrapper, .clear-wrapper {
|
|
7908
|
+
.data-table-container .arrow-down-wrapper, .data-table-container .clear-wrapper {
|
|
7909
7909
|
display: none;
|
|
7910
7910
|
margin-left: 8px;
|
|
7911
7911
|
}
|
|
7912
|
-
.arrow-down {
|
|
7912
|
+
.data-table-container .arrow-down {
|
|
7913
7913
|
border-bottom: 0;
|
|
7914
7914
|
border-left: 4px solid transparent;
|
|
7915
7915
|
border-right: 4px solid transparent;
|
|
7916
7916
|
border-top: 4px solid #6a767c;
|
|
7917
7917
|
}
|
|
7918
|
-
.calendar-wrapper {
|
|
7918
|
+
.data-table-container .calendar-wrapper {
|
|
7919
7919
|
color: #6a767c;
|
|
7920
7920
|
display: none;
|
|
7921
7921
|
margin-left: auto;
|
|
7922
7922
|
padding-left: 16px;
|
|
7923
7923
|
}
|
|
7924
7924
|
|
|
7925
|
-
div.
|
|
7925
|
+
div._contextPanel_1ern5_7159 {
|
|
7926
7926
|
width: 400px;
|
|
7927
7927
|
transition: all ease 500ms;
|
|
7928
7928
|
flex: 0 0 auto;
|
|
@@ -7931,7 +7931,7 @@ div._contextPanel_if78k_7159 {
|
|
|
7931
7931
|
border: 1px solid #d6dadc;
|
|
7932
7932
|
display: flex;
|
|
7933
7933
|
}
|
|
7934
|
-
div._contextPanel--
|
|
7934
|
+
div._contextPanel--hidden_1ern5_7168 {
|
|
7935
7935
|
border: none;
|
|
7936
7936
|
overflow: hidden;
|
|
7937
7937
|
padding: 0px;
|
|
@@ -7939,50 +7939,50 @@ div._contextPanel--hidden_if78k_7168 {
|
|
|
7939
7939
|
width: 0px;
|
|
7940
7940
|
}
|
|
7941
7941
|
|
|
7942
|
-
.
|
|
7942
|
+
._contextPanelWrapper_1ern5_7176 {
|
|
7943
7943
|
position: relative;
|
|
7944
7944
|
flex-grow: 1;
|
|
7945
7945
|
}
|
|
7946
7946
|
|
|
7947
|
-
.
|
|
7947
|
+
._contextPanelBody_1ern5_7181 {
|
|
7948
7948
|
width: clamp(380px, 400px, 100%);
|
|
7949
7949
|
}
|
|
7950
7950
|
|
|
7951
|
-
._contextPanel-
|
|
7951
|
+
._contextPanel-stickyHeader_1ern5_7185 {
|
|
7952
7952
|
background-color: #ffffff;
|
|
7953
7953
|
position: sticky;
|
|
7954
7954
|
top: 0;
|
|
7955
7955
|
z-index: 5;
|
|
7956
7956
|
}
|
|
7957
7957
|
|
|
7958
|
-
._filters-
|
|
7958
|
+
._filters-list_1ern5_7192 {
|
|
7959
7959
|
padding: 0;
|
|
7960
7960
|
margin: 0;
|
|
7961
7961
|
}
|
|
7962
|
-
._filters-
|
|
7962
|
+
._filters-list_1ern5_7192 ol {
|
|
7963
7963
|
padding: 0;
|
|
7964
7964
|
margin: 0;
|
|
7965
7965
|
}
|
|
7966
7966
|
|
|
7967
|
-
._col-drag-column-
|
|
7967
|
+
._col-drag-column-icon_1ern5_7201 {
|
|
7968
7968
|
color: #6a767c;
|
|
7969
7969
|
}
|
|
7970
7970
|
|
|
7971
|
-
._tabular-
|
|
7971
|
+
._tabular-nums_1ern5_7205 {
|
|
7972
7972
|
font-variant-numeric: tabular-nums;
|
|
7973
7973
|
}`;
|
|
7974
7974
|
document.head.appendChild(document.createElement("style")).appendChild(document.createTextNode(css));
|
|
7975
7975
|
var styles_default = {
|
|
7976
|
-
"contextPanel": "
|
|
7977
|
-
"contextPanel--hidden": "_contextPanel--
|
|
7978
|
-
"contextPanelWrapper": "
|
|
7979
|
-
"contextPanelBody": "
|
|
7980
|
-
"contextPanel-stickyHeader": "_contextPanel-
|
|
7981
|
-
"filters-list": "_filters-
|
|
7982
|
-
"col-drag-column-icon": "_col-drag-column-
|
|
7983
|
-
"tabular-nums": "_tabular-
|
|
7984
|
-
"ag-shake-left-to-right": "_ag-shake-left-to-
|
|
7985
|
-
"spin": "
|
|
7976
|
+
"contextPanel": "_contextPanel_1ern5_7159",
|
|
7977
|
+
"contextPanel--hidden": "_contextPanel--hidden_1ern5_7168",
|
|
7978
|
+
"contextPanelWrapper": "_contextPanelWrapper_1ern5_7176",
|
|
7979
|
+
"contextPanelBody": "_contextPanelBody_1ern5_7181",
|
|
7980
|
+
"contextPanel-stickyHeader": "_contextPanel-stickyHeader_1ern5_7185",
|
|
7981
|
+
"filters-list": "_filters-list_1ern5_7192",
|
|
7982
|
+
"col-drag-column-icon": "_col-drag-column-icon_1ern5_7201",
|
|
7983
|
+
"tabular-nums": "_tabular-nums_1ern5_7205",
|
|
7984
|
+
"ag-shake-left-to-right": "_ag-shake-left-to-right_1ern5_342",
|
|
7985
|
+
"spin": "_spin_1ern5_1"
|
|
7986
7986
|
};
|
|
7987
7987
|
|
|
7988
7988
|
// src/CellRenderers/BooleanCell.tsx
|
|
@@ -55260,6 +55260,16 @@ var rowSelectionState = {
|
|
|
55260
55260
|
selected: "selected",
|
|
55261
55261
|
unselected: "unselected"
|
|
55262
55262
|
};
|
|
55263
|
+
var getRowSelectionState = (rowNode) => {
|
|
55264
|
+
switch (rowNode.isSelected()) {
|
|
55265
|
+
case void 0:
|
|
55266
|
+
return rowSelectionState.indeterminate;
|
|
55267
|
+
case true:
|
|
55268
|
+
return rowSelectionState.selected;
|
|
55269
|
+
case false:
|
|
55270
|
+
return rowSelectionState.unselected;
|
|
55271
|
+
}
|
|
55272
|
+
};
|
|
55263
55273
|
function isNodeRootLevelOfGrid(node) {
|
|
55264
55274
|
return node ? node.level === -1 : false;
|
|
55265
55275
|
}
|
|
@@ -55591,7 +55601,7 @@ var AutoGroupCellRenderer = (props) => {
|
|
|
55591
55601
|
};
|
|
55592
55602
|
|
|
55593
55603
|
// src/CellRenderers/rowActionsCellStyles.scss
|
|
55594
|
-
var css6 = `.
|
|
55604
|
+
var css6 = `.data-table-container.ag-theme-alpine div.ag-cell[col-id=rowActions] {
|
|
55595
55605
|
left: var(--viewport-width) !important;
|
|
55596
55606
|
width: 0px !important;
|
|
55597
55607
|
padding: 0px !important;
|
|
@@ -55601,23 +55611,23 @@ var css6 = `.ag-theme-alpine.ag-theme-alpine div.ag-cell[col-id=rowActions] {
|
|
|
55601
55611
|
background: none;
|
|
55602
55612
|
overflow: visible;
|
|
55603
55613
|
}
|
|
55604
|
-
.
|
|
55614
|
+
.data-table-container.ag-theme-alpine div.ag-cell[col-id=rowActions] .inline-nonedit-wrapper {
|
|
55605
55615
|
width: auto;
|
|
55606
55616
|
height: 100%;
|
|
55607
55617
|
padding: 0px 8px;
|
|
55608
55618
|
position: absolute;
|
|
55609
55619
|
right: 0px;
|
|
55610
55620
|
}
|
|
55611
|
-
.
|
|
55621
|
+
.data-table-container.ag-theme-alpine .ag-row-hover div.ag-cell[col-id=rowActions] .inline-nonedit-wrapper {
|
|
55612
55622
|
background: #f4f5f6;
|
|
55613
55623
|
}
|
|
55614
|
-
.
|
|
55624
|
+
.data-table-container.ag-theme-alpine .ag-row-focus div.ag-cell[col-id=rowActions] .inline-nonedit-wrapper {
|
|
55615
55625
|
background: #f6f9fe;
|
|
55616
55626
|
}
|
|
55617
|
-
.
|
|
55627
|
+
.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] {
|
|
55618
55628
|
visibility: visible;
|
|
55619
55629
|
}
|
|
55620
|
-
.
|
|
55630
|
+
.data-table-container.ag-theme-alpine .ag-cell[col-id=rowActions-pinned] {
|
|
55621
55631
|
background: "transparent";
|
|
55622
55632
|
padding: 2px 8px !important;
|
|
55623
55633
|
}`;
|
|
@@ -55905,10 +55915,10 @@ var DataTableCellRenderer = ({
|
|
|
55905
55915
|
editorType,
|
|
55906
55916
|
value,
|
|
55907
55917
|
setValue,
|
|
55918
|
+
columnApi,
|
|
55908
55919
|
...props
|
|
55909
55920
|
}) => {
|
|
55910
55921
|
var _a, _b, _c, _d, _e;
|
|
55911
|
-
const { columnApi } = useInternalTableContext();
|
|
55912
55922
|
const columnDefinition = transformToColumnDefinition(colDef);
|
|
55913
55923
|
const validationOutput = ((_a = colDef.valueValidator) == null ? void 0 : _a.call(colDef, {
|
|
55914
55924
|
data,
|
|
@@ -56372,35 +56382,35 @@ function isServerSideGroupSelectionState(value) {
|
|
|
56372
56382
|
}
|
|
56373
56383
|
|
|
56374
56384
|
// src/GenericHeader/genericHeader.scss
|
|
56375
|
-
var css7 = `.ag-header-cell .data-table-header-menu {
|
|
56385
|
+
var css7 = `.data-table-container .ag-header-cell .data-table-header-menu {
|
|
56376
56386
|
opacity: 1;
|
|
56377
56387
|
}
|
|
56378
|
-
.ag-header-cell .ag-checkbox.ag-header-select-all {
|
|
56388
|
+
.data-table-container .ag-header-cell .ag-checkbox.ag-header-select-all {
|
|
56379
56389
|
display: none;
|
|
56380
56390
|
}
|
|
56381
|
-
.ag-header-cell .checkbox {
|
|
56391
|
+
.data-table-container .ag-header-cell .checkbox {
|
|
56382
56392
|
margin-right: 16px;
|
|
56383
56393
|
}
|
|
56384
|
-
.ag-header-cell .ag-header-cell-comp-wrapper {
|
|
56394
|
+
.data-table-container .ag-header-cell .ag-header-cell-comp-wrapper {
|
|
56385
56395
|
display: flex;
|
|
56386
56396
|
height: 100%;
|
|
56387
56397
|
width: 100%;
|
|
56388
56398
|
flex-grow: 1;
|
|
56389
56399
|
align-items: center;
|
|
56390
56400
|
}
|
|
56391
|
-
.ag-header-cell .ag-header-cell-sortable, .ag-header-cell .ag-header-cell-label-container, .ag-header-cell .ag-header-cell-label {
|
|
56401
|
+
.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 {
|
|
56392
56402
|
display: flex;
|
|
56393
56403
|
align-items: center;
|
|
56394
56404
|
width: 100%;
|
|
56395
56405
|
}
|
|
56396
|
-
.ag-header-cell .ag-header-cell-sortable {
|
|
56406
|
+
.data-table-container .ag-header-cell .ag-header-cell-sortable {
|
|
56397
56407
|
justify-content: space-between;
|
|
56398
56408
|
cursor: pointer;
|
|
56399
56409
|
}
|
|
56400
|
-
.ag-header-cell .ag-header-cell-comp-wrapper {
|
|
56410
|
+
.data-table-container .ag-header-cell .ag-header-cell-comp-wrapper {
|
|
56401
56411
|
display: flex;
|
|
56402
56412
|
}
|
|
56403
|
-
.ag-header-cell .expand-button {
|
|
56413
|
+
.data-table-container .ag-header-cell .expand-button {
|
|
56404
56414
|
display: flex;
|
|
56405
56415
|
padding: 3px;
|
|
56406
56416
|
width: 20px;
|
|
@@ -56411,12 +56421,12 @@ var css7 = `.ag-header-cell .data-table-header-menu {
|
|
|
56411
56421
|
cursor: pointer;
|
|
56412
56422
|
margin-right: 8px;
|
|
56413
56423
|
}
|
|
56414
|
-
.ag-header-group-cell-with-group .ag-header-cell-comp-wrapper {
|
|
56424
|
+
.data-table-container .ag-header-group-cell-with-group .ag-header-cell-comp-wrapper {
|
|
56415
56425
|
width: 100%;
|
|
56416
56426
|
overflow: hidden;
|
|
56417
56427
|
display: flex;
|
|
56418
56428
|
}
|
|
56419
|
-
.ag-header-group-cell-with-group .expand-button {
|
|
56429
|
+
.data-table-container .ag-header-group-cell-with-group .expand-button {
|
|
56420
56430
|
display: flex;
|
|
56421
56431
|
padding: 3px;
|
|
56422
56432
|
width: 20px;
|
|
@@ -56427,10 +56437,10 @@ var css7 = `.ag-header-cell .data-table-header-menu {
|
|
|
56427
56437
|
cursor: pointer;
|
|
56428
56438
|
margin-left: auto;
|
|
56429
56439
|
}
|
|
56430
|
-
.auto-column-expand-tooltip-content {
|
|
56440
|
+
.data-table-container .auto-column-expand-tooltip-content {
|
|
56431
56441
|
width: 96px;
|
|
56432
56442
|
}
|
|
56433
|
-
.data-table-header-menu {
|
|
56443
|
+
.data-table-container .data-table-header-menu {
|
|
56434
56444
|
transition: opacity 0.2s;
|
|
56435
56445
|
opacity: 0;
|
|
56436
56446
|
}`;
|
|
@@ -107754,8 +107764,7 @@ var useTableApi = ({
|
|
|
107754
107764
|
if (!event.node.displayed || !event.node.id) {
|
|
107755
107765
|
return;
|
|
107756
107766
|
}
|
|
107757
|
-
const
|
|
107758
|
-
const selectedState = isRowSelected2 === true ? rowSelectionState.selected : isRowSelected2 === false ? rowSelectionState.unselected : rowSelectionState.indeterminate;
|
|
107767
|
+
const selectedState = getRowSelectionState(event.node);
|
|
107759
107768
|
rowSelectionRef.current.affectedRows[event.node.id] = {
|
|
107760
107769
|
node: event.node,
|
|
107761
107770
|
selectedState
|
|
@@ -109221,7 +109230,7 @@ var Table = (props) => {
|
|
|
109221
109230
|
(_c2 = (_b2 = props.UNSAFE_internalAGGridOverrides) == null ? void 0 : _b2.onGridReady) == null ? void 0 : _c2.call(_b2, params);
|
|
109222
109231
|
};
|
|
109223
109232
|
const internalOnRowSelected = (event) => {
|
|
109224
|
-
var _a2, _b2, _c2;
|
|
109233
|
+
var _a2, _b2, _c2, _d;
|
|
109225
109234
|
(_a2 = props.onRowSelected) == null ? void 0 : _a2.call(props, event);
|
|
109226
109235
|
if (props.siblingGroupsRowSelectionDisabled) {
|
|
109227
109236
|
const rootRowNode = getRootRowNode(event.node);
|
|
@@ -109233,6 +109242,10 @@ var Table = (props) => {
|
|
|
109233
109242
|
});
|
|
109234
109243
|
}
|
|
109235
109244
|
}
|
|
109245
|
+
if ((_d = internalTableContext.rowSelectionRef) == null ? void 0 : _d.current.affectedRows[event.node.id]) {
|
|
109246
|
+
const nextSelectionState = getRowSelectionState(event.node);
|
|
109247
|
+
internalTableContext.rowSelectionRef.current.affectedRows[event.node.id] = { node: event.node, selectedState: nextSelectionState };
|
|
109248
|
+
}
|
|
109236
109249
|
};
|
|
109237
109250
|
const internalRowGroupOpened = React80.useCallback(
|
|
109238
109251
|
(event) => {
|
|
@@ -109394,7 +109407,7 @@ var Table = (props) => {
|
|
|
109394
109407
|
width: "100%",
|
|
109395
109408
|
maxHeight: props.maxHeight && tableHeight < props.maxHeight ? void 0 : props.maxHeight
|
|
109396
109409
|
},
|
|
109397
|
-
className: cx19("ag-theme-alpine", {
|
|
109410
|
+
className: cx19("data-table-container", "ag-theme-alpine", {
|
|
109398
109411
|
"ag-suppress-column-virtualization": suppressColumnVirtualisation
|
|
109399
109412
|
}),
|
|
109400
109413
|
ref: combinedRef,
|