carbon-addons-iot-react 2.145.0-next.9 → 2.145.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/CHANGELOG.md +847 -0
- package/css/carbon-addons-iot-react.css +6873 -6209
- package/css/carbon-addons-iot-react.css.map +1 -1
- package/es/node_modules/carbon-components-react/es/components/Button/Button.Skeleton.js +60 -0
- package/es/node_modules/carbon-components-react/es/components/Button/Button.js +183 -0
- package/es/node_modules/carbon-components-react/es/components/UIShell/Content.js +6 -121
- package/es/node_modules/carbon-components-react/es/components/UIShell/Header.js +7 -112
- package/es/node_modules/carbon-components-react/es/components/UIShell/HeaderContainer.js +12 -84
- package/es/node_modules/carbon-components-react/es/components/UIShell/HeaderGlobalAction.js +23 -115
- package/es/node_modules/carbon-components-react/es/components/UIShell/HeaderMenu.js +16 -196
- package/es/node_modules/carbon-components-react/es/components/UIShell/HeaderMenuButton.js +7 -112
- package/es/node_modules/carbon-components-react/es/components/UIShell/HeaderMenuItem.js +7 -111
- package/es/node_modules/carbon-components-react/es/components/UIShell/HeaderName.js +7 -121
- package/es/node_modules/carbon-components-react/es/components/UIShell/HeaderNavigation.js +18 -224
- package/es/node_modules/carbon-components-react/es/components/UIShell/HeaderPanel.js +7 -112
- package/es/node_modules/carbon-components-react/es/components/UIShell/HeaderSideNavItems.js +2 -47
- package/es/node_modules/carbon-components-react/es/components/UIShell/Link.js +5 -113
- package/es/node_modules/carbon-components-react/es/components/UIShell/SideNav.js +26 -199
- package/es/node_modules/carbon-components-react/es/components/UIShell/SideNavDetails.js +1 -29
- package/es/node_modules/carbon-components-react/es/components/UIShell/SideNavDivider.js +1 -15
- package/es/node_modules/carbon-components-react/es/components/UIShell/SideNavFooter.js +1 -47
- package/es/node_modules/carbon-components-react/es/components/UIShell/SideNavHeader.js +1 -41
- package/es/node_modules/carbon-components-react/es/components/UIShell/SideNavIcon.js +2 -48
- package/es/node_modules/carbon-components-react/es/components/UIShell/SideNavItem.js +2 -43
- package/es/node_modules/carbon-components-react/es/components/UIShell/SideNavItems.js +7 -30
- package/es/node_modules/carbon-components-react/es/components/UIShell/SideNavLink.js +7 -127
- package/es/node_modules/carbon-components-react/es/components/UIShell/SideNavLinkText.js +4 -77
- package/es/node_modules/carbon-components-react/es/components/UIShell/SideNavMenu.js +14 -156
- package/es/node_modules/carbon-components-react/es/components/UIShell/SideNavMenuItem.js +5 -97
- package/es/node_modules/carbon-components-react/es/components/UIShell/SideNavSwitcher.js +7 -39
- package/es/node_modules/carbon-components-react/es/components/UIShell/SkipToContent.js +4 -103
- package/es/node_modules/carbon-components-react/es/components/UIShell/Switcher.js +5 -76
- package/es/node_modules/carbon-components-react/es/components/UIShell/SwitcherDivider.js +5 -84
- package/es/node_modules/carbon-components-react/es/components/UIShell/SwitcherItem.js +7 -111
- package/es/node_modules/carbon-components-react/es/internal/keyboard/match.js +0 -2
- package/es/node_modules/carbon-components-react/es/internal/warning.js +26 -0
- package/es/node_modules/carbon-components-react/es/prop-types/deprecate.js +30 -0
- package/es/node_modules/carbon-components-react/es/prop-types/isRequiredOneOf.js +3 -59
- package/es/node_modules/carbon-components-react/es/tools/wrapComponent.js +5 -89
- package/es/node_modules/react-grid-layout/css/styles.css +114 -0
- package/es/node_modules/regenerator-runtime/runtime.js +186 -187
- package/es/{packages/react/src → src}/components/Accordion/AccordionItemDefer.jsx +0 -0
- package/es/{packages/react/src → src}/components/AddCard/AddCard.jsx +1 -1
- package/es/{packages/react/src → src}/components/BarChartCard/BarChartCard.jsx +54 -43
- package/es/{packages/react/src → src}/components/BarChartCard/barChartUtils.js +5 -5
- package/es/{packages/react/src → src}/components/Breadcrumb/Breadcrumb.jsx +0 -0
- package/es/{packages/react/src → src}/components/Button/Button.jsx +6 -8
- package/es/{packages/react/src → src}/components/Card/Card.jsx +11 -6
- package/es/{packages/react/src → src}/components/Card/CardRangePicker.jsx +4 -4
- package/es/{packages/react/src → src}/components/Card/CardToolbar.jsx +5 -5
- package/es/{packages/react/src → src}/components/Card/DataStateRenderer.jsx +4 -3
- package/es/{packages/react/src → src}/components/CardCodeEditor/CardCodeEditor.jsx +5 -5
- package/es/{packages/react/src → src}/components/CardEditor/CardEditForm/CardEditForm.jsx +18 -9
- package/es/{packages/react/src → src}/components/CardEditor/CardEditForm/CardEditFormContent.jsx +19 -6
- package/es/{packages/react/src → src}/components/CardEditor/CardEditForm/CardEditFormItems/BarChartCardFormItems/BarChartCardFormSettings.jsx +3 -3
- package/es/{packages/react/src → src}/components/CardEditor/CardEditForm/CardEditFormItems/ContentFormItemTitle.jsx +1 -1
- package/es/{packages/react/src → src}/components/CardEditor/CardEditForm/CardEditFormItems/DataSeriesFormItemModal.jsx +243 -304
- package/es/{packages/react/src → src}/components/CardEditor/CardEditForm/CardEditFormItems/DataSeriesFormItems/BarChartDataSeriesContent.jsx +3 -3
- package/es/{packages/react/src → src}/components/CardEditor/CardEditForm/CardEditFormItems/DataSeriesFormItems/DataSeriesFormContent.jsx +30 -76
- package/es/{packages/react/src → src}/components/CardEditor/CardEditForm/CardEditFormItems/DataSeriesFormItems/DataSeriesFormSettings.jsx +3 -3
- package/es/{packages/react/src → src}/components/CardEditor/CardEditForm/CardEditFormItems/ImageCardFormItems/ImageCardFormContent.jsx +4 -4
- package/es/{packages/react/src → src}/components/CardEditor/CardEditForm/CardEditFormItems/ImageCardFormItems/ImageCardFormSettings.jsx +3 -3
- package/es/{packages/react/src → src}/components/CardEditor/CardEditForm/CardEditFormItems/TableCardFormItems/TableCardFormContent.jsx +4 -4
- package/es/{packages/react/src → src}/components/CardEditor/CardEditForm/CardEditFormItems/TableCardFormItems/TableCardFormSettings.jsx +3 -3
- package/es/{packages/react/src → src}/components/CardEditor/CardEditForm/CardEditFormItems/ThresholdsFormItem.jsx +4 -4
- package/es/{packages/react/src → src}/components/CardEditor/CardEditForm/CardEditFormItems/ValueCardFormItems/ValueCardFormSettings.jsx +3 -3
- package/es/{packages/react/src → src}/components/CardEditor/CardEditForm/CardEditFormSettings.jsx +5 -4
- package/es/{packages/react/src → src}/components/CardEditor/CardEditForm/CommonCardEditFormFields.jsx +3 -3
- package/es/{packages/react/src → src}/components/CardEditor/CardEditor.jsx +3 -3
- package/es/{packages/react/src → src}/components/CardEditor/CardGalleryList/CardGalleryList.jsx +5 -12
- package/es/{packages/react/src → src}/components/ColorDropdown/ColorDropdown.jsx +1 -1
- package/es/{packages/react/src → src}/components/ComboBox/ComboBox.jsx +8 -7
- package/es/src/components/ComboChartCard/ComboChartCard.jsx +256 -0
- package/es/src/components/ComboChartCard/comboChartHelpers.js +350 -0
- package/es/{packages/react/src → src}/components/ComposedModal/ComposedModal.jsx +2 -2
- package/es/{packages/react/src → src}/components/ComposedStructuredList/ComposedStructuredList.jsx +37 -85
- package/es/{packages/react/src → src}/components/Dashboard/CardRenderer.jsx +15 -10
- package/es/{packages/react/src → src}/components/Dashboard/Dashboard.jsx +2 -2
- package/es/{packages/react/src → src}/components/Dashboard/DashboardGrid.jsx +11 -4
- package/es/{packages/react/src → src}/components/Dashboard/DashboardHeader.jsx +3 -3
- package/es/{packages/react/src → src}/components/DashboardEditor/DashboardEditor.jsx +86 -26
- package/es/{packages/react/src → src}/components/DashboardEditor/DashboardEditorCardRenderer.jsx +12 -12
- package/es/{packages/react/src → src}/components/DashboardEditor/DashboardEditorHeader/DashboardEditorHeader.jsx +6 -6
- package/es/{packages/react/src → src}/components/DashboardEditor/editorUtils.jsx +10 -20
- package/es/{packages/react/src → src}/components/DateTimePicker/DateTimePicker.jsx +49 -35
- package/es/{packages/react/src → src}/components/Dropdown/Dropdown.jsx +1 -1
- package/es/{packages/react/src → src}/components/EmptyState/EmptyState.jsx +21 -2
- package/es/src/components/EmptyState/index.js +5 -0
- package/es/{packages/react/src → src}/components/FileDrop/FileDrop.jsx +18 -50
- package/es/{packages/react/src → src}/components/FilterTags/FilterTags.jsx +2 -2
- package/es/{packages/react/src → src}/components/FlyoutMenu/FlyoutMenu.jsx +80 -20
- package/es/{packages/react/src → src}/components/GaugeCard/GaugeCard.jsx +2 -2
- package/es/{packages/react/src → src}/components/Header/Header.jsx +39 -34
- package/es/{packages/react/src → src}/components/Header/HeaderAction/HeaderAction.jsx +30 -30
- package/es/{packages/react/src → src}/components/Header/HeaderAction/HeaderActionMenu.jsx +31 -31
- package/es/{packages/react/src → src}/components/Header/HeaderAction/HeaderActionPanel.jsx +32 -32
- package/es/src/components/Header/HeaderActionGroup.jsx +80 -0
- package/es/{packages/react/src → src}/components/Hero/Hero.jsx +1 -1
- package/es/{packages/react/src → src}/components/HotspotEditorModal/DynamicHotspotSourcePicker/DynamicHotspotSourcePicker.jsx +5 -5
- package/es/{packages/react/src → src}/components/HotspotEditorModal/HotspotEditorDataSourceTab/HotspotEditorDataSourceTab.jsx +27 -9
- package/es/{packages/react/src → src}/components/HotspotEditorModal/HotspotEditorModal.jsx +4 -4
- package/es/{packages/react/src → src}/components/HotspotEditorModal/HotspotEditorTooltipTab/HotspotEditorTooltipTab.jsx +2 -2
- package/es/{packages/react/src → src}/components/HotspotEditorModal/HotspotTextStyleTab/HotspotTextStyleTab.jsx +1 -1
- package/es/{packages/react/src → src}/components/HotspotEditorModal/hooks/hotspotStateHook.js +4 -3
- package/es/{packages/react/src → src}/components/IconDropdown/IconDropdown.jsx +2 -2
- package/es/{packages/react/src → src}/components/IconSwitch/IconSwitch.jsx +2 -2
- package/es/{packages/react/src → src}/components/ImageCard/CardIcon.jsx +1 -1
- package/es/{packages/react/src → src}/components/ImageCard/Hotspot.jsx +2 -2
- package/es/{packages/react/src → src}/components/ImageCard/HotspotContent.jsx +3 -3
- package/es/{packages/react/src → src}/components/ImageCard/ImageCard.jsx +11 -29
- package/es/{packages/react/src → src}/components/ImageCard/ImageControls.jsx +3 -3
- package/es/{packages/react/src → src}/components/ImageCard/ImageHotspots.jsx +9 -6
- package/es/{packages/react/src → src}/components/ImageCard/ImageUploader.jsx +2 -2
- package/es/{packages/react/src → src}/components/ImageCard/Minimap.jsx +0 -0
- package/es/{packages/react/src → src}/components/ImageGalleryModal/ImageGalleryModal.jsx +14 -10
- package/es/{packages/react/src → src}/components/ImageGalleryModal/ImageTile.jsx +4 -4
- package/es/{packages/react/src → src}/components/List/HierarchyList/BulkActionHeader.jsx +1 -1
- package/es/{packages/react/src → src}/components/List/HierarchyList/HierarchyList.jsx +84 -45
- package/es/{packages/react/src → src}/components/List/HierarchyList/HierarchyListReorderModal/HierarchyListReorderModal.jsx +1 -1
- package/es/{packages/react/src → src}/components/List/HierarchyList/HierarchyListReorderModal/HierarchyReorderModalRadioGroup.jsx +2 -2
- package/es/{packages/react/src → src}/components/List/HierarchyList/index.js +0 -0
- package/es/{packages/react/src → src}/components/List/List.jsx +7 -8
- package/es/{packages/react/src → src}/components/List/ListHeader/ListHeader.jsx +5 -16
- package/es/{packages/react/src → src}/components/List/ListItem/ListItem.jsx +14 -9
- package/es/{packages/react/src → src}/components/List/ListItem/ListItemWrapper.jsx +2 -2
- package/es/{packages/react/src → src}/components/List/ListItem/ListTarget.jsx +2 -2
- package/es/{packages/react/src → src}/components/List/SimpleList/SimpleList.jsx +2 -2
- package/es/src/components/ListBuilder/ListBuilder.jsx +435 -0
- package/es/{packages/react/src → src}/components/ListCard/ListCard.jsx +4 -4
- package/es/src/components/MenuButton/MenuButton.jsx +310 -0
- package/es/src/components/MenuButton/SingleMenuButton.jsx +120 -0
- package/es/src/components/MenuButton/SplitMenuButton.jsx +115 -0
- package/es/src/components/MenuButton/utils.js +107 -0
- package/es/{packages/react/src → src}/components/NavigationBar/NavigationBar.jsx +0 -0
- package/es/{packages/react/src → src}/components/Page/EditPage.jsx +5 -5
- package/es/{packages/react/src → src}/components/Page/PageHero.jsx +0 -0
- package/es/{packages/react/src → src}/components/Page/PageSwitcher.jsx +0 -1
- package/es/{packages/react/src → src}/components/Page/PageTitle.jsx +0 -0
- package/es/{packages/react/src → src}/components/Page/PageWorkArea.jsx +0 -0
- package/es/src/components/PageTitleBar/PageTitleBar.jsx +522 -0
- package/es/{packages/react/src → src}/components/PageWizard/PageWizard.jsx +3 -3
- package/es/{packages/react/src → src}/components/PageWizard/PageWizardStep/PageWizardStep.jsx +2 -2
- package/es/{packages/react/src → src}/components/PageWizard/PageWizardStep/PageWizardStepContent.jsx +1 -1
- package/es/{packages/react/src → src}/components/PageWizard/PageWizardStep/PageWizardStepDescription.jsx +1 -1
- package/es/{packages/react/src → src}/components/PageWizard/PageWizardStep/PageWizardStepExtraContent.jsx +1 -1
- package/es/{packages/react/src → src}/components/PageWizard/PageWizardStep/PageWizardStepTitle.jsx +1 -1
- package/es/{packages/react/src → src}/components/PageWizard/StatefulPageWizard.jsx +0 -0
- package/es/{packages/react/src → src}/components/PieChartCard/PieChartCard.jsx +17 -11
- package/es/{packages/react/src → src}/components/ProgressIndicator/ProgressIndicator.jsx +9 -8
- package/es/{packages/react/src → src}/components/ResourceList/ResourceList.jsx +2 -2
- package/es/src/components/RuleBuilder/RuleBuilderPropTypes.js +77 -0
- package/es/{packages/react/src → src}/components/SideNav/SideNav.jsx +32 -32
- package/es/{packages/react/src → src}/components/SimpleIconDropdown/SimpleIconDropdown.jsx +1 -1
- package/es/{packages/react/src → src}/components/SimplePagination/SimplePagination.jsx +66 -11
- package/es/{packages/react/src → src}/components/SuiteHeader/SuiteHeader.jsx +31 -20
- package/es/{packages/react/src → src}/components/SuiteHeader/SuiteHeaderAppSwitcher/SuiteHeaderAppSwitcher.jsx +6 -6
- package/es/{packages/react/src → src}/components/SuiteHeader/SuiteHeaderLogoutModal/SuiteHeaderLogoutModal.jsx +3 -3
- package/es/{packages/react/src → src}/components/SuiteHeader/SuiteHeaderProfile/SuiteHeaderProfile.jsx +3 -3
- package/es/{packages/react/src → src}/components/SuiteHeader/hooks/useSuiteHeaderData.js +1 -1
- package/es/{packages/react/src → src}/components/SuiteHeader/i18n/index.js +0 -0
- package/es/{packages/react/src → src}/components/SuiteHeader/util/suiteHeaderData.fixture.js +0 -0
- package/es/{packages/react/src → src}/components/SuiteHeader/util/suiteHeaderData.js +9 -9
- package/es/{packages/react/src → src}/components/Table/EmptyTable/EmptyTable.jsx +42 -10
- package/es/{packages/react/src → src}/components/Table/Pagination.jsx +5 -3
- package/es/{packages/react/src → src}/components/Table/StatefulTable.jsx +31 -6
- package/es/{packages/react/src → src}/components/Table/Table.jsx +188 -24
- package/es/{packages/react/src → src}/components/Table/TableBody/RowActionsCell/RowActionsCell.jsx +3 -3
- package/es/{packages/react/src → src}/components/Table/TableBody/RowActionsCell/RowActionsError.jsx +1 -1
- package/es/{packages/react/src → src}/components/Table/TableBody/TableBody.jsx +23 -7
- package/es/{packages/react/src → src}/components/Table/TableBody/TableBodyRow/TableBodyRow.jsx +4 -4
- package/es/{packages/react/src → src}/components/Table/TableCellRenderer/TableCellRenderer.jsx +12 -6
- package/es/{packages/react/src → src}/components/Table/TableFoot/TableFoot.jsx +30 -4
- package/es/{packages/react/src → src}/components/Table/TableHead/ColumnHeaderRow/ColumnHeaderRow.jsx +21 -6
- package/es/{packages/react/src → src}/components/Table/TableHead/ColumnHeaderSelect/ColumnHeaderSelect.jsx +2 -1
- package/es/{packages/react/src → src}/components/Table/TableHead/ColumnResize.jsx +4 -4
- package/es/{packages/react/src → src}/components/Table/TableHead/FilterHeaderRow/FilterHeaderRow.jsx +25 -9
- package/es/{packages/react/src → src}/components/Table/TableHead/TableHead.jsx +33 -11
- package/es/{packages/react/src → src}/components/Table/TableHead/TableHeader.js +45 -12
- package/es/{packages/react/src → src}/components/Table/TableHead/columnWidthUtilityFunctions.js +6 -63
- package/es/{packages/react/src → src}/components/Table/TableManageViewsModal/SharedTableManageViewsModalPropTypes.js +0 -0
- package/es/{packages/react/src → src}/components/Table/TableManageViewsModal/TableManageViewsList.jsx +4 -4
- package/es/{packages/react/src → src}/components/Table/TableManageViewsModal/TableManageViewsModal.jsx +1 -1
- package/es/{packages/react/src → src}/components/Table/TablePropTypes.js +10 -0
- package/es/{packages/react/src → src}/components/Table/TableSaveViewModal/TableSaveViewForm.jsx +1 -1
- package/es/{packages/react/src → src}/components/Table/TableSaveViewModal/TableSaveViewModal.jsx +2 -2
- package/es/{packages/react/src → src}/components/Table/TableSkeletonWithHeaders/TableSkeletonWithHeaders.jsx +21 -5
- package/es/{packages/react/src → src}/components/Table/TableToolbar/TableToolbar.jsx +143 -10
- package/es/src/components/Table/TableToolbar/TableToolbarAdvancedFilterFlyout.jsx +709 -0
- package/es/{packages/react/src → src}/components/Table/TableToolbar/TableToolbarSVGButton.jsx +3 -3
- package/es/{packages/react/src → src}/components/Table/TableViewDropdown/TableViewDropdown.jsx +1 -1
- package/es/{packages/react/src → src}/components/Table/TableViewDropdown/TableViewDropdownItem.jsx +2 -2
- package/es/{packages/react/src → src}/components/Table/TableViewDropdown/TableViewItemPropTypes.js +0 -0
- package/es/{packages/react/src → src}/components/Table/baseTableReducer.js +0 -0
- package/es/{packages/react/src → src}/components/Table/tableActionCreators.js +45 -1
- package/es/{packages/react/src → src}/components/Table/tableReducer.js +239 -25
- package/es/{packages/react/src → src}/components/TableCard/TableCard.jsx +44 -32
- package/es/{packages/react/src → src}/components/TableCard/ThresholdIcon.jsx +1 -1
- package/es/{packages/react/src → src}/components/TableCard/tableCardUtils.jsx +10 -4
- package/es/{packages/react/src → src}/components/TileCatalog/CatalogContent.jsx +2 -2
- package/es/{packages/react/src → src}/components/TileCatalog/StatefulTileCatalog.jsx +29 -21
- package/es/{packages/react/src → src}/components/TileCatalog/TileCatalog.jsx +1 -1
- package/es/{packages/react/src → src}/components/TileCatalog/TileGroup.jsx +1 -1
- package/es/{packages/react/src → src}/components/TileCatalog/tileCatalogReducer.js +0 -0
- package/es/{packages/react/src → src}/components/TileCatalogNew/TileCatalogNew.jsx +1 -1
- package/es/{packages/react/src → src}/components/TileCatalogNew/TilePagination/TilePagination.jsx +2 -2
- package/es/{packages/react/src → src}/components/TileGallery/StatefulTileGallery.jsx +3 -3
- package/es/{packages/react/src → src}/components/TileGallery/TileGallery.jsx +0 -0
- package/es/{packages/react/src → src}/components/TileGallery/TileGalleryItem.jsx +1 -1
- package/es/{packages/react/src → src}/components/TileGallery/TileGallerySearch.jsx +0 -0
- package/es/{packages/react/src → src}/components/TileGallery/TileGallerySection.jsx +0 -0
- package/es/{packages/react/src → src}/components/TileGallery/TileGalleryViewSwitcher.jsx +0 -0
- package/es/{packages/react/src → src}/components/TimePickerSpinner/TimePickerSpinner.jsx +3 -3
- package/es/{packages/react/src → src}/components/TimeSeriesCard/TimeSeriesCard.jsx +98 -103
- package/es/{packages/react/src → src}/components/TimeSeriesCard/timeSeriesUtils.js +19 -82
- package/es/{packages/react/src → src}/components/Tooltip/index.jsx +3 -3
- package/es/{packages/react/src → src}/components/ValueCard/Attribute.jsx +15 -10
- package/es/{packages/react/src → src}/components/ValueCard/UnitRenderer.jsx +0 -0
- package/es/{packages/react/src → src}/components/ValueCard/ValueCard.jsx +2 -2
- package/es/{packages/react/src → src}/components/ValueCard/ValueRenderer.jsx +1 -1
- package/es/{packages/react/src → src}/components/ValueCard/valueCardUtils.js +7 -2
- package/es/{packages/react/src → src}/components/WizardInline/StatefulWizardInline.jsx +0 -0
- package/es/{packages/react/src → src}/components/WizardInline/WizardContent/WizardContent.jsx +0 -0
- package/es/{packages/react/src → src}/components/WizardInline/WizardFooter/WizardFooter.jsx +0 -0
- package/es/{packages/react/src → src}/components/WizardInline/WizardHeader/WizardHeader.jsx +6 -4
- package/es/{packages/react/src → src}/components/WizardInline/WizardInline.jsx +1 -1
- package/es/{packages/react/src → src}/components/WizardInline/WizardLeftSidebar/WizardSidebar.jsx +7 -17
- package/es/{packages/react/src → src}/components/WizardModal/WizardModal.jsx +4 -3
- package/es/{packages/react/src → src}/constants/CardPropTypes.js +70 -19
- package/es/{packages/react/src → src}/constants/HTMLAttributes.js +0 -0
- package/es/{packages/react/src → src}/constants/KeyCodeConstants.js +0 -0
- package/es/{packages/react/src → src}/constants/LayoutConstants.js +29 -2
- package/es/{packages/react/src → src}/constants/Settings.js +0 -0
- package/es/{packages/react/src → src}/constants/SharedPropTypes.js +0 -0
- package/es/{packages/react/src → src}/hooks/useDNDProviderElement.jsx +0 -0
- package/es/{packages/react/src → src}/hooks/usePopoverPositioning.jsx +27 -2
- package/es/src/hooks/usePrevious.jsx +18 -0
- package/es/{packages/react/src → src}/icons/components/AlertTableIcon.jsx +0 -0
- package/es/{packages/react/src → src}/icons/components/BarGroupedGraphIcon.jsx +0 -0
- package/es/{packages/react/src → src}/icons/components/BarStackGraphIcon.jsx +0 -0
- package/es/{packages/react/src → src}/icons/components/ComputerChipIcon.jsx +0 -0
- package/es/{packages/react/src → src}/icons/components/CustomCardIcon.jsx +0 -0
- package/es/{packages/react/src → src}/icons/components/DashboardIcon.jsx +0 -0
- package/es/{packages/react/src → src}/icons/components/DataScientistIcon.jsx +0 -0
- package/es/{packages/react/src → src}/icons/components/DataTableIcon.jsx +0 -0
- package/es/{packages/react/src → src}/icons/components/Emptystate404Icon.jsx +0 -0
- package/es/{packages/react/src → src}/icons/components/EmptystateDefaultIcon.jsx +0 -0
- package/es/{packages/react/src → src}/icons/components/EmptystateErrorIcon.jsx +0 -0
- package/es/{packages/react/src → src}/icons/components/EmptystateNoresultsIcon.jsx +0 -0
- package/es/{packages/react/src → src}/icons/components/EmptystateNotauthorizedIcon.jsx +0 -0
- package/es/{packages/react/src → src}/icons/components/EmptystateSuccessIcon.jsx +0 -0
- package/es/{packages/react/src → src}/icons/components/ImageIcon.jsx +0 -0
- package/es/{packages/react/src → src}/icons/components/LineGraphIcon.jsx +0 -0
- package/es/{packages/react/src → src}/icons/components/ListIcon.jsx +0 -0
- package/es/{packages/react/src → src}/icons/components/SimpleBarGraphIcon.jsx +0 -0
- package/es/{packages/react/src → src}/icons/components/ValueKpiIcon.jsx +0 -0
- package/es/{packages/react/src → src}/index.js +29 -25
- package/es/{packages/react/src → src}/internal/UseResizeObserver.jsx +0 -0
- package/es/{packages/react/src → src}/internal/deprecate.js +0 -0
- package/es/{packages/react/src → src}/styles/styles.js +0 -0
- package/es/{packages/react/src → src}/utils/DragAndDropUtils.jsx +1 -1
- package/es/{packages/react/src → src}/utils/bundledIcons.js +0 -0
- package/es/{packages/react/src → src}/utils/cardUtilityFunctions.js +67 -3
- package/es/{packages/react/src → src}/utils/componentUtilityFunctions.js +4 -4
- package/es/src/utils/dayjs.js +31 -0
- package/lib/css/carbon-addons-iot-react.css +6873 -6209
- package/lib/css/carbon-addons-iot-react.css.map +1 -1
- package/lib/node_modules/carbon-components-react/es/components/Button/Button.Skeleton.js +65 -0
- package/lib/node_modules/carbon-components-react/es/components/Button/Button.js +188 -0
- package/lib/node_modules/carbon-components-react/es/components/UIShell/Content.js +6 -121
- package/lib/node_modules/carbon-components-react/es/components/UIShell/Header.js +9 -114
- package/lib/node_modules/carbon-components-react/es/components/UIShell/HeaderContainer.js +12 -84
- package/lib/node_modules/carbon-components-react/es/components/UIShell/HeaderGlobalAction.js +30 -122
- package/lib/node_modules/carbon-components-react/es/components/UIShell/HeaderGlobalBar.js +2 -2
- package/lib/node_modules/carbon-components-react/es/components/UIShell/HeaderMenu.js +22 -202
- package/lib/node_modules/carbon-components-react/es/components/UIShell/HeaderMenuButton.js +9 -114
- package/lib/node_modules/carbon-components-react/es/components/UIShell/HeaderMenuItem.js +10 -114
- package/lib/node_modules/carbon-components-react/es/components/UIShell/HeaderName.js +10 -124
- package/lib/node_modules/carbon-components-react/es/components/UIShell/HeaderNavigation.js +20 -226
- package/lib/node_modules/carbon-components-react/es/components/UIShell/HeaderPanel.js +9 -114
- package/lib/node_modules/carbon-components-react/es/components/UIShell/HeaderSideNavItems.js +2 -47
- package/lib/node_modules/carbon-components-react/es/components/UIShell/Link.js +5 -113
- package/lib/node_modules/carbon-components-react/es/components/UIShell/SideNav.js +28 -201
- package/lib/node_modules/carbon-components-react/es/components/UIShell/SideNavDetails.js +1 -29
- package/lib/node_modules/carbon-components-react/es/components/UIShell/SideNavDivider.js +1 -15
- package/lib/node_modules/carbon-components-react/es/components/UIShell/SideNavFooter.js +1 -47
- package/lib/node_modules/carbon-components-react/es/components/UIShell/SideNavHeader.js +3 -43
- package/lib/node_modules/carbon-components-react/es/components/UIShell/SideNavIcon.js +2 -48
- package/lib/node_modules/carbon-components-react/es/components/UIShell/SideNavItem.js +2 -43
- package/lib/node_modules/carbon-components-react/es/components/UIShell/SideNavItems.js +7 -30
- package/lib/node_modules/carbon-components-react/es/components/UIShell/SideNavLink.js +16 -136
- package/lib/node_modules/carbon-components-react/es/components/UIShell/SideNavLinkText.js +4 -77
- package/lib/node_modules/carbon-components-react/es/components/UIShell/SideNavMenu.js +20 -162
- package/lib/node_modules/carbon-components-react/es/components/UIShell/SideNavMenuItem.js +9 -101
- package/lib/node_modules/carbon-components-react/es/components/UIShell/SideNavSwitcher.js +7 -39
- package/lib/node_modules/carbon-components-react/es/components/UIShell/SkipToContent.js +4 -103
- package/lib/node_modules/carbon-components-react/es/components/UIShell/Switcher.js +7 -78
- package/lib/node_modules/carbon-components-react/es/components/UIShell/SwitcherDivider.js +5 -84
- package/lib/node_modules/carbon-components-react/es/components/UIShell/SwitcherItem.js +11 -115
- package/lib/node_modules/carbon-components-react/es/internal/keyboard/match.js +0 -2
- package/lib/node_modules/carbon-components-react/es/internal/warning.js +28 -0
- package/lib/node_modules/carbon-components-react/es/prop-types/AriaPropTypes.js +2 -2
- package/lib/node_modules/carbon-components-react/es/prop-types/deprecate.js +32 -0
- package/lib/node_modules/carbon-components-react/es/prop-types/isRequiredOneOf.js +3 -59
- package/lib/node_modules/carbon-components-react/es/tools/wrapComponent.js +5 -89
- package/lib/node_modules/react-grid-layout/css/styles.css +114 -0
- package/lib/node_modules/regenerator-runtime/runtime.js +186 -189
- package/lib/scss/components/Button/_button.scss +1 -0
- package/lib/scss/components/Card/_data-state-renderer.scss +1 -0
- package/lib/scss/components/CardEditor/CardEditForm/_card-edit-form.scss +4 -0
- package/lib/scss/components/ComboChartCard/_combo-chart-card.scss +8 -0
- package/lib/scss/components/ComposedStructuredList/_composed-structured-list.scss +32 -0
- package/lib/scss/components/DashboardEditor/_dashboard-editor.scss +1 -0
- package/lib/scss/components/DateTimePicker/_date-time-picker.scss +1 -0
- package/lib/scss/components/FileDrop/_file-drop.scss +24 -0
- package/lib/scss/components/FlyoutMenu/_flyout-menu.scss +1 -1
- package/lib/scss/components/ImageCard/_image-card.scss +17 -0
- package/lib/scss/components/List/_list.scss +1 -3
- package/lib/scss/components/ListBuilder/_list-builder.scss +21 -0
- package/lib/scss/components/MenuButton/_menu-button.scss +28 -0
- package/lib/scss/components/PageTitleBar/_page-title-bar.scss +328 -22
- package/lib/scss/components/RuleBuilder/_rule-builder.scss +0 -2
- package/lib/scss/components/SelectUsersModal/_select-users-modal.scss +5 -0
- package/lib/scss/components/SimplePagination/_simple-pagination.scss +6 -2
- package/lib/scss/components/SuiteHeader/_suite-header.scss +8 -0
- package/lib/scss/components/Table/TableCellRenderer/_table-cell-renderer.scss +4 -0
- package/lib/scss/components/Table/TableToolbar/_advanced-filter-flyout.scss +46 -0
- package/lib/scss/components/Table/TableToolbar/_table-toolbar-svg-button.scss +1 -1
- package/lib/scss/components/Table/TableToolbar/_table-toolbar.scss +1 -0
- package/lib/scss/components/Table/_table.scss +21 -0
- package/lib/scss/components/ValueCard/_value-renderer.scss +0 -1
- package/lib/scss/components/WizardInline/_wizard-inline.scss +9 -3
- package/lib/scss/styles.scss +22 -16
- package/lib/{packages/react/src → src}/components/Accordion/AccordionItemDefer.jsx +0 -0
- package/lib/{packages/react/src → src}/components/AddCard/AddCard.jsx +1 -1
- package/lib/{packages/react/src → src}/components/BarChartCard/BarChartCard.jsx +78 -67
- package/lib/{packages/react/src → src}/components/BarChartCard/barChartUtils.js +10 -10
- package/lib/{packages/react/src → src}/components/Breadcrumb/Breadcrumb.jsx +2 -2
- package/lib/{packages/react/src → src}/components/Button/Button.jsx +6 -8
- package/lib/{packages/react/src → src}/components/Card/Card.jsx +25 -20
- package/lib/{packages/react/src → src}/components/Card/CardRangePicker.jsx +6 -6
- package/lib/{packages/react/src → src}/components/Card/CardToolbar.jsx +11 -11
- package/lib/{packages/react/src → src}/components/Card/DataStateRenderer.jsx +10 -9
- package/lib/{packages/react/src → src}/components/CardCodeEditor/CardCodeEditor.jsx +9 -9
- package/lib/{packages/react/src → src}/components/CardEditor/CardEditForm/CardEditForm.jsx +27 -18
- package/lib/{packages/react/src → src}/components/CardEditor/CardEditForm/CardEditFormContent.jsx +29 -16
- package/lib/{packages/react/src → src}/components/CardEditor/CardEditForm/CardEditFormItems/BarChartCardFormItems/BarChartCardFormSettings.jsx +4 -4
- package/lib/{packages/react/src → src}/components/CardEditor/CardEditForm/CardEditFormItems/ContentFormItemTitle.jsx +1 -1
- package/lib/{packages/react/src → src}/components/CardEditor/CardEditForm/CardEditFormItems/DataSeriesFormItemModal.jsx +251 -312
- package/lib/{packages/react/src → src}/components/CardEditor/CardEditForm/CardEditFormItems/DataSeriesFormItems/BarChartDataSeriesContent.jsx +4 -4
- package/lib/{packages/react/src → src}/components/CardEditor/CardEditForm/CardEditFormItems/DataSeriesFormItems/DataSeriesFormContent.jsx +45 -91
- package/lib/{packages/react/src → src}/components/CardEditor/CardEditForm/CardEditFormItems/DataSeriesFormItems/DataSeriesFormSettings.jsx +4 -4
- package/lib/{packages/react/src → src}/components/CardEditor/CardEditForm/CardEditFormItems/ImageCardFormItems/ImageCardFormContent.jsx +11 -11
- package/lib/{packages/react/src → src}/components/CardEditor/CardEditForm/CardEditFormItems/ImageCardFormItems/ImageCardFormSettings.jsx +6 -6
- package/lib/{packages/react/src → src}/components/CardEditor/CardEditForm/CardEditFormItems/TableCardFormItems/TableCardFormContent.jsx +17 -17
- package/lib/{packages/react/src → src}/components/CardEditor/CardEditForm/CardEditFormItems/TableCardFormItems/TableCardFormSettings.jsx +6 -6
- package/lib/{packages/react/src → src}/components/CardEditor/CardEditForm/CardEditFormItems/ThresholdsFormItem.jsx +13 -13
- package/lib/{packages/react/src → src}/components/CardEditor/CardEditForm/CardEditFormItems/ValueCardFormItems/ValueCardFormSettings.jsx +8 -8
- package/lib/{packages/react/src → src}/components/CardEditor/CardEditForm/CardEditFormSettings.jsx +16 -15
- package/lib/{packages/react/src → src}/components/CardEditor/CardEditForm/CommonCardEditFormFields.jsx +6 -6
- package/lib/{packages/react/src → src}/components/CardEditor/CardEditor.jsx +8 -8
- package/lib/{packages/react/src → src}/components/CardEditor/CardGalleryList/CardGalleryList.jsx +26 -33
- package/lib/{packages/react/src → src}/components/ColorDropdown/ColorDropdown.jsx +1 -1
- package/lib/{packages/react/src → src}/components/ComboBox/ComboBox.jsx +9 -8
- package/lib/src/components/ComboChartCard/ComboChartCard.jsx +261 -0
- package/lib/src/components/ComboChartCard/comboChartHelpers.js +358 -0
- package/lib/{packages/react/src → src}/components/ComposedModal/ComposedModal.jsx +4 -4
- package/lib/{packages/react/src → src}/components/ComposedStructuredList/ComposedStructuredList.jsx +37 -85
- package/lib/{packages/react/src → src}/components/Dashboard/CardRenderer.jsx +31 -26
- package/lib/{packages/react/src → src}/components/Dashboard/Dashboard.jsx +10 -10
- package/lib/{packages/react/src → src}/components/Dashboard/DashboardGrid.jsx +23 -16
- package/lib/{packages/react/src → src}/components/Dashboard/DashboardHeader.jsx +6 -6
- package/lib/{packages/react/src → src}/components/DashboardEditor/DashboardEditor.jsx +104 -44
- package/lib/{packages/react/src → src}/components/DashboardEditor/DashboardEditorCardRenderer.jsx +34 -34
- package/lib/{packages/react/src → src}/components/DashboardEditor/DashboardEditorHeader/DashboardEditorHeader.jsx +14 -14
- package/lib/{packages/react/src → src}/components/DashboardEditor/editorUtils.jsx +11 -21
- package/lib/{packages/react/src → src}/components/DateTimePicker/DateTimePicker.jsx +54 -40
- package/lib/{packages/react/src → src}/components/Dropdown/Dropdown.jsx +1 -1
- package/lib/{packages/react/src → src}/components/EmptyState/EmptyState.jsx +33 -14
- package/lib/src/components/EmptyState/index.js +7 -0
- package/lib/{packages/react/src → src}/components/FileDrop/FileDrop.jsx +19 -51
- package/lib/{packages/react/src → src}/components/FilterTags/FilterTags.jsx +4 -4
- package/lib/{packages/react/src → src}/components/FlyoutMenu/FlyoutMenu.jsx +84 -24
- package/lib/{packages/react/src → src}/components/GaugeCard/GaugeCard.jsx +11 -11
- package/lib/{packages/react/src → src}/components/Header/Header.jsx +46 -41
- package/lib/{packages/react/src → src}/components/Header/HeaderAction/HeaderAction.jsx +39 -39
- package/lib/{packages/react/src → src}/components/Header/HeaderAction/HeaderActionMenu.jsx +34 -34
- package/lib/{packages/react/src → src}/components/Header/HeaderAction/HeaderActionPanel.jsx +39 -39
- package/lib/src/components/Header/HeaderActionGroup.jsx +85 -0
- package/lib/{packages/react/src → src}/components/Hero/Hero.jsx +1 -1
- package/lib/{packages/react/src → src}/components/HotspotEditorModal/DynamicHotspotSourcePicker/DynamicHotspotSourcePicker.jsx +6 -6
- package/lib/{packages/react/src → src}/components/HotspotEditorModal/HotspotEditorDataSourceTab/HotspotEditorDataSourceTab.jsx +32 -14
- package/lib/{packages/react/src → src}/components/HotspotEditorModal/HotspotEditorModal.jsx +42 -42
- package/lib/{packages/react/src → src}/components/HotspotEditorModal/HotspotEditorTooltipTab/HotspotEditorTooltipTab.jsx +12 -12
- package/lib/{packages/react/src → src}/components/HotspotEditorModal/HotspotTextStyleTab/HotspotTextStyleTab.jsx +13 -13
- package/lib/{packages/react/src → src}/components/HotspotEditorModal/hooks/hotspotStateHook.js +8 -7
- package/lib/{packages/react/src → src}/components/IconDropdown/IconDropdown.jsx +2 -2
- package/lib/{packages/react/src → src}/components/IconSwitch/IconSwitch.jsx +2 -2
- package/lib/{packages/react/src → src}/components/ImageCard/CardIcon.jsx +5 -5
- package/lib/{packages/react/src → src}/components/ImageCard/Hotspot.jsx +8 -8
- package/lib/{packages/react/src → src}/components/ImageCard/HotspotContent.jsx +12 -12
- package/lib/{packages/react/src → src}/components/ImageCard/ImageCard.jsx +25 -43
- package/lib/{packages/react/src → src}/components/ImageCard/ImageControls.jsx +7 -7
- package/lib/{packages/react/src → src}/components/ImageCard/ImageHotspots.jsx +21 -18
- package/lib/{packages/react/src → src}/components/ImageCard/ImageUploader.jsx +4 -4
- package/lib/{packages/react/src → src}/components/ImageCard/Minimap.jsx +0 -0
- package/lib/{packages/react/src → src}/components/ImageGalleryModal/ImageGalleryModal.jsx +24 -20
- package/lib/{packages/react/src → src}/components/ImageGalleryModal/ImageTile.jsx +4 -4
- package/lib/{packages/react/src → src}/components/List/HierarchyList/BulkActionHeader.jsx +1 -1
- package/lib/{packages/react/src → src}/components/List/HierarchyList/HierarchyList.jsx +101 -62
- package/lib/{packages/react/src → src}/components/List/HierarchyList/HierarchyListReorderModal/HierarchyListReorderModal.jsx +7 -7
- package/lib/{packages/react/src → src}/components/List/HierarchyList/HierarchyListReorderModal/HierarchyReorderModalRadioGroup.jsx +2 -2
- package/lib/src/components/List/HierarchyList/index.js +7 -0
- package/lib/{packages/react/src → src}/components/List/List.jsx +21 -22
- package/lib/{packages/react/src → src}/components/List/ListHeader/ListHeader.jsx +5 -16
- package/lib/{packages/react/src → src}/components/List/ListItem/ListItem.jsx +18 -13
- package/lib/{packages/react/src → src}/components/List/ListItem/ListItemWrapper.jsx +16 -16
- package/lib/{packages/react/src → src}/components/List/ListItem/ListTarget.jsx +2 -2
- package/lib/{packages/react/src → src}/components/List/SimpleList/SimpleList.jsx +10 -10
- package/lib/src/components/ListBuilder/ListBuilder.jsx +440 -0
- package/lib/{packages/react/src → src}/components/ListCard/ListCard.jsx +11 -11
- package/lib/src/components/MenuButton/MenuButton.jsx +315 -0
- package/lib/src/components/MenuButton/SingleMenuButton.jsx +125 -0
- package/lib/src/components/MenuButton/SplitMenuButton.jsx +120 -0
- package/lib/src/components/MenuButton/utils.js +109 -0
- package/lib/{packages/react/src → src}/components/NavigationBar/NavigationBar.jsx +5 -5
- package/lib/{packages/react/src → src}/components/Page/EditPage.jsx +10 -10
- package/lib/{packages/react/src → src}/components/Page/PageHero.jsx +9 -9
- package/lib/{packages/react/src → src}/components/Page/PageSwitcher.jsx +0 -1
- package/lib/{packages/react/src → src}/components/Page/PageTitle.jsx +2 -2
- package/lib/{packages/react/src → src}/components/Page/PageWorkArea.jsx +0 -0
- package/lib/src/components/PageTitleBar/PageTitleBar.jsx +527 -0
- package/lib/{packages/react/src → src}/components/PageWizard/PageWizard.jsx +6 -6
- package/lib/{packages/react/src → src}/components/PageWizard/PageWizardStep/PageWizardStep.jsx +4 -4
- package/lib/{packages/react/src → src}/components/PageWizard/PageWizardStep/PageWizardStepContent.jsx +3 -3
- package/lib/{packages/react/src → src}/components/PageWizard/PageWizardStep/PageWizardStepDescription.jsx +3 -3
- package/lib/{packages/react/src → src}/components/PageWizard/PageWizardStep/PageWizardStepExtraContent.jsx +3 -3
- package/lib/{packages/react/src → src}/components/PageWizard/PageWizardStep/PageWizardStepTitle.jsx +3 -3
- package/lib/{packages/react/src → src}/components/PageWizard/StatefulPageWizard.jsx +3 -3
- package/lib/{packages/react/src → src}/components/PieChartCard/PieChartCard.jsx +33 -27
- package/lib/{packages/react/src → src}/components/ProgressIndicator/ProgressIndicator.jsx +11 -10
- package/lib/{packages/react/src → src}/components/ResourceList/ResourceList.jsx +4 -4
- package/lib/src/components/RuleBuilder/RuleBuilderPropTypes.js +85 -0
- package/lib/{packages/react/src → src}/components/SideNav/SideNav.jsx +37 -37
- package/lib/{packages/react/src → src}/components/SimpleIconDropdown/SimpleIconDropdown.jsx +3 -3
- package/lib/{packages/react/src → src}/components/SimplePagination/SimplePagination.jsx +69 -14
- package/lib/{packages/react/src → src}/components/SuiteHeader/SuiteHeader.jsx +48 -37
- package/lib/{packages/react/src → src}/components/SuiteHeader/SuiteHeaderAppSwitcher/SuiteHeaderAppSwitcher.jsx +13 -13
- package/lib/{packages/react/src → src}/components/SuiteHeader/SuiteHeaderLogoutModal/SuiteHeaderLogoutModal.jsx +4 -4
- package/lib/{packages/react/src → src}/components/SuiteHeader/SuiteHeaderProfile/SuiteHeaderProfile.jsx +4 -4
- package/lib/{packages/react/src → src}/components/SuiteHeader/hooks/useSuiteHeaderData.js +7 -7
- package/lib/{packages/react/src → src}/components/SuiteHeader/i18n/index.js +0 -0
- package/lib/{packages/react/src → src}/components/SuiteHeader/util/suiteHeaderData.fixture.js +0 -0
- package/lib/{packages/react/src → src}/components/SuiteHeader/util/suiteHeaderData.js +13 -13
- package/lib/{packages/react/src → src}/components/Table/EmptyTable/EmptyTable.jsx +43 -11
- package/lib/{packages/react/src → src}/components/Table/Pagination.jsx +5 -3
- package/lib/{packages/react/src → src}/components/Table/StatefulTable.jsx +58 -33
- package/lib/{packages/react/src → src}/components/Table/Table.jsx +225 -61
- package/lib/{packages/react/src → src}/components/Table/TableBody/RowActionsCell/RowActionsCell.jsx +10 -10
- package/lib/{packages/react/src → src}/components/Table/TableBody/RowActionsCell/RowActionsError.jsx +3 -3
- package/lib/{packages/react/src → src}/components/Table/TableBody/TableBody.jsx +31 -15
- package/lib/{packages/react/src → src}/components/Table/TableBody/TableBodyRow/TableBodyRow.jsx +24 -24
- package/lib/{packages/react/src → src}/components/Table/TableCellRenderer/TableCellRenderer.jsx +11 -5
- package/lib/{packages/react/src → src}/components/Table/TableFoot/TableFoot.jsx +30 -4
- package/lib/{packages/react/src → src}/components/Table/TableHead/ColumnHeaderRow/ColumnHeaderRow.jsx +29 -14
- package/lib/{packages/react/src → src}/components/Table/TableHead/ColumnHeaderSelect/ColumnHeaderSelect.jsx +2 -1
- package/lib/{packages/react/src → src}/components/Table/TableHead/ColumnResize.jsx +7 -6
- package/lib/{packages/react/src → src}/components/Table/TableHead/FilterHeaderRow/FilterHeaderRow.jsx +30 -14
- package/lib/{packages/react/src → src}/components/Table/TableHead/TableHead.jsx +66 -44
- package/lib/{packages/react/src → src}/components/Table/TableHead/TableHeader.js +47 -12
- package/lib/{packages/react/src → src}/components/Table/TableHead/columnWidthUtilityFunctions.js +6 -63
- package/lib/{packages/react/src → src}/components/Table/TableManageViewsModal/SharedTableManageViewsModalPropTypes.js +0 -0
- package/lib/{packages/react/src → src}/components/Table/TableManageViewsModal/TableManageViewsList.jsx +13 -13
- package/lib/{packages/react/src → src}/components/Table/TableManageViewsModal/TableManageViewsModal.jsx +15 -15
- package/lib/{packages/react/src → src}/components/Table/TablePropTypes.js +14 -4
- package/lib/{packages/react/src → src}/components/Table/TableSaveViewModal/TableSaveViewForm.jsx +7 -7
- package/lib/{packages/react/src → src}/components/Table/TableSaveViewModal/TableSaveViewModal.jsx +10 -10
- package/lib/{packages/react/src → src}/components/Table/TableSkeletonWithHeaders/TableSkeletonWithHeaders.jsx +21 -5
- package/lib/{packages/react/src → src}/components/Table/TableToolbar/TableToolbar.jsx +158 -25
- package/lib/src/components/Table/TableToolbar/TableToolbarAdvancedFilterFlyout.jsx +714 -0
- package/lib/{packages/react/src → src}/components/Table/TableToolbar/TableToolbarSVGButton.jsx +3 -3
- package/lib/{packages/react/src → src}/components/Table/TableViewDropdown/TableViewDropdown.jsx +8 -8
- package/lib/{packages/react/src → src}/components/Table/TableViewDropdown/TableViewDropdownItem.jsx +4 -4
- package/lib/{packages/react/src → src}/components/Table/TableViewDropdown/TableViewItemPropTypes.js +0 -0
- package/lib/{packages/react/src → src}/components/Table/baseTableReducer.js +19 -19
- package/lib/{packages/react/src → src}/components/Table/tableActionCreators.js +56 -0
- package/lib/{packages/react/src → src}/components/Table/tableReducer.js +273 -57
- package/lib/{packages/react/src → src}/components/TableCard/TableCard.jsx +70 -58
- package/lib/{packages/react/src → src}/components/TableCard/ThresholdIcon.jsx +3 -3
- package/lib/{packages/react/src → src}/components/TableCard/tableCardUtils.jsx +15 -9
- package/lib/{packages/react/src → src}/components/TileCatalog/CatalogContent.jsx +2 -2
- package/lib/{packages/react/src → src}/components/TileCatalog/StatefulTileCatalog.jsx +40 -32
- package/lib/{packages/react/src → src}/components/TileCatalog/TileCatalog.jsx +8 -8
- package/lib/{packages/react/src → src}/components/TileCatalog/TileGroup.jsx +1 -1
- package/lib/{packages/react/src → src}/components/TileCatalog/tileCatalogReducer.js +3 -3
- package/lib/{packages/react/src → src}/components/TileCatalogNew/TileCatalogNew.jsx +3 -3
- package/lib/{packages/react/src → src}/components/TileCatalogNew/TilePagination/TilePagination.jsx +2 -2
- package/lib/{packages/react/src → src}/components/TileGallery/StatefulTileGallery.jsx +15 -15
- package/lib/{packages/react/src → src}/components/TileGallery/TileGallery.jsx +0 -0
- package/lib/{packages/react/src → src}/components/TileGallery/TileGalleryItem.jsx +1 -1
- package/lib/{packages/react/src → src}/components/TileGallery/TileGallerySearch.jsx +0 -0
- package/lib/{packages/react/src → src}/components/TileGallery/TileGallerySection.jsx +0 -0
- package/lib/{packages/react/src → src}/components/TileGallery/TileGalleryViewSwitcher.jsx +0 -0
- package/lib/{packages/react/src → src}/components/TimePickerSpinner/TimePickerSpinner.jsx +11 -11
- package/lib/{packages/react/src → src}/components/TimeSeriesCard/TimeSeriesCard.jsx +121 -126
- package/lib/{packages/react/src → src}/components/TimeSeriesCard/timeSeriesUtils.js +24 -89
- package/lib/{packages/react/src → src}/components/Tooltip/index.jsx +6 -6
- package/lib/{packages/react/src → src}/components/ValueCard/Attribute.jsx +23 -18
- package/lib/{packages/react/src → src}/components/ValueCard/UnitRenderer.jsx +2 -2
- package/lib/{packages/react/src → src}/components/ValueCard/ValueCard.jsx +22 -22
- package/lib/{packages/react/src → src}/components/ValueCard/ValueRenderer.jsx +8 -8
- package/lib/{packages/react/src → src}/components/ValueCard/valueCardUtils.js +7 -2
- package/lib/{packages/react/src → src}/components/WizardInline/StatefulWizardInline.jsx +4 -4
- package/lib/{packages/react/src → src}/components/WizardInline/WizardContent/WizardContent.jsx +0 -0
- package/lib/{packages/react/src → src}/components/WizardInline/WizardFooter/WizardFooter.jsx +0 -0
- package/lib/{packages/react/src → src}/components/WizardInline/WizardHeader/WizardHeader.jsx +10 -8
- package/lib/{packages/react/src → src}/components/WizardInline/WizardInline.jsx +15 -15
- package/lib/{packages/react/src → src}/components/WizardInline/WizardLeftSidebar/WizardSidebar.jsx +7 -17
- package/lib/{packages/react/src → src}/components/WizardModal/WizardModal.jsx +10 -9
- package/lib/{packages/react/src → src}/constants/CardPropTypes.js +79 -26
- package/lib/{packages/react/src → src}/constants/HTMLAttributes.js +0 -0
- package/lib/{packages/react/src → src}/constants/KeyCodeConstants.js +0 -0
- package/lib/{packages/react/src → src}/constants/LayoutConstants.js +29 -2
- package/lib/{packages/react/src → src}/constants/Settings.js +0 -0
- package/lib/{packages/react/src → src}/constants/SharedPropTypes.js +0 -0
- package/lib/{packages/react/src → src}/hooks/useDNDProviderElement.jsx +0 -0
- package/lib/{packages/react/src → src}/hooks/usePopoverPositioning.jsx +27 -2
- package/lib/src/hooks/usePrevious.jsx +23 -0
- package/lib/{packages/react/src → src}/icons/components/AlertTableIcon.jsx +0 -0
- package/lib/{packages/react/src → src}/icons/components/BarGroupedGraphIcon.jsx +0 -0
- package/lib/{packages/react/src → src}/icons/components/BarStackGraphIcon.jsx +0 -0
- package/lib/{packages/react/src → src}/icons/components/ComputerChipIcon.jsx +0 -0
- package/lib/{packages/react/src → src}/icons/components/CustomCardIcon.jsx +0 -0
- package/lib/{packages/react/src → src}/icons/components/DashboardIcon.jsx +0 -0
- package/lib/{packages/react/src → src}/icons/components/DataScientistIcon.jsx +0 -0
- package/lib/{packages/react/src → src}/icons/components/DataTableIcon.jsx +0 -0
- package/lib/{packages/react/src → src}/icons/components/Emptystate404Icon.jsx +0 -0
- package/lib/{packages/react/src → src}/icons/components/EmptystateDefaultIcon.jsx +0 -0
- package/lib/{packages/react/src → src}/icons/components/EmptystateErrorIcon.jsx +0 -0
- package/lib/{packages/react/src → src}/icons/components/EmptystateNoresultsIcon.jsx +0 -0
- package/lib/{packages/react/src → src}/icons/components/EmptystateNotauthorizedIcon.jsx +0 -0
- package/lib/{packages/react/src → src}/icons/components/EmptystateSuccessIcon.jsx +0 -0
- package/lib/{packages/react/src → src}/icons/components/ImageIcon.jsx +0 -0
- package/lib/{packages/react/src → src}/icons/components/LineGraphIcon.jsx +0 -0
- package/lib/{packages/react/src → src}/icons/components/ListIcon.jsx +0 -0
- package/lib/{packages/react/src → src}/icons/components/SimpleBarGraphIcon.jsx +0 -0
- package/lib/{packages/react/src → src}/icons/components/ValueKpiIcon.jsx +0 -0
- package/lib/src/index.js +415 -0
- package/lib/{packages/react/src → src}/internal/UseResizeObserver.jsx +2 -2
- package/lib/{packages/react/src → src}/internal/deprecate.js +0 -0
- package/lib/{packages/react/src → src}/styles/styles.js +0 -0
- package/lib/{packages/react/src → src}/utils/DragAndDropUtils.jsx +4 -4
- package/lib/{packages/react/src → src}/utils/bundledIcons.js +0 -0
- package/lib/{packages/react/src → src}/utils/cardUtilityFunctions.js +69 -3
- package/lib/{packages/react/src → src}/utils/componentUtilityFunctions.js +4 -4
- package/lib/src/utils/dayjs.js +35 -0
- package/package.json +24 -23
- package/scss/components/Button/_button.scss +1 -0
- package/scss/components/Card/_data-state-renderer.scss +1 -0
- package/scss/components/CardEditor/CardEditForm/_card-edit-form.scss +4 -0
- package/scss/components/ComboChartCard/_combo-chart-card.scss +8 -0
- package/scss/components/ComposedStructuredList/_composed-structured-list.scss +32 -0
- package/scss/components/DashboardEditor/_dashboard-editor.scss +1 -0
- package/scss/components/DateTimePicker/_date-time-picker.scss +1 -0
- package/scss/components/FileDrop/_file-drop.scss +24 -0
- package/scss/components/FlyoutMenu/_flyout-menu.scss +1 -1
- package/scss/components/ImageCard/_image-card.scss +17 -0
- package/scss/components/List/_list.scss +1 -3
- package/scss/components/ListBuilder/_list-builder.scss +21 -0
- package/scss/components/MenuButton/_menu-button.scss +28 -0
- package/scss/components/PageTitleBar/_page-title-bar.scss +328 -22
- package/scss/components/RuleBuilder/_rule-builder.scss +0 -2
- package/scss/components/SelectUsersModal/_select-users-modal.scss +5 -0
- package/scss/components/SimplePagination/_simple-pagination.scss +6 -2
- package/scss/components/SuiteHeader/_suite-header.scss +8 -0
- package/scss/components/Table/TableCellRenderer/_table-cell-renderer.scss +4 -0
- package/scss/components/Table/TableToolbar/_advanced-filter-flyout.scss +46 -0
- package/scss/components/Table/TableToolbar/_table-toolbar-svg-button.scss +1 -1
- package/scss/components/Table/TableToolbar/_table-toolbar.scss +1 -0
- package/scss/components/Table/_table.scss +21 -0
- package/scss/components/ValueCard/_value-renderer.scss +0 -1
- package/scss/components/WizardInline/_wizard-inline.scss +9 -3
- package/scss/styles.scss +22 -16
- package/umd/carbon-addons-iot-react.js +53150 -63187
- package/es/packages/react/src/components/Header/HeaderActionGroup.jsx +0 -80
- package/es/packages/react/src/components/PageTitleBar/PageTitleBar.jsx +0 -298
- package/lib/packages/react/src/components/Header/HeaderActionGroup.jsx +0 -85
- package/lib/packages/react/src/components/List/HierarchyList/index.js +0 -7
- package/lib/packages/react/src/components/PageTitleBar/PageTitleBar.jsx +0 -303
- package/lib/packages/react/src/index.js +0 -407
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,853 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [2.145.0](https://github.com/carbon-design-system/carbon-addons-iot-react/compare/v2.145.0-next.82...v2.145.0) (2021-05-13)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package carbon-addons-iot-react
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
# [2.145.0-next.82](https://github.com/carbon-design-system/carbon-addons-iot-react/compare/v2.145.0-next.81...v2.145.0-next.82) (2021-05-12)
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
### Bug Fixes
|
|
18
|
+
|
|
19
|
+
* **menu-button:** clean up getMenuPosition cases ([f7c2a26](https://github.com/carbon-design-system/carbon-addons-iot-react/commit/f7c2a2643dbdfd17850f5219c178c2447bb5a4a4))
|
|
20
|
+
* **menu-button:** clean up positioning ([f3ff8dc](https://github.com/carbon-design-system/carbon-addons-iot-react/commit/f3ff8dc6bf05591a19f77b810ac477d85172fabd))
|
|
21
|
+
* **menu-button:** comment out a11y test ([c4b25d9](https://github.com/carbon-design-system/carbon-addons-iot-react/commit/c4b25d9b42a5a9bc630a14ced83e3e586263695e))
|
|
22
|
+
* **menu-button:** comment out a11y test until false-positive is fixed ([6f7a490](https://github.com/carbon-design-system/carbon-addons-iot-react/commit/6f7a4909b159b3629061cbee897c424bace4f5d6))
|
|
23
|
+
* **menu-button:** force tests to pass until a11y bug is fixed ([cc204fb](https://github.com/carbon-design-system/carbon-addons-iot-react/commit/cc204fbab08150f5805bb4c1d4cda8be34bd0f7a))
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
# [2.145.0-next.81](https://github.com/carbon-design-system/carbon-addons-iot-react/compare/v2.145.0-next.80...v2.145.0-next.81) (2021-05-12)
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
### Bug Fixes
|
|
33
|
+
|
|
34
|
+
* **list-builder:** complex story, updated i18n on SelectUserModal ([6684339](https://github.com/carbon-design-system/carbon-addons-iot-react/commit/6684339949d2423984e4e3e99a618abf6862d60e))
|
|
35
|
+
* **list-builder:** incorrect list-item overflow ([f72d7f7](https://github.com/carbon-design-system/carbon-addons-iot-react/commit/f72d7f7213ab482ae0fb924fbe4a08878b53a2c5))
|
|
36
|
+
* **list-builder:** use ListBuilder in SelectUsersModal ([7c1dc0b](https://github.com/carbon-design-system/carbon-addons-iot-react/commit/7c1dc0b7ec3c7a04c0d92c81cb22da59e73cb7e1))
|
|
37
|
+
* **list-builder:** use minus icon, and add expand/close i18n ([5b21f28](https://github.com/carbon-design-system/carbon-addons-iot-react/commit/5b21f2880b920522acb624cdfb47527cdaa015e3))
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
### Features
|
|
41
|
+
|
|
42
|
+
* **list-builder:** add export to index and update snaps ([bc34856](https://github.com/carbon-design-system/carbon-addons-iot-react/commit/bc34856d879cde942e3978f8136df4d033add7f3))
|
|
43
|
+
* **list-builder:** adjust prop-types and docs ([0234c7f](https://github.com/carbon-design-system/carbon-addons-iot-react/commit/0234c7fff30a250c21c44967fcf6eec3662e582f))
|
|
44
|
+
* **list-builder:** initial addition of ListBuilder component ([8204a80](https://github.com/carbon-design-system/carbon-addons-iot-react/commit/8204a80618f0f20205c2864c38d98c0f3b3a9be5))
|
|
45
|
+
|
|
46
|
+
|
|
47
|
+
|
|
48
|
+
|
|
49
|
+
|
|
50
|
+
# [2.145.0-next.80](https://github.com/carbon-design-system/carbon-addons-iot-react/compare/v2.145.0-next.79...v2.145.0-next.80) (2021-05-12)
|
|
51
|
+
|
|
52
|
+
|
|
53
|
+
### Bug Fixes
|
|
54
|
+
|
|
55
|
+
* **dayjs:** add comment for bug fix ([a4e8c55](https://github.com/carbon-design-system/carbon-addons-iot-react/commit/a4e8c5554dc31ab0bff0fcd5ca9af11813cc8ed1))
|
|
56
|
+
* **dayjs:** dynamic import needs .js ([751264e](https://github.com/carbon-design-system/carbon-addons-iot-react/commit/751264e8e7c176d87b83e5539250e3b3d62ebe9c))
|
|
57
|
+
|
|
58
|
+
|
|
59
|
+
|
|
60
|
+
|
|
61
|
+
|
|
62
|
+
# [2.145.0-next.79](https://github.com/carbon-design-system/carbon-addons-iot-react/compare/v2.145.0-next.78...v2.145.0-next.79) (2021-05-12)
|
|
63
|
+
|
|
64
|
+
|
|
65
|
+
### Bug Fixes
|
|
66
|
+
|
|
67
|
+
* **repo:** ts ext were breaking downstream consumers ([f670074](https://github.com/carbon-design-system/carbon-addons-iot-react/commit/f6700746a8e58bb1a74214d71774f3f9e2af6392))
|
|
68
|
+
|
|
69
|
+
|
|
70
|
+
|
|
71
|
+
|
|
72
|
+
|
|
73
|
+
# [2.145.0-next.78](https://github.com/carbon-design-system/carbon-addons-iot-react/compare/v2.145.0-next.77...v2.145.0-next.78) (2021-05-11)
|
|
74
|
+
|
|
75
|
+
|
|
76
|
+
### Bug Fixes
|
|
77
|
+
|
|
78
|
+
* **list:** page position on list of full height in fixed container ([7ff81be](https://github.com/carbon-design-system/carbon-addons-iot-react/commit/7ff81be371227d89aa26355629f1bc35c8d20b5b))
|
|
79
|
+
* **list:** update snapshot from merging of [#2284](https://github.com/carbon-design-system/carbon-addons-iot-react/issues/2284) ([d0ce77b](https://github.com/carbon-design-system/carbon-addons-iot-react/commit/d0ce77bf5ae46cf87d7a5579ff1b9c5a2ef88a4a))
|
|
80
|
+
* **list:** update snapshots ([6373a31](https://github.com/carbon-design-system/carbon-addons-iot-react/commit/6373a313f06e94aab9bc8ffc6860585550f46dce))
|
|
81
|
+
|
|
82
|
+
|
|
83
|
+
|
|
84
|
+
|
|
85
|
+
|
|
86
|
+
# [2.145.0-next.77](https://github.com/carbon-design-system/carbon-addons-iot-react/compare/v2.145.0-next.76...v2.145.0-next.77) (2021-05-11)
|
|
87
|
+
|
|
88
|
+
|
|
89
|
+
### Bug Fixes
|
|
90
|
+
|
|
91
|
+
* **table-body-row:** only show cursor on checkbox element ([5b6d980](https://github.com/carbon-design-system/carbon-addons-iot-react/commit/5b6d980ebf4e31caec9fc88ccecff2e10502de0f))
|
|
92
|
+
* **table-body-row:** update snapshots ([a87a1f1](https://github.com/carbon-design-system/carbon-addons-iot-react/commit/a87a1f10bc1658f314a290a1a365ad8f52c5ff6e))
|
|
93
|
+
|
|
94
|
+
|
|
95
|
+
|
|
96
|
+
|
|
97
|
+
|
|
98
|
+
# [2.145.0-next.76](https://github.com/carbon-design-system/carbon-addons-iot-react/compare/v2.145.0-next.75...v2.145.0-next.76) (2021-05-10)
|
|
99
|
+
|
|
100
|
+
|
|
101
|
+
### Bug Fixes
|
|
102
|
+
|
|
103
|
+
* **tablecard:** remove extraneous closing bracket ([358586a](https://github.com/carbon-design-system/carbon-addons-iot-react/commit/358586ab12d412f12b48e3180528efde4b4279f1))
|
|
104
|
+
* **tablecard:** update snapshot ([1579c5a](https://github.com/carbon-design-system/carbon-addons-iot-react/commit/1579c5af6afd85a641727c2cfc5ed3b03a759bf0))
|
|
105
|
+
* **Tablecard:** allow passing of filters ([5e282d7](https://github.com/carbon-design-system/carbon-addons-iot-react/commit/5e282d73984065641560242909987f1f6c18c397))
|
|
106
|
+
|
|
107
|
+
|
|
108
|
+
### Features
|
|
109
|
+
|
|
110
|
+
* **tablecard:** add filter story ([67fe09d](https://github.com/carbon-design-system/carbon-addons-iot-react/commit/67fe09dd0afa5f067b8b8c3839c89356d6f8b5a1))
|
|
111
|
+
|
|
112
|
+
|
|
113
|
+
|
|
114
|
+
|
|
115
|
+
|
|
116
|
+
# [2.145.0-next.75](https://github.com/carbon-design-system/carbon-addons-iot-react/compare/v2.145.0-next.74...v2.145.0-next.75) (2021-05-10)
|
|
117
|
+
|
|
118
|
+
|
|
119
|
+
### Bug Fixes
|
|
120
|
+
|
|
121
|
+
* **combo-box:** allow item ids to be numbers ([b613f25](https://github.com/carbon-design-system/carbon-addons-iot-react/commit/b613f25a59e5794a126b343b4c63f77e3570cc41))
|
|
122
|
+
* **combo-box:** remove console.log ([e4991db](https://github.com/carbon-design-system/carbon-addons-iot-react/commit/e4991db9d65db24c618497a49ac79b39661137b0))
|
|
123
|
+
|
|
124
|
+
|
|
125
|
+
|
|
126
|
+
|
|
127
|
+
|
|
128
|
+
# [2.145.0-next.74](https://github.com/carbon-design-system/carbon-addons-iot-react/compare/v2.145.0-next.73...v2.145.0-next.74) (2021-05-10)
|
|
129
|
+
|
|
130
|
+
|
|
131
|
+
### Bug Fixes
|
|
132
|
+
|
|
133
|
+
* **dashboardeditor:** make scrolling smoother ([f6ac1cd](https://github.com/carbon-design-system/carbon-addons-iot-react/commit/f6ac1cd9b3b8ccc24815a4478c6500670ca287cf))
|
|
134
|
+
* **dashboardeditor:** make sure the effect checks needsScroll ([1f72858](https://github.com/carbon-design-system/carbon-addons-iot-react/commit/1f728582aa959bf35e279e3f8de7d18973c82255))
|
|
135
|
+
* **dashboardeditor:** stop scrolling on render and fix padding ([6d8a2cc](https://github.com/carbon-design-system/carbon-addons-iot-react/commit/6d8a2cc39b02d79e0c19568e0d7ae0e3f02ef848))
|
|
136
|
+
|
|
137
|
+
|
|
138
|
+
|
|
139
|
+
|
|
140
|
+
|
|
141
|
+
# [2.145.0-next.73](https://github.com/carbon-design-system/carbon-addons-iot-react/compare/v2.145.0-next.72...v2.145.0-next.73) (2021-05-10)
|
|
142
|
+
|
|
143
|
+
|
|
144
|
+
### Bug Fixes
|
|
145
|
+
|
|
146
|
+
* **table:** need to handle null values in filtering ([6025785](https://github.com/carbon-design-system/carbon-addons-iot-react/commit/6025785087901362b575697aebe22bee830200d5))
|
|
147
|
+
|
|
148
|
+
|
|
149
|
+
|
|
150
|
+
|
|
151
|
+
|
|
152
|
+
# [2.145.0-next.72](https://github.com/carbon-design-system/carbon-addons-iot-react/compare/v2.145.0-next.71...v2.145.0-next.72) (2021-05-10)
|
|
153
|
+
|
|
154
|
+
|
|
155
|
+
### Bug Fixes
|
|
156
|
+
|
|
157
|
+
* **simplepagination:** add aria-label ([b3c81d8](https://github.com/carbon-design-system/carbon-addons-iot-react/commit/b3c81d83d210a361eb418b2549ffc6c07dc9152d))
|
|
158
|
+
* **simplepagination:** buttons are now full height ([39021bb](https://github.com/carbon-design-system/carbon-addons-iot-react/commit/39021bb2b79c946d8585af1e14c0da4932148c49))
|
|
159
|
+
* **simplepagination:** remove commented code ([37fb1a2](https://github.com/carbon-design-system/carbon-addons-iot-react/commit/37fb1a2da6eee83ad1a2f87b68776175115ab210))
|
|
160
|
+
|
|
161
|
+
|
|
162
|
+
|
|
163
|
+
|
|
164
|
+
|
|
165
|
+
# [2.145.0-next.71](https://github.com/carbon-design-system/carbon-addons-iot-react/compare/v2.145.0-next.70...v2.145.0-next.71) (2021-05-06)
|
|
166
|
+
|
|
167
|
+
|
|
168
|
+
### Bug Fixes
|
|
169
|
+
|
|
170
|
+
* **card-edit-form:** fix conditional ([69cfe3b](https://github.com/carbon-design-system/carbon-addons-iot-react/commit/69cfe3bac94e3470400dcc49534f501302230e09))
|
|
171
|
+
* **dashboard-editor:** allow multiple custom types ([071640a](https://github.com/carbon-design-system/carbon-addons-iot-react/commit/071640a2b4ad49a6f63ec9c38a8931b587319a53))
|
|
172
|
+
* **dashboard-editor:** fix condition for card renderer ([baa2760](https://github.com/carbon-design-system/carbon-addons-iot-react/commit/baa2760d121c00b4704be998e7a6032fe013f601))
|
|
173
|
+
|
|
174
|
+
|
|
175
|
+
### Features
|
|
176
|
+
|
|
177
|
+
* **dashboard-editor:** implement custom cards ([0dddd55](https://github.com/carbon-design-system/carbon-addons-iot-react/commit/0dddd5552cd4ad2b06409ec32be86348c4d74af1))
|
|
178
|
+
|
|
179
|
+
|
|
180
|
+
|
|
181
|
+
|
|
182
|
+
|
|
183
|
+
# [2.145.0-next.70](https://github.com/carbon-design-system/carbon-addons-iot-react/compare/v2.145.0-next.69...v2.145.0-next.70) (2021-05-05)
|
|
184
|
+
|
|
185
|
+
|
|
186
|
+
### Features
|
|
187
|
+
|
|
188
|
+
* **table:** add id to table element ([4ed3656](https://github.com/carbon-design-system/carbon-addons-iot-react/commit/4ed36564ed11f394b88ad025a66e53aef314487b))
|
|
189
|
+
|
|
190
|
+
|
|
191
|
+
|
|
192
|
+
|
|
193
|
+
|
|
194
|
+
# [2.145.0-next.69](https://github.com/carbon-design-system/carbon-addons-iot-react/compare/v2.145.0-next.68...v2.145.0-next.69) (2021-05-05)
|
|
195
|
+
|
|
196
|
+
|
|
197
|
+
### Bug Fixes
|
|
198
|
+
|
|
199
|
+
* **listheader:** should not change header when isloading ([2271bc9](https://github.com/carbon-design-system/carbon-addons-iot-react/commit/2271bc9c0a6189a2f2c648d2eeb00bf557a894d0))
|
|
200
|
+
* **listheader:** update proptypes ([4b7c835](https://github.com/carbon-design-system/carbon-addons-iot-react/commit/4b7c835081f72379bc97524c73eeb6332b198ba4))
|
|
201
|
+
|
|
202
|
+
|
|
203
|
+
|
|
204
|
+
|
|
205
|
+
|
|
206
|
+
# [2.145.0-next.68](https://github.com/carbon-design-system/carbon-addons-iot-react/compare/v2.145.0-next.67...v2.145.0-next.68) (2021-05-04)
|
|
207
|
+
|
|
208
|
+
|
|
209
|
+
### Bug Fixes
|
|
210
|
+
|
|
211
|
+
* **combochart:** make sure showTimeInGMT is honored and passed through like it should ([118e19e](https://github.com/carbon-design-system/carbon-addons-iot-react/commit/118e19e6f14b399078158d6719d8c41ea3bc3f91))
|
|
212
|
+
* **dayjs:** include all locales with dayjs until Intl plugin is ready ([9c6e059](https://github.com/carbon-design-system/carbon-addons-iot-react/commit/9c6e0599dac0d745816e6fc5d6c275bf12b54fc0))
|
|
213
|
+
* **dayjs:** use require for plugins to avoid build errors ([a5b18a9](https://github.com/carbon-design-system/carbon-addons-iot-react/commit/a5b18a92a67372b19ec302bc8983f41631c283ee))
|
|
214
|
+
* **mockdate:** use MockDate instead of custom implementation so that new Date(timestamp) still works like it should ([86cd8e8](https://github.com/carbon-design-system/carbon-addons-iot-react/commit/86cd8e8a8c151270b83c1bf6e3cbe2307b3b7b4c))
|
|
215
|
+
|
|
216
|
+
|
|
217
|
+
|
|
218
|
+
|
|
219
|
+
|
|
220
|
+
# [2.145.0-next.67](https://github.com/carbon-design-system/carbon-addons-iot-react/compare/v2.145.0-next.66...v2.145.0-next.67) (2021-04-29)
|
|
221
|
+
|
|
222
|
+
|
|
223
|
+
### Bug Fixes
|
|
224
|
+
|
|
225
|
+
* **menu-button:** auto-positioning fixes ([a54f51b](https://github.com/carbon-design-system/carbon-addons-iot-react/commit/a54f51b6ec877fd2e995015ff1c49efd493bc0b3))
|
|
226
|
+
* **menu-button:** handle RTL ([d7adc7d](https://github.com/carbon-design-system/carbon-addons-iot-react/commit/d7adc7d1ae6db44c2a5b7fbf9e4ea40827394afc))
|
|
227
|
+
* **menu-button:** match background color when only icon and menu open ([147046d](https://github.com/carbon-design-system/carbon-addons-iot-react/commit/147046d4a3702795aa4fd6ac41f8eb5ea33ceb9c))
|
|
228
|
+
* **menu-button:** remove empty index file ([8e94198](https://github.com/carbon-design-system/carbon-addons-iot-react/commit/8e94198afb54e5f3e51948afe71353ee6543ad78))
|
|
229
|
+
* **menu-button:** use hook to fix RTL positioning ([737bd17](https://github.com/carbon-design-system/carbon-addons-iot-react/commit/737bd178de169c0587c31370a17ef416ee38e8bc))
|
|
230
|
+
|
|
231
|
+
|
|
232
|
+
### Features
|
|
233
|
+
|
|
234
|
+
* **menu-button:** auto-positioning when overflows screen ([a5873f0](https://github.com/carbon-design-system/carbon-addons-iot-react/commit/a5873f07ae0f2a9a625329d64d3dea30fb331edf))
|
|
235
|
+
* **menu-button:** initial addition of new MenuButton component ([d57401b](https://github.com/carbon-design-system/carbon-addons-iot-react/commit/d57401b71094540d3437015691356fe029f39101))
|
|
236
|
+
|
|
237
|
+
|
|
238
|
+
|
|
239
|
+
|
|
240
|
+
|
|
241
|
+
# [2.145.0-next.66](https://github.com/carbon-design-system/carbon-addons-iot-react/compare/v2.145.0-next.65...v2.145.0-next.66) (2021-04-29)
|
|
242
|
+
|
|
243
|
+
|
|
244
|
+
### Bug Fixes
|
|
245
|
+
|
|
246
|
+
* **customcard:** rendering of custom card was incorrect ([8ff8a9d](https://github.com/carbon-design-system/carbon-addons-iot-react/commit/8ff8a9d51669d409f40736e2d01e718effd25757))
|
|
247
|
+
* **react-draggable:** new version has dependency on fbjs but it is not tracked in the package.json ([ffd9452](https://github.com/carbon-design-system/carbon-addons-iot-react/commit/ffd94522987f3c30bffe429c1a78234a86b21041))
|
|
248
|
+
|
|
249
|
+
|
|
250
|
+
|
|
251
|
+
|
|
252
|
+
|
|
253
|
+
# [2.145.0-next.65](https://github.com/carbon-design-system/carbon-addons-iot-react/compare/v2.145.0-next.64...v2.145.0-next.65) (2021-04-29)
|
|
254
|
+
|
|
255
|
+
|
|
256
|
+
### Bug Fixes
|
|
257
|
+
|
|
258
|
+
* **page-title-bar:** adjust click target of tooltip leaving room for outline ([10a7efa](https://github.com/carbon-design-system/carbon-addons-iot-react/commit/10a7efafe7eb1f4c68cb457b9b12d2ff5e8bbd48))
|
|
259
|
+
* **page-title-bar:** compare type against object instead of name ([8432663](https://github.com/carbon-design-system/carbon-addons-iot-react/commit/8432663ed4d12f1d2926fd24818667ec3ad62a3d))
|
|
260
|
+
* **page-title-bar:** hide description when there's content ([9ca7c03](https://github.com/carbon-design-system/carbon-addons-iot-react/commit/9ca7c03e4f760c21c3ac483ddc8c42d5b39bfad0))
|
|
261
|
+
* **page-title-bar:** make sure icons are 16px ([fbc0746](https://github.com/carbon-design-system/carbon-addons-iot-react/commit/fbc0746f9e939277f98e37972a53aef4877aebb4))
|
|
262
|
+
* **page-title-bar:** restore default header offset, let content implementers deal with negative margin adjustments to prevent breaking existing implementations, add storybook examples ([c00f245](https://github.com/carbon-design-system/carbon-addons-iot-react/commit/c00f245c41cb5b5ed4f3b0bda7906911f49a6ef4))
|
|
263
|
+
* **page-title-bar:** update some comments, change reference of content to titleBarContent ot match other references ([75a2338](https://github.com/carbon-design-system/carbon-addons-iot-react/commit/75a233830e6dcc891a6c3ea99cfea2372910c2e1))
|
|
264
|
+
* **page-title-bar:** update storyshots, fix couple of edge cases ([3129e36](https://github.com/carbon-design-system/carbon-addons-iot-react/commit/3129e36975b49ccbf06c62250d0988601718b53e))
|
|
265
|
+
* **page-title-bar:** use css grid for layout follow specs ([a6f38f5](https://github.com/carbon-design-system/carbon-addons-iot-react/commit/a6f38f5e2b691034d3ed8b8a003eddf0776598b8))
|
|
266
|
+
* **pagetitlebar:** add changed snapshots ([8e101bf](https://github.com/carbon-design-system/carbon-addons-iot-react/commit/8e101bf7d02dae07259afe3111a83490f8ace37f))
|
|
267
|
+
* **pagetitlebar:** fix some alignment/spacing issues ([1ee7c58](https://github.com/carbon-design-system/carbon-addons-iot-react/commit/1ee7c583082a26c55a21501f730a9997e4327cd9))
|
|
268
|
+
|
|
269
|
+
|
|
270
|
+
|
|
271
|
+
|
|
272
|
+
|
|
273
|
+
# [2.145.0-next.64](https://github.com/carbon-design-system/carbon-addons-iot-react/compare/v2.145.0-next.63...v2.145.0-next.64) (2021-04-28)
|
|
274
|
+
|
|
275
|
+
|
|
276
|
+
### Bug Fixes
|
|
277
|
+
|
|
278
|
+
* **emptytable:** update the empty table state for filter usecase ([8ea6420](https://github.com/carbon-design-system/carbon-addons-iot-react/commit/8ea64206926a8eff2648cd68fed3d299e5cf5cdb))
|
|
279
|
+
|
|
280
|
+
|
|
281
|
+
|
|
282
|
+
|
|
283
|
+
|
|
284
|
+
# [2.145.0-next.63](https://github.com/carbon-design-system/carbon-addons-iot-react/compare/v2.145.0-next.62...v2.145.0-next.63) (2021-04-28)
|
|
285
|
+
|
|
286
|
+
|
|
287
|
+
### Features
|
|
288
|
+
|
|
289
|
+
* **tablecolumn:** add optional tooltip to table column ([f43bb02](https://github.com/carbon-design-system/carbon-addons-iot-react/commit/f43bb02bdd9ffd1529ca9f0013ccd5872636d4f4))
|
|
290
|
+
|
|
291
|
+
|
|
292
|
+
|
|
293
|
+
|
|
294
|
+
|
|
295
|
+
# [2.145.0-next.62](https://github.com/carbon-design-system/carbon-addons-iot-react/compare/v2.145.0-next.61...v2.145.0-next.62) (2021-04-28)
|
|
296
|
+
|
|
297
|
+
|
|
298
|
+
### Bug Fixes
|
|
299
|
+
|
|
300
|
+
* **progressindicator:** add title attribute for text ellipsis ([0e6a933](https://github.com/carbon-design-system/carbon-addons-iot-react/commit/0e6a9333d233c4b6f1fdcc19113ede82f3429ae1))
|
|
301
|
+
* **progressindicator:** revert span to p element ([7cec215](https://github.com/carbon-design-system/carbon-addons-iot-react/commit/7cec215aa65c1973cc2b649a4108d05ddd9a84ab))
|
|
302
|
+
|
|
303
|
+
|
|
304
|
+
|
|
305
|
+
|
|
306
|
+
|
|
307
|
+
# [2.145.0-next.61](https://github.com/carbon-design-system/carbon-addons-iot-react/compare/v2.145.0-next.60...v2.145.0-next.61) (2021-04-27)
|
|
308
|
+
|
|
309
|
+
|
|
310
|
+
### Bug Fixes
|
|
311
|
+
|
|
312
|
+
* **list-item:** add aria-label and title to expand button ([135a075](https://github.com/carbon-design-system/carbon-addons-iot-react/commit/135a075b089236a2cdb6632370ef2dd5a3edc7e4))
|
|
313
|
+
* **list-item:** use proper aria-labels to indicate action ([a197a5a](https://github.com/carbon-design-system/carbon-addons-iot-react/commit/a197a5a12a08760cfde665c707e25f72773303dd))
|
|
314
|
+
|
|
315
|
+
|
|
316
|
+
|
|
317
|
+
|
|
318
|
+
|
|
319
|
+
# [2.145.0-next.60](https://github.com/carbon-design-system/carbon-addons-iot-react/compare/v2.145.0-next.59...v2.145.0-next.60) (2021-04-27)
|
|
320
|
+
|
|
321
|
+
**Note:** Version bump only for package carbon-addons-iot-react
|
|
322
|
+
|
|
323
|
+
|
|
324
|
+
|
|
325
|
+
|
|
326
|
+
|
|
327
|
+
# [2.145.0-next.59](https://github.com/carbon-design-system/carbon-addons-iot-react/compare/v2.145.0-next.58...v2.145.0-next.59) (2021-04-27)
|
|
328
|
+
|
|
329
|
+
|
|
330
|
+
### Bug Fixes
|
|
331
|
+
|
|
332
|
+
* **cardrenderer:** custom and default cards should be resizable ([6fcc347](https://github.com/carbon-design-system/carbon-addons-iot-react/commit/6fcc34788d3da88262053a6eefb5dd2ba3f2180c))
|
|
333
|
+
|
|
334
|
+
|
|
335
|
+
|
|
336
|
+
|
|
337
|
+
|
|
338
|
+
# [2.145.0-next.58](https://github.com/carbon-design-system/carbon-addons-iot-react/compare/v2.145.0-next.57...v2.145.0-next.58) (2021-04-27)
|
|
339
|
+
|
|
340
|
+
|
|
341
|
+
### Bug Fixes
|
|
342
|
+
|
|
343
|
+
* **bar-chart-card:** prop error on grouped BarChartCard ([71a8c0b](https://github.com/carbon-design-system/carbon-addons-iot-react/commit/71a8c0b065c485c132d0dbbd61ff2fc1ca05b10f))
|
|
344
|
+
|
|
345
|
+
|
|
346
|
+
|
|
347
|
+
|
|
348
|
+
|
|
349
|
+
# [2.145.0-next.57](https://github.com/carbon-design-system/carbon-addons-iot-react/compare/v2.145.0-next.56...v2.145.0-next.57) (2021-04-26)
|
|
350
|
+
|
|
351
|
+
|
|
352
|
+
### Bug Fixes
|
|
353
|
+
|
|
354
|
+
* **dashboard-editor:** always use dataSourceId in selectedData array ([ff261f2](https://github.com/carbon-design-system/carbon-addons-iot-react/commit/ff261f213296539a1ac57d3afb48d015cddc5c84))
|
|
355
|
+
|
|
356
|
+
|
|
357
|
+
|
|
358
|
+
|
|
359
|
+
|
|
360
|
+
# [2.145.0-next.56](https://github.com/carbon-design-system/carbon-addons-iot-react/compare/v2.145.0-next.55...v2.145.0-next.56) (2021-04-26)
|
|
361
|
+
|
|
362
|
+
|
|
363
|
+
### Features
|
|
364
|
+
|
|
365
|
+
* **dashboard-editor:** add decimal precision to ImageCards ([2b018b0](https://github.com/carbon-design-system/carbon-addons-iot-react/commit/2b018b093a7b2a39fb0417846405bd83b8ed936c))
|
|
366
|
+
* **repo:** export settings to consumers ([a1b08fd](https://github.com/carbon-design-system/carbon-addons-iot-react/commit/a1b08fd6c35f1fc177f0bde378226abe632efd64))
|
|
367
|
+
|
|
368
|
+
|
|
369
|
+
|
|
370
|
+
|
|
371
|
+
|
|
372
|
+
# [2.145.0-next.55](https://github.com/carbon-design-system/carbon-addons-iot-react/compare/v2.145.0-next.54...v2.145.0-next.55) (2021-04-23)
|
|
373
|
+
|
|
374
|
+
|
|
375
|
+
### Bug Fixes
|
|
376
|
+
|
|
377
|
+
* **dashboard-editor:** pass translations and locale through ([c509fbc](https://github.com/carbon-design-system/carbon-addons-iot-react/commit/c509fbcd0757da22e954a9dbc8f5a555c30fa9e6))
|
|
378
|
+
* **list-item:** send even through keypress expansion ([846f43f](https://github.com/carbon-design-system/carbon-addons-iot-react/commit/846f43f10f9eec774e104d4fdcd2b28833f3ef58))
|
|
379
|
+
|
|
380
|
+
|
|
381
|
+
|
|
382
|
+
|
|
383
|
+
|
|
384
|
+
# [2.145.0-next.54](https://github.com/carbon-design-system/carbon-addons-iot-react/compare/v2.145.0-next.53...v2.145.0-next.54) (2021-04-22)
|
|
385
|
+
|
|
386
|
+
|
|
387
|
+
### Bug Fixes
|
|
388
|
+
|
|
389
|
+
* **time-series-card:** remove console.log ([012a6e7](https://github.com/carbon-design-system/carbon-addons-iot-react/commit/012a6e74e17e8cc0fd4f672c206197485cae698b))
|
|
390
|
+
* **time-series-card:** use number instead of min/max for ticks ([3dc1413](https://github.com/carbon-design-system/carbon-addons-iot-react/commit/3dc1413a65e95eafbc41e65110e8dc401c69c1c4))
|
|
391
|
+
|
|
392
|
+
|
|
393
|
+
|
|
394
|
+
|
|
395
|
+
|
|
396
|
+
# [2.145.0-next.53](https://github.com/carbon-design-system/carbon-addons-iot-react/compare/v2.145.0-next.52...v2.145.0-next.53) (2021-04-22)
|
|
397
|
+
|
|
398
|
+
|
|
399
|
+
### Bug Fixes
|
|
400
|
+
|
|
401
|
+
* **charts:** expose legend position prop ([abf99d6](https://github.com/carbon-design-system/carbon-addons-iot-react/commit/abf99d64b865ee2476880188af465b6cd08c9369))
|
|
402
|
+
* **flyout-menu:** add position knob ([98867d8](https://github.com/carbon-design-system/carbon-addons-iot-react/commit/98867d8d07510fcc77b514194773538cffa31344))
|
|
403
|
+
* **flyout-menu:** add story knobs ([a34416f](https://github.com/carbon-design-system/carbon-addons-iot-react/commit/a34416f1ac9e128cc0c1dd44b2d47f40ac581e90))
|
|
404
|
+
* **flyout-menu:** show tooltips when needed ([6d8e119](https://github.com/carbon-design-system/carbon-addons-iot-react/commit/6d8e119577947fc40f652d62a2040f14a93d6a4e))
|
|
405
|
+
|
|
406
|
+
|
|
407
|
+
|
|
408
|
+
|
|
409
|
+
|
|
410
|
+
# [2.145.0-next.52](https://github.com/carbon-design-system/carbon-addons-iot-react/compare/v2.145.0-next.51...v2.145.0-next.52) (2021-04-22)
|
|
411
|
+
|
|
412
|
+
|
|
413
|
+
### Bug Fixes
|
|
414
|
+
|
|
415
|
+
* **list:** return the parent id ([a29f2c7](https://github.com/carbon-design-system/carbon-addons-iot-react/commit/a29f2c740b0e06dbd1c1faa6a69f888d0d6fac28))
|
|
416
|
+
* **simplepagination:** revert the style xpath changes ([2888c85](https://github.com/carbon-design-system/carbon-addons-iot-react/commit/2888c8591706787401af2e8d1ca336396b01d58f))
|
|
417
|
+
|
|
418
|
+
|
|
419
|
+
|
|
420
|
+
|
|
421
|
+
|
|
422
|
+
# [2.145.0-next.51](https://github.com/carbon-design-system/carbon-addons-iot-react/compare/v2.145.0-next.50...v2.145.0-next.51) (2021-04-22)
|
|
423
|
+
|
|
424
|
+
|
|
425
|
+
### Bug Fixes
|
|
426
|
+
|
|
427
|
+
* **timeseries:** support 0 values in the line chart ([8ff8e72](https://github.com/carbon-design-system/carbon-addons-iot-react/commit/8ff8e72b7c9bbe53bc0136d89eb42508ccedf493))
|
|
428
|
+
* **wizard-modal:** do no pass onBack to ComposedModal ([274d524](https://github.com/carbon-design-system/carbon-addons-iot-react/commit/274d52443f7ee03aaabddce90ec34f1adafacac8))
|
|
429
|
+
|
|
430
|
+
|
|
431
|
+
|
|
432
|
+
|
|
433
|
+
|
|
434
|
+
# [2.145.0-next.50](https://github.com/carbon-design-system/carbon-addons-iot-react/compare/v2.145.0-next.49...v2.145.0-next.50) (2021-04-21)
|
|
435
|
+
|
|
436
|
+
|
|
437
|
+
### Bug Fixes
|
|
438
|
+
|
|
439
|
+
* **build:** change the index source in package.json ([123e4c5](https://github.com/carbon-design-system/carbon-addons-iot-react/commit/123e4c56f249aebddc01461f59e932294b6d084e))
|
|
440
|
+
|
|
441
|
+
|
|
442
|
+
|
|
443
|
+
|
|
444
|
+
|
|
445
|
+
# [2.145.0-next.49](https://github.com/carbon-design-system/carbon-addons-iot-react/compare/v2.145.0-next.48...v2.145.0-next.49) (2021-04-21)
|
|
446
|
+
|
|
447
|
+
|
|
448
|
+
### Bug Fixes
|
|
449
|
+
|
|
450
|
+
* **file-uploader:** fix broken example story ([888bd1f](https://github.com/carbon-design-system/carbon-addons-iot-react/commit/888bd1fddc7c8a83994f557b0033e344d216f5d6))
|
|
451
|
+
|
|
452
|
+
|
|
453
|
+
|
|
454
|
+
|
|
455
|
+
|
|
456
|
+
# [2.145.0-next.48](https://github.com/carbon-design-system/carbon-addons-iot-react/compare/v2.145.0-next.47...v2.145.0-next.48) (2021-04-21)
|
|
457
|
+
|
|
458
|
+
|
|
459
|
+
### Bug Fixes
|
|
460
|
+
|
|
461
|
+
* **table:** include search.defaultValue in filtering logic ([00ee0c7](https://github.com/carbon-design-system/carbon-addons-iot-react/commit/00ee0c7d0f5c5dab3a9765d1173ef23251306f4d))
|
|
462
|
+
|
|
463
|
+
|
|
464
|
+
|
|
465
|
+
|
|
466
|
+
|
|
467
|
+
# [2.145.0-next.47](https://github.com/carbon-design-system/carbon-addons-iot-react/compare/v2.145.0-next.46...v2.145.0-next.47) (2021-04-21)
|
|
468
|
+
|
|
469
|
+
|
|
470
|
+
### Bug Fixes
|
|
471
|
+
|
|
472
|
+
* **suiteheader:** fixing redirect statement in SuiteHeaderAppSwitcher as well. ([4d45f40](https://github.com/carbon-design-system/carbon-addons-iot-react/commit/4d45f40e7a1cf2710185cb5baef98af1070cce60))
|
|
473
|
+
* **suiteheader:** fixing the redirect statements in SuiteHeader component so that they always open new tabs properly. ([9be68e6](https://github.com/carbon-design-system/carbon-addons-iot-react/commit/9be68e6aaf9b0204e92d26a470452b0a7cb9f951))
|
|
474
|
+
* **suiteheader:** Removing the `document.referrer` logic from SuiteHeader as apps using the component may have the referrer policy set to `strict-origin-when-cross-origin`, which could cause the redirect to point to the wrong URL. ([9fa8e21](https://github.com/carbon-design-system/carbon-addons-iot-react/commit/9fa8e214001e814639a51f45c4d21b33c5768162))
|
|
475
|
+
* **suiteheader:** Updating snapshots ([cf91065](https://github.com/carbon-design-system/carbon-addons-iot-react/commit/cf91065b657ec7efa8984b2bb46015b3427e38e9))
|
|
476
|
+
|
|
477
|
+
|
|
478
|
+
|
|
479
|
+
|
|
480
|
+
|
|
481
|
+
# [2.145.0-next.46](https://github.com/carbon-design-system/carbon-addons-iot-react/compare/v2.145.0-next.45...v2.145.0-next.46) (2021-04-19)
|
|
482
|
+
|
|
483
|
+
|
|
484
|
+
### Bug Fixes
|
|
485
|
+
|
|
486
|
+
* **tablecard:** do not preformat the timestamp columns only do it on render ([fa6575d](https://github.com/carbon-design-system/carbon-addons-iot-react/commit/fa6575de1a2f6cea88a2c4711c6addbf4dce913f))
|
|
487
|
+
* **TableCard:** format non-timestamp columns correctly ([0fbb73d](https://github.com/carbon-design-system/carbon-addons-iot-react/commit/0fbb73d9785de7e767dca1af91b3432f90c4144d))
|
|
488
|
+
|
|
489
|
+
|
|
490
|
+
|
|
491
|
+
|
|
492
|
+
|
|
493
|
+
# [2.145.0-next.45](https://github.com/carbon-design-system/carbon-addons-iot-react/compare/v2.145.0-next.44...v2.145.0-next.45) (2021-04-16)
|
|
494
|
+
|
|
495
|
+
|
|
496
|
+
### Bug Fixes
|
|
497
|
+
|
|
498
|
+
* **combobox:** fix lint issue ([d055a23](https://github.com/carbon-design-system/carbon-addons-iot-react/commit/d055a23afc40d505a2ab32cbcfb9b957a626bdac))
|
|
499
|
+
|
|
500
|
+
|
|
501
|
+
|
|
502
|
+
|
|
503
|
+
|
|
504
|
+
# [2.145.0-next.42](https://github.com/carbon-design-system/carbon-addons-iot-react/compare/v2.145.0-next.41...v2.145.0-next.42) (2021-04-15)
|
|
505
|
+
|
|
506
|
+
**Note:** Version bump only for package carbon-addons-iot-react
|
|
507
|
+
|
|
508
|
+
|
|
509
|
+
|
|
510
|
+
|
|
511
|
+
|
|
512
|
+
# [2.145.0-next.41](https://github.com/carbon-design-system/carbon-addons-iot-react/compare/v2.145.0-next.40...v2.145.0-next.41) (2021-04-15)
|
|
513
|
+
|
|
514
|
+
|
|
515
|
+
### Bug Fixes
|
|
516
|
+
|
|
517
|
+
* **value-card:** use auto positioning tooltip ([73691c1](https://github.com/carbon-design-system/carbon-addons-iot-react/commit/73691c1758f8a20fa466591a869a8f37186b42e4))
|
|
518
|
+
|
|
519
|
+
|
|
520
|
+
|
|
521
|
+
|
|
522
|
+
|
|
523
|
+
# [2.145.0-next.40](https://github.com/carbon-design-system/carbon-addons-iot-react/compare/v2.145.0-next.39...v2.145.0-next.40) (2021-04-15)
|
|
524
|
+
|
|
525
|
+
**Note:** Version bump only for package carbon-addons-iot-react
|
|
526
|
+
|
|
527
|
+
|
|
528
|
+
|
|
529
|
+
|
|
530
|
+
|
|
531
|
+
# [2.145.0-next.39](https://github.com/carbon-design-system/carbon-addons-iot-react/compare/v2.145.0-next.38...v2.145.0-next.39) (2021-04-13)
|
|
532
|
+
|
|
533
|
+
|
|
534
|
+
### Bug Fixes
|
|
535
|
+
|
|
536
|
+
* **header:** move story styles to separate stylesheet ([c115619](https://github.com/carbon-design-system/carbon-addons-iot-react/commit/c115619ac03274a70804ed5bc1c85b9e791baeb4))
|
|
537
|
+
* lint warnings ([7fbdc11](https://github.com/carbon-design-system/carbon-addons-iot-react/commit/7fbdc11de3f0cba292e4fe229053065bc6cd04d6))
|
|
538
|
+
* **repo:** swap styled components to scss ([d4234e9](https://github.com/carbon-design-system/carbon-addons-iot-react/commit/d4234e99b5926729c2ea46eb2c9e500b1735b75d))
|
|
539
|
+
|
|
540
|
+
|
|
541
|
+
|
|
542
|
+
|
|
543
|
+
|
|
544
|
+
# [2.145.0-next.38](https://github.com/carbon-design-system/carbon-addons-iot-react/compare/v2.145.0-next.37...v2.145.0-next.38) (2021-04-13)
|
|
545
|
+
|
|
546
|
+
|
|
547
|
+
### Bug Fixes
|
|
548
|
+
|
|
549
|
+
* **attribute:** remove the required value proptype ([597f69b](https://github.com/carbon-design-system/carbon-addons-iot-react/commit/597f69b339f1942fde851ccbc2d2e6cc04f6529c))
|
|
550
|
+
* **valuecard:** do not truncate if there is room ([c5795c8](https://github.com/carbon-design-system/carbon-addons-iot-react/commit/c5795c8a5dd080abcf9c6e3ea03269f9a8fa2ce2))
|
|
551
|
+
|
|
552
|
+
|
|
553
|
+
### Reverts
|
|
554
|
+
|
|
555
|
+
* Revert "test(table): the testcase can no longer do a direct isEqual comparison" ([52fa4e2](https://github.com/carbon-design-system/carbon-addons-iot-react/commit/52fa4e26d280a37a82c08e5480eb9cfb807631bf))
|
|
556
|
+
* Revert "feat(Table) allow non string elements in the table header" ([dba36a7](https://github.com/carbon-design-system/carbon-addons-iot-react/commit/dba36a775f2b208aabc2f5a157dceb853e3d03f5))
|
|
557
|
+
|
|
558
|
+
|
|
559
|
+
|
|
560
|
+
|
|
561
|
+
|
|
562
|
+
# [2.145.0-next.37](https://github.com/carbon-design-system/carbon-addons-iot-react/compare/v2.145.0-next.36...v2.145.0-next.37) (2021-04-12)
|
|
563
|
+
|
|
564
|
+
|
|
565
|
+
### Bug Fixes
|
|
566
|
+
|
|
567
|
+
* **storybook:** fix 'show info' button ([a0e9b28](https://github.com/carbon-design-system/carbon-addons-iot-react/commit/a0e9b289e80fde20d49fda6392833df0187ba000))
|
|
568
|
+
|
|
569
|
+
|
|
570
|
+
|
|
571
|
+
|
|
572
|
+
|
|
573
|
+
# [2.145.0-next.36](https://github.com/carbon-design-system/carbon-addons-iot-react/compare/v2.145.0-next.35...v2.145.0-next.36) (2021-04-07)
|
|
574
|
+
|
|
575
|
+
|
|
576
|
+
### Bug Fixes
|
|
577
|
+
|
|
578
|
+
* **barchartcard:** do not mutate content ([145bfce](https://github.com/carbon-design-system/carbon-addons-iot-react/commit/145bfceb5b7a5f30204b6190711070cfa9cc9f46))
|
|
579
|
+
* **chartcards:** deep merge the default props ([a6a2934](https://github.com/carbon-design-system/carbon-addons-iot-react/commit/a6a293445ba12ccf2f6a404e278779e5a06d9090))
|
|
580
|
+
* **defaults:** do not mutate content prop ([03753c1](https://github.com/carbon-design-system/carbon-addons-iot-react/commit/03753c17391e53c7e544658a028d4f9ec7f8d076))
|
|
581
|
+
* **piechartcard:** proptype typo ([e0f733d](https://github.com/carbon-design-system/carbon-addons-iot-react/commit/e0f733d8b3390c4d71a81b2f96238f7e9df0ce92))
|
|
582
|
+
|
|
583
|
+
|
|
584
|
+
|
|
585
|
+
|
|
586
|
+
|
|
587
|
+
# [2.145.0-next.34](https://github.com/carbon-design-system/carbon-addons-iot-react/compare/v2.145.0-next.33...v2.145.0-next.34) (2021-04-06)
|
|
588
|
+
|
|
589
|
+
|
|
590
|
+
### Bug Fixes
|
|
591
|
+
|
|
592
|
+
* **hierarchylist:** cloneDeep can blow up and clone the whole tree ([7ea48bf](https://github.com/carbon-design-system/carbon-addons-iot-react/commit/7ea48bfb7034a52c3c3d803b46ff65e0b8d950ed))
|
|
593
|
+
|
|
594
|
+
|
|
595
|
+
|
|
596
|
+
|
|
597
|
+
|
|
598
|
+
# [2.145.0-next.32](https://github.com/carbon-design-system/carbon-addons-iot-react/compare/v2.145.0-next.31...v2.145.0-next.32) (2021-04-01)
|
|
599
|
+
|
|
600
|
+
|
|
601
|
+
### Bug Fixes
|
|
602
|
+
|
|
603
|
+
* **page-title-bar:** remove the dynamic offset default ([6615958](https://github.com/carbon-design-system/carbon-addons-iot-react/commit/6615958825bb50b354d0c05c96b0f9094d2a5ad9))
|
|
604
|
+
* **page-title-bar:** remove the dynamic offset default ([ea7906d](https://github.com/carbon-design-system/carbon-addons-iot-react/commit/ea7906d6aa7cc35cbc1795f5e56c7c1bc4786c7f))
|
|
605
|
+
|
|
606
|
+
|
|
607
|
+
|
|
608
|
+
|
|
609
|
+
|
|
610
|
+
# [2.145.0-next.31](https://github.com/carbon-design-system/carbon-addons-iot-react/compare/v2.145.0-next.30...v2.145.0-next.31) (2021-04-01)
|
|
611
|
+
|
|
612
|
+
**Note:** Version bump only for package carbon-addons-iot-react
|
|
613
|
+
|
|
614
|
+
|
|
615
|
+
|
|
616
|
+
|
|
617
|
+
|
|
618
|
+
# [2.145.0-next.30](https://github.com/carbon-design-system/carbon-addons-iot-react/compare/v2.145.0-next.29...v2.145.0-next.30) (2021-04-01)
|
|
619
|
+
|
|
620
|
+
**Note:** Version bump only for package carbon-addons-iot-react
|
|
621
|
+
|
|
622
|
+
|
|
623
|
+
|
|
624
|
+
|
|
625
|
+
|
|
626
|
+
# [2.145.0-next.29](https://github.com/carbon-design-system/carbon-addons-iot-react/compare/v2.145.0-next.28...v2.145.0-next.29) (2021-03-31)
|
|
627
|
+
|
|
628
|
+
**Note:** Version bump only for package carbon-addons-iot-react
|
|
629
|
+
|
|
630
|
+
|
|
631
|
+
|
|
632
|
+
|
|
633
|
+
|
|
634
|
+
# [2.145.0-next.28](https://github.com/carbon-design-system/carbon-addons-iot-react/compare/v2.145.0-next.27...v2.145.0-next.28) (2021-03-31)
|
|
635
|
+
|
|
636
|
+
**Note:** Version bump only for package carbon-addons-iot-react
|
|
637
|
+
|
|
638
|
+
|
|
639
|
+
|
|
640
|
+
|
|
641
|
+
|
|
642
|
+
# [2.145.0-next.27](https://github.com/carbon-design-system/carbon-addons-iot-react/compare/v2.145.0-next.26...v2.145.0-next.27) (2021-03-31)
|
|
643
|
+
|
|
644
|
+
|
|
645
|
+
### Bug Fixes
|
|
646
|
+
|
|
647
|
+
* **value-card:** fix error/warning icons not visible on card ([faac33d](https://github.com/carbon-design-system/carbon-addons-iot-react/commit/faac33d1f2ce0c11e638cafe53a393af3fa17552))
|
|
648
|
+
|
|
649
|
+
|
|
650
|
+
|
|
651
|
+
|
|
652
|
+
|
|
653
|
+
# [2.145.0-next.26](https://github.com/carbon-design-system/carbon-addons-iot-react/compare/v2.145.0-next.25...v2.145.0-next.26) (2021-03-30)
|
|
654
|
+
|
|
655
|
+
**Note:** Version bump only for package carbon-addons-iot-react
|
|
656
|
+
|
|
657
|
+
|
|
658
|
+
|
|
659
|
+
|
|
660
|
+
|
|
661
|
+
# [2.145.0-next.25](https://github.com/carbon-design-system/carbon-addons-iot-react/compare/v2.145.0-next.24...v2.145.0-next.25) (2021-03-30)
|
|
662
|
+
|
|
663
|
+
**Note:** Version bump only for package carbon-addons-iot-react
|
|
664
|
+
|
|
665
|
+
|
|
666
|
+
|
|
667
|
+
|
|
668
|
+
|
|
669
|
+
# [2.145.0-next.24](https://github.com/carbon-design-system/carbon-addons-iot-react/compare/v2.145.0-next.23...v2.145.0-next.24) (2021-03-30)
|
|
670
|
+
|
|
671
|
+
|
|
672
|
+
### Bug Fixes
|
|
673
|
+
|
|
674
|
+
* **table:** distribute widths between all columns when re-inserting ([1079c95](https://github.com/carbon-design-system/carbon-addons-iot-react/commit/1079c95dc13f6fda6eb28b30618258e3f9a49cf3))
|
|
675
|
+
|
|
676
|
+
|
|
677
|
+
### Features
|
|
678
|
+
|
|
679
|
+
* **page-title-bar:** clean up and add test for dynamic scrolling ([81a5f8b](https://github.com/carbon-design-system/carbon-addons-iot-react/commit/81a5f8b472d5402240c5638735283aca63caf457))
|
|
680
|
+
* **page-title-bar:** first drop of dynamic styling options ([a342397](https://github.com/carbon-design-system/carbon-addons-iot-react/commit/a342397a78f6f93b49708e7dd5a1bc39df59bd82))
|
|
681
|
+
* **table:** add advanced rule builder to table/stateful table ([bae0c54](https://github.com/carbon-design-system/carbon-addons-iot-react/commit/bae0c541119df36dcaab10a6d99ed2af7aec35cc))
|
|
682
|
+
* **table:** advanced filters flyout integration ([e0196ed](https://github.com/carbon-design-system/carbon-addons-iot-react/commit/e0196edf03c8d6efd483e12352a13bd8c6b02d67))
|
|
683
|
+
* **table:** fix proptypes for advancedFilters ([dafbca3](https://github.com/carbon-design-system/carbon-addons-iot-react/commit/dafbca3711aa01a3690de8dd7d82703bf5d7089a))
|
|
684
|
+
* **table:** fix warning function on hasAdvancedFilters ([7c920fa](https://github.com/carbon-design-system/carbon-addons-iot-react/commit/7c920fae76463c51078c7d2c182b13c02dec2ac2))
|
|
685
|
+
|
|
686
|
+
|
|
687
|
+
|
|
688
|
+
|
|
689
|
+
|
|
690
|
+
# [2.145.0-next.23](https://github.com/carbon-design-system/carbon-addons-iot-react/compare/v2.145.0-next.22...v2.145.0-next.23) (2021-03-29)
|
|
691
|
+
|
|
692
|
+
**Note:** Version bump only for package carbon-addons-iot-react
|
|
693
|
+
|
|
694
|
+
|
|
695
|
+
|
|
696
|
+
|
|
697
|
+
|
|
698
|
+
# [2.145.0-next.22](https://github.com/carbon-design-system/carbon-addons-iot-react/compare/v2.145.0-next.21...v2.145.0-next.22) (2021-03-26)
|
|
699
|
+
|
|
700
|
+
**Note:** Version bump only for package carbon-addons-iot-react
|
|
701
|
+
|
|
702
|
+
|
|
703
|
+
|
|
704
|
+
|
|
705
|
+
|
|
706
|
+
# [2.145.0-next.21](https://github.com/carbon-design-system/carbon-addons-iot-react/compare/v2.145.0-next.20...v2.145.0-next.21) (2021-03-26)
|
|
707
|
+
|
|
708
|
+
**Note:** Version bump only for package carbon-addons-iot-react
|
|
709
|
+
|
|
710
|
+
|
|
711
|
+
|
|
712
|
+
|
|
713
|
+
|
|
714
|
+
# [2.145.0-next.20](https://github.com/carbon-design-system/carbon-addons-iot-react/compare/v2.145.0-next.19...v2.145.0-next.20) (2021-03-26)
|
|
715
|
+
|
|
716
|
+
**Note:** Version bump only for package carbon-addons-iot-react
|
|
717
|
+
|
|
718
|
+
|
|
719
|
+
|
|
720
|
+
|
|
721
|
+
|
|
722
|
+
# [2.145.0-next.19](https://github.com/carbon-design-system/carbon-addons-iot-react/compare/v2.145.0-next.18...v2.145.0-next.19) (2021-03-26)
|
|
723
|
+
|
|
724
|
+
**Note:** Version bump only for package carbon-addons-iot-react
|
|
725
|
+
|
|
726
|
+
|
|
727
|
+
|
|
728
|
+
|
|
729
|
+
|
|
730
|
+
# [2.145.0-next.18](https://github.com/carbon-design-system/carbon-addons-iot-react/compare/v2.145.0-next.17...v2.145.0-next.18) (2021-03-25)
|
|
731
|
+
|
|
732
|
+
|
|
733
|
+
### Bug Fixes
|
|
734
|
+
|
|
735
|
+
* **table:** add missing isSortable prop for aggregations ([c82f227](https://github.com/carbon-design-system/carbon-addons-iot-react/commit/c82f2277478445fdd4b33b21aaaf31fb14a82aa6))
|
|
736
|
+
|
|
737
|
+
|
|
738
|
+
### Features
|
|
739
|
+
|
|
740
|
+
* **suiteheader:** Including the `extraContent` property to the Header component (and also to SuiteHeader) so that a custom component can be rendered after the header subtitle. ([017de49](https://github.com/carbon-design-system/carbon-addons-iot-react/commit/017de492c5f344b0484c661735a3026f909dce4a)), closes [#2116](https://github.com/carbon-design-system/carbon-addons-iot-react/issues/2116)
|
|
741
|
+
* **suiteheader:** Removing `extraContent` from `Header`. In `SuiteHeader`, when `extraContent` is passed, an element with `appName` and `extraContent` is passed to `Header`’s `subtitle` property. ([b3524f8](https://github.com/carbon-design-system/carbon-addons-iot-react/commit/b3524f8241da611db36fff2c638380b92c8df166))
|
|
742
|
+
* **suiteheader:** Removing references to `extraContent` in `Header`. ([d894b0c](https://github.com/carbon-design-system/carbon-addons-iot-react/commit/d894b0c50b631e8b8ce1c7de0c37feb8572dda2e))
|
|
743
|
+
|
|
744
|
+
|
|
745
|
+
|
|
746
|
+
|
|
747
|
+
|
|
748
|
+
# [2.145.0-next.17](https://github.com/carbon-design-system/carbon-addons-iot-react/compare/v2.145.0-next.16...v2.145.0-next.17) (2021-03-25)
|
|
749
|
+
|
|
750
|
+
|
|
751
|
+
### Bug Fixes
|
|
752
|
+
|
|
753
|
+
* **combochart:** an empty line breaks the build ([4598d65](https://github.com/carbon-design-system/carbon-addons-iot-react/commit/4598d658685fef20bf90063d4d83af1827b198de))
|
|
754
|
+
* **combochart:** properly mock the combocharts control like it (turns out) the others are and leave a hint for future travelers ([cdae530](https://github.com/carbon-design-system/carbon-addons-iot-react/commit/cdae530776c50c80dd2587ebed780be2e2107be8))
|
|
755
|
+
* **combochart:** use defaults deep, memoize potentially expensive ops ([e7d3e50](https://github.com/carbon-design-system/carbon-addons-iot-react/commit/e7d3e50c5689672728a9e06b6a2952db5d022c3a))
|
|
756
|
+
* **combochartcard:** mock combo charts with simple div, add a couple more tests ([4d5f732](https://github.com/carbon-design-system/carbon-addons-iot-react/commit/4d5f732ab903f631b04c1e718e292901944d1a75))
|
|
757
|
+
* **comboChartCard:** address review comments ([6737f0f](https://github.com/carbon-design-system/carbon-addons-iot-react/commit/6737f0f502a541445fffaa212c78ec6d6b223931))
|
|
758
|
+
* **comboChartCard:** change setup to be more like TimeSeriesCard/BarSeriesCard ([2d9c2bd](https://github.com/carbon-design-system/carbon-addons-iot-react/commit/2d9c2bd4ae784db5647ba72685214eed05e730c4))
|
|
759
|
+
* **comboChartCard:** Extract shared tooltip helper to common helper file ([6c138cb](https://github.com/carbon-design-system/carbon-addons-iot-react/commit/6c138cbd1d1b3af983c012e8cf42008fd129236d))
|
|
760
|
+
* **comboChartCard:** fix linting issue ([c738cea](https://github.com/carbon-design-system/carbon-addons-iot-react/commit/c738ceafe86371a6a8a15bd8a3a874165df32026))
|
|
761
|
+
* **comboChartCard:** Label experimental stories ([3168a56](https://github.com/carbon-design-system/carbon-addons-iot-react/commit/3168a569921727aae5af43db35b812e718ce7623))
|
|
762
|
+
* **comboChartCard:** linting and importing fixes ([1a07c39](https://github.com/carbon-design-system/carbon-addons-iot-react/commit/1a07c394fb329d857196788b55ed9c0bfeb25116))
|
|
763
|
+
* **comboChartCard:** pass size prop to card ([dfcebcb](https://github.com/carbon-design-system/carbon-addons-iot-react/commit/dfcebcbd060dd124e340c64d48721c6c9c9b4c44))
|
|
764
|
+
* **comboChartCard:** resolve build errors ([9796d8b](https://github.com/carbon-design-system/carbon-addons-iot-react/commit/9796d8b34d19b3ad7183944efb05a5e7c9bdcd52))
|
|
765
|
+
* **ComboChartCard:** linting + storyshot update ([709c693](https://github.com/carbon-design-system/carbon-addons-iot-react/commit/709c6935eb4bb70224b6e6381a877a1b03ce1bc2))
|
|
766
|
+
* **snapshot:** update snapshots after type change ([80d7726](https://github.com/carbon-design-system/carbon-addons-iot-react/commit/80d772692a1dc7bf2b0ae8fdefaf8d26d23f677b))
|
|
767
|
+
* **TimeSeriesCard:** fix bad merge from previous commit ([f995682](https://github.com/carbon-design-system/carbon-addons-iot-react/commit/f9956829e2d7db8e8f937b79a55d987a74a243a1))
|
|
768
|
+
|
|
769
|
+
|
|
770
|
+
### Features
|
|
771
|
+
|
|
772
|
+
* **combochartcard:** add proptypes for combochart ([143d6d1](https://github.com/carbon-design-system/carbon-addons-iot-react/commit/143d6d12a75601667dc9f07fd9bbcd58cb4d9dbb))
|
|
773
|
+
* **combochartcard:** ignore storyshots since import error ([bb7530e](https://github.com/carbon-design-system/carbon-addons-iot-react/commit/bb7530e3e4f8a86b6a94457bc59cbed9ca9b8796))
|
|
774
|
+
|
|
775
|
+
|
|
776
|
+
|
|
777
|
+
|
|
778
|
+
|
|
779
|
+
# [2.145.0-next.16](https://github.com/carbon-design-system/carbon-addons-iot-react/compare/v2.145.0-next.15...v2.145.0-next.16) (2021-03-24)
|
|
780
|
+
|
|
781
|
+
**Note:** Version bump only for package carbon-addons-iot-react
|
|
782
|
+
|
|
783
|
+
|
|
784
|
+
|
|
785
|
+
|
|
786
|
+
|
|
787
|
+
# [2.145.0-next.15](https://github.com/carbon-design-system/carbon-addons-iot-react/compare/v2.145.0-next.14...v2.145.0-next.15) (2021-03-22)
|
|
788
|
+
|
|
789
|
+
|
|
790
|
+
### Bug Fixes
|
|
791
|
+
|
|
792
|
+
* **ImageTile:** improve regex efficiency to pass codeql ([ecf2ed5](https://github.com/carbon-design-system/carbon-addons-iot-react/commit/ecf2ed51b9fc31eb3868b4f504eb70f9c298fefe))
|
|
793
|
+
|
|
794
|
+
|
|
795
|
+
|
|
796
|
+
|
|
797
|
+
|
|
798
|
+
# [2.145.0-next.14](https://github.com/carbon-design-system/carbon-addons-iot-react/compare/v2.145.0-next.13...v2.145.0-next.14) (2021-03-22)
|
|
799
|
+
|
|
800
|
+
|
|
801
|
+
### Features
|
|
802
|
+
|
|
803
|
+
* **valuecard:** add new SMALLFULL size ([9ec88e3](https://github.com/carbon-design-system/carbon-addons-iot-react/commit/9ec88e3d6bd025c7e24670fc5e335f9e4a165c62))
|
|
804
|
+
|
|
805
|
+
|
|
806
|
+
|
|
807
|
+
|
|
808
|
+
|
|
809
|
+
# [2.145.0-next.13](https://github.com/carbon-design-system/carbon-addons-iot-react/compare/v2.145.0-next.12...v2.145.0-next.13) (2021-03-20)
|
|
810
|
+
|
|
811
|
+
|
|
812
|
+
### Bug Fixes
|
|
813
|
+
|
|
814
|
+
* **button:** update spacing ([d840a7e](https://github.com/carbon-design-system/carbon-addons-iot-react/commit/d840a7ee905ceb9c6b8a8c7fa4203b5eedec5dc8))
|
|
815
|
+
|
|
816
|
+
|
|
817
|
+
|
|
818
|
+
|
|
819
|
+
|
|
820
|
+
# [2.145.0-next.12](https://github.com/carbon-design-system/carbon-addons-iot-react/compare/v2.145.0-next.11...v2.145.0-next.12) (2021-03-16)
|
|
821
|
+
|
|
822
|
+
|
|
823
|
+
### Bug Fixes
|
|
824
|
+
|
|
825
|
+
* **dashboardgrid:** should not set state if component unmounts ([3cd8024](https://github.com/carbon-design-system/carbon-addons-iot-react/commit/3cd8024d6718eee399bd4a13666aab9ab19efd30))
|
|
826
|
+
|
|
827
|
+
|
|
828
|
+
|
|
829
|
+
|
|
830
|
+
|
|
831
|
+
# [2.145.0-next.11](https://github.com/carbon-design-system/carbon-addons-iot-react/compare/v2.145.0-next.10...v2.145.0-next.11) (2021-03-15)
|
|
832
|
+
|
|
833
|
+
|
|
834
|
+
### Bug Fixes
|
|
835
|
+
|
|
836
|
+
* **editor:** update edit modal for grouped bar charts ([e39eb53](https://github.com/carbon-design-system/carbon-addons-iot-react/commit/e39eb53ce066b6369d52ed6414a502d4543268d4))
|
|
837
|
+
|
|
838
|
+
|
|
839
|
+
|
|
840
|
+
|
|
841
|
+
|
|
842
|
+
# [2.145.0-next.10](https://github.com/carbon-design-system/carbon-addons-iot-react/compare/v2.145.0-next.9...v2.145.0-next.10) (2021-03-12)
|
|
843
|
+
|
|
844
|
+
|
|
845
|
+
### Bug Fixes
|
|
846
|
+
|
|
847
|
+
* **timeseriesUtils:** month should show one tick ([5670b8e](https://github.com/carbon-design-system/carbon-addons-iot-react/commit/5670b8e0a417db06d0ba8e5ee09d560d56cbbf61))
|
|
848
|
+
|
|
849
|
+
|
|
850
|
+
|
|
851
|
+
|
|
852
|
+
|
|
6
853
|
# [2.145.0-next.9](https://github.com/carbon-design-system/carbon-addons-iot-react/compare/v2.145.0-next.8...v2.145.0-next.9) (2021-03-12)
|
|
7
854
|
|
|
8
855
|
|