@oliasoft-open-source/react-ui-library 4.19.0 → 4.19.1
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 +2 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -66722,10 +66722,11 @@ const convertVisibleRows = ({
|
|
|
66722
66722
|
cells: headerRow.cells.map((headerCell) => {
|
|
66723
66723
|
var _a2;
|
|
66724
66724
|
if (headerCell.type === CellType.AUTO_UNIT) {
|
|
66725
|
-
const { testId, unitKey } = headerCell;
|
|
66725
|
+
const { testId, unitKey, disabled: disabled2 = false } = headerCell;
|
|
66726
66726
|
return {
|
|
66727
66727
|
value: selectedUnits[unitKey],
|
|
66728
66728
|
type: CellType.SELECT,
|
|
66729
|
+
disabled: disabled2,
|
|
66729
66730
|
searchable: false,
|
|
66730
66731
|
options: (_a2 = getUnitsForQuantity(unitKey)) == null ? void 0 : _a2.map((unit2) => ({
|
|
66731
66732
|
label: label$b(unit2),
|