@oliasoft-open-source/react-ui-library 1.0.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/.eslintignore +2 -0
- package/.eslintrc.js +125 -0
- package/.gitlab-ci.yml +45 -0
- package/.husky/pre-commit +4 -0
- package/.prettierignore +3 -0
- package/.prettierrc +4 -0
- package/.storybook/main.js +36 -0
- package/.storybook/preview.js +40 -0
- package/.storybook/storybook.less +8 -0
- package/LICENSE +21 -0
- package/README.md +5 -0
- package/babel.config.js +31 -0
- package/index.js +76 -0
- package/jest.config.js +9 -0
- package/package.json +136 -0
- package/src/components/accordion/accordion.jsx +132 -0
- package/src/components/accordion/accordion.module.less +66 -0
- package/src/components/accordion/accordion.stories.jsx +171 -0
- package/src/components/accordion/chevron/chevron.jsx +12 -0
- package/src/components/accordion/chevron/chevron.module.less +12 -0
- package/src/components/accordion/helpers/accordion-with-default-toggle.jsx +106 -0
- package/src/components/accordion/helpers/accordion-with-default-toggle.module.less +24 -0
- package/src/components/actions/actions.jsx +129 -0
- package/src/components/actions/actions.module.less +44 -0
- package/src/components/actions/actions.shape.js +32 -0
- package/src/components/actions/actions.stories.jsx +79 -0
- package/src/components/badge/badge.jsx +58 -0
- package/src/components/badge/badge.module.less +55 -0
- package/src/components/badge/badge.stories.jsx +31 -0
- package/src/components/breadcrumb/breadcrumb.jsx +49 -0
- package/src/components/breadcrumb/breadcrumb.module.less +39 -0
- package/src/components/breadcrumb/breadcrumb.stories.jsx +45 -0
- package/src/components/breadcrumb/link.jsx +31 -0
- package/src/components/button/button.jsx +156 -0
- package/src/components/button/button.module.less +300 -0
- package/src/components/button/button.stories.jsx +74 -0
- package/src/components/button-group/button-group.jsx +140 -0
- package/src/components/button-group/button-group.module.less +24 -0
- package/src/components/button-group/button-group.stories-data.jsx +67 -0
- package/src/components/button-group/button-group.stories.jsx +63 -0
- package/src/components/buttons-and-links.stories.mdx +55 -0
- package/src/components/card/card.jsx +51 -0
- package/src/components/card/card.module.less +48 -0
- package/src/components/card/card.stories.jsx +39 -0
- package/src/components/check-box/check-box.jsx +92 -0
- package/src/components/check-box/check-box.module.less +101 -0
- package/src/components/check-box/check-box.stories.jsx +27 -0
- package/src/components/color/color.stories-data.jsx +71 -0
- package/src/components/color/color.stories.mdx +37 -0
- package/src/components/dialog/dialog.jsx +64 -0
- package/src/components/dialog/dialog.module.less +76 -0
- package/src/components/divider/divider.jsx +40 -0
- package/src/components/divider/divider.module.less +28 -0
- package/src/components/divider/divider.stories.jsx +50 -0
- package/src/components/drawer/drawer-tabs.jsx +43 -0
- package/src/components/drawer/drawer.jsx +150 -0
- package/src/components/drawer/drawer.module.less +167 -0
- package/src/components/drawer/drawer.stories.jsx +156 -0
- package/src/components/empty/empty.jsx +52 -0
- package/src/components/empty/empty.module.less +17 -0
- package/src/components/empty/empty.stories.jsx +26 -0
- package/src/components/file-input/file-input.jsx +101 -0
- package/src/components/file-input/file-input.module.less +3 -0
- package/src/components/file-input/file-input.stories.jsx +109 -0
- package/src/components/form/field.jsx +96 -0
- package/src/components/form/field.stories.jsx +101 -0
- package/src/components/form/form.module.less +30 -0
- package/src/components/form/form.stories.jsx +191 -0
- package/src/components/heading/heading.jsx +105 -0
- package/src/components/heading/heading.module.less +59 -0
- package/src/components/heading/heading.stories.jsx +60 -0
- package/src/components/icon/deprecated-icon.jsx +97 -0
- package/src/components/icon/icon.jsx +71 -0
- package/src/components/icon/icon.module.less +33 -0
- package/src/components/icon/icon.stories.jsx +37 -0
- package/src/components/icon/icons.example.module.less +4 -0
- package/src/components/input/input.jsx +167 -0
- package/src/components/input/input.module.less +94 -0
- package/src/components/input/input.stories.jsx +28 -0
- package/src/components/input-group/input-group-addon/input-group-addon.jsx +36 -0
- package/src/components/input-group/input-group-addon/input-group-addon.module.less +31 -0
- package/src/components/input-group/input-group.jsx +51 -0
- package/src/components/input-group/input-group.module.less +10 -0
- package/src/components/input-group/input-group.stories.jsx +77 -0
- package/src/components/input-validation.stories.mdx +61 -0
- package/src/components/inputs.stories.mdx +201 -0
- package/src/components/label/label.jsx +115 -0
- package/src/components/label/label.module.less +43 -0
- package/src/components/label/label.stories.jsx +60 -0
- package/src/components/layout/column/column.jsx +85 -0
- package/src/components/layout/column/styles.js +45 -0
- package/src/components/layout/column.stories.jsx +60 -0
- package/src/components/layout/examples/afe.stories.jsx +180 -0
- package/src/components/layout/examples/blowout.stories.jsx +68 -0
- package/src/components/layout/examples/casing-loads.stories.jsx +297 -0
- package/src/components/layout/examples/formation.stories.jsx +110 -0
- package/src/components/layout/examples/projects.stories.jsx +108 -0
- package/src/components/layout/examples/reservoirs.stories.jsx +211 -0
- package/src/components/layout/examples/site.stories.jsx +263 -0
- package/src/components/layout/flex/flex.jsx +48 -0
- package/src/components/layout/flex/flex.stories.jsx +54 -0
- package/src/components/layout/form-row/form-row.jsx +15 -0
- package/src/components/layout/form-row/form-row.module.less +11 -0
- package/src/components/layout/grid/grid.jsx +62 -0
- package/src/components/layout/grid/grid.stories.jsx +65 -0
- package/src/components/layout/page/page.jsx +42 -0
- package/src/components/layout/page/page.module.less +27 -0
- package/src/components/layout/page.stories.jsx +93 -0
- package/src/components/layout/placeholder.jsx +2 -0
- package/src/components/layout/print-header/print-header.jsx +22 -0
- package/src/components/layout/print-header/print-header.module.less +9 -0
- package/src/components/layout/row/row.jsx +75 -0
- package/src/components/layout/row/row.module.less +7 -0
- package/src/components/layout/spacer/spacer.jsx +26 -0
- package/src/components/layout/spacer/spacer.stories.jsx +50 -0
- package/src/components/layout-forms.stories.mdx +104 -0
- package/src/components/layout-general.stories.mdx +215 -0
- package/src/components/list/list-row/item-content.jsx +15 -0
- package/src/components/list/list-row/label.jsx +11 -0
- package/src/components/list/list-row/list-heading.jsx +52 -0
- package/src/components/list/list-row/list-row.jsx +128 -0
- package/src/components/list/list-row/list-subheading.jsx +72 -0
- package/src/components/list/list-row/meta-content.jsx +24 -0
- package/src/components/list/list-row/meta-count.jsx +10 -0
- package/src/components/list/list-row/name.jsx +45 -0
- package/src/components/list/list.jsx +276 -0
- package/src/components/list/list.module.less +256 -0
- package/src/components/list/list.stories-data.jsx +287 -0
- package/src/components/list/list.stories.jsx +458 -0
- package/src/components/list/toggle-narrow.jsx +13 -0
- package/src/components/loader/loader.jsx +63 -0
- package/src/components/loader/loader.module.less +63 -0
- package/src/components/loader/loader.stories.jsx +155 -0
- package/src/components/menu/index.js +7 -0
- package/src/components/menu/layer/divider.jsx +4 -0
- package/src/components/menu/layer/heading.jsx +15 -0
- package/src/components/menu/layer/layer.jsx +82 -0
- package/src/components/menu/layer/option.jsx +77 -0
- package/src/components/menu/layer/path.js +44 -0
- package/src/components/menu/layer/placementOptions.js +6 -0
- package/src/components/menu/layer/section.jsx +66 -0
- package/src/components/menu/menu.jsx +359 -0
- package/src/components/menu/menu.module.less +241 -0
- package/src/components/menu/menu.stories-data.jsx +168 -0
- package/src/components/menu/menu.stories.jsx +126 -0
- package/src/components/menu/menu.test.js +58 -0
- package/src/components/menu/trigger/button.jsx +50 -0
- package/src/components/menu/trigger/component.jsx +14 -0
- package/src/components/menu/trigger/text.jsx +25 -0
- package/src/components/menu/trigger/trigger.jsx +86 -0
- package/src/components/message/dismiss.jsx +26 -0
- package/src/components/message/message.jsx +137 -0
- package/src/components/message/message.module.less +114 -0
- package/src/components/message/message.stories.jsx +84 -0
- package/src/components/modal/modal.jsx +50 -0
- package/src/components/modal/modal.module.less +35 -0
- package/src/components/modal/modal.stories.jsx +159 -0
- package/src/components/option-dropdown/heading.jsx +6 -0
- package/src/components/option-dropdown/layer.jsx +81 -0
- package/src/components/option-dropdown/option-dropdown.jsx +53 -0
- package/src/components/option-dropdown/option-dropdown.module.less +50 -0
- package/src/components/option-dropdown/option-dropdown.stories.jsx +35 -0
- package/src/components/option-dropdown/option.jsx +13 -0
- package/src/components/pagination/pagination.jsx +139 -0
- package/src/components/pagination/pagination.module.less +11 -0
- package/src/components/pagination/pagination.stories.jsx +78 -0
- package/src/components/pagination/pagination.test.js +92 -0
- package/src/components/pagination/pagination.viewdata.js +66 -0
- package/src/components/pop-confirm/content.jsx +25 -0
- package/src/components/pop-confirm/pop-confirm.jsx +61 -0
- package/src/components/pop-confirm/pop-confirm.module.less +18 -0
- package/src/components/pop-confirm/pop-confirm.stories.jsx +53 -0
- package/src/components/popover/popover.jsx +112 -0
- package/src/components/popover/popover.module.less +22 -0
- package/src/components/popover/popover.stories.jsx +59 -0
- package/src/components/portal/portal.jsx +16 -0
- package/src/components/portal/portal.stories.jsx +69 -0
- package/src/components/progress-bar/progress-bar.jsx +64 -0
- package/src/components/progress-bar/progress-bar.module.less +64 -0
- package/src/components/progress-bar/progress-bar.stories.jsx +23 -0
- package/src/components/radio-button/radio-button.jsx +139 -0
- package/src/components/radio-button/radio-button.module.less +135 -0
- package/src/components/radio-button/radio-button.stories.jsx +37 -0
- package/src/components/radio-button/radio-input.jsx +52 -0
- package/src/components/select/custom-select/custom-select.jsx +440 -0
- package/src/components/select/custom-select/custom-select.module.less +123 -0
- package/src/components/select/custom-select/custom-select.reducer.js +157 -0
- package/src/components/select/custom-select/layer/heading.jsx +13 -0
- package/src/components/select/custom-select/layer/layer.jsx +73 -0
- package/src/components/select/custom-select/layer/option.jsx +54 -0
- package/src/components/select/custom-select/layer/placementOptions.js +7 -0
- package/src/components/select/custom-select/layer/section.jsx +35 -0
- package/src/components/select/custom-select/trigger/input.jsx +100 -0
- package/src/components/select/custom-select/trigger/trigger.jsx +155 -0
- package/src/components/select/custom-select/trigger/trigger.module.less +289 -0
- package/src/components/select/native-select/native-select.jsx +198 -0
- package/src/components/select/native-select/native-select.module.less +107 -0
- package/src/components/select/select.input.js +146 -0
- package/src/components/select/select.jsx +207 -0
- package/src/components/select/select.stories-data.jsx +92 -0
- package/src/components/select/select.stories.jsx +135 -0
- package/src/components/select/select.test.js +519 -0
- package/src/components/side-bar/container.module.less +29 -0
- package/src/components/side-bar/link.jsx +83 -0
- package/src/components/side-bar/sections.jsx +23 -0
- package/src/components/side-bar/side-bar.jsx +102 -0
- package/src/components/side-bar/side-bar.module.less +137 -0
- package/src/components/side-bar/side-bar.stories.jsx +101 -0
- package/src/components/slider/rc-slider.less +47 -0
- package/src/components/slider/slider-tooltip.jsx +20 -0
- package/src/components/slider/slider.jsx +233 -0
- package/src/components/slider/slider.module.less +40 -0
- package/src/components/slider/slider.stories.jsx +110 -0
- package/src/components/spinner/spinner.jsx +37 -0
- package/src/components/spinner/spinner.module.less +115 -0
- package/src/components/spinner/spinner.stories.jsx +24 -0
- package/src/components/table/cell/cell.jsx +614 -0
- package/src/components/table/cell/cell.module.less +152 -0
- package/src/components/table/footer/footer.jsx +66 -0
- package/src/components/table/footer/footer.module.less +14 -0
- package/src/components/table/helper.js +64 -0
- package/src/components/table/helper.test.js +166 -0
- package/src/components/table/icon/icon.module.less +31 -0
- package/src/components/table/row/expanded-content-row.jsx +16 -0
- package/src/components/table/row/row.jsx +253 -0
- package/src/components/table/row/row.module.less +62 -0
- package/src/components/table/table-scroll-wrapper.jsx +48 -0
- package/src/components/table/table.jsx +232 -0
- package/src/components/table/table.module.less +145 -0
- package/src/components/table/table.stories-data.jsx +752 -0
- package/src/components/table/table.stories.jsx +814 -0
- package/src/components/table/table.test.js +30 -0
- package/src/components/table/table.variables.less +19 -0
- package/src/components/table/table.viewdata.js +26 -0
- package/src/components/table/title/title.jsx +30 -0
- package/src/components/table/title/title.module.less +9 -0
- package/src/components/tabs/content.jsx +14 -0
- package/src/components/tabs/label.jsx +50 -0
- package/src/components/tabs/tabs.jsx +191 -0
- package/src/components/tabs/tabs.module.less +73 -0
- package/src/components/tabs/tabs.stories.jsx +110 -0
- package/src/components/text/text.jsx +64 -0
- package/src/components/text/text.module.less +45 -0
- package/src/components/text/text.stories.jsx +31 -0
- package/src/components/text-link/text-link.jsx +23 -0
- package/src/components/text-link/text-link.stories.jsx +20 -0
- package/src/components/textarea/textarea.jsx +126 -0
- package/src/components/textarea/textarea.module.less +55 -0
- package/src/components/textarea/textarea.stories.jsx +26 -0
- package/src/components/toaster/toaster.jsx +39 -0
- package/src/components/toaster/toaster.less +17 -0
- package/src/components/toaster/toaster.stories.jsx +116 -0
- package/src/components/toggle/toggle.jsx +65 -0
- package/src/components/toggle/toggle.module.less +139 -0
- package/src/components/toggle/toggle.stories.jsx +26 -0
- package/src/components/tooltip/tooltip-layer.jsx +72 -0
- package/src/components/tooltip/tooltip.jsx +108 -0
- package/src/components/tooltip/tooltip.module.less +28 -0
- package/src/components/tooltip/tooltip.stories.jsx +71 -0
- package/src/components/top-bar/element/element.jsx +72 -0
- package/src/components/top-bar/element/link.jsx +29 -0
- package/src/components/top-bar/title.jsx +24 -0
- package/src/components/top-bar/top-bar.jsx +79 -0
- package/src/components/top-bar/top-bar.module.less +191 -0
- package/src/components/top-bar/top-bar.stories.jsx +137 -0
- package/src/components/top-bar/warning.jsx +6 -0
- package/src/components/tree/tree-item.jsx +79 -0
- package/src/components/tree/tree-placeholder.jsx +6 -0
- package/src/components/tree/tree.jsx +129 -0
- package/src/components/tree/tree.module.less +33 -0
- package/src/components/tree/tree.stories-data.jsx +89 -0
- package/src/components/tree/tree.stories.jsx +106 -0
- package/src/docs/components/page/page.jsx +16 -0
- package/src/docs/config/config.js +1 -0
- package/src/docs/html/favicon.png +0 -0
- package/src/docs/html/index.html +11 -0
- package/src/docs/navigation/footer/footer.jsx +48 -0
- package/src/docs/navigation/header/header.jsx +39 -0
- package/src/docs/navigation/header/header.module.less +32 -0
- package/src/docs/navigation/routes/routes.jsx +16 -0
- package/src/docs/start.jsx +12 -0
- package/src/docs/views/main/main.jsx +209 -0
- package/src/docs/views/main/main.module.less +14 -0
- package/src/docs/views/not-found/not-found.jsx +5 -0
- package/src/helpers/disabled-context.js +8 -0
- package/src/helpers/styles.js +68 -0
- package/src/helpers/text.js +6 -0
- package/src/helpers/types.js +5 -0
- package/src/hooks/index.js +3 -0
- package/src/hooks/use-focus.js +11 -0
- package/src/hooks/use-keyboard-event.js +16 -0
- package/src/hooks/use-window-width.js +20 -0
- package/src/images/icons/icon-drop.png +0 -0
- package/src/images/icons/icon-share.png +0 -0
- package/src/images/icons/icons8-junction.svg +4 -0
- package/src/images/logo.png +0 -0
- package/src/images/logo.svg +13 -0
- package/src/images/oliasoft-logo.svg +1 -0
- package/src/style/colors.less +26 -0
- package/src/style/external.less +10 -0
- package/src/style/fonts/lato/Lato-Bold.woff2 +0 -0
- package/src/style/fonts/lato/Lato-BoldItalic.woff2 +0 -0
- package/src/style/fonts/lato/Lato-Italic.woff2 +0 -0
- package/src/style/fonts/lato/Lato-Regular.woff2 +0 -0
- package/src/style/fonts.less +27 -0
- package/src/style/global.less +51 -0
- package/src/style/mixins.less +67 -0
- package/src/style/reset/reset.less +34 -0
- package/src/style/shared.less +25 -0
- package/src/style/theme.dark.less +37 -0
- package/src/style/theme.default.less +74 -0
- package/src/style/variables.less +49 -0
- package/webpack/webpack.common.js +39 -0
- package/webpack/webpack.common.rules.js +102 -0
- package/webpack/webpack.dev.js +22 -0
- package/webpack/webpack.prod.js +23 -0
- package/webpack/webpack.resolve.js +22 -0
|
@@ -0,0 +1,155 @@
|
|
|
1
|
+
import React, { useState } from 'react';
|
|
2
|
+
import { Loader, ProgressBar, Spinner, Spacer, Button, Card } from '../../..';
|
|
3
|
+
|
|
4
|
+
export default {
|
|
5
|
+
title: 'Progress/Loader',
|
|
6
|
+
component: Loader,
|
|
7
|
+
argTypes: {
|
|
8
|
+
theme: {
|
|
9
|
+
control: {
|
|
10
|
+
type: 'inline-radio',
|
|
11
|
+
},
|
|
12
|
+
options: ['white', 'light', 'dark'],
|
|
13
|
+
},
|
|
14
|
+
},
|
|
15
|
+
args: {
|
|
16
|
+
theme: 'white',
|
|
17
|
+
text: 'Loading...',
|
|
18
|
+
width: '100%',
|
|
19
|
+
height: '100%',
|
|
20
|
+
fullViewPortSize: false,
|
|
21
|
+
},
|
|
22
|
+
decorators: [
|
|
23
|
+
(story) => (
|
|
24
|
+
<div style={{ height: '200px', position: 'relative' }}>{story()}</div>
|
|
25
|
+
),
|
|
26
|
+
],
|
|
27
|
+
parameters: {
|
|
28
|
+
docs: {
|
|
29
|
+
source: {
|
|
30
|
+
excludeDecorators: true,
|
|
31
|
+
},
|
|
32
|
+
},
|
|
33
|
+
},
|
|
34
|
+
};
|
|
35
|
+
|
|
36
|
+
const SpinnerTemplate = (args) => {
|
|
37
|
+
const { theme } = args;
|
|
38
|
+
return (
|
|
39
|
+
<Loader
|
|
40
|
+
// eslint-disable-next-line react/jsx-props-no-spreading
|
|
41
|
+
{...args}
|
|
42
|
+
>
|
|
43
|
+
<Spinner dark={theme !== 'dark'} />
|
|
44
|
+
</Loader>
|
|
45
|
+
);
|
|
46
|
+
};
|
|
47
|
+
|
|
48
|
+
const ProgressBarTemplate = (args) => {
|
|
49
|
+
const { theme } = args;
|
|
50
|
+
return (
|
|
51
|
+
<Loader
|
|
52
|
+
// eslint-disable-next-line react/jsx-props-no-spreading
|
|
53
|
+
{...args}
|
|
54
|
+
>
|
|
55
|
+
<ProgressBar width="300px" inverted={theme === 'dark'} percentage={40} />
|
|
56
|
+
</Loader>
|
|
57
|
+
);
|
|
58
|
+
};
|
|
59
|
+
|
|
60
|
+
export const Default = SpinnerTemplate.bind({});
|
|
61
|
+
|
|
62
|
+
export const WithProgressBar = ProgressBarTemplate.bind({});
|
|
63
|
+
|
|
64
|
+
export const TintedBackground = SpinnerTemplate.bind({});
|
|
65
|
+
TintedBackground.args = { theme: 'light' };
|
|
66
|
+
|
|
67
|
+
export const FullViewport = SpinnerTemplate.bind({});
|
|
68
|
+
FullViewport.args = {
|
|
69
|
+
theme: 'dark',
|
|
70
|
+
fullViewPortSize: true,
|
|
71
|
+
};
|
|
72
|
+
|
|
73
|
+
export const FullViewportWithProgressBar = ProgressBarTemplate.bind({});
|
|
74
|
+
FullViewportWithProgressBar.args = {
|
|
75
|
+
theme: 'dark',
|
|
76
|
+
fullViewPortSize: true,
|
|
77
|
+
};
|
|
78
|
+
|
|
79
|
+
export const WithExtraTextDetails = ProgressBarTemplate.bind({});
|
|
80
|
+
WithExtraTextDetails.args = { details: 'Some extra info' };
|
|
81
|
+
|
|
82
|
+
export const WithExtraJSXDetails = ProgressBarTemplate.bind({});
|
|
83
|
+
WithExtraJSXDetails.args = {
|
|
84
|
+
text: '',
|
|
85
|
+
details: (
|
|
86
|
+
<>
|
|
87
|
+
<div style={{ opacity: 0.5 }}>Step 1: Lorem ipsum...DONE</div>
|
|
88
|
+
<Spacer height="8px" />
|
|
89
|
+
<div>Step 2: Dolor est</div>
|
|
90
|
+
<Spacer height="8px" />
|
|
91
|
+
<div style={{ opacity: 0.5 }}>Step 3: Compendum</div>
|
|
92
|
+
<Spacer height="16px" />
|
|
93
|
+
<Button label="Cancel" onClick={() => {}} />
|
|
94
|
+
</>
|
|
95
|
+
),
|
|
96
|
+
};
|
|
97
|
+
|
|
98
|
+
export const CoversCardContent = () => {
|
|
99
|
+
const [loading, setLoading] = useState(true);
|
|
100
|
+
return (
|
|
101
|
+
<>
|
|
102
|
+
<Button label="Toggle loading" onClick={() => setLoading(!loading)} />
|
|
103
|
+
<Spacer />
|
|
104
|
+
<Card>
|
|
105
|
+
<div style={{ position: 'relative' }}>
|
|
106
|
+
{loading && (
|
|
107
|
+
<Loader cover theme="white">
|
|
108
|
+
<Spinner dark />
|
|
109
|
+
</Loader>
|
|
110
|
+
)}
|
|
111
|
+
{'Lorem ipsum dolor sit amet, consectetur adipiscing elit. '.repeat(
|
|
112
|
+
20,
|
|
113
|
+
)}
|
|
114
|
+
</div>
|
|
115
|
+
</Card>
|
|
116
|
+
</>
|
|
117
|
+
);
|
|
118
|
+
};
|
|
119
|
+
CoversCardContent.parameters = {
|
|
120
|
+
docs: {
|
|
121
|
+
inlineStories: false,
|
|
122
|
+
iframeHeight: 300,
|
|
123
|
+
},
|
|
124
|
+
};
|
|
125
|
+
|
|
126
|
+
export const ReplacesCardContent = () => {
|
|
127
|
+
const [loading, setLoading] = useState(true);
|
|
128
|
+
return (
|
|
129
|
+
<>
|
|
130
|
+
<Button label="Toggle loading" onClick={() => setLoading(!loading)} />
|
|
131
|
+
<Spacer />
|
|
132
|
+
<Card>
|
|
133
|
+
<div style={{ position: 'relative' }}>
|
|
134
|
+
{loading ? (
|
|
135
|
+
<Loader theme="white" height="200px">
|
|
136
|
+
<Spinner dark />
|
|
137
|
+
</Loader>
|
|
138
|
+
) : (
|
|
139
|
+
<div>
|
|
140
|
+
{'Lorem ipsum dolor sit amet, consectetur adipiscing elit. '.repeat(
|
|
141
|
+
20,
|
|
142
|
+
)}
|
|
143
|
+
</div>
|
|
144
|
+
)}
|
|
145
|
+
</div>
|
|
146
|
+
</Card>
|
|
147
|
+
</>
|
|
148
|
+
);
|
|
149
|
+
};
|
|
150
|
+
ReplacesCardContent.parameters = {
|
|
151
|
+
docs: {
|
|
152
|
+
inlineStories: false,
|
|
153
|
+
iframeHeight: 300,
|
|
154
|
+
},
|
|
155
|
+
};
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
/* intentional circular dependency (recursion for sub-menus) */
|
|
2
|
+
/* eslint-disable import/no-cycle*/
|
|
3
|
+
export { Layer } from './layer/layer';
|
|
4
|
+
/* eslint-enable import/no-cycle*/
|
|
5
|
+
export { placementOptions } from './layer/placementOptions';
|
|
6
|
+
export { siblings, registerClose } from './layer/path';
|
|
7
|
+
export { Trigger } from './trigger/trigger';
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import styles from '../menu.module.less';
|
|
3
|
+
|
|
4
|
+
export const Heading = ({ label, onClick, icon, testId }) => (
|
|
5
|
+
<div
|
|
6
|
+
onClick={(evt) => evt.stopPropagation()} //don't close menu
|
|
7
|
+
className={styles.heading}
|
|
8
|
+
data-testid={testId}
|
|
9
|
+
>
|
|
10
|
+
{label}
|
|
11
|
+
<span className={styles.headingIcon} onClick={onClick}>
|
|
12
|
+
{icon}
|
|
13
|
+
</span>
|
|
14
|
+
</div>
|
|
15
|
+
);
|
|
@@ -0,0 +1,82 @@
|
|
|
1
|
+
import React, { isValidElement, useState } from 'react';
|
|
2
|
+
import cx from 'classnames';
|
|
3
|
+
import styles from '../menu.module.less';
|
|
4
|
+
import { Section } from './section';
|
|
5
|
+
import { childPath } from './path';
|
|
6
|
+
|
|
7
|
+
export const Layer = ({
|
|
8
|
+
sections,
|
|
9
|
+
isNested,
|
|
10
|
+
width,
|
|
11
|
+
closeOnOptionClick,
|
|
12
|
+
close,
|
|
13
|
+
tree,
|
|
14
|
+
path,
|
|
15
|
+
maxHeight,
|
|
16
|
+
showAllButton,
|
|
17
|
+
}) => {
|
|
18
|
+
if (isValidElement(sections)) {
|
|
19
|
+
return <>{sections}</>;
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
const [showAll, setShowAll] = useState(!showAllButton?.visible); //show all by default
|
|
23
|
+
const additionalSections =
|
|
24
|
+
showAllButton?.additionalSections?.map((s) => ({
|
|
25
|
+
...s,
|
|
26
|
+
closeOnOptionClick,
|
|
27
|
+
visible: true,
|
|
28
|
+
})) ?? [];
|
|
29
|
+
|
|
30
|
+
const localSections = showAllButton?.visible
|
|
31
|
+
? sections
|
|
32
|
+
.map((s, i) => {
|
|
33
|
+
return showAll || i <= 3
|
|
34
|
+
? {
|
|
35
|
+
...s,
|
|
36
|
+
visible: true,
|
|
37
|
+
closeOnOptionClick,
|
|
38
|
+
}
|
|
39
|
+
: s;
|
|
40
|
+
})
|
|
41
|
+
.concat(
|
|
42
|
+
// add the show all button only when sections length is bigger than 4 options
|
|
43
|
+
sections.length > 4 && {
|
|
44
|
+
type: 'Option',
|
|
45
|
+
label: showAll
|
|
46
|
+
? showAllButton.showLessTitle
|
|
47
|
+
: showAllButton.showAllTitle,
|
|
48
|
+
onClick: () => setShowAll(!showAll),
|
|
49
|
+
visible: true,
|
|
50
|
+
closeOnOptionClick: false,
|
|
51
|
+
},
|
|
52
|
+
additionalSections,
|
|
53
|
+
)
|
|
54
|
+
.filter((s) => s?.visible)
|
|
55
|
+
: sections.map((s) => ({ ...s, closeOnOptionClick }));
|
|
56
|
+
|
|
57
|
+
return (
|
|
58
|
+
<div
|
|
59
|
+
className={cx(styles.layer, isNested ? styles.nested : null)}
|
|
60
|
+
style={{
|
|
61
|
+
maxWidth: width,
|
|
62
|
+
maxHeight: maxHeight || 'auto',
|
|
63
|
+
overflowY: maxHeight ? 'auto' : 'default',
|
|
64
|
+
}}
|
|
65
|
+
>
|
|
66
|
+
<ul>
|
|
67
|
+
{localSections.map((section, i) => (
|
|
68
|
+
<li key={i}>
|
|
69
|
+
<Section
|
|
70
|
+
section={section}
|
|
71
|
+
closeOnOptionClick={section.closeOnOptionClick}
|
|
72
|
+
close={close}
|
|
73
|
+
tree={tree}
|
|
74
|
+
path={childPath(path, i)}
|
|
75
|
+
maxHeight={maxHeight}
|
|
76
|
+
/>
|
|
77
|
+
</li>
|
|
78
|
+
))}
|
|
79
|
+
</ul>
|
|
80
|
+
</div>
|
|
81
|
+
);
|
|
82
|
+
};
|
|
@@ -0,0 +1,77 @@
|
|
|
1
|
+
import React, { isValidElement } from 'react';
|
|
2
|
+
import { FaCheck } from 'react-icons/fa';
|
|
3
|
+
import cx from 'classnames';
|
|
4
|
+
import { Icon } from '../../icon/icon';
|
|
5
|
+
import styles from '../menu.module.less';
|
|
6
|
+
import { Actions } from '../../actions/actions';
|
|
7
|
+
|
|
8
|
+
export const Option = ({
|
|
9
|
+
actions,
|
|
10
|
+
label,
|
|
11
|
+
url,
|
|
12
|
+
onClick,
|
|
13
|
+
description,
|
|
14
|
+
icon,
|
|
15
|
+
selected,
|
|
16
|
+
closeOnOptionClick,
|
|
17
|
+
close,
|
|
18
|
+
disabled,
|
|
19
|
+
inline,
|
|
20
|
+
title,
|
|
21
|
+
upload,
|
|
22
|
+
onChange,
|
|
23
|
+
testId,
|
|
24
|
+
}) => {
|
|
25
|
+
return (
|
|
26
|
+
<a
|
|
27
|
+
href={url}
|
|
28
|
+
className={cx(
|
|
29
|
+
styles.option,
|
|
30
|
+
disabled ? styles.disabled : '',
|
|
31
|
+
inline ? styles.inline : '',
|
|
32
|
+
selected ? styles.selected : '',
|
|
33
|
+
)}
|
|
34
|
+
disabled={disabled}
|
|
35
|
+
onClick={(evt) => {
|
|
36
|
+
evt.stopPropagation();
|
|
37
|
+
if (disabled || upload) {
|
|
38
|
+
return;
|
|
39
|
+
}
|
|
40
|
+
if (closeOnOptionClick) {
|
|
41
|
+
close();
|
|
42
|
+
}
|
|
43
|
+
return onClick(evt);
|
|
44
|
+
}}
|
|
45
|
+
data-testid={testId}
|
|
46
|
+
>
|
|
47
|
+
{icon ? (
|
|
48
|
+
<span className={styles.icon}>
|
|
49
|
+
<Icon icon={icon} size={14} />
|
|
50
|
+
</span>
|
|
51
|
+
) : null}
|
|
52
|
+
<div className={styles.optionContent}>
|
|
53
|
+
{upload && (
|
|
54
|
+
<input
|
|
55
|
+
type="file"
|
|
56
|
+
className={styles.fileInput}
|
|
57
|
+
onChange={(evt) => {
|
|
58
|
+
onChange(evt.target.files);
|
|
59
|
+
close();
|
|
60
|
+
}}
|
|
61
|
+
/>
|
|
62
|
+
)}
|
|
63
|
+
<span className={styles.label} title={title || label}>
|
|
64
|
+
{label}
|
|
65
|
+
</span>
|
|
66
|
+
<div className={styles.right}>
|
|
67
|
+
<span className={styles.description}>{description}</span>
|
|
68
|
+
{!!actions?.length && (
|
|
69
|
+
<div className={styles.actions}>
|
|
70
|
+
<Actions actions={actions} right />
|
|
71
|
+
</div>
|
|
72
|
+
)}
|
|
73
|
+
</div>
|
|
74
|
+
</div>
|
|
75
|
+
</a>
|
|
76
|
+
);
|
|
77
|
+
};
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
import _ from 'lodash';
|
|
2
|
+
|
|
3
|
+
/*
|
|
4
|
+
Path helpers for menus with subsections
|
|
5
|
+
Mainly to help keep track of the close() handlers for nested layers
|
|
6
|
+
See menu.test.js for examples
|
|
7
|
+
*/
|
|
8
|
+
|
|
9
|
+
/*
|
|
10
|
+
parentPath gets the parent path
|
|
11
|
+
foo.bar[45] -> foo.bar
|
|
12
|
+
*/
|
|
13
|
+
|
|
14
|
+
export const parentPath = (path) =>
|
|
15
|
+
path.includes('[') ? path.substr(0, path.lastIndexOf('[')) : path;
|
|
16
|
+
|
|
17
|
+
/*
|
|
18
|
+
childPath gets the child path given the parent path and section index
|
|
19
|
+
foo -> foo.sections[2]
|
|
20
|
+
*/
|
|
21
|
+
|
|
22
|
+
export const childPath = (path, sectionIndex) =>
|
|
23
|
+
`${path}.sections[${sectionIndex}]`.replace(/^\./, '');
|
|
24
|
+
|
|
25
|
+
/*
|
|
26
|
+
closePath gets the close handler's path given the path to the section
|
|
27
|
+
foo -> foo.close
|
|
28
|
+
*/
|
|
29
|
+
|
|
30
|
+
export const closePath = (path) => `${path}.close`.replace(/^\./, '');
|
|
31
|
+
|
|
32
|
+
/*
|
|
33
|
+
siblings gets the siblings given any tree and path to a child
|
|
34
|
+
*/
|
|
35
|
+
|
|
36
|
+
export const siblings = (tree, path) => _.get(tree, parentPath(path), []);
|
|
37
|
+
|
|
38
|
+
/*
|
|
39
|
+
registerClose sets the close handler given any tree and path to a child
|
|
40
|
+
(mutates intentionally, unavoidable in how we use the tree in Menu)
|
|
41
|
+
*/
|
|
42
|
+
|
|
43
|
+
export const registerClose = (tree, path, close) =>
|
|
44
|
+
_.set(tree, closePath(path), close);
|
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
import React, { useContext } from 'react';
|
|
2
|
+
import { Heading } from './heading';
|
|
3
|
+
import { Divider } from './divider';
|
|
4
|
+
import { Option } from './option';
|
|
5
|
+
import { DropDownMenu } from '../menu';
|
|
6
|
+
import { DisabledContext } from '../../../helpers/disabled-context';
|
|
7
|
+
|
|
8
|
+
export const Section = ({
|
|
9
|
+
section,
|
|
10
|
+
closeOnOptionClick,
|
|
11
|
+
close,
|
|
12
|
+
tree,
|
|
13
|
+
path,
|
|
14
|
+
maxHeight,
|
|
15
|
+
}) => {
|
|
16
|
+
const disabledContext = useContext(DisabledContext);
|
|
17
|
+
|
|
18
|
+
switch (section.type) {
|
|
19
|
+
case 'Heading':
|
|
20
|
+
return (
|
|
21
|
+
<Heading
|
|
22
|
+
label={section.label}
|
|
23
|
+
onClick={section.onClick}
|
|
24
|
+
icon={section.icon}
|
|
25
|
+
testId={section.testId}
|
|
26
|
+
/>
|
|
27
|
+
);
|
|
28
|
+
case 'Divider':
|
|
29
|
+
return <Divider />;
|
|
30
|
+
case 'Option':
|
|
31
|
+
return (
|
|
32
|
+
<Option
|
|
33
|
+
actions={section.actions}
|
|
34
|
+
label={section.label}
|
|
35
|
+
url={section.url}
|
|
36
|
+
onClick={section.onClick}
|
|
37
|
+
description={section.description}
|
|
38
|
+
icon={section.icon}
|
|
39
|
+
selected={section.selected}
|
|
40
|
+
closeOnOptionClick={closeOnOptionClick}
|
|
41
|
+
close={close}
|
|
42
|
+
disabled={section.disabled || disabledContext}
|
|
43
|
+
inline={section.inline}
|
|
44
|
+
title={section.title}
|
|
45
|
+
upload={section.upload}
|
|
46
|
+
onChange={section.onChange}
|
|
47
|
+
testId={section.testId}
|
|
48
|
+
/>
|
|
49
|
+
);
|
|
50
|
+
case 'Menu':
|
|
51
|
+
return (
|
|
52
|
+
<DropDownMenu
|
|
53
|
+
menu={section.menu}
|
|
54
|
+
closeOnOptionClick={closeOnOptionClick}
|
|
55
|
+
isNested
|
|
56
|
+
closeParent={close}
|
|
57
|
+
tree={tree}
|
|
58
|
+
path={path}
|
|
59
|
+
maxHeight={maxHeight}
|
|
60
|
+
testId={section.testId}
|
|
61
|
+
/>
|
|
62
|
+
);
|
|
63
|
+
default:
|
|
64
|
+
return null;
|
|
65
|
+
}
|
|
66
|
+
};
|