@itwin/itwinui-react 3.19.0 → 3.19.2

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.
Files changed (49) hide show
  1. package/CHANGELOG.md +18 -0
  2. package/DEV-cjs/core/Avatar/Avatar.js +0 -2
  3. package/DEV-cjs/core/Breadcrumbs/Breadcrumbs.js +10 -5
  4. package/DEV-cjs/core/Table/columns/expanderColumn.js +20 -25
  5. package/DEV-cjs/core/Table/columns/selectionColumn.js +8 -14
  6. package/DEV-cjs/core/Table/hooks/useExpanderCell.js +6 -10
  7. package/DEV-cjs/styles.js +1 -1
  8. package/DEV-esm/core/Avatar/Avatar.js +0 -2
  9. package/DEV-esm/core/Breadcrumbs/Breadcrumbs.js +11 -5
  10. package/DEV-esm/core/Table/columns/expanderColumn.js +20 -25
  11. package/DEV-esm/core/Table/columns/selectionColumn.js +8 -14
  12. package/DEV-esm/core/Table/hooks/useExpanderCell.js +6 -10
  13. package/DEV-esm/styles.js +1 -1
  14. package/cjs/core/Avatar/Avatar.d.ts +4 -8
  15. package/cjs/core/Avatar/Avatar.js +0 -2
  16. package/cjs/core/AvatarGroup/AvatarGroup.d.ts +0 -3
  17. package/cjs/core/Breadcrumbs/Breadcrumbs.js +10 -5
  18. package/cjs/core/Buttons/IconButton.d.ts +1 -1
  19. package/cjs/core/Carousel/Carousel.d.ts +4 -4
  20. package/cjs/core/Carousel/CarouselNavigation.d.ts +4 -4
  21. package/cjs/core/InputWithDecorations/InputWithDecorations.d.ts +1 -1
  22. package/cjs/core/Table/columns/expanderColumn.d.ts +2 -2
  23. package/cjs/core/Table/columns/expanderColumn.js +20 -25
  24. package/cjs/core/Table/columns/selectionColumn.d.ts +2 -2
  25. package/cjs/core/Table/columns/selectionColumn.js +8 -14
  26. package/cjs/core/Table/hooks/useExpanderCell.js +6 -10
  27. package/cjs/core/Tile/Tile.d.ts +2 -2
  28. package/cjs/core/TransferList/TransferList.d.ts +7 -5
  29. package/cjs/core/Typography/Kbd.d.ts +1 -1
  30. package/cjs/styles.js +1 -1
  31. package/esm/core/Avatar/Avatar.d.ts +4 -8
  32. package/esm/core/Avatar/Avatar.js +0 -2
  33. package/esm/core/AvatarGroup/AvatarGroup.d.ts +0 -3
  34. package/esm/core/Breadcrumbs/Breadcrumbs.js +11 -5
  35. package/esm/core/Buttons/IconButton.d.ts +1 -1
  36. package/esm/core/Carousel/Carousel.d.ts +4 -4
  37. package/esm/core/Carousel/CarouselNavigation.d.ts +4 -4
  38. package/esm/core/InputWithDecorations/InputWithDecorations.d.ts +1 -1
  39. package/esm/core/Table/columns/expanderColumn.d.ts +2 -2
  40. package/esm/core/Table/columns/expanderColumn.js +20 -25
  41. package/esm/core/Table/columns/selectionColumn.d.ts +2 -2
  42. package/esm/core/Table/columns/selectionColumn.js +8 -14
  43. package/esm/core/Table/hooks/useExpanderCell.js +6 -10
  44. package/esm/core/Tile/Tile.d.ts +2 -2
  45. package/esm/core/TransferList/TransferList.d.ts +7 -5
  46. package/esm/core/Typography/Kbd.d.ts +1 -1
  47. package/esm/styles.js +1 -1
  48. package/package.json +1 -1
  49. package/styles.css +10 -10
package/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
1
1
  # Changelog
2
2
 
