@rio-cloud/rio-uikit 0.16.1-beta.21 → 0.16.1-beta.22
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/DeviceUtils.js +1 -1
- package/GroupSelectionUtil.js +1 -1
- package/README.md +15 -0
- package/SortDirection.js +1 -1
- package/SortUtils.js +1 -1
- package/VolkswagenApplicationHeader.js +1 -1
- package/components/actionBarItem/ActionBarItem.js +31 -49
- package/components/actionBarItem/ActionBarItemIcon.js +2 -3
- package/components/actionBarItem/ActionBarItemList.js +2 -3
- package/components/actionBarItem/ActionBarItemListItem.js +5 -6
- package/components/actionBarItem/ActionBarItemListSeparator.js +1 -2
- package/components/actionBarItem/ActionBarItemPopoverContent.js +2 -3
- package/components/actionBarItem/ActionBarOverlay.js +9 -14
- package/components/activity/Activity.js +6 -12
- package/components/animatedNumber/AnimatedNumber.js +11 -14
- package/components/applicationHeader/AppMenu.js +10 -12
- package/components/applicationHeader/AppMenuDropdown.js +8 -17
- package/components/applicationHeader/ApplicationActionBar.js +4 -5
- package/components/applicationHeader/ApplicationHeader.js +12 -17
- package/components/applicationHeader/MobileAppMenu.js +6 -9
- package/components/applicationHeader/MobileHeaderModal.js +5 -5
- package/components/applicationHeader/MobileSubmoduleNavigation.js +5 -8
- package/components/applicationHeader/NavItems.js +35 -44
- package/components/applicationLayout/ApplicationLayout.js +5 -5
- package/components/applicationLayout/ApplicationLayoutBody.js +12 -18
- package/components/applicationLayout/ApplicationLayoutBodyBanner.js +5 -6
- package/components/applicationLayout/ApplicationLayoutBodyBottomBar.js +4 -5
- package/components/applicationLayout/ApplicationLayoutBodyNavigation.js +2 -3
- package/components/applicationLayout/ApplicationLayoutHeader.js +2 -3
- package/components/applicationLayout/ApplicationLayoutSidebar.js +2 -3
- package/components/applicationLayout/SubNavigation.js +3 -4
- package/components/assetTree/AssetTree.js +29 -51
- package/components/assetTree/Tree.js +56 -140
- package/components/assetTree/TreeCategory.js +0 -2
- package/components/assetTree/TreeLeaf.js +5 -5
- package/components/assetTree/TreeLeafList.js +5 -10
- package/components/assetTree/TreeNode.js +5 -5
- package/components/assetTree/TreeNodeContainer.js +2 -4
- package/components/assetTree/TreeOption.js +4 -7
- package/components/assetTree/TreeOptions.js +3 -7
- package/components/assetTree/TreeRoot.js +1 -3
- package/components/assetTree/TreeSearch.js +3 -3
- package/components/assetTree/TreeSelectAll.js +4 -8
- package/components/assetTree/TreeSidebar.js +4 -11
- package/components/assetTree/TreeSummary.js +6 -8
- package/components/assetTree/TypeCounter.js +8 -14
- package/components/autosuggest/AutoSuggest.js +31 -72
- package/components/bottomSheet/BottomSheet.js +20 -29
- package/components/browserWarning/BrowserWarning.js +9 -14
- package/components/browserWarning/BrowserWarningMessageDE.js +0 -2
- package/components/browserWarning/BrowserWarningMessageEN.js +0 -2
- package/components/button/Button.js +29 -29
- package/components/button/ToggleButton.js +0 -2
- package/components/carousel/Carousel.js +4 -1
- package/components/carousel/CarouselCaption.js +6 -15
- package/components/carousel/CarouselItem.js +9 -27
- package/components/charts/Area.js +0 -1
- package/components/charts/AreaChart.js +19 -23
- package/components/charts/AreaGradient.js +1 -3
- package/components/charts/Bar.js +0 -1
- package/components/charts/BarChart.js +21 -28
- package/components/charts/ChartNeedle.js +9 -15
- package/components/charts/ChartTooltip.js +0 -1
- package/components/charts/Legend.js +0 -1
- package/components/charts/Line.js +0 -1
- package/components/charts/LineChart.js +21 -24
- package/components/charts/PieChart.js +25 -29
- package/components/charts/RadialBarChart.js +26 -30
- package/components/charts/chartHelper.js +0 -5
- package/components/checkbox/Checkbox.js +26 -41
- package/components/clearableInput/ClearableInput.js +25 -42
- package/components/collapse/Collapse.js +6 -22
- package/components/contentLoader/ContentLoader.js +7 -17
- package/components/dataTabs/DataTab.js +6 -9
- package/components/dataTabs/DataTabs.js +20 -32
- package/components/datepicker/DatePicker.js +9 -16
- package/components/datepicker/DateRangePicker.js +104 -122
- package/components/dialog/ConfirmationDialog.js +10 -8
- package/components/dialog/Dialog.js +22 -35
- package/components/dialog/DialogBody.js +2 -5
- package/components/dialog/DialogFooter.js +2 -5
- package/components/dialog/DialogHeader.js +5 -8
- package/components/dialog/InfoDialog.js +2 -7
- package/components/dialog/MediaDialog.js +11 -30
- package/components/dialog/ReleaseNotesDialog.js +1 -7
- package/components/dialog/SaveDialog.js +7 -11
- package/components/dialog/SimpleDialog.js +3 -7
- package/components/dialog/SplitDialog.js +3 -8
- package/components/driverName/DriverName.js +2 -3
- package/components/dropdown/ButtonDropdown.js +32 -52
- package/components/dropdown/Caret.js +0 -2
- package/components/dropdown/DropdownSubmenu.js +4 -7
- package/components/dropdown/DropdownToggleButton.js +8 -11
- package/components/dropdown/SimpleButtonDropdown.js +0 -2
- package/components/dropdown/SingleButtonDropdown.js +0 -2
- package/components/dropdown/SplitButtonDropdown.js +0 -2
- package/components/dropdown/SplitCaretButton.js +3 -4
- package/components/expander/ExpanderList.js +15 -35
- package/components/expander/ExpanderPanel.js +22 -27
- package/components/fade/Fade.js +14 -19
- package/components/filepicker/FilePicker.js +17 -36
- package/components/listMenu/ListMenu.js +34 -65
- package/components/loadMore/LoadMoreButton.js +6 -7
- package/components/loadMore/LoadMoreProgress.js +1 -3
- package/components/map/components/Map.js +56 -97
- package/components/map/components/features/ContextMenu.js +38 -48
- package/components/map/components/features/ContextMenuItem.js +2 -4
- package/components/map/components/features/MapSettings.js +6 -14
- package/components/map/components/features/Route.js +29 -51
- package/components/map/components/features/basics/Circle.js +9 -15
- package/components/map/components/features/basics/MapLayerGroup.js +9 -20
- package/components/map/components/features/basics/Polygon.js +6 -14
- package/components/map/components/features/basics/Polyline.js +15 -22
- package/components/map/components/features/basics/marker/DomMarker.js +2 -16
- package/components/map/components/features/basics/marker/Marker.js +9 -31
- package/components/map/components/features/basics/marker/TextMarker.js +6 -17
- package/components/map/components/features/layers/IncidentsLayer.js +0 -4
- package/components/map/components/features/layers/Layer.js +3 -5
- package/components/map/components/features/layers/MarkerLayer.js +5 -13
- package/components/map/components/features/layers/TrafficLayer.js +0 -4
- package/components/map/components/features/layers/TruckLayer.js +1 -4
- package/components/map/components/features/layers/baselayers/BaseLayer.js +6 -10
- package/components/map/components/features/layers/baselayers/DefaultLayer.js +3 -3
- package/components/map/components/features/layers/baselayers/FleetStyleLayer.js +0 -3
- package/components/map/components/features/layers/baselayers/SatelliteLayer.js +0 -3
- package/components/map/components/features/layers/baselayers/TerrainLayer.js +0 -3
- package/components/map/components/features/layers/clustering/ClusterLayer.js +12 -19
- package/components/map/components/features/layers/clustering/SimpleClusterLayer.js +1 -8
- package/components/map/components/features/settings/MapSettingsItem.js +4 -6
- package/components/map/components/features/settings/MapSettingsPanel.js +1 -3
- package/components/map/components/features/settings/MapSettingsTile.js +11 -18
- package/components/map/components/features/settings/ZoomButtons.js +1 -3
- package/components/map/components/features/settings/builtinSettings/MapClusterSettings.js +3 -7
- package/components/map/components/features/settings/builtinSettings/MapLayerSettings.js +4 -7
- package/components/map/components/features/settings/builtinSettings/MapTypeSettings.js +2 -10
- package/components/map/components/features/settings/buttons/MapBoundingBoxButton.js +2 -5
- package/components/map/components/features/settings/buttons/MapCenterMarkerButton.js +2 -5
- package/components/map/components/features/settings/buttons/MapLockMarkerButton.js +2 -5
- package/components/map/components/features/settings/items/MapCustomerPoiSettingsItem.js +2 -6
- package/components/map/components/features/settings/items/MapLayerIncidentsItem.js +3 -7
- package/components/map/components/features/settings/items/MapLayerRoadRestrictionsItem.js +3 -7
- package/components/map/components/features/settings/items/MapLayerTrafficItem.js +3 -7
- package/components/map/components/features/settings/items/MapWorkshopPoiSettingsItem.js +2 -6
- package/components/map/components/mapUtils.js +1 -26
- package/components/map/icons/MapIcon.js +9 -7
- package/components/map/utils/clustering.js +0 -9
- package/components/map/utils/eventHandling.js +0 -21
- package/components/map/utils/hooks.js +1 -3
- package/components/map/utils/localization.js +0 -8
- package/components/map/utils/positions.js +0 -12
- package/components/mapMarker/ClusterMapMarker.js +7 -14
- package/components/mapMarker/SingleMapMarker.js +13 -23
- package/components/menuItems/MenuItem.js +8 -17
- package/components/menuItems/MenuItems.js +3 -4
- package/components/menuItems/getMenuItems.js +0 -2
- package/components/navigation/AppNavigationBar.js +4 -5
- package/components/noData/NoData.js +5 -10
- package/components/notification/Notification.js +3 -1
- package/components/notification/NotificationsContainer.js +0 -2
- package/components/numberControl/NumberControl.js +30 -49
- package/components/numberInput/NumberInput.js +29 -39
- package/components/onboarding/OnboardingTip.js +17 -15
- package/components/overlay/OverlayTrigger.js +1 -2
- package/components/pager/Pager.js +13 -19
- package/components/popover/Popover.js +6 -7
- package/components/position/Position.js +2 -7
- package/components/preloader/ImagePreloader.js +12 -24
- package/components/radiobutton/RadioButton.js +25 -35
- package/components/releaseNotes/ReleaseNotes.js +3 -11
- package/components/resizer/Resizer.js +6 -26
- package/components/selects/BaseDropdownMenu.js +29 -61
- package/components/selects/DropdownHeader.js +2 -4
- package/components/selects/Multiselect.js +43 -63
- package/components/selects/Select.js +42 -57
- package/components/sidebars/Sidebar.js +46 -70
- package/components/slider/RangeSlider.js +40 -72
- package/components/slider/Slider.js +17 -26
- package/components/spinner/Spinner.js +9 -18
- package/components/states/CustomState.js +20 -30
- package/components/states/EmptyState.js +0 -2
- package/components/states/ErrorState.js +0 -2
- package/components/states/ForbiddenState.js +0 -2
- package/components/states/MaintenanceState.js +0 -2
- package/components/states/NotBookedState.js +2 -5
- package/components/states/NotFoundState.js +0 -2
- package/components/statsWidget/StatsWidget.js +4 -7
- package/components/statsWidget/StatsWidgetBody.js +3 -6
- package/components/statsWidget/StatsWidgetFooter.js +2 -5
- package/components/statsWidget/StatsWidgetHeader.js +2 -5
- package/components/statsWidget/StatsWidgetNumber.js +5 -8
- package/components/statsWidget/StatsWidgetSpacer.js +1 -4
- package/components/statsWidget/StatsWidgets.js +2 -5
- package/components/statusBar/StatusBar.js +19 -45
- package/components/steppedProgressBar/SteppedProgressBar.js +9 -16
- package/components/supportMarker/toggleSupportMarker.js +0 -4
- package/components/switch/Switch.js +12 -14
- package/components/table/TableCardsSorting.js +2 -13
- package/components/table/TableSearch.js +0 -2
- package/components/table/TableSettingsColumnButtons.js +7 -7
- package/components/table/TableSettingsColumnDetails.js +8 -12
- package/components/table/TableSettingsDialog.js +57 -94
- package/components/table/TableSettingsDialogFooter.js +12 -12
- package/components/table/TableSettingsListContainer.js +5 -9
- package/components/table/TableSettingsListItem.js +30 -36
- package/components/table/TableToolbar.js +1 -3
- package/components/table/TableViewToggles.js +16 -21
- package/components/tag/Tag.js +13 -15
- package/components/tag/TagList.js +4 -7
- package/components/tagManager/CustomSuggestionItem.js +1 -3
- package/components/tagManager/TagManager.js +27 -48
- package/components/tagManager/TagManagerItemList.js +1 -3
- package/components/teaser/Teaser.js +21 -42
- package/components/teaser/TeaserContainer.js +0 -11
- package/components/timepicker/TimePicker.js +10 -28
- package/components/tooltip/SimpleTooltip.js +5 -8
- package/components/tooltip/Tooltip.js +12 -18
- package/components/video/ResponsiveVideo.js +3 -5
- package/hooks/useAfterMount.js +0 -1
- package/hooks/useClickOutside.js +1 -1
- package/hooks/useClipboard.js +12 -18
- package/hooks/useDebugInfo.js +0 -5
- package/hooks/useElementSize.js +7 -15
- package/hooks/useFullscreen.js +27 -42
- package/hooks/useInterval.js +3 -2
- package/hooks/useOnMount.js +0 -1
- package/hooks/useOnScreen.js +4 -9
- package/hooks/useOnlineStatus.js +3 -4
- package/hooks/useResizeObserver.js +8 -14
- package/hooks/useStateWithValidation.js +8 -10
- package/hooks/useStorage.js +12 -18
- package/hooks/useTimeout.js +3 -2
- package/hooks/useWindowResize.js +0 -2
- package/index.js +2 -12
- package/lib/es/ActionBarItem.js +0 -2
- package/lib/es/ActionBarItemList.js +0 -2
- package/lib/es/ActionBarItemListItem.js +0 -2
- package/lib/es/ActionBarItemListSeparator.js +0 -2
- package/lib/es/Activity.js +0 -2
- package/lib/es/AnimatedNumber.js +0 -2
- package/lib/es/AppNavigationBar.js +0 -2
- package/lib/es/ApplicationHeader.js +0 -2
- package/lib/es/ApplicationLayout.js +0 -2
- package/lib/es/ApplicationLayoutBodyBanner.js +0 -2
- package/lib/es/ApplicationLayoutBodyBottomBar.js +0 -2
- package/lib/es/ApplicationLayoutBodyNavigation.js +0 -2
- package/lib/es/Area.js +0 -2
- package/lib/es/AreaChart.js +0 -2
- package/lib/es/AreaGradient.js +0 -2
- package/lib/es/AssetTree.js +0 -2
- package/lib/es/AutoSuggest.js +0 -2
- package/lib/es/Bar.js +0 -2
- package/lib/es/BarChart.js +0 -2
- package/lib/es/BottomSheet.js +0 -2
- package/lib/es/BrowserWarning.js +0 -2
- package/lib/es/Button.js +0 -2
- package/lib/es/ButtonDropdown.js +0 -2
- package/lib/es/Carousel.js +0 -2
- package/lib/es/ChartNeedle.js +0 -2
- package/lib/es/ChartTooltip.js +0 -2
- package/lib/es/Checkbox.js +0 -2
- package/lib/es/Circle.js +0 -2
- package/lib/es/ClearableInput.js +0 -2
- package/lib/es/ClusterLayer.js +0 -2
- package/lib/es/ClusterMapMarker.js +0 -2
- package/lib/es/ClusterUtils.js +0 -1
- package/lib/es/Collapse.js +0 -2
- package/lib/es/Colors.js +0 -2
- package/lib/es/ConfirmationDialog.js +0 -2
- package/lib/es/ContentLoader.js +0 -2
- package/lib/es/ContextMenu.js +0 -2
- package/lib/es/ContextMenuItem.js +0 -2
- package/lib/es/CustomState.js +0 -2
- package/lib/es/DataTab.js +0 -2
- package/lib/es/DataTabs.js +0 -2
- package/lib/es/DatePicker.js +0 -2
- package/lib/es/DateRangePicker.js +0 -2
- package/lib/es/DeviceUtils.js +1 -2
- package/lib/es/Dialog.js +0 -2
- package/lib/es/DomMarker.js +0 -2
- package/lib/es/DropdownSubmenu.js +0 -2
- package/lib/es/EmptyState.js +0 -2
- package/lib/es/ErrorState.js +0 -2
- package/lib/es/EventUtils.js +0 -1
- package/lib/es/ExpanderList.js +0 -2
- package/lib/es/ExpanderPanel.js +0 -2
- package/lib/es/Fade.js +0 -2
- package/lib/es/FilePicker.js +0 -2
- package/lib/es/ForbiddenState.js +0 -2
- package/lib/es/GroupSelectionUtil.js +1 -2
- package/lib/es/ImagePreloader.js +0 -2
- package/lib/es/IncidentsLayer.js +0 -2
- package/lib/es/InfoDialog.js +0 -2
- package/lib/es/Legend.js +0 -2
- package/lib/es/Line.js +0 -2
- package/lib/es/LineChart.js +0 -2
- package/lib/es/ListMenu.js +0 -2
- package/lib/es/LoadMoreButton.js +0 -2
- package/lib/es/MaintenanceState.js +0 -2
- package/lib/es/Map.js +0 -2
- package/lib/es/MapBoundingBoxButton.js +0 -2
- package/lib/es/MapCenterMarkerButton.js +0 -2
- package/lib/es/MapClusterSettings.js +0 -2
- package/lib/es/MapCustomerPoiSettingsItem.js +0 -2
- package/lib/es/MapLayerGroup.js +0 -2
- package/lib/es/MapLayerIncidentsItem.js +0 -2
- package/lib/es/MapLayerRoadRestrictionsItem.js +0 -2
- package/lib/es/MapLayerSettings.js +0 -2
- package/lib/es/MapLayerTrafficItem.js +0 -2
- package/lib/es/MapLockMarkerButton.js +0 -2
- package/lib/es/MapSettings.js +0 -2
- package/lib/es/MapSettingsItem.js +0 -2
- package/lib/es/MapSettingsPanel.js +0 -2
- package/lib/es/MapSettingsTile.js +0 -2
- package/lib/es/MapTypeSettings.js +0 -2
- package/lib/es/MapWorkshopPoiSettingsItem.js +0 -2
- package/lib/es/Marker.js +0 -2
- package/lib/es/MarkerLayer.js +0 -2
- package/lib/es/MediaDialog.js +0 -2
- package/lib/es/MenuItem.js +0 -2
- package/lib/es/Multiselect.js +0 -2
- package/lib/es/NoData.js +0 -2
- package/lib/es/NotBookedState.js +0 -2
- package/lib/es/NotFoundState.js +0 -2
- package/lib/es/Notification.js +0 -2
- package/lib/es/NotificationsContainer.js +0 -2
- package/lib/es/NumberControl.js +0 -2
- package/lib/es/NumberInput.js +0 -2
- package/lib/es/OnboardingTip.js +0 -2
- package/lib/es/OverlayTrigger.js +0 -2
- package/lib/es/Pager.js +0 -2
- package/lib/es/PieChart.js +0 -2
- package/lib/es/Polygon.js +0 -2
- package/lib/es/Polyline.js +0 -2
- package/lib/es/Popover.js +0 -2
- package/lib/es/Position.js +0 -2
- package/lib/es/PositionUtils.js +0 -1
- package/lib/es/RadialBarChart.js +0 -2
- package/lib/es/RadioButton.js +0 -2
- package/lib/es/RangeSlider.js +0 -2
- package/lib/es/ReleaseNotes.js +0 -2
- package/lib/es/ReleaseNotesDialog.js +0 -2
- package/lib/es/Resizer.js +0 -2
- package/lib/es/ResponsiveVideo.js +0 -2
- package/lib/es/Route.js +0 -2
- package/lib/es/SaveDialog.js +0 -2
- package/lib/es/Select.js +0 -2
- package/lib/es/Sidebar.js +0 -2
- package/lib/es/SimpleButtonDropdown.js +0 -2
- package/lib/es/SimpleClusterLayer.js +0 -2
- package/lib/es/SimpleDialog.js +0 -2
- package/lib/es/SimpleTooltip.js +0 -2
- package/lib/es/SingleButtonDropdown.js +0 -2
- package/lib/es/SingleMapMarker.js +0 -2
- package/lib/es/Slider.js +0 -2
- package/lib/es/SortArrowDown.js +0 -1
- package/lib/es/SortArrowUp.js +0 -1
- package/lib/es/SortArrows.js +0 -1
- package/lib/es/SortDirection.js +1 -2
- package/lib/es/SortUtils.js +1 -2
- package/lib/es/Spinner.js +0 -2
- package/lib/es/SplitButtonDropdown.js +0 -2
- package/lib/es/SplitDialog.js +0 -2
- package/lib/es/StatsWidget.js +0 -2
- package/lib/es/StatsWidgetNumber.js +0 -2
- package/lib/es/StatsWidgetSpacer.js +0 -2
- package/lib/es/StatsWidgets.js +0 -2
- package/lib/es/StatusBar.js +0 -2
- package/lib/es/SteppedProgressBar.js +0 -2
- package/lib/es/SubNavigation.js +0 -2
- package/lib/es/SupportMarker.js +0 -2
- package/lib/es/Switch.js +0 -2
- package/lib/es/TableCardsSorting.js +0 -2
- package/lib/es/TableSearch.js +0 -2
- package/lib/es/TableSettingsDialog.js +0 -2
- package/lib/es/TableToolbar.js +0 -2
- package/lib/es/TableViewToggles.js +0 -2
- package/lib/es/Tag.js +0 -2
- package/lib/es/TagList.js +0 -2
- package/lib/es/TagManager.js +0 -2
- package/lib/es/Teaser.js +0 -2
- package/lib/es/TeaserContainer.js +0 -2
- package/lib/es/TextMarker.js +0 -2
- package/lib/es/TimePicker.js +0 -2
- package/lib/es/ToggleButton.js +0 -2
- package/lib/es/Tooltip.js +0 -2
- package/lib/es/TrafficLayer.js +0 -2
- package/lib/es/Tree.js +0 -2
- package/lib/es/TreeCategory.js +0 -2
- package/lib/es/TreeOption.js +0 -2
- package/lib/es/TreeSearch.js +0 -2
- package/lib/es/TreeSummary.js +0 -2
- package/lib/es/TruckLayer.js +0 -2
- package/lib/es/TypeCounter.js +0 -2
- package/lib/es/VolkswagenApplicationHeader.js +1 -3
- package/lib/es/components/actionBarItem/ActionBarItem.js +31 -75
- package/lib/es/components/actionBarItem/ActionBarItemIcon.js +2 -11
- package/lib/es/components/actionBarItem/ActionBarItemList.js +2 -11
- package/lib/es/components/actionBarItem/ActionBarItemListItem.js +5 -14
- package/lib/es/components/actionBarItem/ActionBarItemListSeparator.js +1 -10
- package/lib/es/components/actionBarItem/ActionBarItemPopoverContent.js +2 -12
- package/lib/es/components/actionBarItem/ActionBarOverlay.js +9 -24
- package/lib/es/components/activity/Activity.js +6 -19
- package/lib/es/components/animatedNumber/AnimatedNumber.js +11 -28
- package/lib/es/components/applicationHeader/AppMenu.js +10 -21
- package/lib/es/components/applicationHeader/AppMenuDropdown.js +8 -29
- package/lib/es/components/applicationHeader/ApplicationActionBar.js +4 -11
- package/lib/es/components/applicationHeader/ApplicationHeader.js +12 -38
- package/lib/es/components/applicationHeader/MobileAppMenu.js +6 -21
- package/lib/es/components/applicationHeader/MobileHeaderModal.js +5 -15
- package/lib/es/components/applicationHeader/MobileSubmoduleNavigation.js +5 -21
- package/lib/es/components/applicationHeader/NavItems.js +35 -58
- package/lib/es/components/applicationHeader/modulePropTypes.js +0 -4
- package/lib/es/components/applicationLayout/ApplicationLayout.js +3 -16
- package/lib/es/components/applicationLayout/ApplicationLayoutBody.js +12 -33
- package/lib/es/components/applicationLayout/ApplicationLayoutBodyBanner.js +5 -14
- package/lib/es/components/applicationLayout/ApplicationLayoutBodyBottomBar.js +4 -13
- package/lib/es/components/applicationLayout/ApplicationLayoutBodyNavigation.js +2 -11
- package/lib/es/components/applicationLayout/ApplicationLayoutHeader.js +2 -11
- package/lib/es/components/applicationLayout/ApplicationLayoutSidebar.js +2 -13
- package/lib/es/components/applicationLayout/SubNavigation.js +3 -14
- package/lib/es/components/assetTree/AssetTree.js +29 -69
- package/lib/es/components/assetTree/Tree.js +56 -184
- package/lib/es/components/assetTree/TreeCategory.js +0 -4
- package/lib/es/components/assetTree/TreeLeaf.js +5 -14
- package/lib/es/components/assetTree/TreeLeafList.js +5 -17
- package/lib/es/components/assetTree/TreeNode.js +5 -12
- package/lib/es/components/assetTree/TreeNodeContainer.js +2 -8
- package/lib/es/components/assetTree/TreeNothingFound.js +0 -5
- package/lib/es/components/assetTree/TreeOption.js +4 -14
- package/lib/es/components/assetTree/TreeOptions.js +3 -15
- package/lib/es/components/assetTree/TreeRoot.js +1 -7
- package/lib/es/components/assetTree/TreeSearch.js +3 -10
- package/lib/es/components/assetTree/TreeSelectAll.js +4 -12
- package/lib/es/components/assetTree/TreeSidebar.js +4 -20
- package/lib/es/components/assetTree/TreeSummary.js +6 -14
- package/lib/es/components/assetTree/TypeCounter.js +8 -20
- package/lib/es/components/autosuggest/AutoSuggest.js +31 -101
- package/lib/es/components/bottomSheet/BottomSheet.js +20 -45
- package/lib/es/components/browserWarning/BrowserIcons.js +1 -6
- package/lib/es/components/browserWarning/BrowserWarning.js +9 -27
- package/lib/es/components/browserWarning/BrowserWarningMessageDE.js +0 -5
- package/lib/es/components/browserWarning/BrowserWarningMessageEN.js +0 -5
- package/lib/es/components/button/Button.js +29 -41
- package/lib/es/components/button/ToggleButton.js +0 -6
- package/lib/es/components/carousel/Carousel.js +0 -3
- package/lib/es/components/carousel/CarouselCaption.js +5 -22
- package/lib/es/components/carousel/CarouselItem.js +8 -39
- package/lib/es/components/charts/Area.js +0 -2
- package/lib/es/components/charts/AreaChart.js +19 -30
- package/lib/es/components/charts/AreaGradient.js +1 -6
- package/lib/es/components/charts/Bar.js +0 -2
- package/lib/es/components/charts/BarChart.js +21 -34
- package/lib/es/components/charts/ChartNeedle.js +8 -17
- package/lib/es/components/charts/ChartTooltip.js +0 -2
- package/lib/es/components/charts/Legend.js +0 -2
- package/lib/es/components/charts/Line.js +0 -2
- package/lib/es/components/charts/LineChart.js +20 -30
- package/lib/es/components/charts/PieChart.js +25 -39
- package/lib/es/components/charts/RadialBarChart.js +26 -39
- package/lib/es/components/charts/chartHelper.js +0 -14
- package/lib/es/components/checkbox/Checkbox.js +26 -50
- package/lib/es/components/clearableInput/ClearableInput.js +25 -54
- package/lib/es/components/collapse/Collapse.js +6 -39
- package/lib/es/components/contentLoader/ContentLoader.js +7 -24
- package/lib/es/components/dataTabs/DataTab.js +6 -16
- package/lib/es/components/dataTabs/DataTabs.js +20 -45
- package/lib/es/components/datepicker/DatePicker.js +9 -30
- package/lib/es/components/datepicker/DateRangePicker.js +103 -145
- package/lib/es/components/dialog/ConfirmationDialog.js +9 -15
- package/lib/es/components/dialog/Dialog.js +22 -57
- package/lib/es/components/dialog/DialogBody.js +2 -11
- package/lib/es/components/dialog/DialogFooter.js +2 -11
- package/lib/es/components/dialog/DialogHeader.js +5 -13
- package/lib/es/components/dialog/InfoDialog.js +2 -13
- package/lib/es/components/dialog/MediaDialog.js +9 -48
- package/lib/es/components/dialog/ReleaseNotesDialog.js +1 -12
- package/lib/es/components/dialog/SaveDialog.js +6 -19
- package/lib/es/components/dialog/SimpleDialog.js +2 -13
- package/lib/es/components/dialog/SplitDialog.js +3 -17
- package/lib/es/components/dialog/baseDialogPropTypes.js +0 -3
- package/lib/es/components/driverName/DriverName.js +2 -12
- package/lib/es/components/dropdown/ButtonDropdown.js +32 -78
- package/lib/es/components/dropdown/Caret.js +0 -4
- package/lib/es/components/dropdown/DropdownSubmenu.js +4 -16
- package/lib/es/components/dropdown/DropdownToggleButton.js +8 -18
- package/lib/es/components/dropdown/SimpleButtonDropdown.js +0 -6
- package/lib/es/components/dropdown/SingleButtonDropdown.js +0 -5
- package/lib/es/components/dropdown/SplitButtonDropdown.js +0 -6
- package/lib/es/components/dropdown/SplitCaretButton.js +3 -13
- package/lib/es/components/dropdown/menuItemsPropTypes.js +0 -4
- package/lib/es/components/expander/ExpanderList.js +15 -47
- package/lib/es/components/expander/ExpanderPanel.js +22 -39
- package/lib/es/components/fade/Fade.js +14 -28
- package/lib/es/components/filepicker/FilePicker.js +17 -47
- package/lib/es/components/listMenu/ListMenu.js +32 -82
- package/lib/es/components/loadMore/LoadMoreButton.js +6 -16
- package/lib/es/components/loadMore/LoadMoreProgress.js +1 -8
- package/lib/es/components/map/components/Map.js +53 -123
- package/lib/es/components/map/components/context.js +0 -2
- package/lib/es/components/map/components/features/ContextMenu.js +39 -53
- package/lib/es/components/map/components/features/ContextMenuItem.js +3 -6
- package/lib/es/components/map/components/features/MapSettings.js +6 -30
- package/lib/es/components/map/components/features/Route.js +29 -65
- package/lib/es/components/map/components/features/basics/Circle.js +10 -21
- package/lib/es/components/map/components/features/basics/MapLayerGroup.js +9 -28
- package/lib/es/components/map/components/features/basics/Polygon.js +7 -21
- package/lib/es/components/map/components/features/basics/Polyline.js +16 -30
- package/lib/es/components/map/components/features/basics/marker/DomMarker.js +2 -23
- package/lib/es/components/map/components/features/basics/marker/Marker.js +9 -46
- package/lib/es/components/map/components/features/basics/marker/TextMarker.js +4 -24
- package/lib/es/components/map/components/features/layers/IncidentsLayer.js +1 -7
- package/lib/es/components/map/components/features/layers/Layer.js +3 -10
- package/lib/es/components/map/components/features/layers/MarkerLayer.js +4 -25
- package/lib/es/components/map/components/features/layers/TrafficLayer.js +1 -8
- package/lib/es/components/map/components/features/layers/TruckLayer.js +1 -8
- package/lib/es/components/map/components/features/layers/baselayers/BaseLayer.js +6 -16
- package/lib/es/components/map/components/features/layers/baselayers/DefaultLayer.js +1 -8
- package/lib/es/components/map/components/features/layers/baselayers/FleetStyleLayer.js +0 -8
- package/lib/es/components/map/components/features/layers/baselayers/SatelliteLayer.js +0 -8
- package/lib/es/components/map/components/features/layers/baselayers/TerrainLayer.js +0 -8
- package/lib/es/components/map/components/features/layers/clustering/ClusterLayer.js +13 -25
- package/lib/es/components/map/components/features/layers/clustering/SimpleClusterLayer.js +1 -15
- package/lib/es/components/map/components/features/settings/MapSettingsItem.js +4 -11
- package/lib/es/components/map/components/features/settings/MapSettingsPanel.js +1 -7
- package/lib/es/components/map/components/features/settings/MapSettingsTile.js +11 -33
- package/lib/es/components/map/components/features/settings/ZoomButtons.js +1 -8
- package/lib/es/components/map/components/features/settings/builtinSettings/MapClusterSettings.js +3 -17
- package/lib/es/components/map/components/features/settings/builtinSettings/MapLayerSettings.js +4 -20
- package/lib/es/components/map/components/features/settings/builtinSettings/MapTypeSettings.js +2 -23
- package/lib/es/components/map/components/features/settings/buttons/MapBoundingBoxButton.js +2 -12
- package/lib/es/components/map/components/features/settings/buttons/MapCenterMarkerButton.js +2 -12
- package/lib/es/components/map/components/features/settings/buttons/MapLockMarkerButton.js +2 -12
- package/lib/es/components/map/components/features/settings/items/MapCustomerPoiSettingsItem.js +2 -14
- package/lib/es/components/map/components/features/settings/items/MapLayerIncidentsItem.js +3 -16
- package/lib/es/components/map/components/features/settings/items/MapLayerRoadRestrictionsItem.js +3 -16
- package/lib/es/components/map/components/features/settings/items/MapLayerTrafficItem.js +3 -16
- package/lib/es/components/map/components/features/settings/items/MapWorkshopPoiSettingsItem.js +2 -14
- package/lib/es/components/map/components/mapUtils.js +2 -34
- package/lib/es/components/map/exceptions/MapException.js +0 -2
- package/lib/es/components/map/icons/MapIcon.js +10 -11
- package/lib/es/components/map/utils/clustering.js +1 -11
- package/lib/es/components/map/utils/eventHandling.js +0 -27
- package/lib/es/components/map/utils/hooks.js +1 -10
- package/lib/es/components/map/utils/localization.js +0 -9
- package/lib/es/components/map/utils/positions.js +0 -13
- package/lib/es/components/map/utils/proptypes.js +1 -18
- package/lib/es/components/map/utils/validation.js +0 -7
- package/lib/es/components/mapMarker/ClusterMapMarker.js +7 -18
- package/lib/es/components/mapMarker/SingleMapMarker.js +13 -27
- package/lib/es/components/menuItems/MenuItem.js +8 -24
- package/lib/es/components/menuItems/MenuItems.js +3 -11
- package/lib/es/components/menuItems/getMenuItems.js +0 -6
- package/lib/es/components/navigation/AppNavigationBar.js +4 -16
- package/lib/es/components/noData/NoData.js +5 -17
- package/lib/es/components/notification/Notification.js +0 -2
- package/lib/es/components/notification/NotificationsContainer.js +0 -7
- package/lib/es/components/numberControl/NumberControl.js +30 -61
- package/lib/es/components/numberInput/NumberInput.js +29 -56
- package/lib/es/components/onboarding/OnboardingTip.js +16 -28
- package/lib/es/components/overlay/OverlayTrigger.js +1 -14
- package/lib/es/components/pager/Pager.js +13 -30
- package/lib/es/components/popover/Popover.js +6 -16
- package/lib/es/components/position/Position.js +2 -10
- package/lib/es/components/preloader/ImagePreloader.js +12 -31
- package/lib/es/components/radiobutton/RadioButton.js +25 -44
- package/lib/es/components/releaseNotes/ReleaseNotes.js +3 -18
- package/lib/es/components/resizer/Resizer.js +6 -38
- package/lib/es/components/selects/BaseDropdownMenu.js +26 -79
- package/lib/es/components/selects/DropdownHeader.js +2 -7
- package/lib/es/components/selects/Multiselect.js +43 -81
- package/lib/es/components/selects/Select.js +42 -80
- package/lib/es/components/sidebars/Sidebar.js +46 -87
- package/lib/es/components/slider/RangeSlider.js +40 -83
- package/lib/es/components/slider/Slider.js +17 -37
- package/lib/es/components/spinner/Spinner.js +9 -25
- package/lib/es/components/states/CustomState.js +20 -43
- package/lib/es/components/states/EmptyState.js +0 -6
- package/lib/es/components/states/ErrorState.js +0 -6
- package/lib/es/components/states/ForbiddenState.js +0 -6
- package/lib/es/components/states/MaintenanceState.js +0 -6
- package/lib/es/components/states/NotBookedState.js +2 -15
- package/lib/es/components/states/NotFoundState.js +0 -6
- package/lib/es/components/states/baseStatePropTypes.js +0 -3
- package/lib/es/components/statsWidget/StatsWidget.js +4 -16
- package/lib/es/components/statsWidget/StatsWidgetBody.js +3 -12
- package/lib/es/components/statsWidget/StatsWidgetFooter.js +2 -10
- package/lib/es/components/statsWidget/StatsWidgetHeader.js +2 -10
- package/lib/es/components/statsWidget/StatsWidgetNumber.js +5 -14
- package/lib/es/components/statsWidget/StatsWidgetSpacer.js +1 -9
- package/lib/es/components/statsWidget/StatsWidgets.js +2 -11
- package/lib/es/components/statusBar/StatusBar.js +19 -55
- package/lib/es/components/steppedProgressBar/SteppedProgressBar.js +9 -27
- package/lib/es/components/supportMarker/toggleSupportMarker.js +0 -8
- package/lib/es/components/switch/Switch.js +12 -21
- package/lib/es/components/table/SortArrows.js +0 -9
- package/lib/es/components/table/TableCardsSorting.js +2 -26
- package/lib/es/components/table/TableSearch.js +0 -7
- package/lib/es/components/table/TableSettingsColumnButtons.js +7 -13
- package/lib/es/components/table/TableSettingsColumnDetails.js +8 -19
- package/lib/es/components/table/TableSettingsDialog.js +57 -117
- package/lib/es/components/table/TableSettingsDialogFooter.js +12 -18
- package/lib/es/components/table/TableSettingsListContainer.js +6 -22
- package/lib/es/components/table/TableSettingsListItem.js +31 -51
- package/lib/es/components/table/TableToolbar.js +1 -7
- package/lib/es/components/table/TableViewToggles.js +14 -38
- package/lib/es/components/table/tableSettingsPropTypes.js +0 -4
- package/lib/es/components/tag/Tag.js +13 -21
- package/lib/es/components/tag/TagList.js +4 -15
- package/lib/es/components/tagManager/CustomSuggestionItem.js +1 -7
- package/lib/es/components/tagManager/TagManager.js +27 -66
- package/lib/es/components/tagManager/TagManagerItemList.js +1 -9
- package/lib/es/components/teaser/Teaser.js +20 -51
- package/lib/es/components/teaser/TeaserContainer.js +0 -15
- package/lib/es/components/timepicker/TimePicker.js +10 -43
- package/lib/es/components/tooltip/SimpleTooltip.js +5 -17
- package/lib/es/components/tooltip/Tooltip.js +12 -32
- package/lib/es/components/video/ResponsiveVideo.js +3 -9
- package/lib/es/framer-motion.js +0 -2
- package/lib/es/hooks/useAfterMount.js +0 -3
- package/lib/es/hooks/useClickOutside.js +1 -3
- package/lib/es/hooks/useClipboard.js +12 -23
- package/lib/es/hooks/useDebugInfo.js +0 -10
- package/lib/es/hooks/useEffectOnce.js +0 -2
- package/lib/es/hooks/useElementSize.js +7 -18
- package/lib/es/hooks/useEsc.js +0 -3
- package/lib/es/hooks/useEvent.js +0 -2
- package/lib/es/hooks/useFullscreen.js +25 -49
- package/lib/es/hooks/useInterval.js +1 -3
- package/lib/es/hooks/useKey.js +0 -2
- package/lib/es/hooks/useOnMount.js +0 -3
- package/lib/es/hooks/useOnScreen.js +5 -13
- package/lib/es/hooks/useOnlineStatus.js +4 -9
- package/lib/es/hooks/useRenderCount.js +1 -2
- package/lib/es/hooks/useResizeObserver.js +8 -17
- package/lib/es/hooks/useStateWithValidation.js +8 -14
- package/lib/es/hooks/useStorage.js +13 -23
- package/lib/es/hooks/useTimeout.js +1 -3
- package/lib/es/hooks/useWindowResize.js +0 -5
- package/lib/es/index.js +2 -140
- package/lib/es/mapIndex.js +0 -38
- package/lib/es/routeUtils.js +1 -2
- package/lib/es/styles/design/buttons.less +8 -23
- package/lib/es/styles/design/fonts.less +65 -65
- package/lib/es/styles/design/form-inputs.less +1 -1
- package/lib/es/styles/design/navs.less +0 -1
- package/lib/es/styles/mixins/buttons.less +3 -6
- package/lib/es/styles/variables.less +1 -1
- package/lib/es/themes/Volkswagen/components/applicationHeader/VolkswagenApplicationHeader.js +12 -25
- package/lib/es/themes/Volkswagen/components/applicationHeader/modulePropTypes.js +0 -4
- package/lib/es/themes/Volkswagen/styles/vw-uikit.less +3 -3
- package/lib/es/themes/Website/styles/rio-website.less +5 -5
- package/lib/es/useAfterMount.js +0 -2
- package/lib/es/useClickOutside.js +0 -2
- package/lib/es/useClipboard.js +0 -2
- package/lib/es/useDebugInfo.js +0 -2
- package/lib/es/useEffectOnce.js +0 -2
- package/lib/es/useElementSize.js +0 -2
- package/lib/es/useEsc.js +0 -2
- package/lib/es/useEvent.js +0 -2
- package/lib/es/useFullscreen.js +0 -2
- package/lib/es/useInterval.js +0 -2
- package/lib/es/useKey.js +0 -2
- package/lib/es/useLocalStorage.js +0 -1
- package/lib/es/useOnMount.js +0 -2
- package/lib/es/useOnScreen.js +0 -2
- package/lib/es/useOnlineStatus.js +0 -2
- package/lib/es/useRenderCount.js +0 -2
- package/lib/es/useResizeObserver.js +0 -2
- package/lib/es/useSessionStorage.js +0 -1
- package/lib/es/useStateWithValidation.js +0 -2
- package/lib/es/useTimeout.js +0 -2
- package/lib/es/useWindowResize.js +0 -2
- package/lib/es/utils/GroupSelectionUtil.js +0 -16
- package/lib/es/utils/SortUtils.js +0 -12
- package/lib/es/utils/addEventListener.js +1 -4
- package/lib/es/utils/addFocusListener.js +0 -5
- package/lib/es/utils/arrayMove.js +1 -5
- package/lib/es/utils/buttonEffect.js +5 -16
- package/lib/es/utils/cssuseragent.js +327 -0
- package/lib/es/utils/deviceUtils.js +15 -30
- package/lib/es/utils/getDropDirection.js +2 -3
- package/lib/es/utils/getOffsetTopWholeScreen.js +0 -2
- package/lib/es/utils/init.js +4 -46
- package/lib/es/utils/logDeprecatedWarnings.js +2 -6
- package/lib/es/utils/logPropError.js +2 -6
- package/lib/es/utils/ownerDocument.js +1 -4
- package/lib/es/utils/portalRoot.js +0 -2
- package/lib/es/utils/routeUtils.js +11 -29
- package/lib/es/utils/scrollItemIntoView.js +2 -8
- package/lib/es/version.json +1 -1
- package/mapIndex.js +1 -0
- package/package.json +62 -119
- package/routeUtils.js +1 -1
- package/styles/design/buttons.less +8 -23
- package/styles/design/fonts.less +65 -65
- package/styles/design/form-inputs.less +1 -1
- package/styles/design/navs.less +0 -1
- package/styles/mixins/buttons.less +3 -6
- package/styles/variables.less +1 -1
- package/themes/Volkswagen/components/applicationHeader/VolkswagenApplicationHeader.js +12 -11
- package/themes/Volkswagen/styles/vw-uikit.less +3 -3
- package/themes/Website/styles/rio-website.less +5 -5
- package/utils/GroupSelectionUtil.js +0 -12
- package/utils/SortUtils.js +0 -7
- package/utils/addFocusListener.js +0 -4
- package/utils/arrayMove.js +1 -4
- package/utils/buttonEffect.js +5 -13
- package/utils/cssuseragent.js +320 -0
- package/utils/deviceUtils.js +16 -18
- package/utils/getDropDirection.js +2 -2
- package/utils/getOffsetTopWholeScreen.js +0 -1
- package/utils/init.js +4 -35
- package/utils/logDeprecatedWarnings.js +3 -2
- package/utils/logPropError.js +2 -1
- package/utils/routeUtils.js +11 -17
- package/utils/scrollItemIntoView.js +2 -7
- package/version.json +1 -1
package/lib/es/mapIndex.js
CHANGED
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
3
|
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
4
|
-
|
|
5
4
|
Object.defineProperty(exports, "__esModule", {
|
|
6
5
|
value: true
|
|
7
6
|
});
|
|
@@ -227,77 +226,40 @@ Object.defineProperty(exports, "TruckLayer", {
|
|
|
227
226
|
return _TruckLayer2["default"];
|
|
228
227
|
}
|
|
229
228
|
});
|
|
230
|
-
|
|
231
229
|
var _SingleMapMarker2 = _interopRequireDefault(require("./components/mapMarker/SingleMapMarker"));
|
|
232
|
-
|
|
233
230
|
var _ClusterMapMarker2 = _interopRequireDefault(require("./components/mapMarker/ClusterMapMarker"));
|
|
234
|
-
|
|
235
231
|
var _Marker2 = _interopRequireDefault(require("./components/map/components/features/basics/marker/Marker"));
|
|
236
|
-
|
|
237
232
|
var _Map2 = _interopRequireDefault(require("./components/map/components/Map"));
|
|
238
|
-
|
|
239
233
|
var _DomMarker2 = _interopRequireDefault(require("./components/map/components/features/basics/marker/DomMarker"));
|
|
240
|
-
|
|
241
234
|
var _TextMarker2 = _interopRequireDefault(require("./components/map/components/features/basics/marker/TextMarker"));
|
|
242
|
-
|
|
243
235
|
var _MapLayerGroup2 = _interopRequireDefault(require("./components/map/components/features/basics/MapLayerGroup"));
|
|
244
|
-
|
|
245
236
|
var _Polygon2 = _interopRequireDefault(require("./components/map/components/features/basics/Polygon"));
|
|
246
|
-
|
|
247
237
|
var _Polyline2 = _interopRequireDefault(require("./components/map/components/features/basics/Polyline"));
|
|
248
|
-
|
|
249
238
|
var _Route2 = _interopRequireDefault(require("./components/map/components/features/Route"));
|
|
250
|
-
|
|
251
239
|
var _ClusterLayer2 = _interopRequireDefault(require("./components/map/components/features/layers/clustering/ClusterLayer"));
|
|
252
|
-
|
|
253
240
|
var _SimpleClusterLayer2 = _interopRequireDefault(require("./components/map/components/features/layers/clustering/SimpleClusterLayer"));
|
|
254
|
-
|
|
255
241
|
var _MarkerLayer2 = _interopRequireDefault(require("./components/map/components/features/layers/MarkerLayer"));
|
|
256
|
-
|
|
257
242
|
var _TrafficLayer2 = _interopRequireDefault(require("./components/map/components/features/layers/TrafficLayer"));
|
|
258
|
-
|
|
259
243
|
var _TruckLayer2 = _interopRequireDefault(require("./components/map/components/features/layers/TruckLayer"));
|
|
260
|
-
|
|
261
244
|
var _IncidentsLayer2 = _interopRequireDefault(require("./components/map/components/features/layers/IncidentsLayer"));
|
|
262
|
-
|
|
263
245
|
var _Circle2 = _interopRequireDefault(require("./components/map/components/features/basics/Circle"));
|
|
264
|
-
|
|
265
246
|
var _MapSettings2 = _interopRequireDefault(require("./components/map/components/features/MapSettings"));
|
|
266
|
-
|
|
267
247
|
var _MapSettingsPanel2 = _interopRequireDefault(require("./components/map/components/features/settings/MapSettingsPanel"));
|
|
268
|
-
|
|
269
248
|
var _MapSettingsTile2 = _interopRequireDefault(require("./components/map/components/features/settings/MapSettingsTile"));
|
|
270
|
-
|
|
271
249
|
var _MapClusterSettings2 = _interopRequireDefault(require("./components/map/components/features/settings/builtinSettings/MapClusterSettings"));
|
|
272
|
-
|
|
273
250
|
var _MapLayerSettings2 = _interopRequireDefault(require("./components/map/components/features/settings/builtinSettings/MapLayerSettings"));
|
|
274
|
-
|
|
275
251
|
var _MapTypeSettings2 = _interopRequireDefault(require("./components/map/components/features/settings/builtinSettings/MapTypeSettings"));
|
|
276
|
-
|
|
277
252
|
var _MapSettingsItem2 = _interopRequireDefault(require("./components/map/components/features/settings/MapSettingsItem"));
|
|
278
|
-
|
|
279
253
|
var _MapCustomerPoiSettingsItem2 = _interopRequireDefault(require("./components/map/components/features/settings/items/MapCustomerPoiSettingsItem"));
|
|
280
|
-
|
|
281
254
|
var _MapWorkshopPoiSettingsItem2 = _interopRequireDefault(require("./components/map/components/features/settings/items/MapWorkshopPoiSettingsItem"));
|
|
282
|
-
|
|
283
255
|
var _MapLayerIncidentsItem2 = _interopRequireDefault(require("./components/map/components/features/settings/items/MapLayerIncidentsItem"));
|
|
284
|
-
|
|
285
256
|
var _MapLayerRoadRestrictionsItem2 = _interopRequireDefault(require("./components/map/components/features/settings/items/MapLayerRoadRestrictionsItem"));
|
|
286
|
-
|
|
287
257
|
var _MapLayerTrafficItem2 = _interopRequireDefault(require("./components/map/components/features/settings/items/MapLayerTrafficItem"));
|
|
288
|
-
|
|
289
258
|
var _MapBoundingBoxButton2 = _interopRequireDefault(require("./components/map/components/features/settings/buttons/MapBoundingBoxButton"));
|
|
290
|
-
|
|
291
259
|
var _MapCenterMarkerButton2 = _interopRequireDefault(require("./components/map/components/features/settings/buttons/MapCenterMarkerButton"));
|
|
292
|
-
|
|
293
260
|
var _MapLockMarkerButton2 = _interopRequireDefault(require("./components/map/components/features/settings/buttons/MapLockMarkerButton"));
|
|
294
|
-
|
|
295
261
|
var _eventHandling = require("./components/map/utils/eventHandling");
|
|
296
|
-
|
|
297
262
|
var _clustering = require("./components/map/utils/clustering");
|
|
298
|
-
|
|
299
263
|
var _positions = require("./components/map/utils/positions");
|
|
300
|
-
|
|
301
264
|
var _ContextMenu2 = _interopRequireDefault(require("./components/map/components/features/ContextMenu"));
|
|
302
|
-
|
|
303
265
|
var _ContextMenuItem2 = _interopRequireDefault(require("./components/map/components/features/ContextMenuItem"));
|
package/lib/es/routeUtils.js
CHANGED
|
@@ -92,8 +92,7 @@
|
|
|
92
92
|
|
|
93
93
|
&:active,
|
|
94
94
|
&.active,
|
|
95
|
-
&:focus
|
|
96
|
-
&.focus {
|
|
95
|
+
&:focus {
|
|
97
96
|
outline: 0 !important;
|
|
98
97
|
outline-offset: 0 !important;
|
|
99
98
|
text-decoration: none;
|
|
@@ -124,11 +123,8 @@
|
|
|
124
123
|
&:active,
|
|
125
124
|
&.active,
|
|
126
125
|
&:focus,
|
|
127
|
-
&.focus,
|
|
128
126
|
&:active:focus,
|
|
129
|
-
|
|
130
|
-
&.active:focus,
|
|
131
|
-
&.active.focus {
|
|
127
|
+
&.active:focus {
|
|
132
128
|
.caret {
|
|
133
129
|
border-color: @color-white;
|
|
134
130
|
}
|
|
@@ -143,11 +139,8 @@
|
|
|
143
139
|
&:active,
|
|
144
140
|
&.active,
|
|
145
141
|
&:focus,
|
|
146
|
-
&.focus,
|
|
147
142
|
&:active:focus,
|
|
148
|
-
|
|
149
|
-
&.active:focus,
|
|
150
|
-
&.active.focus {
|
|
143
|
+
&.active:focus {
|
|
151
144
|
text-decoration: none;
|
|
152
145
|
box-shadow: none;
|
|
153
146
|
}
|
|
@@ -166,11 +159,8 @@
|
|
|
166
159
|
&:active,
|
|
167
160
|
&.active,
|
|
168
161
|
&:focus,
|
|
169
|
-
&.focus,
|
|
170
162
|
&:active:focus,
|
|
171
|
-
|
|
172
|
-
&.active:focus,
|
|
173
|
-
&.active.focus {
|
|
163
|
+
&.active:focus {
|
|
174
164
|
color: @btn-muted-active-color !important;
|
|
175
165
|
|
|
176
166
|
> .rioglyph {
|
|
@@ -180,7 +170,7 @@
|
|
|
180
170
|
}
|
|
181
171
|
|
|
182
172
|
&.btn-outline {
|
|
183
|
-
&:not(:hover):not(:active):not(.active):not(:focus)
|
|
173
|
+
&:not(:hover):not(:active):not(.active):not(:focus) {
|
|
184
174
|
background: none;
|
|
185
175
|
|
|
186
176
|
// primary
|
|
@@ -225,8 +215,7 @@
|
|
|
225
215
|
|
|
226
216
|
&:active,
|
|
227
217
|
&.active,
|
|
228
|
-
&:focus
|
|
229
|
-
&.focus {
|
|
218
|
+
&:focus {
|
|
230
219
|
background: none !important;
|
|
231
220
|
border-color: transparent !important;
|
|
232
221
|
}
|
|
@@ -260,11 +249,8 @@
|
|
|
260
249
|
&:active,
|
|
261
250
|
&.active,
|
|
262
251
|
&:focus,
|
|
263
|
-
&.focus,
|
|
264
252
|
&:active:focus,
|
|
265
|
-
|
|
266
|
-
&.active:focus,
|
|
267
|
-
&.active.focus {
|
|
253
|
+
&.active:focus {
|
|
268
254
|
background: none;
|
|
269
255
|
border-color: transparent;
|
|
270
256
|
text-decoration: none;
|
|
@@ -332,8 +318,7 @@
|
|
|
332
318
|
}
|
|
333
319
|
|
|
334
320
|
&:not(.btn-default),
|
|
335
|
-
&:focus
|
|
336
|
-
&.focus {
|
|
321
|
+
&:focus {
|
|
337
322
|
&:before {
|
|
338
323
|
color: @color-white;
|
|
339
324
|
}
|
|
@@ -6,80 +6,80 @@
|
|
|
6
6
|
font-family: 'Source Sans Pro';
|
|
7
7
|
font-style: normal;
|
|
8
8
|
font-weight: @font-thin;
|
|
9
|
-
src: url('
|
|
10
|
-
url('
|
|
9
|
+
src: url('https://@{cdnBase}/@{fontBase}/@{fontSourceSansPro}/source-sans-pro-200.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
|
|
10
|
+
url('https://@{cdnBase}/@{fontBase}/@{fontSourceSansPro}/source-sans-pro-200.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
|
|
11
11
|
}
|
|
12
12
|
|
|
13
13
|
@font-face {
|
|
14
14
|
font-family: 'Source Sans Pro';
|
|
15
15
|
font-style: italic;
|
|
16
16
|
font-weight: @font-thin;
|
|
17
|
-
src: url('
|
|
18
|
-
url('
|
|
17
|
+
src: url('https://@{cdnBase}/@{fontBase}/@{fontSourceSansPro}/source-sans-pro-200italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
|
|
18
|
+
url('https://@{cdnBase}/@{fontBase}/@{fontSourceSansPro}/source-sans-pro-200italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
|
|
19
19
|
}
|
|
20
20
|
|
|
21
21
|
@font-face {
|
|
22
22
|
font-family: 'Source Sans Pro';
|
|
23
23
|
font-style: normal;
|
|
24
24
|
font-weight: @font-light;
|
|
25
|
-
src: url('
|
|
26
|
-
url('
|
|
25
|
+
src: url('https://@{cdnBase}/@{fontBase}/@{fontSourceSansPro}/source-sans-pro-300.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
|
|
26
|
+
url('https://@{cdnBase}/@{fontBase}/@{fontSourceSansPro}/source-sans-pro-300.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
|
|
27
27
|
}
|
|
28
28
|
|
|
29
29
|
@font-face {
|
|
30
30
|
font-family: 'Source Sans Pro';
|
|
31
31
|
font-style: italic;
|
|
32
32
|
font-weight: @font-light;
|
|
33
|
-
src: url('
|
|
34
|
-
url('
|
|
33
|
+
src: url('https://@{cdnBase}/@{fontBase}/@{fontSourceSansPro}/source-sans-pro-300italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
|
|
34
|
+
url('https://@{cdnBase}/@{fontBase}/@{fontSourceSansPro}/source-sans-pro-300italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
|
|
35
35
|
}
|
|
36
36
|
|
|
37
37
|
@font-face {
|
|
38
38
|
font-family: 'Source Sans Pro';
|
|
39
39
|
font-style: normal;
|
|
40
40
|
font-weight: @font-normal;
|
|
41
|
-
src: url('
|
|
42
|
-
url('
|
|
41
|
+
src: url('https://@{cdnBase}/@{fontBase}/@{fontSourceSansPro}/source-sans-pro-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
|
|
42
|
+
url('https://@{cdnBase}/@{fontBase}/@{fontSourceSansPro}/source-sans-pro-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
|
|
43
43
|
}
|
|
44
44
|
|
|
45
45
|
@font-face {
|
|
46
46
|
font-family: 'Source Sans Pro';
|
|
47
47
|
font-style: italic;
|
|
48
48
|
font-weight: @font-normal;
|
|
49
|
-
src: url('
|
|
50
|
-
url('
|
|
49
|
+
src: url('https://@{cdnBase}/@{fontBase}/@{fontSourceSansPro}/source-sans-pro-italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
|
|
50
|
+
url('https://@{cdnBase}/@{fontBase}/@{fontSourceSansPro}/source-sans-pro-italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
|
|
51
51
|
}
|
|
52
52
|
|
|
53
53
|
@font-face {
|
|
54
54
|
font-family: 'Source Sans Pro';
|
|
55
55
|
font-style: normal;
|
|
56
56
|
font-weight: @font-medium;
|
|
57
|
-
src: url('
|
|
58
|
-
url('
|
|
57
|
+
src: url('https://@{cdnBase}/@{fontBase}/@{fontSourceSansPro}/source-sans-pro-600.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
|
|
58
|
+
url('https://@{cdnBase}/@{fontBase}/@{fontSourceSansPro}/source-sans-pro-600.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
|
|
59
59
|
}
|
|
60
60
|
|
|
61
61
|
@font-face {
|
|
62
62
|
font-family: 'Source Sans Pro';
|
|
63
63
|
font-style: italic;
|
|
64
64
|
font-weight: @font-medium;
|
|
65
|
-
src: url('
|
|
66
|
-
url('
|
|
65
|
+
src: url('https://@{cdnBase}/@{fontBase}/@{fontSourceSansPro}/source-sans-pro-600italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
|
|
66
|
+
url('https://@{cdnBase}/@{fontBase}/@{fontSourceSansPro}/source-sans-pro-600italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
|
|
67
67
|
}
|
|
68
68
|
|
|
69
69
|
@font-face {
|
|
70
70
|
font-family: 'Source Sans Pro';
|
|
71
71
|
font-style: normal;
|
|
72
72
|
font-weight: @font-bold;
|
|
73
|
-
src: url('
|
|
74
|
-
url('
|
|
73
|
+
src: url('https://@{cdnBase}/@{fontBase}/@{fontSourceSansPro}/source-sans-pro-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
|
|
74
|
+
url('https://@{cdnBase}/@{fontBase}/@{fontSourceSansPro}/source-sans-pro-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
|
|
75
75
|
}
|
|
76
76
|
|
|
77
77
|
@font-face {
|
|
78
78
|
font-family: 'Source Sans Pro';
|
|
79
79
|
font-style: italic;
|
|
80
80
|
font-weight: @font-bold;
|
|
81
|
-
src: url('
|
|
82
|
-
url('
|
|
81
|
+
src: url('https://@{cdnBase}/@{fontBase}/@{fontSourceSansPro}/source-sans-pro-700italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
|
|
82
|
+
url('https://@{cdnBase}/@{fontBase}/@{fontSourceSansPro}/source-sans-pro-700italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
|
|
83
83
|
}
|
|
84
84
|
}
|
|
85
85
|
|
|
@@ -91,24 +91,24 @@
|
|
|
91
91
|
font-family: 'MANEuropeLight';
|
|
92
92
|
font-style: normal;
|
|
93
93
|
font-weight: @font-normal;
|
|
94
|
-
src: url('
|
|
95
|
-
url('
|
|
94
|
+
src: url('https://@{cdnBase}/@{fontBase}/@{fontMan}/maneurope-light.woff2') format('woff2'),
|
|
95
|
+
url('https://@{cdnBase}/@{fontBase}/@{fontMan}/maneurope-light.woff') format('woff');
|
|
96
96
|
}
|
|
97
97
|
|
|
98
98
|
@font-face {
|
|
99
99
|
font-family: 'MANEuropeCondensed';
|
|
100
100
|
font-style: normal;
|
|
101
101
|
font-weight: @font-normal;
|
|
102
|
-
src: url('
|
|
103
|
-
url('
|
|
102
|
+
src: url('https://@{cdnBase}/@{fontBase}/@{fontMan}/maneuropecondensed-regular.woff2') format('woff2'),
|
|
103
|
+
url('https://@{cdnBase}/@{fontBase}/@{fontMan}/maneuropecondensed-regular.woff') format('woff');
|
|
104
104
|
}
|
|
105
105
|
|
|
106
106
|
@font-face {
|
|
107
107
|
font-family: 'MANEuropeCondensed';
|
|
108
108
|
font-style: normal;
|
|
109
109
|
font-weight: @font-bold;
|
|
110
|
-
src: url('
|
|
111
|
-
url('
|
|
110
|
+
src: url('https://@{cdnBase}/@{fontBase}/@{fontMan}/maneuropecondensed-bold.woff2') format('woff2'),
|
|
111
|
+
url('https://@{cdnBase}/@{fontBase}/@{fontMan}/maneuropecondensed-bold.woff') format('woff');
|
|
112
112
|
}
|
|
113
113
|
|
|
114
114
|
}
|
|
@@ -121,7 +121,7 @@
|
|
|
121
121
|
font-family: 'Red Ring Bold';
|
|
122
122
|
font-style: normal;
|
|
123
123
|
font-weight: 500;
|
|
124
|
-
src: url('
|
|
124
|
+
src: url('https://@{cdnBase}/@{fontBase}/@{fontRedRingBold}/red-ring-bold.woff') format('woff');
|
|
125
125
|
}
|
|
126
126
|
}
|
|
127
127
|
|
|
@@ -133,32 +133,32 @@
|
|
|
133
133
|
font-family: 'VWAGTheSans';
|
|
134
134
|
font-style: normal;
|
|
135
135
|
font-weight: @font-light;
|
|
136
|
-
src: url('
|
|
137
|
-
url('
|
|
136
|
+
src: url('https://@{cdnBase}/@{fontBase}/@{fontVWAG}/VWAGTheSans-Light.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
|
|
137
|
+
url('https://@{cdnBase}/@{fontBase}/@{fontVWAG}/VWAGTheSans-Light.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
|
|
138
138
|
}
|
|
139
139
|
|
|
140
140
|
@font-face {
|
|
141
141
|
font-family: 'VWAGTheSans';
|
|
142
142
|
font-style: normal;
|
|
143
143
|
font-weight: @font-normal;
|
|
144
|
-
src: url('
|
|
145
|
-
url('
|
|
144
|
+
src: url('https://@{cdnBase}/@{fontBase}/@{fontVWAG}/VWAGTheSans-Regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
|
|
145
|
+
url('https://@{cdnBase}/@{fontBase}/@{fontVWAG}/VWAGTheSans-Regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
|
|
146
146
|
}
|
|
147
147
|
|
|
148
148
|
@font-face {
|
|
149
149
|
font-family: 'VWAGTheSans';
|
|
150
150
|
font-style: italic;
|
|
151
151
|
font-weight: @font-normal;
|
|
152
|
-
src: url('
|
|
153
|
-
url('
|
|
152
|
+
src: url('https://@{cdnBase}/@{fontBase}/@{fontVWAG}/VWAGTheSans-Italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
|
|
153
|
+
url('https://@{cdnBase}/@{fontBase}/@{fontVWAG}/VWAGTheSans-Italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
|
|
154
154
|
}
|
|
155
155
|
|
|
156
156
|
@font-face {
|
|
157
157
|
font-family: 'VWAGTheSans';
|
|
158
158
|
font-style: normal;
|
|
159
159
|
font-weight: @font-bold;
|
|
160
|
-
src: url('
|
|
161
|
-
url('
|
|
160
|
+
src: url('https://@{cdnBase}/@{fontBase}/@{fontVWAG}/VWAGTheSans-Bold.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
|
|
161
|
+
url('https://@{cdnBase}/@{fontBase}/@{fontVWAG}/VWAGTheSans-Bold.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
|
|
162
162
|
}
|
|
163
163
|
}
|
|
164
164
|
|
|
@@ -309,66 +309,66 @@
|
|
|
309
309
|
@font-face {
|
|
310
310
|
font-family: "SF Text";
|
|
311
311
|
font-weight: @font-thin;
|
|
312
|
-
src: url('
|
|
312
|
+
src: url('https://@{cdnBase}/@{fontBase}/@{fontIos}/sf-Ultrathin.otf')
|
|
313
313
|
}
|
|
314
314
|
|
|
315
315
|
@font-face {
|
|
316
316
|
font-family: "SF Text";
|
|
317
317
|
font-weight: @font-thin;
|
|
318
318
|
font-style: italic;
|
|
319
|
-
src: url('
|
|
319
|
+
src: url('https://@{cdnBase}/@{fontBase}/@{fontIos}/sf-UltrathinItalic.otf')
|
|
320
320
|
}
|
|
321
321
|
|
|
322
322
|
@font-face {
|
|
323
323
|
font-family: "SF Text";
|
|
324
324
|
font-weight: @font-light;
|
|
325
|
-
src: url('
|
|
325
|
+
src: url('https://@{cdnBase}/@{fontBase}/@{fontIos}/sf-Light.otf')
|
|
326
326
|
}
|
|
327
327
|
|
|
328
328
|
@font-face {
|
|
329
329
|
font-family: "SF Text";
|
|
330
330
|
font-weight: @font-light;
|
|
331
331
|
font-style: italic;
|
|
332
|
-
src: url('
|
|
332
|
+
src: url('https://@{cdnBase}/@{fontBase}/@{fontIos}/sf-LightItalic.otf')
|
|
333
333
|
}
|
|
334
334
|
|
|
335
335
|
@font-face {
|
|
336
336
|
font-family: "SF Text";
|
|
337
337
|
font-weight: @font-normal;
|
|
338
|
-
src: url('
|
|
338
|
+
src: url('https://@{cdnBase}/@{fontBase}/@{fontIos}/sf-Regular.otf')
|
|
339
339
|
}
|
|
340
340
|
|
|
341
341
|
@font-face {
|
|
342
342
|
font-family: "SF Text";
|
|
343
343
|
font-weight: @font-normal;
|
|
344
344
|
font-style: italic;
|
|
345
|
-
src: url('
|
|
345
|
+
src: url('https://@{cdnBase}/@{fontBase}/@{fontIos}/sf-RegularItalic.otf')
|
|
346
346
|
}
|
|
347
347
|
|
|
348
348
|
@font-face {
|
|
349
349
|
font-family: "SF Text";
|
|
350
350
|
font-weight: @font-medium;
|
|
351
|
-
src: url('
|
|
351
|
+
src: url('https://@{cdnBase}/@{fontBase}/@{fontIos}/sf-Semibold.otf')
|
|
352
352
|
}
|
|
353
353
|
|
|
354
354
|
@font-face {
|
|
355
355
|
font-family: "SF Text";
|
|
356
356
|
font-weight: @font-medium;
|
|
357
357
|
font-style: italic;
|
|
358
|
-
src: url('
|
|
358
|
+
src: url('https://@{cdnBase}/@{fontBase}/@{fontIos}/sf-SemiboldItalic.otf')
|
|
359
359
|
}
|
|
360
360
|
|
|
361
361
|
@font-face {
|
|
362
362
|
font-family: "SF Text";
|
|
363
363
|
font-weight: @font-bold;
|
|
364
|
-
src: url('
|
|
364
|
+
src: url('https://@{cdnBase}/@{fontBase}/@{fontIos}/sf-Bold.otf')
|
|
365
365
|
}
|
|
366
366
|
|
|
367
367
|
@font-face {
|
|
368
368
|
font-family: "SF Text";
|
|
369
369
|
font-weight: @font-bold;
|
|
370
370
|
font-style: italic;
|
|
371
|
-
src: url('
|
|
371
|
+
src: url('https://@{cdnBase}/@{fontBase}/@{fontIos}/sf-BoldItalic.otf')
|
|
372
372
|
}
|
|
373
373
|
}
|
|
374
374
|
|
|
@@ -380,79 +380,79 @@
|
|
|
380
380
|
font-family: 'Roboto';
|
|
381
381
|
font-style: normal;
|
|
382
382
|
font-weight: @font-thin;
|
|
383
|
-
src: url('
|
|
384
|
-
url('
|
|
383
|
+
src: url('https://@{cdnBase}/@{fontBase}/@{fontAndroid}/roboto-100.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
|
|
384
|
+
url('https://@{cdnBase}/@{fontBase}/@{fontAndroid}/roboto-100.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
|
|
385
385
|
}
|
|
386
386
|
|
|
387
387
|
@font-face {
|
|
388
388
|
font-family: 'Roboto';
|
|
389
389
|
font-style: italic;
|
|
390
390
|
font-weight: @font-thin;
|
|
391
|
-
src: url('
|
|
392
|
-
url('
|
|
391
|
+
src: url('https://@{cdnBase}/@{fontBase}/@{fontAndroid}/roboto-100italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
|
|
392
|
+
url('https://@{cdnBase}/@{fontBase}/@{fontAndroid}/roboto-100italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
|
|
393
393
|
}
|
|
394
394
|
|
|
395
395
|
@font-face {
|
|
396
396
|
font-family: 'Roboto';
|
|
397
397
|
font-style: normal;
|
|
398
398
|
font-weight: @font-light;
|
|
399
|
-
src: url('
|
|
400
|
-
url('
|
|
399
|
+
src: url('https://@{cdnBase}/@{fontBase}/@{fontAndroid}/roboto-300.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
|
|
400
|
+
url('https://@{cdnBase}/@{fontBase}/@{fontAndroid}/roboto-300.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
|
|
401
401
|
}
|
|
402
402
|
|
|
403
403
|
@font-face {
|
|
404
404
|
font-family: 'Roboto';
|
|
405
405
|
font-style: italic;
|
|
406
406
|
font-weight: @font-light;
|
|
407
|
-
src: url('
|
|
408
|
-
url('
|
|
407
|
+
src: url('https://@{cdnBase}/@{fontBase}/@{fontAndroid}/roboto-300italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
|
|
408
|
+
url('https://@{cdnBase}/@{fontBase}/@{fontAndroid}/roboto-300italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
|
|
409
409
|
}
|
|
410
410
|
|
|
411
411
|
@font-face {
|
|
412
412
|
font-family: 'Roboto';
|
|
413
413
|
font-style: normal;
|
|
414
414
|
font-weight: @font-normal;
|
|
415
|
-
src: url('
|
|
416
|
-
url('
|
|
415
|
+
src: url('https://@{cdnBase}/@{fontBase}/@{fontAndroid}/roboto-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
|
|
416
|
+
url('https://@{cdnBase}/@{fontBase}/@{fontAndroid}/roboto-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
|
|
417
417
|
}
|
|
418
418
|
|
|
419
419
|
@font-face {
|
|
420
420
|
font-family: 'Roboto';
|
|
421
421
|
font-style: italic;
|
|
422
422
|
font-weight: @font-normal;
|
|
423
|
-
src: url('
|
|
424
|
-
url('
|
|
423
|
+
src: url('https://@{cdnBase}/@{fontBase}/@{fontAndroid}/roboto-italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
|
|
424
|
+
url('https://@{cdnBase}/@{fontBase}/@{fontAndroid}/roboto-italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
|
|
425
425
|
}
|
|
426
426
|
|
|
427
427
|
@font-face {
|
|
428
428
|
font-family: 'Roboto';
|
|
429
429
|
font-style: normal;
|
|
430
430
|
font-weight: @font-medium;
|
|
431
|
-
src: url('
|
|
432
|
-
url('
|
|
431
|
+
src: url('https://@{cdnBase}/@{fontBase}/@{fontAndroid}/roboto-600.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
|
|
432
|
+
url('https://@{cdnBase}/@{fontBase}/@{fontAndroid}/roboto-600.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
|
|
433
433
|
}
|
|
434
434
|
|
|
435
435
|
@font-face {
|
|
436
436
|
font-family: 'Roboto';
|
|
437
437
|
font-style: italic;
|
|
438
438
|
font-weight: @font-medium;
|
|
439
|
-
src: url('
|
|
440
|
-
url('
|
|
439
|
+
src: url('https://@{cdnBase}/@{fontBase}/@{fontAndroid}/roboto-600italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
|
|
440
|
+
url('https://@{cdnBase}/@{fontBase}/@{fontAndroid}/roboto-600italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
|
|
441
441
|
}
|
|
442
442
|
|
|
443
443
|
@font-face {
|
|
444
444
|
font-family: 'Roboto';
|
|
445
445
|
font-style: normal;
|
|
446
446
|
font-weight: @font-bold;
|
|
447
|
-
src: url('
|
|
448
|
-
url('
|
|
447
|
+
src: url('https://@{cdnBase}/@{fontBase}/@{fontAndroid}/roboto-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
|
|
448
|
+
url('https://@{cdnBase}/@{fontBase}/@{fontAndroid}/roboto-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
|
|
449
449
|
}
|
|
450
450
|
|
|
451
451
|
@font-face {
|
|
452
452
|
font-family: 'Roboto';
|
|
453
453
|
font-style: italic;
|
|
454
454
|
font-weight: @font-bold;
|
|
455
|
-
src: url('
|
|
456
|
-
url('
|
|
455
|
+
src: url('https://@{cdnBase}/@{fontBase}/@{fontAndroid}/roboto-700italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
|
|
456
|
+
url('https://@{cdnBase}/@{fontBase}/@{fontAndroid}/roboto-700italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
|
|
457
457
|
}
|
|
458
458
|
}
|
|
@@ -21,8 +21,7 @@
|
|
|
21
21
|
background-color: @background @important;
|
|
22
22
|
border: 1px solid @border @important;
|
|
23
23
|
|
|
24
|
-
&:focus
|
|
25
|
-
&.focus {
|
|
24
|
+
&:focus {
|
|
26
25
|
background-color: @focus-background @important;
|
|
27
26
|
border-color: @focus-border @important;
|
|
28
27
|
color: @focus-color @important;
|
|
@@ -45,8 +44,7 @@
|
|
|
45
44
|
|
|
46
45
|
@media (hover: hover) {
|
|
47
46
|
&:hover,
|
|
48
|
-
&:focus
|
|
49
|
-
&.focus {
|
|
47
|
+
&:focus {
|
|
50
48
|
background-color: @active-hover-background @important;
|
|
51
49
|
border-color: @active-hover-border @important;
|
|
52
50
|
color: @active-hover-color @important;
|
|
@@ -64,8 +62,7 @@
|
|
|
64
62
|
&[disabled],
|
|
65
63
|
fieldset[disabled] & {
|
|
66
64
|
&:hover,
|
|
67
|
-
&:focus
|
|
68
|
-
&.focus {
|
|
65
|
+
&:focus {
|
|
69
66
|
background-color: @background @important;
|
|
70
67
|
border-color: @border @important;
|
|
71
68
|
}
|