@oliasoft-open-source/react-ui-library 4.18.5-beta-1 → 4.18.6-beta-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
|
@@ -66248,10 +66248,11 @@ const convertVisibleRows = ({
|
|
|
66248
66248
|
cells: headerRow.cells.map((headerCell) => {
|
|
66249
66249
|
var _a2;
|
|
66250
66250
|
if (headerCell.type === CellType.AUTO_UNIT) {
|
|
66251
|
-
const { testId, unitKey } = headerCell;
|
|
66251
|
+
const { testId, unitKey, disabled: disabled2 = false } = headerCell;
|
|
66252
66252
|
return {
|
|
66253
66253
|
value: selectedUnits[unitKey],
|
|
66254
66254
|
type: CellType.SELECT,
|
|
66255
|
+
disabled: disabled2,
|
|
66255
66256
|
searchable: false,
|
|
66256
66257
|
options: (_a2 = getUnitsForQuantity(unitKey)) == null ? void 0 : _a2.map((unit2) => ({
|
|
66257
66258
|
label: label$b(unit2),
|