carbon-addons-iot-react 5.5.0 → 5.5.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.
@@ -374,7 +374,7 @@ var TableBodyRow = function TableBodyRow(_ref) {
374
374
  key: id
375
375
  }, /*#__PURE__*/React__default.createElement(TableExpandRow, _extends({
376
376
  expandHeaderId: "".concat(tableId, "-expand"),
377
- className: classnames("".concat(iotPrefix, "--expandable-tablerow--expanded"), _defineProperty(_defineProperty(_defineProperty({}, "".concat(iotPrefix, "--expandable-tablerow--indented"), parseInt(nestingOffset, 10) > 0), "".concat(iotPrefix, "--expandable-tablerow--childless"), hasRowNesting && nestingChildCount === 0), "".concat(iotPrefix, "--table__row--dragging"), isDragRow)),
377
+ className: classnames("".concat(iotPrefix, "--expandable-tablerow--expanded"), _defineProperty(_defineProperty(_defineProperty(_defineProperty({}, "".concat(iotPrefix, "--expandable-tablerow--indented"), parseInt(nestingOffset, 10) > 0), "".concat(iotPrefix, "--expandable-tablerow--childless"), hasRowNesting && nestingChildCount === 0), "".concat(iotPrefix, "--table__row--dragging"), isDragRow), "".concat(iotPrefix, "--table__row--softdeleted"), values === null || values === void 0 ? void 0 : values._deleted)),
378
378
  ariaLabel: clickToCollapseAria,
379
379
  expandIconDescription: clickToCollapseAria,
380
380
  isExpanded: true,
@@ -402,13 +402,13 @@ var TableBodyRow = function TableBodyRow(_ref) {
402
402
  rowId: id,
403
403
  langDir: langDir
404
404
  }, dragEnterLeaveHandlers), tableCells), !hasRowNesting && /*#__PURE__*/React__default.createElement(TableRow, _extends({
405
- className: classnames("".concat(iotPrefix, "--expanded-tablerow"), _defineProperty(_defineProperty({}, "".concat(iotPrefix, "--expanded-tablerow--singly-selected"), hasRowSelection === 'single' && isSelected && !useRadioButtonSingleSelect), "".concat(iotPrefix, "--table__row--dragging"), isDragRow))
405
+ className: classnames("".concat(iotPrefix, "--expanded-tablerow"), _defineProperty(_defineProperty(_defineProperty({}, "".concat(iotPrefix, "--expanded-tablerow--singly-selected"), hasRowSelection === 'single' && isSelected && !useRadioButtonSingleSelect), "".concat(iotPrefix, "--table__row--dragging"), isDragRow), "".concat(iotPrefix, "--table__row--softdeleted"), values === null || values === void 0 ? void 0 : values._deleted))
406
406
  }, dragEnterLeaveHandlers), /*#__PURE__*/React__default.createElement(TableCell, {
407
407
  colSpan: totalColumns
408
408
  }, rowDetails))) : /*#__PURE__*/React__default.createElement(TableExpandRow, _extends({
409
409
  key: id,
410
410
  expandHeaderId: "".concat(tableId, "-expand"),
411
- className: classnames("".concat(iotPrefix, "--expandable-tablerow"), _defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty({}, "".concat(iotPrefix, "--expandable-tablerow--parent"), hasRowNesting && (hasRowNesting === null || hasRowNesting === void 0 ? void 0 : hasRowNesting.hasSingleNestedHierarchy) && nestingChildCount > 0), "".concat(iotPrefix, "--expandable-tablerow--childless"), hasRowNesting && nestingChildCount === 0), "".concat(iotPrefix, "--expandable-tablerow--indented"), parseInt(nestingOffset, 10) > 0), "".concat(iotPrefix, "--expandable-tablerow--singly-selected"), hasRowSelection === 'single' && isSelected && !useRadioButtonSingleSelect), "".concat(iotPrefix, "--expandable-tablerow--last-child"), isLastChild), "".concat(iotPrefix, "--table__row--dragging"), isDragRow)),
411
+ className: classnames("".concat(iotPrefix, "--expandable-tablerow"), _defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty({}, "".concat(iotPrefix, "--expandable-tablerow--parent"), hasRowNesting && (hasRowNesting === null || hasRowNesting === void 0 ? void 0 : hasRowNesting.hasSingleNestedHierarchy) && nestingChildCount > 0), "".concat(iotPrefix, "--expandable-tablerow--childless"), hasRowNesting && nestingChildCount === 0), "".concat(iotPrefix, "--expandable-tablerow--indented"), parseInt(nestingOffset, 10) > 0), "".concat(iotPrefix, "--expandable-tablerow--singly-selected"), hasRowSelection === 'single' && isSelected && !useRadioButtonSingleSelect), "".concat(iotPrefix, "--expandable-tablerow--last-child"), isLastChild), "".concat(iotPrefix, "--table__row--dragging"), isDragRow), "".concat(iotPrefix, "--table__row--softdeleted"), values === null || values === void 0 ? void 0 : values._deleted)),
412
412
  "data-row-nesting": hasRowNesting,
