@oliasoft-open-source/react-ui-library 3.1.13 → 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/index.js +6 -11
- package/package.json +1 -1
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
|
})
|
|
@@ -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,
|