@oliasoft-open-source/react-ui-library 3.1.12 → 3.1.14
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/dist/global.css +60 -59
- package/dist/index.js +38 -43
- package/package.json +1 -1
package/dist/global.css
CHANGED
|
@@ -18798,187 +18798,188 @@ html[data-theme='dark'] {
|
|
|
18798
18798
|
/*
|
|
18799
18799
|
Z-INDEX
|
|
18800
18800
|
*/
|
|
18801
|
-
.
|
|
18801
|
+
._inputInTable_16twm_326 {
|
|
18802
18802
|
background-color: transparent;
|
|
18803
18803
|
border-radius: inherit !important;
|
|
18804
18804
|
height: 38px;
|
|
18805
18805
|
min-height: 100%;
|
|
18806
18806
|
}
|
|
18807
|
-
.
|
|
18808
|
-
.
|
|
18807
|
+
._inputInTable_16twm_326:hover,
|
|
18808
|
+
._inputInTable_16twm_326:focus {
|
|
18809
18809
|
position: relative;
|
|
18810
18810
|
}
|
|
18811
|
-
.
|
|
18811
|
+
._inputInTable_16twm_326:hover {
|
|
18812
18812
|
z-index: 2;
|
|
18813
18813
|
}
|
|
18814
|
-
.
|
|
18814
|
+
._inputInTable_16twm_326:focus {
|
|
18815
18815
|
z-index: 3;
|
|
18816
18816
|
}
|
|
18817
|
-
.
|
|
18817
|
+
._inputFocus_16twm_342 {
|
|
18818
18818
|
outline: none !important;
|
|
18819
18819
|
border: 1px solid var(--color-border-focus) !important;
|
|
18820
18820
|
box-shadow: var(--shadow-focus);
|
|
18821
18821
|
}
|
|
18822
|
-
.
|
|
18823
|
-
.
|
|
18822
|
+
._inputError_16twm_347,
|
|
18823
|
+
._inputWarning_16twm_348 {
|
|
18824
18824
|
position: relative;
|
|
18825
18825
|
}
|
|
18826
|
-
.
|
|
18826
|
+
._inputError_16twm_347 {
|
|
18827
18827
|
z-index: 2;
|
|
18828
18828
|
border-color: var(--color-border-error) !important;
|
|
18829
18829
|
color: var(--color-text-error) !important;
|
|
18830
18830
|
background-color: var(--color-background-error);
|
|
18831
18831
|
}
|
|
18832
|
-
.
|
|
18832
|
+
._inputError_16twm_347:hover {
|
|
18833
18833
|
border-color: var(--color-border-error-hover) !important;
|
|
18834
18834
|
}
|
|
18835
|
-
.
|
|
18835
|
+
._inputError_16twm_347:focus {
|
|
18836
18836
|
outline: none !important;
|
|
18837
18837
|
border: 1px solid var(--color-border-focus) !important;
|
|
18838
18838
|
box-shadow: var(--shadow-focus);
|
|
18839
18839
|
}
|
|
18840
|
-
.
|
|
18840
|
+
._inputWarning_16twm_348 {
|
|
18841
18841
|
z-index: 1;
|
|
18842
18842
|
border-color: var(--color-border-warning) !important;
|
|
18843
18843
|
color: var(--color-text-warning) !important;
|
|
18844
18844
|
background-color: var(--color-background-warning);
|
|
18845
18845
|
}
|
|
18846
|
-
.
|
|
18846
|
+
._inputWarning_16twm_348:hover {
|
|
18847
18847
|
border-color: var(--color-border-warning-hover) !important;
|
|
18848
18848
|
}
|
|
18849
|
-
.
|
|
18849
|
+
._inputWarning_16twm_348:focus {
|
|
18850
18850
|
outline: none !important;
|
|
18851
18851
|
border: 1px solid var(--color-border-focus) !important;
|
|
18852
18852
|
box-shadow: var(--shadow-focus);
|
|
18853
18853
|
}
|
|
18854
|
-
.
|
|
18854
|
+
._inputDisabled_16twm_379 {
|
|
18855
18855
|
pointer-events: none;
|
|
18856
18856
|
background-color: var(--color-background-disabled);
|
|
18857
18857
|
color: var(--color-text-muted);
|
|
18858
18858
|
}
|
|
18859
|
-
.
|
|
18859
|
+
._hideScrollbars_16twm_384 {
|
|
18860
18860
|
/* Firefox */
|
|
18861
18861
|
scrollbar-width: none;
|
|
18862
18862
|
/* IE 10+ */
|
|
18863
18863
|
-ms-overflow-style: none;
|
|
18864
18864
|
/* Chrome, Safari and Opera */
|
|
18865
18865
|
}
|
|
18866
|
-
.
|
|
18866
|
+
._hideScrollbars_16twm_384::-webkit-scrollbar {
|
|
18867
18867
|
display: none;
|
|
18868
18868
|
}
|
|
18869
|
-
.
|
|
18869
|
+
._cellWrapperPadding_16twm_394 {
|
|
18870
18870
|
padding: 9.5px 14px !important;
|
|
18871
18871
|
}
|
|
18872
|
-
.
|
|
18872
|
+
._flexBlock_16twm_397 {
|
|
18873
18873
|
display: flex;
|
|
18874
18874
|
align-items: center;
|
|
18875
18875
|
justify-content: space-between;
|
|
18876
18876
|
}
|
|
18877
|
-
.
|
|
18877
|
+
._cellWrapper_16twm_394 {
|
|
18878
18878
|
padding: 9.5px 14px !important;
|
|
18879
18879
|
}
|
|
18880
|
-
.
|
|
18880
|
+
._cellWrapper_16twm_394 a {
|
|
18881
|
+
cursor: pointer;
|
|
18881
18882
|
color: var(--color-text-primary) !important;
|
|
18882
18883
|
}
|
|
18883
|
-
.
|
|
18884
|
+
._cellWrapper_16twm_394 a:hover {
|
|
18884
18885
|
color: var(--color-text-primary-hover) !important;
|
|
18885
18886
|
}
|
|
18886
|
-
.
|
|
18887
|
+
._cellWrapper_16twm_394 a:active {
|
|
18887
18888
|
color: var(--color-text-primary-active) !important;
|
|
18888
18889
|
}
|
|
18889
|
-
.
|
|
18890
|
+
._cellWrapper_16twm_394 a._disabledLink_16twm_415 {
|
|
18890
18891
|
color: var(--color-text-faint) !important;
|
|
18891
18892
|
cursor: default !important;
|
|
18892
18893
|
}
|
|
18893
|
-
.
|
|
18894
|
+
._inputWrapper_16twm_419 {
|
|
18894
18895
|
margin: -1px;
|
|
18895
18896
|
height: calc(100% + 2px);
|
|
18896
18897
|
border-radius: inherit;
|
|
18897
18898
|
}
|
|
18898
|
-
.
|
|
18899
|
-
.
|
|
18900
|
-
.
|
|
18899
|
+
._inputWrapper_16twm_419 > span,
|
|
18900
|
+
._inputWrapper_16twm_419 > span > span,
|
|
18901
|
+
._inputWrapper_16twm_419 > span > span > div {
|
|
18901
18902
|
height: 100%;
|
|
18902
18903
|
border-radius: inherit;
|
|
18903
18904
|
}
|
|
18904
|
-
.
|
|
18905
|
-
.
|
|
18905
|
+
._inputWrapper_16twm_419 > div,
|
|
18906
|
+
._inputWrapper_16twm_419 > div > span {
|
|
18906
18907
|
height: 100%;
|
|
18907
18908
|
border-radius: inherit;
|
|
18908
18909
|
}
|
|
18909
|
-
.
|
|
18910
|
+
._breakWord_16twm_435 {
|
|
18910
18911
|
word-break: break-word;
|
|
18911
18912
|
}
|
|
18912
|
-
.
|
|
18913
|
+
._inputCell_16twm_438 {
|
|
18913
18914
|
padding: 0 !important;
|
|
18914
18915
|
}
|
|
18915
|
-
.
|
|
18916
|
+
._sliderCell_16twm_441 {
|
|
18916
18917
|
padding-top: 0 !important;
|
|
18917
18918
|
padding-bottom: 0 !important;
|
|
18918
18919
|
}
|
|
18919
|
-
.
|
|
18920
|
+
._staticCell_16twm_445 {
|
|
18920
18921
|
padding: 0 !important;
|
|
18921
18922
|
}
|
|
18922
|
-
.
|
|
18923
|
+
._staticCell_16twm_445 ._staticCellContent_16twm_448 {
|
|
18923
18924
|
min-height: 100%;
|
|
18924
18925
|
padding: 9.5px 14px !important;
|
|
18925
18926
|
line-height: 17px;
|
|
18926
18927
|
position: relative;
|
|
18927
18928
|
border-radius: inherit;
|
|
18928
18929
|
}
|
|
18929
|
-
.
|
|
18930
|
-
.
|
|
18930
|
+
._staticCell_16twm_445 ._staticCellContent_16twm_448._error_16twm_455,
|
|
18931
|
+
._staticCell_16twm_445 ._staticCellContent_16twm_448._warning_16twm_456 {
|
|
18931
18932
|
border: 1px solid transparent;
|
|
18932
18933
|
}
|
|
18933
|
-
.
|
|
18934
|
+
._staticCell_16twm_445 ._staticCellContent_16twm_448._error_16twm_455 {
|
|
18934
18935
|
position: relative;
|
|
18935
18936
|
z-index: 2;
|
|
18936
18937
|
border-color: var(--color-border-error) !important;
|
|
18937
18938
|
color: var(--color-text-error) !important;
|
|
18938
18939
|
background-color: var(--color-background-error);
|
|
18939
18940
|
}
|
|
18940
|
-
.
|
|
18941
|
+
._staticCell_16twm_445 ._staticCellContent_16twm_448._error_16twm_455:hover {
|
|
18941
18942
|
border-color: var(--color-border-error-hover) !important;
|
|
18942
18943
|
}
|
|
18943
|
-
.
|
|
18944
|
+
._staticCell_16twm_445 ._staticCellContent_16twm_448._error_16twm_455:focus {
|
|
18944
18945
|
outline: none !important;
|
|
18945
18946
|
border: 1px solid var(--color-border-focus) !important;
|
|
18946
18947
|
box-shadow: var(--shadow-focus);
|
|
18947
18948
|
}
|
|
18948
|
-
.
|
|
18949
|
+
._staticCell_16twm_445 ._staticCellContent_16twm_448._warning_16twm_456 {
|
|
18949
18950
|
position: relative;
|
|
18950
18951
|
z-index: 1;
|
|
18951
18952
|
border-color: var(--color-border-warning) !important;
|
|
18952
18953
|
color: var(--color-text-warning) !important;
|
|
18953
18954
|
background-color: var(--color-background-warning);
|
|
18954
18955
|
}
|
|
18955
|
-
.
|
|
18956
|
+
._staticCell_16twm_445 ._staticCellContent_16twm_448._warning_16twm_456:hover {
|
|
18956
18957
|
border-color: var(--color-border-warning-hover) !important;
|
|
18957
18958
|
}
|
|
18958
|
-
.
|
|
18959
|
+
._staticCell_16twm_445 ._staticCellContent_16twm_448._warning_16twm_456:focus {
|
|
18959
18960
|
outline: none !important;
|
|
18960
18961
|
border: 1px solid var(--color-border-focus) !important;
|
|
18961
18962
|
box-shadow: var(--shadow-focus);
|
|
18962
18963
|
}
|
|
18963
|
-
.
|
|
18964
|
+
._staticCell_16twm_445 ._staticCellContent_16twm_448._unit_16twm_489 {
|
|
18964
18965
|
font-weight: normal;
|
|
18965
18966
|
}
|
|
18966
|
-
.
|
|
18967
|
+
._sortingCell_16twm_492 ._staticCellContent_16twm_448 {
|
|
18967
18968
|
position: relative;
|
|
18968
18969
|
padding-right: 45px !important;
|
|
18969
18970
|
cursor: pointer !important;
|
|
18970
18971
|
}
|
|
18971
|
-
.
|
|
18972
|
+
._sortingCell_16twm_492 ._staticCellContent_16twm_448:hover {
|
|
18972
18973
|
background-color: rgba(0, 0, 0, 0.05) !important;
|
|
18973
18974
|
}
|
|
18974
|
-
.
|
|
18975
|
+
._sortingCell_16twm_492 ._sortingCellIcon_16twm_500 {
|
|
18975
18976
|
font-size: 20px;
|
|
18976
18977
|
position: absolute;
|
|
18977
18978
|
right: 10px;
|
|
18978
18979
|
top: 50%;
|
|
18979
18980
|
transform: translateY(-50%);
|
|
18980
18981
|
}
|
|
18981
|
-
.
|
|
18982
|
+
._icon_16twm_507 {
|
|
18982
18983
|
display: inline-block;
|
|
18983
18984
|
margin-left: 8px;
|
|
18984
18985
|
position: relative;
|
|
@@ -18986,43 +18987,43 @@ html[data-theme='dark'] {
|
|
|
18986
18987
|
font-size: 13px;
|
|
18987
18988
|
color: var(--color-text-faint);
|
|
18988
18989
|
}
|
|
18989
|
-
.
|
|
18990
|
+
._icon_16twm_507:hover {
|
|
18990
18991
|
color: var(--color-text-muted);
|
|
18991
18992
|
}
|
|
18992
|
-
.
|
|
18993
|
+
._icon_16twm_507._clickable_16twm_518:hover {
|
|
18993
18994
|
cursor: pointer;
|
|
18994
18995
|
color: var(--color-text-primary-hover);
|
|
18995
18996
|
}
|
|
18996
|
-
.
|
|
18997
|
+
._checkBoxCell_16twm_522 {
|
|
18997
18998
|
padding-top: 0 !important;
|
|
18998
18999
|
padding-bottom: 0 !important;
|
|
18999
19000
|
}
|
|
19000
|
-
.
|
|
19001
|
+
._iconCell_16twm_526 {
|
|
19001
19002
|
width: 37px;
|
|
19002
19003
|
text-align: center;
|
|
19003
19004
|
padding: 0 !important;
|
|
19004
19005
|
}
|
|
19005
|
-
.
|
|
19006
|
+
._iconCell_16twm_526 ._iconWrapper_16twm_531 {
|
|
19006
19007
|
display: flex;
|
|
19007
19008
|
justify-content: center;
|
|
19008
19009
|
}
|
|
19009
|
-
.
|
|
19010
|
+
._actionsCell_16twm_535 {
|
|
19010
19011
|
width: 24px;
|
|
19011
19012
|
padding: 0 6px !important;
|
|
19012
19013
|
}
|
|
19013
|
-
.
|
|
19014
|
+
._rightAligned_16twm_539 {
|
|
19014
19015
|
text-align: right !important;
|
|
19015
19016
|
}
|
|
19016
|
-
.
|
|
19017
|
+
._centerAligned_16twm_542 {
|
|
19017
19018
|
text-align: center !important;
|
|
19018
19019
|
}
|
|
19019
|
-
.
|
|
19020
|
+
._leftAligned_16twm_545 {
|
|
19020
19021
|
text-align: left !important;
|
|
19021
19022
|
}
|
|
19022
|
-
.
|
|
19023
|
+
._popover_16twm_548 {
|
|
19023
19024
|
padding: 9.5px 14px;
|
|
19024
19025
|
}
|
|
19025
|
-
.
|
|
19026
|
+
._disabledPointerEvents_16twm_551 {
|
|
19026
19027
|
pointer-events: none;
|
|
19027
19028
|
}
|
|
19028
19029
|
/*
|
package/dist/index.js
CHANGED
|
@@ -26848,8 +26848,7 @@ const Layer = ({
|
|
|
26848
26848
|
focused: focusedOptionIndex === index2,
|
|
26849
26849
|
onSelectOption: (evt) => {
|
|
26850
26850
|
onSelectOption(evt, sections[index2]);
|
|
26851
|
-
}
|
|
26852
|
-
testId: testId && (sections[index2].description ? `${testId}-${sections[index2].description}` : `${testId}-${sections[index2].label}`)
|
|
26851
|
+
}
|
|
26853
26852
|
})
|
|
26854
26853
|
})
|
|
26855
26854
|
})
|
|
@@ -34955,38 +34954,38 @@ function CgSortAz(props) {
|
|
|
34955
34954
|
function CgSortZa(props) {
|
|
34956
34955
|
return GenIcon({ "tag": "svg", "attr": { "viewBox": "0 0 24 24", "fill": "none" }, "child": [{ "tag": "path", "attr": { "d": "M6 16C6 16.5523 6.44772 17 7 17H17C17.5523 17 18 16.5523 18 16C18 15.4477 17.5523 15 17 15H7C6.44772 15 6 15.4477 6 16Z", "fill": "currentColor" } }, { "tag": "path", "attr": { "d": "M8 12C8 12.5523 8.44772 13 9 13H15C15.5523 13 16 12.5523 16 12C16 11.4477 15.5523 11 15 11H9C8.44772 11 8 11.4477 8 12Z", "fill": "currentColor" } }, { "tag": "path", "attr": { "d": "M11 9C10.4477 9 10 8.55229 10 8C10 7.44771 10.4477 7 11 7H13C13.5523 7 14 7.44771 14 8C14 8.55229 13.5523 9 13 9H11Z", "fill": "currentColor" } }] })(props);
|
|
34957
34956
|
}
|
|
34958
|
-
const inputInTable$1 = "
|
|
34959
|
-
const inputFocus$1 = "
|
|
34960
|
-
const inputError$1 = "
|
|
34961
|
-
const inputWarning$1 = "
|
|
34962
|
-
const inputDisabled$1 = "
|
|
34963
|
-
const hideScrollbars$1 = "
|
|
34964
|
-
const cellWrapperPadding = "
|
|
34965
|
-
const flexBlock = "
|
|
34966
|
-
const cellWrapper = "
|
|
34967
|
-
const disabledLink = "
|
|
34968
|
-
const inputWrapper = "
|
|
34969
|
-
const breakWord = "
|
|
34970
|
-
const inputCell = "
|
|
34971
|
-
const sliderCell = "
|
|
34972
|
-
const staticCell = "
|
|
34973
|
-
const staticCellContent = "
|
|
34974
|
-
const error$1 = "
|
|
34975
|
-
const warning$1 = "
|
|
34976
|
-
const unit = "
|
|
34977
|
-
const sortingCell = "
|
|
34978
|
-
const sortingCellIcon = "
|
|
34979
|
-
const icon = "
|
|
34980
|
-
const clickable = "
|
|
34981
|
-
const checkBoxCell = "
|
|
34982
|
-
const iconCell = "
|
|
34983
|
-
const iconWrapper = "
|
|
34984
|
-
const actionsCell = "
|
|
34985
|
-
const rightAligned = "
|
|
34986
|
-
const centerAligned = "
|
|
34987
|
-
const leftAligned = "
|
|
34988
|
-
const popover = "
|
|
34989
|
-
const disabledPointerEvents = "
|
|
34957
|
+
const inputInTable$1 = "_inputInTable_16twm_326";
|
|
34958
|
+
const inputFocus$1 = "_inputFocus_16twm_342";
|
|
34959
|
+
const inputError$1 = "_inputError_16twm_347";
|
|
34960
|
+
const inputWarning$1 = "_inputWarning_16twm_348";
|
|
34961
|
+
const inputDisabled$1 = "_inputDisabled_16twm_379";
|
|
34962
|
+
const hideScrollbars$1 = "_hideScrollbars_16twm_384";
|
|
34963
|
+
const cellWrapperPadding = "_cellWrapperPadding_16twm_394";
|
|
34964
|
+
const flexBlock = "_flexBlock_16twm_397";
|
|
34965
|
+
const cellWrapper = "_cellWrapper_16twm_394";
|
|
34966
|
+
const disabledLink = "_disabledLink_16twm_415";
|
|
34967
|
+
const inputWrapper = "_inputWrapper_16twm_419";
|
|
34968
|
+
const breakWord = "_breakWord_16twm_435";
|
|
34969
|
+
const inputCell = "_inputCell_16twm_438";
|
|
34970
|
+
const sliderCell = "_sliderCell_16twm_441";
|
|
34971
|
+
const staticCell = "_staticCell_16twm_445";
|
|
34972
|
+
const staticCellContent = "_staticCellContent_16twm_448";
|
|
34973
|
+
const error$1 = "_error_16twm_455";
|
|
34974
|
+
const warning$1 = "_warning_16twm_456";
|
|
34975
|
+
const unit = "_unit_16twm_489";
|
|
34976
|
+
const sortingCell = "_sortingCell_16twm_492";
|
|
34977
|
+
const sortingCellIcon = "_sortingCellIcon_16twm_500";
|
|
34978
|
+
const icon = "_icon_16twm_507";
|
|
34979
|
+
const clickable = "_clickable_16twm_518";
|
|
34980
|
+
const checkBoxCell = "_checkBoxCell_16twm_522";
|
|
34981
|
+
const iconCell = "_iconCell_16twm_526";
|
|
34982
|
+
const iconWrapper = "_iconWrapper_16twm_531";
|
|
34983
|
+
const actionsCell = "_actionsCell_16twm_535";
|
|
34984
|
+
const rightAligned = "_rightAligned_16twm_539";
|
|
34985
|
+
const centerAligned = "_centerAligned_16twm_542";
|
|
34986
|
+
const leftAligned = "_leftAligned_16twm_545";
|
|
34987
|
+
const popover = "_popover_16twm_548";
|
|
34988
|
+
const disabledPointerEvents = "_disabledPointerEvents_16twm_551";
|
|
34990
34989
|
const styles$7 = {
|
|
34991
34990
|
inputInTable: inputInTable$1,
|
|
34992
34991
|
inputFocus: inputFocus$1,
|
|
@@ -35661,7 +35660,7 @@ const Row = (props) => {
|
|
|
35661
35660
|
columnHeaderAlignment: columnHeaderAlignment[i],
|
|
35662
35661
|
width: columnWidths ? columnWidths[i] : void 0,
|
|
35663
35662
|
snapshot,
|
|
35664
|
-
testId:
|
|
35663
|
+
testId: c.testId
|
|
35665
35664
|
}, key);
|
|
35666
35665
|
});
|
|
35667
35666
|
const rowActions = hasRowActions2 && /* @__PURE__ */ jsx(Cell, {
|
|
@@ -35927,8 +35926,7 @@ const Table = (props) => {
|
|
|
35927
35926
|
columnHeaderAlignments,
|
|
35928
35927
|
rowsMetaData: stickyHeaders ? rowsMetaData : void 0,
|
|
35929
35928
|
setRowsMetaData: stickyHeaders ? setRowsMetaData : void 0,
|
|
35930
|
-
draggableTable: draggable2
|
|
35931
|
-
testId: testId && `${testId}-${rowIndex}`
|
|
35929
|
+
draggableTable: draggable2
|
|
35932
35930
|
}, `0_${rowIndex}`);
|
|
35933
35931
|
})]
|
|
35934
35932
|
}), /* @__PURE__ */ jsxs("tbody", {
|
|
@@ -35947,8 +35945,7 @@ const Table = (props) => {
|
|
|
35947
35945
|
provided: provided2,
|
|
35948
35946
|
snapshot,
|
|
35949
35947
|
draggableTable: draggable2,
|
|
35950
|
-
width: dimensions.width
|
|
35951
|
-
testId: testId && `${testId}-${rowIndex + 1}`
|
|
35948
|
+
width: dimensions.width
|
|
35952
35949
|
}, `1_${rowIndex}`)
|
|
35953
35950
|
}, `index_${rowIndex}`)), provided.placeholder]
|
|
35954
35951
|
}), footer2 && /* @__PURE__ */ jsx(Footer, {
|
|
@@ -35991,8 +35988,7 @@ const Table = (props) => {
|
|
|
35991
35988
|
columnAlignment,
|
|
35992
35989
|
columnHeaderAlignments,
|
|
35993
35990
|
rowsMetaData: stickyHeaders ? rowsMetaData : void 0,
|
|
35994
|
-
setRowsMetaData: stickyHeaders ? setRowsMetaData : void 0
|
|
35995
|
-
testId: testId && `${testId}-${rowIndex}`
|
|
35991
|
+
setRowsMetaData: stickyHeaders ? setRowsMetaData : void 0
|
|
35996
35992
|
}, `0_${rowIndex}`);
|
|
35997
35993
|
})]
|
|
35998
35994
|
}), /* @__PURE__ */ jsx("tbody", {
|
|
@@ -36003,8 +35999,7 @@ const Table = (props) => {
|
|
|
36003
35999
|
columnWidths,
|
|
36004
36000
|
colSpan,
|
|
36005
36001
|
hasRowActions: rowActions,
|
|
36006
|
-
columnAlignment
|
|
36007
|
-
testId: testId && `${testId}-${rowIndex + 1}`
|
|
36002
|
+
columnAlignment
|
|
36008
36003
|
}, `1_${rowIndex}`))
|
|
36009
36004
|
}), footer2 && /* @__PURE__ */ jsx(Footer, {
|
|
36010
36005
|
colSpan,
|