@onewelcome/react-lib-components 6.0.0 → 6.1.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/dist/cjs/Button/Button.module.cjs.js +1 -1
- package/dist/cjs/Button/IconButton.module.cjs.js +1 -1
- package/dist/cjs/ContextMenu/ContextMenu.cjs.js +1 -1
- package/dist/cjs/ContextMenu/ContextMenu.cjs.js.map +1 -1
- package/dist/cjs/ContextMenu/ContextMenuItem.module.cjs.js +1 -1
- package/dist/cjs/ContextMenu/ContextMenuService.cjs.js +1 -1
- package/dist/cjs/ContextMenu/ContextMenuService.cjs.js.map +1 -1
- package/dist/cjs/DataGrid/DataGridActions/DataGridColumnsToggle.module.cjs.js +1 -1
- package/dist/cjs/Form/Input/Input.module.cjs.js +1 -1
- package/dist/cjs/Form/Select/Option.cjs.js +1 -1
- package/dist/cjs/Form/Select/Option.cjs.js.map +1 -1
- package/dist/cjs/Form/Select/Select.cjs.js +1 -1
- package/dist/cjs/Form/Select/Select.cjs.js.map +1 -1
- package/dist/cjs/Form/Select/Select.module.cjs.js +1 -1
- package/dist/cjs/Form/Select/SelectService.cjs.js +1 -1
- package/dist/cjs/Form/Select/SelectService.cjs.js.map +1 -1
- package/dist/cjs/Form/Textarea/Textarea.module.cjs.js +1 -1
- package/dist/cjs/Link/Link.module.cjs.js +1 -1
- package/dist/cjs/Notifications/BaseModal/BaseModal.module.cjs.js +1 -1
- package/dist/cjs/Notifications/SlideInModal/SlideInModal.module.cjs.js +1 -1
- package/dist/cjs/Notifications/Snackbar/SnackbarItem/SnackbarItem.module.cjs.js +1 -1
- package/dist/cjs/Popover/Popover.cjs.js +1 -1
- package/dist/cjs/Popover/Popover.cjs.js.map +1 -1
- package/dist/cjs/Popover/Popover.module.cjs.js +1 -1
- package/dist/cjs/Stepper/Step.cjs.js +1 -1
- package/dist/cjs/Stepper/Step.cjs.js.map +1 -1
- package/dist/cjs/Stepper/Step.module.cjs.js +1 -1
- package/dist/cjs/Stepper/Stepper.cjs.js +1 -1
- package/dist/cjs/Stepper/Stepper.cjs.js.map +1 -1
- package/dist/cjs/Tabs/TabButton.module.cjs.js +1 -1
- package/dist/cjs/TextEllipsis/TextEllipsis.module.cjs.js +1 -1
- package/dist/cjs/Tiles/Tile.module.cjs.js +1 -1
- package/dist/cjs/Tooltip/Tooltip.module.cjs.js +1 -1
- package/dist/cjs/Wizard/BaseWizardSteps/BaseWizardSteps.module.cjs.js +1 -1
- package/dist/cjs/src/.scope.d.ts +2 -0
- package/dist/cjs/src/components/ContextMenu/ContextMenu.d.ts +1 -1
- package/dist/cjs/src/components/ContextMenu/ContextMenuService.d.ts +4 -1
- package/dist/cjs/src/components/Form/Select/Option.d.ts +1 -0
- package/dist/cjs/src/components/Form/Select/Select.d.ts +20 -0
- package/dist/cjs/src/components/Form/Select/Select.interfaces.d.ts +3 -1
- package/dist/cjs/src/components/Form/Select/Select.test.d.ts +63 -1
- package/dist/cjs/src/components/Form/Select/SelectKeyboardNavigation.test.d.ts +1 -0
- package/dist/cjs/src/components/Form/Select/SelectService.d.ts +3 -2
- package/dist/cjs/src/components/Stepper/Stepper.d.ts +0 -1
- package/dist/cjs/src/hooks/usePosition.cjs.js.map +1 -1
- package/dist/cjs/src/hooks/usePosition.d.ts +1 -1
- package/dist/esm/Button/Button.module.esm.js +1 -1
- package/dist/esm/Button/IconButton.module.esm.js +1 -1
- package/dist/esm/ContextMenu/ContextMenu.esm.js +1 -1
- package/dist/esm/ContextMenu/ContextMenu.esm.js.map +1 -1
- package/dist/esm/ContextMenu/ContextMenuItem.module.esm.js +1 -1
- package/dist/esm/ContextMenu/ContextMenuService.esm.js +1 -1
- package/dist/esm/ContextMenu/ContextMenuService.esm.js.map +1 -1
- package/dist/esm/DataGrid/DataGridActions/DataGridColumnsToggle.module.esm.js +1 -1
- package/dist/esm/Form/Input/Input.module.esm.js +1 -1
- package/dist/esm/Form/Select/Option.esm.js +1 -1
- package/dist/esm/Form/Select/Option.esm.js.map +1 -1
- package/dist/esm/Form/Select/Select.esm.js +1 -1
- package/dist/esm/Form/Select/Select.esm.js.map +1 -1
- package/dist/esm/Form/Select/Select.module.esm.js +1 -1
- package/dist/esm/Form/Select/SelectService.esm.js +1 -1
- package/dist/esm/Form/Select/SelectService.esm.js.map +1 -1
- package/dist/esm/Form/Textarea/Textarea.module.esm.js +1 -1
- package/dist/esm/Link/Link.module.esm.js +1 -1
- package/dist/esm/Notifications/BaseModal/BaseModal.module.esm.js +1 -1
- package/dist/esm/Notifications/SlideInModal/SlideInModal.module.esm.js +1 -1
- package/dist/esm/Notifications/Snackbar/SnackbarItem/SnackbarItem.module.esm.js +1 -1
- package/dist/esm/Popover/Popover.esm.js +1 -1
- package/dist/esm/Popover/Popover.esm.js.map +1 -1
- package/dist/esm/Popover/Popover.module.esm.js +1 -1
- package/dist/esm/Stepper/Step.esm.js +1 -1
- package/dist/esm/Stepper/Step.esm.js.map +1 -1
- package/dist/esm/Stepper/Step.module.esm.js +1 -1
- package/dist/esm/Stepper/Stepper.esm.js +1 -1
- package/dist/esm/Stepper/Stepper.esm.js.map +1 -1
- package/dist/esm/Tabs/TabButton.module.esm.js +1 -1
- package/dist/esm/TextEllipsis/TextEllipsis.module.esm.js +1 -1
- package/dist/esm/Tiles/Tile.module.esm.js +1 -1
- package/dist/esm/Tooltip/Tooltip.module.esm.js +1 -1
- package/dist/esm/Wizard/BaseWizardSteps/BaseWizardSteps.module.esm.js +1 -1
- package/dist/esm/src/.scope.d.ts +2 -0
- package/dist/esm/src/components/ContextMenu/ContextMenu.d.ts +1 -1
- package/dist/esm/src/components/ContextMenu/ContextMenuService.d.ts +4 -1
- package/dist/esm/src/components/Form/Select/Option.d.ts +1 -0
- package/dist/esm/src/components/Form/Select/Select.d.ts +20 -0
- package/dist/esm/src/components/Form/Select/Select.interfaces.d.ts +3 -1
- package/dist/esm/src/components/Form/Select/Select.test.d.ts +63 -1
- package/dist/esm/src/components/Form/Select/SelectKeyboardNavigation.test.d.ts +1 -0
- package/dist/esm/src/components/Form/Select/SelectService.d.ts +3 -2
- package/dist/esm/src/components/Stepper/Stepper.d.ts +0 -1
- package/dist/esm/src/hooks/usePosition.d.ts +1 -1
- package/dist/esm/src/hooks/usePosition.esm.js.map +1 -1
- package/package.json +48 -45
- package/src/{hooks/useWrapper.test.ts → .scope.ts} +1 -12
- package/src/components/ContextMenu/ContextMenu.tsx +13 -23
- package/src/components/ContextMenu/ContextMenuService.ts +47 -1
- package/src/components/Form/Select/Option.tsx +3 -1
- package/src/components/Form/Select/Select.interfaces.ts +3 -1
- package/src/components/Form/Select/Select.module.scss +55 -34
- package/src/components/Form/Select/Select.tsx +74 -23
- package/src/components/Form/Select/SelectService.ts +26 -10
- package/src/components/Link/Link.module.scss +16 -0
- package/src/components/Popover/Popover.tsx +19 -2
- package/src/components/Stepper/Step.tsx +2 -1
- package/src/components/Stepper/Stepper.tsx +0 -2
- package/src/components/Tooltip/Tooltip.module.scss +1 -0
- package/src/hooks/usePosition.ts +1 -1
- package/src/interfaces.ts +2 -2
- package/src/mixins.module.scss +2 -4
- package/src/components/Breadcrumbs/Breadcrumbs.test.tsx +0 -64
- package/src/components/Button/BaseButton.test.tsx +0 -133
- package/src/components/Button/Button.test.tsx +0 -150
- package/src/components/Button/IconButton.test.tsx +0 -106
- package/src/components/ContextMenu/ContextMenu.test.tsx +0 -358
- package/src/components/DataGrid/DataGrid.test.tsx +0 -437
- package/src/components/DataGrid/DataGridActions/DataGridActions.test.tsx +0 -204
- package/src/components/DataGrid/DataGridActions/DataGridColumnsToggle.test.tsx +0 -99
- package/src/components/DataGrid/DataGridBody/DataGridBody.test.tsx +0 -140
- package/src/components/DataGrid/DataGridBody/DataGridCell.test.tsx +0 -90
- package/src/components/DataGrid/DataGridBody/DataGridRow.test.tsx +0 -117
- package/src/components/DataGrid/DataGridHeader/DataGridHeader.test.tsx +0 -276
- package/src/components/DataGrid/DataGridHeader/DataGridHeaderCell.test.tsx +0 -144
- package/src/components/Form/Checkbox/Checkbox.test.tsx +0 -308
- package/src/components/Form/Fieldset/Fieldset.test.tsx +0 -127
- package/src/components/Form/FileUpload/FileItem/FileItem.test.tsx +0 -103
- package/src/components/Form/FileUpload/FileUpload.test.tsx +0 -374
- package/src/components/Form/Form.test.tsx +0 -63
- package/src/components/Form/FormControl/FormControl.test.tsx +0 -98
- package/src/components/Form/FormGroup/FormGroup.test.tsx +0 -127
- package/src/components/Form/FormHelperText/FormHelperText.test.tsx +0 -84
- package/src/components/Form/FormSelectorWrapper/FormSelectorWrapper.test.tsx +0 -94
- package/src/components/Form/Input/Input.test.tsx +0 -267
- package/src/components/Form/Label/Label.test.tsx +0 -68
- package/src/components/Form/Radio/Radio.test.tsx +0 -130
- package/src/components/Form/Select/Option.test.tsx +0 -57
- package/src/components/Form/Select/Select.test.tsx +0 -564
- package/src/components/Form/Textarea/Textarea.test.tsx +0 -124
- package/src/components/Form/Toggle/Toggle.test.tsx +0 -200
- package/src/components/Form/Wrapper/CheckboxWrapper/CheckboxWrapper.test.tsx +0 -141
- package/src/components/Form/Wrapper/InputWrapper/InputWrapper.test.tsx +0 -211
- package/src/components/Form/Wrapper/RadioWrapper/RadioWrapper.test.tsx +0 -117
- package/src/components/Form/Wrapper/SelectWrapper/SelectWrapper.test.tsx +0 -186
- package/src/components/Form/Wrapper/TextareaWrapper/TextareaWrapper.test.tsx +0 -173
- package/src/components/Form/Wrapper/Wrapper/Wrapper.test.tsx +0 -59
- package/src/components/Icon/Icon.test.tsx +0 -83
- package/src/components/Link/Link.test.tsx +0 -203
- package/src/components/Notifications/Banner/Banner.test.tsx +0 -84
- package/src/components/Notifications/BaseModal/BaseModal.test.tsx +0 -194
- package/src/components/Notifications/BaseModal/BaseModalActions/BaseModalActions.test.tsx +0 -74
- package/src/components/Notifications/BaseModal/BaseModalContent/BaseModalContent.test.tsx +0 -71
- package/src/components/Notifications/BaseModal/BaseModalHeader/BaseModalHeader.test.tsx +0 -74
- package/src/components/Notifications/Dialog/Dialog.test.tsx +0 -118
- package/src/components/Notifications/Dialog/DialogActions/DialogActions.test.tsx +0 -61
- package/src/components/Notifications/Dialog/DialogTitle/DialogTitle.test.tsx +0 -87
- package/src/components/Notifications/DiscardChangesModal/DiscardChangesDialog/DiscardChangesDialog.test.tsx +0 -111
- package/src/components/Notifications/DiscardChangesModal/DiscardChangesModal.test.tsx +0 -175
- package/src/components/Notifications/Modal/Modal.test.tsx +0 -18
- package/src/components/Notifications/NotificationProvider/NotificationContext.test.tsx +0 -449
- package/src/components/Notifications/SlideInModal/SlideInModal.test.tsx +0 -90
- package/src/components/Notifications/Snackbar/SnackbarContainer/SnackbarContainer.test.tsx +0 -53
- package/src/components/Notifications/Snackbar/SnackbarItem/SnackbarItem.test.tsx +0 -77
- package/src/components/Notifications/Snackbar/SnackbarProvider/SnackbarProvider.test.tsx +0 -219
- package/src/components/Notifications/Snackbar/useSnackbar.test.tsx +0 -136
- package/src/components/Pagination/Pagination.test.tsx +0 -183
- package/src/components/Popover/Popover.test.tsx +0 -103
- package/src/components/ProgressBar/ProgressBar.test.tsx +0 -91
- package/src/components/Skeleton/Skeleton.test.tsx +0 -112
- package/src/components/StatusIndicator/StatusIndicator.test.tsx +0 -143
- package/src/components/Stepper/Stepper.test.tsx +0 -83
- package/src/components/Tabs/Tab.test.tsx +0 -49
- package/src/components/Tabs/TabButton.test.tsx +0 -65
- package/src/components/Tabs/Tabs.test.tsx +0 -291
- package/src/components/Tag/Tag.test.tsx +0 -89
- package/src/components/TextEllipsis/TextEllipsis.test.tsx +0 -96
- package/src/components/Tiles/Tile.test.tsx +0 -183
- package/src/components/Tiles/Tiles.test.tsx +0 -162
- package/src/components/Tooltip/Tooltip.test.tsx +0 -390
- package/src/components/Typography/Typography.test.tsx +0 -177
- package/src/components/Wizard/BaseWizardSteps/BaseWizardSteps.test.tsx +0 -90
- package/src/components/Wizard/Wizard.test.tsx +0 -218
- package/src/components/Wizard/WizardActions/WizardActions.test.tsx +0 -187
- package/src/components/Wizard/WizardSteps/WizardSteps.test.tsx +0 -125
- package/src/components/_BaseStyling_/BaseStyling.test.tsx +0 -55
- package/src/hooks/useAnimation.test.tsx +0 -65
- package/src/hooks/useBodyClick.test.tsx +0 -55
- package/src/hooks/useDebouncedCallback.test.ts +0 -150
- package/src/hooks/useDetermineStatusIcon.test.ts +0 -28
- package/src/hooks/useFormSelector.test.ts +0 -56
- package/src/hooks/usePosition.test.tsx +0 -510
- package/src/hooks/useRepeater.test.tsx +0 -156
- package/src/hooks/useScroll.test.tsx +0 -36
- package/src/hooks/useSpacing.test.ts +0 -86
- package/src/hooks/useUploadFile.test.ts +0 -211
- package/src/util/helper.test.tsx +0 -403
|
@@ -1,162 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Copyright 2022 OneWelcome B.V.
|
|
3
|
-
*
|
|
4
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
-
* you may not use this file except in compliance with the License.
|
|
6
|
-
* You may obtain a copy of the License at
|
|
7
|
-
*
|
|
8
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
-
*
|
|
10
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
11
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
-
* See the License for the specific language governing permissions and
|
|
14
|
-
* limitations under the License.
|
|
15
|
-
*/
|
|
16
|
-
|
|
17
|
-
import React, { useEffect, useRef } from "react";
|
|
18
|
-
import { Tiles, Props } from "./Tiles";
|
|
19
|
-
import { Tile } from "./Tile";
|
|
20
|
-
import { render } from "@testing-library/react";
|
|
21
|
-
import { Icon, Icons } from "../Icon/Icon";
|
|
22
|
-
import { ContextMenu } from "../ContextMenu/ContextMenu";
|
|
23
|
-
import { ContextMenuItem } from "../ContextMenu/ContextMenuItem";
|
|
24
|
-
import { IconButton } from "../Button/IconButton";
|
|
25
|
-
|
|
26
|
-
const onShow = jest.fn();
|
|
27
|
-
const onClose = jest.fn();
|
|
28
|
-
const contextMenuItemOnClick = jest.fn();
|
|
29
|
-
|
|
30
|
-
const contextMenu = (
|
|
31
|
-
<ContextMenu
|
|
32
|
-
id="context_menu"
|
|
33
|
-
onShow={onShow}
|
|
34
|
-
onClose={onClose}
|
|
35
|
-
trigger={
|
|
36
|
-
<IconButton title="context menu">
|
|
37
|
-
<Icon icon={Icons.EllipsisAlt} />
|
|
38
|
-
</IconButton>
|
|
39
|
-
}
|
|
40
|
-
>
|
|
41
|
-
<ContextMenuItem data-testid="item1" onClick={contextMenuItemOnClick}>
|
|
42
|
-
Item 1
|
|
43
|
-
</ContextMenuItem>
|
|
44
|
-
<ContextMenuItem data-testid="item2" onClick={contextMenuItemOnClick}>
|
|
45
|
-
Item 2
|
|
46
|
-
</ContextMenuItem>
|
|
47
|
-
<ContextMenuItem data-testid="item3" onClick={contextMenuItemOnClick}>
|
|
48
|
-
Item 3
|
|
49
|
-
</ContextMenuItem>
|
|
50
|
-
</ContextMenu>
|
|
51
|
-
);
|
|
52
|
-
|
|
53
|
-
const addToFavoriteButton = (
|
|
54
|
-
<IconButton title="Add to favorite">
|
|
55
|
-
<Icon icon={Icons.Star} />
|
|
56
|
-
</IconButton>
|
|
57
|
-
);
|
|
58
|
-
|
|
59
|
-
const defaultParams: Props = {
|
|
60
|
-
children: [
|
|
61
|
-
<Tile
|
|
62
|
-
data-testid="tile"
|
|
63
|
-
key="tile1"
|
|
64
|
-
title="Tile1"
|
|
65
|
-
imageProps={{
|
|
66
|
-
src: "https://www.onegini.com/hubfs/OneWelcome_Beeldmerk.svg"
|
|
67
|
-
}}
|
|
68
|
-
enabled={true}
|
|
69
|
-
tileAction={contextMenu}
|
|
70
|
-
/>,
|
|
71
|
-
<Tile
|
|
72
|
-
data-testid="tile"
|
|
73
|
-
key="tile2"
|
|
74
|
-
title="Tile2"
|
|
75
|
-
imageProps={{
|
|
76
|
-
src: "https://www.onegini.com/hubfs/OneWelcome_Beeldmerk.svg"
|
|
77
|
-
}}
|
|
78
|
-
enabled={false}
|
|
79
|
-
tileAction={addToFavoriteButton}
|
|
80
|
-
/>,
|
|
81
|
-
<Tile
|
|
82
|
-
data-testid="tile"
|
|
83
|
-
key="tile3"
|
|
84
|
-
title="Tile3"
|
|
85
|
-
imageProps={{
|
|
86
|
-
src: "https://www.onegini.com/hubfs/OneWelcome_Beeldmerk.svg"
|
|
87
|
-
}}
|
|
88
|
-
tileAction={contextMenu}
|
|
89
|
-
/>
|
|
90
|
-
],
|
|
91
|
-
className: "example-classname"
|
|
92
|
-
};
|
|
93
|
-
|
|
94
|
-
const createTiles = (params?: (defaultParams: Props) => Props) => {
|
|
95
|
-
let parameters: Props = defaultParams;
|
|
96
|
-
if (params) {
|
|
97
|
-
parameters = params(defaultParams);
|
|
98
|
-
}
|
|
99
|
-
const queries = render(<Tiles {...parameters} data-testid="tiles" />);
|
|
100
|
-
const tiles = queries.getByTestId("tiles");
|
|
101
|
-
|
|
102
|
-
let individualTiles;
|
|
103
|
-
|
|
104
|
-
if (!parameters.loading) {
|
|
105
|
-
individualTiles = queries.getAllByTestId("tile");
|
|
106
|
-
}
|
|
107
|
-
|
|
108
|
-
return {
|
|
109
|
-
...queries,
|
|
110
|
-
tiles,
|
|
111
|
-
individualTiles
|
|
112
|
-
};
|
|
113
|
-
};
|
|
114
|
-
|
|
115
|
-
describe("Tiles should render", () => {
|
|
116
|
-
it("renders without crashing", () => {
|
|
117
|
-
const { tiles, individualTiles } = createTiles();
|
|
118
|
-
|
|
119
|
-
individualTiles?.forEach((tile, index) => {
|
|
120
|
-
expect(tile.querySelector(".title")).toHaveTextContent("Tile" + (index + 1).toFixed(0));
|
|
121
|
-
expect(tile.querySelector("img")).toBeTruthy();
|
|
122
|
-
});
|
|
123
|
-
|
|
124
|
-
expect(tiles).toHaveClass("example-classname");
|
|
125
|
-
expect(tiles).toBeDefined();
|
|
126
|
-
});
|
|
127
|
-
});
|
|
128
|
-
|
|
129
|
-
describe("loading state should be handled properly", () => {
|
|
130
|
-
it("is loading", () => {
|
|
131
|
-
const { tiles } = createTiles(defaultParams => ({ ...defaultParams, loading: true }));
|
|
132
|
-
|
|
133
|
-
expect(tiles).toHaveAttribute("aria-busy", "true");
|
|
134
|
-
expect(tiles.querySelectorAll(".tile.loading").length).toBe(3);
|
|
135
|
-
});
|
|
136
|
-
});
|
|
137
|
-
|
|
138
|
-
describe("ref should work", () => {
|
|
139
|
-
it("should give back the proper data prop, this also checks if the component propagates ...rest properly", () => {
|
|
140
|
-
const ExampleComponent = ({
|
|
141
|
-
propagateRef
|
|
142
|
-
}: {
|
|
143
|
-
propagateRef?: (ref: React.RefObject<HTMLElement>) => void;
|
|
144
|
-
}) => {
|
|
145
|
-
const ref = useRef(null);
|
|
146
|
-
|
|
147
|
-
useEffect(() => {
|
|
148
|
-
if (ref.current) {
|
|
149
|
-
propagateRef && propagateRef(ref);
|
|
150
|
-
}
|
|
151
|
-
}, [ref]);
|
|
152
|
-
|
|
153
|
-
return <Tiles {...defaultParams} data-ref="testing" ref={ref} />;
|
|
154
|
-
};
|
|
155
|
-
|
|
156
|
-
const refCheck = (ref: React.RefObject<HTMLElement>) => {
|
|
157
|
-
expect(ref.current).toHaveAttribute("data-ref", "testing");
|
|
158
|
-
};
|
|
159
|
-
|
|
160
|
-
render(<ExampleComponent propagateRef={refCheck} />);
|
|
161
|
-
});
|
|
162
|
-
});
|
|
@@ -1,390 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Copyright 2022 OneWelcome B.V.
|
|
3
|
-
*
|
|
4
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
-
* you may not use this file except in compliance with the License.
|
|
6
|
-
* You may obtain a copy of the License at
|
|
7
|
-
*
|
|
8
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
-
*
|
|
10
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
11
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
-
* See the License for the specific language governing permissions and
|
|
14
|
-
* limitations under the License.
|
|
15
|
-
*/
|
|
16
|
-
|
|
17
|
-
import React from "react";
|
|
18
|
-
import { Tooltip, Props } from "./Tooltip";
|
|
19
|
-
import { render, waitFor } from "@testing-library/react";
|
|
20
|
-
import userEvent from "@testing-library/user-event";
|
|
21
|
-
|
|
22
|
-
const defaultParams: Props = {
|
|
23
|
-
children: "This is a test message",
|
|
24
|
-
label: "Label",
|
|
25
|
-
title: "Title",
|
|
26
|
-
position: "start",
|
|
27
|
-
location: "left"
|
|
28
|
-
};
|
|
29
|
-
|
|
30
|
-
const createTooltip = async (params?: (defaultParams: Props) => Props) => {
|
|
31
|
-
let parameters: Props = defaultParams;
|
|
32
|
-
if (params) {
|
|
33
|
-
parameters = params(defaultParams);
|
|
34
|
-
}
|
|
35
|
-
|
|
36
|
-
const queries = render(<Tooltip {...parameters} data-testid="tooltip" />);
|
|
37
|
-
const tooltip = queries.getByTestId("tooltip");
|
|
38
|
-
const icon = tooltip.querySelector(".icon")!;
|
|
39
|
-
const tooltipHoverDiv = document.querySelector(".tooltip");
|
|
40
|
-
|
|
41
|
-
if (tooltip) {
|
|
42
|
-
icon.getBoundingClientRect = () => ({
|
|
43
|
-
x: 500,
|
|
44
|
-
y: 500,
|
|
45
|
-
width: 10,
|
|
46
|
-
height: 10,
|
|
47
|
-
top: 500,
|
|
48
|
-
left: 500,
|
|
49
|
-
right: 510,
|
|
50
|
-
bottom: 510,
|
|
51
|
-
toJSON: () => jest.fn()
|
|
52
|
-
});
|
|
53
|
-
}
|
|
54
|
-
|
|
55
|
-
Object.defineProperty(tooltipHoverDiv, "offsetHeight", { configurable: true, value: 50 });
|
|
56
|
-
Object.defineProperty(tooltipHoverDiv, "offsetWidth", { configurable: true, value: 200 });
|
|
57
|
-
|
|
58
|
-
const hoverIcon = async () => {
|
|
59
|
-
await userEvent.hover(icon);
|
|
60
|
-
};
|
|
61
|
-
|
|
62
|
-
return {
|
|
63
|
-
...queries,
|
|
64
|
-
tooltip,
|
|
65
|
-
tooltipHoverDiv,
|
|
66
|
-
hoverIcon
|
|
67
|
-
};
|
|
68
|
-
};
|
|
69
|
-
|
|
70
|
-
describe("Tooltip", () => {
|
|
71
|
-
describe("Rendering", () => {
|
|
72
|
-
beforeEach(() => {
|
|
73
|
-
Object.defineProperty(window, "innerHeight", {
|
|
74
|
-
configurable: true,
|
|
75
|
-
value: 1000
|
|
76
|
-
});
|
|
77
|
-
Object.defineProperty(window, "innerWidth", {
|
|
78
|
-
configurable: true,
|
|
79
|
-
value: 1000
|
|
80
|
-
});
|
|
81
|
-
});
|
|
82
|
-
|
|
83
|
-
it("should render the tooltip with the default parameters", async () => {
|
|
84
|
-
const { tooltip, tooltipHoverDiv, hoverIcon } = await createTooltip(defaultParams => ({
|
|
85
|
-
...defaultParams,
|
|
86
|
-
location: undefined,
|
|
87
|
-
position: undefined
|
|
88
|
-
}));
|
|
89
|
-
|
|
90
|
-
await hoverIcon();
|
|
91
|
-
|
|
92
|
-
expect(tooltip).toBeInTheDocument();
|
|
93
|
-
await waitFor(() =>
|
|
94
|
-
expect(tooltipHoverDiv).toHaveStyle({
|
|
95
|
-
left: "522px",
|
|
96
|
-
top: "480px"
|
|
97
|
-
})
|
|
98
|
-
);
|
|
99
|
-
});
|
|
100
|
-
|
|
101
|
-
it("should render the tooltip with a custom location to the right and position end", async () => {
|
|
102
|
-
const { tooltip, tooltipHoverDiv, hoverIcon } = await createTooltip(p => ({
|
|
103
|
-
...p,
|
|
104
|
-
location: "right",
|
|
105
|
-
position: "end"
|
|
106
|
-
}));
|
|
107
|
-
|
|
108
|
-
await hoverIcon();
|
|
109
|
-
|
|
110
|
-
expect(tooltip).toBeInTheDocument();
|
|
111
|
-
await waitFor(() =>
|
|
112
|
-
expect(tooltipHoverDiv).toHaveStyle({
|
|
113
|
-
top: "488px",
|
|
114
|
-
left: "522px"
|
|
115
|
-
})
|
|
116
|
-
);
|
|
117
|
-
});
|
|
118
|
-
|
|
119
|
-
it("should render the tooltip with a custom location to the right and position start", async () => {
|
|
120
|
-
const { tooltip, tooltipHoverDiv, hoverIcon } = await createTooltip(p => ({
|
|
121
|
-
...p,
|
|
122
|
-
location: "right",
|
|
123
|
-
position: "start"
|
|
124
|
-
}));
|
|
125
|
-
|
|
126
|
-
await hoverIcon();
|
|
127
|
-
|
|
128
|
-
expect(tooltip).toBeInTheDocument();
|
|
129
|
-
await waitFor(() =>
|
|
130
|
-
expect(tooltipHoverDiv).toHaveStyle({
|
|
131
|
-
left: "522px",
|
|
132
|
-
bottom: "478px"
|
|
133
|
-
})
|
|
134
|
-
);
|
|
135
|
-
});
|
|
136
|
-
|
|
137
|
-
it("should render the tooltip with a custom location to the right and position center", async () => {
|
|
138
|
-
const { tooltip, tooltipHoverDiv, hoverIcon } = await createTooltip(p => ({
|
|
139
|
-
...p,
|
|
140
|
-
location: "right",
|
|
141
|
-
position: "center"
|
|
142
|
-
}));
|
|
143
|
-
|
|
144
|
-
await hoverIcon();
|
|
145
|
-
|
|
146
|
-
expect(tooltip).toBeInTheDocument();
|
|
147
|
-
await waitFor(() =>
|
|
148
|
-
expect(tooltipHoverDiv).toHaveStyle({
|
|
149
|
-
left: "522px",
|
|
150
|
-
top: "480px"
|
|
151
|
-
})
|
|
152
|
-
);
|
|
153
|
-
});
|
|
154
|
-
|
|
155
|
-
it("should render the tooltip with a custom location to the left and position end", async () => {
|
|
156
|
-
const { tooltip, tooltipHoverDiv, hoverIcon } = await createTooltip(p => ({
|
|
157
|
-
...p,
|
|
158
|
-
location: "left",
|
|
159
|
-
position: "end"
|
|
160
|
-
}));
|
|
161
|
-
|
|
162
|
-
await hoverIcon();
|
|
163
|
-
|
|
164
|
-
expect(tooltip).toBeInTheDocument();
|
|
165
|
-
await waitFor(() =>
|
|
166
|
-
expect(tooltipHoverDiv).toHaveStyle({
|
|
167
|
-
right: "512px",
|
|
168
|
-
top: "488px"
|
|
169
|
-
})
|
|
170
|
-
);
|
|
171
|
-
});
|
|
172
|
-
|
|
173
|
-
it("should render the tooltip with a custom location to the left and position start", async () => {
|
|
174
|
-
const { tooltip, tooltipHoverDiv, hoverIcon } = await createTooltip(p => ({
|
|
175
|
-
...p,
|
|
176
|
-
location: "left",
|
|
177
|
-
position: "start"
|
|
178
|
-
}));
|
|
179
|
-
|
|
180
|
-
await hoverIcon();
|
|
181
|
-
|
|
182
|
-
expect(tooltip).toBeInTheDocument();
|
|
183
|
-
await waitFor(() =>
|
|
184
|
-
expect(tooltipHoverDiv).toHaveStyle({
|
|
185
|
-
right: "512px",
|
|
186
|
-
bottom: "478px"
|
|
187
|
-
})
|
|
188
|
-
);
|
|
189
|
-
});
|
|
190
|
-
|
|
191
|
-
it("should render the tooltip with a custom location to the left and position center", async () => {
|
|
192
|
-
const { tooltip, tooltipHoverDiv, hoverIcon } = await createTooltip(p => ({
|
|
193
|
-
...p,
|
|
194
|
-
location: "left",
|
|
195
|
-
position: "center"
|
|
196
|
-
}));
|
|
197
|
-
|
|
198
|
-
await hoverIcon();
|
|
199
|
-
|
|
200
|
-
expect(tooltip).toBeInTheDocument();
|
|
201
|
-
await waitFor(() =>
|
|
202
|
-
expect(tooltipHoverDiv).toHaveStyle({
|
|
203
|
-
right: "512px",
|
|
204
|
-
top: "480px"
|
|
205
|
-
})
|
|
206
|
-
);
|
|
207
|
-
});
|
|
208
|
-
|
|
209
|
-
it("should render the tooltip with a custom location to the top and position end", async () => {
|
|
210
|
-
const { tooltip, tooltipHoverDiv, hoverIcon } = await createTooltip(p => ({
|
|
211
|
-
...p,
|
|
212
|
-
location: "top",
|
|
213
|
-
position: "end"
|
|
214
|
-
}));
|
|
215
|
-
|
|
216
|
-
await hoverIcon();
|
|
217
|
-
|
|
218
|
-
expect(tooltip).toBeInTheDocument();
|
|
219
|
-
await waitFor(() =>
|
|
220
|
-
expect(tooltipHoverDiv).toHaveStyle({
|
|
221
|
-
left: "488px",
|
|
222
|
-
bottom: "512px"
|
|
223
|
-
})
|
|
224
|
-
);
|
|
225
|
-
});
|
|
226
|
-
|
|
227
|
-
it("should render the tooltip with a custom location to the top and position start", async () => {
|
|
228
|
-
const { tooltip, tooltipHoverDiv, hoverIcon } = await createTooltip(p => ({
|
|
229
|
-
...p,
|
|
230
|
-
location: "top",
|
|
231
|
-
position: "start"
|
|
232
|
-
}));
|
|
233
|
-
|
|
234
|
-
await hoverIcon();
|
|
235
|
-
|
|
236
|
-
expect(tooltip).toBeInTheDocument();
|
|
237
|
-
await waitFor(() =>
|
|
238
|
-
expect(tooltipHoverDiv).toHaveStyle({
|
|
239
|
-
right: "478px",
|
|
240
|
-
bottom: "512px"
|
|
241
|
-
})
|
|
242
|
-
);
|
|
243
|
-
});
|
|
244
|
-
|
|
245
|
-
it("should render the tooltip with a custom location to the top and position center", async () => {
|
|
246
|
-
const { tooltip, tooltipHoverDiv, hoverIcon } = await createTooltip(p => ({
|
|
247
|
-
...p,
|
|
248
|
-
location: "top",
|
|
249
|
-
position: "center"
|
|
250
|
-
}));
|
|
251
|
-
|
|
252
|
-
await hoverIcon();
|
|
253
|
-
|
|
254
|
-
expect(tooltip).toBeInTheDocument();
|
|
255
|
-
await waitFor(() =>
|
|
256
|
-
expect(tooltipHoverDiv).toHaveStyle({
|
|
257
|
-
left: "405px",
|
|
258
|
-
bottom: "512px"
|
|
259
|
-
})
|
|
260
|
-
);
|
|
261
|
-
});
|
|
262
|
-
|
|
263
|
-
it("should render the tooltip with a custom location to the bottom and position end", async () => {
|
|
264
|
-
const { tooltip, tooltipHoverDiv, hoverIcon } = await createTooltip(p => ({
|
|
265
|
-
...p,
|
|
266
|
-
location: "bottom",
|
|
267
|
-
position: "end"
|
|
268
|
-
}));
|
|
269
|
-
|
|
270
|
-
await hoverIcon();
|
|
271
|
-
|
|
272
|
-
expect(tooltip).toBeInTheDocument();
|
|
273
|
-
await waitFor(() =>
|
|
274
|
-
expect(tooltipHoverDiv).toHaveStyle({
|
|
275
|
-
left: "488px",
|
|
276
|
-
top: "522px"
|
|
277
|
-
})
|
|
278
|
-
);
|
|
279
|
-
});
|
|
280
|
-
|
|
281
|
-
it("should render the tooltip with a custom location to the bottom and position start", async () => {
|
|
282
|
-
const { tooltip, tooltipHoverDiv, hoverIcon } = await createTooltip(p => ({
|
|
283
|
-
...p,
|
|
284
|
-
location: "bottom",
|
|
285
|
-
position: "start"
|
|
286
|
-
}));
|
|
287
|
-
|
|
288
|
-
await hoverIcon();
|
|
289
|
-
|
|
290
|
-
expect(tooltip).toBeInTheDocument();
|
|
291
|
-
await waitFor(() =>
|
|
292
|
-
expect(tooltipHoverDiv).toHaveStyle({
|
|
293
|
-
right: "478px",
|
|
294
|
-
top: "522px"
|
|
295
|
-
})
|
|
296
|
-
);
|
|
297
|
-
});
|
|
298
|
-
|
|
299
|
-
it("should render the tooltip with a custom location to the bottom and position center", async () => {
|
|
300
|
-
const { tooltip, tooltipHoverDiv, hoverIcon } = await createTooltip(p => ({
|
|
301
|
-
...p,
|
|
302
|
-
location: "bottom",
|
|
303
|
-
position: "center"
|
|
304
|
-
}));
|
|
305
|
-
|
|
306
|
-
await hoverIcon();
|
|
307
|
-
|
|
308
|
-
expect(tooltip).toBeInTheDocument();
|
|
309
|
-
await waitFor(() =>
|
|
310
|
-
expect(tooltipHoverDiv).toHaveStyle({
|
|
311
|
-
left: "405px",
|
|
312
|
-
top: "522px"
|
|
313
|
-
})
|
|
314
|
-
);
|
|
315
|
-
});
|
|
316
|
-
});
|
|
317
|
-
|
|
318
|
-
describe("Colors", () => {
|
|
319
|
-
it("renders black color by default", async () => {
|
|
320
|
-
const { tooltipHoverDiv } = await createTooltip();
|
|
321
|
-
expect(tooltipHoverDiv).toHaveClass("black");
|
|
322
|
-
});
|
|
323
|
-
|
|
324
|
-
it("renders blue color", async () => {
|
|
325
|
-
const { tooltipHoverDiv } = await createTooltip(p => ({
|
|
326
|
-
...p,
|
|
327
|
-
color: "blue"
|
|
328
|
-
}));
|
|
329
|
-
|
|
330
|
-
expect(tooltipHoverDiv).toHaveClass("blue");
|
|
331
|
-
});
|
|
332
|
-
});
|
|
333
|
-
|
|
334
|
-
describe("Label", () => {
|
|
335
|
-
it("can also be an element", async () => {
|
|
336
|
-
const { tooltip } = await createTooltip(p => ({ ...p, label: <span>Label</span> }));
|
|
337
|
-
|
|
338
|
-
expect(tooltip).toBeInTheDocument();
|
|
339
|
-
|
|
340
|
-
const label = tooltip.querySelector(".label");
|
|
341
|
-
expect(label).toBeInTheDocument();
|
|
342
|
-
expect(label).toHaveTextContent("Label");
|
|
343
|
-
expect((label as HTMLElement).tagName.toLowerCase()).toBe("span");
|
|
344
|
-
});
|
|
345
|
-
});
|
|
346
|
-
|
|
347
|
-
it("Triggers visibility of the tooltip on focus and blur using keyboard", async () => {
|
|
348
|
-
const { tooltip, tooltipHoverDiv } = await createTooltip();
|
|
349
|
-
|
|
350
|
-
if (!tooltipHoverDiv) {
|
|
351
|
-
throw new Error("Tooltip hover div not found");
|
|
352
|
-
}
|
|
353
|
-
|
|
354
|
-
const label = tooltip.querySelector(".label");
|
|
355
|
-
|
|
356
|
-
expect(label).toBeInTheDocument();
|
|
357
|
-
|
|
358
|
-
await userEvent.tab();
|
|
359
|
-
|
|
360
|
-
(label as HTMLElement).focus();
|
|
361
|
-
|
|
362
|
-
expect(tooltipHoverDiv).toHaveClass("visible");
|
|
363
|
-
|
|
364
|
-
await userEvent.tab();
|
|
365
|
-
|
|
366
|
-
expect(tooltipHoverDiv).not.toHaveClass("visible");
|
|
367
|
-
});
|
|
368
|
-
|
|
369
|
-
it("Sets visible to false on escape", async () => {
|
|
370
|
-
const { tooltip, tooltipHoverDiv } = await createTooltip();
|
|
371
|
-
|
|
372
|
-
if (!tooltipHoverDiv) {
|
|
373
|
-
throw new Error("Tooltip hover div not found");
|
|
374
|
-
}
|
|
375
|
-
|
|
376
|
-
const label = tooltip.querySelector(".label");
|
|
377
|
-
|
|
378
|
-
expect(label).toBeInTheDocument();
|
|
379
|
-
|
|
380
|
-
await userEvent.tab();
|
|
381
|
-
|
|
382
|
-
(label as HTMLElement).focus();
|
|
383
|
-
|
|
384
|
-
expect(tooltipHoverDiv).toHaveClass("visible");
|
|
385
|
-
|
|
386
|
-
await userEvent.keyboard("{Escape}");
|
|
387
|
-
|
|
388
|
-
expect(tooltipHoverDiv).not.toHaveClass("visible");
|
|
389
|
-
});
|
|
390
|
-
});
|