413
413
  "data-child-count": nestingChildCount,
414
414
  "data-nesting-offset": nestingOffset,
@@ -437,7 +437,7 @@ var TableBodyRow = function TableBodyRow(_ref) {
437
437
  rowId: id,
438
438
  langDir: langDir
439
439
  }, dragEnterLeaveHandlers), tableCells) : hasRowSelection === 'single' && isSelected ? /*#__PURE__*/React__default.createElement(TableRow, _extends({
440
- className: classnames("".concat(iotPrefix, "--table__row"), _defineProperty(_defineProperty({}, "".concat(iotPrefix, "--table__row--singly-selected"), isSelected && !useRadioButtonSingleSelect), "".concat(iotPrefix, "--table__row--background"), isSelected)),
440
+ className: classnames("".concat(iotPrefix, "--table__row"), _defineProperty(_defineProperty(_defineProperty({}, "".concat(iotPrefix, "--table__row--singly-selected"), isSelected && !useRadioButtonSingleSelect), "".concat(iotPrefix, "--table__row--background"), isSelected), "".concat(iotPrefix, "--table__row--softdeleted"), values === null || values === void 0 ? void 0 : values._deleted)),
441
441
  key: id,
442
442
  onClick: function onClick() {
443
443
  if (isSelectable !== false) {
@@ -448,7 +448,7 @@ var TableBodyRow = function TableBodyRow(_ref) {
448
448
  }
449
449
  }
450
450
  }, dragEnterLeaveHandlers), tableCells) : /*#__PURE__*/React__default.createElement(TableRow, _extends({
451
- className: classnames("".concat(iotPrefix, "--table__row"), _defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty({}, "".concat(iotPrefix, "--table__row--unselectable"), isSelectable === false), "".concat(iotPrefix, "--table__row--selectable"), isSelectable !== false), "".concat(iotPrefix, "--table__row--editing"), isEditMode), "".concat(iotPrefix, "--table__row--selected"), isSelected), "".concat(iotPrefix, "--table__row--dragging"), isDragRow)),
451
+ className: classnames("".concat(iotPrefix, "--table__row"), _defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty({}, "".concat(iotPrefix, "--table__row--unselectable"), isSelectable === false), "".concat(iotPrefix, "--table__row--selectable"), isSelectable !== false), "".concat(iotPrefix, "--table__row--editing"), isEditMode), "".concat(iotPrefix, "--table__row--selected"), isSelected), "".concat(iotPrefix, "--table__row--dragging"), isDragRow), "".concat(iotPrefix, "--table__row--softdeleted"), values === null || values === void 0 ? void 0 : values._deleted)),
452
452
  key: id,
