react-asc 25.5.3 → 25.5.5
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/index.es.js +1388 -1605
- package/index.es.js.map +1 -0
- package/index.js +1387 -1604
- package/index.js.map +1 -0
- package/{components → lib/components}/Alert/Alert.d.ts +1 -2
- package/{components → lib/components}/component.enums.d.ts +1 -0
- package/{components → lib/components}/index.d.ts +9 -9
- package/{hooks → lib/hooks}/index.d.ts +2 -2
- package/{icons → lib/icons}/index.d.ts +5 -5
- package/package.json +1 -1
- package/react-asc.scss +17 -6
- package/vite.config.d.ts +2 -0
- /package/{components → lib/components}/Alert/index.d.ts +0 -0
- /package/{components → lib/components}/AppBar/AppBar.d.ts +0 -0
- /package/{components → lib/components}/AppBar/AppBarTitle.d.ts +0 -0
- /package/{components → lib/components}/AppBar/index.d.ts +0 -0
- /package/{components → lib/components}/AutoComplete/AutoComplete.d.ts +0 -0
- /package/{components → lib/components}/AutoComplete/index.d.ts +0 -0
- /package/{components → lib/components}/Backdrop/Backdrop.d.ts +0 -0
- /package/{components → lib/components}/Backdrop/index.d.ts +0 -0
- /package/{components → lib/components}/Badge/Badge.d.ts +0 -0
- /package/{components → lib/components}/Badge/index.d.ts +0 -0
- /package/{components → lib/components}/Breadcrumb/Breadcrumb.d.ts +0 -0
- /package/{components → lib/components}/Breadcrumb/BreadcrumbItem.d.ts +0 -0
- /package/{components → lib/components}/Breadcrumb/index.d.ts +0 -0
- /package/{components → lib/components}/Button/Button.d.ts +0 -0
- /package/{components → lib/components}/Button/ButtonContext.d.ts +0 -0
- /package/{components → lib/components}/Button/index.d.ts +0 -0
- /package/{components → lib/components}/ButtonGroup/ButtonGroup.d.ts +0 -0
- /package/{components → lib/components}/ButtonGroup/index.d.ts +0 -0
- /package/{components → lib/components}/Card/Card.d.ts +0 -0
- /package/{components → lib/components}/Card/CardBody.d.ts +0 -0
- /package/{components → lib/components}/Card/CardFooter.d.ts +0 -0
- /package/{components → lib/components}/Card/CardImage.d.ts +0 -0
- /package/{components → lib/components}/Card/CardSubtitle.d.ts +0 -0
- /package/{components → lib/components}/Card/CardText.d.ts +0 -0
- /package/{components → lib/components}/Card/CardTitle.d.ts +0 -0
- /package/{components → lib/components}/Card/index.d.ts +0 -0
- /package/{components → lib/components}/Checkbox/Checkbox.d.ts +0 -0
- /package/{components → lib/components}/Checkbox/index.d.ts +0 -0
- /package/{components → lib/components}/Chip/Chip.d.ts +0 -0
- /package/{components → lib/components}/Chip/index.d.ts +0 -0
- /package/{components → lib/components}/ConditionalWrapper/ConditionalWrapper.d.ts +0 -0
- /package/{components → lib/components}/ConditionalWrapper/index.d.ts +0 -0
- /package/{components → lib/components}/CssTransition/CssTransition.d.ts +0 -0
- /package/{components → lib/components}/CssTransition/index.d.ts +0 -0
- /package/{components → lib/components}/DatePicker/DatePicker.d.ts +0 -0
- /package/{components → lib/components}/DatePicker/index.d.ts +0 -0
- /package/{components → lib/components}/DateSelect/DateSelect.d.ts +0 -0
- /package/{components → lib/components}/DateSelect/DaySelect.d.ts +0 -0
- /package/{components → lib/components}/DateSelect/MonthSelect.d.ts +0 -0
- /package/{components → lib/components}/DateSelect/YearSelect.d.ts +0 -0
- /package/{components → lib/components}/DateSelect/index.d.ts +0 -0
- /package/{components → lib/components}/Drawer/Drawer.d.ts +0 -0
- /package/{components → lib/components}/Drawer/index.d.ts +0 -0
- /package/{components → lib/components}/ExpansionPanel/ExpansionPanel.d.ts +0 -0
- /package/{components → lib/components}/ExpansionPanel/ExpansionPanelContent.d.ts +0 -0
- /package/{components → lib/components}/ExpansionPanel/ExpansionPanelHeader.d.ts +0 -0
- /package/{components → lib/components}/ExpansionPanel/index.d.ts +0 -0
- /package/{components → lib/components}/FileInput/FileInput.d.ts +0 -0
- /package/{components → lib/components}/FileInput/index.d.ts +0 -0
- /package/{components → lib/components}/FloatingActionButton/FloatingActionButton.d.ts +0 -0
- /package/{components → lib/components}/FloatingActionButton/index.d.ts +0 -0
- /package/{components → lib/components}/Form/Form.d.ts +0 -0
- /package/{components → lib/components}/Form/FormError.d.ts +0 -0
- /package/{components → lib/components}/Form/FormGroup.d.ts +0 -0
- /package/{components → lib/components}/Form/FormHint/FormHint.d.ts +0 -0
- /package/{components → lib/components}/Form/FormHint/index.d.ts +0 -0
- /package/{components → lib/components}/Form/FormInput/FormInput.d.ts +0 -0
- /package/{components → lib/components}/Form/FormInput/index.d.ts +0 -0
- /package/{components → lib/components}/Form/FormLabel/FormLabel.d.ts +0 -0
- /package/{components → lib/components}/Form/FormLabel/index.d.ts +0 -0
- /package/{components → lib/components}/Form/form.interfaces.d.ts +0 -0
- /package/{components → lib/components}/Form/form.models.d.ts +0 -0
- /package/{components → lib/components}/Form/form.types.d.ts +0 -0
- /package/{components → lib/components}/Form/index.d.ts +0 -0
- /package/{components → lib/components}/Form/validators/EmailValidtor.d.ts +0 -0
- /package/{components → lib/components}/Form/validators/IsEmptyValidator.d.ts +0 -0
- /package/{components → lib/components}/Form/validators/IsEqualValidator.d.ts +0 -0
- /package/{components → lib/components}/Form/validators/MaxValidator.d.ts +0 -0
- /package/{components → lib/components}/Form/validators/MinValidator.d.ts +0 -0
- /package/{components → lib/components}/Form/validators/index.d.ts +0 -0
- /package/{components → lib/components}/Grid/Column/Column.d.ts +0 -0
- /package/{components → lib/components}/Grid/Column/index.d.ts +0 -0
- /package/{components → lib/components}/Grid/Row/Row.d.ts +0 -0
- /package/{components → lib/components}/Grid/Row/index.d.ts +0 -0
- /package/{components → lib/components}/Grid/index.d.ts +0 -0
- /package/{components → lib/components}/Icon/Icon.d.ts +0 -0
- /package/{components → lib/components}/Icon/index.d.ts +0 -0
- /package/{components → lib/components}/IconButton/IconButton.d.ts +0 -0
- /package/{components → lib/components}/IconButton/index.d.ts +0 -0
- /package/{components → lib/components}/Link/Link.d.ts +0 -0
- /package/{components → lib/components}/Link/Link.test.d.ts +0 -0
- /package/{components → lib/components}/Link/index.d.ts +0 -0
- /package/{components → lib/components}/List/List.d.ts +0 -0
- /package/{components → lib/components}/List/ListItem.d.ts +0 -0
- /package/{components → lib/components}/List/ListItemAction.d.ts +0 -0
- /package/{components → lib/components}/List/ListItemAvatar.d.ts +0 -0
- /package/{components → lib/components}/List/ListItemIcon.d.ts +0 -0
- /package/{components → lib/components}/List/ListItemText.d.ts +0 -0
- /package/{components → lib/components}/List/index.d.ts +0 -0
- /package/{components → lib/components}/List/list.models.d.ts +0 -0
- /package/{components → lib/components}/LoadingIndicator/LoadingIndicator.d.ts +0 -0
- /package/{components → lib/components}/LoadingIndicator/LoadingIndicatorContainer.d.ts +0 -0
- /package/{components → lib/components}/LoadingIndicator/index.d.ts +0 -0
- /package/{components → lib/components}/LoadingIndicator/loading-indicator.service.d.ts +0 -0
- /package/{components → lib/components}/Menu/Menu.d.ts +0 -0
- /package/{components → lib/components}/Menu/MenuBody.d.ts +0 -0
- /package/{components → lib/components}/Menu/MenuContext.d.ts +0 -0
- /package/{components → lib/components}/Menu/MenuDivider.d.ts +0 -0
- /package/{components → lib/components}/Menu/MenuItem.d.ts +0 -0
- /package/{components → lib/components}/Menu/MenuToggle.d.ts +0 -0
- /package/{components → lib/components}/Menu/index.d.ts +0 -0
- /package/{components → lib/components}/Menu/menu.types.d.ts +0 -0
- /package/{components → lib/components}/Modal/GlobalModal.d.ts +0 -0
- /package/{components → lib/components}/Modal/Modal.d.ts +0 -0
- /package/{components → lib/components}/Modal/ModalBody.d.ts +0 -0
- /package/{components → lib/components}/Modal/ModalFooter.d.ts +0 -0
- /package/{components → lib/components}/Modal/ModalHeader.d.ts +0 -0
- /package/{components → lib/components}/Modal/index.d.ts +0 -0
- /package/{components → lib/components}/Modal/modal.enum.d.ts +0 -0
- /package/{components → lib/components}/Modal/modal.interfaces.d.ts +0 -0
- /package/{components → lib/components}/Modal/modal.service.d.ts +0 -0
- /package/{components → lib/components}/NumberSelect/NumberSelect.d.ts +0 -0
- /package/{components → lib/components}/NumberSelect/index.d.ts +0 -0
- /package/{components → lib/components}/Portal/Portal.d.ts +0 -0
- /package/{components → lib/components}/Portal/index.d.ts +0 -0
- /package/{components → lib/components}/ProgressBar/ProgressBar.d.ts +0 -0
- /package/{components → lib/components}/ProgressBar/index.d.ts +0 -0
- /package/{components → lib/components}/Select/Select.d.ts +0 -0
- /package/{components → lib/components}/Select/index.d.ts +0 -0
- /package/{components → lib/components}/Sidebar/Sidebar.d.ts +0 -0
- /package/{components → lib/components}/Sidebar/index.d.ts +0 -0
- /package/{components → lib/components}/Sidebar/sidebar.interfaces.d.ts +0 -0
- /package/{components → lib/components}/Sidebar/sidebar.models.d.ts +0 -0
- /package/{components → lib/components}/Skeleton/SkeletonAvatar.d.ts +0 -0
- /package/{components → lib/components}/Skeleton/SkeletonFooter.d.ts +0 -0
- /package/{components → lib/components}/Skeleton/SkeletonImage.d.ts +0 -0
- /package/{components → lib/components}/Skeleton/SkeletonText.d.ts +0 -0
- /package/{components → lib/components}/Skeleton/index.d.ts +0 -0
- /package/{components → lib/components}/Snackbar/Snackbar.d.ts +0 -0
- /package/{components → lib/components}/Snackbar/index.d.ts +0 -0
- /package/{components → lib/components}/Snackbar/snackbar.service.d.ts +0 -0
- /package/{components → lib/components}/SpeedDial/SpeedDial.d.ts +0 -0
- /package/{components → lib/components}/SpeedDial/SpeedDialAction.d.ts +0 -0
- /package/{components → lib/components}/SpeedDial/SpeedDialActions.d.ts +0 -0
- /package/{components → lib/components}/SpeedDial/SpeedDialIcon.d.ts +0 -0
- /package/{components → lib/components}/SpeedDial/index.d.ts +0 -0
- /package/{components → lib/components}/Stepper/Dot/Dot.d.ts +0 -0
- /package/{components → lib/components}/Stepper/Dot/index.d.ts +0 -0
- /package/{components → lib/components}/Stepper/Step/Step.d.ts +0 -0
- /package/{components → lib/components}/Stepper/Step/index.d.ts +0 -0
- /package/{components → lib/components}/Stepper/StepConnector/StepConnector.d.ts +0 -0
- /package/{components → lib/components}/Stepper/StepPanel/StepPanel.d.ts +0 -0
- /package/{components → lib/components}/Stepper/Stepper.d.ts +0 -0
- /package/{components → lib/components}/Stepper/StepperActions/StepperActions.d.ts +0 -0
- /package/{components → lib/components}/Stepper/StepperActions/index.d.ts +0 -0
- /package/{components → lib/components}/Stepper/index.d.ts +0 -0
- /package/{components → lib/components}/Table/Table.d.ts +0 -0
- /package/{components → lib/components}/Table/TableBody.d.ts +0 -0
- /package/{components → lib/components}/Table/TableCell.d.ts +0 -0
- /package/{components → lib/components}/Table/TableContext.d.ts +0 -0
- /package/{components → lib/components}/Table/TableHead.d.ts +0 -0
- /package/{components → lib/components}/Table/TableRow.d.ts +0 -0
- /package/{components → lib/components}/Table/index.d.ts +0 -0
- /package/{components → lib/components}/Tabs/Tab.d.ts +0 -0
- /package/{components → lib/components}/Tabs/TabContext.d.ts +0 -0
- /package/{components → lib/components}/Tabs/TabIndicator.d.ts +0 -0
- /package/{components → lib/components}/Tabs/TabPanel.d.ts +0 -0
- /package/{components → lib/components}/Tabs/Tabs.d.ts +0 -0
- /package/{components → lib/components}/Tabs/index.d.ts +0 -0
- /package/{components → lib/components}/Textarea/Textarea.d.ts +0 -0
- /package/{components → lib/components}/Textarea/index.d.ts +0 -0
- /package/{components → lib/components}/TimeSelect/HourSelect.d.ts +0 -0
- /package/{components → lib/components}/TimeSelect/MilliSecondSelect.d.ts +0 -0
- /package/{components → lib/components}/TimeSelect/MinuteSelect.d.ts +0 -0
- /package/{components → lib/components}/TimeSelect/SecondSelect.d.ts +0 -0
- /package/{components → lib/components}/TimeSelect/TimeSelect.d.ts +0 -0
- /package/{components → lib/components}/TimeSelect/index.d.ts +0 -0
- /package/{components → lib/components}/Tooltip/Tooltip.d.ts +0 -0
- /package/{components → lib/components}/Tooltip/index.d.ts +0 -0
- /package/{components → lib/components}/Tooltip/tooltip.enums.d.ts +0 -0
- /package/{components → lib/components}/TreeView/TreeItem.d.ts +0 -0
- /package/{components → lib/components}/TreeView/TreeView.d.ts +0 -0
- /package/{components → lib/components}/TreeView/index.d.ts +0 -0
- /package/{components → lib/components}/Typography/Typography.d.ts +0 -0
- /package/{components → lib/components}/Typography/index.d.ts +0 -0
- /package/{components → lib/components}/component.interfaces.d.ts +0 -0
- /package/{hooks → lib/hooks}/useConstructor.d.ts +0 -0
- /package/{hooks → lib/hooks}/useCssClasses.d.ts +0 -0
- /package/{hooks → lib/hooks}/useDebounce.d.ts +0 -0
- /package/{hooks → lib/hooks}/useHover.d.ts +0 -0
- /package/{hooks → lib/hooks}/useMobileDetect.d.ts +0 -0
- /package/{hooks → lib/hooks}/useOnDestroy.d.ts +0 -0
- /package/{hooks → lib/hooks}/useWindowSize.d.ts +0 -0
- /package/{icons → lib/icons}/CaretDownSolidIcon.d.ts +0 -0
- /package/{icons → lib/icons}/CheckSolidIcon.d.ts +0 -0
- /package/{icons → lib/icons}/CheckSquareRegularIcon.d.ts +0 -0
- /package/{icons → lib/icons}/ChevronDownSolidIcon.d.ts +0 -0
- /package/{icons → lib/icons}/ChevronLeftSolidIcon.d.ts +0 -0
- /package/{icons → lib/icons}/ChevronRightSolidIcon.d.ts +0 -0
- /package/{icons → lib/icons}/ChevronUpSolidIcon.d.ts +0 -0
- /package/{icons → lib/icons}/CircleSolidIcon.d.ts +0 -0
- /package/{icons → lib/icons}/HomeSolidIcon.d.ts +0 -0
- /package/{icons → lib/icons}/PlusSolidIcon.d.ts +0 -0
- /package/{icons → lib/icons}/SpinnerSolidIcon.d.ts +0 -0
- /package/{icons → lib/icons}/SquareRegularIcon.d.ts +0 -0
- /package/{icons → lib/icons}/TimesCircleSolidIcon.d.ts +0 -0
- /package/{icons → lib/icons}/TimesSolidIcon.d.ts +0 -0
- /package/{index.d.ts → lib/index.d.ts} +0 -0
- /package/{interfaces → lib/interfaces}/index.d.ts +0 -0
- /package/{interfaces → lib/interfaces}/interfaces.d.ts +0 -0
package/index.es.js
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
import
|
|
1
|
+
import { jsx, jsxs, Fragment as Fragment$1 } from 'react/jsx-runtime';
|
|
2
|
+
import React, { useEffect, useRef, useState, useMemo, createContext, useContext, Component, Fragment as Fragment$2, createRef, cloneElement } from 'react';
|
|
2
3
|
import reactDom, { createPortal } from 'react-dom';
|
|
3
4
|
import { createPopper } from '@popperjs/core';
|
|
4
5
|
|
|
@@ -7,7 +8,7 @@ var COLOR;
|
|
|
7
8
|
COLOR["primary"] = "primary";
|
|
8
9
|
COLOR["accent"] = "accent";
|
|
9
10
|
COLOR["secondary"] = "secondary";
|
|
10
|
-
|
|
11
|
+
COLOR["danger"] = "danger";
|
|
11
12
|
COLOR["light"] = "light";
|
|
12
13
|
COLOR["dark"] = "dark";
|
|
13
14
|
})(COLOR || (COLOR = {}));
|
|
@@ -82,7 +83,7 @@ const Alert = (props) => {
|
|
|
82
83
|
className && cssClasses.push(className);
|
|
83
84
|
return cssClasses.filter(r => r).join(' ');
|
|
84
85
|
};
|
|
85
|
-
return (
|
|
86
|
+
return (jsx("div", { className: getCssClasses(), ...rest, children: children }));
|
|
86
87
|
};
|
|
87
88
|
|
|
88
89
|
var css_248z$15 = ".AppBar-module_appbar__Neyh3 {\n padding: 0.5rem var(--1);\n display: flex;\n z-index: 1000;\n min-height: 64px;\n flex-shrink: 0;\n}\n.AppBar-module_appbar__Neyh3.AppBar-module_primary__xMqXD {\n color: var(--primary-contrast-text);\n background-color: var(--primary);\n}\n.AppBar-module_appbar__Neyh3.AppBar-module_secondary__8MkLA {\n color: var(--secondary-contrast-text);\n background-color: var(--secondary);\n}\n.AppBar-module_appbar__Neyh3.AppBar-module_accent__vHbkp {\n color: var(--accent-contrast-text);\n background-color: var(--accent);\n}\n.AppBar-module_appbar__Neyh3.AppBar-module_light__HGy3y {\n color: var(--light-contrast-text);\n background-color: var(--light);\n}\n.AppBar-module_appbar__Neyh3.AppBar-module_dark__ILq96 {\n color: var(--dark-contrast-text);\n background-color: var(--dark);\n}\n.AppBar-module_appbar__Neyh3.AppBar-module_shadow__gQN8s {\n box-shadow: 0 4px 2px -2px var(--shadowColor);\n}";
|
|
@@ -99,7 +100,7 @@ const AppBar = (props) => {
|
|
|
99
100
|
className && cssClasses.push(className);
|
|
100
101
|
return cssClasses.filter(r => r).join(' ');
|
|
101
102
|
};
|
|
102
|
-
return (
|
|
103
|
+
return (jsx("nav", { className: getCssClasses(), ...rest, children: children }));
|
|
103
104
|
};
|
|
104
105
|
|
|
105
106
|
var css_248z$14 = ".AppBarTitle-module_appbarTitle__RsFg5 {\n align-items: center;\n padding-top: 0.3125rem;\n padding-bottom: 0.3125rem;\n font-size: 1.25rem;\n line-height: 1.8;\n white-space: nowrap;\n text-overflow: ellipsis;\n overflow: hidden !important;\n display: inline-block;\n}\n.AppBarTitle-module_appbarTitle__RsFg5:hover {\n cursor: pointer;\n}";
|
|
@@ -114,89 +115,18 @@ const AppBarTitle = (props) => {
|
|
|
114
115
|
className && cssClasses.push(className);
|
|
115
116
|
return cssClasses.filter(r => r).join(' ');
|
|
116
117
|
};
|
|
117
|
-
return (
|
|
118
|
+
return (jsx("div", { className: getCssClass(), onClick: onClick, children: children }));
|
|
118
119
|
};
|
|
119
120
|
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
const Icon = (props) => {
|
|
125
|
-
const { children, iconColor, className, ...rest } = props;
|
|
126
|
-
const getCssClasses = () => {
|
|
127
|
-
const cssClasses = [];
|
|
128
|
-
cssClasses.push(styles$13.icon);
|
|
129
|
-
iconColor && cssClasses.push(styles$13[iconColor]);
|
|
130
|
-
className && cssClasses.push(className);
|
|
131
|
-
return cssClasses.filter(css => css).join(' ');
|
|
132
|
-
};
|
|
133
|
-
return (React.createElement("div", { className: getCssClasses(), ...rest }, children));
|
|
134
|
-
};
|
|
135
|
-
|
|
136
|
-
var css_248z$12 = ".IconButton-module_iconButton__rpCPQ {\n border-radius: 100%;\n padding: 0px;\n display: flex;\n flex-shrink: 0;\n justify-content: center;\n align-items: center;\n min-width: auto;\n box-shadow: none;\n font-weight: 400;\n text-align: center;\n vertical-align: middle;\n -webkit-user-select: none;\n user-select: none;\n background-color: transparent;\n font-size: 1rem;\n line-height: 1.5;\n transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;\n border: none;\n}\n.IconButton-module_iconButton__rpCPQ:hover {\n cursor: pointer;\n}\n.IconButton-module_iconButton__rpCPQ.IconButton-module_shadow__Uw0RK {\n box-shadow: var(--shadow);\n}\n.IconButton-module_iconButton__rpCPQ.IconButton-module_md__XnuSk {\n width: 48px;\n height: 48px;\n}\n.IconButton-module_iconButton__rpCPQ.IconButton-module_lg__arEvo {\n width: 56px;\n height: 56px;\n}\n.IconButton-module_iconButton__rpCPQ.IconButton-module_text__Ualag {\n padding: 0;\n background: transparent;\n color: inherit;\n}\n.IconButton-module_iconButton__rpCPQ.IconButton-module_text__Ualag:hover, .IconButton-module_iconButton__rpCPQ.IconButton-module_text__Ualag.IconButton-module_active__VIqU9 {\n background-color: rgba(0, 0, 0, 0.04);\n}\n.IconButton-module_iconButton__rpCPQ.IconButton-module_text__Ualag.IconButton-module_primary__vbo-G {\n color: var(--primary);\n}\n.IconButton-module_iconButton__rpCPQ.IconButton-module_text__Ualag.IconButton-module_primary__vbo-G:hover, .IconButton-module_iconButton__rpCPQ.IconButton-module_text__Ualag.IconButton-module_primary__vbo-G.IconButton-module_active__VIqU9 {\n color: var(--primary-dark);\n}\n.IconButton-module_iconButton__rpCPQ.IconButton-module_text__Ualag.IconButton-module_secondary__AiNAY {\n color: var(--secondary);\n}\n.IconButton-module_iconButton__rpCPQ.IconButton-module_text__Ualag.IconButton-module_secondary__AiNAY:hover, .IconButton-module_iconButton__rpCPQ.IconButton-module_text__Ualag.IconButton-module_secondary__AiNAY.IconButton-module_active__VIqU9 {\n color: var(--secondary-dark);\n}\n.IconButton-module_iconButton__rpCPQ.IconButton-module_text__Ualag.IconButton-module_accent__QRzM2 {\n color: var(--accent);\n}\n.IconButton-module_iconButton__rpCPQ.IconButton-module_text__Ualag.IconButton-module_accent__QRzM2:hover, .IconButton-module_iconButton__rpCPQ.IconButton-module_text__Ualag.IconButton-module_accent__QRzM2.IconButton-module_active__VIqU9 {\n color: var(--accent-dark);\n}\n.IconButton-module_iconButton__rpCPQ.IconButton-module_text__Ualag.IconButton-module_light__YNEiO {\n color: var(--light);\n}\n.IconButton-module_iconButton__rpCPQ.IconButton-module_text__Ualag.IconButton-module_light__YNEiO:hover, .IconButton-module_iconButton__rpCPQ.IconButton-module_text__Ualag.IconButton-module_light__YNEiO.IconButton-module_active__VIqU9 {\n color: var(--light-dark);\n}\n.IconButton-module_iconButton__rpCPQ.IconButton-module_text__Ualag.IconButton-module_dark__gnbUH {\n color: var(--dark);\n}\n.IconButton-module_iconButton__rpCPQ.IconButton-module_text__Ualag.IconButton-module_dark__gnbUH:hover, .IconButton-module_iconButton__rpCPQ.IconButton-module_text__Ualag.IconButton-module_dark__gnbUH.IconButton-module_active__VIqU9 {\n color: var(--dark-dark);\n}\n.IconButton-module_iconButton__rpCPQ.IconButton-module_text__Ualag.IconButton-module_disabled__QB0ZV {\n color: rgba(0, 0, 0, 0.26);\n background-color: transparent;\n cursor: default;\n pointer-events: none;\n}\n.IconButton-module_iconButton__rpCPQ.IconButton-module_contained__k7vGA:hover, .IconButton-module_iconButton__rpCPQ.IconButton-module_contained__k7vGA.IconButton-module_active__VIqU9 {\n background-color: rgba(0, 0, 0, 0.04);\n}\n.IconButton-module_iconButton__rpCPQ.IconButton-module_contained__k7vGA.IconButton-module_primary__vbo-G {\n background-color: var(--primary);\n color: var(--white);\n}\n.IconButton-module_iconButton__rpCPQ.IconButton-module_contained__k7vGA.IconButton-module_primary__vbo-G:hover, .IconButton-module_iconButton__rpCPQ.IconButton-module_contained__k7vGA.IconButton-module_primary__vbo-G.IconButton-module_active__VIqU9 {\n background-color: var(--primary-dark);\n}\n.IconButton-module_iconButton__rpCPQ.IconButton-module_contained__k7vGA.IconButton-module_secondary__AiNAY {\n background-color: var(--secondary);\n color: var(--white);\n}\n.IconButton-module_iconButton__rpCPQ.IconButton-module_contained__k7vGA.IconButton-module_secondary__AiNAY:hover, .IconButton-module_iconButton__rpCPQ.IconButton-module_contained__k7vGA.IconButton-module_secondary__AiNAY.IconButton-module_active__VIqU9 {\n background-color: var(--secondary-dark);\n}\n.IconButton-module_iconButton__rpCPQ.IconButton-module_contained__k7vGA.IconButton-module_accent__QRzM2 {\n background-color: var(--accent);\n color: var(--white);\n}\n.IconButton-module_iconButton__rpCPQ.IconButton-module_contained__k7vGA.IconButton-module_accent__QRzM2:hover, .IconButton-module_iconButton__rpCPQ.IconButton-module_contained__k7vGA.IconButton-module_accent__QRzM2.IconButton-module_active__VIqU9 {\n background-color: var(--accent-dark);\n}\n.IconButton-module_iconButton__rpCPQ.IconButton-module_contained__k7vGA.IconButton-module_light__YNEiO {\n background-color: var(--light);\n color: var(--dark);\n}\n.IconButton-module_iconButton__rpCPQ.IconButton-module_contained__k7vGA.IconButton-module_light__YNEiO:hover, .IconButton-module_iconButton__rpCPQ.IconButton-module_contained__k7vGA.IconButton-module_light__YNEiO.IconButton-module_active__VIqU9 {\n background-color: var(--light-dark);\n}\n.IconButton-module_iconButton__rpCPQ.IconButton-module_contained__k7vGA.IconButton-module_dark__gnbUH {\n background-color: var(--dark);\n color: var(--white);\n}\n.IconButton-module_iconButton__rpCPQ.IconButton-module_contained__k7vGA.IconButton-module_dark__gnbUH:hover, .IconButton-module_iconButton__rpCPQ.IconButton-module_contained__k7vGA.IconButton-module_dark__gnbUH.IconButton-module_active__VIqU9 {\n background-color: var(--dark-light);\n}\n.IconButton-module_iconButton__rpCPQ.IconButton-module_contained__k7vGA.IconButton-module_disabled__QB0ZV {\n color: rgba(0, 0, 0, 0.26);\n background-color: transparent;\n cursor: default;\n pointer-events: none;\n}\n.IconButton-module_iconButton__rpCPQ:focus:not(.IconButton-module_iconButton__rpCPQ.IconButton-module_disabled__QB0ZV) {\n border-color: #86b7fe;\n outline: 0;\n box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.0745098039), 0 0 0 0.25rem rgba(13, 110, 253, 0.2509803922);\n}";
|
|
137
|
-
var styles$12 = {"iconButton":"IconButton-module_iconButton__rpCPQ","shadow":"IconButton-module_shadow__Uw0RK","md":"IconButton-module_md__XnuSk","lg":"IconButton-module_lg__arEvo","text":"IconButton-module_text__Ualag","active":"IconButton-module_active__VIqU9","primary":"IconButton-module_primary__vbo-G","secondary":"IconButton-module_secondary__AiNAY","accent":"IconButton-module_accent__QRzM2","light":"IconButton-module_light__YNEiO","dark":"IconButton-module_dark__gnbUH","disabled":"IconButton-module_disabled__QB0ZV","contained":"IconButton-module_contained__k7vGA"};
|
|
138
|
-
styleInject(css_248z$12);
|
|
139
|
-
|
|
140
|
-
const IconButton = (props) => {
|
|
141
|
-
const { children, icon, variant = VARIANT.text, color = COLOR.dark, size = SIZE.md, isActive, disabled, className, shadow, ...rest } = props;
|
|
142
|
-
const getCssClasses = () => {
|
|
143
|
-
const cssClasses = [];
|
|
144
|
-
cssClasses.push(styles$12[color]);
|
|
145
|
-
cssClasses.push(styles$12[variant]);
|
|
146
|
-
cssClasses.push(styles$12[size]);
|
|
147
|
-
cssClasses.push(styles$12.iconButton);
|
|
148
|
-
isActive && cssClasses.push(styles$12.active);
|
|
149
|
-
disabled && cssClasses.push(styles$12.disabled);
|
|
150
|
-
shadow && cssClasses.push(styles$12.shadow);
|
|
151
|
-
className && cssClasses.push(className);
|
|
152
|
-
return cssClasses.filter(css => css).join(' ');
|
|
153
|
-
};
|
|
154
|
-
return (React.createElement("button", { type: "button", className: getCssClasses(), disabled: disabled, ...rest },
|
|
155
|
-
icon && React.createElement(Icon, null, icon),
|
|
156
|
-
children));
|
|
121
|
+
const useConstructor = (callBack) => {
|
|
122
|
+
useEffect(() => {
|
|
123
|
+
callBack();
|
|
124
|
+
}, []);
|
|
157
125
|
};
|
|
158
126
|
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
const CheckSquareRegularIcon = () => (React.createElement("svg", { "aria-hidden": "true", focusable: "false", "data-prefix": "far", "data-icon": "check-square", role: "img", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 448 512" },
|
|
163
|
-
React.createElement("path", { fill: "currentColor", d: "M400 32H48C21.49 32 0 53.49 0 80v352c0 26.51 21.49 48 48 48h352c26.51 0 48-21.49 48-48V80c0-26.51-21.49-48-48-48zm0 400H48V80h352v352zm-35.864-241.724L191.547 361.48c-4.705 4.667-12.303 4.637-16.97-.068l-90.781-91.516c-4.667-4.705-4.637-12.303.069-16.971l22.719-22.536c4.705-4.667 12.303-4.637 16.97.069l59.792 60.277 141.352-140.216c4.705-4.667 12.303-4.637 16.97.068l22.536 22.718c4.667 4.706 4.637 12.304-.068 16.971z" })));
|
|
164
|
-
|
|
165
|
-
const ChevronDownSolidIcon = () => (React.createElement("svg", { "aria-hidden": "true", focusable: "false", "data-prefix": "fas", "data-icon": "chevron-down", role: "img", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 448 512" },
|
|
166
|
-
React.createElement("path", { fill: "currentColor", d: "M207.029 381.476L12.686 187.132c-9.373-9.373-9.373-24.569 0-33.941l22.667-22.667c9.357-9.357 24.522-9.375 33.901-.04L224 284.505l154.745-154.021c9.379-9.335 24.544-9.317 33.901.04l22.667 22.667c9.373 9.373 9.373 24.569 0 33.941L240.971 381.476c-9.373 9.372-24.569 9.372-33.942 0z" })));
|
|
167
|
-
|
|
168
|
-
const ChevronRightSolidIcon = () => (React.createElement("svg", { "aria-hidden": "true", focusable: "false", "data-prefix": "fas", "data-icon": "chevron-right", role: "img", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 320 512" },
|
|
169
|
-
React.createElement("path", { fill: "currentColor", d: "M285.476 272.971L91.132 467.314c-9.373 9.373-24.569 9.373-33.941 0l-22.667-22.667c-9.357-9.357-9.375-24.522-.04-33.901L188.505 256 34.484 101.255c-9.335-9.379-9.317-24.544.04-33.901l22.667-22.667c9.373-9.373 24.569-9.373 33.941 0L285.475 239.03c9.373 9.372 9.373 24.568.001 33.941z" })));
|
|
170
|
-
|
|
171
|
-
const ChevronUpSolidIcon = () => (React.createElement("svg", { "aria-hidden": "true", focusable: "false", "data-prefix": "fas", "data-icon": "chevron-up", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 448 512" },
|
|
172
|
-
React.createElement("path", { fill: "currentColor", d: "M240.971 130.524l194.343 194.343c9.373 9.373 9.373 24.569 0 33.941l-22.667 22.667c-9.357 9.357-24.522 9.375-33.901.04L224 227.495 69.255 381.516c-9.379 9.335-24.544 9.317-33.901-.04l-22.667-22.667c-9.373-9.373-9.373-24.569 0-33.941L207.03 130.525c9.372-9.373 24.568-9.373 33.941-.001z" })));
|
|
173
|
-
|
|
174
|
-
const HomeSolidIcon = () => (React.createElement("svg", { "aria-hidden": "true", focusable: "false", "data-prefix": "fas", "data-icon": "home", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 576 512" },
|
|
175
|
-
React.createElement("path", { fill: "currentColor", d: "M280.37 148.26L96 300.11V464a16 16 0 0 0 16 16l112.06-.29a16 16 0 0 0 15.92-16V368a16 16 0 0 1 16-16h64a16 16 0 0 1 16 16v95.64a16 16 0 0 0 16 16.05L464 480a16 16 0 0 0 16-16V300L295.67 148.26a12.19 12.19 0 0 0-15.3 0zM571.6 251.47L488 182.56V44.05a12 12 0 0 0-12-12h-56a12 12 0 0 0-12 12v72.61L318.47 43a48 48 0 0 0-61 0L4.34 251.47a12 12 0 0 0-1.6 16.9l25.5 31A12 12 0 0 0 45.15 301l235.22-193.74a12.19 12.19 0 0 1 15.3 0L530.9 301a12 12 0 0 0 16.9-1.6l25.5-31a12 12 0 0 0-1.7-16.93z" })));
|
|
176
|
-
|
|
177
|
-
const SquareRegularIcon = () => (React.createElement("svg", { "aria-hidden": "true", focusable: "false", "data-prefix": "far", "data-icon": "square", role: "img", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 448 512" },
|
|
178
|
-
React.createElement("path", { fill: "currentColor", d: "M400 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm-6 400H54c-3.3 0-6-2.7-6-6V86c0-3.3 2.7-6 6-6h340c3.3 0 6 2.7 6 6v340c0 3.3-2.7 6-6 6z" })));
|
|
179
|
-
|
|
180
|
-
const TimesCircleSolidIcon = () => (React.createElement("svg", { "aria-hidden": "true", focusable: "false", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 512 512" },
|
|
181
|
-
React.createElement("path", { fill: "currentColor", d: "M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm121.6 313.1c4.7 4.7 4.7 12.3 0 17L338 377.6c-4.7 4.7-12.3 4.7-17 0L256 312l-65.1 65.6c-4.7 4.7-12.3 4.7-17 0L134.4 338c-4.7-4.7-4.7-12.3 0-17l65.6-65-65.6-65.1c-4.7-4.7-4.7-12.3 0-17l39.6-39.6c4.7-4.7 12.3-4.7 17 0l65 65.7 65.1-65.6c4.7-4.7 12.3-4.7 17 0l39.6 39.6c4.7 4.7 4.7 12.3 0 17L312 256l65.6 65.1z" })));
|
|
182
|
-
|
|
183
|
-
const TimesSolidIcon = () => (React.createElement("svg", { "aria-hidden": "true", focusable: "false", role: "img", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 352 512" },
|
|
184
|
-
React.createElement("path", { fill: "currentColor", d: "M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z" })));
|
|
185
|
-
|
|
186
|
-
const SpinnerSolidIcon = () => (React.createElement("svg", { "aria-hidden": "true", focusable: "false", "data-prefix": "fas", "data-icon": "spinner", role: "img", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 512 512" },
|
|
187
|
-
React.createElement("path", { fill: "currentColor", d: "M304 48c0 26.51-21.49 48-48 48s-48-21.49-48-48 21.49-48 48-48 48 21.49 48 48zm-48 368c-26.51 0-48 21.49-48 48s21.49 48 48 48 48-21.49 48-48-21.49-48-48-48zm208-208c-26.51 0-48 21.49-48 48s21.49 48 48 48 48-21.49 48-48-21.49-48-48-48zM96 256c0-26.51-21.49-48-48-48S0 229.49 0 256s21.49 48 48 48 48-21.49 48-48zm12.922 99.078c-26.51 0-48 21.49-48 48s21.49 48 48 48 48-21.49 48-48c0-26.509-21.491-48-48-48zm294.156 0c-26.51 0-48 21.49-48 48s21.49 48 48 48 48-21.49 48-48c0-26.509-21.49-48-48-48zM108.922 60.922c-26.51 0-48 21.49-48 48s21.49 48 48 48 48-21.49 48-48-21.491-48-48-48z" })));
|
|
188
|
-
|
|
189
|
-
const PlusSolidIcon = () => (React.createElement("svg", { "aria-hidden": "true", focusable: "false", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 448 512" },
|
|
190
|
-
React.createElement("path", { fill: "currentColor", d: "M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z" })));
|
|
191
|
-
|
|
192
|
-
const CheckSolidIcon = () => (React.createElement("svg", { "aria-hidden": "true", focusable: "false", role: "img", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 512 512" },
|
|
193
|
-
React.createElement("path", { fill: "currentColor", d: "M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z" })));
|
|
194
|
-
|
|
195
|
-
const CircleSolidIcon = () => (React.createElement("svg", { "aria-hidden": "true", focusable: "false", role: "img", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 512 512" },
|
|
196
|
-
React.createElement("path", { fill: "currentColor", d: "M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8z" })));
|
|
197
|
-
|
|
198
|
-
const ChevronLeftSolidIcon = () => (React.createElement("svg", { "aria-hidden": "true", focusable: "false", role: "img", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 320 512" },
|
|
199
|
-
React.createElement("path", { fill: "currentColor", d: "M34.52 239.03L228.87 44.69c9.37-9.37 24.57-9.37 33.94 0l22.67 22.67c9.36 9.36 9.37 24.52.04 33.9L131.49 256l154.02 154.75c9.34 9.38 9.32 24.54-.04 33.9l-22.67 22.67c-9.37 9.37-24.57 9.37-33.94 0L34.52 272.97c-9.37-9.37-9.37-24.57 0-33.94z" })));
|
|
127
|
+
function useCssClasses(cssClasses) {
|
|
128
|
+
return [cssClasses?.filter(css => css).join(' ') || ''];
|
|
129
|
+
}
|
|
200
130
|
|
|
201
131
|
function useDebounce(callback, timeout, deps) {
|
|
202
132
|
const timeoutId = useRef();
|
|
@@ -207,16 +137,6 @@ function useDebounce(callback, timeout, deps) {
|
|
|
207
137
|
}, deps);
|
|
208
138
|
}
|
|
209
139
|
|
|
210
|
-
const useConstructor = (callBack) => {
|
|
211
|
-
useEffect(() => {
|
|
212
|
-
callBack();
|
|
213
|
-
}, []);
|
|
214
|
-
};
|
|
215
|
-
|
|
216
|
-
function useCssClasses(cssClasses) {
|
|
217
|
-
return [cssClasses?.filter(css => css).join(' ') || ''];
|
|
218
|
-
}
|
|
219
|
-
|
|
220
140
|
function useHover() {
|
|
221
141
|
const [value, setValue] = useState(false);
|
|
222
142
|
const ref = useRef(null);
|
|
@@ -280,6 +200,34 @@ const useOnDestroy = (callBack) => {
|
|
|
280
200
|
}, []);
|
|
281
201
|
};
|
|
282
202
|
|
|
203
|
+
const CaretDownSolidIcon = () => (jsx("svg", { "aria-hidden": "true", focusable: "false", "data-prefix": "fas", "data-icon": "caret-down", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 320 512", children: jsx("path", { fill: "currentColor", d: "M31.3 192h257.3c17.8 0 26.7 21.5 14.1 34.1L174.1 354.8c-7.8 7.8-20.5 7.8-28.3 0L17.2 226.1C4.6 213.5 13.5 192 31.3 192z" }) }));
|
|
204
|
+
|
|
205
|
+
const CheckSolidIcon = () => (jsx("svg", { "aria-hidden": "true", focusable: "false", role: "img", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 512 512", children: jsx("path", { fill: "currentColor", d: "M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z" }) }));
|
|
206
|
+
|
|
207
|
+
const CheckSquareRegularIcon = () => (jsx("svg", { "aria-hidden": "true", focusable: "false", "data-prefix": "far", "data-icon": "check-square", role: "img", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 448 512", children: jsx("path", { fill: "currentColor", d: "M400 32H48C21.49 32 0 53.49 0 80v352c0 26.51 21.49 48 48 48h352c26.51 0 48-21.49 48-48V80c0-26.51-21.49-48-48-48zm0 400H48V80h352v352zm-35.864-241.724L191.547 361.48c-4.705 4.667-12.303 4.637-16.97-.068l-90.781-91.516c-4.667-4.705-4.637-12.303.069-16.971l22.719-22.536c4.705-4.667 12.303-4.637 16.97.069l59.792 60.277 141.352-140.216c4.705-4.667 12.303-4.637 16.97.068l22.536 22.718c4.667 4.706 4.637 12.304-.068 16.971z" }) }));
|
|
208
|
+
|
|
209
|
+
const ChevronDownSolidIcon = () => (jsx("svg", { "aria-hidden": "true", focusable: "false", "data-prefix": "fas", "data-icon": "chevron-down", role: "img", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 448 512", children: jsx("path", { fill: "currentColor", d: "M207.029 381.476L12.686 187.132c-9.373-9.373-9.373-24.569 0-33.941l22.667-22.667c9.357-9.357 24.522-9.375 33.901-.04L224 284.505l154.745-154.021c9.379-9.335 24.544-9.317 33.901.04l22.667 22.667c9.373 9.373 9.373 24.569 0 33.941L240.971 381.476c-9.373 9.372-24.569 9.372-33.942 0z" }) }));
|
|
210
|
+
|
|
211
|
+
const ChevronLeftSolidIcon = () => (jsx("svg", { "aria-hidden": "true", focusable: "false", role: "img", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 320 512", children: jsx("path", { fill: "currentColor", d: "M34.52 239.03L228.87 44.69c9.37-9.37 24.57-9.37 33.94 0l22.67 22.67c9.36 9.36 9.37 24.52.04 33.9L131.49 256l154.02 154.75c9.34 9.38 9.32 24.54-.04 33.9l-22.67 22.67c-9.37 9.37-24.57 9.37-33.94 0L34.52 272.97c-9.37-9.37-9.37-24.57 0-33.94z" }) }));
|
|
212
|
+
|
|
213
|
+
const ChevronRightSolidIcon = () => (jsx("svg", { "aria-hidden": "true", focusable: "false", "data-prefix": "fas", "data-icon": "chevron-right", role: "img", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 320 512", children: jsx("path", { fill: "currentColor", d: "M285.476 272.971L91.132 467.314c-9.373 9.373-24.569 9.373-33.941 0l-22.667-22.667c-9.357-9.357-9.375-24.522-.04-33.901L188.505 256 34.484 101.255c-9.335-9.379-9.317-24.544.04-33.901l22.667-22.667c9.373-9.373 24.569-9.373 33.941 0L285.475 239.03c9.373 9.372 9.373 24.568.001 33.941z" }) }));
|
|
214
|
+
|
|
215
|
+
const ChevronUpSolidIcon = () => (jsx("svg", { "aria-hidden": "true", focusable: "false", "data-prefix": "fas", "data-icon": "chevron-up", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 448 512", children: jsx("path", { fill: "currentColor", d: "M240.971 130.524l194.343 194.343c9.373 9.373 9.373 24.569 0 33.941l-22.667 22.667c-9.357 9.357-24.522 9.375-33.901.04L224 227.495 69.255 381.516c-9.379 9.335-24.544 9.317-33.901-.04l-22.667-22.667c-9.373-9.373-9.373-24.569 0-33.941L207.03 130.525c9.372-9.373 24.568-9.373 33.941-.001z" }) }));
|
|
216
|
+
|
|
217
|
+
const CircleSolidIcon = () => (jsx("svg", { "aria-hidden": "true", focusable: "false", role: "img", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 512 512", children: jsx("path", { fill: "currentColor", d: "M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8z" }) }));
|
|
218
|
+
|
|
219
|
+
const HomeSolidIcon = () => (jsx("svg", { "aria-hidden": "true", focusable: "false", "data-prefix": "fas", "data-icon": "home", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 576 512", children: jsx("path", { fill: "currentColor", d: "M280.37 148.26L96 300.11V464a16 16 0 0 0 16 16l112.06-.29a16 16 0 0 0 15.92-16V368a16 16 0 0 1 16-16h64a16 16 0 0 1 16 16v95.64a16 16 0 0 0 16 16.05L464 480a16 16 0 0 0 16-16V300L295.67 148.26a12.19 12.19 0 0 0-15.3 0zM571.6 251.47L488 182.56V44.05a12 12 0 0 0-12-12h-56a12 12 0 0 0-12 12v72.61L318.47 43a48 48 0 0 0-61 0L4.34 251.47a12 12 0 0 0-1.6 16.9l25.5 31A12 12 0 0 0 45.15 301l235.22-193.74a12.19 12.19 0 0 1 15.3 0L530.9 301a12 12 0 0 0 16.9-1.6l25.5-31a12 12 0 0 0-1.7-16.93z" }) }));
|
|
220
|
+
|
|
221
|
+
const PlusSolidIcon = () => (jsx("svg", { "aria-hidden": "true", focusable: "false", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 448 512", children: jsx("path", { fill: "currentColor", d: "M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z" }) }));
|
|
222
|
+
|
|
223
|
+
const SpinnerSolidIcon = () => (jsx("svg", { "aria-hidden": "true", focusable: "false", "data-prefix": "fas", "data-icon": "spinner", role: "img", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 512 512", children: jsx("path", { fill: "currentColor", d: "M304 48c0 26.51-21.49 48-48 48s-48-21.49-48-48 21.49-48 48-48 48 21.49 48 48zm-48 368c-26.51 0-48 21.49-48 48s21.49 48 48 48 48-21.49 48-48-21.49-48-48-48zm208-208c-26.51 0-48 21.49-48 48s21.49 48 48 48 48-21.49 48-48-21.49-48-48-48zM96 256c0-26.51-21.49-48-48-48S0 229.49 0 256s21.49 48 48 48 48-21.49 48-48zm12.922 99.078c-26.51 0-48 21.49-48 48s21.49 48 48 48 48-21.49 48-48c0-26.509-21.491-48-48-48zm294.156 0c-26.51 0-48 21.49-48 48s21.49 48 48 48 48-21.49 48-48c0-26.509-21.49-48-48-48zM108.922 60.922c-26.51 0-48 21.49-48 48s21.49 48 48 48 48-21.49 48-48-21.491-48-48-48z" }) }));
|
|
224
|
+
|
|
225
|
+
const SquareRegularIcon = () => (jsx("svg", { "aria-hidden": "true", focusable: "false", "data-prefix": "far", "data-icon": "square", role: "img", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 448 512", children: jsx("path", { fill: "currentColor", d: "M400 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm-6 400H54c-3.3 0-6-2.7-6-6V86c0-3.3 2.7-6 6-6h340c3.3 0 6 2.7 6 6v340c0 3.3-2.7 6-6 6z" }) }));
|
|
226
|
+
|
|
227
|
+
const TimesCircleSolidIcon = () => (jsx("svg", { "aria-hidden": "true", focusable: "false", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 512 512", children: jsx("path", { fill: "currentColor", d: "M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm121.6 313.1c4.7 4.7 4.7 12.3 0 17L338 377.6c-4.7 4.7-12.3 4.7-17 0L256 312l-65.1 65.6c-4.7 4.7-12.3 4.7-17 0L134.4 338c-4.7-4.7-4.7-12.3 0-17l65.6-65-65.6-65.1c-4.7-4.7-4.7-12.3 0-17l39.6-39.6c4.7-4.7 12.3-4.7 17 0l65 65.7 65.1-65.6c4.7-4.7 12.3-4.7 17 0l39.6 39.6c4.7 4.7 4.7 12.3 0 17L312 256l65.6 65.1z" }) }));
|
|
228
|
+
|
|
229
|
+
const TimesSolidIcon = () => (jsx("svg", { "aria-hidden": "true", focusable: "false", role: "img", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 352 512", children: jsx("path", { fill: "currentColor", d: "M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z" }) }));
|
|
230
|
+
|
|
283
231
|
const Portal$1 = ({ children, target = document.body, className }) => {
|
|
284
232
|
const containerEl = useMemo(() => document.createElement('div'), []);
|
|
285
233
|
useEffect(() => {
|
|
@@ -292,9 +240,9 @@ const Portal$1 = ({ children, target = document.body, className }) => {
|
|
|
292
240
|
return createPortal(children, containerEl);
|
|
293
241
|
};
|
|
294
242
|
|
|
295
|
-
var css_248z$
|
|
296
|
-
var styles$
|
|
297
|
-
styleInject(css_248z$
|
|
243
|
+
var css_248z$13 = ".Backdrop-module_backdrop__IRMoL {\n height: 100%;\n width: 100%;\n position: absolute;\n opacity: 0.5;\n z-index: 1040;\n top: 0;\n left: 0;\n background-color: #000;\n}\n.Backdrop-module_backdrop__IRMoL.Backdrop-module_isTransparent__F5nA5 {\n opacity: 0;\n}";
|
|
244
|
+
var styles$13 = {"backdrop":"Backdrop-module_backdrop__IRMoL","isTransparent":"Backdrop-module_isTransparent__F5nA5"};
|
|
245
|
+
styleInject(css_248z$13);
|
|
298
246
|
|
|
299
247
|
const Backdrop = (props) => {
|
|
300
248
|
const { target = document.body, isTransparent = false, onClick, style, ...rest } = props;
|
|
@@ -304,15 +252,51 @@ const Backdrop = (props) => {
|
|
|
304
252
|
};
|
|
305
253
|
const getCssClasses = () => {
|
|
306
254
|
const cssClasses = [];
|
|
307
|
-
cssClasses.push(styles$
|
|
308
|
-
isTransparent && cssClasses.push(styles$
|
|
255
|
+
cssClasses.push(styles$13.backdrop);
|
|
256
|
+
isTransparent && cssClasses.push(styles$13['isTransparent']);
|
|
309
257
|
return cssClasses.filter(css => css).join(' ');
|
|
310
258
|
};
|
|
311
259
|
const getStyles = () => {
|
|
312
260
|
return Object.assign({ height: '100%', width: '100%', position: 'absolute' }, style);
|
|
313
261
|
};
|
|
314
|
-
return (
|
|
315
|
-
|
|
262
|
+
return (jsx(Portal$1, { className: "backdrop-root", target: target, children: jsx("div", { className: getCssClasses(), onClick: handleClick, style: getStyles(), ...rest }) }));
|
|
263
|
+
};
|
|
264
|
+
|
|
265
|
+
var css_248z$12 = ".Icon-module_icon__lFKCA {\n align-items: center;\n justify-content: center;\n display: flex;\n width: 20px;\n height: 20px;\n}\n.Icon-module_icon__lFKCA svg {\n width: inherit;\n height: inherit;\n}\n.Icon-module_icon__lFKCA.Icon-module_primary__3fID- {\n color: var(--primary);\n}\n.Icon-module_icon__lFKCA.Icon-module_accent__aZXGb {\n color: var(--accent);\n}\n.Icon-module_icon__lFKCA.Icon-module_secondary__HKKop {\n color: var(--secondary);\n}\n.Icon-module_icon__lFKCA.Icon-module_light__-ApMm {\n color: var(--light);\n}\n.Icon-module_icon__lFKCA.Icon-module_dark__DpCIK {\n color: var(--dark);\n}";
|
|
266
|
+
var styles$12 = {"icon":"Icon-module_icon__lFKCA","primary":"Icon-module_primary__3fID-","accent":"Icon-module_accent__aZXGb","secondary":"Icon-module_secondary__HKKop","light":"Icon-module_light__-ApMm","dark":"Icon-module_dark__DpCIK"};
|
|
267
|
+
styleInject(css_248z$12);
|
|
268
|
+
|
|
269
|
+
const Icon = (props) => {
|
|
270
|
+
const { children, iconColor, className, ...rest } = props;
|
|
271
|
+
const getCssClasses = () => {
|
|
272
|
+
const cssClasses = [];
|
|
273
|
+
cssClasses.push(styles$12.icon);
|
|
274
|
+
iconColor && cssClasses.push(styles$12[iconColor]);
|
|
275
|
+
className && cssClasses.push(className);
|
|
276
|
+
return cssClasses.filter(css => css).join(' ');
|
|
277
|
+
};
|
|
278
|
+
return (jsx("div", { className: getCssClasses(), ...rest, children: children }));
|
|
279
|
+
};
|
|
280
|
+
|
|
281
|
+
var css_248z$11 = ".IconButton-module_iconButton__rpCPQ {\n border-radius: 100%;\n padding: 0px;\n display: flex;\n flex-shrink: 0;\n justify-content: center;\n align-items: center;\n min-width: auto;\n box-shadow: none;\n font-weight: 400;\n text-align: center;\n vertical-align: middle;\n -webkit-user-select: none;\n user-select: none;\n background-color: transparent;\n font-size: 1rem;\n line-height: 1.5;\n transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;\n border: none;\n}\n.IconButton-module_iconButton__rpCPQ:hover {\n cursor: pointer;\n}\n.IconButton-module_iconButton__rpCPQ.IconButton-module_shadow__Uw0RK {\n box-shadow: var(--shadow);\n}\n.IconButton-module_iconButton__rpCPQ.IconButton-module_md__XnuSk {\n width: 48px;\n height: 48px;\n}\n.IconButton-module_iconButton__rpCPQ.IconButton-module_lg__arEvo {\n width: 56px;\n height: 56px;\n}\n.IconButton-module_iconButton__rpCPQ.IconButton-module_text__Ualag {\n padding: 0;\n background: transparent;\n color: inherit;\n}\n.IconButton-module_iconButton__rpCPQ.IconButton-module_text__Ualag:hover, .IconButton-module_iconButton__rpCPQ.IconButton-module_text__Ualag.IconButton-module_active__VIqU9 {\n background-color: rgba(0, 0, 0, 0.04);\n}\n.IconButton-module_iconButton__rpCPQ.IconButton-module_text__Ualag.IconButton-module_primary__vbo-G {\n color: var(--primary);\n}\n.IconButton-module_iconButton__rpCPQ.IconButton-module_text__Ualag.IconButton-module_primary__vbo-G:hover, .IconButton-module_iconButton__rpCPQ.IconButton-module_text__Ualag.IconButton-module_primary__vbo-G.IconButton-module_active__VIqU9 {\n color: var(--primary-dark);\n}\n.IconButton-module_iconButton__rpCPQ.IconButton-module_text__Ualag.IconButton-module_secondary__AiNAY {\n color: var(--secondary);\n}\n.IconButton-module_iconButton__rpCPQ.IconButton-module_text__Ualag.IconButton-module_secondary__AiNAY:hover, .IconButton-module_iconButton__rpCPQ.IconButton-module_text__Ualag.IconButton-module_secondary__AiNAY.IconButton-module_active__VIqU9 {\n color: var(--secondary-dark);\n}\n.IconButton-module_iconButton__rpCPQ.IconButton-module_text__Ualag.IconButton-module_accent__QRzM2 {\n color: var(--accent);\n}\n.IconButton-module_iconButton__rpCPQ.IconButton-module_text__Ualag.IconButton-module_accent__QRzM2:hover, .IconButton-module_iconButton__rpCPQ.IconButton-module_text__Ualag.IconButton-module_accent__QRzM2.IconButton-module_active__VIqU9 {\n color: var(--accent-dark);\n}\n.IconButton-module_iconButton__rpCPQ.IconButton-module_text__Ualag.IconButton-module_light__YNEiO {\n color: var(--light);\n}\n.IconButton-module_iconButton__rpCPQ.IconButton-module_text__Ualag.IconButton-module_light__YNEiO:hover, .IconButton-module_iconButton__rpCPQ.IconButton-module_text__Ualag.IconButton-module_light__YNEiO.IconButton-module_active__VIqU9 {\n color: var(--light-dark);\n}\n.IconButton-module_iconButton__rpCPQ.IconButton-module_text__Ualag.IconButton-module_dark__gnbUH {\n color: var(--dark);\n}\n.IconButton-module_iconButton__rpCPQ.IconButton-module_text__Ualag.IconButton-module_dark__gnbUH:hover, .IconButton-module_iconButton__rpCPQ.IconButton-module_text__Ualag.IconButton-module_dark__gnbUH.IconButton-module_active__VIqU9 {\n color: var(--dark-dark);\n}\n.IconButton-module_iconButton__rpCPQ.IconButton-module_text__Ualag.IconButton-module_disabled__QB0ZV {\n color: rgba(0, 0, 0, 0.26);\n background-color: transparent;\n cursor: default;\n pointer-events: none;\n}\n.IconButton-module_iconButton__rpCPQ.IconButton-module_contained__k7vGA:hover, .IconButton-module_iconButton__rpCPQ.IconButton-module_contained__k7vGA.IconButton-module_active__VIqU9 {\n background-color: rgba(0, 0, 0, 0.04);\n}\n.IconButton-module_iconButton__rpCPQ.IconButton-module_contained__k7vGA.IconButton-module_primary__vbo-G {\n background-color: var(--primary);\n color: var(--white);\n}\n.IconButton-module_iconButton__rpCPQ.IconButton-module_contained__k7vGA.IconButton-module_primary__vbo-G:hover, .IconButton-module_iconButton__rpCPQ.IconButton-module_contained__k7vGA.IconButton-module_primary__vbo-G.IconButton-module_active__VIqU9 {\n background-color: var(--primary-dark);\n}\n.IconButton-module_iconButton__rpCPQ.IconButton-module_contained__k7vGA.IconButton-module_secondary__AiNAY {\n background-color: var(--secondary);\n color: var(--white);\n}\n.IconButton-module_iconButton__rpCPQ.IconButton-module_contained__k7vGA.IconButton-module_secondary__AiNAY:hover, .IconButton-module_iconButton__rpCPQ.IconButton-module_contained__k7vGA.IconButton-module_secondary__AiNAY.IconButton-module_active__VIqU9 {\n background-color: var(--secondary-dark);\n}\n.IconButton-module_iconButton__rpCPQ.IconButton-module_contained__k7vGA.IconButton-module_accent__QRzM2 {\n background-color: var(--accent);\n color: var(--white);\n}\n.IconButton-module_iconButton__rpCPQ.IconButton-module_contained__k7vGA.IconButton-module_accent__QRzM2:hover, .IconButton-module_iconButton__rpCPQ.IconButton-module_contained__k7vGA.IconButton-module_accent__QRzM2.IconButton-module_active__VIqU9 {\n background-color: var(--accent-dark);\n}\n.IconButton-module_iconButton__rpCPQ.IconButton-module_contained__k7vGA.IconButton-module_light__YNEiO {\n background-color: var(--light);\n color: var(--dark);\n}\n.IconButton-module_iconButton__rpCPQ.IconButton-module_contained__k7vGA.IconButton-module_light__YNEiO:hover, .IconButton-module_iconButton__rpCPQ.IconButton-module_contained__k7vGA.IconButton-module_light__YNEiO.IconButton-module_active__VIqU9 {\n background-color: var(--light-dark);\n}\n.IconButton-module_iconButton__rpCPQ.IconButton-module_contained__k7vGA.IconButton-module_dark__gnbUH {\n background-color: var(--dark);\n color: var(--white);\n}\n.IconButton-module_iconButton__rpCPQ.IconButton-module_contained__k7vGA.IconButton-module_dark__gnbUH:hover, .IconButton-module_iconButton__rpCPQ.IconButton-module_contained__k7vGA.IconButton-module_dark__gnbUH.IconButton-module_active__VIqU9 {\n background-color: var(--dark-light);\n}\n.IconButton-module_iconButton__rpCPQ.IconButton-module_contained__k7vGA.IconButton-module_disabled__QB0ZV {\n color: rgba(0, 0, 0, 0.26);\n background-color: transparent;\n cursor: default;\n pointer-events: none;\n}\n.IconButton-module_iconButton__rpCPQ:focus:not(.IconButton-module_iconButton__rpCPQ.IconButton-module_disabled__QB0ZV) {\n border-color: #86b7fe;\n outline: 0;\n box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.0745098039), 0 0 0 0.25rem rgba(13, 110, 253, 0.2509803922);\n}";
|
|
282
|
+
var styles$11 = {"iconButton":"IconButton-module_iconButton__rpCPQ","shadow":"IconButton-module_shadow__Uw0RK","md":"IconButton-module_md__XnuSk","lg":"IconButton-module_lg__arEvo","text":"IconButton-module_text__Ualag","active":"IconButton-module_active__VIqU9","primary":"IconButton-module_primary__vbo-G","secondary":"IconButton-module_secondary__AiNAY","accent":"IconButton-module_accent__QRzM2","light":"IconButton-module_light__YNEiO","dark":"IconButton-module_dark__gnbUH","disabled":"IconButton-module_disabled__QB0ZV","contained":"IconButton-module_contained__k7vGA"};
|
|
283
|
+
styleInject(css_248z$11);
|
|
284
|
+
|
|
285
|
+
const IconButton = (props) => {
|
|
286
|
+
const { children, icon, variant = VARIANT.text, color = COLOR.dark, size = SIZE.md, isActive, disabled, className, shadow, ...rest } = props;
|
|
287
|
+
const getCssClasses = () => {
|
|
288
|
+
const cssClasses = [];
|
|
289
|
+
cssClasses.push(styles$11[color]);
|
|
290
|
+
cssClasses.push(styles$11[variant]);
|
|
291
|
+
cssClasses.push(styles$11[size]);
|
|
292
|
+
cssClasses.push(styles$11.iconButton);
|
|
293
|
+
isActive && cssClasses.push(styles$11.active);
|
|
294
|
+
disabled && cssClasses.push(styles$11.disabled);
|
|
295
|
+
shadow && cssClasses.push(styles$11.shadow);
|
|
296
|
+
className && cssClasses.push(className);
|
|
297
|
+
return cssClasses.filter(css => css).join(' ');
|
|
298
|
+
};
|
|
299
|
+
return (jsxs("button", { type: "button", className: getCssClasses(), disabled: disabled, ...rest, children: [icon && jsx(Icon, { children: icon }), children] }));
|
|
316
300
|
};
|
|
317
301
|
|
|
318
302
|
var css_248z$10 = ".List-module_list__gpZ41 {\n width: 100%;\n display: flex;\n flex-direction: column;\n padding-left: 0;\n margin-bottom: 0;\n margin-top: 0;\n background-color: var(--white);\n}";
|
|
@@ -328,7 +312,7 @@ const List = (props) => {
|
|
|
328
312
|
className && cssClasses.push(className);
|
|
329
313
|
return cssClasses.filter(css => css).join(' ');
|
|
330
314
|
};
|
|
331
|
-
return (
|
|
315
|
+
return (jsx("ul", { className: getCssClasses(), ...rest, children: children }));
|
|
332
316
|
};
|
|
333
317
|
|
|
334
318
|
var css_248z$$ = ".ListItem-module_listItem__Pk1AP {\n display: flex;\n align-items: center;\n position: relative;\n padding: 0.75rem 1.25rem;\n min-width: 100%;\n color: var(--bodyColor);\n text-align: inherit;\n transition: background 0.5s ease;\n}\n.ListItem-module_listItem__Pk1AP:hover, .ListItem-module_listItem__Pk1AP.ListItem-module_active__zm2q8 {\n cursor: pointer;\n z-index: 1;\n text-decoration: none;\n background-color: rgba(0, 0, 0, 0.04);\n color: var(--primary);\n}\n.ListItem-module_listItem__Pk1AP + .ListItem-module_listItem__Pk1AP {\n border-top-width: 0;\n}\n.ListItem-module_listItem__Pk1AP.ListItem-module_primary__F6Qja {\n color: var(--primary-contrast-text);\n background-color: var(--primary);\n}\n.ListItem-module_listItem__Pk1AP.ListItem-module_accent__pg3Ha {\n color: var(--accent-contrast-text);\n background-color: var(--accent);\n}\n.ListItem-module_listItem__Pk1AP.ListItem-module_secondary__d0drD {\n color: var(--secondary-contrast-text);\n background-color: var(--secondary);\n}\n.ListItem-module_listItem__Pk1AP.ListItem-module_light__37kby {\n color: var(--light-contrast-text);\n background-color: var(--light);\n}\n.ListItem-module_listItem__Pk1AP.ListItem-module_dark__ZxQTF {\n color: var(--dark-contrast-text);\n background-color: var(--dark);\n}\n.ListItem-module_listItem__Pk1AP.ListItem-module_disabled__DQLKl {\n color: rgba(0, 0, 0, 0.26);\n}\n.ListItem-module_listItem__Pk1AP.ListItem-module_disabled__DQLKl:hover {\n cursor: not-allowed;\n background-color: inherit;\n}";
|
|
@@ -349,26 +333,26 @@ const ListItem = (props) => {
|
|
|
349
333
|
const handleClick = (e) => {
|
|
350
334
|
!disabled && onClick && onClick(e);
|
|
351
335
|
};
|
|
352
|
-
return (
|
|
336
|
+
return (jsx("li", { onClick: handleClick, className: getCssClasses(), ...rest, children: children }));
|
|
353
337
|
};
|
|
354
338
|
|
|
355
339
|
var css_248z$_ = ".ListItemAvatar-module_avatar__sVWfR {\n display: flex;\n align-items: center;\n margin-right: 16px;\n}\n.ListItemAvatar-module_avatar__sVWfR svg, .ListItemAvatar-module_avatar__sVWfR img {\n width: 24px;\n height: 24px;\n}\n.ListItemAvatar-module_avatar__sVWfR img {\n border-radius: 50%;\n}";
|
|
356
340
|
var styles$_ = {"avatar":"ListItemAvatar-module_avatar__sVWfR"};
|
|
357
341
|
styleInject(css_248z$_);
|
|
358
342
|
|
|
359
|
-
const ListItemAvatar = ({ avatar, ...rest }) => (
|
|
343
|
+
const ListItemAvatar = ({ avatar, ...rest }) => (jsx("div", { className: styles$_.avatar, ...rest, children: avatar }));
|
|
360
344
|
|
|
361
345
|
var css_248z$Z = ".ListItemIcon-module_icon__cCvEv {\n margin-right: 32px;\n}\n.ListItemIcon-module_icon__cCvEv svg {\n width: 24px;\n height: 24px;\n}";
|
|
362
346
|
var styles$Z = {"icon":"ListItemIcon-module_icon__cCvEv"};
|
|
363
347
|
styleInject(css_248z$Z);
|
|
364
348
|
|
|
365
|
-
const ListItemIcon = ({ icon, ...rest }) => (
|
|
349
|
+
const ListItemIcon = ({ icon, ...rest }) => (jsx("div", { className: styles$Z.icon, ...rest, children: icon }));
|
|
366
350
|
|
|
367
351
|
var css_248z$Y = ".ListItemAction-module_listItemAction__gAQRj {\n display: flex;\n justify-content: center;\n min-width: 40px;\n}\n.ListItemAction-module_listItemAction__gAQRj svg {\n width: 20px;\n height: 20px;\n}";
|
|
368
352
|
var styles$Y = {"listItemAction":"ListItemAction-module_listItemAction__gAQRj"};
|
|
369
353
|
styleInject(css_248z$Y);
|
|
370
354
|
|
|
371
|
-
const ListItemAction = ({ children, onClick, ...rest }) => (
|
|
355
|
+
const ListItemAction = ({ children, onClick, ...rest }) => (jsx("div", { className: styles$Y.listItemAction, onClick: (e) => onClick && onClick(e), ...rest, children: children }));
|
|
372
356
|
|
|
373
357
|
var css_248z$X = ".ListItemTextIcon-module_listItemText__xCBLW {\n flex: 1;\n}";
|
|
374
358
|
var styles$X = {"listItemText":"ListItemTextIcon-module_listItemText__xCBLW"};
|
|
@@ -380,13 +364,11 @@ const ListItemText = ({ primary, secondary, ...rest }) => {
|
|
|
380
364
|
cssClasses.push(styles$X.listItemText);
|
|
381
365
|
return cssClasses.filter(css => css).join(' ');
|
|
382
366
|
};
|
|
383
|
-
return (
|
|
384
|
-
|
|
385
|
-
secondary &&
|
|
386
|
-
React.createElement(ListItemTextSecondary, null, secondary)));
|
|
367
|
+
return (jsxs("div", { className: getCssClasses(), ...rest, children: [jsx(ListItemTextPrimary, { children: primary }), secondary &&
|
|
368
|
+
jsx(ListItemTextSecondary, { children: secondary })] }));
|
|
387
369
|
};
|
|
388
|
-
const ListItemTextPrimary = ({ children }) => (
|
|
389
|
-
const ListItemTextSecondary = ({ children }) => (
|
|
370
|
+
const ListItemTextPrimary = ({ children }) => (jsx("div", { className: "list-item-text-primary", children: children }));
|
|
371
|
+
const ListItemTextSecondary = ({ children }) => (jsx("div", { className: "list-item-text-secondary text-muted", style: { fontSize: '0.875rem' }, children: children }));
|
|
390
372
|
|
|
391
373
|
var css_248z$W = ".AutoComplete-module_selectContainer__1kA85 {\n position: relative;\n}\n\n.AutoComplete-module_select__NNYOi {\n width: 100%;\n padding: 0.375rem 0.75rem;\n font-size: 1rem;\n font-weight: 400;\n line-height: 1.5;\n color: #212529;\n background-color: #fff;\n background-clip: padding-box;\n border: 1px solid #ced4da;\n appearance: none;\n border-radius: 0.25rem;\n box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.0745098039);\n transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;\n min-height: calc(1.5em + 0.75rem + 2px);\n height: auto;\n display: flex;\n}\n.AutoComplete-module_select__NNYOi:hover {\n cursor: pointer;\n}\n.AutoComplete-module_select__NNYOi:focus:not(.AutoComplete-module_select__NNYOi.AutoComplete-module_disabled__CbGP4) {\n color: #212529;\n background-color: #fff;\n border-color: #86b7fe;\n outline: 0;\n box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.0745098039), 0 0 0 0.25rem rgba(13, 110, 253, 0.2509803922);\n}\n.AutoComplete-module_select__NNYOi:disabled, .AutoComplete-module_select__NNYOi:read-only {\n background-color: #e9ecef;\n}\n.AutoComplete-module_select__NNYOi:disabled:hover {\n cursor: not-allowed;\n}\n.AutoComplete-module_select__NNYOi:read-only:hover {\n cursor: inherit;\n}\n\n.AutoComplete-module_selectMenu__Gu81L {\n background-color: var(--light);\n position: absolute;\n box-shadow: var(--shadow);\n border-radius: var(--borderRadius);\n width: 100%;\n top: 38px;\n z-index: 1050;\n max-height: 280px;\n overflow: auto;\n}";
|
|
392
374
|
var styles$W = {"selectContainer":"AutoComplete-module_selectContainer__1kA85","select":"AutoComplete-module_select__NNYOi","disabled":"AutoComplete-module_disabled__CbGP4","selectMenu":"AutoComplete-module_selectMenu__Gu81L"};
|
|
@@ -398,7 +380,7 @@ styleInject(css_248z$W);
|
|
|
398
380
|
// multiple
|
|
399
381
|
// custom template render items
|
|
400
382
|
const AutoComplete = (props) => {
|
|
401
|
-
const { id, name, className, options = [], openOnFocus = true, disabled, readOnly, debounce = 0, placeholder, showClearButton, onChange, onSelect, value } = props;
|
|
383
|
+
const { id, name, className, options = [], openOnFocus = true, disabled, readOnly, debounce = 0, placeholder, showClearButton, onChange, onSelect, value, } = props;
|
|
402
384
|
const [model, setModel] = useState('');
|
|
403
385
|
const [searchText, setSearchText] = useState('');
|
|
404
386
|
const [isShow, setIsShow] = useState(false);
|
|
@@ -462,17 +444,8 @@ const AutoComplete = (props) => {
|
|
|
462
444
|
setModel('');
|
|
463
445
|
setSearchText('');
|
|
464
446
|
};
|
|
465
|
-
return (
|
|
466
|
-
|
|
467
|
-
React.createElement("input", { type: "text", className: getCssClass(), id: id, name: name, tabIndex: 0, readOnly: readOnly, disabled: disabled, onChange: handleOnChange, onFocus: handleOnFocus, placeholder: placeholder, value: model }),
|
|
468
|
-
showClearButton && model?.length > 0 &&
|
|
469
|
-
React.createElement(IconButton, { icon: React.createElement(TimesSolidIcon, null), onClick: handleClickReset })),
|
|
470
|
-
isShow &&
|
|
471
|
-
React.createElement(React.Fragment, null,
|
|
472
|
-
React.createElement("div", { className: styles$W.selectMenu },
|
|
473
|
-
React.createElement(List, null, _options && _options.map((option, index) => React.createElement(ListItem, { id: `list-item-${index}`, key: option.value, onClick: () => handleOnClick(option), disabled: !option.value },
|
|
474
|
-
React.createElement(ListItemText, { primary: option.label ? option.label : option.value }))))),
|
|
475
|
-
React.createElement(Backdrop, { isTransparent: true, onClick: () => hide() }))));
|
|
447
|
+
return (jsxs("div", { ref: selectConainter, className: styles$W.selectContainer, children: [jsxs("div", { className: "d-flex", children: [jsx("input", { type: "text", className: getCssClass(), id: id, name: name, tabIndex: 0, readOnly: readOnly, disabled: disabled, onChange: handleOnChange, onFocus: handleOnFocus, placeholder: placeholder, value: model }), showClearButton && model?.length > 0 && jsx(IconButton, { icon: jsx(TimesSolidIcon, {}), onClick: handleClickReset })] }), isShow && (jsxs(Fragment$1, { children: [jsx("div", { className: styles$W.selectMenu, children: jsx(List, { children: _options &&
|
|
448
|
+
_options.map((option, index) => (jsx(ListItem, { id: `list-item-${index}`, onClick: () => handleOnClick(option), disabled: !option.value, children: jsx(ListItemText, { primary: option.label ? option.label : option.value }) }, option.value))) }) }), jsx(Backdrop, { isTransparent: true, onClick: () => hide() })] }))] }));
|
|
476
449
|
};
|
|
477
450
|
|
|
478
451
|
var css_248z$V = ".Badge-module_badgeContainer__3nZBs {\n display: inline-flex;\n position: relative;\n flex-shrink: 0;\n vertical-align: middle;\n}\n\n.Badge-module_badge__9ImR0 {\n top: 0;\n right: 0;\n transform: scale(1) translate(50%, -50%);\n transform-origin: 100% 0%;\n height: 20px;\n display: flex;\n padding: 0 6px;\n z-index: 1;\n position: absolute;\n flex-wrap: wrap;\n font-size: 0.75rem;\n min-width: 20px;\n align-items: center;\n font-weight: 500;\n line-height: 1;\n align-content: center;\n flex-direction: row;\n justify-content: center;\n border-radius: 10px;\n transition: transform 225ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;\n}\n.Badge-module_badge__9ImR0.Badge-module_primary__41U-t {\n color: var(--primary-contrast-text);\n background-color: var(--primary);\n}\n.Badge-module_badge__9ImR0.Badge-module_accent__OQy2- {\n color: var(--accent-contrast-text);\n background-color: var(--accent);\n}\n.Badge-module_badge__9ImR0.Badge-module_secondary__a9Jfh {\n color: var(--secondary-contrast-text);\n background-color: var(--secondary);\n}\n.Badge-module_badge__9ImR0.Badge-module_light__4QvQ5 {\n color: var(--light-contrast-text);\n background-color: var(--light);\n}\n.Badge-module_badge__9ImR0.Badge-module_dark__g1yUJ {\n color: var(--dark-contrast-text);\n background-color: var(--dark);\n}";
|
|
@@ -481,28 +454,55 @@ styleInject(css_248z$V);
|
|
|
481
454
|
|
|
482
455
|
const Badge = (props) => {
|
|
483
456
|
const { children, content, className, color = COLOR.primary, ...rest } = props;
|
|
484
|
-
const [cssClassName] = useCssClasses([
|
|
485
|
-
|
|
486
|
-
styles$V[color],
|
|
487
|
-
className
|
|
488
|
-
]);
|
|
489
|
-
return (React.createElement(BadgeContainer, null,
|
|
490
|
-
children,
|
|
491
|
-
React.createElement("span", { className: cssClassName, ...rest }, content)));
|
|
457
|
+
const [cssClassName] = useCssClasses([styles$V.badge, styles$V[color], className]);
|
|
458
|
+
return (jsxs(BadgeContainer, { children: [children, jsx("span", { className: cssClassName, ...rest, children: content })] }));
|
|
492
459
|
};
|
|
493
460
|
const BadgeContainer = (props) => {
|
|
494
461
|
const { children, className, ...rest } = props;
|
|
495
|
-
const [cssClassName] = useCssClasses([
|
|
496
|
-
|
|
497
|
-
className,
|
|
498
|
-
]);
|
|
499
|
-
return (React.createElement("div", { className: cssClassName, ...rest }, children));
|
|
462
|
+
const [cssClassName] = useCssClasses([styles$V.badgeContainer, className]);
|
|
463
|
+
return (jsx("div", { className: cssClassName, ...rest, children: children }));
|
|
500
464
|
};
|
|
501
465
|
|
|
502
|
-
var css_248z$U = ".
|
|
503
|
-
var styles$U = {"
|
|
466
|
+
var css_248z$U = ".Breadcrumb-module_breadcrumb__-pvAn {\n display: flex;\n flex-wrap: wrap;\n padding: 0;\n list-style: none;\n margin: 0;\n}";
|
|
467
|
+
var styles$U = {"breadcrumb":"Breadcrumb-module_breadcrumb__-pvAn"};
|
|
504
468
|
styleInject(css_248z$U);
|
|
505
469
|
|
|
470
|
+
const Breadcrumb = (props) => {
|
|
471
|
+
const { children, className, ...rest } = props;
|
|
472
|
+
const getCssClasses = () => {
|
|
473
|
+
const cssClasses = [];
|
|
474
|
+
cssClasses.push(styles$U.breadcrumb);
|
|
475
|
+
className && cssClasses.push(className);
|
|
476
|
+
return cssClasses.filter(css => css).join(' ');
|
|
477
|
+
};
|
|
478
|
+
return (jsx("nav", { ...rest, children: jsx("ol", { className: getCssClasses(), children: children }) }));
|
|
479
|
+
};
|
|
480
|
+
|
|
481
|
+
const ConditionalWrapper = ({ condition, wrapper, children }) => condition ? wrapper(children) : children;
|
|
482
|
+
|
|
483
|
+
var css_248z$T = ".BreadcrumbItem-module_breadcrumbItem__zsUq- {\n display: flex;\n align-items: center;\n}\n.BreadcrumbItem-module_breadcrumbItem__zsUq- + .BreadcrumbItem-module_breadcrumbItem__zsUq- {\n padding-left: 0.5rem;\n}\n.BreadcrumbItem-module_breadcrumbItem__zsUq- + .BreadcrumbItem-module_breadcrumbItem__zsUq-::before {\n float: left;\n padding-right: 0.5rem;\n color: #6c757d;\n content: \"/\";\n}\n.BreadcrumbItem-module_breadcrumbItem__zsUq- a:not([href]):not([class]) {\n color: var(--primary);\n}\n.BreadcrumbItem-module_breadcrumbItem__zsUq-:hover {\n cursor: pointer;\n}\n.BreadcrumbItem-module_breadcrumbItem__zsUq-.BreadcrumbItem-module_active__Kn1dA:hover {\n cursor: unset;\n}";
|
|
484
|
+
var styles$T = {"breadcrumbItem":"BreadcrumbItem-module_breadcrumbItem__zsUq-","active":"BreadcrumbItem-module_active__Kn1dA"};
|
|
485
|
+
styleInject(css_248z$T);
|
|
486
|
+
|
|
487
|
+
const BreadcrumbItem = (props) => {
|
|
488
|
+
const { children, className, isActive, onClick } = props;
|
|
489
|
+
const getCssClasses = () => {
|
|
490
|
+
const cssClasses = [];
|
|
491
|
+
cssClasses.push(styles$T.breadcrumbItem);
|
|
492
|
+
className && cssClasses.push(className);
|
|
493
|
+
isActive && cssClasses.push('active');
|
|
494
|
+
return cssClasses.filter(css => css).join(' ');
|
|
495
|
+
};
|
|
496
|
+
const handleClick = (event) => {
|
|
497
|
+
onClick && onClick(event);
|
|
498
|
+
};
|
|
499
|
+
return (jsx("li", { className: getCssClasses(), onClick: handleClick, children: jsx(ConditionalWrapper, { condition: !isActive, wrapper: (label) => jsx("a", { children: label }), children: children }) }));
|
|
500
|
+
};
|
|
501
|
+
|
|
502
|
+
var css_248z$S = ".Button-module_button__qeIer {\n text-transform: uppercase;\n flex-shrink: 0;\n background-color: transparent;\n display: inline-block;\n font-weight: 400;\n line-height: 1.5;\n text-align: center;\n text-decoration: none;\n vertical-align: middle;\n user-select: none;\n border: 1px solid transparent;\n padding: 0.375rem 0.75rem;\n transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;\n min-width: 64px;\n font-size: 0.875rem;\n border-radius: var(--borderRadius);\n}\n.Button-module_button__qeIer.Button-module_shadow__6N2nE {\n box-shadow: var(--shadow);\n}\n.Button-module_button__qeIer.Button-module_block__JIazf {\n width: 100%;\n}\n.Button-module_button__qeIer:hover:not(:disabled) {\n cursor: pointer;\n}\n.Button-module_button__qeIer:focus:not(:disabled) {\n border-color: var(--primary-highlight);\n outline: 0;\n box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.0745098039), 0 0 0 0.25rem var(--primary-highlight);\n}\n\n.Button-module_btnContained__16y5l.Button-module_primary__EUyOu {\n color: var(--primary-contrast-text);\n background-color: var(--primary);\n}\n.Button-module_btnContained__16y5l.Button-module_primary__EUyOu:hover:not(:disabled) {\n background-color: var(--primary-dark);\n}\n.Button-module_btnContained__16y5l.Button-module_accent__opVgQ {\n color: var(--accent-contrast-text);\n background-color: var(--accent);\n}\n.Button-module_btnContained__16y5l.Button-module_accent__opVgQ:hover:not(:disabled) {\n background-color: var(--accent-dark);\n}\n.Button-module_btnContained__16y5l.Button-module_secondary__zKoGk {\n color: var(--secondary-contrast-text);\n background-color: var(--secondary);\n}\n.Button-module_btnContained__16y5l.Button-module_secondary__zKoGk:hover:not(:disabled) {\n background-color: var(--secondary-dark);\n}\n.Button-module_btnContained__16y5l.Button-module_light__LXeZy {\n color: var(--light-contrast-text);\n background-color: var(--light);\n}\n.Button-module_btnContained__16y5l.Button-module_light__LXeZy:hover:not(:disabled) {\n background-color: var(--light-dark);\n}\n.Button-module_btnContained__16y5l.Button-module_dark__5oFOT {\n color: var(--dark-contrast-text);\n background-color: var(--dark);\n}\n.Button-module_btnContained__16y5l.Button-module_dark__5oFOT:hover:not(:disabled) {\n background-color: var(--dark-dark);\n}\n.Button-module_btnContained__16y5l:disabled {\n color: rgba(0, 0, 0, 0.26);\n box-shadow: none;\n background-color: rgba(0, 0, 0, 0.12);\n}\n.Button-module_btnContained__16y5l:disabled:hover {\n cursor: not-allowed;\n}\n\n.Button-module_btnText__N5Gys {\n box-shadow: none;\n text-decoration: none;\n}\n.Button-module_btnText__N5Gys.Button-module_primary__EUyOu {\n color: var(--primary);\n}\n.Button-module_btnText__N5Gys.Button-module_primary__EUyOu:hover:not(:disabled) {\n text-decoration: none;\n background: var(--primary-highlight);\n}\n.Button-module_btnText__N5Gys.Button-module_secondary__zKoGk {\n color: var(--secondary);\n}\n.Button-module_btnText__N5Gys.Button-module_secondary__zKoGk:hover:not(:disabled) {\n text-decoration: none;\n background: var(--secondary-highlight);\n}\n.Button-module_btnText__N5Gys.Button-module_accent__opVgQ {\n color: var(--accent);\n}\n.Button-module_btnText__N5Gys.Button-module_accent__opVgQ:hover:not(:disabled) {\n text-decoration: none;\n background: var(--accent-highlight);\n}\n.Button-module_btnText__N5Gys.Button-module_light__LXeZy {\n color: var(--light-contrast-text);\n}\n.Button-module_btnText__N5Gys.Button-module_light__LXeZy:hover:not(:disabled) {\n text-decoration: none;\n background: var(--light-highlight);\n}\n.Button-module_btnText__N5Gys.Button-module_dark__5oFOT {\n color: var(--dark);\n}\n.Button-module_btnText__N5Gys.Button-module_dark__5oFOT:hover:not(:disabled) {\n text-decoration: none;\n background: var(--dark-highlight);\n}\n\n.Button-module_btnOutline__CCFPI {\n box-shadow: none;\n text-decoration: none;\n}\n.Button-module_btnOutline__CCFPI.Button-module_primary__EUyOu {\n color: var(--primary);\n border-color: var(--primary);\n}\n.Button-module_btnOutline__CCFPI.Button-module_primary__EUyOu:hover:not(:disabled) {\n background: var(--primary-highlight);\n}\n.Button-module_btnOutline__CCFPI.Button-module_secondary__zKoGk {\n color: var(--secondary);\n border-color: var(--secondary);\n}\n.Button-module_btnOutline__CCFPI.Button-module_secondary__zKoGk:hover:not(:disabled) {\n background: var(--secondary-highlight);\n}\n.Button-module_btnOutline__CCFPI.Button-module_accent__opVgQ {\n color: var(--accent);\n border-color: var(--accent);\n}\n.Button-module_btnOutline__CCFPI.Button-module_accent__opVgQ:hover:not(:disabled) {\n background: var(--accent-highlight);\n}\n.Button-module_btnOutline__CCFPI.Button-module_light__LXeZy {\n color: var(--light-contrast-text);\n border-color: var(--light);\n}\n.Button-module_btnOutline__CCFPI.Button-module_light__LXeZy:hover:not(:disabled) {\n background: var(--light-highlight);\n}\n.Button-module_btnOutline__CCFPI.Button-module_dark__5oFOT {\n color: var(--dark);\n border-color: var(--dark);\n}\n.Button-module_btnOutline__CCFPI.Button-module_dark__5oFOT:hover:not(:disabled) {\n background: var(--dark-highlight);\n}\n.Button-module_btnOutline__CCFPI:disabled {\n color: rgba(0, 0, 0, 0.26);\n border: 1px solid rgba(0, 0, 0, 0.12);\n}\n\n.Button-module_startIcon__Eylwr {\n display: inherit;\n margin-left: -4px;\n margin-right: 8px;\n}\n.Button-module_startIcon__Eylwr svg {\n width: 18px;\n height: 18px;\n}\n\n.Button-module_endIcon__pCffL {\n display: inherit;\n margin-left: 8px;\n}\n.Button-module_endIcon__pCffL svg {\n width: 18px;\n height: 18px;\n}";
|
|
503
|
+
var styles$S = {"button":"Button-module_button__qeIer","shadow":"Button-module_shadow__6N2nE","block":"Button-module_block__JIazf","btnContained":"Button-module_btnContained__16y5l","primary":"Button-module_primary__EUyOu","accent":"Button-module_accent__opVgQ","secondary":"Button-module_secondary__zKoGk","light":"Button-module_light__LXeZy","dark":"Button-module_dark__5oFOT","btnText":"Button-module_btnText__N5Gys","btnOutline":"Button-module_btnOutline__CCFPI","startIcon":"Button-module_startIcon__Eylwr","endIcon":"Button-module_endIcon__pCffL"};
|
|
504
|
+
styleInject(css_248z$S);
|
|
505
|
+
|
|
506
506
|
const ButtonContext = createContext({
|
|
507
507
|
color: null
|
|
508
508
|
});
|
|
@@ -513,19 +513,19 @@ const Button = props => {
|
|
|
513
513
|
const buttonContext = useButtonContext();
|
|
514
514
|
const getCssClasses = () => {
|
|
515
515
|
const cssClasses = [];
|
|
516
|
-
cssClasses.push(styles$
|
|
516
|
+
cssClasses.push(styles$S.button);
|
|
517
517
|
const buttonColor = buttonContext.color || color;
|
|
518
518
|
if (variant !== 'outline' && variant !== 'text') {
|
|
519
|
-
cssClasses.push(styles$
|
|
520
|
-
cssClasses.push(styles$
|
|
519
|
+
cssClasses.push(styles$S.btnContained);
|
|
520
|
+
cssClasses.push(styles$S[buttonColor]);
|
|
521
521
|
}
|
|
522
522
|
if (variant === 'outline') {
|
|
523
|
-
cssClasses.push(styles$
|
|
524
|
-
cssClasses.push(styles$
|
|
523
|
+
cssClasses.push(styles$S.btnOutline);
|
|
524
|
+
cssClasses.push(styles$S[buttonColor]);
|
|
525
525
|
}
|
|
526
526
|
if (variant === 'text') {
|
|
527
|
-
cssClasses.push(styles$
|
|
528
|
-
cssClasses.push(styles$
|
|
527
|
+
cssClasses.push(styles$S.btnText);
|
|
528
|
+
cssClasses.push(styles$S[buttonColor]);
|
|
529
529
|
}
|
|
530
530
|
if (isRounded && variant !== 'text') {
|
|
531
531
|
cssClasses.push(`rounded-pill`);
|
|
@@ -533,70 +533,27 @@ const Button = props => {
|
|
|
533
533
|
if (isActive) {
|
|
534
534
|
cssClasses.push('active');
|
|
535
535
|
}
|
|
536
|
-
shadow && cssClasses.push(styles$
|
|
537
|
-
block && cssClasses.push(styles$
|
|
536
|
+
shadow && cssClasses.push(styles$S.shadow);
|
|
537
|
+
block && cssClasses.push(styles$S.block);
|
|
538
538
|
className && cssClasses.push(className);
|
|
539
539
|
return cssClasses.filter(css => css).join(' ');
|
|
540
540
|
};
|
|
541
|
-
return (
|
|
542
|
-
React.createElement("span", { className: "d-flex justify-content-center" },
|
|
543
|
-
startIcon && React.createElement(Icon, { className: styles$U.startIcon }, startIcon),
|
|
544
|
-
children,
|
|
545
|
-
endIcon && React.createElement(Icon, { className: styles$U.endIcon }, endIcon))));
|
|
541
|
+
return (jsx("button", { type: "button", className: getCssClasses(), ...rest, children: jsxs("span", { className: "d-flex justify-content-center", children: [startIcon && jsx(Icon, { className: styles$S.startIcon, children: startIcon }), children, endIcon && jsx(Icon, { className: styles$S.endIcon, children: endIcon })] }) }));
|
|
546
542
|
};
|
|
547
543
|
|
|
548
|
-
var css_248z$
|
|
549
|
-
var styles$
|
|
550
|
-
styleInject(css_248z$
|
|
544
|
+
var css_248z$R = ".ButtonGroup-module_buttonGroup__w6iB- {\n display: inline-flex;\n border-radius: 4px;\n box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);\n}\n.ButtonGroup-module_buttonGroup__w6iB- button:not(:last-child) {\n border-top-right-radius: 0;\n border-bottom-right-radius: 0;\n}\n.ButtonGroup-module_buttonGroup__w6iB- button:not(:first-child) {\n border-top-left-radius: 0;\n border-bottom-left-radius: 0;\n}\n.ButtonGroup-module_buttonGroup__w6iB- button:not(:last-of-type) {\n border-right: 1px solid #bdbdbd;\n}";
|
|
545
|
+
var styles$R = {"buttonGroup":"ButtonGroup-module_buttonGroup__w6iB-"};
|
|
546
|
+
styleInject(css_248z$R);
|
|
551
547
|
|
|
552
548
|
const ButtonGroup = (props) => {
|
|
553
549
|
const { children, className, color, ...rest } = props;
|
|
554
550
|
const getCssClasses = () => {
|
|
555
551
|
const cssClasses = [];
|
|
556
|
-
cssClasses.push(styles$
|
|
557
|
-
className && cssClasses.push(className);
|
|
558
|
-
return cssClasses.filter(css => css).join(' ');
|
|
559
|
-
};
|
|
560
|
-
return (React.createElement(ButtonContext.Provider, { value: { color: color || COLOR.primary } },
|
|
561
|
-
React.createElement("div", { className: getCssClasses(), role: "group", ...rest }, children)));
|
|
562
|
-
};
|
|
563
|
-
|
|
564
|
-
var css_248z$S = ".Breadcrumb-module_breadcrumb__-pvAn {\n display: flex;\n flex-wrap: wrap;\n padding: 0;\n list-style: none;\n margin: 0;\n}";
|
|
565
|
-
var styles$S = {"breadcrumb":"Breadcrumb-module_breadcrumb__-pvAn"};
|
|
566
|
-
styleInject(css_248z$S);
|
|
567
|
-
|
|
568
|
-
const Breadcrumb = (props) => {
|
|
569
|
-
const { children, className, ...rest } = props;
|
|
570
|
-
const getCssClasses = () => {
|
|
571
|
-
const cssClasses = [];
|
|
572
|
-
cssClasses.push(styles$S.breadcrumb);
|
|
573
|
-
className && cssClasses.push(className);
|
|
574
|
-
return cssClasses.filter(css => css).join(' ');
|
|
575
|
-
};
|
|
576
|
-
return (React.createElement("nav", { ...rest },
|
|
577
|
-
React.createElement("ol", { className: getCssClasses() }, children)));
|
|
578
|
-
};
|
|
579
|
-
|
|
580
|
-
const ConditionalWrapper = ({ condition, wrapper, children }) => condition ? wrapper(children) : children;
|
|
581
|
-
|
|
582
|
-
var css_248z$R = ".BreadcrumbItem-module_breadcrumbItem__zsUq- {\n display: flex;\n align-items: center;\n}\n.BreadcrumbItem-module_breadcrumbItem__zsUq- + .BreadcrumbItem-module_breadcrumbItem__zsUq- {\n padding-left: 0.5rem;\n}\n.BreadcrumbItem-module_breadcrumbItem__zsUq- + .BreadcrumbItem-module_breadcrumbItem__zsUq-::before {\n float: left;\n padding-right: 0.5rem;\n color: #6c757d;\n content: \"/\";\n}\n.BreadcrumbItem-module_breadcrumbItem__zsUq- a:not([href]):not([class]) {\n color: var(--primary);\n}\n.BreadcrumbItem-module_breadcrumbItem__zsUq-:hover {\n cursor: pointer;\n}\n.BreadcrumbItem-module_breadcrumbItem__zsUq-.BreadcrumbItem-module_active__Kn1dA:hover {\n cursor: unset;\n}";
|
|
583
|
-
var styles$R = {"breadcrumbItem":"BreadcrumbItem-module_breadcrumbItem__zsUq-","active":"BreadcrumbItem-module_active__Kn1dA"};
|
|
584
|
-
styleInject(css_248z$R);
|
|
585
|
-
|
|
586
|
-
const BreadcrumbItem = (props) => {
|
|
587
|
-
const { children, className, isActive, onClick } = props;
|
|
588
|
-
const getCssClasses = () => {
|
|
589
|
-
const cssClasses = [];
|
|
590
|
-
cssClasses.push(styles$R.breadcrumbItem);
|
|
552
|
+
cssClasses.push(styles$R.buttonGroup);
|
|
591
553
|
className && cssClasses.push(className);
|
|
592
|
-
isActive && cssClasses.push('active');
|
|
593
554
|
return cssClasses.filter(css => css).join(' ');
|
|
594
555
|
};
|
|
595
|
-
|
|
596
|
-
onClick && onClick(event);
|
|
597
|
-
};
|
|
598
|
-
return (React.createElement("li", { className: getCssClasses(), onClick: handleClick },
|
|
599
|
-
React.createElement(ConditionalWrapper, { condition: !isActive, wrapper: (label) => React.createElement("a", null, label) }, children)));
|
|
556
|
+
return (jsx(ButtonContext.Provider, { value: { color: color || COLOR.primary }, children: jsx("div", { className: getCssClasses(), role: "group", ...rest, children: children }) }));
|
|
600
557
|
};
|
|
601
558
|
|
|
602
559
|
var css_248z$Q = ".Card-module_card__TQdQq {\n background: var(--white);\n border-radius: var(--borderRadius);\n}\n.Card-module_card__TQdQq.Card-module_shadow__NxDVz {\n box-shadow: var(--shadow);\n}";
|
|
@@ -612,7 +569,7 @@ const Card = (props) => {
|
|
|
612
569
|
className && cssClasses.push(className);
|
|
613
570
|
return cssClasses.filter(css => css).join(' ');
|
|
614
571
|
};
|
|
615
|
-
return (
|
|
572
|
+
return (jsx("div", { className: getCssClasses(), ...rest, children: children }));
|
|
616
573
|
};
|
|
617
574
|
|
|
618
575
|
var css_248z$P = ".CardBody-module_cardBody__X52VY {\n flex: 1 1 auto;\n min-height: 1px;\n padding: 1.25rem;\n}";
|
|
@@ -627,7 +584,7 @@ const CardBody = (props) => {
|
|
|
627
584
|
className && cssClasses.push(className);
|
|
628
585
|
return cssClasses.filter(css => css).join(' ');
|
|
629
586
|
};
|
|
630
|
-
return (
|
|
587
|
+
return (jsx("div", { className: getCssClasses(), ...rest, children: children }));
|
|
631
588
|
};
|
|
632
589
|
|
|
633
590
|
var css_248z$O = ".CardFooter-module_cardFooter__BpOTG {\n padding: 0.75rem 1.25rem;\n background-color: rgba(0, 0, 0, 0.03);\n border-top: 1px solid rgba(0, 0, 0, 0.125);\n}\n.CardFooter-module_cardFooter__BpOTG:last-child {\n border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);\n}";
|
|
@@ -642,7 +599,7 @@ const CardFooter = (props) => {
|
|
|
642
599
|
className && cssClasses.push(className);
|
|
643
600
|
return cssClasses.filter(css => css).join(' ');
|
|
644
601
|
};
|
|
645
|
-
return (
|
|
602
|
+
return (jsx("div", { className: getCssClasses(), ...rest, children: children }));
|
|
646
603
|
};
|
|
647
604
|
|
|
648
605
|
var css_248z$N = ".CardSubtitle-module_cardSubtitle__YdoRM {\n color: #6c757d !important;\n}";
|
|
@@ -657,7 +614,7 @@ const CardSubtitle = (props) => {
|
|
|
657
614
|
className && cssClasses.push(className);
|
|
658
615
|
return cssClasses.filter(css => css).join(' ');
|
|
659
616
|
};
|
|
660
|
-
return (
|
|
617
|
+
return (jsx("p", { className: getCssClasses(), ...rest, children: children }));
|
|
661
618
|
};
|
|
662
619
|
|
|
663
620
|
var css_248z$M = ".CardText-module_cardText__UtYd9:last-child {\n margin-bottom: 0;\n}";
|
|
@@ -672,7 +629,7 @@ const CardText = (props) => {
|
|
|
672
629
|
className && cssClasses.push(className);
|
|
673
630
|
return cssClasses.filter(css => css).join(' ');
|
|
674
631
|
};
|
|
675
|
-
return (
|
|
632
|
+
return (jsx("p", { className: getCssClasses(), ...rest, children: children }));
|
|
676
633
|
};
|
|
677
634
|
|
|
678
635
|
var css_248z$L = ".CardTitle-module_cardTitle__aiPSE {\n margin-bottom: 0;\n font-size: 1.5rem;\n font-weight: 400;\n line-height: 1.334;\n letter-spacing: 0em;\n}";
|
|
@@ -687,7 +644,7 @@ const CardTitle = (props) => {
|
|
|
687
644
|
className && cssClasses.push(className);
|
|
688
645
|
return cssClasses.filter(css => css).join(' ');
|
|
689
646
|
};
|
|
690
|
-
return (
|
|
647
|
+
return (jsx(As, { className: getCssClasses(), ...rest, children: children }));
|
|
691
648
|
};
|
|
692
649
|
|
|
693
650
|
var css_248z$K = ".CardImage-module_cardImage__Z6JWW {\n flex-shrink: 0;\n width: 100%;\n border-top-left-radius: calc(0.25rem - 1px);\n border-top-right-radius: calc(0.25rem - 1px);\n}";
|
|
@@ -702,7 +659,7 @@ const CardImage = (props) => {
|
|
|
702
659
|
className && cssClasses.push(className);
|
|
703
660
|
return cssClasses.filter(css => css).join(' ');
|
|
704
661
|
};
|
|
705
|
-
return (
|
|
662
|
+
return (jsx("img", { className: getCssClasses(), src: src, alt: alt, ...rest }));
|
|
706
663
|
};
|
|
707
664
|
|
|
708
665
|
var css_248z$J = ".Checkbox-module_checkboxContainer__x2GCi {\n display: flex;\n align-items: center;\n transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;\n}\n\n.Checkbox-module_checkboxLabel__nPY4k:hover {\n cursor: pointer;\n}\n.Checkbox-module_checkboxLabel__nPY4k.Checkbox-module_disabled__wnFIG {\n color: rgba(0, 0, 0, 0.26);\n cursor: not-allowed;\n}\n.Checkbox-module_checkboxLabel__nPY4k.Checkbox-module_disabled__wnFIG:hover {\n cursor: not-allowed;\n}";
|
|
@@ -725,8 +682,8 @@ const Checkbox = (props) => {
|
|
|
725
682
|
}
|
|
726
683
|
}, [checked]);
|
|
727
684
|
const icons = {
|
|
728
|
-
default:
|
|
729
|
-
selected:
|
|
685
|
+
default: jsx(SquareRegularIcon, {}),
|
|
686
|
+
selected: jsx(CheckSquareRegularIcon, {})
|
|
730
687
|
};
|
|
731
688
|
const getCssClasses = () => {
|
|
732
689
|
const cssClasses = [];
|
|
@@ -749,10 +706,7 @@ const Checkbox = (props) => {
|
|
|
749
706
|
checkboxElement?.current?.click();
|
|
750
707
|
}
|
|
751
708
|
};
|
|
752
|
-
return (
|
|
753
|
-
React.createElement(IconButton, { className: getCssClasses(), onClick: handleClick, icon: getIcon(), disabled: disabled || readOnly }),
|
|
754
|
-
React.createElement("label", { onClick: handleClick, className: getCssClassesLabel() }, label),
|
|
755
|
-
React.createElement("input", { type: "checkbox", ref: checkboxElement, id: id, name: name, checked: isChecked, disabled: disabled, readOnly: readOnly, hidden: true, value: value, ...rest })));
|
|
709
|
+
return (jsxs("div", { className: styles$J.checkboxContainer, children: [jsx(IconButton, { className: getCssClasses(), onClick: handleClick, icon: getIcon(), disabled: disabled || readOnly }), jsx("label", { onClick: handleClick, className: getCssClassesLabel(), children: label }), jsx("input", { type: "checkbox", ref: checkboxElement, id: id, name: name, checked: isChecked, disabled: disabled, readOnly: readOnly, hidden: true, value: value, ...rest })] }));
|
|
756
710
|
};
|
|
757
711
|
|
|
758
712
|
var css_248z$I = ".Chip-module_chip__dZ5qz {\n display: inline-flex;\n align-items: center;\n padding: 0.5rem;\n text-align: center;\n white-space: nowrap;\n vertical-align: baseline;\n transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;\n font-size: 75%;\n font-weight: 700;\n border-radius: 10rem;\n line-height: 1;\n}\n.Chip-module_chip__dZ5qz span {\n margin-bottom: 2px;\n}\n.Chip-module_chip__dZ5qz svg {\n width: 18px;\n height: 18px;\n}\n.Chip-module_chip__dZ5qz .Chip-module_deleteIcon__--rUx {\n margin-left: 5px;\n}\n.Chip-module_chip__dZ5qz .Chip-module_deleteIcon__--rUx:hover {\n cursor: pointer;\n}\n.Chip-module_chip__dZ5qz.Chip-module_primary__YVDi9 {\n background: var(--primary);\n color: var(--primary-contrast-text);\n}\n.Chip-module_chip__dZ5qz.Chip-module_secondary__-e4xP {\n background: var(--secondary);\n color: var(--secondary-contrast-text);\n}\n.Chip-module_chip__dZ5qz.Chip-module_accent__ZCTwu {\n background: var(--accent);\n color: var(--accent-contrast-text);\n}\n.Chip-module_chip__dZ5qz.Chip-module_light__vKs7O {\n color: var(--light-contrast-text);\n background-color: var(--light);\n}\n.Chip-module_chip__dZ5qz.Chip-module_dark__G-FLQ {\n color: var(--dark-contrast-text);\n background-color: var(--dark);\n}\n.Chip-module_chip__dZ5qz.Chip-module_clickable__qAqVH:hover {\n cursor: pointer;\n}\n.Chip-module_chip__dZ5qz.Chip-module_clickable__qAqVH:hover.Chip-module_primary__YVDi9 {\n background: var(--primary-dark);\n}\n.Chip-module_chip__dZ5qz.Chip-module_clickable__qAqVH:hover.Chip-module_secondary__-e4xP {\n background: var(--secondary-dark);\n}\n.Chip-module_chip__dZ5qz.Chip-module_clickable__qAqVH:hover.Chip-module_accent__ZCTwu {\n background: var(--accent-dark);\n}\n.Chip-module_chip__dZ5qz.Chip-module_shadow__v11NF {\n box-shadow: var(--shadow);\n}";
|
|
@@ -760,7 +714,7 @@ var styles$I = {"chip":"Chip-module_chip__dZ5qz","deleteIcon":"Chip-module_delet
|
|
|
760
714
|
styleInject(css_248z$I);
|
|
761
715
|
|
|
762
716
|
const Chip = (props) => {
|
|
763
|
-
const { children, color = 'secondary', className, shadow, onClick, isDeletable, onDelete, deleteIcon =
|
|
717
|
+
const { children, color = 'secondary', className, shadow, onClick, isDeletable, onDelete, deleteIcon = jsx(TimesCircleSolidIcon, {}), style, ...rest } = props;
|
|
764
718
|
const getCssClass = () => {
|
|
765
719
|
const cssClasses = [];
|
|
766
720
|
cssClasses.push(styles$I.chip);
|
|
@@ -774,9 +728,7 @@ const Chip = (props) => {
|
|
|
774
728
|
e.stopPropagation();
|
|
775
729
|
onDelete && onDelete(e);
|
|
776
730
|
};
|
|
777
|
-
return (
|
|
778
|
-
React.createElement("span", null, children),
|
|
779
|
-
isDeletable && (React.createElement("div", { className: styles$I.deleteIcon, onClick: (e) => handleClickOnDelete(e) }, deleteIcon))));
|
|
731
|
+
return (jsxs("div", { className: getCssClass(), ...rest, style: style, children: [jsx("span", { children: children }), isDeletable && (jsx("div", { className: styles$I.deleteIcon, onClick: (e) => handleClickOnDelete(e), children: deleteIcon }))] }));
|
|
780
732
|
};
|
|
781
733
|
|
|
782
734
|
const CssTransition = (props) => {
|
|
@@ -850,820 +802,154 @@ const CssTransition = (props) => {
|
|
|
850
802
|
cssState?.leaveEnd && cssClasses.push(`${className}-leave-end`);
|
|
851
803
|
return cssClasses.filter((css) => css).join(' ');
|
|
852
804
|
};
|
|
853
|
-
return (
|
|
854
|
-
|
|
805
|
+
return (jsx(Fragment$1, { children: isRenderChild &&
|
|
806
|
+
jsx("div", { ref: transitionConainter, className: getCssClasses(), children: children }) }));
|
|
855
807
|
};
|
|
856
808
|
|
|
857
|
-
var
|
|
858
|
-
var styles$H = {"column":"Column-module_column__fcTgl"};
|
|
859
|
-
styleInject(css_248z$H);
|
|
809
|
+
var commonjsGlobal = typeof globalThis !== 'undefined' ? globalThis : typeof window !== 'undefined' ? window : typeof global !== 'undefined' ? global : typeof self !== 'undefined' ? self : {};
|
|
860
810
|
|
|
861
|
-
|
|
862
|
-
|
|
863
|
-
|
|
864
|
-
const cssClasses = [];
|
|
865
|
-
cssClasses.push(styles$H.column);
|
|
866
|
-
className && cssClasses.push(className);
|
|
867
|
-
return cssClasses.filter(css => css).join(' ');
|
|
868
|
-
};
|
|
869
|
-
return (React.createElement("div", { className: getCssClasses(), ...rest }, children));
|
|
870
|
-
};
|
|
811
|
+
function createCommonjsModule(fn, module) {
|
|
812
|
+
return module = { exports: {} }, fn(module, module.exports), module.exports;
|
|
813
|
+
}
|
|
871
814
|
|
|
872
|
-
|
|
873
|
-
|
|
874
|
-
|
|
815
|
+
/** @license React v16.13.1
|
|
816
|
+
* react-is.production.min.js
|
|
817
|
+
*
|
|
818
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
819
|
+
*
|
|
820
|
+
* This source code is licensed under the MIT license found in the
|
|
821
|
+
* LICENSE file in the root directory of this source tree.
|
|
822
|
+
*/
|
|
823
|
+
var b="function"===typeof Symbol&&Symbol.for,c=b?Symbol.for("react.element"):60103,d=b?Symbol.for("react.portal"):60106,e=b?Symbol.for("react.fragment"):60107,f=b?Symbol.for("react.strict_mode"):60108,g=b?Symbol.for("react.profiler"):60114,h=b?Symbol.for("react.provider"):60109,k=b?Symbol.for("react.context"):60110,l=b?Symbol.for("react.async_mode"):60111,m=b?Symbol.for("react.concurrent_mode"):60111,n=b?Symbol.for("react.forward_ref"):60112,p=b?Symbol.for("react.suspense"):60113,q=b?
|
|
824
|
+
Symbol.for("react.suspense_list"):60120,r$1=b?Symbol.for("react.memo"):60115,t=b?Symbol.for("react.lazy"):60116,v=b?Symbol.for("react.block"):60121,w=b?Symbol.for("react.fundamental"):60117,x=b?Symbol.for("react.responder"):60118,y=b?Symbol.for("react.scope"):60119;
|
|
825
|
+
function z(a){if("object"===typeof a&&null!==a){var u=a.$$typeof;switch(u){case c:switch(a=a.type,a){case l:case m:case e:case g:case f:case p:return a;default:switch(a=a&&a.$$typeof,a){case k:case n:case t:case r$1:case h:return a;default:return u}}case d:return u}}}function A(a){return z(a)===m}var AsyncMode=l;var ConcurrentMode=m;var ContextConsumer=k;var ContextProvider=h;var Element=c;var ForwardRef=n;var Fragment=e;var Lazy=t;var Memo=r$1;var Portal=d;
|
|
826
|
+
var Profiler=g;var StrictMode=f;var Suspense=p;var isAsyncMode=function(a){return A(a)||z(a)===l};var isConcurrentMode=A;var isContextConsumer=function(a){return z(a)===k};var isContextProvider=function(a){return z(a)===h};var isElement=function(a){return "object"===typeof a&&null!==a&&a.$$typeof===c};var isForwardRef=function(a){return z(a)===n};var isFragment=function(a){return z(a)===e};var isLazy=function(a){return z(a)===t};
|
|
827
|
+
var isMemo=function(a){return z(a)===r$1};var isPortal=function(a){return z(a)===d};var isProfiler=function(a){return z(a)===g};var isStrictMode=function(a){return z(a)===f};var isSuspense=function(a){return z(a)===p};
|
|
828
|
+
var isValidElementType=function(a){return "string"===typeof a||"function"===typeof a||a===e||a===m||a===g||a===f||a===p||a===q||"object"===typeof a&&null!==a&&(a.$$typeof===t||a.$$typeof===r$1||a.$$typeof===h||a.$$typeof===k||a.$$typeof===n||a.$$typeof===w||a.$$typeof===x||a.$$typeof===y||a.$$typeof===v)};var typeOf=z;
|
|
875
829
|
|
|
876
|
-
|
|
877
|
-
|
|
878
|
-
|
|
879
|
-
|
|
880
|
-
|
|
881
|
-
|
|
882
|
-
|
|
883
|
-
|
|
884
|
-
|
|
830
|
+
var reactIs_production_min = {
|
|
831
|
+
AsyncMode: AsyncMode,
|
|
832
|
+
ConcurrentMode: ConcurrentMode,
|
|
833
|
+
ContextConsumer: ContextConsumer,
|
|
834
|
+
ContextProvider: ContextProvider,
|
|
835
|
+
Element: Element,
|
|
836
|
+
ForwardRef: ForwardRef,
|
|
837
|
+
Fragment: Fragment,
|
|
838
|
+
Lazy: Lazy,
|
|
839
|
+
Memo: Memo,
|
|
840
|
+
Portal: Portal,
|
|
841
|
+
Profiler: Profiler,
|
|
842
|
+
StrictMode: StrictMode,
|
|
843
|
+
Suspense: Suspense,
|
|
844
|
+
isAsyncMode: isAsyncMode,
|
|
845
|
+
isConcurrentMode: isConcurrentMode,
|
|
846
|
+
isContextConsumer: isContextConsumer,
|
|
847
|
+
isContextProvider: isContextProvider,
|
|
848
|
+
isElement: isElement,
|
|
849
|
+
isForwardRef: isForwardRef,
|
|
850
|
+
isFragment: isFragment,
|
|
851
|
+
isLazy: isLazy,
|
|
852
|
+
isMemo: isMemo,
|
|
853
|
+
isPortal: isPortal,
|
|
854
|
+
isProfiler: isProfiler,
|
|
855
|
+
isStrictMode: isStrictMode,
|
|
856
|
+
isSuspense: isSuspense,
|
|
857
|
+
isValidElementType: isValidElementType,
|
|
858
|
+
typeOf: typeOf
|
|
885
859
|
};
|
|
886
860
|
|
|
887
|
-
var
|
|
888
|
-
var styles$F = {"form":"Form-module_form__h9CkF"};
|
|
889
|
-
styleInject(css_248z$F);
|
|
861
|
+
var reactIs_development = createCommonjsModule(function (module, exports) {
|
|
890
862
|
|
|
891
|
-
var css_248z$E = ".FormError-module_isInvalid__tO1Sw {\n width: 100%;\n margin-top: 0.25rem;\n font-size: 0.875em;\n color: #dc3545;\n}";
|
|
892
|
-
var styles$E = {"isInvalid":"FormError-module_isInvalid__tO1Sw"};
|
|
893
|
-
styleInject(css_248z$E);
|
|
894
863
|
|
|
895
|
-
const FormError = (props) => {
|
|
896
|
-
const { className = styles$E.isInvalid, errors = [] } = props;
|
|
897
|
-
return (React.createElement(Fragment$1, null, errors &&
|
|
898
|
-
React.createElement("div", { className: className }, errors.map(e => React.createElement("div", { key: e.validator }, e.message)))));
|
|
899
|
-
};
|
|
900
864
|
|
|
901
|
-
|
|
902
|
-
|
|
903
|
-
return React.createElement("div", { className: className }, children);
|
|
904
|
-
};
|
|
865
|
+
if (process.env.NODE_ENV !== "production") {
|
|
866
|
+
(function() {
|
|
905
867
|
|
|
906
|
-
|
|
907
|
-
|
|
908
|
-
|
|
909
|
-
|
|
910
|
-
|
|
911
|
-
|
|
912
|
-
|
|
913
|
-
|
|
914
|
-
|
|
868
|
+
// The Symbol used to tag the ReactElement-like types. If there is no native Symbol
|
|
869
|
+
// nor polyfill, then a plain number is used for performance.
|
|
870
|
+
var hasSymbol = typeof Symbol === 'function' && Symbol.for;
|
|
871
|
+
var REACT_ELEMENT_TYPE = hasSymbol ? Symbol.for('react.element') : 0xeac7;
|
|
872
|
+
var REACT_PORTAL_TYPE = hasSymbol ? Symbol.for('react.portal') : 0xeaca;
|
|
873
|
+
var REACT_FRAGMENT_TYPE = hasSymbol ? Symbol.for('react.fragment') : 0xeacb;
|
|
874
|
+
var REACT_STRICT_MODE_TYPE = hasSymbol ? Symbol.for('react.strict_mode') : 0xeacc;
|
|
875
|
+
var REACT_PROFILER_TYPE = hasSymbol ? Symbol.for('react.profiler') : 0xead2;
|
|
876
|
+
var REACT_PROVIDER_TYPE = hasSymbol ? Symbol.for('react.provider') : 0xeacd;
|
|
877
|
+
var REACT_CONTEXT_TYPE = hasSymbol ? Symbol.for('react.context') : 0xeace; // TODO: We don't use AsyncMode or ConcurrentMode anymore. They were temporary
|
|
878
|
+
// (unstable) APIs that have been removed. Can we remove the symbols?
|
|
915
879
|
|
|
916
|
-
|
|
917
|
-
|
|
918
|
-
|
|
919
|
-
|
|
920
|
-
|
|
921
|
-
|
|
922
|
-
|
|
923
|
-
|
|
924
|
-
|
|
925
|
-
|
|
926
|
-
|
|
927
|
-
const handleOnChange = (event) => {
|
|
928
|
-
const values = event.target.files;
|
|
929
|
-
setFileList(values);
|
|
930
|
-
onChange && onChange(event);
|
|
931
|
-
};
|
|
932
|
-
const handleOnDelete = () => {
|
|
933
|
-
alert('coming soon');
|
|
934
|
-
};
|
|
935
|
-
return (React.createElement("div", { className: "d-flex align-items-start" },
|
|
936
|
-
React.createElement(Button, { className: "flex-wrap", disabled: disabled, onClick: () => inputFileElement.current?.click() }, children),
|
|
937
|
-
React.createElement("div", { className: "d-flex align-items-center flex-wrap ml-1" }, fileList && Array.from(fileList).map((file) => React.createElement(Chip, { key: file.name, isDeletable: deletable, onDelete: () => handleOnDelete() }, file.name))),
|
|
938
|
-
React.createElement("input", { type: "file", ref: inputFileElement, className: getCssClasses(), id: id, name: name, multiple: multiple, accept: accept, disabled: disabled, readOnly: readOnly, hidden: true, onChange: handleOnChange, value: model, ...rest })));
|
|
939
|
-
};
|
|
880
|
+
var REACT_ASYNC_MODE_TYPE = hasSymbol ? Symbol.for('react.async_mode') : 0xeacf;
|
|
881
|
+
var REACT_CONCURRENT_MODE_TYPE = hasSymbol ? Symbol.for('react.concurrent_mode') : 0xeacf;
|
|
882
|
+
var REACT_FORWARD_REF_TYPE = hasSymbol ? Symbol.for('react.forward_ref') : 0xead0;
|
|
883
|
+
var REACT_SUSPENSE_TYPE = hasSymbol ? Symbol.for('react.suspense') : 0xead1;
|
|
884
|
+
var REACT_SUSPENSE_LIST_TYPE = hasSymbol ? Symbol.for('react.suspense_list') : 0xead8;
|
|
885
|
+
var REACT_MEMO_TYPE = hasSymbol ? Symbol.for('react.memo') : 0xead3;
|
|
886
|
+
var REACT_LAZY_TYPE = hasSymbol ? Symbol.for('react.lazy') : 0xead4;
|
|
887
|
+
var REACT_BLOCK_TYPE = hasSymbol ? Symbol.for('react.block') : 0xead9;
|
|
888
|
+
var REACT_FUNDAMENTAL_TYPE = hasSymbol ? Symbol.for('react.fundamental') : 0xead5;
|
|
889
|
+
var REACT_RESPONDER_TYPE = hasSymbol ? Symbol.for('react.responder') : 0xead6;
|
|
890
|
+
var REACT_SCOPE_TYPE = hasSymbol ? Symbol.for('react.scope') : 0xead7;
|
|
940
891
|
|
|
941
|
-
|
|
942
|
-
|
|
943
|
-
|
|
892
|
+
function isValidElementType(type) {
|
|
893
|
+
return typeof type === 'string' || typeof type === 'function' || // Note: its typeof might be other than 'symbol' or 'number' if it's a polyfill.
|
|
894
|
+
type === REACT_FRAGMENT_TYPE || type === REACT_CONCURRENT_MODE_TYPE || type === REACT_PROFILER_TYPE || type === REACT_STRICT_MODE_TYPE || type === REACT_SUSPENSE_TYPE || type === REACT_SUSPENSE_LIST_TYPE || typeof type === 'object' && type !== null && (type.$$typeof === REACT_LAZY_TYPE || type.$$typeof === REACT_MEMO_TYPE || type.$$typeof === REACT_PROVIDER_TYPE || type.$$typeof === REACT_CONTEXT_TYPE || type.$$typeof === REACT_FORWARD_REF_TYPE || type.$$typeof === REACT_FUNDAMENTAL_TYPE || type.$$typeof === REACT_RESPONDER_TYPE || type.$$typeof === REACT_SCOPE_TYPE || type.$$typeof === REACT_BLOCK_TYPE);
|
|
895
|
+
}
|
|
944
896
|
|
|
945
|
-
|
|
946
|
-
|
|
947
|
-
|
|
948
|
-
const [hoverIndex, setHoverIndex] = useState(null);
|
|
949
|
-
const [isShow, setIsShow] = useState(false);
|
|
950
|
-
const [selectedOptions, setSelectedOptions] = useState([]);
|
|
951
|
-
const selectConainter = useRef(null);
|
|
952
|
-
const getCssClass = () => {
|
|
953
|
-
const cssClasses = [];
|
|
954
|
-
className && cssClasses.push(className);
|
|
955
|
-
disabled && cssClasses.push(styles$D['disabled']);
|
|
956
|
-
readOnly && cssClasses.push(styles$D['readOnly']);
|
|
957
|
-
cssClasses.push(styles$D.select);
|
|
958
|
-
return cssClasses.filter(r => r).join(' ');
|
|
959
|
-
};
|
|
960
|
-
useEffect(() => {
|
|
961
|
-
const newValue = value ? value : '';
|
|
962
|
-
writeValue(newValue);
|
|
963
|
-
if (newValue) {
|
|
964
|
-
const option = options.find(o => o.value === newValue);
|
|
965
|
-
if (option) {
|
|
966
|
-
setHoverIndex(options.indexOf(option));
|
|
967
|
-
}
|
|
968
|
-
}
|
|
969
|
-
}, [value, options]);
|
|
970
|
-
useEffect(() => {
|
|
971
|
-
if (hoverIndex) {
|
|
972
|
-
scrollIntoView(hoverIndex);
|
|
973
|
-
}
|
|
974
|
-
}, [hoverIndex, isShow]);
|
|
975
|
-
const scrollIntoView = (index) => {
|
|
976
|
-
const htmlListItem = selectConainter.current?.querySelector(`#list-item-${index}`);
|
|
977
|
-
if (htmlListItem) {
|
|
978
|
-
htmlListItem?.scrollIntoView({ block: 'end', behavior: 'smooth' });
|
|
979
|
-
}
|
|
980
|
-
};
|
|
981
|
-
const writeValue = (val) => setModel(val);
|
|
982
|
-
useEffect(() => {
|
|
983
|
-
if (!multiple) {
|
|
984
|
-
const newOption = options.find(o => o.value === model);
|
|
985
|
-
if (newOption) {
|
|
986
|
-
setSelectedOptions([newOption]);
|
|
987
|
-
}
|
|
988
|
-
}
|
|
989
|
-
else {
|
|
990
|
-
const filteredOptions = options.filter(o => model.indexOf(o.value) >= 0);
|
|
991
|
-
setSelectedOptions([...filteredOptions]);
|
|
992
|
-
}
|
|
993
|
-
}, [model, multiple]);
|
|
994
|
-
const handleOnClick = (option) => {
|
|
995
|
-
let newValue = multiple ? [] : '';
|
|
996
|
-
if (!multiple) {
|
|
997
|
-
if (model !== option.value) {
|
|
998
|
-
newValue = option.value;
|
|
999
|
-
onChange && onChange(newValue);
|
|
1000
|
-
}
|
|
1001
|
-
hide();
|
|
1002
|
-
}
|
|
1003
|
-
else {
|
|
1004
|
-
const selectedOption = selectedOptions.find(o => o.value === option.value);
|
|
1005
|
-
if (selectedOption) {
|
|
1006
|
-
newValue = selectedOptions.filter(o => o.value !== option.value).map(o => o.value);
|
|
1007
|
-
}
|
|
1008
|
-
else {
|
|
1009
|
-
newValue = newValue.concat(selectedOptions.map(o => o.value));
|
|
1010
|
-
newValue.push(option.value);
|
|
1011
|
-
}
|
|
1012
|
-
onChange && onChange(newValue);
|
|
1013
|
-
}
|
|
1014
|
-
writeValue(newValue);
|
|
1015
|
-
};
|
|
1016
|
-
const show = () => {
|
|
1017
|
-
if (!disabled && !readOnly) {
|
|
1018
|
-
setIsShow(true);
|
|
1019
|
-
}
|
|
1020
|
-
};
|
|
1021
|
-
const hide = () => setIsShow(false);
|
|
1022
|
-
const isActive = (option) => {
|
|
1023
|
-
return selectedOptions.indexOf(option) >= 0 || hoverIndex === options.indexOf(option);
|
|
1024
|
-
};
|
|
1025
|
-
const renderSingleViewModel = () => {
|
|
1026
|
-
let result = null;
|
|
1027
|
-
if (selectedOptions.length > 0) {
|
|
1028
|
-
result = React.createElement("span", null, selectedOptions[0].label);
|
|
1029
|
-
}
|
|
1030
|
-
return result;
|
|
1031
|
-
};
|
|
1032
|
-
const renderMultipleViewModel = () => {
|
|
1033
|
-
let result = null;
|
|
1034
|
-
if (selectedOptions.length <= multipleMaxCountItems && selectedOptions.length > 0) {
|
|
1035
|
-
result = selectedOptions
|
|
1036
|
-
.map(option => React.createElement(Chip, { key: option.value, color: COLOR.primary, isDeletable: true, onDelete: (e) => handleOnDelete(e, option) }, option.label));
|
|
1037
|
-
}
|
|
1038
|
-
else {
|
|
1039
|
-
result = React.createElement("span", null,
|
|
1040
|
-
selectedOptions.length,
|
|
1041
|
-
" Items selected");
|
|
1042
|
-
}
|
|
1043
|
-
return result;
|
|
1044
|
-
};
|
|
1045
|
-
const handleOnDelete = (event, option) => {
|
|
1046
|
-
event.stopPropagation();
|
|
1047
|
-
handleOnClick(option);
|
|
1048
|
-
};
|
|
1049
|
-
// TODO - extract with wrapper?
|
|
1050
|
-
const handleOnKeyDown = (e) => {
|
|
1051
|
-
if (isShow) {
|
|
1052
|
-
onKeyDown && onKeyDown(e);
|
|
1053
|
-
switch (e.code) {
|
|
1054
|
-
case 'Escape':
|
|
1055
|
-
hide();
|
|
1056
|
-
break;
|
|
1057
|
-
case 'ArrowDown':
|
|
1058
|
-
if (hoverIndex) {
|
|
1059
|
-
setHoverIndex(hoverIndex + 1);
|
|
1060
|
-
}
|
|
1061
|
-
break;
|
|
1062
|
-
case 'ArrowUp':
|
|
1063
|
-
// TODO
|
|
1064
|
-
if (hoverIndex) {
|
|
1065
|
-
setHoverIndex(hoverIndex - 1);
|
|
1066
|
-
}
|
|
1067
|
-
break;
|
|
1068
|
-
case 'Enter':
|
|
1069
|
-
if (hoverIndex) {
|
|
1070
|
-
const option = options[hoverIndex];
|
|
1071
|
-
if (option) {
|
|
1072
|
-
handleOnClick(option);
|
|
1073
|
-
}
|
|
1074
|
-
}
|
|
1075
|
-
break;
|
|
1076
|
-
}
|
|
1077
|
-
}
|
|
1078
|
-
};
|
|
1079
|
-
return (React.createElement("div", { ref: selectConainter, className: styles$D.selectContainer },
|
|
1080
|
-
React.createElement("div", { id: id, className: getCssClass(), onClick: () => show(), tabIndex: 0, onKeyDown: (e) => handleOnKeyDown(e) },
|
|
1081
|
-
React.createElement(React.Fragment, null,
|
|
1082
|
-
!multiple && renderSingleViewModel(),
|
|
1083
|
-
multiple &&
|
|
1084
|
-
React.createElement("div", { className: styles$D.chipContainer }, renderMultipleViewModel()),
|
|
1085
|
-
React.createElement(Icon, { className: "ml-auto" },
|
|
1086
|
-
React.createElement(ChevronDownSolidIcon, null)))),
|
|
1087
|
-
isShow &&
|
|
1088
|
-
React.createElement(Portal$1, { className: 'backdrop-root' },
|
|
1089
|
-
React.createElement("div", { className: styles$D.selectMenu, style: { left: selectConainter.current?.getBoundingClientRect().x, top: selectConainter.current?.getBoundingClientRect().y, width: selectConainter.current?.getBoundingClientRect().width } },
|
|
1090
|
-
React.createElement(List, null, options && options.map((option, index) => React.createElement(ListItem, { id: `list-item-${index}`, key: option.value, onClick: () => handleOnClick(option), active: isActive(option) },
|
|
1091
|
-
multiple &&
|
|
1092
|
-
React.createElement(Checkbox, { checked: isActive(option), onChange: () => handleOnClick(option) }),
|
|
1093
|
-
React.createElement(ListItemText, { primary: option.label ? option.label : option.value }))))),
|
|
1094
|
-
React.createElement(Backdrop, { style: { zIndex: 1111 }, isTransparent: true, onClick: () => hide() }))));
|
|
1095
|
-
};
|
|
1096
|
-
|
|
1097
|
-
var css_248z$C = ".Textarea-module_textarea__L5zqa {\n display: block;\n width: 100%;\n padding: 0.375rem 0.75rem;\n font-size: 1rem;\n font-weight: 400;\n line-height: 1.5;\n background-clip: padding-box;\n border: 2px solid var(--input-border-color);\n -webkit-appearance: none;\n -moz-appearance: none;\n appearance: none;\n border-radius: var(--borderRadius);\n resize: vertical;\n color: #212529;\n background-color: #fff;\n background-clip: padding-box;\n appearance: none;\n border-radius: 0.25rem;\n box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.0745098039);\n transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;\n border: 1px solid #ced4da;\n}\n.Textarea-module_textarea__L5zqa:focus:not(.Textarea-module_textarea__L5zqa.Textarea-module_disabled__OqqOF) {\n outline: none !important;\n border-color: var(--primary);\n}\n.Textarea-module_textarea__L5zqa.Textarea-module_isInvalid__JI01W {\n border-color: #dc3545;\n box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.2509803922);\n}";
|
|
1098
|
-
var styles$C = {"textarea":"Textarea-module_textarea__L5zqa","disabled":"Textarea-module_disabled__OqqOF","isInvalid":"Textarea-module_isInvalid__JI01W"};
|
|
1099
|
-
styleInject(css_248z$C);
|
|
897
|
+
function typeOf(object) {
|
|
898
|
+
if (typeof object === 'object' && object !== null) {
|
|
899
|
+
var $$typeof = object.$$typeof;
|
|
1100
900
|
|
|
1101
|
-
|
|
1102
|
-
|
|
1103
|
-
|
|
1104
|
-
const cssClasses = [];
|
|
1105
|
-
cssClasses.push(styles$C.textarea);
|
|
1106
|
-
className && cssClasses.push(className);
|
|
1107
|
-
error && cssClasses.push(styles$C['isInvalid']);
|
|
1108
|
-
return cssClasses.filter(r => r).join(' ');
|
|
1109
|
-
};
|
|
1110
|
-
return (React.createElement("textarea", { className: getCssClass(), ...rest }));
|
|
1111
|
-
};
|
|
901
|
+
switch ($$typeof) {
|
|
902
|
+
case REACT_ELEMENT_TYPE:
|
|
903
|
+
var type = object.type;
|
|
1112
904
|
|
|
1113
|
-
|
|
1114
|
-
|
|
1115
|
-
|
|
905
|
+
switch (type) {
|
|
906
|
+
case REACT_ASYNC_MODE_TYPE:
|
|
907
|
+
case REACT_CONCURRENT_MODE_TYPE:
|
|
908
|
+
case REACT_FRAGMENT_TYPE:
|
|
909
|
+
case REACT_PROFILER_TYPE:
|
|
910
|
+
case REACT_STRICT_MODE_TYPE:
|
|
911
|
+
case REACT_SUSPENSE_TYPE:
|
|
912
|
+
return type;
|
|
1116
913
|
|
|
1117
|
-
|
|
1118
|
-
|
|
1119
|
-
const getCssClasses = () => {
|
|
1120
|
-
const cssClasses = [];
|
|
1121
|
-
cssClasses.push(styles$B.formInput);
|
|
1122
|
-
className && cssClasses.push(className);
|
|
1123
|
-
!isValid && cssClasses.push(styles$B['isInvalid']);
|
|
1124
|
-
return cssClasses.filter(css => css).join(' ');
|
|
1125
|
-
};
|
|
1126
|
-
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
|
1127
|
-
const handleOnInput = (value, type, name) => {
|
|
1128
|
-
onInput && onInput({ value: value, type: type, name: name });
|
|
1129
|
-
};
|
|
1130
|
-
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
|
1131
|
-
const handleOnChange = (value, type, name) => {
|
|
1132
|
-
onChange && onChange({ value: value, type: type, name: name });
|
|
1133
|
-
};
|
|
1134
|
-
return (React.createElement(React.Fragment, null,
|
|
1135
|
-
(type === 'text' ||
|
|
1136
|
-
type === 'date' ||
|
|
1137
|
-
type === 'datetime-local' ||
|
|
1138
|
-
type === 'email' ||
|
|
1139
|
-
type === 'number' ||
|
|
1140
|
-
type === 'password' ||
|
|
1141
|
-
type === 'color' ||
|
|
1142
|
-
type === 'time')
|
|
1143
|
-
&&
|
|
1144
|
-
React.createElement("input", { id: name, name: name, type: type, className: getCssClasses(), value: value, autoFocus: autoFocus, onInput: (e) => handleOnInput(e.target.value, type, name), onChange: (e) => handleOnChange((e?.target).value, type, name), onBlur: onBlur, placeholder: placeholder, readOnly: readonly, disabled: disabled, onKeyDown: onKeyDown }),
|
|
1145
|
-
type === 'file' &&
|
|
1146
|
-
React.createElement(FileInput, { id: name, name: name, className: className + (!isValid ? ' is-invalid' : ''), value: value, autoFocus: autoFocus, readOnly: readonly, disabled: disabled, onChange: (e) => handleOnChange(e.target.value, type, name) }, "choose a file"),
|
|
1147
|
-
type === 'textarea' &&
|
|
1148
|
-
React.createElement(Textarea, { id: name, name: name, className: className, error: !isValid, value: value, autoFocus: autoFocus, onInput: (e) => handleOnInput(e.target.value, type, name), onChange: (e) => handleOnChange(e.target.value, type, name), placeholder: placeholder, rows: textareaOptions?.rows, style: textareaOptions?.resize !== false ? undefined : { resize: 'none' } }),
|
|
1149
|
-
type === 'select' &&
|
|
1150
|
-
React.createElement(Select, { id: name, name: name, className: className + (!isValid ? ' is-invalid' : ''), value: value, multiple: selectOptions?.multiple, onChange: (e) => handleOnChange(e, type, name), options: options }),
|
|
1151
|
-
type === 'autocomplete' &&
|
|
1152
|
-
React.createElement(AutoComplete, { id: name, name: name, className: className + (!isValid ? ' is-invalid' : ''), value: value, openOnFocus: autoCompleteOptions?.openOnFocus, onChange: (e) => handleOnChange(e, type, name), onSelect: (e) => handleOnChange(e.value, type, name), options: options }),
|
|
1153
|
-
type === 'checkbox' &&
|
|
1154
|
-
React.createElement(Checkbox, { id: name, name: name, label: label, className: (!isValid ? ' is-invalid' : ''), onChange: (e) => handleOnChange((e?.target).checked, type, name), checked: value }),
|
|
1155
|
-
type === 'radio' &&
|
|
1156
|
-
React.createElement(React.Fragment, null, options.map((option) => React.createElement("div", { className: "form-check", key: option.id },
|
|
1157
|
-
React.createElement("input", { id: option.id ? option.id : option.value, name: name, type: "radio", className: "form-check-input", onChange: (e) => handleOnChange((e?.target).value, type, name), value: option.value, checked: value === option.value, onKeyDown: onKeyDown }),
|
|
1158
|
-
React.createElement("label", { className: "form-check-label", htmlFor: option.id }, option.label))))));
|
|
1159
|
-
};
|
|
1160
|
-
|
|
1161
|
-
var css_248z$A = ".FormLabel-module_formLabel__TXcHc {\n display: inline-block;\n margin-bottom: 0.5rem;\n}";
|
|
1162
|
-
var styles$A = {"formLabel":"FormLabel-module_formLabel__TXcHc"};
|
|
1163
|
-
styleInject(css_248z$A);
|
|
914
|
+
default:
|
|
915
|
+
var $$typeofType = type && type.$$typeof;
|
|
1164
916
|
|
|
1165
|
-
|
|
1166
|
-
|
|
1167
|
-
|
|
1168
|
-
|
|
1169
|
-
|
|
1170
|
-
|
|
1171
|
-
|
|
1172
|
-
return (React.createElement("label", { htmlFor: htmlFor, className: getCssClasses(), ...rest }, children));
|
|
1173
|
-
};
|
|
917
|
+
switch ($$typeofType) {
|
|
918
|
+
case REACT_CONTEXT_TYPE:
|
|
919
|
+
case REACT_FORWARD_REF_TYPE:
|
|
920
|
+
case REACT_LAZY_TYPE:
|
|
921
|
+
case REACT_MEMO_TYPE:
|
|
922
|
+
case REACT_PROVIDER_TYPE:
|
|
923
|
+
return $$typeofType;
|
|
1174
924
|
|
|
1175
|
-
|
|
1176
|
-
|
|
1177
|
-
|
|
925
|
+
default:
|
|
926
|
+
return $$typeof;
|
|
927
|
+
}
|
|
1178
928
|
|
|
1179
|
-
|
|
1180
|
-
const isInvalidEmailFormat = value.match(/^([\w.%+-]+)@([\w-]+\.)+([\w]{2,})$/i) === null;
|
|
1181
|
-
const isInvalid = !IsEmptyValidator(value) && isInvalidEmailFormat;
|
|
1182
|
-
return isInvalid;
|
|
1183
|
-
};
|
|
929
|
+
}
|
|
1184
930
|
|
|
1185
|
-
|
|
931
|
+
case REACT_PORTAL_TYPE:
|
|
932
|
+
return $$typeof;
|
|
933
|
+
}
|
|
934
|
+
}
|
|
1186
935
|
|
|
1187
|
-
|
|
936
|
+
return undefined;
|
|
937
|
+
} // AsyncMode is deprecated along with isAsyncMode
|
|
1188
938
|
|
|
1189
|
-
|
|
1190
|
-
|
|
1191
|
-
|
|
1192
|
-
|
|
1193
|
-
|
|
1194
|
-
|
|
1195
|
-
|
|
1196
|
-
|
|
1197
|
-
|
|
1198
|
-
|
|
1199
|
-
|
|
1200
|
-
|
|
1201
|
-
|
|
1202
|
-
|
|
1203
|
-
getCssClasses() {
|
|
1204
|
-
const cssClasses = [];
|
|
1205
|
-
cssClasses.push(styles$F.form);
|
|
1206
|
-
this.props.className && cssClasses.push(this.props.className);
|
|
1207
|
-
return cssClasses.filter(css => css).join(' ');
|
|
1208
|
-
}
|
|
1209
|
-
static getDerivedStateFromProps(nextProps, state) {
|
|
1210
|
-
if (!state.controls && nextProps.controls) {
|
|
1211
|
-
return { controls: nextProps.controls };
|
|
1212
|
-
}
|
|
1213
|
-
return null;
|
|
1214
|
-
}
|
|
1215
|
-
handleChange() {
|
|
1216
|
-
// get value by myForm instead of getControl?
|
|
1217
|
-
if (this.state.isChanged || this.state.isSubmitted) {
|
|
1218
|
-
const keys = Object.keys(this.state.controls);
|
|
1219
|
-
const values = keys.reduce((obj, f) => {
|
|
1220
|
-
const control = this.getControl(f);
|
|
1221
|
-
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
|
1222
|
-
const newValue = (control.type === 'date' || control.type === 'datetime-local') &&
|
|
1223
|
-
control.value &&
|
|
1224
|
-
isValidDate(control.value)
|
|
1225
|
-
? new Date(control.value).toISOString()
|
|
1226
|
-
: control.value;
|
|
1227
|
-
return {
|
|
1228
|
-
...obj,
|
|
1229
|
-
[f]: newValue,
|
|
1230
|
-
};
|
|
1231
|
-
}, {});
|
|
1232
|
-
if (this.state.isValid && this.state.isSubmitted) {
|
|
1233
|
-
this.props.onSubmit && this.props.onSubmit(values);
|
|
1234
|
-
}
|
|
1235
|
-
this.props.onChange && this.props.onChange(values);
|
|
1236
|
-
this.setState({ isChanged: false, isSubmitted: false });
|
|
1237
|
-
}
|
|
1238
|
-
}
|
|
1239
|
-
// extract to service?
|
|
1240
|
-
validateField(fieldValue, fieldValidators) {
|
|
1241
|
-
const errors = [];
|
|
1242
|
-
if (fieldValidators) {
|
|
1243
|
-
for (const validator of fieldValidators) {
|
|
1244
|
-
const validatorSplitted = validator.split(':');
|
|
1245
|
-
const validatorName = validatorSplitted[0];
|
|
1246
|
-
const validatorParam = validatorSplitted.length > 1 ? validatorSplitted[1] : null;
|
|
1247
|
-
switch (validatorName) {
|
|
1248
|
-
case 'required':
|
|
1249
|
-
if (IsEmptyValidator(fieldValue)) {
|
|
1250
|
-
errors.push({ validator: validatorName, message: 'This field is required' });
|
|
1251
|
-
}
|
|
1252
|
-
break;
|
|
1253
|
-
case 'email':
|
|
1254
|
-
if (EmailValidator(fieldValue)) {
|
|
1255
|
-
errors.push({ validator: validatorName, message: 'Email format is wrong' });
|
|
1256
|
-
}
|
|
1257
|
-
break;
|
|
1258
|
-
case 'min':
|
|
1259
|
-
if (!MinValidator(fieldValue, parseInt(validatorParam))) {
|
|
1260
|
-
errors.push({ validator: validatorName, message: `Minimum number of ${validatorParam} characters not met` });
|
|
1261
|
-
}
|
|
1262
|
-
break;
|
|
1263
|
-
case 'max':
|
|
1264
|
-
if (!MaxValidator(fieldValue, parseInt(validatorParam))) {
|
|
1265
|
-
errors.push({ validator: validatorName, message: `Maximum number of ${validatorParam} characters exceeded` });
|
|
1266
|
-
}
|
|
1267
|
-
break;
|
|
1268
|
-
case 'match':
|
|
1269
|
-
if (validatorParam) {
|
|
1270
|
-
const matchControl = this.getControl(validatorParam);
|
|
1271
|
-
if (matchControl) {
|
|
1272
|
-
if (!IsEqualValidator(fieldValue, matchControl.value)) {
|
|
1273
|
-
errors.push({ validator: validatorName, message: 'Values do not match' });
|
|
1274
|
-
}
|
|
1275
|
-
}
|
|
1276
|
-
else {
|
|
1277
|
-
console.error(`Form: Field ${validatorParam} not found`);
|
|
1278
|
-
}
|
|
1279
|
-
}
|
|
1280
|
-
break;
|
|
1281
|
-
}
|
|
1282
|
-
}
|
|
1283
|
-
}
|
|
1284
|
-
return errors;
|
|
1285
|
-
}
|
|
1286
|
-
handleInputChange(name, value) {
|
|
1287
|
-
const field = this.getControl(name);
|
|
1288
|
-
field.value = value;
|
|
1289
|
-
// redundant mit handleOnBlur
|
|
1290
|
-
field.isDirty = true;
|
|
1291
|
-
field.errors = this.validateField(field.value, field.validators);
|
|
1292
|
-
field.isValid = field.errors.length === 0;
|
|
1293
|
-
const newControls = { ...this.state.controls };
|
|
1294
|
-
newControls[name] = field;
|
|
1295
|
-
this.setState({ controls: newControls, isChanged: true }, () => this.handleChange());
|
|
1296
|
-
}
|
|
1297
|
-
handleOnBlur(e) {
|
|
1298
|
-
if (this.props.validateOnBlur) {
|
|
1299
|
-
const { name } = e.target;
|
|
1300
|
-
const field = this.getControl(name);
|
|
1301
|
-
field.isDirty = true;
|
|
1302
|
-
field.errors = this.validateField(field.value, field.validators);
|
|
1303
|
-
field.isValid = field.errors.length === 0;
|
|
1304
|
-
const controls = this.state.controls;
|
|
1305
|
-
if (controls) {
|
|
1306
|
-
controls[name] = field;
|
|
1307
|
-
this.setState({ controls: controls, isChanged: true }, () => this.handleChange());
|
|
1308
|
-
}
|
|
1309
|
-
}
|
|
1310
|
-
}
|
|
1311
|
-
isRequired(fieldName) {
|
|
1312
|
-
let result = false;
|
|
1313
|
-
result = this.getControl(fieldName).validators.indexOf('required') >= 0;
|
|
1314
|
-
return result;
|
|
1315
|
-
}
|
|
1316
|
-
isInvalid(fieldName) {
|
|
1317
|
-
let result = false;
|
|
1318
|
-
const field = this.getControl(fieldName);
|
|
1319
|
-
result = field.isDirty && !field.isValid;
|
|
1320
|
-
return result;
|
|
1321
|
-
}
|
|
1322
|
-
getControl(name) {
|
|
1323
|
-
return this.state.controls[name];
|
|
1324
|
-
}
|
|
1325
|
-
renderLabel(fieldKey, label, labelClassName = 'form-label') {
|
|
1326
|
-
const cssClasses = [labelClassName, this.isRequired(fieldKey) ? 'required' : undefined];
|
|
1327
|
-
return (React.createElement(FormLabel, { htmlFor: fieldKey, className: cssClasses.join(' ') }, label));
|
|
1328
|
-
}
|
|
1329
|
-
handleFormSubmit() {
|
|
1330
|
-
for (const fieldKey of Object.keys(this.state.controls)) {
|
|
1331
|
-
const field = this.getControl(fieldKey);
|
|
1332
|
-
// redundant mit handleBlur
|
|
1333
|
-
field.isDirty = true;
|
|
1334
|
-
field.errors = this.validateField(field.value, field.validators);
|
|
1335
|
-
field.isValid = field.errors.length === 0;
|
|
1336
|
-
}
|
|
1337
|
-
this.setState({
|
|
1338
|
-
controls: { ...this.state.controls },
|
|
1339
|
-
isSubmitted: true,
|
|
1340
|
-
isValid: Object.keys(this.state.controls)
|
|
1341
|
-
.map(f => this.getControl(f).isValid)
|
|
1342
|
-
.every(valid => valid === true),
|
|
1343
|
-
}, () => this.handleChange());
|
|
1344
|
-
}
|
|
1345
|
-
// trigger via ref
|
|
1346
|
-
handleFormReset() {
|
|
1347
|
-
for (const fieldKey of Object.keys(this.state.controls)) {
|
|
1348
|
-
const field = this.getControl(fieldKey);
|
|
1349
|
-
field.value = '';
|
|
1350
|
-
field.isDirty = false;
|
|
1351
|
-
field.errors = [];
|
|
1352
|
-
field.isValid = field.errors.length === 0;
|
|
1353
|
-
}
|
|
1354
|
-
this.setState({
|
|
1355
|
-
controls: { ...this.state.controls },
|
|
1356
|
-
isSubmitted: false,
|
|
1357
|
-
isChanged: false,
|
|
1358
|
-
isValid: false,
|
|
1359
|
-
});
|
|
1360
|
-
}
|
|
1361
|
-
handleOnKeyDown(e) {
|
|
1362
|
-
if (e.key === 'Enter') {
|
|
1363
|
-
e.preventDefault();
|
|
1364
|
-
this.state.submitOnEnter && this.handleFormSubmit();
|
|
1365
|
-
}
|
|
1366
|
-
}
|
|
1367
|
-
destroy() {
|
|
1368
|
-
this.setState({ controls: {}, isValid: false, isChanged: false, isSubmitted: false });
|
|
1369
|
-
}
|
|
1370
|
-
getFormGroupCssClass(fieldKey) {
|
|
1371
|
-
return this.getControl(fieldKey).config.formGroupClassName;
|
|
1372
|
-
}
|
|
1373
|
-
render() {
|
|
1374
|
-
return (React.createElement("form", { className: this.getCssClasses(), ref: this.myForm }, this.state &&
|
|
1375
|
-
this.state.controls &&
|
|
1376
|
-
Object.keys(this.state.controls).map(fieldKey => {
|
|
1377
|
-
return (React.createElement(FormGroup, { key: fieldKey, className: this.getFormGroupCssClass(fieldKey) },
|
|
1378
|
-
this.getControl(fieldKey).config.labelPosition !== 'behind' &&
|
|
1379
|
-
this.getControl(fieldKey).type !== 'checkbox' &&
|
|
1380
|
-
this.renderLabel(fieldKey, this.getControl(fieldKey).config.label, this.getControl(fieldKey).config.labelClassName),
|
|
1381
|
-
React.createElement(FormInput, { autoFocus: this.getControl(fieldKey).config.autoFocus, className: this.getControl(fieldKey).config.formControlClassName, isValid: !this.isInvalid(fieldKey), label: this.getControl(fieldKey).config.label, name: fieldKey, options: this.getControl(fieldKey).config.options, placeholder: this.getControl(fieldKey).config.placeholder, textareaOptions: this.getControl(fieldKey).config.textareaOptions, selectOptions: this.getControl(fieldKey).config.selectOptions, autoCompleteOptions: this.getControl(fieldKey).config.autoCompleteOptions, type: this.getControl(fieldKey).type, value: this.getControl(fieldKey).value, disabled: this.getControl(fieldKey).config.disabled, readonly: this.getControl(fieldKey).config.readonly, onChange: ({ name, value }) => this.handleInputChange(name, value), onBlur: (e) => this.handleOnBlur(e), onKeyDown: (e) => this.handleOnKeyDown(e) }),
|
|
1382
|
-
this.getControl(fieldKey).config.labelPosition === 'behind' &&
|
|
1383
|
-
this.getControl(fieldKey).type !== 'checkbox' &&
|
|
1384
|
-
this.renderLabel(fieldKey, this.getControl(fieldKey).config.label, this.getControl(fieldKey).config.labelClassName),
|
|
1385
|
-
this.getControl(fieldKey).config.hint && (React.createElement(FormHint, null, this.getControl(fieldKey).config.hint)),
|
|
1386
|
-
this.getControl(fieldKey).errors && React.createElement(FormError, { errors: this.getControl(fieldKey).errors })));
|
|
1387
|
-
})));
|
|
1388
|
-
}
|
|
1389
|
-
}
|
|
1390
|
-
function isValidDate(dateObject) {
|
|
1391
|
-
return new Date(dateObject).toString() !== 'Invalid Date';
|
|
1392
|
-
}
|
|
1393
|
-
|
|
1394
|
-
class FormControl {
|
|
1395
|
-
constructor(
|
|
1396
|
-
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
|
1397
|
-
value, validators = [], type, config) {
|
|
1398
|
-
this.value = value;
|
|
1399
|
-
this.validators = validators;
|
|
1400
|
-
this.type = type;
|
|
1401
|
-
this.config = config;
|
|
1402
|
-
this.errors = [];
|
|
1403
|
-
this.isValid = false;
|
|
1404
|
-
this.isDirty = false;
|
|
1405
|
-
}
|
|
1406
|
-
}
|
|
1407
|
-
|
|
1408
|
-
const DaySelect = (props) => {
|
|
1409
|
-
const { className, day = new Date().getDate(), month = new Date().getMonth(), year = new Date().getFullYear(), disabled, id, name, onChange } = props;
|
|
1410
|
-
useEffect(() => {
|
|
1411
|
-
init();
|
|
1412
|
-
}, [month, year]);
|
|
1413
|
-
const init = () => {
|
|
1414
|
-
const daysInMonth = new Date(year, month + 1, 0).getDate();
|
|
1415
|
-
const newDays = [];
|
|
1416
|
-
for (let i = 1; i <= daysInMonth; i++) {
|
|
1417
|
-
newDays.push({ value: i.toString(), label: i.toString() });
|
|
1418
|
-
}
|
|
1419
|
-
setDayOptions(newDays);
|
|
1420
|
-
};
|
|
1421
|
-
const [value, setValue] = useState(day);
|
|
1422
|
-
const [dayOptions, setDayOptions] = useState();
|
|
1423
|
-
const getCssClasses = () => {
|
|
1424
|
-
const cssClasses = [];
|
|
1425
|
-
className && cssClasses.push(className);
|
|
1426
|
-
return cssClasses.filter(css => css).join(' ');
|
|
1427
|
-
};
|
|
1428
|
-
const handleOnChange = (e) => {
|
|
1429
|
-
setValue(e);
|
|
1430
|
-
onChange && onChange(e);
|
|
1431
|
-
};
|
|
1432
|
-
return (React.createElement(Select, { id: id, name: name, className: getCssClasses(), options: dayOptions, onChange: (e) => handleOnChange(parseInt(e)), disabled: disabled, value: value.toString() }));
|
|
1433
|
-
};
|
|
1434
|
-
|
|
1435
|
-
const MonthSelect = (props) => {
|
|
1436
|
-
const months = ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'];
|
|
1437
|
-
const { className, value = new Date().getMonth(), id, name, disabled, onChange } = props;
|
|
1438
|
-
const [newValue, setNewValue] = useState(value);
|
|
1439
|
-
const [monthOptions, setMonthOptions] = useState();
|
|
1440
|
-
useEffect(() => {
|
|
1441
|
-
setMonthOptions(months.map((m, index) => ({ value: index.toString(), label: m })));
|
|
1442
|
-
}, []);
|
|
1443
|
-
const getCssClasses = () => {
|
|
1444
|
-
const cssClasses = [];
|
|
1445
|
-
className && cssClasses.push(className);
|
|
1446
|
-
return cssClasses.filter(css => css).join(' ');
|
|
1447
|
-
};
|
|
1448
|
-
const handleOnChange = (e) => {
|
|
1449
|
-
setNewValue(e);
|
|
1450
|
-
onChange && onChange(e);
|
|
1451
|
-
};
|
|
1452
|
-
return (React.createElement(Select, { id: id, name: name, className: getCssClasses(), options: monthOptions, onChange: (e) => handleOnChange(parseInt(e)), disabled: disabled, value: newValue.toString() }));
|
|
1453
|
-
};
|
|
1454
|
-
|
|
1455
|
-
const YearSelect = (props) => {
|
|
1456
|
-
const { className, from = 1970, to = new Date().getFullYear().toString(), value = new Date().getFullYear().toString(), id, name, disabled, onChange } = props;
|
|
1457
|
-
const [newValue, setNewValue] = useState(value.toString());
|
|
1458
|
-
const [years, setYears] = useState();
|
|
1459
|
-
useEffect(() => {
|
|
1460
|
-
const newYears = [];
|
|
1461
|
-
for (let i = from; i <= to; i++) {
|
|
1462
|
-
newYears.push({ value: i.toString(), label: i.toString() });
|
|
1463
|
-
}
|
|
1464
|
-
setYears(newYears.reverse());
|
|
1465
|
-
}, [from, to]);
|
|
1466
|
-
const getCssClasses = () => {
|
|
1467
|
-
const cssClasses = [];
|
|
1468
|
-
className && cssClasses.push(className);
|
|
1469
|
-
return cssClasses.filter(css => css).join(' ');
|
|
1470
|
-
};
|
|
1471
|
-
const handleOnChange = (e) => {
|
|
1472
|
-
setNewValue(e);
|
|
1473
|
-
onChange && onChange(parseInt(e));
|
|
1474
|
-
};
|
|
1475
|
-
return (React.createElement(Select, { id: id, name: name, className: getCssClasses(), options: years, onChange: handleOnChange, disabled: disabled, value: newValue }));
|
|
1476
|
-
};
|
|
1477
|
-
|
|
1478
|
-
var DATEMODE;
|
|
1479
|
-
(function (DATEMODE) {
|
|
1480
|
-
DATEMODE[DATEMODE["YEAR"] = 0] = "YEAR";
|
|
1481
|
-
DATEMODE[DATEMODE["MONTH"] = 1] = "MONTH";
|
|
1482
|
-
DATEMODE[DATEMODE["DAY"] = 2] = "DAY";
|
|
1483
|
-
})(DATEMODE || (DATEMODE = {}));
|
|
1484
|
-
const DateSelect = (props) => {
|
|
1485
|
-
const { className, value = new Date(), disabled, yearConfig, onChange } = props;
|
|
1486
|
-
const getCssClasses = () => {
|
|
1487
|
-
const cssClasses = [];
|
|
1488
|
-
cssClasses.push('row');
|
|
1489
|
-
className && cssClasses.push(className);
|
|
1490
|
-
return cssClasses.filter(css => css).join(' ');
|
|
1491
|
-
};
|
|
1492
|
-
const [currDate, setCurrDate] = useState(value);
|
|
1493
|
-
const handleOnChange = (e, mode) => {
|
|
1494
|
-
const currYear = mode === DATEMODE.YEAR ? e : currDate.getFullYear();
|
|
1495
|
-
const currMonth = mode === DATEMODE.MONTH ? e : currDate.getMonth();
|
|
1496
|
-
const currday = mode === DATEMODE.DAY ? e : currDate.getDate();
|
|
1497
|
-
const newDate = new Date(currYear, currMonth, currday);
|
|
1498
|
-
setCurrDate(newDate);
|
|
1499
|
-
onChange && onChange(newDate);
|
|
1500
|
-
};
|
|
1501
|
-
return (React.createElement(Row, { className: getCssClasses() },
|
|
1502
|
-
React.createElement(Column, null,
|
|
1503
|
-
React.createElement(FormLabel, null, "Year"),
|
|
1504
|
-
React.createElement(YearSelect, { value: currDate.getFullYear(), disabled: disabled, from: yearConfig?.from, to: yearConfig?.to, onChange: (e) => handleOnChange(e, DATEMODE.YEAR) })),
|
|
1505
|
-
React.createElement(Column, null,
|
|
1506
|
-
React.createElement(FormLabel, null, "Month"),
|
|
1507
|
-
React.createElement(MonthSelect, { value: currDate.getMonth(), disabled: disabled, onChange: (e) => handleOnChange(e, DATEMODE.MONTH) })),
|
|
1508
|
-
React.createElement(Column, null,
|
|
1509
|
-
React.createElement(FormLabel, null, "Day"),
|
|
1510
|
-
React.createElement(DaySelect, { day: currDate.getDate(), month: currDate.getMonth(), year: currDate.getFullYear(), disabled: disabled, onChange: (e) => handleOnChange(e, DATEMODE.DAY) }))));
|
|
1511
|
-
};
|
|
1512
|
-
/*
|
|
1513
|
-
* result = { year, month, day, dayOfWeek, weekNumber }
|
|
1514
|
-
*/
|
|
1515
|
-
// const getWeekNumber = () => {
|
|
1516
|
-
// var d = new Date(Date.UTC(this.getFullYear(), this.getMonth(), this.getDate()));
|
|
1517
|
-
// var dayNum = d.getUTCDay() || 7;
|
|
1518
|
-
// d.setUTCDate(d.getUTCDate() + 4 - dayNum);
|
|
1519
|
-
// var yearStart = new Date(Date.UTC(d.getUTCFullYear(), 0, 1));
|
|
1520
|
-
// return Math.ceil((((d - yearStart) / 86400000) + 1) / 7)
|
|
1521
|
-
// };
|
|
1522
|
-
|
|
1523
|
-
var commonjsGlobal = typeof globalThis !== 'undefined' ? globalThis : typeof window !== 'undefined' ? window : typeof global !== 'undefined' ? global : typeof self !== 'undefined' ? self : {};
|
|
1524
|
-
|
|
1525
|
-
function createCommonjsModule(fn, module) {
|
|
1526
|
-
return module = { exports: {} }, fn(module, module.exports), module.exports;
|
|
1527
|
-
}
|
|
1528
|
-
|
|
1529
|
-
/** @license React v16.13.1
|
|
1530
|
-
* react-is.production.min.js
|
|
1531
|
-
*
|
|
1532
|
-
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
1533
|
-
*
|
|
1534
|
-
* This source code is licensed under the MIT license found in the
|
|
1535
|
-
* LICENSE file in the root directory of this source tree.
|
|
1536
|
-
*/
|
|
1537
|
-
var b="function"===typeof Symbol&&Symbol.for,c=b?Symbol.for("react.element"):60103,d=b?Symbol.for("react.portal"):60106,e=b?Symbol.for("react.fragment"):60107,f=b?Symbol.for("react.strict_mode"):60108,g=b?Symbol.for("react.profiler"):60114,h=b?Symbol.for("react.provider"):60109,k=b?Symbol.for("react.context"):60110,l=b?Symbol.for("react.async_mode"):60111,m=b?Symbol.for("react.concurrent_mode"):60111,n=b?Symbol.for("react.forward_ref"):60112,p=b?Symbol.for("react.suspense"):60113,q=b?
|
|
1538
|
-
Symbol.for("react.suspense_list"):60120,r$1=b?Symbol.for("react.memo"):60115,t=b?Symbol.for("react.lazy"):60116,v=b?Symbol.for("react.block"):60121,w=b?Symbol.for("react.fundamental"):60117,x=b?Symbol.for("react.responder"):60118,y=b?Symbol.for("react.scope"):60119;
|
|
1539
|
-
function z(a){if("object"===typeof a&&null!==a){var u=a.$$typeof;switch(u){case c:switch(a=a.type,a){case l:case m:case e:case g:case f:case p:return a;default:switch(a=a&&a.$$typeof,a){case k:case n:case t:case r$1:case h:return a;default:return u}}case d:return u}}}function A(a){return z(a)===m}var AsyncMode=l;var ConcurrentMode=m;var ContextConsumer=k;var ContextProvider=h;var Element=c;var ForwardRef=n;var Fragment=e;var Lazy=t;var Memo=r$1;var Portal=d;
|
|
1540
|
-
var Profiler=g;var StrictMode=f;var Suspense=p;var isAsyncMode=function(a){return A(a)||z(a)===l};var isConcurrentMode=A;var isContextConsumer=function(a){return z(a)===k};var isContextProvider=function(a){return z(a)===h};var isElement=function(a){return "object"===typeof a&&null!==a&&a.$$typeof===c};var isForwardRef=function(a){return z(a)===n};var isFragment=function(a){return z(a)===e};var isLazy=function(a){return z(a)===t};
|
|
1541
|
-
var isMemo=function(a){return z(a)===r$1};var isPortal=function(a){return z(a)===d};var isProfiler=function(a){return z(a)===g};var isStrictMode=function(a){return z(a)===f};var isSuspense=function(a){return z(a)===p};
|
|
1542
|
-
var isValidElementType=function(a){return "string"===typeof a||"function"===typeof a||a===e||a===m||a===g||a===f||a===p||a===q||"object"===typeof a&&null!==a&&(a.$$typeof===t||a.$$typeof===r$1||a.$$typeof===h||a.$$typeof===k||a.$$typeof===n||a.$$typeof===w||a.$$typeof===x||a.$$typeof===y||a.$$typeof===v)};var typeOf=z;
|
|
1543
|
-
|
|
1544
|
-
var reactIs_production_min = {
|
|
1545
|
-
AsyncMode: AsyncMode,
|
|
1546
|
-
ConcurrentMode: ConcurrentMode,
|
|
1547
|
-
ContextConsumer: ContextConsumer,
|
|
1548
|
-
ContextProvider: ContextProvider,
|
|
1549
|
-
Element: Element,
|
|
1550
|
-
ForwardRef: ForwardRef,
|
|
1551
|
-
Fragment: Fragment,
|
|
1552
|
-
Lazy: Lazy,
|
|
1553
|
-
Memo: Memo,
|
|
1554
|
-
Portal: Portal,
|
|
1555
|
-
Profiler: Profiler,
|
|
1556
|
-
StrictMode: StrictMode,
|
|
1557
|
-
Suspense: Suspense,
|
|
1558
|
-
isAsyncMode: isAsyncMode,
|
|
1559
|
-
isConcurrentMode: isConcurrentMode,
|
|
1560
|
-
isContextConsumer: isContextConsumer,
|
|
1561
|
-
isContextProvider: isContextProvider,
|
|
1562
|
-
isElement: isElement,
|
|
1563
|
-
isForwardRef: isForwardRef,
|
|
1564
|
-
isFragment: isFragment,
|
|
1565
|
-
isLazy: isLazy,
|
|
1566
|
-
isMemo: isMemo,
|
|
1567
|
-
isPortal: isPortal,
|
|
1568
|
-
isProfiler: isProfiler,
|
|
1569
|
-
isStrictMode: isStrictMode,
|
|
1570
|
-
isSuspense: isSuspense,
|
|
1571
|
-
isValidElementType: isValidElementType,
|
|
1572
|
-
typeOf: typeOf
|
|
1573
|
-
};
|
|
1574
|
-
|
|
1575
|
-
var reactIs_development = createCommonjsModule(function (module, exports) {
|
|
1576
|
-
|
|
1577
|
-
|
|
1578
|
-
|
|
1579
|
-
if (process.env.NODE_ENV !== "production") {
|
|
1580
|
-
(function() {
|
|
1581
|
-
|
|
1582
|
-
// The Symbol used to tag the ReactElement-like types. If there is no native Symbol
|
|
1583
|
-
// nor polyfill, then a plain number is used for performance.
|
|
1584
|
-
var hasSymbol = typeof Symbol === 'function' && Symbol.for;
|
|
1585
|
-
var REACT_ELEMENT_TYPE = hasSymbol ? Symbol.for('react.element') : 0xeac7;
|
|
1586
|
-
var REACT_PORTAL_TYPE = hasSymbol ? Symbol.for('react.portal') : 0xeaca;
|
|
1587
|
-
var REACT_FRAGMENT_TYPE = hasSymbol ? Symbol.for('react.fragment') : 0xeacb;
|
|
1588
|
-
var REACT_STRICT_MODE_TYPE = hasSymbol ? Symbol.for('react.strict_mode') : 0xeacc;
|
|
1589
|
-
var REACT_PROFILER_TYPE = hasSymbol ? Symbol.for('react.profiler') : 0xead2;
|
|
1590
|
-
var REACT_PROVIDER_TYPE = hasSymbol ? Symbol.for('react.provider') : 0xeacd;
|
|
1591
|
-
var REACT_CONTEXT_TYPE = hasSymbol ? Symbol.for('react.context') : 0xeace; // TODO: We don't use AsyncMode or ConcurrentMode anymore. They were temporary
|
|
1592
|
-
// (unstable) APIs that have been removed. Can we remove the symbols?
|
|
1593
|
-
|
|
1594
|
-
var REACT_ASYNC_MODE_TYPE = hasSymbol ? Symbol.for('react.async_mode') : 0xeacf;
|
|
1595
|
-
var REACT_CONCURRENT_MODE_TYPE = hasSymbol ? Symbol.for('react.concurrent_mode') : 0xeacf;
|
|
1596
|
-
var REACT_FORWARD_REF_TYPE = hasSymbol ? Symbol.for('react.forward_ref') : 0xead0;
|
|
1597
|
-
var REACT_SUSPENSE_TYPE = hasSymbol ? Symbol.for('react.suspense') : 0xead1;
|
|
1598
|
-
var REACT_SUSPENSE_LIST_TYPE = hasSymbol ? Symbol.for('react.suspense_list') : 0xead8;
|
|
1599
|
-
var REACT_MEMO_TYPE = hasSymbol ? Symbol.for('react.memo') : 0xead3;
|
|
1600
|
-
var REACT_LAZY_TYPE = hasSymbol ? Symbol.for('react.lazy') : 0xead4;
|
|
1601
|
-
var REACT_BLOCK_TYPE = hasSymbol ? Symbol.for('react.block') : 0xead9;
|
|
1602
|
-
var REACT_FUNDAMENTAL_TYPE = hasSymbol ? Symbol.for('react.fundamental') : 0xead5;
|
|
1603
|
-
var REACT_RESPONDER_TYPE = hasSymbol ? Symbol.for('react.responder') : 0xead6;
|
|
1604
|
-
var REACT_SCOPE_TYPE = hasSymbol ? Symbol.for('react.scope') : 0xead7;
|
|
1605
|
-
|
|
1606
|
-
function isValidElementType(type) {
|
|
1607
|
-
return typeof type === 'string' || typeof type === 'function' || // Note: its typeof might be other than 'symbol' or 'number' if it's a polyfill.
|
|
1608
|
-
type === REACT_FRAGMENT_TYPE || type === REACT_CONCURRENT_MODE_TYPE || type === REACT_PROFILER_TYPE || type === REACT_STRICT_MODE_TYPE || type === REACT_SUSPENSE_TYPE || type === REACT_SUSPENSE_LIST_TYPE || typeof type === 'object' && type !== null && (type.$$typeof === REACT_LAZY_TYPE || type.$$typeof === REACT_MEMO_TYPE || type.$$typeof === REACT_PROVIDER_TYPE || type.$$typeof === REACT_CONTEXT_TYPE || type.$$typeof === REACT_FORWARD_REF_TYPE || type.$$typeof === REACT_FUNDAMENTAL_TYPE || type.$$typeof === REACT_RESPONDER_TYPE || type.$$typeof === REACT_SCOPE_TYPE || type.$$typeof === REACT_BLOCK_TYPE);
|
|
1609
|
-
}
|
|
1610
|
-
|
|
1611
|
-
function typeOf(object) {
|
|
1612
|
-
if (typeof object === 'object' && object !== null) {
|
|
1613
|
-
var $$typeof = object.$$typeof;
|
|
1614
|
-
|
|
1615
|
-
switch ($$typeof) {
|
|
1616
|
-
case REACT_ELEMENT_TYPE:
|
|
1617
|
-
var type = object.type;
|
|
1618
|
-
|
|
1619
|
-
switch (type) {
|
|
1620
|
-
case REACT_ASYNC_MODE_TYPE:
|
|
1621
|
-
case REACT_CONCURRENT_MODE_TYPE:
|
|
1622
|
-
case REACT_FRAGMENT_TYPE:
|
|
1623
|
-
case REACT_PROFILER_TYPE:
|
|
1624
|
-
case REACT_STRICT_MODE_TYPE:
|
|
1625
|
-
case REACT_SUSPENSE_TYPE:
|
|
1626
|
-
return type;
|
|
1627
|
-
|
|
1628
|
-
default:
|
|
1629
|
-
var $$typeofType = type && type.$$typeof;
|
|
1630
|
-
|
|
1631
|
-
switch ($$typeofType) {
|
|
1632
|
-
case REACT_CONTEXT_TYPE:
|
|
1633
|
-
case REACT_FORWARD_REF_TYPE:
|
|
1634
|
-
case REACT_LAZY_TYPE:
|
|
1635
|
-
case REACT_MEMO_TYPE:
|
|
1636
|
-
case REACT_PROVIDER_TYPE:
|
|
1637
|
-
return $$typeofType;
|
|
1638
|
-
|
|
1639
|
-
default:
|
|
1640
|
-
return $$typeof;
|
|
1641
|
-
}
|
|
1642
|
-
|
|
1643
|
-
}
|
|
1644
|
-
|
|
1645
|
-
case REACT_PORTAL_TYPE:
|
|
1646
|
-
return $$typeof;
|
|
1647
|
-
}
|
|
1648
|
-
}
|
|
1649
|
-
|
|
1650
|
-
return undefined;
|
|
1651
|
-
} // AsyncMode is deprecated along with isAsyncMode
|
|
1652
|
-
|
|
1653
|
-
var AsyncMode = REACT_ASYNC_MODE_TYPE;
|
|
1654
|
-
var ConcurrentMode = REACT_CONCURRENT_MODE_TYPE;
|
|
1655
|
-
var ContextConsumer = REACT_CONTEXT_TYPE;
|
|
1656
|
-
var ContextProvider = REACT_PROVIDER_TYPE;
|
|
1657
|
-
var Element = REACT_ELEMENT_TYPE;
|
|
1658
|
-
var ForwardRef = REACT_FORWARD_REF_TYPE;
|
|
1659
|
-
var Fragment = REACT_FRAGMENT_TYPE;
|
|
1660
|
-
var Lazy = REACT_LAZY_TYPE;
|
|
1661
|
-
var Memo = REACT_MEMO_TYPE;
|
|
1662
|
-
var Portal = REACT_PORTAL_TYPE;
|
|
1663
|
-
var Profiler = REACT_PROFILER_TYPE;
|
|
1664
|
-
var StrictMode = REACT_STRICT_MODE_TYPE;
|
|
1665
|
-
var Suspense = REACT_SUSPENSE_TYPE;
|
|
1666
|
-
var hasWarnedAboutDeprecatedIsAsyncMode = false; // AsyncMode should be deprecated
|
|
939
|
+
var AsyncMode = REACT_ASYNC_MODE_TYPE;
|
|
940
|
+
var ConcurrentMode = REACT_CONCURRENT_MODE_TYPE;
|
|
941
|
+
var ContextConsumer = REACT_CONTEXT_TYPE;
|
|
942
|
+
var ContextProvider = REACT_PROVIDER_TYPE;
|
|
943
|
+
var Element = REACT_ELEMENT_TYPE;
|
|
944
|
+
var ForwardRef = REACT_FORWARD_REF_TYPE;
|
|
945
|
+
var Fragment = REACT_FRAGMENT_TYPE;
|
|
946
|
+
var Lazy = REACT_LAZY_TYPE;
|
|
947
|
+
var Memo = REACT_MEMO_TYPE;
|
|
948
|
+
var Portal = REACT_PORTAL_TYPE;
|
|
949
|
+
var Profiler = REACT_PROFILER_TYPE;
|
|
950
|
+
var StrictMode = REACT_STRICT_MODE_TYPE;
|
|
951
|
+
var Suspense = REACT_SUSPENSE_TYPE;
|
|
952
|
+
var hasWarnedAboutDeprecatedIsAsyncMode = false; // AsyncMode should be deprecated
|
|
1667
953
|
|
|
1668
954
|
function isAsyncMode(object) {
|
|
1669
955
|
{
|
|
@@ -3395,200 +2681,176 @@ var getUserLocale = lodash_memoize(getUserLocaleInternal, resolver);
|
|
|
3395
2681
|
* Utils
|
|
3396
2682
|
*/
|
|
3397
2683
|
function makeGetEdgeOfNeighbor(getPeriod, getEdgeOfPeriod, defaultOffset) {
|
|
3398
|
-
|
|
3399
|
-
|
|
3400
|
-
|
|
3401
|
-
|
|
3402
|
-
|
|
2684
|
+
return function makeGetEdgeOfNeighborInternal(date, offset) {
|
|
2685
|
+
if (offset === void 0) { offset = defaultOffset; }
|
|
2686
|
+
var previousPeriod = getPeriod(date) + offset;
|
|
2687
|
+
return getEdgeOfPeriod(previousPeriod);
|
|
2688
|
+
};
|
|
3403
2689
|
}
|
|
3404
|
-
|
|
3405
2690
|
function makeGetEnd(getBeginOfNextPeriod) {
|
|
3406
|
-
|
|
3407
|
-
|
|
3408
|
-
|
|
2691
|
+
return function makeGetEndInternal(date) {
|
|
2692
|
+
return new Date(getBeginOfNextPeriod(date).getTime() - 1);
|
|
2693
|
+
};
|
|
3409
2694
|
}
|
|
3410
|
-
|
|
3411
|
-
function
|
|
3412
|
-
|
|
3413
|
-
|
|
3414
|
-
return fn(date);
|
|
3415
|
-
});
|
|
3416
|
-
};
|
|
2695
|
+
function makeGetRange(getStart, getEnd) {
|
|
2696
|
+
return function makeGetRangeInternal(date) {
|
|
2697
|
+
return [getStart(date), getEnd(date)];
|
|
2698
|
+
};
|
|
3417
2699
|
}
|
|
3418
2700
|
/**
|
|
3419
2701
|
* Simple getters - getting a property of a given point in time
|
|
3420
2702
|
*/
|
|
3421
|
-
|
|
3422
2703
|
/**
|
|
3423
2704
|
* Gets year from date.
|
|
3424
2705
|
*
|
|
3425
2706
|
* @param {Date|number|string} date Date to get year from.
|
|
3426
2707
|
*/
|
|
3427
|
-
|
|
3428
|
-
|
|
3429
2708
|
function getYear(date) {
|
|
3430
|
-
|
|
3431
|
-
|
|
3432
|
-
|
|
3433
|
-
|
|
3434
|
-
|
|
3435
|
-
|
|
3436
|
-
|
|
3437
|
-
|
|
3438
|
-
|
|
3439
|
-
|
|
3440
|
-
|
|
3441
|
-
return year;
|
|
3442
|
-
}
|
|
3443
|
-
|
|
3444
|
-
throw new Error("Failed to get year from date: ".concat(date, "."));
|
|
2709
|
+
if (date instanceof Date) {
|
|
2710
|
+
return date.getFullYear();
|
|
2711
|
+
}
|
|
2712
|
+
if (typeof date === 'number') {
|
|
2713
|
+
return date;
|
|
2714
|
+
}
|
|
2715
|
+
var year = parseInt(date, 10);
|
|
2716
|
+
if (typeof date === 'string' && !isNaN(year)) {
|
|
2717
|
+
return year;
|
|
2718
|
+
}
|
|
2719
|
+
throw new Error("Failed to get year from date: ".concat(date, "."));
|
|
3445
2720
|
}
|
|
3446
2721
|
/**
|
|
3447
2722
|
* Gets month from date.
|
|
3448
2723
|
*
|
|
3449
2724
|
* @param {Date} date Date to get month from.
|
|
3450
2725
|
*/
|
|
3451
|
-
|
|
3452
2726
|
function getMonth(date) {
|
|
3453
|
-
|
|
3454
|
-
|
|
3455
|
-
|
|
3456
|
-
|
|
3457
|
-
throw new Error("Failed to get month from date: ".concat(date, "."));
|
|
2727
|
+
if (date instanceof Date) {
|
|
2728
|
+
return date.getMonth();
|
|
2729
|
+
}
|
|
2730
|
+
throw new Error("Failed to get month from date: ".concat(date, "."));
|
|
3458
2731
|
}
|
|
3459
2732
|
/**
|
|
3460
2733
|
* Gets human-readable day of the month from date.
|
|
3461
2734
|
*
|
|
3462
2735
|
* @param {Date} date Date to get day of the month from.
|
|
3463
2736
|
*/
|
|
3464
|
-
|
|
3465
2737
|
function getDate(date) {
|
|
3466
|
-
|
|
3467
|
-
|
|
3468
|
-
|
|
3469
|
-
|
|
3470
|
-
throw new Error("Failed to get year from date: ".concat(date, "."));
|
|
2738
|
+
if (date instanceof Date) {
|
|
2739
|
+
return date.getDate();
|
|
2740
|
+
}
|
|
2741
|
+
throw new Error("Failed to get year from date: ".concat(date, "."));
|
|
3471
2742
|
}
|
|
3472
2743
|
/**
|
|
3473
2744
|
* Century
|
|
3474
2745
|
*/
|
|
3475
|
-
|
|
3476
2746
|
function getCenturyStart(date) {
|
|
3477
|
-
|
|
3478
|
-
|
|
3479
|
-
|
|
3480
|
-
|
|
3481
|
-
|
|
3482
|
-
|
|
2747
|
+
var year = getYear(date);
|
|
2748
|
+
var centuryStartYear = year + ((-year + 1) % 100);
|
|
2749
|
+
var centuryStartDate = new Date();
|
|
2750
|
+
centuryStartDate.setFullYear(centuryStartYear, 0, 1);
|
|
2751
|
+
centuryStartDate.setHours(0, 0, 0, 0);
|
|
2752
|
+
return centuryStartDate;
|
|
3483
2753
|
}
|
|
3484
2754
|
var getPreviousCenturyStart = makeGetEdgeOfNeighbor(getYear, getCenturyStart, -100);
|
|
3485
2755
|
var getNextCenturyStart = makeGetEdgeOfNeighbor(getYear, getCenturyStart, 100);
|
|
3486
2756
|
var getCenturyEnd = makeGetEnd(getNextCenturyStart);
|
|
3487
2757
|
var getPreviousCenturyEnd = makeGetEdgeOfNeighbor(getYear, getCenturyEnd, -100);
|
|
3488
|
-
var getCenturyRange = makeGetRange(
|
|
2758
|
+
var getCenturyRange = makeGetRange(getCenturyStart, getCenturyEnd);
|
|
3489
2759
|
/**
|
|
3490
2760
|
* Decade
|
|
3491
2761
|
*/
|
|
3492
|
-
|
|
3493
2762
|
function getDecadeStart(date) {
|
|
3494
|
-
|
|
3495
|
-
|
|
3496
|
-
|
|
3497
|
-
|
|
3498
|
-
|
|
3499
|
-
|
|
2763
|
+
var year = getYear(date);
|
|
2764
|
+
var decadeStartYear = year + ((-year + 1) % 10);
|
|
2765
|
+
var decadeStartDate = new Date();
|
|
2766
|
+
decadeStartDate.setFullYear(decadeStartYear, 0, 1);
|
|
2767
|
+
decadeStartDate.setHours(0, 0, 0, 0);
|
|
2768
|
+
return decadeStartDate;
|
|
3500
2769
|
}
|
|
3501
2770
|
var getPreviousDecadeStart = makeGetEdgeOfNeighbor(getYear, getDecadeStart, -10);
|
|
3502
2771
|
var getNextDecadeStart = makeGetEdgeOfNeighbor(getYear, getDecadeStart, 10);
|
|
3503
2772
|
var getDecadeEnd = makeGetEnd(getNextDecadeStart);
|
|
3504
2773
|
var getPreviousDecadeEnd = makeGetEdgeOfNeighbor(getYear, getDecadeEnd, -10);
|
|
3505
|
-
var getDecadeRange = makeGetRange(
|
|
2774
|
+
var getDecadeRange = makeGetRange(getDecadeStart, getDecadeEnd);
|
|
3506
2775
|
/**
|
|
3507
2776
|
* Year
|
|
3508
2777
|
*/
|
|
3509
|
-
|
|
3510
2778
|
function getYearStart(date) {
|
|
3511
|
-
|
|
3512
|
-
|
|
3513
|
-
|
|
3514
|
-
|
|
3515
|
-
|
|
2779
|
+
var year = getYear(date);
|
|
2780
|
+
var yearStartDate = new Date();
|
|
2781
|
+
yearStartDate.setFullYear(year, 0, 1);
|
|
2782
|
+
yearStartDate.setHours(0, 0, 0, 0);
|
|
2783
|
+
return yearStartDate;
|
|
3516
2784
|
}
|
|
3517
2785
|
var getPreviousYearStart = makeGetEdgeOfNeighbor(getYear, getYearStart, -1);
|
|
3518
2786
|
var getNextYearStart = makeGetEdgeOfNeighbor(getYear, getYearStart, 1);
|
|
3519
2787
|
var getYearEnd = makeGetEnd(getNextYearStart);
|
|
3520
2788
|
var getPreviousYearEnd = makeGetEdgeOfNeighbor(getYear, getYearEnd, -1);
|
|
3521
|
-
var getYearRange = makeGetRange(
|
|
2789
|
+
var getYearRange = makeGetRange(getYearStart, getYearEnd);
|
|
3522
2790
|
/**
|
|
3523
2791
|
* Month
|
|
3524
2792
|
*/
|
|
3525
|
-
|
|
3526
2793
|
function makeGetEdgeOfNeighborMonth(getEdgeOfPeriod, defaultOffset) {
|
|
3527
|
-
|
|
3528
|
-
|
|
3529
|
-
|
|
3530
|
-
|
|
3531
|
-
|
|
3532
|
-
|
|
3533
|
-
|
|
3534
|
-
|
|
3535
|
-
|
|
2794
|
+
return function makeGetEdgeOfNeighborMonthInternal(date, offset) {
|
|
2795
|
+
if (offset === void 0) { offset = defaultOffset; }
|
|
2796
|
+
var year = getYear(date);
|
|
2797
|
+
var month = getMonth(date) + offset;
|
|
2798
|
+
var previousPeriod = new Date();
|
|
2799
|
+
previousPeriod.setFullYear(year, month, 1);
|
|
2800
|
+
previousPeriod.setHours(0, 0, 0, 0);
|
|
2801
|
+
return getEdgeOfPeriod(previousPeriod);
|
|
2802
|
+
};
|
|
3536
2803
|
}
|
|
3537
|
-
|
|
3538
2804
|
function getMonthStart(date) {
|
|
3539
|
-
|
|
3540
|
-
|
|
3541
|
-
|
|
3542
|
-
|
|
3543
|
-
|
|
3544
|
-
|
|
2805
|
+
var year = getYear(date);
|
|
2806
|
+
var month = getMonth(date);
|
|
2807
|
+
var monthStartDate = new Date();
|
|
2808
|
+
monthStartDate.setFullYear(year, month, 1);
|
|
2809
|
+
monthStartDate.setHours(0, 0, 0, 0);
|
|
2810
|
+
return monthStartDate;
|
|
3545
2811
|
}
|
|
3546
2812
|
var getPreviousMonthStart = makeGetEdgeOfNeighborMonth(getMonthStart, -1);
|
|
3547
2813
|
var getNextMonthStart = makeGetEdgeOfNeighborMonth(getMonthStart, 1);
|
|
3548
2814
|
var getMonthEnd = makeGetEnd(getNextMonthStart);
|
|
3549
2815
|
var getPreviousMonthEnd = makeGetEdgeOfNeighborMonth(getMonthEnd, -1);
|
|
3550
|
-
var getMonthRange = makeGetRange(
|
|
2816
|
+
var getMonthRange = makeGetRange(getMonthStart, getMonthEnd);
|
|
3551
2817
|
/**
|
|
3552
2818
|
* Day
|
|
3553
2819
|
*/
|
|
3554
|
-
|
|
3555
2820
|
function makeGetEdgeOfNeighborDay(getEdgeOfPeriod, defaultOffset) {
|
|
3556
|
-
|
|
3557
|
-
|
|
3558
|
-
|
|
3559
|
-
|
|
3560
|
-
|
|
3561
|
-
|
|
3562
|
-
|
|
3563
|
-
|
|
3564
|
-
|
|
3565
|
-
|
|
2821
|
+
return function makeGetEdgeOfNeighborDayInternal(date, offset) {
|
|
2822
|
+
if (offset === void 0) { offset = defaultOffset; }
|
|
2823
|
+
var year = getYear(date);
|
|
2824
|
+
var month = getMonth(date);
|
|
2825
|
+
var day = getDate(date) + offset;
|
|
2826
|
+
var previousPeriod = new Date();
|
|
2827
|
+
previousPeriod.setFullYear(year, month, day);
|
|
2828
|
+
previousPeriod.setHours(0, 0, 0, 0);
|
|
2829
|
+
return getEdgeOfPeriod(previousPeriod);
|
|
2830
|
+
};
|
|
3566
2831
|
}
|
|
3567
|
-
|
|
3568
2832
|
function getDayStart(date) {
|
|
3569
|
-
|
|
3570
|
-
|
|
3571
|
-
|
|
3572
|
-
|
|
3573
|
-
|
|
3574
|
-
|
|
3575
|
-
|
|
2833
|
+
var year = getYear(date);
|
|
2834
|
+
var month = getMonth(date);
|
|
2835
|
+
var day = getDate(date);
|
|
2836
|
+
var dayStartDate = new Date();
|
|
2837
|
+
dayStartDate.setFullYear(year, month, day);
|
|
2838
|
+
dayStartDate.setHours(0, 0, 0, 0);
|
|
2839
|
+
return dayStartDate;
|
|
3576
2840
|
}
|
|
3577
2841
|
var getNextDayStart = makeGetEdgeOfNeighborDay(getDayStart, 1);
|
|
3578
2842
|
var getDayEnd = makeGetEnd(getNextDayStart);
|
|
3579
|
-
var getDayRange = makeGetRange(
|
|
2843
|
+
var getDayRange = makeGetRange(getDayStart, getDayEnd);
|
|
3580
2844
|
/**
|
|
3581
2845
|
* Other
|
|
3582
2846
|
*/
|
|
3583
|
-
|
|
3584
2847
|
/**
|
|
3585
2848
|
* Returns a number of days in a month of a given date.
|
|
3586
2849
|
*
|
|
3587
2850
|
* @param {Date} date Date.
|
|
3588
2851
|
*/
|
|
3589
|
-
|
|
3590
2852
|
function getDaysInMonth(date) {
|
|
3591
|
-
|
|
2853
|
+
return getDate(getMonthEnd(date));
|
|
3592
2854
|
}
|
|
3593
2855
|
|
|
3594
2856
|
var _CALENDAR_TYPE_LOCALE;
|
|
@@ -5629,230 +4891,748 @@ Calendar$1.defaultProps = {
|
|
|
5629
4891
|
showNavigation: true,
|
|
5630
4892
|
showNeighboringMonth: true
|
|
5631
4893
|
};
|
|
5632
|
-
var isActiveStartDate = PropTypes.instanceOf(Date);
|
|
5633
|
-
var isLooseValue = PropTypes.oneOfType([PropTypes.string, isValue]);
|
|
5634
|
-
Calendar$1.propTypes = {
|
|
5635
|
-
activeStartDate: isActiveStartDate,
|
|
5636
|
-
allowPartialRange: PropTypes.bool,
|
|
5637
|
-
calendarType: isCalendarType,
|
|
5638
|
-
className: isClassName,
|
|
5639
|
-
defaultActiveStartDate: isActiveStartDate,
|
|
5640
|
-
defaultValue: isLooseValue,
|
|
5641
|
-
defaultView: isView,
|
|
5642
|
-
formatDay: PropTypes.func,
|
|
5643
|
-
formatLongDate: PropTypes.func,
|
|
5644
|
-
formatMonth: PropTypes.func,
|
|
5645
|
-
formatMonthYear: PropTypes.func,
|
|
5646
|
-
formatShortWeekday: PropTypes.func,
|
|
5647
|
-
formatWeekday: PropTypes.func,
|
|
5648
|
-
formatYear: PropTypes.func,
|
|
5649
|
-
goToRangeStartOnSelect: PropTypes.bool,
|
|
5650
|
-
inputRef: isRef,
|
|
5651
|
-
locale: PropTypes.string,
|
|
5652
|
-
maxDate: isMaxDate,
|
|
5653
|
-
maxDetail: PropTypes.oneOf(allViews),
|
|
5654
|
-
minDate: isMinDate,
|
|
5655
|
-
minDetail: PropTypes.oneOf(allViews),
|
|
5656
|
-
navigationAriaLabel: PropTypes.string,
|
|
5657
|
-
navigationAriaLive: PropTypes.oneOf(['off', 'polite', 'assertive']),
|
|
5658
|
-
navigationLabel: PropTypes.func,
|
|
5659
|
-
next2AriaLabel: PropTypes.string,
|
|
5660
|
-
next2Label: PropTypes.node,
|
|
5661
|
-
nextAriaLabel: PropTypes.string,
|
|
5662
|
-
nextLabel: PropTypes.node,
|
|
5663
|
-
onActiveStartDateChange: PropTypes.func,
|
|
5664
|
-
onChange: PropTypes.func,
|
|
5665
|
-
onClickDay: PropTypes.func,
|
|
5666
|
-
onClickDecade: PropTypes.func,
|
|
5667
|
-
onClickMonth: PropTypes.func,
|
|
5668
|
-
onClickWeekNumber: PropTypes.func,
|
|
5669
|
-
onClickYear: PropTypes.func,
|
|
5670
|
-
onDrillDown: PropTypes.func,
|
|
5671
|
-
onDrillUp: PropTypes.func,
|
|
5672
|
-
onViewChange: PropTypes.func,
|
|
5673
|
-
prev2AriaLabel: PropTypes.string,
|
|
5674
|
-
prev2Label: PropTypes.node,
|
|
5675
|
-
prevAriaLabel: PropTypes.string,
|
|
5676
|
-
prevLabel: PropTypes.node,
|
|
5677
|
-
returnValue: PropTypes.oneOf(['start', 'end', 'range']),
|
|
5678
|
-
selectRange: PropTypes.bool,
|
|
5679
|
-
showDoubleView: PropTypes.bool,
|
|
5680
|
-
showFixedNumberOfWeeks: PropTypes.bool,
|
|
5681
|
-
showNavigation: PropTypes.bool,
|
|
5682
|
-
showNeighboringMonth: PropTypes.bool,
|
|
5683
|
-
showWeekNumbers: PropTypes.bool,
|
|
5684
|
-
tileClassName: PropTypes.oneOfType([PropTypes.func, isClassName]),
|
|
5685
|
-
tileContent: PropTypes.oneOfType([PropTypes.func, PropTypes.node]),
|
|
5686
|
-
tileDisabled: PropTypes.func,
|
|
5687
|
-
value: isLooseValue,
|
|
5688
|
-
view: isView
|
|
4894
|
+
var isActiveStartDate = PropTypes.instanceOf(Date);
|
|
4895
|
+
var isLooseValue = PropTypes.oneOfType([PropTypes.string, isValue]);
|
|
4896
|
+
Calendar$1.propTypes = {
|
|
4897
|
+
activeStartDate: isActiveStartDate,
|
|
4898
|
+
allowPartialRange: PropTypes.bool,
|
|
4899
|
+
calendarType: isCalendarType,
|
|
4900
|
+
className: isClassName,
|
|
4901
|
+
defaultActiveStartDate: isActiveStartDate,
|
|
4902
|
+
defaultValue: isLooseValue,
|
|
4903
|
+
defaultView: isView,
|
|
4904
|
+
formatDay: PropTypes.func,
|
|
4905
|
+
formatLongDate: PropTypes.func,
|
|
4906
|
+
formatMonth: PropTypes.func,
|
|
4907
|
+
formatMonthYear: PropTypes.func,
|
|
4908
|
+
formatShortWeekday: PropTypes.func,
|
|
4909
|
+
formatWeekday: PropTypes.func,
|
|
4910
|
+
formatYear: PropTypes.func,
|
|
4911
|
+
goToRangeStartOnSelect: PropTypes.bool,
|
|
4912
|
+
inputRef: isRef,
|
|
4913
|
+
locale: PropTypes.string,
|
|
4914
|
+
maxDate: isMaxDate,
|
|
4915
|
+
maxDetail: PropTypes.oneOf(allViews),
|
|
4916
|
+
minDate: isMinDate,
|
|
4917
|
+
minDetail: PropTypes.oneOf(allViews),
|
|
4918
|
+
navigationAriaLabel: PropTypes.string,
|
|
4919
|
+
navigationAriaLive: PropTypes.oneOf(['off', 'polite', 'assertive']),
|
|
4920
|
+
navigationLabel: PropTypes.func,
|
|
4921
|
+
next2AriaLabel: PropTypes.string,
|
|
4922
|
+
next2Label: PropTypes.node,
|
|
4923
|
+
nextAriaLabel: PropTypes.string,
|
|
4924
|
+
nextLabel: PropTypes.node,
|
|
4925
|
+
onActiveStartDateChange: PropTypes.func,
|
|
4926
|
+
onChange: PropTypes.func,
|
|
4927
|
+
onClickDay: PropTypes.func,
|
|
4928
|
+
onClickDecade: PropTypes.func,
|
|
4929
|
+
onClickMonth: PropTypes.func,
|
|
4930
|
+
onClickWeekNumber: PropTypes.func,
|
|
4931
|
+
onClickYear: PropTypes.func,
|
|
4932
|
+
onDrillDown: PropTypes.func,
|
|
4933
|
+
onDrillUp: PropTypes.func,
|
|
4934
|
+
onViewChange: PropTypes.func,
|
|
4935
|
+
prev2AriaLabel: PropTypes.string,
|
|
4936
|
+
prev2Label: PropTypes.node,
|
|
4937
|
+
prevAriaLabel: PropTypes.string,
|
|
4938
|
+
prevLabel: PropTypes.node,
|
|
4939
|
+
returnValue: PropTypes.oneOf(['start', 'end', 'range']),
|
|
4940
|
+
selectRange: PropTypes.bool,
|
|
4941
|
+
showDoubleView: PropTypes.bool,
|
|
4942
|
+
showFixedNumberOfWeeks: PropTypes.bool,
|
|
4943
|
+
showNavigation: PropTypes.bool,
|
|
4944
|
+
showNeighboringMonth: PropTypes.bool,
|
|
4945
|
+
showWeekNumbers: PropTypes.bool,
|
|
4946
|
+
tileClassName: PropTypes.oneOfType([PropTypes.func, isClassName]),
|
|
4947
|
+
tileContent: PropTypes.oneOfType([PropTypes.func, PropTypes.node]),
|
|
4948
|
+
tileDisabled: PropTypes.func,
|
|
4949
|
+
value: isLooseValue,
|
|
4950
|
+
view: isView
|
|
4951
|
+
};
|
|
4952
|
+
|
|
4953
|
+
var Calendar = Calendar$1;
|
|
4954
|
+
|
|
4955
|
+
var css_248z$H = ".DatePicker-module_datePicker__mTJ3f {\n width: 100%;\n}";
|
|
4956
|
+
var styles$H = {"datePicker":"DatePicker-module_datePicker__mTJ3f"};
|
|
4957
|
+
styleInject(css_248z$H);
|
|
4958
|
+
|
|
4959
|
+
const DatePicker = (props) => {
|
|
4960
|
+
const { value = new Date(), selectRange, minDate, maxDate,
|
|
4961
|
+
// disabled,
|
|
4962
|
+
onChange, ...rest } = props;
|
|
4963
|
+
const [currDate, setCurrDate] = useState(value);
|
|
4964
|
+
const handleOnChange = (e) => {
|
|
4965
|
+
setCurrDate(e);
|
|
4966
|
+
onChange && onChange(e);
|
|
4967
|
+
};
|
|
4968
|
+
return (jsx(Calendar, { className: styles$H.datePicker, value: currDate, minDate: minDate, maxDate: maxDate, selectRange: selectRange, onChange: handleOnChange, ...rest }));
|
|
4969
|
+
};
|
|
4970
|
+
|
|
4971
|
+
var css_248z$G = ".Column-module_column__fcTgl {\n flex: 1 0 0%;\n}\n\n@media (max-width: 575.98px) {\n .Column-module_column__fcTgl {\n flex: 1;\n }\n}";
|
|
4972
|
+
var styles$G = {"column":"Column-module_column__fcTgl"};
|
|
4973
|
+
styleInject(css_248z$G);
|
|
4974
|
+
|
|
4975
|
+
const Column = (props) => {
|
|
4976
|
+
const { children, className, ...rest } = props;
|
|
4977
|
+
const getCssClasses = () => {
|
|
4978
|
+
const cssClasses = [];
|
|
4979
|
+
cssClasses.push(styles$G.column);
|
|
4980
|
+
className && cssClasses.push(className);
|
|
4981
|
+
return cssClasses.filter(css => css).join(' ');
|
|
4982
|
+
};
|
|
4983
|
+
return (jsx("div", { className: getCssClasses(), ...rest, children: children }));
|
|
4984
|
+
};
|
|
4985
|
+
|
|
4986
|
+
var css_248z$F = ".Row-module_row__bTIWp {\n display: flex;\n gap: 15px;\n flex-wrap: wrap;\n}\n.Row-module_row__bTIWp > * {\n flex-shrink: 0;\n width: 100%;\n min-width: 0;\n max-width: 100%;\n}";
|
|
4987
|
+
var styles$F = {"row":"Row-module_row__bTIWp"};
|
|
4988
|
+
styleInject(css_248z$F);
|
|
4989
|
+
|
|
4990
|
+
const Row = ({ children, direction = 'row', className, ...rest }) => {
|
|
4991
|
+
const getCssClasses = () => {
|
|
4992
|
+
const cssClasses = [];
|
|
4993
|
+
cssClasses.push(styles$F.row);
|
|
4994
|
+
className && cssClasses.push(className);
|
|
4995
|
+
direction && cssClasses.push(`flex-${direction}`);
|
|
4996
|
+
return cssClasses.filter(css => css).join(' ');
|
|
4997
|
+
};
|
|
4998
|
+
return (jsx("div", { className: getCssClasses(), ...rest, children: children }));
|
|
4999
|
+
};
|
|
5000
|
+
|
|
5001
|
+
var css_248z$E = ".Form-module_form__h9CkF > div {\n margin-bottom: 10px;\n}\n.Form-module_form__h9CkF :last-child {\n margin-bottom: 0;\n}";
|
|
5002
|
+
var styles$E = {"form":"Form-module_form__h9CkF"};
|
|
5003
|
+
styleInject(css_248z$E);
|
|
5004
|
+
|
|
5005
|
+
var css_248z$D = ".FormError-module_isInvalid__tO1Sw {\n width: 100%;\n margin-top: 0.25rem;\n font-size: 0.875em;\n color: #dc3545;\n}";
|
|
5006
|
+
var styles$D = {"isInvalid":"FormError-module_isInvalid__tO1Sw"};
|
|
5007
|
+
styleInject(css_248z$D);
|
|
5008
|
+
|
|
5009
|
+
const FormError = (props) => {
|
|
5010
|
+
const { className = styles$D.isInvalid, errors = [] } = props;
|
|
5011
|
+
return (jsx(Fragment$2, { children: errors &&
|
|
5012
|
+
jsx("div", { className: className, children: errors.map(e => jsx("div", { children: e.message }, e.validator)) }) }));
|
|
5013
|
+
};
|
|
5014
|
+
|
|
5015
|
+
const FormGroup = (props) => {
|
|
5016
|
+
const { children, className } = props;
|
|
5017
|
+
return jsx("div", { className: className, children: children });
|
|
5018
|
+
};
|
|
5019
|
+
|
|
5020
|
+
const FormHint = (props) => {
|
|
5021
|
+
const { children, className = 'form-text text-muted' } = props;
|
|
5022
|
+
const getCssClasses = () => {
|
|
5023
|
+
const cssClasses = [];
|
|
5024
|
+
className && cssClasses.push(className);
|
|
5025
|
+
return cssClasses.filter(css => css).join(' ');
|
|
5026
|
+
};
|
|
5027
|
+
return (jsx("small", { className: getCssClasses(), children: children }));
|
|
5028
|
+
};
|
|
5029
|
+
|
|
5030
|
+
const FileInput = (props) => {
|
|
5031
|
+
const { id, className, children, name, multiple = false, accept, disabled, onChange, readOnly, value, deletable = false, ...rest } = props;
|
|
5032
|
+
const inputFileElement = useRef(null);
|
|
5033
|
+
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
|
5034
|
+
const [model, setModel] = useState(value);
|
|
5035
|
+
const [fileList, setFileList] = useState();
|
|
5036
|
+
const getCssClasses = () => {
|
|
5037
|
+
const cssClasses = [];
|
|
5038
|
+
className && cssClasses.push(className);
|
|
5039
|
+
return cssClasses.filter(r => r).join(' ');
|
|
5040
|
+
};
|
|
5041
|
+
const handleOnChange = (event) => {
|
|
5042
|
+
const values = event.target.files;
|
|
5043
|
+
setFileList(values);
|
|
5044
|
+
onChange && onChange(event);
|
|
5045
|
+
};
|
|
5046
|
+
const handleOnDelete = () => {
|
|
5047
|
+
alert('coming soon');
|
|
5048
|
+
};
|
|
5049
|
+
return (jsxs("div", { className: "d-flex align-items-start", children: [jsx(Button, { className: "flex-wrap", disabled: disabled, onClick: () => inputFileElement.current?.click(), children: children }), jsx("div", { className: "d-flex align-items-center flex-wrap ml-1", children: fileList && Array.from(fileList).map((file) => jsx(Chip, { isDeletable: deletable, onDelete: () => handleOnDelete(), children: file.name }, file.name)) }), jsx("input", { type: "file", ref: inputFileElement, className: getCssClasses(), id: id, name: name, multiple: multiple, accept: accept, disabled: disabled, readOnly: readOnly, hidden: true, onChange: handleOnChange, value: model, ...rest })] }));
|
|
5050
|
+
};
|
|
5051
|
+
|
|
5052
|
+
var css_248z$C = ".Select-module_selectContainer__DHFDZ {\n position: relative;\n}\n\n.Select-module_select__Fbn38 {\n width: 100%;\n padding: 0.375rem 0.75rem;\n font-size: 1rem;\n font-weight: 400;\n line-height: 1.5;\n color: #212529;\n background-color: #fff;\n background-clip: padding-box;\n border: 1px solid #ced4da;\n appearance: none;\n border-radius: 0.25rem;\n box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.0745098039);\n transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;\n align-items: center;\n min-height: calc(1.5em + 0.75rem + 2px);\n height: auto;\n display: flex;\n flex-wrap: wrap;\n}\n.Select-module_select__Fbn38 > span {\n flex: 1;\n}\n.Select-module_select__Fbn38:hover {\n cursor: pointer;\n}\n.Select-module_select__Fbn38:focus:not(.Select-module_select__Fbn38.Select-module_disabled__2XXut) {\n color: #212529;\n background-color: #fff;\n border-color: #86b7fe;\n outline: 0;\n box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.0745098039), 0 0 0 0.25rem rgba(13, 110, 253, 0.2509803922);\n}\n.Select-module_select__Fbn38.Select-module_disabled__2XXut, .Select-module_select__Fbn38.Select-module_readOnly__VoTER {\n background-color: #e9ecef;\n}\n.Select-module_select__Fbn38.Select-module_disabled__2XXut:hover {\n cursor: not-allowed;\n}\n.Select-module_select__Fbn38.Select-module_readOnly__VoTER:hover {\n cursor: inherit;\n}\n\n.Select-module_chipContainer__1poFF {\n gap: 10px;\n flex: 1;\n display: inline-flex;\n flex-wrap: wrap;\n}\n\n.Select-module_selectMenu__8y4kQ {\n background-color: var(--light);\n position: absolute;\n box-shadow: var(--shadow);\n border-radius: var(--borderRadius);\n width: 100%;\n top: 2px;\n z-index: 1112;\n max-height: 280px;\n overflow: auto;\n}";
|
|
5053
|
+
var styles$C = {"selectContainer":"Select-module_selectContainer__DHFDZ","select":"Select-module_select__Fbn38","disabled":"Select-module_disabled__2XXut","readOnly":"Select-module_readOnly__VoTER","chipContainer":"Select-module_chipContainer__1poFF","selectMenu":"Select-module_selectMenu__8y4kQ"};
|
|
5054
|
+
styleInject(css_248z$C);
|
|
5055
|
+
|
|
5056
|
+
const Select = (props) => {
|
|
5057
|
+
const { id, className, options = [], value, multiple, multipleMaxCountItems = 5, disabled, readOnly, onChange, onKeyDown } = props;
|
|
5058
|
+
const [model, setModel] = useState('');
|
|
5059
|
+
const [hoverIndex, setHoverIndex] = useState(null);
|
|
5060
|
+
const [isShow, setIsShow] = useState(false);
|
|
5061
|
+
const [selectedOptions, setSelectedOptions] = useState([]);
|
|
5062
|
+
const selectConainter = useRef(null);
|
|
5063
|
+
const getCssClass = () => {
|
|
5064
|
+
const cssClasses = [];
|
|
5065
|
+
className && cssClasses.push(className);
|
|
5066
|
+
disabled && cssClasses.push(styles$C['disabled']);
|
|
5067
|
+
readOnly && cssClasses.push(styles$C['readOnly']);
|
|
5068
|
+
cssClasses.push(styles$C.select);
|
|
5069
|
+
return cssClasses.filter(r => r).join(' ');
|
|
5070
|
+
};
|
|
5071
|
+
useEffect(() => {
|
|
5072
|
+
const newValue = value ? value : '';
|
|
5073
|
+
writeValue(newValue);
|
|
5074
|
+
if (newValue) {
|
|
5075
|
+
const option = options.find(o => o.value === newValue);
|
|
5076
|
+
if (option) {
|
|
5077
|
+
setHoverIndex(options.indexOf(option));
|
|
5078
|
+
}
|
|
5079
|
+
}
|
|
5080
|
+
}, [value, options]);
|
|
5081
|
+
useEffect(() => {
|
|
5082
|
+
if (hoverIndex) {
|
|
5083
|
+
scrollIntoView(hoverIndex);
|
|
5084
|
+
}
|
|
5085
|
+
}, [hoverIndex, isShow]);
|
|
5086
|
+
const scrollIntoView = (index) => {
|
|
5087
|
+
const htmlListItem = selectConainter.current?.querySelector(`#list-item-${index}`);
|
|
5088
|
+
if (htmlListItem) {
|
|
5089
|
+
htmlListItem?.scrollIntoView({ block: 'end', behavior: 'smooth' });
|
|
5090
|
+
}
|
|
5091
|
+
};
|
|
5092
|
+
const writeValue = (val) => setModel(val);
|
|
5093
|
+
useEffect(() => {
|
|
5094
|
+
if (!multiple) {
|
|
5095
|
+
const newOption = options.find(o => o.value === model);
|
|
5096
|
+
if (newOption) {
|
|
5097
|
+
setSelectedOptions([newOption]);
|
|
5098
|
+
}
|
|
5099
|
+
}
|
|
5100
|
+
else {
|
|
5101
|
+
const filteredOptions = options.filter(o => model.indexOf(o.value) >= 0);
|
|
5102
|
+
setSelectedOptions([...filteredOptions]);
|
|
5103
|
+
}
|
|
5104
|
+
}, [model, multiple]);
|
|
5105
|
+
const handleOnClick = (option) => {
|
|
5106
|
+
let newValue = multiple ? [] : '';
|
|
5107
|
+
if (!multiple) {
|
|
5108
|
+
if (model !== option.value) {
|
|
5109
|
+
newValue = option.value;
|
|
5110
|
+
onChange && onChange(newValue);
|
|
5111
|
+
}
|
|
5112
|
+
hide();
|
|
5113
|
+
}
|
|
5114
|
+
else {
|
|
5115
|
+
const selectedOption = selectedOptions.find(o => o.value === option.value);
|
|
5116
|
+
if (selectedOption) {
|
|
5117
|
+
newValue = selectedOptions.filter(o => o.value !== option.value).map(o => o.value);
|
|
5118
|
+
}
|
|
5119
|
+
else {
|
|
5120
|
+
newValue = newValue.concat(selectedOptions.map(o => o.value));
|
|
5121
|
+
newValue.push(option.value);
|
|
5122
|
+
}
|
|
5123
|
+
onChange && onChange(newValue);
|
|
5124
|
+
}
|
|
5125
|
+
writeValue(newValue);
|
|
5126
|
+
};
|
|
5127
|
+
const show = () => {
|
|
5128
|
+
if (!disabled && !readOnly) {
|
|
5129
|
+
setIsShow(true);
|
|
5130
|
+
}
|
|
5131
|
+
};
|
|
5132
|
+
const hide = () => setIsShow(false);
|
|
5133
|
+
const isActive = (option) => {
|
|
5134
|
+
return selectedOptions.indexOf(option) >= 0 || hoverIndex === options.indexOf(option);
|
|
5135
|
+
};
|
|
5136
|
+
const renderSingleViewModel = () => {
|
|
5137
|
+
let result = null;
|
|
5138
|
+
if (selectedOptions.length > 0) {
|
|
5139
|
+
result = jsx("span", { children: selectedOptions[0].label });
|
|
5140
|
+
}
|
|
5141
|
+
return result;
|
|
5142
|
+
};
|
|
5143
|
+
const renderMultipleViewModel = () => {
|
|
5144
|
+
let result = null;
|
|
5145
|
+
if (selectedOptions.length <= multipleMaxCountItems && selectedOptions.length > 0) {
|
|
5146
|
+
result = selectedOptions
|
|
5147
|
+
.map(option => jsx(Chip, { color: COLOR.primary, isDeletable: true, onDelete: (e) => handleOnDelete(e, option), children: option.label }, option.value));
|
|
5148
|
+
}
|
|
5149
|
+
else {
|
|
5150
|
+
result = jsxs("span", { children: [selectedOptions.length, " Items selected"] });
|
|
5151
|
+
}
|
|
5152
|
+
return result;
|
|
5153
|
+
};
|
|
5154
|
+
const handleOnDelete = (event, option) => {
|
|
5155
|
+
event.stopPropagation();
|
|
5156
|
+
handleOnClick(option);
|
|
5157
|
+
};
|
|
5158
|
+
// TODO - extract with wrapper?
|
|
5159
|
+
const handleOnKeyDown = (e) => {
|
|
5160
|
+
if (isShow) {
|
|
5161
|
+
onKeyDown && onKeyDown(e);
|
|
5162
|
+
switch (e.code) {
|
|
5163
|
+
case 'Escape':
|
|
5164
|
+
hide();
|
|
5165
|
+
break;
|
|
5166
|
+
case 'ArrowDown':
|
|
5167
|
+
if (hoverIndex) {
|
|
5168
|
+
setHoverIndex(hoverIndex + 1);
|
|
5169
|
+
}
|
|
5170
|
+
break;
|
|
5171
|
+
case 'ArrowUp':
|
|
5172
|
+
// TODO
|
|
5173
|
+
if (hoverIndex) {
|
|
5174
|
+
setHoverIndex(hoverIndex - 1);
|
|
5175
|
+
}
|
|
5176
|
+
break;
|
|
5177
|
+
case 'Enter':
|
|
5178
|
+
if (hoverIndex) {
|
|
5179
|
+
const option = options[hoverIndex];
|
|
5180
|
+
if (option) {
|
|
5181
|
+
handleOnClick(option);
|
|
5182
|
+
}
|
|
5183
|
+
}
|
|
5184
|
+
break;
|
|
5185
|
+
}
|
|
5186
|
+
}
|
|
5187
|
+
};
|
|
5188
|
+
return (jsxs("div", { ref: selectConainter, className: styles$C.selectContainer, children: [jsx("div", { id: id, className: getCssClass(), onClick: () => show(), tabIndex: 0, onKeyDown: (e) => handleOnKeyDown(e), children: jsxs(Fragment$1, { children: [!multiple && renderSingleViewModel(), multiple &&
|
|
5189
|
+
jsx("div", { className: styles$C.chipContainer, children: renderMultipleViewModel() }), jsx(Icon, { className: "ml-auto", children: jsx(ChevronDownSolidIcon, {}) })] }) }), isShow &&
|
|
5190
|
+
jsxs(Portal$1, { className: 'backdrop-root', children: [jsx("div", { className: styles$C.selectMenu, style: { left: selectConainter.current?.getBoundingClientRect().x, top: selectConainter.current?.getBoundingClientRect().y, width: selectConainter.current?.getBoundingClientRect().width }, children: jsx(List, { children: options && options.map((option, index) => jsxs(ListItem, { id: `list-item-${index}`, onClick: () => handleOnClick(option), active: isActive(option), children: [multiple &&
|
|
5191
|
+
jsx(Checkbox, { checked: isActive(option), onChange: () => handleOnClick(option) }), jsx(ListItemText, { primary: option.label ? option.label : option.value })] }, option.value)) }) }), jsx(Backdrop, { style: { zIndex: 1111 }, isTransparent: true, onClick: () => hide() })] })] }));
|
|
5192
|
+
};
|
|
5193
|
+
|
|
5194
|
+
var css_248z$B = ".Textarea-module_textarea__L5zqa {\n display: block;\n width: 100%;\n padding: 0.375rem 0.75rem;\n font-size: 1rem;\n font-weight: 400;\n line-height: 1.5;\n background-clip: padding-box;\n border: 2px solid var(--input-border-color);\n -webkit-appearance: none;\n -moz-appearance: none;\n appearance: none;\n border-radius: var(--borderRadius);\n resize: vertical;\n color: #212529;\n background-color: #fff;\n background-clip: padding-box;\n appearance: none;\n border-radius: 0.25rem;\n box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.0745098039);\n transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;\n border: 1px solid #ced4da;\n}\n.Textarea-module_textarea__L5zqa:focus:not(.Textarea-module_textarea__L5zqa.Textarea-module_disabled__OqqOF) {\n outline: none !important;\n border-color: var(--primary);\n}\n.Textarea-module_textarea__L5zqa.Textarea-module_isInvalid__JI01W {\n border-color: #dc3545;\n box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.2509803922);\n}";
|
|
5195
|
+
var styles$B = {"textarea":"Textarea-module_textarea__L5zqa","disabled":"Textarea-module_disabled__OqqOF","isInvalid":"Textarea-module_isInvalid__JI01W"};
|
|
5196
|
+
styleInject(css_248z$B);
|
|
5197
|
+
|
|
5198
|
+
const Textarea = (props) => {
|
|
5199
|
+
const { className, error, ...rest } = props;
|
|
5200
|
+
const getCssClass = () => {
|
|
5201
|
+
const cssClasses = [];
|
|
5202
|
+
cssClasses.push(styles$B.textarea);
|
|
5203
|
+
className && cssClasses.push(className);
|
|
5204
|
+
error && cssClasses.push(styles$B['isInvalid']);
|
|
5205
|
+
return cssClasses.filter(r => r).join(' ');
|
|
5206
|
+
};
|
|
5207
|
+
return (jsx("textarea", { className: getCssClass(), ...rest }));
|
|
5689
5208
|
};
|
|
5690
5209
|
|
|
5691
|
-
var
|
|
5210
|
+
var css_248z$A = ".FormInput-module_formInput__VXZip {\n display: block;\n width: 100%;\n padding: 0.375rem 0.75rem;\n font-size: 1rem;\n font-weight: 400;\n line-height: 1.5;\n color: #212529;\n background-color: #fff;\n background-clip: padding-box;\n border: 1px solid #ced4da;\n -webkit-appearance: none;\n appearance: none;\n border-radius: 0.25rem;\n box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.08);\n transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;\n}\n.FormInput-module_formInput__VXZip:focus:not(.FormInput-module_formInput__VXZip.FormInput-module_disabled__EjdD9) {\n color: #212529;\n background-color: #fff;\n border-color: #86b7fe;\n outline: 0;\n box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);\n}\n.FormInput-module_formInput__VXZip.FormInput-module_isInvalid__vQDuz {\n border-color: #dc3545;\n box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.2509803922);\n}";
|
|
5211
|
+
var styles$A = {"formInput":"FormInput-module_formInput__VXZip","disabled":"FormInput-module_disabled__EjdD9","isInvalid":"FormInput-module_isInvalid__vQDuz"};
|
|
5212
|
+
styleInject(css_248z$A);
|
|
5213
|
+
|
|
5214
|
+
const FormInput = (props) => {
|
|
5215
|
+
const { value, name, type, placeholder, className, isValid = true, options = [], textareaOptions, selectOptions, autoCompleteOptions, autoFocus, label, disabled = false, readonly = false, onInput, onChange, onBlur, onKeyDown } = props;
|
|
5216
|
+
const getCssClasses = () => {
|
|
5217
|
+
const cssClasses = [];
|
|
5218
|
+
cssClasses.push(styles$A.formInput);
|
|
5219
|
+
className && cssClasses.push(className);
|
|
5220
|
+
!isValid && cssClasses.push(styles$A['isInvalid']);
|
|
5221
|
+
return cssClasses.filter(css => css).join(' ');
|
|
5222
|
+
};
|
|
5223
|
+
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
|
5224
|
+
const handleOnInput = (value, type, name) => {
|
|
5225
|
+
onInput && onInput({ value: value, type: type, name: name });
|
|
5226
|
+
};
|
|
5227
|
+
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
|
5228
|
+
const handleOnChange = (value, type, name) => {
|
|
5229
|
+
onChange && onChange({ value: value, type: type, name: name });
|
|
5230
|
+
};
|
|
5231
|
+
return (jsxs(Fragment$1, { children: [(type === 'text' ||
|
|
5232
|
+
type === 'date' ||
|
|
5233
|
+
type === 'datetime-local' ||
|
|
5234
|
+
type === 'email' ||
|
|
5235
|
+
type === 'number' ||
|
|
5236
|
+
type === 'password' ||
|
|
5237
|
+
type === 'color' ||
|
|
5238
|
+
type === 'time')
|
|
5239
|
+
&&
|
|
5240
|
+
jsx("input", { id: name, name: name, type: type, className: getCssClasses(), value: value, autoFocus: autoFocus, onInput: (e) => handleOnInput(e.target.value, type, name), onChange: (e) => handleOnChange((e?.target).value, type, name), onBlur: onBlur, placeholder: placeholder, readOnly: readonly, disabled: disabled, onKeyDown: onKeyDown }), type === 'file' &&
|
|
5241
|
+
jsx(FileInput, { id: name, name: name, className: className + (!isValid ? ' is-invalid' : ''), value: value, autoFocus: autoFocus, readOnly: readonly, disabled: disabled, onChange: (e) => handleOnChange(e.target.value, type, name), children: "choose a file" }), type === 'textarea' &&
|
|
5242
|
+
jsx(Textarea, { id: name, name: name, className: className, error: !isValid, value: value, autoFocus: autoFocus, onInput: (e) => handleOnInput(e.target.value, type, name), onChange: (e) => handleOnChange(e.target.value, type, name), placeholder: placeholder, rows: textareaOptions?.rows, style: textareaOptions?.resize !== false ? undefined : { resize: 'none' } }), type === 'select' &&
|
|
5243
|
+
jsx(Select, { id: name, name: name, className: className + (!isValid ? ' is-invalid' : ''), value: value, multiple: selectOptions?.multiple, onChange: (e) => handleOnChange(e, type, name), options: options }), type === 'autocomplete' &&
|
|
5244
|
+
jsx(AutoComplete, { id: name, name: name, className: className + (!isValid ? ' is-invalid' : ''), value: value, openOnFocus: autoCompleteOptions?.openOnFocus, onChange: (e) => handleOnChange(e, type, name), onSelect: (e) => handleOnChange(e.value, type, name), options: options }), type === 'checkbox' &&
|
|
5245
|
+
jsx(Checkbox, { id: name, name: name, label: label, className: (!isValid ? ' is-invalid' : ''), onChange: (e) => handleOnChange((e?.target).checked, type, name), checked: value }), type === 'radio' &&
|
|
5246
|
+
jsx(Fragment$1, { children: options.map((option) => jsxs("div", { className: "form-check", children: [jsx("input", { id: option.id ? option.id : option.value, name: name, type: "radio", className: "form-check-input", onChange: (e) => handleOnChange((e?.target).value, type, name), value: option.value, checked: value === option.value, onKeyDown: onKeyDown }), jsx("label", { className: "form-check-label", htmlFor: option.id, children: option.label })] }, option.id)) })] }));
|
|
5247
|
+
};
|
|
5248
|
+
|
|
5249
|
+
var css_248z$z = ".FormLabel-module_formLabel__TXcHc {\n display: inline-block;\n margin-bottom: 0.5rem;\n}";
|
|
5250
|
+
var styles$z = {"formLabel":"FormLabel-module_formLabel__TXcHc"};
|
|
5251
|
+
styleInject(css_248z$z);
|
|
5252
|
+
|
|
5253
|
+
const FormLabel = ({ children, className, htmlFor, ...rest }) => {
|
|
5254
|
+
const getCssClasses = () => {
|
|
5255
|
+
const cssClasses = [];
|
|
5256
|
+
cssClasses.push(styles$z.formLabel);
|
|
5257
|
+
className && cssClasses.push(className);
|
|
5258
|
+
return cssClasses.filter(css => css).join(' ');
|
|
5259
|
+
};
|
|
5260
|
+
return (jsx("label", { htmlFor: htmlFor, className: getCssClasses(), ...rest, children: children }));
|
|
5261
|
+
};
|
|
5262
|
+
|
|
5263
|
+
const IsEmptyValidator = (value) => value?.trim() === ''
|
|
5264
|
+
|| value === null
|
|
5265
|
+
|| value === undefined;
|
|
5266
|
+
|
|
5267
|
+
const EmailValidator = (value) => {
|
|
5268
|
+
const isInvalidEmailFormat = value.match(/^([\w.%+-]+)@([\w-]+\.)+([\w]{2,})$/i) === null;
|
|
5269
|
+
const isInvalid = !IsEmptyValidator(value) && isInvalidEmailFormat;
|
|
5270
|
+
return isInvalid;
|
|
5271
|
+
};
|
|
5272
|
+
|
|
5273
|
+
const IsEqualValidator = (valueA, valueB) => valueA === valueB;
|
|
5274
|
+
|
|
5275
|
+
const MaxValidator = (val, valueB) => val.length <= valueB;
|
|
5276
|
+
|
|
5277
|
+
const MinValidator = (val, minLength) => val.length >= minLength;
|
|
5278
|
+
|
|
5279
|
+
class Form extends Component {
|
|
5280
|
+
constructor(props) {
|
|
5281
|
+
super(props);
|
|
5282
|
+
this.myForm = createRef();
|
|
5283
|
+
this.state = {
|
|
5284
|
+
controls: undefined,
|
|
5285
|
+
isValid: false,
|
|
5286
|
+
isChanged: false,
|
|
5287
|
+
isSubmitted: false,
|
|
5288
|
+
submitOnEnter: props.submitOnEnter !== undefined ? props.submitOnEnter : true,
|
|
5289
|
+
};
|
|
5290
|
+
}
|
|
5291
|
+
getCssClasses() {
|
|
5292
|
+
const cssClasses = [];
|
|
5293
|
+
cssClasses.push(styles$E.form);
|
|
5294
|
+
this.props.className && cssClasses.push(this.props.className);
|
|
5295
|
+
return cssClasses.filter(css => css).join(' ');
|
|
5296
|
+
}
|
|
5297
|
+
static getDerivedStateFromProps(nextProps, state) {
|
|
5298
|
+
if (!state.controls && nextProps.controls) {
|
|
5299
|
+
return { controls: nextProps.controls };
|
|
5300
|
+
}
|
|
5301
|
+
return null;
|
|
5302
|
+
}
|
|
5303
|
+
handleChange() {
|
|
5304
|
+
// get value by myForm instead of getControl?
|
|
5305
|
+
if (this.state.isChanged || this.state.isSubmitted) {
|
|
5306
|
+
const keys = Object.keys(this.state.controls);
|
|
5307
|
+
const values = keys.reduce((obj, f) => {
|
|
5308
|
+
const control = this.getControl(f);
|
|
5309
|
+
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
|
5310
|
+
const newValue = (control.type === 'date' || control.type === 'datetime-local') &&
|
|
5311
|
+
control.value &&
|
|
5312
|
+
isValidDate(control.value)
|
|
5313
|
+
? new Date(control.value).toISOString()
|
|
5314
|
+
: control.value;
|
|
5315
|
+
return {
|
|
5316
|
+
...obj,
|
|
5317
|
+
[f]: newValue,
|
|
5318
|
+
};
|
|
5319
|
+
}, {});
|
|
5320
|
+
if (this.state.isValid && this.state.isSubmitted) {
|
|
5321
|
+
this.props.onSubmit && this.props.onSubmit(values);
|
|
5322
|
+
}
|
|
5323
|
+
this.props.onChange && this.props.onChange(values);
|
|
5324
|
+
this.setState({ isChanged: false, isSubmitted: false });
|
|
5325
|
+
}
|
|
5326
|
+
}
|
|
5327
|
+
// extract to service?
|
|
5328
|
+
validateField(fieldValue, fieldValidators) {
|
|
5329
|
+
const errors = [];
|
|
5330
|
+
if (fieldValidators) {
|
|
5331
|
+
for (const validator of fieldValidators) {
|
|
5332
|
+
const validatorSplitted = validator.split(':');
|
|
5333
|
+
const validatorName = validatorSplitted[0];
|
|
5334
|
+
const validatorParam = validatorSplitted.length > 1 ? validatorSplitted[1] : null;
|
|
5335
|
+
switch (validatorName) {
|
|
5336
|
+
case 'required':
|
|
5337
|
+
if (IsEmptyValidator(fieldValue)) {
|
|
5338
|
+
errors.push({ validator: validatorName, message: 'This field is required' });
|
|
5339
|
+
}
|
|
5340
|
+
break;
|
|
5341
|
+
case 'email':
|
|
5342
|
+
if (EmailValidator(fieldValue)) {
|
|
5343
|
+
errors.push({ validator: validatorName, message: 'Email format is wrong' });
|
|
5344
|
+
}
|
|
5345
|
+
break;
|
|
5346
|
+
case 'min':
|
|
5347
|
+
if (!MinValidator(fieldValue, parseInt(validatorParam))) {
|
|
5348
|
+
errors.push({ validator: validatorName, message: `Minimum number of ${validatorParam} characters not met` });
|
|
5349
|
+
}
|
|
5350
|
+
break;
|
|
5351
|
+
case 'max':
|
|
5352
|
+
if (!MaxValidator(fieldValue, parseInt(validatorParam))) {
|
|
5353
|
+
errors.push({ validator: validatorName, message: `Maximum number of ${validatorParam} characters exceeded` });
|
|
5354
|
+
}
|
|
5355
|
+
break;
|
|
5356
|
+
case 'match':
|
|
5357
|
+
if (validatorParam) {
|
|
5358
|
+
const matchControl = this.getControl(validatorParam);
|
|
5359
|
+
if (matchControl) {
|
|
5360
|
+
if (!IsEqualValidator(fieldValue, matchControl.value)) {
|
|
5361
|
+
errors.push({ validator: validatorName, message: 'Values do not match' });
|
|
5362
|
+
}
|
|
5363
|
+
}
|
|
5364
|
+
else {
|
|
5365
|
+
console.error(`Form: Field ${validatorParam} not found`);
|
|
5366
|
+
}
|
|
5367
|
+
}
|
|
5368
|
+
break;
|
|
5369
|
+
}
|
|
5370
|
+
}
|
|
5371
|
+
}
|
|
5372
|
+
return errors;
|
|
5373
|
+
}
|
|
5374
|
+
handleInputChange(name, value) {
|
|
5375
|
+
const field = this.getControl(name);
|
|
5376
|
+
field.value = value;
|
|
5377
|
+
// redundant mit handleOnBlur
|
|
5378
|
+
field.isDirty = true;
|
|
5379
|
+
field.errors = this.validateField(field.value, field.validators);
|
|
5380
|
+
field.isValid = field.errors.length === 0;
|
|
5381
|
+
const newControls = { ...this.state.controls };
|
|
5382
|
+
newControls[name] = field;
|
|
5383
|
+
this.setState({ controls: newControls, isChanged: true }, () => this.handleChange());
|
|
5384
|
+
}
|
|
5385
|
+
handleOnBlur(e) {
|
|
5386
|
+
if (this.props.validateOnBlur) {
|
|
5387
|
+
const { name } = e.target;
|
|
5388
|
+
const field = this.getControl(name);
|
|
5389
|
+
field.isDirty = true;
|
|
5390
|
+
field.errors = this.validateField(field.value, field.validators);
|
|
5391
|
+
field.isValid = field.errors.length === 0;
|
|
5392
|
+
const controls = this.state.controls;
|
|
5393
|
+
if (controls) {
|
|
5394
|
+
controls[name] = field;
|
|
5395
|
+
this.setState({ controls: controls, isChanged: true }, () => this.handleChange());
|
|
5396
|
+
}
|
|
5397
|
+
}
|
|
5398
|
+
}
|
|
5399
|
+
isRequired(fieldName) {
|
|
5400
|
+
let result = false;
|
|
5401
|
+
result = this.getControl(fieldName).validators.indexOf('required') >= 0;
|
|
5402
|
+
return result;
|
|
5403
|
+
}
|
|
5404
|
+
isInvalid(fieldName) {
|
|
5405
|
+
let result = false;
|
|
5406
|
+
const field = this.getControl(fieldName);
|
|
5407
|
+
result = field.isDirty && !field.isValid;
|
|
5408
|
+
return result;
|
|
5409
|
+
}
|
|
5410
|
+
getControl(name) {
|
|
5411
|
+
return this.state.controls[name];
|
|
5412
|
+
}
|
|
5413
|
+
renderLabel(fieldKey, label, labelClassName = 'form-label') {
|
|
5414
|
+
const cssClasses = [labelClassName, this.isRequired(fieldKey) ? 'required' : undefined];
|
|
5415
|
+
return (jsx(FormLabel, { htmlFor: fieldKey, className: cssClasses.join(' '), children: label }));
|
|
5416
|
+
}
|
|
5417
|
+
handleFormSubmit() {
|
|
5418
|
+
for (const fieldKey of Object.keys(this.state.controls)) {
|
|
5419
|
+
const field = this.getControl(fieldKey);
|
|
5420
|
+
// redundant mit handleBlur
|
|
5421
|
+
field.isDirty = true;
|
|
5422
|
+
field.errors = this.validateField(field.value, field.validators);
|
|
5423
|
+
field.isValid = field.errors.length === 0;
|
|
5424
|
+
}
|
|
5425
|
+
this.setState({
|
|
5426
|
+
controls: { ...this.state.controls },
|
|
5427
|
+
isSubmitted: true,
|
|
5428
|
+
isValid: Object.keys(this.state.controls)
|
|
5429
|
+
.map(f => this.getControl(f).isValid)
|
|
5430
|
+
.every(valid => valid === true),
|
|
5431
|
+
}, () => this.handleChange());
|
|
5432
|
+
}
|
|
5433
|
+
// trigger via ref
|
|
5434
|
+
handleFormReset() {
|
|
5435
|
+
for (const fieldKey of Object.keys(this.state.controls)) {
|
|
5436
|
+
const field = this.getControl(fieldKey);
|
|
5437
|
+
field.value = '';
|
|
5438
|
+
field.isDirty = false;
|
|
5439
|
+
field.errors = [];
|
|
5440
|
+
field.isValid = field.errors.length === 0;
|
|
5441
|
+
}
|
|
5442
|
+
this.setState({
|
|
5443
|
+
controls: { ...this.state.controls },
|
|
5444
|
+
isSubmitted: false,
|
|
5445
|
+
isChanged: false,
|
|
5446
|
+
isValid: false,
|
|
5447
|
+
});
|
|
5448
|
+
}
|
|
5449
|
+
handleOnKeyDown(e) {
|
|
5450
|
+
if (e.key === 'Enter') {
|
|
5451
|
+
e.preventDefault();
|
|
5452
|
+
this.state.submitOnEnter && this.handleFormSubmit();
|
|
5453
|
+
}
|
|
5454
|
+
}
|
|
5455
|
+
destroy() {
|
|
5456
|
+
this.setState({ controls: {}, isValid: false, isChanged: false, isSubmitted: false });
|
|
5457
|
+
}
|
|
5458
|
+
getFormGroupCssClass(fieldKey) {
|
|
5459
|
+
return this.getControl(fieldKey).config.formGroupClassName;
|
|
5460
|
+
}
|
|
5461
|
+
render() {
|
|
5462
|
+
return (jsx("form", { className: this.getCssClasses(), ref: this.myForm, children: this.state &&
|
|
5463
|
+
this.state.controls &&
|
|
5464
|
+
Object.keys(this.state.controls).map(fieldKey => {
|
|
5465
|
+
return (jsxs(FormGroup, { className: this.getFormGroupCssClass(fieldKey), children: [this.getControl(fieldKey).config.labelPosition !== 'behind' &&
|
|
5466
|
+
this.getControl(fieldKey).type !== 'checkbox' &&
|
|
5467
|
+
this.renderLabel(fieldKey, this.getControl(fieldKey).config.label, this.getControl(fieldKey).config.labelClassName), jsx(FormInput, { autoFocus: this.getControl(fieldKey).config.autoFocus, className: this.getControl(fieldKey).config.formControlClassName, isValid: !this.isInvalid(fieldKey), label: this.getControl(fieldKey).config.label, name: fieldKey, options: this.getControl(fieldKey).config.options, placeholder: this.getControl(fieldKey).config.placeholder, textareaOptions: this.getControl(fieldKey).config.textareaOptions, selectOptions: this.getControl(fieldKey).config.selectOptions, autoCompleteOptions: this.getControl(fieldKey).config.autoCompleteOptions, type: this.getControl(fieldKey).type, value: this.getControl(fieldKey).value, disabled: this.getControl(fieldKey).config.disabled, readonly: this.getControl(fieldKey).config.readonly, onChange: ({ name, value }) => this.handleInputChange(name, value), onBlur: (e) => this.handleOnBlur(e), onKeyDown: (e) => this.handleOnKeyDown(e) }), this.getControl(fieldKey).config.labelPosition === 'behind' &&
|
|
5468
|
+
this.getControl(fieldKey).type !== 'checkbox' &&
|
|
5469
|
+
this.renderLabel(fieldKey, this.getControl(fieldKey).config.label, this.getControl(fieldKey).config.labelClassName), this.getControl(fieldKey).config.hint && (jsx(FormHint, { children: this.getControl(fieldKey).config.hint })), this.getControl(fieldKey).errors && jsx(FormError, { errors: this.getControl(fieldKey).errors })] }, fieldKey));
|
|
5470
|
+
}) }));
|
|
5471
|
+
}
|
|
5472
|
+
}
|
|
5473
|
+
function isValidDate(dateObject) {
|
|
5474
|
+
return new Date(dateObject).toString() !== 'Invalid Date';
|
|
5475
|
+
}
|
|
5692
5476
|
|
|
5693
|
-
|
|
5694
|
-
|
|
5695
|
-
|
|
5477
|
+
class FormControl {
|
|
5478
|
+
constructor(
|
|
5479
|
+
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
|
5480
|
+
value, validators = [], type, config) {
|
|
5481
|
+
this.value = value;
|
|
5482
|
+
this.validators = validators;
|
|
5483
|
+
this.type = type;
|
|
5484
|
+
this.config = config;
|
|
5485
|
+
this.errors = [];
|
|
5486
|
+
this.isValid = false;
|
|
5487
|
+
this.isDirty = false;
|
|
5488
|
+
}
|
|
5489
|
+
}
|
|
5696
5490
|
|
|
5697
|
-
const
|
|
5698
|
-
const {
|
|
5699
|
-
|
|
5700
|
-
|
|
5701
|
-
|
|
5491
|
+
const DaySelect = (props) => {
|
|
5492
|
+
const { className, day = new Date().getDate(), month = new Date().getMonth(), year = new Date().getFullYear(), disabled, id, name, onChange } = props;
|
|
5493
|
+
useEffect(() => {
|
|
5494
|
+
init();
|
|
5495
|
+
}, [month, year]);
|
|
5496
|
+
const init = () => {
|
|
5497
|
+
const daysInMonth = new Date(year, month + 1, 0).getDate();
|
|
5498
|
+
const newDays = [];
|
|
5499
|
+
for (let i = 1; i <= daysInMonth; i++) {
|
|
5500
|
+
newDays.push({ value: i.toString(), label: i.toString() });
|
|
5501
|
+
}
|
|
5502
|
+
setDayOptions(newDays);
|
|
5503
|
+
};
|
|
5504
|
+
const [value, setValue] = useState(day);
|
|
5505
|
+
const [dayOptions, setDayOptions] = useState();
|
|
5506
|
+
const getCssClasses = () => {
|
|
5507
|
+
const cssClasses = [];
|
|
5508
|
+
className && cssClasses.push(className);
|
|
5509
|
+
return cssClasses.filter(css => css).join(' ');
|
|
5510
|
+
};
|
|
5702
5511
|
const handleOnChange = (e) => {
|
|
5703
|
-
|
|
5512
|
+
setValue(e);
|
|
5704
5513
|
onChange && onChange(e);
|
|
5705
5514
|
};
|
|
5706
|
-
return (
|
|
5515
|
+
return (jsx(Select, { id: id, name: name, className: getCssClasses(), options: dayOptions, onChange: (e) => handleOnChange(parseInt(e)), disabled: disabled, value: value.toString() }));
|
|
5707
5516
|
};
|
|
5708
5517
|
|
|
5709
|
-
|
|
5710
|
-
|
|
5711
|
-
|
|
5712
|
-
|
|
5713
|
-
const
|
|
5714
|
-
const { children, className, position = 'left', permanent = false, target = document.body, shadow = true, onClickBackdrop, ...rest } = props;
|
|
5518
|
+
const MonthSelect = (props) => {
|
|
5519
|
+
const months = ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'];
|
|
5520
|
+
const { className, value = new Date().getMonth(), id, name, disabled, onChange } = props;
|
|
5521
|
+
const [newValue, setNewValue] = useState(value);
|
|
5522
|
+
const [monthOptions, setMonthOptions] = useState();
|
|
5715
5523
|
useEffect(() => {
|
|
5716
|
-
|
|
5717
|
-
return () => {
|
|
5718
|
-
document.body.classList.remove(styles$y.drawerOpen);
|
|
5719
|
-
};
|
|
5524
|
+
setMonthOptions(months.map((m, index) => ({ value: index.toString(), label: m })));
|
|
5720
5525
|
}, []);
|
|
5721
|
-
const handleClickBackdrop = () => {
|
|
5722
|
-
onClickBackdrop && onClickBackdrop();
|
|
5723
|
-
};
|
|
5724
|
-
return (React.createElement(Portal$1, { className: 'drawer-root', target: target },
|
|
5725
|
-
React.createElement(DrawerContent, { className: className, position: position, permanent: permanent, shadow: shadow, ...rest }, children),
|
|
5726
|
-
!permanent && React.createElement(Backdrop, { onClick: handleClickBackdrop })));
|
|
5727
|
-
};
|
|
5728
|
-
const DrawerContent = (props) => {
|
|
5729
|
-
const { children, className, position = 'left', permanent = false, shadow, ...rest } = props;
|
|
5730
5526
|
const getCssClasses = () => {
|
|
5731
5527
|
const cssClasses = [];
|
|
5732
|
-
cssClasses.push(styles$y.drawer);
|
|
5733
|
-
shadow && cssClasses.push(styles$y.shadow);
|
|
5734
|
-
!!permanent && cssClasses.push(styles$y['permanent']);
|
|
5735
|
-
position === 'left' ? cssClasses.push(styles$y['left']) : cssClasses.push(styles$y['right']);
|
|
5736
5528
|
className && cssClasses.push(className);
|
|
5737
5529
|
return cssClasses.filter(css => css).join(' ');
|
|
5738
5530
|
};
|
|
5739
|
-
const
|
|
5740
|
-
|
|
5741
|
-
|
|
5742
|
-
};
|
|
5743
|
-
const getStyles = () => {
|
|
5744
|
-
return !permanent ? positionStyles[position] : undefined;
|
|
5531
|
+
const handleOnChange = (e) => {
|
|
5532
|
+
setNewValue(e);
|
|
5533
|
+
onChange && onChange(e);
|
|
5745
5534
|
};
|
|
5746
|
-
return (
|
|
5535
|
+
return (jsx(Select, { id: id, name: name, className: getCssClasses(), options: monthOptions, onChange: (e) => handleOnChange(parseInt(e)), disabled: disabled, value: newValue.toString() }));
|
|
5747
5536
|
};
|
|
5748
5537
|
|
|
5749
|
-
|
|
5750
|
-
|
|
5751
|
-
|
|
5752
|
-
|
|
5753
|
-
const MenuBody = (props) => {
|
|
5754
|
-
const { parentRef, children, className, shadow = true, menuPosition = 'left', onClickBackdrop } = props;
|
|
5755
|
-
const [popperInstance, setPopperInstance] = useState();
|
|
5756
|
-
const menuBodyRef = useRef(null);
|
|
5538
|
+
const YearSelect = (props) => {
|
|
5539
|
+
const { className, from = 1970, to = new Date().getFullYear().toString(), value = new Date().getFullYear().toString(), id, name, disabled, onChange } = props;
|
|
5540
|
+
const [newValue, setNewValue] = useState(value.toString());
|
|
5541
|
+
const [years, setYears] = useState();
|
|
5757
5542
|
useEffect(() => {
|
|
5758
|
-
|
|
5759
|
-
|
|
5760
|
-
|
|
5761
|
-
modifiers: [
|
|
5762
|
-
{
|
|
5763
|
-
name: 'offset',
|
|
5764
|
-
options: {
|
|
5765
|
-
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
|
5766
|
-
offset: ({ placement, popper }) => {
|
|
5767
|
-
if (placement === 'left-start') {
|
|
5768
|
-
return [0, -popper.width]; // y, x
|
|
5769
|
-
}
|
|
5770
|
-
if (placement === 'right-start') {
|
|
5771
|
-
return [0, -popper.width];
|
|
5772
|
-
}
|
|
5773
|
-
return [];
|
|
5774
|
-
},
|
|
5775
|
-
},
|
|
5776
|
-
},
|
|
5777
|
-
]
|
|
5778
|
-
});
|
|
5779
|
-
setPopperInstance(popperInstance);
|
|
5780
|
-
}
|
|
5781
|
-
else {
|
|
5782
|
-
popperInstance?.destroy();
|
|
5543
|
+
const newYears = [];
|
|
5544
|
+
for (let i = from; i <= to; i++) {
|
|
5545
|
+
newYears.push({ value: i.toString(), label: i.toString() });
|
|
5783
5546
|
}
|
|
5784
|
-
|
|
5547
|
+
setYears(newYears.reverse());
|
|
5548
|
+
}, [from, to]);
|
|
5785
5549
|
const getCssClasses = () => {
|
|
5786
5550
|
const cssClasses = [];
|
|
5787
|
-
cssClasses.push(styles$x.menuBody);
|
|
5788
|
-
shadow && cssClasses.push(styles$x.shadow);
|
|
5789
5551
|
className && cssClasses.push(className);
|
|
5790
5552
|
return cssClasses.filter(css => css).join(' ');
|
|
5791
5553
|
};
|
|
5792
|
-
const
|
|
5793
|
-
|
|
5554
|
+
const handleOnChange = (e) => {
|
|
5555
|
+
setNewValue(e);
|
|
5556
|
+
onChange && onChange(parseInt(e));
|
|
5794
5557
|
};
|
|
5795
|
-
|
|
5796
|
-
popperInstance?.destroy();
|
|
5797
|
-
});
|
|
5798
|
-
return (React.createElement(Portal$1, { className: 'menu-root' },
|
|
5799
|
-
React.createElement("div", { ref: menuBodyRef, className: getCssClasses() },
|
|
5800
|
-
React.createElement(List, null, children)),
|
|
5801
|
-
React.createElement(Backdrop, { isTransparent: true, onClick: handleClickBackdrop })));
|
|
5558
|
+
return (jsx(Select, { id: id, name: name, className: getCssClasses(), options: years, onChange: handleOnChange, disabled: disabled, value: newValue }));
|
|
5802
5559
|
};
|
|
5803
5560
|
|
|
5804
|
-
|
|
5805
|
-
|
|
5806
|
-
|
|
5807
|
-
|
|
5561
|
+
var DATEMODE;
|
|
5562
|
+
(function (DATEMODE) {
|
|
5563
|
+
DATEMODE[DATEMODE["YEAR"] = 0] = "YEAR";
|
|
5564
|
+
DATEMODE[DATEMODE["MONTH"] = 1] = "MONTH";
|
|
5565
|
+
DATEMODE[DATEMODE["DAY"] = 2] = "DAY";
|
|
5566
|
+
})(DATEMODE || (DATEMODE = {}));
|
|
5567
|
+
const DateSelect = (props) => {
|
|
5568
|
+
const { className, value = new Date(), disabled, yearConfig, onChange } = props;
|
|
5808
5569
|
const getCssClasses = () => {
|
|
5809
5570
|
const cssClasses = [];
|
|
5571
|
+
cssClasses.push('row');
|
|
5810
5572
|
className && cssClasses.push(className);
|
|
5811
5573
|
return cssClasses.filter(css => css).join(' ');
|
|
5812
5574
|
};
|
|
5813
|
-
const
|
|
5814
|
-
|
|
5575
|
+
const [currDate, setCurrDate] = useState(value);
|
|
5576
|
+
const handleOnChange = (e, mode) => {
|
|
5577
|
+
const currYear = mode === DATEMODE.YEAR ? e : currDate.getFullYear();
|
|
5578
|
+
const currMonth = mode === DATEMODE.MONTH ? e : currDate.getMonth();
|
|
5579
|
+
const currday = mode === DATEMODE.DAY ? e : currDate.getDate();
|
|
5580
|
+
const newDate = new Date(currYear, currMonth, currday);
|
|
5581
|
+
setCurrDate(newDate);
|
|
5582
|
+
onChange && onChange(newDate);
|
|
5815
5583
|
};
|
|
5816
|
-
return (
|
|
5817
|
-
React.createElement("div", { ref: toggleContainerRef }, toggle),
|
|
5818
|
-
open &&
|
|
5819
|
-
React.createElement(MenuBody, { parentRef: toggleContainerRef, menuPosition: menuPosition, onClickBackdrop: handleClickBackdrop }, children)));
|
|
5584
|
+
return (jsxs(Row, { className: getCssClasses(), children: [jsxs(Column, { children: [jsx(FormLabel, { children: "Year" }), jsx(YearSelect, { value: currDate.getFullYear(), disabled: disabled, from: yearConfig?.from, to: yearConfig?.to, onChange: (e) => handleOnChange(e, DATEMODE.YEAR) })] }), jsxs(Column, { children: [jsx(FormLabel, { children: "Month" }), jsx(MonthSelect, { value: currDate.getMonth(), disabled: disabled, onChange: (e) => handleOnChange(e, DATEMODE.MONTH) })] }), jsxs(Column, { children: [jsx(FormLabel, { children: "Day" }), jsx(DaySelect, { day: currDate.getDate(), month: currDate.getMonth(), year: currDate.getFullYear(), disabled: disabled, onChange: (e) => handleOnChange(e, DATEMODE.DAY) })] })] }));
|
|
5820
5585
|
};
|
|
5821
5586
|
|
|
5822
|
-
|
|
5823
|
-
|
|
5587
|
+
var css_248z$y = ".Drawer-module_drawer__kdQCk {\n height: 100%;\n z-index: 1101;\n bottom: 0;\n position: fixed;\n background: white;\n min-width: 320px;\n overflow-y: auto;\n}\n.Drawer-module_drawer__kdQCk.Drawer-module_permanent__c-y8y {\n position: inherit;\n z-index: 0;\n}\n.Drawer-module_drawer__kdQCk.Drawer-module_left__loQVO {\n order: 0;\n left: 0;\n}\n.Drawer-module_drawer__kdQCk.Drawer-module_right__sJ3mZ {\n order: 2;\n right: 0;\n}\n.Drawer-module_drawer__kdQCk.Drawer-module_shadow__Myo3n {\n box-shadow: var(--shadow);\n}\n\n.Drawer-module_drawerOpen__07ptP {\n overflow: hidden;\n}";
|
|
5588
|
+
var styles$y = {"drawer":"Drawer-module_drawer__kdQCk","permanent":"Drawer-module_permanent__c-y8y","left":"Drawer-module_left__loQVO","right":"Drawer-module_right__sJ3mZ","shadow":"Drawer-module_shadow__Myo3n","drawerOpen":"Drawer-module_drawerOpen__07ptP"};
|
|
5589
|
+
styleInject(css_248z$y);
|
|
5590
|
+
|
|
5591
|
+
const Drawer = (props) => {
|
|
5592
|
+
const { children, className, position = 'left', permanent = false, target = document.body, shadow = true, onClickBackdrop, ...rest } = props;
|
|
5593
|
+
useEffect(() => {
|
|
5594
|
+
document.body.classList.add(styles$y.drawerOpen);
|
|
5595
|
+
return () => {
|
|
5596
|
+
document.body.classList.remove(styles$y.drawerOpen);
|
|
5597
|
+
};
|
|
5598
|
+
}, []);
|
|
5599
|
+
const handleClickBackdrop = () => {
|
|
5600
|
+
onClickBackdrop && onClickBackdrop();
|
|
5601
|
+
};
|
|
5602
|
+
return (jsxs(Portal$1, { className: 'drawer-root', target: target, children: [jsx(DrawerContent, { className: className, position: position, permanent: permanent, shadow: shadow, ...rest, children: children }), !permanent && jsx(Backdrop, { onClick: handleClickBackdrop })] }));
|
|
5603
|
+
};
|
|
5604
|
+
const DrawerContent = (props) => {
|
|
5605
|
+
const { children, className, position = 'left', permanent = false, shadow, ...rest } = props;
|
|
5824
5606
|
const getCssClasses = () => {
|
|
5825
5607
|
const cssClasses = [];
|
|
5608
|
+
cssClasses.push(styles$y.drawer);
|
|
5609
|
+
shadow && cssClasses.push(styles$y.shadow);
|
|
5610
|
+
!!permanent && cssClasses.push(styles$y['permanent']);
|
|
5611
|
+
position === 'left' ? cssClasses.push(styles$y['left']) : cssClasses.push(styles$y['right']);
|
|
5612
|
+
className && cssClasses.push(className);
|
|
5826
5613
|
return cssClasses.filter(css => css).join(' ');
|
|
5827
5614
|
};
|
|
5828
|
-
const
|
|
5829
|
-
|
|
5830
|
-
|
|
5615
|
+
const positionStyles = {
|
|
5616
|
+
left: { left: '0px' },
|
|
5617
|
+
right: { right: '0px' }
|
|
5831
5618
|
};
|
|
5832
|
-
|
|
5833
|
-
|
|
5834
|
-
|
|
5835
|
-
|
|
5836
|
-
return children;
|
|
5619
|
+
const getStyles = () => {
|
|
5620
|
+
return !permanent ? positionStyles[position] : undefined;
|
|
5621
|
+
};
|
|
5622
|
+
return (jsx("div", { className: getCssClasses(), style: getStyles(), ...rest, children: children }));
|
|
5837
5623
|
};
|
|
5838
5624
|
|
|
5839
|
-
var css_248z$
|
|
5840
|
-
var styles$
|
|
5841
|
-
styleInject(css_248z$
|
|
5842
|
-
|
|
5843
|
-
const MenuDivider = () => React.createElement("div", { className: styles$w.menuItemDivider });
|
|
5844
|
-
|
|
5845
|
-
var css_248z$v = ".ExpansionPanelContent-module_expansionPanelContent__aXNfH {\n padding: 8px 16px 16px;\n}";
|
|
5846
|
-
var styles$v = {"expansionPanelContent":"ExpansionPanelContent-module_expansionPanelContent__aXNfH"};
|
|
5847
|
-
styleInject(css_248z$v);
|
|
5625
|
+
var css_248z$x = ".ExpansionPanelContent-module_expansionPanelContent__aXNfH {\n padding: 8px 16px 16px;\n}";
|
|
5626
|
+
var styles$x = {"expansionPanelContent":"ExpansionPanelContent-module_expansionPanelContent__aXNfH"};
|
|
5627
|
+
styleInject(css_248z$x);
|
|
5848
5628
|
|
|
5849
5629
|
const ExpansionPanelContent = ({ children }) => {
|
|
5850
|
-
return (
|
|
5630
|
+
return (jsx("div", { className: styles$x.expansionPanelContent, children: children }));
|
|
5851
5631
|
};
|
|
5852
5632
|
|
|
5853
|
-
var css_248z$
|
|
5854
|
-
var styles$
|
|
5855
|
-
styleInject(css_248z$
|
|
5633
|
+
var css_248z$w = ".ExpansionPanelHeader-module_expansionPanelHeader__Wy6Pq {\n display: flex;\n align-items: center;\n padding: 12px 16px;\n min-height: 48px;\n}\n.ExpansionPanelHeader-module_expansionPanelHeader__Wy6Pq:hover {\n cursor: pointer;\n background-color: var(--highlight);\n}";
|
|
5634
|
+
var styles$w = {"expansionPanelHeader":"ExpansionPanelHeader-module_expansionPanelHeader__Wy6Pq"};
|
|
5635
|
+
styleInject(css_248z$w);
|
|
5856
5636
|
|
|
5857
5637
|
const ExpansionPanelHeader = (props) => {
|
|
5858
5638
|
const { children, isExpanded, onClick } = props;
|
|
@@ -5860,15 +5640,12 @@ const ExpansionPanelHeader = (props) => {
|
|
|
5860
5640
|
e.stopPropagation();
|
|
5861
5641
|
onClick && onClick(e);
|
|
5862
5642
|
};
|
|
5863
|
-
return (
|
|
5864
|
-
children,
|
|
5865
|
-
React.createElement("span", { className: "ml-auto text-muted" },
|
|
5866
|
-
React.createElement(Icon, null, isExpanded ? React.createElement(ChevronUpSolidIcon, null) : React.createElement(ChevronDownSolidIcon, null)))));
|
|
5643
|
+
return (jsxs("div", { className: styles$w.expansionPanelHeader, onClick: handleClick, children: [children, jsx("span", { className: "ml-auto text-muted", children: jsx(Icon, { children: isExpanded ? jsx(ChevronUpSolidIcon, {}) : jsx(ChevronDownSolidIcon, {}) }) })] }));
|
|
5867
5644
|
};
|
|
5868
5645
|
|
|
5869
|
-
var css_248z$
|
|
5870
|
-
var styles$
|
|
5871
|
-
styleInject(css_248z$
|
|
5646
|
+
var css_248z$v = ".ExpansionPanel-module_expansionPanel__m1yQq {\n background-color: var(--white);\n transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;\n}\n.ExpansionPanel-module_expansionPanel__m1yQq.ExpansionPanel-module_shadow__zIjJ6 {\n box-shadow: var(--shadow);\n}\n.ExpansionPanel-module_expansionPanel__m1yQq:first-child {\n border-top-left-radius: 4px;\n border-top-right-radius: 4px;\n}\n.ExpansionPanel-module_expansionPanel__m1yQq:last-child {\n border-bottom-left-radius: 4px;\n border-bottom-right-radius: 4px;\n}\n.ExpansionPanel-module_expansionPanel__m1yQq.ExpansionPanel-module_isExpanded__TS1ph:first-child {\n margin-top: 0;\n}\n.ExpansionPanel-module_expansionPanel__m1yQq.ExpansionPanel-module_isExpanded__TS1ph:last-child {\n margin-bottom: 0;\n}";
|
|
5647
|
+
var styles$v = {"expansionPanel":"ExpansionPanel-module_expansionPanel__m1yQq","shadow":"ExpansionPanel-module_shadow__zIjJ6","isExpanded":"ExpansionPanel-module_isExpanded__TS1ph"};
|
|
5648
|
+
styleInject(css_248z$v);
|
|
5872
5649
|
|
|
5873
5650
|
const ExpansionPanel = (props) => {
|
|
5874
5651
|
const { header, children, isExpanded = false, shadow, onChange } = props;
|
|
@@ -5878,34 +5655,32 @@ const ExpansionPanel = (props) => {
|
|
|
5878
5655
|
}, [isExpanded]);
|
|
5879
5656
|
const getCssClasses = () => {
|
|
5880
5657
|
const cssClasses = [];
|
|
5881
|
-
cssClasses.push(styles$
|
|
5658
|
+
cssClasses.push(styles$v.expansionPanel);
|
|
5882
5659
|
if (_isExpanded) {
|
|
5883
|
-
cssClasses.push(styles$
|
|
5660
|
+
cssClasses.push(styles$v.isExpanded);
|
|
5884
5661
|
}
|
|
5885
|
-
shadow && cssClasses.push(styles$
|
|
5662
|
+
shadow && cssClasses.push(styles$v.shadow);
|
|
5886
5663
|
return cssClasses.filter(css => css).join(' ');
|
|
5887
5664
|
};
|
|
5888
5665
|
const handleClickHeader = (event) => {
|
|
5889
5666
|
setIsExpanded(!_isExpanded);
|
|
5890
5667
|
onChange && onChange(event, !_isExpanded);
|
|
5891
5668
|
};
|
|
5892
|
-
return (
|
|
5893
|
-
|
|
5894
|
-
_isExpanded &&
|
|
5895
|
-
React.createElement(ExpansionPanelContent, null, children)));
|
|
5669
|
+
return (jsxs("div", { className: getCssClasses(), children: [jsx(ExpansionPanelHeader, { isExpanded: _isExpanded, onClick: handleClickHeader, children: header }), _isExpanded &&
|
|
5670
|
+
jsx(ExpansionPanelContent, { children: children })] }));
|
|
5896
5671
|
};
|
|
5897
5672
|
|
|
5898
|
-
var css_248z$
|
|
5899
|
-
var styles$
|
|
5900
|
-
styleInject(css_248z$
|
|
5673
|
+
var css_248z$u = ".FloatingActionButton-module_fab__Rw3kd {\n box-shadow: var(--shadow);\n}\n\n.FloatingActionButton-module_fixed__XQOkG {\n position: fixed;\n z-index: 1000;\n}\n.FloatingActionButton-module_fixed__XQOkG.FloatingActionButton-module_leftTop__ZiHQN {\n top: 16px;\n left: 16px;\n}\n.FloatingActionButton-module_fixed__XQOkG.FloatingActionButton-module_leftBottom__210sl {\n bottom: 16px;\n left: 16px;\n}\n.FloatingActionButton-module_fixed__XQOkG.FloatingActionButton-module_rightTop__VUsvT {\n top: 64px;\n right: 16px;\n}\n.FloatingActionButton-module_fixed__XQOkG.FloatingActionButton-module_rightBottom__FaUFl {\n bottom: 16px;\n right: 16px;\n}";
|
|
5674
|
+
var styles$u = {"fab":"FloatingActionButton-module_fab__Rw3kd","fixed":"FloatingActionButton-module_fixed__XQOkG","leftTop":"FloatingActionButton-module_leftTop__ZiHQN","leftBottom":"FloatingActionButton-module_leftBottom__210sl","rightTop":"FloatingActionButton-module_rightTop__VUsvT","rightBottom":"FloatingActionButton-module_rightBottom__FaUFl"};
|
|
5675
|
+
styleInject(css_248z$u);
|
|
5901
5676
|
|
|
5902
5677
|
const FloatingActionButton = (props) => {
|
|
5903
5678
|
const { className, icon, color = COLOR.primary, fixed, position = 'rightBottom', size = SIZE.lg, isActive, disabled, onClick } = props;
|
|
5904
5679
|
const getCssClasses = () => {
|
|
5905
5680
|
const cssClasses = [];
|
|
5906
|
-
cssClasses.push(styles$
|
|
5907
|
-
fixed && cssClasses.push(styles$
|
|
5908
|
-
position && fixed && cssClasses.push(styles$
|
|
5681
|
+
cssClasses.push(styles$u.fab);
|
|
5682
|
+
fixed && cssClasses.push(styles$u.fixed);
|
|
5683
|
+
position && fixed && cssClasses.push(styles$u[position]);
|
|
5909
5684
|
className && cssClasses.push(className);
|
|
5910
5685
|
return cssClasses.filter(css => css).join(' ');
|
|
5911
5686
|
};
|
|
@@ -5913,48 +5688,47 @@ const FloatingActionButton = (props) => {
|
|
|
5913
5688
|
e.stopPropagation();
|
|
5914
5689
|
onClick && onClick(e);
|
|
5915
5690
|
};
|
|
5916
|
-
return (
|
|
5691
|
+
return (jsx(IconButton, { className: getCssClasses(), color: color, size: size, isActive: isActive, disabled: disabled, icon: icon, variant: VARIANT.contained, onClick: handleClick }));
|
|
5917
5692
|
};
|
|
5918
5693
|
|
|
5919
|
-
var css_248z$
|
|
5920
|
-
var styles$
|
|
5921
|
-
styleInject(css_248z$
|
|
5694
|
+
var css_248z$t = ".Link-module_link__YlJQl {\n color: var(--primary);\n text-decoration: underline;\n}\n.Link-module_link__YlJQl:hover {\n color: var(--primary-dark);\n}";
|
|
5695
|
+
var styles$t = {"link":"Link-module_link__YlJQl"};
|
|
5696
|
+
styleInject(css_248z$t);
|
|
5922
5697
|
|
|
5923
5698
|
const Link = (props) => {
|
|
5924
5699
|
const { href = '#', className, target, children, ...rest } = props;
|
|
5925
5700
|
const [status, setStatus] = useState(STATUS.NORMAL);
|
|
5926
|
-
const [cssClassName] = useCssClasses([styles$
|
|
5701
|
+
const [cssClassName] = useCssClasses([styles$t.link, className, status]);
|
|
5927
5702
|
const onMouseEnter = () => {
|
|
5928
5703
|
setStatus(STATUS.HOVERED);
|
|
5929
5704
|
};
|
|
5930
5705
|
const onMouseLeave = () => {
|
|
5931
5706
|
setStatus(STATUS.NORMAL);
|
|
5932
5707
|
};
|
|
5933
|
-
return (
|
|
5708
|
+
return (jsx("a", { className: cssClassName, href: href, target: target, onMouseEnter: onMouseEnter, onMouseLeave: onMouseLeave, ...rest, children: children }));
|
|
5934
5709
|
};
|
|
5935
5710
|
|
|
5936
|
-
var css_248z$
|
|
5937
|
-
var styles$
|
|
5938
|
-
styleInject(css_248z$
|
|
5711
|
+
var css_248z$s = ".LoadingIndicator-module_loadingIndicatorContainer__GS9OG {\n display: flex;\n align-items: center;\n justify-content: center;\n height: 100%;\n width: 100%;\n}\n.LoadingIndicator-module_loadingIndicatorContainer__GS9OG.LoadingIndicator-module_isFixed__WCFNG {\n position: fixed;\n top: 0;\n left: 0;\n}\n\n.LoadingIndicator-module_loadingIndicator__EC9sx {\n animation-name: LoadingIndicator-module_spinAnimation__LeY4Z;\n animation-duration: 5000ms;\n animation-iteration-count: infinite;\n animation-timing-function: linear;\n width: 24px;\n height: 24px;\n}\n\n@keyframes LoadingIndicator-module_spinAnimation__LeY4Z {\n from {\n transform: rotate(0deg);\n }\n to {\n transform: rotate(360deg);\n }\n}";
|
|
5712
|
+
var styles$s = {"loadingIndicatorContainer":"LoadingIndicator-module_loadingIndicatorContainer__GS9OG","isFixed":"LoadingIndicator-module_isFixed__WCFNG","loadingIndicator":"LoadingIndicator-module_loadingIndicator__EC9sx","spinAnimation":"LoadingIndicator-module_spinAnimation__LeY4Z"};
|
|
5713
|
+
styleInject(css_248z$s);
|
|
5939
5714
|
|
|
5940
5715
|
const LoadingIndicator = ({ ...rest }) => {
|
|
5941
5716
|
const getCssClasses = () => {
|
|
5942
5717
|
const cssClasses = [];
|
|
5943
|
-
cssClasses.push(styles$
|
|
5718
|
+
cssClasses.push(styles$s.loadingIndicator);
|
|
5944
5719
|
return cssClasses.filter(css => css).join(' ');
|
|
5945
5720
|
};
|
|
5946
|
-
return (
|
|
5947
|
-
React.createElement(SpinnerSolidIcon, null)));
|
|
5721
|
+
return (jsx("div", { className: getCssClasses(), ...rest, children: jsx(SpinnerSolidIcon, {}) }));
|
|
5948
5722
|
};
|
|
5949
5723
|
|
|
5950
5724
|
const LoadingIndicatorContainer = ({ children, isFixed }) => {
|
|
5951
5725
|
const getCssClasses = () => {
|
|
5952
5726
|
const cssClasses = [];
|
|
5953
|
-
cssClasses.push(styles$
|
|
5954
|
-
isFixed && cssClasses.push(styles$
|
|
5727
|
+
cssClasses.push(styles$s.loadingIndicatorContainer);
|
|
5728
|
+
isFixed && cssClasses.push(styles$s.isFixed);
|
|
5955
5729
|
return cssClasses.filter(css => css).join(' ');
|
|
5956
5730
|
};
|
|
5957
|
-
return (
|
|
5731
|
+
return (jsx("div", { className: getCssClasses(), children: children }));
|
|
5958
5732
|
};
|
|
5959
5733
|
|
|
5960
5734
|
var client = createCommonjsModule(function (module, exports) {
|
|
@@ -5995,8 +5769,7 @@ class LoadingIndicatorService {
|
|
|
5995
5769
|
this.container.classList.add('snackbar-container');
|
|
5996
5770
|
document.body.appendChild(this.container);
|
|
5997
5771
|
this.root = client_1(this.container);
|
|
5998
|
-
this.root.render(
|
|
5999
|
-
React.createElement(LoadingIndicator, null)));
|
|
5772
|
+
this.root.render(jsx(LoadingIndicatorContainer, { isFixed: true, children: jsx(LoadingIndicator, {}) }));
|
|
6000
5773
|
}
|
|
6001
5774
|
hide() {
|
|
6002
5775
|
if (this.container) {
|
|
@@ -6009,6 +5782,97 @@ class LoadingIndicatorService {
|
|
|
6009
5782
|
}
|
|
6010
5783
|
const loadingIndicatorService = new LoadingIndicatorService();
|
|
6011
5784
|
|
|
5785
|
+
var css_248z$r = ".MenuBody-module_menuBody__u4FIQ {\n z-index: 1111;\n margin: 0;\n position: absolute;\n top: 100%;\n left: 0;\n min-width: 10rem;\n padding: 0px;\n font-size: 1rem;\n color: #212529;\n text-align: left;\n list-style: none;\n background-color: #fff;\n background-clip: padding-box;\n border-radius: var(--borderRadius);\n max-width: 300px;\n}\n.MenuBody-module_menuBody__u4FIQ.MenuBody-module_shadow__OBp-f {\n box-shadow: var(--shadow);\n}";
|
|
5786
|
+
var styles$r = {"menuBody":"MenuBody-module_menuBody__u4FIQ","shadow":"MenuBody-module_shadow__OBp-f"};
|
|
5787
|
+
styleInject(css_248z$r);
|
|
5788
|
+
|
|
5789
|
+
const MenuBody = (props) => {
|
|
5790
|
+
const { parentRef, children, className, shadow = true, menuPosition = 'left', onClickBackdrop } = props;
|
|
5791
|
+
const [popperInstance, setPopperInstance] = useState();
|
|
5792
|
+
const menuBodyRef = useRef(null);
|
|
5793
|
+
useEffect(() => {
|
|
5794
|
+
if (menuBodyRef && parentRef.current && menuBodyRef.current) {
|
|
5795
|
+
const popperInstance = createPopper(parentRef.current, menuBodyRef.current, {
|
|
5796
|
+
placement: `${menuPosition}-start`,
|
|
5797
|
+
modifiers: [
|
|
5798
|
+
{
|
|
5799
|
+
name: 'offset',
|
|
5800
|
+
options: {
|
|
5801
|
+
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
|
5802
|
+
offset: ({ placement, popper }) => {
|
|
5803
|
+
if (placement === 'left-start') {
|
|
5804
|
+
return [0, -popper.width]; // y, x
|
|
5805
|
+
}
|
|
5806
|
+
if (placement === 'right-start') {
|
|
5807
|
+
return [0, -popper.width];
|
|
5808
|
+
}
|
|
5809
|
+
return [];
|
|
5810
|
+
},
|
|
5811
|
+
},
|
|
5812
|
+
},
|
|
5813
|
+
]
|
|
5814
|
+
});
|
|
5815
|
+
setPopperInstance(popperInstance);
|
|
5816
|
+
}
|
|
5817
|
+
else {
|
|
5818
|
+
popperInstance?.destroy();
|
|
5819
|
+
}
|
|
5820
|
+
}, [menuBodyRef]);
|
|
5821
|
+
const getCssClasses = () => {
|
|
5822
|
+
const cssClasses = [];
|
|
5823
|
+
cssClasses.push(styles$r.menuBody);
|
|
5824
|
+
shadow && cssClasses.push(styles$r.shadow);
|
|
5825
|
+
className && cssClasses.push(className);
|
|
5826
|
+
return cssClasses.filter(css => css).join(' ');
|
|
5827
|
+
};
|
|
5828
|
+
const handleClickBackdrop = () => {
|
|
5829
|
+
onClickBackdrop && onClickBackdrop();
|
|
5830
|
+
};
|
|
5831
|
+
useOnDestroy(() => {
|
|
5832
|
+
popperInstance?.destroy();
|
|
5833
|
+
});
|
|
5834
|
+
return (jsxs(Portal$1, { className: 'menu-root', children: [jsx("div", { ref: menuBodyRef, className: getCssClasses(), children: jsx(List, { children: children }) }), jsx(Backdrop, { isTransparent: true, onClick: handleClickBackdrop })] }));
|
|
5835
|
+
};
|
|
5836
|
+
|
|
5837
|
+
const Menu = (props) => {
|
|
5838
|
+
const { toggle, children, className, open, menuPosition, onClickBackdrop, ...rest } = props;
|
|
5839
|
+
const menuContainer = useRef(null);
|
|
5840
|
+
const toggleContainerRef = useRef(null);
|
|
5841
|
+
const getCssClasses = () => {
|
|
5842
|
+
const cssClasses = [];
|
|
5843
|
+
className && cssClasses.push(className);
|
|
5844
|
+
return cssClasses.filter(css => css).join(' ');
|
|
5845
|
+
};
|
|
5846
|
+
const handleClickBackdrop = () => {
|
|
5847
|
+
onClickBackdrop && onClickBackdrop();
|
|
5848
|
+
};
|
|
5849
|
+
return (jsxs("div", { ref: menuContainer, className: getCssClasses(), ...rest, children: [jsx("div", { ref: toggleContainerRef, children: toggle }), open &&
|
|
5850
|
+
jsx(MenuBody, { parentRef: toggleContainerRef, menuPosition: menuPosition, onClickBackdrop: handleClickBackdrop, children: children })] }));
|
|
5851
|
+
};
|
|
5852
|
+
|
|
5853
|
+
const MenuItem = (props) => {
|
|
5854
|
+
const { children, onClick, ...rest } = props;
|
|
5855
|
+
const getCssClasses = () => {
|
|
5856
|
+
const cssClasses = [];
|
|
5857
|
+
return cssClasses.filter(css => css).join(' ');
|
|
5858
|
+
};
|
|
5859
|
+
const handleClick = (e) => {
|
|
5860
|
+
e.stopPropagation();
|
|
5861
|
+
onClick && onClick(e);
|
|
5862
|
+
};
|
|
5863
|
+
return (jsx(ListItem, { className: getCssClasses(), onClick: handleClick, ...rest, children: children }));
|
|
5864
|
+
};
|
|
5865
|
+
|
|
5866
|
+
const MenuToggle = ({ children }) => {
|
|
5867
|
+
return children;
|
|
5868
|
+
};
|
|
5869
|
+
|
|
5870
|
+
var css_248z$q = ".MenuDivider-module_menuItemDivider__oRP-j {\n height: 0;\n margin: 0.5rem 0;\n overflow: hidden;\n border-top: 1px solid #e9ecef;\n}";
|
|
5871
|
+
var styles$q = {"menuItemDivider":"MenuDivider-module_menuItemDivider__oRP-j"};
|
|
5872
|
+
styleInject(css_248z$q);
|
|
5873
|
+
|
|
5874
|
+
const MenuDivider = () => jsx("div", { className: styles$q.menuItemDivider });
|
|
5875
|
+
|
|
6012
5876
|
var css_248z$p = ".ModalHeader-module_modalHeader__tw-u- {\n display: flex;\n flex-shrink: 0;\n align-items: center;\n justify-content: space-between;\n padding: 1rem;\n border-top-left-radius: calc(0.3rem - 1px);\n border-top-right-radius: calc(0.3rem - 1px);\n border-bottom: none;\n align-items: center;\n}\n.ModalHeader-module_modalHeader__tw-u-.ModalHeader-module_shadow__qELWb {\n box-shadow: var(--shadow);\n}\n\n.ModalHeader-module_modalTitle__2xShH {\n margin-bottom: 0;\n line-height: 1.5;\n}";
|
|
6013
5877
|
var styles$p = {"modalHeader":"ModalHeader-module_modalHeader__tw-u-","shadow":"ModalHeader-module_shadow__qELWb","modalTitle":"ModalHeader-module_modalTitle__2xShH"};
|
|
6014
5878
|
styleInject(css_248z$p);
|
|
@@ -6025,17 +5889,15 @@ const ModalHeader = (props) => {
|
|
|
6025
5889
|
const handleClick = () => {
|
|
6026
5890
|
onClose && onClose();
|
|
6027
5891
|
};
|
|
6028
|
-
return (
|
|
6029
|
-
|
|
6030
|
-
isDismissable &&
|
|
6031
|
-
React.createElement(IconButton, { icon: React.createElement(TimesSolidIcon, null), variant: VARIANT.text, onClick: handleClick })));
|
|
5892
|
+
return (jsxs("div", { className: getCssClasses(), ...rest, children: [jsx("h5", { className: styles$p.modalTitle, children: children }), isDismissable &&
|
|
5893
|
+
jsx(IconButton, { icon: jsx(TimesSolidIcon, {}), variant: VARIANT.text, onClick: handleClick })] }));
|
|
6032
5894
|
};
|
|
6033
5895
|
|
|
6034
5896
|
var css_248z$o = ".ModalBody-module_modalBody__D-gk2 {\n position: relative;\n flex: 1 1 auto;\n padding: 0 1rem 1rem 1rem;\n overflow-y: auto;\n}";
|
|
6035
5897
|
var styles$o = {"modalBody":"ModalBody-module_modalBody__D-gk2"};
|
|
6036
5898
|
styleInject(css_248z$o);
|
|
6037
5899
|
|
|
6038
|
-
const ModalBody = ({ children }) => (
|
|
5900
|
+
const ModalBody = ({ children }) => (jsx("div", { className: styles$o.modalBody, children: children }));
|
|
6039
5901
|
|
|
6040
5902
|
var css_248z$n = ".ModalFooter-module_modalFooter__SNm-f {\n display: flex;\n flex-wrap: wrap;\n flex-shrink: 0;\n align-items: center;\n justify-content: flex-end;\n padding: 0.75rem;\n border-bottom-right-radius: calc(0.3rem - 1px);\n border-bottom-left-radius: calc(0.3rem - 1px);\n}\n.ModalFooter-module_modalFooter__SNm-f.ModalFooter-module_shadow__z29Cy {\n box-shadow: var(--shadow);\n}\n.ModalFooter-module_modalFooter__SNm-f > * {\n margin: 0.25rem;\n}";
|
|
6041
5903
|
var styles$n = {"modalFooter":"ModalFooter-module_modalFooter__SNm-f","shadow":"ModalFooter-module_shadow__z29Cy"};
|
|
@@ -6050,7 +5912,7 @@ const ModalFooter = (props) => {
|
|
|
6050
5912
|
className && cssClasses.push(className);
|
|
6051
5913
|
return cssClasses.filter(css => css).join(' ');
|
|
6052
5914
|
};
|
|
6053
|
-
return (
|
|
5915
|
+
return (jsx("div", { className: getCssClasses(), ...rest, children: children }));
|
|
6054
5916
|
};
|
|
6055
5917
|
|
|
6056
5918
|
var css_248z$m = ".Modal-module_modal__HMxWV {\n position: fixed;\n top: 0;\n left: 0;\n width: 100%;\n height: 100%;\n overflow-x: hidden;\n overflow-y: auto;\n outline: 0;\n z-index: 1111 !important;\n border-radius: var(--borderRadius);\n}\n.Modal-module_modal__HMxWV .Modal-module_modal-dialog__U2wGf .Modal-module_sm__CsR6U {\n max-width: 300px;\n}\n.Modal-module_modal__HMxWV .Modal-module_modal-dialog__U2wGf .Modal-module_md__lNggx {\n max-width: 500px;\n}\n.Modal-module_modal__HMxWV .Modal-module_modal-dialog__U2wGf .Modal-module_lg__6dtT2 {\n max-width: 1140px;\n}\n@media (min-width: 576px) {\n .Modal-module_modal__HMxWV .Modal-module_modal-dialog__U2wGf {\n max-width: 600px;\n }\n}\n\n.Modal-module_modalDialog__fNqyK {\n position: relative;\n width: auto;\n pointer-events: none;\n}\n\n.Modal-module_modalDialogCentered__sa2wv {\n height: 100%;\n display: flex;\n align-items: center;\n}\n\n.Modal-module_modalContent__9wAwB {\n position: relative;\n display: flex;\n flex-direction: column;\n width: 100%;\n pointer-events: auto;\n background-color: #fff;\n background-clip: padding-box;\n border: 1px solid rgba(0, 0, 0, 0.2);\n border-radius: 0.3rem;\n box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.08);\n outline: 0;\n margin: 1rem;\n max-height: 600px;\n}\n@media (min-width: 576px) {\n .Modal-module_modalContent__9wAwB {\n max-width: 500px;\n margin: auto;\n }\n}\n\n.Modal-module_fullscreen__iepGa {\n width: 100% !important;\n height: 100% !important;\n max-height: 100% !important;\n margin: 0;\n padding: 0;\n}\n.Modal-module_fullscreen__iepGa .Modal-module_modalContent__9wAwB {\n margin: 0;\n height: auto;\n min-height: 100%;\n max-height: 100%;\n border-radius: 0;\n overflow: auto;\n max-width: 100%;\n}\n@media (min-width: 320px) {\n .Modal-module_fullscreen__iepGa {\n max-width: 100% !important;\n }\n}";
|
|
@@ -6077,17 +5939,9 @@ const Modal = (props) => {
|
|
|
6077
5939
|
const handleClickBackdrop = () => {
|
|
6078
5940
|
onBackdropClick && onBackdropClick();
|
|
6079
5941
|
};
|
|
6080
|
-
return (
|
|
6081
|
-
|
|
6082
|
-
|
|
6083
|
-
React.createElement("div", { className: getCssClass() },
|
|
6084
|
-
React.createElement("div", { className: styles$m.modalContent },
|
|
6085
|
-
header &&
|
|
6086
|
-
React.createElement(ModalHeader, { isDismissable: isDismissable, onClose: () => onHeaderCloseClick && onHeaderCloseClick() }, header),
|
|
6087
|
-
React.createElement(ModalBody, null, children),
|
|
6088
|
-
footer &&
|
|
6089
|
-
React.createElement(ModalFooter, null, footer))))),
|
|
6090
|
-
React.createElement(Backdrop, { onClick: handleClickBackdrop, style: { zIndex: 1040 } })));
|
|
5942
|
+
return (jsxs(Fragment$1, { children: [jsx(Portal$1, { className: 'modal-root', target: target, children: jsx("div", { className: styles$m.modal, children: jsx("div", { className: getCssClass(), children: jsxs("div", { className: styles$m.modalContent, children: [header &&
|
|
5943
|
+
jsx(ModalHeader, { isDismissable: isDismissable, onClose: () => onHeaderCloseClick && onHeaderCloseClick(), children: header }), jsx(ModalBody, { children: children }), footer &&
|
|
5944
|
+
jsx(ModalFooter, { children: footer })] }) }) }) }), jsx(Backdrop, { onClick: handleClickBackdrop, style: { zIndex: 1040 } })] }));
|
|
6091
5945
|
};
|
|
6092
5946
|
|
|
6093
5947
|
var MODALTYPE;
|
|
@@ -6143,11 +5997,8 @@ const GlobalModal = ({ title, description, formControls, onOk, onChange, onCance
|
|
|
6143
5997
|
}
|
|
6144
5998
|
button.handler && button.handler();
|
|
6145
5999
|
};
|
|
6146
|
-
return (
|
|
6147
|
-
|
|
6148
|
-
modalType === MODALTYPE.FORM &&
|
|
6149
|
-
React.createElement(React.Fragment, null,
|
|
6150
|
-
React.createElement(Form, { ref: myForm, controls: myControls, validateOnBlur: true, onSubmit: onSubmit, onChange: onChange }))));
|
|
6000
|
+
return (jsxs(Modal, { size: size, fullScreen: fullScreen, header: title, onHeaderCloseClick: onCancel, onBackdropClick: onBackdropClick, isDismissable: isDismissable, footer: jsx(Fragment$1, { children: buttons.map((button, index) => (jsx(Button, { variant: button.variant, color: button.color, autoFocus: button.autoFocus, shadow: button.shadow, onClick: () => handleClickButton(button), children: button.label }, index))) }), children: [description && jsx("div", { children: description }), modalType === MODALTYPE.FORM &&
|
|
6001
|
+
jsx(Fragment$1, { children: jsx(Form, { ref: myForm, controls: myControls, validateOnBlur: true, onSubmit: onSubmit, onChange: onChange }) })] }));
|
|
6151
6002
|
};
|
|
6152
6003
|
|
|
6153
6004
|
class ModalService {
|
|
@@ -6165,7 +6016,7 @@ class ModalService {
|
|
|
6165
6016
|
this.hide();
|
|
6166
6017
|
};
|
|
6167
6018
|
this.root = client_1(this.container);
|
|
6168
|
-
this.root.render(
|
|
6019
|
+
this.root.render(jsx(GlobalModal, { fullScreen: options && options.fullScreen, size: options && options.size, title: title, description: description, onCancel: handleCancel, onBackdropClick: handleCancel, onOk: handleOk, isDismissable: options && options.isDismissable, buttons: options && options.buttons }));
|
|
6169
6020
|
}
|
|
6170
6021
|
});
|
|
6171
6022
|
}
|
|
@@ -6183,7 +6034,7 @@ class ModalService {
|
|
|
6183
6034
|
this.hide();
|
|
6184
6035
|
};
|
|
6185
6036
|
this.root = client_1(this.container);
|
|
6186
|
-
this.root.render(
|
|
6037
|
+
this.root.render(jsx(GlobalModal, { fullScreen: options && options.fullScreen, size: options && options.size, title: title, formControls: formControls, onCancel: handleCancel, onBackdropClick: handleCancel, onOk: handleOk, isDismissable: options && options.isDismissable, buttons: options && options.buttons }));
|
|
6187
6038
|
}
|
|
6188
6039
|
});
|
|
6189
6040
|
}
|
|
@@ -6220,7 +6071,7 @@ const NumberSelect = (props) => {
|
|
|
6220
6071
|
setNewValue(e);
|
|
6221
6072
|
onChange && onChange(e);
|
|
6222
6073
|
};
|
|
6223
|
-
return (
|
|
6074
|
+
return (jsx(Select, { id: id, name: name, className: getCssClasses(), options: numberOptions, onChange: (e) => handleOnChange(parseInt(e)), disabled: disabled, value: newValue.toString() }));
|
|
6224
6075
|
};
|
|
6225
6076
|
|
|
6226
6077
|
var css_248z$l = ".Tooltip-module_tooltipContainer__9ZWx3 {\n display: inline;\n}\n\n.Tooltip-module_tooltip__x5HOu {\n background-color: #333;\n color: white;\n padding: 5px 10px;\n border-radius: 4px;\n font-size: 13px;\n position: absolute;\n left: -1000000px;\n z-index: 1100;\n}\n\n.Tooltip-module_arrow__B6lfe, .Tooltip-module_arrow__B6lfe::before {\n position: absolute;\n width: 8px;\n height: 8px;\n z-index: -1;\n}\n.Tooltip-module_arrow__B6lfe::before {\n content: \"\";\n transform: rotate(45deg);\n background: #333;\n}\n.Tooltip-module_arrow__B6lfe.Tooltip-module_placement-top__h5aww {\n bottom: -4px;\n}\n.Tooltip-module_arrow__B6lfe.Tooltip-module_placement-bottom__dYc5B {\n top: -4px;\n}\n.Tooltip-module_arrow__B6lfe.Tooltip-module_placement-left__8-2Jw {\n right: -4px;\n}\n.Tooltip-module_arrow__B6lfe.Tooltip-module_placement-right__v4h4z {\n left: -4px;\n}";
|
|
@@ -6301,16 +6152,9 @@ const Tooltip = (props) => {
|
|
|
6301
6152
|
placement && cssClasses.push(styles$l[`placement-${placement}`]);
|
|
6302
6153
|
return cssClasses.filter(css => css).join(' ');
|
|
6303
6154
|
};
|
|
6304
|
-
return (
|
|
6305
|
-
|
|
6306
|
-
|
|
6307
|
-
React.createElement("div", { className: styles$l.tooltip, ref: refTooltip },
|
|
6308
|
-
React.createElement("div", { className: 'd-flex align-items-center' },
|
|
6309
|
-
text,
|
|
6310
|
-
showClose &&
|
|
6311
|
-
React.createElement(Icon, { className: 'ml-1', onClick: handleClickClose },
|
|
6312
|
-
React.createElement(TimesSolidIcon, null))),
|
|
6313
|
-
React.createElement("div", { className: getArrowStyles(), "data-popper-arrow": true }))));
|
|
6155
|
+
return (jsxs(Fragment$1, { children: [jsx("div", { ref: refChild, className: styles$l.tooltipContainer, onMouseOver: handleMouseOver, onMouseLeave: handleMouseLeave, onFocus: handleFocus, onBlur: handleBlur, children: children }), open && text &&
|
|
6156
|
+
jsxs("div", { className: styles$l.tooltip, ref: refTooltip, children: [jsxs("div", { className: 'd-flex align-items-center', children: [text, showClose &&
|
|
6157
|
+
jsx(Icon, { className: 'ml-1', onClick: handleClickClose, children: jsx(TimesSolidIcon, {}) })] }), jsx("div", { className: getArrowStyles(), "data-popper-arrow": true })] })] }));
|
|
6314
6158
|
};
|
|
6315
6159
|
|
|
6316
6160
|
var css_248z$k = ":root {\n --progress-height: 0.5rem;\n --progress-bg: #e9ecef;\n --progress-box-shadow: var(--shadow);\n --progress-bar-color: #fff;\n --progress-bar-bg: var(--primary);\n --progress-bar-transition: width 0.6s ease;\n}\n\n.ProgressBar-module_progressBarContainer__vtbBw {\n display: flex;\n height: var(--progress-height);\n overflow: hidden;\n background-color: var(--progress-bg);\n}\n\n.ProgressBar-module_progressBar__hr8I8 {\n display: flex;\n flex-direction: column;\n justify-content: center;\n overflow: hidden;\n color: var(--progress-bar-color);\n text-align: center;\n white-space: nowrap;\n transition: var(--progress-bar-transition);\n background-color: var(--progress-bar-bg);\n}\n.ProgressBar-module_progressBar__hr8I8.ProgressBar-module_indeterminate__WcQdD {\n width: 100%;\n height: 100%;\n animation: ProgressBar-module_indeterminateAnimation__SlBFt 1s infinite linear;\n transform-origin: 0% 50%;\n}\n\n@keyframes ProgressBar-module_indeterminateAnimation__SlBFt {\n 0% {\n transform: translateX(0) scaleX(0);\n }\n 40% {\n transform: translateX(0) scaleX(0.4);\n }\n 100% {\n transform: translateX(100%) scaleX(0.5);\n }\n}";
|
|
@@ -6352,9 +6196,7 @@ const ProgressBar = (props) => {
|
|
|
6352
6196
|
}
|
|
6353
6197
|
return `${width}%`;
|
|
6354
6198
|
};
|
|
6355
|
-
return (
|
|
6356
|
-
React.createElement("div", { className: getCssClasses(), ...rest },
|
|
6357
|
-
React.createElement("div", { className: getCssClassesBar(), style: { 'width': getStyle() }, role: "progressbar" }))));
|
|
6199
|
+
return (jsx(Tooltip, { text: !indeterminate ? model?.toString() : '', children: jsx("div", { className: getCssClasses(), ...rest, children: jsx("div", { className: getCssClassesBar(), style: { 'width': getStyle() }, role: "progressbar" }) }) }));
|
|
6358
6200
|
};
|
|
6359
6201
|
|
|
6360
6202
|
class SidebarItemModel {
|
|
@@ -6420,40 +6262,87 @@ const Sidebar = (props) => {
|
|
|
6420
6262
|
const handleClickSubItem = (itemPath, subItemPath, e) => {
|
|
6421
6263
|
navigate(e, `${itemPath}/${subItemPath}`);
|
|
6422
6264
|
};
|
|
6423
|
-
return (
|
|
6424
|
-
|
|
6425
|
-
|
|
6426
|
-
|
|
6427
|
-
|
|
6428
|
-
|
|
6429
|
-
"(",
|
|
6430
|
-
item.items.length,
|
|
6431
|
-
")"))) }),
|
|
6432
|
-
item.items && item.items.length > 0 &&
|
|
6433
|
-
React.createElement(ListItemAction, null, item.isCollapsed ? React.createElement(ChevronDownSolidIcon, null) : React.createElement(ChevronUpSolidIcon, null))),
|
|
6434
|
-
!item.isCollapsed && item.items && item.items.length > 0 && (React.createElement(List, { className: "list-level-1", key: `${item.id}-sub` }, item.items.map(subItem => (React.createElement(ListItem, { className: "list-item-level-1", active: isMenuItemActive(subItem.path), key: subItem.id, onClick: (e) => handleClickSubItem(item.path, subItem.path, e) }, subItem.label)))))))))));
|
|
6435
|
-
};
|
|
6436
|
-
|
|
6437
|
-
var css_248z$j = ".Snackbar-module_snackbar__O5T2b {\n display: flex;\n align-items: center;\n min-width: 288px;\n padding: 6px 16px;\n transform-origin: center;\n min-height: 52px;\n animation: Snackbar-module_bounceIn__E47iD 0.4s ease;\n z-index: 1001;\n position: fixed;\n left: 50%;\n transform: translateX(-50%);\n bottom: 2%;\n border-radius: var(--borderRadius);\n}\n.Snackbar-module_snackbar__O5T2b.Snackbar-module_primary__ZBOTN {\n color: var(--primary-contrast-text);\n background-color: var(--primary);\n}\n.Snackbar-module_snackbar__O5T2b.Snackbar-module_accent__0MnFy {\n color: var(--accent-contrast-text);\n background-color: var(--accent);\n}\n.Snackbar-module_snackbar__O5T2b.Snackbar-module_secondary__s8-ez {\n color: var(--secondary-contrast-text);\n background-color: var(--secondary);\n}\n.Snackbar-module_snackbar__O5T2b.Snackbar-module_light__Vrd7o {\n color: var(--light-contrast-text);\n background-color: var(--light);\n}\n.Snackbar-module_snackbar__O5T2b.Snackbar-module_dark__U-5io {\n color: var(--dark-contrast-text);\n background-color: var(--dark);\n}\n\n.Snackbar-module_text__G5r5D {\n width: 100%;\n padding: 8px 0;\n}\n\n.Snackbar-module_action__vus2Y {\n margin-left: auto;\n}\n.Snackbar-module_action__vus2Y:hover {\n cursor: pointer;\n}\n\n@keyframes Snackbar-module_bounceIn__E47iD {\n 0% {\n opacity: 0;\n }\n 50% {\n opacity: 0.9;\n }\n 80% {\n opacity: 1;\n }\n 100% {\n opacity: 1;\n }\n}";
|
|
6438
|
-
var styles$j = {"snackbar":"Snackbar-module_snackbar__O5T2b","bounceIn":"Snackbar-module_bounceIn__E47iD","primary":"Snackbar-module_primary__ZBOTN","accent":"Snackbar-module_accent__0MnFy","secondary":"Snackbar-module_secondary__s8-ez","light":"Snackbar-module_light__Vrd7o","dark":"Snackbar-module_dark__U-5io","text":"Snackbar-module_text__G5r5D","action":"Snackbar-module_action__vus2Y"};
|
|
6265
|
+
return (jsx("nav", { className: getCssClasses(), ...rest, children: jsx(List, { children: menuItems.map(item => (jsxs(React.Fragment, { children: [jsxs(ListItem, { active: isMenuItemActive(item.path), onClick: (e) => handleClickItem(item, e), children: [jsx(ListItemText, { primary: jsxs(Fragment$1, { children: [item.label, item.items && item.items.length > 0 && (jsxs("small", { className: "ml-2", children: ["(", item.items.length, ")"] }))] }) }), item.items && item.items.length > 0 &&
|
|
6266
|
+
jsx(ListItemAction, { children: item.isCollapsed ? jsx(ChevronDownSolidIcon, {}) : jsx(ChevronUpSolidIcon, {}) })] }), !item.isCollapsed && item.items && item.items.length > 0 && (jsx(List, { className: "list-level-1", children: item.items.map(subItem => (jsx(ListItem, { className: "list-item-level-1", active: isMenuItemActive(subItem.path), onClick: (e) => handleClickSubItem(item.path, subItem.path, e), children: subItem.label }, subItem.id))) }, `${item.id}-sub`))] }, item.id))) }) }));
|
|
6267
|
+
};
|
|
6268
|
+
|
|
6269
|
+
var css_248z$j = "@keyframes SkeletonAvatar-module_skeleton-loading__eM-ZU {\n 0% {\n background-color: hsl(200deg, 20%, 80%);\n }\n 100% {\n background-color: hsl(200deg, 20%, 95%);\n }\n}\n.SkeletonAvatar-module_skeletonAvatar__03QnJ {\n width: 30px;\n height: 30px;\n border-radius: 50%;\n background-color: var(--secondary);\n animation: SkeletonAvatar-module_skeleton-loading__eM-ZU 1s linear infinite alternate;\n}";
|
|
6270
|
+
var styles$j = {"skeletonAvatar":"SkeletonAvatar-module_skeletonAvatar__03QnJ","skeleton-loading":"SkeletonAvatar-module_skeleton-loading__eM-ZU"};
|
|
6439
6271
|
styleInject(css_248z$j);
|
|
6440
6272
|
|
|
6273
|
+
const SkeletonAvatar = (props) => {
|
|
6274
|
+
const { className, ...rest } = props;
|
|
6275
|
+
const getCssClasses = () => {
|
|
6276
|
+
const cssClasses = [];
|
|
6277
|
+
cssClasses.push(styles$j.skeletonAvatar);
|
|
6278
|
+
className && cssClasses.push(className);
|
|
6279
|
+
return cssClasses.filter(r => r).join(' ');
|
|
6280
|
+
};
|
|
6281
|
+
return (jsx("div", { className: getCssClasses(), ...rest }));
|
|
6282
|
+
};
|
|
6283
|
+
|
|
6284
|
+
var css_248z$i = "@keyframes SkeletonText-module_skeleton-loading__EYFfJ {\n 0% {\n background-color: hsl(200deg, 20%, 80%);\n }\n 100% {\n background-color: hsl(200deg, 20%, 95%);\n }\n}\n.SkeletonText-module_skeletonText__E5NCO {\n width: 100%;\n height: 0.7rem;\n margin-bottom: 0.5rem;\n border-radius: 0.25rem;\n animation: SkeletonText-module_skeleton-loading__EYFfJ 1s linear infinite alternate;\n}";
|
|
6285
|
+
var styles$i = {"skeletonText":"SkeletonText-module_skeletonText__E5NCO","skeleton-loading":"SkeletonText-module_skeleton-loading__EYFfJ"};
|
|
6286
|
+
styleInject(css_248z$i);
|
|
6287
|
+
|
|
6288
|
+
const SkeletonText = (props) => {
|
|
6289
|
+
const { className, ...rest } = props;
|
|
6290
|
+
const getCssClasses = () => {
|
|
6291
|
+
const cssClasses = [];
|
|
6292
|
+
cssClasses.push(styles$i.skeletonText);
|
|
6293
|
+
className && cssClasses.push(className);
|
|
6294
|
+
return cssClasses.filter(r => r).join(' ');
|
|
6295
|
+
};
|
|
6296
|
+
return (jsx("div", { className: getCssClasses(), ...rest }));
|
|
6297
|
+
};
|
|
6298
|
+
|
|
6299
|
+
var css_248z$h = "@keyframes SkeletonFooter-module_skeleton-loading__OEErv {\n 0% {\n background-color: hsl(200deg, 20%, 80%);\n }\n 100% {\n background-color: hsl(200deg, 20%, 95%);\n }\n}\n.SkeletonFooter-module_skeletonFooter__u2Gxc {\n width: 30%;\n height: 0.7rem;\n border-radius: 0.25rem;\n animation: SkeletonFooter-module_skeleton-loading__OEErv 1s linear infinite alternate;\n}";
|
|
6300
|
+
var styles$h = {"skeletonFooter":"SkeletonFooter-module_skeletonFooter__u2Gxc","skeleton-loading":"SkeletonFooter-module_skeleton-loading__OEErv"};
|
|
6301
|
+
styleInject(css_248z$h);
|
|
6302
|
+
|
|
6303
|
+
const SkeletonFooter = (props) => {
|
|
6304
|
+
const { className, ...rest } = props;
|
|
6305
|
+
const getCssClasses = () => {
|
|
6306
|
+
const cssClasses = [];
|
|
6307
|
+
cssClasses.push(styles$h.skeletonFooter);
|
|
6308
|
+
className && cssClasses.push(className);
|
|
6309
|
+
return cssClasses.filter(r => r).join(' ');
|
|
6310
|
+
};
|
|
6311
|
+
return (jsx("div", { className: getCssClasses(), ...rest }));
|
|
6312
|
+
};
|
|
6313
|
+
|
|
6314
|
+
var css_248z$g = "@keyframes SkeletonImage-module_skeleton-loading__04lJ7 {\n 0% {\n background-color: hsl(200deg, 20%, 80%);\n }\n 100% {\n background-color: hsl(200deg, 20%, 95%);\n }\n}\n.SkeletonImage-module_skeletonImage__2EwDG {\n height: 10rem;\n margin: 0.5rem 0;\n border-radius: 0.75rem;\n animation: SkeletonImage-module_skeleton-loading__04lJ7 1s linear infinite alternate;\n}\n\n.SkeletonImage-module_div__tqqrB {\n width: 100%;\n height: 100%;\n object-fit: cover;\n margin: auto;\n border-radius: 0.75rem;\n border-color: none;\n}";
|
|
6315
|
+
var styles$g = {"skeletonImage":"SkeletonImage-module_skeletonImage__2EwDG","skeleton-loading":"SkeletonImage-module_skeleton-loading__04lJ7","div":"SkeletonImage-module_div__tqqrB"};
|
|
6316
|
+
styleInject(css_248z$g);
|
|
6317
|
+
|
|
6318
|
+
const SkeletonImage = (props) => {
|
|
6319
|
+
const { className, ...rest } = props;
|
|
6320
|
+
const getCssClasses = () => {
|
|
6321
|
+
const cssClasses = [];
|
|
6322
|
+
cssClasses.push(styles$g.skeletonImage);
|
|
6323
|
+
className && cssClasses.push(className);
|
|
6324
|
+
return cssClasses.filter(r => r).join(' ');
|
|
6325
|
+
};
|
|
6326
|
+
return (jsx("div", { className: getCssClasses(), ...rest, children: jsx("div", { className: styles$g.img }) }));
|
|
6327
|
+
};
|
|
6328
|
+
|
|
6329
|
+
var css_248z$f = ".Snackbar-module_snackbar__O5T2b {\n display: flex;\n align-items: center;\n min-width: 288px;\n padding: 6px 16px;\n transform-origin: center;\n min-height: 52px;\n animation: Snackbar-module_bounceIn__E47iD 0.4s ease;\n z-index: 1001;\n position: fixed;\n left: 50%;\n transform: translateX(-50%);\n bottom: 2%;\n border-radius: var(--borderRadius);\n}\n.Snackbar-module_snackbar__O5T2b.Snackbar-module_primary__ZBOTN {\n color: var(--primary-contrast-text);\n background-color: var(--primary);\n}\n.Snackbar-module_snackbar__O5T2b.Snackbar-module_accent__0MnFy {\n color: var(--accent-contrast-text);\n background-color: var(--accent);\n}\n.Snackbar-module_snackbar__O5T2b.Snackbar-module_secondary__s8-ez {\n color: var(--secondary-contrast-text);\n background-color: var(--secondary);\n}\n.Snackbar-module_snackbar__O5T2b.Snackbar-module_light__Vrd7o {\n color: var(--light-contrast-text);\n background-color: var(--light);\n}\n.Snackbar-module_snackbar__O5T2b.Snackbar-module_dark__U-5io {\n color: var(--dark-contrast-text);\n background-color: var(--dark);\n}\n\n.Snackbar-module_text__G5r5D {\n width: 100%;\n padding: 8px 0;\n}\n\n.Snackbar-module_action__vus2Y {\n margin-left: auto;\n}\n.Snackbar-module_action__vus2Y:hover {\n cursor: pointer;\n}\n\n@keyframes Snackbar-module_bounceIn__E47iD {\n 0% {\n opacity: 0;\n }\n 50% {\n opacity: 0.9;\n }\n 80% {\n opacity: 1;\n }\n 100% {\n opacity: 1;\n }\n}";
|
|
6330
|
+
var styles$f = {"snackbar":"Snackbar-module_snackbar__O5T2b","bounceIn":"Snackbar-module_bounceIn__E47iD","primary":"Snackbar-module_primary__ZBOTN","accent":"Snackbar-module_accent__0MnFy","secondary":"Snackbar-module_secondary__s8-ez","light":"Snackbar-module_light__Vrd7o","dark":"Snackbar-module_dark__U-5io","text":"Snackbar-module_text__G5r5D","action":"Snackbar-module_action__vus2Y"};
|
|
6331
|
+
styleInject(css_248z$f);
|
|
6332
|
+
|
|
6441
6333
|
const Snackbar = (props) => {
|
|
6442
6334
|
const { children, color = COLOR.dark, actionText = 'ok', onOk, ...rest } = props;
|
|
6443
6335
|
const getCssClasses = () => {
|
|
6444
6336
|
const cssClasses = [];
|
|
6445
|
-
cssClasses.push(styles$
|
|
6337
|
+
cssClasses.push(styles$f.snackbar);
|
|
6446
6338
|
cssClasses.push(`shadow-lg`);
|
|
6447
|
-
cssClasses.push(styles$
|
|
6339
|
+
cssClasses.push(styles$f[color]);
|
|
6448
6340
|
return cssClasses.filter(css => css).join(' ');
|
|
6449
6341
|
};
|
|
6450
6342
|
const handleClickAction = (e) => {
|
|
6451
6343
|
onOk && onOk(e);
|
|
6452
6344
|
};
|
|
6453
|
-
return (
|
|
6454
|
-
React.createElement("div", { className: styles$j.text }, children),
|
|
6455
|
-
React.createElement("div", { className: styles$j.action + ' text-accent', onClick: handleClickAction },
|
|
6456
|
-
React.createElement("span", null, actionText))));
|
|
6345
|
+
return (jsxs("div", { className: getCssClasses(), ...rest, children: [jsx("div", { className: styles$f.text, children: children }), jsx("div", { className: styles$f.action + ' text-accent', onClick: handleClickAction, children: jsx("span", { children: actionText }) })] }));
|
|
6457
6346
|
};
|
|
6458
6347
|
|
|
6459
6348
|
class SnackbarService {
|
|
@@ -6477,7 +6366,7 @@ class SnackbarService {
|
|
|
6477
6366
|
this.hide();
|
|
6478
6367
|
};
|
|
6479
6368
|
this.root = client_1(this.container);
|
|
6480
|
-
this.root.render(
|
|
6369
|
+
this.root.render(jsx(Snackbar, { color: mergedOptions.color, actionText: mergedOptions.actionText, onOk: handleOk, children: message }));
|
|
6481
6370
|
});
|
|
6482
6371
|
}
|
|
6483
6372
|
hide() {
|
|
@@ -6491,29 +6380,29 @@ class SnackbarService {
|
|
|
6491
6380
|
}
|
|
6492
6381
|
const snackbarService = new SnackbarService();
|
|
6493
6382
|
|
|
6494
|
-
var css_248z$
|
|
6495
|
-
var styles$
|
|
6496
|
-
styleInject(css_248z$
|
|
6383
|
+
var css_248z$e = ".SpeedDialActions-module_speedDialActions__cY2i3 {\n margin-bottom: -32px;\n flex-direction: column-reverse;\n padding-bottom: 48px;\n display: flex;\n pointer-events: auto;\n}";
|
|
6384
|
+
var styles$e = {"speedDialActions":"SpeedDialActions-module_speedDialActions__cY2i3"};
|
|
6385
|
+
styleInject(css_248z$e);
|
|
6497
6386
|
|
|
6498
6387
|
const SpeedDialActions = (props) => {
|
|
6499
6388
|
const { children } = props;
|
|
6500
6389
|
const getCssClasses = () => {
|
|
6501
6390
|
const cssClasses = [];
|
|
6502
|
-
cssClasses.push(styles$
|
|
6391
|
+
cssClasses.push(styles$e.speedDialActions);
|
|
6503
6392
|
return cssClasses.filter(css => css).join(' ');
|
|
6504
6393
|
};
|
|
6505
|
-
return (
|
|
6394
|
+
return (jsx("div", { className: getCssClasses(), children: children }));
|
|
6506
6395
|
};
|
|
6507
6396
|
|
|
6508
|
-
var css_248z$
|
|
6509
|
-
var styles$
|
|
6510
|
-
styleInject(css_248z$
|
|
6397
|
+
var css_248z$d = ".SpeedDial-module_speedDial__W3VN2 {\n position: absolute;\n flex-direction: column-reverse;\n display: flex;\n z-index: 1050;\n align-items: center;\n right: 16px;\n bottom: 16px;\n transition: transform 225ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;\n}";
|
|
6398
|
+
var styles$d = {"speedDial":"SpeedDial-module_speedDial__W3VN2"};
|
|
6399
|
+
styleInject(css_248z$d);
|
|
6511
6400
|
|
|
6512
6401
|
const SpeedDial = (props) => {
|
|
6513
6402
|
const { children, className, open, onOpen, onClose, ...rest } = props;
|
|
6514
6403
|
const getCssClasses = () => {
|
|
6515
6404
|
const cssClasses = [];
|
|
6516
|
-
cssClasses.push(styles$
|
|
6405
|
+
cssClasses.push(styles$d.speedDial);
|
|
6517
6406
|
className && cssClasses.push(className);
|
|
6518
6407
|
return cssClasses.filter(css => css).join(' ');
|
|
6519
6408
|
};
|
|
@@ -6525,26 +6414,23 @@ const SpeedDial = (props) => {
|
|
|
6525
6414
|
onOpen && onOpen(e);
|
|
6526
6415
|
}
|
|
6527
6416
|
};
|
|
6528
|
-
return (
|
|
6529
|
-
|
|
6530
|
-
React.createElement(FloatingActionButton, { icon: React.createElement(PlusSolidIcon, null), onClick: handleClick })),
|
|
6531
|
-
open &&
|
|
6532
|
-
React.createElement(SpeedDialActions, null, children)));
|
|
6417
|
+
return (jsxs("div", { className: getCssClasses(), ...rest, children: [jsx("div", { style: { 'transform': open ? 'rotate(45deg)' : undefined }, children: jsx(FloatingActionButton, { icon: jsx(PlusSolidIcon, {}), onClick: handleClick }) }), open &&
|
|
6418
|
+
jsx(SpeedDialActions, { children: children })] }));
|
|
6533
6419
|
};
|
|
6534
6420
|
|
|
6535
|
-
var css_248z$
|
|
6536
|
-
var styles$
|
|
6537
|
-
styleInject(css_248z$
|
|
6421
|
+
var css_248z$c = ".SpeedDialAction-module_speedDialAction__kJLpz + .SpeedDialAction-module_speedDialAction__kJLpz {\n margin-bottom: 10px;\n}";
|
|
6422
|
+
var styles$c = {"speedDialAction":"SpeedDialAction-module_speedDialAction__kJLpz"};
|
|
6423
|
+
styleInject(css_248z$c);
|
|
6538
6424
|
|
|
6539
6425
|
const SpeedDialAction = (props) => {
|
|
6540
6426
|
const { icon, color = COLOR.light, onClick, className } = props;
|
|
6541
6427
|
const getCssClasses = () => {
|
|
6542
6428
|
const cssClasses = [];
|
|
6543
|
-
cssClasses.push(styles$
|
|
6429
|
+
cssClasses.push(styles$c.speedDialAction);
|
|
6544
6430
|
className && cssClasses.push(className);
|
|
6545
6431
|
return cssClasses.filter(css => css).join(' ');
|
|
6546
6432
|
};
|
|
6547
|
-
return (
|
|
6433
|
+
return (jsx(IconButton, { className: getCssClasses(), icon: icon, color: color, variant: VARIANT.contained, shadow: true, onClick: onClick }));
|
|
6548
6434
|
};
|
|
6549
6435
|
|
|
6550
6436
|
const SpeedDialIcon = (props) => {
|
|
@@ -6554,79 +6440,72 @@ const SpeedDialIcon = (props) => {
|
|
|
6554
6440
|
className && cssClasses.push(className);
|
|
6555
6441
|
return cssClasses.filter(css => css).join(' ');
|
|
6556
6442
|
};
|
|
6557
|
-
return (
|
|
6443
|
+
return (jsx(Icon, { className: getCssClasses(), ...rest, children: children }));
|
|
6558
6444
|
};
|
|
6559
6445
|
|
|
6560
|
-
var css_248z$
|
|
6561
|
-
var styles$
|
|
6562
|
-
styleInject(css_248z$
|
|
6446
|
+
var css_248z$b = ".StepperActions-module_stepperActions__hBUkh {\n display: flex;\n}";
|
|
6447
|
+
var styles$b = {"stepperActions":"StepperActions-module_stepperActions__hBUkh"};
|
|
6448
|
+
styleInject(css_248z$b);
|
|
6563
6449
|
|
|
6564
6450
|
const StepperActions = (props) => {
|
|
6565
6451
|
const { className, showDoneButton, showResetButton, isCompleted, isFirstStep, isStepOptional, onBack, onSkip, onNext, onReset } = props;
|
|
6566
6452
|
const getCssClasses = () => {
|
|
6567
6453
|
const cssClasses = [];
|
|
6568
|
-
cssClasses.push(styles$
|
|
6454
|
+
cssClasses.push(styles$b.stepperActions);
|
|
6569
6455
|
className && cssClasses.push(className);
|
|
6570
6456
|
return cssClasses.filter(css => css).join(' ');
|
|
6571
6457
|
};
|
|
6572
|
-
return (
|
|
6573
|
-
|
|
6574
|
-
|
|
6575
|
-
|
|
6576
|
-
isCompleted && showResetButton && (React.createElement(Button, { color: COLOR.secondary, variant: VARIANT.text, onClick: () => onReset && onReset() }, "Reset")),
|
|
6577
|
-
isStepOptional && (React.createElement(Button, { variant: VARIANT.contained, color: COLOR.primary, onClick: () => onSkip && onSkip() }, "Skip")),
|
|
6578
|
-
!isCompleted &&
|
|
6579
|
-
React.createElement(Button, { className: 'ml-2', variant: VARIANT.contained, color: COLOR.primary, endIcon: React.createElement(ChevronRightSolidIcon, null), onClick: () => onNext && onNext() }, "Next"),
|
|
6580
|
-
isCompleted && showDoneButton &&
|
|
6581
|
-
React.createElement(Button, { className: 'ml-2', variant: VARIANT.contained, color: COLOR.primary, startIcon: React.createElement(CheckSolidIcon, null), onClick: () => onNext && onNext() }, "Done"))));
|
|
6458
|
+
return (jsxs("div", { className: getCssClasses(), children: [!isFirstStep &&
|
|
6459
|
+
jsx(Button, { className: "mr-2", variant: VARIANT.outline, startIcon: jsx(ChevronLeftSolidIcon, {}), onClick: () => onBack && onBack(), children: "Back" }), jsxs("div", { className: "ml-auto", children: [isCompleted && showResetButton && (jsx(Button, { color: COLOR.secondary, variant: VARIANT.text, onClick: () => onReset && onReset(), children: "Reset" })), isStepOptional && (jsx(Button, { variant: VARIANT.contained, color: COLOR.primary, onClick: () => onSkip && onSkip(), children: "Skip" })), !isCompleted &&
|
|
6460
|
+
jsx(Button, { className: 'ml-2', variant: VARIANT.contained, color: COLOR.primary, endIcon: jsx(ChevronRightSolidIcon, {}), onClick: () => onNext && onNext(), children: "Next" }), isCompleted && showDoneButton &&
|
|
6461
|
+
jsx(Button, { className: 'ml-2', variant: VARIANT.contained, color: COLOR.primary, startIcon: jsx(CheckSolidIcon, {}), onClick: () => onNext && onNext(), children: "Done" })] })] }));
|
|
6582
6462
|
};
|
|
6583
6463
|
|
|
6584
6464
|
const StepPanel = (props) => {
|
|
6585
6465
|
const { children } = props;
|
|
6586
|
-
return (
|
|
6466
|
+
return (jsx("div", { className: "steppanel", children: children }));
|
|
6587
6467
|
};
|
|
6588
6468
|
|
|
6589
|
-
var css_248z$
|
|
6590
|
-
var styles$
|
|
6591
|
-
styleInject(css_248z$
|
|
6469
|
+
var css_248z$a = ".StepConnector-module_stepConnector__A7A-7 {\n flex: 1 1 auto;\n flex-shrink: 0;\n min-width: 20px;\n}\n\n.StepConnector-module_stepConnectorLine__8rQxv {\n display: block;\n border-color: var(--secondary);\n transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;\n}\n.StepConnector-module_stepConnectorLine__8rQxv.StepConnector-module_isActive__TUIKV {\n border-color: var(--primary);\n}\n\n.StepConnector-module_stepConnectorLineHorizontal__i09K0 {\n border-top-style: solid;\n border-top-width: 1px;\n}";
|
|
6470
|
+
var styles$a = {"stepConnector":"StepConnector-module_stepConnector__A7A-7","stepConnectorLine":"StepConnector-module_stepConnectorLine__8rQxv","isActive":"StepConnector-module_isActive__TUIKV","stepConnectorLineHorizontal":"StepConnector-module_stepConnectorLineHorizontal__i09K0"};
|
|
6471
|
+
styleInject(css_248z$a);
|
|
6592
6472
|
|
|
6593
6473
|
const StepConnector = (props) => {
|
|
6594
6474
|
const { isActive, isHorizontal = true } = props;
|
|
6595
6475
|
const getCssClassesConnector = () => {
|
|
6596
6476
|
const cssClasses = [];
|
|
6597
|
-
cssClasses.push(styles$
|
|
6477
|
+
cssClasses.push(styles$a.stepConnector);
|
|
6598
6478
|
return cssClasses.filter(css => css).join(' ');
|
|
6599
6479
|
};
|
|
6600
6480
|
const getCssClassesLine = () => {
|
|
6601
6481
|
const cssClasses = [];
|
|
6602
|
-
cssClasses.push(styles$
|
|
6603
|
-
isActive && cssClasses.push(styles$
|
|
6604
|
-
isHorizontal && cssClasses.push(styles$
|
|
6482
|
+
cssClasses.push(styles$a.stepConnectorLine);
|
|
6483
|
+
isActive && cssClasses.push(styles$a['isActive']);
|
|
6484
|
+
isHorizontal && cssClasses.push(styles$a.stepConnectorLineHorizontal);
|
|
6605
6485
|
return cssClasses.filter(css => css).join(' ');
|
|
6606
6486
|
};
|
|
6607
|
-
return (
|
|
6608
|
-
React.createElement("div", { className: getCssClassesLine() })));
|
|
6487
|
+
return (jsx("div", { className: getCssClassesConnector(), children: jsx("div", { className: getCssClassesLine() }) }));
|
|
6609
6488
|
};
|
|
6610
6489
|
|
|
6611
|
-
var css_248z$
|
|
6612
|
-
var styles$
|
|
6613
|
-
styleInject(css_248z$
|
|
6490
|
+
var css_248z$9 = ".Stepper-module_stepper__V6odG {\n display: flex;\n align-items: center;\n flex-direction: row;\n margin-bottom: 10px;\n}\n.Stepper-module_stepper__V6odG.Stepper-module_isHorizontal__Q-3Wu {\n overflow-x: auto;\n}";
|
|
6491
|
+
var styles$9 = {"stepper":"Stepper-module_stepper__V6odG","isHorizontal":"Stepper-module_isHorizontal__Q-3Wu"};
|
|
6492
|
+
styleInject(css_248z$9);
|
|
6614
6493
|
|
|
6615
|
-
var css_248z$
|
|
6616
|
-
var styles$
|
|
6617
|
-
styleInject(css_248z$
|
|
6494
|
+
var css_248z$8 = ".Dot-module_dot__w59yb {\n transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;\n border-radius: 50%;\n width: 8px;\n height: 8px;\n margin: 0px 2px;\n background-color: var(--secondary);\n}\n.Dot-module_dot__w59yb.Dot-module_isActive__V74RJ {\n background-color: var(--primary);\n}";
|
|
6495
|
+
var styles$8 = {"dot":"Dot-module_dot__w59yb","isActive":"Dot-module_isActive__V74RJ"};
|
|
6496
|
+
styleInject(css_248z$8);
|
|
6618
6497
|
|
|
6619
6498
|
const Dot = (props) => {
|
|
6620
6499
|
const { className, color = COLOR.primary, isActive, ...rest } = props;
|
|
6621
6500
|
const getCssClasses = () => {
|
|
6622
6501
|
const cssClasses = [];
|
|
6623
|
-
cssClasses.push(styles$
|
|
6624
|
-
cssClasses.push(styles$
|
|
6625
|
-
isActive && cssClasses.push(styles$
|
|
6502
|
+
cssClasses.push(styles$8.dot);
|
|
6503
|
+
cssClasses.push(styles$8[color]);
|
|
6504
|
+
isActive && cssClasses.push(styles$8.isActive);
|
|
6626
6505
|
className && cssClasses.push(className);
|
|
6627
6506
|
return cssClasses.filter(css => css).join(' ');
|
|
6628
6507
|
};
|
|
6629
|
-
return (
|
|
6508
|
+
return (jsx("div", { className: getCssClasses(), ...rest }));
|
|
6630
6509
|
};
|
|
6631
6510
|
|
|
6632
6511
|
const Stepper = (props) => {
|
|
@@ -6658,16 +6537,16 @@ const Stepper = (props) => {
|
|
|
6658
6537
|
setActiveIndex(index);
|
|
6659
6538
|
};
|
|
6660
6539
|
const renderSteps = (child, index) => {
|
|
6661
|
-
return (
|
|
6662
|
-
|
|
6663
|
-
|
|
6664
|
-
|
|
6665
|
-
|
|
6666
|
-
|
|
6667
|
-
|
|
6668
|
-
|
|
6669
|
-
|
|
6670
|
-
|
|
6540
|
+
return (jsx(Fragment$1, { children: React.isValidElement(child) &&
|
|
6541
|
+
cloneElement(child, {
|
|
6542
|
+
index: index,
|
|
6543
|
+
isActive: activeIndex >= index,
|
|
6544
|
+
isDone: activeIndex > index,
|
|
6545
|
+
isDisabled: isLinear && (activeIndex + 1 < index),
|
|
6546
|
+
showLabel: showLabel,
|
|
6547
|
+
showProgressCheckIcon: showProgressCheckIcon,
|
|
6548
|
+
onClick: () => handleClickStep(index)
|
|
6549
|
+
}) }));
|
|
6671
6550
|
};
|
|
6672
6551
|
const isStepOptional = (index) => {
|
|
6673
6552
|
return steps && steps[index].props.isOptional;
|
|
@@ -6711,46 +6590,40 @@ const Stepper = (props) => {
|
|
|
6711
6590
|
};
|
|
6712
6591
|
const getCssClasses = () => {
|
|
6713
6592
|
const cssClasses = [];
|
|
6714
|
-
cssClasses.push(styles$
|
|
6715
|
-
isHorizontal && cssClasses.push(styles$
|
|
6593
|
+
cssClasses.push(styles$9.stepper);
|
|
6594
|
+
isHorizontal && cssClasses.push(styles$9['isHorizontal']);
|
|
6716
6595
|
return cssClasses.filter(css => css).join(' ');
|
|
6717
6596
|
};
|
|
6718
|
-
return (
|
|
6719
|
-
|
|
6720
|
-
|
|
6721
|
-
|
|
6722
|
-
|
|
6723
|
-
|
|
6724
|
-
|
|
6725
|
-
|
|
6726
|
-
|
|
6727
|
-
|
|
6728
|
-
React.createElement("div", { className: 'd-flex mt-2 align-items-center justify-content-center' }, steps.map((step, index) => React.createElement(Dot, { key: index, isActive: activeIndex >= index }))))));
|
|
6729
|
-
};
|
|
6730
|
-
|
|
6731
|
-
var css_248z$b = ".Typography-module_typography__sw-td {\n font-family: var(--fontFamily);\n}\n.Typography-module_typography__sw-td.Typography-module_wrap__W7G0R {\n white-space: nowrap;\n overflow: hidden;\n text-overflow: ellipsis;\n}\n\nh1 {\n font-size: calc(1.375rem + 1.5vw);\n}\n\nh2 {\n font-size: calc(1.325rem + 0.9vw);\n}\n\nh3 {\n font-size: calc(1.3rem + 0.6vw);\n}\n\nh4 {\n font-size: calc(1.275rem + 0.3vw);\n}\n\nh5 {\n font-size: 1.25rem;\n}\n\nh6 {\n font-size: 1rem;\n}\n\nh1,\nh2,\nh3,\nh4,\nh5,\nh6 {\n font-weight: 500 !important;\n margin-top: 0;\n margin-bottom: 0.5rem;\n line-height: 1.2;\n}";
|
|
6732
|
-
var styles$b = {"typography":"Typography-module_typography__sw-td","wrap":"Typography-module_wrap__W7G0R"};
|
|
6733
|
-
styleInject(css_248z$b);
|
|
6597
|
+
return (jsx(Fragment$1, { children: steps &&
|
|
6598
|
+
jsxs(Fragment$1, { children: [showSteps &&
|
|
6599
|
+
jsx("div", { className: getCssClasses(), children: steps.map((child, index) => (jsxs(Fragment$2, { children: [renderSteps(child, index), index !== steps.length - 1 && jsx(StepConnector, { isActive: activeIndex > index })] }, child.props.value))) }), steps && steps.map((step, index) => jsx(Fragment$2, { children: index === activeIndex &&
|
|
6600
|
+
jsx(StepPanel, { children: step.props.children }) }, step.props.value)), jsx(StepperActions, { className: "mt-3", isFirstStep: activeIndex === 0, isStepOptional: isStepOptional(activeIndex), isCompleted: isLastStep(), onBack: handleBack, onSkip: handleSkip, onNext: handleNext, onReset: handleReset, showDoneButton: showDoneButton, showResetButton: showResetButton }), steps && showDots &&
|
|
6601
|
+
jsx("div", { className: 'd-flex mt-2 align-items-center justify-content-center', children: steps.map((step, index) => jsx(Dot, { isActive: activeIndex >= index }, index)) })] }) }));
|
|
6602
|
+
};
|
|
6603
|
+
|
|
6604
|
+
var css_248z$7 = ".Typography-module_typography__sw-td {\n font-family: var(--fontFamily);\n}\n.Typography-module_typography__sw-td.Typography-module_wrap__W7G0R {\n white-space: nowrap;\n overflow: hidden;\n text-overflow: ellipsis;\n}\n\nh1 {\n font-size: calc(1.375rem + 1.5vw);\n}\n\nh2 {\n font-size: calc(1.325rem + 0.9vw);\n}\n\nh3 {\n font-size: calc(1.3rem + 0.6vw);\n}\n\nh4 {\n font-size: calc(1.275rem + 0.3vw);\n}\n\nh5 {\n font-size: 1.25rem;\n}\n\nh6 {\n font-size: 1rem;\n}\n\nh1,\nh2,\nh3,\nh4,\nh5,\nh6 {\n font-weight: 500 !important;\n margin-top: 0;\n margin-bottom: 0.5rem;\n line-height: 1.2;\n}";
|
|
6605
|
+
var styles$7 = {"typography":"Typography-module_typography__sw-td","wrap":"Typography-module_wrap__W7G0R"};
|
|
6606
|
+
styleInject(css_248z$7);
|
|
6734
6607
|
|
|
6735
6608
|
const Wrapper = (props) => {
|
|
6736
6609
|
const { as = 'span', wrap, children, className, ...rest } = props;
|
|
6737
6610
|
const getCssClasses = () => {
|
|
6738
6611
|
const cssClasses = [];
|
|
6739
|
-
cssClasses.push(styles$
|
|
6740
|
-
cssClasses.push(styles$
|
|
6741
|
-
wrap && cssClasses.push(styles$
|
|
6612
|
+
cssClasses.push(styles$7.typography);
|
|
6613
|
+
cssClasses.push(styles$7.as);
|
|
6614
|
+
wrap && cssClasses.push(styles$7.wrap);
|
|
6742
6615
|
className && cssClasses.push(className);
|
|
6743
6616
|
return cssClasses.filter(css => css).join(' ');
|
|
6744
6617
|
};
|
|
6745
6618
|
return React.createElement(as, { ...rest, className: getCssClasses() }, children);
|
|
6746
6619
|
};
|
|
6747
6620
|
const Typography = ({ children, as = 'span', wrap, ...rest }) => {
|
|
6748
|
-
return (
|
|
6621
|
+
return (jsx(Wrapper, { as: as, wrap: wrap, ...rest, children: children }));
|
|
6749
6622
|
};
|
|
6750
6623
|
|
|
6751
|
-
var css_248z$
|
|
6752
|
-
var styles$
|
|
6753
|
-
styleInject(css_248z$
|
|
6624
|
+
var css_248z$6 = ".Step-module_stepWrapper__IQwq1 {\n display: flex;\n align-items: center;\n padding-left: 8px;\n padding-right: 8px;\n transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;\n}\n.Step-module_stepWrapper__IQwq1.Step-module_hasLabel__LZNvd:not(.Step-module_disabled__JnxUP):hover {\n cursor: pointer;\n background-color: rgba(0, 0, 0, 0.04);\n border-radius: var(--borderRadius);\n}\n\n.Step-module_step__k42go {\n width: 40px;\n height: 40px;\n position: relative;\n display: flex;\n align-items: center;\n justify-content: center;\n transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;\n}\n.Step-module_step__k42go:not(.Step-module_hasLabel__LZNvd):not(.Step-module_disabled__JnxUP):hover {\n border-radius: 100%;\n cursor: pointer;\n background-color: rgba(0, 0, 0, 0.04);\n}\n.Step-module_step__k42go.Step-module_hasLabel__LZNvd svg {\n width: 18px !important;\n height: 18px !important;\n}\n\n.Step-module_stepIconCircle__hnxIV svg {\n width: 24px;\n height: 24px;\n}\n\n.Step-module_stepValue__B0-xv {\n position: absolute;\n color: var(--secondary-contrast-text);\n}\n.Step-module_stepValue__B0-xv .Step-module_isActive__3GGcl {\n color: var(--primary-contrast-text);\n}";
|
|
6625
|
+
var styles$6 = {"stepWrapper":"Step-module_stepWrapper__IQwq1","hasLabel":"Step-module_hasLabel__LZNvd","disabled":"Step-module_disabled__JnxUP","step":"Step-module_step__k42go","stepIconCircle":"Step-module_stepIconCircle__hnxIV","stepValue":"Step-module_stepValue__B0-xv","isActive":"Step-module_isActive__3GGcl"};
|
|
6626
|
+
styleInject(css_248z$6);
|
|
6754
6627
|
|
|
6755
6628
|
const Step = (props) => {
|
|
6756
6629
|
const { className, label, showLabel, index, value, isActive, isDone, isDisabled, showProgressCheckIcon, onClick } = props;
|
|
@@ -6762,98 +6635,31 @@ const Step = (props) => {
|
|
|
6762
6635
|
};
|
|
6763
6636
|
const getCssClasses = () => {
|
|
6764
6637
|
const cssClasses = [];
|
|
6765
|
-
cssClasses.push(styles$
|
|
6766
|
-
label && showLabel && cssClasses.push(styles$
|
|
6767
|
-
isDisabled && cssClasses.push(styles$
|
|
6638
|
+
cssClasses.push(styles$6.stepWrapper);
|
|
6639
|
+
label && showLabel && cssClasses.push(styles$6['hasLabel']);
|
|
6640
|
+
isDisabled && cssClasses.push(styles$6['disabled']);
|
|
6768
6641
|
className && cssClasses.push(className);
|
|
6769
6642
|
return cssClasses.filter(css => css).join(' ');
|
|
6770
6643
|
};
|
|
6771
6644
|
const getCssClassesStep = () => {
|
|
6772
6645
|
const cssClasses = [];
|
|
6773
|
-
cssClasses.push(styles$
|
|
6774
|
-
label && showLabel && cssClasses.push(styles$
|
|
6775
|
-
isDisabled && cssClasses.push(styles$
|
|
6646
|
+
cssClasses.push(styles$6.step);
|
|
6647
|
+
label && showLabel && cssClasses.push(styles$6['hasLabel']);
|
|
6648
|
+
isDisabled && cssClasses.push(styles$6['disabled']);
|
|
6776
6649
|
return cssClasses.filter(css => css).join(' ');
|
|
6777
6650
|
};
|
|
6778
6651
|
const getCssClassesStepValue = () => {
|
|
6779
6652
|
const cssClasses = [];
|
|
6780
|
-
cssClasses.push(styles$
|
|
6653
|
+
cssClasses.push(styles$6.stepValue);
|
|
6781
6654
|
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
|
6782
|
-
isActive && cssClasses.push(styles$
|
|
6655
|
+
isActive && cssClasses.push(styles$6.stepValue['isActive']);
|
|
6783
6656
|
return cssClasses.filter(css => css).join(' ');
|
|
6784
6657
|
};
|
|
6785
|
-
return (
|
|
6786
|
-
|
|
6787
|
-
|
|
6788
|
-
|
|
6789
|
-
|
|
6790
|
-
React.createElement(Icon, null,
|
|
6791
|
-
React.createElement(CheckSolidIcon, null))
|
|
6792
|
-
:
|
|
6793
|
-
React.createElement(Typography, null, index + 1))),
|
|
6794
|
-
label && showLabel &&
|
|
6795
|
-
React.createElement(Typography, { className: "flex-shrink-0" }, label)));
|
|
6796
|
-
};
|
|
6797
|
-
|
|
6798
|
-
var css_248z$9 = "@keyframes SkeletonAvatar-module_skeleton-loading__eM-ZU {\n 0% {\n background-color: hsl(200deg, 20%, 80%);\n }\n 100% {\n background-color: hsl(200deg, 20%, 95%);\n }\n}\n.SkeletonAvatar-module_skeletonAvatar__03QnJ {\n width: 30px;\n height: 30px;\n border-radius: 50%;\n background-color: var(--secondary);\n animation: SkeletonAvatar-module_skeleton-loading__eM-ZU 1s linear infinite alternate;\n}";
|
|
6799
|
-
var styles$9 = {"skeletonAvatar":"SkeletonAvatar-module_skeletonAvatar__03QnJ","skeleton-loading":"SkeletonAvatar-module_skeleton-loading__eM-ZU"};
|
|
6800
|
-
styleInject(css_248z$9);
|
|
6801
|
-
|
|
6802
|
-
const SkeletonAvatar = (props) => {
|
|
6803
|
-
const { className, ...rest } = props;
|
|
6804
|
-
const getCssClasses = () => {
|
|
6805
|
-
const cssClasses = [];
|
|
6806
|
-
cssClasses.push(styles$9.skeletonAvatar);
|
|
6807
|
-
className && cssClasses.push(className);
|
|
6808
|
-
return cssClasses.filter(r => r).join(' ');
|
|
6809
|
-
};
|
|
6810
|
-
return (React.createElement("div", { className: getCssClasses(), ...rest }));
|
|
6811
|
-
};
|
|
6812
|
-
|
|
6813
|
-
var css_248z$8 = "@keyframes SkeletonText-module_skeleton-loading__EYFfJ {\n 0% {\n background-color: hsl(200deg, 20%, 80%);\n }\n 100% {\n background-color: hsl(200deg, 20%, 95%);\n }\n}\n.SkeletonText-module_skeletonText__E5NCO {\n width: 100%;\n height: 0.7rem;\n margin-bottom: 0.5rem;\n border-radius: 0.25rem;\n animation: SkeletonText-module_skeleton-loading__EYFfJ 1s linear infinite alternate;\n}";
|
|
6814
|
-
var styles$8 = {"skeletonText":"SkeletonText-module_skeletonText__E5NCO","skeleton-loading":"SkeletonText-module_skeleton-loading__EYFfJ"};
|
|
6815
|
-
styleInject(css_248z$8);
|
|
6816
|
-
|
|
6817
|
-
const SkeletonText = (props) => {
|
|
6818
|
-
const { className, ...rest } = props;
|
|
6819
|
-
const getCssClasses = () => {
|
|
6820
|
-
const cssClasses = [];
|
|
6821
|
-
cssClasses.push(styles$8.skeletonText);
|
|
6822
|
-
className && cssClasses.push(className);
|
|
6823
|
-
return cssClasses.filter(r => r).join(' ');
|
|
6824
|
-
};
|
|
6825
|
-
return (React.createElement("div", { className: getCssClasses(), ...rest }));
|
|
6826
|
-
};
|
|
6827
|
-
|
|
6828
|
-
var css_248z$7 = "@keyframes SkeletonFooter-module_skeleton-loading__OEErv {\n 0% {\n background-color: hsl(200deg, 20%, 80%);\n }\n 100% {\n background-color: hsl(200deg, 20%, 95%);\n }\n}\n.SkeletonFooter-module_skeletonFooter__u2Gxc {\n width: 30%;\n height: 0.7rem;\n border-radius: 0.25rem;\n animation: SkeletonFooter-module_skeleton-loading__OEErv 1s linear infinite alternate;\n}";
|
|
6829
|
-
var styles$7 = {"skeletonFooter":"SkeletonFooter-module_skeletonFooter__u2Gxc","skeleton-loading":"SkeletonFooter-module_skeleton-loading__OEErv"};
|
|
6830
|
-
styleInject(css_248z$7);
|
|
6831
|
-
|
|
6832
|
-
const SkeletonFooter = (props) => {
|
|
6833
|
-
const { className, ...rest } = props;
|
|
6834
|
-
const getCssClasses = () => {
|
|
6835
|
-
const cssClasses = [];
|
|
6836
|
-
cssClasses.push(styles$7.skeletonFooter);
|
|
6837
|
-
className && cssClasses.push(className);
|
|
6838
|
-
return cssClasses.filter(r => r).join(' ');
|
|
6839
|
-
};
|
|
6840
|
-
return (React.createElement("div", { className: getCssClasses(), ...rest }));
|
|
6841
|
-
};
|
|
6842
|
-
|
|
6843
|
-
var css_248z$6 = "@keyframes SkeletonImage-module_skeleton-loading__04lJ7 {\n 0% {\n background-color: hsl(200deg, 20%, 80%);\n }\n 100% {\n background-color: hsl(200deg, 20%, 95%);\n }\n}\n.SkeletonImage-module_skeletonImage__2EwDG {\n height: 10rem;\n margin: 0.5rem 0;\n border-radius: 0.75rem;\n animation: SkeletonImage-module_skeleton-loading__04lJ7 1s linear infinite alternate;\n}\n\n.SkeletonImage-module_div__tqqrB {\n width: 100%;\n height: 100%;\n object-fit: cover;\n margin: auto;\n border-radius: 0.75rem;\n border-color: none;\n}";
|
|
6844
|
-
var styles$6 = {"skeletonImage":"SkeletonImage-module_skeletonImage__2EwDG","skeleton-loading":"SkeletonImage-module_skeleton-loading__04lJ7","div":"SkeletonImage-module_div__tqqrB"};
|
|
6845
|
-
styleInject(css_248z$6);
|
|
6846
|
-
|
|
6847
|
-
const SkeletonImage = (props) => {
|
|
6848
|
-
const { className, ...rest } = props;
|
|
6849
|
-
const getCssClasses = () => {
|
|
6850
|
-
const cssClasses = [];
|
|
6851
|
-
cssClasses.push(styles$6.skeletonImage);
|
|
6852
|
-
className && cssClasses.push(className);
|
|
6853
|
-
return cssClasses.filter(r => r).join(' ');
|
|
6854
|
-
};
|
|
6855
|
-
return (React.createElement("div", { className: getCssClasses(), ...rest },
|
|
6856
|
-
React.createElement("div", { className: styles$6.img })));
|
|
6658
|
+
return (jsxs("div", { ref: hoverRef, className: getCssClasses(), onClick: handleClick, children: [jsxs("div", { className: getCssClassesStep(), children: [jsx(Icon, { className: styles$6.stepIconCircle, iconColor: (isHovered || isActive) && !isDisabled ? COLOR.primary : COLOR.secondary, children: jsx(CircleSolidIcon, {}) }), jsx("div", { className: getCssClassesStepValue(), children: showProgressCheckIcon && isActive && isDone ?
|
|
6659
|
+
jsx(Icon, { children: jsx(CheckSolidIcon, {}) })
|
|
6660
|
+
:
|
|
6661
|
+
jsx(Typography, { children: index + 1 }) })] }), label && showLabel &&
|
|
6662
|
+
jsx(Typography, { className: "flex-shrink-0", children: label })] }));
|
|
6857
6663
|
};
|
|
6858
6664
|
|
|
6859
6665
|
var css_248z$5 = ":root {\n --table-bg: transparent;\n --table-accent-bg: transparent;\n --table-striped-color: #212529;\n --table-striped-bg: rgba(0, 0, 0, 0.05);\n --table-active-color: #212529;\n --table-active-bg: rgba(0, 0, 0, 0.1);\n --table-hover-color: #212529;\n --table-hover-bg: rgba(0, 0, 0, 0.075);\n}\n\n.Table-module_tableResponsive__ykttB {\n overflow-x: auto;\n}\n\n.Table-module_table__DHKNv {\n display: table;\n width: 100%;\n border-collapse: collapse;\n border-spacing: 0px;\n min-width: 650px;\n}\n.Table-module_table__DHKNv thead {\n display: table-header-group;\n}\n.Table-module_table__DHKNv tbody {\n display: table-row-group;\n}\n.Table-module_table__DHKNv tr {\n color: inherit;\n display: table-row;\n vertical-align: middle;\n outline: 0px;\n}\n.Table-module_table__DHKNv th {\n font-size: 0.875rem;\n line-height: 1.5rem;\n letter-spacing: 0.01071em;\n display: table-cell;\n vertical-align: inherit;\n border-bottom: 1px solid rgb(224, 224, 224);\n text-align: left;\n padding: 16px;\n color: rgba(0, 0, 0, 0.87);\n border-collapse: collapse;\n border-spacing: 0px;\n}\n.Table-module_table__DHKNv td {\n font-size: 0.875rem;\n line-height: 1.43;\n letter-spacing: 0.01071em;\n display: table-cell;\n vertical-align: inherit;\n border-bottom: 1px solid rgb(224, 224, 224);\n padding: 16px;\n color: rgba(0, 0, 0, 0.87);\n flex-direction: row-reverse;\n}\n\n.Table-module_hover__P6r3y > tbody > tr:hover > * {\n background-color: var(--table-hover-bg);\n color: var(--table-hover-color);\n}";
|
|
@@ -6871,13 +6677,12 @@ const Table = (props) => {
|
|
|
6871
6677
|
className && cssClasses.push(className);
|
|
6872
6678
|
return cssClasses.filter(css => css).join(' ');
|
|
6873
6679
|
};
|
|
6874
|
-
return (
|
|
6875
|
-
React.createElement("table", { className: getCssClasses(), ...rest }, children)));
|
|
6680
|
+
return (jsx(ConditionalWrapper, { condition: responsive, wrapper: (children) => jsx("div", { className: styles$5.tableResponsive, children: children }), children: jsx("table", { className: getCssClasses(), ...rest, children: children }) }));
|
|
6876
6681
|
};
|
|
6877
6682
|
|
|
6878
6683
|
const TableRow = (props) => {
|
|
6879
6684
|
const { children, ...rest } = props;
|
|
6880
|
-
return (
|
|
6685
|
+
return (jsx("tr", { ...rest, children: children }));
|
|
6881
6686
|
};
|
|
6882
6687
|
|
|
6883
6688
|
const TableContext = createContext({
|
|
@@ -6887,21 +6692,19 @@ const useTableContext = () => useContext(TableContext);
|
|
|
6887
6692
|
|
|
6888
6693
|
const TableHead = (props) => {
|
|
6889
6694
|
const { children, ...rest } = props;
|
|
6890
|
-
return (
|
|
6891
|
-
React.createElement("thead", { ...rest }, children)));
|
|
6695
|
+
return (jsx(TableContext.Provider, { value: { variant: 'head' }, children: jsx("thead", { ...rest, children: children }) }));
|
|
6892
6696
|
};
|
|
6893
6697
|
|
|
6894
6698
|
const TableBody = (props) => {
|
|
6895
6699
|
const { children, ...rest } = props;
|
|
6896
|
-
return (
|
|
6897
|
-
React.createElement("tbody", { ...rest }, children)));
|
|
6700
|
+
return (jsx(TableContext.Provider, { value: { variant: 'body' }, children: jsx("tbody", { ...rest, children: children }) }));
|
|
6898
6701
|
};
|
|
6899
6702
|
|
|
6900
6703
|
const TableCell = (props) => {
|
|
6901
6704
|
const { variant } = useTableContext();
|
|
6902
6705
|
const { children, component, ...rest } = props;
|
|
6903
|
-
return (
|
|
6904
|
-
|
|
6706
|
+
return (jsx(ConditionalWrapper, { condition: true, wrapper: (children) => ((variant === 'head' || component === 'th') ? (jsx("th", { ...rest, children: children })) :
|
|
6707
|
+
jsx("td", { ...rest, children: children })), children: children }));
|
|
6905
6708
|
};
|
|
6906
6709
|
|
|
6907
6710
|
const TabContext = createContext({});
|
|
@@ -6919,7 +6722,7 @@ const TabIndicator = (props) => {
|
|
|
6919
6722
|
cssClasses.push(styles$4[color]);
|
|
6920
6723
|
return cssClasses.filter(css => css).join(' ');
|
|
6921
6724
|
};
|
|
6922
|
-
return (
|
|
6725
|
+
return (jsx("span", { className: getCssClasses(), style: {
|
|
6923
6726
|
width: width,
|
|
6924
6727
|
left: `calc(calc(100% / ${amount}) * ${index})`
|
|
6925
6728
|
} }));
|
|
@@ -6961,12 +6764,8 @@ const Tabs = (props) => {
|
|
|
6961
6764
|
className && cssClasses.push(className);
|
|
6962
6765
|
return cssClasses.filter(css => css).join(' ');
|
|
6963
6766
|
};
|
|
6964
|
-
return (
|
|
6965
|
-
|
|
6966
|
-
React.createElement("div", { className: getCssClasses() },
|
|
6967
|
-
children,
|
|
6968
|
-
children &&
|
|
6969
|
-
React.createElement(TabIndicator, { color: indicatorColor, width: (100 / React.Children.toArray(children).length) + '%', index: selectedIndex, amount: React.Children.toArray(children).length })))));
|
|
6767
|
+
return (jsx(ButtonContext.Provider, { value: { color: color || COLOR.light }, children: jsx(TabContext.Provider, { value: tabContext, children: jsxs("div", { className: getCssClasses(), children: [children, children &&
|
|
6768
|
+
jsx(TabIndicator, { color: indicatorColor, width: (100 / React.Children.toArray(children).length) + '%', index: selectedIndex, amount: React.Children.toArray(children).length })] }) }) }));
|
|
6970
6769
|
};
|
|
6971
6770
|
|
|
6972
6771
|
var css_248z$2 = ".Tab-module_tab__Q8w1f {\n padding: 6px 12px;\n overflow: hidden;\n position: relative;\n font-size: 0.875rem;\n min-width: 72px;\n box-sizing: border-box;\n min-height: 48px;\n text-align: center;\n font-weight: 500;\n line-height: 1.75;\n white-space: normal;\n letter-spacing: 0.02857em;\n text-transform: uppercase;\n border-radius: 0;\n flex-grow: 1;\n flex-basis: 0;\n transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;\n}";
|
|
@@ -6986,12 +6785,12 @@ const Tab = (props) => {
|
|
|
6986
6785
|
onClick && onClick({ event: event, value: value });
|
|
6987
6786
|
setSelectedValue && setSelectedValue(value);
|
|
6988
6787
|
};
|
|
6989
|
-
return (
|
|
6788
|
+
return (jsx(Button, { className: getCssClasses(), onClick: handleClick, isActive: selectedValue === value, disabled: disabled, children: label }));
|
|
6990
6789
|
};
|
|
6991
6790
|
|
|
6992
6791
|
const TabPanel = (props) => {
|
|
6993
6792
|
const { children, value, index, ...rest } = props;
|
|
6994
|
-
return (
|
|
6793
|
+
return (jsx("div", { role: "tabpanel", hidden: value !== index, id: `tabpanel-${index}`, "aria-labelledby": `wrapped-tab-${index}`, ...rest, children: value === index && children }));
|
|
6995
6794
|
};
|
|
6996
6795
|
|
|
6997
6796
|
const HourSelect = (props) => {
|
|
@@ -7014,7 +6813,7 @@ const HourSelect = (props) => {
|
|
|
7014
6813
|
setNewValue(e);
|
|
7015
6814
|
onChange && onChange(e);
|
|
7016
6815
|
};
|
|
7017
|
-
return (
|
|
6816
|
+
return (jsx(Select, { id: id, name: name, className: getCssClasses(), options: hourOptions, onChange: (e) => handleOnChange(parseInt(e)), disabled: disabled, value: newValue.toString() }));
|
|
7018
6817
|
};
|
|
7019
6818
|
|
|
7020
6819
|
const MilliSecondSelect = (props) => {
|
|
@@ -7037,7 +6836,7 @@ const MilliSecondSelect = (props) => {
|
|
|
7037
6836
|
setNewValue(e);
|
|
7038
6837
|
onChange && onChange(e);
|
|
7039
6838
|
};
|
|
7040
|
-
return (
|
|
6839
|
+
return (jsx(Select, { id: id, name: name, className: getCssClasses(), options: milliSecondOptions, onChange: (e) => handleOnChange(parseInt(e)), disabled: disabled, value: newValue.toString() }));
|
|
7041
6840
|
};
|
|
7042
6841
|
|
|
7043
6842
|
const MinuteSelect = (props) => {
|
|
@@ -7060,7 +6859,7 @@ const MinuteSelect = (props) => {
|
|
|
7060
6859
|
setNewValue(e);
|
|
7061
6860
|
onChange && onChange(e);
|
|
7062
6861
|
};
|
|
7063
|
-
return (
|
|
6862
|
+
return (jsx(Select, { id: id, name: name, className: getCssClasses(), options: minuteOptions, onChange: (e) => handleOnChange(parseInt(e)), disabled: disabled, value: newValue.toString() }));
|
|
7064
6863
|
};
|
|
7065
6864
|
|
|
7066
6865
|
const SecondSelect = (props) => {
|
|
@@ -7083,7 +6882,7 @@ const SecondSelect = (props) => {
|
|
|
7083
6882
|
setNewValue(e);
|
|
7084
6883
|
onChange && onChange(e);
|
|
7085
6884
|
};
|
|
7086
|
-
return (
|
|
6885
|
+
return (jsx(Select, { id: id, name: name, className: getCssClasses(), options: secondOptions, onChange: (e) => handleOnChange(parseInt(e)), disabled: disabled, value: newValue.toString() }));
|
|
7087
6886
|
};
|
|
7088
6887
|
|
|
7089
6888
|
var TIMEMODE;
|
|
@@ -7114,23 +6913,11 @@ const TimeSelect = (props) => {
|
|
|
7114
6913
|
setCurrDate(newDate);
|
|
7115
6914
|
onChange && onChange(newDate);
|
|
7116
6915
|
};
|
|
7117
|
-
return (
|
|
7118
|
-
|
|
7119
|
-
|
|
7120
|
-
|
|
7121
|
-
|
|
7122
|
-
showMinutes &&
|
|
7123
|
-
React.createElement(Column, null,
|
|
7124
|
-
React.createElement(FormLabel, null, "Minutes"),
|
|
7125
|
-
React.createElement(MinuteSelect, { value: currDate.getMinutes(), disabled: disabled, onChange: (e) => handleOnChange(e, TIMEMODE.MINUTE) })),
|
|
7126
|
-
showSeconds &&
|
|
7127
|
-
React.createElement(Column, null,
|
|
7128
|
-
React.createElement(FormLabel, null, "Seconds"),
|
|
7129
|
-
React.createElement(SecondSelect, { value: currDate.getSeconds(), disabled: disabled, onChange: (e) => handleOnChange(e, TIMEMODE.SECONDS) })),
|
|
7130
|
-
showMilliSeconds &&
|
|
7131
|
-
React.createElement(Column, null,
|
|
7132
|
-
React.createElement(FormLabel, null, "Milliseconds"),
|
|
7133
|
-
React.createElement(MilliSecondSelect, { value: currDate.getMilliseconds(), disabled: disabled, onChange: (e) => handleOnChange(e, TIMEMODE.MILLISECONDS) }))));
|
|
6916
|
+
return (jsxs(Row, { className: getCssClasses(), children: [showHours &&
|
|
6917
|
+
jsxs(Column, { children: [jsx(FormLabel, { children: "Hours" }), jsx(HourSelect, { value: currDate.getHours(), disabled: disabled, onChange: (e) => handleOnChange(e, TIMEMODE.HOUR) })] }), showMinutes &&
|
|
6918
|
+
jsxs(Column, { children: [jsx(FormLabel, { children: "Minutes" }), jsx(MinuteSelect, { value: currDate.getMinutes(), disabled: disabled, onChange: (e) => handleOnChange(e, TIMEMODE.MINUTE) })] }), showSeconds &&
|
|
6919
|
+
jsxs(Column, { children: [jsx(FormLabel, { children: "Seconds" }), jsx(SecondSelect, { value: currDate.getSeconds(), disabled: disabled, onChange: (e) => handleOnChange(e, TIMEMODE.SECONDS) })] }), showMilliSeconds &&
|
|
6920
|
+
jsxs(Column, { children: [jsx(FormLabel, { children: "Milliseconds" }), jsx(MilliSecondSelect, { value: currDate.getMilliseconds(), disabled: disabled, onChange: (e) => handleOnChange(e, TIMEMODE.MILLISECONDS) })] })] }));
|
|
7134
6921
|
};
|
|
7135
6922
|
|
|
7136
6923
|
var css_248z$1 = ".TreeView-module_treeView__VVj-4 {\n list-style-type: none;\n margin-bottom: 0;\n padding-left: 0px !important;\n margin-block-start: 0;\n margin-block-end: 0;\n margin-inline-start: 0px;\n margin-inline-end: 0px;\n padding-inline-start: 0px;\n}\n.TreeView-module_treeView__VVj-4 ul {\n padding-left: 48px !important;\n}";
|
|
@@ -7145,7 +6932,7 @@ const TreeView = (props) => {
|
|
|
7145
6932
|
className && cssClasses.push(className);
|
|
7146
6933
|
return cssClasses.filter(css => css).join(' ');
|
|
7147
6934
|
};
|
|
7148
|
-
return (
|
|
6935
|
+
return (jsx("ul", { className: getCssClasses(), ...rest, children: children }));
|
|
7149
6936
|
};
|
|
7150
6937
|
|
|
7151
6938
|
var css_248z = ".TreeItem-module_treeItem__Mxsjr {\n display: flex;\n flex-direction: column;\n min-height: 48px;\n justify-content: center;\n}";
|
|
@@ -7182,14 +6969,10 @@ const TreeItem = (props) => {
|
|
|
7182
6969
|
setIsSelected(!_isSelected);
|
|
7183
6970
|
onItemSelect && onItemSelect({ id: nodeId, isSelected: !_isSelected });
|
|
7184
6971
|
};
|
|
7185
|
-
return (
|
|
7186
|
-
|
|
7187
|
-
|
|
7188
|
-
React.createElement(IconButton, { onClick: () => handleOnToggleExpand(nodeId), icon: !_isExpanded ? React.createElement(ChevronRightSolidIcon, null) : React.createElement(ChevronDownSolidIcon, null) }),
|
|
7189
|
-
isSelectable && nodeId &&
|
|
7190
|
-
React.createElement(Checkbox, { checked: _isSelected, onChange: () => handleOnSelect(nodeId) }),
|
|
7191
|
-
label),
|
|
7192
|
-
children && _isExpanded ? React.createElement("ul", null, children) : null));
|
|
6972
|
+
return (jsxs("li", { className: getCssClasses(), style: { paddingLeft: `${(TreeViewItemPadding * (children ? 0 : 1))}px` }, children: [jsxs("div", { className: "d-flex align-items-center", children: [children && nodeId &&
|
|
6973
|
+
jsx(IconButton, { onClick: () => handleOnToggleExpand(nodeId), icon: !_isExpanded ? jsx(ChevronRightSolidIcon, {}) : jsx(ChevronDownSolidIcon, {}) }), isSelectable && nodeId &&
|
|
6974
|
+
jsx(Checkbox, { checked: _isSelected, onChange: () => handleOnSelect(nodeId) }), label] }), children && _isExpanded ? jsx("ul", { children: children }) : null] }));
|
|
7193
6975
|
};
|
|
7194
6976
|
|
|
7195
6977
|
export { Alert, AppBar, AppBarTitle, AutoComplete, Backdrop, Badge, Breadcrumb, BreadcrumbItem, Button, ButtonContext, ButtonGroup, COLOR, Card, CardBody, CardFooter, CardImage, CardSubtitle, CardText, CardTitle, CaretDownSolidIcon, CheckSolidIcon, CheckSquareRegularIcon, Checkbox, ChevronDownSolidIcon, ChevronLeftSolidIcon, ChevronRightSolidIcon, ChevronUpSolidIcon, Chip, CircleSolidIcon, Column, ConditionalWrapper, CssTransition, DATEMODE, DatePicker, DateSelect, DaySelect, Dot, Drawer, EmailValidator, ExpansionPanel, ExpansionPanelContent, ExpansionPanelHeader, FileInput, FloatingActionButton, Form, FormControl, FormError, FormGroup, FormHint, FormInput, FormLabel, GlobalModal, HomeSolidIcon, HourSelect, Icon, IconButton, IsEmptyValidator, IsEqualValidator, Link, List, ListItem, ListItemAction, ListItemAvatar, ListItemIcon, ListItemText, LoadingIndicator, LoadingIndicatorContainer, MODALBUTTONTYPE, MODALTYPE, MaxValidator, Menu, MenuBody, MenuDivider, MenuItem, MenuToggle, MilliSecondSelect, MinValidator, MinuteSelect, Modal, ModalBody, ModalFooter, ModalHeader, MonthSelect, NumberSelect, POSITION, PlusSolidIcon, Portal$1 as Portal, ProgressBar, Row, SIZE, STATUS, SecondSelect, Select, Sidebar, SkeletonAvatar, SkeletonFooter, SkeletonImage, SkeletonText, Snackbar, SpeedDial, SpeedDialAction, SpeedDialIcon, SpinnerSolidIcon, SquareRegularIcon, Step, Stepper, StepperActions, TIMEMODE, Tab, TabPanel, Table, TableBody, TableCell, TableHead, TableRow, Tabs, Textarea, TimeSelect, TimesCircleSolidIcon, TimesSolidIcon, Tooltip, TreeItem, TreeView, Typography, VARIANT, YearSelect, loadingIndicatorService, modalService, snackbarService, useButtonContext, useConstructor, useCssClasses, useDebounce, useHover, useMobileDetect, useOnDestroy, useWindowSize };
|
|
6978
|
+
//# sourceMappingURL=index.es.js.map
|