3
+ ## 3.19.2
4
+
5
+ ### Patch Changes
6
+
7
+ - [#2612](https://github.com/iTwin/iTwinUI/pull/2612): Fixed theme bridge to use StrataKit fonts.
8
+ - [#2616](https://github.com/iTwin/iTwinUI/pull/2616): Reverted the internal change made in [v3.19.0](https://github.com/iTwin/iTwinUI/releases/tag/%40itwin%2Fitwinui-react%403.19.0) where `Table`'s `SelectionColumn` and `ExpanderColumn` had been fixed to use `cellRenderer` instead of `Cell`.
9
+ - [#2603](https://github.com/iTwin/iTwinUI/pull/2603): `Breadcrumbs.Item` now respects the `aria-current` prop.
10
+ - [#2615](https://github.com/iTwin/iTwinUI/pull/2615): `Table` row and header separators made more subtle.
11
+
12
+ ## 3.19.1
13
+
14
+ ### Patch Changes
15
+
16
+ - [#2590](https://github.com/iTwin/iTwinUI/pull/2590): Fix draggable `Dialog` to also work properly on touch devices.
17
+ - [#2596](https://github.com/iTwin/iTwinUI/pull/2596): Fixed `TransferList.Item` to now properly handle long strings.
18
+ - [#2589](https://github.com/iTwin/iTwinUI/pull/2589): Removed the accidentally added `stretched` prop from `IconButton`.
19
+
3
20
  ## 3.19.0
4
21
 
5
22
  ### Minor Changes
@@ -8,6 +25,7 @@
8
25
 
9
26
  - [#2573](https://github.com/iTwin/iTwinUI/pull/2573): Added the ability to pass `future={true}` to `ThemeProvider` to enable _all_ future flags.
10
27
  - [#2543](https://github.com/iTwin/iTwinUI/pull/2543): Added a new future flag to `ThemeProvider`'s `future` prop: `ToggleSwitch.consistentPropsSpread`. Setting this to `true` will result in all `ToggleSwitch` DOM props being applied on the input element.
28
+
11
29
  - [#2544](https://github.com/iTwin/iTwinUI/pull/2544): Added a new `wrapperProps` prop to `ToggleSwitch` to pass props to the wrapper. To prevent breaking changes:
12
30
  - If this new `wrapperProps` is provided or `ThemeProvider`'s `ToggleSwitch.consistentPropsSpread` future flag is `true`, `className` and `style` will be applied on the `input` and `wrapperProps` will be applied on the wrapper.
13
31
  - Else, `className` and `style` continue to be applied on the wrapper.
@@ -44,7 +44,6 @@ const Avatar = _react.forwardRef((props, ref) => {
44
44
  abbreviation,
45
45
  image,
46
46
  backgroundColor,
47
- title,
48
47
  translatedStatusTitles,
49
48
  className,
50
49
  style,
@@ -61,7 +60,6 @@ const Avatar = _react.forwardRef((props, ref) => {
61
60
  className: (0, _classnames.default)('iui-avatar', className),
62
61
  'data-iui-size': 'medium' !== size ? size : void 0,
63
62
  'data-iui-status': status,
64
- title: title,
65
63
  style: {
66
64
  backgroundColor: getBackground(backgroundColor),
67
65
  ...style,
@@ -143,17 +143,22 @@ const ListItem = ({ item, isActive }) => {
143
143
  );
144
144
  children = _react.createElement(BreadcrumbsItem, children.props);
145
145
  }
146
+ let getProps = _react.useCallback(
147
+ (children) => {
148
+ let defaultAriaCurrent = isActive ? 'location' : void 0;
149
+ return {
150
+ 'aria-current': children.props['aria-current'] ?? defaultAriaCurrent,
151
+ };
152
+ },
153
+ [isActive],
154
+ );
146
155
  return _react.createElement(
147
156
  _index.Box,
148
157
  {
149
158
  as: 'li',
150
159
  className: 'iui-breadcrumbs-item',
151
160
  },
152
- children &&
153
- _react.cloneElement(children, {
154
- 'aria-current':
155
- children.props['aria-current'] ?? isActive ? 'location' : void 0,
156
- }),
161
+ children ? (0, _index.cloneElementWithRef)(children, getProps) : null,
157
162
  );
158
163
  };
159
164
  const Separator = ({ separator }) =>
@@ -35,35 +35,30 @@ const ExpanderColumn = (props = {}) => {
35
35
  maxWidth: 48,
36
36
  columnClassName: 'iui-slot',
37
37
  cellClassName: 'iui-slot',
38
- Cell: () => null,
39
- cellRenderer: (props) => {
40
- let { row } = props.cellProps;
41
- let children = subComponent?.(row)
42
- ? _react.createElement(
43
- _IconButton.IconButton,
44
- {
45
- 'aria-label': 'Toggle expandable content',
46
- className: 'iui-table-row-expander',
47
- styleType: 'borderless',
48
- size: 'small',
49
- onClick: (e) => {
50
- e.stopPropagation();
51
- row.toggleRowExpanded();
52
- },
53
- disabled: isDisabled?.(row.original),
54
- 'aria-expanded': row.isExpanded,
55
- },
56
- _react.createElement(_index.SvgChevronRight, null),
57
- )
58
- : null;
38
+ Cell: (props) => {
39
+ let { row } = props;
40
+ if (!subComponent?.(row)) return null;
59
41
  return _react.createElement(
60
- _index1.DefaultCell,
42
+ _IconButton.IconButton,
61
43
  {
62
- ...props,
63
- isDisabled: (rowData) => !!isDisabled?.(rowData),
44
+ 'aria-label': 'Toggle expandable content',
45
+ className: 'iui-table-row-expander',
46
+ styleType: 'borderless',
47
+ size: 'small',
48
+ onClick: (e) => {
49
+ e.stopPropagation();
50
+ row.toggleRowExpanded();
51
+ },
52
+ disabled: isDisabled?.(props.row.original),
53
+ 'aria-expanded': row.isExpanded,
64
54
  },
65
- children,
55
+ _react.createElement(_index.SvgChevronRight, null),
66
56
  );
67
57
  },
58
+ cellRenderer: (props) =>
59
+ _react.createElement(_index1.DefaultCell, {
60
+ ...props,
61
+ isDisabled: (rowData) => !!isDisabled?.(rowData),
62
+ }),
68
63
  };
69
64
  };
@@ -64,10 +64,8 @@ const SelectionColumn = (props = {}) => {
64
64
  onChange: () => toggleAllRowsSelected(nextToggleState),
65
65
  });
66
66
  },
67
- Cell: () => null,
68
- cellRenderer: (props) => {
69
- let { row, selectSubRows = true } = props.cellProps;
70
- let children = _react.createElement(_Checkbox.Checkbox, {
67
+ Cell: ({ row, selectSubRows = true }) =>
68
+ _react.createElement(_Checkbox.Checkbox, {
71
69
  ...row.getToggleRowSelectedProps(),
72
70
  style: {},
73
71
  title: '',
@@ -87,15 +85,11 @@ const SelectionColumn = (props = {}) => {
87
85
  );
88
86
  else row.toggleRowSelected(!row.isSelected);
89
87
  },
90
- });
91
- return _react.createElement(
92
- _index.DefaultCell,
93
- {
94
- ...props,
95
- isDisabled: (rowData) => !!isDisabled?.(rowData),
96
- },
97
- children,
98
- );
99
- },
88
+ }),
89
+ cellRenderer: (props) =>
90
+ _react.createElement(_index.DefaultCell, {
91
+ ...props,
92
+ isDisabled: (rowData) => !!isDisabled?.(rowData),
93
+ }),
100
94
  };
101
95
  };
@@ -11,7 +11,6 @@ Object.defineProperty(exports, 'useExpanderCell', {
11
11
  const _interop_require_wildcard = require('@swc/helpers/_/_interop_require_wildcard');
12
12
  const _react = /*#__PURE__*/ _interop_require_wildcard._(require('react'));
13
13
  const _index = require('../columns/index.js');
14
- const _DefaultCell = require('../cells/DefaultCell.js');
15
14
  const useExpanderCell =
16
15
  (subComponent, expanderCell, isRowDisabled) => (hooks) => {
17
16
  if (!subComponent) return;
@@ -27,17 +26,14 @@ const useExpanderCell =
27
26
  return [
28
27
  {
29
28
  ...expanderColumn,
30
- cellRenderer: expanderCell
31
- ? (props) =>
29
+ Cell: expanderCell
30
+ ? (cellProps) =>
32
31
  _react.createElement(
33
- _DefaultCell.DefaultCell,
34
- {
35
- ...props,
36
- isDisabled: (rowData) => !!isRowDisabled?.(rowData),
37
- },
38
- expanderCell(props.cellProps),
32
+ _react.Fragment,
33
+ null,
34
+ expanderCell(cellProps),
39
35
  )
40
- : expanderColumn.cellRenderer,
36
+ : expanderColumn.Cell,
41
37
  },
42
38
  ...columns,
43
39
  ];
package/DEV-cjs/styles.js CHANGED
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
  Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
3
- const e = '3.19.0';
3
+ const e = '3.19.2';
4
4
  const u = new Proxy(
5
5
  {},
6
6
  {
@@ -19,7 +19,6 @@ export const Avatar = React.forwardRef((props, ref) => {
19
19
  abbreviation,
20
20
  image,
21
21
  backgroundColor,
22
- title,
23
22
  translatedStatusTitles,
24
23
  className,
25
24
  style,
@@ -36,7 +35,6 @@ export const Avatar = React.forwardRef((props, ref) => {
36
35
  className: cx('iui-avatar', className),
37
36
  'data-iui-size': 'medium' !== size ? size : void 0,
38
37
  'data-iui-status': status,
39
- title: title,
40
38
  style: {
41
39
  backgroundColor: getBackground(backgroundColor),
42
40
  ...style,
@@ -5,6 +5,7 @@ import {
5
5
  Box,
6
6
  OverflowContainer,
7
7
  useWarningLogger,
8
+ cloneElementWithRef,
8
9
  } from '../../utils/index.js';
9
10
  import { Button } from '../Buttons/Button.js';
10
11
  import { Anchor } from '../Typography/Anchor.js';
@@ -134,17 +135,22 @@ let ListItem = ({ item, isActive }) => {
134
135
  );
135
136
  children = React.createElement(BreadcrumbsItem, children.props);
136
137
  }
138
+ let getProps = React.useCallback(
139
+ (children) => {
140
+ let defaultAriaCurrent = isActive ? 'location' : void 0;
141
+ return {
142
+ 'aria-current': children.props['aria-current'] ?? defaultAriaCurrent,
143
+ };
144
+ },
145
+ [isActive],
146
+ );
137
147
  return React.createElement(
138
148
  Box,
139
149
  {
140
150
  as: 'li',
141
151
  className: 'iui-breadcrumbs-item',
142
152
  },
143
- children &&
144
- React.cloneElement(children, {
145
- 'aria-current':
146
- children.props['aria-current'] ?? isActive ? 'location' : void 0,
147
- }),
153
+ children ? cloneElementWithRef(children, getProps) : null,
148
154
  );
149
155
  };
150
156
  let Separator = ({ separator }) =>
@@ -15,35 +15,30 @@ export const ExpanderColumn = (props = {}) => {
15
15
  maxWidth: 48,
16
16
  columnClassName: 'iui-slot',
17
17
  cellClassName: 'iui-slot',
18
- Cell: () => null,
19
- cellRenderer: (props) => {
20
- let { row } = props.cellProps;
21
- let children = subComponent?.(row)
22
- ? React.createElement(
23
- IconButton,
24
- {
25
- 'aria-label': 'Toggle expandable content',
26
- className: 'iui-table-row-expander',
27
- styleType: 'borderless',
28
- size: 'small',
29
- onClick: (e) => {
30
- e.stopPropagation();
31
- row.toggleRowExpanded();
32
- },
33
- disabled: isDisabled?.(row.original),
34
- 'aria-expanded': row.isExpanded,
35
- },
36
- React.createElement(SvgChevronRight, null),
37
- )
38
- : null;
18
+ Cell: (props) => {
19
+ let { row } = props;
20
+ if (!subComponent?.(row)) return null;
39
21
  return React.createElement(
40
- DefaultCell,
22
+ IconButton,
41
23
  {
42
- ...props,
43
- isDisabled: (rowData) => !!isDisabled?.(rowData),
24
+ 'aria-label': 'Toggle expandable content',
25
+ className: 'iui-table-row-expander',
26
+ styleType: 'borderless',
27
+ size: 'small',
28
+ onClick: (e) => {
29
+ e.stopPropagation();
30
+ row.toggleRowExpanded();
31
+ },
32
+ disabled: isDisabled?.(props.row.original),
33
+ 'aria-expanded': row.isExpanded,
44
34
  },
45
- children,
35
+ React.createElement(SvgChevronRight, null),
46
36
  );
47
37
  },
38
+ cellRenderer: (props) =>
39
+ React.createElement(DefaultCell, {
40
+ ...props,
41
+ isDisabled: (rowData) => !!isDisabled?.(rowData),
42
+ }),
48
43
  };
49
44
  };
@@ -44,10 +44,8 @@ export const SelectionColumn = (props = {}) => {
44
44
  onChange: () => toggleAllRowsSelected(nextToggleState),
45
45
  });
46
46
  },
47
- Cell: () => null,
48
- cellRenderer: (props) => {
49
- let { row, selectSubRows = true } = props.cellProps;
50
- let children = React.createElement(Checkbox, {
47
+ Cell: ({ row, selectSubRows = true }) =>
48
+ React.createElement(Checkbox, {
51
49
  ...row.getToggleRowSelectedProps(),
52
50
  style: {},
53
51
  title: '',
@@ -67,15 +65,11 @@ export const SelectionColumn = (props = {}) => {
67
65
  );
68
66
  else row.toggleRowSelected(!row.isSelected);
69
67
  },
70
- });
71
- return React.createElement(
72
- DefaultCell,
73
- {
74
- ...props,
75
- isDisabled: (rowData) => !!isDisabled?.(rowData),
76
- },
77
- children,
78
- );
79
- },
68
+ }),
69
+ cellRenderer: (props) =>
70
+ React.createElement(DefaultCell, {
71
+ ...props,
72
+ isDisabled: (rowData) => !!isDisabled?.(rowData),
73
+ }),
80
74
  };
81
75
  };
@@ -1,6 +1,5 @@
1
1
  import * as React from 'react';
2
2
  import { ExpanderColumn, EXPANDER_CELL_ID } from '../columns/index.js';
3
- import { DefaultCell } from '../cells/DefaultCell.js';
4
3
  export const useExpanderCell =
5
4
  (subComponent, expanderCell, isRowDisabled) => (hooks) => {
6
5
  if (!subComponent) return;
@@ -14,17 +13,14 @@ export const useExpanderCell =
14
13
  return [
15
14
  {
16
15
  ...expanderColumn,
17
- cellRenderer: expanderCell
18
- ? (props) =>
16
+ Cell: expanderCell
17
+ ? (cellProps) =>
19
18
  React.createElement(
20
- DefaultCell,
21
- {
22
- ...props,
23
- isDisabled: (rowData) => !!isRowDisabled?.(rowData),
24
- },
25
- expanderCell(props.cellProps),
19
+ React.Fragment,
20
+ null,
21
+ expanderCell(cellProps),
26
22
  )
27
- : expanderColumn.cellRenderer,
23
+ : expanderColumn.Cell,
28
24
  },
29
25
  ...columns,
30
26
  ];
package/DEV-esm/styles.js CHANGED
@@ -1,4 +1,4 @@
1
- const t = '3.19.0';
1
+ const t = '3.19.2';
2
2
  const u = new Proxy(
3
3
  {},
4
4
  {
@@ -15,10 +15,6 @@ type AvatarProps = {
15
15
  * Status/Availability of a user.
16
16
  */
17
17
  status?: AvatarStatus;
18
- /**
19
- * Text which will appear when hovering over the icon.
20
- */
21
- title?: string;
22
18
  /**
23
19
  * Abbreviation to be displayed.
24
20
  */
@@ -41,16 +37,16 @@ export declare const defaultStatusTitles: StatusTitles;
41
37
  * Basic avatar component
42
38
  * @example
43
39
  * <caption>Small icon with abbreviation</caption>
44
- * <Avatar size='small' title='Terry Rivers' abbreviation='TR' backgroundColor='green'/>
40
+ * <Avatar size='small' abbreviation='TR' backgroundColor='green'/>
45
41
  * @example
46
42
  * <caption>Medium icon with image</caption>
47
- * <Avatar size='medium' title='Terry Rivers' abbreviation='TR' backgroundColor='green' image={<img src="https://cdn.example.com/user/profile/pic.png" />}/>
43
+ * <Avatar size='medium' abbreviation='TR' backgroundColor='green' image={<img src="https://cdn.example.com/user/profile/pic.png" />}/>
48
44
  * @example
49
45
  * <caption>Large icon with status</caption>
50
- * <Avatar size='large' title='Terry Rivers' abbreviation='TR' backgroundColor='green' status='online' />
46
+ * <Avatar size='large' abbreviation='TR' backgroundColor='green' status='online' />
51
47
  * @example
52
48
  * <caption>X-large icon with image</caption>
53
- * <Avatar size='x-large' title='Terry Rivers' abbreviation='TR' backgroundColor='green' image={<img src="https://cdn.example.com/user/profile/pic.png" />}/>
49
+ * <Avatar size='x-large' abbreviation='TR' backgroundColor='green' image={<img src="https://cdn.example.com/user/profile/pic.png" />}/>
54
50
  */
55
51
  export declare const Avatar: PolymorphicForwardRefComponent<"span", AvatarProps>;
56
52
  export {};
@@ -44,7 +44,6 @@ const Avatar = _react.forwardRef((props, ref) => {
44
44
  abbreviation,
45
45
  image,
46
46
  backgroundColor,
47
- title,
48
47
  translatedStatusTitles,
49
48
  className,
50
49
  style,
@@ -61,7 +60,6 @@ const Avatar = _react.forwardRef((props, ref) => {
61
60
  className: (0, _classnames.default)('iui-avatar', className),
62
61
  'data-iui-size': 'medium' !== size ? size : void 0,
63
62
  'data-iui-status': status,
64
- title: title,
65
63
  style: {
66
64
  backgroundColor: getBackground(backgroundColor),
67
65
  ...style,
@@ -43,17 +43,14 @@ type AvatarGroupProps = {
43
43
  * <Avatar
44
44
  * abbreviation="TR"
45
45
  * backgroundColor={getUserColor("Terry Rivers")}
46
- * title="Terry Rivers"
47
46
  * />
48
47
  * <Avatar
49
48
  * abbreviation="RM"
50
49
  * backgroundColor={getUserColor("Robin Mercer")}
51
- * title="Robin Mercer"
52
50
  * />
53
51
  * <Avatar
54
52
  * abbreviation="JM"
55
53
  * backgroundColor={getUserColor("Jean Mullins")}
56
- * title="Jean Mullins"
57
54
  * />
58
55
  * </AvatarGroup>
59
56
  */
@@ -143,17 +143,22 @@ const ListItem = ({ item, isActive }) => {
143
143
  );
144
144
  children = _react.createElement(BreadcrumbsItem, children.props);
145
145
  }
146
+ let getProps = _react.useCallback(
147
+ (children) => {
148
+ let defaultAriaCurrent = isActive ? 'location' : void 0;
149
+ return {
150
+ 'aria-current': children.props['aria-current'] ?? defaultAriaCurrent,
151
+ };
152
+ },
153
+ [isActive],
154
+ );
146
155
  return _react.createElement(
147
156
  _index.Box,
148
157
  {
149
158
  as: 'li',
150
159
  className: 'iui-breadcrumbs-item',
151
160
  },
152
- children &&
153
- _react.cloneElement(children, {
154
- 'aria-current':
155
- children.props['aria-current'] ?? isActive ? 'location' : void 0,
156
- }),
161
+ children ? (0, _index.cloneElementWithRef)(children, getProps) : null,
157
162
  );
158
163
  };
159
164
  const Separator = ({ separator }) =>
@@ -25,7 +25,7 @@ export type IconButtonProps = {
25
25
  * @deprecated Use `label` instead.
26
26
  */
27
27
  title?: string;
28
- } & Omit<ButtonProps, 'startIcon' | 'endIcon' | 'startIconProps' | 'endIconProps' | 'labelProps' | 'loading'>;
28
+ } & Omit<ButtonProps, 'startIcon' | 'endIcon' | 'startIconProps' | 'endIconProps' | 'labelProps' | 'loading' | 'stretched'>;
29
29
  /**
30
30
  * Icon button
31
31
  * @example
@@ -40,22 +40,22 @@ export declare const Carousel: PolymorphicForwardRefComponent<"section", Carouse
40
40
  * Contains the dots and previous/next buttons for navigating the slides. Must be present _before_ the slides in DOM.
41
41
  */
42
42
  Navigation: PolymorphicForwardRefComponent<"div", {}> & {
43
- PreviousButton: PolymorphicForwardRefComponent<"button", Omit<React.DetailedHTMLProps<React.ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "label" | "title" | "as" | "size" | "htmlDisabled" | "styleType" | "labelProps" | "stretched" | "isActive" | "iconProps"> & {
43
+ PreviousButton: PolymorphicForwardRefComponent<"button", Omit<React.DetailedHTMLProps<React.ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "label" | "title" | "as" | "size" | "htmlDisabled" | "styleType" | "labelProps" | "isActive" | "iconProps"> & {
44
44
  isActive?: boolean;
45
45
  label?: React.ReactNode;
46
46
  labelProps?: Omit<React.ComponentPropsWithoutRef<typeof import("../Tooltip/Tooltip.js").Tooltip>, "content" | "reference" | "ariaStrategy" | "children">;
47
47
  iconProps?: React.ComponentProps<"span">;
48
48
  title?: string;
49
- } & Omit<import("../Buttons/Button.js").ButtonProps, "loading" | "startIcon" | "endIcon" | "labelProps" | "startIconProps" | "endIconProps"> & {
49
+ } & Omit<import("../Buttons/Button.js").ButtonProps, "loading" | "startIcon" | "endIcon" | "labelProps" | "startIconProps" | "endIconProps" | "stretched"> & {
50
50
  as?: "button" | undefined;
51
51
  }>;
52
- NextButton: PolymorphicForwardRefComponent<"button", Omit<React.DetailedHTMLProps<React.ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "label" | "title" | "as" | "size" | "htmlDisabled" | "styleType" | "labelProps" | "stretched" | "isActive" | "iconProps"> & {
52
+ NextButton: PolymorphicForwardRefComponent<"button", Omit<React.DetailedHTMLProps<React.ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "label" | "title" | "as" | "size" | "htmlDisabled" | "styleType" | "labelProps" | "isActive" | "iconProps"> & {
53
53
  isActive?: boolean;
54
54
  label?: React.ReactNode;
55
55
  labelProps?: Omit<React.ComponentPropsWithoutRef<typeof import("../Tooltip/Tooltip.js").Tooltip>, "content" | "reference" | "ariaStrategy" | "children">;
56
56
  iconProps?: React.ComponentProps<"span">;
57
57
  title?: string;
58
- } & Omit<import("../Buttons/Button.js").ButtonProps, "loading" | "startIcon" | "endIcon" | "labelProps" | "startIconProps" | "endIconProps"> & {
58
+ } & Omit<import("../Buttons/Button.js").ButtonProps, "loading" | "startIcon" | "endIcon" | "labelProps" | "startIconProps" | "endIconProps" | "stretched"> & {
59
59
  as?: "button" | undefined;
60
60
  }>;
61
61
  };
@@ -7,22 +7,22 @@ import type { PolymorphicForwardRefComponent } from '../../utils/index.js';
7
7
  * `children` can be specified to override what is shown in this navigation section.
8
8
  */
9
9
  export declare const CarouselNavigation: PolymorphicForwardRefComponent<"div", {}> & {
10
- PreviousButton: PolymorphicForwardRefComponent<"button", Omit<React.DetailedHTMLProps<React.ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "label" | "title" | "as" | "size" | "htmlDisabled" | "styleType" | "labelProps" | "stretched" | "isActive" | "iconProps"> & {
10
+ PreviousButton: PolymorphicForwardRefComponent<"button", Omit<React.DetailedHTMLProps<React.ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "label" | "title" | "as" | "size" | "htmlDisabled" | "styleType" | "labelProps" | "isActive" | "iconProps"> & {
11
11
  isActive?: boolean;
12
12
  label?: React.ReactNode;
13
13
  labelProps?: Omit<React.ComponentPropsWithoutRef<typeof import("../Tooltip/Tooltip.js").Tooltip>, "content" | "reference" | "ariaStrategy" | "children">;
14
14
  iconProps?: React.ComponentProps<"span">;
15
15
  title?: string;
16
- } & Omit<import("../Buttons/Button.js").ButtonProps, "loading" | "startIcon" | "endIcon" | "labelProps" | "startIconProps" | "endIconProps"> & {
16
+ } & Omit<import("../Buttons/Button.js").ButtonProps, "loading" | "startIcon" | "endIcon" | "labelProps" | "startIconProps" | "endIconProps" | "stretched"> & {
17
17
  as?: "button" | undefined;
18
18
  }>;
19
- NextButton: PolymorphicForwardRefComponent<"button", Omit<React.DetailedHTMLProps<React.ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "label" | "title" | "as" | "size" | "htmlDisabled" | "styleType" | "labelProps" | "stretched" | "isActive" | "iconProps"> & {
19
+ NextButton: PolymorphicForwardRefComponent<"button", Omit<React.DetailedHTMLProps<React.ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "label" | "title" | "as" | "size" | "htmlDisabled" | "styleType" | "labelProps" | "isActive" | "iconProps"> & {
20
20
  isActive?: boolean;
21
21
  label?: React.ReactNode;
22
22
  labelProps?: Omit<React.ComponentPropsWithoutRef<typeof import("../Tooltip/Tooltip.js").Tooltip>, "content" | "reference" | "ariaStrategy" | "children">;
23
23
  iconProps?: React.ComponentProps<"span">;
24
24
  title?: string;
25
- } & Omit<import("../Buttons/Button.js").ButtonProps, "loading" | "startIcon" | "endIcon" | "labelProps" | "startIconProps" | "endIconProps"> & {
25
+ } & Omit<import("../Buttons/Button.js").ButtonProps, "loading" | "startIcon" | "endIcon" | "labelProps" | "startIconProps" | "endIconProps" | "stretched"> & {
26
26
  as?: "button" | undefined;
27
27
  }>;
28
28
  };
@@ -28,7 +28,7 @@ export declare const InputWithDecorations: PolymorphicForwardRefComponent<"div",
28
28
  * Although similar to `IconButton`, this subcomponent additionally collapses the padding between the button and the input/textarea
29
29
  * in `InputWithDecorations`.
30
30
  */
31
- Button: PolymorphicForwardRefComponent<"button", Omit<React.DetailedHTMLProps<React.ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "label" | "title" | "as" | "size" | "htmlDisabled" | "styleType" | "labelProps" | "stretched" | "isActive" | "iconProps"> & Omit<import("../Buttons/IconButton.js").IconButtonProps, "styleType"> & {
31
+ Button: PolymorphicForwardRefComponent<"button", Omit<React.DetailedHTMLProps<React.ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "label" | "title" | "as" | "size" | "htmlDisabled" | "styleType" | "labelProps" | "isActive" | "iconProps"> & Omit<import("../Buttons/IconButton.js").IconButtonProps, "styleType"> & {
32
32
  styleType?: import("../Buttons/IconButton.js").IconButtonProps["styleType"];
33
33
  } & {
34
34
  as?: "button" | undefined;
@@ -1,5 +1,5 @@
1
1
  import * as React from 'react';
2
- import type { CellRendererProps, Row } from '../../../react-table/react-table.js';
2
+ import type { CellProps, CellRendererProps, Row } from '../../../react-table/react-table.js';
3
3
  export declare const EXPANDER_CELL_ID = "iui-table-expander";
4
4
  /**
5
5
  * Expander column that adds sub-content expander column to the Table.
@@ -39,6 +39,6 @@ export declare const ExpanderColumn: <T extends Record<string, unknown>>(props?:
39
39
  maxWidth: number;
40
40
  columnClassName: string;
41
41
  cellClassName: string;
42
- Cell: () => null;
42
+ Cell: (props: CellProps<T>) => React.JSX.Element | null;
43
43
  cellRenderer: (props: CellRendererProps<T>) => React.JSX.Element;
44
44
  };
@@ -35,35 +35,30 @@ const ExpanderColumn = (props = {}) => {
35
35
  maxWidth: 48,
36
36
  columnClassName: 'iui-slot',
37
37
  cellClassName: 'iui-slot',
38
- Cell: () => null,
39
- cellRenderer: (props) => {
40
- let { row } = props.cellProps;
41
- let children = subComponent?.(row)
42
- ? _react.createElement(
43
- _IconButton.IconButton,
44
- {
45
- 'aria-label': 'Toggle expandable content',
46
- className: 'iui-table-row-expander',
47
- styleType: 'borderless',
48
- size: 'small',
49
- onClick: (e) => {
50
- e.stopPropagation();
51
- row.toggleRowExpanded();
52
- },
53
- disabled: isDisabled?.(row.original),
54
- 'aria-expanded': row.isExpanded,
55
- },
56
- _react.createElement(_index.SvgChevronRight, null),
57
- )
58
- : null;
38
+ Cell: (props) => {
39
+ let { row } = props;
40
+ if (!subComponent?.(row)) return null;
59
41
  return _react.createElement(
60
- _index1.DefaultCell,
42
+ _IconButton.IconButton,
61
43
  {
62
- ...props,
63
- isDisabled: (rowData) => !!isDisabled?.(rowData),
44
+ 'aria-label': 'Toggle expandable content',
45
+ className: 'iui-table-row-expander',
46
+ styleType: 'borderless',
47
+ size: 'small',
48
+ onClick: (e) => {
49
+ e.stopPropagation();
50
+ row.toggleRowExpanded();
51
+ },
52
+ disabled: isDisabled?.(props.row.original),
53
+ 'aria-expanded': row.isExpanded,
64
54
  },
65
- children,
55
+ _react.createElement(_index.SvgChevronRight, null),
66
56
  );
67
57
  },
58
+ cellRenderer: (props) =>
59
+ _react.createElement(_index1.DefaultCell, {
60
+ ...props,
61
+ isDisabled: (rowData) => !!isDisabled?.(rowData),
62
+ }),
68
63
  };
69
64
  };