453
453
  onClick: function onClick() {
454
454
  if (isSelectable !== false) {
@@ -384,7 +384,7 @@ var TableBodyRow = function TableBodyRow(_ref) {
384
384
  key: id
385
385
  }, /*#__PURE__*/React__default.default.createElement(TableExpandRow, _extends__default.default({
386
386
  expandHeaderId: "".concat(tableId, "-expand"),
387
- className: classnames__default.default("".concat(iotPrefix, "--expandable-tablerow--expanded"), _defineProperty__default.default(_defineProperty__default.default(_defineProperty__default.default({}, "".concat(iotPrefix, "--expandable-tablerow--indented"), parseInt(nestingOffset, 10) > 0), "".concat(iotPrefix, "--expandable-tablerow--childless"), hasRowNesting && nestingChildCount === 0), "".concat(iotPrefix, "--table__row--dragging"), isDragRow)),
387
+ className: classnames__default.default("".concat(iotPrefix, "--expandable-tablerow--expanded"), _defineProperty__default.default(_defineProperty__default.default(_defineProperty__default.default(_defineProperty__default.default({}, "".concat(iotPrefix, "--expandable-tablerow--indented"), parseInt(nestingOffset, 10) > 0), "".concat(iotPrefix, "--expandable-tablerow--childless"), hasRowNesting && nestingChildCount === 0), "".concat(iotPrefix, "--table__row--dragging"), isDragRow), "".concat(iotPrefix, "--table__row--softdeleted"), values === null || values === void 0 ? void 0 : values._deleted)),
388
388
  ariaLabel: clickToCollapseAria,
389
389
  expandIconDescription: clickToCollapseAria,
390
390
  isExpanded: true,
@@ -412,13 +412,13 @@ var TableBodyRow = function TableBodyRow(_ref) {
412
412
  rowId: id,
413
413
  langDir: langDir
414
414
  }, dragEnterLeaveHandlers), tableCells), !hasRowNesting && /*#__PURE__*/React__default.default.createElement(react.TableRow, _extends__default.default({
415
- className: classnames__default.default("".concat(iotPrefix, "--expanded-tablerow"), _defineProperty__default.default(_defineProperty__default.default({}, "".concat(iotPrefix, "--expanded-tablerow--singly-selected"), hasRowSelection === 'single' && isSelected && !useRadioButtonSingleSelect), "".concat(iotPrefix, "--table__row--dragging"), isDragRow))
415
+ className: classnames__default.default("".concat(iotPrefix, "--expanded-tablerow"), _defineProperty__default.default(_defineProperty__default.default(_defineProperty__default.default({}, "".concat(iotPrefix, "--expanded-tablerow--singly-selected"), hasRowSelection === 'single' && isSelected && !useRadioButtonSingleSelect), "".concat(iotPrefix, "--table__row--dragging"), isDragRow), "".concat(iotPrefix, "--table__row--softdeleted"), values === null || values === void 0 ? void 0 : values._deleted))
416
416
  }, dragEnterLeaveHandlers), /*#__PURE__*/React__default.default.createElement(react.TableCell, {
417
417
  colSpan: totalColumns
418
418
  }, rowDetails))) : /*#__PURE__*/React__default.default.createElement(TableExpandRow, _extends__default.default({
419
419
  key: id,
420
420
  expandHeaderId: "".concat(tableId, "-expand"),
421
- className: classnames__default.default("".concat(iotPrefix, "--expandable-tablerow"), _defineProperty__default.default(_defineProperty__default.default(_defineProperty__default.default(_defineProperty__default.default(_defineProperty__default.default(_defineProperty__default.default({}, "".concat(iotPrefix, "--expandable-tablerow--parent"), hasRowNesting && (hasRowNesting === null || hasRowNesting === void 0 ? void 0 : hasRowNesting.hasSingleNestedHierarchy) && nestingChildCount > 0), "".concat(iotPrefix, "--expandable-tablerow--childless"), hasRowNesting && nestingChildCount === 0), "".concat(iotPrefix, "--expandable-tablerow--indented"), parseInt(nestingOffset, 10) > 0), "".concat(iotPrefix, "--expandable-tablerow--singly-selected"), hasRowSelection === 'single' && isSelected && !useRadioButtonSingleSelect), "".concat(iotPrefix, "--expandable-tablerow--last-child"), isLastChild), "".concat(iotPrefix, "--table__row--dragging"), isDragRow)),
421
+ className: classnames__default.default("".concat(iotPrefix, "--expandable-tablerow"), _defineProperty__default.default(_defineProperty__default.default(_defineProperty__default.default(_defineProperty__default.default(_defineProperty__default.default(_defineProperty__default.default(_defineProperty__default.default({}, "".concat(iotPrefix, "--expandable-tablerow--parent"), hasRowNesting && (hasRowNesting === null || hasRowNesting === void 0 ? void 0 : hasRowNesting.hasSingleNestedHierarchy) && nestingChildCount > 0), "".concat(iotPrefix, "--expandable-tablerow--childless"), hasRowNesting && nestingChildCount === 0), "".concat(iotPrefix, "--expandable-tablerow--indented"), parseInt(nestingOffset, 10) > 0), "".concat(iotPrefix, "--expandable-tablerow--singly-selected"), hasRowSelection === 'single' && isSelected && !useRadioButtonSingleSelect), "".concat(iotPrefix, "--expandable-tablerow--last-child"), isLastChild), "".concat(iotPrefix, "--table__row--dragging"), isDragRow), "".concat(iotPrefix, "--table__row--softdeleted"), values === null || values === void 0 ? void 0 : values._deleted)),
422
422
  "data-row-nesting": hasRowNesting,
423
423
  "data-child-count": nestingChildCount,
424
424
  "data-nesting-offset": nestingOffset,
@@ -447,7 +447,7 @@ var TableBodyRow = function TableBodyRow(_ref) {
447
447
  rowId: id,
448
448
  langDir: langDir
449
449
  }, dragEnterLeaveHandlers), tableCells) : hasRowSelection === 'single' && isSelected ? /*#__PURE__*/React__default.default.createElement(react.TableRow, _extends__default.default({
450
- className: classnames__default.default("".concat(iotPrefix, "--table__row"), _defineProperty__default.default(_defineProperty__default.default({}, "".concat(iotPrefix, "--table__row--singly-selected"), isSelected && !useRadioButtonSingleSelect), "".concat(iotPrefix, "--table__row--background"), isSelected)),
450
+ className: classnames__default.default("".concat(iotPrefix, "--table__row"), _defineProperty__default.default(_defineProperty__default.default(_defineProperty__default.default({}, "".concat(iotPrefix, "--table__row--singly-selected"), isSelected && !useRadioButtonSingleSelect), "".concat(iotPrefix, "--table__row--background"), isSelected), "".concat(iotPrefix, "--table__row--softdeleted"), values === null || values === void 0 ? void 0 : values._deleted)),
451
451
  key: id,
452
452
  onClick: function onClick() {
453
453
  if (isSelectable !== false) {
@@ -458,7 +458,7 @@ var TableBodyRow = function TableBodyRow(_ref) {
458
458
  }
459
459
  }
460
460
  }, dragEnterLeaveHandlers), tableCells) : /*#__PURE__*/React__default.default.createElement(react.TableRow, _extends__default.default({
461
- className: classnames__default.default("".concat(iotPrefix, "--table__row"), _defineProperty__default.default(_defineProperty__default.default(_defineProperty__default.default(_defineProperty__default.default(_defineProperty__default.default({}, "".concat(iotPrefix, "--table__row--unselectable"), isSelectable === false), "".concat(iotPrefix, "--table__row--selectable"), isSelectable !== false), "".concat(iotPrefix, "--table__row--editing"), isEditMode), "".concat(iotPrefix, "--table__row--selected"), isSelected), "".concat(iotPrefix, "--table__row--dragging"), isDragRow)),
461
+ className: classnames__default.default("".concat(iotPrefix, "--table__row"), _defineProperty__default.default(_defineProperty__default.default(_defineProperty__default.default(_defineProperty__default.default(_defineProperty__default.default(_defineProperty__default.default({}, "".concat(iotPrefix, "--table__row--unselectable"), isSelectable === false), "".concat(iotPrefix, "--table__row--selectable"), isSelectable !== false), "".concat(iotPrefix, "--table__row--editing"), isEditMode), "".concat(iotPrefix, "--table__row--selected"), isSelected), "".concat(iotPrefix, "--table__row--dragging"), isDragRow), "".concat(iotPrefix, "--table__row--softdeleted"), values === null || values === void 0 ? void 0 : values._deleted)),
462
462
  key: id,
463
463
  onClick: function onClick() {
464
464
  if (isSelectable !== false) {
package/package.json CHANGED
@@ -353,11 +353,11 @@
353
353
  "whatwg-fetch": "^3.0.0"
354
354
  },
355
355
  "sideEffects": false,
356
- "version": "5.5.0",
356
+ "version": "5.5.1",
357
357
  "resolutions": {
358
358
  "chokidar": "3.3.1",
359
359
  "react-grid-layout": "1.2.2",
360
360
  "got": "11.8.5"
361
361
  },
362
- "gitHead": "738bdec6326c4951d687251967493acb62cbf92f"
362
+ "gitHead": "e2d517b9f48fbd1ea071af2042fd493b2a805e9a"
363
363
  }
@@ -219385,7 +219385,7 @@ ${formatRule(Codicon.menuSubmenu)}
219385
219385
  key: id
219386
219386
  }, /*#__PURE__*/React$1.createElement(TableExpandRow$1, _extends$3({
219387
219387
  expandHeaderId: "".concat(tableId, "-expand"),
219388
- className: classnames("".concat(iotPrefix$1_, "--expandable-tablerow--expanded"), _defineProperty$c(_defineProperty$c(_defineProperty$c({}, "".concat(iotPrefix$1_, "--expandable-tablerow--indented"), parseInt(nestingOffset, 10) > 0), "".concat(iotPrefix$1_, "--expandable-tablerow--childless"), hasRowNesting && nestingChildCount === 0), "".concat(iotPrefix$1_, "--table__row--dragging"), isDragRow)),
219388
+ className: classnames("".concat(iotPrefix$1_, "--expandable-tablerow--expanded"), _defineProperty$c(_defineProperty$c(_defineProperty$c(_defineProperty$c({}, "".concat(iotPrefix$1_, "--expandable-tablerow--indented"), parseInt(nestingOffset, 10) > 0), "".concat(iotPrefix$1_, "--expandable-tablerow--childless"), hasRowNesting && nestingChildCount === 0), "".concat(iotPrefix$1_, "--table__row--dragging"), isDragRow), "".concat(iotPrefix$1_, "--table__row--softdeleted"), values === null || values === void 0 ? void 0 : values._deleted)),
219389
219389
  ariaLabel: clickToCollapseAria,
219390
219390
  expandIconDescription: clickToCollapseAria,
219391
219391
  isExpanded: true,
@@ -219413,13 +219413,13 @@ ${formatRule(Codicon.menuSubmenu)}
219413
219413
  rowId: id,
219414
219414
  langDir: langDir
219415
219415
  }, dragEnterLeaveHandlers), tableCells), !hasRowNesting && /*#__PURE__*/React$1.createElement(react.TableRow, _extends$3({
219416
- className: classnames("".concat(iotPrefix$1_, "--expanded-tablerow"), _defineProperty$c(_defineProperty$c({}, "".concat(iotPrefix$1_, "--expanded-tablerow--singly-selected"), hasRowSelection === 'single' && isSelected && !useRadioButtonSingleSelect), "".concat(iotPrefix$1_, "--table__row--dragging"), isDragRow))
219416
+ className: classnames("".concat(iotPrefix$1_, "--expanded-tablerow"), _defineProperty$c(_defineProperty$c(_defineProperty$c({}, "".concat(iotPrefix$1_, "--expanded-tablerow--singly-selected"), hasRowSelection === 'single' && isSelected && !useRadioButtonSingleSelect), "".concat(iotPrefix$1_, "--table__row--dragging"), isDragRow), "".concat(iotPrefix$1_, "--table__row--softdeleted"), values === null || values === void 0 ? void 0 : values._deleted))
219417
219417
  }, dragEnterLeaveHandlers), /*#__PURE__*/React$1.createElement(react.TableCell, {
219418
219418
  colSpan: totalColumns
219419
219419
  }, rowDetails))) : /*#__PURE__*/React$1.createElement(TableExpandRow$1, _extends$3({
219420
219420
  key: id,
219421
219421
  expandHeaderId: "".concat(tableId, "-expand"),
219422
- className: classnames("".concat(iotPrefix$1_, "--expandable-tablerow"), _defineProperty$c(_defineProperty$c(_defineProperty$c(_defineProperty$c(_defineProperty$c(_defineProperty$c({}, "".concat(iotPrefix$1_, "--expandable-tablerow--parent"), hasRowNesting && (hasRowNesting === null || hasRowNesting === void 0 ? void 0 : hasRowNesting.hasSingleNestedHierarchy) && nestingChildCount > 0), "".concat(iotPrefix$1_, "--expandable-tablerow--childless"), hasRowNesting && nestingChildCount === 0), "".concat(iotPrefix$1_, "--expandable-tablerow--indented"), parseInt(nestingOffset, 10) > 0), "".concat(iotPrefix$1_, "--expandable-tablerow--singly-selected"), hasRowSelection === 'single' && isSelected && !useRadioButtonSingleSelect), "".concat(iotPrefix$1_, "--expandable-tablerow--last-child"), isLastChild), "".concat(iotPrefix$1_, "--table__row--dragging"), isDragRow)),
219422
+ className: classnames("".concat(iotPrefix$1_, "--expandable-tablerow"), _defineProperty$c(_defineProperty$c(_defineProperty$c(_defineProperty$c(_defineProperty$c(_defineProperty$c(_defineProperty$c({}, "".concat(iotPrefix$1_, "--expandable-tablerow--parent"), hasRowNesting && (hasRowNesting === null || hasRowNesting === void 0 ? void 0 : hasRowNesting.hasSingleNestedHierarchy) && nestingChildCount > 0), "".concat(iotPrefix$1_, "--expandable-tablerow--childless"), hasRowNesting && nestingChildCount === 0), "".concat(iotPrefix$1_, "--expandable-tablerow--indented"), parseInt(nestingOffset, 10) > 0), "".concat(iotPrefix$1_, "--expandable-tablerow--singly-selected"), hasRowSelection === 'single' && isSelected && !useRadioButtonSingleSelect), "".concat(iotPrefix$1_, "--expandable-tablerow--last-child"), isLastChild), "".concat(iotPrefix$1_, "--table__row--dragging"), isDragRow), "".concat(iotPrefix$1_, "--table__row--softdeleted"), values === null || values === void 0 ? void 0 : values._deleted)),
219423
219423
  "data-row-nesting": hasRowNesting,
219424
219424
  "data-child-count": nestingChildCount,
219425
219425
  "data-nesting-offset": nestingOffset,
@@ -219448,7 +219448,7 @@ ${formatRule(Codicon.menuSubmenu)}
219448
219448
  rowId: id,
219449
219449
  langDir: langDir
219450
219450
  }, dragEnterLeaveHandlers), tableCells) : hasRowSelection === 'single' && isSelected ? /*#__PURE__*/React$1.createElement(react.TableRow, _extends$3({
219451
- className: classnames("".concat(iotPrefix$1_, "--table__row"), _defineProperty$c(_defineProperty$c({}, "".concat(iotPrefix$1_, "--table__row--singly-selected"), isSelected && !useRadioButtonSingleSelect), "".concat(iotPrefix$1_, "--table__row--background"), isSelected)),
219451
+ className: classnames("".concat(iotPrefix$1_, "--table__row"), _defineProperty$c(_defineProperty$c(_defineProperty$c({}, "".concat(iotPrefix$1_, "--table__row--singly-selected"), isSelected && !useRadioButtonSingleSelect), "".concat(iotPrefix$1_, "--table__row--background"), isSelected), "".concat(iotPrefix$1_, "--table__row--softdeleted"), values === null || values === void 0 ? void 0 : values._deleted)),
219452
219452
  key: id,
219453
219453
  onClick: function onClick() {
219454
219454
  if (isSelectable !== false) {
@@ -219459,7 +219459,7 @@ ${formatRule(Codicon.menuSubmenu)}
219459
219459
  }
219460
219460
  }
219461
219461
  }, dragEnterLeaveHandlers), tableCells) : /*#__PURE__*/React$1.createElement(react.TableRow, _extends$3({
219462
- className: classnames("".concat(iotPrefix$1_, "--table__row"), _defineProperty$c(_defineProperty$c(_defineProperty$c(_defineProperty$c(_defineProperty$c({}, "".concat(iotPrefix$1_, "--table__row--unselectable"), isSelectable === false), "".concat(iotPrefix$1_, "--table__row--selectable"), isSelectable !== false), "".concat(iotPrefix$1_, "--table__row--editing"), isEditMode), "".concat(iotPrefix$1_, "--table__row--selected"), isSelected), "".concat(iotPrefix$1_, "--table__row--dragging"), isDragRow)),
219462
+ className: classnames("".concat(iotPrefix$1_, "--table__row"), _defineProperty$c(_defineProperty$c(_defineProperty$c(_defineProperty$c(_defineProperty$c(_defineProperty$c({}, "".concat(iotPrefix$1_, "--table__row--unselectable"), isSelectable === false), "".concat(iotPrefix$1_, "--table__row--selectable"), isSelectable !== false), "".concat(iotPrefix$1_, "--table__row--editing"), isEditMode), "".concat(iotPrefix$1_, "--table__row--selected"), isSelected), "".concat(iotPrefix$1_, "--table__row--dragging"), isDragRow), "".concat(iotPrefix$1_, "--table__row--softdeleted"), values === null || values === void 0 ? void 0 : values._deleted)),
219463
219463
  key: id,
219464
219464
  onClick: function onClick() {
219465
219465
  if (isSelectable !== false) {