@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,152 @@
|
|
|
1
|
+
@import '../../../style/variables.less';
|
|
2
|
+
@import '../table.variables.less';
|
|
3
|
+
|
|
4
|
+
.cellWrapper {
|
|
5
|
+
.cellWrapperPadding();
|
|
6
|
+
|
|
7
|
+
a {
|
|
8
|
+
color: var(--color-text-primary) !important;
|
|
9
|
+
&:hover {
|
|
10
|
+
color: var(--color-text-primary-hover) !important;
|
|
11
|
+
}
|
|
12
|
+
&:active {
|
|
13
|
+
color: var(--color-text-primary-active) !important;
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
&.disabledLink {
|
|
17
|
+
color: var(--color-text-faint) !important;
|
|
18
|
+
cursor: default !important;
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
.inputWrapper {
|
|
24
|
+
margin: -1px;
|
|
25
|
+
height: calc(100% + 2px);
|
|
26
|
+
border-radius: inherit;
|
|
27
|
+
|
|
28
|
+
// Fix for full height custom Select
|
|
29
|
+
> span,
|
|
30
|
+
> span > span,
|
|
31
|
+
> span > span > div {
|
|
32
|
+
height: 100%;
|
|
33
|
+
border-radius: inherit;
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
// Fix for full height Input
|
|
37
|
+
> div,
|
|
38
|
+
> div > span {
|
|
39
|
+
height: 100%;
|
|
40
|
+
border-radius: inherit;
|
|
41
|
+
}
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
.breakWord {
|
|
45
|
+
word-break: break-word;
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
.inputCell {
|
|
49
|
+
padding: 0 !important;
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
.sliderCell {
|
|
53
|
+
padding-top: 0 !important;
|
|
54
|
+
padding-bottom: 0 !important;
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
.staticCell {
|
|
58
|
+
&.error {
|
|
59
|
+
.cellErrorWarningWrapper();
|
|
60
|
+
background-color: var(--color-background-error) !important;
|
|
61
|
+
border: 1px solid var(--color-border-error) !important;
|
|
62
|
+
color: var(--color-text-error) !important;
|
|
63
|
+
}
|
|
64
|
+
&.warning {
|
|
65
|
+
.cellErrorWarningWrapper();
|
|
66
|
+
background-color: var(--color-background-warning) !important;
|
|
67
|
+
border: 1px solid var(--color-border-warning) !important;
|
|
68
|
+
color: var(--color-text-warning) !important;
|
|
69
|
+
}
|
|
70
|
+
&.unit {
|
|
71
|
+
font-weight: normal;
|
|
72
|
+
}
|
|
73
|
+
}
|
|
74
|
+
|
|
75
|
+
.sortingCell {
|
|
76
|
+
position: relative;
|
|
77
|
+
padding-right: 45px !important;
|
|
78
|
+
cursor: pointer !important;
|
|
79
|
+
|
|
80
|
+
&:hover {
|
|
81
|
+
background-color: rgba(0, 0, 0, 0.05) !important;
|
|
82
|
+
}
|
|
83
|
+
|
|
84
|
+
.sortingCellIcon {
|
|
85
|
+
font-size: 20px;
|
|
86
|
+
position: absolute;
|
|
87
|
+
right: @input_padding_x - 4px;
|
|
88
|
+
top: 50%;
|
|
89
|
+
transform: translateY(-50%);
|
|
90
|
+
}
|
|
91
|
+
}
|
|
92
|
+
|
|
93
|
+
.icon {
|
|
94
|
+
display: inline-block;
|
|
95
|
+
margin-left: 8px;
|
|
96
|
+
position: relative;
|
|
97
|
+
top: 1px;
|
|
98
|
+
font-size: 13px;
|
|
99
|
+
color: var(--color-text-faint);
|
|
100
|
+
|
|
101
|
+
&:hover {
|
|
102
|
+
color: var(--color-text-muted);
|
|
103
|
+
}
|
|
104
|
+
|
|
105
|
+
&.clickable {
|
|
106
|
+
&:hover {
|
|
107
|
+
cursor: pointer;
|
|
108
|
+
color: var(--color-text-primary-hover);
|
|
109
|
+
}
|
|
110
|
+
}
|
|
111
|
+
}
|
|
112
|
+
|
|
113
|
+
.checkBoxCell {
|
|
114
|
+
padding-top: 0 !important;
|
|
115
|
+
padding-bottom: 0 !important;
|
|
116
|
+
}
|
|
117
|
+
|
|
118
|
+
.iconCell {
|
|
119
|
+
width: 37px;
|
|
120
|
+
text-align: center;
|
|
121
|
+
padding: 0 !important;
|
|
122
|
+
|
|
123
|
+
.iconWrapper {
|
|
124
|
+
display: flex;
|
|
125
|
+
justify-content: center;
|
|
126
|
+
}
|
|
127
|
+
}
|
|
128
|
+
|
|
129
|
+
.actionsCell {
|
|
130
|
+
width: 24px;
|
|
131
|
+
padding: 0 6px !important;
|
|
132
|
+
}
|
|
133
|
+
|
|
134
|
+
.rightAligned {
|
|
135
|
+
text-align: right !important;
|
|
136
|
+
}
|
|
137
|
+
|
|
138
|
+
.centerAligned {
|
|
139
|
+
text-align: center !important;
|
|
140
|
+
}
|
|
141
|
+
|
|
142
|
+
.leftAligned {
|
|
143
|
+
text-align: left !important;
|
|
144
|
+
}
|
|
145
|
+
|
|
146
|
+
.popover {
|
|
147
|
+
padding: @input_padding_y @input_padding_x;
|
|
148
|
+
}
|
|
149
|
+
|
|
150
|
+
.disabledPointerEvents {
|
|
151
|
+
pointer-events: none;
|
|
152
|
+
}
|
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import PropTypes from 'prop-types';
|
|
3
|
+
import styles from './footer.module.less';
|
|
4
|
+
import { Pagination, paginationShape } from '../../pagination/pagination';
|
|
5
|
+
import { Actions } from '../../actions/actions';
|
|
6
|
+
import { actionsShape } from '../../actions/actions.shape';
|
|
7
|
+
|
|
8
|
+
export const Footer = (props) => {
|
|
9
|
+
const { colSpan, pagination, actions, content } = props;
|
|
10
|
+
const hasActions = actions && actions.length;
|
|
11
|
+
const hasContent = content != null;
|
|
12
|
+
|
|
13
|
+
const hasPagination = () => {
|
|
14
|
+
if (pagination) {
|
|
15
|
+
const { rowCount, rowsPerPage } = pagination;
|
|
16
|
+
const minRows = rowsPerPage.options[0].value;
|
|
17
|
+
return rowCount > minRows;
|
|
18
|
+
}
|
|
19
|
+
return false;
|
|
20
|
+
};
|
|
21
|
+
|
|
22
|
+
const showFooter = hasActions || hasContent || hasPagination();
|
|
23
|
+
|
|
24
|
+
return showFooter ? (
|
|
25
|
+
<tfoot>
|
|
26
|
+
{hasContent ? (
|
|
27
|
+
<tr>
|
|
28
|
+
<td colSpan={colSpan}>
|
|
29
|
+
<div className={styles.footer}>
|
|
30
|
+
<div>{content}</div>
|
|
31
|
+
</div>
|
|
32
|
+
</td>
|
|
33
|
+
</tr>
|
|
34
|
+
) : null}
|
|
35
|
+
{hasActions || hasPagination() ? (
|
|
36
|
+
<tr>
|
|
37
|
+
<td colSpan={colSpan}>
|
|
38
|
+
<div className={styles.footer}>
|
|
39
|
+
{hasPagination() ? (
|
|
40
|
+
<Pagination pagination={pagination} />
|
|
41
|
+
) : (
|
|
42
|
+
<div />
|
|
43
|
+
)}
|
|
44
|
+
<div>
|
|
45
|
+
<Actions actions={actions} isBlockElement />
|
|
46
|
+
</div>
|
|
47
|
+
</div>
|
|
48
|
+
</td>
|
|
49
|
+
</tr>
|
|
50
|
+
) : null}
|
|
51
|
+
</tfoot>
|
|
52
|
+
) : null;
|
|
53
|
+
};
|
|
54
|
+
|
|
55
|
+
Footer.defaultProps = {
|
|
56
|
+
actions: [],
|
|
57
|
+
pagination: null,
|
|
58
|
+
content: null,
|
|
59
|
+
};
|
|
60
|
+
|
|
61
|
+
Footer.propTypes = {
|
|
62
|
+
actions: actionsShape,
|
|
63
|
+
colSpan: PropTypes.number.isRequired,
|
|
64
|
+
pagination: paginationShape,
|
|
65
|
+
content: PropTypes.object,
|
|
66
|
+
};
|
|
@@ -0,0 +1,64 @@
|
|
|
1
|
+
import { isArray } from 'lodash';
|
|
2
|
+
|
|
3
|
+
/**
|
|
4
|
+
* getCellAlignment - returns string or class name
|
|
5
|
+
* @param {{
|
|
6
|
+
* bodyAlignment: {string|undefined},
|
|
7
|
+
* headerAlignment: {string|undefined},
|
|
8
|
+
* isHeader: {boolean},
|
|
9
|
+
* }} alignment - body cell alignment
|
|
10
|
+
* @param {boolean} isGetText - get text for example ('left', 'right' or 'center') or class name. Default value false.
|
|
11
|
+
* @returns {string|null}
|
|
12
|
+
*/
|
|
13
|
+
export const getCellAlignment = (alignment, styles, isGetText = false) => {
|
|
14
|
+
if (!alignment) {
|
|
15
|
+
return null;
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
const { bodyAlignment, headerAlignment, isHeader } = alignment;
|
|
19
|
+
const left = 'left';
|
|
20
|
+
const right = 'right';
|
|
21
|
+
const center = 'center';
|
|
22
|
+
const cellAlignment = isHeader ? headerAlignment : bodyAlignment;
|
|
23
|
+
|
|
24
|
+
switch (cellAlignment) {
|
|
25
|
+
case left: {
|
|
26
|
+
return isGetText ? left : styles.leftAligned;
|
|
27
|
+
}
|
|
28
|
+
case right: {
|
|
29
|
+
return isGetText ? right : styles.rightAligned;
|
|
30
|
+
}
|
|
31
|
+
case center: {
|
|
32
|
+
return isGetText ? center : styles.centerAligned;
|
|
33
|
+
}
|
|
34
|
+
default: {
|
|
35
|
+
return isGetText ? left : styles.leftAligned;
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
};
|
|
39
|
+
|
|
40
|
+
/**
|
|
41
|
+
* Returns alignments or empty array
|
|
42
|
+
* @param {array} alignments can be array of arrays or array of strings
|
|
43
|
+
* @param {isHeader} isHeader
|
|
44
|
+
* @param {number} rowIndex
|
|
45
|
+
* @returns {array}
|
|
46
|
+
*/
|
|
47
|
+
export const getHeaderAlignment = (alignments, isHeader, rowIndex) => {
|
|
48
|
+
if (!alignments) {
|
|
49
|
+
return [];
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
const isArrays = alignments.every((alignment) => isArray(alignment));
|
|
53
|
+
const isStrings = alignments.every(
|
|
54
|
+
(alignment) => typeof alignment === 'string',
|
|
55
|
+
);
|
|
56
|
+
|
|
57
|
+
if (isArrays) {
|
|
58
|
+
return isHeader ? alignments[rowIndex] || [] : [];
|
|
59
|
+
} else if (isStrings) {
|
|
60
|
+
return alignments;
|
|
61
|
+
} else {
|
|
62
|
+
return [];
|
|
63
|
+
}
|
|
64
|
+
};
|
|
@@ -0,0 +1,166 @@
|
|
|
1
|
+
import { getCellAlignment, getHeaderAlignment } from './helper';
|
|
2
|
+
|
|
3
|
+
const styles = {
|
|
4
|
+
leftAligned: 'cell-module-leftAligned-eBFS4',
|
|
5
|
+
rightAligned: 'cell-module-rightAligned-ahWpT',
|
|
6
|
+
centerAligned: 'cell-module-centerAligned-_ktBT',
|
|
7
|
+
};
|
|
8
|
+
|
|
9
|
+
describe('helper', () => {
|
|
10
|
+
describe('getCellAlignment', () => {
|
|
11
|
+
test('should return style alignment for header row', () => {
|
|
12
|
+
const alignment = {
|
|
13
|
+
bodyAlignment: undefined,
|
|
14
|
+
headerAlignment: 'right',
|
|
15
|
+
isHeader: true,
|
|
16
|
+
};
|
|
17
|
+
|
|
18
|
+
const result = getCellAlignment(alignment, styles);
|
|
19
|
+
|
|
20
|
+
expect(result).toBe('cell-module-rightAligned-ahWpT');
|
|
21
|
+
});
|
|
22
|
+
|
|
23
|
+
test('should return text alignment for header row', () => {
|
|
24
|
+
const alignment = {
|
|
25
|
+
bodyAlignment: undefined,
|
|
26
|
+
headerAlignment: 'right',
|
|
27
|
+
isHeader: true,
|
|
28
|
+
};
|
|
29
|
+
|
|
30
|
+
const result = getCellAlignment(alignment, styles, true);
|
|
31
|
+
|
|
32
|
+
expect(result).toBe('right');
|
|
33
|
+
});
|
|
34
|
+
|
|
35
|
+
test('should return default text alignment', () => {
|
|
36
|
+
const alignment = {
|
|
37
|
+
bodyAlignment: undefined,
|
|
38
|
+
headerAlignment: undefined,
|
|
39
|
+
isHeader: false,
|
|
40
|
+
};
|
|
41
|
+
|
|
42
|
+
const result = getCellAlignment(alignment, styles, true);
|
|
43
|
+
|
|
44
|
+
expect(result).toBe('left');
|
|
45
|
+
});
|
|
46
|
+
|
|
47
|
+
test('should return default style alignment', () => {
|
|
48
|
+
const alignment = {
|
|
49
|
+
bodyAlignment: undefined,
|
|
50
|
+
headerAlignment: undefined,
|
|
51
|
+
isHeader: false,
|
|
52
|
+
};
|
|
53
|
+
|
|
54
|
+
const result = getCellAlignment(alignment, styles);
|
|
55
|
+
|
|
56
|
+
expect(result).toBe('cell-module-leftAligned-eBFS4');
|
|
57
|
+
});
|
|
58
|
+
|
|
59
|
+
test('should return style alignment for body row', () => {
|
|
60
|
+
const alignment = {
|
|
61
|
+
bodyAlignment: 'center',
|
|
62
|
+
headerAlignment: undefined,
|
|
63
|
+
isHeader: false,
|
|
64
|
+
};
|
|
65
|
+
|
|
66
|
+
const result = getCellAlignment(alignment, styles);
|
|
67
|
+
|
|
68
|
+
expect(result).toBe('cell-module-centerAligned-_ktBT');
|
|
69
|
+
});
|
|
70
|
+
|
|
71
|
+
test('should return default style alignment for header row', () => {
|
|
72
|
+
const alignment = {
|
|
73
|
+
bodyAlignment: undefined,
|
|
74
|
+
headerAlignment: undefined,
|
|
75
|
+
isHeader: true,
|
|
76
|
+
};
|
|
77
|
+
|
|
78
|
+
const result = getCellAlignment(alignment, styles);
|
|
79
|
+
|
|
80
|
+
expect(result).toBe('cell-module-leftAligned-eBFS4');
|
|
81
|
+
});
|
|
82
|
+
|
|
83
|
+
test('should return null when set no arguments', () => {
|
|
84
|
+
const result = getCellAlignment();
|
|
85
|
+
|
|
86
|
+
expect(result).toBe(null);
|
|
87
|
+
});
|
|
88
|
+
});
|
|
89
|
+
|
|
90
|
+
describe('getHeaderAlignment', () => {
|
|
91
|
+
test('should return array of alignments when was set array of arrays', () => {
|
|
92
|
+
const aligments = [
|
|
93
|
+
['right', 'center', 'right'],
|
|
94
|
+
['right', 'center', 'left', 'left', 'left', 'left', 'left', 'left'],
|
|
95
|
+
['right', 'center', 'left', 'left', 'right', 'left', 'left', 'left'],
|
|
96
|
+
];
|
|
97
|
+
|
|
98
|
+
const result = getHeaderAlignment(aligments, true, 2);
|
|
99
|
+
|
|
100
|
+
expect(result).toEqual([
|
|
101
|
+
'right',
|
|
102
|
+
'center',
|
|
103
|
+
'left',
|
|
104
|
+
'left',
|
|
105
|
+
'right',
|
|
106
|
+
'left',
|
|
107
|
+
'left',
|
|
108
|
+
'left',
|
|
109
|
+
]);
|
|
110
|
+
});
|
|
111
|
+
|
|
112
|
+
test('should return array of alignments when was set array of strings', () => {
|
|
113
|
+
const aligments = [
|
|
114
|
+
'center',
|
|
115
|
+
'center',
|
|
116
|
+
'center',
|
|
117
|
+
'left',
|
|
118
|
+
'left',
|
|
119
|
+
'left',
|
|
120
|
+
'right',
|
|
121
|
+
'left',
|
|
122
|
+
];
|
|
123
|
+
|
|
124
|
+
const result = getHeaderAlignment(aligments);
|
|
125
|
+
|
|
126
|
+
expect(result).toEqual([
|
|
127
|
+
'center',
|
|
128
|
+
'center',
|
|
129
|
+
'center',
|
|
130
|
+
'left',
|
|
131
|
+
'left',
|
|
132
|
+
'left',
|
|
133
|
+
'right',
|
|
134
|
+
'left',
|
|
135
|
+
]);
|
|
136
|
+
});
|
|
137
|
+
|
|
138
|
+
test('should return empty array when was set empty array', () => {
|
|
139
|
+
const result = getHeaderAlignment([]);
|
|
140
|
+
|
|
141
|
+
expect(result).toEqual([]);
|
|
142
|
+
});
|
|
143
|
+
|
|
144
|
+
test('should return empty array when set falsy values or set no arguments', () => {
|
|
145
|
+
const result1 = getHeaderAlignment(null);
|
|
146
|
+
|
|
147
|
+
expect(result1).toEqual([]);
|
|
148
|
+
|
|
149
|
+
const result2 = getHeaderAlignment(undefined);
|
|
150
|
+
|
|
151
|
+
expect(result2).toEqual([]);
|
|
152
|
+
|
|
153
|
+
const result3 = getHeaderAlignment(false);
|
|
154
|
+
|
|
155
|
+
expect(result3).toEqual([]);
|
|
156
|
+
|
|
157
|
+
const result4 = getHeaderAlignment('');
|
|
158
|
+
|
|
159
|
+
expect(result4).toEqual([]);
|
|
160
|
+
|
|
161
|
+
const result5 = getHeaderAlignment();
|
|
162
|
+
|
|
163
|
+
expect(result5).toEqual([]);
|
|
164
|
+
});
|
|
165
|
+
});
|
|
166
|
+
});
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
@import '../../../style/variables.less';
|
|
2
|
+
|
|
3
|
+
.icon {
|
|
4
|
+
color: var(--color-text-faint);
|
|
5
|
+
margin: 0;
|
|
6
|
+
transition: color 0.2s;
|
|
7
|
+
|
|
8
|
+
&:hover {
|
|
9
|
+
color: var(--color-text-primary-hover);
|
|
10
|
+
}
|
|
11
|
+
&:active {
|
|
12
|
+
color: var(--color-text-primary-active);
|
|
13
|
+
}
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
.disabled {
|
|
17
|
+
&:hover,
|
|
18
|
+
&:active {
|
|
19
|
+
color: var(--color-text-faint);
|
|
20
|
+
}
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
.noHighlight {
|
|
24
|
+
i {
|
|
25
|
+
&:hover {
|
|
26
|
+
cursor: default !important;
|
|
27
|
+
background-color: inherit !important;
|
|
28
|
+
color: var(--color-text-faint) !important;
|
|
29
|
+
}
|
|
30
|
+
}
|
|
31
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import cx from 'classnames';
|
|
3
|
+
import styles from './row.module.less';
|
|
4
|
+
|
|
5
|
+
export const ExpandedContentRow = ({ colSpan, children, flush }) => {
|
|
6
|
+
return (
|
|
7
|
+
<tr>
|
|
8
|
+
<td
|
|
9
|
+
colSpan={colSpan}
|
|
10
|
+
className={cx(styles.expandableRow, flush ? styles.flush : '')}
|
|
11
|
+
>
|
|
12
|
+
{children}
|
|
13
|
+
</td>
|
|
14
|
+
</tr>
|
|
15
|
+
);
|
|
16
|
+
};
|