@sis-cc/dotstatsuite-visions 12.55.0 → 13.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/README.md +2 -34
- package/dist/Alert/Alert.js +185 -0
- package/dist/Alert/Alert.js.map +1 -0
- package/dist/ApiQueries/ApiQueries.js +163 -0
- package/dist/ApiQueries/ApiQueries.js.map +1 -0
- package/dist/AuthDialog/AuthDialog.js +114 -0
- package/dist/AuthDialog/AuthDialog.js.map +1 -0
- package/dist/Breadcrumbs/Breadcrumbs.js +51 -0
- package/dist/Breadcrumbs/Breadcrumbs.js.map +1 -0
- package/dist/Button/Button.js +50 -0
- package/dist/Button/Button.js.map +1 -0
- package/dist/ChartsConfig/ChartsConfig.js +507 -0
- package/dist/ChartsConfig/ChartsConfig.js.map +1 -0
- package/dist/CollapseButtons/CollapseButtons.js +320 -0
- package/dist/CollapseButtons/CollapseButtons.js.map +1 -0
- package/dist/CollapsibleTree/CollapsibleTree.js +199 -0
- package/dist/CollapsibleTree/CollapsibleTree.js.map +1 -0
- package/dist/Contact/Contact.js +439 -0
- package/dist/Contact/Contact.js.map +1 -0
- package/dist/DataFooter/DataFooter.js +106 -0
- package/dist/DataFooter/DataFooter.js.map +1 -0
- package/dist/DataHeader/DataHeader.js +341 -0
- package/dist/DataHeader/DataHeader.js.map +1 -0
- package/dist/Dataflow/Dataflow.js +325 -0
- package/dist/Dataflow/Dataflow.js.map +1 -0
- package/dist/DeleteAllChip/DeleteAllChip.js +24 -0
- package/dist/DeleteAllChip/DeleteAllChip.js.map +1 -0
- package/dist/DynamicDrawer/DynamicDrawer.js +875 -0
- package/dist/DynamicDrawer/DynamicDrawer.js.map +1 -0
- package/dist/ExpansionPanel/ExpansionPanel.js +199 -0
- package/dist/ExpansionPanel/ExpansionPanel.js.map +1 -0
- package/dist/GroupedChips/GroupedChips.js +78 -0
- package/dist/GroupedChips/GroupedChips.js.map +1 -0
- package/dist/HierarchicalFilter/HierarchicalFilter.js +144 -0
- package/dist/HierarchicalFilter/HierarchicalFilter.js.map +1 -0
- package/dist/Icons/AccessibilityFilled.js +8 -0
- package/dist/Icons/AccessibilityFilled.js.map +1 -0
- package/dist/Icons/AccessibilityOutlined.js +8 -0
- package/dist/Icons/AccessibilityOutlined.js.map +1 -0
- package/dist/Icons/AccountFilled.js +8 -0
- package/dist/Icons/AccountFilled.js.map +1 -0
- package/dist/Icons/AccountOutlined.js +8 -0
- package/dist/Icons/AccountOutlined.js.map +1 -0
- package/dist/Icons/Api.js +8 -0
- package/dist/Icons/Api.js.map +1 -0
- package/dist/Icons/Asterisk.js +8 -0
- package/dist/Icons/Asterisk.js.map +1 -0
- package/dist/Icons/Bar.js +8 -0
- package/dist/Icons/Bar.js.map +1 -0
- package/dist/Icons/CopyContent.js +8 -0
- package/dist/Icons/CopyContent.js.map +1 -0
- package/dist/Icons/Cross.js +8 -0
- package/dist/Icons/Cross.js.map +1 -0
- package/dist/Icons/HSymbol.js +8 -0
- package/dist/Icons/HSymbol.js.map +1 -0
- package/dist/Icons/Row.js +8 -0
- package/dist/Icons/Row.js.map +1 -0
- package/dist/Icons/Scatter.js +8 -0
- package/dist/Icons/Scatter.js.map +1 -0
- package/dist/Icons/StackedBar.js +8 -0
- package/dist/Icons/StackedBar.js.map +1 -0
- package/dist/Icons/StackedRow.js +8 -0
- package/dist/Icons/StackedRow.js.map +1 -0
- package/dist/Icons/Timeline.js +8 -0
- package/dist/Icons/Timeline.js.map +1 -0
- package/dist/Icons/VSymbol.js +8 -0
- package/dist/Icons/VSymbol.js.map +1 -0
- package/dist/Icons/Warning.js +18 -0
- package/dist/Icons/Warning.js.map +1 -0
- package/dist/Input/Input.js +72 -0
- package/dist/Input/Input.js.map +1 -0
- package/dist/InputNumber/InputNumber.js +86 -0
- package/dist/InputNumber/InputNumber.js.map +1 -0
- package/dist/LabelDivider/LabelDivider.js +35 -0
- package/dist/LabelDivider/LabelDivider.js.map +1 -0
- package/dist/Loading/Loading.js +72 -0
- package/dist/Loading/Loading.js.map +1 -0
- package/dist/Logo/Logo.js +38 -0
- package/dist/Logo/Logo.js.map +1 -0
- package/dist/Mode/Mode.js +90 -0
- package/dist/Mode/Mode.js.map +1 -0
- package/dist/NoData/NoData.js +27 -0
- package/dist/NoData/NoData.js.map +1 -0
- package/dist/Pagination/Pagination.js +142 -0
- package/dist/Pagination/Pagination.js.map +1 -0
- package/dist/PeriodPicker/PeriodPicker.js +550 -0
- package/dist/PeriodPicker/PeriodPicker.js.map +1 -0
- package/dist/Select/Select.js +125 -0
- package/dist/Select/Select.js.map +1 -0
- package/dist/Share/Share.js +292 -0
- package/dist/Share/Share.js.map +1 -0
- package/dist/ShortUrls/ShortUrls.js +106 -0
- package/dist/ShortUrls/ShortUrls.js.map +1 -0
- package/dist/SisccFooter/SisccFooter.js +65 -0
- package/dist/SisccFooter/SisccFooter.js.map +1 -0
- package/dist/Spotlight/Spotlight.js +349 -0
- package/dist/Spotlight/Spotlight.js.map +1 -0
- package/dist/TableFooter/TableFooter.js +42 -0
- package/dist/TableFooter/TableFooter.js.map +1 -0
- package/dist/TableHeader/TableHeader.js +35 -0
- package/dist/TableHeader/TableHeader.js.map +1 -0
- package/dist/TableHtml5/TableHtml5.js +1045 -0
- package/dist/TableHtml5/TableHtml5.js.map +1 -0
- package/dist/TableLayout/TableLayout.js +529 -0
- package/dist/TableLayout/TableLayout.js.map +1 -0
- package/dist/TablePreview/TablePreview.js +209 -0
- package/dist/TablePreview/TablePreview.js.map +1 -0
- package/dist/Tag/Tag.js +23 -0
- package/dist/Tag/Tag.js.map +1 -0
- package/dist/Tooltip/Tooltip.js +54 -0
- package/dist/Tooltip/Tooltip.js.map +1 -0
- package/dist/UserRightForm/UserRightForm.js +545 -0
- package/dist/UserRightForm/UserRightForm.js.map +1 -0
- package/dist/VerticalButton/VerticalButton.js +43 -0
- package/dist/VerticalButton/VerticalButton.js.map +1 -0
- package/dist/chunks/CustomChip-CMYCIorJ.js +181 -0
- package/dist/chunks/CustomChip-CMYCIorJ.js.map +1 -0
- package/dist/chunks/useKeybordEscapeHandler-DRsOrnwc.js +22 -0
- package/dist/chunks/useKeybordEscapeHandler-DRsOrnwc.js.map +1 -0
- package/dist/chunks/utils-BQc_rN44.js +15 -0
- package/dist/chunks/utils-BQc_rN44.js.map +1 -0
- package/dist/chunks/utils-kslX1mzh.js +20 -0
- package/dist/chunks/utils-kslX1mzh.js.map +1 -0
- package/dist/chunks/with-input-DRWNlMdA.js +35 -0
- package/dist/chunks/with-input-DRWNlMdA.js.map +1 -0
- package/dist/chunks/withSpotlight-CYQVWD78.js +903 -0
- package/dist/chunks/withSpotlight-CYQVWD78.js.map +1 -0
- package/{es → dist/theme}/theme.js +147 -149
- package/dist/theme/theme.js.map +1 -0
- package/package.json +55 -199
- package/es/AdvancedFilterDialog/AdvancedFilterDialog.js +0 -583
- package/es/AdvancedFilterDialog/SelectionModeMenu.js +0 -85
- package/es/AdvancedFilterDialog/images/all-selection.png +0 -0
- package/es/AdvancedFilterDialog/images/branch-selection.png +0 -0
- package/es/AdvancedFilterDialog/images/children-selection.png +0 -0
- package/es/AdvancedFilterDialog/images/level-selection.png +0 -0
- package/es/AdvancedFilterDialog/images/single-selection.png +0 -0
- package/es/AdvancedFilterDialog/images/small-all-selection.png +0 -0
- package/es/AdvancedFilterDialog/images/small-branch-selection.png +0 -0
- package/es/AdvancedFilterDialog/images/small-children-selection.png +0 -0
- package/es/AdvancedFilterDialog/images/small-level-selection.png +0 -0
- package/es/AdvancedFilterDialog/images/small-single-selection.png +0 -0
- package/es/AdvancedFilterDialog/index.js +0 -26
- package/es/Alert/Alert.js +0 -284
- package/es/Alert/index.js +0 -13
- package/es/ApiQueries/ApiQueries.js +0 -107
- package/es/ApiQueries/Query.js +0 -175
- package/es/ApiQueries/index.js +0 -45
- package/es/AuthDialog/index.js +0 -211
- package/es/Breadcrumbs/Breadcrumbs.js +0 -72
- package/es/Breadcrumbs/index.js +0 -30
- package/es/Button/Button.js +0 -63
- package/es/Button/index.js +0 -52
- package/es/ChartsConfig/ChartsConfig.js +0 -470
- package/es/ChartsConfig/Input.js +0 -152
- package/es/ChartsConfig/InputProxy.js +0 -57
- package/es/ChartsConfig/Proxy.js +0 -20
- package/es/ChartsConfig/Title.js +0 -37
- package/es/ChartsConfig/index.js +0 -213
- package/es/ChartsConfig/useAxisOptions.js +0 -9
- package/es/ChartsConfig/useDimensionOptions.js +0 -12
- package/es/ChartsConfig/useFocusOptions.js +0 -22
- package/es/ChartsConfig/utils.js +0 -6
- package/es/Chips/CustomChip.js +0 -139
- package/es/Chips/DeleteChip.js +0 -32
- package/es/Chips/GroupedChips.js +0 -106
- package/es/Chips/index.js +0 -69
- package/es/Chips/styles.js +0 -67
- package/es/Chips/utils.js +0 -21
- package/es/CollapseButtons/CollapseButtons.js +0 -159
- package/es/CollapseButtons/Item.js +0 -146
- package/es/CollapseButtons/Paper.js +0 -58
- package/es/CollapseButtons/index.js +0 -90
- package/es/CollapsibleTree/Collapse.js +0 -98
- package/es/CollapsibleTree/CollapsibleTree.js +0 -229
- package/es/CollapsibleTree/index.js +0 -49
- package/es/Contact/Contact.js +0 -360
- package/es/Contact/Input.js +0 -129
- package/es/Contact/Mode.js +0 -134
- package/es/Contact/index.js +0 -36
- package/es/DataEdit/DataEdit.js +0 -154
- package/es/DataEdit/Input.js +0 -151
- package/es/DataEdit/index.js +0 -70
- package/es/DataFooter/DataFooter.js +0 -178
- package/es/DataFooter/index.js +0 -33
- package/es/DataHeader/DataHeader.js +0 -314
- package/es/DataHeader/Flags.js +0 -42
- package/es/DataHeader/Title.js +0 -27
- package/es/DataHeader/TooltipHeader.js +0 -78
- package/es/DataHeader/index.js +0 -82
- package/es/DataHeader/utils.js +0 -19
- package/es/Dataflow/Dataflow.js +0 -441
- package/es/Dataflow/index.js +0 -62
- package/es/DynamicDrawer/AdvancedSelection.js +0 -503
- package/es/DynamicDrawer/DynamicDrawer.js +0 -418
- package/es/DynamicDrawer/SelectionModesMobile.js +0 -88
- package/es/DynamicDrawer/index.js +0 -44
- package/es/ExpansionPanel/ExpansionPanel.js +0 -151
- package/es/ExpansionPanel/index.js +0 -58
- package/es/ExpansionPanel/styles.js +0 -89
- package/es/HierarchicalFilter/HierarchicalFilter.js +0 -178
- package/es/HierarchicalFilter/index.js +0 -26
- package/es/Icons/AccessibilityFilled.js +0 -12
- package/es/Icons/AccessibilityOutlined.js +0 -12
- package/es/Icons/AccountFilled.js +0 -12
- package/es/Icons/AccountOutlined.js +0 -12
- package/es/Icons/Api.js +0 -12
- package/es/Icons/Asterisk.js +0 -12
- package/es/Icons/Bar.js +0 -12
- package/es/Icons/CopyContent.js +0 -12
- package/es/Icons/Cross.js +0 -12
- package/es/Icons/HSymbol.js +0 -12
- package/es/Icons/Row.js +0 -12
- package/es/Icons/Scatter.js +0 -12
- package/es/Icons/StackedBar.js +0 -12
- package/es/Icons/StackedRow.js +0 -12
- package/es/Icons/Timeline.js +0 -12
- package/es/Icons/VSymbol.js +0 -12
- package/es/Icons/Warning.js +0 -25
- package/es/Icons/index.js +0 -28
- package/es/Input/Input.js +0 -128
- package/es/Input/index.js +0 -26
- package/es/Input/with-input.js +0 -55
- package/es/InputNumber/InputNumber.js +0 -116
- package/es/InputNumber/index.js +0 -23
- package/es/LabelDivider/LabelDivider.js +0 -52
- package/es/LabelDivider/index.js +0 -32
- package/es/Loading/Loading.js +0 -84
- package/es/Loading/index.js +0 -24
- package/es/Logo/Logo.js +0 -55
- package/es/Logo/index.js +0 -18
- package/es/Mode/Mode.js +0 -135
- package/es/Mode/index.js +0 -24
- package/es/NoData/NoData.js +0 -48
- package/es/NoData/index.js +0 -15
- package/es/Pagination/Pagination.js +0 -207
- package/es/Pagination/index.js +0 -31
- package/es/PeriodPicker/PeriodPicker.js +0 -236
- package/es/PeriodPicker/constants.js +0 -39
- package/es/PeriodPicker/index.js +0 -26
- package/es/PeriodPicker/lib.js +0 -206
- package/es/PeriodPicker/styles.js +0 -23
- package/es/ScopeList/Header.js +0 -80
- package/es/ScopeList/Item.js +0 -245
- package/es/ScopeList/ScopeList.js +0 -323
- package/es/ScopeList/Selection.js +0 -129
- package/es/ScopeList/index.deprecated.js +0 -94
- package/es/ScopeList/index.js +0 -94
- package/es/ScopeList/styles.js +0 -143
- package/es/ScopeList/with-scope-list.js +0 -492
- package/es/Select/Select.js +0 -169
- package/es/Select/index.js +0 -33
- package/es/Share/Form.js +0 -164
- package/es/Share/Mode.js +0 -136
- package/es/Share/Share.js +0 -115
- package/es/Share/index.js +0 -64
- package/es/ShortUrls/ShortUrls.js +0 -136
- package/es/ShortUrls/index.js +0 -22
- package/es/SisccFooter/SisccFooter.js +0 -99
- package/es/SisccFooter/index.js +0 -27
- package/es/Spotlight/Fields.js +0 -100
- package/es/Spotlight/Spotlight.js +0 -157
- package/es/Spotlight/index.js +0 -75
- package/es/Spotlight/useSpotlight.js +0 -75
- package/es/Spotlight/useStyles.js +0 -77
- package/es/TableFooter/TableFooter.js +0 -100
- package/es/TableFooter/index.js +0 -33
- package/es/TableHeader/TableHeader.js +0 -63
- package/es/TableHeader/index.js +0 -17
- package/es/TableHtml5/TableHtml5.js +0 -213
- package/es/TableHtml5/cell.js +0 -130
- package/es/TableHtml5/flags.js +0 -138
- package/es/TableHtml5/header.js +0 -177
- package/es/TableHtml5/index.js +0 -62
- package/es/TableHtml5/section.js +0 -243
- package/es/TableHtml5/sectionHeader.js +0 -171
- package/es/TableHtml5/subHeader.js +0 -154
- package/es/TableHtml5/utils.js +0 -23
- package/es/TableLayout/Box.js +0 -123
- package/es/TableLayout/DnDItem.js +0 -142
- package/es/TableLayout/TableLayout.js +0 -427
- package/es/TableLayout/constants.js +0 -11
- package/es/TableLayout/index.js +0 -75
- package/es/TableLayout/lib.js +0 -31
- package/es/TablePreview/TablePreview.js +0 -244
- package/es/TablePreview/index.js +0 -44
- package/es/TablePreview/lib.js +0 -34
- package/es/TablePreview/styles.js +0 -71
- package/es/Tag/Tag.js +0 -44
- package/es/Tag/index.js +0 -30
- package/es/ToggleButton/ToggleButton.js +0 -79
- package/es/ToggleButton/index.js +0 -50
- package/es/Tooltip/Tooltip.js +0 -69
- package/es/Tooltip/index.js +0 -36
- package/es/UserRightForm/Input.js +0 -129
- package/es/UserRightForm/Permissions.js +0 -124
- package/es/UserRightForm/PermsissionsTabs.js +0 -107
- package/es/UserRightForm/UserRightForm.js +0 -445
- package/es/UserRightForm/index.js +0 -60
- package/es/VerticalButton/VerticalButton.js +0 -67
- package/es/VerticalButton/index.js +0 -27
- package/es/VirtualizedTree/Item.js +0 -200
- package/es/VirtualizedTree/VirtualizedTree.js +0 -366
- package/es/VirtualizedTree/index.js +0 -38
- package/es/VirtualizedTree/utils.js +0 -170
- package/es/VirtualizedTree/withExpansionTree.js +0 -65
- package/es/VirtualizedTree/withSpotlight.js +0 -113
- package/es/hooks/useKeybordEscapeHandler.js +0 -22
- package/es/index.js +0 -52
- package/es/utils.js +0 -78
- package/lib/AdvancedFilterDialog/AdvancedFilterDialog.js +0 -658
- package/lib/AdvancedFilterDialog/SelectionModeMenu.js +0 -118
- package/lib/AdvancedFilterDialog/images/all-selection.png +0 -0
- package/lib/AdvancedFilterDialog/images/branch-selection.png +0 -0
- package/lib/AdvancedFilterDialog/images/children-selection.png +0 -0
- package/lib/AdvancedFilterDialog/images/level-selection.png +0 -0
- package/lib/AdvancedFilterDialog/images/single-selection.png +0 -0
- package/lib/AdvancedFilterDialog/images/small-all-selection.png +0 -0
- package/lib/AdvancedFilterDialog/images/small-branch-selection.png +0 -0
- package/lib/AdvancedFilterDialog/images/small-children-selection.png +0 -0
- package/lib/AdvancedFilterDialog/images/small-level-selection.png +0 -0
- package/lib/AdvancedFilterDialog/images/small-single-selection.png +0 -0
- package/lib/AdvancedFilterDialog/index.js +0 -16
- package/lib/Alert/Alert.js +0 -325
- package/lib/Alert/index.js +0 -16
- package/lib/ApiQueries/ApiQueries.js +0 -139
- package/lib/ApiQueries/Query.js +0 -205
- package/lib/ApiQueries/index.js +0 -16
- package/lib/AuthDialog/index.js +0 -251
- package/lib/Breadcrumbs/Breadcrumbs.js +0 -107
- package/lib/Breadcrumbs/index.js +0 -16
- package/lib/Button/Button.js +0 -89
- package/lib/Button/index.js +0 -16
- package/lib/ChartsConfig/ChartsConfig.js +0 -533
- package/lib/ChartsConfig/Input.js +0 -187
- package/lib/ChartsConfig/InputProxy.js +0 -80
- package/lib/ChartsConfig/Proxy.js +0 -34
- package/lib/ChartsConfig/Title.js +0 -63
- package/lib/ChartsConfig/index.js +0 -16
- package/lib/ChartsConfig/useAxisOptions.js +0 -18
- package/lib/ChartsConfig/useDimensionOptions.js +0 -22
- package/lib/ChartsConfig/useFocusOptions.js +0 -32
- package/lib/ChartsConfig/utils.js +0 -15
- package/lib/Chips/CustomChip.js +0 -183
- package/lib/Chips/DeleteChip.js +0 -56
- package/lib/Chips/GroupedChips.js +0 -138
- package/lib/Chips/index.js +0 -23
- package/lib/Chips/styles.js +0 -77
- package/lib/Chips/utils.js +0 -30
- package/lib/CollapseButtons/CollapseButtons.js +0 -198
- package/lib/CollapseButtons/Item.js +0 -179
- package/lib/CollapseButtons/Paper.js +0 -82
- package/lib/CollapseButtons/index.js +0 -16
- package/lib/CollapsibleTree/Collapse.js +0 -130
- package/lib/CollapsibleTree/CollapsibleTree.js +0 -288
- package/lib/CollapsibleTree/index.js +0 -16
- package/lib/Contact/Contact.js +0 -409
- package/lib/Contact/Input.js +0 -165
- package/lib/Contact/Mode.js +0 -174
- package/lib/Contact/index.js +0 -16
- package/lib/DataEdit/DataEdit.js +0 -190
- package/lib/DataEdit/Input.js +0 -186
- package/lib/DataEdit/index.js +0 -16
- package/lib/DataFooter/DataFooter.js +0 -219
- package/lib/DataFooter/index.js +0 -16
- package/lib/DataHeader/DataHeader.js +0 -358
- package/lib/DataHeader/Flags.js +0 -61
- package/lib/DataHeader/Title.js +0 -40
- package/lib/DataHeader/TooltipHeader.js +0 -99
- package/lib/DataHeader/index.js +0 -16
- package/lib/DataHeader/utils.js +0 -29
- package/lib/Dataflow/Dataflow.js +0 -505
- package/lib/Dataflow/index.js +0 -16
- package/lib/DynamicDrawer/AdvancedSelection.js +0 -563
- package/lib/DynamicDrawer/DynamicDrawer.js +0 -466
- package/lib/DynamicDrawer/SelectionModesMobile.js +0 -119
- package/lib/DynamicDrawer/index.js +0 -16
- package/lib/ExpansionPanel/ExpansionPanel.js +0 -198
- package/lib/ExpansionPanel/index.js +0 -16
- package/lib/ExpansionPanel/styles.js +0 -103
- package/lib/HierarchicalFilter/HierarchicalFilter.js +0 -208
- package/lib/HierarchicalFilter/index.js +0 -16
- package/lib/Icons/AccessibilityFilled.js +0 -25
- package/lib/Icons/AccessibilityOutlined.js +0 -25
- package/lib/Icons/AccountFilled.js +0 -25
- package/lib/Icons/AccountOutlined.js +0 -25
- package/lib/Icons/Api.js +0 -25
- package/lib/Icons/Asterisk.js +0 -25
- package/lib/Icons/Bar.js +0 -25
- package/lib/Icons/CopyContent.js +0 -25
- package/lib/Icons/Cross.js +0 -25
- package/lib/Icons/HSymbol.js +0 -25
- package/lib/Icons/Row.js +0 -25
- package/lib/Icons/Scatter.js +0 -25
- package/lib/Icons/StackedBar.js +0 -25
- package/lib/Icons/StackedRow.js +0 -25
- package/lib/Icons/Timeline.js +0 -25
- package/lib/Icons/VSymbol.js +0 -25
- package/lib/Icons/Warning.js +0 -45
- package/lib/Icons/index.js +0 -155
- package/lib/Input/Input.js +0 -164
- package/lib/Input/index.js +0 -16
- package/lib/Input/with-input.js +0 -69
- package/lib/InputNumber/InputNumber.js +0 -152
- package/lib/InputNumber/index.js +0 -16
- package/lib/LabelDivider/LabelDivider.js +0 -78
- package/lib/LabelDivider/index.js +0 -16
- package/lib/Loading/Loading.js +0 -110
- package/lib/Loading/index.js +0 -16
- package/lib/Logo/Logo.js +0 -73
- package/lib/Logo/index.js +0 -16
- package/lib/Mode/Mode.js +0 -168
- package/lib/Mode/index.js +0 -16
- package/lib/NoData/NoData.js +0 -69
- package/lib/NoData/index.js +0 -16
- package/lib/Pagination/Pagination.js +0 -250
- package/lib/Pagination/index.js +0 -16
- package/lib/PeriodPicker/PeriodPicker.js +0 -266
- package/lib/PeriodPicker/constants.js +0 -43
- package/lib/PeriodPicker/index.js +0 -16
- package/lib/PeriodPicker/lib.js +0 -222
- package/lib/PeriodPicker/styles.js +0 -32
- package/lib/ScopeList/Header.js +0 -110
- package/lib/ScopeList/Item.js +0 -284
- package/lib/ScopeList/ScopeList.js +0 -377
- package/lib/ScopeList/Selection.js +0 -170
- package/lib/ScopeList/index.deprecated.js +0 -16
- package/lib/ScopeList/index.js +0 -16
- package/lib/ScopeList/styles.js +0 -153
- package/lib/ScopeList/with-scope-list.js +0 -507
- package/lib/Select/Select.js +0 -201
- package/lib/Select/index.js +0 -16
- package/lib/Share/Form.js +0 -201
- package/lib/Share/Mode.js +0 -176
- package/lib/Share/Share.js +0 -148
- package/lib/Share/index.js +0 -16
- package/lib/ShortUrls/ShortUrls.js +0 -181
- package/lib/ShortUrls/index.js +0 -16
- package/lib/SisccFooter/SisccFooter.js +0 -131
- package/lib/SisccFooter/index.js +0 -16
- package/lib/Spotlight/Fields.js +0 -132
- package/lib/Spotlight/Spotlight.js +0 -202
- package/lib/Spotlight/index.js +0 -16
- package/lib/Spotlight/useSpotlight.js +0 -85
- package/lib/Spotlight/useStyles.js +0 -91
- package/lib/TableFooter/TableFooter.js +0 -129
- package/lib/TableFooter/index.js +0 -16
- package/lib/TableHeader/TableHeader.js +0 -89
- package/lib/TableHeader/index.js +0 -16
- package/lib/TableHtml5/TableHtml5.js +0 -249
- package/lib/TableHtml5/cell.js +0 -164
- package/lib/TableHtml5/flags.js +0 -174
- package/lib/TableHtml5/header.js +0 -215
- package/lib/TableHtml5/index.js +0 -23
- package/lib/TableHtml5/section.js +0 -289
- package/lib/TableHtml5/sectionHeader.js +0 -212
- package/lib/TableHtml5/subHeader.js +0 -191
- package/lib/TableHtml5/utils.js +0 -32
- package/lib/TableLayout/Box.js +0 -159
- package/lib/TableLayout/DnDItem.js +0 -177
- package/lib/TableLayout/TableLayout.js +0 -487
- package/lib/TableLayout/constants.js +0 -14
- package/lib/TableLayout/index.js +0 -16
- package/lib/TableLayout/lib.js +0 -40
- package/lib/TablePreview/TablePreview.js +0 -279
- package/lib/TablePreview/index.js +0 -16
- package/lib/TablePreview/lib.js +0 -48
- package/lib/TablePreview/styles.js +0 -81
- package/lib/Tag/Tag.js +0 -67
- package/lib/Tag/index.js +0 -16
- package/lib/ToggleButton/ToggleButton.js +0 -111
- package/lib/ToggleButton/index.js +0 -16
- package/lib/Tooltip/Tooltip.js +0 -95
- package/lib/Tooltip/index.js +0 -16
- package/lib/UserRightForm/Input.js +0 -165
- package/lib/UserRightForm/Permissions.js +0 -159
- package/lib/UserRightForm/PermsissionsTabs.js +0 -145
- package/lib/UserRightForm/UserRightForm.js +0 -484
- package/lib/UserRightForm/index.js +0 -16
- package/lib/VerticalButton/VerticalButton.js +0 -88
- package/lib/VerticalButton/index.js +0 -16
- package/lib/VirtualizedTree/Item.js +0 -244
- package/lib/VirtualizedTree/VirtualizedTree.js +0 -402
- package/lib/VirtualizedTree/index.js +0 -16
- package/lib/VirtualizedTree/utils.js +0 -179
- package/lib/VirtualizedTree/withExpansionTree.js +0 -80
- package/lib/VirtualizedTree/withSpotlight.js +0 -129
- package/lib/hooks/useKeybordEscapeHandler.js +0 -28
- package/lib/index.js +0 -460
- package/lib/theme.js +0 -437
- package/lib/utils.js +0 -96
- package/umd/@sis-cc/dotstatsuite-visions.js +0 -82495
- package/umd/@sis-cc/dotstatsuite-visions.min.js +0 -222
- package/umd/@sis-cc/dotstatsuite-visions.min.js.map +0 -1
- package/umd/branch-selection.54dd3bc1.png +0 -0
- package/umd/children-selection.20d94242.png +0 -0
- package/umd/level-selection.df116629.png +0 -0
- package/umd/single-selection.a729a6c8.png +0 -0
|
@@ -1,58 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* ExpansionPanel hide or show children
|
|
3
|
-
*
|
|
4
|
-
* @memberOf VISIONS
|
|
5
|
-
* @name ExpansionPanel
|
|
6
|
-
* @tag component
|
|
7
|
-
* @api public
|
|
8
|
-
* @props
|
|
9
|
-
* ExpansionPanel.propTypes = {
|
|
10
|
-
* testId: PropTypes.string,
|
|
11
|
-
* id: PropTypes.oneOfType([PropTypes.string, PropTypes.number]),
|
|
12
|
-
* topElementComponent: PropTypes.element,
|
|
13
|
-
* onChangeActivePanel: PropTypes.func,
|
|
14
|
-
* label: PropTypes.oneOfType([PropTypes.string, PropTypes.element]),
|
|
15
|
-
* tag: PropTypes.element,
|
|
16
|
-
* overflow: PropTypes.bool,
|
|
17
|
-
* isOpen: PropTypes.bool,
|
|
18
|
-
* isBlank: PropTypes.bool,
|
|
19
|
-
* maxHeight: PropTypes.bool,
|
|
20
|
-
* children: PropTypes.oneOfType([
|
|
21
|
-
* PropTypes.arrayOf(PropTypes.node),
|
|
22
|
-
* PropTypes.node
|
|
23
|
-
* ]),
|
|
24
|
-
* fullWidth: PropTypes.bool,
|
|
25
|
-
* isPinned: PropTypes.bool,
|
|
26
|
-
* moreFilters: PropTypes.bool,
|
|
27
|
-
* isNarrow: PropTypes.bool,
|
|
28
|
-
* isPopper: PropTypes.bool,
|
|
29
|
-
* popperLabels: PropTypes.shape({
|
|
30
|
-
* title: PropTypes.oneOfType([PropTypes.string, PropTypes.element]),
|
|
31
|
-
* ariaLabel: PropTypes.oneOfType([PropTypes.string, PropTypes.element])
|
|
32
|
-
* }),
|
|
33
|
-
* };
|
|
34
|
-
* @theme
|
|
35
|
-
* {
|
|
36
|
-
* palette: {
|
|
37
|
-
* primary: {
|
|
38
|
-
* main: // icon color open colapse/close colapse. global override: outerPalette.primaryMain
|
|
39
|
-
* },
|
|
40
|
-
* grey: {
|
|
41
|
-
* 700: // divider color, pinned icon, label
|
|
42
|
-
* },
|
|
43
|
-
* },
|
|
44
|
-
* mixins: {
|
|
45
|
-
* expansionPanel: {
|
|
46
|
-
* title: {
|
|
47
|
-
* // color, font
|
|
48
|
-
* }
|
|
49
|
-
* }
|
|
50
|
-
* }
|
|
51
|
-
* }
|
|
52
|
-
* @testId
|
|
53
|
-
* @demoReady
|
|
54
|
-
* root: [testId]
|
|
55
|
-
* panel: [testId]_panel
|
|
56
|
-
*/
|
|
57
|
-
|
|
58
|
-
export { default } from './ExpansionPanel';
|
|
@@ -1,89 +0,0 @@
|
|
|
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
|
-
|
|
3
|
-
import * as R from 'ramda';
|
|
4
|
-
import makeStyles from '@mui/styles/makeStyles';
|
|
5
|
-
|
|
6
|
-
export var useStyles = makeStyles(function (theme) {
|
|
7
|
-
return {
|
|
8
|
-
container: {
|
|
9
|
-
minHeight: '40px !important',
|
|
10
|
-
maxHeight: 40,
|
|
11
|
-
display: 'flex',
|
|
12
|
-
flexDirection: 'row-reverse',
|
|
13
|
-
alignItems: 'flex-start',
|
|
14
|
-
padding: theme.spacing(0)
|
|
15
|
-
},
|
|
16
|
-
moreFiltersContainer: {
|
|
17
|
-
alignItems: 'flex-end'
|
|
18
|
-
},
|
|
19
|
-
ellipsis: {
|
|
20
|
-
whiteSpace: 'nowrap',
|
|
21
|
-
overflow: 'hidden',
|
|
22
|
-
textOverflow: 'ellipsis',
|
|
23
|
-
flexFlow: 'nowrap'
|
|
24
|
-
},
|
|
25
|
-
content: {
|
|
26
|
-
display: 'flex',
|
|
27
|
-
alignContent: 'space-between',
|
|
28
|
-
margin: theme.spacing(0.5, 0) + ' !important'
|
|
29
|
-
},
|
|
30
|
-
moreFiltersContent: {
|
|
31
|
-
margin: theme.spacing(0, 0) + ' !important'
|
|
32
|
-
},
|
|
33
|
-
details: {
|
|
34
|
-
display: 'flex',
|
|
35
|
-
padding: theme.spacing(0),
|
|
36
|
-
flexDirection: 'column',
|
|
37
|
-
width: '100%',
|
|
38
|
-
overflow: 'auto'
|
|
39
|
-
},
|
|
40
|
-
height: {
|
|
41
|
-
maxHeight: 250
|
|
42
|
-
},
|
|
43
|
-
overflow: {
|
|
44
|
-
overflow: 'unset',
|
|
45
|
-
maxHeight: 'unset'
|
|
46
|
-
},
|
|
47
|
-
panel: {
|
|
48
|
-
borderTop: 'solid 2px ' + theme.palette.grey[700],
|
|
49
|
-
borderRadius: 'unset !important',
|
|
50
|
-
'&$expanded': {
|
|
51
|
-
marginTop: 0,
|
|
52
|
-
marginBottom: theme.spacing(2)
|
|
53
|
-
},
|
|
54
|
-
'&:before': {
|
|
55
|
-
backgroundColor: 'unset'
|
|
56
|
-
}
|
|
57
|
-
},
|
|
58
|
-
panelBorder: {
|
|
59
|
-
borderBottom: 'solid 2px ' + theme.palette.grey[700],
|
|
60
|
-
borderTop: 'none'
|
|
61
|
-
},
|
|
62
|
-
iconSummaryPanel: {
|
|
63
|
-
color: theme.palette.primary.main,
|
|
64
|
-
padding: theme.spacing(0.5, 0.5),
|
|
65
|
-
margin: theme.spacing(0, 1, 0, 0)
|
|
66
|
-
},
|
|
67
|
-
moreFiltersExpandIcon: {
|
|
68
|
-
padding: theme.spacing(0, 0.5)
|
|
69
|
-
},
|
|
70
|
-
fullWidth: {
|
|
71
|
-
width: '100%'
|
|
72
|
-
},
|
|
73
|
-
pinnedIcon: {
|
|
74
|
-
display: 'flex',
|
|
75
|
-
margin: theme.spacing(-1, 0.5),
|
|
76
|
-
color: theme.palette.grey[700],
|
|
77
|
-
fontSize: 18
|
|
78
|
-
},
|
|
79
|
-
label: _extends({
|
|
80
|
-
color: theme.palette.grey[700]
|
|
81
|
-
}, R.pathOr({}, ['mixins', 'expansionPanel', 'title'], theme)),
|
|
82
|
-
title: {
|
|
83
|
-
padding: 0,
|
|
84
|
-
fontFamily: 'Roboto Slab, serif',
|
|
85
|
-
fontSize: 17,
|
|
86
|
-
color: theme.palette.grey['A700']
|
|
87
|
-
}
|
|
88
|
-
};
|
|
89
|
-
});
|
|
@@ -1,178 +0,0 @@
|
|
|
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
|
-
|
|
3
|
-
import React, { Fragment } from 'react';
|
|
4
|
-
import PropTypes from 'prop-types';
|
|
5
|
-
import * as R from 'ramda';
|
|
6
|
-
import Container from '@mui/material/Container';
|
|
7
|
-
import ZoomOutMapIcon from '@mui/icons-material/ZoomOutMap';
|
|
8
|
-
import { ExpansionPanel, Tag as InternalTag, VerticalButton, Spotlight, VirtualizedTree, Tooltip } from '../';
|
|
9
|
-
import { withExpansionTree } from '../VirtualizedTree/withExpansionTree';
|
|
10
|
-
import { withSpotlight } from '../VirtualizedTree/withSpotlight';
|
|
11
|
-
import { getEvolvedDisableAccessor } from '../VirtualizedTree/utils';
|
|
12
|
-
import { useStyles } from '../ScopeList/styles';
|
|
13
|
-
import { useTheme } from '@mui/material';
|
|
14
|
-
import { getIsRtl } from '../utils';
|
|
15
|
-
|
|
16
|
-
var getCounter = function getCounter(items, disableAccessor, tagAccessor) {
|
|
17
|
-
var selectedItemsIds = R.reduce(function (acc, item) {
|
|
18
|
-
if (R.prop('isSelected', item)) {
|
|
19
|
-
return R.append(item.id, acc);
|
|
20
|
-
}
|
|
21
|
-
return acc;
|
|
22
|
-
}, [], items);
|
|
23
|
-
var itemsIds = R.pluck('id', items);
|
|
24
|
-
var count = R.pipe(R.uniq, R.length)(selectedItemsIds);
|
|
25
|
-
var total = R.pipe(R.uniq, R.length)(itemsIds);
|
|
26
|
-
if (R.is(Function, tagAccessor)) {
|
|
27
|
-
return tagAccessor(count, total);
|
|
28
|
-
}
|
|
29
|
-
return count + '/' + total;
|
|
30
|
-
};
|
|
31
|
-
var getTotal = function getTotal(items, spotlightAcc) {
|
|
32
|
-
var itemsIds = R.pluck('id', items);
|
|
33
|
-
var total = R.pipe(R.uniq, R.length)(itemsIds);
|
|
34
|
-
if (R.is(Function, spotlightAcc)) {
|
|
35
|
-
return spotlightAcc(total);
|
|
36
|
-
}
|
|
37
|
-
return total;
|
|
38
|
-
};
|
|
39
|
-
var HierarchicalFilter = function HierarchicalFilter(props) {
|
|
40
|
-
var id = props.id,
|
|
41
|
-
items = props.items,
|
|
42
|
-
changeSelection = props.changeSelection,
|
|
43
|
-
onChangeActivePanel = props.onChangeActivePanel,
|
|
44
|
-
activePanelId = props.activePanelId,
|
|
45
|
-
Tag = props.Tag,
|
|
46
|
-
testId = props.testId,
|
|
47
|
-
_props$expansionPanel = props.expansionPanelProps,
|
|
48
|
-
expansionPanelProps = _props$expansionPanel === undefined ? {} : _props$expansionPanel,
|
|
49
|
-
_props$labelRenderer = props.labelRenderer,
|
|
50
|
-
labelRenderer = _props$labelRenderer === undefined ? R.prop('label') : _props$labelRenderer,
|
|
51
|
-
toggleBulk = props.toggleBulk,
|
|
52
|
-
label = props.label,
|
|
53
|
-
labels = props.labels,
|
|
54
|
-
tagAccessor = props.tagAccessor,
|
|
55
|
-
tagAriaLabel = props.tagAriaLabel,
|
|
56
|
-
expandedIds = props.expandedIds,
|
|
57
|
-
spotlight = props.spotlight,
|
|
58
|
-
setSpotlight = props.setSpotlight,
|
|
59
|
-
hasSpotlight = props.hasSpotlight,
|
|
60
|
-
_props$disableAccesso = props.disableAccessor,
|
|
61
|
-
disableAccessor = _props$disableAccesso === undefined ? R.always(false) : _props$disableAccesso,
|
|
62
|
-
allItems = props.allItems,
|
|
63
|
-
_props$simpleSelectio = props.simpleSelectionMode,
|
|
64
|
-
simpleSelectionMode = _props$simpleSelectio === undefined ? false : _props$simpleSelectio;
|
|
65
|
-
|
|
66
|
-
var classes = useStyles();
|
|
67
|
-
var theme = useTheme();
|
|
68
|
-
var isRtl = getIsRtl(theme);
|
|
69
|
-
var Chip = R.isNil(Tag) ? InternalTag : Tag;
|
|
70
|
-
var _allGroupedItems = R.groupBy(R.propOr('#ROOT', 'parentId'), allItems);
|
|
71
|
-
var _disableAccessor = simpleSelectionMode ? disableAccessor : getEvolvedDisableAccessor(_allGroupedItems, disableAccessor, R.always(false));
|
|
72
|
-
|
|
73
|
-
var tagValue = getCounter(items, _disableAccessor, tagAccessor);
|
|
74
|
-
var tagValueLabel = getCounter(items, _disableAccessor, tagAriaLabel);
|
|
75
|
-
var isDisabled = function isDisabled(item) {
|
|
76
|
-
return R.is(Function, disableAccessor) ? disableAccessor(item) : false;
|
|
77
|
-
};
|
|
78
|
-
|
|
79
|
-
var onSelect = function onSelect(values) {
|
|
80
|
-
changeSelection(id, values);
|
|
81
|
-
};
|
|
82
|
-
|
|
83
|
-
var onAdvancedToggle = function onAdvancedToggle() {
|
|
84
|
-
toggleBulk({ expandedIds: expandedIds, spotlight: spotlight });
|
|
85
|
-
};
|
|
86
|
-
return React.createElement(
|
|
87
|
-
ExpansionPanel,
|
|
88
|
-
_extends({
|
|
89
|
-
isOpen: R.equals(id, activePanelId),
|
|
90
|
-
id: id,
|
|
91
|
-
testId: '' + testId,
|
|
92
|
-
label: labelRenderer({ id: id, label: label }),
|
|
93
|
-
onChangeActivePanel: onChangeActivePanel,
|
|
94
|
-
overflow: true,
|
|
95
|
-
tagValueLabel: tagValueLabel,
|
|
96
|
-
topElementComponent: React.createElement(
|
|
97
|
-
Fragment,
|
|
98
|
-
null,
|
|
99
|
-
React.createElement(
|
|
100
|
-
Container,
|
|
101
|
-
{ disableGutters: true, className: classes.spotlightContainer, role: 'presentation' },
|
|
102
|
-
hasSpotlight && React.createElement(Spotlight, {
|
|
103
|
-
className: { container: classes.middle },
|
|
104
|
-
fullWidth: true,
|
|
105
|
-
hasClearAll: true,
|
|
106
|
-
placeholder: getTotal(items, R.prop('placeholder', labels)),
|
|
107
|
-
term: spotlight.term,
|
|
108
|
-
hasCommit: false,
|
|
109
|
-
spotlight: { fields: {} },
|
|
110
|
-
action: setSpotlight,
|
|
111
|
-
labels: labels
|
|
112
|
-
}),
|
|
113
|
-
R.is(Function, toggleBulk) && hasSpotlight && React.createElement(
|
|
114
|
-
Tooltip,
|
|
115
|
-
{
|
|
116
|
-
title: R.prop('iconLabel')(labels),
|
|
117
|
-
key: id,
|
|
118
|
-
placement: 'bottom',
|
|
119
|
-
variant: 'light'
|
|
120
|
-
},
|
|
121
|
-
React.createElement(
|
|
122
|
-
VerticalButton,
|
|
123
|
-
{
|
|
124
|
-
'aria-label': R.prop('iconLabel')(labels),
|
|
125
|
-
classes: { root: classes.bulkSelectionIcon },
|
|
126
|
-
onClick: onAdvancedToggle
|
|
127
|
-
},
|
|
128
|
-
React.createElement(ZoomOutMapIcon, { color: 'primary' })
|
|
129
|
-
)
|
|
130
|
-
)
|
|
131
|
-
)
|
|
132
|
-
),
|
|
133
|
-
tag: React.createElement(
|
|
134
|
-
Chip,
|
|
135
|
-
{ items: items, tagValueLabel: tagValueLabel },
|
|
136
|
-
tagValue
|
|
137
|
-
)
|
|
138
|
-
}, expansionPanelProps),
|
|
139
|
-
React.createElement(VirtualizedTree, _extends({}, props, {
|
|
140
|
-
items: items,
|
|
141
|
-
changeSelection: onSelect,
|
|
142
|
-
isRtl: isRtl,
|
|
143
|
-
disableAccessor: _disableAccessor,
|
|
144
|
-
isGreyed: isDisabled
|
|
145
|
-
}))
|
|
146
|
-
);
|
|
147
|
-
};
|
|
148
|
-
|
|
149
|
-
HierarchicalFilter.propTypes = process.env.NODE_ENV !== "production" ? {
|
|
150
|
-
id: PropTypes.string,
|
|
151
|
-
activePanelId: PropTypes.string,
|
|
152
|
-
changeSelection: PropTypes.func,
|
|
153
|
-
onChangeActivePanel: PropTypes.func,
|
|
154
|
-
disableAccessor: PropTypes.func,
|
|
155
|
-
HTMLRenderer: PropTypes.func,
|
|
156
|
-
isRtl: PropTypes.bool,
|
|
157
|
-
items: PropTypes.array,
|
|
158
|
-
label: PropTypes.string,
|
|
159
|
-
labels: PropTypes.shape({
|
|
160
|
-
disableItemLabel: PropTypes.string,
|
|
161
|
-
placeholder: PropTypes.func
|
|
162
|
-
}),
|
|
163
|
-
labelRenderer: PropTypes.func,
|
|
164
|
-
Tag: PropTypes.func,
|
|
165
|
-
testId: PropTypes.string,
|
|
166
|
-
expansionPanelProps: PropTypes.object,
|
|
167
|
-
toggleBulk: PropTypes.func,
|
|
168
|
-
tagAccessor: PropTypes.func,
|
|
169
|
-
expandedIds: PropTypes.object,
|
|
170
|
-
spotlight: PropTypes.object,
|
|
171
|
-
setSpotlight: PropTypes.func,
|
|
172
|
-
hasSpotlight: PropTypes.bool,
|
|
173
|
-
allItems: PropTypes.array,
|
|
174
|
-
simpleSelectionMode: PropTypes.bool,
|
|
175
|
-
tagAriaLabel: PropTypes.func
|
|
176
|
-
} : {};
|
|
177
|
-
|
|
178
|
-
export default withSpotlight(withExpansionTree(HierarchicalFilter));
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
*
|
|
3
|
-
* @memberOf VISIONS
|
|
4
|
-
* @name HierarchicalFilter
|
|
5
|
-
* @tag component
|
|
6
|
-
* @api public
|
|
7
|
-
* @props
|
|
8
|
-
* HierarchicalFilter.propTypes = {
|
|
9
|
-
* items: {
|
|
10
|
-
* id: PropTypes.oneOfType([PropTypes.string, PropTypes.number]).isRequired,
|
|
11
|
-
* label: PropTypes.string,
|
|
12
|
-
* parentId: PropTypes.oneOfType([PropTypes.string, PropTypes.number]),
|
|
13
|
-
* isSelected: PropTypes.bool,
|
|
14
|
-
* isDisabled: PropTypes.bool,
|
|
15
|
-
* count: PropTypes.number,
|
|
16
|
-
* path: PropTypes.arrayOf(PropTypes.shape({
|
|
17
|
-
* id: PropTypes.oneOfType([PropTypes.string, PropTypes.number]).isRequired,
|
|
18
|
-
* label: PropTypes.string,
|
|
19
|
-
* parentId: PropTypes.oneOfType([PropTypes.string, PropTypes.number]),
|
|
20
|
-
* isSelected: PropTypes.bool,
|
|
21
|
-
* })),
|
|
22
|
-
* },
|
|
23
|
-
* }
|
|
24
|
-
*/
|
|
25
|
-
|
|
26
|
-
export { default } from './HierarchicalFilter';
|
|
@@ -1,12 +0,0 @@
|
|
|
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
|
-
|
|
3
|
-
import React from 'react';
|
|
4
|
-
import SvgIcon from '@mui/material/SvgIcon';
|
|
5
|
-
|
|
6
|
-
export default (function (props) {
|
|
7
|
-
return React.createElement(
|
|
8
|
-
SvgIcon,
|
|
9
|
-
_extends({ viewBox: '0 0 32 38' }, props),
|
|
10
|
-
React.createElement('path', { d: 'M16 0.256c-8.672 0-15.744 7.072-15.744 15.744s7.072 15.744 15.744 15.744 15.744-7.072 15.744-15.744-7.072-15.744-15.744-15.744zM16 30.016c-7.744 0-13.984-6.272-13.984-14.016s6.24-14.016 13.984-14.016 14.016 6.272 14.016 14.016-6.272 14.016-14.016 14.016zM16 3.072c-7.072 0-12.928 5.728-12.928 12.928s5.728 12.928 12.928 12.928 12.928-5.728 12.928-12.928-5.856-12.928-12.928-12.928zM16 5.984c1.216 0 2.272 0.96 2.272 2.272 0 1.216-0.928 2.272-2.272 2.272s-2.272-1.184-2.272-2.4c0-1.184 1.088-2.144 2.272-2.144zM23.456 13.6c-0.256 0.256-0.512 0.544-0.928 0.544l-4.512 0.64v2.816l2.656 6.4c0.128 0.384 0.128 0.8 0 1.056-0.128 0.416-0.416 0.672-0.8 0.8-0.128 0.128-0.416 0.128-0.544 0.128-0.512 0-1.056-0.384-1.312-0.928l-2.016-4.928-1.984 4.928c-0.288 0.544-0.8 0.928-1.344 0.928-0.128 0-0.416 0-0.544-0.128-0.672-0.256-1.056-1.184-0.8-1.856l2.688-6.4v-2.816l-4.544-0.64c-0.416 0-0.672-0.288-0.928-0.544-0.288-0.256-0.416-0.672-0.288-1.056 0.16-0.672 0.672-1.216 1.472-1.216 0.128 0 0.128 0 0.288 0l5.44 0.8c0 0 0.16-0.128 0.16-0.128v0h0.928l0.128 0.128c0 0 0.128 0 0.128 0l5.472-0.8c0.128 0 0.128 0 0.256 0 0.672 0 1.344 0.544 1.472 1.216-0.128 0.384-0.256 0.8-0.544 1.056z' })
|
|
11
|
-
);
|
|
12
|
-
});
|
|
@@ -1,12 +0,0 @@
|
|
|
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
|
-
|
|
3
|
-
import React from 'react';
|
|
4
|
-
import SvgIcon from '@mui/material/SvgIcon';
|
|
5
|
-
|
|
6
|
-
export default (function (props) {
|
|
7
|
-
return React.createElement(
|
|
8
|
-
SvgIcon,
|
|
9
|
-
_extends({ viewBox: '0 0 32 38' }, props),
|
|
10
|
-
React.createElement('path', { d: 'M16 0.256c-8.672 0-15.744 7.072-15.744 15.744s7.072 15.744 15.744 15.744 15.744-7.072 15.744-15.744-7.072-15.744-15.744-15.744zM16 30.016c-7.744 0-13.984-6.272-13.984-14.016s6.24-14.016 13.984-14.016 14.016 6.272 14.016 14.016-6.272 14.016-14.016 14.016zM19.328 25.984c-0.512 0-1.056-0.384-1.312-0.928l-2.016-4.928-1.984 4.928c-0.288 0.544-0.8 0.928-1.344 0.928-0.128 0-0.416 0-0.544-0.128-0.672-0.256-1.056-1.184-0.8-1.856l2.688-6.4v-2.816l-4.544-0.64c-0.416 0-0.672-0.288-0.928-0.544-0.288-0.256-0.416-0.672-0.288-1.056 0.16-0.672 0.672-1.216 1.472-1.216 0.128 0 0.128 0 0.288 0l5.44 0.8c0 0 0.16-0.128 0.16-0.128v0h0.928l0.128 0.128c0 0 0.128 0 0.128 0l5.472-0.8c0.128 0 0.128 0 0.256 0 0.672 0 1.344 0.544 1.472 1.216 0 0.384 0 0.8-0.256 1.056-0.288 0.256-0.544 0.544-0.928 0.544l-4.544 0.64v2.816l2.656 6.4c0.128 0.384 0.128 0.8 0 1.056-0.128 0.416-0.384 0.672-0.8 0.8-0.384 0.128-0.512 0.128-0.8 0.128zM16 10.4c-1.184 0-2.272-0.928-2.272-2.272s0.928-2.272 2.272-2.272c1.216 0 2.272 0.928 2.272 2.272s-1.056 2.272-2.272 2.272z' })
|
|
11
|
-
);
|
|
12
|
-
});
|
|
@@ -1,12 +0,0 @@
|
|
|
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
|
-
|
|
3
|
-
import React from 'react';
|
|
4
|
-
import SvgIcon from '@mui/material/SvgIcon';
|
|
5
|
-
|
|
6
|
-
export default (function (props) {
|
|
7
|
-
return React.createElement(
|
|
8
|
-
SvgIcon,
|
|
9
|
-
_extends({ viewBox: '0 0 32 38' }, props),
|
|
10
|
-
React.createElement('path', { d: 'M16 0.256c-8.672 0-15.744 7.072-15.744 15.744s7.072 15.744 15.744 15.744 15.744-7.072 15.744-15.744-7.072-15.744-15.744-15.744zM16 30.016c-7.744 0-13.984-6.272-13.984-14.016s6.24-14.016 13.984-14.016 14.016 6.272 14.016 14.016-6.272 14.016-14.016 14.016zM16 3.072c-7.072 0-12.928 5.728-12.928 12.928s5.728 12.928 12.928 12.928 12.928-5.728 12.928-12.928-5.856-12.928-12.928-12.928zM16 5.728c2.4 0 4.416 2.016 4.416 4.416s-2.016 4.384-4.416 4.384-4.384-1.984-4.384-4.384c0-2.4 1.984-4.416 4.384-4.416zM16 26.528c-3.584 0-6.944-1.856-8.8-4.672 0-2.912 5.856-4.512 8.8-4.512s8.672 1.6 8.8 4.512c-1.856 2.816-5.184 4.672-8.8 4.672z' })
|
|
11
|
-
);
|
|
12
|
-
});
|
|
@@ -1,12 +0,0 @@
|
|
|
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
|
-
|
|
3
|
-
import React from 'react';
|
|
4
|
-
import SvgIcon from '@mui/material/SvgIcon';
|
|
5
|
-
|
|
6
|
-
export default (function (props) {
|
|
7
|
-
return React.createElement(
|
|
8
|
-
SvgIcon,
|
|
9
|
-
_extends({ viewBox: '0 0 32 38' }, props),
|
|
10
|
-
React.createElement('path', { d: 'M16 5.728c2.4 0 4.416 2.016 4.416 4.416s-2.016 4.384-4.416 4.384-4.384-1.984-4.384-4.384 1.984-4.416 4.384-4.416zM16 26.528c-3.584 0-6.944-1.856-8.8-4.672 0-2.912 5.856-4.512 8.8-4.512s8.672 1.6 8.8 4.512c-1.856 2.816-5.184 4.672-8.8 4.672zM16 0.256c-8.672 0-15.744 7.072-15.744 15.744s7.072 15.744 15.744 15.744 15.744-7.072 15.744-15.744-7.072-15.744-15.744-15.744zM16 30.016c-7.744 0-13.984-6.272-13.984-14.016s6.24-14.016 13.984-14.016 14.016 6.272 14.016 14.016-6.272 14.016-14.016 14.016z' })
|
|
11
|
-
);
|
|
12
|
-
});
|
package/es/Icons/Api.js
DELETED
|
@@ -1,12 +0,0 @@
|
|
|
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
|
-
|
|
3
|
-
import React from 'react';
|
|
4
|
-
import SvgIcon from '@mui/material/SvgIcon';
|
|
5
|
-
|
|
6
|
-
export default (function (props) {
|
|
7
|
-
return React.createElement(
|
|
8
|
-
SvgIcon,
|
|
9
|
-
_extends({ viewBox: '0 0 32 38' }, props),
|
|
10
|
-
React.createElement('path', { d: 'M30.4 1.6h-28.8c-0.96 0-1.6 0.8-1.6 1.6v25.6c0 0.8 0.64 1.6 1.6 1.6h28.8c0.8 0 1.6-0.8 1.6-1.6v-25.6c0-0.8-0.8-1.6-1.6-1.6zM29.76 28.16h-27.52v-18.88h27.52v18.88zM4.16 23.36l4.64-9.92 0.16-0.16h0.16c0.16 0 0.16 0 0.16 0.16l4.64 9.92c0 0.16 0 0.48-0.16 0.48h-1.76c-0.16 0-0.48 0-0.64-0.48l-0.64-1.28h-4l-0.64 1.28c0 0.16-0.16 0.48-0.64 0.48h-1.12c-0.16 0-0.48-0.32-0.16-0.48zM10.080 20.16l-1.28-2.4-0.96 2.4h2.24zM15.36 13.76c0-0.16 0.16-0.16 0.16-0.16h3.68c1.76 0 3.2 1.44 3.2 3.2s-1.44 3.2-3.2 3.2h-1.6v3.36c0 0.16-0.16 0.16-0.16 0.16h-1.92c-0.16 0-0.16-0.16-0.16-0.16v-9.6zM19.040 17.92c0.64 0 1.28-0.48 1.28-1.28 0-0.64-0.64-0.96-1.28-0.96h-1.44v2.24h1.44zM24 13.76c0-0.16 0.16-0.16 0.16-0.16h1.76c0.16 0 0.16 0.16 0.16 0.16v9.76c0 0.16-0.16 0.16-0.16 0.16h-1.76c-0.16 0-0.16-0.16-0.16-0.16v-9.76z' })
|
|
11
|
-
);
|
|
12
|
-
});
|
package/es/Icons/Asterisk.js
DELETED
|
@@ -1,12 +0,0 @@
|
|
|
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
|
-
|
|
3
|
-
import React from 'react';
|
|
4
|
-
import SvgIcon from '@mui/material/SvgIcon';
|
|
5
|
-
|
|
6
|
-
export default (function (props) {
|
|
7
|
-
return React.createElement(
|
|
8
|
-
SvgIcon,
|
|
9
|
-
_extends({ viewBox: '0 0 32 38' }, props),
|
|
10
|
-
React.createElement('path', { d: 'M29.92 24.096c-0.512 0.768-1.28 1.28-2.208 1.28-0.384 0-0.896-0.128-1.28-0.384l-7.776-4.512v8.928c0 1.44-1.152 2.592-2.592 2.592s-2.592-1.152-2.592-2.592v-8.928l-7.776 4.512c-0.384 0.256-0.896 0.384-1.28 0.384-0.928 0-1.824-0.512-2.208-1.28-0.768-1.28-0.256-2.848 0.896-3.488l7.776-4.544-7.776-4.544c-1.28-0.768-1.664-2.336-0.896-3.488s2.336-1.696 3.488-0.896l7.776 4.512v-9.056c0-1.44 1.184-2.592 2.592-2.592s2.592 1.152 2.592 2.592v8.928l7.776-4.512c1.28-0.8 2.848-0.288 3.488 0.896 0.8 1.28 0.256 2.848-0.896 3.488l-7.776 4.544 7.776 4.544c1.152 0.768 1.568 2.336 0.896 3.616z' })
|
|
11
|
-
);
|
|
12
|
-
});
|
package/es/Icons/Bar.js
DELETED
|
@@ -1,12 +0,0 @@
|
|
|
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
|
-
|
|
3
|
-
import React from 'react';
|
|
4
|
-
import SvgIcon from '@mui/material/SvgIcon';
|
|
5
|
-
|
|
6
|
-
export default (function (props) {
|
|
7
|
-
return React.createElement(
|
|
8
|
-
SvgIcon,
|
|
9
|
-
_extends({ viewBox: '0 0 32 38' }, props),
|
|
10
|
-
React.createElement('path', { d: 'M9.152 16v9.152h-4.576v-9.152h4.576zM16 6.848v18.304h-4.576v-18.304h4.576zM34.272 27.424v2.304h-36.544v-27.456h2.272v25.152h34.272zM22.848 11.424v13.728h-4.576v-13.728h4.576zM29.728 4.576v20.576h-4.576v-20.576h4.576z' })
|
|
11
|
-
);
|
|
12
|
-
});
|
package/es/Icons/CopyContent.js
DELETED
|
@@ -1,12 +0,0 @@
|
|
|
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
|
-
|
|
3
|
-
import React from 'react';
|
|
4
|
-
import SvgIcon from '@mui/material/SvgIcon';
|
|
5
|
-
|
|
6
|
-
export default (function (props) {
|
|
7
|
-
return React.createElement(
|
|
8
|
-
SvgIcon,
|
|
9
|
-
_extends({ viewBox: '0 0 24 24' }, props),
|
|
10
|
-
React.createElement('path', { d: 'M16 1H4c-1.1 0-2 .9-2 2v14h2V3h12V1zm3 4H8c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h11c1.1 0 2-.9 2-2V7c0-1.1-.9-2-2-2zm0 16H8V7h11v14z' })
|
|
11
|
-
);
|
|
12
|
-
});
|
package/es/Icons/Cross.js
DELETED
|
@@ -1,12 +0,0 @@
|
|
|
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
|
-
|
|
3
|
-
import React from 'react';
|
|
4
|
-
import SvgIcon from '@mui/material/SvgIcon';
|
|
5
|
-
|
|
6
|
-
export default (function (props) {
|
|
7
|
-
return React.createElement(
|
|
8
|
-
SvgIcon,
|
|
9
|
-
_extends({ viewBox: '0 0 32 38' }, props),
|
|
10
|
-
React.createElement('path', { d: 'M18.272 16l5.248-5.28c0.32-0.288 0.48-0.672 0.48-1.12 0-0.896-0.704-1.6-1.6-1.6-0.448 0-0.832 0.16-1.12 0.448l-5.28 5.28-5.248-5.28c-0.288-0.288-0.704-0.448-1.152-0.448-0.864 0-1.6 0.704-1.6 1.6 0 0.448 0.192 0.832 0.48 1.12l5.28 5.28-5.28 5.248c-0.288 0.288-0.48 0.704-0.48 1.152 0 0.864 0.736 1.6 1.6 1.6 0.448 0 0.864-0.192 1.152-0.48l5.248-5.28 5.28 5.28c0.288 0.288 0.672 0.48 1.12 0.48 0.896 0 1.6-0.736 1.6-1.6 0-0.448-0.16-0.864-0.448-1.152l-5.28-5.248z' })
|
|
11
|
-
);
|
|
12
|
-
});
|
package/es/Icons/HSymbol.js
DELETED
|
@@ -1,12 +0,0 @@
|
|
|
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
|
-
|
|
3
|
-
import React from 'react';
|
|
4
|
-
import SvgIcon from '@mui/material/SvgIcon';
|
|
5
|
-
|
|
6
|
-
export default (function (props) {
|
|
7
|
-
return React.createElement(
|
|
8
|
-
SvgIcon,
|
|
9
|
-
_extends({ viewBox: '0 0 32 38' }, props),
|
|
10
|
-
React.createElement('path', { d: 'M3.584 20.736c0 1.568 1.28 2.848 2.848 2.848s2.848-1.28 2.848-2.848c0-1.568-1.28-2.848-2.848-2.848s-2.848 1.28-2.848 2.848zM8.768 20.736c0 1.28-1.056 2.336-2.336 2.336-1.312 0-2.336-1.056-2.336-2.336s1.024-2.336 2.336-2.336c1.28 0 2.336 1.056 2.336 2.336zM23.392 17.888c1.568 0 2.848 1.28 2.848 2.848s-1.28 2.848-2.848 2.848-2.848-1.28-2.848-2.848c0-1.568 1.28-2.848 2.848-2.848zM34.272 27.424v2.304h-36.544v-27.456h2.272v25.152h34.272zM9.92 21.248v-0.96h9.728v0.96h-9.728zM12.992 14.24c0 1.568 1.28 2.848 2.848 2.848 1.6 0 2.88-1.28 2.88-2.848s-1.28-2.848-2.88-2.848c-1.568 0-2.848 1.28-2.848 2.848zM18.208 14.24c0 1.28-1.056 2.336-2.368 2.336-1.28 0-2.336-1.056-2.336-2.336 0-1.312 1.056-2.336 2.336-2.336 1.312 0 2.368 1.024 2.368 2.336zM28.96 11.392c1.6 0 2.848 1.28 2.848 2.848s-1.248 2.848-2.848 2.848-2.848-1.28-2.848-2.848c0-1.568 1.28-2.848 2.848-2.848zM19.36 14.752v-0.96h5.792v0.96h-5.792zM6.592 6.944c0 1.568 1.28 2.848 2.848 2.848s2.848-1.28 2.848-2.848c0-1.568-1.28-2.848-2.848-2.848s-2.848 1.28-2.848 2.848zM11.776 6.944c0 1.28-1.056 2.336-2.336 2.336s-2.336-1.056-2.336-2.336c0-1.28 1.056-2.336 2.336-2.336s2.336 1.056 2.336 2.336zM20 4.096c1.568 0 2.848 1.28 2.848 2.848s-1.28 2.848-2.848 2.848-2.848-1.28-2.848-2.848c0-1.568 1.248-2.848 2.848-2.848zM12.928 7.456v-0.96h3.264v0.96h-3.264z' })
|
|
11
|
-
);
|
|
12
|
-
});
|
package/es/Icons/Row.js
DELETED
|
@@ -1,12 +0,0 @@
|
|
|
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
|
-
|
|
3
|
-
import React from 'react';
|
|
4
|
-
import SvgIcon from '@mui/material/SvgIcon';
|
|
5
|
-
|
|
6
|
-
export default (function (props) {
|
|
7
|
-
return React.createElement(
|
|
8
|
-
SvgIcon,
|
|
9
|
-
_extends({ viewBox: '0 0 32 38' }, props),
|
|
10
|
-
React.createElement('path', { d: 'M22.848 11.424h-18.304v-4.576h18.304v4.576zM34.272 27.424v2.304h-36.544v-27.456h2.272v25.152h34.272zM18.272 18.272h-13.728v-4.544h13.728v4.544zM25.12 25.152h-20.576v-4.576h20.576v4.576z' })
|
|
11
|
-
);
|
|
12
|
-
});
|
package/es/Icons/Scatter.js
DELETED
|
@@ -1,12 +0,0 @@
|
|
|
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
|
-
|
|
3
|
-
import React from 'react';
|
|
4
|
-
import SvgIcon from '@mui/material/SvgIcon';
|
|
5
|
-
|
|
6
|
-
export default (function (props) {
|
|
7
|
-
return React.createElement(
|
|
8
|
-
SvgIcon,
|
|
9
|
-
_extends({ viewBox: '0 0 32 38' }, props),
|
|
10
|
-
React.createElement('path', { d: 'M25.728 11.008c0-1.568 1.28-2.848 2.848-2.848s2.848 1.28 2.848 2.848-1.28 2.848-2.848 2.848c-1.568 0-2.848-1.28-2.848-2.848zM34.272 27.424v2.304h-36.544v-27.456h2.272v25.152h34.272zM10.496 6.528c0-1.568 1.28-2.848 2.88-2.848 1.568 0 2.848 1.28 2.848 2.848s-1.28 2.848-2.848 2.848c-1.6 0-2.88-1.28-2.88-2.848zM4.032 20.096c0-1.6 1.28-2.848 2.848-2.848s2.848 1.248 2.848 2.848-1.28 2.848-2.848 2.848c-1.568 0-2.848-1.28-2.848-2.848zM18.56 16.384c0-1.568 1.28-2.848 2.848-2.848s2.848 1.28 2.848 2.848-1.28 2.848-2.848 2.848c-1.568 0-2.848-1.28-2.848-2.848z' })
|
|
11
|
-
);
|
|
12
|
-
});
|
package/es/Icons/StackedBar.js
DELETED
|
@@ -1,12 +0,0 @@
|
|
|
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
|
-
|
|
3
|
-
import React from 'react';
|
|
4
|
-
import SvgIcon from '@mui/material/SvgIcon';
|
|
5
|
-
|
|
6
|
-
export default (function (props) {
|
|
7
|
-
return React.createElement(
|
|
8
|
-
SvgIcon,
|
|
9
|
-
_extends({ viewBox: '0 0 32 38' }, props),
|
|
10
|
-
React.createElement('path', { d: 'M10.656 21.12v4.032h-6.080v-4.032h6.080zM10.656 12.416v7.52h-6.080v-7.52h6.080zM10.656 9.28v1.984h-6.080v-1.984h6.080zM34.272 27.424v2.304h-36.544v-27.456h2.272v25.152h34.272zM29.728 22.56v2.592h-6.080v-2.592h6.080zM29.728 15.36v6.176h-6.080v-6.176h6.080zM29.728 11.36v3.008h-6.080v-3.008h6.080zM20.192 17.952v7.2h-6.080v-7.2h6.080zM20.192 8.096v8.736h-6.080v-8.736h6.080zM20.192 2.272v4.416h-6.080v-4.416h6.080z' })
|
|
11
|
-
);
|
|
12
|
-
});
|
package/es/Icons/StackedRow.js
DELETED
|
@@ -1,12 +0,0 @@
|
|
|
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
|
-
|
|
3
|
-
import React from 'react';
|
|
4
|
-
import SvgIcon from '@mui/material/SvgIcon';
|
|
5
|
-
|
|
6
|
-
export default (function (props) {
|
|
7
|
-
return React.createElement(
|
|
8
|
-
SvgIcon,
|
|
9
|
-
_extends({ viewBox: '0 0 32 38' }, props),
|
|
10
|
-
React.createElement('path', { d: 'M13 6 4 6 4 11 13 11 13 6ZM15 20 4 20 4 25 15 25 15 20ZM24 20 16 20 16 25 24 25 24 20ZM27 20 25 20 25 25 27 25 27 20ZM21 6 14 6 14 11 21 11 21 6ZM25 6 22 6 22 11 25 11 25 6ZM18 13 4 13 4 18 18 18 18 13ZM28 13 19 13 19 18 28 18 28 13ZM34 13 29 13 29 18 34 18 34 13ZM34.3 27.4V29.7H-2.3V2.3H0V27.4H34.3Z' })
|
|
11
|
-
);
|
|
12
|
-
});
|
package/es/Icons/Timeline.js
DELETED
|
@@ -1,12 +0,0 @@
|
|
|
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
|
-
|
|
3
|
-
import React from 'react';
|
|
4
|
-
import SvgIcon from '@mui/material/SvgIcon';
|
|
5
|
-
|
|
6
|
-
export default (function (props) {
|
|
7
|
-
return React.createElement(
|
|
8
|
-
SvgIcon,
|
|
9
|
-
_extends({ viewBox: '0 0 32 38' }, props),
|
|
10
|
-
React.createElement('path', { d: 'M34.272 27.424v2.304h-36.544v-27.456h2.272v25.152h34.272zM2.848 22.752l-1.344-1.568 8.288-7.072 1.344 1.6-8.288 7.040zM2.848 14.112l-1.344-1.568 8.288-7.040 1.344 1.568-8.288 7.040zM8.224 15.424l1.6-1.312 6.624 8.128-1.6 1.312-6.624-8.128zM8.224 6.784l1.6-1.312 14.144 17.376-1.6 1.312-14.144-17.376zM14.848 23.552l-1.344-1.6 18.336-15.264 1.344 1.6-18.336 15.264zM22.368 24.128l-1.344-1.6 10.72-8.896 1.312 1.568-10.688 8.928z' })
|
|
11
|
-
);
|
|
12
|
-
});
|
package/es/Icons/VSymbol.js
DELETED
|
@@ -1,12 +0,0 @@
|
|
|
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
|
-
|
|
3
|
-
import React from 'react';
|
|
4
|
-
import SvgIcon from '@mui/material/SvgIcon';
|
|
5
|
-
|
|
6
|
-
export default (function (props) {
|
|
7
|
-
return React.createElement(
|
|
8
|
-
SvgIcon,
|
|
9
|
-
_extends({ viewBox: '0 0 32 38' }, props),
|
|
10
|
-
React.createElement('path', { d: 'M28 25.44c1.6 0 2.848-1.28 2.848-2.848s-1.248-2.848-2.848-2.848c-1.568 0-2.848 1.28-2.848 2.848s1.28 2.848 2.848 2.848zM28 20.256c1.312 0 2.336 1.024 2.336 2.336 0 1.28-1.024 2.336-2.336 2.336-1.28 0-2.336-1.056-2.336-2.336 0-1.312 1.056-2.336 2.336-2.336zM25.152 5.6c0-1.568 1.28-2.848 2.848-2.848 1.6 0 2.848 1.28 2.848 2.848s-1.248 2.848-2.848 2.848c-1.568 0-2.848-1.28-2.848-2.848zM34.272 27.424v2.304h-36.544v-27.456h2.272v25.152h34.272zM28.512 19.072h-0.96v-9.728h0.96v9.728zM14.176 15.424c1.568 0 2.848-1.28 2.848-2.848s-1.28-2.848-2.848-2.848c-1.6 0-2.848 1.28-2.848 2.848s1.248 2.848 2.848 2.848zM14.176 10.24c1.28 0 2.336 1.056 2.336 2.336s-1.056 2.336-2.336 2.336c-1.312 0-2.336-1.056-2.336-2.336s1.024-2.336 2.336-2.336zM11.328 3.648c0-1.6 1.248-2.848 2.848-2.848 1.568 0 2.848 1.248 2.848 2.848s-1.28 2.848-2.848 2.848c-1.6 0-2.848-1.28-2.848-2.848zM14.688 8.8h-0.992v-1.344h0.992v1.344zM6.88 23.488c1.568 0 2.848-1.28 2.848-2.848s-1.28-2.848-2.848-2.848c-1.568 0-2.848 1.28-2.848 2.848s1.28 2.848 2.848 2.848zM6.88 18.304c1.28 0 2.336 1.024 2.336 2.336 0 1.28-1.056 2.336-2.336 2.336s-2.336-1.056-2.336-2.336c0-1.312 1.056-2.336 2.336-2.336zM4.032 10.080c0-1.568 1.28-2.848 2.848-2.848s2.848 1.28 2.848 2.848-1.28 2.848-2.848 2.848c-1.568 0-2.848-1.28-2.848-2.848zM7.392 17.12h-0.96v-3.232h0.96v3.232zM21.408 12.032c1.568 0 2.848-1.28 2.848-2.848s-1.28-2.848-2.848-2.848c-1.568 0-2.848 1.28-2.848 2.848s1.28 2.848 2.848 2.848zM21.408 6.848c1.28 0 2.336 1.056 2.336 2.336s-1.056 2.336-2.336 2.336c-1.28 0-2.336-1.056-2.336-2.336s1.056-2.336 2.336-2.336zM18.56 18.272c0-1.568 1.28-2.848 2.848-2.848s2.848 1.28 2.848 2.848-1.28 2.848-2.848 2.848c-1.568 0-2.848-1.248-2.848-2.848zM21.92 14.528h-0.96v-1.568h0.96v1.568z' })
|
|
11
|
-
);
|
|
12
|
-
});
|
package/es/Icons/Warning.js
DELETED
|
@@ -1,25 +0,0 @@
|
|
|
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
|
-
|
|
3
|
-
import React from 'react';
|
|
4
|
-
import PropTypes from 'prop-types';
|
|
5
|
-
import * as R from 'ramda';
|
|
6
|
-
import SvgIcon from '@mui/material/SvgIcon';
|
|
7
|
-
|
|
8
|
-
var WarningIcon = React.forwardRef(function (props, ref) {
|
|
9
|
-
return React.createElement(
|
|
10
|
-
SvgIcon,
|
|
11
|
-
_extends({ ref: ref, viewBox: '0 0 24 24' }, R.omit(['pathBackgroundColor', 'pathColor'], props)),
|
|
12
|
-
React.createElement('path', {
|
|
13
|
-
d: 'M1 21h22L12 2 1 21zm12-3h-2v-2h2v2zm0-4h-2v-4h2v4z',
|
|
14
|
-
fill: props.pathBackgroundColor || 'orange'
|
|
15
|
-
}),
|
|
16
|
-
React.createElement('path', { d: 'M1 21zm12 -3h-2v-2h2v2zm0 -4h-2v-4h2v4z', fill: props.pathColor || 'black' })
|
|
17
|
-
);
|
|
18
|
-
});
|
|
19
|
-
|
|
20
|
-
WarningIcon.propTypes = {
|
|
21
|
-
pathBackgroundColor: PropTypes.string,
|
|
22
|
-
pathColor: PropTypes.string
|
|
23
|
-
};
|
|
24
|
-
|
|
25
|
-
export default WarningIcon;
|
package/es/Icons/index.js
DELETED
|
@@ -1,28 +0,0 @@
|
|
|
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
|
-
*/
|
|
11
|
-
|
|
12
|
-
export { default as VSymbol } from './VSymbol';
|
|
13
|
-
export { default as Scatter } from './Scatter';
|
|
14
|
-
export { default as HSymbol } from './HSymbol';
|
|
15
|
-
export { default as Row } from './Row';
|
|
16
|
-
export { default as Bar } from './Bar';
|
|
17
|
-
export { default as Timeline } from './Timeline';
|
|
18
|
-
export { default as StackedBar } from './StackedBar';
|
|
19
|
-
export { default as StackedRow } from './StackedRow';
|
|
20
|
-
export { default as Cross } from './StackedBar';
|
|
21
|
-
export { default as Asterisk } from './Asterisk';
|
|
22
|
-
export { default as Api } from './Api';
|
|
23
|
-
export { default as AccessibilityFilled } from './AccessibilityFilled';
|
|
24
|
-
export { default as AccessibilityOutlined } from './AccessibilityOutlined';
|
|
25
|
-
export { default as AccountFilled } from './AccountFilled';
|
|
26
|
-
export { default as AccountOutlined } from './AccountOutlined';
|
|
27
|
-
export { default as Warning } from './Warning';
|
|
28
|
-
export { default as CopyContent } from './CopyContent';
|