UNPKG

@elastic/eui

Version:

Elastic UI Component Library

418 lines (417 loc) 19.4 kB
function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); } var _excluded = ["anchorPosition", "anchor", "children", "className", "css", "closePopover", "content", "isStepOpen", "minWidth", "maxWidth", "onFinish", "step", "stepsTotal", "style", "subtitle", "title", "decoration", "footerAction", "panelProps"]; function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; } function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; } function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; } function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return _typeof(key) === "symbol" ? key : String(key); } function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (_typeof(res) !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); } function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); } function _toConsumableArray(arr) { return _arrayWithoutHoles(arr) || _iterableToArray(arr) || _unsupportedIterableToArray(arr) || _nonIterableSpread(); } function _nonIterableSpread() { throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); } function _iterableToArray(iter) { if (typeof Symbol !== "undefined" && iter[Symbol.iterator] != null || iter["@@iterator"] != null) return Array.from(iter); } function _arrayWithoutHoles(arr) { if (Array.isArray(arr)) return _arrayLikeToArray(arr); } function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); } function _nonIterableRest() { throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); } function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); } function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i]; return arr2; } function _iterableToArrayLimit(arr, i) { var _i = null == arr ? null : "undefined" != typeof Symbol && arr[Symbol.iterator] || arr["@@iterator"]; if (null != _i) { var _s, _e, _x, _r, _arr = [], _n = !0, _d = !1; try { if (_x = (_i = _i.call(arr)).next, 0 === i) { if (Object(_i) !== _i) return; _n = !1; } else for (; !(_n = (_s = _x.call(_i)).done) && (_arr.push(_s.value), _arr.length !== i); _n = !0); } catch (err) { _d = !0, _e = err; } finally { try { if (!_n && null != _i.return && (_r = _i.return(), Object(_r) !== _r)) return; } finally { if (_d) throw _e; } } return _arr; } } function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; } function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; } function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; } /* * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one * or more contributor license agreements. Licensed under the Elastic License * 2.0 and the Server Side Public License, v 1; you may not use this file except * in compliance with, at your election, the Elastic License 2.0 or the Server * Side Public License, v 1. */ import React, { useEffect, useRef, useState } from 'react'; import PropTypes from "prop-types"; import classNames from 'classnames'; import { EuiBeacon } from '../beacon'; import { EuiButtonEmpty } from '../button'; import { EuiFlexGroup, EuiFlexItem } from '../flex'; import { EuiI18n } from '../i18n'; import { EuiPopover, EuiPopoverFooter, EuiPopoverTitle, EuiWrappingPopover } from '../popover'; import { EuiTitle } from '../title'; import { EuiTourStepIndicator } from './tour_step_indicator'; import { useGeneratedHtmlId, findElementBySelectorOrRef, useEuiTheme } from '../../services'; import { euiTourStyles, euiTourBeaconStyles, euiTourFooterStyles, euiTourHeaderStyles } from './tour.styles'; import { jsx as ___EmotionJSX } from "@emotion/react"; export var EuiTourStep = function EuiTourStep(_ref) { var _ref$anchorPosition = _ref.anchorPosition, anchorPosition = _ref$anchorPosition === void 0 ? 'leftUp' : _ref$anchorPosition, anchor = _ref.anchor, children = _ref.children, className = _ref.className, css = _ref.css, _ref$closePopover = _ref.closePopover, closePopover = _ref$closePopover === void 0 ? function () {} : _ref$closePopover, content = _ref.content, _ref$isStepOpen = _ref.isStepOpen, isStepOpen = _ref$isStepOpen === void 0 ? false : _ref$isStepOpen, _ref$minWidth = _ref.minWidth, minWidth = _ref$minWidth === void 0 ? 300 : _ref$minWidth, _ref$maxWidth = _ref.maxWidth, maxWidth = _ref$maxWidth === void 0 ? 600 : _ref$maxWidth, onFinish = _ref.onFinish, _ref$step = _ref.step, step = _ref$step === void 0 ? 1 : _ref$step, stepsTotal = _ref.stepsTotal, style = _ref.style, subtitle = _ref.subtitle, title = _ref.title, _ref$decoration = _ref.decoration, decoration = _ref$decoration === void 0 ? 'beacon' : _ref$decoration, footerAction = _ref.footerAction, panelProps = _ref.panelProps, rest = _objectWithoutProperties(_ref, _excluded); var titleId = useGeneratedHtmlId(); if (step === 0) { console.warn('EuiTourStep `step` should 1-based indexing. Please update to eliminate 0 indexes.'); } var _useState = useState(false), _useState2 = _slicedToArray(_useState, 2), hasValidAnchor = _useState2[0], setHasValidAnchor = _useState2[1]; var animationFrameId = useRef(); var anchorNode = useRef(null); var _useState3 = useState(), _useState4 = _slicedToArray(_useState3, 2), popoverPosition = _useState4[0], setPopoverPosition = _useState4[1]; var onPositionChange = function onPositionChange(position) { setPopoverPosition(position); }; useEffect(function () { if (anchor) { animationFrameId.current = window.requestAnimationFrame(function () { anchorNode.current = findElementBySelectorOrRef(anchor); setHasValidAnchor(anchorNode.current ? true : false); }); } return function () { animationFrameId.current && window.cancelAnimationFrame(animationFrameId.current); }; }, [anchor]); var classes = classNames('euiTour', className); var euiTheme = useEuiTheme(); var tourStyles = euiTourStyles(euiTheme); var headerStyles = euiTourHeaderStyles(euiTheme); var footerStyles = euiTourFooterStyles(euiTheme); var beaconStyles = euiTourBeaconStyles(euiTheme); var beaconCss = [beaconStyles.euiTourBeacon, isStepOpen && beaconStyles.isOpen, popoverPosition && beaconStyles[popoverPosition]]; var finishButtonProps = { color: 'text', flush: 'right', size: 'xs' }; var optionalFooterAction = Array.isArray(footerAction) ? ___EmotionJSX(EuiFlexGroup, { gutterSize: "s", alignItems: "center", justifyContent: "flexEnd", responsive: false, wrap: true }, footerAction.map(function (action, index) { return ___EmotionJSX(EuiFlexItem, { key: index, grow: false }, action); })) : ___EmotionJSX(EuiFlexItem, { grow: false }, footerAction); var footer = ___EmotionJSX(EuiFlexGroup, { responsive: false, justifyContent: stepsTotal > 1 ? 'spaceBetween' : 'flexEnd', alignItems: "center" }, stepsTotal > 1 && ___EmotionJSX(EuiFlexItem, { grow: false }, ___EmotionJSX("ul", { className: "euiTourFooter__stepList" }, _toConsumableArray(Array(stepsTotal).keys()).map(function (_, i) { var status = 'complete'; if (step === i + 1) { status = 'active'; } else if (step <= i) { status = 'incomplete'; } return ___EmotionJSX(EuiTourStepIndicator, { key: i, number: i + 1, status: status }); }))), footerAction ? optionalFooterAction : ___EmotionJSX(EuiFlexItem, { grow: false }, ___EmotionJSX(EuiI18n, { tokens: ['euiTourStep.endTour', 'euiTourStep.skipTour', 'euiTourStep.closeTour'], defaults: ['End tour', 'Skip tour', 'Close tour'] }, function (_ref2) { var _ref3 = _slicedToArray(_ref2, 3), endTour = _ref3[0], skipTour = _ref3[1], closeTour = _ref3[2]; var content = closeTour; if (stepsTotal > 1) { content = stepsTotal === step ? endTour : skipTour; } return ___EmotionJSX(EuiButtonEmpty, _extends({ onClick: onFinish }, finishButtonProps), content); }))); var hasBeacon = decoration === 'beacon'; var popoverProps = _objectSpread({ anchorPosition: anchorPosition, closePopover: closePopover, isOpen: isStepOpen, ownFocus: false, panelClassName: classes, panelStyle: style, panelProps: _objectSpread(_objectSpread({}, panelProps), {}, { css: [tourStyles.euiTour, css, panelProps === null || panelProps === void 0 ? void 0 : panelProps.css] }), offset: hasBeacon ? 10 : 0, 'aria-labelledby': titleId, arrowChildren: hasBeacon && ___EmotionJSX(EuiBeacon, { css: beaconCss, className: "euiTour__beacon" }), onPositionChange: onPositionChange }, rest); var layout = ___EmotionJSX("div", { style: { minWidth: minWidth, maxWidth: maxWidth } }, ___EmotionJSX(EuiPopoverTitle, { css: headerStyles.euiTourHeader, className: "euiTourHeader", id: titleId }, subtitle && ___EmotionJSX(EuiTitle, { css: headerStyles.euiTourHeader__subtitle, size: "xxxs" }, ___EmotionJSX("h2", null, subtitle)), ___EmotionJSX(EuiTitle, { css: headerStyles.euiTourHeader__title, size: "xxs" }, subtitle ? ___EmotionJSX("h3", null, title) : ___EmotionJSX("h2", null, title))), ___EmotionJSX("div", { className: "euiTour__content" }, content), ___EmotionJSX(EuiPopoverFooter, { css: footerStyles.euiTourFooter, className: "euiTourFooter" }, footer)); if (!anchor && children) { return ___EmotionJSX(EuiPopover, _extends({ button: children }, popoverProps), layout); } return hasValidAnchor && anchorNode.current ? ___EmotionJSX(EuiWrappingPopover, _extends({ button: anchorNode.current }, popoverProps), layout) : null; }; EuiTourStep.propTypes = { className: PropTypes.string, /** * Provide a name to the popover panel */ "aria-label": PropTypes.string, "data-test-subj": PropTypes.string, css: PropTypes.any, /** * Class name passed to the direct parent of the button */ anchorClassName: PropTypes.string, /** * Alignment of the popover and arrow relative to the button */ anchorPosition: PropTypes.any, /** * Style and position alteration for arrow-less, left-aligned * attachment. Intended for use with inputs as anchors, e.g. * EuiInputPopover */ attachToAnchor: PropTypes.bool, buttonRef: PropTypes.any, /** * Restrict the popover's position within this element */ container: PropTypes.any, /** * CSS display type for both the popover and anchor */ display: PropTypes.any, /** * Object of props passed to EuiFocusTrap */ focusTrapProps: PropTypes.any, /** * Show arrow indicating to originating button */ hasArrow: PropTypes.bool, /** * Specifies what element should initially have focus; Can be a DOM * node, or a selector string (which will be passed to * document.querySelector() to find the DOM node), or a function that * returns a DOM node. * * If not passed, initial focus defaults to the popover panel. */ initialFocus: PropTypes.any, /** * Passed directly to EuiPortal for DOM positioning. Both properties are * required if prop is specified */ insert: PropTypes.shape({ sibling: PropTypes.any.isRequired, position: PropTypes.oneOf(["before", "after"]).isRequired }), /** * Visibility state of the popover */ isOpen: PropTypes.bool, /** * Traps tab focus within the popover contents */ ownFocus: PropTypes.bool, /** * Custom class added to the EuiPanel containing the popover contents */ panelClassName: PropTypes.string, /** * EuiPanel padding on all sides */ panelPaddingSize: PropTypes.any, /** * Standard DOM `style` attribute. Passed to the EuiPanel */ panelStyle: PropTypes.any, /** * Object of props passed to EuiPanel. See #EuiPopoverPanelProps */ panelProps: PropTypes.shape({ element: PropTypes.oneOf(["div"]), /** * Padding for all four sides */ paddingSize: PropTypes.any, /** * Corner border radius */ borderRadius: PropTypes.any, /** * When true the panel will grow in height to match `EuiFlexItem` */ grow: PropTypes.bool, panelRef: PropTypes.any, /** * Background color of the panel; * Usually a lightened form of the brand colors */ color: PropTypes.any, className: PropTypes.string, "aria-label": PropTypes.string, "data-test-subj": PropTypes.string, css: PropTypes.any }), panelRef: PropTypes.any, /** * Optional screen reader instructions to announce upon popover open, * in addition to EUI's default popover instructions for Escape on close. * Useful for popovers that may have additional keyboard capabilities such as * arrow navigation. */ popoverScreenReaderText: PropTypes.oneOfType([PropTypes.string.isRequired, PropTypes.node.isRequired]), popoverRef: PropTypes.any, /** * When `true`, the popover's position is re-calculated when the user * scrolls, this supports having fixed-position popover anchors. When nesting * an `EuiPopover` in a scrollable container, `repositionOnScroll` should be `true` */ repositionOnScroll: PropTypes.bool, /** * Must be set to true if using `EuiDragDropContext` within a popover, * otherwise your nested drag & drop will have incorrect positioning */ hasDragDrop: PropTypes.bool, /** * By default, popover content inherits the z-index of the anchor * component; pass `zIndex` to override */ zIndex: PropTypes.number, /** * Distance away from the anchor that the popover will render */ offset: PropTypes.number, /** * Minimum distance between the popover and the bounding container; * Pass an array of 4 values to adjust each side differently: `[top, right, bottom, left]` * Default is 16 */ buffer: PropTypes.oneOfType([PropTypes.number.isRequired, PropTypes.any.isRequired]), /** * Element to pass as the child element of the arrow; * Use case is typically limited to an accompanying `EuiBeacon` */ arrowChildren: PropTypes.node, /** * Alternative option to `aria-label` that takes an `id`. * Usually takes the `id` of the popover title */ "aria-labelledby": PropTypes.string, /** * Function callback for when the popover positon changes */ onPositionChange: PropTypes.func, /** * Element to which the tour step popover attaches when open */ children: PropTypes.element, anchor: PropTypes.any, /** * Contents of the tour step popover */ content: PropTypes.node.isRequired, /** * Step will display if set to `true` */ isStepOpen: PropTypes.bool, /** * Change the default min width of the popover panel */ minWidth: PropTypes.any, /** * Change the default max width of the popover panel */ maxWidth: PropTypes.any, /** * Function to call for 'Skip tour' and 'End tour' actions */ onFinish: PropTypes.func.isRequired, /** * The number of the step within the parent tour. 1-based indexing. */ step: PropTypes.number.isRequired, /** * The total number of steps in the tour */ stepsTotal: PropTypes.number.isRequired, /** * Optional, standard DOM `style` attribute. Passed to the EuiPopover panel. */ style: PropTypes.any, /** * Smaller title text that appears atop each step in the tour. The subtitle gets wrapped in the appropriate heading level. */ subtitle: PropTypes.node, /** * Larger title text specific to this step. The title gets wrapped in the appropriate heading level. */ title: PropTypes.node.isRequired, /** * Extra visual indication of step location */ decoration: PropTypes.oneOf(["none", "beacon"]), /** * Accepts any `ReactNode` to replace the 'Skip tour' link in the footer. * Ideally, pass one button or an array of up to 2 buttons. */ footerAction: PropTypes.oneOfType([PropTypes.node.isRequired, PropTypes.arrayOf(PropTypes.node.isRequired).isRequired]) };