@surveycake/rc 3.0.0-alpha.99 → 3.0.0-gitlab-test.2
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/CHANGELOG.md +545 -0
- package/README.md +16 -3
- package/dist/EditableTable/index.d.ts +1 -1
- package/dist/Portal/index.d.ts +1 -1
- package/dist/V2/AccordionSelect/AccordionSelect.stories.d.ts +5 -0
- package/dist/V2/AccordionSelect/AccordionSelectGroup.stories.d.ts +4 -0
- package/dist/V2/AccordionSelect/components/AccordionSelectGroup.d.ts +13 -0
- package/dist/V2/AccordionSelect/components/AccordionSelectItem.d.ts +11 -0
- package/dist/V2/AccordionSelect/components/GreyBlock.d.ts +6 -0
- package/dist/V2/AccordionSelect/components/Placeholder.d.ts +7 -0
- package/dist/V2/AccordionSelect/index.d.ts +16 -0
- package/dist/V2/Autocomplete/Autocomplete.stories.d.ts +1 -0
- package/dist/V2/Autocomplete/index.d.ts +3 -2
- package/dist/V2/Dialog/styles.d.ts +3 -0
- package/dist/V2/Drawer/Drawer.stories.d.ts +4 -0
- package/dist/V2/Drawer/index.d.ts +6 -0
- package/dist/V2/FormLabel/FormLabel.stories.d.ts +2 -0
- package/dist/V2/Icon/Customize/AIFile.d.ts +3 -0
- package/dist/V2/Icon/Customize/Advertisement.d.ts +3 -0
- package/dist/V2/Icon/Customize/AutoAwesome.d.ts +3 -0
- package/dist/V2/Icon/Customize/CardboardBox.d.ts +3 -0
- package/dist/V2/Icon/Customize/Collapse.d.ts +3 -0
- package/dist/V2/Icon/Customize/Combine.d.ts +3 -0
- package/dist/V2/Icon/Customize/Copy.d.ts +3 -0
- package/dist/V2/Icon/Customize/Coupon.d.ts +3 -0
- package/dist/V2/Icon/Customize/CurlyBrackets.d.ts +3 -0
- package/dist/V2/Icon/Customize/Design.d.ts +3 -0
- package/dist/V2/Icon/Customize/DisplayLogic.d.ts +3 -0
- package/dist/V2/Icon/Customize/DonutChart.d.ts +3 -0
- package/dist/V2/Icon/Customize/DriveFileMove.d.ts +3 -0
- package/dist/V2/Icon/Customize/EmailFilled.d.ts +3 -0
- package/dist/V2/Icon/Customize/EmbedCode.d.ts +3 -0
- package/dist/V2/Icon/Customize/ExpandAll.d.ts +3 -0
- package/dist/V2/Icon/Customize/ExportSheet.d.ts +3 -0
- package/dist/V2/Icon/Customize/FileExport.d.ts +3 -0
- package/dist/V2/Icon/Customize/GridView.d.ts +3 -0
- package/dist/V2/Icon/Customize/IntegrationInstructionsOutlined.d.ts +3 -0
- package/dist/V2/Icon/Customize/LinkedIn.d.ts +3 -0
- package/dist/V2/Icon/Customize/Logic.d.ts +3 -0
- package/dist/V2/Icon/Customize/Maximum.d.ts +3 -0
- package/dist/V2/Icon/Customize/None.d.ts +3 -0
- package/dist/V2/Icon/Customize/QrCode.d.ts +3 -0
- package/dist/V2/Icon/Customize/Randomize.d.ts +3 -0
- package/dist/V2/Icon/Customize/ShieldError.d.ts +3 -0
- package/dist/V2/Icon/Customize/ShieldStar.d.ts +3 -0
- package/dist/V2/Icon/Customize/ShieldSuccess.d.ts +3 -0
- package/dist/V2/Icon/Customize/ShieldWarning.d.ts +3 -0
- package/dist/V2/Icon/Customize/ShortText.d.ts +3 -0
- package/dist/V2/Icon/Customize/Skip.d.ts +3 -0
- package/dist/V2/Icon/Customize/Swords.d.ts +3 -0
- package/dist/V2/Icon/Customize/Synchronize.d.ts +3 -0
- package/dist/V2/Icon/Customize/Tag.d.ts +3 -0
- package/dist/V2/Icon/Customize/TypeConstantSum.d.ts +3 -0
- package/dist/V2/Icon/Customize/TypeDatePicker.d.ts +2 -2
- package/dist/V2/Icon/Customize/TypeNPS.d.ts +3 -0
- package/dist/V2/Icon/Customize/TypeNestMulti.d.ts +3 -0
- package/dist/V2/Icon/Customize/TypeNestedDropdown.d.ts +3 -0
- package/dist/V2/Icon/Customize/UploadFile.d.ts +3 -0
- package/dist/V2/Icon/Customize/Video.d.ts +3 -0
- package/dist/V2/Icon/Customize/X.d.ts +3 -0
- package/dist/V2/Icon/Customize/index.d.ts +43 -1
- package/dist/V2/Icon/index.d.ts +87 -9
- package/dist/V2/List/index.d.ts +1 -1
- package/dist/V2/Menu/Menu.stories.d.ts +4 -0
- package/dist/V2/Menu/index.d.ts +6 -0
- package/dist/V2/Menu/styles.d.ts +3 -0
- package/dist/V2/MultiVarSelect/MultiVarSelect.stories.d.ts +1 -0
- package/dist/V2/MultiVarSelect/index.d.ts +8 -2
- package/dist/V2/NestedAccordionSelect/NestedAccordionSelect.stories.d.ts +8 -0
- package/dist/V2/NestedAccordionSelect/NestedAccordionSelectGroup.stories.d.ts +8 -0
- package/dist/V2/NestedAccordionSelect/components/GreyBlock.d.ts +6 -0
- package/dist/V2/NestedAccordionSelect/components/NestedAccordionSelectGroup.d.ts +14 -0
- package/dist/V2/NestedAccordionSelect/components/NestedAccordionSelectItem.d.ts +14 -0
- package/dist/V2/NestedAccordionSelect/components/Placeholder.d.ts +7 -0
- package/dist/V2/NestedAccordionSelect/index.d.ts +18 -0
- package/dist/V2/OutlinedInput/OutlinedInput.stories.d.ts +1 -0
- package/dist/V2/Popover/index.d.ts +1 -1
- package/dist/V2/Popover/styles.d.ts +3 -0
- package/dist/V2/Select/styles.d.ts +0 -1
- package/dist/V2/Shadows/Shadows.stories.d.ts +4 -0
- package/dist/V2/SwipeableDrawer/SwipeableDrawer.stories.d.ts +4 -0
- package/dist/V2/SwipeableDrawer/index.d.ts +6 -0
- package/dist/V2/VarSelect/index.d.ts +1 -1
- package/dist/V2/index.d.ts +6 -0
- package/dist/V2/styles/useThemeCompat.d.ts +172 -0
- package/dist/customEmotion.d.ts +16 -0
- package/dist/index.d.ts +1 -0
- package/dist/rc.cjs.development.js +2543 -666
- package/dist/rc.cjs.development.js.map +1 -1
- package/dist/rc.cjs.production.min.js +1 -1
- package/dist/rc.cjs.production.min.js.map +1 -1
- package/dist/rc.esm.js +2472 -605
- package/dist/rc.esm.js.map +1 -1
- package/package.json +4 -4
package/dist/rc.esm.js
CHANGED
|
@@ -1,14 +1,19 @@
|
|
|
1
1
|
import MUICssBaseline from '@material-ui/core/CssBaseline';
|
|
2
2
|
export { default as CssBaseline } from '@material-ui/core/CssBaseline';
|
|
3
|
-
import { createTheme, alpha,
|
|
4
|
-
import React, { forwardRef, useRef, useEffect, memo, useContext, useMemo,
|
|
3
|
+
import { createTheme, alpha, useTheme as useTheme$1, StylesProvider, ThemeProvider as ThemeProvider$2, makeStyles as makeStyles$1, withStyles, createStyles, styled } from '@material-ui/core/styles';
|
|
4
|
+
import React, { forwardRef, useState, useRef, useEffect, memo, useContext, useMemo, useCallback, Children, isValidElement, cloneElement, useImperativeHandle, createRef, createContext } from 'react';
|
|
5
5
|
import { ThemeProvider as ThemeProvider$1 } from 'emotion-theming';
|
|
6
|
-
import
|
|
7
|
-
import
|
|
8
|
-
import
|
|
9
|
-
import
|
|
6
|
+
import MuiAccordion$1 from '@material-ui/core/Accordion';
|
|
7
|
+
import MuiAccordionDetails$1 from '@material-ui/core/AccordionDetails';
|
|
8
|
+
import createEmotion from 'create-emotion';
|
|
9
|
+
import MuiAccordionSummary$1 from '@material-ui/core/AccordionSummary';
|
|
10
|
+
import MuiMenuItem$1 from '@material-ui/core/MenuItem';
|
|
11
|
+
import MUICheckbox from '@material-ui/core/Checkbox';
|
|
12
|
+
import AccountTreeOutlined from '@material-ui/icons/AccountTreeOutlined';
|
|
13
|
+
import Add from '@material-ui/icons/Add';
|
|
10
14
|
import AddCircleOutline from '@material-ui/icons/AddCircleOutline';
|
|
11
15
|
import ArrowBack from '@material-ui/icons/ArrowBack';
|
|
16
|
+
import ArrowDownward from '@material-ui/icons/ArrowDownward';
|
|
12
17
|
import ArrowDropDownRounded from '@material-ui/icons/ArrowDropDownRounded';
|
|
13
18
|
import ArrowDropUpRounded from '@material-ui/icons/ArrowDropUpRounded';
|
|
14
19
|
import ArrowForward from '@material-ui/icons/ArrowForward';
|
|
@@ -19,74 +24,116 @@ import Cancel from '@material-ui/icons/Cancel';
|
|
|
19
24
|
import Check$2 from '@material-ui/icons/Check';
|
|
20
25
|
import CheckBox from '@material-ui/icons/CheckBox';
|
|
21
26
|
import CheckCircle$2 from '@material-ui/icons/CheckCircle';
|
|
27
|
+
import CheckCircleOutline from '@material-ui/icons/CheckCircleOutline';
|
|
22
28
|
import Clear from '@material-ui/icons/Clear';
|
|
23
29
|
import Close from '@material-ui/icons/Close';
|
|
30
|
+
import CloudDownload from '@material-ui/icons/CloudDownload';
|
|
24
31
|
import CloudUpload from '@material-ui/icons//CloudUpload';
|
|
25
32
|
import Computer from '@material-ui/icons/Computer';
|
|
26
33
|
import CreditCard from '@material-ui/icons/CreditCard';
|
|
27
34
|
import Crop from '@material-ui/icons/Crop';
|
|
28
35
|
import DeleteOutline from '@material-ui/icons/DeleteOutline';
|
|
36
|
+
import DeleteOutlineOutlined from '@material-ui/icons/DeleteOutlineOutlined';
|
|
29
37
|
import Description from '@material-ui/icons/Description';
|
|
30
38
|
import DescriptionOutlined from '@material-ui/icons/DescriptionOutlined';
|
|
31
39
|
import DonutSmallIcon from '@material-ui/icons/DonutSmall';
|
|
32
|
-
import
|
|
40
|
+
import DraftsOutlined from '@material-ui/icons/DraftsOutlined';
|
|
41
|
+
import DragIndicator from '@material-ui/icons/DragIndicator';
|
|
33
42
|
import Edit from '@material-ui/icons/Edit';
|
|
43
|
+
import EmailOutlined from '@material-ui/icons/EmailOutlined';
|
|
44
|
+
import SvgIcon from '@material-ui/core/SvgIcon';
|
|
45
|
+
import ErrorOutline from '@material-ui/icons/ErrorOutline';
|
|
34
46
|
import ExpandMore from '@material-ui/icons/ExpandMore';
|
|
47
|
+
import FileCopyOutlinedIcon from '@material-ui/icons/FileCopyOutlined';
|
|
48
|
+
import FilterList from '@material-ui/icons/FilterList';
|
|
49
|
+
import FirstPage from '@material-ui/icons/FirstPage';
|
|
35
50
|
import Folder from '@material-ui/icons/Folder';
|
|
51
|
+
import FolderOpen from '@material-ui/icons/FolderOpen';
|
|
52
|
+
import FormatAlignCenter from '@material-ui/icons/FormatAlignCenter';
|
|
53
|
+
import FormatAlignLeft from '@material-ui/icons/FormatAlignLeft';
|
|
54
|
+
import FormatAlignRight from '@material-ui/icons/FormatAlignRight';
|
|
36
55
|
import FormatBold from '@material-ui/icons/FormatBold';
|
|
37
56
|
import FormatColorFill from '@material-ui/icons/FormatColorFill';
|
|
38
57
|
import FormatItalic from '@material-ui/icons/FormatItalic';
|
|
39
|
-
import FormatListNumberedRtl from '@material-ui/icons//FormatListNumberedRtl';
|
|
58
|
+
import FormatListNumberedRtl$1 from '@material-ui/icons//FormatListNumberedRtl';
|
|
40
59
|
import FormatQuote from '@material-ui/icons/FormatQuote';
|
|
41
60
|
import FormatUnderlined from '@material-ui/icons/FormatUnderlined';
|
|
42
61
|
import GetApp from '@material-ui/icons/GetApp';
|
|
62
|
+
import GroupOutlined from '@material-ui/icons/GroupOutlined';
|
|
43
63
|
import Help from '@material-ui/icons/Help';
|
|
44
64
|
import HelpOutline from '@material-ui/icons/HelpOutline';
|
|
45
|
-
import
|
|
65
|
+
import History from '@material-ui/icons/History';
|
|
66
|
+
import HighlightOffIcon from '@material-ui/icons/HighlightOff';
|
|
67
|
+
import HowToVote from '@material-ui/icons/HowToVote';
|
|
46
68
|
import IndeterminateCheckBoxOutlined from '@material-ui/icons/IndeterminateCheckBoxOutlined';
|
|
69
|
+
import Info from '@material-ui/icons/Info';
|
|
70
|
+
import Input from '@material-ui/icons/Input';
|
|
47
71
|
import KeyboardArrowDown from '@material-ui/icons/KeyboardArrowDown';
|
|
48
72
|
import KeyboardArrowUp from '@material-ui/icons/KeyboardArrowUp';
|
|
49
73
|
import LabelImportant from '@material-ui/icons/LabelImportant';
|
|
50
74
|
import Language from '@material-ui/icons/Language';
|
|
75
|
+
import LastPage from '@material-ui/icons/LastPage';
|
|
51
76
|
import Link$3 from '@material-ui/icons/Link';
|
|
52
77
|
import List from '@material-ui/icons/List';
|
|
78
|
+
import ListAlt from '@material-ui/icons/ListAlt';
|
|
53
79
|
import Lock$1 from '@material-ui/icons/Lock';
|
|
54
80
|
import LockOutlined from '@material-ui/icons/LockOutlined';
|
|
55
81
|
import LaunchOutlined from '@material-ui/icons/LaunchOutlined';
|
|
56
82
|
import LowPriority from '@material-ui/icons/LowPriority';
|
|
83
|
+
import LocalOfferOutlined from '@material-ui/icons/LocalOfferOutlined';
|
|
57
84
|
import LocalPrintshopOutlined from '@material-ui/icons/LocalPrintshopOutlined';
|
|
58
|
-
import Menu from '@material-ui/icons/Menu';
|
|
85
|
+
import Menu$1 from '@material-ui/icons/Menu';
|
|
59
86
|
import MoreHoriz from '@material-ui/icons/MoreHoriz';
|
|
60
87
|
import NavigateBefore from '@material-ui/icons/NavigateBefore';
|
|
61
88
|
import NavigateNext from '@material-ui/icons/NavigateNext';
|
|
62
89
|
import NotInterested from '@material-ui/icons/NotInterested';
|
|
63
90
|
import OpenInNew from '@material-ui/icons/OpenInNew';
|
|
64
91
|
import Person from '@material-ui/icons/Person';
|
|
92
|
+
import PersonOutline from '@material-ui/icons/PersonOutline';
|
|
65
93
|
import PhoneIphone from '@material-ui/icons/PhoneIphone';
|
|
66
94
|
import PictureAsPdf from '@material-ui/icons/PictureAsPdf';
|
|
95
|
+
import PostAdd from '@material-ui/icons/PostAdd';
|
|
67
96
|
import RadioButtonChecked from '@material-ui/icons/RadioButtonChecked';
|
|
68
97
|
import Redeem from '@material-ui/icons/Redeem';
|
|
69
98
|
import Refresh from '@material-ui/icons/Refresh';
|
|
99
|
+
import RemoveCircleOutline from '@material-ui/icons/RemoveCircleOutline';
|
|
70
100
|
import ReportProblemRounded from '@material-ui/icons/ReportProblemRounded';
|
|
101
|
+
import SaveOutlined from '@material-ui/icons/SaveOutlined';
|
|
71
102
|
import Schedule from '@material-ui/icons/Schedule';
|
|
72
103
|
import Search$1 from '@material-ui/icons/Search';
|
|
104
|
+
import SendOutlined from '@material-ui/icons/SendOutlined';
|
|
73
105
|
import Settings from '@material-ui/icons/Settings';
|
|
74
106
|
import SettingsOutlined from '@material-ui/icons/SettingsOutlined';
|
|
107
|
+
import Share from '@material-ui/icons/Share';
|
|
108
|
+
import ShowChart from '@material-ui/icons/ShowChart';
|
|
109
|
+
import SmsOutlined from '@material-ui/icons/SmsOutlined';
|
|
75
110
|
import Sort$1 from '@material-ui/icons/Sort';
|
|
76
111
|
import Star$2 from '@material-ui/icons//Star';
|
|
112
|
+
import SwapVertIcon from '@material-ui/icons/SwapVert';
|
|
77
113
|
import TabletMac from '@material-ui/icons/TabletMac';
|
|
78
|
-
import TextFields from '@material-ui/icons//TextFields';
|
|
79
|
-
import Title from '@material-ui/icons//Title';
|
|
114
|
+
import TextFields$1 from '@material-ui/icons//TextFields';
|
|
115
|
+
import Title$1 from '@material-ui/icons//Title';
|
|
116
|
+
import TrendingDownIcon from '@material-ui/icons/TrendingDown';
|
|
117
|
+
import Tune from '@material-ui/icons/Tune';
|
|
80
118
|
import VerifiedUser from '@material-ui/icons/VerifiedUser';
|
|
81
119
|
import ViewDayOutlined from '@material-ui/icons/ViewDayOutlined';
|
|
82
120
|
import ViewListRounded from '@material-ui/icons//ViewListRounded';
|
|
83
121
|
import Visibility from '@material-ui/icons/Visibility';
|
|
84
122
|
import VisibilityOff from '@material-ui/icons/VisibilityOff';
|
|
85
123
|
import VisibilityOutlined from '@material-ui/icons/VisibilityOutlined';
|
|
124
|
+
import VisibilityOffOutlined from '@material-ui/icons/VisibilityOffOutlined';
|
|
86
125
|
import WatchLater from '@material-ui/icons/WatchLater';
|
|
87
126
|
import WebAsset from '@material-ui/icons/WebAsset';
|
|
88
127
|
import Warning from '@material-ui/icons/Warning';
|
|
89
|
-
import
|
|
128
|
+
import CheckBoxOutlined from '@material-ui/icons/CheckBoxOutlined';
|
|
129
|
+
import CloudUploadOutlined from '@material-ui/icons/CloudUploadOutlined';
|
|
130
|
+
import FormatListNumberedRtl from '@material-ui/icons/FormatListNumberedRtl';
|
|
131
|
+
import StarOutline from '@material-ui/icons/StarOutline';
|
|
132
|
+
import TextFields from '@material-ui/icons/TextFields';
|
|
133
|
+
import Title from '@material-ui/icons/Title';
|
|
134
|
+
import Typography$2 from '@material-ui/core/Typography';
|
|
135
|
+
import MuiSelect$1 from '@material-ui/core/Select';
|
|
136
|
+
import MUIAlert from '@material-ui/lab/Alert';
|
|
90
137
|
import MUIAlertTitle from '@material-ui/lab/AlertTitle';
|
|
91
138
|
import MUIAutocomplete from '@material-ui/lab/Autocomplete';
|
|
92
139
|
import MUIOutlinedInput from '@material-ui/core/OutlinedInput';
|
|
@@ -98,7 +145,6 @@ import MUICard from '@material-ui/core/Card';
|
|
|
98
145
|
import MUICardActionArea from '@material-ui/core/CardActionArea';
|
|
99
146
|
import MUICardActions from '@material-ui/core/CardActions';
|
|
100
147
|
import MUICardMedia from '@material-ui/core/CardMedia';
|
|
101
|
-
import MUICheckbox from '@material-ui/core/Checkbox';
|
|
102
148
|
import MUIChip from '@material-ui/core/Chip';
|
|
103
149
|
import MUICircularProgress from '@material-ui/core/CircularProgress';
|
|
104
150
|
import MUIClickAwayListener from '@material-ui/core/ClickAwayListener';
|
|
@@ -108,6 +154,7 @@ import MUIDialogContent from '@material-ui/core/DialogContent';
|
|
|
108
154
|
import MUIDialogContentText from '@material-ui/core/DialogContentText';
|
|
109
155
|
import MUIDialogTitle from '@material-ui/core/DialogTitle';
|
|
110
156
|
import MUIDivider from '@material-ui/core/Divider';
|
|
157
|
+
import MUIDrawer from '@material-ui/core/Drawer';
|
|
111
158
|
import Fade$1 from '@material-ui/core/Fade';
|
|
112
159
|
import MUIFormControl from '@material-ui/core/FormControl';
|
|
113
160
|
import MUIFormControlLabel from '@material-ui/core/FormControlLabel';
|
|
@@ -119,11 +166,10 @@ import MUIIconButton from '@material-ui/core/IconButton';
|
|
|
119
166
|
import MUIInputAdornment from '@material-ui/core/InputAdornment';
|
|
120
167
|
import MUILinearProgress from '@material-ui/core/LinearProgress';
|
|
121
168
|
import MUILink from '@material-ui/core/Link';
|
|
122
|
-
import
|
|
169
|
+
import MUIMenu from '@material-ui/core/Menu';
|
|
123
170
|
import MUIMenuList from '@material-ui/core/MenuList';
|
|
124
|
-
import
|
|
125
|
-
import
|
|
126
|
-
import Typography$2 from '@material-ui/core/Typography';
|
|
171
|
+
import MuiListSubheader$1 from '@material-ui/core/ListSubheader';
|
|
172
|
+
import '@material-ui/core';
|
|
127
173
|
import MUIPopover from '@material-ui/core/Popover';
|
|
128
174
|
import MUIPopper from '@material-ui/core/Popper';
|
|
129
175
|
import MUIRadio from '@material-ui/core/Radio';
|
|
@@ -135,6 +181,7 @@ import MUISnackbar from '@material-ui/core/Snackbar';
|
|
|
135
181
|
import MUIStep from '@material-ui/core/Step';
|
|
136
182
|
import MUIStepLabel from '@material-ui/core/StepLabel';
|
|
137
183
|
import MUIStepper from '@material-ui/core/Stepper';
|
|
184
|
+
import MUISwipeableDrawer from '@material-ui/core/SwipeableDrawer';
|
|
138
185
|
import MUISwitch from '@material-ui/core/Switch';
|
|
139
186
|
import MUITab from '@material-ui/core/Tab';
|
|
140
187
|
import MUITable from '@material-ui/core/Table';
|
|
@@ -150,7 +197,6 @@ import MUITextField from '@material-ui/core/TextField';
|
|
|
150
197
|
import MUIToggleButton from '@material-ui/lab/ToggleButton';
|
|
151
198
|
import MUIToggleButtonGroup from '@material-ui/lab/ToggleButtonGroup';
|
|
152
199
|
import MUITooltip from '@material-ui/core/Tooltip';
|
|
153
|
-
import MuiListSubheader$1 from '@material-ui/core/ListSubheader';
|
|
154
200
|
import { lighten } from 'polished';
|
|
155
201
|
import MuiAvatar from '@material-ui/core/Avatar';
|
|
156
202
|
import { alpha as alpha$1 } from '@material-ui/core/styles/colorManipulator';
|
|
@@ -162,9 +208,9 @@ import styled$1 from '@emotion/styled';
|
|
|
162
208
|
import { ThemeContext } from '@emotion/core';
|
|
163
209
|
export { ThemeContext } from '@emotion/core';
|
|
164
210
|
import { useTable } from 'react-table';
|
|
165
|
-
import { safeAdd, safeMul } from '@
|
|
211
|
+
import { safeAdd, safeMul } from '@cakefrosting/utils';
|
|
166
212
|
import { unmountComponentAtNode, render, createPortal } from 'react-dom';
|
|
167
|
-
import { useContainer } from '@
|
|
213
|
+
import { useContainer } from '@cakefrosting/rhooks';
|
|
168
214
|
import MuiModal from '@material-ui/core/Modal';
|
|
169
215
|
import MuiSnackbarContent$1 from '@material-ui/core/SnackbarContent';
|
|
170
216
|
import DateFnsUtils from '@date-io/date-fns';
|
|
@@ -193,7 +239,7 @@ createTheme({
|
|
|
193
239
|
values: {
|
|
194
240
|
xl: 1440,
|
|
195
241
|
lg: 1024,
|
|
196
|
-
md:
|
|
242
|
+
md: 900,
|
|
197
243
|
sm: 600,
|
|
198
244
|
xs: 375
|
|
199
245
|
}
|
|
@@ -222,6 +268,7 @@ createTheme({
|
|
|
222
268
|
warning: {
|
|
223
269
|
light: '#F6CD81',
|
|
224
270
|
lighter: '#FBE1B1',
|
|
271
|
+
lightest: '#FEF2DD',
|
|
225
272
|
main: '#F4A91F',
|
|
226
273
|
dark: '#E9A01C'
|
|
227
274
|
},
|
|
@@ -361,7 +408,8 @@ createTheme({
|
|
|
361
408
|
letterSpacing: 0,
|
|
362
409
|
textTransform: 'none'
|
|
363
410
|
}
|
|
364
|
-
}
|
|
411
|
+
},
|
|
412
|
+
shadows: ['none', '0 1px 4px rgba(0, 0, 0, 0.12)', '0 4px 12px rgba(0, 0, 0, 0.08)', '0 6px 24px rgba(0, 0, 0, 0.1), 0 4px 12px rgba(0, 0, 0, 0.02)', '0 8px 48px rgba(0, 0, 0, 0.1), 0 6px 24px rgba(0, 0, 0, 0.04)', '0 8px 48px rgba(0, 0, 0, 0.1), 0 6px 24px rgba(0, 0, 0, 0.04)', '0 8px 48px rgba(0, 0, 0, 0.1), 0 6px 24px rgba(0, 0, 0, 0.04)', '0 8px 48px rgba(0, 0, 0, 0.1), 0 6px 24px rgba(0, 0, 0, 0.04)', '0 8px 48px rgba(0, 0, 0, 0.1), 0 6px 24px rgba(0, 0, 0, 0.04)', '0 8px 48px rgba(0, 0, 0, 0.1), 0 6px 24px rgba(0, 0, 0, 0.04)', '0 8px 48px rgba(0, 0, 0, 0.1), 0 6px 24px rgba(0, 0, 0, 0.04)', '0 8px 48px rgba(0, 0, 0, 0.1), 0 6px 24px rgba(0, 0, 0, 0.04)', '0 8px 48px rgba(0, 0, 0, 0.1), 0 6px 24px rgba(0, 0, 0, 0.04)', '0 8px 48px rgba(0, 0, 0, 0.1), 0 6px 24px rgba(0, 0, 0, 0.04)', '0 8px 48px rgba(0, 0, 0, 0.1), 0 6px 24px rgba(0, 0, 0, 0.04)', '0 8px 48px rgba(0, 0, 0, 0.1), 0 6px 24px rgba(0, 0, 0, 0.04)', '0 8px 48px rgba(0, 0, 0, 0.1), 0 6px 24px rgba(0, 0, 0, 0.04)', '0 8px 48px rgba(0, 0, 0, 0.1), 0 6px 24px rgba(0, 0, 0, 0.04)', '0 6px 24px rgba(0, 0, 0, 0.1), 0 4px 12px rgba(0, 0, 0, 0.02)', '0 8px 48px rgba(0, 0, 0, 0.1), 0 6px 24px rgba(0, 0, 0, 0.04)', '0 8px 48px rgba(0, 0, 0, 0.1), 0 6px 24px rgba(0, 0, 0, 0.04)', '0 8px 48px rgba(0, 0, 0, 0.1), 0 6px 24px rgba(0, 0, 0, 0.04)', '0 8px 48px rgba(0, 0, 0, 0.1), 0 6px 24px rgba(0, 0, 0, 0.04)', '0 8px 48px rgba(0, 0, 0, 0.1), 0 6px 24px rgba(0, 0, 0, 0.04)', '0 8px 48px rgba(0, 0, 0, 0.1), 0 6px 24px rgba(0, 0, 0, 0.04)']
|
|
365
413
|
});
|
|
366
414
|
|
|
367
415
|
var MuiAccordion = {
|
|
@@ -607,11 +655,13 @@ var MuiButton = {
|
|
|
607
655
|
padding: '8px 15px'
|
|
608
656
|
},
|
|
609
657
|
outlinedPrimary: {
|
|
658
|
+
border: "1px solid " + core.palette.primary.main,
|
|
610
659
|
'&:hover': {
|
|
611
660
|
backgroundColor: core.palette.primary.lightest
|
|
612
661
|
}
|
|
613
662
|
},
|
|
614
663
|
outlinedSecondary: {
|
|
664
|
+
border: "1px solid " + core.palette.secondary.main,
|
|
615
665
|
'&:hover': {
|
|
616
666
|
backgroundColor: core.palette.secondary.lightest
|
|
617
667
|
}
|
|
@@ -727,7 +777,10 @@ var MuiDialogContent = {
|
|
|
727
777
|
root: {
|
|
728
778
|
padding:
|
|
729
779
|
/*#__PURE__*/
|
|
730
|
-
core.spacing(1, 3, 3)
|
|
780
|
+
core.spacing(1, 3, 3),
|
|
781
|
+
'&:first-child': {
|
|
782
|
+
paddingTop: 4
|
|
783
|
+
}
|
|
731
784
|
},
|
|
732
785
|
dividers: {
|
|
733
786
|
borderTop: 'none',
|
|
@@ -744,6 +797,18 @@ var MuiDialogTitle = {
|
|
|
744
797
|
}
|
|
745
798
|
};
|
|
746
799
|
|
|
800
|
+
var MuiDialog = {
|
|
801
|
+
paper: {
|
|
802
|
+
borderRadius: 16
|
|
803
|
+
},
|
|
804
|
+
paperWidthXs: {
|
|
805
|
+
borderRadius: 8
|
|
806
|
+
},
|
|
807
|
+
paperWidthSm: {
|
|
808
|
+
borderRadius: 12
|
|
809
|
+
}
|
|
810
|
+
};
|
|
811
|
+
|
|
747
812
|
var MuiDivider = {
|
|
748
813
|
root: {
|
|
749
814
|
backgroundColor: core.palette.grey.A400
|
|
@@ -768,7 +833,7 @@ var MuiFormHelperText = {
|
|
|
768
833
|
root: {
|
|
769
834
|
marginTop:
|
|
770
835
|
/*#__PURE__*/
|
|
771
|
-
core.spacing(
|
|
836
|
+
core.spacing(0.5),
|
|
772
837
|
color: core.palette.grey[600],
|
|
773
838
|
"&.Mui-error": {
|
|
774
839
|
color: core.palette.error.dark
|
|
@@ -782,10 +847,29 @@ var MuiFormLabel = {
|
|
|
782
847
|
_extends({}, core.typography.caption, {
|
|
783
848
|
margin: 0,
|
|
784
849
|
color: core.palette.grey[700]
|
|
785
|
-
})
|
|
850
|
+
}),
|
|
851
|
+
asterisk: {
|
|
852
|
+
color: core.palette.primary.main,
|
|
853
|
+
'.Mui-disabled &': {
|
|
854
|
+
color: 'inherit'
|
|
855
|
+
}
|
|
856
|
+
}
|
|
786
857
|
};
|
|
787
858
|
|
|
788
859
|
var MuiIconButton = {
|
|
860
|
+
root: {
|
|
861
|
+
padding:
|
|
862
|
+
/*#__PURE__*/
|
|
863
|
+
core.spacing(1.25)
|
|
864
|
+
},
|
|
865
|
+
sizeSmall: {
|
|
866
|
+
padding:
|
|
867
|
+
/*#__PURE__*/
|
|
868
|
+
core.spacing(1),
|
|
869
|
+
'& svg.MuiSvgIcon-root': {
|
|
870
|
+
fontSize: 16
|
|
871
|
+
}
|
|
872
|
+
},
|
|
789
873
|
colorPrimary: {
|
|
790
874
|
'&:focus': {
|
|
791
875
|
color: core.palette.primary.main,
|
|
@@ -852,11 +936,12 @@ var MuiMenuItem = {
|
|
|
852
936
|
root:
|
|
853
937
|
/*#__PURE__*/
|
|
854
938
|
_extends({}, core.typography.body2, {
|
|
855
|
-
|
|
939
|
+
paddingTop:
|
|
856
940
|
/*#__PURE__*/
|
|
857
|
-
core.spacing(
|
|
941
|
+
core.spacing(1),
|
|
942
|
+
paddingBottom:
|
|
858
943
|
/*#__PURE__*/
|
|
859
|
-
core.spacing(1)
|
|
944
|
+
core.spacing(1),
|
|
860
945
|
'&.Mui-selected': {
|
|
861
946
|
color: core.palette.primary.main,
|
|
862
947
|
backgroundColor: core.palette.primary.lightest,
|
|
@@ -865,10 +950,17 @@ var MuiMenuItem = {
|
|
|
865
950
|
}
|
|
866
951
|
},
|
|
867
952
|
'&:hover': {
|
|
868
|
-
backgroundColor: core.palette.primary.
|
|
869
|
-
color: core.palette.primary.dark
|
|
953
|
+
backgroundColor: core.palette.primary.lightest
|
|
870
954
|
}
|
|
871
|
-
})
|
|
955
|
+
}),
|
|
956
|
+
gutters: {
|
|
957
|
+
paddingLeft:
|
|
958
|
+
/*#__PURE__*/
|
|
959
|
+
core.spacing(1),
|
|
960
|
+
paddingRight:
|
|
961
|
+
/*#__PURE__*/
|
|
962
|
+
core.spacing(1)
|
|
963
|
+
}
|
|
872
964
|
};
|
|
873
965
|
|
|
874
966
|
var MuiOutlinedInput = {
|
|
@@ -909,18 +1001,11 @@ var MuiOutlinedInput = {
|
|
|
909
1001
|
}
|
|
910
1002
|
}, core.typography.body2),
|
|
911
1003
|
input: {
|
|
912
|
-
|
|
913
|
-
/*#__PURE__*/
|
|
914
|
-
core.spacing(1.5),
|
|
915
|
-
paddingRight:
|
|
916
|
-
/*#__PURE__*/
|
|
917
|
-
core.spacing(1),
|
|
918
|
-
paddingBottom:
|
|
1004
|
+
padding:
|
|
919
1005
|
/*#__PURE__*/
|
|
920
|
-
core.spacing(1.5)
|
|
921
|
-
paddingLeft:
|
|
1006
|
+
core.spacing(1.5) + "px " +
|
|
922
1007
|
/*#__PURE__*/
|
|
923
|
-
core.spacing(1)
|
|
1008
|
+
core.spacing(1) + "px"
|
|
924
1009
|
},
|
|
925
1010
|
notchedOutline: {
|
|
926
1011
|
borderColor: core.palette.grey.A700
|
|
@@ -937,6 +1022,17 @@ var MuiOutlinedInput = {
|
|
|
937
1022
|
}
|
|
938
1023
|
};
|
|
939
1024
|
|
|
1025
|
+
var MuiPopover = {
|
|
1026
|
+
paper: {
|
|
1027
|
+
padding:
|
|
1028
|
+
/*#__PURE__*/
|
|
1029
|
+
core.spacing(1),
|
|
1030
|
+
marginTop:
|
|
1031
|
+
/*#__PURE__*/
|
|
1032
|
+
core.spacing(1)
|
|
1033
|
+
}
|
|
1034
|
+
};
|
|
1035
|
+
|
|
940
1036
|
var MuiRadio = {
|
|
941
1037
|
root: {
|
|
942
1038
|
color: core.palette.grey.A700,
|
|
@@ -960,16 +1056,6 @@ var MuiRadio = {
|
|
|
960
1056
|
}
|
|
961
1057
|
};
|
|
962
1058
|
|
|
963
|
-
var useMenuStyles =
|
|
964
|
-
/*#__PURE__*/
|
|
965
|
-
makeStyles$1(function (theme) {
|
|
966
|
-
return {
|
|
967
|
-
root: {
|
|
968
|
-
boxShadow: 'none',
|
|
969
|
-
border: "1px solid " + theme.palette.primary.main
|
|
970
|
-
}
|
|
971
|
-
};
|
|
972
|
-
});
|
|
973
1059
|
var MuiSelect = {
|
|
974
1060
|
root:
|
|
975
1061
|
/*#__PURE__*/
|
|
@@ -1391,6 +1477,12 @@ var MuiTypography = {
|
|
|
1391
1477
|
}, _h6)
|
|
1392
1478
|
};
|
|
1393
1479
|
|
|
1480
|
+
var MuiMenu = {
|
|
1481
|
+
paper: {
|
|
1482
|
+
padding: 0
|
|
1483
|
+
}
|
|
1484
|
+
};
|
|
1485
|
+
|
|
1394
1486
|
var useMUITheme = function useMUITheme() {
|
|
1395
1487
|
return useTheme$1();
|
|
1396
1488
|
};
|
|
@@ -1410,6 +1502,7 @@ createTheme({
|
|
|
1410
1502
|
MuiCardActionArea: MuiCardActionArea,
|
|
1411
1503
|
MuiCheckbox: MuiCheckbox,
|
|
1412
1504
|
MuiChip: MuiChip,
|
|
1505
|
+
MuiDialog: MuiDialog,
|
|
1413
1506
|
MuiDialogActions: MuiDialogActions,
|
|
1414
1507
|
MuiDialogContent: MuiDialogContent,
|
|
1415
1508
|
MuiDialogTitle: MuiDialogTitle,
|
|
@@ -1422,8 +1515,10 @@ createTheme({
|
|
|
1422
1515
|
MuiLink: MuiLink,
|
|
1423
1516
|
MuiList: MuiList,
|
|
1424
1517
|
MuiListSubheader: MuiListSubheader,
|
|
1518
|
+
MuiMenu: MuiMenu,
|
|
1425
1519
|
MuiMenuItem: MuiMenuItem,
|
|
1426
1520
|
MuiOutlinedInput: MuiOutlinedInput,
|
|
1521
|
+
MuiPopover: MuiPopover,
|
|
1427
1522
|
MuiRadio: MuiRadio,
|
|
1428
1523
|
MuiSelect: MuiSelect,
|
|
1429
1524
|
MuiSlider: MuiSlider,
|
|
@@ -1446,6 +1541,126 @@ createTheme({
|
|
|
1446
1541
|
}
|
|
1447
1542
|
}, core);
|
|
1448
1543
|
|
|
1544
|
+
var theme$1 = {
|
|
1545
|
+
color: {
|
|
1546
|
+
primary: {
|
|
1547
|
+
active: '#009A68',
|
|
1548
|
+
"default": '#3DBA90',
|
|
1549
|
+
hover: '#79CEAF',
|
|
1550
|
+
disabled: '#9EDCC7',
|
|
1551
|
+
background: '#DEF3EC',
|
|
1552
|
+
lightBackground: '#d1f0e5'
|
|
1553
|
+
},
|
|
1554
|
+
secondary: {
|
|
1555
|
+
active: '#C40D5A',
|
|
1556
|
+
"default": '#EB1362',
|
|
1557
|
+
hover: '#EE3C7A',
|
|
1558
|
+
disabled: '#F589B0',
|
|
1559
|
+
background: '#FCE4EC'
|
|
1560
|
+
},
|
|
1561
|
+
thirdary: {
|
|
1562
|
+
active: '#ED7B19',
|
|
1563
|
+
"default": '#F8971D',
|
|
1564
|
+
hover: '#F9A433',
|
|
1565
|
+
disabled: '#FBCB8E',
|
|
1566
|
+
background: '#FEF2E1'
|
|
1567
|
+
},
|
|
1568
|
+
text: {
|
|
1569
|
+
white: '#FFF',
|
|
1570
|
+
B6: '#454545',
|
|
1571
|
+
B5: '#6B6B6B',
|
|
1572
|
+
B4: '#989898',
|
|
1573
|
+
B3: '#AAAAAA',
|
|
1574
|
+
B2: '#BDBDBD',
|
|
1575
|
+
B: '#D2D2D2',
|
|
1576
|
+
HB: '#EEEEEE',
|
|
1577
|
+
F: '#F6F6F6'
|
|
1578
|
+
},
|
|
1579
|
+
semantic: {
|
|
1580
|
+
success: '#A0D45E',
|
|
1581
|
+
info: '#4DBAE9',
|
|
1582
|
+
warning: '#FDB531',
|
|
1583
|
+
error: '#EE415D',
|
|
1584
|
+
|
|
1585
|
+
/**
|
|
1586
|
+
* @description specific usage
|
|
1587
|
+
*/
|
|
1588
|
+
enterprise: '#3E5871',
|
|
1589
|
+
team: '#FF6A6A',
|
|
1590
|
+
pro: '#36B6ED'
|
|
1591
|
+
}
|
|
1592
|
+
},
|
|
1593
|
+
typography: {
|
|
1594
|
+
fontSize: {
|
|
1595
|
+
h1: 36,
|
|
1596
|
+
h2: 32,
|
|
1597
|
+
h3: 28,
|
|
1598
|
+
h4: 24,
|
|
1599
|
+
h5: 20,
|
|
1600
|
+
h6: 16,
|
|
1601
|
+
p: 14,
|
|
1602
|
+
span: 14,
|
|
1603
|
+
div: 14
|
|
1604
|
+
},
|
|
1605
|
+
fontWeight: {
|
|
1606
|
+
normal: 400,
|
|
1607
|
+
medium: 500,
|
|
1608
|
+
bold: 700
|
|
1609
|
+
}
|
|
1610
|
+
},
|
|
1611
|
+
zIndex: {
|
|
1612
|
+
mobileStepper: 1000,
|
|
1613
|
+
speedDial: 1050,
|
|
1614
|
+
appBar: 1100,
|
|
1615
|
+
drawer: 1200,
|
|
1616
|
+
modal: 1300,
|
|
1617
|
+
snackbar: 1400,
|
|
1618
|
+
tooltip: 1500
|
|
1619
|
+
}
|
|
1620
|
+
};
|
|
1621
|
+
|
|
1622
|
+
/**
|
|
1623
|
+
* 相容層 Hook:讓舊的 v1 RC theme 存取方式可以映射到 MUI theme
|
|
1624
|
+
* 用於漸進式從 v1 useTheme 遷移到 v2 useMUITheme
|
|
1625
|
+
*
|
|
1626
|
+
* @example
|
|
1627
|
+
* // 舊的寫法 (v1)
|
|
1628
|
+
* const rcTheme = useTheme();
|
|
1629
|
+
* rcTheme.color.primary.default
|
|
1630
|
+
* rcTheme.color.text.B5
|
|
1631
|
+
*
|
|
1632
|
+
* // 使用相容層
|
|
1633
|
+
* const { color, typography } = useThemeCompat();
|
|
1634
|
+
* color.primary.default // 對應 v1 theme color.primary.default
|
|
1635
|
+
* color.text.B5 // 對應 v1 theme color.text.B5
|
|
1636
|
+
*
|
|
1637
|
+
* // 也可以直接存取 MUI theme
|
|
1638
|
+
* const { mui } = useThemeCompat();
|
|
1639
|
+
* mui.palette.primary.main
|
|
1640
|
+
*/
|
|
1641
|
+
|
|
1642
|
+
function useThemeCompat() {
|
|
1643
|
+
return {
|
|
1644
|
+
color: theme$1.color,
|
|
1645
|
+
typography: theme$1.typography,
|
|
1646
|
+
zIndex: theme$1.zIndex,
|
|
1647
|
+
// 暴露原始 MUI theme 方便逐步遷移
|
|
1648
|
+
mui: theme
|
|
1649
|
+
};
|
|
1650
|
+
}
|
|
1651
|
+
/**
|
|
1652
|
+
* 靜態 theme 物件(非 hook 版本)
|
|
1653
|
+
* 適用於不在 React component 內的情況
|
|
1654
|
+
* 直接使用 v1 theme 值以確保相容性
|
|
1655
|
+
*/
|
|
1656
|
+
|
|
1657
|
+
var themeCompat = {
|
|
1658
|
+
color: theme$1.color,
|
|
1659
|
+
typography: theme$1.typography,
|
|
1660
|
+
zIndex: theme$1.zIndex,
|
|
1661
|
+
mui: theme
|
|
1662
|
+
};
|
|
1663
|
+
|
|
1449
1664
|
var ThemeProvider = function ThemeProvider(props) {
|
|
1450
1665
|
var children = props.children;
|
|
1451
1666
|
return React.createElement(ThemeProvider$1, {
|
|
@@ -1465,7 +1680,7 @@ var PureThemeProvider = function PureThemeProvider(props) {
|
|
|
1465
1680
|
var Accordion =
|
|
1466
1681
|
/*#__PURE__*/
|
|
1467
1682
|
forwardRef(function (props, ref) {
|
|
1468
|
-
return React.createElement(
|
|
1683
|
+
return React.createElement(MuiAccordion$1, Object.assign({}, props, {
|
|
1469
1684
|
ref: ref
|
|
1470
1685
|
}));
|
|
1471
1686
|
});
|
|
@@ -1473,42 +1688,221 @@ forwardRef(function (props, ref) {
|
|
|
1473
1688
|
var AccordionDetails =
|
|
1474
1689
|
/*#__PURE__*/
|
|
1475
1690
|
forwardRef(function (props, ref) {
|
|
1476
|
-
return React.createElement(
|
|
1691
|
+
return React.createElement(MuiAccordionDetails$1, Object.assign({}, props, {
|
|
1477
1692
|
ref: ref
|
|
1478
1693
|
}));
|
|
1479
1694
|
});
|
|
1480
1695
|
|
|
1481
|
-
|
|
1696
|
+
/**
|
|
1697
|
+
* Please use customEmotion for all emotion related imports due to the nonce issue.
|
|
1698
|
+
* Reference:
|
|
1699
|
+
* https://emotion.sh/docs/@emotion/cache#nonce
|
|
1700
|
+
* https://emotion.sh/docs/@emotion/css#multiple-instances-in-a-single-app-example
|
|
1701
|
+
*/
|
|
1702
|
+
/**
|
|
1703
|
+
* Like the way JSS fetch nonce from meta tag.
|
|
1704
|
+
* (ref.: https://github.com/cssinjs/jss/blob/master/docs/csp.md)
|
|
1705
|
+
* @returns nonce if it exists, otherwise undefined
|
|
1706
|
+
*/
|
|
1707
|
+
|
|
1708
|
+
var getNonce = function getNonce() {
|
|
1709
|
+
var cspMeta = document && document.querySelector("meta[property='csp-nonce']");
|
|
1710
|
+
var nonce = cspMeta && cspMeta.getAttribute('content');
|
|
1711
|
+
return nonce ? nonce : undefined;
|
|
1712
|
+
};
|
|
1713
|
+
|
|
1714
|
+
var _createEmotion =
|
|
1715
|
+
/*#__PURE__*/
|
|
1716
|
+
createEmotion({
|
|
1717
|
+
nonce:
|
|
1718
|
+
/*#__PURE__*/
|
|
1719
|
+
getNonce()
|
|
1720
|
+
}),
|
|
1721
|
+
flush = _createEmotion.flush,
|
|
1722
|
+
hydrate = _createEmotion.hydrate,
|
|
1723
|
+
cx = _createEmotion.cx,
|
|
1724
|
+
merge = _createEmotion.merge,
|
|
1725
|
+
getRegisteredStyles = _createEmotion.getRegisteredStyles,
|
|
1726
|
+
injectGlobal = _createEmotion.injectGlobal,
|
|
1727
|
+
keyframes = _createEmotion.keyframes,
|
|
1728
|
+
css = _createEmotion.css,
|
|
1729
|
+
sheet = _createEmotion.sheet,
|
|
1730
|
+
cache = _createEmotion.cache;
|
|
1731
|
+
|
|
1732
|
+
var MenuItem =
|
|
1733
|
+
/*#__PURE__*/
|
|
1734
|
+
forwardRef(function (props, ref) {
|
|
1735
|
+
var rest = _objectWithoutPropertiesLoose(props, ["button"]);
|
|
1736
|
+
|
|
1737
|
+
return React.createElement(MuiMenuItem$1, Object.assign({}, rest, {
|
|
1738
|
+
ref: ref
|
|
1739
|
+
}), props.children);
|
|
1740
|
+
});
|
|
1741
|
+
MenuItem.displayName = 'MenuItem';
|
|
1742
|
+
|
|
1743
|
+
var Checkbox =
|
|
1482
1744
|
/*#__PURE__*/
|
|
1483
1745
|
forwardRef(function (props, ref) {
|
|
1484
|
-
return React.createElement(
|
|
1746
|
+
return React.createElement(MUICheckbox, Object.assign({}, props, {
|
|
1485
1747
|
ref: ref
|
|
1486
1748
|
}));
|
|
1487
1749
|
});
|
|
1750
|
+
Checkbox.displayName = 'Checkbox';
|
|
1488
1751
|
|
|
1489
|
-
var
|
|
1752
|
+
var useCustomStyle =
|
|
1753
|
+
/*#__PURE__*/
|
|
1754
|
+
makeStyles$1(function (theme) {
|
|
1755
|
+
return {
|
|
1756
|
+
container: {
|
|
1757
|
+
padding: '8px 8px 8px 48px',
|
|
1758
|
+
backgroundColor: theme.palette.common.white,
|
|
1759
|
+
'&:hover': {
|
|
1760
|
+
backgroundColor: theme.palette.primary.lightest,
|
|
1761
|
+
'& .MuiSvgIcon-root': {
|
|
1762
|
+
color: theme.palette.primary.main
|
|
1763
|
+
}
|
|
1764
|
+
},
|
|
1765
|
+
'&.Mui-selected': {
|
|
1766
|
+
backgroundColor: theme.palette.primary.lightest,
|
|
1767
|
+
'& > div': {
|
|
1768
|
+
backgroundColor: theme.palette.primary.main,
|
|
1769
|
+
color: theme.palette.common.white
|
|
1770
|
+
}
|
|
1771
|
+
}
|
|
1772
|
+
},
|
|
1773
|
+
checkbox: {
|
|
1774
|
+
padding: 0,
|
|
1775
|
+
color: theme.palette.grey['A400'],
|
|
1776
|
+
width: '32px',
|
|
1777
|
+
height: '32px',
|
|
1778
|
+
alignSelf: 'center',
|
|
1779
|
+
'&:hover': {
|
|
1780
|
+
backgroundColor: 'none'
|
|
1781
|
+
},
|
|
1782
|
+
'& .MuiSvgIcon-root': {
|
|
1783
|
+
width: '16px',
|
|
1784
|
+
height: '16px'
|
|
1785
|
+
},
|
|
1786
|
+
'&.MuiCheckbox-indeterminate': {
|
|
1787
|
+
'& .MuiSvgIcon-root': {
|
|
1788
|
+
color: theme.palette.primary.main
|
|
1789
|
+
}
|
|
1790
|
+
}
|
|
1791
|
+
},
|
|
1792
|
+
greyBlock: {
|
|
1793
|
+
minHeight: '30px',
|
|
1794
|
+
padding: '4px 8px',
|
|
1795
|
+
color: theme.palette.grey[600],
|
|
1796
|
+
backgroundColor: theme.palette.grey[100],
|
|
1797
|
+
fontSize: '14px',
|
|
1798
|
+
fontWeight: 500,
|
|
1799
|
+
lineHeight: '21px',
|
|
1800
|
+
borderRadius: '4px',
|
|
1801
|
+
alignSelf: 'center',
|
|
1802
|
+
whiteSpace: 'pre-wrap'
|
|
1803
|
+
}
|
|
1804
|
+
};
|
|
1805
|
+
});
|
|
1806
|
+
|
|
1807
|
+
var AccordionSelectItem = function AccordionSelectItem(_ref) {
|
|
1808
|
+
var _cx;
|
|
1809
|
+
|
|
1810
|
+
var value = _ref.value,
|
|
1811
|
+
_ref$checked = _ref.checked,
|
|
1812
|
+
checked = _ref$checked === void 0 ? false : _ref$checked,
|
|
1813
|
+
indeterminate = _ref.indeterminate,
|
|
1814
|
+
text = _ref.text,
|
|
1815
|
+
handleChangeValue = _ref.handleChangeValue;
|
|
1816
|
+
var theme = useMUITheme();
|
|
1817
|
+
var customOptionStyle = useCustomStyle(theme);
|
|
1818
|
+
return React.createElement(MenuItem, {
|
|
1819
|
+
className: cx(customOptionStyle.container, (_cx = {}, _cx['Mui-selected'] = checked, _cx)),
|
|
1820
|
+
value: value,
|
|
1821
|
+
key: value,
|
|
1822
|
+
onClick: function onClick() {
|
|
1823
|
+
return handleChangeValue(value);
|
|
1824
|
+
}
|
|
1825
|
+
}, React.createElement(Checkbox, {
|
|
1826
|
+
color: "primary",
|
|
1827
|
+
checked: checked,
|
|
1828
|
+
className: customOptionStyle.checkbox,
|
|
1829
|
+
indeterminate: indeterminate
|
|
1830
|
+
}), React.createElement("div", {
|
|
1831
|
+
className: customOptionStyle.greyBlock
|
|
1832
|
+
}, text));
|
|
1833
|
+
};
|
|
1834
|
+
|
|
1835
|
+
var EmailFilled =
|
|
1490
1836
|
/*#__PURE__*/
|
|
1491
1837
|
forwardRef(function (props, ref) {
|
|
1492
1838
|
return React.createElement(SvgIcon, Object.assign({}, props, {
|
|
1493
1839
|
ref: ref,
|
|
1494
1840
|
viewBox: "0 0 20 20"
|
|
1495
1841
|
}), React.createElement("path", {
|
|
1496
|
-
d: "
|
|
1497
|
-
}), React.createElement("path", {
|
|
1498
|
-
d: "M6.53421 10.8333H13.4658C14.089 10.8333 14.4006 11.6085 13.9609 12.0605L10.4951 15.6223C10.2213 15.9037 9.77864 15.9037 9.50778 15.6223L6.03909 12.0605C5.59932 11.6085 5.91095 10.8333 6.53421 10.8333Z"
|
|
1842
|
+
d: "M1.66699 3.33331V4.79165L10.0003 9.99998L18.3337 4.79165V3.33331H1.66699ZM1.66699 6.45994V16.6666H18.3337V6.45994L10.0003 11.6666L1.66699 6.45994Z"
|
|
1499
1843
|
}));
|
|
1500
1844
|
});
|
|
1501
|
-
|
|
1845
|
+
EmailFilled.displayName = 'EmailFilled';
|
|
1502
1846
|
|
|
1503
|
-
var
|
|
1847
|
+
var Advertisement =
|
|
1504
1848
|
/*#__PURE__*/
|
|
1505
1849
|
forwardRef(function (props, ref) {
|
|
1506
1850
|
return React.createElement(SvgIcon, Object.assign({}, props, {
|
|
1507
1851
|
ref: ref,
|
|
1508
1852
|
viewBox: "0 0 24 24"
|
|
1853
|
+
}), React.createElement("g", {
|
|
1854
|
+
clipPath: "url(#clip0_2545_1114)"
|
|
1855
|
+
}, React.createElement("path", {
|
|
1856
|
+
d: "M4 4H20C21.1 4 22 4.9 22 6V18C22 19.1 21.1 20 20 20H4C2.9 20 2 19.1 2 18V6C2 4.9 2.9 4 4 4ZM4 6V18H20V6H4Z"
|
|
1509
1857
|
}), React.createElement("path", {
|
|
1510
|
-
|
|
1511
|
-
|
|
1858
|
+
d: "M12.6 7V17H16.6C17.7 17 18.6 16.1 18.6 15V9C18.6 7.9 17.7 7 16.6 7H12.6ZM14.6 9H16.6V15H14.6V9ZM7.4 7C6.3 7 5.4 7.9 5.4 9V17H7.4V13H9.4V17H11.4V9C11.4 7.9 10.5 7 9.4 7H7.4ZM7.4 9H9.4V11H7.4V9Z"
|
|
1859
|
+
})), React.createElement("defs", null, React.createElement("clipPath", {
|
|
1860
|
+
id: "clip0_2545_1114"
|
|
1861
|
+
}, React.createElement("rect", {
|
|
1862
|
+
width: "24",
|
|
1863
|
+
height: "24",
|
|
1864
|
+
fill: "white"
|
|
1865
|
+
}))));
|
|
1866
|
+
});
|
|
1867
|
+
Advertisement.displayName = 'Advertisement';
|
|
1868
|
+
|
|
1869
|
+
var AIFile =
|
|
1870
|
+
/*#__PURE__*/
|
|
1871
|
+
forwardRef(function (props, ref) {
|
|
1872
|
+
return React.createElement(SvgIcon, Object.assign({}, props, {
|
|
1873
|
+
ref: ref,
|
|
1874
|
+
viewBox: "0 0 32 32"
|
|
1875
|
+
}), React.createElement("path", {
|
|
1876
|
+
d: "M18.6666 2.66663H7.99992C6.53325 2.66663 5.34659 3.86663 5.34659 5.33329L5.33325 26.6666C5.33325 28.1333 6.51992 29.3333 7.98659 29.3333H23.9999C25.4666 29.3333 26.6666 28.1333 26.6666 26.6666V10.6666L18.6666 2.66663ZM7.99992 26.6666V5.33329H17.3333V12H23.9999V26.6666H7.99992Z"
|
|
1877
|
+
}), React.createElement("path", {
|
|
1878
|
+
d: "M14.3333 20.3333L15.9999 24L17.6666 20.3333L21.3333 18.6666L17.6666 17L15.9999 13.3333L14.3333 17L10.6666 18.6666L14.3333 20.3333Z"
|
|
1879
|
+
}));
|
|
1880
|
+
});
|
|
1881
|
+
AIFile.displayName = 'AIFile';
|
|
1882
|
+
|
|
1883
|
+
var ArrowSort =
|
|
1884
|
+
/*#__PURE__*/
|
|
1885
|
+
forwardRef(function (props, ref) {
|
|
1886
|
+
return React.createElement(SvgIcon, Object.assign({}, props, {
|
|
1887
|
+
ref: ref,
|
|
1888
|
+
viewBox: "0 0 20 20"
|
|
1889
|
+
}), React.createElement("path", {
|
|
1890
|
+
d: "M13.9609 7.93951L10.4951 4.3777C10.2213 4.09635 9.77864 4.09635 9.50778 4.3777L6.03909 7.93951C5.59932 8.39147 5.91095 9.16669 6.53421 9.16669H13.4658C14.089 9.16669 14.4006 8.39147 13.9609 7.93951Z"
|
|
1891
|
+
}), React.createElement("path", {
|
|
1892
|
+
d: "M6.53421 10.8333H13.4658C14.089 10.8333 14.4006 11.6085 13.9609 12.0605L10.4951 15.6223C10.2213 15.9037 9.77864 15.9037 9.50778 15.6223L6.03909 12.0605C5.59932 11.6085 5.91095 10.8333 6.53421 10.8333Z"
|
|
1893
|
+
}));
|
|
1894
|
+
});
|
|
1895
|
+
ArrowSort.displayName = 'ArrowSort';
|
|
1896
|
+
|
|
1897
|
+
var ArrowSortAsc =
|
|
1898
|
+
/*#__PURE__*/
|
|
1899
|
+
forwardRef(function (props, ref) {
|
|
1900
|
+
return React.createElement(SvgIcon, Object.assign({}, props, {
|
|
1901
|
+
ref: ref,
|
|
1902
|
+
viewBox: "0 0 24 24"
|
|
1903
|
+
}), React.createElement("path", {
|
|
1904
|
+
fillRule: "evenodd",
|
|
1905
|
+
clipRule: "evenodd",
|
|
1512
1906
|
d: "M12.5941 5.25322L16.7531 9.52739C17.2808 10.0697 16.9068 11 16.1589 11H7.84107C7.09316 11 6.71921 10.0697 7.24694 9.52739L11.4094 5.25322C11.7344 4.91559 12.2656 4.91559 12.5941 5.25322ZM15.8177 14L12.0017 17.9217L8.18253 14H15.8177ZM12.5941 18.7468C12.2656 19.0844 11.7344 19.0844 11.4094 18.7468L7.24694 14.4726C6.71921 13.9303 7.09316 13 7.84107 13H16.1589C16.9068 13 17.2808 13.9303 16.7531 14.4726L12.5941 18.7468Z"
|
|
1513
1907
|
}));
|
|
1514
1908
|
});
|
|
@@ -1540,6 +1934,18 @@ forwardRef(function (props, ref) {
|
|
|
1540
1934
|
});
|
|
1541
1935
|
BarChart.displayName = 'BarChart';
|
|
1542
1936
|
|
|
1937
|
+
var CardboardBox =
|
|
1938
|
+
/*#__PURE__*/
|
|
1939
|
+
forwardRef(function (props, ref) {
|
|
1940
|
+
return React.createElement(SvgIcon, Object.assign({}, props, {
|
|
1941
|
+
ref: ref,
|
|
1942
|
+
viewBox: "0 0 24 24"
|
|
1943
|
+
}), React.createElement("path", {
|
|
1944
|
+
d: "M20 21H4V10H6V19H18V10H20V21ZM3 3H21V9H3V3ZM9.5 11H14.5C14.78 11 15 11.22 15 11.5V13H9V11.5C9 11.22 9.22 11 9.5 11ZM5 5V7H19V5H5Z"
|
|
1945
|
+
}));
|
|
1946
|
+
});
|
|
1947
|
+
CardboardBox.displayName = 'CardboardBox';
|
|
1948
|
+
|
|
1543
1949
|
var CheckFile =
|
|
1544
1950
|
/*#__PURE__*/
|
|
1545
1951
|
forwardRef(function (props, ref) {
|
|
@@ -1552,6 +1958,30 @@ forwardRef(function (props, ref) {
|
|
|
1552
1958
|
});
|
|
1553
1959
|
CheckFile.displayName = 'CheckFile';
|
|
1554
1960
|
|
|
1961
|
+
var Collapse =
|
|
1962
|
+
/*#__PURE__*/
|
|
1963
|
+
forwardRef(function (props, ref) {
|
|
1964
|
+
return React.createElement(SvgIcon, Object.assign({}, props, {
|
|
1965
|
+
ref: ref,
|
|
1966
|
+
viewBox: "0 0 20 20"
|
|
1967
|
+
}), React.createElement("path", {
|
|
1968
|
+
d: "M13.825 4.50831L12.6417 3.33331L10 5.97498L7.35838 3.33331L6.17505 4.50831L10 8.33331M6.17505 15.4916L7.35838 16.6666L10 14.025L12.6417 16.6666L13.8167 15.4916L10 11.6666L6.17505 15.4916Z"
|
|
1969
|
+
}));
|
|
1970
|
+
});
|
|
1971
|
+
Collapse.displayName = 'Collapse';
|
|
1972
|
+
|
|
1973
|
+
var Combine =
|
|
1974
|
+
/*#__PURE__*/
|
|
1975
|
+
forwardRef(function (props, ref) {
|
|
1976
|
+
return React.createElement(SvgIcon, Object.assign({}, props, {
|
|
1977
|
+
ref: ref,
|
|
1978
|
+
viewBox: "0 0 20 20"
|
|
1979
|
+
}), React.createElement("path", {
|
|
1980
|
+
d: "M2.49992 0.833313C1.57492 0.833313 0.833252 1.57498 0.833252 2.49998V11.6666C0.833252 12.5916 1.57492 13.3333 2.49992 13.3333C3.60825 13.3333 5.83325 13.3333 5.83325 13.3333C5.83325 13.3333 5.83325 15.5583 5.83325 16.6666C5.83325 17.5916 6.57492 18.3333 7.49992 18.3333H16.6666C17.5916 18.3333 18.3333 17.5916 18.3333 16.6666V7.49998C18.3333 6.57498 17.5916 5.83331 16.6666 5.83331C15.5583 5.83331 13.3333 5.83331 13.3333 5.83331C13.3333 5.83331 13.3333 3.60831 13.3333 2.49998C13.3333 1.57498 12.5916 0.833313 11.6666 0.833313H2.49992ZM2.49992 2.49998H11.6666C11.6666 3.60831 11.6666 5.83331 11.6666 5.83331H7.49992C6.57492 5.83331 5.83325 6.57498 5.83325 7.49998V11.6666C5.83325 11.6666 3.60825 11.6666 2.49992 11.6666V2.49998ZM7.49992 7.49998H11.6666V11.6666H7.49992V7.49998ZM13.3333 7.49998C13.3333 7.49998 15.5583 7.49998 16.6666 7.49998V16.6666H7.49992C7.49992 15.5583 7.49992 13.3333 7.49992 13.3333H11.6666C12.5916 13.3333 13.3333 12.5916 13.3333 11.6666V7.49998Z"
|
|
1981
|
+
}));
|
|
1982
|
+
});
|
|
1983
|
+
Combine.displayName = 'Combine';
|
|
1984
|
+
|
|
1555
1985
|
var ConflictRoute =
|
|
1556
1986
|
/*#__PURE__*/
|
|
1557
1987
|
forwardRef(function (props, ref) {
|
|
@@ -1564,6 +1994,128 @@ forwardRef(function (props, ref) {
|
|
|
1564
1994
|
});
|
|
1565
1995
|
ConflictRoute.displayName = 'ConflictRoute';
|
|
1566
1996
|
|
|
1997
|
+
var Copy =
|
|
1998
|
+
/*#__PURE__*/
|
|
1999
|
+
forwardRef(function (props, ref) {
|
|
2000
|
+
return React.createElement(SvgIcon, Object.assign({}, props, {
|
|
2001
|
+
ref: ref,
|
|
2002
|
+
viewBox: "0 0 24 24"
|
|
2003
|
+
}), React.createElement("path", {
|
|
2004
|
+
d: "M19 21H8V7H19M19 5H8C7.46957 5 6.96086 5.21071 6.58579 5.58579C6.21071 5.96086 6 6.46957 6 7V21C6 21.5304 6.21071 22.0391 6.58579 22.4142C6.96086 22.7893 7.46957 23 8 23H19C19.5304 23 20.0391 22.7893 20.4142 22.4142C20.7893 22.0391 21 21.5304 21 21V7C21 6.46957 20.7893 5.96086 20.4142 5.58579C20.0391 5.21071 19.5304 5 19 5ZM16 1H4C3.46957 1 2.96086 1.21071 2.58579 1.58579C2.21071 1.96086 2 2.46957 2 3V17H4V3H16V1Z"
|
|
2005
|
+
}));
|
|
2006
|
+
});
|
|
2007
|
+
Copy.displayName = 'Copy';
|
|
2008
|
+
|
|
2009
|
+
var Coupon =
|
|
2010
|
+
/*#__PURE__*/
|
|
2011
|
+
forwardRef(function (props, ref) {
|
|
2012
|
+
return React.createElement(SvgIcon, Object.assign({}, props, {
|
|
2013
|
+
ref: ref,
|
|
2014
|
+
viewBox: "0 0 16 16"
|
|
2015
|
+
}), React.createElement("path", {
|
|
2016
|
+
id: "Vector",
|
|
2017
|
+
d: "M9.86732 5.33073L10.6673 6.13073L6.13398 10.6641L5.33398 9.86406L9.86732 5.33073ZM2.66732 2.66406H13.334C14.074 2.66406 14.6673 3.2574 14.6673 3.9974V6.66406C13.934 6.66406 13.334 7.26406 13.334 7.9974C13.334 8.7374 13.934 9.33073 14.6673 9.33073V11.9974C14.6673 12.7374 14.074 13.3307 13.334 13.3307H2.66732C1.93398 13.3307 1.33398 12.7374 1.33398 11.9974V9.33073C2.07398 9.33073 2.66732 8.7374 2.66732 7.9974C2.66732 7.26406 2.07398 6.66406 1.33398 6.66406V3.9974C1.33398 3.2574 1.93398 2.66406 2.66732 2.66406ZM2.66732 3.9974V5.69073C3.49398 6.17073 4.00065 7.04406 4.00065 7.9974C4.00065 8.95073 3.49398 9.83073 2.66732 10.3041V11.9974H13.334V10.3041C12.5073 9.83073 12.0007 8.95073 12.0007 7.9974C12.0007 7.04406 12.5073 6.17073 13.334 5.69073V3.9974H2.66732ZM6.33398 5.33073C6.88732 5.33073 7.33398 5.7774 7.33398 6.33073C7.33398 6.88406 6.88732 7.33073 6.33398 7.33073C5.78065 7.33073 5.33398 6.88406 5.33398 6.33073C5.33398 5.7774 5.78065 5.33073 6.33398 5.33073ZM9.66732 8.66406C10.2207 8.66406 10.6673 9.11073 10.6673 9.66406C10.6673 10.2174 10.2207 10.6641 9.66732 10.6641C9.11398 10.6641 8.66732 10.2174 8.66732 9.66406C8.66732 9.11073 9.11398 8.66406 9.66732 8.66406Z"
|
|
2018
|
+
}));
|
|
2019
|
+
});
|
|
2020
|
+
Coupon.displayName = 'Coupon';
|
|
2021
|
+
|
|
2022
|
+
var CurlyBrackets =
|
|
2023
|
+
/*#__PURE__*/
|
|
2024
|
+
forwardRef(function (props, ref) {
|
|
2025
|
+
return React.createElement(SvgIcon, Object.assign({}, props, {
|
|
2026
|
+
ref: ref,
|
|
2027
|
+
viewBox: "0 0 24 24"
|
|
2028
|
+
}), React.createElement("path", {
|
|
2029
|
+
d: "M4 7V9C4 9.55 3.55 10 3 10H2V14H3C3.55 14 4 14.45 4 15V17C4 18.65 5.35 20 7 20H10V18H7C6.45 18 6 17.55 6 17V15C6 13.7 5.16 12.58 4 12.17V11.83C5.16 11.42 6 10.3 6 9V7C6 6.45 6.45 6 7 6H10V4H7C5.35 4 4 5.35 4 7ZM21 10C20.45 10 20 9.55 20 9V7C20 5.35 18.65 4 17 4H14V6H17C17.55 6 18 6.45 18 7V9C18 10.3 18.84 11.42 20 11.83V12.17C18.84 12.58 18 13.69 18 15V17C18 17.55 17.55 18 17 18H14V20H17C18.65 20 20 18.65 20 17V15C20 14.45 20.45 14 21 14H22V10H21Z"
|
|
2030
|
+
}));
|
|
2031
|
+
});
|
|
2032
|
+
CurlyBrackets.displayName = 'CurlyBrackets';
|
|
2033
|
+
|
|
2034
|
+
var Design =
|
|
2035
|
+
/*#__PURE__*/
|
|
2036
|
+
forwardRef(function (props, ref) {
|
|
2037
|
+
return React.createElement(SvgIcon, Object.assign({}, props, {
|
|
2038
|
+
ref: ref,
|
|
2039
|
+
viewBox: "0 0 24 24"
|
|
2040
|
+
}), React.createElement("path", {
|
|
2041
|
+
d: "M8 3C5.79 3 4 4.79 4 7V14C4 15.1 4.9 16 6 16H9V20C9 21.1 9.9 22 11 22H13C14.1 22 15 21.1 15 20V16H18C19.1 16 20 15.1 20 14V3H8ZM8 5H12V7H14V5H15V9H17V5H18V10H6V7C6 5.9 6.9 5 8 5ZM6 14V12H18V14H6Z"
|
|
2042
|
+
}));
|
|
2043
|
+
});
|
|
2044
|
+
Design.displayName = 'Design';
|
|
2045
|
+
|
|
2046
|
+
var DisplayLogic =
|
|
2047
|
+
/*#__PURE__*/
|
|
2048
|
+
forwardRef(function (props, ref) {
|
|
2049
|
+
return React.createElement(SvgIcon, Object.assign({}, props, {
|
|
2050
|
+
ref: ref,
|
|
2051
|
+
viewBox: "0 0 24 24"
|
|
2052
|
+
}), React.createElement("path", {
|
|
2053
|
+
d: "M8.515 15.5155H11.515C11.515 15.0155 11.355 11.0155 7.315 10.5655C6.765 12.1255 5.045 12.9455 3.485 12.3955C1.925 11.8455 1.105 10.1255 1.655 8.5655C2.215 7.0155 3.925 6.1855 5.485 6.7355C6.345 7.0155 7.015 7.7155 7.315 8.5655C10.905 8.8555 13.635 11.9155 13.515 15.5155H16.515L12.515 19.5155L8.515 15.5155ZM4.515 10.5155C4.78022 10.5155 5.03457 10.4101 5.22211 10.2226C5.40964 10.0351 5.515 9.78072 5.515 9.5155C5.515 9.25029 5.40964 8.99593 5.22211 8.8084C5.03457 8.62086 4.78022 8.5155 4.515 8.5155C4.24978 8.5155 3.99543 8.62086 3.80789 8.8084C3.62036 8.99593 3.515 9.25029 3.515 9.5155C3.515 9.78072 3.62036 10.0351 3.80789 10.2226C3.99543 10.4101 4.24978 10.5155 4.515 10.5155ZM12.395 8.5155C13.055 9.0955 13.625 9.7655 14.085 10.5155H18.515V13.5155L22.515 9.5155L18.515 5.5155V8.5155H12.395Z"
|
|
2054
|
+
}));
|
|
2055
|
+
});
|
|
2056
|
+
DisplayLogic.displayName = 'DisplayLogic';
|
|
2057
|
+
|
|
2058
|
+
var DonutChart =
|
|
2059
|
+
/*#__PURE__*/
|
|
2060
|
+
forwardRef(function (props, ref) {
|
|
2061
|
+
return React.createElement(SvgIcon, Object.assign({}, props, {
|
|
2062
|
+
ref: ref,
|
|
2063
|
+
viewBox: "0 0 16 16"
|
|
2064
|
+
}), React.createElement("path", {
|
|
2065
|
+
d: "M8.00065 1.33398C4.31865 1.33398 1.33398 4.31865 1.33398 8.00065C1.33398 11.6827 4.31865 14.6673 8.00065 14.6673C11.6827 14.6673 14.6673 11.6827 14.6673 8.00065C14.6673 4.31865 11.6827 1.33398 8.00065 1.33398ZM7.33398 2.71289V5.42904C6.18584 5.72643 5.33398 6.75957 5.33398 8.00065C5.33398 9.47332 6.52798 10.6673 8.00065 10.6673C8.49425 10.6673 8.95048 10.5235 9.347 10.2897L11.265 12.2077C10.3616 12.9102 9.2309 13.334 8.00065 13.334C5.05998 13.334 2.66732 10.9413 2.66732 8.00065C2.66732 5.2863 4.70758 3.04275 7.33398 2.71289ZM8.66732 2.71289C11.0747 3.01525 12.9861 4.92657 13.2884 7.33398H10.5723C10.3304 6.40008 9.60122 5.67094 8.66732 5.42904V2.71289ZM8.00065 6.66732C8.73598 6.66732 9.33398 7.26532 9.33398 8.00065C9.33398 8.73598 8.73598 9.33398 8.00065 9.33398C7.26532 9.33398 6.66732 8.73598 6.66732 8.00065C6.66732 7.26532 7.26532 6.66732 8.00065 6.66732ZM10.5723 8.66732H13.2884C13.1664 9.63872 12.7809 10.5278 12.2077 11.265L10.2897 9.347C10.4138 9.13652 10.5095 8.90971 10.5723 8.66732Z"
|
|
2066
|
+
}));
|
|
2067
|
+
});
|
|
2068
|
+
DonutChart.displayName = 'DonutChart';
|
|
2069
|
+
|
|
2070
|
+
var DriveFileMove =
|
|
2071
|
+
/*#__PURE__*/
|
|
2072
|
+
forwardRef(function (props, ref) {
|
|
2073
|
+
return React.createElement(SvgIcon, Object.assign({}, props, {
|
|
2074
|
+
ref: ref,
|
|
2075
|
+
viewBox: "0 0 16 16"
|
|
2076
|
+
}), React.createElement("path", {
|
|
2077
|
+
d: "M13.332 3.99984H7.9987L6.66536 2.6665H2.66536C1.93203 2.6665 1.3387 3.2665 1.3387 3.99984L1.33203 11.9998C1.33203 12.7332 1.93203 13.3332 2.66536 13.3332H13.332C14.0654 13.3332 14.6654 12.7332 14.6654 11.9998V5.33317C14.6654 4.59984 14.0654 3.99984 13.332 3.99984ZM13.332 11.9998H2.66536V5.33317H13.332V11.9998ZM7.99203 5.99984L7.05203 6.93984L8.10536 7.99984H5.33203V9.33317H8.10536L7.04536 10.3932L7.99203 11.3332L10.6654 8.67317L7.99203 5.99984Z"
|
|
2078
|
+
}));
|
|
2079
|
+
});
|
|
2080
|
+
DriveFileMove.displayName = 'DriveFileMove';
|
|
2081
|
+
|
|
2082
|
+
var EmbedCode =
|
|
2083
|
+
/*#__PURE__*/
|
|
2084
|
+
forwardRef(function (props, ref) {
|
|
2085
|
+
return React.createElement(SvgIcon, Object.assign({}, props, {
|
|
2086
|
+
ref: ref,
|
|
2087
|
+
viewBox: "0 0 20 20"
|
|
2088
|
+
}), React.createElement("path", {
|
|
2089
|
+
d: "M10.7414 2.5L12.3747 2.83333L9.25807 17.5L7.62474 17.1667L10.7414 2.5ZM16.3247 10L13.3331 7.00833V4.65L18.6831 10L13.3331 15.3417V12.9833L16.3247 10ZM1.31641 10L6.66641 4.65V7.00833L3.67474 10L6.66641 12.9833V15.3417L1.31641 10Z"
|
|
2090
|
+
}));
|
|
2091
|
+
});
|
|
2092
|
+
EmbedCode.displayName = 'EmbedCode';
|
|
2093
|
+
|
|
2094
|
+
var ExpandAll =
|
|
2095
|
+
/*#__PURE__*/
|
|
2096
|
+
forwardRef(function (props, ref) {
|
|
2097
|
+
return React.createElement(SvgIcon, Object.assign({}, props, {
|
|
2098
|
+
ref: ref,
|
|
2099
|
+
viewBox: "0 0 24 24"
|
|
2100
|
+
}), React.createElement("path", {
|
|
2101
|
+
d: "M12 18.17L8.83 15L7.42 16.41L12 21L16.59 16.41L15.17 15M12 5.83L15.17 9L16.58 7.59L12 3L7.41 7.59L8.83 9L12 5.83Z"
|
|
2102
|
+
}));
|
|
2103
|
+
});
|
|
2104
|
+
ExpandAll.displayName = 'ExpandAll';
|
|
2105
|
+
|
|
2106
|
+
var ExportSheet =
|
|
2107
|
+
/*#__PURE__*/
|
|
2108
|
+
forwardRef(function (props, ref) {
|
|
2109
|
+
return React.createElement(SvgIcon, Object.assign({}, props, {
|
|
2110
|
+
ref: ref,
|
|
2111
|
+
viewBox: "0 0 16 16"
|
|
2112
|
+
}), React.createElement("path", {
|
|
2113
|
+
id: "Vector",
|
|
2114
|
+
d: "M9.33329 1.3335H3.99996C3.25996 1.3335 2.66663 1.9335 2.66663 2.66683V13.3335C2.66663 14.0735 3.25996 14.6668 3.99996 14.6668H12C12.74 14.6668 13.3333 14.0735 13.3333 13.3335V5.3335L9.33329 1.3335ZM12 13.3335H3.99996V2.66683H8.66663V6.00016H12V13.3335ZM8.59996 9.66683L10.5333 12.6668H9.33329L7.99996 10.4002L6.66663 12.6668H5.46663L7.39996 9.66683L5.46663 6.66683H6.66663L7.99996 8.9335L9.33329 6.66683H10.5333L8.59996 9.66683Z"
|
|
2115
|
+
}));
|
|
2116
|
+
});
|
|
2117
|
+
ExportSheet.displayName = 'ExportSheet';
|
|
2118
|
+
|
|
1567
2119
|
var Facebook =
|
|
1568
2120
|
/*#__PURE__*/
|
|
1569
2121
|
forwardRef(function (props, ref) {
|
|
@@ -1582,6 +2134,18 @@ forwardRef(function (props, ref) {
|
|
|
1582
2134
|
});
|
|
1583
2135
|
Facebook.displayName = 'Facebook';
|
|
1584
2136
|
|
|
2137
|
+
var FileExport =
|
|
2138
|
+
/*#__PURE__*/
|
|
2139
|
+
forwardRef(function (props, ref) {
|
|
2140
|
+
return React.createElement(SvgIcon, Object.assign({}, props, {
|
|
2141
|
+
ref: ref,
|
|
2142
|
+
viewBox: "0 0 16 16"
|
|
2143
|
+
}), React.createElement("path", {
|
|
2144
|
+
d: "M9.33464 1.33398L13.3346 5.33398V13.334C13.3346 13.6876 13.1942 14.0267 12.9441 14.2768C12.6941 14.5268 12.3549 14.6673 12.0013 14.6673H4.0013C3.64768 14.6673 3.30854 14.5268 3.05849 14.2768C2.80844 14.0267 2.66797 13.6876 2.66797 13.334V2.66732C2.66797 2.3137 2.80844 1.97456 3.05849 1.72451C3.30854 1.47446 3.64768 1.33398 4.0013 1.33398H9.33464ZM12.0013 13.334V6.00065H8.66797V2.66732H4.0013V13.334H12.0013ZM8.0013 12.6673L5.33464 10.0007H7.0013V8.00065H9.0013V10.0007H10.668L8.0013 12.6673Z"
|
|
2145
|
+
}));
|
|
2146
|
+
});
|
|
2147
|
+
FileExport.displayName = 'FileExport';
|
|
2148
|
+
|
|
1585
2149
|
var FilterAlt =
|
|
1586
2150
|
/*#__PURE__*/
|
|
1587
2151
|
forwardRef(function (props, ref) {
|
|
@@ -1636,19 +2200,62 @@ forwardRef(function (props, ref) {
|
|
|
1636
2200
|
});
|
|
1637
2201
|
Google.displayName = 'Google';
|
|
1638
2202
|
|
|
2203
|
+
var GridView =
|
|
2204
|
+
/*#__PURE__*/
|
|
2205
|
+
forwardRef(function (props, ref) {
|
|
2206
|
+
return React.createElement(SvgIcon, Object.assign({}, props, {
|
|
2207
|
+
ref: ref,
|
|
2208
|
+
viewBox: "0 0 16 16"
|
|
2209
|
+
}), React.createElement("path", {
|
|
2210
|
+
d: "M2 7.33333H7.33333V2H2M3.33333 3.33333H6V6H3.33333M8.66667 14H14V8.66667H8.66667M10 10H12.6667V12.6667H10M2 14H7.33333V8.66667H2M3.33333 10H6V12.6667H3.33333M8.66667 2V7.33333H14V2M12.6667 6H10V3.33333H12.6667V6Z"
|
|
2211
|
+
}));
|
|
2212
|
+
});
|
|
2213
|
+
GridView.displayName = 'GridView';
|
|
2214
|
+
|
|
1639
2215
|
var Image =
|
|
1640
2216
|
/*#__PURE__*/
|
|
1641
2217
|
forwardRef(function (props, ref) {
|
|
1642
2218
|
return React.createElement(SvgIcon, Object.assign({}, props, {
|
|
1643
2219
|
ref: ref,
|
|
1644
|
-
viewBox: "0 0
|
|
2220
|
+
viewBox: "0 0 24 24"
|
|
2221
|
+
}), React.createElement("path", {
|
|
2222
|
+
d: "M19 19H5V5H19M19 3H5C4.46957 3 3.96086 3.21071 3.58579 3.58579C3.21071 3.96086 3 4.46957 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 4.46957 20.7893 3.96086 20.4142 3.58579C20.0391 3.21071 19.5304 3 19 3ZM13.96 12.29L11.21 15.83L9.25 13.47L6.5 17H17.5L13.96 12.29Z"
|
|
2223
|
+
}));
|
|
2224
|
+
});
|
|
2225
|
+
Image.displayName = 'Image';
|
|
2226
|
+
|
|
2227
|
+
var LinkedIn =
|
|
2228
|
+
/*#__PURE__*/
|
|
2229
|
+
forwardRef(function (props, ref) {
|
|
2230
|
+
return React.createElement(SvgIcon, Object.assign({}, props, {
|
|
2231
|
+
ref: ref,
|
|
2232
|
+
viewBox: "0 0 20 20"
|
|
2233
|
+
}), React.createElement("rect", {
|
|
2234
|
+
x: "1.66602",
|
|
2235
|
+
y: "1.66699",
|
|
2236
|
+
width: "16.6667",
|
|
2237
|
+
height: "16.6667",
|
|
2238
|
+
fill: "white"
|
|
1645
2239
|
}), React.createElement("path", {
|
|
1646
2240
|
fillRule: "evenodd",
|
|
1647
2241
|
clipRule: "evenodd",
|
|
1648
|
-
d: "
|
|
2242
|
+
d: "M1.42411 0H18.5714C19.3571 0 20 0.647321 20 1.44196V18.558C20 19.3527 19.3571 20 18.5714 20H1.42411C0.638393 20 0 19.3527 0 18.558V1.44196C0 0.647321 0.638393 0 1.42411 0ZM6.04464 17.1429H6.04911V7.59821H3.08036V17.1429H6.04464ZM4.5625 6.29464C3.61161 6.29464 2.84375 5.52232 2.84375 4.57589C2.84375 3.62946 3.61161 2.85714 4.5625 2.85714C5.50893 2.85714 6.28125 3.62946 6.28125 4.57589C6.28125 5.52679 5.51339 6.29464 4.5625 6.29464ZM14.192 17.1429H17.1562V11.9107C17.1562 9.33929 16.5982 7.36161 13.5982 7.36161C12.1562 7.36161 11.1875 8.15179 10.7902 8.90179H10.75V7.59821H7.90625V17.1429H10.8705V12.4196C10.8705 11.1741 11.1071 9.96875 12.6518 9.96875C14.1696 9.96875 14.192 11.3929 14.192 12.5V17.1429Z",
|
|
2243
|
+
fill: "#0065CA"
|
|
1649
2244
|
}));
|
|
1650
2245
|
});
|
|
1651
|
-
|
|
2246
|
+
LinkedIn.displayName = 'Linkedin';
|
|
2247
|
+
|
|
2248
|
+
var Logic =
|
|
2249
|
+
/*#__PURE__*/
|
|
2250
|
+
forwardRef(function (props, ref) {
|
|
2251
|
+
return React.createElement(SvgIcon, Object.assign({}, props, {
|
|
2252
|
+
ref: ref,
|
|
2253
|
+
viewBox: "0 0 24 24"
|
|
2254
|
+
}), React.createElement("path", {
|
|
2255
|
+
d: "M13 14C9.64 14 8.54 15.35 8.18 16.24C9.25 16.7 10 17.76 10 19C10 19.7956 9.68393 20.5587 9.12132 21.1213C8.55871 21.6839 7.79565 22 7 22C6.20435 22 5.44129 21.6839 4.87868 21.1213C4.31607 20.5587 4 19.7956 4 19C4 17.69 4.83 16.58 6 16.17V7.83C4.83 7.42 4 6.31 4 5C4 4.20435 4.31607 3.44129 4.87868 2.87868C5.44129 2.31607 6.20435 2 7 2C7.79565 2 8.55871 2.31607 9.12132 2.87868C9.68393 3.44129 10 4.20435 10 5C10 6.31 9.17 7.42 8 7.83V13.12C8.88 12.47 10.16 12 12 12C14.67 12 15.56 10.66 15.85 9.77C14.77 9.32 14 8.25 14 7C14 6.20435 14.3161 5.44129 14.8787 4.87868C15.4413 4.31607 16.2044 4 17 4C17.7956 4 18.5587 4.31607 19.1213 4.87868C19.6839 5.44129 20 6.20435 20 7C20 8.34 19.12 9.5 17.91 9.86C17.65 11.29 16.68 14 13 14ZM7 18C6.73478 18 6.48043 18.1054 6.29289 18.2929C6.10536 18.4804 6 18.7348 6 19C6 19.2652 6.10536 19.5196 6.29289 19.7071C6.48043 19.8946 6.73478 20 7 20C7.26522 20 7.51957 19.8946 7.70711 19.7071C7.89464 19.5196 8 19.2652 8 19C8 18.7348 7.89464 18.4804 7.70711 18.2929C7.51957 18.1054 7.26522 18 7 18ZM7 4C6.73478 4 6.48043 4.10536 6.29289 4.29289C6.10536 4.48043 6 4.73478 6 5C6 5.26522 6.10536 5.51957 6.29289 5.70711C6.48043 5.89464 6.73478 6 7 6C7.26522 6 7.51957 5.89464 7.70711 5.70711C7.89464 5.51957 8 5.26522 8 5C8 4.73478 7.89464 4.48043 7.70711 4.29289C7.51957 4.10536 7.26522 4 7 4ZM17 6C16.7348 6 16.4804 6.10536 16.2929 6.29289C16.1054 6.48043 16 6.73478 16 7C16 7.26522 16.1054 7.51957 16.2929 7.70711C16.4804 7.89464 16.7348 8 17 8C17.2652 8 17.5196 7.89464 17.7071 7.70711C17.8946 7.51957 18 7.26522 18 7C18 6.73478 17.8946 6.48043 17.7071 6.29289C17.5196 6.10536 17.2652 6 17 6Z"
|
|
2256
|
+
}));
|
|
2257
|
+
});
|
|
2258
|
+
Logic.displayName = 'Logic';
|
|
1652
2259
|
|
|
1653
2260
|
var MailForward =
|
|
1654
2261
|
/*#__PURE__*/
|
|
@@ -1680,6 +2287,20 @@ forwardRef(function (props, ref) {
|
|
|
1680
2287
|
});
|
|
1681
2288
|
MailForward.displayName = 'MailForward';
|
|
1682
2289
|
|
|
2290
|
+
var Maximum =
|
|
2291
|
+
/*#__PURE__*/
|
|
2292
|
+
forwardRef(function (props, ref) {
|
|
2293
|
+
return React.createElement(SvgIcon, Object.assign({}, props, {
|
|
2294
|
+
ref: ref,
|
|
2295
|
+
viewBox: "0 0 24 24"
|
|
2296
|
+
}), React.createElement("path", {
|
|
2297
|
+
d: "M14 20H6V6H14M14.67 4H13V2H7V4H5.33C4.6 4 4 4.6 4 5.33V20.67C4 21.4 4.6 22 5.33 22H14.67C15.41 22 16 21.41 16 20.67V5.33C16 4.6 15.4 4 14.67 4ZM13 16H7V19H13V16ZM13 7H7V10H13V7ZM13 11.5H7V14.5H13V11.5Z"
|
|
2298
|
+
}), React.createElement("path", {
|
|
2299
|
+
d: "M21 13H19V7H21V13ZM21 17H19V15H21V17Z"
|
|
2300
|
+
}));
|
|
2301
|
+
});
|
|
2302
|
+
Maximum.displayName = 'Maximum';
|
|
2303
|
+
|
|
1683
2304
|
var NewReleaseCheck =
|
|
1684
2305
|
/*#__PURE__*/
|
|
1685
2306
|
forwardRef(function (props, ref) {
|
|
@@ -1692,6 +2313,18 @@ forwardRef(function (props, ref) {
|
|
|
1692
2313
|
});
|
|
1693
2314
|
NewReleaseCheck.displayName = 'NewReleaseCheck';
|
|
1694
2315
|
|
|
2316
|
+
var None =
|
|
2317
|
+
/*#__PURE__*/
|
|
2318
|
+
forwardRef(function (props, ref) {
|
|
2319
|
+
return React.createElement(SvgIcon, Object.assign({}, props, {
|
|
2320
|
+
ref: ref,
|
|
2321
|
+
viewBox: "0 0 24 24"
|
|
2322
|
+
}), React.createElement("path", {
|
|
2323
|
+
d: "M20.84 20.84L3.16001 3.16L1.89001 4.43L3.78001 6.32C2.66001 7.93 2.00001 9.89 2.00001 12C2.00001 17.52 6.48001 22 12 22C14.11 22 16.07 21.34 17.68 20.23L19.57 22.12L20.84 20.84ZM12 20C7.59001 20 4.00001 16.41 4.00001 12C4.00001 10.45 4.45001 9 5.22001 7.77L6.68001 9.23C6.25001 10.06 6.00001 11 6.00001 12C6.00001 15.31 8.69001 18 12 18C13 18 13.94 17.75 14.77 17.32L16.23 18.78C15 19.55 13.55 20 12 20ZM6.32001 3.77C7.93002 2.66 9.89001 2 12 2C17.52 2 22 6.48 22 12C22 14.11 21.34 16.07 20.23 17.68L18.78 16.23C19.55 15 20 13.55 20 12C20 7.59 16.41 4 12 4C10.45 4 9.00001 4.45 7.77001 5.22L6.32001 3.77ZM18 12C18 13 17.75 13.94 17.32 14.77L9.23001 6.68C10.06 6.25 11 6 12 6C15.31 6 18 8.69 18 12Z"
|
|
2324
|
+
}));
|
|
2325
|
+
});
|
|
2326
|
+
None.displayName = 'None';
|
|
2327
|
+
|
|
1695
2328
|
var PieChart =
|
|
1696
2329
|
/*#__PURE__*/
|
|
1697
2330
|
forwardRef(function (props, ref) {
|
|
@@ -1716,6 +2349,20 @@ forwardRef(function (props, ref) {
|
|
|
1716
2349
|
});
|
|
1717
2350
|
Privacy.displayName = 'Privacy';
|
|
1718
2351
|
|
|
2352
|
+
var QrCode =
|
|
2353
|
+
/*#__PURE__*/
|
|
2354
|
+
forwardRef(function (props, ref) {
|
|
2355
|
+
return React.createElement(SvgIcon, Object.assign({}, props, {
|
|
2356
|
+
ref: ref,
|
|
2357
|
+
viewBox: "0 0 20 20"
|
|
2358
|
+
}), React.createElement("path", {
|
|
2359
|
+
fillRule: "evenodd",
|
|
2360
|
+
clipRule: "evenodd",
|
|
2361
|
+
d: "M8.80887 8.80985H1.66602V1.66699H8.80887V8.80985ZM7.6184 2.85747H2.85649V7.61937H7.6184V2.85747ZM11.1898 1.66699V8.80985H18.3327V1.66699H11.1898ZM12.3803 7.61937H17.1422V2.85747H12.3803V7.61937ZM1.66602 18.3337H8.80887V11.1908H1.66602V18.3337ZM7.6184 12.3813H2.85649V17.1432H7.6184V12.3813ZM4.04697 4.04794H6.42792V6.4289H4.04697V4.04794ZM13.5708 6.4289H15.9517V4.04794H13.5708V6.4289ZM4.04697 13.5718H6.42792V15.9527H4.04697V13.5718ZM18.3327 11.1908H17.1422V12.3813H14.7613V11.1908H11.1898V18.3337H12.3803V14.7622H13.5708V15.9527H18.3327V11.1908ZM17.1422 17.1432H18.3327V18.3337H17.1422V17.1432ZM15.9517 17.1432H14.7613V18.3337H15.9517V17.1432Z"
|
|
2362
|
+
}));
|
|
2363
|
+
});
|
|
2364
|
+
QrCode.displayName = 'QrCode';
|
|
2365
|
+
|
|
1719
2366
|
var Quiz =
|
|
1720
2367
|
/*#__PURE__*/
|
|
1721
2368
|
forwardRef(function (props, ref) {
|
|
@@ -1742,417 +2389,617 @@ forwardRef(function (props, ref) {
|
|
|
1742
2389
|
});
|
|
1743
2390
|
RadarChart.displayName = 'RadarChart';
|
|
1744
2391
|
|
|
1745
|
-
var
|
|
2392
|
+
var Randomize =
|
|
1746
2393
|
/*#__PURE__*/
|
|
1747
2394
|
forwardRef(function (props, ref) {
|
|
1748
2395
|
return React.createElement(SvgIcon, Object.assign({}, props, {
|
|
1749
2396
|
ref: ref,
|
|
1750
|
-
viewBox: "0 0
|
|
2397
|
+
viewBox: "0 0 20 20"
|
|
1751
2398
|
}), React.createElement("path", {
|
|
1752
|
-
d: "
|
|
2399
|
+
d: "M14.1667 2.5L18.5417 6.25L14.1667 10L18.5417 13.75L14.1667 17.5V15H11.8834L9.53341 12.65L11.3001 10.8833L12.9167 12.5H14.1667V10V7.5H12.9167L5.41675 15H1.66675V12.5H4.38341L11.8834 5H14.1667V2.5ZM1.66675 5H5.41675L7.76675 7.35L6.00008 9.11667L4.38341 7.5H1.66675V5Z"
|
|
1753
2400
|
}));
|
|
1754
2401
|
});
|
|
1755
|
-
|
|
2402
|
+
Randomize.displayName = 'Randomize';
|
|
1756
2403
|
|
|
1757
|
-
var
|
|
2404
|
+
var ShieldError =
|
|
1758
2405
|
/*#__PURE__*/
|
|
1759
2406
|
forwardRef(function (props, ref) {
|
|
1760
2407
|
return React.createElement(SvgIcon, Object.assign({}, props, {
|
|
1761
2408
|
ref: ref,
|
|
1762
2409
|
viewBox: "0 0 24 24"
|
|
1763
2410
|
}), React.createElement("path", {
|
|
1764
|
-
d: "
|
|
2411
|
+
d: "M12 2L4 5V11.09C4 16.14 7.41 20.85 12 22C16.59 20.85 20 16.14 20 11.09V5L12 2ZM15.5 14.09L14.09 15.5L12 13.42L9.91 15.5L8.5 14.09L10.59 12L8.5 9.91L9.91 8.5L12 10.59L14.09 8.5L15.5 9.91L13.42 12L15.5 14.09Z"
|
|
1765
2412
|
}));
|
|
1766
2413
|
});
|
|
1767
|
-
|
|
2414
|
+
ShieldError.displayName = 'ShieldError';
|
|
1768
2415
|
|
|
1769
|
-
var
|
|
2416
|
+
var ShieldStar =
|
|
1770
2417
|
/*#__PURE__*/
|
|
1771
2418
|
forwardRef(function (props, ref) {
|
|
1772
2419
|
return React.createElement(SvgIcon, Object.assign({}, props, {
|
|
1773
2420
|
ref: ref,
|
|
1774
2421
|
viewBox: "0 0 24 24"
|
|
1775
2422
|
}), React.createElement("path", {
|
|
1776
|
-
|
|
2423
|
+
fillRule: "evenodd",
|
|
2424
|
+
clipRule: "evenodd",
|
|
2425
|
+
d: "M20 5V11.0898C20 16.1398 16.59 20.85 12 22C7.41 20.85 4 16.1398 4 11.0898V5L12 2L20 5ZM10.75 10.75L8 12L10.75 13.25L12 16L13.25 13.25L16 12L13.25 10.75L12 8L10.75 10.75Z"
|
|
1777
2426
|
}));
|
|
1778
2427
|
});
|
|
1779
|
-
|
|
2428
|
+
ShieldStar.displayName = 'ShieldStar';
|
|
1780
2429
|
|
|
1781
|
-
var
|
|
2430
|
+
var ShieldStar$1 =
|
|
1782
2431
|
/*#__PURE__*/
|
|
1783
2432
|
forwardRef(function (props, ref) {
|
|
1784
2433
|
return React.createElement(SvgIcon, Object.assign({}, props, {
|
|
1785
2434
|
ref: ref,
|
|
1786
|
-
viewBox: "0 0
|
|
1787
|
-
}), React.createElement("path", {
|
|
1788
|
-
d: "M12.6667 5.99984L13.5 4.1665L15.3333 3.33317L13.5 2.49984L12.6667 0.666504L11.8333 2.49984L10 3.33317L11.8333 4.1665L12.6667 5.99984Z"
|
|
1789
|
-
}), React.createElement("path", {
|
|
1790
|
-
d: "M12.6667 10L11.8333 11.8333L10 12.6667L11.8333 13.5L12.6667 15.3333L13.5 13.5L15.3333 12.6667L13.5 11.8333L12.6667 10Z"
|
|
2435
|
+
viewBox: "0 0 24 24"
|
|
1791
2436
|
}), React.createElement("path", {
|
|
1792
|
-
d: "
|
|
2437
|
+
d: "M12 2L4 5V11.09C4 16.14 7.41 20.85 12 22C16.59 20.85 20 16.14 20 11.09V5L12 2ZM10.94 15.54L7.4 12L8.81 10.59L10.93 12.71L15.17 8.47L16.58 9.88L10.94 15.54Z"
|
|
1793
2438
|
}));
|
|
1794
2439
|
});
|
|
1795
|
-
|
|
2440
|
+
ShieldStar$1.displayName = 'ShieldStar';
|
|
1796
2441
|
|
|
1797
|
-
var
|
|
2442
|
+
var ShieldWarning =
|
|
1798
2443
|
/*#__PURE__*/
|
|
1799
2444
|
forwardRef(function (props, ref) {
|
|
1800
2445
|
return React.createElement(SvgIcon, Object.assign({}, props, {
|
|
1801
2446
|
ref: ref,
|
|
1802
|
-
viewBox: "0 0
|
|
2447
|
+
viewBox: "0 0 24 24"
|
|
1803
2448
|
}), React.createElement("path", {
|
|
1804
|
-
d: "
|
|
2449
|
+
d: "M12 2L4 5V11.09C4 16.14 7.41 20.85 12 22C16.59 20.85 20 16.14 20 11.09V5L12 2ZM13 16H11V14H13V16ZM13 12H11V7H13V12Z"
|
|
1805
2450
|
}));
|
|
1806
2451
|
});
|
|
1807
|
-
|
|
2452
|
+
ShieldWarning.displayName = 'ShieldWarning';
|
|
1808
2453
|
|
|
1809
|
-
var
|
|
2454
|
+
var ShortText =
|
|
1810
2455
|
/*#__PURE__*/
|
|
1811
2456
|
forwardRef(function (props, ref) {
|
|
1812
2457
|
return React.createElement(SvgIcon, Object.assign({}, props, {
|
|
1813
2458
|
ref: ref,
|
|
1814
|
-
viewBox: "0 0
|
|
2459
|
+
viewBox: "0 0 24 24"
|
|
1815
2460
|
}), React.createElement("path", {
|
|
1816
|
-
d: "
|
|
2461
|
+
d: "M4 9H20V11H4V9ZM4 13H14V15H4V13Z"
|
|
1817
2462
|
}));
|
|
1818
2463
|
});
|
|
1819
|
-
|
|
2464
|
+
ShortText.displayName = 'ShortText';
|
|
1820
2465
|
|
|
1821
|
-
var
|
|
2466
|
+
var Skip =
|
|
1822
2467
|
/*#__PURE__*/
|
|
1823
2468
|
forwardRef(function (props, ref) {
|
|
1824
2469
|
return React.createElement(SvgIcon, Object.assign({}, props, {
|
|
1825
2470
|
ref: ref,
|
|
1826
|
-
viewBox: "0 0
|
|
1827
|
-
}), React.createElement("path", {
|
|
1828
|
-
d: "M16.6665 3.33398H3.33317C2.4165 3.33398 1.6665 4.08398 1.6665 5.00065V15.0007C1.6665 15.9173 2.4165 16.6673 3.33317 16.6673H16.6665C17.5832 16.6673 18.3332 15.9173 18.3332 15.0007V5.00065C18.3332 4.08398 17.5832 3.33398 16.6665 3.33398ZM16.6665 15.0007H3.33317V5.00065H16.6665V15.0007Z"
|
|
1829
|
-
}), React.createElement("path", {
|
|
1830
|
-
d: "M5.40814 8.75V12.5H6.36647V7.5H5.64147L4.1748 8.55833L4.65814 9.3L5.40814 8.75Z"
|
|
1831
|
-
}), React.createElement("path", {
|
|
1832
|
-
d: "M9.55798 8.37626C9.97464 8.37626 10.233 8.64292 10.233 8.97626C10.233 9.28459 10.1163 9.50959 9.78297 9.85959C9.48297 10.1763 8.89964 10.7596 8.00797 11.6513V12.5013H11.2496V11.6763H9.27464L9.24964 11.6346C9.81631 11.0679 10.208 10.6846 10.4163 10.4763C10.9246 9.97626 11.183 9.45959 11.183 8.92626C11.183 8.72626 11.1413 8.05959 10.4246 7.69292C10.033 7.50126 9.37464 7.39292 8.79964 7.66792C8.11631 7.99292 7.97464 8.60959 7.96631 8.62626L8.80797 8.97626C8.89131 8.70126 9.12464 8.37626 9.55798 8.37626Z"
|
|
2471
|
+
viewBox: "0 0 24 24"
|
|
1833
2472
|
}), React.createElement("path", {
|
|
1834
|
-
d: "M14
|
|
2473
|
+
d: "M14 5H22V7H14V5ZM14 10.5H22V12.5H14V10.5ZM14 16H22V18H14V16ZM2 11.5C2 15.08 4.92 18 8.5 18H9V20L12 17L9 14V16H8.5C6 16 4 14 4 11.5C4 9 6 7 8.5 7H12V5H8.5C4.92 5 2 7.92 2 11.5Z"
|
|
1835
2474
|
}));
|
|
1836
2475
|
});
|
|
1837
|
-
|
|
2476
|
+
Skip.displayName = 'Skip';
|
|
1838
2477
|
|
|
1839
|
-
var
|
|
2478
|
+
var Swords =
|
|
1840
2479
|
/*#__PURE__*/
|
|
1841
2480
|
forwardRef(function (props, ref) {
|
|
1842
2481
|
return React.createElement(SvgIcon, Object.assign({}, props, {
|
|
1843
2482
|
ref: ref,
|
|
1844
2483
|
viewBox: "0 0 24 24"
|
|
1845
|
-
}), React.createElement("
|
|
1846
|
-
|
|
1847
|
-
|
|
1848
|
-
maskType: "alpha"
|
|
1849
|
-
},
|
|
1850
|
-
maskUnits: "userSpaceOnUse",
|
|
1851
|
-
x: "0",
|
|
1852
|
-
y: "0",
|
|
1853
|
-
width: "24",
|
|
1854
|
-
height: "24"
|
|
1855
|
-
}, React.createElement("rect", {
|
|
1856
|
-
width: "24",
|
|
1857
|
-
height: "24",
|
|
1858
|
-
fill: "#D9D9D9"
|
|
1859
|
-
})), React.createElement("g", {
|
|
1860
|
-
mask: "url(#mask0_2217_25336)"
|
|
1861
|
-
}, React.createElement("path", {
|
|
1862
|
-
d: "M6 22C5.45 22 4.97933 21.8043 4.588 21.413C4.196 21.021 4 20.55 4 20V17H6V20H18V17H20V20C20 20.55 19.8043 21.021 19.413 21.413C19.021 21.8043 18.55 22 18 22H6ZM4 11V4C4 3.45 4.196 2.979 4.588 2.587C4.97933 2.19567 5.45 2 6 2H14L20 8V11H18V9H13V4H6V11H4ZM9 15V13H15V15H9ZM17 15V13H23V15H17ZM1 15V13H7V15H1Z",
|
|
1863
|
-
fill: "#6B6B6B"
|
|
1864
|
-
})));
|
|
2484
|
+
}), React.createElement("path", {
|
|
2485
|
+
d: "M19.05 21.5999L16.125 18.6999L13.925 20.8999L13.225 20.1999C12.8417 19.8166 12.65 19.3416 12.65 18.7749C12.65 18.2082 12.8417 17.7332 13.225 17.3499L17.45 13.1249C17.8333 12.7416 18.3083 12.5499 18.875 12.5499C19.4417 12.5499 19.9167 12.7416 20.3 13.1249L21 13.8249L18.8 16.0249L21.7 18.9499C21.9 19.1499 22 19.3832 22 19.6499C22 19.9166 21.9 20.1499 21.7 20.3499L20.45 21.5999C20.25 21.7999 20.0167 21.8999 19.75 21.8999C19.4833 21.8999 19.25 21.7999 19.05 21.5999ZM22 5.8999L10.65 17.2499L10.775 17.3499C11.1583 17.7332 11.35 18.2082 11.35 18.7749C11.35 19.3416 11.1583 19.8166 10.775 20.1999L10.075 20.8999L7.875 18.6999L4.95 21.5999C4.75 21.7999 4.51667 21.8999 4.25 21.8999C3.98333 21.8999 3.75 21.7999 3.55 21.5999L2.3 20.3499C2.1 20.1499 2 19.9166 2 19.6499C2 19.3832 2.1 19.1499 2.3 18.9499L5.2 16.0249L3 13.8249L3.7 13.1249C4.08333 12.7416 4.55833 12.5499 5.125 12.5499C5.69167 12.5499 6.16667 12.7416 6.55 13.1249L6.65 13.2499L18 1.8999H22V5.8999ZM6.95 10.8499L2 5.8999V1.8999H6L10.95 6.8499L9.525 8.2499L5.175 3.8999H4V5.0749L8.35 9.4249L6.95 10.8499ZM9.25 15.8249L20 5.0749V3.8999H18.825L8.075 14.6499L9.25 15.8249Z"
|
|
2486
|
+
}));
|
|
1865
2487
|
});
|
|
1866
|
-
|
|
2488
|
+
Swords.displayName = 'Swords';
|
|
1867
2489
|
|
|
1868
|
-
var
|
|
2490
|
+
var Synchronize =
|
|
1869
2491
|
/*#__PURE__*/
|
|
1870
2492
|
forwardRef(function (props, ref) {
|
|
1871
2493
|
return React.createElement(SvgIcon, Object.assign({}, props, {
|
|
1872
2494
|
ref: ref,
|
|
1873
|
-
viewBox: "0 0
|
|
2495
|
+
viewBox: "0 0 24 24"
|
|
1874
2496
|
}), React.createElement("path", {
|
|
1875
|
-
|
|
1876
|
-
clipRule: "evenodd",
|
|
1877
|
-
d: "M35 5H5V35H35V5ZM7.14286 32.8571V7.14286H32.8571V32.8571H7.14286ZM17.5115 28.21L27.6776 15.6519L25.1793 13.6294L17.1312 23.5713L13.5676 20.4037L11.4322 22.8061L17.5115 28.21Z"
|
|
2497
|
+
d: "M11 0C10.7396 0 10.4844 0.104167 10.2917 0.291667L7.29167 3.29167C6.90104 3.68229 6.90104 4.31771 7.29167 4.70833L10.2917 7.70833C10.5781 7.99479 11.0052 8.07812 11.3802 7.92187C11.7552 7.77083 12 7.40625 12 7V5C15.875 5 19 8.125 19 12C19 13.026 18.776 13.9948 18.375 14.875C18.2188 15.2031 18.2448 15.5937 18.4583 15.8906C18.6667 16.1927 19.0208 16.349 19.3854 16.3125C19.75 16.2708 20.0573 16.0365 20.1979 15.6979C20.7083 14.5729 21 13.3177 21 12C21 7.04167 16.9583 3 12 3V1C12 0.593749 11.7552 0.229167 11.3802 0.0781251C11.2604 0.0260416 11.1302 0 11 0ZM4.72917 7.69792C4.32292 7.69792 3.95833 7.93229 3.80208 8.30208C3.29167 9.42708 3 10.6823 3 12C3 16.9583 7.04167 21 12 21V23C12 23.4063 12.2448 23.7708 12.6198 23.9219C12.7396 23.974 12.8698 24 13 24C13.2604 24 13.5156 23.8958 13.7083 23.7083L16.7083 20.7083C17.099 20.3177 17.099 19.6823 16.7083 19.2917L13.7083 16.2917C13.4219 16.0052 12.9948 15.9219 12.6198 16.0781C12.2448 16.2292 12 16.5938 12 17V19C8.125 19 5 15.875 5 12C5 10.974 5.22396 10.0052 5.625 9.125C5.76563 8.8125 5.74479 8.45313 5.5625 8.16667C5.38021 7.88021 5.06771 7.70313 4.72396 7.69792H4.72917Z"
|
|
1878
2498
|
}));
|
|
1879
2499
|
});
|
|
1880
|
-
|
|
2500
|
+
Synchronize.displayName = 'Synchronize';
|
|
1881
2501
|
|
|
1882
|
-
var
|
|
2502
|
+
var TableList =
|
|
1883
2503
|
/*#__PURE__*/
|
|
1884
2504
|
forwardRef(function (props, ref) {
|
|
1885
2505
|
return React.createElement(SvgIcon, Object.assign({}, props, {
|
|
1886
2506
|
ref: ref,
|
|
1887
|
-
viewBox: "0 0
|
|
2507
|
+
viewBox: "0 0 16 16"
|
|
1888
2508
|
}), React.createElement("path", {
|
|
1889
|
-
|
|
1890
|
-
clipRule: "evenodd",
|
|
1891
|
-
d: "M20 6C12.268 6 6 12.268 6 20C6 27.732 12.268 34 20 34C27.732 34 34 27.732 34 20C34 12.268 27.732 6 20 6ZM4 20C4 11.1634 11.1634 4 20 4C28.8366 4 36 11.1634 36 20C36 28.8366 28.8366 36 20 36C11.1634 36 4 28.8366 4 20ZM20 12C15.5817 12 12 15.5817 12 20C12 24.4183 15.5817 28 20 28C24.4183 28 28 24.4183 28 20C28 15.5817 24.4183 12 20 12Z"
|
|
2509
|
+
d: "M12.6667 12.6667V10.6667H3.33333V12.6667H12.6667ZM12.6667 9.33333V6.66667H3.33333V9.33333H12.6667ZM12.6667 5.33333V3.33333H3.33333V5.33333H12.6667ZM3.33333 14C2.96667 14 2.65278 13.8694 2.39167 13.6083C2.13056 13.3472 2 13.0333 2 12.6667V3.33333C2 2.96667 2.13056 2.65278 2.39167 2.39167C2.65278 2.13056 2.96667 2 3.33333 2H12.6667C13.0333 2 13.3472 2.13056 13.6083 2.39167C13.8694 2.65278 14 2.96667 14 3.33333V12.6667C14 13.0333 13.8694 13.3472 13.6083 13.6083C13.3472 13.8694 13.0333 14 12.6667 14H3.33333Z"
|
|
1892
2510
|
}));
|
|
1893
2511
|
});
|
|
1894
|
-
|
|
2512
|
+
TableList.displayName = 'TableList';
|
|
1895
2513
|
|
|
1896
|
-
var
|
|
2514
|
+
var UploadFile =
|
|
1897
2515
|
/*#__PURE__*/
|
|
1898
2516
|
forwardRef(function (props, ref) {
|
|
1899
2517
|
return React.createElement(SvgIcon, Object.assign({}, props, {
|
|
1900
2518
|
ref: ref,
|
|
1901
|
-
viewBox: "0 0
|
|
2519
|
+
viewBox: "0 0 24 24"
|
|
1902
2520
|
}), React.createElement("path", {
|
|
1903
|
-
|
|
1904
|
-
clipRule: "evenodd",
|
|
1905
|
-
d: "M11.5 10V12H14.5V10H25.5V12H28.5V10H33V16H7V10H11.5ZM11.5 8H5V34H35V8H28.5V6H25.5V8H14.5V6H11.5V8ZM7 18V21.5H12V18H7ZM7 23.5V27H12V23.5H7ZM7 29V32H12V29H7ZM14 32H19V29H14V32ZM21 32H26V29H21V32ZM28 32H33V29H28V32ZM33 27V23.5H28V27H33ZM33 21.5V18H28V21.5H33ZM26 23.5V27H21V23.5H26ZM19 23.5V27H14V23.5H19ZM14 21.5H19V18H14V21.5ZM21 21.5H26V18H21V21.5Z"
|
|
2521
|
+
d: "M14 2H6C4.9 2 4.01 2.9 4.01 4L4 20C4 21.1 4.89 22 5.99 22H18C19.1 22 20 21.1 20 20V8L14 2ZM18 20H6V4H13V9H18V20ZM8 15.01L9.41 16.42L11 14.84V19H13V14.84L14.59 16.43L16 15.01L12.01 11L8 15.01Z"
|
|
1906
2522
|
}));
|
|
1907
2523
|
});
|
|
1908
|
-
|
|
2524
|
+
UploadFile.displayName = 'UploadFile';
|
|
1909
2525
|
|
|
1910
|
-
var
|
|
2526
|
+
var UserReply =
|
|
1911
2527
|
/*#__PURE__*/
|
|
1912
2528
|
forwardRef(function (props, ref) {
|
|
1913
2529
|
return React.createElement(SvgIcon, Object.assign({}, props, {
|
|
1914
2530
|
ref: ref,
|
|
1915
|
-
viewBox: "0 0
|
|
2531
|
+
viewBox: "0 0 24 24"
|
|
1916
2532
|
}), React.createElement("path", {
|
|
1917
|
-
|
|
1918
|
-
clipRule: "evenodd",
|
|
1919
|
-
d: "M6.625 23.2285C6.65104 22.2129 6.86914 21.2852 7.2793 20.4453C7.67643 19.5013 8.61393 18.502 10.0918 17.4473C11.3743 16.5293 12.2044 15.8717 12.582 15.4746C13.1615 14.8561 13.4512 14.179 13.4512 13.4434C13.4512 12.8444 13.2852 12.3464 12.9531 11.9492C12.6211 11.5521 12.1458 11.3535 11.5273 11.3535C10.681 11.3535 10.1048 11.6693 9.79883 12.3008C9.62305 12.6654 9.51888 13.2448 9.48633 14.0391H6.78125C6.82682 12.8346 7.04492 11.8613 7.43555 11.1191C8.17773 9.70638 9.49609 9 11.3906 9C12.888 9 14.0794 9.41667 14.9648 10.25C15.8503 11.0768 16.293 12.1738 16.293 13.541C16.293 14.5892 15.9805 15.5202 15.3555 16.334C14.9453 16.8743 14.2715 17.4766 13.334 18.1406L12.2207 18.9316C11.5241 19.4264 11.0456 19.7845 10.7852 20.0059C10.5312 20.2272 10.3164 20.4844 10.1406 20.7773H16.3223V23.2285H6.625ZM18.3828 20.3184H21.3418V23.2285H18.3828V20.3184ZM26.2344 20.2891C26.0521 19.918 25.9609 19.4492 25.9609 18.8828H23.2266C23.2721 20.0091 23.5 20.9206 23.9102 21.6172C24.6914 22.9258 26.0846 23.5801 28.0898 23.5801C29.7174 23.5801 30.9447 23.1276 31.7715 22.2227C32.6048 21.3112 33.0215 20.2565 33.0215 19.0586C33.0215 17.9193 32.6667 17.0208 31.957 16.3633C31.4818 15.9271 31.1172 15.709 30.8633 15.709C31.2018 15.5788 31.5273 15.3346 31.8398 14.9766C32.3346 14.4036 32.582 13.7005 32.582 12.8672C32.582 11.6888 32.1654 10.7513 31.332 10.0547C30.5052 9.35156 29.4147 9 28.0605 9C27.3314 9 26.7161 9.08789 26.2148 9.26367C25.7135 9.43945 25.2806 9.69336 24.916 10.0254C24.4277 10.4941 24.0697 11.0052 23.8418 11.5586C23.627 12.1901 23.5065 12.8574 23.4805 13.5605H26.0781C26.0651 12.8639 26.2116 12.3073 26.5176 11.8906C26.8301 11.474 27.3151 11.2656 27.9727 11.2656C28.5456 11.2656 28.9883 11.4349 29.3008 11.7734C29.6198 12.112 29.7793 12.5514 29.7793 13.0918C29.7793 13.9251 29.4701 14.4785 28.8516 14.752C28.4935 14.9147 27.862 15.0026 26.957 15.0156V17.0078C27.8815 17.0078 28.5586 17.0957 28.9883 17.2715C29.7435 17.584 30.1211 18.2057 30.1211 19.1367C30.1211 19.8398 29.916 20.3802 29.5059 20.7578C29.1022 21.1289 28.627 21.3145 28.0801 21.3145C27.1882 21.3145 26.5729 20.9727 26.2344 20.2891ZM6 31.2285H34V28.2285H6V31.2285Z"
|
|
2533
|
+
d: "M8.8 13.6H15.2V13.16C15.2 12.5733 14.9067 12.1 14.32 11.74C13.7333 11.38 12.96 11.2 12 11.2C11.04 11.2 10.2667 11.38 9.68 11.74C9.09333 12.1 8.8 12.5733 8.8 13.16V13.6ZM12 10.4C12.44 10.4 12.8168 10.2432 13.1304 9.9296C13.4435 9.61653 13.6 9.24 13.6 8.8C13.6 8.36 13.4435 7.98347 13.1304 7.6704C12.8168 7.3568 12.44 7.2 12 7.2C11.56 7.2 11.1835 7.3568 10.8704 7.6704C10.5568 7.98347 10.4 8.36 10.4 8.8C10.4 9.24 10.5568 9.61653 10.8704 9.9296C11.1835 10.2432 11.56 10.4 12 10.4ZM4 20V5.6C4 5.16 4.1568 4.7832 4.4704 4.4696C4.78347 4.15653 5.16 4 5.6 4H18.4C18.84 4 19.2168 4.15653 19.5304 4.4696C19.8435 4.7832 20 5.16 20 5.6V15.2C20 15.64 19.8435 16.0168 19.5304 16.3304C19.2168 16.6435 18.84 16.8 18.4 16.8H7.2L4 20Z"
|
|
1920
2534
|
}));
|
|
1921
2535
|
});
|
|
1922
|
-
|
|
2536
|
+
UserReply.displayName = 'UserReply';
|
|
1923
2537
|
|
|
1924
|
-
var
|
|
2538
|
+
var Video =
|
|
1925
2539
|
/*#__PURE__*/
|
|
1926
2540
|
forwardRef(function (props, ref) {
|
|
1927
2541
|
return React.createElement(SvgIcon, Object.assign({}, props, {
|
|
1928
2542
|
ref: ref,
|
|
1929
|
-
viewBox: "0 0
|
|
2543
|
+
viewBox: "0 0 24 24"
|
|
1930
2544
|
}), React.createElement("path", {
|
|
1931
|
-
|
|
1932
|
-
|
|
1933
|
-
d: "M20
|
|
2545
|
+
d: "M9.5 7.5V16.5L16.5 12L9.5 7.5Z"
|
|
2546
|
+
}), React.createElement("path", {
|
|
2547
|
+
d: "M20 4H4C2.9 4 2 4.9 2 6V18C2 19.1 2.9 20 4 20H20C21.1 20 22 19.1 22 18V6C22 4.9 21.1 4 20 4ZM20 18.01H4V5.99H20V18.01Z"
|
|
1934
2548
|
}));
|
|
1935
2549
|
});
|
|
1936
|
-
|
|
2550
|
+
Video.displayName = 'Video';
|
|
1937
2551
|
|
|
1938
|
-
var
|
|
2552
|
+
var X =
|
|
1939
2553
|
/*#__PURE__*/
|
|
1940
2554
|
forwardRef(function (props, ref) {
|
|
1941
2555
|
return React.createElement(SvgIcon, Object.assign({}, props, {
|
|
1942
2556
|
ref: ref,
|
|
1943
|
-
viewBox: "0 0
|
|
1944
|
-
}), React.createElement("
|
|
1945
|
-
|
|
1946
|
-
|
|
1947
|
-
|
|
1948
|
-
|
|
2557
|
+
viewBox: "0 0 18 18"
|
|
2558
|
+
}), React.createElement("path", {
|
|
2559
|
+
d: "M16.5312 16.1639L10.6372 7.6012L9.97084 6.63278L5.75466 0.507605L5.40535 0H0.224609L1.488 1.83615L7.09387 9.98108L7.76021 10.9485L12.2644 17.4928L12.6139 18H17.7946L16.5311 16.1639H16.5312ZM13.2297 16.8281L8.5502 10.0292L7.88385 9.06138L2.45375 1.17188H4.7895L9.18085 7.55218L9.8472 8.52001L15.5655 16.828H13.2297V16.8281Z",
|
|
2560
|
+
fill: "white"
|
|
2561
|
+
}), React.createElement("path", {
|
|
2562
|
+
d: "M7.88461 9.06152L8.55095 10.0293L7.76096 10.9488L1.69976 18.0003H0.205078L7.09462 9.98137L7.88461 9.06152Z",
|
|
2563
|
+
fill: "white"
|
|
2564
|
+
}), React.createElement("path", {
|
|
2565
|
+
d: "M17.1717 0L10.638 7.6012L9.84798 8.52001L9.18164 7.55218L9.97163 6.63278L14.3975 1.48135L15.677 0H17.1717Z",
|
|
2566
|
+
fill: "white"
|
|
1949
2567
|
}));
|
|
1950
2568
|
});
|
|
1951
|
-
|
|
2569
|
+
X.displayName = 'X';
|
|
1952
2570
|
|
|
1953
|
-
var
|
|
2571
|
+
var ArrowCircleDown =
|
|
1954
2572
|
/*#__PURE__*/
|
|
1955
2573
|
forwardRef(function (props, ref) {
|
|
1956
2574
|
return React.createElement(SvgIcon, Object.assign({}, props, {
|
|
1957
2575
|
ref: ref,
|
|
1958
|
-
viewBox: "0 0
|
|
2576
|
+
viewBox: "0 0 24 24"
|
|
1959
2577
|
}), React.createElement("path", {
|
|
1960
|
-
|
|
1961
|
-
clipRule: "evenodd",
|
|
1962
|
-
d: "M24.9911 10.2125C23.1604 8.22006 18.8751 5.84283 13.5078 7.63156C8.51681 9.29489 7.26775 13.3414 7.50715 15.9229C5.35682 16.9704 2 19.6308 2 24.5254C2 27.3671 3.19935 29.4035 4.7039 30.7603C6.17658 32.0882 7.93159 32.7617 9.14298 32.9818L9.24319 33H32.6344L32.7555 32.9731C33.7747 32.7466 35.2371 32.1248 36.4635 30.9692C37.7177 29.7875 38.7255 28.0415 38.7255 25.6549C38.7255 23.2771 37.7261 21.4562 36.5081 20.1732C35.6028 19.2196 34.5633 18.5462 33.6758 18.1292C33.6815 18.0316 33.6872 17.9238 33.6924 17.8017C33.7115 17.3532 33.7137 16.8211 33.6286 16.2393C33.453 15.0397 32.9208 13.7321 31.6145 12.4257C30.3123 11.1236 28.8302 10.4583 27.4922 10.2078C26.5965 10.04 25.7232 10.0516 24.9911 10.2125ZM23.6601 12.1572C22.77 10.822 19.1263 8.14137 14.2224 9.77566C9.84084 11.2359 9.44556 14.9004 9.86249 16.2906L10.1774 17.3406L9.13746 17.6872C7.66146 18.1792 4.26004 20.2539 4.26004 24.5254C4.26004 26.6558 5.13236 28.1034 6.2174 29.0818C7.29424 30.0529 8.59007 30.5644 9.45263 30.74H18.3856V25.0908H21.7756V30.74H32.3779C33.057 30.5669 34.0694 30.1198 34.9137 29.3243C35.7783 28.5096 36.4655 27.3364 36.4655 25.6549C36.4655 23.9646 35.7698 22.678 34.8691 21.7292C33.9501 20.7612 32.8432 20.1769 32.1531 19.9468L31.3804 19.6893V18.8748C31.3804 18.6422 31.3979 18.3484 31.4138 18.0822L31.4138 18.0821L31.4138 18.0818L31.4138 18.0817L31.4138 18.0817C31.422 17.945 31.4297 17.8156 31.4344 17.7056C31.4506 17.3242 31.4484 16.9499 31.3923 16.5665C31.2854 15.8358 30.9701 14.9775 30.0164 14.0238C29.0585 13.0659 27.9981 12.6018 27.0762 12.4292C26.1167 12.2495 25.3925 12.3979 25.1052 12.5414L24.2132 12.9868L23.6601 12.1572ZM24.6823 25.0905H15.4779C15.2997 25.0905 15.2104 24.8751 15.3364 24.7491L19.9387 20.1469C20.0168 20.0688 20.1434 20.0688 20.2215 20.1469L24.8238 24.7491C24.9497 24.8751 24.8605 25.0905 24.6823 25.0905Z"
|
|
2578
|
+
d: "M12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4ZM12 2C6.48 2 2 6.48 2 12C2 17.52 6.48 22 12 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 12 2ZM13 12V8H11V12H8L12 16L16 12H13Z"
|
|
1963
2579
|
}));
|
|
1964
2580
|
});
|
|
1965
|
-
|
|
2581
|
+
ArrowCircleDown.displayName = 'ArrowCircleDown';
|
|
1966
2582
|
|
|
1967
|
-
var
|
|
2583
|
+
var AutoAwesome =
|
|
1968
2584
|
/*#__PURE__*/
|
|
1969
2585
|
forwardRef(function (props, ref) {
|
|
1970
2586
|
return React.createElement(SvgIcon, Object.assign({}, props, {
|
|
1971
2587
|
ref: ref,
|
|
1972
|
-
viewBox: "0 0
|
|
2588
|
+
viewBox: "0 0 24 24"
|
|
1973
2589
|
}), React.createElement("path", {
|
|
1974
|
-
|
|
1975
|
-
clipRule: "evenodd",
|
|
1976
|
-
d: "M13.953 9.97649L8.97649 5L4 9.97649L5.49515 11.4716L7.91956 9.04723V30.3735L5.49515 27.9491L4 29.4442L8.97649 34.4207L13.953 29.4442L12.4578 27.9491L10.034 30.3729V9.04782L12.4578 11.4716L13.953 9.97649ZM8.97649 7.99029L9.06761 8.08142H8.88537L8.97649 7.99029ZM15.9127 12.309H36V9.13729H15.9127V12.309ZM15.9127 21.8244H36V18.6527H15.9127V21.8244ZM36 31.3416H15.9127V28.1699H36V31.3416Z"
|
|
2590
|
+
d: "M19 1L17.74 3.75L15 5L17.74 6.26L19 9L20.25 6.26L23 5L20.25 3.75M9 4L6.5 9.5L1 12L6.5 14.5L9 20L11.5 14.5L17 12L11.5 9.5M19 15L17.74 17.74L15 19L17.74 20.25L19 23L20.25 20.25L23 19L20.25 17.74"
|
|
1977
2591
|
}));
|
|
1978
2592
|
});
|
|
1979
|
-
|
|
2593
|
+
AutoAwesome.displayName = 'AutoAwesome';
|
|
1980
2594
|
|
|
1981
|
-
var
|
|
2595
|
+
var AutoAwesomeOutlined =
|
|
1982
2596
|
/*#__PURE__*/
|
|
1983
2597
|
forwardRef(function (props, ref) {
|
|
1984
2598
|
return React.createElement(SvgIcon, Object.assign({}, props, {
|
|
1985
2599
|
ref: ref,
|
|
1986
|
-
viewBox: "0 0
|
|
2600
|
+
viewBox: "0 0 16 16"
|
|
1987
2601
|
}), React.createElement("path", {
|
|
1988
|
-
d: "
|
|
2602
|
+
d: "M12.6667 5.99984L13.5 4.1665L15.3333 3.33317L13.5 2.49984L12.6667 0.666504L11.8333 2.49984L10 3.33317L11.8333 4.1665L12.6667 5.99984Z"
|
|
1989
2603
|
}), React.createElement("path", {
|
|
1990
|
-
|
|
1991
|
-
|
|
1992
|
-
d: "
|
|
2604
|
+
d: "M12.6667 10L11.8333 11.8333L10 12.6667L11.8333 13.5L12.6667 15.3333L13.5 13.5L15.3333 12.6667L13.5 11.8333L12.6667 10Z"
|
|
2605
|
+
}), React.createElement("path", {
|
|
2606
|
+
d: "M7.66669 6.33317L6.00002 2.6665L4.33335 6.33317L0.666687 7.99984L4.33335 9.6665L6.00002 13.3332L7.66669 9.6665L11.3334 7.99984L7.66669 6.33317ZM6.66002 8.65984L6.00002 10.1132L5.34002 8.65984L3.88669 7.99984L5.34002 7.33984L6.00002 5.8865L6.66002 7.33984L8.11335 7.99984L6.66002 8.65984Z"
|
|
1993
2607
|
}));
|
|
1994
2608
|
});
|
|
1995
|
-
|
|
2609
|
+
AutoAwesomeOutlined.displayName = 'AutoAwesomeOutlined';
|
|
1996
2610
|
|
|
1997
|
-
var
|
|
2611
|
+
var CalendarMonth =
|
|
1998
2612
|
/*#__PURE__*/
|
|
1999
2613
|
forwardRef(function (props, ref) {
|
|
2000
2614
|
return React.createElement(SvgIcon, Object.assign({}, props, {
|
|
2001
2615
|
ref: ref,
|
|
2002
|
-
viewBox: "0 0
|
|
2616
|
+
viewBox: "0 0 20 20"
|
|
2003
2617
|
}), React.createElement("path", {
|
|
2004
|
-
|
|
2005
|
-
clipRule: "evenodd",
|
|
2006
|
-
d: "M5 5H13V13H10V15.5H19V13H16V5H24V13H21V15.5H30V13H27V5H35V13H32V17.5H10V21H19V35H5V21H8V13H5V5ZM7 7V11H11V7H7ZM7 23V33H17V23H7ZM18 11V7H22V11H18ZM29 7V11H33V7H29Z"
|
|
2618
|
+
d: "M15.8333 3.33268H15V1.66602H13.3333V3.33268H6.66667V1.66602H5V3.33268H4.16667C3.24167 3.33268 2.50833 4.08268 2.50833 4.99935L2.5 16.666C2.5 17.5827 3.24167 18.3327 4.16667 18.3327H15.8333C16.75 18.3327 17.5 17.5827 17.5 16.666V4.99935C17.5 4.08268 16.75 3.33268 15.8333 3.33268ZM15.8333 16.666H4.16667V8.33268H15.8333V16.666ZM7.5 11.666H5.83333V9.99935H7.5V11.666ZM10.8333 11.666H9.16667V9.99935H10.8333V11.666ZM14.1667 11.666H12.5V9.99935H14.1667V11.666ZM7.5 14.9993H5.83333V13.3327H7.5V14.9993ZM10.8333 14.9993H9.16667V13.3327H10.8333V14.9993ZM14.1667 14.9993H12.5V13.3327H14.1667V14.9993Z"
|
|
2007
2619
|
}));
|
|
2008
2620
|
});
|
|
2009
|
-
|
|
2621
|
+
CalendarMonth.displayName = 'CalendarMonth';
|
|
2010
2622
|
|
|
2011
|
-
var
|
|
2623
|
+
var InsertPageBreakOutlined =
|
|
2012
2624
|
/*#__PURE__*/
|
|
2013
2625
|
forwardRef(function (props, ref) {
|
|
2014
2626
|
return React.createElement(SvgIcon, Object.assign({}, props, {
|
|
2015
2627
|
ref: ref,
|
|
2016
|
-
viewBox: "0 0
|
|
2017
|
-
}), React.createElement("
|
|
2018
|
-
|
|
2019
|
-
|
|
2020
|
-
|
|
2021
|
-
|
|
2628
|
+
viewBox: "0 0 24 24"
|
|
2629
|
+
}), React.createElement("mask", {
|
|
2630
|
+
id: "mask0_2217_25336",
|
|
2631
|
+
style: {
|
|
2632
|
+
maskType: "alpha"
|
|
2633
|
+
},
|
|
2634
|
+
maskUnits: "userSpaceOnUse",
|
|
2635
|
+
x: "0",
|
|
2636
|
+
y: "0",
|
|
2637
|
+
width: "24",
|
|
2638
|
+
height: "24"
|
|
2639
|
+
}, React.createElement("rect", {
|
|
2640
|
+
width: "24",
|
|
2641
|
+
height: "24",
|
|
2642
|
+
fill: "#D9D9D9"
|
|
2643
|
+
})), React.createElement("g", {
|
|
2644
|
+
mask: "url(#mask0_2217_25336)"
|
|
2645
|
+
}, React.createElement("path", {
|
|
2646
|
+
d: "M6 22C5.45 22 4.97933 21.8043 4.588 21.413C4.196 21.021 4 20.55 4 20V17H6V20H18V17H20V20C20 20.55 19.8043 21.021 19.413 21.413C19.021 21.8043 18.55 22 18 22H6ZM4 11V4C4 3.45 4.196 2.979 4.588 2.587C4.97933 2.19567 5.45 2 6 2H14L20 8V11H18V9H13V4H6V11H4ZM9 15V13H15V15H9ZM17 15V13H23V15H17ZM1 15V13H7V15H1Z",
|
|
2647
|
+
fill: "#6B6B6B"
|
|
2648
|
+
})));
|
|
2022
2649
|
});
|
|
2023
|
-
|
|
2650
|
+
InsertPageBreakOutlined.displayName = 'InsertPageBreakOutlined';
|
|
2024
2651
|
|
|
2025
|
-
var
|
|
2652
|
+
var IntegrationInstructionsOutlined =
|
|
2026
2653
|
/*#__PURE__*/
|
|
2027
2654
|
forwardRef(function (props, ref) {
|
|
2028
2655
|
return React.createElement(SvgIcon, Object.assign({}, props, {
|
|
2029
2656
|
ref: ref,
|
|
2030
|
-
viewBox: "0 0
|
|
2657
|
+
viewBox: "0 0 24 24"
|
|
2031
2658
|
}), React.createElement("path", {
|
|
2032
|
-
|
|
2033
|
-
|
|
2034
|
-
d: "
|
|
2659
|
+
d: "M11 14.17L8.83 12L11 9.83L9.59 8.41L6 12L9.59 15.59L11 14.17ZM14.41 15.59L18 12L14.41 8.41L13 9.83L15.17 12L13 14.17L14.41 15.59Z"
|
|
2660
|
+
}), React.createElement("path", {
|
|
2661
|
+
d: "M19 3H14.82C14.4 1.84 13.3 1 12 1C10.7 1 9.6 1.84 9.18 3H5C4.86 3 4.73 3.01 4.6 3.04C4.21 3.12 3.86 3.32 3.59 3.59C3.41 3.77 3.26 3.99 3.16 4.23C3.06 4.46 3 4.72 3 5V19C3 19.27 3.06 19.54 3.16 19.78C3.26 20.02 3.41 20.23 3.59 20.42C3.86 20.69 4.21 20.89 4.6 20.97C4.73 20.99 4.86 21 5 21H19C20.1 21 21 20.1 21 19V5C21 3.9 20.1 3 19 3ZM12 2.75C12.41 2.75 12.75 3.09 12.75 3.5C12.75 3.91 12.41 4.25 12 4.25C11.59 4.25 11.25 3.91 11.25 3.5C11.25 3.09 11.59 2.75 12 2.75ZM19 19H5V5H19V19Z"
|
|
2035
2662
|
}));
|
|
2036
2663
|
});
|
|
2037
|
-
|
|
2664
|
+
IntegrationInstructionsOutlined.displayName = 'IntegrationInstructionsOutlined';
|
|
2038
2665
|
|
|
2039
|
-
var
|
|
2666
|
+
var LocalFireDepartmentOutlined =
|
|
2040
2667
|
/*#__PURE__*/
|
|
2041
2668
|
forwardRef(function (props, ref) {
|
|
2042
2669
|
return React.createElement(SvgIcon, Object.assign({}, props, {
|
|
2043
2670
|
ref: ref,
|
|
2044
|
-
viewBox: "0 0
|
|
2671
|
+
viewBox: "0 0 16 16"
|
|
2045
2672
|
}), React.createElement("path", {
|
|
2046
|
-
|
|
2047
|
-
clipRule: "evenodd",
|
|
2048
|
-
d: "M16.3843 6.33372C17.3535 5.49435 18.7978 4.89447 20.8351 5.01555C22.8627 5.13605 24.1545 5.85235 24.9295 6.72529C25.6908 7.58274 25.9253 8.56217 25.8891 9.17119L25.8639 9.59511L25.8625 9.59518C25.8621 9.61373 25.8613 9.63232 25.8602 9.65096C25.7972 10.7118 24.6711 11.5079 23.345 11.4291C22.0421 11.3517 21.0309 10.4585 21.0558 9.42105C20.9531 8.9885 20.9434 8.75524 20.9557 8.43623C20.9612 8.29337 20.9692 8.15923 20.977 8.03025C20.9911 7.79499 21.0042 7.57691 20.9989 7.35438C20.9965 7.25067 21.0001 7.13912 21.0036 7.03051V7.0305L21.0036 7.03048C21.0115 6.78619 21.0189 6.55682 20.9557 6.46522C20.886 6.36427 20.749 6.24661 20.3784 6.22458C19.6714 6.18256 18.8589 6.6541 18.4038 7.26374C17.9484 7.87387 17.3808 8.71153 17.7312 10.3071C17.9165 11.1506 18.7711 12.0854 19.4948 12.6853L25.1938 17.4091C25.3759 17.54 25.5408 17.677 25.6891 17.8197L25.7016 17.8301L25.7005 17.8308C26.2058 18.3207 26.5156 18.8759 26.6557 19.4702C26.8367 20.2387 26.7226 21.0243 26.4586 21.7518C25.9349 23.1949 24.7816 24.523 23.8084 25.3075L23.731 25.3699C26.0304 27.7435 25.9487 29.7505 25.6043 31.2561C25.4376 31.9835 24.9419 32.984 23.9839 33.7696C22.9924 34.5827 21.5326 35.1436 19.4992 34.9679C17.4756 34.7931 16.2035 34.0424 15.4522 33.149C14.7142 32.2714 14.506 31.286 14.5586 30.6782L14.5951 30.2551L14.5963 30.2551C14.5973 30.2362 14.5986 30.2173 14.6002 30.1984C14.6917 29.1396 15.8387 28.374 17.1622 28.4883C18.4627 28.6007 19.4497 29.521 19.3967 30.5575C19.4879 30.993 19.4913 31.2265 19.4705 31.5452C19.4611 31.6879 19.4495 31.8218 19.4383 31.9505C19.4178 32.1853 19.3989 32.4029 19.3982 32.6255C19.3979 32.7293 19.3913 32.8407 19.3849 32.9492L19.3849 32.9492C19.3705 33.1932 19.3569 33.4223 19.4176 33.5155C19.4845 33.6183 19.6183 33.7396 19.9882 33.7716C20.6938 33.8325 21.5187 33.383 21.9899 32.7858C22.4616 32.1881 23.0515 31.3659 22.744 29.7615C22.5814 28.9133 21.7522 27.9559 21.0448 27.3369L15.4717 22.4593C15.2953 22.3251 15.1359 22.1852 14.9929 22.0403L14.9783 22.0275L14.9795 22.0267C14.4875 21.5233 14.1926 20.9599 14.0686 20.362C13.9082 19.5889 14.0433 18.8067 14.3268 18.0865C14.8547 16.7452 15.9347 15.5202 16.8874 14.748C14.4999 12.4267 14.5269 10.4094 14.8318 8.88981C14.979 8.15818 15.4477 7.14476 16.3843 6.33372ZM19.1433 16.6873C18.8386 16.8945 18.3628 17.3364 18.0356 18.0936C17.8416 18.5423 17.8249 19.0457 17.8992 19.5149C17.965 19.9308 18.0978 20.2899 18.206 20.51C18.6443 20.8659 19.7436 21.793 21.5358 23.3742C21.8056 23.2202 22.3881 22.7498 22.7509 21.8442C22.9328 21.3904 22.9359 20.8867 22.8491 20.4198C22.7722 20.0061 22.63 19.6509 22.5161 19.4338C22.0712 19.0919 20.9582 18.2033 19.1433 16.6873Z"
|
|
2673
|
+
d: "M7.71329 8.77344C6.80663 8.96011 6.26663 9.54678 6.26663 10.3801C6.26663 11.2734 7.00663 11.9934 7.92663 11.9934C9.29329 11.9934 10.4 10.8868 10.4 9.52011C10.4 8.80678 10.3 8.10678 10.0933 7.44011C9.56663 8.15344 8.62663 8.58678 7.71329 8.77344ZM8.99996 0.446777C8.99996 0.446777 9.49329 2.21344 9.49329 3.64678C9.49329 5.02011 8.59329 6.13344 7.21996 6.13344C5.83996 6.13344 4.79996 5.02011 4.79996 3.64678L4.81996 3.40678C3.47329 5.00678 2.66663 7.08011 2.66663 9.33344C2.66663 12.2801 5.05329 14.6668 7.99996 14.6668C10.9466 14.6668 13.3333 12.2801 13.3333 9.33344C13.3333 5.74011 11.6066 2.53344 8.99996 0.446777ZM7.99996 13.3334C5.79329 13.3334 3.99996 11.5401 3.99996 9.33344C3.99996 8.31344 4.19996 7.30678 4.57329 6.38011C5.24663 7.05344 6.17996 7.46678 7.21996 7.46678C8.99329 7.46678 10.3866 6.24678 10.74 4.51344C11.56 5.98011 12 7.62678 12 9.33344C12 11.5401 10.2066 13.3334 7.99996 13.3334Z"
|
|
2049
2674
|
}));
|
|
2050
2675
|
});
|
|
2051
|
-
|
|
2676
|
+
LocalFireDepartmentOutlined.displayName = 'LocalFireDepartmentOutlined';
|
|
2052
2677
|
|
|
2053
|
-
var
|
|
2678
|
+
var PinOutlined =
|
|
2054
2679
|
/*#__PURE__*/
|
|
2055
2680
|
forwardRef(function (props, ref) {
|
|
2056
2681
|
return React.createElement(SvgIcon, Object.assign({}, props, {
|
|
2057
2682
|
ref: ref,
|
|
2058
|
-
viewBox: "0 0
|
|
2683
|
+
viewBox: "0 0 20 20"
|
|
2059
2684
|
}), React.createElement("path", {
|
|
2060
|
-
|
|
2061
|
-
|
|
2062
|
-
d: "
|
|
2685
|
+
d: "M16.6665 3.33398H3.33317C2.4165 3.33398 1.6665 4.08398 1.6665 5.00065V15.0007C1.6665 15.9173 2.4165 16.6673 3.33317 16.6673H16.6665C17.5832 16.6673 18.3332 15.9173 18.3332 15.0007V5.00065C18.3332 4.08398 17.5832 3.33398 16.6665 3.33398ZM16.6665 15.0007H3.33317V5.00065H16.6665V15.0007Z"
|
|
2686
|
+
}), React.createElement("path", {
|
|
2687
|
+
d: "M5.40814 8.75V12.5H6.36647V7.5H5.64147L4.1748 8.55833L4.65814 9.3L5.40814 8.75Z"
|
|
2688
|
+
}), React.createElement("path", {
|
|
2689
|
+
d: "M9.55798 8.37626C9.97464 8.37626 10.233 8.64292 10.233 8.97626C10.233 9.28459 10.1163 9.50959 9.78297 9.85959C9.48297 10.1763 8.89964 10.7596 8.00797 11.6513V12.5013H11.2496V11.6763H9.27464L9.24964 11.6346C9.81631 11.0679 10.208 10.6846 10.4163 10.4763C10.9246 9.97626 11.183 9.45959 11.183 8.92626C11.183 8.72626 11.1413 8.05959 10.4246 7.69292C10.033 7.50126 9.37464 7.39292 8.79964 7.66792C8.11631 7.99292 7.97464 8.60959 7.96631 8.62626L8.80797 8.97626C8.89131 8.70126 9.12464 8.37626 9.55798 8.37626Z"
|
|
2690
|
+
}), React.createElement("path", {
|
|
2691
|
+
d: "M14.158 11.6167C13.4664 11.6167 13.333 10.9833 13.308 10.9L12.4497 11.2417C12.8247 12.5667 14.1247 12.5 14.158 12.5C15.158 12.5 15.558 11.9 15.6247 11.7917C15.8914 11.3833 15.9247 10.7583 15.6164 10.325C15.4747 10.125 15.283 9.98333 15.0497 9.89167V9.83333C15.2164 9.75 15.358 9.61667 15.483 9.43333C15.6997 9.09167 15.7414 8.54167 15.4664 8.125C15.3997 8.03333 15.0247 7.5 14.1164 7.5C13.0664 7.5 12.6664 8.25 12.5747 8.53333L13.3997 8.875C13.4914 8.60833 13.6914 8.34167 14.108 8.34167C14.4747 8.34167 14.733 8.55833 14.733 8.88333C14.733 9.36667 14.2747 9.48333 13.9997 9.48333H13.6164V10.3167H14.033C14.4997 10.3167 14.8997 10.5167 14.8997 10.975C14.8997 11.3833 14.4997 11.6167 14.158 11.6167Z"
|
|
2063
2692
|
}));
|
|
2064
2693
|
});
|
|
2065
|
-
|
|
2694
|
+
PinOutlined.displayName = 'PinOutlined';
|
|
2066
2695
|
|
|
2067
|
-
var
|
|
2696
|
+
var TableList$1 =
|
|
2068
2697
|
/*#__PURE__*/
|
|
2069
2698
|
forwardRef(function (props, ref) {
|
|
2070
2699
|
return React.createElement(SvgIcon, Object.assign({}, props, {
|
|
2071
2700
|
ref: ref,
|
|
2072
|
-
viewBox: "0 0
|
|
2701
|
+
viewBox: "0 0 24 24"
|
|
2073
2702
|
}), React.createElement("path", {
|
|
2074
|
-
|
|
2075
|
-
clipRule: "evenodd",
|
|
2076
|
-
d: "M35 6H5V33H35V6ZM7 31V8H33V31H7ZM15 15.5H16V13.5H12V15.5H13V24H12V26H16V24H15V15.5Z"
|
|
2703
|
+
d: "M20 10V8H16V4H14V8H10V4H8V8H4V10H8V14H4V16H8V20H10V16H14V20H16V16H20V14H16V10H20ZM14 14H10V10H14V14Z"
|
|
2077
2704
|
}));
|
|
2078
2705
|
});
|
|
2079
|
-
|
|
2706
|
+
TableList$1.displayName = 'TableList';
|
|
2080
2707
|
|
|
2081
|
-
var
|
|
2708
|
+
var TypeChoiceMulti =
|
|
2709
|
+
/*#__PURE__*/
|
|
2710
|
+
forwardRef(function (props, ref) {
|
|
2711
|
+
return React.createElement(CheckBoxOutlined, Object.assign({}, props, {
|
|
2712
|
+
ref: ref
|
|
2713
|
+
}));
|
|
2714
|
+
});
|
|
2715
|
+
TypeChoiceMulti.displayName = 'TypeChoiceMulti';
|
|
2716
|
+
|
|
2717
|
+
var TypeChoiceOne =
|
|
2718
|
+
/*#__PURE__*/
|
|
2719
|
+
forwardRef(function (props, ref) {
|
|
2720
|
+
return React.createElement(RadioButtonChecked, Object.assign({}, props, {
|
|
2721
|
+
ref: ref
|
|
2722
|
+
}));
|
|
2723
|
+
});
|
|
2724
|
+
TypeChoiceOne.displayName = 'TypeChoiceOne';
|
|
2725
|
+
|
|
2726
|
+
var TypeConstantSum =
|
|
2082
2727
|
/*#__PURE__*/
|
|
2083
2728
|
forwardRef(function (props, ref) {
|
|
2084
2729
|
return React.createElement(SvgIcon, Object.assign({}, props, {
|
|
2085
2730
|
ref: ref,
|
|
2086
|
-
viewBox: "0 0
|
|
2731
|
+
viewBox: "0 0 24 24"
|
|
2087
2732
|
}), React.createElement("path", {
|
|
2088
|
-
|
|
2089
|
-
clipRule: "evenodd",
|
|
2090
|
-
d: "M31.9898 13.8987L31.6072 16.0416C31.5524 16.3482 31.2858 16.5714 30.9743 16.5714H26.737L25.5126 23.4286H29.5202C29.9205 23.4286 30.2234 23.7904 30.1531 24.1844L29.7704 26.3273C29.7157 26.6339 29.449 26.8571 29.1376 26.8571H24.9003L24.0765 31.4701C24.0218 31.7767 23.7551 32 23.4437 32H21.267C20.8667 32 20.5637 31.6382 20.6341 31.2442L21.4175 26.8571H16.1335L15.3097 31.4701C15.255 31.7767 14.9883 32 14.6769 32H12.5002C12.0999 32 11.797 31.6382 11.8673 31.2442L12.6507 26.8571H8.64302C8.24279 26.8571 7.93985 26.4953 8.01018 26.1013L8.39285 23.9584C8.44758 23.6518 8.71423 23.4286 9.02568 23.4286H13.263L14.4874 16.5714H10.4798C10.0795 16.5714 9.77659 16.2096 9.84693 15.8156L10.2296 13.6727C10.2843 13.3661 10.551 13.1429 10.8624 13.1429H15.0997L15.9235 8.52988C15.9782 8.22327 16.2449 8.00001 16.5563 8H18.733C19.1333 8 19.4363 8.36182 19.3659 8.75584L18.5825 13.1429H23.8665L24.6903 8.52988C24.745 8.22327 25.0117 8.00001 25.3231 8H27.4998C27.9001 8 28.203 8.36182 28.1327 8.75584L27.3493 13.1429H31.357C31.7572 13.1429 32.0602 13.5047 31.9898 13.8987ZM16.7457 23.4286H22.0297L23.2541 16.5714H17.9702L16.7457 23.4286Z"
|
|
2733
|
+
d: "M18 6H8.83L14.83 12L8.83 18H18V20H6V18L12 12L6 6V4H18V6Z"
|
|
2091
2734
|
}));
|
|
2092
2735
|
});
|
|
2093
|
-
|
|
2736
|
+
TypeConstantSum.displayName = 'TypeConstantSum';
|
|
2094
2737
|
|
|
2095
|
-
var
|
|
2738
|
+
var TypeDatePicker = CalendarMonth;
|
|
2739
|
+
TypeDatePicker.displayName = 'TypeDatePicker';
|
|
2740
|
+
|
|
2741
|
+
var TypeDigitInput =
|
|
2096
2742
|
/*#__PURE__*/
|
|
2097
2743
|
forwardRef(function (props, ref) {
|
|
2098
2744
|
return React.createElement(SvgIcon, Object.assign({}, props, {
|
|
2099
2745
|
ref: ref,
|
|
2100
|
-
viewBox: "0 0
|
|
2101
|
-
}), React.createElement("path", {
|
|
2102
|
-
d: "M15 11.6667C15 12.403 14.403 13 13.6667 13H2.33333C1.597 13 1 12.403 1 11.6667V4.33333C1 3.597 1.597 3 2.33333 3H13.6667C14.403 3 15 3.597 15 4.33333V11.6667Z",
|
|
2103
|
-
fill: "#CFD8DC"
|
|
2746
|
+
viewBox: "0 0 24 24"
|
|
2104
2747
|
}), React.createElement("path", {
|
|
2105
|
-
d: "
|
|
2106
|
-
fill: "#3F51B5"
|
|
2748
|
+
d: "M20 4H4C2.9 4 2 4.9 2 6V18C2 19.1 2.9 20 4 20H20C21.1 20 22 19.1 22 18V6C22 4.9 21.1 4 20 4ZM20 18H4V6H20V18Z"
|
|
2107
2749
|
}), React.createElement("path", {
|
|
2108
|
-
d: "
|
|
2109
|
-
fill: "#E53935"
|
|
2750
|
+
d: "M6.49 10.5V15H7.64V9H6.77L5.01 10.27L5.59 11.16L6.49 10.5Z"
|
|
2110
2751
|
}), React.createElement("path", {
|
|
2111
|
-
d: "M11.
|
|
2112
|
-
fill: "#388E3C"
|
|
2752
|
+
d: "M11.47 10.05C11.97 10.05 12.28 10.37 12.28 10.77C12.28 11.14 12.14 11.41 11.74 11.83C11.38 12.21 10.68 12.91 9.61 13.98V15H13.5V14.01H11.13L11.1 13.96C11.78 13.28 12.25 12.82 12.5 12.57C13.11 11.97 13.42 11.35 13.42 10.71C13.42 10.47 13.37 9.67 12.51 9.23C12.04 9 11.25 8.87 10.56 9.2C9.74 9.59 9.57 10.33 9.56 10.35L10.57 10.77C10.67 10.44 10.95 10.05 11.47 10.05Z"
|
|
2113
2753
|
}), React.createElement("path", {
|
|
2114
|
-
d: "
|
|
2115
|
-
fill: "#FAFAFA"
|
|
2754
|
+
d: "M16.99 13.94C16.16 13.94 16 13.18 15.97 13.08L14.94 13.49C15.39 15.08 16.95 15 16.99 15C18.19 15 18.67 14.28 18.75 14.15C19.07 13.66 19.11 12.91 18.74 12.39C18.57 12.15 18.34 11.98 18.06 11.87V11.8C18.26 11.7 18.43 11.54 18.58 11.32C18.84 10.91 18.89 10.25 18.56 9.75C18.48 9.64 18.03 9 16.94 9C15.68 9 15.2 9.9 15.09 10.24L16.08 10.65C16.19 10.33 16.43 10.01 16.93 10.01C17.37 10.01 17.68 10.27 17.68 10.66C17.68 11.24 17.13 11.38 16.8 11.38H16.34V12.38H16.84C17.4 12.38 17.88 12.62 17.88 13.17C17.88 13.66 17.4 13.94 16.99 13.94Z"
|
|
2116
2755
|
}));
|
|
2117
2756
|
});
|
|
2118
|
-
|
|
2757
|
+
TypeDigitInput.displayName = 'TypeDigitInput';
|
|
2119
2758
|
|
|
2120
|
-
var
|
|
2759
|
+
var TypeDigitSlide =
|
|
2121
2760
|
/*#__PURE__*/
|
|
2122
2761
|
forwardRef(function (props, ref) {
|
|
2123
2762
|
return React.createElement(SvgIcon, Object.assign({}, props, {
|
|
2124
2763
|
ref: ref,
|
|
2125
|
-
viewBox: "0 0
|
|
2764
|
+
viewBox: "0 0 24 24"
|
|
2126
2765
|
}), React.createElement("path", {
|
|
2127
2766
|
fillRule: "evenodd",
|
|
2128
2767
|
clipRule: "evenodd",
|
|
2129
|
-
d: "
|
|
2130
|
-
fill: "#EEEEEE"
|
|
2131
|
-
}), React.createElement("path", {
|
|
2132
|
-
d: "M9.82631 5.47177C9.41795 5.47177 9.01358 5.5522 8.6363 5.70848C8.25903 5.86475 7.91622 6.09381 7.62747 6.38256C7.33871 6.67132 7.10966 7.01412 6.95338 7.3914C6.79711 7.76868 6.71667 8.17304 6.71667 8.58141C6.71667 8.98977 6.79711 9.39413 6.95338 9.77141C7.10966 10.1487 7.33871 10.4915 7.62747 10.7802C7.91622 11.069 8.25903 11.2981 8.6363 11.4543C9.01358 11.6106 9.41795 11.691 9.82631 11.691C10.2347 11.691 10.639 11.6106 11.0163 11.4543C11.3936 11.2981 11.7364 11.069 12.0252 10.7802C12.3139 10.4915 12.543 10.1487 12.6992 9.77141C12.8555 9.39413 12.9359 8.98977 12.9359 8.58141C12.9359 8.17304 12.8555 7.76868 12.6992 7.3914C12.543 7.01412 12.3139 6.67132 12.0252 6.38256C11.7364 6.09381 11.3936 5.86475 11.0163 5.70848C10.639 5.5522 10.2347 5.47177 9.82631 5.47177Z",
|
|
2133
|
-
fill: "#FF9800"
|
|
2134
|
-
}), React.createElement("path", {
|
|
2135
|
-
d: "M6.27235 5.47177C5.86399 5.47177 5.45963 5.5522 5.08235 5.70848C4.70507 5.86475 4.36227 6.09381 4.07351 6.38256C3.78475 6.67132 3.5557 7.01412 3.39943 7.3914C3.24315 7.76868 3.16272 8.17304 3.16272 8.58141C3.16272 8.98977 3.24315 9.39413 3.39943 9.77141C3.5557 10.1487 3.78475 10.4915 4.07351 10.7802C4.36227 11.069 4.70507 11.2981 5.08235 11.4543C5.45963 11.6106 5.86399 11.691 6.27235 11.691C6.68072 11.691 7.08508 11.6106 7.46236 11.4543C7.83964 11.2981 8.18244 11.069 8.4712 10.7802C8.75995 10.4915 8.98901 10.1487 9.14528 9.77141C9.30156 9.39413 9.38199 8.98977 9.38199 8.58141C9.38199 8.17304 9.30156 7.76868 9.14528 7.3914C8.98901 7.01412 8.75995 6.67132 8.4712 6.38256C8.18244 6.09381 7.83964 5.86475 7.46236 5.70848C7.08508 5.5522 6.68072 5.47177 6.27235 5.47177Z",
|
|
2136
|
-
fill: "#D50000"
|
|
2137
|
-
}), React.createElement("path", {
|
|
2138
|
-
d: "M6.71667 8.58139C6.71667 9.63756 7.24442 10.5693 8.04938 11.1313C8.85433 10.5693 9.38208 9.63756 9.38208 8.58139C9.38208 7.52523 8.85433 6.59345 8.04938 6.03149C7.24442 6.59345 6.71667 7.52523 6.71667 8.58139Z",
|
|
2139
|
-
fill: "#FF3D00"
|
|
2768
|
+
d: "M12.0857 8.14283C9.95548 8.14283 8.22857 9.86973 8.22857 12C8.22857 14.1302 9.95548 15.8571 12.0857 15.8571C14.216 15.8571 15.9429 14.1302 15.9429 12C15.9429 9.86973 14.216 8.14283 12.0857 8.14283ZM6.78356 10.9714C7.26383 8.48101 9.4551 6.59998 12.0857 6.59998C14.7163 6.59998 16.9076 8.48101 17.3879 10.9714H22.3714V13.0285H17.3879C16.9076 15.5189 14.7163 17.4 12.0857 17.4C9.4551 17.4 7.26383 15.5189 6.78356 13.0285H1.8V10.9714H6.78356Z"
|
|
2140
2769
|
}));
|
|
2141
2770
|
});
|
|
2142
|
-
|
|
2771
|
+
TypeDigitSlide.displayName = 'TypeDigitSlide';
|
|
2143
2772
|
|
|
2144
|
-
var
|
|
2773
|
+
var TypeDivider =
|
|
2145
2774
|
/*#__PURE__*/
|
|
2146
2775
|
forwardRef(function (props, ref) {
|
|
2147
2776
|
return React.createElement(SvgIcon, Object.assign({}, props, {
|
|
2148
2777
|
ref: ref,
|
|
2149
|
-
viewBox: "0 0
|
|
2150
|
-
}), React.createElement("path", {
|
|
2151
|
-
d: "M15.6544 12.1907C15.6544 12.9422 15.0016 13.5515 14.1964 13.5515H1.80346C0.998277 13.5515 0.345459 12.9422 0.345459 12.1907V4.70632C0.345459 3.95482 0.998277 3.34552 1.80346 3.34552H14.1964C15.0016 3.34552 15.6544 3.95482 15.6544 4.70632V12.1907Z",
|
|
2152
|
-
fill: "white"
|
|
2778
|
+
viewBox: "0 0 24 24"
|
|
2153
2779
|
}), React.createElement("path", {
|
|
2154
|
-
|
|
2155
|
-
|
|
2780
|
+
d: "M3.60001 10.8H20.4V13.8H3.60001V10.8Z"
|
|
2781
|
+
}));
|
|
2782
|
+
});
|
|
2783
|
+
TypeDivider.displayName = 'TypeDivider';
|
|
2784
|
+
|
|
2785
|
+
var TypeFileUpload =
|
|
2786
|
+
/*#__PURE__*/
|
|
2787
|
+
forwardRef(function (props, ref) {
|
|
2788
|
+
return React.createElement(CloudUploadOutlined, Object.assign({}, props, {
|
|
2789
|
+
ref: ref
|
|
2790
|
+
}));
|
|
2791
|
+
});
|
|
2792
|
+
TypeFileUpload.displayName = 'TypeFileUpload';
|
|
2793
|
+
|
|
2794
|
+
var TypeItemSort =
|
|
2795
|
+
/*#__PURE__*/
|
|
2796
|
+
forwardRef(function (props, ref) {
|
|
2797
|
+
return React.createElement(FormatListNumberedRtl, Object.assign({}, props, {
|
|
2798
|
+
ref: ref
|
|
2799
|
+
}));
|
|
2800
|
+
});
|
|
2801
|
+
TypeItemSort.displayName = 'TypeItemSort';
|
|
2802
|
+
|
|
2803
|
+
var TypeNest =
|
|
2804
|
+
/*#__PURE__*/
|
|
2805
|
+
forwardRef(function (props, ref) {
|
|
2806
|
+
return React.createElement(SvgIcon, Object.assign({}, props, {
|
|
2807
|
+
ref: ref,
|
|
2808
|
+
viewBox: "0 0 24 24"
|
|
2809
|
+
}), React.createElement("path", {
|
|
2810
|
+
d: "M7 11C9.20914 11 11 9.20914 11 7C11 4.79086 9.20914 3 7 3C4.79086 3 3 4.79086 3 7C3 9.20914 4.79086 11 7 11Z"
|
|
2811
|
+
}), React.createElement("path", {
|
|
2812
|
+
fillRule: "evenodd",
|
|
2813
|
+
clipRule: "evenodd",
|
|
2814
|
+
d: "M21 7C21 9.20914 19.2091 11 17 11C14.7909 11 13 9.20914 13 7C13 4.79086 14.7909 3 17 3C19.2091 3 21 4.79086 21 7ZM19 7C19 8.10457 18.1046 9 17 9C15.8954 9 15 8.10457 15 7C15 5.89543 15.8954 5 17 5C18.1046 5 19 5.89543 19 7Z"
|
|
2815
|
+
}), React.createElement("path", {
|
|
2816
|
+
d: "M21 17C21 19.2091 19.2091 21 17 21C14.7909 21 13 19.2091 13 17C13 14.7909 14.7909 13 17 13C19.2091 13 21 14.7909 21 17Z"
|
|
2817
|
+
}), React.createElement("path", {
|
|
2818
|
+
fillRule: "evenodd",
|
|
2819
|
+
clipRule: "evenodd",
|
|
2820
|
+
d: "M11 17C11 19.2091 9.20914 21 7 21C4.79086 21 3 19.2091 3 17C3 14.7909 4.79086 13 7 13C9.20914 13 11 14.7909 11 17ZM9 17C9 18.1046 8.10457 19 7 19C5.89543 19 5 18.1046 5 17C5 15.8954 5.89543 15 7 15C8.10457 15 9 15.8954 9 17Z"
|
|
2821
|
+
}));
|
|
2822
|
+
});
|
|
2823
|
+
TypeNest.displayName = 'TypeNest';
|
|
2824
|
+
|
|
2825
|
+
var TypeNestMulti =
|
|
2826
|
+
/*#__PURE__*/
|
|
2827
|
+
forwardRef(function (props, ref) {
|
|
2828
|
+
return React.createElement(SvgIcon, Object.assign({}, props, {
|
|
2829
|
+
ref: ref,
|
|
2830
|
+
viewBox: "0 0 24 24"
|
|
2831
|
+
}), React.createElement("path", {
|
|
2832
|
+
d: "M15.4893 3C14.6608 3 13.9893 3.67157 13.9893 4.5V9.5C13.9893 10.3284 14.6608 11 15.4893 11H20.4893C21.3177 11 21.9893 10.3284 21.9893 9.5V4.5C21.9893 3.67157 21.3177 3 20.4893 3H15.4893Z"
|
|
2833
|
+
}), React.createElement("path", {
|
|
2834
|
+
d: "M15.4893 13C14.6608 13 13.9893 13.6716 13.9893 14.5V19.5C13.9893 20.3284 14.6608 21 15.4893 21H20.4893C21.3177 21 21.9893 20.3284 21.9893 19.5V14.5C21.9893 13.6716 21.3177 13 20.4893 13H15.4893Z"
|
|
2835
|
+
}), React.createElement("path", {
|
|
2836
|
+
d: "M3.98926 14.5C3.98926 13.6716 4.66083 13 5.48926 13H10.4893C11.3177 13 11.9893 13.6716 11.9893 14.5V19.5C11.9893 20.3284 11.3177 21 10.4893 21H5.48926C4.66083 21 3.98926 20.3284 3.98926 19.5V14.5Z"
|
|
2837
|
+
}), React.createElement("path", {
|
|
2838
|
+
fillRule: "evenodd",
|
|
2839
|
+
clipRule: "evenodd",
|
|
2840
|
+
d: "M3.98926 4.5C3.98926 3.67157 4.66083 3 5.48926 3H10.4893C11.3177 3 11.9893 3.67157 11.9893 4.5V9.5C11.9893 10.3284 11.3177 11 10.4893 11H5.48926C4.66083 11 3.98926 10.3284 3.98926 9.5V4.5ZM5.98926 9V5H9.98926V9H5.98926Z"
|
|
2841
|
+
}));
|
|
2842
|
+
});
|
|
2843
|
+
TypeNestMulti.displayName = 'TypeNestMulti';
|
|
2844
|
+
|
|
2845
|
+
var TypeNestedDropdown =
|
|
2846
|
+
/*#__PURE__*/
|
|
2847
|
+
forwardRef(function (props, ref) {
|
|
2848
|
+
return React.createElement(SvgIcon, Object.assign({}, props, {
|
|
2849
|
+
ref: ref,
|
|
2850
|
+
viewBox: "0 0 24 24"
|
|
2851
|
+
}), React.createElement("path", {
|
|
2852
|
+
d: "M3 18H8V16H3V18ZM9.5 18H14.5V16H9.5V18ZM16 18H21V16H16V18ZM3 14H11V12H3V14ZM13 14H21V12H13V14ZM3 6V10H21V6H3Z"
|
|
2853
|
+
}));
|
|
2854
|
+
});
|
|
2855
|
+
TypeNestedDropdown.displayName = 'TypeNestedDropdown';
|
|
2856
|
+
|
|
2857
|
+
var TypeNPS =
|
|
2858
|
+
/*#__PURE__*/
|
|
2859
|
+
forwardRef(function (props, ref) {
|
|
2860
|
+
return React.createElement(SvgIcon, Object.assign({}, props, {
|
|
2861
|
+
ref: ref,
|
|
2862
|
+
viewBox: "0 0 24 24"
|
|
2863
|
+
}), React.createElement("path", {
|
|
2864
|
+
d: "M12.9999 2.05005V5.08005C16.3899 5.57005 18.9999 8.47005 18.9999 12C18.9999 12.9 18.8199 13.75 18.4999 14.54L21.1199 16.07C21.6799 14.83 21.9999 13.45 21.9999 12C21.9999 6.82005 18.0499 2.55005 12.9999 2.05005ZM11.9999 19C10.1434 19 8.36294 18.2626 7.05018 16.9498C5.73743 15.637 4.99993 13.8566 4.99993 12C4.99993 8.47005 7.60993 5.57005 10.9999 5.08005V2.05005C5.93993 2.55005 1.99993 6.81005 1.99993 12C1.99993 14.6522 3.0535 17.1958 4.92886 19.0711C5.85745 19.9997 6.95984 20.7363 8.1731 21.2388C9.38635 21.7414 10.6867 22 11.9999 22C15.2999 22 18.2299 20.39 20.0499 17.91L17.4499 16.38C16.1699 18 14.2099 19 11.9999 19Z"
|
|
2865
|
+
}), React.createElement("path", {
|
|
2866
|
+
d: "M8.77425 13.8875C9.32653 14.8441 10.5497 15.1718 11.5063 14.6196C12.4629 14.0673 16.5685 9.3875 16.5685 9.3875C16.5685 9.3875 10.4629 10.6032 9.5063 11.1554C8.54971 11.7077 8.22196 12.9309 8.77425 13.8875Z"
|
|
2867
|
+
}));
|
|
2868
|
+
});
|
|
2869
|
+
TypeNPS.displayName = 'TypeNPS';
|
|
2870
|
+
|
|
2871
|
+
var TypePickFrom =
|
|
2872
|
+
/*#__PURE__*/
|
|
2873
|
+
forwardRef(function (props, ref) {
|
|
2874
|
+
return React.createElement(SvgIcon, Object.assign({}, props, {
|
|
2875
|
+
ref: ref,
|
|
2876
|
+
viewBox: "0 0 24 24"
|
|
2877
|
+
}), React.createElement("path", {
|
|
2878
|
+
d: "M11 22L3 22L3 15L6 15L6 9L3 9L3 2L11 2L11 9L8 9L8 11L18 11L18 15L21 15L21 22L13 22L13 15L16 15L16 13L8 13L8 15L11 15L11 22ZM9 7L9 4L5 4L5 7L9 7ZM15 17L15 20L19 20L19 17L15 17ZM5 17L5 20L9 20L9 17L5 17Z"
|
|
2879
|
+
}));
|
|
2880
|
+
});
|
|
2881
|
+
TypePickFrom.displayName = 'TypePickFrom';
|
|
2882
|
+
|
|
2883
|
+
var TypeQuote =
|
|
2884
|
+
/*#__PURE__*/
|
|
2885
|
+
forwardRef(function (props, ref) {
|
|
2886
|
+
return React.createElement(FormatQuote, Object.assign({}, props, {
|
|
2887
|
+
ref: ref
|
|
2888
|
+
}));
|
|
2889
|
+
});
|
|
2890
|
+
TypeQuote.displayName = 'TypeQuote';
|
|
2891
|
+
|
|
2892
|
+
var TypeRatingBar =
|
|
2893
|
+
/*#__PURE__*/
|
|
2894
|
+
forwardRef(function (props, ref) {
|
|
2895
|
+
return React.createElement(StarOutline, Object.assign({}, props, {
|
|
2896
|
+
ref: ref
|
|
2897
|
+
}));
|
|
2898
|
+
});
|
|
2899
|
+
TypeRatingBar.displayName = 'TypeRatingBar';
|
|
2900
|
+
|
|
2901
|
+
var TypeStatement =
|
|
2902
|
+
/*#__PURE__*/
|
|
2903
|
+
forwardRef(function (props, ref) {
|
|
2904
|
+
return React.createElement(LabelImportant, Object.assign({}, props, {
|
|
2905
|
+
ref: ref
|
|
2906
|
+
}));
|
|
2907
|
+
});
|
|
2908
|
+
TypeStatement.displayName = 'TypeStatement';
|
|
2909
|
+
|
|
2910
|
+
var TypeTxtLong =
|
|
2911
|
+
/*#__PURE__*/
|
|
2912
|
+
forwardRef(function (props, ref) {
|
|
2913
|
+
return React.createElement(TextFields, Object.assign({}, props, {
|
|
2914
|
+
ref: ref
|
|
2915
|
+
}));
|
|
2916
|
+
});
|
|
2917
|
+
TypeTxtLong.displayName = 'TypeTxtLong';
|
|
2918
|
+
|
|
2919
|
+
var TypeTxtShort =
|
|
2920
|
+
/*#__PURE__*/
|
|
2921
|
+
forwardRef(function (props, ref) {
|
|
2922
|
+
return React.createElement(Title, Object.assign({}, props, {
|
|
2923
|
+
ref: ref
|
|
2924
|
+
}));
|
|
2925
|
+
});
|
|
2926
|
+
TypeTxtShort.displayName = 'TypeTxtShort';
|
|
2927
|
+
|
|
2928
|
+
var TypeVariableNumber =
|
|
2929
|
+
/*#__PURE__*/
|
|
2930
|
+
forwardRef(function (props, ref) {
|
|
2931
|
+
return React.createElement(SvgIcon, Object.assign({}, props, {
|
|
2932
|
+
ref: ref,
|
|
2933
|
+
viewBox: "0 0 40 40"
|
|
2934
|
+
}), React.createElement("path", {
|
|
2935
|
+
fillRule: "evenodd",
|
|
2936
|
+
clipRule: "evenodd",
|
|
2937
|
+
d: "M31.9898 13.8987L31.6072 16.0416C31.5524 16.3482 31.2858 16.5714 30.9743 16.5714H26.737L25.5126 23.4286H29.5202C29.9205 23.4286 30.2234 23.7904 30.1531 24.1844L29.7704 26.3273C29.7157 26.6339 29.449 26.8571 29.1376 26.8571H24.9003L24.0765 31.4701C24.0218 31.7767 23.7551 32 23.4437 32H21.267C20.8667 32 20.5637 31.6382 20.6341 31.2442L21.4175 26.8571H16.1335L15.3097 31.4701C15.255 31.7767 14.9883 32 14.6769 32H12.5002C12.0999 32 11.797 31.6382 11.8673 31.2442L12.6507 26.8571H8.64302C8.24279 26.8571 7.93985 26.4953 8.01018 26.1013L8.39285 23.9584C8.44758 23.6518 8.71423 23.4286 9.02568 23.4286H13.263L14.4874 16.5714H10.4798C10.0795 16.5714 9.77659 16.2096 9.84693 15.8156L10.2296 13.6727C10.2843 13.3661 10.551 13.1429 10.8624 13.1429H15.0997L15.9235 8.52988C15.9782 8.22327 16.2449 8.00001 16.5563 8H18.733C19.1333 8 19.4363 8.36182 19.3659 8.75584L18.5825 13.1429H23.8665L24.6903 8.52988C24.745 8.22327 25.0117 8.00001 25.3231 8H27.4998C27.9001 8 28.203 8.36182 28.1327 8.75584L27.3493 13.1429H31.357C31.7572 13.1429 32.0602 13.5047 31.9898 13.8987ZM16.7457 23.4286H22.0297L23.2541 16.5714H17.9702L16.7457 23.4286Z"
|
|
2938
|
+
}));
|
|
2939
|
+
});
|
|
2940
|
+
TypeVariableNumber.displayName = 'TypeVariableNumber';
|
|
2941
|
+
|
|
2942
|
+
var JCB =
|
|
2943
|
+
/*#__PURE__*/
|
|
2944
|
+
forwardRef(function (props, ref) {
|
|
2945
|
+
return React.createElement(SvgIcon, Object.assign({}, props, {
|
|
2946
|
+
ref: ref,
|
|
2947
|
+
viewBox: "0 0 16 16"
|
|
2948
|
+
}), React.createElement("path", {
|
|
2949
|
+
d: "M15 11.6667C15 12.403 14.403 13 13.6667 13H2.33333C1.597 13 1 12.403 1 11.6667V4.33333C1 3.597 1.597 3 2.33333 3H13.6667C14.403 3 15 3.597 15 4.33333V11.6667Z",
|
|
2950
|
+
fill: "#CFD8DC"
|
|
2951
|
+
}), React.createElement("path", {
|
|
2952
|
+
d: "M3.55637 4.33334C2.86004 4.33334 2.33337 4.77468 2.33337 5.53901V11.6667H4.49437C5.03804 11.6667 5.66671 11.1563 5.66671 10.4943V4.33334H3.55637Z",
|
|
2953
|
+
fill: "#3F51B5"
|
|
2954
|
+
}), React.createElement("path", {
|
|
2955
|
+
d: "M7.55637 4.33334C6.86004 4.33334 6.33337 4.77468 6.33337 5.53901V11.6667H8.49437C9.03804 11.6667 9.66671 11.1563 9.66671 10.4943V4.33334H7.55637Z",
|
|
2956
|
+
fill: "#E53935"
|
|
2957
|
+
}), React.createElement("path", {
|
|
2958
|
+
d: "M11.5564 4.33334C10.86 4.33334 10.3334 4.77468 10.3334 5.53901V11.6667H12.4944C13.038 11.6667 13.6667 11.1563 13.6667 10.4943V4.33334H11.5564Z",
|
|
2959
|
+
fill: "#388E3C"
|
|
2960
|
+
}), React.createElement("path", {
|
|
2961
|
+
d: "M5.26868 8.15102C5.26868 8.76268 4.47902 9.08535 3.90168 9.08535C3.27368 9.08535 2.71268 8.71202 2.59302 8.23702H3.01768C3.06835 8.52568 3.35802 8.72868 3.68002 8.72868C4.03668 8.72868 4.29135 8.47402 4.29135 8.15135V7.04768H5.26835V8.15102H5.26868ZM12.8687 8.01268C13.1227 8.01268 13.3004 7.75968 13.3004 7.50635C13.3004 7.25235 13.0794 7.03235 12.8254 7.03235H10.738V8.98302H12.8687C13.1564 8.98302 13.376 8.73068 13.3764 8.47668C13.3764 8.22368 13.1567 8.01268 12.8687 8.01268ZM11.5504 7.23568H12.21C12.378 7.23568 12.5304 7.38668 12.5304 7.55535C12.5304 7.72502 12.378 7.87768 12.21 7.87768H11.5504V7.23568ZM12.2264 8.78102H11.5507V8.13835H12.2264C12.3957 8.13835 12.548 8.29035 12.548 8.46002C12.548 8.62835 12.3957 8.78102 12.2264 8.78102ZM9.27035 7.39202C8.88102 7.30202 8.50835 7.24968 8.32202 7.24968C7.91602 7.24968 7.59502 7.58868 7.59502 8.01735C7.59502 8.44802 7.91602 8.78768 8.32202 8.78768C8.50835 8.78768 8.88102 8.75202 9.27035 8.66102V9.00135H7.64535C7.13802 9.00135 6.71535 8.55402 6.71535 8.01735C6.71535 7.48168 7.13802 7.03468 7.64535 7.03468H9.27035V7.39202Z",
|
|
2962
|
+
fill: "#FAFAFA"
|
|
2963
|
+
}));
|
|
2964
|
+
});
|
|
2965
|
+
JCB.displayName = 'JCB';
|
|
2966
|
+
|
|
2967
|
+
var Mastercard =
|
|
2968
|
+
/*#__PURE__*/
|
|
2969
|
+
forwardRef(function (props, ref) {
|
|
2970
|
+
return React.createElement(SvgIcon, Object.assign({}, props, {
|
|
2971
|
+
ref: ref,
|
|
2972
|
+
viewBox: "0 0 16 16"
|
|
2973
|
+
}), React.createElement("path", {
|
|
2974
|
+
fillRule: "evenodd",
|
|
2975
|
+
clipRule: "evenodd",
|
|
2976
|
+
d: "M1.80351 3.69103C1.16632 3.69103 0.69103 4.1677 0.69103 4.70631V12.1907C0.69103 12.7293 1.16632 13.206 1.80351 13.206H14.1965C14.8337 13.206 15.309 12.7293 15.309 12.1907V4.70631C15.309 4.1677 14.8337 3.69103 14.1965 3.69103H1.80351ZM0 4.70631C0 3.74192 0.83035 3 1.80351 3H14.1965C15.1697 3 16 3.74192 16 4.70631V12.1907C16 13.1551 15.1697 13.897 14.1965 13.897H1.80351C0.83035 13.897 0 13.1551 0 12.1907V4.70631Z",
|
|
2977
|
+
fill: "#EEEEEE"
|
|
2978
|
+
}), React.createElement("path", {
|
|
2979
|
+
d: "M9.82631 5.47177C9.41795 5.47177 9.01358 5.5522 8.6363 5.70848C8.25903 5.86475 7.91622 6.09381 7.62747 6.38256C7.33871 6.67132 7.10966 7.01412 6.95338 7.3914C6.79711 7.76868 6.71667 8.17304 6.71667 8.58141C6.71667 8.98977 6.79711 9.39413 6.95338 9.77141C7.10966 10.1487 7.33871 10.4915 7.62747 10.7802C7.91622 11.069 8.25903 11.2981 8.6363 11.4543C9.01358 11.6106 9.41795 11.691 9.82631 11.691C10.2347 11.691 10.639 11.6106 11.0163 11.4543C11.3936 11.2981 11.7364 11.069 12.0252 10.7802C12.3139 10.4915 12.543 10.1487 12.6992 9.77141C12.8555 9.39413 12.9359 8.98977 12.9359 8.58141C12.9359 8.17304 12.8555 7.76868 12.6992 7.3914C12.543 7.01412 12.3139 6.67132 12.0252 6.38256C11.7364 6.09381 11.3936 5.86475 11.0163 5.70848C10.639 5.5522 10.2347 5.47177 9.82631 5.47177Z",
|
|
2980
|
+
fill: "#FF9800"
|
|
2981
|
+
}), React.createElement("path", {
|
|
2982
|
+
d: "M6.27235 5.47177C5.86399 5.47177 5.45963 5.5522 5.08235 5.70848C4.70507 5.86475 4.36227 6.09381 4.07351 6.38256C3.78475 6.67132 3.5557 7.01412 3.39943 7.3914C3.24315 7.76868 3.16272 8.17304 3.16272 8.58141C3.16272 8.98977 3.24315 9.39413 3.39943 9.77141C3.5557 10.1487 3.78475 10.4915 4.07351 10.7802C4.36227 11.069 4.70507 11.2981 5.08235 11.4543C5.45963 11.6106 5.86399 11.691 6.27235 11.691C6.68072 11.691 7.08508 11.6106 7.46236 11.4543C7.83964 11.2981 8.18244 11.069 8.4712 10.7802C8.75995 10.4915 8.98901 10.1487 9.14528 9.77141C9.30156 9.39413 9.38199 8.98977 9.38199 8.58141C9.38199 8.17304 9.30156 7.76868 9.14528 7.3914C8.98901 7.01412 8.75995 6.67132 8.4712 6.38256C8.18244 6.09381 7.83964 5.86475 7.46236 5.70848C7.08508 5.5522 6.68072 5.47177 6.27235 5.47177Z",
|
|
2983
|
+
fill: "#D50000"
|
|
2984
|
+
}), React.createElement("path", {
|
|
2985
|
+
d: "M6.71667 8.58139C6.71667 9.63756 7.24442 10.5693 8.04938 11.1313C8.85433 10.5693 9.38208 9.63756 9.38208 8.58139C9.38208 7.52523 8.85433 6.59345 8.04938 6.03149C7.24442 6.59345 6.71667 7.52523 6.71667 8.58139Z",
|
|
2986
|
+
fill: "#FF3D00"
|
|
2987
|
+
}));
|
|
2988
|
+
});
|
|
2989
|
+
Mastercard.displayName = 'Mastercard';
|
|
2990
|
+
|
|
2991
|
+
var Visa =
|
|
2992
|
+
/*#__PURE__*/
|
|
2993
|
+
forwardRef(function (props, ref) {
|
|
2994
|
+
return React.createElement(SvgIcon, Object.assign({}, props, {
|
|
2995
|
+
ref: ref,
|
|
2996
|
+
viewBox: "0 0 16 16"
|
|
2997
|
+
}), React.createElement("path", {
|
|
2998
|
+
d: "M15.6544 12.1907C15.6544 12.9422 15.0016 13.5515 14.1964 13.5515H1.80346C0.998277 13.5515 0.345459 12.9422 0.345459 12.1907V4.70632C0.345459 3.95482 0.998277 3.34552 1.80346 3.34552H14.1964C15.0016 3.34552 15.6544 3.95482 15.6544 4.70632V12.1907Z",
|
|
2999
|
+
fill: "white"
|
|
3000
|
+
}), React.createElement("path", {
|
|
3001
|
+
fillRule: "evenodd",
|
|
3002
|
+
clipRule: "evenodd",
|
|
2156
3003
|
d: "M1.80351 3.69103C1.16632 3.69103 0.69103 4.1677 0.69103 4.70631V12.1907C0.69103 12.7293 1.16632 13.206 1.80351 13.206H14.1965C14.8337 13.206 15.309 12.7293 15.309 12.1907V4.70631C15.309 4.1677 14.8337 3.69103 14.1965 3.69103H1.80351ZM0 4.70631C0 3.74192 0.83035 3 1.80351 3H14.1965C15.1697 3 16 3.74192 16 4.70631V12.1907C16 13.1551 15.1697 13.897 14.1965 13.897H1.80351C0.83035 13.897 0 13.1551 0 12.1907V4.70631Z",
|
|
2157
3004
|
fill: "#EEEEEE"
|
|
2158
3005
|
}), React.createElement("path", {
|
|
@@ -2604,9 +3451,14 @@ DiningExperienceAndFeedback.displayName = 'DiningExperienceAndFeedback';
|
|
|
2604
3451
|
|
|
2605
3452
|
var Icons = {
|
|
2606
3453
|
AcademicSurvey: AcademicSurvey,
|
|
3454
|
+
AccountTreeOutlined: AccountTreeOutlined,
|
|
3455
|
+
Add: Add,
|
|
2607
3456
|
AddCircleOutline: AddCircleOutline,
|
|
3457
|
+
Advertisement: Advertisement,
|
|
3458
|
+
AIFile: AIFile,
|
|
2608
3459
|
ArrowBack: ArrowBack,
|
|
2609
3460
|
ArrowCircleDown: ArrowCircleDown,
|
|
3461
|
+
ArrowDownward: ArrowDownward,
|
|
2610
3462
|
ArrowDropDownRounded: ArrowDropDownRounded,
|
|
2611
3463
|
ArrowDropUpRounded: ArrowDropUpRounded,
|
|
2612
3464
|
ArrowForward: ArrowForward,
|
|
@@ -2614,115 +3466,184 @@ var Icons = {
|
|
|
2614
3466
|
ArrowSort: ArrowSort,
|
|
2615
3467
|
ArrowSortAsc: ArrowSortAsc,
|
|
2616
3468
|
ArrowSortDesc: ArrowSortDesc,
|
|
3469
|
+
AutoAwesome: AutoAwesome,
|
|
2617
3470
|
AutoAwesomeOutlined: AutoAwesomeOutlined,
|
|
2618
3471
|
BarChart: BarChart,
|
|
2619
3472
|
CalendarMonth: CalendarMonth,
|
|
2620
3473
|
CameraAlt: CameraAlt,
|
|
2621
3474
|
Cancel: Cancel,
|
|
3475
|
+
CardboardBox: CardboardBox,
|
|
3476
|
+
ChatOutlined: ChatOutlined,
|
|
2622
3477
|
Check: Check$2,
|
|
2623
|
-
CheckFile: CheckFile,
|
|
2624
3478
|
CheckBox: CheckBox,
|
|
2625
3479
|
CheckCircle: CheckCircle$2,
|
|
3480
|
+
CheckCircleOutline: CheckCircleOutline,
|
|
3481
|
+
CheckFile: CheckFile,
|
|
2626
3482
|
Clear: Clear,
|
|
2627
3483
|
Close: Close,
|
|
3484
|
+
CloudDownload: CloudDownload,
|
|
2628
3485
|
CloudUpload: CloudUpload,
|
|
3486
|
+
Collapse: Collapse,
|
|
3487
|
+
Combine: Combine,
|
|
2629
3488
|
Computer: Computer,
|
|
2630
3489
|
ConflictRoute: ConflictRoute,
|
|
3490
|
+
Copy: Copy,
|
|
3491
|
+
Coupon: Coupon,
|
|
2631
3492
|
CourseParticipationAndFeedback: CourseParticipationAndFeedback,
|
|
2632
3493
|
CreditCard: CreditCard,
|
|
2633
3494
|
Crop: Crop,
|
|
2634
3495
|
CrowdfundingAndPreTesting: CrowdfundingAndPreTesting,
|
|
3496
|
+
CurlyBrackets: CurlyBrackets,
|
|
2635
3497
|
CustomerService: CustomerService,
|
|
2636
|
-
ChatOutlined: ChatOutlined,
|
|
2637
3498
|
DeleteOutline: DeleteOutline,
|
|
3499
|
+
DeleteOutlineOutlined: DeleteOutlineOutlined,
|
|
2638
3500
|
Description: Description,
|
|
2639
3501
|
DescriptionOutlined: DescriptionOutlined,
|
|
3502
|
+
Design: Design,
|
|
2640
3503
|
DiningExperienceAndFeedback: DiningExperienceAndFeedback,
|
|
2641
|
-
|
|
3504
|
+
DisplayLogic: DisplayLogic,
|
|
3505
|
+
DonutChart: DonutChart,
|
|
3506
|
+
DriveFileMove: DriveFileMove,
|
|
2642
3507
|
DonutSmallIcon: DonutSmallIcon,
|
|
3508
|
+
DraftsOutlined: DraftsOutlined,
|
|
3509
|
+
DragIndicator: DragIndicator,
|
|
2643
3510
|
Edit: Edit,
|
|
3511
|
+
EmailFilled: EmailFilled,
|
|
3512
|
+
EmailOutlined: EmailOutlined,
|
|
3513
|
+
EmbedCode: EmbedCode,
|
|
3514
|
+
ErrorOutline: ErrorOutline,
|
|
2644
3515
|
EventParticipationAndFeedback: EventParticipationAndFeedback,
|
|
3516
|
+
ExpandAll: ExpandAll,
|
|
2645
3517
|
ExpandMore: ExpandMore,
|
|
3518
|
+
ExportSheet: ExportSheet,
|
|
2646
3519
|
Facebook: Facebook,
|
|
3520
|
+
FileExport: FileExport,
|
|
3521
|
+
FileCopyOutlinedIcon: FileCopyOutlinedIcon,
|
|
3522
|
+
FilterList: FilterList,
|
|
2647
3523
|
FilterAlt: FilterAlt,
|
|
3524
|
+
FirstPage: FirstPage,
|
|
2648
3525
|
Folder: Folder,
|
|
3526
|
+
FolderOpen: FolderOpen,
|
|
2649
3527
|
FolderSharedMultiple: FolderSharedMultiple,
|
|
3528
|
+
FormatAlignCenter: FormatAlignCenter,
|
|
3529
|
+
FormatAlignLeft: FormatAlignLeft,
|
|
3530
|
+
FormatAlignRight: FormatAlignRight,
|
|
2650
3531
|
FormatBold: FormatBold,
|
|
2651
3532
|
FormatColorFill: FormatColorFill,
|
|
2652
3533
|
FormatItalic: FormatItalic,
|
|
2653
|
-
FormatListNumberedRtl: FormatListNumberedRtl,
|
|
3534
|
+
FormatListNumberedRtl: FormatListNumberedRtl$1,
|
|
2654
3535
|
FormatQuote: FormatQuote,
|
|
2655
3536
|
FormatUnderlined: FormatUnderlined,
|
|
2656
3537
|
GetApp: GetApp,
|
|
2657
3538
|
Google: Google,
|
|
3539
|
+
GridView: GridView,
|
|
3540
|
+
GroupOutlined: GroupOutlined,
|
|
2658
3541
|
GroupPurchaseAndOrderForm: GroupPurchaseAndOrderForm,
|
|
2659
3542
|
Help: Help,
|
|
2660
3543
|
HelpOutline: HelpOutline,
|
|
3544
|
+
HighlightOffIcon: HighlightOffIcon,
|
|
3545
|
+
History: History,
|
|
3546
|
+
HowToVote: HowToVote,
|
|
2661
3547
|
Image: Image,
|
|
3548
|
+
IndeterminateCheckBoxOutlined: IndeterminateCheckBoxOutlined,
|
|
2662
3549
|
Info: Info,
|
|
3550
|
+
Input: Input,
|
|
2663
3551
|
InsertPageBreakOutlined: InsertPageBreakOutlined,
|
|
2664
|
-
|
|
3552
|
+
IntegrationInstructionsOutlined: IntegrationInstructionsOutlined,
|
|
2665
3553
|
JCB: JCB,
|
|
2666
3554
|
KeyboardArrowDown: KeyboardArrowDown,
|
|
2667
3555
|
KeyboardArrowUp: KeyboardArrowUp,
|
|
2668
3556
|
LabelImportant: LabelImportant,
|
|
2669
3557
|
Language: Language,
|
|
3558
|
+
LastPage: LastPage,
|
|
3559
|
+
LaunchOutlined: LaunchOutlined,
|
|
2670
3560
|
Link: Link$3,
|
|
3561
|
+
LinkedIn: LinkedIn,
|
|
2671
3562
|
List: List,
|
|
3563
|
+
ListAlt: ListAlt,
|
|
2672
3564
|
LocalFireDepartmentOutlined: LocalFireDepartmentOutlined,
|
|
3565
|
+
LocalOfferOutlined: LocalOfferOutlined,
|
|
3566
|
+
LocalPrintshopOutlined: LocalPrintshopOutlined,
|
|
2673
3567
|
Lock: Lock$1,
|
|
2674
3568
|
LockOutlined: LockOutlined,
|
|
3569
|
+
Logic: Logic,
|
|
2675
3570
|
LowPriority: LowPriority,
|
|
2676
|
-
LaunchOutlined: LaunchOutlined,
|
|
2677
|
-
LocalPrintshopOutlined: LocalPrintshopOutlined,
|
|
2678
3571
|
MailForward: MailForward,
|
|
2679
3572
|
MarketResearch: GroupPurchaseAndOrderForm$1,
|
|
2680
3573
|
Mastercard: Mastercard,
|
|
2681
|
-
|
|
3574
|
+
Maximum: Maximum,
|
|
3575
|
+
Menu: Menu$1,
|
|
2682
3576
|
MoreHoriz: MoreHoriz,
|
|
2683
3577
|
NavigateBefore: NavigateBefore,
|
|
2684
3578
|
NavigateNext: NavigateNext,
|
|
2685
3579
|
NewReleaseCheck: NewReleaseCheck,
|
|
3580
|
+
None: None,
|
|
2686
3581
|
NotInterested: NotInterested,
|
|
2687
3582
|
OnlineTestsAndInteractiveActivities: OnlineTestsAndInteractiveActivities,
|
|
2688
3583
|
OpenInNew: OpenInNew,
|
|
2689
3584
|
Others: Others,
|
|
2690
3585
|
PerformanceAssessment: PerformanceAssessment,
|
|
2691
3586
|
Person: Person,
|
|
3587
|
+
PersonOutline: PersonOutline,
|
|
2692
3588
|
PersonalDataCollection: PersonalDataCollection,
|
|
2693
3589
|
PhoneIphone: PhoneIphone,
|
|
2694
3590
|
PictureAsPdf: PictureAsPdf,
|
|
2695
3591
|
PieChart: PieChart,
|
|
2696
3592
|
PinOutlined: PinOutlined,
|
|
3593
|
+
PostAdd: PostAdd,
|
|
2697
3594
|
Privacy: Privacy,
|
|
3595
|
+
QrCode: QrCode,
|
|
2698
3596
|
Quiz: Quiz,
|
|
2699
3597
|
RadarChart: RadarChart,
|
|
2700
3598
|
RadioButtonChecked: RadioButtonChecked,
|
|
2701
3599
|
Raffle: Raffle,
|
|
3600
|
+
Randomize: Randomize,
|
|
2702
3601
|
Redeem: Redeem,
|
|
2703
3602
|
Refresh: Refresh,
|
|
3603
|
+
RemoveCircleOutline: RemoveCircleOutline,
|
|
2704
3604
|
ReportProblemRounded: ReportProblemRounded,
|
|
2705
3605
|
SatisfactionSurvey: SatisfactionSurvey,
|
|
3606
|
+
SaveOutlined: SaveOutlined,
|
|
2706
3607
|
Schedule: Schedule,
|
|
2707
3608
|
Search: Search$1,
|
|
3609
|
+
SendOutlined: SendOutlined,
|
|
2708
3610
|
Settings: Settings,
|
|
2709
3611
|
SettingsOutlined: SettingsOutlined,
|
|
3612
|
+
Share: Share,
|
|
3613
|
+
ShowChart: ShowChart,
|
|
3614
|
+
ShieldError: ShieldError,
|
|
3615
|
+
ShieldStar: ShieldStar,
|
|
3616
|
+
ShieldSuccess: ShieldStar$1,
|
|
3617
|
+
ShieldWarning: ShieldWarning,
|
|
3618
|
+
ShortText: ShortText,
|
|
3619
|
+
Skip: Skip,
|
|
3620
|
+
SmsOutlined: SmsOutlined,
|
|
2710
3621
|
Sort: Sort$1,
|
|
2711
3622
|
Star: Star$2,
|
|
2712
3623
|
StatisticsAndRecords: StatisticsAndRecords,
|
|
2713
|
-
|
|
3624
|
+
SwapVertIcon: SwapVertIcon,
|
|
3625
|
+
Swords: Swords,
|
|
3626
|
+
Synchronize: Synchronize,
|
|
2714
3627
|
TableList: TableList,
|
|
2715
|
-
|
|
2716
|
-
|
|
3628
|
+
TabletMac: TabletMac,
|
|
3629
|
+
Tag: TableList$1,
|
|
3630
|
+
TextFields: TextFields$1,
|
|
3631
|
+
Title: Title$1,
|
|
3632
|
+
TrendingDownIcon: TrendingDownIcon,
|
|
3633
|
+
Tune: Tune,
|
|
2717
3634
|
TypeChoiceMulti: TypeChoiceMulti,
|
|
2718
3635
|
TypeChoiceOne: TypeChoiceOne,
|
|
3636
|
+
TypeConstantSum: TypeConstantSum,
|
|
2719
3637
|
TypeDatePicker: TypeDatePicker,
|
|
2720
3638
|
TypeDigitInput: TypeDigitInput,
|
|
2721
3639
|
TypeDigitSlide: TypeDigitSlide,
|
|
2722
3640
|
TypeDivider: TypeDivider,
|
|
2723
3641
|
TypeFileUpload: TypeFileUpload,
|
|
2724
3642
|
TypeItemSort: TypeItemSort,
|
|
3643
|
+
TypeNPS: TypeNPS,
|
|
2725
3644
|
TypeNest: TypeNest,
|
|
3645
|
+
TypeNestMulti: TypeNestMulti,
|
|
3646
|
+
TypeNestedDropdown: TypeNestedDropdown,
|
|
2726
3647
|
TypePickFrom: TypePickFrom,
|
|
2727
3648
|
TypeQuote: TypeQuote,
|
|
2728
3649
|
TypeRatingBar: TypeRatingBar,
|
|
@@ -2730,19 +3651,23 @@ var Icons = {
|
|
|
2730
3651
|
TypeTxtLong: TypeTxtLong,
|
|
2731
3652
|
TypeTxtShort: TypeTxtShort,
|
|
2732
3653
|
TypeVariableNumber: TypeVariableNumber,
|
|
3654
|
+
UploadFile: UploadFile,
|
|
2733
3655
|
UserReply: UserReply,
|
|
2734
3656
|
VerifiedUser: VerifiedUser,
|
|
3657
|
+
Video: Video,
|
|
2735
3658
|
ViewDayOutlined: ViewDayOutlined,
|
|
2736
3659
|
ViewListRounded: ViewListRounded,
|
|
2737
3660
|
Visa: Visa,
|
|
2738
3661
|
Visibility: Visibility,
|
|
2739
3662
|
VisibilityOff: VisibilityOff,
|
|
2740
|
-
|
|
3663
|
+
VisibilityOffOutlined: VisibilityOffOutlined,
|
|
2741
3664
|
VisibilityOutlined: VisibilityOutlined,
|
|
3665
|
+
Voting: Voting,
|
|
3666
|
+
Warning: Warning,
|
|
2742
3667
|
WatchLater: WatchLater,
|
|
2743
3668
|
WebAsset: WebAsset,
|
|
2744
3669
|
WeddingApplication: WeddingApplication,
|
|
2745
|
-
|
|
3670
|
+
X: X
|
|
2746
3671
|
};
|
|
2747
3672
|
var Icon =
|
|
2748
3673
|
/*#__PURE__*/
|
|
@@ -2757,53 +3682,470 @@ forwardRef(function (props, ref) {
|
|
|
2757
3682
|
});
|
|
2758
3683
|
Icon.displayName = 'Icon';
|
|
2759
3684
|
|
|
2760
|
-
|
|
2761
|
-
|
|
2762
|
-
iconMapping: {
|
|
2763
|
-
error: React.createElement(Icon, {
|
|
2764
|
-
name: "Cancel"
|
|
2765
|
-
}),
|
|
2766
|
-
success: React.createElement(Icon, {
|
|
2767
|
-
name: "CheckCircle"
|
|
2768
|
-
}),
|
|
2769
|
-
warning: React.createElement(Icon, {
|
|
2770
|
-
name: "ReportProblemRounded"
|
|
2771
|
-
})
|
|
2772
|
-
}
|
|
2773
|
-
}), props.children);
|
|
2774
|
-
};
|
|
2775
|
-
|
|
2776
|
-
Alert.displayName = 'Alert';
|
|
2777
|
-
|
|
2778
|
-
var AlertTitle = function AlertTitle(props) {
|
|
2779
|
-
return React.createElement(MUIAlertTitle, Object.assign({}, props), props.children);
|
|
2780
|
-
};
|
|
2781
|
-
|
|
2782
|
-
AlertTitle.displayName = 'AlertTitle';
|
|
3685
|
+
function _templateObject() {
|
|
3686
|
+
var data = _taggedTemplateLiteralLoose(["\n width: 100%;\n padding: 8px 8px 8px 24px;\n "]);
|
|
2783
3687
|
|
|
2784
|
-
|
|
2785
|
-
|
|
2786
|
-
|
|
2787
|
-
return React.createElement(MUIOutlinedInput, Object.assign({}, props, {
|
|
2788
|
-
ref: ref
|
|
2789
|
-
}));
|
|
2790
|
-
});
|
|
2791
|
-
OutlinedInput.displayName = 'OutlinedInput';
|
|
3688
|
+
_templateObject = function _templateObject() {
|
|
3689
|
+
return data;
|
|
3690
|
+
};
|
|
2792
3691
|
|
|
2793
|
-
|
|
3692
|
+
return data;
|
|
3693
|
+
}
|
|
3694
|
+
var Accordion$1 =
|
|
2794
3695
|
/*#__PURE__*/
|
|
2795
|
-
|
|
2796
|
-
|
|
2797
|
-
|
|
2798
|
-
|
|
2799
|
-
|
|
2800
|
-
|
|
3696
|
+
withStyles({
|
|
3697
|
+
root: {
|
|
3698
|
+
borderTop: 'none',
|
|
3699
|
+
boxShadow: 'none',
|
|
3700
|
+
minHeight: 0,
|
|
3701
|
+
'&$expanded': {
|
|
3702
|
+
minHeight: 0
|
|
3703
|
+
}
|
|
3704
|
+
},
|
|
3705
|
+
expanded: {}
|
|
3706
|
+
})(MuiAccordion$1);
|
|
3707
|
+
var AccordionSummary =
|
|
3708
|
+
/*#__PURE__*/
|
|
3709
|
+
withStyles(function (theme) {
|
|
3710
|
+
return {
|
|
3711
|
+
root: {
|
|
3712
|
+
position: 'relative',
|
|
3713
|
+
flexDirection: 'row-reverse',
|
|
3714
|
+
padding: 0,
|
|
3715
|
+
minHeight: 0,
|
|
3716
|
+
transition: 'background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms',
|
|
3717
|
+
'&$expanded': {
|
|
3718
|
+
margin: 0,
|
|
3719
|
+
minHeight: 0
|
|
3720
|
+
},
|
|
3721
|
+
'&:hover': {
|
|
3722
|
+
backgroundColor: theme.palette.primary.lightest
|
|
3723
|
+
},
|
|
3724
|
+
'&.selected': {
|
|
3725
|
+
backgroundColor: theme.palette.primary.lightest
|
|
3726
|
+
}
|
|
3727
|
+
},
|
|
3728
|
+
content: {
|
|
3729
|
+
margin: 0,
|
|
3730
|
+
transition: 'background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms',
|
|
3731
|
+
'&$expanded': {
|
|
3732
|
+
margin: 0,
|
|
3733
|
+
minHeight: 0
|
|
3734
|
+
}
|
|
3735
|
+
},
|
|
3736
|
+
expanded: {},
|
|
3737
|
+
expandIcon: {
|
|
3738
|
+
position: 'absolute',
|
|
3739
|
+
left: 0,
|
|
3740
|
+
marginLeft: '8px',
|
|
3741
|
+
padding: 0,
|
|
3742
|
+
color: theme.palette.grey[500],
|
|
3743
|
+
width: '16px',
|
|
3744
|
+
height: '16px'
|
|
3745
|
+
}
|
|
3746
|
+
};
|
|
3747
|
+
})(MuiAccordionSummary$1);
|
|
3748
|
+
var AccordionDetails$1 =
|
|
3749
|
+
/*#__PURE__*/
|
|
3750
|
+
withStyles({
|
|
3751
|
+
root: {
|
|
3752
|
+
padding: 0
|
|
3753
|
+
}
|
|
3754
|
+
})(MuiAccordionDetails$1);
|
|
3755
|
+
|
|
3756
|
+
var isAllSubOptionsIncluded = function isAllSubOptionsIncluded(value, subOptions) {
|
|
3757
|
+
if (value === void 0) {
|
|
3758
|
+
value = [];
|
|
3759
|
+
}
|
|
3760
|
+
|
|
3761
|
+
return subOptions.every(function (subOption) {
|
|
3762
|
+
return value.includes(subOption.value);
|
|
3763
|
+
});
|
|
3764
|
+
};
|
|
3765
|
+
|
|
3766
|
+
var AccordionSelectGroup =
|
|
3767
|
+
/*#__PURE__*/
|
|
3768
|
+
forwardRef(function (_ref, ref) {
|
|
3769
|
+
var _cx;
|
|
3770
|
+
|
|
3771
|
+
var mainOption = _ref.mainOption,
|
|
3772
|
+
subOptions = _ref.subOptions,
|
|
3773
|
+
handleChangeValue = _ref.handleChangeValue,
|
|
3774
|
+
selectedValue = _ref.selectedValue;
|
|
3775
|
+
var theme = useMUITheme();
|
|
3776
|
+
var customOptionStyle = useCustomStyle(theme);
|
|
3777
|
+
var isSelectAll = selectedValue.includes(mainOption.value);
|
|
3778
|
+
var optionValues = subOptions.map(function (option) {
|
|
3779
|
+
return option.value;
|
|
3780
|
+
});
|
|
3781
|
+
|
|
3782
|
+
var _useState = useState(false),
|
|
3783
|
+
expanded = _useState[0],
|
|
3784
|
+
setExpanded = _useState[1];
|
|
3785
|
+
|
|
3786
|
+
var onChangeSubValue = function onChangeSubValue(subValue) {
|
|
3787
|
+
var newValue = selectedValue.slice(); // 把因選取題目後摺疊的選項攤平
|
|
3788
|
+
|
|
3789
|
+
if (isSelectAll) {
|
|
3790
|
+
newValue = newValue.filter(function (v) {
|
|
3791
|
+
return v !== mainOption.value;
|
|
3792
|
+
}).concat(optionValues);
|
|
3793
|
+
}
|
|
3794
|
+
|
|
3795
|
+
if (newValue.includes(subValue)) {
|
|
3796
|
+
// 移除
|
|
3797
|
+
newValue = newValue.filter(function (v) {
|
|
3798
|
+
return v !== subValue;
|
|
3799
|
+
});
|
|
3800
|
+
handleChangeValue(newValue);
|
|
3801
|
+
} else {
|
|
3802
|
+
// 新增
|
|
3803
|
+
newValue.push(subValue);
|
|
3804
|
+
|
|
3805
|
+
if (isAllSubOptionsIncluded(newValue, subOptions)) {
|
|
3806
|
+
newValue = newValue.filter(function (v) {
|
|
3807
|
+
return !optionValues.includes(v);
|
|
3808
|
+
});
|
|
3809
|
+
newValue.push(mainOption.value);
|
|
3810
|
+
}
|
|
3811
|
+
|
|
3812
|
+
handleChangeValue(newValue);
|
|
3813
|
+
}
|
|
3814
|
+
};
|
|
3815
|
+
|
|
3816
|
+
var onChangeMainValue = function onChangeMainValue(e) {
|
|
3817
|
+
e.stopPropagation();
|
|
3818
|
+
var newValue = selectedValue.slice();
|
|
3819
|
+
|
|
3820
|
+
if (isSelectAll) {
|
|
3821
|
+
handleChangeValue(newValue.filter(function (v) {
|
|
3822
|
+
return v !== mainOption.value;
|
|
3823
|
+
}));
|
|
3824
|
+
} else {
|
|
3825
|
+
newValue.push(mainOption.value);
|
|
3826
|
+
newValue = newValue.filter(function (v) {
|
|
3827
|
+
return !optionValues.includes(v);
|
|
3828
|
+
});
|
|
3829
|
+
handleChangeValue(newValue);
|
|
3830
|
+
}
|
|
3831
|
+
};
|
|
3832
|
+
|
|
3833
|
+
return React.createElement(Accordion$1, {
|
|
3834
|
+
ref: ref,
|
|
3835
|
+
expanded: expanded
|
|
3836
|
+
}, React.createElement(AccordionSummary, {
|
|
3837
|
+
expandIcon: subOptions.length > 0 && React.createElement(Icon, {
|
|
3838
|
+
name: "ExpandMore"
|
|
3839
|
+
}),
|
|
3840
|
+
className: cx({
|
|
3841
|
+
selected: isSelectAll
|
|
3842
|
+
}),
|
|
3843
|
+
IconButtonProps: {
|
|
3844
|
+
// toggle accordion only through the expand icon
|
|
3845
|
+
onClick: function onClick(e) {
|
|
3846
|
+
if (subOptions.length === 0) return;
|
|
3847
|
+
e.stopPropagation();
|
|
3848
|
+
setExpanded(!expanded);
|
|
3849
|
+
|
|
3850
|
+
if (window) {
|
|
3851
|
+
setTimeout(function () {
|
|
3852
|
+
window.dispatchEvent(new Event('resize'));
|
|
3853
|
+
}, 100);
|
|
3854
|
+
}
|
|
3855
|
+
}
|
|
3856
|
+
},
|
|
3857
|
+
onClick: onChangeMainValue
|
|
3858
|
+
}, React.createElement(MenuItem, {
|
|
3859
|
+
className: cx(customOptionStyle.container, (_cx = {}, _cx['Mui-selected'] = isSelectAll, _cx), css(_templateObject())),
|
|
3860
|
+
value: mainOption.value,
|
|
3861
|
+
selected: isSelectAll
|
|
3862
|
+
}, React.createElement(Checkbox, {
|
|
3863
|
+
color: "primary",
|
|
3864
|
+
checked: isSelectAll,
|
|
3865
|
+
indeterminate: !isSelectAll && selectedValue.some(function (v) {
|
|
3866
|
+
return optionValues.includes(v);
|
|
3867
|
+
}),
|
|
3868
|
+
onClick: onChangeMainValue,
|
|
3869
|
+
className: customOptionStyle.checkbox
|
|
3870
|
+
}), React.createElement("div", {
|
|
3871
|
+
className: customOptionStyle.greyBlock
|
|
3872
|
+
}, mainOption.text))), React.createElement(AccordionDetails$1, null, subOptions.map(function (option) {
|
|
3873
|
+
return React.createElement("div", {
|
|
3874
|
+
key: option.value
|
|
3875
|
+
}, React.createElement(AccordionSelectItem, {
|
|
3876
|
+
value: option.value,
|
|
3877
|
+
checked: selectedValue.includes(option.value) || isSelectAll,
|
|
3878
|
+
text: option.text,
|
|
3879
|
+
handleChangeValue: onChangeSubValue
|
|
3880
|
+
}));
|
|
3881
|
+
})));
|
|
3882
|
+
});
|
|
3883
|
+
|
|
3884
|
+
function _templateObject$1() {
|
|
3885
|
+
var data = _taggedTemplateLiteralLoose(["\n display: flex;\n justify-content: center;\n align-items: center;\n height: 30px;\n padding: 0 8px;\n background: ", ";\n border-radius: 4px;\n margin-right: 4px;\n color: ", ";\n font-weight: 500;\n font-size: 14px;\n line-height: 21px;\n align-self: center;\n\n &:last-of-type {\n margin-right: 0;\n }\n "]);
|
|
3886
|
+
|
|
3887
|
+
_templateObject$1 = function _templateObject() {
|
|
3888
|
+
return data;
|
|
3889
|
+
};
|
|
3890
|
+
|
|
3891
|
+
return data;
|
|
3892
|
+
}
|
|
3893
|
+
|
|
3894
|
+
var GreyBlock = function GreyBlock(_ref) {
|
|
3895
|
+
var text = _ref.text;
|
|
3896
|
+
var theme = useMUITheme();
|
|
3897
|
+
return React.createElement("div", {
|
|
3898
|
+
className: css(_templateObject$1(), theme.palette.grey['100'], theme.palette.text.secondary)
|
|
3899
|
+
}, text);
|
|
3900
|
+
};
|
|
3901
|
+
|
|
3902
|
+
var Typography =
|
|
3903
|
+
/*#__PURE__*/
|
|
3904
|
+
forwardRef(function (props, ref) {
|
|
3905
|
+
return React.createElement(Typography$2, Object.assign({}, props, {
|
|
3906
|
+
ref: ref
|
|
3907
|
+
}));
|
|
3908
|
+
});
|
|
3909
|
+
Typography.displayName = 'Typography';
|
|
3910
|
+
|
|
3911
|
+
function _templateObject$2() {
|
|
3912
|
+
var data = _taggedTemplateLiteralLoose(["\n display: flex;\n align-items: center;\n color: ", ";\n "]);
|
|
3913
|
+
|
|
3914
|
+
_templateObject$2 = function _templateObject() {
|
|
3915
|
+
return data;
|
|
3916
|
+
};
|
|
3917
|
+
|
|
3918
|
+
return data;
|
|
3919
|
+
}
|
|
3920
|
+
|
|
3921
|
+
var Placeholder = function Placeholder(_ref) {
|
|
3922
|
+
var text = _ref.text,
|
|
3923
|
+
_ref$disabled = _ref.disabled,
|
|
3924
|
+
disabled = _ref$disabled === void 0 ? false : _ref$disabled;
|
|
3925
|
+
var theme = useMUITheme();
|
|
3926
|
+
|
|
3927
|
+
if (!text) {
|
|
3928
|
+
return null;
|
|
3929
|
+
}
|
|
3930
|
+
|
|
3931
|
+
return React.createElement(Typography, {
|
|
3932
|
+
component: "p",
|
|
3933
|
+
variant: "body2",
|
|
3934
|
+
className: css(_templateObject$2(), disabled ? theme.palette.grey['300'] : theme.palette.grey['500'])
|
|
3935
|
+
}, text);
|
|
3936
|
+
};
|
|
3937
|
+
|
|
3938
|
+
function _templateObject$3() {
|
|
3939
|
+
var data = _taggedTemplateLiteralLoose(["\n margin-top: 0;\n box-shadow: none;\n border: 1px solid ", ";\n "]);
|
|
3940
|
+
|
|
3941
|
+
_templateObject$3 = function _templateObject() {
|
|
3942
|
+
return data;
|
|
3943
|
+
};
|
|
3944
|
+
|
|
3945
|
+
return data;
|
|
3946
|
+
}
|
|
3947
|
+
var Select =
|
|
3948
|
+
/*#__PURE__*/
|
|
3949
|
+
forwardRef(function (props, ref) {
|
|
3950
|
+
var theme = useMUITheme();
|
|
3951
|
+
|
|
3952
|
+
var _props$MenuProps = props.MenuProps,
|
|
3953
|
+
MenuProps = _props$MenuProps === void 0 ? {} : _props$MenuProps,
|
|
3954
|
+
rest = _objectWithoutPropertiesLoose(props, ["MenuProps"]);
|
|
3955
|
+
|
|
3956
|
+
return React.createElement(MuiSelect$1, Object.assign({}, rest, {
|
|
3957
|
+
ref: ref,
|
|
3958
|
+
IconComponent: Icons.KeyboardArrowDown,
|
|
3959
|
+
MenuProps: _extends({
|
|
3960
|
+
anchorOrigin: {
|
|
3961
|
+
vertical: 'bottom',
|
|
3962
|
+
horizontal: 'left'
|
|
3963
|
+
},
|
|
3964
|
+
transformOrigin: {
|
|
3965
|
+
vertical: -theme.spacing(1),
|
|
3966
|
+
horizontal: 'left'
|
|
3967
|
+
},
|
|
3968
|
+
getContentAnchorEl: null,
|
|
3969
|
+
PopoverClasses: {
|
|
3970
|
+
paper: css(_templateObject$3(), theme.palette.primary.main)
|
|
3971
|
+
}
|
|
3972
|
+
}, MenuProps)
|
|
3973
|
+
}), props.children);
|
|
3974
|
+
});
|
|
3975
|
+
Select.displayName = 'Select';
|
|
3976
|
+
|
|
3977
|
+
function _templateObject2() {
|
|
3978
|
+
var data = _taggedTemplateLiteralLoose(["\n color: ", ";\n margin-bottom: 4px;\n "]);
|
|
3979
|
+
|
|
3980
|
+
_templateObject2 = function _templateObject2() {
|
|
3981
|
+
return data;
|
|
3982
|
+
};
|
|
3983
|
+
|
|
3984
|
+
return data;
|
|
3985
|
+
}
|
|
3986
|
+
|
|
3987
|
+
function _templateObject$4() {
|
|
3988
|
+
var data = _taggedTemplateLiteralLoose(["\n display: flex;\n overflow: hidden;\n white-space: nowrap;\n "]);
|
|
3989
|
+
|
|
3990
|
+
_templateObject$4 = function _templateObject() {
|
|
3991
|
+
return data;
|
|
3992
|
+
};
|
|
3993
|
+
|
|
3994
|
+
return data;
|
|
3995
|
+
}
|
|
3996
|
+
var useSelectStyle =
|
|
3997
|
+
/*#__PURE__*/
|
|
3998
|
+
makeStyles$1(function (theme) {
|
|
3999
|
+
return {
|
|
4000
|
+
select: {
|
|
4001
|
+
padding: '5px 8px',
|
|
4002
|
+
display: 'inline-flex',
|
|
4003
|
+
backgroundColor: theme.palette.common.white,
|
|
4004
|
+
height: '30px'
|
|
4005
|
+
}
|
|
4006
|
+
};
|
|
4007
|
+
});
|
|
4008
|
+
var AccordionSelect =
|
|
4009
|
+
/*#__PURE__*/
|
|
4010
|
+
forwardRef(function (props, ref) {
|
|
4011
|
+
var selectStyle = useSelectStyle();
|
|
4012
|
+
|
|
4013
|
+
var value = props.value,
|
|
4014
|
+
handleChangeValue = props.handleChangeValue,
|
|
4015
|
+
options = props.options,
|
|
4016
|
+
_props$variant = props.variant,
|
|
4017
|
+
variant = _props$variant === void 0 ? 'outlined' : _props$variant,
|
|
4018
|
+
_props$placeholder = props.placeholder,
|
|
4019
|
+
placeholder = _props$placeholder === void 0 ? '' : _props$placeholder,
|
|
4020
|
+
_props$hint = props.hint,
|
|
4021
|
+
hint = _props$hint === void 0 ? '' : _props$hint,
|
|
4022
|
+
_props$disabled = props.disabled,
|
|
4023
|
+
disabled = _props$disabled === void 0 ? false : _props$disabled,
|
|
4024
|
+
rest = _objectWithoutPropertiesLoose(props, ["value", "handleChangeValue", "options", "variant", "placeholder", "hint", "disabled"]);
|
|
4025
|
+
|
|
4026
|
+
var theme = useMUITheme();
|
|
4027
|
+
|
|
4028
|
+
var getRenderTexts = function getRenderTexts(values) {
|
|
4029
|
+
return values.map(function (value) {
|
|
4030
|
+
var _$split = ("" + value).split('-'),
|
|
4031
|
+
mainOptionValue = _$split[0],
|
|
4032
|
+
subOptionValue = _$split[1];
|
|
4033
|
+
|
|
4034
|
+
var option = options.find(function (o) {
|
|
4035
|
+
return o.mainOption.value === mainOptionValue;
|
|
4036
|
+
});
|
|
4037
|
+
|
|
4038
|
+
if (!option) {
|
|
4039
|
+
return '';
|
|
4040
|
+
}
|
|
4041
|
+
|
|
4042
|
+
if (subOptionValue) {
|
|
4043
|
+
var subOption = option.subOptions.find(function (o) {
|
|
4044
|
+
return o.value === value;
|
|
4045
|
+
});
|
|
4046
|
+
return subOption ? option.mainOption.text + " " + subOption.text : option.mainOption.text;
|
|
4047
|
+
}
|
|
4048
|
+
|
|
4049
|
+
return option.mainOption.text;
|
|
4050
|
+
});
|
|
4051
|
+
};
|
|
4052
|
+
|
|
4053
|
+
return React.createElement(Select, Object.assign({}, rest, {
|
|
4054
|
+
ref: ref,
|
|
4055
|
+
value: '',
|
|
4056
|
+
variant: variant,
|
|
4057
|
+
displayEmpty: true,
|
|
4058
|
+
fullWidth: true,
|
|
4059
|
+
classes: selectStyle,
|
|
4060
|
+
disabled: disabled,
|
|
4061
|
+
renderValue: value.length === 0 ? function () {
|
|
4062
|
+
return React.createElement(Placeholder, {
|
|
4063
|
+
text: placeholder,
|
|
4064
|
+
disabled: disabled
|
|
4065
|
+
});
|
|
4066
|
+
} : function () {
|
|
4067
|
+
return React.createElement("div", {
|
|
4068
|
+
className: css(_templateObject$4())
|
|
4069
|
+
}, getRenderTexts(value).map(function (v) {
|
|
4070
|
+
return React.createElement(GreyBlock, {
|
|
4071
|
+
key: v,
|
|
4072
|
+
text: v
|
|
4073
|
+
});
|
|
4074
|
+
}));
|
|
4075
|
+
}
|
|
4076
|
+
}), hint && React.createElement(Typography, {
|
|
4077
|
+
variant: "body2",
|
|
4078
|
+
className: css(_templateObject2(), theme.palette.grey['500'])
|
|
4079
|
+
}, hint), options.map(function (option) {
|
|
4080
|
+
return React.createElement(AccordionSelectGroup, {
|
|
4081
|
+
key: option.mainOption.value,
|
|
4082
|
+
mainOption: option.mainOption,
|
|
4083
|
+
subOptions: option.subOptions,
|
|
4084
|
+
handleChangeValue: handleChangeValue,
|
|
4085
|
+
selectedValue: value
|
|
4086
|
+
});
|
|
4087
|
+
}));
|
|
4088
|
+
});
|
|
4089
|
+
AccordionSelect.displayName = 'AccordionSelect';
|
|
4090
|
+
|
|
4091
|
+
var AccordionSummary$1 =
|
|
4092
|
+
/*#__PURE__*/
|
|
4093
|
+
forwardRef(function (props, ref) {
|
|
4094
|
+
return React.createElement(MuiAccordionSummary$1, Object.assign({}, props, {
|
|
4095
|
+
ref: ref
|
|
4096
|
+
}));
|
|
4097
|
+
});
|
|
4098
|
+
|
|
4099
|
+
var Alert = function Alert(props) {
|
|
4100
|
+
return React.createElement(MUIAlert, Object.assign({}, props, {
|
|
4101
|
+
iconMapping: {
|
|
4102
|
+
error: React.createElement(Icon, {
|
|
4103
|
+
name: "Cancel"
|
|
4104
|
+
}),
|
|
4105
|
+
success: React.createElement(Icon, {
|
|
4106
|
+
name: "CheckCircle"
|
|
4107
|
+
}),
|
|
4108
|
+
warning: React.createElement(Icon, {
|
|
4109
|
+
name: "ReportProblemRounded"
|
|
4110
|
+
})
|
|
4111
|
+
}
|
|
4112
|
+
}), props.children);
|
|
4113
|
+
};
|
|
4114
|
+
|
|
4115
|
+
Alert.displayName = 'Alert';
|
|
4116
|
+
|
|
4117
|
+
var AlertTitle = function AlertTitle(props) {
|
|
4118
|
+
return React.createElement(MUIAlertTitle, Object.assign({}, props), props.children);
|
|
4119
|
+
};
|
|
4120
|
+
|
|
4121
|
+
AlertTitle.displayName = 'AlertTitle';
|
|
4122
|
+
|
|
4123
|
+
var OutlinedInput =
|
|
4124
|
+
/*#__PURE__*/
|
|
4125
|
+
forwardRef(function OutlinedInput(props, ref) {
|
|
4126
|
+
return React.createElement(MUIOutlinedInput, Object.assign({}, props, {
|
|
4127
|
+
ref: ref
|
|
4128
|
+
}));
|
|
4129
|
+
});
|
|
4130
|
+
OutlinedInput.displayName = 'OutlinedInput';
|
|
4131
|
+
|
|
4132
|
+
var Autocomplete =
|
|
4133
|
+
/*#__PURE__*/
|
|
4134
|
+
forwardRef(function Autocomplete(props, ref) {
|
|
4135
|
+
var renderInput = props.renderInput,
|
|
4136
|
+
restProps = _objectWithoutPropertiesLoose(props, ["renderInput"]);
|
|
4137
|
+
|
|
4138
|
+
return React.createElement(MUIAutocomplete, Object.assign({}, restProps, {
|
|
4139
|
+
ref: ref,
|
|
4140
|
+
disablePortal: true,
|
|
4141
|
+
renderInput: renderInput || function (_ref) {
|
|
4142
|
+
var InputProps = _ref.InputProps,
|
|
2801
4143
|
params = _objectWithoutPropertiesLoose(_ref, ["InputProps", "InputLabelProps"]);
|
|
2802
4144
|
|
|
2803
4145
|
return React.createElement(OutlinedInput, Object.assign({}, params, {
|
|
2804
4146
|
autoFocus: true,
|
|
2805
4147
|
ref: InputProps.ref,
|
|
2806
|
-
inputProps: params.inputProps
|
|
4148
|
+
inputProps: _extends({}, params.inputProps)
|
|
2807
4149
|
}));
|
|
2808
4150
|
}
|
|
2809
4151
|
}));
|
|
@@ -2836,6 +4178,7 @@ forwardRef(function (props, ref) {
|
|
|
2836
4178
|
|
|
2837
4179
|
return React.createElement(MUIButton, Object.assign({}, rest, {
|
|
2838
4180
|
disableElevation: disableElevation,
|
|
4181
|
+
disableRipple: true,
|
|
2839
4182
|
ref: ref,
|
|
2840
4183
|
size: size
|
|
2841
4184
|
}));
|
|
@@ -2887,23 +4230,14 @@ forwardRef(function (props, ref) {
|
|
|
2887
4230
|
});
|
|
2888
4231
|
CardMedia.displayName = 'CardMedia';
|
|
2889
4232
|
|
|
2890
|
-
var
|
|
4233
|
+
var Chip =
|
|
2891
4234
|
/*#__PURE__*/
|
|
2892
4235
|
forwardRef(function (props, ref) {
|
|
2893
|
-
return React.createElement(
|
|
4236
|
+
return React.createElement(MUIChip, Object.assign({}, props, {
|
|
2894
4237
|
ref: ref
|
|
2895
4238
|
}));
|
|
2896
4239
|
});
|
|
2897
|
-
|
|
2898
|
-
|
|
2899
|
-
var Chip =
|
|
2900
|
-
/*#__PURE__*/
|
|
2901
|
-
forwardRef(function (props, ref) {
|
|
2902
|
-
return React.createElement(MUIChip, Object.assign({}, props, {
|
|
2903
|
-
ref: ref
|
|
2904
|
-
}));
|
|
2905
|
-
});
|
|
2906
|
-
Chip.displayName = 'Chip';
|
|
4240
|
+
Chip.displayName = 'Chip';
|
|
2907
4241
|
|
|
2908
4242
|
var CircularProgress =
|
|
2909
4243
|
/*#__PURE__*/
|
|
@@ -2994,6 +4328,17 @@ forwardRef(function (props, ref) {
|
|
|
2994
4328
|
});
|
|
2995
4329
|
Divider.displayName = 'Divider';
|
|
2996
4330
|
|
|
4331
|
+
var Drawer =
|
|
4332
|
+
/*#__PURE__*/
|
|
4333
|
+
forwardRef(function (props, ref) {
|
|
4334
|
+
var rest = _extends({}, props);
|
|
4335
|
+
|
|
4336
|
+
return React.createElement(MUIDrawer, Object.assign({}, rest, {
|
|
4337
|
+
ref: ref
|
|
4338
|
+
}));
|
|
4339
|
+
});
|
|
4340
|
+
Drawer.displayName = 'Drawer';
|
|
4341
|
+
|
|
2997
4342
|
var Fade =
|
|
2998
4343
|
/*#__PURE__*/
|
|
2999
4344
|
forwardRef(function (props, ref) {
|
|
@@ -3045,7 +4390,9 @@ forwardRef(function (props, ref) {
|
|
|
3045
4390
|
var rest = _extends({}, props);
|
|
3046
4391
|
|
|
3047
4392
|
return React.createElement(MUIFormLabel, Object.assign({}, rest, {
|
|
3048
|
-
ref: ref
|
|
4393
|
+
ref: ref,
|
|
4394
|
+
focused: false,
|
|
4395
|
+
error: false
|
|
3049
4396
|
}), props.children);
|
|
3050
4397
|
});
|
|
3051
4398
|
FormLabel.displayName = 'FormLabel';
|
|
@@ -3060,7 +4407,8 @@ var IconButton =
|
|
|
3060
4407
|
/*#__PURE__*/
|
|
3061
4408
|
forwardRef(function (props, ref) {
|
|
3062
4409
|
return React.createElement(MUIIconButton, Object.assign({}, props, {
|
|
3063
|
-
ref: ref
|
|
4410
|
+
ref: ref,
|
|
4411
|
+
disableRipple: true
|
|
3064
4412
|
}));
|
|
3065
4413
|
});
|
|
3066
4414
|
IconButton.displayName = 'IconButton';
|
|
@@ -3114,16 +4462,14 @@ forwardRef(function (props, ref) {
|
|
|
3114
4462
|
});
|
|
3115
4463
|
LoadingButton.displayName = 'LoadingButton';
|
|
3116
4464
|
|
|
3117
|
-
var
|
|
4465
|
+
var Menu =
|
|
3118
4466
|
/*#__PURE__*/
|
|
3119
4467
|
forwardRef(function (props, ref) {
|
|
3120
|
-
|
|
3121
|
-
|
|
3122
|
-
return React.createElement(MuiMenuItem$1, Object.assign({}, rest, {
|
|
4468
|
+
return React.createElement(MUIMenu, Object.assign({}, props, {
|
|
3123
4469
|
ref: ref
|
|
3124
4470
|
}), props.children);
|
|
3125
4471
|
});
|
|
3126
|
-
|
|
4472
|
+
Menu.displayName = 'Menu';
|
|
3127
4473
|
|
|
3128
4474
|
var MenuList =
|
|
3129
4475
|
/*#__PURE__*/
|
|
@@ -3134,7 +4480,7 @@ forwardRef(function (props, ref) {
|
|
|
3134
4480
|
});
|
|
3135
4481
|
MenuList.displayName = 'MenuList';
|
|
3136
4482
|
|
|
3137
|
-
var useSelectStyle =
|
|
4483
|
+
var useSelectStyle$1 =
|
|
3138
4484
|
/*#__PURE__*/
|
|
3139
4485
|
makeStyles$1(function (theme) {
|
|
3140
4486
|
return {
|
|
@@ -3200,46 +4546,43 @@ makeStyles$1(function (theme) {
|
|
|
3200
4546
|
};
|
|
3201
4547
|
});
|
|
3202
4548
|
|
|
3203
|
-
var
|
|
4549
|
+
var ListSubheader =
|
|
3204
4550
|
/*#__PURE__*/
|
|
3205
4551
|
forwardRef(function (props, ref) {
|
|
3206
|
-
var
|
|
3207
|
-
|
|
3208
|
-
|
|
3209
|
-
menuRoot = _useMenuStyles.root;
|
|
3210
|
-
|
|
3211
|
-
var _props$MenuProps = props.MenuProps,
|
|
3212
|
-
MenuProps = _props$MenuProps === void 0 ? {
|
|
3213
|
-
anchorOrigin: {
|
|
3214
|
-
vertical: 'bottom',
|
|
3215
|
-
horizontal: 'left'
|
|
3216
|
-
},
|
|
3217
|
-
transformOrigin: {
|
|
3218
|
-
vertical: -theme.spacing(1),
|
|
3219
|
-
horizontal: 'left'
|
|
3220
|
-
},
|
|
3221
|
-
getContentAnchorEl: null,
|
|
3222
|
-
classes: {
|
|
3223
|
-
paper: menuRoot
|
|
3224
|
-
}
|
|
3225
|
-
} : _props$MenuProps,
|
|
3226
|
-
rest = _objectWithoutPropertiesLoose(props, ["MenuProps"]);
|
|
4552
|
+
var _props$disableGutters = props.disableGutters,
|
|
4553
|
+
disableGutters = _props$disableGutters === void 0 ? true : _props$disableGutters,
|
|
4554
|
+
rest = _objectWithoutPropertiesLoose(props, ["disableGutters"]);
|
|
3227
4555
|
|
|
3228
|
-
return React.createElement(
|
|
4556
|
+
return React.createElement(MuiListSubheader$1, Object.assign({}, rest, {
|
|
3229
4557
|
ref: ref,
|
|
3230
|
-
|
|
3231
|
-
MenuProps: MenuProps
|
|
4558
|
+
disableGutters: disableGutters
|
|
3232
4559
|
}), props.children);
|
|
3233
4560
|
});
|
|
3234
|
-
|
|
4561
|
+
ListSubheader.displayName = 'ListSubheader';
|
|
4562
|
+
|
|
4563
|
+
function _templateObject$5() {
|
|
4564
|
+
var data = _taggedTemplateLiteralLoose(["\n color: ", ";\n "]);
|
|
4565
|
+
|
|
4566
|
+
_templateObject$5 = function _templateObject() {
|
|
4567
|
+
return data;
|
|
4568
|
+
};
|
|
4569
|
+
|
|
4570
|
+
return data;
|
|
4571
|
+
}
|
|
4572
|
+
/**
|
|
4573
|
+
* @deprecated 由於 MultiVarSelect 模改原先的 Select 太多,rc 元件應保持簡單,因此 deprecated 並且在 admin src/components/organisms/MultiSelect 建立一多選下拉選單元件
|
|
4574
|
+
* 在選項互斥仍有使用到此元件,因此不刪除而用 deprecated 的方式避免已上線的功能異常
|
|
4575
|
+
*/
|
|
3235
4576
|
|
|
3236
4577
|
var MultiVarSelect =
|
|
3237
4578
|
/*#__PURE__*/
|
|
3238
4579
|
forwardRef(function (props, ref) {
|
|
3239
4580
|
var customOptionStyle = useCustomOptionStyle();
|
|
3240
|
-
var selectStyle = useSelectStyle();
|
|
4581
|
+
var selectStyle = useSelectStyle$1();
|
|
4582
|
+
var theme = useMUITheme();
|
|
3241
4583
|
|
|
3242
4584
|
var options = props.options,
|
|
4585
|
+
groups = props.groups,
|
|
3243
4586
|
value = props.value,
|
|
3244
4587
|
disabledOptions = props.disabledOptions,
|
|
3245
4588
|
onChange = props.onChange,
|
|
@@ -3247,100 +4590,707 @@ forwardRef(function (props, ref) {
|
|
|
3247
4590
|
variant = _props$variant === void 0 ? 'outlined' : _props$variant,
|
|
3248
4591
|
onOpen = props.onOpen,
|
|
3249
4592
|
onClose = props.onClose,
|
|
3250
|
-
rest = _objectWithoutPropertiesLoose(props, ["options", "value", "disabledOptions", "placeholder", "onChange", "variant", "onOpen", "onClose"]);
|
|
4593
|
+
rest = _objectWithoutPropertiesLoose(props, ["options", "groups", "value", "disabledOptions", "placeholder", "onChange", "variant", "onOpen", "onClose"]);
|
|
4594
|
+
|
|
4595
|
+
return React.createElement(Select, Object.assign({}, rest, {
|
|
4596
|
+
ref: ref,
|
|
4597
|
+
value: value,
|
|
4598
|
+
onChange: onChange,
|
|
4599
|
+
variant: variant,
|
|
4600
|
+
onOpen: onOpen,
|
|
4601
|
+
onClose: onClose,
|
|
4602
|
+
fullWidth: true,
|
|
4603
|
+
multiple: true,
|
|
4604
|
+
classes: selectStyle
|
|
4605
|
+
}), groups && groups.map(function (group) {
|
|
4606
|
+
return [React.createElement(ListSubheader, {
|
|
4607
|
+
style: {
|
|
4608
|
+
pointerEvents: 'none'
|
|
4609
|
+
}
|
|
4610
|
+
}, group.groupTitle), group.options.map(function (opt) {
|
|
4611
|
+
var _cx;
|
|
4612
|
+
|
|
4613
|
+
if (opt.emptyLabel) {
|
|
4614
|
+
return React.createElement(MenuItem, {
|
|
4615
|
+
style: {
|
|
4616
|
+
pointerEvents: 'none'
|
|
4617
|
+
}
|
|
4618
|
+
}, React.createElement(Typography, {
|
|
4619
|
+
variant: "body2",
|
|
4620
|
+
className: css(_templateObject$5(), theme.palette.grey[500])
|
|
4621
|
+
}, opt.emptyLabel));
|
|
4622
|
+
}
|
|
4623
|
+
|
|
4624
|
+
return React.createElement(MenuItem, {
|
|
4625
|
+
className: customOptionStyle.menuItem,
|
|
4626
|
+
value: opt.value,
|
|
4627
|
+
key: opt.value,
|
|
4628
|
+
disabled: disabledOptions && disabledOptions.includes(opt.value)
|
|
4629
|
+
}, React.createElement(Checkbox, {
|
|
4630
|
+
color: "primary",
|
|
4631
|
+
checked: value.includes(opt.value),
|
|
4632
|
+
className: customOptionStyle.checkbox
|
|
4633
|
+
}), React.createElement("div", {
|
|
4634
|
+
className: cx(customOptionStyle.root, (_cx = {}, _cx[customOptionStyle["var"]] = group.optionType === 'var', _cx))
|
|
4635
|
+
}, opt.children));
|
|
4636
|
+
})];
|
|
4637
|
+
}), options && options.map(function (opt) {
|
|
4638
|
+
var _cx2;
|
|
4639
|
+
|
|
4640
|
+
return React.createElement(MenuItem, {
|
|
4641
|
+
className: customOptionStyle.menuItem,
|
|
4642
|
+
value: opt.value,
|
|
4643
|
+
key: opt.value,
|
|
4644
|
+
disabled: disabledOptions && disabledOptions.includes(opt.value)
|
|
4645
|
+
}, React.createElement(Checkbox, {
|
|
4646
|
+
color: "primary",
|
|
4647
|
+
checked: value.includes(opt.value),
|
|
4648
|
+
className: customOptionStyle.checkbox
|
|
4649
|
+
}), React.createElement("div", {
|
|
4650
|
+
className: cx(customOptionStyle.root, (_cx2 = {}, _cx2[customOptionStyle["var"]] = opt.optionType === 'var', _cx2))
|
|
4651
|
+
}, opt.children));
|
|
4652
|
+
}));
|
|
4653
|
+
});
|
|
4654
|
+
MultiVarSelect.displayName = 'MultiVarSelect';
|
|
4655
|
+
|
|
4656
|
+
var useCustomStyle$1 =
|
|
4657
|
+
/*#__PURE__*/
|
|
4658
|
+
makeStyles$1(function (theme) {
|
|
4659
|
+
return {
|
|
4660
|
+
container: {
|
|
4661
|
+
padding: '8px 8px 8px 24px',
|
|
4662
|
+
backgroundColor: theme.palette.common.white,
|
|
4663
|
+
'&:hover': {
|
|
4664
|
+
backgroundColor: theme.palette.primary.lightest,
|
|
4665
|
+
'& .MuiSvgIcon-root': {
|
|
4666
|
+
color: theme.palette.primary.main
|
|
4667
|
+
}
|
|
4668
|
+
},
|
|
4669
|
+
'&.Mui-selected': {
|
|
4670
|
+
backgroundColor: theme.palette.primary.lightest,
|
|
4671
|
+
'& > div': {
|
|
4672
|
+
backgroundColor: theme.palette.primary.main,
|
|
4673
|
+
color: theme.palette.common.white
|
|
4674
|
+
}
|
|
4675
|
+
}
|
|
4676
|
+
},
|
|
4677
|
+
checkbox: {
|
|
4678
|
+
padding: 0,
|
|
4679
|
+
color: theme.palette.grey['A400'],
|
|
4680
|
+
width: '32px',
|
|
4681
|
+
height: '32px',
|
|
4682
|
+
alignSelf: 'center',
|
|
4683
|
+
'&:hover': {
|
|
4684
|
+
backgroundColor: 'none'
|
|
4685
|
+
},
|
|
4686
|
+
'& .MuiSvgIcon-root': {
|
|
4687
|
+
width: '16px',
|
|
4688
|
+
height: '16px'
|
|
4689
|
+
},
|
|
4690
|
+
'&.MuiCheckbox-indeterminate': {
|
|
4691
|
+
'& .MuiSvgIcon-root': {
|
|
4692
|
+
color: theme.palette.primary.main
|
|
4693
|
+
}
|
|
4694
|
+
}
|
|
4695
|
+
},
|
|
4696
|
+
greyBlock: {
|
|
4697
|
+
minHeight: '30px',
|
|
4698
|
+
padding: '4px 8px',
|
|
4699
|
+
color: theme.palette.grey[600],
|
|
4700
|
+
backgroundColor: theme.palette.grey[100],
|
|
4701
|
+
fontSize: '14px',
|
|
4702
|
+
fontWeight: 500,
|
|
4703
|
+
lineHeight: '21px',
|
|
4704
|
+
borderRadius: '4px',
|
|
4705
|
+
alignSelf: 'center',
|
|
4706
|
+
whiteSpace: 'pre-wrap'
|
|
4707
|
+
}
|
|
4708
|
+
};
|
|
4709
|
+
});
|
|
4710
|
+
|
|
4711
|
+
function _templateObject2$1() {
|
|
4712
|
+
var data = _taggedTemplateLiteralLoose(["\n padding-left: 24px;\n "]);
|
|
4713
|
+
|
|
4714
|
+
_templateObject2$1 = function _templateObject2() {
|
|
4715
|
+
return data;
|
|
4716
|
+
};
|
|
4717
|
+
|
|
4718
|
+
return data;
|
|
4719
|
+
}
|
|
4720
|
+
|
|
4721
|
+
function _templateObject$6() {
|
|
4722
|
+
var data = _taggedTemplateLiteralLoose(["\n width: 100%;\n padding: 8px 8px 8px 24px;\n "]);
|
|
4723
|
+
|
|
4724
|
+
_templateObject$6 = function _templateObject() {
|
|
4725
|
+
return data;
|
|
4726
|
+
};
|
|
4727
|
+
|
|
4728
|
+
return data;
|
|
4729
|
+
}
|
|
4730
|
+
var Accordion$2 =
|
|
4731
|
+
/*#__PURE__*/
|
|
4732
|
+
withStyles({
|
|
4733
|
+
root: {
|
|
4734
|
+
borderTop: 'none',
|
|
4735
|
+
boxShadow: 'none',
|
|
4736
|
+
minHeight: 0,
|
|
4737
|
+
'&$expanded': {
|
|
4738
|
+
minHeight: 0
|
|
4739
|
+
}
|
|
4740
|
+
},
|
|
4741
|
+
expanded: {}
|
|
4742
|
+
})(MuiAccordion$1);
|
|
4743
|
+
var AccordionSummary$2 =
|
|
4744
|
+
/*#__PURE__*/
|
|
4745
|
+
withStyles(function (theme) {
|
|
4746
|
+
return {
|
|
4747
|
+
root: {
|
|
4748
|
+
position: 'relative',
|
|
4749
|
+
flexDirection: 'row-reverse',
|
|
4750
|
+
padding: 0,
|
|
4751
|
+
minHeight: 0,
|
|
4752
|
+
transition: 'background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms',
|
|
4753
|
+
'&$expanded': {
|
|
4754
|
+
margin: 0,
|
|
4755
|
+
minHeight: 0
|
|
4756
|
+
},
|
|
4757
|
+
'&:hover': {
|
|
4758
|
+
backgroundColor: theme.palette.primary.lightest
|
|
4759
|
+
},
|
|
4760
|
+
'&.selected': {
|
|
4761
|
+
backgroundColor: theme.palette.primary.lightest
|
|
4762
|
+
}
|
|
4763
|
+
},
|
|
4764
|
+
content: {
|
|
4765
|
+
margin: 0,
|
|
4766
|
+
transition: 'background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms',
|
|
4767
|
+
'&$expanded': {
|
|
4768
|
+
margin: 0,
|
|
4769
|
+
minHeight: 0
|
|
4770
|
+
}
|
|
4771
|
+
},
|
|
4772
|
+
expanded: {},
|
|
4773
|
+
expandIcon: {
|
|
4774
|
+
position: 'absolute',
|
|
4775
|
+
left: 0,
|
|
4776
|
+
marginLeft: '8px',
|
|
4777
|
+
padding: 0,
|
|
4778
|
+
color: theme.palette.grey[500],
|
|
4779
|
+
width: '16px',
|
|
4780
|
+
height: '16px'
|
|
4781
|
+
}
|
|
4782
|
+
};
|
|
4783
|
+
})(MuiAccordionSummary$1);
|
|
4784
|
+
var AccordionDetails$2 =
|
|
4785
|
+
/*#__PURE__*/
|
|
4786
|
+
withStyles({
|
|
4787
|
+
root: {
|
|
4788
|
+
padding: 0
|
|
4789
|
+
}
|
|
4790
|
+
})(MuiAccordionDetails$1);
|
|
4791
|
+
|
|
4792
|
+
var getSelectedChildCount = function getSelectedChildCount(children, selectedValue) {
|
|
4793
|
+
if (children === void 0) {
|
|
4794
|
+
children = [];
|
|
4795
|
+
}
|
|
4796
|
+
|
|
4797
|
+
return children.reduce(function (count, child) {
|
|
4798
|
+
if (selectedValue.includes(child.value)) {
|
|
4799
|
+
count++;
|
|
4800
|
+
} // 遞迴檢查子項的子項
|
|
4801
|
+
|
|
4802
|
+
|
|
4803
|
+
if (child.children) {
|
|
4804
|
+
count += getSelectedChildCount(child.children, selectedValue);
|
|
4805
|
+
}
|
|
4806
|
+
|
|
4807
|
+
return count;
|
|
4808
|
+
}, 0);
|
|
4809
|
+
};
|
|
4810
|
+
|
|
4811
|
+
var getAllChildrenValues = function getAllChildrenValues(option) {
|
|
4812
|
+
var values = [];
|
|
4813
|
+
|
|
4814
|
+
if (option.children) {
|
|
4815
|
+
option.children.forEach(function (child) {
|
|
4816
|
+
values.push(child.value);
|
|
4817
|
+
var childValues = getAllChildrenValues(child);
|
|
4818
|
+
childValues.forEach(function (value) {
|
|
4819
|
+
return values.push(value);
|
|
4820
|
+
});
|
|
4821
|
+
});
|
|
4822
|
+
}
|
|
4823
|
+
|
|
4824
|
+
return values;
|
|
4825
|
+
};
|
|
4826
|
+
|
|
4827
|
+
var NestedAccordionSelectGroup =
|
|
4828
|
+
/*#__PURE__*/
|
|
4829
|
+
forwardRef(function (_ref, ref) {
|
|
4830
|
+
var _cx;
|
|
4831
|
+
|
|
4832
|
+
var option = _ref.option,
|
|
4833
|
+
handleChangeValue = _ref.handleChangeValue,
|
|
4834
|
+
selectedValue = _ref.selectedValue;
|
|
4835
|
+
var theme = useMUITheme();
|
|
4836
|
+
var customOptionStyle = useCustomStyle$1(theme);
|
|
4837
|
+
|
|
4838
|
+
var _useState = useState(option.defaultOpen || false),
|
|
4839
|
+
expanded = _useState[0],
|
|
4840
|
+
setExpanded = _useState[1];
|
|
4841
|
+
|
|
4842
|
+
var hasChildren = option.children && option.children.length > 0;
|
|
4843
|
+
var allChildrenValues = React.useMemo(function () {
|
|
4844
|
+
return getAllChildrenValues(option);
|
|
4845
|
+
}, [option]);
|
|
4846
|
+
var selectedChildCount = React.useMemo(function () {
|
|
4847
|
+
return hasChildren ? getSelectedChildCount(option.children, selectedValue) : 0;
|
|
4848
|
+
}, [hasChildren, option.children, selectedValue]);
|
|
4849
|
+
var totalChildCount = React.useMemo(function () {
|
|
4850
|
+
return hasChildren ? allChildrenValues.length : 0;
|
|
4851
|
+
}, [hasChildren, allChildrenValues]);
|
|
4852
|
+
var isSelected = selectedValue.includes(option.value);
|
|
4853
|
+
var isAllChildrenSelected = hasChildren && selectedChildCount === totalChildCount; // 監聽子項選中狀態,自動更新父項選中狀態
|
|
4854
|
+
|
|
4855
|
+
React.useEffect(function () {
|
|
4856
|
+
if (hasChildren && isAllChildrenSelected && !isSelected) {
|
|
4857
|
+
// 當所有子項被選中但父項未被選中時,自動選中父項
|
|
4858
|
+
handleChangeValue(selectedValue.concat([option.value]));
|
|
4859
|
+
} else if (hasChildren && !isAllChildrenSelected && isSelected) {
|
|
4860
|
+
// 當不是所有子項都被選中但父項被選中時,取消選中父項
|
|
4861
|
+
handleChangeValue(selectedValue.filter(function (v) {
|
|
4862
|
+
return v !== option.value;
|
|
4863
|
+
}));
|
|
4864
|
+
}
|
|
4865
|
+
}, [hasChildren, isAllChildrenSelected, isSelected, selectedValue, option.value, handleChangeValue]);
|
|
4866
|
+
var handleOptionChange = React.useCallback(function () {
|
|
4867
|
+
var isCurrentlySelected = selectedValue.includes(option.value);
|
|
4868
|
+
|
|
4869
|
+
if (isCurrentlySelected) {
|
|
4870
|
+
// 如果目前是選中狀態,則取消選中該選項及其所有子項
|
|
4871
|
+
var newValue = selectedValue.filter(function (v) {
|
|
4872
|
+
return v !== option.value && !allChildrenValues.includes(v);
|
|
4873
|
+
});
|
|
4874
|
+
handleChangeValue(newValue);
|
|
4875
|
+
} else {
|
|
4876
|
+
// 如果目前是未選中狀態
|
|
4877
|
+
if (isAllChildrenSelected) {
|
|
4878
|
+
// 如果所有子項都已經被選中,則只選中父選項
|
|
4879
|
+
var _newValue = selectedValue.concat([option.value]);
|
|
4880
|
+
|
|
4881
|
+
handleChangeValue(_newValue);
|
|
4882
|
+
} else if (selectedChildCount === 0) {
|
|
4883
|
+
// 如果所有子項都是未選中狀態,則選中該選項及其所有子項
|
|
4884
|
+
var _newValue2 = selectedValue.concat([option.value]).concat(allChildrenValues);
|
|
4885
|
+
|
|
4886
|
+
handleChangeValue(_newValue2);
|
|
4887
|
+
} else {
|
|
4888
|
+
// 如果有部分子項被選中,則選中該選項及其所有子項
|
|
4889
|
+
var _newValue3 = selectedValue.concat([option.value]).concat(allChildrenValues);
|
|
4890
|
+
|
|
4891
|
+
handleChangeValue(_newValue3);
|
|
4892
|
+
}
|
|
4893
|
+
}
|
|
4894
|
+
}, [option, selectedValue, selectedChildCount, allChildrenValues, isAllChildrenSelected, handleChangeValue]);
|
|
4895
|
+
var handleExpand = React.useCallback(function (e) {
|
|
4896
|
+
if (!hasChildren) return;
|
|
4897
|
+
e.stopPropagation();
|
|
4898
|
+
setExpanded(!expanded);
|
|
4899
|
+
|
|
4900
|
+
if (window) {
|
|
4901
|
+
setTimeout(function () {
|
|
4902
|
+
window.dispatchEvent(new Event('resize'));
|
|
4903
|
+
}, 100);
|
|
4904
|
+
}
|
|
4905
|
+
}, [hasChildren, expanded]);
|
|
4906
|
+
return React.createElement(Accordion$2, {
|
|
4907
|
+
ref: ref,
|
|
4908
|
+
expanded: expanded
|
|
4909
|
+
}, React.createElement(AccordionSummary$2, {
|
|
4910
|
+
expandIcon: hasChildren && React.createElement(Icon, {
|
|
4911
|
+
name: "ExpandMore"
|
|
4912
|
+
}),
|
|
4913
|
+
className: cx({
|
|
4914
|
+
selected: isSelected
|
|
4915
|
+
}),
|
|
4916
|
+
IconButtonProps: {
|
|
4917
|
+
onClick: handleExpand
|
|
4918
|
+
},
|
|
4919
|
+
onClick: handleOptionChange
|
|
4920
|
+
}, React.createElement(MenuItem, {
|
|
4921
|
+
className: cx(customOptionStyle.container, (_cx = {}, _cx['Mui-selected'] = isSelected, _cx), css(_templateObject$6())),
|
|
4922
|
+
value: option.value,
|
|
4923
|
+
selected: isSelected
|
|
4924
|
+
}, React.createElement(Checkbox, {
|
|
4925
|
+
color: "primary",
|
|
4926
|
+
checked: Boolean(isSelected || isAllChildrenSelected),
|
|
4927
|
+
indeterminate: !!hasChildren && selectedChildCount > 0 && selectedChildCount < totalChildCount && !isAllChildrenSelected,
|
|
4928
|
+
onClick: handleOptionChange,
|
|
4929
|
+
className: customOptionStyle.checkbox
|
|
4930
|
+
}), React.createElement("div", {
|
|
4931
|
+
className: customOptionStyle.greyBlock
|
|
4932
|
+
}, option.text))), React.createElement(AccordionDetails$2, null, option.children && option.children.map(function (child) {
|
|
4933
|
+
return React.createElement("div", {
|
|
4934
|
+
key: child.value,
|
|
4935
|
+
className: css(_templateObject2$1())
|
|
4936
|
+
}, React.createElement(NestedAccordionSelectGroup, {
|
|
4937
|
+
option: child,
|
|
4938
|
+
handleChangeValue: handleChangeValue,
|
|
4939
|
+
selectedValue: selectedValue
|
|
4940
|
+
}));
|
|
4941
|
+
})));
|
|
4942
|
+
});
|
|
4943
|
+
|
|
4944
|
+
function _templateObject$7() {
|
|
4945
|
+
var data = _taggedTemplateLiteralLoose(["\n display: flex;\n justify-content: center;\n align-items: center;\n height: 30px;\n padding: 0 8px;\n background: ", ";\n border-radius: 4px;\n margin-right: 4px;\n color: ", ";\n font-weight: 500;\n font-size: 14px;\n line-height: 21px;\n align-self: center;\n\n &:last-of-type {\n margin-right: 0;\n }\n "]);
|
|
4946
|
+
|
|
4947
|
+
_templateObject$7 = function _templateObject() {
|
|
4948
|
+
return data;
|
|
4949
|
+
};
|
|
4950
|
+
|
|
4951
|
+
return data;
|
|
4952
|
+
}
|
|
4953
|
+
|
|
4954
|
+
var GreyBlock$1 = function GreyBlock(_ref) {
|
|
4955
|
+
var text = _ref.text;
|
|
4956
|
+
var theme = useMUITheme();
|
|
4957
|
+
return React.createElement("div", {
|
|
4958
|
+
className: css(_templateObject$7(), theme.palette.grey['100'], theme.palette.text.secondary)
|
|
4959
|
+
}, text);
|
|
4960
|
+
};
|
|
4961
|
+
|
|
4962
|
+
function _templateObject$8() {
|
|
4963
|
+
var data = _taggedTemplateLiteralLoose(["\n display: flex;\n align-items: center;\n color: ", ";\n "]);
|
|
4964
|
+
|
|
4965
|
+
_templateObject$8 = function _templateObject() {
|
|
4966
|
+
return data;
|
|
4967
|
+
};
|
|
4968
|
+
|
|
4969
|
+
return data;
|
|
4970
|
+
}
|
|
4971
|
+
|
|
4972
|
+
var Placeholder$1 = function Placeholder(_ref) {
|
|
4973
|
+
var text = _ref.text,
|
|
4974
|
+
_ref$disabled = _ref.disabled,
|
|
4975
|
+
disabled = _ref$disabled === void 0 ? false : _ref$disabled;
|
|
4976
|
+
var theme = useMUITheme();
|
|
4977
|
+
|
|
4978
|
+
if (!text) {
|
|
4979
|
+
return null;
|
|
4980
|
+
}
|
|
4981
|
+
|
|
4982
|
+
return React.createElement(Typography, {
|
|
4983
|
+
component: "p",
|
|
4984
|
+
variant: "body2",
|
|
4985
|
+
className: css(_templateObject$8(), disabled ? theme.palette.grey['300'] : theme.palette.grey['500'])
|
|
4986
|
+
}, text);
|
|
4987
|
+
};
|
|
4988
|
+
|
|
4989
|
+
function _templateObject6() {
|
|
4990
|
+
var data = _taggedTemplateLiteralLoose(["\n display: flex;\n justify-content: center;\n align-items: center;\n padding: 16px;\n "]);
|
|
4991
|
+
|
|
4992
|
+
_templateObject6 = function _templateObject6() {
|
|
4993
|
+
return data;
|
|
4994
|
+
};
|
|
4995
|
+
|
|
4996
|
+
return data;
|
|
4997
|
+
}
|
|
4998
|
+
|
|
4999
|
+
function _templateObject5() {
|
|
5000
|
+
var data = _taggedTemplateLiteralLoose(["\n width: 100%;\n padding: 8px;\n border: 1px solid ", ";\n border-radius: 4px;\n outline: none;\n &:focus {\n border-color: ", ";\n }\n "]);
|
|
5001
|
+
|
|
5002
|
+
_templateObject5 = function _templateObject5() {
|
|
5003
|
+
return data;
|
|
5004
|
+
};
|
|
5005
|
+
|
|
5006
|
+
return data;
|
|
5007
|
+
}
|
|
5008
|
+
|
|
5009
|
+
function _templateObject4() {
|
|
5010
|
+
var data = _taggedTemplateLiteralLoose(["\n padding: 8px;\n border-bottom: 1px solid ", ";\n "]);
|
|
5011
|
+
|
|
5012
|
+
_templateObject4 = function _templateObject4() {
|
|
5013
|
+
return data;
|
|
5014
|
+
};
|
|
5015
|
+
|
|
5016
|
+
return data;
|
|
5017
|
+
}
|
|
5018
|
+
|
|
5019
|
+
function _templateObject3() {
|
|
5020
|
+
var data = _taggedTemplateLiteralLoose(["\n color: ", ";\n margin-bottom: 4px;\n "]);
|
|
5021
|
+
|
|
5022
|
+
_templateObject3 = function _templateObject3() {
|
|
5023
|
+
return data;
|
|
5024
|
+
};
|
|
5025
|
+
|
|
5026
|
+
return data;
|
|
5027
|
+
}
|
|
5028
|
+
|
|
5029
|
+
function _templateObject2$2() {
|
|
5030
|
+
var data = _taggedTemplateLiteralLoose(["\n color: ", ";\n margin-bottom: 4px;\n "]);
|
|
5031
|
+
|
|
5032
|
+
_templateObject2$2 = function _templateObject2() {
|
|
5033
|
+
return data;
|
|
5034
|
+
};
|
|
5035
|
+
|
|
5036
|
+
return data;
|
|
5037
|
+
}
|
|
5038
|
+
|
|
5039
|
+
function _templateObject$9() {
|
|
5040
|
+
var data = _taggedTemplateLiteralLoose(["\n display: flex;\n overflow: hidden;\n white-space: nowrap;\n "]);
|
|
5041
|
+
|
|
5042
|
+
_templateObject$9 = function _templateObject() {
|
|
5043
|
+
return data;
|
|
5044
|
+
};
|
|
5045
|
+
|
|
5046
|
+
return data;
|
|
5047
|
+
}
|
|
5048
|
+
var useSelectStyle$2 =
|
|
5049
|
+
/*#__PURE__*/
|
|
5050
|
+
makeStyles$1(function (theme) {
|
|
5051
|
+
return {
|
|
5052
|
+
select: {
|
|
5053
|
+
padding: '5px 8px',
|
|
5054
|
+
display: 'inline-flex',
|
|
5055
|
+
backgroundColor: theme.palette.common.white,
|
|
5056
|
+
height: '30px'
|
|
5057
|
+
}
|
|
5058
|
+
};
|
|
5059
|
+
});
|
|
5060
|
+
var NestedAccordionSelect =
|
|
5061
|
+
/*#__PURE__*/
|
|
5062
|
+
forwardRef(function (_ref, ref) {
|
|
5063
|
+
var value = _ref.value,
|
|
5064
|
+
handleChangeValue = _ref.handleChangeValue,
|
|
5065
|
+
options = _ref.options,
|
|
5066
|
+
_ref$variant = _ref.variant,
|
|
5067
|
+
variant = _ref$variant === void 0 ? 'outlined' : _ref$variant,
|
|
5068
|
+
_ref$placeholder = _ref.placeholder,
|
|
5069
|
+
placeholder = _ref$placeholder === void 0 ? '' : _ref$placeholder,
|
|
5070
|
+
_ref$hint = _ref.hint,
|
|
5071
|
+
hint = _ref$hint === void 0 ? '' : _ref$hint,
|
|
5072
|
+
_ref$disabled = _ref.disabled,
|
|
5073
|
+
disabled = _ref$disabled === void 0 ? false : _ref$disabled,
|
|
5074
|
+
_ref$maxHeight = _ref.maxHeight,
|
|
5075
|
+
maxHeight = _ref$maxHeight === void 0 ? 300 : _ref$maxHeight,
|
|
5076
|
+
_ref$searchable = _ref.searchable,
|
|
5077
|
+
searchable = _ref$searchable === void 0 ? false : _ref$searchable,
|
|
5078
|
+
_ref$loading = _ref.loading,
|
|
5079
|
+
loading = _ref$loading === void 0 ? false : _ref$loading,
|
|
5080
|
+
_ref$error = _ref.error,
|
|
5081
|
+
error = _ref$error === void 0 ? false : _ref$error,
|
|
5082
|
+
_ref$errorText = _ref.errorText,
|
|
5083
|
+
errorText = _ref$errorText === void 0 ? '' : _ref$errorText,
|
|
5084
|
+
rest = _objectWithoutPropertiesLoose(_ref, ["value", "handleChangeValue", "options", "variant", "placeholder", "hint", "disabled", "maxHeight", "searchable", "loading", "error", "errorText"]);
|
|
5085
|
+
|
|
5086
|
+
var selectStyle = useSelectStyle$2();
|
|
5087
|
+
var theme = useMUITheme();
|
|
5088
|
+
|
|
5089
|
+
var _useState = useState(''),
|
|
5090
|
+
searchText = _useState[0],
|
|
5091
|
+
setSearchText = _useState[1];
|
|
5092
|
+
|
|
5093
|
+
var getRenderTexts = React.useCallback(function (values) {
|
|
5094
|
+
return values.filter(function (v) {
|
|
5095
|
+
// 過濾掉含有非數字的值:頁面、題組、選項組
|
|
5096
|
+
var splitValue = v.split('-');
|
|
5097
|
+
return !splitValue.some(function (sv) {
|
|
5098
|
+
return isNaN(Number(sv));
|
|
5099
|
+
});
|
|
5100
|
+
}).map(function (value) {
|
|
5101
|
+
var findOptionText = function findOptionText(options, targetValue) {
|
|
5102
|
+
for (var _iterator = options, _isArray = Array.isArray(_iterator), _i = 0, _iterator = _isArray ? _iterator : _iterator[Symbol.iterator]();;) {
|
|
5103
|
+
var _ref2;
|
|
5104
|
+
|
|
5105
|
+
if (_isArray) {
|
|
5106
|
+
if (_i >= _iterator.length) break;
|
|
5107
|
+
_ref2 = _iterator[_i++];
|
|
5108
|
+
} else {
|
|
5109
|
+
_i = _iterator.next();
|
|
5110
|
+
if (_i.done) break;
|
|
5111
|
+
_ref2 = _i.value;
|
|
5112
|
+
}
|
|
5113
|
+
|
|
5114
|
+
var option = _ref2;
|
|
5115
|
+
|
|
5116
|
+
if (option.value === targetValue) {
|
|
5117
|
+
return option.text;
|
|
5118
|
+
}
|
|
5119
|
+
|
|
5120
|
+
if (option.children) {
|
|
5121
|
+
var childText = findOptionText(option.children, targetValue);
|
|
5122
|
+
|
|
5123
|
+
if (childText) {
|
|
5124
|
+
return childText;
|
|
5125
|
+
}
|
|
5126
|
+
}
|
|
5127
|
+
}
|
|
5128
|
+
|
|
5129
|
+
return '';
|
|
5130
|
+
};
|
|
5131
|
+
|
|
5132
|
+
return findOptionText(options, value);
|
|
5133
|
+
});
|
|
5134
|
+
}, [options]);
|
|
5135
|
+
var filteredOptions = React.useMemo(function () {
|
|
5136
|
+
if (!searchable || !searchText) return options;
|
|
5137
|
+
|
|
5138
|
+
var filterOptions = function filterOptions(items) {
|
|
5139
|
+
return items.map(function (item) {
|
|
5140
|
+
var matches = item.text.toLowerCase().includes(searchText.toLowerCase());
|
|
5141
|
+
var children = item.children && filterOptions(item.children);
|
|
5142
|
+
var hasMatchingChildren = children && children.length > 0;
|
|
5143
|
+
|
|
5144
|
+
if (matches || hasMatchingChildren) {
|
|
5145
|
+
return {
|
|
5146
|
+
value: item.value,
|
|
5147
|
+
text: item.text,
|
|
5148
|
+
children: children
|
|
5149
|
+
};
|
|
5150
|
+
}
|
|
5151
|
+
|
|
5152
|
+
return null;
|
|
5153
|
+
}).filter(function (item) {
|
|
5154
|
+
return item !== null;
|
|
5155
|
+
});
|
|
5156
|
+
};
|
|
5157
|
+
|
|
5158
|
+
return filterOptions(options);
|
|
5159
|
+
}, [options, searchable, searchText]);
|
|
5160
|
+
|
|
5161
|
+
var onChange = function onChange(clickValue) {
|
|
5162
|
+
if (Array.isArray(clickValue)) {
|
|
5163
|
+
handleChangeValue(clickValue);
|
|
5164
|
+
} else {
|
|
5165
|
+
var isSelected = value.includes(clickValue);
|
|
5166
|
+
|
|
5167
|
+
if (isSelected) {
|
|
5168
|
+
handleChangeValue(value.filter(function (v) {
|
|
5169
|
+
return v !== clickValue;
|
|
5170
|
+
}));
|
|
5171
|
+
} else {
|
|
5172
|
+
handleChangeValue(value.concat(clickValue));
|
|
5173
|
+
}
|
|
5174
|
+
}
|
|
5175
|
+
};
|
|
3251
5176
|
|
|
3252
5177
|
return React.createElement(Select, Object.assign({}, rest, {
|
|
3253
5178
|
ref: ref,
|
|
3254
|
-
value:
|
|
3255
|
-
onChange: onChange,
|
|
5179
|
+
value: '',
|
|
3256
5180
|
variant: variant,
|
|
3257
|
-
|
|
3258
|
-
onClose: onClose,
|
|
5181
|
+
displayEmpty: true,
|
|
3259
5182
|
fullWidth: true,
|
|
3260
|
-
|
|
3261
|
-
|
|
3262
|
-
|
|
3263
|
-
|
|
3264
|
-
|
|
3265
|
-
|
|
3266
|
-
|
|
3267
|
-
|
|
3268
|
-
|
|
3269
|
-
|
|
3270
|
-
|
|
3271
|
-
|
|
3272
|
-
|
|
3273
|
-
|
|
3274
|
-
|
|
3275
|
-
|
|
3276
|
-
|
|
3277
|
-
|
|
3278
|
-
|
|
3279
|
-
|
|
3280
|
-
|
|
3281
|
-
|
|
3282
|
-
|
|
3283
|
-
|
|
3284
|
-
|
|
3285
|
-
|
|
5183
|
+
classes: selectStyle,
|
|
5184
|
+
disabled: disabled || loading,
|
|
5185
|
+
error: error,
|
|
5186
|
+
renderValue: value.length === 0 ? function () {
|
|
5187
|
+
return React.createElement(Placeholder$1, {
|
|
5188
|
+
text: placeholder,
|
|
5189
|
+
disabled: disabled
|
|
5190
|
+
});
|
|
5191
|
+
} : function () {
|
|
5192
|
+
return React.createElement("div", {
|
|
5193
|
+
className: css(_templateObject$9())
|
|
5194
|
+
}, getRenderTexts(value).map(function (text, index) {
|
|
5195
|
+
return React.createElement(GreyBlock$1, {
|
|
5196
|
+
key: text + "-" + index,
|
|
5197
|
+
text: text
|
|
5198
|
+
});
|
|
5199
|
+
}));
|
|
5200
|
+
},
|
|
5201
|
+
MenuProps: {
|
|
5202
|
+
PaperProps: {
|
|
5203
|
+
style: {
|
|
5204
|
+
maxHeight: maxHeight
|
|
5205
|
+
}
|
|
5206
|
+
}
|
|
5207
|
+
}
|
|
5208
|
+
}), hint && React.createElement(Typography, {
|
|
5209
|
+
variant: "body2",
|
|
5210
|
+
className: css(_templateObject2$2(), theme.palette.grey['500'])
|
|
5211
|
+
}, hint), error && errorText && React.createElement(Typography, {
|
|
5212
|
+
variant: "body2",
|
|
5213
|
+
className: css(_templateObject3(), theme.palette.error.main)
|
|
5214
|
+
}, errorText), searchable && React.createElement("div", {
|
|
5215
|
+
className: css(_templateObject4(), theme.palette.divider)
|
|
5216
|
+
}, React.createElement("input", {
|
|
5217
|
+
type: "text",
|
|
5218
|
+
value: searchText,
|
|
5219
|
+
onChange: function onChange(e) {
|
|
5220
|
+
return setSearchText(e.target.value);
|
|
5221
|
+
},
|
|
5222
|
+
placeholder: "\u641C\u5C0B...",
|
|
5223
|
+
className: css(_templateObject5(), theme.palette.grey[300], theme.palette.primary.main)
|
|
5224
|
+
})), loading ? React.createElement("div", {
|
|
5225
|
+
className: css(_templateObject6())
|
|
5226
|
+
}, React.createElement(Typography, {
|
|
5227
|
+
variant: "body2",
|
|
5228
|
+
color: "textSecondary"
|
|
5229
|
+
}, "\u8F09\u5165\u4E2D...")) : filteredOptions.map(function (option, optionIndex) {
|
|
5230
|
+
return React.createElement(NestedAccordionSelectGroup, {
|
|
5231
|
+
key: option.value + "-" + optionIndex,
|
|
5232
|
+
option: option,
|
|
5233
|
+
handleChangeValue: onChange,
|
|
5234
|
+
selectedValue: value
|
|
5235
|
+
});
|
|
3286
5236
|
}));
|
|
3287
5237
|
});
|
|
3288
|
-
|
|
5238
|
+
NestedAccordionSelect.displayName = 'NestedAccordionSelect';
|
|
3289
5239
|
|
|
3290
|
-
function _templateObject6() {
|
|
5240
|
+
function _templateObject6$1() {
|
|
3291
5241
|
var data = _taggedTemplateLiteralLoose(["\n padding: 0 8px;\n "]);
|
|
3292
5242
|
|
|
3293
|
-
_templateObject6 = function _templateObject6() {
|
|
5243
|
+
_templateObject6$1 = function _templateObject6() {
|
|
3294
5244
|
return data;
|
|
3295
5245
|
};
|
|
3296
5246
|
|
|
3297
5247
|
return data;
|
|
3298
5248
|
}
|
|
3299
5249
|
|
|
3300
|
-
function _templateObject5() {
|
|
5250
|
+
function _templateObject5$1() {
|
|
3301
5251
|
var data = _taggedTemplateLiteralLoose(["\n padding: 0 16px;\n "]);
|
|
3302
5252
|
|
|
3303
|
-
_templateObject5 = function _templateObject5() {
|
|
5253
|
+
_templateObject5$1 = function _templateObject5() {
|
|
3304
5254
|
return data;
|
|
3305
5255
|
};
|
|
3306
5256
|
|
|
3307
5257
|
return data;
|
|
3308
5258
|
}
|
|
3309
5259
|
|
|
3310
|
-
function _templateObject4() {
|
|
5260
|
+
function _templateObject4$1() {
|
|
3311
5261
|
var data = _taggedTemplateLiteralLoose(["\n max-width: 60px;\n "]);
|
|
3312
5262
|
|
|
3313
|
-
_templateObject4 = function _templateObject4() {
|
|
5263
|
+
_templateObject4$1 = function _templateObject4() {
|
|
3314
5264
|
return data;
|
|
3315
5265
|
};
|
|
3316
5266
|
|
|
3317
5267
|
return data;
|
|
3318
5268
|
}
|
|
3319
5269
|
|
|
3320
|
-
function _templateObject3() {
|
|
5270
|
+
function _templateObject3$1() {
|
|
3321
5271
|
var data = _taggedTemplateLiteralLoose(["\n display: flex;\n align-items: center;\n "]);
|
|
3322
5272
|
|
|
3323
|
-
_templateObject3 = function _templateObject3() {
|
|
5273
|
+
_templateObject3$1 = function _templateObject3() {
|
|
3324
5274
|
return data;
|
|
3325
5275
|
};
|
|
3326
5276
|
|
|
3327
5277
|
return data;
|
|
3328
5278
|
}
|
|
3329
5279
|
|
|
3330
|
-
function _templateObject2() {
|
|
5280
|
+
function _templateObject2$3() {
|
|
3331
5281
|
var data = _taggedTemplateLiteralLoose(["\n padding: 0 8px;\n "]);
|
|
3332
5282
|
|
|
3333
|
-
_templateObject2 = function _templateObject2() {
|
|
5283
|
+
_templateObject2$3 = function _templateObject2() {
|
|
3334
5284
|
return data;
|
|
3335
5285
|
};
|
|
3336
5286
|
|
|
3337
5287
|
return data;
|
|
3338
5288
|
}
|
|
3339
5289
|
|
|
3340
|
-
function _templateObject() {
|
|
5290
|
+
function _templateObject$a() {
|
|
3341
5291
|
var data = _taggedTemplateLiteralLoose(["\n display: inline-flex;\n align-items: center;\n color: ", ";\n "]);
|
|
3342
5292
|
|
|
3343
|
-
_templateObject = function _templateObject() {
|
|
5293
|
+
_templateObject$a = function _templateObject() {
|
|
3344
5294
|
return data;
|
|
3345
5295
|
};
|
|
3346
5296
|
|
|
@@ -3411,9 +5361,9 @@ var Pagination = function Pagination(_ref) {
|
|
|
3411
5361
|
var hasPrev = pageIndex > 0;
|
|
3412
5362
|
var hasNext = pageIndex < totalPages - 1;
|
|
3413
5363
|
return React.createElement("div", {
|
|
3414
|
-
className: css(_templateObject(), theme.palette.grey[500])
|
|
5364
|
+
className: css(_templateObject$a(), theme.palette.grey[500])
|
|
3415
5365
|
}, React.createElement("div", {
|
|
3416
|
-
className: css(_templateObject2())
|
|
5366
|
+
className: css(_templateObject2$3())
|
|
3417
5367
|
}, React.createElement(IconButton, {
|
|
3418
5368
|
disabled: !hasPrev,
|
|
3419
5369
|
onClick: prev,
|
|
@@ -3423,11 +5373,11 @@ var Pagination = function Pagination(_ref) {
|
|
|
3423
5373
|
}, React.createElement(Icon, {
|
|
3424
5374
|
name: "NavigateBefore"
|
|
3425
5375
|
}))), React.createElement("div", {
|
|
3426
|
-
className: css(_templateObject3()),
|
|
5376
|
+
className: css(_templateObject3$1()),
|
|
3427
5377
|
"data-page": pageIndex + 1,
|
|
3428
5378
|
"data-total-pages": totalPages
|
|
3429
5379
|
}, React.createElement("div", {
|
|
3430
|
-
className: css(_templateObject4())
|
|
5380
|
+
className: css(_templateObject4$1())
|
|
3431
5381
|
}, React.createElement(OutlinedInput, {
|
|
3432
5382
|
inputRef: inputRef,
|
|
3433
5383
|
type: "text",
|
|
@@ -3441,13 +5391,13 @@ var Pagination = function Pagination(_ref) {
|
|
|
3441
5391
|
}
|
|
3442
5392
|
}
|
|
3443
5393
|
})), React.createElement("div", {
|
|
3444
|
-
className: css(_templateObject5())
|
|
5394
|
+
className: css(_templateObject5$1())
|
|
3445
5395
|
}, ' ', React.createElement(Typography, {
|
|
3446
5396
|
variant: "body1"
|
|
3447
5397
|
}, "/")), React.createElement(Typography, {
|
|
3448
5398
|
variant: "body1"
|
|
3449
5399
|
}, totalPages)), React.createElement("div", {
|
|
3450
|
-
className: css(_templateObject6())
|
|
5400
|
+
className: css(_templateObject6$1())
|
|
3451
5401
|
}, React.createElement(IconButton, {
|
|
3452
5402
|
name: "NavigateNext",
|
|
3453
5403
|
disabled: !hasNext,
|
|
@@ -3462,22 +5412,13 @@ var Pagination = function Pagination(_ref) {
|
|
|
3462
5412
|
|
|
3463
5413
|
Pagination.displayName = 'Pagination';
|
|
3464
5414
|
|
|
3465
|
-
var styles = {
|
|
3466
|
-
paper: {
|
|
3467
|
-
'box-shadow': '0px 4px 20px rgba(69, 69, 69, 0.25)',
|
|
3468
|
-
padding: '24px',
|
|
3469
|
-
marginTop: '12px'
|
|
3470
|
-
}
|
|
3471
|
-
};
|
|
3472
|
-
var StyledPopover =
|
|
3473
|
-
/*#__PURE__*/
|
|
3474
|
-
withStyles(styles)(MUIPopover);
|
|
3475
5415
|
var Popover =
|
|
3476
5416
|
/*#__PURE__*/
|
|
3477
5417
|
forwardRef(function (props, ref) {
|
|
3478
|
-
return React.createElement(
|
|
3479
|
-
ref: ref
|
|
3480
|
-
|
|
5418
|
+
return React.createElement(MUIPopover, Object.assign({
|
|
5419
|
+
ref: ref,
|
|
5420
|
+
elevation: 3
|
|
5421
|
+
}, props));
|
|
3481
5422
|
});
|
|
3482
5423
|
Popover.displayName = 'Popover';
|
|
3483
5424
|
|
|
@@ -3582,6 +5523,17 @@ forwardRef(function (props, ref) {
|
|
|
3582
5523
|
});
|
|
3583
5524
|
Stepper.displayName = 'Stepper';
|
|
3584
5525
|
|
|
5526
|
+
var SwipeableDrawer =
|
|
5527
|
+
/*#__PURE__*/
|
|
5528
|
+
forwardRef(function (props, ref) {
|
|
5529
|
+
var rest = _extends({}, props);
|
|
5530
|
+
|
|
5531
|
+
return React.createElement(MUISwipeableDrawer, Object.assign({}, rest, {
|
|
5532
|
+
ref: ref
|
|
5533
|
+
}));
|
|
5534
|
+
});
|
|
5535
|
+
SwipeableDrawer.displayName = 'SwipeableDrawer';
|
|
5536
|
+
|
|
3585
5537
|
var Switch =
|
|
3586
5538
|
/*#__PURE__*/
|
|
3587
5539
|
forwardRef(function (props, ref) {
|
|
@@ -3644,20 +5596,20 @@ forwardRef(function (props, ref) {
|
|
|
3644
5596
|
}));
|
|
3645
5597
|
});
|
|
3646
5598
|
|
|
3647
|
-
function _templateObject2$
|
|
5599
|
+
function _templateObject2$4() {
|
|
3648
5600
|
var data = _taggedTemplateLiteralLoose(["\n & .MuiPaper-root {\n box-shadow: none;\n border: 1px solid ", ";\n }\n\n & .MuiMenuItem-root:hover {\n background-color: ", ";\n color: ", ";\n }\n\n & .MuiMenuItem-root.Mui-selected {\n background-color: ", ";\n color: ", ";\n }\n "]);
|
|
3649
5601
|
|
|
3650
|
-
_templateObject2$
|
|
5602
|
+
_templateObject2$4 = function _templateObject2() {
|
|
3651
5603
|
return data;
|
|
3652
5604
|
};
|
|
3653
5605
|
|
|
3654
5606
|
return data;
|
|
3655
5607
|
}
|
|
3656
5608
|
|
|
3657
|
-
function _templateObject$
|
|
5609
|
+
function _templateObject$b() {
|
|
3658
5610
|
var data = _taggedTemplateLiteralLoose(["\n & .Mui-focused .MuiSelect-icon {\n color: ", ";\n }\n "]);
|
|
3659
5611
|
|
|
3660
|
-
_templateObject$
|
|
5612
|
+
_templateObject$b = function _templateObject() {
|
|
3661
5613
|
return data;
|
|
3662
5614
|
};
|
|
3663
5615
|
|
|
@@ -3670,7 +5622,7 @@ forwardRef(function (props, ref) {
|
|
|
3670
5622
|
return React.createElement(MUITablePagination, Object.assign({}, props, {
|
|
3671
5623
|
ref: ref,
|
|
3672
5624
|
component: "div",
|
|
3673
|
-
className: css(_templateObject$
|
|
5625
|
+
className: css(_templateObject$b(), theme.palette.grey[500]),
|
|
3674
5626
|
SelectProps: {
|
|
3675
5627
|
variant: 'outlined',
|
|
3676
5628
|
IconComponent: Icons.KeyboardArrowDown,
|
|
@@ -3684,7 +5636,7 @@ forwardRef(function (props, ref) {
|
|
|
3684
5636
|
horizontal: 'left'
|
|
3685
5637
|
},
|
|
3686
5638
|
getContentAnchorEl: null,
|
|
3687
|
-
className: css(_templateObject2$
|
|
5639
|
+
className: css(_templateObject2$4(), theme.palette.grey[500], theme.palette.grey.A400, theme.palette.grey[700], theme.palette.grey[100], theme.palette.grey[700])
|
|
3688
5640
|
}
|
|
3689
5641
|
}
|
|
3690
5642
|
}));
|
|
@@ -3766,21 +5718,7 @@ forwardRef(function (props, ref) {
|
|
|
3766
5718
|
});
|
|
3767
5719
|
Tooltip.displayName = 'Tooltip';
|
|
3768
5720
|
|
|
3769
|
-
var
|
|
3770
|
-
/*#__PURE__*/
|
|
3771
|
-
forwardRef(function (props, ref) {
|
|
3772
|
-
var _props$disableGutters = props.disableGutters,
|
|
3773
|
-
disableGutters = _props$disableGutters === void 0 ? true : _props$disableGutters,
|
|
3774
|
-
rest = _objectWithoutPropertiesLoose(props, ["disableGutters"]);
|
|
3775
|
-
|
|
3776
|
-
return React.createElement(MuiListSubheader$1, Object.assign({}, rest, {
|
|
3777
|
-
ref: ref,
|
|
3778
|
-
disableGutters: disableGutters
|
|
3779
|
-
}), props.children);
|
|
3780
|
-
});
|
|
3781
|
-
ListSubheader.displayName = 'ListSubheader';
|
|
3782
|
-
|
|
3783
|
-
var useSelectStyle$1 =
|
|
5721
|
+
var useSelectStyle$3 =
|
|
3784
5722
|
/*#__PURE__*/
|
|
3785
5723
|
makeStyles$1(function (theme) {
|
|
3786
5724
|
return {
|
|
@@ -3842,10 +5780,10 @@ makeStyles$1(function (theme) {
|
|
|
3842
5780
|
};
|
|
3843
5781
|
});
|
|
3844
5782
|
|
|
3845
|
-
function _templateObject$
|
|
5783
|
+
function _templateObject$c() {
|
|
3846
5784
|
var data = _taggedTemplateLiteralLoose(["\n color: ", ";\n "]);
|
|
3847
5785
|
|
|
3848
|
-
_templateObject$
|
|
5786
|
+
_templateObject$c = function _templateObject() {
|
|
3849
5787
|
return data;
|
|
3850
5788
|
};
|
|
3851
5789
|
|
|
@@ -3856,7 +5794,7 @@ var VarSelect =
|
|
|
3856
5794
|
forwardRef(function (props, ref) {
|
|
3857
5795
|
var theme = useMUITheme();
|
|
3858
5796
|
var customOptionStyle = useCustomOptionStyle$1();
|
|
3859
|
-
var selectStyle = useSelectStyle$
|
|
5797
|
+
var selectStyle = useSelectStyle$3();
|
|
3860
5798
|
|
|
3861
5799
|
var groups = props.groups,
|
|
3862
5800
|
options = props.options,
|
|
@@ -3892,7 +5830,7 @@ forwardRef(function (props, ref) {
|
|
|
3892
5830
|
}
|
|
3893
5831
|
}, React.createElement(Typography, {
|
|
3894
5832
|
variant: "body2",
|
|
3895
|
-
className: css(_templateObject$
|
|
5833
|
+
className: css(_templateObject$c(), theme.palette.grey[500])
|
|
3896
5834
|
}, opt.emptyLabel));
|
|
3897
5835
|
}
|
|
3898
5836
|
|
|
@@ -3966,11 +5904,14 @@ var index = {
|
|
|
3966
5904
|
__proto__: null,
|
|
3967
5905
|
theme: theme,
|
|
3968
5906
|
useMUITheme: useMUITheme,
|
|
5907
|
+
useThemeCompat: useThemeCompat,
|
|
5908
|
+
themeCompat: themeCompat,
|
|
3969
5909
|
ThemeProvider: ThemeProvider,
|
|
3970
5910
|
PureThemeProvider: PureThemeProvider,
|
|
3971
5911
|
Accordion: Accordion,
|
|
3972
5912
|
AccordionDetails: AccordionDetails,
|
|
3973
|
-
|
|
5913
|
+
AccordionSelect: AccordionSelect,
|
|
5914
|
+
AccordionSummary: AccordionSummary$1,
|
|
3974
5915
|
Alert: Alert,
|
|
3975
5916
|
AlertTitle: AlertTitle,
|
|
3976
5917
|
Autocomplete: Autocomplete,
|
|
@@ -3993,6 +5934,7 @@ var index = {
|
|
|
3993
5934
|
DialogContentText: DialogContentText,
|
|
3994
5935
|
DialogTitle: DialogTitle,
|
|
3995
5936
|
Divider: Divider,
|
|
5937
|
+
Drawer: Drawer,
|
|
3996
5938
|
Fade: Fade,
|
|
3997
5939
|
FormControl: FormControl,
|
|
3998
5940
|
FormControlLabel: FormControlLabel,
|
|
@@ -4005,9 +5947,11 @@ var index = {
|
|
|
4005
5947
|
LinearProgress: LinearProgress,
|
|
4006
5948
|
Link: Link,
|
|
4007
5949
|
LoadingButton: LoadingButton,
|
|
5950
|
+
Menu: Menu,
|
|
4008
5951
|
MenuItem: MenuItem,
|
|
4009
5952
|
MenuList: MenuList,
|
|
4010
5953
|
MultiVarSelect: MultiVarSelect,
|
|
5954
|
+
NestedAccordionSelect: NestedAccordionSelect,
|
|
4011
5955
|
OutlinedInput: OutlinedInput,
|
|
4012
5956
|
Pagination: Pagination,
|
|
4013
5957
|
Popover: Popover,
|
|
@@ -4022,6 +5966,7 @@ var index = {
|
|
|
4022
5966
|
Step: Step,
|
|
4023
5967
|
StepLabel: StepLabel,
|
|
4024
5968
|
Stepper: Stepper,
|
|
5969
|
+
SwipeableDrawer: SwipeableDrawer,
|
|
4025
5970
|
Switch: Switch,
|
|
4026
5971
|
Tab: Tab,
|
|
4027
5972
|
Table: Table,
|
|
@@ -4125,7 +6070,7 @@ AnimateHeight.defaultProps = {
|
|
|
4125
6070
|
animateDisabled: false
|
|
4126
6071
|
};
|
|
4127
6072
|
|
|
4128
|
-
var styles
|
|
6073
|
+
var styles = function styles(theme) {
|
|
4129
6074
|
return createStyles({
|
|
4130
6075
|
root: function root(props) {
|
|
4131
6076
|
return _extends({
|
|
@@ -4152,7 +6097,7 @@ var styles$1 = function styles(theme) {
|
|
|
4152
6097
|
|
|
4153
6098
|
var useStyles =
|
|
4154
6099
|
/*#__PURE__*/
|
|
4155
|
-
makeStyles$1(styles
|
|
6100
|
+
makeStyles$1(styles);
|
|
4156
6101
|
var Avatar =
|
|
4157
6102
|
/*#__PURE__*/
|
|
4158
6103
|
forwardRef(function (_ref, ref) {
|
|
@@ -4207,84 +6152,6 @@ forwardRef(function (_ref, ref) {
|
|
|
4207
6152
|
}, restProps), children);
|
|
4208
6153
|
});
|
|
4209
6154
|
|
|
4210
|
-
var theme$1 = {
|
|
4211
|
-
color: {
|
|
4212
|
-
primary: {
|
|
4213
|
-
active: '#009A68',
|
|
4214
|
-
"default": '#3DBA90',
|
|
4215
|
-
hover: '#79CEAF',
|
|
4216
|
-
disabled: '#9EDCC7',
|
|
4217
|
-
background: '#DEF3EC',
|
|
4218
|
-
lightBackground: '#d1f0e5'
|
|
4219
|
-
},
|
|
4220
|
-
secondary: {
|
|
4221
|
-
active: '#C40D5A',
|
|
4222
|
-
"default": '#EB1362',
|
|
4223
|
-
hover: '#EE3C7A',
|
|
4224
|
-
disabled: '#F589B0',
|
|
4225
|
-
background: '#FCE4EC'
|
|
4226
|
-
},
|
|
4227
|
-
thirdary: {
|
|
4228
|
-
active: '#ED7B19',
|
|
4229
|
-
"default": '#F8971D',
|
|
4230
|
-
hover: '#F9A433',
|
|
4231
|
-
disabled: '#FBCB8E',
|
|
4232
|
-
background: '#FEF2E1'
|
|
4233
|
-
},
|
|
4234
|
-
text: {
|
|
4235
|
-
white: '#FFF',
|
|
4236
|
-
B6: '#454545',
|
|
4237
|
-
B5: '#6B6B6B',
|
|
4238
|
-
B4: '#989898',
|
|
4239
|
-
B3: '#AAAAAA',
|
|
4240
|
-
B2: '#BDBDBD',
|
|
4241
|
-
B: '#D2D2D2',
|
|
4242
|
-
HB: '#EEEEEE',
|
|
4243
|
-
F: '#F6F6F6'
|
|
4244
|
-
},
|
|
4245
|
-
semantic: {
|
|
4246
|
-
success: '#A0D45E',
|
|
4247
|
-
info: '#4DBAE9',
|
|
4248
|
-
warning: '#FDB531',
|
|
4249
|
-
error: '#EE415D',
|
|
4250
|
-
|
|
4251
|
-
/**
|
|
4252
|
-
* @description specific usage
|
|
4253
|
-
*/
|
|
4254
|
-
enterprise: '#3E5871',
|
|
4255
|
-
team: '#FF6A6A',
|
|
4256
|
-
pro: '#36B6ED'
|
|
4257
|
-
}
|
|
4258
|
-
},
|
|
4259
|
-
typography: {
|
|
4260
|
-
fontSize: {
|
|
4261
|
-
h1: 36,
|
|
4262
|
-
h2: 32,
|
|
4263
|
-
h3: 28,
|
|
4264
|
-
h4: 24,
|
|
4265
|
-
h5: 20,
|
|
4266
|
-
h6: 16,
|
|
4267
|
-
p: 14,
|
|
4268
|
-
span: 14,
|
|
4269
|
-
div: 14
|
|
4270
|
-
},
|
|
4271
|
-
fontWeight: {
|
|
4272
|
-
normal: 400,
|
|
4273
|
-
medium: 500,
|
|
4274
|
-
bold: 700
|
|
4275
|
-
}
|
|
4276
|
-
},
|
|
4277
|
-
zIndex: {
|
|
4278
|
-
mobileStepper: 1000,
|
|
4279
|
-
speedDial: 1050,
|
|
4280
|
-
appBar: 1100,
|
|
4281
|
-
drawer: 1200,
|
|
4282
|
-
modal: 1300,
|
|
4283
|
-
snackbar: 1400,
|
|
4284
|
-
tooltip: 1500
|
|
4285
|
-
}
|
|
4286
|
-
};
|
|
4287
|
-
|
|
4288
6155
|
var CustomBoxShadow1 = "\n0 1px 4px 0 rgba(69, 69, 69, 0.2),\n0 1px 2px 0 rgba(69, 69, 69, 0.1)\n";
|
|
4289
6156
|
var CustomChip =
|
|
4290
6157
|
/*#__PURE__*/
|
|
@@ -4393,20 +6260,20 @@ var CardContent = MuiCardContent;
|
|
|
4393
6260
|
|
|
4394
6261
|
var CardHeader = MuiCardHeader;
|
|
4395
6262
|
|
|
4396
|
-
function _templateObject2$
|
|
6263
|
+
function _templateObject2$5() {
|
|
4397
6264
|
var data = _taggedTemplateLiteralLoose(["\n animation: ", " 1s linear infinite;\n"]);
|
|
4398
6265
|
|
|
4399
|
-
_templateObject2$
|
|
6266
|
+
_templateObject2$5 = function _templateObject2() {
|
|
4400
6267
|
return data;
|
|
4401
6268
|
};
|
|
4402
6269
|
|
|
4403
6270
|
return data;
|
|
4404
6271
|
}
|
|
4405
6272
|
|
|
4406
|
-
function _templateObject$
|
|
6273
|
+
function _templateObject$d() {
|
|
4407
6274
|
var data = _taggedTemplateLiteralLoose(["\n\t100% {\n\t\ttransform: rotate(360deg);\n\t}\n"]);
|
|
4408
6275
|
|
|
4409
|
-
_templateObject$
|
|
6276
|
+
_templateObject$d = function _templateObject() {
|
|
4410
6277
|
return data;
|
|
4411
6278
|
};
|
|
4412
6279
|
|
|
@@ -4416,19 +6283,19 @@ var loadingCircle =
|
|
|
4416
6283
|
/*#__PURE__*/
|
|
4417
6284
|
keyframes(
|
|
4418
6285
|
/*#__PURE__*/
|
|
4419
|
-
_templateObject$
|
|
6286
|
+
_templateObject$d());
|
|
4420
6287
|
var spin =
|
|
4421
6288
|
/*#__PURE__*/
|
|
4422
6289
|
css(
|
|
4423
6290
|
/*#__PURE__*/
|
|
4424
|
-
_templateObject2$
|
|
6291
|
+
_templateObject2$5(), loadingCircle);
|
|
4425
6292
|
|
|
4426
6293
|
var _svgBaseProps;
|
|
4427
6294
|
var svgBaseProps = (_svgBaseProps = {
|
|
4428
6295
|
width: '1em',
|
|
4429
6296
|
height: '1em',
|
|
4430
6297
|
fill: 'currentColor'
|
|
4431
|
-
}, _svgBaseProps['aria-hidden'] = true, _svgBaseProps
|
|
6298
|
+
}, _svgBaseProps['aria-hidden'] = true, _svgBaseProps);
|
|
4432
6299
|
var Icon$1 =
|
|
4433
6300
|
/*#__PURE__*/
|
|
4434
6301
|
forwardRef(function (_ref, ref) {
|
|
@@ -4483,20 +6350,20 @@ var CalendarAlt = {
|
|
|
4483
6350
|
}
|
|
4484
6351
|
};
|
|
4485
6352
|
|
|
4486
|
-
function _templateObject2$
|
|
6353
|
+
function _templateObject2$6() {
|
|
4487
6354
|
var data = _taggedTemplateLiteralLoose(["\n position: absolute;\n left: 12px;\n top: 7px;\n width: 18px;\n height: 18px;\n font-size: 18px;\n color: ", ";\n"]);
|
|
4488
6355
|
|
|
4489
|
-
_templateObject2$
|
|
6356
|
+
_templateObject2$6 = function _templateObject2() {
|
|
4490
6357
|
return data;
|
|
4491
6358
|
};
|
|
4492
6359
|
|
|
4493
6360
|
return data;
|
|
4494
6361
|
}
|
|
4495
6362
|
|
|
4496
|
-
function _templateObject$
|
|
6363
|
+
function _templateObject$e() {
|
|
4497
6364
|
var data = _taggedTemplateLiteralLoose(["\n position: relative;\n"]);
|
|
4498
6365
|
|
|
4499
|
-
_templateObject$
|
|
6366
|
+
_templateObject$e = function _templateObject() {
|
|
4500
6367
|
return data;
|
|
4501
6368
|
};
|
|
4502
6369
|
|
|
@@ -4506,12 +6373,12 @@ var DatePickerWrapper =
|
|
|
4506
6373
|
/*#__PURE__*/
|
|
4507
6374
|
styled$1('section')(
|
|
4508
6375
|
/*#__PURE__*/
|
|
4509
|
-
_templateObject$
|
|
6376
|
+
_templateObject$e());
|
|
4510
6377
|
var IonwWrapper =
|
|
4511
6378
|
/*#__PURE__*/
|
|
4512
6379
|
styled$1('section')(
|
|
4513
6380
|
/*#__PURE__*/
|
|
4514
|
-
_templateObject2$
|
|
6381
|
+
_templateObject2$6(), theme$1.color.primary["default"]);
|
|
4515
6382
|
var popOverStyles =
|
|
4516
6383
|
/*#__PURE__*/
|
|
4517
6384
|
createStyles({
|
|
@@ -4526,7 +6393,7 @@ createStyles({
|
|
|
4526
6393
|
paddingLeft: '30px'
|
|
4527
6394
|
}
|
|
4528
6395
|
});
|
|
4529
|
-
var styles$
|
|
6396
|
+
var styles$1 =
|
|
4530
6397
|
/*#__PURE__*/
|
|
4531
6398
|
createStyles({
|
|
4532
6399
|
root: {
|
|
@@ -4538,7 +6405,7 @@ createStyles({
|
|
|
4538
6405
|
|
|
4539
6406
|
var StyledMuiDatePicker =
|
|
4540
6407
|
/*#__PURE__*/
|
|
4541
|
-
withStyles(styles$
|
|
6408
|
+
withStyles(styles$1)(DatePicker$1);
|
|
4542
6409
|
var usePopOverStyles =
|
|
4543
6410
|
/*#__PURE__*/
|
|
4544
6411
|
makeStyles$1(popOverStyles);
|
|
@@ -4728,7 +6595,7 @@ createStyles({
|
|
|
4728
6595
|
marginRight: '4px'
|
|
4729
6596
|
}
|
|
4730
6597
|
});
|
|
4731
|
-
var styles$
|
|
6598
|
+
var styles$2 =
|
|
4732
6599
|
/*#__PURE__*/
|
|
4733
6600
|
createStyles({
|
|
4734
6601
|
root: {
|
|
@@ -4740,7 +6607,7 @@ createStyles({
|
|
|
4740
6607
|
|
|
4741
6608
|
var StyledMuiKeyBoardDatePicker =
|
|
4742
6609
|
/*#__PURE__*/
|
|
4743
|
-
withStyles(styles$
|
|
6610
|
+
withStyles(styles$2)(KeyboardDatePicker$1);
|
|
4744
6611
|
var usePopOverStyles$1 =
|
|
4745
6612
|
/*#__PURE__*/
|
|
4746
6613
|
makeStyles$1(popOverStyles$1);
|
|
@@ -5046,7 +6913,7 @@ var Select$1 = function Select(props) {
|
|
|
5046
6913
|
}));
|
|
5047
6914
|
};
|
|
5048
6915
|
|
|
5049
|
-
var styles$
|
|
6916
|
+
var styles$3 =
|
|
5050
6917
|
/*#__PURE__*/
|
|
5051
6918
|
createStyles({
|
|
5052
6919
|
root: {
|
|
@@ -5144,7 +7011,7 @@ makeStyles$1({
|
|
|
5144
7011
|
|
|
5145
7012
|
var StyledSelect =
|
|
5146
7013
|
/*#__PURE__*/
|
|
5147
|
-
withStyles(styles$
|
|
7014
|
+
withStyles(styles$3)(MuiSelect$1);
|
|
5148
7015
|
var StyledEmptyLabel =
|
|
5149
7016
|
/*#__PURE__*/
|
|
5150
7017
|
withStyles(emptyStyles)(MuiListSubheader$1);
|
|
@@ -5190,50 +7057,50 @@ var GroupSelect = function GroupSelect(props) {
|
|
|
5190
7057
|
}));
|
|
5191
7058
|
};
|
|
5192
7059
|
|
|
5193
|
-
function _templateObject5$
|
|
7060
|
+
function _templateObject5$2() {
|
|
5194
7061
|
var data = _taggedTemplateLiteralLoose(["\n position: absolute;\n right: 8px;\n font-size: 14px;\n color: ", ";\n font-weight: ", ";\n"]);
|
|
5195
7062
|
|
|
5196
|
-
_templateObject5$
|
|
7063
|
+
_templateObject5$2 = function _templateObject5() {
|
|
5197
7064
|
return data;
|
|
5198
7065
|
};
|
|
5199
7066
|
|
|
5200
7067
|
return data;
|
|
5201
7068
|
}
|
|
5202
7069
|
|
|
5203
|
-
function _templateObject4$
|
|
7070
|
+
function _templateObject4$2() {
|
|
5204
7071
|
var data = _taggedTemplateLiteralLoose(["\n position: absolute;\n left: 8px;\n font-size: 14px;\n color: #fff;\n font-weight: ", ";\n"]);
|
|
5205
7072
|
|
|
5206
|
-
_templateObject4$
|
|
7073
|
+
_templateObject4$2 = function _templateObject4() {
|
|
5207
7074
|
return data;
|
|
5208
7075
|
};
|
|
5209
7076
|
|
|
5210
7077
|
return data;
|
|
5211
7078
|
}
|
|
5212
7079
|
|
|
5213
|
-
function _templateObject3$
|
|
7080
|
+
function _templateObject3$2() {
|
|
5214
7081
|
var data = _taggedTemplateLiteralLoose(["\n position: absolute;\n left: ", ";\n top: -1px;\n transform: ", ";\n width: 23px;\n height: 23px;\n background: #fff;\n border: 1px solid #eee;\n box-shadow: #bdbdbd 0 1px 2px 0;\n border-radius: 90px;\n transition: 0.3s;\n\n &:hover {\n box-shadow: #bdbdbd 0 2px 4px 0;\n }\n"]);
|
|
5215
7082
|
|
|
5216
|
-
_templateObject3$
|
|
7083
|
+
_templateObject3$2 = function _templateObject3() {
|
|
5217
7084
|
return data;
|
|
5218
7085
|
};
|
|
5219
7086
|
|
|
5220
7087
|
return data;
|
|
5221
7088
|
}
|
|
5222
7089
|
|
|
5223
|
-
function _templateObject2$
|
|
7090
|
+
function _templateObject2$7() {
|
|
5224
7091
|
var data = _taggedTemplateLiteralLoose(["\n cursor: pointer;\n width: 60px;\n min-width: 60px;\n height: 22px;\n display: block;\n border-radius: 100px;\n display: flex;\n align-items: center;\n position: relative;\n background-color: ", ";\n transition: 0.3s;\n outline: none;\n"]);
|
|
5225
7092
|
|
|
5226
|
-
_templateObject2$
|
|
7093
|
+
_templateObject2$7 = function _templateObject2() {
|
|
5227
7094
|
return data;
|
|
5228
7095
|
};
|
|
5229
7096
|
|
|
5230
7097
|
return data;
|
|
5231
7098
|
}
|
|
5232
7099
|
|
|
5233
|
-
function _templateObject$
|
|
7100
|
+
function _templateObject$f() {
|
|
5234
7101
|
var data = _taggedTemplateLiteralLoose(["\n height: 10px;\n width: 0;\n visibility: hidden;\n outline: none;\n position: absolute;\n left: 50%;\n top: 12%;\n"]);
|
|
5235
7102
|
|
|
5236
|
-
_templateObject$
|
|
7103
|
+
_templateObject$f = function _templateObject() {
|
|
5237
7104
|
return data;
|
|
5238
7105
|
};
|
|
5239
7106
|
|
|
@@ -5243,19 +7110,19 @@ var InputStyle =
|
|
|
5243
7110
|
/*#__PURE__*/
|
|
5244
7111
|
styled$1('input')(
|
|
5245
7112
|
/*#__PURE__*/
|
|
5246
|
-
_templateObject$
|
|
7113
|
+
_templateObject$f());
|
|
5247
7114
|
var LabelStyle =
|
|
5248
7115
|
/*#__PURE__*/
|
|
5249
7116
|
styled$1('label')(
|
|
5250
7117
|
/*#__PURE__*/
|
|
5251
|
-
_templateObject2$
|
|
7118
|
+
_templateObject2$7(), function (props) {
|
|
5252
7119
|
return props.checked ? theme$1.color.primary["default"] : theme$1.color.text.F;
|
|
5253
7120
|
});
|
|
5254
7121
|
var ThumbStyle =
|
|
5255
7122
|
/*#__PURE__*/
|
|
5256
7123
|
styled$1('span')(
|
|
5257
7124
|
/*#__PURE__*/
|
|
5258
|
-
_templateObject3$
|
|
7125
|
+
_templateObject3$2(), function (props) {
|
|
5259
7126
|
return props.checked ? '100%' : '0';
|
|
5260
7127
|
}, function (props) {
|
|
5261
7128
|
return props.checked && 'translateX(-99%)';
|
|
@@ -5264,12 +7131,12 @@ var CheckedNode =
|
|
|
5264
7131
|
/*#__PURE__*/
|
|
5265
7132
|
styled$1('span')(
|
|
5266
7133
|
/*#__PURE__*/
|
|
5267
|
-
_templateObject4$
|
|
7134
|
+
_templateObject4$2(), theme$1.typography.fontWeight.normal);
|
|
5268
7135
|
var UnCheckedNode =
|
|
5269
7136
|
/*#__PURE__*/
|
|
5270
7137
|
styled$1('span')(
|
|
5271
7138
|
/*#__PURE__*/
|
|
5272
|
-
_templateObject5$
|
|
7139
|
+
_templateObject5$2(), theme$1.color.text.B3, theme$1.typography.fontWeight.normal);
|
|
5273
7140
|
|
|
5274
7141
|
var Switch$1 =
|
|
5275
7142
|
/*#__PURE__*/
|
|
@@ -5311,10 +7178,10 @@ createStyles({
|
|
|
5311
7178
|
}
|
|
5312
7179
|
});
|
|
5313
7180
|
|
|
5314
|
-
function _templateObject$
|
|
7181
|
+
function _templateObject$g() {
|
|
5315
7182
|
var data = _taggedTemplateLiteralLoose(["\n z-index: 100;\n "]);
|
|
5316
7183
|
|
|
5317
|
-
_templateObject$
|
|
7184
|
+
_templateObject$g = function _templateObject() {
|
|
5318
7185
|
return data;
|
|
5319
7186
|
};
|
|
5320
7187
|
|
|
@@ -5345,7 +7212,7 @@ var MenuList$1 = function MenuList(_ref) {
|
|
|
5345
7212
|
placement: placement,
|
|
5346
7213
|
transition: true,
|
|
5347
7214
|
modifiers: modifiers,
|
|
5348
|
-
className: css(_templateObject$
|
|
7215
|
+
className: css(_templateObject$g())
|
|
5349
7216
|
}, function (_ref2) {
|
|
5350
7217
|
var TransitionProps = _ref2.TransitionProps;
|
|
5351
7218
|
|
|
@@ -5390,7 +7257,7 @@ var MenuItem$1 = function MenuItem(props) {
|
|
|
5390
7257
|
}), children);
|
|
5391
7258
|
};
|
|
5392
7259
|
|
|
5393
|
-
var styles$
|
|
7260
|
+
var styles$4 = function styles(theme) {
|
|
5394
7261
|
return {
|
|
5395
7262
|
root: {
|
|
5396
7263
|
borderColor: theme.palette.primary.main,
|
|
@@ -5418,7 +7285,7 @@ var styles$5 = function styles(theme) {
|
|
|
5418
7285
|
|
|
5419
7286
|
var StyledMuiToggleButton =
|
|
5420
7287
|
/*#__PURE__*/
|
|
5421
|
-
withStyles(styles$
|
|
7288
|
+
withStyles(styles$4)(MUIToggleButton);
|
|
5422
7289
|
|
|
5423
7290
|
var ToggleButtonGroup$1 = function ToggleButtonGroup(props) {
|
|
5424
7291
|
var value = props.value,
|
|
@@ -5824,20 +7691,20 @@ var LongArrowRight = {
|
|
|
5824
7691
|
}
|
|
5825
7692
|
};
|
|
5826
7693
|
|
|
5827
|
-
function _templateObject2$
|
|
7694
|
+
function _templateObject2$8() {
|
|
5828
7695
|
var data = _taggedTemplateLiteralLoose(["\n display: flex;\n align-items: center;\n margin: 0 8px;\n color: ", ";\n font-size: 14px;\n"]);
|
|
5829
7696
|
|
|
5830
|
-
_templateObject2$
|
|
7697
|
+
_templateObject2$8 = function _templateObject2() {
|
|
5831
7698
|
return data;
|
|
5832
7699
|
};
|
|
5833
7700
|
|
|
5834
7701
|
return data;
|
|
5835
7702
|
}
|
|
5836
7703
|
|
|
5837
|
-
function _templateObject$
|
|
7704
|
+
function _templateObject$h() {
|
|
5838
7705
|
var data = _taggedTemplateLiteralLoose(["\n display: flex;\n align-items: center;\n"]);
|
|
5839
7706
|
|
|
5840
|
-
_templateObject$
|
|
7707
|
+
_templateObject$h = function _templateObject() {
|
|
5841
7708
|
return data;
|
|
5842
7709
|
};
|
|
5843
7710
|
|
|
@@ -5847,12 +7714,12 @@ var StepperContainer =
|
|
|
5847
7714
|
/*#__PURE__*/
|
|
5848
7715
|
css(
|
|
5849
7716
|
/*#__PURE__*/
|
|
5850
|
-
_templateObject$
|
|
7717
|
+
_templateObject$h());
|
|
5851
7718
|
var ConnectorContainer =
|
|
5852
7719
|
/*#__PURE__*/
|
|
5853
7720
|
css(
|
|
5854
7721
|
/*#__PURE__*/
|
|
5855
|
-
_templateObject2$
|
|
7722
|
+
_templateObject2$8(), theme$1.color.text.B3);
|
|
5856
7723
|
|
|
5857
7724
|
var Stepper$1 =
|
|
5858
7725
|
/*#__PURE__*/
|
|
@@ -5889,10 +7756,10 @@ forwardRef(function (_ref, ref) {
|
|
|
5889
7756
|
var index$3 = /*#__PURE__*/
|
|
5890
7757
|
memo(Stepper$1);
|
|
5891
7758
|
|
|
5892
|
-
function _templateObject$
|
|
7759
|
+
function _templateObject$i() {
|
|
5893
7760
|
var data = _taggedTemplateLiteralLoose(["\n cursor: ", ";\n color: ", ";\n background-color: transparent;\n min-width: 56px;\n padding: 16px 0;\n border: none;\n font-size: ", "px;\n font-weight: ", ";\n line-height: 22px;\n outline: none;\n\n &:hover {\n color: ", ";\n }\n"]);
|
|
5894
7761
|
|
|
5895
|
-
_templateObject$
|
|
7762
|
+
_templateObject$i = function _templateObject() {
|
|
5896
7763
|
return data;
|
|
5897
7764
|
};
|
|
5898
7765
|
|
|
@@ -5902,7 +7769,7 @@ var SytledStep =
|
|
|
5902
7769
|
/*#__PURE__*/
|
|
5903
7770
|
styled$1('button')(
|
|
5904
7771
|
/*#__PURE__*/
|
|
5905
|
-
_templateObject$
|
|
7772
|
+
_templateObject$i(), function (props) {
|
|
5906
7773
|
return props.disabled ? 'not-allowed' : 'pointer';
|
|
5907
7774
|
}, function (props) {
|
|
5908
7775
|
return props.active ? theme$1.color.text.B6 : theme$1.color.text.B3;
|
|
@@ -5939,10 +7806,10 @@ forwardRef(function (_ref, ref) {
|
|
|
5939
7806
|
var index$4 = /*#__PURE__*/
|
|
5940
7807
|
memo(Step$1);
|
|
5941
7808
|
|
|
5942
|
-
function _templateObject$
|
|
7809
|
+
function _templateObject$j() {
|
|
5943
7810
|
var data = _taggedTemplateLiteralLoose(["\n\ttable, th, td {\n\t\tborder: 1px solid #eeeeee;\n\t}\n\n table {\n width: 100%;\n\t\tborder-collapse: collapse;\n\t\ttable-layout:fixed;\n\t}\n\n thead {\n\t\ttr th {\n\t\t\theight: 56px;\n\t\t\tfont-size: 14px;\n\t\t\tfont-weight: 500;\n\t\t\ttext-align: center;\n\t\t\tcolor: #3dba90;\n\n\t\t\t&:#title {\n\t\t\t\twidth: 20%;\n\t\t\t}\n\n\t\t\t&#origin {\n\t\t\t\twidth: 40%;\n\t\t\t}\n\n\t\t\t&#translate {\n\t\t\t\twidth: 40%;\n\t\t\t}\n\t\t}\n\t}\n\n\ttbody {\n\t\ttr td {\n\t\t\tword-break:break-word;\n\t\t\tvertical-align:top;\n\t\t}\n\t}\n"]);
|
|
5944
7811
|
|
|
5945
|
-
_templateObject$
|
|
7812
|
+
_templateObject$j = function _templateObject() {
|
|
5946
7813
|
return data;
|
|
5947
7814
|
};
|
|
5948
7815
|
|
|
@@ -5952,7 +7819,7 @@ var StyledEditableTable =
|
|
|
5952
7819
|
/*#__PURE__*/
|
|
5953
7820
|
css(
|
|
5954
7821
|
/*#__PURE__*/
|
|
5955
|
-
_templateObject$
|
|
7822
|
+
_templateObject$j());
|
|
5956
7823
|
|
|
5957
7824
|
var EditableTable = function EditableTable(_ref) {
|
|
5958
7825
|
var rows = _ref.rows,
|
|
@@ -6714,40 +8581,40 @@ var Direction;
|
|
|
6714
8581
|
Direction["RIGHT"] = "right";
|
|
6715
8582
|
})(Direction || (Direction = {}));
|
|
6716
8583
|
|
|
6717
|
-
function _templateObject4$
|
|
8584
|
+
function _templateObject4$3() {
|
|
6718
8585
|
var data = _taggedTemplateLiteralLoose(["\n color: ", ";\n font-size: 16px;\n width: 24px;\n height: 24px;\n display: flex;\n justify-content: center;\n align-items: center;\n margin-right: 8px;\n"]);
|
|
6719
8586
|
|
|
6720
|
-
_templateObject4$
|
|
8587
|
+
_templateObject4$3 = function _templateObject4() {
|
|
6721
8588
|
return data;
|
|
6722
8589
|
};
|
|
6723
8590
|
|
|
6724
8591
|
return data;
|
|
6725
8592
|
}
|
|
6726
8593
|
|
|
6727
|
-
function _templateObject3$
|
|
8594
|
+
function _templateObject3$3() {
|
|
6728
8595
|
var data = _taggedTemplateLiteralLoose(["\n margin-bottom: 4px;\n white-space: pre-line;\n"]);
|
|
6729
8596
|
|
|
6730
|
-
_templateObject3$
|
|
8597
|
+
_templateObject3$3 = function _templateObject3() {
|
|
6731
8598
|
return data;
|
|
6732
8599
|
};
|
|
6733
8600
|
|
|
6734
8601
|
return data;
|
|
6735
8602
|
}
|
|
6736
8603
|
|
|
6737
|
-
function _templateObject2$
|
|
8604
|
+
function _templateObject2$9() {
|
|
6738
8605
|
var data = _taggedTemplateLiteralLoose(["\n display: flex;\n flex-direction: column;\n justify-content: center;\n"]);
|
|
6739
8606
|
|
|
6740
|
-
_templateObject2$
|
|
8607
|
+
_templateObject2$9 = function _templateObject2() {
|
|
6741
8608
|
return data;
|
|
6742
8609
|
};
|
|
6743
8610
|
|
|
6744
8611
|
return data;
|
|
6745
8612
|
}
|
|
6746
8613
|
|
|
6747
|
-
function _templateObject$
|
|
8614
|
+
function _templateObject$k() {
|
|
6748
8615
|
var data = _taggedTemplateLiteralLoose(["\n display: flex;\n"]);
|
|
6749
8616
|
|
|
6750
|
-
_templateObject$
|
|
8617
|
+
_templateObject$k = function _templateObject() {
|
|
6751
8618
|
return data;
|
|
6752
8619
|
};
|
|
6753
8620
|
|
|
@@ -6778,22 +8645,22 @@ var MessageWrapper =
|
|
|
6778
8645
|
/*#__PURE__*/
|
|
6779
8646
|
css(
|
|
6780
8647
|
/*#__PURE__*/
|
|
6781
|
-
_templateObject$
|
|
8648
|
+
_templateObject$k());
|
|
6782
8649
|
var MessageContent =
|
|
6783
8650
|
/*#__PURE__*/
|
|
6784
8651
|
css(
|
|
6785
8652
|
/*#__PURE__*/
|
|
6786
|
-
_templateObject2$
|
|
8653
|
+
_templateObject2$9());
|
|
6787
8654
|
var TitleStyle =
|
|
6788
8655
|
/*#__PURE__*/
|
|
6789
8656
|
css(
|
|
6790
8657
|
/*#__PURE__*/
|
|
6791
|
-
_templateObject3$
|
|
8658
|
+
_templateObject3$3());
|
|
6792
8659
|
var IconWrapper =
|
|
6793
8660
|
/*#__PURE__*/
|
|
6794
8661
|
styled$1.div(
|
|
6795
8662
|
/*#__PURE__*/
|
|
6796
|
-
_templateObject4$
|
|
8663
|
+
_templateObject4$3(), function (props) {
|
|
6797
8664
|
return props.color;
|
|
6798
8665
|
});
|
|
6799
8666
|
|
|
@@ -6935,30 +8802,30 @@ var Link$1 = {
|
|
|
6935
8802
|
}
|
|
6936
8803
|
};
|
|
6937
8804
|
|
|
6938
|
-
function _templateObject3$
|
|
8805
|
+
function _templateObject3$4() {
|
|
6939
8806
|
var data = _taggedTemplateLiteralLoose(["\n width: 24px;\n height: 24px;\n display: flex;\n align-items: center;\n justify-content: center;\n color: ", ";\n"]);
|
|
6940
8807
|
|
|
6941
|
-
_templateObject3$
|
|
8808
|
+
_templateObject3$4 = function _templateObject3() {
|
|
6942
8809
|
return data;
|
|
6943
8810
|
};
|
|
6944
8811
|
|
|
6945
8812
|
return data;
|
|
6946
8813
|
}
|
|
6947
8814
|
|
|
6948
|
-
function _templateObject2$
|
|
8815
|
+
function _templateObject2$a() {
|
|
6949
8816
|
var data = _taggedTemplateLiteralLoose(["\n padding: 8px;\n display: inline-block;\n cursor: pointer;\n"]);
|
|
6950
8817
|
|
|
6951
|
-
_templateObject2$
|
|
8818
|
+
_templateObject2$a = function _templateObject2() {
|
|
6952
8819
|
return data;
|
|
6953
8820
|
};
|
|
6954
8821
|
|
|
6955
8822
|
return data;
|
|
6956
8823
|
}
|
|
6957
8824
|
|
|
6958
|
-
function _templateObject$
|
|
8825
|
+
function _templateObject$l() {
|
|
6959
8826
|
var data = _taggedTemplateLiteralLoose(["\n background-color: white;\n transition: transform ", ";\n transform: translateX(", ");\n position: fixed;\n ", ";\n bottom: 0;\n top: 0;\n min-width: ", "px;\n height: 100%;\n z-index: ", ";\n"]);
|
|
6960
8827
|
|
|
6961
|
-
_templateObject$
|
|
8828
|
+
_templateObject$l = function _templateObject() {
|
|
6962
8829
|
return data;
|
|
6963
8830
|
};
|
|
6964
8831
|
|
|
@@ -7020,17 +8887,17 @@ var StyledSideMenu =
|
|
|
7020
8887
|
/*#__PURE__*/
|
|
7021
8888
|
styled$1.section(
|
|
7022
8889
|
/*#__PURE__*/
|
|
7023
|
-
_templateObject$
|
|
8890
|
+
_templateObject$l(), duration, translateOffset, position, width, theme$1.zIndex.appBar);
|
|
7024
8891
|
var StyledIconWrapper =
|
|
7025
8892
|
/*#__PURE__*/
|
|
7026
8893
|
styled$1.div(
|
|
7027
8894
|
/*#__PURE__*/
|
|
7028
|
-
_templateObject2$
|
|
8895
|
+
_templateObject2$a());
|
|
7029
8896
|
var IconStyle =
|
|
7030
8897
|
/*#__PURE__*/
|
|
7031
8898
|
css(
|
|
7032
8899
|
/*#__PURE__*/
|
|
7033
|
-
_templateObject3$
|
|
8900
|
+
_templateObject3$4(), theme$1.color.primary["default"]);
|
|
7034
8901
|
|
|
7035
8902
|
var SlidingSideMenu = function SlidingSideMenu(_ref) {
|
|
7036
8903
|
var children = _ref.children,
|
|
@@ -7151,10 +9018,10 @@ var Divider$1 = function Divider(props) {
|
|
|
7151
9018
|
|
|
7152
9019
|
var boxShadowForMenu = "0 1px 6px 0 rgba(69, 69, 69, 0.2),\n0 1px 5px 0 rgba(69, 69, 69, 0.1)";
|
|
7153
9020
|
|
|
7154
|
-
function _templateObject$
|
|
9021
|
+
function _templateObject$m() {
|
|
7155
9022
|
var data = _taggedTemplateLiteralLoose(["\n @import url('https://fonts.googleapis.com/css?family=Noto+Sans+TC:400,500,700|Roboto:400,500,700&display=swap&subset=chinese-traditional');\n "]);
|
|
7156
9023
|
|
|
7157
|
-
_templateObject$
|
|
9024
|
+
_templateObject$m = function _templateObject() {
|
|
7158
9025
|
return data;
|
|
7159
9026
|
};
|
|
7160
9027
|
|
|
@@ -7174,7 +9041,7 @@ var muiThemeForSurveyCake =
|
|
|
7174
9041
|
/*#__PURE__*/
|
|
7175
9042
|
function () {
|
|
7176
9043
|
// Side Effects
|
|
7177
|
-
injectGlobal(_templateObject$
|
|
9044
|
+
injectGlobal(_templateObject$m());
|
|
7178
9045
|
var BASE_FONT_SIZE = 16;
|
|
7179
9046
|
return createTheme({
|
|
7180
9047
|
typography: {
|
|
@@ -8375,5 +10242,5 @@ WordingProvider.useWording = function () {
|
|
|
8375
10242
|
return useContext(WordingContext);
|
|
8376
10243
|
};
|
|
8377
10244
|
|
|
8378
|
-
export { AnimateHeight, ArrowRight, Avatar, Backdrop$1 as Backdrop, BrowserLight, Button$1 as Button, Card$1 as Card, CardActionArea$1 as CardActionArea, CardActions$1 as CardActions, CardContent, CardHeader, MuiCheckbox$1 as Checkbox, index$1 as Chip, DatePicker, Divider$1 as Divider, EditLight, EditableTable, GroupSelect, Icon$1 as Icon, InputSlider, KeyboardDatePicker, ListUl as ListUlFilled, Lock as LockFilled, MenuItem$1 as MenuItem, MenuList$1 as MenuList, api as Message, Modal, MuiThemeProvider, index$2 as Pagination, Paper, Popper$1 as Popper, Portal, QuestionCircleOutline, MuiRadio$1 as Radio, Radio$1 as RadioGroup, Select$1 as Select, index$5 as SlidingSideMenu, Snackbar$1 as Snackbar, index$4 as Step, index$3 as Stepper, Switch$1 as Switch, Tab$1 as Tab, Tabs$1 as Tabs, Tag, ToggleButtonGroup$1 as ToggleButtonGroup, Tooltip$1 as Tooltip, Typography$1 as Typography, index as V2, WordingProvider, AnalyticsLight as analyticsLight, AngleLeft as angleLeftFilled, AngleLeft$1 as angleLeftOutlined, AngleRight as angleRightFilled, AngleRight$1 as angleRightOutlined, ArrowAltLeft as arrowAltLeftFilled, BarChart$1 as barChartFilled, BracketsCurly as bracketsCurly, CalendarAlt as calendarAltOutlined, CaretDown$1 as caretDownFilled, CaretLeft as caretLeftFilled, CaretRight as caretRightFilled, CaretUp as caretUpFilled, CheckCircle as checkCircleFilled, CheckCircle$1 as checkCircleOutlined, Check as checkFilled, Check$1 as checkOutlined, CheckSquare as checkSquareFilled, ChevronDown as chevronDownOutlined, ChevronLeft as chevronLeftFilled, ChevronRight as chevronRightFilled, Clock as clockOutlined, Code as codeOutlined, CogLight as cogLight, CommentAltLines as commentAltLinesOutlined, theme$1 as defaultTheme, EllipsisH as ellipsisHFilled, EllipsisV as ellipsisVFilled, ExclamationCircle as exclamationCircleFilled, ExclamationCircle$1 as exclamationCircleOutlined, ExclamationTriangle as exclamationTriangleFilled, ExternalLinkLight as externalLinkLight, Facebook$1 as facebookBrand, FacebookIn as facebookIn, FileAlt as fileAltOutlined, FileCertificate as fileCertificateOutlined, Filter as filterOutlined, GlobalAsia as globalAsiaOutlined, HandPointer as handPointerFilled, HandPointer$1 as handPointerOutlined, Heart as heartFilled, Heart$1 as heartOutlined, hexToRgba, InfoCircle as infoCircleFilled, InfoCircle$1 as infoCircleOutlined, LinkLight as linkLight, Link$2 as linkOutlined, Linkedin as linkedinBrand, LinkedinIn as linkedinIn, Link$1 as listUlOutlined, LongArrowRight as longArrowRightOutlined, makeStyles, MinusLight as minusLightFilled, muiThemeForSurveyCake, PageBreak as pageBreak, PenLight as penLight, PlusCircle as plusCircleOutlined, Plus as plusFilled, PlusLight as plusLightFilled, QRCode as qrcodeOutlined, QuestionCircle as questionCircleFilled, Redo as redoOutlined, Search as searchFilled, SearchLight as searchLightOutlined, SortDown as sortDownFilled, Sort as sortFilled, SortUp as sortUpFilled, SpinnerThird as spinnerThirdOutlined, Square as squareOutlined, Star as starFilled, Star$1 as starOutlined, ThLarge as thLargeOutLined, ThumbUp as thumbUpFilled, ThumbUp$1 as thumbUpOutlined, TimesCircle as timesCircleFilled, TimesCircle$1 as timesCircleOutlined, Times as timesOutlined, TrashAltRegular as trashAltRegular, Twitter as twitterBrand, TwitterIn as twitterIn, useTheme, User as userFilled, UserPlus as userPlusFilled, UserPlus$1 as userPlusOutlined, Users as usersFilled, withMuiPickersUtilsProvider };
|
|
10245
|
+
export { AnimateHeight, ArrowRight, Avatar, Backdrop$1 as Backdrop, BrowserLight, Button$1 as Button, Card$1 as Card, CardActionArea$1 as CardActionArea, CardActions$1 as CardActions, CardContent, CardHeader, MuiCheckbox$1 as Checkbox, index$1 as Chip, DatePicker, Divider$1 as Divider, EditLight, EditableTable, GroupSelect, Icon$1 as Icon, InputSlider, KeyboardDatePicker, ListUl as ListUlFilled, Lock as LockFilled, MenuItem$1 as MenuItem, MenuList$1 as MenuList, api as Message, Modal, MuiThemeProvider, index$2 as Pagination, Paper, Popper$1 as Popper, Portal, QuestionCircleOutline, MuiRadio$1 as Radio, Radio$1 as RadioGroup, Select$1 as Select, index$5 as SlidingSideMenu, Snackbar$1 as Snackbar, index$4 as Step, index$3 as Stepper, Switch$1 as Switch, Tab$1 as Tab, Tabs$1 as Tabs, Tag, ToggleButtonGroup$1 as ToggleButtonGroup, Tooltip$1 as Tooltip, Typography$1 as Typography, index as V2, WordingProvider, AnalyticsLight as analyticsLight, AngleLeft as angleLeftFilled, AngleLeft$1 as angleLeftOutlined, AngleRight as angleRightFilled, AngleRight$1 as angleRightOutlined, ArrowAltLeft as arrowAltLeftFilled, BarChart$1 as barChartFilled, BracketsCurly as bracketsCurly, cache, CalendarAlt as calendarAltOutlined, CaretDown$1 as caretDownFilled, CaretLeft as caretLeftFilled, CaretRight as caretRightFilled, CaretUp as caretUpFilled, CheckCircle as checkCircleFilled, CheckCircle$1 as checkCircleOutlined, Check as checkFilled, Check$1 as checkOutlined, CheckSquare as checkSquareFilled, ChevronDown as chevronDownOutlined, ChevronLeft as chevronLeftFilled, ChevronRight as chevronRightFilled, Clock as clockOutlined, Code as codeOutlined, CogLight as cogLight, CommentAltLines as commentAltLinesOutlined, css, cx, theme$1 as defaultTheme, EllipsisH as ellipsisHFilled, EllipsisV as ellipsisVFilled, ExclamationCircle as exclamationCircleFilled, ExclamationCircle$1 as exclamationCircleOutlined, ExclamationTriangle as exclamationTriangleFilled, ExternalLinkLight as externalLinkLight, Facebook$1 as facebookBrand, FacebookIn as facebookIn, FileAlt as fileAltOutlined, FileCertificate as fileCertificateOutlined, Filter as filterOutlined, flush, getRegisteredStyles, GlobalAsia as globalAsiaOutlined, HandPointer as handPointerFilled, HandPointer$1 as handPointerOutlined, Heart as heartFilled, Heart$1 as heartOutlined, hexToRgba, hydrate, InfoCircle as infoCircleFilled, InfoCircle$1 as infoCircleOutlined, injectGlobal, keyframes, LinkLight as linkLight, Link$2 as linkOutlined, Linkedin as linkedinBrand, LinkedinIn as linkedinIn, Link$1 as listUlOutlined, LongArrowRight as longArrowRightOutlined, makeStyles, merge, MinusLight as minusLightFilled, muiThemeForSurveyCake, PageBreak as pageBreak, PenLight as penLight, PlusCircle as plusCircleOutlined, Plus as plusFilled, PlusLight as plusLightFilled, QRCode as qrcodeOutlined, QuestionCircle as questionCircleFilled, Redo as redoOutlined, Search as searchFilled, SearchLight as searchLightOutlined, sheet, SortDown as sortDownFilled, Sort as sortFilled, SortUp as sortUpFilled, SpinnerThird as spinnerThirdOutlined, Square as squareOutlined, Star as starFilled, Star$1 as starOutlined, ThLarge as thLargeOutLined, ThumbUp as thumbUpFilled, ThumbUp$1 as thumbUpOutlined, TimesCircle as timesCircleFilled, TimesCircle$1 as timesCircleOutlined, Times as timesOutlined, TrashAltRegular as trashAltRegular, Twitter as twitterBrand, TwitterIn as twitterIn, useTheme, User as userFilled, UserPlus as userPlusFilled, UserPlus$1 as userPlusOutlined, Users as usersFilled, withMuiPickersUtilsProvider };
|
|
8379
10246
|
//# sourceMappingURL=rc.esm.js.map
|