@seeqdev/qomponents 0.0.102 → 0.0.103
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/Accordion/Accordion.js +9 -0
- package/dist/Accordion/Accordion.js.map +1 -0
- package/dist/Accordion/Accordion.stories.js +115 -0
- package/dist/Accordion/Accordion.stories.js.map +1 -0
- package/dist/Accordion/Accordion.test.js +55 -0
- package/dist/Accordion/Accordion.test.js.map +1 -0
- package/dist/Accordion/Accordion.types.js +2 -0
- package/dist/Accordion/Accordion.types.js.map +1 -0
- package/dist/Accordion/index.js +2 -0
- package/dist/Accordion/index.js.map +1 -0
- package/dist/Alert/Alert.d.ts +7 -0
- package/dist/Alert/Alert.js +2 -2
- package/dist/Alert/Alert.js.map +1 -1
- package/dist/Alert/Alert.stories.d.ts +5 -0
- package/dist/Alert/Alert.stories.js +5 -0
- package/dist/Alert/Alert.stories.js.map +1 -1
- package/dist/Alert/Alert.test.d.ts +1 -1
- package/dist/Alert/Alert.types.d.ts +10 -0
- package/dist/Alert/index.d.ts +1 -0
- package/dist/Button/Button.js +90 -0
- package/dist/Button/Button.js.map +1 -0
- package/dist/Button/Button.stories.js +98 -0
- package/dist/Button/Button.stories.js.map +1 -0
- package/dist/Button/Button.test.js +49 -0
- package/dist/Button/Button.test.js.map +1 -0
- package/dist/Button/Button.types.js +5 -0
- package/dist/Button/Button.types.js.map +1 -0
- package/dist/Button/index.js +2 -0
- package/dist/Button/index.js.map +1 -0
- package/dist/ButtonWithDropdown/ButtonWithDropdown.js +67 -0
- package/dist/ButtonWithDropdown/ButtonWithDropdown.js.map +1 -0
- package/dist/ButtonWithDropdown/ButtonWithDropdown.stories.js +98 -0
- package/dist/ButtonWithDropdown/ButtonWithDropdown.stories.js.map +1 -0
- package/dist/ButtonWithDropdown/ButtonWithDropdown.test.js +85 -0
- package/dist/ButtonWithDropdown/ButtonWithDropdown.test.js.map +1 -0
- package/dist/ButtonWithDropdown/ButtonWithDropdown.types.js +2 -0
- package/dist/ButtonWithDropdown/ButtonWithDropdown.types.js.map +1 -0
- package/dist/ButtonWithDropdown/index.js +2 -0
- package/dist/ButtonWithDropdown/index.js.map +1 -0
- package/dist/ButtonWithPopover/ButtonWithPopover.js +53 -0
- package/dist/ButtonWithPopover/ButtonWithPopover.js.map +1 -0
- package/dist/ButtonWithPopover/ButtonWithPopover.stories.js +75 -0
- package/dist/ButtonWithPopover/ButtonWithPopover.stories.js.map +1 -0
- package/dist/ButtonWithPopover/ButtonWithPopover.test.js +82 -0
- package/dist/ButtonWithPopover/ButtonWithPopover.test.js.map +1 -0
- package/dist/ButtonWithPopover/ButtonWithPopover.types.js +2 -0
- package/dist/ButtonWithPopover/ButtonWithPopover.types.js.map +1 -0
- package/dist/ButtonWithPopover/index.js +2 -0
- package/dist/ButtonWithPopover/index.js.map +1 -0
- package/dist/Checkbox/Checkbox.js +26 -0
- package/dist/Checkbox/Checkbox.js.map +1 -0
- package/dist/Checkbox/Checkbox.stories.js +34 -0
- package/dist/Checkbox/Checkbox.stories.js.map +1 -0
- package/dist/Checkbox/Checkbox.test.js +94 -0
- package/dist/Checkbox/Checkbox.test.js.map +1 -0
- package/dist/Checkbox/Checkbox.types.js +2 -0
- package/dist/Checkbox/Checkbox.types.js.map +1 -0
- package/dist/Checkbox/index.js +2 -0
- package/dist/Checkbox/index.js.map +1 -0
- package/dist/Icon/Icon.js +55 -0
- package/dist/Icon/Icon.js.map +1 -0
- package/dist/Icon/Icon.stories.js +45 -0
- package/dist/Icon/Icon.stories.js.map +1 -0
- package/dist/Icon/Icon.test.js +55 -0
- package/dist/Icon/Icon.test.js.map +1 -0
- package/dist/Icon/Icon.types.js +16 -0
- package/dist/Icon/Icon.types.js.map +1 -0
- package/dist/Icon/index.js +2 -0
- package/dist/Icon/index.js.map +1 -0
- package/dist/Modal/Modal.js +100 -0
- package/dist/Modal/Modal.js.map +1 -0
- package/dist/Modal/Modal.stories.js +127 -0
- package/dist/Modal/Modal.stories.js.map +1 -0
- package/dist/Modal/Modal.test.js +108 -0
- package/dist/Modal/Modal.test.js.map +1 -0
- package/dist/Modal/Modal.types.js +2 -0
- package/dist/Modal/Modal.types.js.map +1 -0
- package/dist/Modal/index.js +2 -0
- package/dist/Modal/index.js.map +1 -0
- package/dist/SeeqActionDropdown/SeeqActionDropdown.js +48 -0
- package/dist/SeeqActionDropdown/SeeqActionDropdown.js.map +1 -0
- package/dist/SeeqActionDropdown/SeeqActionDropdown.stories.js +80 -0
- package/dist/SeeqActionDropdown/SeeqActionDropdown.stories.js.map +1 -0
- package/dist/SeeqActionDropdown/SeeqActionDropdown.test.js +73 -0
- package/dist/SeeqActionDropdown/SeeqActionDropdown.test.js.map +1 -0
- package/dist/SeeqActionDropdown/SeeqActionDropdown.types.js +2 -0
- package/dist/SeeqActionDropdown/SeeqActionDropdown.types.js.map +1 -0
- package/dist/SeeqActionDropdown/index.js +2 -0
- package/dist/SeeqActionDropdown/index.js.map +1 -0
- package/dist/SeeqActionDropdown/variants.js +23 -0
- package/dist/SeeqActionDropdown/variants.js.map +1 -0
- package/dist/Select/Select.js +174 -0
- package/dist/Select/Select.js.map +1 -0
- package/dist/Select/Select.stories.js +80 -0
- package/dist/Select/Select.stories.js.map +1 -0
- package/dist/Select/Select.test.js +182 -0
- package/dist/Select/Select.test.js.map +1 -0
- package/dist/Select/Select.types.js +2 -0
- package/dist/Select/Select.types.js.map +1 -0
- package/dist/Select/index.js +3 -0
- package/dist/Select/index.js.map +1 -0
- package/dist/Tabs/Tabs.js +22 -0
- package/dist/Tabs/Tabs.js.map +1 -0
- package/dist/Tabs/Tabs.stories.js +91 -0
- package/dist/Tabs/Tabs.stories.js.map +1 -0
- package/dist/Tabs/Tabs.test.js +91 -0
- package/dist/Tabs/Tabs.test.js.map +1 -0
- package/dist/Tabs/Tabs.types.js +2 -0
- package/dist/Tabs/Tabs.types.js.map +1 -0
- package/dist/Tabs/index.js +2 -0
- package/dist/Tabs/index.js.map +1 -0
- package/dist/TextArea/TextArea.js +25 -0
- package/dist/TextArea/TextArea.js.map +1 -0
- package/dist/TextArea/TextArea.stories.js +46 -0
- package/dist/TextArea/TextArea.stories.js.map +1 -0
- package/dist/TextArea/TextArea.test.js +68 -0
- package/dist/TextArea/TextArea.test.js.map +1 -0
- package/dist/TextArea/TextArea.types.js +2 -0
- package/dist/TextArea/TextArea.types.js.map +1 -0
- package/dist/TextArea/index.js +2 -0
- package/dist/TextArea/index.js.map +1 -0
- package/dist/TextField/TextField.js +77 -0
- package/dist/TextField/TextField.js.map +1 -0
- package/dist/TextField/TextField.stories.js +64 -0
- package/dist/TextField/TextField.stories.js.map +1 -0
- package/dist/TextField/TextField.test.js +39 -0
- package/dist/TextField/TextField.test.js.map +1 -0
- package/dist/TextField/TextField.types.js +2 -0
- package/dist/TextField/TextField.types.js.map +1 -0
- package/dist/TextField/index.js +2 -0
- package/dist/TextField/index.js.map +1 -0
- package/dist/ToolbarButton/ToolbarButton.js +75 -0
- package/dist/ToolbarButton/ToolbarButton.js.map +1 -0
- package/dist/ToolbarButton/ToolbarButton.stories.js +94 -0
- package/dist/ToolbarButton/ToolbarButton.stories.js.map +1 -0
- package/dist/ToolbarButton/ToolbarButton.test.js +93 -0
- package/dist/ToolbarButton/ToolbarButton.test.js.map +1 -0
- package/dist/ToolbarButton/ToolbarButton.types.js +2 -0
- package/dist/ToolbarButton/ToolbarButton.types.js.map +1 -0
- package/dist/ToolbarButton/index.js +2 -0
- package/dist/ToolbarButton/index.js.map +1 -0
- package/dist/Tooltip/QTip.stories.js +45 -0
- package/dist/Tooltip/QTip.stories.js.map +1 -0
- package/dist/Tooltip/QTip.types.js +2 -0
- package/dist/Tooltip/QTip.types.js.map +1 -0
- package/dist/Tooltip/QTipPerformance.stories.js +30 -0
- package/dist/Tooltip/QTipPerformance.stories.js.map +1 -0
- package/dist/Tooltip/Qtip.js +155 -0
- package/dist/Tooltip/Qtip.js.map +1 -0
- package/dist/Tooltip/Tooltip.js +36 -0
- package/dist/Tooltip/Tooltip.js.map +1 -0
- package/dist/Tooltip/Tooltip.stories.js +32 -0
- package/dist/Tooltip/Tooltip.stories.js.map +1 -0
- package/dist/Tooltip/Tooltip.types.js +3 -0
- package/dist/Tooltip/Tooltip.types.js.map +1 -0
- package/dist/Tooltip/TooltipPerformance.stories.js +30 -0
- package/dist/Tooltip/TooltipPerformance.stories.js.map +1 -0
- package/dist/Tooltip/index.js +3 -0
- package/dist/Tooltip/index.js.map +1 -0
- package/dist/Tooltip/qTip.utilities.js +11 -0
- package/dist/Tooltip/qTip.utilities.js.map +1 -0
- package/dist/index.d.ts +2 -0
- package/dist/index.esm.js +50 -21
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +50 -20
- package/dist/index.js.map +1 -1
- package/dist/styles.css +14 -0
- package/dist/types.js +2 -0
- package/dist/types.js.map +1 -0
- package/dist/utils/browserId.js +29 -0
- package/dist/utils/browserId.js.map +1 -0
- package/dist/utils/svg.js +20 -0
- package/dist/utils/svg.js.map +1 -0
- package/dist/utils/validateStyleDimension.js +14 -0
- package/dist/utils/validateStyleDimension.js.map +1 -0
- package/dist/utils/validateStyleDimension.test.js +20 -0
- package/dist/utils/validateStyleDimension.test.js.map +1 -0
- package/package.json +1 -1
|
@@ -0,0 +1,127 @@
|
|
|
1
|
+
import React, { useEffect, useState } from 'react';
|
|
2
|
+
import Modal from './Modal';
|
|
3
|
+
import Button from '../Button';
|
|
4
|
+
export default {
|
|
5
|
+
title: 'Modal',
|
|
6
|
+
};
|
|
7
|
+
const modalBody = (React.createElement("div", null, "Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum."));
|
|
8
|
+
const waitUntil = async (timeout) => {
|
|
9
|
+
return new Promise((resolve) => {
|
|
10
|
+
setTimeout(() => resolve('yes'), timeout);
|
|
11
|
+
});
|
|
12
|
+
};
|
|
13
|
+
const ModalComponent = ({ bodyClass = '', title: originalTitle, titleIcon, isTitleEditable, children, hideCloseIcon, disableSubmitButton, size, buttonLabel = 'Open Modal', customButton, customButtonLabel, submitButtonVariant, onSubmit, }) => {
|
|
14
|
+
const [open, setOpen] = useState(false);
|
|
15
|
+
const [title, setTitle] = useState(originalTitle);
|
|
16
|
+
useEffect(() => {
|
|
17
|
+
return () => {
|
|
18
|
+
document.body.className = '';
|
|
19
|
+
};
|
|
20
|
+
}, []);
|
|
21
|
+
const onClose = () => {
|
|
22
|
+
document.body.className = '';
|
|
23
|
+
setOpen(false);
|
|
24
|
+
};
|
|
25
|
+
return (React.createElement("div", { className: "tw-p-4" },
|
|
26
|
+
React.createElement(Button, { onClick: () => {
|
|
27
|
+
document.body.className = bodyClass;
|
|
28
|
+
setOpen(true);
|
|
29
|
+
}, label: buttonLabel }),
|
|
30
|
+
React.createElement(Modal, { open: open, onClose: onClose, title: title, titleIcon: titleIcon, isTitleEditable: isTitleEditable, onTitleChanged: (event) => setTitle(event.target.value), hideCloseIcon: hideCloseIcon, disableSubmitButton: disableSubmitButton, size: size, onSubmit: onSubmit, customButton: customButton, submitButtonVariant: submitButtonVariant, onPointerDownOutside: onClose, customButtonLabel: customButtonLabel }, children)));
|
|
31
|
+
};
|
|
32
|
+
export const AllModalsVariants = () => {
|
|
33
|
+
const colors = ['Topic', 'Analysis', 'Datalab', 'Vantage'];
|
|
34
|
+
const sizes = ['xs', 'sm', 'md', 'lg', 'xl', '2xl', '3xl', '4xl', '5xl', '6xl'];
|
|
35
|
+
return (React.createElement("div", { className: "tw-grid tw-grid-cols-4 tw-gap-4" }, colors.map((color) => (React.createElement("div", { key: color },
|
|
36
|
+
React.createElement("b", null,
|
|
37
|
+
color,
|
|
38
|
+
" colors"),
|
|
39
|
+
React.createElement("div", { className: "tw-p-4 light" }, sizes.map((size) => (React.createElement(ModalComponent, { key: `${size}_${color}`, bodyClass: `color_${color.toLowerCase()}`, title: "Modal example", children: modalBody, size: size, buttonLabel: `Open ${size} size modal` })))),
|
|
40
|
+
React.createElement("div", { className: "tw-p-4 tw-dark tw-bg-sq-dark-background" }, sizes.map((size) => (React.createElement(ModalComponent, { key: `${size}_${color}_dark`, bodyClass: `color_${color.toLowerCase()} tw-dark color_${color.toLowerCase()}_dark`, title: "Modal example", children: modalBody, size: size, buttonLabel: `Open ${size} size modal` })))))))));
|
|
41
|
+
};
|
|
42
|
+
export const ModalsWithDisabledSubmit = () => (React.createElement("div", { className: "tw-grid tw-grid-cols-4 tw-gap-4" },
|
|
43
|
+
React.createElement("div", null,
|
|
44
|
+
React.createElement("b", null, "Topic Colors"),
|
|
45
|
+
React.createElement("div", { className: "tw-p-4 light" },
|
|
46
|
+
React.createElement(ModalComponent, { bodyClass: "color_topic", title: "Disabled submit button example", disableSubmitButton: true, children: modalBody })),
|
|
47
|
+
React.createElement("div", { className: "tw-p-4 tw-dark tw-bg-sq-dark-background" },
|
|
48
|
+
React.createElement(ModalComponent, { bodyClass: "color_topic tw-dark color_analysis_dark", title: "Disabled submit button example", disableSubmitButton: true, children: modalBody }))),
|
|
49
|
+
React.createElement("div", null,
|
|
50
|
+
React.createElement("b", null, "Analysis Colors"),
|
|
51
|
+
React.createElement("div", { className: "tw-p-4 light" },
|
|
52
|
+
React.createElement(ModalComponent, { bodyClass: "color_analysis", title: "Disabled submit button example", disableSubmitButton: true, children: modalBody })),
|
|
53
|
+
React.createElement("div", { className: "tw-p-4 tw-dark tw-bg-sq-dark-background" },
|
|
54
|
+
React.createElement(ModalComponent, { bodyClass: "color_analysis tw-dark color_analysis_dark", title: "Disabled submit button example", disableSubmitButton: true, children: modalBody }))),
|
|
55
|
+
React.createElement("div", null,
|
|
56
|
+
React.createElement("b", null, "Datalab Colors"),
|
|
57
|
+
React.createElement("div", { className: "tw-p-4 light" },
|
|
58
|
+
React.createElement(ModalComponent, { bodyClass: "color_datalab", title: "Disabled submit button example", disableSubmitButton: true, children: modalBody })),
|
|
59
|
+
React.createElement("div", { className: "tw-p-4 tw-dark tw-bg-sq-dark-background" },
|
|
60
|
+
React.createElement(ModalComponent, { bodyClass: "color_datalab tw-dark color_analysis_dark", title: "Disabled submit button example", disableSubmitButton: true, children: modalBody }))),
|
|
61
|
+
React.createElement("div", null,
|
|
62
|
+
React.createElement("b", null, "Vantage Colors"),
|
|
63
|
+
React.createElement("div", { className: "tw-p-4 light" },
|
|
64
|
+
React.createElement(ModalComponent, { bodyClass: "color_vantage", title: "Disabled submit button example", disableSubmitButton: true, children: modalBody })),
|
|
65
|
+
React.createElement("div", { className: "tw-p-4 tw-dark tw-bg-sq-dark-background" },
|
|
66
|
+
React.createElement(ModalComponent, { bodyClass: "color_vantage tw-dark color_vantage_dark", title: "Disabled submit button example", disableSubmitButton: true, children: modalBody })))));
|
|
67
|
+
export const ModalsWithEditableTitle = () => {
|
|
68
|
+
const colors = ['Topic', 'Analysis', 'Datalab', 'Vantage'];
|
|
69
|
+
const sizes = ['xs', 'sm', 'md', 'lg', 'xl', '2xl', '3xl', '4xl', '5xl', '6xl'];
|
|
70
|
+
return (React.createElement("div", { className: "tw-grid tw-grid-cols-4 tw-gap-4" }, colors.map((color) => (React.createElement("div", { key: color },
|
|
71
|
+
React.createElement("b", null,
|
|
72
|
+
color,
|
|
73
|
+
" colors"),
|
|
74
|
+
React.createElement("div", { className: "tw-p-4 light" }, sizes.map((size) => (React.createElement(ModalComponent, { key: `${size}_${color}`, bodyClass: `color_${color.toLowerCase()}`, title: "Editable title example", isTitleEditable: true, titleIcon: "fc-check", children: modalBody, size: size, buttonLabel: `Open ${size} size modal` })))),
|
|
75
|
+
React.createElement("div", { className: "tw-p-4 tw-dark tw-bg-sq-dark-background" }, sizes.map((size) => (React.createElement(ModalComponent, { key: `${size}_${color}_dark`, bodyClass: `color_${color.toLowerCase()} tw-dark color_${color.toLowerCase()}_dark`, title: "Editable title example", isTitleEditable: true, titleIcon: "fc-check", children: modalBody, size: size, buttonLabel: `Open ${size} size modal` })))))))));
|
|
76
|
+
};
|
|
77
|
+
export const ModalsWithCustomButton = () => (React.createElement("div", { className: "tw-grid tw-grid-cols-4 tw-gap-4" },
|
|
78
|
+
React.createElement("div", null,
|
|
79
|
+
React.createElement("b", null, "Topic Colors"),
|
|
80
|
+
React.createElement("div", { className: "tw-p-4 light" },
|
|
81
|
+
React.createElement(ModalComponent, { bodyClass: "color_topic", title: "Modal with custom button", children: modalBody, customButton: true, customButtonLabel: "Back" })),
|
|
82
|
+
React.createElement("div", { className: "tw-p-4 tw-dark tw-bg-sq-dark-background" },
|
|
83
|
+
React.createElement(ModalComponent, { bodyClass: "color_topic tw-dark color_analysis_dark", title: "Modal with custom button", children: modalBody, customButton: true, customButtonLabel: "Back" }))),
|
|
84
|
+
React.createElement("div", null,
|
|
85
|
+
React.createElement("b", null, "Analysis Colors"),
|
|
86
|
+
React.createElement("div", { className: "tw-p-4 light" },
|
|
87
|
+
React.createElement(ModalComponent, { bodyClass: "color_analysis", title: "Modal with custom button", children: modalBody, customButton: true, customButtonLabel: "Back" })),
|
|
88
|
+
React.createElement("div", { className: "tw-p-4 tw-dark tw-bg-sq-dark-background" },
|
|
89
|
+
React.createElement(ModalComponent, { bodyClass: "color_analysis tw-dark color_analysis_dark", title: "Modal with custom button", children: modalBody, customButton: true, customButtonLabel: "Back" }))),
|
|
90
|
+
React.createElement("div", null,
|
|
91
|
+
React.createElement("b", null, "Datalab Colors"),
|
|
92
|
+
React.createElement("div", { className: "tw-p-4 light" },
|
|
93
|
+
React.createElement(ModalComponent, { bodyClass: "color_datalab", title: "Modal with custom button", children: modalBody, customButton: true, customButtonLabel: "Back" })),
|
|
94
|
+
React.createElement("div", { className: "tw-p-4 tw-dark tw-bg-sq-dark-background" },
|
|
95
|
+
React.createElement(ModalComponent, { bodyClass: "color_datalab tw-dark color_analysis_dark", title: "Modal with custom button", children: modalBody, customButton: true, customButtonLabel: "Back" }))),
|
|
96
|
+
React.createElement("div", null,
|
|
97
|
+
React.createElement("b", null, "Vantage Colors"),
|
|
98
|
+
React.createElement("div", { className: "tw-p-4 light" },
|
|
99
|
+
React.createElement(ModalComponent, { bodyClass: "color_vantage", title: "Modal with custom button", children: modalBody, customButton: true, customButtonLabel: "Back" })),
|
|
100
|
+
React.createElement("div", { className: "tw-p-4 tw-dark tw-bg-sq-dark-background" },
|
|
101
|
+
React.createElement(ModalComponent, { bodyClass: "color_vantage tw-dark color_vantage_dark", title: "Modal with custom button", children: modalBody, customButton: true, customButtonLabel: "Back" })))));
|
|
102
|
+
export const ModalsWithVariantButton = () => (React.createElement("div", { className: "tw-grid tw-grid-cols-4 tw-gap-4" },
|
|
103
|
+
React.createElement("div", null,
|
|
104
|
+
React.createElement("b", null, "Topic Colors"),
|
|
105
|
+
React.createElement("div", { className: "tw-p-4 light" },
|
|
106
|
+
React.createElement(ModalComponent, { bodyClass: "color_topic", title: "Modal with custom button", children: modalBody, customButton: true, customButtonLabel: "Back", submitButtonVariant: "theme" })),
|
|
107
|
+
React.createElement("div", { className: "tw-p-4 tw-dark tw-bg-sq-dark-background" },
|
|
108
|
+
React.createElement(ModalComponent, { bodyClass: "color_topic tw-dark color_analysis_dark", title: "Modal with custom button", children: modalBody, customButton: true, customButtonLabel: "Back", submitButtonVariant: "theme-light" }))),
|
|
109
|
+
React.createElement("div", null,
|
|
110
|
+
React.createElement("b", null, "Analysis Colors"),
|
|
111
|
+
React.createElement("div", { className: "tw-p-4 light" },
|
|
112
|
+
React.createElement(ModalComponent, { bodyClass: "color_analysis", title: "Modal with custom button", children: modalBody, customButton: true, customButtonLabel: "Back", submitButtonVariant: "warning" })),
|
|
113
|
+
React.createElement("div", { className: "tw-p-4 tw-dark tw-bg-sq-dark-background" },
|
|
114
|
+
React.createElement(ModalComponent, { bodyClass: "color_analysis tw-dark color_analysis_dark", title: "Modal with custom button", children: modalBody, customButton: true, submitButtonVariant: "danger", customButtonLabel: "Back" }))),
|
|
115
|
+
React.createElement("div", null,
|
|
116
|
+
React.createElement("b", null, "Datalab Colors"),
|
|
117
|
+
React.createElement("div", { className: "tw-p-4 light" },
|
|
118
|
+
React.createElement(ModalComponent, { bodyClass: "color_datalab", title: "Modal with custom button", children: modalBody, customButton: true, customButtonLabel: "Back", submitButtonVariant: "outline" })),
|
|
119
|
+
React.createElement("div", { className: "tw-p-4 tw-dark tw-bg-sq-dark-background" },
|
|
120
|
+
React.createElement(ModalComponent, { bodyClass: "color_datalab tw-dark color_analysis_dark", title: "Modal with custom button", children: modalBody, customButton: true, submitButtonVariant: "no-border", customButtonLabel: "Back" }))),
|
|
121
|
+
React.createElement("div", null,
|
|
122
|
+
React.createElement("b", null, "Vantage Colors"),
|
|
123
|
+
React.createElement("div", { className: "tw-p-4 light" },
|
|
124
|
+
React.createElement(ModalComponent, { bodyClass: "color_vantage", title: "Modal with custom button", children: modalBody, customButton: true, submitButtonVariant: "theme", customButtonLabel: "Back" })),
|
|
125
|
+
React.createElement("div", { className: "tw-p-4 tw-dark tw-bg-sq-dark-background" },
|
|
126
|
+
React.createElement(ModalComponent, { bodyClass: "color_vantage tw-dark color_vantage_dark", title: "Modal with custom button", children: modalBody, submitButtonVariant: "outline", customButton: true, customButtonLabel: "Back" })))));
|
|
127
|
+
//# sourceMappingURL=Modal.stories.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Modal.stories.js","sourceRoot":"","sources":["../../src/Modal/Modal.stories.tsx"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,108 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import '@testing-library/jest-dom';
|
|
3
|
+
import { render, screen } from '@testing-library/react';
|
|
4
|
+
import userEvent from '@testing-library/user-event';
|
|
5
|
+
import Modal from './Modal';
|
|
6
|
+
describe('Modal', () => {
|
|
7
|
+
class Context {
|
|
8
|
+
props = {
|
|
9
|
+
onTitleChanged: jest.fn(),
|
|
10
|
+
disableSubmitButton: false,
|
|
11
|
+
title: 'Testing Modal Dialog',
|
|
12
|
+
children: React.createElement("div", null, "Modal content"),
|
|
13
|
+
open: true,
|
|
14
|
+
};
|
|
15
|
+
}
|
|
16
|
+
let tc;
|
|
17
|
+
beforeEach(() => {
|
|
18
|
+
tc = new Context();
|
|
19
|
+
});
|
|
20
|
+
const renderModal = (props) => render(React.createElement(Modal, { ...props }));
|
|
21
|
+
describe('renders Modal', () => {
|
|
22
|
+
it('doesn\'t render the modal if the open state is false', () => {
|
|
23
|
+
const open = false;
|
|
24
|
+
renderModal({ ...tc.props, open });
|
|
25
|
+
expect(screen.queryByTestId('modal')).not.toBeInTheDocument();
|
|
26
|
+
});
|
|
27
|
+
it('renders the modal if the open state is true', () => {
|
|
28
|
+
renderModal(tc.props);
|
|
29
|
+
expect(screen.getByTestId('modal')).toBeInTheDocument();
|
|
30
|
+
expect(screen.getByTestId('modal')).toHaveClass('tw-max-w-xl');
|
|
31
|
+
});
|
|
32
|
+
it('calls onClose modal when close button is clicked', async () => {
|
|
33
|
+
const onClose = jest.fn();
|
|
34
|
+
const { getByTestId } = renderModal({ ...tc.props, onClose });
|
|
35
|
+
expect(screen.getByTestId('modal')).toBeInTheDocument();
|
|
36
|
+
await userEvent.click(getByTestId('closeButton'));
|
|
37
|
+
expect(onClose).toHaveBeenCalled();
|
|
38
|
+
});
|
|
39
|
+
it('hides close button', () => {
|
|
40
|
+
const hideCloseIcon = true;
|
|
41
|
+
const { queryByTestId } = renderModal({ ...tc.props, hideCloseIcon });
|
|
42
|
+
expect(queryByTestId('closeButton')).not.toBeInTheDocument();
|
|
43
|
+
});
|
|
44
|
+
it('renders modal size based on the size prop', () => {
|
|
45
|
+
const size = 'lg';
|
|
46
|
+
renderModal({ ...tc.props, size });
|
|
47
|
+
expect(screen.getByTestId('modal')).toHaveClass('tw-max-w-lg');
|
|
48
|
+
});
|
|
49
|
+
it('renders not editable title', () => {
|
|
50
|
+
renderModal(tc.props);
|
|
51
|
+
expect(screen.getByTestId('modalTitle')).not.toHaveAttribute('value');
|
|
52
|
+
});
|
|
53
|
+
it('renders editable title', () => {
|
|
54
|
+
const isTitleEditable = true;
|
|
55
|
+
const { getByTestId } = renderModal({ ...tc.props, isTitleEditable });
|
|
56
|
+
expect(getByTestId('modalTitle')).toHaveAttribute('value');
|
|
57
|
+
});
|
|
58
|
+
it('calls onChange when title is modified', async () => {
|
|
59
|
+
const isTitleEditable = true;
|
|
60
|
+
const { getByTestId } = renderModal({ ...tc.props, isTitleEditable });
|
|
61
|
+
await userEvent.type(getByTestId('modalTitle'), 'a');
|
|
62
|
+
expect(tc.props.onTitleChanged).toHaveBeenCalled();
|
|
63
|
+
});
|
|
64
|
+
it('displays icon title', () => {
|
|
65
|
+
const titleIcon = 'fc-check';
|
|
66
|
+
const { getByTestId } = renderModal({ ...tc.props, titleIcon });
|
|
67
|
+
expect(getByTestId('modalTitleIcon')).toBeInTheDocument();
|
|
68
|
+
});
|
|
69
|
+
it('calls onSubmit when submit button is clicked', async () => {
|
|
70
|
+
const onSubmit = jest.fn();
|
|
71
|
+
const { getByTestId } = renderModal({ ...tc.props, onSubmit });
|
|
72
|
+
expect(getByTestId('submitButton')).not.toBeDisabled();
|
|
73
|
+
await userEvent.click(getByTestId('submitButton'));
|
|
74
|
+
expect(onSubmit).toHaveBeenCalled();
|
|
75
|
+
});
|
|
76
|
+
it('displays the disabled submit button', async () => {
|
|
77
|
+
const onSubmit = jest.fn();
|
|
78
|
+
const disableSubmitButton = true;
|
|
79
|
+
const { getByTestId } = renderModal({ ...tc.props, onSubmit, disableSubmitButton });
|
|
80
|
+
expect(getByTestId('submitButton')).toBeDisabled();
|
|
81
|
+
await userEvent.click(getByTestId('submitButton'));
|
|
82
|
+
expect(onSubmit).not.toHaveBeenCalled();
|
|
83
|
+
});
|
|
84
|
+
it('calls onClose when cancel button is clicked', async () => {
|
|
85
|
+
const onClose = jest.fn();
|
|
86
|
+
const { getByTestId } = renderModal({ ...tc.props, onClose });
|
|
87
|
+
expect(getByTestId('cancelButton')).not.toBeDisabled();
|
|
88
|
+
await userEvent.click(getByTestId('cancelButton'));
|
|
89
|
+
expect(onClose).toHaveBeenCalled();
|
|
90
|
+
});
|
|
91
|
+
it('displays custom button', () => {
|
|
92
|
+
const customButton = true;
|
|
93
|
+
const customButtonLabel = 'Back';
|
|
94
|
+
const { getByTestId } = renderModal({ ...tc.props, customButton, customButtonLabel });
|
|
95
|
+
expect(getByTestId('customButton')).toBeInTheDocument();
|
|
96
|
+
});
|
|
97
|
+
it('calls onClickCustomButton when custom button is clicked', async () => {
|
|
98
|
+
const customButton = true;
|
|
99
|
+
const customButtonLabel = 'Back';
|
|
100
|
+
const onClickCustomButton = jest.fn();
|
|
101
|
+
const { getByTestId } = renderModal({ ...tc.props, customButtonLabel, customButton, onClickCustomButton });
|
|
102
|
+
expect(getByTestId('customButton')).toBeInTheDocument();
|
|
103
|
+
await userEvent.click(getByTestId('customButton'));
|
|
104
|
+
expect(onClickCustomButton).toHaveBeenCalled();
|
|
105
|
+
});
|
|
106
|
+
});
|
|
107
|
+
});
|
|
108
|
+
//# sourceMappingURL=Modal.test.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Modal.test.js","sourceRoot":"","sources":["../../src/Modal/Modal.test.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,2BAA2B,CAAC;AACnC,OAAO,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,wBAAwB,CAAC;AACxD,OAAO,SAAS,MAAM,6BAA6B,CAAC;AACpD,OAAO,KAAK,MAAM,SAAS,CAAC;AAG5B,QAAQ,CAAC,OAAO,EAAE,GAAG,EAAE;IACrB,MAAM,OAAO;QACX,KAAK,GAAe;YAClB,cAAc,EAAE,IAAI,CAAC,EAAE,EAAE;YACzB,mBAAmB,EAAE,KAAK;YAC1B,KAAK,EAAE,sBAAsB;YAC7B,QAAQ,EAAE,iDAAwB;YAClC,IAAI,EAAE,IAAI;SACX,CAAC;KACH;IAED,IAAI,EAAW,CAAC;IAChB,UAAU,CAAC,GAAG,EAAE;QACd,EAAE,GAAG,IAAI,OAAO,EAAE,CAAC;IACrB,CAAC,CAAC,CAAC;IACH,MAAM,WAAW,GAAG,CAAC,KAAiB,EAAE,EAAE,CAAC,MAAM,CAAC,oBAAC,KAAK,OAAK,KAAK,GAAI,CAAC,CAAC;IAExE,QAAQ,CAAC,eAAe,EAAE,GAAG,EAAE;QAC7B,EAAE,CAAC,sDAAsD,EAAE,GAAG,EAAE;YAC9D,MAAM,IAAI,GAAG,KAAK,CAAC;YACnB,WAAW,CAAC,EAAE,GAAG,EAAE,CAAC,KAAK,EAAE,IAAI,EAAE,CAAC,CAAC;YACnC,MAAM,CAAC,MAAM,CAAC,aAAa,CAAC,OAAO,CAAC,CAAC,CAAC,GAAG,CAAC,iBAAiB,EAAE,CAAC;QAChE,CAAC,CAAC,CAAC;QAEH,EAAE,CAAC,6CAA6C,EAAE,GAAG,EAAE;YACrD,WAAW,CAAC,EAAE,CAAC,KAAK,CAAC,CAAC;YACtB,MAAM,CAAC,MAAM,CAAC,WAAW,CAAC,OAAO,CAAC,CAAC,CAAC,iBAAiB,EAAE,CAAC;YACxD,MAAM,CAAC,MAAM,CAAC,WAAW,CAAC,OAAO,CAAC,CAAC,CAAC,WAAW,CAAC,aAAa,CAAC,CAAC;QACjE,CAAC,CAAC,CAAC;QAEH,EAAE,CAAC,kDAAkD,EAAE,KAAK,IAAI,EAAE;YAChE,MAAM,OAAO,GAAG,IAAI,CAAC,EAAE,EAAE,CAAC;YAC1B,MAAM,EAAE,WAAW,EAAE,GAAG,WAAW,CAAC,EAAE,GAAG,EAAE,CAAC,KAAK,EAAE,OAAO,EAAE,CAAC,CAAC;YAC9D,MAAM,CAAC,MAAM,CAAC,WAAW,CAAC,OAAO,CAAC,CAAC,CAAC,iBAAiB,EAAE,CAAC;YACxD,MAAM,SAAS,CAAC,KAAK,CAAC,WAAW,CAAC,aAAa,CAAC,CAAC,CAAC;YAClD,MAAM,CAAC,OAAO,CAAC,CAAC,gBAAgB,EAAE,CAAC;QACrC,CAAC,CAAC,CAAC;QAEH,EAAE,CAAC,oBAAoB,EAAE,GAAG,EAAE;YAC5B,MAAM,aAAa,GAAG,IAAI,CAAC;YAC3B,MAAM,EAAE,aAAa,EAAE,GAAG,WAAW,CAAC,EAAE,GAAG,EAAE,CAAC,KAAK,EAAE,aAAa,EAAE,CAAC,CAAC;YACtE,MAAM,CAAC,aAAa,CAAC,aAAa,CAAC,CAAC,CAAC,GAAG,CAAC,iBAAiB,EAAE,CAAC;QAC/D,CAAC,CAAC,CAAC;QAEH,EAAE,CAAC,2CAA2C,EAAE,GAAG,EAAE;YACnD,MAAM,IAAI,GAAG,IAAI,CAAC;YAClB,WAAW,CAAC,EAAE,GAAG,EAAE,CAAC,KAAK,EAAE,IAAI,EAAE,CAAC,CAAC;YACnC,MAAM,CAAC,MAAM,CAAC,WAAW,CAAC,OAAO,CAAC,CAAC,CAAC,WAAW,CAAC,aAAa,CAAC,CAAC;QACjE,CAAC,CAAC,CAAC;QAEH,EAAE,CAAC,4BAA4B,EAAE,GAAG,EAAE;YACpC,WAAW,CAAC,EAAE,CAAC,KAAK,CAAC,CAAC;YACtB,MAAM,CAAC,MAAM,CAAC,WAAW,CAAC,YAAY,CAAC,CAAC,CAAC,GAAG,CAAC,eAAe,CAAC,OAAO,CAAC,CAAC;QACxE,CAAC,CAAC,CAAC;QAEH,EAAE,CAAC,wBAAwB,EAAE,GAAG,EAAE;YAChC,MAAM,eAAe,GAAG,IAAI,CAAC;YAC7B,MAAM,EAAE,WAAW,EAAE,GAAG,WAAW,CAAC,EAAE,GAAG,EAAE,CAAC,KAAK,EAAE,eAAe,EAAE,CAAC,CAAC;YACtE,MAAM,CAAC,WAAW,CAAC,YAAY,CAAC,CAAC,CAAC,eAAe,CAAC,OAAO,CAAC,CAAC;QAC7D,CAAC,CAAC,CAAC;QAEH,EAAE,CAAC,uCAAuC,EAAE,KAAK,IAAI,EAAE;YACrD,MAAM,eAAe,GAAG,IAAI,CAAC;YAC7B,MAAM,EAAE,WAAW,EAAE,GAAG,WAAW,CAAC,EAAE,GAAG,EAAE,CAAC,KAAK,EAAE,eAAe,EAAE,CAAC,CAAC;YACtE,MAAM,SAAS,CAAC,IAAI,CAAC,WAAW,CAAC,YAAY,CAAC,EAAE,GAAG,CAAC,CAAC;YACrD,MAAM,CAAC,EAAE,CAAC,KAAK,CAAC,cAAc,CAAC,CAAC,gBAAgB,EAAE,CAAC;QACrD,CAAC,CAAC,CAAC;QAEH,EAAE,CAAC,qBAAqB,EAAE,GAAG,EAAE;YAC7B,MAAM,SAAS,GAAG,UAAU,CAAC;YAC7B,MAAM,EAAE,WAAW,EAAE,GAAG,WAAW,CAAC,EAAE,GAAG,EAAE,CAAC,KAAK,EAAE,SAAS,EAAE,CAAC,CAAC;YAChE,MAAM,CAAC,WAAW,CAAC,gBAAgB,CAAC,CAAC,CAAC,iBAAiB,EAAE,CAAC;QAC5D,CAAC,CAAC,CAAC;QAEH,EAAE,CAAC,8CAA8C,EAAE,KAAK,IAAI,EAAE;YAC5D,MAAM,QAAQ,GAAG,IAAI,CAAC,EAAE,EAAE,CAAC;YAC3B,MAAM,EAAE,WAAW,EAAE,GAAG,WAAW,CAAC,EAAE,GAAG,EAAE,CAAC,KAAK,EAAE,QAAQ,EAAE,CAAC,CAAC;YAC/D,MAAM,CAAC,WAAW,CAAC,cAAc,CAAC,CAAC,CAAC,GAAG,CAAC,YAAY,EAAE,CAAC;YAEvD,MAAM,SAAS,CAAC,KAAK,CAAC,WAAW,CAAC,cAAc,CAAC,CAAC,CAAC;YACnD,MAAM,CAAC,QAAQ,CAAC,CAAC,gBAAgB,EAAE,CAAC;QACtC,CAAC,CAAC,CAAC;QAEH,EAAE,CAAC,qCAAqC,EAAE,KAAK,IAAI,EAAE;YACnD,MAAM,QAAQ,GAAG,IAAI,CAAC,EAAE,EAAE,CAAC;YAC3B,MAAM,mBAAmB,GAAG,IAAI,CAAC;YACjC,MAAM,EAAE,WAAW,EAAE,GAAG,WAAW,CAAC,EAAE,GAAG,EAAE,CAAC,KAAK,EAAE,QAAQ,EAAE,mBAAmB,EAAE,CAAC,CAAC;YACpF,MAAM,CAAC,WAAW,CAAC,cAAc,CAAC,CAAC,CAAC,YAAY,EAAE,CAAC;YAEnD,MAAM,SAAS,CAAC,KAAK,CAAC,WAAW,CAAC,cAAc,CAAC,CAAC,CAAC;YACnD,MAAM,CAAC,QAAQ,CAAC,CAAC,GAAG,CAAC,gBAAgB,EAAE,CAAC;QAC1C,CAAC,CAAC,CAAC;QAEH,EAAE,CAAC,6CAA6C,EAAE,KAAK,IAAI,EAAE;YAC3D,MAAM,OAAO,GAAG,IAAI,CAAC,EAAE,EAAE,CAAC;YAC1B,MAAM,EAAE,WAAW,EAAE,GAAG,WAAW,CAAC,EAAE,GAAG,EAAE,CAAC,KAAK,EAAE,OAAO,EAAE,CAAC,CAAC;YAC9D,MAAM,CAAC,WAAW,CAAC,cAAc,CAAC,CAAC,CAAC,GAAG,CAAC,YAAY,EAAE,CAAC;YAEvD,MAAM,SAAS,CAAC,KAAK,CAAC,WAAW,CAAC,cAAc,CAAC,CAAC,CAAC;YACnD,MAAM,CAAC,OAAO,CAAC,CAAC,gBAAgB,EAAE,CAAC;QACrC,CAAC,CAAC,CAAC;QAEH,EAAE,CAAC,wBAAwB,EAAE,GAAG,EAAE;YAChC,MAAM,YAAY,GAAG,IAAI,CAAC;YAC1B,MAAM,iBAAiB,GAAG,MAAM,CAAC;YACjC,MAAM,EAAE,WAAW,EAAE,GAAG,WAAW,CAAC,EAAE,GAAG,EAAE,CAAC,KAAK,EAAE,YAAY,EAAE,iBAAiB,EAAE,CAAC,CAAC;YACtF,MAAM,CAAC,WAAW,CAAC,cAAc,CAAC,CAAC,CAAC,iBAAiB,EAAE,CAAC;QAC1D,CAAC,CAAC,CAAC;QAEH,EAAE,CAAC,yDAAyD,EAAE,KAAK,IAAI,EAAE;YACvE,MAAM,YAAY,GAAG,IAAI,CAAC;YAC1B,MAAM,iBAAiB,GAAG,MAAM,CAAC;YACjC,MAAM,mBAAmB,GAAG,IAAI,CAAC,EAAE,EAAE,CAAC;YACtC,MAAM,EAAE,WAAW,EAAE,GAAG,WAAW,CAAC,EAAE,GAAG,EAAE,CAAC,KAAK,EAAE,iBAAiB,EAAE,YAAY,EAAE,mBAAmB,EAAE,CAAC,CAAC;YAC3G,MAAM,CAAC,WAAW,CAAC,cAAc,CAAC,CAAC,CAAC,iBAAiB,EAAE,CAAC;YAExD,MAAM,SAAS,CAAC,KAAK,CAAC,WAAW,CAAC,cAAc,CAAC,CAAC,CAAC;YACnD,MAAM,CAAC,mBAAmB,CAAC,CAAC,gBAAgB,EAAE,CAAC;QACjD,CAAC,CAAC,CAAC;IACL,CAAC,CAAC,CAAC;AACL,CAAC,CAAC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Modal.types.js","sourceRoot":"","sources":["../../src/Modal/Modal.types.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/Modal/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,SAAS,CAAC"}
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import * as DropdownMenu from '@radix-ui/react-dropdown-menu';
|
|
3
|
+
import { getQTipData } from '../Tooltip/qTip.utilities';
|
|
4
|
+
import { InsertSeeqContent, SeeqActionDropdownItem, ViewWorkbench } from './variants';
|
|
5
|
+
const borderStyles = [
|
|
6
|
+
'tw-border-solid',
|
|
7
|
+
'tw-border',
|
|
8
|
+
'tw-rounded-sm',
|
|
9
|
+
'tw-border-sq-disabled-gray',
|
|
10
|
+
'dark:tw-border-gray-500',
|
|
11
|
+
].join(' ');
|
|
12
|
+
const bgStyles = ['tw-bg-sq-white', 'dark:tw-bg-sq-dark-background'].join(' ');
|
|
13
|
+
const disabledClasses = ['tw-opacity-50', 'tw-cursor-not-allowed'].join(' ');
|
|
14
|
+
const renderItem = (variant, item) => {
|
|
15
|
+
switch (variant) {
|
|
16
|
+
case 'create-workbench':
|
|
17
|
+
return React.createElement(SeeqActionDropdownItem, { ...item });
|
|
18
|
+
case 'view-workbench':
|
|
19
|
+
return React.createElement(ViewWorkbench, { ...item });
|
|
20
|
+
case 'insert-seeq-content':
|
|
21
|
+
return React.createElement(InsertSeeqContent, { ...item });
|
|
22
|
+
default:
|
|
23
|
+
return React.createElement(SeeqActionDropdownItem, { ...item });
|
|
24
|
+
}
|
|
25
|
+
};
|
|
26
|
+
const SeeqActionDropdown = ({ seeqActionDropdownItems, trigger, id, extraClassNames, containerTestId, disabled = false, align = 'end', placement = 'bottom', placementOffset = 5, alignOffset = -35, hasArrow = false, onOpenChange, isOpen, setFocusOnTriggerOnClose = true, keepFocusInsideDropdown = true, variant, ...tooltipProps }) => {
|
|
27
|
+
const tooltipData = getQTipData(tooltipProps);
|
|
28
|
+
return (React.createElement(DropdownMenu.Root, { defaultOpen: false, open: isOpen, onOpenChange: onOpenChange, modal: keepFocusInsideDropdown },
|
|
29
|
+
React.createElement(DropdownMenu.Trigger, { id: id, "data-testid": id, className: `tw-border-none focus-visible:tw-outline-none focus:tw-outline-none focus-within:tw-outline-none`, asChild: true, disabled: disabled },
|
|
30
|
+
React.createElement("div", { ...tooltipData, className: `tw-bg-transparent tw-flex tw-flex-col tw-items-center focus-visible:tw-outline-none focus:tw-outline-none focus-within:tw-outline-none ${disabled ? disabledClasses : ''} ${extraClassNames || ''}` }, trigger)),
|
|
31
|
+
React.createElement(DropdownMenu.Content, { sideOffset: placementOffset, side: placement, align: align, alignOffset: alignOffset, asChild: true, onCloseAutoFocus: (e) => !setFocusOnTriggerOnClose && e.preventDefault(), className: "focus-visible:tw-outline-none tw-outline-none" },
|
|
32
|
+
React.createElement("div", { "data-testid": containerTestId, className: bgStyles +
|
|
33
|
+
' tw-relative tw-z-[1200] tw-min-w-6 tw-py-2 focus-visible:tw-outline-none tw-outline-none' +
|
|
34
|
+
' data-[state=open]:tw-animate-in data-[state=closed]:tw-animate-out' +
|
|
35
|
+
' forceFont data-[side=top]:tw-animate-slideDownAndFade data-[side=right]:tw-animate-slideLeftAndFade data-[side=bottom]:tw-animate-slideUpAndFade data-[side=left]:tw-animate-slideRightAndFade ' +
|
|
36
|
+
borderStyles },
|
|
37
|
+
hasArrow && (React.createElement(DropdownMenu.Arrow, { asChild: true },
|
|
38
|
+
React.createElement("div", { className: " tw-fill-transparent tw-bg-white tw-w-[15px] tw-h-[15px] tw-rotate-45 dark:tw-bg-sq-dark-background tw-border-b tw-border-r tw-border-sq-disabled-gray dark:tw-border-gray-500 tw-mt-[-7px]" }))),
|
|
39
|
+
seeqActionDropdownItems.map((item, index) => {
|
|
40
|
+
return (React.createElement("div", { key: item.display + index },
|
|
41
|
+
React.createElement(DropdownMenu.Item, { onSelect: (e) => {
|
|
42
|
+
item.action(e);
|
|
43
|
+
}, className: `tw-cursor-pointer tw-flex dark:tw-text-sq-white hover:tw-bg-sq-gray-highlight dark:hover:tw-bg-sq-gray-highlight-dark tw-relative tw-select-none tw-outline-none data-[disabled]:tw-text-sq-disabled-gray data-[disabled]:tw-pointer-events-none`, "data-testid": item.testId, disabled: !item.enabled }, renderItem(variant, item)),
|
|
44
|
+
item.divider && (React.createElement(DropdownMenu.Separator, { "data-testid": `dropdown-divider-${index}`, className: "tw-h-[1px] tw-bg-sq-disabled-gray dark:tw-bg-gray-500 tw-my-[8px]" }))));
|
|
45
|
+
})))));
|
|
46
|
+
};
|
|
47
|
+
export default SeeqActionDropdown;
|
|
48
|
+
//# sourceMappingURL=SeeqActionDropdown.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SeeqActionDropdown.js","sourceRoot":"","sources":["../../src/SeeqActionDropdown/SeeqActionDropdown.tsx"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,80 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { QTip } from '../Tooltip/Qtip';
|
|
3
|
+
import Button from '../Button/Button';
|
|
4
|
+
import SeeqActionDropdown from './SeeqActionDropdown';
|
|
5
|
+
export default {
|
|
6
|
+
title: 'Seeq Action Dropdown',
|
|
7
|
+
};
|
|
8
|
+
const options = [
|
|
9
|
+
{
|
|
10
|
+
display: 'New Workbook',
|
|
11
|
+
text: 'This is a workbook to show details about your data. You can make changes to your account',
|
|
12
|
+
icon: 'fc-analysis',
|
|
13
|
+
id: 'newWorkbook',
|
|
14
|
+
enabled: true,
|
|
15
|
+
iconExtraClassNames: 'workbenchDisplay',
|
|
16
|
+
action: () => { },
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
display: 'New Report Binder',
|
|
20
|
+
text: 'This is a data tab to show details about your data. You can make changes to your account',
|
|
21
|
+
icon: 'fc-report',
|
|
22
|
+
enabled: true,
|
|
23
|
+
action: () => { },
|
|
24
|
+
id: 'newReportBinder',
|
|
25
|
+
},
|
|
26
|
+
{
|
|
27
|
+
display: 'New Datalab',
|
|
28
|
+
text: 'This is a data tab to show details about your data. You can make changes to your account',
|
|
29
|
+
icon: 'fc-seeq-datalab',
|
|
30
|
+
id: 'newDataLab',
|
|
31
|
+
enabled: false,
|
|
32
|
+
action: () => { },
|
|
33
|
+
divider: true,
|
|
34
|
+
},
|
|
35
|
+
{
|
|
36
|
+
display: 'Folder',
|
|
37
|
+
icon: 'fc-folder',
|
|
38
|
+
action: () => { },
|
|
39
|
+
id: 'newFolder',
|
|
40
|
+
},
|
|
41
|
+
];
|
|
42
|
+
export const AllSeeqActionDropdownVariants = () => {
|
|
43
|
+
const [openDropdown, setOpenDropdown] = React.useState('');
|
|
44
|
+
const allSeeqActionDropdowns = (color, isDark) => (React.createElement("div", { className: isDark ? 'tw-dark tw-bg-sq-dark-background' : '' },
|
|
45
|
+
React.createElement("div", { className: "tw-p-5 " },
|
|
46
|
+
React.createElement(SeeqActionDropdown, { trigger: React.createElement(Button, { label: "New", icon: "fa-plus", variant: "theme" }), key: "seeqActionDropdownItem", "data-testid": "homeScreenNewButton", id: "seeqActionDropdownItem", align: "start", alignOffset: 0, placementOffset: 0, variant: "create-workbench", seeqActionDropdownItems: options })),
|
|
47
|
+
React.createElement("div", { className: "tw-p-5 " },
|
|
48
|
+
React.createElement("div", { className: "dark:tw-text-white tw-text-xs" }, "New workbench with arrow"),
|
|
49
|
+
React.createElement(SeeqActionDropdown, { trigger: React.createElement(Button, { label: "New", icon: "fa-plus", variant: "theme" }), key: "seeqActionDropdownItem", "data-testid": "homeScreenNewButton", id: "seeqActionDropdownItem", align: "start", alignOffset: 0, hasArrow: true, variant: "create-workbench", placementOffset: 0, seeqActionDropdownItems: options })),
|
|
50
|
+
React.createElement("div", { className: "tw-p-5 " },
|
|
51
|
+
React.createElement("div", { className: "dark:tw-text-white tw-text-xs" }, "New workbench with center align"),
|
|
52
|
+
React.createElement(SeeqActionDropdown, { trigger: React.createElement(Button, { label: "New", icon: "fa-plus", variant: "theme" }), key: "seeqActionDropdownItem", "data-testid": "homeScreenNewButton", id: "seeqActionDropdownItem", align: "center", alignOffset: 0, hasArrow: true, variant: "create-workbench", placementOffset: 0, seeqActionDropdownItems: options })),
|
|
53
|
+
React.createElement("div", { className: "tw-p-5 " },
|
|
54
|
+
React.createElement("div", { className: "dark:tw-text-white tw-text-xs" }, "New workbench with disabled button"),
|
|
55
|
+
React.createElement(SeeqActionDropdown, { trigger: React.createElement(Button, { label: "New", icon: "fa-plus", variant: "theme" }), key: "seeqActionDropdownItem", "data-testid": "homeScreenNewButton", id: "seeqActionDropdownItem", align: "center", disabled: true, variant: "create-workbench", alignOffset: 0, hasArrow: true, placementOffset: 0, seeqActionDropdownItems: options })),
|
|
56
|
+
React.createElement("div", { className: "tw-p-5 " },
|
|
57
|
+
React.createElement("div", { className: "dark:tw-text-white tw-text-xs" }, "View workbench"),
|
|
58
|
+
React.createElement(SeeqActionDropdown, { trigger: React.createElement(Button, { label: "View", icon: "fa-plus", variant: "theme" }), key: "seeqActionDropdownItem", "data-testid": "homeScreenNewButton", id: "seeqActionDropdownItem", align: "center", variant: "view-workbench", alignOffset: 0, placementOffset: 0, seeqActionDropdownItems: options })),
|
|
59
|
+
React.createElement("div", { className: "tw-p-5 " },
|
|
60
|
+
React.createElement("div", { className: "dark:tw-text-white tw-text-xs" }, "Insert seeq content"),
|
|
61
|
+
React.createElement(SeeqActionDropdown, { trigger: React.createElement(Button, { label: "Insert", icon: "fc-plus", variant: "theme" }), key: "seeqActionDropdownItem", "data-testid": "homeScreenNewButton", id: "seeqActionDropdownItem", align: "center", variant: "insert-seeq-content", alignOffset: 0, placementOffset: 0, seeqActionDropdownItems: options }))));
|
|
62
|
+
const renderAllVariations = (color) => (React.createElement("div", { className: "tw-grid tw-grid-cols-2 tw-gap-4 tw-p-4" },
|
|
63
|
+
allSeeqActionDropdowns(color),
|
|
64
|
+
allSeeqActionDropdowns(color, true)));
|
|
65
|
+
return (React.createElement("div", { className: "tw-grid tw-grid-cols-4 tw-gap-4" },
|
|
66
|
+
React.createElement(QTip, null),
|
|
67
|
+
React.createElement("div", { className: "color_topic" },
|
|
68
|
+
React.createElement("b", null, "Topic Colors"),
|
|
69
|
+
renderAllVariations('topic')),
|
|
70
|
+
React.createElement("div", { className: "color_analysis" },
|
|
71
|
+
React.createElement("b", null, "Analysis Colors"),
|
|
72
|
+
renderAllVariations('analysis')),
|
|
73
|
+
React.createElement("div", { className: "color_datalab" },
|
|
74
|
+
React.createElement("b", null, "Datalab Colors"),
|
|
75
|
+
renderAllVariations('datalab')),
|
|
76
|
+
React.createElement("div", { className: "color_vantage" },
|
|
77
|
+
React.createElement("b", null, "Vantage Colors"),
|
|
78
|
+
renderAllVariations('vantage'))));
|
|
79
|
+
};
|
|
80
|
+
//# sourceMappingURL=SeeqActionDropdown.stories.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SeeqActionDropdown.stories.js","sourceRoot":"","sources":["../../src/SeeqActionDropdown/SeeqActionDropdown.stories.tsx"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,73 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import '@testing-library/jest-dom';
|
|
3
|
+
import { render, screen } from '@testing-library/react';
|
|
4
|
+
import userEvent from '@testing-library/user-event';
|
|
5
|
+
import Icon from '../Icon';
|
|
6
|
+
import SeeqActionDropdown from './SeeqActionDropdown';
|
|
7
|
+
describe('SeeqActionDropdown', () => {
|
|
8
|
+
const mockOnClick = jest.fn();
|
|
9
|
+
const testId = 'trigger-icon';
|
|
10
|
+
class Context {
|
|
11
|
+
props = {
|
|
12
|
+
trigger: (React.createElement(Icon, { icon: "fc-more", type: "text", testId: testId, extraClassNames: "tw-text-sq-text-color dark:tw-text-sq-white tw-w-[18px]" })),
|
|
13
|
+
containerTestId: 'basic-dropdown1',
|
|
14
|
+
tooltip: 'This is a small dropdown.',
|
|
15
|
+
tooltipDelay: 0,
|
|
16
|
+
tooltipPlacement: 'top',
|
|
17
|
+
variant: 'create-workbench',
|
|
18
|
+
isHtmlTooltip: false,
|
|
19
|
+
seeqActionDropdownItems: [
|
|
20
|
+
{ display: 'Orange', icon: 'fc-data-file', action: mockOnClick, enabled: true },
|
|
21
|
+
{ display: 'Mango', icon: 'fc-user-community', action: mockOnClick, enabled: true },
|
|
22
|
+
{ display: 'Guava', icon: 'fc-user-community', action: mockOnClick },
|
|
23
|
+
{ display: 'Banana', icon: 'fc-user-community', action: mockOnClick },
|
|
24
|
+
],
|
|
25
|
+
};
|
|
26
|
+
}
|
|
27
|
+
let tc;
|
|
28
|
+
beforeEach(() => {
|
|
29
|
+
tc = new Context();
|
|
30
|
+
jest.clearAllMocks();
|
|
31
|
+
});
|
|
32
|
+
const renderSeeqActionDropdown = (props) => render(React.createElement(SeeqActionDropdown, { ...props }));
|
|
33
|
+
const openDropdown = async () => {
|
|
34
|
+
const popover = screen.getByTestId(testId);
|
|
35
|
+
await userEvent.click(popover);
|
|
36
|
+
};
|
|
37
|
+
test('renders trigger and opens dropdown content on trigger click', async () => {
|
|
38
|
+
renderSeeqActionDropdown(tc.props);
|
|
39
|
+
expect(screen.getByTestId('trigger-icon')).toBeInTheDocument();
|
|
40
|
+
await openDropdown();
|
|
41
|
+
expect(screen.getByText('Orange')).toBeInTheDocument();
|
|
42
|
+
});
|
|
43
|
+
test('renders dividers correctly', async () => {
|
|
44
|
+
tc.props.seeqActionDropdownItems[1].divider = true;
|
|
45
|
+
renderSeeqActionDropdown(tc.props);
|
|
46
|
+
expect(screen.getByTestId('trigger-icon')).toBeInTheDocument();
|
|
47
|
+
await openDropdown();
|
|
48
|
+
expect(screen.getByText('Orange')).toBeInTheDocument();
|
|
49
|
+
expect(screen.getByTestId('dropdown-divider-1')).toBeInTheDocument();
|
|
50
|
+
});
|
|
51
|
+
test('calls onClick handler when dropdown item is selected', async () => {
|
|
52
|
+
renderSeeqActionDropdown(tc.props);
|
|
53
|
+
await openDropdown();
|
|
54
|
+
const item1 = screen.getByText('Orange');
|
|
55
|
+
await userEvent.click(item1);
|
|
56
|
+
expect(mockOnClick).toHaveBeenCalledTimes(1);
|
|
57
|
+
});
|
|
58
|
+
test('closes dropdown when item is clicked', async () => {
|
|
59
|
+
renderSeeqActionDropdown(tc.props);
|
|
60
|
+
await openDropdown();
|
|
61
|
+
const item1 = screen.getByText('Orange');
|
|
62
|
+
await userEvent.click(item1);
|
|
63
|
+
expect(mockOnClick).toHaveBeenCalledTimes(1);
|
|
64
|
+
expect(screen.queryByText('Orange')).not.toBeInTheDocument();
|
|
65
|
+
});
|
|
66
|
+
test('does not open when disabled', async () => {
|
|
67
|
+
tc.props.disabled = true;
|
|
68
|
+
renderSeeqActionDropdown(tc.props);
|
|
69
|
+
await openDropdown();
|
|
70
|
+
expect(screen.queryByText('Orange')).not.toBeInTheDocument();
|
|
71
|
+
});
|
|
72
|
+
});
|
|
73
|
+
//# sourceMappingURL=SeeqActionDropdown.test.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SeeqActionDropdown.test.js","sourceRoot":"","sources":["../../src/SeeqActionDropdown/SeeqActionDropdown.test.tsx"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SeeqActionDropdown.types.js","sourceRoot":"","sources":["../../src/SeeqActionDropdown/SeeqActionDropdown.types.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/SeeqActionDropdown/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,sBAAsB,CAAC"}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import Icon from '../Icon/Icon';
|
|
3
|
+
export const SeeqActionDropdownItem = (item) => {
|
|
4
|
+
return (React.createElement("div", { className: "tw-flex-col tw-flex tw-p-[10px] tw-pl-5 tw-w-[600px]" },
|
|
5
|
+
React.createElement("div", { className: "tw-flex tw-flex-row tw-gap-2 tw-items-end" },
|
|
6
|
+
item.icon && (React.createElement(Icon, { icon: item.icon, type: "text", extraClassNames: 'tw-rounded-[3px] tw-h-8 tw-w-8 tw-flex tw-justify-center tw-items-center tw-bg-sq-color-dark dark:tw-text-sq-white tw-text-[22px] tw-text-sq-white ' +
|
|
7
|
+
item.iconExtraClassNames })),
|
|
8
|
+
React.createElement("h4", { className: "tw-text-base tw-font-[600] tw-leading-[20px] mb-0" }, item.display)),
|
|
9
|
+
React.createElement("div", { className: "tw-text-[13px] tw-font-normal" }, item.text)));
|
|
10
|
+
};
|
|
11
|
+
export const ViewWorkbench = (item) => {
|
|
12
|
+
return (React.createElement("div", { className: "tw-flex-col tw-flex tw-p-[10px]" },
|
|
13
|
+
React.createElement("div", { className: "tw-flex tw-flex-row tw-gap-2 tw-items-end" },
|
|
14
|
+
item.icon && (React.createElement(Icon, { icon: item.icon, type: "text", extraClassNames: 'tw-flex tw-justify-center tw-items-center tw-text-[20px] dark:tw-text-sq-white tw-text-sq-text-color ' +
|
|
15
|
+
item.iconExtraClassNames })),
|
|
16
|
+
React.createElement("div", { className: "tw-text-[13px]" }, item.display))));
|
|
17
|
+
};
|
|
18
|
+
export const InsertSeeqContent = (item) => {
|
|
19
|
+
return (React.createElement("div", { className: "tw-flex-col tw-flex tw-justify-start tw-p-[10px] tw-font-normal tw-text-left dark:tw-text-sq-white tw-text-sq-text-color" },
|
|
20
|
+
React.createElement("h5", { className: "tw-text-[15px] tw-leading-[18px]" }, item.display),
|
|
21
|
+
React.createElement("div", { className: "tw-text-[11px] tw-text-[#999] !tw-mt-1" }, item.text)));
|
|
22
|
+
};
|
|
23
|
+
//# sourceMappingURL=variants.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"variants.js","sourceRoot":"","sources":["../../src/SeeqActionDropdown/variants.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,IAAI,MAAM,cAAc,CAAC;AAEhC,MAAM,CAAC,MAAM,sBAAsB,GAAsC,CAAC,IAAI,EAAE,EAAE;IAChF,OAAO,CACL,6BAAK,SAAS,EAAC,sDAAsD;QACnE,6BAAK,SAAS,EAAC,2CAA2C;YACvD,IAAI,CAAC,IAAI,IAAI,CACZ,oBAAC,IAAI,IACH,IAAI,EAAE,IAAI,CAAC,IAAI,EACf,IAAI,EAAC,MAAM,EACX,eAAe,EACb,qJAAqJ;oBACrJ,IAAI,CAAC,mBAAmB,GAE1B,CACH;YACD,4BAAI,SAAS,EAAC,mDAAmD,IAAE,IAAI,CAAC,OAAO,CAAM,CACjF;QACN,6BAAK,SAAS,EAAC,+BAA+B,IAAE,IAAI,CAAC,IAAI,CAAO,CAC5D,CACP,CAAC;AACJ,CAAC,CAAC;AAEF,MAAM,CAAC,MAAM,aAAa,GAAsC,CAAC,IAAI,EAAE,EAAE;IACvE,OAAO,CACL,6BAAK,SAAS,EAAC,iCAAiC;QAC9C,6BAAK,SAAS,EAAC,2CAA2C;YACvD,IAAI,CAAC,IAAI,IAAI,CACZ,oBAAC,IAAI,IACH,IAAI,EAAE,IAAI,CAAC,IAAI,EACf,IAAI,EAAC,MAAM,EACX,eAAe,EACb,uGAAuG;oBACvG,IAAI,CAAC,mBAAmB,GAE1B,CACH;YACD,6BAAK,SAAS,EAAC,gBAAgB,IAAE,IAAI,CAAC,OAAO,CAAO,CAChD,CACF,CACP,CAAC;AACJ,CAAC,CAAC;AAEF,MAAM,CAAC,MAAM,iBAAiB,GAAsC,CAAC,IAAI,EAAE,EAAE;IAC3E,OAAO,CACL,6BAAK,SAAS,EAAC,0HAA0H;QACvI,4BAAI,SAAS,EAAC,kCAAkC,IAAE,IAAI,CAAC,OAAO,CAAM;QACpE,6BAAK,SAAS,EAAC,wCAAwC,IAAE,IAAI,CAAC,IAAI,CAAO,CACrE,CACP,CAAC;AACJ,CAAC,CAAC"}
|