@carbon/ibm-products 2.46.0-rc.0 → 2.47.0-rc.0
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/css/config-dev.css +6 -1
- package/css/config-dev.css.map +1 -1
- package/css/config.css +6 -1
- package/css/config.css.map +1 -1
- package/css/index-full-carbon.css +1323 -264
- package/css/index-full-carbon.css.map +1 -1
- package/css/index-full-carbon.min.css +1 -1
- package/css/index-full-carbon.min.css.map +1 -1
- package/css/index-without-carbon-released-only.css +49 -60
- package/css/index-without-carbon-released-only.css.map +1 -1
- package/css/index-without-carbon-released-only.min.css +1 -1
- package/css/index-without-carbon-released-only.min.css.map +1 -1
- package/css/index-without-carbon.css +1323 -264
- package/css/index-without-carbon.css.map +1 -1
- package/css/index-without-carbon.min.css +1 -1
- package/css/index-without-carbon.min.css.map +1 -1
- package/css/index.css +1323 -264
- package/css/index.css.map +1 -1
- package/css/index.min.css +1 -1
- package/css/index.min.css.map +1 -1
- package/es/components/APIKeyModal/APIKeyModal.types.d.ts +6 -0
- package/es/components/ActionBar/ActionBar.d.ts +58 -2
- package/es/components/ActionBar/ActionBar.js +14 -9
- package/es/components/ActionBar/ActionBarItem.d.ts +36 -2
- package/es/components/ActionBar/ActionBarItem.js +7 -4
- package/es/components/ActionBar/ActionBarOverflowItems.d.ts +55 -16
- package/es/components/ActionBar/ActionBarOverflowItems.js +8 -4
- package/es/components/AddSelect/types/index.d.ts +6 -0
- package/es/components/Card/Card.d.ts +68 -2
- package/es/components/Card/Card.js +28 -35
- package/es/components/Card/CardFooter.d.ts +51 -48
- package/es/components/Card/CardFooter.js +4 -2
- package/es/components/Card/CardHeader.d.ts +67 -49
- package/es/components/Card/CardHeader.js +4 -2
- package/es/components/Coachmark/utils/enums.d.ts +6 -0
- package/es/components/ConditionBuilder/ConditionBlock/ConditionBlock.d.ts +1 -0
- package/es/components/ConditionBuilder/ConditionBlock/ConditionBlock.js +17 -4
- package/es/components/ConditionBuilder/ConditionBuilderAdd/ConditionBuilderAdd.js +2 -2
- package/es/components/ConditionBuilder/ConditionBuilderButton/ConditionBuilderButton.js +6 -4
- package/es/components/ConditionBuilder/ConditionBuilderConnector/ConditionConnector.js +4 -1
- package/es/components/ConditionBuilder/ConditionBuilderContent/ConditionBuilderContent.js +8 -2
- package/es/components/ConditionBuilder/ConditionBuilderContext/translationObject.d.ts +3 -0
- package/es/components/ConditionBuilder/ConditionBuilderContext/translationObject.js +5 -2
- package/es/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItem.js +20 -4
- package/es/components/ConditionBuilder/ConditionGroupBuilder/ConditionGroupBuilder.js +15 -7
- package/es/components/ConditionBuilder/ConditionPreview/ConditionPreview.d.ts +3 -1
- package/es/components/ConditionBuilder/ConditionPreview/ConditionPreview.js +9 -3
- package/es/components/ConditionBuilder/utils/handleKeyboardEvents.js +19 -6
- package/es/components/DataSpreadsheet/types/index.d.ts +6 -0
- package/es/components/Datagrid/Datagrid/DatagridBody.d.ts +6 -0
- package/es/components/Datagrid/Datagrid/DatagridContent.js +3 -2
- package/es/components/Datagrid/Datagrid/DatagridRefBody.d.ts +6 -0
- package/es/components/Datagrid/Datagrid/DatagridSelectAll.js +4 -5
- package/es/components/Datagrid/Datagrid/DatagridSimpleBody.d.ts +6 -0
- package/es/components/Datagrid/Datagrid/DatagridVirtualBody.js +3 -1
- package/es/components/Datagrid/Datagrid/DraggableElement.d.ts +6 -0
- package/es/components/Datagrid/Datagrid/addons/Filtering/FilterPanel.js +1 -1
- package/es/components/Datagrid/Datagrid/addons/Filtering/FilterProvider.d.ts +3 -2
- package/es/components/Datagrid/Datagrid/addons/Filtering/FilterProvider.js +13 -8
- package/es/components/Datagrid/Datagrid/addons/Filtering/handleCheckboxChange.js +7 -0
- package/es/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditCell/InlineEditCell.js +1 -1
- package/es/components/Datagrid/common-column-ids.d.ts +6 -0
- package/es/components/Datagrid/types/index.d.ts +6 -0
- package/es/components/Datagrid/useDatagrid.d.ts +6 -0
- package/es/components/Datagrid/useDisableSelectRows.d.ts +6 -0
- package/es/components/Datagrid/useInitialColumnSort.js +4 -0
- package/es/components/Datagrid/useRowIsMouseOver.d.ts +6 -0
- package/es/components/Datagrid/useSortableColumns.d.ts +5 -4
- package/es/components/Datagrid/useSortableColumns.js +18 -13
- package/es/components/EmptyStates/EmptyState.d.ts +72 -5
- package/es/components/EmptyStates/EmptyState.js +8 -5
- package/es/components/EmptyStates/EmptyStateV2.d.ts +63 -2
- package/es/components/EmptyStates/EmptyStateV2.js +3 -2
- package/es/components/FullPageError/FullPageError.d.ts +36 -2
- package/es/components/FullPageError/FullPageError.js +0 -3
- package/es/components/GetStartedCard/GetStartedCard.d.ts +60 -2
- package/es/components/GetStartedCard/GetStartedCard.js +11 -10
- package/es/components/PageHeader/PageHeaderUtils.js +1 -1
- package/es/components/StringFormatter/utils/enums.js +7 -0
- package/es/components/TagOverflow/TagOverflow.d.ts +35 -4
- package/es/components/TagOverflow/TagOverflow.js +47 -64
- package/es/components/TagOverflow/TagOverflowModal.js +4 -6
- package/es/components/TagOverflow/TagOverflowPopover.d.ts +13 -1
- package/es/components/TagOverflow/TagOverflowPopover.js +38 -41
- package/es/components/Tearsheet/TearsheetShell.js +4 -1
- package/es/components/UserAvatar/UserAvatar.d.ts +59 -1
- package/es/components/UserAvatar/UserAvatar.js +7 -23
- package/es/global/js/utils/scrollableAncestor.js +7 -0
- package/es/global/js/utils/uuidv4.d.ts +6 -0
- package/es/global/js/utils/uuidv4.js +2 -0
- package/es/global/js/utils/wait.d.ts +6 -0
- package/es/global/js/utils/wait.js +2 -0
- package/flags.js +7 -0
- package/lib/components/APIKeyModal/APIKeyModal.types.d.ts +6 -0
- package/lib/components/ActionBar/ActionBar.d.ts +58 -2
- package/lib/components/ActionBar/ActionBar.js +14 -9
- package/lib/components/ActionBar/ActionBarItem.d.ts +36 -2
- package/lib/components/ActionBar/ActionBarItem.js +6 -3
- package/lib/components/ActionBar/ActionBarOverflowItems.d.ts +55 -16
- package/lib/components/ActionBar/ActionBarOverflowItems.js +8 -4
- package/lib/components/AddSelect/types/index.d.ts +6 -0
- package/lib/components/Card/Card.d.ts +68 -2
- package/lib/components/Card/Card.js +28 -35
- package/lib/components/Card/CardFooter.d.ts +51 -48
- package/lib/components/Card/CardFooter.js +4 -2
- package/lib/components/Card/CardHeader.d.ts +67 -49
- package/lib/components/Card/CardHeader.js +4 -2
- package/lib/components/Coachmark/utils/enums.d.ts +6 -0
- package/lib/components/ConditionBuilder/ConditionBlock/ConditionBlock.d.ts +1 -0
- package/lib/components/ConditionBuilder/ConditionBlock/ConditionBlock.js +16 -3
- package/lib/components/ConditionBuilder/ConditionBuilderAdd/ConditionBuilderAdd.js +2 -2
- package/lib/components/ConditionBuilder/ConditionBuilderButton/ConditionBuilderButton.js +5 -3
- package/lib/components/ConditionBuilder/ConditionBuilderConnector/ConditionConnector.js +4 -1
- package/lib/components/ConditionBuilder/ConditionBuilderContent/ConditionBuilderContent.js +8 -2
- package/lib/components/ConditionBuilder/ConditionBuilderContext/translationObject.d.ts +3 -0
- package/lib/components/ConditionBuilder/ConditionBuilderContext/translationObject.js +5 -2
- package/lib/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItem.js +20 -4
- package/lib/components/ConditionBuilder/ConditionGroupBuilder/ConditionGroupBuilder.js +15 -7
- package/lib/components/ConditionBuilder/ConditionPreview/ConditionPreview.d.ts +3 -1
- package/lib/components/ConditionBuilder/ConditionPreview/ConditionPreview.js +9 -3
- package/lib/components/ConditionBuilder/utils/handleKeyboardEvents.js +19 -6
- package/lib/components/DataSpreadsheet/types/index.d.ts +6 -0
- package/lib/components/Datagrid/Datagrid/DatagridBody.d.ts +6 -0
- package/lib/components/Datagrid/Datagrid/DatagridContent.js +3 -2
- package/lib/components/Datagrid/Datagrid/DatagridRefBody.d.ts +6 -0
- package/lib/components/Datagrid/Datagrid/DatagridSelectAll.js +4 -5
- package/lib/components/Datagrid/Datagrid/DatagridSimpleBody.d.ts +6 -0
- package/lib/components/Datagrid/Datagrid/DatagridVirtualBody.js +3 -1
- package/lib/components/Datagrid/Datagrid/DraggableElement.d.ts +6 -0
- package/lib/components/Datagrid/Datagrid/addons/Filtering/FilterPanel.js +1 -1
- package/lib/components/Datagrid/Datagrid/addons/Filtering/FilterProvider.d.ts +3 -2
- package/lib/components/Datagrid/Datagrid/addons/Filtering/FilterProvider.js +13 -8
- package/lib/components/Datagrid/Datagrid/addons/Filtering/handleCheckboxChange.js +7 -0
- package/lib/components/Datagrid/Datagrid/addons/InlineEdit/InlineEditCell/InlineEditCell.js +1 -1
- package/lib/components/Datagrid/common-column-ids.d.ts +6 -0
- package/lib/components/Datagrid/types/index.d.ts +6 -0
- package/lib/components/Datagrid/useDatagrid.d.ts +6 -0
- package/lib/components/Datagrid/useDisableSelectRows.d.ts +6 -0
- package/lib/components/Datagrid/useInitialColumnSort.js +4 -0
- package/lib/components/Datagrid/useRowIsMouseOver.d.ts +6 -0
- package/lib/components/Datagrid/useSortableColumns.d.ts +5 -4
- package/lib/components/Datagrid/useSortableColumns.js +18 -13
- package/lib/components/EmptyStates/EmptyState.d.ts +72 -5
- package/lib/components/EmptyStates/EmptyState.js +8 -5
- package/lib/components/EmptyStates/EmptyStateV2.d.ts +63 -2
- package/lib/components/EmptyStates/EmptyStateV2.js +3 -2
- package/lib/components/FullPageError/FullPageError.d.ts +36 -2
- package/lib/components/FullPageError/FullPageError.js +0 -3
- package/lib/components/GetStartedCard/GetStartedCard.d.ts +60 -2
- package/lib/components/GetStartedCard/GetStartedCard.js +10 -9
- package/lib/components/PageHeader/PageHeaderUtils.js +1 -1
- package/lib/components/StringFormatter/utils/enums.js +7 -0
- package/lib/components/TagOverflow/TagOverflow.d.ts +35 -4
- package/lib/components/TagOverflow/TagOverflow.js +46 -63
- package/lib/components/TagOverflow/TagOverflowModal.js +4 -6
- package/lib/components/TagOverflow/TagOverflowPopover.d.ts +13 -1
- package/lib/components/TagOverflow/TagOverflowPopover.js +37 -40
- package/lib/components/Tearsheet/TearsheetShell.js +4 -1
- package/lib/components/UserAvatar/UserAvatar.d.ts +59 -1
- package/lib/components/UserAvatar/UserAvatar.js +7 -23
- package/lib/global/js/utils/scrollableAncestor.js +7 -0
- package/lib/global/js/utils/uuidv4.d.ts +6 -0
- package/lib/global/js/utils/uuidv4.js +2 -0
- package/lib/global/js/utils/wait.d.ts +6 -0
- package/lib/global/js/utils/wait.js +2 -0
- package/package.json +4 -4
- package/scss/components/ConditionBuilder/_condition-builder.scss +3 -0
- package/scss/components/ConditionBuilder/styles/_conditionBuilderCondition.scss +18 -2
- package/scss/components/ConditionBuilder/styles/_conditionBuilderItem.scss +48 -31
- package/scss/components/ConditionBuilder/styles/_index.scss +7 -0
- package/scss/components/CreateModal/_create-modal.scss +0 -4
- package/scss/components/Datagrid/styles/_datagrid.scss +1 -0
- package/scss/components/Datagrid/styles/_useActionsColumn.scss +6 -7
- package/scss/components/Datagrid/styles/_useColumnRightAlign.scss +6 -7
- package/scss/components/Datagrid/styles/_useExpandedRow.scss +6 -7
- package/scss/components/Datagrid/styles/_useInlineEdit.scss +6 -7
- package/scss/components/Datagrid/styles/_useNestedRows.scss +6 -7
- package/scss/components/Datagrid/styles/_useNestedTable.scss +6 -7
- package/scss/components/Datagrid/styles/_useStickyColumn.scss +6 -7
- package/scss/components/Datagrid/styles/addons/_RowSizeDropdown.scss +6 -7
- package/scss/config-dev.scss +7 -0
- package/scss/config.scss +7 -0
- package/telemetry.yml +2 -0
@@ -1,18 +1,57 @@
|
|
1
|
-
|
2
|
-
className: any;
|
3
|
-
menuOptionsClass: any;
|
4
|
-
overflowItems: any;
|
5
|
-
overflowAriaLabel: any;
|
6
|
-
}): import("react/jsx-runtime").JSX.Element;
|
7
|
-
export namespace ActionBarOverflowItems {
|
8
|
-
export { componentName as displayName };
|
9
|
-
export namespace propTypes {
|
10
|
-
let className: PropTypes.Requireable<string>;
|
11
|
-
let menuOptionsClass: PropTypes.Requireable<string>;
|
12
|
-
let overflowAriaLabel: PropTypes.Requireable<string>;
|
13
|
-
let overflowItems: PropTypes.Requireable<(PropTypes.ReactElementLike | null | undefined)[]>;
|
14
|
-
}
|
15
|
-
}
|
16
|
-
declare const componentName: "ActionBar";
|
1
|
+
import { PropsWithChildren, ReactElement } from 'react';
|
17
2
|
import PropTypes from 'prop-types';
|
3
|
+
import { CarbonIconType } from '@carbon/icons-react/lib/CarbonIcon';
|
4
|
+
type OverflowItem = {
|
5
|
+
label: string;
|
6
|
+
onClick: () => void;
|
7
|
+
renderIcon: CarbonIconType;
|
8
|
+
};
|
9
|
+
interface ActionBarOverflowItemProps extends PropsWithChildren {
|
10
|
+
/**
|
11
|
+
* className
|
12
|
+
*/
|
13
|
+
className?: string;
|
14
|
+
/**
|
15
|
+
* class name applied to the overflow options
|
16
|
+
*/
|
17
|
+
menuOptionsClass?: string;
|
18
|
+
/**
|
19
|
+
* overflowAriaLabel label for open close button overflow used for action bar items that do nto fit.
|
20
|
+
*/
|
21
|
+
overflowAriaLabel?: string;
|
22
|
+
/**
|
23
|
+
* overflowItems: items to bre shown in the ActionBar overflow menu
|
24
|
+
*/
|
25
|
+
overflowItems?: ReactElement<OverflowItem>[];
|
26
|
+
/**
|
27
|
+
* Optional tab index
|
28
|
+
*/
|
29
|
+
tabIndex?: number;
|
30
|
+
}
|
31
|
+
export declare const ActionBarOverflowItems: {
|
32
|
+
({ className, menuOptionsClass, overflowItems, overflowAriaLabel, }: ActionBarOverflowItemProps): import("react/jsx-runtime").JSX.Element;
|
33
|
+
displayName: string;
|
34
|
+
propTypes: {
|
35
|
+
/**
|
36
|
+
* className
|
37
|
+
*/
|
38
|
+
className: PropTypes.Requireable<string>;
|
39
|
+
/**
|
40
|
+
* class name applied to the overflow options
|
41
|
+
*/
|
42
|
+
menuOptionsClass: PropTypes.Requireable<string>;
|
43
|
+
/**
|
44
|
+
* overflowAriaLabel label for open close button overflow used for action bar items that do nto fit.
|
45
|
+
*/
|
46
|
+
overflowAriaLabel: PropTypes.Requireable<string>;
|
47
|
+
/**
|
48
|
+
* overflowItems: items to bre shown in the ActionBar overflow menu
|
49
|
+
*/
|
50
|
+
overflowItems: PropTypes.Requireable<(PropTypes.ReactElementLike | null | undefined)[]>;
|
51
|
+
/**
|
52
|
+
* Optional tab index
|
53
|
+
*/
|
54
|
+
tabIndex: PropTypes.Requireable<number>;
|
55
|
+
};
|
56
|
+
};
|
18
57
|
export {};
|
@@ -42,17 +42,17 @@ var ActionBarOverflowItems = function ActionBarOverflowItems(_ref) {
|
|
42
42
|
// This uses a copy of a menu item option
|
43
43
|
// NOTE: Cannot use a real Tooltip icon below as it uses a <button /> the
|
44
44
|
// div equivalent below is based on Carbon 10.25.0
|
45
|
-
var ItemIcon = item.props.renderIcon;
|
45
|
+
var ItemIcon = item === null || item === void 0 ? void 0 : item.props.renderIcon;
|
46
46
|
return /*#__PURE__*/React__default["default"].createElement(react.OverflowMenuItem, {
|
47
47
|
className: "".concat(blockClass, "__item"),
|
48
|
-
onClick: item.props.onClick,
|
48
|
+
onClick: item === null || item === void 0 ? void 0 : item.props.onClick,
|
49
49
|
itemText: /*#__PURE__*/React__default["default"].createElement("div", {
|
50
50
|
className: "".concat(blockClass, "__item-content"),
|
51
51
|
"aria-describedby": "".concat(internalId.current, "-").concat(index, "--item-label")
|
52
52
|
}, /*#__PURE__*/React__default["default"].createElement("span", {
|
53
53
|
className: "".concat(blockClass, "__item-label"),
|
54
54
|
id: "".concat(internalId.current, "-").concat(index, "--item-label")
|
55
|
-
}, item.props.label), typeof item.props.renderIcon === 'function' ? /*#__PURE__*/React__default["default"].createElement(ItemIcon, null) : item.props.renderIcon)
|
55
|
+
}, item === null || item === void 0 ? void 0 : item.props.label), typeof (item === null || item === void 0 ? void 0 : item.props.renderIcon) === 'function' ? /*#__PURE__*/React__default["default"].createElement(ItemIcon, null) : item === null || item === void 0 ? void 0 : item.props.renderIcon)
|
56
56
|
});
|
57
57
|
}));
|
58
58
|
};
|
@@ -74,7 +74,11 @@ ActionBarOverflowItems.propTypes = {
|
|
74
74
|
/**
|
75
75
|
* overflowItems: items to bre shown in the ActionBar overflow menu
|
76
76
|
*/
|
77
|
-
overflowItems: index["default"].arrayOf(index["default"].element)
|
77
|
+
overflowItems: index["default"].arrayOf(index["default"].element),
|
78
|
+
/**
|
79
|
+
* Optional tab index
|
80
|
+
*/
|
81
|
+
tabIndex: index["default"].number
|
78
82
|
};
|
79
83
|
|
80
84
|
exports.ActionBarOverflowItems = ActionBarOverflowItems;
|
@@ -1,3 +1,9 @@
|
|
1
|
+
/**
|
2
|
+
* Copyright IBM Corp. 2024
|
3
|
+
*
|
4
|
+
* This source code is licensed under the Apache-2.0 license found in the
|
5
|
+
* LICENSE file in the root directory of this source tree.
|
6
|
+
*/
|
1
7
|
import { ReactNode } from 'react';
|
2
8
|
export type Theme = 'light' | 'dark';
|
3
9
|
export interface Filter {
|
@@ -1,2 +1,68 @@
|
|
1
|
-
|
2
|
-
|
1
|
+
import React, { PropsWithChildren, ReactNode } from 'react';
|
2
|
+
type ActionIcon = {
|
3
|
+
id?: string;
|
4
|
+
icon?: () => ReactNode;
|
5
|
+
onKeydown?: () => void;
|
6
|
+
onClick?: () => void;
|
7
|
+
iconDescription?: string;
|
8
|
+
href?: string;
|
9
|
+
};
|
10
|
+
type OverflowActions = {
|
11
|
+
id?: string;
|
12
|
+
itemText?: string;
|
13
|
+
onClick?: () => void;
|
14
|
+
onKeydown?: () => void;
|
15
|
+
};
|
16
|
+
type Metadata = {
|
17
|
+
id?: string;
|
18
|
+
icon?: () => ReactNode;
|
19
|
+
iconDescription?: string;
|
20
|
+
onClick?: () => void;
|
21
|
+
href?: string;
|
22
|
+
};
|
23
|
+
interface CardProp extends PropsWithChildren {
|
24
|
+
actionIcons?: readonly ActionIcon[];
|
25
|
+
actionsPlacement?: 'top' | 'bottom';
|
26
|
+
children?: ReactNode;
|
27
|
+
className?: string;
|
28
|
+
clickZone?: 'one' | 'two' | 'three';
|
29
|
+
description?: ReactNode;
|
30
|
+
disabled?: boolean;
|
31
|
+
footerActionIcon?: React.ElementType;
|
32
|
+
getStarted?: boolean;
|
33
|
+
label?: ReactNode;
|
34
|
+
media?: ReactNode;
|
35
|
+
mediaPosition?: 'top' | 'left';
|
36
|
+
metadata?: readonly Metadata[];
|
37
|
+
onClick?: () => void;
|
38
|
+
onKeyDown?: () => void;
|
39
|
+
onPrimaryButtonClick?: () => void;
|
40
|
+
onSecondaryButtonClick?: () => void;
|
41
|
+
overflowActions?: readonly OverflowActions[];
|
42
|
+
overflowAriaLabel?: string;
|
43
|
+
pictogram?: () => ReactNode;
|
44
|
+
primaryButtonDisabled?: boolean;
|
45
|
+
primaryButtonHref?: string;
|
46
|
+
primaryButtonIcon?: React.ElementType;
|
47
|
+
primaryButtonKind?: 'primary' | 'ghost';
|
48
|
+
primaryButtonPlacement?: 'top' | 'bottom';
|
49
|
+
primaryButtonText?: string;
|
50
|
+
productive?: boolean;
|
51
|
+
secondaryButtonDisabled?: boolean;
|
52
|
+
secondaryButtonHref?: string;
|
53
|
+
secondaryButtonIcon?: React.ElementType;
|
54
|
+
secondaryButtonKind?: 'secondary' | 'ghost';
|
55
|
+
secondaryButtonPlacement?: 'top' | 'bottom';
|
56
|
+
secondaryButtonText?: string;
|
57
|
+
sequence?: number;
|
58
|
+
/**
|
59
|
+
* **Experimental?** For all cases a `Slug` component can be provided.
|
60
|
+
* Clickable tiles only accept a boolean value of true and display a hollow slug.
|
61
|
+
*/
|
62
|
+
slug?: ReactNode | boolean;
|
63
|
+
status?: 'complete' | 'incomplete';
|
64
|
+
title?: ReactNode;
|
65
|
+
titleSize?: 'default' | 'large';
|
66
|
+
}
|
67
|
+
export declare const Card: React.ForwardRefExoticComponent<CardProp & React.RefAttributes<HTMLDivElement>>;
|
68
|
+
export {};
|
@@ -29,32 +29,17 @@ var _excluded = ["actionIcons", "actionsPlacement", "metadata", "children", "cla
|
|
29
29
|
_excluded2 = ["id"],
|
30
30
|
_excluded3 = ["id", "icon", "onClick", "iconDescription", "href"];
|
31
31
|
var componentName = 'Card';
|
32
|
-
|
33
|
-
// Default values for props
|
34
|
-
var defaults = {
|
35
|
-
actionIcons: Object.freeze([]),
|
36
|
-
actionsPlacement: 'bottom',
|
37
|
-
clickZone: 'one',
|
38
|
-
mediaPosition: 'top',
|
39
|
-
overflowActions: Object.freeze([]),
|
40
|
-
primaryButtonKind: 'primary',
|
41
|
-
primaryButtonPlacement: 'bottom',
|
42
|
-
productive: false,
|
43
|
-
secondaryButtonKind: 'secondary',
|
44
|
-
secondaryButtonPlacement: 'bottom',
|
45
|
-
titleSize: 'default'
|
46
|
-
};
|
47
32
|
var Card = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
|
48
33
|
var _ref$actionIcons = _ref.actionIcons,
|
49
|
-
actionIcons = _ref$actionIcons === void 0 ?
|
34
|
+
actionIcons = _ref$actionIcons === void 0 ? Object.freeze([]) : _ref$actionIcons,
|
50
35
|
_ref$actionsPlacement = _ref.actionsPlacement,
|
51
|
-
actionsPlacement = _ref$actionsPlacement === void 0 ?
|
36
|
+
actionsPlacement = _ref$actionsPlacement === void 0 ? 'bottom' : _ref$actionsPlacement,
|
52
37
|
_ref$metadata = _ref.metadata,
|
53
|
-
metadata = _ref$metadata === void 0 ?
|
38
|
+
metadata = _ref$metadata === void 0 ? Object.freeze([]) : _ref$metadata,
|
54
39
|
children = _ref.children,
|
55
40
|
className = _ref.className,
|
56
41
|
_ref$clickZone = _ref.clickZone,
|
57
|
-
clickZone = _ref$clickZone === void 0 ?
|
42
|
+
clickZone = _ref$clickZone === void 0 ? 'one' : _ref$clickZone,
|
58
43
|
description = _ref.description,
|
59
44
|
disabled = _ref.disabled,
|
60
45
|
footerActionIcon = _ref.footerActionIcon,
|
@@ -62,12 +47,12 @@ var Card = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
|
|
62
47
|
label = _ref.label,
|
63
48
|
media = _ref.media,
|
64
49
|
_ref$mediaPosition = _ref.mediaPosition,
|
65
|
-
mediaPosition = _ref$mediaPosition === void 0 ?
|
50
|
+
mediaPosition = _ref$mediaPosition === void 0 ? 'top' : _ref$mediaPosition,
|
66
51
|
onClick = _ref.onClick,
|
67
52
|
onKeyDown = _ref.onKeyDown,
|
68
53
|
onPrimaryButtonClick = _ref.onPrimaryButtonClick,
|
69
54
|
_ref$overflowActions = _ref.overflowActions,
|
70
|
-
overflowActions = _ref$overflowActions === void 0 ?
|
55
|
+
overflowActions = _ref$overflowActions === void 0 ? Object.freeze([]) : _ref$overflowActions,
|
71
56
|
overflowAriaLabel = _ref.overflowAriaLabel,
|
72
57
|
onSecondaryButtonClick = _ref.onSecondaryButtonClick,
|
73
58
|
Pictogram = _ref.pictogram,
|
@@ -75,26 +60,26 @@ var Card = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
|
|
75
60
|
primaryButtonHref = _ref.primaryButtonHref,
|
76
61
|
primaryButtonIcon = _ref.primaryButtonIcon,
|
77
62
|
_ref$primaryButtonKin = _ref.primaryButtonKind,
|
78
|
-
primaryButtonKind = _ref$primaryButtonKin === void 0 ?
|
63
|
+
primaryButtonKind = _ref$primaryButtonKin === void 0 ? 'primary' : _ref$primaryButtonKin,
|
79
64
|
_ref$primaryButtonPla = _ref.primaryButtonPlacement,
|
80
|
-
primaryButtonPlacement = _ref$primaryButtonPla === void 0 ?
|
65
|
+
primaryButtonPlacement = _ref$primaryButtonPla === void 0 ? 'bottom' : _ref$primaryButtonPla,
|
81
66
|
primaryButtonText = _ref.primaryButtonText,
|
82
67
|
_ref$productive = _ref.productive,
|
83
|
-
productive = _ref$productive === void 0 ?
|
68
|
+
productive = _ref$productive === void 0 ? false : _ref$productive,
|
84
69
|
secondaryButtonDisabled = _ref.secondaryButtonDisabled,
|
85
70
|
secondaryButtonHref = _ref.secondaryButtonHref,
|
86
71
|
secondaryButtonIcon = _ref.secondaryButtonIcon,
|
87
72
|
_ref$secondaryButtonK = _ref.secondaryButtonKind,
|
88
|
-
secondaryButtonKind = _ref$secondaryButtonK === void 0 ?
|
73
|
+
secondaryButtonKind = _ref$secondaryButtonK === void 0 ? 'secondary' : _ref$secondaryButtonK,
|
89
74
|
_ref$secondaryButtonP = _ref.secondaryButtonPlacement,
|
90
|
-
secondaryButtonPlacement = _ref$secondaryButtonP === void 0 ?
|
75
|
+
secondaryButtonPlacement = _ref$secondaryButtonP === void 0 ? 'bottom' : _ref$secondaryButtonP,
|
91
76
|
secondaryButtonText = _ref.secondaryButtonText,
|
92
77
|
slug = _ref.slug,
|
93
78
|
status = _ref.status,
|
94
79
|
sequence = _ref.sequence,
|
95
80
|
title = _ref.title,
|
96
81
|
_ref$titleSize = _ref.titleSize,
|
97
|
-
titleSize = _ref$titleSize === void 0 ?
|
82
|
+
titleSize = _ref$titleSize === void 0 ? 'default' : _ref$titleSize,
|
98
83
|
rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref, _excluded);
|
99
84
|
var getIcons = function getIcons() {
|
100
85
|
return getStarted ? metadata : actionIcons;
|
@@ -110,7 +95,7 @@ var Card = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
|
|
110
95
|
onClick: onClick,
|
111
96
|
onKeyDown: onKeyDown,
|
112
97
|
role: 'button',
|
113
|
-
tabIndex:
|
98
|
+
tabIndex: 0
|
114
99
|
};
|
115
100
|
|
116
101
|
// actions can either be an overflow menu or series of icons
|
@@ -144,7 +129,7 @@ var Card = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
|
|
144
129
|
return /*#__PURE__*/React__default["default"].createElement("span", {
|
145
130
|
key: id,
|
146
131
|
className: "".concat(blockClass, "__icon")
|
147
|
-
}, /*#__PURE__*/React__default["default"].createElement(Icon, {
|
132
|
+
}, Icon && /*#__PURE__*/React__default["default"].createElement(Icon, {
|
148
133
|
"aria-label": iconDescription
|
149
134
|
}), iconDescription);
|
150
135
|
}
|
@@ -166,7 +151,7 @@ var Card = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
|
|
166
151
|
className: "".concat(blockClass, "__icon"),
|
167
152
|
href: href,
|
168
153
|
onClick: onClick
|
169
|
-
}, /*#__PURE__*/React__default["default"].createElement(Icon, {
|
154
|
+
}, Icon && /*#__PURE__*/React__default["default"].createElement(Icon, {
|
170
155
|
"aria-label": iconDescription
|
171
156
|
}));
|
172
157
|
}
|
@@ -177,7 +162,7 @@ var Card = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
|
|
177
162
|
onClick: onClick,
|
178
163
|
kind: "ghost",
|
179
164
|
size: "sm"
|
180
|
-
}, /*#__PURE__*/React__default["default"].createElement(Icon, {
|
165
|
+
}, Icon && /*#__PURE__*/React__default["default"].createElement(Icon, {
|
181
166
|
"aria-label": iconDescription
|
182
167
|
}));
|
183
168
|
});
|
@@ -274,6 +259,7 @@ var Card = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
|
|
274
259
|
}, media)), hasBottomBar && /*#__PURE__*/React__default["default"].createElement(CardFooter.CardFooter, getFooterProps())));
|
275
260
|
});
|
276
261
|
Card.propTypes = {
|
262
|
+
/**@ts-ignore */
|
277
263
|
actionIcons: index["default"].arrayOf(index["default"].shape({
|
278
264
|
id: index["default"].string,
|
279
265
|
icon: index["default"].oneOfType([index["default"].func, index["default"].object]),
|
@@ -286,13 +272,16 @@ Card.propTypes = {
|
|
286
272
|
children: index["default"].node,
|
287
273
|
className: index["default"].string,
|
288
274
|
clickZone: index["default"].oneOf(['one', 'two', 'three']),
|
289
|
-
|
275
|
+
/**@ts-ignore */
|
276
|
+
description: index["default"].oneOfType([index["default"].string, index["default"].node]),
|
290
277
|
disabled: index["default"].bool,
|
278
|
+
/**@ts-ignore */
|
291
279
|
footerActionIcon: index["default"].oneOfType([index["default"].func, index["default"].object]),
|
292
280
|
getStarted: index["default"].bool,
|
293
|
-
label: index["default"].oneOfType([index["default"].string, index["default"].
|
281
|
+
label: index["default"].oneOfType([index["default"].string, index["default"].node]),
|
294
282
|
media: index["default"].node,
|
295
283
|
mediaPosition: index["default"].oneOf(['top', 'left']),
|
284
|
+
/**@ts-ignore */
|
296
285
|
metadata: index["default"].arrayOf(index["default"].shape({
|
297
286
|
id: index["default"].string,
|
298
287
|
icon: index["default"].oneOfType([index["default"].func, index["default"].object]),
|
@@ -302,6 +291,7 @@ Card.propTypes = {
|
|
302
291
|
onKeyDown: index["default"].func,
|
303
292
|
onPrimaryButtonClick: index["default"].func,
|
304
293
|
onSecondaryButtonClick: index["default"].func,
|
294
|
+
/**@ts-ignore */
|
305
295
|
overflowActions: index["default"].arrayOf(index["default"].shape({
|
306
296
|
id: index["default"].string,
|
307
297
|
itemText: index["default"].string,
|
@@ -309,16 +299,19 @@ Card.propTypes = {
|
|
309
299
|
onKeyDown: index["default"].func
|
310
300
|
})),
|
311
301
|
overflowAriaLabel: index["default"].string,
|
302
|
+
/**@ts-ignore */
|
312
303
|
pictogram: index["default"].oneOfType([index["default"].func, index["default"].object]),
|
313
304
|
primaryButtonDisabled: index["default"].bool,
|
314
305
|
primaryButtonHref: index["default"].string,
|
306
|
+
/**@ts-ignore */
|
315
307
|
primaryButtonIcon: index["default"].oneOfType([index["default"].func, index["default"].object]),
|
316
308
|
primaryButtonKind: index["default"].oneOf(['primary', 'ghost']),
|
317
309
|
primaryButtonPlacement: index["default"].oneOf(['top', 'bottom']),
|
318
|
-
primaryButtonText: index["default"].
|
310
|
+
primaryButtonText: index["default"].string,
|
319
311
|
productive: index["default"].bool,
|
320
312
|
secondaryButtonDisabled: index["default"].bool,
|
321
313
|
secondaryButtonHref: index["default"].string,
|
314
|
+
/**@ts-ignore */
|
322
315
|
secondaryButtonIcon: index["default"].oneOfType([index["default"].func, index["default"].object]),
|
323
316
|
secondaryButtonKind: index["default"].oneOf(['secondary', 'ghost']),
|
324
317
|
secondaryButtonPlacement: index["default"].oneOf(['top', 'bottom']),
|
@@ -330,7 +323,7 @@ Card.propTypes = {
|
|
330
323
|
*/
|
331
324
|
slug: index["default"].oneOfType([index["default"].node, index["default"].bool]),
|
332
325
|
status: index["default"].oneOf(['complete', 'incomplete']),
|
333
|
-
title: index["default"].oneOfType([index["default"].string, index["default"].
|
326
|
+
title: index["default"].oneOfType([index["default"].string, index["default"].node]),
|
334
327
|
titleSize: index["default"].oneOf(['default', 'large'])
|
335
328
|
};
|
336
329
|
Card.displayName = componentName;
|
@@ -1,50 +1,53 @@
|
|
1
|
-
|
2
|
-
actions?: any[] | undefined;
|
3
|
-
disabled: any;
|
4
|
-
footerActionIcon: any;
|
5
|
-
hasActions: any;
|
6
|
-
hasButton: any;
|
7
|
-
onPrimaryButtonClick: any;
|
8
|
-
onSecondaryButtonClick: any;
|
9
|
-
primaryButtonDisabled: any;
|
10
|
-
primaryButtonHref: any;
|
11
|
-
primaryButtonIcon: any;
|
12
|
-
primaryButtonKind?: string | undefined;
|
13
|
-
primaryButtonPlacement: any;
|
14
|
-
primaryButtonText: any;
|
15
|
-
productive?: boolean | undefined;
|
16
|
-
secondaryButtonDisabled: any;
|
17
|
-
secondaryButtonHref: any;
|
18
|
-
secondaryButtonIcon: any;
|
19
|
-
secondaryButtonKind?: string | undefined;
|
20
|
-
secondaryButtonPlacement: any;
|
21
|
-
secondaryButtonText: any;
|
22
|
-
}): import("react/jsx-runtime").JSX.Element;
|
23
|
-
export namespace CardFooter {
|
24
|
-
export namespace propTypes {
|
25
|
-
let actions: PropTypes.Requireable<NonNullable<any[] | PropTypes.ReactNodeLike>>;
|
26
|
-
let disabled: PropTypes.Requireable<boolean>;
|
27
|
-
let footerActionIcon: PropTypes.Requireable<object>;
|
28
|
-
let hasActions: PropTypes.Requireable<boolean>;
|
29
|
-
let hasButton: PropTypes.Requireable<boolean>;
|
30
|
-
let onPrimaryButtonClick: PropTypes.Requireable<(...args: any[]) => any>;
|
31
|
-
let onSecondaryButtonClick: PropTypes.Requireable<(...args: any[]) => any>;
|
32
|
-
let primaryButtonDisabled: PropTypes.Requireable<boolean>;
|
33
|
-
let primaryButtonHref: PropTypes.Requireable<string>;
|
34
|
-
let primaryButtonIcon: PropTypes.Requireable<object>;
|
35
|
-
let primaryButtonKind: PropTypes.Requireable<string>;
|
36
|
-
let primaryButtonPlacement: PropTypes.Requireable<string>;
|
37
|
-
let primaryButtonText: PropTypes.Requireable<string>;
|
38
|
-
let productive: PropTypes.Requireable<boolean>;
|
39
|
-
let secondaryButtonDisabled: PropTypes.Requireable<boolean>;
|
40
|
-
let secondaryButtonHref: PropTypes.Requireable<string>;
|
41
|
-
let secondaryButtonIcon: PropTypes.Requireable<object>;
|
42
|
-
let secondaryButtonKind: PropTypes.Requireable<string>;
|
43
|
-
let secondaryButtonPlacement: PropTypes.Requireable<string>;
|
44
|
-
let secondaryButtonText: PropTypes.Requireable<string>;
|
45
|
-
}
|
46
|
-
export { componentName as displayName };
|
47
|
-
}
|
1
|
+
import React, { ReactNode } from 'react';
|
48
2
|
import PropTypes from 'prop-types';
|
49
|
-
|
3
|
+
interface CardFooterProps {
|
4
|
+
actions?: ReactNode[] | ReactNode;
|
5
|
+
disabled?: boolean;
|
6
|
+
footerActionIcon?: React.ElementType;
|
7
|
+
hasActions?: boolean;
|
8
|
+
hasButton?: boolean;
|
9
|
+
onPrimaryButtonClick?: () => void;
|
10
|
+
onSecondaryButtonClick?: () => void;
|
11
|
+
primaryButtonDisabled?: boolean;
|
12
|
+
primaryButtonHref?: string;
|
13
|
+
primaryButtonIcon?: React.ElementType;
|
14
|
+
primaryButtonKind?: 'primary' | 'ghost';
|
15
|
+
primaryButtonPlacement?: 'top' | 'bottom';
|
16
|
+
primaryButtonText?: string;
|
17
|
+
productive?: boolean;
|
18
|
+
secondaryButtonDisabled?: boolean;
|
19
|
+
secondaryButtonHref?: string;
|
20
|
+
secondaryButtonIcon?: React.ElementType;
|
21
|
+
secondaryButtonKind?: 'secondary' | 'ghost';
|
22
|
+
secondaryButtonPlacement?: 'top' | 'bottom';
|
23
|
+
secondaryButtonText?: string;
|
24
|
+
}
|
25
|
+
export declare const CardFooter: {
|
26
|
+
({ actions, disabled, footerActionIcon: FooterActionIcon, hasActions, hasButton, onPrimaryButtonClick, onSecondaryButtonClick, primaryButtonDisabled, primaryButtonHref, primaryButtonIcon, primaryButtonKind, primaryButtonPlacement, primaryButtonText, productive, secondaryButtonDisabled, secondaryButtonHref, secondaryButtonIcon, secondaryButtonKind, secondaryButtonPlacement, secondaryButtonText, }: CardFooterProps): import("react/jsx-runtime").JSX.Element;
|
27
|
+
/**@ts-ignore */
|
28
|
+
propTypes: {
|
29
|
+
actions: PropTypes.Requireable<NonNullable<any[] | PropTypes.ReactNodeLike>>;
|
30
|
+
disabled: PropTypes.Requireable<boolean>;
|
31
|
+
footerActionIcon: PropTypes.Requireable<object>;
|
32
|
+
hasActions: PropTypes.Requireable<boolean>;
|
33
|
+
hasButton: PropTypes.Requireable<boolean>;
|
34
|
+
onPrimaryButtonClick: PropTypes.Requireable<(...args: any[]) => any>;
|
35
|
+
onSecondaryButtonClick: PropTypes.Requireable<(...args: any[]) => any>;
|
36
|
+
primaryButtonDisabled: PropTypes.Requireable<boolean>;
|
37
|
+
primaryButtonHref: PropTypes.Requireable<string>;
|
38
|
+
primaryButtonIcon: PropTypes.Requireable<object>;
|
39
|
+
primaryButtonKind: PropTypes.Requireable<string>;
|
40
|
+
primaryButtonPlacement: PropTypes.Requireable<string>;
|
41
|
+
primaryButtonText: PropTypes.Requireable<string>;
|
42
|
+
productive: PropTypes.Requireable<boolean>;
|
43
|
+
secondaryButtonDisabled: PropTypes.Requireable<boolean>;
|
44
|
+
secondaryButtonHref: PropTypes.Requireable<string>;
|
45
|
+
secondaryButtonIcon: PropTypes.Requireable<object>;
|
46
|
+
secondaryButtonKind: PropTypes.Requireable<string>;
|
47
|
+
secondaryButtonPlacement: PropTypes.Requireable<string>;
|
48
|
+
secondaryButtonText: PropTypes.Requireable<string>;
|
49
|
+
};
|
50
|
+
/**@ts-ignore */
|
51
|
+
displayName: string;
|
52
|
+
};
|
50
53
|
export {};
|
@@ -43,7 +43,7 @@ var CardFooter = function CardFooter(_ref) {
|
|
43
43
|
primaryButtonHref = _ref.primaryButtonHref,
|
44
44
|
primaryButtonIcon = _ref.primaryButtonIcon,
|
45
45
|
_ref$primaryButtonKin = _ref.primaryButtonKind,
|
46
|
-
primaryButtonKind = _ref$primaryButtonKin === void 0 ?
|
46
|
+
primaryButtonKind = _ref$primaryButtonKin === void 0 ? 'primary' : _ref$primaryButtonKin,
|
47
47
|
primaryButtonPlacement = _ref.primaryButtonPlacement,
|
48
48
|
primaryButtonText = _ref.primaryButtonText,
|
49
49
|
_ref$productive = _ref.productive,
|
@@ -52,7 +52,7 @@ var CardFooter = function CardFooter(_ref) {
|
|
52
52
|
secondaryButtonHref = _ref.secondaryButtonHref,
|
53
53
|
secondaryButtonIcon = _ref.secondaryButtonIcon,
|
54
54
|
_ref$secondaryButtonK = _ref.secondaryButtonKind,
|
55
|
-
secondaryButtonKind = _ref$secondaryButtonK === void 0 ?
|
55
|
+
secondaryButtonKind = _ref$secondaryButtonK === void 0 ? 'secondary' : _ref$secondaryButtonK,
|
56
56
|
secondaryButtonPlacement = _ref.secondaryButtonPlacement,
|
57
57
|
secondaryButtonText = _ref.secondaryButtonText;
|
58
58
|
var blockClass = "".concat(settings.pkg.prefix, "--card");
|
@@ -82,6 +82,7 @@ var CardFooter = function CardFooter(_ref) {
|
|
82
82
|
size: 16
|
83
83
|
})) : /*#__PURE__*/React__default["default"].createElement(FooterActionIcon, null)));
|
84
84
|
};
|
85
|
+
/**@ts-ignore */
|
85
86
|
CardFooter.propTypes = {
|
86
87
|
actions: index["default"].oneOfType([index["default"].array, index["default"].node]),
|
87
88
|
disabled: index["default"].bool,
|
@@ -104,6 +105,7 @@ CardFooter.propTypes = {
|
|
104
105
|
secondaryButtonPlacement: index["default"].oneOf(['top', 'bottom']),
|
105
106
|
secondaryButtonText: index["default"].string
|
106
107
|
};
|
108
|
+
/**@ts-ignore */
|
107
109
|
CardFooter.displayName = componentName;
|
108
110
|
|
109
111
|
exports.CardFooter = CardFooter;
|
@@ -1,51 +1,69 @@
|
|
1
|
-
|
2
|
-
actions: any;
|
3
|
-
noActionIcons: any;
|
4
|
-
onPrimaryButtonClick: any;
|
5
|
-
onSecondaryButtonClick: any;
|
6
|
-
primaryButtonIcon: any;
|
7
|
-
primaryButtonPlacement: any;
|
8
|
-
primaryButtonText: any;
|
9
|
-
primaryButtonDisabled: any;
|
10
|
-
description: any;
|
11
|
-
hasActions?: boolean | undefined;
|
12
|
-
inClickableCard: any;
|
13
|
-
label: any;
|
14
|
-
secondaryButtonDisabled: any;
|
15
|
-
secondaryButtonHref: any;
|
16
|
-
secondaryButtonIcon: any;
|
17
|
-
secondaryButtonPlacement: any;
|
18
|
-
secondaryButtonText: any;
|
19
|
-
slug: any;
|
20
|
-
title: any;
|
21
|
-
titleSize?: string | undefined;
|
22
|
-
}): import("react/jsx-runtime").JSX.Element;
|
23
|
-
export namespace CardHeader {
|
24
|
-
export namespace propTypes {
|
25
|
-
let actions: PropTypes.Requireable<NonNullable<any[] | PropTypes.ReactNodeLike>>;
|
26
|
-
let description: PropTypes.Requireable<NonNullable<object | PropTypes.ReactNodeLike>>;
|
27
|
-
let hasActions: PropTypes.Requireable<boolean>;
|
28
|
-
let inClickableCard: PropTypes.Requireable<boolean>;
|
29
|
-
let label: PropTypes.Requireable<string>;
|
30
|
-
let noActionIcons: PropTypes.Requireable<boolean>;
|
31
|
-
let onPrimaryButtonClick: PropTypes.Requireable<(...args: any[]) => any>;
|
32
|
-
let onSecondaryButtonClick: PropTypes.Requireable<(...args: any[]) => any>;
|
33
|
-
let primaryButtonDisabled: PropTypes.Requireable<boolean>;
|
34
|
-
let primaryButtonIcon: PropTypes.Requireable<object>;
|
35
|
-
let primaryButtonPlacement: PropTypes.Requireable<string>;
|
36
|
-
let primaryButtonText: PropTypes.Requireable<string>;
|
37
|
-
let secondaryButtonDisabled: PropTypes.Requireable<boolean>;
|
38
|
-
let secondaryButtonHref: PropTypes.Requireable<string>;
|
39
|
-
let secondaryButtonIcon: PropTypes.Requireable<object>;
|
40
|
-
let secondaryButtonKind: PropTypes.Requireable<string>;
|
41
|
-
let secondaryButtonPlacement: PropTypes.Requireable<string>;
|
42
|
-
let secondaryButtonText: PropTypes.Requireable<string>;
|
43
|
-
let slug: PropTypes.Requireable<NonNullable<PropTypes.ReactNodeLike>>;
|
44
|
-
let title: PropTypes.Requireable<NonNullable<object | PropTypes.ReactNodeLike>>;
|
45
|
-
let titleSize: PropTypes.Requireable<string>;
|
46
|
-
}
|
47
|
-
export { componentName as displayName };
|
48
|
-
}
|
1
|
+
import React, { ReactNode } from 'react';
|
49
2
|
import PropTypes from 'prop-types';
|
50
|
-
|
3
|
+
interface CardHeaderProps {
|
4
|
+
actions?: ReactNode[] | ReactNode;
|
5
|
+
description?: ReactNode;
|
6
|
+
hasActions?: boolean;
|
7
|
+
/**
|
8
|
+
* is the host card clickable
|
9
|
+
*/
|
10
|
+
inClickableCard?: boolean;
|
11
|
+
label?: ReactNode;
|
12
|
+
noActionIcons?: boolean;
|
13
|
+
onPrimaryButtonClick?: () => void;
|
14
|
+
onSecondaryButtonClick?: () => void;
|
15
|
+
primaryButtonDisabled?: boolean;
|
16
|
+
primaryButtonIcon?: React.ElementType;
|
17
|
+
primaryButtonPlacement?: 'top' | 'bottom';
|
18
|
+
primaryButtonText?: string;
|
19
|
+
secondaryButtonDisabled?: boolean;
|
20
|
+
secondaryButtonHref?: string;
|
21
|
+
secondaryButtonIcon?: React.ElementType;
|
22
|
+
secondaryButtonKind?: 'secondary' | 'ghost';
|
23
|
+
secondaryButtonPlacement?: 'top' | 'bottom';
|
24
|
+
secondaryButtonText?: string;
|
25
|
+
/**
|
26
|
+
* **Experimental:** For all cases a `Slug` component can be provided.
|
27
|
+
* Clickable tiles only accept a boolean value of true and display a hollow slug.
|
28
|
+
*/
|
29
|
+
slug?: ReactNode;
|
30
|
+
title?: ReactNode;
|
31
|
+
titleSize?: 'default' | 'large';
|
32
|
+
}
|
33
|
+
export declare const CardHeader: {
|
34
|
+
({ actions, noActionIcons, onPrimaryButtonClick, onSecondaryButtonClick, primaryButtonIcon, primaryButtonPlacement, primaryButtonText, primaryButtonDisabled, description, hasActions, inClickableCard, label, secondaryButtonDisabled, secondaryButtonHref, secondaryButtonIcon, secondaryButtonPlacement, secondaryButtonText, slug, title, titleSize, }: CardHeaderProps): import("react/jsx-runtime").JSX.Element;
|
35
|
+
/**@ts-ignore */
|
36
|
+
propTypes: {
|
37
|
+
actions: PropTypes.Requireable<NonNullable<any[] | PropTypes.ReactNodeLike>>;
|
38
|
+
description: PropTypes.Requireable<NonNullable<object | PropTypes.ReactNodeLike>>;
|
39
|
+
hasActions: PropTypes.Requireable<boolean>;
|
40
|
+
/**
|
41
|
+
* is the host card clickable
|
42
|
+
*/
|
43
|
+
inClickableCard: PropTypes.Requireable<boolean>;
|
44
|
+
label: PropTypes.Requireable<string>;
|
45
|
+
noActionIcons: PropTypes.Requireable<boolean>;
|
46
|
+
onPrimaryButtonClick: PropTypes.Requireable<(...args: any[]) => any>;
|
47
|
+
onSecondaryButtonClick: PropTypes.Requireable<(...args: any[]) => any>;
|
48
|
+
primaryButtonDisabled: PropTypes.Requireable<boolean>;
|
49
|
+
primaryButtonIcon: PropTypes.Requireable<object>;
|
50
|
+
primaryButtonPlacement: PropTypes.Requireable<string>;
|
51
|
+
primaryButtonText: PropTypes.Requireable<string>;
|
52
|
+
secondaryButtonDisabled: PropTypes.Requireable<boolean>;
|
53
|
+
secondaryButtonHref: PropTypes.Requireable<string>;
|
54
|
+
secondaryButtonIcon: PropTypes.Requireable<object>;
|
55
|
+
secondaryButtonKind: PropTypes.Requireable<string>;
|
56
|
+
secondaryButtonPlacement: PropTypes.Requireable<string>;
|
57
|
+
secondaryButtonText: PropTypes.Requireable<string>;
|
58
|
+
/**
|
59
|
+
* **Experimental:** For all cases a `Slug` component can be provided.
|
60
|
+
* Clickable tiles only accept a boolean value of true and display a hollow slug.
|
61
|
+
*/
|
62
|
+
slug: PropTypes.Requireable<NonNullable<PropTypes.ReactNodeLike>>;
|
63
|
+
title: PropTypes.Requireable<NonNullable<object | PropTypes.ReactNodeLike>>;
|
64
|
+
titleSize: PropTypes.Requireable<string>;
|
65
|
+
};
|
66
|
+
/**@ts-ignore */
|
67
|
+
displayName: string;
|
68
|
+
};
|
51
69
|
export {};
|
@@ -49,7 +49,7 @@ var CardHeader = function CardHeader(_ref) {
|
|
49
49
|
slug = _ref.slug,
|
50
50
|
title = _ref.title,
|
51
51
|
_ref$titleSize = _ref.titleSize,
|
52
|
-
titleSize = _ref$titleSize === void 0 ?
|
52
|
+
titleSize = _ref$titleSize === void 0 ? 'default' : _ref$titleSize;
|
53
53
|
var carbonPrefix = react.usePrefix();
|
54
54
|
var blockClass = "".concat(settings.pkg.prefix, "--card");
|
55
55
|
var headerClass = "".concat(blockClass, "__header");
|
@@ -72,7 +72,7 @@ var CardHeader = function CardHeader(_ref) {
|
|
72
72
|
d: "M13.2436 16H11.5996L10.9276 13.864H7.95164L7.29164 16H5.68364L8.49164 7.624H10.4596L13.2436 16ZM10.5436 12.508L9.46364 9.064H9.40364L8.33564 12.508H10.5436ZM17.9341 16H14.1301V14.728H15.2341V8.896H14.1301V7.624H17.9341V8.896H16.8181V14.728H17.9341V16Z",
|
73
73
|
fill: "#161616"
|
74
74
|
})));
|
75
|
-
var normalizedSlug;
|
75
|
+
var normalizedSlug = null;
|
76
76
|
if (slug) {
|
77
77
|
if (inClickableCard || typeof slug === 'boolean') {
|
78
78
|
normalizedSlug = hollowSlugIcon;
|
@@ -113,6 +113,7 @@ var CardHeader = function CardHeader(_ref) {
|
|
113
113
|
disabled: primaryButtonDisabled
|
114
114
|
}, primaryButtonText)), normalizedSlug));
|
115
115
|
};
|
116
|
+
/**@ts-ignore */
|
116
117
|
CardHeader.propTypes = {
|
117
118
|
actions: index["default"].oneOfType([index["default"].array, index["default"].node]),
|
118
119
|
description: index["default"].oneOfType([index["default"].string, index["default"].object, index["default"].node]),
|
@@ -143,6 +144,7 @@ CardHeader.propTypes = {
|
|
143
144
|
title: index["default"].oneOfType([index["default"].string, index["default"].object, index["default"].node]),
|
144
145
|
titleSize: index["default"].oneOf(['default', 'large'])
|
145
146
|
};
|
147
|
+
/**@ts-ignore */
|
146
148
|
CardHeader.displayName = componentName;
|
147
149
|
|
148
150
|
exports.CardHeader = CardHeader;
|