carbon-addons-iot-react 5.4.5 → 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) {
@@ -22,7 +22,8 @@ var CARD_SIZES = {
22
22
  LARGETHIN: 'LARGETHIN',
23
23
  LARGE: 'LARGE',
24
24
  LARGETHICK: 'LARGETHICK',
25
- LARGEWIDE: 'LARGEWIDE'
25
+ LARGEWIDE: 'LARGEWIDE',
26
+ FULL: 'FULL'
26
27
  };
27
28
  var LEGACY_CARD_SIZES = _objectSpread({
28
29
  XSMALL: 'XSMALL',
@@ -552,6 +553,32 @@ var CARD_DIMENSIONS = {
552
553
  w: 4,
553
554
  h: 4
554
555
  }
556
+ },
557
+ FULL: {
558
+ max: {
559
+ w: 16,
560
+ h: 11
561
+ },
562
+ xl: {
563
+ w: 16,
564
+ h: 11
565
+ },
566
+ lg: {
567
+ w: 16,
568
+ h: 11
569
+ },
570
+ md: {
571
+ w: 8,
572
+ h: 11
573
+ },
574
+ sm: {
575
+ w: 8,
576
+ h: 11
577
+ },
578
+ xs: {
579
+ w: 4,
580
+ h: 11
581
+ }
555
582
  }
556
583
  };
557
584
  var CARD_LAYOUTS = {
@@ -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) {
@@ -28,7 +28,8 @@ var CARD_SIZES = {
28
28
  LARGETHIN: 'LARGETHIN',
29
29
  LARGE: 'LARGE',
30
30
  LARGETHICK: 'LARGETHICK',
31
- LARGEWIDE: 'LARGEWIDE'
31
+ LARGEWIDE: 'LARGEWIDE',
32
+ FULL: 'FULL'
32
33
  };
33
34
  var LEGACY_CARD_SIZES = _objectSpread({
34
35
  XSMALL: 'XSMALL',
@@ -558,6 +559,32 @@ var CARD_DIMENSIONS = {
558
559
  w: 4,
559
560
  h: 4
560
561
  }
562
+ },
563
+ FULL: {
564
+ max: {
565
+ w: 16,
566
+ h: 11
567
+ },
568
+ xl: {
569
+ w: 16,
570
+ h: 11
571
+ },
572
+ lg: {
573
+ w: 16,
574
+ h: 11
575
+ },
576
+ md: {
577
+ w: 8,
578
+ h: 11
579
+ },
580
+ sm: {
581
+ w: 8,
582
+ h: 11
583
+ },
584
+ xs: {
585
+ w: 4,
586
+ h: 11
587
+ }
561
588
  }
562
589
  };
563
590
  var CARD_LAYOUTS = {
package/package.json CHANGED
@@ -353,11 +353,11 @@
353
353
  "whatwg-fetch": "^3.0.0"
354
354
  },
355
355
  "sideEffects": false,
356
- "version": "5.4.5",
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": "e7b234448c8fa53556107c7486da836e0f4e7c2a"
362
+ "gitHead": "e2d517b9f48fbd1ea071af2042fd493b2a805e9a"
363
363
  }
@@ -13031,7 +13031,8 @@
13031
13031
  LARGETHIN: 'LARGETHIN',
13032
13032
  LARGE: 'LARGE',
13033
13033
  LARGETHICK: 'LARGETHICK',
13034
- LARGEWIDE: 'LARGEWIDE'
13034
+ LARGEWIDE: 'LARGEWIDE',
13035
+ FULL: 'FULL'
13035
13036
  };
13036
13037
  var LEGACY_CARD_SIZES = _objectSpread$26({
13037
13038
  XSMALL: 'XSMALL',
@@ -13561,6 +13562,32 @@
13561
13562
  w: 4,
13562
13563
  h: 4
13563
13564
  }
13565
+ },
13566
+ FULL: {
13567
+ max: {
13568
+ w: 16,
13569
+ h: 11
13570
+ },
13571
+ xl: {
13572
+ w: 16,
13573
+ h: 11
13574
+ },
13575
+ lg: {
13576
+ w: 16,
13577
+ h: 11
13578
+ },
13579
+ md: {
13580
+ w: 8,
13581
+ h: 11
13582
+ },
13583
+ sm: {
13584
+ w: 8,
13585
+ h: 11
13586
+ },
13587
+ xs: {
13588
+ w: 4,
13589
+ h: 11
13590
+ }
13564
13591
  }
13565
13592
  };
13566
13593
  var CARD_LAYOUTS = {
@@ -219358,7 +219385,7 @@ ${formatRule(Codicon.menuSubmenu)}
219358
219385
  key: id
219359
219386
  }, /*#__PURE__*/React$1.createElement(TableExpandRow$1, _extends$3({
219360
219387
  expandHeaderId: "".concat(tableId, "-expand"),
219361
- 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)),
219362
219389
  ariaLabel: clickToCollapseAria,
219363
219390
  expandIconDescription: clickToCollapseAria,
219364
219391
  isExpanded: true,
@@ -219386,13 +219413,13 @@ ${formatRule(Codicon.menuSubmenu)}
219386
219413
  rowId: id,
219387
219414
  langDir: langDir
219388
219415
  }, dragEnterLeaveHandlers), tableCells), !hasRowNesting && /*#__PURE__*/React$1.createElement(react.TableRow, _extends$3({
219389
- 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))
219390
219417
  }, dragEnterLeaveHandlers), /*#__PURE__*/React$1.createElement(react.TableCell, {
219391
219418
  colSpan: totalColumns
219392
219419
  }, rowDetails))) : /*#__PURE__*/React$1.createElement(TableExpandRow$1, _extends$3({
219393
219420
  key: id,
219394
219421
  expandHeaderId: "".concat(tableId, "-expand"),
219395
- 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)),
219396
219423
  "data-row-nesting": hasRowNesting,
219397
219424
  "data-child-count": nestingChildCount,
219398
219425
  "data-nesting-offset": nestingOffset,
@@ -219421,7 +219448,7 @@ ${formatRule(Codicon.menuSubmenu)}
219421
219448
  rowId: id,
219422
219449
  langDir: langDir
219423
219450
  }, dragEnterLeaveHandlers), tableCells) : hasRowSelection === 'single' && isSelected ? /*#__PURE__*/React$1.createElement(react.TableRow, _extends$3({
219424
- 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)),
219425
219452
  key: id,
219426
219453
  onClick: function onClick() {
219427
219454
  if (isSelectable !== false) {
@@ -219432,7 +219459,7 @@ ${formatRule(Codicon.menuSubmenu)}
219432
219459
  }
219433
219460
  }
219434
219461
  }, dragEnterLeaveHandlers), tableCells) : /*#__PURE__*/React$1.createElement(react.TableRow, _extends$3({
219435
- 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)),
219436
219463
  key: id,
219437
219464
  onClick: function onClick() {
219438
219465
  if (isSelectable !== false) {