@sis-cc/dotstatsuite-visions 11.4.2 → 12.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/es/AdvancedFilterDialog/AdvancedFilterDialog.js +17 -15
- package/es/AdvancedFilterDialog/SelectionModeMenu.js +5 -5
- package/es/Alert/Alert.js +46 -45
- package/es/Alert/index.js +10 -10
- package/es/ApiQueries/ApiQueries.js +4 -4
- package/es/ApiQueries/Query.js +4 -4
- package/es/AuthDialog/index.js +9 -9
- package/es/Breadcrumbs/Breadcrumbs.js +5 -5
- package/es/Breadcrumbs/index.js +27 -27
- package/es/Button/Button.js +2 -2
- package/es/Button/index.js +49 -49
- package/es/ChartsConfig/ChartsConfig.js +5 -5
- package/es/ChartsConfig/Input.js +9 -8
- package/es/ChartsConfig/InputProxy.js +1 -1
- package/es/ChartsConfig/Title.js +2 -2
- package/es/ChartsConfig/index.js +210 -210
- package/es/Chips/CustomChip.js +6 -5
- package/es/Chips/DeleteChip.js +1 -1
- package/es/Chips/GroupedChips.js +2 -1
- package/es/Chips/index.js +65 -65
- package/es/Chips/styles.js +2 -2
- package/es/CollapseButtons/CollapseButtons.js +6 -6
- package/es/CollapseButtons/Item.js +5 -5
- package/es/CollapseButtons/Paper.js +3 -3
- package/es/CollapseButtons/index.js +87 -87
- package/es/CollapsibleTree/Collapse.js +6 -5
- package/es/CollapsibleTree/CollapsibleTree.js +11 -11
- package/es/CollapsibleTree/index.js +46 -46
- package/es/Contact/Contact.js +2 -2
- package/es/Contact/Input.js +6 -6
- package/es/Contact/Mode.js +8 -7
- package/es/DataEdit/DataEdit.js +4 -4
- package/es/DataEdit/Input.js +9 -8
- package/es/DataFooter/DataFooter.js +6 -6
- package/es/DataFooter/index.js +30 -30
- package/es/DataHeader/DataHeader.js +6 -4
- package/es/Dataflow/Dataflow.js +12 -12
- package/es/Dataflow/index.js +59 -59
- package/es/ExpansionPanel/ExpansionPanel.js +10 -9
- package/es/ExpansionPanel/styles.js +1 -1
- package/es/HierarchicalFilter/HierarchicalFilter.js +3 -3
- package/es/Icons/AccessibilityFilled.js +1 -1
- package/es/Icons/AccessibilityOutlined.js +1 -1
- package/es/Icons/AccountFilled.js +1 -1
- package/es/Icons/AccountOutlined.js +1 -1
- package/es/Icons/Api.js +1 -1
- package/es/Icons/Asterisk.js +1 -1
- package/es/Icons/Bar.js +1 -1
- package/es/Icons/CopyContent.js +1 -1
- package/es/Icons/Cross.js +1 -1
- package/es/Icons/HSymbol.js +1 -1
- package/es/Icons/Row.js +1 -1
- package/es/Icons/Scatter.js +1 -1
- package/es/Icons/StackedBar.js +1 -1
- package/es/Icons/StackedRow.js +1 -1
- package/es/Icons/Timeline.js +1 -1
- package/es/Icons/VSymbol.js +1 -1
- package/es/Icons/Warning.js +1 -1
- package/es/Icons/index.js +9 -9
- package/es/Input/Input.js +6 -6
- package/es/Input/index.js +23 -23
- package/es/InputNumber/InputNumber.js +4 -4
- package/es/InputNumber/index.js +20 -20
- package/es/LabelDivider/LabelDivider.js +2 -2
- package/es/LabelDivider/index.js +29 -29
- package/es/Loading/Loading.js +2 -2
- package/es/Logo/Logo.js +1 -1
- package/es/Logo/index.js +15 -15
- package/es/Mode/Mode.js +4 -5
- package/es/NoData/NoData.js +3 -3
- package/es/Pagination/Pagination.js +9 -9
- package/es/Pagination/index.js +28 -28
- package/es/PeriodPicker/PeriodPicker.js +1 -1
- package/es/PeriodPicker/index.js +23 -23
- package/es/PeriodPicker/styles.js +1 -1
- package/es/ScopeList/Header.js +3 -3
- package/es/ScopeList/Item.js +6 -6
- package/es/ScopeList/ScopeList.js +7 -7
- package/es/ScopeList/Selection.js +7 -7
- package/es/ScopeList/styles.js +1 -1
- package/es/Select/Select.js +4 -4
- package/es/Select/index.js +30 -30
- package/es/Share/Form.js +4 -4
- package/es/Share/Mode.js +8 -7
- package/es/Share/Share.js +3 -3
- package/es/Share/index.js +61 -61
- package/es/ShortUrls/ShortUrls.js +10 -10
- package/es/SisccFooter/SisccFooter.js +6 -5
- package/es/Spotlight/Fields.js +4 -4
- package/es/Spotlight/Spotlight.js +13 -11
- package/es/Spotlight/index.js +72 -72
- package/es/Spotlight/useStyles.js +1 -1
- package/es/TableFooter/TableFooter.js +3 -4
- package/es/TableHeader/TableHeader.js +3 -3
- package/es/TableHtml5/TableHtml5.js +2 -2
- package/es/TableHtml5/cell.js +5 -4
- package/es/TableHtml5/flags.js +5 -5
- package/es/TableHtml5/header.js +6 -5
- package/es/TableHtml5/section.js +8 -7
- package/es/TableHtml5/sectionHeader.js +6 -5
- package/es/TableHtml5/subHeader.js +7 -6
- package/es/TableLayout/Box.js +5 -4
- package/es/TableLayout/DnDItem.js +10 -9
- package/es/TableLayout/TableLayout.js +12 -11
- package/es/TablePreview/TablePreview.js +4 -4
- package/es/TablePreview/lib.js +1 -1
- package/es/TablePreview/styles.js +1 -1
- package/es/Tag/Tag.js +2 -2
- package/es/Tag/index.js +27 -27
- package/es/ToggleButton/ToggleButton.js +4 -4
- package/es/ToggleButton/index.js +47 -47
- package/es/Tooltip/Tooltip.js +5 -7
- package/es/Tooltip/index.js +33 -33
- package/es/UserRightForm/Input.js +6 -6
- package/es/UserRightForm/Permissions.js +5 -5
- package/es/UserRightForm/PermsissionsTabs.js +2 -2
- package/es/UserRightForm/UserRightForm.js +2 -3
- package/es/VerticalButton/VerticalButton.js +7 -5
- package/es/VirtualizedTree/Item.js +9 -9
- package/es/VirtualizedTree/VirtualizedTree.js +3 -3
- package/es/theme.js +82 -57
- package/lib/AdvancedFilterDialog/AdvancedFilterDialog.js +21 -17
- package/lib/AdvancedFilterDialog/SelectionModeMenu.js +5 -5
- package/lib/Alert/Alert.js +50 -46
- package/lib/ApiQueries/ApiQueries.js +7 -5
- package/lib/ApiQueries/Query.js +7 -5
- package/lib/AuthDialog/index.js +12 -10
- package/lib/Breadcrumbs/Breadcrumbs.js +8 -6
- package/lib/Button/Button.js +5 -3
- package/lib/ChartsConfig/ChartsConfig.js +16 -14
- package/lib/ChartsConfig/Input.js +12 -9
- package/lib/ChartsConfig/InputProxy.js +2 -2
- package/lib/ChartsConfig/Title.js +7 -5
- package/lib/Chips/CustomChip.js +10 -6
- package/lib/Chips/DeleteChip.js +6 -4
- package/lib/Chips/GroupedChips.js +6 -2
- package/lib/Chips/styles.js +2 -2
- package/lib/CollapseButtons/CollapseButtons.js +9 -7
- package/lib/CollapseButtons/Item.js +8 -6
- package/lib/CollapseButtons/Paper.js +6 -4
- package/lib/CollapsibleTree/Collapse.js +10 -6
- package/lib/CollapsibleTree/CollapsibleTree.js +14 -12
- package/lib/Contact/Contact.js +28 -26
- package/lib/Contact/Input.js +9 -7
- package/lib/Contact/Mode.js +12 -8
- package/lib/DataEdit/DataEdit.js +4 -4
- package/lib/DataEdit/Input.js +12 -9
- package/lib/DataFooter/DataFooter.js +10 -7
- package/lib/DataHeader/DataHeader.js +10 -4
- package/lib/Dataflow/Dataflow.js +15 -13
- package/lib/ExpansionPanel/ExpansionPanel.js +13 -11
- package/lib/ExpansionPanel/styles.js +6 -2
- package/lib/HierarchicalFilter/HierarchicalFilter.js +4 -4
- package/lib/Icons/AccessibilityFilled.js +1 -1
- package/lib/Icons/AccessibilityOutlined.js +1 -1
- package/lib/Icons/AccountFilled.js +1 -1
- package/lib/Icons/AccountOutlined.js +1 -1
- package/lib/Icons/Api.js +1 -1
- package/lib/Icons/Asterisk.js +1 -1
- package/lib/Icons/Bar.js +1 -1
- package/lib/Icons/CopyContent.js +1 -1
- package/lib/Icons/Cross.js +1 -1
- package/lib/Icons/HSymbol.js +1 -1
- package/lib/Icons/Row.js +1 -1
- package/lib/Icons/Scatter.js +1 -1
- package/lib/Icons/StackedBar.js +1 -1
- package/lib/Icons/StackedRow.js +1 -1
- package/lib/Icons/Timeline.js +1 -1
- package/lib/Icons/VSymbol.js +1 -1
- package/lib/Icons/Warning.js +1 -1
- package/lib/Input/Input.js +9 -7
- package/lib/InputNumber/InputNumber.js +7 -5
- package/lib/LabelDivider/LabelDivider.js +5 -3
- package/lib/Loading/Loading.js +5 -3
- package/lib/Logo/Logo.js +4 -2
- package/lib/Mode/Mode.js +7 -6
- package/lib/NoData/NoData.js +6 -4
- package/lib/Pagination/Pagination.js +13 -9
- package/lib/PeriodPicker/PeriodPicker.js +1 -1
- package/lib/PeriodPicker/styles.js +6 -2
- package/lib/ScopeList/Header.js +3 -3
- package/lib/ScopeList/Item.js +6 -6
- package/lib/ScopeList/ScopeList.js +8 -8
- package/lib/ScopeList/Selection.js +7 -7
- package/lib/ScopeList/styles.js +6 -2
- package/lib/Select/Select.js +9 -7
- package/lib/Share/Form.js +7 -5
- package/lib/Share/Mode.js +12 -8
- package/lib/Share/Share.js +6 -4
- package/lib/ShortUrls/ShortUrls.js +14 -12
- package/lib/SisccFooter/SisccFooter.js +10 -6
- package/lib/Spotlight/Fields.js +4 -4
- package/lib/Spotlight/Spotlight.js +13 -11
- package/lib/Spotlight/useStyles.js +6 -2
- package/lib/TableFooter/TableFooter.js +6 -5
- package/lib/TableHeader/TableHeader.js +6 -4
- package/lib/TableHtml5/TableHtml5.js +5 -3
- package/lib/TableHtml5/cell.js +9 -5
- package/lib/TableHtml5/flags.js +11 -8
- package/lib/TableHtml5/header.js +10 -6
- package/lib/TableHtml5/section.js +12 -8
- package/lib/TableHtml5/sectionHeader.js +10 -6
- package/lib/TableHtml5/subHeader.js +11 -7
- package/lib/TableLayout/Box.js +17 -13
- package/lib/TableLayout/DnDItem.js +13 -10
- package/lib/TableLayout/TableLayout.js +16 -14
- package/lib/TablePreview/TablePreview.js +4 -4
- package/lib/TablePreview/lib.js +1 -1
- package/lib/TablePreview/styles.js +6 -2
- package/lib/Tag/Tag.js +5 -3
- package/lib/ToggleButton/ToggleButton.js +7 -5
- package/lib/Tooltip/Tooltip.js +8 -8
- package/lib/UserRightForm/Input.js +9 -7
- package/lib/UserRightForm/Permissions.js +20 -18
- package/lib/UserRightForm/PermsissionsTabs.js +12 -10
- package/lib/UserRightForm/UserRightForm.js +36 -35
- package/lib/VerticalButton/VerticalButton.js +10 -6
- package/lib/VirtualizedTree/Item.js +8 -8
- package/lib/VirtualizedTree/VirtualizedTree.js +4 -4
- package/lib/theme.js +82 -57
- package/package.json +10 -5
- package/umd/@sis-cc/dotstatsuite-visions.js +60498 -53550
- package/umd/@sis-cc/dotstatsuite-visions.min.js +129 -53
- package/umd/@sis-cc/dotstatsuite-visions.min.js.map +1 -1
package/es/Dataflow/index.js
CHANGED
|
@@ -1,62 +1,62 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Without onDownload the button download will disappear
|
|
3
|
-
*
|
|
4
|
-
* @demoReady
|
|
5
|
-
* @memberOf VISIONS
|
|
6
|
-
* @name Dataflow
|
|
7
|
-
* @tag component
|
|
8
|
-
* @api public
|
|
9
|
-
* @props
|
|
10
|
-
* Dataflow.propTypes = {
|
|
11
|
-
* id: PropTypes.string,
|
|
12
|
-
* testId: PropTypes.string,
|
|
13
|
-
* title: PropTypes.string,
|
|
14
|
-
* body: PropTypes.shape({
|
|
15
|
-
* description: PropTypes.oneOfType([PropTypes.string, PropTypes.element]),
|
|
16
|
-
* highlightDescription: PropTypes.oneOfType([PropTypes.string, PropTypes.element]),
|
|
17
|
-
* }),
|
|
18
|
-
* url: PropTypes.string,
|
|
19
|
-
* handleUrl: PropTypes.func,
|
|
20
|
-
* label: PropTypes.string,
|
|
21
|
-
* labels: PropTypes.shape({
|
|
22
|
-
* source: PropTypes.oneOfType([PropTypes.string, PropTypes.element]),
|
|
23
|
-
* lastUpdated: PropTypes.oneOfType([PropTypes.string, PropTypes.element]),
|
|
24
|
-
* readMore: PropTypes.oneOfType([PropTypes.string, PropTypes.element]),
|
|
25
|
-
* note: PropTypes.oneOfType([PropTypes.string, PropTypes.element]),
|
|
26
|
-
* date: PropTypes.oneOfType([PropTypes.string, PropTypes.element]),
|
|
27
|
-
* }),
|
|
28
|
-
* dimensions: PropTypes.array,
|
|
29
|
-
* highlights: PropTypes.array,
|
|
30
|
-
* categories: PropTypes.array,
|
|
31
|
-
* HTMLRenderer: PropTypes.func,
|
|
32
|
-
* };
|
|
33
|
-
*
|
|
34
|
-
* @theme
|
|
35
|
-
* {
|
|
36
|
-
* palette: {
|
|
37
|
-
* primary: {
|
|
38
|
-
* light: // title hover. globale override: outerPalette.primaryLight
|
|
39
|
-
* },
|
|
40
|
-
* highlight: {
|
|
41
|
-
* hl3: // background color for highlighting words. globale override: outerPalette.highlight2
|
|
42
|
-
* hl2: // color to underline highlighted words. globale override: outerPalette.highlight3
|
|
43
|
-
* },
|
|
44
|
-
* success: {
|
|
45
|
-
* main: // used if hl3 is null
|
|
46
|
-
* dark: // used if hl2 is null
|
|
47
|
-
* },
|
|
48
|
-
* grey: {
|
|
49
|
-
* "A200": // fade content color
|
|
50
|
-
* 700: // color of the divider and muted text*
|
|
51
|
-
* 800: // open text description color. globale override: outerPalette.textLight
|
|
52
|
-
* }
|
|
53
|
-
* }
|
|
54
|
-
* }
|
|
55
|
-
* *muted text is when the description is not open
|
|
56
|
-
* @testId
|
|
57
|
-
* root: [testId]
|
|
58
|
-
* title: [testId]_title
|
|
59
|
-
* highlight: [testId]_highlight_[highlights[field]]
|
|
1
|
+
/**
|
|
2
|
+
* Without onDownload the button download will disappear
|
|
3
|
+
*
|
|
4
|
+
* @demoReady
|
|
5
|
+
* @memberOf VISIONS
|
|
6
|
+
* @name Dataflow
|
|
7
|
+
* @tag component
|
|
8
|
+
* @api public
|
|
9
|
+
* @props
|
|
10
|
+
* Dataflow.propTypes = {
|
|
11
|
+
* id: PropTypes.string,
|
|
12
|
+
* testId: PropTypes.string,
|
|
13
|
+
* title: PropTypes.string,
|
|
14
|
+
* body: PropTypes.shape({
|
|
15
|
+
* description: PropTypes.oneOfType([PropTypes.string, PropTypes.element]),
|
|
16
|
+
* highlightDescription: PropTypes.oneOfType([PropTypes.string, PropTypes.element]),
|
|
17
|
+
* }),
|
|
18
|
+
* url: PropTypes.string,
|
|
19
|
+
* handleUrl: PropTypes.func,
|
|
20
|
+
* label: PropTypes.string,
|
|
21
|
+
* labels: PropTypes.shape({
|
|
22
|
+
* source: PropTypes.oneOfType([PropTypes.string, PropTypes.element]),
|
|
23
|
+
* lastUpdated: PropTypes.oneOfType([PropTypes.string, PropTypes.element]),
|
|
24
|
+
* readMore: PropTypes.oneOfType([PropTypes.string, PropTypes.element]),
|
|
25
|
+
* note: PropTypes.oneOfType([PropTypes.string, PropTypes.element]),
|
|
26
|
+
* date: PropTypes.oneOfType([PropTypes.string, PropTypes.element]),
|
|
27
|
+
* }),
|
|
28
|
+
* dimensions: PropTypes.array,
|
|
29
|
+
* highlights: PropTypes.array,
|
|
30
|
+
* categories: PropTypes.array,
|
|
31
|
+
* HTMLRenderer: PropTypes.func,
|
|
32
|
+
* };
|
|
33
|
+
*
|
|
34
|
+
* @theme
|
|
35
|
+
* {
|
|
36
|
+
* palette: {
|
|
37
|
+
* primary: {
|
|
38
|
+
* light: // title hover. globale override: outerPalette.primaryLight
|
|
39
|
+
* },
|
|
40
|
+
* highlight: {
|
|
41
|
+
* hl3: // background color for highlighting words. globale override: outerPalette.highlight2
|
|
42
|
+
* hl2: // color to underline highlighted words. globale override: outerPalette.highlight3
|
|
43
|
+
* },
|
|
44
|
+
* success: {
|
|
45
|
+
* main: // used if hl3 is null
|
|
46
|
+
* dark: // used if hl2 is null
|
|
47
|
+
* },
|
|
48
|
+
* grey: {
|
|
49
|
+
* "A200": // fade content color
|
|
50
|
+
* 700: // color of the divider and muted text*
|
|
51
|
+
* 800: // open text description color. globale override: outerPalette.textLight
|
|
52
|
+
* }
|
|
53
|
+
* }
|
|
54
|
+
* }
|
|
55
|
+
* *muted text is when the description is not open
|
|
56
|
+
* @testId
|
|
57
|
+
* root: [testId]
|
|
58
|
+
* title: [testId]_title
|
|
59
|
+
* highlight: [testId]_highlight_[highlights[field]]
|
|
60
60
|
*/
|
|
61
61
|
|
|
62
62
|
export { default } from './Dataflow';
|
|
@@ -2,13 +2,14 @@ import React from 'react';
|
|
|
2
2
|
import * as R from 'ramda';
|
|
3
3
|
import cx from 'classnames';
|
|
4
4
|
import PropTypes from 'prop-types';
|
|
5
|
-
import Accordion from '@material
|
|
6
|
-
import AccordionSummary from '@material
|
|
7
|
-
import AccordionDetails from '@material
|
|
8
|
-
import Typography from '@material
|
|
9
|
-
import Grid from '@material
|
|
10
|
-
import ExpandMoreIcon from '@
|
|
11
|
-
import HelpIcon from '@
|
|
5
|
+
import Accordion from '@mui/material/Accordion';
|
|
6
|
+
import AccordionSummary from '@mui/material/AccordionSummary';
|
|
7
|
+
import AccordionDetails from '@mui/material/AccordionDetails';
|
|
8
|
+
import Typography from '@mui/material/Typography';
|
|
9
|
+
import Grid from '@mui/material/Grid';
|
|
10
|
+
import ExpandMoreIcon from '@mui/icons-material/ExpandMore';
|
|
11
|
+
import HelpIcon from '@mui/icons-material/EmojiObjects';
|
|
12
|
+
import { visuallyHidden } from '@mui/utils';
|
|
12
13
|
import { useStyles } from './styles';
|
|
13
14
|
import { withBlank } from '../utils';
|
|
14
15
|
import Tooltip from '../Tooltip';
|
|
@@ -62,7 +63,7 @@ var CustomExpansionPanel = function CustomExpansionPanel(_ref) {
|
|
|
62
63
|
className: cx(classes.container, (_cx2 = {}, _cx2[classes.moreFiltersContainer] = moreFilters, _cx2)),
|
|
63
64
|
classes: {
|
|
64
65
|
content: cx(classes.content, classes.ellipsis, (_cx3 = {}, _cx3[classes.moreFiltersContent] = moreFilters, _cx3)),
|
|
65
|
-
|
|
66
|
+
expandIconWrapper: cx(classes.iconSummaryPanel, (_cx4 = {}, _cx4[classes.moreFiltersExpandIcon] = moreFilters, _cx4))
|
|
66
67
|
},
|
|
67
68
|
expandIcon: React.createElement(ExpandMoreIcon, null),
|
|
68
69
|
'aria-controls': id,
|
|
@@ -74,7 +75,7 @@ var CustomExpansionPanel = function CustomExpansionPanel(_ref) {
|
|
|
74
75
|
{ container: true, item: true, className: classes.ellipsis },
|
|
75
76
|
isPinned && React.createElement(
|
|
76
77
|
Typography,
|
|
77
|
-
{
|
|
78
|
+
{ style: visuallyHidden },
|
|
78
79
|
pinnedLabel
|
|
79
80
|
),
|
|
80
81
|
React.createElement(
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
var _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; };
|
|
2
2
|
|
|
3
3
|
import * as R from 'ramda';
|
|
4
|
-
import
|
|
4
|
+
import makeStyles from '@mui/styles/makeStyles';
|
|
5
5
|
|
|
6
6
|
export var useStyles = makeStyles(function (theme) {
|
|
7
7
|
return {
|
|
@@ -3,14 +3,14 @@ var _extends = Object.assign || function (target) { for (var i = 1; i < argument
|
|
|
3
3
|
import React, { Fragment } from 'react';
|
|
4
4
|
import PropTypes from 'prop-types';
|
|
5
5
|
import * as R from 'ramda';
|
|
6
|
-
import Container from '@material
|
|
7
|
-
import ZoomOutMapIcon from '@
|
|
6
|
+
import Container from '@mui/material/Container';
|
|
7
|
+
import ZoomOutMapIcon from '@mui/icons-material/ZoomOutMap';
|
|
8
8
|
import { ExpansionPanel, Tag as InternalTag, VerticalButton, Spotlight, VirtualizedTree, Tooltip } from '../';
|
|
9
9
|
import { withExpansionTree } from '../VirtualizedTree/withExpansionTree';
|
|
10
10
|
import { withSpotlight } from '../VirtualizedTree/withSpotlight';
|
|
11
11
|
import { getEvolvedDisableAccessor } from '../VirtualizedTree/utils';
|
|
12
12
|
import { useStyles } from '../ScopeList/styles';
|
|
13
|
-
import { useTheme } from '@material
|
|
13
|
+
import { useTheme } from '@mui/material';
|
|
14
14
|
import { getIsRtl } from '../utils';
|
|
15
15
|
|
|
16
16
|
var getCounter = function getCounter(items, disableAccessor, tagAccessor) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
var _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; };
|
|
2
2
|
|
|
3
3
|
import React from 'react';
|
|
4
|
-
import SvgIcon from '@material
|
|
4
|
+
import SvgIcon from '@mui/material/SvgIcon';
|
|
5
5
|
|
|
6
6
|
export default (function (props) {
|
|
7
7
|
return React.createElement(
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
var _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; };
|
|
2
2
|
|
|
3
3
|
import React from 'react';
|
|
4
|
-
import SvgIcon from '@material
|
|
4
|
+
import SvgIcon from '@mui/material/SvgIcon';
|
|
5
5
|
|
|
6
6
|
export default (function (props) {
|
|
7
7
|
return React.createElement(
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
var _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; };
|
|
2
2
|
|
|
3
3
|
import React from 'react';
|
|
4
|
-
import SvgIcon from '@material
|
|
4
|
+
import SvgIcon from '@mui/material/SvgIcon';
|
|
5
5
|
|
|
6
6
|
export default (function (props) {
|
|
7
7
|
return React.createElement(
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
var _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; };
|
|
2
2
|
|
|
3
3
|
import React from 'react';
|
|
4
|
-
import SvgIcon from '@material
|
|
4
|
+
import SvgIcon from '@mui/material/SvgIcon';
|
|
5
5
|
|
|
6
6
|
export default (function (props) {
|
|
7
7
|
return React.createElement(
|
package/es/Icons/Api.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
var _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; };
|
|
2
2
|
|
|
3
3
|
import React from 'react';
|
|
4
|
-
import SvgIcon from '@material
|
|
4
|
+
import SvgIcon from '@mui/material/SvgIcon';
|
|
5
5
|
|
|
6
6
|
export default (function (props) {
|
|
7
7
|
return React.createElement(
|
package/es/Icons/Asterisk.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
var _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; };
|
|
2
2
|
|
|
3
3
|
import React from 'react';
|
|
4
|
-
import SvgIcon from '@material
|
|
4
|
+
import SvgIcon from '@mui/material/SvgIcon';
|
|
5
5
|
|
|
6
6
|
export default (function (props) {
|
|
7
7
|
return React.createElement(
|
package/es/Icons/Bar.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
var _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; };
|
|
2
2
|
|
|
3
3
|
import React from 'react';
|
|
4
|
-
import SvgIcon from '@material
|
|
4
|
+
import SvgIcon from '@mui/material/SvgIcon';
|
|
5
5
|
|
|
6
6
|
export default (function (props) {
|
|
7
7
|
return React.createElement(
|
package/es/Icons/CopyContent.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
var _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; };
|
|
2
2
|
|
|
3
3
|
import React from 'react';
|
|
4
|
-
import SvgIcon from '@material
|
|
4
|
+
import SvgIcon from '@mui/material/SvgIcon';
|
|
5
5
|
|
|
6
6
|
export default (function (props) {
|
|
7
7
|
return React.createElement(
|
package/es/Icons/Cross.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
var _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; };
|
|
2
2
|
|
|
3
3
|
import React from 'react';
|
|
4
|
-
import SvgIcon from '@material
|
|
4
|
+
import SvgIcon from '@mui/material/SvgIcon';
|
|
5
5
|
|
|
6
6
|
export default (function (props) {
|
|
7
7
|
return React.createElement(
|
package/es/Icons/HSymbol.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
var _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; };
|
|
2
2
|
|
|
3
3
|
import React from 'react';
|
|
4
|
-
import SvgIcon from '@material
|
|
4
|
+
import SvgIcon from '@mui/material/SvgIcon';
|
|
5
5
|
|
|
6
6
|
export default (function (props) {
|
|
7
7
|
return React.createElement(
|
package/es/Icons/Row.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
var _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; };
|
|
2
2
|
|
|
3
3
|
import React from 'react';
|
|
4
|
-
import SvgIcon from '@material
|
|
4
|
+
import SvgIcon from '@mui/material/SvgIcon';
|
|
5
5
|
|
|
6
6
|
export default (function (props) {
|
|
7
7
|
return React.createElement(
|
package/es/Icons/Scatter.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
var _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; };
|
|
2
2
|
|
|
3
3
|
import React from 'react';
|
|
4
|
-
import SvgIcon from '@material
|
|
4
|
+
import SvgIcon from '@mui/material/SvgIcon';
|
|
5
5
|
|
|
6
6
|
export default (function (props) {
|
|
7
7
|
return React.createElement(
|
package/es/Icons/StackedBar.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
var _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; };
|
|
2
2
|
|
|
3
3
|
import React from 'react';
|
|
4
|
-
import SvgIcon from '@material
|
|
4
|
+
import SvgIcon from '@mui/material/SvgIcon';
|
|
5
5
|
|
|
6
6
|
export default (function (props) {
|
|
7
7
|
return React.createElement(
|
package/es/Icons/StackedRow.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
var _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; };
|
|
2
2
|
|
|
3
3
|
import React from 'react';
|
|
4
|
-
import SvgIcon from '@material
|
|
4
|
+
import SvgIcon from '@mui/material/SvgIcon';
|
|
5
5
|
|
|
6
6
|
export default (function (props) {
|
|
7
7
|
return React.createElement(
|
package/es/Icons/Timeline.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
var _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; };
|
|
2
2
|
|
|
3
3
|
import React from 'react';
|
|
4
|
-
import SvgIcon from '@material
|
|
4
|
+
import SvgIcon from '@mui/material/SvgIcon';
|
|
5
5
|
|
|
6
6
|
export default (function (props) {
|
|
7
7
|
return React.createElement(
|
package/es/Icons/VSymbol.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
var _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; };
|
|
2
2
|
|
|
3
3
|
import React from 'react';
|
|
4
|
-
import SvgIcon from '@material
|
|
4
|
+
import SvgIcon from '@mui/material/SvgIcon';
|
|
5
5
|
|
|
6
6
|
export default (function (props) {
|
|
7
7
|
return React.createElement(
|
package/es/Icons/Warning.js
CHANGED
|
@@ -3,7 +3,7 @@ var _extends = Object.assign || function (target) { for (var i = 1; i < argument
|
|
|
3
3
|
import React from 'react';
|
|
4
4
|
import PropTypes from 'prop-types';
|
|
5
5
|
import * as R from 'ramda';
|
|
6
|
-
import SvgIcon from '@material
|
|
6
|
+
import SvgIcon from '@mui/material/SvgIcon';
|
|
7
7
|
|
|
8
8
|
var WarningIcon = React.forwardRef(function (props, ref) {
|
|
9
9
|
return React.createElement(
|
package/es/Icons/index.js
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Set of custom icons not in MUI set, similar usage that MUI icon
|
|
3
|
-
*
|
|
4
|
-
* @memberOf VISIONS
|
|
5
|
-
* @name Icons
|
|
6
|
-
* @tag component
|
|
7
|
-
* @api public
|
|
8
|
-
*
|
|
9
|
-
* @demoReady
|
|
1
|
+
/**
|
|
2
|
+
* Set of custom icons not in MUI set, similar usage that MUI icon
|
|
3
|
+
*
|
|
4
|
+
* @memberOf VISIONS
|
|
5
|
+
* @name Icons
|
|
6
|
+
* @tag component
|
|
7
|
+
* @api public
|
|
8
|
+
*
|
|
9
|
+
* @demoReady
|
|
10
10
|
*/
|
|
11
11
|
|
|
12
12
|
export { default as VSymbol } from './VSymbol';
|
package/es/Input/Input.js
CHANGED
|
@@ -4,11 +4,11 @@ import React from 'react';
|
|
|
4
4
|
import PropTypes from 'prop-types';
|
|
5
5
|
import * as R from 'ramda';
|
|
6
6
|
import cx from 'classnames';
|
|
7
|
-
import
|
|
8
|
-
import TextField from '@material
|
|
9
|
-
import InputAdornment from '@material
|
|
10
|
-
import IconButton from '@material
|
|
11
|
-
import Done from '@
|
|
7
|
+
import makeStyles from '@mui/styles/makeStyles';
|
|
8
|
+
import TextField from '@mui/material/TextField';
|
|
9
|
+
import InputAdornment from '@mui/material/InputAdornment';
|
|
10
|
+
import IconButton from '@mui/material/IconButton';
|
|
11
|
+
import Done from '@mui/icons-material/Done';
|
|
12
12
|
import { withInput } from './with-input';
|
|
13
13
|
|
|
14
14
|
var useStyles = makeStyles(function () {
|
|
@@ -36,7 +36,7 @@ var RightIcon = function RightIcon(_ref2) {
|
|
|
36
36
|
IconButton,
|
|
37
37
|
{ color: 'primary', onClick: function onClick() {
|
|
38
38
|
return onSubmit();
|
|
39
|
-
} },
|
|
39
|
+
}, size: 'large' },
|
|
40
40
|
React.createElement(Icon, null)
|
|
41
41
|
);
|
|
42
42
|
};
|
package/es/Input/index.js
CHANGED
|
@@ -1,26 +1,26 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Input let users enter and edit text.
|
|
3
|
-
*
|
|
4
|
-
* @memberOf VISIONS
|
|
5
|
-
* @name Input
|
|
6
|
-
* @tag component
|
|
7
|
-
* @api public
|
|
8
|
-
* @props
|
|
9
|
-
* Input.propTypes = {
|
|
10
|
-
* id: PropTypes.string,
|
|
11
|
-
* label: PropTypes.string,
|
|
12
|
-
* placeholder: PropTypes.oneOfType([PropTypes.string, PropTypes.element]),
|
|
13
|
-
* leftIcon: PropTypes.object,
|
|
14
|
-
* rightIcon: PropTypes.object,
|
|
15
|
-
* value: PropTypes.oneOfType([PropTypes.string, PropTypes.number]),
|
|
16
|
-
* type: PropTypes.string,
|
|
17
|
-
* onChange: PropTypes.func,
|
|
18
|
-
* onSubmit: PropTypes.func,
|
|
19
|
-
* fullWidth: PropTypes.bool,
|
|
20
|
-
* inputProps: PropTypes.object,
|
|
21
|
-
* };
|
|
22
|
-
* @theme
|
|
23
|
-
* // no custom theme there
|
|
1
|
+
/**
|
|
2
|
+
* Input let users enter and edit text.
|
|
3
|
+
*
|
|
4
|
+
* @memberOf VISIONS
|
|
5
|
+
* @name Input
|
|
6
|
+
* @tag component
|
|
7
|
+
* @api public
|
|
8
|
+
* @props
|
|
9
|
+
* Input.propTypes = {
|
|
10
|
+
* id: PropTypes.string,
|
|
11
|
+
* label: PropTypes.string,
|
|
12
|
+
* placeholder: PropTypes.oneOfType([PropTypes.string, PropTypes.element]),
|
|
13
|
+
* leftIcon: PropTypes.object,
|
|
14
|
+
* rightIcon: PropTypes.object,
|
|
15
|
+
* value: PropTypes.oneOfType([PropTypes.string, PropTypes.number]),
|
|
16
|
+
* type: PropTypes.string,
|
|
17
|
+
* onChange: PropTypes.func,
|
|
18
|
+
* onSubmit: PropTypes.func,
|
|
19
|
+
* fullWidth: PropTypes.bool,
|
|
20
|
+
* inputProps: PropTypes.object,
|
|
21
|
+
* };
|
|
22
|
+
* @theme
|
|
23
|
+
* // no custom theme there
|
|
24
24
|
**/
|
|
25
25
|
|
|
26
26
|
export { default } from './Input';
|
|
@@ -4,10 +4,10 @@ import React from 'react';
|
|
|
4
4
|
import * as R from 'ramda';
|
|
5
5
|
import cx from 'classnames';
|
|
6
6
|
import PropTypes from 'prop-types';
|
|
7
|
-
import TextField from '@material
|
|
8
|
-
import
|
|
9
|
-
import Typography from '@material
|
|
10
|
-
import Help from '@
|
|
7
|
+
import TextField from '@mui/material/TextField';
|
|
8
|
+
import makeStyles from '@mui/styles/makeStyles';
|
|
9
|
+
import Typography from '@mui/material/Typography';
|
|
10
|
+
import Help from '@mui/icons-material/Help';
|
|
11
11
|
import Tooltip from '../Tooltip/Tooltip';
|
|
12
12
|
import { withBlank } from '../utils';
|
|
13
13
|
|
package/es/InputNumber/index.js
CHANGED
|
@@ -1,23 +1,23 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* InputNumber you can use this input number between two label and with a popper
|
|
3
|
-
*
|
|
4
|
-
* @memberOf VISIONS
|
|
5
|
-
* @name InputNumber
|
|
6
|
-
* @tag component
|
|
7
|
-
* @api public
|
|
8
|
-
* @demoReady
|
|
9
|
-
* @props
|
|
10
|
-
* InputNumber.propTypes = {
|
|
11
|
-
* value: PropTypes.oneOfType([PropTypes.string, PropTypes.number]),
|
|
12
|
-
* onChange: PropTypes.func,
|
|
13
|
-
* beforeLabel: PropTypes.oneOfType([PropTypes.string, PropTypes.element]),
|
|
14
|
-
* afterLabel: PropTypes.oneOfType([PropTypes.string, PropTypes.element]),
|
|
15
|
-
* popperLabel: PropTypes.oneOfType([PropTypes.string, PropTypes.element]),
|
|
16
|
-
* placeholder: PropTypes.oneOfType([PropTypes.string, PropTypes.element]),
|
|
17
|
-
* textFieldProps: PropTypes.object,
|
|
18
|
-
* };
|
|
19
|
-
* @theme
|
|
20
|
-
* // no custom theme there
|
|
1
|
+
/**
|
|
2
|
+
* InputNumber you can use this input number between two label and with a popper
|
|
3
|
+
*
|
|
4
|
+
* @memberOf VISIONS
|
|
5
|
+
* @name InputNumber
|
|
6
|
+
* @tag component
|
|
7
|
+
* @api public
|
|
8
|
+
* @demoReady
|
|
9
|
+
* @props
|
|
10
|
+
* InputNumber.propTypes = {
|
|
11
|
+
* value: PropTypes.oneOfType([PropTypes.string, PropTypes.number]),
|
|
12
|
+
* onChange: PropTypes.func,
|
|
13
|
+
* beforeLabel: PropTypes.oneOfType([PropTypes.string, PropTypes.element]),
|
|
14
|
+
* afterLabel: PropTypes.oneOfType([PropTypes.string, PropTypes.element]),
|
|
15
|
+
* popperLabel: PropTypes.oneOfType([PropTypes.string, PropTypes.element]),
|
|
16
|
+
* placeholder: PropTypes.oneOfType([PropTypes.string, PropTypes.element]),
|
|
17
|
+
* textFieldProps: PropTypes.object,
|
|
18
|
+
* };
|
|
19
|
+
* @theme
|
|
20
|
+
* // no custom theme there
|
|
21
21
|
**/
|
|
22
22
|
|
|
23
23
|
export { default } from './InputNumber';
|
|
@@ -4,8 +4,8 @@ import React from 'react';
|
|
|
4
4
|
import * as R from 'ramda';
|
|
5
5
|
import PropTypes from 'prop-types';
|
|
6
6
|
import cx from 'classnames';
|
|
7
|
-
import
|
|
8
|
-
import Typography from '@material
|
|
7
|
+
import makeStyles from '@mui/styles/makeStyles';
|
|
8
|
+
import Typography from '@mui/material/Typography';
|
|
9
9
|
|
|
10
10
|
var useStyles = makeStyles(function (theme) {
|
|
11
11
|
return {
|
package/es/LabelDivider/index.js
CHANGED
|
@@ -1,32 +1,32 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* LabelDivider is label between two divider.
|
|
3
|
-
*
|
|
4
|
-
* @memberOf VISIONS
|
|
5
|
-
* @name LabelDivider
|
|
6
|
-
* @tag component
|
|
7
|
-
* @api public
|
|
8
|
-
* @props
|
|
9
|
-
* LabelDivider.propTypes = {
|
|
10
|
-
* label: PropTypes.oneOfType([PropTypes.string, PropTypes.element]),
|
|
11
|
-
* color: PropTypes.string,
|
|
12
|
-
* withMargin: PropTypes.bool,
|
|
13
|
-
* };
|
|
14
|
-
* @theme
|
|
15
|
-
* {
|
|
16
|
-
* palette: {
|
|
17
|
-
* tertiary: {
|
|
18
|
-
* main: // text's color
|
|
19
|
-
* },
|
|
20
|
-
* common: {
|
|
21
|
-
* black: // use common black if tertiary is null
|
|
22
|
-
* }
|
|
23
|
-
* }
|
|
24
|
-
* mixins: {
|
|
25
|
-
* labelDivider: {
|
|
26
|
-
* root: // font, color...
|
|
27
|
-
* }
|
|
28
|
-
* }
|
|
29
|
-
* }
|
|
1
|
+
/**
|
|
2
|
+
* LabelDivider is label between two divider.
|
|
3
|
+
*
|
|
4
|
+
* @memberOf VISIONS
|
|
5
|
+
* @name LabelDivider
|
|
6
|
+
* @tag component
|
|
7
|
+
* @api public
|
|
8
|
+
* @props
|
|
9
|
+
* LabelDivider.propTypes = {
|
|
10
|
+
* label: PropTypes.oneOfType([PropTypes.string, PropTypes.element]),
|
|
11
|
+
* color: PropTypes.string,
|
|
12
|
+
* withMargin: PropTypes.bool,
|
|
13
|
+
* };
|
|
14
|
+
* @theme
|
|
15
|
+
* {
|
|
16
|
+
* palette: {
|
|
17
|
+
* tertiary: {
|
|
18
|
+
* main: // text's color
|
|
19
|
+
* },
|
|
20
|
+
* common: {
|
|
21
|
+
* black: // use common black if tertiary is null
|
|
22
|
+
* }
|
|
23
|
+
* }
|
|
24
|
+
* mixins: {
|
|
25
|
+
* labelDivider: {
|
|
26
|
+
* root: // font, color...
|
|
27
|
+
* }
|
|
28
|
+
* }
|
|
29
|
+
* }
|
|
30
30
|
*/
|
|
31
31
|
|
|
32
32
|
export { default } from './LabelDivider';
|
package/es/Loading/Loading.js
CHANGED
|
@@ -2,8 +2,8 @@ import React from 'react';
|
|
|
2
2
|
import * as R from 'ramda';
|
|
3
3
|
import cx from 'classnames';
|
|
4
4
|
import PropTypes from 'prop-types';
|
|
5
|
-
import
|
|
6
|
-
import Typography from '@material
|
|
5
|
+
import makeStyles from '@mui/styles/makeStyles';
|
|
6
|
+
import Typography from '@mui/material/Typography';
|
|
7
7
|
|
|
8
8
|
var useStyles = makeStyles(function (theme) {
|
|
9
9
|
return {
|
package/es/Logo/Logo.js
CHANGED